diff --git a/grammar.js b/grammar.js index 7b38dd1..64a211b 100644 --- a/grammar.js +++ b/grammar.js @@ -15,7 +15,6 @@ module.exports = grammar({ inline: ($) => [ $._do_expression, - $._flag, $._flag_value, $._item_expression, $._match_expression, diff --git a/src/grammar.json b/src/grammar.json index 277fc2b..37309de 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -20343,7 +20343,6 @@ ], "inline": [ "_do_expression", - "_flag", "_flag_value", "_item_expression", "_match_expression", diff --git a/src/parser.c b/src/parser.c index 07c85e9..7ef3ea9 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,9 +13,9 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 7769 +#define STATE_COUNT 7776 #define LARGE_STATE_COUNT 1705 -#define SYMBOL_COUNT 516 +#define SYMBOL_COUNT 517 #define ALIAS_COUNT 4 #define TOKEN_COUNT 309 #define EXTERNAL_TOKEN_COUNT 3 @@ -488,61 +488,62 @@ enum ts_symbol_identifiers { sym__command_parenthesized = 462, sym__cmd_arg = 463, sym_redirection = 464, - sym__flags_parenthesized = 465, - sym_short_flag = 466, - sym_long_flag = 467, - sym_unquoted = 468, - sym__unquoted_in_list = 469, - sym__unquoted_in_record = 470, - sym__unquoted_with_expr = 471, - sym__unquoted_in_list_with_expr = 472, - sym__unquoted_in_record_with_expr = 473, - sym__unquoted_anonymous_prefix = 474, - sym_comment = 475, - aux_sym_shebang_repeat1 = 476, - aux_sym_pipeline_repeat1 = 477, - aux_sym_pipeline_parenthesized_repeat1 = 478, - aux_sym__block_body_repeat1 = 479, - aux_sym__block_body_repeat2 = 480, - aux_sym_decl_def_repeat1 = 481, - aux_sym__multiple_types_repeat1 = 482, - aux_sym__multiple_types_repeat2 = 483, - aux_sym_parameter_parens_repeat1 = 484, - aux_sym_parameter_repeat1 = 485, - aux_sym_parameter_repeat2 = 486, - aux_sym_collection_type_repeat1 = 487, - aux_sym_ctrl_do_repeat1 = 488, - aux_sym_ctrl_do_repeat2 = 489, - aux_sym_ctrl_do_parenthesized_repeat1 = 490, - aux_sym_ctrl_do_parenthesized_repeat2 = 491, - aux_sym_ctrl_do_parenthesized_repeat3 = 492, - aux_sym_ctrl_match_repeat1 = 493, - aux_sym_match_pattern_repeat1 = 494, - aux_sym__match_pattern_list_repeat1 = 495, - aux_sym__match_pattern_record_repeat1 = 496, - aux_sym_pipe_element_repeat1 = 497, - aux_sym_pipe_element_repeat2 = 498, - aux_sym_pipe_element_parenthesized_repeat1 = 499, - aux_sym_command_list_repeat1 = 500, - aux_sym__parenthesized_body_repeat1 = 501, - aux_sym__parenthesized_body_repeat2 = 502, - aux_sym_val_binary_repeat1 = 503, - aux_sym__str_double_quotes_repeat1 = 504, - aux_sym__inter_single_quotes_repeat1 = 505, - aux_sym__inter_double_quotes_repeat1 = 506, - aux_sym_list_body_repeat1 = 507, - aux_sym_record_body_repeat1 = 508, - aux_sym_val_table_repeat1 = 509, - aux_sym_cell_path_repeat1 = 510, - aux_sym_command_repeat1 = 511, - aux_sym__command_parenthesized_repeat1 = 512, - aux_sym__unquoted_with_expr_repeat1 = 513, - aux_sym__unquoted_in_list_with_expr_repeat1 = 514, - aux_sym__unquoted_in_record_with_expr_repeat1 = 515, - anon_alias_sym__head = 516, - anon_alias_sym__prefix = 517, - anon_alias_sym__unit = 518, - anon_alias_sym_quoted = 519, + sym__flag = 465, + sym__flags_parenthesized = 466, + sym_short_flag = 467, + sym_long_flag = 468, + sym_unquoted = 469, + sym__unquoted_in_list = 470, + sym__unquoted_in_record = 471, + sym__unquoted_with_expr = 472, + sym__unquoted_in_list_with_expr = 473, + sym__unquoted_in_record_with_expr = 474, + sym__unquoted_anonymous_prefix = 475, + sym_comment = 476, + aux_sym_shebang_repeat1 = 477, + aux_sym_pipeline_repeat1 = 478, + aux_sym_pipeline_parenthesized_repeat1 = 479, + aux_sym__block_body_repeat1 = 480, + aux_sym__block_body_repeat2 = 481, + aux_sym_decl_def_repeat1 = 482, + aux_sym__multiple_types_repeat1 = 483, + aux_sym__multiple_types_repeat2 = 484, + aux_sym_parameter_parens_repeat1 = 485, + aux_sym_parameter_repeat1 = 486, + aux_sym_parameter_repeat2 = 487, + aux_sym_collection_type_repeat1 = 488, + aux_sym_ctrl_do_repeat1 = 489, + aux_sym_ctrl_do_repeat2 = 490, + aux_sym_ctrl_do_parenthesized_repeat1 = 491, + aux_sym_ctrl_do_parenthesized_repeat2 = 492, + aux_sym_ctrl_do_parenthesized_repeat3 = 493, + aux_sym_ctrl_match_repeat1 = 494, + aux_sym_match_pattern_repeat1 = 495, + aux_sym__match_pattern_list_repeat1 = 496, + aux_sym__match_pattern_record_repeat1 = 497, + aux_sym_pipe_element_repeat1 = 498, + aux_sym_pipe_element_repeat2 = 499, + aux_sym_pipe_element_parenthesized_repeat1 = 500, + aux_sym_command_list_repeat1 = 501, + aux_sym__parenthesized_body_repeat1 = 502, + aux_sym__parenthesized_body_repeat2 = 503, + aux_sym_val_binary_repeat1 = 504, + aux_sym__str_double_quotes_repeat1 = 505, + aux_sym__inter_single_quotes_repeat1 = 506, + aux_sym__inter_double_quotes_repeat1 = 507, + aux_sym_list_body_repeat1 = 508, + aux_sym_record_body_repeat1 = 509, + aux_sym_val_table_repeat1 = 510, + aux_sym_cell_path_repeat1 = 511, + aux_sym_command_repeat1 = 512, + aux_sym__command_parenthesized_repeat1 = 513, + aux_sym__unquoted_with_expr_repeat1 = 514, + aux_sym__unquoted_in_list_with_expr_repeat1 = 515, + aux_sym__unquoted_in_record_with_expr_repeat1 = 516, + anon_alias_sym__head = 517, + anon_alias_sym__prefix = 518, + anon_alias_sym__unit = 519, + anon_alias_sym_quoted = 520, }; static const char * const ts_symbol_names[] = { @@ -1011,6 +1012,7 @@ static const char * const ts_symbol_names[] = { [sym__command_parenthesized] = "command", [sym__cmd_arg] = "_cmd_arg", [sym_redirection] = "redirection", + [sym__flag] = "_flag", [sym__flags_parenthesized] = "_flags_parenthesized", [sym_short_flag] = "short_flag", [sym_long_flag] = "long_flag", @@ -1534,6 +1536,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__command_parenthesized] = sym_command, [sym__cmd_arg] = sym__cmd_arg, [sym_redirection] = sym_redirection, + [sym__flag] = sym__flag, [sym__flags_parenthesized] = sym__flags_parenthesized, [sym_short_flag] = sym_short_flag, [sym_long_flag] = sym_long_flag, @@ -3452,6 +3455,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__flag] = { + .visible = false, + .named = true, + }, [sym__flags_parenthesized] = { .visible = false, .named = true, @@ -5220,83 +5227,83 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [57] = 57, [58] = 58, [59] = 57, - [60] = 60, - [61] = 61, + [60] = 57, + [61] = 57, [62] = 62, [63] = 57, - [64] = 60, - [65] = 61, - [66] = 61, - [67] = 60, - [68] = 61, + [64] = 62, + [65] = 65, + [66] = 57, + [67] = 67, + [68] = 57, [69] = 57, - [70] = 60, - [71] = 61, + [70] = 57, + [71] = 57, [72] = 57, - [73] = 60, + [73] = 57, [74] = 57, - [75] = 61, - [76] = 61, - [77] = 61, - [78] = 61, - [79] = 61, - [80] = 61, - [81] = 61, - [82] = 61, - [83] = 61, - [84] = 61, - [85] = 61, - [86] = 61, - [87] = 61, - [88] = 61, - [89] = 61, - [90] = 58, - [91] = 57, - [92] = 61, + [75] = 57, + [76] = 57, + [77] = 62, + [78] = 57, + [79] = 67, + [80] = 62, + [81] = 65, + [82] = 62, + [83] = 57, + [84] = 57, + [85] = 65, + [86] = 62, + [87] = 65, + [88] = 57, + [89] = 57, + [90] = 65, + [91] = 62, + [92] = 57, [93] = 93, - [94] = 94, + [94] = 93, [95] = 95, - [96] = 96, - [97] = 93, - [98] = 94, - [99] = 96, - [100] = 93, + [96] = 93, + [97] = 97, + [98] = 98, + [99] = 99, + [100] = 98, [101] = 101, - [102] = 95, - [103] = 94, - [104] = 93, - [105] = 94, - [106] = 93, - [107] = 94, - [108] = 93, - [109] = 94, - [110] = 110, - [111] = 93, - [112] = 94, - [113] = 93, - [114] = 94, - [115] = 93, - [116] = 94, - [117] = 94, + [102] = 97, + [103] = 99, + [104] = 101, + [105] = 93, + [106] = 99, + [107] = 93, + [108] = 99, + [109] = 98, + [110] = 93, + [111] = 99, + [112] = 93, + [113] = 99, + [114] = 93, + [115] = 99, + [116] = 93, + [117] = 99, [118] = 93, - [119] = 94, - [120] = 96, - [121] = 93, - [122] = 94, - [123] = 93, - [124] = 94, - [125] = 93, - [126] = 101, + [119] = 99, + [120] = 93, + [121] = 99, + [122] = 93, + [123] = 99, + [124] = 93, + [125] = 99, + [126] = 99, [127] = 127, [128] = 128, [129] = 129, - [130] = 127, - [131] = 128, - [132] = 127, - [133] = 133, - [134] = 134, - [135] = 128, - [136] = 136, + [130] = 130, + [131] = 129, + [132] = 132, + [133] = 130, + [134] = 129, + [135] = 135, + [136] = 130, [137] = 137, [138] = 138, [139] = 139, @@ -5314,54 +5321,54 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [151] = 151, [152] = 152, [153] = 153, - [154] = 152, + [154] = 154, [155] = 155, [156] = 156, - [157] = 157, + [157] = 151, [158] = 158, - [159] = 159, - [160] = 153, - [161] = 152, - [162] = 158, - [163] = 159, - [164] = 164, - [165] = 165, + [159] = 153, + [160] = 154, + [161] = 156, + [162] = 162, + [163] = 163, + [164] = 152, + [165] = 162, [166] = 151, - [167] = 157, - [168] = 156, - [169] = 164, - [170] = 165, - [171] = 158, - [172] = 159, - [173] = 157, - [174] = 153, - [175] = 158, - [176] = 159, - [177] = 153, - [178] = 152, - [179] = 157, + [167] = 162, + [168] = 163, + [169] = 163, + [170] = 152, + [171] = 152, + [172] = 155, + [173] = 162, + [174] = 174, + [175] = 155, + [176] = 174, + [177] = 163, + [178] = 158, + [179] = 151, [180] = 155, [181] = 181, - [182] = 181, + [182] = 182, [183] = 183, - [184] = 184, - [185] = 185, - [186] = 181, - [187] = 185, - [188] = 181, + [184] = 183, + [185] = 183, + [186] = 183, + [187] = 187, + [188] = 182, [189] = 189, [190] = 190, [191] = 191, [192] = 192, [193] = 193, - [194] = 192, + [194] = 193, [195] = 193, - [196] = 193, + [196] = 192, [197] = 197, [198] = 198, [199] = 199, - [200] = 197, - [201] = 199, + [200] = 198, + [201] = 197, [202] = 202, [203] = 203, [204] = 204, @@ -5370,7 +5377,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [207] = 207, [208] = 208, [209] = 209, - [210] = 208, + [210] = 210, [211] = 211, [212] = 212, [213] = 213, @@ -5384,8 +5391,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [221] = 221, [222] = 222, [223] = 223, - [224] = 205, - [225] = 225, + [224] = 224, + [225] = 210, [226] = 226, [227] = 227, [228] = 228, @@ -5394,189 +5401,189 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [231] = 231, [232] = 232, [233] = 233, - [234] = 234, - [235] = 235, - [236] = 236, - [237] = 211, - [238] = 206, - [239] = 239, - [240] = 213, - [241] = 214, - [242] = 215, - [243] = 216, - [244] = 217, - [245] = 218, - [246] = 219, - [247] = 220, - [248] = 221, - [249] = 222, - [250] = 223, - [251] = 225, - [252] = 226, - [253] = 227, - [254] = 228, - [255] = 229, - [256] = 230, - [257] = 231, - [258] = 233, - [259] = 234, - [260] = 235, - [261] = 236, - [262] = 190, - [263] = 263, - [264] = 203, - [265] = 211, - [266] = 213, - [267] = 214, - [268] = 215, - [269] = 216, - [270] = 217, - [271] = 218, - [272] = 219, - [273] = 220, - [274] = 221, - [275] = 222, - [276] = 223, - [277] = 225, - [278] = 226, - [279] = 227, - [280] = 228, - [281] = 229, - [282] = 230, - [283] = 231, - [284] = 232, - [285] = 233, - [286] = 234, - [287] = 235, - [288] = 236, - [289] = 190, + [234] = 216, + [235] = 217, + [236] = 218, + [237] = 219, + [238] = 220, + [239] = 221, + [240] = 205, + [241] = 222, + [242] = 223, + [243] = 224, + [244] = 190, + [245] = 226, + [246] = 227, + [247] = 211, + [248] = 228, + [249] = 249, + [250] = 229, + [251] = 211, + [252] = 212, + [253] = 213, + [254] = 254, + [255] = 215, + [256] = 216, + [257] = 217, + [258] = 218, + [259] = 219, + [260] = 220, + [261] = 221, + [262] = 222, + [263] = 223, + [264] = 224, + [265] = 210, + [266] = 226, + [267] = 227, + [268] = 228, + [269] = 229, + [270] = 230, + [271] = 231, + [272] = 232, + [273] = 233, + [274] = 230, + [275] = 231, + [276] = 232, + [277] = 233, + [278] = 189, + [279] = 279, + [280] = 212, + [281] = 213, + [282] = 214, + [283] = 204, + [284] = 249, + [285] = 206, + [286] = 249, + [287] = 215, + [288] = 288, + [289] = 208, [290] = 189, - [291] = 232, - [292] = 292, - [293] = 239, + [291] = 214, + [292] = 191, + [293] = 293, [294] = 294, [295] = 295, [296] = 296, - [297] = 191, - [298] = 298, + [297] = 297, + [298] = 279, [299] = 299, [300] = 300, - [301] = 299, + [301] = 301, [302] = 302, - [303] = 302, + [303] = 300, [304] = 304, [305] = 305, [306] = 306, - [307] = 306, - [308] = 302, + [307] = 307, + [308] = 301, [309] = 299, - [310] = 306, - [311] = 306, - [312] = 312, - [313] = 302, - [314] = 306, - [315] = 315, - [316] = 302, - [317] = 317, + [310] = 300, + [311] = 311, + [312] = 301, + [313] = 301, + [314] = 299, + [315] = 301, + [316] = 299, + [317] = 299, [318] = 318, [319] = 319, - [320] = 320, + [320] = 302, [321] = 321, [322] = 322, - [323] = 317, - [324] = 319, - [325] = 322, + [323] = 323, + [324] = 321, + [325] = 325, [326] = 326, - [327] = 327, - [328] = 318, - [329] = 329, + [327] = 322, + [328] = 319, + [329] = 318, [330] = 330, [331] = 331, - [332] = 332, - [333] = 320, - [334] = 321, + [332] = 323, + [333] = 333, + [334] = 334, [335] = 335, [336] = 137, [337] = 337, - [338] = 327, - [339] = 335, + [338] = 338, + [339] = 339, [340] = 340, [341] = 341, [342] = 342, - [343] = 343, - [344] = 344, - [345] = 345, - [346] = 326, - [347] = 329, - [348] = 330, - [349] = 331, - [350] = 332, + [343] = 331, + [344] = 330, + [345] = 326, + [346] = 333, + [347] = 334, + [348] = 335, + [349] = 325, + [350] = 350, [351] = 351, - [352] = 352, - [353] = 137, - [354] = 344, - [355] = 355, - [356] = 345, - [357] = 341, - [358] = 342, - [359] = 343, - [360] = 351, - [361] = 138, - [362] = 340, - [363] = 139, - [364] = 337, - [365] = 355, - [366] = 366, + [352] = 340, + [353] = 353, + [354] = 350, + [355] = 341, + [356] = 137, + [357] = 342, + [358] = 337, + [359] = 139, + [360] = 339, + [361] = 361, + [362] = 138, + [363] = 338, + [364] = 351, + [365] = 361, + [366] = 141, [367] = 367, - [368] = 368, + [368] = 140, [369] = 369, - [370] = 344, + [370] = 370, [371] = 371, - [372] = 145, - [373] = 345, - [374] = 139, - [375] = 138, - [376] = 142, - [377] = 143, - [378] = 140, - [379] = 144, - [380] = 141, - [381] = 352, - [382] = 137, + [372] = 138, + [373] = 142, + [374] = 353, + [375] = 375, + [376] = 143, + [377] = 351, + [378] = 144, + [379] = 379, + [380] = 145, + [381] = 137, + [382] = 339, [383] = 383, [384] = 384, - [385] = 344, - [386] = 352, - [387] = 387, - [388] = 355, - [389] = 345, - [390] = 367, - [391] = 345, - [392] = 145, - [393] = 140, - [394] = 143, - [395] = 395, - [396] = 396, - [397] = 139, + [385] = 139, + [386] = 386, + [387] = 351, + [388] = 361, + [389] = 353, + [390] = 339, + [391] = 339, + [392] = 139, + [393] = 138, + [394] = 394, + [395] = 141, + [396] = 140, + [397] = 148, [398] = 398, - [399] = 138, - [400] = 148, - [401] = 366, - [402] = 402, + [399] = 367, + [400] = 147, + [401] = 146, + [402] = 137, [403] = 403, [404] = 404, - [405] = 368, - [406] = 369, - [407] = 147, - [408] = 344, - [409] = 146, - [410] = 137, - [411] = 144, + [405] = 142, + [406] = 143, + [407] = 144, + [408] = 145, + [409] = 371, + [410] = 410, + [411] = 411, [412] = 412, [413] = 413, - [414] = 383, + [414] = 414, [415] = 415, - [416] = 371, + [416] = 416, [417] = 417, [418] = 418, [419] = 419, @@ -5584,184 +5591,184 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [421] = 421, [422] = 422, [423] = 423, - [424] = 424, + [424] = 375, [425] = 425, [426] = 426, - [427] = 427, + [427] = 384, [428] = 428, - [429] = 429, - [430] = 430, + [429] = 379, + [430] = 370, [431] = 431, [432] = 432, [433] = 433, - [434] = 142, - [435] = 141, - [436] = 436, - [437] = 402, - [438] = 355, - [439] = 412, - [440] = 355, - [441] = 137, - [442] = 141, - [443] = 148, - [444] = 352, - [445] = 445, - [446] = 446, - [447] = 447, - [448] = 448, - [449] = 413, - [450] = 387, - [451] = 415, - [452] = 139, - [453] = 417, - [454] = 418, - [455] = 419, - [456] = 420, - [457] = 421, - [458] = 422, - [459] = 384, - [460] = 423, - [461] = 424, - [462] = 425, - [463] = 426, - [464] = 427, - [465] = 147, - [466] = 429, - [467] = 430, - [468] = 431, - [469] = 432, - [470] = 433, - [471] = 146, - [472] = 472, - [473] = 145, - [474] = 144, - [475] = 403, - [476] = 368, - [477] = 369, - [478] = 142, - [479] = 404, - [480] = 150, - [481] = 398, - [482] = 138, - [483] = 483, - [484] = 140, - [485] = 143, - [486] = 345, - [487] = 487, - [488] = 367, + [434] = 434, + [435] = 383, + [436] = 351, + [437] = 437, + [438] = 438, + [439] = 404, + [440] = 421, + [441] = 422, + [442] = 423, + [443] = 137, + [444] = 148, + [445] = 139, + [446] = 150, + [447] = 375, + [448] = 138, + [449] = 147, + [450] = 146, + [451] = 426, + [452] = 413, + [453] = 428, + [454] = 437, + [455] = 384, + [456] = 361, + [457] = 379, + [458] = 370, + [459] = 459, + [460] = 142, + [461] = 143, + [462] = 144, + [463] = 145, + [464] = 339, + [465] = 412, + [466] = 141, + [467] = 398, + [468] = 140, + [469] = 414, + [470] = 415, + [471] = 353, + [472] = 431, + [473] = 473, + [474] = 386, + [475] = 475, + [476] = 476, + [477] = 351, + [478] = 478, + [479] = 479, + [480] = 432, + [481] = 433, + [482] = 434, + [483] = 416, + [484] = 417, + [485] = 485, + [486] = 361, + [487] = 418, + [488] = 488, [489] = 489, - [490] = 396, - [491] = 491, - [492] = 492, + [490] = 490, + [491] = 353, + [492] = 410, [493] = 493, - [494] = 344, - [495] = 352, - [496] = 366, - [497] = 436, + [494] = 403, + [495] = 419, + [496] = 438, + [497] = 420, [498] = 498, - [499] = 499, - [500] = 428, - [501] = 146, - [502] = 502, + [499] = 411, + [500] = 425, + [501] = 353, + [502] = 339, [503] = 503, [504] = 504, - [505] = 505, - [506] = 487, - [507] = 491, - [508] = 492, - [509] = 493, - [510] = 472, - [511] = 445, - [512] = 448, - [513] = 148, - [514] = 514, - [515] = 498, - [516] = 516, - [517] = 517, - [518] = 499, - [519] = 147, + [505] = 475, + [506] = 147, + [507] = 146, + [508] = 508, + [509] = 509, + [510] = 510, + [511] = 379, + [512] = 139, + [513] = 476, + [514] = 141, + [515] = 478, + [516] = 138, + [517] = 479, + [518] = 140, + [519] = 361, [520] = 520, [521] = 521, - [522] = 139, - [523] = 138, - [524] = 150, - [525] = 525, - [526] = 143, + [522] = 522, + [523] = 523, + [524] = 375, + [525] = 384, + [526] = 526, [527] = 527, [528] = 528, - [529] = 529, + [529] = 370, [530] = 530, [531] = 531, - [532] = 141, - [533] = 145, - [534] = 144, - [535] = 142, - [536] = 352, - [537] = 355, - [538] = 367, - [539] = 366, - [540] = 368, - [541] = 369, - [542] = 367, - [543] = 366, - [544] = 368, - [545] = 369, - [546] = 344, - [547] = 345, - [548] = 489, - [549] = 446, - [550] = 447, - [551] = 551, - [552] = 552, - [553] = 140, - [554] = 551, - [555] = 516, - [556] = 517, - [557] = 520, - [558] = 531, - [559] = 521, - [560] = 140, - [561] = 143, - [562] = 562, - [563] = 504, - [564] = 564, - [565] = 565, - [566] = 367, - [567] = 150, - [568] = 366, - [569] = 569, - [570] = 368, - [571] = 369, - [572] = 572, + [532] = 485, + [533] = 533, + [534] = 375, + [535] = 488, + [536] = 489, + [537] = 490, + [538] = 493, + [539] = 150, + [540] = 540, + [541] = 351, + [542] = 384, + [543] = 379, + [544] = 142, + [545] = 143, + [546] = 370, + [547] = 498, + [548] = 144, + [549] = 459, + [550] = 145, + [551] = 473, + [552] = 148, + [553] = 553, + [554] = 143, + [555] = 555, + [556] = 556, + [557] = 148, + [558] = 558, + [559] = 559, + [560] = 560, + [561] = 530, + [562] = 504, + [563] = 520, + [564] = 509, + [565] = 508, + [566] = 379, + [567] = 522, + [568] = 370, + [569] = 521, + [570] = 570, + [571] = 523, + [572] = 375, [573] = 573, - [574] = 574, - [575] = 148, - [576] = 344, - [577] = 577, + [574] = 147, + [575] = 361, + [576] = 540, + [577] = 146, [578] = 578, [579] = 579, - [580] = 147, - [581] = 146, - [582] = 352, - [583] = 514, - [584] = 355, - [585] = 345, - [586] = 528, - [587] = 587, - [588] = 529, - [589] = 505, - [590] = 530, - [591] = 552, - [592] = 141, - [593] = 525, - [594] = 145, + [580] = 533, + [581] = 141, + [582] = 353, + [583] = 510, + [584] = 142, + [585] = 140, + [586] = 553, + [587] = 351, + [588] = 526, + [589] = 527, + [590] = 528, + [591] = 384, + [592] = 150, + [593] = 503, + [594] = 594, [595] = 144, - [596] = 142, - [597] = 502, - [598] = 503, - [599] = 527, - [600] = 147, - [601] = 601, + [596] = 145, + [597] = 597, + [598] = 339, + [599] = 531, + [600] = 600, + [601] = 190, [602] = 602, [603] = 603, [604] = 604, @@ -5784,26 +5791,26 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [621] = 621, [622] = 622, [623] = 623, - [624] = 624, + [624] = 594, [625] = 625, [626] = 626, [627] = 627, [628] = 628, [629] = 629, - [630] = 189, - [631] = 148, - [632] = 146, - [633] = 498, - [634] = 499, - [635] = 150, + [630] = 630, + [631] = 631, + [632] = 632, + [633] = 633, + [634] = 634, + [635] = 635, [636] = 636, [637] = 637, [638] = 638, [639] = 639, - [640] = 141, - [641] = 145, - [642] = 144, - [643] = 142, + [640] = 640, + [641] = 641, + [642] = 642, + [643] = 643, [644] = 644, [645] = 645, [646] = 646, @@ -5816,230 +5823,230 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [653] = 653, [654] = 654, [655] = 655, - [656] = 656, - [657] = 657, - [658] = 658, - [659] = 659, - [660] = 660, - [661] = 352, + [656] = 148, + [657] = 147, + [658] = 146, + [659] = 473, + [660] = 475, + [661] = 150, [662] = 662, - [663] = 355, - [664] = 664, - [665] = 665, - [666] = 579, - [667] = 367, - [668] = 366, - [669] = 368, - [670] = 369, - [671] = 671, - [672] = 672, + [663] = 142, + [664] = 143, + [665] = 144, + [666] = 145, + [667] = 667, + [668] = 668, + [669] = 361, + [670] = 353, + [671] = 555, + [672] = 556, [673] = 673, [674] = 674, - [675] = 675, - [676] = 676, + [675] = 375, + [676] = 384, [677] = 677, - [678] = 574, - [679] = 578, - [680] = 680, + [678] = 379, + [679] = 370, + [680] = 558, [681] = 681, [682] = 682, - [683] = 573, + [683] = 683, [684] = 684, [685] = 685, - [686] = 686, - [687] = 142, - [688] = 654, - [689] = 656, - [690] = 657, - [691] = 658, - [692] = 659, - [693] = 660, - [694] = 662, - [695] = 664, - [696] = 665, - [697] = 623, - [698] = 624, - [699] = 672, - [700] = 700, - [701] = 625, - [702] = 626, - [703] = 627, - [704] = 628, - [705] = 629, - [706] = 618, - [707] = 674, - [708] = 616, - [709] = 709, - [710] = 191, - [711] = 675, - [712] = 636, - [713] = 637, - [714] = 367, - [715] = 638, - [716] = 639, - [717] = 366, - [718] = 685, - [719] = 368, - [720] = 369, - [721] = 721, - [722] = 617, - [723] = 601, - [724] = 619, - [725] = 602, - [726] = 498, - [727] = 603, - [728] = 604, - [729] = 673, - [730] = 605, - [731] = 645, - [732] = 646, - [733] = 606, - [734] = 607, - [735] = 676, - [736] = 677, - [737] = 737, - [738] = 499, - [739] = 620, - [740] = 680, - [741] = 608, - [742] = 681, - [743] = 609, - [744] = 682, - [745] = 610, - [746] = 684, - [747] = 647, - [748] = 644, - [749] = 648, - [750] = 649, - [751] = 621, - [752] = 622, - [753] = 651, - [754] = 141, - [755] = 611, - [756] = 652, - [757] = 145, - [758] = 612, - [759] = 144, - [760] = 653, - [761] = 150, - [762] = 613, - [763] = 614, - [764] = 615, - [765] = 655, - [766] = 189, - [767] = 767, + [686] = 620, + [687] = 610, + [688] = 634, + [689] = 635, + [690] = 636, + [691] = 611, + [692] = 637, + [693] = 638, + [694] = 639, + [695] = 640, + [696] = 641, + [697] = 642, + [698] = 643, + [699] = 600, + [700] = 685, + [701] = 645, + [702] = 646, + [703] = 647, + [704] = 648, + [705] = 649, + [706] = 650, + [707] = 651, + [708] = 652, + [709] = 653, + [710] = 654, + [711] = 612, + [712] = 613, + [713] = 614, + [714] = 615, + [715] = 616, + [716] = 617, + [717] = 618, + [718] = 619, + [719] = 621, + [720] = 622, + [721] = 623, + [722] = 625, + [723] = 723, + [724] = 724, + [725] = 725, + [726] = 626, + [727] = 473, + [728] = 633, + [729] = 602, + [730] = 142, + [731] = 143, + [732] = 144, + [733] = 150, + [734] = 145, + [735] = 667, + [736] = 668, + [737] = 603, + [738] = 604, + [739] = 632, + [740] = 673, + [741] = 674, + [742] = 677, + [743] = 743, + [744] = 681, + [745] = 682, + [746] = 605, + [747] = 606, + [748] = 375, + [749] = 384, + [750] = 379, + [751] = 370, + [752] = 607, + [753] = 608, + [754] = 754, + [755] = 627, + [756] = 609, + [757] = 628, + [758] = 629, + [759] = 630, + [760] = 631, + [761] = 683, + [762] = 684, + [763] = 644, + [764] = 191, + [765] = 475, + [766] = 766, + [767] = 766, [768] = 768, - [769] = 768, - [770] = 319, - [771] = 322, + [769] = 190, + [770] = 770, + [771] = 319, [772] = 772, [773] = 773, [774] = 774, - [775] = 191, - [776] = 327, + [775] = 775, + [776] = 776, [777] = 777, [778] = 778, [779] = 779, [780] = 780, - [781] = 335, - [782] = 319, - [783] = 783, - [784] = 322, - [785] = 785, - [786] = 319, - [787] = 787, - [788] = 322, - [789] = 322, - [790] = 790, - [791] = 791, - [792] = 792, - [793] = 319, - [794] = 792, - [795] = 319, - [796] = 785, - [797] = 779, - [798] = 340, - [799] = 327, - [800] = 341, - [801] = 322, - [802] = 791, - [803] = 342, - [804] = 327, - [805] = 343, - [806] = 327, - [807] = 335, - [808] = 335, - [809] = 335, - [810] = 810, - [811] = 787, - [812] = 810, - [813] = 341, - [814] = 340, - [815] = 335, - [816] = 319, - [817] = 810, - [818] = 340, - [819] = 810, - [820] = 341, - [821] = 340, - [822] = 327, - [823] = 343, + [781] = 781, + [782] = 782, + [783] = 191, + [784] = 784, + [785] = 318, + [786] = 770, + [787] = 775, + [788] = 773, + [789] = 318, + [790] = 772, + [791] = 318, + [792] = 319, + [793] = 774, + [794] = 318, + [795] = 326, + [796] = 319, + [797] = 331, + [798] = 319, + [799] = 341, + [800] = 318, + [801] = 319, + [802] = 331, + [803] = 331, + [804] = 804, + [805] = 326, + [806] = 326, + [807] = 350, + [808] = 326, + [809] = 342, + [810] = 331, + [811] = 340, + [812] = 342, + [813] = 342, + [814] = 318, + [815] = 804, + [816] = 326, + [817] = 331, + [818] = 350, + [819] = 804, + [820] = 804, + [821] = 341, + [822] = 350, + [823] = 341, [824] = 342, - [825] = 341, - [826] = 322, - [827] = 342, - [828] = 343, - [829] = 342, - [830] = 343, - [831] = 335, - [832] = 341, + [825] = 340, + [826] = 319, + [827] = 341, + [828] = 340, + [829] = 340, + [830] = 350, + [831] = 331, + [832] = 340, [833] = 342, - [834] = 810, - [835] = 340, - [836] = 343, - [837] = 327, + [834] = 804, + [835] = 350, + [836] = 326, + [837] = 341, [838] = 838, - [839] = 839, - [840] = 840, - [841] = 840, - [842] = 342, - [843] = 840, - [844] = 343, - [845] = 341, - [846] = 838, - [847] = 840, - [848] = 840, - [849] = 840, - [850] = 840, - [851] = 840, - [852] = 840, - [853] = 840, - [854] = 839, - [855] = 840, - [856] = 840, - [857] = 840, - [858] = 840, - [859] = 840, - [860] = 840, - [861] = 340, - [862] = 810, - [863] = 838, + [839] = 838, + [840] = 341, + [841] = 342, + [842] = 842, + [843] = 842, + [844] = 842, + [845] = 842, + [846] = 842, + [847] = 842, + [848] = 842, + [849] = 842, + [850] = 842, + [851] = 842, + [852] = 842, + [853] = 842, + [854] = 842, + [855] = 340, + [856] = 842, + [857] = 842, + [858] = 804, + [859] = 859, + [860] = 838, + [861] = 842, + [862] = 350, + [863] = 859, [864] = 864, [865] = 864, [866] = 866, - [867] = 866, + [867] = 864, [868] = 866, - [869] = 864, + [869] = 866, [870] = 864, [871] = 866, [872] = 872, [873] = 872, - [874] = 864, - [875] = 872, - [876] = 866, - [877] = 877, + [874] = 872, + [875] = 875, + [876] = 872, + [877] = 864, [878] = 872, - [879] = 872, + [879] = 866, [880] = 872, [881] = 872, [882] = 872, @@ -6052,19 +6059,19 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [889] = 872, [890] = 872, [891] = 872, - [892] = 866, - [893] = 864, + [892] = 864, + [893] = 866, [894] = 894, [895] = 895, [896] = 896, - [897] = 897, + [897] = 894, [898] = 898, [899] = 899, [900] = 900, [901] = 901, [902] = 902, [903] = 903, - [904] = 894, + [904] = 904, [905] = 905, [906] = 906, [907] = 907, @@ -6074,145 +6081,145 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [911] = 911, [912] = 912, [913] = 913, - [914] = 914, - [915] = 915, - [916] = 916, - [917] = 917, - [918] = 918, - [919] = 919, - [920] = 920, - [921] = 921, - [922] = 922, - [923] = 923, - [924] = 924, - [925] = 925, - [926] = 926, + [914] = 895, + [915] = 894, + [916] = 898, + [917] = 899, + [918] = 900, + [919] = 903, + [920] = 904, + [921] = 905, + [922] = 907, + [923] = 908, + [924] = 909, + [925] = 910, + [926] = 911, [927] = 927, [928] = 928, [929] = 929, [930] = 930, [931] = 931, [932] = 932, - [933] = 923, + [933] = 933, [934] = 934, [935] = 935, - [936] = 936, + [936] = 906, [937] = 937, [938] = 938, - [939] = 939, - [940] = 940, + [939] = 896, + [940] = 902, [941] = 941, [942] = 942, [943] = 943, - [944] = 944, + [944] = 901, [945] = 945, [946] = 946, [947] = 947, [948] = 948, - [949] = 945, - [950] = 943, - [951] = 895, - [952] = 896, - [953] = 897, - [954] = 898, - [955] = 924, - [956] = 899, - [957] = 919, + [949] = 949, + [950] = 950, + [951] = 913, + [952] = 952, + [953] = 912, + [954] = 954, + [955] = 955, + [956] = 956, + [957] = 957, [958] = 958, - [959] = 925, - [960] = 926, - [961] = 927, - [962] = 900, - [963] = 934, - [964] = 948, - [965] = 895, - [966] = 896, - [967] = 897, - [968] = 898, - [969] = 899, - [970] = 900, - [971] = 901, - [972] = 902, - [973] = 903, - [974] = 944, - [975] = 905, - [976] = 907, - [977] = 908, - [978] = 909, - [979] = 910, - [980] = 911, - [981] = 912, - [982] = 913, - [983] = 914, - [984] = 915, - [985] = 916, - [986] = 917, - [987] = 918, - [988] = 919, - [989] = 920, - [990] = 921, - [991] = 922, - [992] = 923, - [993] = 924, - [994] = 925, - [995] = 926, - [996] = 927, - [997] = 928, - [998] = 929, - [999] = 930, - [1000] = 931, - [1001] = 932, - [1002] = 935, - [1003] = 936, - [1004] = 937, - [1005] = 938, - [1006] = 939, - [1007] = 940, - [1008] = 941, - [1009] = 942, - [1010] = 943, - [1011] = 944, - [1012] = 945, - [1013] = 946, - [1014] = 947, - [1015] = 901, - [1016] = 902, - [1017] = 903, - [1018] = 928, - [1019] = 929, - [1020] = 1020, - [1021] = 894, - [1022] = 930, - [1023] = 931, - [1024] = 905, - [1025] = 932, - [1026] = 946, - [1027] = 907, - [1028] = 908, - [1029] = 909, - [1030] = 910, - [1031] = 911, - [1032] = 912, - [1033] = 918, - [1034] = 913, - [1035] = 914, - [1036] = 920, - [1037] = 915, - [1038] = 921, - [1039] = 922, - [1040] = 916, - [1041] = 935, - [1042] = 917, - [1043] = 936, - [1044] = 937, - [1045] = 938, - [1046] = 939, - [1047] = 940, - [1048] = 941, - [1049] = 942, - [1050] = 934, - [1051] = 948, - [1052] = 947, + [959] = 959, + [960] = 960, + [961] = 961, + [962] = 962, + [963] = 963, + [964] = 964, + [965] = 965, + [966] = 954, + [967] = 955, + [968] = 956, + [969] = 945, + [970] = 946, + [971] = 957, + [972] = 958, + [973] = 973, + [974] = 927, + [975] = 959, + [976] = 960, + [977] = 928, + [978] = 943, + [979] = 961, + [980] = 962, + [981] = 895, + [982] = 898, + [983] = 899, + [984] = 900, + [985] = 903, + [986] = 904, + [987] = 905, + [988] = 907, + [989] = 908, + [990] = 909, + [991] = 910, + [992] = 911, + [993] = 927, + [994] = 928, + [995] = 929, + [996] = 930, + [997] = 931, + [998] = 932, + [999] = 933, + [1000] = 934, + [1001] = 935, + [1002] = 906, + [1003] = 937, + [1004] = 938, + [1005] = 896, + [1006] = 902, + [1007] = 941, + [1008] = 942, + [1009] = 943, + [1010] = 901, + [1011] = 945, + [1012] = 946, + [1013] = 947, + [1014] = 948, + [1015] = 949, + [1016] = 950, + [1017] = 913, + [1018] = 952, + [1019] = 912, + [1020] = 954, + [1021] = 955, + [1022] = 956, + [1023] = 957, + [1024] = 958, + [1025] = 959, + [1026] = 960, + [1027] = 961, + [1028] = 962, + [1029] = 963, + [1030] = 964, + [1031] = 965, + [1032] = 934, + [1033] = 941, + [1034] = 930, + [1035] = 931, + [1036] = 952, + [1037] = 932, + [1038] = 937, + [1039] = 963, + [1040] = 964, + [1041] = 965, + [1042] = 948, + [1043] = 949, + [1044] = 950, + [1045] = 935, + [1046] = 933, + [1047] = 947, + [1048] = 1048, + [1049] = 1049, + [1050] = 942, + [1051] = 938, + [1052] = 929, [1053] = 1053, [1054] = 1054, [1055] = 1055, @@ -6224,929 +6231,929 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1061] = 1061, [1062] = 1062, [1063] = 1063, - [1064] = 1059, - [1065] = 1060, - [1066] = 1061, + [1064] = 1056, + [1065] = 1057, + [1066] = 1066, [1067] = 1067, - [1068] = 1068, - [1069] = 1062, - [1070] = 1058, - [1071] = 1068, + [1068] = 1054, + [1069] = 1055, + [1070] = 1070, + [1071] = 1066, [1072] = 1067, - [1073] = 1053, - [1074] = 1054, - [1075] = 1055, - [1076] = 1056, - [1077] = 1057, - [1078] = 1058, - [1079] = 1059, - [1080] = 1060, - [1081] = 1061, + [1073] = 1058, + [1074] = 1059, + [1075] = 1060, + [1076] = 1061, + [1077] = 1058, + [1078] = 1060, + [1079] = 1061, + [1080] = 1058, + [1081] = 1059, [1082] = 1062, [1083] = 1063, [1084] = 1059, - [1085] = 1063, - [1086] = 1062, - [1087] = 1063, - [1088] = 1068, - [1089] = 1067, - [1090] = 1053, - [1091] = 1054, - [1092] = 1068, - [1093] = 1053, - [1094] = 1067, - [1095] = 1054, - [1096] = 1067, - [1097] = 1054, - [1098] = 1055, - [1099] = 1055, - [1100] = 1100, - [1101] = 1057, - [1102] = 1056, - [1103] = 1057, - [1104] = 1058, - [1105] = 1060, - [1106] = 1100, - [1107] = 1107, - [1108] = 1061, - [1109] = 1059, - [1110] = 1056, - [1111] = 1060, - [1112] = 1061, - [1113] = 1062, - [1114] = 1063, - [1115] = 1055, - [1116] = 1056, - [1117] = 1057, - [1118] = 1068, - [1119] = 1067, - [1120] = 1053, - [1121] = 1054, - [1122] = 1055, - [1123] = 1056, - [1124] = 1057, - [1125] = 1058, - [1126] = 1059, - [1127] = 1060, - [1128] = 1061, - [1129] = 1062, - [1130] = 1063, - [1131] = 1058, - [1132] = 1068, - [1133] = 1053, + [1085] = 1056, + [1086] = 1058, + [1087] = 1059, + [1088] = 1060, + [1089] = 1061, + [1090] = 1062, + [1091] = 1063, + [1092] = 1056, + [1093] = 1057, + [1094] = 1066, + [1095] = 1067, + [1096] = 1062, + [1097] = 1063, + [1098] = 1070, + [1099] = 1057, + [1100] = 1066, + [1101] = 1058, + [1102] = 1059, + [1103] = 1060, + [1104] = 1061, + [1105] = 1062, + [1106] = 1063, + [1107] = 1056, + [1108] = 1057, + [1109] = 1066, + [1110] = 1067, + [1111] = 1054, + [1112] = 1055, + [1113] = 1070, + [1114] = 1067, + [1115] = 1054, + [1116] = 1055, + [1117] = 1060, + [1118] = 1070, + [1119] = 1061, + [1120] = 1062, + [1121] = 1063, + [1122] = 1056, + [1123] = 1057, + [1124] = 1066, + [1125] = 1067, + [1126] = 1054, + [1127] = 1127, + [1128] = 1054, + [1129] = 1055, + [1130] = 1070, + [1131] = 1127, + [1132] = 1070, + [1133] = 1055, [1134] = 1134, [1135] = 1134, [1136] = 1134, [1137] = 1137, [1138] = 1138, - [1139] = 1137, - [1140] = 1140, - [1141] = 1141, - [1142] = 1138, - [1143] = 1141, - [1144] = 1144, - [1145] = 1134, - [1146] = 1134, - [1147] = 189, + [1139] = 1139, + [1140] = 1137, + [1141] = 1138, + [1142] = 1142, + [1143] = 1143, + [1144] = 1134, + [1145] = 1143, + [1146] = 1146, + [1147] = 1134, [1148] = 1148, [1149] = 1149, - [1150] = 1150, + [1150] = 190, [1151] = 1151, [1152] = 1152, - [1153] = 319, - [1154] = 1154, - [1155] = 319, - [1156] = 191, - [1157] = 322, - [1158] = 322, + [1153] = 1153, + [1154] = 319, + [1155] = 1153, + [1156] = 318, + [1157] = 1157, + [1158] = 1158, [1159] = 319, - [1160] = 1160, + [1160] = 191, [1161] = 1161, - [1162] = 1162, + [1162] = 318, [1163] = 1163, [1164] = 1164, - [1165] = 1161, - [1166] = 1166, - [1167] = 1164, - [1168] = 322, - [1169] = 327, - [1170] = 335, - [1171] = 327, - [1172] = 335, - [1173] = 335, - [1174] = 322, - [1175] = 319, - [1176] = 1176, - [1177] = 1177, - [1178] = 327, - [1179] = 1177, - [1180] = 1176, - [1181] = 1181, - [1182] = 810, - [1183] = 340, - [1184] = 1184, - [1185] = 341, - [1186] = 342, - [1187] = 343, - [1188] = 340, - [1189] = 341, - [1190] = 342, - [1191] = 343, - [1192] = 322, - [1193] = 319, - [1194] = 810, - [1195] = 335, - [1196] = 340, - [1197] = 1197, - [1198] = 1181, - [1199] = 1197, - [1200] = 1184, - [1201] = 1197, - [1202] = 1181, - [1203] = 1184, - [1204] = 810, - [1205] = 341, - [1206] = 342, - [1207] = 343, - [1208] = 327, - [1209] = 340, - [1210] = 341, - [1211] = 342, - [1212] = 343, - [1213] = 810, + [1165] = 318, + [1166] = 1161, + [1167] = 319, + [1168] = 1168, + [1169] = 1169, + [1170] = 1170, + [1171] = 319, + [1172] = 318, + [1173] = 1169, + [1174] = 1170, + [1175] = 331, + [1176] = 326, + [1177] = 331, + [1178] = 326, + [1179] = 331, + [1180] = 326, + [1181] = 341, + [1182] = 318, + [1183] = 1183, + [1184] = 1183, + [1185] = 350, + [1186] = 1186, + [1187] = 342, + [1188] = 1188, + [1189] = 1186, + [1190] = 1183, + [1191] = 340, + [1192] = 341, + [1193] = 350, + [1194] = 326, + [1195] = 342, + [1196] = 1188, + [1197] = 340, + [1198] = 319, + [1199] = 350, + [1200] = 1186, + [1201] = 342, + [1202] = 804, + [1203] = 340, + [1204] = 341, + [1205] = 1188, + [1206] = 804, + [1207] = 331, + [1208] = 804, + [1209] = 326, + [1210] = 1210, + [1211] = 1211, + [1212] = 340, + [1213] = 1213, [1214] = 1214, - [1215] = 1215, - [1216] = 1216, - [1217] = 1217, - [1218] = 1217, - [1219] = 327, - [1220] = 1220, - [1221] = 335, - [1222] = 1222, + [1215] = 341, + [1216] = 350, + [1217] = 342, + [1218] = 1211, + [1219] = 1219, + [1220] = 1213, + [1221] = 1214, + [1222] = 1219, [1223] = 1223, - [1224] = 1223, - [1225] = 1220, - [1226] = 1214, - [1227] = 1216, - [1228] = 1222, - [1229] = 317, + [1224] = 1210, + [1225] = 1225, + [1226] = 804, + [1227] = 331, + [1228] = 1223, + [1229] = 1229, [1230] = 342, - [1231] = 341, - [1232] = 810, - [1233] = 340, - [1234] = 343, - [1235] = 1235, - [1236] = 1235, - [1237] = 321, - [1238] = 319, - [1239] = 317, - [1240] = 320, - [1241] = 137, - [1242] = 322, - [1243] = 318, + [1231] = 340, + [1232] = 341, + [1233] = 804, + [1234] = 302, + [1235] = 350, + [1236] = 1229, + [1237] = 302, + [1238] = 137, + [1239] = 322, + [1240] = 323, + [1241] = 318, + [1242] = 319, + [1243] = 321, [1244] = 1244, - [1245] = 331, - [1246] = 322, - [1247] = 322, - [1248] = 1248, - [1249] = 1244, - [1250] = 319, - [1251] = 139, - [1252] = 1252, - [1253] = 1253, - [1254] = 327, - [1255] = 138, - [1256] = 1256, - [1257] = 1257, - [1258] = 1248, - [1259] = 329, - [1260] = 318, - [1261] = 320, - [1262] = 332, - [1263] = 1244, - [1264] = 1248, - [1265] = 1253, - [1266] = 1256, - [1267] = 1252, - [1268] = 1244, - [1269] = 1253, - [1270] = 1252, - [1271] = 1253, - [1272] = 1248, + [1245] = 1245, + [1246] = 1246, + [1247] = 1245, + [1248] = 323, + [1249] = 1249, + [1250] = 139, + [1251] = 138, + [1252] = 1249, + [1253] = 321, + [1254] = 1245, + [1255] = 318, + [1256] = 1249, + [1257] = 1245, + [1258] = 1244, + [1259] = 1246, + [1260] = 322, + [1261] = 319, + [1262] = 318, + [1263] = 1249, + [1264] = 1245, + [1265] = 1244, + [1266] = 1246, + [1267] = 1249, + [1268] = 1245, + [1269] = 1244, + [1270] = 1246, + [1271] = 1249, + [1272] = 326, [1273] = 1244, - [1274] = 1252, - [1275] = 1253, - [1276] = 1248, + [1274] = 1246, + [1275] = 1249, + [1276] = 1245, [1277] = 1244, - [1278] = 1252, - [1279] = 1253, - [1280] = 1248, + [1278] = 1246, + [1279] = 1249, + [1280] = 1245, [1281] = 1244, - [1282] = 1252, - [1283] = 1253, - [1284] = 321, - [1285] = 1248, - [1286] = 1244, - [1287] = 1252, - [1288] = 1253, - [1289] = 1252, - [1290] = 1248, + [1282] = 1246, + [1283] = 1249, + [1284] = 1245, + [1285] = 1244, + [1286] = 1246, + [1287] = 1249, + [1288] = 1244, + [1289] = 1289, + [1290] = 335, [1291] = 1244, - [1292] = 1252, - [1293] = 1253, - [1294] = 1248, + [1292] = 1245, + [1293] = 1293, + [1294] = 1249, [1295] = 1244, - [1296] = 1252, - [1297] = 1253, - [1298] = 1248, - [1299] = 1244, - [1300] = 1252, - [1301] = 1253, - [1302] = 1248, - [1303] = 1252, - [1304] = 330, - [1305] = 1248, - [1306] = 335, - [1307] = 319, - [1308] = 330, - [1309] = 335, - [1310] = 866, - [1311] = 142, - [1312] = 1257, - [1313] = 337, - [1314] = 335, - [1315] = 141, - [1316] = 340, - [1317] = 145, - [1318] = 342, - [1319] = 345, - [1320] = 329, - [1321] = 140, - [1322] = 144, - [1323] = 137, - [1324] = 864, - [1325] = 332, - [1326] = 327, - [1327] = 343, + [1296] = 1249, + [1297] = 325, + [1298] = 1244, + [1299] = 333, + [1300] = 331, + [1301] = 1246, + [1302] = 1289, + [1303] = 1246, + [1304] = 1246, + [1305] = 319, + [1306] = 334, + [1307] = 1245, + [1308] = 142, + [1309] = 337, + [1310] = 137, + [1311] = 326, + [1312] = 334, + [1313] = 335, + [1314] = 325, + [1315] = 319, + [1316] = 331, + [1317] = 143, + [1318] = 326, + [1319] = 144, + [1320] = 318, + [1321] = 137, + [1322] = 340, + [1323] = 341, + [1324] = 342, + [1325] = 864, + [1326] = 331, + [1327] = 350, [1328] = 1328, - [1329] = 864, - [1330] = 344, - [1331] = 322, - [1332] = 341, - [1333] = 319, - [1334] = 866, - [1335] = 327, - [1336] = 143, + [1329] = 338, + [1330] = 145, + [1331] = 866, + [1332] = 864, + [1333] = 339, + [1334] = 141, + [1335] = 140, + [1336] = 866, [1337] = 864, - [1338] = 137, - [1339] = 866, + [1338] = 1293, + [1339] = 333, [1340] = 351, - [1341] = 331, - [1342] = 139, - [1343] = 340, - [1344] = 342, - [1345] = 1345, - [1346] = 343, - [1347] = 341, - [1348] = 342, - [1349] = 343, - [1350] = 137, - [1351] = 1351, - [1352] = 351, - [1353] = 139, - [1354] = 1354, - [1355] = 352, - [1356] = 351, - [1357] = 148, - [1358] = 138, - [1359] = 147, - [1360] = 146, - [1361] = 317, - [1362] = 355, - [1363] = 327, - [1364] = 337, - [1365] = 318, - [1366] = 340, - [1367] = 337, - [1368] = 345, - [1369] = 335, - [1370] = 341, - [1371] = 866, - [1372] = 864, - [1373] = 344, - [1374] = 138, - [1375] = 332, - [1376] = 366, - [1377] = 140, - [1378] = 143, - [1379] = 141, - [1380] = 317, - [1381] = 137, - [1382] = 145, - [1383] = 1383, - [1384] = 144, - [1385] = 320, - [1386] = 866, - [1387] = 864, - [1388] = 321, - [1389] = 145, - [1390] = 383, - [1391] = 368, - [1392] = 1392, - [1393] = 345, - [1394] = 369, - [1395] = 371, - [1396] = 143, - [1397] = 340, - [1398] = 142, - [1399] = 141, - [1400] = 144, - [1401] = 329, - [1402] = 139, - [1403] = 142, - [1404] = 341, - [1405] = 138, - [1406] = 352, - [1407] = 367, - [1408] = 344, - [1409] = 150, - [1410] = 330, - [1411] = 331, - [1412] = 355, - [1413] = 139, - [1414] = 342, - [1415] = 1345, - [1416] = 138, - [1417] = 343, - [1418] = 140, - [1419] = 369, - [1420] = 366, - [1421] = 140, - [1422] = 143, - [1423] = 145, - [1424] = 144, - [1425] = 371, - [1426] = 436, - [1427] = 141, - [1428] = 148, - [1429] = 321, - [1430] = 345, - [1431] = 383, + [1341] = 866, + [1342] = 350, + [1343] = 139, + [1344] = 341, + [1345] = 139, + [1346] = 337, + [1347] = 137, + [1348] = 341, + [1349] = 323, + [1350] = 138, + [1351] = 302, + [1352] = 353, + [1353] = 338, + [1354] = 331, + [1355] = 339, + [1356] = 342, + [1357] = 338, + [1358] = 866, + [1359] = 1359, + [1360] = 138, + [1361] = 361, + [1362] = 864, + [1363] = 148, + [1364] = 350, + [1365] = 340, + [1366] = 351, + [1367] = 1367, + [1368] = 147, + [1369] = 146, + [1370] = 326, + [1371] = 342, + [1372] = 337, + [1373] = 1373, + [1374] = 340, + [1375] = 342, + [1376] = 138, + [1377] = 137, + [1378] = 322, + [1379] = 144, + [1380] = 139, + [1381] = 375, + [1382] = 367, + [1383] = 379, + [1384] = 340, + [1385] = 141, + [1386] = 334, + [1387] = 1387, + [1388] = 335, + [1389] = 141, + [1390] = 361, + [1391] = 140, + [1392] = 143, + [1393] = 350, + [1394] = 370, + [1395] = 864, + [1396] = 1373, + [1397] = 339, + [1398] = 325, + [1399] = 144, + [1400] = 150, + [1401] = 371, + [1402] = 333, + [1403] = 140, + [1404] = 353, + [1405] = 866, + [1406] = 138, + [1407] = 321, + [1408] = 142, + [1409] = 145, + [1410] = 145, + [1411] = 302, + [1412] = 351, + [1413] = 142, + [1414] = 139, + [1415] = 143, + [1416] = 384, + [1417] = 341, + [1418] = 1418, + [1419] = 146, + [1420] = 142, + [1421] = 150, + [1422] = 398, + [1423] = 351, + [1424] = 404, + [1425] = 319, + [1426] = 403, + [1427] = 339, + [1428] = 143, + [1429] = 144, + [1430] = 148, + [1431] = 367, [1432] = 145, - [1433] = 418, - [1434] = 419, - [1435] = 420, - [1436] = 322, - [1437] = 345, - [1438] = 147, - [1439] = 146, - [1440] = 318, - [1441] = 148, - [1442] = 421, - [1443] = 144, - [1444] = 422, - [1445] = 384, - [1446] = 320, - [1447] = 415, - [1448] = 424, - [1449] = 1351, - [1450] = 425, - [1451] = 426, - [1452] = 142, - [1453] = 427, - [1454] = 428, - [1455] = 429, - [1456] = 147, - [1457] = 137, - [1458] = 430, - [1459] = 146, - [1460] = 431, - [1461] = 319, - [1462] = 352, - [1463] = 432, - [1464] = 433, - [1465] = 367, - [1466] = 141, - [1467] = 413, - [1468] = 344, - [1469] = 140, - [1470] = 143, - [1471] = 1471, - [1472] = 355, - [1473] = 142, - [1474] = 417, - [1475] = 150, - [1476] = 368, - [1477] = 412, - [1478] = 344, - [1479] = 423, - [1480] = 445, - [1481] = 413, - [1482] = 146, - [1483] = 331, - [1484] = 150, - [1485] = 384, - [1486] = 423, - [1487] = 1383, - [1488] = 138, - [1489] = 472, - [1490] = 424, - [1491] = 345, - [1492] = 425, - [1493] = 415, - [1494] = 344, - [1495] = 367, - [1496] = 426, - [1497] = 332, - [1498] = 427, - [1499] = 1499, - [1500] = 1500, - [1501] = 448, - [1502] = 436, - [1503] = 352, - [1504] = 428, - [1505] = 1505, - [1506] = 499, - [1507] = 355, - [1508] = 487, - [1509] = 137, - [1510] = 148, - [1511] = 345, - [1512] = 498, - [1513] = 429, - [1514] = 430, - [1515] = 418, - [1516] = 139, - [1517] = 431, - [1518] = 1257, - [1519] = 327, - [1520] = 419, - [1521] = 1500, - [1522] = 420, - [1523] = 421, - [1524] = 148, - [1525] = 412, - [1526] = 366, - [1527] = 352, - [1528] = 335, - [1529] = 1500, - [1530] = 368, - [1531] = 344, - [1532] = 422, - [1533] = 147, + [1433] = 438, + [1434] = 142, + [1435] = 143, + [1436] = 144, + [1437] = 411, + [1438] = 145, + [1439] = 412, + [1440] = 413, + [1441] = 414, + [1442] = 415, + [1443] = 416, + [1444] = 141, + [1445] = 140, + [1446] = 410, + [1447] = 437, + [1448] = 339, + [1449] = 148, + [1450] = 418, + [1451] = 147, + [1452] = 146, + [1453] = 140, + [1454] = 1454, + [1455] = 321, + [1456] = 419, + [1457] = 375, + [1458] = 420, + [1459] = 421, + [1460] = 137, + [1461] = 371, + [1462] = 422, + [1463] = 423, + [1464] = 425, + [1465] = 384, + [1466] = 426, + [1467] = 379, + [1468] = 370, + [1469] = 322, + [1470] = 428, + [1471] = 361, + [1472] = 351, + [1473] = 147, + [1474] = 318, + [1475] = 141, + [1476] = 353, + [1477] = 1359, + [1478] = 323, + [1479] = 417, + [1480] = 325, + [1481] = 422, + [1482] = 423, + [1483] = 147, + [1484] = 148, + [1485] = 425, + [1486] = 426, + [1487] = 428, + [1488] = 437, + [1489] = 146, + [1490] = 1490, + [1491] = 398, + [1492] = 335, + [1493] = 438, + [1494] = 138, + [1495] = 404, + [1496] = 459, + [1497] = 148, + [1498] = 351, + [1499] = 353, + [1500] = 333, + [1501] = 150, + [1502] = 498, + [1503] = 1490, + [1504] = 485, + [1505] = 137, + [1506] = 339, + [1507] = 1507, + [1508] = 473, + [1509] = 1387, + [1510] = 410, + [1511] = 411, + [1512] = 339, + [1513] = 412, + [1514] = 413, + [1515] = 414, + [1516] = 421, + [1517] = 1490, + [1518] = 147, + [1519] = 415, + [1520] = 1418, + [1521] = 488, + [1522] = 489, + [1523] = 490, + [1524] = 416, + [1525] = 475, + [1526] = 375, + [1527] = 353, + [1528] = 318, + [1529] = 417, + [1530] = 493, + [1531] = 319, + [1532] = 139, + [1533] = 361, [1534] = 146, - [1535] = 319, - [1536] = 1392, - [1537] = 417, - [1538] = 432, - [1539] = 433, - [1540] = 369, - [1541] = 330, - [1542] = 329, - [1543] = 147, - [1544] = 491, - [1545] = 492, - [1546] = 493, - [1547] = 355, - [1548] = 322, - [1549] = 1500, - [1550] = 433, - [1551] = 427, - [1552] = 527, - [1553] = 516, - [1554] = 138, - [1555] = 517, - [1556] = 428, - [1557] = 150, - [1558] = 448, - [1559] = 366, - [1560] = 352, - [1561] = 355, - [1562] = 431, - [1563] = 487, - [1564] = 366, - [1565] = 368, - [1566] = 368, - [1567] = 369, - [1568] = 520, - [1569] = 472, - [1570] = 369, - [1571] = 425, - [1572] = 426, - [1573] = 528, + [1535] = 351, + [1536] = 331, + [1537] = 334, + [1538] = 326, + [1539] = 1293, + [1540] = 384, + [1541] = 418, + [1542] = 403, + [1543] = 379, + [1544] = 1544, + [1545] = 370, + [1546] = 419, + [1547] = 420, + [1548] = 361, + [1549] = 384, + [1550] = 422, + [1551] = 1507, + [1552] = 416, + [1553] = 438, + [1554] = 493, + [1555] = 339, + [1556] = 531, + [1557] = 417, + [1558] = 142, + [1559] = 342, + [1560] = 143, + [1561] = 144, + [1562] = 533, + [1563] = 150, + [1564] = 145, + [1565] = 1565, + [1566] = 361, + [1567] = 423, + [1568] = 425, + [1569] = 426, + [1570] = 428, + [1571] = 437, + [1572] = 379, + [1573] = 485, [1574] = 1574, - [1575] = 1575, - [1576] = 344, - [1577] = 529, - [1578] = 530, - [1579] = 498, - [1580] = 140, - [1581] = 143, - [1582] = 499, + [1575] = 473, + [1576] = 498, + [1577] = 353, + [1578] = 488, + [1579] = 489, + [1580] = 1580, + [1581] = 1581, + [1582] = 490, [1583] = 1583, - [1584] = 521, - [1585] = 340, - [1586] = 341, - [1587] = 342, - [1588] = 343, - [1589] = 345, - [1590] = 1590, - [1591] = 367, - [1592] = 493, - [1593] = 141, - [1594] = 355, - [1595] = 1595, - [1596] = 1596, - [1597] = 1597, - [1598] = 531, - [1599] = 1599, - [1600] = 145, - [1601] = 429, - [1602] = 144, - [1603] = 1505, - [1604] = 139, - [1605] = 142, - [1606] = 430, - [1607] = 432, - [1608] = 445, - [1609] = 514, - [1610] = 445, - [1611] = 327, - [1612] = 367, - [1613] = 492, - [1614] = 1257, - [1615] = 1499, - [1616] = 335, - [1617] = 417, - [1618] = 424, - [1619] = 448, - [1620] = 418, - [1621] = 419, - [1622] = 1622, - [1623] = 420, - [1624] = 421, - [1625] = 422, - [1626] = 384, - [1627] = 423, - [1628] = 491, - [1629] = 352, - [1630] = 514, - [1631] = 1590, - [1632] = 368, - [1633] = 527, - [1634] = 148, - [1635] = 140, - [1636] = 369, - [1637] = 368, - [1638] = 1638, - [1639] = 1622, - [1640] = 340, - [1641] = 355, - [1642] = 531, - [1643] = 337, - [1644] = 529, - [1645] = 343, - [1646] = 341, - [1647] = 520, - [1648] = 530, - [1649] = 369, - [1650] = 147, - [1651] = 139, - [1652] = 146, - [1653] = 1653, - [1654] = 521, - [1655] = 601, - [1656] = 1656, - [1657] = 344, - [1658] = 143, - [1659] = 345, - [1660] = 602, - [1661] = 413, - [1662] = 528, - [1663] = 527, - [1664] = 366, - [1665] = 436, - [1666] = 138, - [1667] = 1667, - [1668] = 1668, - [1669] = 1669, - [1670] = 366, - [1671] = 1671, - [1672] = 529, - [1673] = 530, - [1674] = 415, - [1675] = 528, - [1676] = 351, - [1677] = 531, - [1678] = 412, - [1679] = 345, - [1680] = 579, - [1681] = 367, - [1682] = 1597, - [1683] = 498, - [1684] = 141, - [1685] = 1638, - [1686] = 137, - [1687] = 1595, - [1688] = 516, - [1689] = 1599, - [1690] = 145, - [1691] = 344, - [1692] = 144, + [1584] = 1584, + [1585] = 459, + [1586] = 418, + [1587] = 419, + [1588] = 521, + [1589] = 503, + [1590] = 1544, + [1591] = 504, + [1592] = 370, + [1593] = 421, + [1594] = 459, + [1595] = 141, + [1596] = 375, + [1597] = 350, + [1598] = 530, + [1599] = 508, + [1600] = 340, + [1601] = 140, + [1602] = 1490, + [1603] = 475, + [1604] = 510, + [1605] = 540, + [1606] = 509, + [1607] = 384, + [1608] = 331, + [1609] = 1609, + [1610] = 361, + [1611] = 1611, + [1612] = 379, + [1613] = 370, + [1614] = 139, + [1615] = 498, + [1616] = 326, + [1617] = 138, + [1618] = 411, + [1619] = 413, + [1620] = 1620, + [1621] = 353, + [1622] = 1293, + [1623] = 341, + [1624] = 414, + [1625] = 415, + [1626] = 420, + [1627] = 412, + [1628] = 351, + [1629] = 375, + [1630] = 403, + [1631] = 337, + [1632] = 144, + [1633] = 341, + [1634] = 503, + [1635] = 531, + [1636] = 143, + [1637] = 351, + [1638] = 628, + [1639] = 504, + [1640] = 1640, + [1641] = 1609, + [1642] = 339, + [1643] = 1643, + [1644] = 145, + [1645] = 1645, + [1646] = 533, + [1647] = 150, + [1648] = 594, + [1649] = 384, + [1650] = 540, + [1651] = 475, + [1652] = 398, + [1653] = 1580, + [1654] = 1654, + [1655] = 530, + [1656] = 375, + [1657] = 531, + [1658] = 339, + [1659] = 148, + [1660] = 1660, + [1661] = 379, + [1662] = 350, + [1663] = 1581, + [1664] = 370, + [1665] = 137, + [1666] = 473, + [1667] = 375, + [1668] = 138, + [1669] = 510, + [1670] = 351, + [1671] = 342, + [1672] = 1620, + [1673] = 1583, + [1674] = 1674, + [1675] = 1611, + [1676] = 370, + [1677] = 410, + [1678] = 1584, + [1679] = 384, + [1680] = 146, + [1681] = 340, + [1682] = 141, + [1683] = 140, + [1684] = 139, + [1685] = 1685, + [1686] = 533, + [1687] = 404, + [1688] = 379, + [1689] = 1689, + [1690] = 1690, + [1691] = 510, + [1692] = 508, [1693] = 1693, - [1694] = 367, - [1695] = 352, - [1696] = 1575, - [1697] = 499, - [1698] = 1698, - [1699] = 342, - [1700] = 517, - [1701] = 1596, + [1694] = 521, + [1695] = 353, + [1696] = 147, + [1697] = 338, + [1698] = 530, + [1699] = 509, + [1700] = 361, + [1701] = 540, [1702] = 142, - [1703] = 150, - [1704] = 1704, - [1705] = 646, - [1706] = 1706, - [1707] = 1707, - [1708] = 656, - [1709] = 613, - [1710] = 659, - [1711] = 142, - [1712] = 649, - [1713] = 601, - [1714] = 1671, - [1715] = 579, - [1716] = 636, - [1717] = 660, - [1718] = 602, - [1719] = 614, - [1720] = 658, - [1721] = 383, - [1722] = 141, - [1723] = 615, + [1703] = 627, + [1704] = 1689, + [1705] = 1643, + [1706] = 190, + [1707] = 1640, + [1708] = 1708, + [1709] = 1674, + [1710] = 1643, + [1711] = 1711, + [1712] = 1690, + [1713] = 1713, + [1714] = 144, + [1715] = 1660, + [1716] = 1716, + [1717] = 1717, + [1718] = 610, + [1719] = 612, + [1720] = 142, + [1721] = 1721, + [1722] = 1722, + [1723] = 1723, [1724] = 616, - [1725] = 148, - [1726] = 1726, - [1727] = 355, - [1728] = 529, - [1729] = 605, - [1730] = 617, - [1731] = 530, - [1732] = 618, - [1733] = 1638, - [1734] = 1734, - [1735] = 1735, - [1736] = 371, - [1737] = 1693, - [1738] = 1738, - [1739] = 1739, - [1740] = 611, - [1741] = 610, + [1725] = 353, + [1726] = 367, + [1727] = 1727, + [1728] = 1728, + [1729] = 371, + [1730] = 1730, + [1731] = 1731, + [1732] = 603, + [1733] = 606, + [1734] = 607, + [1735] = 608, + [1736] = 609, + [1737] = 613, + [1738] = 614, + [1739] = 615, + [1740] = 617, + [1741] = 618, [1742] = 619, - [1743] = 352, - [1744] = 1704, - [1745] = 620, - [1746] = 621, - [1747] = 622, - [1748] = 623, - [1749] = 145, - [1750] = 1750, - [1751] = 528, - [1752] = 624, - [1753] = 612, - [1754] = 144, - [1755] = 625, - [1756] = 626, - [1757] = 1653, - [1758] = 627, - [1759] = 1759, - [1760] = 1656, - [1761] = 628, - [1762] = 629, - [1763] = 654, - [1764] = 531, - [1765] = 499, - [1766] = 1669, - [1767] = 367, - [1768] = 1768, - [1769] = 140, - [1770] = 1770, - [1771] = 1759, - [1772] = 527, - [1773] = 653, - [1774] = 143, - [1775] = 498, - [1776] = 142, - [1777] = 366, - [1778] = 145, - [1779] = 672, - [1780] = 662, - [1781] = 150, - [1782] = 189, - [1783] = 1698, - [1784] = 147, - [1785] = 1785, - [1786] = 1786, - [1787] = 355, - [1788] = 638, - [1789] = 674, - [1790] = 639, - [1791] = 368, - [1792] = 146, - [1793] = 369, - [1794] = 637, - [1795] = 603, - [1796] = 604, - [1797] = 1693, - [1798] = 1798, - [1799] = 657, - [1800] = 606, - [1801] = 607, - [1802] = 1656, + [1743] = 620, + [1744] = 621, + [1745] = 622, + [1746] = 623, + [1747] = 148, + [1748] = 147, + [1749] = 146, + [1750] = 627, + [1751] = 602, + [1752] = 628, + [1753] = 631, + [1754] = 604, + [1755] = 605, + [1756] = 634, + [1757] = 611, + [1758] = 637, + [1759] = 638, + [1760] = 639, + [1761] = 640, + [1762] = 641, + [1763] = 642, + [1764] = 643, + [1765] = 594, + [1766] = 685, + [1767] = 645, + [1768] = 646, + [1769] = 647, + [1770] = 648, + [1771] = 649, + [1772] = 650, + [1773] = 651, + [1774] = 652, + [1775] = 653, + [1776] = 654, + [1777] = 625, + [1778] = 626, + [1779] = 629, + [1780] = 630, + [1781] = 632, + [1782] = 633, + [1783] = 1690, + [1784] = 635, + [1785] = 636, + [1786] = 142, + [1787] = 143, + [1788] = 144, + [1789] = 473, + [1790] = 145, + [1791] = 475, + [1792] = 150, + [1793] = 510, + [1794] = 530, + [1795] = 361, + [1796] = 531, + [1797] = 533, + [1798] = 353, + [1799] = 540, + [1800] = 361, + [1801] = 1693, + [1802] = 1721, [1803] = 1803, [1804] = 1804, - [1805] = 648, - [1806] = 651, - [1807] = 352, - [1808] = 664, - [1809] = 665, - [1810] = 609, - [1811] = 1638, - [1812] = 141, - [1813] = 685, - [1814] = 608, - [1815] = 645, - [1816] = 652, - [1817] = 647, - [1818] = 144, - [1819] = 1819, - [1820] = 1595, - [1821] = 344, - [1822] = 1798, - [1823] = 1656, - [1824] = 1824, - [1825] = 636, - [1826] = 148, - [1827] = 645, - [1828] = 602, - [1829] = 1596, - [1830] = 646, - [1831] = 367, - [1832] = 144, - [1833] = 1803, - [1834] = 1804, - [1835] = 1835, - [1836] = 1693, - [1837] = 1837, - [1838] = 657, - [1839] = 1839, - [1840] = 579, - [1841] = 147, - [1842] = 1842, - [1843] = 366, - [1844] = 191, - [1845] = 1845, - [1846] = 369, - [1847] = 654, - [1848] = 672, - [1849] = 498, - [1850] = 619, - [1851] = 345, - [1852] = 1768, - [1853] = 1853, - [1854] = 367, - [1855] = 366, - [1856] = 620, - [1857] = 1857, - [1858] = 472, - [1859] = 1859, - [1860] = 1860, - [1861] = 1861, - [1862] = 1656, - [1863] = 1863, - [1864] = 605, - [1865] = 1785, - [1866] = 1693, - [1867] = 621, - [1868] = 487, - [1869] = 658, + [1805] = 1689, + [1806] = 375, + [1807] = 384, + [1808] = 379, + [1809] = 370, + [1810] = 145, + [1811] = 1645, + [1812] = 1812, + [1813] = 1813, + [1814] = 1814, + [1815] = 1689, + [1816] = 143, + [1817] = 141, + [1818] = 140, + [1819] = 600, + [1820] = 490, + [1821] = 654, + [1822] = 367, + [1823] = 143, + [1824] = 144, + [1825] = 604, + [1826] = 1826, + [1827] = 605, + [1828] = 145, + [1829] = 625, + [1830] = 603, + [1831] = 634, + [1832] = 1814, + [1833] = 606, + [1834] = 626, + [1835] = 607, + [1836] = 608, + [1837] = 609, + [1838] = 371, + [1839] = 610, + [1840] = 611, + [1841] = 612, + [1842] = 613, + [1843] = 1580, + [1844] = 1581, + [1845] = 614, + [1846] = 1583, + [1847] = 1584, + [1848] = 615, + [1849] = 1643, + [1850] = 1690, + [1851] = 379, + [1852] = 637, + [1853] = 473, + [1854] = 638, + [1855] = 616, + [1856] = 617, + [1857] = 475, + [1858] = 618, + [1859] = 619, + [1860] = 620, + [1861] = 148, + [1862] = 150, + [1863] = 621, + [1864] = 622, + [1865] = 1803, + [1866] = 623, + [1867] = 1804, + [1868] = 370, + [1869] = 639, [1870] = 1870, [1871] = 1871, - [1872] = 622, - [1873] = 1873, - [1874] = 499, - [1875] = 611, - [1876] = 1876, - [1877] = 603, - [1878] = 491, - [1879] = 492, - [1880] = 493, - [1881] = 1734, - [1882] = 1735, - [1883] = 1883, - [1884] = 1884, - [1885] = 368, - [1886] = 604, - [1887] = 629, - [1888] = 617, - [1889] = 618, - [1890] = 659, - [1891] = 616, - [1892] = 371, - [1893] = 1893, - [1894] = 637, - [1895] = 652, - [1896] = 1896, - [1897] = 638, - [1898] = 639, - [1899] = 1786, - [1900] = 623, - [1901] = 606, - [1902] = 665, - [1903] = 613, - [1904] = 1726, - [1905] = 1859, - [1906] = 614, - [1907] = 624, - [1908] = 649, - [1909] = 1738, - [1910] = 1739, - [1911] = 660, - [1912] = 612, - [1913] = 1770, - [1914] = 383, - [1915] = 601, - [1916] = 662, - [1917] = 674, + [1872] = 351, + [1873] = 640, + [1874] = 641, + [1875] = 339, + [1876] = 375, + [1877] = 642, + [1878] = 643, + [1879] = 600, + [1880] = 384, + [1881] = 685, + [1882] = 379, + [1883] = 370, + [1884] = 1812, + [1885] = 645, + [1886] = 1813, + [1887] = 375, + [1888] = 646, + [1889] = 647, + [1890] = 648, + [1891] = 1891, + [1892] = 631, + [1893] = 1643, + [1894] = 485, + [1895] = 629, + [1896] = 630, + [1897] = 1711, + [1898] = 147, + [1899] = 146, + [1900] = 1900, + [1901] = 632, + [1902] = 633, + [1903] = 649, + [1904] = 1904, + [1905] = 1708, + [1906] = 1690, + [1907] = 1907, + [1908] = 635, + [1909] = 636, + [1910] = 1910, + [1911] = 1911, + [1912] = 1912, + [1913] = 1913, + [1914] = 1914, + [1915] = 1915, + [1916] = 1916, + [1917] = 1917, [1918] = 1918, - [1919] = 146, - [1920] = 1597, - [1921] = 647, - [1922] = 625, - [1923] = 626, - [1924] = 651, - [1925] = 608, - [1926] = 653, - [1927] = 627, - [1928] = 150, - [1929] = 141, - [1930] = 369, - [1931] = 607, - [1932] = 628, - [1933] = 145, - [1934] = 1599, - [1935] = 685, - [1936] = 664, - [1937] = 368, - [1938] = 615, - [1939] = 609, - [1940] = 656, - [1941] = 1706, - [1942] = 610, - [1943] = 1707, - [1944] = 142, - [1945] = 1945, - [1946] = 1824, - [1947] = 1859, - [1948] = 1824, - [1949] = 648, - [1950] = 419, - [1951] = 1951, - [1952] = 1952, + [1919] = 1919, + [1920] = 1920, + [1921] = 1921, + [1922] = 1922, + [1923] = 1923, + [1924] = 1924, + [1925] = 1716, + [1926] = 1717, + [1927] = 1927, + [1928] = 650, + [1929] = 1722, + [1930] = 1723, + [1931] = 651, + [1932] = 594, + [1933] = 493, + [1934] = 488, + [1935] = 489, + [1936] = 1927, + [1937] = 1727, + [1938] = 1728, + [1939] = 652, + [1940] = 653, + [1941] = 191, + [1942] = 1730, + [1943] = 1731, + [1944] = 627, + [1945] = 142, + [1946] = 602, + [1947] = 628, + [1948] = 1826, + [1949] = 1927, + [1950] = 1826, + [1951] = 384, + [1952] = 641, [1953] = 1953, [1954] = 1954, [1955] = 1955, [1956] = 1956, - [1957] = 1957, + [1957] = 351, [1958] = 1958, [1959] = 1959, [1960] = 1960, [1961] = 1961, [1962] = 1962, [1963] = 1963, - [1964] = 1964, + [1964] = 339, [1965] = 1965, [1966] = 1966, [1967] = 1967, [1968] = 1968, - [1969] = 1969, + [1969] = 411, [1970] = 1970, [1971] = 1971, [1972] = 1972, - [1973] = 345, - [1974] = 420, - [1975] = 421, - [1976] = 422, - [1977] = 384, - [1978] = 412, + [1973] = 412, + [1974] = 1974, + [1975] = 1975, + [1976] = 1976, + [1977] = 1977, + [1978] = 410, [1979] = 413, - [1980] = 1980, - [1981] = 1981, - [1982] = 1982, + [1980] = 414, + [1981] = 415, + [1982] = 416, [1983] = 1983, - [1984] = 344, - [1985] = 1985, - [1986] = 1986, + [1984] = 361, + [1985] = 353, + [1986] = 339, [1987] = 1987, [1988] = 1988, [1989] = 1989, @@ -7154,223 +7161,223 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1991] = 1991, [1992] = 1992, [1993] = 1993, - [1994] = 423, - [1995] = 424, - [1996] = 425, - [1997] = 426, - [1998] = 427, - [1999] = 428, - [2000] = 352, - [2001] = 355, - [2002] = 429, - [2003] = 430, - [2004] = 431, - [2005] = 432, - [2006] = 345, - [2007] = 433, - [2008] = 2008, - [2009] = 2009, - [2010] = 417, - [2011] = 2011, - [2012] = 2012, - [2013] = 2013, + [1994] = 1994, + [1995] = 1995, + [1996] = 1996, + [1997] = 1997, + [1998] = 1998, + [1999] = 1999, + [2000] = 2000, + [2001] = 2001, + [2002] = 2002, + [2003] = 2003, + [2004] = 417, + [2005] = 418, + [2006] = 419, + [2007] = 420, + [2008] = 421, + [2009] = 422, + [2010] = 2010, + [2011] = 423, + [2012] = 425, + [2013] = 426, [2014] = 2014, - [2015] = 605, - [2016] = 2016, - [2017] = 637, + [2015] = 437, + [2016] = 403, + [2017] = 2017, [2018] = 2018, [2019] = 2019, [2020] = 2020, - [2021] = 608, - [2022] = 685, - [2023] = 2023, - [2024] = 645, - [2025] = 646, - [2026] = 647, + [2021] = 2021, + [2022] = 2022, + [2023] = 404, + [2024] = 2024, + [2025] = 2025, + [2026] = 398, [2027] = 2027, - [2028] = 2028, - [2029] = 2029, - [2030] = 2030, - [2031] = 652, - [2032] = 653, - [2033] = 654, - [2034] = 611, - [2035] = 2035, - [2036] = 612, - [2037] = 657, - [2038] = 658, - [2039] = 659, - [2040] = 660, - [2041] = 662, - [2042] = 664, - [2043] = 665, - [2044] = 613, - [2045] = 415, - [2046] = 614, - [2047] = 615, - [2048] = 616, - [2049] = 2049, - [2050] = 617, - [2051] = 618, - [2052] = 2052, - [2053] = 619, - [2054] = 620, - [2055] = 621, - [2056] = 622, - [2057] = 623, - [2058] = 624, - [2059] = 625, - [2060] = 626, - [2061] = 627, - [2062] = 628, - [2063] = 629, - [2064] = 436, - [2065] = 2065, - [2066] = 418, - [2067] = 2049, - [2068] = 2052, - [2069] = 2065, + [2028] = 631, + [2029] = 603, + [2030] = 634, + [2031] = 606, + [2032] = 2032, + [2033] = 607, + [2034] = 608, + [2035] = 609, + [2036] = 2036, + [2037] = 438, + [2038] = 613, + [2039] = 614, + [2040] = 615, + [2041] = 637, + [2042] = 2042, + [2043] = 638, + [2044] = 617, + [2045] = 618, + [2046] = 619, + [2047] = 620, + [2048] = 621, + [2049] = 622, + [2050] = 623, + [2051] = 639, + [2052] = 640, + [2053] = 642, + [2054] = 643, + [2055] = 600, + [2056] = 2056, + [2057] = 1976, + [2058] = 1977, + [2059] = 2002, + [2060] = 685, + [2061] = 645, + [2062] = 2062, + [2063] = 646, + [2064] = 647, + [2065] = 648, + [2066] = 649, + [2067] = 650, + [2068] = 651, + [2069] = 652, [2070] = 2070, - [2071] = 2071, - [2072] = 2072, + [2071] = 653, + [2072] = 654, [2073] = 2073, - [2074] = 2074, - [2075] = 367, - [2076] = 366, - [2077] = 2077, - [2078] = 368, - [2079] = 369, - [2080] = 514, + [2074] = 428, + [2075] = 2075, + [2076] = 498, + [2077] = 475, + [2078] = 636, + [2079] = 521, + [2080] = 503, [2081] = 2081, - [2082] = 2082, - [2083] = 2083, - [2084] = 1837, - [2085] = 2085, - [2086] = 2086, - [2087] = 491, - [2088] = 492, - [2089] = 493, - [2090] = 1884, - [2091] = 2091, - [2092] = 2092, - [2093] = 2093, - [2094] = 2094, - [2095] = 2095, - [2096] = 2096, + [2082] = 504, + [2083] = 493, + [2084] = 1900, + [2085] = 1891, + [2086] = 531, + [2087] = 533, + [2088] = 2088, + [2089] = 2089, + [2090] = 2090, + [2091] = 530, + [2092] = 473, + [2093] = 508, + [2094] = 150, + [2095] = 509, + [2096] = 510, [2097] = 2097, [2098] = 2098, - [2099] = 2099, + [2099] = 1910, [2100] = 2100, [2101] = 2101, [2102] = 2102, [2103] = 2103, [2104] = 2104, [2105] = 2105, - [2106] = 2106, - [2107] = 1819, + [2106] = 375, + [2107] = 2107, [2108] = 2108, [2109] = 2109, [2110] = 2110, - [2111] = 636, - [2112] = 487, - [2113] = 528, - [2114] = 527, - [2115] = 672, + [2111] = 2111, + [2112] = 2112, + [2113] = 632, + [2114] = 2114, + [2115] = 2115, [2116] = 2116, - [2117] = 355, - [2118] = 639, - [2119] = 529, - [2120] = 530, - [2121] = 150, - [2122] = 516, - [2123] = 517, - [2124] = 2124, - [2125] = 674, - [2126] = 498, - [2127] = 648, - [2128] = 649, - [2129] = 651, - [2130] = 531, - [2131] = 656, - [2132] = 448, - [2133] = 520, - [2134] = 445, - [2135] = 352, - [2136] = 521, - [2137] = 531, - [2138] = 603, - [2139] = 604, - [2140] = 499, - [2141] = 606, - [2142] = 607, - [2143] = 609, - [2144] = 610, - [2145] = 472, - [2146] = 1896, - [2147] = 2124, - [2148] = 2074, - [2149] = 2077, - [2150] = 2074, - [2151] = 2074, - [2152] = 2074, - [2153] = 638, - [2154] = 2154, + [2117] = 2117, + [2118] = 633, + [2119] = 353, + [2120] = 2120, + [2121] = 2121, + [2122] = 540, + [2123] = 384, + [2124] = 488, + [2125] = 489, + [2126] = 2126, + [2127] = 490, + [2128] = 1924, + [2129] = 379, + [2130] = 2130, + [2131] = 602, + [2132] = 485, + [2133] = 370, + [2134] = 625, + [2135] = 604, + [2136] = 605, + [2137] = 459, + [2138] = 626, + [2139] = 610, + [2140] = 611, + [2141] = 612, + [2142] = 616, + [2143] = 630, + [2144] = 2144, + [2145] = 2103, + [2146] = 2100, + [2147] = 635, + [2148] = 2103, + [2149] = 629, + [2150] = 2103, + [2151] = 2103, + [2152] = 361, + [2153] = 540, + [2154] = 2144, [2155] = 2155, [2156] = 2156, - [2157] = 2157, - [2158] = 2158, - [2159] = 2159, + [2157] = 1911, + [2158] = 1912, + [2159] = 1913, [2160] = 2160, [2161] = 2161, - [2162] = 2162, + [2162] = 1914, [2163] = 2163, - [2164] = 2164, - [2165] = 2165, - [2166] = 337, + [2164] = 1915, + [2165] = 1916, + [2166] = 521, [2167] = 2167, [2168] = 2168, [2169] = 2169, [2170] = 2170, - [2171] = 2171, - [2172] = 2172, + [2171] = 370, + [2172] = 337, [2173] = 2173, [2174] = 2174, - [2175] = 2175, - [2176] = 2176, + [2175] = 2160, + [2176] = 530, [2177] = 2177, [2178] = 2178, [2179] = 2179, [2180] = 2180, - [2181] = 2181, + [2181] = 508, [2182] = 2182, [2183] = 2183, - [2184] = 1693, + [2184] = 2184, [2185] = 2185, [2186] = 2186, [2187] = 2187, - [2188] = 2188, + [2188] = 504, [2189] = 2189, [2190] = 2190, [2191] = 2191, - [2192] = 2192, + [2192] = 509, [2193] = 2193, - [2194] = 1656, + [2194] = 2194, [2195] = 2195, [2196] = 2196, - [2197] = 2197, + [2197] = 531, [2198] = 2198, - [2199] = 2199, - [2200] = 2200, - [2201] = 2201, - [2202] = 369, + [2199] = 1917, + [2200] = 1918, + [2201] = 1919, + [2202] = 1920, [2203] = 2203, - [2204] = 2204, + [2204] = 533, [2205] = 2205, [2206] = 2206, - [2207] = 2207, - [2208] = 2208, - [2209] = 2209, - [2210] = 2210, + [2207] = 1921, + [2208] = 1922, + [2209] = 1923, + [2210] = 384, [2211] = 2211, [2212] = 2212, [2213] = 2213, @@ -7378,27 +7385,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2215] = 2215, [2216] = 2216, [2217] = 2217, - [2218] = 2218, + [2218] = 510, [2219] = 2219, - [2220] = 2220, + [2220] = 137, [2221] = 2221, - [2222] = 317, + [2222] = 1643, [2223] = 2223, - [2224] = 2224, + [2224] = 379, [2225] = 2225, [2226] = 2226, - [2227] = 2227, + [2227] = 1690, [2228] = 2228, [2229] = 2229, [2230] = 2230, - [2231] = 2213, - [2232] = 1595, - [2233] = 1596, - [2234] = 351, + [2231] = 2231, + [2232] = 2232, + [2233] = 2233, + [2234] = 2234, [2235] = 2235, [2236] = 2236, - [2237] = 137, - [2238] = 368, + [2237] = 2237, + [2238] = 302, [2239] = 2239, [2240] = 2240, [2241] = 2241, @@ -7406,62 +7413,62 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2243] = 2243, [2244] = 2244, [2245] = 2245, - [2246] = 1597, - [2247] = 1599, + [2246] = 2246, + [2247] = 2247, [2248] = 2248, [2249] = 2249, [2250] = 2250, [2251] = 2251, - [2252] = 1839, + [2252] = 2252, [2253] = 2253, [2254] = 2254, [2255] = 2255, - [2256] = 367, - [2257] = 1842, + [2256] = 1580, + [2257] = 1581, [2258] = 2258, [2259] = 2259, [2260] = 2260, [2261] = 2261, - [2262] = 1845, + [2262] = 2262, [2263] = 2263, [2264] = 2264, - [2265] = 366, - [2266] = 1853, - [2267] = 345, - [2268] = 1857, - [2269] = 2269, + [2265] = 2265, + [2266] = 2266, + [2267] = 2267, + [2268] = 1583, + [2269] = 1584, [2270] = 2270, [2271] = 2271, - [2272] = 1860, - [2273] = 514, - [2274] = 1861, - [2275] = 1863, - [2276] = 516, - [2277] = 517, - [2278] = 531, - [2279] = 520, - [2280] = 521, - [2281] = 2281, + [2272] = 2272, + [2273] = 2273, + [2274] = 339, + [2275] = 2275, + [2276] = 2276, + [2277] = 2169, + [2278] = 2278, + [2279] = 2279, + [2280] = 2280, + [2281] = 540, [2282] = 2282, - [2283] = 1870, - [2284] = 1871, - [2285] = 528, - [2286] = 527, - [2287] = 1873, - [2288] = 1876, - [2289] = 2208, + [2283] = 2283, + [2284] = 2284, + [2285] = 2285, + [2286] = 2286, + [2287] = 2287, + [2288] = 2288, + [2289] = 2289, [2290] = 2290, - [2291] = 2291, + [2291] = 338, [2292] = 2292, - [2293] = 1883, - [2294] = 529, - [2295] = 530, + [2293] = 2293, + [2294] = 2294, + [2295] = 2295, [2296] = 2296, - [2297] = 1638, - [2298] = 2298, + [2297] = 2297, + [2298] = 1689, [2299] = 2299, [2300] = 2300, - [2301] = 2301, + [2301] = 503, [2302] = 2302, [2303] = 2303, [2304] = 2304, @@ -7469,28 +7476,28 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2306] = 2306, [2307] = 2307, [2308] = 2308, - [2309] = 2309, + [2309] = 375, [2310] = 2310, [2311] = 2311, [2312] = 2312, [2313] = 2313, [2314] = 2314, - [2315] = 337, + [2315] = 2315, [2316] = 2316, - [2317] = 138, + [2317] = 2317, [2318] = 2318, [2319] = 2319, [2320] = 2320, [2321] = 2321, - [2322] = 2322, + [2322] = 319, [2323] = 2323, [2324] = 2324, - [2325] = 2325, + [2325] = 321, [2326] = 2326, [2327] = 2327, [2328] = 2328, [2329] = 322, - [2330] = 319, + [2330] = 2330, [2331] = 2331, [2332] = 2332, [2333] = 2333, @@ -7498,14 +7505,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2335] = 2335, [2336] = 2336, [2337] = 2337, - [2338] = 2338, + [2338] = 318, [2339] = 2339, [2340] = 2340, [2341] = 2341, [2342] = 2342, [2343] = 2343, [2344] = 2344, - [2345] = 137, + [2345] = 2345, [2346] = 2346, [2347] = 2347, [2348] = 2348, @@ -7521,7 +7528,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2358] = 2358, [2359] = 2359, [2360] = 2360, - [2361] = 579, + [2361] = 2361, [2362] = 2362, [2363] = 2363, [2364] = 2364, @@ -7548,18 +7555,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2385] = 2385, [2386] = 2386, [2387] = 2387, - [2388] = 2388, - [2389] = 2389, + [2388] = 319, + [2389] = 318, [2390] = 2390, [2391] = 2391, - [2392] = 2392, + [2392] = 338, [2393] = 2393, [2394] = 2394, [2395] = 2395, [2396] = 2396, - [2397] = 2397, + [2397] = 337, [2398] = 2398, - [2399] = 2399, + [2399] = 594, [2400] = 2400, [2401] = 2401, [2402] = 2402, @@ -7573,1275 +7580,1275 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2410] = 2410, [2411] = 2411, [2412] = 2412, - [2413] = 2413, + [2413] = 137, [2414] = 2414, [2415] = 2415, - [2416] = 322, + [2416] = 2416, [2417] = 2417, - [2418] = 320, - [2419] = 1638, - [2420] = 321, + [2418] = 2418, + [2419] = 2419, + [2420] = 2420, [2421] = 2421, - [2422] = 319, - [2423] = 2423, + [2422] = 1689, + [2423] = 323, [2424] = 2424, [2425] = 2425, - [2426] = 2426, + [2426] = 139, [2427] = 2427, [2428] = 2428, - [2429] = 2423, - [2430] = 351, - [2431] = 2324, - [2432] = 318, + [2429] = 2429, + [2430] = 2430, + [2431] = 138, + [2432] = 2432, [2433] = 2433, [2434] = 2434, - [2435] = 2415, - [2436] = 2436, - [2437] = 2424, - [2438] = 2401, - [2439] = 2349, + [2435] = 2435, + [2436] = 2366, + [2437] = 2420, + [2438] = 2438, + [2439] = 2439, [2440] = 2440, [2441] = 2441, [2442] = 2442, - [2443] = 2443, - [2444] = 2444, - [2445] = 139, - [2446] = 654, - [2447] = 2082, - [2448] = 2101, - [2449] = 674, - [2450] = 2083, - [2451] = 2412, - [2452] = 601, - [2453] = 327, - [2454] = 659, - [2455] = 335, - [2456] = 2102, - [2457] = 2413, - [2458] = 602, - [2459] = 142, - [2460] = 2103, - [2461] = 2461, - [2462] = 672, - [2463] = 2414, - [2464] = 2085, - [2465] = 660, - [2466] = 140, - [2467] = 143, - [2468] = 2104, - [2469] = 685, - [2470] = 2108, - [2471] = 608, - [2472] = 662, - [2473] = 637, + [2443] = 2350, + [2444] = 2414, + [2445] = 2439, + [2446] = 2395, + [2447] = 2447, + [2448] = 602, + [2449] = 2121, + [2450] = 326, + [2451] = 631, + [2452] = 614, + [2453] = 616, + [2454] = 615, + [2455] = 638, + [2456] = 685, + [2457] = 645, + [2458] = 646, + [2459] = 647, + [2460] = 648, + [2461] = 649, + [2462] = 604, + [2463] = 650, + [2464] = 651, + [2465] = 652, + [2466] = 331, + [2467] = 617, + [2468] = 653, + [2469] = 605, + [2470] = 326, + [2471] = 618, + [2472] = 654, + [2473] = 2126, [2474] = 619, - [2475] = 620, - [2476] = 2086, - [2477] = 621, - [2478] = 622, - [2479] = 623, + [2475] = 2475, + [2476] = 620, + [2477] = 138, + [2478] = 621, + [2479] = 2097, [2480] = 603, - [2481] = 607, - [2482] = 624, - [2483] = 645, - [2484] = 646, - [2485] = 2105, - [2486] = 604, - [2487] = 664, - [2488] = 2096, - [2489] = 647, - [2490] = 2106, - [2491] = 2409, - [2492] = 639, - [2493] = 665, - [2494] = 2110, - [2495] = 609, - [2496] = 610, - [2497] = 327, - [2498] = 2097, - [2499] = 2410, - [2500] = 648, - [2501] = 649, - [2502] = 651, - [2503] = 613, - [2504] = 657, - [2505] = 335, - [2506] = 652, - [2507] = 653, - [2508] = 2098, - [2509] = 625, - [2510] = 626, - [2511] = 627, - [2512] = 2099, - [2513] = 611, - [2514] = 2081, - [2515] = 531, - [2516] = 628, - [2517] = 629, - [2518] = 658, - [2519] = 318, - [2520] = 612, - [2521] = 605, - [2522] = 2100, - [2523] = 2523, - [2524] = 2091, - [2525] = 2403, - [2526] = 636, - [2527] = 606, - [2528] = 139, - [2529] = 2092, - [2530] = 2404, - [2531] = 638, - [2532] = 2093, - [2533] = 330, - [2534] = 2405, - [2535] = 2535, - [2536] = 2411, - [2537] = 615, - [2538] = 616, - [2539] = 2094, - [2540] = 2406, - [2541] = 138, - [2542] = 331, - [2543] = 329, - [2544] = 2095, - [2545] = 2407, - [2546] = 617, - [2547] = 618, - [2548] = 332, - [2549] = 2408, - [2550] = 614, - [2551] = 656, - [2552] = 2073, - [2553] = 141, - [2554] = 145, - [2555] = 144, - [2556] = 2109, - [2557] = 143, - [2558] = 144, - [2559] = 2559, - [2560] = 2560, - [2561] = 337, - [2562] = 342, - [2563] = 2563, - [2564] = 1345, - [2565] = 343, - [2566] = 345, - [2567] = 142, - [2568] = 340, - [2569] = 2563, + [2481] = 634, + [2482] = 635, + [2483] = 636, + [2484] = 2098, + [2485] = 2088, + [2486] = 2101, + [2487] = 2401, + [2488] = 2102, + [2489] = 2402, + [2490] = 2104, + [2491] = 2403, + [2492] = 622, + [2493] = 2105, + [2494] = 623, + [2495] = 2404, + [2496] = 2130, + [2497] = 2107, + [2498] = 2405, + [2499] = 2108, + [2500] = 2406, + [2501] = 637, + [2502] = 141, + [2503] = 140, + [2504] = 627, + [2505] = 2109, + [2506] = 2407, + [2507] = 2110, + [2508] = 2408, + [2509] = 2111, + [2510] = 2112, + [2511] = 2114, + [2512] = 2409, + [2513] = 2115, + [2514] = 2410, + [2515] = 2116, + [2516] = 2411, + [2517] = 2117, + [2518] = 2412, + [2519] = 2075, + [2520] = 606, + [2521] = 607, + [2522] = 608, + [2523] = 323, + [2524] = 640, + [2525] = 610, + [2526] = 2155, + [2527] = 609, + [2528] = 2120, + [2529] = 632, + [2530] = 633, + [2531] = 625, + [2532] = 2532, + [2533] = 331, + [2534] = 142, + [2535] = 139, + [2536] = 143, + [2537] = 626, + [2538] = 144, + [2539] = 333, + [2540] = 611, + [2541] = 2541, + [2542] = 613, + [2543] = 145, + [2544] = 628, + [2545] = 2090, + [2546] = 2089, + [2547] = 612, + [2548] = 334, + [2549] = 335, + [2550] = 629, + [2551] = 325, + [2552] = 630, + [2553] = 641, + [2554] = 642, + [2555] = 643, + [2556] = 600, + [2557] = 540, + [2558] = 639, + [2559] = 141, + [2560] = 148, + [2561] = 351, + [2562] = 337, + [2563] = 143, + [2564] = 140, + [2565] = 144, + [2566] = 339, + [2567] = 2567, + [2568] = 333, + [2569] = 341, [2570] = 2570, - [2571] = 2571, - [2572] = 332, - [2573] = 2560, - [2574] = 147, - [2575] = 140, - [2576] = 331, - [2577] = 2577, - [2578] = 341, - [2579] = 2571, - [2580] = 319, - [2581] = 2581, - [2582] = 2577, - [2583] = 146, - [2584] = 2570, - [2585] = 141, - [2586] = 2559, - [2587] = 330, - [2588] = 322, - [2589] = 329, - [2590] = 341, - [2591] = 148, - [2592] = 351, - [2593] = 342, - [2594] = 137, - [2595] = 343, - [2596] = 340, - [2597] = 145, - [2598] = 344, - [2599] = 2599, - [2600] = 606, - [2601] = 448, - [2602] = 607, - [2603] = 142, + [2571] = 350, + [2572] = 2572, + [2573] = 342, + [2574] = 1373, + [2575] = 350, + [2576] = 340, + [2577] = 341, + [2578] = 334, + [2579] = 2579, + [2580] = 2580, + [2581] = 319, + [2582] = 325, + [2583] = 142, + [2584] = 2584, + [2585] = 342, + [2586] = 318, + [2587] = 2587, + [2588] = 2567, + [2589] = 2572, + [2590] = 137, + [2591] = 2570, + [2592] = 338, + [2593] = 147, + [2594] = 146, + [2595] = 2580, + [2596] = 2579, + [2597] = 2587, + [2598] = 145, + [2599] = 340, + [2600] = 335, + [2601] = 142, + [2602] = 138, + [2603] = 144, [2604] = 2604, - [2605] = 2605, - [2606] = 2599, - [2607] = 150, - [2608] = 137, + [2605] = 338, + [2606] = 2606, + [2607] = 137, + [2608] = 498, [2609] = 2609, [2610] = 2610, - [2611] = 603, - [2612] = 604, - [2613] = 2613, - [2614] = 139, - [2615] = 138, + [2611] = 1643, + [2612] = 2612, + [2613] = 326, + [2614] = 2614, + [2615] = 145, [2616] = 2616, - [2617] = 327, - [2618] = 335, - [2619] = 351, - [2620] = 445, - [2621] = 2621, - [2622] = 352, - [2623] = 355, - [2624] = 2624, - [2625] = 2625, + [2617] = 2617, + [2618] = 2618, + [2619] = 2619, + [2620] = 630, + [2621] = 337, + [2622] = 2622, + [2623] = 635, + [2624] = 633, + [2625] = 1690, [2626] = 2626, - [2627] = 337, - [2628] = 2628, - [2629] = 2629, - [2630] = 2630, + [2627] = 2627, + [2628] = 636, + [2629] = 2604, + [2630] = 2619, [2631] = 2631, - [2632] = 141, - [2633] = 2624, - [2634] = 2625, - [2635] = 2628, + [2632] = 2614, + [2633] = 139, + [2634] = 2616, + [2635] = 2606, [2636] = 2636, - [2637] = 2626, - [2638] = 2629, - [2639] = 2639, - [2640] = 2640, - [2641] = 1693, - [2642] = 2631, - [2643] = 1656, - [2644] = 2621, + [2637] = 361, + [2638] = 2638, + [2639] = 2610, + [2640] = 146, + [2641] = 2641, + [2642] = 2638, + [2643] = 2643, + [2644] = 2644, [2645] = 2631, - [2646] = 2646, - [2647] = 2609, - [2648] = 2648, - [2649] = 148, - [2650] = 2616, - [2651] = 2636, - [2652] = 2646, - [2653] = 2648, + [2646] = 150, + [2647] = 143, + [2648] = 2622, + [2649] = 629, + [2650] = 2650, + [2651] = 353, + [2652] = 632, + [2653] = 2636, [2654] = 2654, - [2655] = 609, + [2655] = 2643, [2656] = 2616, - [2657] = 610, - [2658] = 2646, - [2659] = 2616, - [2660] = 2646, - [2661] = 2610, - [2662] = 145, + [2657] = 148, + [2658] = 2638, + [2659] = 2641, + [2660] = 331, + [2661] = 2616, + [2662] = 2638, [2663] = 2663, - [2664] = 144, - [2665] = 2654, - [2666] = 2666, - [2667] = 147, - [2668] = 146, - [2669] = 2666, - [2670] = 371, - [2671] = 344, - [2672] = 421, - [2673] = 412, - [2674] = 422, - [2675] = 345, - [2676] = 366, - [2677] = 383, - [2678] = 368, - [2679] = 369, - [2680] = 384, - [2681] = 423, - [2682] = 424, - [2683] = 139, - [2684] = 138, - [2685] = 425, - [2686] = 2686, - [2687] = 344, - [2688] = 426, - [2689] = 427, - [2690] = 428, - [2691] = 141, - [2692] = 429, - [2693] = 2639, - [2694] = 2640, - [2695] = 430, - [2696] = 431, - [2697] = 432, - [2698] = 433, - [2699] = 145, - [2700] = 413, - [2701] = 345, - [2702] = 144, - [2703] = 150, - [2704] = 2613, - [2705] = 2663, - [2706] = 2706, - [2707] = 142, - [2708] = 2708, - [2709] = 2709, - [2710] = 415, - [2711] = 606, - [2712] = 1656, - [2713] = 607, - [2714] = 2714, - [2715] = 2630, - [2716] = 418, - [2717] = 2717, - [2718] = 140, - [2719] = 143, - [2720] = 137, - [2721] = 445, - [2722] = 2722, - [2723] = 609, - [2724] = 610, - [2725] = 436, - [2726] = 340, - [2727] = 2727, - [2728] = 341, - [2729] = 417, - [2730] = 342, - [2731] = 2714, - [2732] = 2722, - [2733] = 343, - [2734] = 419, - [2735] = 587, - [2736] = 2736, - [2737] = 2737, - [2738] = 141, - [2739] = 2604, - [2740] = 145, - [2741] = 2605, - [2742] = 144, - [2743] = 1693, - [2744] = 448, - [2745] = 142, + [2664] = 2622, + [2665] = 459, + [2666] = 2650, + [2667] = 2612, + [2668] = 2618, + [2669] = 2617, + [2670] = 2670, + [2671] = 147, + [2672] = 414, + [2673] = 367, + [2674] = 350, + [2675] = 342, + [2676] = 340, + [2677] = 341, + [2678] = 371, + [2679] = 142, + [2680] = 143, + [2681] = 144, + [2682] = 145, + [2683] = 2683, + [2684] = 422, + [2685] = 2685, + [2686] = 423, + [2687] = 413, + [2688] = 351, + [2689] = 425, + [2690] = 629, + [2691] = 630, + [2692] = 2654, + [2693] = 426, + [2694] = 339, + [2695] = 375, + [2696] = 415, + [2697] = 384, + [2698] = 379, + [2699] = 370, + [2700] = 632, + [2701] = 633, + [2702] = 2702, + [2703] = 351, + [2704] = 416, + [2705] = 410, + [2706] = 2663, + [2707] = 498, + [2708] = 428, + [2709] = 437, + [2710] = 339, + [2711] = 398, + [2712] = 635, + [2713] = 636, + [2714] = 417, + [2715] = 139, + [2716] = 412, + [2717] = 138, + [2718] = 1690, + [2719] = 2719, + [2720] = 2720, + [2721] = 2721, + [2722] = 2626, + [2723] = 142, + [2724] = 2627, + [2725] = 2670, + [2726] = 2609, + [2727] = 143, + [2728] = 144, + [2729] = 150, + [2730] = 145, + [2731] = 1643, + [2732] = 404, + [2733] = 560, + [2734] = 2734, + [2735] = 2735, + [2736] = 403, + [2737] = 438, + [2738] = 418, + [2739] = 419, + [2740] = 420, + [2741] = 141, + [2742] = 140, + [2743] = 2743, + [2744] = 421, + [2745] = 2745, [2746] = 2746, - [2747] = 603, - [2748] = 604, - [2749] = 420, - [2750] = 367, - [2751] = 141, - [2752] = 384, - [2753] = 140, - [2754] = 423, - [2755] = 137, - [2756] = 424, - [2757] = 425, - [2758] = 426, - [2759] = 427, - [2760] = 428, - [2761] = 429, - [2762] = 430, - [2763] = 431, - [2764] = 432, - [2765] = 433, - [2766] = 139, - [2767] = 345, - [2768] = 138, - [2769] = 345, - [2770] = 355, - [2771] = 2771, - [2772] = 143, - [2773] = 2773, - [2774] = 421, - [2775] = 422, - [2776] = 145, - [2777] = 144, - [2778] = 344, - [2779] = 317, - [2780] = 671, - [2781] = 344, - [2782] = 142, - [2783] = 2783, - [2784] = 2784, - [2785] = 189, - [2786] = 148, - [2787] = 2686, - [2788] = 417, - [2789] = 2789, - [2790] = 352, - [2791] = 418, - [2792] = 419, - [2793] = 147, - [2794] = 146, - [2795] = 2773, - [2796] = 352, - [2797] = 2784, - [2798] = 322, - [2799] = 420, - [2800] = 355, - [2801] = 2789, - [2802] = 2802, - [2803] = 367, - [2804] = 366, - [2805] = 368, - [2806] = 369, - [2807] = 472, - [2808] = 493, + [2747] = 2702, + [2748] = 2746, + [2749] = 2644, + [2750] = 137, + [2751] = 411, + [2752] = 459, + [2753] = 143, + [2754] = 416, + [2755] = 422, + [2756] = 139, + [2757] = 302, + [2758] = 423, + [2759] = 2759, + [2760] = 425, + [2761] = 426, + [2762] = 2762, + [2763] = 2763, + [2764] = 418, + [2765] = 428, + [2766] = 2766, + [2767] = 419, + [2768] = 142, + [2769] = 319, + [2770] = 2770, + [2771] = 2759, + [2772] = 662, + [2773] = 437, + [2774] = 420, + [2775] = 417, + [2776] = 144, + [2777] = 138, + [2778] = 2721, + [2779] = 351, + [2780] = 141, + [2781] = 140, + [2782] = 411, + [2783] = 421, + [2784] = 351, + [2785] = 2763, + [2786] = 412, + [2787] = 148, + [2788] = 361, + [2789] = 145, + [2790] = 353, + [2791] = 438, + [2792] = 147, + [2793] = 146, + [2794] = 339, + [2795] = 2762, + [2796] = 339, + [2797] = 190, + [2798] = 413, + [2799] = 361, + [2800] = 137, + [2801] = 414, + [2802] = 415, + [2803] = 353, + [2804] = 2804, + [2805] = 490, + [2806] = 2806, + [2807] = 438, + [2808] = 425, [2809] = 2809, - [2810] = 352, - [2811] = 355, + [2810] = 190, + [2811] = 426, [2812] = 150, - [2813] = 352, - [2814] = 417, - [2815] = 355, - [2816] = 367, - [2817] = 140, - [2818] = 366, - [2819] = 368, - [2820] = 369, - [2821] = 418, - [2822] = 419, - [2823] = 191, - [2824] = 1590, - [2825] = 137, - [2826] = 420, - [2827] = 421, + [2813] = 473, + [2814] = 2814, + [2815] = 2815, + [2816] = 428, + [2817] = 190, + [2818] = 370, + [2819] = 411, + [2820] = 412, + [2821] = 437, + [2822] = 413, + [2823] = 361, + [2824] = 191, + [2825] = 414, + [2826] = 2826, + [2827] = 353, [2828] = 2828, - [2829] = 422, - [2830] = 384, - [2831] = 143, - [2832] = 587, - [2833] = 2833, - [2834] = 2834, - [2835] = 2835, - [2836] = 423, + [2829] = 141, + [2830] = 415, + [2831] = 2831, + [2832] = 2832, + [2833] = 140, + [2834] = 361, + [2835] = 493, + [2836] = 560, [2837] = 2837, - [2838] = 2838, - [2839] = 424, - [2840] = 2840, - [2841] = 320, - [2842] = 491, - [2843] = 148, - [2844] = 425, - [2845] = 2845, - [2846] = 498, - [2847] = 448, - [2848] = 2848, - [2849] = 321, - [2850] = 139, - [2851] = 138, - [2852] = 141, - [2853] = 145, - [2854] = 2840, - [2855] = 144, - [2856] = 142, - [2857] = 426, - [2858] = 427, - [2859] = 428, - [2860] = 429, - [2861] = 430, - [2862] = 431, - [2863] = 499, - [2864] = 147, - [2865] = 146, - [2866] = 432, - [2867] = 2835, - [2868] = 335, - [2869] = 317, - [2870] = 189, - [2871] = 433, - [2872] = 492, - [2873] = 2837, - [2874] = 2838, - [2875] = 327, - [2876] = 189, - [2877] = 445, - [2878] = 2878, - [2879] = 521, - [2880] = 140, - [2881] = 527, - [2882] = 143, - [2883] = 150, - [2884] = 141, - [2885] = 189, - [2886] = 321, - [2887] = 139, - [2888] = 344, - [2889] = 2889, - [2890] = 531, - [2891] = 528, - [2892] = 368, - [2893] = 345, - [2894] = 528, - [2895] = 147, - [2896] = 369, - [2897] = 671, - [2898] = 2898, - [2899] = 2899, - [2900] = 191, - [2901] = 529, - [2902] = 530, - [2903] = 367, - [2904] = 142, - [2905] = 520, - [2906] = 146, - [2907] = 579, - [2908] = 366, - [2909] = 531, - [2910] = 144, - [2911] = 516, - [2912] = 368, - [2913] = 369, - [2914] = 145, - [2915] = 322, - [2916] = 491, - [2917] = 492, - [2918] = 340, - [2919] = 319, - [2920] = 342, - [2921] = 341, - [2922] = 493, - [2923] = 320, - [2924] = 1638, - [2925] = 345, - [2926] = 138, - [2927] = 367, - [2928] = 445, - [2929] = 191, - [2930] = 498, - [2931] = 499, - [2932] = 2932, - [2933] = 448, - [2934] = 472, - [2935] = 514, - [2936] = 529, - [2937] = 530, - [2938] = 517, - [2939] = 343, - [2940] = 366, - [2941] = 148, - [2942] = 344, - [2943] = 1698, - [2944] = 144, - [2945] = 626, - [2946] = 627, - [2947] = 2947, - [2948] = 628, - [2949] = 145, - [2950] = 2950, - [2951] = 327, - [2952] = 335, - [2953] = 144, - [2954] = 638, - [2955] = 639, - [2956] = 2947, - [2957] = 2950, - [2958] = 352, - [2959] = 322, - [2960] = 148, - [2961] = 2961, - [2962] = 2962, + [2838] = 384, + [2839] = 416, + [2840] = 302, + [2841] = 148, + [2842] = 353, + [2843] = 459, + [2844] = 322, + [2845] = 137, + [2846] = 321, + [2847] = 417, + [2848] = 375, + [2849] = 418, + [2850] = 419, + [2851] = 384, + [2852] = 1611, + [2853] = 2815, + [2854] = 379, + [2855] = 370, + [2856] = 2832, + [2857] = 420, + [2858] = 2858, + [2859] = 379, + [2860] = 421, + [2861] = 331, + [2862] = 422, + [2863] = 475, + [2864] = 423, + [2865] = 147, + [2866] = 146, + [2867] = 375, + [2868] = 498, + [2869] = 139, + [2870] = 138, + [2871] = 142, + [2872] = 488, + [2873] = 143, + [2874] = 144, + [2875] = 145, + [2876] = 326, + [2877] = 2804, + [2878] = 489, + [2879] = 2858, + [2880] = 322, + [2881] = 540, + [2882] = 321, + [2883] = 498, + [2884] = 493, + [2885] = 142, + [2886] = 143, + [2887] = 473, + [2888] = 144, + [2889] = 145, + [2890] = 540, + [2891] = 339, + [2892] = 521, + [2893] = 531, + [2894] = 489, + [2895] = 533, + [2896] = 503, + [2897] = 459, + [2898] = 475, + [2899] = 351, + [2900] = 350, + [2901] = 504, + [2902] = 2902, + [2903] = 2903, + [2904] = 191, + [2905] = 490, + [2906] = 340, + [2907] = 139, + [2908] = 594, + [2909] = 148, + [2910] = 150, + [2911] = 342, + [2912] = 508, + [2913] = 339, + [2914] = 138, + [2915] = 375, + [2916] = 384, + [2917] = 2917, + [2918] = 379, + [2919] = 662, + [2920] = 370, + [2921] = 191, + [2922] = 375, + [2923] = 2923, + [2924] = 384, + [2925] = 379, + [2926] = 370, + [2927] = 147, + [2928] = 146, + [2929] = 190, + [2930] = 2930, + [2931] = 1640, + [2932] = 1689, + [2933] = 319, + [2934] = 318, + [2935] = 341, + [2936] = 510, + [2937] = 141, + [2938] = 140, + [2939] = 509, + [2940] = 488, + [2941] = 530, + [2942] = 351, + [2943] = 531, + [2944] = 533, + [2945] = 530, + [2946] = 339, + [2947] = 643, + [2948] = 318, + [2949] = 1643, + [2950] = 144, + [2951] = 600, + [2952] = 634, + [2953] = 145, + [2954] = 640, + [2955] = 635, + [2956] = 150, + [2957] = 647, + [2958] = 638, + [2959] = 632, + [2960] = 648, + [2961] = 685, + [2962] = 636, [2963] = 2963, - [2964] = 612, - [2965] = 141, - [2966] = 2966, - [2967] = 2963, - [2968] = 319, - [2969] = 1693, - [2970] = 352, - [2971] = 355, - [2972] = 355, - [2973] = 147, - [2974] = 2961, - [2975] = 2962, - [2976] = 146, - [2977] = 672, - [2978] = 345, - [2979] = 649, - [2980] = 1734, - [2981] = 2981, - [2982] = 1735, - [2983] = 2983, - [2984] = 140, - [2985] = 615, - [2986] = 616, - [2987] = 617, - [2988] = 143, - [2989] = 618, - [2990] = 1738, - [2991] = 1739, - [2992] = 605, - [2993] = 619, - [2994] = 620, - [2995] = 674, - [2996] = 189, - [2997] = 621, - [2998] = 622, - [2999] = 648, - [3000] = 603, - [3001] = 2966, - [3002] = 604, - [3003] = 623, - [3004] = 624, - [3005] = 141, - [3006] = 145, - [3007] = 3007, - [3008] = 142, - [3009] = 579, - [3010] = 611, - [3011] = 608, - [3012] = 656, - [3013] = 651, - [3014] = 606, - [3015] = 1257, - [3016] = 607, - [3017] = 636, - [3018] = 602, - [3019] = 150, - [3020] = 142, - [3021] = 587, - [3022] = 344, - [3023] = 601, - [3024] = 3024, - [3025] = 319, - [3026] = 613, - [3027] = 614, - [3028] = 1656, - [3029] = 191, - [3030] = 625, - [3031] = 609, - [3032] = 610, - [3033] = 629, - [3034] = 499, - [3035] = 529, - [3036] = 530, - [3037] = 658, - [3038] = 659, - [3039] = 660, - [3040] = 342, - [3041] = 142, - [3042] = 343, - [3043] = 662, - [3044] = 531, - [3045] = 647, - [3046] = 608, - [3047] = 645, + [2964] = 145, + [2965] = 2965, + [2966] = 361, + [2967] = 602, + [2968] = 1727, + [2969] = 641, + [2970] = 353, + [2971] = 1728, + [2972] = 650, + [2973] = 2973, + [2974] = 651, + [2975] = 2975, + [2976] = 604, + [2977] = 594, + [2978] = 1293, + [2979] = 560, + [2980] = 142, + [2981] = 1690, + [2982] = 639, + [2983] = 625, + [2984] = 652, + [2985] = 629, + [2986] = 2986, + [2987] = 2987, + [2988] = 605, + [2989] = 646, + [2990] = 351, + [2991] = 141, + [2992] = 633, + [2993] = 630, + [2994] = 144, + [2995] = 2975, + [2996] = 2996, + [2997] = 1730, + [2998] = 140, + [2999] = 331, + [3000] = 626, + [3001] = 610, + [3002] = 2986, + [3003] = 612, + [3004] = 1731, + [3005] = 326, + [3006] = 3006, + [3007] = 2987, + [3008] = 611, + [3009] = 645, + [3010] = 3010, + [3011] = 653, + [3012] = 319, + [3013] = 637, + [3014] = 148, + [3015] = 654, + [3016] = 191, + [3017] = 3010, + [3018] = 3018, + [3019] = 147, + [3020] = 3018, + [3021] = 146, + [3022] = 616, + [3023] = 631, + [3024] = 318, + [3025] = 642, + [3026] = 627, + [3027] = 361, + [3028] = 143, + [3029] = 2996, + [3030] = 142, + [3031] = 353, + [3032] = 649, + [3033] = 143, + [3034] = 190, + [3035] = 628, + [3036] = 649, + [3037] = 654, + [3038] = 370, + [3039] = 148, + [3040] = 473, + [3041] = 607, + [3042] = 608, + [3043] = 351, + [3044] = 609, + [3045] = 627, + [3046] = 3046, + [3047] = 3047, [3048] = 3048, - [3049] = 327, - [3050] = 367, - [3051] = 637, - [3052] = 579, - [3053] = 1257, - [3054] = 340, - [3055] = 613, - [3056] = 612, - [3057] = 664, - [3058] = 665, - [3059] = 3059, - [3060] = 3060, - [3061] = 345, - [3062] = 3062, + [3049] = 3049, + [3050] = 628, + [3051] = 631, + [3052] = 606, + [3053] = 530, + [3054] = 3054, + [3055] = 3055, + [3056] = 594, + [3057] = 3057, + [3058] = 2963, + [3059] = 613, + [3060] = 361, + [3061] = 531, + [3062] = 533, [3063] = 614, - [3064] = 141, - [3065] = 341, - [3066] = 335, - [3067] = 366, - [3068] = 615, - [3069] = 616, - [3070] = 3070, - [3071] = 3071, - [3072] = 498, - [3073] = 617, - [3074] = 618, - [3075] = 619, - [3076] = 652, + [3064] = 615, + [3065] = 475, + [3066] = 142, + [3067] = 3067, + [3068] = 1293, + [3069] = 662, + [3070] = 143, + [3071] = 634, + [3072] = 603, + [3073] = 144, + [3074] = 350, + [3075] = 339, + [3076] = 375, [3077] = 3077, - [3078] = 657, - [3079] = 189, - [3080] = 601, - [3081] = 147, - [3082] = 620, - [3083] = 367, - [3084] = 146, - [3085] = 352, - [3086] = 145, - [3087] = 621, - [3088] = 671, - [3089] = 622, - [3090] = 366, - [3091] = 2981, - [3092] = 144, - [3093] = 344, - [3094] = 3094, - [3095] = 623, - [3096] = 3096, - [3097] = 368, - [3098] = 369, - [3099] = 653, - [3100] = 3100, - [3101] = 624, - [3102] = 625, - [3103] = 626, - [3104] = 627, - [3105] = 602, - [3106] = 628, - [3107] = 654, - [3108] = 150, - [3109] = 368, - [3110] = 685, - [3111] = 629, - [3112] = 191, - [3113] = 646, - [3114] = 355, - [3115] = 528, - [3116] = 605, - [3117] = 611, - [3118] = 369, - [3119] = 148, - [3120] = 608, - [3121] = 621, - [3122] = 344, - [3123] = 622, + [3078] = 147, + [3079] = 342, + [3080] = 146, + [3081] = 145, + [3082] = 340, + [3083] = 341, + [3084] = 331, + [3085] = 617, + [3086] = 540, + [3087] = 618, + [3088] = 190, + [3089] = 619, + [3090] = 3090, + [3091] = 620, + [3092] = 637, + [3093] = 326, + [3094] = 621, + [3095] = 622, + [3096] = 623, + [3097] = 191, + [3098] = 638, + [3099] = 150, + [3100] = 384, + [3101] = 375, + [3102] = 639, + [3103] = 379, + [3104] = 640, + [3105] = 641, + [3106] = 642, + [3107] = 643, + [3108] = 600, + [3109] = 685, + [3110] = 645, + [3111] = 384, + [3112] = 379, + [3113] = 370, + [3114] = 646, + [3115] = 647, + [3116] = 648, + [3117] = 650, + [3118] = 651, + [3119] = 652, + [3120] = 653, + [3121] = 353, + [3122] = 646, + [3123] = 3123, [3124] = 3124, - [3125] = 3125, - [3126] = 3126, - [3127] = 623, - [3128] = 624, - [3129] = 625, - [3130] = 626, - [3131] = 627, - [3132] = 637, - [3133] = 628, + [3125] = 144, + [3126] = 615, + [3127] = 370, + [3128] = 353, + [3129] = 634, + [3130] = 339, + [3131] = 685, + [3132] = 641, + [3133] = 645, [3134] = 3134, - [3135] = 629, - [3136] = 611, - [3137] = 345, - [3138] = 352, - [3139] = 612, - [3140] = 355, - [3141] = 605, - [3142] = 150, - [3143] = 685, - [3144] = 499, - [3145] = 645, - [3146] = 646, - [3147] = 652, - [3148] = 653, - [3149] = 654, - [3150] = 613, - [3151] = 3151, - [3152] = 3152, - [3153] = 498, - [3154] = 3154, - [3155] = 2983, - [3156] = 3156, - [3157] = 601, - [3158] = 614, - [3159] = 657, - [3160] = 658, - [3161] = 659, - [3162] = 141, - [3163] = 3007, - [3164] = 615, - [3165] = 660, - [3166] = 616, - [3167] = 145, - [3168] = 3168, - [3169] = 617, - [3170] = 144, - [3171] = 662, - [3172] = 664, - [3173] = 3173, - [3174] = 142, - [3175] = 665, - [3176] = 620, - [3177] = 191, - [3178] = 618, - [3179] = 3179, - [3180] = 367, - [3181] = 366, - [3182] = 368, - [3183] = 369, - [3184] = 3184, - [3185] = 340, - [3186] = 3186, - [3187] = 341, - [3188] = 602, - [3189] = 342, - [3190] = 619, - [3191] = 343, - [3192] = 647, - [3193] = 367, - [3194] = 366, - [3195] = 368, - [3196] = 369, + [3135] = 638, + [3136] = 651, + [3137] = 622, + [3138] = 3138, + [3139] = 3139, + [3140] = 3140, + [3141] = 614, + [3142] = 618, + [3143] = 350, + [3144] = 627, + [3145] = 3145, + [3146] = 3146, + [3147] = 603, + [3148] = 623, + [3149] = 342, + [3150] = 619, + [3151] = 475, + [3152] = 617, + [3153] = 652, + [3154] = 142, + [3155] = 340, + [3156] = 642, + [3157] = 631, + [3158] = 3158, + [3159] = 600, + [3160] = 647, + [3161] = 648, + [3162] = 639, + [3163] = 3163, + [3164] = 3164, + [3165] = 653, + [3166] = 628, + [3167] = 2965, + [3168] = 2973, + [3169] = 375, + [3170] = 654, + [3171] = 361, + [3172] = 3172, + [3173] = 351, + [3174] = 150, + [3175] = 191, + [3176] = 643, + [3177] = 607, + [3178] = 143, + [3179] = 620, + [3180] = 649, + [3181] = 473, + [3182] = 384, + [3183] = 640, + [3184] = 621, + [3185] = 609, + [3186] = 613, + [3187] = 606, + [3188] = 379, + [3189] = 3189, + [3190] = 650, + [3191] = 608, + [3192] = 145, + [3193] = 637, + [3194] = 341, + [3195] = 384, + [3196] = 379, [3197] = 371, [3198] = 3198, - [3199] = 355, - [3200] = 352, - [3201] = 383, - [3202] = 383, - [3203] = 367, - [3204] = 3204, + [3199] = 367, + [3200] = 361, + [3201] = 375, + [3202] = 370, + [3203] = 353, + [3204] = 351, [3205] = 3205, - [3206] = 3206, - [3207] = 345, - [3208] = 344, + [3206] = 370, + [3207] = 367, + [3208] = 371, [3209] = 3209, - [3210] = 371, - [3211] = 3168, - [3212] = 368, - [3213] = 3213, + [3210] = 3210, + [3211] = 375, + [3212] = 384, + [3213] = 379, [3214] = 3214, - [3215] = 3209, + [3215] = 3215, [3216] = 3216, - [3217] = 3217, - [3218] = 3218, - [3219] = 3204, - [3220] = 3213, - [3221] = 3214, - [3222] = 3205, - [3223] = 369, - [3224] = 366, - [3225] = 3206, - [3226] = 3217, - [3227] = 3216, - [3228] = 3218, - [3229] = 344, - [3230] = 345, - [3231] = 355, - [3232] = 352, - [3233] = 3233, - [3234] = 520, - [3235] = 528, - [3236] = 369, - [3237] = 517, - [3238] = 366, - [3239] = 527, - [3240] = 355, - [3241] = 516, - [3242] = 521, - [3243] = 3243, - [3244] = 529, + [3217] = 339, + [3218] = 3124, + [3219] = 3214, + [3220] = 3215, + [3221] = 3216, + [3222] = 3222, + [3223] = 3223, + [3224] = 3205, + [3225] = 3209, + [3226] = 3210, + [3227] = 3227, + [3228] = 3222, + [3229] = 3223, + [3230] = 3227, + [3231] = 351, + [3232] = 339, + [3233] = 361, + [3234] = 353, + [3235] = 533, + [3236] = 370, + [3237] = 521, + [3238] = 503, + [3239] = 504, + [3240] = 508, + [3241] = 509, + [3242] = 361, + [3243] = 353, + [3244] = 3244, [3245] = 3245, - [3246] = 531, - [3247] = 368, - [3248] = 530, - [3249] = 514, - [3250] = 352, - [3251] = 367, - [3252] = 3252, - [3253] = 530, - [3254] = 521, - [3255] = 520, - [3256] = 368, - [3257] = 1638, - [3258] = 516, - [3259] = 531, - [3260] = 369, - [3261] = 517, - [3262] = 367, - [3263] = 366, - [3264] = 527, - [3265] = 528, - [3266] = 514, - [3267] = 529, - [3268] = 2371, - [3269] = 2434, - [3270] = 2436, - [3271] = 2441, - [3272] = 2442, - [3273] = 2309, - [3274] = 2444, - [3275] = 2443, - [3276] = 2336, - [3277] = 2321, - [3278] = 2327, - [3279] = 2425, - [3280] = 2363, - [3281] = 2389, - [3282] = 2322, - [3283] = 2331, - [3284] = 2341, - [3285] = 2366, - [3286] = 2398, - [3287] = 2426, - [3288] = 2334, - [3289] = 2352, - [3290] = 2380, - [3291] = 2391, - [3292] = 2427, - [3293] = 2328, - [3294] = 2353, - [3295] = 2369, - [3296] = 2384, - [3297] = 2339, - [3298] = 2417, - [3299] = 2346, - [3300] = 2320, - [3301] = 2351, - [3302] = 2326, - [3303] = 2354, - [3304] = 2344, - [3305] = 2358, - [3306] = 2368, - [3307] = 2377, - [3308] = 2359, - [3309] = 2338, - [3310] = 2343, - [3311] = 2348, - [3312] = 2356, - [3313] = 2360, - [3314] = 2365, - [3315] = 2367, - [3316] = 2370, - [3317] = 2382, - [3318] = 2386, - [3319] = 2390, - [3320] = 2392, - [3321] = 2396, - [3322] = 2399, - [3323] = 2400, - [3324] = 2402, - [3325] = 2421, - [3326] = 2428, - [3327] = 2440, - [3328] = 2310, - [3329] = 2311, - [3330] = 2312, - [3331] = 2313, - [3332] = 2314, - [3333] = 2318, - [3334] = 2319, - [3335] = 2323, - [3336] = 2325, - [3337] = 2335, - [3338] = 2337, - [3339] = 2340, - [3340] = 2342, - [3341] = 2347, - [3342] = 2350, - [3343] = 2355, - [3344] = 2357, - [3345] = 2373, - [3346] = 2376, - [3347] = 2379, - [3348] = 2381, - [3349] = 2383, - [3350] = 2385, - [3351] = 2387, - [3352] = 2388, - [3353] = 2393, - [3354] = 2394, - [3355] = 2395, - [3356] = 2397, - [3357] = 2403, - [3358] = 2404, - [3359] = 2405, - [3360] = 2406, - [3361] = 2407, - [3362] = 2408, - [3363] = 2409, - [3364] = 2410, - [3365] = 2411, - [3366] = 2412, - [3367] = 2413, - [3368] = 2414, - [3369] = 2364, - [3370] = 1726, - [3371] = 3371, - [3372] = 2372, - [3373] = 3373, - [3374] = 3374, - [3375] = 3375, - [3376] = 2374, - [3377] = 3377, - [3378] = 317, - [3379] = 3379, - [3380] = 2378, - [3381] = 3381, - [3382] = 3373, - [3383] = 3373, - [3384] = 1638, - [3385] = 3385, - [3386] = 2433, - [3387] = 2333, - [3388] = 2375, - [3389] = 1726, - [3390] = 3390, - [3391] = 320, - [3392] = 3392, - [3393] = 3390, - [3394] = 321, - [3395] = 3392, - [3396] = 2403, + [3246] = 375, + [3247] = 384, + [3248] = 3248, + [3249] = 379, + [3250] = 531, + [3251] = 510, + [3252] = 530, + [3253] = 540, + [3254] = 504, + [3255] = 3255, + [3256] = 530, + [3257] = 503, + [3258] = 531, + [3259] = 533, + [3260] = 508, + [3261] = 510, + [3262] = 384, + [3263] = 509, + [3264] = 521, + [3265] = 379, + [3266] = 370, + [3267] = 1689, + [3268] = 540, + [3269] = 375, + [3270] = 2408, + [3271] = 2412, + [3272] = 3272, + [3273] = 3273, + [3274] = 1689, + [3275] = 3272, + [3276] = 3276, + [3277] = 3277, + [3278] = 3278, + [3279] = 2433, + [3280] = 2311, + [3281] = 2425, + [3282] = 2365, + [3283] = 2398, + [3284] = 2367, + [3285] = 2441, + [3286] = 2396, + [3287] = 2421, + [3288] = 2373, + [3289] = 2417, + [3290] = 2440, + [3291] = 1814, + [3292] = 3272, + [3293] = 2351, + [3294] = 2355, + [3295] = 2358, + [3296] = 2361, + [3297] = 2363, + [3298] = 2364, + [3299] = 2368, + [3300] = 2370, + [3301] = 2371, + [3302] = 2376, + [3303] = 2382, + [3304] = 2447, + [3305] = 2390, + [3306] = 2391, + [3307] = 2393, + [3308] = 2394, + [3309] = 2400, + [3310] = 2416, + [3311] = 2418, + [3312] = 2419, + [3313] = 2424, + [3314] = 2427, + [3315] = 2428, + [3316] = 2429, + [3317] = 2430, + [3318] = 2434, + [3319] = 2435, + [3320] = 2438, + [3321] = 2442, + [3322] = 2387, + [3323] = 2312, + [3324] = 2313, + [3325] = 2314, + [3326] = 2315, + [3327] = 2316, + [3328] = 2317, + [3329] = 3329, + [3330] = 2319, + [3331] = 2320, + [3332] = 2321, + [3333] = 2323, + [3334] = 2324, + [3335] = 2326, + [3336] = 2327, + [3337] = 2328, + [3338] = 2330, + [3339] = 2331, + [3340] = 2332, + [3341] = 2333, + [3342] = 2334, + [3343] = 2335, + [3344] = 2336, + [3345] = 2337, + [3346] = 2339, + [3347] = 2340, + [3348] = 2341, + [3349] = 2342, + [3350] = 2343, + [3351] = 2344, + [3352] = 2345, + [3353] = 2346, + [3354] = 2347, + [3355] = 2348, + [3356] = 2349, + [3357] = 2352, + [3358] = 2353, + [3359] = 2354, + [3360] = 2356, + [3361] = 2357, + [3362] = 2359, + [3363] = 2360, + [3364] = 2362, + [3365] = 3365, + [3366] = 2372, + [3367] = 2374, + [3368] = 2375, + [3369] = 2377, + [3370] = 2378, + [3371] = 2379, + [3372] = 2380, + [3373] = 2381, + [3374] = 2383, + [3375] = 2384, + [3376] = 2385, + [3377] = 2386, + [3378] = 3378, + [3379] = 302, + [3380] = 2401, + [3381] = 2402, + [3382] = 2403, + [3383] = 2404, + [3384] = 2405, + [3385] = 2406, + [3386] = 2407, + [3387] = 2409, + [3388] = 2410, + [3389] = 2411, + [3390] = 2318, + [3391] = 2405, + [3392] = 2404, + [3393] = 2412, + [3394] = 322, + [3395] = 2406, + [3396] = 2407, [3397] = 3397, - [3398] = 2413, - [3399] = 2404, - [3400] = 317, - [3401] = 2405, - [3402] = 2406, - [3403] = 3403, + [3398] = 3398, + [3399] = 3399, + [3400] = 3397, + [3401] = 2408, + [3402] = 2409, + [3403] = 302, [3404] = 3404, - [3405] = 2407, - [3406] = 2414, - [3407] = 2408, - [3408] = 3243, + [3405] = 321, + [3406] = 2410, + [3407] = 2411, + [3408] = 3408, [3409] = 3409, - [3410] = 2409, - [3411] = 2410, - [3412] = 2411, - [3413] = 2412, - [3414] = 3409, - [3415] = 3397, - [3416] = 3233, - [3417] = 3417, - [3418] = 321, - [3419] = 3419, - [3420] = 319, - [3421] = 322, - [3422] = 3419, - [3423] = 1351, - [3424] = 320, - [3425] = 318, - [3426] = 3426, - [3427] = 3427, + [3410] = 3410, + [3411] = 3245, + [3412] = 3244, + [3413] = 3404, + [3414] = 3399, + [3415] = 1814, + [3416] = 2401, + [3417] = 2402, + [3418] = 2403, + [3419] = 3409, + [3420] = 321, + [3421] = 318, + [3422] = 322, + [3423] = 3423, + [3424] = 3423, + [3425] = 1359, + [3426] = 319, + [3427] = 323, [3428] = 3428, - [3429] = 3429, - [3430] = 1392, + [3429] = 560, + [3430] = 1293, [3431] = 3431, - [3432] = 3432, + [3432] = 1387, [3433] = 3433, [3434] = 3434, - [3435] = 3434, - [3436] = 3436, + [3435] = 3435, + [3436] = 1418, [3437] = 3437, - [3438] = 587, - [3439] = 329, - [3440] = 330, - [3441] = 331, - [3442] = 332, - [3443] = 3426, - [3444] = 3431, - [3445] = 1257, - [3446] = 1383, - [3447] = 335, - [3448] = 319, - [3449] = 3432, - [3450] = 3433, - [3451] = 3436, - [3452] = 3426, - [3453] = 3427, + [3438] = 3435, + [3439] = 331, + [3440] = 326, + [3441] = 318, + [3442] = 319, + [3443] = 3443, + [3444] = 3444, + [3445] = 3428, + [3446] = 3446, + [3447] = 3447, + [3448] = 3448, + [3449] = 3444, + [3450] = 333, + [3451] = 334, + [3452] = 335, + [3453] = 325, [3454] = 3437, - [3455] = 3455, - [3456] = 3456, - [3457] = 3432, - [3458] = 3433, - [3459] = 3436, - [3460] = 3427, - [3461] = 3437, - [3462] = 3455, - [3463] = 3456, - [3464] = 322, - [3465] = 3455, - [3466] = 3456, - [3467] = 327, - [3468] = 335, - [3469] = 345, - [3470] = 1257, + [3455] = 3443, + [3456] = 3428, + [3457] = 3446, + [3458] = 3447, + [3459] = 3448, + [3460] = 3460, + [3461] = 3431, + [3462] = 3437, + [3463] = 3443, + [3464] = 3446, + [3465] = 3447, + [3466] = 3448, + [3467] = 3460, + [3468] = 3431, + [3469] = 3460, + [3470] = 3470, [3471] = 340, [3472] = 3472, [3473] = 341, - [3474] = 342, - [3475] = 3475, - [3476] = 343, - [3477] = 3477, - [3478] = 671, - [3479] = 344, - [3480] = 327, + [3474] = 1293, + [3475] = 331, + [3476] = 351, + [3477] = 662, + [3478] = 350, + [3479] = 326, + [3480] = 339, [3481] = 3481, - [3482] = 355, - [3483] = 340, - [3484] = 189, - [3485] = 345, - [3486] = 341, - [3487] = 319, - [3488] = 342, - [3489] = 343, - [3490] = 3490, - [3491] = 344, - [3492] = 352, - [3493] = 191, - [3494] = 383, - [3495] = 371, - [3496] = 368, - [3497] = 352, - [3498] = 355, - [3499] = 367, - [3500] = 369, - [3501] = 366, - [3502] = 367, - [3503] = 3168, - [3504] = 322, - [3505] = 371, - [3506] = 369, - [3507] = 319, - [3508] = 383, - [3509] = 366, - [3510] = 344, - [3511] = 345, - [3512] = 368, - [3513] = 345, - [3514] = 352, - [3515] = 344, - [3516] = 327, - [3517] = 335, - [3518] = 322, - [3519] = 355, + [3482] = 3482, + [3483] = 342, + [3484] = 353, + [3485] = 340, + [3486] = 190, + [3487] = 342, + [3488] = 341, + [3489] = 3489, + [3490] = 350, + [3491] = 318, + [3492] = 361, + [3493] = 351, + [3494] = 339, + [3495] = 379, + [3496] = 384, + [3497] = 370, + [3498] = 361, + [3499] = 375, + [3500] = 353, + [3501] = 191, + [3502] = 371, + [3503] = 367, + [3504] = 351, + [3505] = 379, + [3506] = 319, + [3507] = 367, + [3508] = 384, + [3509] = 3124, + [3510] = 375, + [3511] = 370, + [3512] = 318, + [3513] = 371, + [3514] = 339, + [3515] = 339, + [3516] = 331, + [3517] = 318, + [3518] = 353, + [3519] = 326, [3520] = 319, - [3521] = 529, - [3522] = 1884, - [3523] = 335, - [3524] = 352, - [3525] = 517, - [3526] = 531, - [3527] = 3527, - [3528] = 3528, - [3529] = 368, - [3530] = 528, - [3531] = 521, - [3532] = 472, - [3533] = 491, - [3534] = 492, - [3535] = 493, - [3536] = 527, - [3537] = 1837, - [3538] = 514, - [3539] = 366, - [3540] = 367, - [3541] = 369, - [3542] = 342, - [3543] = 343, - [3544] = 520, - [3545] = 516, - [3546] = 3546, - [3547] = 530, - [3548] = 355, - [3549] = 327, - [3550] = 341, - [3551] = 1819, - [3552] = 487, - [3553] = 1896, - [3554] = 340, - [3555] = 3555, - [3556] = 531, - [3557] = 2336, - [3558] = 2364, - [3559] = 2338, - [3560] = 2343, - [3561] = 2348, - [3562] = 2356, - [3563] = 2360, - [3564] = 2365, - [3565] = 2367, - [3566] = 2370, - [3567] = 2382, - [3568] = 2371, - [3569] = 2386, - [3570] = 2390, - [3571] = 2392, - [3572] = 2396, - [3573] = 2399, - [3574] = 2400, - [3575] = 2402, - [3576] = 2421, - [3577] = 2428, - [3578] = 2440, - [3579] = 2310, - [3580] = 2311, + [3521] = 351, + [3522] = 361, + [3523] = 340, + [3524] = 533, + [3525] = 3525, + [3526] = 3526, + [3527] = 509, + [3528] = 370, + [3529] = 361, + [3530] = 341, + [3531] = 353, + [3532] = 540, + [3533] = 508, + [3534] = 530, + [3535] = 326, + [3536] = 504, + [3537] = 1891, + [3538] = 485, + [3539] = 531, + [3540] = 1910, + [3541] = 1924, + [3542] = 510, + [3543] = 342, + [3544] = 384, + [3545] = 503, + [3546] = 350, + [3547] = 331, + [3548] = 379, + [3549] = 3549, + [3550] = 493, + [3551] = 488, + [3552] = 489, + [3553] = 490, + [3554] = 375, + [3555] = 521, + [3556] = 1900, + [3557] = 3557, + [3558] = 2376, + [3559] = 2382, + [3560] = 2447, + [3561] = 2390, + [3562] = 2391, + [3563] = 342, + [3564] = 2393, + [3565] = 2394, + [3566] = 2400, + [3567] = 1689, + [3568] = 2416, + [3569] = 2418, + [3570] = 2419, + [3571] = 2424, + [3572] = 2427, + [3573] = 2428, + [3574] = 2429, + [3575] = 2430, + [3576] = 2434, + [3577] = 2435, + [3578] = 2438, + [3579] = 2442, + [3580] = 2387, [3581] = 2312, [3582] = 2313, [3583] = 2314, - [3584] = 2372, - [3585] = 2318, - [3586] = 3555, - [3587] = 2374, - [3588] = 2378, - [3589] = 3555, - [3590] = 2319, - [3591] = 2323, - [3592] = 2339, - [3593] = 516, - [3594] = 2325, - [3595] = 2335, - [3596] = 2337, - [3597] = 3555, - [3598] = 2340, - [3599] = 2342, - [3600] = 2347, - [3601] = 517, - [3602] = 2350, - [3603] = 2355, - [3604] = 3555, - [3605] = 2357, - [3606] = 2346, - [3607] = 343, - [3608] = 3555, - [3609] = 341, - [3610] = 366, - [3611] = 529, - [3612] = 530, - [3613] = 2373, - [3614] = 2376, - [3615] = 2379, - [3616] = 3555, - [3617] = 2381, - [3618] = 368, - [3619] = 2359, - [3620] = 369, - [3621] = 520, - [3622] = 2385, - [3623] = 2433, - [3624] = 2387, - [3625] = 2434, - [3626] = 2436, - [3627] = 2441, - [3628] = 2388, - [3629] = 2442, - [3630] = 2393, - [3631] = 2309, - [3632] = 2394, - [3633] = 2444, - [3634] = 2395, - [3635] = 2397, - [3636] = 2443, - [3637] = 2375, - [3638] = 2321, - [3639] = 2327, - [3640] = 2425, - [3641] = 2363, - [3642] = 2389, - [3643] = 2351, - [3644] = 2322, - [3645] = 514, - [3646] = 2331, - [3647] = 2341, - [3648] = 2366, - [3649] = 2398, - [3650] = 2426, - [3651] = 2334, - [3652] = 2352, - [3653] = 2380, - [3654] = 2391, - [3655] = 2427, - [3656] = 2328, - [3657] = 2353, - [3658] = 2369, - [3659] = 2384, - [3660] = 2354, - [3661] = 2417, - [3662] = 2320, - [3663] = 2326, - [3664] = 2344, - [3665] = 342, - [3666] = 521, - [3667] = 367, - [3668] = 2358, - [3669] = 528, - [3670] = 2368, - [3671] = 340, - [3672] = 2377, - [3673] = 527, - [3674] = 2333, - [3675] = 345, - [3676] = 1638, - [3677] = 2383, - [3678] = 3678, - [3679] = 3679, + [3584] = 2315, + [3585] = 2316, + [3586] = 2317, + [3587] = 2440, + [3588] = 531, + [3589] = 533, + [3590] = 339, + [3591] = 2318, + [3592] = 2319, + [3593] = 2320, + [3594] = 2321, + [3595] = 2323, + [3596] = 2324, + [3597] = 2326, + [3598] = 375, + [3599] = 2327, + [3600] = 2328, + [3601] = 384, + [3602] = 2330, + [3603] = 379, + [3604] = 370, + [3605] = 2331, + [3606] = 2332, + [3607] = 2333, + [3608] = 504, + [3609] = 2334, + [3610] = 340, + [3611] = 2335, + [3612] = 2336, + [3613] = 2337, + [3614] = 2339, + [3615] = 2340, + [3616] = 508, + [3617] = 2341, + [3618] = 2342, + [3619] = 2343, + [3620] = 2344, + [3621] = 509, + [3622] = 2345, + [3623] = 2346, + [3624] = 2347, + [3625] = 2348, + [3626] = 2349, + [3627] = 2352, + [3628] = 2421, + [3629] = 2354, + [3630] = 530, + [3631] = 2433, + [3632] = 2311, + [3633] = 2356, + [3634] = 2357, + [3635] = 2359, + [3636] = 2360, + [3637] = 3557, + [3638] = 2425, + [3639] = 2362, + [3640] = 3557, + [3641] = 2365, + [3642] = 2372, + [3643] = 2374, + [3644] = 3557, + [3645] = 3557, + [3646] = 2375, + [3647] = 2377, + [3648] = 2378, + [3649] = 3557, + [3650] = 2379, + [3651] = 2380, + [3652] = 2381, + [3653] = 2383, + [3654] = 2384, + [3655] = 2398, + [3656] = 2367, + [3657] = 2385, + [3658] = 2386, + [3659] = 2373, + [3660] = 341, + [3661] = 521, + [3662] = 2417, + [3663] = 2351, + [3664] = 2355, + [3665] = 2358, + [3666] = 2361, + [3667] = 2441, + [3668] = 3557, + [3669] = 2363, + [3670] = 510, + [3671] = 503, + [3672] = 540, + [3673] = 2364, + [3674] = 2368, + [3675] = 350, + [3676] = 2370, + [3677] = 2371, + [3678] = 2396, + [3679] = 2353, [3680] = 3680, - [3681] = 1638, + [3681] = 3681, [3682] = 3682, [3683] = 3683, [3684] = 3684, @@ -8849,12 +8856,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3686] = 3686, [3687] = 3687, [3688] = 3688, - [3689] = 3682, + [3689] = 3689, [3690] = 3690, [3691] = 3691, - [3692] = 3688, - [3693] = 3682, - [3694] = 3688, + [3692] = 3692, + [3693] = 3693, + [3694] = 3694, [3695] = 3695, [3696] = 3696, [3697] = 3697, @@ -8862,445 +8869,445 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3699] = 3699, [3700] = 3700, [3701] = 3701, - [3702] = 3702, - [3703] = 3703, + [3702] = 3682, + [3703] = 3700, [3704] = 3704, - [3705] = 3705, - [3706] = 3706, - [3707] = 3707, + [3705] = 1689, + [3706] = 3682, + [3707] = 3700, [3708] = 3708, - [3709] = 3687, - [3710] = 3710, + [3709] = 3709, + [3710] = 3697, [3711] = 3711, [3712] = 3712, - [3713] = 2403, + [3713] = 3713, [3714] = 3714, - [3715] = 2405, - [3716] = 2405, - [3717] = 2414, - [3718] = 3718, - [3719] = 2408, - [3720] = 2406, - [3721] = 2407, - [3722] = 3718, - [3723] = 3718, - [3724] = 2408, - [3725] = 2409, - [3726] = 2410, - [3727] = 2406, - [3728] = 2410, - [3729] = 3718, - [3730] = 3730, - [3731] = 2413, - [3732] = 3686, - [3733] = 2409, - [3734] = 2411, - [3735] = 3718, - [3736] = 3679, - [3737] = 2411, - [3738] = 2412, - [3739] = 2413, - [3740] = 3718, - [3741] = 2403, - [3742] = 2404, - [3743] = 2412, - [3744] = 2414, - [3745] = 2407, - [3746] = 2404, - [3747] = 3718, - [3748] = 3718, - [3749] = 3749, - [3750] = 3750, + [3715] = 3715, + [3716] = 2404, + [3717] = 3715, + [3718] = 2405, + [3719] = 2406, + [3720] = 2407, + [3721] = 2408, + [3722] = 2409, + [3723] = 2406, + [3724] = 2410, + [3725] = 2411, + [3726] = 2412, + [3727] = 2402, + [3728] = 2407, + [3729] = 2408, + [3730] = 2403, + [3731] = 3715, + [3732] = 2403, + [3733] = 3712, + [3734] = 2402, + [3735] = 3715, + [3736] = 3736, + [3737] = 3688, + [3738] = 3738, + [3739] = 2412, + [3740] = 3715, + [3741] = 3715, + [3742] = 2410, + [3743] = 3715, + [3744] = 2411, + [3745] = 2404, + [3746] = 2401, + [3747] = 3715, + [3748] = 2405, + [3749] = 2401, + [3750] = 2409, [3751] = 3751, - [3752] = 3751, + [3752] = 3752, [3753] = 3753, - [3754] = 3749, + [3754] = 3754, [3755] = 3755, - [3756] = 3753, - [3757] = 3751, - [3758] = 3751, + [3756] = 3755, + [3757] = 3757, + [3758] = 3755, [3759] = 3759, - [3760] = 3760, - [3761] = 3761, + [3760] = 3757, + [3761] = 3753, [3762] = 3751, - [3763] = 3751, - [3764] = 3761, - [3765] = 3760, - [3766] = 3750, - [3767] = 3755, - [3768] = 150, - [3769] = 3759, - [3770] = 317, - [3771] = 320, - [3772] = 318, - [3773] = 317, - [3774] = 321, - [3775] = 320, - [3776] = 321, - [3777] = 319, - [3778] = 318, - [3779] = 322, - [3780] = 317, - [3781] = 332, - [3782] = 329, - [3783] = 330, - [3784] = 331, - [3785] = 317, - [3786] = 329, - [3787] = 1257, - [3788] = 330, - [3789] = 331, - [3790] = 332, - [3791] = 322, - [3792] = 319, - [3793] = 327, - [3794] = 335, - [3795] = 137, - [3796] = 321, - [3797] = 318, - [3798] = 320, - [3799] = 345, - [3800] = 327, - [3801] = 335, - [3802] = 321, - [3803] = 340, - [3804] = 329, - [3805] = 341, - [3806] = 330, - [3807] = 342, - [3808] = 343, - [3809] = 320, - [3810] = 331, - [3811] = 344, - [3812] = 332, - [3813] = 1257, - [3814] = 137, + [3763] = 3752, + [3764] = 3764, + [3765] = 3755, + [3766] = 3759, + [3767] = 3754, + [3768] = 3755, + [3769] = 3755, + [3770] = 150, + [3771] = 3764, + [3772] = 302, + [3773] = 323, + [3774] = 322, + [3775] = 321, + [3776] = 302, + [3777] = 333, + [3778] = 325, + [3779] = 323, + [3780] = 302, + [3781] = 319, + [3782] = 318, + [3783] = 321, + [3784] = 322, + [3785] = 334, + [3786] = 335, + [3787] = 321, + [3788] = 323, + [3789] = 322, + [3790] = 319, + [3791] = 333, + [3792] = 318, + [3793] = 331, + [3794] = 326, + [3795] = 335, + [3796] = 334, + [3797] = 325, + [3798] = 137, + [3799] = 1293, + [3800] = 302, + [3801] = 340, + [3802] = 318, + [3803] = 137, + [3804] = 334, + [3805] = 335, + [3806] = 325, + [3807] = 326, + [3808] = 342, + [3809] = 333, + [3810] = 351, + [3811] = 319, + [3812] = 321, + [3813] = 341, + [3814] = 339, [3815] = 322, - [3816] = 318, - [3817] = 319, - [3818] = 343, - [3819] = 344, - [3820] = 331, - [3821] = 335, - [3822] = 1257, - [3823] = 345, - [3824] = 352, - [3825] = 341, - [3826] = 332, - [3827] = 355, - [3828] = 189, - [3829] = 329, - [3830] = 330, - [3831] = 342, - [3832] = 327, - [3833] = 340, - [3834] = 322, - [3835] = 319, - [3836] = 317, - [3837] = 351, - [3838] = 320, + [3816] = 1293, + [3817] = 331, + [3818] = 323, + [3819] = 350, + [3820] = 335, + [3821] = 319, + [3822] = 341, + [3823] = 342, + [3824] = 339, + [3825] = 361, + [3826] = 1293, + [3827] = 353, + [3828] = 318, + [3829] = 350, + [3830] = 325, + [3831] = 334, + [3832] = 340, + [3833] = 326, + [3834] = 331, + [3835] = 333, + [3836] = 351, + [3837] = 190, + [3838] = 302, [3839] = 340, - [3840] = 337, - [3841] = 352, - [3842] = 322, - [3843] = 345, - [3844] = 355, - [3845] = 319, - [3846] = 383, - [3847] = 371, - [3848] = 367, - [3849] = 327, - [3850] = 366, - [3851] = 368, - [3852] = 369, - [3853] = 191, - [3854] = 318, - [3855] = 341, - [3856] = 342, - [3857] = 344, - [3858] = 321, - [3859] = 1257, + [3840] = 342, + [3841] = 361, + [3842] = 319, + [3843] = 353, + [3844] = 318, + [3845] = 337, + [3846] = 321, + [3847] = 323, + [3848] = 375, + [3849] = 384, + [3850] = 379, + [3851] = 370, + [3852] = 367, + [3853] = 338, + [3854] = 322, + [3855] = 351, + [3856] = 341, + [3857] = 326, + [3858] = 350, + [3859] = 371, [3860] = 137, - [3861] = 335, - [3862] = 343, - [3863] = 383, - [3864] = 1345, - [3865] = 367, - [3866] = 340, - [3867] = 355, - [3868] = 337, - [3869] = 352, - [3870] = 344, - [3871] = 343, - [3872] = 366, - [3873] = 344, - [3874] = 326, - [3875] = 335, - [3876] = 332, - [3877] = 329, - [3878] = 368, - [3879] = 369, - [3880] = 138, - [3881] = 327, - [3882] = 345, - [3883] = 139, - [3884] = 341, - [3885] = 331, - [3886] = 330, - [3887] = 342, - [3888] = 351, - [3889] = 345, - [3890] = 137, - [3891] = 371, - [3892] = 3892, - [3893] = 345, - [3894] = 3894, - [3895] = 340, - [3896] = 142, - [3897] = 366, - [3898] = 1345, - [3899] = 140, - [3900] = 345, - [3901] = 352, - [3902] = 352, - [3903] = 355, - [3904] = 341, - [3905] = 144, - [3906] = 143, + [3861] = 339, + [3862] = 331, + [3863] = 191, + [3864] = 1293, + [3865] = 325, + [3866] = 338, + [3867] = 379, + [3868] = 367, + [3869] = 371, + [3870] = 351, + [3871] = 370, + [3872] = 139, + [3873] = 375, + [3874] = 339, + [3875] = 384, + [3876] = 137, + [3877] = 339, + [3878] = 353, + [3879] = 341, + [3880] = 351, + [3881] = 1373, + [3882] = 326, + [3883] = 333, + [3884] = 334, + [3885] = 340, + [3886] = 342, + [3887] = 138, + [3888] = 350, + [3889] = 335, + [3890] = 361, + [3891] = 330, + [3892] = 337, + [3893] = 331, + [3894] = 342, + [3895] = 339, + [3896] = 337, + [3897] = 145, + [3898] = 340, + [3899] = 3899, + [3900] = 3900, + [3901] = 3901, + [3902] = 341, + [3903] = 143, + [3904] = 3904, + [3905] = 137, + [3906] = 351, [3907] = 138, - [3908] = 3908, - [3909] = 344, - [3910] = 383, - [3911] = 3911, - [3912] = 369, - [3913] = 351, - [3914] = 367, - [3915] = 141, - [3916] = 343, - [3917] = 141, - [3918] = 145, - [3919] = 137, - [3920] = 344, - [3921] = 142, - [3922] = 355, - [3923] = 145, - [3924] = 139, - [3925] = 371, - [3926] = 368, - [3927] = 144, - [3928] = 337, - [3929] = 487, - [3930] = 472, - [3931] = 491, - [3932] = 492, - [3933] = 493, - [3934] = 342, - [3935] = 493, - [3936] = 530, - [3937] = 2605, - [3938] = 430, - [3939] = 431, - [3940] = 352, - [3941] = 432, - [3942] = 355, - [3943] = 419, - [3944] = 514, - [3945] = 383, - [3946] = 366, - [3947] = 3908, - [3948] = 344, - [3949] = 402, - [3950] = 3911, - [3951] = 3892, - [3952] = 140, - [3953] = 143, - [3954] = 138, - [3955] = 516, - [3956] = 433, - [3957] = 517, - [3958] = 403, - [3959] = 144, - [3960] = 147, - [3961] = 3961, - [3962] = 2640, - [3963] = 520, - [3964] = 146, - [3965] = 420, - [3966] = 421, - [3967] = 422, - [3968] = 521, - [3969] = 384, - [3970] = 367, - [3971] = 413, - [3972] = 140, - [3973] = 366, - [3974] = 143, - [3975] = 368, - [3976] = 369, - [3977] = 148, - [3978] = 2639, - [3979] = 529, - [3980] = 145, - [3981] = 487, - [3982] = 367, - [3983] = 142, - [3984] = 352, - [3985] = 3985, - [3986] = 368, - [3987] = 2663, - [3988] = 355, - [3989] = 2630, - [3990] = 436, - [3991] = 412, - [3992] = 472, - [3993] = 417, - [3994] = 3994, - [3995] = 491, - [3996] = 492, - [3997] = 369, - [3998] = 141, + [3908] = 144, + [3909] = 141, + [3910] = 140, + [3911] = 1373, + [3912] = 139, + [3913] = 339, + [3914] = 361, + [3915] = 353, + [3916] = 142, + [3917] = 371, + [3918] = 351, + [3919] = 367, + [3920] = 361, + [3921] = 145, + [3922] = 142, + [3923] = 370, + [3924] = 350, + [3925] = 144, + [3926] = 338, + [3927] = 143, + [3928] = 384, + [3929] = 379, + [3930] = 353, + [3931] = 485, + [3932] = 493, + [3933] = 488, + [3934] = 489, + [3935] = 490, + [3936] = 375, + [3937] = 419, + [3938] = 143, + [3939] = 415, + [3940] = 3940, + [3941] = 411, + [3942] = 438, + [3943] = 141, + [3944] = 416, + [3945] = 412, + [3946] = 531, + [3947] = 423, + [3948] = 375, + [3949] = 425, + [3950] = 533, + [3951] = 384, + [3952] = 2644, + [3953] = 379, + [3954] = 370, + [3955] = 2654, + [3956] = 3900, + [3957] = 426, + [3958] = 147, + [3959] = 367, + [3960] = 432, + [3961] = 433, + [3962] = 3962, + [3963] = 417, + [3964] = 428, + [3965] = 146, + [3966] = 418, + [3967] = 503, + [3968] = 361, + [3969] = 2626, + [3970] = 434, + [3971] = 3971, + [3972] = 371, + [3973] = 353, + [3974] = 398, + [3975] = 148, + [3976] = 145, + [3977] = 504, + [3978] = 375, + [3979] = 509, + [3980] = 351, + [3981] = 410, + [3982] = 540, + [3983] = 2670, + [3984] = 2609, + [3985] = 404, + [3986] = 2663, + [3987] = 3901, + [3988] = 384, + [3989] = 493, + [3990] = 485, + [3991] = 488, + [3992] = 489, + [3993] = 490, + [3994] = 141, + [3995] = 140, + [3996] = 138, + [3997] = 142, + [3998] = 2627, [3999] = 3999, - [4000] = 404, - [4001] = 4001, - [4002] = 371, - [4003] = 527, - [4004] = 528, - [4005] = 418, - [4006] = 2613, - [4007] = 345, - [4008] = 415, - [4009] = 423, - [4010] = 424, - [4011] = 425, - [4012] = 139, - [4013] = 426, - [4014] = 427, - [4015] = 2604, - [4016] = 428, - [4017] = 429, - [4018] = 531, - [4019] = 412, - [4020] = 445, - [4021] = 4021, - [4022] = 424, - [4023] = 413, - [4024] = 425, - [4025] = 355, - [4026] = 419, - [4027] = 147, - [4028] = 146, - [4029] = 4029, - [4030] = 514, - [4031] = 147, - [4032] = 146, - [4033] = 521, - [4034] = 472, - [4035] = 426, - [4036] = 427, - [4037] = 498, - [4038] = 428, - [4039] = 429, - [4040] = 4040, - [4041] = 531, - [4042] = 529, - [4043] = 530, - [4044] = 4021, - [4045] = 516, - [4046] = 448, - [4047] = 433, - [4048] = 420, - [4049] = 352, - [4050] = 430, - [4051] = 527, - [4052] = 421, - [4053] = 423, - [4054] = 148, - [4055] = 422, - [4056] = 367, - [4057] = 384, - [4058] = 417, - [4059] = 517, - [4060] = 366, - [4061] = 148, - [4062] = 402, - [4063] = 371, - [4064] = 369, - [4065] = 493, - [4066] = 403, - [4067] = 3961, - [4068] = 150, - [4069] = 431, + [4000] = 361, + [4001] = 437, + [4002] = 510, + [4003] = 370, + [4004] = 339, + [4005] = 353, + [4006] = 4006, + [4007] = 521, + [4008] = 420, + [4009] = 421, + [4010] = 422, + [4011] = 530, + [4012] = 379, + [4013] = 139, + [4014] = 3899, + [4015] = 403, + [4016] = 413, + [4017] = 414, + [4018] = 144, + [4019] = 508, + [4020] = 140, + [4021] = 1689, + [4022] = 415, + [4023] = 432, + [4024] = 433, + [4025] = 416, + [4026] = 426, + [4027] = 414, + [4028] = 361, + [4029] = 485, + [4030] = 404, + [4031] = 3962, + [4032] = 4032, + [4033] = 498, + [4034] = 4034, + [4035] = 510, + [4036] = 521, + [4037] = 339, + [4038] = 375, + [4039] = 384, + [4040] = 367, + [4041] = 379, + [4042] = 370, + [4043] = 428, + [4044] = 150, + [4045] = 437, + [4046] = 3940, + [4047] = 4047, + [4048] = 371, + [4049] = 503, + [4050] = 504, + [4051] = 410, + [4052] = 4052, + [4053] = 4006, + [4054] = 434, + [4055] = 3971, + [4056] = 403, + [4057] = 540, + [4058] = 508, + [4059] = 4032, + [4060] = 375, + [4061] = 384, + [4062] = 379, + [4063] = 370, + [4064] = 417, + [4065] = 425, + [4066] = 509, + [4067] = 147, + [4068] = 488, + [4069] = 489, [4070] = 4070, - [4071] = 367, - [4072] = 418, - [4073] = 4073, - [4074] = 366, - [4075] = 1638, - [4076] = 368, - [4077] = 369, - [4078] = 528, - [4079] = 4079, - [4080] = 4021, - [4081] = 4081, - [4082] = 345, - [4083] = 141, - [4084] = 404, - [4085] = 145, - [4086] = 144, - [4087] = 487, - [4088] = 142, - [4089] = 4089, - [4090] = 3985, - [4091] = 4021, - [4092] = 383, - [4093] = 4001, - [4094] = 499, - [4095] = 491, - [4096] = 492, - [4097] = 520, - [4098] = 3994, - [4099] = 432, - [4100] = 436, - [4101] = 3999, - [4102] = 4102, - [4103] = 344, - [4104] = 415, - [4105] = 368, - [4106] = 4106, - [4107] = 429, - [4108] = 527, + [4071] = 531, + [4072] = 533, + [4073] = 148, + [4074] = 142, + [4075] = 351, + [4076] = 143, + [4077] = 144, + [4078] = 418, + [4079] = 146, + [4080] = 490, + [4081] = 473, + [4082] = 413, + [4083] = 493, + [4084] = 145, + [4085] = 419, + [4086] = 4086, + [4087] = 420, + [4088] = 438, + [4089] = 421, + [4090] = 459, + [4091] = 353, + [4092] = 4092, + [4093] = 422, + [4094] = 4094, + [4095] = 4095, + [4096] = 4032, + [4097] = 4032, + [4098] = 475, + [4099] = 423, + [4100] = 398, + [4101] = 148, + [4102] = 411, + [4103] = 147, + [4104] = 146, + [4105] = 3999, + [4106] = 412, + [4107] = 530, + [4108] = 493, [4109] = 4109, - [4110] = 430, - [4111] = 431, - [4112] = 432, - [4113] = 521, - [4114] = 433, - [4115] = 345, - [4116] = 4081, - [4117] = 499, - [4118] = 150, + [4110] = 4110, + [4111] = 4111, + [4112] = 361, + [4113] = 4113, + [4114] = 4114, + [4115] = 4115, + [4116] = 4116, + [4117] = 4117, + [4118] = 508, [4119] = 4119, - [4120] = 415, + [4120] = 4120, [4121] = 4121, - [4122] = 529, - [4123] = 1622, - [4124] = 530, - [4125] = 413, + [4122] = 4122, + [4123] = 4123, + [4124] = 4124, + [4125] = 4125, [4126] = 4126, [4127] = 4127, - [4128] = 4128, + [4128] = 540, [4129] = 4129, - [4130] = 4130, + [4130] = 318, [4131] = 4131, - [4132] = 4132, + [4132] = 510, [4133] = 4133, [4134] = 4134, [4135] = 4135, [4136] = 4136, [4137] = 4137, [4138] = 4138, - [4139] = 137, - [4140] = 472, + [4139] = 375, + [4140] = 4140, [4141] = 4141, [4142] = 4142, [4143] = 4143, @@ -9320,11 +9327,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4157] = 4157, [4158] = 4158, [4159] = 4159, - [4160] = 4160, + [4160] = 438, [4161] = 4161, [4162] = 4162, [4163] = 4163, - [4164] = 4164, + [4164] = 339, [4165] = 4165, [4166] = 4166, [4167] = 4167, @@ -9332,8 +9339,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4169] = 4169, [4170] = 4170, [4171] = 4171, - [4172] = 4172, - [4173] = 367, + [4172] = 531, + [4173] = 353, [4174] = 4174, [4175] = 4175, [4176] = 4176, @@ -9347,1917 +9354,1917 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [4184] = 4184, [4185] = 4185, [4186] = 4186, - [4187] = 366, + [4187] = 4187, [4188] = 4188, [4189] = 4189, [4190] = 4190, - [4191] = 498, - [4192] = 4192, + [4191] = 411, + [4192] = 412, [4193] = 4193, [4194] = 4194, - [4195] = 4195, + [4195] = 4086, [4196] = 4196, [4197] = 4197, - [4198] = 4198, + [4198] = 530, [4199] = 4199, - [4200] = 368, + [4200] = 4200, [4201] = 4201, - [4202] = 4202, - [4203] = 417, + [4202] = 498, + [4203] = 384, [4204] = 4204, [4205] = 4205, - [4206] = 4206, + [4206] = 485, [4207] = 4207, [4208] = 4208, [4209] = 4209, - [4210] = 531, - [4211] = 319, + [4210] = 351, + [4211] = 4211, [4212] = 4212, [4213] = 4213, - [4214] = 369, + [4214] = 509, [4215] = 4215, [4216] = 4216, [4217] = 4217, - [4218] = 4218, - [4219] = 4219, - [4220] = 1595, - [4221] = 1596, + [4218] = 413, + [4219] = 414, + [4220] = 415, + [4221] = 4221, [4222] = 4222, - [4223] = 1590, + [4223] = 416, [4224] = 4224, - [4225] = 4225, + [4225] = 1583, [4226] = 4226, [4227] = 4227, [4228] = 4228, - [4229] = 4229, - [4230] = 1597, - [4231] = 1599, - [4232] = 436, - [4233] = 352, - [4234] = 4234, - [4235] = 4235, + [4229] = 417, + [4230] = 4230, + [4231] = 533, + [4232] = 404, + [4233] = 4233, + [4234] = 418, + [4235] = 403, [4236] = 4236, [4237] = 4237, - [4238] = 487, + [4238] = 4238, [4239] = 4239, [4240] = 4240, [4241] = 4241, - [4242] = 4242, - [4243] = 4243, - [4244] = 1638, + [4242] = 339, + [4243] = 419, + [4244] = 521, [4245] = 4245, [4246] = 4246, [4247] = 4247, [4248] = 4248, - [4249] = 528, + [4249] = 150, [4250] = 4250, - [4251] = 355, - [4252] = 514, - [4253] = 418, - [4254] = 4208, - [4255] = 4255, - [4256] = 4256, - [4257] = 344, - [4258] = 419, - [4259] = 445, - [4260] = 4260, - [4261] = 4261, - [4262] = 4262, + [4251] = 370, + [4252] = 4252, + [4253] = 420, + [4254] = 4254, + [4255] = 421, + [4256] = 422, + [4257] = 4257, + [4258] = 4258, + [4259] = 473, + [4260] = 488, + [4261] = 4250, + [4262] = 475, [4263] = 4263, [4264] = 4264, - [4265] = 4265, + [4265] = 504, [4266] = 4266, [4267] = 4267, - [4268] = 4268, + [4268] = 489, [4269] = 4269, [4270] = 4270, - [4271] = 4271, + [4271] = 137, [4272] = 4272, [4273] = 4273, - [4274] = 4274, + [4274] = 423, [4275] = 4275, - [4276] = 345, - [4277] = 420, - [4278] = 421, - [4279] = 422, - [4280] = 491, - [4281] = 492, - [4282] = 493, - [4283] = 4283, - [4284] = 4284, - [4285] = 516, - [4286] = 384, - [4287] = 517, - [4288] = 448, - [4289] = 423, - [4290] = 424, - [4291] = 425, - [4292] = 426, - [4293] = 427, - [4294] = 412, - [4295] = 428, - [4296] = 520, - [4297] = 4297, - [4298] = 445, - [4299] = 4299, - [4300] = 4256, - [4301] = 4106, + [4276] = 425, + [4277] = 426, + [4278] = 4278, + [4279] = 379, + [4280] = 4280, + [4281] = 428, + [4282] = 4282, + [4283] = 398, + [4284] = 1611, + [4285] = 437, + [4286] = 1580, + [4287] = 4287, + [4288] = 1581, + [4289] = 4289, + [4290] = 490, + [4291] = 1584, + [4292] = 410, + [4293] = 4293, + [4294] = 459, + [4295] = 1689, + [4296] = 4296, + [4297] = 1609, + [4298] = 4298, + [4299] = 503, + [4300] = 4226, + [4301] = 4201, [4302] = 4302, - [4303] = 4262, - [4304] = 4263, - [4305] = 4264, - [4306] = 1622, - [4307] = 4265, - [4308] = 4266, - [4309] = 369, - [4310] = 4310, - [4311] = 4267, - [4312] = 520, - [4313] = 4268, - [4314] = 4269, - [4315] = 521, - [4316] = 4316, - [4317] = 1597, - [4318] = 4318, - [4319] = 1693, - [4320] = 4213, - [4321] = 528, + [4303] = 4303, + [4304] = 475, + [4305] = 1611, + [4306] = 4140, + [4307] = 4205, + [4308] = 4272, + [4309] = 493, + [4310] = 533, + [4311] = 384, + [4312] = 361, + [4313] = 319, + [4314] = 4154, + [4315] = 1690, + [4316] = 4157, + [4317] = 4273, + [4318] = 353, + [4319] = 375, + [4320] = 4275, + [4321] = 318, [4322] = 4322, - [4323] = 527, - [4324] = 4217, - [4325] = 352, - [4326] = 4270, - [4327] = 498, - [4328] = 322, + [4323] = 488, + [4324] = 489, + [4325] = 459, + [4326] = 4326, + [4327] = 490, + [4328] = 4215, [4329] = 4329, - [4330] = 4330, - [4331] = 4299, - [4332] = 531, - [4333] = 4271, - [4334] = 1798, - [4335] = 355, - [4336] = 448, - [4337] = 319, - [4338] = 4272, - [4339] = 4274, - [4340] = 4275, - [4341] = 4302, - [4342] = 472, - [4343] = 150, - [4344] = 4344, - [4345] = 1669, - [4346] = 1698, - [4347] = 516, - [4348] = 4348, - [4349] = 4330, - [4350] = 517, - [4351] = 4351, - [4352] = 1590, - [4353] = 4215, + [4330] = 4326, + [4331] = 530, + [4332] = 1689, + [4333] = 4222, + [4334] = 4334, + [4335] = 4335, + [4336] = 339, + [4337] = 508, + [4338] = 4338, + [4339] = 4339, + [4340] = 4340, + [4341] = 4341, + [4342] = 1708, + [4343] = 4303, + [4344] = 150, + [4345] = 4228, + [4346] = 4263, + [4347] = 1645, + [4348] = 1640, + [4349] = 594, + [4350] = 4350, + [4351] = 540, + [4352] = 4352, + [4353] = 4174, [4354] = 4354, - [4355] = 4138, - [4356] = 4356, - [4357] = 491, - [4358] = 492, - [4359] = 368, - [4360] = 499, + [4355] = 4207, + [4356] = 4211, + [4357] = 4357, + [4358] = 1643, + [4359] = 4359, + [4360] = 473, [4361] = 4361, - [4362] = 4245, - [4363] = 529, - [4364] = 1595, - [4365] = 1596, - [4366] = 1656, - [4367] = 493, - [4368] = 514, - [4369] = 487, + [4362] = 4340, + [4363] = 1580, + [4364] = 1581, + [4365] = 4212, + [4366] = 4194, + [4367] = 509, + [4368] = 498, + [4369] = 4168, [4370] = 4370, - [4371] = 4371, - [4372] = 345, - [4373] = 4370, - [4374] = 1599, - [4375] = 530, - [4376] = 4376, - [4377] = 4248, - [4378] = 4250, - [4379] = 366, - [4380] = 367, - [4381] = 4381, - [4382] = 579, - [4383] = 1638, - [4384] = 579, - [4385] = 4329, - [4386] = 517, - [4387] = 615, - [4388] = 616, - [4389] = 4351, - [4390] = 4390, - [4391] = 502, - [4392] = 503, - [4393] = 606, - [4394] = 4344, - [4395] = 4395, + [4371] = 370, + [4372] = 4170, + [4373] = 1609, + [4374] = 1584, + [4375] = 521, + [4376] = 4190, + [4377] = 379, + [4378] = 503, + [4379] = 510, + [4380] = 485, + [4381] = 504, + [4382] = 4213, + [4383] = 4350, + [4384] = 1583, + [4385] = 531, + [4386] = 614, + [4387] = 504, + [4388] = 641, + [4389] = 4389, + [4390] = 642, + [4391] = 1708, + [4392] = 4361, + [4393] = 1640, + [4394] = 594, + [4395] = 643, [4396] = 4396, - [4397] = 617, - [4398] = 674, - [4399] = 4356, - [4400] = 504, - [4401] = 505, - [4402] = 647, - [4403] = 611, - [4404] = 648, - [4405] = 651, - [4406] = 520, - [4407] = 656, - [4408] = 652, - [4409] = 4409, - [4410] = 653, - [4411] = 4411, - [4412] = 2604, + [4397] = 510, + [4398] = 540, + [4399] = 1711, + [4400] = 2626, + [4401] = 626, + [4402] = 4402, + [4403] = 616, + [4404] = 610, + [4405] = 4405, + [4406] = 4406, + [4407] = 600, + [4408] = 4408, + [4409] = 685, + [4410] = 638, + [4411] = 4302, + [4412] = 612, [4413] = 4413, - [4414] = 4414, - [4415] = 2605, - [4416] = 4416, - [4417] = 4417, - [4418] = 4418, - [4419] = 4419, - [4420] = 4420, - [4421] = 4421, + [4414] = 4322, + [4415] = 645, + [4416] = 617, + [4417] = 646, + [4418] = 647, + [4419] = 618, + [4420] = 648, + [4421] = 2644, [4422] = 4422, - [4423] = 607, - [4424] = 618, + [4423] = 4423, + [4424] = 4424, [4425] = 4425, - [4426] = 603, + [4426] = 4426, [4427] = 4427, - [4428] = 531, - [4429] = 672, - [4430] = 1803, - [4431] = 1804, - [4432] = 529, - [4433] = 638, - [4434] = 639, - [4435] = 654, - [4436] = 4436, - [4437] = 4437, - [4438] = 4438, - [4439] = 2613, - [4440] = 527, - [4441] = 604, - [4442] = 608, - [4443] = 1706, - [4444] = 1707, - [4445] = 609, - [4446] = 1693, - [4447] = 619, - [4448] = 516, - [4449] = 620, - [4450] = 610, - [4451] = 621, - [4452] = 622, - [4453] = 623, - [4454] = 4454, - [4455] = 2630, + [4428] = 1645, + [4429] = 4429, + [4430] = 4430, + [4431] = 508, + [4432] = 4432, + [4433] = 621, + [4434] = 4434, + [4435] = 4335, + [4436] = 509, + [4437] = 2627, + [4438] = 4341, + [4439] = 4439, + [4440] = 4440, + [4441] = 627, + [4442] = 1730, + [4443] = 649, + [4444] = 1731, + [4445] = 650, + [4446] = 4446, + [4447] = 319, + [4448] = 4448, + [4449] = 651, + [4450] = 652, + [4451] = 4451, + [4452] = 4452, + [4453] = 1643, + [4454] = 683, + [4455] = 684, [4456] = 4456, - [4457] = 4457, + [4457] = 2654, [4458] = 4458, - [4459] = 579, - [4460] = 4460, + [4459] = 4459, + [4460] = 632, [4461] = 4461, [4462] = 4462, - [4463] = 530, - [4464] = 4464, - [4465] = 4465, - [4466] = 4466, - [4467] = 2663, - [4468] = 1798, - [4469] = 2630, - [4470] = 1698, - [4471] = 4471, - [4472] = 675, - [4473] = 4473, - [4474] = 4474, - [4475] = 322, - [4476] = 646, - [4477] = 602, - [4478] = 319, - [4479] = 327, - [4480] = 367, - [4481] = 636, - [4482] = 605, - [4483] = 4483, - [4484] = 4322, + [4463] = 4463, + [4464] = 4359, + [4465] = 318, + [4466] = 331, + [4467] = 633, + [4468] = 375, + [4469] = 604, + [4470] = 605, + [4471] = 625, + [4472] = 384, + [4473] = 326, + [4474] = 503, + [4475] = 4475, + [4476] = 379, + [4477] = 622, + [4478] = 370, + [4479] = 4479, + [4480] = 634, + [4481] = 653, + [4482] = 635, + [4483] = 636, + [4484] = 602, [4485] = 4485, [4486] = 4486, - [4487] = 366, - [4488] = 4488, - [4489] = 335, - [4490] = 4490, - [4491] = 4491, - [4492] = 368, - [4493] = 369, - [4494] = 1656, - [4495] = 4495, - [4496] = 4496, + [4487] = 4487, + [4488] = 606, + [4489] = 4489, + [4490] = 654, + [4491] = 644, + [4492] = 4492, + [4493] = 1727, + [4494] = 607, + [4495] = 623, + [4496] = 608, [4497] = 4497, - [4498] = 4498, - [4499] = 612, - [4500] = 1638, - [4501] = 657, - [4502] = 658, - [4503] = 1669, - [4504] = 528, - [4505] = 4354, - [4506] = 649, - [4507] = 345, - [4508] = 645, - [4509] = 659, - [4510] = 660, - [4511] = 4511, - [4512] = 4381, - [4513] = 624, - [4514] = 625, - [4515] = 626, - [4516] = 627, + [4498] = 631, + [4499] = 4499, + [4500] = 1722, + [4501] = 4501, + [4502] = 4502, + [4503] = 4503, + [4504] = 553, + [4505] = 526, + [4506] = 2663, + [4507] = 4507, + [4508] = 521, + [4509] = 527, + [4510] = 609, + [4511] = 528, + [4512] = 339, + [4513] = 4513, + [4514] = 4514, + [4515] = 4515, + [4516] = 620, [4517] = 4517, - [4518] = 2604, - [4519] = 2605, - [4520] = 1734, - [4521] = 613, - [4522] = 1735, - [4523] = 628, - [4524] = 521, + [4518] = 4357, + [4519] = 530, + [4520] = 594, + [4521] = 628, + [4522] = 611, + [4523] = 619, + [4524] = 4524, [4525] = 629, - [4526] = 685, - [4527] = 662, - [4528] = 614, - [4529] = 514, - [4530] = 4361, - [4531] = 637, - [4532] = 2362, - [4533] = 664, - [4534] = 2663, - [4535] = 655, - [4536] = 2613, - [4537] = 1738, - [4538] = 1739, - [4539] = 673, - [4540] = 4540, - [4541] = 665, - [4542] = 601, - [4543] = 4543, - [4544] = 4544, - [4545] = 4545, - [4546] = 4546, - [4547] = 4547, - [4548] = 4548, + [4526] = 630, + [4527] = 1716, + [4528] = 2644, + [4529] = 1717, + [4530] = 531, + [4531] = 4531, + [4532] = 2663, + [4533] = 1728, + [4534] = 603, + [4535] = 533, + [4536] = 4329, + [4537] = 2626, + [4538] = 639, + [4539] = 1690, + [4540] = 1689, + [4541] = 640, + [4542] = 2415, + [4543] = 2654, + [4544] = 637, + [4545] = 613, + [4546] = 615, + [4547] = 2627, + [4548] = 1723, [4549] = 4549, - [4550] = 4550, - [4551] = 4551, - [4552] = 4552, - [4553] = 648, - [4554] = 614, - [4555] = 613, + [4550] = 644, + [4551] = 604, + [4552] = 652, + [4553] = 4492, + [4554] = 648, + [4555] = 631, [4556] = 4556, - [4557] = 621, - [4558] = 4551, - [4559] = 2362, + [4557] = 4557, + [4558] = 4558, + [4559] = 1727, [4560] = 4560, - [4561] = 574, - [4562] = 578, - [4563] = 617, - [4564] = 4564, - [4565] = 317, - [4566] = 4566, + [4561] = 4524, + [4562] = 629, + [4563] = 604, + [4564] = 653, + [4565] = 634, + [4566] = 649, [4567] = 4567, - [4568] = 605, - [4569] = 4569, - [4570] = 4570, - [4571] = 638, - [4572] = 665, - [4573] = 1803, + [4568] = 617, + [4569] = 618, + [4570] = 331, + [4571] = 4571, + [4572] = 4572, + [4573] = 605, [4574] = 4574, [4575] = 4575, - [4576] = 4576, + [4576] = 619, [4577] = 4577, - [4578] = 1804, - [4579] = 639, - [4580] = 4409, - [4581] = 624, - [4582] = 651, - [4583] = 662, - [4584] = 601, - [4585] = 624, - [4586] = 636, - [4587] = 4587, - [4588] = 618, - [4589] = 602, - [4590] = 603, - [4591] = 604, - [4592] = 4592, - [4593] = 4593, - [4594] = 606, - [4595] = 607, - [4596] = 4596, - [4597] = 351, - [4598] = 605, - [4599] = 1734, - [4600] = 4600, - [4601] = 4601, - [4602] = 622, + [4578] = 1722, + [4579] = 628, + [4580] = 1723, + [4581] = 620, + [4582] = 2541, + [4583] = 4583, + [4584] = 4584, + [4585] = 558, + [4586] = 4586, + [4587] = 621, + [4588] = 622, + [4589] = 4589, + [4590] = 2627, + [4591] = 623, + [4592] = 2654, + [4593] = 650, + [4594] = 639, + [4595] = 651, + [4596] = 637, + [4597] = 645, + [4598] = 4598, + [4599] = 4599, + [4600] = 640, + [4601] = 2415, + [4602] = 646, [4603] = 4603, - [4604] = 637, - [4605] = 627, + [4604] = 4604, + [4605] = 641, [4606] = 4606, - [4607] = 4607, - [4608] = 606, - [4609] = 607, - [4610] = 1735, - [4611] = 4611, + [4607] = 652, + [4608] = 4524, + [4609] = 642, + [4610] = 4610, + [4611] = 1804, [4612] = 4612, [4613] = 4613, [4614] = 4614, - [4615] = 4414, - [4616] = 4616, - [4617] = 4567, - [4618] = 619, - [4619] = 620, - [4620] = 657, - [4621] = 327, - [4622] = 4622, - [4623] = 625, - [4624] = 623, + [4615] = 4615, + [4616] = 631, + [4617] = 4617, + [4618] = 4502, + [4619] = 4619, + [4620] = 643, + [4621] = 4621, + [4622] = 647, + [4623] = 4623, + [4624] = 302, [4625] = 4625, - [4626] = 4626, - [4627] = 651, + [4626] = 4586, + [4627] = 653, [4628] = 4628, - [4629] = 625, - [4630] = 1706, + [4629] = 1728, + [4630] = 643, [4631] = 4631, - [4632] = 335, - [4633] = 4633, + [4632] = 4632, + [4633] = 4425, [4634] = 4634, - [4635] = 4418, - [4636] = 4417, - [4637] = 621, - [4638] = 4622, - [4639] = 4639, - [4640] = 340, + [4635] = 4635, + [4636] = 1730, + [4637] = 4637, + [4638] = 4638, + [4639] = 337, + [4640] = 634, [4641] = 4641, - [4642] = 4419, - [4643] = 656, - [4644] = 4644, - [4645] = 4645, - [4646] = 614, - [4647] = 612, + [4642] = 650, + [4643] = 4575, + [4644] = 4583, + [4645] = 635, + [4646] = 4603, + [4647] = 636, [4648] = 4648, - [4649] = 4413, - [4650] = 341, - [4651] = 618, + [4649] = 4649, + [4650] = 606, + [4651] = 4424, [4652] = 4652, - [4653] = 318, - [4654] = 4547, - [4655] = 4655, - [4656] = 4656, - [4657] = 655, - [4658] = 4549, + [4653] = 4653, + [4654] = 4654, + [4655] = 639, + [4656] = 4426, + [4657] = 4657, + [4658] = 630, [4659] = 4659, - [4660] = 1707, - [4661] = 616, + [4660] = 649, + [4661] = 323, [4662] = 4662, - [4663] = 342, - [4664] = 609, - [4665] = 4665, - [4666] = 337, - [4667] = 2604, + [4663] = 602, + [4664] = 4427, + [4665] = 654, + [4666] = 611, + [4667] = 1373, [4668] = 4668, - [4669] = 622, - [4670] = 611, - [4671] = 343, - [4672] = 4672, - [4673] = 660, - [4674] = 623, - [4675] = 4675, - [4676] = 672, - [4677] = 4677, - [4678] = 4678, - [4679] = 613, - [4680] = 4680, - [4681] = 648, - [4682] = 626, - [4683] = 4655, - [4684] = 603, + [4669] = 326, + [4670] = 4429, + [4671] = 607, + [4672] = 627, + [4673] = 4673, + [4674] = 4432, + [4675] = 4632, + [4676] = 626, + [4677] = 1716, + [4678] = 1717, + [4679] = 555, + [4680] = 642, + [4681] = 4681, + [4682] = 556, + [4683] = 602, + [4684] = 4684, [4685] = 4685, - [4686] = 656, - [4687] = 616, - [4688] = 4420, - [4689] = 1345, - [4690] = 673, - [4691] = 4691, - [4692] = 4692, - [4693] = 615, - [4694] = 617, - [4695] = 604, - [4696] = 4696, - [4697] = 639, - [4698] = 627, - [4699] = 317, - [4700] = 4700, - [4701] = 664, - [4702] = 4422, - [4703] = 4457, - [4704] = 4458, - [4705] = 4460, - [4706] = 4411, - [4707] = 4437, - [4708] = 4490, - [4709] = 4495, - [4710] = 4438, - [4711] = 2613, - [4712] = 4540, - [4713] = 4390, - [4714] = 4543, - [4715] = 615, - [4716] = 4716, - [4717] = 4717, - [4718] = 4718, - [4719] = 4483, - [4720] = 4395, - [4721] = 626, - [4722] = 4639, - [4723] = 4421, - [4724] = 1738, - [4725] = 1739, - [4726] = 4726, - [4727] = 658, - [4728] = 675, - [4729] = 4473, - [4730] = 608, - [4731] = 628, - [4732] = 609, - [4733] = 610, - [4734] = 4734, - [4735] = 685, - [4736] = 659, + [4686] = 608, + [4687] = 600, + [4688] = 638, + [4689] = 4557, + [4690] = 628, + [4691] = 4558, + [4692] = 638, + [4693] = 616, + [4694] = 600, + [4695] = 350, + [4696] = 640, + [4697] = 603, + [4698] = 4698, + [4699] = 302, + [4700] = 611, + [4701] = 610, + [4702] = 632, + [4703] = 633, + [4704] = 685, + [4705] = 4705, + [4706] = 4706, + [4707] = 4707, + [4708] = 4485, + [4709] = 4402, + [4710] = 4439, + [4711] = 4440, + [4712] = 4458, + [4713] = 4459, + [4714] = 4461, + [4715] = 4462, + [4716] = 632, + [4717] = 685, + [4718] = 4489, + [4719] = 4513, + [4720] = 4396, + [4721] = 4434, + [4722] = 2644, + [4723] = 342, + [4724] = 633, + [4725] = 4503, + [4726] = 637, + [4727] = 635, + [4728] = 4728, + [4729] = 654, + [4730] = 683, + [4731] = 616, + [4732] = 636, + [4733] = 4733, + [4734] = 613, + [4735] = 1803, + [4736] = 4736, [4737] = 4737, - [4738] = 645, - [4739] = 646, - [4740] = 629, - [4741] = 1785, - [4742] = 647, - [4743] = 2630, - [4744] = 628, - [4745] = 4745, - [4746] = 4746, + [4738] = 4738, + [4739] = 4739, + [4740] = 614, + [4741] = 4741, + [4742] = 610, + [4743] = 612, + [4744] = 4557, + [4745] = 629, + [4746] = 630, [4747] = 4747, - [4748] = 1786, - [4749] = 619, + [4748] = 4748, + [4749] = 4749, [4750] = 4750, [4751] = 4751, [4752] = 4752, - [4753] = 620, + [4753] = 4753, [4754] = 4754, [4755] = 4755, [4756] = 4756, - [4757] = 4757, + [4757] = 2626, [4758] = 4758, - [4759] = 629, + [4759] = 4759, [4760] = 4760, [4761] = 4761, - [4762] = 318, - [4763] = 608, - [4764] = 674, - [4765] = 4655, - [4766] = 649, + [4762] = 4762, + [4763] = 4763, + [4764] = 4764, + [4765] = 4765, + [4766] = 4766, [4767] = 4767, - [4768] = 4768, - [4769] = 601, - [4770] = 2461, - [4771] = 4771, + [4768] = 612, + [4769] = 4769, + [4770] = 615, + [4771] = 651, [4772] = 4772, - [4773] = 649, - [4774] = 4774, - [4775] = 4775, + [4773] = 648, + [4774] = 1711, + [4775] = 645, [4776] = 4776, - [4777] = 652, - [4778] = 653, - [4779] = 654, - [4780] = 573, - [4781] = 611, - [4782] = 610, - [4783] = 636, + [4777] = 340, + [4778] = 2663, + [4779] = 646, + [4780] = 338, + [4781] = 684, + [4782] = 4782, + [4783] = 4783, [4784] = 4784, [4785] = 4785, [4786] = 4786, [4787] = 4787, - [4788] = 2523, + [4788] = 4788, [4789] = 4789, [4790] = 4790, - [4791] = 2663, - [4792] = 4438, - [4793] = 612, - [4794] = 2605, - [4795] = 602, - [4796] = 4796, - [4797] = 638, - [4798] = 4631, - [4799] = 4799, + [4791] = 4456, + [4792] = 2532, + [4793] = 647, + [4794] = 4625, + [4795] = 323, + [4796] = 605, + [4797] = 627, + [4798] = 641, + [4799] = 625, [4800] = 4800, - [4801] = 322, - [4802] = 4802, - [4803] = 319, - [4804] = 4804, + [4801] = 609, + [4802] = 341, + [4803] = 1731, + [4804] = 4698, [4805] = 4805, [4806] = 4806, [4807] = 4807, [4808] = 4808, - [4809] = 4809, - [4810] = 4810, + [4809] = 319, + [4810] = 318, [4811] = 4811, - [4812] = 2362, + [4812] = 4812, [4813] = 4813, [4814] = 4814, - [4815] = 4648, - [4816] = 330, - [4817] = 331, - [4818] = 332, - [4819] = 320, - [4820] = 4796, - [4821] = 4560, - [4822] = 4822, - [4823] = 321, - [4824] = 4824, - [4825] = 4825, - [4826] = 4826, - [4827] = 340, + [4815] = 4815, + [4816] = 4816, + [4817] = 4817, + [4818] = 2415, + [4819] = 4819, + [4820] = 4820, + [4821] = 4623, + [4822] = 334, + [4823] = 335, + [4824] = 325, + [4825] = 4631, + [4826] = 321, + [4827] = 4668, [4828] = 4828, - [4829] = 341, - [4830] = 342, - [4831] = 343, + [4829] = 322, + [4830] = 4830, + [4831] = 4831, [4832] = 4832, [4833] = 4833, - [4834] = 4834, - [4835] = 637, - [4836] = 139, - [4837] = 685, - [4838] = 645, - [4839] = 646, - [4840] = 647, - [4841] = 138, - [4842] = 652, - [4843] = 653, - [4844] = 654, - [4845] = 657, - [4846] = 658, - [4847] = 659, - [4848] = 660, - [4849] = 662, - [4850] = 664, - [4851] = 665, - [4852] = 1785, - [4853] = 1786, - [4854] = 4854, - [4855] = 4606, - [4856] = 1351, - [4857] = 4857, - [4858] = 4787, - [4859] = 4859, + [4834] = 350, + [4835] = 4835, + [4836] = 342, + [4837] = 340, + [4838] = 341, + [4839] = 4839, + [4840] = 4840, + [4841] = 603, + [4842] = 139, + [4843] = 606, + [4844] = 607, + [4845] = 608, + [4846] = 609, + [4847] = 138, + [4848] = 613, + [4849] = 614, + [4850] = 615, + [4851] = 617, + [4852] = 618, + [4853] = 619, + [4854] = 620, + [4855] = 621, + [4856] = 622, + [4857] = 623, + [4858] = 1803, + [4859] = 1804, [4860] = 4860, - [4861] = 4861, - [4862] = 4862, - [4863] = 4784, - [4864] = 4592, - [4865] = 4438, + [4861] = 4621, + [4862] = 1359, + [4863] = 4863, + [4864] = 4681, + [4865] = 4865, [4866] = 4866, - [4867] = 4854, + [4867] = 4867, [4868] = 4868, - [4869] = 4869, - [4870] = 4870, - [4871] = 4871, - [4872] = 4872, + [4869] = 4617, + [4870] = 4807, + [4871] = 4619, + [4872] = 4524, [4873] = 4873, [4874] = 4874, - [4875] = 4875, + [4875] = 4860, [4876] = 4876, [4877] = 4877, [4878] = 4878, [4879] = 4879, [4880] = 4880, - [4881] = 1345, - [4882] = 4871, - [4883] = 321, - [4884] = 4675, - [4885] = 4691, + [4881] = 4881, + [4882] = 4882, + [4883] = 4883, + [4884] = 4884, + [4885] = 4885, [4886] = 4886, [4887] = 4887, [4888] = 4888, - [4889] = 4717, - [4890] = 4776, - [4891] = 4626, - [4892] = 319, - [4893] = 4893, + [4889] = 1373, + [4890] = 4879, + [4891] = 322, + [4892] = 4685, + [4893] = 4733, [4894] = 4894, - [4895] = 322, - [4896] = 4862, + [4895] = 4895, + [4896] = 4584, [4897] = 4897, - [4898] = 4898, - [4899] = 4899, - [4900] = 2523, + [4898] = 4634, + [4899] = 4637, + [4900] = 318, [4901] = 4901, [4902] = 4902, - [4903] = 4903, - [4904] = 4904, + [4903] = 4868, + [4904] = 319, [4905] = 4905, [4906] = 4906, [4907] = 4907, [4908] = 4908, [4909] = 4909, - [4910] = 4910, - [4911] = 329, - [4912] = 330, - [4913] = 331, - [4914] = 332, + [4910] = 2532, + [4911] = 4911, + [4912] = 4912, + [4913] = 4913, + [4914] = 4914, [4915] = 4915, - [4916] = 4587, - [4917] = 4685, - [4918] = 4718, - [4919] = 4612, - [4920] = 2461, - [4921] = 4871, - [4922] = 4922, - [4923] = 4923, - [4924] = 4924, - [4925] = 4925, - [4926] = 4926, - [4927] = 4927, - [4928] = 4928, - [4929] = 4746, - [4930] = 4930, + [4916] = 4916, + [4917] = 4917, + [4918] = 4918, + [4919] = 4919, + [4920] = 333, + [4921] = 4684, + [4922] = 334, + [4923] = 335, + [4924] = 325, + [4925] = 4705, + [4926] = 4652, + [4927] = 4653, + [4928] = 2541, + [4929] = 4929, + [4930] = 4879, [4931] = 4931, [4932] = 4932, [4933] = 4933, [4934] = 4934, [4935] = 4935, [4936] = 4936, - [4937] = 4937, + [4937] = 4628, [4938] = 4938, - [4939] = 137, + [4939] = 4939, [4940] = 4940, [4941] = 4941, - [4942] = 672, - [4943] = 674, - [4944] = 2746, - [4945] = 4806, - [4946] = 320, - [4947] = 4422, - [4948] = 329, - [4949] = 4457, - [4950] = 4458, - [4951] = 4460, - [4952] = 4411, - [4953] = 4437, - [4954] = 4490, - [4955] = 4495, - [4956] = 4540, - [4957] = 4390, - [4958] = 4543, - [4959] = 4483, - [4960] = 322, - [4961] = 4758, - [4962] = 4760, - [4963] = 4893, - [4964] = 319, - [4965] = 4655, - [4966] = 4768, - [4967] = 4616, - [4968] = 4968, - [4969] = 319, - [4970] = 2523, - [4971] = 4971, - [4972] = 4972, - [4973] = 322, - [4974] = 4974, - [4975] = 335, + [4942] = 4942, + [4943] = 4943, + [4944] = 4944, + [4945] = 4945, + [4946] = 4946, + [4947] = 137, + [4948] = 4948, + [4949] = 4949, + [4950] = 625, + [4951] = 626, + [4952] = 2745, + [4953] = 321, + [4954] = 4874, + [4955] = 333, + [4956] = 4485, + [4957] = 4402, + [4958] = 4439, + [4959] = 4440, + [4960] = 4458, + [4961] = 4459, + [4962] = 4461, + [4963] = 4462, + [4964] = 4489, + [4965] = 4513, + [4966] = 4396, + [4967] = 4503, + [4968] = 319, + [4969] = 4571, + [4970] = 4574, + [4971] = 4901, + [4972] = 318, + [4973] = 4557, + [4974] = 4577, + [4975] = 4556, [4976] = 4976, - [4977] = 1392, - [4978] = 319, - [4979] = 4979, - [4980] = 4971, - [4981] = 327, - [4982] = 436, - [4983] = 412, - [4984] = 318, + [4977] = 403, + [4978] = 323, + [4979] = 1387, + [4980] = 4980, + [4981] = 4981, + [4982] = 4982, + [4983] = 326, + [4984] = 4984, [4985] = 4985, - [4986] = 4972, - [4987] = 335, - [4988] = 4972, - [4989] = 4989, + [4986] = 326, + [4987] = 4980, + [4988] = 2532, + [4989] = 4980, [4990] = 4990, [4991] = 4991, - [4992] = 413, - [4993] = 415, - [4994] = 417, - [4995] = 4995, - [4996] = 322, - [4997] = 419, - [4998] = 420, - [4999] = 421, - [5000] = 422, - [5001] = 384, - [5002] = 423, - [5003] = 424, - [5004] = 425, - [5005] = 426, - [5006] = 427, - [5007] = 428, - [5008] = 429, - [5009] = 430, - [5010] = 431, - [5011] = 432, - [5012] = 433, - [5013] = 137, - [5014] = 327, - [5015] = 4974, - [5016] = 4985, - [5017] = 327, - [5018] = 4972, - [5019] = 5019, - [5020] = 1383, - [5021] = 335, - [5022] = 4985, - [5023] = 4655, - [5024] = 322, - [5025] = 2461, - [5026] = 319, - [5027] = 418, - [5028] = 431, - [5029] = 5029, - [5030] = 5030, - [5031] = 5031, - [5032] = 413, - [5033] = 436, - [5034] = 5034, + [4992] = 4992, + [4993] = 4993, + [4994] = 1418, + [4995] = 319, + [4996] = 4996, + [4997] = 398, + [4998] = 318, + [4999] = 404, + [5000] = 438, + [5001] = 5001, + [5002] = 411, + [5003] = 412, + [5004] = 319, + [5005] = 414, + [5006] = 415, + [5007] = 416, + [5008] = 417, + [5009] = 418, + [5010] = 419, + [5011] = 420, + [5012] = 421, + [5013] = 422, + [5014] = 423, + [5015] = 425, + [5016] = 426, + [5017] = 428, + [5018] = 437, + [5019] = 137, + [5020] = 5001, + [5021] = 331, + [5022] = 5022, + [5023] = 5023, + [5024] = 4991, + [5025] = 5025, + [5026] = 331, + [5027] = 331, + [5028] = 4980, + [5029] = 410, + [5030] = 326, + [5031] = 4991, + [5032] = 4557, + [5033] = 318, + [5034] = 319, [5035] = 5035, - [5036] = 5029, - [5037] = 343, - [5038] = 330, + [5036] = 2541, + [5037] = 318, + [5038] = 413, [5039] = 331, - [5040] = 332, - [5041] = 415, - [5042] = 5042, - [5043] = 5043, - [5044] = 322, - [5045] = 417, - [5046] = 418, - [5047] = 419, - [5048] = 420, - [5049] = 421, - [5050] = 422, - [5051] = 384, - [5052] = 423, - [5053] = 424, - [5054] = 425, - [5055] = 426, - [5056] = 427, - [5057] = 428, - [5058] = 429, - [5059] = 430, - [5060] = 335, - [5061] = 432, - [5062] = 433, - [5063] = 412, - [5064] = 1345, - [5065] = 5065, - [5066] = 5042, - [5067] = 345, - [5068] = 5043, - [5069] = 2535, + [5040] = 413, + [5041] = 414, + [5042] = 415, + [5043] = 416, + [5044] = 417, + [5045] = 418, + [5046] = 419, + [5047] = 420, + [5048] = 421, + [5049] = 422, + [5050] = 423, + [5051] = 425, + [5052] = 426, + [5053] = 428, + [5054] = 437, + [5055] = 144, + [5056] = 137, + [5057] = 319, + [5058] = 1373, + [5059] = 190, + [5060] = 403, + [5061] = 5061, + [5062] = 1373, + [5063] = 339, + [5064] = 333, + [5065] = 318, + [5066] = 5066, + [5067] = 2475, + [5068] = 340, + [5069] = 5035, [5070] = 341, - [5071] = 189, - [5072] = 319, - [5073] = 5073, - [5074] = 343, - [5075] = 5030, - [5076] = 139, - [5077] = 340, - [5078] = 138, - [5079] = 5031, - [5080] = 141, - [5081] = 337, - [5082] = 137, - [5083] = 341, - [5084] = 145, - [5085] = 335, - [5086] = 327, - [5087] = 5035, + [5071] = 5071, + [5072] = 337, + [5073] = 331, + [5074] = 342, + [5075] = 5075, + [5076] = 5076, + [5077] = 5075, + [5078] = 398, + [5079] = 5076, + [5080] = 5080, + [5081] = 5081, + [5082] = 341, + [5083] = 334, + [5084] = 335, + [5085] = 5080, + [5086] = 5081, + [5087] = 5087, [5088] = 5088, - [5089] = 5042, - [5090] = 5043, - [5091] = 5035, - [5092] = 5029, - [5093] = 329, - [5094] = 340, - [5095] = 5035, - [5096] = 5029, - [5097] = 5035, - [5098] = 5029, - [5099] = 5035, - [5100] = 5029, - [5101] = 5035, - [5102] = 5029, - [5103] = 5035, - [5104] = 5029, - [5105] = 5035, - [5106] = 5029, - [5107] = 5029, - [5108] = 144, - [5109] = 5065, - [5110] = 1345, - [5111] = 137, - [5112] = 5030, - [5113] = 5035, - [5114] = 351, - [5115] = 5115, - [5116] = 5029, - [5117] = 5117, - [5118] = 5118, - [5119] = 5119, - [5120] = 340, - [5121] = 5042, + [5089] = 5087, + [5090] = 5080, + [5091] = 5081, + [5092] = 325, + [5093] = 5080, + [5094] = 5081, + [5095] = 5088, + [5096] = 5080, + [5097] = 5081, + [5098] = 139, + [5099] = 143, + [5100] = 5081, + [5101] = 5080, + [5102] = 5081, + [5103] = 5080, + [5104] = 5081, + [5105] = 5080, + [5106] = 5081, + [5107] = 5081, + [5108] = 5061, + [5109] = 138, + [5110] = 404, + [5111] = 4982, + [5112] = 5075, + [5113] = 351, + [5114] = 5087, + [5115] = 5087, + [5116] = 338, + [5117] = 5088, + [5118] = 5088, + [5119] = 330, + [5120] = 5120, + [5121] = 5121, [5122] = 5122, - [5123] = 341, - [5124] = 5031, - [5125] = 342, - [5126] = 5126, - [5127] = 322, - [5128] = 344, - [5129] = 342, - [5130] = 5035, - [5131] = 343, - [5132] = 5132, - [5133] = 342, - [5134] = 327, - [5135] = 142, - [5136] = 335, - [5137] = 5035, - [5138] = 5043, - [5139] = 5034, - [5140] = 319, - [5141] = 327, - [5142] = 326, - [5143] = 5029, - [5144] = 343, - [5145] = 5145, - [5146] = 143, - [5147] = 5147, - [5148] = 5148, - [5149] = 5145, - [5150] = 5148, - [5151] = 355, - [5152] = 5152, - [5153] = 5153, - [5154] = 5154, - [5155] = 5155, - [5156] = 342, - [5157] = 5157, + [5123] = 319, + [5124] = 350, + [5125] = 340, + [5126] = 350, + [5127] = 145, + [5128] = 5071, + [5129] = 142, + [5130] = 342, + [5131] = 5076, + [5132] = 326, + [5133] = 5080, + [5134] = 318, + [5135] = 5080, + [5136] = 438, + [5137] = 340, + [5138] = 5081, + [5139] = 5066, + [5140] = 5140, + [5141] = 341, + [5142] = 137, + [5143] = 410, + [5144] = 5081, + [5145] = 5025, + [5146] = 4984, + [5147] = 4985, + [5148] = 326, + [5149] = 326, + [5150] = 5080, + [5151] = 411, + [5152] = 342, + [5153] = 412, + [5154] = 331, + [5155] = 350, + [5156] = 5080, + [5157] = 139, [5158] = 5158, - [5159] = 5147, - [5160] = 345, - [5161] = 340, - [5162] = 139, - [5163] = 138, - [5164] = 141, - [5165] = 145, - [5166] = 144, - [5167] = 1590, - [5168] = 142, - [5169] = 139, - [5170] = 5158, - [5171] = 5155, - [5172] = 436, - [5173] = 352, - [5174] = 341, - [5175] = 343, - [5176] = 5152, - [5177] = 5157, - [5178] = 138, - [5179] = 5158, - [5180] = 345, - [5181] = 319, - [5182] = 327, - [5183] = 5158, - [5184] = 5148, - [5185] = 5145, - [5186] = 5147, - [5187] = 5152, - [5188] = 5157, - [5189] = 5158, - [5190] = 5190, - [5191] = 327, - [5192] = 5152, - [5193] = 5158, - [5194] = 5088, - [5195] = 412, - [5196] = 5152, - [5197] = 5158, - [5198] = 335, - [5199] = 5152, - [5200] = 5158, - [5201] = 5145, - [5202] = 5157, - [5203] = 5152, - [5204] = 5158, - [5205] = 5147, - [5206] = 5152, - [5207] = 5158, - [5208] = 335, - [5209] = 5152, - [5210] = 5158, - [5211] = 5152, - [5212] = 5158, - [5213] = 5152, - [5214] = 5158, - [5215] = 5215, - [5216] = 342, - [5217] = 5158, - [5218] = 5152, - [5219] = 5152, - [5220] = 5152, - [5221] = 5152, - [5222] = 5152, - [5223] = 5190, - [5224] = 5152, - [5225] = 5158, - [5226] = 5126, - [5227] = 5148, - [5228] = 344, - [5229] = 5115, - [5230] = 140, - [5231] = 5231, - [5232] = 5231, - [5233] = 191, - [5234] = 5153, - [5235] = 322, - [5236] = 413, - [5237] = 436, - [5238] = 415, - [5239] = 412, - [5240] = 417, - [5241] = 418, - [5242] = 419, - [5243] = 5158, - [5244] = 420, - [5245] = 421, - [5246] = 422, - [5247] = 384, - [5248] = 423, - [5249] = 5231, - [5250] = 5153, - [5251] = 424, - [5252] = 5119, - [5253] = 425, - [5254] = 5122, - [5255] = 340, - [5256] = 426, - [5257] = 427, - [5258] = 428, - [5259] = 341, - [5260] = 1345, - [5261] = 429, - [5262] = 342, - [5263] = 1622, - [5264] = 430, - [5265] = 343, - [5266] = 431, - [5267] = 432, - [5268] = 433, - [5269] = 340, - [5270] = 341, - [5271] = 5158, - [5272] = 344, - [5273] = 5152, - [5274] = 5274, - [5275] = 5275, - [5276] = 5276, - [5277] = 5277, - [5278] = 579, - [5279] = 5279, - [5280] = 5280, - [5281] = 527, - [5282] = 369, + [5159] = 331, + [5160] = 339, + [5161] = 410, + [5162] = 361, + [5163] = 326, + [5164] = 5164, + [5165] = 138, + [5166] = 139, + [5167] = 403, + [5168] = 5168, + [5169] = 5169, + [5170] = 398, + [5171] = 410, + [5172] = 404, + [5173] = 403, + [5174] = 438, + [5175] = 411, + [5176] = 412, + [5177] = 413, + [5178] = 414, + [5179] = 415, + [5180] = 416, + [5181] = 417, + [5182] = 418, + [5183] = 419, + [5184] = 420, + [5185] = 421, + [5186] = 422, + [5187] = 423, + [5188] = 425, + [5189] = 426, + [5190] = 428, + [5191] = 437, + [5192] = 5192, + [5193] = 5164, + [5194] = 138, + [5195] = 339, + [5196] = 5196, + [5197] = 353, + [5198] = 142, + [5199] = 143, + [5200] = 144, + [5201] = 145, + [5202] = 5158, + [5203] = 5192, + [5204] = 318, + [5205] = 351, + [5206] = 319, + [5207] = 5168, + [5208] = 5169, + [5209] = 1609, + [5210] = 5168, + [5211] = 5169, + [5212] = 5192, + [5213] = 5164, + [5214] = 5196, + [5215] = 5158, + [5216] = 5168, + [5217] = 5196, + [5218] = 5168, + [5219] = 5168, + [5220] = 5196, + [5221] = 340, + [5222] = 5196, + [5223] = 5168, + [5224] = 5196, + [5225] = 5168, + [5226] = 5196, + [5227] = 5168, + [5228] = 5196, + [5229] = 5168, + [5230] = 5192, + [5231] = 5196, + [5232] = 5168, + [5233] = 5196, + [5234] = 5168, + [5235] = 5235, + [5236] = 5196, + [5237] = 5168, + [5238] = 5196, + [5239] = 5196, + [5240] = 5196, + [5241] = 5196, + [5242] = 5196, + [5243] = 5196, + [5244] = 5164, + [5245] = 350, + [5246] = 5246, + [5247] = 5246, + [5248] = 342, + [5249] = 5249, + [5250] = 340, + [5251] = 191, + [5252] = 5249, + [5253] = 5253, + [5254] = 5168, + [5255] = 5158, + [5256] = 341, + [5257] = 5246, + [5258] = 5249, + [5259] = 1611, + [5260] = 5168, + [5261] = 331, + [5262] = 350, + [5263] = 5196, + [5264] = 342, + [5265] = 1373, + [5266] = 340, + [5267] = 326, + [5268] = 341, + [5269] = 141, + [5270] = 350, + [5271] = 140, + [5272] = 342, + [5273] = 5168, + [5274] = 5169, + [5275] = 351, + [5276] = 341, + [5277] = 5168, + [5278] = 5278, + [5279] = 5278, + [5280] = 141, + [5281] = 1609, + [5282] = 140, [5283] = 5283, [5284] = 5284, - [5285] = 137, - [5286] = 5274, - [5287] = 143, - [5288] = 5288, - [5289] = 5274, - [5290] = 343, - [5291] = 335, - [5292] = 367, - [5293] = 341, - [5294] = 5274, - [5295] = 368, - [5296] = 141, - [5297] = 1345, - [5298] = 148, + [5285] = 1373, + [5286] = 139, + [5287] = 138, + [5288] = 137, + [5289] = 140, + [5290] = 1640, + [5291] = 510, + [5292] = 5292, + [5293] = 350, + [5294] = 379, + [5295] = 5295, + [5296] = 5296, + [5297] = 5297, + [5298] = 370, [5299] = 5299, - [5300] = 5274, - [5301] = 355, - [5302] = 1669, - [5303] = 366, - [5304] = 5277, - [5305] = 5274, + [5300] = 361, + [5301] = 331, + [5302] = 5302, + [5303] = 351, + [5304] = 5304, + [5305] = 5305, [5306] = 5306, [5307] = 5307, - [5308] = 342, - [5309] = 5307, + [5308] = 5308, + [5309] = 5235, [5310] = 5310, - [5311] = 5274, + [5311] = 5311, [5312] = 5312, [5313] = 5313, - [5314] = 345, - [5315] = 5315, - [5316] = 5274, + [5314] = 5314, + [5315] = 5299, + [5316] = 5316, [5317] = 5317, - [5318] = 341, - [5319] = 1622, + [5318] = 5318, + [5319] = 5319, [5320] = 5320, - [5321] = 5274, - [5322] = 5322, - [5323] = 342, - [5324] = 343, + [5321] = 5292, + [5322] = 5295, + [5323] = 5296, + [5324] = 5297, [5325] = 5325, - [5326] = 5274, - [5327] = 140, - [5328] = 5274, - [5329] = 5277, - [5330] = 5274, - [5331] = 5307, - [5332] = 143, - [5333] = 5333, - [5334] = 5274, - [5335] = 1698, - [5336] = 147, - [5337] = 5274, - [5338] = 5276, - [5339] = 5274, - [5340] = 5288, - [5341] = 5274, - [5342] = 5342, - [5343] = 5274, - [5344] = 5344, - [5345] = 5274, - [5346] = 5274, - [5347] = 5274, - [5348] = 5274, - [5349] = 5274, - [5350] = 5274, - [5351] = 5274, - [5352] = 5274, - [5353] = 5274, - [5354] = 5274, - [5355] = 5274, - [5356] = 5276, - [5357] = 5288, - [5358] = 137, - [5359] = 5325, - [5360] = 5360, - [5361] = 5275, - [5362] = 5279, - [5363] = 1638, - [5364] = 352, - [5365] = 5299, - [5366] = 344, - [5367] = 5333, - [5368] = 5274, - [5369] = 5369, - [5370] = 145, - [5371] = 528, - [5372] = 5215, - [5373] = 144, - [5374] = 5374, - [5375] = 5310, - [5376] = 142, - [5377] = 5306, - [5378] = 5312, - [5379] = 5315, - [5380] = 5317, - [5381] = 5320, - [5382] = 1590, - [5383] = 5322, - [5384] = 5280, - [5385] = 5342, - [5386] = 5344, - [5387] = 5360, - [5388] = 529, - [5389] = 5275, - [5390] = 5279, - [5391] = 5280, - [5392] = 5283, - [5393] = 5284, - [5394] = 5274, - [5395] = 146, - [5396] = 327, - [5397] = 5325, - [5398] = 340, - [5399] = 531, - [5400] = 5283, - [5401] = 5299, - [5402] = 5333, - [5403] = 355, - [5404] = 5369, - [5405] = 5374, - [5406] = 530, - [5407] = 5274, - [5408] = 587, - [5409] = 5369, - [5410] = 5374, - [5411] = 340, - [5412] = 5306, - [5413] = 5284, - [5414] = 5312, - [5415] = 5315, - [5416] = 5317, - [5417] = 5320, - [5418] = 140, - [5419] = 352, - [5420] = 139, - [5421] = 5322, - [5422] = 5342, - [5423] = 5344, - [5424] = 138, - [5425] = 5360, - [5426] = 5310, - [5427] = 415, - [5428] = 368, - [5429] = 371, - [5430] = 147, - [5431] = 146, - [5432] = 638, - [5433] = 639, - [5434] = 528, - [5435] = 5435, - [5436] = 1706, - [5437] = 5437, - [5438] = 1707, - [5439] = 148, - [5440] = 343, - [5441] = 648, - [5442] = 649, - [5443] = 651, - [5444] = 529, - [5445] = 1738, - [5446] = 1739, - [5447] = 530, - [5448] = 420, - [5449] = 421, - [5450] = 656, - [5451] = 422, - [5452] = 384, - [5453] = 2833, - [5454] = 423, - [5455] = 424, - [5456] = 1693, - [5457] = 425, - [5458] = 413, - [5459] = 1656, - [5460] = 672, - [5461] = 426, - [5462] = 427, - [5463] = 428, - [5464] = 5464, - [5465] = 5465, - [5466] = 674, - [5467] = 429, - [5468] = 430, - [5469] = 431, - [5470] = 432, - [5471] = 433, - [5472] = 5472, - [5473] = 5473, - [5474] = 579, - [5475] = 366, - [5476] = 415, - [5477] = 147, - [5478] = 5115, - [5479] = 146, - [5480] = 5480, - [5481] = 5481, - [5482] = 5482, - [5483] = 601, - [5484] = 602, - [5485] = 603, - [5486] = 340, - [5487] = 604, - [5488] = 605, - [5489] = 606, - [5490] = 607, - [5491] = 5491, + [5326] = 5302, + [5327] = 5304, + [5328] = 5305, + [5329] = 5306, + [5330] = 5307, + [5331] = 5308, + [5332] = 5312, + [5333] = 5313, + [5334] = 5314, + [5335] = 5319, + [5336] = 5320, + [5337] = 5325, + [5338] = 5338, + [5339] = 5339, + [5340] = 5338, + [5341] = 5339, + [5342] = 1611, + [5343] = 5278, + [5344] = 147, + [5345] = 5316, + [5346] = 375, + [5347] = 530, + [5348] = 5317, + [5349] = 353, + [5350] = 339, + [5351] = 594, + [5352] = 342, + [5353] = 137, + [5354] = 5278, + [5355] = 5310, + [5356] = 531, + [5357] = 5278, + [5358] = 5311, + [5359] = 533, + [5360] = 5278, + [5361] = 340, + [5362] = 141, + [5363] = 326, + [5364] = 5318, + [5365] = 5278, + [5366] = 4982, + [5367] = 5278, + [5368] = 5278, + [5369] = 5278, + [5370] = 353, + [5371] = 5299, + [5372] = 5278, + [5373] = 5316, + [5374] = 5317, + [5375] = 5318, + [5376] = 5278, + [5377] = 5278, + [5378] = 5292, + [5379] = 5295, + [5380] = 5296, + [5381] = 5278, + [5382] = 5297, + [5383] = 5278, + [5384] = 146, + [5385] = 5278, + [5386] = 5302, + [5387] = 5278, + [5388] = 5304, + [5389] = 5278, + [5390] = 5305, + [5391] = 5278, + [5392] = 5278, + [5393] = 5278, + [5394] = 5278, + [5395] = 5278, + [5396] = 5278, + [5397] = 5278, + [5398] = 5278, + [5399] = 5278, + [5400] = 5278, + [5401] = 5278, + [5402] = 5306, + [5403] = 5307, + [5404] = 5308, + [5405] = 5312, + [5406] = 142, + [5407] = 5313, + [5408] = 1689, + [5409] = 5314, + [5410] = 143, + [5411] = 144, + [5412] = 5319, + [5413] = 5320, + [5414] = 5310, + [5415] = 5311, + [5416] = 5325, + [5417] = 5338, + [5418] = 5339, + [5419] = 5278, + [5420] = 341, + [5421] = 350, + [5422] = 145, + [5423] = 540, + [5424] = 342, + [5425] = 384, + [5426] = 148, + [5427] = 560, + [5428] = 340, + [5429] = 4982, + [5430] = 1645, + [5431] = 361, + [5432] = 5278, + [5433] = 341, + [5434] = 642, + [5435] = 625, + [5436] = 635, + [5437] = 636, + [5438] = 1373, + [5439] = 412, + [5440] = 340, + [5441] = 339, + [5442] = 437, + [5443] = 637, + [5444] = 638, + [5445] = 384, + [5446] = 2814, + [5447] = 1730, + [5448] = 147, + [5449] = 398, + [5450] = 639, + [5451] = 640, + [5452] = 641, + [5453] = 423, + [5454] = 420, + [5455] = 367, + [5456] = 432, + [5457] = 643, + [5458] = 600, + [5459] = 1731, + [5460] = 137, + [5461] = 146, + [5462] = 1711, + [5463] = 685, + [5464] = 645, + [5465] = 646, + [5466] = 647, + [5467] = 370, + [5468] = 648, + [5469] = 1727, + [5470] = 1640, + [5471] = 604, + [5472] = 649, + [5473] = 650, + [5474] = 651, + [5475] = 605, + [5476] = 652, + [5477] = 5477, + [5478] = 1716, + [5479] = 413, + [5480] = 653, + [5481] = 654, + [5482] = 414, + [5483] = 5483, + [5484] = 1728, + [5485] = 1717, + [5486] = 410, + [5487] = 342, + [5488] = 626, + [5489] = 371, + [5490] = 415, + [5491] = 438, [5492] = 5492, - [5493] = 608, - [5494] = 609, - [5495] = 610, - [5496] = 368, - [5497] = 611, - [5498] = 612, - [5499] = 636, - [5500] = 369, - [5501] = 613, - [5502] = 352, - [5503] = 413, - [5504] = 614, - [5505] = 615, - [5506] = 616, - [5507] = 617, - [5508] = 618, - [5509] = 383, - [5510] = 619, - [5511] = 355, - [5512] = 620, - [5513] = 402, - [5514] = 621, - [5515] = 622, - [5516] = 623, - [5517] = 137, - [5518] = 624, - [5519] = 625, - [5520] = 626, - [5521] = 627, - [5522] = 628, - [5523] = 3168, - [5524] = 531, - [5525] = 629, - [5526] = 5526, - [5527] = 345, - [5528] = 436, - [5529] = 341, - [5530] = 403, - [5531] = 189, - [5532] = 369, - [5533] = 527, - [5534] = 1698, - [5535] = 1638, - [5536] = 404, - [5537] = 5464, - [5538] = 371, - [5539] = 1345, - [5540] = 1140, - [5541] = 383, - [5542] = 1803, - [5543] = 418, - [5544] = 419, - [5545] = 1804, - [5546] = 342, - [5547] = 671, - [5548] = 1669, - [5549] = 2802, - [5550] = 417, - [5551] = 367, - [5552] = 1734, - [5553] = 2809, - [5554] = 1735, - [5555] = 5215, - [5556] = 5115, - [5557] = 2828, - [5558] = 367, - [5559] = 412, - [5560] = 344, - [5561] = 366, - [5562] = 148, - [5563] = 2833, - [5564] = 5564, - [5565] = 355, - [5566] = 5566, - [5567] = 5567, - [5568] = 5568, - [5569] = 5569, - [5570] = 5567, - [5571] = 5571, - [5572] = 5572, - [5573] = 5571, - [5574] = 672, - [5575] = 531, - [5576] = 601, - [5577] = 345, - [5578] = 5578, - [5579] = 602, - [5580] = 603, - [5581] = 604, - [5582] = 1738, - [5583] = 605, - [5584] = 5584, + [5493] = 367, + [5494] = 433, + [5495] = 370, + [5496] = 350, + [5497] = 610, + [5498] = 611, + [5499] = 612, + [5500] = 422, + [5501] = 147, + [5502] = 146, + [5503] = 190, + [5504] = 616, + [5505] = 530, + [5506] = 5506, + [5507] = 5507, + [5508] = 1722, + [5509] = 1723, + [5510] = 421, + [5511] = 5511, + [5512] = 411, + [5513] = 5513, + [5514] = 434, + [5515] = 5513, + [5516] = 371, + [5517] = 5517, + [5518] = 404, + [5519] = 1142, + [5520] = 5520, + [5521] = 5521, + [5522] = 379, + [5523] = 510, + [5524] = 5524, + [5525] = 353, + [5526] = 425, + [5527] = 5517, + [5528] = 5528, + [5529] = 3124, + [5530] = 426, + [5531] = 627, + [5532] = 428, + [5533] = 4982, + [5534] = 1643, + [5535] = 2837, + [5536] = 341, + [5537] = 379, + [5538] = 628, + [5539] = 148, + [5540] = 416, + [5541] = 662, + [5542] = 540, + [5543] = 1645, + [5544] = 5520, + [5545] = 629, + [5546] = 148, + [5547] = 5528, + [5548] = 630, + [5549] = 631, + [5550] = 602, + [5551] = 404, + [5552] = 2809, + [5553] = 5553, + [5554] = 632, + [5555] = 633, + [5556] = 531, + [5557] = 5235, + [5558] = 5558, + [5559] = 594, + [5560] = 634, + [5561] = 2828, + [5562] = 1689, + [5563] = 375, + [5564] = 417, + [5565] = 403, + [5566] = 375, + [5567] = 398, + [5568] = 418, + [5569] = 351, + [5570] = 533, + [5571] = 1690, + [5572] = 384, + [5573] = 419, + [5574] = 361, + [5575] = 1152, + [5576] = 1731, + [5577] = 611, + [5578] = 612, + [5579] = 635, + [5580] = 5580, + [5581] = 654, + [5582] = 642, + [5583] = 636, + [5584] = 2902, [5585] = 5585, - [5586] = 606, - [5587] = 607, - [5588] = 448, + [5586] = 339, + [5587] = 5587, + [5588] = 5588, [5589] = 5589, - [5590] = 344, - [5591] = 5591, - [5592] = 674, - [5593] = 5593, - [5594] = 5567, - [5595] = 5571, - [5596] = 5578, - [5597] = 5597, - [5598] = 5585, + [5590] = 2903, + [5591] = 5585, + [5592] = 5592, + [5593] = 5592, + [5594] = 5594, + [5595] = 5595, + [5596] = 1611, + [5597] = 5580, + [5598] = 375, [5599] = 5599, - [5600] = 5584, - [5601] = 1739, + [5600] = 5600, + [5601] = 602, [5602] = 5602, - [5603] = 4465, - [5604] = 4471, - [5605] = 1693, - [5606] = 5578, - [5607] = 191, - [5608] = 5589, - [5609] = 1622, - [5610] = 5593, - [5611] = 5611, - [5612] = 5567, - [5613] = 5571, - [5614] = 5597, - [5615] = 396, - [5616] = 5585, - [5617] = 491, - [5618] = 608, - [5619] = 5619, - [5620] = 5584, - [5621] = 150, - [5622] = 609, - [5623] = 610, - [5624] = 1656, - [5625] = 5625, - [5626] = 5593, - [5627] = 5567, - [5628] = 5571, - [5629] = 5597, - [5630] = 492, - [5631] = 5585, - [5632] = 5584, - [5633] = 493, + [5603] = 5587, + [5604] = 5588, + [5605] = 5589, + [5606] = 5585, + [5607] = 5607, + [5608] = 5592, + [5609] = 351, + [5610] = 5610, + [5611] = 5587, + [5612] = 2837, + [5613] = 5588, + [5614] = 5580, + [5615] = 1609, + [5616] = 384, + [5617] = 475, + [5618] = 1643, + [5619] = 5587, + [5620] = 5588, + [5621] = 5589, + [5622] = 640, + [5623] = 5585, + [5624] = 379, + [5625] = 5592, + [5626] = 625, + [5627] = 5627, + [5628] = 530, + [5629] = 510, + [5630] = 5580, + [5631] = 5631, + [5632] = 370, + [5633] = 633, [5634] = 5634, - [5635] = 5593, - [5636] = 5567, - [5637] = 5571, - [5638] = 1590, - [5639] = 5597, - [5640] = 5585, + [5635] = 5587, + [5636] = 5588, + [5637] = 5589, + [5638] = 5553, + [5639] = 5585, + [5640] = 5592, [5641] = 5641, - [5642] = 5642, - [5643] = 398, - [5644] = 5584, - [5645] = 367, - [5646] = 5593, - [5647] = 5567, - [5648] = 5571, - [5649] = 5597, - [5650] = 5585, - [5651] = 1590, - [5652] = 5584, - [5653] = 366, - [5654] = 5654, - [5655] = 5593, - [5656] = 5567, - [5657] = 5571, - [5658] = 5658, - [5659] = 5597, - [5660] = 5585, - [5661] = 5584, - [5662] = 5584, - [5663] = 150, - [5664] = 344, - [5665] = 672, - [5666] = 5666, - [5667] = 5667, - [5668] = 5593, - [5669] = 5567, - [5670] = 5571, - [5671] = 5597, - [5672] = 5585, - [5673] = 368, - [5674] = 369, - [5675] = 5619, - [5676] = 5584, - [5677] = 5593, - [5678] = 5567, - [5679] = 5571, - [5680] = 344, - [5681] = 5597, - [5682] = 5585, - [5683] = 5683, - [5684] = 5584, - [5685] = 5685, - [5686] = 1622, - [5687] = 5593, - [5688] = 5567, - [5689] = 5571, - [5690] = 5597, - [5691] = 499, - [5692] = 3218, - [5693] = 345, - [5694] = 5584, - [5695] = 5593, - [5696] = 5526, - [5697] = 5593, - [5698] = 5597, - [5699] = 5585, - [5700] = 5584, - [5701] = 2828, - [5702] = 611, - [5703] = 5593, - [5704] = 5597, - [5705] = 5585, - [5706] = 5584, - [5707] = 5593, - [5708] = 352, - [5709] = 5597, - [5710] = 5585, - [5711] = 5584, - [5712] = 636, - [5713] = 472, - [5714] = 5585, - [5715] = 5584, - [5716] = 5585, - [5717] = 612, - [5718] = 5584, - [5719] = 3961, - [5720] = 528, - [5721] = 527, - [5722] = 1734, - [5723] = 1735, - [5724] = 5597, - [5725] = 5725, - [5726] = 613, - [5727] = 5727, - [5728] = 5728, - [5729] = 445, - [5730] = 4001, - [5731] = 5599, - [5732] = 5634, - [5733] = 5725, - [5734] = 5734, - [5735] = 614, - [5736] = 615, - [5737] = 616, - [5738] = 5584, - [5739] = 5585, - [5740] = 345, - [5741] = 617, - [5742] = 618, - [5743] = 5743, - [5744] = 619, - [5745] = 620, - [5746] = 621, - [5747] = 529, - [5748] = 622, - [5749] = 623, - [5750] = 5750, - [5751] = 530, - [5752] = 5642, - [5753] = 5753, - [5754] = 638, - [5755] = 639, - [5756] = 5115, - [5757] = 472, - [5758] = 5758, - [5759] = 491, - [5760] = 492, - [5761] = 493, - [5762] = 139, - [5763] = 2932, - [5764] = 5764, - [5765] = 2899, - [5766] = 5766, + [5642] = 353, + [5643] = 5580, + [5644] = 5644, + [5645] = 5645, + [5646] = 5646, + [5647] = 5587, + [5648] = 643, + [5649] = 5585, + [5650] = 5592, + [5651] = 498, + [5652] = 5580, + [5653] = 5589, + [5654] = 351, + [5655] = 5587, + [5656] = 5585, + [5657] = 5592, + [5658] = 600, + [5659] = 5580, + [5660] = 488, + [5661] = 361, + [5662] = 5587, + [5663] = 493, + [5664] = 5585, + [5665] = 5592, + [5666] = 5587, + [5667] = 5580, + [5668] = 5580, + [5669] = 5588, + [5670] = 3962, + [5671] = 5592, + [5672] = 5589, + [5673] = 5580, + [5674] = 5594, + [5675] = 5592, + [5676] = 4446, + [5677] = 5580, + [5678] = 5585, + [5679] = 4448, + [5680] = 5592, + [5681] = 628, + [5682] = 5682, + [5683] = 531, + [5684] = 5684, + [5685] = 1609, + [5686] = 641, + [5687] = 5580, + [5688] = 5688, + [5689] = 533, + [5690] = 629, + [5691] = 630, + [5692] = 631, + [5693] = 5693, + [5694] = 5694, + [5695] = 1690, + [5696] = 685, + [5697] = 3971, + [5698] = 647, + [5699] = 5595, + [5700] = 5641, + [5701] = 5701, + [5702] = 5702, + [5703] = 5592, + [5704] = 5587, + [5705] = 5580, + [5706] = 5592, + [5707] = 5707, + [5708] = 616, + [5709] = 1711, + [5710] = 5588, + [5711] = 5589, + [5712] = 339, + [5713] = 191, + [5714] = 5594, + [5715] = 150, + [5716] = 459, + [5717] = 5717, + [5718] = 645, + [5719] = 1727, + [5720] = 5720, + [5721] = 5587, + [5722] = 5722, + [5723] = 5588, + [5724] = 5589, + [5725] = 5610, + [5726] = 5585, + [5727] = 5585, + [5728] = 5592, + [5729] = 604, + [5730] = 605, + [5731] = 1728, + [5732] = 649, + [5733] = 5733, + [5734] = 5580, + [5735] = 5735, + [5736] = 493, + [5737] = 540, + [5738] = 488, + [5739] = 489, + [5740] = 490, + [5741] = 5592, + [5742] = 139, + [5743] = 646, + [5744] = 627, + [5745] = 5587, + [5746] = 5587, + [5747] = 5747, + [5748] = 5748, + [5749] = 5588, + [5750] = 490, + [5751] = 5589, + [5752] = 5585, + [5753] = 5701, + [5754] = 2828, + [5755] = 5592, + [5756] = 626, + [5757] = 637, + [5758] = 650, + [5759] = 651, + [5760] = 150, + [5761] = 5580, + [5762] = 632, + [5763] = 351, + [5764] = 489, + [5765] = 1611, + [5766] = 5587, [5767] = 5767, - [5768] = 648, - [5769] = 649, - [5770] = 5597, - [5771] = 651, - [5772] = 5625, - [5773] = 5773, - [5774] = 5774, - [5775] = 624, - [5776] = 625, - [5777] = 626, - [5778] = 138, - [5779] = 656, - [5780] = 1803, - [5781] = 1804, - [5782] = 5593, - [5783] = 627, - [5784] = 1150, - [5785] = 674, - [5786] = 628, - [5787] = 5567, - [5788] = 5571, - [5789] = 5578, - [5790] = 629, - [5791] = 5625, - [5792] = 5625, - [5793] = 487, - [5794] = 498, - [5795] = 1706, - [5796] = 1707, - [5797] = 5597, - [5798] = 5593, - [5799] = 5566, - [5800] = 5585, - [5801] = 5585, - [5802] = 5802, - [5803] = 4700, - [5804] = 1669, - [5805] = 5805, - [5806] = 1803, - [5807] = 384, - [5808] = 1804, - [5809] = 4754, - [5810] = 5810, - [5811] = 4790, - [5812] = 142, - [5813] = 4633, - [5814] = 344, - [5815] = 4716, - [5816] = 4665, - [5817] = 4680, - [5818] = 430, - [5819] = 5819, - [5820] = 431, - [5821] = 5821, - [5822] = 5805, - [5823] = 4662, - [5824] = 4755, + [5768] = 5768, + [5769] = 652, + [5770] = 138, + [5771] = 5588, + [5772] = 5589, + [5773] = 1716, + [5774] = 5580, + [5775] = 625, + [5776] = 638, + [5777] = 1717, + [5778] = 339, + [5779] = 5585, + [5780] = 5780, + [5781] = 5585, + [5782] = 5592, + [5783] = 5588, + [5784] = 485, + [5785] = 5589, + [5786] = 5594, + [5787] = 653, + [5788] = 5580, + [5789] = 5610, + [5790] = 610, + [5791] = 5610, + [5792] = 1730, + [5793] = 634, + [5794] = 3227, + [5795] = 431, + [5796] = 473, + [5797] = 386, + [5798] = 5587, + [5799] = 1722, + [5800] = 1723, + [5801] = 5588, + [5802] = 626, + [5803] = 5589, + [5804] = 5585, + [5805] = 5735, + [5806] = 639, + [5807] = 648, + [5808] = 5808, + [5809] = 144, + [5810] = 5808, + [5811] = 4758, + [5812] = 4759, + [5813] = 4760, + [5814] = 1731, + [5815] = 4761, + [5816] = 4762, + [5817] = 361, + [5818] = 5818, + [5819] = 4763, + [5820] = 4764, + [5821] = 4765, + [5822] = 5822, + [5823] = 5823, + [5824] = 5824, [5825] = 5825, [5826] = 5826, - [5827] = 5810, - [5828] = 5828, + [5827] = 145, + [5828] = 4766, [5829] = 5829, - [5830] = 5830, - [5831] = 5805, - [5832] = 447, - [5833] = 423, + [5830] = 4767, + [5831] = 4769, + [5832] = 5832, + [5833] = 5833, [5834] = 5834, - [5835] = 4734, - [5836] = 5805, - [5837] = 355, - [5838] = 1896, - [5839] = 5810, - [5840] = 4552, - [5841] = 5810, - [5842] = 4465, - [5843] = 4785, - [5844] = 368, - [5845] = 424, - [5846] = 432, - [5847] = 5805, - [5848] = 4737, - [5849] = 5810, - [5850] = 355, - [5851] = 1638, - [5852] = 4471, - [5853] = 5853, - [5854] = 4726, - [5855] = 367, - [5856] = 5805, - [5857] = 4556, - [5858] = 4677, - [5859] = 5810, - [5860] = 4545, - [5861] = 5861, - [5862] = 5862, - [5863] = 4564, - [5864] = 4566, - [5865] = 1693, - [5866] = 413, - [5867] = 1738, - [5868] = 5805, - [5869] = 1739, - [5870] = 4745, - [5871] = 4546, - [5872] = 352, - [5873] = 5766, - [5874] = 1734, - [5875] = 5810, - [5876] = 4656, - [5877] = 5877, - [5878] = 433, - [5879] = 5879, - [5880] = 1735, - [5881] = 5821, - [5882] = 4678, - [5883] = 5821, - [5884] = 4747, - [5885] = 5829, - [5886] = 141, - [5887] = 352, - [5888] = 4593, - [5889] = 4569, - [5890] = 4576, - [5891] = 352, - [5892] = 4641, - [5893] = 5893, - [5894] = 4668, - [5895] = 5805, - [5896] = 413, - [5897] = 5829, - [5898] = 5825, - [5899] = 5899, - [5900] = 5900, - [5901] = 5901, - [5902] = 5810, - [5903] = 5802, - [5904] = 5526, - [5905] = 4596, - [5906] = 425, - [5907] = 5907, - [5908] = 4613, - [5909] = 5909, - [5910] = 1669, - [5911] = 4614, - [5912] = 4750, - [5913] = 5913, - [5914] = 5899, - [5915] = 5802, + [5835] = 5835, + [5836] = 4772, + [5837] = 5837, + [5838] = 5838, + [5839] = 5839, + [5840] = 5840, + [5841] = 4776, + [5842] = 4782, + [5843] = 4783, + [5844] = 4784, + [5845] = 4785, + [5846] = 4786, + [5847] = 1643, + [5848] = 398, + [5849] = 5822, + [5850] = 4549, + [5851] = 5823, + [5852] = 4787, + [5853] = 4788, + [5854] = 4648, + [5855] = 398, + [5856] = 4649, + [5857] = 339, + [5858] = 4789, + [5859] = 4790, + [5860] = 4654, + [5861] = 5767, + [5862] = 5768, + [5863] = 1690, + [5864] = 4657, + [5865] = 5865, + [5866] = 5840, + [5867] = 4572, + [5868] = 5868, + [5869] = 479, + [5870] = 4599, + [5871] = 5865, + [5872] = 4659, + [5873] = 5873, + [5874] = 353, + [5875] = 4662, + [5876] = 5780, + [5877] = 478, + [5878] = 5865, + [5879] = 5822, + [5880] = 5823, + [5881] = 5881, + [5882] = 5882, + [5883] = 5868, + [5884] = 5884, + [5885] = 353, + [5886] = 361, + [5887] = 5865, + [5888] = 5832, + [5889] = 5833, + [5890] = 5868, + [5891] = 5834, + [5892] = 5835, + [5893] = 404, + [5894] = 351, + [5895] = 5895, + [5896] = 2837, + [5897] = 5865, + [5898] = 5838, + [5899] = 5839, + [5900] = 5682, + [5901] = 5868, + [5902] = 370, + [5903] = 1645, + [5904] = 1900, + [5905] = 4446, + [5906] = 5865, + [5907] = 4448, + [5908] = 5868, + [5909] = 379, + [5910] = 5910, + [5911] = 1727, + [5912] = 5865, + [5913] = 1728, + [5914] = 5868, + [5915] = 5733, [5916] = 2828, - [5917] = 5758, - [5918] = 4600, - [5919] = 5919, - [5920] = 5830, - [5921] = 4752, - [5922] = 5907, - [5923] = 4603, - [5924] = 420, - [5925] = 415, - [5926] = 489, - [5927] = 5810, - [5928] = 5805, - [5929] = 5929, - [5930] = 345, - [5931] = 4607, - [5932] = 426, - [5933] = 5810, - [5934] = 4756, - [5935] = 5935, - [5936] = 1656, - [5937] = 4645, - [5938] = 345, - [5939] = 5939, - [5940] = 1706, - [5941] = 1707, - [5942] = 1622, - [5943] = 1698, - [5944] = 4634, - [5945] = 137, - [5946] = 5946, - [5947] = 1590, - [5948] = 427, - [5949] = 4611, - [5950] = 5919, - [5951] = 428, - [5952] = 5899, - [5953] = 4652, - [5954] = 5810, - [5955] = 5862, - [5956] = 5861, - [5957] = 5828, - [5958] = 4757, - [5959] = 5901, - [5960] = 5960, - [5961] = 1698, - [5962] = 5962, - [5963] = 5683, - [5964] = 5805, - [5965] = 145, - [5966] = 5853, - [5967] = 1884, - [5968] = 355, - [5969] = 5802, - [5970] = 4786, - [5971] = 5830, - [5972] = 5805, - [5973] = 5810, - [5974] = 144, - [5975] = 5975, - [5976] = 418, - [5977] = 4544, - [5978] = 5862, - [5979] = 5861, - [5980] = 5828, - [5981] = 2833, - [5982] = 5982, - [5983] = 419, - [5984] = 5862, - [5985] = 5861, - [5986] = 5828, - [5987] = 5901, - [5988] = 5685, - [5989] = 5989, - [5990] = 5962, - [5991] = 5853, - [5992] = 5767, - [5993] = 5802, - [5994] = 5830, - [5995] = 446, - [5996] = 4659, - [5997] = 140, - [5998] = 143, - [5999] = 5802, - [6000] = 5830, - [6001] = 6001, - [6002] = 5909, - [6003] = 5802, - [6004] = 5830, - [6005] = 5802, - [6006] = 5830, - [6007] = 4548, - [6008] = 4550, - [6009] = 5802, - [6010] = 5830, - [6011] = 6011, - [6012] = 5962, - [6013] = 5805, - [6014] = 5802, - [6015] = 5830, - [6016] = 4574, - [6017] = 5802, - [6018] = 5830, - [6019] = 5810, - [6020] = 369, - [6021] = 5802, - [6022] = 5830, - [6023] = 5802, - [6024] = 5830, - [6025] = 6025, - [6026] = 6001, - [6027] = 6001, - [6028] = 5802, - [6029] = 5830, - [6030] = 5802, - [6031] = 5830, - [6032] = 5901, - [6033] = 5830, - [6034] = 5802, - [6035] = 5830, - [6036] = 5802, - [6037] = 5830, - [6038] = 5805, - [6039] = 421, - [6040] = 1638, - [6041] = 345, - [6042] = 5877, - [6043] = 5879, - [6044] = 5929, - [6045] = 4789, - [6046] = 4696, - [6047] = 5989, - [6048] = 5810, - [6049] = 5805, - [6050] = 4672, - [6051] = 5641, - [6052] = 417, - [6053] = 5727, - [6054] = 5805, - [6055] = 6001, - [6056] = 422, - [6057] = 5900, - [6058] = 429, - [6059] = 4767, - [6060] = 366, - [6061] = 5810, - [6062] = 5893, - [6063] = 5728, - [6064] = 5919, - [6065] = 4772, - [6066] = 415, - [6067] = 5893, - [6068] = 5825, - [6069] = 6069, - [6070] = 4607, - [6071] = 4611, - [6072] = 2630, - [6073] = 531, - [6074] = 6074, - [6075] = 6075, + [5917] = 5865, + [5918] = 5918, + [5919] = 339, + [5920] = 5868, + [5921] = 1924, + [5922] = 5922, + [5923] = 5865, + [5924] = 476, + [5925] = 5868, + [5926] = 5926, + [5927] = 5910, + [5928] = 5818, + [5929] = 5837, + [5930] = 5930, + [5931] = 1716, + [5932] = 5865, + [5933] = 1717, + [5934] = 5868, + [5935] = 5865, + [5936] = 361, + [5937] = 5884, + [5938] = 5840, + [5939] = 5865, + [5940] = 5868, + [5941] = 5865, + [5942] = 5865, + [5943] = 5840, + [5944] = 5868, + [5945] = 375, + [5946] = 5865, + [5947] = 5868, + [5948] = 438, + [5949] = 5868, + [5950] = 5950, + [5951] = 5868, + [5952] = 4612, + [5953] = 4706, + [5954] = 1689, + [5955] = 4613, + [5956] = 143, + [5957] = 4707, + [5958] = 353, + [5959] = 5832, + [5960] = 4728, + [5961] = 5833, + [5962] = 4736, + [5963] = 4614, + [5964] = 4737, + [5965] = 4615, + [5966] = 4738, + [5967] = 5553, + [5968] = 5895, + [5969] = 5969, + [5970] = 1711, + [5971] = 5834, + [5972] = 5950, + [5973] = 4739, + [5974] = 5974, + [5975] = 5835, + [5976] = 411, + [5977] = 1645, + [5978] = 5978, + [5979] = 412, + [5980] = 4741, + [5981] = 5969, + [5982] = 5808, + [5983] = 5747, + [5984] = 5868, + [5985] = 5985, + [5986] = 413, + [5987] = 414, + [5988] = 1722, + [5989] = 1723, + [5990] = 1609, + [5991] = 1640, + [5992] = 1689, + [5993] = 415, + [5994] = 1611, + [5995] = 416, + [5996] = 339, + [5997] = 4598, + [5998] = 5748, + [5999] = 1640, + [6000] = 5910, + [6001] = 5818, + [6002] = 5837, + [6003] = 417, + [6004] = 5884, + [6005] = 418, + [6006] = 419, + [6007] = 5969, + [6008] = 420, + [6009] = 5808, + [6010] = 421, + [6011] = 404, + [6012] = 422, + [6013] = 4747, + [6014] = 4748, + [6015] = 6015, + [6016] = 5910, + [6017] = 5818, + [6018] = 5837, + [6019] = 5884, + [6020] = 6020, + [6021] = 5974, + [6022] = 4749, + [6023] = 5969, + [6024] = 423, + [6025] = 5969, + [6026] = 5808, + [6027] = 141, + [6028] = 140, + [6029] = 4750, + [6030] = 5969, + [6031] = 5808, + [6032] = 5969, + [6033] = 5808, + [6034] = 4751, + [6035] = 5969, + [6036] = 5808, + [6037] = 5969, + [6038] = 5808, + [6039] = 5969, + [6040] = 5808, + [6041] = 425, + [6042] = 5969, + [6043] = 5808, + [6044] = 6044, + [6045] = 5969, + [6046] = 5808, + [6047] = 426, + [6048] = 428, + [6049] = 1730, + [6050] = 5969, + [6051] = 5808, + [6052] = 5969, + [6053] = 5808, + [6054] = 5969, + [6055] = 5808, + [6056] = 5969, + [6057] = 5808, + [6058] = 5969, + [6059] = 5808, + [6060] = 4752, + [6061] = 5824, + [6062] = 5825, + [6063] = 5826, + [6064] = 6020, + [6065] = 437, + [6066] = 5838, + [6067] = 4753, + [6068] = 142, + [6069] = 5839, + [6070] = 4754, + [6071] = 4755, + [6072] = 384, + [6073] = 4756, + [6074] = 137, + [6075] = 5693, [6076] = 6076, - [6077] = 6077, - [6078] = 552, - [6079] = 6079, - [6080] = 531, - [6081] = 6081, - [6082] = 352, + [6077] = 4572, + [6078] = 503, + [6079] = 4755, + [6080] = 6076, + [6081] = 533, + [6082] = 6082, [6083] = 6083, - [6084] = 6084, - [6085] = 355, - [6086] = 6086, - [6087] = 6086, - [6088] = 368, - [6089] = 6089, - [6090] = 2663, - [6091] = 6091, - [6092] = 206, - [6093] = 1638, - [6094] = 528, + [6084] = 485, + [6085] = 6085, + [6086] = 2663, + [6087] = 6087, + [6088] = 6088, + [6089] = 504, + [6090] = 4760, + [6091] = 509, + [6092] = 4787, + [6093] = 530, + [6094] = 6094, [6095] = 6095, - [6096] = 5960, - [6097] = 527, + [6096] = 205, + [6097] = 6097, [6098] = 6098, [6099] = 6099, [6100] = 6100, @@ -11266,1276 +11273,1276 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [6103] = 6103, [6104] = 6104, [6105] = 6105, - [6106] = 6106, + [6106] = 1689, [6107] = 6107, - [6108] = 6108, - [6109] = 4574, + [6108] = 510, + [6109] = 6076, [6110] = 6110, - [6111] = 344, - [6112] = 369, - [6113] = 139, - [6114] = 6102, + [6111] = 6082, + [6112] = 4756, + [6113] = 6113, + [6114] = 4788, [6115] = 6115, - [6116] = 6069, - [6117] = 6117, - [6118] = 6118, - [6119] = 2604, - [6120] = 531, - [6121] = 3374, - [6122] = 2605, - [6123] = 3375, - [6124] = 6124, - [6125] = 138, - [6126] = 6126, - [6127] = 521, - [6128] = 6128, - [6129] = 6115, - [6130] = 6130, - [6131] = 6131, - [6132] = 6132, - [6133] = 6133, - [6134] = 6134, - [6135] = 6135, - [6136] = 6136, - [6137] = 6137, - [6138] = 6075, - [6139] = 6139, - [6140] = 367, - [6141] = 3385, - [6142] = 6142, - [6143] = 6143, - [6144] = 6144, - [6145] = 6076, + [6116] = 6116, + [6117] = 6087, + [6118] = 4789, + [6119] = 6119, + [6120] = 370, + [6121] = 4598, + [6122] = 6122, + [6123] = 4790, + [6124] = 4599, + [6125] = 375, + [6126] = 3329, + [6127] = 3276, + [6128] = 6097, + [6129] = 6098, + [6130] = 6099, + [6131] = 6100, + [6132] = 6101, + [6133] = 6102, + [6134] = 6103, + [6135] = 6104, + [6136] = 3277, + [6137] = 508, + [6138] = 6138, + [6139] = 3365, + [6140] = 6076, + [6141] = 6141, + [6142] = 6082, + [6143] = 4761, + [6144] = 4762, + [6145] = 6145, [6146] = 6146, - [6147] = 3371, - [6148] = 514, + [6147] = 6087, + [6148] = 6148, [6149] = 6149, [6150] = 6150, - [6151] = 6151, + [6151] = 351, [6152] = 6152, [6153] = 6153, - [6154] = 6154, - [6155] = 6155, - [6156] = 3060, + [6154] = 488, + [6155] = 489, + [6156] = 490, [6157] = 6157, - [6158] = 502, - [6159] = 1140, - [6160] = 503, - [6161] = 6161, - [6162] = 6162, - [6163] = 6163, - [6164] = 6164, - [6165] = 6165, - [6166] = 6081, - [6167] = 6081, - [6168] = 6168, - [6169] = 3048, - [6170] = 6170, - [6171] = 6131, - [6172] = 6132, - [6173] = 6133, - [6174] = 6134, - [6175] = 1590, - [6176] = 366, - [6177] = 6075, - [6178] = 2613, - [6179] = 367, - [6180] = 6076, - [6181] = 6081, - [6182] = 528, + [6158] = 6158, + [6159] = 6097, + [6160] = 6098, + [6161] = 6099, + [6162] = 6100, + [6163] = 6101, + [6164] = 6102, + [6165] = 6103, + [6166] = 6104, + [6167] = 2626, + [6168] = 509, + [6169] = 2654, + [6170] = 6076, + [6171] = 138, + [6172] = 6082, + [6173] = 6173, + [6174] = 2627, + [6175] = 6098, + [6176] = 4763, + [6177] = 6177, + [6178] = 6087, + [6179] = 6076, + [6180] = 384, + [6181] = 520, + [6182] = 6182, [6183] = 6183, - [6184] = 6117, - [6185] = 6074, - [6186] = 6086, - [6187] = 6095, - [6188] = 6069, - [6189] = 6117, - [6190] = 6118, - [6191] = 6135, - [6192] = 6136, - [6193] = 6137, - [6194] = 6152, - [6195] = 6099, - [6196] = 579, - [6197] = 4644, + [6184] = 6184, + [6185] = 6101, + [6186] = 6082, + [6187] = 6187, + [6188] = 6097, + [6189] = 6098, + [6190] = 6099, + [6191] = 6100, + [6192] = 6101, + [6193] = 6102, + [6194] = 6103, + [6195] = 6104, + [6196] = 6076, + [6197] = 3077, [6198] = 6198, - [6199] = 528, - [6200] = 6200, - [6201] = 6201, - [6202] = 527, + [6199] = 6076, + [6200] = 530, + [6201] = 6082, + [6202] = 339, [6203] = 6203, - [6204] = 6204, + [6204] = 3273, [6205] = 6205, [6206] = 6206, - [6207] = 6207, - [6208] = 6075, - [6209] = 6076, - [6210] = 516, - [6211] = 6135, - [6212] = 6081, - [6213] = 367, - [6214] = 6214, - [6215] = 6136, - [6216] = 517, - [6217] = 6095, - [6218] = 6069, - [6219] = 6117, - [6220] = 6118, - [6221] = 6135, - [6222] = 6136, - [6223] = 6137, - [6224] = 6152, - [6225] = 6137, - [6226] = 368, - [6227] = 6075, - [6228] = 6076, - [6229] = 6118, - [6230] = 6230, - [6231] = 6081, - [6232] = 2639, - [6233] = 529, - [6234] = 2640, - [6235] = 530, - [6236] = 6095, - [6237] = 6069, - [6238] = 6117, - [6239] = 6118, - [6240] = 6135, - [6241] = 6136, - [6242] = 6137, - [6243] = 6152, - [6244] = 6244, - [6245] = 6075, - [6246] = 6076, - [6247] = 6247, - [6248] = 6248, - [6249] = 6249, - [6250] = 6081, + [6207] = 6087, + [6208] = 6208, + [6209] = 6082, + [6210] = 540, + [6211] = 531, + [6212] = 6212, + [6213] = 4764, + [6214] = 6097, + [6215] = 6098, + [6216] = 6099, + [6217] = 6100, + [6218] = 6101, + [6219] = 6102, + [6220] = 6103, + [6221] = 6104, + [6222] = 6222, + [6223] = 6076, + [6224] = 6076, + [6225] = 533, + [6226] = 6082, + [6227] = 6087, + [6228] = 553, + [6229] = 6229, + [6230] = 6087, + [6231] = 4765, + [6232] = 4612, + [6233] = 6082, + [6234] = 493, + [6235] = 6099, + [6236] = 6097, + [6237] = 6098, + [6238] = 6099, + [6239] = 6100, + [6240] = 6101, + [6241] = 6102, + [6242] = 6103, + [6243] = 6104, + [6244] = 4613, + [6245] = 526, + [6246] = 521, + [6247] = 6076, + [6248] = 6082, + [6249] = 384, + [6250] = 6102, [6251] = 6251, - [6252] = 6252, - [6253] = 6095, - [6254] = 6069, - [6255] = 6117, - [6256] = 6118, - [6257] = 6135, - [6258] = 6136, - [6259] = 6137, - [6260] = 6152, - [6261] = 6075, - [6262] = 6076, - [6263] = 6263, - [6264] = 6081, - [6265] = 6265, + [6252] = 6087, + [6253] = 523, + [6254] = 4614, + [6255] = 1142, + [6256] = 4615, + [6257] = 6257, + [6258] = 6097, + [6259] = 6098, + [6260] = 6099, + [6261] = 6100, + [6262] = 6101, + [6263] = 6102, + [6264] = 6103, + [6265] = 6104, [6266] = 6266, - [6267] = 6095, - [6268] = 6069, - [6269] = 6117, - [6270] = 6118, - [6271] = 6135, - [6272] = 6136, - [6273] = 6137, - [6274] = 6152, + [6267] = 6267, + [6268] = 6097, + [6269] = 384, + [6270] = 6082, + [6271] = 4758, + [6272] = 540, + [6273] = 6273, + [6274] = 6087, [6275] = 6275, - [6276] = 6075, - [6277] = 369, - [6278] = 6076, - [6279] = 4656, - [6280] = 6081, - [6281] = 6281, - [6282] = 6095, - [6283] = 6069, - [6284] = 6117, - [6285] = 6118, - [6286] = 6135, - [6287] = 6136, - [6288] = 6137, - [6289] = 6152, - [6290] = 4659, - [6291] = 520, - [6292] = 6075, - [6293] = 6076, - [6294] = 6095, - [6295] = 6081, - [6296] = 6296, - [6297] = 6297, - [6298] = 6095, - [6299] = 6069, - [6300] = 6117, - [6301] = 6118, - [6302] = 6135, - [6303] = 6136, - [6304] = 6137, - [6305] = 6152, - [6306] = 6095, - [6307] = 6307, - [6308] = 6075, - [6309] = 6076, - [6310] = 6310, - [6311] = 520, - [6312] = 6081, - [6313] = 3379, - [6314] = 3381, - [6315] = 6095, - [6316] = 6069, - [6317] = 6117, - [6318] = 6118, - [6319] = 6135, - [6320] = 6136, - [6321] = 6137, - [6322] = 6152, + [6276] = 6276, + [6277] = 6083, + [6278] = 6087, + [6279] = 6088, + [6280] = 6097, + [6281] = 6098, + [6282] = 6099, + [6283] = 6100, + [6284] = 6101, + [6285] = 6102, + [6286] = 6103, + [6287] = 6104, + [6288] = 6146, + [6289] = 6289, + [6290] = 6076, + [6291] = 6082, + [6292] = 6087, + [6293] = 6087, + [6294] = 370, + [6295] = 6087, + [6296] = 6148, + [6297] = 6097, + [6298] = 6098, + [6299] = 6099, + [6300] = 6100, + [6301] = 6101, + [6302] = 6102, + [6303] = 6103, + [6304] = 6104, + [6305] = 6305, + [6306] = 6076, + [6307] = 6082, + [6308] = 6087, + [6309] = 6309, + [6310] = 6082, + [6311] = 6311, + [6312] = 6097, + [6313] = 6098, + [6314] = 6099, + [6315] = 6100, + [6316] = 6101, + [6317] = 6102, + [6318] = 6103, + [6319] = 6104, + [6320] = 6097, + [6321] = 6076, + [6322] = 6082, [6323] = 6323, - [6324] = 6324, - [6325] = 6075, - [6326] = 6076, - [6327] = 6327, - [6328] = 6328, + [6324] = 6087, + [6325] = 6098, + [6326] = 6326, + [6327] = 6076, + [6328] = 6082, [6329] = 6329, - [6330] = 6330, - [6331] = 6081, - [6332] = 6332, - [6333] = 521, - [6334] = 6095, - [6335] = 6069, - [6336] = 6117, - [6337] = 6118, - [6338] = 6135, - [6339] = 6136, - [6340] = 6137, - [6341] = 6152, - [6342] = 6075, - [6343] = 6076, - [6344] = 6081, - [6345] = 5819, - [6346] = 6346, - [6347] = 366, - [6348] = 6095, - [6349] = 6069, - [6350] = 6117, - [6351] = 6118, - [6352] = 6135, - [6353] = 6136, - [6354] = 6137, - [6355] = 6152, - [6356] = 6075, - [6357] = 6076, - [6358] = 514, - [6359] = 6081, - [6360] = 366, - [6361] = 551, - [6362] = 6095, - [6363] = 6069, - [6364] = 6117, - [6365] = 6118, - [6366] = 6135, - [6367] = 6136, - [6368] = 6137, - [6369] = 6152, - [6370] = 6075, - [6371] = 6076, - [6372] = 3071, - [6373] = 6081, - [6374] = 6102, - [6375] = 6115, - [6376] = 6095, - [6377] = 6069, - [6378] = 6117, - [6379] = 6118, - [6380] = 6135, - [6381] = 6381, - [6382] = 6137, - [6383] = 6152, - [6384] = 6075, + [6330] = 6087, + [6331] = 6099, + [6332] = 6076, + [6333] = 6082, + [6334] = 6100, + [6335] = 6087, + [6336] = 6336, + [6337] = 6076, + [6338] = 6082, + [6339] = 6101, + [6340] = 6087, + [6341] = 6083, + [6342] = 6076, + [6343] = 6082, + [6344] = 6087, + [6345] = 6088, + [6346] = 6076, + [6347] = 6082, + [6348] = 6087, + [6349] = 6122, + [6350] = 6076, + [6351] = 6082, + [6352] = 6087, + [6353] = 6102, + [6354] = 6076, + [6355] = 6082, + [6356] = 6087, + [6357] = 6146, + [6358] = 6076, + [6359] = 6082, + [6360] = 6087, + [6361] = 6103, + [6362] = 6076, + [6363] = 6082, + [6364] = 6087, + [6365] = 6104, + [6366] = 6076, + [6367] = 6082, + [6368] = 6087, + [6369] = 6148, + [6370] = 6076, + [6371] = 6082, + [6372] = 6087, + [6373] = 6076, + [6374] = 6082, + [6375] = 6087, + [6376] = 6076, + [6377] = 6082, + [6378] = 6087, + [6379] = 6076, + [6380] = 6082, + [6381] = 6087, + [6382] = 6076, + [6383] = 6082, + [6384] = 6087, [6385] = 6076, - [6386] = 6386, - [6387] = 6081, - [6388] = 504, - [6389] = 6095, - [6390] = 6069, - [6391] = 6117, - [6392] = 6118, - [6393] = 6135, - [6394] = 6136, - [6395] = 6137, - [6396] = 6152, - [6397] = 6075, - [6398] = 6076, - [6399] = 6069, - [6400] = 6081, - [6401] = 6117, - [6402] = 6118, - [6403] = 6095, - [6404] = 6069, - [6405] = 6117, - [6406] = 6118, - [6407] = 6135, - [6408] = 6136, - [6409] = 6137, - [6410] = 6152, - [6411] = 6075, - [6412] = 6076, - [6413] = 6081, - [6414] = 6414, - [6415] = 6075, - [6416] = 6076, - [6417] = 6081, - [6418] = 6418, - [6419] = 6075, - [6420] = 6076, + [6386] = 6082, + [6387] = 6087, + [6388] = 6388, + [6389] = 6087, + [6390] = 6082, + [6391] = 6087, + [6392] = 6082, + [6393] = 6087, + [6394] = 6082, + [6395] = 6087, + [6396] = 6082, + [6397] = 6087, + [6398] = 6101, + [6399] = 6102, + [6400] = 6076, + [6401] = 6401, + [6402] = 6402, + [6403] = 6403, + [6404] = 6404, + [6405] = 6094, + [6406] = 6100, + [6407] = 6407, + [6408] = 6408, + [6409] = 6103, + [6410] = 6103, + [6411] = 594, + [6412] = 6412, + [6413] = 503, + [6414] = 4606, + [6415] = 504, + [6416] = 6416, + [6417] = 6417, + [6418] = 527, + [6419] = 6419, + [6420] = 6420, [6421] = 6421, - [6422] = 6081, - [6423] = 528, - [6424] = 6075, - [6425] = 6076, - [6426] = 6426, - [6427] = 6081, - [6428] = 6428, - [6429] = 6075, - [6430] = 6076, - [6431] = 6081, - [6432] = 505, - [6433] = 6075, - [6434] = 6076, - [6435] = 6081, - [6436] = 6076, - [6437] = 6075, - [6438] = 6076, - [6439] = 6081, - [6440] = 6075, - [6441] = 6076, - [6442] = 6081, + [6422] = 6422, + [6423] = 6423, + [6424] = 6424, + [6425] = 531, + [6426] = 533, + [6427] = 6110, + [6428] = 6412, + [6429] = 5873, + [6430] = 6430, + [6431] = 6431, + [6432] = 6432, + [6433] = 3047, + [6434] = 4549, + [6435] = 1609, + [6436] = 6436, + [6437] = 4766, + [6438] = 4754, + [6439] = 6439, + [6440] = 2644, + [6441] = 4648, + [6442] = 4649, [6443] = 6443, - [6444] = 6075, - [6445] = 6076, - [6446] = 6081, - [6447] = 6447, - [6448] = 6075, - [6449] = 6076, - [6450] = 6081, - [6451] = 6075, - [6452] = 6076, - [6453] = 6081, - [6454] = 6075, - [6455] = 6076, - [6456] = 6081, - [6457] = 6075, - [6458] = 6076, - [6459] = 6081, - [6460] = 6075, - [6461] = 6076, - [6462] = 6081, - [6463] = 6075, - [6464] = 6076, - [6465] = 6081, - [6466] = 6075, - [6467] = 6076, - [6468] = 6081, - [6469] = 6075, - [6470] = 6076, - [6471] = 6081, - [6472] = 6076, - [6473] = 6081, - [6474] = 6076, - [6475] = 6081, - [6476] = 6076, - [6477] = 6081, - [6478] = 6076, - [6479] = 6081, - [6480] = 6076, - [6481] = 6081, - [6482] = 6075, - [6483] = 6483, - [6484] = 6484, - [6485] = 4734, - [6486] = 6157, - [6487] = 4737, - [6488] = 6488, - [6489] = 4754, - [6490] = 4755, - [6491] = 6491, + [6444] = 6444, + [6445] = 6445, + [6446] = 4654, + [6447] = 6311, + [6448] = 6336, + [6449] = 4657, + [6450] = 521, + [6451] = 4659, + [6452] = 6116, + [6453] = 4662, + [6454] = 530, + [6455] = 5881, + [6456] = 6456, + [6457] = 510, + [6458] = 6097, + [6459] = 6076, + [6460] = 6101, + [6461] = 4767, + [6462] = 6462, + [6463] = 379, + [6464] = 6082, + [6465] = 4769, + [6466] = 379, + [6467] = 528, + [6468] = 1689, + [6469] = 6309, + [6470] = 6470, + [6471] = 6471, + [6472] = 6472, + [6473] = 6102, + [6474] = 4772, + [6475] = 6087, + [6476] = 6471, + [6477] = 6173, + [6478] = 6103, + [6479] = 4776, + [6480] = 375, + [6481] = 6184, + [6482] = 6482, + [6483] = 148, + [6484] = 3055, + [6485] = 375, + [6486] = 6104, + [6487] = 522, + [6488] = 6203, + [6489] = 6098, + [6490] = 6097, + [6491] = 6098, [6492] = 6492, - [6493] = 516, + [6493] = 6493, [6494] = 6494, - [6495] = 517, + [6495] = 6099, [6496] = 6496, - [6497] = 6149, - [6498] = 6498, - [6499] = 345, - [6500] = 529, - [6501] = 530, - [6502] = 6502, - [6503] = 6089, - [6504] = 529, - [6505] = 530, - [6506] = 1622, - [6507] = 6139, - [6508] = 472, - [6509] = 6150, - [6510] = 368, - [6511] = 6511, - [6512] = 6512, - [6513] = 6155, - [6514] = 6131, - [6515] = 6132, - [6516] = 6133, - [6517] = 6134, + [6497] = 4706, + [6498] = 1645, + [6499] = 6499, + [6500] = 6500, + [6501] = 6100, + [6502] = 6101, + [6503] = 6102, + [6504] = 4707, + [6505] = 6505, + [6506] = 531, + [6507] = 533, + [6508] = 6103, + [6509] = 6509, + [6510] = 6510, + [6511] = 6104, + [6512] = 5985, + [6513] = 6513, + [6514] = 4728, + [6515] = 6515, + [6516] = 6408, + [6517] = 6517, [6518] = 6518, - [6519] = 6135, - [6520] = 6136, - [6521] = 6137, - [6522] = 3059, - [6523] = 6523, - [6524] = 6524, - [6525] = 1638, - [6526] = 4593, - [6527] = 4613, - [6528] = 4614, - [6529] = 4652, - [6530] = 4662, - [6531] = 4677, - [6532] = 529, + [6519] = 1640, + [6520] = 4736, + [6521] = 6076, + [6522] = 6099, + [6523] = 4737, + [6524] = 1611, + [6525] = 6076, + [6526] = 379, + [6527] = 6082, + [6528] = 6100, + [6529] = 6529, + [6530] = 139, + [6531] = 6436, + [6532] = 3057, [6533] = 6533, - [6534] = 148, - [6535] = 530, - [6536] = 4678, - [6537] = 369, - [6538] = 6538, - [6539] = 6149, - [6540] = 6150, - [6541] = 6152, - [6542] = 6542, - [6543] = 1669, - [6544] = 3062, + [6534] = 2670, + [6535] = 4738, + [6536] = 370, + [6537] = 6537, + [6538] = 6087, + [6539] = 6539, + [6540] = 3067, + [6541] = 2609, + [6542] = 4782, + [6543] = 6543, + [6544] = 6173, [6545] = 6545, - [6546] = 6546, - [6547] = 531, - [6548] = 6548, - [6549] = 6549, - [6550] = 6550, - [6551] = 6488, - [6552] = 1698, - [6553] = 5939, - [6554] = 6142, - [6555] = 4633, - [6556] = 6556, - [6557] = 4634, - [6558] = 4641, - [6559] = 4645, - [6560] = 4665, - [6561] = 4668, - [6562] = 4672, - [6563] = 6563, - [6564] = 6564, - [6565] = 4544, - [6566] = 6152, - [6567] = 4696, - [6568] = 487, - [6569] = 4700, - [6570] = 6075, - [6571] = 4716, - [6572] = 4726, - [6573] = 4745, - [6574] = 4747, - [6575] = 4750, - [6576] = 4752, - [6577] = 4756, - [6578] = 4757, - [6579] = 4767, - [6580] = 525, - [6581] = 4772, - [6582] = 4785, - [6583] = 4786, - [6584] = 4789, - [6585] = 6502, - [6586] = 3100, + [6546] = 4783, + [6547] = 6104, + [6548] = 361, + [6549] = 4739, + [6550] = 4784, + [6551] = 6097, + [6552] = 6552, + [6553] = 6309, + [6554] = 6098, + [6555] = 6471, + [6556] = 6099, + [6557] = 6098, + [6558] = 6099, + [6559] = 6100, + [6560] = 6100, + [6561] = 6101, + [6562] = 6102, + [6563] = 6103, + [6564] = 6104, + [6565] = 6184, + [6566] = 4741, + [6567] = 353, + [6568] = 6568, + [6569] = 6569, + [6570] = 6076, + [6571] = 6229, + [6572] = 6082, + [6573] = 6097, + [6574] = 6574, + [6575] = 4759, + [6576] = 6576, + [6577] = 6104, + [6578] = 530, + [6579] = 6579, + [6580] = 6087, + [6581] = 4785, + [6582] = 4747, + [6583] = 6336, + [6584] = 3046, + [6585] = 6585, + [6586] = 6586, [6587] = 6587, - [6588] = 4790, - [6589] = 4680, - [6590] = 4545, - [6591] = 6170, - [6592] = 6587, - [6593] = 6511, - [6594] = 6512, - [6595] = 6332, - [6596] = 6556, - [6597] = 4546, + [6588] = 3278, + [6589] = 540, + [6590] = 6590, + [6591] = 6585, + [6592] = 6443, + [6593] = 6444, + [6594] = 6095, + [6595] = 6517, + [6596] = 4786, + [6597] = 4748, [6598] = 147, - [6599] = 146, - [6600] = 527, - [6601] = 6587, - [6602] = 6511, - [6603] = 6512, - [6604] = 6332, - [6605] = 4548, - [6606] = 4550, - [6607] = 4552, - [6608] = 4556, - [6609] = 4564, - [6610] = 4566, - [6611] = 4569, - [6612] = 4576, - [6613] = 4596, - [6614] = 4600, - [6615] = 491, - [6616] = 492, - [6617] = 493, - [6618] = 6084, - [6619] = 4603, + [6599] = 510, + [6600] = 146, + [6601] = 6601, + [6602] = 6585, + [6603] = 6443, + [6604] = 6444, + [6605] = 6095, + [6606] = 531, + [6607] = 6097, + [6608] = 6098, + [6609] = 6099, + [6610] = 6100, + [6611] = 4749, + [6612] = 4750, + [6613] = 540, + [6614] = 6101, + [6615] = 6102, + [6616] = 6103, + [6617] = 4751, + [6618] = 6618, + [6619] = 6619, [6620] = 6620, - [6621] = 6621, - [6622] = 6136, - [6623] = 6623, - [6624] = 6624, - [6625] = 6625, - [6626] = 6623, + [6621] = 4752, + [6622] = 4753, + [6623] = 6289, + [6624] = 6104, + [6625] = 508, + [6626] = 6626, [6627] = 6627, [6628] = 6628, - [6629] = 6629, - [6630] = 603, + [6629] = 6082, + [6630] = 6630, [6631] = 6631, [6632] = 6632, [6633] = 6633, - [6634] = 6624, - [6635] = 6426, + [6634] = 6634, + [6635] = 144, [6636] = 6636, [6637] = 6637, - [6638] = 604, - [6639] = 6625, + [6638] = 6638, + [6639] = 6639, [6640] = 6640, - [6641] = 6623, - [6642] = 6627, - [6643] = 239, - [6644] = 573, - [6645] = 6645, - [6646] = 2981, + [6641] = 6641, + [6642] = 6642, + [6643] = 646, + [6644] = 6276, + [6645] = 647, + [6646] = 1645, [6647] = 6647, - [6648] = 4485, - [6649] = 6110, - [6650] = 6631, + [6648] = 3046, + [6649] = 145, + [6650] = 648, [6651] = 6651, - [6652] = 6652, - [6653] = 6653, - [6654] = 6640, - [6655] = 6632, - [6656] = 5482, - [6657] = 6623, - [6658] = 6627, - [6659] = 6629, - [6660] = 6620, - [6661] = 6621, - [6662] = 6631, + [6652] = 540, + [6653] = 649, + [6654] = 5511, + [6655] = 6655, + [6656] = 6401, + [6657] = 531, + [6658] = 6658, + [6659] = 6659, + [6660] = 533, + [6661] = 6661, + [6662] = 5492, [6663] = 6632, - [6664] = 6381, - [6665] = 6624, - [6666] = 3071, - [6667] = 4486, - [6668] = 6653, - [6669] = 6669, - [6670] = 6165, - [6671] = 5491, - [6672] = 657, - [6673] = 658, - [6674] = 1150, - [6675] = 528, - [6676] = 6201, - [6677] = 659, - [6678] = 660, - [6679] = 6645, - [6680] = 2630, - [6681] = 529, - [6682] = 662, - [6683] = 664, - [6684] = 665, - [6685] = 6653, - [6686] = 674, - [6687] = 6640, - [6688] = 6688, - [6689] = 6689, - [6690] = 6625, - [6691] = 6623, - [6692] = 6627, - [6693] = 646, - [6694] = 6629, - [6695] = 6183, - [6696] = 6631, - [6697] = 6632, - [6698] = 190, - [6699] = 6624, - [6700] = 6168, - [6701] = 6203, - [6702] = 6153, - [6703] = 653, - [6704] = 6704, + [6664] = 6633, + [6665] = 6634, + [6666] = 6636, + [6667] = 6667, + [6668] = 6470, + [6669] = 6637, + [6670] = 6638, + [6671] = 530, + [6672] = 6115, + [6673] = 6641, + [6674] = 6674, + [6675] = 6119, + [6676] = 4517, + [6677] = 6677, + [6678] = 6678, + [6679] = 6679, + [6680] = 6651, + [6681] = 6681, + [6682] = 650, + [6683] = 6683, + [6684] = 651, + [6685] = 6659, + [6686] = 6153, + [6687] = 6661, + [6688] = 652, + [6689] = 6632, + [6690] = 6633, + [6691] = 6634, + [6692] = 653, + [6693] = 6636, + [6694] = 634, + [6695] = 3047, + [6696] = 6637, + [6697] = 6638, + [6698] = 6641, + [6699] = 6699, + [6700] = 6419, + [6701] = 6701, + [6702] = 638, + [6703] = 6651, + [6704] = 3134, [6705] = 6205, - [6706] = 6706, - [6707] = 6128, - [6708] = 6708, - [6709] = 6645, - [6710] = 6143, - [6711] = 6144, - [6712] = 6653, - [6713] = 6146, - [6714] = 6640, - [6715] = 2983, - [6716] = 6542, - [6717] = 6625, - [6718] = 6623, - [6719] = 6627, - [6720] = 6720, - [6721] = 6629, - [6722] = 3179, - [6723] = 6631, - [6724] = 6632, - [6725] = 6624, + [6706] = 6651, + [6707] = 6206, + [6708] = 6212, + [6709] = 6158, + [6710] = 6222, + [6711] = 6711, + [6712] = 3139, + [6713] = 3140, + [6714] = 6659, + [6715] = 2973, + [6716] = 6661, + [6717] = 3146, + [6718] = 654, + [6719] = 6632, + [6720] = 6633, + [6721] = 6634, + [6722] = 610, + [6723] = 6636, + [6724] = 6637, + [6725] = 6638, [6726] = 6726, - [6727] = 6727, + [6727] = 6641, [6728] = 6728, - [6729] = 6328, - [6730] = 6230, - [6731] = 609, - [6732] = 6633, - [6733] = 6645, - [6734] = 6151, - [6735] = 2613, - [6736] = 6154, - [6737] = 3007, - [6738] = 6738, - [6739] = 6653, - [6740] = 6640, - [6741] = 6741, - [6742] = 6742, - [6743] = 610, - [6744] = 6625, - [6745] = 6623, - [6746] = 6627, - [6747] = 6629, - [6748] = 654, - [6749] = 6631, - [6750] = 6632, - [6751] = 6647, - [6752] = 6624, - [6753] = 6629, - [6754] = 6329, - [6755] = 6631, - [6756] = 675, - [6757] = 6738, - [6758] = 6741, - [6759] = 6632, - [6760] = 6645, - [6761] = 6625, - [6762] = 6623, - [6763] = 6627, - [6764] = 605, - [6765] = 3184, - [6766] = 6653, - [6767] = 6767, - [6768] = 6640, - [6769] = 6769, - [6770] = 6625, - [6771] = 6623, - [6772] = 6627, - [6773] = 6629, - [6774] = 6324, - [6775] = 6631, - [6776] = 6632, - [6777] = 6777, - [6778] = 6624, - [6779] = 3186, - [6780] = 2663, - [6781] = 6645, - [6782] = 6625, - [6783] = 6783, - [6784] = 6784, - [6785] = 6785, - [6786] = 6786, - [6787] = 6627, - [6788] = 6645, - [6789] = 6789, - [6790] = 6161, - [6791] = 6791, - [6792] = 6653, - [6793] = 6793, - [6794] = 6640, - [6795] = 6795, - [6796] = 6625, - [6797] = 6623, - [6798] = 6627, - [6799] = 6629, - [6800] = 6800, - [6801] = 6631, - [6802] = 6632, - [6803] = 529, - [6804] = 530, - [6805] = 6624, + [6729] = 353, + [6730] = 6730, + [6731] = 6651, + [6732] = 540, + [6733] = 6733, + [6734] = 6659, + [6735] = 631, + [6736] = 6275, + [6737] = 6661, + [6738] = 611, + [6739] = 6632, + [6740] = 6633, + [6741] = 6634, + [6742] = 6636, + [6743] = 612, + [6744] = 6637, + [6745] = 6638, + [6746] = 2626, + [6747] = 6641, + [6748] = 616, + [6749] = 626, + [6750] = 6651, + [6751] = 6751, + [6752] = 6404, + [6753] = 6182, + [6754] = 6651, + [6755] = 6257, + [6756] = 6659, + [6757] = 3055, + [6758] = 531, + [6759] = 6661, + [6760] = 2627, + [6761] = 6658, + [6762] = 3057, + [6763] = 6632, + [6764] = 6633, + [6765] = 6634, + [6766] = 6266, + [6767] = 6636, + [6768] = 6637, + [6769] = 6638, + [6770] = 6770, + [6771] = 6273, + [6772] = 6641, + [6773] = 533, + [6774] = 6658, + [6775] = 6183, + [6776] = 6601, + [6777] = 6659, + [6778] = 6651, + [6779] = 6779, + [6780] = 6661, + [6781] = 613, + [6782] = 614, + [6783] = 6659, + [6784] = 615, + [6785] = 6659, + [6786] = 6661, + [6787] = 6482, + [6788] = 6632, + [6789] = 6633, + [6790] = 6634, + [6791] = 6636, + [6792] = 6543, + [6793] = 6637, + [6794] = 6638, + [6795] = 6492, + [6796] = 6796, + [6797] = 6641, + [6798] = 6138, + [6799] = 510, + [6800] = 6198, + [6801] = 6493, + [6802] = 6494, + [6803] = 6803, + [6804] = 6658, + [6805] = 617, [6806] = 6806, - [6807] = 2639, - [6808] = 6206, - [6809] = 6162, - [6810] = 2640, - [6811] = 6484, - [6812] = 6207, - [6813] = 674, - [6814] = 6645, - [6815] = 6248, - [6816] = 574, - [6817] = 613, - [6818] = 530, - [6819] = 6653, - [6820] = 6640, - [6821] = 6625, - [6822] = 6623, - [6823] = 6627, - [6824] = 6629, - [6825] = 6631, - [6826] = 6632, - [6827] = 6827, - [6828] = 6624, - [6829] = 6645, - [6830] = 6163, - [6831] = 367, - [6832] = 6637, - [6833] = 3124, - [6834] = 3125, - [6835] = 614, - [6836] = 6645, - [6837] = 6327, - [6838] = 3126, - [6839] = 578, - [6840] = 6653, - [6841] = 6624, - [6842] = 6640, - [6843] = 6625, - [6844] = 6623, - [6845] = 6627, - [6846] = 6629, - [6847] = 528, - [6848] = 6631, - [6849] = 6632, - [6850] = 608, - [6851] = 6624, - [6852] = 6852, - [6853] = 6091, - [6854] = 6854, - [6855] = 6855, - [6856] = 6645, - [6857] = 6653, - [6858] = 6633, - [6859] = 6640, - [6860] = 685, - [6861] = 6625, - [6862] = 6623, - [6863] = 6627, - [6864] = 6077, - [6865] = 6629, - [6866] = 366, - [6867] = 6631, - [6868] = 6632, - [6869] = 3059, - [6870] = 6624, - [6871] = 6204, + [6807] = 6651, + [6808] = 6641, + [6809] = 6659, + [6810] = 6661, + [6811] = 3067, + [6812] = 6632, + [6813] = 6633, + [6814] = 6634, + [6815] = 6636, + [6816] = 618, + [6817] = 6637, + [6818] = 6638, + [6819] = 6641, + [6820] = 619, + [6821] = 6821, + [6822] = 6821, + [6823] = 620, + [6824] = 189, + [6825] = 6661, + [6826] = 6826, + [6827] = 6651, + [6828] = 279, + [6829] = 4451, + [6830] = 6529, + [6831] = 6659, + [6832] = 6632, + [6833] = 6661, + [6834] = 6633, + [6835] = 6634, + [6836] = 6632, + [6837] = 6633, + [6838] = 6634, + [6839] = 6636, + [6840] = 621, + [6841] = 6637, + [6842] = 6638, + [6843] = 4452, + [6844] = 6659, + [6845] = 6641, + [6846] = 6422, + [6847] = 622, + [6848] = 623, + [6849] = 555, + [6850] = 6850, + [6851] = 3077, + [6852] = 6651, + [6853] = 6423, + [6854] = 629, + [6855] = 6659, + [6856] = 6661, + [6857] = 6857, + [6858] = 6496, + [6859] = 6632, + [6860] = 6633, + [6861] = 6634, + [6862] = 2654, + [6863] = 6636, + [6864] = 6864, + [6865] = 6865, + [6866] = 6637, + [6867] = 6638, + [6868] = 630, + [6869] = 6641, + [6870] = 6870, + [6871] = 6267, [6872] = 6872, - [6873] = 6873, - [6874] = 6263, - [6875] = 6875, - [6876] = 6645, - [6877] = 6653, - [6878] = 3062, - [6879] = 6640, - [6880] = 368, - [6881] = 6881, - [6882] = 6625, - [6883] = 6623, - [6884] = 6627, - [6885] = 6629, - [6886] = 1622, - [6887] = 6887, - [6888] = 6631, - [6889] = 6632, - [6890] = 369, - [6891] = 6891, - [6892] = 6624, - [6893] = 6893, - [6894] = 6894, - [6895] = 6647, - [6896] = 647, - [6897] = 6897, - [6898] = 6640, - [6899] = 6899, - [6900] = 6625, - [6901] = 6623, - [6902] = 6627, - [6903] = 6727, - [6904] = 6629, - [6905] = 6281, - [6906] = 6631, - [6907] = 6632, - [6908] = 6624, - [6909] = 6786, - [6910] = 6910, - [6911] = 6777, - [6912] = 6899, - [6913] = 6629, - [6914] = 6784, - [6915] = 6640, - [6916] = 6652, - [6917] = 6625, - [6918] = 6623, - [6919] = 6627, - [6920] = 6629, - [6921] = 6800, - [6922] = 612, - [6923] = 6631, - [6924] = 6632, - [6925] = 6806, - [6926] = 6624, - [6927] = 6631, - [6928] = 3060, - [6929] = 6881, - [6930] = 6632, - [6931] = 6887, - [6932] = 6265, - [6933] = 6933, - [6934] = 6645, - [6935] = 6894, - [6936] = 3151, - [6937] = 3152, - [6938] = 6938, - [6939] = 3154, - [6940] = 6418, - [6941] = 6428, - [6942] = 6443, - [6943] = 6447, + [6873] = 6208, + [6874] = 6651, + [6875] = 6417, + [6876] = 6430, + [6877] = 6659, + [6878] = 6661, + [6879] = 6632, + [6880] = 6633, + [6881] = 6634, + [6882] = 2644, + [6883] = 6636, + [6884] = 6432, + [6885] = 530, + [6886] = 6637, + [6887] = 6638, + [6888] = 6677, + [6889] = 6733, + [6890] = 6641, + [6891] = 6826, + [6892] = 6892, + [6893] = 6661, + [6894] = 6636, + [6895] = 6632, + [6896] = 6633, + [6897] = 6634, + [6898] = 6898, + [6899] = 6636, + [6900] = 6637, + [6901] = 6637, + [6902] = 6638, + [6903] = 6638, + [6904] = 6904, + [6905] = 6641, + [6906] = 6906, + [6907] = 6907, + [6908] = 6636, + [6909] = 6909, + [6910] = 6661, + [6911] = 6911, + [6912] = 6912, + [6913] = 6632, + [6914] = 6633, + [6915] = 6634, + [6916] = 6568, + [6917] = 6636, + [6918] = 644, + [6919] = 6637, + [6920] = 6638, + [6921] = 6641, + [6922] = 6898, + [6923] = 6907, + [6924] = 6552, + [6925] = 6925, + [6926] = 6632, + [6927] = 6633, + [6928] = 6631, + [6929] = 6634, + [6930] = 6679, + [6931] = 2670, + [6932] = 2609, + [6933] = 6892, + [6934] = 6632, + [6935] = 6630, + [6936] = 6633, + [6937] = 6937, + [6938] = 6403, + [6939] = 6634, + [6940] = 6940, + [6941] = 6941, + [6942] = 375, + [6943] = 6943, [6944] = 6944, - [6945] = 3156, - [6946] = 6653, - [6947] = 6629, - [6948] = 6948, - [6949] = 355, - [6950] = 345, - [6951] = 6640, - [6952] = 6266, - [6953] = 2604, - [6954] = 6652, - [6955] = 6897, - [6956] = 6728, - [6957] = 352, - [6958] = 2605, - [6959] = 6098, - [6960] = 6960, - [6961] = 6100, - [6962] = 6103, - [6963] = 6524, - [6964] = 6252, - [6965] = 6101, - [6966] = 1590, - [6967] = 6742, - [6968] = 655, - [6969] = 6108, - [6970] = 673, - [6971] = 6645, - [6972] = 6563, - [6973] = 6973, - [6974] = 637, - [6975] = 6973, - [6976] = 6910, - [6977] = 615, - [6978] = 6640, - [6979] = 6873, - [6980] = 616, - [6981] = 6981, - [6982] = 6330, - [6983] = 617, - [6984] = 6652, - [6985] = 6985, - [6986] = 6986, + [6945] = 6641, + [6946] = 6141, + [6947] = 6439, + [6948] = 384, + [6949] = 556, + [6950] = 1609, + [6951] = 6445, + [6952] = 639, + [6953] = 379, + [6954] = 6145, + [6955] = 370, + [6956] = 6149, + [6957] = 640, + [6958] = 6639, + [6959] = 606, + [6960] = 3145, + [6961] = 3163, + [6962] = 3172, + [6963] = 6642, + [6964] = 361, + [6965] = 6770, + [6966] = 6779, + [6967] = 6323, + [6968] = 6826, + [6969] = 6969, + [6970] = 6970, + [6971] = 683, + [6972] = 6904, + [6973] = 684, + [6974] = 6906, + [6975] = 632, + [6976] = 6911, + [6977] = 6892, + [6978] = 633, + [6979] = 6925, + [6980] = 6980, + [6981] = 603, + [6982] = 6631, + [6983] = 6983, + [6984] = 637, + [6985] = 6655, + [6986] = 6661, [6987] = 6987, - [6988] = 6491, - [6989] = 6708, - [6990] = 618, - [6991] = 6652, - [6992] = 6653, - [6993] = 6981, - [6994] = 6855, - [6995] = 6783, - [6996] = 6564, - [6997] = 6789, - [6998] = 6891, - [6999] = 6247, - [7000] = 6651, - [7001] = 6640, - [7002] = 527, - [7003] = 6494, - [7004] = 6624, - [7005] = 6986, - [7006] = 6633, - [7007] = 6164, - [7008] = 7008, - [7009] = 6625, - [7010] = 7010, - [7011] = 6623, - [7012] = 6627, - [7013] = 1698, - [7014] = 7014, - [7015] = 7015, - [7016] = 141, - [7017] = 672, - [7018] = 606, - [7019] = 7019, - [7020] = 7020, - [7021] = 6629, - [7022] = 6631, - [7023] = 6632, - [7024] = 619, - [7025] = 6742, - [7026] = 145, - [7027] = 6538, - [7028] = 6986, - [7029] = 607, - [7030] = 7030, - [7031] = 189, - [7032] = 6981, - [7033] = 144, - [7034] = 6783, - [7035] = 620, - [7036] = 6789, - [7037] = 6624, - [7038] = 6894, - [7039] = 6651, - [7040] = 656, - [7041] = 6653, - [7042] = 6897, - [7043] = 672, - [7044] = 621, - [7045] = 7045, - [7046] = 142, - [7047] = 3173, - [7048] = 622, - [7049] = 623, - [7050] = 4488, - [7051] = 4498, - [7052] = 601, - [7053] = 624, - [7054] = 6483, - [7055] = 636, - [7056] = 1638, - [7057] = 611, - [7058] = 6742, - [7059] = 6777, - [7060] = 7060, - [7061] = 6986, - [7062] = 6784, - [7063] = 6981, - [7064] = 6783, - [7065] = 6244, - [7066] = 6789, - [7067] = 6651, - [7068] = 6800, - [7069] = 6421, - [7070] = 6742, - [7071] = 6806, - [7072] = 6986, - [7073] = 1669, - [7074] = 6981, - [7075] = 6783, - [7076] = 6789, - [7077] = 6651, - [7078] = 6742, - [7079] = 531, - [7080] = 7080, - [7081] = 6986, - [7082] = 6881, - [7083] = 6981, - [7084] = 6783, - [7085] = 6887, - [7086] = 6789, - [7087] = 6651, - [7088] = 6742, - [7089] = 6986, - [7090] = 6496, - [7091] = 6104, - [7092] = 6981, - [7093] = 6783, - [7094] = 625, - [7095] = 6789, - [7096] = 6651, - [7097] = 6742, - [7098] = 626, - [7099] = 7099, - [7100] = 6986, - [7101] = 627, - [7102] = 6981, - [7103] = 6783, - [7104] = 6789, - [7105] = 6651, - [7106] = 6742, - [7107] = 628, - [7108] = 6986, - [7109] = 3100, - [7110] = 140, - [7111] = 6981, - [7112] = 6783, - [7113] = 6789, - [7114] = 6651, - [7115] = 6742, - [7116] = 7116, - [7117] = 6986, - [7118] = 6105, - [7119] = 3048, - [7120] = 6981, - [7121] = 6783, - [7122] = 6789, - [7123] = 6651, - [7124] = 6742, - [7125] = 6545, - [7126] = 6986, - [7127] = 6981, - [7128] = 6783, - [7129] = 6789, - [7130] = 6651, - [7131] = 6742, - [7132] = 7132, - [7133] = 6986, - [7134] = 6872, - [7135] = 6546, - [7136] = 6981, - [7137] = 6783, + [6988] = 6639, + [6989] = 6989, + [6990] = 6636, + [6991] = 6642, + [6992] = 6329, + [6993] = 6637, + [6994] = 6638, + [6995] = 6995, + [6996] = 6107, + [6997] = 6997, + [6998] = 6637, + [6999] = 6999, + [7000] = 7000, + [7001] = 6638, + [7002] = 7002, + [7003] = 141, + [7004] = 140, + [7005] = 6872, + [7006] = 6420, + [7007] = 7007, + [7008] = 6987, + [7009] = 339, + [7010] = 607, + [7011] = 1611, + [7012] = 7012, + [7013] = 6630, + [7014] = 2963, + [7015] = 6941, + [7016] = 608, + [7017] = 6999, + [7018] = 6431, + [7019] = 6113, + [7020] = 7000, + [7021] = 626, + [7022] = 7022, + [7023] = 6619, + [7024] = 6626, + [7025] = 6513, + [7026] = 7026, + [7027] = 6627, + [7028] = 6628, + [7029] = 641, + [7030] = 642, + [7031] = 1152, + [7032] = 6574, + [7033] = 6533, + [7034] = 7034, + [7035] = 6579, + [7036] = 6647, + [7037] = 6150, + [7038] = 6667, + [7039] = 6305, + [7040] = 643, + [7041] = 1640, + [7042] = 6587, + [7043] = 6989, + [7044] = 600, + [7045] = 6590, + [7046] = 558, + [7047] = 2965, + [7048] = 6904, + [7049] = 6999, + [7050] = 6983, + [7051] = 6651, + [7052] = 6641, + [7053] = 6576, + [7054] = 6987, + [7055] = 6630, + [7056] = 6941, + [7057] = 7057, + [7058] = 4515, + [7059] = 609, + [7060] = 7000, + [7061] = 6152, + [7062] = 625, + [7063] = 7063, + [7064] = 3164, + [7065] = 6658, + [7066] = 6659, + [7067] = 3189, + [7068] = 7068, + [7069] = 6661, + [7070] = 7070, + [7071] = 627, + [7072] = 1689, + [7073] = 6904, + [7074] = 7074, + [7075] = 6999, + [7076] = 6826, + [7077] = 6987, + [7078] = 6630, + [7079] = 6569, + [7080] = 6941, + [7081] = 7000, + [7082] = 6632, + [7083] = 6633, + [7084] = 6904, + [7085] = 7085, + [7086] = 6634, + [7087] = 6999, + [7088] = 6987, + [7089] = 6630, + [7090] = 6941, + [7091] = 7000, + [7092] = 6904, + [7093] = 6999, + [7094] = 6636, + [7095] = 6987, + [7096] = 6630, + [7097] = 6941, + [7098] = 7000, + [7099] = 6904, + [7100] = 6637, + [7101] = 6999, + [7102] = 7102, + [7103] = 6638, + [7104] = 6987, + [7105] = 6630, + [7106] = 6941, + [7107] = 7000, + [7108] = 6904, + [7109] = 6999, + [7110] = 7110, + [7111] = 6987, + [7112] = 6630, + [7113] = 6641, + [7114] = 6941, + [7115] = 7000, + [7116] = 6904, + [7117] = 625, + [7118] = 6999, + [7119] = 7119, + [7120] = 6462, + [7121] = 6987, + [7122] = 6424, + [7123] = 6941, + [7124] = 7000, + [7125] = 6904, + [7126] = 6537, + [7127] = 6999, + [7128] = 602, + [7129] = 3123, + [7130] = 6987, + [7131] = 6630, + [7132] = 635, + [7133] = 6941, + [7134] = 7000, + [7135] = 6904, + [7136] = 636, + [7137] = 6999, [7138] = 7138, - [7139] = 6789, - [7140] = 6651, - [7141] = 6742, - [7142] = 648, - [7143] = 6548, - [7144] = 6986, - [7145] = 6549, - [7146] = 629, - [7147] = 6981, - [7148] = 6783, - [7149] = 143, - [7150] = 6789, - [7151] = 6651, - [7152] = 6742, - [7153] = 6986, - [7154] = 6550, - [7155] = 6981, - [7156] = 6783, - [7157] = 6789, - [7158] = 6651, - [7159] = 6742, - [7160] = 6986, - [7161] = 6981, - [7162] = 6783, - [7163] = 645, - [7164] = 6789, - [7165] = 6651, - [7166] = 6742, - [7167] = 6986, - [7168] = 7168, - [7169] = 6981, - [7170] = 6783, - [7171] = 6533, - [7172] = 6789, - [7173] = 6651, - [7174] = 6742, - [7175] = 6986, - [7176] = 7176, - [7177] = 6981, - [7178] = 6783, - [7179] = 6307, - [7180] = 6789, - [7181] = 6651, - [7182] = 6275, - [7183] = 531, - [7184] = 6200, - [7185] = 6106, - [7186] = 649, - [7187] = 6107, - [7188] = 602, - [7189] = 6645, - [7190] = 638, - [7191] = 1638, - [7192] = 651, - [7193] = 6875, - [7194] = 7194, - [7195] = 7195, - [7196] = 639, - [7197] = 652, - [7198] = 6652, - [7199] = 7199, - [7200] = 6653, - [7201] = 6640, - [7202] = 6625, - [7203] = 7203, - [7204] = 7204, - [7205] = 7205, - [7206] = 7206, - [7207] = 7207, - [7208] = 7208, - [7209] = 1698, - [7210] = 7210, - [7211] = 6767, - [7212] = 2110, + [7139] = 6987, + [7140] = 6630, + [7141] = 6941, + [7142] = 7000, + [7143] = 6904, + [7144] = 6969, + [7145] = 6999, + [7146] = 6987, + [7147] = 6630, + [7148] = 190, + [7149] = 6941, + [7150] = 7000, + [7151] = 6904, + [7152] = 3158, + [7153] = 6651, + [7154] = 6999, + [7155] = 6987, + [7156] = 6630, + [7157] = 6941, + [7158] = 7000, + [7159] = 6904, + [7160] = 6999, + [7161] = 6987, + [7162] = 6630, + [7163] = 6770, + [7164] = 6941, + [7165] = 7000, + [7166] = 6904, + [7167] = 6999, + [7168] = 6499, + [7169] = 6987, + [7170] = 6630, + [7171] = 6941, + [7172] = 7000, + [7173] = 6904, + [7174] = 6999, + [7175] = 6987, + [7176] = 6630, + [7177] = 6779, + [7178] = 6941, + [7179] = 7000, + [7180] = 6904, + [7181] = 6999, + [7182] = 7182, + [7183] = 6987, + [7184] = 6630, + [7185] = 6500, + [7186] = 6941, + [7187] = 7000, + [7188] = 6505, + [7189] = 6509, + [7190] = 6510, + [7191] = 6970, + [7192] = 604, + [7193] = 6980, + [7194] = 2663, + [7195] = 628, + [7196] = 142, + [7197] = 605, + [7198] = 1689, + [7199] = 6651, + [7200] = 685, + [7201] = 6906, + [7202] = 6911, + [7203] = 645, + [7204] = 6658, + [7205] = 6659, + [7206] = 6545, + [7207] = 6925, + [7208] = 6661, + [7209] = 143, + [7210] = 3067, + [7211] = 7211, + [7212] = 3077, [7213] = 7213, - [7214] = 4395, - [7215] = 1669, + [7214] = 7214, + [7215] = 7215, [7216] = 7216, [7217] = 7217, - [7218] = 4644, + [7218] = 7218, [7219] = 7219, [7220] = 7220, - [7221] = 7208, - [7222] = 644, + [7221] = 7221, + [7222] = 7222, [7223] = 7223, [7224] = 7224, [7225] = 7225, [7226] = 7226, - [7227] = 7227, - [7228] = 7228, - [7229] = 684, + [7227] = 7220, + [7228] = 668, + [7229] = 530, [7230] = 7230, - [7231] = 7206, - [7232] = 7232, - [7233] = 7208, - [7234] = 2106, - [7235] = 3233, + [7231] = 673, + [7232] = 375, + [7233] = 4606, + [7234] = 7234, + [7235] = 7216, [7236] = 7236, - [7237] = 7224, - [7238] = 3243, - [7239] = 4575, - [7240] = 191, + [7237] = 7221, + [7238] = 2098, + [7239] = 7239, + [7240] = 7240, [7241] = 7241, - [7242] = 7236, - [7243] = 7243, + [7242] = 7219, + [7243] = 7234, [7244] = 7244, - [7245] = 3100, + [7245] = 148, [7246] = 7246, - [7247] = 531, - [7248] = 7248, + [7247] = 4456, + [7248] = 7216, [7249] = 7249, [7250] = 7250, - [7251] = 2086, + [7251] = 7251, [7252] = 7252, - [7253] = 7208, + [7253] = 7253, [7254] = 7254, - [7255] = 7208, - [7256] = 7256, - [7257] = 147, + [7255] = 7255, + [7256] = 6865, + [7257] = 7257, [7258] = 7258, - [7259] = 7216, + [7259] = 191, [7260] = 7260, - [7261] = 7206, - [7262] = 676, + [7261] = 510, + [7262] = 7262, [7263] = 7263, [7264] = 7264, [7265] = 7265, - [7266] = 7210, - [7267] = 7267, - [7268] = 7206, + [7266] = 7266, + [7267] = 1640, + [7268] = 370, [7269] = 7269, [7270] = 7270, - [7271] = 7271, - [7272] = 7272, - [7273] = 7256, - [7274] = 7274, - [7275] = 7275, - [7276] = 677, - [7277] = 680, - [7278] = 7274, + [7271] = 7236, + [7272] = 7257, + [7273] = 7273, + [7274] = 147, + [7275] = 146, + [7276] = 7220, + [7277] = 7277, + [7278] = 7244, [7279] = 7279, - [7280] = 7219, - [7281] = 7206, - [7282] = 682, - [7283] = 7279, - [7284] = 681, - [7285] = 7204, - [7286] = 7286, - [7287] = 7210, - [7288] = 366, - [7289] = 7219, - [7290] = 7219, - [7291] = 7219, - [7292] = 7292, - [7293] = 7293, - [7294] = 7213, - [7295] = 7295, - [7296] = 7279, - [7297] = 7204, - [7298] = 527, - [7299] = 7299, - [7300] = 7228, - [7301] = 7232, - [7302] = 531, - [7303] = 7303, - [7304] = 7304, - [7305] = 7279, - [7306] = 7279, - [7307] = 4473, - [7308] = 7204, - [7309] = 7204, + [7280] = 7222, + [7281] = 7281, + [7282] = 7255, + [7283] = 681, + [7284] = 3245, + [7285] = 7234, + [7286] = 3244, + [7287] = 7287, + [7288] = 7222, + [7289] = 7223, + [7290] = 7220, + [7291] = 7221, + [7292] = 7216, + [7293] = 7252, + [7294] = 7294, + [7295] = 7265, + [7296] = 540, + [7297] = 7297, + [7298] = 7265, + [7299] = 7264, + [7300] = 7236, + [7301] = 2130, + [7302] = 1689, + [7303] = 531, + [7304] = 379, + [7305] = 7305, + [7306] = 533, + [7307] = 7220, + [7308] = 7221, + [7309] = 7265, [7310] = 7310, - [7311] = 148, - [7312] = 7216, - [7313] = 7313, - [7314] = 146, - [7315] = 7256, - [7316] = 7316, - [7317] = 7317, - [7318] = 2081, - [7319] = 7274, - [7320] = 7204, + [7311] = 2088, + [7312] = 2126, + [7313] = 7264, + [7314] = 3055, + [7315] = 7236, + [7316] = 7265, + [7317] = 7264, + [7318] = 7234, + [7319] = 7216, + [7320] = 674, [7321] = 7321, - [7322] = 7279, - [7323] = 7272, - [7324] = 7265, - [7325] = 7208, - [7326] = 3071, + [7322] = 7240, + [7323] = 7241, + [7324] = 7264, + [7325] = 384, + [7326] = 7264, [7327] = 7327, - [7328] = 7328, - [7329] = 7210, - [7330] = 528, - [7331] = 7331, - [7332] = 7332, - [7333] = 7228, - [7334] = 7206, + [7328] = 7240, + [7329] = 3046, + [7330] = 3057, + [7331] = 7222, + [7332] = 7223, + [7333] = 7333, + [7334] = 7334, [7335] = 7335, - [7336] = 368, - [7337] = 7337, - [7338] = 7232, - [7339] = 2109, - [7340] = 3059, - [7341] = 3048, - [7342] = 7244, - [7343] = 1726, - [7344] = 7213, - [7345] = 3062, - [7346] = 7263, - [7347] = 7241, - [7348] = 7348, - [7349] = 1638, - [7350] = 367, - [7351] = 7337, - [7352] = 7328, - [7353] = 7258, - [7354] = 7270, - [7355] = 7271, - [7356] = 369, - [7357] = 529, - [7358] = 530, - [7359] = 7228, - [7360] = 7219, - [7361] = 7207, - [7362] = 7256, - [7363] = 7216, - [7364] = 2105, - [7365] = 7232, - [7366] = 7217, - [7367] = 7274, - [7368] = 7254, - [7369] = 7216, - [7370] = 7370, + [7336] = 7221, + [7337] = 7321, + [7338] = 4635, + [7339] = 7223, + [7340] = 7297, + [7341] = 7341, + [7342] = 7224, + [7343] = 7220, + [7344] = 7221, + [7345] = 7251, + [7346] = 7346, + [7347] = 7347, + [7348] = 7230, + [7349] = 7349, + [7350] = 2155, + [7351] = 682, + [7352] = 7234, + [7353] = 7216, + [7354] = 7251, + [7355] = 540, + [7356] = 7240, + [7357] = 7241, + [7358] = 7234, + [7359] = 7359, + [7360] = 677, + [7361] = 7218, + [7362] = 7250, + [7363] = 2120, + [7364] = 7327, + [7365] = 7365, + [7366] = 1814, + [7367] = 7294, + [7368] = 7368, + [7369] = 1645, + [7370] = 7241, [7371] = 7371, - [7372] = 7372, - [7373] = 7373, - [7374] = 7374, - [7375] = 7375, + [7372] = 7273, + [7373] = 667, + [7374] = 7277, + [7375] = 4492, [7376] = 7376, [7377] = 7377, [7378] = 7378, @@ -12545,390 +12552,397 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7382] = 7382, [7383] = 7383, [7384] = 7384, - [7385] = 7376, + [7385] = 7381, [7386] = 7386, - [7387] = 7371, - [7388] = 7380, + [7387] = 7387, + [7388] = 7388, [7389] = 7389, [7390] = 7390, - [7391] = 7303, + [7391] = 7391, [7392] = 7392, - [7393] = 7374, + [7393] = 7393, [7394] = 7394, - [7395] = 7374, - [7396] = 7374, - [7397] = 7376, + [7395] = 7380, + [7396] = 7379, + [7397] = 7397, [7398] = 7398, - [7399] = 7399, - [7400] = 7394, - [7401] = 7394, + [7399] = 7383, + [7400] = 7381, + [7401] = 7384, [7402] = 7402, - [7403] = 7403, - [7404] = 7404, - [7405] = 7405, + [7403] = 7390, + [7404] = 7387, + [7405] = 7383, [7406] = 7406, - [7407] = 7407, - [7408] = 7408, - [7409] = 7374, - [7410] = 7405, - [7411] = 7381, - [7412] = 7412, + [7407] = 7388, + [7408] = 7390, + [7409] = 7409, + [7410] = 7381, + [7411] = 7397, + [7412] = 7390, [7413] = 7413, - [7414] = 7407, - [7415] = 7415, - [7416] = 7416, - [7417] = 7415, - [7418] = 7382, + [7414] = 7393, + [7415] = 7402, + [7416] = 7390, + [7417] = 7417, + [7418] = 7418, [7419] = 7419, - [7420] = 7383, - [7421] = 7377, - [7422] = 7392, - [7423] = 499, - [7424] = 7404, - [7425] = 7405, - [7426] = 7376, - [7427] = 7383, - [7428] = 7407, + [7420] = 7420, + [7421] = 7378, + [7422] = 7402, + [7423] = 7381, + [7424] = 7381, + [7425] = 7425, + [7426] = 7402, + [7427] = 7427, + [7428] = 475, [7429] = 7429, - [7430] = 7416, - [7431] = 7431, - [7432] = 7415, - [7433] = 7433, - [7434] = 7381, - [7435] = 7382, - [7436] = 7383, + [7430] = 7430, + [7431] = 7417, + [7432] = 7432, + [7433] = 7381, + [7434] = 7378, + [7435] = 7435, + [7436] = 7436, [7437] = 7437, [7438] = 7438, - [7439] = 7405, - [7440] = 7440, - [7441] = 7441, - [7442] = 7407, - [7443] = 7376, - [7444] = 7444, - [7445] = 7404, - [7446] = 7405, - [7447] = 7407, - [7448] = 7448, - [7449] = 7416, - [7450] = 7450, - [7451] = 7398, + [7439] = 7379, + [7440] = 7397, + [7441] = 7381, + [7442] = 7406, + [7443] = 7417, + [7444] = 7381, + [7445] = 7383, + [7446] = 7446, + [7447] = 7381, + [7448] = 7437, + [7449] = 7381, + [7450] = 7390, + [7451] = 7386, [7452] = 7452, - [7453] = 7374, - [7454] = 7415, - [7455] = 7455, - [7456] = 7374, - [7457] = 7405, - [7458] = 7458, - [7459] = 7394, - [7460] = 7381, - [7461] = 7404, - [7462] = 7386, - [7463] = 7383, - [7464] = 7382, - [7465] = 7383, - [7466] = 7374, - [7467] = 7370, + [7453] = 7453, + [7454] = 7454, + [7455] = 7379, + [7456] = 7456, + [7457] = 7383, + [7458] = 7388, + [7459] = 7459, + [7460] = 7391, + [7461] = 7454, + [7462] = 7384, + [7463] = 7387, + [7464] = 7464, + [7465] = 7381, + [7466] = 7381, + [7467] = 7388, [7468] = 7468, - [7469] = 7406, - [7470] = 7470, - [7471] = 7374, - [7472] = 7472, - [7473] = 7473, - [7474] = 7384, - [7475] = 7394, - [7476] = 7404, - [7477] = 7376, - [7478] = 7379, - [7479] = 7394, - [7480] = 7405, - [7481] = 7408, - [7482] = 7482, - [7483] = 7405, - [7484] = 7382, - [7485] = 7407, - [7486] = 7407, - [7487] = 7487, - [7488] = 7376, - [7489] = 7374, - [7490] = 7405, - [7491] = 7374, - [7492] = 7416, - [7493] = 7383, - [7494] = 7415, - [7495] = 7394, - [7496] = 7496, - [7497] = 7404, - [7498] = 7402, - [7499] = 7405, - [7500] = 7407, - [7501] = 7416, - [7502] = 7415, - [7503] = 7503, + [7469] = 7393, + [7470] = 7381, + [7471] = 7379, + [7472] = 7384, + [7473] = 7387, + [7474] = 7390, + [7475] = 7453, + [7476] = 7388, + [7477] = 7393, + [7478] = 7417, + [7479] = 7386, + [7480] = 7381, + [7481] = 7391, + [7482] = 7452, + [7483] = 7381, + [7484] = 475, + [7485] = 7485, + [7486] = 7390, + [7487] = 7446, + [7488] = 7386, + [7489] = 7406, + [7490] = 7490, + [7491] = 7491, + [7492] = 7397, + [7493] = 7390, + [7494] = 7485, + [7495] = 7495, + [7496] = 473, + [7497] = 7384, + [7498] = 7406, + [7499] = 7397, + [7500] = 7378, + [7501] = 7501, + [7502] = 7390, + [7503] = 7409, [7504] = 7504, - [7505] = 7505, - [7506] = 7503, - [7507] = 7507, - [7508] = 498, - [7509] = 7404, - [7510] = 7458, - [7511] = 7472, - [7512] = 7455, - [7513] = 7472, - [7514] = 7394, - [7515] = 7458, - [7516] = 7381, - [7517] = 7382, - [7518] = 7383, - [7519] = 7408, - [7520] = 499, - [7521] = 7374, - [7522] = 7398, - [7523] = 7523, - [7524] = 7524, - [7525] = 7374, - [7526] = 7416, - [7527] = 7416, - [7528] = 7383, - [7529] = 7376, - [7530] = 7383, - [7531] = 7415, - [7532] = 7376, - [7533] = 7455, - [7534] = 7374, - [7535] = 7458, - [7536] = 7536, - [7537] = 7537, - [7538] = 7538, - [7539] = 7383, - [7540] = 7381, - [7541] = 7405, - [7542] = 7404, - [7543] = 7374, - [7544] = 7544, - [7545] = 7392, - [7546] = 7383, - [7547] = 7415, - [7548] = 7455, - [7549] = 7458, - [7550] = 7381, - [7551] = 7382, - [7552] = 7374, - [7553] = 7431, - [7554] = 7383, - [7555] = 7383, - [7556] = 7556, - [7557] = 7382, - [7558] = 7374, - [7559] = 7383, - [7560] = 7374, - [7561] = 7381, - [7562] = 7455, - [7563] = 7458, - [7564] = 7403, - [7565] = 7379, + [7505] = 7485, + [7506] = 7381, + [7507] = 7402, + [7508] = 7417, + [7509] = 7378, + [7510] = 7388, + [7511] = 7491, + [7512] = 7381, + [7513] = 7513, + [7514] = 473, + [7515] = 7393, + [7516] = 7393, + [7517] = 7517, + [7518] = 7381, + [7519] = 7454, + [7520] = 7381, + [7521] = 473, + [7522] = 7464, + [7523] = 7501, + [7524] = 7381, + [7525] = 7525, + [7526] = 7435, + [7527] = 7527, + [7528] = 7453, + [7529] = 7406, + [7530] = 7417, + [7531] = 7417, + [7532] = 7381, + [7533] = 7381, + [7534] = 7446, + [7535] = 7381, + [7536] = 7379, + [7537] = 7383, + [7538] = 7384, + [7539] = 7397, + [7540] = 7454, + [7541] = 7541, + [7542] = 7464, + [7543] = 7387, + [7544] = 7388, + [7545] = 7393, + [7546] = 7546, + [7547] = 7454, + [7548] = 7390, + [7549] = 7549, + [7550] = 7550, + [7551] = 7432, + [7552] = 7491, + [7553] = 7553, + [7554] = 7381, + [7555] = 7454, + [7556] = 7464, + [7557] = 7379, + [7558] = 7390, + [7559] = 7559, + [7560] = 7384, + [7561] = 7464, + [7562] = 7387, + [7563] = 7387, + [7564] = 7393, + [7565] = 7437, [7566] = 7566, - [7567] = 7374, - [7568] = 7416, - [7569] = 7394, - [7570] = 7404, + [7567] = 7379, + [7568] = 7568, + [7569] = 7454, + [7570] = 7464, [7571] = 7571, - [7572] = 7374, - [7573] = 7405, - [7574] = 7455, - [7575] = 7455, - [7576] = 7458, - [7577] = 7407, - [7578] = 7413, - [7579] = 7374, - [7580] = 7472, - [7581] = 7581, - [7582] = 7370, - [7583] = 7403, - [7584] = 499, - [7585] = 7374, - [7586] = 7416, - [7587] = 7473, - [7588] = 7455, - [7589] = 7415, - [7590] = 7415, - [7591] = 7374, - [7592] = 7374, - [7593] = 7406, - [7594] = 7394, - [7595] = 7595, - [7596] = 7405, - [7597] = 7374, + [7572] = 7417, + [7573] = 7381, + [7574] = 7381, + [7575] = 7390, + [7576] = 7413, + [7577] = 7468, + [7578] = 7383, + [7579] = 7417, + [7580] = 7456, + [7581] = 7379, + [7582] = 7454, + [7583] = 7464, + [7584] = 7384, + [7585] = 7585, + [7586] = 7553, + [7587] = 7383, + [7588] = 7406, + [7589] = 7589, + [7590] = 7397, + [7591] = 7390, + [7592] = 7387, + [7593] = 7388, + [7594] = 7378, + [7595] = 7454, + [7596] = 7406, + [7597] = 7393, [7598] = 7598, - [7599] = 7472, + [7599] = 7387, [7600] = 7600, - [7601] = 7455, - [7602] = 7458, + [7601] = 7391, + [7602] = 7602, [7603] = 7603, - [7604] = 7374, - [7605] = 7605, - [7606] = 7606, - [7607] = 7407, - [7608] = 7608, - [7609] = 7374, - [7610] = 7416, - [7611] = 7415, - [7612] = 7415, - [7613] = 7377, - [7614] = 7455, - [7615] = 7458, - [7616] = 7374, - [7617] = 7413, - [7618] = 7618, - [7619] = 7406, - [7620] = 7406, - [7621] = 7412, - [7622] = 7374, - [7623] = 7382, - [7624] = 7403, - [7625] = 7472, - [7626] = 7383, - [7627] = 7455, - [7628] = 7458, - [7629] = 7374, - [7630] = 7381, - [7631] = 7382, + [7604] = 7417, + [7605] = 7213, + [7606] = 7382, + [7607] = 7598, + [7608] = 7454, + [7609] = 7464, + [7610] = 7417, + [7611] = 7495, + [7612] = 7419, + [7613] = 7613, + [7614] = 7379, + [7615] = 7381, + [7616] = 7384, + [7617] = 7387, + [7618] = 7393, + [7619] = 7550, + [7620] = 7417, + [7621] = 7454, + [7622] = 7464, + [7623] = 7623, + [7624] = 7383, + [7625] = 7384, + [7626] = 7384, + [7627] = 7397, + [7628] = 7628, + [7629] = 7390, + [7630] = 7386, + [7631] = 7623, [7632] = 7632, - [7633] = 7374, - [7634] = 7634, - [7635] = 7383, - [7636] = 7374, - [7637] = 7374, - [7638] = 7377, - [7639] = 7374, - [7640] = 7455, - [7641] = 7458, - [7642] = 7642, - [7643] = 7403, - [7644] = 7374, - [7645] = 7376, - [7646] = 7646, - [7647] = 7374, - [7648] = 7389, - [7649] = 7394, - [7650] = 7374, - [7651] = 7581, - [7652] = 7455, - [7653] = 7455, - [7654] = 7458, - [7655] = 7376, - [7656] = 7656, - [7657] = 7404, - [7658] = 7658, - [7659] = 7606, - [7660] = 7658, - [7661] = 7381, - [7662] = 7458, - [7663] = 7455, - [7664] = 7458, - [7665] = 7381, - [7666] = 7384, - [7667] = 7581, - [7668] = 7405, - [7669] = 7407, - [7670] = 7382, - [7671] = 7383, - [7672] = 7406, - [7673] = 7455, - [7674] = 7382, - [7675] = 7383, - [7676] = 7416, - [7677] = 7618, - [7678] = 7482, - [7679] = 7415, - [7680] = 7394, - [7681] = 7681, - [7682] = 7455, - [7683] = 7473, + [7633] = 7387, + [7634] = 7454, + [7635] = 7464, + [7636] = 7381, + [7637] = 7387, + [7638] = 7436, + [7639] = 7388, + [7640] = 7452, + [7641] = 7641, + [7642] = 7418, + [7643] = 7643, + [7644] = 7456, + [7645] = 7645, + [7646] = 7495, + [7647] = 7454, + [7648] = 7464, + [7649] = 7649, + [7650] = 7381, + [7651] = 7388, + [7652] = 7393, + [7653] = 7381, + [7654] = 7413, + [7655] = 7406, + [7656] = 7397, + [7657] = 7393, + [7658] = 7468, + [7659] = 7381, + [7660] = 7454, + [7661] = 7464, + [7662] = 7437, + [7663] = 7381, + [7664] = 7406, + [7665] = 7665, + [7666] = 7379, + [7667] = 7381, + [7668] = 7384, + [7669] = 7453, + [7670] = 7454, + [7671] = 7464, + [7672] = 7390, + [7673] = 7673, + [7674] = 7390, + [7675] = 7623, + [7676] = 7379, + [7677] = 7378, + [7678] = 7417, + [7679] = 7386, + [7680] = 7454, + [7681] = 7452, + [7682] = 7381, + [7683] = 7683, [7684] = 7684, - [7685] = 7381, - [7686] = 498, - [7687] = 7376, - [7688] = 7390, - [7689] = 7370, - [7690] = 7376, - [7691] = 7455, - [7692] = 7455, - [7693] = 7455, - [7694] = 7455, - [7695] = 7455, - [7696] = 7455, - [7697] = 7455, - [7698] = 7455, - [7699] = 7455, - [7700] = 7455, - [7701] = 7455, - [7702] = 7455, - [7703] = 7455, - [7704] = 7455, - [7705] = 7455, - [7706] = 7455, - [7707] = 7455, - [7708] = 7455, - [7709] = 7455, - [7710] = 7455, - [7711] = 7455, - [7712] = 7455, - [7713] = 7403, - [7714] = 7714, - [7715] = 7472, - [7716] = 7374, - [7717] = 7581, - [7718] = 7386, - [7719] = 7392, - [7720] = 7403, - [7721] = 7404, - [7722] = 7407, - [7723] = 7452, - [7724] = 7406, - [7725] = 7394, - [7726] = 7404, - [7727] = 7727, - [7728] = 7384, - [7729] = 7405, - [7730] = 7407, - [7731] = 7416, - [7732] = 7415, - [7733] = 7603, - [7734] = 498, - [7735] = 7735, - [7736] = 7384, - [7737] = 7375, - [7738] = 7374, - [7739] = 7394, - [7740] = 7405, - [7741] = 7407, - [7742] = 7472, - [7743] = 7406, - [7744] = 7415, - [7745] = 7603, - [7746] = 7598, - [7747] = 7405, - [7748] = 7748, - [7749] = 7473, - [7750] = 7407, - [7751] = 7603, - [7752] = 7714, - [7753] = 7603, - [7754] = 7606, - [7755] = 7381, - [7756] = 7756, - [7757] = 7382, - [7758] = 7383, - [7759] = 7496, - [7760] = 7403, - [7761] = 7681, - [7762] = 7406, - [7763] = 7370, - [7764] = 7383, - [7765] = 7537, - [7766] = 7416, - [7767] = 7458, - [7768] = 7768, + [7685] = 7485, + [7686] = 7379, + [7687] = 7687, + [7688] = 7383, + [7689] = 7454, + [7690] = 7384, + [7691] = 7387, + [7692] = 7388, + [7693] = 7393, + [7694] = 7402, + [7695] = 7381, + [7696] = 7386, + [7697] = 7406, + [7698] = 7454, + [7699] = 7454, + [7700] = 7454, + [7701] = 7454, + [7702] = 7454, + [7703] = 7454, + [7704] = 7454, + [7705] = 7454, + [7706] = 7454, + [7707] = 7454, + [7708] = 7454, + [7709] = 7454, + [7710] = 7454, + [7711] = 7454, + [7712] = 7454, + [7713] = 7454, + [7714] = 7454, + [7715] = 7454, + [7716] = 7454, + [7717] = 7454, + [7718] = 7454, + [7719] = 7454, + [7720] = 7720, + [7721] = 7438, + [7722] = 7384, + [7723] = 7381, + [7724] = 7724, + [7725] = 7384, + [7726] = 7568, + [7727] = 7446, + [7728] = 7406, + [7729] = 7568, + [7730] = 7730, + [7731] = 7613, + [7732] = 7720, + [7733] = 475, + [7734] = 7734, + [7735] = 7381, + [7736] = 7390, + [7737] = 7737, + [7738] = 7383, + [7739] = 7739, + [7740] = 7379, + [7741] = 7378, + [7742] = 7383, + [7743] = 7384, + [7744] = 7391, + [7745] = 7384, + [7746] = 7387, + [7747] = 7387, + [7748] = 7388, + [7749] = 7393, + [7750] = 7750, + [7751] = 7394, + [7752] = 7730, + [7753] = 7402, + [7754] = 7491, + [7755] = 7386, + [7756] = 7464, + [7757] = 7388, + [7758] = 7446, + [7759] = 7406, + [7760] = 7397, + [7761] = 7491, + [7762] = 7393, + [7763] = 7397, + [7764] = 7390, + [7765] = 7406, + [7766] = 7397, + [7767] = 7390, + [7768] = 7525, + [7769] = 7402, + [7770] = 7381, + [7771] = 7378, + [7772] = 7397, + [7773] = 7390, + [7774] = 7464, + [7775] = 7775, }; static TSCharacterRange aux_sym_cmd_identifier_token1_character_set_1[] = { @@ -17100,55 +17114,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); case 109: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3817, - ',', 2855, - '-', 3644, - '.', 3847, - '0', 3951, - 'E', 1933, - 'I', 2038, - 'N', 2035, - '_', 1922, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1932, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - ); - if (lookahead == '\t' || - lookahead == ' ') SKIP(171); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - lookahead != '[' && - (lookahead < ']' || 'f' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); - case 110: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17207,7 +17172,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 111: + case 110: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17256,7 +17221,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 112: + case 111: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17315,7 +17280,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 113: + case 112: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17374,7 +17339,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 114: + case 113: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17423,7 +17388,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 115: + case 114: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17471,6 +17436,55 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); + case 115: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3817, + ',', 2855, + '-', 3644, + '.', 3847, + '0', 3951, + 'E', 1933, + 'I', 2038, + 'N', 2035, + '_', 1922, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1932, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + ); + if (lookahead == '\t' || + lookahead == ' ') SKIP(171); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + lookahead != '[' && + (lookahead < ']' || 'f' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); case 116: ADVANCE_MAP( '"', 4067, @@ -17726,55 +17740,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); case 121: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3817, - ',', 4090, - '-', 3644, - '.', 3847, - '0', 3951, - 'E', 1933, - 'I', 2038, - 'N', 2035, - '_', 1922, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1932, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - '\t', 4091, - ' ', 4091, - ); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); - if (lookahead != 0 && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - lookahead != '[' && - (lookahead < ']' || 'f' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); - case 122: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17833,7 +17798,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 123: + case 122: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17882,7 +17847,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 124: + case 123: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -17941,7 +17906,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 125: + case 124: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18000,6 +17965,55 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'i' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); + case 125: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3817, + ',', 4090, + '-', 3644, + '.', 1911, + '0', 3951, + 'E', 1933, + 'I', 2038, + 'N', 2035, + '_', 1922, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1932, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + '\t', 4091, + ' ', 4091, + ); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + lookahead != '[' && + (lookahead < ']' || 'f' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); case 126: ADVANCE_MAP( '"', 4067, @@ -18012,6 +18026,54 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3644, '.', 1911, '0', 3951, + 'I', 2038, + 'N', 2035, + '_', 1922, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1987, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + '\t', 4091, + ' ', 4091, + ); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + lookahead != '[' && + (lookahead < ']' || 'f' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); + case 127: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3817, + ',', 4090, + '-', 3644, + '.', 3847, + '0', 3951, 'E', 1933, 'I', 2038, 'N', 2035, @@ -18049,21 +18111,120 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 127: + case 128: ADVANCE_MAP( '"', 4067, '#', 5468, '$', 3596, '\'', 375, '(', 3794, - '+', 3817, + '+', 3819, + ',', 2855, + '-', 3645, + '.', 3848, + '0', 3879, + 'I', 2038, + 'N', 2035, + '_', 1927, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1987, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + ); + if (lookahead == '\t' || + lookahead == ' ') SKIP(217); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + lookahead != '[' && + (lookahead < ']' || 'f' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); + case 129: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3819, + ',', 2855, + '-', 3645, + '.', 1909, + '0', 3879, + 'I', 2038, + 'N', 2035, + '_', 1927, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1987, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + ); + if (lookahead == '\t' || + lookahead == ' ') SKIP(217); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + lookahead != '[' && + (lookahead < ']' || 'f' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); + case 130: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3819, ',', 4090, - '-', 3644, - '.', 1911, - '0', 3951, + '-', 3645, + '.', 3848, + '0', 3879, + ':', 3589, 'I', 2038, 'N', 2035, - '_', 1922, + '[', 3591, + ']', 3592, + '_', 1927, '`', 481, 'a', 1981, 'b', 2004, @@ -18089,7 +18250,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('<' <= lookahead && lookahead <= '>') || lookahead == '^') ADVANCE(5275); if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3973); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); + if (lookahead != 0 && + (lookahead < '\'' || ')' < lookahead) && + (lookahead < '0' || '>' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); + END_STATE(); + case 131: + ADVANCE_MAP( + '"', 4067, + '#', 5468, + '$', 3596, + '\'', 375, + '(', 3794, + '+', 3819, + ',', 4090, + '-', 3645, + '.', 1909, + '0', 3879, + 'I', 2038, + 'N', 2035, + '_', 1927, + '`', 481, + 'a', 1981, + 'b', 2004, + 'c', 1935, + 'd', 1949, + 'e', 1987, + 'f', 1936, + 'h', 1974, + 'i', 1921, + 'l', 1959, + 'm', 1937, + 'n', 2026, + 'o', 2032, + 'r', 1950, + 's', 1994, + 't', 2000, + 'u', 2015, + 'w', 1972, + '}', 3703, + '\t', 4091, + ' ', 4091, + ); + if (('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(5275); + if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); if (lookahead != 0 && (lookahead < '\'' || ')' < lookahead) && (lookahead < '0' || '>' < lookahead) && @@ -18097,7 +18304,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ']' || 'f' < lookahead) && (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); END_STATE(); - case 128: + case 132: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18150,7 +18357,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 129: + case 133: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18186,7 +18393,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 130: + case 134: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18239,7 +18446,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 131: + case 135: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18292,7 +18499,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 132: + case 136: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18328,7 +18535,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 133: + case 137: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18363,7 +18570,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 134: + case 138: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18399,7 +18606,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 135: + case 139: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18435,7 +18642,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 136: + case 140: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18470,7 +18677,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 137: + case 141: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18523,7 +18730,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 138: + case 142: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18559,7 +18766,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 139: + case 143: ADVANCE_MAP( '"', 4067, '#', 5468, @@ -18595,199 +18802,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != ';' && (lookahead < '{' || '}' < lookahead)) ADVANCE(5091); END_STATE(); - case 140: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3819, - ',', 2855, - '-', 3645, - '.', 3848, - '0', 3879, - 'I', 2038, - 'N', 2035, - '_', 1927, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1987, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - ); - if (lookahead == '\t' || - lookahead == ' ') SKIP(217); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - lookahead != '[' && - (lookahead < ']' || 'f' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); - case 141: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3819, - ',', 2855, - '-', 3645, - '.', 1909, - '0', 3879, - 'I', 2038, - 'N', 2035, - '_', 1927, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1987, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - ); - if (lookahead == '\t' || - lookahead == ' ') SKIP(217); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - lookahead != '[' && - (lookahead < ']' || 'f' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); - case 142: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3819, - ',', 4090, - '-', 3645, - '.', 3848, - '0', 3879, - ':', 3589, - 'I', 2038, - 'N', 2035, - '[', 3591, - ']', 3592, - '_', 1927, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1987, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - '\t', 4091, - ' ', 4091, - ); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if (lookahead != 0 && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); - case 143: - ADVANCE_MAP( - '"', 4067, - '#', 5468, - '$', 3596, - '\'', 375, - '(', 3794, - '+', 3819, - ',', 4090, - '-', 3645, - '.', 1909, - '0', 3879, - 'I', 2038, - 'N', 2035, - '_', 1927, - '`', 481, - 'a', 1981, - 'b', 2004, - 'c', 1935, - 'd', 1949, - 'e', 1987, - 'f', 1936, - 'h', 1974, - 'i', 1921, - 'l', 1959, - 'm', 1937, - 'n', 2026, - 'o', 2032, - 'r', 1950, - 's', 1994, - 't', 2000, - 'u', 2015, - 'w', 1972, - '}', 3703, - '\t', 4091, - ' ', 4091, - ); - if (('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(5275); - if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(4090); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if (lookahead != 0 && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '0' || '>' < lookahead) && - lookahead != '[' && - (lookahead < ']' || 'f' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(2043); - END_STATE(); case 144: ADVANCE_MAP( '"', 4067, @@ -23054,7 +23068,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 4587, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (lookahead == 'B' || lookahead == 'b') ADVANCE(4016); if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(4649); @@ -23126,7 +23140,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 4587, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (lookahead == 'B' || lookahead == 'b') ADVANCE(4016); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); @@ -23160,7 +23174,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 4587, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (lookahead == 'B' || lookahead == 'b') ADVANCE(4016); if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(4649); @@ -23193,7 +23207,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 4587, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (lookahead == 'B' || lookahead == 'b') ADVANCE(4016); if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(4649); @@ -23315,18 +23329,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if ((!eof && set_contains(aux_sym__unquoted_in_record_token1_character_set_1, 12, lookahead))) ADVANCE(3343); END_STATE(); case 264: - ADVANCE_MAP( - '#', 5468, - '$', 3596, - '-', 3625, - ';', 4098, - '=', 4298, - '{', 3702, - '\t', 265, - ' ', 265, - ); + if (lookahead == '#') ADVANCE(5468); + if (lookahead == '$') ADVANCE(3596); + if (lookahead == '-') ADVANCE(3625); + if (lookahead == ';') ADVANCE(4098); + if (lookahead == '{') ADVANCE(3702); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(265); if (('\n' <= lookahead && lookahead <= '\r')) ADVANCE(449); - if ((!eof && set_contains(sym_identifier_character_set_1, 9, lookahead))) ADVANCE(3343); + if (lookahead == '!' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '@') || + lookahead == '^') ADVANCE(4649); + if (lookahead != 0 && + (lookahead < ' ' || '$' < lookahead) && + (lookahead < '&' || '.' < lookahead) && + lookahead != '[' && + lookahead != ']' && + lookahead != '^' && + lookahead != '`' && + (lookahead < '{' || '}' < lookahead)) ADVANCE(3343); END_STATE(); case 265: if (lookahead == '#') ADVANCE(5468); @@ -23346,7 +23369,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(4298); if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (set_contains(sym_long_flag_identifier_character_set_1, 669, lookahead)) ADVANCE(3516); END_STATE(); case 267: @@ -23368,9 +23391,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '#') ADVANCE(5468); if (lookahead == '$') ADVANCE(3596); if (lookahead == '-') ADVANCE(3625); - if (lookahead == '{') ADVANCE(3702); + if (lookahead == '=') ADVANCE(4298); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(272); + if ((!eof && set_contains(sym_identifier_character_set_1, 9, lookahead))) ADVANCE(3343); END_STATE(); case 269: if (lookahead == '#') ADVANCE(5468); @@ -23378,8 +23402,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(3625); if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); - if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(4649); + lookahead == ' ') SKIP(269); END_STATE(); case 270: if (lookahead == '#') ADVANCE(5468); @@ -23387,22 +23410,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(3625); if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(270); - if ((!eof && set_contains(sym_identifier_character_set_1, 9, lookahead))) ADVANCE(3343); + lookahead == ' ') SKIP(269); + if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(4649); END_STATE(); case 271: if (lookahead == '#') ADVANCE(5468); if (lookahead == '$') ADVANCE(3596); if (lookahead == '-') ADVANCE(3625); + if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(272); - if (lookahead == '!' || - lookahead == '&' || - ('*' <= lookahead && lookahead <= '.') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '@') || - lookahead == '^') ADVANCE(4649); - if ((!eof && set_contains(aux_sym__unquoted_in_record_token1_character_set_1, 12, lookahead))) ADVANCE(3343); + lookahead == ' ') SKIP(271); + if ((!eof && set_contains(sym_identifier_character_set_1, 9, lookahead))) ADVANCE(3343); END_STATE(); case 272: if (lookahead == '#') ADVANCE(5468); @@ -23419,7 +23437,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(4298); if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(268); + lookahead == ' ') SKIP(269); if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); END_STATE(); case 274: @@ -25124,7 +25142,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(3633); if (lookahead == '{') ADVANCE(3702); if (lookahead == '\t' || - lookahead == ' ') SKIP(270); + lookahead == ' ') SKIP(271); if (lookahead == '!' || lookahead == '&' || ('*' <= lookahead && lookahead <= '.') || @@ -43949,7 +43967,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, ';', 3555, '<', 3104, @@ -43962,6 +43980,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -43984,6 +44003,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(22); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3110: @@ -43997,7 +44017,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, ';', 3555, '<', 3104, @@ -44010,6 +44030,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44032,6 +44053,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(23); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3111: @@ -44058,7 +44080,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44081,7 +44102,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(22); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3112: @@ -44108,7 +44128,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44131,7 +44150,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(23); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3113: @@ -44152,7 +44170,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44161,7 +44179,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3157, 'g', 3182, 'h', 3227, 'i', 3214, @@ -44200,7 +44218,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44209,7 +44227,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3159, 'g', 3182, 'h', 3227, 'i', 3214, @@ -44241,14 +44259,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44257,7 +44275,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3157, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, @@ -44289,14 +44307,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44305,7 +44323,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3159, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, @@ -44398,7 +44416,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, ':', 4095, ';', 3555, @@ -44412,6 +44430,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44435,6 +44454,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(24); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3120: @@ -44447,8 +44467,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, + ':', 4095, ';', 3555, '<', 3104, '=', 453, @@ -44482,8 +44503,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(25); - if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(24); + if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3121: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -44495,14 +44516,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, + ':', 4095, ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44511,14 +44533,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3157, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3162, + 'o', 3154, 'p', 3182, 's', 3198, 't', 3182, @@ -44530,8 +44552,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(26); - if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(24); + if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3122: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -44543,8 +44565,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, + ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -44555,6 +44578,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44573,10 +44597,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, + '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(27); + lookahead == ' ') SKIP(25); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3123: @@ -44589,8 +44615,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, + ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -44601,6 +44628,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44619,10 +44647,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, + '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(28); + lookahead == ' ') SKIP(26); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3124: @@ -44637,7 +44667,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ':', 4095, ';', 3555, '<', 3104, '=', 453, @@ -44649,7 +44678,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, @@ -44672,9 +44700,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(24); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(25); + if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3125: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -44688,7 +44715,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ':', 4095, ';', 3555, '<', 3104, '=', 453, @@ -44703,14 +44729,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3154, + 'o', 3162, 'p', 3182, 's', 3198, 't', 3182, @@ -44722,8 +44748,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(24); - if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(26); + if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3126: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -44737,7 +44763,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ':', 4095, ';', 3555, '<', 3104, '=', 453, @@ -44771,8 +44796,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(24); - if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(25); + if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3127: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -44791,24 +44816,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3159, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3154, + 'o', 3162, 'p', 3182, 's', 3198, 't', 3182, @@ -44820,8 +44844,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(25); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); + lookahead == ' ') SKIP(26); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3128: @@ -44836,7 +44859,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -44847,18 +44869,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3162, + 'o', 3154, 'p', 3182, 's', 3198, 't', 3182, @@ -44866,11 +44888,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, - '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(26); + lookahead == ' ') SKIP(27); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); @@ -44886,7 +44907,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -44897,17 +44917,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3154, + 'o', 3162, 'p', 3182, 's', 3198, 't', 3182, @@ -44915,11 +44936,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, - '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(25); + lookahead == ' ') SKIP(28); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3130: @@ -44934,7 +44955,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -44948,14 +44968,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3162, + 'o', 3154, 'p', 3182, 's', 3198, 't', 3182, @@ -44963,11 +44983,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, - '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(26); + lookahead == ' ') SKIP(27); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3131: @@ -44982,12 +45001,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -44996,14 +45014,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3157, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3154, + 'o', 3162, 'p', 3182, 's', 3198, 't', 3182, @@ -45011,11 +45029,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, - '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(25); + lookahead == ' ') SKIP(28); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3132: @@ -45030,7 +45047,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 3086, '.', 3169, '/', 3081, - ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -45044,14 +45060,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3159, + 'e', 3157, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3162, + 'o', 3154, 'p', 3182, 's', 3198, 't', 3182, @@ -45059,11 +45075,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, - '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(26); + lookahead == ' ') SKIP(27); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3133: @@ -45082,24 +45097,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3159, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3154, + 'o', 3162, 'p', 3182, 's', 3198, 't', 3182, @@ -45110,8 +45124,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(27); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); + lookahead == ' ') SKIP(28); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3134: @@ -45124,8 +45137,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, + ':', 4095, + ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -45136,18 +45151,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, 'k', 3182, 'm', 3184, 'n', 3224, - 'o', 3162, + 'o', 3154, 'p', 3182, 's', 3198, 't', 3182, @@ -45155,12 +45169,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, + '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(28); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); - if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); + lookahead == ' ') SKIP(24); + if ((!eof && set_contains(aux_sym_unquoted_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3135: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); @@ -45172,8 +45186,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, + ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -45202,10 +45217,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, + '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(27); + lookahead == ' ') SKIP(25); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3136: @@ -45218,8 +45234,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, + ';', 3555, '<', 3104, '=', 453, '>', 3107, @@ -45248,10 +45265,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'w', 3210, 'x', 3220, '|', 3556, + '}', 3703, 0xb5, 3239, ); if (lookahead == '\t' || - lookahead == ' ') SKIP(28); + lookahead == ' ') SKIP(26); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3137: @@ -45264,13 +45282,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -45279,7 +45297,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3157, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, @@ -45310,13 +45328,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -45325,7 +45343,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3159, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, @@ -45573,7 +45591,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -45703,7 +45721,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -45848,11 +45866,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 3153: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); ADVANCE_MAP( - '+', 3185, - '-', 3187, + '+', 3186, + '-', 3188, '>', 4251, 'I', 3257, - '_', 3187, + '_', 3188, 'i', 3257, 'n', 3197, 'r', 3229, @@ -45929,11 +45947,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 3161: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); ADVANCE_MAP( - '+', 3186, - '-', 3187, + '+', 3187, + '-', 3188, '>', 1573, 'I', 3257, - '_', 3187, + '_', 3188, 'i', 3257, 'n', 3197, 'r', 3234, @@ -46038,11 +46056,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); ADVANCE_MAP( 'I', 3257, - '_', 3187, + '_', 3188, 'i', 3257, 'n', 3197, - '+', 3187, - '-', 3187, + '+', 3188, + '-', 3188, 'B', 4016, 'b', 4016, ); @@ -46052,10 +46070,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 3180: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); if (lookahead == 'I') ADVANCE(3257); - if (lookahead == '_') ADVANCE(3187); + if (lookahead == '_') ADVANCE(3188); if (lookahead == 'i') ADVANCE(3192); if (lookahead == '+' || - lookahead == '-') ADVANCE(3187); + lookahead == '-') ADVANCE(3188); if (lookahead == 'B' || lookahead == 'b') ADVANCE(4016); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3894); @@ -46098,28 +46116,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 3185: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); - if (lookahead == '_') ADVANCE(3187); - if (lookahead == 'o') ADVANCE(3171); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3894); + if (lookahead == '_') ADVANCE(3185); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3186: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); - if (lookahead == '_') ADVANCE(3187); - if (lookahead == 'o') ADVANCE(3175); + if (lookahead == '_') ADVANCE(3188); + if (lookahead == 'o') ADVANCE(3171); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3894); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3187: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); - if (lookahead == '_') ADVANCE(3187); + if (lookahead == '_') ADVANCE(3188); + if (lookahead == 'o') ADVANCE(3175); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3894); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3188: ACCEPT_TOKEN(aux_sym_cmd_identifier_token41); if (lookahead == '_') ADVANCE(3188); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3894); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3189: @@ -46491,7 +46509,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, ';', 3555, '<', 3104, @@ -46504,6 +46522,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -46526,6 +46545,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(1671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3260: @@ -46539,7 +46559,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3849, + '.', 3169, '/', 3081, ';', 3555, '<', 3104, @@ -46552,6 +46572,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, + '_', 3185, 'a', 3213, 'b', 4017, 'd', 3189, @@ -46574,6 +46595,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(1672); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3261: @@ -46600,7 +46622,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, @@ -46623,7 +46644,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(1671); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3262: @@ -46650,7 +46670,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'M', 3183, 'P', 3183, 'T', 3183, - '_', 3188, 'a', 3213, 'b', 4017, 'd', 3189, @@ -46673,7 +46692,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (lookahead == '\t' || lookahead == ' ') SKIP(1672); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3880); if ((!eof && set_contains(aux_sym_cmd_identifier_token1_character_set_2, 10, lookahead))) ADVANCE(3258); END_STATE(); case 3263: @@ -46694,7 +46712,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, @@ -46703,7 +46721,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3153, + 'e', 3157, 'g', 3182, 'h', 3227, 'i', 3214, @@ -46742,7 +46760,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '=', 453, '>', 3107, 'B', 4016, - 'E', 3180, + 'E', 3183, 'G', 3183, 'K', 3183, 'M', 3183, @@ -46751,7 +46769,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3161, + 'e', 3159, 'g', 3182, 'h', 3227, 'i', 3214, @@ -46783,14 +46801,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -46799,7 +46817,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3157, + 'e', 3153, 'g', 3182, 'h', 3227, 'i', 3214, @@ -46831,14 +46849,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '*', 3080, '+', 3085, '-', 3086, - '.', 3169, + '.', 3849, '/', 3081, ';', 3555, '<', 3104, '=', 453, '>', 3107, 'B', 4016, - 'E', 3183, + 'E', 3180, 'G', 3183, 'K', 3183, 'M', 3183, @@ -46847,7 +46865,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 3213, 'b', 4017, 'd', 3189, - 'e', 3159, + 'e', 3161, 'g', 3182, 'h', 3227, 'i', 3214, @@ -47481,9 +47499,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 3361: ACCEPT_TOKEN(sym_long_flag_identifier); if (lookahead == '_') ADVANCE(3362); - if (lookahead == 'b') ADVANCE(4013); - if (lookahead == 'o') ADVANCE(4029); - if (lookahead == 'x') ADVANCE(4034); + if (lookahead == 'b') ADVANCE(4014); + if (lookahead == 'o') ADVANCE(4030); + if (lookahead == 'x') ADVANCE(4035); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(3364); if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); END_STATE(); @@ -50865,15 +50883,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_0b); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(3507); - if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); + lookahead == '_') ADVANCE(4342); + if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); END_STATE(); case 4014: ACCEPT_TOKEN(anon_sym_0b); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(4342); - if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); + lookahead == '_') ADVANCE(3507); + if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); END_STATE(); case 4015: ACCEPT_TOKEN(anon_sym_0b); @@ -50938,14 +50956,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 4029: ACCEPT_TOKEN(anon_sym_0o); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(3508); - if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); + lookahead == '_') ADVANCE(4343); + if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); END_STATE(); case 4030: ACCEPT_TOKEN(anon_sym_0o); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(4343); - if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); + lookahead == '_') ADVANCE(3508); + if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); END_STATE(); case 4031: ACCEPT_TOKEN(anon_sym_0o); @@ -50973,16 +50991,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3515); - if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(4350); + if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); END_STATE(); case 4035: ACCEPT_TOKEN(anon_sym_0x); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(4350); - if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(3515); + if (set_contains(sym_long_flag_identifier_character_set_2, 778, lookahead)) ADVANCE(3516); END_STATE(); case 4036: ACCEPT_TOKEN(anon_sym_0x); @@ -52784,9 +52802,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 4312: ACCEPT_TOKEN(sym_short_flag_identifier); if (lookahead == '_') ADVANCE(4313); - if (lookahead == 'b') ADVANCE(4014); - if (lookahead == 'o') ADVANCE(4030); - if (lookahead == 'x') ADVANCE(4035); + if (lookahead == 'b') ADVANCE(4013); + if (lookahead == 'o') ADVANCE(4029); + if (lookahead == 'x') ADVANCE(4034); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(4315); if (set_contains(sym_short_flag_identifier_character_set_1, 779, lookahead)) ADVANCE(4351); END_STATE(); @@ -60584,12 +60602,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [59] = {.lex_state = 36, .external_lex_state = 2}, [60] = {.lex_state = 36, .external_lex_state = 2}, [61] = {.lex_state = 36, .external_lex_state = 2}, - [62] = {.lex_state = 1692, .external_lex_state = 2}, + [62] = {.lex_state = 36, .external_lex_state = 2}, [63] = {.lex_state = 36, .external_lex_state = 2}, [64] = {.lex_state = 36, .external_lex_state = 2}, [65] = {.lex_state = 36, .external_lex_state = 2}, [66] = {.lex_state = 36, .external_lex_state = 2}, - [67] = {.lex_state = 36, .external_lex_state = 2}, + [67] = {.lex_state = 1692, .external_lex_state = 2}, [68] = {.lex_state = 36, .external_lex_state = 2}, [69] = {.lex_state = 36, .external_lex_state = 2}, [70] = {.lex_state = 36, .external_lex_state = 2}, @@ -60601,7 +60619,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [76] = {.lex_state = 36, .external_lex_state = 2}, [77] = {.lex_state = 36, .external_lex_state = 2}, [78] = {.lex_state = 36, .external_lex_state = 2}, - [79] = {.lex_state = 36, .external_lex_state = 2}, + [79] = {.lex_state = 1692, .external_lex_state = 2}, [80] = {.lex_state = 36, .external_lex_state = 2}, [81] = {.lex_state = 36, .external_lex_state = 2}, [82] = {.lex_state = 36, .external_lex_state = 2}, @@ -60612,13 +60630,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [87] = {.lex_state = 36, .external_lex_state = 2}, [88] = {.lex_state = 36, .external_lex_state = 2}, [89] = {.lex_state = 36, .external_lex_state = 2}, - [90] = {.lex_state = 1692, .external_lex_state = 2}, + [90] = {.lex_state = 36, .external_lex_state = 2}, [91] = {.lex_state = 36, .external_lex_state = 2}, [92] = {.lex_state = 36, .external_lex_state = 2}, [93] = {.lex_state = 1692, .external_lex_state = 2}, [94] = {.lex_state = 1692, .external_lex_state = 2}, - [95] = {.lex_state = 1692, .external_lex_state = 2}, - [96] = {.lex_state = 36, .external_lex_state = 2}, + [95] = {.lex_state = 36, .external_lex_state = 2}, + [96] = {.lex_state = 1692, .external_lex_state = 2}, [97] = {.lex_state = 1692, .external_lex_state = 2}, [98] = {.lex_state = 1692, .external_lex_state = 2}, [99] = {.lex_state = 1692, .external_lex_state = 2}, @@ -60631,8 +60649,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [106] = {.lex_state = 1692, .external_lex_state = 2}, [107] = {.lex_state = 1692, .external_lex_state = 2}, [108] = {.lex_state = 1692, .external_lex_state = 2}, - [109] = {.lex_state = 1692, .external_lex_state = 2}, - [110] = {.lex_state = 36, .external_lex_state = 2}, + [109] = {.lex_state = 36, .external_lex_state = 2}, + [110] = {.lex_state = 1692, .external_lex_state = 2}, [111] = {.lex_state = 1692, .external_lex_state = 2}, [112] = {.lex_state = 1692, .external_lex_state = 2}, [113] = {.lex_state = 1692, .external_lex_state = 2}, @@ -60725,16 +60743,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [200] = {.lex_state = 35, .external_lex_state = 2}, [201] = {.lex_state = 35, .external_lex_state = 2}, [202] = {.lex_state = 35, .external_lex_state = 2}, - [203] = {.lex_state = 36, .external_lex_state = 2}, - [204] = {.lex_state = 35, .external_lex_state = 2}, + [203] = {.lex_state = 35, .external_lex_state = 2}, + [204] = {.lex_state = 36, .external_lex_state = 2}, [205] = {.lex_state = 36, .external_lex_state = 2}, [206] = {.lex_state = 36, .external_lex_state = 2}, [207] = {.lex_state = 35, .external_lex_state = 2}, [208] = {.lex_state = 36, .external_lex_state = 2}, [209] = {.lex_state = 35, .external_lex_state = 2}, - [210] = {.lex_state = 1692, .external_lex_state = 2}, + [210] = {.lex_state = 40, .external_lex_state = 2}, [211] = {.lex_state = 40, .external_lex_state = 2}, - [212] = {.lex_state = 1692, .external_lex_state = 2}, + [212] = {.lex_state = 40, .external_lex_state = 2}, [213] = {.lex_state = 40, .external_lex_state = 2}, [214] = {.lex_state = 40, .external_lex_state = 2}, [215] = {.lex_state = 40, .external_lex_state = 2}, @@ -60746,7 +60764,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [221] = {.lex_state = 40, .external_lex_state = 2}, [222] = {.lex_state = 40, .external_lex_state = 2}, [223] = {.lex_state = 40, .external_lex_state = 2}, - [224] = {.lex_state = 1692, .external_lex_state = 2}, + [224] = {.lex_state = 40, .external_lex_state = 2}, [225] = {.lex_state = 40, .external_lex_state = 2}, [226] = {.lex_state = 40, .external_lex_state = 2}, [227] = {.lex_state = 40, .external_lex_state = 2}, @@ -60760,13 +60778,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [235] = {.lex_state = 40, .external_lex_state = 2}, [236] = {.lex_state = 40, .external_lex_state = 2}, [237] = {.lex_state = 40, .external_lex_state = 2}, - [238] = {.lex_state = 1692, .external_lex_state = 2}, - [239] = {.lex_state = 36, .external_lex_state = 2}, - [240] = {.lex_state = 40, .external_lex_state = 2}, + [238] = {.lex_state = 40, .external_lex_state = 2}, + [239] = {.lex_state = 40, .external_lex_state = 2}, + [240] = {.lex_state = 1692, .external_lex_state = 2}, [241] = {.lex_state = 40, .external_lex_state = 2}, [242] = {.lex_state = 40, .external_lex_state = 2}, [243] = {.lex_state = 40, .external_lex_state = 2}, - [244] = {.lex_state = 40, .external_lex_state = 2}, + [244] = {.lex_state = 1692, .external_lex_state = 2}, [245] = {.lex_state = 40, .external_lex_state = 2}, [246] = {.lex_state = 40, .external_lex_state = 2}, [247] = {.lex_state = 40, .external_lex_state = 2}, @@ -60776,7 +60794,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [251] = {.lex_state = 40, .external_lex_state = 2}, [252] = {.lex_state = 40, .external_lex_state = 2}, [253] = {.lex_state = 40, .external_lex_state = 2}, - [254] = {.lex_state = 40, .external_lex_state = 2}, + [254] = {.lex_state = 1692, .external_lex_state = 2}, [255] = {.lex_state = 40, .external_lex_state = 2}, [256] = {.lex_state = 40, .external_lex_state = 2}, [257] = {.lex_state = 40, .external_lex_state = 2}, @@ -60784,9 +60802,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [259] = {.lex_state = 40, .external_lex_state = 2}, [260] = {.lex_state = 40, .external_lex_state = 2}, [261] = {.lex_state = 40, .external_lex_state = 2}, - [262] = {.lex_state = 1674, .external_lex_state = 2}, - [263] = {.lex_state = 1692, .external_lex_state = 2}, - [264] = {.lex_state = 1692, .external_lex_state = 2}, + [262] = {.lex_state = 40, .external_lex_state = 2}, + [263] = {.lex_state = 40, .external_lex_state = 2}, + [264] = {.lex_state = 40, .external_lex_state = 2}, [265] = {.lex_state = 40, .external_lex_state = 2}, [266] = {.lex_state = 40, .external_lex_state = 2}, [267] = {.lex_state = 40, .external_lex_state = 2}, @@ -60800,17 +60818,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [275] = {.lex_state = 40, .external_lex_state = 2}, [276] = {.lex_state = 40, .external_lex_state = 2}, [277] = {.lex_state = 40, .external_lex_state = 2}, - [278] = {.lex_state = 40, .external_lex_state = 2}, - [279] = {.lex_state = 40, .external_lex_state = 2}, + [278] = {.lex_state = 1674, .external_lex_state = 2}, + [279] = {.lex_state = 36, .external_lex_state = 2}, [280] = {.lex_state = 40, .external_lex_state = 2}, [281] = {.lex_state = 40, .external_lex_state = 2}, [282] = {.lex_state = 40, .external_lex_state = 2}, - [283] = {.lex_state = 40, .external_lex_state = 2}, + [283] = {.lex_state = 1692, .external_lex_state = 2}, [284] = {.lex_state = 40, .external_lex_state = 2}, - [285] = {.lex_state = 40, .external_lex_state = 2}, + [285] = {.lex_state = 1692, .external_lex_state = 2}, [286] = {.lex_state = 40, .external_lex_state = 2}, [287] = {.lex_state = 40, .external_lex_state = 2}, - [288] = {.lex_state = 40, .external_lex_state = 2}, + [288] = {.lex_state = 1692, .external_lex_state = 2}, [289] = {.lex_state = 1692, .external_lex_state = 2}, [290] = {.lex_state = 1692, .external_lex_state = 2}, [291] = {.lex_state = 40, .external_lex_state = 2}, @@ -60821,124 +60839,124 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [296] = {.lex_state = 1692, .external_lex_state = 2}, [297] = {.lex_state = 1692, .external_lex_state = 2}, [298] = {.lex_state = 1692, .external_lex_state = 2}, - [299] = {.lex_state = 220, .external_lex_state = 2}, - [300] = {.lex_state = 1692, .external_lex_state = 2}, + [299] = {.lex_state = 40, .external_lex_state = 2}, + [300] = {.lex_state = 220, .external_lex_state = 2}, [301] = {.lex_state = 220, .external_lex_state = 2}, - [302] = {.lex_state = 220, .external_lex_state = 2}, + [302] = {.lex_state = 130, .external_lex_state = 2}, [303] = {.lex_state = 220, .external_lex_state = 2}, [304] = {.lex_state = 1692, .external_lex_state = 2}, [305] = {.lex_state = 1692, .external_lex_state = 2}, - [306] = {.lex_state = 40, .external_lex_state = 2}, - [307] = {.lex_state = 40, .external_lex_state = 2}, + [306] = {.lex_state = 1692, .external_lex_state = 2}, + [307] = {.lex_state = 1692, .external_lex_state = 2}, [308] = {.lex_state = 220, .external_lex_state = 2}, - [309] = {.lex_state = 220, .external_lex_state = 2}, - [310] = {.lex_state = 40, .external_lex_state = 2}, - [311] = {.lex_state = 40, .external_lex_state = 2}, - [312] = {.lex_state = 1692, .external_lex_state = 2}, + [309] = {.lex_state = 40, .external_lex_state = 2}, + [310] = {.lex_state = 220, .external_lex_state = 2}, + [311] = {.lex_state = 1692, .external_lex_state = 2}, + [312] = {.lex_state = 220, .external_lex_state = 2}, [313] = {.lex_state = 220, .external_lex_state = 2}, [314] = {.lex_state = 40, .external_lex_state = 2}, - [315] = {.lex_state = 1692, .external_lex_state = 2}, - [316] = {.lex_state = 220, .external_lex_state = 2}, - [317] = {.lex_state = 142, .external_lex_state = 2}, - [318] = {.lex_state = 142, .external_lex_state = 2}, - [319] = {.lex_state = 119, .external_lex_state = 2}, - [320] = {.lex_state = 143, .external_lex_state = 2}, - [321] = {.lex_state = 143, .external_lex_state = 2}, - [322] = {.lex_state = 122, .external_lex_state = 2}, - [323] = {.lex_state = 140, .external_lex_state = 2}, - [324] = {.lex_state = 107, .external_lex_state = 2}, - [325] = {.lex_state = 110, .external_lex_state = 2}, - [326] = {.lex_state = 125, .external_lex_state = 2}, - [327] = {.lex_state = 124, .external_lex_state = 2}, - [328] = {.lex_state = 140, .external_lex_state = 2}, - [329] = {.lex_state = 143, .external_lex_state = 2}, - [330] = {.lex_state = 143, .external_lex_state = 2}, - [331] = {.lex_state = 143, .external_lex_state = 2}, - [332] = {.lex_state = 143, .external_lex_state = 2}, - [333] = {.lex_state = 141, .external_lex_state = 2}, - [334] = {.lex_state = 141, .external_lex_state = 2}, - [335] = {.lex_state = 124, .external_lex_state = 2}, + [315] = {.lex_state = 220, .external_lex_state = 2}, + [316] = {.lex_state = 40, .external_lex_state = 2}, + [317] = {.lex_state = 40, .external_lex_state = 2}, + [318] = {.lex_state = 119, .external_lex_state = 2}, + [319] = {.lex_state = 121, .external_lex_state = 2}, + [320] = {.lex_state = 128, .external_lex_state = 2}, + [321] = {.lex_state = 131, .external_lex_state = 2}, + [322] = {.lex_state = 131, .external_lex_state = 2}, + [323] = {.lex_state = 130, .external_lex_state = 2}, + [324] = {.lex_state = 129, .external_lex_state = 2}, + [325] = {.lex_state = 131, .external_lex_state = 2}, + [326] = {.lex_state = 123, .external_lex_state = 2}, + [327] = {.lex_state = 129, .external_lex_state = 2}, + [328] = {.lex_state = 109, .external_lex_state = 2}, + [329] = {.lex_state = 107, .external_lex_state = 2}, + [330] = {.lex_state = 124, .external_lex_state = 2}, + [331] = {.lex_state = 123, .external_lex_state = 2}, + [332] = {.lex_state = 128, .external_lex_state = 2}, + [333] = {.lex_state = 131, .external_lex_state = 2}, + [334] = {.lex_state = 131, .external_lex_state = 2}, + [335] = {.lex_state = 131, .external_lex_state = 2}, [336] = {.lex_state = 151, .external_lex_state = 2}, [337] = {.lex_state = 151, .external_lex_state = 2}, - [338] = {.lex_state = 112, .external_lex_state = 2}, - [339] = {.lex_state = 112, .external_lex_state = 2}, - [340] = {.lex_state = 125, .external_lex_state = 2}, - [341] = {.lex_state = 125, .external_lex_state = 2}, - [342] = {.lex_state = 125, .external_lex_state = 2}, - [343] = {.lex_state = 125, .external_lex_state = 2}, - [344] = {.lex_state = 123, .external_lex_state = 2}, - [345] = {.lex_state = 120, .external_lex_state = 2}, - [346] = {.lex_state = 113, .external_lex_state = 2}, - [347] = {.lex_state = 141, .external_lex_state = 2}, - [348] = {.lex_state = 141, .external_lex_state = 2}, - [349] = {.lex_state = 141, .external_lex_state = 2}, - [350] = {.lex_state = 141, .external_lex_state = 2}, - [351] = {.lex_state = 151, .external_lex_state = 2}, - [352] = {.lex_state = 126, .external_lex_state = 2}, - [353] = {.lex_state = 163, .external_lex_state = 2}, - [354] = {.lex_state = 111, .external_lex_state = 2}, - [355] = {.lex_state = 126, .external_lex_state = 2}, - [356] = {.lex_state = 108, .external_lex_state = 2}, - [357] = {.lex_state = 113, .external_lex_state = 2}, - [358] = {.lex_state = 113, .external_lex_state = 2}, - [359] = {.lex_state = 113, .external_lex_state = 2}, - [360] = {.lex_state = 163, .external_lex_state = 2}, - [361] = {.lex_state = 151, .external_lex_state = 2}, - [362] = {.lex_state = 113, .external_lex_state = 2}, - [363] = {.lex_state = 151, .external_lex_state = 2}, - [364] = {.lex_state = 163, .external_lex_state = 2}, - [365] = {.lex_state = 114, .external_lex_state = 2}, - [366] = {.lex_state = 127, .external_lex_state = 2}, - [367] = {.lex_state = 127, .external_lex_state = 2}, - [368] = {.lex_state = 127, .external_lex_state = 2}, - [369] = {.lex_state = 127, .external_lex_state = 2}, - [370] = {.lex_state = 158, .external_lex_state = 2}, - [371] = {.lex_state = 127, .external_lex_state = 2}, - [372] = {.lex_state = 152, .external_lex_state = 2}, - [373] = {.lex_state = 155, .external_lex_state = 2}, - [374] = {.lex_state = 163, .external_lex_state = 2}, - [375] = {.lex_state = 163, .external_lex_state = 2}, + [338] = {.lex_state = 151, .external_lex_state = 2}, + [339] = {.lex_state = 120, .external_lex_state = 2}, + [340] = {.lex_state = 124, .external_lex_state = 2}, + [341] = {.lex_state = 124, .external_lex_state = 2}, + [342] = {.lex_state = 124, .external_lex_state = 2}, + [343] = {.lex_state = 111, .external_lex_state = 2}, + [344] = {.lex_state = 112, .external_lex_state = 2}, + [345] = {.lex_state = 111, .external_lex_state = 2}, + [346] = {.lex_state = 129, .external_lex_state = 2}, + [347] = {.lex_state = 129, .external_lex_state = 2}, + [348] = {.lex_state = 129, .external_lex_state = 2}, + [349] = {.lex_state = 129, .external_lex_state = 2}, + [350] = {.lex_state = 124, .external_lex_state = 2}, + [351] = {.lex_state = 122, .external_lex_state = 2}, + [352] = {.lex_state = 112, .external_lex_state = 2}, + [353] = {.lex_state = 125, .external_lex_state = 2}, + [354] = {.lex_state = 112, .external_lex_state = 2}, + [355] = {.lex_state = 112, .external_lex_state = 2}, + [356] = {.lex_state = 163, .external_lex_state = 2}, + [357] = {.lex_state = 112, .external_lex_state = 2}, + [358] = {.lex_state = 163, .external_lex_state = 2}, + [359] = {.lex_state = 151, .external_lex_state = 2}, + [360] = {.lex_state = 108, .external_lex_state = 2}, + [361] = {.lex_state = 125, .external_lex_state = 2}, + [362] = {.lex_state = 151, .external_lex_state = 2}, + [363] = {.lex_state = 163, .external_lex_state = 2}, + [364] = {.lex_state = 110, .external_lex_state = 2}, + [365] = {.lex_state = 113, .external_lex_state = 2}, + [366] = {.lex_state = 152, .external_lex_state = 2}, + [367] = {.lex_state = 126, .external_lex_state = 2}, + [368] = {.lex_state = 152, .external_lex_state = 2}, + [369] = {.lex_state = 43, .external_lex_state = 2}, + [370] = {.lex_state = 126, .external_lex_state = 2}, + [371] = {.lex_state = 126, .external_lex_state = 2}, + [372] = {.lex_state = 163, .external_lex_state = 2}, + [373] = {.lex_state = 152, .external_lex_state = 2}, + [374] = {.lex_state = 113, .external_lex_state = 2}, + [375] = {.lex_state = 126, .external_lex_state = 2}, [376] = {.lex_state = 152, .external_lex_state = 2}, - [377] = {.lex_state = 152, .external_lex_state = 2}, + [377] = {.lex_state = 158, .external_lex_state = 2}, [378] = {.lex_state = 152, .external_lex_state = 2}, - [379] = {.lex_state = 152, .external_lex_state = 2}, + [379] = {.lex_state = 126, .external_lex_state = 2}, [380] = {.lex_state = 152, .external_lex_state = 2}, - [381] = {.lex_state = 114, .external_lex_state = 2}, - [382] = {.lex_state = 149, .external_lex_state = 2}, - [383] = {.lex_state = 127, .external_lex_state = 2}, - [384] = {.lex_state = 154, .external_lex_state = 2}, - [385] = {.lex_state = 116, .external_lex_state = 2}, - [386] = {.lex_state = 156, .external_lex_state = 2}, - [387] = {.lex_state = 1697, .external_lex_state = 2}, + [381] = {.lex_state = 149, .external_lex_state = 2}, + [382] = {.lex_state = 155, .external_lex_state = 2}, + [383] = {.lex_state = 1697, .external_lex_state = 2}, + [384] = {.lex_state = 126, .external_lex_state = 2}, + [385] = {.lex_state = 163, .external_lex_state = 2}, + [386] = {.lex_state = 154, .external_lex_state = 2}, + [387] = {.lex_state = 116, .external_lex_state = 2}, [388] = {.lex_state = 156, .external_lex_state = 2}, - [389] = {.lex_state = 166, .external_lex_state = 2}, - [390] = {.lex_state = 115, .external_lex_state = 2}, - [391] = {.lex_state = 121, .external_lex_state = 2}, - [392] = {.lex_state = 162, .external_lex_state = 2}, - [393] = {.lex_state = 162, .external_lex_state = 2}, - [394] = {.lex_state = 162, .external_lex_state = 2}, - [395] = {.lex_state = 43, .external_lex_state = 2}, - [396] = {.lex_state = 154, .external_lex_state = 2}, - [397] = {.lex_state = 149, .external_lex_state = 2}, + [389] = {.lex_state = 156, .external_lex_state = 2}, + [390] = {.lex_state = 166, .external_lex_state = 2}, + [391] = {.lex_state = 127, .external_lex_state = 2}, + [392] = {.lex_state = 149, .external_lex_state = 2}, + [393] = {.lex_state = 149, .external_lex_state = 2}, + [394] = {.lex_state = 1697, .external_lex_state = 2}, + [395] = {.lex_state = 162, .external_lex_state = 2}, + [396] = {.lex_state = 162, .external_lex_state = 2}, + [397] = {.lex_state = 151, .external_lex_state = 2}, [398] = {.lex_state = 154, .external_lex_state = 2}, - [399] = {.lex_state = 149, .external_lex_state = 2}, + [399] = {.lex_state = 114, .external_lex_state = 2}, [400] = {.lex_state = 151, .external_lex_state = 2}, - [401] = {.lex_state = 115, .external_lex_state = 2}, + [401] = {.lex_state = 151, .external_lex_state = 2}, [402] = {.lex_state = 154, .external_lex_state = 2}, [403] = {.lex_state = 154, .external_lex_state = 2}, [404] = {.lex_state = 154, .external_lex_state = 2}, - [405] = {.lex_state = 115, .external_lex_state = 2}, - [406] = {.lex_state = 115, .external_lex_state = 2}, - [407] = {.lex_state = 151, .external_lex_state = 2}, - [408] = {.lex_state = 169, .external_lex_state = 2}, - [409] = {.lex_state = 151, .external_lex_state = 2}, + [405] = {.lex_state = 162, .external_lex_state = 2}, + [406] = {.lex_state = 162, .external_lex_state = 2}, + [407] = {.lex_state = 162, .external_lex_state = 2}, + [408] = {.lex_state = 162, .external_lex_state = 2}, + [409] = {.lex_state = 114, .external_lex_state = 2}, [410] = {.lex_state = 154, .external_lex_state = 2}, - [411] = {.lex_state = 162, .external_lex_state = 2}, + [411] = {.lex_state = 154, .external_lex_state = 2}, [412] = {.lex_state = 154, .external_lex_state = 2}, [413] = {.lex_state = 154, .external_lex_state = 2}, - [414] = {.lex_state = 115, .external_lex_state = 2}, + [414] = {.lex_state = 154, .external_lex_state = 2}, [415] = {.lex_state = 154, .external_lex_state = 2}, - [416] = {.lex_state = 115, .external_lex_state = 2}, + [416] = {.lex_state = 154, .external_lex_state = 2}, [417] = {.lex_state = 154, .external_lex_state = 2}, [418] = {.lex_state = 154, .external_lex_state = 2}, [419] = {.lex_state = 154, .external_lex_state = 2}, @@ -60946,184 +60964,184 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [421] = {.lex_state = 154, .external_lex_state = 2}, [422] = {.lex_state = 154, .external_lex_state = 2}, [423] = {.lex_state = 154, .external_lex_state = 2}, - [424] = {.lex_state = 154, .external_lex_state = 2}, + [424] = {.lex_state = 114, .external_lex_state = 2}, [425] = {.lex_state = 154, .external_lex_state = 2}, [426] = {.lex_state = 154, .external_lex_state = 2}, - [427] = {.lex_state = 154, .external_lex_state = 2}, + [427] = {.lex_state = 114, .external_lex_state = 2}, [428] = {.lex_state = 154, .external_lex_state = 2}, - [429] = {.lex_state = 154, .external_lex_state = 2}, - [430] = {.lex_state = 154, .external_lex_state = 2}, + [429] = {.lex_state = 114, .external_lex_state = 2}, + [430] = {.lex_state = 114, .external_lex_state = 2}, [431] = {.lex_state = 154, .external_lex_state = 2}, [432] = {.lex_state = 154, .external_lex_state = 2}, [433] = {.lex_state = 154, .external_lex_state = 2}, - [434] = {.lex_state = 162, .external_lex_state = 2}, - [435] = {.lex_state = 162, .external_lex_state = 2}, - [436] = {.lex_state = 154, .external_lex_state = 2}, - [437] = {.lex_state = 165, .external_lex_state = 2}, - [438] = {.lex_state = 117, .external_lex_state = 2}, + [434] = {.lex_state = 154, .external_lex_state = 2}, + [435] = {.lex_state = 1697, .external_lex_state = 2}, + [436] = {.lex_state = 169, .external_lex_state = 2}, + [437] = {.lex_state = 154, .external_lex_state = 2}, + [438] = {.lex_state = 154, .external_lex_state = 2}, [439] = {.lex_state = 165, .external_lex_state = 2}, - [440] = {.lex_state = 167, .external_lex_state = 2}, + [440] = {.lex_state = 165, .external_lex_state = 2}, [441] = {.lex_state = 165, .external_lex_state = 2}, - [442] = {.lex_state = 148, .external_lex_state = 2}, - [443] = {.lex_state = 163, .external_lex_state = 2}, - [444] = {.lex_state = 117, .external_lex_state = 2}, - [445] = {.lex_state = 157, .external_lex_state = 2}, + [442] = {.lex_state = 165, .external_lex_state = 2}, + [443] = {.lex_state = 165, .external_lex_state = 2}, + [444] = {.lex_state = 163, .external_lex_state = 2}, + [445] = {.lex_state = 154, .external_lex_state = 2}, [446] = {.lex_state = 157, .external_lex_state = 2}, [447] = {.lex_state = 157, .external_lex_state = 2}, - [448] = {.lex_state = 157, .external_lex_state = 2}, - [449] = {.lex_state = 165, .external_lex_state = 2}, - [450] = {.lex_state = 1697, .external_lex_state = 2}, + [448] = {.lex_state = 154, .external_lex_state = 2}, + [449] = {.lex_state = 163, .external_lex_state = 2}, + [450] = {.lex_state = 163, .external_lex_state = 2}, [451] = {.lex_state = 165, .external_lex_state = 2}, - [452] = {.lex_state = 154, .external_lex_state = 2}, + [452] = {.lex_state = 165, .external_lex_state = 2}, [453] = {.lex_state = 165, .external_lex_state = 2}, [454] = {.lex_state = 165, .external_lex_state = 2}, - [455] = {.lex_state = 165, .external_lex_state = 2}, - [456] = {.lex_state = 165, .external_lex_state = 2}, - [457] = {.lex_state = 165, .external_lex_state = 2}, - [458] = {.lex_state = 165, .external_lex_state = 2}, - [459] = {.lex_state = 165, .external_lex_state = 2}, - [460] = {.lex_state = 165, .external_lex_state = 2}, - [461] = {.lex_state = 165, .external_lex_state = 2}, - [462] = {.lex_state = 165, .external_lex_state = 2}, - [463] = {.lex_state = 165, .external_lex_state = 2}, - [464] = {.lex_state = 165, .external_lex_state = 2}, - [465] = {.lex_state = 163, .external_lex_state = 2}, - [466] = {.lex_state = 165, .external_lex_state = 2}, + [455] = {.lex_state = 157, .external_lex_state = 2}, + [456] = {.lex_state = 117, .external_lex_state = 2}, + [457] = {.lex_state = 157, .external_lex_state = 2}, + [458] = {.lex_state = 157, .external_lex_state = 2}, + [459] = {.lex_state = 157, .external_lex_state = 2}, + [460] = {.lex_state = 148, .external_lex_state = 2}, + [461] = {.lex_state = 148, .external_lex_state = 2}, + [462] = {.lex_state = 148, .external_lex_state = 2}, + [463] = {.lex_state = 148, .external_lex_state = 2}, + [464] = {.lex_state = 115, .external_lex_state = 2}, + [465] = {.lex_state = 165, .external_lex_state = 2}, + [466] = {.lex_state = 148, .external_lex_state = 2}, [467] = {.lex_state = 165, .external_lex_state = 2}, - [468] = {.lex_state = 165, .external_lex_state = 2}, + [468] = {.lex_state = 148, .external_lex_state = 2}, [469] = {.lex_state = 165, .external_lex_state = 2}, [470] = {.lex_state = 165, .external_lex_state = 2}, - [471] = {.lex_state = 163, .external_lex_state = 2}, - [472] = {.lex_state = 157, .external_lex_state = 2}, - [473] = {.lex_state = 148, .external_lex_state = 2}, - [474] = {.lex_state = 148, .external_lex_state = 2}, - [475] = {.lex_state = 165, .external_lex_state = 2}, + [471] = {.lex_state = 117, .external_lex_state = 2}, + [472] = {.lex_state = 165, .external_lex_state = 2}, + [473] = {.lex_state = 157, .external_lex_state = 2}, + [474] = {.lex_state = 165, .external_lex_state = 2}, + [475] = {.lex_state = 157, .external_lex_state = 2}, [476] = {.lex_state = 157, .external_lex_state = 2}, - [477] = {.lex_state = 157, .external_lex_state = 2}, - [478] = {.lex_state = 148, .external_lex_state = 2}, - [479] = {.lex_state = 165, .external_lex_state = 2}, - [480] = {.lex_state = 157, .external_lex_state = 2}, + [477] = {.lex_state = 104, .external_lex_state = 2}, + [478] = {.lex_state = 157, .external_lex_state = 2}, + [479] = {.lex_state = 157, .external_lex_state = 2}, + [480] = {.lex_state = 165, .external_lex_state = 2}, [481] = {.lex_state = 165, .external_lex_state = 2}, - [482] = {.lex_state = 154, .external_lex_state = 2}, - [483] = {.lex_state = 1697, .external_lex_state = 2}, - [484] = {.lex_state = 148, .external_lex_state = 2}, - [485] = {.lex_state = 148, .external_lex_state = 2}, - [486] = {.lex_state = 109, .external_lex_state = 2}, - [487] = {.lex_state = 157, .external_lex_state = 2}, + [482] = {.lex_state = 165, .external_lex_state = 2}, + [483] = {.lex_state = 165, .external_lex_state = 2}, + [484] = {.lex_state = 165, .external_lex_state = 2}, + [485] = {.lex_state = 157, .external_lex_state = 2}, + [486] = {.lex_state = 167, .external_lex_state = 2}, + [487] = {.lex_state = 165, .external_lex_state = 2}, [488] = {.lex_state = 157, .external_lex_state = 2}, [489] = {.lex_state = 157, .external_lex_state = 2}, - [490] = {.lex_state = 165, .external_lex_state = 2}, - [491] = {.lex_state = 157, .external_lex_state = 2}, - [492] = {.lex_state = 157, .external_lex_state = 2}, + [490] = {.lex_state = 157, .external_lex_state = 2}, + [491] = {.lex_state = 167, .external_lex_state = 2}, + [492] = {.lex_state = 165, .external_lex_state = 2}, [493] = {.lex_state = 157, .external_lex_state = 2}, - [494] = {.lex_state = 104, .external_lex_state = 2}, - [495] = {.lex_state = 167, .external_lex_state = 2}, - [496] = {.lex_state = 157, .external_lex_state = 2}, + [494] = {.lex_state = 165, .external_lex_state = 2}, + [495] = {.lex_state = 165, .external_lex_state = 2}, + [496] = {.lex_state = 165, .external_lex_state = 2}, [497] = {.lex_state = 165, .external_lex_state = 2}, [498] = {.lex_state = 157, .external_lex_state = 2}, - [499] = {.lex_state = 157, .external_lex_state = 2}, + [499] = {.lex_state = 165, .external_lex_state = 2}, [500] = {.lex_state = 165, .external_lex_state = 2}, - [501] = {.lex_state = 149, .external_lex_state = 2}, - [502] = {.lex_state = 118, .external_lex_state = 2}, + [501] = {.lex_state = 105, .external_lex_state = 2}, + [502] = {.lex_state = 161, .external_lex_state = 2}, [503] = {.lex_state = 118, .external_lex_state = 2}, [504] = {.lex_state = 118, .external_lex_state = 2}, - [505] = {.lex_state = 118, .external_lex_state = 2}, - [506] = {.lex_state = 168, .external_lex_state = 2}, - [507] = {.lex_state = 168, .external_lex_state = 2}, - [508] = {.lex_state = 168, .external_lex_state = 2}, - [509] = {.lex_state = 168, .external_lex_state = 2}, - [510] = {.lex_state = 168, .external_lex_state = 2}, - [511] = {.lex_state = 168, .external_lex_state = 2}, - [512] = {.lex_state = 168, .external_lex_state = 2}, - [513] = {.lex_state = 149, .external_lex_state = 2}, - [514] = {.lex_state = 118, .external_lex_state = 2}, + [505] = {.lex_state = 168, .external_lex_state = 2}, + [506] = {.lex_state = 149, .external_lex_state = 2}, + [507] = {.lex_state = 149, .external_lex_state = 2}, + [508] = {.lex_state = 118, .external_lex_state = 2}, + [509] = {.lex_state = 118, .external_lex_state = 2}, + [510] = {.lex_state = 239, .external_lex_state = 2}, + [511] = {.lex_state = 118, .external_lex_state = 2}, + [512] = {.lex_state = 165, .external_lex_state = 2}, + [513] = {.lex_state = 168, .external_lex_state = 2}, + [514] = {.lex_state = 153, .external_lex_state = 2}, [515] = {.lex_state = 168, .external_lex_state = 2}, - [516] = {.lex_state = 118, .external_lex_state = 2}, - [517] = {.lex_state = 118, .external_lex_state = 2}, - [518] = {.lex_state = 168, .external_lex_state = 2}, - [519] = {.lex_state = 149, .external_lex_state = 2}, + [516] = {.lex_state = 165, .external_lex_state = 2}, + [517] = {.lex_state = 168, .external_lex_state = 2}, + [518] = {.lex_state = 153, .external_lex_state = 2}, + [519] = {.lex_state = 105, .external_lex_state = 2}, [520] = {.lex_state = 118, .external_lex_state = 2}, [521] = {.lex_state = 118, .external_lex_state = 2}, - [522] = {.lex_state = 165, .external_lex_state = 2}, - [523] = {.lex_state = 165, .external_lex_state = 2}, - [524] = {.lex_state = 168, .external_lex_state = 2}, + [522] = {.lex_state = 118, .external_lex_state = 2}, + [523] = {.lex_state = 118, .external_lex_state = 2}, + [524] = {.lex_state = 118, .external_lex_state = 2}, [525] = {.lex_state = 118, .external_lex_state = 2}, - [526] = {.lex_state = 153, .external_lex_state = 2}, - [527] = {.lex_state = 239, .external_lex_state = 2}, - [528] = {.lex_state = 239, .external_lex_state = 2}, - [529] = {.lex_state = 239, .external_lex_state = 2}, + [526] = {.lex_state = 118, .external_lex_state = 2}, + [527] = {.lex_state = 118, .external_lex_state = 2}, + [528] = {.lex_state = 118, .external_lex_state = 2}, + [529] = {.lex_state = 118, .external_lex_state = 2}, [530] = {.lex_state = 239, .external_lex_state = 2}, [531] = {.lex_state = 239, .external_lex_state = 2}, - [532] = {.lex_state = 153, .external_lex_state = 2}, - [533] = {.lex_state = 153, .external_lex_state = 2}, - [534] = {.lex_state = 153, .external_lex_state = 2}, - [535] = {.lex_state = 153, .external_lex_state = 2}, - [536] = {.lex_state = 105, .external_lex_state = 2}, - [537] = {.lex_state = 105, .external_lex_state = 2}, + [532] = {.lex_state = 168, .external_lex_state = 2}, + [533] = {.lex_state = 239, .external_lex_state = 2}, + [534] = {.lex_state = 168, .external_lex_state = 2}, + [535] = {.lex_state = 168, .external_lex_state = 2}, + [536] = {.lex_state = 168, .external_lex_state = 2}, + [537] = {.lex_state = 168, .external_lex_state = 2}, [538] = {.lex_state = 168, .external_lex_state = 2}, [539] = {.lex_state = 168, .external_lex_state = 2}, - [540] = {.lex_state = 168, .external_lex_state = 2}, - [541] = {.lex_state = 168, .external_lex_state = 2}, - [542] = {.lex_state = 118, .external_lex_state = 2}, - [543] = {.lex_state = 118, .external_lex_state = 2}, - [544] = {.lex_state = 118, .external_lex_state = 2}, - [545] = {.lex_state = 118, .external_lex_state = 2}, - [546] = {.lex_state = 160, .external_lex_state = 2}, - [547] = {.lex_state = 161, .external_lex_state = 2}, - [548] = {.lex_state = 168, .external_lex_state = 2}, + [540] = {.lex_state = 239, .external_lex_state = 2}, + [541] = {.lex_state = 160, .external_lex_state = 2}, + [542] = {.lex_state = 168, .external_lex_state = 2}, + [543] = {.lex_state = 168, .external_lex_state = 2}, + [544] = {.lex_state = 153, .external_lex_state = 2}, + [545] = {.lex_state = 153, .external_lex_state = 2}, + [546] = {.lex_state = 168, .external_lex_state = 2}, + [547] = {.lex_state = 168, .external_lex_state = 2}, + [548] = {.lex_state = 153, .external_lex_state = 2}, [549] = {.lex_state = 168, .external_lex_state = 2}, - [550] = {.lex_state = 168, .external_lex_state = 2}, - [551] = {.lex_state = 118, .external_lex_state = 2}, - [552] = {.lex_state = 118, .external_lex_state = 2}, - [553] = {.lex_state = 153, .external_lex_state = 2}, - [554] = {.lex_state = 106, .external_lex_state = 2}, - [555] = {.lex_state = 106, .external_lex_state = 2}, - [556] = {.lex_state = 106, .external_lex_state = 2}, - [557] = {.lex_state = 106, .external_lex_state = 2}, - [558] = {.lex_state = 238, .external_lex_state = 2}, - [559] = {.lex_state = 106, .external_lex_state = 2}, - [560] = {.lex_state = 164, .external_lex_state = 2}, - [561] = {.lex_state = 164, .external_lex_state = 2}, - [562] = {.lex_state = 203, .external_lex_state = 2}, + [550] = {.lex_state = 153, .external_lex_state = 2}, + [551] = {.lex_state = 168, .external_lex_state = 2}, + [552] = {.lex_state = 149, .external_lex_state = 2}, + [553] = {.lex_state = 118, .external_lex_state = 2}, + [554] = {.lex_state = 164, .external_lex_state = 2}, + [555] = {.lex_state = 203, .external_lex_state = 2}, + [556] = {.lex_state = 118, .external_lex_state = 2}, + [557] = {.lex_state = 154, .external_lex_state = 2}, + [558] = {.lex_state = 118, .external_lex_state = 2}, + [559] = {.lex_state = 150, .external_lex_state = 2}, + [560] = {.lex_state = 203, .external_lex_state = 2}, + [561] = {.lex_state = 238, .external_lex_state = 2}, + [562] = {.lex_state = 106, .external_lex_state = 2}, [563] = {.lex_state = 106, .external_lex_state = 2}, - [564] = {.lex_state = 150, .external_lex_state = 2}, - [565] = {.lex_state = 203, .external_lex_state = 2}, + [564] = {.lex_state = 106, .external_lex_state = 2}, + [565] = {.lex_state = 106, .external_lex_state = 2}, [566] = {.lex_state = 106, .external_lex_state = 2}, - [567] = {.lex_state = 150, .external_lex_state = 2}, + [567] = {.lex_state = 106, .external_lex_state = 2}, [568] = {.lex_state = 106, .external_lex_state = 2}, - [569] = {.lex_state = 203, .external_lex_state = 2}, - [570] = {.lex_state = 106, .external_lex_state = 2}, + [569] = {.lex_state = 106, .external_lex_state = 2}, + [570] = {.lex_state = 203, .external_lex_state = 2}, [571] = {.lex_state = 106, .external_lex_state = 2}, - [572] = {.lex_state = 203, .external_lex_state = 2}, - [573] = {.lex_state = 118, .external_lex_state = 2}, - [574] = {.lex_state = 203, .external_lex_state = 2}, - [575] = {.lex_state = 154, .external_lex_state = 2}, - [576] = {.lex_state = 172, .external_lex_state = 2}, - [577] = {.lex_state = 203, .external_lex_state = 2}, - [578] = {.lex_state = 118, .external_lex_state = 2}, + [572] = {.lex_state = 106, .external_lex_state = 2}, + [573] = {.lex_state = 203, .external_lex_state = 2}, + [574] = {.lex_state = 154, .external_lex_state = 2}, + [575] = {.lex_state = 159, .external_lex_state = 2}, + [576] = {.lex_state = 238, .external_lex_state = 2}, + [577] = {.lex_state = 154, .external_lex_state = 2}, + [578] = {.lex_state = 203, .external_lex_state = 2}, [579] = {.lex_state = 203, .external_lex_state = 2}, - [580] = {.lex_state = 154, .external_lex_state = 2}, - [581] = {.lex_state = 154, .external_lex_state = 2}, + [580] = {.lex_state = 238, .external_lex_state = 2}, + [581] = {.lex_state = 164, .external_lex_state = 2}, [582] = {.lex_state = 159, .external_lex_state = 2}, - [583] = {.lex_state = 106, .external_lex_state = 2}, - [584] = {.lex_state = 159, .external_lex_state = 2}, - [585] = {.lex_state = 173, .external_lex_state = 2}, - [586] = {.lex_state = 238, .external_lex_state = 2}, - [587] = {.lex_state = 203, .external_lex_state = 2}, - [588] = {.lex_state = 238, .external_lex_state = 2}, + [583] = {.lex_state = 238, .external_lex_state = 2}, + [584] = {.lex_state = 164, .external_lex_state = 2}, + [585] = {.lex_state = 164, .external_lex_state = 2}, + [586] = {.lex_state = 106, .external_lex_state = 2}, + [587] = {.lex_state = 172, .external_lex_state = 2}, + [588] = {.lex_state = 106, .external_lex_state = 2}, [589] = {.lex_state = 106, .external_lex_state = 2}, - [590] = {.lex_state = 238, .external_lex_state = 2}, + [590] = {.lex_state = 106, .external_lex_state = 2}, [591] = {.lex_state = 106, .external_lex_state = 2}, - [592] = {.lex_state = 164, .external_lex_state = 2}, + [592] = {.lex_state = 150, .external_lex_state = 2}, [593] = {.lex_state = 106, .external_lex_state = 2}, - [594] = {.lex_state = 164, .external_lex_state = 2}, + [594] = {.lex_state = 203, .external_lex_state = 2}, [595] = {.lex_state = 164, .external_lex_state = 2}, [596] = {.lex_state = 164, .external_lex_state = 2}, - [597] = {.lex_state = 106, .external_lex_state = 2}, - [598] = {.lex_state = 106, .external_lex_state = 2}, + [597] = {.lex_state = 203, .external_lex_state = 2}, + [598] = {.lex_state = 173, .external_lex_state = 2}, [599] = {.lex_state = 238, .external_lex_state = 2}, - [600] = {.lex_state = 165, .external_lex_state = 2}, - [601] = {.lex_state = 203, .external_lex_state = 2}, + [600] = {.lex_state = 203, .external_lex_state = 2}, + [601] = {.lex_state = 35, .external_lex_state = 2}, [602] = {.lex_state = 203, .external_lex_state = 2}, [603] = {.lex_state = 203, .external_lex_state = 2}, [604] = {.lex_state = 203, .external_lex_state = 2}, @@ -61146,15 +61164,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [621] = {.lex_state = 203, .external_lex_state = 2}, [622] = {.lex_state = 203, .external_lex_state = 2}, [623] = {.lex_state = 203, .external_lex_state = 2}, - [624] = {.lex_state = 203, .external_lex_state = 2}, + [624] = {.lex_state = 35, .external_lex_state = 2}, [625] = {.lex_state = 203, .external_lex_state = 2}, [626] = {.lex_state = 203, .external_lex_state = 2}, [627] = {.lex_state = 203, .external_lex_state = 2}, [628] = {.lex_state = 203, .external_lex_state = 2}, [629] = {.lex_state = 203, .external_lex_state = 2}, - [630] = {.lex_state = 35, .external_lex_state = 2}, - [631] = {.lex_state = 165, .external_lex_state = 2}, - [632] = {.lex_state = 165, .external_lex_state = 2}, + [630] = {.lex_state = 203, .external_lex_state = 2}, + [631] = {.lex_state = 203, .external_lex_state = 2}, + [632] = {.lex_state = 203, .external_lex_state = 2}, [633] = {.lex_state = 203, .external_lex_state = 2}, [634] = {.lex_state = 203, .external_lex_state = 2}, [635] = {.lex_state = 203, .external_lex_state = 2}, @@ -61178,34 +61196,34 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [653] = {.lex_state = 203, .external_lex_state = 2}, [654] = {.lex_state = 203, .external_lex_state = 2}, [655] = {.lex_state = 203, .external_lex_state = 2}, - [656] = {.lex_state = 203, .external_lex_state = 2}, - [657] = {.lex_state = 203, .external_lex_state = 2}, - [658] = {.lex_state = 203, .external_lex_state = 2}, + [656] = {.lex_state = 165, .external_lex_state = 2}, + [657] = {.lex_state = 165, .external_lex_state = 2}, + [658] = {.lex_state = 165, .external_lex_state = 2}, [659] = {.lex_state = 203, .external_lex_state = 2}, [660] = {.lex_state = 203, .external_lex_state = 2}, - [661] = {.lex_state = 170, .external_lex_state = 2}, + [661] = {.lex_state = 203, .external_lex_state = 2}, [662] = {.lex_state = 203, .external_lex_state = 2}, - [663] = {.lex_state = 170, .external_lex_state = 2}, + [663] = {.lex_state = 203, .external_lex_state = 2}, [664] = {.lex_state = 203, .external_lex_state = 2}, [665] = {.lex_state = 203, .external_lex_state = 2}, - [666] = {.lex_state = 35, .external_lex_state = 2}, + [666] = {.lex_state = 203, .external_lex_state = 2}, [667] = {.lex_state = 203, .external_lex_state = 2}, [668] = {.lex_state = 203, .external_lex_state = 2}, - [669] = {.lex_state = 203, .external_lex_state = 2}, - [670] = {.lex_state = 203, .external_lex_state = 2}, - [671] = {.lex_state = 203, .external_lex_state = 2}, - [672] = {.lex_state = 203, .external_lex_state = 2}, + [669] = {.lex_state = 170, .external_lex_state = 2}, + [670] = {.lex_state = 170, .external_lex_state = 2}, + [671] = {.lex_state = 35, .external_lex_state = 2}, + [672] = {.lex_state = 106, .external_lex_state = 2}, [673] = {.lex_state = 203, .external_lex_state = 2}, [674] = {.lex_state = 203, .external_lex_state = 2}, [675] = {.lex_state = 203, .external_lex_state = 2}, [676] = {.lex_state = 203, .external_lex_state = 2}, [677] = {.lex_state = 203, .external_lex_state = 2}, - [678] = {.lex_state = 35, .external_lex_state = 2}, - [679] = {.lex_state = 106, .external_lex_state = 2}, - [680] = {.lex_state = 203, .external_lex_state = 2}, + [678] = {.lex_state = 203, .external_lex_state = 2}, + [679] = {.lex_state = 203, .external_lex_state = 2}, + [680] = {.lex_state = 106, .external_lex_state = 2}, [681] = {.lex_state = 203, .external_lex_state = 2}, [682] = {.lex_state = 203, .external_lex_state = 2}, - [683] = {.lex_state = 106, .external_lex_state = 2}, + [683] = {.lex_state = 203, .external_lex_state = 2}, [684] = {.lex_state = 203, .external_lex_state = 2}, [685] = {.lex_state = 203, .external_lex_state = 2}, [686] = {.lex_state = 35, .external_lex_state = 2}, @@ -61222,7 +61240,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [697] = {.lex_state = 35, .external_lex_state = 2}, [698] = {.lex_state = 35, .external_lex_state = 2}, [699] = {.lex_state = 35, .external_lex_state = 2}, - [700] = {.lex_state = 39, .external_lex_state = 2}, + [700] = {.lex_state = 35, .external_lex_state = 2}, [701] = {.lex_state = 35, .external_lex_state = 2}, [702] = {.lex_state = 35, .external_lex_state = 2}, [703] = {.lex_state = 35, .external_lex_state = 2}, @@ -61243,11 +61261,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [718] = {.lex_state = 35, .external_lex_state = 2}, [719] = {.lex_state = 35, .external_lex_state = 2}, [720] = {.lex_state = 35, .external_lex_state = 2}, - [721] = {.lex_state = 39, .external_lex_state = 2}, + [721] = {.lex_state = 35, .external_lex_state = 2}, [722] = {.lex_state = 35, .external_lex_state = 2}, [723] = {.lex_state = 35, .external_lex_state = 2}, [724] = {.lex_state = 35, .external_lex_state = 2}, - [725] = {.lex_state = 35, .external_lex_state = 2}, + [725] = {.lex_state = 39, .external_lex_state = 2}, [726] = {.lex_state = 35, .external_lex_state = 2}, [727] = {.lex_state = 35, .external_lex_state = 2}, [728] = {.lex_state = 35, .external_lex_state = 2}, @@ -61259,13 +61277,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [734] = {.lex_state = 35, .external_lex_state = 2}, [735] = {.lex_state = 35, .external_lex_state = 2}, [736] = {.lex_state = 35, .external_lex_state = 2}, - [737] = {.lex_state = 39, .external_lex_state = 2}, + [737] = {.lex_state = 35, .external_lex_state = 2}, [738] = {.lex_state = 35, .external_lex_state = 2}, [739] = {.lex_state = 35, .external_lex_state = 2}, [740] = {.lex_state = 35, .external_lex_state = 2}, [741] = {.lex_state = 35, .external_lex_state = 2}, [742] = {.lex_state = 35, .external_lex_state = 2}, - [743] = {.lex_state = 35, .external_lex_state = 2}, + [743] = {.lex_state = 39, .external_lex_state = 2}, [744] = {.lex_state = 35, .external_lex_state = 2}, [745] = {.lex_state = 35, .external_lex_state = 2}, [746] = {.lex_state = 35, .external_lex_state = 2}, @@ -61276,7 +61294,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [751] = {.lex_state = 35, .external_lex_state = 2}, [752] = {.lex_state = 35, .external_lex_state = 2}, [753] = {.lex_state = 35, .external_lex_state = 2}, - [754] = {.lex_state = 35, .external_lex_state = 2}, + [754] = {.lex_state = 39, .external_lex_state = 2}, [755] = {.lex_state = 35, .external_lex_state = 2}, [756] = {.lex_state = 35, .external_lex_state = 2}, [757] = {.lex_state = 35, .external_lex_state = 2}, @@ -61288,86 +61306,86 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [763] = {.lex_state = 35, .external_lex_state = 2}, [764] = {.lex_state = 35, .external_lex_state = 2}, [765] = {.lex_state = 35, .external_lex_state = 2}, - [766] = {.lex_state = 39, .external_lex_state = 2}, - [767] = {.lex_state = 39, .external_lex_state = 2}, - [768] = {.lex_state = 46, .external_lex_state = 2}, - [769] = {.lex_state = 46, .external_lex_state = 2}, - [770] = {.lex_state = 3119}, - [771] = {.lex_state = 3124}, - [772] = {.lex_state = 39, .external_lex_state = 2}, - [773] = {.lex_state = 39, .external_lex_state = 2}, - [774] = {.lex_state = 39, .external_lex_state = 2}, - [775] = {.lex_state = 39, .external_lex_state = 2}, - [776] = {.lex_state = 3125}, + [766] = {.lex_state = 46, .external_lex_state = 2}, + [767] = {.lex_state = 46, .external_lex_state = 2}, + [768] = {.lex_state = 39, .external_lex_state = 2}, + [769] = {.lex_state = 39, .external_lex_state = 2}, + [770] = {.lex_state = 1702, .external_lex_state = 2}, + [771] = {.lex_state = 3119}, + [772] = {.lex_state = 1702, .external_lex_state = 2}, + [773] = {.lex_state = 1702, .external_lex_state = 2}, + [774] = {.lex_state = 1702, .external_lex_state = 2}, + [775] = {.lex_state = 1702, .external_lex_state = 2}, + [776] = {.lex_state = 39, .external_lex_state = 2}, [777] = {.lex_state = 1702, .external_lex_state = 2}, [778] = {.lex_state = 1702, .external_lex_state = 2}, [779] = {.lex_state = 1702, .external_lex_state = 2}, [780] = {.lex_state = 1702, .external_lex_state = 2}, - [781] = {.lex_state = 3125}, - [782] = {.lex_state = 3259}, - [783] = {.lex_state = 1702, .external_lex_state = 2}, - [784] = {.lex_state = 3127}, - [785] = {.lex_state = 1702, .external_lex_state = 2}, - [786] = {.lex_state = 3120}, + [781] = {.lex_state = 39, .external_lex_state = 2}, + [782] = {.lex_state = 39, .external_lex_state = 2}, + [783] = {.lex_state = 39, .external_lex_state = 2}, + [784] = {.lex_state = 1702, .external_lex_state = 2}, + [785] = {.lex_state = 3134}, + [786] = {.lex_state = 1702, .external_lex_state = 2}, [787] = {.lex_state = 1702, .external_lex_state = 2}, - [788] = {.lex_state = 3261}, - [789] = {.lex_state = 3111}, + [788] = {.lex_state = 1702, .external_lex_state = 2}, + [789] = {.lex_state = 3265}, [790] = {.lex_state = 1702, .external_lex_state = 2}, - [791] = {.lex_state = 1702, .external_lex_state = 2}, - [792] = {.lex_state = 1702, .external_lex_state = 2}, - [793] = {.lex_state = 3109}, - [794] = {.lex_state = 1702, .external_lex_state = 2}, - [795] = {.lex_state = 3259}, - [796] = {.lex_state = 1702, .external_lex_state = 2}, - [797] = {.lex_state = 1702, .external_lex_state = 2}, - [798] = {.lex_state = 3126}, - [799] = {.lex_state = 3113}, - [800] = {.lex_state = 3126}, - [801] = {.lex_state = 3261}, - [802] = {.lex_state = 1702, .external_lex_state = 2}, - [803] = {.lex_state = 3126}, - [804] = {.lex_state = 3263}, - [805] = {.lex_state = 3126}, - [806] = {.lex_state = 3129}, - [807] = {.lex_state = 3263}, - [808] = {.lex_state = 3113}, - [809] = {.lex_state = 3129}, - [810] = {.lex_state = 3126}, - [811] = {.lex_state = 1702, .external_lex_state = 2}, - [812] = {.lex_state = 3131}, - [813] = {.lex_state = 3115}, - [814] = {.lex_state = 3115}, + [791] = {.lex_state = 3135}, + [792] = {.lex_state = 3122}, + [793] = {.lex_state = 1702, .external_lex_state = 2}, + [794] = {.lex_state = 3115}, + [795] = {.lex_state = 3120}, + [796] = {.lex_state = 3109}, + [797] = {.lex_state = 3120}, + [798] = {.lex_state = 3259}, + [799] = {.lex_state = 3121}, + [800] = {.lex_state = 3265}, + [801] = {.lex_state = 3259}, + [802] = {.lex_state = 3261}, + [803] = {.lex_state = 3124}, + [804] = {.lex_state = 3121}, + [805] = {.lex_state = 3261}, + [806] = {.lex_state = 3124}, + [807] = {.lex_state = 3121}, + [808] = {.lex_state = 3111}, + [809] = {.lex_state = 3121}, + [810] = {.lex_state = 3111}, + [811] = {.lex_state = 3121}, + [812] = {.lex_state = 3126}, + [813] = {.lex_state = 3263}, + [814] = {.lex_state = 3137}, [815] = {.lex_state = 3263}, - [816] = {.lex_state = 3122}, - [817] = {.lex_state = 3115}, - [818] = {.lex_state = 3265}, - [819] = {.lex_state = 3265}, - [820] = {.lex_state = 3265}, - [821] = {.lex_state = 3131}, - [822] = {.lex_state = 3263}, - [823] = {.lex_state = 3265}, - [824] = {.lex_state = 3265}, - [825] = {.lex_state = 3131}, - [826] = {.lex_state = 3133}, - [827] = {.lex_state = 3131}, - [828] = {.lex_state = 3131}, - [829] = {.lex_state = 3115}, - [830] = {.lex_state = 3115}, - [831] = {.lex_state = 3135}, - [832] = {.lex_state = 3265}, - [833] = {.lex_state = 3265}, - [834] = {.lex_state = 3265}, - [835] = {.lex_state = 3265}, - [836] = {.lex_state = 3265}, - [837] = {.lex_state = 3135}, + [816] = {.lex_state = 3261}, + [817] = {.lex_state = 3261}, + [818] = {.lex_state = 3263}, + [819] = {.lex_state = 3126}, + [820] = {.lex_state = 3113}, + [821] = {.lex_state = 3263}, + [822] = {.lex_state = 3113}, + [823] = {.lex_state = 3126}, + [824] = {.lex_state = 3113}, + [825] = {.lex_state = 3113}, + [826] = {.lex_state = 3128}, + [827] = {.lex_state = 3113}, + [828] = {.lex_state = 3126}, + [829] = {.lex_state = 3263}, + [830] = {.lex_state = 3126}, + [831] = {.lex_state = 3130}, + [832] = {.lex_state = 3263}, + [833] = {.lex_state = 3263}, + [834] = {.lex_state = 3263}, + [835] = {.lex_state = 3263}, + [836] = {.lex_state = 3130}, + [837] = {.lex_state = 3263}, [838] = {.lex_state = 46, .external_lex_state = 2}, [839] = {.lex_state = 46, .external_lex_state = 2}, - [840] = {.lex_state = 46, .external_lex_state = 2}, - [841] = {.lex_state = 46, .external_lex_state = 2}, - [842] = {.lex_state = 3137}, + [840] = {.lex_state = 3132}, + [841] = {.lex_state = 3132}, + [842] = {.lex_state = 46, .external_lex_state = 2}, [843] = {.lex_state = 46, .external_lex_state = 2}, - [844] = {.lex_state = 3137}, - [845] = {.lex_state = 3137}, + [844] = {.lex_state = 46, .external_lex_state = 2}, + [845] = {.lex_state = 46, .external_lex_state = 2}, [846] = {.lex_state = 46, .external_lex_state = 2}, [847] = {.lex_state = 46, .external_lex_state = 2}, [848] = {.lex_state = 46, .external_lex_state = 2}, @@ -61377,31 +61395,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [852] = {.lex_state = 46, .external_lex_state = 2}, [853] = {.lex_state = 46, .external_lex_state = 2}, [854] = {.lex_state = 46, .external_lex_state = 2}, - [855] = {.lex_state = 46, .external_lex_state = 2}, + [855] = {.lex_state = 3132}, [856] = {.lex_state = 46, .external_lex_state = 2}, [857] = {.lex_state = 46, .external_lex_state = 2}, - [858] = {.lex_state = 46, .external_lex_state = 2}, + [858] = {.lex_state = 3132}, [859] = {.lex_state = 46, .external_lex_state = 2}, [860] = {.lex_state = 46, .external_lex_state = 2}, - [861] = {.lex_state = 3137}, - [862] = {.lex_state = 3137}, + [861] = {.lex_state = 46, .external_lex_state = 2}, + [862] = {.lex_state = 3132}, [863] = {.lex_state = 46, .external_lex_state = 2}, [864] = {.lex_state = 3117}, - [865] = {.lex_state = 3139}, - [866] = {.lex_state = 3117}, + [865] = {.lex_state = 3267}, + [866] = {.lex_state = 3139}, [867] = {.lex_state = 3139}, - [868] = {.lex_state = 3139}, + [868] = {.lex_state = 3267}, [869] = {.lex_state = 3139}, - [870] = {.lex_state = 3267}, - [871] = {.lex_state = 3267}, + [870] = {.lex_state = 3139}, + [871] = {.lex_state = 3117}, [872] = {.lex_state = 46, .external_lex_state = 2}, [873] = {.lex_state = 46, .external_lex_state = 2}, - [874] = {.lex_state = 3267}, + [874] = {.lex_state = 46, .external_lex_state = 2}, [875] = {.lex_state = 46, .external_lex_state = 2}, - [876] = {.lex_state = 3267}, - [877] = {.lex_state = 46, .external_lex_state = 2}, + [876] = {.lex_state = 46, .external_lex_state = 2}, + [877] = {.lex_state = 3267}, [878] = {.lex_state = 46, .external_lex_state = 2}, - [879] = {.lex_state = 46, .external_lex_state = 2}, + [879] = {.lex_state = 3267}, [880] = {.lex_state = 46, .external_lex_state = 2}, [881] = {.lex_state = 46, .external_lex_state = 2}, [882] = {.lex_state = 46, .external_lex_state = 2}, @@ -61428,7 +61446,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [903] = {.lex_state = 45, .external_lex_state = 2}, [904] = {.lex_state = 45, .external_lex_state = 2}, [905] = {.lex_state = 45, .external_lex_state = 2}, - [906] = {.lex_state = 46, .external_lex_state = 2}, + [906] = {.lex_state = 45, .external_lex_state = 2}, [907] = {.lex_state = 45, .external_lex_state = 2}, [908] = {.lex_state = 45, .external_lex_state = 2}, [909] = {.lex_state = 45, .external_lex_state = 2}, @@ -61480,7 +61498,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [955] = {.lex_state = 45, .external_lex_state = 2}, [956] = {.lex_state = 45, .external_lex_state = 2}, [957] = {.lex_state = 45, .external_lex_state = 2}, - [958] = {.lex_state = 46, .external_lex_state = 2}, + [958] = {.lex_state = 45, .external_lex_state = 2}, [959] = {.lex_state = 45, .external_lex_state = 2}, [960] = {.lex_state = 45, .external_lex_state = 2}, [961] = {.lex_state = 45, .external_lex_state = 2}, @@ -61495,7 +61513,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [970] = {.lex_state = 45, .external_lex_state = 2}, [971] = {.lex_state = 45, .external_lex_state = 2}, [972] = {.lex_state = 45, .external_lex_state = 2}, - [973] = {.lex_state = 45, .external_lex_state = 2}, + [973] = {.lex_state = 46, .external_lex_state = 2}, [974] = {.lex_state = 45, .external_lex_state = 2}, [975] = {.lex_state = 45, .external_lex_state = 2}, [976] = {.lex_state = 45, .external_lex_state = 2}, @@ -61542,7 +61560,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1017] = {.lex_state = 45, .external_lex_state = 2}, [1018] = {.lex_state = 45, .external_lex_state = 2}, [1019] = {.lex_state = 45, .external_lex_state = 2}, - [1020] = {.lex_state = 46, .external_lex_state = 2}, + [1020] = {.lex_state = 45, .external_lex_state = 2}, [1021] = {.lex_state = 45, .external_lex_state = 2}, [1022] = {.lex_state = 45, .external_lex_state = 2}, [1023] = {.lex_state = 45, .external_lex_state = 2}, @@ -61570,12 +61588,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1045] = {.lex_state = 45, .external_lex_state = 2}, [1046] = {.lex_state = 45, .external_lex_state = 2}, [1047] = {.lex_state = 45, .external_lex_state = 2}, - [1048] = {.lex_state = 45, .external_lex_state = 2}, - [1049] = {.lex_state = 45, .external_lex_state = 2}, + [1048] = {.lex_state = 46, .external_lex_state = 2}, + [1049] = {.lex_state = 46, .external_lex_state = 2}, [1050] = {.lex_state = 45, .external_lex_state = 2}, [1051] = {.lex_state = 45, .external_lex_state = 2}, [1052] = {.lex_state = 45, .external_lex_state = 2}, - [1053] = {.lex_state = 45, .external_lex_state = 2}, + [1053] = {.lex_state = 44, .external_lex_state = 2}, [1054] = {.lex_state = 45, .external_lex_state = 2}, [1055] = {.lex_state = 45, .external_lex_state = 2}, [1056] = {.lex_state = 45, .external_lex_state = 2}, @@ -61622,14 +61640,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1097] = {.lex_state = 45, .external_lex_state = 2}, [1098] = {.lex_state = 45, .external_lex_state = 2}, [1099] = {.lex_state = 45, .external_lex_state = 2}, - [1100] = {.lex_state = 1694, .external_lex_state = 2}, + [1100] = {.lex_state = 45, .external_lex_state = 2}, [1101] = {.lex_state = 45, .external_lex_state = 2}, [1102] = {.lex_state = 45, .external_lex_state = 2}, [1103] = {.lex_state = 45, .external_lex_state = 2}, [1104] = {.lex_state = 45, .external_lex_state = 2}, [1105] = {.lex_state = 45, .external_lex_state = 2}, - [1106] = {.lex_state = 1694, .external_lex_state = 2}, - [1107] = {.lex_state = 44, .external_lex_state = 2}, + [1106] = {.lex_state = 45, .external_lex_state = 2}, + [1107] = {.lex_state = 45, .external_lex_state = 2}, [1108] = {.lex_state = 45, .external_lex_state = 2}, [1109] = {.lex_state = 45, .external_lex_state = 2}, [1110] = {.lex_state = 45, .external_lex_state = 2}, @@ -61649,11 +61667,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1124] = {.lex_state = 45, .external_lex_state = 2}, [1125] = {.lex_state = 45, .external_lex_state = 2}, [1126] = {.lex_state = 45, .external_lex_state = 2}, - [1127] = {.lex_state = 45, .external_lex_state = 2}, + [1127] = {.lex_state = 1694, .external_lex_state = 2}, [1128] = {.lex_state = 45, .external_lex_state = 2}, [1129] = {.lex_state = 45, .external_lex_state = 2}, [1130] = {.lex_state = 45, .external_lex_state = 2}, - [1131] = {.lex_state = 45, .external_lex_state = 2}, + [1131] = {.lex_state = 1694, .external_lex_state = 2}, [1132] = {.lex_state = 45, .external_lex_state = 2}, [1133] = {.lex_state = 45, .external_lex_state = 2}, [1134] = {.lex_state = 1694, .external_lex_state = 2}, @@ -61661,140 +61679,140 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1136] = {.lex_state = 1694, .external_lex_state = 2}, [1137] = {.lex_state = 45, .external_lex_state = 2}, [1138] = {.lex_state = 45, .external_lex_state = 2}, - [1139] = {.lex_state = 45, .external_lex_state = 2}, - [1140] = {.lex_state = 38, .external_lex_state = 2}, + [1139] = {.lex_state = 38, .external_lex_state = 2}, + [1140] = {.lex_state = 45, .external_lex_state = 2}, [1141] = {.lex_state = 45, .external_lex_state = 2}, - [1142] = {.lex_state = 45, .external_lex_state = 2}, + [1142] = {.lex_state = 38, .external_lex_state = 2}, [1143] = {.lex_state = 45, .external_lex_state = 2}, - [1144] = {.lex_state = 38, .external_lex_state = 2}, - [1145] = {.lex_state = 1694, .external_lex_state = 2}, - [1146] = {.lex_state = 1694, .external_lex_state = 2}, - [1147] = {.lex_state = 40, .external_lex_state = 2}, + [1144] = {.lex_state = 1694, .external_lex_state = 2}, + [1145] = {.lex_state = 45, .external_lex_state = 2}, + [1146] = {.lex_state = 38, .external_lex_state = 2}, + [1147] = {.lex_state = 1694, .external_lex_state = 2}, [1148] = {.lex_state = 38, .external_lex_state = 2}, [1149] = {.lex_state = 220, .external_lex_state = 2}, - [1150] = {.lex_state = 38, .external_lex_state = 2}, - [1151] = {.lex_state = 38, .external_lex_state = 2}, - [1152] = {.lex_state = 220, .external_lex_state = 2}, - [1153] = {.lex_state = 3121}, - [1154] = {.lex_state = 47, .external_lex_state = 2}, - [1155] = {.lex_state = 3260}, - [1156] = {.lex_state = 40, .external_lex_state = 2}, - [1157] = {.lex_state = 3112}, - [1158] = {.lex_state = 3128}, - [1159] = {.lex_state = 3110}, - [1160] = {.lex_state = 47, .external_lex_state = 2}, + [1150] = {.lex_state = 40, .external_lex_state = 2}, + [1151] = {.lex_state = 220, .external_lex_state = 2}, + [1152] = {.lex_state = 38, .external_lex_state = 2}, + [1153] = {.lex_state = 33, .external_lex_state = 2}, + [1154] = {.lex_state = 3260}, + [1155] = {.lex_state = 33, .external_lex_state = 2}, + [1156] = {.lex_state = 3116}, + [1157] = {.lex_state = 47, .external_lex_state = 2}, + [1158] = {.lex_state = 38, .external_lex_state = 2}, + [1159] = {.lex_state = 3123}, + [1160] = {.lex_state = 40, .external_lex_state = 2}, [1161] = {.lex_state = 33, .external_lex_state = 2}, - [1162] = {.lex_state = 47, .external_lex_state = 2}, - [1163] = {.lex_state = 38, .external_lex_state = 2}, - [1164] = {.lex_state = 33, .external_lex_state = 2}, - [1165] = {.lex_state = 33, .external_lex_state = 2}, - [1166] = {.lex_state = 47, .external_lex_state = 2}, - [1167] = {.lex_state = 33, .external_lex_state = 2}, - [1168] = {.lex_state = 3262}, - [1169] = {.lex_state = 3130}, - [1170] = {.lex_state = 3264}, - [1171] = {.lex_state = 3114}, - [1172] = {.lex_state = 3130}, - [1173] = {.lex_state = 3114}, - [1174] = {.lex_state = 3262}, - [1175] = {.lex_state = 3260}, - [1176] = {.lex_state = 33, .external_lex_state = 2}, - [1177] = {.lex_state = 33, .external_lex_state = 2}, - [1178] = {.lex_state = 3264}, - [1179] = {.lex_state = 33, .external_lex_state = 2}, - [1180] = {.lex_state = 33, .external_lex_state = 2}, - [1181] = {.lex_state = 47, .external_lex_state = 2}, - [1182] = {.lex_state = 3132}, - [1183] = {.lex_state = 3116}, + [1162] = {.lex_state = 3136}, + [1163] = {.lex_state = 47, .external_lex_state = 2}, + [1164] = {.lex_state = 47, .external_lex_state = 2}, + [1165] = {.lex_state = 3266}, + [1166] = {.lex_state = 33, .external_lex_state = 2}, + [1167] = {.lex_state = 3110}, + [1168] = {.lex_state = 47, .external_lex_state = 2}, + [1169] = {.lex_state = 33, .external_lex_state = 2}, + [1170] = {.lex_state = 33, .external_lex_state = 2}, + [1171] = {.lex_state = 3260}, + [1172] = {.lex_state = 3266}, + [1173] = {.lex_state = 33, .external_lex_state = 2}, + [1174] = {.lex_state = 33, .external_lex_state = 2}, + [1175] = {.lex_state = 3262}, + [1176] = {.lex_state = 3262}, + [1177] = {.lex_state = 3112}, + [1178] = {.lex_state = 3112}, + [1179] = {.lex_state = 3125}, + [1180] = {.lex_state = 3125}, + [1181] = {.lex_state = 3114}, + [1182] = {.lex_state = 3138}, + [1183] = {.lex_state = 47, .external_lex_state = 2}, [1184] = {.lex_state = 47, .external_lex_state = 2}, - [1185] = {.lex_state = 3116}, - [1186] = {.lex_state = 3116}, - [1187] = {.lex_state = 3116}, - [1188] = {.lex_state = 3132}, - [1189] = {.lex_state = 3132}, - [1190] = {.lex_state = 3132}, - [1191] = {.lex_state = 3132}, - [1192] = {.lex_state = 3134}, - [1193] = {.lex_state = 3123}, - [1194] = {.lex_state = 3116}, - [1195] = {.lex_state = 3264}, - [1196] = {.lex_state = 3266}, - [1197] = {.lex_state = 47, .external_lex_state = 2}, - [1198] = {.lex_state = 47, .external_lex_state = 2}, - [1199] = {.lex_state = 47, .external_lex_state = 2}, + [1185] = {.lex_state = 3264}, + [1186] = {.lex_state = 47, .external_lex_state = 2}, + [1187] = {.lex_state = 3264}, + [1188] = {.lex_state = 47, .external_lex_state = 2}, + [1189] = {.lex_state = 47, .external_lex_state = 2}, + [1190] = {.lex_state = 47, .external_lex_state = 2}, + [1191] = {.lex_state = 3264}, + [1192] = {.lex_state = 3264}, + [1193] = {.lex_state = 3114}, + [1194] = {.lex_state = 3262}, + [1195] = {.lex_state = 3114}, + [1196] = {.lex_state = 47, .external_lex_state = 2}, + [1197] = {.lex_state = 3114}, + [1198] = {.lex_state = 3129}, + [1199] = {.lex_state = 3127}, [1200] = {.lex_state = 47, .external_lex_state = 2}, - [1201] = {.lex_state = 47, .external_lex_state = 2}, - [1202] = {.lex_state = 47, .external_lex_state = 2}, - [1203] = {.lex_state = 47, .external_lex_state = 2}, - [1204] = {.lex_state = 3266}, - [1205] = {.lex_state = 3266}, - [1206] = {.lex_state = 3266}, - [1207] = {.lex_state = 3266}, - [1208] = {.lex_state = 3264}, - [1209] = {.lex_state = 3266}, - [1210] = {.lex_state = 3266}, - [1211] = {.lex_state = 3266}, - [1212] = {.lex_state = 3266}, - [1213] = {.lex_state = 3266}, + [1201] = {.lex_state = 3127}, + [1202] = {.lex_state = 3127}, + [1203] = {.lex_state = 3127}, + [1204] = {.lex_state = 3127}, + [1205] = {.lex_state = 47, .external_lex_state = 2}, + [1206] = {.lex_state = 3264}, + [1207] = {.lex_state = 3262}, + [1208] = {.lex_state = 3114}, + [1209] = {.lex_state = 3131}, + [1210] = {.lex_state = 33, .external_lex_state = 2}, + [1211] = {.lex_state = 34, .external_lex_state = 2}, + [1212] = {.lex_state = 3264}, + [1213] = {.lex_state = 221, .external_lex_state = 2}, [1214] = {.lex_state = 33, .external_lex_state = 2}, - [1215] = {.lex_state = 33, .external_lex_state = 2}, - [1216] = {.lex_state = 33, .external_lex_state = 2}, - [1217] = {.lex_state = 34, .external_lex_state = 2}, + [1215] = {.lex_state = 3264}, + [1216] = {.lex_state = 3264}, + [1217] = {.lex_state = 3264}, [1218] = {.lex_state = 34, .external_lex_state = 2}, - [1219] = {.lex_state = 3136}, - [1220] = {.lex_state = 33, .external_lex_state = 2}, - [1221] = {.lex_state = 3136}, - [1222] = {.lex_state = 221, .external_lex_state = 2}, + [1219] = {.lex_state = 33, .external_lex_state = 2}, + [1220] = {.lex_state = 221, .external_lex_state = 2}, + [1221] = {.lex_state = 33, .external_lex_state = 2}, + [1222] = {.lex_state = 33, .external_lex_state = 2}, [1223] = {.lex_state = 33, .external_lex_state = 2}, [1224] = {.lex_state = 33, .external_lex_state = 2}, [1225] = {.lex_state = 33, .external_lex_state = 2}, - [1226] = {.lex_state = 33, .external_lex_state = 2}, - [1227] = {.lex_state = 33, .external_lex_state = 2}, - [1228] = {.lex_state = 221, .external_lex_state = 2}, - [1229] = {.lex_state = 1677, .external_lex_state = 2}, - [1230] = {.lex_state = 3138}, - [1231] = {.lex_state = 3138}, - [1232] = {.lex_state = 3138}, - [1233] = {.lex_state = 3138}, - [1234] = {.lex_state = 3138}, - [1235] = {.lex_state = 44, .external_lex_state = 2}, + [1226] = {.lex_state = 3264}, + [1227] = {.lex_state = 3131}, + [1228] = {.lex_state = 33, .external_lex_state = 2}, + [1229] = {.lex_state = 44, .external_lex_state = 2}, + [1230] = {.lex_state = 3133}, + [1231] = {.lex_state = 3133}, + [1232] = {.lex_state = 3133}, + [1233] = {.lex_state = 3133}, + [1234] = {.lex_state = 1677, .external_lex_state = 2}, + [1235] = {.lex_state = 3133}, [1236] = {.lex_state = 44, .external_lex_state = 2}, - [1237] = {.lex_state = 1676, .external_lex_state = 2}, - [1238] = {.lex_state = 1687, .external_lex_state = 2}, - [1239] = {.lex_state = 1677, .external_lex_state = 2}, - [1240] = {.lex_state = 1676, .external_lex_state = 2}, - [1241] = {.lex_state = 1665}, + [1237] = {.lex_state = 1677, .external_lex_state = 2}, + [1238] = {.lex_state = 1665}, + [1239] = {.lex_state = 1676, .external_lex_state = 2}, + [1240] = {.lex_state = 1691, .external_lex_state = 2}, + [1241] = {.lex_state = 1687, .external_lex_state = 2}, [1242] = {.lex_state = 1678, .external_lex_state = 2}, - [1243] = {.lex_state = 1691, .external_lex_state = 2}, + [1243] = {.lex_state = 1676, .external_lex_state = 2}, [1244] = {.lex_state = 44, .external_lex_state = 2}, - [1245] = {.lex_state = 1690, .external_lex_state = 2}, - [1246] = {.lex_state = 1678, .external_lex_state = 2}, - [1247] = {.lex_state = 1714, .external_lex_state = 2}, - [1248] = {.lex_state = 44, .external_lex_state = 2}, + [1245] = {.lex_state = 44, .external_lex_state = 2}, + [1246] = {.lex_state = 44, .external_lex_state = 2}, + [1247] = {.lex_state = 44, .external_lex_state = 2}, + [1248] = {.lex_state = 1691, .external_lex_state = 2}, [1249] = {.lex_state = 44, .external_lex_state = 2}, - [1250] = {.lex_state = 1718, .external_lex_state = 2}, + [1250] = {.lex_state = 1665}, [1251] = {.lex_state = 1665}, [1252] = {.lex_state = 44, .external_lex_state = 2}, - [1253] = {.lex_state = 44, .external_lex_state = 2}, - [1254] = {.lex_state = 1680, .external_lex_state = 2}, - [1255] = {.lex_state = 1665}, - [1256] = {.lex_state = 34, .external_lex_state = 2}, - [1257] = {.lex_state = 1681, .external_lex_state = 2}, + [1253] = {.lex_state = 1676, .external_lex_state = 2}, + [1254] = {.lex_state = 44, .external_lex_state = 2}, + [1255] = {.lex_state = 1687, .external_lex_state = 2}, + [1256] = {.lex_state = 44, .external_lex_state = 2}, + [1257] = {.lex_state = 44, .external_lex_state = 2}, [1258] = {.lex_state = 44, .external_lex_state = 2}, - [1259] = {.lex_state = 1690, .external_lex_state = 2}, - [1260] = {.lex_state = 1691, .external_lex_state = 2}, - [1261] = {.lex_state = 1676, .external_lex_state = 2}, - [1262] = {.lex_state = 1690, .external_lex_state = 2}, + [1259] = {.lex_state = 44, .external_lex_state = 2}, + [1260] = {.lex_state = 1676, .external_lex_state = 2}, + [1261] = {.lex_state = 1714, .external_lex_state = 2}, + [1262] = {.lex_state = 1718, .external_lex_state = 2}, [1263] = {.lex_state = 44, .external_lex_state = 2}, [1264] = {.lex_state = 44, .external_lex_state = 2}, [1265] = {.lex_state = 44, .external_lex_state = 2}, - [1266] = {.lex_state = 34, .external_lex_state = 2}, + [1266] = {.lex_state = 44, .external_lex_state = 2}, [1267] = {.lex_state = 44, .external_lex_state = 2}, [1268] = {.lex_state = 44, .external_lex_state = 2}, [1269] = {.lex_state = 44, .external_lex_state = 2}, [1270] = {.lex_state = 44, .external_lex_state = 2}, [1271] = {.lex_state = 44, .external_lex_state = 2}, - [1272] = {.lex_state = 44, .external_lex_state = 2}, + [1272] = {.lex_state = 1680, .external_lex_state = 2}, [1273] = {.lex_state = 44, .external_lex_state = 2}, [1274] = {.lex_state = 44, .external_lex_state = 2}, [1275] = {.lex_state = 44, .external_lex_state = 2}, @@ -61806,687 +61824,687 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1281] = {.lex_state = 44, .external_lex_state = 2}, [1282] = {.lex_state = 44, .external_lex_state = 2}, [1283] = {.lex_state = 44, .external_lex_state = 2}, - [1284] = {.lex_state = 1676, .external_lex_state = 2}, + [1284] = {.lex_state = 44, .external_lex_state = 2}, [1285] = {.lex_state = 44, .external_lex_state = 2}, [1286] = {.lex_state = 44, .external_lex_state = 2}, [1287] = {.lex_state = 44, .external_lex_state = 2}, [1288] = {.lex_state = 44, .external_lex_state = 2}, - [1289] = {.lex_state = 44, .external_lex_state = 2}, - [1290] = {.lex_state = 44, .external_lex_state = 2}, + [1289] = {.lex_state = 34, .external_lex_state = 2}, + [1290] = {.lex_state = 1690, .external_lex_state = 2}, [1291] = {.lex_state = 44, .external_lex_state = 2}, [1292] = {.lex_state = 44, .external_lex_state = 2}, - [1293] = {.lex_state = 44, .external_lex_state = 2}, + [1293] = {.lex_state = 1681, .external_lex_state = 2}, [1294] = {.lex_state = 44, .external_lex_state = 2}, [1295] = {.lex_state = 44, .external_lex_state = 2}, [1296] = {.lex_state = 44, .external_lex_state = 2}, - [1297] = {.lex_state = 44, .external_lex_state = 2}, + [1297] = {.lex_state = 1690, .external_lex_state = 2}, [1298] = {.lex_state = 44, .external_lex_state = 2}, - [1299] = {.lex_state = 44, .external_lex_state = 2}, - [1300] = {.lex_state = 44, .external_lex_state = 2}, + [1299] = {.lex_state = 1690, .external_lex_state = 2}, + [1300] = {.lex_state = 1680, .external_lex_state = 2}, [1301] = {.lex_state = 44, .external_lex_state = 2}, - [1302] = {.lex_state = 44, .external_lex_state = 2}, + [1302] = {.lex_state = 34, .external_lex_state = 2}, [1303] = {.lex_state = 44, .external_lex_state = 2}, - [1304] = {.lex_state = 1690, .external_lex_state = 2}, - [1305] = {.lex_state = 44, .external_lex_state = 2}, - [1306] = {.lex_state = 1680, .external_lex_state = 2}, - [1307] = {.lex_state = 1687, .external_lex_state = 2}, - [1308] = {.lex_state = 1690, .external_lex_state = 2}, - [1309] = {.lex_state = 1715, .external_lex_state = 2}, - [1310] = {.lex_state = 3140}, - [1311] = {.lex_state = 1665}, - [1312] = {.lex_state = 1681, .external_lex_state = 2}, - [1313] = {.lex_state = 1705, .external_lex_state = 2}, - [1314] = {.lex_state = 1680, .external_lex_state = 2}, - [1315] = {.lex_state = 1665}, - [1316] = {.lex_state = 1681, .external_lex_state = 2}, + [1304] = {.lex_state = 44, .external_lex_state = 2}, + [1305] = {.lex_state = 1678, .external_lex_state = 2}, + [1306] = {.lex_state = 1690, .external_lex_state = 2}, + [1307] = {.lex_state = 44, .external_lex_state = 2}, + [1308] = {.lex_state = 1665}, + [1309] = {.lex_state = 1705, .external_lex_state = 2}, + [1310] = {.lex_state = 1705, .external_lex_state = 2}, + [1311] = {.lex_state = 1680, .external_lex_state = 2}, + [1312] = {.lex_state = 1690, .external_lex_state = 2}, + [1313] = {.lex_state = 1690, .external_lex_state = 2}, + [1314] = {.lex_state = 1690, .external_lex_state = 2}, + [1315] = {.lex_state = 1714, .external_lex_state = 2}, + [1316] = {.lex_state = 1715, .external_lex_state = 2}, [1317] = {.lex_state = 1665}, - [1318] = {.lex_state = 1681, .external_lex_state = 2}, - [1319] = {.lex_state = 1688, .external_lex_state = 2}, - [1320] = {.lex_state = 1690, .external_lex_state = 2}, + [1318] = {.lex_state = 1715, .external_lex_state = 2}, + [1319] = {.lex_state = 1665}, + [1320] = {.lex_state = 1718, .external_lex_state = 2}, [1321] = {.lex_state = 1665}, - [1322] = {.lex_state = 1665}, - [1323] = {.lex_state = 1665}, - [1324] = {.lex_state = 3268}, - [1325] = {.lex_state = 1690, .external_lex_state = 2}, - [1326] = {.lex_state = 1715, .external_lex_state = 2}, + [1322] = {.lex_state = 1681, .external_lex_state = 2}, + [1323] = {.lex_state = 1681, .external_lex_state = 2}, + [1324] = {.lex_state = 1681, .external_lex_state = 2}, + [1325] = {.lex_state = 3268}, + [1326] = {.lex_state = 1680, .external_lex_state = 2}, [1327] = {.lex_state = 1681, .external_lex_state = 2}, [1328] = {.lex_state = 34, .external_lex_state = 2}, - [1329] = {.lex_state = 3140}, - [1330] = {.lex_state = 1679, .external_lex_state = 2}, - [1331] = {.lex_state = 1714, .external_lex_state = 2}, - [1332] = {.lex_state = 1681, .external_lex_state = 2}, - [1333] = {.lex_state = 1718, .external_lex_state = 2}, - [1334] = {.lex_state = 3118}, - [1335] = {.lex_state = 1680, .external_lex_state = 2}, - [1336] = {.lex_state = 1665}, - [1337] = {.lex_state = 3118}, - [1338] = {.lex_state = 1705, .external_lex_state = 2}, - [1339] = {.lex_state = 3268}, - [1340] = {.lex_state = 1705, .external_lex_state = 2}, - [1341] = {.lex_state = 1690, .external_lex_state = 2}, - [1342] = {.lex_state = 1705, .external_lex_state = 2}, - [1343] = {.lex_state = 1716, .external_lex_state = 2}, - [1344] = {.lex_state = 1681, .external_lex_state = 2}, - [1345] = {.lex_state = 1716, .external_lex_state = 2}, - [1346] = {.lex_state = 1681, .external_lex_state = 2}, - [1347] = {.lex_state = 1716, .external_lex_state = 2}, - [1348] = {.lex_state = 1716, .external_lex_state = 2}, - [1349] = {.lex_state = 1716, .external_lex_state = 2}, + [1329] = {.lex_state = 1705, .external_lex_state = 2}, + [1330] = {.lex_state = 1665}, + [1331] = {.lex_state = 3118}, + [1332] = {.lex_state = 3118}, + [1333] = {.lex_state = 1688, .external_lex_state = 2}, + [1334] = {.lex_state = 1665}, + [1335] = {.lex_state = 1665}, + [1336] = {.lex_state = 3140}, + [1337] = {.lex_state = 3140}, + [1338] = {.lex_state = 1681, .external_lex_state = 2}, + [1339] = {.lex_state = 1690, .external_lex_state = 2}, + [1340] = {.lex_state = 1679, .external_lex_state = 2}, + [1341] = {.lex_state = 3268}, + [1342] = {.lex_state = 1681, .external_lex_state = 2}, + [1343] = {.lex_state = 1665}, + [1344] = {.lex_state = 1716, .external_lex_state = 2}, + [1345] = {.lex_state = 1705, .external_lex_state = 2}, + [1346] = {.lex_state = 1705, .external_lex_state = 2}, + [1347] = {.lex_state = 1705, .external_lex_state = 2}, + [1348] = {.lex_state = 1681, .external_lex_state = 2}, + [1349] = {.lex_state = 1629}, [1350] = {.lex_state = 1705, .external_lex_state = 2}, [1351] = {.lex_state = 1629}, - [1352] = {.lex_state = 1664}, - [1353] = {.lex_state = 1665}, - [1354] = {.lex_state = 44, .external_lex_state = 2}, - [1355] = {.lex_state = 1682, .external_lex_state = 2}, - [1356] = {.lex_state = 1705, .external_lex_state = 2}, - [1357] = {.lex_state = 1665}, - [1358] = {.lex_state = 1665}, - [1359] = {.lex_state = 1665}, + [1352] = {.lex_state = 1682, .external_lex_state = 2}, + [1353] = {.lex_state = 1705, .external_lex_state = 2}, + [1354] = {.lex_state = 1715, .external_lex_state = 2}, + [1355] = {.lex_state = 1688, .external_lex_state = 2}, + [1356] = {.lex_state = 1681, .external_lex_state = 2}, + [1357] = {.lex_state = 1664}, + [1358] = {.lex_state = 3268}, + [1359] = {.lex_state = 1629}, [1360] = {.lex_state = 1665}, - [1361] = {.lex_state = 1629}, - [1362] = {.lex_state = 1682, .external_lex_state = 2}, - [1363] = {.lex_state = 1715, .external_lex_state = 2}, - [1364] = {.lex_state = 1664}, - [1365] = {.lex_state = 1629}, - [1366] = {.lex_state = 1681, .external_lex_state = 2}, - [1367] = {.lex_state = 1705, .external_lex_state = 2}, - [1368] = {.lex_state = 1688, .external_lex_state = 2}, - [1369] = {.lex_state = 1715, .external_lex_state = 2}, - [1370] = {.lex_state = 1681, .external_lex_state = 2}, - [1371] = {.lex_state = 3268}, - [1372] = {.lex_state = 3268}, - [1373] = {.lex_state = 1679, .external_lex_state = 2}, - [1374] = {.lex_state = 1705, .external_lex_state = 2}, - [1375] = {.lex_state = 1629}, - [1376] = {.lex_state = 1683, .external_lex_state = 2}, - [1377] = {.lex_state = 1665}, - [1378] = {.lex_state = 1665}, - [1379] = {.lex_state = 1704, .external_lex_state = 2}, - [1380] = {.lex_state = 1629}, - [1381] = {.lex_state = 1664}, - [1382] = {.lex_state = 1665}, - [1383] = {.lex_state = 1629}, - [1384] = {.lex_state = 1665}, - [1385] = {.lex_state = 1631}, - [1386] = {.lex_state = 3142}, - [1387] = {.lex_state = 3142}, - [1388] = {.lex_state = 1631}, - [1389] = {.lex_state = 1704, .external_lex_state = 2}, - [1390] = {.lex_state = 1683, .external_lex_state = 2}, - [1391] = {.lex_state = 1683, .external_lex_state = 2}, - [1392] = {.lex_state = 1629}, - [1393] = {.lex_state = 1711, .external_lex_state = 2}, + [1361] = {.lex_state = 1682, .external_lex_state = 2}, + [1362] = {.lex_state = 3268}, + [1363] = {.lex_state = 1665}, + [1364] = {.lex_state = 1716, .external_lex_state = 2}, + [1365] = {.lex_state = 1681, .external_lex_state = 2}, + [1366] = {.lex_state = 1679, .external_lex_state = 2}, + [1367] = {.lex_state = 44, .external_lex_state = 2}, + [1368] = {.lex_state = 1665}, + [1369] = {.lex_state = 1665}, + [1370] = {.lex_state = 1715, .external_lex_state = 2}, + [1371] = {.lex_state = 1716, .external_lex_state = 2}, + [1372] = {.lex_state = 1664}, + [1373] = {.lex_state = 1716, .external_lex_state = 2}, + [1374] = {.lex_state = 1716, .external_lex_state = 2}, + [1375] = {.lex_state = 1716, .external_lex_state = 2}, + [1376] = {.lex_state = 1705, .external_lex_state = 2}, + [1377] = {.lex_state = 1664}, + [1378] = {.lex_state = 1631}, + [1379] = {.lex_state = 1665}, + [1380] = {.lex_state = 1705, .external_lex_state = 2}, + [1381] = {.lex_state = 1683, .external_lex_state = 2}, + [1382] = {.lex_state = 1683, .external_lex_state = 2}, + [1383] = {.lex_state = 1683, .external_lex_state = 2}, + [1384] = {.lex_state = 1716, .external_lex_state = 2}, + [1385] = {.lex_state = 1704, .external_lex_state = 2}, + [1386] = {.lex_state = 1629}, + [1387] = {.lex_state = 1629}, + [1388] = {.lex_state = 1629}, + [1389] = {.lex_state = 1665}, + [1390] = {.lex_state = 1682, .external_lex_state = 2}, + [1391] = {.lex_state = 1665}, + [1392] = {.lex_state = 1704, .external_lex_state = 2}, + [1393] = {.lex_state = 1716, .external_lex_state = 2}, [1394] = {.lex_state = 1683, .external_lex_state = 2}, - [1395] = {.lex_state = 1683, .external_lex_state = 2}, - [1396] = {.lex_state = 1704, .external_lex_state = 2}, - [1397] = {.lex_state = 1716, .external_lex_state = 2}, - [1398] = {.lex_state = 1665}, - [1399] = {.lex_state = 1665}, - [1400] = {.lex_state = 1704, .external_lex_state = 2}, - [1401] = {.lex_state = 1629}, - [1402] = {.lex_state = 1664}, + [1395] = {.lex_state = 3142}, + [1396] = {.lex_state = 1716, .external_lex_state = 2}, + [1397] = {.lex_state = 1711, .external_lex_state = 2}, + [1398] = {.lex_state = 1629}, + [1399] = {.lex_state = 1704, .external_lex_state = 2}, + [1400] = {.lex_state = 1665}, + [1401] = {.lex_state = 1683, .external_lex_state = 2}, + [1402] = {.lex_state = 1629}, [1403] = {.lex_state = 1704, .external_lex_state = 2}, - [1404] = {.lex_state = 1716, .external_lex_state = 2}, - [1405] = {.lex_state = 1664}, - [1406] = {.lex_state = 1682, .external_lex_state = 2}, - [1407] = {.lex_state = 1683, .external_lex_state = 2}, - [1408] = {.lex_state = 1710, .external_lex_state = 2}, - [1409] = {.lex_state = 1665}, - [1410] = {.lex_state = 1629}, + [1404] = {.lex_state = 1682, .external_lex_state = 2}, + [1405] = {.lex_state = 3142}, + [1406] = {.lex_state = 1664}, + [1407] = {.lex_state = 1631}, + [1408] = {.lex_state = 1665}, + [1409] = {.lex_state = 1704, .external_lex_state = 2}, + [1410] = {.lex_state = 1665}, [1411] = {.lex_state = 1629}, - [1412] = {.lex_state = 1682, .external_lex_state = 2}, - [1413] = {.lex_state = 1705, .external_lex_state = 2}, - [1414] = {.lex_state = 1716, .external_lex_state = 2}, - [1415] = {.lex_state = 1716, .external_lex_state = 2}, - [1416] = {.lex_state = 1705, .external_lex_state = 2}, + [1412] = {.lex_state = 1710, .external_lex_state = 2}, + [1413] = {.lex_state = 1704, .external_lex_state = 2}, + [1414] = {.lex_state = 1664}, + [1415] = {.lex_state = 1665}, + [1416] = {.lex_state = 1683, .external_lex_state = 2}, [1417] = {.lex_state = 1716, .external_lex_state = 2}, - [1418] = {.lex_state = 1704, .external_lex_state = 2}, - [1419] = {.lex_state = 1683, .external_lex_state = 2}, - [1420] = {.lex_state = 1683, .external_lex_state = 2}, - [1421] = {.lex_state = 1704, .external_lex_state = 2}, - [1422] = {.lex_state = 1704, .external_lex_state = 2}, - [1423] = {.lex_state = 1704, .external_lex_state = 2}, - [1424] = {.lex_state = 1704, .external_lex_state = 2}, - [1425] = {.lex_state = 1683, .external_lex_state = 2}, + [1418] = {.lex_state = 1629}, + [1419] = {.lex_state = 1705, .external_lex_state = 2}, + [1420] = {.lex_state = 1664}, + [1421] = {.lex_state = 1665}, + [1422] = {.lex_state = 1707, .external_lex_state = 2}, + [1423] = {.lex_state = 1710, .external_lex_state = 2}, + [1424] = {.lex_state = 1707, .external_lex_state = 2}, + [1425] = {.lex_state = 1637}, [1426] = {.lex_state = 1707, .external_lex_state = 2}, - [1427] = {.lex_state = 1664}, - [1428] = {.lex_state = 1665}, - [1429] = {.lex_state = 1631}, - [1430] = {.lex_state = 1689, .external_lex_state = 2}, + [1427] = {.lex_state = 1689, .external_lex_state = 2}, + [1428] = {.lex_state = 1664}, + [1429] = {.lex_state = 1664}, + [1430] = {.lex_state = 1665}, [1431] = {.lex_state = 1683, .external_lex_state = 2}, [1432] = {.lex_state = 1664}, [1433] = {.lex_state = 1707, .external_lex_state = 2}, - [1434] = {.lex_state = 1707, .external_lex_state = 2}, - [1435] = {.lex_state = 1707, .external_lex_state = 2}, - [1436] = {.lex_state = 1637}, - [1437] = {.lex_state = 1711, .external_lex_state = 2}, - [1438] = {.lex_state = 1665}, - [1439] = {.lex_state = 1665}, - [1440] = {.lex_state = 1629}, - [1441] = {.lex_state = 1705, .external_lex_state = 2}, + [1434] = {.lex_state = 1704, .external_lex_state = 2}, + [1435] = {.lex_state = 1704, .external_lex_state = 2}, + [1436] = {.lex_state = 1704, .external_lex_state = 2}, + [1437] = {.lex_state = 1707, .external_lex_state = 2}, + [1438] = {.lex_state = 1704, .external_lex_state = 2}, + [1439] = {.lex_state = 1707, .external_lex_state = 2}, + [1440] = {.lex_state = 1707, .external_lex_state = 2}, + [1441] = {.lex_state = 1707, .external_lex_state = 2}, [1442] = {.lex_state = 1707, .external_lex_state = 2}, - [1443] = {.lex_state = 1664}, - [1444] = {.lex_state = 1707, .external_lex_state = 2}, - [1445] = {.lex_state = 1707, .external_lex_state = 2}, - [1446] = {.lex_state = 1631}, + [1443] = {.lex_state = 1707, .external_lex_state = 2}, + [1444] = {.lex_state = 1664}, + [1445] = {.lex_state = 1664}, + [1446] = {.lex_state = 1707, .external_lex_state = 2}, [1447] = {.lex_state = 1707, .external_lex_state = 2}, - [1448] = {.lex_state = 1707, .external_lex_state = 2}, - [1449] = {.lex_state = 1629}, + [1448] = {.lex_state = 1711, .external_lex_state = 2}, + [1449] = {.lex_state = 1705, .external_lex_state = 2}, [1450] = {.lex_state = 1707, .external_lex_state = 2}, - [1451] = {.lex_state = 1707, .external_lex_state = 2}, - [1452] = {.lex_state = 1704, .external_lex_state = 2}, - [1453] = {.lex_state = 1707, .external_lex_state = 2}, - [1454] = {.lex_state = 1707, .external_lex_state = 2}, - [1455] = {.lex_state = 1707, .external_lex_state = 2}, - [1456] = {.lex_state = 1705, .external_lex_state = 2}, - [1457] = {.lex_state = 1707, .external_lex_state = 2}, + [1451] = {.lex_state = 1665}, + [1452] = {.lex_state = 1665}, + [1453] = {.lex_state = 1704, .external_lex_state = 2}, + [1454] = {.lex_state = 1665}, + [1455] = {.lex_state = 1631}, + [1456] = {.lex_state = 1707, .external_lex_state = 2}, + [1457] = {.lex_state = 1683, .external_lex_state = 2}, [1458] = {.lex_state = 1707, .external_lex_state = 2}, - [1459] = {.lex_state = 1705, .external_lex_state = 2}, + [1459] = {.lex_state = 1707, .external_lex_state = 2}, [1460] = {.lex_state = 1707, .external_lex_state = 2}, - [1461] = {.lex_state = 1633}, - [1462] = {.lex_state = 1708, .external_lex_state = 2}, + [1461] = {.lex_state = 1683, .external_lex_state = 2}, + [1462] = {.lex_state = 1707, .external_lex_state = 2}, [1463] = {.lex_state = 1707, .external_lex_state = 2}, [1464] = {.lex_state = 1707, .external_lex_state = 2}, [1465] = {.lex_state = 1683, .external_lex_state = 2}, - [1466] = {.lex_state = 1704, .external_lex_state = 2}, - [1467] = {.lex_state = 1707, .external_lex_state = 2}, - [1468] = {.lex_state = 1684, .external_lex_state = 2}, - [1469] = {.lex_state = 1664}, - [1470] = {.lex_state = 1664}, - [1471] = {.lex_state = 1665}, - [1472] = {.lex_state = 1708, .external_lex_state = 2}, - [1473] = {.lex_state = 1664}, - [1474] = {.lex_state = 1707, .external_lex_state = 2}, - [1475] = {.lex_state = 1665}, - [1476] = {.lex_state = 1683, .external_lex_state = 2}, - [1477] = {.lex_state = 1707, .external_lex_state = 2}, - [1478] = {.lex_state = 1710, .external_lex_state = 2}, + [1466] = {.lex_state = 1707, .external_lex_state = 2}, + [1467] = {.lex_state = 1683, .external_lex_state = 2}, + [1468] = {.lex_state = 1683, .external_lex_state = 2}, + [1469] = {.lex_state = 1631}, + [1470] = {.lex_state = 1707, .external_lex_state = 2}, + [1471] = {.lex_state = 1708, .external_lex_state = 2}, + [1472] = {.lex_state = 1684, .external_lex_state = 2}, + [1473] = {.lex_state = 1705, .external_lex_state = 2}, + [1474] = {.lex_state = 1633}, + [1475] = {.lex_state = 1704, .external_lex_state = 2}, + [1476] = {.lex_state = 1708, .external_lex_state = 2}, + [1477] = {.lex_state = 1629}, + [1478] = {.lex_state = 1629}, [1479] = {.lex_state = 1707, .external_lex_state = 2}, - [1480] = {.lex_state = 1709, .external_lex_state = 2}, + [1480] = {.lex_state = 1629}, [1481] = {.lex_state = 1707, .external_lex_state = 2}, - [1482] = {.lex_state = 1705, .external_lex_state = 2}, - [1483] = {.lex_state = 1629}, - [1484] = {.lex_state = 1709, .external_lex_state = 2}, + [1482] = {.lex_state = 1707, .external_lex_state = 2}, + [1483] = {.lex_state = 1705, .external_lex_state = 2}, + [1484] = {.lex_state = 1705, .external_lex_state = 2}, [1485] = {.lex_state = 1707, .external_lex_state = 2}, [1486] = {.lex_state = 1707, .external_lex_state = 2}, - [1487] = {.lex_state = 1629}, + [1487] = {.lex_state = 1707, .external_lex_state = 2}, [1488] = {.lex_state = 1707, .external_lex_state = 2}, - [1489] = {.lex_state = 1709, .external_lex_state = 2}, - [1490] = {.lex_state = 1707, .external_lex_state = 2}, - [1491] = {.lex_state = 1689, .external_lex_state = 2}, - [1492] = {.lex_state = 1707, .external_lex_state = 2}, + [1489] = {.lex_state = 1705, .external_lex_state = 2}, + [1490] = {.lex_state = 1665}, + [1491] = {.lex_state = 1707, .external_lex_state = 2}, + [1492] = {.lex_state = 1629}, [1493] = {.lex_state = 1707, .external_lex_state = 2}, - [1494] = {.lex_state = 1643}, - [1495] = {.lex_state = 1709, .external_lex_state = 2}, - [1496] = {.lex_state = 1707, .external_lex_state = 2}, - [1497] = {.lex_state = 1629}, - [1498] = {.lex_state = 1707, .external_lex_state = 2}, - [1499] = {.lex_state = 1665}, - [1500] = {.lex_state = 1665}, + [1494] = {.lex_state = 1707, .external_lex_state = 2}, + [1495] = {.lex_state = 1707, .external_lex_state = 2}, + [1496] = {.lex_state = 1709, .external_lex_state = 2}, + [1497] = {.lex_state = 1664}, + [1498] = {.lex_state = 1643}, + [1499] = {.lex_state = 1708, .external_lex_state = 2}, + [1500] = {.lex_state = 1629}, [1501] = {.lex_state = 1709, .external_lex_state = 2}, - [1502] = {.lex_state = 1707, .external_lex_state = 2}, - [1503] = {.lex_state = 1685, .external_lex_state = 2}, - [1504] = {.lex_state = 1707, .external_lex_state = 2}, - [1505] = {.lex_state = 1709, .external_lex_state = 2}, - [1506] = {.lex_state = 1709, .external_lex_state = 2}, - [1507] = {.lex_state = 1685, .external_lex_state = 2}, + [1502] = {.lex_state = 1709, .external_lex_state = 2}, + [1503] = {.lex_state = 1665}, + [1504] = {.lex_state = 1709, .external_lex_state = 2}, + [1505] = {.lex_state = 1707, .external_lex_state = 2}, + [1506] = {.lex_state = 1635}, + [1507] = {.lex_state = 1709, .external_lex_state = 2}, [1508] = {.lex_state = 1709, .external_lex_state = 2}, - [1509] = {.lex_state = 1707, .external_lex_state = 2}, - [1510] = {.lex_state = 1664}, - [1511] = {.lex_state = 1635}, - [1512] = {.lex_state = 1709, .external_lex_state = 2}, + [1509] = {.lex_state = 1629}, + [1510] = {.lex_state = 1707, .external_lex_state = 2}, + [1511] = {.lex_state = 1707, .external_lex_state = 2}, + [1512] = {.lex_state = 1689, .external_lex_state = 2}, [1513] = {.lex_state = 1707, .external_lex_state = 2}, [1514] = {.lex_state = 1707, .external_lex_state = 2}, [1515] = {.lex_state = 1707, .external_lex_state = 2}, [1516] = {.lex_state = 1707, .external_lex_state = 2}, - [1517] = {.lex_state = 1707, .external_lex_state = 2}, - [1518] = {.lex_state = 1641}, - [1519] = {.lex_state = 1639}, - [1520] = {.lex_state = 1707, .external_lex_state = 2}, - [1521] = {.lex_state = 1665}, - [1522] = {.lex_state = 1707, .external_lex_state = 2}, - [1523] = {.lex_state = 1707, .external_lex_state = 2}, - [1524] = {.lex_state = 1705, .external_lex_state = 2}, - [1525] = {.lex_state = 1707, .external_lex_state = 2}, + [1517] = {.lex_state = 1665}, + [1518] = {.lex_state = 1664}, + [1519] = {.lex_state = 1707, .external_lex_state = 2}, + [1520] = {.lex_state = 1629}, + [1521] = {.lex_state = 1709, .external_lex_state = 2}, + [1522] = {.lex_state = 1709, .external_lex_state = 2}, + [1523] = {.lex_state = 1709, .external_lex_state = 2}, + [1524] = {.lex_state = 1707, .external_lex_state = 2}, + [1525] = {.lex_state = 1709, .external_lex_state = 2}, [1526] = {.lex_state = 1709, .external_lex_state = 2}, - [1527] = {.lex_state = 1708, .external_lex_state = 2}, - [1528] = {.lex_state = 1639}, - [1529] = {.lex_state = 1665}, + [1527] = {.lex_state = 1685, .external_lex_state = 2}, + [1528] = {.lex_state = 1633}, + [1529] = {.lex_state = 1707, .external_lex_state = 2}, [1530] = {.lex_state = 1709, .external_lex_state = 2}, - [1531] = {.lex_state = 1684, .external_lex_state = 2}, + [1531] = {.lex_state = 1637}, [1532] = {.lex_state = 1707, .external_lex_state = 2}, - [1533] = {.lex_state = 1664}, + [1533] = {.lex_state = 1708, .external_lex_state = 2}, [1534] = {.lex_state = 1664}, - [1535] = {.lex_state = 1633}, - [1536] = {.lex_state = 1629}, - [1537] = {.lex_state = 1707, .external_lex_state = 2}, - [1538] = {.lex_state = 1707, .external_lex_state = 2}, - [1539] = {.lex_state = 1707, .external_lex_state = 2}, + [1535] = {.lex_state = 1684, .external_lex_state = 2}, + [1536] = {.lex_state = 1639}, + [1537] = {.lex_state = 1629}, + [1538] = {.lex_state = 1639}, + [1539] = {.lex_state = 1641}, [1540] = {.lex_state = 1709, .external_lex_state = 2}, - [1541] = {.lex_state = 1629}, - [1542] = {.lex_state = 1629}, - [1543] = {.lex_state = 1705, .external_lex_state = 2}, - [1544] = {.lex_state = 1709, .external_lex_state = 2}, + [1541] = {.lex_state = 1707, .external_lex_state = 2}, + [1542] = {.lex_state = 1707, .external_lex_state = 2}, + [1543] = {.lex_state = 1709, .external_lex_state = 2}, + [1544] = {.lex_state = 1665}, [1545] = {.lex_state = 1709, .external_lex_state = 2}, - [1546] = {.lex_state = 1709, .external_lex_state = 2}, - [1547] = {.lex_state = 1708, .external_lex_state = 2}, - [1548] = {.lex_state = 1637}, - [1549] = {.lex_state = 1665}, + [1546] = {.lex_state = 1707, .external_lex_state = 2}, + [1547] = {.lex_state = 1707, .external_lex_state = 2}, + [1548] = {.lex_state = 1685, .external_lex_state = 2}, + [1549] = {.lex_state = 1686, .external_lex_state = 2}, [1550] = {.lex_state = 1664}, - [1551] = {.lex_state = 1664}, - [1552] = {.lex_state = 1723, .external_lex_state = 2}, - [1553] = {.lex_state = 1686, .external_lex_state = 2}, - [1554] = {.lex_state = 1707, .external_lex_state = 2}, - [1555] = {.lex_state = 1686, .external_lex_state = 2}, - [1556] = {.lex_state = 1664}, - [1557] = {.lex_state = 1709, .external_lex_state = 2}, - [1558] = {.lex_state = 1709, .external_lex_state = 2}, - [1559] = {.lex_state = 1686, .external_lex_state = 2}, - [1560] = {.lex_state = 1685, .external_lex_state = 2}, - [1561] = {.lex_state = 1685, .external_lex_state = 2}, - [1562] = {.lex_state = 1664}, + [1551] = {.lex_state = 1709, .external_lex_state = 2}, + [1552] = {.lex_state = 1664}, + [1553] = {.lex_state = 1664}, + [1554] = {.lex_state = 1709, .external_lex_state = 2}, + [1555] = {.lex_state = 1712, .external_lex_state = 2}, + [1556] = {.lex_state = 1723, .external_lex_state = 2}, + [1557] = {.lex_state = 1664}, + [1558] = {.lex_state = 1706, .external_lex_state = 2}, + [1559] = {.lex_state = 1641}, + [1560] = {.lex_state = 1706, .external_lex_state = 2}, + [1561] = {.lex_state = 1706, .external_lex_state = 2}, + [1562] = {.lex_state = 1723, .external_lex_state = 2}, [1563] = {.lex_state = 1709, .external_lex_state = 2}, - [1564] = {.lex_state = 1709, .external_lex_state = 2}, - [1565] = {.lex_state = 1686, .external_lex_state = 2}, - [1566] = {.lex_state = 1709, .external_lex_state = 2}, - [1567] = {.lex_state = 1709, .external_lex_state = 2}, - [1568] = {.lex_state = 1686, .external_lex_state = 2}, - [1569] = {.lex_state = 1709, .external_lex_state = 2}, - [1570] = {.lex_state = 1686, .external_lex_state = 2}, + [1564] = {.lex_state = 1706, .external_lex_state = 2}, + [1565] = {.lex_state = 1709, .external_lex_state = 2}, + [1566] = {.lex_state = 1645}, + [1567] = {.lex_state = 1664}, + [1568] = {.lex_state = 1664}, + [1569] = {.lex_state = 1664}, + [1570] = {.lex_state = 1664}, [1571] = {.lex_state = 1664}, - [1572] = {.lex_state = 1664}, - [1573] = {.lex_state = 1723, .external_lex_state = 2}, + [1572] = {.lex_state = 1686, .external_lex_state = 2}, + [1573] = {.lex_state = 1709, .external_lex_state = 2}, [1574] = {.lex_state = 1709, .external_lex_state = 2}, - [1575] = {.lex_state = 1675, .external_lex_state = 2}, - [1576] = {.lex_state = 1703, .external_lex_state = 2}, - [1577] = {.lex_state = 1723, .external_lex_state = 2}, - [1578] = {.lex_state = 1723, .external_lex_state = 2}, + [1575] = {.lex_state = 1709, .external_lex_state = 2}, + [1576] = {.lex_state = 1664}, + [1577] = {.lex_state = 1645}, + [1578] = {.lex_state = 1709, .external_lex_state = 2}, [1579] = {.lex_state = 1709, .external_lex_state = 2}, - [1580] = {.lex_state = 1706, .external_lex_state = 2}, - [1581] = {.lex_state = 1706, .external_lex_state = 2}, + [1580] = {.lex_state = 1675, .external_lex_state = 2}, + [1581] = {.lex_state = 1675, .external_lex_state = 2}, [1582] = {.lex_state = 1709, .external_lex_state = 2}, - [1583] = {.lex_state = 1709, .external_lex_state = 2}, - [1584] = {.lex_state = 1686, .external_lex_state = 2}, - [1585] = {.lex_state = 1641}, - [1586] = {.lex_state = 1641}, - [1587] = {.lex_state = 1641}, - [1588] = {.lex_state = 1641}, - [1589] = {.lex_state = 1712, .external_lex_state = 2}, - [1590] = {.lex_state = 1698, .external_lex_state = 2}, + [1583] = {.lex_state = 1675, .external_lex_state = 2}, + [1584] = {.lex_state = 1675, .external_lex_state = 2}, + [1585] = {.lex_state = 1664}, + [1586] = {.lex_state = 1664}, + [1587] = {.lex_state = 1664}, + [1588] = {.lex_state = 1686, .external_lex_state = 2}, + [1589] = {.lex_state = 1686, .external_lex_state = 2}, + [1590] = {.lex_state = 1665}, [1591] = {.lex_state = 1686, .external_lex_state = 2}, - [1592] = {.lex_state = 1709, .external_lex_state = 2}, - [1593] = {.lex_state = 1706, .external_lex_state = 2}, - [1594] = {.lex_state = 1645}, - [1595] = {.lex_state = 1675, .external_lex_state = 2}, - [1596] = {.lex_state = 1675, .external_lex_state = 2}, - [1597] = {.lex_state = 1675, .external_lex_state = 2}, + [1592] = {.lex_state = 1686, .external_lex_state = 2}, + [1593] = {.lex_state = 1664}, + [1594] = {.lex_state = 1709, .external_lex_state = 2}, + [1595] = {.lex_state = 1706, .external_lex_state = 2}, + [1596] = {.lex_state = 1686, .external_lex_state = 2}, + [1597] = {.lex_state = 1641}, [1598] = {.lex_state = 1723, .external_lex_state = 2}, - [1599] = {.lex_state = 1675, .external_lex_state = 2}, - [1600] = {.lex_state = 1706, .external_lex_state = 2}, - [1601] = {.lex_state = 1664}, - [1602] = {.lex_state = 1706, .external_lex_state = 2}, + [1599] = {.lex_state = 1686, .external_lex_state = 2}, + [1600] = {.lex_state = 1641}, + [1601] = {.lex_state = 1706, .external_lex_state = 2}, + [1602] = {.lex_state = 1665}, [1603] = {.lex_state = 1709, .external_lex_state = 2}, - [1604] = {.lex_state = 1707, .external_lex_state = 2}, - [1605] = {.lex_state = 1706, .external_lex_state = 2}, - [1606] = {.lex_state = 1664}, - [1607] = {.lex_state = 1664}, - [1608] = {.lex_state = 1709, .external_lex_state = 2}, - [1609] = {.lex_state = 1686, .external_lex_state = 2}, - [1610] = {.lex_state = 1664}, - [1611] = {.lex_state = 1639}, + [1604] = {.lex_state = 1723, .external_lex_state = 2}, + [1605] = {.lex_state = 1723, .external_lex_state = 2}, + [1606] = {.lex_state = 1686, .external_lex_state = 2}, + [1607] = {.lex_state = 1709, .external_lex_state = 2}, + [1608] = {.lex_state = 1639}, + [1609] = {.lex_state = 1713, .external_lex_state = 2}, + [1610] = {.lex_state = 1685, .external_lex_state = 2}, + [1611] = {.lex_state = 1698, .external_lex_state = 2}, [1612] = {.lex_state = 1709, .external_lex_state = 2}, [1613] = {.lex_state = 1709, .external_lex_state = 2}, - [1614] = {.lex_state = 1641}, - [1615] = {.lex_state = 1665}, + [1614] = {.lex_state = 1707, .external_lex_state = 2}, + [1615] = {.lex_state = 1709, .external_lex_state = 2}, [1616] = {.lex_state = 1639}, - [1617] = {.lex_state = 1664}, + [1617] = {.lex_state = 1707, .external_lex_state = 2}, [1618] = {.lex_state = 1664}, [1619] = {.lex_state = 1664}, - [1620] = {.lex_state = 1664}, - [1621] = {.lex_state = 1664}, - [1622] = {.lex_state = 1713, .external_lex_state = 2}, - [1623] = {.lex_state = 1664}, + [1620] = {.lex_state = 1675, .external_lex_state = 2}, + [1621] = {.lex_state = 1685, .external_lex_state = 2}, + [1622] = {.lex_state = 1641}, + [1623] = {.lex_state = 1641}, [1624] = {.lex_state = 1664}, [1625] = {.lex_state = 1664}, [1626] = {.lex_state = 1664}, [1627] = {.lex_state = 1664}, - [1628] = {.lex_state = 1709, .external_lex_state = 2}, - [1629] = {.lex_state = 1645}, - [1630] = {.lex_state = 1686, .external_lex_state = 2}, - [1631] = {.lex_state = 1698, .external_lex_state = 2}, - [1632] = {.lex_state = 1647}, - [1633] = {.lex_state = 1724, .external_lex_state = 2}, - [1634] = {.lex_state = 1707, .external_lex_state = 2}, - [1635] = {.lex_state = 1706, .external_lex_state = 2}, - [1636] = {.lex_state = 1647}, - [1637] = {.lex_state = 1686, .external_lex_state = 2}, - [1638] = {.lex_state = 1717, .external_lex_state = 2}, - [1639] = {.lex_state = 1713, .external_lex_state = 2}, - [1640] = {.lex_state = 1641}, - [1641] = {.lex_state = 1700, .external_lex_state = 2}, - [1642] = {.lex_state = 1724, .external_lex_state = 2}, - [1643] = {.lex_state = 1664}, - [1644] = {.lex_state = 1724, .external_lex_state = 2}, - [1645] = {.lex_state = 1641}, - [1646] = {.lex_state = 1641}, - [1647] = {.lex_state = 1686, .external_lex_state = 2}, - [1648] = {.lex_state = 1724, .external_lex_state = 2}, - [1649] = {.lex_state = 1686, .external_lex_state = 2}, - [1650] = {.lex_state = 1707, .external_lex_state = 2}, + [1628] = {.lex_state = 1703, .external_lex_state = 2}, + [1629] = {.lex_state = 1709, .external_lex_state = 2}, + [1630] = {.lex_state = 1664}, + [1631] = {.lex_state = 1664}, + [1632] = {.lex_state = 1706, .external_lex_state = 2}, + [1633] = {.lex_state = 1641}, + [1634] = {.lex_state = 1686, .external_lex_state = 2}, + [1635] = {.lex_state = 1724, .external_lex_state = 2}, + [1636] = {.lex_state = 1706, .external_lex_state = 2}, + [1637] = {.lex_state = 1643}, + [1638] = {.lex_state = 1664}, + [1639] = {.lex_state = 1686, .external_lex_state = 2}, + [1640] = {.lex_state = 1699, .external_lex_state = 2}, + [1641] = {.lex_state = 1713, .external_lex_state = 2}, + [1642] = {.lex_state = 1712, .external_lex_state = 2}, + [1643] = {.lex_state = 1675, .external_lex_state = 2}, + [1644] = {.lex_state = 1706, .external_lex_state = 2}, + [1645] = {.lex_state = 1699, .external_lex_state = 2}, + [1646] = {.lex_state = 1724, .external_lex_state = 2}, + [1647] = {.lex_state = 1664}, + [1648] = {.lex_state = 1701, .external_lex_state = 2}, + [1649] = {.lex_state = 1647}, + [1650] = {.lex_state = 1724, .external_lex_state = 2}, [1651] = {.lex_state = 1664}, - [1652] = {.lex_state = 1707, .external_lex_state = 2}, - [1653] = {.lex_state = 1722, .external_lex_state = 2}, - [1654] = {.lex_state = 1686, .external_lex_state = 2}, - [1655] = {.lex_state = 1664}, - [1656] = {.lex_state = 1675, .external_lex_state = 2}, - [1657] = {.lex_state = 1703, .external_lex_state = 2}, - [1658] = {.lex_state = 1706, .external_lex_state = 2}, - [1659] = {.lex_state = 1712, .external_lex_state = 2}, - [1660] = {.lex_state = 1664}, - [1661] = {.lex_state = 1664}, - [1662] = {.lex_state = 1723, .external_lex_state = 2}, - [1663] = {.lex_state = 1723, .external_lex_state = 2}, + [1652] = {.lex_state = 1664}, + [1653] = {.lex_state = 1675, .external_lex_state = 2}, + [1654] = {.lex_state = 1675, .external_lex_state = 2}, + [1655] = {.lex_state = 1724, .external_lex_state = 2}, + [1656] = {.lex_state = 1647}, + [1657] = {.lex_state = 1723, .external_lex_state = 2}, + [1658] = {.lex_state = 1635}, + [1659] = {.lex_state = 1707, .external_lex_state = 2}, + [1660] = {.lex_state = 1722, .external_lex_state = 2}, + [1661] = {.lex_state = 1647}, + [1662] = {.lex_state = 1641}, + [1663] = {.lex_state = 1675, .external_lex_state = 2}, [1664] = {.lex_state = 1686, .external_lex_state = 2}, [1665] = {.lex_state = 1664}, [1666] = {.lex_state = 1664}, - [1667] = {.lex_state = 1675, .external_lex_state = 2}, - [1668] = {.lex_state = 1675, .external_lex_state = 2}, - [1669] = {.lex_state = 1699, .external_lex_state = 2}, - [1670] = {.lex_state = 1647}, - [1671] = {.lex_state = 1722, .external_lex_state = 2}, - [1672] = {.lex_state = 1723, .external_lex_state = 2}, - [1673] = {.lex_state = 1723, .external_lex_state = 2}, - [1674] = {.lex_state = 1664}, - [1675] = {.lex_state = 1724, .external_lex_state = 2}, - [1676] = {.lex_state = 1664}, - [1677] = {.lex_state = 1723, .external_lex_state = 2}, - [1678] = {.lex_state = 1664}, - [1679] = {.lex_state = 1635}, - [1680] = {.lex_state = 1701, .external_lex_state = 2}, - [1681] = {.lex_state = 1686, .external_lex_state = 2}, - [1682] = {.lex_state = 1675, .external_lex_state = 2}, - [1683] = {.lex_state = 1664}, - [1684] = {.lex_state = 1706, .external_lex_state = 2}, - [1685] = {.lex_state = 1717, .external_lex_state = 2}, - [1686] = {.lex_state = 1664}, - [1687] = {.lex_state = 1675, .external_lex_state = 2}, + [1667] = {.lex_state = 1686, .external_lex_state = 2}, + [1668] = {.lex_state = 1664}, + [1669] = {.lex_state = 1723, .external_lex_state = 2}, + [1670] = {.lex_state = 1703, .external_lex_state = 2}, + [1671] = {.lex_state = 1641}, + [1672] = {.lex_state = 1675, .external_lex_state = 2}, + [1673] = {.lex_state = 1675, .external_lex_state = 2}, + [1674] = {.lex_state = 1722, .external_lex_state = 2}, + [1675] = {.lex_state = 1698, .external_lex_state = 2}, + [1676] = {.lex_state = 1647}, + [1677] = {.lex_state = 1664}, + [1678] = {.lex_state = 1675, .external_lex_state = 2}, + [1679] = {.lex_state = 1686, .external_lex_state = 2}, + [1680] = {.lex_state = 1707, .external_lex_state = 2}, + [1681] = {.lex_state = 1641}, + [1682] = {.lex_state = 1706, .external_lex_state = 2}, + [1683] = {.lex_state = 1706, .external_lex_state = 2}, + [1684] = {.lex_state = 1664}, + [1685] = {.lex_state = 1675, .external_lex_state = 2}, + [1686] = {.lex_state = 1723, .external_lex_state = 2}, + [1687] = {.lex_state = 1664}, [1688] = {.lex_state = 1686, .external_lex_state = 2}, - [1689] = {.lex_state = 1675, .external_lex_state = 2}, - [1690] = {.lex_state = 1706, .external_lex_state = 2}, - [1691] = {.lex_state = 1643}, - [1692] = {.lex_state = 1706, .external_lex_state = 2}, - [1693] = {.lex_state = 1675, .external_lex_state = 2}, - [1694] = {.lex_state = 1647}, + [1689] = {.lex_state = 1717, .external_lex_state = 2}, + [1690] = {.lex_state = 1675, .external_lex_state = 2}, + [1691] = {.lex_state = 1724, .external_lex_state = 2}, + [1692] = {.lex_state = 1686, .external_lex_state = 2}, + [1693] = {.lex_state = 1722, .external_lex_state = 2}, + [1694] = {.lex_state = 1686, .external_lex_state = 2}, [1695] = {.lex_state = 1700, .external_lex_state = 2}, - [1696] = {.lex_state = 1675, .external_lex_state = 2}, + [1696] = {.lex_state = 1707, .external_lex_state = 2}, [1697] = {.lex_state = 1664}, - [1698] = {.lex_state = 1699, .external_lex_state = 2}, - [1699] = {.lex_state = 1641}, - [1700] = {.lex_state = 1686, .external_lex_state = 2}, - [1701] = {.lex_state = 1675, .external_lex_state = 2}, + [1698] = {.lex_state = 1723, .external_lex_state = 2}, + [1699] = {.lex_state = 1686, .external_lex_state = 2}, + [1700] = {.lex_state = 1700, .external_lex_state = 2}, + [1701] = {.lex_state = 1723, .external_lex_state = 2}, [1702] = {.lex_state = 1706, .external_lex_state = 2}, [1703] = {.lex_state = 1664}, - [1704] = {.lex_state = 1722, .external_lex_state = 2}, + [1704] = {.lex_state = 1717, .external_lex_state = 2}, [1705] = {.lex_state = 1702, .external_lex_state = 2}, - [1706] = {.lex_state = 1702, .external_lex_state = 2}, - [1707] = {.lex_state = 1702, .external_lex_state = 2}, + [1706] = {.lex_state = 1660}, + [1707] = {.lex_state = 1699, .external_lex_state = 2}, [1708] = {.lex_state = 1702, .external_lex_state = 2}, - [1709] = {.lex_state = 1702, .external_lex_state = 2}, - [1710] = {.lex_state = 1702, .external_lex_state = 2}, - [1711] = {.lex_state = 1664}, - [1712] = {.lex_state = 1702, .external_lex_state = 2}, - [1713] = {.lex_state = 1702, .external_lex_state = 2}, - [1714] = {.lex_state = 1722, .external_lex_state = 2}, - [1715] = {.lex_state = 1701, .external_lex_state = 2}, + [1709] = {.lex_state = 1722, .external_lex_state = 2}, + [1710] = {.lex_state = 1675, .external_lex_state = 2}, + [1711] = {.lex_state = 1702, .external_lex_state = 2}, + [1712] = {.lex_state = 1675, .external_lex_state = 2}, + [1713] = {.lex_state = 41, .external_lex_state = 2}, + [1714] = {.lex_state = 1664}, + [1715] = {.lex_state = 1722, .external_lex_state = 2}, [1716] = {.lex_state = 1702, .external_lex_state = 2}, [1717] = {.lex_state = 1702, .external_lex_state = 2}, [1718] = {.lex_state = 1702, .external_lex_state = 2}, [1719] = {.lex_state = 1702, .external_lex_state = 2}, - [1720] = {.lex_state = 1702, .external_lex_state = 2}, - [1721] = {.lex_state = 1647}, + [1720] = {.lex_state = 1664}, + [1721] = {.lex_state = 41, .external_lex_state = 2}, [1722] = {.lex_state = 1702, .external_lex_state = 2}, [1723] = {.lex_state = 1702, .external_lex_state = 2}, [1724] = {.lex_state = 1702, .external_lex_state = 2}, - [1725] = {.lex_state = 1707, .external_lex_state = 2}, - [1726] = {.lex_state = 1702, .external_lex_state = 2}, - [1727] = {.lex_state = 1645}, - [1728] = {.lex_state = 1724, .external_lex_state = 2}, - [1729] = {.lex_state = 1702, .external_lex_state = 2}, + [1725] = {.lex_state = 1645}, + [1726] = {.lex_state = 1647}, + [1727] = {.lex_state = 1702, .external_lex_state = 2}, + [1728] = {.lex_state = 1702, .external_lex_state = 2}, + [1729] = {.lex_state = 1647}, [1730] = {.lex_state = 1702, .external_lex_state = 2}, - [1731] = {.lex_state = 1724, .external_lex_state = 2}, + [1731] = {.lex_state = 1702, .external_lex_state = 2}, [1732] = {.lex_state = 1702, .external_lex_state = 2}, - [1733] = {.lex_state = 1717, .external_lex_state = 2}, + [1733] = {.lex_state = 1702, .external_lex_state = 2}, [1734] = {.lex_state = 1702, .external_lex_state = 2}, [1735] = {.lex_state = 1702, .external_lex_state = 2}, - [1736] = {.lex_state = 1647}, - [1737] = {.lex_state = 1675, .external_lex_state = 2}, + [1736] = {.lex_state = 1702, .external_lex_state = 2}, + [1737] = {.lex_state = 1702, .external_lex_state = 2}, [1738] = {.lex_state = 1702, .external_lex_state = 2}, [1739] = {.lex_state = 1702, .external_lex_state = 2}, [1740] = {.lex_state = 1702, .external_lex_state = 2}, [1741] = {.lex_state = 1702, .external_lex_state = 2}, [1742] = {.lex_state = 1702, .external_lex_state = 2}, - [1743] = {.lex_state = 1645}, - [1744] = {.lex_state = 1722, .external_lex_state = 2}, + [1743] = {.lex_state = 1702, .external_lex_state = 2}, + [1744] = {.lex_state = 1702, .external_lex_state = 2}, [1745] = {.lex_state = 1702, .external_lex_state = 2}, [1746] = {.lex_state = 1702, .external_lex_state = 2}, - [1747] = {.lex_state = 1702, .external_lex_state = 2}, - [1748] = {.lex_state = 1702, .external_lex_state = 2}, - [1749] = {.lex_state = 1702, .external_lex_state = 2}, - [1750] = {.lex_state = 41, .external_lex_state = 2}, - [1751] = {.lex_state = 1724, .external_lex_state = 2}, + [1747] = {.lex_state = 1707, .external_lex_state = 2}, + [1748] = {.lex_state = 1707, .external_lex_state = 2}, + [1749] = {.lex_state = 1707, .external_lex_state = 2}, + [1750] = {.lex_state = 1702, .external_lex_state = 2}, + [1751] = {.lex_state = 1702, .external_lex_state = 2}, [1752] = {.lex_state = 1702, .external_lex_state = 2}, [1753] = {.lex_state = 1702, .external_lex_state = 2}, - [1754] = {.lex_state = 1664}, + [1754] = {.lex_state = 1702, .external_lex_state = 2}, [1755] = {.lex_state = 1702, .external_lex_state = 2}, [1756] = {.lex_state = 1702, .external_lex_state = 2}, - [1757] = {.lex_state = 1722, .external_lex_state = 2}, + [1757] = {.lex_state = 1702, .external_lex_state = 2}, [1758] = {.lex_state = 1702, .external_lex_state = 2}, - [1759] = {.lex_state = 41, .external_lex_state = 2}, - [1760] = {.lex_state = 1675, .external_lex_state = 2}, + [1759] = {.lex_state = 1702, .external_lex_state = 2}, + [1760] = {.lex_state = 1702, .external_lex_state = 2}, [1761] = {.lex_state = 1702, .external_lex_state = 2}, [1762] = {.lex_state = 1702, .external_lex_state = 2}, [1763] = {.lex_state = 1702, .external_lex_state = 2}, - [1764] = {.lex_state = 1724, .external_lex_state = 2}, - [1765] = {.lex_state = 1702, .external_lex_state = 2}, - [1766] = {.lex_state = 1699, .external_lex_state = 2}, + [1764] = {.lex_state = 1702, .external_lex_state = 2}, + [1765] = {.lex_state = 1701, .external_lex_state = 2}, + [1766] = {.lex_state = 1702, .external_lex_state = 2}, [1767] = {.lex_state = 1702, .external_lex_state = 2}, [1768] = {.lex_state = 1702, .external_lex_state = 2}, - [1769] = {.lex_state = 1664}, + [1769] = {.lex_state = 1702, .external_lex_state = 2}, [1770] = {.lex_state = 1702, .external_lex_state = 2}, - [1771] = {.lex_state = 41, .external_lex_state = 2}, - [1772] = {.lex_state = 1724, .external_lex_state = 2}, + [1771] = {.lex_state = 1702, .external_lex_state = 2}, + [1772] = {.lex_state = 1702, .external_lex_state = 2}, [1773] = {.lex_state = 1702, .external_lex_state = 2}, - [1774] = {.lex_state = 1664}, + [1774] = {.lex_state = 1702, .external_lex_state = 2}, [1775] = {.lex_state = 1702, .external_lex_state = 2}, [1776] = {.lex_state = 1702, .external_lex_state = 2}, [1777] = {.lex_state = 1702, .external_lex_state = 2}, - [1778] = {.lex_state = 1664}, + [1778] = {.lex_state = 1702, .external_lex_state = 2}, [1779] = {.lex_state = 1702, .external_lex_state = 2}, [1780] = {.lex_state = 1702, .external_lex_state = 2}, [1781] = {.lex_state = 1702, .external_lex_state = 2}, - [1782] = {.lex_state = 1660}, - [1783] = {.lex_state = 1699, .external_lex_state = 2}, - [1784] = {.lex_state = 1707, .external_lex_state = 2}, + [1782] = {.lex_state = 1702, .external_lex_state = 2}, + [1783] = {.lex_state = 1702, .external_lex_state = 2}, + [1784] = {.lex_state = 1702, .external_lex_state = 2}, [1785] = {.lex_state = 1702, .external_lex_state = 2}, [1786] = {.lex_state = 1702, .external_lex_state = 2}, - [1787] = {.lex_state = 1700, .external_lex_state = 2}, + [1787] = {.lex_state = 1702, .external_lex_state = 2}, [1788] = {.lex_state = 1702, .external_lex_state = 2}, [1789] = {.lex_state = 1702, .external_lex_state = 2}, [1790] = {.lex_state = 1702, .external_lex_state = 2}, [1791] = {.lex_state = 1702, .external_lex_state = 2}, - [1792] = {.lex_state = 1707, .external_lex_state = 2}, - [1793] = {.lex_state = 1702, .external_lex_state = 2}, - [1794] = {.lex_state = 1702, .external_lex_state = 2}, - [1795] = {.lex_state = 1702, .external_lex_state = 2}, - [1796] = {.lex_state = 1702, .external_lex_state = 2}, - [1797] = {.lex_state = 1702, .external_lex_state = 2}, - [1798] = {.lex_state = 1702, .external_lex_state = 2}, - [1799] = {.lex_state = 1702, .external_lex_state = 2}, - [1800] = {.lex_state = 1702, .external_lex_state = 2}, - [1801] = {.lex_state = 1702, .external_lex_state = 2}, - [1802] = {.lex_state = 1702, .external_lex_state = 2}, + [1792] = {.lex_state = 1702, .external_lex_state = 2}, + [1793] = {.lex_state = 1724, .external_lex_state = 2}, + [1794] = {.lex_state = 1724, .external_lex_state = 2}, + [1795] = {.lex_state = 1700, .external_lex_state = 2}, + [1796] = {.lex_state = 1724, .external_lex_state = 2}, + [1797] = {.lex_state = 1724, .external_lex_state = 2}, + [1798] = {.lex_state = 1700, .external_lex_state = 2}, + [1799] = {.lex_state = 1724, .external_lex_state = 2}, + [1800] = {.lex_state = 1645}, + [1801] = {.lex_state = 1722, .external_lex_state = 2}, + [1802] = {.lex_state = 41, .external_lex_state = 2}, [1803] = {.lex_state = 1702, .external_lex_state = 2}, [1804] = {.lex_state = 1702, .external_lex_state = 2}, - [1805] = {.lex_state = 1702, .external_lex_state = 2}, + [1805] = {.lex_state = 1717, .external_lex_state = 2}, [1806] = {.lex_state = 1702, .external_lex_state = 2}, - [1807] = {.lex_state = 1700, .external_lex_state = 2}, + [1807] = {.lex_state = 1702, .external_lex_state = 2}, [1808] = {.lex_state = 1702, .external_lex_state = 2}, [1809] = {.lex_state = 1702, .external_lex_state = 2}, - [1810] = {.lex_state = 1702, .external_lex_state = 2}, - [1811] = {.lex_state = 1717, .external_lex_state = 2}, - [1812] = {.lex_state = 1664}, + [1810] = {.lex_state = 1664}, + [1811] = {.lex_state = 1699, .external_lex_state = 2}, + [1812] = {.lex_state = 1702, .external_lex_state = 2}, [1813] = {.lex_state = 1702, .external_lex_state = 2}, [1814] = {.lex_state = 1702, .external_lex_state = 2}, - [1815] = {.lex_state = 1702, .external_lex_state = 2}, - [1816] = {.lex_state = 1702, .external_lex_state = 2}, - [1817] = {.lex_state = 1702, .external_lex_state = 2}, - [1818] = {.lex_state = 1702, .external_lex_state = 2}, - [1819] = {.lex_state = 1664}, + [1815] = {.lex_state = 1717, .external_lex_state = 2}, + [1816] = {.lex_state = 1664}, + [1817] = {.lex_state = 1664}, + [1818] = {.lex_state = 1664}, + [1819] = {.lex_state = 1702, .external_lex_state = 2}, [1820] = {.lex_state = 1664}, - [1821] = {.lex_state = 1651}, - [1822] = {.lex_state = 1702, .external_lex_state = 2}, - [1823] = {.lex_state = 1664}, - [1824] = {.lex_state = 45, .external_lex_state = 2}, + [1821] = {.lex_state = 1702, .external_lex_state = 2}, + [1822] = {.lex_state = 1647}, + [1823] = {.lex_state = 1702, .external_lex_state = 2}, + [1824] = {.lex_state = 1702, .external_lex_state = 2}, [1825] = {.lex_state = 1702, .external_lex_state = 2}, - [1826] = {.lex_state = 1664}, + [1826] = {.lex_state = 45, .external_lex_state = 2}, [1827] = {.lex_state = 1702, .external_lex_state = 2}, [1828] = {.lex_state = 1702, .external_lex_state = 2}, - [1829] = {.lex_state = 1664}, + [1829] = {.lex_state = 1702, .external_lex_state = 2}, [1830] = {.lex_state = 1702, .external_lex_state = 2}, - [1831] = {.lex_state = 1647}, + [1831] = {.lex_state = 1702, .external_lex_state = 2}, [1832] = {.lex_state = 1702, .external_lex_state = 2}, [1833] = {.lex_state = 1702, .external_lex_state = 2}, [1834] = {.lex_state = 1702, .external_lex_state = 2}, [1835] = {.lex_state = 1702, .external_lex_state = 2}, [1836] = {.lex_state = 1702, .external_lex_state = 2}, - [1837] = {.lex_state = 1664}, - [1838] = {.lex_state = 1702, .external_lex_state = 2}, - [1839] = {.lex_state = 1664}, - [1840] = {.lex_state = 1664}, - [1841] = {.lex_state = 1664}, - [1842] = {.lex_state = 1664}, - [1843] = {.lex_state = 1702, .external_lex_state = 2}, - [1844] = {.lex_state = 1660}, - [1845] = {.lex_state = 1664}, - [1846] = {.lex_state = 1702, .external_lex_state = 2}, - [1847] = {.lex_state = 1702, .external_lex_state = 2}, + [1837] = {.lex_state = 1702, .external_lex_state = 2}, + [1838] = {.lex_state = 1647}, + [1839] = {.lex_state = 1702, .external_lex_state = 2}, + [1840] = {.lex_state = 1702, .external_lex_state = 2}, + [1841] = {.lex_state = 1702, .external_lex_state = 2}, + [1842] = {.lex_state = 1702, .external_lex_state = 2}, + [1843] = {.lex_state = 1664}, + [1844] = {.lex_state = 1664}, + [1845] = {.lex_state = 1702, .external_lex_state = 2}, + [1846] = {.lex_state = 1664}, + [1847] = {.lex_state = 1664}, [1848] = {.lex_state = 1702, .external_lex_state = 2}, [1849] = {.lex_state = 1702, .external_lex_state = 2}, [1850] = {.lex_state = 1702, .external_lex_state = 2}, - [1851] = {.lex_state = 1649}, + [1851] = {.lex_state = 1647}, [1852] = {.lex_state = 1702, .external_lex_state = 2}, - [1853] = {.lex_state = 1664}, + [1853] = {.lex_state = 1702, .external_lex_state = 2}, [1854] = {.lex_state = 1702, .external_lex_state = 2}, - [1855] = {.lex_state = 1647}, + [1855] = {.lex_state = 1702, .external_lex_state = 2}, [1856] = {.lex_state = 1702, .external_lex_state = 2}, - [1857] = {.lex_state = 1664}, - [1858] = {.lex_state = 1664}, - [1859] = {.lex_state = 45, .external_lex_state = 2}, - [1860] = {.lex_state = 1664}, + [1857] = {.lex_state = 1702, .external_lex_state = 2}, + [1858] = {.lex_state = 1702, .external_lex_state = 2}, + [1859] = {.lex_state = 1702, .external_lex_state = 2}, + [1860] = {.lex_state = 1702, .external_lex_state = 2}, [1861] = {.lex_state = 1664}, [1862] = {.lex_state = 1702, .external_lex_state = 2}, - [1863] = {.lex_state = 1664}, + [1863] = {.lex_state = 1702, .external_lex_state = 2}, [1864] = {.lex_state = 1702, .external_lex_state = 2}, [1865] = {.lex_state = 1702, .external_lex_state = 2}, - [1866] = {.lex_state = 1664}, + [1866] = {.lex_state = 1702, .external_lex_state = 2}, [1867] = {.lex_state = 1702, .external_lex_state = 2}, - [1868] = {.lex_state = 1664}, + [1868] = {.lex_state = 1647}, [1869] = {.lex_state = 1702, .external_lex_state = 2}, - [1870] = {.lex_state = 1664}, - [1871] = {.lex_state = 1664}, - [1872] = {.lex_state = 1702, .external_lex_state = 2}, - [1873] = {.lex_state = 1664}, + [1870] = {.lex_state = 1702, .external_lex_state = 2}, + [1871] = {.lex_state = 1702, .external_lex_state = 2}, + [1872] = {.lex_state = 1651}, + [1873] = {.lex_state = 1702, .external_lex_state = 2}, [1874] = {.lex_state = 1702, .external_lex_state = 2}, - [1875] = {.lex_state = 1702, .external_lex_state = 2}, - [1876] = {.lex_state = 1664}, + [1875] = {.lex_state = 1649}, + [1876] = {.lex_state = 1702, .external_lex_state = 2}, [1877] = {.lex_state = 1702, .external_lex_state = 2}, - [1878] = {.lex_state = 1664}, - [1879] = {.lex_state = 1664}, - [1880] = {.lex_state = 1664}, + [1878] = {.lex_state = 1702, .external_lex_state = 2}, + [1879] = {.lex_state = 1702, .external_lex_state = 2}, + [1880] = {.lex_state = 1702, .external_lex_state = 2}, [1881] = {.lex_state = 1702, .external_lex_state = 2}, [1882] = {.lex_state = 1702, .external_lex_state = 2}, - [1883] = {.lex_state = 1664}, - [1884] = {.lex_state = 1664}, + [1883] = {.lex_state = 1702, .external_lex_state = 2}, + [1884] = {.lex_state = 1702, .external_lex_state = 2}, [1885] = {.lex_state = 1702, .external_lex_state = 2}, [1886] = {.lex_state = 1702, .external_lex_state = 2}, - [1887] = {.lex_state = 1702, .external_lex_state = 2}, + [1887] = {.lex_state = 1647}, [1888] = {.lex_state = 1702, .external_lex_state = 2}, [1889] = {.lex_state = 1702, .external_lex_state = 2}, [1890] = {.lex_state = 1702, .external_lex_state = 2}, - [1891] = {.lex_state = 1702, .external_lex_state = 2}, - [1892] = {.lex_state = 1647}, - [1893] = {.lex_state = 1702, .external_lex_state = 2}, - [1894] = {.lex_state = 1702, .external_lex_state = 2}, + [1891] = {.lex_state = 1664}, + [1892] = {.lex_state = 1702, .external_lex_state = 2}, + [1893] = {.lex_state = 1664}, + [1894] = {.lex_state = 1664}, [1895] = {.lex_state = 1702, .external_lex_state = 2}, - [1896] = {.lex_state = 1664}, + [1896] = {.lex_state = 1702, .external_lex_state = 2}, [1897] = {.lex_state = 1702, .external_lex_state = 2}, - [1898] = {.lex_state = 1702, .external_lex_state = 2}, - [1899] = {.lex_state = 1702, .external_lex_state = 2}, - [1900] = {.lex_state = 1702, .external_lex_state = 2}, + [1898] = {.lex_state = 1664}, + [1899] = {.lex_state = 1664}, + [1900] = {.lex_state = 1664}, [1901] = {.lex_state = 1702, .external_lex_state = 2}, [1902] = {.lex_state = 1702, .external_lex_state = 2}, [1903] = {.lex_state = 1702, .external_lex_state = 2}, [1904] = {.lex_state = 1702, .external_lex_state = 2}, - [1905] = {.lex_state = 45, .external_lex_state = 2}, - [1906] = {.lex_state = 1702, .external_lex_state = 2}, + [1905] = {.lex_state = 1702, .external_lex_state = 2}, + [1906] = {.lex_state = 1664}, [1907] = {.lex_state = 1702, .external_lex_state = 2}, [1908] = {.lex_state = 1702, .external_lex_state = 2}, [1909] = {.lex_state = 1702, .external_lex_state = 2}, - [1910] = {.lex_state = 1702, .external_lex_state = 2}, - [1911] = {.lex_state = 1702, .external_lex_state = 2}, - [1912] = {.lex_state = 1702, .external_lex_state = 2}, - [1913] = {.lex_state = 1702, .external_lex_state = 2}, - [1914] = {.lex_state = 1647}, - [1915] = {.lex_state = 1702, .external_lex_state = 2}, - [1916] = {.lex_state = 1702, .external_lex_state = 2}, - [1917] = {.lex_state = 1702, .external_lex_state = 2}, - [1918] = {.lex_state = 1702, .external_lex_state = 2}, + [1910] = {.lex_state = 1664}, + [1911] = {.lex_state = 1664}, + [1912] = {.lex_state = 1664}, + [1913] = {.lex_state = 1664}, + [1914] = {.lex_state = 1664}, + [1915] = {.lex_state = 1664}, + [1916] = {.lex_state = 1664}, + [1917] = {.lex_state = 1664}, + [1918] = {.lex_state = 1664}, [1919] = {.lex_state = 1664}, [1920] = {.lex_state = 1664}, - [1921] = {.lex_state = 1702, .external_lex_state = 2}, - [1922] = {.lex_state = 1702, .external_lex_state = 2}, - [1923] = {.lex_state = 1702, .external_lex_state = 2}, - [1924] = {.lex_state = 1702, .external_lex_state = 2}, + [1921] = {.lex_state = 1664}, + [1922] = {.lex_state = 1664}, + [1923] = {.lex_state = 1664}, + [1924] = {.lex_state = 1664}, [1925] = {.lex_state = 1702, .external_lex_state = 2}, [1926] = {.lex_state = 1702, .external_lex_state = 2}, - [1927] = {.lex_state = 1702, .external_lex_state = 2}, + [1927] = {.lex_state = 45, .external_lex_state = 2}, [1928] = {.lex_state = 1702, .external_lex_state = 2}, [1929] = {.lex_state = 1702, .external_lex_state = 2}, - [1930] = {.lex_state = 1647}, + [1930] = {.lex_state = 1702, .external_lex_state = 2}, [1931] = {.lex_state = 1702, .external_lex_state = 2}, - [1932] = {.lex_state = 1702, .external_lex_state = 2}, - [1933] = {.lex_state = 1702, .external_lex_state = 2}, + [1932] = {.lex_state = 1664}, + [1933] = {.lex_state = 1664}, [1934] = {.lex_state = 1664}, - [1935] = {.lex_state = 1702, .external_lex_state = 2}, - [1936] = {.lex_state = 1702, .external_lex_state = 2}, - [1937] = {.lex_state = 1647}, + [1935] = {.lex_state = 1664}, + [1936] = {.lex_state = 45, .external_lex_state = 2}, + [1937] = {.lex_state = 1702, .external_lex_state = 2}, [1938] = {.lex_state = 1702, .external_lex_state = 2}, [1939] = {.lex_state = 1702, .external_lex_state = 2}, [1940] = {.lex_state = 1702, .external_lex_state = 2}, - [1941] = {.lex_state = 1702, .external_lex_state = 2}, + [1941] = {.lex_state = 1660}, [1942] = {.lex_state = 1702, .external_lex_state = 2}, [1943] = {.lex_state = 1702, .external_lex_state = 2}, [1944] = {.lex_state = 1702, .external_lex_state = 2}, [1945] = {.lex_state = 1702, .external_lex_state = 2}, - [1946] = {.lex_state = 45, .external_lex_state = 2}, - [1947] = {.lex_state = 45, .external_lex_state = 2}, + [1946] = {.lex_state = 1702, .external_lex_state = 2}, + [1947] = {.lex_state = 1702, .external_lex_state = 2}, [1948] = {.lex_state = 45, .external_lex_state = 2}, - [1949] = {.lex_state = 1702, .external_lex_state = 2}, - [1950] = {.lex_state = 1664}, - [1951] = {.lex_state = 1664}, + [1949] = {.lex_state = 45, .external_lex_state = 2}, + [1950] = {.lex_state = 45, .external_lex_state = 2}, + [1951] = {.lex_state = 1647}, [1952] = {.lex_state = 1664}, [1953] = {.lex_state = 1664}, [1954] = {.lex_state = 1664}, [1955] = {.lex_state = 1664}, [1956] = {.lex_state = 1664}, - [1957] = {.lex_state = 1664}, + [1957] = {.lex_state = 1651}, [1958] = {.lex_state = 1664}, [1959] = {.lex_state = 1664}, [1960] = {.lex_state = 1664}, [1961] = {.lex_state = 1664}, [1962] = {.lex_state = 1664}, [1963] = {.lex_state = 1664}, - [1964] = {.lex_state = 1664}, + [1964] = {.lex_state = 1660}, [1965] = {.lex_state = 1664}, [1966] = {.lex_state = 1664}, [1967] = {.lex_state = 1664}, @@ -62495,20 +62513,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1970] = {.lex_state = 1664}, [1971] = {.lex_state = 1664}, [1972] = {.lex_state = 1664}, - [1973] = {.lex_state = 1660}, + [1973] = {.lex_state = 1664}, [1974] = {.lex_state = 1664}, [1975] = {.lex_state = 1664}, - [1976] = {.lex_state = 1664}, - [1977] = {.lex_state = 1664}, + [1976] = {.lex_state = 1694, .external_lex_state = 2}, + [1977] = {.lex_state = 1694, .external_lex_state = 2}, [1978] = {.lex_state = 1664}, [1979] = {.lex_state = 1664}, [1980] = {.lex_state = 1664}, [1981] = {.lex_state = 1664}, [1982] = {.lex_state = 1664}, [1983] = {.lex_state = 1664}, - [1984] = {.lex_state = 1651}, - [1985] = {.lex_state = 1664}, - [1986] = {.lex_state = 1664}, + [1984] = {.lex_state = 1653}, + [1985] = {.lex_state = 1653}, + [1986] = {.lex_state = 1649}, [1987] = {.lex_state = 1664}, [1988] = {.lex_state = 1664}, [1989] = {.lex_state = 1664}, @@ -62522,13 +62540,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1997] = {.lex_state = 1664}, [1998] = {.lex_state = 1664}, [1999] = {.lex_state = 1664}, - [2000] = {.lex_state = 1653}, - [2001] = {.lex_state = 1653}, + [2000] = {.lex_state = 1664}, + [2001] = {.lex_state = 1664}, [2002] = {.lex_state = 1664}, [2003] = {.lex_state = 1664}, [2004] = {.lex_state = 1664}, [2005] = {.lex_state = 1664}, - [2006] = {.lex_state = 1649}, + [2006] = {.lex_state = 1664}, [2007] = {.lex_state = 1664}, [2008] = {.lex_state = 1664}, [2009] = {.lex_state = 1664}, @@ -62571,16 +62589,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2046] = {.lex_state = 1664}, [2047] = {.lex_state = 1664}, [2048] = {.lex_state = 1664}, - [2049] = {.lex_state = 1694, .external_lex_state = 2}, + [2049] = {.lex_state = 1664}, [2050] = {.lex_state = 1664}, [2051] = {.lex_state = 1664}, - [2052] = {.lex_state = 1694, .external_lex_state = 2}, + [2052] = {.lex_state = 1664}, [2053] = {.lex_state = 1664}, [2054] = {.lex_state = 1664}, [2055] = {.lex_state = 1664}, [2056] = {.lex_state = 1664}, - [2057] = {.lex_state = 1664}, - [2058] = {.lex_state = 1664}, + [2057] = {.lex_state = 1694, .external_lex_state = 2}, + [2058] = {.lex_state = 1694, .external_lex_state = 2}, [2059] = {.lex_state = 1664}, [2060] = {.lex_state = 1664}, [2061] = {.lex_state = 1664}, @@ -62589,76 +62607,76 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2064] = {.lex_state = 1664}, [2065] = {.lex_state = 1664}, [2066] = {.lex_state = 1664}, - [2067] = {.lex_state = 1694, .external_lex_state = 2}, - [2068] = {.lex_state = 1694, .external_lex_state = 2}, + [2067] = {.lex_state = 1664}, + [2068] = {.lex_state = 1664}, [2069] = {.lex_state = 1664}, [2070] = {.lex_state = 1664}, [2071] = {.lex_state = 1664}, [2072] = {.lex_state = 1664}, [2073] = {.lex_state = 1664}, - [2074] = {.lex_state = 45, .external_lex_state = 2}, - [2075] = {.lex_state = 1655}, - [2076] = {.lex_state = 1655}, - [2077] = {.lex_state = 45, .external_lex_state = 2}, - [2078] = {.lex_state = 1655}, + [2074] = {.lex_state = 1664}, + [2075] = {.lex_state = 1664}, + [2076] = {.lex_state = 1664}, + [2077] = {.lex_state = 1664}, + [2078] = {.lex_state = 1664}, [2079] = {.lex_state = 1655}, [2080] = {.lex_state = 1655}, - [2081] = {.lex_state = 1664}, - [2082] = {.lex_state = 1664}, + [2081] = {.lex_state = 45, .external_lex_state = 2}, + [2082] = {.lex_state = 1655}, [2083] = {.lex_state = 1664}, [2084] = {.lex_state = 1664}, [2085] = {.lex_state = 1664}, - [2086] = {.lex_state = 1664}, - [2087] = {.lex_state = 1664}, + [2086] = {.lex_state = 1657}, + [2087] = {.lex_state = 1657}, [2088] = {.lex_state = 1664}, [2089] = {.lex_state = 1664}, [2090] = {.lex_state = 1664}, - [2091] = {.lex_state = 1664}, + [2091] = {.lex_state = 1657}, [2092] = {.lex_state = 1664}, - [2093] = {.lex_state = 1664}, + [2093] = {.lex_state = 1655}, [2094] = {.lex_state = 1664}, - [2095] = {.lex_state = 1664}, - [2096] = {.lex_state = 1664}, + [2095] = {.lex_state = 1655}, + [2096] = {.lex_state = 1657}, [2097] = {.lex_state = 1664}, [2098] = {.lex_state = 1664}, [2099] = {.lex_state = 1664}, - [2100] = {.lex_state = 1664}, + [2100] = {.lex_state = 45, .external_lex_state = 2}, [2101] = {.lex_state = 1664}, [2102] = {.lex_state = 1664}, - [2103] = {.lex_state = 1664}, + [2103] = {.lex_state = 45, .external_lex_state = 2}, [2104] = {.lex_state = 1664}, [2105] = {.lex_state = 1664}, - [2106] = {.lex_state = 1664}, + [2106] = {.lex_state = 1655}, [2107] = {.lex_state = 1664}, [2108] = {.lex_state = 1664}, [2109] = {.lex_state = 1664}, [2110] = {.lex_state = 1664}, [2111] = {.lex_state = 1664}, [2112] = {.lex_state = 1664}, - [2113] = {.lex_state = 1657}, - [2114] = {.lex_state = 1657}, + [2113] = {.lex_state = 1664}, + [2114] = {.lex_state = 1664}, [2115] = {.lex_state = 1664}, - [2116] = {.lex_state = 45, .external_lex_state = 2}, - [2117] = {.lex_state = 1653}, + [2116] = {.lex_state = 1664}, + [2117] = {.lex_state = 1664}, [2118] = {.lex_state = 1664}, - [2119] = {.lex_state = 1657}, - [2120] = {.lex_state = 1657}, + [2119] = {.lex_state = 1653}, + [2120] = {.lex_state = 1664}, [2121] = {.lex_state = 1664}, - [2122] = {.lex_state = 1655}, + [2122] = {.lex_state = 1657}, [2123] = {.lex_state = 1655}, - [2124] = {.lex_state = 45, .external_lex_state = 2}, + [2124] = {.lex_state = 1664}, [2125] = {.lex_state = 1664}, [2126] = {.lex_state = 1664}, [2127] = {.lex_state = 1664}, [2128] = {.lex_state = 1664}, - [2129] = {.lex_state = 1664}, - [2130] = {.lex_state = 1657}, + [2129] = {.lex_state = 1655}, + [2130] = {.lex_state = 1664}, [2131] = {.lex_state = 1664}, [2132] = {.lex_state = 1664}, [2133] = {.lex_state = 1655}, [2134] = {.lex_state = 1664}, - [2135] = {.lex_state = 1653}, - [2136] = {.lex_state = 1655}, + [2135] = {.lex_state = 1664}, + [2136] = {.lex_state = 1664}, [2137] = {.lex_state = 1664}, [2138] = {.lex_state = 1664}, [2139] = {.lex_state = 1664}, @@ -62666,101 +62684,101 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2141] = {.lex_state = 1664}, [2142] = {.lex_state = 1664}, [2143] = {.lex_state = 1664}, - [2144] = {.lex_state = 1664}, - [2145] = {.lex_state = 1664}, - [2146] = {.lex_state = 1664}, - [2147] = {.lex_state = 45, .external_lex_state = 2}, + [2144] = {.lex_state = 45, .external_lex_state = 2}, + [2145] = {.lex_state = 45, .external_lex_state = 2}, + [2146] = {.lex_state = 45, .external_lex_state = 2}, + [2147] = {.lex_state = 1664}, [2148] = {.lex_state = 45, .external_lex_state = 2}, - [2149] = {.lex_state = 45, .external_lex_state = 2}, + [2149] = {.lex_state = 1664}, [2150] = {.lex_state = 45, .external_lex_state = 2}, [2151] = {.lex_state = 45, .external_lex_state = 2}, - [2152] = {.lex_state = 45, .external_lex_state = 2}, + [2152] = {.lex_state = 1653}, [2153] = {.lex_state = 1664}, - [2154] = {.lex_state = 1664}, + [2154] = {.lex_state = 45, .external_lex_state = 2}, [2155] = {.lex_state = 1664}, [2156] = {.lex_state = 1664}, [2157] = {.lex_state = 1664}, [2158] = {.lex_state = 1664}, [2159] = {.lex_state = 1664}, - [2160] = {.lex_state = 1664}, + [2160] = {.lex_state = 41, .external_lex_state = 2}, [2161] = {.lex_state = 1664}, [2162] = {.lex_state = 1664}, [2163] = {.lex_state = 1664}, [2164] = {.lex_state = 1664}, [2165] = {.lex_state = 1664}, - [2166] = {.lex_state = 1721, .external_lex_state = 2}, + [2166] = {.lex_state = 1655}, [2167] = {.lex_state = 1664}, [2168] = {.lex_state = 1664}, - [2169] = {.lex_state = 1664}, + [2169] = {.lex_state = 41, .external_lex_state = 2}, [2170] = {.lex_state = 1664}, - [2171] = {.lex_state = 1664}, - [2172] = {.lex_state = 1664}, + [2171] = {.lex_state = 1655}, + [2172] = {.lex_state = 1721, .external_lex_state = 2}, [2173] = {.lex_state = 1664}, [2174] = {.lex_state = 1664}, - [2175] = {.lex_state = 1664}, - [2176] = {.lex_state = 1664}, + [2175] = {.lex_state = 41, .external_lex_state = 2}, + [2176] = {.lex_state = 1657}, [2177] = {.lex_state = 1664}, [2178] = {.lex_state = 1664}, [2179] = {.lex_state = 1664}, [2180] = {.lex_state = 1664}, - [2181] = {.lex_state = 1664}, + [2181] = {.lex_state = 1655}, [2182] = {.lex_state = 1664}, [2183] = {.lex_state = 1664}, [2184] = {.lex_state = 1664}, [2185] = {.lex_state = 1664}, [2186] = {.lex_state = 1664}, [2187] = {.lex_state = 1664}, - [2188] = {.lex_state = 1664}, + [2188] = {.lex_state = 1655}, [2189] = {.lex_state = 1664}, [2190] = {.lex_state = 1664}, [2191] = {.lex_state = 1664}, - [2192] = {.lex_state = 1664}, + [2192] = {.lex_state = 1655}, [2193] = {.lex_state = 1664}, [2194] = {.lex_state = 1664}, [2195] = {.lex_state = 1664}, [2196] = {.lex_state = 1664}, - [2197] = {.lex_state = 1664}, + [2197] = {.lex_state = 1657}, [2198] = {.lex_state = 1664}, [2199] = {.lex_state = 1664}, [2200] = {.lex_state = 1664}, [2201] = {.lex_state = 1664}, - [2202] = {.lex_state = 1655}, + [2202] = {.lex_state = 1664}, [2203] = {.lex_state = 1664}, - [2204] = {.lex_state = 1664}, + [2204] = {.lex_state = 1657}, [2205] = {.lex_state = 1664}, [2206] = {.lex_state = 1664}, [2207] = {.lex_state = 1664}, - [2208] = {.lex_state = 41, .external_lex_state = 2}, + [2208] = {.lex_state = 1664}, [2209] = {.lex_state = 1664}, - [2210] = {.lex_state = 1664}, + [2210] = {.lex_state = 1655}, [2211] = {.lex_state = 1664}, [2212] = {.lex_state = 1664}, - [2213] = {.lex_state = 41, .external_lex_state = 2}, + [2213] = {.lex_state = 1664}, [2214] = {.lex_state = 1664}, [2215] = {.lex_state = 1664}, [2216] = {.lex_state = 1664}, [2217] = {.lex_state = 1664}, - [2218] = {.lex_state = 1664}, + [2218] = {.lex_state = 1657}, [2219] = {.lex_state = 1664}, - [2220] = {.lex_state = 1664}, + [2220] = {.lex_state = 1721, .external_lex_state = 2}, [2221] = {.lex_state = 1664}, - [2222] = {.lex_state = 103, .external_lex_state = 2}, + [2222] = {.lex_state = 1664}, [2223] = {.lex_state = 1664}, - [2224] = {.lex_state = 1664}, + [2224] = {.lex_state = 1655}, [2225] = {.lex_state = 1664}, [2226] = {.lex_state = 1664}, [2227] = {.lex_state = 1664}, [2228] = {.lex_state = 1664}, [2229] = {.lex_state = 1664}, [2230] = {.lex_state = 1664}, - [2231] = {.lex_state = 41, .external_lex_state = 2}, + [2231] = {.lex_state = 1664}, [2232] = {.lex_state = 1664}, [2233] = {.lex_state = 1664}, - [2234] = {.lex_state = 1721, .external_lex_state = 2}, + [2234] = {.lex_state = 1664}, [2235] = {.lex_state = 1664}, [2236] = {.lex_state = 1664}, - [2237] = {.lex_state = 1721, .external_lex_state = 2}, - [2238] = {.lex_state = 1655}, + [2237] = {.lex_state = 1664}, + [2238] = {.lex_state = 103, .external_lex_state = 2}, [2239] = {.lex_state = 1664}, [2240] = {.lex_state = 1664}, [2241] = {.lex_state = 1664}, @@ -62778,7 +62796,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2253] = {.lex_state = 1664}, [2254] = {.lex_state = 1664}, [2255] = {.lex_state = 1664}, - [2256] = {.lex_state = 1655}, + [2256] = {.lex_state = 1664}, [2257] = {.lex_state = 1664}, [2258] = {.lex_state = 1664}, [2259] = {.lex_state = 1664}, @@ -62787,43 +62805,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2262] = {.lex_state = 1664}, [2263] = {.lex_state = 1664}, [2264] = {.lex_state = 1664}, - [2265] = {.lex_state = 1655}, + [2265] = {.lex_state = 1664}, [2266] = {.lex_state = 1664}, - [2267] = {.lex_state = 1660}, + [2267] = {.lex_state = 1664}, [2268] = {.lex_state = 1664}, [2269] = {.lex_state = 1664}, [2270] = {.lex_state = 1664}, [2271] = {.lex_state = 1664}, [2272] = {.lex_state = 1664}, - [2273] = {.lex_state = 1655}, - [2274] = {.lex_state = 1664}, + [2273] = {.lex_state = 1664}, + [2274] = {.lex_state = 1660}, [2275] = {.lex_state = 1664}, - [2276] = {.lex_state = 1655}, - [2277] = {.lex_state = 1655}, - [2278] = {.lex_state = 1657}, - [2279] = {.lex_state = 1655}, - [2280] = {.lex_state = 1655}, - [2281] = {.lex_state = 1664}, + [2276] = {.lex_state = 1664}, + [2277] = {.lex_state = 41, .external_lex_state = 2}, + [2278] = {.lex_state = 1664}, + [2279] = {.lex_state = 1664}, + [2280] = {.lex_state = 1664}, + [2281] = {.lex_state = 1657}, [2282] = {.lex_state = 1664}, [2283] = {.lex_state = 1664}, [2284] = {.lex_state = 1664}, - [2285] = {.lex_state = 1657}, - [2286] = {.lex_state = 1657}, + [2285] = {.lex_state = 1664}, + [2286] = {.lex_state = 1664}, [2287] = {.lex_state = 1664}, [2288] = {.lex_state = 1664}, - [2289] = {.lex_state = 41, .external_lex_state = 2}, + [2289] = {.lex_state = 1664}, [2290] = {.lex_state = 1664}, - [2291] = {.lex_state = 1664}, + [2291] = {.lex_state = 1721, .external_lex_state = 2}, [2292] = {.lex_state = 1664}, [2293] = {.lex_state = 1664}, - [2294] = {.lex_state = 1657}, - [2295] = {.lex_state = 1657}, + [2294] = {.lex_state = 1664}, + [2295] = {.lex_state = 1664}, [2296] = {.lex_state = 1664}, - [2297] = {.lex_state = 1655}, - [2298] = {.lex_state = 1664}, + [2297] = {.lex_state = 1664}, + [2298] = {.lex_state = 1655}, [2299] = {.lex_state = 1664}, [2300] = {.lex_state = 1664}, - [2301] = {.lex_state = 1664}, + [2301] = {.lex_state = 1655}, [2302] = {.lex_state = 1664}, [2303] = {.lex_state = 1664}, [2304] = {.lex_state = 1664}, @@ -62831,28 +62849,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2306] = {.lex_state = 1664}, [2307] = {.lex_state = 1664}, [2308] = {.lex_state = 1664}, - [2309] = {.lex_state = 1664}, + [2309] = {.lex_state = 1655}, [2310] = {.lex_state = 1664}, [2311] = {.lex_state = 1664}, [2312] = {.lex_state = 1664}, [2313] = {.lex_state = 1664}, [2314] = {.lex_state = 1664}, - [2315] = {.lex_state = 1721, .external_lex_state = 2}, + [2315] = {.lex_state = 1664}, [2316] = {.lex_state = 1664}, - [2317] = {.lex_state = 1721, .external_lex_state = 2}, + [2317] = {.lex_state = 1664}, [2318] = {.lex_state = 1664}, [2319] = {.lex_state = 1664}, [2320] = {.lex_state = 1664}, [2321] = {.lex_state = 1664}, - [2322] = {.lex_state = 1664}, + [2322] = {.lex_state = 232, .external_lex_state = 2}, [2323] = {.lex_state = 1664}, - [2324] = {.lex_state = 41, .external_lex_state = 2}, - [2325] = {.lex_state = 1664}, + [2324] = {.lex_state = 1664}, + [2325] = {.lex_state = 102, .external_lex_state = 2}, [2326] = {.lex_state = 1664}, [2327] = {.lex_state = 1664}, [2328] = {.lex_state = 1664}, - [2329] = {.lex_state = 128, .external_lex_state = 2}, - [2330] = {.lex_state = 137, .external_lex_state = 2}, + [2329] = {.lex_state = 102, .external_lex_state = 2}, + [2330] = {.lex_state = 1664}, [2331] = {.lex_state = 1664}, [2332] = {.lex_state = 1664}, [2333] = {.lex_state = 1664}, @@ -62860,19 +62878,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2335] = {.lex_state = 1664}, [2336] = {.lex_state = 1664}, [2337] = {.lex_state = 1664}, - [2338] = {.lex_state = 1664}, + [2338] = {.lex_state = 234, .external_lex_state = 2}, [2339] = {.lex_state = 1664}, [2340] = {.lex_state = 1664}, [2341] = {.lex_state = 1664}, [2342] = {.lex_state = 1664}, [2343] = {.lex_state = 1664}, [2344] = {.lex_state = 1664}, - [2345] = {.lex_state = 1721, .external_lex_state = 2}, + [2345] = {.lex_state = 1664}, [2346] = {.lex_state = 1664}, [2347] = {.lex_state = 1664}, [2348] = {.lex_state = 1664}, - [2349] = {.lex_state = 41, .external_lex_state = 2}, - [2350] = {.lex_state = 1664}, + [2349] = {.lex_state = 1664}, + [2350] = {.lex_state = 41, .external_lex_state = 2}, [2351] = {.lex_state = 1664}, [2352] = {.lex_state = 1664}, [2353] = {.lex_state = 1664}, @@ -62884,7 +62902,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2359] = {.lex_state = 1664}, [2360] = {.lex_state = 1664}, [2361] = {.lex_state = 1664}, - [2362] = {.lex_state = 101, .external_lex_state = 2}, + [2362] = {.lex_state = 1664}, [2363] = {.lex_state = 1664}, [2364] = {.lex_state = 1664}, [2365] = {.lex_state = 1664}, @@ -62910,20 +62928,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2385] = {.lex_state = 1664}, [2386] = {.lex_state = 1664}, [2387] = {.lex_state = 1664}, - [2388] = {.lex_state = 1664}, - [2389] = {.lex_state = 1664}, + [2388] = {.lex_state = 132, .external_lex_state = 2}, + [2389] = {.lex_state = 141, .external_lex_state = 2}, [2390] = {.lex_state = 1664}, [2391] = {.lex_state = 1664}, - [2392] = {.lex_state = 1664}, + [2392] = {.lex_state = 1721, .external_lex_state = 2}, [2393] = {.lex_state = 1664}, [2394] = {.lex_state = 1664}, - [2395] = {.lex_state = 1664}, + [2395] = {.lex_state = 41, .external_lex_state = 2}, [2396] = {.lex_state = 1664}, - [2397] = {.lex_state = 1664}, + [2397] = {.lex_state = 1721, .external_lex_state = 2}, [2398] = {.lex_state = 1664}, [2399] = {.lex_state = 1664}, [2400] = {.lex_state = 1664}, - [2401] = {.lex_state = 41, .external_lex_state = 2}, + [2401] = {.lex_state = 1664}, [2402] = {.lex_state = 1664}, [2403] = {.lex_state = 1664}, [2404] = {.lex_state = 1664}, @@ -62935,71 +62953,71 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2410] = {.lex_state = 1664}, [2411] = {.lex_state = 1664}, [2412] = {.lex_state = 1664}, - [2413] = {.lex_state = 1664}, - [2414] = {.lex_state = 1664}, - [2415] = {.lex_state = 41, .external_lex_state = 2}, - [2416] = {.lex_state = 232, .external_lex_state = 2}, + [2413] = {.lex_state = 1721, .external_lex_state = 2}, + [2414] = {.lex_state = 41, .external_lex_state = 2}, + [2415] = {.lex_state = 101, .external_lex_state = 2}, + [2416] = {.lex_state = 1664}, [2417] = {.lex_state = 1664}, - [2418] = {.lex_state = 102, .external_lex_state = 2}, - [2419] = {.lex_state = 1655}, - [2420] = {.lex_state = 102, .external_lex_state = 2}, + [2418] = {.lex_state = 1664}, + [2419] = {.lex_state = 1664}, + [2420] = {.lex_state = 41, .external_lex_state = 2}, [2421] = {.lex_state = 1664}, - [2422] = {.lex_state = 234, .external_lex_state = 2}, - [2423] = {.lex_state = 1664}, - [2424] = {.lex_state = 41, .external_lex_state = 2}, + [2422] = {.lex_state = 1655}, + [2423] = {.lex_state = 147, .external_lex_state = 2}, + [2424] = {.lex_state = 1664}, [2425] = {.lex_state = 1664}, - [2426] = {.lex_state = 1664}, + [2426] = {.lex_state = 1721, .external_lex_state = 2}, [2427] = {.lex_state = 1664}, [2428] = {.lex_state = 1664}, [2429] = {.lex_state = 1664}, - [2430] = {.lex_state = 1721, .external_lex_state = 2}, - [2431] = {.lex_state = 41, .external_lex_state = 2}, - [2432] = {.lex_state = 147, .external_lex_state = 2}, + [2430] = {.lex_state = 1664}, + [2431] = {.lex_state = 1721, .external_lex_state = 2}, + [2432] = {.lex_state = 1664}, [2433] = {.lex_state = 1664}, [2434] = {.lex_state = 1664}, - [2435] = {.lex_state = 41, .external_lex_state = 2}, + [2435] = {.lex_state = 1664}, [2436] = {.lex_state = 1664}, [2437] = {.lex_state = 41, .external_lex_state = 2}, - [2438] = {.lex_state = 41, .external_lex_state = 2}, + [2438] = {.lex_state = 1664}, [2439] = {.lex_state = 41, .external_lex_state = 2}, [2440] = {.lex_state = 1664}, [2441] = {.lex_state = 1664}, [2442] = {.lex_state = 1664}, - [2443] = {.lex_state = 1664}, - [2444] = {.lex_state = 1664}, - [2445] = {.lex_state = 1721, .external_lex_state = 2}, - [2446] = {.lex_state = 1664}, + [2443] = {.lex_state = 41, .external_lex_state = 2}, + [2444] = {.lex_state = 41, .external_lex_state = 2}, + [2445] = {.lex_state = 41, .external_lex_state = 2}, + [2446] = {.lex_state = 41, .external_lex_state = 2}, [2447] = {.lex_state = 1664}, [2448] = {.lex_state = 1664}, [2449] = {.lex_state = 1664}, - [2450] = {.lex_state = 1664}, + [2450] = {.lex_state = 231, .external_lex_state = 2}, [2451] = {.lex_state = 1664}, [2452] = {.lex_state = 1664}, - [2453] = {.lex_state = 130, .external_lex_state = 2}, + [2453] = {.lex_state = 1664}, [2454] = {.lex_state = 1664}, - [2455] = {.lex_state = 130, .external_lex_state = 2}, + [2455] = {.lex_state = 1664}, [2456] = {.lex_state = 1664}, [2457] = {.lex_state = 1664}, [2458] = {.lex_state = 1664}, - [2459] = {.lex_state = 1720, .external_lex_state = 2}, + [2459] = {.lex_state = 1664}, [2460] = {.lex_state = 1664}, - [2461] = {.lex_state = 100, .external_lex_state = 2}, + [2461] = {.lex_state = 1664}, [2462] = {.lex_state = 1664}, [2463] = {.lex_state = 1664}, [2464] = {.lex_state = 1664}, [2465] = {.lex_state = 1664}, - [2466] = {.lex_state = 1720, .external_lex_state = 2}, - [2467] = {.lex_state = 1720, .external_lex_state = 2}, + [2466] = {.lex_state = 134, .external_lex_state = 2}, + [2467] = {.lex_state = 1664}, [2468] = {.lex_state = 1664}, [2469] = {.lex_state = 1664}, - [2470] = {.lex_state = 1664}, + [2470] = {.lex_state = 134, .external_lex_state = 2}, [2471] = {.lex_state = 1664}, [2472] = {.lex_state = 1664}, [2473] = {.lex_state = 1664}, [2474] = {.lex_state = 1664}, - [2475] = {.lex_state = 1664}, + [2475] = {.lex_state = 135, .external_lex_state = 2}, [2476] = {.lex_state = 1664}, - [2477] = {.lex_state = 1664}, + [2477] = {.lex_state = 1721, .external_lex_state = 2}, [2478] = {.lex_state = 1664}, [2479] = {.lex_state = 1664}, [2480] = {.lex_state = 1664}, @@ -63019,15 +63037,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2494] = {.lex_state = 1664}, [2495] = {.lex_state = 1664}, [2496] = {.lex_state = 1664}, - [2497] = {.lex_state = 231, .external_lex_state = 2}, + [2497] = {.lex_state = 1664}, [2498] = {.lex_state = 1664}, [2499] = {.lex_state = 1664}, [2500] = {.lex_state = 1664}, [2501] = {.lex_state = 1664}, - [2502] = {.lex_state = 1664}, - [2503] = {.lex_state = 1664}, + [2502] = {.lex_state = 1720, .external_lex_state = 2}, + [2503] = {.lex_state = 1720, .external_lex_state = 2}, [2504] = {.lex_state = 1664}, - [2505] = {.lex_state = 231, .external_lex_state = 2}, + [2505] = {.lex_state = 1664}, [2506] = {.lex_state = 1664}, [2507] = {.lex_state = 1664}, [2508] = {.lex_state = 1664}, @@ -63041,643 +63059,643 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2516] = {.lex_state = 1664}, [2517] = {.lex_state = 1664}, [2518] = {.lex_state = 1664}, - [2519] = {.lex_state = 145, .external_lex_state = 2}, + [2519] = {.lex_state = 1664}, [2520] = {.lex_state = 1664}, [2521] = {.lex_state = 1664}, [2522] = {.lex_state = 1664}, - [2523] = {.lex_state = 100, .external_lex_state = 2}, + [2523] = {.lex_state = 145, .external_lex_state = 2}, [2524] = {.lex_state = 1664}, [2525] = {.lex_state = 1664}, [2526] = {.lex_state = 1664}, [2527] = {.lex_state = 1664}, - [2528] = {.lex_state = 1721, .external_lex_state = 2}, + [2528] = {.lex_state = 1664}, [2529] = {.lex_state = 1664}, [2530] = {.lex_state = 1664}, [2531] = {.lex_state = 1664}, - [2532] = {.lex_state = 1664}, - [2533] = {.lex_state = 146, .external_lex_state = 2}, - [2534] = {.lex_state = 1664}, - [2535] = {.lex_state = 131, .external_lex_state = 2}, - [2536] = {.lex_state = 1664}, + [2532] = {.lex_state = 100, .external_lex_state = 2}, + [2533] = {.lex_state = 231, .external_lex_state = 2}, + [2534] = {.lex_state = 1720, .external_lex_state = 2}, + [2535] = {.lex_state = 1721, .external_lex_state = 2}, + [2536] = {.lex_state = 1720, .external_lex_state = 2}, [2537] = {.lex_state = 1664}, - [2538] = {.lex_state = 1664}, - [2539] = {.lex_state = 1664}, + [2538] = {.lex_state = 1720, .external_lex_state = 2}, + [2539] = {.lex_state = 146, .external_lex_state = 2}, [2540] = {.lex_state = 1664}, - [2541] = {.lex_state = 1721, .external_lex_state = 2}, - [2542] = {.lex_state = 146, .external_lex_state = 2}, - [2543] = {.lex_state = 146, .external_lex_state = 2}, + [2541] = {.lex_state = 100, .external_lex_state = 2}, + [2542] = {.lex_state = 1664}, + [2543] = {.lex_state = 1720, .external_lex_state = 2}, [2544] = {.lex_state = 1664}, [2545] = {.lex_state = 1664}, [2546] = {.lex_state = 1664}, [2547] = {.lex_state = 1664}, [2548] = {.lex_state = 146, .external_lex_state = 2}, - [2549] = {.lex_state = 1664}, + [2549] = {.lex_state = 146, .external_lex_state = 2}, [2550] = {.lex_state = 1664}, - [2551] = {.lex_state = 1664}, + [2551] = {.lex_state = 146, .external_lex_state = 2}, [2552] = {.lex_state = 1664}, - [2553] = {.lex_state = 1720, .external_lex_state = 2}, - [2554] = {.lex_state = 1720, .external_lex_state = 2}, - [2555] = {.lex_state = 1720, .external_lex_state = 2}, + [2553] = {.lex_state = 1664}, + [2554] = {.lex_state = 1664}, + [2555] = {.lex_state = 1664}, [2556] = {.lex_state = 1664}, - [2557] = {.lex_state = 1720, .external_lex_state = 2}, - [2558] = {.lex_state = 1720, .external_lex_state = 2}, - [2559] = {.lex_state = 41, .external_lex_state = 2}, - [2560] = {.lex_state = 41, .external_lex_state = 2}, - [2561] = {.lex_state = 194, .external_lex_state = 2}, - [2562] = {.lex_state = 131, .external_lex_state = 2}, - [2563] = {.lex_state = 41, .external_lex_state = 2}, - [2564] = {.lex_state = 233, .external_lex_state = 2}, - [2565] = {.lex_state = 131, .external_lex_state = 2}, - [2566] = {.lex_state = 138, .external_lex_state = 2}, - [2567] = {.lex_state = 1720, .external_lex_state = 2}, - [2568] = {.lex_state = 233, .external_lex_state = 2}, - [2569] = {.lex_state = 41, .external_lex_state = 2}, + [2557] = {.lex_state = 1664}, + [2558] = {.lex_state = 1664}, + [2559] = {.lex_state = 1720, .external_lex_state = 2}, + [2560] = {.lex_state = 1721, .external_lex_state = 2}, + [2561] = {.lex_state = 133, .external_lex_state = 2}, + [2562] = {.lex_state = 194, .external_lex_state = 2}, + [2563] = {.lex_state = 1720, .external_lex_state = 2}, + [2564] = {.lex_state = 1720, .external_lex_state = 2}, + [2565] = {.lex_state = 1720, .external_lex_state = 2}, + [2566] = {.lex_state = 142, .external_lex_state = 2}, + [2567] = {.lex_state = 41, .external_lex_state = 2}, + [2568] = {.lex_state = 144, .external_lex_state = 2}, + [2569] = {.lex_state = 233, .external_lex_state = 2}, [2570] = {.lex_state = 41, .external_lex_state = 2}, - [2571] = {.lex_state = 41, .external_lex_state = 2}, - [2572] = {.lex_state = 144, .external_lex_state = 2}, - [2573] = {.lex_state = 41, .external_lex_state = 2}, - [2574] = {.lex_state = 1721, .external_lex_state = 2}, - [2575] = {.lex_state = 1720, .external_lex_state = 2}, - [2576] = {.lex_state = 144, .external_lex_state = 2}, - [2577] = {.lex_state = 41, .external_lex_state = 2}, - [2578] = {.lex_state = 233, .external_lex_state = 2}, + [2571] = {.lex_state = 135, .external_lex_state = 2}, + [2572] = {.lex_state = 41, .external_lex_state = 2}, + [2573] = {.lex_state = 135, .external_lex_state = 2}, + [2574] = {.lex_state = 233, .external_lex_state = 2}, + [2575] = {.lex_state = 233, .external_lex_state = 2}, + [2576] = {.lex_state = 135, .external_lex_state = 2}, + [2577] = {.lex_state = 135, .external_lex_state = 2}, + [2578] = {.lex_state = 144, .external_lex_state = 2}, [2579] = {.lex_state = 41, .external_lex_state = 2}, - [2580] = {.lex_state = 213, .external_lex_state = 2}, - [2581] = {.lex_state = 41, .external_lex_state = 2}, - [2582] = {.lex_state = 41, .external_lex_state = 2}, - [2583] = {.lex_state = 1721, .external_lex_state = 2}, + [2580] = {.lex_state = 41, .external_lex_state = 2}, + [2581] = {.lex_state = 204, .external_lex_state = 2}, + [2582] = {.lex_state = 144, .external_lex_state = 2}, + [2583] = {.lex_state = 1720, .external_lex_state = 2}, [2584] = {.lex_state = 41, .external_lex_state = 2}, - [2585] = {.lex_state = 1720, .external_lex_state = 2}, - [2586] = {.lex_state = 41, .external_lex_state = 2}, - [2587] = {.lex_state = 144, .external_lex_state = 2}, - [2588] = {.lex_state = 204, .external_lex_state = 2}, - [2589] = {.lex_state = 144, .external_lex_state = 2}, - [2590] = {.lex_state = 131, .external_lex_state = 2}, - [2591] = {.lex_state = 1721, .external_lex_state = 2}, + [2585] = {.lex_state = 233, .external_lex_state = 2}, + [2586] = {.lex_state = 213, .external_lex_state = 2}, + [2587] = {.lex_state = 41, .external_lex_state = 2}, + [2588] = {.lex_state = 41, .external_lex_state = 2}, + [2589] = {.lex_state = 41, .external_lex_state = 2}, + [2590] = {.lex_state = 194, .external_lex_state = 2}, + [2591] = {.lex_state = 41, .external_lex_state = 2}, [2592] = {.lex_state = 194, .external_lex_state = 2}, - [2593] = {.lex_state = 233, .external_lex_state = 2}, - [2594] = {.lex_state = 194, .external_lex_state = 2}, - [2595] = {.lex_state = 233, .external_lex_state = 2}, - [2596] = {.lex_state = 131, .external_lex_state = 2}, - [2597] = {.lex_state = 1720, .external_lex_state = 2}, - [2598] = {.lex_state = 129, .external_lex_state = 2}, - [2599] = {.lex_state = 41, .external_lex_state = 2}, - [2600] = {.lex_state = 1722, .external_lex_state = 2}, + [2593] = {.lex_state = 1721, .external_lex_state = 2}, + [2594] = {.lex_state = 1721, .external_lex_state = 2}, + [2595] = {.lex_state = 41, .external_lex_state = 2}, + [2596] = {.lex_state = 41, .external_lex_state = 2}, + [2597] = {.lex_state = 41, .external_lex_state = 2}, + [2598] = {.lex_state = 1720, .external_lex_state = 2}, + [2599] = {.lex_state = 233, .external_lex_state = 2}, + [2600] = {.lex_state = 144, .external_lex_state = 2}, [2601] = {.lex_state = 1722, .external_lex_state = 2}, - [2602] = {.lex_state = 1722, .external_lex_state = 2}, + [2602] = {.lex_state = 194, .external_lex_state = 2}, [2603] = {.lex_state = 1722, .external_lex_state = 2}, - [2604] = {.lex_state = 1722, .external_lex_state = 2}, - [2605] = {.lex_state = 1722, .external_lex_state = 2}, + [2604] = {.lex_state = 41, .external_lex_state = 2}, + [2605] = {.lex_state = 180, .external_lex_state = 2}, [2606] = {.lex_state = 41, .external_lex_state = 2}, - [2607] = {.lex_state = 1722, .external_lex_state = 2}, - [2608] = {.lex_state = 180, .external_lex_state = 2}, - [2609] = {.lex_state = 41, .external_lex_state = 2}, + [2607] = {.lex_state = 180, .external_lex_state = 2}, + [2608] = {.lex_state = 1722, .external_lex_state = 2}, + [2609] = {.lex_state = 1722, .external_lex_state = 2}, [2610] = {.lex_state = 41, .external_lex_state = 2}, [2611] = {.lex_state = 1722, .external_lex_state = 2}, - [2612] = {.lex_state = 1722, .external_lex_state = 2}, - [2613] = {.lex_state = 1722, .external_lex_state = 2}, - [2614] = {.lex_state = 194, .external_lex_state = 2}, - [2615] = {.lex_state = 194, .external_lex_state = 2}, + [2612] = {.lex_state = 41, .external_lex_state = 2}, + [2613] = {.lex_state = 206, .external_lex_state = 2}, + [2614] = {.lex_state = 41, .external_lex_state = 2}, + [2615] = {.lex_state = 1722, .external_lex_state = 2}, [2616] = {.lex_state = 41, .external_lex_state = 2}, - [2617] = {.lex_state = 206, .external_lex_state = 2}, - [2618] = {.lex_state = 206, .external_lex_state = 2}, - [2619] = {.lex_state = 180, .external_lex_state = 2}, + [2617] = {.lex_state = 41, .external_lex_state = 2}, + [2618] = {.lex_state = 41, .external_lex_state = 2}, + [2619] = {.lex_state = 41, .external_lex_state = 2}, [2620] = {.lex_state = 1722, .external_lex_state = 2}, - [2621] = {.lex_state = 41, .external_lex_state = 2}, - [2622] = {.lex_state = 132, .external_lex_state = 2}, - [2623] = {.lex_state = 132, .external_lex_state = 2}, - [2624] = {.lex_state = 41, .external_lex_state = 2}, - [2625] = {.lex_state = 41, .external_lex_state = 2}, - [2626] = {.lex_state = 41, .external_lex_state = 2}, - [2627] = {.lex_state = 180, .external_lex_state = 2}, - [2628] = {.lex_state = 41, .external_lex_state = 2}, + [2621] = {.lex_state = 180, .external_lex_state = 2}, + [2622] = {.lex_state = 41, .external_lex_state = 2}, + [2623] = {.lex_state = 1722, .external_lex_state = 2}, + [2624] = {.lex_state = 1722, .external_lex_state = 2}, + [2625] = {.lex_state = 1722, .external_lex_state = 2}, + [2626] = {.lex_state = 1722, .external_lex_state = 2}, + [2627] = {.lex_state = 1722, .external_lex_state = 2}, + [2628] = {.lex_state = 1722, .external_lex_state = 2}, [2629] = {.lex_state = 41, .external_lex_state = 2}, - [2630] = {.lex_state = 1722, .external_lex_state = 2}, + [2630] = {.lex_state = 41, .external_lex_state = 2}, [2631] = {.lex_state = 41, .external_lex_state = 2}, - [2632] = {.lex_state = 1722, .external_lex_state = 2}, - [2633] = {.lex_state = 41, .external_lex_state = 2}, + [2632] = {.lex_state = 41, .external_lex_state = 2}, + [2633] = {.lex_state = 194, .external_lex_state = 2}, [2634] = {.lex_state = 41, .external_lex_state = 2}, [2635] = {.lex_state = 41, .external_lex_state = 2}, [2636] = {.lex_state = 41, .external_lex_state = 2}, - [2637] = {.lex_state = 41, .external_lex_state = 2}, + [2637] = {.lex_state = 136, .external_lex_state = 2}, [2638] = {.lex_state = 41, .external_lex_state = 2}, - [2639] = {.lex_state = 1722, .external_lex_state = 2}, - [2640] = {.lex_state = 1722, .external_lex_state = 2}, - [2641] = {.lex_state = 1722, .external_lex_state = 2}, + [2639] = {.lex_state = 41, .external_lex_state = 2}, + [2640] = {.lex_state = 1721, .external_lex_state = 2}, + [2641] = {.lex_state = 41, .external_lex_state = 2}, [2642] = {.lex_state = 41, .external_lex_state = 2}, - [2643] = {.lex_state = 1722, .external_lex_state = 2}, - [2644] = {.lex_state = 41, .external_lex_state = 2}, + [2643] = {.lex_state = 41, .external_lex_state = 2}, + [2644] = {.lex_state = 1722, .external_lex_state = 2}, [2645] = {.lex_state = 41, .external_lex_state = 2}, - [2646] = {.lex_state = 41, .external_lex_state = 2}, - [2647] = {.lex_state = 41, .external_lex_state = 2}, + [2646] = {.lex_state = 1722, .external_lex_state = 2}, + [2647] = {.lex_state = 1722, .external_lex_state = 2}, [2648] = {.lex_state = 41, .external_lex_state = 2}, - [2649] = {.lex_state = 1721, .external_lex_state = 2}, + [2649] = {.lex_state = 1722, .external_lex_state = 2}, [2650] = {.lex_state = 41, .external_lex_state = 2}, - [2651] = {.lex_state = 41, .external_lex_state = 2}, - [2652] = {.lex_state = 41, .external_lex_state = 2}, + [2651] = {.lex_state = 136, .external_lex_state = 2}, + [2652] = {.lex_state = 1722, .external_lex_state = 2}, [2653] = {.lex_state = 41, .external_lex_state = 2}, - [2654] = {.lex_state = 41, .external_lex_state = 2}, - [2655] = {.lex_state = 1722, .external_lex_state = 2}, + [2654] = {.lex_state = 1722, .external_lex_state = 2}, + [2655] = {.lex_state = 41, .external_lex_state = 2}, [2656] = {.lex_state = 41, .external_lex_state = 2}, - [2657] = {.lex_state = 1722, .external_lex_state = 2}, + [2657] = {.lex_state = 1721, .external_lex_state = 2}, [2658] = {.lex_state = 41, .external_lex_state = 2}, [2659] = {.lex_state = 41, .external_lex_state = 2}, - [2660] = {.lex_state = 41, .external_lex_state = 2}, + [2660] = {.lex_state = 206, .external_lex_state = 2}, [2661] = {.lex_state = 41, .external_lex_state = 2}, - [2662] = {.lex_state = 1722, .external_lex_state = 2}, + [2662] = {.lex_state = 41, .external_lex_state = 2}, [2663] = {.lex_state = 1722, .external_lex_state = 2}, - [2664] = {.lex_state = 1722, .external_lex_state = 2}, - [2665] = {.lex_state = 41, .external_lex_state = 2}, + [2664] = {.lex_state = 41, .external_lex_state = 2}, + [2665] = {.lex_state = 1722, .external_lex_state = 2}, [2666] = {.lex_state = 41, .external_lex_state = 2}, - [2667] = {.lex_state = 1721, .external_lex_state = 2}, - [2668] = {.lex_state = 1721, .external_lex_state = 2}, + [2667] = {.lex_state = 41, .external_lex_state = 2}, + [2668] = {.lex_state = 41, .external_lex_state = 2}, [2669] = {.lex_state = 41, .external_lex_state = 2}, - [2670] = {.lex_state = 133, .external_lex_state = 2}, - [2671] = {.lex_state = 205, .external_lex_state = 2}, + [2670] = {.lex_state = 1722, .external_lex_state = 2}, + [2671] = {.lex_state = 1721, .external_lex_state = 2}, [2672] = {.lex_state = 227, .external_lex_state = 2}, - [2673] = {.lex_state = 227, .external_lex_state = 2}, - [2674] = {.lex_state = 227, .external_lex_state = 2}, - [2675] = {.lex_state = 214, .external_lex_state = 2}, - [2676] = {.lex_state = 133, .external_lex_state = 2}, - [2677] = {.lex_state = 133, .external_lex_state = 2}, - [2678] = {.lex_state = 133, .external_lex_state = 2}, - [2679] = {.lex_state = 133, .external_lex_state = 2}, - [2680] = {.lex_state = 227, .external_lex_state = 2}, - [2681] = {.lex_state = 227, .external_lex_state = 2}, - [2682] = {.lex_state = 227, .external_lex_state = 2}, - [2683] = {.lex_state = 180, .external_lex_state = 2}, - [2684] = {.lex_state = 180, .external_lex_state = 2}, - [2685] = {.lex_state = 227, .external_lex_state = 2}, - [2686] = {.lex_state = 198, .external_lex_state = 2}, - [2687] = {.lex_state = 197, .external_lex_state = 2}, - [2688] = {.lex_state = 227, .external_lex_state = 2}, + [2673] = {.lex_state = 137, .external_lex_state = 2}, + [2674] = {.lex_state = 207, .external_lex_state = 2}, + [2675] = {.lex_state = 207, .external_lex_state = 2}, + [2676] = {.lex_state = 207, .external_lex_state = 2}, + [2677] = {.lex_state = 207, .external_lex_state = 2}, + [2678] = {.lex_state = 137, .external_lex_state = 2}, + [2679] = {.lex_state = 193, .external_lex_state = 2}, + [2680] = {.lex_state = 193, .external_lex_state = 2}, + [2681] = {.lex_state = 193, .external_lex_state = 2}, + [2682] = {.lex_state = 193, .external_lex_state = 2}, + [2683] = {.lex_state = 1702, .external_lex_state = 2}, + [2684] = {.lex_state = 227, .external_lex_state = 2}, + [2685] = {.lex_state = 1702, .external_lex_state = 2}, + [2686] = {.lex_state = 227, .external_lex_state = 2}, + [2687] = {.lex_state = 227, .external_lex_state = 2}, + [2688] = {.lex_state = 205, .external_lex_state = 2}, [2689] = {.lex_state = 227, .external_lex_state = 2}, - [2690] = {.lex_state = 227, .external_lex_state = 2}, + [2690] = {.lex_state = 1722, .external_lex_state = 2}, [2691] = {.lex_state = 1722, .external_lex_state = 2}, - [2692] = {.lex_state = 227, .external_lex_state = 2}, - [2693] = {.lex_state = 1722, .external_lex_state = 2}, - [2694] = {.lex_state = 1722, .external_lex_state = 2}, - [2695] = {.lex_state = 227, .external_lex_state = 2}, + [2692] = {.lex_state = 1722, .external_lex_state = 2}, + [2693] = {.lex_state = 227, .external_lex_state = 2}, + [2694] = {.lex_state = 214, .external_lex_state = 2}, + [2695] = {.lex_state = 137, .external_lex_state = 2}, [2696] = {.lex_state = 227, .external_lex_state = 2}, - [2697] = {.lex_state = 227, .external_lex_state = 2}, - [2698] = {.lex_state = 227, .external_lex_state = 2}, - [2699] = {.lex_state = 1722, .external_lex_state = 2}, - [2700] = {.lex_state = 227, .external_lex_state = 2}, - [2701] = {.lex_state = 201, .external_lex_state = 2}, - [2702] = {.lex_state = 1722, .external_lex_state = 2}, - [2703] = {.lex_state = 1722, .external_lex_state = 2}, - [2704] = {.lex_state = 1722, .external_lex_state = 2}, - [2705] = {.lex_state = 1722, .external_lex_state = 2}, - [2706] = {.lex_state = 207, .external_lex_state = 2}, + [2697] = {.lex_state = 137, .external_lex_state = 2}, + [2698] = {.lex_state = 137, .external_lex_state = 2}, + [2699] = {.lex_state = 137, .external_lex_state = 2}, + [2700] = {.lex_state = 1722, .external_lex_state = 2}, + [2701] = {.lex_state = 1722, .external_lex_state = 2}, + [2702] = {.lex_state = 222, .external_lex_state = 2}, + [2703] = {.lex_state = 197, .external_lex_state = 2}, + [2704] = {.lex_state = 227, .external_lex_state = 2}, + [2705] = {.lex_state = 227, .external_lex_state = 2}, + [2706] = {.lex_state = 1722, .external_lex_state = 2}, [2707] = {.lex_state = 1722, .external_lex_state = 2}, - [2708] = {.lex_state = 1702, .external_lex_state = 2}, - [2709] = {.lex_state = 1702, .external_lex_state = 2}, - [2710] = {.lex_state = 227, .external_lex_state = 2}, - [2711] = {.lex_state = 1722, .external_lex_state = 2}, + [2708] = {.lex_state = 227, .external_lex_state = 2}, + [2709] = {.lex_state = 227, .external_lex_state = 2}, + [2710] = {.lex_state = 201, .external_lex_state = 2}, + [2711] = {.lex_state = 227, .external_lex_state = 2}, [2712] = {.lex_state = 1722, .external_lex_state = 2}, [2713] = {.lex_state = 1722, .external_lex_state = 2}, - [2714] = {.lex_state = 222, .external_lex_state = 2}, - [2715] = {.lex_state = 1722, .external_lex_state = 2}, + [2714] = {.lex_state = 227, .external_lex_state = 2}, + [2715] = {.lex_state = 180, .external_lex_state = 2}, [2716] = {.lex_state = 227, .external_lex_state = 2}, - [2717] = {.lex_state = 224, .external_lex_state = 2}, - [2718] = {.lex_state = 193, .external_lex_state = 2}, - [2719] = {.lex_state = 193, .external_lex_state = 2}, - [2720] = {.lex_state = 227, .external_lex_state = 2}, - [2721] = {.lex_state = 1722, .external_lex_state = 2}, - [2722] = {.lex_state = 222, .external_lex_state = 2}, + [2717] = {.lex_state = 180, .external_lex_state = 2}, + [2718] = {.lex_state = 1722, .external_lex_state = 2}, + [2719] = {.lex_state = 224, .external_lex_state = 2}, + [2720] = {.lex_state = 224, .external_lex_state = 2}, + [2721] = {.lex_state = 198, .external_lex_state = 2}, + [2722] = {.lex_state = 1722, .external_lex_state = 2}, [2723] = {.lex_state = 1722, .external_lex_state = 2}, [2724] = {.lex_state = 1722, .external_lex_state = 2}, - [2725] = {.lex_state = 227, .external_lex_state = 2}, - [2726] = {.lex_state = 207, .external_lex_state = 2}, - [2727] = {.lex_state = 224, .external_lex_state = 2}, - [2728] = {.lex_state = 207, .external_lex_state = 2}, - [2729] = {.lex_state = 227, .external_lex_state = 2}, - [2730] = {.lex_state = 207, .external_lex_state = 2}, - [2731] = {.lex_state = 222, .external_lex_state = 2}, - [2732] = {.lex_state = 222, .external_lex_state = 2}, - [2733] = {.lex_state = 207, .external_lex_state = 2}, - [2734] = {.lex_state = 227, .external_lex_state = 2}, + [2725] = {.lex_state = 1722, .external_lex_state = 2}, + [2726] = {.lex_state = 1722, .external_lex_state = 2}, + [2727] = {.lex_state = 1722, .external_lex_state = 2}, + [2728] = {.lex_state = 1722, .external_lex_state = 2}, + [2729] = {.lex_state = 1722, .external_lex_state = 2}, + [2730] = {.lex_state = 1722, .external_lex_state = 2}, + [2731] = {.lex_state = 1722, .external_lex_state = 2}, + [2732] = {.lex_state = 227, .external_lex_state = 2}, + [2733] = {.lex_state = 224, .external_lex_state = 2}, + [2734] = {.lex_state = 224, .external_lex_state = 2}, [2735] = {.lex_state = 224, .external_lex_state = 2}, - [2736] = {.lex_state = 224, .external_lex_state = 2}, - [2737] = {.lex_state = 224, .external_lex_state = 2}, - [2738] = {.lex_state = 193, .external_lex_state = 2}, - [2739] = {.lex_state = 1722, .external_lex_state = 2}, - [2740] = {.lex_state = 193, .external_lex_state = 2}, - [2741] = {.lex_state = 1722, .external_lex_state = 2}, + [2736] = {.lex_state = 227, .external_lex_state = 2}, + [2737] = {.lex_state = 227, .external_lex_state = 2}, + [2738] = {.lex_state = 227, .external_lex_state = 2}, + [2739] = {.lex_state = 227, .external_lex_state = 2}, + [2740] = {.lex_state = 227, .external_lex_state = 2}, + [2741] = {.lex_state = 193, .external_lex_state = 2}, [2742] = {.lex_state = 193, .external_lex_state = 2}, - [2743] = {.lex_state = 1722, .external_lex_state = 2}, - [2744] = {.lex_state = 1722, .external_lex_state = 2}, - [2745] = {.lex_state = 193, .external_lex_state = 2}, - [2746] = {.lex_state = 46, .external_lex_state = 2}, - [2747] = {.lex_state = 1722, .external_lex_state = 2}, - [2748] = {.lex_state = 1722, .external_lex_state = 2}, - [2749] = {.lex_state = 227, .external_lex_state = 2}, - [2750] = {.lex_state = 133, .external_lex_state = 2}, - [2751] = {.lex_state = 179, .external_lex_state = 2}, - [2752] = {.lex_state = 200, .external_lex_state = 2}, + [2743] = {.lex_state = 207, .external_lex_state = 2}, + [2744] = {.lex_state = 227, .external_lex_state = 2}, + [2745] = {.lex_state = 46, .external_lex_state = 2}, + [2746] = {.lex_state = 222, .external_lex_state = 2}, + [2747] = {.lex_state = 222, .external_lex_state = 2}, + [2748] = {.lex_state = 222, .external_lex_state = 2}, + [2749] = {.lex_state = 1722, .external_lex_state = 2}, + [2750] = {.lex_state = 227, .external_lex_state = 2}, + [2751] = {.lex_state = 227, .external_lex_state = 2}, + [2752] = {.lex_state = 1722, .external_lex_state = 2}, [2753] = {.lex_state = 179, .external_lex_state = 2}, [2754] = {.lex_state = 200, .external_lex_state = 2}, [2755] = {.lex_state = 200, .external_lex_state = 2}, - [2756] = {.lex_state = 200, .external_lex_state = 2}, - [2757] = {.lex_state = 200, .external_lex_state = 2}, + [2756] = {.lex_state = 227, .external_lex_state = 2}, + [2757] = {.lex_state = 1630}, [2758] = {.lex_state = 200, .external_lex_state = 2}, - [2759] = {.lex_state = 200, .external_lex_state = 2}, + [2759] = {.lex_state = 223, .external_lex_state = 2}, [2760] = {.lex_state = 200, .external_lex_state = 2}, [2761] = {.lex_state = 200, .external_lex_state = 2}, - [2762] = {.lex_state = 200, .external_lex_state = 2}, - [2763] = {.lex_state = 200, .external_lex_state = 2}, + [2762] = {.lex_state = 223, .external_lex_state = 2}, + [2763] = {.lex_state = 223, .external_lex_state = 2}, [2764] = {.lex_state = 200, .external_lex_state = 2}, [2765] = {.lex_state = 200, .external_lex_state = 2}, - [2766] = {.lex_state = 227, .external_lex_state = 2}, - [2767] = {.lex_state = 139, .external_lex_state = 2}, - [2768] = {.lex_state = 227, .external_lex_state = 2}, - [2769] = {.lex_state = 187, .external_lex_state = 2}, - [2770] = {.lex_state = 208, .external_lex_state = 2}, - [2771] = {.lex_state = 224, .external_lex_state = 2}, - [2772] = {.lex_state = 179, .external_lex_state = 2}, - [2773] = {.lex_state = 223, .external_lex_state = 2}, + [2766] = {.lex_state = 200, .external_lex_state = 2}, + [2767] = {.lex_state = 200, .external_lex_state = 2}, + [2768] = {.lex_state = 179, .external_lex_state = 2}, + [2769] = {.lex_state = 1664}, + [2770] = {.lex_state = 224, .external_lex_state = 2}, + [2771] = {.lex_state = 223, .external_lex_state = 2}, + [2772] = {.lex_state = 224, .external_lex_state = 2}, + [2773] = {.lex_state = 200, .external_lex_state = 2}, [2774] = {.lex_state = 200, .external_lex_state = 2}, [2775] = {.lex_state = 200, .external_lex_state = 2}, [2776] = {.lex_state = 179, .external_lex_state = 2}, - [2777] = {.lex_state = 179, .external_lex_state = 2}, - [2778] = {.lex_state = 183, .external_lex_state = 2}, - [2779] = {.lex_state = 1630}, - [2780] = {.lex_state = 224, .external_lex_state = 2}, - [2781] = {.lex_state = 134, .external_lex_state = 2}, - [2782] = {.lex_state = 179, .external_lex_state = 2}, + [2777] = {.lex_state = 227, .external_lex_state = 2}, + [2778] = {.lex_state = 184, .external_lex_state = 2}, + [2779] = {.lex_state = 138, .external_lex_state = 2}, + [2780] = {.lex_state = 179, .external_lex_state = 2}, + [2781] = {.lex_state = 179, .external_lex_state = 2}, + [2782] = {.lex_state = 200, .external_lex_state = 2}, [2783] = {.lex_state = 200, .external_lex_state = 2}, - [2784] = {.lex_state = 223, .external_lex_state = 2}, - [2785] = {.lex_state = 46, .external_lex_state = 2}, - [2786] = {.lex_state = 194, .external_lex_state = 2}, - [2787] = {.lex_state = 184, .external_lex_state = 2}, - [2788] = {.lex_state = 200, .external_lex_state = 2}, - [2789] = {.lex_state = 223, .external_lex_state = 2}, + [2784] = {.lex_state = 183, .external_lex_state = 2}, + [2785] = {.lex_state = 223, .external_lex_state = 2}, + [2786] = {.lex_state = 200, .external_lex_state = 2}, + [2787] = {.lex_state = 194, .external_lex_state = 2}, + [2788] = {.lex_state = 195, .external_lex_state = 2}, + [2789] = {.lex_state = 179, .external_lex_state = 2}, [2790] = {.lex_state = 195, .external_lex_state = 2}, [2791] = {.lex_state = 200, .external_lex_state = 2}, - [2792] = {.lex_state = 200, .external_lex_state = 2}, + [2792] = {.lex_state = 194, .external_lex_state = 2}, [2793] = {.lex_state = 194, .external_lex_state = 2}, - [2794] = {.lex_state = 194, .external_lex_state = 2}, + [2794] = {.lex_state = 143, .external_lex_state = 2}, [2795] = {.lex_state = 223, .external_lex_state = 2}, - [2796] = {.lex_state = 208, .external_lex_state = 2}, - [2797] = {.lex_state = 223, .external_lex_state = 2}, - [2798] = {.lex_state = 1664}, - [2799] = {.lex_state = 200, .external_lex_state = 2}, - [2800] = {.lex_state = 195, .external_lex_state = 2}, - [2801] = {.lex_state = 223, .external_lex_state = 2}, - [2802] = {.lex_state = 184, .external_lex_state = 2}, - [2803] = {.lex_state = 209, .external_lex_state = 2}, - [2804] = {.lex_state = 209, .external_lex_state = 2}, - [2805] = {.lex_state = 209, .external_lex_state = 2}, - [2806] = {.lex_state = 209, .external_lex_state = 2}, - [2807] = {.lex_state = 196, .external_lex_state = 2}, - [2808] = {.lex_state = 196, .external_lex_state = 2}, + [2796] = {.lex_state = 187, .external_lex_state = 2}, + [2797] = {.lex_state = 46, .external_lex_state = 2}, + [2798] = {.lex_state = 200, .external_lex_state = 2}, + [2799] = {.lex_state = 208, .external_lex_state = 2}, + [2800] = {.lex_state = 200, .external_lex_state = 2}, + [2801] = {.lex_state = 200, .external_lex_state = 2}, + [2802] = {.lex_state = 200, .external_lex_state = 2}, + [2803] = {.lex_state = 208, .external_lex_state = 2}, + [2804] = {.lex_state = 225, .external_lex_state = 2}, + [2805] = {.lex_state = 196, .external_lex_state = 2}, + [2806] = {.lex_state = 41, .external_lex_state = 2}, + [2807] = {.lex_state = 184, .external_lex_state = 2}, + [2808] = {.lex_state = 184, .external_lex_state = 2}, [2809] = {.lex_state = 184, .external_lex_state = 2}, - [2810] = {.lex_state = 135, .external_lex_state = 2}, - [2811] = {.lex_state = 135, .external_lex_state = 2}, + [2810] = {.lex_state = 44, .external_lex_state = 2}, + [2811] = {.lex_state = 184, .external_lex_state = 2}, [2812] = {.lex_state = 196, .external_lex_state = 2}, - [2813] = {.lex_state = 181, .external_lex_state = 2}, + [2813] = {.lex_state = 196, .external_lex_state = 2}, [2814] = {.lex_state = 184, .external_lex_state = 2}, - [2815] = {.lex_state = 181, .external_lex_state = 2}, - [2816] = {.lex_state = 196, .external_lex_state = 2}, - [2817] = {.lex_state = 226, .external_lex_state = 2}, - [2818] = {.lex_state = 196, .external_lex_state = 2}, - [2819] = {.lex_state = 196, .external_lex_state = 2}, - [2820] = {.lex_state = 196, .external_lex_state = 2}, + [2815] = {.lex_state = 225, .external_lex_state = 2}, + [2816] = {.lex_state = 184, .external_lex_state = 2}, + [2817] = {.lex_state = 45, .external_lex_state = 2}, + [2818] = {.lex_state = 209, .external_lex_state = 2}, + [2819] = {.lex_state = 184, .external_lex_state = 2}, + [2820] = {.lex_state = 184, .external_lex_state = 2}, [2821] = {.lex_state = 184, .external_lex_state = 2}, [2822] = {.lex_state = 184, .external_lex_state = 2}, - [2823] = {.lex_state = 46, .external_lex_state = 2}, - [2824] = {.lex_state = 228, .external_lex_state = 2}, + [2823] = {.lex_state = 139, .external_lex_state = 2}, + [2824] = {.lex_state = 46, .external_lex_state = 2}, [2825] = {.lex_state = 184, .external_lex_state = 2}, - [2826] = {.lex_state = 184, .external_lex_state = 2}, - [2827] = {.lex_state = 184, .external_lex_state = 2}, + [2826] = {.lex_state = 196, .external_lex_state = 2}, + [2827] = {.lex_state = 139, .external_lex_state = 2}, [2828] = {.lex_state = 209, .external_lex_state = 2}, - [2829] = {.lex_state = 184, .external_lex_state = 2}, + [2829] = {.lex_state = 226, .external_lex_state = 2}, [2830] = {.lex_state = 184, .external_lex_state = 2}, - [2831] = {.lex_state = 226, .external_lex_state = 2}, + [2831] = {.lex_state = 196, .external_lex_state = 2}, [2832] = {.lex_state = 225, .external_lex_state = 2}, - [2833] = {.lex_state = 209, .external_lex_state = 2}, - [2834] = {.lex_state = 41, .external_lex_state = 2}, - [2835] = {.lex_state = 225, .external_lex_state = 2}, - [2836] = {.lex_state = 184, .external_lex_state = 2}, - [2837] = {.lex_state = 225, .external_lex_state = 2}, - [2838] = {.lex_state = 225, .external_lex_state = 2}, + [2833] = {.lex_state = 226, .external_lex_state = 2}, + [2834] = {.lex_state = 181, .external_lex_state = 2}, + [2835] = {.lex_state = 196, .external_lex_state = 2}, + [2836] = {.lex_state = 225, .external_lex_state = 2}, + [2837] = {.lex_state = 209, .external_lex_state = 2}, + [2838] = {.lex_state = 209, .external_lex_state = 2}, [2839] = {.lex_state = 184, .external_lex_state = 2}, - [2840] = {.lex_state = 225, .external_lex_state = 2}, - [2841] = {.lex_state = 1632}, - [2842] = {.lex_state = 196, .external_lex_state = 2}, - [2843] = {.lex_state = 180, .external_lex_state = 2}, - [2844] = {.lex_state = 184, .external_lex_state = 2}, - [2845] = {.lex_state = 196, .external_lex_state = 2}, - [2846] = {.lex_state = 196, .external_lex_state = 2}, - [2847] = {.lex_state = 196, .external_lex_state = 2}, + [2840] = {.lex_state = 1630}, + [2841] = {.lex_state = 180, .external_lex_state = 2}, + [2842] = {.lex_state = 181, .external_lex_state = 2}, + [2843] = {.lex_state = 196, .external_lex_state = 2}, + [2844] = {.lex_state = 1632}, + [2845] = {.lex_state = 184, .external_lex_state = 2}, + [2846] = {.lex_state = 1632}, + [2847] = {.lex_state = 184, .external_lex_state = 2}, [2848] = {.lex_state = 196, .external_lex_state = 2}, - [2849] = {.lex_state = 1632}, - [2850] = {.lex_state = 200, .external_lex_state = 2}, - [2851] = {.lex_state = 200, .external_lex_state = 2}, - [2852] = {.lex_state = 226, .external_lex_state = 2}, - [2853] = {.lex_state = 226, .external_lex_state = 2}, - [2854] = {.lex_state = 225, .external_lex_state = 2}, - [2855] = {.lex_state = 226, .external_lex_state = 2}, - [2856] = {.lex_state = 226, .external_lex_state = 2}, + [2849] = {.lex_state = 184, .external_lex_state = 2}, + [2850] = {.lex_state = 184, .external_lex_state = 2}, + [2851] = {.lex_state = 196, .external_lex_state = 2}, + [2852] = {.lex_state = 228, .external_lex_state = 2}, + [2853] = {.lex_state = 225, .external_lex_state = 2}, + [2854] = {.lex_state = 196, .external_lex_state = 2}, + [2855] = {.lex_state = 196, .external_lex_state = 2}, + [2856] = {.lex_state = 225, .external_lex_state = 2}, [2857] = {.lex_state = 184, .external_lex_state = 2}, - [2858] = {.lex_state = 184, .external_lex_state = 2}, - [2859] = {.lex_state = 184, .external_lex_state = 2}, + [2858] = {.lex_state = 225, .external_lex_state = 2}, + [2859] = {.lex_state = 209, .external_lex_state = 2}, [2860] = {.lex_state = 184, .external_lex_state = 2}, - [2861] = {.lex_state = 184, .external_lex_state = 2}, + [2861] = {.lex_state = 1664}, [2862] = {.lex_state = 184, .external_lex_state = 2}, [2863] = {.lex_state = 196, .external_lex_state = 2}, - [2864] = {.lex_state = 180, .external_lex_state = 2}, + [2864] = {.lex_state = 184, .external_lex_state = 2}, [2865] = {.lex_state = 180, .external_lex_state = 2}, - [2866] = {.lex_state = 184, .external_lex_state = 2}, - [2867] = {.lex_state = 225, .external_lex_state = 2}, - [2868] = {.lex_state = 1664}, - [2869] = {.lex_state = 1630}, - [2870] = {.lex_state = 45, .external_lex_state = 2}, - [2871] = {.lex_state = 184, .external_lex_state = 2}, + [2866] = {.lex_state = 180, .external_lex_state = 2}, + [2867] = {.lex_state = 209, .external_lex_state = 2}, + [2868] = {.lex_state = 196, .external_lex_state = 2}, + [2869] = {.lex_state = 200, .external_lex_state = 2}, + [2870] = {.lex_state = 200, .external_lex_state = 2}, + [2871] = {.lex_state = 226, .external_lex_state = 2}, [2872] = {.lex_state = 196, .external_lex_state = 2}, - [2873] = {.lex_state = 225, .external_lex_state = 2}, - [2874] = {.lex_state = 225, .external_lex_state = 2}, - [2875] = {.lex_state = 1664}, - [2876] = {.lex_state = 44, .external_lex_state = 2}, - [2877] = {.lex_state = 196, .external_lex_state = 2}, - [2878] = {.lex_state = 241, .external_lex_state = 2}, - [2879] = {.lex_state = 136, .external_lex_state = 2}, - [2880] = {.lex_state = 199, .external_lex_state = 2}, - [2881] = {.lex_state = 240, .external_lex_state = 2}, - [2882] = {.lex_state = 199, .external_lex_state = 2}, + [2873] = {.lex_state = 226, .external_lex_state = 2}, + [2874] = {.lex_state = 226, .external_lex_state = 2}, + [2875] = {.lex_state = 226, .external_lex_state = 2}, + [2876] = {.lex_state = 1664}, + [2877] = {.lex_state = 225, .external_lex_state = 2}, + [2878] = {.lex_state = 196, .external_lex_state = 2}, + [2879] = {.lex_state = 225, .external_lex_state = 2}, + [2880] = {.lex_state = 1632}, + [2881] = {.lex_state = 241, .external_lex_state = 2}, + [2882] = {.lex_state = 1632}, [2883] = {.lex_state = 182, .external_lex_state = 2}, - [2884] = {.lex_state = 199, .external_lex_state = 2}, - [2885] = {.lex_state = 41, .external_lex_state = 2}, - [2886] = {.lex_state = 1632}, - [2887] = {.lex_state = 184, .external_lex_state = 2}, - [2888] = {.lex_state = 210, .external_lex_state = 2}, - [2889] = {.lex_state = 99, .external_lex_state = 2}, + [2884] = {.lex_state = 182, .external_lex_state = 2}, + [2885] = {.lex_state = 199, .external_lex_state = 2}, + [2886] = {.lex_state = 199, .external_lex_state = 2}, + [2887] = {.lex_state = 182, .external_lex_state = 2}, + [2888] = {.lex_state = 199, .external_lex_state = 2}, + [2889] = {.lex_state = 199, .external_lex_state = 2}, [2890] = {.lex_state = 240, .external_lex_state = 2}, - [2891] = {.lex_state = 240, .external_lex_state = 2}, - [2892] = {.lex_state = 136, .external_lex_state = 2}, - [2893] = {.lex_state = 202, .external_lex_state = 2}, - [2894] = {.lex_state = 241, .external_lex_state = 2}, - [2895] = {.lex_state = 227, .external_lex_state = 2}, - [2896] = {.lex_state = 136, .external_lex_state = 2}, - [2897] = {.lex_state = 225, .external_lex_state = 2}, - [2898] = {.lex_state = 225, .external_lex_state = 2}, - [2899] = {.lex_state = 182, .external_lex_state = 2}, - [2900] = {.lex_state = 45, .external_lex_state = 2}, - [2901] = {.lex_state = 241, .external_lex_state = 2}, - [2902] = {.lex_state = 241, .external_lex_state = 2}, + [2891] = {.lex_state = 202, .external_lex_state = 2}, + [2892] = {.lex_state = 140, .external_lex_state = 2}, + [2893] = {.lex_state = 240, .external_lex_state = 2}, + [2894] = {.lex_state = 182, .external_lex_state = 2}, + [2895] = {.lex_state = 240, .external_lex_state = 2}, + [2896] = {.lex_state = 140, .external_lex_state = 2}, + [2897] = {.lex_state = 182, .external_lex_state = 2}, + [2898] = {.lex_state = 182, .external_lex_state = 2}, + [2899] = {.lex_state = 210, .external_lex_state = 2}, + [2900] = {.lex_state = 1664}, + [2901] = {.lex_state = 140, .external_lex_state = 2}, + [2902] = {.lex_state = 182, .external_lex_state = 2}, [2903] = {.lex_state = 182, .external_lex_state = 2}, - [2904] = {.lex_state = 199, .external_lex_state = 2}, - [2905] = {.lex_state = 136, .external_lex_state = 2}, - [2906] = {.lex_state = 227, .external_lex_state = 2}, - [2907] = {.lex_state = 41, .external_lex_state = 2}, - [2908] = {.lex_state = 182, .external_lex_state = 2}, - [2909] = {.lex_state = 241, .external_lex_state = 2}, - [2910] = {.lex_state = 199, .external_lex_state = 2}, - [2911] = {.lex_state = 136, .external_lex_state = 2}, - [2912] = {.lex_state = 182, .external_lex_state = 2}, - [2913] = {.lex_state = 182, .external_lex_state = 2}, - [2914] = {.lex_state = 199, .external_lex_state = 2}, - [2915] = {.lex_state = 1638}, - [2916] = {.lex_state = 182, .external_lex_state = 2}, - [2917] = {.lex_state = 182, .external_lex_state = 2}, - [2918] = {.lex_state = 1664}, - [2919] = {.lex_state = 1634}, - [2920] = {.lex_state = 1664}, - [2921] = {.lex_state = 1664}, + [2904] = {.lex_state = 44, .external_lex_state = 2}, + [2905] = {.lex_state = 182, .external_lex_state = 2}, + [2906] = {.lex_state = 1664}, + [2907] = {.lex_state = 184, .external_lex_state = 2}, + [2908] = {.lex_state = 41, .external_lex_state = 2}, + [2909] = {.lex_state = 227, .external_lex_state = 2}, + [2910] = {.lex_state = 182, .external_lex_state = 2}, + [2911] = {.lex_state = 1664}, + [2912] = {.lex_state = 140, .external_lex_state = 2}, + [2913] = {.lex_state = 215, .external_lex_state = 2}, + [2914] = {.lex_state = 184, .external_lex_state = 2}, + [2915] = {.lex_state = 140, .external_lex_state = 2}, + [2916] = {.lex_state = 140, .external_lex_state = 2}, + [2917] = {.lex_state = 241, .external_lex_state = 2}, + [2918] = {.lex_state = 140, .external_lex_state = 2}, + [2919] = {.lex_state = 225, .external_lex_state = 2}, + [2920] = {.lex_state = 140, .external_lex_state = 2}, + [2921] = {.lex_state = 45, .external_lex_state = 2}, [2922] = {.lex_state = 182, .external_lex_state = 2}, - [2923] = {.lex_state = 1632}, - [2924] = {.lex_state = 230, .external_lex_state = 2}, - [2925] = {.lex_state = 215, .external_lex_state = 2}, - [2926] = {.lex_state = 184, .external_lex_state = 2}, - [2927] = {.lex_state = 136, .external_lex_state = 2}, - [2928] = {.lex_state = 182, .external_lex_state = 2}, - [2929] = {.lex_state = 44, .external_lex_state = 2}, - [2930] = {.lex_state = 182, .external_lex_state = 2}, - [2931] = {.lex_state = 182, .external_lex_state = 2}, - [2932] = {.lex_state = 182, .external_lex_state = 2}, - [2933] = {.lex_state = 182, .external_lex_state = 2}, - [2934] = {.lex_state = 182, .external_lex_state = 2}, - [2935] = {.lex_state = 136, .external_lex_state = 2}, + [2923] = {.lex_state = 99, .external_lex_state = 2}, + [2924] = {.lex_state = 182, .external_lex_state = 2}, + [2925] = {.lex_state = 182, .external_lex_state = 2}, + [2926] = {.lex_state = 182, .external_lex_state = 2}, + [2927] = {.lex_state = 227, .external_lex_state = 2}, + [2928] = {.lex_state = 227, .external_lex_state = 2}, + [2929] = {.lex_state = 41, .external_lex_state = 2}, + [2930] = {.lex_state = 225, .external_lex_state = 2}, + [2931] = {.lex_state = 41, .external_lex_state = 2}, + [2932] = {.lex_state = 230, .external_lex_state = 2}, + [2933] = {.lex_state = 1638}, + [2934] = {.lex_state = 1634}, + [2935] = {.lex_state = 1664}, [2936] = {.lex_state = 240, .external_lex_state = 2}, - [2937] = {.lex_state = 240, .external_lex_state = 2}, - [2938] = {.lex_state = 136, .external_lex_state = 2}, - [2939] = {.lex_state = 1664}, - [2940] = {.lex_state = 136, .external_lex_state = 2}, - [2941] = {.lex_state = 227, .external_lex_state = 2}, + [2937] = {.lex_state = 199, .external_lex_state = 2}, + [2938] = {.lex_state = 199, .external_lex_state = 2}, + [2939] = {.lex_state = 140, .external_lex_state = 2}, + [2940] = {.lex_state = 182, .external_lex_state = 2}, + [2941] = {.lex_state = 241, .external_lex_state = 2}, [2942] = {.lex_state = 192, .external_lex_state = 2}, - [2943] = {.lex_state = 41, .external_lex_state = 2}, - [2944] = {.lex_state = 185, .external_lex_state = 2}, - [2945] = {.lex_state = 41, .external_lex_state = 2}, - [2946] = {.lex_state = 41, .external_lex_state = 2}, - [2947] = {.lex_state = 174, .external_lex_state = 2}, - [2948] = {.lex_state = 41, .external_lex_state = 2}, + [2943] = {.lex_state = 241, .external_lex_state = 2}, + [2944] = {.lex_state = 241, .external_lex_state = 2}, + [2945] = {.lex_state = 240, .external_lex_state = 2}, + [2946] = {.lex_state = 188, .external_lex_state = 2}, + [2947] = {.lex_state = 41, .external_lex_state = 2}, + [2948] = {.lex_state = 1633}, [2949] = {.lex_state = 41, .external_lex_state = 2}, - [2950] = {.lex_state = 174, .external_lex_state = 2}, - [2951] = {.lex_state = 1640}, - [2952] = {.lex_state = 1640}, - [2953] = {.lex_state = 41, .external_lex_state = 2}, + [2950] = {.lex_state = 185, .external_lex_state = 2}, + [2951] = {.lex_state = 41, .external_lex_state = 2}, + [2952] = {.lex_state = 41, .external_lex_state = 2}, + [2953] = {.lex_state = 185, .external_lex_state = 2}, [2954] = {.lex_state = 41, .external_lex_state = 2}, [2955] = {.lex_state = 41, .external_lex_state = 2}, - [2956] = {.lex_state = 174, .external_lex_state = 2}, - [2957] = {.lex_state = 174, .external_lex_state = 2}, - [2958] = {.lex_state = 211, .external_lex_state = 2}, - [2959] = {.lex_state = 1638}, - [2960] = {.lex_state = 200, .external_lex_state = 2}, - [2961] = {.lex_state = 174, .external_lex_state = 2}, - [2962] = {.lex_state = 174, .external_lex_state = 2}, - [2963] = {.lex_state = 174, .external_lex_state = 2}, + [2956] = {.lex_state = 41, .external_lex_state = 2}, + [2957] = {.lex_state = 41, .external_lex_state = 2}, + [2958] = {.lex_state = 41, .external_lex_state = 2}, + [2959] = {.lex_state = 41, .external_lex_state = 2}, + [2960] = {.lex_state = 41, .external_lex_state = 2}, + [2961] = {.lex_state = 41, .external_lex_state = 2}, + [2962] = {.lex_state = 41, .external_lex_state = 2}, + [2963] = {.lex_state = 216, .external_lex_state = 2}, [2964] = {.lex_state = 41, .external_lex_state = 2}, - [2965] = {.lex_state = 41, .external_lex_state = 2}, - [2966] = {.lex_state = 174, .external_lex_state = 2}, - [2967] = {.lex_state = 174, .external_lex_state = 2}, - [2968] = {.lex_state = 1634}, + [2965] = {.lex_state = 99, .external_lex_state = 2}, + [2966] = {.lex_state = 211, .external_lex_state = 2}, + [2967] = {.lex_state = 41, .external_lex_state = 2}, + [2968] = {.lex_state = 41, .external_lex_state = 2}, [2969] = {.lex_state = 41, .external_lex_state = 2}, - [2970] = {.lex_state = 189, .external_lex_state = 2}, - [2971] = {.lex_state = 211, .external_lex_state = 2}, - [2972] = {.lex_state = 189, .external_lex_state = 2}, - [2973] = {.lex_state = 200, .external_lex_state = 2}, - [2974] = {.lex_state = 174, .external_lex_state = 2}, + [2970] = {.lex_state = 211, .external_lex_state = 2}, + [2971] = {.lex_state = 41, .external_lex_state = 2}, + [2972] = {.lex_state = 41, .external_lex_state = 2}, + [2973] = {.lex_state = 99, .external_lex_state = 2}, + [2974] = {.lex_state = 41, .external_lex_state = 2}, [2975] = {.lex_state = 174, .external_lex_state = 2}, - [2976] = {.lex_state = 200, .external_lex_state = 2}, - [2977] = {.lex_state = 41, .external_lex_state = 2}, - [2978] = {.lex_state = 188, .external_lex_state = 2}, - [2979] = {.lex_state = 41, .external_lex_state = 2}, - [2980] = {.lex_state = 41, .external_lex_state = 2}, - [2981] = {.lex_state = 216, .external_lex_state = 2}, + [2976] = {.lex_state = 41, .external_lex_state = 2}, + [2977] = {.lex_state = 190, .external_lex_state = 2}, + [2978] = {.lex_state = 1642}, + [2979] = {.lex_state = 174, .external_lex_state = 2}, + [2980] = {.lex_state = 185, .external_lex_state = 2}, + [2981] = {.lex_state = 41, .external_lex_state = 2}, [2982] = {.lex_state = 41, .external_lex_state = 2}, - [2983] = {.lex_state = 99, .external_lex_state = 2}, - [2984] = {.lex_state = 185, .external_lex_state = 2}, + [2983] = {.lex_state = 41, .external_lex_state = 2}, + [2984] = {.lex_state = 41, .external_lex_state = 2}, [2985] = {.lex_state = 41, .external_lex_state = 2}, - [2986] = {.lex_state = 41, .external_lex_state = 2}, - [2987] = {.lex_state = 41, .external_lex_state = 2}, - [2988] = {.lex_state = 185, .external_lex_state = 2}, + [2986] = {.lex_state = 174, .external_lex_state = 2}, + [2987] = {.lex_state = 174, .external_lex_state = 2}, + [2988] = {.lex_state = 41, .external_lex_state = 2}, [2989] = {.lex_state = 41, .external_lex_state = 2}, - [2990] = {.lex_state = 41, .external_lex_state = 2}, - [2991] = {.lex_state = 41, .external_lex_state = 2}, + [2990] = {.lex_state = 178, .external_lex_state = 2}, + [2991] = {.lex_state = 185, .external_lex_state = 2}, [2992] = {.lex_state = 41, .external_lex_state = 2}, [2993] = {.lex_state = 41, .external_lex_state = 2}, [2994] = {.lex_state = 41, .external_lex_state = 2}, - [2995] = {.lex_state = 41, .external_lex_state = 2}, - [2996] = {.lex_state = 47, .external_lex_state = 2}, + [2995] = {.lex_state = 174, .external_lex_state = 2}, + [2996] = {.lex_state = 174, .external_lex_state = 2}, [2997] = {.lex_state = 41, .external_lex_state = 2}, - [2998] = {.lex_state = 41, .external_lex_state = 2}, - [2999] = {.lex_state = 41, .external_lex_state = 2}, + [2998] = {.lex_state = 185, .external_lex_state = 2}, + [2999] = {.lex_state = 1640}, [3000] = {.lex_state = 41, .external_lex_state = 2}, - [3001] = {.lex_state = 174, .external_lex_state = 2}, - [3002] = {.lex_state = 41, .external_lex_state = 2}, + [3001] = {.lex_state = 41, .external_lex_state = 2}, + [3002] = {.lex_state = 174, .external_lex_state = 2}, [3003] = {.lex_state = 41, .external_lex_state = 2}, [3004] = {.lex_state = 41, .external_lex_state = 2}, - [3005] = {.lex_state = 185, .external_lex_state = 2}, - [3006] = {.lex_state = 185, .external_lex_state = 2}, - [3007] = {.lex_state = 99, .external_lex_state = 2}, - [3008] = {.lex_state = 185, .external_lex_state = 2}, - [3009] = {.lex_state = 190, .external_lex_state = 2}, - [3010] = {.lex_state = 41, .external_lex_state = 2}, + [3005] = {.lex_state = 1640}, + [3006] = {.lex_state = 41, .external_lex_state = 2}, + [3007] = {.lex_state = 174, .external_lex_state = 2}, + [3008] = {.lex_state = 41, .external_lex_state = 2}, + [3009] = {.lex_state = 41, .external_lex_state = 2}, + [3010] = {.lex_state = 174, .external_lex_state = 2}, [3011] = {.lex_state = 41, .external_lex_state = 2}, - [3012] = {.lex_state = 41, .external_lex_state = 2}, + [3012] = {.lex_state = 1638}, [3013] = {.lex_state = 41, .external_lex_state = 2}, - [3014] = {.lex_state = 41, .external_lex_state = 2}, - [3015] = {.lex_state = 1642}, + [3014] = {.lex_state = 200, .external_lex_state = 2}, + [3015] = {.lex_state = 41, .external_lex_state = 2}, [3016] = {.lex_state = 41, .external_lex_state = 2}, - [3017] = {.lex_state = 41, .external_lex_state = 2}, - [3018] = {.lex_state = 41, .external_lex_state = 2}, - [3019] = {.lex_state = 41, .external_lex_state = 2}, - [3020] = {.lex_state = 41, .external_lex_state = 2}, - [3021] = {.lex_state = 174, .external_lex_state = 2}, - [3022] = {.lex_state = 178, .external_lex_state = 2}, + [3017] = {.lex_state = 174, .external_lex_state = 2}, + [3018] = {.lex_state = 174, .external_lex_state = 2}, + [3019] = {.lex_state = 200, .external_lex_state = 2}, + [3020] = {.lex_state = 174, .external_lex_state = 2}, + [3021] = {.lex_state = 200, .external_lex_state = 2}, + [3022] = {.lex_state = 41, .external_lex_state = 2}, [3023] = {.lex_state = 41, .external_lex_state = 2}, - [3024] = {.lex_state = 41, .external_lex_state = 2}, - [3025] = {.lex_state = 1633}, + [3024] = {.lex_state = 1634}, + [3025] = {.lex_state = 41, .external_lex_state = 2}, [3026] = {.lex_state = 41, .external_lex_state = 2}, - [3027] = {.lex_state = 41, .external_lex_state = 2}, + [3027] = {.lex_state = 189, .external_lex_state = 2}, [3028] = {.lex_state = 41, .external_lex_state = 2}, - [3029] = {.lex_state = 41, .external_lex_state = 2}, + [3029] = {.lex_state = 174, .external_lex_state = 2}, [3030] = {.lex_state = 41, .external_lex_state = 2}, - [3031] = {.lex_state = 41, .external_lex_state = 2}, + [3031] = {.lex_state = 189, .external_lex_state = 2}, [3032] = {.lex_state = 41, .external_lex_state = 2}, - [3033] = {.lex_state = 41, .external_lex_state = 2}, - [3034] = {.lex_state = 191, .external_lex_state = 2}, - [3035] = {.lex_state = 242, .external_lex_state = 2}, - [3036] = {.lex_state = 242, .external_lex_state = 2}, + [3033] = {.lex_state = 185, .external_lex_state = 2}, + [3034] = {.lex_state = 47, .external_lex_state = 2}, + [3035] = {.lex_state = 41, .external_lex_state = 2}, + [3036] = {.lex_state = 191, .external_lex_state = 2}, [3037] = {.lex_state = 191, .external_lex_state = 2}, - [3038] = {.lex_state = 191, .external_lex_state = 2}, - [3039] = {.lex_state = 191, .external_lex_state = 2}, - [3040] = {.lex_state = 1642}, + [3038] = {.lex_state = 212, .external_lex_state = 2}, + [3039] = {.lex_state = 184, .external_lex_state = 2}, + [3040] = {.lex_state = 191, .external_lex_state = 2}, [3041] = {.lex_state = 191, .external_lex_state = 2}, - [3042] = {.lex_state = 1642}, - [3043] = {.lex_state = 191, .external_lex_state = 2}, - [3044] = {.lex_state = 242, .external_lex_state = 2}, + [3042] = {.lex_state = 191, .external_lex_state = 2}, + [3043] = {.lex_state = 1644}, + [3044] = {.lex_state = 191, .external_lex_state = 2}, [3045] = {.lex_state = 191, .external_lex_state = 2}, - [3046] = {.lex_state = 191, .external_lex_state = 2}, - [3047] = {.lex_state = 191, .external_lex_state = 2}, - [3048] = {.lex_state = 212, .external_lex_state = 2}, - [3049] = {.lex_state = 1640}, - [3050] = {.lex_state = 212, .external_lex_state = 2}, + [3046] = {.lex_state = 212, .external_lex_state = 2}, + [3047] = {.lex_state = 242, .external_lex_state = 2}, + [3048] = {.lex_state = 191, .external_lex_state = 2}, + [3049] = {.lex_state = 191, .external_lex_state = 2}, + [3050] = {.lex_state = 191, .external_lex_state = 2}, [3051] = {.lex_state = 191, .external_lex_state = 2}, - [3052] = {.lex_state = 176, .external_lex_state = 2}, - [3053] = {.lex_state = 1642}, - [3054] = {.lex_state = 1642}, - [3055] = {.lex_state = 191, .external_lex_state = 2}, - [3056] = {.lex_state = 191, .external_lex_state = 2}, - [3057] = {.lex_state = 191, .external_lex_state = 2}, - [3058] = {.lex_state = 191, .external_lex_state = 2}, - [3059] = {.lex_state = 212, .external_lex_state = 2}, - [3060] = {.lex_state = 242, .external_lex_state = 2}, - [3061] = {.lex_state = 1636}, - [3062] = {.lex_state = 212, .external_lex_state = 2}, + [3052] = {.lex_state = 191, .external_lex_state = 2}, + [3053] = {.lex_state = 242, .external_lex_state = 2}, + [3054] = {.lex_state = 191, .external_lex_state = 2}, + [3055] = {.lex_state = 212, .external_lex_state = 2}, + [3056] = {.lex_state = 176, .external_lex_state = 2}, + [3057] = {.lex_state = 212, .external_lex_state = 2}, + [3058] = {.lex_state = 212, .external_lex_state = 2}, + [3059] = {.lex_state = 191, .external_lex_state = 2}, + [3060] = {.lex_state = 175, .external_lex_state = 2}, + [3061] = {.lex_state = 242, .external_lex_state = 2}, + [3062] = {.lex_state = 242, .external_lex_state = 2}, [3063] = {.lex_state = 191, .external_lex_state = 2}, [3064] = {.lex_state = 191, .external_lex_state = 2}, - [3065] = {.lex_state = 1642}, - [3066] = {.lex_state = 1640}, + [3065] = {.lex_state = 191, .external_lex_state = 2}, + [3066] = {.lex_state = 191, .external_lex_state = 2}, [3067] = {.lex_state = 212, .external_lex_state = 2}, - [3068] = {.lex_state = 191, .external_lex_state = 2}, - [3069] = {.lex_state = 191, .external_lex_state = 2}, - [3070] = {.lex_state = 174, .external_lex_state = 2}, - [3071] = {.lex_state = 212, .external_lex_state = 2}, + [3068] = {.lex_state = 1642}, + [3069] = {.lex_state = 174, .external_lex_state = 2}, + [3070] = {.lex_state = 191, .external_lex_state = 2}, + [3071] = {.lex_state = 191, .external_lex_state = 2}, [3072] = {.lex_state = 191, .external_lex_state = 2}, [3073] = {.lex_state = 191, .external_lex_state = 2}, - [3074] = {.lex_state = 191, .external_lex_state = 2}, - [3075] = {.lex_state = 191, .external_lex_state = 2}, - [3076] = {.lex_state = 191, .external_lex_state = 2}, - [3077] = {.lex_state = 191, .external_lex_state = 2}, - [3078] = {.lex_state = 191, .external_lex_state = 2}, - [3079] = {.lex_state = 33, .external_lex_state = 2}, - [3080] = {.lex_state = 191, .external_lex_state = 2}, - [3081] = {.lex_state = 184, .external_lex_state = 2}, - [3082] = {.lex_state = 191, .external_lex_state = 2}, - [3083] = {.lex_state = 191, .external_lex_state = 2}, - [3084] = {.lex_state = 184, .external_lex_state = 2}, - [3085] = {.lex_state = 175, .external_lex_state = 2}, - [3086] = {.lex_state = 191, .external_lex_state = 2}, + [3074] = {.lex_state = 1642}, + [3075] = {.lex_state = 1636}, + [3076] = {.lex_state = 212, .external_lex_state = 2}, + [3077] = {.lex_state = 212, .external_lex_state = 2}, + [3078] = {.lex_state = 184, .external_lex_state = 2}, + [3079] = {.lex_state = 1642}, + [3080] = {.lex_state = 184, .external_lex_state = 2}, + [3081] = {.lex_state = 191, .external_lex_state = 2}, + [3082] = {.lex_state = 1642}, + [3083] = {.lex_state = 1642}, + [3084] = {.lex_state = 1640}, + [3085] = {.lex_state = 191, .external_lex_state = 2}, + [3086] = {.lex_state = 242, .external_lex_state = 2}, [3087] = {.lex_state = 191, .external_lex_state = 2}, - [3088] = {.lex_state = 174, .external_lex_state = 2}, + [3088] = {.lex_state = 33, .external_lex_state = 2}, [3089] = {.lex_state = 191, .external_lex_state = 2}, - [3090] = {.lex_state = 191, .external_lex_state = 2}, - [3091] = {.lex_state = 212, .external_lex_state = 2}, + [3090] = {.lex_state = 174, .external_lex_state = 2}, + [3091] = {.lex_state = 191, .external_lex_state = 2}, [3092] = {.lex_state = 191, .external_lex_state = 2}, - [3093] = {.lex_state = 1644}, + [3093] = {.lex_state = 1640}, [3094] = {.lex_state = 191, .external_lex_state = 2}, [3095] = {.lex_state = 191, .external_lex_state = 2}, [3096] = {.lex_state = 191, .external_lex_state = 2}, - [3097] = {.lex_state = 191, .external_lex_state = 2}, + [3097] = {.lex_state = 47, .external_lex_state = 2}, [3098] = {.lex_state = 191, .external_lex_state = 2}, [3099] = {.lex_state = 191, .external_lex_state = 2}, [3100] = {.lex_state = 212, .external_lex_state = 2}, [3101] = {.lex_state = 191, .external_lex_state = 2}, [3102] = {.lex_state = 191, .external_lex_state = 2}, - [3103] = {.lex_state = 191, .external_lex_state = 2}, + [3103] = {.lex_state = 212, .external_lex_state = 2}, [3104] = {.lex_state = 191, .external_lex_state = 2}, [3105] = {.lex_state = 191, .external_lex_state = 2}, [3106] = {.lex_state = 191, .external_lex_state = 2}, [3107] = {.lex_state = 191, .external_lex_state = 2}, [3108] = {.lex_state = 191, .external_lex_state = 2}, - [3109] = {.lex_state = 212, .external_lex_state = 2}, + [3109] = {.lex_state = 191, .external_lex_state = 2}, [3110] = {.lex_state = 191, .external_lex_state = 2}, [3111] = {.lex_state = 191, .external_lex_state = 2}, - [3112] = {.lex_state = 47, .external_lex_state = 2}, + [3112] = {.lex_state = 191, .external_lex_state = 2}, [3113] = {.lex_state = 191, .external_lex_state = 2}, - [3114] = {.lex_state = 175, .external_lex_state = 2}, - [3115] = {.lex_state = 242, .external_lex_state = 2}, + [3114] = {.lex_state = 191, .external_lex_state = 2}, + [3115] = {.lex_state = 191, .external_lex_state = 2}, [3116] = {.lex_state = 191, .external_lex_state = 2}, [3117] = {.lex_state = 191, .external_lex_state = 2}, - [3118] = {.lex_state = 212, .external_lex_state = 2}, - [3119] = {.lex_state = 184, .external_lex_state = 2}, - [3120] = {.lex_state = 34, .external_lex_state = 2}, - [3121] = {.lex_state = 34, .external_lex_state = 2}, - [3122] = {.lex_state = 1644}, + [3118] = {.lex_state = 191, .external_lex_state = 2}, + [3119] = {.lex_state = 191, .external_lex_state = 2}, + [3120] = {.lex_state = 191, .external_lex_state = 2}, + [3121] = {.lex_state = 175, .external_lex_state = 2}, + [3122] = {.lex_state = 34, .external_lex_state = 2}, [3123] = {.lex_state = 34, .external_lex_state = 2}, - [3124] = {.lex_state = 34, .external_lex_state = 2}, + [3124] = {.lex_state = 1664}, [3125] = {.lex_state = 34, .external_lex_state = 2}, [3126] = {.lex_state = 34, .external_lex_state = 2}, [3127] = {.lex_state = 34, .external_lex_state = 2}, - [3128] = {.lex_state = 34, .external_lex_state = 2}, + [3128] = {.lex_state = 1646}, [3129] = {.lex_state = 34, .external_lex_state = 2}, - [3130] = {.lex_state = 34, .external_lex_state = 2}, + [3130] = {.lex_state = 1636}, [3131] = {.lex_state = 34, .external_lex_state = 2}, [3132] = {.lex_state = 34, .external_lex_state = 2}, [3133] = {.lex_state = 34, .external_lex_state = 2}, [3134] = {.lex_state = 34, .external_lex_state = 2}, [3135] = {.lex_state = 34, .external_lex_state = 2}, [3136] = {.lex_state = 34, .external_lex_state = 2}, - [3137] = {.lex_state = 1636}, - [3138] = {.lex_state = 1646}, + [3137] = {.lex_state = 34, .external_lex_state = 2}, + [3138] = {.lex_state = 34, .external_lex_state = 2}, [3139] = {.lex_state = 34, .external_lex_state = 2}, - [3140] = {.lex_state = 1646}, + [3140] = {.lex_state = 34, .external_lex_state = 2}, [3141] = {.lex_state = 34, .external_lex_state = 2}, [3142] = {.lex_state = 34, .external_lex_state = 2}, - [3143] = {.lex_state = 34, .external_lex_state = 2}, + [3143] = {.lex_state = 1642}, [3144] = {.lex_state = 34, .external_lex_state = 2}, [3145] = {.lex_state = 34, .external_lex_state = 2}, [3146] = {.lex_state = 34, .external_lex_state = 2}, [3147] = {.lex_state = 34, .external_lex_state = 2}, [3148] = {.lex_state = 34, .external_lex_state = 2}, - [3149] = {.lex_state = 34, .external_lex_state = 2}, + [3149] = {.lex_state = 1642}, [3150] = {.lex_state = 34, .external_lex_state = 2}, [3151] = {.lex_state = 34, .external_lex_state = 2}, [3152] = {.lex_state = 34, .external_lex_state = 2}, [3153] = {.lex_state = 34, .external_lex_state = 2}, [3154] = {.lex_state = 34, .external_lex_state = 2}, - [3155] = {.lex_state = 34, .external_lex_state = 2}, + [3155] = {.lex_state = 1642}, [3156] = {.lex_state = 34, .external_lex_state = 2}, [3157] = {.lex_state = 34, .external_lex_state = 2}, [3158] = {.lex_state = 34, .external_lex_state = 2}, @@ -63690,16 +63708,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3165] = {.lex_state = 34, .external_lex_state = 2}, [3166] = {.lex_state = 34, .external_lex_state = 2}, [3167] = {.lex_state = 34, .external_lex_state = 2}, - [3168] = {.lex_state = 1664}, + [3168] = {.lex_state = 34, .external_lex_state = 2}, [3169] = {.lex_state = 34, .external_lex_state = 2}, [3170] = {.lex_state = 34, .external_lex_state = 2}, - [3171] = {.lex_state = 34, .external_lex_state = 2}, + [3171] = {.lex_state = 1646}, [3172] = {.lex_state = 34, .external_lex_state = 2}, - [3173] = {.lex_state = 34, .external_lex_state = 2}, + [3173] = {.lex_state = 1644}, [3174] = {.lex_state = 34, .external_lex_state = 2}, - [3175] = {.lex_state = 34, .external_lex_state = 2}, + [3175] = {.lex_state = 33, .external_lex_state = 2}, [3176] = {.lex_state = 34, .external_lex_state = 2}, - [3177] = {.lex_state = 33, .external_lex_state = 2}, + [3177] = {.lex_state = 34, .external_lex_state = 2}, [3178] = {.lex_state = 34, .external_lex_state = 2}, [3179] = {.lex_state = 34, .external_lex_state = 2}, [3180] = {.lex_state = 34, .external_lex_state = 2}, @@ -63707,100 +63725,100 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3182] = {.lex_state = 34, .external_lex_state = 2}, [3183] = {.lex_state = 34, .external_lex_state = 2}, [3184] = {.lex_state = 34, .external_lex_state = 2}, - [3185] = {.lex_state = 1642}, + [3185] = {.lex_state = 34, .external_lex_state = 2}, [3186] = {.lex_state = 34, .external_lex_state = 2}, - [3187] = {.lex_state = 1642}, + [3187] = {.lex_state = 34, .external_lex_state = 2}, [3188] = {.lex_state = 34, .external_lex_state = 2}, - [3189] = {.lex_state = 1642}, + [3189] = {.lex_state = 34, .external_lex_state = 2}, [3190] = {.lex_state = 34, .external_lex_state = 2}, - [3191] = {.lex_state = 1642}, + [3191] = {.lex_state = 34, .external_lex_state = 2}, [3192] = {.lex_state = 34, .external_lex_state = 2}, - [3193] = {.lex_state = 1648}, - [3194] = {.lex_state = 1648}, + [3193] = {.lex_state = 34, .external_lex_state = 2}, + [3194] = {.lex_state = 1642}, [3195] = {.lex_state = 1648}, [3196] = {.lex_state = 1648}, [3197] = {.lex_state = 1648}, [3198] = {.lex_state = 34, .external_lex_state = 2}, - [3199] = {.lex_state = 1646}, + [3199] = {.lex_state = 1648}, [3200] = {.lex_state = 1646}, [3201] = {.lex_state = 1648}, [3202] = {.lex_state = 1648}, - [3203] = {.lex_state = 1648}, - [3204] = {.lex_state = 69}, + [3203] = {.lex_state = 1646}, + [3204] = {.lex_state = 1652}, [3205] = {.lex_state = 69}, - [3206] = {.lex_state = 69}, - [3207] = {.lex_state = 1650}, - [3208] = {.lex_state = 1652}, + [3206] = {.lex_state = 1648}, + [3207] = {.lex_state = 1648}, + [3208] = {.lex_state = 1648}, [3209] = {.lex_state = 69}, - [3210] = {.lex_state = 1648}, - [3211] = {.lex_state = 1664}, + [3210] = {.lex_state = 69}, + [3211] = {.lex_state = 1648}, [3212] = {.lex_state = 1648}, - [3213] = {.lex_state = 69}, + [3213] = {.lex_state = 1648}, [3214] = {.lex_state = 69}, [3215] = {.lex_state = 69}, [3216] = {.lex_state = 69}, - [3217] = {.lex_state = 69}, + [3217] = {.lex_state = 1650}, [3218] = {.lex_state = 1664}, [3219] = {.lex_state = 69}, [3220] = {.lex_state = 69}, [3221] = {.lex_state = 69}, [3222] = {.lex_state = 69}, - [3223] = {.lex_state = 1648}, - [3224] = {.lex_state = 1648}, + [3223] = {.lex_state = 69}, + [3224] = {.lex_state = 69}, [3225] = {.lex_state = 69}, [3226] = {.lex_state = 69}, - [3227] = {.lex_state = 69}, - [3228] = {.lex_state = 1664}, - [3229] = {.lex_state = 1652}, - [3230] = {.lex_state = 1650}, - [3231] = {.lex_state = 1654}, - [3232] = {.lex_state = 1654}, - [3233] = {.lex_state = 1664}, - [3234] = {.lex_state = 1656}, + [3227] = {.lex_state = 1664}, + [3228] = {.lex_state = 69}, + [3229] = {.lex_state = 69}, + [3230] = {.lex_state = 1664}, + [3231] = {.lex_state = 1652}, + [3232] = {.lex_state = 1650}, + [3233] = {.lex_state = 1654}, + [3234] = {.lex_state = 1654}, [3235] = {.lex_state = 1658}, [3236] = {.lex_state = 1656}, [3237] = {.lex_state = 1656}, [3238] = {.lex_state = 1656}, - [3239] = {.lex_state = 1658}, - [3240] = {.lex_state = 1654}, + [3239] = {.lex_state = 1656}, + [3240] = {.lex_state = 1656}, [3241] = {.lex_state = 1656}, - [3242] = {.lex_state = 1656}, - [3243] = {.lex_state = 1664}, - [3244] = {.lex_state = 1658}, - [3245] = {.lex_state = 69}, - [3246] = {.lex_state = 1658}, + [3242] = {.lex_state = 1654}, + [3243] = {.lex_state = 1654}, + [3244] = {.lex_state = 1664}, + [3245] = {.lex_state = 1664}, + [3246] = {.lex_state = 1656}, [3247] = {.lex_state = 1656}, - [3248] = {.lex_state = 1658}, + [3248] = {.lex_state = 69}, [3249] = {.lex_state = 1656}, - [3250] = {.lex_state = 1654}, - [3251] = {.lex_state = 1656}, - [3252] = {.lex_state = 69}, + [3250] = {.lex_state = 1658}, + [3251] = {.lex_state = 1658}, + [3252] = {.lex_state = 1658}, [3253] = {.lex_state = 1658}, [3254] = {.lex_state = 1656}, - [3255] = {.lex_state = 1656}, - [3256] = {.lex_state = 1656}, + [3255] = {.lex_state = 69}, + [3256] = {.lex_state = 1658}, [3257] = {.lex_state = 1656}, - [3258] = {.lex_state = 1656}, + [3258] = {.lex_state = 1658}, [3259] = {.lex_state = 1658}, [3260] = {.lex_state = 1656}, - [3261] = {.lex_state = 1656}, + [3261] = {.lex_state = 1658}, [3262] = {.lex_state = 1656}, [3263] = {.lex_state = 1656}, - [3264] = {.lex_state = 1658}, - [3265] = {.lex_state = 1658}, + [3264] = {.lex_state = 1656}, + [3265] = {.lex_state = 1656}, [3266] = {.lex_state = 1656}, - [3267] = {.lex_state = 1658}, - [3268] = {.lex_state = 1664}, - [3269] = {.lex_state = 1664}, + [3267] = {.lex_state = 1656}, + [3268] = {.lex_state = 1658}, + [3269] = {.lex_state = 1656}, [3270] = {.lex_state = 1664}, [3271] = {.lex_state = 1664}, - [3272] = {.lex_state = 1664}, - [3273] = {.lex_state = 1664}, - [3274] = {.lex_state = 1664}, - [3275] = {.lex_state = 1664}, - [3276] = {.lex_state = 1664}, - [3277] = {.lex_state = 1664}, - [3278] = {.lex_state = 1664}, + [3272] = {.lex_state = 69}, + [3273] = {.lex_state = 69}, + [3274] = {.lex_state = 1656}, + [3275] = {.lex_state = 69}, + [3276] = {.lex_state = 69}, + [3277] = {.lex_state = 69}, + [3278] = {.lex_state = 69}, [3279] = {.lex_state = 1664}, [3280] = {.lex_state = 1664}, [3281] = {.lex_state = 1664}, @@ -63814,7 +63832,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3289] = {.lex_state = 1664}, [3290] = {.lex_state = 1664}, [3291] = {.lex_state = 1664}, - [3292] = {.lex_state = 1664}, + [3292] = {.lex_state = 69}, [3293] = {.lex_state = 1664}, [3294] = {.lex_state = 1664}, [3295] = {.lex_state = 1664}, @@ -63851,7 +63869,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3326] = {.lex_state = 1664}, [3327] = {.lex_state = 1664}, [3328] = {.lex_state = 1664}, - [3329] = {.lex_state = 1664}, + [3329] = {.lex_state = 69}, [3330] = {.lex_state = 1664}, [3331] = {.lex_state = 1664}, [3332] = {.lex_state = 1664}, @@ -63887,95 +63905,95 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3362] = {.lex_state = 1664}, [3363] = {.lex_state = 1664}, [3364] = {.lex_state = 1664}, - [3365] = {.lex_state = 1664}, + [3365] = {.lex_state = 69}, [3366] = {.lex_state = 1664}, [3367] = {.lex_state = 1664}, [3368] = {.lex_state = 1664}, [3369] = {.lex_state = 1664}, [3370] = {.lex_state = 1664}, - [3371] = {.lex_state = 69}, + [3371] = {.lex_state = 1664}, [3372] = {.lex_state = 1664}, - [3373] = {.lex_state = 69}, - [3374] = {.lex_state = 69}, - [3375] = {.lex_state = 69}, + [3373] = {.lex_state = 1664}, + [3374] = {.lex_state = 1664}, + [3375] = {.lex_state = 1664}, [3376] = {.lex_state = 1664}, - [3377] = {.lex_state = 69}, - [3378] = {.lex_state = 6}, - [3379] = {.lex_state = 69}, + [3377] = {.lex_state = 1664}, + [3378] = {.lex_state = 69}, + [3379] = {.lex_state = 6}, [3380] = {.lex_state = 1664}, - [3381] = {.lex_state = 69}, - [3382] = {.lex_state = 69}, - [3383] = {.lex_state = 69}, - [3384] = {.lex_state = 1656}, - [3385] = {.lex_state = 69}, + [3381] = {.lex_state = 1664}, + [3382] = {.lex_state = 1664}, + [3383] = {.lex_state = 1664}, + [3384] = {.lex_state = 1664}, + [3385] = {.lex_state = 1664}, [3386] = {.lex_state = 1664}, [3387] = {.lex_state = 1664}, [3388] = {.lex_state = 1664}, [3389] = {.lex_state = 1664}, - [3390] = {.lex_state = 69}, - [3391] = {.lex_state = 7}, - [3392] = {.lex_state = 69}, - [3393] = {.lex_state = 69}, + [3390] = {.lex_state = 1664}, + [3391] = {.lex_state = 1664}, + [3392] = {.lex_state = 1664}, + [3393] = {.lex_state = 1664}, [3394] = {.lex_state = 7}, - [3395] = {.lex_state = 69}, + [3395] = {.lex_state = 1664}, [3396] = {.lex_state = 1664}, [3397] = {.lex_state = 69}, - [3398] = {.lex_state = 1664}, - [3399] = {.lex_state = 1664}, - [3400] = {.lex_state = 82}, + [3398] = {.lex_state = 69}, + [3399] = {.lex_state = 69}, + [3400] = {.lex_state = 69}, [3401] = {.lex_state = 1664}, [3402] = {.lex_state = 1664}, - [3403] = {.lex_state = 69}, + [3403] = {.lex_state = 82}, [3404] = {.lex_state = 69}, - [3405] = {.lex_state = 1664}, + [3405] = {.lex_state = 7}, [3406] = {.lex_state = 1664}, [3407] = {.lex_state = 1664}, - [3408] = {.lex_state = 1664}, + [3408] = {.lex_state = 69}, [3409] = {.lex_state = 69}, - [3410] = {.lex_state = 1664}, + [3410] = {.lex_state = 69}, [3411] = {.lex_state = 1664}, [3412] = {.lex_state = 1664}, - [3413] = {.lex_state = 1664}, + [3413] = {.lex_state = 69}, [3414] = {.lex_state = 69}, - [3415] = {.lex_state = 69}, + [3415] = {.lex_state = 1664}, [3416] = {.lex_state = 1664}, - [3417] = {.lex_state = 69}, - [3418] = {.lex_state = 83}, - [3419] = {.lex_state = 222}, - [3420] = {.lex_state = 8}, - [3421] = {.lex_state = 10}, - [3422] = {.lex_state = 222}, - [3423] = {.lex_state = 82}, - [3424] = {.lex_state = 83}, + [3417] = {.lex_state = 1664}, + [3418] = {.lex_state = 1664}, + [3419] = {.lex_state = 69}, + [3420] = {.lex_state = 83}, + [3421] = {.lex_state = 8}, + [3422] = {.lex_state = 83}, + [3423] = {.lex_state = 222}, + [3424] = {.lex_state = 222}, [3425] = {.lex_state = 82}, - [3426] = {.lex_state = 69}, - [3427] = {.lex_state = 69}, + [3426] = {.lex_state = 10}, + [3427] = {.lex_state = 82}, [3428] = {.lex_state = 69}, - [3429] = {.lex_state = 69}, - [3430] = {.lex_state = 82}, + [3429] = {.lex_state = 320}, + [3430] = {.lex_state = 12}, [3431] = {.lex_state = 69}, - [3432] = {.lex_state = 69}, + [3432] = {.lex_state = 82}, [3433] = {.lex_state = 69}, - [3434] = {.lex_state = 223}, - [3435] = {.lex_state = 223}, - [3436] = {.lex_state = 69}, + [3434] = {.lex_state = 69}, + [3435] = {.lex_state = 69}, + [3436] = {.lex_state = 82}, [3437] = {.lex_state = 69}, - [3438] = {.lex_state = 320}, - [3439] = {.lex_state = 82}, - [3440] = {.lex_state = 82}, - [3441] = {.lex_state = 82}, - [3442] = {.lex_state = 82}, + [3438] = {.lex_state = 69}, + [3439] = {.lex_state = 11}, + [3440] = {.lex_state = 11}, + [3441] = {.lex_state = 84}, + [3442] = {.lex_state = 86}, [3443] = {.lex_state = 69}, - [3444] = {.lex_state = 69}, - [3445] = {.lex_state = 12}, - [3446] = {.lex_state = 82}, - [3447] = {.lex_state = 11}, - [3448] = {.lex_state = 84}, - [3449] = {.lex_state = 69}, - [3450] = {.lex_state = 69}, - [3451] = {.lex_state = 69}, - [3452] = {.lex_state = 69}, - [3453] = {.lex_state = 69}, + [3444] = {.lex_state = 223}, + [3445] = {.lex_state = 69}, + [3446] = {.lex_state = 69}, + [3447] = {.lex_state = 69}, + [3448] = {.lex_state = 69}, + [3449] = {.lex_state = 223}, + [3450] = {.lex_state = 82}, + [3451] = {.lex_state = 82}, + [3452] = {.lex_state = 82}, + [3453] = {.lex_state = 82}, [3454] = {.lex_state = 69}, [3455] = {.lex_state = 69}, [3456] = {.lex_state = 69}, @@ -63986,110 +64004,110 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3461] = {.lex_state = 69}, [3462] = {.lex_state = 69}, [3463] = {.lex_state = 69}, - [3464] = {.lex_state = 86}, + [3464] = {.lex_state = 69}, [3465] = {.lex_state = 69}, [3466] = {.lex_state = 69}, - [3467] = {.lex_state = 11}, - [3468] = {.lex_state = 87}, - [3469] = {.lex_state = 9}, - [3470] = {.lex_state = 88}, + [3467] = {.lex_state = 69}, + [3468] = {.lex_state = 69}, + [3469] = {.lex_state = 69}, + [3470] = {.lex_state = 320}, [3471] = {.lex_state = 12}, [3472] = {.lex_state = 320}, [3473] = {.lex_state = 12}, - [3474] = {.lex_state = 12}, - [3475] = {.lex_state = 320}, - [3476] = {.lex_state = 12}, + [3474] = {.lex_state = 88}, + [3475] = {.lex_state = 87}, + [3476] = {.lex_state = 13}, [3477] = {.lex_state = 320}, - [3478] = {.lex_state = 320}, - [3479] = {.lex_state = 13}, - [3480] = {.lex_state = 87}, + [3478] = {.lex_state = 12}, + [3479] = {.lex_state = 87}, + [3480] = {.lex_state = 9}, [3481] = {.lex_state = 320}, - [3482] = {.lex_state = 14}, - [3483] = {.lex_state = 88}, - [3484] = {.lex_state = 69}, - [3485] = {.lex_state = 85}, - [3486] = {.lex_state = 88}, - [3487] = {.lex_state = 84}, + [3482] = {.lex_state = 320}, + [3483] = {.lex_state = 12}, + [3484] = {.lex_state = 14}, + [3485] = {.lex_state = 88}, + [3486] = {.lex_state = 69}, + [3487] = {.lex_state = 88}, [3488] = {.lex_state = 88}, - [3489] = {.lex_state = 88}, - [3490] = {.lex_state = 320}, - [3491] = {.lex_state = 89}, + [3489] = {.lex_state = 320}, + [3490] = {.lex_state = 88}, + [3491] = {.lex_state = 84}, [3492] = {.lex_state = 14}, - [3493] = {.lex_state = 69}, - [3494] = {.lex_state = 15}, + [3493] = {.lex_state = 89}, + [3494] = {.lex_state = 85}, [3495] = {.lex_state = 15}, [3496] = {.lex_state = 15}, - [3497] = {.lex_state = 90}, + [3497] = {.lex_state = 15}, [3498] = {.lex_state = 90}, [3499] = {.lex_state = 15}, - [3500] = {.lex_state = 15}, - [3501] = {.lex_state = 15}, - [3502] = {.lex_state = 91}, - [3503] = {.lex_state = 1664}, - [3504] = {.lex_state = 3145}, + [3500] = {.lex_state = 90}, + [3501] = {.lex_state = 69}, + [3502] = {.lex_state = 15}, + [3503] = {.lex_state = 15}, + [3504] = {.lex_state = 17}, [3505] = {.lex_state = 91}, - [3506] = {.lex_state = 91}, - [3507] = {.lex_state = 3143}, + [3506] = {.lex_state = 3145}, + [3507] = {.lex_state = 91}, [3508] = {.lex_state = 91}, - [3509] = {.lex_state = 91}, - [3510] = {.lex_state = 17}, - [3511] = {.lex_state = 16}, - [3512] = {.lex_state = 91}, - [3513] = {.lex_state = 92}, - [3514] = {.lex_state = 18}, - [3515] = {.lex_state = 93}, + [3509] = {.lex_state = 1664}, + [3510] = {.lex_state = 91}, + [3511] = {.lex_state = 91}, + [3512] = {.lex_state = 3143}, + [3513] = {.lex_state = 91}, + [3514] = {.lex_state = 16}, + [3515] = {.lex_state = 92}, [3516] = {.lex_state = 3146}, - [3517] = {.lex_state = 3146}, - [3518] = {.lex_state = 3148}, - [3519] = {.lex_state = 18}, - [3520] = {.lex_state = 3144}, - [3521] = {.lex_state = 20}, - [3522] = {.lex_state = 1664}, - [3523] = {.lex_state = 3149}, - [3524] = {.lex_state = 94}, - [3525] = {.lex_state = 19}, - [3526] = {.lex_state = 20}, - [3527] = {.lex_state = 3147}, - [3528] = {.lex_state = 64}, - [3529] = {.lex_state = 19}, - [3530] = {.lex_state = 20}, - [3531] = {.lex_state = 19}, - [3532] = {.lex_state = 1664}, - [3533] = {.lex_state = 1664}, - [3534] = {.lex_state = 1664}, - [3535] = {.lex_state = 1664}, - [3536] = {.lex_state = 20}, + [3517] = {.lex_state = 3144}, + [3518] = {.lex_state = 18}, + [3519] = {.lex_state = 3146}, + [3520] = {.lex_state = 3148}, + [3521] = {.lex_state = 93}, + [3522] = {.lex_state = 18}, + [3523] = {.lex_state = 3147}, + [3524] = {.lex_state = 20}, + [3525] = {.lex_state = 64}, + [3526] = {.lex_state = 3147}, + [3527] = {.lex_state = 19}, + [3528] = {.lex_state = 19}, + [3529] = {.lex_state = 94}, + [3530] = {.lex_state = 3147}, + [3531] = {.lex_state = 94}, + [3532] = {.lex_state = 20}, + [3533] = {.lex_state = 19}, + [3534] = {.lex_state = 20}, + [3535] = {.lex_state = 3149}, + [3536] = {.lex_state = 19}, [3537] = {.lex_state = 1664}, - [3538] = {.lex_state = 19}, - [3539] = {.lex_state = 19}, - [3540] = {.lex_state = 19}, - [3541] = {.lex_state = 19}, - [3542] = {.lex_state = 3147}, + [3538] = {.lex_state = 1664}, + [3539] = {.lex_state = 20}, + [3540] = {.lex_state = 1664}, + [3541] = {.lex_state = 1664}, + [3542] = {.lex_state = 20}, [3543] = {.lex_state = 3147}, [3544] = {.lex_state = 19}, [3545] = {.lex_state = 19}, - [3546] = {.lex_state = 64}, - [3547] = {.lex_state = 20}, - [3548] = {.lex_state = 94}, - [3549] = {.lex_state = 3149}, - [3550] = {.lex_state = 3147}, + [3546] = {.lex_state = 3147}, + [3547] = {.lex_state = 3149}, + [3548] = {.lex_state = 19}, + [3549] = {.lex_state = 64}, + [3550] = {.lex_state = 1664}, [3551] = {.lex_state = 1664}, [3552] = {.lex_state = 1664}, [3553] = {.lex_state = 1664}, - [3554] = {.lex_state = 3147}, - [3555] = {.lex_state = 3150}, - [3556] = {.lex_state = 96}, - [3557] = {.lex_state = 1664}, + [3554] = {.lex_state = 19}, + [3555] = {.lex_state = 19}, + [3556] = {.lex_state = 1664}, + [3557] = {.lex_state = 3150}, [3558] = {.lex_state = 1664}, [3559] = {.lex_state = 1664}, [3560] = {.lex_state = 1664}, [3561] = {.lex_state = 1664}, [3562] = {.lex_state = 1664}, - [3563] = {.lex_state = 1664}, + [3563] = {.lex_state = 3150}, [3564] = {.lex_state = 1664}, [3565] = {.lex_state = 1664}, [3566] = {.lex_state = 1664}, - [3567] = {.lex_state = 1664}, + [3567] = {.lex_state = 19}, [3568] = {.lex_state = 1664}, [3569] = {.lex_state = 1664}, [3570] = {.lex_state = 1664}, @@ -64108,41 +64126,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3583] = {.lex_state = 1664}, [3584] = {.lex_state = 1664}, [3585] = {.lex_state = 1664}, - [3586] = {.lex_state = 3150}, + [3586] = {.lex_state = 1664}, [3587] = {.lex_state = 1664}, - [3588] = {.lex_state = 1664}, - [3589] = {.lex_state = 3150}, - [3590] = {.lex_state = 1664}, + [3588] = {.lex_state = 96}, + [3589] = {.lex_state = 96}, + [3590] = {.lex_state = 1660}, [3591] = {.lex_state = 1664}, [3592] = {.lex_state = 1664}, - [3593] = {.lex_state = 95}, + [3593] = {.lex_state = 1664}, [3594] = {.lex_state = 1664}, [3595] = {.lex_state = 1664}, [3596] = {.lex_state = 1664}, - [3597] = {.lex_state = 3150}, - [3598] = {.lex_state = 1664}, + [3597] = {.lex_state = 1664}, + [3598] = {.lex_state = 95}, [3599] = {.lex_state = 1664}, [3600] = {.lex_state = 1664}, [3601] = {.lex_state = 95}, [3602] = {.lex_state = 1664}, - [3603] = {.lex_state = 1664}, - [3604] = {.lex_state = 3150}, + [3603] = {.lex_state = 95}, + [3604] = {.lex_state = 95}, [3605] = {.lex_state = 1664}, [3606] = {.lex_state = 1664}, - [3607] = {.lex_state = 3150}, - [3608] = {.lex_state = 3150}, - [3609] = {.lex_state = 3150}, - [3610] = {.lex_state = 95}, - [3611] = {.lex_state = 96}, - [3612] = {.lex_state = 96}, + [3607] = {.lex_state = 1664}, + [3608] = {.lex_state = 95}, + [3609] = {.lex_state = 1664}, + [3610] = {.lex_state = 3150}, + [3611] = {.lex_state = 1664}, + [3612] = {.lex_state = 1664}, [3613] = {.lex_state = 1664}, [3614] = {.lex_state = 1664}, [3615] = {.lex_state = 1664}, - [3616] = {.lex_state = 3150}, + [3616] = {.lex_state = 95}, [3617] = {.lex_state = 1664}, - [3618] = {.lex_state = 95}, + [3618] = {.lex_state = 1664}, [3619] = {.lex_state = 1664}, - [3620] = {.lex_state = 95}, + [3620] = {.lex_state = 1664}, [3621] = {.lex_state = 95}, [3622] = {.lex_state = 1664}, [3623] = {.lex_state = 1664}, @@ -64152,26 +64170,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3627] = {.lex_state = 1664}, [3628] = {.lex_state = 1664}, [3629] = {.lex_state = 1664}, - [3630] = {.lex_state = 1664}, + [3630] = {.lex_state = 96}, [3631] = {.lex_state = 1664}, [3632] = {.lex_state = 1664}, [3633] = {.lex_state = 1664}, [3634] = {.lex_state = 1664}, [3635] = {.lex_state = 1664}, [3636] = {.lex_state = 1664}, - [3637] = {.lex_state = 1664}, + [3637] = {.lex_state = 3150}, [3638] = {.lex_state = 1664}, [3639] = {.lex_state = 1664}, - [3640] = {.lex_state = 1664}, + [3640] = {.lex_state = 3150}, [3641] = {.lex_state = 1664}, [3642] = {.lex_state = 1664}, [3643] = {.lex_state = 1664}, - [3644] = {.lex_state = 1664}, - [3645] = {.lex_state = 95}, + [3644] = {.lex_state = 3150}, + [3645] = {.lex_state = 3150}, [3646] = {.lex_state = 1664}, [3647] = {.lex_state = 1664}, [3648] = {.lex_state = 1664}, - [3649] = {.lex_state = 1664}, + [3649] = {.lex_state = 3150}, [3650] = {.lex_state = 1664}, [3651] = {.lex_state = 1664}, [3652] = {.lex_state = 1664}, @@ -64182,487 +64200,487 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3657] = {.lex_state = 1664}, [3658] = {.lex_state = 1664}, [3659] = {.lex_state = 1664}, - [3660] = {.lex_state = 1664}, - [3661] = {.lex_state = 1664}, + [3660] = {.lex_state = 3150}, + [3661] = {.lex_state = 95}, [3662] = {.lex_state = 1664}, [3663] = {.lex_state = 1664}, [3664] = {.lex_state = 1664}, - [3665] = {.lex_state = 3150}, - [3666] = {.lex_state = 95}, - [3667] = {.lex_state = 95}, - [3668] = {.lex_state = 1664}, - [3669] = {.lex_state = 96}, - [3670] = {.lex_state = 1664}, - [3671] = {.lex_state = 3150}, - [3672] = {.lex_state = 1664}, - [3673] = {.lex_state = 96}, + [3665] = {.lex_state = 1664}, + [3666] = {.lex_state = 1664}, + [3667] = {.lex_state = 1664}, + [3668] = {.lex_state = 3150}, + [3669] = {.lex_state = 1664}, + [3670] = {.lex_state = 96}, + [3671] = {.lex_state = 95}, + [3672] = {.lex_state = 96}, + [3673] = {.lex_state = 1664}, [3674] = {.lex_state = 1664}, - [3675] = {.lex_state = 1660}, - [3676] = {.lex_state = 19}, + [3675] = {.lex_state = 3150}, + [3676] = {.lex_state = 1664}, [3677] = {.lex_state = 1664}, - [3678] = {.lex_state = 64}, - [3679] = {.lex_state = 1627}, + [3678] = {.lex_state = 1664}, + [3679] = {.lex_state = 1664}, [3680] = {.lex_state = 64}, - [3681] = {.lex_state = 95}, + [3681] = {.lex_state = 64}, [3682] = {.lex_state = 1664}, [3683] = {.lex_state = 64}, [3684] = {.lex_state = 64}, [3685] = {.lex_state = 64}, - [3686] = {.lex_state = 1627}, + [3686] = {.lex_state = 64}, [3687] = {.lex_state = 64}, - [3688] = {.lex_state = 1664}, - [3689] = {.lex_state = 1664}, + [3688] = {.lex_state = 1627}, + [3689] = {.lex_state = 64}, [3690] = {.lex_state = 64}, [3691] = {.lex_state = 64}, - [3692] = {.lex_state = 1664}, - [3693] = {.lex_state = 1664}, - [3694] = {.lex_state = 1664}, + [3692] = {.lex_state = 64}, + [3693] = {.lex_state = 64}, + [3694] = {.lex_state = 64}, [3695] = {.lex_state = 64}, [3696] = {.lex_state = 64}, [3697] = {.lex_state = 64}, [3698] = {.lex_state = 64}, [3699] = {.lex_state = 64}, - [3700] = {.lex_state = 64}, + [3700] = {.lex_state = 1664}, [3701] = {.lex_state = 64}, - [3702] = {.lex_state = 64}, - [3703] = {.lex_state = 64}, + [3702] = {.lex_state = 1664}, + [3703] = {.lex_state = 1664}, [3704] = {.lex_state = 64}, - [3705] = {.lex_state = 64}, - [3706] = {.lex_state = 64}, - [3707] = {.lex_state = 64}, + [3705] = {.lex_state = 95}, + [3706] = {.lex_state = 1664}, + [3707] = {.lex_state = 1664}, [3708] = {.lex_state = 64}, [3709] = {.lex_state = 64}, [3710] = {.lex_state = 64}, [3711] = {.lex_state = 64}, - [3712] = {.lex_state = 64}, - [3713] = {.lex_state = 1664}, - [3714] = {.lex_state = 1627}, - [3715] = {.lex_state = 1664}, + [3712] = {.lex_state = 1627}, + [3713] = {.lex_state = 64}, + [3714] = {.lex_state = 64}, + [3715] = {.lex_state = 3151}, [3716] = {.lex_state = 1664}, - [3717] = {.lex_state = 1664}, - [3718] = {.lex_state = 3151}, + [3717] = {.lex_state = 3151}, + [3718] = {.lex_state = 1664}, [3719] = {.lex_state = 1664}, [3720] = {.lex_state = 1664}, [3721] = {.lex_state = 1664}, - [3722] = {.lex_state = 3151}, - [3723] = {.lex_state = 3151}, + [3722] = {.lex_state = 1664}, + [3723] = {.lex_state = 1664}, [3724] = {.lex_state = 1664}, [3725] = {.lex_state = 1664}, [3726] = {.lex_state = 1664}, [3727] = {.lex_state = 1664}, [3728] = {.lex_state = 1664}, - [3729] = {.lex_state = 3151}, - [3730] = {.lex_state = 1627}, - [3731] = {.lex_state = 1664}, - [3732] = {.lex_state = 1627}, - [3733] = {.lex_state = 1664}, + [3729] = {.lex_state = 1664}, + [3730] = {.lex_state = 1664}, + [3731] = {.lex_state = 3151}, + [3732] = {.lex_state = 1664}, + [3733] = {.lex_state = 1627}, [3734] = {.lex_state = 1664}, [3735] = {.lex_state = 3151}, [3736] = {.lex_state = 1627}, - [3737] = {.lex_state = 1664}, - [3738] = {.lex_state = 1664}, + [3737] = {.lex_state = 1627}, + [3738] = {.lex_state = 1627}, [3739] = {.lex_state = 1664}, [3740] = {.lex_state = 3151}, - [3741] = {.lex_state = 1664}, + [3741] = {.lex_state = 3151}, [3742] = {.lex_state = 1664}, - [3743] = {.lex_state = 1664}, + [3743] = {.lex_state = 3151}, [3744] = {.lex_state = 1664}, [3745] = {.lex_state = 1664}, [3746] = {.lex_state = 1664}, [3747] = {.lex_state = 3151}, - [3748] = {.lex_state = 3151}, - [3749] = {.lex_state = 64}, - [3750] = {.lex_state = 64}, - [3751] = {.lex_state = 1664}, - [3752] = {.lex_state = 1664}, + [3748] = {.lex_state = 1664}, + [3749] = {.lex_state = 1664}, + [3750] = {.lex_state = 1664}, + [3751] = {.lex_state = 64}, + [3752] = {.lex_state = 64}, [3753] = {.lex_state = 64}, [3754] = {.lex_state = 64}, - [3755] = {.lex_state = 64}, - [3756] = {.lex_state = 64}, - [3757] = {.lex_state = 1664}, + [3755] = {.lex_state = 1664}, + [3756] = {.lex_state = 1664}, + [3757] = {.lex_state = 64}, [3758] = {.lex_state = 1664}, - [3759] = {.lex_state = 1665}, + [3759] = {.lex_state = 64}, [3760] = {.lex_state = 64}, [3761] = {.lex_state = 64}, - [3762] = {.lex_state = 1664}, - [3763] = {.lex_state = 1664}, - [3764] = {.lex_state = 64}, - [3765] = {.lex_state = 64}, + [3762] = {.lex_state = 64}, + [3763] = {.lex_state = 64}, + [3764] = {.lex_state = 1665}, + [3765] = {.lex_state = 1664}, [3766] = {.lex_state = 64}, [3767] = {.lex_state = 64}, - [3768] = {.lex_state = 1729}, - [3769] = {.lex_state = 1665}, - [3770] = {.lex_state = 1726}, - [3771] = {.lex_state = 1727}, - [3772] = {.lex_state = 1629}, - [3773] = {.lex_state = 1726}, + [3768] = {.lex_state = 1664}, + [3769] = {.lex_state = 1664}, + [3770] = {.lex_state = 1729}, + [3771] = {.lex_state = 1665}, + [3772] = {.lex_state = 1726}, + [3773] = {.lex_state = 1629}, [3774] = {.lex_state = 1727}, [3775] = {.lex_state = 1727}, - [3776] = {.lex_state = 1727}, - [3777] = {.lex_state = 1735}, + [3776] = {.lex_state = 1726}, + [3777] = {.lex_state = 1629}, [3778] = {.lex_state = 1629}, - [3779] = {.lex_state = 1739}, + [3779] = {.lex_state = 1629}, [3780] = {.lex_state = 1725}, - [3781] = {.lex_state = 1629}, - [3782] = {.lex_state = 1629}, - [3783] = {.lex_state = 1629}, - [3784] = {.lex_state = 1629}, - [3785] = {.lex_state = 1725}, + [3781] = {.lex_state = 1739}, + [3782] = {.lex_state = 1735}, + [3783] = {.lex_state = 1727}, + [3784] = {.lex_state = 1727}, + [3785] = {.lex_state = 1629}, [3786] = {.lex_state = 1629}, - [3787] = {.lex_state = 1743}, - [3788] = {.lex_state = 1629}, - [3789] = {.lex_state = 1629}, - [3790] = {.lex_state = 1629}, - [3791] = {.lex_state = 1739}, + [3787] = {.lex_state = 1728}, + [3788] = {.lex_state = 1725}, + [3789] = {.lex_state = 1728}, + [3790] = {.lex_state = 1739}, + [3791] = {.lex_state = 1629}, [3792] = {.lex_state = 1735}, [3793] = {.lex_state = 1741}, [3794] = {.lex_state = 1741}, - [3795] = {.lex_state = 1665}, - [3796] = {.lex_state = 1728}, - [3797] = {.lex_state = 1725}, - [3798] = {.lex_state = 1728}, - [3799] = {.lex_state = 1737}, - [3800] = {.lex_state = 1741}, - [3801] = {.lex_state = 1741}, - [3802] = {.lex_state = 1728}, - [3803] = {.lex_state = 1743}, + [3795] = {.lex_state = 1629}, + [3796] = {.lex_state = 1629}, + [3797] = {.lex_state = 1629}, + [3798] = {.lex_state = 1665}, + [3799] = {.lex_state = 1743}, + [3800] = {.lex_state = 1725}, + [3801] = {.lex_state = 1743}, + [3802] = {.lex_state = 1736}, + [3803] = {.lex_state = 1665}, [3804] = {.lex_state = 1725}, - [3805] = {.lex_state = 1743}, + [3805] = {.lex_state = 1725}, [3806] = {.lex_state = 1725}, - [3807] = {.lex_state = 1743}, + [3807] = {.lex_state = 1741}, [3808] = {.lex_state = 1743}, - [3809] = {.lex_state = 1728}, - [3810] = {.lex_state = 1725}, - [3811] = {.lex_state = 1745}, - [3812] = {.lex_state = 1725}, + [3809] = {.lex_state = 1725}, + [3810] = {.lex_state = 1745}, + [3811] = {.lex_state = 1740}, + [3812] = {.lex_state = 1728}, [3813] = {.lex_state = 1743}, - [3814] = {.lex_state = 1665}, - [3815] = {.lex_state = 1740}, - [3816] = {.lex_state = 1725}, - [3817] = {.lex_state = 1736}, - [3818] = {.lex_state = 1743}, - [3819] = {.lex_state = 1745}, + [3814] = {.lex_state = 1737}, + [3815] = {.lex_state = 1728}, + [3816] = {.lex_state = 1743}, + [3817] = {.lex_state = 1741}, + [3818] = {.lex_state = 1725}, + [3819] = {.lex_state = 1743}, [3820] = {.lex_state = 1725}, - [3821] = {.lex_state = 1742}, - [3822] = {.lex_state = 1744}, - [3823] = {.lex_state = 1737}, - [3824] = {.lex_state = 1747}, - [3825] = {.lex_state = 1743}, - [3826] = {.lex_state = 1725}, + [3821] = {.lex_state = 1740}, + [3822] = {.lex_state = 1743}, + [3823] = {.lex_state = 1743}, + [3824] = {.lex_state = 1737}, + [3825] = {.lex_state = 1747}, + [3826] = {.lex_state = 1744}, [3827] = {.lex_state = 1747}, - [3828] = {.lex_state = 64}, - [3829] = {.lex_state = 1725}, + [3828] = {.lex_state = 1736}, + [3829] = {.lex_state = 1743}, [3830] = {.lex_state = 1725}, - [3831] = {.lex_state = 1743}, - [3832] = {.lex_state = 1742}, - [3833] = {.lex_state = 1743}, - [3834] = {.lex_state = 1740}, - [3835] = {.lex_state = 1736}, - [3836] = {.lex_state = 49}, - [3837] = {.lex_state = 1730}, - [3838] = {.lex_state = 48}, + [3831] = {.lex_state = 1725}, + [3832] = {.lex_state = 1743}, + [3833] = {.lex_state = 1742}, + [3834] = {.lex_state = 1742}, + [3835] = {.lex_state = 1725}, + [3836] = {.lex_state = 1745}, + [3837] = {.lex_state = 64}, + [3838] = {.lex_state = 49}, [3839] = {.lex_state = 1744}, - [3840] = {.lex_state = 1730}, + [3840] = {.lex_state = 1744}, [3841] = {.lex_state = 1747}, [3842] = {.lex_state = 52}, - [3843] = {.lex_state = 1738}, - [3844] = {.lex_state = 1747}, - [3845] = {.lex_state = 50}, - [3846] = {.lex_state = 1749}, - [3847] = {.lex_state = 1749}, + [3843] = {.lex_state = 1747}, + [3844] = {.lex_state = 50}, + [3845] = {.lex_state = 1730}, + [3846] = {.lex_state = 48}, + [3847] = {.lex_state = 49}, [3848] = {.lex_state = 1749}, - [3849] = {.lex_state = 1742}, + [3849] = {.lex_state = 1749}, [3850] = {.lex_state = 1749}, [3851] = {.lex_state = 1749}, [3852] = {.lex_state = 1749}, - [3853] = {.lex_state = 64}, - [3854] = {.lex_state = 49}, - [3855] = {.lex_state = 1744}, + [3853] = {.lex_state = 1730}, + [3854] = {.lex_state = 48}, + [3855] = {.lex_state = 1746}, [3856] = {.lex_state = 1744}, - [3857] = {.lex_state = 1746}, - [3858] = {.lex_state = 48}, - [3859] = {.lex_state = 1744}, + [3857] = {.lex_state = 1742}, + [3858] = {.lex_state = 1744}, + [3859] = {.lex_state = 1749}, [3860] = {.lex_state = 1730}, - [3861] = {.lex_state = 1742}, - [3862] = {.lex_state = 1744}, - [3863] = {.lex_state = 1749}, + [3861] = {.lex_state = 1738}, + [3862] = {.lex_state = 1742}, + [3863] = {.lex_state = 64}, [3864] = {.lex_state = 1744}, - [3865] = {.lex_state = 1749}, - [3866] = {.lex_state = 1744}, - [3867] = {.lex_state = 1748}, - [3868] = {.lex_state = 1730}, - [3869] = {.lex_state = 1748}, - [3870] = {.lex_state = 1746}, - [3871] = {.lex_state = 1744}, - [3872] = {.lex_state = 1749}, - [3873] = {.lex_state = 1753}, - [3874] = {.lex_state = 54}, - [3875] = {.lex_state = 53}, - [3876] = {.lex_state = 49}, - [3877] = {.lex_state = 49}, - [3878] = {.lex_state = 1749}, - [3879] = {.lex_state = 1749}, - [3880] = {.lex_state = 1730}, - [3881] = {.lex_state = 53}, - [3882] = {.lex_state = 1751}, - [3883] = {.lex_state = 1730}, - [3884] = {.lex_state = 1744}, - [3885] = {.lex_state = 49}, - [3886] = {.lex_state = 49}, - [3887] = {.lex_state = 1744}, - [3888] = {.lex_state = 1730}, - [3889] = {.lex_state = 1738}, - [3890] = {.lex_state = 1730}, - [3891] = {.lex_state = 1749}, - [3892] = {.lex_state = 1665}, - [3893] = {.lex_state = 51}, - [3894] = {.lex_state = 30}, - [3895] = {.lex_state = 54}, - [3896] = {.lex_state = 1730}, - [3897] = {.lex_state = 1750}, - [3898] = {.lex_state = 1744}, - [3899] = {.lex_state = 1730}, - [3900] = {.lex_state = 1751}, - [3901] = {.lex_state = 1755}, - [3902] = {.lex_state = 1748}, - [3903] = {.lex_state = 1755}, - [3904] = {.lex_state = 54}, - [3905] = {.lex_state = 62}, - [3906] = {.lex_state = 1730}, + [3865] = {.lex_state = 49}, + [3866] = {.lex_state = 1730}, + [3867] = {.lex_state = 1749}, + [3868] = {.lex_state = 1749}, + [3869] = {.lex_state = 1749}, + [3870] = {.lex_state = 1753}, + [3871] = {.lex_state = 1749}, + [3872] = {.lex_state = 1730}, + [3873] = {.lex_state = 1749}, + [3874] = {.lex_state = 1738}, + [3875] = {.lex_state = 1749}, + [3876] = {.lex_state = 1730}, + [3877] = {.lex_state = 1751}, + [3878] = {.lex_state = 1748}, + [3879] = {.lex_state = 1744}, + [3880] = {.lex_state = 1746}, + [3881] = {.lex_state = 1744}, + [3882] = {.lex_state = 53}, + [3883] = {.lex_state = 49}, + [3884] = {.lex_state = 49}, + [3885] = {.lex_state = 1744}, + [3886] = {.lex_state = 1744}, + [3887] = {.lex_state = 1730}, + [3888] = {.lex_state = 1744}, + [3889] = {.lex_state = 49}, + [3890] = {.lex_state = 1748}, + [3891] = {.lex_state = 54}, + [3892] = {.lex_state = 1730}, + [3893] = {.lex_state = 53}, + [3894] = {.lex_state = 54}, + [3895] = {.lex_state = 51}, + [3896] = {.lex_state = 30}, + [3897] = {.lex_state = 62}, + [3898] = {.lex_state = 54}, + [3899] = {.lex_state = 1665}, + [3900] = {.lex_state = 1665}, + [3901] = {.lex_state = 1665}, + [3902] = {.lex_state = 54}, + [3903] = {.lex_state = 1730}, + [3904] = {.lex_state = 30}, + [3905] = {.lex_state = 30}, + [3906] = {.lex_state = 1753}, [3907] = {.lex_state = 1730}, - [3908] = {.lex_state = 1665}, - [3909] = {.lex_state = 56}, - [3910] = {.lex_state = 1750}, - [3911] = {.lex_state = 1665}, - [3912] = {.lex_state = 1750}, - [3913] = {.lex_state = 30}, - [3914] = {.lex_state = 1750}, - [3915] = {.lex_state = 1730}, - [3916] = {.lex_state = 54}, - [3917] = {.lex_state = 62}, - [3918] = {.lex_state = 62}, - [3919] = {.lex_state = 30}, - [3920] = {.lex_state = 1753}, - [3921] = {.lex_state = 62}, - [3922] = {.lex_state = 1748}, - [3923] = {.lex_state = 1730}, - [3924] = {.lex_state = 1730}, - [3925] = {.lex_state = 1750}, - [3926] = {.lex_state = 1750}, - [3927] = {.lex_state = 1730}, - [3928] = {.lex_state = 30}, - [3929] = {.lex_state = 1665}, - [3930] = {.lex_state = 1665}, + [3908] = {.lex_state = 1730}, + [3909] = {.lex_state = 1730}, + [3910] = {.lex_state = 1730}, + [3911] = {.lex_state = 1744}, + [3912] = {.lex_state = 1730}, + [3913] = {.lex_state = 1751}, + [3914] = {.lex_state = 1755}, + [3915] = {.lex_state = 1755}, + [3916] = {.lex_state = 62}, + [3917] = {.lex_state = 1750}, + [3918] = {.lex_state = 56}, + [3919] = {.lex_state = 1750}, + [3920] = {.lex_state = 1748}, + [3921] = {.lex_state = 1730}, + [3922] = {.lex_state = 1730}, + [3923] = {.lex_state = 1750}, + [3924] = {.lex_state = 54}, + [3925] = {.lex_state = 62}, + [3926] = {.lex_state = 30}, + [3927] = {.lex_state = 62}, + [3928] = {.lex_state = 1750}, + [3929] = {.lex_state = 1750}, + [3930] = {.lex_state = 1748}, [3931] = {.lex_state = 1665}, [3932] = {.lex_state = 1665}, [3933] = {.lex_state = 1665}, - [3934] = {.lex_state = 54}, + [3934] = {.lex_state = 1665}, [3935] = {.lex_state = 1665}, - [3936] = {.lex_state = 1769}, - [3937] = {.lex_state = 30}, + [3936] = {.lex_state = 1750}, + [3937] = {.lex_state = 1730}, [3938] = {.lex_state = 1730}, [3939] = {.lex_state = 1730}, - [3940] = {.lex_state = 1755}, + [3940] = {.lex_state = 1665}, [3941] = {.lex_state = 1730}, - [3942] = {.lex_state = 1755}, - [3943] = {.lex_state = 1730}, - [3944] = {.lex_state = 1757}, - [3945] = {.lex_state = 1750}, - [3946] = {.lex_state = 1750}, - [3947] = {.lex_state = 1665}, - [3948] = {.lex_state = 1754}, + [3942] = {.lex_state = 1730}, + [3943] = {.lex_state = 30}, + [3944] = {.lex_state = 1730}, + [3945] = {.lex_state = 1730}, + [3946] = {.lex_state = 1769}, + [3947] = {.lex_state = 1730}, + [3948] = {.lex_state = 1757}, [3949] = {.lex_state = 1730}, - [3950] = {.lex_state = 1665}, - [3951] = {.lex_state = 1665}, + [3950] = {.lex_state = 1769}, + [3951] = {.lex_state = 1757}, [3952] = {.lex_state = 30}, - [3953] = {.lex_state = 30}, - [3954] = {.lex_state = 30}, - [3955] = {.lex_state = 1757}, - [3956] = {.lex_state = 1730}, - [3957] = {.lex_state = 1757}, + [3953] = {.lex_state = 1757}, + [3954] = {.lex_state = 1757}, + [3955] = {.lex_state = 30}, + [3956] = {.lex_state = 1665}, + [3957] = {.lex_state = 1730}, [3958] = {.lex_state = 1730}, - [3959] = {.lex_state = 1730}, + [3959] = {.lex_state = 1750}, [3960] = {.lex_state = 1730}, [3961] = {.lex_state = 1730}, - [3962] = {.lex_state = 30}, - [3963] = {.lex_state = 1757}, + [3962] = {.lex_state = 1730}, + [3963] = {.lex_state = 1730}, [3964] = {.lex_state = 1730}, [3965] = {.lex_state = 1730}, [3966] = {.lex_state = 1730}, - [3967] = {.lex_state = 1730}, - [3968] = {.lex_state = 1757}, - [3969] = {.lex_state = 1730}, - [3970] = {.lex_state = 1757}, + [3967] = {.lex_state = 1757}, + [3968] = {.lex_state = 57}, + [3969] = {.lex_state = 30}, + [3970] = {.lex_state = 1730}, [3971] = {.lex_state = 1730}, - [3972] = {.lex_state = 1730}, - [3973] = {.lex_state = 1757}, + [3972] = {.lex_state = 1750}, + [3973] = {.lex_state = 57}, [3974] = {.lex_state = 1730}, - [3975] = {.lex_state = 1757}, - [3976] = {.lex_state = 1757}, - [3977] = {.lex_state = 1730}, - [3978] = {.lex_state = 30}, - [3979] = {.lex_state = 1769}, - [3980] = {.lex_state = 1730}, - [3981] = {.lex_state = 1665}, - [3982] = {.lex_state = 1750}, - [3983] = {.lex_state = 1730}, - [3984] = {.lex_state = 57}, - [3985] = {.lex_state = 1665}, - [3986] = {.lex_state = 1750}, - [3987] = {.lex_state = 30}, - [3988] = {.lex_state = 57}, - [3989] = {.lex_state = 30}, - [3990] = {.lex_state = 1730}, - [3991] = {.lex_state = 1730}, + [3975] = {.lex_state = 1730}, + [3976] = {.lex_state = 1730}, + [3977] = {.lex_state = 1757}, + [3978] = {.lex_state = 1750}, + [3979] = {.lex_state = 1757}, + [3980] = {.lex_state = 1754}, + [3981] = {.lex_state = 1730}, + [3982] = {.lex_state = 1769}, + [3983] = {.lex_state = 30}, + [3984] = {.lex_state = 30}, + [3985] = {.lex_state = 1730}, + [3986] = {.lex_state = 30}, + [3987] = {.lex_state = 1665}, + [3988] = {.lex_state = 1750}, + [3989] = {.lex_state = 1665}, + [3990] = {.lex_state = 1665}, + [3991] = {.lex_state = 1665}, [3992] = {.lex_state = 1665}, - [3993] = {.lex_state = 1730}, - [3994] = {.lex_state = 1665}, - [3995] = {.lex_state = 1665}, - [3996] = {.lex_state = 1665}, - [3997] = {.lex_state = 1750}, - [3998] = {.lex_state = 1730}, + [3993] = {.lex_state = 1665}, + [3994] = {.lex_state = 1730}, + [3995] = {.lex_state = 1730}, + [3996] = {.lex_state = 30}, + [3997] = {.lex_state = 1730}, + [3998] = {.lex_state = 30}, [3999] = {.lex_state = 1665}, - [4000] = {.lex_state = 1730}, + [4000] = {.lex_state = 1755}, [4001] = {.lex_state = 1730}, - [4002] = {.lex_state = 1750}, - [4003] = {.lex_state = 1769}, - [4004] = {.lex_state = 1769}, - [4005] = {.lex_state = 1730}, - [4006] = {.lex_state = 30}, - [4007] = {.lex_state = 1752}, + [4002] = {.lex_state = 1769}, + [4003] = {.lex_state = 1750}, + [4004] = {.lex_state = 1752}, + [4005] = {.lex_state = 1755}, + [4006] = {.lex_state = 1665}, + [4007] = {.lex_state = 1757}, [4008] = {.lex_state = 1730}, [4009] = {.lex_state = 1730}, [4010] = {.lex_state = 1730}, - [4011] = {.lex_state = 1730}, - [4012] = {.lex_state = 30}, - [4013] = {.lex_state = 1730}, - [4014] = {.lex_state = 1730}, - [4015] = {.lex_state = 30}, + [4011] = {.lex_state = 1769}, + [4012] = {.lex_state = 1750}, + [4013] = {.lex_state = 30}, + [4014] = {.lex_state = 1665}, + [4015] = {.lex_state = 1730}, [4016] = {.lex_state = 1730}, [4017] = {.lex_state = 1730}, - [4018] = {.lex_state = 1769}, - [4019] = {.lex_state = 1730}, - [4020] = {.lex_state = 1740}, - [4021] = {.lex_state = 244, .external_lex_state = 2}, + [4018] = {.lex_state = 1730}, + [4019] = {.lex_state = 1757}, + [4020] = {.lex_state = 30}, + [4021] = {.lex_state = 1757}, [4022] = {.lex_state = 1730}, [4023] = {.lex_state = 1730}, [4024] = {.lex_state = 1730}, - [4025] = {.lex_state = 1756}, + [4025] = {.lex_state = 1730}, [4026] = {.lex_state = 1730}, [4027] = {.lex_state = 1730}, - [4028] = {.lex_state = 1730}, - [4029] = {.lex_state = 30}, - [4030] = {.lex_state = 1757}, - [4031] = {.lex_state = 30}, - [4032] = {.lex_state = 30}, - [4033] = {.lex_state = 1757}, - [4034] = {.lex_state = 1740}, - [4035] = {.lex_state = 1730}, - [4036] = {.lex_state = 1730}, - [4037] = {.lex_state = 1740}, - [4038] = {.lex_state = 1730}, - [4039] = {.lex_state = 1730}, - [4040] = {.lex_state = 1665}, - [4041] = {.lex_state = 1769}, - [4042] = {.lex_state = 1769}, - [4043] = {.lex_state = 1769}, - [4044] = {.lex_state = 244, .external_lex_state = 2}, - [4045] = {.lex_state = 1757}, - [4046] = {.lex_state = 1740}, - [4047] = {.lex_state = 1730}, - [4048] = {.lex_state = 1730}, - [4049] = {.lex_state = 1756}, - [4050] = {.lex_state = 1730}, - [4051] = {.lex_state = 1769}, - [4052] = {.lex_state = 1730}, - [4053] = {.lex_state = 1730}, - [4054] = {.lex_state = 30}, + [4028] = {.lex_state = 1756}, + [4029] = {.lex_state = 1736}, + [4030] = {.lex_state = 1730}, + [4031] = {.lex_state = 1730}, + [4032] = {.lex_state = 244, .external_lex_state = 2}, + [4033] = {.lex_state = 1736}, + [4034] = {.lex_state = 30}, + [4035] = {.lex_state = 1769}, + [4036] = {.lex_state = 1757}, + [4037] = {.lex_state = 1752}, + [4038] = {.lex_state = 1757}, + [4039] = {.lex_state = 1757}, + [4040] = {.lex_state = 55}, + [4041] = {.lex_state = 1757}, + [4042] = {.lex_state = 1757}, + [4043] = {.lex_state = 1730}, + [4044] = {.lex_state = 1736}, + [4045] = {.lex_state = 1730}, + [4046] = {.lex_state = 1665}, + [4047] = {.lex_state = 30}, + [4048] = {.lex_state = 55}, + [4049] = {.lex_state = 1757}, + [4050] = {.lex_state = 1757}, + [4051] = {.lex_state = 1730}, + [4052] = {.lex_state = 1665}, + [4053] = {.lex_state = 1665}, + [4054] = {.lex_state = 1730}, [4055] = {.lex_state = 1730}, - [4056] = {.lex_state = 55}, - [4057] = {.lex_state = 1730}, - [4058] = {.lex_state = 1730}, - [4059] = {.lex_state = 1757}, + [4056] = {.lex_state = 1730}, + [4057] = {.lex_state = 1769}, + [4058] = {.lex_state = 1757}, + [4059] = {.lex_state = 244, .external_lex_state = 2}, [4060] = {.lex_state = 55}, - [4061] = {.lex_state = 1730}, - [4062] = {.lex_state = 1730}, + [4061] = {.lex_state = 55}, + [4062] = {.lex_state = 55}, [4063] = {.lex_state = 55}, - [4064] = {.lex_state = 55}, - [4065] = {.lex_state = 1740}, - [4066] = {.lex_state = 1730}, - [4067] = {.lex_state = 1730}, - [4068] = {.lex_state = 1740}, - [4069] = {.lex_state = 1730}, + [4064] = {.lex_state = 1730}, + [4065] = {.lex_state = 1730}, + [4066] = {.lex_state = 1757}, + [4067] = {.lex_state = 30}, + [4068] = {.lex_state = 1736}, + [4069] = {.lex_state = 1736}, [4070] = {.lex_state = 1665}, - [4071] = {.lex_state = 1757}, - [4072] = {.lex_state = 1730}, - [4073] = {.lex_state = 30}, - [4074] = {.lex_state = 1757}, - [4075] = {.lex_state = 1757}, - [4076] = {.lex_state = 1757}, - [4077] = {.lex_state = 1757}, - [4078] = {.lex_state = 1769}, + [4071] = {.lex_state = 1769}, + [4072] = {.lex_state = 1769}, + [4073] = {.lex_state = 1730}, + [4074] = {.lex_state = 30}, + [4075] = {.lex_state = 1754}, + [4076] = {.lex_state = 30}, + [4077] = {.lex_state = 30}, + [4078] = {.lex_state = 1730}, [4079] = {.lex_state = 30}, - [4080] = {.lex_state = 244, .external_lex_state = 2}, - [4081] = {.lex_state = 1740}, - [4082] = {.lex_state = 1752}, - [4083] = {.lex_state = 30}, - [4084] = {.lex_state = 1730}, - [4085] = {.lex_state = 30}, - [4086] = {.lex_state = 30}, - [4087] = {.lex_state = 1740}, - [4088] = {.lex_state = 30}, - [4089] = {.lex_state = 30}, - [4090] = {.lex_state = 1665}, - [4091] = {.lex_state = 244, .external_lex_state = 2}, - [4092] = {.lex_state = 55}, + [4080] = {.lex_state = 1736}, + [4081] = {.lex_state = 1736}, + [4082] = {.lex_state = 1730}, + [4083] = {.lex_state = 1736}, + [4084] = {.lex_state = 30}, + [4085] = {.lex_state = 1730}, + [4086] = {.lex_state = 1736}, + [4087] = {.lex_state = 1730}, + [4088] = {.lex_state = 1730}, + [4089] = {.lex_state = 1730}, + [4090] = {.lex_state = 1736}, + [4091] = {.lex_state = 1756}, + [4092] = {.lex_state = 30}, [4093] = {.lex_state = 1730}, - [4094] = {.lex_state = 1740}, - [4095] = {.lex_state = 1740}, - [4096] = {.lex_state = 1740}, - [4097] = {.lex_state = 1757}, - [4098] = {.lex_state = 1665}, + [4094] = {.lex_state = 30}, + [4095] = {.lex_state = 30}, + [4096] = {.lex_state = 244, .external_lex_state = 2}, + [4097] = {.lex_state = 244, .external_lex_state = 2}, + [4098] = {.lex_state = 1736}, [4099] = {.lex_state = 1730}, [4100] = {.lex_state = 1730}, - [4101] = {.lex_state = 1665}, - [4102] = {.lex_state = 30}, - [4103] = {.lex_state = 1754}, + [4101] = {.lex_state = 30}, + [4102] = {.lex_state = 1730}, + [4103] = {.lex_state = 1730}, [4104] = {.lex_state = 1730}, - [4105] = {.lex_state = 55}, - [4106] = {.lex_state = 1627}, - [4107] = {.lex_state = 30}, - [4108] = {.lex_state = 1770}, - [4109] = {.lex_state = 30}, - [4110] = {.lex_state = 30}, - [4111] = {.lex_state = 30}, - [4112] = {.lex_state = 30}, - [4113] = {.lex_state = 1758}, - [4114] = {.lex_state = 30}, - [4115] = {.lex_state = 58}, - [4116] = {.lex_state = 1740}, - [4117] = {.lex_state = 1740}, - [4118] = {.lex_state = 1740}, + [4105] = {.lex_state = 1665}, + [4106] = {.lex_state = 1730}, + [4107] = {.lex_state = 1769}, + [4108] = {.lex_state = 1736}, + [4109] = {.lex_state = 1627}, + [4110] = {.lex_state = 1627}, + [4111] = {.lex_state = 1627}, + [4112] = {.lex_state = 1756}, + [4113] = {.lex_state = 1627}, + [4114] = {.lex_state = 1627}, + [4115] = {.lex_state = 1627}, + [4116] = {.lex_state = 1627}, + [4117] = {.lex_state = 1627}, + [4118] = {.lex_state = 1758}, [4119] = {.lex_state = 1627}, - [4120] = {.lex_state = 30}, + [4120] = {.lex_state = 1627}, [4121] = {.lex_state = 1627}, - [4122] = {.lex_state = 1770}, - [4123] = {.lex_state = 1767}, - [4124] = {.lex_state = 1770}, - [4125] = {.lex_state = 30}, - [4126] = {.lex_state = 1665}, + [4122] = {.lex_state = 1627}, + [4123] = {.lex_state = 1627}, + [4124] = {.lex_state = 1627}, + [4125] = {.lex_state = 1627}, + [4126] = {.lex_state = 30}, [4127] = {.lex_state = 1627}, - [4128] = {.lex_state = 1627}, + [4128] = {.lex_state = 1770}, [4129] = {.lex_state = 1627}, - [4130] = {.lex_state = 1627}, + [4130] = {.lex_state = 1660}, [4131] = {.lex_state = 1627}, - [4132] = {.lex_state = 1627}, + [4132] = {.lex_state = 1770}, [4133] = {.lex_state = 1627}, [4134] = {.lex_state = 1627}, [4135] = {.lex_state = 1627}, [4136] = {.lex_state = 1627}, [4137] = {.lex_state = 1627}, - [4138] = {.lex_state = 1725}, - [4139] = {.lex_state = 1665}, - [4140] = {.lex_state = 1740}, + [4138] = {.lex_state = 1627}, + [4139] = {.lex_state = 1758}, + [4140] = {.lex_state = 1627}, [4141] = {.lex_state = 1627}, [4142] = {.lex_state = 1627}, [4143] = {.lex_state = 1627}, @@ -64682,11 +64700,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4157] = {.lex_state = 1627}, [4158] = {.lex_state = 1627}, [4159] = {.lex_state = 1627}, - [4160] = {.lex_state = 1627}, + [4160] = {.lex_state = 30}, [4161] = {.lex_state = 1627}, [4162] = {.lex_state = 1627}, [4163] = {.lex_state = 1627}, - [4164] = {.lex_state = 1627}, + [4164] = {.lex_state = 58}, [4165] = {.lex_state = 1627}, [4166] = {.lex_state = 1627}, [4167] = {.lex_state = 1627}, @@ -64694,12 +64712,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4169] = {.lex_state = 1627}, [4170] = {.lex_state = 1627}, [4171] = {.lex_state = 1627}, - [4172] = {.lex_state = 1627}, - [4173] = {.lex_state = 1758}, + [4172] = {.lex_state = 1770}, + [4173] = {.lex_state = 1756}, [4174] = {.lex_state = 1627}, [4175] = {.lex_state = 1627}, [4176] = {.lex_state = 1627}, - [4177] = {.lex_state = 1665}, + [4177] = {.lex_state = 1627}, [4178] = {.lex_state = 1627}, [4179] = {.lex_state = 1627}, [4180] = {.lex_state = 1627}, @@ -64709,750 +64727,750 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4184] = {.lex_state = 1627}, [4185] = {.lex_state = 1627}, [4186] = {.lex_state = 1627}, - [4187] = {.lex_state = 1758}, + [4187] = {.lex_state = 1627}, [4188] = {.lex_state = 1627}, [4189] = {.lex_state = 1627}, [4190] = {.lex_state = 1627}, - [4191] = {.lex_state = 1740}, - [4192] = {.lex_state = 1627}, + [4191] = {.lex_state = 30}, + [4192] = {.lex_state = 30}, [4193] = {.lex_state = 1627}, [4194] = {.lex_state = 1627}, - [4195] = {.lex_state = 1627}, + [4195] = {.lex_state = 1736}, [4196] = {.lex_state = 1627}, [4197] = {.lex_state = 1627}, - [4198] = {.lex_state = 1627}, + [4198] = {.lex_state = 1770}, [4199] = {.lex_state = 1627}, - [4200] = {.lex_state = 1758}, + [4200] = {.lex_state = 1627}, [4201] = {.lex_state = 1627}, - [4202] = {.lex_state = 1627}, - [4203] = {.lex_state = 30}, + [4202] = {.lex_state = 1736}, + [4203] = {.lex_state = 1758}, [4204] = {.lex_state = 1627}, [4205] = {.lex_state = 1627}, - [4206] = {.lex_state = 1627}, + [4206] = {.lex_state = 1736}, [4207] = {.lex_state = 1627}, - [4208] = {.lex_state = 43}, - [4209] = {.lex_state = 1627}, - [4210] = {.lex_state = 1770}, - [4211] = {.lex_state = 1660}, + [4208] = {.lex_state = 1627}, + [4209] = {.lex_state = 1665}, + [4210] = {.lex_state = 59}, + [4211] = {.lex_state = 1627}, [4212] = {.lex_state = 1627}, [4213] = {.lex_state = 1627}, [4214] = {.lex_state = 1758}, [4215] = {.lex_state = 1627}, [4216] = {.lex_state = 1627}, [4217] = {.lex_state = 1627}, - [4218] = {.lex_state = 1627}, - [4219] = {.lex_state = 1627}, - [4220] = {.lex_state = 1725}, - [4221] = {.lex_state = 1725}, + [4218] = {.lex_state = 30}, + [4219] = {.lex_state = 30}, + [4220] = {.lex_state = 30}, + [4221] = {.lex_state = 1627}, [4222] = {.lex_state = 1627}, - [4223] = {.lex_state = 1730}, + [4223] = {.lex_state = 30}, [4224] = {.lex_state = 1627}, - [4225] = {.lex_state = 1627}, + [4225] = {.lex_state = 1725}, [4226] = {.lex_state = 1627}, [4227] = {.lex_state = 1627}, [4228] = {.lex_state = 1627}, - [4229] = {.lex_state = 1627}, - [4230] = {.lex_state = 1725}, - [4231] = {.lex_state = 1725}, + [4229] = {.lex_state = 30}, + [4230] = {.lex_state = 1627}, + [4231] = {.lex_state = 1770}, [4232] = {.lex_state = 30}, - [4233] = {.lex_state = 1756}, - [4234] = {.lex_state = 1627}, - [4235] = {.lex_state = 1627}, + [4233] = {.lex_state = 1627}, + [4234] = {.lex_state = 30}, + [4235] = {.lex_state = 30}, [4236] = {.lex_state = 1627}, [4237] = {.lex_state = 1627}, - [4238] = {.lex_state = 1740}, + [4238] = {.lex_state = 1627}, [4239] = {.lex_state = 1627}, [4240] = {.lex_state = 1627}, [4241] = {.lex_state = 1627}, - [4242] = {.lex_state = 1627}, - [4243] = {.lex_state = 1627}, - [4244] = {.lex_state = 1757}, + [4242] = {.lex_state = 1752}, + [4243] = {.lex_state = 30}, + [4244] = {.lex_state = 1758}, [4245] = {.lex_state = 1627}, [4246] = {.lex_state = 1627}, [4247] = {.lex_state = 1627}, [4248] = {.lex_state = 1627}, - [4249] = {.lex_state = 1770}, - [4250] = {.lex_state = 1627}, - [4251] = {.lex_state = 1756}, - [4252] = {.lex_state = 1758}, + [4249] = {.lex_state = 1736}, + [4250] = {.lex_state = 43}, + [4251] = {.lex_state = 1758}, + [4252] = {.lex_state = 1627}, [4253] = {.lex_state = 30}, - [4254] = {.lex_state = 43}, - [4255] = {.lex_state = 1627}, - [4256] = {.lex_state = 1627}, - [4257] = {.lex_state = 59}, - [4258] = {.lex_state = 30}, - [4259] = {.lex_state = 1740}, - [4260] = {.lex_state = 1627}, - [4261] = {.lex_state = 1627}, - [4262] = {.lex_state = 1627}, + [4254] = {.lex_state = 1627}, + [4255] = {.lex_state = 30}, + [4256] = {.lex_state = 30}, + [4257] = {.lex_state = 1627}, + [4258] = {.lex_state = 1627}, + [4259] = {.lex_state = 1736}, + [4260] = {.lex_state = 1736}, + [4261] = {.lex_state = 43}, + [4262] = {.lex_state = 1736}, [4263] = {.lex_state = 1627}, [4264] = {.lex_state = 1627}, - [4265] = {.lex_state = 1627}, + [4265] = {.lex_state = 1758}, [4266] = {.lex_state = 1627}, [4267] = {.lex_state = 1627}, - [4268] = {.lex_state = 1627}, + [4268] = {.lex_state = 1736}, [4269] = {.lex_state = 1627}, [4270] = {.lex_state = 1627}, - [4271] = {.lex_state = 1627}, + [4271] = {.lex_state = 1665}, [4272] = {.lex_state = 1627}, [4273] = {.lex_state = 1627}, - [4274] = {.lex_state = 1627}, - [4275] = {.lex_state = 1627}, - [4276] = {.lex_state = 1752}, + [4274] = {.lex_state = 30}, + [4275] = {.lex_state = 1725}, + [4276] = {.lex_state = 30}, [4277] = {.lex_state = 30}, - [4278] = {.lex_state = 30}, - [4279] = {.lex_state = 30}, - [4280] = {.lex_state = 1740}, - [4281] = {.lex_state = 1740}, - [4282] = {.lex_state = 1740}, - [4283] = {.lex_state = 1627}, - [4284] = {.lex_state = 1627}, - [4285] = {.lex_state = 1758}, - [4286] = {.lex_state = 30}, - [4287] = {.lex_state = 1758}, - [4288] = {.lex_state = 1740}, - [4289] = {.lex_state = 30}, - [4290] = {.lex_state = 30}, - [4291] = {.lex_state = 30}, + [4278] = {.lex_state = 1627}, + [4279] = {.lex_state = 1758}, + [4280] = {.lex_state = 1627}, + [4281] = {.lex_state = 30}, + [4282] = {.lex_state = 1627}, + [4283] = {.lex_state = 30}, + [4284] = {.lex_state = 1730}, + [4285] = {.lex_state = 30}, + [4286] = {.lex_state = 1725}, + [4287] = {.lex_state = 1627}, + [4288] = {.lex_state = 1725}, + [4289] = {.lex_state = 1627}, + [4290] = {.lex_state = 1736}, + [4291] = {.lex_state = 1725}, [4292] = {.lex_state = 30}, - [4293] = {.lex_state = 30}, - [4294] = {.lex_state = 30}, - [4295] = {.lex_state = 30}, - [4296] = {.lex_state = 1758}, - [4297] = {.lex_state = 1627}, - [4298] = {.lex_state = 30}, - [4299] = {.lex_state = 30}, + [4293] = {.lex_state = 1627}, + [4294] = {.lex_state = 1736}, + [4295] = {.lex_state = 1757}, + [4296] = {.lex_state = 1627}, + [4297] = {.lex_state = 1767}, + [4298] = {.lex_state = 1665}, + [4299] = {.lex_state = 1758}, [4300] = {.lex_state = 1627}, [4301] = {.lex_state = 1627}, - [4302] = {.lex_state = 30}, - [4303] = {.lex_state = 1627}, - [4304] = {.lex_state = 1627}, - [4305] = {.lex_state = 1627}, - [4306] = {.lex_state = 1767}, + [4302] = {.lex_state = 1697}, + [4303] = {.lex_state = 30}, + [4304] = {.lex_state = 30}, + [4305] = {.lex_state = 1730}, + [4306] = {.lex_state = 1627}, [4307] = {.lex_state = 1627}, [4308] = {.lex_state = 1627}, - [4309] = {.lex_state = 1758}, - [4310] = {.lex_state = 30}, - [4311] = {.lex_state = 1627}, - [4312] = {.lex_state = 1758}, - [4313] = {.lex_state = 1627}, + [4309] = {.lex_state = 30}, + [4310] = {.lex_state = 1770}, + [4311] = {.lex_state = 1758}, + [4312] = {.lex_state = 60}, + [4313] = {.lex_state = 1760}, [4314] = {.lex_state = 1627}, - [4315] = {.lex_state = 1758}, - [4316] = {.lex_state = 30}, - [4317] = {.lex_state = 1725}, - [4318] = {.lex_state = 30}, - [4319] = {.lex_state = 1725}, - [4320] = {.lex_state = 1627}, - [4321] = {.lex_state = 1770}, - [4322] = {.lex_state = 1697}, - [4323] = {.lex_state = 1770}, - [4324] = {.lex_state = 1627}, - [4325] = {.lex_state = 60}, - [4326] = {.lex_state = 1627}, + [4315] = {.lex_state = 1725}, + [4316] = {.lex_state = 1627}, + [4317] = {.lex_state = 1627}, + [4318] = {.lex_state = 60}, + [4319] = {.lex_state = 1758}, + [4320] = {.lex_state = 1725}, + [4321] = {.lex_state = 1759}, + [4322] = {.lex_state = 1627}, + [4323] = {.lex_state = 30}, + [4324] = {.lex_state = 30}, + [4325] = {.lex_state = 30}, + [4326] = {.lex_state = 30}, [4327] = {.lex_state = 30}, - [4328] = {.lex_state = 1760}, + [4328] = {.lex_state = 1627}, [4329] = {.lex_state = 1697}, [4330] = {.lex_state = 30}, - [4331] = {.lex_state = 30}, - [4332] = {.lex_state = 1770}, + [4331] = {.lex_state = 1770}, + [4332] = {.lex_state = 1758}, [4333] = {.lex_state = 1627}, - [4334] = {.lex_state = 1694}, - [4335] = {.lex_state = 60}, - [4336] = {.lex_state = 30}, - [4337] = {.lex_state = 1759}, - [4338] = {.lex_state = 1627}, - [4339] = {.lex_state = 1627}, - [4340] = {.lex_state = 1627}, - [4341] = {.lex_state = 30}, - [4342] = {.lex_state = 30}, + [4334] = {.lex_state = 30}, + [4335] = {.lex_state = 1694}, + [4336] = {.lex_state = 1752}, + [4337] = {.lex_state = 1758}, + [4338] = {.lex_state = 30}, + [4339] = {.lex_state = 30}, + [4340] = {.lex_state = 30}, + [4341] = {.lex_state = 1627}, + [4342] = {.lex_state = 1694}, [4343] = {.lex_state = 30}, - [4344] = {.lex_state = 1697}, - [4345] = {.lex_state = 1730}, - [4346] = {.lex_state = 1730}, - [4347] = {.lex_state = 1758}, - [4348] = {.lex_state = 30}, - [4349] = {.lex_state = 30}, - [4350] = {.lex_state = 1758}, - [4351] = {.lex_state = 1627}, - [4352] = {.lex_state = 1730}, + [4344] = {.lex_state = 30}, + [4345] = {.lex_state = 1627}, + [4346] = {.lex_state = 1627}, + [4347] = {.lex_state = 1730}, + [4348] = {.lex_state = 1730}, + [4349] = {.lex_state = 1725}, + [4350] = {.lex_state = 30}, + [4351] = {.lex_state = 1770}, + [4352] = {.lex_state = 30}, [4353] = {.lex_state = 1627}, - [4354] = {.lex_state = 1694}, - [4355] = {.lex_state = 1725}, - [4356] = {.lex_state = 1697}, - [4357] = {.lex_state = 30}, - [4358] = {.lex_state = 30}, - [4359] = {.lex_state = 1758}, + [4354] = {.lex_state = 30}, + [4355] = {.lex_state = 1627}, + [4356] = {.lex_state = 1627}, + [4357] = {.lex_state = 1697}, + [4358] = {.lex_state = 1725}, + [4359] = {.lex_state = 1697}, [4360] = {.lex_state = 30}, [4361] = {.lex_state = 1697}, - [4362] = {.lex_state = 1627}, - [4363] = {.lex_state = 1770}, + [4362] = {.lex_state = 30}, + [4363] = {.lex_state = 1725}, [4364] = {.lex_state = 1725}, - [4365] = {.lex_state = 1725}, - [4366] = {.lex_state = 1725}, - [4367] = {.lex_state = 30}, - [4368] = {.lex_state = 1758}, - [4369] = {.lex_state = 30}, + [4365] = {.lex_state = 1627}, + [4366] = {.lex_state = 1627}, + [4367] = {.lex_state = 1758}, + [4368] = {.lex_state = 30}, + [4369] = {.lex_state = 1627}, [4370] = {.lex_state = 30}, - [4371] = {.lex_state = 30}, - [4372] = {.lex_state = 1752}, - [4373] = {.lex_state = 30}, + [4371] = {.lex_state = 1758}, + [4372] = {.lex_state = 1627}, + [4373] = {.lex_state = 1767}, [4374] = {.lex_state = 1725}, - [4375] = {.lex_state = 1770}, - [4376] = {.lex_state = 30}, - [4377] = {.lex_state = 1627}, - [4378] = {.lex_state = 1627}, - [4379] = {.lex_state = 1758}, - [4380] = {.lex_state = 1758}, - [4381] = {.lex_state = 1627}, - [4382] = {.lex_state = 1725}, - [4383] = {.lex_state = 1758}, - [4384] = {.lex_state = 55}, - [4385] = {.lex_state = 1697}, - [4386] = {.lex_state = 61}, - [4387] = {.lex_state = 1697}, + [4375] = {.lex_state = 1758}, + [4376] = {.lex_state = 1627}, + [4377] = {.lex_state = 1758}, + [4378] = {.lex_state = 1758}, + [4379] = {.lex_state = 1770}, + [4380] = {.lex_state = 30}, + [4381] = {.lex_state = 1758}, + [4382] = {.lex_state = 1627}, + [4383] = {.lex_state = 30}, + [4384] = {.lex_state = 1725}, + [4385] = {.lex_state = 1770}, + [4386] = {.lex_state = 1697}, + [4387] = {.lex_state = 61}, [4388] = {.lex_state = 1697}, - [4389] = {.lex_state = 1627}, - [4390] = {.lex_state = 1694}, - [4391] = {.lex_state = 55}, - [4392] = {.lex_state = 55}, - [4393] = {.lex_state = 1697}, - [4394] = {.lex_state = 1697}, + [4389] = {.lex_state = 1730}, + [4390] = {.lex_state = 1697}, + [4391] = {.lex_state = 1694}, + [4392] = {.lex_state = 1697}, + [4393] = {.lex_state = 1730}, + [4394] = {.lex_state = 1725}, [4395] = {.lex_state = 1697}, - [4396] = {.lex_state = 1627}, - [4397] = {.lex_state = 1697}, - [4398] = {.lex_state = 1697}, + [4396] = {.lex_state = 1694}, + [4397] = {.lex_state = 78}, + [4398] = {.lex_state = 78}, [4399] = {.lex_state = 1697}, - [4400] = {.lex_state = 55}, - [4401] = {.lex_state = 55}, - [4402] = {.lex_state = 1697}, + [4400] = {.lex_state = 1697}, + [4401] = {.lex_state = 1697}, + [4402] = {.lex_state = 1694}, [4403] = {.lex_state = 1697}, [4404] = {.lex_state = 1697}, [4405] = {.lex_state = 1697}, - [4406] = {.lex_state = 61}, + [4406] = {.lex_state = 1627}, [4407] = {.lex_state = 1697}, [4408] = {.lex_state = 1697}, - [4409] = {.lex_state = 1627}, + [4409] = {.lex_state = 1697}, [4410] = {.lex_state = 1697}, - [4411] = {.lex_state = 1694}, + [4411] = {.lex_state = 1697}, [4412] = {.lex_state = 1697}, - [4413] = {.lex_state = 1697}, - [4414] = {.lex_state = 1697}, + [4413] = {.lex_state = 1627}, + [4414] = {.lex_state = 1627}, [4415] = {.lex_state = 1697}, - [4416] = {.lex_state = 55}, + [4416] = {.lex_state = 1697}, [4417] = {.lex_state = 1697}, [4418] = {.lex_state = 1697}, [4419] = {.lex_state = 1697}, [4420] = {.lex_state = 1697}, - [4421] = {.lex_state = 1697}, - [4422] = {.lex_state = 1694}, + [4421] = {.lex_state = 43}, + [4422] = {.lex_state = 1627}, [4423] = {.lex_state = 1697}, [4424] = {.lex_state = 1697}, - [4425] = {.lex_state = 1627}, + [4425] = {.lex_state = 1697}, [4426] = {.lex_state = 1697}, - [4427] = {.lex_state = 1627}, - [4428] = {.lex_state = 78}, + [4427] = {.lex_state = 1697}, + [4428] = {.lex_state = 1730}, [4429] = {.lex_state = 1697}, - [4430] = {.lex_state = 1697}, - [4431] = {.lex_state = 1697}, - [4432] = {.lex_state = 78}, + [4430] = {.lex_state = 55}, + [4431] = {.lex_state = 61}, + [4432] = {.lex_state = 1697}, [4433] = {.lex_state = 1697}, [4434] = {.lex_state = 1697}, - [4435] = {.lex_state = 1697}, - [4436] = {.lex_state = 1697}, - [4437] = {.lex_state = 1694}, - [4438] = {.lex_state = 1697}, - [4439] = {.lex_state = 1697}, - [4440] = {.lex_state = 78}, + [4435] = {.lex_state = 1694}, + [4436] = {.lex_state = 61}, + [4437] = {.lex_state = 1697}, + [4438] = {.lex_state = 1627}, + [4439] = {.lex_state = 1694}, + [4440] = {.lex_state = 1694}, [4441] = {.lex_state = 1697}, [4442] = {.lex_state = 1697}, [4443] = {.lex_state = 1697}, [4444] = {.lex_state = 1697}, [4445] = {.lex_state = 1697}, - [4446] = {.lex_state = 1725}, - [4447] = {.lex_state = 1697}, - [4448] = {.lex_state = 61}, + [4446] = {.lex_state = 30}, + [4447] = {.lex_state = 1760}, + [4448] = {.lex_state = 30}, [4449] = {.lex_state = 1697}, [4450] = {.lex_state = 1697}, - [4451] = {.lex_state = 1697}, - [4452] = {.lex_state = 1697}, - [4453] = {.lex_state = 1697}, - [4454] = {.lex_state = 1627}, - [4455] = {.lex_state = 43}, + [4451] = {.lex_state = 30}, + [4452] = {.lex_state = 30}, + [4453] = {.lex_state = 1725}, + [4454] = {.lex_state = 1697}, + [4455] = {.lex_state = 1697}, [4456] = {.lex_state = 1697}, - [4457] = {.lex_state = 1694}, + [4457] = {.lex_state = 43}, [4458] = {.lex_state = 1694}, - [4459] = {.lex_state = 1725}, - [4460] = {.lex_state = 1694}, - [4461] = {.lex_state = 1627}, - [4462] = {.lex_state = 1627}, - [4463] = {.lex_state = 78}, - [4464] = {.lex_state = 55}, - [4465] = {.lex_state = 30}, - [4466] = {.lex_state = 55}, - [4467] = {.lex_state = 43}, - [4468] = {.lex_state = 1694}, + [4459] = {.lex_state = 1694}, + [4460] = {.lex_state = 1697}, + [4461] = {.lex_state = 1694}, + [4462] = {.lex_state = 1694}, + [4463] = {.lex_state = 1627}, + [4464] = {.lex_state = 1697}, + [4465] = {.lex_state = 1759}, + [4466] = {.lex_state = 1761}, + [4467] = {.lex_state = 1697}, + [4468] = {.lex_state = 61}, [4469] = {.lex_state = 1697}, - [4470] = {.lex_state = 1730}, - [4471] = {.lex_state = 30}, - [4472] = {.lex_state = 1697}, - [4473] = {.lex_state = 1697}, - [4474] = {.lex_state = 1697}, - [4475] = {.lex_state = 1760}, - [4476] = {.lex_state = 1697}, + [4470] = {.lex_state = 1697}, + [4471] = {.lex_state = 1697}, + [4472] = {.lex_state = 61}, + [4473] = {.lex_state = 1761}, + [4474] = {.lex_state = 61}, + [4475] = {.lex_state = 1627}, + [4476] = {.lex_state = 61}, [4477] = {.lex_state = 1697}, - [4478] = {.lex_state = 1759}, - [4479] = {.lex_state = 1761}, - [4480] = {.lex_state = 61}, + [4478] = {.lex_state = 61}, + [4479] = {.lex_state = 1730}, + [4480] = {.lex_state = 1697}, [4481] = {.lex_state = 1697}, [4482] = {.lex_state = 1697}, - [4483] = {.lex_state = 1694}, + [4483] = {.lex_state = 1697}, [4484] = {.lex_state = 1697}, - [4485] = {.lex_state = 30}, - [4486] = {.lex_state = 30}, - [4487] = {.lex_state = 61}, - [4488] = {.lex_state = 30}, - [4489] = {.lex_state = 1761}, - [4490] = {.lex_state = 1694}, - [4491] = {.lex_state = 1627}, - [4492] = {.lex_state = 61}, - [4493] = {.lex_state = 61}, - [4494] = {.lex_state = 1725}, - [4495] = {.lex_state = 1694}, - [4496] = {.lex_state = 1627}, - [4497] = {.lex_state = 1697}, - [4498] = {.lex_state = 30}, + [4485] = {.lex_state = 1694}, + [4486] = {.lex_state = 1627}, + [4487] = {.lex_state = 1627}, + [4488] = {.lex_state = 1697}, + [4489] = {.lex_state = 1694}, + [4490] = {.lex_state = 1697}, + [4491] = {.lex_state = 1697}, + [4492] = {.lex_state = 1697}, + [4493] = {.lex_state = 1697}, + [4494] = {.lex_state = 1697}, + [4495] = {.lex_state = 1697}, + [4496] = {.lex_state = 1697}, + [4497] = {.lex_state = 1627}, + [4498] = {.lex_state = 1697}, [4499] = {.lex_state = 1697}, - [4500] = {.lex_state = 1758}, + [4500] = {.lex_state = 1697}, [4501] = {.lex_state = 1697}, - [4502] = {.lex_state = 1697}, - [4503] = {.lex_state = 1730}, - [4504] = {.lex_state = 78}, - [4505] = {.lex_state = 1694}, - [4506] = {.lex_state = 1697}, - [4507] = {.lex_state = 58}, - [4508] = {.lex_state = 1697}, - [4509] = {.lex_state = 1697}, + [4502] = {.lex_state = 1627}, + [4503] = {.lex_state = 1694}, + [4504] = {.lex_state = 55}, + [4505] = {.lex_state = 55}, + [4506] = {.lex_state = 43}, + [4507] = {.lex_state = 1697}, + [4508] = {.lex_state = 61}, + [4509] = {.lex_state = 55}, [4510] = {.lex_state = 1697}, - [4511] = {.lex_state = 1697}, - [4512] = {.lex_state = 1627}, - [4513] = {.lex_state = 1697}, - [4514] = {.lex_state = 1697}, - [4515] = {.lex_state = 1697}, + [4511] = {.lex_state = 55}, + [4512] = {.lex_state = 58}, + [4513] = {.lex_state = 1694}, + [4514] = {.lex_state = 55}, + [4515] = {.lex_state = 30}, [4516] = {.lex_state = 1697}, - [4517] = {.lex_state = 1697}, - [4518] = {.lex_state = 43}, - [4519] = {.lex_state = 43}, - [4520] = {.lex_state = 1697}, + [4517] = {.lex_state = 30}, + [4518] = {.lex_state = 1697}, + [4519] = {.lex_state = 78}, + [4520] = {.lex_state = 55}, [4521] = {.lex_state = 1697}, [4522] = {.lex_state = 1697}, [4523] = {.lex_state = 1697}, - [4524] = {.lex_state = 61}, + [4524] = {.lex_state = 1697}, [4525] = {.lex_state = 1697}, [4526] = {.lex_state = 1697}, [4527] = {.lex_state = 1697}, [4528] = {.lex_state = 1697}, - [4529] = {.lex_state = 61}, - [4530] = {.lex_state = 1697}, - [4531] = {.lex_state = 1697}, - [4532] = {.lex_state = 246}, + [4529] = {.lex_state = 1697}, + [4530] = {.lex_state = 78}, + [4531] = {.lex_state = 55}, + [4532] = {.lex_state = 1697}, [4533] = {.lex_state = 1697}, [4534] = {.lex_state = 1697}, - [4535] = {.lex_state = 1697}, - [4536] = {.lex_state = 43}, - [4537] = {.lex_state = 1697}, + [4535] = {.lex_state = 78}, + [4536] = {.lex_state = 1697}, + [4537] = {.lex_state = 43}, [4538] = {.lex_state = 1697}, - [4539] = {.lex_state = 1697}, - [4540] = {.lex_state = 1694}, + [4539] = {.lex_state = 1725}, + [4540] = {.lex_state = 1758}, [4541] = {.lex_state = 1697}, - [4542] = {.lex_state = 1697}, - [4543] = {.lex_state = 1694}, - [4544] = {.lex_state = 30}, - [4545] = {.lex_state = 30}, - [4546] = {.lex_state = 30}, - [4547] = {.lex_state = 30}, - [4548] = {.lex_state = 30}, + [4542] = {.lex_state = 246}, + [4543] = {.lex_state = 1697}, + [4544] = {.lex_state = 1697}, + [4545] = {.lex_state = 1697}, + [4546] = {.lex_state = 1697}, + [4547] = {.lex_state = 43}, + [4548] = {.lex_state = 1697}, [4549] = {.lex_state = 30}, - [4550] = {.lex_state = 30}, - [4551] = {.lex_state = 30}, - [4552] = {.lex_state = 30}, - [4553] = {.lex_state = 30}, + [4550] = {.lex_state = 1697}, + [4551] = {.lex_state = 1697}, + [4552] = {.lex_state = 1697}, + [4553] = {.lex_state = 1697}, [4554] = {.lex_state = 1697}, - [4555] = {.lex_state = 30}, - [4556] = {.lex_state = 30}, - [4557] = {.lex_state = 1697}, + [4555] = {.lex_state = 1697}, + [4556] = {.lex_state = 1627}, + [4557] = {.lex_state = 1694}, [4558] = {.lex_state = 30}, - [4559] = {.lex_state = 247}, - [4560] = {.lex_state = 1627}, - [4561] = {.lex_state = 61}, - [4562] = {.lex_state = 55}, + [4559] = {.lex_state = 1697}, + [4560] = {.lex_state = 30}, + [4561] = {.lex_state = 1697}, + [4562] = {.lex_state = 1697}, [4563] = {.lex_state = 30}, - [4564] = {.lex_state = 30}, - [4565] = {.lex_state = 249}, - [4566] = {.lex_state = 30}, + [4564] = {.lex_state = 1697}, + [4565] = {.lex_state = 1697}, + [4566] = {.lex_state = 1697}, [4567] = {.lex_state = 30}, - [4568] = {.lex_state = 30}, - [4569] = {.lex_state = 30}, - [4570] = {.lex_state = 1627}, - [4571] = {.lex_state = 30}, - [4572] = {.lex_state = 1697}, - [4573] = {.lex_state = 1697}, - [4574] = {.lex_state = 30}, - [4575] = {.lex_state = 30}, - [4576] = {.lex_state = 30}, + [4568] = {.lex_state = 1697}, + [4569] = {.lex_state = 1697}, + [4570] = {.lex_state = 1761}, + [4571] = {.lex_state = 1627}, + [4572] = {.lex_state = 30}, + [4573] = {.lex_state = 30}, + [4574] = {.lex_state = 1627}, + [4575] = {.lex_state = 1627}, + [4576] = {.lex_state = 1697}, [4577] = {.lex_state = 1627}, [4578] = {.lex_state = 1697}, - [4579] = {.lex_state = 30}, - [4580] = {.lex_state = 1627}, - [4581] = {.lex_state = 30}, - [4582] = {.lex_state = 30}, - [4583] = {.lex_state = 1697}, - [4584] = {.lex_state = 1697}, - [4585] = {.lex_state = 1697}, - [4586] = {.lex_state = 1697}, - [4587] = {.lex_state = 1627}, - [4588] = {.lex_state = 30}, - [4589] = {.lex_state = 1697}, + [4579] = {.lex_state = 1697}, + [4580] = {.lex_state = 1697}, + [4581] = {.lex_state = 1697}, + [4582] = {.lex_state = 250}, + [4583] = {.lex_state = 1627}, + [4584] = {.lex_state = 1627}, + [4585] = {.lex_state = 55}, + [4586] = {.lex_state = 30}, + [4587] = {.lex_state = 1697}, + [4588] = {.lex_state = 1697}, + [4589] = {.lex_state = 1627}, [4590] = {.lex_state = 1697}, [4591] = {.lex_state = 1697}, - [4592] = {.lex_state = 1627}, + [4592] = {.lex_state = 1697}, [4593] = {.lex_state = 30}, [4594] = {.lex_state = 30}, [4595] = {.lex_state = 30}, [4596] = {.lex_state = 30}, - [4597] = {.lex_state = 1665}, - [4598] = {.lex_state = 1697}, - [4599] = {.lex_state = 1697}, + [4597] = {.lex_state = 30}, + [4598] = {.lex_state = 30}, + [4599] = {.lex_state = 30}, [4600] = {.lex_state = 30}, - [4601] = {.lex_state = 1697}, - [4602] = {.lex_state = 1697}, - [4603] = {.lex_state = 30}, - [4604] = {.lex_state = 1697}, - [4605] = {.lex_state = 1697}, - [4606] = {.lex_state = 1627}, + [4601] = {.lex_state = 247}, + [4602] = {.lex_state = 30}, + [4603] = {.lex_state = 62}, + [4604] = {.lex_state = 1627}, + [4605] = {.lex_state = 30}, + [4606] = {.lex_state = 30}, [4607] = {.lex_state = 30}, - [4608] = {.lex_state = 1697}, - [4609] = {.lex_state = 1697}, + [4608] = {.lex_state = 1627}, + [4609] = {.lex_state = 30}, [4610] = {.lex_state = 1697}, - [4611] = {.lex_state = 30}, - [4612] = {.lex_state = 1627}, + [4611] = {.lex_state = 1627}, + [4612] = {.lex_state = 30}, [4613] = {.lex_state = 30}, [4614] = {.lex_state = 30}, - [4615] = {.lex_state = 1697}, - [4616] = {.lex_state = 1627}, - [4617] = {.lex_state = 30}, - [4618] = {.lex_state = 30}, - [4619] = {.lex_state = 30}, + [4615] = {.lex_state = 30}, + [4616] = {.lex_state = 30}, + [4617] = {.lex_state = 1627}, + [4618] = {.lex_state = 1627}, + [4619] = {.lex_state = 1627}, [4620] = {.lex_state = 1697}, - [4621] = {.lex_state = 1761}, - [4622] = {.lex_state = 1627}, - [4623] = {.lex_state = 30}, - [4624] = {.lex_state = 1697}, - [4625] = {.lex_state = 1730}, - [4626] = {.lex_state = 1627}, - [4627] = {.lex_state = 1697}, - [4628] = {.lex_state = 30}, + [4621] = {.lex_state = 1627}, + [4622] = {.lex_state = 30}, + [4623] = {.lex_state = 1627}, + [4624] = {.lex_state = 249}, + [4625] = {.lex_state = 30}, + [4626] = {.lex_state = 30}, + [4627] = {.lex_state = 30}, + [4628] = {.lex_state = 1627}, [4629] = {.lex_state = 1697}, - [4630] = {.lex_state = 1697}, + [4630] = {.lex_state = 30}, [4631] = {.lex_state = 1627}, - [4632] = {.lex_state = 1761}, - [4633] = {.lex_state = 30}, - [4634] = {.lex_state = 30}, - [4635] = {.lex_state = 1697}, + [4632] = {.lex_state = 30}, + [4633] = {.lex_state = 1697}, + [4634] = {.lex_state = 1627}, + [4635] = {.lex_state = 30}, [4636] = {.lex_state = 1697}, - [4637] = {.lex_state = 30}, - [4638] = {.lex_state = 1627}, - [4639] = {.lex_state = 1627}, - [4640] = {.lex_state = 1762}, - [4641] = {.lex_state = 30}, + [4637] = {.lex_state = 1627}, + [4638] = {.lex_state = 66}, + [4639] = {.lex_state = 1665}, + [4640] = {.lex_state = 30}, + [4641] = {.lex_state = 1627}, [4642] = {.lex_state = 1697}, - [4643] = {.lex_state = 30}, - [4644] = {.lex_state = 30}, - [4645] = {.lex_state = 30}, - [4646] = {.lex_state = 30}, - [4647] = {.lex_state = 30}, - [4648] = {.lex_state = 1627}, - [4649] = {.lex_state = 1697}, - [4650] = {.lex_state = 1762}, + [4643] = {.lex_state = 1627}, + [4644] = {.lex_state = 1627}, + [4645] = {.lex_state = 1697}, + [4646] = {.lex_state = 62}, + [4647] = {.lex_state = 1697}, + [4648] = {.lex_state = 30}, + [4649] = {.lex_state = 30}, + [4650] = {.lex_state = 1697}, [4651] = {.lex_state = 1697}, - [4652] = {.lex_state = 30}, - [4653] = {.lex_state = 246}, + [4652] = {.lex_state = 1627}, + [4653] = {.lex_state = 1627}, [4654] = {.lex_state = 30}, - [4655] = {.lex_state = 1694}, - [4656] = {.lex_state = 30}, - [4657] = {.lex_state = 1697}, - [4658] = {.lex_state = 30}, + [4655] = {.lex_state = 1697}, + [4656] = {.lex_state = 1697}, + [4657] = {.lex_state = 30}, + [4658] = {.lex_state = 1697}, [4659] = {.lex_state = 30}, - [4660] = {.lex_state = 1697}, - [4661] = {.lex_state = 30}, + [4660] = {.lex_state = 30}, + [4661] = {.lex_state = 249}, [4662] = {.lex_state = 30}, - [4663] = {.lex_state = 1762}, - [4664] = {.lex_state = 30}, + [4663] = {.lex_state = 1697}, + [4664] = {.lex_state = 1697}, [4665] = {.lex_state = 30}, - [4666] = {.lex_state = 1665}, - [4667] = {.lex_state = 1697}, - [4668] = {.lex_state = 30}, - [4669] = {.lex_state = 30}, - [4670] = {.lex_state = 30}, - [4671] = {.lex_state = 1762}, + [4666] = {.lex_state = 30}, + [4667] = {.lex_state = 1762}, + [4668] = {.lex_state = 1627}, + [4669] = {.lex_state = 1761}, + [4670] = {.lex_state = 1697}, + [4671] = {.lex_state = 1697}, [4672] = {.lex_state = 30}, - [4673] = {.lex_state = 1697}, - [4674] = {.lex_state = 30}, - [4675] = {.lex_state = 1627}, + [4673] = {.lex_state = 1627}, + [4674] = {.lex_state = 1697}, + [4675] = {.lex_state = 30}, [4676] = {.lex_state = 1697}, - [4677] = {.lex_state = 30}, - [4678] = {.lex_state = 30}, - [4679] = {.lex_state = 1697}, - [4680] = {.lex_state = 30}, - [4681] = {.lex_state = 1697}, - [4682] = {.lex_state = 30}, - [4683] = {.lex_state = 1694}, - [4684] = {.lex_state = 30}, + [4677] = {.lex_state = 1697}, + [4678] = {.lex_state = 1697}, + [4679] = {.lex_state = 61}, + [4680] = {.lex_state = 1697}, + [4681] = {.lex_state = 1627}, + [4682] = {.lex_state = 55}, + [4683] = {.lex_state = 30}, + [4684] = {.lex_state = 1627}, [4685] = {.lex_state = 1627}, [4686] = {.lex_state = 1697}, - [4687] = {.lex_state = 1697}, - [4688] = {.lex_state = 1697}, - [4689] = {.lex_state = 1762}, - [4690] = {.lex_state = 1697}, - [4691] = {.lex_state = 1627}, - [4692] = {.lex_state = 1627}, - [4693] = {.lex_state = 1697}, + [4687] = {.lex_state = 30}, + [4688] = {.lex_state = 30}, + [4689] = {.lex_state = 1694}, + [4690] = {.lex_state = 30}, + [4691] = {.lex_state = 30}, + [4692] = {.lex_state = 1697}, + [4693] = {.lex_state = 30}, [4694] = {.lex_state = 1697}, - [4695] = {.lex_state = 30}, - [4696] = {.lex_state = 30}, + [4695] = {.lex_state = 1762}, + [4696] = {.lex_state = 1697}, [4697] = {.lex_state = 1697}, - [4698] = {.lex_state = 30}, + [4698] = {.lex_state = 1627}, [4699] = {.lex_state = 253}, - [4700] = {.lex_state = 30}, - [4701] = {.lex_state = 1697}, - [4702] = {.lex_state = 1694}, - [4703] = {.lex_state = 1694}, - [4704] = {.lex_state = 1694}, - [4705] = {.lex_state = 1694}, - [4706] = {.lex_state = 1694}, - [4707] = {.lex_state = 1694}, + [4700] = {.lex_state = 1697}, + [4701] = {.lex_state = 30}, + [4702] = {.lex_state = 30}, + [4703] = {.lex_state = 30}, + [4704] = {.lex_state = 30}, + [4705] = {.lex_state = 1627}, + [4706] = {.lex_state = 30}, + [4707] = {.lex_state = 30}, [4708] = {.lex_state = 1694}, [4709] = {.lex_state = 1694}, - [4710] = {.lex_state = 1627}, - [4711] = {.lex_state = 1697}, + [4710] = {.lex_state = 1694}, + [4711] = {.lex_state = 1694}, [4712] = {.lex_state = 1694}, [4713] = {.lex_state = 1694}, [4714] = {.lex_state = 1694}, - [4715] = {.lex_state = 30}, - [4716] = {.lex_state = 30}, - [4717] = {.lex_state = 1627}, - [4718] = {.lex_state = 1627}, + [4715] = {.lex_state = 1694}, + [4716] = {.lex_state = 1697}, + [4717] = {.lex_state = 1697}, + [4718] = {.lex_state = 1694}, [4719] = {.lex_state = 1694}, - [4720] = {.lex_state = 1697}, + [4720] = {.lex_state = 1694}, [4721] = {.lex_state = 1697}, - [4722] = {.lex_state = 1627}, - [4723] = {.lex_state = 1697}, + [4722] = {.lex_state = 1697}, + [4723] = {.lex_state = 1762}, [4724] = {.lex_state = 1697}, - [4725] = {.lex_state = 1697}, - [4726] = {.lex_state = 30}, - [4727] = {.lex_state = 1697}, - [4728] = {.lex_state = 1697}, + [4725] = {.lex_state = 1694}, + [4726] = {.lex_state = 1697}, + [4727] = {.lex_state = 30}, + [4728] = {.lex_state = 30}, [4729] = {.lex_state = 1697}, [4730] = {.lex_state = 1697}, - [4731] = {.lex_state = 30}, - [4732] = {.lex_state = 1697}, - [4733] = {.lex_state = 1697}, - [4734] = {.lex_state = 30}, - [4735] = {.lex_state = 1697}, - [4736] = {.lex_state = 1697}, + [4731] = {.lex_state = 1697}, + [4732] = {.lex_state = 30}, + [4733] = {.lex_state = 1627}, + [4734] = {.lex_state = 1697}, + [4735] = {.lex_state = 1627}, + [4736] = {.lex_state = 30}, [4737] = {.lex_state = 30}, - [4738] = {.lex_state = 1697}, - [4739] = {.lex_state = 1697}, - [4740] = {.lex_state = 30}, - [4741] = {.lex_state = 1627}, + [4738] = {.lex_state = 30}, + [4739] = {.lex_state = 30}, + [4740] = {.lex_state = 1697}, + [4741] = {.lex_state = 30}, [4742] = {.lex_state = 1697}, - [4743] = {.lex_state = 1697}, - [4744] = {.lex_state = 1697}, + [4743] = {.lex_state = 30}, + [4744] = {.lex_state = 1694}, [4745] = {.lex_state = 30}, - [4746] = {.lex_state = 1627}, + [4746] = {.lex_state = 30}, [4747] = {.lex_state = 30}, - [4748] = {.lex_state = 1627}, - [4749] = {.lex_state = 1697}, + [4748] = {.lex_state = 30}, + [4749] = {.lex_state = 30}, [4750] = {.lex_state = 30}, - [4751] = {.lex_state = 1627}, + [4751] = {.lex_state = 30}, [4752] = {.lex_state = 30}, - [4753] = {.lex_state = 1697}, + [4753] = {.lex_state = 30}, [4754] = {.lex_state = 30}, [4755] = {.lex_state = 30}, [4756] = {.lex_state = 30}, - [4757] = {.lex_state = 30}, - [4758] = {.lex_state = 1627}, - [4759] = {.lex_state = 1697}, - [4760] = {.lex_state = 1627}, - [4761] = {.lex_state = 1730}, - [4762] = {.lex_state = 249}, + [4757] = {.lex_state = 1697}, + [4758] = {.lex_state = 30}, + [4759] = {.lex_state = 30}, + [4760] = {.lex_state = 30}, + [4761] = {.lex_state = 30}, + [4762] = {.lex_state = 30}, [4763] = {.lex_state = 30}, - [4764] = {.lex_state = 1697}, - [4765] = {.lex_state = 1694}, - [4766] = {.lex_state = 1697}, + [4764] = {.lex_state = 30}, + [4765] = {.lex_state = 30}, + [4766] = {.lex_state = 30}, [4767] = {.lex_state = 30}, - [4768] = {.lex_state = 1627}, + [4768] = {.lex_state = 1697}, [4769] = {.lex_state = 30}, - [4770] = {.lex_state = 250}, - [4771] = {.lex_state = 30}, + [4770] = {.lex_state = 1697}, + [4771] = {.lex_state = 1697}, [4772] = {.lex_state = 30}, [4773] = {.lex_state = 30}, - [4774] = {.lex_state = 30}, - [4775] = {.lex_state = 66}, - [4776] = {.lex_state = 1627}, - [4777] = {.lex_state = 1697}, + [4774] = {.lex_state = 1697}, + [4775] = {.lex_state = 1697}, + [4776] = {.lex_state = 30}, + [4777] = {.lex_state = 1762}, [4778] = {.lex_state = 1697}, [4779] = {.lex_state = 1697}, - [4780] = {.lex_state = 55}, + [4780] = {.lex_state = 1665}, [4781] = {.lex_state = 1697}, [4782] = {.lex_state = 30}, [4783] = {.lex_state = 30}, - [4784] = {.lex_state = 1627}, + [4784] = {.lex_state = 30}, [4785] = {.lex_state = 30}, [4786] = {.lex_state = 30}, - [4787] = {.lex_state = 1627}, - [4788] = {.lex_state = 250}, + [4787] = {.lex_state = 30}, + [4788] = {.lex_state = 30}, [4789] = {.lex_state = 30}, [4790] = {.lex_state = 30}, [4791] = {.lex_state = 1697}, - [4792] = {.lex_state = 1697}, + [4792] = {.lex_state = 250}, [4793] = {.lex_state = 1697}, - [4794] = {.lex_state = 1697}, - [4795] = {.lex_state = 30}, - [4796] = {.lex_state = 1627}, + [4794] = {.lex_state = 30}, + [4795] = {.lex_state = 246}, + [4796] = {.lex_state = 1697}, [4797] = {.lex_state = 1697}, - [4798] = {.lex_state = 1627}, - [4799] = {.lex_state = 30}, + [4798] = {.lex_state = 1697}, + [4799] = {.lex_state = 1697}, [4800] = {.lex_state = 30}, - [4801] = {.lex_state = 262}, - [4802] = {.lex_state = 1627}, - [4803] = {.lex_state = 257}, - [4804] = {.lex_state = 30}, + [4801] = {.lex_state = 1697}, + [4802] = {.lex_state = 1762}, + [4803] = {.lex_state = 1697}, + [4804] = {.lex_state = 1627}, [4805] = {.lex_state = 30}, - [4806] = {.lex_state = 62}, - [4807] = {.lex_state = 1627}, + [4806] = {.lex_state = 30}, + [4807] = {.lex_state = 69}, [4808] = {.lex_state = 1627}, - [4809] = {.lex_state = 1627}, - [4810] = {.lex_state = 1627}, - [4811] = {.lex_state = 1627}, - [4812] = {.lex_state = 248}, + [4809] = {.lex_state = 262}, + [4810] = {.lex_state = 257}, + [4811] = {.lex_state = 30}, + [4812] = {.lex_state = 30}, [4813] = {.lex_state = 1627}, [4814] = {.lex_state = 1627}, [4815] = {.lex_state = 1627}, - [4816] = {.lex_state = 249}, - [4817] = {.lex_state = 249}, - [4818] = {.lex_state = 249}, - [4819] = {.lex_state = 255}, + [4816] = {.lex_state = 1627}, + [4817] = {.lex_state = 1627}, + [4818] = {.lex_state = 248}, + [4819] = {.lex_state = 1627}, [4820] = {.lex_state = 1627}, [4821] = {.lex_state = 1627}, - [4822] = {.lex_state = 30}, - [4823] = {.lex_state = 255}, - [4824] = {.lex_state = 30}, - [4825] = {.lex_state = 30}, - [4826] = {.lex_state = 30}, - [4827] = {.lex_state = 1762}, + [4822] = {.lex_state = 249}, + [4823] = {.lex_state = 249}, + [4824] = {.lex_state = 249}, + [4825] = {.lex_state = 1627}, + [4826] = {.lex_state = 255}, + [4827] = {.lex_state = 1627}, [4828] = {.lex_state = 30}, - [4829] = {.lex_state = 1762}, - [4830] = {.lex_state = 1762}, - [4831] = {.lex_state = 1762}, + [4829] = {.lex_state = 255}, + [4830] = {.lex_state = 30}, + [4831] = {.lex_state = 30}, [4832] = {.lex_state = 30}, [4833] = {.lex_state = 30}, - [4834] = {.lex_state = 30}, + [4834] = {.lex_state = 1762}, [4835] = {.lex_state = 30}, - [4836] = {.lex_state = 1665}, - [4837] = {.lex_state = 30}, - [4838] = {.lex_state = 30}, + [4836] = {.lex_state = 1762}, + [4837] = {.lex_state = 1762}, + [4838] = {.lex_state = 1762}, [4839] = {.lex_state = 30}, [4840] = {.lex_state = 30}, - [4841] = {.lex_state = 1665}, - [4842] = {.lex_state = 30}, + [4841] = {.lex_state = 30}, + [4842] = {.lex_state = 1665}, [4843] = {.lex_state = 30}, [4844] = {.lex_state = 30}, [4845] = {.lex_state = 30}, [4846] = {.lex_state = 30}, - [4847] = {.lex_state = 30}, + [4847] = {.lex_state = 1665}, [4848] = {.lex_state = 30}, [4849] = {.lex_state = 30}, [4850] = {.lex_state = 30}, [4851] = {.lex_state = 30}, - [4852] = {.lex_state = 1627}, - [4853] = {.lex_state = 1627}, - [4854] = {.lex_state = 1665}, - [4855] = {.lex_state = 1627}, - [4856] = {.lex_state = 249}, - [4857] = {.lex_state = 1665}, + [4852] = {.lex_state = 30}, + [4853] = {.lex_state = 30}, + [4854] = {.lex_state = 30}, + [4855] = {.lex_state = 30}, + [4856] = {.lex_state = 30}, + [4857] = {.lex_state = 30}, [4858] = {.lex_state = 1627}, - [4859] = {.lex_state = 5092}, + [4859] = {.lex_state = 1627}, [4860] = {.lex_state = 1665}, - [4861] = {.lex_state = 1665}, - [4862] = {.lex_state = 5092}, - [4863] = {.lex_state = 1627}, + [4861] = {.lex_state = 1627}, + [4862] = {.lex_state = 249}, + [4863] = {.lex_state = 1665}, [4864] = {.lex_state = 1627}, - [4865] = {.lex_state = 1627}, - [4866] = {.lex_state = 30}, + [4865] = {.lex_state = 5092}, + [4866] = {.lex_state = 1665}, [4867] = {.lex_state = 1665}, - [4868] = {.lex_state = 30}, - [4869] = {.lex_state = 30}, - [4870] = {.lex_state = 1665}, - [4871] = {.lex_state = 30, .external_lex_state = 2}, - [4872] = {.lex_state = 30}, - [4873] = {.lex_state = 1627}, - [4874] = {.lex_state = 1627}, - [4875] = {.lex_state = 1627}, - [4876] = {.lex_state = 1627}, - [4877] = {.lex_state = 1627}, - [4878] = {.lex_state = 1627}, - [4879] = {.lex_state = 1627}, - [4880] = {.lex_state = 1627}, - [4881] = {.lex_state = 1762}, - [4882] = {.lex_state = 30, .external_lex_state = 2}, - [4883] = {.lex_state = 254}, + [4868] = {.lex_state = 5092}, + [4869] = {.lex_state = 1627}, + [4870] = {.lex_state = 69}, + [4871] = {.lex_state = 1627}, + [4872] = {.lex_state = 1627}, + [4873] = {.lex_state = 30}, + [4874] = {.lex_state = 69}, + [4875] = {.lex_state = 1665}, + [4876] = {.lex_state = 30}, + [4877] = {.lex_state = 30}, + [4878] = {.lex_state = 1665}, + [4879] = {.lex_state = 30, .external_lex_state = 2}, + [4880] = {.lex_state = 30}, + [4881] = {.lex_state = 1627}, + [4882] = {.lex_state = 1627}, + [4883] = {.lex_state = 1627}, [4884] = {.lex_state = 1627}, [4885] = {.lex_state = 1627}, [4886] = {.lex_state = 1627}, [4887] = {.lex_state = 1627}, [4888] = {.lex_state = 1627}, - [4889] = {.lex_state = 1627}, - [4890] = {.lex_state = 1627}, - [4891] = {.lex_state = 1627}, - [4892] = {.lex_state = 280}, - [4893] = {.lex_state = 5092}, - [4894] = {.lex_state = 30}, - [4895] = {.lex_state = 286}, - [4896] = {.lex_state = 5092}, + [4889] = {.lex_state = 1762}, + [4890] = {.lex_state = 30, .external_lex_state = 2}, + [4891] = {.lex_state = 254}, + [4892] = {.lex_state = 1627}, + [4893] = {.lex_state = 1627}, + [4894] = {.lex_state = 1627}, + [4895] = {.lex_state = 1627}, + [4896] = {.lex_state = 1627}, [4897] = {.lex_state = 1627}, [4898] = {.lex_state = 1627}, [4899] = {.lex_state = 1627}, - [4900] = {.lex_state = 251}, - [4901] = {.lex_state = 1627}, - [4902] = {.lex_state = 1627}, - [4903] = {.lex_state = 1627}, - [4904] = {.lex_state = 1627}, + [4900] = {.lex_state = 280}, + [4901] = {.lex_state = 5092}, + [4902] = {.lex_state = 30}, + [4903] = {.lex_state = 5092}, + [4904] = {.lex_state = 286}, [4905] = {.lex_state = 1627}, [4906] = {.lex_state = 1627}, [4907] = {.lex_state = 1627}, [4908] = {.lex_state = 1627}, [4909] = {.lex_state = 1627}, - [4910] = {.lex_state = 1627}, - [4911] = {.lex_state = 246}, - [4912] = {.lex_state = 246}, - [4913] = {.lex_state = 246}, - [4914] = {.lex_state = 246}, + [4910] = {.lex_state = 251}, + [4911] = {.lex_state = 1627}, + [4912] = {.lex_state = 1627}, + [4913] = {.lex_state = 1627}, + [4914] = {.lex_state = 1627}, [4915] = {.lex_state = 1627}, [4916] = {.lex_state = 1627}, [4917] = {.lex_state = 1627}, [4918] = {.lex_state = 1627}, [4919] = {.lex_state = 1627}, - [4920] = {.lex_state = 251}, - [4921] = {.lex_state = 30, .external_lex_state = 2}, - [4922] = {.lex_state = 1627}, - [4923] = {.lex_state = 1627}, - [4924] = {.lex_state = 1627}, + [4920] = {.lex_state = 246}, + [4921] = {.lex_state = 1627}, + [4922] = {.lex_state = 246}, + [4923] = {.lex_state = 246}, + [4924] = {.lex_state = 246}, [4925] = {.lex_state = 1627}, [4926] = {.lex_state = 1627}, [4927] = {.lex_state = 1627}, - [4928] = {.lex_state = 1627}, + [4928] = {.lex_state = 251}, [4929] = {.lex_state = 1627}, - [4930] = {.lex_state = 1627}, + [4930] = {.lex_state = 30, .external_lex_state = 2}, [4931] = {.lex_state = 1627}, [4932] = {.lex_state = 1627}, [4933] = {.lex_state = 1627}, @@ -65461,72 +65479,72 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4936] = {.lex_state = 1627}, [4937] = {.lex_state = 1627}, [4938] = {.lex_state = 1627}, - [4939] = {.lex_state = 1665}, + [4939] = {.lex_state = 1627}, [4940] = {.lex_state = 1627}, [4941] = {.lex_state = 1627}, - [4942] = {.lex_state = 30}, - [4943] = {.lex_state = 30}, - [4944] = {.lex_state = 30}, - [4945] = {.lex_state = 62}, - [4946] = {.lex_state = 254}, - [4947] = {.lex_state = 1694}, - [4948] = {.lex_state = 249}, - [4949] = {.lex_state = 1694}, - [4950] = {.lex_state = 1694}, - [4951] = {.lex_state = 1694}, - [4952] = {.lex_state = 1694}, - [4953] = {.lex_state = 1694}, - [4954] = {.lex_state = 1694}, - [4955] = {.lex_state = 1694}, + [4942] = {.lex_state = 1627}, + [4943] = {.lex_state = 1627}, + [4944] = {.lex_state = 1627}, + [4945] = {.lex_state = 1627}, + [4946] = {.lex_state = 1627}, + [4947] = {.lex_state = 1665}, + [4948] = {.lex_state = 1627}, + [4949] = {.lex_state = 1627}, + [4950] = {.lex_state = 30}, + [4951] = {.lex_state = 30}, + [4952] = {.lex_state = 30}, + [4953] = {.lex_state = 254}, + [4954] = {.lex_state = 69}, + [4955] = {.lex_state = 249}, [4956] = {.lex_state = 1694}, [4957] = {.lex_state = 1694}, [4958] = {.lex_state = 1694}, [4959] = {.lex_state = 1694}, - [4960] = {.lex_state = 258}, - [4961] = {.lex_state = 1627}, - [4962] = {.lex_state = 1627}, - [4963] = {.lex_state = 5092}, - [4964] = {.lex_state = 256}, + [4960] = {.lex_state = 1694}, + [4961] = {.lex_state = 1694}, + [4962] = {.lex_state = 1694}, + [4963] = {.lex_state = 1694}, + [4964] = {.lex_state = 1694}, [4965] = {.lex_state = 1694}, - [4966] = {.lex_state = 1627}, - [4967] = {.lex_state = 1627}, - [4968] = {.lex_state = 30}, - [4969] = {.lex_state = 281}, - [4970] = {.lex_state = 252}, - [4971] = {.lex_state = 69}, - [4972] = {.lex_state = 1660}, - [4973] = {.lex_state = 308}, - [4974] = {.lex_state = 69}, - [4975] = {.lex_state = 263}, + [4966] = {.lex_state = 1694}, + [4967] = {.lex_state = 1694}, + [4968] = {.lex_state = 258}, + [4969] = {.lex_state = 1627}, + [4970] = {.lex_state = 1627}, + [4971] = {.lex_state = 5092}, + [4972] = {.lex_state = 256}, + [4973] = {.lex_state = 1694}, + [4974] = {.lex_state = 1627}, + [4975] = {.lex_state = 1627}, [4976] = {.lex_state = 30}, - [4977] = {.lex_state = 249}, - [4978] = {.lex_state = 306}, - [4979] = {.lex_state = 1627}, - [4980] = {.lex_state = 69}, - [4981] = {.lex_state = 287}, + [4977] = {.lex_state = 1729}, + [4978] = {.lex_state = 1629}, + [4979] = {.lex_state = 249}, + [4980] = {.lex_state = 1660}, + [4981] = {.lex_state = 30}, [4982] = {.lex_state = 1729}, - [4983] = {.lex_state = 1729}, - [4984] = {.lex_state = 1629}, - [4985] = {.lex_state = 30, .external_lex_state = 2}, - [4986] = {.lex_state = 1660}, - [4987] = {.lex_state = 287}, - [4988] = {.lex_state = 1660}, - [4989] = {.lex_state = 30}, + [4983] = {.lex_state = 287}, + [4984] = {.lex_state = 1729}, + [4985] = {.lex_state = 1729}, + [4986] = {.lex_state = 263}, + [4987] = {.lex_state = 1660}, + [4988] = {.lex_state = 252}, + [4989] = {.lex_state = 1660}, [4990] = {.lex_state = 30}, - [4991] = {.lex_state = 30}, - [4992] = {.lex_state = 1729}, - [4993] = {.lex_state = 1729}, - [4994] = {.lex_state = 1729}, - [4995] = {.lex_state = 30}, - [4996] = {.lex_state = 292}, + [4991] = {.lex_state = 30, .external_lex_state = 2}, + [4992] = {.lex_state = 30}, + [4993] = {.lex_state = 30}, + [4994] = {.lex_state = 249}, + [4995] = {.lex_state = 308}, + [4996] = {.lex_state = 30}, [4997] = {.lex_state = 1729}, - [4998] = {.lex_state = 1729}, + [4998] = {.lex_state = 306}, [4999] = {.lex_state = 1729}, [5000] = {.lex_state = 1729}, - [5001] = {.lex_state = 1729}, + [5001] = {.lex_state = 62}, [5002] = {.lex_state = 1729}, [5003] = {.lex_state = 1729}, - [5004] = {.lex_state = 1729}, + [5004] = {.lex_state = 292}, [5005] = {.lex_state = 1729}, [5006] = {.lex_state = 1729}, [5007] = {.lex_state = 1729}, @@ -65536,37 +65554,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5011] = {.lex_state = 1729}, [5012] = {.lex_state = 1729}, [5013] = {.lex_state = 1729}, - [5014] = {.lex_state = 263}, - [5015] = {.lex_state = 69}, - [5016] = {.lex_state = 30, .external_lex_state = 2}, - [5017] = {.lex_state = 259}, - [5018] = {.lex_state = 1660}, - [5019] = {.lex_state = 30}, - [5020] = {.lex_state = 249}, - [5021] = {.lex_state = 259}, - [5022] = {.lex_state = 30, .external_lex_state = 2}, - [5023] = {.lex_state = 1694}, - [5024] = {.lex_state = 322}, - [5025] = {.lex_state = 252}, - [5026] = {.lex_state = 314}, - [5027] = {.lex_state = 1729}, - [5028] = {.lex_state = 1729}, - [5029] = {.lex_state = 4650}, - [5030] = {.lex_state = 4650}, - [5031] = {.lex_state = 4650}, - [5032] = {.lex_state = 1729}, - [5033] = {.lex_state = 1729}, - [5034] = {.lex_state = 5093}, - [5035] = {.lex_state = 4650}, - [5036] = {.lex_state = 4650}, - [5037] = {.lex_state = 288}, - [5038] = {.lex_state = 1629}, - [5039] = {.lex_state = 1629}, - [5040] = {.lex_state = 1629}, + [5014] = {.lex_state = 1729}, + [5015] = {.lex_state = 1729}, + [5016] = {.lex_state = 1729}, + [5017] = {.lex_state = 1729}, + [5018] = {.lex_state = 1729}, + [5019] = {.lex_state = 1729}, + [5020] = {.lex_state = 62}, + [5021] = {.lex_state = 263}, + [5022] = {.lex_state = 1627}, + [5023] = {.lex_state = 30}, + [5024] = {.lex_state = 30, .external_lex_state = 2}, + [5025] = {.lex_state = 1729}, + [5026] = {.lex_state = 287}, + [5027] = {.lex_state = 259}, + [5028] = {.lex_state = 1660}, + [5029] = {.lex_state = 1729}, + [5030] = {.lex_state = 259}, + [5031] = {.lex_state = 30, .external_lex_state = 2}, + [5032] = {.lex_state = 1694}, + [5033] = {.lex_state = 281}, + [5034] = {.lex_state = 322}, + [5035] = {.lex_state = 1729}, + [5036] = {.lex_state = 252}, + [5037] = {.lex_state = 314}, + [5038] = {.lex_state = 1729}, + [5039] = {.lex_state = 324}, + [5040] = {.lex_state = 1729}, [5041] = {.lex_state = 1729}, - [5042] = {.lex_state = 5276}, - [5043] = {.lex_state = 5276}, - [5044] = {.lex_state = 72}, + [5042] = {.lex_state = 1729}, + [5043] = {.lex_state = 1729}, + [5044] = {.lex_state = 1729}, [5045] = {.lex_state = 1729}, [5046] = {.lex_state = 1729}, [5047] = {.lex_state = 1729}, @@ -65577,51 +65595,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5052] = {.lex_state = 1729}, [5053] = {.lex_state = 1729}, [5054] = {.lex_state = 1729}, - [5055] = {.lex_state = 1729}, + [5055] = {.lex_state = 320}, [5056] = {.lex_state = 1729}, - [5057] = {.lex_state = 1729}, - [5058] = {.lex_state = 1729}, - [5059] = {.lex_state = 1729}, - [5060] = {.lex_state = 293}, - [5061] = {.lex_state = 1729}, - [5062] = {.lex_state = 1729}, - [5063] = {.lex_state = 1729}, - [5064] = {.lex_state = 260}, - [5065] = {.lex_state = 62}, - [5066] = {.lex_state = 5276}, - [5067] = {.lex_state = 282}, - [5068] = {.lex_state = 5276}, - [5069] = {.lex_state = 288}, + [5057] = {.lex_state = 72}, + [5058] = {.lex_state = 260}, + [5059] = {.lex_state = 30}, + [5060] = {.lex_state = 1729}, + [5061] = {.lex_state = 30}, + [5062] = {.lex_state = 261}, + [5063] = {.lex_state = 282}, + [5064] = {.lex_state = 1629}, + [5065] = {.lex_state = 71}, + [5066] = {.lex_state = 30}, + [5067] = {.lex_state = 288}, + [5068] = {.lex_state = 261}, + [5069] = {.lex_state = 1729}, [5070] = {.lex_state = 261}, - [5071] = {.lex_state = 30}, - [5072] = {.lex_state = 71}, - [5073] = {.lex_state = 5093}, + [5071] = {.lex_state = 5093}, + [5072] = {.lex_state = 320}, + [5073] = {.lex_state = 309}, [5074] = {.lex_state = 261}, [5075] = {.lex_state = 4650}, - [5076] = {.lex_state = 1729}, - [5077] = {.lex_state = 288}, + [5076] = {.lex_state = 4650}, + [5077] = {.lex_state = 4650}, [5078] = {.lex_state = 1729}, [5079] = {.lex_state = 4650}, - [5080] = {.lex_state = 320}, - [5081] = {.lex_state = 320}, - [5082] = {.lex_state = 320}, - [5083] = {.lex_state = 288}, - [5084] = {.lex_state = 320}, - [5085] = {.lex_state = 309}, - [5086] = {.lex_state = 309}, - [5087] = {.lex_state = 4650}, - [5088] = {.lex_state = 1729}, + [5080] = {.lex_state = 4650}, + [5081] = {.lex_state = 4650}, + [5082] = {.lex_state = 288}, + [5083] = {.lex_state = 1629}, + [5084] = {.lex_state = 1629}, + [5085] = {.lex_state = 4650}, + [5086] = {.lex_state = 4650}, + [5087] = {.lex_state = 5276}, + [5088] = {.lex_state = 5276}, [5089] = {.lex_state = 5276}, - [5090] = {.lex_state = 5276}, + [5090] = {.lex_state = 4650}, [5091] = {.lex_state = 4650}, - [5092] = {.lex_state = 4650}, - [5093] = {.lex_state = 1629}, - [5094] = {.lex_state = 261}, - [5095] = {.lex_state = 4650}, + [5092] = {.lex_state = 1629}, + [5093] = {.lex_state = 4650}, + [5094] = {.lex_state = 4650}, + [5095] = {.lex_state = 5276}, [5096] = {.lex_state = 4650}, [5097] = {.lex_state = 4650}, - [5098] = {.lex_state = 4650}, - [5099] = {.lex_state = 4650}, + [5098] = {.lex_state = 1729}, + [5099] = {.lex_state = 320}, [5100] = {.lex_state = 4650}, [5101] = {.lex_state = 4650}, [5102] = {.lex_state = 4650}, @@ -65630,2053 +65648,2053 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5105] = {.lex_state = 4650}, [5106] = {.lex_state = 4650}, [5107] = {.lex_state = 4650}, - [5108] = {.lex_state = 320}, - [5109] = {.lex_state = 62}, - [5110] = {.lex_state = 261}, + [5108] = {.lex_state = 30}, + [5109] = {.lex_state = 1729}, + [5110] = {.lex_state = 1729}, [5111] = {.lex_state = 1729}, [5112] = {.lex_state = 4650}, - [5113] = {.lex_state = 4650}, - [5114] = {.lex_state = 320}, - [5115] = {.lex_state = 1729}, - [5116] = {.lex_state = 4650}, - [5117] = {.lex_state = 30}, - [5118] = {.lex_state = 5093}, - [5119] = {.lex_state = 1729}, - [5120] = {.lex_state = 260}, - [5121] = {.lex_state = 5276}, - [5122] = {.lex_state = 1729}, - [5123] = {.lex_state = 260}, - [5124] = {.lex_state = 4650}, - [5125] = {.lex_state = 261}, - [5126] = {.lex_state = 1729}, - [5127] = {.lex_state = 323}, - [5128] = {.lex_state = 289}, - [5129] = {.lex_state = 260}, - [5130] = {.lex_state = 4650}, - [5131] = {.lex_state = 260}, - [5132] = {.lex_state = 5093}, - [5133] = {.lex_state = 288}, - [5134] = {.lex_state = 324}, - [5135] = {.lex_state = 320}, - [5136] = {.lex_state = 324}, - [5137] = {.lex_state = 4650}, - [5138] = {.lex_state = 5276}, - [5139] = {.lex_state = 5093}, - [5140] = {.lex_state = 315}, - [5141] = {.lex_state = 293}, - [5142] = {.lex_state = 294}, - [5143] = {.lex_state = 4650}, - [5144] = {.lex_state = 294}, - [5145] = {.lex_state = 1629}, + [5113] = {.lex_state = 289}, + [5114] = {.lex_state = 5276}, + [5115] = {.lex_state = 5276}, + [5116] = {.lex_state = 320}, + [5117] = {.lex_state = 5276}, + [5118] = {.lex_state = 5276}, + [5119] = {.lex_state = 294}, + [5120] = {.lex_state = 5093}, + [5121] = {.lex_state = 30}, + [5122] = {.lex_state = 5093}, + [5123] = {.lex_state = 323}, + [5124] = {.lex_state = 288}, + [5125] = {.lex_state = 288}, + [5126] = {.lex_state = 260}, + [5127] = {.lex_state = 320}, + [5128] = {.lex_state = 5093}, + [5129] = {.lex_state = 320}, + [5130] = {.lex_state = 260}, + [5131] = {.lex_state = 4650}, + [5132] = {.lex_state = 293}, + [5133] = {.lex_state = 4650}, + [5134] = {.lex_state = 315}, + [5135] = {.lex_state = 4650}, + [5136] = {.lex_state = 1729}, + [5137] = {.lex_state = 260}, + [5138] = {.lex_state = 4650}, + [5139] = {.lex_state = 30}, + [5140] = {.lex_state = 5093}, + [5141] = {.lex_state = 260}, + [5142] = {.lex_state = 320}, + [5143] = {.lex_state = 1729}, + [5144] = {.lex_state = 4650}, + [5145] = {.lex_state = 1729}, [5146] = {.lex_state = 1729}, - [5147] = {.lex_state = 1629}, - [5148] = {.lex_state = 1629}, - [5149] = {.lex_state = 1629}, - [5150] = {.lex_state = 1629}, - [5151] = {.lex_state = 290}, - [5152] = {.lex_state = 1629}, - [5153] = {.lex_state = 30, .external_lex_state = 2}, - [5154] = {.lex_state = 30, .external_lex_state = 2}, - [5155] = {.lex_state = 30}, - [5156] = {.lex_state = 307}, - [5157] = {.lex_state = 1629}, + [5147] = {.lex_state = 1729}, + [5148] = {.lex_state = 324}, + [5149] = {.lex_state = 309}, + [5150] = {.lex_state = 4650}, + [5151] = {.lex_state = 1729}, + [5152] = {.lex_state = 288}, + [5153] = {.lex_state = 1729}, + [5154] = {.lex_state = 293}, + [5155] = {.lex_state = 261}, + [5156] = {.lex_state = 4650}, + [5157] = {.lex_state = 1729}, [5158] = {.lex_state = 1629}, - [5159] = {.lex_state = 1629}, + [5159] = {.lex_state = 325}, [5160] = {.lex_state = 316}, - [5161] = {.lex_state = 307}, - [5162] = {.lex_state = 1729}, - [5163] = {.lex_state = 1729}, - [5164] = {.lex_state = 1729}, + [5161] = {.lex_state = 1665}, + [5162] = {.lex_state = 290}, + [5163] = {.lex_state = 325}, + [5164] = {.lex_state = 1629}, [5165] = {.lex_state = 1729}, - [5166] = {.lex_state = 1729}, - [5167] = {.lex_state = 1732}, - [5168] = {.lex_state = 1729}, - [5169] = {.lex_state = 320}, - [5170] = {.lex_state = 1629}, + [5166] = {.lex_state = 320}, + [5167] = {.lex_state = 1665}, + [5168] = {.lex_state = 1629}, + [5169] = {.lex_state = 1629}, + [5170] = {.lex_state = 30}, [5171] = {.lex_state = 30}, - [5172] = {.lex_state = 1665}, - [5173] = {.lex_state = 290}, - [5174] = {.lex_state = 307}, - [5175] = {.lex_state = 307}, - [5176] = {.lex_state = 1629}, - [5177] = {.lex_state = 1629}, - [5178] = {.lex_state = 320}, - [5179] = {.lex_state = 1629}, - [5180] = {.lex_state = 283}, - [5181] = {.lex_state = 318}, - [5182] = {.lex_state = 325}, - [5183] = {.lex_state = 1629}, - [5184] = {.lex_state = 1629}, - [5185] = {.lex_state = 1629}, - [5186] = {.lex_state = 1629}, - [5187] = {.lex_state = 1629}, - [5188] = {.lex_state = 1629}, - [5189] = {.lex_state = 1629}, + [5172] = {.lex_state = 30}, + [5173] = {.lex_state = 30}, + [5174] = {.lex_state = 30}, + [5175] = {.lex_state = 30}, + [5176] = {.lex_state = 30}, + [5177] = {.lex_state = 30}, + [5178] = {.lex_state = 30}, + [5179] = {.lex_state = 30}, + [5180] = {.lex_state = 30}, + [5181] = {.lex_state = 30}, + [5182] = {.lex_state = 30}, + [5183] = {.lex_state = 30}, + [5184] = {.lex_state = 30}, + [5185] = {.lex_state = 30}, + [5186] = {.lex_state = 30}, + [5187] = {.lex_state = 30}, + [5188] = {.lex_state = 30}, + [5189] = {.lex_state = 30}, [5190] = {.lex_state = 30}, - [5191] = {.lex_state = 73}, + [5191] = {.lex_state = 30}, [5192] = {.lex_state = 1629}, [5193] = {.lex_state = 1629}, - [5194] = {.lex_state = 1729}, - [5195] = {.lex_state = 1665}, + [5194] = {.lex_state = 320}, + [5195] = {.lex_state = 283}, [5196] = {.lex_state = 1629}, - [5197] = {.lex_state = 1629}, - [5198] = {.lex_state = 73}, - [5199] = {.lex_state = 1629}, - [5200] = {.lex_state = 1629}, - [5201] = {.lex_state = 1629}, + [5197] = {.lex_state = 290}, + [5198] = {.lex_state = 1729}, + [5199] = {.lex_state = 1729}, + [5200] = {.lex_state = 1729}, + [5201] = {.lex_state = 1729}, [5202] = {.lex_state = 1629}, [5203] = {.lex_state = 1629}, - [5204] = {.lex_state = 1629}, - [5205] = {.lex_state = 1629}, - [5206] = {.lex_state = 1629}, + [5204] = {.lex_state = 318}, + [5205] = {.lex_state = 295}, + [5206] = {.lex_state = 334}, [5207] = {.lex_state = 1629}, - [5208] = {.lex_state = 325}, - [5209] = {.lex_state = 1629}, + [5208] = {.lex_state = 1629}, + [5209] = {.lex_state = 1766}, [5210] = {.lex_state = 1629}, [5211] = {.lex_state = 1629}, [5212] = {.lex_state = 1629}, [5213] = {.lex_state = 1629}, [5214] = {.lex_state = 1629}, - [5215] = {.lex_state = 326}, - [5216] = {.lex_state = 294}, + [5215] = {.lex_state = 1629}, + [5216] = {.lex_state = 1629}, [5217] = {.lex_state = 1629}, [5218] = {.lex_state = 1629}, [5219] = {.lex_state = 1629}, [5220] = {.lex_state = 1629}, - [5221] = {.lex_state = 1629}, + [5221] = {.lex_state = 294}, [5222] = {.lex_state = 1629}, - [5223] = {.lex_state = 30}, + [5223] = {.lex_state = 1629}, [5224] = {.lex_state = 1629}, [5225] = {.lex_state = 1629}, - [5226] = {.lex_state = 1729}, + [5226] = {.lex_state = 1629}, [5227] = {.lex_state = 1629}, - [5228] = {.lex_state = 295}, - [5229] = {.lex_state = 1729}, - [5230] = {.lex_state = 1729}, - [5231] = {.lex_state = 30, .external_lex_state = 2}, - [5232] = {.lex_state = 30, .external_lex_state = 2}, - [5233] = {.lex_state = 30}, - [5234] = {.lex_state = 30, .external_lex_state = 2}, - [5235] = {.lex_state = 334}, - [5236] = {.lex_state = 30}, - [5237] = {.lex_state = 30}, - [5238] = {.lex_state = 30}, - [5239] = {.lex_state = 30}, - [5240] = {.lex_state = 30}, - [5241] = {.lex_state = 30}, - [5242] = {.lex_state = 30}, + [5228] = {.lex_state = 1629}, + [5229] = {.lex_state = 1629}, + [5230] = {.lex_state = 1629}, + [5231] = {.lex_state = 1629}, + [5232] = {.lex_state = 1629}, + [5233] = {.lex_state = 1629}, + [5234] = {.lex_state = 1629}, + [5235] = {.lex_state = 326}, + [5236] = {.lex_state = 1629}, + [5237] = {.lex_state = 1629}, + [5238] = {.lex_state = 1629}, + [5239] = {.lex_state = 1629}, + [5240] = {.lex_state = 1629}, + [5241] = {.lex_state = 1629}, + [5242] = {.lex_state = 1629}, [5243] = {.lex_state = 1629}, - [5244] = {.lex_state = 30}, - [5245] = {.lex_state = 30}, - [5246] = {.lex_state = 30}, - [5247] = {.lex_state = 30}, - [5248] = {.lex_state = 30}, + [5244] = {.lex_state = 1629}, + [5245] = {.lex_state = 307}, + [5246] = {.lex_state = 30, .external_lex_state = 2}, + [5247] = {.lex_state = 30, .external_lex_state = 2}, + [5248] = {.lex_state = 307}, [5249] = {.lex_state = 30, .external_lex_state = 2}, - [5250] = {.lex_state = 30, .external_lex_state = 2}, + [5250] = {.lex_state = 307}, [5251] = {.lex_state = 30}, - [5252] = {.lex_state = 1729}, - [5253] = {.lex_state = 30}, - [5254] = {.lex_state = 1729}, - [5255] = {.lex_state = 326}, - [5256] = {.lex_state = 30}, - [5257] = {.lex_state = 30}, - [5258] = {.lex_state = 30}, - [5259] = {.lex_state = 326}, - [5260] = {.lex_state = 307}, - [5261] = {.lex_state = 30}, + [5252] = {.lex_state = 30, .external_lex_state = 2}, + [5253] = {.lex_state = 30, .external_lex_state = 2}, + [5254] = {.lex_state = 1629}, + [5255] = {.lex_state = 1629}, + [5256] = {.lex_state = 307}, + [5257] = {.lex_state = 30, .external_lex_state = 2}, + [5258] = {.lex_state = 30, .external_lex_state = 2}, + [5259] = {.lex_state = 1732}, + [5260] = {.lex_state = 1629}, + [5261] = {.lex_state = 73}, [5262] = {.lex_state = 326}, - [5263] = {.lex_state = 1766}, - [5264] = {.lex_state = 30}, - [5265] = {.lex_state = 326}, - [5266] = {.lex_state = 30}, - [5267] = {.lex_state = 30}, - [5268] = {.lex_state = 30}, - [5269] = {.lex_state = 294}, + [5263] = {.lex_state = 1629}, + [5264] = {.lex_state = 326}, + [5265] = {.lex_state = 307}, + [5266] = {.lex_state = 326}, + [5267] = {.lex_state = 73}, + [5268] = {.lex_state = 326}, + [5269] = {.lex_state = 1729}, [5270] = {.lex_state = 294}, - [5271] = {.lex_state = 1629}, - [5272] = {.lex_state = 328}, + [5271] = {.lex_state = 1729}, + [5272] = {.lex_state = 294}, [5273] = {.lex_state = 1629}, - [5274] = {.lex_state = 237, .external_lex_state = 2}, - [5275] = {.lex_state = 236, .external_lex_state = 2}, - [5276] = {.lex_state = 236, .external_lex_state = 2}, - [5277] = {.lex_state = 236, .external_lex_state = 2}, - [5278] = {.lex_state = 1729}, - [5279] = {.lex_state = 236, .external_lex_state = 2}, - [5280] = {.lex_state = 236, .external_lex_state = 2}, - [5281] = {.lex_state = 1771}, - [5282] = {.lex_state = 291}, - [5283] = {.lex_state = 236, .external_lex_state = 2}, - [5284] = {.lex_state = 236, .external_lex_state = 2}, - [5285] = {.lex_state = 69}, - [5286] = {.lex_state = 237, .external_lex_state = 2}, - [5287] = {.lex_state = 1729}, - [5288] = {.lex_state = 236, .external_lex_state = 2}, - [5289] = {.lex_state = 237, .external_lex_state = 2}, - [5290] = {.lex_state = 74}, - [5291] = {.lex_state = 335}, - [5292] = {.lex_state = 291}, - [5293] = {.lex_state = 74}, - [5294] = {.lex_state = 237, .external_lex_state = 2}, - [5295] = {.lex_state = 291}, - [5296] = {.lex_state = 1729}, - [5297] = {.lex_state = 74}, - [5298] = {.lex_state = 1729}, + [5274] = {.lex_state = 1629}, + [5275] = {.lex_state = 328}, + [5276] = {.lex_state = 294}, + [5277] = {.lex_state = 1629}, + [5278] = {.lex_state = 237, .external_lex_state = 2}, + [5279] = {.lex_state = 237, .external_lex_state = 2}, + [5280] = {.lex_state = 320}, + [5281] = {.lex_state = 1766}, + [5282] = {.lex_state = 1729}, + [5283] = {.lex_state = 1730}, + [5284] = {.lex_state = 30}, + [5285] = {.lex_state = 74}, + [5286] = {.lex_state = 30}, + [5287] = {.lex_state = 30}, + [5288] = {.lex_state = 30}, + [5289] = {.lex_state = 320}, + [5290] = {.lex_state = 1763}, + [5291] = {.lex_state = 1771}, + [5292] = {.lex_state = 236, .external_lex_state = 2}, + [5293] = {.lex_state = 327}, + [5294] = {.lex_state = 291}, + [5295] = {.lex_state = 236, .external_lex_state = 2}, + [5296] = {.lex_state = 236, .external_lex_state = 2}, + [5297] = {.lex_state = 236, .external_lex_state = 2}, + [5298] = {.lex_state = 291}, [5299] = {.lex_state = 236, .external_lex_state = 2}, - [5300] = {.lex_state = 237, .external_lex_state = 2}, - [5301] = {.lex_state = 296}, - [5302] = {.lex_state = 1763}, - [5303] = {.lex_state = 291}, + [5300] = {.lex_state = 296}, + [5301] = {.lex_state = 335}, + [5302] = {.lex_state = 236, .external_lex_state = 2}, + [5303] = {.lex_state = 329}, [5304] = {.lex_state = 236, .external_lex_state = 2}, - [5305] = {.lex_state = 237, .external_lex_state = 2}, + [5305] = {.lex_state = 236, .external_lex_state = 2}, [5306] = {.lex_state = 236, .external_lex_state = 2}, [5307] = {.lex_state = 236, .external_lex_state = 2}, - [5308] = {.lex_state = 74}, - [5309] = {.lex_state = 236, .external_lex_state = 2}, + [5308] = {.lex_state = 236, .external_lex_state = 2}, + [5309] = {.lex_state = 327}, [5310] = {.lex_state = 236, .external_lex_state = 2}, - [5311] = {.lex_state = 237, .external_lex_state = 2}, + [5311] = {.lex_state = 236, .external_lex_state = 2}, [5312] = {.lex_state = 236, .external_lex_state = 2}, - [5313] = {.lex_state = 30}, - [5314] = {.lex_state = 317}, + [5313] = {.lex_state = 236, .external_lex_state = 2}, + [5314] = {.lex_state = 236, .external_lex_state = 2}, [5315] = {.lex_state = 236, .external_lex_state = 2}, - [5316] = {.lex_state = 237, .external_lex_state = 2}, + [5316] = {.lex_state = 236, .external_lex_state = 2}, [5317] = {.lex_state = 236, .external_lex_state = 2}, - [5318] = {.lex_state = 327}, - [5319] = {.lex_state = 1766}, + [5318] = {.lex_state = 236, .external_lex_state = 2}, + [5319] = {.lex_state = 236, .external_lex_state = 2}, [5320] = {.lex_state = 236, .external_lex_state = 2}, - [5321] = {.lex_state = 237, .external_lex_state = 2}, + [5321] = {.lex_state = 236, .external_lex_state = 2}, [5322] = {.lex_state = 236, .external_lex_state = 2}, - [5323] = {.lex_state = 327}, - [5324] = {.lex_state = 327}, + [5323] = {.lex_state = 236, .external_lex_state = 2}, + [5324] = {.lex_state = 236, .external_lex_state = 2}, [5325] = {.lex_state = 236, .external_lex_state = 2}, - [5326] = {.lex_state = 237, .external_lex_state = 2}, - [5327] = {.lex_state = 320}, - [5328] = {.lex_state = 237, .external_lex_state = 2}, + [5326] = {.lex_state = 236, .external_lex_state = 2}, + [5327] = {.lex_state = 236, .external_lex_state = 2}, + [5328] = {.lex_state = 236, .external_lex_state = 2}, [5329] = {.lex_state = 236, .external_lex_state = 2}, - [5330] = {.lex_state = 237, .external_lex_state = 2}, + [5330] = {.lex_state = 236, .external_lex_state = 2}, [5331] = {.lex_state = 236, .external_lex_state = 2}, - [5332] = {.lex_state = 320}, + [5332] = {.lex_state = 236, .external_lex_state = 2}, [5333] = {.lex_state = 236, .external_lex_state = 2}, - [5334] = {.lex_state = 237, .external_lex_state = 2}, - [5335] = {.lex_state = 1763}, - [5336] = {.lex_state = 1729}, - [5337] = {.lex_state = 237, .external_lex_state = 2}, + [5334] = {.lex_state = 236, .external_lex_state = 2}, + [5335] = {.lex_state = 236, .external_lex_state = 2}, + [5336] = {.lex_state = 236, .external_lex_state = 2}, + [5337] = {.lex_state = 236, .external_lex_state = 2}, [5338] = {.lex_state = 236, .external_lex_state = 2}, - [5339] = {.lex_state = 237, .external_lex_state = 2}, + [5339] = {.lex_state = 236, .external_lex_state = 2}, [5340] = {.lex_state = 236, .external_lex_state = 2}, - [5341] = {.lex_state = 237, .external_lex_state = 2}, - [5342] = {.lex_state = 236, .external_lex_state = 2}, + [5341] = {.lex_state = 236, .external_lex_state = 2}, + [5342] = {.lex_state = 1732}, [5343] = {.lex_state = 237, .external_lex_state = 2}, - [5344] = {.lex_state = 236, .external_lex_state = 2}, - [5345] = {.lex_state = 237, .external_lex_state = 2}, - [5346] = {.lex_state = 237, .external_lex_state = 2}, - [5347] = {.lex_state = 237, .external_lex_state = 2}, - [5348] = {.lex_state = 237, .external_lex_state = 2}, - [5349] = {.lex_state = 237, .external_lex_state = 2}, - [5350] = {.lex_state = 237, .external_lex_state = 2}, - [5351] = {.lex_state = 237, .external_lex_state = 2}, - [5352] = {.lex_state = 237, .external_lex_state = 2}, - [5353] = {.lex_state = 237, .external_lex_state = 2}, + [5344] = {.lex_state = 1729}, + [5345] = {.lex_state = 236, .external_lex_state = 2}, + [5346] = {.lex_state = 291}, + [5347] = {.lex_state = 1771}, + [5348] = {.lex_state = 236, .external_lex_state = 2}, + [5349] = {.lex_state = 296}, + [5350] = {.lex_state = 317}, + [5351] = {.lex_state = 1729}, + [5352] = {.lex_state = 327}, + [5353] = {.lex_state = 69}, [5354] = {.lex_state = 237, .external_lex_state = 2}, - [5355] = {.lex_state = 237, .external_lex_state = 2}, - [5356] = {.lex_state = 236, .external_lex_state = 2}, - [5357] = {.lex_state = 236, .external_lex_state = 2}, - [5358] = {.lex_state = 30}, - [5359] = {.lex_state = 236, .external_lex_state = 2}, - [5360] = {.lex_state = 236, .external_lex_state = 2}, - [5361] = {.lex_state = 236, .external_lex_state = 2}, - [5362] = {.lex_state = 236, .external_lex_state = 2}, - [5363] = {.lex_state = 1764}, - [5364] = {.lex_state = 296}, - [5365] = {.lex_state = 236, .external_lex_state = 2}, - [5366] = {.lex_state = 329}, - [5367] = {.lex_state = 236, .external_lex_state = 2}, + [5355] = {.lex_state = 236, .external_lex_state = 2}, + [5356] = {.lex_state = 1771}, + [5357] = {.lex_state = 237, .external_lex_state = 2}, + [5358] = {.lex_state = 236, .external_lex_state = 2}, + [5359] = {.lex_state = 1771}, + [5360] = {.lex_state = 237, .external_lex_state = 2}, + [5361] = {.lex_state = 327}, + [5362] = {.lex_state = 1729}, + [5363] = {.lex_state = 335}, + [5364] = {.lex_state = 236, .external_lex_state = 2}, + [5365] = {.lex_state = 237, .external_lex_state = 2}, + [5366] = {.lex_state = 69}, + [5367] = {.lex_state = 237, .external_lex_state = 2}, [5368] = {.lex_state = 237, .external_lex_state = 2}, - [5369] = {.lex_state = 236, .external_lex_state = 2}, - [5370] = {.lex_state = 1729}, - [5371] = {.lex_state = 1771}, - [5372] = {.lex_state = 327}, - [5373] = {.lex_state = 1729}, + [5369] = {.lex_state = 237, .external_lex_state = 2}, + [5370] = {.lex_state = 330}, + [5371] = {.lex_state = 236, .external_lex_state = 2}, + [5372] = {.lex_state = 237, .external_lex_state = 2}, + [5373] = {.lex_state = 236, .external_lex_state = 2}, [5374] = {.lex_state = 236, .external_lex_state = 2}, [5375] = {.lex_state = 236, .external_lex_state = 2}, - [5376] = {.lex_state = 1729}, - [5377] = {.lex_state = 236, .external_lex_state = 2}, + [5376] = {.lex_state = 237, .external_lex_state = 2}, + [5377] = {.lex_state = 237, .external_lex_state = 2}, [5378] = {.lex_state = 236, .external_lex_state = 2}, [5379] = {.lex_state = 236, .external_lex_state = 2}, [5380] = {.lex_state = 236, .external_lex_state = 2}, - [5381] = {.lex_state = 236, .external_lex_state = 2}, - [5382] = {.lex_state = 1732}, - [5383] = {.lex_state = 236, .external_lex_state = 2}, - [5384] = {.lex_state = 236, .external_lex_state = 2}, - [5385] = {.lex_state = 236, .external_lex_state = 2}, + [5381] = {.lex_state = 237, .external_lex_state = 2}, + [5382] = {.lex_state = 236, .external_lex_state = 2}, + [5383] = {.lex_state = 237, .external_lex_state = 2}, + [5384] = {.lex_state = 1729}, + [5385] = {.lex_state = 237, .external_lex_state = 2}, [5386] = {.lex_state = 236, .external_lex_state = 2}, - [5387] = {.lex_state = 236, .external_lex_state = 2}, - [5388] = {.lex_state = 1771}, - [5389] = {.lex_state = 236, .external_lex_state = 2}, + [5387] = {.lex_state = 237, .external_lex_state = 2}, + [5388] = {.lex_state = 236, .external_lex_state = 2}, + [5389] = {.lex_state = 237, .external_lex_state = 2}, [5390] = {.lex_state = 236, .external_lex_state = 2}, - [5391] = {.lex_state = 236, .external_lex_state = 2}, - [5392] = {.lex_state = 236, .external_lex_state = 2}, - [5393] = {.lex_state = 236, .external_lex_state = 2}, + [5391] = {.lex_state = 237, .external_lex_state = 2}, + [5392] = {.lex_state = 237, .external_lex_state = 2}, + [5393] = {.lex_state = 237, .external_lex_state = 2}, [5394] = {.lex_state = 237, .external_lex_state = 2}, - [5395] = {.lex_state = 1729}, - [5396] = {.lex_state = 335}, - [5397] = {.lex_state = 236, .external_lex_state = 2}, - [5398] = {.lex_state = 327}, - [5399] = {.lex_state = 1771}, - [5400] = {.lex_state = 236, .external_lex_state = 2}, - [5401] = {.lex_state = 236, .external_lex_state = 2}, + [5395] = {.lex_state = 237, .external_lex_state = 2}, + [5396] = {.lex_state = 237, .external_lex_state = 2}, + [5397] = {.lex_state = 237, .external_lex_state = 2}, + [5398] = {.lex_state = 237, .external_lex_state = 2}, + [5399] = {.lex_state = 237, .external_lex_state = 2}, + [5400] = {.lex_state = 237, .external_lex_state = 2}, + [5401] = {.lex_state = 237, .external_lex_state = 2}, [5402] = {.lex_state = 236, .external_lex_state = 2}, - [5403] = {.lex_state = 330}, + [5403] = {.lex_state = 236, .external_lex_state = 2}, [5404] = {.lex_state = 236, .external_lex_state = 2}, [5405] = {.lex_state = 236, .external_lex_state = 2}, - [5406] = {.lex_state = 1771}, - [5407] = {.lex_state = 237, .external_lex_state = 2}, - [5408] = {.lex_state = 236, .external_lex_state = 2}, + [5406] = {.lex_state = 1729}, + [5407] = {.lex_state = 236, .external_lex_state = 2}, + [5408] = {.lex_state = 1764}, [5409] = {.lex_state = 236, .external_lex_state = 2}, - [5410] = {.lex_state = 236, .external_lex_state = 2}, - [5411] = {.lex_state = 74}, + [5410] = {.lex_state = 1729}, + [5411] = {.lex_state = 1729}, [5412] = {.lex_state = 236, .external_lex_state = 2}, [5413] = {.lex_state = 236, .external_lex_state = 2}, [5414] = {.lex_state = 236, .external_lex_state = 2}, [5415] = {.lex_state = 236, .external_lex_state = 2}, [5416] = {.lex_state = 236, .external_lex_state = 2}, [5417] = {.lex_state = 236, .external_lex_state = 2}, - [5418] = {.lex_state = 1729}, - [5419] = {.lex_state = 330}, - [5420] = {.lex_state = 30}, - [5421] = {.lex_state = 236, .external_lex_state = 2}, - [5422] = {.lex_state = 236, .external_lex_state = 2}, - [5423] = {.lex_state = 236, .external_lex_state = 2}, - [5424] = {.lex_state = 30}, - [5425] = {.lex_state = 236, .external_lex_state = 2}, - [5426] = {.lex_state = 236, .external_lex_state = 2}, - [5427] = {.lex_state = 305}, - [5428] = {.lex_state = 331}, - [5429] = {.lex_state = 297}, - [5430] = {.lex_state = 320}, - [5431] = {.lex_state = 320}, - [5432] = {.lex_state = 1729}, - [5433] = {.lex_state = 1729}, - [5434] = {.lex_state = 1771}, - [5435] = {.lex_state = 236, .external_lex_state = 2}, + [5418] = {.lex_state = 236, .external_lex_state = 2}, + [5419] = {.lex_state = 237, .external_lex_state = 2}, + [5420] = {.lex_state = 74}, + [5421] = {.lex_state = 74}, + [5422] = {.lex_state = 1729}, + [5423] = {.lex_state = 1771}, + [5424] = {.lex_state = 74}, + [5425] = {.lex_state = 291}, + [5426] = {.lex_state = 1729}, + [5427] = {.lex_state = 236, .external_lex_state = 2}, + [5428] = {.lex_state = 74}, + [5429] = {.lex_state = 30}, + [5430] = {.lex_state = 1763}, + [5431] = {.lex_state = 330}, + [5432] = {.lex_state = 237, .external_lex_state = 2}, + [5433] = {.lex_state = 327}, + [5434] = {.lex_state = 1729}, + [5435] = {.lex_state = 1729}, [5436] = {.lex_state = 1729}, - [5437] = {.lex_state = 236, .external_lex_state = 2}, - [5438] = {.lex_state = 1729}, - [5439] = {.lex_state = 1729}, + [5437] = {.lex_state = 1729}, + [5438] = {.lex_state = 336}, + [5439] = {.lex_state = 320}, [5440] = {.lex_state = 336}, - [5441] = {.lex_state = 1729}, - [5442] = {.lex_state = 1729}, + [5441] = {.lex_state = 319}, + [5442] = {.lex_state = 320}, [5443] = {.lex_state = 1729}, - [5444] = {.lex_state = 1771}, - [5445] = {.lex_state = 1729}, - [5446] = {.lex_state = 1729}, - [5447] = {.lex_state = 1771}, - [5448] = {.lex_state = 320}, - [5449] = {.lex_state = 320}, + [5444] = {.lex_state = 1729}, + [5445] = {.lex_state = 297}, + [5446] = {.lex_state = 1664}, + [5447] = {.lex_state = 1729}, + [5448] = {.lex_state = 1729}, + [5449] = {.lex_state = 305}, [5450] = {.lex_state = 1729}, - [5451] = {.lex_state = 320}, - [5452] = {.lex_state = 320}, - [5453] = {.lex_state = 331}, + [5451] = {.lex_state = 1729}, + [5452] = {.lex_state = 1729}, + [5453] = {.lex_state = 320}, [5454] = {.lex_state = 320}, - [5455] = {.lex_state = 320}, - [5456] = {.lex_state = 1729}, - [5457] = {.lex_state = 320}, - [5458] = {.lex_state = 320}, + [5455] = {.lex_state = 291}, + [5456] = {.lex_state = 320}, + [5457] = {.lex_state = 1729}, + [5458] = {.lex_state = 1729}, [5459] = {.lex_state = 1729}, - [5460] = {.lex_state = 1729}, - [5461] = {.lex_state = 320}, - [5462] = {.lex_state = 320}, - [5463] = {.lex_state = 320}, - [5464] = {.lex_state = 1694}, - [5465] = {.lex_state = 1730}, + [5460] = {.lex_state = 69}, + [5461] = {.lex_state = 1729}, + [5462] = {.lex_state = 1729}, + [5463] = {.lex_state = 1729}, + [5464] = {.lex_state = 1729}, + [5465] = {.lex_state = 1729}, [5466] = {.lex_state = 1729}, - [5467] = {.lex_state = 320}, - [5468] = {.lex_state = 320}, - [5469] = {.lex_state = 320}, - [5470] = {.lex_state = 320}, - [5471] = {.lex_state = 320}, - [5472] = {.lex_state = 236, .external_lex_state = 2}, - [5473] = {.lex_state = 236, .external_lex_state = 2}, + [5467] = {.lex_state = 297}, + [5468] = {.lex_state = 1729}, + [5469] = {.lex_state = 1729}, + [5470] = {.lex_state = 1763}, + [5471] = {.lex_state = 1729}, + [5472] = {.lex_state = 1729}, + [5473] = {.lex_state = 1729}, [5474] = {.lex_state = 1729}, - [5475] = {.lex_state = 297}, - [5476] = {.lex_state = 320}, - [5477] = {.lex_state = 1729}, - [5478] = {.lex_state = 69}, - [5479] = {.lex_state = 1729}, - [5480] = {.lex_state = 236, .external_lex_state = 2}, - [5481] = {.lex_state = 236, .external_lex_state = 2}, - [5482] = {.lex_state = 1729}, - [5483] = {.lex_state = 1729}, + [5475] = {.lex_state = 1729}, + [5476] = {.lex_state = 1729}, + [5477] = {.lex_state = 236, .external_lex_state = 2}, + [5478] = {.lex_state = 1729}, + [5479] = {.lex_state = 320}, + [5480] = {.lex_state = 1729}, + [5481] = {.lex_state = 1729}, + [5482] = {.lex_state = 320}, + [5483] = {.lex_state = 236, .external_lex_state = 2}, [5484] = {.lex_state = 1729}, [5485] = {.lex_state = 1729}, - [5486] = {.lex_state = 336}, - [5487] = {.lex_state = 1729}, + [5486] = {.lex_state = 320}, + [5487] = {.lex_state = 336}, [5488] = {.lex_state = 1729}, - [5489] = {.lex_state = 1729}, - [5490] = {.lex_state = 1729}, - [5491] = {.lex_state = 1729}, - [5492] = {.lex_state = 321}, - [5493] = {.lex_state = 1729}, - [5494] = {.lex_state = 1729}, - [5495] = {.lex_state = 1729}, - [5496] = {.lex_state = 297}, + [5489] = {.lex_state = 297}, + [5490] = {.lex_state = 320}, + [5491] = {.lex_state = 320}, + [5492] = {.lex_state = 1729}, + [5493] = {.lex_state = 297}, + [5494] = {.lex_state = 320}, + [5495] = {.lex_state = 331}, + [5496] = {.lex_state = 336}, [5497] = {.lex_state = 1729}, [5498] = {.lex_state = 1729}, [5499] = {.lex_state = 1729}, - [5500] = {.lex_state = 297}, - [5501] = {.lex_state = 1729}, - [5502] = {.lex_state = 332}, - [5503] = {.lex_state = 305}, + [5500] = {.lex_state = 320}, + [5501] = {.lex_state = 320}, + [5502] = {.lex_state = 320}, + [5503] = {.lex_state = 30, .external_lex_state = 2}, [5504] = {.lex_state = 1729}, - [5505] = {.lex_state = 1729}, - [5506] = {.lex_state = 1729}, - [5507] = {.lex_state = 1729}, + [5505] = {.lex_state = 1771}, + [5506] = {.lex_state = 236, .external_lex_state = 2}, + [5507] = {.lex_state = 236, .external_lex_state = 2}, [5508] = {.lex_state = 1729}, - [5509] = {.lex_state = 291}, - [5510] = {.lex_state = 1729}, - [5511] = {.lex_state = 332}, - [5512] = {.lex_state = 1729}, - [5513] = {.lex_state = 320}, - [5514] = {.lex_state = 1729}, - [5515] = {.lex_state = 1729}, - [5516] = {.lex_state = 1729}, - [5517] = {.lex_state = 69}, - [5518] = {.lex_state = 1729}, - [5519] = {.lex_state = 1729}, - [5520] = {.lex_state = 1729}, - [5521] = {.lex_state = 1729}, - [5522] = {.lex_state = 1729}, - [5523] = {.lex_state = 280}, - [5524] = {.lex_state = 1771}, - [5525] = {.lex_state = 1729}, - [5526] = {.lex_state = 1729}, - [5527] = {.lex_state = 319}, - [5528] = {.lex_state = 320}, - [5529] = {.lex_state = 336}, + [5509] = {.lex_state = 1729}, + [5510] = {.lex_state = 320}, + [5511] = {.lex_state = 1729}, + [5512] = {.lex_state = 320}, + [5513] = {.lex_state = 1694}, + [5514] = {.lex_state = 320}, + [5515] = {.lex_state = 1694}, + [5516] = {.lex_state = 291}, + [5517] = {.lex_state = 30}, + [5518] = {.lex_state = 320}, + [5519] = {.lex_state = 1730}, + [5520] = {.lex_state = 69}, + [5521] = {.lex_state = 236, .external_lex_state = 2}, + [5522] = {.lex_state = 331}, + [5523] = {.lex_state = 1771}, + [5524] = {.lex_state = 236, .external_lex_state = 2}, + [5525] = {.lex_state = 332}, + [5526] = {.lex_state = 320}, + [5527] = {.lex_state = 30}, + [5528] = {.lex_state = 30}, + [5529] = {.lex_state = 280}, [5530] = {.lex_state = 320}, - [5531] = {.lex_state = 30, .external_lex_state = 2}, - [5532] = {.lex_state = 331}, - [5533] = {.lex_state = 1771}, - [5534] = {.lex_state = 1763}, - [5535] = {.lex_state = 1764}, - [5536] = {.lex_state = 320}, - [5537] = {.lex_state = 1694}, - [5538] = {.lex_state = 291}, - [5539] = {.lex_state = 336}, - [5540] = {.lex_state = 1730}, - [5541] = {.lex_state = 297}, - [5542] = {.lex_state = 1729}, - [5543] = {.lex_state = 320}, - [5544] = {.lex_state = 320}, + [5531] = {.lex_state = 1729}, + [5532] = {.lex_state = 320}, + [5533] = {.lex_state = 30}, + [5534] = {.lex_state = 1729}, + [5535] = {.lex_state = 331}, + [5536] = {.lex_state = 336}, + [5537] = {.lex_state = 297}, + [5538] = {.lex_state = 1729}, + [5539] = {.lex_state = 1729}, + [5540] = {.lex_state = 320}, + [5541] = {.lex_state = 236, .external_lex_state = 2}, + [5542] = {.lex_state = 1771}, + [5543] = {.lex_state = 1763}, + [5544] = {.lex_state = 69}, [5545] = {.lex_state = 1729}, - [5546] = {.lex_state = 336}, - [5547] = {.lex_state = 236, .external_lex_state = 2}, - [5548] = {.lex_state = 1763}, - [5549] = {.lex_state = 1664}, - [5550] = {.lex_state = 320}, - [5551] = {.lex_state = 297}, - [5552] = {.lex_state = 1729}, - [5553] = {.lex_state = 1664}, + [5546] = {.lex_state = 320}, + [5547] = {.lex_state = 30}, + [5548] = {.lex_state = 1729}, + [5549] = {.lex_state = 1729}, + [5550] = {.lex_state = 1729}, + [5551] = {.lex_state = 305}, + [5552] = {.lex_state = 1664}, + [5553] = {.lex_state = 1729}, [5554] = {.lex_state = 1729}, - [5555] = {.lex_state = 336}, - [5556] = {.lex_state = 30}, - [5557] = {.lex_state = 331}, - [5558] = {.lex_state = 331}, - [5559] = {.lex_state = 320}, - [5560] = {.lex_state = 337}, + [5555] = {.lex_state = 1729}, + [5556] = {.lex_state = 1771}, + [5557] = {.lex_state = 336}, + [5558] = {.lex_state = 321}, + [5559] = {.lex_state = 1729}, + [5560] = {.lex_state = 1729}, [5561] = {.lex_state = 331}, - [5562] = {.lex_state = 320}, - [5563] = {.lex_state = 333}, - [5564] = {.lex_state = 343}, - [5565] = {.lex_state = 338}, - [5566] = {.lex_state = 1694}, - [5567] = {.lex_state = 4651}, - [5568] = {.lex_state = 1696}, - [5569] = {.lex_state = 1696}, - [5570] = {.lex_state = 4651}, - [5571] = {.lex_state = 4651}, - [5572] = {.lex_state = 1696}, - [5573] = {.lex_state = 4651}, - [5574] = {.lex_state = 264}, - [5575] = {.lex_state = 367}, + [5562] = {.lex_state = 1764}, + [5563] = {.lex_state = 297}, + [5564] = {.lex_state = 320}, + [5565] = {.lex_state = 320}, + [5566] = {.lex_state = 331}, + [5567] = {.lex_state = 320}, + [5568] = {.lex_state = 320}, + [5569] = {.lex_state = 337}, + [5570] = {.lex_state = 1771}, + [5571] = {.lex_state = 1729}, + [5572] = {.lex_state = 331}, + [5573] = {.lex_state = 320}, + [5574] = {.lex_state = 332}, + [5575] = {.lex_state = 1730}, [5576] = {.lex_state = 1729}, - [5577] = {.lex_state = 284}, - [5578] = {.lex_state = 336}, + [5577] = {.lex_state = 1729}, + [5578] = {.lex_state = 1729}, [5579] = {.lex_state = 1729}, - [5580] = {.lex_state = 1729}, + [5580] = {.lex_state = 1696}, [5581] = {.lex_state = 1729}, [5582] = {.lex_state = 1729}, [5583] = {.lex_state = 1729}, - [5584] = {.lex_state = 1696}, - [5585] = {.lex_state = 1696}, - [5586] = {.lex_state = 1729}, - [5587] = {.lex_state = 1729}, - [5588] = {.lex_state = 320}, - [5589] = {.lex_state = 69}, - [5590] = {.lex_state = 298}, - [5591] = {.lex_state = 1696}, - [5592] = {.lex_state = 264}, - [5593] = {.lex_state = 245}, - [5594] = {.lex_state = 4651}, - [5595] = {.lex_state = 4651}, - [5596] = {.lex_state = 336}, - [5597] = {.lex_state = 245}, - [5598] = {.lex_state = 1696}, - [5599] = {.lex_state = 62}, + [5584] = {.lex_state = 1664}, + [5585] = {.lex_state = 245}, + [5586] = {.lex_state = 284}, + [5587] = {.lex_state = 245}, + [5588] = {.lex_state = 4651}, + [5589] = {.lex_state = 4651}, + [5590] = {.lex_state = 1664}, + [5591] = {.lex_state = 245}, + [5592] = {.lex_state = 1696}, + [5593] = {.lex_state = 1696}, + [5594] = {.lex_state = 336}, + [5595] = {.lex_state = 62}, + [5596] = {.lex_state = 267}, + [5597] = {.lex_state = 1696}, + [5598] = {.lex_state = 333}, + [5599] = {.lex_state = 1696}, [5600] = {.lex_state = 1696}, [5601] = {.lex_state = 1729}, [5602] = {.lex_state = 1696}, - [5603] = {.lex_state = 312}, - [5604] = {.lex_state = 312}, - [5605] = {.lex_state = 1729}, - [5606] = {.lex_state = 336}, - [5607] = {.lex_state = 30, .external_lex_state = 2}, - [5608] = {.lex_state = 69}, - [5609] = {.lex_state = 273}, - [5610] = {.lex_state = 245}, - [5611] = {.lex_state = 343}, - [5612] = {.lex_state = 4651}, + [5603] = {.lex_state = 245}, + [5604] = {.lex_state = 4651}, + [5605] = {.lex_state = 4651}, + [5606] = {.lex_state = 245}, + [5607] = {.lex_state = 1696}, + [5608] = {.lex_state = 1696}, + [5609] = {.lex_state = 349}, + [5610] = {.lex_state = 1694}, + [5611] = {.lex_state = 245}, + [5612] = {.lex_state = 333}, [5613] = {.lex_state = 4651}, - [5614] = {.lex_state = 245}, - [5615] = {.lex_state = 320}, - [5616] = {.lex_state = 1696}, + [5614] = {.lex_state = 1696}, + [5615] = {.lex_state = 274}, + [5616] = {.lex_state = 333}, [5617] = {.lex_state = 320}, [5618] = {.lex_state = 1729}, - [5619] = {.lex_state = 30}, - [5620] = {.lex_state = 1696}, - [5621] = {.lex_state = 1729}, + [5619] = {.lex_state = 245}, + [5620] = {.lex_state = 4651}, + [5621] = {.lex_state = 4651}, [5622] = {.lex_state = 1729}, - [5623] = {.lex_state = 1729}, - [5624] = {.lex_state = 1729}, - [5625] = {.lex_state = 1694}, - [5626] = {.lex_state = 245}, - [5627] = {.lex_state = 4651}, - [5628] = {.lex_state = 4651}, - [5629] = {.lex_state = 245}, - [5630] = {.lex_state = 320}, + [5623] = {.lex_state = 245}, + [5624] = {.lex_state = 333}, + [5625] = {.lex_state = 1696}, + [5626] = {.lex_state = 264}, + [5627] = {.lex_state = 1696}, + [5628] = {.lex_state = 367}, + [5629] = {.lex_state = 367}, + [5630] = {.lex_state = 1696}, [5631] = {.lex_state = 1696}, - [5632] = {.lex_state = 1696}, - [5633] = {.lex_state = 320}, - [5634] = {.lex_state = 62}, + [5632] = {.lex_state = 333}, + [5633] = {.lex_state = 1729}, + [5634] = {.lex_state = 1696}, [5635] = {.lex_state = 245}, [5636] = {.lex_state = 4651}, [5637] = {.lex_state = 4651}, - [5638] = {.lex_state = 266}, + [5638] = {.lex_state = 1729}, [5639] = {.lex_state = 245}, [5640] = {.lex_state = 1696}, - [5641] = {.lex_state = 1696}, - [5642] = {.lex_state = 30}, - [5643] = {.lex_state = 320}, + [5641] = {.lex_state = 62}, + [5642] = {.lex_state = 338}, + [5643] = {.lex_state = 1696}, [5644] = {.lex_state = 1696}, - [5645] = {.lex_state = 333}, - [5646] = {.lex_state = 245}, - [5647] = {.lex_state = 4651}, - [5648] = {.lex_state = 4651}, + [5645] = {.lex_state = 1696}, + [5646] = {.lex_state = 1696}, + [5647] = {.lex_state = 245}, + [5648] = {.lex_state = 1729}, [5649] = {.lex_state = 245}, [5650] = {.lex_state = 1696}, - [5651] = {.lex_state = 267}, + [5651] = {.lex_state = 320}, [5652] = {.lex_state = 1696}, - [5653] = {.lex_state = 333}, - [5654] = {.lex_state = 1696}, + [5653] = {.lex_state = 4651}, + [5654] = {.lex_state = 298}, [5655] = {.lex_state = 245}, - [5656] = {.lex_state = 4651}, - [5657] = {.lex_state = 4651}, - [5658] = {.lex_state = 1696}, - [5659] = {.lex_state = 245}, - [5660] = {.lex_state = 1696}, - [5661] = {.lex_state = 1696}, - [5662] = {.lex_state = 1696}, + [5656] = {.lex_state = 245}, + [5657] = {.lex_state = 1696}, + [5658] = {.lex_state = 1729}, + [5659] = {.lex_state = 1696}, + [5660] = {.lex_state = 320}, + [5661] = {.lex_state = 338}, + [5662] = {.lex_state = 245}, [5663] = {.lex_state = 320}, - [5664] = {.lex_state = 301}, - [5665] = {.lex_state = 1729}, - [5666] = {.lex_state = 1696}, + [5664] = {.lex_state = 245}, + [5665] = {.lex_state = 1696}, + [5666] = {.lex_state = 245}, [5667] = {.lex_state = 1696}, - [5668] = {.lex_state = 245}, + [5668] = {.lex_state = 1696}, [5669] = {.lex_state = 4651}, - [5670] = {.lex_state = 4651}, - [5671] = {.lex_state = 245}, - [5672] = {.lex_state = 1696}, - [5673] = {.lex_state = 333}, - [5674] = {.lex_state = 333}, - [5675] = {.lex_state = 30}, - [5676] = {.lex_state = 1696}, - [5677] = {.lex_state = 245}, - [5678] = {.lex_state = 4651}, - [5679] = {.lex_state = 4651}, - [5680] = {.lex_state = 349}, - [5681] = {.lex_state = 245}, + [5670] = {.lex_state = 320}, + [5671] = {.lex_state = 1696}, + [5672] = {.lex_state = 4651}, + [5673] = {.lex_state = 1696}, + [5674] = {.lex_state = 336}, + [5675] = {.lex_state = 1696}, + [5676] = {.lex_state = 312}, + [5677] = {.lex_state = 1696}, + [5678] = {.lex_state = 245}, + [5679] = {.lex_state = 312}, + [5680] = {.lex_state = 1696}, + [5681] = {.lex_state = 1729}, [5682] = {.lex_state = 1696}, - [5683] = {.lex_state = 1696}, - [5684] = {.lex_state = 1696}, - [5685] = {.lex_state = 1696}, - [5686] = {.lex_state = 274}, - [5687] = {.lex_state = 245}, - [5688] = {.lex_state = 4651}, - [5689] = {.lex_state = 4651}, - [5690] = {.lex_state = 245}, - [5691] = {.lex_state = 320}, - [5692] = {.lex_state = 320}, - [5693] = {.lex_state = 340}, + [5683] = {.lex_state = 367}, + [5684] = {.lex_state = 343}, + [5685] = {.lex_state = 273}, + [5686] = {.lex_state = 1729}, + [5687] = {.lex_state = 1696}, + [5688] = {.lex_state = 245}, + [5689] = {.lex_state = 367}, + [5690] = {.lex_state = 1729}, + [5691] = {.lex_state = 1729}, + [5692] = {.lex_state = 1729}, + [5693] = {.lex_state = 1696}, [5694] = {.lex_state = 1696}, - [5695] = {.lex_state = 245}, + [5695] = {.lex_state = 1729}, [5696] = {.lex_state = 1729}, - [5697] = {.lex_state = 245}, - [5698] = {.lex_state = 245}, - [5699] = {.lex_state = 1696}, - [5700] = {.lex_state = 1696}, - [5701] = {.lex_state = 333}, - [5702] = {.lex_state = 1729}, - [5703] = {.lex_state = 245}, + [5697] = {.lex_state = 320}, + [5698] = {.lex_state = 1729}, + [5699] = {.lex_state = 62}, + [5700] = {.lex_state = 62}, + [5701] = {.lex_state = 62}, + [5702] = {.lex_state = 1696}, + [5703] = {.lex_state = 1696}, [5704] = {.lex_state = 245}, [5705] = {.lex_state = 1696}, [5706] = {.lex_state = 1696}, - [5707] = {.lex_state = 245}, - [5708] = {.lex_state = 338}, - [5709] = {.lex_state = 245}, - [5710] = {.lex_state = 1696}, - [5711] = {.lex_state = 1696}, - [5712] = {.lex_state = 1729}, - [5713] = {.lex_state = 320}, - [5714] = {.lex_state = 1696}, - [5715] = {.lex_state = 1696}, - [5716] = {.lex_state = 1696}, - [5717] = {.lex_state = 1729}, - [5718] = {.lex_state = 1696}, - [5719] = {.lex_state = 320}, - [5720] = {.lex_state = 367}, - [5721] = {.lex_state = 367}, - [5722] = {.lex_state = 1729}, - [5723] = {.lex_state = 1729}, - [5724] = {.lex_state = 245}, - [5725] = {.lex_state = 62}, - [5726] = {.lex_state = 1729}, - [5727] = {.lex_state = 1696}, + [5707] = {.lex_state = 1696}, + [5708] = {.lex_state = 1729}, + [5709] = {.lex_state = 1729}, + [5710] = {.lex_state = 4651}, + [5711] = {.lex_state = 4651}, + [5712] = {.lex_state = 285}, + [5713] = {.lex_state = 30, .external_lex_state = 2}, + [5714] = {.lex_state = 336}, + [5715] = {.lex_state = 320}, + [5716] = {.lex_state = 320}, + [5717] = {.lex_state = 1696}, + [5718] = {.lex_state = 1729}, + [5719] = {.lex_state = 1729}, + [5720] = {.lex_state = 343}, + [5721] = {.lex_state = 245}, + [5722] = {.lex_state = 1696}, + [5723] = {.lex_state = 4651}, + [5724] = {.lex_state = 4651}, + [5725] = {.lex_state = 1694}, + [5726] = {.lex_state = 245}, + [5727] = {.lex_state = 245}, [5728] = {.lex_state = 1696}, - [5729] = {.lex_state = 320}, - [5730] = {.lex_state = 320}, - [5731] = {.lex_state = 62}, - [5732] = {.lex_state = 62}, - [5733] = {.lex_state = 62}, + [5729] = {.lex_state = 1729}, + [5730] = {.lex_state = 1729}, + [5731] = {.lex_state = 1729}, + [5732] = {.lex_state = 1729}, + [5733] = {.lex_state = 1696}, [5734] = {.lex_state = 1696}, - [5735] = {.lex_state = 1729}, - [5736] = {.lex_state = 1729}, - [5737] = {.lex_state = 1729}, - [5738] = {.lex_state = 1696}, - [5739] = {.lex_state = 1696}, - [5740] = {.lex_state = 285}, - [5741] = {.lex_state = 1729}, - [5742] = {.lex_state = 1729}, - [5743] = {.lex_state = 1696}, + [5735] = {.lex_state = 1694}, + [5736] = {.lex_state = 1664}, + [5737] = {.lex_state = 367}, + [5738] = {.lex_state = 1664}, + [5739] = {.lex_state = 1664}, + [5740] = {.lex_state = 1664}, + [5741] = {.lex_state = 1696}, + [5742] = {.lex_state = 305}, + [5743] = {.lex_state = 1729}, [5744] = {.lex_state = 1729}, - [5745] = {.lex_state = 1729}, - [5746] = {.lex_state = 1729}, - [5747] = {.lex_state = 367}, - [5748] = {.lex_state = 1729}, - [5749] = {.lex_state = 1729}, - [5750] = {.lex_state = 1696}, - [5751] = {.lex_state = 367}, - [5752] = {.lex_state = 30}, - [5753] = {.lex_state = 1696}, - [5754] = {.lex_state = 1729}, - [5755] = {.lex_state = 1729}, - [5756] = {.lex_state = 30}, - [5757] = {.lex_state = 1664}, - [5758] = {.lex_state = 1696}, - [5759] = {.lex_state = 1664}, - [5760] = {.lex_state = 1664}, - [5761] = {.lex_state = 1664}, - [5762] = {.lex_state = 305}, - [5763] = {.lex_state = 1664}, - [5764] = {.lex_state = 1696}, - [5765] = {.lex_state = 1664}, - [5766] = {.lex_state = 1696}, + [5745] = {.lex_state = 245}, + [5746] = {.lex_state = 245}, + [5747] = {.lex_state = 1696}, + [5748] = {.lex_state = 1696}, + [5749] = {.lex_state = 4651}, + [5750] = {.lex_state = 320}, + [5751] = {.lex_state = 4651}, + [5752] = {.lex_state = 245}, + [5753] = {.lex_state = 62}, + [5754] = {.lex_state = 333}, + [5755] = {.lex_state = 1696}, + [5756] = {.lex_state = 264}, + [5757] = {.lex_state = 1729}, + [5758] = {.lex_state = 1729}, + [5759] = {.lex_state = 1729}, + [5760] = {.lex_state = 1729}, + [5761] = {.lex_state = 1696}, + [5762] = {.lex_state = 1729}, + [5763] = {.lex_state = 301}, + [5764] = {.lex_state = 320}, + [5765] = {.lex_state = 266}, + [5766] = {.lex_state = 245}, [5767] = {.lex_state = 1696}, - [5768] = {.lex_state = 1729}, + [5768] = {.lex_state = 1696}, [5769] = {.lex_state = 1729}, - [5770] = {.lex_state = 245}, - [5771] = {.lex_state = 1729}, - [5772] = {.lex_state = 1694}, - [5773] = {.lex_state = 1696}, - [5774] = {.lex_state = 245}, + [5770] = {.lex_state = 305}, + [5771] = {.lex_state = 4651}, + [5772] = {.lex_state = 4651}, + [5773] = {.lex_state = 1729}, + [5774] = {.lex_state = 1696}, [5775] = {.lex_state = 1729}, [5776] = {.lex_state = 1729}, [5777] = {.lex_state = 1729}, - [5778] = {.lex_state = 305}, - [5779] = {.lex_state = 1729}, - [5780] = {.lex_state = 1729}, - [5781] = {.lex_state = 1729}, - [5782] = {.lex_state = 245}, - [5783] = {.lex_state = 1729}, - [5784] = {.lex_state = 1730}, - [5785] = {.lex_state = 1729}, - [5786] = {.lex_state = 1729}, - [5787] = {.lex_state = 4651}, - [5788] = {.lex_state = 4651}, - [5789] = {.lex_state = 336}, + [5778] = {.lex_state = 340}, + [5779] = {.lex_state = 245}, + [5780] = {.lex_state = 1696}, + [5781] = {.lex_state = 245}, + [5782] = {.lex_state = 1696}, + [5783] = {.lex_state = 4651}, + [5784] = {.lex_state = 320}, + [5785] = {.lex_state = 4651}, + [5786] = {.lex_state = 336}, + [5787] = {.lex_state = 1729}, + [5788] = {.lex_state = 1696}, + [5789] = {.lex_state = 1694}, [5790] = {.lex_state = 1729}, [5791] = {.lex_state = 1694}, - [5792] = {.lex_state = 1694}, - [5793] = {.lex_state = 320}, + [5792] = {.lex_state = 1729}, + [5793] = {.lex_state = 1729}, [5794] = {.lex_state = 320}, - [5795] = {.lex_state = 1729}, - [5796] = {.lex_state = 1729}, - [5797] = {.lex_state = 245}, + [5795] = {.lex_state = 320}, + [5796] = {.lex_state = 320}, + [5797] = {.lex_state = 320}, [5798] = {.lex_state = 245}, - [5799] = {.lex_state = 1694}, - [5800] = {.lex_state = 1696}, - [5801] = {.lex_state = 1696}, - [5802] = {.lex_state = 1696}, - [5803] = {.lex_state = 312}, - [5804] = {.lex_state = 1732}, - [5805] = {.lex_state = 374}, - [5806] = {.lex_state = 30}, - [5807] = {.lex_state = 1665}, - [5808] = {.lex_state = 30}, - [5809] = {.lex_state = 312}, - [5810] = {.lex_state = 374}, + [5799] = {.lex_state = 1729}, + [5800] = {.lex_state = 1729}, + [5801] = {.lex_state = 4651}, + [5802] = {.lex_state = 1729}, + [5803] = {.lex_state = 4651}, + [5804] = {.lex_state = 245}, + [5805] = {.lex_state = 1694}, + [5806] = {.lex_state = 1729}, + [5807] = {.lex_state = 1729}, + [5808] = {.lex_state = 1696}, + [5809] = {.lex_state = 305}, + [5810] = {.lex_state = 1696}, [5811] = {.lex_state = 312}, - [5812] = {.lex_state = 305}, + [5812] = {.lex_state = 312}, [5813] = {.lex_state = 312}, - [5814] = {.lex_state = 350}, + [5814] = {.lex_state = 30}, [5815] = {.lex_state = 312}, [5816] = {.lex_state = 312}, - [5817] = {.lex_state = 312}, - [5818] = {.lex_state = 1665}, - [5819] = {.lex_state = 1696}, - [5820] = {.lex_state = 1665}, - [5821] = {.lex_state = 320}, - [5822] = {.lex_state = 374}, - [5823] = {.lex_state = 312}, - [5824] = {.lex_state = 312}, - [5825] = {.lex_state = 320}, - [5826] = {.lex_state = 1629}, - [5827] = {.lex_state = 374}, - [5828] = {.lex_state = 30}, - [5829] = {.lex_state = 320}, - [5830] = {.lex_state = 1696}, - [5831] = {.lex_state = 374}, + [5817] = {.lex_state = 299}, + [5818] = {.lex_state = 30}, + [5819] = {.lex_state = 312}, + [5820] = {.lex_state = 312}, + [5821] = {.lex_state = 312}, + [5822] = {.lex_state = 320}, + [5823] = {.lex_state = 320}, + [5824] = {.lex_state = 30}, + [5825] = {.lex_state = 30}, + [5826] = {.lex_state = 30}, + [5827] = {.lex_state = 305}, + [5828] = {.lex_state = 312}, + [5829] = {.lex_state = 1697}, + [5830] = {.lex_state = 312}, + [5831] = {.lex_state = 312}, [5832] = {.lex_state = 320}, - [5833] = {.lex_state = 1665}, - [5834] = {.lex_state = 374}, - [5835] = {.lex_state = 312}, - [5836] = {.lex_state = 374}, - [5837] = {.lex_state = 302}, + [5833] = {.lex_state = 320}, + [5834] = {.lex_state = 320}, + [5835] = {.lex_state = 320}, + [5836] = {.lex_state = 312}, + [5837] = {.lex_state = 30}, [5838] = {.lex_state = 320}, - [5839] = {.lex_state = 374}, - [5840] = {.lex_state = 312}, - [5841] = {.lex_state = 374}, - [5842] = {.lex_state = 320}, + [5839] = {.lex_state = 320}, + [5840] = {.lex_state = 1696}, + [5841] = {.lex_state = 312}, + [5842] = {.lex_state = 312}, [5843] = {.lex_state = 312}, - [5844] = {.lex_state = 339}, - [5845] = {.lex_state = 1665}, - [5846] = {.lex_state = 1665}, - [5847] = {.lex_state = 374}, - [5848] = {.lex_state = 312}, - [5849] = {.lex_state = 374}, - [5850] = {.lex_state = 299}, - [5851] = {.lex_state = 269}, - [5852] = {.lex_state = 320}, - [5853] = {.lex_state = 320}, + [5844] = {.lex_state = 312}, + [5845] = {.lex_state = 312}, + [5846] = {.lex_state = 312}, + [5847] = {.lex_state = 30}, + [5848] = {.lex_state = 237}, + [5849] = {.lex_state = 320}, + [5850] = {.lex_state = 312}, + [5851] = {.lex_state = 320}, + [5852] = {.lex_state = 312}, + [5853] = {.lex_state = 312}, [5854] = {.lex_state = 312}, - [5855] = {.lex_state = 339}, - [5856] = {.lex_state = 374}, - [5857] = {.lex_state = 312}, + [5855] = {.lex_state = 1665}, + [5856] = {.lex_state = 312}, + [5857] = {.lex_state = 1660}, [5858] = {.lex_state = 312}, - [5859] = {.lex_state = 374}, + [5859] = {.lex_state = 312}, [5860] = {.lex_state = 312}, - [5861] = {.lex_state = 30}, - [5862] = {.lex_state = 30}, - [5863] = {.lex_state = 312}, + [5861] = {.lex_state = 1696}, + [5862] = {.lex_state = 1696}, + [5863] = {.lex_state = 30}, [5864] = {.lex_state = 312}, - [5865] = {.lex_state = 30}, - [5866] = {.lex_state = 237}, - [5867] = {.lex_state = 30}, + [5865] = {.lex_state = 374}, + [5866] = {.lex_state = 1696}, + [5867] = {.lex_state = 312}, [5868] = {.lex_state = 374}, - [5869] = {.lex_state = 30}, + [5869] = {.lex_state = 320}, [5870] = {.lex_state = 312}, - [5871] = {.lex_state = 312}, - [5872] = {.lex_state = 299}, + [5871] = {.lex_state = 374}, + [5872] = {.lex_state = 312}, [5873] = {.lex_state = 1696}, - [5874] = {.lex_state = 30}, - [5875] = {.lex_state = 374}, - [5876] = {.lex_state = 312}, - [5877] = {.lex_state = 30}, - [5878] = {.lex_state = 1665}, - [5879] = {.lex_state = 30}, - [5880] = {.lex_state = 30}, - [5881] = {.lex_state = 320}, - [5882] = {.lex_state = 312}, - [5883] = {.lex_state = 320}, - [5884] = {.lex_state = 312}, - [5885] = {.lex_state = 320}, - [5886] = {.lex_state = 305}, - [5887] = {.lex_state = 351}, - [5888] = {.lex_state = 312}, - [5889] = {.lex_state = 312}, - [5890] = {.lex_state = 312}, - [5891] = {.lex_state = 302}, - [5892] = {.lex_state = 312}, - [5893] = {.lex_state = 320}, - [5894] = {.lex_state = 312}, - [5895] = {.lex_state = 374}, - [5896] = {.lex_state = 1665}, - [5897] = {.lex_state = 320}, + [5874] = {.lex_state = 351}, + [5875] = {.lex_state = 312}, + [5876] = {.lex_state = 1696}, + [5877] = {.lex_state = 320}, + [5878] = {.lex_state = 374}, + [5879] = {.lex_state = 320}, + [5880] = {.lex_state = 320}, + [5881] = {.lex_state = 1696}, + [5882] = {.lex_state = 1694}, + [5883] = {.lex_state = 374}, + [5884] = {.lex_state = 30}, + [5885] = {.lex_state = 299}, + [5886] = {.lex_state = 302}, + [5887] = {.lex_state = 374}, + [5888] = {.lex_state = 320}, + [5889] = {.lex_state = 320}, + [5890] = {.lex_state = 374}, + [5891] = {.lex_state = 320}, + [5892] = {.lex_state = 320}, + [5893] = {.lex_state = 1665}, + [5894] = {.lex_state = 350}, + [5895] = {.lex_state = 62}, + [5896] = {.lex_state = 339}, + [5897] = {.lex_state = 374}, [5898] = {.lex_state = 320}, [5899] = {.lex_state = 320}, - [5900] = {.lex_state = 62}, - [5901] = {.lex_state = 30}, - [5902] = {.lex_state = 374}, - [5903] = {.lex_state = 1696}, - [5904] = {.lex_state = 30}, - [5905] = {.lex_state = 312}, - [5906] = {.lex_state = 1665}, - [5907] = {.lex_state = 312}, - [5908] = {.lex_state = 312}, - [5909] = {.lex_state = 1696}, - [5910] = {.lex_state = 264}, - [5911] = {.lex_state = 312}, - [5912] = {.lex_state = 312}, - [5913] = {.lex_state = 1697}, - [5914] = {.lex_state = 320}, + [5900] = {.lex_state = 1696}, + [5901] = {.lex_state = 374}, + [5902] = {.lex_state = 339}, + [5903] = {.lex_state = 1732}, + [5904] = {.lex_state = 320}, + [5905] = {.lex_state = 320}, + [5906] = {.lex_state = 374}, + [5907] = {.lex_state = 320}, + [5908] = {.lex_state = 374}, + [5909] = {.lex_state = 339}, + [5910] = {.lex_state = 30}, + [5911] = {.lex_state = 30}, + [5912] = {.lex_state = 374}, + [5913] = {.lex_state = 30}, + [5914] = {.lex_state = 374}, [5915] = {.lex_state = 1696}, [5916] = {.lex_state = 339}, - [5917] = {.lex_state = 1696}, - [5918] = {.lex_state = 312}, - [5919] = {.lex_state = 320}, - [5920] = {.lex_state = 1696}, - [5921] = {.lex_state = 312}, - [5922] = {.lex_state = 312}, - [5923] = {.lex_state = 312}, - [5924] = {.lex_state = 1665}, - [5925] = {.lex_state = 1665}, + [5917] = {.lex_state = 374}, + [5918] = {.lex_state = 320}, + [5919] = {.lex_state = 341}, + [5920] = {.lex_state = 374}, + [5921] = {.lex_state = 320}, + [5922] = {.lex_state = 1629}, + [5923] = {.lex_state = 374}, + [5924] = {.lex_state = 320}, + [5925] = {.lex_state = 374}, [5926] = {.lex_state = 320}, - [5927] = {.lex_state = 374}, - [5928] = {.lex_state = 374}, + [5927] = {.lex_state = 30}, + [5928] = {.lex_state = 30}, [5929] = {.lex_state = 30}, - [5930] = {.lex_state = 284}, - [5931] = {.lex_state = 312}, - [5932] = {.lex_state = 1665}, - [5933] = {.lex_state = 374}, - [5934] = {.lex_state = 312}, - [5935] = {.lex_state = 1694}, - [5936] = {.lex_state = 30}, - [5937] = {.lex_state = 312}, - [5938] = {.lex_state = 341}, - [5939] = {.lex_state = 1696}, - [5940] = {.lex_state = 30}, - [5941] = {.lex_state = 30}, - [5942] = {.lex_state = 274}, - [5943] = {.lex_state = 264}, - [5944] = {.lex_state = 312}, - [5945] = {.lex_state = 1665}, - [5946] = {.lex_state = 320}, - [5947] = {.lex_state = 267}, + [5930] = {.lex_state = 320}, + [5931] = {.lex_state = 30}, + [5932] = {.lex_state = 374}, + [5933] = {.lex_state = 30}, + [5934] = {.lex_state = 374}, + [5935] = {.lex_state = 374}, + [5936] = {.lex_state = 351}, + [5937] = {.lex_state = 30}, + [5938] = {.lex_state = 1696}, + [5939] = {.lex_state = 374}, + [5940] = {.lex_state = 374}, + [5941] = {.lex_state = 374}, + [5942] = {.lex_state = 374}, + [5943] = {.lex_state = 1696}, + [5944] = {.lex_state = 374}, + [5945] = {.lex_state = 339}, + [5946] = {.lex_state = 374}, + [5947] = {.lex_state = 374}, [5948] = {.lex_state = 1665}, - [5949] = {.lex_state = 312}, - [5950] = {.lex_state = 320}, - [5951] = {.lex_state = 1665}, - [5952] = {.lex_state = 320}, + [5949] = {.lex_state = 374}, + [5950] = {.lex_state = 312}, + [5951] = {.lex_state = 374}, + [5952] = {.lex_state = 312}, [5953] = {.lex_state = 312}, - [5954] = {.lex_state = 374}, - [5955] = {.lex_state = 30}, - [5956] = {.lex_state = 30}, - [5957] = {.lex_state = 30}, - [5958] = {.lex_state = 312}, - [5959] = {.lex_state = 30}, - [5960] = {.lex_state = 1696}, - [5961] = {.lex_state = 1732}, - [5962] = {.lex_state = 320}, - [5963] = {.lex_state = 1696}, - [5964] = {.lex_state = 374}, - [5965] = {.lex_state = 305}, - [5966] = {.lex_state = 320}, - [5967] = {.lex_state = 320}, - [5968] = {.lex_state = 351}, + [5954] = {.lex_state = 264}, + [5955] = {.lex_state = 312}, + [5956] = {.lex_state = 305}, + [5957] = {.lex_state = 312}, + [5958] = {.lex_state = 302}, + [5959] = {.lex_state = 320}, + [5960] = {.lex_state = 312}, + [5961] = {.lex_state = 320}, + [5962] = {.lex_state = 312}, + [5963] = {.lex_state = 312}, + [5964] = {.lex_state = 312}, + [5965] = {.lex_state = 312}, + [5966] = {.lex_state = 312}, + [5967] = {.lex_state = 30}, + [5968] = {.lex_state = 62}, [5969] = {.lex_state = 1696}, - [5970] = {.lex_state = 312}, - [5971] = {.lex_state = 1696}, - [5972] = {.lex_state = 374}, - [5973] = {.lex_state = 374}, - [5974] = {.lex_state = 305}, + [5970] = {.lex_state = 30}, + [5971] = {.lex_state = 320}, + [5972] = {.lex_state = 312}, + [5973] = {.lex_state = 312}, + [5974] = {.lex_state = 1696}, [5975] = {.lex_state = 320}, [5976] = {.lex_state = 1665}, - [5977] = {.lex_state = 312}, - [5978] = {.lex_state = 30}, - [5979] = {.lex_state = 30}, - [5980] = {.lex_state = 30}, - [5981] = {.lex_state = 339}, - [5982] = {.lex_state = 320}, - [5983] = {.lex_state = 1665}, - [5984] = {.lex_state = 30}, - [5985] = {.lex_state = 30}, - [5986] = {.lex_state = 30}, - [5987] = {.lex_state = 30}, - [5988] = {.lex_state = 1696}, + [5977] = {.lex_state = 268}, + [5978] = {.lex_state = 1697}, + [5979] = {.lex_state = 1665}, + [5980] = {.lex_state = 312}, + [5981] = {.lex_state = 1696}, + [5982] = {.lex_state = 1696}, + [5983] = {.lex_state = 1696}, + [5984] = {.lex_state = 374}, + [5985] = {.lex_state = 1696}, + [5986] = {.lex_state = 1665}, + [5987] = {.lex_state = 1665}, + [5988] = {.lex_state = 30}, [5989] = {.lex_state = 30}, - [5990] = {.lex_state = 320}, - [5991] = {.lex_state = 320}, - [5992] = {.lex_state = 1696}, - [5993] = {.lex_state = 1696}, - [5994] = {.lex_state = 1696}, - [5995] = {.lex_state = 320}, - [5996] = {.lex_state = 312}, - [5997] = {.lex_state = 305}, - [5998] = {.lex_state = 305}, - [5999] = {.lex_state = 1696}, - [6000] = {.lex_state = 1696}, - [6001] = {.lex_state = 1696}, - [6002] = {.lex_state = 1696}, - [6003] = {.lex_state = 1696}, - [6004] = {.lex_state = 1696}, - [6005] = {.lex_state = 1696}, - [6006] = {.lex_state = 1696}, - [6007] = {.lex_state = 312}, - [6008] = {.lex_state = 312}, + [5990] = {.lex_state = 274}, + [5991] = {.lex_state = 268}, + [5992] = {.lex_state = 270}, + [5993] = {.lex_state = 1665}, + [5994] = {.lex_state = 267}, + [5995] = {.lex_state = 1665}, + [5996] = {.lex_state = 284}, + [5997] = {.lex_state = 312}, + [5998] = {.lex_state = 1696}, + [5999] = {.lex_state = 1732}, + [6000] = {.lex_state = 30}, + [6001] = {.lex_state = 30}, + [6002] = {.lex_state = 30}, + [6003] = {.lex_state = 1665}, + [6004] = {.lex_state = 30}, + [6005] = {.lex_state = 1665}, + [6006] = {.lex_state = 1665}, + [6007] = {.lex_state = 1696}, + [6008] = {.lex_state = 1665}, [6009] = {.lex_state = 1696}, - [6010] = {.lex_state = 1696}, - [6011] = {.lex_state = 1697}, - [6012] = {.lex_state = 320}, - [6013] = {.lex_state = 374}, - [6014] = {.lex_state = 1696}, - [6015] = {.lex_state = 1696}, - [6016] = {.lex_state = 312}, - [6017] = {.lex_state = 1696}, - [6018] = {.lex_state = 1696}, - [6019] = {.lex_state = 374}, - [6020] = {.lex_state = 339}, + [6010] = {.lex_state = 1665}, + [6011] = {.lex_state = 237}, + [6012] = {.lex_state = 1665}, + [6013] = {.lex_state = 312}, + [6014] = {.lex_state = 312}, + [6015] = {.lex_state = 374}, + [6016] = {.lex_state = 30}, + [6017] = {.lex_state = 30}, + [6018] = {.lex_state = 30}, + [6019] = {.lex_state = 30}, + [6020] = {.lex_state = 30}, [6021] = {.lex_state = 1696}, - [6022] = {.lex_state = 1696}, + [6022] = {.lex_state = 312}, [6023] = {.lex_state = 1696}, - [6024] = {.lex_state = 1696}, - [6025] = {.lex_state = 1697}, + [6024] = {.lex_state = 1665}, + [6025] = {.lex_state = 1696}, [6026] = {.lex_state = 1696}, - [6027] = {.lex_state = 1696}, - [6028] = {.lex_state = 1696}, - [6029] = {.lex_state = 1696}, + [6027] = {.lex_state = 305}, + [6028] = {.lex_state = 305}, + [6029] = {.lex_state = 312}, [6030] = {.lex_state = 1696}, [6031] = {.lex_state = 1696}, - [6032] = {.lex_state = 30}, + [6032] = {.lex_state = 1696}, [6033] = {.lex_state = 1696}, - [6034] = {.lex_state = 1696}, + [6034] = {.lex_state = 312}, [6035] = {.lex_state = 1696}, [6036] = {.lex_state = 1696}, [6037] = {.lex_state = 1696}, - [6038] = {.lex_state = 374}, - [6039] = {.lex_state = 1665}, - [6040] = {.lex_state = 271}, - [6041] = {.lex_state = 1660}, - [6042] = {.lex_state = 30}, - [6043] = {.lex_state = 30}, - [6044] = {.lex_state = 30}, - [6045] = {.lex_state = 312}, - [6046] = {.lex_state = 312}, - [6047] = {.lex_state = 30}, - [6048] = {.lex_state = 374}, - [6049] = {.lex_state = 374}, - [6050] = {.lex_state = 312}, + [6038] = {.lex_state = 1696}, + [6039] = {.lex_state = 1696}, + [6040] = {.lex_state = 1696}, + [6041] = {.lex_state = 1665}, + [6042] = {.lex_state = 1696}, + [6043] = {.lex_state = 1696}, + [6044] = {.lex_state = 1697}, + [6045] = {.lex_state = 1696}, + [6046] = {.lex_state = 1696}, + [6047] = {.lex_state = 1665}, + [6048] = {.lex_state = 1665}, + [6049] = {.lex_state = 30}, + [6050] = {.lex_state = 1696}, [6051] = {.lex_state = 1696}, - [6052] = {.lex_state = 1665}, + [6052] = {.lex_state = 1696}, [6053] = {.lex_state = 1696}, - [6054] = {.lex_state = 374}, + [6054] = {.lex_state = 1696}, [6055] = {.lex_state = 1696}, - [6056] = {.lex_state = 1665}, - [6057] = {.lex_state = 62}, - [6058] = {.lex_state = 1665}, - [6059] = {.lex_state = 312}, - [6060] = {.lex_state = 339}, - [6061] = {.lex_state = 374}, - [6062] = {.lex_state = 320}, - [6063] = {.lex_state = 1696}, - [6064] = {.lex_state = 320}, - [6065] = {.lex_state = 312}, - [6066] = {.lex_state = 237}, - [6067] = {.lex_state = 320}, - [6068] = {.lex_state = 320}, - [6069] = {.lex_state = 142}, - [6070] = {.lex_state = 320}, - [6071] = {.lex_state = 320}, - [6072] = {.lex_state = 1696}, - [6073] = {.lex_state = 372}, - [6074] = {.lex_state = 43}, - [6075] = {.lex_state = 356}, - [6076] = {.lex_state = 243}, - [6077] = {.lex_state = 1696}, - [6078] = {.lex_state = 142}, - [6079] = {.lex_state = 1696}, - [6080] = {.lex_state = 370}, - [6081] = {.lex_state = 243}, - [6082] = {.lex_state = 353}, - [6083] = {.lex_state = 1696}, - [6084] = {.lex_state = 30}, - [6085] = {.lex_state = 353}, - [6086] = {.lex_state = 43}, - [6087] = {.lex_state = 43}, - [6088] = {.lex_state = 352}, - [6089] = {.lex_state = 1696}, - [6090] = {.lex_state = 1696}, - [6091] = {.lex_state = 245}, - [6092] = {.lex_state = 1696}, - [6093] = {.lex_state = 352}, - [6094] = {.lex_state = 372}, - [6095] = {.lex_state = 142}, + [6056] = {.lex_state = 1696}, + [6057] = {.lex_state = 1696}, + [6058] = {.lex_state = 1696}, + [6059] = {.lex_state = 1696}, + [6060] = {.lex_state = 312}, + [6061] = {.lex_state = 30}, + [6062] = {.lex_state = 30}, + [6063] = {.lex_state = 30}, + [6064] = {.lex_state = 30}, + [6065] = {.lex_state = 1665}, + [6066] = {.lex_state = 320}, + [6067] = {.lex_state = 312}, + [6068] = {.lex_state = 305}, + [6069] = {.lex_state = 320}, + [6070] = {.lex_state = 312}, + [6071] = {.lex_state = 312}, + [6072] = {.lex_state = 339}, + [6073] = {.lex_state = 312}, + [6074] = {.lex_state = 1665}, + [6075] = {.lex_state = 1696}, + [6076] = {.lex_state = 356}, + [6077] = {.lex_state = 320}, + [6078] = {.lex_state = 303}, + [6079] = {.lex_state = 320}, + [6080] = {.lex_state = 356}, + [6081] = {.lex_state = 369}, + [6082] = {.lex_state = 243}, + [6083] = {.lex_state = 151}, + [6084] = {.lex_state = 1665}, + [6085] = {.lex_state = 1627}, + [6086] = {.lex_state = 1696}, + [6087] = {.lex_state = 243}, + [6088] = {.lex_state = 151}, + [6089] = {.lex_state = 303}, + [6090] = {.lex_state = 320}, + [6091] = {.lex_state = 300}, + [6092] = {.lex_state = 320}, + [6093] = {.lex_state = 372}, + [6094] = {.lex_state = 1696}, + [6095] = {.lex_state = 1696}, [6096] = {.lex_state = 1696}, - [6097] = {.lex_state = 372}, - [6098] = {.lex_state = 1696}, - [6099] = {.lex_state = 1696}, - [6100] = {.lex_state = 1696}, - [6101] = {.lex_state = 1696}, - [6102] = {.lex_state = 151}, - [6103] = {.lex_state = 1696}, - [6104] = {.lex_state = 1696}, + [6097] = {.lex_state = 130}, + [6098] = {.lex_state = 130}, + [6099] = {.lex_state = 130}, + [6100] = {.lex_state = 130}, + [6101] = {.lex_state = 130}, + [6102] = {.lex_state = 130}, + [6103] = {.lex_state = 130}, + [6104] = {.lex_state = 130}, [6105] = {.lex_state = 1696}, - [6106] = {.lex_state = 1696}, + [6106] = {.lex_state = 352}, [6107] = {.lex_state = 1696}, - [6108] = {.lex_state = 1696}, - [6109] = {.lex_state = 320}, + [6108] = {.lex_state = 372}, + [6109] = {.lex_state = 356}, [6110] = {.lex_state = 1696}, - [6111] = {.lex_state = 355}, - [6112] = {.lex_state = 352}, - [6113] = {.lex_state = 237}, - [6114] = {.lex_state = 151}, - [6115] = {.lex_state = 151}, - [6116] = {.lex_state = 142}, - [6117] = {.lex_state = 142}, - [6118] = {.lex_state = 142}, + [6111] = {.lex_state = 243}, + [6112] = {.lex_state = 320}, + [6113] = {.lex_state = 1696}, + [6114] = {.lex_state = 320}, + [6115] = {.lex_state = 1696}, + [6116] = {.lex_state = 1696}, + [6117] = {.lex_state = 243}, + [6118] = {.lex_state = 320}, [6119] = {.lex_state = 1696}, - [6120] = {.lex_state = 365}, - [6121] = {.lex_state = 1696}, + [6120] = {.lex_state = 300}, + [6121] = {.lex_state = 320}, [6122] = {.lex_state = 1696}, - [6123] = {.lex_state = 1696}, + [6123] = {.lex_state = 320}, [6124] = {.lex_state = 320}, - [6125] = {.lex_state = 237}, - [6126] = {.lex_state = 320}, - [6127] = {.lex_state = 300}, - [6128] = {.lex_state = 1696}, - [6129] = {.lex_state = 151}, - [6130] = {.lex_state = 1696}, - [6131] = {.lex_state = 151}, - [6132] = {.lex_state = 151}, - [6133] = {.lex_state = 151}, - [6134] = {.lex_state = 151}, - [6135] = {.lex_state = 142}, - [6136] = {.lex_state = 142}, - [6137] = {.lex_state = 142}, - [6138] = {.lex_state = 356}, + [6125] = {.lex_state = 300}, + [6126] = {.lex_state = 1696}, + [6127] = {.lex_state = 1696}, + [6128] = {.lex_state = 130}, + [6129] = {.lex_state = 130}, + [6130] = {.lex_state = 130}, + [6131] = {.lex_state = 130}, + [6132] = {.lex_state = 130}, + [6133] = {.lex_state = 130}, + [6134] = {.lex_state = 130}, + [6135] = {.lex_state = 130}, + [6136] = {.lex_state = 1696}, + [6137] = {.lex_state = 303}, + [6138] = {.lex_state = 1696}, [6139] = {.lex_state = 1696}, - [6140] = {.lex_state = 300}, + [6140] = {.lex_state = 356}, [6141] = {.lex_state = 1696}, - [6142] = {.lex_state = 312}, - [6143] = {.lex_state = 1696}, - [6144] = {.lex_state = 1696}, - [6145] = {.lex_state = 243}, - [6146] = {.lex_state = 1696}, - [6147] = {.lex_state = 1696}, - [6148] = {.lex_state = 303}, - [6149] = {.lex_state = 151}, - [6150] = {.lex_state = 151}, - [6151] = {.lex_state = 1696}, - [6152] = {.lex_state = 142}, + [6142] = {.lex_state = 243}, + [6143] = {.lex_state = 320}, + [6144] = {.lex_state = 320}, + [6145] = {.lex_state = 1696}, + [6146] = {.lex_state = 151}, + [6147] = {.lex_state = 243}, + [6148] = {.lex_state = 151}, + [6149] = {.lex_state = 1696}, + [6150] = {.lex_state = 1696}, + [6151] = {.lex_state = 355}, + [6152] = {.lex_state = 1696}, [6153] = {.lex_state = 1696}, - [6154] = {.lex_state = 1696}, - [6155] = {.lex_state = 1696}, - [6156] = {.lex_state = 370}, + [6154] = {.lex_state = 1665}, + [6155] = {.lex_state = 1665}, + [6156] = {.lex_state = 1665}, [6157] = {.lex_state = 1696}, - [6158] = {.lex_state = 142}, - [6159] = {.lex_state = 43}, - [6160] = {.lex_state = 142}, - [6161] = {.lex_state = 1696}, - [6162] = {.lex_state = 1696}, - [6163] = {.lex_state = 1696}, - [6164] = {.lex_state = 1696}, - [6165] = {.lex_state = 1696}, - [6166] = {.lex_state = 243}, - [6167] = {.lex_state = 243}, - [6168] = {.lex_state = 1696}, - [6169] = {.lex_state = 352}, - [6170] = {.lex_state = 1696}, - [6171] = {.lex_state = 151}, - [6172] = {.lex_state = 151}, + [6158] = {.lex_state = 1696}, + [6159] = {.lex_state = 130}, + [6160] = {.lex_state = 130}, + [6161] = {.lex_state = 130}, + [6162] = {.lex_state = 130}, + [6163] = {.lex_state = 130}, + [6164] = {.lex_state = 130}, + [6165] = {.lex_state = 130}, + [6166] = {.lex_state = 130}, + [6167] = {.lex_state = 1696}, + [6168] = {.lex_state = 303}, + [6169] = {.lex_state = 1696}, + [6170] = {.lex_state = 356}, + [6171] = {.lex_state = 237}, + [6172] = {.lex_state = 243}, [6173] = {.lex_state = 151}, - [6174] = {.lex_state = 151}, - [6175] = {.lex_state = 75}, - [6176] = {.lex_state = 300}, - [6177] = {.lex_state = 356}, - [6178] = {.lex_state = 1696}, - [6179] = {.lex_state = 303}, - [6180] = {.lex_state = 243}, - [6181] = {.lex_state = 243}, - [6182] = {.lex_state = 369}, + [6174] = {.lex_state = 1696}, + [6175] = {.lex_state = 130}, + [6176] = {.lex_state = 320}, + [6177] = {.lex_state = 1696}, + [6178] = {.lex_state = 243}, + [6179] = {.lex_state = 356}, + [6180] = {.lex_state = 300}, + [6181] = {.lex_state = 130}, + [6182] = {.lex_state = 1696}, [6183] = {.lex_state = 1696}, - [6184] = {.lex_state = 142}, - [6185] = {.lex_state = 43}, - [6186] = {.lex_state = 43}, - [6187] = {.lex_state = 142}, - [6188] = {.lex_state = 142}, - [6189] = {.lex_state = 142}, - [6190] = {.lex_state = 142}, - [6191] = {.lex_state = 142}, - [6192] = {.lex_state = 142}, - [6193] = {.lex_state = 142}, - [6194] = {.lex_state = 142}, - [6195] = {.lex_state = 1696}, - [6196] = {.lex_state = 119}, - [6197] = {.lex_state = 312}, - [6198] = {.lex_state = 339}, - [6199] = {.lex_state = 370}, - [6200] = {.lex_state = 1696}, - [6201] = {.lex_state = 1696}, - [6202] = {.lex_state = 365}, - [6203] = {.lex_state = 1696}, + [6184] = {.lex_state = 151}, + [6185] = {.lex_state = 130}, + [6186] = {.lex_state = 243}, + [6187] = {.lex_state = 1696}, + [6188] = {.lex_state = 130}, + [6189] = {.lex_state = 130}, + [6190] = {.lex_state = 130}, + [6191] = {.lex_state = 130}, + [6192] = {.lex_state = 130}, + [6193] = {.lex_state = 130}, + [6194] = {.lex_state = 130}, + [6195] = {.lex_state = 130}, + [6196] = {.lex_state = 356}, + [6197] = {.lex_state = 352}, + [6198] = {.lex_state = 1696}, + [6199] = {.lex_state = 356}, + [6200] = {.lex_state = 369}, + [6201] = {.lex_state = 243}, + [6202] = {.lex_state = 342}, + [6203] = {.lex_state = 312}, [6204] = {.lex_state = 1696}, [6205] = {.lex_state = 1696}, [6206] = {.lex_state = 1696}, - [6207] = {.lex_state = 1696}, - [6208] = {.lex_state = 356}, + [6207] = {.lex_state = 243}, + [6208] = {.lex_state = 1696}, [6209] = {.lex_state = 243}, - [6210] = {.lex_state = 303}, - [6211] = {.lex_state = 142}, - [6212] = {.lex_state = 243}, - [6213] = {.lex_state = 352}, - [6214] = {.lex_state = 245}, - [6215] = {.lex_state = 142}, - [6216] = {.lex_state = 303}, - [6217] = {.lex_state = 142}, - [6218] = {.lex_state = 142}, - [6219] = {.lex_state = 142}, - [6220] = {.lex_state = 142}, - [6221] = {.lex_state = 142}, - [6222] = {.lex_state = 142}, - [6223] = {.lex_state = 142}, - [6224] = {.lex_state = 142}, - [6225] = {.lex_state = 142}, - [6226] = {.lex_state = 300}, - [6227] = {.lex_state = 356}, - [6228] = {.lex_state = 243}, - [6229] = {.lex_state = 142}, - [6230] = {.lex_state = 1696}, - [6231] = {.lex_state = 243}, - [6232] = {.lex_state = 1696}, - [6233] = {.lex_state = 370}, - [6234] = {.lex_state = 1696}, - [6235] = {.lex_state = 370}, - [6236] = {.lex_state = 142}, - [6237] = {.lex_state = 142}, - [6238] = {.lex_state = 142}, - [6239] = {.lex_state = 142}, - [6240] = {.lex_state = 142}, - [6241] = {.lex_state = 142}, - [6242] = {.lex_state = 142}, - [6243] = {.lex_state = 142}, - [6244] = {.lex_state = 1696}, - [6245] = {.lex_state = 356}, - [6246] = {.lex_state = 243}, - [6247] = {.lex_state = 1696}, - [6248] = {.lex_state = 1696}, - [6249] = {.lex_state = 243}, - [6250] = {.lex_state = 243}, - [6251] = {.lex_state = 245}, - [6252] = {.lex_state = 1696}, - [6253] = {.lex_state = 142}, - [6254] = {.lex_state = 142}, - [6255] = {.lex_state = 142}, - [6256] = {.lex_state = 142}, - [6257] = {.lex_state = 142}, - [6258] = {.lex_state = 142}, - [6259] = {.lex_state = 142}, - [6260] = {.lex_state = 142}, - [6261] = {.lex_state = 356}, - [6262] = {.lex_state = 243}, - [6263] = {.lex_state = 1696}, - [6264] = {.lex_state = 243}, - [6265] = {.lex_state = 1696}, + [6210] = {.lex_state = 372}, + [6211] = {.lex_state = 365}, + [6212] = {.lex_state = 1696}, + [6213] = {.lex_state = 320}, + [6214] = {.lex_state = 130}, + [6215] = {.lex_state = 130}, + [6216] = {.lex_state = 130}, + [6217] = {.lex_state = 130}, + [6218] = {.lex_state = 130}, + [6219] = {.lex_state = 130}, + [6220] = {.lex_state = 130}, + [6221] = {.lex_state = 130}, + [6222] = {.lex_state = 1696}, + [6223] = {.lex_state = 356}, + [6224] = {.lex_state = 356}, + [6225] = {.lex_state = 365}, + [6226] = {.lex_state = 243}, + [6227] = {.lex_state = 243}, + [6228] = {.lex_state = 130}, + [6229] = {.lex_state = 1696}, + [6230] = {.lex_state = 243}, + [6231] = {.lex_state = 320}, + [6232] = {.lex_state = 320}, + [6233] = {.lex_state = 243}, + [6234] = {.lex_state = 1665}, + [6235] = {.lex_state = 130}, + [6236] = {.lex_state = 130}, + [6237] = {.lex_state = 130}, + [6238] = {.lex_state = 130}, + [6239] = {.lex_state = 130}, + [6240] = {.lex_state = 130}, + [6241] = {.lex_state = 130}, + [6242] = {.lex_state = 130}, + [6243] = {.lex_state = 130}, + [6244] = {.lex_state = 320}, + [6245] = {.lex_state = 130}, + [6246] = {.lex_state = 300}, + [6247] = {.lex_state = 356}, + [6248] = {.lex_state = 243}, + [6249] = {.lex_state = 352}, + [6250] = {.lex_state = 130}, + [6251] = {.lex_state = 339}, + [6252] = {.lex_state = 243}, + [6253] = {.lex_state = 130}, + [6254] = {.lex_state = 320}, + [6255] = {.lex_state = 43}, + [6256] = {.lex_state = 320}, + [6257] = {.lex_state = 1696}, + [6258] = {.lex_state = 130}, + [6259] = {.lex_state = 130}, + [6260] = {.lex_state = 130}, + [6261] = {.lex_state = 130}, + [6262] = {.lex_state = 130}, + [6263] = {.lex_state = 130}, + [6264] = {.lex_state = 130}, + [6265] = {.lex_state = 130}, [6266] = {.lex_state = 1696}, - [6267] = {.lex_state = 142}, - [6268] = {.lex_state = 142}, - [6269] = {.lex_state = 142}, - [6270] = {.lex_state = 142}, - [6271] = {.lex_state = 142}, - [6272] = {.lex_state = 142}, - [6273] = {.lex_state = 142}, - [6274] = {.lex_state = 142}, + [6267] = {.lex_state = 1696}, + [6268] = {.lex_state = 130}, + [6269] = {.lex_state = 303}, + [6270] = {.lex_state = 243}, + [6271] = {.lex_state = 320}, + [6272] = {.lex_state = 370}, + [6273] = {.lex_state = 1696}, + [6274] = {.lex_state = 243}, [6275] = {.lex_state = 1696}, - [6276] = {.lex_state = 356}, - [6277] = {.lex_state = 300}, + [6276] = {.lex_state = 245}, + [6277] = {.lex_state = 151}, [6278] = {.lex_state = 243}, - [6279] = {.lex_state = 320}, - [6280] = {.lex_state = 243}, - [6281] = {.lex_state = 1696}, - [6282] = {.lex_state = 142}, - [6283] = {.lex_state = 142}, - [6284] = {.lex_state = 142}, - [6285] = {.lex_state = 142}, - [6286] = {.lex_state = 142}, - [6287] = {.lex_state = 142}, - [6288] = {.lex_state = 142}, - [6289] = {.lex_state = 142}, - [6290] = {.lex_state = 320}, - [6291] = {.lex_state = 300}, - [6292] = {.lex_state = 356}, + [6279] = {.lex_state = 151}, + [6280] = {.lex_state = 130}, + [6281] = {.lex_state = 130}, + [6282] = {.lex_state = 130}, + [6283] = {.lex_state = 130}, + [6284] = {.lex_state = 130}, + [6285] = {.lex_state = 130}, + [6286] = {.lex_state = 130}, + [6287] = {.lex_state = 130}, + [6288] = {.lex_state = 151}, + [6289] = {.lex_state = 30}, + [6290] = {.lex_state = 356}, + [6291] = {.lex_state = 243}, + [6292] = {.lex_state = 243}, [6293] = {.lex_state = 243}, - [6294] = {.lex_state = 142}, + [6294] = {.lex_state = 352}, [6295] = {.lex_state = 243}, - [6296] = {.lex_state = 142}, - [6297] = {.lex_state = 142}, - [6298] = {.lex_state = 142}, - [6299] = {.lex_state = 142}, - [6300] = {.lex_state = 142}, - [6301] = {.lex_state = 142}, - [6302] = {.lex_state = 142}, - [6303] = {.lex_state = 142}, - [6304] = {.lex_state = 142}, - [6305] = {.lex_state = 142}, - [6306] = {.lex_state = 142}, - [6307] = {.lex_state = 1696}, - [6308] = {.lex_state = 356}, - [6309] = {.lex_state = 243}, - [6310] = {.lex_state = 142}, - [6311] = {.lex_state = 303}, - [6312] = {.lex_state = 243}, - [6313] = {.lex_state = 1696}, - [6314] = {.lex_state = 1696}, - [6315] = {.lex_state = 142}, - [6316] = {.lex_state = 142}, - [6317] = {.lex_state = 142}, - [6318] = {.lex_state = 142}, - [6319] = {.lex_state = 142}, - [6320] = {.lex_state = 142}, - [6321] = {.lex_state = 142}, - [6322] = {.lex_state = 142}, - [6323] = {.lex_state = 1627}, - [6324] = {.lex_state = 1696}, - [6325] = {.lex_state = 356}, - [6326] = {.lex_state = 243}, - [6327] = {.lex_state = 1696}, - [6328] = {.lex_state = 1696}, + [6296] = {.lex_state = 151}, + [6297] = {.lex_state = 130}, + [6298] = {.lex_state = 130}, + [6299] = {.lex_state = 130}, + [6300] = {.lex_state = 130}, + [6301] = {.lex_state = 130}, + [6302] = {.lex_state = 130}, + [6303] = {.lex_state = 130}, + [6304] = {.lex_state = 130}, + [6305] = {.lex_state = 1696}, + [6306] = {.lex_state = 356}, + [6307] = {.lex_state = 243}, + [6308] = {.lex_state = 243}, + [6309] = {.lex_state = 151}, + [6310] = {.lex_state = 243}, + [6311] = {.lex_state = 43}, + [6312] = {.lex_state = 130}, + [6313] = {.lex_state = 130}, + [6314] = {.lex_state = 130}, + [6315] = {.lex_state = 130}, + [6316] = {.lex_state = 130}, + [6317] = {.lex_state = 130}, + [6318] = {.lex_state = 130}, + [6319] = {.lex_state = 130}, + [6320] = {.lex_state = 130}, + [6321] = {.lex_state = 356}, + [6322] = {.lex_state = 243}, + [6323] = {.lex_state = 1696}, + [6324] = {.lex_state = 243}, + [6325] = {.lex_state = 130}, + [6326] = {.lex_state = 1696}, + [6327] = {.lex_state = 356}, + [6328] = {.lex_state = 243}, [6329] = {.lex_state = 1696}, - [6330] = {.lex_state = 1696}, - [6331] = {.lex_state = 243}, - [6332] = {.lex_state = 1696}, - [6333] = {.lex_state = 303}, - [6334] = {.lex_state = 142}, - [6335] = {.lex_state = 142}, - [6336] = {.lex_state = 142}, - [6337] = {.lex_state = 142}, - [6338] = {.lex_state = 142}, - [6339] = {.lex_state = 142}, - [6340] = {.lex_state = 142}, - [6341] = {.lex_state = 142}, + [6330] = {.lex_state = 243}, + [6331] = {.lex_state = 130}, + [6332] = {.lex_state = 356}, + [6333] = {.lex_state = 243}, + [6334] = {.lex_state = 130}, + [6335] = {.lex_state = 243}, + [6336] = {.lex_state = 43}, + [6337] = {.lex_state = 356}, + [6338] = {.lex_state = 243}, + [6339] = {.lex_state = 130}, + [6340] = {.lex_state = 243}, + [6341] = {.lex_state = 151}, [6342] = {.lex_state = 356}, [6343] = {.lex_state = 243}, [6344] = {.lex_state = 243}, - [6345] = {.lex_state = 1696}, - [6346] = {.lex_state = 1696}, - [6347] = {.lex_state = 352}, - [6348] = {.lex_state = 142}, - [6349] = {.lex_state = 142}, - [6350] = {.lex_state = 142}, - [6351] = {.lex_state = 142}, - [6352] = {.lex_state = 142}, - [6353] = {.lex_state = 142}, - [6354] = {.lex_state = 142}, - [6355] = {.lex_state = 142}, - [6356] = {.lex_state = 356}, - [6357] = {.lex_state = 243}, - [6358] = {.lex_state = 300}, + [6345] = {.lex_state = 151}, + [6346] = {.lex_state = 356}, + [6347] = {.lex_state = 243}, + [6348] = {.lex_state = 243}, + [6349] = {.lex_state = 1696}, + [6350] = {.lex_state = 356}, + [6351] = {.lex_state = 243}, + [6352] = {.lex_state = 243}, + [6353] = {.lex_state = 130}, + [6354] = {.lex_state = 356}, + [6355] = {.lex_state = 243}, + [6356] = {.lex_state = 243}, + [6357] = {.lex_state = 151}, + [6358] = {.lex_state = 356}, [6359] = {.lex_state = 243}, - [6360] = {.lex_state = 303}, - [6361] = {.lex_state = 142}, - [6362] = {.lex_state = 142}, - [6363] = {.lex_state = 142}, - [6364] = {.lex_state = 142}, - [6365] = {.lex_state = 142}, - [6366] = {.lex_state = 142}, - [6367] = {.lex_state = 142}, - [6368] = {.lex_state = 142}, - [6369] = {.lex_state = 142}, + [6360] = {.lex_state = 243}, + [6361] = {.lex_state = 130}, + [6362] = {.lex_state = 356}, + [6363] = {.lex_state = 243}, + [6364] = {.lex_state = 243}, + [6365] = {.lex_state = 130}, + [6366] = {.lex_state = 356}, + [6367] = {.lex_state = 243}, + [6368] = {.lex_state = 243}, + [6369] = {.lex_state = 151}, [6370] = {.lex_state = 356}, [6371] = {.lex_state = 243}, - [6372] = {.lex_state = 352}, - [6373] = {.lex_state = 243}, - [6374] = {.lex_state = 151}, - [6375] = {.lex_state = 151}, - [6376] = {.lex_state = 142}, - [6377] = {.lex_state = 142}, - [6378] = {.lex_state = 142}, - [6379] = {.lex_state = 142}, - [6380] = {.lex_state = 142}, - [6381] = {.lex_state = 1696}, - [6382] = {.lex_state = 142}, - [6383] = {.lex_state = 142}, - [6384] = {.lex_state = 356}, - [6385] = {.lex_state = 243}, - [6386] = {.lex_state = 339}, + [6372] = {.lex_state = 243}, + [6373] = {.lex_state = 356}, + [6374] = {.lex_state = 243}, + [6375] = {.lex_state = 243}, + [6376] = {.lex_state = 356}, + [6377] = {.lex_state = 243}, + [6378] = {.lex_state = 243}, + [6379] = {.lex_state = 356}, + [6380] = {.lex_state = 243}, + [6381] = {.lex_state = 243}, + [6382] = {.lex_state = 356}, + [6383] = {.lex_state = 243}, + [6384] = {.lex_state = 243}, + [6385] = {.lex_state = 356}, + [6386] = {.lex_state = 243}, [6387] = {.lex_state = 243}, - [6388] = {.lex_state = 142}, - [6389] = {.lex_state = 142}, - [6390] = {.lex_state = 142}, - [6391] = {.lex_state = 142}, - [6392] = {.lex_state = 142}, - [6393] = {.lex_state = 142}, - [6394] = {.lex_state = 142}, - [6395] = {.lex_state = 142}, - [6396] = {.lex_state = 142}, - [6397] = {.lex_state = 356}, - [6398] = {.lex_state = 243}, - [6399] = {.lex_state = 142}, - [6400] = {.lex_state = 243}, - [6401] = {.lex_state = 142}, - [6402] = {.lex_state = 142}, - [6403] = {.lex_state = 142}, - [6404] = {.lex_state = 142}, - [6405] = {.lex_state = 142}, - [6406] = {.lex_state = 142}, - [6407] = {.lex_state = 142}, - [6408] = {.lex_state = 142}, - [6409] = {.lex_state = 142}, - [6410] = {.lex_state = 142}, - [6411] = {.lex_state = 356}, - [6412] = {.lex_state = 243}, - [6413] = {.lex_state = 243}, - [6414] = {.lex_state = 1696}, - [6415] = {.lex_state = 356}, - [6416] = {.lex_state = 243}, - [6417] = {.lex_state = 243}, - [6418] = {.lex_state = 1696}, - [6419] = {.lex_state = 356}, - [6420] = {.lex_state = 243}, - [6421] = {.lex_state = 1696}, - [6422] = {.lex_state = 243}, - [6423] = {.lex_state = 365}, - [6424] = {.lex_state = 356}, - [6425] = {.lex_state = 243}, - [6426] = {.lex_state = 1696}, - [6427] = {.lex_state = 243}, + [6388] = {.lex_state = 130}, + [6389] = {.lex_state = 243}, + [6390] = {.lex_state = 243}, + [6391] = {.lex_state = 243}, + [6392] = {.lex_state = 243}, + [6393] = {.lex_state = 243}, + [6394] = {.lex_state = 243}, + [6395] = {.lex_state = 243}, + [6396] = {.lex_state = 243}, + [6397] = {.lex_state = 243}, + [6398] = {.lex_state = 130}, + [6399] = {.lex_state = 130}, + [6400] = {.lex_state = 356}, + [6401] = {.lex_state = 1696}, + [6402] = {.lex_state = 1696}, + [6403] = {.lex_state = 1696}, + [6404] = {.lex_state = 1696}, + [6405] = {.lex_state = 1696}, + [6406] = {.lex_state = 130}, + [6407] = {.lex_state = 130}, + [6408] = {.lex_state = 1665}, + [6409] = {.lex_state = 130}, + [6410] = {.lex_state = 130}, + [6411] = {.lex_state = 119}, + [6412] = {.lex_state = 1696}, + [6413] = {.lex_state = 300}, + [6414] = {.lex_state = 312}, + [6415] = {.lex_state = 300}, + [6416] = {.lex_state = 339}, + [6417] = {.lex_state = 1696}, + [6418] = {.lex_state = 130}, + [6419] = {.lex_state = 1696}, + [6420] = {.lex_state = 1696}, + [6421] = {.lex_state = 130}, + [6422] = {.lex_state = 1696}, + [6423] = {.lex_state = 1696}, + [6424] = {.lex_state = 1696}, + [6425] = {.lex_state = 372}, + [6426] = {.lex_state = 372}, + [6427] = {.lex_state = 1696}, [6428] = {.lex_state = 1696}, - [6429] = {.lex_state = 356}, - [6430] = {.lex_state = 243}, - [6431] = {.lex_state = 243}, - [6432] = {.lex_state = 142}, - [6433] = {.lex_state = 356}, - [6434] = {.lex_state = 243}, - [6435] = {.lex_state = 243}, - [6436] = {.lex_state = 243}, - [6437] = {.lex_state = 356}, - [6438] = {.lex_state = 243}, - [6439] = {.lex_state = 243}, - [6440] = {.lex_state = 356}, - [6441] = {.lex_state = 243}, - [6442] = {.lex_state = 243}, + [6429] = {.lex_state = 1696}, + [6430] = {.lex_state = 1696}, + [6431] = {.lex_state = 1696}, + [6432] = {.lex_state = 1696}, + [6433] = {.lex_state = 370}, + [6434] = {.lex_state = 320}, + [6435] = {.lex_state = 76}, + [6436] = {.lex_state = 1696}, + [6437] = {.lex_state = 320}, + [6438] = {.lex_state = 320}, + [6439] = {.lex_state = 1696}, + [6440] = {.lex_state = 1696}, + [6441] = {.lex_state = 320}, + [6442] = {.lex_state = 320}, [6443] = {.lex_state = 1696}, - [6444] = {.lex_state = 356}, - [6445] = {.lex_state = 243}, - [6446] = {.lex_state = 243}, - [6447] = {.lex_state = 1696}, - [6448] = {.lex_state = 356}, - [6449] = {.lex_state = 243}, - [6450] = {.lex_state = 243}, - [6451] = {.lex_state = 356}, - [6452] = {.lex_state = 243}, - [6453] = {.lex_state = 243}, - [6454] = {.lex_state = 356}, - [6455] = {.lex_state = 243}, - [6456] = {.lex_state = 243}, - [6457] = {.lex_state = 356}, - [6458] = {.lex_state = 243}, - [6459] = {.lex_state = 243}, - [6460] = {.lex_state = 356}, - [6461] = {.lex_state = 243}, - [6462] = {.lex_state = 243}, - [6463] = {.lex_state = 356}, + [6444] = {.lex_state = 1696}, + [6445] = {.lex_state = 1696}, + [6446] = {.lex_state = 320}, + [6447] = {.lex_state = 43}, + [6448] = {.lex_state = 43}, + [6449] = {.lex_state = 320}, + [6450] = {.lex_state = 303}, + [6451] = {.lex_state = 320}, + [6452] = {.lex_state = 1696}, + [6453] = {.lex_state = 320}, + [6454] = {.lex_state = 370}, + [6455] = {.lex_state = 1696}, + [6456] = {.lex_state = 1696}, + [6457] = {.lex_state = 365}, + [6458] = {.lex_state = 130}, + [6459] = {.lex_state = 356}, + [6460] = {.lex_state = 130}, + [6461] = {.lex_state = 320}, + [6462] = {.lex_state = 1696}, + [6463] = {.lex_state = 303}, [6464] = {.lex_state = 243}, - [6465] = {.lex_state = 243}, - [6466] = {.lex_state = 356}, - [6467] = {.lex_state = 243}, - [6468] = {.lex_state = 243}, - [6469] = {.lex_state = 356}, - [6470] = {.lex_state = 243}, - [6471] = {.lex_state = 243}, - [6472] = {.lex_state = 243}, - [6473] = {.lex_state = 243}, - [6474] = {.lex_state = 243}, + [6465] = {.lex_state = 320}, + [6466] = {.lex_state = 352}, + [6467] = {.lex_state = 130}, + [6468] = {.lex_state = 310}, + [6469] = {.lex_state = 151}, + [6470] = {.lex_state = 1696}, + [6471] = {.lex_state = 151}, + [6472] = {.lex_state = 245}, + [6473] = {.lex_state = 130}, + [6474] = {.lex_state = 320}, [6475] = {.lex_state = 243}, - [6476] = {.lex_state = 243}, - [6477] = {.lex_state = 243}, - [6478] = {.lex_state = 243}, - [6479] = {.lex_state = 243}, - [6480] = {.lex_state = 243}, - [6481] = {.lex_state = 243}, - [6482] = {.lex_state = 356}, - [6483] = {.lex_state = 1696}, - [6484] = {.lex_state = 1696}, - [6485] = {.lex_state = 320}, - [6486] = {.lex_state = 1696}, - [6487] = {.lex_state = 320}, - [6488] = {.lex_state = 1665}, - [6489] = {.lex_state = 320}, - [6490] = {.lex_state = 320}, - [6491] = {.lex_state = 1696}, - [6492] = {.lex_state = 142}, - [6493] = {.lex_state = 300}, + [6476] = {.lex_state = 151}, + [6477] = {.lex_state = 151}, + [6478] = {.lex_state = 130}, + [6479] = {.lex_state = 320}, + [6480] = {.lex_state = 352}, + [6481] = {.lex_state = 151}, + [6482] = {.lex_state = 1696}, + [6483] = {.lex_state = 305}, + [6484] = {.lex_state = 352}, + [6485] = {.lex_state = 303}, + [6486] = {.lex_state = 130}, + [6487] = {.lex_state = 130}, + [6488] = {.lex_state = 312}, + [6489] = {.lex_state = 130}, + [6490] = {.lex_state = 130}, + [6491] = {.lex_state = 130}, + [6492] = {.lex_state = 1696}, + [6493] = {.lex_state = 1696}, [6494] = {.lex_state = 1696}, - [6495] = {.lex_state = 300}, + [6495] = {.lex_state = 130}, [6496] = {.lex_state = 1696}, - [6497] = {.lex_state = 151}, - [6498] = {.lex_state = 142}, - [6499] = {.lex_state = 342}, - [6500] = {.lex_state = 372}, - [6501] = {.lex_state = 372}, - [6502] = {.lex_state = 1696}, - [6503] = {.lex_state = 1696}, - [6504] = {.lex_state = 365}, - [6505] = {.lex_state = 365}, - [6506] = {.lex_state = 76}, - [6507] = {.lex_state = 1696}, - [6508] = {.lex_state = 1665}, - [6509] = {.lex_state = 151}, - [6510] = {.lex_state = 303}, - [6511] = {.lex_state = 1696}, + [6497] = {.lex_state = 320}, + [6498] = {.lex_state = 268}, + [6499] = {.lex_state = 1696}, + [6500] = {.lex_state = 1696}, + [6501] = {.lex_state = 130}, + [6502] = {.lex_state = 130}, + [6503] = {.lex_state = 130}, + [6504] = {.lex_state = 320}, + [6505] = {.lex_state = 1696}, + [6506] = {.lex_state = 370}, + [6507] = {.lex_state = 370}, + [6508] = {.lex_state = 130}, + [6509] = {.lex_state = 1696}, + [6510] = {.lex_state = 1696}, + [6511] = {.lex_state = 130}, [6512] = {.lex_state = 1696}, [6513] = {.lex_state = 1696}, - [6514] = {.lex_state = 151}, - [6515] = {.lex_state = 151}, - [6516] = {.lex_state = 151}, - [6517] = {.lex_state = 151}, - [6518] = {.lex_state = 1696}, - [6519] = {.lex_state = 142}, - [6520] = {.lex_state = 142}, - [6521] = {.lex_state = 142}, - [6522] = {.lex_state = 352}, - [6523] = {.lex_state = 1696}, - [6524] = {.lex_state = 1696}, - [6525] = {.lex_state = 310}, - [6526] = {.lex_state = 320}, - [6527] = {.lex_state = 320}, - [6528] = {.lex_state = 320}, - [6529] = {.lex_state = 320}, - [6530] = {.lex_state = 320}, - [6531] = {.lex_state = 320}, - [6532] = {.lex_state = 369}, + [6514] = {.lex_state = 320}, + [6515] = {.lex_state = 243}, + [6516] = {.lex_state = 1665}, + [6517] = {.lex_state = 1696}, + [6518] = {.lex_state = 245}, + [6519] = {.lex_state = 268}, + [6520] = {.lex_state = 320}, + [6521] = {.lex_state = 356}, + [6522] = {.lex_state = 130}, + [6523] = {.lex_state = 320}, + [6524] = {.lex_state = 75}, + [6525] = {.lex_state = 356}, + [6526] = {.lex_state = 300}, + [6527] = {.lex_state = 243}, + [6528] = {.lex_state = 130}, + [6529] = {.lex_state = 1696}, + [6530] = {.lex_state = 237}, + [6531] = {.lex_state = 1696}, + [6532] = {.lex_state = 352}, [6533] = {.lex_state = 1696}, - [6534] = {.lex_state = 305}, - [6535] = {.lex_state = 369}, - [6536] = {.lex_state = 320}, - [6537] = {.lex_state = 303}, - [6538] = {.lex_state = 1696}, - [6539] = {.lex_state = 151}, - [6540] = {.lex_state = 151}, - [6541] = {.lex_state = 142}, - [6542] = {.lex_state = 1696}, - [6543] = {.lex_state = 264}, - [6544] = {.lex_state = 352}, + [6534] = {.lex_state = 1696}, + [6535] = {.lex_state = 320}, + [6536] = {.lex_state = 303}, + [6537] = {.lex_state = 1696}, + [6538] = {.lex_state = 243}, + [6539] = {.lex_state = 130}, + [6540] = {.lex_state = 352}, + [6541] = {.lex_state = 1696}, + [6542] = {.lex_state = 320}, + [6543] = {.lex_state = 1696}, + [6544] = {.lex_state = 151}, [6545] = {.lex_state = 1696}, - [6546] = {.lex_state = 1696}, - [6547] = {.lex_state = 369}, - [6548] = {.lex_state = 1696}, - [6549] = {.lex_state = 1696}, - [6550] = {.lex_state = 1696}, - [6551] = {.lex_state = 1665}, - [6552] = {.lex_state = 264}, - [6553] = {.lex_state = 1696}, - [6554] = {.lex_state = 312}, - [6555] = {.lex_state = 320}, - [6556] = {.lex_state = 1696}, - [6557] = {.lex_state = 320}, - [6558] = {.lex_state = 320}, - [6559] = {.lex_state = 320}, - [6560] = {.lex_state = 320}, - [6561] = {.lex_state = 320}, - [6562] = {.lex_state = 320}, - [6563] = {.lex_state = 1696}, - [6564] = {.lex_state = 1696}, - [6565] = {.lex_state = 320}, - [6566] = {.lex_state = 142}, - [6567] = {.lex_state = 320}, - [6568] = {.lex_state = 1665}, - [6569] = {.lex_state = 320}, + [6546] = {.lex_state = 320}, + [6547] = {.lex_state = 130}, + [6548] = {.lex_state = 353}, + [6549] = {.lex_state = 320}, + [6550] = {.lex_state = 320}, + [6551] = {.lex_state = 130}, + [6552] = {.lex_state = 1696}, + [6553] = {.lex_state = 151}, + [6554] = {.lex_state = 130}, + [6555] = {.lex_state = 151}, + [6556] = {.lex_state = 130}, + [6557] = {.lex_state = 130}, + [6558] = {.lex_state = 130}, + [6559] = {.lex_state = 130}, + [6560] = {.lex_state = 130}, + [6561] = {.lex_state = 130}, + [6562] = {.lex_state = 130}, + [6563] = {.lex_state = 130}, + [6564] = {.lex_state = 130}, + [6565] = {.lex_state = 151}, + [6566] = {.lex_state = 320}, + [6567] = {.lex_state = 353}, + [6568] = {.lex_state = 1696}, + [6569] = {.lex_state = 1696}, [6570] = {.lex_state = 356}, - [6571] = {.lex_state = 320}, - [6572] = {.lex_state = 320}, - [6573] = {.lex_state = 320}, - [6574] = {.lex_state = 320}, + [6571] = {.lex_state = 1696}, + [6572] = {.lex_state = 243}, + [6573] = {.lex_state = 130}, + [6574] = {.lex_state = 1696}, [6575] = {.lex_state = 320}, - [6576] = {.lex_state = 320}, - [6577] = {.lex_state = 320}, - [6578] = {.lex_state = 320}, - [6579] = {.lex_state = 320}, - [6580] = {.lex_state = 142}, + [6576] = {.lex_state = 1696}, + [6577] = {.lex_state = 130}, + [6578] = {.lex_state = 365}, + [6579] = {.lex_state = 1696}, + [6580] = {.lex_state = 243}, [6581] = {.lex_state = 320}, [6582] = {.lex_state = 320}, - [6583] = {.lex_state = 320}, - [6584] = {.lex_state = 320}, + [6583] = {.lex_state = 43}, + [6584] = {.lex_state = 352}, [6585] = {.lex_state = 1696}, - [6586] = {.lex_state = 352}, + [6586] = {.lex_state = 130}, [6587] = {.lex_state = 1696}, - [6588] = {.lex_state = 320}, - [6589] = {.lex_state = 320}, - [6590] = {.lex_state = 320}, + [6588] = {.lex_state = 1696}, + [6589] = {.lex_state = 365}, + [6590] = {.lex_state = 1696}, [6591] = {.lex_state = 1696}, [6592] = {.lex_state = 1696}, [6593] = {.lex_state = 1696}, [6594] = {.lex_state = 1696}, [6595] = {.lex_state = 1696}, - [6596] = {.lex_state = 1696}, + [6596] = {.lex_state = 320}, [6597] = {.lex_state = 320}, [6598] = {.lex_state = 305}, - [6599] = {.lex_state = 305}, - [6600] = {.lex_state = 369}, + [6599] = {.lex_state = 369}, + [6600] = {.lex_state = 305}, [6601] = {.lex_state = 1696}, [6602] = {.lex_state = 1696}, [6603] = {.lex_state = 1696}, [6604] = {.lex_state = 1696}, - [6605] = {.lex_state = 320}, - [6606] = {.lex_state = 320}, - [6607] = {.lex_state = 320}, - [6608] = {.lex_state = 320}, - [6609] = {.lex_state = 320}, - [6610] = {.lex_state = 320}, + [6605] = {.lex_state = 1696}, + [6606] = {.lex_state = 369}, + [6607] = {.lex_state = 130}, + [6608] = {.lex_state = 130}, + [6609] = {.lex_state = 130}, + [6610] = {.lex_state = 130}, [6611] = {.lex_state = 320}, [6612] = {.lex_state = 320}, - [6613] = {.lex_state = 320}, - [6614] = {.lex_state = 320}, - [6615] = {.lex_state = 1665}, - [6616] = {.lex_state = 1665}, - [6617] = {.lex_state = 1665}, - [6618] = {.lex_state = 30}, - [6619] = {.lex_state = 320}, - [6620] = {.lex_state = 1696}, - [6621] = {.lex_state = 1696}, - [6622] = {.lex_state = 142}, - [6623] = {.lex_state = 142}, - [6624] = {.lex_state = 142}, - [6625] = {.lex_state = 142}, - [6626] = {.lex_state = 142}, - [6627] = {.lex_state = 142}, - [6628] = {.lex_state = 142}, - [6629] = {.lex_state = 142}, - [6630] = {.lex_state = 142}, - [6631] = {.lex_state = 142}, - [6632] = {.lex_state = 142}, - [6633] = {.lex_state = 366}, - [6634] = {.lex_state = 142}, - [6635] = {.lex_state = 1696}, - [6636] = {.lex_state = 142}, - [6637] = {.lex_state = 142}, - [6638] = {.lex_state = 142}, - [6639] = {.lex_state = 142}, - [6640] = {.lex_state = 142}, - [6641] = {.lex_state = 142}, - [6642] = {.lex_state = 142}, - [6643] = {.lex_state = 1696}, - [6644] = {.lex_state = 142}, - [6645] = {.lex_state = 304}, - [6646] = {.lex_state = 300}, - [6647] = {.lex_state = 1694}, - [6648] = {.lex_state = 69}, - [6649] = {.lex_state = 1696}, - [6650] = {.lex_state = 142}, - [6651] = {.lex_state = 1696}, - [6652] = {.lex_state = 368}, - [6653] = {.lex_state = 304}, - [6654] = {.lex_state = 142}, - [6655] = {.lex_state = 142}, + [6613] = {.lex_state = 369}, + [6614] = {.lex_state = 130}, + [6615] = {.lex_state = 130}, + [6616] = {.lex_state = 130}, + [6617] = {.lex_state = 320}, + [6618] = {.lex_state = 320}, + [6619] = {.lex_state = 1696}, + [6620] = {.lex_state = 320}, + [6621] = {.lex_state = 320}, + [6622] = {.lex_state = 320}, + [6623] = {.lex_state = 30}, + [6624] = {.lex_state = 130}, + [6625] = {.lex_state = 300}, + [6626] = {.lex_state = 1696}, + [6627] = {.lex_state = 1696}, + [6628] = {.lex_state = 1696}, + [6629] = {.lex_state = 243}, + [6630] = {.lex_state = 1696}, + [6631] = {.lex_state = 151}, + [6632] = {.lex_state = 130}, + [6633] = {.lex_state = 130}, + [6634] = {.lex_state = 130}, + [6635] = {.lex_state = 237}, + [6636] = {.lex_state = 130}, + [6637] = {.lex_state = 130}, + [6638] = {.lex_state = 130}, + [6639] = {.lex_state = 151}, + [6640] = {.lex_state = 1692}, + [6641] = {.lex_state = 130}, + [6642] = {.lex_state = 151}, + [6643] = {.lex_state = 130}, + [6644] = {.lex_state = 374}, + [6645] = {.lex_state = 130}, + [6646] = {.lex_state = 38}, + [6647] = {.lex_state = 130}, + [6648] = {.lex_state = 354}, + [6649] = {.lex_state = 237}, + [6650] = {.lex_state = 130}, + [6651] = {.lex_state = 304}, + [6652] = {.lex_state = 79}, + [6653] = {.lex_state = 130}, + [6654] = {.lex_state = 1696}, + [6655] = {.lex_state = 1692}, [6656] = {.lex_state = 1696}, - [6657] = {.lex_state = 142}, - [6658] = {.lex_state = 142}, - [6659] = {.lex_state = 142}, - [6660] = {.lex_state = 1696}, - [6661] = {.lex_state = 1696}, - [6662] = {.lex_state = 142}, - [6663] = {.lex_state = 142}, - [6664] = {.lex_state = 1696}, - [6665] = {.lex_state = 142}, - [6666] = {.lex_state = 354}, - [6667] = {.lex_state = 69}, - [6668] = {.lex_state = 304}, - [6669] = {.lex_state = 1696}, - [6670] = {.lex_state = 1696}, - [6671] = {.lex_state = 1696}, - [6672] = {.lex_state = 142}, - [6673] = {.lex_state = 142}, - [6674] = {.lex_state = 43}, - [6675] = {.lex_state = 371}, - [6676] = {.lex_state = 1696}, - [6677] = {.lex_state = 142}, - [6678] = {.lex_state = 142}, - [6679] = {.lex_state = 304}, - [6680] = {.lex_state = 151}, - [6681] = {.lex_state = 79}, - [6682] = {.lex_state = 142}, - [6683] = {.lex_state = 142}, - [6684] = {.lex_state = 142}, + [6657] = {.lex_state = 79}, + [6658] = {.lex_state = 368}, + [6659] = {.lex_state = 304}, + [6660] = {.lex_state = 79}, + [6661] = {.lex_state = 130}, + [6662] = {.lex_state = 1696}, + [6663] = {.lex_state = 130}, + [6664] = {.lex_state = 130}, + [6665] = {.lex_state = 130}, + [6666] = {.lex_state = 130}, + [6667] = {.lex_state = 130}, + [6668] = {.lex_state = 1696}, + [6669] = {.lex_state = 130}, + [6670] = {.lex_state = 130}, + [6671] = {.lex_state = 371}, + [6672] = {.lex_state = 1696}, + [6673] = {.lex_state = 130}, + [6674] = {.lex_state = 1694}, + [6675] = {.lex_state = 1696}, + [6676] = {.lex_state = 69}, + [6677] = {.lex_state = 130}, + [6678] = {.lex_state = 1696}, + [6679] = {.lex_state = 373}, + [6680] = {.lex_state = 304}, + [6681] = {.lex_state = 1697}, + [6682] = {.lex_state = 130}, + [6683] = {.lex_state = 1674}, + [6684] = {.lex_state = 130}, [6685] = {.lex_state = 304}, - [6686] = {.lex_state = 198}, - [6687] = {.lex_state = 142}, - [6688] = {.lex_state = 1696}, - [6689] = {.lex_state = 1696}, - [6690] = {.lex_state = 142}, - [6691] = {.lex_state = 142}, - [6692] = {.lex_state = 142}, - [6693] = {.lex_state = 142}, - [6694] = {.lex_state = 142}, - [6695] = {.lex_state = 1696}, - [6696] = {.lex_state = 142}, - [6697] = {.lex_state = 142}, - [6698] = {.lex_state = 1696}, - [6699] = {.lex_state = 142}, + [6686] = {.lex_state = 1696}, + [6687] = {.lex_state = 130}, + [6688] = {.lex_state = 130}, + [6689] = {.lex_state = 130}, + [6690] = {.lex_state = 130}, + [6691] = {.lex_state = 130}, + [6692] = {.lex_state = 130}, + [6693] = {.lex_state = 130}, + [6694] = {.lex_state = 130}, + [6695] = {.lex_state = 371}, + [6696] = {.lex_state = 130}, + [6697] = {.lex_state = 130}, + [6698] = {.lex_state = 130}, + [6699] = {.lex_state = 243}, [6700] = {.lex_state = 1696}, - [6701] = {.lex_state = 1696}, - [6702] = {.lex_state = 1696}, - [6703] = {.lex_state = 142}, - [6704] = {.lex_state = 142}, + [6701] = {.lex_state = 1694}, + [6702] = {.lex_state = 130}, + [6703] = {.lex_state = 304}, + [6704] = {.lex_state = 1694}, [6705] = {.lex_state = 1696}, - [6706] = {.lex_state = 1696}, + [6706] = {.lex_state = 304}, [6707] = {.lex_state = 1696}, - [6708] = {.lex_state = 79}, - [6709] = {.lex_state = 304}, + [6708] = {.lex_state = 1696}, + [6709] = {.lex_state = 1696}, [6710] = {.lex_state = 1696}, - [6711] = {.lex_state = 1696}, - [6712] = {.lex_state = 304}, - [6713] = {.lex_state = 1696}, - [6714] = {.lex_state = 142}, - [6715] = {.lex_state = 142}, - [6716] = {.lex_state = 1696}, - [6717] = {.lex_state = 142}, - [6718] = {.lex_state = 142}, - [6719] = {.lex_state = 142}, - [6720] = {.lex_state = 1674}, - [6721] = {.lex_state = 142}, - [6722] = {.lex_state = 1694}, - [6723] = {.lex_state = 142}, - [6724] = {.lex_state = 142}, - [6725] = {.lex_state = 142}, - [6726] = {.lex_state = 1696}, - [6727] = {.lex_state = 142}, - [6728] = {.lex_state = 142}, - [6729] = {.lex_state = 1696}, - [6730] = {.lex_state = 1696}, - [6731] = {.lex_state = 142}, - [6732] = {.lex_state = 366}, - [6733] = {.lex_state = 304}, - [6734] = {.lex_state = 1696}, - [6735] = {.lex_state = 151}, + [6711] = {.lex_state = 374}, + [6712] = {.lex_state = 1694}, + [6713] = {.lex_state = 1694}, + [6714] = {.lex_state = 304}, + [6715] = {.lex_state = 130}, + [6716] = {.lex_state = 130}, + [6717] = {.lex_state = 1694}, + [6718] = {.lex_state = 130}, + [6719] = {.lex_state = 130}, + [6720] = {.lex_state = 130}, + [6721] = {.lex_state = 130}, + [6722] = {.lex_state = 130}, + [6723] = {.lex_state = 130}, + [6724] = {.lex_state = 130}, + [6725] = {.lex_state = 130}, + [6726] = {.lex_state = 130}, + [6727] = {.lex_state = 130}, + [6728] = {.lex_state = 1696}, + [6729] = {.lex_state = 358}, + [6730] = {.lex_state = 1694}, + [6731] = {.lex_state = 304}, + [6732] = {.lex_state = 371}, + [6733] = {.lex_state = 130}, + [6734] = {.lex_state = 304}, + [6735] = {.lex_state = 130}, [6736] = {.lex_state = 1696}, - [6737] = {.lex_state = 142}, - [6738] = {.lex_state = 142}, - [6739] = {.lex_state = 304}, - [6740] = {.lex_state = 142}, - [6741] = {.lex_state = 142}, - [6742] = {.lex_state = 198}, - [6743] = {.lex_state = 142}, - [6744] = {.lex_state = 142}, - [6745] = {.lex_state = 142}, - [6746] = {.lex_state = 142}, - [6747] = {.lex_state = 142}, - [6748] = {.lex_state = 142}, - [6749] = {.lex_state = 142}, - [6750] = {.lex_state = 142}, - [6751] = {.lex_state = 1694}, - [6752] = {.lex_state = 142}, - [6753] = {.lex_state = 142}, - [6754] = {.lex_state = 1696}, - [6755] = {.lex_state = 142}, - [6756] = {.lex_state = 142}, - [6757] = {.lex_state = 142}, - [6758] = {.lex_state = 142}, - [6759] = {.lex_state = 142}, - [6760] = {.lex_state = 304}, - [6761] = {.lex_state = 142}, - [6762] = {.lex_state = 142}, - [6763] = {.lex_state = 142}, - [6764] = {.lex_state = 142}, - [6765] = {.lex_state = 1694}, - [6766] = {.lex_state = 304}, - [6767] = {.lex_state = 320}, - [6768] = {.lex_state = 142}, - [6769] = {.lex_state = 142}, - [6770] = {.lex_state = 142}, - [6771] = {.lex_state = 142}, - [6772] = {.lex_state = 142}, - [6773] = {.lex_state = 142}, - [6774] = {.lex_state = 1696}, - [6775] = {.lex_state = 142}, - [6776] = {.lex_state = 142}, - [6777] = {.lex_state = 151}, - [6778] = {.lex_state = 142}, - [6779] = {.lex_state = 1694}, - [6780] = {.lex_state = 151}, - [6781] = {.lex_state = 304}, - [6782] = {.lex_state = 142}, - [6783] = {.lex_state = 1696}, - [6784] = {.lex_state = 151}, - [6785] = {.lex_state = 1696}, - [6786] = {.lex_state = 373}, - [6787] = {.lex_state = 142}, - [6788] = {.lex_state = 304}, - [6789] = {.lex_state = 1696}, - [6790] = {.lex_state = 1696}, - [6791] = {.lex_state = 1696}, - [6792] = {.lex_state = 304}, - [6793] = {.lex_state = 1696}, - [6794] = {.lex_state = 142}, - [6795] = {.lex_state = 304}, - [6796] = {.lex_state = 142}, - [6797] = {.lex_state = 142}, - [6798] = {.lex_state = 142}, - [6799] = {.lex_state = 142}, - [6800] = {.lex_state = 151}, - [6801] = {.lex_state = 142}, - [6802] = {.lex_state = 142}, - [6803] = {.lex_state = 371}, - [6804] = {.lex_state = 371}, - [6805] = {.lex_state = 142}, - [6806] = {.lex_state = 151}, - [6807] = {.lex_state = 151}, - [6808] = {.lex_state = 1696}, - [6809] = {.lex_state = 1696}, - [6810] = {.lex_state = 151}, - [6811] = {.lex_state = 1696}, - [6812] = {.lex_state = 1696}, - [6813] = {.lex_state = 142}, - [6814] = {.lex_state = 304}, - [6815] = {.lex_state = 1696}, - [6816] = {.lex_state = 303}, - [6817] = {.lex_state = 142}, - [6818] = {.lex_state = 79}, - [6819] = {.lex_state = 304}, - [6820] = {.lex_state = 142}, - [6821] = {.lex_state = 142}, - [6822] = {.lex_state = 142}, - [6823] = {.lex_state = 142}, - [6824] = {.lex_state = 142}, - [6825] = {.lex_state = 142}, - [6826] = {.lex_state = 142}, - [6827] = {.lex_state = 1696}, - [6828] = {.lex_state = 142}, - [6829] = {.lex_state = 304}, + [6737] = {.lex_state = 130}, + [6738] = {.lex_state = 130}, + [6739] = {.lex_state = 130}, + [6740] = {.lex_state = 130}, + [6741] = {.lex_state = 130}, + [6742] = {.lex_state = 130}, + [6743] = {.lex_state = 130}, + [6744] = {.lex_state = 130}, + [6745] = {.lex_state = 130}, + [6746] = {.lex_state = 151}, + [6747] = {.lex_state = 130}, + [6748] = {.lex_state = 130}, + [6749] = {.lex_state = 130}, + [6750] = {.lex_state = 304}, + [6751] = {.lex_state = 130}, + [6752] = {.lex_state = 1696}, + [6753] = {.lex_state = 1696}, + [6754] = {.lex_state = 304}, + [6755] = {.lex_state = 1696}, + [6756] = {.lex_state = 304}, + [6757] = {.lex_state = 354}, + [6758] = {.lex_state = 371}, + [6759] = {.lex_state = 130}, + [6760] = {.lex_state = 151}, + [6761] = {.lex_state = 368}, + [6762] = {.lex_state = 354}, + [6763] = {.lex_state = 130}, + [6764] = {.lex_state = 130}, + [6765] = {.lex_state = 130}, + [6766] = {.lex_state = 1696}, + [6767] = {.lex_state = 130}, + [6768] = {.lex_state = 130}, + [6769] = {.lex_state = 130}, + [6770] = {.lex_state = 151}, + [6771] = {.lex_state = 1696}, + [6772] = {.lex_state = 130}, + [6773] = {.lex_state = 371}, + [6774] = {.lex_state = 368}, + [6775] = {.lex_state = 1696}, + [6776] = {.lex_state = 1696}, + [6777] = {.lex_state = 304}, + [6778] = {.lex_state = 304}, + [6779] = {.lex_state = 151}, + [6780] = {.lex_state = 130}, + [6781] = {.lex_state = 130}, + [6782] = {.lex_state = 130}, + [6783] = {.lex_state = 304}, + [6784] = {.lex_state = 130}, + [6785] = {.lex_state = 304}, + [6786] = {.lex_state = 130}, + [6787] = {.lex_state = 1696}, + [6788] = {.lex_state = 130}, + [6789] = {.lex_state = 130}, + [6790] = {.lex_state = 130}, + [6791] = {.lex_state = 130}, + [6792] = {.lex_state = 1696}, + [6793] = {.lex_state = 130}, + [6794] = {.lex_state = 130}, + [6795] = {.lex_state = 1696}, + [6796] = {.lex_state = 374}, + [6797] = {.lex_state = 130}, + [6798] = {.lex_state = 1696}, + [6799] = {.lex_state = 79}, + [6800] = {.lex_state = 1696}, + [6801] = {.lex_state = 1696}, + [6802] = {.lex_state = 1696}, + [6803] = {.lex_state = 130}, + [6804] = {.lex_state = 368}, + [6805] = {.lex_state = 130}, + [6806] = {.lex_state = 304}, + [6807] = {.lex_state = 304}, + [6808] = {.lex_state = 130}, + [6809] = {.lex_state = 304}, + [6810] = {.lex_state = 130}, + [6811] = {.lex_state = 354}, + [6812] = {.lex_state = 130}, + [6813] = {.lex_state = 130}, + [6814] = {.lex_state = 130}, + [6815] = {.lex_state = 130}, + [6816] = {.lex_state = 130}, + [6817] = {.lex_state = 130}, + [6818] = {.lex_state = 130}, + [6819] = {.lex_state = 130}, + [6820] = {.lex_state = 130}, + [6821] = {.lex_state = 130}, + [6822] = {.lex_state = 130}, + [6823] = {.lex_state = 130}, + [6824] = {.lex_state = 1696}, + [6825] = {.lex_state = 130}, + [6826] = {.lex_state = 366}, + [6827] = {.lex_state = 304}, + [6828] = {.lex_state = 1696}, + [6829] = {.lex_state = 69}, [6830] = {.lex_state = 1696}, - [6831] = {.lex_state = 354}, - [6832] = {.lex_state = 142}, - [6833] = {.lex_state = 1694}, - [6834] = {.lex_state = 1694}, - [6835] = {.lex_state = 142}, - [6836] = {.lex_state = 304}, - [6837] = {.lex_state = 1696}, - [6838] = {.lex_state = 1694}, - [6839] = {.lex_state = 142}, - [6840] = {.lex_state = 304}, - [6841] = {.lex_state = 142}, - [6842] = {.lex_state = 142}, - [6843] = {.lex_state = 142}, - [6844] = {.lex_state = 142}, - [6845] = {.lex_state = 142}, - [6846] = {.lex_state = 142}, - [6847] = {.lex_state = 79}, - [6848] = {.lex_state = 142}, - [6849] = {.lex_state = 142}, - [6850] = {.lex_state = 142}, - [6851] = {.lex_state = 142}, - [6852] = {.lex_state = 1692}, - [6853] = {.lex_state = 374}, - [6854] = {.lex_state = 142}, - [6855] = {.lex_state = 142}, - [6856] = {.lex_state = 304}, - [6857] = {.lex_state = 304}, - [6858] = {.lex_state = 366}, - [6859] = {.lex_state = 142}, - [6860] = {.lex_state = 142}, - [6861] = {.lex_state = 142}, - [6862] = {.lex_state = 142}, - [6863] = {.lex_state = 142}, + [6831] = {.lex_state = 304}, + [6832] = {.lex_state = 130}, + [6833] = {.lex_state = 130}, + [6834] = {.lex_state = 130}, + [6835] = {.lex_state = 130}, + [6836] = {.lex_state = 130}, + [6837] = {.lex_state = 130}, + [6838] = {.lex_state = 130}, + [6839] = {.lex_state = 130}, + [6840] = {.lex_state = 130}, + [6841] = {.lex_state = 130}, + [6842] = {.lex_state = 130}, + [6843] = {.lex_state = 69}, + [6844] = {.lex_state = 304}, + [6845] = {.lex_state = 130}, + [6846] = {.lex_state = 1696}, + [6847] = {.lex_state = 130}, + [6848] = {.lex_state = 130}, + [6849] = {.lex_state = 303}, + [6850] = {.lex_state = 1696}, + [6851] = {.lex_state = 354}, + [6852] = {.lex_state = 304}, + [6853] = {.lex_state = 1696}, + [6854] = {.lex_state = 130}, + [6855] = {.lex_state = 304}, + [6856] = {.lex_state = 130}, + [6857] = {.lex_state = 130}, + [6858] = {.lex_state = 1696}, + [6859] = {.lex_state = 130}, + [6860] = {.lex_state = 130}, + [6861] = {.lex_state = 130}, + [6862] = {.lex_state = 151}, + [6863] = {.lex_state = 130}, [6864] = {.lex_state = 1696}, - [6865] = {.lex_state = 142}, - [6866] = {.lex_state = 354}, - [6867] = {.lex_state = 142}, - [6868] = {.lex_state = 142}, - [6869] = {.lex_state = 354}, - [6870] = {.lex_state = 142}, + [6865] = {.lex_state = 320}, + [6866] = {.lex_state = 130}, + [6867] = {.lex_state = 130}, + [6868] = {.lex_state = 130}, + [6869] = {.lex_state = 130}, + [6870] = {.lex_state = 130}, [6871] = {.lex_state = 1696}, - [6872] = {.lex_state = 142}, - [6873] = {.lex_state = 1692}, - [6874] = {.lex_state = 1696}, - [6875] = {.lex_state = 142}, - [6876] = {.lex_state = 304}, + [6872] = {.lex_state = 79}, + [6873] = {.lex_state = 1696}, + [6874] = {.lex_state = 304}, + [6875] = {.lex_state = 1696}, + [6876] = {.lex_state = 1696}, [6877] = {.lex_state = 304}, - [6878] = {.lex_state = 354}, - [6879] = {.lex_state = 142}, - [6880] = {.lex_state = 354}, - [6881] = {.lex_state = 151}, - [6882] = {.lex_state = 142}, - [6883] = {.lex_state = 142}, - [6884] = {.lex_state = 142}, - [6885] = {.lex_state = 142}, - [6886] = {.lex_state = 348}, - [6887] = {.lex_state = 151}, - [6888] = {.lex_state = 142}, - [6889] = {.lex_state = 142}, - [6890] = {.lex_state = 354}, - [6891] = {.lex_state = 142}, - [6892] = {.lex_state = 142}, - [6893] = {.lex_state = 1694}, - [6894] = {.lex_state = 151}, - [6895] = {.lex_state = 1694}, - [6896] = {.lex_state = 142}, - [6897] = {.lex_state = 151}, - [6898] = {.lex_state = 142}, - [6899] = {.lex_state = 142}, - [6900] = {.lex_state = 142}, - [6901] = {.lex_state = 142}, - [6902] = {.lex_state = 142}, - [6903] = {.lex_state = 142}, - [6904] = {.lex_state = 142}, - [6905] = {.lex_state = 1696}, - [6906] = {.lex_state = 142}, - [6907] = {.lex_state = 142}, - [6908] = {.lex_state = 142}, - [6909] = {.lex_state = 373}, - [6910] = {.lex_state = 1692}, + [6878] = {.lex_state = 130}, + [6879] = {.lex_state = 130}, + [6880] = {.lex_state = 130}, + [6881] = {.lex_state = 130}, + [6882] = {.lex_state = 151}, + [6883] = {.lex_state = 130}, + [6884] = {.lex_state = 1696}, + [6885] = {.lex_state = 79}, + [6886] = {.lex_state = 130}, + [6887] = {.lex_state = 130}, + [6888] = {.lex_state = 130}, + [6889] = {.lex_state = 130}, + [6890] = {.lex_state = 130}, + [6891] = {.lex_state = 366}, + [6892] = {.lex_state = 1694}, + [6893] = {.lex_state = 130}, + [6894] = {.lex_state = 130}, + [6895] = {.lex_state = 130}, + [6896] = {.lex_state = 130}, + [6897] = {.lex_state = 130}, + [6898] = {.lex_state = 130}, + [6899] = {.lex_state = 130}, + [6900] = {.lex_state = 130}, + [6901] = {.lex_state = 130}, + [6902] = {.lex_state = 130}, + [6903] = {.lex_state = 130}, + [6904] = {.lex_state = 198}, + [6905] = {.lex_state = 130}, + [6906] = {.lex_state = 151}, + [6907] = {.lex_state = 130}, + [6908] = {.lex_state = 130}, + [6909] = {.lex_state = 130}, + [6910] = {.lex_state = 130}, [6911] = {.lex_state = 151}, - [6912] = {.lex_state = 142}, - [6913] = {.lex_state = 142}, - [6914] = {.lex_state = 151}, - [6915] = {.lex_state = 142}, - [6916] = {.lex_state = 368}, - [6917] = {.lex_state = 142}, - [6918] = {.lex_state = 142}, - [6919] = {.lex_state = 142}, - [6920] = {.lex_state = 142}, - [6921] = {.lex_state = 151}, - [6922] = {.lex_state = 142}, - [6923] = {.lex_state = 142}, - [6924] = {.lex_state = 142}, + [6912] = {.lex_state = 130}, + [6913] = {.lex_state = 130}, + [6914] = {.lex_state = 130}, + [6915] = {.lex_state = 130}, + [6916] = {.lex_state = 1696}, + [6917] = {.lex_state = 130}, + [6918] = {.lex_state = 130}, + [6919] = {.lex_state = 130}, + [6920] = {.lex_state = 130}, + [6921] = {.lex_state = 130}, + [6922] = {.lex_state = 130}, + [6923] = {.lex_state = 130}, + [6924] = {.lex_state = 1696}, [6925] = {.lex_state = 151}, - [6926] = {.lex_state = 142}, - [6927] = {.lex_state = 142}, - [6928] = {.lex_state = 371}, - [6929] = {.lex_state = 151}, - [6930] = {.lex_state = 142}, + [6926] = {.lex_state = 130}, + [6927] = {.lex_state = 130}, + [6928] = {.lex_state = 151}, + [6929] = {.lex_state = 130}, + [6930] = {.lex_state = 373}, [6931] = {.lex_state = 151}, - [6932] = {.lex_state = 1696}, + [6932] = {.lex_state = 151}, [6933] = {.lex_state = 1694}, - [6934] = {.lex_state = 304}, - [6935] = {.lex_state = 151}, - [6936] = {.lex_state = 1694}, - [6937] = {.lex_state = 1694}, - [6938] = {.lex_state = 243}, - [6939] = {.lex_state = 1694}, - [6940] = {.lex_state = 1696}, + [6934] = {.lex_state = 130}, + [6935] = {.lex_state = 1696}, + [6936] = {.lex_state = 130}, + [6937] = {.lex_state = 1696}, + [6938] = {.lex_state = 1696}, + [6939] = {.lex_state = 130}, + [6940] = {.lex_state = 130}, [6941] = {.lex_state = 1696}, - [6942] = {.lex_state = 1696}, + [6942] = {.lex_state = 354}, [6943] = {.lex_state = 1696}, - [6944] = {.lex_state = 374}, - [6945] = {.lex_state = 1694}, - [6946] = {.lex_state = 304}, - [6947] = {.lex_state = 142}, - [6948] = {.lex_state = 1694}, - [6949] = {.lex_state = 358}, - [6950] = {.lex_state = 1660}, - [6951] = {.lex_state = 142}, - [6952] = {.lex_state = 1696}, - [6953] = {.lex_state = 151}, - [6954] = {.lex_state = 368}, - [6955] = {.lex_state = 151}, - [6956] = {.lex_state = 142}, - [6957] = {.lex_state = 358}, + [6944] = {.lex_state = 1696}, + [6945] = {.lex_state = 130}, + [6946] = {.lex_state = 1696}, + [6947] = {.lex_state = 1696}, + [6948] = {.lex_state = 354}, + [6949] = {.lex_state = 130}, + [6950] = {.lex_state = 348}, + [6951] = {.lex_state = 1696}, + [6952] = {.lex_state = 130}, + [6953] = {.lex_state = 354}, + [6954] = {.lex_state = 1696}, + [6955] = {.lex_state = 354}, + [6956] = {.lex_state = 1696}, + [6957] = {.lex_state = 130}, [6958] = {.lex_state = 151}, - [6959] = {.lex_state = 1696}, - [6960] = {.lex_state = 142}, - [6961] = {.lex_state = 1696}, - [6962] = {.lex_state = 1696}, - [6963] = {.lex_state = 1696}, - [6964] = {.lex_state = 1696}, - [6965] = {.lex_state = 1696}, - [6966] = {.lex_state = 266}, - [6967] = {.lex_state = 198}, - [6968] = {.lex_state = 142}, - [6969] = {.lex_state = 1696}, - [6970] = {.lex_state = 142}, - [6971] = {.lex_state = 304}, - [6972] = {.lex_state = 1696}, - [6973] = {.lex_state = 1692}, - [6974] = {.lex_state = 142}, - [6975] = {.lex_state = 1692}, - [6976] = {.lex_state = 1692}, - [6977] = {.lex_state = 142}, - [6978] = {.lex_state = 142}, - [6979] = {.lex_state = 1692}, - [6980] = {.lex_state = 142}, - [6981] = {.lex_state = 1696}, - [6982] = {.lex_state = 1696}, - [6983] = {.lex_state = 142}, - [6984] = {.lex_state = 368}, - [6985] = {.lex_state = 142}, - [6986] = {.lex_state = 198}, + [6959] = {.lex_state = 130}, + [6960] = {.lex_state = 1694}, + [6961] = {.lex_state = 1694}, + [6962] = {.lex_state = 1694}, + [6963] = {.lex_state = 151}, + [6964] = {.lex_state = 358}, + [6965] = {.lex_state = 151}, + [6966] = {.lex_state = 151}, + [6967] = {.lex_state = 1696}, + [6968] = {.lex_state = 366}, + [6969] = {.lex_state = 130}, + [6970] = {.lex_state = 130}, + [6971] = {.lex_state = 130}, + [6972] = {.lex_state = 198}, + [6973] = {.lex_state = 130}, + [6974] = {.lex_state = 151}, + [6975] = {.lex_state = 130}, + [6976] = {.lex_state = 151}, + [6977] = {.lex_state = 1694}, + [6978] = {.lex_state = 130}, + [6979] = {.lex_state = 151}, + [6980] = {.lex_state = 1692}, + [6981] = {.lex_state = 130}, + [6982] = {.lex_state = 151}, + [6983] = {.lex_state = 130}, + [6984] = {.lex_state = 130}, + [6985] = {.lex_state = 1692}, + [6986] = {.lex_state = 130}, [6987] = {.lex_state = 1696}, - [6988] = {.lex_state = 1696}, - [6989] = {.lex_state = 79}, - [6990] = {.lex_state = 142}, - [6991] = {.lex_state = 368}, - [6992] = {.lex_state = 304}, - [6993] = {.lex_state = 1696}, - [6994] = {.lex_state = 142}, - [6995] = {.lex_state = 1696}, + [6988] = {.lex_state = 151}, + [6989] = {.lex_state = 1692}, + [6990] = {.lex_state = 130}, + [6991] = {.lex_state = 151}, + [6992] = {.lex_state = 1696}, + [6993] = {.lex_state = 130}, + [6994] = {.lex_state = 130}, + [6995] = {.lex_state = 130}, [6996] = {.lex_state = 1696}, [6997] = {.lex_state = 1696}, - [6998] = {.lex_state = 142}, - [6999] = {.lex_state = 1696}, + [6998] = {.lex_state = 130}, + [6999] = {.lex_state = 198}, [7000] = {.lex_state = 1696}, - [7001] = {.lex_state = 142}, - [7002] = {.lex_state = 79}, - [7003] = {.lex_state = 1696}, - [7004] = {.lex_state = 142}, - [7005] = {.lex_state = 198}, - [7006] = {.lex_state = 366}, - [7007] = {.lex_state = 1696}, + [7001] = {.lex_state = 130}, + [7002] = {.lex_state = 1696}, + [7003] = {.lex_state = 237}, + [7004] = {.lex_state = 237}, + [7005] = {.lex_state = 79}, + [7006] = {.lex_state = 1696}, + [7007] = {.lex_state = 130}, [7008] = {.lex_state = 1696}, - [7009] = {.lex_state = 142}, - [7010] = {.lex_state = 142}, - [7011] = {.lex_state = 142}, - [7012] = {.lex_state = 142}, - [7013] = {.lex_state = 38}, - [7014] = {.lex_state = 142}, - [7015] = {.lex_state = 142}, - [7016] = {.lex_state = 237}, - [7017] = {.lex_state = 142}, - [7018] = {.lex_state = 142}, + [7009] = {.lex_state = 1660}, + [7010] = {.lex_state = 130}, + [7011] = {.lex_state = 266}, + [7012] = {.lex_state = 130}, + [7013] = {.lex_state = 1696}, + [7014] = {.lex_state = 300}, + [7015] = {.lex_state = 1696}, + [7016] = {.lex_state = 130}, + [7017] = {.lex_state = 198}, + [7018] = {.lex_state = 1696}, [7019] = {.lex_state = 1696}, [7020] = {.lex_state = 1696}, - [7021] = {.lex_state = 142}, - [7022] = {.lex_state = 142}, - [7023] = {.lex_state = 142}, - [7024] = {.lex_state = 142}, - [7025] = {.lex_state = 198}, - [7026] = {.lex_state = 237}, + [7021] = {.lex_state = 198}, + [7022] = {.lex_state = 1696}, + [7023] = {.lex_state = 1696}, + [7024] = {.lex_state = 1696}, + [7025] = {.lex_state = 1696}, + [7026] = {.lex_state = 1696}, [7027] = {.lex_state = 1696}, - [7028] = {.lex_state = 198}, - [7029] = {.lex_state = 142}, - [7030] = {.lex_state = 1696}, - [7031] = {.lex_state = 1674}, + [7028] = {.lex_state = 1696}, + [7029] = {.lex_state = 130}, + [7030] = {.lex_state = 130}, + [7031] = {.lex_state = 43}, [7032] = {.lex_state = 1696}, - [7033] = {.lex_state = 237}, - [7034] = {.lex_state = 1696}, - [7035] = {.lex_state = 142}, - [7036] = {.lex_state = 1696}, - [7037] = {.lex_state = 142}, - [7038] = {.lex_state = 151}, + [7033] = {.lex_state = 1696}, + [7034] = {.lex_state = 130}, + [7035] = {.lex_state = 1696}, + [7036] = {.lex_state = 130}, + [7037] = {.lex_state = 1696}, + [7038] = {.lex_state = 130}, [7039] = {.lex_state = 1696}, - [7040] = {.lex_state = 142}, - [7041] = {.lex_state = 304}, - [7042] = {.lex_state = 151}, - [7043] = {.lex_state = 198}, - [7044] = {.lex_state = 142}, - [7045] = {.lex_state = 142}, - [7046] = {.lex_state = 237}, - [7047] = {.lex_state = 1694}, - [7048] = {.lex_state = 142}, - [7049] = {.lex_state = 142}, - [7050] = {.lex_state = 69}, - [7051] = {.lex_state = 69}, - [7052] = {.lex_state = 142}, - [7053] = {.lex_state = 142}, + [7040] = {.lex_state = 130}, + [7041] = {.lex_state = 38}, + [7042] = {.lex_state = 1696}, + [7043] = {.lex_state = 1692}, + [7044] = {.lex_state = 130}, + [7045] = {.lex_state = 1696}, + [7046] = {.lex_state = 130}, + [7047] = {.lex_state = 130}, + [7048] = {.lex_state = 198}, + [7049] = {.lex_state = 198}, + [7050] = {.lex_state = 130}, + [7051] = {.lex_state = 304}, + [7052] = {.lex_state = 130}, + [7053] = {.lex_state = 1696}, [7054] = {.lex_state = 1696}, - [7055] = {.lex_state = 142}, - [7056] = {.lex_state = 77}, - [7057] = {.lex_state = 142}, - [7058] = {.lex_state = 198}, - [7059] = {.lex_state = 151}, - [7060] = {.lex_state = 1697}, - [7061] = {.lex_state = 198}, - [7062] = {.lex_state = 151}, - [7063] = {.lex_state = 1696}, - [7064] = {.lex_state = 1696}, - [7065] = {.lex_state = 1696}, - [7066] = {.lex_state = 1696}, - [7067] = {.lex_state = 1696}, - [7068] = {.lex_state = 151}, - [7069] = {.lex_state = 1696}, - [7070] = {.lex_state = 198}, - [7071] = {.lex_state = 151}, - [7072] = {.lex_state = 198}, - [7073] = {.lex_state = 38}, + [7055] = {.lex_state = 1696}, + [7056] = {.lex_state = 1696}, + [7057] = {.lex_state = 1696}, + [7058] = {.lex_state = 69}, + [7059] = {.lex_state = 130}, + [7060] = {.lex_state = 1696}, + [7061] = {.lex_state = 1696}, + [7062] = {.lex_state = 198}, + [7063] = {.lex_state = 130}, + [7064] = {.lex_state = 1694}, + [7065] = {.lex_state = 368}, + [7066] = {.lex_state = 304}, + [7067] = {.lex_state = 1694}, + [7068] = {.lex_state = 130}, + [7069] = {.lex_state = 130}, + [7070] = {.lex_state = 130}, + [7071] = {.lex_state = 130}, + [7072] = {.lex_state = 77}, + [7073] = {.lex_state = 198}, [7074] = {.lex_state = 1696}, - [7075] = {.lex_state = 1696}, - [7076] = {.lex_state = 1696}, + [7075] = {.lex_state = 198}, + [7076] = {.lex_state = 366}, [7077] = {.lex_state = 1696}, - [7078] = {.lex_state = 198}, - [7079] = {.lex_state = 79}, + [7078] = {.lex_state = 1696}, + [7079] = {.lex_state = 1696}, [7080] = {.lex_state = 1696}, - [7081] = {.lex_state = 198}, - [7082] = {.lex_state = 151}, - [7083] = {.lex_state = 1696}, - [7084] = {.lex_state = 1696}, - [7085] = {.lex_state = 151}, - [7086] = {.lex_state = 1696}, - [7087] = {.lex_state = 1696}, - [7088] = {.lex_state = 198}, - [7089] = {.lex_state = 198}, + [7081] = {.lex_state = 1696}, + [7082] = {.lex_state = 130}, + [7083] = {.lex_state = 130}, + [7084] = {.lex_state = 198}, + [7085] = {.lex_state = 1696}, + [7086] = {.lex_state = 130}, + [7087] = {.lex_state = 198}, + [7088] = {.lex_state = 1696}, + [7089] = {.lex_state = 1696}, [7090] = {.lex_state = 1696}, [7091] = {.lex_state = 1696}, - [7092] = {.lex_state = 1696}, - [7093] = {.lex_state = 1696}, - [7094] = {.lex_state = 142}, + [7092] = {.lex_state = 198}, + [7093] = {.lex_state = 198}, + [7094] = {.lex_state = 130}, [7095] = {.lex_state = 1696}, [7096] = {.lex_state = 1696}, - [7097] = {.lex_state = 198}, - [7098] = {.lex_state = 142}, - [7099] = {.lex_state = 1696}, - [7100] = {.lex_state = 198}, - [7101] = {.lex_state = 142}, + [7097] = {.lex_state = 1696}, + [7098] = {.lex_state = 1696}, + [7099] = {.lex_state = 198}, + [7100] = {.lex_state = 130}, + [7101] = {.lex_state = 198}, [7102] = {.lex_state = 1696}, - [7103] = {.lex_state = 1696}, + [7103] = {.lex_state = 130}, [7104] = {.lex_state = 1696}, [7105] = {.lex_state = 1696}, - [7106] = {.lex_state = 198}, - [7107] = {.lex_state = 142}, + [7106] = {.lex_state = 1696}, + [7107] = {.lex_state = 1696}, [7108] = {.lex_state = 198}, - [7109] = {.lex_state = 354}, - [7110] = {.lex_state = 237}, + [7109] = {.lex_state = 198}, + [7110] = {.lex_state = 1696}, [7111] = {.lex_state = 1696}, [7112] = {.lex_state = 1696}, - [7113] = {.lex_state = 1696}, + [7113] = {.lex_state = 130}, [7114] = {.lex_state = 1696}, - [7115] = {.lex_state = 198}, - [7116] = {.lex_state = 1696}, - [7117] = {.lex_state = 198}, - [7118] = {.lex_state = 1696}, - [7119] = {.lex_state = 354}, + [7115] = {.lex_state = 1696}, + [7116] = {.lex_state = 198}, + [7117] = {.lex_state = 130}, + [7118] = {.lex_state = 198}, + [7119] = {.lex_state = 1696}, [7120] = {.lex_state = 1696}, [7121] = {.lex_state = 1696}, [7122] = {.lex_state = 1696}, [7123] = {.lex_state = 1696}, - [7124] = {.lex_state = 198}, - [7125] = {.lex_state = 1696}, - [7126] = {.lex_state = 198}, - [7127] = {.lex_state = 1696}, - [7128] = {.lex_state = 1696}, - [7129] = {.lex_state = 1696}, + [7124] = {.lex_state = 1696}, + [7125] = {.lex_state = 198}, + [7126] = {.lex_state = 1696}, + [7127] = {.lex_state = 198}, + [7128] = {.lex_state = 130}, + [7129] = {.lex_state = 1694}, [7130] = {.lex_state = 1696}, - [7131] = {.lex_state = 198}, - [7132] = {.lex_state = 1692}, - [7133] = {.lex_state = 198}, - [7134] = {.lex_state = 142}, - [7135] = {.lex_state = 1696}, - [7136] = {.lex_state = 1696}, - [7137] = {.lex_state = 1696}, - [7138] = {.lex_state = 142}, + [7131] = {.lex_state = 1696}, + [7132] = {.lex_state = 130}, + [7133] = {.lex_state = 1696}, + [7134] = {.lex_state = 1696}, + [7135] = {.lex_state = 198}, + [7136] = {.lex_state = 130}, + [7137] = {.lex_state = 198}, + [7138] = {.lex_state = 1692}, [7139] = {.lex_state = 1696}, [7140] = {.lex_state = 1696}, - [7141] = {.lex_state = 198}, - [7142] = {.lex_state = 142}, - [7143] = {.lex_state = 1696}, - [7144] = {.lex_state = 198}, - [7145] = {.lex_state = 1696}, - [7146] = {.lex_state = 142}, + [7141] = {.lex_state = 1696}, + [7142] = {.lex_state = 1696}, + [7143] = {.lex_state = 198}, + [7144] = {.lex_state = 130}, + [7145] = {.lex_state = 198}, + [7146] = {.lex_state = 1696}, [7147] = {.lex_state = 1696}, - [7148] = {.lex_state = 1696}, - [7149] = {.lex_state = 237}, + [7148] = {.lex_state = 1674}, + [7149] = {.lex_state = 1696}, [7150] = {.lex_state = 1696}, - [7151] = {.lex_state = 1696}, - [7152] = {.lex_state = 198}, - [7153] = {.lex_state = 198}, - [7154] = {.lex_state = 1696}, + [7151] = {.lex_state = 198}, + [7152] = {.lex_state = 1694}, + [7153] = {.lex_state = 304}, + [7154] = {.lex_state = 198}, [7155] = {.lex_state = 1696}, [7156] = {.lex_state = 1696}, [7157] = {.lex_state = 1696}, @@ -67685,541 +67703,541 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7160] = {.lex_state = 198}, [7161] = {.lex_state = 1696}, [7162] = {.lex_state = 1696}, - [7163] = {.lex_state = 142}, + [7163] = {.lex_state = 151}, [7164] = {.lex_state = 1696}, [7165] = {.lex_state = 1696}, [7166] = {.lex_state = 198}, [7167] = {.lex_state = 198}, - [7168] = {.lex_state = 374}, + [7168] = {.lex_state = 1696}, [7169] = {.lex_state = 1696}, [7170] = {.lex_state = 1696}, [7171] = {.lex_state = 1696}, [7172] = {.lex_state = 1696}, - [7173] = {.lex_state = 1696}, + [7173] = {.lex_state = 198}, [7174] = {.lex_state = 198}, - [7175] = {.lex_state = 198}, - [7176] = {.lex_state = 142}, - [7177] = {.lex_state = 1696}, + [7175] = {.lex_state = 1696}, + [7176] = {.lex_state = 1696}, + [7177] = {.lex_state = 151}, [7178] = {.lex_state = 1696}, [7179] = {.lex_state = 1696}, - [7180] = {.lex_state = 1696}, - [7181] = {.lex_state = 1696}, - [7182] = {.lex_state = 1696}, - [7183] = {.lex_state = 371}, + [7180] = {.lex_state = 198}, + [7181] = {.lex_state = 198}, + [7182] = {.lex_state = 304}, + [7183] = {.lex_state = 1696}, [7184] = {.lex_state = 1696}, [7185] = {.lex_state = 1696}, - [7186] = {.lex_state = 142}, + [7186] = {.lex_state = 1696}, [7187] = {.lex_state = 1696}, - [7188] = {.lex_state = 142}, - [7189] = {.lex_state = 304}, - [7190] = {.lex_state = 142}, - [7191] = {.lex_state = 354}, - [7192] = {.lex_state = 142}, - [7193] = {.lex_state = 142}, - [7194] = {.lex_state = 142}, - [7195] = {.lex_state = 304}, - [7196] = {.lex_state = 142}, - [7197] = {.lex_state = 142}, - [7198] = {.lex_state = 368}, - [7199] = {.lex_state = 142}, - [7200] = {.lex_state = 304}, - [7201] = {.lex_state = 142}, - [7202] = {.lex_state = 142}, - [7203] = {.lex_state = 1697}, - [7204] = {.lex_state = 5462}, - [7205] = {.lex_state = 142}, - [7206] = {.lex_state = 5462}, - [7207] = {.lex_state = 1696}, - [7208] = {.lex_state = 140}, - [7209] = {.lex_state = 36}, - [7210] = {.lex_state = 140}, - [7211] = {.lex_state = 1694}, - [7212] = {.lex_state = 142}, - [7213] = {.lex_state = 366}, - [7214] = {.lex_state = 142}, - [7215] = {.lex_state = 36}, - [7216] = {.lex_state = 1696}, - [7217] = {.lex_state = 1696}, - [7218] = {.lex_state = 142}, - [7219] = {.lex_state = 5462}, - [7220] = {.lex_state = 5464}, - [7221] = {.lex_state = 140}, - [7222] = {.lex_state = 142}, - [7223] = {.lex_state = 140}, - [7224] = {.lex_state = 1694}, - [7225] = {.lex_state = 140}, - [7226] = {.lex_state = 142}, - [7227] = {.lex_state = 5466}, - [7228] = {.lex_state = 5466}, - [7229] = {.lex_state = 142}, - [7230] = {.lex_state = 5464}, - [7231] = {.lex_state = 5462}, - [7232] = {.lex_state = 5466}, - [7233] = {.lex_state = 140}, - [7234] = {.lex_state = 142}, - [7235] = {.lex_state = 142}, - [7236] = {.lex_state = 1696}, - [7237] = {.lex_state = 1694}, - [7238] = {.lex_state = 142}, - [7239] = {.lex_state = 151}, - [7240] = {.lex_state = 1674}, - [7241] = {.lex_state = 1696}, + [7188] = {.lex_state = 1696}, + [7189] = {.lex_state = 1696}, + [7190] = {.lex_state = 1696}, + [7191] = {.lex_state = 130}, + [7192] = {.lex_state = 130}, + [7193] = {.lex_state = 1692}, + [7194] = {.lex_state = 151}, + [7195] = {.lex_state = 130}, + [7196] = {.lex_state = 237}, + [7197] = {.lex_state = 130}, + [7198] = {.lex_state = 354}, + [7199] = {.lex_state = 304}, + [7200] = {.lex_state = 130}, + [7201] = {.lex_state = 151}, + [7202] = {.lex_state = 151}, + [7203] = {.lex_state = 130}, + [7204] = {.lex_state = 368}, + [7205] = {.lex_state = 304}, + [7206] = {.lex_state = 1696}, + [7207] = {.lex_state = 151}, + [7208] = {.lex_state = 130}, + [7209] = {.lex_state = 237}, + [7210] = {.lex_state = 359}, + [7211] = {.lex_state = 130}, + [7212] = {.lex_state = 359}, + [7213] = {.lex_state = 130}, + [7214] = {.lex_state = 5464}, + [7215] = {.lex_state = 130}, + [7216] = {.lex_state = 5462}, + [7217] = {.lex_state = 128}, + [7218] = {.lex_state = 1696}, + [7219] = {.lex_state = 1696}, + [7220] = {.lex_state = 5462}, + [7221] = {.lex_state = 5462}, + [7222] = {.lex_state = 5466}, + [7223] = {.lex_state = 5466}, + [7224] = {.lex_state = 1696}, + [7225] = {.lex_state = 130}, + [7226] = {.lex_state = 128}, + [7227] = {.lex_state = 5462}, + [7228] = {.lex_state = 130}, + [7229] = {.lex_state = 368}, + [7230] = {.lex_state = 1696}, + [7231] = {.lex_state = 130}, + [7232] = {.lex_state = 359}, + [7233] = {.lex_state = 130}, + [7234] = {.lex_state = 5462}, + [7235] = {.lex_state = 5462}, + [7236] = {.lex_state = 128}, + [7237] = {.lex_state = 5462}, + [7238] = {.lex_state = 130}, + [7239] = {.lex_state = 5466}, + [7240] = {.lex_state = 5466}, + [7241] = {.lex_state = 5466}, [7242] = {.lex_state = 1696}, - [7243] = {.lex_state = 5464}, + [7243] = {.lex_state = 5462}, [7244] = {.lex_state = 1696}, - [7245] = {.lex_state = 359}, - [7246] = {.lex_state = 142}, - [7247] = {.lex_state = 368}, + [7245] = {.lex_state = 237}, + [7246] = {.lex_state = 4096}, + [7247] = {.lex_state = 130}, [7248] = {.lex_state = 5462}, - [7249] = {.lex_state = 4096}, - [7250] = {.lex_state = 142}, - [7251] = {.lex_state = 142}, - [7252] = {.lex_state = 30}, - [7253] = {.lex_state = 140}, - [7254] = {.lex_state = 1696}, - [7255] = {.lex_state = 140}, - [7256] = {.lex_state = 5466}, - [7257] = {.lex_state = 237}, - [7258] = {.lex_state = 1696}, - [7259] = {.lex_state = 1696}, - [7260] = {.lex_state = 1692}, - [7261] = {.lex_state = 5462}, - [7262] = {.lex_state = 142}, - [7263] = {.lex_state = 1696}, - [7264] = {.lex_state = 1697}, + [7249] = {.lex_state = 5464}, + [7250] = {.lex_state = 1696}, + [7251] = {.lex_state = 368}, + [7252] = {.lex_state = 1694}, + [7253] = {.lex_state = 130}, + [7254] = {.lex_state = 5464}, + [7255] = {.lex_state = 1696}, + [7256] = {.lex_state = 1694}, + [7257] = {.lex_state = 1696}, + [7258] = {.lex_state = 128}, + [7259] = {.lex_state = 1674}, + [7260] = {.lex_state = 5464}, + [7261] = {.lex_state = 368}, + [7262] = {.lex_state = 130}, + [7263] = {.lex_state = 130}, + [7264] = {.lex_state = 128}, [7265] = {.lex_state = 1696}, - [7266] = {.lex_state = 140}, - [7267] = {.lex_state = 5464}, - [7268] = {.lex_state = 5462}, - [7269] = {.lex_state = 142}, - [7270] = {.lex_state = 1696}, - [7271] = {.lex_state = 1696}, + [7266] = {.lex_state = 1697}, + [7267] = {.lex_state = 36}, + [7268] = {.lex_state = 359}, + [7269] = {.lex_state = 5464}, + [7270] = {.lex_state = 30}, + [7271] = {.lex_state = 128}, [7272] = {.lex_state = 1696}, - [7273] = {.lex_state = 5466}, - [7274] = {.lex_state = 5466}, - [7275] = {.lex_state = 142}, - [7276] = {.lex_state = 142}, - [7277] = {.lex_state = 142}, - [7278] = {.lex_state = 5466}, - [7279] = {.lex_state = 5462}, - [7280] = {.lex_state = 5462}, + [7273] = {.lex_state = 1696}, + [7274] = {.lex_state = 237}, + [7275] = {.lex_state = 237}, + [7276] = {.lex_state = 5462}, + [7277] = {.lex_state = 1696}, + [7278] = {.lex_state = 1696}, + [7279] = {.lex_state = 130}, + [7280] = {.lex_state = 5466}, [7281] = {.lex_state = 5462}, - [7282] = {.lex_state = 142}, - [7283] = {.lex_state = 5462}, - [7284] = {.lex_state = 142}, + [7282] = {.lex_state = 1696}, + [7283] = {.lex_state = 130}, + [7284] = {.lex_state = 130}, [7285] = {.lex_state = 5462}, - [7286] = {.lex_state = 1664}, - [7287] = {.lex_state = 140}, - [7288] = {.lex_state = 359}, - [7289] = {.lex_state = 5462}, + [7286] = {.lex_state = 130}, + [7287] = {.lex_state = 128}, + [7288] = {.lex_state = 5466}, + [7289] = {.lex_state = 5466}, [7290] = {.lex_state = 5462}, [7291] = {.lex_state = 5462}, - [7292] = {.lex_state = 142}, - [7293] = {.lex_state = 142}, - [7294] = {.lex_state = 373}, - [7295] = {.lex_state = 1697}, - [7296] = {.lex_state = 5462}, - [7297] = {.lex_state = 5462}, - [7298] = {.lex_state = 368}, - [7299] = {.lex_state = 142}, - [7300] = {.lex_state = 5466}, - [7301] = {.lex_state = 5466}, - [7302] = {.lex_state = 142}, - [7303] = {.lex_state = 142}, - [7304] = {.lex_state = 142}, - [7305] = {.lex_state = 5462}, - [7306] = {.lex_state = 5462}, - [7307] = {.lex_state = 142}, + [7292] = {.lex_state = 5462}, + [7293] = {.lex_state = 1694}, + [7294] = {.lex_state = 1696}, + [7295] = {.lex_state = 1696}, + [7296] = {.lex_state = 368}, + [7297] = {.lex_state = 1696}, + [7298] = {.lex_state = 1696}, + [7299] = {.lex_state = 128}, + [7300] = {.lex_state = 128}, + [7301] = {.lex_state = 130}, + [7302] = {.lex_state = 359}, + [7303] = {.lex_state = 368}, + [7304] = {.lex_state = 359}, + [7305] = {.lex_state = 130}, + [7306] = {.lex_state = 368}, + [7307] = {.lex_state = 5462}, [7308] = {.lex_state = 5462}, - [7309] = {.lex_state = 5462}, - [7310] = {.lex_state = 142}, - [7311] = {.lex_state = 237}, - [7312] = {.lex_state = 1696}, - [7313] = {.lex_state = 142}, - [7314] = {.lex_state = 237}, - [7315] = {.lex_state = 5466}, - [7316] = {.lex_state = 142}, - [7317] = {.lex_state = 5464}, - [7318] = {.lex_state = 142}, - [7319] = {.lex_state = 5466}, - [7320] = {.lex_state = 5462}, - [7321] = {.lex_state = 142}, - [7322] = {.lex_state = 5462}, - [7323] = {.lex_state = 1696}, - [7324] = {.lex_state = 1696}, - [7325] = {.lex_state = 140}, - [7326] = {.lex_state = 359}, - [7327] = {.lex_state = 1697}, - [7328] = {.lex_state = 1696}, - [7329] = {.lex_state = 140}, - [7330] = {.lex_state = 368}, - [7331] = {.lex_state = 140}, - [7332] = {.lex_state = 304}, - [7333] = {.lex_state = 5466}, - [7334] = {.lex_state = 5462}, - [7335] = {.lex_state = 140}, - [7336] = {.lex_state = 359}, + [7309] = {.lex_state = 1696}, + [7310] = {.lex_state = 130}, + [7311] = {.lex_state = 130}, + [7312] = {.lex_state = 130}, + [7313] = {.lex_state = 128}, + [7314] = {.lex_state = 359}, + [7315] = {.lex_state = 128}, + [7316] = {.lex_state = 1696}, + [7317] = {.lex_state = 128}, + [7318] = {.lex_state = 5462}, + [7319] = {.lex_state = 5462}, + [7320] = {.lex_state = 130}, + [7321] = {.lex_state = 1696}, + [7322] = {.lex_state = 5466}, + [7323] = {.lex_state = 5466}, + [7324] = {.lex_state = 128}, + [7325] = {.lex_state = 359}, + [7326] = {.lex_state = 128}, + [7327] = {.lex_state = 1696}, + [7328] = {.lex_state = 5466}, + [7329] = {.lex_state = 359}, + [7330] = {.lex_state = 359}, + [7331] = {.lex_state = 5466}, + [7332] = {.lex_state = 5466}, + [7333] = {.lex_state = 1664}, + [7334] = {.lex_state = 1692}, + [7335] = {.lex_state = 1697}, + [7336] = {.lex_state = 5462}, [7337] = {.lex_state = 1696}, - [7338] = {.lex_state = 5466}, - [7339] = {.lex_state = 142}, - [7340] = {.lex_state = 359}, - [7341] = {.lex_state = 359}, + [7338] = {.lex_state = 151}, + [7339] = {.lex_state = 5466}, + [7340] = {.lex_state = 1696}, + [7341] = {.lex_state = 1697}, [7342] = {.lex_state = 1696}, - [7343] = {.lex_state = 142}, - [7344] = {.lex_state = 368}, - [7345] = {.lex_state = 359}, - [7346] = {.lex_state = 1696}, - [7347] = {.lex_state = 1696}, - [7348] = {.lex_state = 142}, - [7349] = {.lex_state = 359}, - [7350] = {.lex_state = 359}, - [7351] = {.lex_state = 1696}, - [7352] = {.lex_state = 1696}, - [7353] = {.lex_state = 1696}, - [7354] = {.lex_state = 1696}, - [7355] = {.lex_state = 1696}, - [7356] = {.lex_state = 359}, - [7357] = {.lex_state = 368}, - [7358] = {.lex_state = 368}, - [7359] = {.lex_state = 5466}, - [7360] = {.lex_state = 5462}, + [7343] = {.lex_state = 5462}, + [7344] = {.lex_state = 5462}, + [7345] = {.lex_state = 373}, + [7346] = {.lex_state = 304}, + [7347] = {.lex_state = 1697}, + [7348] = {.lex_state = 1696}, + [7349] = {.lex_state = 130}, + [7350] = {.lex_state = 130}, + [7351] = {.lex_state = 130}, + [7352] = {.lex_state = 5462}, + [7353] = {.lex_state = 5462}, + [7354] = {.lex_state = 366}, + [7355] = {.lex_state = 130}, + [7356] = {.lex_state = 5466}, + [7357] = {.lex_state = 5466}, + [7358] = {.lex_state = 5462}, + [7359] = {.lex_state = 130}, + [7360] = {.lex_state = 130}, [7361] = {.lex_state = 1696}, - [7362] = {.lex_state = 5466}, - [7363] = {.lex_state = 1696}, - [7364] = {.lex_state = 142}, - [7365] = {.lex_state = 5466}, - [7366] = {.lex_state = 1696}, - [7367] = {.lex_state = 5466}, - [7368] = {.lex_state = 1696}, - [7369] = {.lex_state = 1696}, - [7370] = {.lex_state = 1696}, - [7371] = {.lex_state = 1696}, + [7362] = {.lex_state = 1696}, + [7363] = {.lex_state = 130}, + [7364] = {.lex_state = 1696}, + [7365] = {.lex_state = 130}, + [7366] = {.lex_state = 130}, + [7367] = {.lex_state = 1696}, + [7368] = {.lex_state = 130}, + [7369] = {.lex_state = 36}, + [7370] = {.lex_state = 5466}, + [7371] = {.lex_state = 130}, [7372] = {.lex_state = 1696}, - [7373] = {.lex_state = 5466}, - [7374] = {.lex_state = 1696, .external_lex_state = 3}, - [7375] = {.lex_state = 1692}, - [7376] = {.lex_state = 1696}, + [7373] = {.lex_state = 130}, + [7374] = {.lex_state = 1696}, + [7375] = {.lex_state = 130}, + [7376] = {.lex_state = 130}, [7377] = {.lex_state = 1696}, - [7378] = {.lex_state = 30}, - [7379] = {.lex_state = 364}, + [7378] = {.lex_state = 1692}, + [7379] = {.lex_state = 359}, [7380] = {.lex_state = 1696}, - [7381] = {.lex_state = 1696}, - [7382] = {.lex_state = 1696}, - [7383] = {.lex_state = 1696}, - [7384] = {.lex_state = 30}, - [7385] = {.lex_state = 1696}, - [7386] = {.lex_state = 1692}, + [7381] = {.lex_state = 1696, .external_lex_state = 3}, + [7382] = {.lex_state = 1692}, + [7383] = {.lex_state = 368}, + [7384] = {.lex_state = 1696}, + [7385] = {.lex_state = 1696, .external_lex_state = 3}, + [7386] = {.lex_state = 3152}, [7387] = {.lex_state = 1696}, [7388] = {.lex_state = 1696}, - [7389] = {.lex_state = 1696}, + [7389] = {.lex_state = 30}, [7390] = {.lex_state = 1696}, - [7391] = {.lex_state = 1696}, - [7392] = {.lex_state = 363}, - [7393] = {.lex_state = 1696, .external_lex_state = 3}, - [7394] = {.lex_state = 359}, - [7395] = {.lex_state = 1696, .external_lex_state = 3}, - [7396] = {.lex_state = 1696, .external_lex_state = 3}, + [7391] = {.lex_state = 30}, + [7392] = {.lex_state = 1696}, + [7393] = {.lex_state = 1696}, + [7394] = {.lex_state = 1696}, + [7395] = {.lex_state = 1696}, + [7396] = {.lex_state = 359}, [7397] = {.lex_state = 1696}, - [7398] = {.lex_state = 1696}, - [7399] = {.lex_state = 359}, - [7400] = {.lex_state = 359}, - [7401] = {.lex_state = 359}, - [7402] = {.lex_state = 219}, - [7403] = {.lex_state = 3152}, - [7404] = {.lex_state = 368}, - [7405] = {.lex_state = 1696}, - [7406] = {.lex_state = 1692}, + [7398] = {.lex_state = 362}, + [7399] = {.lex_state = 368}, + [7400] = {.lex_state = 1696, .external_lex_state = 3}, + [7401] = {.lex_state = 1696}, + [7402] = {.lex_state = 3152}, + [7403] = {.lex_state = 1696}, + [7404] = {.lex_state = 1696}, + [7405] = {.lex_state = 368}, + [7406] = {.lex_state = 1696}, [7407] = {.lex_state = 1696}, [7408] = {.lex_state = 1696}, - [7409] = {.lex_state = 1696, .external_lex_state = 3}, - [7410] = {.lex_state = 1696}, + [7409] = {.lex_state = 219}, + [7410] = {.lex_state = 1696, .external_lex_state = 3}, [7411] = {.lex_state = 1696}, - [7412] = {.lex_state = 219}, + [7412] = {.lex_state = 1696}, [7413] = {.lex_state = 1696}, [7414] = {.lex_state = 1696}, - [7415] = {.lex_state = 1696}, + [7415] = {.lex_state = 3152}, [7416] = {.lex_state = 1696}, [7417] = {.lex_state = 1696}, - [7418] = {.lex_state = 1696}, - [7419] = {.lex_state = 362}, - [7420] = {.lex_state = 1696}, - [7421] = {.lex_state = 1696}, - [7422] = {.lex_state = 363}, - [7423] = {.lex_state = 5466}, - [7424] = {.lex_state = 368}, + [7418] = {.lex_state = 33}, + [7419] = {.lex_state = 219}, + [7420] = {.lex_state = 5462}, + [7421] = {.lex_state = 1692}, + [7422] = {.lex_state = 3152}, + [7423] = {.lex_state = 1696, .external_lex_state = 3}, + [7424] = {.lex_state = 1696, .external_lex_state = 3}, [7425] = {.lex_state = 1696}, - [7426] = {.lex_state = 1696}, + [7426] = {.lex_state = 3152}, [7427] = {.lex_state = 1696}, - [7428] = {.lex_state = 1696}, - [7429] = {.lex_state = 1696}, - [7430] = {.lex_state = 1696}, - [7431] = {.lex_state = 1697}, - [7432] = {.lex_state = 1696}, - [7433] = {.lex_state = 359}, - [7434] = {.lex_state = 1696}, + [7428] = {.lex_state = 5462}, + [7429] = {.lex_state = 359}, + [7430] = {.lex_state = 4096}, + [7431] = {.lex_state = 1696}, + [7432] = {.lex_state = 1694}, + [7433] = {.lex_state = 1696, .external_lex_state = 3}, + [7434] = {.lex_state = 1692}, [7435] = {.lex_state = 1696}, [7436] = {.lex_state = 1696}, [7437] = {.lex_state = 1696}, - [7438] = {.lex_state = 1696}, - [7439] = {.lex_state = 1696}, + [7438] = {.lex_state = 128}, + [7439] = {.lex_state = 359}, [7440] = {.lex_state = 1696}, - [7441] = {.lex_state = 1696}, + [7441] = {.lex_state = 1696, .external_lex_state = 3}, [7442] = {.lex_state = 1696}, [7443] = {.lex_state = 1696}, - [7444] = {.lex_state = 1696}, + [7444] = {.lex_state = 1696, .external_lex_state = 3}, [7445] = {.lex_state = 368}, [7446] = {.lex_state = 1696}, - [7447] = {.lex_state = 1696}, + [7447] = {.lex_state = 1696, .external_lex_state = 3}, [7448] = {.lex_state = 1696}, - [7449] = {.lex_state = 1696}, - [7450] = {.lex_state = 1692}, - [7451] = {.lex_state = 1696}, - [7452] = {.lex_state = 1665}, - [7453] = {.lex_state = 1696, .external_lex_state = 3}, - [7454] = {.lex_state = 1696}, - [7455] = {.lex_state = 1696, .external_lex_state = 4}, - [7456] = {.lex_state = 1696, .external_lex_state = 3}, - [7457] = {.lex_state = 1696}, - [7458] = {.lex_state = 1627}, - [7459] = {.lex_state = 359}, - [7460] = {.lex_state = 1696}, - [7461] = {.lex_state = 368}, - [7462] = {.lex_state = 1692}, + [7449] = {.lex_state = 1696, .external_lex_state = 3}, + [7450] = {.lex_state = 1696}, + [7451] = {.lex_state = 3152}, + [7452] = {.lex_state = 1696}, + [7453] = {.lex_state = 363}, + [7454] = {.lex_state = 1696, .external_lex_state = 4}, + [7455] = {.lex_state = 359}, + [7456] = {.lex_state = 1696}, + [7457] = {.lex_state = 368}, + [7458] = {.lex_state = 1696}, + [7459] = {.lex_state = 5466}, + [7460] = {.lex_state = 30}, + [7461] = {.lex_state = 1696, .external_lex_state = 4}, + [7462] = {.lex_state = 1696}, [7463] = {.lex_state = 1696}, - [7464] = {.lex_state = 1696}, - [7465] = {.lex_state = 1696}, + [7464] = {.lex_state = 1627}, + [7465] = {.lex_state = 1696, .external_lex_state = 3}, [7466] = {.lex_state = 1696, .external_lex_state = 3}, [7467] = {.lex_state = 1696}, - [7468] = {.lex_state = 4096}, - [7469] = {.lex_state = 1692}, - [7470] = {.lex_state = 1775}, - [7471] = {.lex_state = 1696, .external_lex_state = 3}, - [7472] = {.lex_state = 3152}, + [7468] = {.lex_state = 1692}, + [7469] = {.lex_state = 1696}, + [7470] = {.lex_state = 1696, .external_lex_state = 3}, + [7471] = {.lex_state = 359}, + [7472] = {.lex_state = 1696}, [7473] = {.lex_state = 1696}, - [7474] = {.lex_state = 30}, - [7475] = {.lex_state = 359}, - [7476] = {.lex_state = 368}, + [7474] = {.lex_state = 1696}, + [7475] = {.lex_state = 363}, + [7476] = {.lex_state = 1696}, [7477] = {.lex_state = 1696}, - [7478] = {.lex_state = 364}, - [7479] = {.lex_state = 359}, - [7480] = {.lex_state = 1696}, - [7481] = {.lex_state = 1696}, + [7478] = {.lex_state = 1696}, + [7479] = {.lex_state = 3152}, + [7480] = {.lex_state = 1696, .external_lex_state = 3}, + [7481] = {.lex_state = 30}, [7482] = {.lex_state = 1696}, - [7483] = {.lex_state = 1696}, - [7484] = {.lex_state = 1696}, + [7483] = {.lex_state = 1696, .external_lex_state = 3}, + [7484] = {.lex_state = 5464}, [7485] = {.lex_state = 1696}, [7486] = {.lex_state = 1696}, - [7487] = {.lex_state = 1692}, - [7488] = {.lex_state = 1696}, - [7489] = {.lex_state = 1696, .external_lex_state = 3}, - [7490] = {.lex_state = 1696}, - [7491] = {.lex_state = 1696, .external_lex_state = 3}, + [7487] = {.lex_state = 1696}, + [7488] = {.lex_state = 3152}, + [7489] = {.lex_state = 1696}, + [7490] = {.lex_state = 266}, + [7491] = {.lex_state = 1696}, [7492] = {.lex_state = 1696}, [7493] = {.lex_state = 1696}, [7494] = {.lex_state = 1696}, - [7495] = {.lex_state = 359}, - [7496] = {.lex_state = 1696}, - [7497] = {.lex_state = 368}, - [7498] = {.lex_state = 219}, + [7495] = {.lex_state = 364}, + [7496] = {.lex_state = 5466}, + [7497] = {.lex_state = 1696}, + [7498] = {.lex_state = 1696}, [7499] = {.lex_state = 1696}, - [7500] = {.lex_state = 1696}, + [7500] = {.lex_state = 1692}, [7501] = {.lex_state = 1696}, [7502] = {.lex_state = 1696}, - [7503] = {.lex_state = 1696}, + [7503] = {.lex_state = 219}, [7504] = {.lex_state = 373}, [7505] = {.lex_state = 1696}, - [7506] = {.lex_state = 1696}, - [7507] = {.lex_state = 368}, - [7508] = {.lex_state = 5466}, - [7509] = {.lex_state = 368}, - [7510] = {.lex_state = 1627}, - [7511] = {.lex_state = 3152}, - [7512] = {.lex_state = 1696, .external_lex_state = 4}, - [7513] = {.lex_state = 3152}, - [7514] = {.lex_state = 359}, - [7515] = {.lex_state = 1627}, + [7506] = {.lex_state = 1696, .external_lex_state = 3}, + [7507] = {.lex_state = 3152}, + [7508] = {.lex_state = 1696}, + [7509] = {.lex_state = 1692}, + [7510] = {.lex_state = 1696}, + [7511] = {.lex_state = 1696}, + [7512] = {.lex_state = 1696, .external_lex_state = 3}, + [7513] = {.lex_state = 361}, + [7514] = {.lex_state = 5462}, + [7515] = {.lex_state = 1696}, [7516] = {.lex_state = 1696}, - [7517] = {.lex_state = 1696}, - [7518] = {.lex_state = 1696}, - [7519] = {.lex_state = 1696}, - [7520] = {.lex_state = 5462}, - [7521] = {.lex_state = 1696, .external_lex_state = 3}, - [7522] = {.lex_state = 1696}, + [7517] = {.lex_state = 30}, + [7518] = {.lex_state = 1696, .external_lex_state = 3}, + [7519] = {.lex_state = 1696, .external_lex_state = 4}, + [7520] = {.lex_state = 1696, .external_lex_state = 3}, + [7521] = {.lex_state = 5464}, + [7522] = {.lex_state = 1627}, [7523] = {.lex_state = 1696}, - [7524] = {.lex_state = 359}, - [7525] = {.lex_state = 1696, .external_lex_state = 3}, + [7524] = {.lex_state = 1696, .external_lex_state = 3}, + [7525] = {.lex_state = 1696}, [7526] = {.lex_state = 1696}, - [7527] = {.lex_state = 1696}, - [7528] = {.lex_state = 1696}, + [7527] = {.lex_state = 368}, + [7528] = {.lex_state = 363}, [7529] = {.lex_state = 1696}, [7530] = {.lex_state = 1696}, [7531] = {.lex_state = 1696}, - [7532] = {.lex_state = 1696}, - [7533] = {.lex_state = 1696, .external_lex_state = 4}, - [7534] = {.lex_state = 1696, .external_lex_state = 3}, - [7535] = {.lex_state = 1627}, - [7536] = {.lex_state = 30}, - [7537] = {.lex_state = 1696}, + [7532] = {.lex_state = 1696, .external_lex_state = 3}, + [7533] = {.lex_state = 1696, .external_lex_state = 3}, + [7534] = {.lex_state = 1696}, + [7535] = {.lex_state = 1696, .external_lex_state = 3}, + [7536] = {.lex_state = 359}, + [7537] = {.lex_state = 368}, [7538] = {.lex_state = 1696}, [7539] = {.lex_state = 1696}, - [7540] = {.lex_state = 1696}, - [7541] = {.lex_state = 1696}, - [7542] = {.lex_state = 368}, - [7543] = {.lex_state = 1696, .external_lex_state = 3}, - [7544] = {.lex_state = 30}, - [7545] = {.lex_state = 363}, - [7546] = {.lex_state = 1696}, - [7547] = {.lex_state = 1696}, - [7548] = {.lex_state = 1696, .external_lex_state = 4}, - [7549] = {.lex_state = 1627}, - [7550] = {.lex_state = 1696}, - [7551] = {.lex_state = 1696}, - [7552] = {.lex_state = 1696, .external_lex_state = 3}, - [7553] = {.lex_state = 1697}, - [7554] = {.lex_state = 1696}, - [7555] = {.lex_state = 1696}, - [7556] = {.lex_state = 359}, - [7557] = {.lex_state = 1696}, - [7558] = {.lex_state = 1696, .external_lex_state = 3}, + [7540] = {.lex_state = 1696, .external_lex_state = 4}, + [7541] = {.lex_state = 1692}, + [7542] = {.lex_state = 1627}, + [7543] = {.lex_state = 1696}, + [7544] = {.lex_state = 1696}, + [7545] = {.lex_state = 1696}, + [7546] = {.lex_state = 359}, + [7547] = {.lex_state = 1696, .external_lex_state = 4}, + [7548] = {.lex_state = 1696}, + [7549] = {.lex_state = 1775}, + [7550] = {.lex_state = 1697}, + [7551] = {.lex_state = 1694}, + [7552] = {.lex_state = 1696}, + [7553] = {.lex_state = 1696}, + [7554] = {.lex_state = 1696, .external_lex_state = 3}, + [7555] = {.lex_state = 1696, .external_lex_state = 4}, + [7556] = {.lex_state = 1627}, + [7557] = {.lex_state = 359}, + [7558] = {.lex_state = 1696}, [7559] = {.lex_state = 1696}, - [7560] = {.lex_state = 1696, .external_lex_state = 3}, - [7561] = {.lex_state = 1696}, - [7562] = {.lex_state = 1696, .external_lex_state = 4}, - [7563] = {.lex_state = 1627}, - [7564] = {.lex_state = 3152}, - [7565] = {.lex_state = 364}, - [7566] = {.lex_state = 1692}, - [7567] = {.lex_state = 1696, .external_lex_state = 3}, + [7560] = {.lex_state = 1696}, + [7561] = {.lex_state = 1627}, + [7562] = {.lex_state = 1696}, + [7563] = {.lex_state = 1696}, + [7564] = {.lex_state = 1696}, + [7565] = {.lex_state = 1696}, + [7566] = {.lex_state = 1696}, + [7567] = {.lex_state = 359}, [7568] = {.lex_state = 1696}, - [7569] = {.lex_state = 359}, - [7570] = {.lex_state = 368}, - [7571] = {.lex_state = 1696}, - [7572] = {.lex_state = 1696, .external_lex_state = 3}, - [7573] = {.lex_state = 1696}, - [7574] = {.lex_state = 1696, .external_lex_state = 4}, - [7575] = {.lex_state = 1696, .external_lex_state = 4}, - [7576] = {.lex_state = 1627}, - [7577] = {.lex_state = 1696}, - [7578] = {.lex_state = 1696}, - [7579] = {.lex_state = 1696, .external_lex_state = 3}, - [7580] = {.lex_state = 3152}, - [7581] = {.lex_state = 1696}, - [7582] = {.lex_state = 1696}, - [7583] = {.lex_state = 3152}, - [7584] = {.lex_state = 5464}, - [7585] = {.lex_state = 1696, .external_lex_state = 3}, + [7569] = {.lex_state = 1696, .external_lex_state = 4}, + [7570] = {.lex_state = 1627}, + [7571] = {.lex_state = 1692}, + [7572] = {.lex_state = 1696}, + [7573] = {.lex_state = 1696, .external_lex_state = 3}, + [7574] = {.lex_state = 1696, .external_lex_state = 3}, + [7575] = {.lex_state = 1696}, + [7576] = {.lex_state = 1696}, + [7577] = {.lex_state = 1692}, + [7578] = {.lex_state = 368}, + [7579] = {.lex_state = 1696}, + [7580] = {.lex_state = 1696}, + [7581] = {.lex_state = 359}, + [7582] = {.lex_state = 1696, .external_lex_state = 4}, + [7583] = {.lex_state = 1627}, + [7584] = {.lex_state = 1696}, + [7585] = {.lex_state = 1692}, [7586] = {.lex_state = 1696}, - [7587] = {.lex_state = 1696}, - [7588] = {.lex_state = 1696, .external_lex_state = 4}, + [7587] = {.lex_state = 368}, + [7588] = {.lex_state = 1696}, [7589] = {.lex_state = 1696}, [7590] = {.lex_state = 1696}, - [7591] = {.lex_state = 1696, .external_lex_state = 3}, - [7592] = {.lex_state = 1696, .external_lex_state = 3}, - [7593] = {.lex_state = 1692}, - [7594] = {.lex_state = 359}, - [7595] = {.lex_state = 361}, + [7591] = {.lex_state = 1696}, + [7592] = {.lex_state = 1696}, + [7593] = {.lex_state = 1696}, + [7594] = {.lex_state = 1692}, + [7595] = {.lex_state = 1696, .external_lex_state = 4}, [7596] = {.lex_state = 1696}, - [7597] = {.lex_state = 1696, .external_lex_state = 3}, + [7597] = {.lex_state = 1696}, [7598] = {.lex_state = 1696}, - [7599] = {.lex_state = 3152}, + [7599] = {.lex_state = 1696}, [7600] = {.lex_state = 1696}, - [7601] = {.lex_state = 1696, .external_lex_state = 4}, - [7602] = {.lex_state = 1627}, + [7601] = {.lex_state = 30}, + [7602] = {.lex_state = 1696}, [7603] = {.lex_state = 1696}, - [7604] = {.lex_state = 1696, .external_lex_state = 3}, - [7605] = {.lex_state = 1692}, - [7606] = {.lex_state = 1696}, + [7604] = {.lex_state = 1696}, + [7605] = {.lex_state = 1696}, + [7606] = {.lex_state = 1692}, [7607] = {.lex_state = 1696}, - [7608] = {.lex_state = 1696}, - [7609] = {.lex_state = 1696, .external_lex_state = 3}, + [7608] = {.lex_state = 1696, .external_lex_state = 4}, + [7609] = {.lex_state = 1627}, [7610] = {.lex_state = 1696}, - [7611] = {.lex_state = 1696}, - [7612] = {.lex_state = 1696}, + [7611] = {.lex_state = 364}, + [7612] = {.lex_state = 219}, [7613] = {.lex_state = 1696}, - [7614] = {.lex_state = 1696, .external_lex_state = 4}, - [7615] = {.lex_state = 1627}, - [7616] = {.lex_state = 1696, .external_lex_state = 3}, + [7614] = {.lex_state = 359}, + [7615] = {.lex_state = 1696, .external_lex_state = 3}, + [7616] = {.lex_state = 1696}, [7617] = {.lex_state = 1696}, [7618] = {.lex_state = 1696}, - [7619] = {.lex_state = 1692}, - [7620] = {.lex_state = 1692}, - [7621] = {.lex_state = 219}, - [7622] = {.lex_state = 1696, .external_lex_state = 3}, + [7619] = {.lex_state = 1697}, + [7620] = {.lex_state = 1696}, + [7621] = {.lex_state = 1696, .external_lex_state = 4}, + [7622] = {.lex_state = 1627}, [7623] = {.lex_state = 1696}, - [7624] = {.lex_state = 3152}, - [7625] = {.lex_state = 3152}, + [7624] = {.lex_state = 368}, + [7625] = {.lex_state = 1696}, [7626] = {.lex_state = 1696}, - [7627] = {.lex_state = 1696, .external_lex_state = 4}, - [7628] = {.lex_state = 1627}, - [7629] = {.lex_state = 1696, .external_lex_state = 3}, - [7630] = {.lex_state = 1696}, + [7627] = {.lex_state = 1696}, + [7628] = {.lex_state = 359}, + [7629] = {.lex_state = 1696}, + [7630] = {.lex_state = 3152}, [7631] = {.lex_state = 1696}, - [7632] = {.lex_state = 1696}, - [7633] = {.lex_state = 1696, .external_lex_state = 3}, - [7634] = {.lex_state = 1696}, - [7635] = {.lex_state = 1696}, + [7632] = {.lex_state = 359}, + [7633] = {.lex_state = 1696}, + [7634] = {.lex_state = 1696, .external_lex_state = 4}, + [7635] = {.lex_state = 1627}, [7636] = {.lex_state = 1696, .external_lex_state = 3}, - [7637] = {.lex_state = 1696, .external_lex_state = 3}, + [7637] = {.lex_state = 1696}, [7638] = {.lex_state = 1696}, - [7639] = {.lex_state = 1696, .external_lex_state = 3}, - [7640] = {.lex_state = 1696, .external_lex_state = 4}, - [7641] = {.lex_state = 1627}, - [7642] = {.lex_state = 5462}, - [7643] = {.lex_state = 3152}, - [7644] = {.lex_state = 1696, .external_lex_state = 3}, + [7639] = {.lex_state = 1696}, + [7640] = {.lex_state = 1696}, + [7641] = {.lex_state = 1775}, + [7642] = {.lex_state = 33}, + [7643] = {.lex_state = 1696}, + [7644] = {.lex_state = 1696}, [7645] = {.lex_state = 1696}, - [7646] = {.lex_state = 1696}, - [7647] = {.lex_state = 1696, .external_lex_state = 3}, - [7648] = {.lex_state = 1696}, - [7649] = {.lex_state = 359}, + [7646] = {.lex_state = 364}, + [7647] = {.lex_state = 1696, .external_lex_state = 4}, + [7648] = {.lex_state = 1627}, + [7649] = {.lex_state = 1696}, [7650] = {.lex_state = 1696, .external_lex_state = 3}, [7651] = {.lex_state = 1696}, - [7652] = {.lex_state = 1696, .external_lex_state = 4}, - [7653] = {.lex_state = 1696, .external_lex_state = 4}, - [7654] = {.lex_state = 1627}, + [7652] = {.lex_state = 1696}, + [7653] = {.lex_state = 1696, .external_lex_state = 3}, + [7654] = {.lex_state = 1696}, [7655] = {.lex_state = 1696}, - [7656] = {.lex_state = 5464}, - [7657] = {.lex_state = 368}, - [7658] = {.lex_state = 1694}, - [7659] = {.lex_state = 1696}, - [7660] = {.lex_state = 1694}, - [7661] = {.lex_state = 1696}, - [7662] = {.lex_state = 1627}, - [7663] = {.lex_state = 1696, .external_lex_state = 4}, - [7664] = {.lex_state = 1627}, + [7656] = {.lex_state = 1696}, + [7657] = {.lex_state = 1696}, + [7658] = {.lex_state = 1692}, + [7659] = {.lex_state = 1696, .external_lex_state = 3}, + [7660] = {.lex_state = 1696, .external_lex_state = 4}, + [7661] = {.lex_state = 1627}, + [7662] = {.lex_state = 1696}, + [7663] = {.lex_state = 1696, .external_lex_state = 3}, + [7664] = {.lex_state = 1696}, [7665] = {.lex_state = 1696}, - [7666] = {.lex_state = 30}, - [7667] = {.lex_state = 1696}, + [7666] = {.lex_state = 359}, + [7667] = {.lex_state = 1696, .external_lex_state = 3}, [7668] = {.lex_state = 1696}, - [7669] = {.lex_state = 1696}, - [7670] = {.lex_state = 1696}, - [7671] = {.lex_state = 1696}, - [7672] = {.lex_state = 1692}, - [7673] = {.lex_state = 1696, .external_lex_state = 4}, + [7669] = {.lex_state = 363}, + [7670] = {.lex_state = 1696, .external_lex_state = 4}, + [7671] = {.lex_state = 1627}, + [7672] = {.lex_state = 1696}, + [7673] = {.lex_state = 1696}, [7674] = {.lex_state = 1696}, [7675] = {.lex_state = 1696}, - [7676] = {.lex_state = 1696}, - [7677] = {.lex_state = 1696}, + [7676] = {.lex_state = 359}, + [7677] = {.lex_state = 1692}, [7678] = {.lex_state = 1696}, - [7679] = {.lex_state = 1696}, - [7680] = {.lex_state = 359}, - [7681] = {.lex_state = 33}, - [7682] = {.lex_state = 1696, .external_lex_state = 4}, - [7683] = {.lex_state = 1696}, - [7684] = {.lex_state = 1775}, + [7679] = {.lex_state = 3152}, + [7680] = {.lex_state = 1696, .external_lex_state = 4}, + [7681] = {.lex_state = 1696}, + [7682] = {.lex_state = 1696, .external_lex_state = 3}, + [7683] = {.lex_state = 5480}, + [7684] = {.lex_state = 1696}, [7685] = {.lex_state = 1696}, - [7686] = {.lex_state = 5462}, - [7687] = {.lex_state = 1696}, - [7688] = {.lex_state = 1696}, - [7689] = {.lex_state = 1696}, + [7686] = {.lex_state = 359}, + [7687] = {.lex_state = 5464}, + [7688] = {.lex_state = 368}, + [7689] = {.lex_state = 1696, .external_lex_state = 4}, [7690] = {.lex_state = 1696}, - [7691] = {.lex_state = 1696, .external_lex_state = 4}, - [7692] = {.lex_state = 1696, .external_lex_state = 4}, - [7693] = {.lex_state = 1696, .external_lex_state = 4}, - [7694] = {.lex_state = 1696, .external_lex_state = 4}, - [7695] = {.lex_state = 1696, .external_lex_state = 4}, - [7696] = {.lex_state = 1696, .external_lex_state = 4}, - [7697] = {.lex_state = 1696, .external_lex_state = 4}, + [7691] = {.lex_state = 1696}, + [7692] = {.lex_state = 1696}, + [7693] = {.lex_state = 1696}, + [7694] = {.lex_state = 3152}, + [7695] = {.lex_state = 1696, .external_lex_state = 3}, + [7696] = {.lex_state = 3152}, + [7697] = {.lex_state = 1696}, [7698] = {.lex_state = 1696, .external_lex_state = 4}, [7699] = {.lex_state = 1696, .external_lex_state = 4}, [7700] = {.lex_state = 1696, .external_lex_state = 4}, @@ -68235,62 +68253,69 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7710] = {.lex_state = 1696, .external_lex_state = 4}, [7711] = {.lex_state = 1696, .external_lex_state = 4}, [7712] = {.lex_state = 1696, .external_lex_state = 4}, - [7713] = {.lex_state = 3152}, - [7714] = {.lex_state = 140}, - [7715] = {.lex_state = 3152}, - [7716] = {.lex_state = 1696, .external_lex_state = 3}, - [7717] = {.lex_state = 1696}, - [7718] = {.lex_state = 1692}, - [7719] = {.lex_state = 363}, - [7720] = {.lex_state = 3152}, - [7721] = {.lex_state = 368}, + [7713] = {.lex_state = 1696, .external_lex_state = 4}, + [7714] = {.lex_state = 1696, .external_lex_state = 4}, + [7715] = {.lex_state = 1696, .external_lex_state = 4}, + [7716] = {.lex_state = 1696, .external_lex_state = 4}, + [7717] = {.lex_state = 1696, .external_lex_state = 4}, + [7718] = {.lex_state = 1696, .external_lex_state = 4}, + [7719] = {.lex_state = 1696, .external_lex_state = 4}, + [7720] = {.lex_state = 1696}, + [7721] = {.lex_state = 128}, [7722] = {.lex_state = 1696}, - [7723] = {.lex_state = 1665}, - [7724] = {.lex_state = 1692}, - [7725] = {.lex_state = 359}, - [7726] = {.lex_state = 368}, - [7727] = {.lex_state = 368}, - [7728] = {.lex_state = 30}, + [7723] = {.lex_state = 1696, .external_lex_state = 3}, + [7724] = {.lex_state = 30}, + [7725] = {.lex_state = 1696}, + [7726] = {.lex_state = 1696}, + [7727] = {.lex_state = 1696}, + [7728] = {.lex_state = 1696}, [7729] = {.lex_state = 1696}, - [7730] = {.lex_state = 1696}, + [7730] = {.lex_state = 1665}, [7731] = {.lex_state = 1696}, [7732] = {.lex_state = 1696}, - [7733] = {.lex_state = 1696}, - [7734] = {.lex_state = 5464}, - [7735] = {.lex_state = 1696}, - [7736] = {.lex_state = 30}, + [7733] = {.lex_state = 5466}, + [7734] = {.lex_state = 368}, + [7735] = {.lex_state = 1696, .external_lex_state = 3}, + [7736] = {.lex_state = 1696}, [7737] = {.lex_state = 1692}, - [7738] = {.lex_state = 1696, .external_lex_state = 3}, - [7739] = {.lex_state = 359}, - [7740] = {.lex_state = 1696}, - [7741] = {.lex_state = 1696}, - [7742] = {.lex_state = 3152}, - [7743] = {.lex_state = 1692}, - [7744] = {.lex_state = 1696}, + [7738] = {.lex_state = 368}, + [7739] = {.lex_state = 1696}, + [7740] = {.lex_state = 359}, + [7741] = {.lex_state = 1692}, + [7742] = {.lex_state = 368}, + [7743] = {.lex_state = 1696}, + [7744] = {.lex_state = 30}, [7745] = {.lex_state = 1696}, [7746] = {.lex_state = 1696}, [7747] = {.lex_state = 1696}, - [7748] = {.lex_state = 5480}, + [7748] = {.lex_state = 1696}, [7749] = {.lex_state = 1696}, [7750] = {.lex_state = 1696}, [7751] = {.lex_state = 1696}, - [7752] = {.lex_state = 140}, - [7753] = {.lex_state = 1696}, + [7752] = {.lex_state = 1665}, + [7753] = {.lex_state = 3152}, [7754] = {.lex_state = 1696}, - [7755] = {.lex_state = 1696}, - [7756] = {.lex_state = 266}, + [7755] = {.lex_state = 3152}, + [7756] = {.lex_state = 1627}, [7757] = {.lex_state = 1696}, [7758] = {.lex_state = 1696}, [7759] = {.lex_state = 1696}, - [7760] = {.lex_state = 3152}, - [7761] = {.lex_state = 33}, - [7762] = {.lex_state = 1692}, + [7760] = {.lex_state = 1696}, + [7761] = {.lex_state = 1696}, + [7762] = {.lex_state = 1696}, [7763] = {.lex_state = 1696}, [7764] = {.lex_state = 1696}, [7765] = {.lex_state = 1696}, [7766] = {.lex_state = 1696}, - [7767] = {.lex_state = 1627}, - [7768] = {(TSStateId)(-1)}, + [7767] = {.lex_state = 1696}, + [7768] = {.lex_state = 1696}, + [7769] = {.lex_state = 3152}, + [7770] = {.lex_state = 1696, .external_lex_state = 3}, + [7771] = {.lex_state = 1692}, + [7772] = {.lex_state = 1696}, + [7773] = {.lex_state = 1696}, + [7774] = {.lex_state = 1627}, + [7775] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -68392,83 +68417,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_end] = ACTIONS(1), }, [1] = { - [sym_nu_script] = STATE(7429), - [sym_shebang] = STATE(62), - [sym__block_body_statement] = STATE(6345), - [sym__declaration] = STATE(7184), - [sym_decl_alias] = STATE(6676), - [sym_stmt_let] = STATE(6701), - [sym_stmt_mut] = STATE(6701), - [sym_stmt_const] = STATE(6701), - [sym_assignment] = STATE(6701), - [sym__mutable_assignment_pattern] = STATE(6871), - [sym__statement] = STATE(7184), - [sym_pipeline] = STATE(6701), - [sym__block_body] = STATE(7608), - [sym_cmd_identifier] = STATE(4394), - [sym_decl_def] = STATE(6676), - [sym_decl_export] = STATE(6676), - [sym_decl_extern] = STATE(6676), - [sym_decl_module] = STATE(6676), - [sym_decl_use] = STATE(6676), - [sym__ctrl_statement] = STATE(6701), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_for] = STATE(6705), - [sym_ctrl_loop] = STATE(6705), - [sym_ctrl_error] = STATE(6705), - [sym_ctrl_while] = STATE(6705), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_stmt_source] = STATE(6701), - [sym_stmt_register] = STATE(6701), - [sym__stmt_hide] = STATE(6701), - [sym_hide_mod] = STATE(6808), - [sym_hide_env] = STATE(6808), - [sym__stmt_overlay] = STATE(6701), - [sym_overlay_list] = STATE(6812), - [sym_overlay_hide] = STATE(6812), - [sym_overlay_new] = STATE(6812), - [sym_overlay_use] = STATE(6812), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(1500), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), + [sym_nu_script] = STATE(7750), + [sym_shebang] = STATE(58), + [sym__block_body_statement] = STATE(6429), + [sym__declaration] = STATE(6700), + [sym_decl_alias] = STATE(6846), + [sym_stmt_let] = STATE(6853), + [sym_stmt_mut] = STATE(6853), + [sym_stmt_const] = STATE(6853), + [sym_assignment] = STATE(6853), + [sym__mutable_assignment_pattern] = STATE(7122), + [sym__statement] = STATE(6700), + [sym_pipeline] = STATE(6853), + [sym__block_body] = STATE(7665), + [sym_cmd_identifier] = STATE(4536), + [sym_decl_def] = STATE(6846), + [sym_decl_export] = STATE(6846), + [sym_decl_extern] = STATE(6846), + [sym_decl_module] = STATE(6846), + [sym_decl_use] = STATE(6846), + [sym__ctrl_statement] = STATE(6853), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_for] = STATE(7018), + [sym_ctrl_loop] = STATE(7018), + [sym_ctrl_error] = STATE(7018), + [sym_ctrl_while] = STATE(7018), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_stmt_source] = STATE(6853), + [sym_stmt_register] = STATE(6853), + [sym__stmt_hide] = STATE(6853), + [sym_hide_mod] = STATE(6947), + [sym_hide_env] = STATE(6947), + [sym__stmt_overlay] = STATE(6853), + [sym_overlay_list] = STATE(6951), + [sym_overlay_hide] = STATE(6951), + [sym_overlay_new] = STATE(6951), + [sym_overlay_use] = STATE(6951), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(1490), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), [sym_comment] = STATE(1), - [aux_sym_shebang_repeat1] = STATE(6720), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym__block_body_repeat1] = STATE(99), - [aux_sym__block_body_repeat2] = STATE(135), - [aux_sym_pipe_element_repeat2] = STATE(308), + [aux_sym_shebang_repeat1] = STATE(6683), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym__block_body_repeat1] = STATE(100), + [aux_sym__block_body_repeat2] = STATE(134), + [aux_sym_pipe_element_repeat2] = STATE(301), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_POUND_BANG] = ACTIONS(7), [anon_sym_export] = ACTIONS(9), @@ -68580,91 +68605,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(123), }, [2] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7527), - [sym_cmd_identifier] = STATE(4254), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7510), + [sym_cmd_identifier] = STATE(4261), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), [sym_parameter_pipes] = STATE(103), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym__match_pattern_record_variable] = STATE(686), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2069), - [sym__spread_parenthesized] = STATE(676), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(677), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym__match_pattern_record_variable] = STATE(723), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2059), + [sym__spread_parenthesized] = STATE(667), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(668), [sym_val_variable] = STATE(149), - [sym_val_number] = STATE(2429), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2429), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(676), - [sym_record_body] = STATE(7531), - [sym_record_entry] = STATE(577), - [sym__record_key] = STATE(7462), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym_val_number] = STATE(2436), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2436), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(667), + [sym_record_body] = STATE(7515), + [sym_record_entry] = STATE(597), + [sym__record_key] = STATE(7468), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(2), [aux_sym_shebang_repeat1] = STATE(23), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym__match_pattern_record_repeat1] = STATE(199), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym__match_pattern_record_repeat1] = STATE(201), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(125), [anon_sym_alias] = ACTIONS(127), [anon_sym_let] = ACTIONS(129), @@ -68785,89 +68810,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [3] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7568), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(98), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7611), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7458), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(99), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7516), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(3), [aux_sym_shebang_repeat1] = STATE(22), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -68988,89 +69013,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [4] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7610), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(94), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7415), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7476), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(126), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7618), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(4), [aux_sym_shebang_repeat1] = STATE(33), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -69191,89 +69216,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [5] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7467), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(98), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7611), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7552), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(99), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7516), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(5), [aux_sym_shebang_repeat1] = STATE(22), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -69394,89 +69419,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [6] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7527), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7510), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), [sym_parameter_pipes] = STATE(103), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7531), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7515), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(6), [aux_sym_shebang_repeat1] = STATE(23), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -69597,89 +69622,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [7] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7763), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(105), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7547), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7491), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(106), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7652), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(7), [aux_sym_shebang_repeat1] = STATE(24), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -69800,89 +69825,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [8] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7526), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(105), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7547), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7651), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(106), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7652), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(8), [aux_sym_shebang_repeat1] = STATE(24), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -70003,89 +70028,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [9] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7370), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7761), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), [sym_parameter_pipes] = STATE(103), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7531), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7515), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(9), [aux_sym_shebang_repeat1] = STATE(23), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -70206,89 +70231,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [10] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7526), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(105), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7679), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7651), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(106), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7469), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(10), [aux_sym_shebang_repeat1] = STATE(24), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -70409,89 +70434,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [11] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7676), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(107), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7732), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7467), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(108), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7749), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(11), [aux_sym_shebang_repeat1] = STATE(25), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -70612,89 +70637,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [12] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7731), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(112), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7589), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7748), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(113), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7762), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(12), [aux_sym_shebang_repeat1] = STATE(27), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -70815,89 +70840,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [13] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7766), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(114), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7454), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7757), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(115), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7597), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(13), [aux_sym_shebang_repeat1] = STATE(28), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -71018,89 +71043,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [14] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7449), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(116), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7494), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7593), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(117), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7657), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(14), [aux_sym_shebang_repeat1] = STATE(29), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -71221,89 +71246,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [15] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7492), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(117), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7432), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7639), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(119), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7545), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(15), [aux_sym_shebang_repeat1] = STATE(30), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -71424,89 +71449,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [16] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7430), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(109), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7590), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7544), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(111), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7693), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(16), [aux_sym_shebang_repeat1] = STATE(21), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -71627,89 +71652,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [17] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7492), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(117), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7417), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7639), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(119), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7414), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(17), [aux_sym_shebang_repeat1] = STATE(30), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -71830,89 +71855,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [18] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7586), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(119), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7502), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7692), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(121), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7393), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(18), [aux_sym_shebang_repeat1] = STATE(26), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -72033,89 +72058,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [19] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7416), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(122), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7612), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7407), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(123), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7477), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(19), [aux_sym_shebang_repeat1] = STATE(31), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -72236,88 +72261,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [20] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7501), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(124), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7744), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7388), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(125), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7564), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(20), [aux_sym_shebang_repeat1] = STATE(32), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(203), + [anon_sym_export] = ACTIONS(255), + [anon_sym_alias] = ACTIONS(257), + [anon_sym_let] = ACTIONS(259), + [anon_sym_let_DASHenv] = ACTIONS(259), + [anon_sym_mut] = ACTIONS(261), + [anon_sym_const] = ACTIONS(263), + [aux_sym_cmd_identifier_token1] = ACTIONS(135), + [aux_sym_cmd_identifier_token2] = ACTIONS(137), + [aux_sym_cmd_identifier_token3] = ACTIONS(137), + [aux_sym_cmd_identifier_token4] = ACTIONS(137), + [aux_sym_cmd_identifier_token5] = ACTIONS(137), + [aux_sym_cmd_identifier_token6] = ACTIONS(137), + [aux_sym_cmd_identifier_token7] = ACTIONS(137), + [aux_sym_cmd_identifier_token8] = ACTIONS(135), + [aux_sym_cmd_identifier_token9] = ACTIONS(135), + [aux_sym_cmd_identifier_token10] = ACTIONS(137), + [aux_sym_cmd_identifier_token11] = ACTIONS(137), + [aux_sym_cmd_identifier_token12] = ACTIONS(135), + [aux_sym_cmd_identifier_token13] = ACTIONS(135), + [aux_sym_cmd_identifier_token14] = ACTIONS(135), + [aux_sym_cmd_identifier_token15] = ACTIONS(135), + [aux_sym_cmd_identifier_token16] = ACTIONS(137), + [aux_sym_cmd_identifier_token17] = ACTIONS(137), + [aux_sym_cmd_identifier_token18] = ACTIONS(135), + [aux_sym_cmd_identifier_token19] = ACTIONS(137), + [aux_sym_cmd_identifier_token20] = ACTIONS(137), + [aux_sym_cmd_identifier_token21] = ACTIONS(137), + [aux_sym_cmd_identifier_token22] = ACTIONS(137), + [aux_sym_cmd_identifier_token23] = ACTIONS(137), + [aux_sym_cmd_identifier_token24] = ACTIONS(137), + [aux_sym_cmd_identifier_token25] = ACTIONS(137), + [aux_sym_cmd_identifier_token26] = ACTIONS(137), + [aux_sym_cmd_identifier_token27] = ACTIONS(137), + [aux_sym_cmd_identifier_token28] = ACTIONS(137), + [aux_sym_cmd_identifier_token29] = ACTIONS(137), + [aux_sym_cmd_identifier_token30] = ACTIONS(137), + [aux_sym_cmd_identifier_token31] = ACTIONS(137), + [aux_sym_cmd_identifier_token32] = ACTIONS(135), + [aux_sym_cmd_identifier_token33] = ACTIONS(137), + [aux_sym_cmd_identifier_token34] = ACTIONS(135), + [aux_sym_cmd_identifier_token35] = ACTIONS(137), + [aux_sym_cmd_identifier_token36] = ACTIONS(137), + [aux_sym_cmd_identifier_token37] = ACTIONS(137), + [aux_sym_cmd_identifier_token38] = ACTIONS(135), + [aux_sym_cmd_identifier_token39] = ACTIONS(137), + [aux_sym_cmd_identifier_token40] = ACTIONS(137), + [sym__newline] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_PIPE] = ACTIONS(143), + [anon_sym_def] = ACTIONS(265), + [anon_sym_export_DASHenv] = ACTIONS(267), + [anon_sym_extern] = ACTIONS(269), + [anon_sym_module] = ACTIONS(271), + [anon_sym_use] = ACTIONS(273), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(275), + [anon_sym_error] = ACTIONS(277), + [anon_sym_DASH2] = ACTIONS(163), + [anon_sym_break] = ACTIONS(279), + [anon_sym_continue] = ACTIONS(281), + [anon_sym_for] = ACTIONS(283), + [anon_sym_in2] = ACTIONS(285), + [anon_sym_loop] = ACTIONS(287), + [anon_sym_make] = ACTIONS(285), + [anon_sym_while] = ACTIONS(289), + [anon_sym_do] = ACTIONS(291), + [anon_sym_if] = ACTIONS(293), + [anon_sym_else] = ACTIONS(285), + [anon_sym_match] = ACTIONS(295), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(351), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(299), + [anon_sym_catch] = ACTIONS(285), + [anon_sym_return] = ACTIONS(301), + [anon_sym_source] = ACTIONS(303), + [anon_sym_source_DASHenv] = ACTIONS(303), + [anon_sym_register] = ACTIONS(305), + [anon_sym_hide] = ACTIONS(307), + [anon_sym_hide_DASHenv] = ACTIONS(309), + [anon_sym_overlay] = ACTIONS(311), + [anon_sym_as] = ACTIONS(285), + [anon_sym_where] = ACTIONS(203), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_PLUS2] = ACTIONS(207), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(219), + [aux_sym__val_number_decimal_token2] = ACTIONS(221), + [aux_sym__val_number_decimal_token3] = ACTIONS(223), + [aux_sym__val_number_decimal_token4] = ACTIONS(225), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(317), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [21] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7766), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(112), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(21), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), @@ -72390,7 +72617,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(285), [anon_sym_match] = ACTIONS(295), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(351), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(299), [anon_sym_catch] = ACTIONS(285), @@ -72438,89 +72664,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [21] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7757), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(111), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(21), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [22] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7627), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(96), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(22), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -72639,89 +72865,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [22] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7484), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(97), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(22), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [23] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7440), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(105), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(23), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -72840,89 +73066,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [23] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7418), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(104), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(23), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [24] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7760), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(107), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(24), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -73041,89 +73267,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [24] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7557), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(106), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(24), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [25] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7499), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(110), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(25), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -73242,89 +73468,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [25] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7382), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(108), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(25), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [26] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7763), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(122), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(26), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -73443,89 +73669,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [26] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7670), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(121), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(26), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [27] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7772), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(114), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(27), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -73644,89 +73870,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [27] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7674), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(113), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(27), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [28] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7656), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(116), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(28), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -73845,89 +74071,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [28] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7623), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(115), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(28), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [29] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7397), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(118), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(29), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -74046,89 +74272,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [29] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7551), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), + [30] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7590), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), [sym_parameter_pipes] = STATE(93), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(29), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(30), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -74247,89 +74473,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [30] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7464), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(118), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(30), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [31] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7539), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(124), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(31), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -74448,89 +74674,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [31] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7435), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(123), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(31), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [32] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7411), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(94), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(32), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -74649,89 +74875,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [32] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7517), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(125), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(32), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [33] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7492), + [sym_cmd_identifier] = STATE(4250), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(120), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(2002), + [sym__spread_parenthesized] = STATE(7373), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(1454), + [sym_val_number] = STATE(2366), + [sym__val_number_decimal] = STATE(804), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2366), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(33), + [aux_sym_shebang_repeat1] = STATE(190), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym_pipe_element_repeat2] = STATE(312), + [aux_sym_record_body_repeat1] = STATE(207), [anon_sym_export] = ACTIONS(255), [anon_sym_alias] = ACTIONS(257), [anon_sym_let] = ACTIONS(259), @@ -74850,185 +75076,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [33] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7631), - [sym_cmd_identifier] = STATE(4208), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(100), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(2065), - [sym__spread_parenthesized] = STATE(7262), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(1471), - [sym_val_number] = STATE(2423), - [sym__val_number_decimal] = STATE(810), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2423), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(33), - [aux_sym_shebang_repeat1] = STATE(189), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [34] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7511), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(108), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(34), + [aux_sym_shebang_repeat1] = STATE(38), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [aux_sym_record_body_repeat1] = STATE(204), - [anon_sym_export] = ACTIONS(255), - [anon_sym_alias] = ACTIONS(257), - [anon_sym_let] = ACTIONS(259), - [anon_sym_let_DASHenv] = ACTIONS(259), - [anon_sym_mut] = ACTIONS(261), - [anon_sym_const] = ACTIONS(263), - [aux_sym_cmd_identifier_token1] = ACTIONS(135), - [aux_sym_cmd_identifier_token2] = ACTIONS(137), - [aux_sym_cmd_identifier_token3] = ACTIONS(137), - [aux_sym_cmd_identifier_token4] = ACTIONS(137), - [aux_sym_cmd_identifier_token5] = ACTIONS(137), - [aux_sym_cmd_identifier_token6] = ACTIONS(137), - [aux_sym_cmd_identifier_token7] = ACTIONS(137), - [aux_sym_cmd_identifier_token8] = ACTIONS(135), - [aux_sym_cmd_identifier_token9] = ACTIONS(135), - [aux_sym_cmd_identifier_token10] = ACTIONS(137), - [aux_sym_cmd_identifier_token11] = ACTIONS(137), - [aux_sym_cmd_identifier_token12] = ACTIONS(135), - [aux_sym_cmd_identifier_token13] = ACTIONS(135), - [aux_sym_cmd_identifier_token14] = ACTIONS(135), - [aux_sym_cmd_identifier_token15] = ACTIONS(135), - [aux_sym_cmd_identifier_token16] = ACTIONS(137), - [aux_sym_cmd_identifier_token17] = ACTIONS(137), - [aux_sym_cmd_identifier_token18] = ACTIONS(135), - [aux_sym_cmd_identifier_token19] = ACTIONS(137), - [aux_sym_cmd_identifier_token20] = ACTIONS(137), - [aux_sym_cmd_identifier_token21] = ACTIONS(137), - [aux_sym_cmd_identifier_token22] = ACTIONS(137), - [aux_sym_cmd_identifier_token23] = ACTIONS(137), - [aux_sym_cmd_identifier_token24] = ACTIONS(137), - [aux_sym_cmd_identifier_token25] = ACTIONS(137), - [aux_sym_cmd_identifier_token26] = ACTIONS(137), - [aux_sym_cmd_identifier_token27] = ACTIONS(137), - [aux_sym_cmd_identifier_token28] = ACTIONS(137), - [aux_sym_cmd_identifier_token29] = ACTIONS(137), - [aux_sym_cmd_identifier_token30] = ACTIONS(137), - [aux_sym_cmd_identifier_token31] = ACTIONS(137), - [aux_sym_cmd_identifier_token32] = ACTIONS(135), - [aux_sym_cmd_identifier_token33] = ACTIONS(137), - [aux_sym_cmd_identifier_token34] = ACTIONS(135), - [aux_sym_cmd_identifier_token35] = ACTIONS(137), - [aux_sym_cmd_identifier_token36] = ACTIONS(137), - [aux_sym_cmd_identifier_token37] = ACTIONS(137), - [aux_sym_cmd_identifier_token38] = ACTIONS(135), - [aux_sym_cmd_identifier_token39] = ACTIONS(137), - [aux_sym_cmd_identifier_token40] = ACTIONS(137), - [sym__newline] = ACTIONS(139), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(363), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(363), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(363), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(367), [anon_sym_SEMI] = ACTIONS(141), [anon_sym_PIPE] = ACTIONS(143), - [anon_sym_def] = ACTIONS(265), - [anon_sym_export_DASHenv] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), - [anon_sym_module] = ACTIONS(271), - [anon_sym_use] = ACTIONS(273), + [anon_sym_def] = ACTIONS(369), + [anon_sym_export_DASHenv] = ACTIONS(371), + [anon_sym_extern] = ACTIONS(373), + [anon_sym_module] = ACTIONS(375), + [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(277), - [anon_sym_DASH2] = ACTIONS(163), - [anon_sym_break] = ACTIONS(279), - [anon_sym_continue] = ACTIONS(281), - [anon_sym_for] = ACTIONS(283), - [anon_sym_in2] = ACTIONS(285), - [anon_sym_loop] = ACTIONS(287), - [anon_sym_make] = ACTIONS(285), - [anon_sym_while] = ACTIONS(289), - [anon_sym_do] = ACTIONS(291), - [anon_sym_if] = ACTIONS(293), - [anon_sym_else] = ACTIONS(285), - [anon_sym_match] = ACTIONS(295), + [anon_sym_error] = ACTIONS(379), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_for] = ACTIONS(387), + [anon_sym_loop] = ACTIONS(389), + [anon_sym_while] = ACTIONS(391), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), + [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(299), - [anon_sym_catch] = ACTIONS(285), - [anon_sym_return] = ACTIONS(301), - [anon_sym_source] = ACTIONS(303), - [anon_sym_source_DASHenv] = ACTIONS(303), - [anon_sym_register] = ACTIONS(305), - [anon_sym_hide] = ACTIONS(307), - [anon_sym_hide_DASHenv] = ACTIONS(309), - [anon_sym_overlay] = ACTIONS(311), - [anon_sym_as] = ACTIONS(285), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_source] = ACTIONS(405), + [anon_sym_source_DASHenv] = ACTIONS(405), + [anon_sym_register] = ACTIONS(407), + [anon_sym_hide] = ACTIONS(409), + [anon_sym_hide_DASHenv] = ACTIONS(411), + [anon_sym_overlay] = ACTIONS(413), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_PLUS2] = ACTIONS(207), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(219), - [aux_sym__val_number_decimal_token2] = ACTIONS(221), - [aux_sym__val_number_decimal_token3] = ACTIONS(223), - [aux_sym__val_number_decimal_token4] = ACTIONS(225), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -75044,277 +75257,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(317), [aux_sym_env_var_token1] = ACTIONS(117), [anon_sym_CARET] = ACTIONS(247), [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [34] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7582), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(107), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(34), - [aux_sym_shebang_repeat1] = STATE(38), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [35] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7754), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(111), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(35), + [aux_sym_shebang_repeat1] = STATE(43), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(363), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(363), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(363), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(367), - [anon_sym_SEMI] = ACTIONS(141), - [anon_sym_PIPE] = ACTIONS(143), - [anon_sym_def] = ACTIONS(369), - [anon_sym_export_DASHenv] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_module] = ACTIONS(375), - [anon_sym_use] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(379), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_for] = ACTIONS(387), - [anon_sym_loop] = ACTIONS(389), - [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), - [anon_sym_source] = ACTIONS(405), - [anon_sym_source_DASHenv] = ACTIONS(405), - [anon_sym_register] = ACTIONS(407), - [anon_sym_hide] = ACTIONS(409), - [anon_sym_hide_DASHenv] = ACTIONS(411), - [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [35] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7689), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(109), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(35), - [aux_sym_shebang_repeat1] = STATE(43), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -75426,82 +75451,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [36] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7467), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(98), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7552), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(99), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(36), [aux_sym_shebang_repeat1] = STATE(40), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -75613,82 +75638,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [37] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7763), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(105), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7491), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(106), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(37), [aux_sym_shebang_repeat1] = STATE(41), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -75800,82 +75825,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [38] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7382), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(108), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7499), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(110), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(38), - [aux_sym_shebang_repeat1] = STATE(290), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_shebang_repeat1] = STATE(244), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -75986,82 +76011,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [39] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7526), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(105), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7651), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(106), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(39), [aux_sym_shebang_repeat1] = STATE(41), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -76172,82 +76197,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [40] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7484), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(97), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7627), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(96), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(40), - [aux_sym_shebang_repeat1] = STATE(290), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_shebang_repeat1] = STATE(244), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -76358,82 +76383,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [41] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7557), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(106), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7760), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(107), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(41), - [aux_sym_shebang_repeat1] = STATE(290), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_shebang_repeat1] = STATE(244), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -76544,82 +76569,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [42] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7568), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(98), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7458), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(99), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(42), [aux_sym_shebang_repeat1] = STATE(40), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -76730,82 +76755,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [43] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7757), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym_parameter_pipes] = STATE(111), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7766), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym_parameter_pipes] = STATE(112), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(43), - [aux_sym_shebang_repeat1] = STATE(290), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [aux_sym_shebang_repeat1] = STATE(244), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -76916,80 +76941,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [44] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7577), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7563), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(44), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -77101,80 +77126,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [45] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7750), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7637), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(45), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -77286,80 +77311,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [46] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7607), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7691), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(46), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -77471,80 +77496,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [47] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7669), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7404), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(47), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -77656,80 +77681,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [48] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7741), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7387), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(48), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -77841,80 +77866,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [49] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7486), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7463), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(49), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78026,80 +78051,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [50] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7414), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7473), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(50), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78211,80 +78236,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [51] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7442), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7562), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(51), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78396,80 +78421,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [52] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7722), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7617), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(52), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78581,80 +78606,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [53] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7428), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7633), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(53), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78766,80 +78791,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [54] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7407), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7747), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(54), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -78922,7 +78947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), - [anon_sym_RPAREN2] = ACTIONS(507), + [anon_sym_RPAREN2] = ACTIONS(487), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), [aux_sym__val_number_decimal_token1] = ACTIONS(457), @@ -78951,80 +78976,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [55] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7730), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7543), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(55), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -79080,7 +79105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(509), + [anon_sym_RPAREN] = ACTIONS(507), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -79107,7 +79132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), - [anon_sym_RPAREN2] = ACTIONS(479), + [anon_sym_RPAREN2] = ACTIONS(509), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), [aux_sym__val_number_decimal_token1] = ACTIONS(457), @@ -79136,80 +79161,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [56] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7500), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7746), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(56), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -79321,80 +79346,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [57] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7447), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7575), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(57), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -79505,86 +79530,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [58] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7598), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym__block_body_statement] = STATE(6429), + [sym__declaration] = STATE(6700), + [sym_decl_alias] = STATE(6846), + [sym_stmt_let] = STATE(6853), + [sym_stmt_mut] = STATE(6853), + [sym_stmt_const] = STATE(6853), + [sym_assignment] = STATE(6853), + [sym__mutable_assignment_pattern] = STATE(7122), + [sym__statement] = STATE(6700), + [sym_pipeline] = STATE(6853), + [sym__block_body] = STATE(7739), + [sym_cmd_identifier] = STATE(4536), + [sym_decl_def] = STATE(6846), + [sym_decl_export] = STATE(6846), + [sym_decl_extern] = STATE(6846), + [sym_decl_module] = STATE(6846), + [sym_decl_use] = STATE(6846), + [sym__ctrl_statement] = STATE(6853), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_for] = STATE(7018), + [sym_ctrl_loop] = STATE(7018), + [sym_ctrl_error] = STATE(7018), + [sym_ctrl_while] = STATE(7018), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_stmt_source] = STATE(6853), + [sym_stmt_register] = STATE(6853), + [sym__stmt_hide] = STATE(6853), + [sym_hide_mod] = STATE(6947), + [sym_hide_env] = STATE(6947), + [sym__stmt_overlay] = STATE(6853), + [sym_overlay_list] = STATE(6951), + [sym_overlay_hide] = STATE(6951), + [sym_overlay_new] = STATE(6951), + [sym_overlay_use] = STATE(6951), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(1490), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), [sym_comment] = STATE(58), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym__block_body_repeat1] = STATE(100), + [aux_sym__block_body_repeat2] = STATE(134), + [aux_sym_pipe_element_repeat2] = STATE(301), + [ts_builtin_sym_end] = ACTIONS(517), + [anon_sym_export] = ACTIONS(9), + [anon_sym_alias] = ACTIONS(11), + [anon_sym_let] = ACTIONS(13), + [anon_sym_let_DASHenv] = ACTIONS(13), + [anon_sym_mut] = ACTIONS(15), + [anon_sym_const] = ACTIONS(17), + [aux_sym_cmd_identifier_token1] = ACTIONS(19), + [aux_sym_cmd_identifier_token2] = ACTIONS(21), + [aux_sym_cmd_identifier_token3] = ACTIONS(21), + [aux_sym_cmd_identifier_token4] = ACTIONS(21), + [aux_sym_cmd_identifier_token5] = ACTIONS(21), + [aux_sym_cmd_identifier_token6] = ACTIONS(21), + [aux_sym_cmd_identifier_token7] = ACTIONS(21), + [aux_sym_cmd_identifier_token8] = ACTIONS(19), + [aux_sym_cmd_identifier_token9] = ACTIONS(19), + [aux_sym_cmd_identifier_token10] = ACTIONS(21), + [aux_sym_cmd_identifier_token11] = ACTIONS(21), + [aux_sym_cmd_identifier_token12] = ACTIONS(19), + [aux_sym_cmd_identifier_token13] = ACTIONS(19), + [aux_sym_cmd_identifier_token14] = ACTIONS(19), + [aux_sym_cmd_identifier_token15] = ACTIONS(19), + [aux_sym_cmd_identifier_token16] = ACTIONS(21), + [aux_sym_cmd_identifier_token17] = ACTIONS(21), + [aux_sym_cmd_identifier_token18] = ACTIONS(19), + [aux_sym_cmd_identifier_token19] = ACTIONS(21), + [aux_sym_cmd_identifier_token20] = ACTIONS(21), + [aux_sym_cmd_identifier_token21] = ACTIONS(21), + [aux_sym_cmd_identifier_token22] = ACTIONS(21), + [aux_sym_cmd_identifier_token23] = ACTIONS(21), + [aux_sym_cmd_identifier_token24] = ACTIONS(21), + [aux_sym_cmd_identifier_token25] = ACTIONS(21), + [aux_sym_cmd_identifier_token26] = ACTIONS(21), + [aux_sym_cmd_identifier_token27] = ACTIONS(21), + [aux_sym_cmd_identifier_token28] = ACTIONS(21), + [aux_sym_cmd_identifier_token29] = ACTIONS(21), + [aux_sym_cmd_identifier_token30] = ACTIONS(21), + [aux_sym_cmd_identifier_token31] = ACTIONS(21), + [aux_sym_cmd_identifier_token32] = ACTIONS(19), + [aux_sym_cmd_identifier_token33] = ACTIONS(21), + [aux_sym_cmd_identifier_token34] = ACTIONS(19), + [aux_sym_cmd_identifier_token35] = ACTIONS(21), + [aux_sym_cmd_identifier_token36] = ACTIONS(21), + [aux_sym_cmd_identifier_token37] = ACTIONS(21), + [aux_sym_cmd_identifier_token38] = ACTIONS(19), + [aux_sym_cmd_identifier_token39] = ACTIONS(21), + [aux_sym_cmd_identifier_token40] = ACTIONS(21), + [sym__newline] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(25), + [anon_sym_def] = ACTIONS(27), + [anon_sym_export_DASHenv] = ACTIONS(29), + [anon_sym_extern] = ACTIONS(31), + [anon_sym_module] = ACTIONS(33), + [anon_sym_use] = ACTIONS(35), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(41), + [anon_sym_error] = ACTIONS(43), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_break] = ACTIONS(47), + [anon_sym_continue] = ACTIONS(49), + [anon_sym_for] = ACTIONS(51), + [anon_sym_loop] = ACTIONS(53), + [anon_sym_while] = ACTIONS(55), + [anon_sym_do] = ACTIONS(57), + [anon_sym_if] = ACTIONS(59), + [anon_sym_match] = ACTIONS(61), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_return] = ACTIONS(69), + [anon_sym_source] = ACTIONS(71), + [anon_sym_source_DASHenv] = ACTIONS(71), + [anon_sym_register] = ACTIONS(73), + [anon_sym_hide] = ACTIONS(75), + [anon_sym_hide_DASHenv] = ACTIONS(77), + [anon_sym_overlay] = ACTIONS(79), + [anon_sym_where] = ACTIONS(81), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(87), + [anon_sym_true] = ACTIONS(89), + [anon_sym_false] = ACTIONS(89), + [aux_sym__val_number_decimal_token1] = ACTIONS(91), + [aux_sym__val_number_decimal_token2] = ACTIONS(93), + [aux_sym__val_number_decimal_token3] = ACTIONS(95), + [aux_sym__val_number_decimal_token4] = ACTIONS(97), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(101), + [aux_sym__val_number_token5] = ACTIONS(101), + [aux_sym__val_number_token6] = ACTIONS(101), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(119), + [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [59] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7408), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(59), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -79634,191 +79843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(379), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_for] = ACTIONS(387), - [anon_sym_loop] = ACTIONS(389), - [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(427), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), - [anon_sym_source] = ACTIONS(405), - [anon_sym_source_DASHenv] = ACTIONS(405), - [anon_sym_register] = ACTIONS(407), - [anon_sym_hide] = ACTIONS(409), - [anon_sym_hide_DASHenv] = ACTIONS(411), - [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [59] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7722), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(59), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(363), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(363), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(363), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(141), - [anon_sym_def] = ACTIONS(369), - [anon_sym_export_DASHenv] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_module] = ACTIONS(375), - [anon_sym_use] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(517), + [anon_sym_RPAREN] = ACTIONS(519), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -79873,80 +79898,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [60] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7603), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7548), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(60), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -80002,7 +80027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(519), + [anon_sym_RPAREN] = ACTIONS(521), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -80057,80 +80082,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [61] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7420), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7403), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(61), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -80186,7 +80211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(521), + [anon_sym_RPAREN] = ACTIONS(523), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -80241,264 +80266,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [62] = { - [sym__block_body_statement] = STATE(6345), - [sym__declaration] = STATE(7184), - [sym_decl_alias] = STATE(6676), - [sym_stmt_let] = STATE(6701), - [sym_stmt_mut] = STATE(6701), - [sym_stmt_const] = STATE(6701), - [sym_assignment] = STATE(6701), - [sym__mutable_assignment_pattern] = STATE(6871), - [sym__statement] = STATE(7184), - [sym_pipeline] = STATE(6701), - [sym__block_body] = STATE(7538), - [sym_cmd_identifier] = STATE(4394), - [sym_decl_def] = STATE(6676), - [sym_decl_export] = STATE(6676), - [sym_decl_extern] = STATE(6676), - [sym_decl_module] = STATE(6676), - [sym_decl_use] = STATE(6676), - [sym__ctrl_statement] = STATE(6701), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_for] = STATE(6705), - [sym_ctrl_loop] = STATE(6705), - [sym_ctrl_error] = STATE(6705), - [sym_ctrl_while] = STATE(6705), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_stmt_source] = STATE(6701), - [sym_stmt_register] = STATE(6701), - [sym__stmt_hide] = STATE(6701), - [sym_hide_mod] = STATE(6808), - [sym_hide_env] = STATE(6808), - [sym__stmt_overlay] = STATE(6701), - [sym_overlay_list] = STATE(6812), - [sym_overlay_hide] = STATE(6812), - [sym_overlay_new] = STATE(6812), - [sym_overlay_use] = STATE(6812), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(1500), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7746), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(62), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym__block_body_repeat1] = STATE(99), - [aux_sym__block_body_repeat2] = STATE(135), - [aux_sym_pipe_element_repeat2] = STATE(308), - [ts_builtin_sym_end] = ACTIONS(523), - [anon_sym_export] = ACTIONS(9), - [anon_sym_alias] = ACTIONS(11), - [anon_sym_let] = ACTIONS(13), - [anon_sym_let_DASHenv] = ACTIONS(13), - [anon_sym_mut] = ACTIONS(15), - [anon_sym_const] = ACTIONS(17), - [aux_sym_cmd_identifier_token1] = ACTIONS(19), - [aux_sym_cmd_identifier_token2] = ACTIONS(21), - [aux_sym_cmd_identifier_token3] = ACTIONS(21), - [aux_sym_cmd_identifier_token4] = ACTIONS(21), - [aux_sym_cmd_identifier_token5] = ACTIONS(21), - [aux_sym_cmd_identifier_token6] = ACTIONS(21), - [aux_sym_cmd_identifier_token7] = ACTIONS(21), - [aux_sym_cmd_identifier_token8] = ACTIONS(19), - [aux_sym_cmd_identifier_token9] = ACTIONS(19), - [aux_sym_cmd_identifier_token10] = ACTIONS(21), - [aux_sym_cmd_identifier_token11] = ACTIONS(21), - [aux_sym_cmd_identifier_token12] = ACTIONS(19), - [aux_sym_cmd_identifier_token13] = ACTIONS(19), - [aux_sym_cmd_identifier_token14] = ACTIONS(19), - [aux_sym_cmd_identifier_token15] = ACTIONS(19), - [aux_sym_cmd_identifier_token16] = ACTIONS(21), - [aux_sym_cmd_identifier_token17] = ACTIONS(21), - [aux_sym_cmd_identifier_token18] = ACTIONS(19), - [aux_sym_cmd_identifier_token19] = ACTIONS(21), - [aux_sym_cmd_identifier_token20] = ACTIONS(21), - [aux_sym_cmd_identifier_token21] = ACTIONS(21), - [aux_sym_cmd_identifier_token22] = ACTIONS(21), - [aux_sym_cmd_identifier_token23] = ACTIONS(21), - [aux_sym_cmd_identifier_token24] = ACTIONS(21), - [aux_sym_cmd_identifier_token25] = ACTIONS(21), - [aux_sym_cmd_identifier_token26] = ACTIONS(21), - [aux_sym_cmd_identifier_token27] = ACTIONS(21), - [aux_sym_cmd_identifier_token28] = ACTIONS(21), - [aux_sym_cmd_identifier_token29] = ACTIONS(21), - [aux_sym_cmd_identifier_token30] = ACTIONS(21), - [aux_sym_cmd_identifier_token31] = ACTIONS(21), - [aux_sym_cmd_identifier_token32] = ACTIONS(19), - [aux_sym_cmd_identifier_token33] = ACTIONS(21), - [aux_sym_cmd_identifier_token34] = ACTIONS(19), - [aux_sym_cmd_identifier_token35] = ACTIONS(21), - [aux_sym_cmd_identifier_token36] = ACTIONS(21), - [aux_sym_cmd_identifier_token37] = ACTIONS(21), - [aux_sym_cmd_identifier_token38] = ACTIONS(19), - [aux_sym_cmd_identifier_token39] = ACTIONS(21), - [aux_sym_cmd_identifier_token40] = ACTIONS(21), - [sym__newline] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(25), - [anon_sym_def] = ACTIONS(27), - [anon_sym_export_DASHenv] = ACTIONS(29), - [anon_sym_extern] = ACTIONS(31), - [anon_sym_module] = ACTIONS(33), - [anon_sym_use] = ACTIONS(35), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(41), - [anon_sym_error] = ACTIONS(43), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_break] = ACTIONS(47), - [anon_sym_continue] = ACTIONS(49), - [anon_sym_for] = ACTIONS(51), - [anon_sym_loop] = ACTIONS(53), - [anon_sym_while] = ACTIONS(55), - [anon_sym_do] = ACTIONS(57), - [anon_sym_if] = ACTIONS(59), - [anon_sym_match] = ACTIONS(61), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(65), - [anon_sym_try] = ACTIONS(67), - [anon_sym_return] = ACTIONS(69), - [anon_sym_source] = ACTIONS(71), - [anon_sym_source_DASHenv] = ACTIONS(71), - [anon_sym_register] = ACTIONS(73), - [anon_sym_hide] = ACTIONS(75), - [anon_sym_hide_DASHenv] = ACTIONS(77), - [anon_sym_overlay] = ACTIONS(79), - [anon_sym_where] = ACTIONS(81), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(87), - [anon_sym_true] = ACTIONS(89), - [anon_sym_false] = ACTIONS(89), - [aux_sym__val_number_decimal_token1] = ACTIONS(91), - [aux_sym__val_number_decimal_token2] = ACTIONS(93), - [aux_sym__val_number_decimal_token3] = ACTIONS(95), - [aux_sym__val_number_decimal_token4] = ACTIONS(97), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(101), - [aux_sym__val_number_token5] = ACTIONS(101), - [aux_sym__val_number_token6] = ACTIONS(101), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(119), - [aux_sym_command_token1] = ACTIONS(121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [63] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7750), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(63), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -80608,81 +80449,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [64] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7751), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(64), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [63] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7412), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(63), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -80792,81 +80633,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [65] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7559), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(65), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [64] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7637), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(64), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -80976,81 +80817,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [66] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7530), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(66), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [65] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7727), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(65), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -81160,81 +81001,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [67] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7753), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(67), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [66] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7493), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(66), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -81344,87 +81185,271 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [68] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7383), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(68), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), + [67] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7435), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(67), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(363), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(363), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(363), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(141), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_def] = ACTIONS(369), + [anon_sym_export_DASHenv] = ACTIONS(371), + [anon_sym_extern] = ACTIONS(373), + [anon_sym_module] = ACTIONS(375), + [anon_sym_use] = ACTIONS(377), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(275), + [anon_sym_error] = ACTIONS(379), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_for] = ACTIONS(387), + [anon_sym_loop] = ACTIONS(389), + [anon_sym_while] = ACTIONS(391), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(425), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_source] = ACTIONS(405), + [anon_sym_source_DASHenv] = ACTIONS(405), + [anon_sym_register] = ACTIONS(407), + [anon_sym_hide] = ACTIONS(409), + [anon_sym_hide_DASHenv] = ACTIONS(411), + [anon_sym_overlay] = ACTIONS(413), + [anon_sym_where] = ACTIONS(203), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [68] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7773), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(68), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -81529,80 +81554,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [69] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7730), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7390), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(69), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -81713,80 +81738,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [70] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7745), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7629), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(70), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -81897,80 +81922,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [71] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7758), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7674), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(71), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -82081,80 +82106,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [72] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7669), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7736), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(72), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -82265,80 +82290,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [73] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7733), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7764), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(73), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -82449,80 +82474,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [74] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7486), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7416), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(74), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -82633,80 +82658,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [75] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7626), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7486), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(75), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -82817,80 +82842,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [76] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7554), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7558), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(76), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83001,80 +83026,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [77] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7465), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7599), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(77), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83185,80 +83210,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [78] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7671), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7591), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(78), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83369,80 +83394,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [79] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7436), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7526), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(79), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(363), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(363), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(363), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(141), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_def] = ACTIONS(369), + [anon_sym_export_DASHenv] = ACTIONS(371), + [anon_sym_extern] = ACTIONS(373), + [anon_sym_module] = ACTIONS(375), + [anon_sym_use] = ACTIONS(377), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(275), + [anon_sym_error] = ACTIONS(379), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_for] = ACTIONS(387), + [anon_sym_loop] = ACTIONS(389), + [anon_sym_while] = ACTIONS(391), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(427), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_source] = ACTIONS(405), + [anon_sym_source_DASHenv] = ACTIONS(405), + [anon_sym_register] = ACTIONS(407), + [anon_sym_hide] = ACTIONS(409), + [anon_sym_hide_DASHenv] = ACTIONS(411), + [anon_sym_overlay] = ACTIONS(413), + [anon_sym_where] = ACTIONS(203), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [80] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7592), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(80), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83552,81 +83761,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [80] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7518), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(80), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [81] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7487), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(81), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83736,81 +83945,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [81] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7635), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(81), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [82] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7563), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(82), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -83920,81 +84129,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [82] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7764), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(82), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [83] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7502), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(83), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -84104,81 +84313,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [83] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7427), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(83), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [84] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7672), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(84), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -84288,81 +84497,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [84] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7463), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(84), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [85] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7534), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(85), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -84472,81 +84681,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [85] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7493), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(85), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [86] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7747), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(86), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -84656,81 +84865,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [86] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7528), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(86), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [87] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7758), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(87), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -84840,81 +85049,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [87] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7539), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(87), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [88] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7767), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(88), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -85024,81 +85233,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [88] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7546), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(88), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [89] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7474), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(89), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -85208,81 +85417,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [89] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7555), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(89), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [90] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7446), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(90), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -85392,87 +85601,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [90] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7746), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(90), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), + [91] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7463), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(91), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -85522,39 +85731,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_RPAREN] = ACTIONS(579), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), [anon_sym_for] = ACTIONS(387), [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(425), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), [anon_sym_hide] = ACTIONS(409), [anon_sym_hide_DASHenv] = ACTIONS(411), [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -85571,86 +85780,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [91] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7485), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(91), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [92] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7450), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(92), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -85706,7 +85915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(579), + [anon_sym_RPAREN] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -85760,87 +85969,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [92] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7675), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(92), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), + [93] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7610), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(93), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -85890,39 +86099,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), [anon_sym_hide] = ACTIONS(409), [anon_sym_hide_DASHenv] = ACTIONS(411), [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(453), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -85939,86 +86147,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [93] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7645), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(93), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [94] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7417), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(94), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -86127,81 +86335,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [94] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7630), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(94), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [95] = { + [sym__block_body_statement_parenthesized] = STATE(5702), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(95), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(205), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(127), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(363), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(363), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(363), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(141), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_def] = ACTIONS(369), + [anon_sym_export_DASHenv] = ACTIONS(371), + [anon_sym_extern] = ACTIONS(373), + [anon_sym_module] = ACTIONS(375), + [anon_sym_use] = ACTIONS(377), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_RPAREN] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(275), + [anon_sym_error] = ACTIONS(379), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_for] = ACTIONS(387), + [anon_sym_loop] = ACTIONS(389), + [anon_sym_while] = ACTIONS(391), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), + [anon_sym_source] = ACTIONS(405), + [anon_sym_source_DASHenv] = ACTIONS(405), + [anon_sym_register] = ACTIONS(407), + [anon_sym_hide] = ACTIONS(409), + [anon_sym_hide_DASHenv] = ACTIONS(411), + [anon_sym_overlay] = ACTIONS(413), + [anon_sym_where] = ACTIONS(453), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [96] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7530), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(96), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -86310,269 +86701,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [95] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7389), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1521), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(95), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym__block_body_repeat1] = STATE(96), - [aux_sym__block_body_repeat2] = STATE(128), - [aux_sym_pipe_element_repeat2] = STATE(302), - [anon_sym_export] = ACTIONS(583), - [anon_sym_alias] = ACTIONS(585), - [anon_sym_let] = ACTIONS(587), - [anon_sym_let_DASHenv] = ACTIONS(587), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_const] = ACTIONS(591), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(363), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(363), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(363), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(141), - [anon_sym_def] = ACTIONS(369), - [anon_sym_export_DASHenv] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_module] = ACTIONS(375), - [anon_sym_use] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(379), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_for] = ACTIONS(387), - [anon_sym_loop] = ACTIONS(389), - [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), - [anon_sym_source] = ACTIONS(405), - [anon_sym_source_DASHenv] = ACTIONS(405), - [anon_sym_register] = ACTIONS(407), - [anon_sym_hide] = ACTIONS(409), - [anon_sym_hide_DASHenv] = ACTIONS(411), - [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [96] = { - [sym__block_body_statement] = STATE(5939), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1521), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(96), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym__block_body_repeat1] = STATE(206), - [aux_sym__block_body_repeat2] = STATE(127), - [aux_sym_pipe_element_repeat2] = STATE(302), - [anon_sym_export] = ACTIONS(583), - [anon_sym_alias] = ACTIONS(585), - [anon_sym_let] = ACTIONS(587), - [anon_sym_let_DASHenv] = ACTIONS(587), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_const] = ACTIONS(591), + [97] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7732), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1517), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(97), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym__block_body_repeat1] = STATE(109), + [aux_sym__block_body_repeat2] = STATE(129), + [aux_sym_pipe_element_repeat2] = STATE(315), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(587), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(591), + [anon_sym_const] = ACTIONS(593), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -86622,7 +86831,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(595), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -86632,7 +86840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -86676,81 +86884,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [97] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7488), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(97), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [98] = { + [sym__block_body_statement] = STATE(5985), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(98), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(205), + [aux_sym__block_body_repeat2] = STATE(133), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -86818,6 +87025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(597), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), [anon_sym_return] = ACTIONS(403), @@ -86859,81 +87067,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [98] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7685), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(98), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [99] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7442), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(99), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -87042,81 +87250,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [99] = { - [sym__block_body_statement] = STATE(6553), - [sym__declaration] = STATE(7184), - [sym_decl_alias] = STATE(6676), - [sym_stmt_let] = STATE(6701), - [sym_stmt_mut] = STATE(6701), - [sym_stmt_const] = STATE(6701), - [sym_assignment] = STATE(6701), - [sym__mutable_assignment_pattern] = STATE(6871), - [sym__statement] = STATE(7184), - [sym_pipeline] = STATE(6701), - [sym_cmd_identifier] = STATE(4394), - [sym_decl_def] = STATE(6676), - [sym_decl_export] = STATE(6676), - [sym_decl_extern] = STATE(6676), - [sym_decl_module] = STATE(6676), - [sym_decl_use] = STATE(6676), - [sym__ctrl_statement] = STATE(6701), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_for] = STATE(6705), - [sym_ctrl_loop] = STATE(6705), - [sym_ctrl_error] = STATE(6705), - [sym_ctrl_while] = STATE(6705), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_stmt_source] = STATE(6701), - [sym_stmt_register] = STATE(6701), - [sym__stmt_hide] = STATE(6701), - [sym_hide_mod] = STATE(6808), - [sym_hide_env] = STATE(6808), - [sym__stmt_overlay] = STATE(6701), - [sym_overlay_list] = STATE(6812), - [sym_overlay_hide] = STATE(6812), - [sym_overlay_new] = STATE(6812), - [sym_overlay_use] = STATE(6812), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(1500), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(99), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym__block_body_repeat1] = STATE(238), - [aux_sym__block_body_repeat2] = STATE(132), - [aux_sym_pipe_element_repeat2] = STATE(308), - [ts_builtin_sym_end] = ACTIONS(595), + [100] = { + [sym__block_body_statement] = STATE(6512), + [sym__declaration] = STATE(6700), + [sym_decl_alias] = STATE(6846), + [sym_stmt_let] = STATE(6853), + [sym_stmt_mut] = STATE(6853), + [sym_stmt_const] = STATE(6853), + [sym_assignment] = STATE(6853), + [sym__mutable_assignment_pattern] = STATE(7122), + [sym__statement] = STATE(6700), + [sym_pipeline] = STATE(6853), + [sym_cmd_identifier] = STATE(4536), + [sym_decl_def] = STATE(6846), + [sym_decl_export] = STATE(6846), + [sym_decl_extern] = STATE(6846), + [sym_decl_module] = STATE(6846), + [sym_decl_use] = STATE(6846), + [sym__ctrl_statement] = STATE(6853), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_for] = STATE(7018), + [sym_ctrl_loop] = STATE(7018), + [sym_ctrl_error] = STATE(7018), + [sym_ctrl_while] = STATE(7018), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_stmt_source] = STATE(6853), + [sym_stmt_register] = STATE(6853), + [sym__stmt_hide] = STATE(6853), + [sym_hide_mod] = STATE(6947), + [sym_hide_env] = STATE(6947), + [sym__stmt_overlay] = STATE(6853), + [sym_overlay_list] = STATE(6951), + [sym_overlay_hide] = STATE(6951), + [sym_overlay_new] = STATE(6951), + [sym_overlay_use] = STATE(6951), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(1490), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(100), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym__block_body_repeat1] = STATE(240), + [aux_sym__block_body_repeat2] = STATE(136), + [aux_sym_pipe_element_repeat2] = STATE(301), + [ts_builtin_sym_end] = ACTIONS(597), [anon_sym_export] = ACTIONS(9), [anon_sym_alias] = ACTIONS(11), [anon_sym_let] = ACTIONS(13), @@ -87225,87 +87433,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [100] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7655), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(100), + [101] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7553), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(101), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(363), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(363), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(363), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(141), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_def] = ACTIONS(369), + [anon_sym_export_DASHenv] = ACTIONS(371), + [anon_sym_extern] = ACTIONS(373), + [anon_sym_module] = ACTIONS(375), + [anon_sym_use] = ACTIONS(377), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(275), + [anon_sym_error] = ACTIONS(379), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_for] = ACTIONS(387), + [anon_sym_loop] = ACTIONS(389), + [anon_sym_while] = ACTIONS(391), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), + [anon_sym_source] = ACTIONS(405), + [anon_sym_source_DASHenv] = ACTIONS(405), + [anon_sym_register] = ACTIONS(407), + [anon_sym_hide] = ACTIONS(409), + [anon_sym_hide_DASHenv] = ACTIONS(411), + [anon_sym_overlay] = ACTIONS(413), + [anon_sym_where] = ACTIONS(453), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [102] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7720), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1517), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(102), [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), + [aux_sym__block_body_repeat1] = STATE(109), + [aux_sym__block_body_repeat2] = STATE(129), + [aux_sym_pipe_element_repeat2] = STATE(315), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(587), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(591), + [anon_sym_const] = ACTIONS(593), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -87364,12 +87755,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(451), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), @@ -87383,10 +87774,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -87408,87 +87799,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [101] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7506), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(101), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), + [103] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7664), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(103), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -87541,35 +87932,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), [anon_sym_hide] = ACTIONS(409), [anon_sym_hide_DASHenv] = ACTIONS(411), [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(453), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -87586,92 +87977,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [102] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7648), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1521), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(102), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym__block_body_repeat1] = STATE(96), - [aux_sym__block_body_repeat2] = STATE(128), - [aux_sym_pipe_element_repeat2] = STATE(302), - [anon_sym_export] = ACTIONS(583), - [anon_sym_alias] = ACTIONS(585), - [anon_sym_let] = ACTIONS(587), - [anon_sym_let_DASHenv] = ACTIONS(587), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_const] = ACTIONS(591), + [104] = { + [sym__block_body_statement_parenthesized] = STATE(5722), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym__parenthesized_body] = STATE(7586), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(104), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym__block_body_repeat1] = STATE(95), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(135), + [anon_sym_export] = ACTIONS(429), + [anon_sym_alias] = ACTIONS(431), + [anon_sym_let] = ACTIONS(433), + [anon_sym_let_DASHenv] = ACTIONS(433), + [anon_sym_mut] = ACTIONS(435), + [anon_sym_const] = ACTIONS(437), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -87724,17 +88115,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), [anon_sym_for] = ACTIONS(387), [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), + [anon_sym_try] = ACTIONS(449), [anon_sym_return] = ACTIONS(451), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), @@ -87742,7 +88133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(409), [anon_sym_hide_DASHenv] = ACTIONS(411), [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), @@ -87769,86 +88160,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [103] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7411), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(103), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [105] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7678), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(105), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -87957,81 +88348,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [104] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7397), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(104), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [106] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7728), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -88140,81 +88531,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [105] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7540), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(105), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [107] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7478), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(107), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -88323,81 +88714,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [106] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7532), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(106), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [108] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7498), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(108), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -88506,87 +88897,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [107] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7381), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(107), + [109] = { + [sym__block_body_statement] = STATE(5985), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1517), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(109), [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), + [aux_sym__block_body_repeat1] = STATE(205), + [aux_sym__block_body_repeat2] = STATE(130), + [aux_sym_pipe_element_repeat2] = STATE(315), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(587), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(591), + [anon_sym_const] = ACTIONS(593), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -88636,6 +89026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_RPAREN] = ACTIONS(597), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), @@ -88645,12 +89036,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(451), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), @@ -88664,10 +89055,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -88689,81 +89080,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [108] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7426), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(108), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [110] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7531), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(110), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -88872,81 +89263,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [109] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7755), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(109), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [111] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7765), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(111), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -89055,86 +89446,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [110] = { - [sym__block_body_statement_parenthesized] = STATE(5753), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(110), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(206), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(133), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), + [112] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7620), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(112), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), + [anon_sym_export] = ACTIONS(353), + [anon_sym_alias] = ACTIONS(355), + [anon_sym_let] = ACTIONS(357), + [anon_sym_let_DASHenv] = ACTIONS(357), + [anon_sym_mut] = ACTIONS(359), + [anon_sym_const] = ACTIONS(361), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -89184,39 +89576,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(377), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(597), [anon_sym_DOLLAR] = ACTIONS(275), [anon_sym_error] = ACTIONS(379), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), [anon_sym_for] = ACTIONS(387), [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), [anon_sym_source] = ACTIONS(405), [anon_sym_source_DASHenv] = ACTIONS(405), [anon_sym_register] = ACTIONS(407), [anon_sym_hide] = ACTIONS(409), [anon_sym_hide_DASHenv] = ACTIONS(411), [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(453), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -89233,86 +89624,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [111] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7385), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(111), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [113] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7697), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(113), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -89421,81 +89812,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [112] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7661), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(112), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [114] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7579), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(114), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -89604,81 +89995,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [113] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7376), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(113), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [115] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7655), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(115), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -89787,81 +90178,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [114] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7561), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(114), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [116] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7443), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(116), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -89970,81 +90361,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [115] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7690), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(115), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [117] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7596), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(117), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -90153,81 +90544,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [116] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7550), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(116), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [118] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7431), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(118), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -90336,81 +90727,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [117] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7460), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(117), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [119] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7588), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(119), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -90519,81 +90910,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [118] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7477), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(118), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [120] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7508), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(120), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -90702,81 +91093,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [119] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7665), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(119), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [121] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7759), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(121), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -90885,80 +91276,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [120] = { - [sym__block_body_statement] = STATE(5939), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(120), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(206), - [aux_sym__block_body_repeat2] = STATE(130), - [aux_sym_pipe_element_repeat2] = STATE(303), + [122] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7572), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(122), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), + [aux_sym__block_body_repeat2] = STATE(131), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -91026,7 +91418,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(595), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), [anon_sym_return] = ACTIONS(403), @@ -91068,81 +91459,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [121] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7687), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(121), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [123] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7529), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(123), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -91251,81 +91642,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [122] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7434), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(122), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [124] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7604), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(124), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -91434,264 +91825,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [123] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7443), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(123), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), - [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), - [anon_sym_export] = ACTIONS(353), - [anon_sym_alias] = ACTIONS(355), - [anon_sym_let] = ACTIONS(357), - [anon_sym_let_DASHenv] = ACTIONS(357), - [anon_sym_mut] = ACTIONS(359), - [anon_sym_const] = ACTIONS(361), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(363), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(363), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(363), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(141), - [anon_sym_def] = ACTIONS(369), - [anon_sym_export_DASHenv] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_module] = ACTIONS(375), - [anon_sym_use] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(379), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_for] = ACTIONS(387), - [anon_sym_loop] = ACTIONS(389), - [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), - [anon_sym_source] = ACTIONS(405), - [anon_sym_source_DASHenv] = ACTIONS(405), - [anon_sym_register] = ACTIONS(407), - [anon_sym_hide] = ACTIONS(409), - [anon_sym_hide_DASHenv] = ACTIONS(411), - [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [124] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7516), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(124), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [125] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7406), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(125), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -91800,81 +92008,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [125] = { - [sym__block_body_statement] = STATE(5819), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym__block_body] = STATE(7529), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(125), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat1] = STATE(120), + [126] = { + [sym__block_body_statement] = STATE(5873), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym__block_body] = STATE(7489), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(126), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat1] = STATE(98), [aux_sym__block_body_repeat2] = STATE(131), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -91983,81 +92191,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [126] = { - [sym__block_body_statement_parenthesized] = STATE(5602), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym__parenthesized_body] = STATE(7503), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(126), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym__block_body_repeat1] = STATE(110), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(129), + [127] = { + [sym__block_body_statement_parenthesized] = STATE(5627), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(127), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(132), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -92104,8 +92310,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token38] = ACTIONS(363), [aux_sym_cmd_identifier_token39] = ACTIONS(365), [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(141), [anon_sym_def] = ACTIONS(369), [anon_sym_export_DASHenv] = ACTIONS(371), [anon_sym_extern] = ACTIONS(373), @@ -92166,85 +92370,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [127] = { - [sym__block_body_statement] = STATE(5960), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1521), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(127), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(302), - [anon_sym_export] = ACTIONS(583), - [anon_sym_alias] = ACTIONS(585), - [anon_sym_let] = ACTIONS(587), - [anon_sym_let_DASHenv] = ACTIONS(587), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_const] = ACTIONS(591), + [128] = { + [sym__block_body_statement] = STATE(6850), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1602), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(128), + [aux_sym_pipeline_repeat1] = STATE(185), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(313), + [anon_sym_export] = ACTIONS(599), + [anon_sym_alias] = ACTIONS(602), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(608), + [anon_sym_const] = ACTIONS(611), + [aux_sym_cmd_identifier_token1] = ACTIONS(614), + [aux_sym_cmd_identifier_token2] = ACTIONS(617), + [aux_sym_cmd_identifier_token3] = ACTIONS(617), + [aux_sym_cmd_identifier_token4] = ACTIONS(617), + [aux_sym_cmd_identifier_token5] = ACTIONS(617), + [aux_sym_cmd_identifier_token6] = ACTIONS(617), + [aux_sym_cmd_identifier_token7] = ACTIONS(617), + [aux_sym_cmd_identifier_token8] = ACTIONS(614), + [aux_sym_cmd_identifier_token9] = ACTIONS(614), + [aux_sym_cmd_identifier_token10] = ACTIONS(617), + [aux_sym_cmd_identifier_token11] = ACTIONS(617), + [aux_sym_cmd_identifier_token12] = ACTIONS(614), + [aux_sym_cmd_identifier_token13] = ACTIONS(614), + [aux_sym_cmd_identifier_token14] = ACTIONS(614), + [aux_sym_cmd_identifier_token15] = ACTIONS(614), + [aux_sym_cmd_identifier_token16] = ACTIONS(617), + [aux_sym_cmd_identifier_token17] = ACTIONS(617), + [aux_sym_cmd_identifier_token18] = ACTIONS(614), + [aux_sym_cmd_identifier_token19] = ACTIONS(617), + [aux_sym_cmd_identifier_token20] = ACTIONS(617), + [aux_sym_cmd_identifier_token21] = ACTIONS(617), + [aux_sym_cmd_identifier_token22] = ACTIONS(617), + [aux_sym_cmd_identifier_token23] = ACTIONS(617), + [aux_sym_cmd_identifier_token24] = ACTIONS(617), + [aux_sym_cmd_identifier_token25] = ACTIONS(617), + [aux_sym_cmd_identifier_token26] = ACTIONS(617), + [aux_sym_cmd_identifier_token27] = ACTIONS(617), + [aux_sym_cmd_identifier_token28] = ACTIONS(617), + [aux_sym_cmd_identifier_token29] = ACTIONS(617), + [aux_sym_cmd_identifier_token30] = ACTIONS(617), + [aux_sym_cmd_identifier_token31] = ACTIONS(617), + [aux_sym_cmd_identifier_token32] = ACTIONS(614), + [aux_sym_cmd_identifier_token33] = ACTIONS(617), + [aux_sym_cmd_identifier_token34] = ACTIONS(614), + [aux_sym_cmd_identifier_token35] = ACTIONS(617), + [aux_sym_cmd_identifier_token36] = ACTIONS(617), + [aux_sym_cmd_identifier_token37] = ACTIONS(617), + [aux_sym_cmd_identifier_token38] = ACTIONS(614), + [aux_sym_cmd_identifier_token39] = ACTIONS(617), + [aux_sym_cmd_identifier_token40] = ACTIONS(617), + [anon_sym_def] = ACTIONS(620), + [anon_sym_export_DASHenv] = ACTIONS(623), + [anon_sym_extern] = ACTIONS(626), + [anon_sym_module] = ACTIONS(629), + [anon_sym_use] = ACTIONS(632), + [anon_sym_LBRACK] = ACTIONS(635), + [anon_sym_LPAREN] = ACTIONS(638), + [anon_sym_DOLLAR] = ACTIONS(641), + [anon_sym_error] = ACTIONS(644), + [anon_sym_DASH2] = ACTIONS(647), + [anon_sym_break] = ACTIONS(650), + [anon_sym_continue] = ACTIONS(653), + [anon_sym_for] = ACTIONS(656), + [anon_sym_loop] = ACTIONS(659), + [anon_sym_while] = ACTIONS(662), + [anon_sym_do] = ACTIONS(665), + [anon_sym_if] = ACTIONS(668), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(674), + [anon_sym_DOT_DOT] = ACTIONS(677), + [anon_sym_try] = ACTIONS(680), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(686), + [anon_sym_source_DASHenv] = ACTIONS(686), + [anon_sym_register] = ACTIONS(689), + [anon_sym_hide] = ACTIONS(692), + [anon_sym_hide_DASHenv] = ACTIONS(695), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(701), + [aux_sym_expr_unary_token1] = ACTIONS(704), + [anon_sym_DOT_DOT_EQ] = ACTIONS(707), + [anon_sym_DOT_DOT_LT] = ACTIONS(707), + [anon_sym_null] = ACTIONS(710), + [anon_sym_true] = ACTIONS(713), + [anon_sym_false] = ACTIONS(713), + [aux_sym__val_number_decimal_token1] = ACTIONS(716), + [aux_sym__val_number_decimal_token2] = ACTIONS(719), + [aux_sym__val_number_decimal_token3] = ACTIONS(722), + [aux_sym__val_number_decimal_token4] = ACTIONS(725), + [aux_sym__val_number_token1] = ACTIONS(728), + [aux_sym__val_number_token2] = ACTIONS(728), + [aux_sym__val_number_token3] = ACTIONS(728), + [aux_sym__val_number_token4] = ACTIONS(731), + [aux_sym__val_number_token5] = ACTIONS(731), + [aux_sym__val_number_token6] = ACTIONS(731), + [anon_sym_0b] = ACTIONS(734), + [anon_sym_0o] = ACTIONS(737), + [anon_sym_0x] = ACTIONS(737), + [sym_val_date] = ACTIONS(740), + [anon_sym_DQUOTE] = ACTIONS(743), + [sym__str_single_quotes] = ACTIONS(746), + [sym__str_back_ticks] = ACTIONS(746), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(749), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(752), + [aux_sym_env_var_token1] = ACTIONS(755), + [anon_sym_CARET] = ACTIONS(758), + [aux_sym_command_token1] = ACTIONS(761), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(764), + }, + [129] = { + [sym__block_body_statement] = STATE(5985), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1517), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(129), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(315), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(587), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(591), + [anon_sym_const] = ACTIONS(593), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -92301,7 +92684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -92345,85 +92728,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [128] = { - [sym__block_body_statement] = STATE(5939), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1521), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(128), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(302), - [anon_sym_export] = ACTIONS(583), - [anon_sym_alias] = ACTIONS(585), - [anon_sym_let] = ACTIONS(587), - [anon_sym_let_DASHenv] = ACTIONS(587), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_const] = ACTIONS(591), + [130] = { + [sym__block_body_statement] = STATE(5881), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1517), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(130), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(315), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(587), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(591), + [anon_sym_const] = ACTIONS(593), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -92480,7 +92863,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(389), [anon_sym_while] = ACTIONS(391), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -92524,258 +92907,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [129] = { - [sym__block_body_statement_parenthesized] = STATE(5753), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(129), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(134), - [anon_sym_export] = ACTIONS(429), - [anon_sym_alias] = ACTIONS(431), - [anon_sym_let] = ACTIONS(433), - [anon_sym_let_DASHenv] = ACTIONS(433), - [anon_sym_mut] = ACTIONS(435), - [anon_sym_const] = ACTIONS(437), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(363), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(363), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(363), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [anon_sym_def] = ACTIONS(369), - [anon_sym_export_DASHenv] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_module] = ACTIONS(375), - [anon_sym_use] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(275), - [anon_sym_error] = ACTIONS(379), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_for] = ACTIONS(387), - [anon_sym_loop] = ACTIONS(389), - [anon_sym_while] = ACTIONS(391), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), - [anon_sym_source] = ACTIONS(405), - [anon_sym_source_DASHenv] = ACTIONS(405), - [anon_sym_register] = ACTIONS(407), - [anon_sym_hide] = ACTIONS(409), - [anon_sym_hide_DASHenv] = ACTIONS(411), - [anon_sym_overlay] = ACTIONS(413), - [anon_sym_where] = ACTIONS(453), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [130] = { - [sym__block_body_statement] = STATE(5960), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(130), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(303), + [131] = { + [sym__block_body_statement] = STATE(5985), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(131), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -92882,79 +93086,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [131] = { - [sym__block_body_statement] = STATE(5939), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1529), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(131), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(303), + [132] = { + [sym__block_body_statement_parenthesized] = STATE(6177), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1590), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(132), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), + [aux_sym__parenthesized_body_repeat2] = STATE(132), + [anon_sym_export] = ACTIONS(767), + [anon_sym_alias] = ACTIONS(770), + [anon_sym_let] = ACTIONS(773), + [anon_sym_let_DASHenv] = ACTIONS(773), + [anon_sym_mut] = ACTIONS(776), + [anon_sym_const] = ACTIONS(779), + [aux_sym_cmd_identifier_token1] = ACTIONS(782), + [aux_sym_cmd_identifier_token2] = ACTIONS(785), + [aux_sym_cmd_identifier_token3] = ACTIONS(785), + [aux_sym_cmd_identifier_token4] = ACTIONS(785), + [aux_sym_cmd_identifier_token5] = ACTIONS(785), + [aux_sym_cmd_identifier_token6] = ACTIONS(785), + [aux_sym_cmd_identifier_token7] = ACTIONS(785), + [aux_sym_cmd_identifier_token8] = ACTIONS(782), + [aux_sym_cmd_identifier_token9] = ACTIONS(782), + [aux_sym_cmd_identifier_token10] = ACTIONS(785), + [aux_sym_cmd_identifier_token11] = ACTIONS(785), + [aux_sym_cmd_identifier_token12] = ACTIONS(782), + [aux_sym_cmd_identifier_token13] = ACTIONS(782), + [aux_sym_cmd_identifier_token14] = ACTIONS(782), + [aux_sym_cmd_identifier_token15] = ACTIONS(782), + [aux_sym_cmd_identifier_token16] = ACTIONS(785), + [aux_sym_cmd_identifier_token17] = ACTIONS(785), + [aux_sym_cmd_identifier_token18] = ACTIONS(782), + [aux_sym_cmd_identifier_token19] = ACTIONS(785), + [aux_sym_cmd_identifier_token20] = ACTIONS(785), + [aux_sym_cmd_identifier_token21] = ACTIONS(785), + [aux_sym_cmd_identifier_token22] = ACTIONS(785), + [aux_sym_cmd_identifier_token23] = ACTIONS(785), + [aux_sym_cmd_identifier_token24] = ACTIONS(785), + [aux_sym_cmd_identifier_token25] = ACTIONS(785), + [aux_sym_cmd_identifier_token26] = ACTIONS(785), + [aux_sym_cmd_identifier_token27] = ACTIONS(785), + [aux_sym_cmd_identifier_token28] = ACTIONS(785), + [aux_sym_cmd_identifier_token29] = ACTIONS(785), + [aux_sym_cmd_identifier_token30] = ACTIONS(785), + [aux_sym_cmd_identifier_token31] = ACTIONS(785), + [aux_sym_cmd_identifier_token32] = ACTIONS(782), + [aux_sym_cmd_identifier_token33] = ACTIONS(785), + [aux_sym_cmd_identifier_token34] = ACTIONS(782), + [aux_sym_cmd_identifier_token35] = ACTIONS(785), + [aux_sym_cmd_identifier_token36] = ACTIONS(785), + [aux_sym_cmd_identifier_token37] = ACTIONS(785), + [aux_sym_cmd_identifier_token38] = ACTIONS(782), + [aux_sym_cmd_identifier_token39] = ACTIONS(785), + [aux_sym_cmd_identifier_token40] = ACTIONS(785), + [anon_sym_def] = ACTIONS(788), + [anon_sym_export_DASHenv] = ACTIONS(791), + [anon_sym_extern] = ACTIONS(794), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(800), + [anon_sym_LBRACK] = ACTIONS(803), + [anon_sym_LPAREN] = ACTIONS(806), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_error] = ACTIONS(812), + [anon_sym_DASH2] = ACTIONS(815), + [anon_sym_break] = ACTIONS(818), + [anon_sym_continue] = ACTIONS(821), + [anon_sym_for] = ACTIONS(824), + [anon_sym_loop] = ACTIONS(827), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(833), + [anon_sym_if] = ACTIONS(836), + [anon_sym_match] = ACTIONS(839), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(845), + [anon_sym_try] = ACTIONS(848), + [anon_sym_return] = ACTIONS(851), + [anon_sym_source] = ACTIONS(854), + [anon_sym_source_DASHenv] = ACTIONS(854), + [anon_sym_register] = ACTIONS(857), + [anon_sym_hide] = ACTIONS(860), + [anon_sym_hide_DASHenv] = ACTIONS(863), + [anon_sym_overlay] = ACTIONS(866), + [anon_sym_where] = ACTIONS(869), + [aux_sym_expr_unary_token1] = ACTIONS(872), + [anon_sym_DOT_DOT_EQ] = ACTIONS(875), + [anon_sym_DOT_DOT_LT] = ACTIONS(875), + [anon_sym_null] = ACTIONS(878), + [anon_sym_true] = ACTIONS(881), + [anon_sym_false] = ACTIONS(881), + [aux_sym__val_number_decimal_token1] = ACTIONS(884), + [aux_sym__val_number_decimal_token2] = ACTIONS(887), + [aux_sym__val_number_decimal_token3] = ACTIONS(890), + [aux_sym__val_number_decimal_token4] = ACTIONS(893), + [aux_sym__val_number_token1] = ACTIONS(896), + [aux_sym__val_number_token2] = ACTIONS(896), + [aux_sym__val_number_token3] = ACTIONS(896), + [aux_sym__val_number_token4] = ACTIONS(899), + [aux_sym__val_number_token5] = ACTIONS(899), + [aux_sym__val_number_token6] = ACTIONS(899), + [anon_sym_0b] = ACTIONS(902), + [anon_sym_0o] = ACTIONS(905), + [anon_sym_0x] = ACTIONS(905), + [sym_val_date] = ACTIONS(908), + [anon_sym_DQUOTE] = ACTIONS(911), + [sym__str_single_quotes] = ACTIONS(914), + [sym__str_back_ticks] = ACTIONS(914), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(917), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(920), + [aux_sym_env_var_token1] = ACTIONS(923), + [anon_sym_CARET] = ACTIONS(926), + [aux_sym_command_token1] = ACTIONS(929), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(932), + }, + [133] = { + [sym__block_body_statement] = STATE(5881), + [sym__declaration] = STATE(6419), + [sym_decl_alias] = STATE(6422), + [sym_stmt_let] = STATE(6423), + [sym_stmt_mut] = STATE(6423), + [sym_stmt_const] = STATE(6423), + [sym_assignment] = STATE(6423), + [sym__mutable_assignment_pattern] = STATE(6424), + [sym__statement] = STATE(6419), + [sym_pipeline] = STATE(6423), + [sym_cmd_identifier] = STATE(4329), + [sym_decl_def] = STATE(6422), + [sym_decl_export] = STATE(6422), + [sym_decl_extern] = STATE(6422), + [sym_decl_module] = STATE(6422), + [sym_decl_use] = STATE(6422), + [sym__ctrl_statement] = STATE(6423), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_stmt_source] = STATE(6423), + [sym_stmt_register] = STATE(6423), + [sym__stmt_hide] = STATE(6423), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(6423), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1503), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(133), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(312), [anon_sym_export] = ACTIONS(353), [anon_sym_alias] = ACTIONS(355), [anon_sym_let] = ACTIONS(357), @@ -93061,79 +93444,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [132] = { - [sym__block_body_statement] = STATE(6096), - [sym__declaration] = STATE(7184), - [sym_decl_alias] = STATE(6676), - [sym_stmt_let] = STATE(6701), - [sym_stmt_mut] = STATE(6701), - [sym_stmt_const] = STATE(6701), - [sym_assignment] = STATE(6701), - [sym__mutable_assignment_pattern] = STATE(6871), - [sym__statement] = STATE(7184), - [sym_pipeline] = STATE(6701), - [sym_cmd_identifier] = STATE(4394), - [sym_decl_def] = STATE(6676), - [sym_decl_export] = STATE(6676), - [sym_decl_extern] = STATE(6676), - [sym_decl_module] = STATE(6676), - [sym_decl_use] = STATE(6676), - [sym__ctrl_statement] = STATE(6701), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_for] = STATE(6705), - [sym_ctrl_loop] = STATE(6705), - [sym_ctrl_error] = STATE(6705), - [sym_ctrl_while] = STATE(6705), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_stmt_source] = STATE(6701), - [sym_stmt_register] = STATE(6701), - [sym__stmt_hide] = STATE(6701), - [sym_hide_mod] = STATE(6808), - [sym_hide_env] = STATE(6808), - [sym__stmt_overlay] = STATE(6701), - [sym_overlay_list] = STATE(6812), - [sym_overlay_hide] = STATE(6812), - [sym_overlay_new] = STATE(6812), - [sym_overlay_use] = STATE(6812), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(1500), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(132), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(308), + [134] = { + [sym__block_body_statement] = STATE(6512), + [sym__declaration] = STATE(6700), + [sym_decl_alias] = STATE(6846), + [sym_stmt_let] = STATE(6853), + [sym_stmt_mut] = STATE(6853), + [sym_stmt_const] = STATE(6853), + [sym_assignment] = STATE(6853), + [sym__mutable_assignment_pattern] = STATE(7122), + [sym__statement] = STATE(6700), + [sym_pipeline] = STATE(6853), + [sym_cmd_identifier] = STATE(4536), + [sym_decl_def] = STATE(6846), + [sym_decl_export] = STATE(6846), + [sym_decl_extern] = STATE(6846), + [sym_decl_module] = STATE(6846), + [sym_decl_use] = STATE(6846), + [sym__ctrl_statement] = STATE(6853), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_for] = STATE(7018), + [sym_ctrl_loop] = STATE(7018), + [sym_ctrl_error] = STATE(7018), + [sym_ctrl_while] = STATE(7018), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_stmt_source] = STATE(6853), + [sym_stmt_register] = STATE(6853), + [sym__stmt_hide] = STATE(6853), + [sym_hide_mod] = STATE(6947), + [sym_hide_env] = STATE(6947), + [sym__stmt_overlay] = STATE(6853), + [sym_overlay_list] = STATE(6951), + [sym_overlay_hide] = STATE(6951), + [sym_overlay_new] = STATE(6951), + [sym_overlay_use] = STATE(6951), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(1490), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(134), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(301), [anon_sym_export] = ACTIONS(9), [anon_sym_alias] = ACTIONS(11), [anon_sym_let] = ACTIONS(13), @@ -93240,79 +93623,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [133] = { - [sym__block_body_statement_parenthesized] = STATE(5591), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1499), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(133), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym__parenthesized_body_repeat2] = STATE(134), + [135] = { + [sym__block_body_statement_parenthesized] = STATE(5702), + [sym__declaration_parenthesized] = STATE(7026), + [sym_decl_alias_parenthesized] = STATE(7057), + [sym_stmt_let_parenthesized] = STATE(7110), + [sym_stmt_mut_parenthesized] = STATE(7110), + [sym_stmt_const_parenthesized] = STATE(7110), + [sym_assignment_parenthesized] = STATE(7110), + [sym__mutable_assignment_pattern_parenthesized] = STATE(7119), + [sym__statement_parenthesized] = STATE(7026), + [sym_pipeline_parenthesized] = STATE(7110), + [sym_cmd_identifier] = STATE(4507), + [sym_decl_def] = STATE(7057), + [sym_decl_export] = STATE(7057), + [sym_decl_extern] = STATE(7057), + [sym_decl_module] = STATE(7057), + [sym_decl_use] = STATE(7057), + [sym__ctrl_statement] = STATE(7110), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_for] = STATE(6431), + [sym_ctrl_loop] = STATE(6431), + [sym_ctrl_error] = STATE(6431), + [sym_ctrl_while] = STATE(6431), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_stmt_source] = STATE(7110), + [sym_stmt_register] = STATE(7110), + [sym__stmt_hide] = STATE(7110), + [sym_hide_mod] = STATE(6439), + [sym_hide_env] = STATE(6439), + [sym__stmt_overlay] = STATE(7110), + [sym_overlay_list] = STATE(6445), + [sym_overlay_hide] = STATE(6445), + [sym_overlay_new] = STATE(6445), + [sym_overlay_use] = STATE(6445), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1544), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(135), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), + [aux_sym__parenthesized_body_repeat2] = STATE(132), [anon_sym_export] = ACTIONS(429), [anon_sym_alias] = ACTIONS(431), [anon_sym_let] = ACTIONS(433), @@ -93419,258 +93802,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [134] = { - [sym__block_body_statement_parenthesized] = STATE(6083), - [sym__declaration_parenthesized] = STATE(7008), - [sym_decl_alias_parenthesized] = STATE(7019), - [sym_stmt_let_parenthesized] = STATE(7020), - [sym_stmt_mut_parenthesized] = STATE(7020), - [sym_stmt_const_parenthesized] = STATE(7020), - [sym_assignment_parenthesized] = STATE(7020), - [sym__mutable_assignment_pattern_parenthesized] = STATE(7030), - [sym__statement_parenthesized] = STATE(7008), - [sym_pipeline_parenthesized] = STATE(7020), - [sym_cmd_identifier] = STATE(4436), - [sym_decl_def] = STATE(7019), - [sym_decl_export] = STATE(7019), - [sym_decl_extern] = STATE(7019), - [sym_decl_module] = STATE(7019), - [sym_decl_use] = STATE(7019), - [sym__ctrl_statement] = STATE(7020), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_stmt_source] = STATE(7020), - [sym_stmt_register] = STATE(7020), - [sym__stmt_hide] = STATE(7020), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(7020), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1615), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(134), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), - [aux_sym__parenthesized_body_repeat2] = STATE(134), - [anon_sym_export] = ACTIONS(599), - [anon_sym_alias] = ACTIONS(602), - [anon_sym_let] = ACTIONS(605), - [anon_sym_let_DASHenv] = ACTIONS(605), - [anon_sym_mut] = ACTIONS(608), - [anon_sym_const] = ACTIONS(611), - [aux_sym_cmd_identifier_token1] = ACTIONS(614), - [aux_sym_cmd_identifier_token2] = ACTIONS(617), - [aux_sym_cmd_identifier_token3] = ACTIONS(617), - [aux_sym_cmd_identifier_token4] = ACTIONS(617), - [aux_sym_cmd_identifier_token5] = ACTIONS(617), - [aux_sym_cmd_identifier_token6] = ACTIONS(617), - [aux_sym_cmd_identifier_token7] = ACTIONS(617), - [aux_sym_cmd_identifier_token8] = ACTIONS(614), - [aux_sym_cmd_identifier_token9] = ACTIONS(614), - [aux_sym_cmd_identifier_token10] = ACTIONS(617), - [aux_sym_cmd_identifier_token11] = ACTIONS(617), - [aux_sym_cmd_identifier_token12] = ACTIONS(614), - [aux_sym_cmd_identifier_token13] = ACTIONS(614), - [aux_sym_cmd_identifier_token14] = ACTIONS(614), - [aux_sym_cmd_identifier_token15] = ACTIONS(614), - [aux_sym_cmd_identifier_token16] = ACTIONS(617), - [aux_sym_cmd_identifier_token17] = ACTIONS(617), - [aux_sym_cmd_identifier_token18] = ACTIONS(614), - [aux_sym_cmd_identifier_token19] = ACTIONS(617), - [aux_sym_cmd_identifier_token20] = ACTIONS(617), - [aux_sym_cmd_identifier_token21] = ACTIONS(617), - [aux_sym_cmd_identifier_token22] = ACTIONS(617), - [aux_sym_cmd_identifier_token23] = ACTIONS(617), - [aux_sym_cmd_identifier_token24] = ACTIONS(617), - [aux_sym_cmd_identifier_token25] = ACTIONS(617), - [aux_sym_cmd_identifier_token26] = ACTIONS(617), - [aux_sym_cmd_identifier_token27] = ACTIONS(617), - [aux_sym_cmd_identifier_token28] = ACTIONS(617), - [aux_sym_cmd_identifier_token29] = ACTIONS(617), - [aux_sym_cmd_identifier_token30] = ACTIONS(617), - [aux_sym_cmd_identifier_token31] = ACTIONS(617), - [aux_sym_cmd_identifier_token32] = ACTIONS(614), - [aux_sym_cmd_identifier_token33] = ACTIONS(617), - [aux_sym_cmd_identifier_token34] = ACTIONS(614), - [aux_sym_cmd_identifier_token35] = ACTIONS(617), - [aux_sym_cmd_identifier_token36] = ACTIONS(617), - [aux_sym_cmd_identifier_token37] = ACTIONS(617), - [aux_sym_cmd_identifier_token38] = ACTIONS(614), - [aux_sym_cmd_identifier_token39] = ACTIONS(617), - [aux_sym_cmd_identifier_token40] = ACTIONS(617), - [anon_sym_def] = ACTIONS(620), - [anon_sym_export_DASHenv] = ACTIONS(623), - [anon_sym_extern] = ACTIONS(626), - [anon_sym_module] = ACTIONS(629), - [anon_sym_use] = ACTIONS(632), - [anon_sym_LBRACK] = ACTIONS(635), - [anon_sym_LPAREN] = ACTIONS(638), - [anon_sym_DOLLAR] = ACTIONS(641), - [anon_sym_error] = ACTIONS(644), - [anon_sym_DASH2] = ACTIONS(647), - [anon_sym_break] = ACTIONS(650), - [anon_sym_continue] = ACTIONS(653), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(659), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(665), - [anon_sym_if] = ACTIONS(668), - [anon_sym_match] = ACTIONS(671), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(677), - [anon_sym_try] = ACTIONS(680), - [anon_sym_return] = ACTIONS(683), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(689), - [anon_sym_hide] = ACTIONS(692), - [anon_sym_hide_DASHenv] = ACTIONS(695), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_where] = ACTIONS(701), - [aux_sym_expr_unary_token1] = ACTIONS(704), - [anon_sym_DOT_DOT_EQ] = ACTIONS(707), - [anon_sym_DOT_DOT_LT] = ACTIONS(707), - [anon_sym_null] = ACTIONS(710), - [anon_sym_true] = ACTIONS(713), - [anon_sym_false] = ACTIONS(713), - [aux_sym__val_number_decimal_token1] = ACTIONS(716), - [aux_sym__val_number_decimal_token2] = ACTIONS(719), - [aux_sym__val_number_decimal_token3] = ACTIONS(722), - [aux_sym__val_number_decimal_token4] = ACTIONS(725), - [aux_sym__val_number_token1] = ACTIONS(728), - [aux_sym__val_number_token2] = ACTIONS(728), - [aux_sym__val_number_token3] = ACTIONS(728), - [aux_sym__val_number_token4] = ACTIONS(731), - [aux_sym__val_number_token5] = ACTIONS(731), - [aux_sym__val_number_token6] = ACTIONS(731), - [anon_sym_0b] = ACTIONS(734), - [anon_sym_0o] = ACTIONS(737), - [anon_sym_0x] = ACTIONS(737), - [sym_val_date] = ACTIONS(740), - [anon_sym_DQUOTE] = ACTIONS(743), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(749), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(752), - [aux_sym_env_var_token1] = ACTIONS(755), - [anon_sym_CARET] = ACTIONS(758), - [aux_sym_command_token1] = ACTIONS(761), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(764), - }, - [135] = { - [sym__block_body_statement] = STATE(6553), - [sym__declaration] = STATE(7184), - [sym_decl_alias] = STATE(6676), - [sym_stmt_let] = STATE(6701), - [sym_stmt_mut] = STATE(6701), - [sym_stmt_const] = STATE(6701), - [sym_assignment] = STATE(6701), - [sym__mutable_assignment_pattern] = STATE(6871), - [sym__statement] = STATE(7184), - [sym_pipeline] = STATE(6701), - [sym_cmd_identifier] = STATE(4394), - [sym_decl_def] = STATE(6676), - [sym_decl_export] = STATE(6676), - [sym_decl_extern] = STATE(6676), - [sym_decl_module] = STATE(6676), - [sym_decl_use] = STATE(6676), - [sym__ctrl_statement] = STATE(6701), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_for] = STATE(6705), - [sym_ctrl_loop] = STATE(6705), - [sym_ctrl_error] = STATE(6705), - [sym_ctrl_while] = STATE(6705), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_stmt_source] = STATE(6701), - [sym_stmt_register] = STATE(6701), - [sym__stmt_hide] = STATE(6701), - [sym_hide_mod] = STATE(6808), - [sym_hide_env] = STATE(6808), - [sym__stmt_overlay] = STATE(6701), - [sym_overlay_list] = STATE(6812), - [sym_overlay_hide] = STATE(6812), - [sym_overlay_new] = STATE(6812), - [sym_overlay_use] = STATE(6812), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(1500), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(135), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(308), + [136] = { + [sym__block_body_statement] = STATE(6455), + [sym__declaration] = STATE(6700), + [sym_decl_alias] = STATE(6846), + [sym_stmt_let] = STATE(6853), + [sym_stmt_mut] = STATE(6853), + [sym_stmt_const] = STATE(6853), + [sym_assignment] = STATE(6853), + [sym__mutable_assignment_pattern] = STATE(7122), + [sym__statement] = STATE(6700), + [sym_pipeline] = STATE(6853), + [sym_cmd_identifier] = STATE(4536), + [sym_decl_def] = STATE(6846), + [sym_decl_export] = STATE(6846), + [sym_decl_extern] = STATE(6846), + [sym_decl_module] = STATE(6846), + [sym_decl_use] = STATE(6846), + [sym__ctrl_statement] = STATE(6853), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_for] = STATE(7018), + [sym_ctrl_loop] = STATE(7018), + [sym_ctrl_error] = STATE(7018), + [sym_ctrl_while] = STATE(7018), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_stmt_source] = STATE(6853), + [sym_stmt_register] = STATE(6853), + [sym__stmt_hide] = STATE(6853), + [sym_hide_mod] = STATE(6947), + [sym_hide_env] = STATE(6947), + [sym__stmt_overlay] = STATE(6853), + [sym_overlay_list] = STATE(6951), + [sym_overlay_hide] = STATE(6951), + [sym_overlay_new] = STATE(6951), + [sym_overlay_use] = STATE(6951), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(1490), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(136), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym__block_body_repeat2] = STATE(128), + [aux_sym_pipe_element_repeat2] = STATE(301), [anon_sym_export] = ACTIONS(9), [anon_sym_alias] = ACTIONS(11), [anon_sym_let] = ACTIONS(13), @@ -93777,185 +93981,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [136] = { - [sym__block_body_statement] = STATE(6669), - [sym__declaration] = STATE(6200), - [sym_decl_alias] = STATE(6201), - [sym_stmt_let] = STATE(6203), - [sym_stmt_mut] = STATE(6203), - [sym_stmt_const] = STATE(6203), - [sym_assignment] = STATE(6203), - [sym__mutable_assignment_pattern] = STATE(6204), - [sym__statement] = STATE(6200), - [sym_pipeline] = STATE(6203), - [sym_cmd_identifier] = STATE(4344), - [sym_decl_def] = STATE(6201), - [sym_decl_export] = STATE(6201), - [sym_decl_extern] = STATE(6201), - [sym_decl_module] = STATE(6201), - [sym_decl_use] = STATE(6201), - [sym__ctrl_statement] = STATE(6203), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_for] = STATE(6205), - [sym_ctrl_loop] = STATE(6205), - [sym_ctrl_error] = STATE(6205), - [sym_ctrl_while] = STATE(6205), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_stmt_source] = STATE(6203), - [sym_stmt_register] = STATE(6203), - [sym__stmt_hide] = STATE(6203), - [sym_hide_mod] = STATE(6206), - [sym_hide_env] = STATE(6206), - [sym__stmt_overlay] = STATE(6203), - [sym_overlay_list] = STATE(6207), - [sym_overlay_hide] = STATE(6207), - [sym_overlay_new] = STATE(6207), - [sym_overlay_use] = STATE(6207), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1549), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(136), - [aux_sym_pipeline_repeat1] = STATE(188), - [aux_sym__block_body_repeat2] = STATE(136), - [aux_sym_pipe_element_repeat2] = STATE(313), - [anon_sym_export] = ACTIONS(767), - [anon_sym_alias] = ACTIONS(770), - [anon_sym_let] = ACTIONS(773), - [anon_sym_let_DASHenv] = ACTIONS(773), - [anon_sym_mut] = ACTIONS(776), - [anon_sym_const] = ACTIONS(779), - [aux_sym_cmd_identifier_token1] = ACTIONS(782), - [aux_sym_cmd_identifier_token2] = ACTIONS(785), - [aux_sym_cmd_identifier_token3] = ACTIONS(785), - [aux_sym_cmd_identifier_token4] = ACTIONS(785), - [aux_sym_cmd_identifier_token5] = ACTIONS(785), - [aux_sym_cmd_identifier_token6] = ACTIONS(785), - [aux_sym_cmd_identifier_token7] = ACTIONS(785), - [aux_sym_cmd_identifier_token8] = ACTIONS(782), - [aux_sym_cmd_identifier_token9] = ACTIONS(782), - [aux_sym_cmd_identifier_token10] = ACTIONS(785), - [aux_sym_cmd_identifier_token11] = ACTIONS(785), - [aux_sym_cmd_identifier_token12] = ACTIONS(782), - [aux_sym_cmd_identifier_token13] = ACTIONS(782), - [aux_sym_cmd_identifier_token14] = ACTIONS(782), - [aux_sym_cmd_identifier_token15] = ACTIONS(782), - [aux_sym_cmd_identifier_token16] = ACTIONS(785), - [aux_sym_cmd_identifier_token17] = ACTIONS(785), - [aux_sym_cmd_identifier_token18] = ACTIONS(782), - [aux_sym_cmd_identifier_token19] = ACTIONS(785), - [aux_sym_cmd_identifier_token20] = ACTIONS(785), - [aux_sym_cmd_identifier_token21] = ACTIONS(785), - [aux_sym_cmd_identifier_token22] = ACTIONS(785), - [aux_sym_cmd_identifier_token23] = ACTIONS(785), - [aux_sym_cmd_identifier_token24] = ACTIONS(785), - [aux_sym_cmd_identifier_token25] = ACTIONS(785), - [aux_sym_cmd_identifier_token26] = ACTIONS(785), - [aux_sym_cmd_identifier_token27] = ACTIONS(785), - [aux_sym_cmd_identifier_token28] = ACTIONS(785), - [aux_sym_cmd_identifier_token29] = ACTIONS(785), - [aux_sym_cmd_identifier_token30] = ACTIONS(785), - [aux_sym_cmd_identifier_token31] = ACTIONS(785), - [aux_sym_cmd_identifier_token32] = ACTIONS(782), - [aux_sym_cmd_identifier_token33] = ACTIONS(785), - [aux_sym_cmd_identifier_token34] = ACTIONS(782), - [aux_sym_cmd_identifier_token35] = ACTIONS(785), - [aux_sym_cmd_identifier_token36] = ACTIONS(785), - [aux_sym_cmd_identifier_token37] = ACTIONS(785), - [aux_sym_cmd_identifier_token38] = ACTIONS(782), - [aux_sym_cmd_identifier_token39] = ACTIONS(785), - [aux_sym_cmd_identifier_token40] = ACTIONS(785), - [anon_sym_def] = ACTIONS(788), - [anon_sym_export_DASHenv] = ACTIONS(791), - [anon_sym_extern] = ACTIONS(794), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(800), - [anon_sym_LBRACK] = ACTIONS(803), - [anon_sym_LPAREN] = ACTIONS(806), - [anon_sym_DOLLAR] = ACTIONS(809), - [anon_sym_error] = ACTIONS(812), - [anon_sym_DASH2] = ACTIONS(815), - [anon_sym_break] = ACTIONS(818), - [anon_sym_continue] = ACTIONS(821), - [anon_sym_for] = ACTIONS(824), - [anon_sym_loop] = ACTIONS(827), - [anon_sym_while] = ACTIONS(830), - [anon_sym_do] = ACTIONS(833), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(839), - [anon_sym_LBRACE] = ACTIONS(842), - [anon_sym_DOT_DOT] = ACTIONS(845), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(851), - [anon_sym_source] = ACTIONS(854), - [anon_sym_source_DASHenv] = ACTIONS(854), - [anon_sym_register] = ACTIONS(857), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(863), - [anon_sym_overlay] = ACTIONS(866), - [anon_sym_where] = ACTIONS(869), - [aux_sym_expr_unary_token1] = ACTIONS(872), - [anon_sym_DOT_DOT_EQ] = ACTIONS(875), - [anon_sym_DOT_DOT_LT] = ACTIONS(875), - [anon_sym_null] = ACTIONS(878), - [anon_sym_true] = ACTIONS(881), - [anon_sym_false] = ACTIONS(881), - [aux_sym__val_number_decimal_token1] = ACTIONS(884), - [aux_sym__val_number_decimal_token2] = ACTIONS(887), - [aux_sym__val_number_decimal_token3] = ACTIONS(890), - [aux_sym__val_number_decimal_token4] = ACTIONS(893), - [aux_sym__val_number_token1] = ACTIONS(896), - [aux_sym__val_number_token2] = ACTIONS(896), - [aux_sym__val_number_token3] = ACTIONS(896), - [aux_sym__val_number_token4] = ACTIONS(899), - [aux_sym__val_number_token5] = ACTIONS(899), - [aux_sym__val_number_token6] = ACTIONS(899), - [anon_sym_0b] = ACTIONS(902), - [anon_sym_0o] = ACTIONS(905), - [anon_sym_0x] = ACTIONS(905), - [sym_val_date] = ACTIONS(908), - [anon_sym_DQUOTE] = ACTIONS(911), - [sym__str_single_quotes] = ACTIONS(914), - [sym__str_back_ticks] = ACTIONS(914), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(917), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(920), - [aux_sym_env_var_token1] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(926), - [aux_sym_command_token1] = ACTIONS(929), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(932), - }, [137] = { [sym_cell_path] = STATE(150), [sym_path] = STATE(148), @@ -94715,7 +94740,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(958), [anon_sym_as] = ACTIONS(958), [anon_sym_STAR2] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), + [anon_sym_QMARK2] = ACTIONS(962), [anon_sym_and2] = ACTIONS(960), [anon_sym_xor2] = ACTIONS(960), [anon_sym_or2] = ACTIONS(960), @@ -94782,331 +94807,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [142] = { [sym_comment] = STATE(142), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_EQ] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(964), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(964), - [aux_sym_cmd_identifier_token3] = ACTIONS(964), - [aux_sym_cmd_identifier_token4] = ACTIONS(964), - [aux_sym_cmd_identifier_token5] = ACTIONS(964), - [aux_sym_cmd_identifier_token6] = ACTIONS(964), - [aux_sym_cmd_identifier_token7] = ACTIONS(964), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(964), - [aux_sym_cmd_identifier_token11] = ACTIONS(964), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(964), - [aux_sym_cmd_identifier_token17] = ACTIONS(964), - [aux_sym_cmd_identifier_token18] = ACTIONS(964), - [aux_sym_cmd_identifier_token19] = ACTIONS(964), - [aux_sym_cmd_identifier_token20] = ACTIONS(964), - [aux_sym_cmd_identifier_token21] = ACTIONS(964), - [aux_sym_cmd_identifier_token22] = ACTIONS(964), - [aux_sym_cmd_identifier_token23] = ACTIONS(964), - [aux_sym_cmd_identifier_token24] = ACTIONS(964), - [aux_sym_cmd_identifier_token25] = ACTIONS(964), - [aux_sym_cmd_identifier_token26] = ACTIONS(964), - [aux_sym_cmd_identifier_token27] = ACTIONS(964), - [aux_sym_cmd_identifier_token28] = ACTIONS(964), - [aux_sym_cmd_identifier_token29] = ACTIONS(964), - [aux_sym_cmd_identifier_token30] = ACTIONS(964), - [aux_sym_cmd_identifier_token31] = ACTIONS(964), - [aux_sym_cmd_identifier_token32] = ACTIONS(964), - [aux_sym_cmd_identifier_token33] = ACTIONS(964), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(964), - [aux_sym_cmd_identifier_token36] = ACTIONS(964), - [aux_sym_cmd_identifier_token37] = ACTIONS(964), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(964), - [aux_sym_cmd_identifier_token40] = ACTIONS(964), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_error] = ACTIONS(962), - [anon_sym_GT2] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_STAR2] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_and2] = ACTIONS(964), - [anon_sym_xor2] = ACTIONS(964), - [anon_sym_or2] = ACTIONS(964), - [anon_sym_not_DASHin2] = ACTIONS(964), - [anon_sym_starts_DASHwith2] = ACTIONS(964), - [anon_sym_ends_DASHwith2] = ACTIONS(964), - [anon_sym_EQ_EQ2] = ACTIONS(964), - [anon_sym_BANG_EQ2] = ACTIONS(964), - [anon_sym_LT2] = ACTIONS(962), - [anon_sym_LT_EQ2] = ACTIONS(964), - [anon_sym_GT_EQ2] = ACTIONS(964), - [anon_sym_EQ_TILDE2] = ACTIONS(964), - [anon_sym_BANG_TILDE2] = ACTIONS(964), - [anon_sym_STAR_STAR2] = ACTIONS(964), - [anon_sym_PLUS_PLUS2] = ACTIONS(962), - [anon_sym_SLASH2] = ACTIONS(962), - [anon_sym_mod2] = ACTIONS(962), - [anon_sym_SLASH_SLASH2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_bit_DASHshl2] = ACTIONS(964), - [anon_sym_bit_DASHshr2] = ACTIONS(964), - [anon_sym_bit_DASHand2] = ACTIONS(964), - [anon_sym_bit_DASHxor2] = ACTIONS(964), - [anon_sym_bit_DASHor2] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), - [anon_sym_COLON2] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_EQ] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_PLUS_EQ] = ACTIONS(966), + [anon_sym_DASH_EQ] = ACTIONS(966), + [anon_sym_STAR_EQ] = ACTIONS(966), + [anon_sym_SLASH_EQ] = ACTIONS(966), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(966), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(966), + [aux_sym_cmd_identifier_token3] = ACTIONS(966), + [aux_sym_cmd_identifier_token4] = ACTIONS(966), + [aux_sym_cmd_identifier_token5] = ACTIONS(966), + [aux_sym_cmd_identifier_token6] = ACTIONS(966), + [aux_sym_cmd_identifier_token7] = ACTIONS(966), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(966), + [aux_sym_cmd_identifier_token11] = ACTIONS(966), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(966), + [aux_sym_cmd_identifier_token17] = ACTIONS(966), + [aux_sym_cmd_identifier_token18] = ACTIONS(966), + [aux_sym_cmd_identifier_token19] = ACTIONS(966), + [aux_sym_cmd_identifier_token20] = ACTIONS(966), + [aux_sym_cmd_identifier_token21] = ACTIONS(966), + [aux_sym_cmd_identifier_token22] = ACTIONS(966), + [aux_sym_cmd_identifier_token23] = ACTIONS(966), + [aux_sym_cmd_identifier_token24] = ACTIONS(966), + [aux_sym_cmd_identifier_token25] = ACTIONS(966), + [aux_sym_cmd_identifier_token26] = ACTIONS(966), + [aux_sym_cmd_identifier_token27] = ACTIONS(966), + [aux_sym_cmd_identifier_token28] = ACTIONS(966), + [aux_sym_cmd_identifier_token29] = ACTIONS(966), + [aux_sym_cmd_identifier_token30] = ACTIONS(966), + [aux_sym_cmd_identifier_token31] = ACTIONS(966), + [aux_sym_cmd_identifier_token32] = ACTIONS(966), + [aux_sym_cmd_identifier_token33] = ACTIONS(966), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(966), + [aux_sym_cmd_identifier_token36] = ACTIONS(966), + [aux_sym_cmd_identifier_token37] = ACTIONS(966), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(966), + [aux_sym_cmd_identifier_token40] = ACTIONS(966), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(966), + [anon_sym_error] = ACTIONS(964), + [anon_sym_GT2] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_STAR2] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_and2] = ACTIONS(966), + [anon_sym_xor2] = ACTIONS(966), + [anon_sym_or2] = ACTIONS(966), + [anon_sym_not_DASHin2] = ACTIONS(966), + [anon_sym_starts_DASHwith2] = ACTIONS(966), + [anon_sym_ends_DASHwith2] = ACTIONS(966), + [anon_sym_EQ_EQ2] = ACTIONS(966), + [anon_sym_BANG_EQ2] = ACTIONS(966), + [anon_sym_LT2] = ACTIONS(964), + [anon_sym_LT_EQ2] = ACTIONS(966), + [anon_sym_GT_EQ2] = ACTIONS(966), + [anon_sym_EQ_TILDE2] = ACTIONS(966), + [anon_sym_BANG_TILDE2] = ACTIONS(966), + [anon_sym_STAR_STAR2] = ACTIONS(966), + [anon_sym_PLUS_PLUS2] = ACTIONS(964), + [anon_sym_SLASH2] = ACTIONS(964), + [anon_sym_mod2] = ACTIONS(964), + [anon_sym_SLASH_SLASH2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_bit_DASHshl2] = ACTIONS(966), + [anon_sym_bit_DASHshr2] = ACTIONS(966), + [anon_sym_bit_DASHand2] = ACTIONS(966), + [anon_sym_bit_DASHxor2] = ACTIONS(966), + [anon_sym_bit_DASHor2] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), + [anon_sym_COLON2] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), }, [143] = { [sym_comment] = STATE(143), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_PLUS_EQ] = ACTIONS(968), - [anon_sym_DASH_EQ] = ACTIONS(968), - [anon_sym_STAR_EQ] = ACTIONS(968), - [anon_sym_SLASH_EQ] = ACTIONS(968), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(968), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(968), - [aux_sym_cmd_identifier_token3] = ACTIONS(968), - [aux_sym_cmd_identifier_token4] = ACTIONS(968), - [aux_sym_cmd_identifier_token5] = ACTIONS(968), - [aux_sym_cmd_identifier_token6] = ACTIONS(968), - [aux_sym_cmd_identifier_token7] = ACTIONS(968), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(968), - [aux_sym_cmd_identifier_token11] = ACTIONS(968), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(968), - [aux_sym_cmd_identifier_token17] = ACTIONS(968), - [aux_sym_cmd_identifier_token18] = ACTIONS(968), - [aux_sym_cmd_identifier_token19] = ACTIONS(968), - [aux_sym_cmd_identifier_token20] = ACTIONS(968), - [aux_sym_cmd_identifier_token21] = ACTIONS(968), - [aux_sym_cmd_identifier_token22] = ACTIONS(968), - [aux_sym_cmd_identifier_token23] = ACTIONS(968), - [aux_sym_cmd_identifier_token24] = ACTIONS(968), - [aux_sym_cmd_identifier_token25] = ACTIONS(968), - [aux_sym_cmd_identifier_token26] = ACTIONS(968), - [aux_sym_cmd_identifier_token27] = ACTIONS(968), - [aux_sym_cmd_identifier_token28] = ACTIONS(968), - [aux_sym_cmd_identifier_token29] = ACTIONS(968), - [aux_sym_cmd_identifier_token30] = ACTIONS(968), - [aux_sym_cmd_identifier_token31] = ACTIONS(968), - [aux_sym_cmd_identifier_token32] = ACTIONS(968), - [aux_sym_cmd_identifier_token33] = ACTIONS(968), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(968), - [aux_sym_cmd_identifier_token36] = ACTIONS(968), - [aux_sym_cmd_identifier_token37] = ACTIONS(968), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(968), - [aux_sym_cmd_identifier_token40] = ACTIONS(968), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(968), - [anon_sym_error] = ACTIONS(966), - [anon_sym_GT2] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_STAR2] = ACTIONS(966), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_EQ] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [anon_sym_PLUS_EQ] = ACTIONS(970), + [anon_sym_DASH_EQ] = ACTIONS(970), + [anon_sym_STAR_EQ] = ACTIONS(970), + [anon_sym_SLASH_EQ] = ACTIONS(970), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(970), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(970), + [aux_sym_cmd_identifier_token3] = ACTIONS(970), + [aux_sym_cmd_identifier_token4] = ACTIONS(970), + [aux_sym_cmd_identifier_token5] = ACTIONS(970), + [aux_sym_cmd_identifier_token6] = ACTIONS(970), + [aux_sym_cmd_identifier_token7] = ACTIONS(970), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(970), + [aux_sym_cmd_identifier_token11] = ACTIONS(970), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(970), + [aux_sym_cmd_identifier_token17] = ACTIONS(970), + [aux_sym_cmd_identifier_token18] = ACTIONS(970), + [aux_sym_cmd_identifier_token19] = ACTIONS(970), + [aux_sym_cmd_identifier_token20] = ACTIONS(970), + [aux_sym_cmd_identifier_token21] = ACTIONS(970), + [aux_sym_cmd_identifier_token22] = ACTIONS(970), + [aux_sym_cmd_identifier_token23] = ACTIONS(970), + [aux_sym_cmd_identifier_token24] = ACTIONS(970), + [aux_sym_cmd_identifier_token25] = ACTIONS(970), + [aux_sym_cmd_identifier_token26] = ACTIONS(970), + [aux_sym_cmd_identifier_token27] = ACTIONS(970), + [aux_sym_cmd_identifier_token28] = ACTIONS(970), + [aux_sym_cmd_identifier_token29] = ACTIONS(970), + [aux_sym_cmd_identifier_token30] = ACTIONS(970), + [aux_sym_cmd_identifier_token31] = ACTIONS(970), + [aux_sym_cmd_identifier_token32] = ACTIONS(970), + [aux_sym_cmd_identifier_token33] = ACTIONS(970), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(970), + [aux_sym_cmd_identifier_token36] = ACTIONS(970), + [aux_sym_cmd_identifier_token37] = ACTIONS(970), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(970), + [aux_sym_cmd_identifier_token40] = ACTIONS(970), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(970), + [anon_sym_error] = ACTIONS(968), + [anon_sym_GT2] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_STAR2] = ACTIONS(968), [anon_sym_QMARK2] = ACTIONS(970), - [anon_sym_and2] = ACTIONS(968), - [anon_sym_xor2] = ACTIONS(968), - [anon_sym_or2] = ACTIONS(968), - [anon_sym_not_DASHin2] = ACTIONS(968), - [anon_sym_starts_DASHwith2] = ACTIONS(968), - [anon_sym_ends_DASHwith2] = ACTIONS(968), - [anon_sym_EQ_EQ2] = ACTIONS(968), - [anon_sym_BANG_EQ2] = ACTIONS(968), - [anon_sym_LT2] = ACTIONS(966), - [anon_sym_LT_EQ2] = ACTIONS(968), - [anon_sym_GT_EQ2] = ACTIONS(968), - [anon_sym_EQ_TILDE2] = ACTIONS(968), - [anon_sym_BANG_TILDE2] = ACTIONS(968), - [anon_sym_STAR_STAR2] = ACTIONS(968), - [anon_sym_PLUS_PLUS2] = ACTIONS(966), - [anon_sym_SLASH2] = ACTIONS(966), - [anon_sym_mod2] = ACTIONS(966), - [anon_sym_SLASH_SLASH2] = ACTIONS(968), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_bit_DASHshl2] = ACTIONS(968), - [anon_sym_bit_DASHshr2] = ACTIONS(968), - [anon_sym_bit_DASHand2] = ACTIONS(968), - [anon_sym_bit_DASHxor2] = ACTIONS(968), - [anon_sym_bit_DASHor2] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), - [anon_sym_COLON2] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), + [anon_sym_and2] = ACTIONS(970), + [anon_sym_xor2] = ACTIONS(970), + [anon_sym_or2] = ACTIONS(970), + [anon_sym_not_DASHin2] = ACTIONS(970), + [anon_sym_starts_DASHwith2] = ACTIONS(970), + [anon_sym_ends_DASHwith2] = ACTIONS(970), + [anon_sym_EQ_EQ2] = ACTIONS(970), + [anon_sym_BANG_EQ2] = ACTIONS(970), + [anon_sym_LT2] = ACTIONS(968), + [anon_sym_LT_EQ2] = ACTIONS(970), + [anon_sym_GT_EQ2] = ACTIONS(970), + [anon_sym_EQ_TILDE2] = ACTIONS(970), + [anon_sym_BANG_TILDE2] = ACTIONS(970), + [anon_sym_STAR_STAR2] = ACTIONS(970), + [anon_sym_PLUS_PLUS2] = ACTIONS(968), + [anon_sym_SLASH2] = ACTIONS(968), + [anon_sym_mod2] = ACTIONS(968), + [anon_sym_SLASH_SLASH2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_bit_DASHshl2] = ACTIONS(970), + [anon_sym_bit_DASHshr2] = ACTIONS(970), + [anon_sym_bit_DASHand2] = ACTIONS(970), + [anon_sym_bit_DASHxor2] = ACTIONS(970), + [anon_sym_bit_DASHor2] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(970), + [anon_sym_COLON2] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), }, [144] = { [sym_comment] = STATE(144), @@ -96250,176 +96275,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1020), }, [151] = { - [sym_pipeline_parenthesized] = STATE(6726), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym_pipeline] = STATE(6529), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(151), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(365), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(365), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(365), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(453), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [152] = { - [sym_pipeline] = STATE(6110), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(152), [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(315), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -96467,12 +96364,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(451), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -96480,10 +96377,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -96505,49 +96402,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [153] = { - [sym_pipeline] = STATE(6962), - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(153), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym_pipe_element_repeat2] = STATE(308), + [152] = { + [sym_pipeline] = STATE(7045), + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(152), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym_pipe_element_repeat2] = STATE(301), [aux_sym_cmd_identifier_token1] = ACTIONS(19), [aux_sym_cmd_identifier_token2] = ACTIONS(21), [aux_sym_cmd_identifier_token3] = ACTIONS(21), @@ -96633,49 +96530,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, + [153] = { + [sym_pipeline_parenthesized] = STATE(6944), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(153), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(365), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(365), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(365), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(1026), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(453), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, [154] = { - [sym_pipeline] = STATE(6649), - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), + [sym_pipeline_parenthesized] = STATE(7002), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(154), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym_pipe_element_repeat2] = STATE(308), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(365), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(365), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(365), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(1026), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(453), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [155] = { + [sym_pipeline] = STATE(6752), + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(155), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym_pipe_element_repeat2] = STATE(301), [aux_sym_cmd_identifier_token1] = ACTIONS(19), [aux_sym_cmd_identifier_token2] = ACTIONS(21), [aux_sym_cmd_identifier_token3] = ACTIONS(21), @@ -96761,49 +96914,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [155] = { - [sym_pipeline_parenthesized] = STATE(6791), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(155), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), + [156] = { + [sym_pipeline_parenthesized] = STATE(7022), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(156), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -96851,12 +97004,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(441), [anon_sym_continue] = ACTIONS(443), [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1026), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -96864,10 +97017,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -96889,49 +97042,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [156] = { - [sym_pipeline_parenthesized] = STATE(6793), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(156), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), + [157] = { + [sym_pipeline] = STATE(6830), + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(157), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym_pipe_element_repeat2] = STATE(301), + [aux_sym_cmd_identifier_token1] = ACTIONS(19), + [aux_sym_cmd_identifier_token2] = ACTIONS(21), + [aux_sym_cmd_identifier_token3] = ACTIONS(21), + [aux_sym_cmd_identifier_token4] = ACTIONS(21), + [aux_sym_cmd_identifier_token5] = ACTIONS(21), + [aux_sym_cmd_identifier_token6] = ACTIONS(21), + [aux_sym_cmd_identifier_token7] = ACTIONS(21), + [aux_sym_cmd_identifier_token8] = ACTIONS(21), + [aux_sym_cmd_identifier_token9] = ACTIONS(19), + [aux_sym_cmd_identifier_token10] = ACTIONS(21), + [aux_sym_cmd_identifier_token11] = ACTIONS(21), + [aux_sym_cmd_identifier_token12] = ACTIONS(21), + [aux_sym_cmd_identifier_token13] = ACTIONS(19), + [aux_sym_cmd_identifier_token14] = ACTIONS(21), + [aux_sym_cmd_identifier_token15] = ACTIONS(19), + [aux_sym_cmd_identifier_token16] = ACTIONS(21), + [aux_sym_cmd_identifier_token17] = ACTIONS(21), + [aux_sym_cmd_identifier_token18] = ACTIONS(19), + [aux_sym_cmd_identifier_token19] = ACTIONS(21), + [aux_sym_cmd_identifier_token20] = ACTIONS(21), + [aux_sym_cmd_identifier_token21] = ACTIONS(21), + [aux_sym_cmd_identifier_token22] = ACTIONS(21), + [aux_sym_cmd_identifier_token23] = ACTIONS(21), + [aux_sym_cmd_identifier_token24] = ACTIONS(21), + [aux_sym_cmd_identifier_token25] = ACTIONS(21), + [aux_sym_cmd_identifier_token26] = ACTIONS(21), + [aux_sym_cmd_identifier_token27] = ACTIONS(21), + [aux_sym_cmd_identifier_token28] = ACTIONS(21), + [aux_sym_cmd_identifier_token29] = ACTIONS(21), + [aux_sym_cmd_identifier_token30] = ACTIONS(21), + [aux_sym_cmd_identifier_token31] = ACTIONS(21), + [aux_sym_cmd_identifier_token32] = ACTIONS(19), + [aux_sym_cmd_identifier_token33] = ACTIONS(21), + [aux_sym_cmd_identifier_token34] = ACTIONS(19), + [aux_sym_cmd_identifier_token35] = ACTIONS(21), + [aux_sym_cmd_identifier_token36] = ACTIONS(21), + [aux_sym_cmd_identifier_token37] = ACTIONS(21), + [aux_sym_cmd_identifier_token38] = ACTIONS(19), + [aux_sym_cmd_identifier_token39] = ACTIONS(21), + [aux_sym_cmd_identifier_token40] = ACTIONS(21), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_break] = ACTIONS(47), + [anon_sym_continue] = ACTIONS(49), + [anon_sym_do] = ACTIONS(57), + [anon_sym_if] = ACTIONS(59), + [anon_sym_match] = ACTIONS(61), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_return] = ACTIONS(69), + [anon_sym_where] = ACTIONS(81), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(87), + [anon_sym_true] = ACTIONS(89), + [anon_sym_false] = ACTIONS(89), + [aux_sym__val_number_decimal_token1] = ACTIONS(91), + [aux_sym__val_number_decimal_token2] = ACTIONS(93), + [aux_sym__val_number_decimal_token3] = ACTIONS(95), + [aux_sym__val_number_decimal_token4] = ACTIONS(97), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(101), + [aux_sym__val_number_token5] = ACTIONS(101), + [aux_sym__val_number_token6] = ACTIONS(101), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(119), + [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [158] = { + [sym_pipeline_parenthesized] = STATE(6943), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(158), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97017,49 +97298,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [157] = { - [sym_pipeline] = STATE(6077), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(157), - [aux_sym_pipeline_repeat1] = STATE(188), - [aux_sym_pipe_element_repeat2] = STATE(313), + [159] = { + [sym_pipeline_parenthesized] = STATE(6944), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(159), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97104,26 +97385,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(203), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -97140,54 +97421,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [158] = { - [sym_pipeline] = STATE(6101), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(158), - [aux_sym_pipeline_repeat1] = STATE(188), - [aux_sym_pipe_element_repeat2] = STATE(313), + [160] = { + [sym_pipeline_parenthesized] = STATE(7002), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(160), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97232,26 +97513,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(203), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -97268,54 +97549,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [159] = { - [sym_pipeline] = STATE(6108), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(159), - [aux_sym_pipeline_repeat1] = STATE(188), - [aux_sym_pipe_element_repeat2] = STATE(313), + [161] = { + [sym_pipeline_parenthesized] = STATE(7022), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(161), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97360,26 +97641,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(203), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -97396,53 +97677,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [160] = { - [sym_pipeline] = STATE(6103), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), + [162] = { + [sym_pipeline] = STATE(6275), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(160), - [aux_sym_pipeline_repeat1] = STATE(188), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(162), + [aux_sym_pipeline_repeat1] = STATE(185), [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), @@ -97491,7 +97772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -97529,48 +97810,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [161] = { - [sym_pipeline] = STATE(6110), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), + [163] = { + [sym_pipeline] = STATE(6587), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(161), - [aux_sym_pipeline_repeat1] = STATE(188), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(163), + [aux_sym_pipeline_repeat1] = STATE(185), [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), @@ -97619,7 +97900,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -97657,49 +97938,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [162] = { - [sym_pipeline] = STATE(6101), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(162), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym_pipe_element_repeat2] = STATE(303), + [164] = { + [sym_pipeline] = STATE(6590), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(164), + [aux_sym_pipeline_repeat1] = STATE(185), + [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97747,12 +98028,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -97760,10 +98041,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -97785,49 +98066,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [163] = { - [sym_pipeline] = STATE(6108), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(163), + [165] = { + [sym_pipeline] = STATE(6275), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(165), [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipe_element_repeat2] = STATE(315), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -97875,12 +98156,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(451), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -97888,10 +98169,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -97913,49 +98194,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [164] = { - [sym_pipeline_parenthesized] = STATE(6688), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(164), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), + [166] = { + [sym_pipeline] = STATE(6529), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(166), + [aux_sym_pipeline_repeat1] = STATE(185), + [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98000,26 +98281,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98036,54 +98317,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [165] = { - [sym_pipeline_parenthesized] = STATE(6706), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(165), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(185), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), + [167] = { + [sym_pipeline] = STATE(6275), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(167), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98128,26 +98409,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98164,54 +98445,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [166] = { - [sym_pipeline_parenthesized] = STATE(6726), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(166), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [168] = { + [sym_pipeline] = STATE(6587), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(168), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym_pipe_element_repeat2] = STATE(315), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98256,26 +98537,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98292,182 +98573,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [167] = { - [sym_pipeline] = STATE(6864), - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), + [169] = { + [sym_pipeline] = STATE(6587), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(167), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym_pipe_element_repeat2] = STATE(308), - [aux_sym_cmd_identifier_token1] = ACTIONS(19), - [aux_sym_cmd_identifier_token2] = ACTIONS(21), - [aux_sym_cmd_identifier_token3] = ACTIONS(21), - [aux_sym_cmd_identifier_token4] = ACTIONS(21), - [aux_sym_cmd_identifier_token5] = ACTIONS(21), - [aux_sym_cmd_identifier_token6] = ACTIONS(21), - [aux_sym_cmd_identifier_token7] = ACTIONS(21), - [aux_sym_cmd_identifier_token8] = ACTIONS(21), - [aux_sym_cmd_identifier_token9] = ACTIONS(19), - [aux_sym_cmd_identifier_token10] = ACTIONS(21), - [aux_sym_cmd_identifier_token11] = ACTIONS(21), - [aux_sym_cmd_identifier_token12] = ACTIONS(21), - [aux_sym_cmd_identifier_token13] = ACTIONS(19), - [aux_sym_cmd_identifier_token14] = ACTIONS(21), - [aux_sym_cmd_identifier_token15] = ACTIONS(19), - [aux_sym_cmd_identifier_token16] = ACTIONS(21), - [aux_sym_cmd_identifier_token17] = ACTIONS(21), - [aux_sym_cmd_identifier_token18] = ACTIONS(19), - [aux_sym_cmd_identifier_token19] = ACTIONS(21), - [aux_sym_cmd_identifier_token20] = ACTIONS(21), - [aux_sym_cmd_identifier_token21] = ACTIONS(21), - [aux_sym_cmd_identifier_token22] = ACTIONS(21), - [aux_sym_cmd_identifier_token23] = ACTIONS(21), - [aux_sym_cmd_identifier_token24] = ACTIONS(21), - [aux_sym_cmd_identifier_token25] = ACTIONS(21), - [aux_sym_cmd_identifier_token26] = ACTIONS(21), - [aux_sym_cmd_identifier_token27] = ACTIONS(21), - [aux_sym_cmd_identifier_token28] = ACTIONS(21), - [aux_sym_cmd_identifier_token29] = ACTIONS(21), - [aux_sym_cmd_identifier_token30] = ACTIONS(21), - [aux_sym_cmd_identifier_token31] = ACTIONS(21), - [aux_sym_cmd_identifier_token32] = ACTIONS(19), - [aux_sym_cmd_identifier_token33] = ACTIONS(21), - [aux_sym_cmd_identifier_token34] = ACTIONS(19), - [aux_sym_cmd_identifier_token35] = ACTIONS(21), - [aux_sym_cmd_identifier_token36] = ACTIONS(21), - [aux_sym_cmd_identifier_token37] = ACTIONS(21), - [aux_sym_cmd_identifier_token38] = ACTIONS(19), - [aux_sym_cmd_identifier_token39] = ACTIONS(21), - [aux_sym_cmd_identifier_token40] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_break] = ACTIONS(47), - [anon_sym_continue] = ACTIONS(49), - [anon_sym_do] = ACTIONS(57), - [anon_sym_if] = ACTIONS(59), - [anon_sym_match] = ACTIONS(61), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(65), - [anon_sym_try] = ACTIONS(67), - [anon_sym_return] = ACTIONS(69), - [anon_sym_where] = ACTIONS(81), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(87), - [anon_sym_true] = ACTIONS(89), - [anon_sym_false] = ACTIONS(89), - [aux_sym__val_number_decimal_token1] = ACTIONS(91), - [aux_sym__val_number_decimal_token2] = ACTIONS(93), - [aux_sym__val_number_decimal_token3] = ACTIONS(95), - [aux_sym__val_number_decimal_token4] = ACTIONS(97), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(101), - [aux_sym__val_number_token5] = ACTIONS(101), - [aux_sym__val_number_token6] = ACTIONS(101), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(119), - [aux_sym_command_token1] = ACTIONS(121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [168] = { - [sym_pipeline_parenthesized] = STATE(6793), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(168), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(169), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98512,26 +98665,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98548,54 +98701,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [169] = { - [sym_pipeline_parenthesized] = STATE(6688), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(169), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [170] = { + [sym_pipeline] = STATE(6590), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(170), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym_pipe_element_repeat2] = STATE(315), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98640,26 +98793,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98676,54 +98829,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [170] = { - [sym_pipeline_parenthesized] = STATE(6706), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(170), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [171] = { + [sym_pipeline] = STATE(6590), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(171), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -98768,26 +98921,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(403), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -98804,182 +98957,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [171] = { - [sym_pipeline] = STATE(6965), - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(171), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym_pipe_element_repeat2] = STATE(308), - [aux_sym_cmd_identifier_token1] = ACTIONS(19), - [aux_sym_cmd_identifier_token2] = ACTIONS(21), - [aux_sym_cmd_identifier_token3] = ACTIONS(21), - [aux_sym_cmd_identifier_token4] = ACTIONS(21), - [aux_sym_cmd_identifier_token5] = ACTIONS(21), - [aux_sym_cmd_identifier_token6] = ACTIONS(21), - [aux_sym_cmd_identifier_token7] = ACTIONS(21), - [aux_sym_cmd_identifier_token8] = ACTIONS(21), - [aux_sym_cmd_identifier_token9] = ACTIONS(19), - [aux_sym_cmd_identifier_token10] = ACTIONS(21), - [aux_sym_cmd_identifier_token11] = ACTIONS(21), - [aux_sym_cmd_identifier_token12] = ACTIONS(21), - [aux_sym_cmd_identifier_token13] = ACTIONS(19), - [aux_sym_cmd_identifier_token14] = ACTIONS(21), - [aux_sym_cmd_identifier_token15] = ACTIONS(19), - [aux_sym_cmd_identifier_token16] = ACTIONS(21), - [aux_sym_cmd_identifier_token17] = ACTIONS(21), - [aux_sym_cmd_identifier_token18] = ACTIONS(19), - [aux_sym_cmd_identifier_token19] = ACTIONS(21), - [aux_sym_cmd_identifier_token20] = ACTIONS(21), - [aux_sym_cmd_identifier_token21] = ACTIONS(21), - [aux_sym_cmd_identifier_token22] = ACTIONS(21), - [aux_sym_cmd_identifier_token23] = ACTIONS(21), - [aux_sym_cmd_identifier_token24] = ACTIONS(21), - [aux_sym_cmd_identifier_token25] = ACTIONS(21), - [aux_sym_cmd_identifier_token26] = ACTIONS(21), - [aux_sym_cmd_identifier_token27] = ACTIONS(21), - [aux_sym_cmd_identifier_token28] = ACTIONS(21), - [aux_sym_cmd_identifier_token29] = ACTIONS(21), - [aux_sym_cmd_identifier_token30] = ACTIONS(21), - [aux_sym_cmd_identifier_token31] = ACTIONS(21), - [aux_sym_cmd_identifier_token32] = ACTIONS(19), - [aux_sym_cmd_identifier_token33] = ACTIONS(21), - [aux_sym_cmd_identifier_token34] = ACTIONS(19), - [aux_sym_cmd_identifier_token35] = ACTIONS(21), - [aux_sym_cmd_identifier_token36] = ACTIONS(21), - [aux_sym_cmd_identifier_token37] = ACTIONS(21), - [aux_sym_cmd_identifier_token38] = ACTIONS(19), - [aux_sym_cmd_identifier_token39] = ACTIONS(21), - [aux_sym_cmd_identifier_token40] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_break] = ACTIONS(47), - [anon_sym_continue] = ACTIONS(49), - [anon_sym_do] = ACTIONS(57), - [anon_sym_if] = ACTIONS(59), - [anon_sym_match] = ACTIONS(61), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(65), - [anon_sym_try] = ACTIONS(67), - [anon_sym_return] = ACTIONS(69), - [anon_sym_where] = ACTIONS(81), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(87), - [anon_sym_true] = ACTIONS(89), - [anon_sym_false] = ACTIONS(89), - [aux_sym__val_number_decimal_token1] = ACTIONS(91), - [aux_sym__val_number_decimal_token2] = ACTIONS(93), - [aux_sym__val_number_decimal_token3] = ACTIONS(95), - [aux_sym__val_number_decimal_token4] = ACTIONS(97), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(101), - [aux_sym__val_number_token5] = ACTIONS(101), - [aux_sym__val_number_token6] = ACTIONS(101), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [172] = { + [sym_pipeline] = STATE(6404), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(172), + [aux_sym_pipeline_repeat1] = STATE(186), + [aux_sym_pipe_element_repeat2] = STATE(315), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(365), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(365), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(365), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(595), + [anon_sym_match] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(451), + [anon_sym_where] = ACTIONS(203), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(119), - [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), + [sym_raw_string_begin] = ACTIONS(253), }, - [172] = { - [sym_pipeline] = STATE(6969), - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4389), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(172), - [aux_sym_pipeline_repeat1] = STATE(181), - [aux_sym_pipe_element_repeat2] = STATE(308), + [173] = { + [sym_pipeline] = STATE(6736), + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(173), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym_pipe_element_repeat2] = STATE(301), [aux_sym_cmd_identifier_token1] = ACTIONS(19), [aux_sym_cmd_identifier_token2] = ACTIONS(21), [aux_sym_cmd_identifier_token3] = ACTIONS(21), @@ -99065,49 +99218,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [173] = { - [sym_pipeline] = STATE(6077), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(173), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym_pipe_element_repeat2] = STATE(302), + [174] = { + [sym_pipeline_parenthesized] = STATE(6864), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(174), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(182), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99152,16 +99305,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), + [anon_sym_try] = ACTIONS(449), [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(203), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), @@ -99188,54 +99341,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [174] = { - [sym_pipeline] = STATE(6103), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(174), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym_pipe_element_repeat2] = STATE(303), + [175] = { + [sym_pipeline] = STATE(6404), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(175), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99321,177 +99474,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [175] = { - [sym_pipeline] = STATE(6101), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(175), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym_pipe_element_repeat2] = STATE(302), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(365), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(365), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(365), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, [176] = { - [sym_pipeline] = STATE(6108), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym_pipeline_parenthesized] = STATE(6864), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(176), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym_pipe_element_repeat2] = STATE(302), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99536,26 +99561,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(1026), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(203), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -99572,54 +99597,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [177] = { - [sym_pipeline] = STATE(6103), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym_pipeline] = STATE(7042), + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4438), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), [sym_comment] = STATE(177), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym_pipe_element_repeat2] = STATE(302), + [aux_sym_pipeline_repeat1] = STATE(183), + [aux_sym_pipe_element_repeat2] = STATE(301), + [aux_sym_cmd_identifier_token1] = ACTIONS(19), + [aux_sym_cmd_identifier_token2] = ACTIONS(21), + [aux_sym_cmd_identifier_token3] = ACTIONS(21), + [aux_sym_cmd_identifier_token4] = ACTIONS(21), + [aux_sym_cmd_identifier_token5] = ACTIONS(21), + [aux_sym_cmd_identifier_token6] = ACTIONS(21), + [aux_sym_cmd_identifier_token7] = ACTIONS(21), + [aux_sym_cmd_identifier_token8] = ACTIONS(21), + [aux_sym_cmd_identifier_token9] = ACTIONS(19), + [aux_sym_cmd_identifier_token10] = ACTIONS(21), + [aux_sym_cmd_identifier_token11] = ACTIONS(21), + [aux_sym_cmd_identifier_token12] = ACTIONS(21), + [aux_sym_cmd_identifier_token13] = ACTIONS(19), + [aux_sym_cmd_identifier_token14] = ACTIONS(21), + [aux_sym_cmd_identifier_token15] = ACTIONS(19), + [aux_sym_cmd_identifier_token16] = ACTIONS(21), + [aux_sym_cmd_identifier_token17] = ACTIONS(21), + [aux_sym_cmd_identifier_token18] = ACTIONS(19), + [aux_sym_cmd_identifier_token19] = ACTIONS(21), + [aux_sym_cmd_identifier_token20] = ACTIONS(21), + [aux_sym_cmd_identifier_token21] = ACTIONS(21), + [aux_sym_cmd_identifier_token22] = ACTIONS(21), + [aux_sym_cmd_identifier_token23] = ACTIONS(21), + [aux_sym_cmd_identifier_token24] = ACTIONS(21), + [aux_sym_cmd_identifier_token25] = ACTIONS(21), + [aux_sym_cmd_identifier_token26] = ACTIONS(21), + [aux_sym_cmd_identifier_token27] = ACTIONS(21), + [aux_sym_cmd_identifier_token28] = ACTIONS(21), + [aux_sym_cmd_identifier_token29] = ACTIONS(21), + [aux_sym_cmd_identifier_token30] = ACTIONS(21), + [aux_sym_cmd_identifier_token31] = ACTIONS(21), + [aux_sym_cmd_identifier_token32] = ACTIONS(19), + [aux_sym_cmd_identifier_token33] = ACTIONS(21), + [aux_sym_cmd_identifier_token34] = ACTIONS(19), + [aux_sym_cmd_identifier_token35] = ACTIONS(21), + [aux_sym_cmd_identifier_token36] = ACTIONS(21), + [aux_sym_cmd_identifier_token37] = ACTIONS(21), + [aux_sym_cmd_identifier_token38] = ACTIONS(19), + [aux_sym_cmd_identifier_token39] = ACTIONS(21), + [aux_sym_cmd_identifier_token40] = ACTIONS(21), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_break] = ACTIONS(47), + [anon_sym_continue] = ACTIONS(49), + [anon_sym_do] = ACTIONS(57), + [anon_sym_if] = ACTIONS(59), + [anon_sym_match] = ACTIONS(61), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(65), + [anon_sym_try] = ACTIONS(67), + [anon_sym_return] = ACTIONS(69), + [anon_sym_where] = ACTIONS(81), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(87), + [anon_sym_true] = ACTIONS(89), + [anon_sym_false] = ACTIONS(89), + [aux_sym__val_number_decimal_token1] = ACTIONS(91), + [aux_sym__val_number_decimal_token2] = ACTIONS(93), + [aux_sym__val_number_decimal_token3] = ACTIONS(95), + [aux_sym__val_number_decimal_token4] = ACTIONS(97), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(101), + [aux_sym__val_number_token5] = ACTIONS(101), + [aux_sym__val_number_token6] = ACTIONS(101), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(119), + [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [178] = { + [sym_pipeline_parenthesized] = STATE(6943), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4413), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(178), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(188), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99664,26 +99817,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_break] = ACTIONS(441), + [anon_sym_continue] = ACTIONS(443), + [anon_sym_do] = ACTIONS(445), + [anon_sym_if] = ACTIONS(1026), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(203), + [anon_sym_try] = ACTIONS(449), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -99700,54 +99853,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [178] = { - [sym_pipeline] = STATE(6110), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(178), - [aux_sym_pipeline_repeat1] = STATE(182), - [aux_sym_pipe_element_repeat2] = STATE(302), + [179] = { + [sym_pipeline] = STATE(6529), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(179), + [aux_sym_pipeline_repeat1] = STATE(184), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99795,12 +99948,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), + [anon_sym_return] = ACTIONS(403), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -99808,10 +99961,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -99833,49 +99986,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [179] = { - [sym_pipeline] = STATE(6077), - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4351), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(179), - [aux_sym_pipeline_repeat1] = STATE(186), - [aux_sym_pipe_element_repeat2] = STATE(303), + [180] = { + [sym_pipeline] = STATE(6404), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4341), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(180), + [aux_sym_pipeline_repeat1] = STATE(185), + [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -99923,12 +100076,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -99936,10 +100089,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -99961,49 +100114,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [180] = { - [sym_pipeline_parenthesized] = STATE(6791), - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4491), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(180), + [181] = { + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4929), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(858), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(181), + [aux_sym_pipeline_repeat1] = STATE(181), + [aux_sym_pipe_element_repeat2] = STATE(308), + [aux_sym_cmd_identifier_token1] = ACTIONS(1040), + [aux_sym_cmd_identifier_token2] = ACTIONS(1043), + [aux_sym_cmd_identifier_token3] = ACTIONS(1043), + [aux_sym_cmd_identifier_token4] = ACTIONS(1043), + [aux_sym_cmd_identifier_token5] = ACTIONS(1043), + [aux_sym_cmd_identifier_token6] = ACTIONS(1043), + [aux_sym_cmd_identifier_token7] = ACTIONS(1043), + [aux_sym_cmd_identifier_token8] = ACTIONS(1043), + [aux_sym_cmd_identifier_token9] = ACTIONS(1040), + [aux_sym_cmd_identifier_token10] = ACTIONS(1043), + [aux_sym_cmd_identifier_token11] = ACTIONS(1043), + [aux_sym_cmd_identifier_token12] = ACTIONS(1043), + [aux_sym_cmd_identifier_token13] = ACTIONS(1040), + [aux_sym_cmd_identifier_token14] = ACTIONS(1043), + [aux_sym_cmd_identifier_token15] = ACTIONS(1040), + [aux_sym_cmd_identifier_token16] = ACTIONS(1043), + [aux_sym_cmd_identifier_token17] = ACTIONS(1043), + [aux_sym_cmd_identifier_token18] = ACTIONS(1040), + [aux_sym_cmd_identifier_token19] = ACTIONS(1043), + [aux_sym_cmd_identifier_token20] = ACTIONS(1043), + [aux_sym_cmd_identifier_token21] = ACTIONS(1043), + [aux_sym_cmd_identifier_token22] = ACTIONS(1043), + [aux_sym_cmd_identifier_token23] = ACTIONS(1043), + [aux_sym_cmd_identifier_token24] = ACTIONS(1043), + [aux_sym_cmd_identifier_token25] = ACTIONS(1043), + [aux_sym_cmd_identifier_token26] = ACTIONS(1043), + [aux_sym_cmd_identifier_token27] = ACTIONS(1043), + [aux_sym_cmd_identifier_token28] = ACTIONS(1043), + [aux_sym_cmd_identifier_token29] = ACTIONS(1043), + [aux_sym_cmd_identifier_token30] = ACTIONS(1043), + [aux_sym_cmd_identifier_token31] = ACTIONS(1043), + [aux_sym_cmd_identifier_token32] = ACTIONS(1040), + [aux_sym_cmd_identifier_token33] = ACTIONS(1043), + [aux_sym_cmd_identifier_token34] = ACTIONS(1040), + [aux_sym_cmd_identifier_token35] = ACTIONS(1043), + [aux_sym_cmd_identifier_token36] = ACTIONS(1043), + [aux_sym_cmd_identifier_token37] = ACTIONS(1043), + [aux_sym_cmd_identifier_token38] = ACTIONS(1040), + [aux_sym_cmd_identifier_token39] = ACTIONS(1043), + [aux_sym_cmd_identifier_token40] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1046), + [anon_sym_LPAREN] = ACTIONS(1049), + [anon_sym_DOLLAR] = ACTIONS(1052), + [anon_sym_DASH2] = ACTIONS(1055), + [anon_sym_break] = ACTIONS(1058), + [anon_sym_continue] = ACTIONS(1061), + [anon_sym_do] = ACTIONS(1064), + [anon_sym_if] = ACTIONS(1067), + [anon_sym_match] = ACTIONS(1070), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_DOT_DOT] = ACTIONS(1076), + [anon_sym_try] = ACTIONS(1079), + [anon_sym_return] = ACTIONS(1082), + [anon_sym_where] = ACTIONS(1085), + [aux_sym_expr_unary_token1] = ACTIONS(1088), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1091), + [anon_sym_DOT_DOT_LT] = ACTIONS(1091), + [anon_sym_null] = ACTIONS(1094), + [anon_sym_true] = ACTIONS(1097), + [anon_sym_false] = ACTIONS(1097), + [aux_sym__val_number_decimal_token1] = ACTIONS(1100), + [aux_sym__val_number_decimal_token2] = ACTIONS(1103), + [aux_sym__val_number_decimal_token3] = ACTIONS(1106), + [aux_sym__val_number_decimal_token4] = ACTIONS(1109), + [aux_sym__val_number_token1] = ACTIONS(1112), + [aux_sym__val_number_token2] = ACTIONS(1112), + [aux_sym__val_number_token3] = ACTIONS(1112), + [aux_sym__val_number_token4] = ACTIONS(1115), + [aux_sym__val_number_token5] = ACTIONS(1115), + [aux_sym__val_number_token6] = ACTIONS(1115), + [anon_sym_0b] = ACTIONS(1118), + [anon_sym_0o] = ACTIONS(1121), + [anon_sym_0x] = ACTIONS(1121), + [sym_val_date] = ACTIONS(1124), + [anon_sym_DQUOTE] = ACTIONS(1127), + [sym__str_single_quotes] = ACTIONS(1130), + [sym__str_back_ticks] = ACTIONS(1130), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1133), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1136), + [aux_sym_env_var_token1] = ACTIONS(1139), + [anon_sym_CARET] = ACTIONS(1142), + [aux_sym_command_token1] = ACTIONS(1145), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1148), + }, + [182] = { + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4422), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(182), [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(310), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -100051,12 +100330,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(441), [anon_sym_continue] = ACTIONS(443), [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(451), [anon_sym_where] = ACTIONS(453), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -100064,10 +100343,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -100089,48 +100368,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [181] = { - [sym_cmd_identifier] = STATE(4394), - [sym__ctrl_expression] = STATE(4798), - [sym_ctrl_do] = STATE(4885), - [sym_ctrl_if] = STATE(4885), - [sym_ctrl_match] = STATE(4885), - [sym_ctrl_try] = STATE(4885), - [sym_ctrl_return] = STATE(4885), - [sym_pipe_element] = STATE(4512), - [sym_where_command] = STATE(4889), - [sym__expression] = STATE(3736), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4889), - [sym_comment] = STATE(181), - [aux_sym_pipeline_repeat1] = STATE(183), - [aux_sym_pipe_element_repeat2] = STATE(308), + [183] = { + [sym_cmd_identifier] = STATE(4536), + [sym__ctrl_expression] = STATE(4804), + [sym_ctrl_do] = STATE(4892), + [sym_ctrl_if] = STATE(4892), + [sym_ctrl_match] = STATE(4892), + [sym_ctrl_try] = STATE(4892), + [sym_ctrl_return] = STATE(4892), + [sym_pipe_element] = STATE(4414), + [sym_where_command] = STATE(4975), + [sym__expression] = STATE(3733), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4975), + [sym_comment] = STATE(183), + [aux_sym_pipeline_repeat1] = STATE(181), + [aux_sym_pipe_element_repeat2] = STATE(301), [aux_sym_cmd_identifier_token1] = ACTIONS(19), [aux_sym_cmd_identifier_token2] = ACTIONS(21), [aux_sym_cmd_identifier_token3] = ACTIONS(21), @@ -100216,48 +100495,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [182] = { - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4381), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(182), - [aux_sym_pipeline_repeat1] = STATE(183), - [aux_sym_pipe_element_repeat2] = STATE(302), + [184] = { + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4322), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(819), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), + [sym_comment] = STATE(184), + [aux_sym_pipeline_repeat1] = STATE(181), + [aux_sym_pipe_element_repeat2] = STATE(312), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -100305,12 +100584,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(593), + [anon_sym_if] = ACTIONS(395), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(451), + [anon_sym_return] = ACTIONS(403), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -100318,10 +100597,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -100343,302 +100622,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [183] = { - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4922), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(862), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(183), - [aux_sym_pipeline_repeat1] = STATE(183), - [aux_sym_pipe_element_repeat2] = STATE(316), - [aux_sym_cmd_identifier_token1] = ACTIONS(1040), - [aux_sym_cmd_identifier_token2] = ACTIONS(1043), - [aux_sym_cmd_identifier_token3] = ACTIONS(1043), - [aux_sym_cmd_identifier_token4] = ACTIONS(1043), - [aux_sym_cmd_identifier_token5] = ACTIONS(1043), - [aux_sym_cmd_identifier_token6] = ACTIONS(1043), - [aux_sym_cmd_identifier_token7] = ACTIONS(1043), - [aux_sym_cmd_identifier_token8] = ACTIONS(1043), - [aux_sym_cmd_identifier_token9] = ACTIONS(1040), - [aux_sym_cmd_identifier_token10] = ACTIONS(1043), - [aux_sym_cmd_identifier_token11] = ACTIONS(1043), - [aux_sym_cmd_identifier_token12] = ACTIONS(1043), - [aux_sym_cmd_identifier_token13] = ACTIONS(1040), - [aux_sym_cmd_identifier_token14] = ACTIONS(1043), - [aux_sym_cmd_identifier_token15] = ACTIONS(1040), - [aux_sym_cmd_identifier_token16] = ACTIONS(1043), - [aux_sym_cmd_identifier_token17] = ACTIONS(1043), - [aux_sym_cmd_identifier_token18] = ACTIONS(1040), - [aux_sym_cmd_identifier_token19] = ACTIONS(1043), - [aux_sym_cmd_identifier_token20] = ACTIONS(1043), - [aux_sym_cmd_identifier_token21] = ACTIONS(1043), - [aux_sym_cmd_identifier_token22] = ACTIONS(1043), - [aux_sym_cmd_identifier_token23] = ACTIONS(1043), - [aux_sym_cmd_identifier_token24] = ACTIONS(1043), - [aux_sym_cmd_identifier_token25] = ACTIONS(1043), - [aux_sym_cmd_identifier_token26] = ACTIONS(1043), - [aux_sym_cmd_identifier_token27] = ACTIONS(1043), - [aux_sym_cmd_identifier_token28] = ACTIONS(1043), - [aux_sym_cmd_identifier_token29] = ACTIONS(1043), - [aux_sym_cmd_identifier_token30] = ACTIONS(1043), - [aux_sym_cmd_identifier_token31] = ACTIONS(1043), - [aux_sym_cmd_identifier_token32] = ACTIONS(1040), - [aux_sym_cmd_identifier_token33] = ACTIONS(1043), - [aux_sym_cmd_identifier_token34] = ACTIONS(1040), - [aux_sym_cmd_identifier_token35] = ACTIONS(1043), - [aux_sym_cmd_identifier_token36] = ACTIONS(1043), - [aux_sym_cmd_identifier_token37] = ACTIONS(1043), - [aux_sym_cmd_identifier_token38] = ACTIONS(1040), - [aux_sym_cmd_identifier_token39] = ACTIONS(1043), - [aux_sym_cmd_identifier_token40] = ACTIONS(1043), - [anon_sym_LBRACK] = ACTIONS(1046), - [anon_sym_LPAREN] = ACTIONS(1049), - [anon_sym_DOLLAR] = ACTIONS(1052), - [anon_sym_DASH2] = ACTIONS(1055), - [anon_sym_break] = ACTIONS(1058), - [anon_sym_continue] = ACTIONS(1061), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1067), - [anon_sym_match] = ACTIONS(1070), - [anon_sym_LBRACE] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1076), - [anon_sym_try] = ACTIONS(1079), - [anon_sym_return] = ACTIONS(1082), - [anon_sym_where] = ACTIONS(1085), - [aux_sym_expr_unary_token1] = ACTIONS(1088), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1091), - [anon_sym_DOT_DOT_LT] = ACTIONS(1091), - [anon_sym_null] = ACTIONS(1094), - [anon_sym_true] = ACTIONS(1097), - [anon_sym_false] = ACTIONS(1097), - [aux_sym__val_number_decimal_token1] = ACTIONS(1100), - [aux_sym__val_number_decimal_token2] = ACTIONS(1103), - [aux_sym__val_number_decimal_token3] = ACTIONS(1106), - [aux_sym__val_number_decimal_token4] = ACTIONS(1109), - [aux_sym__val_number_token1] = ACTIONS(1112), - [aux_sym__val_number_token2] = ACTIONS(1112), - [aux_sym__val_number_token3] = ACTIONS(1112), - [aux_sym__val_number_token4] = ACTIONS(1115), - [aux_sym__val_number_token5] = ACTIONS(1115), - [aux_sym__val_number_token6] = ACTIONS(1115), - [anon_sym_0b] = ACTIONS(1118), - [anon_sym_0o] = ACTIONS(1121), - [anon_sym_0x] = ACTIONS(1121), - [sym_val_date] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1127), - [sym__str_single_quotes] = ACTIONS(1130), - [sym__str_back_ticks] = ACTIONS(1130), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1133), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1136), - [aux_sym_env_var_token1] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1142), - [aux_sym_command_token1] = ACTIONS(1145), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1148), - }, - [184] = { - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4813), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(862), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), - [sym_comment] = STATE(184), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(184), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(301), - [aux_sym_cmd_identifier_token1] = ACTIONS(1151), - [aux_sym_cmd_identifier_token2] = ACTIONS(1154), - [aux_sym_cmd_identifier_token3] = ACTIONS(1154), - [aux_sym_cmd_identifier_token4] = ACTIONS(1154), - [aux_sym_cmd_identifier_token5] = ACTIONS(1154), - [aux_sym_cmd_identifier_token6] = ACTIONS(1154), - [aux_sym_cmd_identifier_token7] = ACTIONS(1154), - [aux_sym_cmd_identifier_token8] = ACTIONS(1154), - [aux_sym_cmd_identifier_token9] = ACTIONS(1151), - [aux_sym_cmd_identifier_token10] = ACTIONS(1154), - [aux_sym_cmd_identifier_token11] = ACTIONS(1154), - [aux_sym_cmd_identifier_token12] = ACTIONS(1154), - [aux_sym_cmd_identifier_token13] = ACTIONS(1151), - [aux_sym_cmd_identifier_token14] = ACTIONS(1154), - [aux_sym_cmd_identifier_token15] = ACTIONS(1151), - [aux_sym_cmd_identifier_token16] = ACTIONS(1154), - [aux_sym_cmd_identifier_token17] = ACTIONS(1154), - [aux_sym_cmd_identifier_token18] = ACTIONS(1151), - [aux_sym_cmd_identifier_token19] = ACTIONS(1154), - [aux_sym_cmd_identifier_token20] = ACTIONS(1154), - [aux_sym_cmd_identifier_token21] = ACTIONS(1154), - [aux_sym_cmd_identifier_token22] = ACTIONS(1154), - [aux_sym_cmd_identifier_token23] = ACTIONS(1154), - [aux_sym_cmd_identifier_token24] = ACTIONS(1154), - [aux_sym_cmd_identifier_token25] = ACTIONS(1154), - [aux_sym_cmd_identifier_token26] = ACTIONS(1154), - [aux_sym_cmd_identifier_token27] = ACTIONS(1154), - [aux_sym_cmd_identifier_token28] = ACTIONS(1154), - [aux_sym_cmd_identifier_token29] = ACTIONS(1154), - [aux_sym_cmd_identifier_token30] = ACTIONS(1154), - [aux_sym_cmd_identifier_token31] = ACTIONS(1154), - [aux_sym_cmd_identifier_token32] = ACTIONS(1151), - [aux_sym_cmd_identifier_token33] = ACTIONS(1154), - [aux_sym_cmd_identifier_token34] = ACTIONS(1151), - [aux_sym_cmd_identifier_token35] = ACTIONS(1154), - [aux_sym_cmd_identifier_token36] = ACTIONS(1154), - [aux_sym_cmd_identifier_token37] = ACTIONS(1154), - [aux_sym_cmd_identifier_token38] = ACTIONS(1151), - [aux_sym_cmd_identifier_token39] = ACTIONS(1154), - [aux_sym_cmd_identifier_token40] = ACTIONS(1154), - [anon_sym_LBRACK] = ACTIONS(1157), - [anon_sym_LPAREN] = ACTIONS(1160), - [anon_sym_DOLLAR] = ACTIONS(1163), - [anon_sym_DASH2] = ACTIONS(1166), - [anon_sym_break] = ACTIONS(1169), - [anon_sym_continue] = ACTIONS(1172), - [anon_sym_do] = ACTIONS(1175), - [anon_sym_if] = ACTIONS(1178), - [anon_sym_match] = ACTIONS(1181), - [anon_sym_LBRACE] = ACTIONS(1184), - [anon_sym_DOT_DOT] = ACTIONS(1187), - [anon_sym_try] = ACTIONS(1190), - [anon_sym_return] = ACTIONS(1193), - [anon_sym_where] = ACTIONS(1196), - [aux_sym_expr_unary_token1] = ACTIONS(1199), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1202), - [anon_sym_DOT_DOT_LT] = ACTIONS(1202), - [anon_sym_null] = ACTIONS(1205), - [anon_sym_true] = ACTIONS(1208), - [anon_sym_false] = ACTIONS(1208), - [aux_sym__val_number_decimal_token1] = ACTIONS(1211), - [aux_sym__val_number_decimal_token2] = ACTIONS(1214), - [aux_sym__val_number_decimal_token3] = ACTIONS(1217), - [aux_sym__val_number_decimal_token4] = ACTIONS(1220), - [aux_sym__val_number_token1] = ACTIONS(1223), - [aux_sym__val_number_token2] = ACTIONS(1223), - [aux_sym__val_number_token3] = ACTIONS(1223), - [aux_sym__val_number_token4] = ACTIONS(1226), - [aux_sym__val_number_token5] = ACTIONS(1226), - [aux_sym__val_number_token6] = ACTIONS(1226), - [anon_sym_0b] = ACTIONS(1229), - [anon_sym_0o] = ACTIONS(1232), - [anon_sym_0x] = ACTIONS(1232), - [sym_val_date] = ACTIONS(1235), - [anon_sym_DQUOTE] = ACTIONS(1238), - [sym__str_single_quotes] = ACTIONS(1241), - [sym__str_back_ticks] = ACTIONS(1241), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1244), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1247), - [aux_sym_env_var_token1] = ACTIONS(1250), - [anon_sym_CARET] = ACTIONS(1253), - [aux_sym_command_token1] = ACTIONS(1256), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1259), - }, [185] = { - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4454), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4322), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(185), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(184), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(299), + [aux_sym_pipeline_repeat1] = STATE(181), + [aux_sym_pipe_element_repeat2] = STATE(313), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -100683,26 +100708,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(441), - [anon_sym_continue] = ACTIONS(443), - [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(447), + [anon_sym_break] = ACTIONS(383), + [anon_sym_continue] = ACTIONS(385), + [anon_sym_do] = ACTIONS(393), + [anon_sym_if] = ACTIONS(1038), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(449), - [anon_sym_return] = ACTIONS(451), - [anon_sym_where] = ACTIONS(453), + [anon_sym_try] = ACTIONS(401), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -100719,53 +100744,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [186] = { - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4381), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), + [sym_cmd_identifier] = STATE(4329), + [sym__ctrl_expression] = STATE(4698), + [sym_ctrl_do] = STATE(4685), + [sym_ctrl_if] = STATE(4685), + [sym_ctrl_match] = STATE(4685), + [sym_ctrl_try] = STATE(4685), + [sym_ctrl_return] = STATE(4685), + [sym_pipe_element] = STATE(4322), + [sym_where_command] = STATE(4556), + [sym__expression] = STATE(3712), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4556), [sym_comment] = STATE(186), - [aux_sym_pipeline_repeat1] = STATE(183), - [aux_sym_pipe_element_repeat2] = STATE(303), + [aux_sym_pipeline_repeat1] = STATE(181), + [aux_sym_pipe_element_repeat2] = STATE(315), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -100813,12 +100838,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(383), [anon_sym_continue] = ACTIONS(385), [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(395), + [anon_sym_if] = ACTIONS(595), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(403), + [anon_sym_return] = ACTIONS(451), [anon_sym_where] = ACTIONS(203), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -100826,10 +100851,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -100852,47 +100877,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(253), }, [187] = { - [sym_cmd_identifier] = STATE(4436), - [sym__ctrl_expression_parenthesized] = STATE(4897), - [sym_ctrl_do_parenthesized] = STATE(4898), - [sym_ctrl_if_parenthesized] = STATE(4898), - [sym_ctrl_match] = STATE(4898), - [sym_ctrl_try_parenthesized] = STATE(4898), - [sym_ctrl_return] = STATE(4898), - [sym_pipe_element_parenthesized] = STATE(4454), - [sym_where_command_parenthesized] = STATE(4899), - [sym__expression_parenthesized] = STATE(3730), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4915), + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4819), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(858), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), [sym_comment] = STATE(187), - [aux_sym_pipeline_parenthesized_repeat1] = STATE(184), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(309), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(303), + [aux_sym_cmd_identifier_token1] = ACTIONS(1151), + [aux_sym_cmd_identifier_token2] = ACTIONS(1154), + [aux_sym_cmd_identifier_token3] = ACTIONS(1154), + [aux_sym_cmd_identifier_token4] = ACTIONS(1154), + [aux_sym_cmd_identifier_token5] = ACTIONS(1154), + [aux_sym_cmd_identifier_token6] = ACTIONS(1154), + [aux_sym_cmd_identifier_token7] = ACTIONS(1154), + [aux_sym_cmd_identifier_token8] = ACTIONS(1154), + [aux_sym_cmd_identifier_token9] = ACTIONS(1151), + [aux_sym_cmd_identifier_token10] = ACTIONS(1154), + [aux_sym_cmd_identifier_token11] = ACTIONS(1154), + [aux_sym_cmd_identifier_token12] = ACTIONS(1154), + [aux_sym_cmd_identifier_token13] = ACTIONS(1151), + [aux_sym_cmd_identifier_token14] = ACTIONS(1154), + [aux_sym_cmd_identifier_token15] = ACTIONS(1151), + [aux_sym_cmd_identifier_token16] = ACTIONS(1154), + [aux_sym_cmd_identifier_token17] = ACTIONS(1154), + [aux_sym_cmd_identifier_token18] = ACTIONS(1151), + [aux_sym_cmd_identifier_token19] = ACTIONS(1154), + [aux_sym_cmd_identifier_token20] = ACTIONS(1154), + [aux_sym_cmd_identifier_token21] = ACTIONS(1154), + [aux_sym_cmd_identifier_token22] = ACTIONS(1154), + [aux_sym_cmd_identifier_token23] = ACTIONS(1154), + [aux_sym_cmd_identifier_token24] = ACTIONS(1154), + [aux_sym_cmd_identifier_token25] = ACTIONS(1154), + [aux_sym_cmd_identifier_token26] = ACTIONS(1154), + [aux_sym_cmd_identifier_token27] = ACTIONS(1154), + [aux_sym_cmd_identifier_token28] = ACTIONS(1154), + [aux_sym_cmd_identifier_token29] = ACTIONS(1154), + [aux_sym_cmd_identifier_token30] = ACTIONS(1154), + [aux_sym_cmd_identifier_token31] = ACTIONS(1154), + [aux_sym_cmd_identifier_token32] = ACTIONS(1151), + [aux_sym_cmd_identifier_token33] = ACTIONS(1154), + [aux_sym_cmd_identifier_token34] = ACTIONS(1151), + [aux_sym_cmd_identifier_token35] = ACTIONS(1154), + [aux_sym_cmd_identifier_token36] = ACTIONS(1154), + [aux_sym_cmd_identifier_token37] = ACTIONS(1154), + [aux_sym_cmd_identifier_token38] = ACTIONS(1151), + [aux_sym_cmd_identifier_token39] = ACTIONS(1154), + [aux_sym_cmd_identifier_token40] = ACTIONS(1154), + [anon_sym_LBRACK] = ACTIONS(1157), + [anon_sym_LPAREN] = ACTIONS(1160), + [anon_sym_DOLLAR] = ACTIONS(1163), + [anon_sym_DASH2] = ACTIONS(1166), + [anon_sym_break] = ACTIONS(1169), + [anon_sym_continue] = ACTIONS(1172), + [anon_sym_do] = ACTIONS(1175), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_match] = ACTIONS(1181), + [anon_sym_LBRACE] = ACTIONS(1184), + [anon_sym_DOT_DOT] = ACTIONS(1187), + [anon_sym_try] = ACTIONS(1190), + [anon_sym_return] = ACTIONS(1193), + [anon_sym_where] = ACTIONS(1196), + [aux_sym_expr_unary_token1] = ACTIONS(1199), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1202), + [anon_sym_DOT_DOT_LT] = ACTIONS(1202), + [anon_sym_null] = ACTIONS(1205), + [anon_sym_true] = ACTIONS(1208), + [anon_sym_false] = ACTIONS(1208), + [aux_sym__val_number_decimal_token1] = ACTIONS(1211), + [aux_sym__val_number_decimal_token2] = ACTIONS(1214), + [aux_sym__val_number_decimal_token3] = ACTIONS(1217), + [aux_sym__val_number_decimal_token4] = ACTIONS(1220), + [aux_sym__val_number_token1] = ACTIONS(1223), + [aux_sym__val_number_token2] = ACTIONS(1223), + [aux_sym__val_number_token3] = ACTIONS(1223), + [aux_sym__val_number_token4] = ACTIONS(1226), + [aux_sym__val_number_token5] = ACTIONS(1226), + [aux_sym__val_number_token6] = ACTIONS(1226), + [anon_sym_0b] = ACTIONS(1229), + [anon_sym_0o] = ACTIONS(1232), + [anon_sym_0x] = ACTIONS(1232), + [sym_val_date] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1238), + [sym__str_single_quotes] = ACTIONS(1241), + [sym__str_back_ticks] = ACTIONS(1241), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1244), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1247), + [aux_sym_env_var_token1] = ACTIONS(1250), + [anon_sym_CARET] = ACTIONS(1253), + [aux_sym_command_token1] = ACTIONS(1256), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1259), + }, + [188] = { + [sym_cmd_identifier] = STATE(4507), + [sym__ctrl_expression_parenthesized] = STATE(4905), + [sym_ctrl_do_parenthesized] = STATE(4906), + [sym_ctrl_if_parenthesized] = STATE(4906), + [sym_ctrl_match] = STATE(4906), + [sym_ctrl_try_parenthesized] = STATE(4906), + [sym_ctrl_return] = STATE(4906), + [sym_pipe_element_parenthesized] = STATE(4422), + [sym_where_command_parenthesized] = STATE(4907), + [sym__expression_parenthesized] = STATE(3738), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4919), + [sym_comment] = STATE(188), + [aux_sym_pipeline_parenthesized_repeat1] = STATE(187), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(300), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -100940,7 +101092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(441), [anon_sym_continue] = ACTIONS(443), [anon_sym_do] = ACTIONS(445), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_match] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), @@ -100978,136 +101130,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [188] = { - [sym_cmd_identifier] = STATE(4344), - [sym__ctrl_expression] = STATE(4631), - [sym_ctrl_do] = STATE(4691), - [sym_ctrl_if] = STATE(4691), - [sym_ctrl_match] = STATE(4691), - [sym_ctrl_try] = STATE(4691), - [sym_ctrl_return] = STATE(4691), - [sym_pipe_element] = STATE(4381), - [sym_where_command] = STATE(4717), - [sym__expression] = STATE(3679), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4717), - [sym_comment] = STATE(188), - [aux_sym_pipeline_repeat1] = STATE(183), - [aux_sym_pipe_element_repeat2] = STATE(313), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(365), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(365), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(365), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_break] = ACTIONS(383), - [anon_sym_continue] = ACTIONS(385), - [anon_sym_do] = ACTIONS(393), - [anon_sym_if] = ACTIONS(1026), - [anon_sym_match] = ACTIONS(397), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(401), - [anon_sym_return] = ACTIONS(1028), - [anon_sym_where] = ACTIONS(203), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, [189] = { [sym_comment] = STATE(189), - [aux_sym_shebang_repeat1] = STATE(189), [anon_sym_export] = ACTIONS(1262), [anon_sym_alias] = ACTIONS(1262), [anon_sym_let] = ACTIONS(1262), @@ -101115,73 +101139,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1262), [anon_sym_const] = ACTIONS(1262), [aux_sym_cmd_identifier_token1] = ACTIONS(1262), - [aux_sym_cmd_identifier_token2] = ACTIONS(1264), - [aux_sym_cmd_identifier_token3] = ACTIONS(1264), - [aux_sym_cmd_identifier_token4] = ACTIONS(1264), - [aux_sym_cmd_identifier_token5] = ACTIONS(1264), - [aux_sym_cmd_identifier_token6] = ACTIONS(1264), - [aux_sym_cmd_identifier_token7] = ACTIONS(1264), + [aux_sym_cmd_identifier_token2] = ACTIONS(1265), + [aux_sym_cmd_identifier_token3] = ACTIONS(1265), + [aux_sym_cmd_identifier_token4] = ACTIONS(1265), + [aux_sym_cmd_identifier_token5] = ACTIONS(1265), + [aux_sym_cmd_identifier_token6] = ACTIONS(1265), + [aux_sym_cmd_identifier_token7] = ACTIONS(1265), [aux_sym_cmd_identifier_token8] = ACTIONS(1262), [aux_sym_cmd_identifier_token9] = ACTIONS(1262), - [aux_sym_cmd_identifier_token10] = ACTIONS(1264), - [aux_sym_cmd_identifier_token11] = ACTIONS(1264), + [aux_sym_cmd_identifier_token10] = ACTIONS(1265), + [aux_sym_cmd_identifier_token11] = ACTIONS(1265), [aux_sym_cmd_identifier_token12] = ACTIONS(1262), [aux_sym_cmd_identifier_token13] = ACTIONS(1262), [aux_sym_cmd_identifier_token14] = ACTIONS(1262), [aux_sym_cmd_identifier_token15] = ACTIONS(1262), - [aux_sym_cmd_identifier_token16] = ACTIONS(1264), - [aux_sym_cmd_identifier_token17] = ACTIONS(1264), + [aux_sym_cmd_identifier_token16] = ACTIONS(1265), + [aux_sym_cmd_identifier_token17] = ACTIONS(1265), [aux_sym_cmd_identifier_token18] = ACTIONS(1262), - [aux_sym_cmd_identifier_token19] = ACTIONS(1264), - [aux_sym_cmd_identifier_token20] = ACTIONS(1264), - [aux_sym_cmd_identifier_token21] = ACTIONS(1264), - [aux_sym_cmd_identifier_token22] = ACTIONS(1264), - [aux_sym_cmd_identifier_token23] = ACTIONS(1264), - [aux_sym_cmd_identifier_token24] = ACTIONS(1264), - [aux_sym_cmd_identifier_token25] = ACTIONS(1264), - [aux_sym_cmd_identifier_token26] = ACTIONS(1264), - [aux_sym_cmd_identifier_token27] = ACTIONS(1264), - [aux_sym_cmd_identifier_token28] = ACTIONS(1264), - [aux_sym_cmd_identifier_token29] = ACTIONS(1264), - [aux_sym_cmd_identifier_token30] = ACTIONS(1264), - [aux_sym_cmd_identifier_token31] = ACTIONS(1264), + [aux_sym_cmd_identifier_token19] = ACTIONS(1265), + [aux_sym_cmd_identifier_token20] = ACTIONS(1265), + [aux_sym_cmd_identifier_token21] = ACTIONS(1265), + [aux_sym_cmd_identifier_token22] = ACTIONS(1265), + [aux_sym_cmd_identifier_token23] = ACTIONS(1265), + [aux_sym_cmd_identifier_token24] = ACTIONS(1265), + [aux_sym_cmd_identifier_token25] = ACTIONS(1265), + [aux_sym_cmd_identifier_token26] = ACTIONS(1265), + [aux_sym_cmd_identifier_token27] = ACTIONS(1265), + [aux_sym_cmd_identifier_token28] = ACTIONS(1265), + [aux_sym_cmd_identifier_token29] = ACTIONS(1265), + [aux_sym_cmd_identifier_token30] = ACTIONS(1265), + [aux_sym_cmd_identifier_token31] = ACTIONS(1265), [aux_sym_cmd_identifier_token32] = ACTIONS(1262), - [aux_sym_cmd_identifier_token33] = ACTIONS(1264), + [aux_sym_cmd_identifier_token33] = ACTIONS(1265), [aux_sym_cmd_identifier_token34] = ACTIONS(1262), - [aux_sym_cmd_identifier_token35] = ACTIONS(1264), - [aux_sym_cmd_identifier_token36] = ACTIONS(1264), - [aux_sym_cmd_identifier_token37] = ACTIONS(1264), + [aux_sym_cmd_identifier_token35] = ACTIONS(1265), + [aux_sym_cmd_identifier_token36] = ACTIONS(1265), + [aux_sym_cmd_identifier_token37] = ACTIONS(1265), [aux_sym_cmd_identifier_token38] = ACTIONS(1262), - [aux_sym_cmd_identifier_token39] = ACTIONS(1264), - [aux_sym_cmd_identifier_token40] = ACTIONS(1264), - [sym__newline] = ACTIONS(1266), - [anon_sym_SEMI] = ACTIONS(1264), - [anon_sym_PIPE] = ACTIONS(1264), + [aux_sym_cmd_identifier_token39] = ACTIONS(1265), + [aux_sym_cmd_identifier_token40] = ACTIONS(1265), + [sym__newline] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_PIPE] = ACTIONS(1268), [anon_sym_def] = ACTIONS(1262), [anon_sym_export_DASHenv] = ACTIONS(1262), [anon_sym_extern] = ACTIONS(1262), [anon_sym_module] = ACTIONS(1262), [anon_sym_use] = ACTIONS(1262), - [anon_sym_LBRACK] = ACTIONS(1264), - [anon_sym_LPAREN] = ACTIONS(1264), + [anon_sym_LBRACK] = ACTIONS(1265), + [anon_sym_LPAREN] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1262), [anon_sym_error] = ACTIONS(1262), [anon_sym_DASH2] = ACTIONS(1262), [anon_sym_break] = ACTIONS(1262), [anon_sym_continue] = ACTIONS(1262), [anon_sym_for] = ACTIONS(1262), - [anon_sym_in2] = ACTIONS(1262), + [anon_sym_in2] = ACTIONS(1270), [anon_sym_loop] = ACTIONS(1262), - [anon_sym_make] = ACTIONS(1262), + [anon_sym_make] = ACTIONS(1270), [anon_sym_while] = ACTIONS(1262), [anon_sym_do] = ACTIONS(1262), [anon_sym_if] = ACTIONS(1262), - [anon_sym_else] = ACTIONS(1262), + [anon_sym_else] = ACTIONS(1270), [anon_sym_match] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1272), [anon_sym_DOT_DOT] = ACTIONS(1262), [anon_sym_try] = ACTIONS(1262), - [anon_sym_catch] = ACTIONS(1262), + [anon_sym_catch] = ACTIONS(1270), [anon_sym_return] = ACTIONS(1262), [anon_sym_source] = ACTIONS(1262), [anon_sym_source_DASHenv] = ACTIONS(1262), @@ -101189,303 +101214,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1262), [anon_sym_hide_DASHenv] = ACTIONS(1262), [anon_sym_overlay] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(1262), - [anon_sym_where] = ACTIONS(1264), - [aux_sym_expr_unary_token1] = ACTIONS(1264), - [anon_sym_PLUS2] = ACTIONS(1262), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1264), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1264), - [anon_sym_DOT_DOT_LT] = ACTIONS(1264), + [anon_sym_as] = ACTIONS(1270), + [anon_sym_where] = ACTIONS(1265), + [aux_sym_expr_unary_token1] = ACTIONS(1265), + [anon_sym_PLUS2] = ACTIONS(1270), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1268), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1265), + [anon_sym_DOT_DOT_LT] = ACTIONS(1265), [anon_sym_null] = ACTIONS(1262), [anon_sym_true] = ACTIONS(1262), [anon_sym_false] = ACTIONS(1262), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1264), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1268), [aux_sym__val_number_decimal_token1] = ACTIONS(1262), - [aux_sym__val_number_decimal_token2] = ACTIONS(1264), - [aux_sym__val_number_decimal_token3] = ACTIONS(1264), - [aux_sym__val_number_decimal_token4] = ACTIONS(1264), - [aux_sym__val_number_token1] = ACTIONS(1264), - [aux_sym__val_number_token2] = ACTIONS(1264), - [aux_sym__val_number_token3] = ACTIONS(1264), + [aux_sym__val_number_decimal_token2] = ACTIONS(1265), + [aux_sym__val_number_decimal_token3] = ACTIONS(1265), + [aux_sym__val_number_decimal_token4] = ACTIONS(1265), + [aux_sym__val_number_token1] = ACTIONS(1265), + [aux_sym__val_number_token2] = ACTIONS(1265), + [aux_sym__val_number_token3] = ACTIONS(1265), [aux_sym__val_number_token4] = ACTIONS(1262), [aux_sym__val_number_token5] = ACTIONS(1262), [aux_sym__val_number_token6] = ACTIONS(1262), [anon_sym_0b] = ACTIONS(1262), [anon_sym_0o] = ACTIONS(1262), [anon_sym_0x] = ACTIONS(1262), - [sym_val_date] = ACTIONS(1264), - [anon_sym_DQUOTE] = ACTIONS(1264), - [sym__str_single_quotes] = ACTIONS(1264), - [sym__str_back_ticks] = ACTIONS(1264), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1264), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1264), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1264), + [sym_val_date] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym__str_single_quotes] = ACTIONS(1265), + [sym__str_back_ticks] = ACTIONS(1265), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1265), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1265), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1268), [aux_sym_env_var_token1] = ACTIONS(1262), - [anon_sym_CARET] = ACTIONS(1264), - [aux_sym_command_token1] = ACTIONS(1264), + [anon_sym_CARET] = ACTIONS(1265), + [aux_sym_command_token1] = ACTIONS(1265), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1264), + [sym_raw_string_begin] = ACTIONS(1265), }, [190] = { [sym_comment] = STATE(190), - [anon_sym_export] = ACTIONS(1269), - [anon_sym_alias] = ACTIONS(1269), - [anon_sym_let] = ACTIONS(1269), - [anon_sym_let_DASHenv] = ACTIONS(1269), - [anon_sym_mut] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [aux_sym_cmd_identifier_token1] = ACTIONS(1269), - [aux_sym_cmd_identifier_token2] = ACTIONS(1272), - [aux_sym_cmd_identifier_token3] = ACTIONS(1272), - [aux_sym_cmd_identifier_token4] = ACTIONS(1272), - [aux_sym_cmd_identifier_token5] = ACTIONS(1272), - [aux_sym_cmd_identifier_token6] = ACTIONS(1272), - [aux_sym_cmd_identifier_token7] = ACTIONS(1272), - [aux_sym_cmd_identifier_token8] = ACTIONS(1269), - [aux_sym_cmd_identifier_token9] = ACTIONS(1269), - [aux_sym_cmd_identifier_token10] = ACTIONS(1272), - [aux_sym_cmd_identifier_token11] = ACTIONS(1272), - [aux_sym_cmd_identifier_token12] = ACTIONS(1269), - [aux_sym_cmd_identifier_token13] = ACTIONS(1269), - [aux_sym_cmd_identifier_token14] = ACTIONS(1269), - [aux_sym_cmd_identifier_token15] = ACTIONS(1269), - [aux_sym_cmd_identifier_token16] = ACTIONS(1272), - [aux_sym_cmd_identifier_token17] = ACTIONS(1272), - [aux_sym_cmd_identifier_token18] = ACTIONS(1269), - [aux_sym_cmd_identifier_token19] = ACTIONS(1272), - [aux_sym_cmd_identifier_token20] = ACTIONS(1272), - [aux_sym_cmd_identifier_token21] = ACTIONS(1272), - [aux_sym_cmd_identifier_token22] = ACTIONS(1272), - [aux_sym_cmd_identifier_token23] = ACTIONS(1272), - [aux_sym_cmd_identifier_token24] = ACTIONS(1272), - [aux_sym_cmd_identifier_token25] = ACTIONS(1272), - [aux_sym_cmd_identifier_token26] = ACTIONS(1272), - [aux_sym_cmd_identifier_token27] = ACTIONS(1272), - [aux_sym_cmd_identifier_token28] = ACTIONS(1272), - [aux_sym_cmd_identifier_token29] = ACTIONS(1272), - [aux_sym_cmd_identifier_token30] = ACTIONS(1272), - [aux_sym_cmd_identifier_token31] = ACTIONS(1272), - [aux_sym_cmd_identifier_token32] = ACTIONS(1269), - [aux_sym_cmd_identifier_token33] = ACTIONS(1272), - [aux_sym_cmd_identifier_token34] = ACTIONS(1269), - [aux_sym_cmd_identifier_token35] = ACTIONS(1272), - [aux_sym_cmd_identifier_token36] = ACTIONS(1272), - [aux_sym_cmd_identifier_token37] = ACTIONS(1272), - [aux_sym_cmd_identifier_token38] = ACTIONS(1269), - [aux_sym_cmd_identifier_token39] = ACTIONS(1272), - [aux_sym_cmd_identifier_token40] = ACTIONS(1272), - [sym__newline] = ACTIONS(1272), - [anon_sym_SEMI] = ACTIONS(1272), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_def] = ACTIONS(1269), - [anon_sym_export_DASHenv] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym_module] = ACTIONS(1269), - [anon_sym_use] = ACTIONS(1269), - [anon_sym_LBRACK] = ACTIONS(1272), - [anon_sym_LPAREN] = ACTIONS(1272), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_error] = ACTIONS(1269), - [anon_sym_DASH2] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_in2] = ACTIONS(1277), - [anon_sym_loop] = ACTIONS(1269), - [anon_sym_make] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_match] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1272), - [anon_sym_RBRACE] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1269), - [anon_sym_try] = ACTIONS(1269), - [anon_sym_catch] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_source] = ACTIONS(1269), - [anon_sym_source_DASHenv] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_hide] = ACTIONS(1269), - [anon_sym_hide_DASHenv] = ACTIONS(1269), - [anon_sym_overlay] = ACTIONS(1269), - [anon_sym_as] = ACTIONS(1277), - [anon_sym_where] = ACTIONS(1272), - [aux_sym_expr_unary_token1] = ACTIONS(1272), - [anon_sym_PLUS2] = ACTIONS(1277), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1275), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1272), - [anon_sym_DOT_DOT_LT] = ACTIONS(1272), - [anon_sym_null] = ACTIONS(1269), - [anon_sym_true] = ACTIONS(1269), - [anon_sym_false] = ACTIONS(1269), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1275), - [aux_sym__val_number_decimal_token1] = ACTIONS(1269), - [aux_sym__val_number_decimal_token2] = ACTIONS(1272), - [aux_sym__val_number_decimal_token3] = ACTIONS(1272), - [aux_sym__val_number_decimal_token4] = ACTIONS(1272), - [aux_sym__val_number_token1] = ACTIONS(1272), - [aux_sym__val_number_token2] = ACTIONS(1272), - [aux_sym__val_number_token3] = ACTIONS(1272), - [aux_sym__val_number_token4] = ACTIONS(1269), - [aux_sym__val_number_token5] = ACTIONS(1269), - [aux_sym__val_number_token6] = ACTIONS(1269), - [anon_sym_0b] = ACTIONS(1269), - [anon_sym_0o] = ACTIONS(1269), - [anon_sym_0x] = ACTIONS(1269), - [sym_val_date] = ACTIONS(1272), - [anon_sym_DQUOTE] = ACTIONS(1272), - [sym__str_single_quotes] = ACTIONS(1272), - [sym__str_back_ticks] = ACTIONS(1272), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1272), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1272), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1275), - [aux_sym_env_var_token1] = ACTIONS(1269), - [anon_sym_CARET] = ACTIONS(1272), - [aux_sym_command_token1] = ACTIONS(1272), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1272), + [aux_sym_shebang_repeat1] = STATE(190), + [anon_sym_export] = ACTIONS(1274), + [anon_sym_alias] = ACTIONS(1274), + [anon_sym_let] = ACTIONS(1274), + [anon_sym_let_DASHenv] = ACTIONS(1274), + [anon_sym_mut] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [aux_sym_cmd_identifier_token1] = ACTIONS(1274), + [aux_sym_cmd_identifier_token2] = ACTIONS(1276), + [aux_sym_cmd_identifier_token3] = ACTIONS(1276), + [aux_sym_cmd_identifier_token4] = ACTIONS(1276), + [aux_sym_cmd_identifier_token5] = ACTIONS(1276), + [aux_sym_cmd_identifier_token6] = ACTIONS(1276), + [aux_sym_cmd_identifier_token7] = ACTIONS(1276), + [aux_sym_cmd_identifier_token8] = ACTIONS(1274), + [aux_sym_cmd_identifier_token9] = ACTIONS(1274), + [aux_sym_cmd_identifier_token10] = ACTIONS(1276), + [aux_sym_cmd_identifier_token11] = ACTIONS(1276), + [aux_sym_cmd_identifier_token12] = ACTIONS(1274), + [aux_sym_cmd_identifier_token13] = ACTIONS(1274), + [aux_sym_cmd_identifier_token14] = ACTIONS(1274), + [aux_sym_cmd_identifier_token15] = ACTIONS(1274), + [aux_sym_cmd_identifier_token16] = ACTIONS(1276), + [aux_sym_cmd_identifier_token17] = ACTIONS(1276), + [aux_sym_cmd_identifier_token18] = ACTIONS(1274), + [aux_sym_cmd_identifier_token19] = ACTIONS(1276), + [aux_sym_cmd_identifier_token20] = ACTIONS(1276), + [aux_sym_cmd_identifier_token21] = ACTIONS(1276), + [aux_sym_cmd_identifier_token22] = ACTIONS(1276), + [aux_sym_cmd_identifier_token23] = ACTIONS(1276), + [aux_sym_cmd_identifier_token24] = ACTIONS(1276), + [aux_sym_cmd_identifier_token25] = ACTIONS(1276), + [aux_sym_cmd_identifier_token26] = ACTIONS(1276), + [aux_sym_cmd_identifier_token27] = ACTIONS(1276), + [aux_sym_cmd_identifier_token28] = ACTIONS(1276), + [aux_sym_cmd_identifier_token29] = ACTIONS(1276), + [aux_sym_cmd_identifier_token30] = ACTIONS(1276), + [aux_sym_cmd_identifier_token31] = ACTIONS(1276), + [aux_sym_cmd_identifier_token32] = ACTIONS(1274), + [aux_sym_cmd_identifier_token33] = ACTIONS(1276), + [aux_sym_cmd_identifier_token34] = ACTIONS(1274), + [aux_sym_cmd_identifier_token35] = ACTIONS(1276), + [aux_sym_cmd_identifier_token36] = ACTIONS(1276), + [aux_sym_cmd_identifier_token37] = ACTIONS(1276), + [aux_sym_cmd_identifier_token38] = ACTIONS(1274), + [aux_sym_cmd_identifier_token39] = ACTIONS(1276), + [aux_sym_cmd_identifier_token40] = ACTIONS(1276), + [sym__newline] = ACTIONS(1278), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_PIPE] = ACTIONS(1276), + [anon_sym_def] = ACTIONS(1274), + [anon_sym_export_DASHenv] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym_module] = ACTIONS(1274), + [anon_sym_use] = ACTIONS(1274), + [anon_sym_LBRACK] = ACTIONS(1276), + [anon_sym_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1274), + [anon_sym_error] = ACTIONS(1274), + [anon_sym_DASH2] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_in2] = ACTIONS(1274), + [anon_sym_loop] = ACTIONS(1274), + [anon_sym_make] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_else] = ACTIONS(1274), + [anon_sym_match] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_DOT_DOT] = ACTIONS(1274), + [anon_sym_try] = ACTIONS(1274), + [anon_sym_catch] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_source] = ACTIONS(1274), + [anon_sym_source_DASHenv] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_hide] = ACTIONS(1274), + [anon_sym_hide_DASHenv] = ACTIONS(1274), + [anon_sym_overlay] = ACTIONS(1274), + [anon_sym_as] = ACTIONS(1274), + [anon_sym_where] = ACTIONS(1276), + [aux_sym_expr_unary_token1] = ACTIONS(1276), + [anon_sym_PLUS2] = ACTIONS(1274), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1276), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1276), + [anon_sym_DOT_DOT_LT] = ACTIONS(1276), + [anon_sym_null] = ACTIONS(1274), + [anon_sym_true] = ACTIONS(1274), + [anon_sym_false] = ACTIONS(1274), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1276), + [aux_sym__val_number_decimal_token1] = ACTIONS(1274), + [aux_sym__val_number_decimal_token2] = ACTIONS(1276), + [aux_sym__val_number_decimal_token3] = ACTIONS(1276), + [aux_sym__val_number_decimal_token4] = ACTIONS(1276), + [aux_sym__val_number_token1] = ACTIONS(1276), + [aux_sym__val_number_token2] = ACTIONS(1276), + [aux_sym__val_number_token3] = ACTIONS(1276), + [aux_sym__val_number_token4] = ACTIONS(1274), + [aux_sym__val_number_token5] = ACTIONS(1274), + [aux_sym__val_number_token6] = ACTIONS(1274), + [anon_sym_0b] = ACTIONS(1274), + [anon_sym_0o] = ACTIONS(1274), + [anon_sym_0x] = ACTIONS(1274), + [sym_val_date] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym__str_single_quotes] = ACTIONS(1276), + [sym__str_back_ticks] = ACTIONS(1276), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1276), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1276), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1276), + [aux_sym_env_var_token1] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1276), + [aux_sym_command_token1] = ACTIONS(1276), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1276), }, [191] = { [sym_comment] = STATE(191), - [anon_sym_export] = ACTIONS(1277), - [anon_sym_alias] = ACTIONS(1277), - [anon_sym_let] = ACTIONS(1277), - [anon_sym_let_DASHenv] = ACTIONS(1277), - [anon_sym_mut] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [aux_sym_cmd_identifier_token1] = ACTIONS(1277), - [aux_sym_cmd_identifier_token2] = ACTIONS(1275), - [aux_sym_cmd_identifier_token3] = ACTIONS(1275), - [aux_sym_cmd_identifier_token4] = ACTIONS(1275), - [aux_sym_cmd_identifier_token5] = ACTIONS(1275), - [aux_sym_cmd_identifier_token6] = ACTIONS(1275), - [aux_sym_cmd_identifier_token7] = ACTIONS(1275), - [aux_sym_cmd_identifier_token8] = ACTIONS(1277), - [aux_sym_cmd_identifier_token9] = ACTIONS(1277), - [aux_sym_cmd_identifier_token10] = ACTIONS(1275), - [aux_sym_cmd_identifier_token11] = ACTIONS(1275), - [aux_sym_cmd_identifier_token12] = ACTIONS(1277), - [aux_sym_cmd_identifier_token13] = ACTIONS(1277), - [aux_sym_cmd_identifier_token14] = ACTIONS(1277), - [aux_sym_cmd_identifier_token15] = ACTIONS(1277), - [aux_sym_cmd_identifier_token16] = ACTIONS(1275), - [aux_sym_cmd_identifier_token17] = ACTIONS(1275), - [aux_sym_cmd_identifier_token18] = ACTIONS(1277), - [aux_sym_cmd_identifier_token19] = ACTIONS(1275), - [aux_sym_cmd_identifier_token20] = ACTIONS(1275), - [aux_sym_cmd_identifier_token21] = ACTIONS(1275), - [aux_sym_cmd_identifier_token22] = ACTIONS(1275), - [aux_sym_cmd_identifier_token23] = ACTIONS(1275), - [aux_sym_cmd_identifier_token24] = ACTIONS(1275), - [aux_sym_cmd_identifier_token25] = ACTIONS(1275), - [aux_sym_cmd_identifier_token26] = ACTIONS(1275), - [aux_sym_cmd_identifier_token27] = ACTIONS(1275), - [aux_sym_cmd_identifier_token28] = ACTIONS(1275), - [aux_sym_cmd_identifier_token29] = ACTIONS(1275), - [aux_sym_cmd_identifier_token30] = ACTIONS(1275), - [aux_sym_cmd_identifier_token31] = ACTIONS(1275), - [aux_sym_cmd_identifier_token32] = ACTIONS(1277), - [aux_sym_cmd_identifier_token33] = ACTIONS(1275), - [aux_sym_cmd_identifier_token34] = ACTIONS(1277), - [aux_sym_cmd_identifier_token35] = ACTIONS(1275), - [aux_sym_cmd_identifier_token36] = ACTIONS(1275), - [aux_sym_cmd_identifier_token37] = ACTIONS(1275), - [aux_sym_cmd_identifier_token38] = ACTIONS(1277), - [aux_sym_cmd_identifier_token39] = ACTIONS(1275), - [aux_sym_cmd_identifier_token40] = ACTIONS(1275), - [sym__newline] = ACTIONS(1275), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_def] = ACTIONS(1277), - [anon_sym_export_DASHenv] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym_module] = ACTIONS(1277), - [anon_sym_use] = ACTIONS(1277), - [anon_sym_LBRACK] = ACTIONS(1275), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1277), - [anon_sym_error] = ACTIONS(1277), - [anon_sym_DASH2] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_in2] = ACTIONS(1277), - [anon_sym_loop] = ACTIONS(1277), - [anon_sym_make] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_DOT_DOT] = ACTIONS(1277), - [anon_sym_try] = ACTIONS(1277), - [anon_sym_catch] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_source] = ACTIONS(1277), - [anon_sym_source_DASHenv] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_hide] = ACTIONS(1277), - [anon_sym_hide_DASHenv] = ACTIONS(1277), - [anon_sym_overlay] = ACTIONS(1277), - [anon_sym_as] = ACTIONS(1277), - [anon_sym_where] = ACTIONS(1275), - [aux_sym_expr_unary_token1] = ACTIONS(1275), - [anon_sym_PLUS2] = ACTIONS(1277), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1275), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1275), - [anon_sym_DOT_DOT_LT] = ACTIONS(1275), - [anon_sym_null] = ACTIONS(1277), - [anon_sym_true] = ACTIONS(1277), - [anon_sym_false] = ACTIONS(1277), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1275), - [aux_sym__val_number_decimal_token1] = ACTIONS(1277), - [aux_sym__val_number_decimal_token2] = ACTIONS(1275), - [aux_sym__val_number_decimal_token3] = ACTIONS(1275), - [aux_sym__val_number_decimal_token4] = ACTIONS(1275), - [aux_sym__val_number_token1] = ACTIONS(1275), - [aux_sym__val_number_token2] = ACTIONS(1275), - [aux_sym__val_number_token3] = ACTIONS(1275), - [aux_sym__val_number_token4] = ACTIONS(1277), - [aux_sym__val_number_token5] = ACTIONS(1277), - [aux_sym__val_number_token6] = ACTIONS(1277), - [anon_sym_0b] = ACTIONS(1277), - [anon_sym_0o] = ACTIONS(1277), - [anon_sym_0x] = ACTIONS(1277), - [sym_val_date] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym__str_single_quotes] = ACTIONS(1275), - [sym__str_back_ticks] = ACTIONS(1275), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1275), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1275), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1275), - [aux_sym_env_var_token1] = ACTIONS(1277), - [anon_sym_CARET] = ACTIONS(1275), - [aux_sym_command_token1] = ACTIONS(1275), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1275), + [anon_sym_export] = ACTIONS(1270), + [anon_sym_alias] = ACTIONS(1270), + [anon_sym_let] = ACTIONS(1270), + [anon_sym_let_DASHenv] = ACTIONS(1270), + [anon_sym_mut] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [aux_sym_cmd_identifier_token1] = ACTIONS(1270), + [aux_sym_cmd_identifier_token2] = ACTIONS(1268), + [aux_sym_cmd_identifier_token3] = ACTIONS(1268), + [aux_sym_cmd_identifier_token4] = ACTIONS(1268), + [aux_sym_cmd_identifier_token5] = ACTIONS(1268), + [aux_sym_cmd_identifier_token6] = ACTIONS(1268), + [aux_sym_cmd_identifier_token7] = ACTIONS(1268), + [aux_sym_cmd_identifier_token8] = ACTIONS(1270), + [aux_sym_cmd_identifier_token9] = ACTIONS(1270), + [aux_sym_cmd_identifier_token10] = ACTIONS(1268), + [aux_sym_cmd_identifier_token11] = ACTIONS(1268), + [aux_sym_cmd_identifier_token12] = ACTIONS(1270), + [aux_sym_cmd_identifier_token13] = ACTIONS(1270), + [aux_sym_cmd_identifier_token14] = ACTIONS(1270), + [aux_sym_cmd_identifier_token15] = ACTIONS(1270), + [aux_sym_cmd_identifier_token16] = ACTIONS(1268), + [aux_sym_cmd_identifier_token17] = ACTIONS(1268), + [aux_sym_cmd_identifier_token18] = ACTIONS(1270), + [aux_sym_cmd_identifier_token19] = ACTIONS(1268), + [aux_sym_cmd_identifier_token20] = ACTIONS(1268), + [aux_sym_cmd_identifier_token21] = ACTIONS(1268), + [aux_sym_cmd_identifier_token22] = ACTIONS(1268), + [aux_sym_cmd_identifier_token23] = ACTIONS(1268), + [aux_sym_cmd_identifier_token24] = ACTIONS(1268), + [aux_sym_cmd_identifier_token25] = ACTIONS(1268), + [aux_sym_cmd_identifier_token26] = ACTIONS(1268), + [aux_sym_cmd_identifier_token27] = ACTIONS(1268), + [aux_sym_cmd_identifier_token28] = ACTIONS(1268), + [aux_sym_cmd_identifier_token29] = ACTIONS(1268), + [aux_sym_cmd_identifier_token30] = ACTIONS(1268), + [aux_sym_cmd_identifier_token31] = ACTIONS(1268), + [aux_sym_cmd_identifier_token32] = ACTIONS(1270), + [aux_sym_cmd_identifier_token33] = ACTIONS(1268), + [aux_sym_cmd_identifier_token34] = ACTIONS(1270), + [aux_sym_cmd_identifier_token35] = ACTIONS(1268), + [aux_sym_cmd_identifier_token36] = ACTIONS(1268), + [aux_sym_cmd_identifier_token37] = ACTIONS(1268), + [aux_sym_cmd_identifier_token38] = ACTIONS(1270), + [aux_sym_cmd_identifier_token39] = ACTIONS(1268), + [aux_sym_cmd_identifier_token40] = ACTIONS(1268), + [sym__newline] = ACTIONS(1268), + [anon_sym_SEMI] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_def] = ACTIONS(1270), + [anon_sym_export_DASHenv] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym_module] = ACTIONS(1270), + [anon_sym_use] = ACTIONS(1270), + [anon_sym_LBRACK] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1270), + [anon_sym_error] = ACTIONS(1270), + [anon_sym_DASH2] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_in2] = ACTIONS(1270), + [anon_sym_loop] = ACTIONS(1270), + [anon_sym_make] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_else] = ACTIONS(1270), + [anon_sym_match] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1268), + [anon_sym_DOT_DOT] = ACTIONS(1270), + [anon_sym_try] = ACTIONS(1270), + [anon_sym_catch] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_source] = ACTIONS(1270), + [anon_sym_source_DASHenv] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_hide] = ACTIONS(1270), + [anon_sym_hide_DASHenv] = ACTIONS(1270), + [anon_sym_overlay] = ACTIONS(1270), + [anon_sym_as] = ACTIONS(1270), + [anon_sym_where] = ACTIONS(1268), + [aux_sym_expr_unary_token1] = ACTIONS(1268), + [anon_sym_PLUS2] = ACTIONS(1270), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1268), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1268), + [anon_sym_DOT_DOT_LT] = ACTIONS(1268), + [anon_sym_null] = ACTIONS(1270), + [anon_sym_true] = ACTIONS(1270), + [anon_sym_false] = ACTIONS(1270), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1268), + [aux_sym__val_number_decimal_token1] = ACTIONS(1270), + [aux_sym__val_number_decimal_token2] = ACTIONS(1268), + [aux_sym__val_number_decimal_token3] = ACTIONS(1268), + [aux_sym__val_number_decimal_token4] = ACTIONS(1268), + [aux_sym__val_number_token1] = ACTIONS(1268), + [aux_sym__val_number_token2] = ACTIONS(1268), + [aux_sym__val_number_token3] = ACTIONS(1268), + [aux_sym__val_number_token4] = ACTIONS(1270), + [aux_sym__val_number_token5] = ACTIONS(1270), + [aux_sym__val_number_token6] = ACTIONS(1270), + [anon_sym_0b] = ACTIONS(1270), + [anon_sym_0o] = ACTIONS(1270), + [anon_sym_0x] = ACTIONS(1270), + [sym_val_date] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym__str_single_quotes] = ACTIONS(1268), + [sym__str_back_ticks] = ACTIONS(1268), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1268), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1268), + [aux_sym_env_var_token1] = ACTIONS(1270), + [anon_sym_CARET] = ACTIONS(1268), + [aux_sym_command_token1] = ACTIONS(1268), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1268), }, [192] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7679), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7516), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(192), - [aux_sym_shebang_repeat1] = STATE(202), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_shebang_repeat1] = STATE(199), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -101553,7 +101578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(285), [anon_sym_else] = ACTIONS(285), [anon_sym_match] = ACTIONS(285), - [anon_sym_RBRACE] = ACTIONS(331), + [anon_sym_RBRACE] = ACTIONS(297), [anon_sym_try] = ACTIONS(285), [anon_sym_catch] = ACTIONS(285), [anon_sym_return] = ACTIONS(285), @@ -101585,24 +101610,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [193] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7408), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7413), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(193), - [aux_sym_shebang_repeat1] = STATE(202), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_shebang_repeat1] = STATE(199), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -101702,24 +101727,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [194] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7611), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7654), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(194), - [aux_sym_shebang_repeat1] = STATE(202), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_shebang_repeat1] = STATE(199), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -101787,7 +101812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(285), [anon_sym_else] = ACTIONS(285), [anon_sym_match] = ACTIONS(285), - [anon_sym_RBRACE] = ACTIONS(297), + [anon_sym_RBRACE] = ACTIONS(1303), [anon_sym_try] = ACTIONS(285), [anon_sym_catch] = ACTIONS(285), [anon_sym_return] = ACTIONS(285), @@ -101819,24 +101844,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [195] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7519), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7576), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(195), - [aux_sym_shebang_repeat1] = STATE(202), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_shebang_repeat1] = STATE(199), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -101904,7 +101929,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(285), [anon_sym_else] = ACTIONS(285), [anon_sym_match] = ACTIONS(285), - [anon_sym_RBRACE] = ACTIONS(1303), + [anon_sym_RBRACE] = ACTIONS(1305), [anon_sym_try] = ACTIONS(285), [anon_sym_catch] = ACTIONS(285), [anon_sym_return] = ACTIONS(285), @@ -101936,24 +101961,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [196] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_body] = STATE(7481), - [sym_record_entry] = STATE(7176), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_body] = STATE(7469), + [sym_record_entry] = STATE(6726), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(196), - [aux_sym_shebang_repeat1] = STATE(202), - [aux_sym_record_body_repeat1] = STATE(207), + [aux_sym_shebang_repeat1] = STATE(199), + [aux_sym_record_body_repeat1] = STATE(203), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -102021,7 +102046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(285), [anon_sym_else] = ACTIONS(285), [anon_sym_match] = ACTIONS(285), - [anon_sym_RBRACE] = ACTIONS(1305), + [anon_sym_RBRACE] = ACTIONS(331), [anon_sym_try] = ACTIONS(285), [anon_sym_catch] = ACTIONS(285), [anon_sym_return] = ACTIONS(285), @@ -102053,23 +102078,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [197] = { - [sym_cmd_identifier] = STATE(6185), - [sym__match_pattern_record_variable] = STATE(686), - [sym_expr_parenthesized] = STATE(7375), + [sym_cmd_identifier] = STATE(6447), + [sym__match_pattern_record_variable] = STATE(723), + [sym_expr_parenthesized] = STATE(7382), [sym__spread_parenthesized] = STATE(735), [sym__spread_variable] = STATE(736), - [sym_val_variable] = STATE(564), - [sym_val_number] = STATE(7375), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7375), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), + [sym_val_variable] = STATE(559), + [sym_val_number] = STATE(7382), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7382), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym__spread_record] = STATE(735), - [sym_record_entry] = STATE(686), - [sym__record_key] = STATE(7718), + [sym_record_entry] = STATE(723), + [sym__record_key] = STATE(7658), [sym_comment] = STATE(197), - [aux_sym__match_pattern_record_repeat1] = STATE(199), + [aux_sym__match_pattern_record_repeat1] = STATE(202), [anon_sym_export] = ACTIONS(1307), [anon_sym_alias] = ACTIONS(1307), [anon_sym_let] = ACTIONS(1307), @@ -102168,138 +102193,253 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [198] = { - [sym_cmd_identifier] = STATE(6185), - [sym__match_pattern_record_variable] = STATE(686), - [sym_expr_parenthesized] = STATE(7375), + [sym_cmd_identifier] = STATE(6447), + [sym__match_pattern_record_variable] = STATE(723), + [sym_expr_parenthesized] = STATE(7382), [sym__spread_parenthesized] = STATE(735), [sym__spread_variable] = STATE(736), - [sym_val_variable] = STATE(564), - [sym_val_number] = STATE(7375), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7375), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), + [sym_val_variable] = STATE(559), + [sym_val_number] = STATE(7382), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7382), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym__spread_record] = STATE(735), - [sym_record_entry] = STATE(686), - [sym__record_key] = STATE(7718), + [sym_record_entry] = STATE(723), + [sym__record_key] = STATE(7658), [sym_comment] = STATE(198), - [aux_sym__match_pattern_record_repeat1] = STATE(198), - [anon_sym_export] = ACTIONS(1319), - [anon_sym_alias] = ACTIONS(1319), - [anon_sym_let] = ACTIONS(1319), - [anon_sym_let_DASHenv] = ACTIONS(1319), - [anon_sym_mut] = ACTIONS(1319), - [anon_sym_const] = ACTIONS(1319), - [aux_sym_cmd_identifier_token1] = ACTIONS(1322), - [aux_sym_cmd_identifier_token2] = ACTIONS(1325), - [aux_sym_cmd_identifier_token3] = ACTIONS(1325), - [aux_sym_cmd_identifier_token4] = ACTIONS(1325), - [aux_sym_cmd_identifier_token5] = ACTIONS(1325), - [aux_sym_cmd_identifier_token6] = ACTIONS(1325), - [aux_sym_cmd_identifier_token7] = ACTIONS(1325), - [aux_sym_cmd_identifier_token8] = ACTIONS(1322), - [aux_sym_cmd_identifier_token9] = ACTIONS(1322), - [aux_sym_cmd_identifier_token10] = ACTIONS(1325), - [aux_sym_cmd_identifier_token11] = ACTIONS(1325), - [aux_sym_cmd_identifier_token12] = ACTIONS(1322), - [aux_sym_cmd_identifier_token13] = ACTIONS(1322), - [aux_sym_cmd_identifier_token14] = ACTIONS(1322), - [aux_sym_cmd_identifier_token15] = ACTIONS(1322), - [aux_sym_cmd_identifier_token16] = ACTIONS(1325), - [aux_sym_cmd_identifier_token17] = ACTIONS(1325), - [aux_sym_cmd_identifier_token18] = ACTIONS(1325), - [aux_sym_cmd_identifier_token19] = ACTIONS(1325), - [aux_sym_cmd_identifier_token20] = ACTIONS(1325), - [aux_sym_cmd_identifier_token21] = ACTIONS(1325), - [aux_sym_cmd_identifier_token22] = ACTIONS(1325), - [aux_sym_cmd_identifier_token23] = ACTIONS(1325), - [aux_sym_cmd_identifier_token24] = ACTIONS(1325), - [aux_sym_cmd_identifier_token25] = ACTIONS(1325), - [aux_sym_cmd_identifier_token26] = ACTIONS(1325), - [aux_sym_cmd_identifier_token27] = ACTIONS(1325), - [aux_sym_cmd_identifier_token28] = ACTIONS(1325), - [aux_sym_cmd_identifier_token29] = ACTIONS(1325), - [aux_sym_cmd_identifier_token30] = ACTIONS(1325), - [aux_sym_cmd_identifier_token31] = ACTIONS(1325), - [aux_sym_cmd_identifier_token32] = ACTIONS(1325), - [aux_sym_cmd_identifier_token33] = ACTIONS(1325), - [aux_sym_cmd_identifier_token34] = ACTIONS(1322), - [aux_sym_cmd_identifier_token35] = ACTIONS(1325), - [aux_sym_cmd_identifier_token36] = ACTIONS(1325), - [aux_sym_cmd_identifier_token37] = ACTIONS(1325), - [aux_sym_cmd_identifier_token38] = ACTIONS(1322), - [aux_sym_cmd_identifier_token39] = ACTIONS(1325), - [aux_sym_cmd_identifier_token40] = ACTIONS(1325), - [anon_sym_def] = ACTIONS(1319), - [anon_sym_export_DASHenv] = ACTIONS(1319), - [anon_sym_extern] = ACTIONS(1319), - [anon_sym_module] = ACTIONS(1319), - [anon_sym_use] = ACTIONS(1319), - [anon_sym_LPAREN] = ACTIONS(1328), - [anon_sym_DOLLAR] = ACTIONS(1331), - [anon_sym_error] = ACTIONS(1319), - [anon_sym_DASH2] = ACTIONS(1334), - [anon_sym_break] = ACTIONS(1319), - [anon_sym_continue] = ACTIONS(1319), - [anon_sym_for] = ACTIONS(1319), - [anon_sym_in2] = ACTIONS(1319), - [anon_sym_loop] = ACTIONS(1319), - [anon_sym_make] = ACTIONS(1319), - [anon_sym_while] = ACTIONS(1319), - [anon_sym_do] = ACTIONS(1319), - [anon_sym_if] = ACTIONS(1319), - [anon_sym_else] = ACTIONS(1319), - [anon_sym_match] = ACTIONS(1319), - [anon_sym_RBRACE] = ACTIONS(1337), - [anon_sym_try] = ACTIONS(1319), - [anon_sym_catch] = ACTIONS(1319), - [anon_sym_return] = ACTIONS(1319), - [anon_sym_source] = ACTIONS(1319), - [anon_sym_source_DASHenv] = ACTIONS(1319), - [anon_sym_register] = ACTIONS(1319), - [anon_sym_hide] = ACTIONS(1319), - [anon_sym_hide_DASHenv] = ACTIONS(1319), - [anon_sym_overlay] = ACTIONS(1319), - [anon_sym_as] = ACTIONS(1319), - [anon_sym_PLUS2] = ACTIONS(1334), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1339), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1342), - [aux_sym__val_number_decimal_token1] = ACTIONS(1345), - [aux_sym__val_number_decimal_token2] = ACTIONS(1348), - [aux_sym__val_number_decimal_token3] = ACTIONS(1351), - [aux_sym__val_number_decimal_token4] = ACTIONS(1354), - [aux_sym__val_number_token1] = ACTIONS(1357), - [aux_sym__val_number_token2] = ACTIONS(1357), - [aux_sym__val_number_token3] = ACTIONS(1357), - [aux_sym__val_number_token4] = ACTIONS(1360), - [aux_sym__val_number_token5] = ACTIONS(1360), - [aux_sym__val_number_token6] = ACTIONS(1360), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1366), - [sym__str_back_ticks] = ACTIONS(1366), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1369), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1372), + [aux_sym__match_pattern_record_repeat1] = STATE(201), + [anon_sym_export] = ACTIONS(1307), + [anon_sym_alias] = ACTIONS(1307), + [anon_sym_let] = ACTIONS(1307), + [anon_sym_let_DASHenv] = ACTIONS(1307), + [anon_sym_mut] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [aux_sym_cmd_identifier_token1] = ACTIONS(135), + [aux_sym_cmd_identifier_token2] = ACTIONS(137), + [aux_sym_cmd_identifier_token3] = ACTIONS(137), + [aux_sym_cmd_identifier_token4] = ACTIONS(137), + [aux_sym_cmd_identifier_token5] = ACTIONS(137), + [aux_sym_cmd_identifier_token6] = ACTIONS(137), + [aux_sym_cmd_identifier_token7] = ACTIONS(137), + [aux_sym_cmd_identifier_token8] = ACTIONS(135), + [aux_sym_cmd_identifier_token9] = ACTIONS(135), + [aux_sym_cmd_identifier_token10] = ACTIONS(137), + [aux_sym_cmd_identifier_token11] = ACTIONS(137), + [aux_sym_cmd_identifier_token12] = ACTIONS(135), + [aux_sym_cmd_identifier_token13] = ACTIONS(135), + [aux_sym_cmd_identifier_token14] = ACTIONS(135), + [aux_sym_cmd_identifier_token15] = ACTIONS(135), + [aux_sym_cmd_identifier_token16] = ACTIONS(137), + [aux_sym_cmd_identifier_token17] = ACTIONS(137), + [aux_sym_cmd_identifier_token18] = ACTIONS(137), + [aux_sym_cmd_identifier_token19] = ACTIONS(137), + [aux_sym_cmd_identifier_token20] = ACTIONS(137), + [aux_sym_cmd_identifier_token21] = ACTIONS(137), + [aux_sym_cmd_identifier_token22] = ACTIONS(137), + [aux_sym_cmd_identifier_token23] = ACTIONS(137), + [aux_sym_cmd_identifier_token24] = ACTIONS(137), + [aux_sym_cmd_identifier_token25] = ACTIONS(137), + [aux_sym_cmd_identifier_token26] = ACTIONS(137), + [aux_sym_cmd_identifier_token27] = ACTIONS(137), + [aux_sym_cmd_identifier_token28] = ACTIONS(137), + [aux_sym_cmd_identifier_token29] = ACTIONS(137), + [aux_sym_cmd_identifier_token30] = ACTIONS(137), + [aux_sym_cmd_identifier_token31] = ACTIONS(137), + [aux_sym_cmd_identifier_token32] = ACTIONS(137), + [aux_sym_cmd_identifier_token33] = ACTIONS(137), + [aux_sym_cmd_identifier_token34] = ACTIONS(135), + [aux_sym_cmd_identifier_token35] = ACTIONS(137), + [aux_sym_cmd_identifier_token36] = ACTIONS(137), + [aux_sym_cmd_identifier_token37] = ACTIONS(137), + [aux_sym_cmd_identifier_token38] = ACTIONS(135), + [aux_sym_cmd_identifier_token39] = ACTIONS(137), + [aux_sym_cmd_identifier_token40] = ACTIONS(137), + [anon_sym_def] = ACTIONS(1307), + [anon_sym_export_DASHenv] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym_module] = ACTIONS(1307), + [anon_sym_use] = ACTIONS(1307), + [anon_sym_LPAREN] = ACTIONS(1283), + [anon_sym_DOLLAR] = ACTIONS(1309), + [anon_sym_error] = ACTIONS(1307), + [anon_sym_DASH2] = ACTIONS(207), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_in2] = ACTIONS(1307), + [anon_sym_loop] = ACTIONS(1307), + [anon_sym_make] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_else] = ACTIONS(1307), + [anon_sym_match] = ACTIONS(1307), + [anon_sym_RBRACE] = ACTIONS(1319), + [anon_sym_try] = ACTIONS(1307), + [anon_sym_catch] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_source] = ACTIONS(1307), + [anon_sym_source_DASHenv] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_hide] = ACTIONS(1307), + [anon_sym_hide_DASHenv] = ACTIONS(1307), + [anon_sym_overlay] = ACTIONS(1307), + [anon_sym_as] = ACTIONS(1307), + [anon_sym_PLUS2] = ACTIONS(207), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1315), + [aux_sym__val_number_decimal_token1] = ACTIONS(1287), + [aux_sym__val_number_decimal_token2] = ACTIONS(1289), + [aux_sym__val_number_decimal_token3] = ACTIONS(1291), + [aux_sym__val_number_decimal_token4] = ACTIONS(1293), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, [199] = { - [sym_cmd_identifier] = STATE(6185), - [sym__match_pattern_record_variable] = STATE(686), - [sym_expr_parenthesized] = STATE(7375), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7007), + [sym__record_key] = STATE(7577), + [sym_comment] = STATE(199), + [aux_sym_shebang_repeat1] = STATE(601), + [aux_sym_record_body_repeat1] = STATE(207), + [anon_sym_export] = ACTIONS(285), + [anon_sym_alias] = ACTIONS(285), + [anon_sym_let] = ACTIONS(285), + [anon_sym_let_DASHenv] = ACTIONS(285), + [anon_sym_mut] = ACTIONS(285), + [anon_sym_const] = ACTIONS(285), + [aux_sym_cmd_identifier_token1] = ACTIONS(135), + [aux_sym_cmd_identifier_token2] = ACTIONS(137), + [aux_sym_cmd_identifier_token3] = ACTIONS(137), + [aux_sym_cmd_identifier_token4] = ACTIONS(137), + [aux_sym_cmd_identifier_token5] = ACTIONS(137), + [aux_sym_cmd_identifier_token6] = ACTIONS(137), + [aux_sym_cmd_identifier_token7] = ACTIONS(137), + [aux_sym_cmd_identifier_token8] = ACTIONS(135), + [aux_sym_cmd_identifier_token9] = ACTIONS(135), + [aux_sym_cmd_identifier_token10] = ACTIONS(137), + [aux_sym_cmd_identifier_token11] = ACTIONS(137), + [aux_sym_cmd_identifier_token12] = ACTIONS(135), + [aux_sym_cmd_identifier_token13] = ACTIONS(135), + [aux_sym_cmd_identifier_token14] = ACTIONS(135), + [aux_sym_cmd_identifier_token15] = ACTIONS(135), + [aux_sym_cmd_identifier_token16] = ACTIONS(137), + [aux_sym_cmd_identifier_token17] = ACTIONS(137), + [aux_sym_cmd_identifier_token18] = ACTIONS(137), + [aux_sym_cmd_identifier_token19] = ACTIONS(137), + [aux_sym_cmd_identifier_token20] = ACTIONS(137), + [aux_sym_cmd_identifier_token21] = ACTIONS(137), + [aux_sym_cmd_identifier_token22] = ACTIONS(137), + [aux_sym_cmd_identifier_token23] = ACTIONS(137), + [aux_sym_cmd_identifier_token24] = ACTIONS(137), + [aux_sym_cmd_identifier_token25] = ACTIONS(137), + [aux_sym_cmd_identifier_token26] = ACTIONS(137), + [aux_sym_cmd_identifier_token27] = ACTIONS(137), + [aux_sym_cmd_identifier_token28] = ACTIONS(137), + [aux_sym_cmd_identifier_token29] = ACTIONS(137), + [aux_sym_cmd_identifier_token30] = ACTIONS(137), + [aux_sym_cmd_identifier_token31] = ACTIONS(137), + [aux_sym_cmd_identifier_token32] = ACTIONS(137), + [aux_sym_cmd_identifier_token33] = ACTIONS(137), + [aux_sym_cmd_identifier_token34] = ACTIONS(135), + [aux_sym_cmd_identifier_token35] = ACTIONS(137), + [aux_sym_cmd_identifier_token36] = ACTIONS(137), + [aux_sym_cmd_identifier_token37] = ACTIONS(137), + [aux_sym_cmd_identifier_token38] = ACTIONS(135), + [aux_sym_cmd_identifier_token39] = ACTIONS(137), + [aux_sym_cmd_identifier_token40] = ACTIONS(137), + [sym__newline] = ACTIONS(1281), + [anon_sym_def] = ACTIONS(285), + [anon_sym_export_DASHenv] = ACTIONS(285), + [anon_sym_extern] = ACTIONS(285), + [anon_sym_module] = ACTIONS(285), + [anon_sym_use] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(1283), + [anon_sym_DOLLAR] = ACTIONS(1285), + [anon_sym_error] = ACTIONS(285), + [anon_sym_DASH2] = ACTIONS(207), + [anon_sym_break] = ACTIONS(285), + [anon_sym_continue] = ACTIONS(285), + [anon_sym_for] = ACTIONS(285), + [anon_sym_in2] = ACTIONS(285), + [anon_sym_loop] = ACTIONS(285), + [anon_sym_make] = ACTIONS(285), + [anon_sym_while] = ACTIONS(285), + [anon_sym_do] = ACTIONS(285), + [anon_sym_if] = ACTIONS(285), + [anon_sym_else] = ACTIONS(285), + [anon_sym_match] = ACTIONS(285), + [anon_sym_try] = ACTIONS(285), + [anon_sym_catch] = ACTIONS(285), + [anon_sym_return] = ACTIONS(285), + [anon_sym_source] = ACTIONS(285), + [anon_sym_source_DASHenv] = ACTIONS(285), + [anon_sym_register] = ACTIONS(285), + [anon_sym_hide] = ACTIONS(285), + [anon_sym_hide_DASHenv] = ACTIONS(285), + [anon_sym_overlay] = ACTIONS(285), + [anon_sym_as] = ACTIONS(285), + [anon_sym_PLUS2] = ACTIONS(207), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(1287), + [aux_sym__val_number_decimal_token2] = ACTIONS(1289), + [aux_sym__val_number_decimal_token3] = ACTIONS(1291), + [aux_sym__val_number_decimal_token4] = ACTIONS(1293), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(317), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [200] = { + [sym_cmd_identifier] = STATE(6447), + [sym__match_pattern_record_variable] = STATE(723), + [sym_expr_parenthesized] = STATE(7382), [sym__spread_parenthesized] = STATE(735), [sym__spread_variable] = STATE(736), - [sym_val_variable] = STATE(564), - [sym_val_number] = STATE(7375), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7375), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), + [sym_val_variable] = STATE(559), + [sym_val_number] = STATE(7382), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7382), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym__spread_record] = STATE(735), - [sym_record_entry] = STATE(686), - [sym__record_key] = STATE(7718), - [sym_comment] = STATE(199), - [aux_sym__match_pattern_record_repeat1] = STATE(198), + [sym_record_entry] = STATE(723), + [sym__record_key] = STATE(7658), + [sym_comment] = STATE(200), + [aux_sym__match_pattern_record_repeat1] = STATE(197), [anon_sym_export] = ACTIONS(1307), [anon_sym_alias] = ACTIONS(1307), [anon_sym_let] = ACTIONS(1307), @@ -102366,122 +102506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1307), [anon_sym_else] = ACTIONS(1307), [anon_sym_match] = ACTIONS(1307), - [anon_sym_RBRACE] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(1307), - [anon_sym_catch] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1307), - [anon_sym_source] = ACTIONS(1307), - [anon_sym_source_DASHenv] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_hide] = ACTIONS(1307), - [anon_sym_hide_DASHenv] = ACTIONS(1307), - [anon_sym_overlay] = ACTIONS(1307), - [anon_sym_as] = ACTIONS(1307), - [anon_sym_PLUS2] = ACTIONS(207), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1313), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1315), - [aux_sym__val_number_decimal_token1] = ACTIONS(1287), - [aux_sym__val_number_decimal_token2] = ACTIONS(1289), - [aux_sym__val_number_decimal_token3] = ACTIONS(1291), - [aux_sym__val_number_decimal_token4] = ACTIONS(1293), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1317), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), - }, - [200] = { - [sym_cmd_identifier] = STATE(6185), - [sym__match_pattern_record_variable] = STATE(686), - [sym_expr_parenthesized] = STATE(7375), - [sym__spread_parenthesized] = STATE(735), - [sym__spread_variable] = STATE(736), - [sym_val_variable] = STATE(564), - [sym_val_number] = STATE(7375), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7375), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(735), - [sym_record_entry] = STATE(686), - [sym__record_key] = STATE(7718), - [sym_comment] = STATE(200), - [aux_sym__match_pattern_record_repeat1] = STATE(201), - [anon_sym_export] = ACTIONS(1307), - [anon_sym_alias] = ACTIONS(1307), - [anon_sym_let] = ACTIONS(1307), - [anon_sym_let_DASHenv] = ACTIONS(1307), - [anon_sym_mut] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [aux_sym_cmd_identifier_token1] = ACTIONS(135), - [aux_sym_cmd_identifier_token2] = ACTIONS(137), - [aux_sym_cmd_identifier_token3] = ACTIONS(137), - [aux_sym_cmd_identifier_token4] = ACTIONS(137), - [aux_sym_cmd_identifier_token5] = ACTIONS(137), - [aux_sym_cmd_identifier_token6] = ACTIONS(137), - [aux_sym_cmd_identifier_token7] = ACTIONS(137), - [aux_sym_cmd_identifier_token8] = ACTIONS(135), - [aux_sym_cmd_identifier_token9] = ACTIONS(135), - [aux_sym_cmd_identifier_token10] = ACTIONS(137), - [aux_sym_cmd_identifier_token11] = ACTIONS(137), - [aux_sym_cmd_identifier_token12] = ACTIONS(135), - [aux_sym_cmd_identifier_token13] = ACTIONS(135), - [aux_sym_cmd_identifier_token14] = ACTIONS(135), - [aux_sym_cmd_identifier_token15] = ACTIONS(135), - [aux_sym_cmd_identifier_token16] = ACTIONS(137), - [aux_sym_cmd_identifier_token17] = ACTIONS(137), - [aux_sym_cmd_identifier_token18] = ACTIONS(137), - [aux_sym_cmd_identifier_token19] = ACTIONS(137), - [aux_sym_cmd_identifier_token20] = ACTIONS(137), - [aux_sym_cmd_identifier_token21] = ACTIONS(137), - [aux_sym_cmd_identifier_token22] = ACTIONS(137), - [aux_sym_cmd_identifier_token23] = ACTIONS(137), - [aux_sym_cmd_identifier_token24] = ACTIONS(137), - [aux_sym_cmd_identifier_token25] = ACTIONS(137), - [aux_sym_cmd_identifier_token26] = ACTIONS(137), - [aux_sym_cmd_identifier_token27] = ACTIONS(137), - [aux_sym_cmd_identifier_token28] = ACTIONS(137), - [aux_sym_cmd_identifier_token29] = ACTIONS(137), - [aux_sym_cmd_identifier_token30] = ACTIONS(137), - [aux_sym_cmd_identifier_token31] = ACTIONS(137), - [aux_sym_cmd_identifier_token32] = ACTIONS(137), - [aux_sym_cmd_identifier_token33] = ACTIONS(137), - [aux_sym_cmd_identifier_token34] = ACTIONS(135), - [aux_sym_cmd_identifier_token35] = ACTIONS(137), - [aux_sym_cmd_identifier_token36] = ACTIONS(137), - [aux_sym_cmd_identifier_token37] = ACTIONS(137), - [aux_sym_cmd_identifier_token38] = ACTIONS(135), - [aux_sym_cmd_identifier_token39] = ACTIONS(137), - [aux_sym_cmd_identifier_token40] = ACTIONS(137), - [anon_sym_def] = ACTIONS(1307), - [anon_sym_export_DASHenv] = ACTIONS(1307), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_module] = ACTIONS(1307), - [anon_sym_use] = ACTIONS(1307), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_DOLLAR] = ACTIONS(1309), - [anon_sym_error] = ACTIONS(1307), - [anon_sym_DASH2] = ACTIONS(207), - [anon_sym_break] = ACTIONS(1307), - [anon_sym_continue] = ACTIONS(1307), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_in2] = ACTIONS(1307), - [anon_sym_loop] = ACTIONS(1307), - [anon_sym_make] = ACTIONS(1307), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1307), - [anon_sym_if] = ACTIONS(1307), - [anon_sym_else] = ACTIONS(1307), - [anon_sym_match] = ACTIONS(1307), - [anon_sym_RBRACE] = ACTIONS(1377), + [anon_sym_RBRACE] = ACTIONS(1321), [anon_sym_try] = ACTIONS(1307), [anon_sym_catch] = ACTIONS(1307), [anon_sym_return] = ACTIONS(1307), @@ -102513,23 +102538,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [201] = { - [sym_cmd_identifier] = STATE(6185), - [sym__match_pattern_record_variable] = STATE(686), - [sym_expr_parenthesized] = STATE(7375), + [sym_cmd_identifier] = STATE(6447), + [sym__match_pattern_record_variable] = STATE(723), + [sym_expr_parenthesized] = STATE(7382), [sym__spread_parenthesized] = STATE(735), [sym__spread_variable] = STATE(736), - [sym_val_variable] = STATE(564), - [sym_val_number] = STATE(7375), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7375), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), + [sym_val_variable] = STATE(559), + [sym_val_number] = STATE(7382), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7382), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym__spread_record] = STATE(735), - [sym_record_entry] = STATE(686), - [sym__record_key] = STATE(7718), + [sym_record_entry] = STATE(723), + [sym__record_key] = STATE(7658), [sym_comment] = STATE(201), - [aux_sym__match_pattern_record_repeat1] = STATE(198), + [aux_sym__match_pattern_record_repeat1] = STATE(202), [anon_sym_export] = ACTIONS(1307), [anon_sym_alias] = ACTIONS(1307), [anon_sym_let] = ACTIONS(1307), @@ -102596,7 +102621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1307), [anon_sym_else] = ACTIONS(1307), [anon_sym_match] = ACTIONS(1307), - [anon_sym_RBRACE] = ACTIONS(1379), + [anon_sym_RBRACE] = ACTIONS(1323), [anon_sym_try] = ACTIONS(1307), [anon_sym_catch] = ACTIONS(1307), [anon_sym_return] = ACTIONS(1307), @@ -102628,23 +102653,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1299), }, [202] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6628), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6447), + [sym__match_pattern_record_variable] = STATE(723), + [sym_expr_parenthesized] = STATE(7382), + [sym__spread_parenthesized] = STATE(735), + [sym__spread_variable] = STATE(736), + [sym_val_variable] = STATE(559), + [sym_val_number] = STATE(7382), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7382), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(735), + [sym_record_entry] = STATE(723), + [sym__record_key] = STATE(7658), [sym_comment] = STATE(202), - [aux_sym_shebang_repeat1] = STATE(630), - [aux_sym_record_body_repeat1] = STATE(204), + [aux_sym__match_pattern_record_repeat1] = STATE(202), + [anon_sym_export] = ACTIONS(1325), + [anon_sym_alias] = ACTIONS(1325), + [anon_sym_let] = ACTIONS(1325), + [anon_sym_let_DASHenv] = ACTIONS(1325), + [anon_sym_mut] = ACTIONS(1325), + [anon_sym_const] = ACTIONS(1325), + [aux_sym_cmd_identifier_token1] = ACTIONS(1328), + [aux_sym_cmd_identifier_token2] = ACTIONS(1331), + [aux_sym_cmd_identifier_token3] = ACTIONS(1331), + [aux_sym_cmd_identifier_token4] = ACTIONS(1331), + [aux_sym_cmd_identifier_token5] = ACTIONS(1331), + [aux_sym_cmd_identifier_token6] = ACTIONS(1331), + [aux_sym_cmd_identifier_token7] = ACTIONS(1331), + [aux_sym_cmd_identifier_token8] = ACTIONS(1328), + [aux_sym_cmd_identifier_token9] = ACTIONS(1328), + [aux_sym_cmd_identifier_token10] = ACTIONS(1331), + [aux_sym_cmd_identifier_token11] = ACTIONS(1331), + [aux_sym_cmd_identifier_token12] = ACTIONS(1328), + [aux_sym_cmd_identifier_token13] = ACTIONS(1328), + [aux_sym_cmd_identifier_token14] = ACTIONS(1328), + [aux_sym_cmd_identifier_token15] = ACTIONS(1328), + [aux_sym_cmd_identifier_token16] = ACTIONS(1331), + [aux_sym_cmd_identifier_token17] = ACTIONS(1331), + [aux_sym_cmd_identifier_token18] = ACTIONS(1331), + [aux_sym_cmd_identifier_token19] = ACTIONS(1331), + [aux_sym_cmd_identifier_token20] = ACTIONS(1331), + [aux_sym_cmd_identifier_token21] = ACTIONS(1331), + [aux_sym_cmd_identifier_token22] = ACTIONS(1331), + [aux_sym_cmd_identifier_token23] = ACTIONS(1331), + [aux_sym_cmd_identifier_token24] = ACTIONS(1331), + [aux_sym_cmd_identifier_token25] = ACTIONS(1331), + [aux_sym_cmd_identifier_token26] = ACTIONS(1331), + [aux_sym_cmd_identifier_token27] = ACTIONS(1331), + [aux_sym_cmd_identifier_token28] = ACTIONS(1331), + [aux_sym_cmd_identifier_token29] = ACTIONS(1331), + [aux_sym_cmd_identifier_token30] = ACTIONS(1331), + [aux_sym_cmd_identifier_token31] = ACTIONS(1331), + [aux_sym_cmd_identifier_token32] = ACTIONS(1331), + [aux_sym_cmd_identifier_token33] = ACTIONS(1331), + [aux_sym_cmd_identifier_token34] = ACTIONS(1328), + [aux_sym_cmd_identifier_token35] = ACTIONS(1331), + [aux_sym_cmd_identifier_token36] = ACTIONS(1331), + [aux_sym_cmd_identifier_token37] = ACTIONS(1331), + [aux_sym_cmd_identifier_token38] = ACTIONS(1328), + [aux_sym_cmd_identifier_token39] = ACTIONS(1331), + [aux_sym_cmd_identifier_token40] = ACTIONS(1331), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_export_DASHenv] = ACTIONS(1325), + [anon_sym_extern] = ACTIONS(1325), + [anon_sym_module] = ACTIONS(1325), + [anon_sym_use] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1334), + [anon_sym_DOLLAR] = ACTIONS(1337), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH2] = ACTIONS(1340), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_in2] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_make] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_else] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1343), + [anon_sym_try] = ACTIONS(1325), + [anon_sym_catch] = ACTIONS(1325), + [anon_sym_return] = ACTIONS(1325), + [anon_sym_source] = ACTIONS(1325), + [anon_sym_source_DASHenv] = ACTIONS(1325), + [anon_sym_register] = ACTIONS(1325), + [anon_sym_hide] = ACTIONS(1325), + [anon_sym_hide_DASHenv] = ACTIONS(1325), + [anon_sym_overlay] = ACTIONS(1325), + [anon_sym_as] = ACTIONS(1325), + [anon_sym_PLUS2] = ACTIONS(1340), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1345), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1348), + [aux_sym__val_number_decimal_token1] = ACTIONS(1351), + [aux_sym__val_number_decimal_token2] = ACTIONS(1354), + [aux_sym__val_number_decimal_token3] = ACTIONS(1357), + [aux_sym__val_number_decimal_token4] = ACTIONS(1360), + [aux_sym__val_number_token1] = ACTIONS(1363), + [aux_sym__val_number_token2] = ACTIONS(1363), + [aux_sym__val_number_token3] = ACTIONS(1363), + [aux_sym__val_number_token4] = ACTIONS(1366), + [aux_sym__val_number_token5] = ACTIONS(1366), + [aux_sym__val_number_token6] = ACTIONS(1366), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym__str_single_quotes] = ACTIONS(1372), + [sym__str_back_ticks] = ACTIONS(1372), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1375), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1378), + }, + [203] = { + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7012), + [sym__record_key] = STATE(7577), + [sym_comment] = STATE(203), + [aux_sym_record_body_repeat1] = STATE(209), [anon_sym_export] = ACTIONS(285), [anon_sym_alias] = ACTIONS(285), [anon_sym_let] = ACTIONS(285), @@ -102691,7 +102830,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token38] = ACTIONS(135), [aux_sym_cmd_identifier_token39] = ACTIONS(137), [aux_sym_cmd_identifier_token40] = ACTIONS(137), - [sym__newline] = ACTIONS(1281), [anon_sym_def] = ACTIONS(285), [anon_sym_export_DASHenv] = ACTIONS(285), [anon_sym_extern] = ACTIONS(285), @@ -102742,9 +102880,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1299), }, - [203] = { - [sym_comment] = STATE(203), - [aux_sym__block_body_repeat1] = STATE(206), + [204] = { + [sym_comment] = STATE(204), + [aux_sym__block_body_repeat1] = STATE(205), [anon_sym_export] = ACTIONS(1381), [anon_sym_alias] = ACTIONS(1381), [anon_sym_let] = ACTIONS(1381), @@ -102855,122 +102993,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1383), }, - [204] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6854), - [sym__record_key] = STATE(7386), - [sym_comment] = STATE(204), - [aux_sym_record_body_repeat1] = STATE(209), - [anon_sym_export] = ACTIONS(285), - [anon_sym_alias] = ACTIONS(285), - [anon_sym_let] = ACTIONS(285), - [anon_sym_let_DASHenv] = ACTIONS(285), - [anon_sym_mut] = ACTIONS(285), - [anon_sym_const] = ACTIONS(285), - [aux_sym_cmd_identifier_token1] = ACTIONS(135), - [aux_sym_cmd_identifier_token2] = ACTIONS(137), - [aux_sym_cmd_identifier_token3] = ACTIONS(137), - [aux_sym_cmd_identifier_token4] = ACTIONS(137), - [aux_sym_cmd_identifier_token5] = ACTIONS(137), - [aux_sym_cmd_identifier_token6] = ACTIONS(137), - [aux_sym_cmd_identifier_token7] = ACTIONS(137), - [aux_sym_cmd_identifier_token8] = ACTIONS(135), - [aux_sym_cmd_identifier_token9] = ACTIONS(135), - [aux_sym_cmd_identifier_token10] = ACTIONS(137), - [aux_sym_cmd_identifier_token11] = ACTIONS(137), - [aux_sym_cmd_identifier_token12] = ACTIONS(135), - [aux_sym_cmd_identifier_token13] = ACTIONS(135), - [aux_sym_cmd_identifier_token14] = ACTIONS(135), - [aux_sym_cmd_identifier_token15] = ACTIONS(135), - [aux_sym_cmd_identifier_token16] = ACTIONS(137), - [aux_sym_cmd_identifier_token17] = ACTIONS(137), - [aux_sym_cmd_identifier_token18] = ACTIONS(137), - [aux_sym_cmd_identifier_token19] = ACTIONS(137), - [aux_sym_cmd_identifier_token20] = ACTIONS(137), - [aux_sym_cmd_identifier_token21] = ACTIONS(137), - [aux_sym_cmd_identifier_token22] = ACTIONS(137), - [aux_sym_cmd_identifier_token23] = ACTIONS(137), - [aux_sym_cmd_identifier_token24] = ACTIONS(137), - [aux_sym_cmd_identifier_token25] = ACTIONS(137), - [aux_sym_cmd_identifier_token26] = ACTIONS(137), - [aux_sym_cmd_identifier_token27] = ACTIONS(137), - [aux_sym_cmd_identifier_token28] = ACTIONS(137), - [aux_sym_cmd_identifier_token29] = ACTIONS(137), - [aux_sym_cmd_identifier_token30] = ACTIONS(137), - [aux_sym_cmd_identifier_token31] = ACTIONS(137), - [aux_sym_cmd_identifier_token32] = ACTIONS(137), - [aux_sym_cmd_identifier_token33] = ACTIONS(137), - [aux_sym_cmd_identifier_token34] = ACTIONS(135), - [aux_sym_cmd_identifier_token35] = ACTIONS(137), - [aux_sym_cmd_identifier_token36] = ACTIONS(137), - [aux_sym_cmd_identifier_token37] = ACTIONS(137), - [aux_sym_cmd_identifier_token38] = ACTIONS(135), - [aux_sym_cmd_identifier_token39] = ACTIONS(137), - [aux_sym_cmd_identifier_token40] = ACTIONS(137), - [anon_sym_def] = ACTIONS(285), - [anon_sym_export_DASHenv] = ACTIONS(285), - [anon_sym_extern] = ACTIONS(285), - [anon_sym_module] = ACTIONS(285), - [anon_sym_use] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_DOLLAR] = ACTIONS(1285), - [anon_sym_error] = ACTIONS(285), - [anon_sym_DASH2] = ACTIONS(207), - [anon_sym_break] = ACTIONS(285), - [anon_sym_continue] = ACTIONS(285), - [anon_sym_for] = ACTIONS(285), - [anon_sym_in2] = ACTIONS(285), - [anon_sym_loop] = ACTIONS(285), - [anon_sym_make] = ACTIONS(285), - [anon_sym_while] = ACTIONS(285), - [anon_sym_do] = ACTIONS(285), - [anon_sym_if] = ACTIONS(285), - [anon_sym_else] = ACTIONS(285), - [anon_sym_match] = ACTIONS(285), - [anon_sym_try] = ACTIONS(285), - [anon_sym_catch] = ACTIONS(285), - [anon_sym_return] = ACTIONS(285), - [anon_sym_source] = ACTIONS(285), - [anon_sym_source_DASHenv] = ACTIONS(285), - [anon_sym_register] = ACTIONS(285), - [anon_sym_hide] = ACTIONS(285), - [anon_sym_hide_DASHenv] = ACTIONS(285), - [anon_sym_overlay] = ACTIONS(285), - [anon_sym_as] = ACTIONS(285), - [anon_sym_PLUS2] = ACTIONS(207), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(1287), - [aux_sym__val_number_decimal_token2] = ACTIONS(1289), - [aux_sym__val_number_decimal_token3] = ACTIONS(1291), - [aux_sym__val_number_decimal_token4] = ACTIONS(1293), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(317), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), - }, [205] = { [sym_comment] = STATE(205), - [aux_sym__block_body_repeat1] = STATE(206), + [aux_sym__block_body_repeat1] = STATE(205), + [anon_sym_export] = ACTIONS(1387), + [anon_sym_alias] = ACTIONS(1387), + [anon_sym_let] = ACTIONS(1387), + [anon_sym_let_DASHenv] = ACTIONS(1387), + [anon_sym_mut] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [aux_sym_cmd_identifier_token1] = ACTIONS(1387), + [aux_sym_cmd_identifier_token2] = ACTIONS(1389), + [aux_sym_cmd_identifier_token3] = ACTIONS(1389), + [aux_sym_cmd_identifier_token4] = ACTIONS(1389), + [aux_sym_cmd_identifier_token5] = ACTIONS(1389), + [aux_sym_cmd_identifier_token6] = ACTIONS(1389), + [aux_sym_cmd_identifier_token7] = ACTIONS(1389), + [aux_sym_cmd_identifier_token8] = ACTIONS(1387), + [aux_sym_cmd_identifier_token9] = ACTIONS(1387), + [aux_sym_cmd_identifier_token10] = ACTIONS(1389), + [aux_sym_cmd_identifier_token11] = ACTIONS(1389), + [aux_sym_cmd_identifier_token12] = ACTIONS(1387), + [aux_sym_cmd_identifier_token13] = ACTIONS(1387), + [aux_sym_cmd_identifier_token14] = ACTIONS(1387), + [aux_sym_cmd_identifier_token15] = ACTIONS(1387), + [aux_sym_cmd_identifier_token16] = ACTIONS(1389), + [aux_sym_cmd_identifier_token17] = ACTIONS(1389), + [aux_sym_cmd_identifier_token18] = ACTIONS(1387), + [aux_sym_cmd_identifier_token19] = ACTIONS(1389), + [aux_sym_cmd_identifier_token20] = ACTIONS(1389), + [aux_sym_cmd_identifier_token21] = ACTIONS(1389), + [aux_sym_cmd_identifier_token22] = ACTIONS(1389), + [aux_sym_cmd_identifier_token23] = ACTIONS(1389), + [aux_sym_cmd_identifier_token24] = ACTIONS(1389), + [aux_sym_cmd_identifier_token25] = ACTIONS(1389), + [aux_sym_cmd_identifier_token26] = ACTIONS(1389), + [aux_sym_cmd_identifier_token27] = ACTIONS(1389), + [aux_sym_cmd_identifier_token28] = ACTIONS(1389), + [aux_sym_cmd_identifier_token29] = ACTIONS(1389), + [aux_sym_cmd_identifier_token30] = ACTIONS(1389), + [aux_sym_cmd_identifier_token31] = ACTIONS(1389), + [aux_sym_cmd_identifier_token32] = ACTIONS(1387), + [aux_sym_cmd_identifier_token33] = ACTIONS(1389), + [aux_sym_cmd_identifier_token34] = ACTIONS(1387), + [aux_sym_cmd_identifier_token35] = ACTIONS(1389), + [aux_sym_cmd_identifier_token36] = ACTIONS(1389), + [aux_sym_cmd_identifier_token37] = ACTIONS(1389), + [aux_sym_cmd_identifier_token38] = ACTIONS(1387), + [aux_sym_cmd_identifier_token39] = ACTIONS(1389), + [aux_sym_cmd_identifier_token40] = ACTIONS(1389), + [sym__newline] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_def] = ACTIONS(1387), + [anon_sym_export_DASHenv] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_module] = ACTIONS(1387), + [anon_sym_use] = ACTIONS(1387), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_RPAREN] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1387), + [anon_sym_error] = ACTIONS(1387), + [anon_sym_DASH2] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_loop] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_match] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_DOT_DOT] = ACTIONS(1387), + [anon_sym_try] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_source] = ACTIONS(1387), + [anon_sym_source_DASHenv] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_hide] = ACTIONS(1387), + [anon_sym_hide_DASHenv] = ACTIONS(1387), + [anon_sym_overlay] = ACTIONS(1387), + [anon_sym_where] = ACTIONS(1389), + [aux_sym_expr_unary_token1] = ACTIONS(1389), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1389), + [anon_sym_DOT_DOT_LT] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(1387), + [anon_sym_false] = ACTIONS(1387), + [aux_sym__val_number_decimal_token1] = ACTIONS(1387), + [aux_sym__val_number_decimal_token2] = ACTIONS(1389), + [aux_sym__val_number_decimal_token3] = ACTIONS(1389), + [aux_sym__val_number_decimal_token4] = ACTIONS(1389), + [aux_sym__val_number_token1] = ACTIONS(1389), + [aux_sym__val_number_token2] = ACTIONS(1389), + [aux_sym__val_number_token3] = ACTIONS(1389), + [aux_sym__val_number_token4] = ACTIONS(1387), + [aux_sym__val_number_token5] = ACTIONS(1387), + [aux_sym__val_number_token6] = ACTIONS(1387), + [anon_sym_0b] = ACTIONS(1387), + [anon_sym_0o] = ACTIONS(1387), + [anon_sym_0x] = ACTIONS(1387), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [aux_sym_env_var_token1] = ACTIONS(1387), + [anon_sym_CARET] = ACTIONS(1389), + [aux_sym_command_token1] = ACTIONS(1389), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1389), + }, + [206] = { + [sym_comment] = STATE(206), + [aux_sym__block_body_repeat1] = STATE(205), [anon_sym_export] = ACTIONS(1381), [anon_sym_alias] = ACTIONS(1381), [anon_sym_let] = ACTIONS(1381), @@ -103026,7 +103164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1381), [anon_sym_LBRACK] = ACTIONS(1383), [anon_sym_LPAREN] = ACTIONS(1383), - [anon_sym_RPAREN] = ACTIONS(1387), + [anon_sym_RPAREN] = ACTIONS(1394), [anon_sym_DOLLAR] = ACTIONS(1381), [anon_sym_error] = ACTIONS(1381), [anon_sym_DASH2] = ACTIONS(1381), @@ -103039,7 +103177,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1381), [anon_sym_match] = ACTIONS(1381), [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_RBRACE] = ACTIONS(1387), + [anon_sym_RBRACE] = ACTIONS(1394), [anon_sym_DOT_DOT] = ACTIONS(1381), [anon_sym_try] = ACTIONS(1381), [anon_sym_return] = ACTIONS(1381), @@ -103081,134 +103219,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1383), }, - [206] = { - [sym_comment] = STATE(206), - [aux_sym__block_body_repeat1] = STATE(206), - [anon_sym_export] = ACTIONS(1389), - [anon_sym_alias] = ACTIONS(1389), - [anon_sym_let] = ACTIONS(1389), - [anon_sym_let_DASHenv] = ACTIONS(1389), - [anon_sym_mut] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [aux_sym_cmd_identifier_token1] = ACTIONS(1389), - [aux_sym_cmd_identifier_token2] = ACTIONS(1391), - [aux_sym_cmd_identifier_token3] = ACTIONS(1391), - [aux_sym_cmd_identifier_token4] = ACTIONS(1391), - [aux_sym_cmd_identifier_token5] = ACTIONS(1391), - [aux_sym_cmd_identifier_token6] = ACTIONS(1391), - [aux_sym_cmd_identifier_token7] = ACTIONS(1391), - [aux_sym_cmd_identifier_token8] = ACTIONS(1389), - [aux_sym_cmd_identifier_token9] = ACTIONS(1389), - [aux_sym_cmd_identifier_token10] = ACTIONS(1391), - [aux_sym_cmd_identifier_token11] = ACTIONS(1391), - [aux_sym_cmd_identifier_token12] = ACTIONS(1389), - [aux_sym_cmd_identifier_token13] = ACTIONS(1389), - [aux_sym_cmd_identifier_token14] = ACTIONS(1389), - [aux_sym_cmd_identifier_token15] = ACTIONS(1389), - [aux_sym_cmd_identifier_token16] = ACTIONS(1391), - [aux_sym_cmd_identifier_token17] = ACTIONS(1391), - [aux_sym_cmd_identifier_token18] = ACTIONS(1389), - [aux_sym_cmd_identifier_token19] = ACTIONS(1391), - [aux_sym_cmd_identifier_token20] = ACTIONS(1391), - [aux_sym_cmd_identifier_token21] = ACTIONS(1391), - [aux_sym_cmd_identifier_token22] = ACTIONS(1391), - [aux_sym_cmd_identifier_token23] = ACTIONS(1391), - [aux_sym_cmd_identifier_token24] = ACTIONS(1391), - [aux_sym_cmd_identifier_token25] = ACTIONS(1391), - [aux_sym_cmd_identifier_token26] = ACTIONS(1391), - [aux_sym_cmd_identifier_token27] = ACTIONS(1391), - [aux_sym_cmd_identifier_token28] = ACTIONS(1391), - [aux_sym_cmd_identifier_token29] = ACTIONS(1391), - [aux_sym_cmd_identifier_token30] = ACTIONS(1391), - [aux_sym_cmd_identifier_token31] = ACTIONS(1391), - [aux_sym_cmd_identifier_token32] = ACTIONS(1389), - [aux_sym_cmd_identifier_token33] = ACTIONS(1391), - [aux_sym_cmd_identifier_token34] = ACTIONS(1389), - [aux_sym_cmd_identifier_token35] = ACTIONS(1391), - [aux_sym_cmd_identifier_token36] = ACTIONS(1391), - [aux_sym_cmd_identifier_token37] = ACTIONS(1391), - [aux_sym_cmd_identifier_token38] = ACTIONS(1389), - [aux_sym_cmd_identifier_token39] = ACTIONS(1391), - [aux_sym_cmd_identifier_token40] = ACTIONS(1391), - [sym__newline] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_def] = ACTIONS(1389), - [anon_sym_export_DASHenv] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym_module] = ACTIONS(1389), - [anon_sym_use] = ACTIONS(1389), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_RPAREN] = ACTIONS(1391), - [anon_sym_DOLLAR] = ACTIONS(1389), - [anon_sym_error] = ACTIONS(1389), - [anon_sym_DASH2] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_loop] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_match] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_DOT_DOT] = ACTIONS(1389), - [anon_sym_try] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_source] = ACTIONS(1389), - [anon_sym_source_DASHenv] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_hide] = ACTIONS(1389), - [anon_sym_hide_DASHenv] = ACTIONS(1389), - [anon_sym_overlay] = ACTIONS(1389), - [anon_sym_where] = ACTIONS(1391), - [aux_sym_expr_unary_token1] = ACTIONS(1391), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1391), - [anon_sym_DOT_DOT_LT] = ACTIONS(1391), - [anon_sym_null] = ACTIONS(1389), - [anon_sym_true] = ACTIONS(1389), - [anon_sym_false] = ACTIONS(1389), - [aux_sym__val_number_decimal_token1] = ACTIONS(1389), - [aux_sym__val_number_decimal_token2] = ACTIONS(1391), - [aux_sym__val_number_decimal_token3] = ACTIONS(1391), - [aux_sym__val_number_decimal_token4] = ACTIONS(1391), - [aux_sym__val_number_token1] = ACTIONS(1391), - [aux_sym__val_number_token2] = ACTIONS(1391), - [aux_sym__val_number_token3] = ACTIONS(1391), - [aux_sym__val_number_token4] = ACTIONS(1389), - [aux_sym__val_number_token5] = ACTIONS(1389), - [aux_sym__val_number_token6] = ACTIONS(1389), - [anon_sym_0b] = ACTIONS(1389), - [anon_sym_0o] = ACTIONS(1389), - [anon_sym_0x] = ACTIONS(1389), - [sym_val_date] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym__str_single_quotes] = ACTIONS(1391), - [sym__str_back_ticks] = ACTIONS(1391), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1391), - [aux_sym_env_var_token1] = ACTIONS(1389), - [anon_sym_CARET] = ACTIONS(1391), - [aux_sym_command_token1] = ACTIONS(1391), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1391), - }, [207] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(6636), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(6940), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(207), [aux_sym_record_body_repeat1] = STATE(209), [anon_sym_export] = ACTIONS(285), @@ -103309,7 +103334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [208] = { [sym_comment] = STATE(208), - [aux_sym__block_body_repeat1] = STATE(206), + [aux_sym__block_body_repeat1] = STATE(205), [anon_sym_export] = ACTIONS(1381), [anon_sym_alias] = ACTIONS(1381), [anon_sym_let] = ACTIONS(1381), @@ -103421,20 +103446,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1383), }, [209] = { - [sym_cmd_identifier] = STATE(6074), - [sym_expr_parenthesized] = STATE(7737), - [sym__spread_parenthesized] = STATE(7262), - [sym__spread_variable] = STATE(7276), - [sym_val_variable] = STATE(7737), - [sym_val_number] = STATE(7737), - [sym__val_number_decimal] = STATE(3527), - [sym__val_number] = STATE(1660), - [sym_val_string] = STATE(7737), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym__spread_record] = STATE(7262), - [sym_record_entry] = STATE(7293), - [sym__record_key] = STATE(7386), + [sym_cmd_identifier] = STATE(6311), + [sym_expr_parenthesized] = STATE(7606), + [sym__spread_parenthesized] = STATE(7373), + [sym__spread_variable] = STATE(7228), + [sym_val_variable] = STATE(7606), + [sym_val_number] = STATE(7606), + [sym__val_number_decimal] = STATE(3526), + [sym__val_number] = STATE(1638), + [sym_val_string] = STATE(7606), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym__spread_record] = STATE(7373), + [sym_record_entry] = STATE(7225), + [sym__record_key] = STATE(7577), [sym_comment] = STATE(209), [aux_sym_record_body_repeat1] = STATE(209), [anon_sym_export] = ACTIONS(1398), @@ -103534,151 +103559,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1449), }, [210] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), [sym_comment] = STATE(210), - [aux_sym__block_body_repeat1] = STATE(238), - [ts_builtin_sym_end] = ACTIONS(1396), - [anon_sym_export] = ACTIONS(1381), - [anon_sym_alias] = ACTIONS(1381), - [anon_sym_let] = ACTIONS(1381), - [anon_sym_let_DASHenv] = ACTIONS(1381), - [anon_sym_mut] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [aux_sym_cmd_identifier_token1] = ACTIONS(1381), - [aux_sym_cmd_identifier_token2] = ACTIONS(1383), - [aux_sym_cmd_identifier_token3] = ACTIONS(1383), - [aux_sym_cmd_identifier_token4] = ACTIONS(1383), - [aux_sym_cmd_identifier_token5] = ACTIONS(1383), - [aux_sym_cmd_identifier_token6] = ACTIONS(1383), - [aux_sym_cmd_identifier_token7] = ACTIONS(1383), - [aux_sym_cmd_identifier_token8] = ACTIONS(1381), - [aux_sym_cmd_identifier_token9] = ACTIONS(1381), - [aux_sym_cmd_identifier_token10] = ACTIONS(1383), - [aux_sym_cmd_identifier_token11] = ACTIONS(1383), - [aux_sym_cmd_identifier_token12] = ACTIONS(1381), - [aux_sym_cmd_identifier_token13] = ACTIONS(1381), - [aux_sym_cmd_identifier_token14] = ACTIONS(1381), - [aux_sym_cmd_identifier_token15] = ACTIONS(1381), - [aux_sym_cmd_identifier_token16] = ACTIONS(1383), - [aux_sym_cmd_identifier_token17] = ACTIONS(1383), - [aux_sym_cmd_identifier_token18] = ACTIONS(1381), - [aux_sym_cmd_identifier_token19] = ACTIONS(1383), - [aux_sym_cmd_identifier_token20] = ACTIONS(1383), - [aux_sym_cmd_identifier_token21] = ACTIONS(1383), - [aux_sym_cmd_identifier_token22] = ACTIONS(1383), - [aux_sym_cmd_identifier_token23] = ACTIONS(1383), - [aux_sym_cmd_identifier_token24] = ACTIONS(1383), - [aux_sym_cmd_identifier_token25] = ACTIONS(1383), - [aux_sym_cmd_identifier_token26] = ACTIONS(1383), - [aux_sym_cmd_identifier_token27] = ACTIONS(1383), - [aux_sym_cmd_identifier_token28] = ACTIONS(1383), - [aux_sym_cmd_identifier_token29] = ACTIONS(1383), - [aux_sym_cmd_identifier_token30] = ACTIONS(1383), - [aux_sym_cmd_identifier_token31] = ACTIONS(1383), - [aux_sym_cmd_identifier_token32] = ACTIONS(1381), - [aux_sym_cmd_identifier_token33] = ACTIONS(1383), - [aux_sym_cmd_identifier_token34] = ACTIONS(1381), - [aux_sym_cmd_identifier_token35] = ACTIONS(1383), - [aux_sym_cmd_identifier_token36] = ACTIONS(1383), - [aux_sym_cmd_identifier_token37] = ACTIONS(1383), - [aux_sym_cmd_identifier_token38] = ACTIONS(1381), - [aux_sym_cmd_identifier_token39] = ACTIONS(1383), - [aux_sym_cmd_identifier_token40] = ACTIONS(1383), - [sym__newline] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(25), - [anon_sym_def] = ACTIONS(1381), - [anon_sym_export_DASHenv] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym_module] = ACTIONS(1381), - [anon_sym_use] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1383), - [anon_sym_DOLLAR] = ACTIONS(1381), - [anon_sym_error] = ACTIONS(1381), - [anon_sym_DASH2] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_loop] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_match] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_try] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_source] = ACTIONS(1381), - [anon_sym_source_DASHenv] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_hide] = ACTIONS(1381), - [anon_sym_hide_DASHenv] = ACTIONS(1381), - [anon_sym_overlay] = ACTIONS(1381), - [anon_sym_where] = ACTIONS(1383), - [aux_sym_expr_unary_token1] = ACTIONS(1383), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), - [anon_sym_DOT_DOT_LT] = ACTIONS(1383), - [anon_sym_null] = ACTIONS(1381), - [anon_sym_true] = ACTIONS(1381), - [anon_sym_false] = ACTIONS(1381), - [aux_sym__val_number_decimal_token1] = ACTIONS(1381), - [aux_sym__val_number_decimal_token2] = ACTIONS(1383), - [aux_sym__val_number_decimal_token3] = ACTIONS(1383), - [aux_sym__val_number_decimal_token4] = ACTIONS(1383), - [aux_sym__val_number_token1] = ACTIONS(1383), - [aux_sym__val_number_token2] = ACTIONS(1383), - [aux_sym__val_number_token3] = ACTIONS(1383), - [aux_sym__val_number_token4] = ACTIONS(1381), - [aux_sym__val_number_token5] = ACTIONS(1381), - [aux_sym__val_number_token6] = ACTIONS(1381), - [anon_sym_0b] = ACTIONS(1381), - [anon_sym_0o] = ACTIONS(1381), - [anon_sym_0x] = ACTIONS(1381), - [sym_val_date] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym__str_single_quotes] = ACTIONS(1383), - [sym__str_back_ticks] = ACTIONS(1383), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), - [aux_sym_env_var_token1] = ACTIONS(1381), - [anon_sym_CARET] = ACTIONS(1383), - [aux_sym_command_token1] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1383), - }, - [211] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4808), - [sym_block] = STATE(4809), - [sym__expression_parenthesized] = STATE(4809), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4809), - [sym_comment] = STATE(211), - [aux_sym_shebang_repeat1] = STATE(213), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -103757,152 +103670,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [212] = { - [sym_comment] = STATE(212), - [aux_sym_shebang_repeat1] = STATE(292), - [aux_sym__parenthesized_body_repeat1] = STATE(263), - [anon_sym_export] = ACTIONS(1464), - [anon_sym_alias] = ACTIONS(1464), - [anon_sym_let] = ACTIONS(1464), - [anon_sym_let_DASHenv] = ACTIONS(1464), - [anon_sym_mut] = ACTIONS(1464), - [anon_sym_const] = ACTIONS(1464), - [aux_sym_cmd_identifier_token1] = ACTIONS(1464), - [aux_sym_cmd_identifier_token2] = ACTIONS(1466), - [aux_sym_cmd_identifier_token3] = ACTIONS(1466), - [aux_sym_cmd_identifier_token4] = ACTIONS(1466), - [aux_sym_cmd_identifier_token5] = ACTIONS(1466), - [aux_sym_cmd_identifier_token6] = ACTIONS(1466), - [aux_sym_cmd_identifier_token7] = ACTIONS(1466), - [aux_sym_cmd_identifier_token8] = ACTIONS(1464), - [aux_sym_cmd_identifier_token9] = ACTIONS(1464), - [aux_sym_cmd_identifier_token10] = ACTIONS(1466), - [aux_sym_cmd_identifier_token11] = ACTIONS(1466), - [aux_sym_cmd_identifier_token12] = ACTIONS(1464), - [aux_sym_cmd_identifier_token13] = ACTIONS(1464), - [aux_sym_cmd_identifier_token14] = ACTIONS(1464), - [aux_sym_cmd_identifier_token15] = ACTIONS(1464), - [aux_sym_cmd_identifier_token16] = ACTIONS(1466), - [aux_sym_cmd_identifier_token17] = ACTIONS(1466), - [aux_sym_cmd_identifier_token18] = ACTIONS(1464), - [aux_sym_cmd_identifier_token19] = ACTIONS(1466), - [aux_sym_cmd_identifier_token20] = ACTIONS(1466), - [aux_sym_cmd_identifier_token21] = ACTIONS(1466), - [aux_sym_cmd_identifier_token22] = ACTIONS(1466), - [aux_sym_cmd_identifier_token23] = ACTIONS(1466), - [aux_sym_cmd_identifier_token24] = ACTIONS(1466), - [aux_sym_cmd_identifier_token25] = ACTIONS(1466), - [aux_sym_cmd_identifier_token26] = ACTIONS(1466), - [aux_sym_cmd_identifier_token27] = ACTIONS(1466), - [aux_sym_cmd_identifier_token28] = ACTIONS(1466), - [aux_sym_cmd_identifier_token29] = ACTIONS(1466), - [aux_sym_cmd_identifier_token30] = ACTIONS(1466), - [aux_sym_cmd_identifier_token31] = ACTIONS(1466), - [aux_sym_cmd_identifier_token32] = ACTIONS(1464), - [aux_sym_cmd_identifier_token33] = ACTIONS(1466), - [aux_sym_cmd_identifier_token34] = ACTIONS(1464), - [aux_sym_cmd_identifier_token35] = ACTIONS(1466), - [aux_sym_cmd_identifier_token36] = ACTIONS(1466), - [aux_sym_cmd_identifier_token37] = ACTIONS(1466), - [aux_sym_cmd_identifier_token38] = ACTIONS(1464), - [aux_sym_cmd_identifier_token39] = ACTIONS(1466), - [aux_sym_cmd_identifier_token40] = ACTIONS(1466), - [sym__newline] = ACTIONS(1468), - [anon_sym_SEMI] = ACTIONS(1470), - [anon_sym_def] = ACTIONS(1464), - [anon_sym_export_DASHenv] = ACTIONS(1464), - [anon_sym_extern] = ACTIONS(1464), - [anon_sym_module] = ACTIONS(1464), - [anon_sym_use] = ACTIONS(1464), - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_LPAREN] = ACTIONS(1466), - [anon_sym_DOLLAR] = ACTIONS(1464), - [anon_sym_error] = ACTIONS(1464), - [anon_sym_DASH2] = ACTIONS(1464), - [anon_sym_break] = ACTIONS(1464), - [anon_sym_continue] = ACTIONS(1464), - [anon_sym_for] = ACTIONS(1464), - [anon_sym_loop] = ACTIONS(1464), - [anon_sym_while] = ACTIONS(1464), - [anon_sym_do] = ACTIONS(1464), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1464), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_DOT_DOT] = ACTIONS(1464), - [anon_sym_try] = ACTIONS(1464), - [anon_sym_return] = ACTIONS(1464), - [anon_sym_source] = ACTIONS(1464), - [anon_sym_source_DASHenv] = ACTIONS(1464), - [anon_sym_register] = ACTIONS(1464), - [anon_sym_hide] = ACTIONS(1464), - [anon_sym_hide_DASHenv] = ACTIONS(1464), - [anon_sym_overlay] = ACTIONS(1464), - [anon_sym_where] = ACTIONS(1466), - [aux_sym_expr_unary_token1] = ACTIONS(1466), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), - [anon_sym_DOT_DOT_LT] = ACTIONS(1466), - [anon_sym_null] = ACTIONS(1464), - [anon_sym_true] = ACTIONS(1464), - [anon_sym_false] = ACTIONS(1464), - [aux_sym__val_number_decimal_token1] = ACTIONS(1464), - [aux_sym__val_number_decimal_token2] = ACTIONS(1466), - [aux_sym__val_number_decimal_token3] = ACTIONS(1466), - [aux_sym__val_number_decimal_token4] = ACTIONS(1466), - [aux_sym__val_number_token1] = ACTIONS(1466), - [aux_sym__val_number_token2] = ACTIONS(1466), - [aux_sym__val_number_token3] = ACTIONS(1466), - [aux_sym__val_number_token4] = ACTIONS(1464), - [aux_sym__val_number_token5] = ACTIONS(1464), - [aux_sym__val_number_token6] = ACTIONS(1464), - [anon_sym_0b] = ACTIONS(1464), - [anon_sym_0o] = ACTIONS(1464), - [anon_sym_0x] = ACTIONS(1464), - [sym_val_date] = ACTIONS(1466), - [anon_sym_DQUOTE] = ACTIONS(1466), - [sym__str_single_quotes] = ACTIONS(1466), - [sym__str_back_ticks] = ACTIONS(1466), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1466), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1466), - [aux_sym_env_var_token1] = ACTIONS(1464), - [anon_sym_CARET] = ACTIONS(1466), - [aux_sym_command_token1] = ACTIONS(1466), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1466), - }, - [213] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(213), - [aux_sym_shebang_repeat1] = STATE(1147), + [211] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(211), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -103948,7 +103749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -103957,10 +103758,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -103981,40 +103782,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [214] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(214), - [aux_sym_shebang_repeat1] = STATE(217), + [212] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(212), + [aux_sym_shebang_repeat1] = STATE(215), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104060,7 +103861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104069,10 +103870,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104093,40 +103894,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [215] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4875), - [sym_block] = STATE(4876), - [sym__expression_parenthesized] = STATE(4876), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4876), - [sym_comment] = STATE(215), - [aux_sym_shebang_repeat1] = STATE(219), + [213] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4883), + [sym_block] = STATE(4884), + [sym__expression_parenthesized] = STATE(4884), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4884), + [sym_comment] = STATE(213), + [aux_sym_shebang_repeat1] = STATE(217), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104172,7 +103973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104181,10 +103982,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104205,40 +104006,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [216] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4877), - [sym_block] = STATE(4878), - [sym__expression_parenthesized] = STATE(4878), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4878), - [sym_comment] = STATE(216), - [aux_sym_shebang_repeat1] = STATE(221), + [214] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4885), + [sym_block] = STATE(4886), + [sym__expression_parenthesized] = STATE(4886), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4886), + [sym_comment] = STATE(214), + [aux_sym_shebang_repeat1] = STATE(219), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104284,7 +104085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104293,10 +104094,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104317,40 +104118,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [217] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(217), - [aux_sym_shebang_repeat1] = STATE(1147), + [215] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(215), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104396,7 +104197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104405,10 +104206,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104429,40 +104230,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [218] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(218), - [aux_sym_shebang_repeat1] = STATE(225), + [216] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(216), + [aux_sym_shebang_repeat1] = STATE(222), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104508,7 +104309,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104517,10 +104318,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104541,40 +104342,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [219] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(219), - [aux_sym_shebang_repeat1] = STATE(1147), + [217] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(217), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104620,7 +104421,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104629,10 +104430,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104653,40 +104454,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [220] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(220), - [aux_sym_shebang_repeat1] = STATE(226), + [218] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(218), + [aux_sym_shebang_repeat1] = STATE(223), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104732,7 +104533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104741,10 +104542,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104765,40 +104566,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [221] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(221), - [aux_sym_shebang_repeat1] = STATE(1147), + [219] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(219), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104844,7 +104645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104853,10 +104654,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104877,40 +104678,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [222] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(222), - [aux_sym_shebang_repeat1] = STATE(228), + [220] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(220), + [aux_sym_shebang_repeat1] = STATE(225), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -104956,7 +104757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -104965,10 +104766,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -104989,40 +104790,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [223] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4907), - [sym_block] = STATE(4908), - [sym__expression_parenthesized] = STATE(4908), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4908), - [sym_comment] = STATE(223), - [aux_sym_shebang_repeat1] = STATE(230), + [221] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4915), + [sym_block] = STATE(4916), + [sym__expression_parenthesized] = STATE(4916), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4916), + [sym_comment] = STATE(221), + [aux_sym_shebang_repeat1] = STATE(227), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105068,7 +104869,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105077,10 +104878,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105101,152 +104902,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [224] = { - [sym_comment] = STATE(224), - [aux_sym__block_body_repeat1] = STATE(238), - [ts_builtin_sym_end] = ACTIONS(1387), - [anon_sym_export] = ACTIONS(1381), - [anon_sym_alias] = ACTIONS(1381), - [anon_sym_let] = ACTIONS(1381), - [anon_sym_let_DASHenv] = ACTIONS(1381), - [anon_sym_mut] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [aux_sym_cmd_identifier_token1] = ACTIONS(1381), - [aux_sym_cmd_identifier_token2] = ACTIONS(1383), - [aux_sym_cmd_identifier_token3] = ACTIONS(1383), - [aux_sym_cmd_identifier_token4] = ACTIONS(1383), - [aux_sym_cmd_identifier_token5] = ACTIONS(1383), - [aux_sym_cmd_identifier_token6] = ACTIONS(1383), - [aux_sym_cmd_identifier_token7] = ACTIONS(1383), - [aux_sym_cmd_identifier_token8] = ACTIONS(1381), - [aux_sym_cmd_identifier_token9] = ACTIONS(1381), - [aux_sym_cmd_identifier_token10] = ACTIONS(1383), - [aux_sym_cmd_identifier_token11] = ACTIONS(1383), - [aux_sym_cmd_identifier_token12] = ACTIONS(1381), - [aux_sym_cmd_identifier_token13] = ACTIONS(1381), - [aux_sym_cmd_identifier_token14] = ACTIONS(1381), - [aux_sym_cmd_identifier_token15] = ACTIONS(1381), - [aux_sym_cmd_identifier_token16] = ACTIONS(1383), - [aux_sym_cmd_identifier_token17] = ACTIONS(1383), - [aux_sym_cmd_identifier_token18] = ACTIONS(1381), - [aux_sym_cmd_identifier_token19] = ACTIONS(1383), - [aux_sym_cmd_identifier_token20] = ACTIONS(1383), - [aux_sym_cmd_identifier_token21] = ACTIONS(1383), - [aux_sym_cmd_identifier_token22] = ACTIONS(1383), - [aux_sym_cmd_identifier_token23] = ACTIONS(1383), - [aux_sym_cmd_identifier_token24] = ACTIONS(1383), - [aux_sym_cmd_identifier_token25] = ACTIONS(1383), - [aux_sym_cmd_identifier_token26] = ACTIONS(1383), - [aux_sym_cmd_identifier_token27] = ACTIONS(1383), - [aux_sym_cmd_identifier_token28] = ACTIONS(1383), - [aux_sym_cmd_identifier_token29] = ACTIONS(1383), - [aux_sym_cmd_identifier_token30] = ACTIONS(1383), - [aux_sym_cmd_identifier_token31] = ACTIONS(1383), - [aux_sym_cmd_identifier_token32] = ACTIONS(1381), - [aux_sym_cmd_identifier_token33] = ACTIONS(1383), - [aux_sym_cmd_identifier_token34] = ACTIONS(1381), - [aux_sym_cmd_identifier_token35] = ACTIONS(1383), - [aux_sym_cmd_identifier_token36] = ACTIONS(1383), - [aux_sym_cmd_identifier_token37] = ACTIONS(1383), - [aux_sym_cmd_identifier_token38] = ACTIONS(1381), - [aux_sym_cmd_identifier_token39] = ACTIONS(1383), - [aux_sym_cmd_identifier_token40] = ACTIONS(1383), - [sym__newline] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(25), - [anon_sym_def] = ACTIONS(1381), - [anon_sym_export_DASHenv] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym_module] = ACTIONS(1381), - [anon_sym_use] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1383), - [anon_sym_DOLLAR] = ACTIONS(1381), - [anon_sym_error] = ACTIONS(1381), - [anon_sym_DASH2] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_loop] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_match] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_try] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_source] = ACTIONS(1381), - [anon_sym_source_DASHenv] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_hide] = ACTIONS(1381), - [anon_sym_hide_DASHenv] = ACTIONS(1381), - [anon_sym_overlay] = ACTIONS(1381), - [anon_sym_where] = ACTIONS(1383), - [aux_sym_expr_unary_token1] = ACTIONS(1383), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), - [anon_sym_DOT_DOT_LT] = ACTIONS(1383), - [anon_sym_null] = ACTIONS(1381), - [anon_sym_true] = ACTIONS(1381), - [anon_sym_false] = ACTIONS(1381), - [aux_sym__val_number_decimal_token1] = ACTIONS(1381), - [aux_sym__val_number_decimal_token2] = ACTIONS(1383), - [aux_sym__val_number_decimal_token3] = ACTIONS(1383), - [aux_sym__val_number_decimal_token4] = ACTIONS(1383), - [aux_sym__val_number_token1] = ACTIONS(1383), - [aux_sym__val_number_token2] = ACTIONS(1383), - [aux_sym__val_number_token3] = ACTIONS(1383), - [aux_sym__val_number_token4] = ACTIONS(1381), - [aux_sym__val_number_token5] = ACTIONS(1381), - [aux_sym__val_number_token6] = ACTIONS(1381), - [anon_sym_0b] = ACTIONS(1381), - [anon_sym_0o] = ACTIONS(1381), - [anon_sym_0x] = ACTIONS(1381), - [sym_val_date] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym__str_single_quotes] = ACTIONS(1383), - [sym__str_back_ticks] = ACTIONS(1383), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), - [aux_sym_env_var_token1] = ACTIONS(1381), - [anon_sym_CARET] = ACTIONS(1383), - [aux_sym_command_token1] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1383), - }, - [225] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4923), - [sym_block] = STATE(4924), - [sym__expression_parenthesized] = STATE(4924), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4924), - [sym_comment] = STATE(225), - [aux_sym_shebang_repeat1] = STATE(1147), + [222] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4931), + [sym_block] = STATE(4932), + [sym__expression_parenthesized] = STATE(4932), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4932), + [sym_comment] = STATE(222), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105292,7 +104981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105301,10 +104990,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105325,40 +105014,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [226] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(226), - [aux_sym_shebang_repeat1] = STATE(1147), + [223] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(223), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105404,7 +105093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105413,10 +105102,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105437,40 +105126,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [227] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(227), - [aux_sym_shebang_repeat1] = STATE(232), + [224] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(224), + [aux_sym_shebang_repeat1] = STATE(229), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105516,7 +105205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105525,10 +105214,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105549,40 +105238,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [228] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(228), - [aux_sym_shebang_repeat1] = STATE(1147), + [225] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), + [sym_comment] = STATE(225), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105628,7 +105317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105637,10 +105326,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105661,40 +105350,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [229] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(229), - [aux_sym_shebang_repeat1] = STATE(233), + [226] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), + [sym_comment] = STATE(226), + [aux_sym_shebang_repeat1] = STATE(230), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105740,7 +105429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105749,10 +105438,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105773,40 +105462,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [230] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(230), - [aux_sym_shebang_repeat1] = STATE(1147), + [227] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(227), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105852,7 +105541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105861,10 +105550,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105885,40 +105574,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [231] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(231), - [aux_sym_shebang_repeat1] = STATE(234), + [228] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(228), + [aux_sym_shebang_repeat1] = STATE(231), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -105964,7 +105653,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -105973,10 +105662,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -105997,40 +105686,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [232] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4933), - [sym_block] = STATE(4934), - [sym__expression_parenthesized] = STATE(4934), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4934), - [sym_comment] = STATE(232), - [aux_sym_shebang_repeat1] = STATE(1147), + [229] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4941), + [sym_block] = STATE(4942), + [sym__expression_parenthesized] = STATE(4942), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4942), + [sym_comment] = STATE(229), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106076,7 +105765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106085,10 +105774,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106109,40 +105798,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [233] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4935), - [sym_block] = STATE(4936), - [sym__expression_parenthesized] = STATE(4936), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4936), - [sym_comment] = STATE(233), - [aux_sym_shebang_repeat1] = STATE(1147), + [230] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4943), + [sym_block] = STATE(4944), + [sym__expression_parenthesized] = STATE(4944), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4944), + [sym_comment] = STATE(230), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106188,7 +105877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106197,10 +105886,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106221,40 +105910,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [234] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(234), - [aux_sym_shebang_repeat1] = STATE(1147), + [231] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(231), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106300,7 +105989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106309,10 +105998,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106333,40 +106022,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [235] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(235), - [aux_sym_shebang_repeat1] = STATE(236), + [232] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(232), + [aux_sym_shebang_repeat1] = STATE(233), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106412,7 +106101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106421,10 +106110,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106445,40 +106134,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [236] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4940), - [sym_block] = STATE(4941), - [sym__expression_parenthesized] = STATE(4941), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4941), - [sym_comment] = STATE(236), - [aux_sym_shebang_repeat1] = STATE(1147), + [233] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4948), + [sym_block] = STATE(4949), + [sym__expression_parenthesized] = STATE(4949), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4949), + [sym_comment] = STATE(233), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106524,7 +106213,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(447), + [anon_sym_if] = ACTIONS(1464), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106533,10 +106222,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106557,40 +106246,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [237] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4808), - [sym_block] = STATE(4809), - [sym__expression_parenthesized] = STATE(4809), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4809), - [sym_comment] = STATE(237), - [aux_sym_shebang_repeat1] = STATE(240), + [234] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(234), + [aux_sym_shebang_repeat1] = STATE(241), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106636,7 +106325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106645,10 +106334,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -106669,264 +106358,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [238] = { - [sym_comment] = STATE(238), - [aux_sym__block_body_repeat1] = STATE(238), - [ts_builtin_sym_end] = ACTIONS(1391), - [anon_sym_export] = ACTIONS(1389), - [anon_sym_alias] = ACTIONS(1389), - [anon_sym_let] = ACTIONS(1389), - [anon_sym_let_DASHenv] = ACTIONS(1389), - [anon_sym_mut] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [aux_sym_cmd_identifier_token1] = ACTIONS(1389), - [aux_sym_cmd_identifier_token2] = ACTIONS(1391), - [aux_sym_cmd_identifier_token3] = ACTIONS(1391), - [aux_sym_cmd_identifier_token4] = ACTIONS(1391), - [aux_sym_cmd_identifier_token5] = ACTIONS(1391), - [aux_sym_cmd_identifier_token6] = ACTIONS(1391), - [aux_sym_cmd_identifier_token7] = ACTIONS(1391), - [aux_sym_cmd_identifier_token8] = ACTIONS(1389), - [aux_sym_cmd_identifier_token9] = ACTIONS(1389), - [aux_sym_cmd_identifier_token10] = ACTIONS(1391), - [aux_sym_cmd_identifier_token11] = ACTIONS(1391), - [aux_sym_cmd_identifier_token12] = ACTIONS(1389), - [aux_sym_cmd_identifier_token13] = ACTIONS(1389), - [aux_sym_cmd_identifier_token14] = ACTIONS(1389), - [aux_sym_cmd_identifier_token15] = ACTIONS(1389), - [aux_sym_cmd_identifier_token16] = ACTIONS(1391), - [aux_sym_cmd_identifier_token17] = ACTIONS(1391), - [aux_sym_cmd_identifier_token18] = ACTIONS(1389), - [aux_sym_cmd_identifier_token19] = ACTIONS(1391), - [aux_sym_cmd_identifier_token20] = ACTIONS(1391), - [aux_sym_cmd_identifier_token21] = ACTIONS(1391), - [aux_sym_cmd_identifier_token22] = ACTIONS(1391), - [aux_sym_cmd_identifier_token23] = ACTIONS(1391), - [aux_sym_cmd_identifier_token24] = ACTIONS(1391), - [aux_sym_cmd_identifier_token25] = ACTIONS(1391), - [aux_sym_cmd_identifier_token26] = ACTIONS(1391), - [aux_sym_cmd_identifier_token27] = ACTIONS(1391), - [aux_sym_cmd_identifier_token28] = ACTIONS(1391), - [aux_sym_cmd_identifier_token29] = ACTIONS(1391), - [aux_sym_cmd_identifier_token30] = ACTIONS(1391), - [aux_sym_cmd_identifier_token31] = ACTIONS(1391), - [aux_sym_cmd_identifier_token32] = ACTIONS(1389), - [aux_sym_cmd_identifier_token33] = ACTIONS(1391), - [aux_sym_cmd_identifier_token34] = ACTIONS(1389), - [aux_sym_cmd_identifier_token35] = ACTIONS(1391), - [aux_sym_cmd_identifier_token36] = ACTIONS(1391), - [aux_sym_cmd_identifier_token37] = ACTIONS(1391), - [aux_sym_cmd_identifier_token38] = ACTIONS(1389), - [aux_sym_cmd_identifier_token39] = ACTIONS(1391), - [aux_sym_cmd_identifier_token40] = ACTIONS(1391), - [sym__newline] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1482), - [anon_sym_def] = ACTIONS(1389), - [anon_sym_export_DASHenv] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym_module] = ACTIONS(1389), - [anon_sym_use] = ACTIONS(1389), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_DOLLAR] = ACTIONS(1389), - [anon_sym_error] = ACTIONS(1389), - [anon_sym_DASH2] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_loop] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_match] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_DOT_DOT] = ACTIONS(1389), - [anon_sym_try] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_source] = ACTIONS(1389), - [anon_sym_source_DASHenv] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_hide] = ACTIONS(1389), - [anon_sym_hide_DASHenv] = ACTIONS(1389), - [anon_sym_overlay] = ACTIONS(1389), - [anon_sym_where] = ACTIONS(1391), - [aux_sym_expr_unary_token1] = ACTIONS(1391), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1391), - [anon_sym_DOT_DOT_LT] = ACTIONS(1391), - [anon_sym_null] = ACTIONS(1389), - [anon_sym_true] = ACTIONS(1389), - [anon_sym_false] = ACTIONS(1389), - [aux_sym__val_number_decimal_token1] = ACTIONS(1389), - [aux_sym__val_number_decimal_token2] = ACTIONS(1391), - [aux_sym__val_number_decimal_token3] = ACTIONS(1391), - [aux_sym__val_number_decimal_token4] = ACTIONS(1391), - [aux_sym__val_number_token1] = ACTIONS(1391), - [aux_sym__val_number_token2] = ACTIONS(1391), - [aux_sym__val_number_token3] = ACTIONS(1391), - [aux_sym__val_number_token4] = ACTIONS(1389), - [aux_sym__val_number_token5] = ACTIONS(1389), - [aux_sym__val_number_token6] = ACTIONS(1389), - [anon_sym_0b] = ACTIONS(1389), - [anon_sym_0o] = ACTIONS(1389), - [anon_sym_0x] = ACTIONS(1389), - [sym_val_date] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym__str_single_quotes] = ACTIONS(1391), - [sym__str_back_ticks] = ACTIONS(1391), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1391), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1391), - [aux_sym_env_var_token1] = ACTIONS(1389), - [anon_sym_CARET] = ACTIONS(1391), - [aux_sym_command_token1] = ACTIONS(1391), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1391), - }, - [239] = { - [sym_comment] = STATE(239), - [anon_sym_export] = ACTIONS(1485), - [anon_sym_alias] = ACTIONS(1485), - [anon_sym_let] = ACTIONS(1485), - [anon_sym_let_DASHenv] = ACTIONS(1485), - [anon_sym_mut] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [aux_sym_cmd_identifier_token1] = ACTIONS(1485), - [aux_sym_cmd_identifier_token2] = ACTIONS(1279), - [aux_sym_cmd_identifier_token3] = ACTIONS(1279), - [aux_sym_cmd_identifier_token4] = ACTIONS(1279), - [aux_sym_cmd_identifier_token5] = ACTIONS(1279), - [aux_sym_cmd_identifier_token6] = ACTIONS(1279), - [aux_sym_cmd_identifier_token7] = ACTIONS(1279), - [aux_sym_cmd_identifier_token8] = ACTIONS(1485), - [aux_sym_cmd_identifier_token9] = ACTIONS(1485), - [aux_sym_cmd_identifier_token10] = ACTIONS(1279), - [aux_sym_cmd_identifier_token11] = ACTIONS(1279), - [aux_sym_cmd_identifier_token12] = ACTIONS(1485), - [aux_sym_cmd_identifier_token13] = ACTIONS(1485), - [aux_sym_cmd_identifier_token14] = ACTIONS(1485), - [aux_sym_cmd_identifier_token15] = ACTIONS(1485), - [aux_sym_cmd_identifier_token16] = ACTIONS(1279), - [aux_sym_cmd_identifier_token17] = ACTIONS(1279), - [aux_sym_cmd_identifier_token18] = ACTIONS(1485), - [aux_sym_cmd_identifier_token19] = ACTIONS(1279), - [aux_sym_cmd_identifier_token20] = ACTIONS(1279), - [aux_sym_cmd_identifier_token21] = ACTIONS(1279), - [aux_sym_cmd_identifier_token22] = ACTIONS(1279), - [aux_sym_cmd_identifier_token23] = ACTIONS(1279), - [aux_sym_cmd_identifier_token24] = ACTIONS(1279), - [aux_sym_cmd_identifier_token25] = ACTIONS(1279), - [aux_sym_cmd_identifier_token26] = ACTIONS(1279), - [aux_sym_cmd_identifier_token27] = ACTIONS(1279), - [aux_sym_cmd_identifier_token28] = ACTIONS(1279), - [aux_sym_cmd_identifier_token29] = ACTIONS(1279), - [aux_sym_cmd_identifier_token30] = ACTIONS(1279), - [aux_sym_cmd_identifier_token31] = ACTIONS(1279), - [aux_sym_cmd_identifier_token32] = ACTIONS(1485), - [aux_sym_cmd_identifier_token33] = ACTIONS(1279), - [aux_sym_cmd_identifier_token34] = ACTIONS(1485), - [aux_sym_cmd_identifier_token35] = ACTIONS(1279), - [aux_sym_cmd_identifier_token36] = ACTIONS(1279), - [aux_sym_cmd_identifier_token37] = ACTIONS(1279), - [aux_sym_cmd_identifier_token38] = ACTIONS(1485), - [aux_sym_cmd_identifier_token39] = ACTIONS(1279), - [aux_sym_cmd_identifier_token40] = ACTIONS(1279), - [sym__newline] = ACTIONS(1279), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_def] = ACTIONS(1485), - [anon_sym_export_DASHenv] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym_module] = ACTIONS(1485), - [anon_sym_use] = ACTIONS(1485), - [anon_sym_LBRACK] = ACTIONS(1279), - [anon_sym_LPAREN] = ACTIONS(1279), - [anon_sym_RPAREN] = ACTIONS(1279), - [anon_sym_DOLLAR] = ACTIONS(1485), - [anon_sym_error] = ACTIONS(1485), - [anon_sym_DASH2] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_loop] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_match] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_RBRACE] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1485), - [anon_sym_try] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_source] = ACTIONS(1485), - [anon_sym_source_DASHenv] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_hide] = ACTIONS(1485), - [anon_sym_hide_DASHenv] = ACTIONS(1485), - [anon_sym_overlay] = ACTIONS(1485), - [anon_sym_where] = ACTIONS(1279), - [aux_sym_expr_unary_token1] = ACTIONS(1279), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1279), - [anon_sym_DOT_DOT_LT] = ACTIONS(1279), - [anon_sym_null] = ACTIONS(1485), - [anon_sym_true] = ACTIONS(1485), - [anon_sym_false] = ACTIONS(1485), - [aux_sym__val_number_decimal_token1] = ACTIONS(1485), - [aux_sym__val_number_decimal_token2] = ACTIONS(1279), - [aux_sym__val_number_decimal_token3] = ACTIONS(1279), - [aux_sym__val_number_decimal_token4] = ACTIONS(1279), - [aux_sym__val_number_token1] = ACTIONS(1279), - [aux_sym__val_number_token2] = ACTIONS(1279), - [aux_sym__val_number_token3] = ACTIONS(1279), - [aux_sym__val_number_token4] = ACTIONS(1485), - [aux_sym__val_number_token5] = ACTIONS(1485), - [aux_sym__val_number_token6] = ACTIONS(1485), - [anon_sym_0b] = ACTIONS(1485), - [anon_sym_0o] = ACTIONS(1485), - [anon_sym_0x] = ACTIONS(1485), - [sym_val_date] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym__str_single_quotes] = ACTIONS(1279), - [sym__str_back_ticks] = ACTIONS(1279), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1279), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1279), - [aux_sym_env_var_token1] = ACTIONS(1485), - [anon_sym_CARET] = ACTIONS(1279), - [aux_sym_command_token1] = ACTIONS(1279), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1279), - }, - [240] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(240), - [aux_sym_shebang_repeat1] = STATE(1147), + [235] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(235), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -106972,7 +106437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -106981,10 +106446,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107005,40 +106470,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [241] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(241), - [aux_sym_shebang_repeat1] = STATE(244), + [236] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(236), + [aux_sym_shebang_repeat1] = STATE(242), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107084,7 +106549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107093,10 +106558,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107117,40 +106582,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [242] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4875), - [sym_block] = STATE(4876), - [sym__expression_parenthesized] = STATE(4876), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4876), - [sym_comment] = STATE(242), - [aux_sym_shebang_repeat1] = STATE(246), + [237] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(237), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107196,7 +106661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107205,10 +106670,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107229,40 +106694,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [243] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4877), - [sym_block] = STATE(4878), - [sym__expression_parenthesized] = STATE(4878), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4878), - [sym_comment] = STATE(243), - [aux_sym_shebang_repeat1] = STATE(248), + [238] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(238), + [aux_sym_shebang_repeat1] = STATE(210), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107308,7 +106773,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107317,10 +106782,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107341,40 +106806,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [244] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(244), - [aux_sym_shebang_repeat1] = STATE(1147), + [239] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4915), + [sym_block] = STATE(4916), + [sym__expression_parenthesized] = STATE(4916), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4916), + [sym_comment] = STATE(239), + [aux_sym_shebang_repeat1] = STATE(246), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107420,7 +106885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107429,10 +106894,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107453,40 +106918,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [245] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(245), - [aux_sym_shebang_repeat1] = STATE(251), + [240] = { + [sym_comment] = STATE(240), + [aux_sym__block_body_repeat1] = STATE(240), + [ts_builtin_sym_end] = ACTIONS(1389), + [anon_sym_export] = ACTIONS(1387), + [anon_sym_alias] = ACTIONS(1387), + [anon_sym_let] = ACTIONS(1387), + [anon_sym_let_DASHenv] = ACTIONS(1387), + [anon_sym_mut] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [aux_sym_cmd_identifier_token1] = ACTIONS(1387), + [aux_sym_cmd_identifier_token2] = ACTIONS(1389), + [aux_sym_cmd_identifier_token3] = ACTIONS(1389), + [aux_sym_cmd_identifier_token4] = ACTIONS(1389), + [aux_sym_cmd_identifier_token5] = ACTIONS(1389), + [aux_sym_cmd_identifier_token6] = ACTIONS(1389), + [aux_sym_cmd_identifier_token7] = ACTIONS(1389), + [aux_sym_cmd_identifier_token8] = ACTIONS(1387), + [aux_sym_cmd_identifier_token9] = ACTIONS(1387), + [aux_sym_cmd_identifier_token10] = ACTIONS(1389), + [aux_sym_cmd_identifier_token11] = ACTIONS(1389), + [aux_sym_cmd_identifier_token12] = ACTIONS(1387), + [aux_sym_cmd_identifier_token13] = ACTIONS(1387), + [aux_sym_cmd_identifier_token14] = ACTIONS(1387), + [aux_sym_cmd_identifier_token15] = ACTIONS(1387), + [aux_sym_cmd_identifier_token16] = ACTIONS(1389), + [aux_sym_cmd_identifier_token17] = ACTIONS(1389), + [aux_sym_cmd_identifier_token18] = ACTIONS(1387), + [aux_sym_cmd_identifier_token19] = ACTIONS(1389), + [aux_sym_cmd_identifier_token20] = ACTIONS(1389), + [aux_sym_cmd_identifier_token21] = ACTIONS(1389), + [aux_sym_cmd_identifier_token22] = ACTIONS(1389), + [aux_sym_cmd_identifier_token23] = ACTIONS(1389), + [aux_sym_cmd_identifier_token24] = ACTIONS(1389), + [aux_sym_cmd_identifier_token25] = ACTIONS(1389), + [aux_sym_cmd_identifier_token26] = ACTIONS(1389), + [aux_sym_cmd_identifier_token27] = ACTIONS(1389), + [aux_sym_cmd_identifier_token28] = ACTIONS(1389), + [aux_sym_cmd_identifier_token29] = ACTIONS(1389), + [aux_sym_cmd_identifier_token30] = ACTIONS(1389), + [aux_sym_cmd_identifier_token31] = ACTIONS(1389), + [aux_sym_cmd_identifier_token32] = ACTIONS(1387), + [aux_sym_cmd_identifier_token33] = ACTIONS(1389), + [aux_sym_cmd_identifier_token34] = ACTIONS(1387), + [aux_sym_cmd_identifier_token35] = ACTIONS(1389), + [aux_sym_cmd_identifier_token36] = ACTIONS(1389), + [aux_sym_cmd_identifier_token37] = ACTIONS(1389), + [aux_sym_cmd_identifier_token38] = ACTIONS(1387), + [aux_sym_cmd_identifier_token39] = ACTIONS(1389), + [aux_sym_cmd_identifier_token40] = ACTIONS(1389), + [sym__newline] = ACTIONS(1474), + [anon_sym_SEMI] = ACTIONS(1474), + [anon_sym_def] = ACTIONS(1387), + [anon_sym_export_DASHenv] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_module] = ACTIONS(1387), + [anon_sym_use] = ACTIONS(1387), + [anon_sym_LBRACK] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1389), + [anon_sym_DOLLAR] = ACTIONS(1387), + [anon_sym_error] = ACTIONS(1387), + [anon_sym_DASH2] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_loop] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_match] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_DOT_DOT] = ACTIONS(1387), + [anon_sym_try] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_source] = ACTIONS(1387), + [anon_sym_source_DASHenv] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_hide] = ACTIONS(1387), + [anon_sym_hide_DASHenv] = ACTIONS(1387), + [anon_sym_overlay] = ACTIONS(1387), + [anon_sym_where] = ACTIONS(1389), + [aux_sym_expr_unary_token1] = ACTIONS(1389), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1389), + [anon_sym_DOT_DOT_LT] = ACTIONS(1389), + [anon_sym_null] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(1387), + [anon_sym_false] = ACTIONS(1387), + [aux_sym__val_number_decimal_token1] = ACTIONS(1387), + [aux_sym__val_number_decimal_token2] = ACTIONS(1389), + [aux_sym__val_number_decimal_token3] = ACTIONS(1389), + [aux_sym__val_number_decimal_token4] = ACTIONS(1389), + [aux_sym__val_number_token1] = ACTIONS(1389), + [aux_sym__val_number_token2] = ACTIONS(1389), + [aux_sym__val_number_token3] = ACTIONS(1389), + [aux_sym__val_number_token4] = ACTIONS(1387), + [aux_sym__val_number_token5] = ACTIONS(1387), + [aux_sym__val_number_token6] = ACTIONS(1387), + [anon_sym_0b] = ACTIONS(1387), + [anon_sym_0o] = ACTIONS(1387), + [anon_sym_0x] = ACTIONS(1387), + [sym_val_date] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym__str_single_quotes] = ACTIONS(1389), + [sym__str_back_ticks] = ACTIONS(1389), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1389), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1389), + [aux_sym_env_var_token1] = ACTIONS(1387), + [anon_sym_CARET] = ACTIONS(1389), + [aux_sym_command_token1] = ACTIONS(1389), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1389), + }, + [241] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4931), + [sym_block] = STATE(4932), + [sym__expression_parenthesized] = STATE(4932), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4932), + [sym_comment] = STATE(241), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107532,7 +107109,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107541,10 +107118,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107565,40 +107142,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [246] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(246), - [aux_sym_shebang_repeat1] = STATE(1147), + [242] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(242), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107644,7 +107221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107653,10 +107230,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107677,40 +107254,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [247] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(247), - [aux_sym_shebang_repeat1] = STATE(252), + [243] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(243), + [aux_sym_shebang_repeat1] = STATE(250), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107756,7 +107333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107765,10 +107342,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107789,40 +107366,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [248] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(248), - [aux_sym_shebang_repeat1] = STATE(1147), + [244] = { + [sym_comment] = STATE(244), + [aux_sym_shebang_repeat1] = STATE(244), + [anon_sym_export] = ACTIONS(1274), + [anon_sym_alias] = ACTIONS(1274), + [anon_sym_let] = ACTIONS(1274), + [anon_sym_let_DASHenv] = ACTIONS(1274), + [anon_sym_mut] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [aux_sym_cmd_identifier_token1] = ACTIONS(1274), + [aux_sym_cmd_identifier_token2] = ACTIONS(1276), + [aux_sym_cmd_identifier_token3] = ACTIONS(1276), + [aux_sym_cmd_identifier_token4] = ACTIONS(1276), + [aux_sym_cmd_identifier_token5] = ACTIONS(1276), + [aux_sym_cmd_identifier_token6] = ACTIONS(1276), + [aux_sym_cmd_identifier_token7] = ACTIONS(1276), + [aux_sym_cmd_identifier_token8] = ACTIONS(1274), + [aux_sym_cmd_identifier_token9] = ACTIONS(1274), + [aux_sym_cmd_identifier_token10] = ACTIONS(1276), + [aux_sym_cmd_identifier_token11] = ACTIONS(1276), + [aux_sym_cmd_identifier_token12] = ACTIONS(1274), + [aux_sym_cmd_identifier_token13] = ACTIONS(1274), + [aux_sym_cmd_identifier_token14] = ACTIONS(1274), + [aux_sym_cmd_identifier_token15] = ACTIONS(1274), + [aux_sym_cmd_identifier_token16] = ACTIONS(1276), + [aux_sym_cmd_identifier_token17] = ACTIONS(1276), + [aux_sym_cmd_identifier_token18] = ACTIONS(1274), + [aux_sym_cmd_identifier_token19] = ACTIONS(1276), + [aux_sym_cmd_identifier_token20] = ACTIONS(1276), + [aux_sym_cmd_identifier_token21] = ACTIONS(1276), + [aux_sym_cmd_identifier_token22] = ACTIONS(1276), + [aux_sym_cmd_identifier_token23] = ACTIONS(1276), + [aux_sym_cmd_identifier_token24] = ACTIONS(1276), + [aux_sym_cmd_identifier_token25] = ACTIONS(1276), + [aux_sym_cmd_identifier_token26] = ACTIONS(1276), + [aux_sym_cmd_identifier_token27] = ACTIONS(1276), + [aux_sym_cmd_identifier_token28] = ACTIONS(1276), + [aux_sym_cmd_identifier_token29] = ACTIONS(1276), + [aux_sym_cmd_identifier_token30] = ACTIONS(1276), + [aux_sym_cmd_identifier_token31] = ACTIONS(1276), + [aux_sym_cmd_identifier_token32] = ACTIONS(1274), + [aux_sym_cmd_identifier_token33] = ACTIONS(1276), + [aux_sym_cmd_identifier_token34] = ACTIONS(1274), + [aux_sym_cmd_identifier_token35] = ACTIONS(1276), + [aux_sym_cmd_identifier_token36] = ACTIONS(1276), + [aux_sym_cmd_identifier_token37] = ACTIONS(1276), + [aux_sym_cmd_identifier_token38] = ACTIONS(1274), + [aux_sym_cmd_identifier_token39] = ACTIONS(1276), + [aux_sym_cmd_identifier_token40] = ACTIONS(1276), + [sym__newline] = ACTIONS(1477), + [anon_sym_SEMI] = ACTIONS(1276), + [anon_sym_PIPE] = ACTIONS(1276), + [anon_sym_def] = ACTIONS(1274), + [anon_sym_export_DASHenv] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym_module] = ACTIONS(1274), + [anon_sym_use] = ACTIONS(1274), + [anon_sym_LBRACK] = ACTIONS(1276), + [anon_sym_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1274), + [anon_sym_error] = ACTIONS(1274), + [anon_sym_DASH2] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_loop] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_match] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_DOT_DOT] = ACTIONS(1274), + [anon_sym_try] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_source] = ACTIONS(1274), + [anon_sym_source_DASHenv] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_hide] = ACTIONS(1274), + [anon_sym_hide_DASHenv] = ACTIONS(1274), + [anon_sym_overlay] = ACTIONS(1274), + [anon_sym_where] = ACTIONS(1276), + [aux_sym_expr_unary_token1] = ACTIONS(1276), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1276), + [anon_sym_DOT_DOT_LT] = ACTIONS(1276), + [anon_sym_null] = ACTIONS(1274), + [anon_sym_true] = ACTIONS(1274), + [anon_sym_false] = ACTIONS(1274), + [aux_sym__val_number_decimal_token1] = ACTIONS(1274), + [aux_sym__val_number_decimal_token2] = ACTIONS(1276), + [aux_sym__val_number_decimal_token3] = ACTIONS(1276), + [aux_sym__val_number_decimal_token4] = ACTIONS(1276), + [aux_sym__val_number_token1] = ACTIONS(1276), + [aux_sym__val_number_token2] = ACTIONS(1276), + [aux_sym__val_number_token3] = ACTIONS(1276), + [aux_sym__val_number_token4] = ACTIONS(1274), + [aux_sym__val_number_token5] = ACTIONS(1274), + [aux_sym__val_number_token6] = ACTIONS(1274), + [anon_sym_0b] = ACTIONS(1274), + [anon_sym_0o] = ACTIONS(1274), + [anon_sym_0x] = ACTIONS(1274), + [sym_val_date] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym__str_single_quotes] = ACTIONS(1276), + [sym__str_back_ticks] = ACTIONS(1276), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1276), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1276), + [aux_sym_env_var_token1] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1276), + [aux_sym_command_token1] = ACTIONS(1276), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1276), + }, + [245] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), + [sym_comment] = STATE(245), + [aux_sym_shebang_repeat1] = STATE(274), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107868,7 +107557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107877,10 +107566,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -107901,40 +107590,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [249] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(249), - [aux_sym_shebang_repeat1] = STATE(254), + [246] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(246), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -107980,7 +107669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -107989,10 +107678,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108013,40 +107702,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [250] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4907), - [sym_block] = STATE(4908), - [sym__expression_parenthesized] = STATE(4908), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4908), - [sym_comment] = STATE(250), - [aux_sym_shebang_repeat1] = STATE(256), + [247] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(247), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108092,7 +107781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108101,10 +107790,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108125,40 +107814,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [251] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4923), - [sym_block] = STATE(4924), - [sym__expression_parenthesized] = STATE(4924), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4924), - [sym_comment] = STATE(251), - [aux_sym_shebang_repeat1] = STATE(1147), + [248] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(248), + [aux_sym_shebang_repeat1] = STATE(275), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108204,7 +107893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108213,10 +107902,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108237,40 +107926,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [252] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(252), - [aux_sym_shebang_repeat1] = STATE(1147), + [249] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4814), + [sym_block] = STATE(4815), + [sym__expression_parenthesized] = STATE(4815), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4815), + [sym_comment] = STATE(249), + [aux_sym_shebang_repeat1] = STATE(251), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108316,7 +108005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108325,10 +108014,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108349,40 +108038,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [253] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(253), - [aux_sym_shebang_repeat1] = STATE(291), + [250] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4941), + [sym_block] = STATE(4942), + [sym__expression_parenthesized] = STATE(4942), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4942), + [sym_comment] = STATE(250), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108428,7 +108117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108437,10 +108126,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108461,40 +108150,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [254] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(254), - [aux_sym_shebang_repeat1] = STATE(1147), + [251] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(251), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108540,7 +108229,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108549,10 +108238,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108573,40 +108262,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [255] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(255), - [aux_sym_shebang_repeat1] = STATE(258), + [252] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(252), + [aux_sym_shebang_repeat1] = STATE(255), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108652,7 +108341,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108661,10 +108350,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108685,40 +108374,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [256] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(256), - [aux_sym_shebang_repeat1] = STATE(1147), + [253] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4883), + [sym_block] = STATE(4884), + [sym__expression_parenthesized] = STATE(4884), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4884), + [sym_comment] = STATE(253), + [aux_sym_shebang_repeat1] = STATE(257), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108764,7 +108453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108773,10 +108462,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108797,40 +108486,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [257] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(257), - [aux_sym_shebang_repeat1] = STATE(259), + [254] = { + [sym_comment] = STATE(254), + [aux_sym_shebang_repeat1] = STATE(6678), + [aux_sym__parenthesized_body_repeat1] = STATE(254), + [anon_sym_export] = ACTIONS(1488), + [anon_sym_alias] = ACTIONS(1488), + [anon_sym_let] = ACTIONS(1488), + [anon_sym_let_DASHenv] = ACTIONS(1488), + [anon_sym_mut] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [aux_sym_cmd_identifier_token1] = ACTIONS(1488), + [aux_sym_cmd_identifier_token2] = ACTIONS(1490), + [aux_sym_cmd_identifier_token3] = ACTIONS(1490), + [aux_sym_cmd_identifier_token4] = ACTIONS(1490), + [aux_sym_cmd_identifier_token5] = ACTIONS(1490), + [aux_sym_cmd_identifier_token6] = ACTIONS(1490), + [aux_sym_cmd_identifier_token7] = ACTIONS(1490), + [aux_sym_cmd_identifier_token8] = ACTIONS(1488), + [aux_sym_cmd_identifier_token9] = ACTIONS(1488), + [aux_sym_cmd_identifier_token10] = ACTIONS(1490), + [aux_sym_cmd_identifier_token11] = ACTIONS(1490), + [aux_sym_cmd_identifier_token12] = ACTIONS(1488), + [aux_sym_cmd_identifier_token13] = ACTIONS(1488), + [aux_sym_cmd_identifier_token14] = ACTIONS(1488), + [aux_sym_cmd_identifier_token15] = ACTIONS(1488), + [aux_sym_cmd_identifier_token16] = ACTIONS(1490), + [aux_sym_cmd_identifier_token17] = ACTIONS(1490), + [aux_sym_cmd_identifier_token18] = ACTIONS(1488), + [aux_sym_cmd_identifier_token19] = ACTIONS(1490), + [aux_sym_cmd_identifier_token20] = ACTIONS(1490), + [aux_sym_cmd_identifier_token21] = ACTIONS(1490), + [aux_sym_cmd_identifier_token22] = ACTIONS(1490), + [aux_sym_cmd_identifier_token23] = ACTIONS(1490), + [aux_sym_cmd_identifier_token24] = ACTIONS(1490), + [aux_sym_cmd_identifier_token25] = ACTIONS(1490), + [aux_sym_cmd_identifier_token26] = ACTIONS(1490), + [aux_sym_cmd_identifier_token27] = ACTIONS(1490), + [aux_sym_cmd_identifier_token28] = ACTIONS(1490), + [aux_sym_cmd_identifier_token29] = ACTIONS(1490), + [aux_sym_cmd_identifier_token30] = ACTIONS(1490), + [aux_sym_cmd_identifier_token31] = ACTIONS(1490), + [aux_sym_cmd_identifier_token32] = ACTIONS(1488), + [aux_sym_cmd_identifier_token33] = ACTIONS(1490), + [aux_sym_cmd_identifier_token34] = ACTIONS(1488), + [aux_sym_cmd_identifier_token35] = ACTIONS(1490), + [aux_sym_cmd_identifier_token36] = ACTIONS(1490), + [aux_sym_cmd_identifier_token37] = ACTIONS(1490), + [aux_sym_cmd_identifier_token38] = ACTIONS(1488), + [aux_sym_cmd_identifier_token39] = ACTIONS(1490), + [aux_sym_cmd_identifier_token40] = ACTIONS(1490), + [sym__newline] = ACTIONS(1492), + [anon_sym_SEMI] = ACTIONS(1495), + [anon_sym_def] = ACTIONS(1488), + [anon_sym_export_DASHenv] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym_module] = ACTIONS(1488), + [anon_sym_use] = ACTIONS(1488), + [anon_sym_LBRACK] = ACTIONS(1490), + [anon_sym_LPAREN] = ACTIONS(1490), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1488), + [anon_sym_DASH2] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_loop] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_match] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_DOT_DOT] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_source] = ACTIONS(1488), + [anon_sym_source_DASHenv] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_hide] = ACTIONS(1488), + [anon_sym_hide_DASHenv] = ACTIONS(1488), + [anon_sym_overlay] = ACTIONS(1488), + [anon_sym_where] = ACTIONS(1490), + [aux_sym_expr_unary_token1] = ACTIONS(1490), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1490), + [anon_sym_DOT_DOT_LT] = ACTIONS(1490), + [anon_sym_null] = ACTIONS(1488), + [anon_sym_true] = ACTIONS(1488), + [anon_sym_false] = ACTIONS(1488), + [aux_sym__val_number_decimal_token1] = ACTIONS(1488), + [aux_sym__val_number_decimal_token2] = ACTIONS(1490), + [aux_sym__val_number_decimal_token3] = ACTIONS(1490), + [aux_sym__val_number_decimal_token4] = ACTIONS(1490), + [aux_sym__val_number_token1] = ACTIONS(1490), + [aux_sym__val_number_token2] = ACTIONS(1490), + [aux_sym__val_number_token3] = ACTIONS(1490), + [aux_sym__val_number_token4] = ACTIONS(1488), + [aux_sym__val_number_token5] = ACTIONS(1488), + [aux_sym__val_number_token6] = ACTIONS(1488), + [anon_sym_0b] = ACTIONS(1488), + [anon_sym_0o] = ACTIONS(1488), + [anon_sym_0x] = ACTIONS(1488), + [sym_val_date] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym__str_single_quotes] = ACTIONS(1490), + [sym__str_back_ticks] = ACTIONS(1490), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1490), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1490), + [aux_sym_env_var_token1] = ACTIONS(1488), + [anon_sym_CARET] = ACTIONS(1490), + [aux_sym_command_token1] = ACTIONS(1490), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1490), + }, + [255] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(255), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108876,7 +108677,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108885,10 +108686,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -108909,40 +108710,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [258] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4935), - [sym_block] = STATE(4936), - [sym__expression_parenthesized] = STATE(4936), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4936), - [sym_comment] = STATE(258), - [aux_sym_shebang_repeat1] = STATE(1147), + [256] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(256), + [aux_sym_shebang_repeat1] = STATE(262), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -108988,7 +108789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -108997,10 +108798,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109021,40 +108822,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [259] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(259), - [aux_sym_shebang_repeat1] = STATE(1147), + [257] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(257), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109100,7 +108901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -109109,10 +108910,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109133,40 +108934,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [260] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(260), - [aux_sym_shebang_repeat1] = STATE(261), + [258] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4911), + [sym_block] = STATE(4912), + [sym__expression_parenthesized] = STATE(4912), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4912), + [sym_comment] = STATE(258), + [aux_sym_shebang_repeat1] = STATE(263), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109212,7 +109013,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -109221,10 +109022,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109245,40 +109046,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [261] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4940), - [sym_block] = STATE(4941), - [sym__expression_parenthesized] = STATE(4941), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4941), - [sym_comment] = STATE(261), - [aux_sym_shebang_repeat1] = STATE(1147), + [259] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(259), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109324,7 +109125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -109333,10 +109134,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109357,376 +109158,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [262] = { - [sym_comment] = STATE(262), - [ts_builtin_sym_end] = ACTIONS(1279), - [anon_sym_POUND_BANG] = ACTIONS(1275), - [anon_sym_export] = ACTIONS(1485), - [anon_sym_alias] = ACTIONS(1485), - [anon_sym_let] = ACTIONS(1485), - [anon_sym_let_DASHenv] = ACTIONS(1485), - [anon_sym_mut] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [aux_sym_cmd_identifier_token1] = ACTIONS(1485), - [aux_sym_cmd_identifier_token2] = ACTIONS(1279), - [aux_sym_cmd_identifier_token3] = ACTIONS(1279), - [aux_sym_cmd_identifier_token4] = ACTIONS(1279), - [aux_sym_cmd_identifier_token5] = ACTIONS(1279), - [aux_sym_cmd_identifier_token6] = ACTIONS(1279), - [aux_sym_cmd_identifier_token7] = ACTIONS(1279), - [aux_sym_cmd_identifier_token8] = ACTIONS(1485), - [aux_sym_cmd_identifier_token9] = ACTIONS(1485), - [aux_sym_cmd_identifier_token10] = ACTIONS(1279), - [aux_sym_cmd_identifier_token11] = ACTIONS(1279), - [aux_sym_cmd_identifier_token12] = ACTIONS(1485), - [aux_sym_cmd_identifier_token13] = ACTIONS(1485), - [aux_sym_cmd_identifier_token14] = ACTIONS(1485), - [aux_sym_cmd_identifier_token15] = ACTIONS(1485), - [aux_sym_cmd_identifier_token16] = ACTIONS(1279), - [aux_sym_cmd_identifier_token17] = ACTIONS(1279), - [aux_sym_cmd_identifier_token18] = ACTIONS(1485), - [aux_sym_cmd_identifier_token19] = ACTIONS(1279), - [aux_sym_cmd_identifier_token20] = ACTIONS(1279), - [aux_sym_cmd_identifier_token21] = ACTIONS(1279), - [aux_sym_cmd_identifier_token22] = ACTIONS(1279), - [aux_sym_cmd_identifier_token23] = ACTIONS(1279), - [aux_sym_cmd_identifier_token24] = ACTIONS(1279), - [aux_sym_cmd_identifier_token25] = ACTIONS(1279), - [aux_sym_cmd_identifier_token26] = ACTIONS(1279), - [aux_sym_cmd_identifier_token27] = ACTIONS(1279), - [aux_sym_cmd_identifier_token28] = ACTIONS(1279), - [aux_sym_cmd_identifier_token29] = ACTIONS(1279), - [aux_sym_cmd_identifier_token30] = ACTIONS(1279), - [aux_sym_cmd_identifier_token31] = ACTIONS(1279), - [aux_sym_cmd_identifier_token32] = ACTIONS(1485), - [aux_sym_cmd_identifier_token33] = ACTIONS(1279), - [aux_sym_cmd_identifier_token34] = ACTIONS(1485), - [aux_sym_cmd_identifier_token35] = ACTIONS(1279), - [aux_sym_cmd_identifier_token36] = ACTIONS(1279), - [aux_sym_cmd_identifier_token37] = ACTIONS(1279), - [aux_sym_cmd_identifier_token38] = ACTIONS(1485), - [aux_sym_cmd_identifier_token39] = ACTIONS(1279), - [aux_sym_cmd_identifier_token40] = ACTIONS(1279), - [sym__newline] = ACTIONS(1272), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_def] = ACTIONS(1485), - [anon_sym_export_DASHenv] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym_module] = ACTIONS(1485), - [anon_sym_use] = ACTIONS(1485), - [anon_sym_LBRACK] = ACTIONS(1279), - [anon_sym_LPAREN] = ACTIONS(1279), - [anon_sym_DOLLAR] = ACTIONS(1485), - [anon_sym_error] = ACTIONS(1485), - [anon_sym_DASH2] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_loop] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_match] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1485), - [anon_sym_try] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_source] = ACTIONS(1485), - [anon_sym_source_DASHenv] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_hide] = ACTIONS(1485), - [anon_sym_hide_DASHenv] = ACTIONS(1485), - [anon_sym_overlay] = ACTIONS(1485), - [anon_sym_where] = ACTIONS(1279), - [aux_sym_expr_unary_token1] = ACTIONS(1279), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1279), - [anon_sym_DOT_DOT_LT] = ACTIONS(1279), - [anon_sym_null] = ACTIONS(1485), - [anon_sym_true] = ACTIONS(1485), - [anon_sym_false] = ACTIONS(1485), - [aux_sym__val_number_decimal_token1] = ACTIONS(1485), - [aux_sym__val_number_decimal_token2] = ACTIONS(1279), - [aux_sym__val_number_decimal_token3] = ACTIONS(1279), - [aux_sym__val_number_decimal_token4] = ACTIONS(1279), - [aux_sym__val_number_token1] = ACTIONS(1279), - [aux_sym__val_number_token2] = ACTIONS(1279), - [aux_sym__val_number_token3] = ACTIONS(1279), - [aux_sym__val_number_token4] = ACTIONS(1485), - [aux_sym__val_number_token5] = ACTIONS(1485), - [aux_sym__val_number_token6] = ACTIONS(1485), - [anon_sym_0b] = ACTIONS(1485), - [anon_sym_0o] = ACTIONS(1485), - [anon_sym_0x] = ACTIONS(1485), - [sym_val_date] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym__str_single_quotes] = ACTIONS(1279), - [sym__str_back_ticks] = ACTIONS(1279), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1279), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1279), - [aux_sym_env_var_token1] = ACTIONS(1485), - [anon_sym_CARET] = ACTIONS(1279), - [aux_sym_command_token1] = ACTIONS(1279), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1279), - }, - [263] = { - [sym_comment] = STATE(263), - [aux_sym_shebang_repeat1] = STATE(6689), - [aux_sym__parenthesized_body_repeat1] = STATE(263), - [anon_sym_export] = ACTIONS(1487), - [anon_sym_alias] = ACTIONS(1487), - [anon_sym_let] = ACTIONS(1487), - [anon_sym_let_DASHenv] = ACTIONS(1487), - [anon_sym_mut] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [aux_sym_cmd_identifier_token1] = ACTIONS(1487), - [aux_sym_cmd_identifier_token2] = ACTIONS(1489), - [aux_sym_cmd_identifier_token3] = ACTIONS(1489), - [aux_sym_cmd_identifier_token4] = ACTIONS(1489), - [aux_sym_cmd_identifier_token5] = ACTIONS(1489), - [aux_sym_cmd_identifier_token6] = ACTIONS(1489), - [aux_sym_cmd_identifier_token7] = ACTIONS(1489), - [aux_sym_cmd_identifier_token8] = ACTIONS(1487), - [aux_sym_cmd_identifier_token9] = ACTIONS(1487), - [aux_sym_cmd_identifier_token10] = ACTIONS(1489), - [aux_sym_cmd_identifier_token11] = ACTIONS(1489), - [aux_sym_cmd_identifier_token12] = ACTIONS(1487), - [aux_sym_cmd_identifier_token13] = ACTIONS(1487), - [aux_sym_cmd_identifier_token14] = ACTIONS(1487), - [aux_sym_cmd_identifier_token15] = ACTIONS(1487), - [aux_sym_cmd_identifier_token16] = ACTIONS(1489), - [aux_sym_cmd_identifier_token17] = ACTIONS(1489), - [aux_sym_cmd_identifier_token18] = ACTIONS(1487), - [aux_sym_cmd_identifier_token19] = ACTIONS(1489), - [aux_sym_cmd_identifier_token20] = ACTIONS(1489), - [aux_sym_cmd_identifier_token21] = ACTIONS(1489), - [aux_sym_cmd_identifier_token22] = ACTIONS(1489), - [aux_sym_cmd_identifier_token23] = ACTIONS(1489), - [aux_sym_cmd_identifier_token24] = ACTIONS(1489), - [aux_sym_cmd_identifier_token25] = ACTIONS(1489), - [aux_sym_cmd_identifier_token26] = ACTIONS(1489), - [aux_sym_cmd_identifier_token27] = ACTIONS(1489), - [aux_sym_cmd_identifier_token28] = ACTIONS(1489), - [aux_sym_cmd_identifier_token29] = ACTIONS(1489), - [aux_sym_cmd_identifier_token30] = ACTIONS(1489), - [aux_sym_cmd_identifier_token31] = ACTIONS(1489), - [aux_sym_cmd_identifier_token32] = ACTIONS(1487), - [aux_sym_cmd_identifier_token33] = ACTIONS(1489), - [aux_sym_cmd_identifier_token34] = ACTIONS(1487), - [aux_sym_cmd_identifier_token35] = ACTIONS(1489), - [aux_sym_cmd_identifier_token36] = ACTIONS(1489), - [aux_sym_cmd_identifier_token37] = ACTIONS(1489), - [aux_sym_cmd_identifier_token38] = ACTIONS(1487), - [aux_sym_cmd_identifier_token39] = ACTIONS(1489), - [aux_sym_cmd_identifier_token40] = ACTIONS(1489), - [sym__newline] = ACTIONS(1491), - [anon_sym_SEMI] = ACTIONS(1494), - [anon_sym_def] = ACTIONS(1487), - [anon_sym_export_DASHenv] = ACTIONS(1487), - [anon_sym_extern] = ACTIONS(1487), - [anon_sym_module] = ACTIONS(1487), - [anon_sym_use] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1489), - [anon_sym_LPAREN] = ACTIONS(1489), - [anon_sym_DOLLAR] = ACTIONS(1487), - [anon_sym_error] = ACTIONS(1487), - [anon_sym_DASH2] = ACTIONS(1487), - [anon_sym_break] = ACTIONS(1487), - [anon_sym_continue] = ACTIONS(1487), - [anon_sym_for] = ACTIONS(1487), - [anon_sym_loop] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1487), - [anon_sym_do] = ACTIONS(1487), - [anon_sym_if] = ACTIONS(1487), - [anon_sym_match] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1489), - [anon_sym_DOT_DOT] = ACTIONS(1487), - [anon_sym_try] = ACTIONS(1487), - [anon_sym_return] = ACTIONS(1487), - [anon_sym_source] = ACTIONS(1487), - [anon_sym_source_DASHenv] = ACTIONS(1487), - [anon_sym_register] = ACTIONS(1487), - [anon_sym_hide] = ACTIONS(1487), - [anon_sym_hide_DASHenv] = ACTIONS(1487), - [anon_sym_overlay] = ACTIONS(1487), - [anon_sym_where] = ACTIONS(1489), - [aux_sym_expr_unary_token1] = ACTIONS(1489), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), - [anon_sym_DOT_DOT_LT] = ACTIONS(1489), - [anon_sym_null] = ACTIONS(1487), - [anon_sym_true] = ACTIONS(1487), - [anon_sym_false] = ACTIONS(1487), - [aux_sym__val_number_decimal_token1] = ACTIONS(1487), - [aux_sym__val_number_decimal_token2] = ACTIONS(1489), - [aux_sym__val_number_decimal_token3] = ACTIONS(1489), - [aux_sym__val_number_decimal_token4] = ACTIONS(1489), - [aux_sym__val_number_token1] = ACTIONS(1489), - [aux_sym__val_number_token2] = ACTIONS(1489), - [aux_sym__val_number_token3] = ACTIONS(1489), - [aux_sym__val_number_token4] = ACTIONS(1487), - [aux_sym__val_number_token5] = ACTIONS(1487), - [aux_sym__val_number_token6] = ACTIONS(1487), - [anon_sym_0b] = ACTIONS(1487), - [anon_sym_0o] = ACTIONS(1487), - [anon_sym_0x] = ACTIONS(1487), - [sym_val_date] = ACTIONS(1489), - [anon_sym_DQUOTE] = ACTIONS(1489), - [sym__str_single_quotes] = ACTIONS(1489), - [sym__str_back_ticks] = ACTIONS(1489), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1489), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1489), - [aux_sym_env_var_token1] = ACTIONS(1487), - [anon_sym_CARET] = ACTIONS(1489), - [aux_sym_command_token1] = ACTIONS(1489), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1489), - }, - [264] = { - [sym_comment] = STATE(264), - [aux_sym__block_body_repeat1] = STATE(238), - [ts_builtin_sym_end] = ACTIONS(1385), - [anon_sym_export] = ACTIONS(1381), - [anon_sym_alias] = ACTIONS(1381), - [anon_sym_let] = ACTIONS(1381), - [anon_sym_let_DASHenv] = ACTIONS(1381), - [anon_sym_mut] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [aux_sym_cmd_identifier_token1] = ACTIONS(1381), - [aux_sym_cmd_identifier_token2] = ACTIONS(1383), - [aux_sym_cmd_identifier_token3] = ACTIONS(1383), - [aux_sym_cmd_identifier_token4] = ACTIONS(1383), - [aux_sym_cmd_identifier_token5] = ACTIONS(1383), - [aux_sym_cmd_identifier_token6] = ACTIONS(1383), - [aux_sym_cmd_identifier_token7] = ACTIONS(1383), - [aux_sym_cmd_identifier_token8] = ACTIONS(1381), - [aux_sym_cmd_identifier_token9] = ACTIONS(1381), - [aux_sym_cmd_identifier_token10] = ACTIONS(1383), - [aux_sym_cmd_identifier_token11] = ACTIONS(1383), - [aux_sym_cmd_identifier_token12] = ACTIONS(1381), - [aux_sym_cmd_identifier_token13] = ACTIONS(1381), - [aux_sym_cmd_identifier_token14] = ACTIONS(1381), - [aux_sym_cmd_identifier_token15] = ACTIONS(1381), - [aux_sym_cmd_identifier_token16] = ACTIONS(1383), - [aux_sym_cmd_identifier_token17] = ACTIONS(1383), - [aux_sym_cmd_identifier_token18] = ACTIONS(1381), - [aux_sym_cmd_identifier_token19] = ACTIONS(1383), - [aux_sym_cmd_identifier_token20] = ACTIONS(1383), - [aux_sym_cmd_identifier_token21] = ACTIONS(1383), - [aux_sym_cmd_identifier_token22] = ACTIONS(1383), - [aux_sym_cmd_identifier_token23] = ACTIONS(1383), - [aux_sym_cmd_identifier_token24] = ACTIONS(1383), - [aux_sym_cmd_identifier_token25] = ACTIONS(1383), - [aux_sym_cmd_identifier_token26] = ACTIONS(1383), - [aux_sym_cmd_identifier_token27] = ACTIONS(1383), - [aux_sym_cmd_identifier_token28] = ACTIONS(1383), - [aux_sym_cmd_identifier_token29] = ACTIONS(1383), - [aux_sym_cmd_identifier_token30] = ACTIONS(1383), - [aux_sym_cmd_identifier_token31] = ACTIONS(1383), - [aux_sym_cmd_identifier_token32] = ACTIONS(1381), - [aux_sym_cmd_identifier_token33] = ACTIONS(1383), - [aux_sym_cmd_identifier_token34] = ACTIONS(1381), - [aux_sym_cmd_identifier_token35] = ACTIONS(1383), - [aux_sym_cmd_identifier_token36] = ACTIONS(1383), - [aux_sym_cmd_identifier_token37] = ACTIONS(1383), - [aux_sym_cmd_identifier_token38] = ACTIONS(1381), - [aux_sym_cmd_identifier_token39] = ACTIONS(1383), - [aux_sym_cmd_identifier_token40] = ACTIONS(1383), - [sym__newline] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(25), - [anon_sym_def] = ACTIONS(1381), - [anon_sym_export_DASHenv] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym_module] = ACTIONS(1381), - [anon_sym_use] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1383), - [anon_sym_DOLLAR] = ACTIONS(1381), - [anon_sym_error] = ACTIONS(1381), - [anon_sym_DASH2] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_loop] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_match] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_try] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_source] = ACTIONS(1381), - [anon_sym_source_DASHenv] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_hide] = ACTIONS(1381), - [anon_sym_hide_DASHenv] = ACTIONS(1381), - [anon_sym_overlay] = ACTIONS(1381), - [anon_sym_where] = ACTIONS(1383), - [aux_sym_expr_unary_token1] = ACTIONS(1383), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), - [anon_sym_DOT_DOT_LT] = ACTIONS(1383), - [anon_sym_null] = ACTIONS(1381), - [anon_sym_true] = ACTIONS(1381), - [anon_sym_false] = ACTIONS(1381), - [aux_sym__val_number_decimal_token1] = ACTIONS(1381), - [aux_sym__val_number_decimal_token2] = ACTIONS(1383), - [aux_sym__val_number_decimal_token3] = ACTIONS(1383), - [aux_sym__val_number_decimal_token4] = ACTIONS(1383), - [aux_sym__val_number_token1] = ACTIONS(1383), - [aux_sym__val_number_token2] = ACTIONS(1383), - [aux_sym__val_number_token3] = ACTIONS(1383), - [aux_sym__val_number_token4] = ACTIONS(1381), - [aux_sym__val_number_token5] = ACTIONS(1381), - [aux_sym__val_number_token6] = ACTIONS(1381), - [anon_sym_0b] = ACTIONS(1381), - [anon_sym_0o] = ACTIONS(1381), - [anon_sym_0x] = ACTIONS(1381), - [sym_val_date] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym__str_single_quotes] = ACTIONS(1383), - [sym__str_back_ticks] = ACTIONS(1383), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), - [aux_sym_env_var_token1] = ACTIONS(1381), - [anon_sym_CARET] = ACTIONS(1383), - [aux_sym_command_token1] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1383), - }, - [265] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4808), - [sym_block] = STATE(4809), - [sym__expression_parenthesized] = STATE(4809), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4809), - [sym_comment] = STATE(265), - [aux_sym_shebang_repeat1] = STATE(266), + [260] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4913), + [sym_block] = STATE(4914), + [sym__expression_parenthesized] = STATE(4914), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4914), + [sym_comment] = STATE(260), + [aux_sym_shebang_repeat1] = STATE(265), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109772,7 +109237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -109781,10 +109246,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109805,40 +109270,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [266] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(266), - [aux_sym_shebang_repeat1] = STATE(1147), + [261] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4915), + [sym_block] = STATE(4916), + [sym__expression_parenthesized] = STATE(4916), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4916), + [sym_comment] = STATE(261), + [aux_sym_shebang_repeat1] = STATE(267), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109884,7 +109349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -109893,10 +109358,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -109917,40 +109382,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [267] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4873), - [sym_block] = STATE(4874), - [sym__expression_parenthesized] = STATE(4874), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4874), - [sym_comment] = STATE(267), - [aux_sym_shebang_repeat1] = STATE(270), + [262] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4931), + [sym_block] = STATE(4932), + [sym__expression_parenthesized] = STATE(4932), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4932), + [sym_comment] = STATE(262), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -109996,7 +109461,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110005,10 +109470,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110029,40 +109494,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [268] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4875), - [sym_block] = STATE(4876), - [sym__expression_parenthesized] = STATE(4876), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4876), - [sym_comment] = STATE(268), - [aux_sym_shebang_repeat1] = STATE(272), + [263] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(263), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110108,7 +109573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110117,10 +109582,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110141,40 +109606,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [269] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4877), - [sym_block] = STATE(4878), - [sym__expression_parenthesized] = STATE(4878), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4878), - [sym_comment] = STATE(269), - [aux_sym_shebang_repeat1] = STATE(274), + [264] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4933), + [sym_block] = STATE(4934), + [sym__expression_parenthesized] = STATE(4934), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4934), + [sym_comment] = STATE(264), + [aux_sym_shebang_repeat1] = STATE(269), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110220,7 +109685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110229,10 +109694,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110253,40 +109718,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [270] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(270), - [aux_sym_shebang_repeat1] = STATE(1147), + [265] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), + [sym_comment] = STATE(265), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110332,7 +109797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110341,10 +109806,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110365,40 +109830,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [271] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4901), - [sym_block] = STATE(4902), - [sym__expression_parenthesized] = STATE(4902), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4902), - [sym_comment] = STATE(271), - [aux_sym_shebang_repeat1] = STATE(277), + [266] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4935), + [sym_block] = STATE(4936), + [sym__expression_parenthesized] = STATE(4936), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4936), + [sym_comment] = STATE(266), + [aux_sym_shebang_repeat1] = STATE(270), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110444,7 +109909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110453,10 +109918,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110477,40 +109942,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [272] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(272), - [aux_sym_shebang_repeat1] = STATE(1147), + [267] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(267), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110556,7 +110021,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110565,10 +110030,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110589,40 +110054,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [273] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4903), - [sym_block] = STATE(4904), - [sym__expression_parenthesized] = STATE(4904), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4904), - [sym_comment] = STATE(273), - [aux_sym_shebang_repeat1] = STATE(278), + [268] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4938), + [sym_block] = STATE(4939), + [sym__expression_parenthesized] = STATE(4939), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4939), + [sym_comment] = STATE(268), + [aux_sym_shebang_repeat1] = STATE(271), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110668,7 +110133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110677,10 +110142,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110701,40 +110166,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [274] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(274), - [aux_sym_shebang_repeat1] = STATE(1147), + [269] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4941), + [sym_block] = STATE(4942), + [sym__expression_parenthesized] = STATE(4942), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4942), + [sym_comment] = STATE(269), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110780,7 +110245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110789,10 +110254,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110813,40 +110278,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [275] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4905), - [sym_block] = STATE(4906), - [sym__expression_parenthesized] = STATE(4906), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4906), - [sym_comment] = STATE(275), - [aux_sym_shebang_repeat1] = STATE(280), + [270] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4943), + [sym_block] = STATE(4944), + [sym__expression_parenthesized] = STATE(4944), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4944), + [sym_comment] = STATE(270), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -110892,7 +110357,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -110901,10 +110366,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -110925,40 +110390,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [276] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4907), - [sym_block] = STATE(4908), - [sym__expression_parenthesized] = STATE(4908), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4908), - [sym_comment] = STATE(276), - [aux_sym_shebang_repeat1] = STATE(282), + [271] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(271), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111004,7 +110469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111013,10 +110478,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111037,40 +110502,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [277] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4923), - [sym_block] = STATE(4924), - [sym__expression_parenthesized] = STATE(4924), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4924), - [sym_comment] = STATE(277), - [aux_sym_shebang_repeat1] = STATE(1147), + [272] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(272), + [aux_sym_shebang_repeat1] = STATE(273), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111116,7 +110581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111125,10 +110590,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111149,40 +110614,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [278] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(278), - [aux_sym_shebang_repeat1] = STATE(1147), + [273] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4948), + [sym_block] = STATE(4949), + [sym__expression_parenthesized] = STATE(4949), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4949), + [sym_comment] = STATE(273), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111228,7 +110693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111237,10 +110702,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111261,40 +110726,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [279] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4925), - [sym_block] = STATE(4926), - [sym__expression_parenthesized] = STATE(4926), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4926), - [sym_comment] = STATE(279), - [aux_sym_shebang_repeat1] = STATE(284), + [274] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4943), + [sym_block] = STATE(4944), + [sym__expression_parenthesized] = STATE(4944), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4944), + [sym_comment] = STATE(274), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111340,7 +110805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111349,10 +110814,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111373,40 +110838,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [280] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(280), - [aux_sym_shebang_repeat1] = STATE(1147), + [275] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(275), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111452,7 +110917,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111461,10 +110926,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111485,40 +110950,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [281] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4927), - [sym_block] = STATE(4928), - [sym__expression_parenthesized] = STATE(4928), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4928), - [sym_comment] = STATE(281), - [aux_sym_shebang_repeat1] = STATE(285), + [276] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4945), + [sym_block] = STATE(4946), + [sym__expression_parenthesized] = STATE(4946), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4946), + [sym_comment] = STATE(276), + [aux_sym_shebang_repeat1] = STATE(277), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111564,7 +111029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111573,10 +111038,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111597,40 +111062,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [282] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(282), - [aux_sym_shebang_repeat1] = STATE(1147), + [277] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4948), + [sym_block] = STATE(4949), + [sym__expression_parenthesized] = STATE(4949), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4949), + [sym_comment] = STATE(277), + [aux_sym_shebang_repeat1] = STATE(1150), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111676,7 +111141,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111685,10 +111150,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111709,152 +111174,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [283] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4930), - [sym_block] = STATE(4931), - [sym__expression_parenthesized] = STATE(4931), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4931), - [sym_comment] = STATE(283), - [aux_sym_shebang_repeat1] = STATE(286), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(365), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(365), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(365), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [sym__newline] = ACTIONS(1452), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_DOT_DOT] = ACTIONS(187), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(229), - [aux_sym__val_number_token5] = ACTIONS(229), - [aux_sym__val_number_token6] = ACTIONS(229), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [278] = { + [sym_comment] = STATE(278), + [ts_builtin_sym_end] = ACTIONS(1272), + [anon_sym_POUND_BANG] = ACTIONS(1268), + [anon_sym_export] = ACTIONS(1498), + [anon_sym_alias] = ACTIONS(1498), + [anon_sym_let] = ACTIONS(1498), + [anon_sym_let_DASHenv] = ACTIONS(1498), + [anon_sym_mut] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [aux_sym_cmd_identifier_token1] = ACTIONS(1498), + [aux_sym_cmd_identifier_token2] = ACTIONS(1272), + [aux_sym_cmd_identifier_token3] = ACTIONS(1272), + [aux_sym_cmd_identifier_token4] = ACTIONS(1272), + [aux_sym_cmd_identifier_token5] = ACTIONS(1272), + [aux_sym_cmd_identifier_token6] = ACTIONS(1272), + [aux_sym_cmd_identifier_token7] = ACTIONS(1272), + [aux_sym_cmd_identifier_token8] = ACTIONS(1498), + [aux_sym_cmd_identifier_token9] = ACTIONS(1498), + [aux_sym_cmd_identifier_token10] = ACTIONS(1272), + [aux_sym_cmd_identifier_token11] = ACTIONS(1272), + [aux_sym_cmd_identifier_token12] = ACTIONS(1498), + [aux_sym_cmd_identifier_token13] = ACTIONS(1498), + [aux_sym_cmd_identifier_token14] = ACTIONS(1498), + [aux_sym_cmd_identifier_token15] = ACTIONS(1498), + [aux_sym_cmd_identifier_token16] = ACTIONS(1272), + [aux_sym_cmd_identifier_token17] = ACTIONS(1272), + [aux_sym_cmd_identifier_token18] = ACTIONS(1498), + [aux_sym_cmd_identifier_token19] = ACTIONS(1272), + [aux_sym_cmd_identifier_token20] = ACTIONS(1272), + [aux_sym_cmd_identifier_token21] = ACTIONS(1272), + [aux_sym_cmd_identifier_token22] = ACTIONS(1272), + [aux_sym_cmd_identifier_token23] = ACTIONS(1272), + [aux_sym_cmd_identifier_token24] = ACTIONS(1272), + [aux_sym_cmd_identifier_token25] = ACTIONS(1272), + [aux_sym_cmd_identifier_token26] = ACTIONS(1272), + [aux_sym_cmd_identifier_token27] = ACTIONS(1272), + [aux_sym_cmd_identifier_token28] = ACTIONS(1272), + [aux_sym_cmd_identifier_token29] = ACTIONS(1272), + [aux_sym_cmd_identifier_token30] = ACTIONS(1272), + [aux_sym_cmd_identifier_token31] = ACTIONS(1272), + [aux_sym_cmd_identifier_token32] = ACTIONS(1498), + [aux_sym_cmd_identifier_token33] = ACTIONS(1272), + [aux_sym_cmd_identifier_token34] = ACTIONS(1498), + [aux_sym_cmd_identifier_token35] = ACTIONS(1272), + [aux_sym_cmd_identifier_token36] = ACTIONS(1272), + [aux_sym_cmd_identifier_token37] = ACTIONS(1272), + [aux_sym_cmd_identifier_token38] = ACTIONS(1498), + [aux_sym_cmd_identifier_token39] = ACTIONS(1272), + [aux_sym_cmd_identifier_token40] = ACTIONS(1272), + [sym__newline] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_def] = ACTIONS(1498), + [anon_sym_export_DASHenv] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym_module] = ACTIONS(1498), + [anon_sym_use] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1272), + [anon_sym_LPAREN] = ACTIONS(1272), + [anon_sym_DOLLAR] = ACTIONS(1498), + [anon_sym_error] = ACTIONS(1498), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_loop] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_match] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_DOT_DOT] = ACTIONS(1498), + [anon_sym_try] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_source] = ACTIONS(1498), + [anon_sym_source_DASHenv] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_hide] = ACTIONS(1498), + [anon_sym_hide_DASHenv] = ACTIONS(1498), + [anon_sym_overlay] = ACTIONS(1498), + [anon_sym_where] = ACTIONS(1272), + [aux_sym_expr_unary_token1] = ACTIONS(1272), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1272), + [anon_sym_DOT_DOT_LT] = ACTIONS(1272), + [anon_sym_null] = ACTIONS(1498), + [anon_sym_true] = ACTIONS(1498), + [anon_sym_false] = ACTIONS(1498), + [aux_sym__val_number_decimal_token1] = ACTIONS(1498), + [aux_sym__val_number_decimal_token2] = ACTIONS(1272), + [aux_sym__val_number_decimal_token3] = ACTIONS(1272), + [aux_sym__val_number_decimal_token4] = ACTIONS(1272), + [aux_sym__val_number_token1] = ACTIONS(1272), + [aux_sym__val_number_token2] = ACTIONS(1272), + [aux_sym__val_number_token3] = ACTIONS(1272), + [aux_sym__val_number_token4] = ACTIONS(1498), + [aux_sym__val_number_token5] = ACTIONS(1498), + [aux_sym__val_number_token6] = ACTIONS(1498), + [anon_sym_0b] = ACTIONS(1498), + [anon_sym_0o] = ACTIONS(1498), + [anon_sym_0x] = ACTIONS(1498), + [sym_val_date] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym__str_single_quotes] = ACTIONS(1272), + [sym__str_back_ticks] = ACTIONS(1272), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1272), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1272), + [aux_sym_env_var_token1] = ACTIONS(1498), + [anon_sym_CARET] = ACTIONS(1272), + [aux_sym_command_token1] = ACTIONS(1272), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1272), + }, + [279] = { + [sym_comment] = STATE(279), + [anon_sym_export] = ACTIONS(1498), + [anon_sym_alias] = ACTIONS(1498), + [anon_sym_let] = ACTIONS(1498), + [anon_sym_let_DASHenv] = ACTIONS(1498), + [anon_sym_mut] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [aux_sym_cmd_identifier_token1] = ACTIONS(1498), + [aux_sym_cmd_identifier_token2] = ACTIONS(1272), + [aux_sym_cmd_identifier_token3] = ACTIONS(1272), + [aux_sym_cmd_identifier_token4] = ACTIONS(1272), + [aux_sym_cmd_identifier_token5] = ACTIONS(1272), + [aux_sym_cmd_identifier_token6] = ACTIONS(1272), + [aux_sym_cmd_identifier_token7] = ACTIONS(1272), + [aux_sym_cmd_identifier_token8] = ACTIONS(1498), + [aux_sym_cmd_identifier_token9] = ACTIONS(1498), + [aux_sym_cmd_identifier_token10] = ACTIONS(1272), + [aux_sym_cmd_identifier_token11] = ACTIONS(1272), + [aux_sym_cmd_identifier_token12] = ACTIONS(1498), + [aux_sym_cmd_identifier_token13] = ACTIONS(1498), + [aux_sym_cmd_identifier_token14] = ACTIONS(1498), + [aux_sym_cmd_identifier_token15] = ACTIONS(1498), + [aux_sym_cmd_identifier_token16] = ACTIONS(1272), + [aux_sym_cmd_identifier_token17] = ACTIONS(1272), + [aux_sym_cmd_identifier_token18] = ACTIONS(1498), + [aux_sym_cmd_identifier_token19] = ACTIONS(1272), + [aux_sym_cmd_identifier_token20] = ACTIONS(1272), + [aux_sym_cmd_identifier_token21] = ACTIONS(1272), + [aux_sym_cmd_identifier_token22] = ACTIONS(1272), + [aux_sym_cmd_identifier_token23] = ACTIONS(1272), + [aux_sym_cmd_identifier_token24] = ACTIONS(1272), + [aux_sym_cmd_identifier_token25] = ACTIONS(1272), + [aux_sym_cmd_identifier_token26] = ACTIONS(1272), + [aux_sym_cmd_identifier_token27] = ACTIONS(1272), + [aux_sym_cmd_identifier_token28] = ACTIONS(1272), + [aux_sym_cmd_identifier_token29] = ACTIONS(1272), + [aux_sym_cmd_identifier_token30] = ACTIONS(1272), + [aux_sym_cmd_identifier_token31] = ACTIONS(1272), + [aux_sym_cmd_identifier_token32] = ACTIONS(1498), + [aux_sym_cmd_identifier_token33] = ACTIONS(1272), + [aux_sym_cmd_identifier_token34] = ACTIONS(1498), + [aux_sym_cmd_identifier_token35] = ACTIONS(1272), + [aux_sym_cmd_identifier_token36] = ACTIONS(1272), + [aux_sym_cmd_identifier_token37] = ACTIONS(1272), + [aux_sym_cmd_identifier_token38] = ACTIONS(1498), + [aux_sym_cmd_identifier_token39] = ACTIONS(1272), + [aux_sym_cmd_identifier_token40] = ACTIONS(1272), + [sym__newline] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_def] = ACTIONS(1498), + [anon_sym_export_DASHenv] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym_module] = ACTIONS(1498), + [anon_sym_use] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1272), + [anon_sym_LPAREN] = ACTIONS(1272), + [anon_sym_RPAREN] = ACTIONS(1272), + [anon_sym_DOLLAR] = ACTIONS(1498), + [anon_sym_error] = ACTIONS(1498), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_loop] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_match] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_RBRACE] = ACTIONS(1272), + [anon_sym_DOT_DOT] = ACTIONS(1498), + [anon_sym_try] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_source] = ACTIONS(1498), + [anon_sym_source_DASHenv] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_hide] = ACTIONS(1498), + [anon_sym_hide_DASHenv] = ACTIONS(1498), + [anon_sym_overlay] = ACTIONS(1498), + [anon_sym_where] = ACTIONS(1272), + [aux_sym_expr_unary_token1] = ACTIONS(1272), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1272), + [anon_sym_DOT_DOT_LT] = ACTIONS(1272), + [anon_sym_null] = ACTIONS(1498), + [anon_sym_true] = ACTIONS(1498), + [anon_sym_false] = ACTIONS(1498), + [aux_sym__val_number_decimal_token1] = ACTIONS(1498), + [aux_sym__val_number_decimal_token2] = ACTIONS(1272), + [aux_sym__val_number_decimal_token3] = ACTIONS(1272), + [aux_sym__val_number_decimal_token4] = ACTIONS(1272), + [aux_sym__val_number_token1] = ACTIONS(1272), + [aux_sym__val_number_token2] = ACTIONS(1272), + [aux_sym__val_number_token3] = ACTIONS(1272), + [aux_sym__val_number_token4] = ACTIONS(1498), + [aux_sym__val_number_token5] = ACTIONS(1498), + [aux_sym__val_number_token6] = ACTIONS(1498), + [anon_sym_0b] = ACTIONS(1498), + [anon_sym_0o] = ACTIONS(1498), + [anon_sym_0x] = ACTIONS(1498), + [sym_val_date] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym__str_single_quotes] = ACTIONS(1272), + [sym__str_back_ticks] = ACTIONS(1272), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1272), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1272), + [aux_sym_env_var_token1] = ACTIONS(1498), + [anon_sym_CARET] = ACTIONS(1272), + [aux_sym_command_token1] = ACTIONS(1272), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(1272), }, - [284] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4933), - [sym_block] = STATE(4934), - [sym__expression_parenthesized] = STATE(4934), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4934), - [sym_comment] = STATE(284), - [aux_sym_shebang_repeat1] = STATE(1147), + [280] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4881), + [sym_block] = STATE(4882), + [sym__expression_parenthesized] = STATE(4882), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4882), + [sym_comment] = STATE(280), + [aux_sym_shebang_repeat1] = STATE(287), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -111900,7 +111477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -111909,10 +111486,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -111933,40 +111510,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [285] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4935), - [sym_block] = STATE(4936), - [sym__expression_parenthesized] = STATE(4936), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4936), - [sym_comment] = STATE(285), - [aux_sym_shebang_repeat1] = STATE(1147), + [281] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4883), + [sym_block] = STATE(4884), + [sym__expression_parenthesized] = STATE(4884), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4884), + [sym_comment] = STATE(281), + [aux_sym_shebang_repeat1] = STATE(235), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -112012,7 +111589,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -112021,10 +111598,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -112045,40 +111622,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [286] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(286), - [aux_sym_shebang_repeat1] = STATE(1147), + [282] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4885), + [sym_block] = STATE(4886), + [sym__expression_parenthesized] = STATE(4886), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4886), + [sym_comment] = STATE(282), + [aux_sym_shebang_repeat1] = STATE(237), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -112124,7 +111701,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -112133,10 +111710,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -112157,40 +111734,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [287] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4937), - [sym_block] = STATE(4938), - [sym__expression_parenthesized] = STATE(4938), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4938), - [sym_comment] = STATE(287), - [aux_sym_shebang_repeat1] = STATE(288), + [283] = { + [sym_comment] = STATE(283), + [aux_sym__block_body_repeat1] = STATE(240), + [ts_builtin_sym_end] = ACTIONS(1385), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_alias] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_let_DASHenv] = ACTIONS(1381), + [anon_sym_mut] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [aux_sym_cmd_identifier_token1] = ACTIONS(1381), + [aux_sym_cmd_identifier_token2] = ACTIONS(1383), + [aux_sym_cmd_identifier_token3] = ACTIONS(1383), + [aux_sym_cmd_identifier_token4] = ACTIONS(1383), + [aux_sym_cmd_identifier_token5] = ACTIONS(1383), + [aux_sym_cmd_identifier_token6] = ACTIONS(1383), + [aux_sym_cmd_identifier_token7] = ACTIONS(1383), + [aux_sym_cmd_identifier_token8] = ACTIONS(1381), + [aux_sym_cmd_identifier_token9] = ACTIONS(1381), + [aux_sym_cmd_identifier_token10] = ACTIONS(1383), + [aux_sym_cmd_identifier_token11] = ACTIONS(1383), + [aux_sym_cmd_identifier_token12] = ACTIONS(1381), + [aux_sym_cmd_identifier_token13] = ACTIONS(1381), + [aux_sym_cmd_identifier_token14] = ACTIONS(1381), + [aux_sym_cmd_identifier_token15] = ACTIONS(1381), + [aux_sym_cmd_identifier_token16] = ACTIONS(1383), + [aux_sym_cmd_identifier_token17] = ACTIONS(1383), + [aux_sym_cmd_identifier_token18] = ACTIONS(1381), + [aux_sym_cmd_identifier_token19] = ACTIONS(1383), + [aux_sym_cmd_identifier_token20] = ACTIONS(1383), + [aux_sym_cmd_identifier_token21] = ACTIONS(1383), + [aux_sym_cmd_identifier_token22] = ACTIONS(1383), + [aux_sym_cmd_identifier_token23] = ACTIONS(1383), + [aux_sym_cmd_identifier_token24] = ACTIONS(1383), + [aux_sym_cmd_identifier_token25] = ACTIONS(1383), + [aux_sym_cmd_identifier_token26] = ACTIONS(1383), + [aux_sym_cmd_identifier_token27] = ACTIONS(1383), + [aux_sym_cmd_identifier_token28] = ACTIONS(1383), + [aux_sym_cmd_identifier_token29] = ACTIONS(1383), + [aux_sym_cmd_identifier_token30] = ACTIONS(1383), + [aux_sym_cmd_identifier_token31] = ACTIONS(1383), + [aux_sym_cmd_identifier_token32] = ACTIONS(1381), + [aux_sym_cmd_identifier_token33] = ACTIONS(1383), + [aux_sym_cmd_identifier_token34] = ACTIONS(1381), + [aux_sym_cmd_identifier_token35] = ACTIONS(1383), + [aux_sym_cmd_identifier_token36] = ACTIONS(1383), + [aux_sym_cmd_identifier_token37] = ACTIONS(1383), + [aux_sym_cmd_identifier_token38] = ACTIONS(1381), + [aux_sym_cmd_identifier_token39] = ACTIONS(1383), + [aux_sym_cmd_identifier_token40] = ACTIONS(1383), + [sym__newline] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(25), + [anon_sym_def] = ACTIONS(1381), + [anon_sym_export_DASHenv] = ACTIONS(1381), + [anon_sym_extern] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_use] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_DOLLAR] = ACTIONS(1381), + [anon_sym_error] = ACTIONS(1381), + [anon_sym_DASH2] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_loop] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_match] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_DOT_DOT] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_source] = ACTIONS(1381), + [anon_sym_source_DASHenv] = ACTIONS(1381), + [anon_sym_register] = ACTIONS(1381), + [anon_sym_hide] = ACTIONS(1381), + [anon_sym_hide_DASHenv] = ACTIONS(1381), + [anon_sym_overlay] = ACTIONS(1381), + [anon_sym_where] = ACTIONS(1383), + [aux_sym_expr_unary_token1] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_DOT_DOT_LT] = ACTIONS(1383), + [anon_sym_null] = ACTIONS(1381), + [anon_sym_true] = ACTIONS(1381), + [anon_sym_false] = ACTIONS(1381), + [aux_sym__val_number_decimal_token1] = ACTIONS(1381), + [aux_sym__val_number_decimal_token2] = ACTIONS(1383), + [aux_sym__val_number_decimal_token3] = ACTIONS(1383), + [aux_sym__val_number_decimal_token4] = ACTIONS(1383), + [aux_sym__val_number_token1] = ACTIONS(1383), + [aux_sym__val_number_token2] = ACTIONS(1383), + [aux_sym__val_number_token3] = ACTIONS(1383), + [aux_sym__val_number_token4] = ACTIONS(1381), + [aux_sym__val_number_token5] = ACTIONS(1381), + [aux_sym__val_number_token6] = ACTIONS(1381), + [anon_sym_0b] = ACTIONS(1381), + [anon_sym_0o] = ACTIONS(1381), + [anon_sym_0x] = ACTIONS(1381), + [sym_val_date] = ACTIONS(1383), + [anon_sym_DQUOTE] = ACTIONS(1383), + [sym__str_single_quotes] = ACTIONS(1383), + [sym__str_back_ticks] = ACTIONS(1383), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), + [aux_sym_env_var_token1] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1383), + [aux_sym_command_token1] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1383), + }, + [284] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4814), + [sym_block] = STATE(4815), + [sym__expression_parenthesized] = STATE(4815), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4815), + [sym_comment] = STATE(284), + [aux_sym_shebang_repeat1] = STATE(247), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -112236,7 +111925,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -112245,10 +111934,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -112269,40 +111958,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [288] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4940), - [sym_block] = STATE(4941), - [sym__expression_parenthesized] = STATE(4941), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4941), - [sym_comment] = STATE(288), - [aux_sym_shebang_repeat1] = STATE(1147), + [285] = { + [sym_comment] = STATE(285), + [aux_sym__block_body_repeat1] = STATE(240), + [ts_builtin_sym_end] = ACTIONS(1394), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_alias] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_let_DASHenv] = ACTIONS(1381), + [anon_sym_mut] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [aux_sym_cmd_identifier_token1] = ACTIONS(1381), + [aux_sym_cmd_identifier_token2] = ACTIONS(1383), + [aux_sym_cmd_identifier_token3] = ACTIONS(1383), + [aux_sym_cmd_identifier_token4] = ACTIONS(1383), + [aux_sym_cmd_identifier_token5] = ACTIONS(1383), + [aux_sym_cmd_identifier_token6] = ACTIONS(1383), + [aux_sym_cmd_identifier_token7] = ACTIONS(1383), + [aux_sym_cmd_identifier_token8] = ACTIONS(1381), + [aux_sym_cmd_identifier_token9] = ACTIONS(1381), + [aux_sym_cmd_identifier_token10] = ACTIONS(1383), + [aux_sym_cmd_identifier_token11] = ACTIONS(1383), + [aux_sym_cmd_identifier_token12] = ACTIONS(1381), + [aux_sym_cmd_identifier_token13] = ACTIONS(1381), + [aux_sym_cmd_identifier_token14] = ACTIONS(1381), + [aux_sym_cmd_identifier_token15] = ACTIONS(1381), + [aux_sym_cmd_identifier_token16] = ACTIONS(1383), + [aux_sym_cmd_identifier_token17] = ACTIONS(1383), + [aux_sym_cmd_identifier_token18] = ACTIONS(1381), + [aux_sym_cmd_identifier_token19] = ACTIONS(1383), + [aux_sym_cmd_identifier_token20] = ACTIONS(1383), + [aux_sym_cmd_identifier_token21] = ACTIONS(1383), + [aux_sym_cmd_identifier_token22] = ACTIONS(1383), + [aux_sym_cmd_identifier_token23] = ACTIONS(1383), + [aux_sym_cmd_identifier_token24] = ACTIONS(1383), + [aux_sym_cmd_identifier_token25] = ACTIONS(1383), + [aux_sym_cmd_identifier_token26] = ACTIONS(1383), + [aux_sym_cmd_identifier_token27] = ACTIONS(1383), + [aux_sym_cmd_identifier_token28] = ACTIONS(1383), + [aux_sym_cmd_identifier_token29] = ACTIONS(1383), + [aux_sym_cmd_identifier_token30] = ACTIONS(1383), + [aux_sym_cmd_identifier_token31] = ACTIONS(1383), + [aux_sym_cmd_identifier_token32] = ACTIONS(1381), + [aux_sym_cmd_identifier_token33] = ACTIONS(1383), + [aux_sym_cmd_identifier_token34] = ACTIONS(1381), + [aux_sym_cmd_identifier_token35] = ACTIONS(1383), + [aux_sym_cmd_identifier_token36] = ACTIONS(1383), + [aux_sym_cmd_identifier_token37] = ACTIONS(1383), + [aux_sym_cmd_identifier_token38] = ACTIONS(1381), + [aux_sym_cmd_identifier_token39] = ACTIONS(1383), + [aux_sym_cmd_identifier_token40] = ACTIONS(1383), + [sym__newline] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(25), + [anon_sym_def] = ACTIONS(1381), + [anon_sym_export_DASHenv] = ACTIONS(1381), + [anon_sym_extern] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_use] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_DOLLAR] = ACTIONS(1381), + [anon_sym_error] = ACTIONS(1381), + [anon_sym_DASH2] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_loop] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_match] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_DOT_DOT] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_source] = ACTIONS(1381), + [anon_sym_source_DASHenv] = ACTIONS(1381), + [anon_sym_register] = ACTIONS(1381), + [anon_sym_hide] = ACTIONS(1381), + [anon_sym_hide_DASHenv] = ACTIONS(1381), + [anon_sym_overlay] = ACTIONS(1381), + [anon_sym_where] = ACTIONS(1383), + [aux_sym_expr_unary_token1] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_DOT_DOT_LT] = ACTIONS(1383), + [anon_sym_null] = ACTIONS(1381), + [anon_sym_true] = ACTIONS(1381), + [anon_sym_false] = ACTIONS(1381), + [aux_sym__val_number_decimal_token1] = ACTIONS(1381), + [aux_sym__val_number_decimal_token2] = ACTIONS(1383), + [aux_sym__val_number_decimal_token3] = ACTIONS(1383), + [aux_sym__val_number_decimal_token4] = ACTIONS(1383), + [aux_sym__val_number_token1] = ACTIONS(1383), + [aux_sym__val_number_token2] = ACTIONS(1383), + [aux_sym__val_number_token3] = ACTIONS(1383), + [aux_sym__val_number_token4] = ACTIONS(1381), + [aux_sym__val_number_token5] = ACTIONS(1381), + [aux_sym__val_number_token6] = ACTIONS(1381), + [anon_sym_0b] = ACTIONS(1381), + [anon_sym_0o] = ACTIONS(1381), + [anon_sym_0x] = ACTIONS(1381), + [sym_val_date] = ACTIONS(1383), + [anon_sym_DQUOTE] = ACTIONS(1383), + [sym__str_single_quotes] = ACTIONS(1383), + [sym__str_back_ticks] = ACTIONS(1383), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), + [aux_sym_env_var_token1] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1383), + [aux_sym_command_token1] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1383), + }, + [286] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4814), + [sym_block] = STATE(4815), + [sym__expression_parenthesized] = STATE(4815), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4815), + [sym_comment] = STATE(286), + [aux_sym_shebang_repeat1] = STATE(211), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -112348,7 +112149,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1038), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_DOT_DOT] = ACTIONS(187), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(229), + [aux_sym__val_number_token5] = ACTIONS(229), + [aux_sym__val_number_token6] = ACTIONS(229), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [287] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4908), + [sym_block] = STATE(4909), + [sym__expression_parenthesized] = STATE(4909), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4909), + [sym_comment] = STATE(287), + [aux_sym_shebang_repeat1] = STATE(1150), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(365), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(365), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(365), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [sym__newline] = ACTIONS(1452), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_if] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -112357,10 +112270,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -112381,121 +112294,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, + [288] = { + [sym_comment] = STATE(288), + [aux_sym_shebang_repeat1] = STATE(295), + [aux_sym__parenthesized_body_repeat1] = STATE(254), + [anon_sym_export] = ACTIONS(1500), + [anon_sym_alias] = ACTIONS(1500), + [anon_sym_let] = ACTIONS(1500), + [anon_sym_let_DASHenv] = ACTIONS(1500), + [anon_sym_mut] = ACTIONS(1500), + [anon_sym_const] = ACTIONS(1500), + [aux_sym_cmd_identifier_token1] = ACTIONS(1500), + [aux_sym_cmd_identifier_token2] = ACTIONS(1502), + [aux_sym_cmd_identifier_token3] = ACTIONS(1502), + [aux_sym_cmd_identifier_token4] = ACTIONS(1502), + [aux_sym_cmd_identifier_token5] = ACTIONS(1502), + [aux_sym_cmd_identifier_token6] = ACTIONS(1502), + [aux_sym_cmd_identifier_token7] = ACTIONS(1502), + [aux_sym_cmd_identifier_token8] = ACTIONS(1500), + [aux_sym_cmd_identifier_token9] = ACTIONS(1500), + [aux_sym_cmd_identifier_token10] = ACTIONS(1502), + [aux_sym_cmd_identifier_token11] = ACTIONS(1502), + [aux_sym_cmd_identifier_token12] = ACTIONS(1500), + [aux_sym_cmd_identifier_token13] = ACTIONS(1500), + [aux_sym_cmd_identifier_token14] = ACTIONS(1500), + [aux_sym_cmd_identifier_token15] = ACTIONS(1500), + [aux_sym_cmd_identifier_token16] = ACTIONS(1502), + [aux_sym_cmd_identifier_token17] = ACTIONS(1502), + [aux_sym_cmd_identifier_token18] = ACTIONS(1500), + [aux_sym_cmd_identifier_token19] = ACTIONS(1502), + [aux_sym_cmd_identifier_token20] = ACTIONS(1502), + [aux_sym_cmd_identifier_token21] = ACTIONS(1502), + [aux_sym_cmd_identifier_token22] = ACTIONS(1502), + [aux_sym_cmd_identifier_token23] = ACTIONS(1502), + [aux_sym_cmd_identifier_token24] = ACTIONS(1502), + [aux_sym_cmd_identifier_token25] = ACTIONS(1502), + [aux_sym_cmd_identifier_token26] = ACTIONS(1502), + [aux_sym_cmd_identifier_token27] = ACTIONS(1502), + [aux_sym_cmd_identifier_token28] = ACTIONS(1502), + [aux_sym_cmd_identifier_token29] = ACTIONS(1502), + [aux_sym_cmd_identifier_token30] = ACTIONS(1502), + [aux_sym_cmd_identifier_token31] = ACTIONS(1502), + [aux_sym_cmd_identifier_token32] = ACTIONS(1500), + [aux_sym_cmd_identifier_token33] = ACTIONS(1502), + [aux_sym_cmd_identifier_token34] = ACTIONS(1500), + [aux_sym_cmd_identifier_token35] = ACTIONS(1502), + [aux_sym_cmd_identifier_token36] = ACTIONS(1502), + [aux_sym_cmd_identifier_token37] = ACTIONS(1502), + [aux_sym_cmd_identifier_token38] = ACTIONS(1500), + [aux_sym_cmd_identifier_token39] = ACTIONS(1502), + [aux_sym_cmd_identifier_token40] = ACTIONS(1502), + [sym__newline] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1506), + [anon_sym_def] = ACTIONS(1500), + [anon_sym_export_DASHenv] = ACTIONS(1500), + [anon_sym_extern] = ACTIONS(1500), + [anon_sym_module] = ACTIONS(1500), + [anon_sym_use] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1502), + [anon_sym_DOLLAR] = ACTIONS(1500), + [anon_sym_error] = ACTIONS(1500), + [anon_sym_DASH2] = ACTIONS(1500), + [anon_sym_break] = ACTIONS(1500), + [anon_sym_continue] = ACTIONS(1500), + [anon_sym_for] = ACTIONS(1500), + [anon_sym_loop] = ACTIONS(1500), + [anon_sym_while] = ACTIONS(1500), + [anon_sym_do] = ACTIONS(1500), + [anon_sym_if] = ACTIONS(1500), + [anon_sym_match] = ACTIONS(1500), + [anon_sym_LBRACE] = ACTIONS(1502), + [anon_sym_DOT_DOT] = ACTIONS(1500), + [anon_sym_try] = ACTIONS(1500), + [anon_sym_return] = ACTIONS(1500), + [anon_sym_source] = ACTIONS(1500), + [anon_sym_source_DASHenv] = ACTIONS(1500), + [anon_sym_register] = ACTIONS(1500), + [anon_sym_hide] = ACTIONS(1500), + [anon_sym_hide_DASHenv] = ACTIONS(1500), + [anon_sym_overlay] = ACTIONS(1500), + [anon_sym_where] = ACTIONS(1502), + [aux_sym_expr_unary_token1] = ACTIONS(1502), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1502), + [anon_sym_DOT_DOT_LT] = ACTIONS(1502), + [anon_sym_null] = ACTIONS(1500), + [anon_sym_true] = ACTIONS(1500), + [anon_sym_false] = ACTIONS(1500), + [aux_sym__val_number_decimal_token1] = ACTIONS(1500), + [aux_sym__val_number_decimal_token2] = ACTIONS(1502), + [aux_sym__val_number_decimal_token3] = ACTIONS(1502), + [aux_sym__val_number_decimal_token4] = ACTIONS(1502), + [aux_sym__val_number_token1] = ACTIONS(1502), + [aux_sym__val_number_token2] = ACTIONS(1502), + [aux_sym__val_number_token3] = ACTIONS(1502), + [aux_sym__val_number_token4] = ACTIONS(1500), + [aux_sym__val_number_token5] = ACTIONS(1500), + [aux_sym__val_number_token6] = ACTIONS(1500), + [anon_sym_0b] = ACTIONS(1500), + [anon_sym_0o] = ACTIONS(1500), + [anon_sym_0x] = ACTIONS(1500), + [sym_val_date] = ACTIONS(1502), + [anon_sym_DQUOTE] = ACTIONS(1502), + [sym__str_single_quotes] = ACTIONS(1502), + [sym__str_back_ticks] = ACTIONS(1502), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1502), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1502), + [aux_sym_env_var_token1] = ACTIONS(1500), + [anon_sym_CARET] = ACTIONS(1502), + [aux_sym_command_token1] = ACTIONS(1502), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1502), + }, [289] = { [sym_comment] = STATE(289), - [anon_sym_export] = ACTIONS(1269), - [anon_sym_alias] = ACTIONS(1269), - [anon_sym_let] = ACTIONS(1269), - [anon_sym_let_DASHenv] = ACTIONS(1269), - [anon_sym_mut] = ACTIONS(1269), - [anon_sym_const] = ACTIONS(1269), - [aux_sym_cmd_identifier_token1] = ACTIONS(1269), - [aux_sym_cmd_identifier_token2] = ACTIONS(1272), - [aux_sym_cmd_identifier_token3] = ACTIONS(1272), - [aux_sym_cmd_identifier_token4] = ACTIONS(1272), - [aux_sym_cmd_identifier_token5] = ACTIONS(1272), - [aux_sym_cmd_identifier_token6] = ACTIONS(1272), - [aux_sym_cmd_identifier_token7] = ACTIONS(1272), - [aux_sym_cmd_identifier_token8] = ACTIONS(1269), - [aux_sym_cmd_identifier_token9] = ACTIONS(1269), - [aux_sym_cmd_identifier_token10] = ACTIONS(1272), - [aux_sym_cmd_identifier_token11] = ACTIONS(1272), - [aux_sym_cmd_identifier_token12] = ACTIONS(1269), - [aux_sym_cmd_identifier_token13] = ACTIONS(1269), - [aux_sym_cmd_identifier_token14] = ACTIONS(1269), - [aux_sym_cmd_identifier_token15] = ACTIONS(1269), - [aux_sym_cmd_identifier_token16] = ACTIONS(1272), - [aux_sym_cmd_identifier_token17] = ACTIONS(1272), - [aux_sym_cmd_identifier_token18] = ACTIONS(1269), - [aux_sym_cmd_identifier_token19] = ACTIONS(1272), - [aux_sym_cmd_identifier_token20] = ACTIONS(1272), - [aux_sym_cmd_identifier_token21] = ACTIONS(1272), - [aux_sym_cmd_identifier_token22] = ACTIONS(1272), - [aux_sym_cmd_identifier_token23] = ACTIONS(1272), - [aux_sym_cmd_identifier_token24] = ACTIONS(1272), - [aux_sym_cmd_identifier_token25] = ACTIONS(1272), - [aux_sym_cmd_identifier_token26] = ACTIONS(1272), - [aux_sym_cmd_identifier_token27] = ACTIONS(1272), - [aux_sym_cmd_identifier_token28] = ACTIONS(1272), - [aux_sym_cmd_identifier_token29] = ACTIONS(1272), - [aux_sym_cmd_identifier_token30] = ACTIONS(1272), - [aux_sym_cmd_identifier_token31] = ACTIONS(1272), - [aux_sym_cmd_identifier_token32] = ACTIONS(1269), - [aux_sym_cmd_identifier_token33] = ACTIONS(1272), - [aux_sym_cmd_identifier_token34] = ACTIONS(1269), - [aux_sym_cmd_identifier_token35] = ACTIONS(1272), - [aux_sym_cmd_identifier_token36] = ACTIONS(1272), - [aux_sym_cmd_identifier_token37] = ACTIONS(1272), - [aux_sym_cmd_identifier_token38] = ACTIONS(1269), - [aux_sym_cmd_identifier_token39] = ACTIONS(1272), - [aux_sym_cmd_identifier_token40] = ACTIONS(1272), - [sym__newline] = ACTIONS(1272), - [anon_sym_SEMI] = ACTIONS(1272), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_def] = ACTIONS(1269), - [anon_sym_export_DASHenv] = ACTIONS(1269), - [anon_sym_extern] = ACTIONS(1269), - [anon_sym_module] = ACTIONS(1269), - [anon_sym_use] = ACTIONS(1269), - [anon_sym_LBRACK] = ACTIONS(1272), - [anon_sym_LPAREN] = ACTIONS(1272), - [anon_sym_DOLLAR] = ACTIONS(1269), - [anon_sym_error] = ACTIONS(1269), - [anon_sym_DASH2] = ACTIONS(1269), - [anon_sym_break] = ACTIONS(1269), - [anon_sym_continue] = ACTIONS(1269), - [anon_sym_for] = ACTIONS(1269), - [anon_sym_loop] = ACTIONS(1269), - [anon_sym_while] = ACTIONS(1269), - [anon_sym_do] = ACTIONS(1269), - [anon_sym_if] = ACTIONS(1269), - [anon_sym_match] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1272), - [anon_sym_RBRACE] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1269), - [anon_sym_try] = ACTIONS(1269), - [anon_sym_return] = ACTIONS(1269), - [anon_sym_source] = ACTIONS(1269), - [anon_sym_source_DASHenv] = ACTIONS(1269), - [anon_sym_register] = ACTIONS(1269), - [anon_sym_hide] = ACTIONS(1269), - [anon_sym_hide_DASHenv] = ACTIONS(1269), - [anon_sym_overlay] = ACTIONS(1269), - [anon_sym_where] = ACTIONS(1272), - [aux_sym_expr_unary_token1] = ACTIONS(1272), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1272), - [anon_sym_DOT_DOT_LT] = ACTIONS(1272), - [anon_sym_null] = ACTIONS(1269), - [anon_sym_true] = ACTIONS(1269), - [anon_sym_false] = ACTIONS(1269), - [aux_sym__val_number_decimal_token1] = ACTIONS(1269), - [aux_sym__val_number_decimal_token2] = ACTIONS(1272), - [aux_sym__val_number_decimal_token3] = ACTIONS(1272), - [aux_sym__val_number_decimal_token4] = ACTIONS(1272), - [aux_sym__val_number_token1] = ACTIONS(1272), - [aux_sym__val_number_token2] = ACTIONS(1272), - [aux_sym__val_number_token3] = ACTIONS(1272), - [aux_sym__val_number_token4] = ACTIONS(1269), - [aux_sym__val_number_token5] = ACTIONS(1269), - [aux_sym__val_number_token6] = ACTIONS(1269), - [anon_sym_0b] = ACTIONS(1269), - [anon_sym_0o] = ACTIONS(1269), - [anon_sym_0x] = ACTIONS(1269), - [sym_val_date] = ACTIONS(1272), - [anon_sym_DQUOTE] = ACTIONS(1272), - [sym__str_single_quotes] = ACTIONS(1272), - [sym__str_back_ticks] = ACTIONS(1272), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1272), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1272), - [aux_sym_env_var_token1] = ACTIONS(1269), - [anon_sym_CARET] = ACTIONS(1272), - [aux_sym_command_token1] = ACTIONS(1272), + [aux_sym__block_body_repeat1] = STATE(240), + [ts_builtin_sym_end] = ACTIONS(1396), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_alias] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_let_DASHenv] = ACTIONS(1381), + [anon_sym_mut] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [aux_sym_cmd_identifier_token1] = ACTIONS(1381), + [aux_sym_cmd_identifier_token2] = ACTIONS(1383), + [aux_sym_cmd_identifier_token3] = ACTIONS(1383), + [aux_sym_cmd_identifier_token4] = ACTIONS(1383), + [aux_sym_cmd_identifier_token5] = ACTIONS(1383), + [aux_sym_cmd_identifier_token6] = ACTIONS(1383), + [aux_sym_cmd_identifier_token7] = ACTIONS(1383), + [aux_sym_cmd_identifier_token8] = ACTIONS(1381), + [aux_sym_cmd_identifier_token9] = ACTIONS(1381), + [aux_sym_cmd_identifier_token10] = ACTIONS(1383), + [aux_sym_cmd_identifier_token11] = ACTIONS(1383), + [aux_sym_cmd_identifier_token12] = ACTIONS(1381), + [aux_sym_cmd_identifier_token13] = ACTIONS(1381), + [aux_sym_cmd_identifier_token14] = ACTIONS(1381), + [aux_sym_cmd_identifier_token15] = ACTIONS(1381), + [aux_sym_cmd_identifier_token16] = ACTIONS(1383), + [aux_sym_cmd_identifier_token17] = ACTIONS(1383), + [aux_sym_cmd_identifier_token18] = ACTIONS(1381), + [aux_sym_cmd_identifier_token19] = ACTIONS(1383), + [aux_sym_cmd_identifier_token20] = ACTIONS(1383), + [aux_sym_cmd_identifier_token21] = ACTIONS(1383), + [aux_sym_cmd_identifier_token22] = ACTIONS(1383), + [aux_sym_cmd_identifier_token23] = ACTIONS(1383), + [aux_sym_cmd_identifier_token24] = ACTIONS(1383), + [aux_sym_cmd_identifier_token25] = ACTIONS(1383), + [aux_sym_cmd_identifier_token26] = ACTIONS(1383), + [aux_sym_cmd_identifier_token27] = ACTIONS(1383), + [aux_sym_cmd_identifier_token28] = ACTIONS(1383), + [aux_sym_cmd_identifier_token29] = ACTIONS(1383), + [aux_sym_cmd_identifier_token30] = ACTIONS(1383), + [aux_sym_cmd_identifier_token31] = ACTIONS(1383), + [aux_sym_cmd_identifier_token32] = ACTIONS(1381), + [aux_sym_cmd_identifier_token33] = ACTIONS(1383), + [aux_sym_cmd_identifier_token34] = ACTIONS(1381), + [aux_sym_cmd_identifier_token35] = ACTIONS(1383), + [aux_sym_cmd_identifier_token36] = ACTIONS(1383), + [aux_sym_cmd_identifier_token37] = ACTIONS(1383), + [aux_sym_cmd_identifier_token38] = ACTIONS(1381), + [aux_sym_cmd_identifier_token39] = ACTIONS(1383), + [aux_sym_cmd_identifier_token40] = ACTIONS(1383), + [sym__newline] = ACTIONS(25), + [anon_sym_SEMI] = ACTIONS(25), + [anon_sym_def] = ACTIONS(1381), + [anon_sym_export_DASHenv] = ACTIONS(1381), + [anon_sym_extern] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_use] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_DOLLAR] = ACTIONS(1381), + [anon_sym_error] = ACTIONS(1381), + [anon_sym_DASH2] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_loop] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_match] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_DOT_DOT] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_source] = ACTIONS(1381), + [anon_sym_source_DASHenv] = ACTIONS(1381), + [anon_sym_register] = ACTIONS(1381), + [anon_sym_hide] = ACTIONS(1381), + [anon_sym_hide_DASHenv] = ACTIONS(1381), + [anon_sym_overlay] = ACTIONS(1381), + [anon_sym_where] = ACTIONS(1383), + [aux_sym_expr_unary_token1] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_DOT_DOT_LT] = ACTIONS(1383), + [anon_sym_null] = ACTIONS(1381), + [anon_sym_true] = ACTIONS(1381), + [anon_sym_false] = ACTIONS(1381), + [aux_sym__val_number_decimal_token1] = ACTIONS(1381), + [aux_sym__val_number_decimal_token2] = ACTIONS(1383), + [aux_sym__val_number_decimal_token3] = ACTIONS(1383), + [aux_sym__val_number_decimal_token4] = ACTIONS(1383), + [aux_sym__val_number_token1] = ACTIONS(1383), + [aux_sym__val_number_token2] = ACTIONS(1383), + [aux_sym__val_number_token3] = ACTIONS(1383), + [aux_sym__val_number_token4] = ACTIONS(1381), + [aux_sym__val_number_token5] = ACTIONS(1381), + [aux_sym__val_number_token6] = ACTIONS(1381), + [anon_sym_0b] = ACTIONS(1381), + [anon_sym_0o] = ACTIONS(1381), + [anon_sym_0x] = ACTIONS(1381), + [sym_val_date] = ACTIONS(1383), + [anon_sym_DQUOTE] = ACTIONS(1383), + [sym__str_single_quotes] = ACTIONS(1383), + [sym__str_back_ticks] = ACTIONS(1383), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), + [aux_sym_env_var_token1] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1383), + [aux_sym_command_token1] = ACTIONS(1383), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1272), + [sym_raw_string_begin] = ACTIONS(1383), }, [290] = { [sym_comment] = STATE(290), - [aux_sym_shebang_repeat1] = STATE(290), [anon_sym_export] = ACTIONS(1262), [anon_sym_alias] = ACTIONS(1262), [anon_sym_let] = ACTIONS(1262), @@ -112503,55 +112527,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1262), [anon_sym_const] = ACTIONS(1262), [aux_sym_cmd_identifier_token1] = ACTIONS(1262), - [aux_sym_cmd_identifier_token2] = ACTIONS(1264), - [aux_sym_cmd_identifier_token3] = ACTIONS(1264), - [aux_sym_cmd_identifier_token4] = ACTIONS(1264), - [aux_sym_cmd_identifier_token5] = ACTIONS(1264), - [aux_sym_cmd_identifier_token6] = ACTIONS(1264), - [aux_sym_cmd_identifier_token7] = ACTIONS(1264), + [aux_sym_cmd_identifier_token2] = ACTIONS(1265), + [aux_sym_cmd_identifier_token3] = ACTIONS(1265), + [aux_sym_cmd_identifier_token4] = ACTIONS(1265), + [aux_sym_cmd_identifier_token5] = ACTIONS(1265), + [aux_sym_cmd_identifier_token6] = ACTIONS(1265), + [aux_sym_cmd_identifier_token7] = ACTIONS(1265), [aux_sym_cmd_identifier_token8] = ACTIONS(1262), [aux_sym_cmd_identifier_token9] = ACTIONS(1262), - [aux_sym_cmd_identifier_token10] = ACTIONS(1264), - [aux_sym_cmd_identifier_token11] = ACTIONS(1264), + [aux_sym_cmd_identifier_token10] = ACTIONS(1265), + [aux_sym_cmd_identifier_token11] = ACTIONS(1265), [aux_sym_cmd_identifier_token12] = ACTIONS(1262), [aux_sym_cmd_identifier_token13] = ACTIONS(1262), [aux_sym_cmd_identifier_token14] = ACTIONS(1262), [aux_sym_cmd_identifier_token15] = ACTIONS(1262), - [aux_sym_cmd_identifier_token16] = ACTIONS(1264), - [aux_sym_cmd_identifier_token17] = ACTIONS(1264), + [aux_sym_cmd_identifier_token16] = ACTIONS(1265), + [aux_sym_cmd_identifier_token17] = ACTIONS(1265), [aux_sym_cmd_identifier_token18] = ACTIONS(1262), - [aux_sym_cmd_identifier_token19] = ACTIONS(1264), - [aux_sym_cmd_identifier_token20] = ACTIONS(1264), - [aux_sym_cmd_identifier_token21] = ACTIONS(1264), - [aux_sym_cmd_identifier_token22] = ACTIONS(1264), - [aux_sym_cmd_identifier_token23] = ACTIONS(1264), - [aux_sym_cmd_identifier_token24] = ACTIONS(1264), - [aux_sym_cmd_identifier_token25] = ACTIONS(1264), - [aux_sym_cmd_identifier_token26] = ACTIONS(1264), - [aux_sym_cmd_identifier_token27] = ACTIONS(1264), - [aux_sym_cmd_identifier_token28] = ACTIONS(1264), - [aux_sym_cmd_identifier_token29] = ACTIONS(1264), - [aux_sym_cmd_identifier_token30] = ACTIONS(1264), - [aux_sym_cmd_identifier_token31] = ACTIONS(1264), + [aux_sym_cmd_identifier_token19] = ACTIONS(1265), + [aux_sym_cmd_identifier_token20] = ACTIONS(1265), + [aux_sym_cmd_identifier_token21] = ACTIONS(1265), + [aux_sym_cmd_identifier_token22] = ACTIONS(1265), + [aux_sym_cmd_identifier_token23] = ACTIONS(1265), + [aux_sym_cmd_identifier_token24] = ACTIONS(1265), + [aux_sym_cmd_identifier_token25] = ACTIONS(1265), + [aux_sym_cmd_identifier_token26] = ACTIONS(1265), + [aux_sym_cmd_identifier_token27] = ACTIONS(1265), + [aux_sym_cmd_identifier_token28] = ACTIONS(1265), + [aux_sym_cmd_identifier_token29] = ACTIONS(1265), + [aux_sym_cmd_identifier_token30] = ACTIONS(1265), + [aux_sym_cmd_identifier_token31] = ACTIONS(1265), [aux_sym_cmd_identifier_token32] = ACTIONS(1262), - [aux_sym_cmd_identifier_token33] = ACTIONS(1264), + [aux_sym_cmd_identifier_token33] = ACTIONS(1265), [aux_sym_cmd_identifier_token34] = ACTIONS(1262), - [aux_sym_cmd_identifier_token35] = ACTIONS(1264), - [aux_sym_cmd_identifier_token36] = ACTIONS(1264), - [aux_sym_cmd_identifier_token37] = ACTIONS(1264), + [aux_sym_cmd_identifier_token35] = ACTIONS(1265), + [aux_sym_cmd_identifier_token36] = ACTIONS(1265), + [aux_sym_cmd_identifier_token37] = ACTIONS(1265), [aux_sym_cmd_identifier_token38] = ACTIONS(1262), - [aux_sym_cmd_identifier_token39] = ACTIONS(1264), - [aux_sym_cmd_identifier_token40] = ACTIONS(1264), - [sym__newline] = ACTIONS(1505), - [anon_sym_SEMI] = ACTIONS(1264), - [anon_sym_PIPE] = ACTIONS(1264), + [aux_sym_cmd_identifier_token39] = ACTIONS(1265), + [aux_sym_cmd_identifier_token40] = ACTIONS(1265), + [sym__newline] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_PIPE] = ACTIONS(1268), [anon_sym_def] = ACTIONS(1262), [anon_sym_export_DASHenv] = ACTIONS(1262), [anon_sym_extern] = ACTIONS(1262), [anon_sym_module] = ACTIONS(1262), [anon_sym_use] = ACTIONS(1262), - [anon_sym_LBRACK] = ACTIONS(1264), - [anon_sym_LPAREN] = ACTIONS(1264), + [anon_sym_LBRACK] = ACTIONS(1265), + [anon_sym_LPAREN] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1262), [anon_sym_error] = ACTIONS(1262), [anon_sym_DASH2] = ACTIONS(1262), @@ -112563,7 +112587,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_do] = ACTIONS(1262), [anon_sym_if] = ACTIONS(1262), [anon_sym_match] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1264), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1272), [anon_sym_DOT_DOT] = ACTIONS(1262), [anon_sym_try] = ACTIONS(1262), [anon_sym_return] = ACTIONS(1262), @@ -112573,72 +112598,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1262), [anon_sym_hide_DASHenv] = ACTIONS(1262), [anon_sym_overlay] = ACTIONS(1262), - [anon_sym_where] = ACTIONS(1264), - [aux_sym_expr_unary_token1] = ACTIONS(1264), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1264), - [anon_sym_DOT_DOT_LT] = ACTIONS(1264), + [anon_sym_where] = ACTIONS(1265), + [aux_sym_expr_unary_token1] = ACTIONS(1265), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1265), + [anon_sym_DOT_DOT_LT] = ACTIONS(1265), [anon_sym_null] = ACTIONS(1262), [anon_sym_true] = ACTIONS(1262), [anon_sym_false] = ACTIONS(1262), [aux_sym__val_number_decimal_token1] = ACTIONS(1262), - [aux_sym__val_number_decimal_token2] = ACTIONS(1264), - [aux_sym__val_number_decimal_token3] = ACTIONS(1264), - [aux_sym__val_number_decimal_token4] = ACTIONS(1264), - [aux_sym__val_number_token1] = ACTIONS(1264), - [aux_sym__val_number_token2] = ACTIONS(1264), - [aux_sym__val_number_token3] = ACTIONS(1264), + [aux_sym__val_number_decimal_token2] = ACTIONS(1265), + [aux_sym__val_number_decimal_token3] = ACTIONS(1265), + [aux_sym__val_number_decimal_token4] = ACTIONS(1265), + [aux_sym__val_number_token1] = ACTIONS(1265), + [aux_sym__val_number_token2] = ACTIONS(1265), + [aux_sym__val_number_token3] = ACTIONS(1265), [aux_sym__val_number_token4] = ACTIONS(1262), [aux_sym__val_number_token5] = ACTIONS(1262), [aux_sym__val_number_token6] = ACTIONS(1262), [anon_sym_0b] = ACTIONS(1262), [anon_sym_0o] = ACTIONS(1262), [anon_sym_0x] = ACTIONS(1262), - [sym_val_date] = ACTIONS(1264), - [anon_sym_DQUOTE] = ACTIONS(1264), - [sym__str_single_quotes] = ACTIONS(1264), - [sym__str_back_ticks] = ACTIONS(1264), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1264), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1264), + [sym_val_date] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym__str_single_quotes] = ACTIONS(1265), + [sym__str_back_ticks] = ACTIONS(1265), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1265), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1265), [aux_sym_env_var_token1] = ACTIONS(1262), - [anon_sym_CARET] = ACTIONS(1264), - [aux_sym_command_token1] = ACTIONS(1264), + [anon_sym_CARET] = ACTIONS(1265), + [aux_sym_command_token1] = ACTIONS(1265), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1264), + [sym_raw_string_begin] = ACTIONS(1265), }, [291] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if_parenthesized] = STATE(4933), - [sym_block] = STATE(4934), - [sym__expression_parenthesized] = STATE(4934), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3688), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4934), + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if_parenthesized] = STATE(4885), + [sym_block] = STATE(4886), + [sym__expression_parenthesized] = STATE(4886), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3706), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4886), [sym_comment] = STATE(291), - [aux_sym_shebang_repeat1] = STATE(1147), + [aux_sym_shebang_repeat1] = STATE(259), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -112684,7 +112709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1472), + [anon_sym_if] = ACTIONS(1026), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -112693,10 +112718,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -112719,364 +112744,364 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [292] = { [sym_comment] = STATE(292), - [aux_sym_shebang_repeat1] = STATE(290), - [anon_sym_export] = ACTIONS(1508), - [anon_sym_alias] = ACTIONS(1508), - [anon_sym_let] = ACTIONS(1508), - [anon_sym_let_DASHenv] = ACTIONS(1508), - [anon_sym_mut] = ACTIONS(1508), - [anon_sym_const] = ACTIONS(1508), - [aux_sym_cmd_identifier_token1] = ACTIONS(1508), - [aux_sym_cmd_identifier_token2] = ACTIONS(1510), - [aux_sym_cmd_identifier_token3] = ACTIONS(1510), - [aux_sym_cmd_identifier_token4] = ACTIONS(1510), - [aux_sym_cmd_identifier_token5] = ACTIONS(1510), - [aux_sym_cmd_identifier_token6] = ACTIONS(1510), - [aux_sym_cmd_identifier_token7] = ACTIONS(1510), - [aux_sym_cmd_identifier_token8] = ACTIONS(1508), - [aux_sym_cmd_identifier_token9] = ACTIONS(1508), - [aux_sym_cmd_identifier_token10] = ACTIONS(1510), - [aux_sym_cmd_identifier_token11] = ACTIONS(1510), - [aux_sym_cmd_identifier_token12] = ACTIONS(1508), - [aux_sym_cmd_identifier_token13] = ACTIONS(1508), - [aux_sym_cmd_identifier_token14] = ACTIONS(1508), - [aux_sym_cmd_identifier_token15] = ACTIONS(1508), - [aux_sym_cmd_identifier_token16] = ACTIONS(1510), - [aux_sym_cmd_identifier_token17] = ACTIONS(1510), - [aux_sym_cmd_identifier_token18] = ACTIONS(1508), - [aux_sym_cmd_identifier_token19] = ACTIONS(1510), - [aux_sym_cmd_identifier_token20] = ACTIONS(1510), - [aux_sym_cmd_identifier_token21] = ACTIONS(1510), - [aux_sym_cmd_identifier_token22] = ACTIONS(1510), - [aux_sym_cmd_identifier_token23] = ACTIONS(1510), - [aux_sym_cmd_identifier_token24] = ACTIONS(1510), - [aux_sym_cmd_identifier_token25] = ACTIONS(1510), - [aux_sym_cmd_identifier_token26] = ACTIONS(1510), - [aux_sym_cmd_identifier_token27] = ACTIONS(1510), - [aux_sym_cmd_identifier_token28] = ACTIONS(1510), - [aux_sym_cmd_identifier_token29] = ACTIONS(1510), - [aux_sym_cmd_identifier_token30] = ACTIONS(1510), - [aux_sym_cmd_identifier_token31] = ACTIONS(1510), - [aux_sym_cmd_identifier_token32] = ACTIONS(1508), - [aux_sym_cmd_identifier_token33] = ACTIONS(1510), - [aux_sym_cmd_identifier_token34] = ACTIONS(1508), - [aux_sym_cmd_identifier_token35] = ACTIONS(1510), - [aux_sym_cmd_identifier_token36] = ACTIONS(1510), - [aux_sym_cmd_identifier_token37] = ACTIONS(1510), - [aux_sym_cmd_identifier_token38] = ACTIONS(1508), - [aux_sym_cmd_identifier_token39] = ACTIONS(1510), - [aux_sym_cmd_identifier_token40] = ACTIONS(1510), - [sym__newline] = ACTIONS(1468), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_def] = ACTIONS(1508), - [anon_sym_export_DASHenv] = ACTIONS(1508), - [anon_sym_extern] = ACTIONS(1508), - [anon_sym_module] = ACTIONS(1508), - [anon_sym_use] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1510), - [anon_sym_DOLLAR] = ACTIONS(1508), - [anon_sym_error] = ACTIONS(1508), - [anon_sym_DASH2] = ACTIONS(1508), - [anon_sym_break] = ACTIONS(1508), - [anon_sym_continue] = ACTIONS(1508), - [anon_sym_for] = ACTIONS(1508), - [anon_sym_loop] = ACTIONS(1508), - [anon_sym_while] = ACTIONS(1508), - [anon_sym_do] = ACTIONS(1508), - [anon_sym_if] = ACTIONS(1508), - [anon_sym_match] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1510), - [anon_sym_DOT_DOT] = ACTIONS(1508), - [anon_sym_try] = ACTIONS(1508), - [anon_sym_return] = ACTIONS(1508), - [anon_sym_source] = ACTIONS(1508), - [anon_sym_source_DASHenv] = ACTIONS(1508), - [anon_sym_register] = ACTIONS(1508), - [anon_sym_hide] = ACTIONS(1508), - [anon_sym_hide_DASHenv] = ACTIONS(1508), - [anon_sym_overlay] = ACTIONS(1508), - [anon_sym_where] = ACTIONS(1510), - [aux_sym_expr_unary_token1] = ACTIONS(1510), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1510), - [anon_sym_DOT_DOT_LT] = ACTIONS(1510), - [anon_sym_null] = ACTIONS(1508), - [anon_sym_true] = ACTIONS(1508), - [anon_sym_false] = ACTIONS(1508), - [aux_sym__val_number_decimal_token1] = ACTIONS(1508), - [aux_sym__val_number_decimal_token2] = ACTIONS(1510), - [aux_sym__val_number_decimal_token3] = ACTIONS(1510), - [aux_sym__val_number_decimal_token4] = ACTIONS(1510), - [aux_sym__val_number_token1] = ACTIONS(1510), - [aux_sym__val_number_token2] = ACTIONS(1510), - [aux_sym__val_number_token3] = ACTIONS(1510), - [aux_sym__val_number_token4] = ACTIONS(1508), - [aux_sym__val_number_token5] = ACTIONS(1508), - [aux_sym__val_number_token6] = ACTIONS(1508), - [anon_sym_0b] = ACTIONS(1508), - [anon_sym_0o] = ACTIONS(1508), - [anon_sym_0x] = ACTIONS(1508), - [sym_val_date] = ACTIONS(1510), - [anon_sym_DQUOTE] = ACTIONS(1510), - [sym__str_single_quotes] = ACTIONS(1510), - [sym__str_back_ticks] = ACTIONS(1510), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1510), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1510), - [aux_sym_env_var_token1] = ACTIONS(1508), - [anon_sym_CARET] = ACTIONS(1510), - [aux_sym_command_token1] = ACTIONS(1510), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1510), + [anon_sym_export] = ACTIONS(1270), + [anon_sym_alias] = ACTIONS(1270), + [anon_sym_let] = ACTIONS(1270), + [anon_sym_let_DASHenv] = ACTIONS(1270), + [anon_sym_mut] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [aux_sym_cmd_identifier_token1] = ACTIONS(1270), + [aux_sym_cmd_identifier_token2] = ACTIONS(1268), + [aux_sym_cmd_identifier_token3] = ACTIONS(1268), + [aux_sym_cmd_identifier_token4] = ACTIONS(1268), + [aux_sym_cmd_identifier_token5] = ACTIONS(1268), + [aux_sym_cmd_identifier_token6] = ACTIONS(1268), + [aux_sym_cmd_identifier_token7] = ACTIONS(1268), + [aux_sym_cmd_identifier_token8] = ACTIONS(1270), + [aux_sym_cmd_identifier_token9] = ACTIONS(1270), + [aux_sym_cmd_identifier_token10] = ACTIONS(1268), + [aux_sym_cmd_identifier_token11] = ACTIONS(1268), + [aux_sym_cmd_identifier_token12] = ACTIONS(1270), + [aux_sym_cmd_identifier_token13] = ACTIONS(1270), + [aux_sym_cmd_identifier_token14] = ACTIONS(1270), + [aux_sym_cmd_identifier_token15] = ACTIONS(1270), + [aux_sym_cmd_identifier_token16] = ACTIONS(1268), + [aux_sym_cmd_identifier_token17] = ACTIONS(1268), + [aux_sym_cmd_identifier_token18] = ACTIONS(1270), + [aux_sym_cmd_identifier_token19] = ACTIONS(1268), + [aux_sym_cmd_identifier_token20] = ACTIONS(1268), + [aux_sym_cmd_identifier_token21] = ACTIONS(1268), + [aux_sym_cmd_identifier_token22] = ACTIONS(1268), + [aux_sym_cmd_identifier_token23] = ACTIONS(1268), + [aux_sym_cmd_identifier_token24] = ACTIONS(1268), + [aux_sym_cmd_identifier_token25] = ACTIONS(1268), + [aux_sym_cmd_identifier_token26] = ACTIONS(1268), + [aux_sym_cmd_identifier_token27] = ACTIONS(1268), + [aux_sym_cmd_identifier_token28] = ACTIONS(1268), + [aux_sym_cmd_identifier_token29] = ACTIONS(1268), + [aux_sym_cmd_identifier_token30] = ACTIONS(1268), + [aux_sym_cmd_identifier_token31] = ACTIONS(1268), + [aux_sym_cmd_identifier_token32] = ACTIONS(1270), + [aux_sym_cmd_identifier_token33] = ACTIONS(1268), + [aux_sym_cmd_identifier_token34] = ACTIONS(1270), + [aux_sym_cmd_identifier_token35] = ACTIONS(1268), + [aux_sym_cmd_identifier_token36] = ACTIONS(1268), + [aux_sym_cmd_identifier_token37] = ACTIONS(1268), + [aux_sym_cmd_identifier_token38] = ACTIONS(1270), + [aux_sym_cmd_identifier_token39] = ACTIONS(1268), + [aux_sym_cmd_identifier_token40] = ACTIONS(1268), + [sym__newline] = ACTIONS(1268), + [anon_sym_SEMI] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_def] = ACTIONS(1270), + [anon_sym_export_DASHenv] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym_module] = ACTIONS(1270), + [anon_sym_use] = ACTIONS(1270), + [anon_sym_LBRACK] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1270), + [anon_sym_error] = ACTIONS(1270), + [anon_sym_DASH2] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_loop] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_match] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1268), + [anon_sym_DOT_DOT] = ACTIONS(1270), + [anon_sym_try] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_source] = ACTIONS(1270), + [anon_sym_source_DASHenv] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_hide] = ACTIONS(1270), + [anon_sym_hide_DASHenv] = ACTIONS(1270), + [anon_sym_overlay] = ACTIONS(1270), + [anon_sym_where] = ACTIONS(1268), + [aux_sym_expr_unary_token1] = ACTIONS(1268), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1268), + [anon_sym_DOT_DOT_LT] = ACTIONS(1268), + [anon_sym_null] = ACTIONS(1270), + [anon_sym_true] = ACTIONS(1270), + [anon_sym_false] = ACTIONS(1270), + [aux_sym__val_number_decimal_token1] = ACTIONS(1270), + [aux_sym__val_number_decimal_token2] = ACTIONS(1268), + [aux_sym__val_number_decimal_token3] = ACTIONS(1268), + [aux_sym__val_number_decimal_token4] = ACTIONS(1268), + [aux_sym__val_number_token1] = ACTIONS(1268), + [aux_sym__val_number_token2] = ACTIONS(1268), + [aux_sym__val_number_token3] = ACTIONS(1268), + [aux_sym__val_number_token4] = ACTIONS(1270), + [aux_sym__val_number_token5] = ACTIONS(1270), + [aux_sym__val_number_token6] = ACTIONS(1270), + [anon_sym_0b] = ACTIONS(1270), + [anon_sym_0o] = ACTIONS(1270), + [anon_sym_0x] = ACTIONS(1270), + [sym_val_date] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym__str_single_quotes] = ACTIONS(1268), + [sym__str_back_ticks] = ACTIONS(1268), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1268), + [aux_sym_env_var_token1] = ACTIONS(1270), + [anon_sym_CARET] = ACTIONS(1268), + [aux_sym_command_token1] = ACTIONS(1268), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1268), }, [293] = { [sym_comment] = STATE(293), - [ts_builtin_sym_end] = ACTIONS(1279), - [anon_sym_export] = ACTIONS(1485), - [anon_sym_alias] = ACTIONS(1485), - [anon_sym_let] = ACTIONS(1485), - [anon_sym_let_DASHenv] = ACTIONS(1485), - [anon_sym_mut] = ACTIONS(1485), - [anon_sym_const] = ACTIONS(1485), - [aux_sym_cmd_identifier_token1] = ACTIONS(1485), - [aux_sym_cmd_identifier_token2] = ACTIONS(1279), - [aux_sym_cmd_identifier_token3] = ACTIONS(1279), - [aux_sym_cmd_identifier_token4] = ACTIONS(1279), - [aux_sym_cmd_identifier_token5] = ACTIONS(1279), - [aux_sym_cmd_identifier_token6] = ACTIONS(1279), - [aux_sym_cmd_identifier_token7] = ACTIONS(1279), - [aux_sym_cmd_identifier_token8] = ACTIONS(1485), - [aux_sym_cmd_identifier_token9] = ACTIONS(1485), - [aux_sym_cmd_identifier_token10] = ACTIONS(1279), - [aux_sym_cmd_identifier_token11] = ACTIONS(1279), - [aux_sym_cmd_identifier_token12] = ACTIONS(1485), - [aux_sym_cmd_identifier_token13] = ACTIONS(1485), - [aux_sym_cmd_identifier_token14] = ACTIONS(1485), - [aux_sym_cmd_identifier_token15] = ACTIONS(1485), - [aux_sym_cmd_identifier_token16] = ACTIONS(1279), - [aux_sym_cmd_identifier_token17] = ACTIONS(1279), - [aux_sym_cmd_identifier_token18] = ACTIONS(1485), - [aux_sym_cmd_identifier_token19] = ACTIONS(1279), - [aux_sym_cmd_identifier_token20] = ACTIONS(1279), - [aux_sym_cmd_identifier_token21] = ACTIONS(1279), - [aux_sym_cmd_identifier_token22] = ACTIONS(1279), - [aux_sym_cmd_identifier_token23] = ACTIONS(1279), - [aux_sym_cmd_identifier_token24] = ACTIONS(1279), - [aux_sym_cmd_identifier_token25] = ACTIONS(1279), - [aux_sym_cmd_identifier_token26] = ACTIONS(1279), - [aux_sym_cmd_identifier_token27] = ACTIONS(1279), - [aux_sym_cmd_identifier_token28] = ACTIONS(1279), - [aux_sym_cmd_identifier_token29] = ACTIONS(1279), - [aux_sym_cmd_identifier_token30] = ACTIONS(1279), - [aux_sym_cmd_identifier_token31] = ACTIONS(1279), - [aux_sym_cmd_identifier_token32] = ACTIONS(1485), - [aux_sym_cmd_identifier_token33] = ACTIONS(1279), - [aux_sym_cmd_identifier_token34] = ACTIONS(1485), - [aux_sym_cmd_identifier_token35] = ACTIONS(1279), - [aux_sym_cmd_identifier_token36] = ACTIONS(1279), - [aux_sym_cmd_identifier_token37] = ACTIONS(1279), - [aux_sym_cmd_identifier_token38] = ACTIONS(1485), - [aux_sym_cmd_identifier_token39] = ACTIONS(1279), - [aux_sym_cmd_identifier_token40] = ACTIONS(1279), - [sym__newline] = ACTIONS(1279), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_def] = ACTIONS(1485), - [anon_sym_export_DASHenv] = ACTIONS(1485), - [anon_sym_extern] = ACTIONS(1485), - [anon_sym_module] = ACTIONS(1485), - [anon_sym_use] = ACTIONS(1485), - [anon_sym_LBRACK] = ACTIONS(1279), - [anon_sym_LPAREN] = ACTIONS(1279), - [anon_sym_DOLLAR] = ACTIONS(1485), - [anon_sym_error] = ACTIONS(1485), - [anon_sym_DASH2] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_for] = ACTIONS(1485), - [anon_sym_loop] = ACTIONS(1485), - [anon_sym_while] = ACTIONS(1485), - [anon_sym_do] = ACTIONS(1485), - [anon_sym_if] = ACTIONS(1485), - [anon_sym_match] = ACTIONS(1485), - [anon_sym_LBRACE] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1485), - [anon_sym_try] = ACTIONS(1485), - [anon_sym_return] = ACTIONS(1485), - [anon_sym_source] = ACTIONS(1485), - [anon_sym_source_DASHenv] = ACTIONS(1485), - [anon_sym_register] = ACTIONS(1485), - [anon_sym_hide] = ACTIONS(1485), - [anon_sym_hide_DASHenv] = ACTIONS(1485), - [anon_sym_overlay] = ACTIONS(1485), - [anon_sym_where] = ACTIONS(1279), - [aux_sym_expr_unary_token1] = ACTIONS(1279), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1279), - [anon_sym_DOT_DOT_LT] = ACTIONS(1279), - [anon_sym_null] = ACTIONS(1485), - [anon_sym_true] = ACTIONS(1485), - [anon_sym_false] = ACTIONS(1485), - [aux_sym__val_number_decimal_token1] = ACTIONS(1485), - [aux_sym__val_number_decimal_token2] = ACTIONS(1279), - [aux_sym__val_number_decimal_token3] = ACTIONS(1279), - [aux_sym__val_number_decimal_token4] = ACTIONS(1279), - [aux_sym__val_number_token1] = ACTIONS(1279), - [aux_sym__val_number_token2] = ACTIONS(1279), - [aux_sym__val_number_token3] = ACTIONS(1279), - [aux_sym__val_number_token4] = ACTIONS(1485), - [aux_sym__val_number_token5] = ACTIONS(1485), - [aux_sym__val_number_token6] = ACTIONS(1485), - [anon_sym_0b] = ACTIONS(1485), - [anon_sym_0o] = ACTIONS(1485), - [anon_sym_0x] = ACTIONS(1485), - [sym_val_date] = ACTIONS(1279), - [anon_sym_DQUOTE] = ACTIONS(1279), - [sym__str_single_quotes] = ACTIONS(1279), - [sym__str_back_ticks] = ACTIONS(1279), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1279), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1279), - [aux_sym_env_var_token1] = ACTIONS(1485), - [anon_sym_CARET] = ACTIONS(1279), - [aux_sym_command_token1] = ACTIONS(1279), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1279), + [ts_builtin_sym_end] = ACTIONS(1508), + [anon_sym_export] = ACTIONS(1510), + [anon_sym_alias] = ACTIONS(1510), + [anon_sym_let] = ACTIONS(1510), + [anon_sym_let_DASHenv] = ACTIONS(1510), + [anon_sym_mut] = ACTIONS(1510), + [anon_sym_const] = ACTIONS(1510), + [aux_sym_cmd_identifier_token1] = ACTIONS(1510), + [aux_sym_cmd_identifier_token2] = ACTIONS(1508), + [aux_sym_cmd_identifier_token3] = ACTIONS(1508), + [aux_sym_cmd_identifier_token4] = ACTIONS(1508), + [aux_sym_cmd_identifier_token5] = ACTIONS(1508), + [aux_sym_cmd_identifier_token6] = ACTIONS(1508), + [aux_sym_cmd_identifier_token7] = ACTIONS(1508), + [aux_sym_cmd_identifier_token8] = ACTIONS(1510), + [aux_sym_cmd_identifier_token9] = ACTIONS(1510), + [aux_sym_cmd_identifier_token10] = ACTIONS(1508), + [aux_sym_cmd_identifier_token11] = ACTIONS(1508), + [aux_sym_cmd_identifier_token12] = ACTIONS(1510), + [aux_sym_cmd_identifier_token13] = ACTIONS(1510), + [aux_sym_cmd_identifier_token14] = ACTIONS(1510), + [aux_sym_cmd_identifier_token15] = ACTIONS(1510), + [aux_sym_cmd_identifier_token16] = ACTIONS(1508), + [aux_sym_cmd_identifier_token17] = ACTIONS(1508), + [aux_sym_cmd_identifier_token18] = ACTIONS(1510), + [aux_sym_cmd_identifier_token19] = ACTIONS(1508), + [aux_sym_cmd_identifier_token20] = ACTIONS(1508), + [aux_sym_cmd_identifier_token21] = ACTIONS(1508), + [aux_sym_cmd_identifier_token22] = ACTIONS(1508), + [aux_sym_cmd_identifier_token23] = ACTIONS(1508), + [aux_sym_cmd_identifier_token24] = ACTIONS(1508), + [aux_sym_cmd_identifier_token25] = ACTIONS(1508), + [aux_sym_cmd_identifier_token26] = ACTIONS(1508), + [aux_sym_cmd_identifier_token27] = ACTIONS(1508), + [aux_sym_cmd_identifier_token28] = ACTIONS(1508), + [aux_sym_cmd_identifier_token29] = ACTIONS(1508), + [aux_sym_cmd_identifier_token30] = ACTIONS(1508), + [aux_sym_cmd_identifier_token31] = ACTIONS(1508), + [aux_sym_cmd_identifier_token32] = ACTIONS(1510), + [aux_sym_cmd_identifier_token33] = ACTIONS(1508), + [aux_sym_cmd_identifier_token34] = ACTIONS(1510), + [aux_sym_cmd_identifier_token35] = ACTIONS(1508), + [aux_sym_cmd_identifier_token36] = ACTIONS(1508), + [aux_sym_cmd_identifier_token37] = ACTIONS(1508), + [aux_sym_cmd_identifier_token38] = ACTIONS(1510), + [aux_sym_cmd_identifier_token39] = ACTIONS(1508), + [aux_sym_cmd_identifier_token40] = ACTIONS(1508), + [sym__newline] = ACTIONS(1508), + [anon_sym_SEMI] = ACTIONS(1508), + [anon_sym_def] = ACTIONS(1510), + [anon_sym_export_DASHenv] = ACTIONS(1510), + [anon_sym_extern] = ACTIONS(1510), + [anon_sym_module] = ACTIONS(1510), + [anon_sym_use] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_LPAREN] = ACTIONS(1508), + [anon_sym_DOLLAR] = ACTIONS(1510), + [anon_sym_error] = ACTIONS(1510), + [anon_sym_DASH2] = ACTIONS(1510), + [anon_sym_break] = ACTIONS(1510), + [anon_sym_continue] = ACTIONS(1510), + [anon_sym_for] = ACTIONS(1510), + [anon_sym_loop] = ACTIONS(1510), + [anon_sym_while] = ACTIONS(1510), + [anon_sym_do] = ACTIONS(1510), + [anon_sym_if] = ACTIONS(1510), + [anon_sym_match] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1508), + [anon_sym_DOT_DOT] = ACTIONS(1510), + [anon_sym_try] = ACTIONS(1510), + [anon_sym_return] = ACTIONS(1510), + [anon_sym_source] = ACTIONS(1510), + [anon_sym_source_DASHenv] = ACTIONS(1510), + [anon_sym_register] = ACTIONS(1510), + [anon_sym_hide] = ACTIONS(1510), + [anon_sym_hide_DASHenv] = ACTIONS(1510), + [anon_sym_overlay] = ACTIONS(1510), + [anon_sym_where] = ACTIONS(1508), + [aux_sym_expr_unary_token1] = ACTIONS(1508), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1508), + [anon_sym_DOT_DOT_LT] = ACTIONS(1508), + [anon_sym_null] = ACTIONS(1510), + [anon_sym_true] = ACTIONS(1510), + [anon_sym_false] = ACTIONS(1510), + [aux_sym__val_number_decimal_token1] = ACTIONS(1510), + [aux_sym__val_number_decimal_token2] = ACTIONS(1508), + [aux_sym__val_number_decimal_token3] = ACTIONS(1508), + [aux_sym__val_number_decimal_token4] = ACTIONS(1508), + [aux_sym__val_number_token1] = ACTIONS(1508), + [aux_sym__val_number_token2] = ACTIONS(1508), + [aux_sym__val_number_token3] = ACTIONS(1508), + [aux_sym__val_number_token4] = ACTIONS(1510), + [aux_sym__val_number_token5] = ACTIONS(1510), + [aux_sym__val_number_token6] = ACTIONS(1510), + [anon_sym_0b] = ACTIONS(1510), + [anon_sym_0o] = ACTIONS(1510), + [anon_sym_0x] = ACTIONS(1510), + [sym_val_date] = ACTIONS(1508), + [anon_sym_DQUOTE] = ACTIONS(1508), + [sym__str_single_quotes] = ACTIONS(1508), + [sym__str_back_ticks] = ACTIONS(1508), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1508), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1508), + [aux_sym_env_var_token1] = ACTIONS(1510), + [anon_sym_CARET] = ACTIONS(1508), + [aux_sym_command_token1] = ACTIONS(1508), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1508), }, [294] = { [sym_comment] = STATE(294), - [anon_sym_export] = ACTIONS(1514), - [anon_sym_alias] = ACTIONS(1514), - [anon_sym_let] = ACTIONS(1514), - [anon_sym_let_DASHenv] = ACTIONS(1514), - [anon_sym_mut] = ACTIONS(1514), - [anon_sym_const] = ACTIONS(1514), - [aux_sym_cmd_identifier_token1] = ACTIONS(1514), - [aux_sym_cmd_identifier_token2] = ACTIONS(1516), - [aux_sym_cmd_identifier_token3] = ACTIONS(1516), - [aux_sym_cmd_identifier_token4] = ACTIONS(1516), - [aux_sym_cmd_identifier_token5] = ACTIONS(1516), - [aux_sym_cmd_identifier_token6] = ACTIONS(1516), - [aux_sym_cmd_identifier_token7] = ACTIONS(1516), - [aux_sym_cmd_identifier_token8] = ACTIONS(1514), - [aux_sym_cmd_identifier_token9] = ACTIONS(1514), - [aux_sym_cmd_identifier_token10] = ACTIONS(1516), - [aux_sym_cmd_identifier_token11] = ACTIONS(1516), - [aux_sym_cmd_identifier_token12] = ACTIONS(1514), - [aux_sym_cmd_identifier_token13] = ACTIONS(1514), - [aux_sym_cmd_identifier_token14] = ACTIONS(1514), - [aux_sym_cmd_identifier_token15] = ACTIONS(1514), - [aux_sym_cmd_identifier_token16] = ACTIONS(1516), - [aux_sym_cmd_identifier_token17] = ACTIONS(1516), - [aux_sym_cmd_identifier_token18] = ACTIONS(1514), - [aux_sym_cmd_identifier_token19] = ACTIONS(1516), - [aux_sym_cmd_identifier_token20] = ACTIONS(1516), - [aux_sym_cmd_identifier_token21] = ACTIONS(1516), - [aux_sym_cmd_identifier_token22] = ACTIONS(1516), - [aux_sym_cmd_identifier_token23] = ACTIONS(1516), - [aux_sym_cmd_identifier_token24] = ACTIONS(1516), - [aux_sym_cmd_identifier_token25] = ACTIONS(1516), - [aux_sym_cmd_identifier_token26] = ACTIONS(1516), - [aux_sym_cmd_identifier_token27] = ACTIONS(1516), - [aux_sym_cmd_identifier_token28] = ACTIONS(1516), - [aux_sym_cmd_identifier_token29] = ACTIONS(1516), - [aux_sym_cmd_identifier_token30] = ACTIONS(1516), - [aux_sym_cmd_identifier_token31] = ACTIONS(1516), - [aux_sym_cmd_identifier_token32] = ACTIONS(1514), - [aux_sym_cmd_identifier_token33] = ACTIONS(1516), - [aux_sym_cmd_identifier_token34] = ACTIONS(1514), - [aux_sym_cmd_identifier_token35] = ACTIONS(1516), - [aux_sym_cmd_identifier_token36] = ACTIONS(1516), - [aux_sym_cmd_identifier_token37] = ACTIONS(1516), - [aux_sym_cmd_identifier_token38] = ACTIONS(1514), - [aux_sym_cmd_identifier_token39] = ACTIONS(1516), - [aux_sym_cmd_identifier_token40] = ACTIONS(1516), - [sym__newline] = ACTIONS(1518), - [anon_sym_SEMI] = ACTIONS(1518), - [anon_sym_def] = ACTIONS(1514), - [anon_sym_export_DASHenv] = ACTIONS(1514), - [anon_sym_extern] = ACTIONS(1514), - [anon_sym_module] = ACTIONS(1514), - [anon_sym_use] = ACTIONS(1514), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_RPAREN] = ACTIONS(1279), - [anon_sym_DOLLAR] = ACTIONS(1514), - [anon_sym_error] = ACTIONS(1514), - [anon_sym_DASH2] = ACTIONS(1514), - [anon_sym_break] = ACTIONS(1514), - [anon_sym_continue] = ACTIONS(1514), - [anon_sym_for] = ACTIONS(1514), - [anon_sym_loop] = ACTIONS(1514), - [anon_sym_while] = ACTIONS(1514), - [anon_sym_do] = ACTIONS(1514), - [anon_sym_if] = ACTIONS(1514), - [anon_sym_match] = ACTIONS(1514), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_DOT_DOT] = ACTIONS(1514), - [anon_sym_try] = ACTIONS(1514), - [anon_sym_return] = ACTIONS(1514), - [anon_sym_source] = ACTIONS(1514), - [anon_sym_source_DASHenv] = ACTIONS(1514), - [anon_sym_register] = ACTIONS(1514), - [anon_sym_hide] = ACTIONS(1514), - [anon_sym_hide_DASHenv] = ACTIONS(1514), - [anon_sym_overlay] = ACTIONS(1514), - [anon_sym_where] = ACTIONS(1516), - [aux_sym_expr_unary_token1] = ACTIONS(1516), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1516), - [anon_sym_DOT_DOT_LT] = ACTIONS(1516), - [anon_sym_null] = ACTIONS(1514), - [anon_sym_true] = ACTIONS(1514), - [anon_sym_false] = ACTIONS(1514), - [aux_sym__val_number_decimal_token1] = ACTIONS(1514), - [aux_sym__val_number_decimal_token2] = ACTIONS(1516), - [aux_sym__val_number_decimal_token3] = ACTIONS(1516), - [aux_sym__val_number_decimal_token4] = ACTIONS(1516), - [aux_sym__val_number_token1] = ACTIONS(1516), - [aux_sym__val_number_token2] = ACTIONS(1516), - [aux_sym__val_number_token3] = ACTIONS(1516), - [aux_sym__val_number_token4] = ACTIONS(1514), - [aux_sym__val_number_token5] = ACTIONS(1514), - [aux_sym__val_number_token6] = ACTIONS(1514), - [anon_sym_0b] = ACTIONS(1514), - [anon_sym_0o] = ACTIONS(1514), - [anon_sym_0x] = ACTIONS(1514), - [sym_val_date] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [sym__str_single_quotes] = ACTIONS(1516), - [sym__str_back_ticks] = ACTIONS(1516), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1516), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1516), - [aux_sym_env_var_token1] = ACTIONS(1514), - [anon_sym_CARET] = ACTIONS(1516), - [aux_sym_command_token1] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1516), + [anon_sym_export] = ACTIONS(1512), + [anon_sym_alias] = ACTIONS(1512), + [anon_sym_let] = ACTIONS(1512), + [anon_sym_let_DASHenv] = ACTIONS(1512), + [anon_sym_mut] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [aux_sym_cmd_identifier_token1] = ACTIONS(1512), + [aux_sym_cmd_identifier_token2] = ACTIONS(1514), + [aux_sym_cmd_identifier_token3] = ACTIONS(1514), + [aux_sym_cmd_identifier_token4] = ACTIONS(1514), + [aux_sym_cmd_identifier_token5] = ACTIONS(1514), + [aux_sym_cmd_identifier_token6] = ACTIONS(1514), + [aux_sym_cmd_identifier_token7] = ACTIONS(1514), + [aux_sym_cmd_identifier_token8] = ACTIONS(1512), + [aux_sym_cmd_identifier_token9] = ACTIONS(1512), + [aux_sym_cmd_identifier_token10] = ACTIONS(1514), + [aux_sym_cmd_identifier_token11] = ACTIONS(1514), + [aux_sym_cmd_identifier_token12] = ACTIONS(1512), + [aux_sym_cmd_identifier_token13] = ACTIONS(1512), + [aux_sym_cmd_identifier_token14] = ACTIONS(1512), + [aux_sym_cmd_identifier_token15] = ACTIONS(1512), + [aux_sym_cmd_identifier_token16] = ACTIONS(1514), + [aux_sym_cmd_identifier_token17] = ACTIONS(1514), + [aux_sym_cmd_identifier_token18] = ACTIONS(1512), + [aux_sym_cmd_identifier_token19] = ACTIONS(1514), + [aux_sym_cmd_identifier_token20] = ACTIONS(1514), + [aux_sym_cmd_identifier_token21] = ACTIONS(1514), + [aux_sym_cmd_identifier_token22] = ACTIONS(1514), + [aux_sym_cmd_identifier_token23] = ACTIONS(1514), + [aux_sym_cmd_identifier_token24] = ACTIONS(1514), + [aux_sym_cmd_identifier_token25] = ACTIONS(1514), + [aux_sym_cmd_identifier_token26] = ACTIONS(1514), + [aux_sym_cmd_identifier_token27] = ACTIONS(1514), + [aux_sym_cmd_identifier_token28] = ACTIONS(1514), + [aux_sym_cmd_identifier_token29] = ACTIONS(1514), + [aux_sym_cmd_identifier_token30] = ACTIONS(1514), + [aux_sym_cmd_identifier_token31] = ACTIONS(1514), + [aux_sym_cmd_identifier_token32] = ACTIONS(1512), + [aux_sym_cmd_identifier_token33] = ACTIONS(1514), + [aux_sym_cmd_identifier_token34] = ACTIONS(1512), + [aux_sym_cmd_identifier_token35] = ACTIONS(1514), + [aux_sym_cmd_identifier_token36] = ACTIONS(1514), + [aux_sym_cmd_identifier_token37] = ACTIONS(1514), + [aux_sym_cmd_identifier_token38] = ACTIONS(1512), + [aux_sym_cmd_identifier_token39] = ACTIONS(1514), + [aux_sym_cmd_identifier_token40] = ACTIONS(1514), + [sym__newline] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1516), + [anon_sym_def] = ACTIONS(1512), + [anon_sym_export_DASHenv] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym_module] = ACTIONS(1512), + [anon_sym_use] = ACTIONS(1512), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_RPAREN] = ACTIONS(1272), + [anon_sym_DOLLAR] = ACTIONS(1512), + [anon_sym_error] = ACTIONS(1512), + [anon_sym_DASH2] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_loop] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_match] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_source] = ACTIONS(1512), + [anon_sym_source_DASHenv] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_hide] = ACTIONS(1512), + [anon_sym_hide_DASHenv] = ACTIONS(1512), + [anon_sym_overlay] = ACTIONS(1512), + [anon_sym_where] = ACTIONS(1514), + [aux_sym_expr_unary_token1] = ACTIONS(1514), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1514), + [anon_sym_DOT_DOT_LT] = ACTIONS(1514), + [anon_sym_null] = ACTIONS(1512), + [anon_sym_true] = ACTIONS(1512), + [anon_sym_false] = ACTIONS(1512), + [aux_sym__val_number_decimal_token1] = ACTIONS(1512), + [aux_sym__val_number_decimal_token2] = ACTIONS(1514), + [aux_sym__val_number_decimal_token3] = ACTIONS(1514), + [aux_sym__val_number_decimal_token4] = ACTIONS(1514), + [aux_sym__val_number_token1] = ACTIONS(1514), + [aux_sym__val_number_token2] = ACTIONS(1514), + [aux_sym__val_number_token3] = ACTIONS(1514), + [aux_sym__val_number_token4] = ACTIONS(1512), + [aux_sym__val_number_token5] = ACTIONS(1512), + [aux_sym__val_number_token6] = ACTIONS(1512), + [anon_sym_0b] = ACTIONS(1512), + [anon_sym_0o] = ACTIONS(1512), + [anon_sym_0x] = ACTIONS(1512), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym__str_single_quotes] = ACTIONS(1514), + [sym__str_back_ticks] = ACTIONS(1514), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1514), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1514), + [aux_sym_env_var_token1] = ACTIONS(1512), + [anon_sym_CARET] = ACTIONS(1514), + [aux_sym_command_token1] = ACTIONS(1514), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1514), }, [295] = { [sym_comment] = STATE(295), - [ts_builtin_sym_end] = ACTIONS(1521), - [anon_sym_export] = ACTIONS(1523), - [anon_sym_alias] = ACTIONS(1523), - [anon_sym_let] = ACTIONS(1523), - [anon_sym_let_DASHenv] = ACTIONS(1523), - [anon_sym_mut] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [aux_sym_cmd_identifier_token1] = ACTIONS(1523), + [aux_sym_shebang_repeat1] = STATE(244), + [anon_sym_export] = ACTIONS(1519), + [anon_sym_alias] = ACTIONS(1519), + [anon_sym_let] = ACTIONS(1519), + [anon_sym_let_DASHenv] = ACTIONS(1519), + [anon_sym_mut] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [aux_sym_cmd_identifier_token1] = ACTIONS(1519), [aux_sym_cmd_identifier_token2] = ACTIONS(1521), [aux_sym_cmd_identifier_token3] = ACTIONS(1521), [aux_sym_cmd_identifier_token4] = ACTIONS(1521), [aux_sym_cmd_identifier_token5] = ACTIONS(1521), [aux_sym_cmd_identifier_token6] = ACTIONS(1521), [aux_sym_cmd_identifier_token7] = ACTIONS(1521), - [aux_sym_cmd_identifier_token8] = ACTIONS(1523), - [aux_sym_cmd_identifier_token9] = ACTIONS(1523), + [aux_sym_cmd_identifier_token8] = ACTIONS(1519), + [aux_sym_cmd_identifier_token9] = ACTIONS(1519), [aux_sym_cmd_identifier_token10] = ACTIONS(1521), [aux_sym_cmd_identifier_token11] = ACTIONS(1521), - [aux_sym_cmd_identifier_token12] = ACTIONS(1523), - [aux_sym_cmd_identifier_token13] = ACTIONS(1523), - [aux_sym_cmd_identifier_token14] = ACTIONS(1523), - [aux_sym_cmd_identifier_token15] = ACTIONS(1523), + [aux_sym_cmd_identifier_token12] = ACTIONS(1519), + [aux_sym_cmd_identifier_token13] = ACTIONS(1519), + [aux_sym_cmd_identifier_token14] = ACTIONS(1519), + [aux_sym_cmd_identifier_token15] = ACTIONS(1519), [aux_sym_cmd_identifier_token16] = ACTIONS(1521), [aux_sym_cmd_identifier_token17] = ACTIONS(1521), - [aux_sym_cmd_identifier_token18] = ACTIONS(1523), + [aux_sym_cmd_identifier_token18] = ACTIONS(1519), [aux_sym_cmd_identifier_token19] = ACTIONS(1521), [aux_sym_cmd_identifier_token20] = ACTIONS(1521), [aux_sym_cmd_identifier_token21] = ACTIONS(1521), @@ -113090,72 +113115,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token29] = ACTIONS(1521), [aux_sym_cmd_identifier_token30] = ACTIONS(1521), [aux_sym_cmd_identifier_token31] = ACTIONS(1521), - [aux_sym_cmd_identifier_token32] = ACTIONS(1523), + [aux_sym_cmd_identifier_token32] = ACTIONS(1519), [aux_sym_cmd_identifier_token33] = ACTIONS(1521), - [aux_sym_cmd_identifier_token34] = ACTIONS(1523), + [aux_sym_cmd_identifier_token34] = ACTIONS(1519), [aux_sym_cmd_identifier_token35] = ACTIONS(1521), [aux_sym_cmd_identifier_token36] = ACTIONS(1521), [aux_sym_cmd_identifier_token37] = ACTIONS(1521), - [aux_sym_cmd_identifier_token38] = ACTIONS(1523), + [aux_sym_cmd_identifier_token38] = ACTIONS(1519), [aux_sym_cmd_identifier_token39] = ACTIONS(1521), [aux_sym_cmd_identifier_token40] = ACTIONS(1521), - [sym__newline] = ACTIONS(1521), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_def] = ACTIONS(1523), - [anon_sym_export_DASHenv] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym_module] = ACTIONS(1523), - [anon_sym_use] = ACTIONS(1523), + [sym__newline] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_def] = ACTIONS(1519), + [anon_sym_export_DASHenv] = ACTIONS(1519), + [anon_sym_extern] = ACTIONS(1519), + [anon_sym_module] = ACTIONS(1519), + [anon_sym_use] = ACTIONS(1519), [anon_sym_LBRACK] = ACTIONS(1521), [anon_sym_LPAREN] = ACTIONS(1521), - [anon_sym_DOLLAR] = ACTIONS(1523), - [anon_sym_error] = ACTIONS(1523), - [anon_sym_DASH2] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_loop] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_do] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_match] = ACTIONS(1523), + [anon_sym_DOLLAR] = ACTIONS(1519), + [anon_sym_error] = ACTIONS(1519), + [anon_sym_DASH2] = ACTIONS(1519), + [anon_sym_break] = ACTIONS(1519), + [anon_sym_continue] = ACTIONS(1519), + [anon_sym_for] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1519), + [anon_sym_do] = ACTIONS(1519), + [anon_sym_if] = ACTIONS(1519), + [anon_sym_match] = ACTIONS(1519), [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_DOT_DOT] = ACTIONS(1523), - [anon_sym_try] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_source] = ACTIONS(1523), - [anon_sym_source_DASHenv] = ACTIONS(1523), - [anon_sym_register] = ACTIONS(1523), - [anon_sym_hide] = ACTIONS(1523), - [anon_sym_hide_DASHenv] = ACTIONS(1523), - [anon_sym_overlay] = ACTIONS(1523), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_try] = ACTIONS(1519), + [anon_sym_return] = ACTIONS(1519), + [anon_sym_source] = ACTIONS(1519), + [anon_sym_source_DASHenv] = ACTIONS(1519), + [anon_sym_register] = ACTIONS(1519), + [anon_sym_hide] = ACTIONS(1519), + [anon_sym_hide_DASHenv] = ACTIONS(1519), + [anon_sym_overlay] = ACTIONS(1519), [anon_sym_where] = ACTIONS(1521), [aux_sym_expr_unary_token1] = ACTIONS(1521), [anon_sym_DOT_DOT_EQ] = ACTIONS(1521), [anon_sym_DOT_DOT_LT] = ACTIONS(1521), - [anon_sym_null] = ACTIONS(1523), - [anon_sym_true] = ACTIONS(1523), - [anon_sym_false] = ACTIONS(1523), - [aux_sym__val_number_decimal_token1] = ACTIONS(1523), + [anon_sym_null] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [aux_sym__val_number_decimal_token1] = ACTIONS(1519), [aux_sym__val_number_decimal_token2] = ACTIONS(1521), [aux_sym__val_number_decimal_token3] = ACTIONS(1521), [aux_sym__val_number_decimal_token4] = ACTIONS(1521), [aux_sym__val_number_token1] = ACTIONS(1521), [aux_sym__val_number_token2] = ACTIONS(1521), [aux_sym__val_number_token3] = ACTIONS(1521), - [aux_sym__val_number_token4] = ACTIONS(1523), - [aux_sym__val_number_token5] = ACTIONS(1523), - [aux_sym__val_number_token6] = ACTIONS(1523), - [anon_sym_0b] = ACTIONS(1523), - [anon_sym_0o] = ACTIONS(1523), - [anon_sym_0x] = ACTIONS(1523), + [aux_sym__val_number_token4] = ACTIONS(1519), + [aux_sym__val_number_token5] = ACTIONS(1519), + [aux_sym__val_number_token6] = ACTIONS(1519), + [anon_sym_0b] = ACTIONS(1519), + [anon_sym_0o] = ACTIONS(1519), + [anon_sym_0x] = ACTIONS(1519), [sym_val_date] = ACTIONS(1521), [anon_sym_DQUOTE] = ACTIONS(1521), [sym__str_single_quotes] = ACTIONS(1521), [sym__str_back_ticks] = ACTIONS(1521), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1521), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1521), - [aux_sym_env_var_token1] = ACTIONS(1523), + [aux_sym_env_var_token1] = ACTIONS(1519), [anon_sym_CARET] = ACTIONS(1521), [aux_sym_command_token1] = ACTIONS(1521), [anon_sym_POUND] = ACTIONS(251), @@ -113163,6 +113188,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [296] = { [sym_comment] = STATE(296), + [aux_sym__block_body_repeat1] = STATE(205), + [anon_sym_export] = ACTIONS(1381), + [anon_sym_alias] = ACTIONS(1381), + [anon_sym_let] = ACTIONS(1381), + [anon_sym_let_DASHenv] = ACTIONS(1381), + [anon_sym_mut] = ACTIONS(1381), + [anon_sym_const] = ACTIONS(1381), + [aux_sym_cmd_identifier_token1] = ACTIONS(1381), + [aux_sym_cmd_identifier_token2] = ACTIONS(1383), + [aux_sym_cmd_identifier_token3] = ACTIONS(1383), + [aux_sym_cmd_identifier_token4] = ACTIONS(1383), + [aux_sym_cmd_identifier_token5] = ACTIONS(1383), + [aux_sym_cmd_identifier_token6] = ACTIONS(1383), + [aux_sym_cmd_identifier_token7] = ACTIONS(1383), + [aux_sym_cmd_identifier_token8] = ACTIONS(1381), + [aux_sym_cmd_identifier_token9] = ACTIONS(1381), + [aux_sym_cmd_identifier_token10] = ACTIONS(1383), + [aux_sym_cmd_identifier_token11] = ACTIONS(1383), + [aux_sym_cmd_identifier_token12] = ACTIONS(1381), + [aux_sym_cmd_identifier_token13] = ACTIONS(1381), + [aux_sym_cmd_identifier_token14] = ACTIONS(1381), + [aux_sym_cmd_identifier_token15] = ACTIONS(1381), + [aux_sym_cmd_identifier_token16] = ACTIONS(1383), + [aux_sym_cmd_identifier_token17] = ACTIONS(1383), + [aux_sym_cmd_identifier_token18] = ACTIONS(1381), + [aux_sym_cmd_identifier_token19] = ACTIONS(1383), + [aux_sym_cmd_identifier_token20] = ACTIONS(1383), + [aux_sym_cmd_identifier_token21] = ACTIONS(1383), + [aux_sym_cmd_identifier_token22] = ACTIONS(1383), + [aux_sym_cmd_identifier_token23] = ACTIONS(1383), + [aux_sym_cmd_identifier_token24] = ACTIONS(1383), + [aux_sym_cmd_identifier_token25] = ACTIONS(1383), + [aux_sym_cmd_identifier_token26] = ACTIONS(1383), + [aux_sym_cmd_identifier_token27] = ACTIONS(1383), + [aux_sym_cmd_identifier_token28] = ACTIONS(1383), + [aux_sym_cmd_identifier_token29] = ACTIONS(1383), + [aux_sym_cmd_identifier_token30] = ACTIONS(1383), + [aux_sym_cmd_identifier_token31] = ACTIONS(1383), + [aux_sym_cmd_identifier_token32] = ACTIONS(1381), + [aux_sym_cmd_identifier_token33] = ACTIONS(1383), + [aux_sym_cmd_identifier_token34] = ACTIONS(1381), + [aux_sym_cmd_identifier_token35] = ACTIONS(1383), + [aux_sym_cmd_identifier_token36] = ACTIONS(1383), + [aux_sym_cmd_identifier_token37] = ACTIONS(1383), + [aux_sym_cmd_identifier_token38] = ACTIONS(1381), + [aux_sym_cmd_identifier_token39] = ACTIONS(1383), + [aux_sym_cmd_identifier_token40] = ACTIONS(1383), + [sym__newline] = ACTIONS(141), + [anon_sym_SEMI] = ACTIONS(141), + [anon_sym_def] = ACTIONS(1381), + [anon_sym_export_DASHenv] = ACTIONS(1381), + [anon_sym_extern] = ACTIONS(1381), + [anon_sym_module] = ACTIONS(1381), + [anon_sym_use] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_DOLLAR] = ACTIONS(1381), + [anon_sym_error] = ACTIONS(1381), + [anon_sym_DASH2] = ACTIONS(1381), + [anon_sym_break] = ACTIONS(1381), + [anon_sym_continue] = ACTIONS(1381), + [anon_sym_for] = ACTIONS(1381), + [anon_sym_loop] = ACTIONS(1381), + [anon_sym_while] = ACTIONS(1381), + [anon_sym_do] = ACTIONS(1381), + [anon_sym_if] = ACTIONS(1381), + [anon_sym_match] = ACTIONS(1381), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_DOT_DOT] = ACTIONS(1381), + [anon_sym_try] = ACTIONS(1381), + [anon_sym_return] = ACTIONS(1381), + [anon_sym_source] = ACTIONS(1381), + [anon_sym_source_DASHenv] = ACTIONS(1381), + [anon_sym_register] = ACTIONS(1381), + [anon_sym_hide] = ACTIONS(1381), + [anon_sym_hide_DASHenv] = ACTIONS(1381), + [anon_sym_overlay] = ACTIONS(1381), + [anon_sym_where] = ACTIONS(1383), + [aux_sym_expr_unary_token1] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_DOT_DOT_LT] = ACTIONS(1383), + [anon_sym_null] = ACTIONS(1381), + [anon_sym_true] = ACTIONS(1381), + [anon_sym_false] = ACTIONS(1381), + [aux_sym__val_number_decimal_token1] = ACTIONS(1381), + [aux_sym__val_number_decimal_token2] = ACTIONS(1383), + [aux_sym__val_number_decimal_token3] = ACTIONS(1383), + [aux_sym__val_number_decimal_token4] = ACTIONS(1383), + [aux_sym__val_number_token1] = ACTIONS(1383), + [aux_sym__val_number_token2] = ACTIONS(1383), + [aux_sym__val_number_token3] = ACTIONS(1383), + [aux_sym__val_number_token4] = ACTIONS(1381), + [aux_sym__val_number_token5] = ACTIONS(1381), + [aux_sym__val_number_token6] = ACTIONS(1381), + [anon_sym_0b] = ACTIONS(1381), + [anon_sym_0o] = ACTIONS(1381), + [anon_sym_0x] = ACTIONS(1381), + [sym_val_date] = ACTIONS(1383), + [anon_sym_DQUOTE] = ACTIONS(1383), + [sym__str_single_quotes] = ACTIONS(1383), + [sym__str_back_ticks] = ACTIONS(1383), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), + [aux_sym_env_var_token1] = ACTIONS(1381), + [anon_sym_CARET] = ACTIONS(1383), + [aux_sym_command_token1] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1383), + }, + [297] = { + [sym_comment] = STATE(297), [ts_builtin_sym_end] = ACTIONS(1525), [anon_sym_export] = ACTIONS(1527), [anon_sym_alias] = ACTIONS(1527), @@ -113272,261 +113408,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1525), }, - [297] = { - [sym_comment] = STATE(297), - [anon_sym_export] = ACTIONS(1277), - [anon_sym_alias] = ACTIONS(1277), - [anon_sym_let] = ACTIONS(1277), - [anon_sym_let_DASHenv] = ACTIONS(1277), - [anon_sym_mut] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [aux_sym_cmd_identifier_token1] = ACTIONS(1277), - [aux_sym_cmd_identifier_token2] = ACTIONS(1275), - [aux_sym_cmd_identifier_token3] = ACTIONS(1275), - [aux_sym_cmd_identifier_token4] = ACTIONS(1275), - [aux_sym_cmd_identifier_token5] = ACTIONS(1275), - [aux_sym_cmd_identifier_token6] = ACTIONS(1275), - [aux_sym_cmd_identifier_token7] = ACTIONS(1275), - [aux_sym_cmd_identifier_token8] = ACTIONS(1277), - [aux_sym_cmd_identifier_token9] = ACTIONS(1277), - [aux_sym_cmd_identifier_token10] = ACTIONS(1275), - [aux_sym_cmd_identifier_token11] = ACTIONS(1275), - [aux_sym_cmd_identifier_token12] = ACTIONS(1277), - [aux_sym_cmd_identifier_token13] = ACTIONS(1277), - [aux_sym_cmd_identifier_token14] = ACTIONS(1277), - [aux_sym_cmd_identifier_token15] = ACTIONS(1277), - [aux_sym_cmd_identifier_token16] = ACTIONS(1275), - [aux_sym_cmd_identifier_token17] = ACTIONS(1275), - [aux_sym_cmd_identifier_token18] = ACTIONS(1277), - [aux_sym_cmd_identifier_token19] = ACTIONS(1275), - [aux_sym_cmd_identifier_token20] = ACTIONS(1275), - [aux_sym_cmd_identifier_token21] = ACTIONS(1275), - [aux_sym_cmd_identifier_token22] = ACTIONS(1275), - [aux_sym_cmd_identifier_token23] = ACTIONS(1275), - [aux_sym_cmd_identifier_token24] = ACTIONS(1275), - [aux_sym_cmd_identifier_token25] = ACTIONS(1275), - [aux_sym_cmd_identifier_token26] = ACTIONS(1275), - [aux_sym_cmd_identifier_token27] = ACTIONS(1275), - [aux_sym_cmd_identifier_token28] = ACTIONS(1275), - [aux_sym_cmd_identifier_token29] = ACTIONS(1275), - [aux_sym_cmd_identifier_token30] = ACTIONS(1275), - [aux_sym_cmd_identifier_token31] = ACTIONS(1275), - [aux_sym_cmd_identifier_token32] = ACTIONS(1277), - [aux_sym_cmd_identifier_token33] = ACTIONS(1275), - [aux_sym_cmd_identifier_token34] = ACTIONS(1277), - [aux_sym_cmd_identifier_token35] = ACTIONS(1275), - [aux_sym_cmd_identifier_token36] = ACTIONS(1275), - [aux_sym_cmd_identifier_token37] = ACTIONS(1275), - [aux_sym_cmd_identifier_token38] = ACTIONS(1277), - [aux_sym_cmd_identifier_token39] = ACTIONS(1275), - [aux_sym_cmd_identifier_token40] = ACTIONS(1275), - [sym__newline] = ACTIONS(1275), - [anon_sym_SEMI] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_def] = ACTIONS(1277), - [anon_sym_export_DASHenv] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym_module] = ACTIONS(1277), - [anon_sym_use] = ACTIONS(1277), - [anon_sym_LBRACK] = ACTIONS(1275), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1277), - [anon_sym_error] = ACTIONS(1277), - [anon_sym_DASH2] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_loop] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_DOT_DOT] = ACTIONS(1277), - [anon_sym_try] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_source] = ACTIONS(1277), - [anon_sym_source_DASHenv] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_hide] = ACTIONS(1277), - [anon_sym_hide_DASHenv] = ACTIONS(1277), - [anon_sym_overlay] = ACTIONS(1277), - [anon_sym_where] = ACTIONS(1275), - [aux_sym_expr_unary_token1] = ACTIONS(1275), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1275), - [anon_sym_DOT_DOT_LT] = ACTIONS(1275), - [anon_sym_null] = ACTIONS(1277), - [anon_sym_true] = ACTIONS(1277), - [anon_sym_false] = ACTIONS(1277), - [aux_sym__val_number_decimal_token1] = ACTIONS(1277), - [aux_sym__val_number_decimal_token2] = ACTIONS(1275), - [aux_sym__val_number_decimal_token3] = ACTIONS(1275), - [aux_sym__val_number_decimal_token4] = ACTIONS(1275), - [aux_sym__val_number_token1] = ACTIONS(1275), - [aux_sym__val_number_token2] = ACTIONS(1275), - [aux_sym__val_number_token3] = ACTIONS(1275), - [aux_sym__val_number_token4] = ACTIONS(1277), - [aux_sym__val_number_token5] = ACTIONS(1277), - [aux_sym__val_number_token6] = ACTIONS(1277), - [anon_sym_0b] = ACTIONS(1277), - [anon_sym_0o] = ACTIONS(1277), - [anon_sym_0x] = ACTIONS(1277), - [sym_val_date] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym__str_single_quotes] = ACTIONS(1275), - [sym__str_back_ticks] = ACTIONS(1275), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1275), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1275), - [aux_sym_env_var_token1] = ACTIONS(1277), - [anon_sym_CARET] = ACTIONS(1275), - [aux_sym_command_token1] = ACTIONS(1275), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1275), - }, [298] = { [sym_comment] = STATE(298), - [aux_sym__block_body_repeat1] = STATE(206), - [anon_sym_export] = ACTIONS(1381), - [anon_sym_alias] = ACTIONS(1381), - [anon_sym_let] = ACTIONS(1381), - [anon_sym_let_DASHenv] = ACTIONS(1381), - [anon_sym_mut] = ACTIONS(1381), - [anon_sym_const] = ACTIONS(1381), - [aux_sym_cmd_identifier_token1] = ACTIONS(1381), - [aux_sym_cmd_identifier_token2] = ACTIONS(1383), - [aux_sym_cmd_identifier_token3] = ACTIONS(1383), - [aux_sym_cmd_identifier_token4] = ACTIONS(1383), - [aux_sym_cmd_identifier_token5] = ACTIONS(1383), - [aux_sym_cmd_identifier_token6] = ACTIONS(1383), - [aux_sym_cmd_identifier_token7] = ACTIONS(1383), - [aux_sym_cmd_identifier_token8] = ACTIONS(1381), - [aux_sym_cmd_identifier_token9] = ACTIONS(1381), - [aux_sym_cmd_identifier_token10] = ACTIONS(1383), - [aux_sym_cmd_identifier_token11] = ACTIONS(1383), - [aux_sym_cmd_identifier_token12] = ACTIONS(1381), - [aux_sym_cmd_identifier_token13] = ACTIONS(1381), - [aux_sym_cmd_identifier_token14] = ACTIONS(1381), - [aux_sym_cmd_identifier_token15] = ACTIONS(1381), - [aux_sym_cmd_identifier_token16] = ACTIONS(1383), - [aux_sym_cmd_identifier_token17] = ACTIONS(1383), - [aux_sym_cmd_identifier_token18] = ACTIONS(1381), - [aux_sym_cmd_identifier_token19] = ACTIONS(1383), - [aux_sym_cmd_identifier_token20] = ACTIONS(1383), - [aux_sym_cmd_identifier_token21] = ACTIONS(1383), - [aux_sym_cmd_identifier_token22] = ACTIONS(1383), - [aux_sym_cmd_identifier_token23] = ACTIONS(1383), - [aux_sym_cmd_identifier_token24] = ACTIONS(1383), - [aux_sym_cmd_identifier_token25] = ACTIONS(1383), - [aux_sym_cmd_identifier_token26] = ACTIONS(1383), - [aux_sym_cmd_identifier_token27] = ACTIONS(1383), - [aux_sym_cmd_identifier_token28] = ACTIONS(1383), - [aux_sym_cmd_identifier_token29] = ACTIONS(1383), - [aux_sym_cmd_identifier_token30] = ACTIONS(1383), - [aux_sym_cmd_identifier_token31] = ACTIONS(1383), - [aux_sym_cmd_identifier_token32] = ACTIONS(1381), - [aux_sym_cmd_identifier_token33] = ACTIONS(1383), - [aux_sym_cmd_identifier_token34] = ACTIONS(1381), - [aux_sym_cmd_identifier_token35] = ACTIONS(1383), - [aux_sym_cmd_identifier_token36] = ACTIONS(1383), - [aux_sym_cmd_identifier_token37] = ACTIONS(1383), - [aux_sym_cmd_identifier_token38] = ACTIONS(1381), - [aux_sym_cmd_identifier_token39] = ACTIONS(1383), - [aux_sym_cmd_identifier_token40] = ACTIONS(1383), - [sym__newline] = ACTIONS(141), - [anon_sym_SEMI] = ACTIONS(141), - [anon_sym_def] = ACTIONS(1381), - [anon_sym_export_DASHenv] = ACTIONS(1381), - [anon_sym_extern] = ACTIONS(1381), - [anon_sym_module] = ACTIONS(1381), - [anon_sym_use] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1383), - [anon_sym_LPAREN] = ACTIONS(1383), - [anon_sym_DOLLAR] = ACTIONS(1381), - [anon_sym_error] = ACTIONS(1381), - [anon_sym_DASH2] = ACTIONS(1381), - [anon_sym_break] = ACTIONS(1381), - [anon_sym_continue] = ACTIONS(1381), - [anon_sym_for] = ACTIONS(1381), - [anon_sym_loop] = ACTIONS(1381), - [anon_sym_while] = ACTIONS(1381), - [anon_sym_do] = ACTIONS(1381), - [anon_sym_if] = ACTIONS(1381), - [anon_sym_match] = ACTIONS(1381), - [anon_sym_LBRACE] = ACTIONS(1383), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_try] = ACTIONS(1381), - [anon_sym_return] = ACTIONS(1381), - [anon_sym_source] = ACTIONS(1381), - [anon_sym_source_DASHenv] = ACTIONS(1381), - [anon_sym_register] = ACTIONS(1381), - [anon_sym_hide] = ACTIONS(1381), - [anon_sym_hide_DASHenv] = ACTIONS(1381), - [anon_sym_overlay] = ACTIONS(1381), - [anon_sym_where] = ACTIONS(1383), - [aux_sym_expr_unary_token1] = ACTIONS(1383), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), - [anon_sym_DOT_DOT_LT] = ACTIONS(1383), - [anon_sym_null] = ACTIONS(1381), - [anon_sym_true] = ACTIONS(1381), - [anon_sym_false] = ACTIONS(1381), - [aux_sym__val_number_decimal_token1] = ACTIONS(1381), - [aux_sym__val_number_decimal_token2] = ACTIONS(1383), - [aux_sym__val_number_decimal_token3] = ACTIONS(1383), - [aux_sym__val_number_decimal_token4] = ACTIONS(1383), - [aux_sym__val_number_token1] = ACTIONS(1383), - [aux_sym__val_number_token2] = ACTIONS(1383), - [aux_sym__val_number_token3] = ACTIONS(1383), - [aux_sym__val_number_token4] = ACTIONS(1381), - [aux_sym__val_number_token5] = ACTIONS(1381), - [aux_sym__val_number_token6] = ACTIONS(1381), - [anon_sym_0b] = ACTIONS(1381), - [anon_sym_0o] = ACTIONS(1381), - [anon_sym_0x] = ACTIONS(1381), - [sym_val_date] = ACTIONS(1383), - [anon_sym_DQUOTE] = ACTIONS(1383), - [sym__str_single_quotes] = ACTIONS(1383), - [sym__str_back_ticks] = ACTIONS(1383), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1383), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1383), - [aux_sym_env_var_token1] = ACTIONS(1381), - [anon_sym_CARET] = ACTIONS(1383), - [aux_sym_command_token1] = ACTIONS(1383), + [ts_builtin_sym_end] = ACTIONS(1272), + [anon_sym_export] = ACTIONS(1498), + [anon_sym_alias] = ACTIONS(1498), + [anon_sym_let] = ACTIONS(1498), + [anon_sym_let_DASHenv] = ACTIONS(1498), + [anon_sym_mut] = ACTIONS(1498), + [anon_sym_const] = ACTIONS(1498), + [aux_sym_cmd_identifier_token1] = ACTIONS(1498), + [aux_sym_cmd_identifier_token2] = ACTIONS(1272), + [aux_sym_cmd_identifier_token3] = ACTIONS(1272), + [aux_sym_cmd_identifier_token4] = ACTIONS(1272), + [aux_sym_cmd_identifier_token5] = ACTIONS(1272), + [aux_sym_cmd_identifier_token6] = ACTIONS(1272), + [aux_sym_cmd_identifier_token7] = ACTIONS(1272), + [aux_sym_cmd_identifier_token8] = ACTIONS(1498), + [aux_sym_cmd_identifier_token9] = ACTIONS(1498), + [aux_sym_cmd_identifier_token10] = ACTIONS(1272), + [aux_sym_cmd_identifier_token11] = ACTIONS(1272), + [aux_sym_cmd_identifier_token12] = ACTIONS(1498), + [aux_sym_cmd_identifier_token13] = ACTIONS(1498), + [aux_sym_cmd_identifier_token14] = ACTIONS(1498), + [aux_sym_cmd_identifier_token15] = ACTIONS(1498), + [aux_sym_cmd_identifier_token16] = ACTIONS(1272), + [aux_sym_cmd_identifier_token17] = ACTIONS(1272), + [aux_sym_cmd_identifier_token18] = ACTIONS(1498), + [aux_sym_cmd_identifier_token19] = ACTIONS(1272), + [aux_sym_cmd_identifier_token20] = ACTIONS(1272), + [aux_sym_cmd_identifier_token21] = ACTIONS(1272), + [aux_sym_cmd_identifier_token22] = ACTIONS(1272), + [aux_sym_cmd_identifier_token23] = ACTIONS(1272), + [aux_sym_cmd_identifier_token24] = ACTIONS(1272), + [aux_sym_cmd_identifier_token25] = ACTIONS(1272), + [aux_sym_cmd_identifier_token26] = ACTIONS(1272), + [aux_sym_cmd_identifier_token27] = ACTIONS(1272), + [aux_sym_cmd_identifier_token28] = ACTIONS(1272), + [aux_sym_cmd_identifier_token29] = ACTIONS(1272), + [aux_sym_cmd_identifier_token30] = ACTIONS(1272), + [aux_sym_cmd_identifier_token31] = ACTIONS(1272), + [aux_sym_cmd_identifier_token32] = ACTIONS(1498), + [aux_sym_cmd_identifier_token33] = ACTIONS(1272), + [aux_sym_cmd_identifier_token34] = ACTIONS(1498), + [aux_sym_cmd_identifier_token35] = ACTIONS(1272), + [aux_sym_cmd_identifier_token36] = ACTIONS(1272), + [aux_sym_cmd_identifier_token37] = ACTIONS(1272), + [aux_sym_cmd_identifier_token38] = ACTIONS(1498), + [aux_sym_cmd_identifier_token39] = ACTIONS(1272), + [aux_sym_cmd_identifier_token40] = ACTIONS(1272), + [sym__newline] = ACTIONS(1272), + [anon_sym_SEMI] = ACTIONS(1272), + [anon_sym_def] = ACTIONS(1498), + [anon_sym_export_DASHenv] = ACTIONS(1498), + [anon_sym_extern] = ACTIONS(1498), + [anon_sym_module] = ACTIONS(1498), + [anon_sym_use] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1272), + [anon_sym_LPAREN] = ACTIONS(1272), + [anon_sym_DOLLAR] = ACTIONS(1498), + [anon_sym_error] = ACTIONS(1498), + [anon_sym_DASH2] = ACTIONS(1498), + [anon_sym_break] = ACTIONS(1498), + [anon_sym_continue] = ACTIONS(1498), + [anon_sym_for] = ACTIONS(1498), + [anon_sym_loop] = ACTIONS(1498), + [anon_sym_while] = ACTIONS(1498), + [anon_sym_do] = ACTIONS(1498), + [anon_sym_if] = ACTIONS(1498), + [anon_sym_match] = ACTIONS(1498), + [anon_sym_LBRACE] = ACTIONS(1272), + [anon_sym_DOT_DOT] = ACTIONS(1498), + [anon_sym_try] = ACTIONS(1498), + [anon_sym_return] = ACTIONS(1498), + [anon_sym_source] = ACTIONS(1498), + [anon_sym_source_DASHenv] = ACTIONS(1498), + [anon_sym_register] = ACTIONS(1498), + [anon_sym_hide] = ACTIONS(1498), + [anon_sym_hide_DASHenv] = ACTIONS(1498), + [anon_sym_overlay] = ACTIONS(1498), + [anon_sym_where] = ACTIONS(1272), + [aux_sym_expr_unary_token1] = ACTIONS(1272), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1272), + [anon_sym_DOT_DOT_LT] = ACTIONS(1272), + [anon_sym_null] = ACTIONS(1498), + [anon_sym_true] = ACTIONS(1498), + [anon_sym_false] = ACTIONS(1498), + [aux_sym__val_number_decimal_token1] = ACTIONS(1498), + [aux_sym__val_number_decimal_token2] = ACTIONS(1272), + [aux_sym__val_number_decimal_token3] = ACTIONS(1272), + [aux_sym__val_number_decimal_token4] = ACTIONS(1272), + [aux_sym__val_number_token1] = ACTIONS(1272), + [aux_sym__val_number_token2] = ACTIONS(1272), + [aux_sym__val_number_token3] = ACTIONS(1272), + [aux_sym__val_number_token4] = ACTIONS(1498), + [aux_sym__val_number_token5] = ACTIONS(1498), + [aux_sym__val_number_token6] = ACTIONS(1498), + [anon_sym_0b] = ACTIONS(1498), + [anon_sym_0o] = ACTIONS(1498), + [anon_sym_0x] = ACTIONS(1498), + [sym_val_date] = ACTIONS(1272), + [anon_sym_DQUOTE] = ACTIONS(1272), + [sym__str_single_quotes] = ACTIONS(1272), + [sym__str_back_ticks] = ACTIONS(1272), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1272), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1272), + [aux_sym_env_var_token1] = ACTIONS(1498), + [anon_sym_CARET] = ACTIONS(1272), + [aux_sym_command_token1] = ACTIONS(1272), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1383), + [sym_raw_string_begin] = ACTIONS(1272), }, [299] = { - [sym_cmd_identifier] = STATE(4436), - [sym__expression_parenthesized] = STATE(3714), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4807), + [sym_cmd_identifier] = STATE(4536), + [sym_ctrl_if] = STATE(4969), + [sym_block] = STATE(4970), + [sym__expression] = STATE(4970), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3755), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1206), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_command] = STATE(4970), [sym_comment] = STATE(299), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1152), + [aux_sym_cmd_identifier_token1] = ACTIONS(19), + [aux_sym_cmd_identifier_token2] = ACTIONS(21), + [aux_sym_cmd_identifier_token3] = ACTIONS(21), + [aux_sym_cmd_identifier_token4] = ACTIONS(21), + [aux_sym_cmd_identifier_token5] = ACTIONS(21), + [aux_sym_cmd_identifier_token6] = ACTIONS(21), + [aux_sym_cmd_identifier_token7] = ACTIONS(21), + [aux_sym_cmd_identifier_token8] = ACTIONS(21), + [aux_sym_cmd_identifier_token9] = ACTIONS(19), + [aux_sym_cmd_identifier_token10] = ACTIONS(21), + [aux_sym_cmd_identifier_token11] = ACTIONS(21), + [aux_sym_cmd_identifier_token12] = ACTIONS(21), + [aux_sym_cmd_identifier_token13] = ACTIONS(19), + [aux_sym_cmd_identifier_token14] = ACTIONS(21), + [aux_sym_cmd_identifier_token15] = ACTIONS(19), + [aux_sym_cmd_identifier_token16] = ACTIONS(21), + [aux_sym_cmd_identifier_token17] = ACTIONS(21), + [aux_sym_cmd_identifier_token18] = ACTIONS(19), + [aux_sym_cmd_identifier_token19] = ACTIONS(21), + [aux_sym_cmd_identifier_token20] = ACTIONS(21), + [aux_sym_cmd_identifier_token21] = ACTIONS(21), + [aux_sym_cmd_identifier_token22] = ACTIONS(21), + [aux_sym_cmd_identifier_token23] = ACTIONS(21), + [aux_sym_cmd_identifier_token24] = ACTIONS(21), + [aux_sym_cmd_identifier_token25] = ACTIONS(21), + [aux_sym_cmd_identifier_token26] = ACTIONS(21), + [aux_sym_cmd_identifier_token27] = ACTIONS(21), + [aux_sym_cmd_identifier_token28] = ACTIONS(21), + [aux_sym_cmd_identifier_token29] = ACTIONS(21), + [aux_sym_cmd_identifier_token30] = ACTIONS(21), + [aux_sym_cmd_identifier_token31] = ACTIONS(21), + [aux_sym_cmd_identifier_token32] = ACTIONS(19), + [aux_sym_cmd_identifier_token33] = ACTIONS(21), + [aux_sym_cmd_identifier_token34] = ACTIONS(19), + [aux_sym_cmd_identifier_token35] = ACTIONS(21), + [aux_sym_cmd_identifier_token36] = ACTIONS(21), + [aux_sym_cmd_identifier_token37] = ACTIONS(21), + [aux_sym_cmd_identifier_token38] = ACTIONS(19), + [aux_sym_cmd_identifier_token39] = ACTIONS(21), + [aux_sym_cmd_identifier_token40] = ACTIONS(21), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_if] = ACTIONS(59), + [anon_sym_LBRACE] = ACTIONS(1529), + [anon_sym_DOT_DOT] = ACTIONS(65), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(87), + [anon_sym_true] = ACTIONS(89), + [anon_sym_false] = ACTIONS(89), + [aux_sym__val_number_decimal_token1] = ACTIONS(1531), + [aux_sym__val_number_decimal_token2] = ACTIONS(1533), + [aux_sym__val_number_decimal_token3] = ACTIONS(1535), + [aux_sym__val_number_decimal_token4] = ACTIONS(1537), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(101), + [aux_sym__val_number_token5] = ACTIONS(101), + [aux_sym__val_number_token6] = ACTIONS(101), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_CARET] = ACTIONS(119), + [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [300] = { + [sym_cmd_identifier] = STATE(4507), + [sym__expression_parenthesized] = STATE(3736), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4813), + [sym_comment] = STATE(300), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1149), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -113579,10 +113714,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -113604,149 +113739,259 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [300] = { - [sym_comment] = STATE(300), - [anon_sym_export] = ACTIONS(1529), - [anon_sym_alias] = ACTIONS(1529), - [anon_sym_let] = ACTIONS(1529), - [anon_sym_let_DASHenv] = ACTIONS(1529), - [anon_sym_mut] = ACTIONS(1529), - [anon_sym_const] = ACTIONS(1529), - [aux_sym_cmd_identifier_token1] = ACTIONS(1529), - [aux_sym_cmd_identifier_token2] = ACTIONS(1531), - [aux_sym_cmd_identifier_token3] = ACTIONS(1531), - [aux_sym_cmd_identifier_token4] = ACTIONS(1531), - [aux_sym_cmd_identifier_token5] = ACTIONS(1531), - [aux_sym_cmd_identifier_token6] = ACTIONS(1531), - [aux_sym_cmd_identifier_token7] = ACTIONS(1531), - [aux_sym_cmd_identifier_token8] = ACTIONS(1529), - [aux_sym_cmd_identifier_token9] = ACTIONS(1529), - [aux_sym_cmd_identifier_token10] = ACTIONS(1531), - [aux_sym_cmd_identifier_token11] = ACTIONS(1531), - [aux_sym_cmd_identifier_token12] = ACTIONS(1529), - [aux_sym_cmd_identifier_token13] = ACTIONS(1529), - [aux_sym_cmd_identifier_token14] = ACTIONS(1529), - [aux_sym_cmd_identifier_token15] = ACTIONS(1529), - [aux_sym_cmd_identifier_token16] = ACTIONS(1531), - [aux_sym_cmd_identifier_token17] = ACTIONS(1531), - [aux_sym_cmd_identifier_token18] = ACTIONS(1529), - [aux_sym_cmd_identifier_token19] = ACTIONS(1531), - [aux_sym_cmd_identifier_token20] = ACTIONS(1531), - [aux_sym_cmd_identifier_token21] = ACTIONS(1531), - [aux_sym_cmd_identifier_token22] = ACTIONS(1531), - [aux_sym_cmd_identifier_token23] = ACTIONS(1531), - [aux_sym_cmd_identifier_token24] = ACTIONS(1531), - [aux_sym_cmd_identifier_token25] = ACTIONS(1531), - [aux_sym_cmd_identifier_token26] = ACTIONS(1531), - [aux_sym_cmd_identifier_token27] = ACTIONS(1531), - [aux_sym_cmd_identifier_token28] = ACTIONS(1531), - [aux_sym_cmd_identifier_token29] = ACTIONS(1531), - [aux_sym_cmd_identifier_token30] = ACTIONS(1531), - [aux_sym_cmd_identifier_token31] = ACTIONS(1531), - [aux_sym_cmd_identifier_token32] = ACTIONS(1529), - [aux_sym_cmd_identifier_token33] = ACTIONS(1531), - [aux_sym_cmd_identifier_token34] = ACTIONS(1529), - [aux_sym_cmd_identifier_token35] = ACTIONS(1531), - [aux_sym_cmd_identifier_token36] = ACTIONS(1531), - [aux_sym_cmd_identifier_token37] = ACTIONS(1531), - [aux_sym_cmd_identifier_token38] = ACTIONS(1529), - [aux_sym_cmd_identifier_token39] = ACTIONS(1531), - [aux_sym_cmd_identifier_token40] = ACTIONS(1531), - [sym__newline] = ACTIONS(1531), - [anon_sym_SEMI] = ACTIONS(1531), - [anon_sym_def] = ACTIONS(1529), - [anon_sym_export_DASHenv] = ACTIONS(1529), - [anon_sym_extern] = ACTIONS(1529), - [anon_sym_module] = ACTIONS(1529), - [anon_sym_use] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1531), - [anon_sym_LPAREN] = ACTIONS(1531), - [anon_sym_DOLLAR] = ACTIONS(1529), - [anon_sym_error] = ACTIONS(1529), - [anon_sym_DASH2] = ACTIONS(1529), - [anon_sym_break] = ACTIONS(1529), - [anon_sym_continue] = ACTIONS(1529), - [anon_sym_for] = ACTIONS(1529), - [anon_sym_loop] = ACTIONS(1529), - [anon_sym_while] = ACTIONS(1529), - [anon_sym_do] = ACTIONS(1529), - [anon_sym_if] = ACTIONS(1529), - [anon_sym_match] = ACTIONS(1529), - [anon_sym_LBRACE] = ACTIONS(1531), - [anon_sym_DOT_DOT] = ACTIONS(1529), - [anon_sym_try] = ACTIONS(1529), - [anon_sym_return] = ACTIONS(1529), - [anon_sym_source] = ACTIONS(1529), - [anon_sym_source_DASHenv] = ACTIONS(1529), - [anon_sym_register] = ACTIONS(1529), - [anon_sym_hide] = ACTIONS(1529), - [anon_sym_hide_DASHenv] = ACTIONS(1529), - [anon_sym_overlay] = ACTIONS(1529), - [anon_sym_where] = ACTIONS(1531), - [aux_sym_expr_unary_token1] = ACTIONS(1531), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1531), - [anon_sym_DOT_DOT_LT] = ACTIONS(1531), - [anon_sym_null] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1529), - [anon_sym_false] = ACTIONS(1529), - [aux_sym__val_number_decimal_token1] = ACTIONS(1529), - [aux_sym__val_number_decimal_token2] = ACTIONS(1531), - [aux_sym__val_number_decimal_token3] = ACTIONS(1531), - [aux_sym__val_number_decimal_token4] = ACTIONS(1531), - [aux_sym__val_number_token1] = ACTIONS(1531), - [aux_sym__val_number_token2] = ACTIONS(1531), - [aux_sym__val_number_token3] = ACTIONS(1531), - [aux_sym__val_number_token4] = ACTIONS(1529), - [aux_sym__val_number_token5] = ACTIONS(1529), - [aux_sym__val_number_token6] = ACTIONS(1529), - [anon_sym_0b] = ACTIONS(1529), - [anon_sym_0o] = ACTIONS(1529), - [anon_sym_0x] = ACTIONS(1529), - [sym_val_date] = ACTIONS(1531), - [anon_sym_DQUOTE] = ACTIONS(1531), - [sym__str_single_quotes] = ACTIONS(1531), - [sym__str_back_ticks] = ACTIONS(1531), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1531), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1531), - [aux_sym_env_var_token1] = ACTIONS(1529), - [anon_sym_CARET] = ACTIONS(1531), - [aux_sym_command_token1] = ACTIONS(1531), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1531), - }, [301] = { - [sym_cmd_identifier] = STATE(4436), - [sym__expression_parenthesized] = STATE(3714), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(862), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4807), + [sym_cmd_identifier] = STATE(4536), + [sym__expression] = STATE(3737), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3768), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(815), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4893), [sym_comment] = STATE(301), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1152), + [aux_sym_pipe_element_repeat2] = STATE(1151), + [aux_sym_cmd_identifier_token1] = ACTIONS(19), + [aux_sym_cmd_identifier_token2] = ACTIONS(21), + [aux_sym_cmd_identifier_token3] = ACTIONS(21), + [aux_sym_cmd_identifier_token4] = ACTIONS(21), + [aux_sym_cmd_identifier_token5] = ACTIONS(21), + [aux_sym_cmd_identifier_token6] = ACTIONS(21), + [aux_sym_cmd_identifier_token7] = ACTIONS(21), + [aux_sym_cmd_identifier_token8] = ACTIONS(21), + [aux_sym_cmd_identifier_token9] = ACTIONS(19), + [aux_sym_cmd_identifier_token10] = ACTIONS(21), + [aux_sym_cmd_identifier_token11] = ACTIONS(21), + [aux_sym_cmd_identifier_token12] = ACTIONS(21), + [aux_sym_cmd_identifier_token13] = ACTIONS(19), + [aux_sym_cmd_identifier_token14] = ACTIONS(21), + [aux_sym_cmd_identifier_token15] = ACTIONS(19), + [aux_sym_cmd_identifier_token16] = ACTIONS(21), + [aux_sym_cmd_identifier_token17] = ACTIONS(21), + [aux_sym_cmd_identifier_token18] = ACTIONS(19), + [aux_sym_cmd_identifier_token19] = ACTIONS(21), + [aux_sym_cmd_identifier_token20] = ACTIONS(21), + [aux_sym_cmd_identifier_token21] = ACTIONS(21), + [aux_sym_cmd_identifier_token22] = ACTIONS(21), + [aux_sym_cmd_identifier_token23] = ACTIONS(21), + [aux_sym_cmd_identifier_token24] = ACTIONS(21), + [aux_sym_cmd_identifier_token25] = ACTIONS(21), + [aux_sym_cmd_identifier_token26] = ACTIONS(21), + [aux_sym_cmd_identifier_token27] = ACTIONS(21), + [aux_sym_cmd_identifier_token28] = ACTIONS(21), + [aux_sym_cmd_identifier_token29] = ACTIONS(21), + [aux_sym_cmd_identifier_token30] = ACTIONS(21), + [aux_sym_cmd_identifier_token31] = ACTIONS(21), + [aux_sym_cmd_identifier_token32] = ACTIONS(19), + [aux_sym_cmd_identifier_token33] = ACTIONS(21), + [aux_sym_cmd_identifier_token34] = ACTIONS(19), + [aux_sym_cmd_identifier_token35] = ACTIONS(21), + [aux_sym_cmd_identifier_token36] = ACTIONS(21), + [aux_sym_cmd_identifier_token37] = ACTIONS(21), + [aux_sym_cmd_identifier_token38] = ACTIONS(19), + [aux_sym_cmd_identifier_token39] = ACTIONS(21), + [aux_sym_cmd_identifier_token40] = ACTIONS(21), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(65), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(87), + [anon_sym_true] = ACTIONS(89), + [anon_sym_false] = ACTIONS(89), + [aux_sym__val_number_decimal_token1] = ACTIONS(91), + [aux_sym__val_number_decimal_token2] = ACTIONS(93), + [aux_sym__val_number_decimal_token3] = ACTIONS(95), + [aux_sym__val_number_decimal_token4] = ACTIONS(97), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(101), + [aux_sym__val_number_token5] = ACTIONS(101), + [aux_sym__val_number_token6] = ACTIONS(101), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(119), + [aux_sym_command_token1] = ACTIONS(121), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [302] = { + [sym__expr_parenthesized_immediate] = STATE(490), + [sym__immediate_decimal] = STATE(371), + [sym_val_variable] = STATE(490), + [sym_comment] = STATE(302), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_alias] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_let_DASHenv] = ACTIONS(1539), + [anon_sym_mut] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [aux_sym_cmd_identifier_token1] = ACTIONS(1539), + [aux_sym_cmd_identifier_token2] = ACTIONS(1539), + [aux_sym_cmd_identifier_token3] = ACTIONS(1539), + [aux_sym_cmd_identifier_token4] = ACTIONS(1539), + [aux_sym_cmd_identifier_token5] = ACTIONS(1539), + [aux_sym_cmd_identifier_token6] = ACTIONS(1539), + [aux_sym_cmd_identifier_token7] = ACTIONS(1539), + [aux_sym_cmd_identifier_token8] = ACTIONS(1539), + [aux_sym_cmd_identifier_token9] = ACTIONS(1539), + [aux_sym_cmd_identifier_token10] = ACTIONS(1539), + [aux_sym_cmd_identifier_token11] = ACTIONS(1539), + [aux_sym_cmd_identifier_token12] = ACTIONS(1539), + [aux_sym_cmd_identifier_token13] = ACTIONS(1539), + [aux_sym_cmd_identifier_token14] = ACTIONS(1539), + [aux_sym_cmd_identifier_token15] = ACTIONS(1539), + [aux_sym_cmd_identifier_token16] = ACTIONS(1539), + [aux_sym_cmd_identifier_token17] = ACTIONS(1539), + [aux_sym_cmd_identifier_token18] = ACTIONS(1539), + [aux_sym_cmd_identifier_token19] = ACTIONS(1539), + [aux_sym_cmd_identifier_token20] = ACTIONS(1539), + [aux_sym_cmd_identifier_token21] = ACTIONS(1539), + [aux_sym_cmd_identifier_token22] = ACTIONS(1539), + [aux_sym_cmd_identifier_token23] = ACTIONS(1539), + [aux_sym_cmd_identifier_token24] = ACTIONS(1539), + [aux_sym_cmd_identifier_token25] = ACTIONS(1539), + [aux_sym_cmd_identifier_token26] = ACTIONS(1539), + [aux_sym_cmd_identifier_token27] = ACTIONS(1539), + [aux_sym_cmd_identifier_token28] = ACTIONS(1539), + [aux_sym_cmd_identifier_token29] = ACTIONS(1539), + [aux_sym_cmd_identifier_token30] = ACTIONS(1539), + [aux_sym_cmd_identifier_token31] = ACTIONS(1539), + [aux_sym_cmd_identifier_token32] = ACTIONS(1539), + [aux_sym_cmd_identifier_token33] = ACTIONS(1539), + [aux_sym_cmd_identifier_token34] = ACTIONS(1539), + [aux_sym_cmd_identifier_token35] = ACTIONS(1539), + [aux_sym_cmd_identifier_token36] = ACTIONS(1539), + [aux_sym_cmd_identifier_token37] = ACTIONS(1539), + [aux_sym_cmd_identifier_token38] = ACTIONS(1539), + [aux_sym_cmd_identifier_token39] = ACTIONS(1539), + [aux_sym_cmd_identifier_token40] = ACTIONS(1539), + [anon_sym_def] = ACTIONS(1539), + [anon_sym_export_DASHenv] = ACTIONS(1539), + [anon_sym_extern] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_use] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(1541), + [anon_sym_error] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1539), + [anon_sym_loop] = ACTIONS(1539), + [anon_sym_make] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_match] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_catch] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_source] = ACTIONS(1539), + [anon_sym_source_DASHenv] = ACTIONS(1539), + [anon_sym_register] = ACTIONS(1539), + [anon_sym_hide] = ACTIONS(1539), + [anon_sym_hide_DASHenv] = ACTIONS(1539), + [anon_sym_overlay] = ACTIONS(1539), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1539), + [anon_sym_DOT] = ACTIONS(1545), + [aux_sym__immediate_decimal_token1] = ACTIONS(1547), + [aux_sym__immediate_decimal_token3] = ACTIONS(1547), + [aux_sym__immediate_decimal_token4] = ACTIONS(1549), + [aux_sym__immediate_decimal_token5] = ACTIONS(1551), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1539), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1539), + [aux_sym__val_number_token2] = ACTIONS(1539), + [aux_sym__val_number_token3] = ACTIONS(1539), + [aux_sym__val_number_token4] = ACTIONS(1539), + [aux_sym__val_number_token5] = ACTIONS(1539), + [aux_sym__val_number_token6] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym__str_single_quotes] = ACTIONS(1539), + [sym__str_back_ticks] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1539), + [sym__entry_separator] = ACTIONS(1553), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1553), + }, + [303] = { + [sym_cmd_identifier] = STATE(4507), + [sym__expression_parenthesized] = STATE(3736), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(858), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4813), + [sym_comment] = STATE(303), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1149), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -113799,10 +114044,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1533), - [aux_sym__val_number_decimal_token2] = ACTIONS(1535), - [aux_sym__val_number_decimal_token3] = ACTIONS(1537), - [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_decimal_token1] = ACTIONS(1557), + [aux_sym__val_number_decimal_token2] = ACTIONS(1559), + [aux_sym__val_number_decimal_token3] = ACTIONS(1561), + [aux_sym__val_number_decimal_token4] = ACTIONS(1563), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -113824,96 +114069,536 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [302] = { - [sym_cmd_identifier] = STATE(4344), - [sym__expression] = STATE(3686), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(817), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4675), - [sym_comment] = STATE(302), - [aux_sym_pipe_element_repeat2] = STATE(1149), - [aux_sym_cmd_identifier_token1] = ACTIONS(363), - [aux_sym_cmd_identifier_token2] = ACTIONS(365), - [aux_sym_cmd_identifier_token3] = ACTIONS(365), - [aux_sym_cmd_identifier_token4] = ACTIONS(365), - [aux_sym_cmd_identifier_token5] = ACTIONS(365), - [aux_sym_cmd_identifier_token6] = ACTIONS(365), - [aux_sym_cmd_identifier_token7] = ACTIONS(365), - [aux_sym_cmd_identifier_token8] = ACTIONS(365), - [aux_sym_cmd_identifier_token9] = ACTIONS(363), - [aux_sym_cmd_identifier_token10] = ACTIONS(365), - [aux_sym_cmd_identifier_token11] = ACTIONS(365), - [aux_sym_cmd_identifier_token12] = ACTIONS(365), - [aux_sym_cmd_identifier_token13] = ACTIONS(363), - [aux_sym_cmd_identifier_token14] = ACTIONS(365), - [aux_sym_cmd_identifier_token15] = ACTIONS(363), - [aux_sym_cmd_identifier_token16] = ACTIONS(365), - [aux_sym_cmd_identifier_token17] = ACTIONS(365), - [aux_sym_cmd_identifier_token18] = ACTIONS(363), - [aux_sym_cmd_identifier_token19] = ACTIONS(365), - [aux_sym_cmd_identifier_token20] = ACTIONS(365), - [aux_sym_cmd_identifier_token21] = ACTIONS(365), - [aux_sym_cmd_identifier_token22] = ACTIONS(365), - [aux_sym_cmd_identifier_token23] = ACTIONS(365), - [aux_sym_cmd_identifier_token24] = ACTIONS(365), - [aux_sym_cmd_identifier_token25] = ACTIONS(365), - [aux_sym_cmd_identifier_token26] = ACTIONS(365), - [aux_sym_cmd_identifier_token27] = ACTIONS(365), - [aux_sym_cmd_identifier_token28] = ACTIONS(365), - [aux_sym_cmd_identifier_token29] = ACTIONS(365), - [aux_sym_cmd_identifier_token30] = ACTIONS(365), - [aux_sym_cmd_identifier_token31] = ACTIONS(365), - [aux_sym_cmd_identifier_token32] = ACTIONS(363), - [aux_sym_cmd_identifier_token33] = ACTIONS(365), - [aux_sym_cmd_identifier_token34] = ACTIONS(363), - [aux_sym_cmd_identifier_token35] = ACTIONS(365), - [aux_sym_cmd_identifier_token36] = ACTIONS(365), - [aux_sym_cmd_identifier_token37] = ACTIONS(365), - [aux_sym_cmd_identifier_token38] = ACTIONS(363), - [aux_sym_cmd_identifier_token39] = ACTIONS(365), - [aux_sym_cmd_identifier_token40] = ACTIONS(365), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(213), - [anon_sym_true] = ACTIONS(215), - [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(457), - [aux_sym__val_number_decimal_token2] = ACTIONS(459), - [aux_sym__val_number_decimal_token3] = ACTIONS(461), - [aux_sym__val_number_decimal_token4] = ACTIONS(463), - [aux_sym__val_number_token1] = ACTIONS(227), + [304] = { + [sym_comment] = STATE(304), + [anon_sym_export] = ACTIONS(1565), + [anon_sym_alias] = ACTIONS(1565), + [anon_sym_let] = ACTIONS(1565), + [anon_sym_let_DASHenv] = ACTIONS(1565), + [anon_sym_mut] = ACTIONS(1565), + [anon_sym_const] = ACTIONS(1565), + [aux_sym_cmd_identifier_token1] = ACTIONS(1565), + [aux_sym_cmd_identifier_token2] = ACTIONS(1567), + [aux_sym_cmd_identifier_token3] = ACTIONS(1567), + [aux_sym_cmd_identifier_token4] = ACTIONS(1567), + [aux_sym_cmd_identifier_token5] = ACTIONS(1567), + [aux_sym_cmd_identifier_token6] = ACTIONS(1567), + [aux_sym_cmd_identifier_token7] = ACTIONS(1567), + [aux_sym_cmd_identifier_token8] = ACTIONS(1565), + [aux_sym_cmd_identifier_token9] = ACTIONS(1565), + [aux_sym_cmd_identifier_token10] = ACTIONS(1567), + [aux_sym_cmd_identifier_token11] = ACTIONS(1567), + [aux_sym_cmd_identifier_token12] = ACTIONS(1565), + [aux_sym_cmd_identifier_token13] = ACTIONS(1565), + [aux_sym_cmd_identifier_token14] = ACTIONS(1565), + [aux_sym_cmd_identifier_token15] = ACTIONS(1565), + [aux_sym_cmd_identifier_token16] = ACTIONS(1567), + [aux_sym_cmd_identifier_token17] = ACTIONS(1567), + [aux_sym_cmd_identifier_token18] = ACTIONS(1565), + [aux_sym_cmd_identifier_token19] = ACTIONS(1567), + [aux_sym_cmd_identifier_token20] = ACTIONS(1567), + [aux_sym_cmd_identifier_token21] = ACTIONS(1567), + [aux_sym_cmd_identifier_token22] = ACTIONS(1567), + [aux_sym_cmd_identifier_token23] = ACTIONS(1567), + [aux_sym_cmd_identifier_token24] = ACTIONS(1567), + [aux_sym_cmd_identifier_token25] = ACTIONS(1567), + [aux_sym_cmd_identifier_token26] = ACTIONS(1567), + [aux_sym_cmd_identifier_token27] = ACTIONS(1567), + [aux_sym_cmd_identifier_token28] = ACTIONS(1567), + [aux_sym_cmd_identifier_token29] = ACTIONS(1567), + [aux_sym_cmd_identifier_token30] = ACTIONS(1567), + [aux_sym_cmd_identifier_token31] = ACTIONS(1567), + [aux_sym_cmd_identifier_token32] = ACTIONS(1565), + [aux_sym_cmd_identifier_token33] = ACTIONS(1567), + [aux_sym_cmd_identifier_token34] = ACTIONS(1565), + [aux_sym_cmd_identifier_token35] = ACTIONS(1567), + [aux_sym_cmd_identifier_token36] = ACTIONS(1567), + [aux_sym_cmd_identifier_token37] = ACTIONS(1567), + [aux_sym_cmd_identifier_token38] = ACTIONS(1565), + [aux_sym_cmd_identifier_token39] = ACTIONS(1567), + [aux_sym_cmd_identifier_token40] = ACTIONS(1567), + [sym__newline] = ACTIONS(1567), + [anon_sym_SEMI] = ACTIONS(1567), + [anon_sym_def] = ACTIONS(1565), + [anon_sym_export_DASHenv] = ACTIONS(1565), + [anon_sym_extern] = ACTIONS(1565), + [anon_sym_module] = ACTIONS(1565), + [anon_sym_use] = ACTIONS(1565), + [anon_sym_LBRACK] = ACTIONS(1567), + [anon_sym_LPAREN] = ACTIONS(1567), + [anon_sym_DOLLAR] = ACTIONS(1565), + [anon_sym_error] = ACTIONS(1565), + [anon_sym_DASH2] = ACTIONS(1565), + [anon_sym_break] = ACTIONS(1565), + [anon_sym_continue] = ACTIONS(1565), + [anon_sym_for] = ACTIONS(1565), + [anon_sym_loop] = ACTIONS(1565), + [anon_sym_while] = ACTIONS(1565), + [anon_sym_do] = ACTIONS(1565), + [anon_sym_if] = ACTIONS(1565), + [anon_sym_match] = ACTIONS(1565), + [anon_sym_LBRACE] = ACTIONS(1567), + [anon_sym_DOT_DOT] = ACTIONS(1565), + [anon_sym_try] = ACTIONS(1565), + [anon_sym_return] = ACTIONS(1565), + [anon_sym_source] = ACTIONS(1565), + [anon_sym_source_DASHenv] = ACTIONS(1565), + [anon_sym_register] = ACTIONS(1565), + [anon_sym_hide] = ACTIONS(1565), + [anon_sym_hide_DASHenv] = ACTIONS(1565), + [anon_sym_overlay] = ACTIONS(1565), + [anon_sym_where] = ACTIONS(1567), + [aux_sym_expr_unary_token1] = ACTIONS(1567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1567), + [anon_sym_DOT_DOT_LT] = ACTIONS(1567), + [anon_sym_null] = ACTIONS(1565), + [anon_sym_true] = ACTIONS(1565), + [anon_sym_false] = ACTIONS(1565), + [aux_sym__val_number_decimal_token1] = ACTIONS(1565), + [aux_sym__val_number_decimal_token2] = ACTIONS(1567), + [aux_sym__val_number_decimal_token3] = ACTIONS(1567), + [aux_sym__val_number_decimal_token4] = ACTIONS(1567), + [aux_sym__val_number_token1] = ACTIONS(1567), + [aux_sym__val_number_token2] = ACTIONS(1567), + [aux_sym__val_number_token3] = ACTIONS(1567), + [aux_sym__val_number_token4] = ACTIONS(1565), + [aux_sym__val_number_token5] = ACTIONS(1565), + [aux_sym__val_number_token6] = ACTIONS(1565), + [anon_sym_0b] = ACTIONS(1565), + [anon_sym_0o] = ACTIONS(1565), + [anon_sym_0x] = ACTIONS(1565), + [sym_val_date] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(1567), + [sym__str_single_quotes] = ACTIONS(1567), + [sym__str_back_ticks] = ACTIONS(1567), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1567), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1567), + [aux_sym_env_var_token1] = ACTIONS(1565), + [anon_sym_CARET] = ACTIONS(1567), + [aux_sym_command_token1] = ACTIONS(1567), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1567), + }, + [305] = { + [sym_comment] = STATE(305), + [anon_sym_export] = ACTIONS(1488), + [anon_sym_alias] = ACTIONS(1488), + [anon_sym_let] = ACTIONS(1488), + [anon_sym_let_DASHenv] = ACTIONS(1488), + [anon_sym_mut] = ACTIONS(1488), + [anon_sym_const] = ACTIONS(1488), + [aux_sym_cmd_identifier_token1] = ACTIONS(1488), + [aux_sym_cmd_identifier_token2] = ACTIONS(1490), + [aux_sym_cmd_identifier_token3] = ACTIONS(1490), + [aux_sym_cmd_identifier_token4] = ACTIONS(1490), + [aux_sym_cmd_identifier_token5] = ACTIONS(1490), + [aux_sym_cmd_identifier_token6] = ACTIONS(1490), + [aux_sym_cmd_identifier_token7] = ACTIONS(1490), + [aux_sym_cmd_identifier_token8] = ACTIONS(1488), + [aux_sym_cmd_identifier_token9] = ACTIONS(1488), + [aux_sym_cmd_identifier_token10] = ACTIONS(1490), + [aux_sym_cmd_identifier_token11] = ACTIONS(1490), + [aux_sym_cmd_identifier_token12] = ACTIONS(1488), + [aux_sym_cmd_identifier_token13] = ACTIONS(1488), + [aux_sym_cmd_identifier_token14] = ACTIONS(1488), + [aux_sym_cmd_identifier_token15] = ACTIONS(1488), + [aux_sym_cmd_identifier_token16] = ACTIONS(1490), + [aux_sym_cmd_identifier_token17] = ACTIONS(1490), + [aux_sym_cmd_identifier_token18] = ACTIONS(1488), + [aux_sym_cmd_identifier_token19] = ACTIONS(1490), + [aux_sym_cmd_identifier_token20] = ACTIONS(1490), + [aux_sym_cmd_identifier_token21] = ACTIONS(1490), + [aux_sym_cmd_identifier_token22] = ACTIONS(1490), + [aux_sym_cmd_identifier_token23] = ACTIONS(1490), + [aux_sym_cmd_identifier_token24] = ACTIONS(1490), + [aux_sym_cmd_identifier_token25] = ACTIONS(1490), + [aux_sym_cmd_identifier_token26] = ACTIONS(1490), + [aux_sym_cmd_identifier_token27] = ACTIONS(1490), + [aux_sym_cmd_identifier_token28] = ACTIONS(1490), + [aux_sym_cmd_identifier_token29] = ACTIONS(1490), + [aux_sym_cmd_identifier_token30] = ACTIONS(1490), + [aux_sym_cmd_identifier_token31] = ACTIONS(1490), + [aux_sym_cmd_identifier_token32] = ACTIONS(1488), + [aux_sym_cmd_identifier_token33] = ACTIONS(1490), + [aux_sym_cmd_identifier_token34] = ACTIONS(1488), + [aux_sym_cmd_identifier_token35] = ACTIONS(1490), + [aux_sym_cmd_identifier_token36] = ACTIONS(1490), + [aux_sym_cmd_identifier_token37] = ACTIONS(1490), + [aux_sym_cmd_identifier_token38] = ACTIONS(1488), + [aux_sym_cmd_identifier_token39] = ACTIONS(1490), + [aux_sym_cmd_identifier_token40] = ACTIONS(1490), + [sym__newline] = ACTIONS(1490), + [anon_sym_SEMI] = ACTIONS(1490), + [anon_sym_def] = ACTIONS(1488), + [anon_sym_export_DASHenv] = ACTIONS(1488), + [anon_sym_extern] = ACTIONS(1488), + [anon_sym_module] = ACTIONS(1488), + [anon_sym_use] = ACTIONS(1488), + [anon_sym_LBRACK] = ACTIONS(1490), + [anon_sym_LPAREN] = ACTIONS(1490), + [anon_sym_DOLLAR] = ACTIONS(1488), + [anon_sym_error] = ACTIONS(1488), + [anon_sym_DASH2] = ACTIONS(1488), + [anon_sym_break] = ACTIONS(1488), + [anon_sym_continue] = ACTIONS(1488), + [anon_sym_for] = ACTIONS(1488), + [anon_sym_loop] = ACTIONS(1488), + [anon_sym_while] = ACTIONS(1488), + [anon_sym_do] = ACTIONS(1488), + [anon_sym_if] = ACTIONS(1488), + [anon_sym_match] = ACTIONS(1488), + [anon_sym_LBRACE] = ACTIONS(1490), + [anon_sym_DOT_DOT] = ACTIONS(1488), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_return] = ACTIONS(1488), + [anon_sym_source] = ACTIONS(1488), + [anon_sym_source_DASHenv] = ACTIONS(1488), + [anon_sym_register] = ACTIONS(1488), + [anon_sym_hide] = ACTIONS(1488), + [anon_sym_hide_DASHenv] = ACTIONS(1488), + [anon_sym_overlay] = ACTIONS(1488), + [anon_sym_where] = ACTIONS(1490), + [aux_sym_expr_unary_token1] = ACTIONS(1490), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1490), + [anon_sym_DOT_DOT_LT] = ACTIONS(1490), + [anon_sym_null] = ACTIONS(1488), + [anon_sym_true] = ACTIONS(1488), + [anon_sym_false] = ACTIONS(1488), + [aux_sym__val_number_decimal_token1] = ACTIONS(1488), + [aux_sym__val_number_decimal_token2] = ACTIONS(1490), + [aux_sym__val_number_decimal_token3] = ACTIONS(1490), + [aux_sym__val_number_decimal_token4] = ACTIONS(1490), + [aux_sym__val_number_token1] = ACTIONS(1490), + [aux_sym__val_number_token2] = ACTIONS(1490), + [aux_sym__val_number_token3] = ACTIONS(1490), + [aux_sym__val_number_token4] = ACTIONS(1488), + [aux_sym__val_number_token5] = ACTIONS(1488), + [aux_sym__val_number_token6] = ACTIONS(1488), + [anon_sym_0b] = ACTIONS(1488), + [anon_sym_0o] = ACTIONS(1488), + [anon_sym_0x] = ACTIONS(1488), + [sym_val_date] = ACTIONS(1490), + [anon_sym_DQUOTE] = ACTIONS(1490), + [sym__str_single_quotes] = ACTIONS(1490), + [sym__str_back_ticks] = ACTIONS(1490), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1490), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1490), + [aux_sym_env_var_token1] = ACTIONS(1488), + [anon_sym_CARET] = ACTIONS(1490), + [aux_sym_command_token1] = ACTIONS(1490), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1490), + }, + [306] = { + [sym_comment] = STATE(306), + [anon_sym_export] = ACTIONS(1512), + [anon_sym_alias] = ACTIONS(1512), + [anon_sym_let] = ACTIONS(1512), + [anon_sym_let_DASHenv] = ACTIONS(1512), + [anon_sym_mut] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [aux_sym_cmd_identifier_token1] = ACTIONS(1512), + [aux_sym_cmd_identifier_token2] = ACTIONS(1514), + [aux_sym_cmd_identifier_token3] = ACTIONS(1514), + [aux_sym_cmd_identifier_token4] = ACTIONS(1514), + [aux_sym_cmd_identifier_token5] = ACTIONS(1514), + [aux_sym_cmd_identifier_token6] = ACTIONS(1514), + [aux_sym_cmd_identifier_token7] = ACTIONS(1514), + [aux_sym_cmd_identifier_token8] = ACTIONS(1512), + [aux_sym_cmd_identifier_token9] = ACTIONS(1512), + [aux_sym_cmd_identifier_token10] = ACTIONS(1514), + [aux_sym_cmd_identifier_token11] = ACTIONS(1514), + [aux_sym_cmd_identifier_token12] = ACTIONS(1512), + [aux_sym_cmd_identifier_token13] = ACTIONS(1512), + [aux_sym_cmd_identifier_token14] = ACTIONS(1512), + [aux_sym_cmd_identifier_token15] = ACTIONS(1512), + [aux_sym_cmd_identifier_token16] = ACTIONS(1514), + [aux_sym_cmd_identifier_token17] = ACTIONS(1514), + [aux_sym_cmd_identifier_token18] = ACTIONS(1512), + [aux_sym_cmd_identifier_token19] = ACTIONS(1514), + [aux_sym_cmd_identifier_token20] = ACTIONS(1514), + [aux_sym_cmd_identifier_token21] = ACTIONS(1514), + [aux_sym_cmd_identifier_token22] = ACTIONS(1514), + [aux_sym_cmd_identifier_token23] = ACTIONS(1514), + [aux_sym_cmd_identifier_token24] = ACTIONS(1514), + [aux_sym_cmd_identifier_token25] = ACTIONS(1514), + [aux_sym_cmd_identifier_token26] = ACTIONS(1514), + [aux_sym_cmd_identifier_token27] = ACTIONS(1514), + [aux_sym_cmd_identifier_token28] = ACTIONS(1514), + [aux_sym_cmd_identifier_token29] = ACTIONS(1514), + [aux_sym_cmd_identifier_token30] = ACTIONS(1514), + [aux_sym_cmd_identifier_token31] = ACTIONS(1514), + [aux_sym_cmd_identifier_token32] = ACTIONS(1512), + [aux_sym_cmd_identifier_token33] = ACTIONS(1514), + [aux_sym_cmd_identifier_token34] = ACTIONS(1512), + [aux_sym_cmd_identifier_token35] = ACTIONS(1514), + [aux_sym_cmd_identifier_token36] = ACTIONS(1514), + [aux_sym_cmd_identifier_token37] = ACTIONS(1514), + [aux_sym_cmd_identifier_token38] = ACTIONS(1512), + [aux_sym_cmd_identifier_token39] = ACTIONS(1514), + [aux_sym_cmd_identifier_token40] = ACTIONS(1514), + [sym__newline] = ACTIONS(1514), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_def] = ACTIONS(1512), + [anon_sym_export_DASHenv] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym_module] = ACTIONS(1512), + [anon_sym_use] = ACTIONS(1512), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_DOLLAR] = ACTIONS(1512), + [anon_sym_error] = ACTIONS(1512), + [anon_sym_DASH2] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_loop] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_do] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_match] = ACTIONS(1512), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_source] = ACTIONS(1512), + [anon_sym_source_DASHenv] = ACTIONS(1512), + [anon_sym_register] = ACTIONS(1512), + [anon_sym_hide] = ACTIONS(1512), + [anon_sym_hide_DASHenv] = ACTIONS(1512), + [anon_sym_overlay] = ACTIONS(1512), + [anon_sym_where] = ACTIONS(1514), + [aux_sym_expr_unary_token1] = ACTIONS(1514), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1514), + [anon_sym_DOT_DOT_LT] = ACTIONS(1514), + [anon_sym_null] = ACTIONS(1512), + [anon_sym_true] = ACTIONS(1512), + [anon_sym_false] = ACTIONS(1512), + [aux_sym__val_number_decimal_token1] = ACTIONS(1512), + [aux_sym__val_number_decimal_token2] = ACTIONS(1514), + [aux_sym__val_number_decimal_token3] = ACTIONS(1514), + [aux_sym__val_number_decimal_token4] = ACTIONS(1514), + [aux_sym__val_number_token1] = ACTIONS(1514), + [aux_sym__val_number_token2] = ACTIONS(1514), + [aux_sym__val_number_token3] = ACTIONS(1514), + [aux_sym__val_number_token4] = ACTIONS(1512), + [aux_sym__val_number_token5] = ACTIONS(1512), + [aux_sym__val_number_token6] = ACTIONS(1512), + [anon_sym_0b] = ACTIONS(1512), + [anon_sym_0o] = ACTIONS(1512), + [anon_sym_0x] = ACTIONS(1512), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1514), + [sym__str_single_quotes] = ACTIONS(1514), + [sym__str_back_ticks] = ACTIONS(1514), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1514), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1514), + [aux_sym_env_var_token1] = ACTIONS(1512), + [anon_sym_CARET] = ACTIONS(1514), + [aux_sym_command_token1] = ACTIONS(1514), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1514), + }, + [307] = { + [sym_comment] = STATE(307), + [anon_sym_export] = ACTIONS(1569), + [anon_sym_alias] = ACTIONS(1569), + [anon_sym_let] = ACTIONS(1569), + [anon_sym_let_DASHenv] = ACTIONS(1569), + [anon_sym_mut] = ACTIONS(1569), + [anon_sym_const] = ACTIONS(1569), + [aux_sym_cmd_identifier_token1] = ACTIONS(1569), + [aux_sym_cmd_identifier_token2] = ACTIONS(1571), + [aux_sym_cmd_identifier_token3] = ACTIONS(1571), + [aux_sym_cmd_identifier_token4] = ACTIONS(1571), + [aux_sym_cmd_identifier_token5] = ACTIONS(1571), + [aux_sym_cmd_identifier_token6] = ACTIONS(1571), + [aux_sym_cmd_identifier_token7] = ACTIONS(1571), + [aux_sym_cmd_identifier_token8] = ACTIONS(1569), + [aux_sym_cmd_identifier_token9] = ACTIONS(1569), + [aux_sym_cmd_identifier_token10] = ACTIONS(1571), + [aux_sym_cmd_identifier_token11] = ACTIONS(1571), + [aux_sym_cmd_identifier_token12] = ACTIONS(1569), + [aux_sym_cmd_identifier_token13] = ACTIONS(1569), + [aux_sym_cmd_identifier_token14] = ACTIONS(1569), + [aux_sym_cmd_identifier_token15] = ACTIONS(1569), + [aux_sym_cmd_identifier_token16] = ACTIONS(1571), + [aux_sym_cmd_identifier_token17] = ACTIONS(1571), + [aux_sym_cmd_identifier_token18] = ACTIONS(1569), + [aux_sym_cmd_identifier_token19] = ACTIONS(1571), + [aux_sym_cmd_identifier_token20] = ACTIONS(1571), + [aux_sym_cmd_identifier_token21] = ACTIONS(1571), + [aux_sym_cmd_identifier_token22] = ACTIONS(1571), + [aux_sym_cmd_identifier_token23] = ACTIONS(1571), + [aux_sym_cmd_identifier_token24] = ACTIONS(1571), + [aux_sym_cmd_identifier_token25] = ACTIONS(1571), + [aux_sym_cmd_identifier_token26] = ACTIONS(1571), + [aux_sym_cmd_identifier_token27] = ACTIONS(1571), + [aux_sym_cmd_identifier_token28] = ACTIONS(1571), + [aux_sym_cmd_identifier_token29] = ACTIONS(1571), + [aux_sym_cmd_identifier_token30] = ACTIONS(1571), + [aux_sym_cmd_identifier_token31] = ACTIONS(1571), + [aux_sym_cmd_identifier_token32] = ACTIONS(1569), + [aux_sym_cmd_identifier_token33] = ACTIONS(1571), + [aux_sym_cmd_identifier_token34] = ACTIONS(1569), + [aux_sym_cmd_identifier_token35] = ACTIONS(1571), + [aux_sym_cmd_identifier_token36] = ACTIONS(1571), + [aux_sym_cmd_identifier_token37] = ACTIONS(1571), + [aux_sym_cmd_identifier_token38] = ACTIONS(1569), + [aux_sym_cmd_identifier_token39] = ACTIONS(1571), + [aux_sym_cmd_identifier_token40] = ACTIONS(1571), + [sym__newline] = ACTIONS(1571), + [anon_sym_SEMI] = ACTIONS(1571), + [anon_sym_def] = ACTIONS(1569), + [anon_sym_export_DASHenv] = ACTIONS(1569), + [anon_sym_extern] = ACTIONS(1569), + [anon_sym_module] = ACTIONS(1569), + [anon_sym_use] = ACTIONS(1569), + [anon_sym_LBRACK] = ACTIONS(1571), + [anon_sym_LPAREN] = ACTIONS(1571), + [anon_sym_DOLLAR] = ACTIONS(1569), + [anon_sym_error] = ACTIONS(1569), + [anon_sym_DASH2] = ACTIONS(1569), + [anon_sym_break] = ACTIONS(1569), + [anon_sym_continue] = ACTIONS(1569), + [anon_sym_for] = ACTIONS(1569), + [anon_sym_loop] = ACTIONS(1569), + [anon_sym_while] = ACTIONS(1569), + [anon_sym_do] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1569), + [anon_sym_match] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(1571), + [anon_sym_DOT_DOT] = ACTIONS(1569), + [anon_sym_try] = ACTIONS(1569), + [anon_sym_return] = ACTIONS(1569), + [anon_sym_source] = ACTIONS(1569), + [anon_sym_source_DASHenv] = ACTIONS(1569), + [anon_sym_register] = ACTIONS(1569), + [anon_sym_hide] = ACTIONS(1569), + [anon_sym_hide_DASHenv] = ACTIONS(1569), + [anon_sym_overlay] = ACTIONS(1569), + [anon_sym_where] = ACTIONS(1571), + [aux_sym_expr_unary_token1] = ACTIONS(1571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1571), + [anon_sym_DOT_DOT_LT] = ACTIONS(1571), + [anon_sym_null] = ACTIONS(1569), + [anon_sym_true] = ACTIONS(1569), + [anon_sym_false] = ACTIONS(1569), + [aux_sym__val_number_decimal_token1] = ACTIONS(1569), + [aux_sym__val_number_decimal_token2] = ACTIONS(1571), + [aux_sym__val_number_decimal_token3] = ACTIONS(1571), + [aux_sym__val_number_decimal_token4] = ACTIONS(1571), + [aux_sym__val_number_token1] = ACTIONS(1571), + [aux_sym__val_number_token2] = ACTIONS(1571), + [aux_sym__val_number_token3] = ACTIONS(1571), + [aux_sym__val_number_token4] = ACTIONS(1569), + [aux_sym__val_number_token5] = ACTIONS(1569), + [aux_sym__val_number_token6] = ACTIONS(1569), + [anon_sym_0b] = ACTIONS(1569), + [anon_sym_0o] = ACTIONS(1569), + [anon_sym_0x] = ACTIONS(1569), + [sym_val_date] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1571), + [sym__str_single_quotes] = ACTIONS(1571), + [sym__str_back_ticks] = ACTIONS(1571), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1571), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1571), + [aux_sym_env_var_token1] = ACTIONS(1569), + [anon_sym_CARET] = ACTIONS(1571), + [aux_sym_command_token1] = ACTIONS(1571), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1571), + }, + [308] = { + [sym_cmd_identifier] = STATE(4329), + [sym__expression] = STATE(3688), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(858), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4733), + [sym_comment] = STATE(308), + [aux_sym_pipe_element_repeat2] = STATE(1151), + [aux_sym_cmd_identifier_token1] = ACTIONS(363), + [aux_sym_cmd_identifier_token2] = ACTIONS(365), + [aux_sym_cmd_identifier_token3] = ACTIONS(365), + [aux_sym_cmd_identifier_token4] = ACTIONS(365), + [aux_sym_cmd_identifier_token5] = ACTIONS(365), + [aux_sym_cmd_identifier_token6] = ACTIONS(365), + [aux_sym_cmd_identifier_token7] = ACTIONS(365), + [aux_sym_cmd_identifier_token8] = ACTIONS(365), + [aux_sym_cmd_identifier_token9] = ACTIONS(363), + [aux_sym_cmd_identifier_token10] = ACTIONS(365), + [aux_sym_cmd_identifier_token11] = ACTIONS(365), + [aux_sym_cmd_identifier_token12] = ACTIONS(365), + [aux_sym_cmd_identifier_token13] = ACTIONS(363), + [aux_sym_cmd_identifier_token14] = ACTIONS(365), + [aux_sym_cmd_identifier_token15] = ACTIONS(363), + [aux_sym_cmd_identifier_token16] = ACTIONS(365), + [aux_sym_cmd_identifier_token17] = ACTIONS(365), + [aux_sym_cmd_identifier_token18] = ACTIONS(363), + [aux_sym_cmd_identifier_token19] = ACTIONS(365), + [aux_sym_cmd_identifier_token20] = ACTIONS(365), + [aux_sym_cmd_identifier_token21] = ACTIONS(365), + [aux_sym_cmd_identifier_token22] = ACTIONS(365), + [aux_sym_cmd_identifier_token23] = ACTIONS(365), + [aux_sym_cmd_identifier_token24] = ACTIONS(365), + [aux_sym_cmd_identifier_token25] = ACTIONS(365), + [aux_sym_cmd_identifier_token26] = ACTIONS(365), + [aux_sym_cmd_identifier_token27] = ACTIONS(365), + [aux_sym_cmd_identifier_token28] = ACTIONS(365), + [aux_sym_cmd_identifier_token29] = ACTIONS(365), + [aux_sym_cmd_identifier_token30] = ACTIONS(365), + [aux_sym_cmd_identifier_token31] = ACTIONS(365), + [aux_sym_cmd_identifier_token32] = ACTIONS(363), + [aux_sym_cmd_identifier_token33] = ACTIONS(365), + [aux_sym_cmd_identifier_token34] = ACTIONS(363), + [aux_sym_cmd_identifier_token35] = ACTIONS(365), + [aux_sym_cmd_identifier_token36] = ACTIONS(365), + [aux_sym_cmd_identifier_token37] = ACTIONS(365), + [aux_sym_cmd_identifier_token38] = ACTIONS(363), + [aux_sym_cmd_identifier_token39] = ACTIONS(365), + [aux_sym_cmd_identifier_token40] = ACTIONS(365), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(213), + [anon_sym_true] = ACTIONS(215), + [anon_sym_false] = ACTIONS(215), + [aux_sym__val_number_decimal_token1] = ACTIONS(1557), + [aux_sym__val_number_decimal_token2] = ACTIONS(1559), + [aux_sym__val_number_decimal_token3] = ACTIONS(1561), + [aux_sym__val_number_decimal_token4] = ACTIONS(1563), + [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), [aux_sym__val_number_token4] = ACTIONS(229), @@ -113934,39 +114619,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [303] = { - [sym_cmd_identifier] = STATE(4344), - [sym__expression] = STATE(3686), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(812), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4675), - [sym_comment] = STATE(303), - [aux_sym_pipe_element_repeat2] = STATE(1149), + [309] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if] = STATE(4571), + [sym_block] = STATE(4574), + [sym__expression] = STATE(4574), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1233), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4574), + [sym_comment] = STATE(309), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -114011,7 +114696,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_if] = ACTIONS(1573), + [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -114019,10 +114705,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(415), - [aux_sym__val_number_decimal_token2] = ACTIONS(417), - [aux_sym__val_number_decimal_token3] = ACTIONS(419), - [aux_sym__val_number_decimal_token4] = ACTIONS(421), + [aux_sym__val_number_decimal_token1] = ACTIONS(1466), + [aux_sym__val_number_decimal_token2] = ACTIONS(1468), + [aux_sym__val_number_decimal_token3] = ACTIONS(1470), + [aux_sym__val_number_decimal_token4] = ACTIONS(1472), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -114038,265 +114724,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), [anon_sym_CARET] = ACTIONS(247), [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [304] = { - [sym_comment] = STATE(304), - [anon_sym_export] = ACTIONS(1487), - [anon_sym_alias] = ACTIONS(1487), - [anon_sym_let] = ACTIONS(1487), - [anon_sym_let_DASHenv] = ACTIONS(1487), - [anon_sym_mut] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [aux_sym_cmd_identifier_token1] = ACTIONS(1487), - [aux_sym_cmd_identifier_token2] = ACTIONS(1489), - [aux_sym_cmd_identifier_token3] = ACTIONS(1489), - [aux_sym_cmd_identifier_token4] = ACTIONS(1489), - [aux_sym_cmd_identifier_token5] = ACTIONS(1489), - [aux_sym_cmd_identifier_token6] = ACTIONS(1489), - [aux_sym_cmd_identifier_token7] = ACTIONS(1489), - [aux_sym_cmd_identifier_token8] = ACTIONS(1487), - [aux_sym_cmd_identifier_token9] = ACTIONS(1487), - [aux_sym_cmd_identifier_token10] = ACTIONS(1489), - [aux_sym_cmd_identifier_token11] = ACTIONS(1489), - [aux_sym_cmd_identifier_token12] = ACTIONS(1487), - [aux_sym_cmd_identifier_token13] = ACTIONS(1487), - [aux_sym_cmd_identifier_token14] = ACTIONS(1487), - [aux_sym_cmd_identifier_token15] = ACTIONS(1487), - [aux_sym_cmd_identifier_token16] = ACTIONS(1489), - [aux_sym_cmd_identifier_token17] = ACTIONS(1489), - [aux_sym_cmd_identifier_token18] = ACTIONS(1487), - [aux_sym_cmd_identifier_token19] = ACTIONS(1489), - [aux_sym_cmd_identifier_token20] = ACTIONS(1489), - [aux_sym_cmd_identifier_token21] = ACTIONS(1489), - [aux_sym_cmd_identifier_token22] = ACTIONS(1489), - [aux_sym_cmd_identifier_token23] = ACTIONS(1489), - [aux_sym_cmd_identifier_token24] = ACTIONS(1489), - [aux_sym_cmd_identifier_token25] = ACTIONS(1489), - [aux_sym_cmd_identifier_token26] = ACTIONS(1489), - [aux_sym_cmd_identifier_token27] = ACTIONS(1489), - [aux_sym_cmd_identifier_token28] = ACTIONS(1489), - [aux_sym_cmd_identifier_token29] = ACTIONS(1489), - [aux_sym_cmd_identifier_token30] = ACTIONS(1489), - [aux_sym_cmd_identifier_token31] = ACTIONS(1489), - [aux_sym_cmd_identifier_token32] = ACTIONS(1487), - [aux_sym_cmd_identifier_token33] = ACTIONS(1489), - [aux_sym_cmd_identifier_token34] = ACTIONS(1487), - [aux_sym_cmd_identifier_token35] = ACTIONS(1489), - [aux_sym_cmd_identifier_token36] = ACTIONS(1489), - [aux_sym_cmd_identifier_token37] = ACTIONS(1489), - [aux_sym_cmd_identifier_token38] = ACTIONS(1487), - [aux_sym_cmd_identifier_token39] = ACTIONS(1489), - [aux_sym_cmd_identifier_token40] = ACTIONS(1489), - [sym__newline] = ACTIONS(1489), - [anon_sym_SEMI] = ACTIONS(1489), - [anon_sym_def] = ACTIONS(1487), - [anon_sym_export_DASHenv] = ACTIONS(1487), - [anon_sym_extern] = ACTIONS(1487), - [anon_sym_module] = ACTIONS(1487), - [anon_sym_use] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1489), - [anon_sym_LPAREN] = ACTIONS(1489), - [anon_sym_DOLLAR] = ACTIONS(1487), - [anon_sym_error] = ACTIONS(1487), - [anon_sym_DASH2] = ACTIONS(1487), - [anon_sym_break] = ACTIONS(1487), - [anon_sym_continue] = ACTIONS(1487), - [anon_sym_for] = ACTIONS(1487), - [anon_sym_loop] = ACTIONS(1487), - [anon_sym_while] = ACTIONS(1487), - [anon_sym_do] = ACTIONS(1487), - [anon_sym_if] = ACTIONS(1487), - [anon_sym_match] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1489), - [anon_sym_DOT_DOT] = ACTIONS(1487), - [anon_sym_try] = ACTIONS(1487), - [anon_sym_return] = ACTIONS(1487), - [anon_sym_source] = ACTIONS(1487), - [anon_sym_source_DASHenv] = ACTIONS(1487), - [anon_sym_register] = ACTIONS(1487), - [anon_sym_hide] = ACTIONS(1487), - [anon_sym_hide_DASHenv] = ACTIONS(1487), - [anon_sym_overlay] = ACTIONS(1487), - [anon_sym_where] = ACTIONS(1489), - [aux_sym_expr_unary_token1] = ACTIONS(1489), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), - [anon_sym_DOT_DOT_LT] = ACTIONS(1489), - [anon_sym_null] = ACTIONS(1487), - [anon_sym_true] = ACTIONS(1487), - [anon_sym_false] = ACTIONS(1487), - [aux_sym__val_number_decimal_token1] = ACTIONS(1487), - [aux_sym__val_number_decimal_token2] = ACTIONS(1489), - [aux_sym__val_number_decimal_token3] = ACTIONS(1489), - [aux_sym__val_number_decimal_token4] = ACTIONS(1489), - [aux_sym__val_number_token1] = ACTIONS(1489), - [aux_sym__val_number_token2] = ACTIONS(1489), - [aux_sym__val_number_token3] = ACTIONS(1489), - [aux_sym__val_number_token4] = ACTIONS(1487), - [aux_sym__val_number_token5] = ACTIONS(1487), - [aux_sym__val_number_token6] = ACTIONS(1487), - [anon_sym_0b] = ACTIONS(1487), - [anon_sym_0o] = ACTIONS(1487), - [anon_sym_0x] = ACTIONS(1487), - [sym_val_date] = ACTIONS(1489), - [anon_sym_DQUOTE] = ACTIONS(1489), - [sym__str_single_quotes] = ACTIONS(1489), - [sym__str_back_ticks] = ACTIONS(1489), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1489), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1489), - [aux_sym_env_var_token1] = ACTIONS(1487), - [anon_sym_CARET] = ACTIONS(1489), - [aux_sym_command_token1] = ACTIONS(1489), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1489), - }, - [305] = { - [sym_comment] = STATE(305), - [anon_sym_export] = ACTIONS(1514), - [anon_sym_alias] = ACTIONS(1514), - [anon_sym_let] = ACTIONS(1514), - [anon_sym_let_DASHenv] = ACTIONS(1514), - [anon_sym_mut] = ACTIONS(1514), - [anon_sym_const] = ACTIONS(1514), - [aux_sym_cmd_identifier_token1] = ACTIONS(1514), - [aux_sym_cmd_identifier_token2] = ACTIONS(1516), - [aux_sym_cmd_identifier_token3] = ACTIONS(1516), - [aux_sym_cmd_identifier_token4] = ACTIONS(1516), - [aux_sym_cmd_identifier_token5] = ACTIONS(1516), - [aux_sym_cmd_identifier_token6] = ACTIONS(1516), - [aux_sym_cmd_identifier_token7] = ACTIONS(1516), - [aux_sym_cmd_identifier_token8] = ACTIONS(1514), - [aux_sym_cmd_identifier_token9] = ACTIONS(1514), - [aux_sym_cmd_identifier_token10] = ACTIONS(1516), - [aux_sym_cmd_identifier_token11] = ACTIONS(1516), - [aux_sym_cmd_identifier_token12] = ACTIONS(1514), - [aux_sym_cmd_identifier_token13] = ACTIONS(1514), - [aux_sym_cmd_identifier_token14] = ACTIONS(1514), - [aux_sym_cmd_identifier_token15] = ACTIONS(1514), - [aux_sym_cmd_identifier_token16] = ACTIONS(1516), - [aux_sym_cmd_identifier_token17] = ACTIONS(1516), - [aux_sym_cmd_identifier_token18] = ACTIONS(1514), - [aux_sym_cmd_identifier_token19] = ACTIONS(1516), - [aux_sym_cmd_identifier_token20] = ACTIONS(1516), - [aux_sym_cmd_identifier_token21] = ACTIONS(1516), - [aux_sym_cmd_identifier_token22] = ACTIONS(1516), - [aux_sym_cmd_identifier_token23] = ACTIONS(1516), - [aux_sym_cmd_identifier_token24] = ACTIONS(1516), - [aux_sym_cmd_identifier_token25] = ACTIONS(1516), - [aux_sym_cmd_identifier_token26] = ACTIONS(1516), - [aux_sym_cmd_identifier_token27] = ACTIONS(1516), - [aux_sym_cmd_identifier_token28] = ACTIONS(1516), - [aux_sym_cmd_identifier_token29] = ACTIONS(1516), - [aux_sym_cmd_identifier_token30] = ACTIONS(1516), - [aux_sym_cmd_identifier_token31] = ACTIONS(1516), - [aux_sym_cmd_identifier_token32] = ACTIONS(1514), - [aux_sym_cmd_identifier_token33] = ACTIONS(1516), - [aux_sym_cmd_identifier_token34] = ACTIONS(1514), - [aux_sym_cmd_identifier_token35] = ACTIONS(1516), - [aux_sym_cmd_identifier_token36] = ACTIONS(1516), - [aux_sym_cmd_identifier_token37] = ACTIONS(1516), - [aux_sym_cmd_identifier_token38] = ACTIONS(1514), - [aux_sym_cmd_identifier_token39] = ACTIONS(1516), - [aux_sym_cmd_identifier_token40] = ACTIONS(1516), - [sym__newline] = ACTIONS(1516), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_def] = ACTIONS(1514), - [anon_sym_export_DASHenv] = ACTIONS(1514), - [anon_sym_extern] = ACTIONS(1514), - [anon_sym_module] = ACTIONS(1514), - [anon_sym_use] = ACTIONS(1514), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_DOLLAR] = ACTIONS(1514), - [anon_sym_error] = ACTIONS(1514), - [anon_sym_DASH2] = ACTIONS(1514), - [anon_sym_break] = ACTIONS(1514), - [anon_sym_continue] = ACTIONS(1514), - [anon_sym_for] = ACTIONS(1514), - [anon_sym_loop] = ACTIONS(1514), - [anon_sym_while] = ACTIONS(1514), - [anon_sym_do] = ACTIONS(1514), - [anon_sym_if] = ACTIONS(1514), - [anon_sym_match] = ACTIONS(1514), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_DOT_DOT] = ACTIONS(1514), - [anon_sym_try] = ACTIONS(1514), - [anon_sym_return] = ACTIONS(1514), - [anon_sym_source] = ACTIONS(1514), - [anon_sym_source_DASHenv] = ACTIONS(1514), - [anon_sym_register] = ACTIONS(1514), - [anon_sym_hide] = ACTIONS(1514), - [anon_sym_hide_DASHenv] = ACTIONS(1514), - [anon_sym_overlay] = ACTIONS(1514), - [anon_sym_where] = ACTIONS(1516), - [aux_sym_expr_unary_token1] = ACTIONS(1516), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1516), - [anon_sym_DOT_DOT_LT] = ACTIONS(1516), - [anon_sym_null] = ACTIONS(1514), - [anon_sym_true] = ACTIONS(1514), - [anon_sym_false] = ACTIONS(1514), - [aux_sym__val_number_decimal_token1] = ACTIONS(1514), - [aux_sym__val_number_decimal_token2] = ACTIONS(1516), - [aux_sym__val_number_decimal_token3] = ACTIONS(1516), - [aux_sym__val_number_decimal_token4] = ACTIONS(1516), - [aux_sym__val_number_token1] = ACTIONS(1516), - [aux_sym__val_number_token2] = ACTIONS(1516), - [aux_sym__val_number_token3] = ACTIONS(1516), - [aux_sym__val_number_token4] = ACTIONS(1514), - [aux_sym__val_number_token5] = ACTIONS(1514), - [aux_sym__val_number_token6] = ACTIONS(1514), - [anon_sym_0b] = ACTIONS(1514), - [anon_sym_0o] = ACTIONS(1514), - [anon_sym_0x] = ACTIONS(1514), - [sym_val_date] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [sym__str_single_quotes] = ACTIONS(1516), - [sym__str_back_ticks] = ACTIONS(1516), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1516), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1516), - [aux_sym_env_var_token1] = ACTIONS(1514), - [anon_sym_CARET] = ACTIONS(1516), - [aux_sym_command_token1] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1516), - }, - [306] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if] = STATE(4758), - [sym_block] = STATE(4760), - [sym__expression] = STATE(4760), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1182), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4760), - [sym_comment] = STATE(306), + [310] = { + [sym_cmd_identifier] = STATE(4507), + [sym__expression_parenthesized] = STATE(3736), + [sym_expr_unary] = STATE(2369), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2369), + [sym__expr_binary_expression_parenthesized] = STATE(3682), + [sym_expr_parenthesized] = STATE(1953), + [sym_val_range] = STATE(2369), + [sym__value] = STATE(2369), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(6681), + [sym__command_parenthesized] = STATE(4813), + [sym_comment] = STATE(310), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1149), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -114341,8 +114806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -114350,10 +114814,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1541), - [aux_sym__val_number_decimal_token2] = ACTIONS(1543), - [aux_sym__val_number_decimal_token3] = ACTIONS(1545), - [aux_sym__val_number_decimal_token4] = ACTIONS(1547), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -114369,264 +114833,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_CARET] = ACTIONS(247), - [aux_sym_command_token1] = ACTIONS(249), + [aux_sym_env_var_token1] = ACTIONS(117), + [anon_sym_CARET] = ACTIONS(465), + [aux_sym_command_token1] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [307] = { - [sym_cmd_identifier] = STATE(4394), - [sym_ctrl_if] = STATE(4961), - [sym_block] = STATE(4962), - [sym__expression] = STATE(4962), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3758), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1204), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_command] = STATE(4962), - [sym_comment] = STATE(307), - [aux_sym_cmd_identifier_token1] = ACTIONS(19), - [aux_sym_cmd_identifier_token2] = ACTIONS(21), - [aux_sym_cmd_identifier_token3] = ACTIONS(21), - [aux_sym_cmd_identifier_token4] = ACTIONS(21), - [aux_sym_cmd_identifier_token5] = ACTIONS(21), - [aux_sym_cmd_identifier_token6] = ACTIONS(21), - [aux_sym_cmd_identifier_token7] = ACTIONS(21), - [aux_sym_cmd_identifier_token8] = ACTIONS(21), - [aux_sym_cmd_identifier_token9] = ACTIONS(19), - [aux_sym_cmd_identifier_token10] = ACTIONS(21), - [aux_sym_cmd_identifier_token11] = ACTIONS(21), - [aux_sym_cmd_identifier_token12] = ACTIONS(21), - [aux_sym_cmd_identifier_token13] = ACTIONS(19), - [aux_sym_cmd_identifier_token14] = ACTIONS(21), - [aux_sym_cmd_identifier_token15] = ACTIONS(19), - [aux_sym_cmd_identifier_token16] = ACTIONS(21), - [aux_sym_cmd_identifier_token17] = ACTIONS(21), - [aux_sym_cmd_identifier_token18] = ACTIONS(19), - [aux_sym_cmd_identifier_token19] = ACTIONS(21), - [aux_sym_cmd_identifier_token20] = ACTIONS(21), - [aux_sym_cmd_identifier_token21] = ACTIONS(21), - [aux_sym_cmd_identifier_token22] = ACTIONS(21), - [aux_sym_cmd_identifier_token23] = ACTIONS(21), - [aux_sym_cmd_identifier_token24] = ACTIONS(21), - [aux_sym_cmd_identifier_token25] = ACTIONS(21), - [aux_sym_cmd_identifier_token26] = ACTIONS(21), - [aux_sym_cmd_identifier_token27] = ACTIONS(21), - [aux_sym_cmd_identifier_token28] = ACTIONS(21), - [aux_sym_cmd_identifier_token29] = ACTIONS(21), - [aux_sym_cmd_identifier_token30] = ACTIONS(21), - [aux_sym_cmd_identifier_token31] = ACTIONS(21), - [aux_sym_cmd_identifier_token32] = ACTIONS(19), - [aux_sym_cmd_identifier_token33] = ACTIONS(21), - [aux_sym_cmd_identifier_token34] = ACTIONS(19), - [aux_sym_cmd_identifier_token35] = ACTIONS(21), - [aux_sym_cmd_identifier_token36] = ACTIONS(21), - [aux_sym_cmd_identifier_token37] = ACTIONS(21), - [aux_sym_cmd_identifier_token38] = ACTIONS(19), - [aux_sym_cmd_identifier_token39] = ACTIONS(21), - [aux_sym_cmd_identifier_token40] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_if] = ACTIONS(59), - [anon_sym_LBRACE] = ACTIONS(1549), - [anon_sym_DOT_DOT] = ACTIONS(65), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(87), - [anon_sym_true] = ACTIONS(89), - [anon_sym_false] = ACTIONS(89), - [aux_sym__val_number_decimal_token1] = ACTIONS(1551), - [aux_sym__val_number_decimal_token2] = ACTIONS(1553), - [aux_sym__val_number_decimal_token3] = ACTIONS(1555), - [aux_sym__val_number_decimal_token4] = ACTIONS(1557), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(101), - [aux_sym__val_number_token5] = ACTIONS(101), - [aux_sym__val_number_token6] = ACTIONS(101), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_CARET] = ACTIONS(119), - [aux_sym_command_token1] = ACTIONS(121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), + [311] = { + [sym_comment] = STATE(311), + [anon_sym_export] = ACTIONS(1575), + [anon_sym_alias] = ACTIONS(1575), + [anon_sym_let] = ACTIONS(1575), + [anon_sym_let_DASHenv] = ACTIONS(1575), + [anon_sym_mut] = ACTIONS(1575), + [anon_sym_const] = ACTIONS(1575), + [aux_sym_cmd_identifier_token1] = ACTIONS(1575), + [aux_sym_cmd_identifier_token2] = ACTIONS(1577), + [aux_sym_cmd_identifier_token3] = ACTIONS(1577), + [aux_sym_cmd_identifier_token4] = ACTIONS(1577), + [aux_sym_cmd_identifier_token5] = ACTIONS(1577), + [aux_sym_cmd_identifier_token6] = ACTIONS(1577), + [aux_sym_cmd_identifier_token7] = ACTIONS(1577), + [aux_sym_cmd_identifier_token8] = ACTIONS(1575), + [aux_sym_cmd_identifier_token9] = ACTIONS(1575), + [aux_sym_cmd_identifier_token10] = ACTIONS(1577), + [aux_sym_cmd_identifier_token11] = ACTIONS(1577), + [aux_sym_cmd_identifier_token12] = ACTIONS(1575), + [aux_sym_cmd_identifier_token13] = ACTIONS(1575), + [aux_sym_cmd_identifier_token14] = ACTIONS(1575), + [aux_sym_cmd_identifier_token15] = ACTIONS(1575), + [aux_sym_cmd_identifier_token16] = ACTIONS(1577), + [aux_sym_cmd_identifier_token17] = ACTIONS(1577), + [aux_sym_cmd_identifier_token18] = ACTIONS(1575), + [aux_sym_cmd_identifier_token19] = ACTIONS(1577), + [aux_sym_cmd_identifier_token20] = ACTIONS(1577), + [aux_sym_cmd_identifier_token21] = ACTIONS(1577), + [aux_sym_cmd_identifier_token22] = ACTIONS(1577), + [aux_sym_cmd_identifier_token23] = ACTIONS(1577), + [aux_sym_cmd_identifier_token24] = ACTIONS(1577), + [aux_sym_cmd_identifier_token25] = ACTIONS(1577), + [aux_sym_cmd_identifier_token26] = ACTIONS(1577), + [aux_sym_cmd_identifier_token27] = ACTIONS(1577), + [aux_sym_cmd_identifier_token28] = ACTIONS(1577), + [aux_sym_cmd_identifier_token29] = ACTIONS(1577), + [aux_sym_cmd_identifier_token30] = ACTIONS(1577), + [aux_sym_cmd_identifier_token31] = ACTIONS(1577), + [aux_sym_cmd_identifier_token32] = ACTIONS(1575), + [aux_sym_cmd_identifier_token33] = ACTIONS(1577), + [aux_sym_cmd_identifier_token34] = ACTIONS(1575), + [aux_sym_cmd_identifier_token35] = ACTIONS(1577), + [aux_sym_cmd_identifier_token36] = ACTIONS(1577), + [aux_sym_cmd_identifier_token37] = ACTIONS(1577), + [aux_sym_cmd_identifier_token38] = ACTIONS(1575), + [aux_sym_cmd_identifier_token39] = ACTIONS(1577), + [aux_sym_cmd_identifier_token40] = ACTIONS(1577), + [sym__newline] = ACTIONS(1577), + [anon_sym_SEMI] = ACTIONS(1577), + [anon_sym_def] = ACTIONS(1575), + [anon_sym_export_DASHenv] = ACTIONS(1575), + [anon_sym_extern] = ACTIONS(1575), + [anon_sym_module] = ACTIONS(1575), + [anon_sym_use] = ACTIONS(1575), + [anon_sym_LBRACK] = ACTIONS(1577), + [anon_sym_LPAREN] = ACTIONS(1577), + [anon_sym_DOLLAR] = ACTIONS(1575), + [anon_sym_error] = ACTIONS(1575), + [anon_sym_DASH2] = ACTIONS(1575), + [anon_sym_break] = ACTIONS(1575), + [anon_sym_continue] = ACTIONS(1575), + [anon_sym_for] = ACTIONS(1575), + [anon_sym_loop] = ACTIONS(1575), + [anon_sym_while] = ACTIONS(1575), + [anon_sym_do] = ACTIONS(1575), + [anon_sym_if] = ACTIONS(1575), + [anon_sym_match] = ACTIONS(1575), + [anon_sym_LBRACE] = ACTIONS(1577), + [anon_sym_DOT_DOT] = ACTIONS(1575), + [anon_sym_try] = ACTIONS(1575), + [anon_sym_return] = ACTIONS(1575), + [anon_sym_source] = ACTIONS(1575), + [anon_sym_source_DASHenv] = ACTIONS(1575), + [anon_sym_register] = ACTIONS(1575), + [anon_sym_hide] = ACTIONS(1575), + [anon_sym_hide_DASHenv] = ACTIONS(1575), + [anon_sym_overlay] = ACTIONS(1575), + [anon_sym_where] = ACTIONS(1577), + [aux_sym_expr_unary_token1] = ACTIONS(1577), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1577), + [anon_sym_DOT_DOT_LT] = ACTIONS(1577), + [anon_sym_null] = ACTIONS(1575), + [anon_sym_true] = ACTIONS(1575), + [anon_sym_false] = ACTIONS(1575), + [aux_sym__val_number_decimal_token1] = ACTIONS(1575), + [aux_sym__val_number_decimal_token2] = ACTIONS(1577), + [aux_sym__val_number_decimal_token3] = ACTIONS(1577), + [aux_sym__val_number_decimal_token4] = ACTIONS(1577), + [aux_sym__val_number_token1] = ACTIONS(1577), + [aux_sym__val_number_token2] = ACTIONS(1577), + [aux_sym__val_number_token3] = ACTIONS(1577), + [aux_sym__val_number_token4] = ACTIONS(1575), + [aux_sym__val_number_token5] = ACTIONS(1575), + [aux_sym__val_number_token6] = ACTIONS(1575), + [anon_sym_0b] = ACTIONS(1575), + [anon_sym_0o] = ACTIONS(1575), + [anon_sym_0x] = ACTIONS(1575), + [sym_val_date] = ACTIONS(1577), + [anon_sym_DQUOTE] = ACTIONS(1577), + [sym__str_single_quotes] = ACTIONS(1577), + [sym__str_back_ticks] = ACTIONS(1577), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1577), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1577), + [aux_sym_env_var_token1] = ACTIONS(1575), + [anon_sym_CARET] = ACTIONS(1577), + [aux_sym_command_token1] = ACTIONS(1577), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1577), }, - [308] = { - [sym_cmd_identifier] = STATE(4394), - [sym__expression] = STATE(3732), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), - [sym__expr_binary_expression] = STATE(3757), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), + [312] = { + [sym_cmd_identifier] = STATE(4329), + [sym__expression] = STATE(3688), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), [sym__val_number_decimal] = STATE(819), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4884), - [sym_comment] = STATE(308), - [aux_sym_pipe_element_repeat2] = STATE(1149), - [aux_sym_cmd_identifier_token1] = ACTIONS(19), - [aux_sym_cmd_identifier_token2] = ACTIONS(21), - [aux_sym_cmd_identifier_token3] = ACTIONS(21), - [aux_sym_cmd_identifier_token4] = ACTIONS(21), - [aux_sym_cmd_identifier_token5] = ACTIONS(21), - [aux_sym_cmd_identifier_token6] = ACTIONS(21), - [aux_sym_cmd_identifier_token7] = ACTIONS(21), - [aux_sym_cmd_identifier_token8] = ACTIONS(21), - [aux_sym_cmd_identifier_token9] = ACTIONS(19), - [aux_sym_cmd_identifier_token10] = ACTIONS(21), - [aux_sym_cmd_identifier_token11] = ACTIONS(21), - [aux_sym_cmd_identifier_token12] = ACTIONS(21), - [aux_sym_cmd_identifier_token13] = ACTIONS(19), - [aux_sym_cmd_identifier_token14] = ACTIONS(21), - [aux_sym_cmd_identifier_token15] = ACTIONS(19), - [aux_sym_cmd_identifier_token16] = ACTIONS(21), - [aux_sym_cmd_identifier_token17] = ACTIONS(21), - [aux_sym_cmd_identifier_token18] = ACTIONS(19), - [aux_sym_cmd_identifier_token19] = ACTIONS(21), - [aux_sym_cmd_identifier_token20] = ACTIONS(21), - [aux_sym_cmd_identifier_token21] = ACTIONS(21), - [aux_sym_cmd_identifier_token22] = ACTIONS(21), - [aux_sym_cmd_identifier_token23] = ACTIONS(21), - [aux_sym_cmd_identifier_token24] = ACTIONS(21), - [aux_sym_cmd_identifier_token25] = ACTIONS(21), - [aux_sym_cmd_identifier_token26] = ACTIONS(21), - [aux_sym_cmd_identifier_token27] = ACTIONS(21), - [aux_sym_cmd_identifier_token28] = ACTIONS(21), - [aux_sym_cmd_identifier_token29] = ACTIONS(21), - [aux_sym_cmd_identifier_token30] = ACTIONS(21), - [aux_sym_cmd_identifier_token31] = ACTIONS(21), - [aux_sym_cmd_identifier_token32] = ACTIONS(19), - [aux_sym_cmd_identifier_token33] = ACTIONS(21), - [aux_sym_cmd_identifier_token34] = ACTIONS(19), - [aux_sym_cmd_identifier_token35] = ACTIONS(21), - [aux_sym_cmd_identifier_token36] = ACTIONS(21), - [aux_sym_cmd_identifier_token37] = ACTIONS(21), - [aux_sym_cmd_identifier_token38] = ACTIONS(19), - [aux_sym_cmd_identifier_token39] = ACTIONS(21), - [aux_sym_cmd_identifier_token40] = ACTIONS(21), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(65), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(87), - [anon_sym_true] = ACTIONS(89), - [anon_sym_false] = ACTIONS(89), - [aux_sym__val_number_decimal_token1] = ACTIONS(91), - [aux_sym__val_number_decimal_token2] = ACTIONS(93), - [aux_sym__val_number_decimal_token3] = ACTIONS(95), - [aux_sym__val_number_decimal_token4] = ACTIONS(97), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(101), - [aux_sym__val_number_token5] = ACTIONS(101), - [aux_sym__val_number_token6] = ACTIONS(101), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(119), - [aux_sym_command_token1] = ACTIONS(121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [309] = { - [sym_cmd_identifier] = STATE(4436), - [sym__expression_parenthesized] = STATE(3714), - [sym_expr_unary] = STATE(2316), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2316), - [sym__expr_binary_expression_parenthesized] = STATE(3692), - [sym_expr_parenthesized] = STATE(2008), - [sym_val_range] = STATE(2316), - [sym__value] = STATE(2316), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7060), - [sym__command_parenthesized] = STATE(4807), - [sym_comment] = STATE(309), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1152), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4733), + [sym_comment] = STATE(312), + [aux_sym_pipe_element_repeat2] = STATE(1151), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -114679,10 +115034,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(415), + [aux_sym__val_number_decimal_token2] = ACTIONS(417), + [aux_sym__val_number_decimal_token3] = ACTIONS(419), + [aux_sym__val_number_decimal_token4] = ACTIONS(421), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -114699,44 +115054,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [aux_sym_env_var_token1] = ACTIONS(117), - [anon_sym_CARET] = ACTIONS(465), - [aux_sym_command_token1] = ACTIONS(467), + [anon_sym_CARET] = ACTIONS(247), + [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [310] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if] = STATE(4758), - [sym_block] = STATE(4760), - [sym__expression] = STATE(4760), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1194), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4760), - [sym_comment] = STATE(310), + [313] = { + [sym_cmd_identifier] = STATE(4329), + [sym__expression] = STATE(3688), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(834), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4733), + [sym_comment] = STATE(313), + [aux_sym_pipe_element_repeat2] = STATE(1151), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -114781,8 +115136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(593), - [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(183), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -114790,10 +115144,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1456), - [aux_sym__val_number_decimal_token2] = ACTIONS(1458), - [aux_sym__val_number_decimal_token3] = ACTIONS(1460), - [aux_sym__val_number_decimal_token4] = ACTIONS(1462), + [aux_sym__val_number_decimal_token1] = ACTIONS(1030), + [aux_sym__val_number_decimal_token2] = ACTIONS(1032), + [aux_sym__val_number_decimal_token3] = ACTIONS(1034), + [aux_sym__val_number_decimal_token4] = ACTIONS(1036), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -114809,44 +115163,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [aux_sym_env_var_token1] = ACTIONS(117), [anon_sym_CARET] = ACTIONS(247), [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [311] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if] = STATE(4758), - [sym_block] = STATE(4760), - [sym__expression] = STATE(4760), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1232), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4760), - [sym_comment] = STATE(311), + [314] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if] = STATE(4571), + [sym_block] = STATE(4574), + [sym__expression] = STATE(4574), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1226), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4574), + [sym_comment] = STATE(314), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -114891,7 +115246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1559), + [anon_sym_if] = ACTIONS(1038), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -114900,10 +115255,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1474), - [aux_sym__val_number_decimal_token2] = ACTIONS(1476), - [aux_sym__val_number_decimal_token3] = ACTIONS(1478), - [aux_sym__val_number_decimal_token4] = ACTIONS(1480), + [aux_sym__val_number_decimal_token1] = ACTIONS(1480), + [aux_sym__val_number_decimal_token2] = ACTIONS(1482), + [aux_sym__val_number_decimal_token3] = ACTIONS(1484), + [aux_sym__val_number_decimal_token4] = ACTIONS(1486), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -114924,149 +115279,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [312] = { - [sym_comment] = STATE(312), - [anon_sym_export] = ACTIONS(1561), - [anon_sym_alias] = ACTIONS(1561), - [anon_sym_let] = ACTIONS(1561), - [anon_sym_let_DASHenv] = ACTIONS(1561), - [anon_sym_mut] = ACTIONS(1561), - [anon_sym_const] = ACTIONS(1561), - [aux_sym_cmd_identifier_token1] = ACTIONS(1561), - [aux_sym_cmd_identifier_token2] = ACTIONS(1563), - [aux_sym_cmd_identifier_token3] = ACTIONS(1563), - [aux_sym_cmd_identifier_token4] = ACTIONS(1563), - [aux_sym_cmd_identifier_token5] = ACTIONS(1563), - [aux_sym_cmd_identifier_token6] = ACTIONS(1563), - [aux_sym_cmd_identifier_token7] = ACTIONS(1563), - [aux_sym_cmd_identifier_token8] = ACTIONS(1561), - [aux_sym_cmd_identifier_token9] = ACTIONS(1561), - [aux_sym_cmd_identifier_token10] = ACTIONS(1563), - [aux_sym_cmd_identifier_token11] = ACTIONS(1563), - [aux_sym_cmd_identifier_token12] = ACTIONS(1561), - [aux_sym_cmd_identifier_token13] = ACTIONS(1561), - [aux_sym_cmd_identifier_token14] = ACTIONS(1561), - [aux_sym_cmd_identifier_token15] = ACTIONS(1561), - [aux_sym_cmd_identifier_token16] = ACTIONS(1563), - [aux_sym_cmd_identifier_token17] = ACTIONS(1563), - [aux_sym_cmd_identifier_token18] = ACTIONS(1561), - [aux_sym_cmd_identifier_token19] = ACTIONS(1563), - [aux_sym_cmd_identifier_token20] = ACTIONS(1563), - [aux_sym_cmd_identifier_token21] = ACTIONS(1563), - [aux_sym_cmd_identifier_token22] = ACTIONS(1563), - [aux_sym_cmd_identifier_token23] = ACTIONS(1563), - [aux_sym_cmd_identifier_token24] = ACTIONS(1563), - [aux_sym_cmd_identifier_token25] = ACTIONS(1563), - [aux_sym_cmd_identifier_token26] = ACTIONS(1563), - [aux_sym_cmd_identifier_token27] = ACTIONS(1563), - [aux_sym_cmd_identifier_token28] = ACTIONS(1563), - [aux_sym_cmd_identifier_token29] = ACTIONS(1563), - [aux_sym_cmd_identifier_token30] = ACTIONS(1563), - [aux_sym_cmd_identifier_token31] = ACTIONS(1563), - [aux_sym_cmd_identifier_token32] = ACTIONS(1561), - [aux_sym_cmd_identifier_token33] = ACTIONS(1563), - [aux_sym_cmd_identifier_token34] = ACTIONS(1561), - [aux_sym_cmd_identifier_token35] = ACTIONS(1563), - [aux_sym_cmd_identifier_token36] = ACTIONS(1563), - [aux_sym_cmd_identifier_token37] = ACTIONS(1563), - [aux_sym_cmd_identifier_token38] = ACTIONS(1561), - [aux_sym_cmd_identifier_token39] = ACTIONS(1563), - [aux_sym_cmd_identifier_token40] = ACTIONS(1563), - [sym__newline] = ACTIONS(1563), - [anon_sym_SEMI] = ACTIONS(1563), - [anon_sym_def] = ACTIONS(1561), - [anon_sym_export_DASHenv] = ACTIONS(1561), - [anon_sym_extern] = ACTIONS(1561), - [anon_sym_module] = ACTIONS(1561), - [anon_sym_use] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1563), - [anon_sym_LPAREN] = ACTIONS(1563), - [anon_sym_DOLLAR] = ACTIONS(1561), - [anon_sym_error] = ACTIONS(1561), - [anon_sym_DASH2] = ACTIONS(1561), - [anon_sym_break] = ACTIONS(1561), - [anon_sym_continue] = ACTIONS(1561), - [anon_sym_for] = ACTIONS(1561), - [anon_sym_loop] = ACTIONS(1561), - [anon_sym_while] = ACTIONS(1561), - [anon_sym_do] = ACTIONS(1561), - [anon_sym_if] = ACTIONS(1561), - [anon_sym_match] = ACTIONS(1561), - [anon_sym_LBRACE] = ACTIONS(1563), - [anon_sym_DOT_DOT] = ACTIONS(1561), - [anon_sym_try] = ACTIONS(1561), - [anon_sym_return] = ACTIONS(1561), - [anon_sym_source] = ACTIONS(1561), - [anon_sym_source_DASHenv] = ACTIONS(1561), - [anon_sym_register] = ACTIONS(1561), - [anon_sym_hide] = ACTIONS(1561), - [anon_sym_hide_DASHenv] = ACTIONS(1561), - [anon_sym_overlay] = ACTIONS(1561), - [anon_sym_where] = ACTIONS(1563), - [aux_sym_expr_unary_token1] = ACTIONS(1563), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1563), - [anon_sym_DOT_DOT_LT] = ACTIONS(1563), - [anon_sym_null] = ACTIONS(1561), - [anon_sym_true] = ACTIONS(1561), - [anon_sym_false] = ACTIONS(1561), - [aux_sym__val_number_decimal_token1] = ACTIONS(1561), - [aux_sym__val_number_decimal_token2] = ACTIONS(1563), - [aux_sym__val_number_decimal_token3] = ACTIONS(1563), - [aux_sym__val_number_decimal_token4] = ACTIONS(1563), - [aux_sym__val_number_token1] = ACTIONS(1563), - [aux_sym__val_number_token2] = ACTIONS(1563), - [aux_sym__val_number_token3] = ACTIONS(1563), - [aux_sym__val_number_token4] = ACTIONS(1561), - [aux_sym__val_number_token5] = ACTIONS(1561), - [aux_sym__val_number_token6] = ACTIONS(1561), - [anon_sym_0b] = ACTIONS(1561), - [anon_sym_0o] = ACTIONS(1561), - [anon_sym_0x] = ACTIONS(1561), - [sym_val_date] = ACTIONS(1563), - [anon_sym_DQUOTE] = ACTIONS(1563), - [sym__str_single_quotes] = ACTIONS(1563), - [sym__str_back_ticks] = ACTIONS(1563), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1563), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1563), - [aux_sym_env_var_token1] = ACTIONS(1561), - [anon_sym_CARET] = ACTIONS(1563), - [aux_sym_command_token1] = ACTIONS(1563), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1563), - }, - [313] = { - [sym_cmd_identifier] = STATE(4344), - [sym__expression] = STATE(3686), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(834), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4675), - [sym_comment] = STATE(313), - [aux_sym_pipe_element_repeat2] = STATE(1149), + [315] = { + [sym_cmd_identifier] = STATE(4329), + [sym__expression] = STATE(3688), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3756), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(820), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_env_var] = STATE(7347), + [sym_command] = STATE(4733), + [sym_comment] = STATE(315), + [aux_sym_pipe_element_repeat2] = STATE(1151), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -115119,10 +115364,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1030), - [aux_sym__val_number_decimal_token2] = ACTIONS(1032), - [aux_sym__val_number_decimal_token3] = ACTIONS(1034), - [aux_sym__val_number_decimal_token4] = ACTIONS(1036), + [aux_sym__val_number_decimal_token1] = ACTIONS(457), + [aux_sym__val_number_decimal_token2] = ACTIONS(459), + [aux_sym__val_number_decimal_token3] = ACTIONS(461), + [aux_sym__val_number_decimal_token4] = ACTIONS(463), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -115144,39 +115389,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [314] = { - [sym_cmd_identifier] = STATE(4344), - [sym_ctrl_if] = STATE(4758), - [sym_block] = STATE(4760), - [sym__expression] = STATE(4760), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1213), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_command] = STATE(4760), - [sym_comment] = STATE(314), + [316] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if] = STATE(4571), + [sym_block] = STATE(4574), + [sym__expression] = STATE(4574), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1202), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4574), + [sym_comment] = STATE(316), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -115221,7 +115466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_if] = ACTIONS(1026), + [anon_sym_if] = ACTIONS(395), [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), @@ -115230,10 +115475,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1497), - [aux_sym__val_number_decimal_token2] = ACTIONS(1499), - [aux_sym__val_number_decimal_token3] = ACTIONS(1501), - [aux_sym__val_number_decimal_token4] = ACTIONS(1503), + [aux_sym__val_number_decimal_token1] = ACTIONS(1579), + [aux_sym__val_number_decimal_token2] = ACTIONS(1581), + [aux_sym__val_number_decimal_token3] = ACTIONS(1583), + [aux_sym__val_number_decimal_token4] = ACTIONS(1585), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -115254,149 +115499,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [315] = { - [sym_comment] = STATE(315), - [anon_sym_export] = ACTIONS(1565), - [anon_sym_alias] = ACTIONS(1565), - [anon_sym_let] = ACTIONS(1565), - [anon_sym_let_DASHenv] = ACTIONS(1565), - [anon_sym_mut] = ACTIONS(1565), - [anon_sym_const] = ACTIONS(1565), - [aux_sym_cmd_identifier_token1] = ACTIONS(1565), - [aux_sym_cmd_identifier_token2] = ACTIONS(1567), - [aux_sym_cmd_identifier_token3] = ACTIONS(1567), - [aux_sym_cmd_identifier_token4] = ACTIONS(1567), - [aux_sym_cmd_identifier_token5] = ACTIONS(1567), - [aux_sym_cmd_identifier_token6] = ACTIONS(1567), - [aux_sym_cmd_identifier_token7] = ACTIONS(1567), - [aux_sym_cmd_identifier_token8] = ACTIONS(1565), - [aux_sym_cmd_identifier_token9] = ACTIONS(1565), - [aux_sym_cmd_identifier_token10] = ACTIONS(1567), - [aux_sym_cmd_identifier_token11] = ACTIONS(1567), - [aux_sym_cmd_identifier_token12] = ACTIONS(1565), - [aux_sym_cmd_identifier_token13] = ACTIONS(1565), - [aux_sym_cmd_identifier_token14] = ACTIONS(1565), - [aux_sym_cmd_identifier_token15] = ACTIONS(1565), - [aux_sym_cmd_identifier_token16] = ACTIONS(1567), - [aux_sym_cmd_identifier_token17] = ACTIONS(1567), - [aux_sym_cmd_identifier_token18] = ACTIONS(1565), - [aux_sym_cmd_identifier_token19] = ACTIONS(1567), - [aux_sym_cmd_identifier_token20] = ACTIONS(1567), - [aux_sym_cmd_identifier_token21] = ACTIONS(1567), - [aux_sym_cmd_identifier_token22] = ACTIONS(1567), - [aux_sym_cmd_identifier_token23] = ACTIONS(1567), - [aux_sym_cmd_identifier_token24] = ACTIONS(1567), - [aux_sym_cmd_identifier_token25] = ACTIONS(1567), - [aux_sym_cmd_identifier_token26] = ACTIONS(1567), - [aux_sym_cmd_identifier_token27] = ACTIONS(1567), - [aux_sym_cmd_identifier_token28] = ACTIONS(1567), - [aux_sym_cmd_identifier_token29] = ACTIONS(1567), - [aux_sym_cmd_identifier_token30] = ACTIONS(1567), - [aux_sym_cmd_identifier_token31] = ACTIONS(1567), - [aux_sym_cmd_identifier_token32] = ACTIONS(1565), - [aux_sym_cmd_identifier_token33] = ACTIONS(1567), - [aux_sym_cmd_identifier_token34] = ACTIONS(1565), - [aux_sym_cmd_identifier_token35] = ACTIONS(1567), - [aux_sym_cmd_identifier_token36] = ACTIONS(1567), - [aux_sym_cmd_identifier_token37] = ACTIONS(1567), - [aux_sym_cmd_identifier_token38] = ACTIONS(1565), - [aux_sym_cmd_identifier_token39] = ACTIONS(1567), - [aux_sym_cmd_identifier_token40] = ACTIONS(1567), - [sym__newline] = ACTIONS(1567), - [anon_sym_SEMI] = ACTIONS(1567), - [anon_sym_def] = ACTIONS(1565), - [anon_sym_export_DASHenv] = ACTIONS(1565), - [anon_sym_extern] = ACTIONS(1565), - [anon_sym_module] = ACTIONS(1565), - [anon_sym_use] = ACTIONS(1565), - [anon_sym_LBRACK] = ACTIONS(1567), - [anon_sym_LPAREN] = ACTIONS(1567), - [anon_sym_DOLLAR] = ACTIONS(1565), - [anon_sym_error] = ACTIONS(1565), - [anon_sym_DASH2] = ACTIONS(1565), - [anon_sym_break] = ACTIONS(1565), - [anon_sym_continue] = ACTIONS(1565), - [anon_sym_for] = ACTIONS(1565), - [anon_sym_loop] = ACTIONS(1565), - [anon_sym_while] = ACTIONS(1565), - [anon_sym_do] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1565), - [anon_sym_match] = ACTIONS(1565), - [anon_sym_LBRACE] = ACTIONS(1567), - [anon_sym_DOT_DOT] = ACTIONS(1565), - [anon_sym_try] = ACTIONS(1565), - [anon_sym_return] = ACTIONS(1565), - [anon_sym_source] = ACTIONS(1565), - [anon_sym_source_DASHenv] = ACTIONS(1565), - [anon_sym_register] = ACTIONS(1565), - [anon_sym_hide] = ACTIONS(1565), - [anon_sym_hide_DASHenv] = ACTIONS(1565), - [anon_sym_overlay] = ACTIONS(1565), - [anon_sym_where] = ACTIONS(1567), - [aux_sym_expr_unary_token1] = ACTIONS(1567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1567), - [anon_sym_DOT_DOT_LT] = ACTIONS(1567), - [anon_sym_null] = ACTIONS(1565), - [anon_sym_true] = ACTIONS(1565), - [anon_sym_false] = ACTIONS(1565), - [aux_sym__val_number_decimal_token1] = ACTIONS(1565), - [aux_sym__val_number_decimal_token2] = ACTIONS(1567), - [aux_sym__val_number_decimal_token3] = ACTIONS(1567), - [aux_sym__val_number_decimal_token4] = ACTIONS(1567), - [aux_sym__val_number_token1] = ACTIONS(1567), - [aux_sym__val_number_token2] = ACTIONS(1567), - [aux_sym__val_number_token3] = ACTIONS(1567), - [aux_sym__val_number_token4] = ACTIONS(1565), - [aux_sym__val_number_token5] = ACTIONS(1565), - [aux_sym__val_number_token6] = ACTIONS(1565), - [anon_sym_0b] = ACTIONS(1565), - [anon_sym_0o] = ACTIONS(1565), - [anon_sym_0x] = ACTIONS(1565), - [sym_val_date] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(1567), - [sym__str_single_quotes] = ACTIONS(1567), - [sym__str_back_ticks] = ACTIONS(1567), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1567), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1567), - [aux_sym_env_var_token1] = ACTIONS(1565), - [anon_sym_CARET] = ACTIONS(1567), - [aux_sym_command_token1] = ACTIONS(1567), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1567), - }, - [316] = { - [sym_cmd_identifier] = STATE(4344), - [sym__expression] = STATE(3686), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3751), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(862), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_env_var] = STATE(7327), - [sym_command] = STATE(4675), - [sym_comment] = STATE(316), - [aux_sym_pipe_element_repeat2] = STATE(1149), + [317] = { + [sym_cmd_identifier] = STATE(4329), + [sym_ctrl_if] = STATE(4571), + [sym_block] = STATE(4574), + [sym__expression] = STATE(4574), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1208), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_command] = STATE(4574), + [sym_comment] = STATE(317), [aux_sym_cmd_identifier_token1] = ACTIONS(363), [aux_sym_cmd_identifier_token2] = ACTIONS(365), [aux_sym_cmd_identifier_token3] = ACTIONS(365), @@ -115441,7 +115576,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_if] = ACTIONS(595), + [anon_sym_LBRACE] = ACTIONS(1454), [anon_sym_DOT_DOT] = ACTIONS(187), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), @@ -115449,10 +115585,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_null] = ACTIONS(213), [anon_sym_true] = ACTIONS(215), [anon_sym_false] = ACTIONS(215), - [aux_sym__val_number_decimal_token1] = ACTIONS(1533), - [aux_sym__val_number_decimal_token2] = ACTIONS(1535), - [aux_sym__val_number_decimal_token3] = ACTIONS(1537), - [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_decimal_token1] = ACTIONS(1456), + [aux_sym__val_number_decimal_token2] = ACTIONS(1458), + [aux_sym__val_number_decimal_token3] = ACTIONS(1460), + [aux_sym__val_number_decimal_token4] = ACTIONS(1462), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -115468,126 +115604,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [aux_sym_env_var_token1] = ACTIONS(117), [anon_sym_CARET] = ACTIONS(247), [aux_sym_command_token1] = ACTIONS(249), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [317] = { - [sym__expr_parenthesized_immediate] = STATE(493), - [sym__immediate_decimal] = STATE(371), - [sym_val_variable] = STATE(493), - [sym_comment] = STATE(317), - [anon_sym_export] = ACTIONS(1569), - [anon_sym_alias] = ACTIONS(1569), - [anon_sym_let] = ACTIONS(1569), - [anon_sym_let_DASHenv] = ACTIONS(1569), - [anon_sym_mut] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [aux_sym_cmd_identifier_token1] = ACTIONS(1569), - [aux_sym_cmd_identifier_token2] = ACTIONS(1569), - [aux_sym_cmd_identifier_token3] = ACTIONS(1569), - [aux_sym_cmd_identifier_token4] = ACTIONS(1569), - [aux_sym_cmd_identifier_token5] = ACTIONS(1569), - [aux_sym_cmd_identifier_token6] = ACTIONS(1569), - [aux_sym_cmd_identifier_token7] = ACTIONS(1569), - [aux_sym_cmd_identifier_token8] = ACTIONS(1569), - [aux_sym_cmd_identifier_token9] = ACTIONS(1569), - [aux_sym_cmd_identifier_token10] = ACTIONS(1569), - [aux_sym_cmd_identifier_token11] = ACTIONS(1569), - [aux_sym_cmd_identifier_token12] = ACTIONS(1569), - [aux_sym_cmd_identifier_token13] = ACTIONS(1569), - [aux_sym_cmd_identifier_token14] = ACTIONS(1569), - [aux_sym_cmd_identifier_token15] = ACTIONS(1569), - [aux_sym_cmd_identifier_token16] = ACTIONS(1569), - [aux_sym_cmd_identifier_token17] = ACTIONS(1569), - [aux_sym_cmd_identifier_token18] = ACTIONS(1569), - [aux_sym_cmd_identifier_token19] = ACTIONS(1569), - [aux_sym_cmd_identifier_token20] = ACTIONS(1569), - [aux_sym_cmd_identifier_token21] = ACTIONS(1569), - [aux_sym_cmd_identifier_token22] = ACTIONS(1569), - [aux_sym_cmd_identifier_token23] = ACTIONS(1569), - [aux_sym_cmd_identifier_token24] = ACTIONS(1569), - [aux_sym_cmd_identifier_token25] = ACTIONS(1569), - [aux_sym_cmd_identifier_token26] = ACTIONS(1569), - [aux_sym_cmd_identifier_token27] = ACTIONS(1569), - [aux_sym_cmd_identifier_token28] = ACTIONS(1569), - [aux_sym_cmd_identifier_token29] = ACTIONS(1569), - [aux_sym_cmd_identifier_token30] = ACTIONS(1569), - [aux_sym_cmd_identifier_token31] = ACTIONS(1569), - [aux_sym_cmd_identifier_token32] = ACTIONS(1569), - [aux_sym_cmd_identifier_token33] = ACTIONS(1569), - [aux_sym_cmd_identifier_token34] = ACTIONS(1569), - [aux_sym_cmd_identifier_token35] = ACTIONS(1569), - [aux_sym_cmd_identifier_token36] = ACTIONS(1569), - [aux_sym_cmd_identifier_token37] = ACTIONS(1569), - [aux_sym_cmd_identifier_token38] = ACTIONS(1569), - [aux_sym_cmd_identifier_token39] = ACTIONS(1569), - [aux_sym_cmd_identifier_token40] = ACTIONS(1569), - [anon_sym_def] = ACTIONS(1569), - [anon_sym_export_DASHenv] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym_module] = ACTIONS(1569), - [anon_sym_use] = ACTIONS(1569), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_error] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1569), - [anon_sym_loop] = ACTIONS(1569), - [anon_sym_make] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_match] = ACTIONS(1569), - [anon_sym_RBRACE] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_catch] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_source] = ACTIONS(1569), - [anon_sym_source_DASHenv] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_hide] = ACTIONS(1569), - [anon_sym_hide_DASHenv] = ACTIONS(1569), - [anon_sym_overlay] = ACTIONS(1569), - [anon_sym_as] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1573), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1569), - [anon_sym_DOT] = ACTIONS(1575), - [aux_sym__immediate_decimal_token1] = ACTIONS(1577), - [aux_sym__immediate_decimal_token3] = ACTIONS(1577), - [aux_sym__immediate_decimal_token4] = ACTIONS(1579), - [aux_sym__immediate_decimal_token5] = ACTIONS(1581), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1569), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1569), - [aux_sym__val_number_token2] = ACTIONS(1569), - [aux_sym__val_number_token3] = ACTIONS(1569), - [aux_sym__val_number_token4] = ACTIONS(1569), - [aux_sym__val_number_token5] = ACTIONS(1569), - [aux_sym__val_number_token6] = ACTIONS(1569), - [anon_sym_DQUOTE] = ACTIONS(1569), - [sym__str_single_quotes] = ACTIONS(1569), - [sym__str_back_ticks] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1569), - [sym__entry_separator] = ACTIONS(1583), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1583), - }, [318] = { - [sym__expr_parenthesized_immediate] = STATE(491), - [sym__immediate_decimal] = STATE(492), - [sym_val_variable] = STATE(491), [sym_comment] = STATE(318), [anon_sym_export] = ACTIONS(1587), [anon_sym_alias] = ACTIONS(1587), @@ -115641,7 +115663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1587), [anon_sym_use] = ACTIONS(1587), [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1571), + [anon_sym_DOLLAR] = ACTIONS(1587), [anon_sym_error] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), [anon_sym_break] = ACTIONS(1587), @@ -115666,14 +115688,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(1587), [anon_sym_overlay] = ACTIONS(1587), [anon_sym_as] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(1573), + [anon_sym_LPAREN2] = ACTIONS(1589), [anon_sym_PLUS2] = ACTIONS(1587), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1587), - [anon_sym_DOT] = ACTIONS(1589), - [aux_sym__immediate_decimal_token1] = ACTIONS(1591), - [aux_sym__immediate_decimal_token3] = ACTIONS(1591), - [aux_sym__immediate_decimal_token4] = ACTIONS(1593), - [aux_sym__immediate_decimal_token5] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(1591), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(1593), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1587), [aux_sym__val_number_decimal_token1] = ACTIONS(1587), [aux_sym__val_number_decimal_token2] = ACTIONS(1587), @@ -115685,1017 +115707,1017 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__val_number_token4] = ACTIONS(1587), [aux_sym__val_number_token5] = ACTIONS(1587), [aux_sym__val_number_token6] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), [anon_sym_DQUOTE] = ACTIONS(1587), [sym__str_single_quotes] = ACTIONS(1587), [sym__str_back_ticks] = ACTIONS(1587), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1587), - [sym__entry_separator] = ACTIONS(1597), + [sym__entry_separator] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1597), + [sym_raw_string_begin] = ACTIONS(1589), }, [319] = { [sym_comment] = STATE(319), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1599), - [aux_sym_cmd_identifier_token3] = ACTIONS(1599), - [aux_sym_cmd_identifier_token4] = ACTIONS(1599), - [aux_sym_cmd_identifier_token5] = ACTIONS(1599), - [aux_sym_cmd_identifier_token6] = ACTIONS(1599), - [aux_sym_cmd_identifier_token7] = ACTIONS(1599), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1599), - [aux_sym_cmd_identifier_token11] = ACTIONS(1599), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1599), - [aux_sym_cmd_identifier_token17] = ACTIONS(1599), - [aux_sym_cmd_identifier_token18] = ACTIONS(1599), - [aux_sym_cmd_identifier_token19] = ACTIONS(1599), - [aux_sym_cmd_identifier_token20] = ACTIONS(1599), - [aux_sym_cmd_identifier_token21] = ACTIONS(1599), - [aux_sym_cmd_identifier_token22] = ACTIONS(1599), - [aux_sym_cmd_identifier_token23] = ACTIONS(1599), - [aux_sym_cmd_identifier_token24] = ACTIONS(1599), - [aux_sym_cmd_identifier_token25] = ACTIONS(1599), - [aux_sym_cmd_identifier_token26] = ACTIONS(1599), - [aux_sym_cmd_identifier_token27] = ACTIONS(1599), - [aux_sym_cmd_identifier_token28] = ACTIONS(1599), - [aux_sym_cmd_identifier_token29] = ACTIONS(1599), - [aux_sym_cmd_identifier_token30] = ACTIONS(1599), - [aux_sym_cmd_identifier_token31] = ACTIONS(1599), - [aux_sym_cmd_identifier_token32] = ACTIONS(1599), - [aux_sym_cmd_identifier_token33] = ACTIONS(1599), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1599), - [aux_sym_cmd_identifier_token36] = ACTIONS(1599), - [aux_sym_cmd_identifier_token37] = ACTIONS(1599), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1599), - [aux_sym_cmd_identifier_token40] = ACTIONS(1599), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1603), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(1605), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1599), - [aux_sym__val_number_decimal_token3] = ACTIONS(1599), - [aux_sym__val_number_decimal_token4] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1599), - [sym__entry_separator] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), + [anon_sym_export] = ACTIONS(1595), + [anon_sym_alias] = ACTIONS(1595), + [anon_sym_let] = ACTIONS(1595), + [anon_sym_let_DASHenv] = ACTIONS(1595), + [anon_sym_mut] = ACTIONS(1595), + [anon_sym_const] = ACTIONS(1595), + [aux_sym_cmd_identifier_token1] = ACTIONS(1595), + [aux_sym_cmd_identifier_token2] = ACTIONS(1595), + [aux_sym_cmd_identifier_token3] = ACTIONS(1595), + [aux_sym_cmd_identifier_token4] = ACTIONS(1595), + [aux_sym_cmd_identifier_token5] = ACTIONS(1595), + [aux_sym_cmd_identifier_token6] = ACTIONS(1595), + [aux_sym_cmd_identifier_token7] = ACTIONS(1595), + [aux_sym_cmd_identifier_token8] = ACTIONS(1595), + [aux_sym_cmd_identifier_token9] = ACTIONS(1595), + [aux_sym_cmd_identifier_token10] = ACTIONS(1595), + [aux_sym_cmd_identifier_token11] = ACTIONS(1595), + [aux_sym_cmd_identifier_token12] = ACTIONS(1595), + [aux_sym_cmd_identifier_token13] = ACTIONS(1595), + [aux_sym_cmd_identifier_token14] = ACTIONS(1595), + [aux_sym_cmd_identifier_token15] = ACTIONS(1595), + [aux_sym_cmd_identifier_token16] = ACTIONS(1595), + [aux_sym_cmd_identifier_token17] = ACTIONS(1595), + [aux_sym_cmd_identifier_token18] = ACTIONS(1595), + [aux_sym_cmd_identifier_token19] = ACTIONS(1595), + [aux_sym_cmd_identifier_token20] = ACTIONS(1595), + [aux_sym_cmd_identifier_token21] = ACTIONS(1595), + [aux_sym_cmd_identifier_token22] = ACTIONS(1595), + [aux_sym_cmd_identifier_token23] = ACTIONS(1595), + [aux_sym_cmd_identifier_token24] = ACTIONS(1595), + [aux_sym_cmd_identifier_token25] = ACTIONS(1595), + [aux_sym_cmd_identifier_token26] = ACTIONS(1595), + [aux_sym_cmd_identifier_token27] = ACTIONS(1595), + [aux_sym_cmd_identifier_token28] = ACTIONS(1595), + [aux_sym_cmd_identifier_token29] = ACTIONS(1595), + [aux_sym_cmd_identifier_token30] = ACTIONS(1595), + [aux_sym_cmd_identifier_token31] = ACTIONS(1595), + [aux_sym_cmd_identifier_token32] = ACTIONS(1595), + [aux_sym_cmd_identifier_token33] = ACTIONS(1595), + [aux_sym_cmd_identifier_token34] = ACTIONS(1595), + [aux_sym_cmd_identifier_token35] = ACTIONS(1595), + [aux_sym_cmd_identifier_token36] = ACTIONS(1595), + [aux_sym_cmd_identifier_token37] = ACTIONS(1595), + [aux_sym_cmd_identifier_token38] = ACTIONS(1595), + [aux_sym_cmd_identifier_token39] = ACTIONS(1595), + [aux_sym_cmd_identifier_token40] = ACTIONS(1595), + [anon_sym_def] = ACTIONS(1595), + [anon_sym_export_DASHenv] = ACTIONS(1595), + [anon_sym_extern] = ACTIONS(1595), + [anon_sym_module] = ACTIONS(1595), + [anon_sym_use] = ACTIONS(1595), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_error] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_break] = ACTIONS(1595), + [anon_sym_continue] = ACTIONS(1595), + [anon_sym_for] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_loop] = ACTIONS(1595), + [anon_sym_make] = ACTIONS(1595), + [anon_sym_while] = ACTIONS(1595), + [anon_sym_do] = ACTIONS(1595), + [anon_sym_if] = ACTIONS(1595), + [anon_sym_else] = ACTIONS(1595), + [anon_sym_match] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_try] = ACTIONS(1595), + [anon_sym_catch] = ACTIONS(1595), + [anon_sym_return] = ACTIONS(1595), + [anon_sym_source] = ACTIONS(1595), + [anon_sym_source_DASHenv] = ACTIONS(1595), + [anon_sym_register] = ACTIONS(1595), + [anon_sym_hide] = ACTIONS(1595), + [anon_sym_hide_DASHenv] = ACTIONS(1595), + [anon_sym_overlay] = ACTIONS(1595), + [anon_sym_as] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(1599), + [aux_sym__immediate_decimal_token2] = ACTIONS(1601), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1595), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1595), + [aux_sym__val_number_decimal_token3] = ACTIONS(1595), + [aux_sym__val_number_decimal_token4] = ACTIONS(1595), + [aux_sym__val_number_token1] = ACTIONS(1595), + [aux_sym__val_number_token2] = ACTIONS(1595), + [aux_sym__val_number_token3] = ACTIONS(1595), + [aux_sym__val_number_token4] = ACTIONS(1595), + [aux_sym__val_number_token5] = ACTIONS(1595), + [aux_sym__val_number_token6] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym__str_single_quotes] = ACTIONS(1595), + [sym__str_back_ticks] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1595), + [sym__entry_separator] = ACTIONS(1597), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1601), + [sym_raw_string_begin] = ACTIONS(1597), }, [320] = { - [sym__expr_parenthesized_immediate] = STATE(647), - [sym__immediate_decimal] = STATE(517), - [sym_val_variable] = STATE(647), + [sym__expr_parenthesized_immediate] = STATE(537), + [sym__immediate_decimal] = STATE(409), + [sym_val_variable] = STATE(537), [sym_comment] = STATE(320), - [anon_sym_export] = ACTIONS(1569), - [anon_sym_alias] = ACTIONS(1569), - [anon_sym_let] = ACTIONS(1569), - [anon_sym_let_DASHenv] = ACTIONS(1569), - [anon_sym_mut] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [aux_sym_cmd_identifier_token1] = ACTIONS(1569), - [aux_sym_cmd_identifier_token2] = ACTIONS(1569), - [aux_sym_cmd_identifier_token3] = ACTIONS(1569), - [aux_sym_cmd_identifier_token4] = ACTIONS(1569), - [aux_sym_cmd_identifier_token5] = ACTIONS(1569), - [aux_sym_cmd_identifier_token6] = ACTIONS(1569), - [aux_sym_cmd_identifier_token7] = ACTIONS(1569), - [aux_sym_cmd_identifier_token8] = ACTIONS(1569), - [aux_sym_cmd_identifier_token9] = ACTIONS(1569), - [aux_sym_cmd_identifier_token10] = ACTIONS(1569), - [aux_sym_cmd_identifier_token11] = ACTIONS(1569), - [aux_sym_cmd_identifier_token12] = ACTIONS(1569), - [aux_sym_cmd_identifier_token13] = ACTIONS(1569), - [aux_sym_cmd_identifier_token14] = ACTIONS(1569), - [aux_sym_cmd_identifier_token15] = ACTIONS(1569), - [aux_sym_cmd_identifier_token16] = ACTIONS(1569), - [aux_sym_cmd_identifier_token17] = ACTIONS(1569), - [aux_sym_cmd_identifier_token18] = ACTIONS(1569), - [aux_sym_cmd_identifier_token19] = ACTIONS(1569), - [aux_sym_cmd_identifier_token20] = ACTIONS(1569), - [aux_sym_cmd_identifier_token21] = ACTIONS(1569), - [aux_sym_cmd_identifier_token22] = ACTIONS(1569), - [aux_sym_cmd_identifier_token23] = ACTIONS(1569), - [aux_sym_cmd_identifier_token24] = ACTIONS(1569), - [aux_sym_cmd_identifier_token25] = ACTIONS(1569), - [aux_sym_cmd_identifier_token26] = ACTIONS(1569), - [aux_sym_cmd_identifier_token27] = ACTIONS(1569), - [aux_sym_cmd_identifier_token28] = ACTIONS(1569), - [aux_sym_cmd_identifier_token29] = ACTIONS(1569), - [aux_sym_cmd_identifier_token30] = ACTIONS(1569), - [aux_sym_cmd_identifier_token31] = ACTIONS(1569), - [aux_sym_cmd_identifier_token32] = ACTIONS(1569), - [aux_sym_cmd_identifier_token33] = ACTIONS(1569), - [aux_sym_cmd_identifier_token34] = ACTIONS(1569), - [aux_sym_cmd_identifier_token35] = ACTIONS(1569), - [aux_sym_cmd_identifier_token36] = ACTIONS(1569), - [aux_sym_cmd_identifier_token37] = ACTIONS(1569), - [aux_sym_cmd_identifier_token38] = ACTIONS(1569), - [aux_sym_cmd_identifier_token39] = ACTIONS(1569), - [aux_sym_cmd_identifier_token40] = ACTIONS(1569), - [anon_sym_def] = ACTIONS(1569), - [anon_sym_export_DASHenv] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym_module] = ACTIONS(1569), - [anon_sym_use] = ACTIONS(1569), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1569), - [anon_sym_loop] = ACTIONS(1569), - [anon_sym_make] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_match] = ACTIONS(1569), - [anon_sym_RBRACE] = ACTIONS(1569), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_catch] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_source] = ACTIONS(1569), - [anon_sym_source_DASHenv] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_hide] = ACTIONS(1569), - [anon_sym_hide_DASHenv] = ACTIONS(1569), - [anon_sym_overlay] = ACTIONS(1569), - [anon_sym_as] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1609), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1569), - [aux_sym__immediate_decimal_token1] = ACTIONS(1611), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_alias] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_let_DASHenv] = ACTIONS(1539), + [anon_sym_mut] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [aux_sym_cmd_identifier_token1] = ACTIONS(1539), + [aux_sym_cmd_identifier_token2] = ACTIONS(1553), + [aux_sym_cmd_identifier_token3] = ACTIONS(1553), + [aux_sym_cmd_identifier_token4] = ACTIONS(1553), + [aux_sym_cmd_identifier_token5] = ACTIONS(1553), + [aux_sym_cmd_identifier_token6] = ACTIONS(1553), + [aux_sym_cmd_identifier_token7] = ACTIONS(1553), + [aux_sym_cmd_identifier_token8] = ACTIONS(1539), + [aux_sym_cmd_identifier_token9] = ACTIONS(1539), + [aux_sym_cmd_identifier_token10] = ACTIONS(1553), + [aux_sym_cmd_identifier_token11] = ACTIONS(1553), + [aux_sym_cmd_identifier_token12] = ACTIONS(1539), + [aux_sym_cmd_identifier_token13] = ACTIONS(1539), + [aux_sym_cmd_identifier_token14] = ACTIONS(1539), + [aux_sym_cmd_identifier_token15] = ACTIONS(1539), + [aux_sym_cmd_identifier_token16] = ACTIONS(1553), + [aux_sym_cmd_identifier_token17] = ACTIONS(1553), + [aux_sym_cmd_identifier_token18] = ACTIONS(1553), + [aux_sym_cmd_identifier_token19] = ACTIONS(1553), + [aux_sym_cmd_identifier_token20] = ACTIONS(1553), + [aux_sym_cmd_identifier_token21] = ACTIONS(1553), + [aux_sym_cmd_identifier_token22] = ACTIONS(1553), + [aux_sym_cmd_identifier_token23] = ACTIONS(1553), + [aux_sym_cmd_identifier_token24] = ACTIONS(1553), + [aux_sym_cmd_identifier_token25] = ACTIONS(1553), + [aux_sym_cmd_identifier_token26] = ACTIONS(1553), + [aux_sym_cmd_identifier_token27] = ACTIONS(1553), + [aux_sym_cmd_identifier_token28] = ACTIONS(1553), + [aux_sym_cmd_identifier_token29] = ACTIONS(1553), + [aux_sym_cmd_identifier_token30] = ACTIONS(1553), + [aux_sym_cmd_identifier_token31] = ACTIONS(1553), + [aux_sym_cmd_identifier_token32] = ACTIONS(1553), + [aux_sym_cmd_identifier_token33] = ACTIONS(1553), + [aux_sym_cmd_identifier_token34] = ACTIONS(1539), + [aux_sym_cmd_identifier_token35] = ACTIONS(1553), + [aux_sym_cmd_identifier_token36] = ACTIONS(1553), + [aux_sym_cmd_identifier_token37] = ACTIONS(1553), + [aux_sym_cmd_identifier_token38] = ACTIONS(1539), + [aux_sym_cmd_identifier_token39] = ACTIONS(1553), + [aux_sym_cmd_identifier_token40] = ACTIONS(1553), + [anon_sym_def] = ACTIONS(1539), + [anon_sym_export_DASHenv] = ACTIONS(1539), + [anon_sym_extern] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_use] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(1603), + [anon_sym_error] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1539), + [anon_sym_loop] = ACTIONS(1539), + [anon_sym_make] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_match] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_catch] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_source] = ACTIONS(1539), + [anon_sym_source_DASHenv] = ACTIONS(1539), + [anon_sym_register] = ACTIONS(1539), + [anon_sym_hide] = ACTIONS(1539), + [anon_sym_hide_DASHenv] = ACTIONS(1539), + [anon_sym_overlay] = ACTIONS(1539), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(1605), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(1607), + [aux_sym__immediate_decimal_token1] = ACTIONS(1609), [aux_sym__immediate_decimal_token3] = ACTIONS(1611), [aux_sym__immediate_decimal_token4] = ACTIONS(1613), [aux_sym__immediate_decimal_token5] = ACTIONS(1615), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1569), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1569), - [aux_sym__val_number_token2] = ACTIONS(1569), - [aux_sym__val_number_token3] = ACTIONS(1569), - [aux_sym__val_number_token4] = ACTIONS(1569), - [aux_sym__val_number_token5] = ACTIONS(1569), - [aux_sym__val_number_token6] = ACTIONS(1569), - [anon_sym_DQUOTE] = ACTIONS(1569), - [sym__str_single_quotes] = ACTIONS(1569), - [sym__str_back_ticks] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1569), - [sym__entry_separator] = ACTIONS(1583), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1583), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1539), + [aux_sym__val_number_token5] = ACTIONS(1539), + [aux_sym__val_number_token6] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1553), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), }, [321] = { - [sym__expr_parenthesized_immediate] = STATE(665), - [sym__immediate_decimal] = STATE(521), - [sym_val_variable] = STATE(665), + [sym__expr_parenthesized_immediate] = STATE(609), + [sym__immediate_decimal] = STATE(504), + [sym_val_variable] = STATE(609), [sym_comment] = STATE(321), - [anon_sym_export] = ACTIONS(1617), - [anon_sym_alias] = ACTIONS(1617), - [anon_sym_let] = ACTIONS(1617), - [anon_sym_let_DASHenv] = ACTIONS(1617), - [anon_sym_mut] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [aux_sym_cmd_identifier_token1] = ACTIONS(1617), - [aux_sym_cmd_identifier_token2] = ACTIONS(1617), - [aux_sym_cmd_identifier_token3] = ACTIONS(1617), - [aux_sym_cmd_identifier_token4] = ACTIONS(1617), - [aux_sym_cmd_identifier_token5] = ACTIONS(1617), - [aux_sym_cmd_identifier_token6] = ACTIONS(1617), - [aux_sym_cmd_identifier_token7] = ACTIONS(1617), - [aux_sym_cmd_identifier_token8] = ACTIONS(1617), - [aux_sym_cmd_identifier_token9] = ACTIONS(1617), - [aux_sym_cmd_identifier_token10] = ACTIONS(1617), - [aux_sym_cmd_identifier_token11] = ACTIONS(1617), - [aux_sym_cmd_identifier_token12] = ACTIONS(1617), - [aux_sym_cmd_identifier_token13] = ACTIONS(1617), - [aux_sym_cmd_identifier_token14] = ACTIONS(1617), - [aux_sym_cmd_identifier_token15] = ACTIONS(1617), - [aux_sym_cmd_identifier_token16] = ACTIONS(1617), - [aux_sym_cmd_identifier_token17] = ACTIONS(1617), - [aux_sym_cmd_identifier_token18] = ACTIONS(1617), - [aux_sym_cmd_identifier_token19] = ACTIONS(1617), - [aux_sym_cmd_identifier_token20] = ACTIONS(1617), - [aux_sym_cmd_identifier_token21] = ACTIONS(1617), - [aux_sym_cmd_identifier_token22] = ACTIONS(1617), - [aux_sym_cmd_identifier_token23] = ACTIONS(1617), - [aux_sym_cmd_identifier_token24] = ACTIONS(1617), - [aux_sym_cmd_identifier_token25] = ACTIONS(1617), - [aux_sym_cmd_identifier_token26] = ACTIONS(1617), - [aux_sym_cmd_identifier_token27] = ACTIONS(1617), - [aux_sym_cmd_identifier_token28] = ACTIONS(1617), - [aux_sym_cmd_identifier_token29] = ACTIONS(1617), - [aux_sym_cmd_identifier_token30] = ACTIONS(1617), - [aux_sym_cmd_identifier_token31] = ACTIONS(1617), - [aux_sym_cmd_identifier_token32] = ACTIONS(1617), - [aux_sym_cmd_identifier_token33] = ACTIONS(1617), - [aux_sym_cmd_identifier_token34] = ACTIONS(1617), - [aux_sym_cmd_identifier_token35] = ACTIONS(1617), - [aux_sym_cmd_identifier_token36] = ACTIONS(1617), - [aux_sym_cmd_identifier_token37] = ACTIONS(1617), - [aux_sym_cmd_identifier_token38] = ACTIONS(1617), - [aux_sym_cmd_identifier_token39] = ACTIONS(1617), - [aux_sym_cmd_identifier_token40] = ACTIONS(1617), - [anon_sym_def] = ACTIONS(1617), - [anon_sym_export_DASHenv] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym_module] = ACTIONS(1617), - [anon_sym_use] = ACTIONS(1617), - [anon_sym_LPAREN] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1617), - [anon_sym_loop] = ACTIONS(1617), - [anon_sym_make] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_match] = ACTIONS(1617), - [anon_sym_RBRACE] = ACTIONS(1617), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_catch] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_source] = ACTIONS(1617), - [anon_sym_source_DASHenv] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_hide] = ACTIONS(1617), - [anon_sym_hide_DASHenv] = ACTIONS(1617), - [anon_sym_overlay] = ACTIONS(1617), - [anon_sym_as] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1609), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1617), - [aux_sym__immediate_decimal_token1] = ACTIONS(1611), - [aux_sym__immediate_decimal_token3] = ACTIONS(1611), - [aux_sym__immediate_decimal_token4] = ACTIONS(1613), - [aux_sym__immediate_decimal_token5] = ACTIONS(1615), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1617), - [aux_sym__val_number_decimal_token1] = ACTIONS(1617), - [aux_sym__val_number_decimal_token2] = ACTIONS(1617), - [aux_sym__val_number_decimal_token3] = ACTIONS(1617), - [aux_sym__val_number_decimal_token4] = ACTIONS(1617), - [aux_sym__val_number_token1] = ACTIONS(1617), - [aux_sym__val_number_token2] = ACTIONS(1617), - [aux_sym__val_number_token3] = ACTIONS(1617), - [aux_sym__val_number_token4] = ACTIONS(1617), - [aux_sym__val_number_token5] = ACTIONS(1617), - [aux_sym__val_number_token6] = ACTIONS(1617), - [anon_sym_DQUOTE] = ACTIONS(1617), - [sym__str_single_quotes] = ACTIONS(1617), - [sym__str_back_ticks] = ACTIONS(1617), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1617), - [sym__entry_separator] = ACTIONS(1619), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1621), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_alias] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_let_DASHenv] = ACTIONS(1539), + [anon_sym_mut] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [aux_sym_cmd_identifier_token1] = ACTIONS(1539), + [aux_sym_cmd_identifier_token2] = ACTIONS(1539), + [aux_sym_cmd_identifier_token3] = ACTIONS(1539), + [aux_sym_cmd_identifier_token4] = ACTIONS(1539), + [aux_sym_cmd_identifier_token5] = ACTIONS(1539), + [aux_sym_cmd_identifier_token6] = ACTIONS(1539), + [aux_sym_cmd_identifier_token7] = ACTIONS(1539), + [aux_sym_cmd_identifier_token8] = ACTIONS(1539), + [aux_sym_cmd_identifier_token9] = ACTIONS(1539), + [aux_sym_cmd_identifier_token10] = ACTIONS(1539), + [aux_sym_cmd_identifier_token11] = ACTIONS(1539), + [aux_sym_cmd_identifier_token12] = ACTIONS(1539), + [aux_sym_cmd_identifier_token13] = ACTIONS(1539), + [aux_sym_cmd_identifier_token14] = ACTIONS(1539), + [aux_sym_cmd_identifier_token15] = ACTIONS(1539), + [aux_sym_cmd_identifier_token16] = ACTIONS(1539), + [aux_sym_cmd_identifier_token17] = ACTIONS(1539), + [aux_sym_cmd_identifier_token18] = ACTIONS(1539), + [aux_sym_cmd_identifier_token19] = ACTIONS(1539), + [aux_sym_cmd_identifier_token20] = ACTIONS(1539), + [aux_sym_cmd_identifier_token21] = ACTIONS(1539), + [aux_sym_cmd_identifier_token22] = ACTIONS(1539), + [aux_sym_cmd_identifier_token23] = ACTIONS(1539), + [aux_sym_cmd_identifier_token24] = ACTIONS(1539), + [aux_sym_cmd_identifier_token25] = ACTIONS(1539), + [aux_sym_cmd_identifier_token26] = ACTIONS(1539), + [aux_sym_cmd_identifier_token27] = ACTIONS(1539), + [aux_sym_cmd_identifier_token28] = ACTIONS(1539), + [aux_sym_cmd_identifier_token29] = ACTIONS(1539), + [aux_sym_cmd_identifier_token30] = ACTIONS(1539), + [aux_sym_cmd_identifier_token31] = ACTIONS(1539), + [aux_sym_cmd_identifier_token32] = ACTIONS(1539), + [aux_sym_cmd_identifier_token33] = ACTIONS(1539), + [aux_sym_cmd_identifier_token34] = ACTIONS(1539), + [aux_sym_cmd_identifier_token35] = ACTIONS(1539), + [aux_sym_cmd_identifier_token36] = ACTIONS(1539), + [aux_sym_cmd_identifier_token37] = ACTIONS(1539), + [aux_sym_cmd_identifier_token38] = ACTIONS(1539), + [aux_sym_cmd_identifier_token39] = ACTIONS(1539), + [aux_sym_cmd_identifier_token40] = ACTIONS(1539), + [anon_sym_def] = ACTIONS(1539), + [anon_sym_export_DASHenv] = ACTIONS(1539), + [anon_sym_extern] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_use] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1539), + [anon_sym_loop] = ACTIONS(1539), + [anon_sym_make] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_match] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1539), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_catch] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_source] = ACTIONS(1539), + [anon_sym_source_DASHenv] = ACTIONS(1539), + [anon_sym_register] = ACTIONS(1539), + [anon_sym_hide] = ACTIONS(1539), + [anon_sym_hide_DASHenv] = ACTIONS(1539), + [anon_sym_overlay] = ACTIONS(1539), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1539), + [aux_sym__immediate_decimal_token1] = ACTIONS(1621), + [aux_sym__immediate_decimal_token3] = ACTIONS(1621), + [aux_sym__immediate_decimal_token4] = ACTIONS(1623), + [aux_sym__immediate_decimal_token5] = ACTIONS(1625), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1539), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1539), + [aux_sym__val_number_token2] = ACTIONS(1539), + [aux_sym__val_number_token3] = ACTIONS(1539), + [aux_sym__val_number_token4] = ACTIONS(1539), + [aux_sym__val_number_token5] = ACTIONS(1539), + [aux_sym__val_number_token6] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1539), + [sym__str_single_quotes] = ACTIONS(1539), + [sym__str_back_ticks] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1539), + [sym__entry_separator] = ACTIONS(1553), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1619), + [sym_raw_string_begin] = ACTIONS(1553), }, [322] = { + [sym__expr_parenthesized_immediate] = STATE(623), + [sym__immediate_decimal] = STATE(509), + [sym_val_variable] = STATE(623), [sym_comment] = STATE(322), - [anon_sym_export] = ACTIONS(1623), - [anon_sym_alias] = ACTIONS(1623), - [anon_sym_let] = ACTIONS(1623), - [anon_sym_let_DASHenv] = ACTIONS(1623), - [anon_sym_mut] = ACTIONS(1623), - [anon_sym_const] = ACTIONS(1623), - [aux_sym_cmd_identifier_token1] = ACTIONS(1623), - [aux_sym_cmd_identifier_token2] = ACTIONS(1623), - [aux_sym_cmd_identifier_token3] = ACTIONS(1623), - [aux_sym_cmd_identifier_token4] = ACTIONS(1623), - [aux_sym_cmd_identifier_token5] = ACTIONS(1623), - [aux_sym_cmd_identifier_token6] = ACTIONS(1623), - [aux_sym_cmd_identifier_token7] = ACTIONS(1623), - [aux_sym_cmd_identifier_token8] = ACTIONS(1623), - [aux_sym_cmd_identifier_token9] = ACTIONS(1623), - [aux_sym_cmd_identifier_token10] = ACTIONS(1623), - [aux_sym_cmd_identifier_token11] = ACTIONS(1623), - [aux_sym_cmd_identifier_token12] = ACTIONS(1623), - [aux_sym_cmd_identifier_token13] = ACTIONS(1623), - [aux_sym_cmd_identifier_token14] = ACTIONS(1623), - [aux_sym_cmd_identifier_token15] = ACTIONS(1623), - [aux_sym_cmd_identifier_token16] = ACTIONS(1623), - [aux_sym_cmd_identifier_token17] = ACTIONS(1623), - [aux_sym_cmd_identifier_token18] = ACTIONS(1623), - [aux_sym_cmd_identifier_token19] = ACTIONS(1623), - [aux_sym_cmd_identifier_token20] = ACTIONS(1623), - [aux_sym_cmd_identifier_token21] = ACTIONS(1623), - [aux_sym_cmd_identifier_token22] = ACTIONS(1623), - [aux_sym_cmd_identifier_token23] = ACTIONS(1623), - [aux_sym_cmd_identifier_token24] = ACTIONS(1623), - [aux_sym_cmd_identifier_token25] = ACTIONS(1623), - [aux_sym_cmd_identifier_token26] = ACTIONS(1623), - [aux_sym_cmd_identifier_token27] = ACTIONS(1623), - [aux_sym_cmd_identifier_token28] = ACTIONS(1623), - [aux_sym_cmd_identifier_token29] = ACTIONS(1623), - [aux_sym_cmd_identifier_token30] = ACTIONS(1623), - [aux_sym_cmd_identifier_token31] = ACTIONS(1623), - [aux_sym_cmd_identifier_token32] = ACTIONS(1623), - [aux_sym_cmd_identifier_token33] = ACTIONS(1623), - [aux_sym_cmd_identifier_token34] = ACTIONS(1623), - [aux_sym_cmd_identifier_token35] = ACTIONS(1623), - [aux_sym_cmd_identifier_token36] = ACTIONS(1623), - [aux_sym_cmd_identifier_token37] = ACTIONS(1623), - [aux_sym_cmd_identifier_token38] = ACTIONS(1623), - [aux_sym_cmd_identifier_token39] = ACTIONS(1623), - [aux_sym_cmd_identifier_token40] = ACTIONS(1623), - [anon_sym_def] = ACTIONS(1623), - [anon_sym_export_DASHenv] = ACTIONS(1623), - [anon_sym_extern] = ACTIONS(1623), - [anon_sym_module] = ACTIONS(1623), - [anon_sym_use] = ACTIONS(1623), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_error] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_break] = ACTIONS(1623), - [anon_sym_continue] = ACTIONS(1623), - [anon_sym_for] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_loop] = ACTIONS(1623), - [anon_sym_make] = ACTIONS(1623), - [anon_sym_while] = ACTIONS(1623), - [anon_sym_do] = ACTIONS(1623), - [anon_sym_if] = ACTIONS(1623), - [anon_sym_else] = ACTIONS(1623), - [anon_sym_match] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_try] = ACTIONS(1623), - [anon_sym_catch] = ACTIONS(1623), - [anon_sym_return] = ACTIONS(1623), - [anon_sym_source] = ACTIONS(1623), - [anon_sym_source_DASHenv] = ACTIONS(1623), - [anon_sym_register] = ACTIONS(1623), - [anon_sym_hide] = ACTIONS(1623), - [anon_sym_hide_DASHenv] = ACTIONS(1623), - [anon_sym_overlay] = ACTIONS(1623), - [anon_sym_as] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(1627), - [aux_sym__immediate_decimal_token2] = ACTIONS(1629), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1623), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1623), - [aux_sym__val_number_decimal_token3] = ACTIONS(1623), - [aux_sym__val_number_decimal_token4] = ACTIONS(1623), - [aux_sym__val_number_token1] = ACTIONS(1623), - [aux_sym__val_number_token2] = ACTIONS(1623), - [aux_sym__val_number_token3] = ACTIONS(1623), - [aux_sym__val_number_token4] = ACTIONS(1623), - [aux_sym__val_number_token5] = ACTIONS(1623), - [aux_sym__val_number_token6] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym__str_single_quotes] = ACTIONS(1623), - [sym__str_back_ticks] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1623), - [sym__entry_separator] = ACTIONS(1625), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1623), + [anon_sym_export] = ACTIONS(1627), + [anon_sym_alias] = ACTIONS(1627), + [anon_sym_let] = ACTIONS(1627), + [anon_sym_let_DASHenv] = ACTIONS(1627), + [anon_sym_mut] = ACTIONS(1627), + [anon_sym_const] = ACTIONS(1627), + [aux_sym_cmd_identifier_token1] = ACTIONS(1627), + [aux_sym_cmd_identifier_token2] = ACTIONS(1627), + [aux_sym_cmd_identifier_token3] = ACTIONS(1627), + [aux_sym_cmd_identifier_token4] = ACTIONS(1627), + [aux_sym_cmd_identifier_token5] = ACTIONS(1627), + [aux_sym_cmd_identifier_token6] = ACTIONS(1627), + [aux_sym_cmd_identifier_token7] = ACTIONS(1627), + [aux_sym_cmd_identifier_token8] = ACTIONS(1627), + [aux_sym_cmd_identifier_token9] = ACTIONS(1627), + [aux_sym_cmd_identifier_token10] = ACTIONS(1627), + [aux_sym_cmd_identifier_token11] = ACTIONS(1627), + [aux_sym_cmd_identifier_token12] = ACTIONS(1627), + [aux_sym_cmd_identifier_token13] = ACTIONS(1627), + [aux_sym_cmd_identifier_token14] = ACTIONS(1627), + [aux_sym_cmd_identifier_token15] = ACTIONS(1627), + [aux_sym_cmd_identifier_token16] = ACTIONS(1627), + [aux_sym_cmd_identifier_token17] = ACTIONS(1627), + [aux_sym_cmd_identifier_token18] = ACTIONS(1627), + [aux_sym_cmd_identifier_token19] = ACTIONS(1627), + [aux_sym_cmd_identifier_token20] = ACTIONS(1627), + [aux_sym_cmd_identifier_token21] = ACTIONS(1627), + [aux_sym_cmd_identifier_token22] = ACTIONS(1627), + [aux_sym_cmd_identifier_token23] = ACTIONS(1627), + [aux_sym_cmd_identifier_token24] = ACTIONS(1627), + [aux_sym_cmd_identifier_token25] = ACTIONS(1627), + [aux_sym_cmd_identifier_token26] = ACTIONS(1627), + [aux_sym_cmd_identifier_token27] = ACTIONS(1627), + [aux_sym_cmd_identifier_token28] = ACTIONS(1627), + [aux_sym_cmd_identifier_token29] = ACTIONS(1627), + [aux_sym_cmd_identifier_token30] = ACTIONS(1627), + [aux_sym_cmd_identifier_token31] = ACTIONS(1627), + [aux_sym_cmd_identifier_token32] = ACTIONS(1627), + [aux_sym_cmd_identifier_token33] = ACTIONS(1627), + [aux_sym_cmd_identifier_token34] = ACTIONS(1627), + [aux_sym_cmd_identifier_token35] = ACTIONS(1627), + [aux_sym_cmd_identifier_token36] = ACTIONS(1627), + [aux_sym_cmd_identifier_token37] = ACTIONS(1627), + [aux_sym_cmd_identifier_token38] = ACTIONS(1627), + [aux_sym_cmd_identifier_token39] = ACTIONS(1627), + [aux_sym_cmd_identifier_token40] = ACTIONS(1627), + [anon_sym_def] = ACTIONS(1627), + [anon_sym_export_DASHenv] = ACTIONS(1627), + [anon_sym_extern] = ACTIONS(1627), + [anon_sym_module] = ACTIONS(1627), + [anon_sym_use] = ACTIONS(1627), + [anon_sym_LPAREN] = ACTIONS(1627), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_break] = ACTIONS(1627), + [anon_sym_continue] = ACTIONS(1627), + [anon_sym_for] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1627), + [anon_sym_loop] = ACTIONS(1627), + [anon_sym_make] = ACTIONS(1627), + [anon_sym_while] = ACTIONS(1627), + [anon_sym_do] = ACTIONS(1627), + [anon_sym_if] = ACTIONS(1627), + [anon_sym_else] = ACTIONS(1627), + [anon_sym_match] = ACTIONS(1627), + [anon_sym_RBRACE] = ACTIONS(1627), + [anon_sym_try] = ACTIONS(1627), + [anon_sym_catch] = ACTIONS(1627), + [anon_sym_return] = ACTIONS(1627), + [anon_sym_source] = ACTIONS(1627), + [anon_sym_source_DASHenv] = ACTIONS(1627), + [anon_sym_register] = ACTIONS(1627), + [anon_sym_hide] = ACTIONS(1627), + [anon_sym_hide_DASHenv] = ACTIONS(1627), + [anon_sym_overlay] = ACTIONS(1627), + [anon_sym_as] = ACTIONS(1627), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1627), + [aux_sym__immediate_decimal_token1] = ACTIONS(1621), + [aux_sym__immediate_decimal_token3] = ACTIONS(1621), + [aux_sym__immediate_decimal_token4] = ACTIONS(1623), + [aux_sym__immediate_decimal_token5] = ACTIONS(1625), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1627), + [aux_sym__val_number_decimal_token1] = ACTIONS(1627), + [aux_sym__val_number_decimal_token2] = ACTIONS(1627), + [aux_sym__val_number_decimal_token3] = ACTIONS(1627), + [aux_sym__val_number_decimal_token4] = ACTIONS(1627), + [aux_sym__val_number_token1] = ACTIONS(1627), + [aux_sym__val_number_token2] = ACTIONS(1627), + [aux_sym__val_number_token3] = ACTIONS(1627), + [aux_sym__val_number_token4] = ACTIONS(1627), + [aux_sym__val_number_token5] = ACTIONS(1627), + [aux_sym__val_number_token6] = ACTIONS(1627), + [anon_sym_DQUOTE] = ACTIONS(1627), + [sym__str_single_quotes] = ACTIONS(1627), + [sym__str_back_ticks] = ACTIONS(1627), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1627), + [sym__entry_separator] = ACTIONS(1629), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1631), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1625), + [sym_raw_string_begin] = ACTIONS(1629), }, [323] = { - [sym__expr_parenthesized_immediate] = STATE(509), - [sym__immediate_decimal] = STATE(416), - [sym_val_variable] = STATE(509), + [sym__expr_parenthesized_immediate] = STATE(488), + [sym__immediate_decimal] = STATE(489), + [sym_val_variable] = STATE(488), [sym_comment] = STATE(323), - [anon_sym_export] = ACTIONS(1569), - [anon_sym_alias] = ACTIONS(1569), - [anon_sym_let] = ACTIONS(1569), - [anon_sym_let_DASHenv] = ACTIONS(1569), - [anon_sym_mut] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [aux_sym_cmd_identifier_token1] = ACTIONS(1569), - [aux_sym_cmd_identifier_token2] = ACTIONS(1583), - [aux_sym_cmd_identifier_token3] = ACTIONS(1583), - [aux_sym_cmd_identifier_token4] = ACTIONS(1583), - [aux_sym_cmd_identifier_token5] = ACTIONS(1583), - [aux_sym_cmd_identifier_token6] = ACTIONS(1583), - [aux_sym_cmd_identifier_token7] = ACTIONS(1583), - [aux_sym_cmd_identifier_token8] = ACTIONS(1569), - [aux_sym_cmd_identifier_token9] = ACTIONS(1569), - [aux_sym_cmd_identifier_token10] = ACTIONS(1583), - [aux_sym_cmd_identifier_token11] = ACTIONS(1583), - [aux_sym_cmd_identifier_token12] = ACTIONS(1569), - [aux_sym_cmd_identifier_token13] = ACTIONS(1569), - [aux_sym_cmd_identifier_token14] = ACTIONS(1569), - [aux_sym_cmd_identifier_token15] = ACTIONS(1569), - [aux_sym_cmd_identifier_token16] = ACTIONS(1583), - [aux_sym_cmd_identifier_token17] = ACTIONS(1583), - [aux_sym_cmd_identifier_token18] = ACTIONS(1583), - [aux_sym_cmd_identifier_token19] = ACTIONS(1583), - [aux_sym_cmd_identifier_token20] = ACTIONS(1583), - [aux_sym_cmd_identifier_token21] = ACTIONS(1583), - [aux_sym_cmd_identifier_token22] = ACTIONS(1583), - [aux_sym_cmd_identifier_token23] = ACTIONS(1583), - [aux_sym_cmd_identifier_token24] = ACTIONS(1583), - [aux_sym_cmd_identifier_token25] = ACTIONS(1583), - [aux_sym_cmd_identifier_token26] = ACTIONS(1583), - [aux_sym_cmd_identifier_token27] = ACTIONS(1583), - [aux_sym_cmd_identifier_token28] = ACTIONS(1583), - [aux_sym_cmd_identifier_token29] = ACTIONS(1583), - [aux_sym_cmd_identifier_token30] = ACTIONS(1583), - [aux_sym_cmd_identifier_token31] = ACTIONS(1583), - [aux_sym_cmd_identifier_token32] = ACTIONS(1583), - [aux_sym_cmd_identifier_token33] = ACTIONS(1583), - [aux_sym_cmd_identifier_token34] = ACTIONS(1569), - [aux_sym_cmd_identifier_token35] = ACTIONS(1583), - [aux_sym_cmd_identifier_token36] = ACTIONS(1583), - [aux_sym_cmd_identifier_token37] = ACTIONS(1583), - [aux_sym_cmd_identifier_token38] = ACTIONS(1569), - [aux_sym_cmd_identifier_token39] = ACTIONS(1583), - [aux_sym_cmd_identifier_token40] = ACTIONS(1583), - [anon_sym_def] = ACTIONS(1569), - [anon_sym_export_DASHenv] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym_module] = ACTIONS(1569), - [anon_sym_use] = ACTIONS(1569), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(1631), - [anon_sym_error] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1569), - [anon_sym_loop] = ACTIONS(1569), - [anon_sym_make] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_match] = ACTIONS(1569), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_catch] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_source] = ACTIONS(1569), - [anon_sym_source_DASHenv] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_hide] = ACTIONS(1569), - [anon_sym_hide_DASHenv] = ACTIONS(1569), - [anon_sym_overlay] = ACTIONS(1569), - [anon_sym_as] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1633), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1633), + [anon_sym_alias] = ACTIONS(1633), + [anon_sym_let] = ACTIONS(1633), + [anon_sym_let_DASHenv] = ACTIONS(1633), + [anon_sym_mut] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [aux_sym_cmd_identifier_token1] = ACTIONS(1633), + [aux_sym_cmd_identifier_token2] = ACTIONS(1633), + [aux_sym_cmd_identifier_token3] = ACTIONS(1633), + [aux_sym_cmd_identifier_token4] = ACTIONS(1633), + [aux_sym_cmd_identifier_token5] = ACTIONS(1633), + [aux_sym_cmd_identifier_token6] = ACTIONS(1633), + [aux_sym_cmd_identifier_token7] = ACTIONS(1633), + [aux_sym_cmd_identifier_token8] = ACTIONS(1633), + [aux_sym_cmd_identifier_token9] = ACTIONS(1633), + [aux_sym_cmd_identifier_token10] = ACTIONS(1633), + [aux_sym_cmd_identifier_token11] = ACTIONS(1633), + [aux_sym_cmd_identifier_token12] = ACTIONS(1633), + [aux_sym_cmd_identifier_token13] = ACTIONS(1633), + [aux_sym_cmd_identifier_token14] = ACTIONS(1633), + [aux_sym_cmd_identifier_token15] = ACTIONS(1633), + [aux_sym_cmd_identifier_token16] = ACTIONS(1633), + [aux_sym_cmd_identifier_token17] = ACTIONS(1633), + [aux_sym_cmd_identifier_token18] = ACTIONS(1633), + [aux_sym_cmd_identifier_token19] = ACTIONS(1633), + [aux_sym_cmd_identifier_token20] = ACTIONS(1633), + [aux_sym_cmd_identifier_token21] = ACTIONS(1633), + [aux_sym_cmd_identifier_token22] = ACTIONS(1633), + [aux_sym_cmd_identifier_token23] = ACTIONS(1633), + [aux_sym_cmd_identifier_token24] = ACTIONS(1633), + [aux_sym_cmd_identifier_token25] = ACTIONS(1633), + [aux_sym_cmd_identifier_token26] = ACTIONS(1633), + [aux_sym_cmd_identifier_token27] = ACTIONS(1633), + [aux_sym_cmd_identifier_token28] = ACTIONS(1633), + [aux_sym_cmd_identifier_token29] = ACTIONS(1633), + [aux_sym_cmd_identifier_token30] = ACTIONS(1633), + [aux_sym_cmd_identifier_token31] = ACTIONS(1633), + [aux_sym_cmd_identifier_token32] = ACTIONS(1633), + [aux_sym_cmd_identifier_token33] = ACTIONS(1633), + [aux_sym_cmd_identifier_token34] = ACTIONS(1633), + [aux_sym_cmd_identifier_token35] = ACTIONS(1633), + [aux_sym_cmd_identifier_token36] = ACTIONS(1633), + [aux_sym_cmd_identifier_token37] = ACTIONS(1633), + [aux_sym_cmd_identifier_token38] = ACTIONS(1633), + [aux_sym_cmd_identifier_token39] = ACTIONS(1633), + [aux_sym_cmd_identifier_token40] = ACTIONS(1633), + [anon_sym_def] = ACTIONS(1633), + [anon_sym_export_DASHenv] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym_module] = ACTIONS(1633), + [anon_sym_use] = ACTIONS(1633), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(1541), + [anon_sym_error] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1633), + [anon_sym_loop] = ACTIONS(1633), + [anon_sym_make] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_match] = ACTIONS(1633), + [anon_sym_RBRACE] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_catch] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_source] = ACTIONS(1633), + [anon_sym_source_DASHenv] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_hide] = ACTIONS(1633), + [anon_sym_hide_DASHenv] = ACTIONS(1633), + [anon_sym_overlay] = ACTIONS(1633), + [anon_sym_as] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1543), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1633), [anon_sym_DOT] = ACTIONS(1635), [aux_sym__immediate_decimal_token1] = ACTIONS(1637), - [aux_sym__immediate_decimal_token3] = ACTIONS(1639), - [aux_sym__immediate_decimal_token4] = ACTIONS(1641), - [aux_sym__immediate_decimal_token5] = ACTIONS(1643), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1569), - [aux_sym__val_number_token5] = ACTIONS(1569), - [aux_sym__val_number_token6] = ACTIONS(1569), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1583), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [aux_sym__immediate_decimal_token3] = ACTIONS(1637), + [aux_sym__immediate_decimal_token4] = ACTIONS(1639), + [aux_sym__immediate_decimal_token5] = ACTIONS(1641), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1633), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1633), + [aux_sym__val_number_token2] = ACTIONS(1633), + [aux_sym__val_number_token3] = ACTIONS(1633), + [aux_sym__val_number_token4] = ACTIONS(1633), + [aux_sym__val_number_token5] = ACTIONS(1633), + [aux_sym__val_number_token6] = ACTIONS(1633), + [anon_sym_DQUOTE] = ACTIONS(1633), + [sym__str_single_quotes] = ACTIONS(1633), + [sym__str_back_ticks] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1633), + [sym__entry_separator] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1643), }, [324] = { + [sym__expr_parenthesized_immediate] = STATE(756), + [sym__immediate_decimal] = STATE(562), + [sym_val_variable] = STATE(756), [sym_comment] = STATE(324), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1601), - [aux_sym_cmd_identifier_token3] = ACTIONS(1601), - [aux_sym_cmd_identifier_token4] = ACTIONS(1601), - [aux_sym_cmd_identifier_token5] = ACTIONS(1601), - [aux_sym_cmd_identifier_token6] = ACTIONS(1601), - [aux_sym_cmd_identifier_token7] = ACTIONS(1601), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1601), - [aux_sym_cmd_identifier_token11] = ACTIONS(1601), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1601), - [aux_sym_cmd_identifier_token17] = ACTIONS(1601), - [aux_sym_cmd_identifier_token18] = ACTIONS(1601), - [aux_sym_cmd_identifier_token19] = ACTIONS(1601), - [aux_sym_cmd_identifier_token20] = ACTIONS(1601), - [aux_sym_cmd_identifier_token21] = ACTIONS(1601), - [aux_sym_cmd_identifier_token22] = ACTIONS(1601), - [aux_sym_cmd_identifier_token23] = ACTIONS(1601), - [aux_sym_cmd_identifier_token24] = ACTIONS(1601), - [aux_sym_cmd_identifier_token25] = ACTIONS(1601), - [aux_sym_cmd_identifier_token26] = ACTIONS(1601), - [aux_sym_cmd_identifier_token27] = ACTIONS(1601), - [aux_sym_cmd_identifier_token28] = ACTIONS(1601), - [aux_sym_cmd_identifier_token29] = ACTIONS(1601), - [aux_sym_cmd_identifier_token30] = ACTIONS(1601), - [aux_sym_cmd_identifier_token31] = ACTIONS(1601), - [aux_sym_cmd_identifier_token32] = ACTIONS(1601), - [aux_sym_cmd_identifier_token33] = ACTIONS(1601), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1601), - [aux_sym_cmd_identifier_token36] = ACTIONS(1601), - [aux_sym_cmd_identifier_token37] = ACTIONS(1601), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1601), - [aux_sym_cmd_identifier_token40] = ACTIONS(1601), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1601), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(1645), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(1647), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [anon_sym_export] = ACTIONS(1539), + [anon_sym_alias] = ACTIONS(1539), + [anon_sym_let] = ACTIONS(1539), + [anon_sym_let_DASHenv] = ACTIONS(1539), + [anon_sym_mut] = ACTIONS(1539), + [anon_sym_const] = ACTIONS(1539), + [aux_sym_cmd_identifier_token1] = ACTIONS(1539), + [aux_sym_cmd_identifier_token2] = ACTIONS(1553), + [aux_sym_cmd_identifier_token3] = ACTIONS(1553), + [aux_sym_cmd_identifier_token4] = ACTIONS(1553), + [aux_sym_cmd_identifier_token5] = ACTIONS(1553), + [aux_sym_cmd_identifier_token6] = ACTIONS(1553), + [aux_sym_cmd_identifier_token7] = ACTIONS(1553), + [aux_sym_cmd_identifier_token8] = ACTIONS(1539), + [aux_sym_cmd_identifier_token9] = ACTIONS(1539), + [aux_sym_cmd_identifier_token10] = ACTIONS(1553), + [aux_sym_cmd_identifier_token11] = ACTIONS(1553), + [aux_sym_cmd_identifier_token12] = ACTIONS(1539), + [aux_sym_cmd_identifier_token13] = ACTIONS(1539), + [aux_sym_cmd_identifier_token14] = ACTIONS(1539), + [aux_sym_cmd_identifier_token15] = ACTIONS(1539), + [aux_sym_cmd_identifier_token16] = ACTIONS(1553), + [aux_sym_cmd_identifier_token17] = ACTIONS(1553), + [aux_sym_cmd_identifier_token18] = ACTIONS(1553), + [aux_sym_cmd_identifier_token19] = ACTIONS(1553), + [aux_sym_cmd_identifier_token20] = ACTIONS(1553), + [aux_sym_cmd_identifier_token21] = ACTIONS(1553), + [aux_sym_cmd_identifier_token22] = ACTIONS(1553), + [aux_sym_cmd_identifier_token23] = ACTIONS(1553), + [aux_sym_cmd_identifier_token24] = ACTIONS(1553), + [aux_sym_cmd_identifier_token25] = ACTIONS(1553), + [aux_sym_cmd_identifier_token26] = ACTIONS(1553), + [aux_sym_cmd_identifier_token27] = ACTIONS(1553), + [aux_sym_cmd_identifier_token28] = ACTIONS(1553), + [aux_sym_cmd_identifier_token29] = ACTIONS(1553), + [aux_sym_cmd_identifier_token30] = ACTIONS(1553), + [aux_sym_cmd_identifier_token31] = ACTIONS(1553), + [aux_sym_cmd_identifier_token32] = ACTIONS(1553), + [aux_sym_cmd_identifier_token33] = ACTIONS(1553), + [aux_sym_cmd_identifier_token34] = ACTIONS(1539), + [aux_sym_cmd_identifier_token35] = ACTIONS(1553), + [aux_sym_cmd_identifier_token36] = ACTIONS(1553), + [aux_sym_cmd_identifier_token37] = ACTIONS(1553), + [aux_sym_cmd_identifier_token38] = ACTIONS(1539), + [aux_sym_cmd_identifier_token39] = ACTIONS(1553), + [aux_sym_cmd_identifier_token40] = ACTIONS(1553), + [anon_sym_def] = ACTIONS(1539), + [anon_sym_export_DASHenv] = ACTIONS(1539), + [anon_sym_extern] = ACTIONS(1539), + [anon_sym_module] = ACTIONS(1539), + [anon_sym_use] = ACTIONS(1539), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_break] = ACTIONS(1539), + [anon_sym_continue] = ACTIONS(1539), + [anon_sym_for] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1539), + [anon_sym_loop] = ACTIONS(1539), + [anon_sym_make] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1539), + [anon_sym_do] = ACTIONS(1539), + [anon_sym_if] = ACTIONS(1539), + [anon_sym_else] = ACTIONS(1539), + [anon_sym_match] = ACTIONS(1539), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_try] = ACTIONS(1539), + [anon_sym_catch] = ACTIONS(1539), + [anon_sym_return] = ACTIONS(1539), + [anon_sym_source] = ACTIONS(1539), + [anon_sym_source_DASHenv] = ACTIONS(1539), + [anon_sym_register] = ACTIONS(1539), + [anon_sym_hide] = ACTIONS(1539), + [anon_sym_hide_DASHenv] = ACTIONS(1539), + [anon_sym_overlay] = ACTIONS(1539), + [anon_sym_as] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(1649), + [aux_sym__immediate_decimal_token3] = ACTIONS(1651), + [aux_sym__immediate_decimal_token4] = ACTIONS(1653), + [aux_sym__immediate_decimal_token5] = ACTIONS(1655), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1539), + [aux_sym__val_number_token5] = ACTIONS(1539), + [aux_sym__val_number_token6] = ACTIONS(1539), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1553), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), }, [325] = { + [sym__expr_parenthesized_immediate] = STATE(621), + [sym__immediate_decimal] = STATE(622), + [sym_val_variable] = STATE(621), [sym_comment] = STATE(325), - [anon_sym_export] = ACTIONS(1623), - [anon_sym_alias] = ACTIONS(1623), - [anon_sym_let] = ACTIONS(1623), - [anon_sym_let_DASHenv] = ACTIONS(1623), - [anon_sym_mut] = ACTIONS(1623), - [anon_sym_const] = ACTIONS(1623), - [aux_sym_cmd_identifier_token1] = ACTIONS(1623), - [aux_sym_cmd_identifier_token2] = ACTIONS(1625), - [aux_sym_cmd_identifier_token3] = ACTIONS(1625), - [aux_sym_cmd_identifier_token4] = ACTIONS(1625), - [aux_sym_cmd_identifier_token5] = ACTIONS(1625), - [aux_sym_cmd_identifier_token6] = ACTIONS(1625), - [aux_sym_cmd_identifier_token7] = ACTIONS(1625), - [aux_sym_cmd_identifier_token8] = ACTIONS(1623), - [aux_sym_cmd_identifier_token9] = ACTIONS(1623), - [aux_sym_cmd_identifier_token10] = ACTIONS(1625), - [aux_sym_cmd_identifier_token11] = ACTIONS(1625), - [aux_sym_cmd_identifier_token12] = ACTIONS(1623), - [aux_sym_cmd_identifier_token13] = ACTIONS(1623), - [aux_sym_cmd_identifier_token14] = ACTIONS(1623), - [aux_sym_cmd_identifier_token15] = ACTIONS(1623), - [aux_sym_cmd_identifier_token16] = ACTIONS(1625), - [aux_sym_cmd_identifier_token17] = ACTIONS(1625), - [aux_sym_cmd_identifier_token18] = ACTIONS(1625), - [aux_sym_cmd_identifier_token19] = ACTIONS(1625), - [aux_sym_cmd_identifier_token20] = ACTIONS(1625), - [aux_sym_cmd_identifier_token21] = ACTIONS(1625), - [aux_sym_cmd_identifier_token22] = ACTIONS(1625), - [aux_sym_cmd_identifier_token23] = ACTIONS(1625), - [aux_sym_cmd_identifier_token24] = ACTIONS(1625), - [aux_sym_cmd_identifier_token25] = ACTIONS(1625), - [aux_sym_cmd_identifier_token26] = ACTIONS(1625), - [aux_sym_cmd_identifier_token27] = ACTIONS(1625), - [aux_sym_cmd_identifier_token28] = ACTIONS(1625), - [aux_sym_cmd_identifier_token29] = ACTIONS(1625), - [aux_sym_cmd_identifier_token30] = ACTIONS(1625), - [aux_sym_cmd_identifier_token31] = ACTIONS(1625), - [aux_sym_cmd_identifier_token32] = ACTIONS(1625), - [aux_sym_cmd_identifier_token33] = ACTIONS(1625), - [aux_sym_cmd_identifier_token34] = ACTIONS(1623), - [aux_sym_cmd_identifier_token35] = ACTIONS(1625), - [aux_sym_cmd_identifier_token36] = ACTIONS(1625), - [aux_sym_cmd_identifier_token37] = ACTIONS(1625), - [aux_sym_cmd_identifier_token38] = ACTIONS(1623), - [aux_sym_cmd_identifier_token39] = ACTIONS(1625), - [aux_sym_cmd_identifier_token40] = ACTIONS(1625), - [anon_sym_def] = ACTIONS(1623), - [anon_sym_export_DASHenv] = ACTIONS(1623), - [anon_sym_extern] = ACTIONS(1623), - [anon_sym_module] = ACTIONS(1623), - [anon_sym_use] = ACTIONS(1623), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_break] = ACTIONS(1623), - [anon_sym_continue] = ACTIONS(1623), - [anon_sym_for] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_loop] = ACTIONS(1623), - [anon_sym_make] = ACTIONS(1623), - [anon_sym_while] = ACTIONS(1623), - [anon_sym_do] = ACTIONS(1623), - [anon_sym_if] = ACTIONS(1623), - [anon_sym_else] = ACTIONS(1623), - [anon_sym_match] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1623), - [anon_sym_catch] = ACTIONS(1623), - [anon_sym_return] = ACTIONS(1623), - [anon_sym_source] = ACTIONS(1623), - [anon_sym_source_DASHenv] = ACTIONS(1623), - [anon_sym_register] = ACTIONS(1623), - [anon_sym_hide] = ACTIONS(1623), - [anon_sym_hide_DASHenv] = ACTIONS(1623), - [anon_sym_overlay] = ACTIONS(1623), - [anon_sym_as] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(1649), - [aux_sym__immediate_decimal_token2] = ACTIONS(1651), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1623), - [aux_sym__val_number_token5] = ACTIONS(1623), - [aux_sym__val_number_token6] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1625), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), + [anon_sym_export] = ACTIONS(1657), + [anon_sym_alias] = ACTIONS(1657), + [anon_sym_let] = ACTIONS(1657), + [anon_sym_let_DASHenv] = ACTIONS(1657), + [anon_sym_mut] = ACTIONS(1657), + [anon_sym_const] = ACTIONS(1657), + [aux_sym_cmd_identifier_token1] = ACTIONS(1657), + [aux_sym_cmd_identifier_token2] = ACTIONS(1657), + [aux_sym_cmd_identifier_token3] = ACTIONS(1657), + [aux_sym_cmd_identifier_token4] = ACTIONS(1657), + [aux_sym_cmd_identifier_token5] = ACTIONS(1657), + [aux_sym_cmd_identifier_token6] = ACTIONS(1657), + [aux_sym_cmd_identifier_token7] = ACTIONS(1657), + [aux_sym_cmd_identifier_token8] = ACTIONS(1657), + [aux_sym_cmd_identifier_token9] = ACTIONS(1657), + [aux_sym_cmd_identifier_token10] = ACTIONS(1657), + [aux_sym_cmd_identifier_token11] = ACTIONS(1657), + [aux_sym_cmd_identifier_token12] = ACTIONS(1657), + [aux_sym_cmd_identifier_token13] = ACTIONS(1657), + [aux_sym_cmd_identifier_token14] = ACTIONS(1657), + [aux_sym_cmd_identifier_token15] = ACTIONS(1657), + [aux_sym_cmd_identifier_token16] = ACTIONS(1657), + [aux_sym_cmd_identifier_token17] = ACTIONS(1657), + [aux_sym_cmd_identifier_token18] = ACTIONS(1657), + [aux_sym_cmd_identifier_token19] = ACTIONS(1657), + [aux_sym_cmd_identifier_token20] = ACTIONS(1657), + [aux_sym_cmd_identifier_token21] = ACTIONS(1657), + [aux_sym_cmd_identifier_token22] = ACTIONS(1657), + [aux_sym_cmd_identifier_token23] = ACTIONS(1657), + [aux_sym_cmd_identifier_token24] = ACTIONS(1657), + [aux_sym_cmd_identifier_token25] = ACTIONS(1657), + [aux_sym_cmd_identifier_token26] = ACTIONS(1657), + [aux_sym_cmd_identifier_token27] = ACTIONS(1657), + [aux_sym_cmd_identifier_token28] = ACTIONS(1657), + [aux_sym_cmd_identifier_token29] = ACTIONS(1657), + [aux_sym_cmd_identifier_token30] = ACTIONS(1657), + [aux_sym_cmd_identifier_token31] = ACTIONS(1657), + [aux_sym_cmd_identifier_token32] = ACTIONS(1657), + [aux_sym_cmd_identifier_token33] = ACTIONS(1657), + [aux_sym_cmd_identifier_token34] = ACTIONS(1657), + [aux_sym_cmd_identifier_token35] = ACTIONS(1657), + [aux_sym_cmd_identifier_token36] = ACTIONS(1657), + [aux_sym_cmd_identifier_token37] = ACTIONS(1657), + [aux_sym_cmd_identifier_token38] = ACTIONS(1657), + [aux_sym_cmd_identifier_token39] = ACTIONS(1657), + [aux_sym_cmd_identifier_token40] = ACTIONS(1657), + [anon_sym_def] = ACTIONS(1657), + [anon_sym_export_DASHenv] = ACTIONS(1657), + [anon_sym_extern] = ACTIONS(1657), + [anon_sym_module] = ACTIONS(1657), + [anon_sym_use] = ACTIONS(1657), + [anon_sym_LPAREN] = ACTIONS(1657), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1657), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_break] = ACTIONS(1657), + [anon_sym_continue] = ACTIONS(1657), + [anon_sym_for] = ACTIONS(1657), + [anon_sym_in2] = ACTIONS(1657), + [anon_sym_loop] = ACTIONS(1657), + [anon_sym_make] = ACTIONS(1657), + [anon_sym_while] = ACTIONS(1657), + [anon_sym_do] = ACTIONS(1657), + [anon_sym_if] = ACTIONS(1657), + [anon_sym_else] = ACTIONS(1657), + [anon_sym_match] = ACTIONS(1657), + [anon_sym_RBRACE] = ACTIONS(1657), + [anon_sym_try] = ACTIONS(1657), + [anon_sym_catch] = ACTIONS(1657), + [anon_sym_return] = ACTIONS(1657), + [anon_sym_source] = ACTIONS(1657), + [anon_sym_source_DASHenv] = ACTIONS(1657), + [anon_sym_register] = ACTIONS(1657), + [anon_sym_hide] = ACTIONS(1657), + [anon_sym_hide_DASHenv] = ACTIONS(1657), + [anon_sym_overlay] = ACTIONS(1657), + [anon_sym_as] = ACTIONS(1657), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1657), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1657), + [aux_sym__immediate_decimal_token1] = ACTIONS(1659), + [aux_sym__immediate_decimal_token3] = ACTIONS(1659), + [aux_sym__immediate_decimal_token4] = ACTIONS(1661), + [aux_sym__immediate_decimal_token5] = ACTIONS(1663), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1657), + [aux_sym__val_number_decimal_token1] = ACTIONS(1657), + [aux_sym__val_number_decimal_token2] = ACTIONS(1657), + [aux_sym__val_number_decimal_token3] = ACTIONS(1657), + [aux_sym__val_number_decimal_token4] = ACTIONS(1657), + [aux_sym__val_number_token1] = ACTIONS(1657), + [aux_sym__val_number_token2] = ACTIONS(1657), + [aux_sym__val_number_token3] = ACTIONS(1657), + [aux_sym__val_number_token4] = ACTIONS(1657), + [aux_sym__val_number_token5] = ACTIONS(1657), + [aux_sym__val_number_token6] = ACTIONS(1657), + [anon_sym_DQUOTE] = ACTIONS(1657), + [sym__str_single_quotes] = ACTIONS(1657), + [sym__str_back_ticks] = ACTIONS(1657), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1657), + [sym__entry_separator] = ACTIONS(1665), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1665), }, [326] = { - [sym__expr_parenthesized_immediate] = STATE(7300), [sym_comment] = STATE(326), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), - [aux_sym_cmd_identifier_token2] = ACTIONS(1653), - [aux_sym_cmd_identifier_token3] = ACTIONS(1653), - [aux_sym_cmd_identifier_token4] = ACTIONS(1653), - [aux_sym_cmd_identifier_token5] = ACTIONS(1653), - [aux_sym_cmd_identifier_token6] = ACTIONS(1653), - [aux_sym_cmd_identifier_token7] = ACTIONS(1653), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), - [aux_sym_cmd_identifier_token10] = ACTIONS(1653), - [aux_sym_cmd_identifier_token11] = ACTIONS(1653), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), - [aux_sym_cmd_identifier_token16] = ACTIONS(1653), - [aux_sym_cmd_identifier_token17] = ACTIONS(1653), - [aux_sym_cmd_identifier_token18] = ACTIONS(1653), - [aux_sym_cmd_identifier_token19] = ACTIONS(1653), - [aux_sym_cmd_identifier_token20] = ACTIONS(1653), - [aux_sym_cmd_identifier_token21] = ACTIONS(1653), - [aux_sym_cmd_identifier_token22] = ACTIONS(1653), - [aux_sym_cmd_identifier_token23] = ACTIONS(1653), - [aux_sym_cmd_identifier_token24] = ACTIONS(1653), - [aux_sym_cmd_identifier_token25] = ACTIONS(1653), - [aux_sym_cmd_identifier_token26] = ACTIONS(1653), - [aux_sym_cmd_identifier_token27] = ACTIONS(1653), - [aux_sym_cmd_identifier_token28] = ACTIONS(1653), - [aux_sym_cmd_identifier_token29] = ACTIONS(1653), - [aux_sym_cmd_identifier_token30] = ACTIONS(1653), - [aux_sym_cmd_identifier_token31] = ACTIONS(1653), - [aux_sym_cmd_identifier_token32] = ACTIONS(1653), - [aux_sym_cmd_identifier_token33] = ACTIONS(1653), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), - [aux_sym_cmd_identifier_token35] = ACTIONS(1653), - [aux_sym_cmd_identifier_token36] = ACTIONS(1653), - [aux_sym_cmd_identifier_token37] = ACTIONS(1653), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), - [aux_sym_cmd_identifier_token39] = ACTIONS(1653), - [aux_sym_cmd_identifier_token40] = ACTIONS(1653), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(1657), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1659), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1659), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1653), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1653), - [aux_sym__val_number_decimal_token3] = ACTIONS(1653), - [aux_sym__val_number_decimal_token4] = ACTIONS(1653), - [aux_sym__val_number_token1] = ACTIONS(1653), - [aux_sym__val_number_token2] = ACTIONS(1653), - [aux_sym__val_number_token3] = ACTIONS(1653), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(1661), - [sym_duration_unit] = ACTIONS(1663), - [anon_sym_DQUOTE] = ACTIONS(1653), - [sym__str_single_quotes] = ACTIONS(1653), - [sym__str_back_ticks] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1653), - [sym__entry_separator] = ACTIONS(1665), + [anon_sym_export] = ACTIONS(1667), + [anon_sym_alias] = ACTIONS(1667), + [anon_sym_let] = ACTIONS(1667), + [anon_sym_let_DASHenv] = ACTIONS(1667), + [anon_sym_mut] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [aux_sym_cmd_identifier_token1] = ACTIONS(1667), + [aux_sym_cmd_identifier_token2] = ACTIONS(1667), + [aux_sym_cmd_identifier_token3] = ACTIONS(1667), + [aux_sym_cmd_identifier_token4] = ACTIONS(1667), + [aux_sym_cmd_identifier_token5] = ACTIONS(1667), + [aux_sym_cmd_identifier_token6] = ACTIONS(1667), + [aux_sym_cmd_identifier_token7] = ACTIONS(1667), + [aux_sym_cmd_identifier_token8] = ACTIONS(1667), + [aux_sym_cmd_identifier_token9] = ACTIONS(1667), + [aux_sym_cmd_identifier_token10] = ACTIONS(1667), + [aux_sym_cmd_identifier_token11] = ACTIONS(1667), + [aux_sym_cmd_identifier_token12] = ACTIONS(1667), + [aux_sym_cmd_identifier_token13] = ACTIONS(1667), + [aux_sym_cmd_identifier_token14] = ACTIONS(1667), + [aux_sym_cmd_identifier_token15] = ACTIONS(1667), + [aux_sym_cmd_identifier_token16] = ACTIONS(1667), + [aux_sym_cmd_identifier_token17] = ACTIONS(1667), + [aux_sym_cmd_identifier_token18] = ACTIONS(1667), + [aux_sym_cmd_identifier_token19] = ACTIONS(1667), + [aux_sym_cmd_identifier_token20] = ACTIONS(1667), + [aux_sym_cmd_identifier_token21] = ACTIONS(1667), + [aux_sym_cmd_identifier_token22] = ACTIONS(1667), + [aux_sym_cmd_identifier_token23] = ACTIONS(1667), + [aux_sym_cmd_identifier_token24] = ACTIONS(1667), + [aux_sym_cmd_identifier_token25] = ACTIONS(1667), + [aux_sym_cmd_identifier_token26] = ACTIONS(1667), + [aux_sym_cmd_identifier_token27] = ACTIONS(1667), + [aux_sym_cmd_identifier_token28] = ACTIONS(1667), + [aux_sym_cmd_identifier_token29] = ACTIONS(1667), + [aux_sym_cmd_identifier_token30] = ACTIONS(1667), + [aux_sym_cmd_identifier_token31] = ACTIONS(1667), + [aux_sym_cmd_identifier_token32] = ACTIONS(1667), + [aux_sym_cmd_identifier_token33] = ACTIONS(1667), + [aux_sym_cmd_identifier_token34] = ACTIONS(1667), + [aux_sym_cmd_identifier_token35] = ACTIONS(1667), + [aux_sym_cmd_identifier_token36] = ACTIONS(1667), + [aux_sym_cmd_identifier_token37] = ACTIONS(1667), + [aux_sym_cmd_identifier_token38] = ACTIONS(1667), + [aux_sym_cmd_identifier_token39] = ACTIONS(1667), + [aux_sym_cmd_identifier_token40] = ACTIONS(1667), + [anon_sym_def] = ACTIONS(1667), + [anon_sym_export_DASHenv] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym_module] = ACTIONS(1667), + [anon_sym_use] = ACTIONS(1667), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_error] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_loop] = ACTIONS(1667), + [anon_sym_make] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_match] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_catch] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_source] = ACTIONS(1667), + [anon_sym_source_DASHenv] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_hide] = ACTIONS(1667), + [anon_sym_hide_DASHenv] = ACTIONS(1667), + [anon_sym_overlay] = ACTIONS(1667), + [anon_sym_as] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(1671), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1667), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1667), + [aux_sym__val_number_decimal_token3] = ACTIONS(1667), + [aux_sym__val_number_decimal_token4] = ACTIONS(1667), + [aux_sym__val_number_token1] = ACTIONS(1667), + [aux_sym__val_number_token2] = ACTIONS(1667), + [aux_sym__val_number_token3] = ACTIONS(1667), + [aux_sym__val_number_token4] = ACTIONS(1667), + [aux_sym__val_number_token5] = ACTIONS(1667), + [aux_sym__val_number_token6] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(1667), + [sym__str_single_quotes] = ACTIONS(1667), + [sym__str_back_ticks] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1667), + [sym__entry_separator] = ACTIONS(1669), [aux_sym__unquoted_in_record_token2] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1665), + [sym_raw_string_begin] = ACTIONS(1669), }, [327] = { + [sym__expr_parenthesized_immediate] = STATE(721), + [sym__immediate_decimal] = STATE(564), + [sym_val_variable] = STATE(721), [sym_comment] = STATE(327), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1599), - [aux_sym_cmd_identifier_token3] = ACTIONS(1599), - [aux_sym_cmd_identifier_token4] = ACTIONS(1599), - [aux_sym_cmd_identifier_token5] = ACTIONS(1599), - [aux_sym_cmd_identifier_token6] = ACTIONS(1599), - [aux_sym_cmd_identifier_token7] = ACTIONS(1599), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1599), - [aux_sym_cmd_identifier_token11] = ACTIONS(1599), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1599), - [aux_sym_cmd_identifier_token17] = ACTIONS(1599), - [aux_sym_cmd_identifier_token18] = ACTIONS(1599), - [aux_sym_cmd_identifier_token19] = ACTIONS(1599), - [aux_sym_cmd_identifier_token20] = ACTIONS(1599), - [aux_sym_cmd_identifier_token21] = ACTIONS(1599), - [aux_sym_cmd_identifier_token22] = ACTIONS(1599), - [aux_sym_cmd_identifier_token23] = ACTIONS(1599), - [aux_sym_cmd_identifier_token24] = ACTIONS(1599), - [aux_sym_cmd_identifier_token25] = ACTIONS(1599), - [aux_sym_cmd_identifier_token26] = ACTIONS(1599), - [aux_sym_cmd_identifier_token27] = ACTIONS(1599), - [aux_sym_cmd_identifier_token28] = ACTIONS(1599), - [aux_sym_cmd_identifier_token29] = ACTIONS(1599), - [aux_sym_cmd_identifier_token30] = ACTIONS(1599), - [aux_sym_cmd_identifier_token31] = ACTIONS(1599), - [aux_sym_cmd_identifier_token32] = ACTIONS(1599), - [aux_sym_cmd_identifier_token33] = ACTIONS(1599), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1599), - [aux_sym_cmd_identifier_token36] = ACTIONS(1599), - [aux_sym_cmd_identifier_token37] = ACTIONS(1599), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1599), - [aux_sym_cmd_identifier_token40] = ACTIONS(1599), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(1605), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1599), - [aux_sym__val_number_decimal_token3] = ACTIONS(1599), - [aux_sym__val_number_decimal_token4] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1599), - [sym__entry_separator] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1601), + [anon_sym_export] = ACTIONS(1627), + [anon_sym_alias] = ACTIONS(1627), + [anon_sym_let] = ACTIONS(1627), + [anon_sym_let_DASHenv] = ACTIONS(1627), + [anon_sym_mut] = ACTIONS(1627), + [anon_sym_const] = ACTIONS(1627), + [aux_sym_cmd_identifier_token1] = ACTIONS(1627), + [aux_sym_cmd_identifier_token2] = ACTIONS(1629), + [aux_sym_cmd_identifier_token3] = ACTIONS(1629), + [aux_sym_cmd_identifier_token4] = ACTIONS(1629), + [aux_sym_cmd_identifier_token5] = ACTIONS(1629), + [aux_sym_cmd_identifier_token6] = ACTIONS(1629), + [aux_sym_cmd_identifier_token7] = ACTIONS(1629), + [aux_sym_cmd_identifier_token8] = ACTIONS(1627), + [aux_sym_cmd_identifier_token9] = ACTIONS(1627), + [aux_sym_cmd_identifier_token10] = ACTIONS(1629), + [aux_sym_cmd_identifier_token11] = ACTIONS(1629), + [aux_sym_cmd_identifier_token12] = ACTIONS(1627), + [aux_sym_cmd_identifier_token13] = ACTIONS(1627), + [aux_sym_cmd_identifier_token14] = ACTIONS(1627), + [aux_sym_cmd_identifier_token15] = ACTIONS(1627), + [aux_sym_cmd_identifier_token16] = ACTIONS(1629), + [aux_sym_cmd_identifier_token17] = ACTIONS(1629), + [aux_sym_cmd_identifier_token18] = ACTIONS(1629), + [aux_sym_cmd_identifier_token19] = ACTIONS(1629), + [aux_sym_cmd_identifier_token20] = ACTIONS(1629), + [aux_sym_cmd_identifier_token21] = ACTIONS(1629), + [aux_sym_cmd_identifier_token22] = ACTIONS(1629), + [aux_sym_cmd_identifier_token23] = ACTIONS(1629), + [aux_sym_cmd_identifier_token24] = ACTIONS(1629), + [aux_sym_cmd_identifier_token25] = ACTIONS(1629), + [aux_sym_cmd_identifier_token26] = ACTIONS(1629), + [aux_sym_cmd_identifier_token27] = ACTIONS(1629), + [aux_sym_cmd_identifier_token28] = ACTIONS(1629), + [aux_sym_cmd_identifier_token29] = ACTIONS(1629), + [aux_sym_cmd_identifier_token30] = ACTIONS(1629), + [aux_sym_cmd_identifier_token31] = ACTIONS(1629), + [aux_sym_cmd_identifier_token32] = ACTIONS(1629), + [aux_sym_cmd_identifier_token33] = ACTIONS(1629), + [aux_sym_cmd_identifier_token34] = ACTIONS(1627), + [aux_sym_cmd_identifier_token35] = ACTIONS(1629), + [aux_sym_cmd_identifier_token36] = ACTIONS(1629), + [aux_sym_cmd_identifier_token37] = ACTIONS(1629), + [aux_sym_cmd_identifier_token38] = ACTIONS(1627), + [aux_sym_cmd_identifier_token39] = ACTIONS(1629), + [aux_sym_cmd_identifier_token40] = ACTIONS(1629), + [anon_sym_def] = ACTIONS(1627), + [anon_sym_export_DASHenv] = ACTIONS(1627), + [anon_sym_extern] = ACTIONS(1627), + [anon_sym_module] = ACTIONS(1627), + [anon_sym_use] = ACTIONS(1627), + [anon_sym_LPAREN] = ACTIONS(1627), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_break] = ACTIONS(1627), + [anon_sym_continue] = ACTIONS(1627), + [anon_sym_for] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1627), + [anon_sym_loop] = ACTIONS(1627), + [anon_sym_make] = ACTIONS(1627), + [anon_sym_while] = ACTIONS(1627), + [anon_sym_do] = ACTIONS(1627), + [anon_sym_if] = ACTIONS(1627), + [anon_sym_else] = ACTIONS(1627), + [anon_sym_match] = ACTIONS(1627), + [anon_sym_RBRACE] = ACTIONS(1629), + [anon_sym_try] = ACTIONS(1627), + [anon_sym_catch] = ACTIONS(1627), + [anon_sym_return] = ACTIONS(1627), + [anon_sym_source] = ACTIONS(1627), + [anon_sym_source_DASHenv] = ACTIONS(1627), + [anon_sym_register] = ACTIONS(1627), + [anon_sym_hide] = ACTIONS(1627), + [anon_sym_hide_DASHenv] = ACTIONS(1627), + [anon_sym_overlay] = ACTIONS(1627), + [anon_sym_as] = ACTIONS(1627), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(1649), + [aux_sym__immediate_decimal_token3] = ACTIONS(1651), + [aux_sym__immediate_decimal_token4] = ACTIONS(1653), + [aux_sym__immediate_decimal_token5] = ACTIONS(1655), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1629), + [aux_sym__val_number_decimal_token1] = ACTIONS(1627), + [aux_sym__val_number_decimal_token2] = ACTIONS(1627), + [aux_sym__val_number_decimal_token3] = ACTIONS(1627), + [aux_sym__val_number_decimal_token4] = ACTIONS(1627), + [aux_sym__val_number_token1] = ACTIONS(1629), + [aux_sym__val_number_token2] = ACTIONS(1629), + [aux_sym__val_number_token3] = ACTIONS(1629), + [aux_sym__val_number_token4] = ACTIONS(1627), + [aux_sym__val_number_token5] = ACTIONS(1627), + [aux_sym__val_number_token6] = ACTIONS(1627), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym__str_single_quotes] = ACTIONS(1629), + [sym__str_back_ticks] = ACTIONS(1629), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1629), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1629), }, [328] = { - [sym__expr_parenthesized_immediate] = STATE(507), - [sym__immediate_decimal] = STATE(508), - [sym_val_variable] = STATE(507), [sym_comment] = STATE(328), - [anon_sym_export] = ACTIONS(1587), - [anon_sym_alias] = ACTIONS(1587), - [anon_sym_let] = ACTIONS(1587), - [anon_sym_let_DASHenv] = ACTIONS(1587), - [anon_sym_mut] = ACTIONS(1587), - [anon_sym_const] = ACTIONS(1587), - [aux_sym_cmd_identifier_token1] = ACTIONS(1587), + [anon_sym_export] = ACTIONS(1595), + [anon_sym_alias] = ACTIONS(1595), + [anon_sym_let] = ACTIONS(1595), + [anon_sym_let_DASHenv] = ACTIONS(1595), + [anon_sym_mut] = ACTIONS(1595), + [anon_sym_const] = ACTIONS(1595), + [aux_sym_cmd_identifier_token1] = ACTIONS(1595), [aux_sym_cmd_identifier_token2] = ACTIONS(1597), [aux_sym_cmd_identifier_token3] = ACTIONS(1597), [aux_sym_cmd_identifier_token4] = ACTIONS(1597), [aux_sym_cmd_identifier_token5] = ACTIONS(1597), [aux_sym_cmd_identifier_token6] = ACTIONS(1597), [aux_sym_cmd_identifier_token7] = ACTIONS(1597), - [aux_sym_cmd_identifier_token8] = ACTIONS(1587), - [aux_sym_cmd_identifier_token9] = ACTIONS(1587), + [aux_sym_cmd_identifier_token8] = ACTIONS(1595), + [aux_sym_cmd_identifier_token9] = ACTIONS(1595), [aux_sym_cmd_identifier_token10] = ACTIONS(1597), [aux_sym_cmd_identifier_token11] = ACTIONS(1597), - [aux_sym_cmd_identifier_token12] = ACTIONS(1587), - [aux_sym_cmd_identifier_token13] = ACTIONS(1587), - [aux_sym_cmd_identifier_token14] = ACTIONS(1587), - [aux_sym_cmd_identifier_token15] = ACTIONS(1587), + [aux_sym_cmd_identifier_token12] = ACTIONS(1595), + [aux_sym_cmd_identifier_token13] = ACTIONS(1595), + [aux_sym_cmd_identifier_token14] = ACTIONS(1595), + [aux_sym_cmd_identifier_token15] = ACTIONS(1595), [aux_sym_cmd_identifier_token16] = ACTIONS(1597), [aux_sym_cmd_identifier_token17] = ACTIONS(1597), [aux_sym_cmd_identifier_token18] = ACTIONS(1597), @@ -116714,20 +116736,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1597), [aux_sym_cmd_identifier_token32] = ACTIONS(1597), [aux_sym_cmd_identifier_token33] = ACTIONS(1597), - [aux_sym_cmd_identifier_token34] = ACTIONS(1587), + [aux_sym_cmd_identifier_token34] = ACTIONS(1595), [aux_sym_cmd_identifier_token35] = ACTIONS(1597), [aux_sym_cmd_identifier_token36] = ACTIONS(1597), [aux_sym_cmd_identifier_token37] = ACTIONS(1597), - [aux_sym_cmd_identifier_token38] = ACTIONS(1587), + [aux_sym_cmd_identifier_token38] = ACTIONS(1595), [aux_sym_cmd_identifier_token39] = ACTIONS(1597), [aux_sym_cmd_identifier_token40] = ACTIONS(1597), + [anon_sym_def] = ACTIONS(1595), + [anon_sym_export_DASHenv] = ACTIONS(1595), + [anon_sym_extern] = ACTIONS(1595), + [anon_sym_module] = ACTIONS(1595), + [anon_sym_use] = ACTIONS(1595), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1597), + [anon_sym_error] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_break] = ACTIONS(1595), + [anon_sym_continue] = ACTIONS(1595), + [anon_sym_for] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_loop] = ACTIONS(1595), + [anon_sym_make] = ACTIONS(1595), + [anon_sym_while] = ACTIONS(1595), + [anon_sym_do] = ACTIONS(1595), + [anon_sym_if] = ACTIONS(1595), + [anon_sym_else] = ACTIONS(1595), + [anon_sym_match] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_try] = ACTIONS(1595), + [anon_sym_catch] = ACTIONS(1595), + [anon_sym_return] = ACTIONS(1595), + [anon_sym_source] = ACTIONS(1595), + [anon_sym_source_DASHenv] = ACTIONS(1595), + [anon_sym_register] = ACTIONS(1595), + [anon_sym_hide] = ACTIONS(1595), + [anon_sym_hide_DASHenv] = ACTIONS(1595), + [anon_sym_overlay] = ACTIONS(1595), + [anon_sym_as] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(1673), + [aux_sym__immediate_decimal_token2] = ACTIONS(1675), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1595), + [aux_sym__val_number_token5] = ACTIONS(1595), + [aux_sym__val_number_token6] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1597), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), + }, + [329] = { + [sym_comment] = STATE(329), + [anon_sym_export] = ACTIONS(1587), + [anon_sym_alias] = ACTIONS(1587), + [anon_sym_let] = ACTIONS(1587), + [anon_sym_let_DASHenv] = ACTIONS(1587), + [anon_sym_mut] = ACTIONS(1587), + [anon_sym_const] = ACTIONS(1587), + [aux_sym_cmd_identifier_token1] = ACTIONS(1587), + [aux_sym_cmd_identifier_token2] = ACTIONS(1589), + [aux_sym_cmd_identifier_token3] = ACTIONS(1589), + [aux_sym_cmd_identifier_token4] = ACTIONS(1589), + [aux_sym_cmd_identifier_token5] = ACTIONS(1589), + [aux_sym_cmd_identifier_token6] = ACTIONS(1589), + [aux_sym_cmd_identifier_token7] = ACTIONS(1589), + [aux_sym_cmd_identifier_token8] = ACTIONS(1587), + [aux_sym_cmd_identifier_token9] = ACTIONS(1587), + [aux_sym_cmd_identifier_token10] = ACTIONS(1589), + [aux_sym_cmd_identifier_token11] = ACTIONS(1589), + [aux_sym_cmd_identifier_token12] = ACTIONS(1587), + [aux_sym_cmd_identifier_token13] = ACTIONS(1587), + [aux_sym_cmd_identifier_token14] = ACTIONS(1587), + [aux_sym_cmd_identifier_token15] = ACTIONS(1587), + [aux_sym_cmd_identifier_token16] = ACTIONS(1589), + [aux_sym_cmd_identifier_token17] = ACTIONS(1589), + [aux_sym_cmd_identifier_token18] = ACTIONS(1589), + [aux_sym_cmd_identifier_token19] = ACTIONS(1589), + [aux_sym_cmd_identifier_token20] = ACTIONS(1589), + [aux_sym_cmd_identifier_token21] = ACTIONS(1589), + [aux_sym_cmd_identifier_token22] = ACTIONS(1589), + [aux_sym_cmd_identifier_token23] = ACTIONS(1589), + [aux_sym_cmd_identifier_token24] = ACTIONS(1589), + [aux_sym_cmd_identifier_token25] = ACTIONS(1589), + [aux_sym_cmd_identifier_token26] = ACTIONS(1589), + [aux_sym_cmd_identifier_token27] = ACTIONS(1589), + [aux_sym_cmd_identifier_token28] = ACTIONS(1589), + [aux_sym_cmd_identifier_token29] = ACTIONS(1589), + [aux_sym_cmd_identifier_token30] = ACTIONS(1589), + [aux_sym_cmd_identifier_token31] = ACTIONS(1589), + [aux_sym_cmd_identifier_token32] = ACTIONS(1589), + [aux_sym_cmd_identifier_token33] = ACTIONS(1589), + [aux_sym_cmd_identifier_token34] = ACTIONS(1587), + [aux_sym_cmd_identifier_token35] = ACTIONS(1589), + [aux_sym_cmd_identifier_token36] = ACTIONS(1589), + [aux_sym_cmd_identifier_token37] = ACTIONS(1589), + [aux_sym_cmd_identifier_token38] = ACTIONS(1587), + [aux_sym_cmd_identifier_token39] = ACTIONS(1589), + [aux_sym_cmd_identifier_token40] = ACTIONS(1589), [anon_sym_def] = ACTIONS(1587), [anon_sym_export_DASHenv] = ACTIONS(1587), [anon_sym_extern] = ACTIONS(1587), [anon_sym_module] = ACTIONS(1587), [anon_sym_use] = ACTIONS(1587), [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1631), + [anon_sym_DOLLAR] = ACTIONS(1589), [anon_sym_error] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), [anon_sym_break] = ACTIONS(1587), @@ -116741,7 +116871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1587), [anon_sym_else] = ACTIONS(1587), [anon_sym_match] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1589), [anon_sym_try] = ACTIONS(1587), [anon_sym_catch] = ACTIONS(1587), [anon_sym_return] = ACTIONS(1587), @@ -116752,37 +116882,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(1587), [anon_sym_overlay] = ACTIONS(1587), [anon_sym_as] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1589), [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1597), - [anon_sym_DOT] = ACTIONS(1669), - [aux_sym__immediate_decimal_token1] = ACTIONS(1671), - [aux_sym__immediate_decimal_token3] = ACTIONS(1673), - [aux_sym__immediate_decimal_token4] = ACTIONS(1675), - [aux_sym__immediate_decimal_token5] = ACTIONS(1677), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(1677), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(1679), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1589), [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_decimal_token2] = ACTIONS(1587), - [aux_sym__val_number_decimal_token3] = ACTIONS(1587), - [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), [aux_sym__val_number_token4] = ACTIONS(1587), [aux_sym__val_number_token5] = ACTIONS(1587), [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), + [sym_raw_string_begin] = ACTIONS(1589), }, - [329] = { - [sym__expr_parenthesized_immediate] = STATE(645), - [sym__immediate_decimal] = STATE(646), - [sym_val_variable] = STATE(645), - [sym_comment] = STATE(329), + [330] = { + [sym__expr_parenthesized_immediate] = STATE(7322), + [sym_comment] = STATE(330), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1681), + [aux_sym_cmd_identifier_token3] = ACTIONS(1681), + [aux_sym_cmd_identifier_token4] = ACTIONS(1681), + [aux_sym_cmd_identifier_token5] = ACTIONS(1681), + [aux_sym_cmd_identifier_token6] = ACTIONS(1681), + [aux_sym_cmd_identifier_token7] = ACTIONS(1681), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1681), + [aux_sym_cmd_identifier_token11] = ACTIONS(1681), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1681), + [aux_sym_cmd_identifier_token17] = ACTIONS(1681), + [aux_sym_cmd_identifier_token18] = ACTIONS(1681), + [aux_sym_cmd_identifier_token19] = ACTIONS(1681), + [aux_sym_cmd_identifier_token20] = ACTIONS(1681), + [aux_sym_cmd_identifier_token21] = ACTIONS(1681), + [aux_sym_cmd_identifier_token22] = ACTIONS(1681), + [aux_sym_cmd_identifier_token23] = ACTIONS(1681), + [aux_sym_cmd_identifier_token24] = ACTIONS(1681), + [aux_sym_cmd_identifier_token25] = ACTIONS(1681), + [aux_sym_cmd_identifier_token26] = ACTIONS(1681), + [aux_sym_cmd_identifier_token27] = ACTIONS(1681), + [aux_sym_cmd_identifier_token28] = ACTIONS(1681), + [aux_sym_cmd_identifier_token29] = ACTIONS(1681), + [aux_sym_cmd_identifier_token30] = ACTIONS(1681), + [aux_sym_cmd_identifier_token31] = ACTIONS(1681), + [aux_sym_cmd_identifier_token32] = ACTIONS(1681), + [aux_sym_cmd_identifier_token33] = ACTIONS(1681), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1681), + [aux_sym_cmd_identifier_token36] = ACTIONS(1681), + [aux_sym_cmd_identifier_token37] = ACTIONS(1681), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1681), + [aux_sym_cmd_identifier_token40] = ACTIONS(1681), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(1685), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1687), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1687), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1681), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1681), + [aux_sym__val_number_decimal_token3] = ACTIONS(1681), + [aux_sym__val_number_decimal_token4] = ACTIONS(1681), + [aux_sym__val_number_token1] = ACTIONS(1681), + [aux_sym__val_number_token2] = ACTIONS(1681), + [aux_sym__val_number_token3] = ACTIONS(1681), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(1689), + [sym_duration_unit] = ACTIONS(1691), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym__str_single_quotes] = ACTIONS(1681), + [sym__str_back_ticks] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1681), + [sym__entry_separator] = ACTIONS(1693), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1695), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [331] = { + [sym_comment] = STATE(331), [anon_sym_export] = ACTIONS(1587), [anon_sym_alias] = ACTIONS(1587), [anon_sym_let] = ACTIONS(1587), @@ -116835,7 +117073,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1587), [anon_sym_use] = ACTIONS(1587), [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1607), + [anon_sym_DOLLAR] = ACTIONS(1587), [anon_sym_error] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), [anon_sym_break] = ACTIONS(1587), @@ -116860,13 +117098,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(1587), [anon_sym_overlay] = ACTIONS(1587), [anon_sym_as] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(1609), + [anon_sym_LPAREN2] = ACTIONS(1589), [anon_sym_PLUS2] = ACTIONS(1587), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1587), - [aux_sym__immediate_decimal_token1] = ACTIONS(1679), - [aux_sym__immediate_decimal_token3] = ACTIONS(1679), - [aux_sym__immediate_decimal_token4] = ACTIONS(1681), - [aux_sym__immediate_decimal_token5] = ACTIONS(1683), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(1593), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1587), [aux_sym__val_number_decimal_token1] = ACTIONS(1587), [aux_sym__val_number_decimal_token2] = ACTIONS(1587), @@ -116878,710 +117116,497 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__val_number_token4] = ACTIONS(1587), [aux_sym__val_number_token5] = ACTIONS(1587), [aux_sym__val_number_token6] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), [anon_sym_DQUOTE] = ACTIONS(1587), [sym__str_single_quotes] = ACTIONS(1587), [sym__str_back_ticks] = ACTIONS(1587), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1587), - [sym__entry_separator] = ACTIONS(1597), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1597), - }, - [330] = { - [sym__expr_parenthesized_immediate] = STATE(657), - [sym__immediate_decimal] = STATE(658), - [sym_val_variable] = STATE(657), - [sym_comment] = STATE(330), - [anon_sym_export] = ACTIONS(1685), - [anon_sym_alias] = ACTIONS(1685), - [anon_sym_let] = ACTIONS(1685), - [anon_sym_let_DASHenv] = ACTIONS(1685), - [anon_sym_mut] = ACTIONS(1685), - [anon_sym_const] = ACTIONS(1685), - [aux_sym_cmd_identifier_token1] = ACTIONS(1685), - [aux_sym_cmd_identifier_token2] = ACTIONS(1685), - [aux_sym_cmd_identifier_token3] = ACTIONS(1685), - [aux_sym_cmd_identifier_token4] = ACTIONS(1685), - [aux_sym_cmd_identifier_token5] = ACTIONS(1685), - [aux_sym_cmd_identifier_token6] = ACTIONS(1685), - [aux_sym_cmd_identifier_token7] = ACTIONS(1685), - [aux_sym_cmd_identifier_token8] = ACTIONS(1685), - [aux_sym_cmd_identifier_token9] = ACTIONS(1685), - [aux_sym_cmd_identifier_token10] = ACTIONS(1685), - [aux_sym_cmd_identifier_token11] = ACTIONS(1685), - [aux_sym_cmd_identifier_token12] = ACTIONS(1685), - [aux_sym_cmd_identifier_token13] = ACTIONS(1685), - [aux_sym_cmd_identifier_token14] = ACTIONS(1685), - [aux_sym_cmd_identifier_token15] = ACTIONS(1685), - [aux_sym_cmd_identifier_token16] = ACTIONS(1685), - [aux_sym_cmd_identifier_token17] = ACTIONS(1685), - [aux_sym_cmd_identifier_token18] = ACTIONS(1685), - [aux_sym_cmd_identifier_token19] = ACTIONS(1685), - [aux_sym_cmd_identifier_token20] = ACTIONS(1685), - [aux_sym_cmd_identifier_token21] = ACTIONS(1685), - [aux_sym_cmd_identifier_token22] = ACTIONS(1685), - [aux_sym_cmd_identifier_token23] = ACTIONS(1685), - [aux_sym_cmd_identifier_token24] = ACTIONS(1685), - [aux_sym_cmd_identifier_token25] = ACTIONS(1685), - [aux_sym_cmd_identifier_token26] = ACTIONS(1685), - [aux_sym_cmd_identifier_token27] = ACTIONS(1685), - [aux_sym_cmd_identifier_token28] = ACTIONS(1685), - [aux_sym_cmd_identifier_token29] = ACTIONS(1685), - [aux_sym_cmd_identifier_token30] = ACTIONS(1685), - [aux_sym_cmd_identifier_token31] = ACTIONS(1685), - [aux_sym_cmd_identifier_token32] = ACTIONS(1685), - [aux_sym_cmd_identifier_token33] = ACTIONS(1685), - [aux_sym_cmd_identifier_token34] = ACTIONS(1685), - [aux_sym_cmd_identifier_token35] = ACTIONS(1685), - [aux_sym_cmd_identifier_token36] = ACTIONS(1685), - [aux_sym_cmd_identifier_token37] = ACTIONS(1685), - [aux_sym_cmd_identifier_token38] = ACTIONS(1685), - [aux_sym_cmd_identifier_token39] = ACTIONS(1685), - [aux_sym_cmd_identifier_token40] = ACTIONS(1685), - [anon_sym_def] = ACTIONS(1685), - [anon_sym_export_DASHenv] = ACTIONS(1685), - [anon_sym_extern] = ACTIONS(1685), - [anon_sym_module] = ACTIONS(1685), - [anon_sym_use] = ACTIONS(1685), - [anon_sym_LPAREN] = ACTIONS(1685), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1685), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_break] = ACTIONS(1685), - [anon_sym_continue] = ACTIONS(1685), - [anon_sym_for] = ACTIONS(1685), - [anon_sym_in2] = ACTIONS(1685), - [anon_sym_loop] = ACTIONS(1685), - [anon_sym_make] = ACTIONS(1685), - [anon_sym_while] = ACTIONS(1685), - [anon_sym_do] = ACTIONS(1685), - [anon_sym_if] = ACTIONS(1685), - [anon_sym_else] = ACTIONS(1685), - [anon_sym_match] = ACTIONS(1685), - [anon_sym_RBRACE] = ACTIONS(1685), - [anon_sym_try] = ACTIONS(1685), - [anon_sym_catch] = ACTIONS(1685), - [anon_sym_return] = ACTIONS(1685), - [anon_sym_source] = ACTIONS(1685), - [anon_sym_source_DASHenv] = ACTIONS(1685), - [anon_sym_register] = ACTIONS(1685), - [anon_sym_hide] = ACTIONS(1685), - [anon_sym_hide_DASHenv] = ACTIONS(1685), - [anon_sym_overlay] = ACTIONS(1685), - [anon_sym_as] = ACTIONS(1685), - [anon_sym_LPAREN2] = ACTIONS(1609), - [anon_sym_PLUS2] = ACTIONS(1685), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1685), - [aux_sym__immediate_decimal_token1] = ACTIONS(1679), - [aux_sym__immediate_decimal_token3] = ACTIONS(1679), - [aux_sym__immediate_decimal_token4] = ACTIONS(1681), - [aux_sym__immediate_decimal_token5] = ACTIONS(1683), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1685), - [aux_sym__val_number_decimal_token1] = ACTIONS(1685), - [aux_sym__val_number_decimal_token2] = ACTIONS(1685), - [aux_sym__val_number_decimal_token3] = ACTIONS(1685), - [aux_sym__val_number_decimal_token4] = ACTIONS(1685), - [aux_sym__val_number_token1] = ACTIONS(1685), - [aux_sym__val_number_token2] = ACTIONS(1685), - [aux_sym__val_number_token3] = ACTIONS(1685), - [aux_sym__val_number_token4] = ACTIONS(1685), - [aux_sym__val_number_token5] = ACTIONS(1685), - [aux_sym__val_number_token6] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1685), - [sym__str_single_quotes] = ACTIONS(1685), - [sym__str_back_ticks] = ACTIONS(1685), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1685), - [sym__entry_separator] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1687), - }, - [331] = { - [sym__expr_parenthesized_immediate] = STATE(659), - [sym__immediate_decimal] = STATE(660), - [sym_val_variable] = STATE(659), - [sym_comment] = STATE(331), - [anon_sym_export] = ACTIONS(1689), - [anon_sym_alias] = ACTIONS(1689), - [anon_sym_let] = ACTIONS(1689), - [anon_sym_let_DASHenv] = ACTIONS(1689), - [anon_sym_mut] = ACTIONS(1689), - [anon_sym_const] = ACTIONS(1689), - [aux_sym_cmd_identifier_token1] = ACTIONS(1689), - [aux_sym_cmd_identifier_token2] = ACTIONS(1689), - [aux_sym_cmd_identifier_token3] = ACTIONS(1689), - [aux_sym_cmd_identifier_token4] = ACTIONS(1689), - [aux_sym_cmd_identifier_token5] = ACTIONS(1689), - [aux_sym_cmd_identifier_token6] = ACTIONS(1689), - [aux_sym_cmd_identifier_token7] = ACTIONS(1689), - [aux_sym_cmd_identifier_token8] = ACTIONS(1689), - [aux_sym_cmd_identifier_token9] = ACTIONS(1689), - [aux_sym_cmd_identifier_token10] = ACTIONS(1689), - [aux_sym_cmd_identifier_token11] = ACTIONS(1689), - [aux_sym_cmd_identifier_token12] = ACTIONS(1689), - [aux_sym_cmd_identifier_token13] = ACTIONS(1689), - [aux_sym_cmd_identifier_token14] = ACTIONS(1689), - [aux_sym_cmd_identifier_token15] = ACTIONS(1689), - [aux_sym_cmd_identifier_token16] = ACTIONS(1689), - [aux_sym_cmd_identifier_token17] = ACTIONS(1689), - [aux_sym_cmd_identifier_token18] = ACTIONS(1689), - [aux_sym_cmd_identifier_token19] = ACTIONS(1689), - [aux_sym_cmd_identifier_token20] = ACTIONS(1689), - [aux_sym_cmd_identifier_token21] = ACTIONS(1689), - [aux_sym_cmd_identifier_token22] = ACTIONS(1689), - [aux_sym_cmd_identifier_token23] = ACTIONS(1689), - [aux_sym_cmd_identifier_token24] = ACTIONS(1689), - [aux_sym_cmd_identifier_token25] = ACTIONS(1689), - [aux_sym_cmd_identifier_token26] = ACTIONS(1689), - [aux_sym_cmd_identifier_token27] = ACTIONS(1689), - [aux_sym_cmd_identifier_token28] = ACTIONS(1689), - [aux_sym_cmd_identifier_token29] = ACTIONS(1689), - [aux_sym_cmd_identifier_token30] = ACTIONS(1689), - [aux_sym_cmd_identifier_token31] = ACTIONS(1689), - [aux_sym_cmd_identifier_token32] = ACTIONS(1689), - [aux_sym_cmd_identifier_token33] = ACTIONS(1689), - [aux_sym_cmd_identifier_token34] = ACTIONS(1689), - [aux_sym_cmd_identifier_token35] = ACTIONS(1689), - [aux_sym_cmd_identifier_token36] = ACTIONS(1689), - [aux_sym_cmd_identifier_token37] = ACTIONS(1689), - [aux_sym_cmd_identifier_token38] = ACTIONS(1689), - [aux_sym_cmd_identifier_token39] = ACTIONS(1689), - [aux_sym_cmd_identifier_token40] = ACTIONS(1689), - [anon_sym_def] = ACTIONS(1689), - [anon_sym_export_DASHenv] = ACTIONS(1689), - [anon_sym_extern] = ACTIONS(1689), - [anon_sym_module] = ACTIONS(1689), - [anon_sym_use] = ACTIONS(1689), - [anon_sym_LPAREN] = ACTIONS(1689), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1689), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_break] = ACTIONS(1689), - [anon_sym_continue] = ACTIONS(1689), - [anon_sym_for] = ACTIONS(1689), - [anon_sym_in2] = ACTIONS(1689), - [anon_sym_loop] = ACTIONS(1689), - [anon_sym_make] = ACTIONS(1689), - [anon_sym_while] = ACTIONS(1689), - [anon_sym_do] = ACTIONS(1689), - [anon_sym_if] = ACTIONS(1689), - [anon_sym_else] = ACTIONS(1689), - [anon_sym_match] = ACTIONS(1689), - [anon_sym_RBRACE] = ACTIONS(1689), - [anon_sym_try] = ACTIONS(1689), - [anon_sym_catch] = ACTIONS(1689), - [anon_sym_return] = ACTIONS(1689), - [anon_sym_source] = ACTIONS(1689), - [anon_sym_source_DASHenv] = ACTIONS(1689), - [anon_sym_register] = ACTIONS(1689), - [anon_sym_hide] = ACTIONS(1689), - [anon_sym_hide_DASHenv] = ACTIONS(1689), - [anon_sym_overlay] = ACTIONS(1689), - [anon_sym_as] = ACTIONS(1689), - [anon_sym_LPAREN2] = ACTIONS(1609), - [anon_sym_PLUS2] = ACTIONS(1689), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1689), - [aux_sym__immediate_decimal_token1] = ACTIONS(1679), - [aux_sym__immediate_decimal_token3] = ACTIONS(1679), - [aux_sym__immediate_decimal_token4] = ACTIONS(1681), - [aux_sym__immediate_decimal_token5] = ACTIONS(1683), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1689), - [aux_sym__val_number_decimal_token1] = ACTIONS(1689), - [aux_sym__val_number_decimal_token2] = ACTIONS(1689), - [aux_sym__val_number_decimal_token3] = ACTIONS(1689), - [aux_sym__val_number_decimal_token4] = ACTIONS(1689), - [aux_sym__val_number_token1] = ACTIONS(1689), - [aux_sym__val_number_token2] = ACTIONS(1689), - [aux_sym__val_number_token3] = ACTIONS(1689), - [aux_sym__val_number_token4] = ACTIONS(1689), - [aux_sym__val_number_token5] = ACTIONS(1689), - [aux_sym__val_number_token6] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1689), - [sym__str_single_quotes] = ACTIONS(1689), - [sym__str_back_ticks] = ACTIONS(1689), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1689), - [sym__entry_separator] = ACTIONS(1691), + [sym__entry_separator] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1691), + [sym_raw_string_begin] = ACTIONS(1589), }, [332] = { - [sym__expr_parenthesized_immediate] = STATE(662), - [sym__immediate_decimal] = STATE(664), - [sym_val_variable] = STATE(662), + [sym__expr_parenthesized_immediate] = STATE(535), + [sym__immediate_decimal] = STATE(536), + [sym_val_variable] = STATE(535), [sym_comment] = STATE(332), - [anon_sym_export] = ACTIONS(1693), - [anon_sym_alias] = ACTIONS(1693), - [anon_sym_let] = ACTIONS(1693), - [anon_sym_let_DASHenv] = ACTIONS(1693), - [anon_sym_mut] = ACTIONS(1693), - [anon_sym_const] = ACTIONS(1693), - [aux_sym_cmd_identifier_token1] = ACTIONS(1693), - [aux_sym_cmd_identifier_token2] = ACTIONS(1693), - [aux_sym_cmd_identifier_token3] = ACTIONS(1693), - [aux_sym_cmd_identifier_token4] = ACTIONS(1693), - [aux_sym_cmd_identifier_token5] = ACTIONS(1693), - [aux_sym_cmd_identifier_token6] = ACTIONS(1693), - [aux_sym_cmd_identifier_token7] = ACTIONS(1693), - [aux_sym_cmd_identifier_token8] = ACTIONS(1693), - [aux_sym_cmd_identifier_token9] = ACTIONS(1693), - [aux_sym_cmd_identifier_token10] = ACTIONS(1693), - [aux_sym_cmd_identifier_token11] = ACTIONS(1693), - [aux_sym_cmd_identifier_token12] = ACTIONS(1693), - [aux_sym_cmd_identifier_token13] = ACTIONS(1693), - [aux_sym_cmd_identifier_token14] = ACTIONS(1693), - [aux_sym_cmd_identifier_token15] = ACTIONS(1693), - [aux_sym_cmd_identifier_token16] = ACTIONS(1693), - [aux_sym_cmd_identifier_token17] = ACTIONS(1693), - [aux_sym_cmd_identifier_token18] = ACTIONS(1693), - [aux_sym_cmd_identifier_token19] = ACTIONS(1693), - [aux_sym_cmd_identifier_token20] = ACTIONS(1693), - [aux_sym_cmd_identifier_token21] = ACTIONS(1693), - [aux_sym_cmd_identifier_token22] = ACTIONS(1693), - [aux_sym_cmd_identifier_token23] = ACTIONS(1693), - [aux_sym_cmd_identifier_token24] = ACTIONS(1693), - [aux_sym_cmd_identifier_token25] = ACTIONS(1693), - [aux_sym_cmd_identifier_token26] = ACTIONS(1693), - [aux_sym_cmd_identifier_token27] = ACTIONS(1693), - [aux_sym_cmd_identifier_token28] = ACTIONS(1693), - [aux_sym_cmd_identifier_token29] = ACTIONS(1693), - [aux_sym_cmd_identifier_token30] = ACTIONS(1693), - [aux_sym_cmd_identifier_token31] = ACTIONS(1693), - [aux_sym_cmd_identifier_token32] = ACTIONS(1693), - [aux_sym_cmd_identifier_token33] = ACTIONS(1693), - [aux_sym_cmd_identifier_token34] = ACTIONS(1693), - [aux_sym_cmd_identifier_token35] = ACTIONS(1693), - [aux_sym_cmd_identifier_token36] = ACTIONS(1693), - [aux_sym_cmd_identifier_token37] = ACTIONS(1693), - [aux_sym_cmd_identifier_token38] = ACTIONS(1693), - [aux_sym_cmd_identifier_token39] = ACTIONS(1693), - [aux_sym_cmd_identifier_token40] = ACTIONS(1693), - [anon_sym_def] = ACTIONS(1693), - [anon_sym_export_DASHenv] = ACTIONS(1693), - [anon_sym_extern] = ACTIONS(1693), - [anon_sym_module] = ACTIONS(1693), - [anon_sym_use] = ACTIONS(1693), - [anon_sym_LPAREN] = ACTIONS(1693), - [anon_sym_DOLLAR] = ACTIONS(1607), - [anon_sym_error] = ACTIONS(1693), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_break] = ACTIONS(1693), - [anon_sym_continue] = ACTIONS(1693), - [anon_sym_for] = ACTIONS(1693), - [anon_sym_in2] = ACTIONS(1693), - [anon_sym_loop] = ACTIONS(1693), - [anon_sym_make] = ACTIONS(1693), - [anon_sym_while] = ACTIONS(1693), - [anon_sym_do] = ACTIONS(1693), - [anon_sym_if] = ACTIONS(1693), - [anon_sym_else] = ACTIONS(1693), - [anon_sym_match] = ACTIONS(1693), - [anon_sym_RBRACE] = ACTIONS(1693), - [anon_sym_try] = ACTIONS(1693), - [anon_sym_catch] = ACTIONS(1693), - [anon_sym_return] = ACTIONS(1693), - [anon_sym_source] = ACTIONS(1693), - [anon_sym_source_DASHenv] = ACTIONS(1693), - [anon_sym_register] = ACTIONS(1693), - [anon_sym_hide] = ACTIONS(1693), - [anon_sym_hide_DASHenv] = ACTIONS(1693), - [anon_sym_overlay] = ACTIONS(1693), - [anon_sym_as] = ACTIONS(1693), - [anon_sym_LPAREN2] = ACTIONS(1609), - [anon_sym_PLUS2] = ACTIONS(1693), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1693), - [aux_sym__immediate_decimal_token1] = ACTIONS(1679), - [aux_sym__immediate_decimal_token3] = ACTIONS(1679), - [aux_sym__immediate_decimal_token4] = ACTIONS(1681), - [aux_sym__immediate_decimal_token5] = ACTIONS(1683), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1693), - [aux_sym__val_number_decimal_token1] = ACTIONS(1693), - [aux_sym__val_number_decimal_token2] = ACTIONS(1693), - [aux_sym__val_number_decimal_token3] = ACTIONS(1693), - [aux_sym__val_number_decimal_token4] = ACTIONS(1693), - [aux_sym__val_number_token1] = ACTIONS(1693), - [aux_sym__val_number_token2] = ACTIONS(1693), - [aux_sym__val_number_token3] = ACTIONS(1693), - [aux_sym__val_number_token4] = ACTIONS(1693), - [aux_sym__val_number_token5] = ACTIONS(1693), - [aux_sym__val_number_token6] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1693), - [sym__str_single_quotes] = ACTIONS(1693), - [sym__str_back_ticks] = ACTIONS(1693), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1693), - [sym__entry_separator] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1695), + [anon_sym_export] = ACTIONS(1633), + [anon_sym_alias] = ACTIONS(1633), + [anon_sym_let] = ACTIONS(1633), + [anon_sym_let_DASHenv] = ACTIONS(1633), + [anon_sym_mut] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [aux_sym_cmd_identifier_token1] = ACTIONS(1633), + [aux_sym_cmd_identifier_token2] = ACTIONS(1643), + [aux_sym_cmd_identifier_token3] = ACTIONS(1643), + [aux_sym_cmd_identifier_token4] = ACTIONS(1643), + [aux_sym_cmd_identifier_token5] = ACTIONS(1643), + [aux_sym_cmd_identifier_token6] = ACTIONS(1643), + [aux_sym_cmd_identifier_token7] = ACTIONS(1643), + [aux_sym_cmd_identifier_token8] = ACTIONS(1633), + [aux_sym_cmd_identifier_token9] = ACTIONS(1633), + [aux_sym_cmd_identifier_token10] = ACTIONS(1643), + [aux_sym_cmd_identifier_token11] = ACTIONS(1643), + [aux_sym_cmd_identifier_token12] = ACTIONS(1633), + [aux_sym_cmd_identifier_token13] = ACTIONS(1633), + [aux_sym_cmd_identifier_token14] = ACTIONS(1633), + [aux_sym_cmd_identifier_token15] = ACTIONS(1633), + [aux_sym_cmd_identifier_token16] = ACTIONS(1643), + [aux_sym_cmd_identifier_token17] = ACTIONS(1643), + [aux_sym_cmd_identifier_token18] = ACTIONS(1643), + [aux_sym_cmd_identifier_token19] = ACTIONS(1643), + [aux_sym_cmd_identifier_token20] = ACTIONS(1643), + [aux_sym_cmd_identifier_token21] = ACTIONS(1643), + [aux_sym_cmd_identifier_token22] = ACTIONS(1643), + [aux_sym_cmd_identifier_token23] = ACTIONS(1643), + [aux_sym_cmd_identifier_token24] = ACTIONS(1643), + [aux_sym_cmd_identifier_token25] = ACTIONS(1643), + [aux_sym_cmd_identifier_token26] = ACTIONS(1643), + [aux_sym_cmd_identifier_token27] = ACTIONS(1643), + [aux_sym_cmd_identifier_token28] = ACTIONS(1643), + [aux_sym_cmd_identifier_token29] = ACTIONS(1643), + [aux_sym_cmd_identifier_token30] = ACTIONS(1643), + [aux_sym_cmd_identifier_token31] = ACTIONS(1643), + [aux_sym_cmd_identifier_token32] = ACTIONS(1643), + [aux_sym_cmd_identifier_token33] = ACTIONS(1643), + [aux_sym_cmd_identifier_token34] = ACTIONS(1633), + [aux_sym_cmd_identifier_token35] = ACTIONS(1643), + [aux_sym_cmd_identifier_token36] = ACTIONS(1643), + [aux_sym_cmd_identifier_token37] = ACTIONS(1643), + [aux_sym_cmd_identifier_token38] = ACTIONS(1633), + [aux_sym_cmd_identifier_token39] = ACTIONS(1643), + [aux_sym_cmd_identifier_token40] = ACTIONS(1643), + [anon_sym_def] = ACTIONS(1633), + [anon_sym_export_DASHenv] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym_module] = ACTIONS(1633), + [anon_sym_use] = ACTIONS(1633), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(1603), + [anon_sym_error] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1633), + [anon_sym_loop] = ACTIONS(1633), + [anon_sym_make] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_match] = ACTIONS(1633), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_catch] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_source] = ACTIONS(1633), + [anon_sym_source_DASHenv] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_hide] = ACTIONS(1633), + [anon_sym_hide_DASHenv] = ACTIONS(1633), + [anon_sym_overlay] = ACTIONS(1633), + [anon_sym_as] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1605), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1643), + [anon_sym_DOT] = ACTIONS(1697), + [aux_sym__immediate_decimal_token1] = ACTIONS(1699), + [aux_sym__immediate_decimal_token3] = ACTIONS(1701), + [aux_sym__immediate_decimal_token4] = ACTIONS(1703), + [aux_sym__immediate_decimal_token5] = ACTIONS(1705), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1633), + [aux_sym__val_number_token5] = ACTIONS(1633), + [aux_sym__val_number_token6] = ACTIONS(1633), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), }, [333] = { - [sym__expr_parenthesized_immediate] = STATE(747), - [sym__immediate_decimal] = STATE(556), - [sym_val_variable] = STATE(747), + [sym__expr_parenthesized_immediate] = STATE(607), + [sym__immediate_decimal] = STATE(608), + [sym_val_variable] = STATE(607), [sym_comment] = STATE(333), - [anon_sym_export] = ACTIONS(1569), - [anon_sym_alias] = ACTIONS(1569), - [anon_sym_let] = ACTIONS(1569), - [anon_sym_let_DASHenv] = ACTIONS(1569), - [anon_sym_mut] = ACTIONS(1569), - [anon_sym_const] = ACTIONS(1569), - [aux_sym_cmd_identifier_token1] = ACTIONS(1569), - [aux_sym_cmd_identifier_token2] = ACTIONS(1583), - [aux_sym_cmd_identifier_token3] = ACTIONS(1583), - [aux_sym_cmd_identifier_token4] = ACTIONS(1583), - [aux_sym_cmd_identifier_token5] = ACTIONS(1583), - [aux_sym_cmd_identifier_token6] = ACTIONS(1583), - [aux_sym_cmd_identifier_token7] = ACTIONS(1583), - [aux_sym_cmd_identifier_token8] = ACTIONS(1569), - [aux_sym_cmd_identifier_token9] = ACTIONS(1569), - [aux_sym_cmd_identifier_token10] = ACTIONS(1583), - [aux_sym_cmd_identifier_token11] = ACTIONS(1583), - [aux_sym_cmd_identifier_token12] = ACTIONS(1569), - [aux_sym_cmd_identifier_token13] = ACTIONS(1569), - [aux_sym_cmd_identifier_token14] = ACTIONS(1569), - [aux_sym_cmd_identifier_token15] = ACTIONS(1569), - [aux_sym_cmd_identifier_token16] = ACTIONS(1583), - [aux_sym_cmd_identifier_token17] = ACTIONS(1583), - [aux_sym_cmd_identifier_token18] = ACTIONS(1583), - [aux_sym_cmd_identifier_token19] = ACTIONS(1583), - [aux_sym_cmd_identifier_token20] = ACTIONS(1583), - [aux_sym_cmd_identifier_token21] = ACTIONS(1583), - [aux_sym_cmd_identifier_token22] = ACTIONS(1583), - [aux_sym_cmd_identifier_token23] = ACTIONS(1583), - [aux_sym_cmd_identifier_token24] = ACTIONS(1583), - [aux_sym_cmd_identifier_token25] = ACTIONS(1583), - [aux_sym_cmd_identifier_token26] = ACTIONS(1583), - [aux_sym_cmd_identifier_token27] = ACTIONS(1583), - [aux_sym_cmd_identifier_token28] = ACTIONS(1583), - [aux_sym_cmd_identifier_token29] = ACTIONS(1583), - [aux_sym_cmd_identifier_token30] = ACTIONS(1583), - [aux_sym_cmd_identifier_token31] = ACTIONS(1583), - [aux_sym_cmd_identifier_token32] = ACTIONS(1583), - [aux_sym_cmd_identifier_token33] = ACTIONS(1583), - [aux_sym_cmd_identifier_token34] = ACTIONS(1569), - [aux_sym_cmd_identifier_token35] = ACTIONS(1583), - [aux_sym_cmd_identifier_token36] = ACTIONS(1583), - [aux_sym_cmd_identifier_token37] = ACTIONS(1583), - [aux_sym_cmd_identifier_token38] = ACTIONS(1569), - [aux_sym_cmd_identifier_token39] = ACTIONS(1583), - [aux_sym_cmd_identifier_token40] = ACTIONS(1583), - [anon_sym_def] = ACTIONS(1569), - [anon_sym_export_DASHenv] = ACTIONS(1569), - [anon_sym_extern] = ACTIONS(1569), - [anon_sym_module] = ACTIONS(1569), - [anon_sym_use] = ACTIONS(1569), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_break] = ACTIONS(1569), - [anon_sym_continue] = ACTIONS(1569), - [anon_sym_for] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1569), - [anon_sym_loop] = ACTIONS(1569), - [anon_sym_make] = ACTIONS(1569), - [anon_sym_while] = ACTIONS(1569), - [anon_sym_do] = ACTIONS(1569), - [anon_sym_if] = ACTIONS(1569), - [anon_sym_else] = ACTIONS(1569), - [anon_sym_match] = ACTIONS(1569), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_try] = ACTIONS(1569), - [anon_sym_catch] = ACTIONS(1569), - [anon_sym_return] = ACTIONS(1569), - [anon_sym_source] = ACTIONS(1569), - [anon_sym_source_DASHenv] = ACTIONS(1569), - [anon_sym_register] = ACTIONS(1569), - [anon_sym_hide] = ACTIONS(1569), - [anon_sym_hide_DASHenv] = ACTIONS(1569), - [anon_sym_overlay] = ACTIONS(1569), - [anon_sym_as] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(1699), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(1701), - [aux_sym__immediate_decimal_token3] = ACTIONS(1703), - [aux_sym__immediate_decimal_token4] = ACTIONS(1705), - [aux_sym__immediate_decimal_token5] = ACTIONS(1707), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1569), - [aux_sym__val_number_token5] = ACTIONS(1569), - [aux_sym__val_number_token6] = ACTIONS(1569), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1583), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [anon_sym_export] = ACTIONS(1633), + [anon_sym_alias] = ACTIONS(1633), + [anon_sym_let] = ACTIONS(1633), + [anon_sym_let_DASHenv] = ACTIONS(1633), + [anon_sym_mut] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [aux_sym_cmd_identifier_token1] = ACTIONS(1633), + [aux_sym_cmd_identifier_token2] = ACTIONS(1633), + [aux_sym_cmd_identifier_token3] = ACTIONS(1633), + [aux_sym_cmd_identifier_token4] = ACTIONS(1633), + [aux_sym_cmd_identifier_token5] = ACTIONS(1633), + [aux_sym_cmd_identifier_token6] = ACTIONS(1633), + [aux_sym_cmd_identifier_token7] = ACTIONS(1633), + [aux_sym_cmd_identifier_token8] = ACTIONS(1633), + [aux_sym_cmd_identifier_token9] = ACTIONS(1633), + [aux_sym_cmd_identifier_token10] = ACTIONS(1633), + [aux_sym_cmd_identifier_token11] = ACTIONS(1633), + [aux_sym_cmd_identifier_token12] = ACTIONS(1633), + [aux_sym_cmd_identifier_token13] = ACTIONS(1633), + [aux_sym_cmd_identifier_token14] = ACTIONS(1633), + [aux_sym_cmd_identifier_token15] = ACTIONS(1633), + [aux_sym_cmd_identifier_token16] = ACTIONS(1633), + [aux_sym_cmd_identifier_token17] = ACTIONS(1633), + [aux_sym_cmd_identifier_token18] = ACTIONS(1633), + [aux_sym_cmd_identifier_token19] = ACTIONS(1633), + [aux_sym_cmd_identifier_token20] = ACTIONS(1633), + [aux_sym_cmd_identifier_token21] = ACTIONS(1633), + [aux_sym_cmd_identifier_token22] = ACTIONS(1633), + [aux_sym_cmd_identifier_token23] = ACTIONS(1633), + [aux_sym_cmd_identifier_token24] = ACTIONS(1633), + [aux_sym_cmd_identifier_token25] = ACTIONS(1633), + [aux_sym_cmd_identifier_token26] = ACTIONS(1633), + [aux_sym_cmd_identifier_token27] = ACTIONS(1633), + [aux_sym_cmd_identifier_token28] = ACTIONS(1633), + [aux_sym_cmd_identifier_token29] = ACTIONS(1633), + [aux_sym_cmd_identifier_token30] = ACTIONS(1633), + [aux_sym_cmd_identifier_token31] = ACTIONS(1633), + [aux_sym_cmd_identifier_token32] = ACTIONS(1633), + [aux_sym_cmd_identifier_token33] = ACTIONS(1633), + [aux_sym_cmd_identifier_token34] = ACTIONS(1633), + [aux_sym_cmd_identifier_token35] = ACTIONS(1633), + [aux_sym_cmd_identifier_token36] = ACTIONS(1633), + [aux_sym_cmd_identifier_token37] = ACTIONS(1633), + [aux_sym_cmd_identifier_token38] = ACTIONS(1633), + [aux_sym_cmd_identifier_token39] = ACTIONS(1633), + [aux_sym_cmd_identifier_token40] = ACTIONS(1633), + [anon_sym_def] = ACTIONS(1633), + [anon_sym_export_DASHenv] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym_module] = ACTIONS(1633), + [anon_sym_use] = ACTIONS(1633), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1633), + [anon_sym_loop] = ACTIONS(1633), + [anon_sym_make] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_match] = ACTIONS(1633), + [anon_sym_RBRACE] = ACTIONS(1633), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_catch] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_source] = ACTIONS(1633), + [anon_sym_source_DASHenv] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_hide] = ACTIONS(1633), + [anon_sym_hide_DASHenv] = ACTIONS(1633), + [anon_sym_overlay] = ACTIONS(1633), + [anon_sym_as] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1633), + [aux_sym__immediate_decimal_token1] = ACTIONS(1659), + [aux_sym__immediate_decimal_token3] = ACTIONS(1659), + [aux_sym__immediate_decimal_token4] = ACTIONS(1661), + [aux_sym__immediate_decimal_token5] = ACTIONS(1663), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1633), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1633), + [aux_sym__val_number_token2] = ACTIONS(1633), + [aux_sym__val_number_token3] = ACTIONS(1633), + [aux_sym__val_number_token4] = ACTIONS(1633), + [aux_sym__val_number_token5] = ACTIONS(1633), + [aux_sym__val_number_token6] = ACTIONS(1633), + [anon_sym_DQUOTE] = ACTIONS(1633), + [sym__str_single_quotes] = ACTIONS(1633), + [sym__str_back_ticks] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1633), + [sym__entry_separator] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1643), }, [334] = { - [sym__expr_parenthesized_immediate] = STATE(696), - [sym__immediate_decimal] = STATE(559), - [sym_val_variable] = STATE(696), + [sym__expr_parenthesized_immediate] = STATE(617), + [sym__immediate_decimal] = STATE(618), + [sym_val_variable] = STATE(617), [sym_comment] = STATE(334), - [anon_sym_export] = ACTIONS(1617), - [anon_sym_alias] = ACTIONS(1617), - [anon_sym_let] = ACTIONS(1617), - [anon_sym_let_DASHenv] = ACTIONS(1617), - [anon_sym_mut] = ACTIONS(1617), - [anon_sym_const] = ACTIONS(1617), - [aux_sym_cmd_identifier_token1] = ACTIONS(1617), - [aux_sym_cmd_identifier_token2] = ACTIONS(1619), - [aux_sym_cmd_identifier_token3] = ACTIONS(1619), - [aux_sym_cmd_identifier_token4] = ACTIONS(1619), - [aux_sym_cmd_identifier_token5] = ACTIONS(1619), - [aux_sym_cmd_identifier_token6] = ACTIONS(1619), - [aux_sym_cmd_identifier_token7] = ACTIONS(1619), - [aux_sym_cmd_identifier_token8] = ACTIONS(1617), - [aux_sym_cmd_identifier_token9] = ACTIONS(1617), - [aux_sym_cmd_identifier_token10] = ACTIONS(1619), - [aux_sym_cmd_identifier_token11] = ACTIONS(1619), - [aux_sym_cmd_identifier_token12] = ACTIONS(1617), - [aux_sym_cmd_identifier_token13] = ACTIONS(1617), - [aux_sym_cmd_identifier_token14] = ACTIONS(1617), - [aux_sym_cmd_identifier_token15] = ACTIONS(1617), - [aux_sym_cmd_identifier_token16] = ACTIONS(1619), - [aux_sym_cmd_identifier_token17] = ACTIONS(1619), - [aux_sym_cmd_identifier_token18] = ACTIONS(1619), - [aux_sym_cmd_identifier_token19] = ACTIONS(1619), - [aux_sym_cmd_identifier_token20] = ACTIONS(1619), - [aux_sym_cmd_identifier_token21] = ACTIONS(1619), - [aux_sym_cmd_identifier_token22] = ACTIONS(1619), - [aux_sym_cmd_identifier_token23] = ACTIONS(1619), - [aux_sym_cmd_identifier_token24] = ACTIONS(1619), - [aux_sym_cmd_identifier_token25] = ACTIONS(1619), - [aux_sym_cmd_identifier_token26] = ACTIONS(1619), - [aux_sym_cmd_identifier_token27] = ACTIONS(1619), - [aux_sym_cmd_identifier_token28] = ACTIONS(1619), - [aux_sym_cmd_identifier_token29] = ACTIONS(1619), - [aux_sym_cmd_identifier_token30] = ACTIONS(1619), - [aux_sym_cmd_identifier_token31] = ACTIONS(1619), - [aux_sym_cmd_identifier_token32] = ACTIONS(1619), - [aux_sym_cmd_identifier_token33] = ACTIONS(1619), - [aux_sym_cmd_identifier_token34] = ACTIONS(1617), - [aux_sym_cmd_identifier_token35] = ACTIONS(1619), - [aux_sym_cmd_identifier_token36] = ACTIONS(1619), - [aux_sym_cmd_identifier_token37] = ACTIONS(1619), - [aux_sym_cmd_identifier_token38] = ACTIONS(1617), - [aux_sym_cmd_identifier_token39] = ACTIONS(1619), - [aux_sym_cmd_identifier_token40] = ACTIONS(1619), - [anon_sym_def] = ACTIONS(1617), - [anon_sym_export_DASHenv] = ACTIONS(1617), - [anon_sym_extern] = ACTIONS(1617), - [anon_sym_module] = ACTIONS(1617), - [anon_sym_use] = ACTIONS(1617), - [anon_sym_LPAREN] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_break] = ACTIONS(1617), - [anon_sym_continue] = ACTIONS(1617), - [anon_sym_for] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1617), - [anon_sym_loop] = ACTIONS(1617), - [anon_sym_make] = ACTIONS(1617), - [anon_sym_while] = ACTIONS(1617), - [anon_sym_do] = ACTIONS(1617), - [anon_sym_if] = ACTIONS(1617), - [anon_sym_else] = ACTIONS(1617), - [anon_sym_match] = ACTIONS(1617), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_try] = ACTIONS(1617), - [anon_sym_catch] = ACTIONS(1617), - [anon_sym_return] = ACTIONS(1617), - [anon_sym_source] = ACTIONS(1617), - [anon_sym_source_DASHenv] = ACTIONS(1617), - [anon_sym_register] = ACTIONS(1617), - [anon_sym_hide] = ACTIONS(1617), - [anon_sym_hide_DASHenv] = ACTIONS(1617), - [anon_sym_overlay] = ACTIONS(1617), - [anon_sym_as] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(1699), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(1701), - [aux_sym__immediate_decimal_token3] = ACTIONS(1703), - [aux_sym__immediate_decimal_token4] = ACTIONS(1705), - [aux_sym__immediate_decimal_token5] = ACTIONS(1707), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1617), - [aux_sym__val_number_decimal_token2] = ACTIONS(1617), - [aux_sym__val_number_decimal_token3] = ACTIONS(1617), - [aux_sym__val_number_decimal_token4] = ACTIONS(1617), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1617), - [aux_sym__val_number_token5] = ACTIONS(1617), - [aux_sym__val_number_token6] = ACTIONS(1617), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1619), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1619), + [anon_sym_export] = ACTIONS(1707), + [anon_sym_alias] = ACTIONS(1707), + [anon_sym_let] = ACTIONS(1707), + [anon_sym_let_DASHenv] = ACTIONS(1707), + [anon_sym_mut] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [aux_sym_cmd_identifier_token1] = ACTIONS(1707), + [aux_sym_cmd_identifier_token2] = ACTIONS(1707), + [aux_sym_cmd_identifier_token3] = ACTIONS(1707), + [aux_sym_cmd_identifier_token4] = ACTIONS(1707), + [aux_sym_cmd_identifier_token5] = ACTIONS(1707), + [aux_sym_cmd_identifier_token6] = ACTIONS(1707), + [aux_sym_cmd_identifier_token7] = ACTIONS(1707), + [aux_sym_cmd_identifier_token8] = ACTIONS(1707), + [aux_sym_cmd_identifier_token9] = ACTIONS(1707), + [aux_sym_cmd_identifier_token10] = ACTIONS(1707), + [aux_sym_cmd_identifier_token11] = ACTIONS(1707), + [aux_sym_cmd_identifier_token12] = ACTIONS(1707), + [aux_sym_cmd_identifier_token13] = ACTIONS(1707), + [aux_sym_cmd_identifier_token14] = ACTIONS(1707), + [aux_sym_cmd_identifier_token15] = ACTIONS(1707), + [aux_sym_cmd_identifier_token16] = ACTIONS(1707), + [aux_sym_cmd_identifier_token17] = ACTIONS(1707), + [aux_sym_cmd_identifier_token18] = ACTIONS(1707), + [aux_sym_cmd_identifier_token19] = ACTIONS(1707), + [aux_sym_cmd_identifier_token20] = ACTIONS(1707), + [aux_sym_cmd_identifier_token21] = ACTIONS(1707), + [aux_sym_cmd_identifier_token22] = ACTIONS(1707), + [aux_sym_cmd_identifier_token23] = ACTIONS(1707), + [aux_sym_cmd_identifier_token24] = ACTIONS(1707), + [aux_sym_cmd_identifier_token25] = ACTIONS(1707), + [aux_sym_cmd_identifier_token26] = ACTIONS(1707), + [aux_sym_cmd_identifier_token27] = ACTIONS(1707), + [aux_sym_cmd_identifier_token28] = ACTIONS(1707), + [aux_sym_cmd_identifier_token29] = ACTIONS(1707), + [aux_sym_cmd_identifier_token30] = ACTIONS(1707), + [aux_sym_cmd_identifier_token31] = ACTIONS(1707), + [aux_sym_cmd_identifier_token32] = ACTIONS(1707), + [aux_sym_cmd_identifier_token33] = ACTIONS(1707), + [aux_sym_cmd_identifier_token34] = ACTIONS(1707), + [aux_sym_cmd_identifier_token35] = ACTIONS(1707), + [aux_sym_cmd_identifier_token36] = ACTIONS(1707), + [aux_sym_cmd_identifier_token37] = ACTIONS(1707), + [aux_sym_cmd_identifier_token38] = ACTIONS(1707), + [aux_sym_cmd_identifier_token39] = ACTIONS(1707), + [aux_sym_cmd_identifier_token40] = ACTIONS(1707), + [anon_sym_def] = ACTIONS(1707), + [anon_sym_export_DASHenv] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym_module] = ACTIONS(1707), + [anon_sym_use] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1707), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_in2] = ACTIONS(1707), + [anon_sym_loop] = ACTIONS(1707), + [anon_sym_make] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_match] = ACTIONS(1707), + [anon_sym_RBRACE] = ACTIONS(1707), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_catch] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_source] = ACTIONS(1707), + [anon_sym_source_DASHenv] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_hide] = ACTIONS(1707), + [anon_sym_hide_DASHenv] = ACTIONS(1707), + [anon_sym_overlay] = ACTIONS(1707), + [anon_sym_as] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1707), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1707), + [aux_sym__immediate_decimal_token1] = ACTIONS(1659), + [aux_sym__immediate_decimal_token3] = ACTIONS(1659), + [aux_sym__immediate_decimal_token4] = ACTIONS(1661), + [aux_sym__immediate_decimal_token5] = ACTIONS(1663), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1707), + [aux_sym__val_number_decimal_token1] = ACTIONS(1707), + [aux_sym__val_number_decimal_token2] = ACTIONS(1707), + [aux_sym__val_number_decimal_token3] = ACTIONS(1707), + [aux_sym__val_number_decimal_token4] = ACTIONS(1707), + [aux_sym__val_number_token1] = ACTIONS(1707), + [aux_sym__val_number_token2] = ACTIONS(1707), + [aux_sym__val_number_token3] = ACTIONS(1707), + [aux_sym__val_number_token4] = ACTIONS(1707), + [aux_sym__val_number_token5] = ACTIONS(1707), + [aux_sym__val_number_token6] = ACTIONS(1707), + [anon_sym_DQUOTE] = ACTIONS(1707), + [sym__str_single_quotes] = ACTIONS(1707), + [sym__str_back_ticks] = ACTIONS(1707), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1707), + [sym__entry_separator] = ACTIONS(1709), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1709), }, [335] = { + [sym__expr_parenthesized_immediate] = STATE(619), + [sym__immediate_decimal] = STATE(620), + [sym_val_variable] = STATE(619), [sym_comment] = STATE(335), - [anon_sym_export] = ACTIONS(1709), - [anon_sym_alias] = ACTIONS(1709), - [anon_sym_let] = ACTIONS(1709), - [anon_sym_let_DASHenv] = ACTIONS(1709), - [anon_sym_mut] = ACTIONS(1709), - [anon_sym_const] = ACTIONS(1709), - [aux_sym_cmd_identifier_token1] = ACTIONS(1709), - [aux_sym_cmd_identifier_token2] = ACTIONS(1709), - [aux_sym_cmd_identifier_token3] = ACTIONS(1709), - [aux_sym_cmd_identifier_token4] = ACTIONS(1709), - [aux_sym_cmd_identifier_token5] = ACTIONS(1709), - [aux_sym_cmd_identifier_token6] = ACTIONS(1709), - [aux_sym_cmd_identifier_token7] = ACTIONS(1709), - [aux_sym_cmd_identifier_token8] = ACTIONS(1709), - [aux_sym_cmd_identifier_token9] = ACTIONS(1709), - [aux_sym_cmd_identifier_token10] = ACTIONS(1709), - [aux_sym_cmd_identifier_token11] = ACTIONS(1709), - [aux_sym_cmd_identifier_token12] = ACTIONS(1709), - [aux_sym_cmd_identifier_token13] = ACTIONS(1709), - [aux_sym_cmd_identifier_token14] = ACTIONS(1709), - [aux_sym_cmd_identifier_token15] = ACTIONS(1709), - [aux_sym_cmd_identifier_token16] = ACTIONS(1709), - [aux_sym_cmd_identifier_token17] = ACTIONS(1709), - [aux_sym_cmd_identifier_token18] = ACTIONS(1709), - [aux_sym_cmd_identifier_token19] = ACTIONS(1709), - [aux_sym_cmd_identifier_token20] = ACTIONS(1709), - [aux_sym_cmd_identifier_token21] = ACTIONS(1709), - [aux_sym_cmd_identifier_token22] = ACTIONS(1709), - [aux_sym_cmd_identifier_token23] = ACTIONS(1709), - [aux_sym_cmd_identifier_token24] = ACTIONS(1709), - [aux_sym_cmd_identifier_token25] = ACTIONS(1709), - [aux_sym_cmd_identifier_token26] = ACTIONS(1709), - [aux_sym_cmd_identifier_token27] = ACTIONS(1709), - [aux_sym_cmd_identifier_token28] = ACTIONS(1709), - [aux_sym_cmd_identifier_token29] = ACTIONS(1709), - [aux_sym_cmd_identifier_token30] = ACTIONS(1709), - [aux_sym_cmd_identifier_token31] = ACTIONS(1709), - [aux_sym_cmd_identifier_token32] = ACTIONS(1709), - [aux_sym_cmd_identifier_token33] = ACTIONS(1709), - [aux_sym_cmd_identifier_token34] = ACTIONS(1709), - [aux_sym_cmd_identifier_token35] = ACTIONS(1709), - [aux_sym_cmd_identifier_token36] = ACTIONS(1709), - [aux_sym_cmd_identifier_token37] = ACTIONS(1709), - [aux_sym_cmd_identifier_token38] = ACTIONS(1709), - [aux_sym_cmd_identifier_token39] = ACTIONS(1709), - [aux_sym_cmd_identifier_token40] = ACTIONS(1709), - [anon_sym_def] = ACTIONS(1709), - [anon_sym_export_DASHenv] = ACTIONS(1709), - [anon_sym_extern] = ACTIONS(1709), - [anon_sym_module] = ACTIONS(1709), - [anon_sym_use] = ACTIONS(1709), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_error] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_break] = ACTIONS(1709), - [anon_sym_continue] = ACTIONS(1709), - [anon_sym_for] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1709), - [anon_sym_make] = ACTIONS(1709), - [anon_sym_while] = ACTIONS(1709), - [anon_sym_do] = ACTIONS(1709), - [anon_sym_if] = ACTIONS(1709), - [anon_sym_else] = ACTIONS(1709), - [anon_sym_match] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_try] = ACTIONS(1709), - [anon_sym_catch] = ACTIONS(1709), - [anon_sym_return] = ACTIONS(1709), - [anon_sym_source] = ACTIONS(1709), - [anon_sym_source_DASHenv] = ACTIONS(1709), - [anon_sym_register] = ACTIONS(1709), - [anon_sym_hide] = ACTIONS(1709), - [anon_sym_hide_DASHenv] = ACTIONS(1709), - [anon_sym_overlay] = ACTIONS(1709), - [anon_sym_as] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(1713), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1709), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1709), - [aux_sym__val_number_decimal_token3] = ACTIONS(1709), - [aux_sym__val_number_decimal_token4] = ACTIONS(1709), - [aux_sym__val_number_token1] = ACTIONS(1709), - [aux_sym__val_number_token2] = ACTIONS(1709), - [aux_sym__val_number_token3] = ACTIONS(1709), - [aux_sym__val_number_token4] = ACTIONS(1709), - [aux_sym__val_number_token5] = ACTIONS(1709), - [aux_sym__val_number_token6] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1709), - [sym__str_single_quotes] = ACTIONS(1709), - [sym__str_back_ticks] = ACTIONS(1709), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1709), - [sym__entry_separator] = ACTIONS(1711), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1711), - }, - [336] = { - [sym_cell_path] = STATE(480), - [sym_path] = STATE(400), - [sym_comment] = STATE(336), - [aux_sym_cell_path_repeat1] = STATE(363), - [anon_sym_export] = ACTIONS(935), - [anon_sym_alias] = ACTIONS(935), - [anon_sym_let] = ACTIONS(935), - [anon_sym_let_DASHenv] = ACTIONS(935), - [anon_sym_mut] = ACTIONS(935), - [anon_sym_const] = ACTIONS(935), - [aux_sym_cmd_identifier_token1] = ACTIONS(935), - [aux_sym_cmd_identifier_token2] = ACTIONS(935), - [aux_sym_cmd_identifier_token3] = ACTIONS(935), - [aux_sym_cmd_identifier_token4] = ACTIONS(935), - [aux_sym_cmd_identifier_token5] = ACTIONS(935), - [aux_sym_cmd_identifier_token6] = ACTIONS(935), - [aux_sym_cmd_identifier_token7] = ACTIONS(935), - [aux_sym_cmd_identifier_token8] = ACTIONS(935), - [aux_sym_cmd_identifier_token9] = ACTIONS(935), - [aux_sym_cmd_identifier_token10] = ACTIONS(935), - [aux_sym_cmd_identifier_token11] = ACTIONS(935), - [aux_sym_cmd_identifier_token12] = ACTIONS(935), - [aux_sym_cmd_identifier_token13] = ACTIONS(935), - [aux_sym_cmd_identifier_token14] = ACTIONS(935), - [aux_sym_cmd_identifier_token15] = ACTIONS(935), - [aux_sym_cmd_identifier_token16] = ACTIONS(935), - [aux_sym_cmd_identifier_token17] = ACTIONS(935), - [aux_sym_cmd_identifier_token18] = ACTIONS(935), - [aux_sym_cmd_identifier_token19] = ACTIONS(935), - [aux_sym_cmd_identifier_token20] = ACTIONS(935), - [aux_sym_cmd_identifier_token21] = ACTIONS(935), - [aux_sym_cmd_identifier_token22] = ACTIONS(935), - [aux_sym_cmd_identifier_token23] = ACTIONS(935), - [aux_sym_cmd_identifier_token24] = ACTIONS(935), - [aux_sym_cmd_identifier_token25] = ACTIONS(935), - [aux_sym_cmd_identifier_token26] = ACTIONS(935), - [aux_sym_cmd_identifier_token27] = ACTIONS(935), - [aux_sym_cmd_identifier_token28] = ACTIONS(935), - [aux_sym_cmd_identifier_token29] = ACTIONS(935), - [aux_sym_cmd_identifier_token30] = ACTIONS(935), - [aux_sym_cmd_identifier_token31] = ACTIONS(935), - [aux_sym_cmd_identifier_token32] = ACTIONS(935), - [aux_sym_cmd_identifier_token33] = ACTIONS(935), - [aux_sym_cmd_identifier_token34] = ACTIONS(935), - [aux_sym_cmd_identifier_token35] = ACTIONS(935), - [aux_sym_cmd_identifier_token36] = ACTIONS(935), - [aux_sym_cmd_identifier_token37] = ACTIONS(935), + [anon_sym_export] = ACTIONS(1711), + [anon_sym_alias] = ACTIONS(1711), + [anon_sym_let] = ACTIONS(1711), + [anon_sym_let_DASHenv] = ACTIONS(1711), + [anon_sym_mut] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [aux_sym_cmd_identifier_token1] = ACTIONS(1711), + [aux_sym_cmd_identifier_token2] = ACTIONS(1711), + [aux_sym_cmd_identifier_token3] = ACTIONS(1711), + [aux_sym_cmd_identifier_token4] = ACTIONS(1711), + [aux_sym_cmd_identifier_token5] = ACTIONS(1711), + [aux_sym_cmd_identifier_token6] = ACTIONS(1711), + [aux_sym_cmd_identifier_token7] = ACTIONS(1711), + [aux_sym_cmd_identifier_token8] = ACTIONS(1711), + [aux_sym_cmd_identifier_token9] = ACTIONS(1711), + [aux_sym_cmd_identifier_token10] = ACTIONS(1711), + [aux_sym_cmd_identifier_token11] = ACTIONS(1711), + [aux_sym_cmd_identifier_token12] = ACTIONS(1711), + [aux_sym_cmd_identifier_token13] = ACTIONS(1711), + [aux_sym_cmd_identifier_token14] = ACTIONS(1711), + [aux_sym_cmd_identifier_token15] = ACTIONS(1711), + [aux_sym_cmd_identifier_token16] = ACTIONS(1711), + [aux_sym_cmd_identifier_token17] = ACTIONS(1711), + [aux_sym_cmd_identifier_token18] = ACTIONS(1711), + [aux_sym_cmd_identifier_token19] = ACTIONS(1711), + [aux_sym_cmd_identifier_token20] = ACTIONS(1711), + [aux_sym_cmd_identifier_token21] = ACTIONS(1711), + [aux_sym_cmd_identifier_token22] = ACTIONS(1711), + [aux_sym_cmd_identifier_token23] = ACTIONS(1711), + [aux_sym_cmd_identifier_token24] = ACTIONS(1711), + [aux_sym_cmd_identifier_token25] = ACTIONS(1711), + [aux_sym_cmd_identifier_token26] = ACTIONS(1711), + [aux_sym_cmd_identifier_token27] = ACTIONS(1711), + [aux_sym_cmd_identifier_token28] = ACTIONS(1711), + [aux_sym_cmd_identifier_token29] = ACTIONS(1711), + [aux_sym_cmd_identifier_token30] = ACTIONS(1711), + [aux_sym_cmd_identifier_token31] = ACTIONS(1711), + [aux_sym_cmd_identifier_token32] = ACTIONS(1711), + [aux_sym_cmd_identifier_token33] = ACTIONS(1711), + [aux_sym_cmd_identifier_token34] = ACTIONS(1711), + [aux_sym_cmd_identifier_token35] = ACTIONS(1711), + [aux_sym_cmd_identifier_token36] = ACTIONS(1711), + [aux_sym_cmd_identifier_token37] = ACTIONS(1711), + [aux_sym_cmd_identifier_token38] = ACTIONS(1711), + [aux_sym_cmd_identifier_token39] = ACTIONS(1711), + [aux_sym_cmd_identifier_token40] = ACTIONS(1711), + [anon_sym_def] = ACTIONS(1711), + [anon_sym_export_DASHenv] = ACTIONS(1711), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym_module] = ACTIONS(1711), + [anon_sym_use] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1617), + [anon_sym_error] = ACTIONS(1711), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_in2] = ACTIONS(1711), + [anon_sym_loop] = ACTIONS(1711), + [anon_sym_make] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_match] = ACTIONS(1711), + [anon_sym_RBRACE] = ACTIONS(1711), + [anon_sym_try] = ACTIONS(1711), + [anon_sym_catch] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_source] = ACTIONS(1711), + [anon_sym_source_DASHenv] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_hide] = ACTIONS(1711), + [anon_sym_hide_DASHenv] = ACTIONS(1711), + [anon_sym_overlay] = ACTIONS(1711), + [anon_sym_as] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(1619), + [anon_sym_PLUS2] = ACTIONS(1711), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1711), + [aux_sym__immediate_decimal_token1] = ACTIONS(1659), + [aux_sym__immediate_decimal_token3] = ACTIONS(1659), + [aux_sym__immediate_decimal_token4] = ACTIONS(1661), + [aux_sym__immediate_decimal_token5] = ACTIONS(1663), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1711), + [aux_sym__val_number_decimal_token1] = ACTIONS(1711), + [aux_sym__val_number_decimal_token2] = ACTIONS(1711), + [aux_sym__val_number_decimal_token3] = ACTIONS(1711), + [aux_sym__val_number_decimal_token4] = ACTIONS(1711), + [aux_sym__val_number_token1] = ACTIONS(1711), + [aux_sym__val_number_token2] = ACTIONS(1711), + [aux_sym__val_number_token3] = ACTIONS(1711), + [aux_sym__val_number_token4] = ACTIONS(1711), + [aux_sym__val_number_token5] = ACTIONS(1711), + [aux_sym__val_number_token6] = ACTIONS(1711), + [anon_sym_DQUOTE] = ACTIONS(1711), + [sym__str_single_quotes] = ACTIONS(1711), + [sym__str_back_ticks] = ACTIONS(1711), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1711), + [sym__entry_separator] = ACTIONS(1713), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1713), + }, + [336] = { + [sym_cell_path] = STATE(446), + [sym_path] = STATE(397), + [sym_comment] = STATE(336), + [aux_sym_cell_path_repeat1] = STATE(359), + [anon_sym_export] = ACTIONS(935), + [anon_sym_alias] = ACTIONS(935), + [anon_sym_let] = ACTIONS(935), + [anon_sym_let_DASHenv] = ACTIONS(935), + [anon_sym_mut] = ACTIONS(935), + [anon_sym_const] = ACTIONS(935), + [aux_sym_cmd_identifier_token1] = ACTIONS(935), + [aux_sym_cmd_identifier_token2] = ACTIONS(935), + [aux_sym_cmd_identifier_token3] = ACTIONS(935), + [aux_sym_cmd_identifier_token4] = ACTIONS(935), + [aux_sym_cmd_identifier_token5] = ACTIONS(935), + [aux_sym_cmd_identifier_token6] = ACTIONS(935), + [aux_sym_cmd_identifier_token7] = ACTIONS(935), + [aux_sym_cmd_identifier_token8] = ACTIONS(935), + [aux_sym_cmd_identifier_token9] = ACTIONS(935), + [aux_sym_cmd_identifier_token10] = ACTIONS(935), + [aux_sym_cmd_identifier_token11] = ACTIONS(935), + [aux_sym_cmd_identifier_token12] = ACTIONS(935), + [aux_sym_cmd_identifier_token13] = ACTIONS(935), + [aux_sym_cmd_identifier_token14] = ACTIONS(935), + [aux_sym_cmd_identifier_token15] = ACTIONS(935), + [aux_sym_cmd_identifier_token16] = ACTIONS(935), + [aux_sym_cmd_identifier_token17] = ACTIONS(935), + [aux_sym_cmd_identifier_token18] = ACTIONS(935), + [aux_sym_cmd_identifier_token19] = ACTIONS(935), + [aux_sym_cmd_identifier_token20] = ACTIONS(935), + [aux_sym_cmd_identifier_token21] = ACTIONS(935), + [aux_sym_cmd_identifier_token22] = ACTIONS(935), + [aux_sym_cmd_identifier_token23] = ACTIONS(935), + [aux_sym_cmd_identifier_token24] = ACTIONS(935), + [aux_sym_cmd_identifier_token25] = ACTIONS(935), + [aux_sym_cmd_identifier_token26] = ACTIONS(935), + [aux_sym_cmd_identifier_token27] = ACTIONS(935), + [aux_sym_cmd_identifier_token28] = ACTIONS(935), + [aux_sym_cmd_identifier_token29] = ACTIONS(935), + [aux_sym_cmd_identifier_token30] = ACTIONS(935), + [aux_sym_cmd_identifier_token31] = ACTIONS(935), + [aux_sym_cmd_identifier_token32] = ACTIONS(935), + [aux_sym_cmd_identifier_token33] = ACTIONS(935), + [aux_sym_cmd_identifier_token34] = ACTIONS(935), + [aux_sym_cmd_identifier_token35] = ACTIONS(935), + [aux_sym_cmd_identifier_token36] = ACTIONS(935), + [aux_sym_cmd_identifier_token37] = ACTIONS(935), [aux_sym_cmd_identifier_token38] = ACTIONS(935), [aux_sym_cmd_identifier_token39] = ACTIONS(935), [aux_sym_cmd_identifier_token40] = ACTIONS(935), @@ -117642,10 +117667,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(937), }, [337] = { - [sym_cell_path] = STATE(448), - [sym_path] = STATE(400), + [sym_cell_path] = STATE(459), + [sym_path] = STATE(397), [sym_comment] = STATE(337), - [aux_sym_cell_path_repeat1] = STATE(363), + [aux_sym_cell_path_repeat1] = STATE(359), [anon_sym_export] = ACTIONS(1717), [anon_sym_alias] = ACTIONS(1717), [anon_sym_let] = ACTIONS(1717), @@ -117749,456 +117774,994 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_begin] = ACTIONS(1719), }, [338] = { + [sym_cell_path] = STATE(498), + [sym_path] = STATE(397), [sym_comment] = STATE(338), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1601), - [aux_sym_cmd_identifier_token3] = ACTIONS(1601), - [aux_sym_cmd_identifier_token4] = ACTIONS(1601), - [aux_sym_cmd_identifier_token5] = ACTIONS(1601), - [aux_sym_cmd_identifier_token6] = ACTIONS(1601), - [aux_sym_cmd_identifier_token7] = ACTIONS(1601), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1601), - [aux_sym_cmd_identifier_token11] = ACTIONS(1601), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1601), - [aux_sym_cmd_identifier_token17] = ACTIONS(1601), - [aux_sym_cmd_identifier_token18] = ACTIONS(1601), - [aux_sym_cmd_identifier_token19] = ACTIONS(1601), - [aux_sym_cmd_identifier_token20] = ACTIONS(1601), - [aux_sym_cmd_identifier_token21] = ACTIONS(1601), - [aux_sym_cmd_identifier_token22] = ACTIONS(1601), - [aux_sym_cmd_identifier_token23] = ACTIONS(1601), - [aux_sym_cmd_identifier_token24] = ACTIONS(1601), - [aux_sym_cmd_identifier_token25] = ACTIONS(1601), - [aux_sym_cmd_identifier_token26] = ACTIONS(1601), - [aux_sym_cmd_identifier_token27] = ACTIONS(1601), - [aux_sym_cmd_identifier_token28] = ACTIONS(1601), - [aux_sym_cmd_identifier_token29] = ACTIONS(1601), - [aux_sym_cmd_identifier_token30] = ACTIONS(1601), - [aux_sym_cmd_identifier_token31] = ACTIONS(1601), - [aux_sym_cmd_identifier_token32] = ACTIONS(1601), - [aux_sym_cmd_identifier_token33] = ACTIONS(1601), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1601), - [aux_sym_cmd_identifier_token36] = ACTIONS(1601), - [aux_sym_cmd_identifier_token37] = ACTIONS(1601), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1601), - [aux_sym_cmd_identifier_token40] = ACTIONS(1601), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1601), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(1647), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [aux_sym_cell_path_repeat1] = STATE(359), + [anon_sym_export] = ACTIONS(1721), + [anon_sym_alias] = ACTIONS(1721), + [anon_sym_let] = ACTIONS(1721), + [anon_sym_let_DASHenv] = ACTIONS(1721), + [anon_sym_mut] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1721), + [aux_sym_cmd_identifier_token1] = ACTIONS(1721), + [aux_sym_cmd_identifier_token2] = ACTIONS(1721), + [aux_sym_cmd_identifier_token3] = ACTIONS(1721), + [aux_sym_cmd_identifier_token4] = ACTIONS(1721), + [aux_sym_cmd_identifier_token5] = ACTIONS(1721), + [aux_sym_cmd_identifier_token6] = ACTIONS(1721), + [aux_sym_cmd_identifier_token7] = ACTIONS(1721), + [aux_sym_cmd_identifier_token8] = ACTIONS(1721), + [aux_sym_cmd_identifier_token9] = ACTIONS(1721), + [aux_sym_cmd_identifier_token10] = ACTIONS(1721), + [aux_sym_cmd_identifier_token11] = ACTIONS(1721), + [aux_sym_cmd_identifier_token12] = ACTIONS(1721), + [aux_sym_cmd_identifier_token13] = ACTIONS(1721), + [aux_sym_cmd_identifier_token14] = ACTIONS(1721), + [aux_sym_cmd_identifier_token15] = ACTIONS(1721), + [aux_sym_cmd_identifier_token16] = ACTIONS(1721), + [aux_sym_cmd_identifier_token17] = ACTIONS(1721), + [aux_sym_cmd_identifier_token18] = ACTIONS(1721), + [aux_sym_cmd_identifier_token19] = ACTIONS(1721), + [aux_sym_cmd_identifier_token20] = ACTIONS(1721), + [aux_sym_cmd_identifier_token21] = ACTIONS(1721), + [aux_sym_cmd_identifier_token22] = ACTIONS(1721), + [aux_sym_cmd_identifier_token23] = ACTIONS(1721), + [aux_sym_cmd_identifier_token24] = ACTIONS(1721), + [aux_sym_cmd_identifier_token25] = ACTIONS(1721), + [aux_sym_cmd_identifier_token26] = ACTIONS(1721), + [aux_sym_cmd_identifier_token27] = ACTIONS(1721), + [aux_sym_cmd_identifier_token28] = ACTIONS(1721), + [aux_sym_cmd_identifier_token29] = ACTIONS(1721), + [aux_sym_cmd_identifier_token30] = ACTIONS(1721), + [aux_sym_cmd_identifier_token31] = ACTIONS(1721), + [aux_sym_cmd_identifier_token32] = ACTIONS(1721), + [aux_sym_cmd_identifier_token33] = ACTIONS(1721), + [aux_sym_cmd_identifier_token34] = ACTIONS(1721), + [aux_sym_cmd_identifier_token35] = ACTIONS(1721), + [aux_sym_cmd_identifier_token36] = ACTIONS(1721), + [aux_sym_cmd_identifier_token37] = ACTIONS(1721), + [aux_sym_cmd_identifier_token38] = ACTIONS(1721), + [aux_sym_cmd_identifier_token39] = ACTIONS(1721), + [aux_sym_cmd_identifier_token40] = ACTIONS(1721), + [anon_sym_def] = ACTIONS(1721), + [anon_sym_export_DASHenv] = ACTIONS(1721), + [anon_sym_extern] = ACTIONS(1721), + [anon_sym_module] = ACTIONS(1721), + [anon_sym_use] = ACTIONS(1721), + [anon_sym_LPAREN] = ACTIONS(1721), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_error] = ACTIONS(1721), + [anon_sym_DASH2] = ACTIONS(1721), + [anon_sym_break] = ACTIONS(1721), + [anon_sym_continue] = ACTIONS(1721), + [anon_sym_for] = ACTIONS(1721), + [anon_sym_in2] = ACTIONS(1721), + [anon_sym_loop] = ACTIONS(1721), + [anon_sym_make] = ACTIONS(1721), + [anon_sym_while] = ACTIONS(1721), + [anon_sym_do] = ACTIONS(1721), + [anon_sym_if] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1721), + [anon_sym_match] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1721), + [anon_sym_try] = ACTIONS(1721), + [anon_sym_catch] = ACTIONS(1721), + [anon_sym_return] = ACTIONS(1721), + [anon_sym_source] = ACTIONS(1721), + [anon_sym_source_DASHenv] = ACTIONS(1721), + [anon_sym_register] = ACTIONS(1721), + [anon_sym_hide] = ACTIONS(1721), + [anon_sym_hide_DASHenv] = ACTIONS(1721), + [anon_sym_overlay] = ACTIONS(1721), + [anon_sym_as] = ACTIONS(1721), + [anon_sym_PLUS2] = ACTIONS(1721), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1721), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1721), + [aux_sym__val_number_decimal_token1] = ACTIONS(1721), + [aux_sym__val_number_decimal_token2] = ACTIONS(1721), + [aux_sym__val_number_decimal_token3] = ACTIONS(1721), + [aux_sym__val_number_decimal_token4] = ACTIONS(1721), + [aux_sym__val_number_token1] = ACTIONS(1721), + [aux_sym__val_number_token2] = ACTIONS(1721), + [aux_sym__val_number_token3] = ACTIONS(1721), + [aux_sym__val_number_token4] = ACTIONS(1721), + [aux_sym__val_number_token5] = ACTIONS(1721), + [aux_sym__val_number_token6] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1721), + [sym__str_single_quotes] = ACTIONS(1721), + [sym__str_back_ticks] = ACTIONS(1721), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1721), + [sym__entry_separator] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(1715), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1723), }, [339] = { [sym_comment] = STATE(339), - [anon_sym_export] = ACTIONS(1709), - [anon_sym_alias] = ACTIONS(1709), - [anon_sym_let] = ACTIONS(1709), - [anon_sym_let_DASHenv] = ACTIONS(1709), - [anon_sym_mut] = ACTIONS(1709), - [anon_sym_const] = ACTIONS(1709), - [aux_sym_cmd_identifier_token1] = ACTIONS(1709), - [aux_sym_cmd_identifier_token2] = ACTIONS(1711), - [aux_sym_cmd_identifier_token3] = ACTIONS(1711), - [aux_sym_cmd_identifier_token4] = ACTIONS(1711), - [aux_sym_cmd_identifier_token5] = ACTIONS(1711), - [aux_sym_cmd_identifier_token6] = ACTIONS(1711), - [aux_sym_cmd_identifier_token7] = ACTIONS(1711), - [aux_sym_cmd_identifier_token8] = ACTIONS(1709), - [aux_sym_cmd_identifier_token9] = ACTIONS(1709), - [aux_sym_cmd_identifier_token10] = ACTIONS(1711), - [aux_sym_cmd_identifier_token11] = ACTIONS(1711), - [aux_sym_cmd_identifier_token12] = ACTIONS(1709), - [aux_sym_cmd_identifier_token13] = ACTIONS(1709), - [aux_sym_cmd_identifier_token14] = ACTIONS(1709), - [aux_sym_cmd_identifier_token15] = ACTIONS(1709), - [aux_sym_cmd_identifier_token16] = ACTIONS(1711), - [aux_sym_cmd_identifier_token17] = ACTIONS(1711), - [aux_sym_cmd_identifier_token18] = ACTIONS(1711), - [aux_sym_cmd_identifier_token19] = ACTIONS(1711), - [aux_sym_cmd_identifier_token20] = ACTIONS(1711), - [aux_sym_cmd_identifier_token21] = ACTIONS(1711), - [aux_sym_cmd_identifier_token22] = ACTIONS(1711), - [aux_sym_cmd_identifier_token23] = ACTIONS(1711), - [aux_sym_cmd_identifier_token24] = ACTIONS(1711), - [aux_sym_cmd_identifier_token25] = ACTIONS(1711), - [aux_sym_cmd_identifier_token26] = ACTIONS(1711), - [aux_sym_cmd_identifier_token27] = ACTIONS(1711), - [aux_sym_cmd_identifier_token28] = ACTIONS(1711), - [aux_sym_cmd_identifier_token29] = ACTIONS(1711), - [aux_sym_cmd_identifier_token30] = ACTIONS(1711), - [aux_sym_cmd_identifier_token31] = ACTIONS(1711), - [aux_sym_cmd_identifier_token32] = ACTIONS(1711), - [aux_sym_cmd_identifier_token33] = ACTIONS(1711), - [aux_sym_cmd_identifier_token34] = ACTIONS(1709), - [aux_sym_cmd_identifier_token35] = ACTIONS(1711), - [aux_sym_cmd_identifier_token36] = ACTIONS(1711), - [aux_sym_cmd_identifier_token37] = ACTIONS(1711), - [aux_sym_cmd_identifier_token38] = ACTIONS(1709), - [aux_sym_cmd_identifier_token39] = ACTIONS(1711), - [aux_sym_cmd_identifier_token40] = ACTIONS(1711), - [anon_sym_def] = ACTIONS(1709), - [anon_sym_export_DASHenv] = ACTIONS(1709), - [anon_sym_extern] = ACTIONS(1709), - [anon_sym_module] = ACTIONS(1709), - [anon_sym_use] = ACTIONS(1709), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1711), - [anon_sym_error] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_break] = ACTIONS(1709), - [anon_sym_continue] = ACTIONS(1709), - [anon_sym_for] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1709), - [anon_sym_make] = ACTIONS(1709), - [anon_sym_while] = ACTIONS(1709), - [anon_sym_do] = ACTIONS(1709), - [anon_sym_if] = ACTIONS(1709), - [anon_sym_else] = ACTIONS(1709), - [anon_sym_match] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1709), - [anon_sym_catch] = ACTIONS(1709), - [anon_sym_return] = ACTIONS(1709), - [anon_sym_source] = ACTIONS(1709), - [anon_sym_source_DASHenv] = ACTIONS(1709), - [anon_sym_register] = ACTIONS(1709), - [anon_sym_hide] = ACTIONS(1709), - [anon_sym_hide_DASHenv] = ACTIONS(1709), - [anon_sym_overlay] = ACTIONS(1709), - [anon_sym_as] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(1721), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1709), - [aux_sym__val_number_token5] = ACTIONS(1709), - [aux_sym__val_number_token6] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1711), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(1729), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1731), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), }, [340] = { [sym_comment] = STATE(340), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1599), - [aux_sym_cmd_identifier_token3] = ACTIONS(1599), - [aux_sym_cmd_identifier_token4] = ACTIONS(1599), - [aux_sym_cmd_identifier_token5] = ACTIONS(1599), - [aux_sym_cmd_identifier_token6] = ACTIONS(1599), - [aux_sym_cmd_identifier_token7] = ACTIONS(1599), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1599), - [aux_sym_cmd_identifier_token11] = ACTIONS(1599), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1599), - [aux_sym_cmd_identifier_token17] = ACTIONS(1599), - [aux_sym_cmd_identifier_token18] = ACTIONS(1599), - [aux_sym_cmd_identifier_token19] = ACTIONS(1599), - [aux_sym_cmd_identifier_token20] = ACTIONS(1599), - [aux_sym_cmd_identifier_token21] = ACTIONS(1599), - [aux_sym_cmd_identifier_token22] = ACTIONS(1599), - [aux_sym_cmd_identifier_token23] = ACTIONS(1599), - [aux_sym_cmd_identifier_token24] = ACTIONS(1599), - [aux_sym_cmd_identifier_token25] = ACTIONS(1599), - [aux_sym_cmd_identifier_token26] = ACTIONS(1599), - [aux_sym_cmd_identifier_token27] = ACTIONS(1599), - [aux_sym_cmd_identifier_token28] = ACTIONS(1599), - [aux_sym_cmd_identifier_token29] = ACTIONS(1599), - [aux_sym_cmd_identifier_token30] = ACTIONS(1599), - [aux_sym_cmd_identifier_token31] = ACTIONS(1599), - [aux_sym_cmd_identifier_token32] = ACTIONS(1599), - [aux_sym_cmd_identifier_token33] = ACTIONS(1599), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1599), - [aux_sym_cmd_identifier_token36] = ACTIONS(1599), - [aux_sym_cmd_identifier_token37] = ACTIONS(1599), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1599), - [aux_sym_cmd_identifier_token40] = ACTIONS(1599), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1599), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1599), - [aux_sym__val_number_decimal_token3] = ACTIONS(1599), - [aux_sym__val_number_decimal_token4] = ACTIONS(1599), - [aux_sym__val_number_token1] = ACTIONS(1599), - [aux_sym__val_number_token2] = ACTIONS(1599), - [aux_sym__val_number_token3] = ACTIONS(1599), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1599), - [sym__str_single_quotes] = ACTIONS(1599), - [sym__str_back_ticks] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1599), - [sym__entry_separator] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), + [anon_sym_export] = ACTIONS(1667), + [anon_sym_alias] = ACTIONS(1667), + [anon_sym_let] = ACTIONS(1667), + [anon_sym_let_DASHenv] = ACTIONS(1667), + [anon_sym_mut] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [aux_sym_cmd_identifier_token1] = ACTIONS(1667), + [aux_sym_cmd_identifier_token2] = ACTIONS(1667), + [aux_sym_cmd_identifier_token3] = ACTIONS(1667), + [aux_sym_cmd_identifier_token4] = ACTIONS(1667), + [aux_sym_cmd_identifier_token5] = ACTIONS(1667), + [aux_sym_cmd_identifier_token6] = ACTIONS(1667), + [aux_sym_cmd_identifier_token7] = ACTIONS(1667), + [aux_sym_cmd_identifier_token8] = ACTIONS(1667), + [aux_sym_cmd_identifier_token9] = ACTIONS(1667), + [aux_sym_cmd_identifier_token10] = ACTIONS(1667), + [aux_sym_cmd_identifier_token11] = ACTIONS(1667), + [aux_sym_cmd_identifier_token12] = ACTIONS(1667), + [aux_sym_cmd_identifier_token13] = ACTIONS(1667), + [aux_sym_cmd_identifier_token14] = ACTIONS(1667), + [aux_sym_cmd_identifier_token15] = ACTIONS(1667), + [aux_sym_cmd_identifier_token16] = ACTIONS(1667), + [aux_sym_cmd_identifier_token17] = ACTIONS(1667), + [aux_sym_cmd_identifier_token18] = ACTIONS(1667), + [aux_sym_cmd_identifier_token19] = ACTIONS(1667), + [aux_sym_cmd_identifier_token20] = ACTIONS(1667), + [aux_sym_cmd_identifier_token21] = ACTIONS(1667), + [aux_sym_cmd_identifier_token22] = ACTIONS(1667), + [aux_sym_cmd_identifier_token23] = ACTIONS(1667), + [aux_sym_cmd_identifier_token24] = ACTIONS(1667), + [aux_sym_cmd_identifier_token25] = ACTIONS(1667), + [aux_sym_cmd_identifier_token26] = ACTIONS(1667), + [aux_sym_cmd_identifier_token27] = ACTIONS(1667), + [aux_sym_cmd_identifier_token28] = ACTIONS(1667), + [aux_sym_cmd_identifier_token29] = ACTIONS(1667), + [aux_sym_cmd_identifier_token30] = ACTIONS(1667), + [aux_sym_cmd_identifier_token31] = ACTIONS(1667), + [aux_sym_cmd_identifier_token32] = ACTIONS(1667), + [aux_sym_cmd_identifier_token33] = ACTIONS(1667), + [aux_sym_cmd_identifier_token34] = ACTIONS(1667), + [aux_sym_cmd_identifier_token35] = ACTIONS(1667), + [aux_sym_cmd_identifier_token36] = ACTIONS(1667), + [aux_sym_cmd_identifier_token37] = ACTIONS(1667), + [aux_sym_cmd_identifier_token38] = ACTIONS(1667), + [aux_sym_cmd_identifier_token39] = ACTIONS(1667), + [aux_sym_cmd_identifier_token40] = ACTIONS(1667), + [anon_sym_def] = ACTIONS(1667), + [anon_sym_export_DASHenv] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym_module] = ACTIONS(1667), + [anon_sym_use] = ACTIONS(1667), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_error] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_loop] = ACTIONS(1667), + [anon_sym_make] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_match] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_catch] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_source] = ACTIONS(1667), + [anon_sym_source_DASHenv] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_hide] = ACTIONS(1667), + [anon_sym_hide_DASHenv] = ACTIONS(1667), + [anon_sym_overlay] = ACTIONS(1667), + [anon_sym_as] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1667), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1667), + [aux_sym__val_number_decimal_token3] = ACTIONS(1667), + [aux_sym__val_number_decimal_token4] = ACTIONS(1667), + [aux_sym__val_number_token1] = ACTIONS(1667), + [aux_sym__val_number_token2] = ACTIONS(1667), + [aux_sym__val_number_token3] = ACTIONS(1667), + [aux_sym__val_number_token4] = ACTIONS(1667), + [aux_sym__val_number_token5] = ACTIONS(1667), + [aux_sym__val_number_token6] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(1667), + [sym__str_single_quotes] = ACTIONS(1667), + [sym__str_back_ticks] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1667), + [sym__entry_separator] = ACTIONS(1669), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1601), + [sym_raw_string_begin] = ACTIONS(1669), }, [341] = { [sym_comment] = STATE(341), - [anon_sym_export] = ACTIONS(1623), - [anon_sym_alias] = ACTIONS(1623), - [anon_sym_let] = ACTIONS(1623), - [anon_sym_let_DASHenv] = ACTIONS(1623), - [anon_sym_mut] = ACTIONS(1623), - [anon_sym_const] = ACTIONS(1623), - [aux_sym_cmd_identifier_token1] = ACTIONS(1623), - [aux_sym_cmd_identifier_token2] = ACTIONS(1623), - [aux_sym_cmd_identifier_token3] = ACTIONS(1623), - [aux_sym_cmd_identifier_token4] = ACTIONS(1623), - [aux_sym_cmd_identifier_token5] = ACTIONS(1623), - [aux_sym_cmd_identifier_token6] = ACTIONS(1623), - [aux_sym_cmd_identifier_token7] = ACTIONS(1623), - [aux_sym_cmd_identifier_token8] = ACTIONS(1623), - [aux_sym_cmd_identifier_token9] = ACTIONS(1623), - [aux_sym_cmd_identifier_token10] = ACTIONS(1623), - [aux_sym_cmd_identifier_token11] = ACTIONS(1623), - [aux_sym_cmd_identifier_token12] = ACTIONS(1623), - [aux_sym_cmd_identifier_token13] = ACTIONS(1623), - [aux_sym_cmd_identifier_token14] = ACTIONS(1623), - [aux_sym_cmd_identifier_token15] = ACTIONS(1623), - [aux_sym_cmd_identifier_token16] = ACTIONS(1623), - [aux_sym_cmd_identifier_token17] = ACTIONS(1623), - [aux_sym_cmd_identifier_token18] = ACTIONS(1623), - [aux_sym_cmd_identifier_token19] = ACTIONS(1623), - [aux_sym_cmd_identifier_token20] = ACTIONS(1623), - [aux_sym_cmd_identifier_token21] = ACTIONS(1623), - [aux_sym_cmd_identifier_token22] = ACTIONS(1623), - [aux_sym_cmd_identifier_token23] = ACTIONS(1623), - [aux_sym_cmd_identifier_token24] = ACTIONS(1623), - [aux_sym_cmd_identifier_token25] = ACTIONS(1623), - [aux_sym_cmd_identifier_token26] = ACTIONS(1623), - [aux_sym_cmd_identifier_token27] = ACTIONS(1623), - [aux_sym_cmd_identifier_token28] = ACTIONS(1623), - [aux_sym_cmd_identifier_token29] = ACTIONS(1623), - [aux_sym_cmd_identifier_token30] = ACTIONS(1623), - [aux_sym_cmd_identifier_token31] = ACTIONS(1623), - [aux_sym_cmd_identifier_token32] = ACTIONS(1623), - [aux_sym_cmd_identifier_token33] = ACTIONS(1623), - [aux_sym_cmd_identifier_token34] = ACTIONS(1623), - [aux_sym_cmd_identifier_token35] = ACTIONS(1623), - [aux_sym_cmd_identifier_token36] = ACTIONS(1623), - [aux_sym_cmd_identifier_token37] = ACTIONS(1623), - [aux_sym_cmd_identifier_token38] = ACTIONS(1623), - [aux_sym_cmd_identifier_token39] = ACTIONS(1623), - [aux_sym_cmd_identifier_token40] = ACTIONS(1623), - [anon_sym_def] = ACTIONS(1623), - [anon_sym_export_DASHenv] = ACTIONS(1623), - [anon_sym_extern] = ACTIONS(1623), - [anon_sym_module] = ACTIONS(1623), - [anon_sym_use] = ACTIONS(1623), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_error] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_break] = ACTIONS(1623), - [anon_sym_continue] = ACTIONS(1623), - [anon_sym_for] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_loop] = ACTIONS(1623), - [anon_sym_make] = ACTIONS(1623), - [anon_sym_while] = ACTIONS(1623), - [anon_sym_do] = ACTIONS(1623), - [anon_sym_if] = ACTIONS(1623), - [anon_sym_else] = ACTIONS(1623), - [anon_sym_match] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_try] = ACTIONS(1623), - [anon_sym_catch] = ACTIONS(1623), - [anon_sym_return] = ACTIONS(1623), - [anon_sym_source] = ACTIONS(1623), - [anon_sym_source_DASHenv] = ACTIONS(1623), - [anon_sym_register] = ACTIONS(1623), - [anon_sym_hide] = ACTIONS(1623), - [anon_sym_hide_DASHenv] = ACTIONS(1623), - [anon_sym_overlay] = ACTIONS(1623), - [anon_sym_as] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1623), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1623), - [aux_sym__val_number_decimal_token3] = ACTIONS(1623), - [aux_sym__val_number_decimal_token4] = ACTIONS(1623), - [aux_sym__val_number_token1] = ACTIONS(1623), - [aux_sym__val_number_token2] = ACTIONS(1623), - [aux_sym__val_number_token3] = ACTIONS(1623), - [aux_sym__val_number_token4] = ACTIONS(1623), - [aux_sym__val_number_token5] = ACTIONS(1623), - [aux_sym__val_number_token6] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1623), - [sym__str_single_quotes] = ACTIONS(1623), - [sym__str_back_ticks] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1623), - [sym__entry_separator] = ACTIONS(1625), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1623), + [anon_sym_export] = ACTIONS(1733), + [anon_sym_alias] = ACTIONS(1733), + [anon_sym_let] = ACTIONS(1733), + [anon_sym_let_DASHenv] = ACTIONS(1733), + [anon_sym_mut] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1733), + [aux_sym_cmd_identifier_token1] = ACTIONS(1733), + [aux_sym_cmd_identifier_token2] = ACTIONS(1733), + [aux_sym_cmd_identifier_token3] = ACTIONS(1733), + [aux_sym_cmd_identifier_token4] = ACTIONS(1733), + [aux_sym_cmd_identifier_token5] = ACTIONS(1733), + [aux_sym_cmd_identifier_token6] = ACTIONS(1733), + [aux_sym_cmd_identifier_token7] = ACTIONS(1733), + [aux_sym_cmd_identifier_token8] = ACTIONS(1733), + [aux_sym_cmd_identifier_token9] = ACTIONS(1733), + [aux_sym_cmd_identifier_token10] = ACTIONS(1733), + [aux_sym_cmd_identifier_token11] = ACTIONS(1733), + [aux_sym_cmd_identifier_token12] = ACTIONS(1733), + [aux_sym_cmd_identifier_token13] = ACTIONS(1733), + [aux_sym_cmd_identifier_token14] = ACTIONS(1733), + [aux_sym_cmd_identifier_token15] = ACTIONS(1733), + [aux_sym_cmd_identifier_token16] = ACTIONS(1733), + [aux_sym_cmd_identifier_token17] = ACTIONS(1733), + [aux_sym_cmd_identifier_token18] = ACTIONS(1733), + [aux_sym_cmd_identifier_token19] = ACTIONS(1733), + [aux_sym_cmd_identifier_token20] = ACTIONS(1733), + [aux_sym_cmd_identifier_token21] = ACTIONS(1733), + [aux_sym_cmd_identifier_token22] = ACTIONS(1733), + [aux_sym_cmd_identifier_token23] = ACTIONS(1733), + [aux_sym_cmd_identifier_token24] = ACTIONS(1733), + [aux_sym_cmd_identifier_token25] = ACTIONS(1733), + [aux_sym_cmd_identifier_token26] = ACTIONS(1733), + [aux_sym_cmd_identifier_token27] = ACTIONS(1733), + [aux_sym_cmd_identifier_token28] = ACTIONS(1733), + [aux_sym_cmd_identifier_token29] = ACTIONS(1733), + [aux_sym_cmd_identifier_token30] = ACTIONS(1733), + [aux_sym_cmd_identifier_token31] = ACTIONS(1733), + [aux_sym_cmd_identifier_token32] = ACTIONS(1733), + [aux_sym_cmd_identifier_token33] = ACTIONS(1733), + [aux_sym_cmd_identifier_token34] = ACTIONS(1733), + [aux_sym_cmd_identifier_token35] = ACTIONS(1733), + [aux_sym_cmd_identifier_token36] = ACTIONS(1733), + [aux_sym_cmd_identifier_token37] = ACTIONS(1733), + [aux_sym_cmd_identifier_token38] = ACTIONS(1733), + [aux_sym_cmd_identifier_token39] = ACTIONS(1733), + [aux_sym_cmd_identifier_token40] = ACTIONS(1733), + [anon_sym_def] = ACTIONS(1733), + [anon_sym_export_DASHenv] = ACTIONS(1733), + [anon_sym_extern] = ACTIONS(1733), + [anon_sym_module] = ACTIONS(1733), + [anon_sym_use] = ACTIONS(1733), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_error] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_break] = ACTIONS(1733), + [anon_sym_continue] = ACTIONS(1733), + [anon_sym_for] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_loop] = ACTIONS(1733), + [anon_sym_make] = ACTIONS(1733), + [anon_sym_while] = ACTIONS(1733), + [anon_sym_do] = ACTIONS(1733), + [anon_sym_if] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1733), + [anon_sym_match] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_try] = ACTIONS(1733), + [anon_sym_catch] = ACTIONS(1733), + [anon_sym_return] = ACTIONS(1733), + [anon_sym_source] = ACTIONS(1733), + [anon_sym_source_DASHenv] = ACTIONS(1733), + [anon_sym_register] = ACTIONS(1733), + [anon_sym_hide] = ACTIONS(1733), + [anon_sym_hide_DASHenv] = ACTIONS(1733), + [anon_sym_overlay] = ACTIONS(1733), + [anon_sym_as] = ACTIONS(1733), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1733), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), + [aux_sym__val_number_decimal_token2] = ACTIONS(1733), + [aux_sym__val_number_decimal_token3] = ACTIONS(1733), + [aux_sym__val_number_decimal_token4] = ACTIONS(1733), + [aux_sym__val_number_token1] = ACTIONS(1733), + [aux_sym__val_number_token2] = ACTIONS(1733), + [aux_sym__val_number_token3] = ACTIONS(1733), + [aux_sym__val_number_token4] = ACTIONS(1733), + [aux_sym__val_number_token5] = ACTIONS(1733), + [aux_sym__val_number_token6] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1733), + [sym__str_single_quotes] = ACTIONS(1733), + [sym__str_back_ticks] = ACTIONS(1733), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1733), + [sym__entry_separator] = ACTIONS(1735), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1625), + [sym_raw_string_begin] = ACTIONS(1735), }, [342] = { [sym_comment] = STATE(342), - [anon_sym_export] = ACTIONS(1709), - [anon_sym_alias] = ACTIONS(1709), - [anon_sym_let] = ACTIONS(1709), - [anon_sym_let_DASHenv] = ACTIONS(1709), - [anon_sym_mut] = ACTIONS(1709), - [anon_sym_const] = ACTIONS(1709), - [aux_sym_cmd_identifier_token1] = ACTIONS(1709), + [anon_sym_export] = ACTIONS(1595), + [anon_sym_alias] = ACTIONS(1595), + [anon_sym_let] = ACTIONS(1595), + [anon_sym_let_DASHenv] = ACTIONS(1595), + [anon_sym_mut] = ACTIONS(1595), + [anon_sym_const] = ACTIONS(1595), + [aux_sym_cmd_identifier_token1] = ACTIONS(1595), + [aux_sym_cmd_identifier_token2] = ACTIONS(1595), + [aux_sym_cmd_identifier_token3] = ACTIONS(1595), + [aux_sym_cmd_identifier_token4] = ACTIONS(1595), + [aux_sym_cmd_identifier_token5] = ACTIONS(1595), + [aux_sym_cmd_identifier_token6] = ACTIONS(1595), + [aux_sym_cmd_identifier_token7] = ACTIONS(1595), + [aux_sym_cmd_identifier_token8] = ACTIONS(1595), + [aux_sym_cmd_identifier_token9] = ACTIONS(1595), + [aux_sym_cmd_identifier_token10] = ACTIONS(1595), + [aux_sym_cmd_identifier_token11] = ACTIONS(1595), + [aux_sym_cmd_identifier_token12] = ACTIONS(1595), + [aux_sym_cmd_identifier_token13] = ACTIONS(1595), + [aux_sym_cmd_identifier_token14] = ACTIONS(1595), + [aux_sym_cmd_identifier_token15] = ACTIONS(1595), + [aux_sym_cmd_identifier_token16] = ACTIONS(1595), + [aux_sym_cmd_identifier_token17] = ACTIONS(1595), + [aux_sym_cmd_identifier_token18] = ACTIONS(1595), + [aux_sym_cmd_identifier_token19] = ACTIONS(1595), + [aux_sym_cmd_identifier_token20] = ACTIONS(1595), + [aux_sym_cmd_identifier_token21] = ACTIONS(1595), + [aux_sym_cmd_identifier_token22] = ACTIONS(1595), + [aux_sym_cmd_identifier_token23] = ACTIONS(1595), + [aux_sym_cmd_identifier_token24] = ACTIONS(1595), + [aux_sym_cmd_identifier_token25] = ACTIONS(1595), + [aux_sym_cmd_identifier_token26] = ACTIONS(1595), + [aux_sym_cmd_identifier_token27] = ACTIONS(1595), + [aux_sym_cmd_identifier_token28] = ACTIONS(1595), + [aux_sym_cmd_identifier_token29] = ACTIONS(1595), + [aux_sym_cmd_identifier_token30] = ACTIONS(1595), + [aux_sym_cmd_identifier_token31] = ACTIONS(1595), + [aux_sym_cmd_identifier_token32] = ACTIONS(1595), + [aux_sym_cmd_identifier_token33] = ACTIONS(1595), + [aux_sym_cmd_identifier_token34] = ACTIONS(1595), + [aux_sym_cmd_identifier_token35] = ACTIONS(1595), + [aux_sym_cmd_identifier_token36] = ACTIONS(1595), + [aux_sym_cmd_identifier_token37] = ACTIONS(1595), + [aux_sym_cmd_identifier_token38] = ACTIONS(1595), + [aux_sym_cmd_identifier_token39] = ACTIONS(1595), + [aux_sym_cmd_identifier_token40] = ACTIONS(1595), + [anon_sym_def] = ACTIONS(1595), + [anon_sym_export_DASHenv] = ACTIONS(1595), + [anon_sym_extern] = ACTIONS(1595), + [anon_sym_module] = ACTIONS(1595), + [anon_sym_use] = ACTIONS(1595), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_error] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_break] = ACTIONS(1595), + [anon_sym_continue] = ACTIONS(1595), + [anon_sym_for] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_loop] = ACTIONS(1595), + [anon_sym_make] = ACTIONS(1595), + [anon_sym_while] = ACTIONS(1595), + [anon_sym_do] = ACTIONS(1595), + [anon_sym_if] = ACTIONS(1595), + [anon_sym_else] = ACTIONS(1595), + [anon_sym_match] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_try] = ACTIONS(1595), + [anon_sym_catch] = ACTIONS(1595), + [anon_sym_return] = ACTIONS(1595), + [anon_sym_source] = ACTIONS(1595), + [anon_sym_source_DASHenv] = ACTIONS(1595), + [anon_sym_register] = ACTIONS(1595), + [anon_sym_hide] = ACTIONS(1595), + [anon_sym_hide_DASHenv] = ACTIONS(1595), + [anon_sym_overlay] = ACTIONS(1595), + [anon_sym_as] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1595), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1595), + [aux_sym__val_number_decimal_token3] = ACTIONS(1595), + [aux_sym__val_number_decimal_token4] = ACTIONS(1595), + [aux_sym__val_number_token1] = ACTIONS(1595), + [aux_sym__val_number_token2] = ACTIONS(1595), + [aux_sym__val_number_token3] = ACTIONS(1595), + [aux_sym__val_number_token4] = ACTIONS(1595), + [aux_sym__val_number_token5] = ACTIONS(1595), + [aux_sym__val_number_token6] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1595), + [sym__str_single_quotes] = ACTIONS(1595), + [sym__str_back_ticks] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1595), + [sym__entry_separator] = ACTIONS(1597), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1597), + }, + [343] = { + [sym_comment] = STATE(343), + [anon_sym_export] = ACTIONS(1587), + [anon_sym_alias] = ACTIONS(1587), + [anon_sym_let] = ACTIONS(1587), + [anon_sym_let_DASHenv] = ACTIONS(1587), + [anon_sym_mut] = ACTIONS(1587), + [anon_sym_const] = ACTIONS(1587), + [aux_sym_cmd_identifier_token1] = ACTIONS(1587), + [aux_sym_cmd_identifier_token2] = ACTIONS(1589), + [aux_sym_cmd_identifier_token3] = ACTIONS(1589), + [aux_sym_cmd_identifier_token4] = ACTIONS(1589), + [aux_sym_cmd_identifier_token5] = ACTIONS(1589), + [aux_sym_cmd_identifier_token6] = ACTIONS(1589), + [aux_sym_cmd_identifier_token7] = ACTIONS(1589), + [aux_sym_cmd_identifier_token8] = ACTIONS(1587), + [aux_sym_cmd_identifier_token9] = ACTIONS(1587), + [aux_sym_cmd_identifier_token10] = ACTIONS(1589), + [aux_sym_cmd_identifier_token11] = ACTIONS(1589), + [aux_sym_cmd_identifier_token12] = ACTIONS(1587), + [aux_sym_cmd_identifier_token13] = ACTIONS(1587), + [aux_sym_cmd_identifier_token14] = ACTIONS(1587), + [aux_sym_cmd_identifier_token15] = ACTIONS(1587), + [aux_sym_cmd_identifier_token16] = ACTIONS(1589), + [aux_sym_cmd_identifier_token17] = ACTIONS(1589), + [aux_sym_cmd_identifier_token18] = ACTIONS(1589), + [aux_sym_cmd_identifier_token19] = ACTIONS(1589), + [aux_sym_cmd_identifier_token20] = ACTIONS(1589), + [aux_sym_cmd_identifier_token21] = ACTIONS(1589), + [aux_sym_cmd_identifier_token22] = ACTIONS(1589), + [aux_sym_cmd_identifier_token23] = ACTIONS(1589), + [aux_sym_cmd_identifier_token24] = ACTIONS(1589), + [aux_sym_cmd_identifier_token25] = ACTIONS(1589), + [aux_sym_cmd_identifier_token26] = ACTIONS(1589), + [aux_sym_cmd_identifier_token27] = ACTIONS(1589), + [aux_sym_cmd_identifier_token28] = ACTIONS(1589), + [aux_sym_cmd_identifier_token29] = ACTIONS(1589), + [aux_sym_cmd_identifier_token30] = ACTIONS(1589), + [aux_sym_cmd_identifier_token31] = ACTIONS(1589), + [aux_sym_cmd_identifier_token32] = ACTIONS(1589), + [aux_sym_cmd_identifier_token33] = ACTIONS(1589), + [aux_sym_cmd_identifier_token34] = ACTIONS(1587), + [aux_sym_cmd_identifier_token35] = ACTIONS(1589), + [aux_sym_cmd_identifier_token36] = ACTIONS(1589), + [aux_sym_cmd_identifier_token37] = ACTIONS(1589), + [aux_sym_cmd_identifier_token38] = ACTIONS(1587), + [aux_sym_cmd_identifier_token39] = ACTIONS(1589), + [aux_sym_cmd_identifier_token40] = ACTIONS(1589), + [anon_sym_def] = ACTIONS(1587), + [anon_sym_export_DASHenv] = ACTIONS(1587), + [anon_sym_extern] = ACTIONS(1587), + [anon_sym_module] = ACTIONS(1587), + [anon_sym_use] = ACTIONS(1587), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_DOLLAR] = ACTIONS(1589), + [anon_sym_error] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_break] = ACTIONS(1587), + [anon_sym_continue] = ACTIONS(1587), + [anon_sym_for] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_loop] = ACTIONS(1587), + [anon_sym_make] = ACTIONS(1587), + [anon_sym_while] = ACTIONS(1587), + [anon_sym_do] = ACTIONS(1587), + [anon_sym_if] = ACTIONS(1587), + [anon_sym_else] = ACTIONS(1587), + [anon_sym_match] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1587), + [anon_sym_catch] = ACTIONS(1587), + [anon_sym_return] = ACTIONS(1587), + [anon_sym_source] = ACTIONS(1587), + [anon_sym_source_DASHenv] = ACTIONS(1587), + [anon_sym_register] = ACTIONS(1587), + [anon_sym_hide] = ACTIONS(1587), + [anon_sym_hide_DASHenv] = ACTIONS(1587), + [anon_sym_overlay] = ACTIONS(1587), + [anon_sym_as] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(1679), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1587), + [aux_sym__val_number_token5] = ACTIONS(1587), + [aux_sym__val_number_token6] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [344] = { + [sym__expr_parenthesized_immediate] = STATE(7356), + [sym_comment] = STATE(344), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1693), + [aux_sym_cmd_identifier_token3] = ACTIONS(1693), + [aux_sym_cmd_identifier_token4] = ACTIONS(1693), + [aux_sym_cmd_identifier_token5] = ACTIONS(1693), + [aux_sym_cmd_identifier_token6] = ACTIONS(1693), + [aux_sym_cmd_identifier_token7] = ACTIONS(1693), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1693), + [aux_sym_cmd_identifier_token11] = ACTIONS(1693), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1693), + [aux_sym_cmd_identifier_token17] = ACTIONS(1693), + [aux_sym_cmd_identifier_token18] = ACTIONS(1693), + [aux_sym_cmd_identifier_token19] = ACTIONS(1693), + [aux_sym_cmd_identifier_token20] = ACTIONS(1693), + [aux_sym_cmd_identifier_token21] = ACTIONS(1693), + [aux_sym_cmd_identifier_token22] = ACTIONS(1693), + [aux_sym_cmd_identifier_token23] = ACTIONS(1693), + [aux_sym_cmd_identifier_token24] = ACTIONS(1693), + [aux_sym_cmd_identifier_token25] = ACTIONS(1693), + [aux_sym_cmd_identifier_token26] = ACTIONS(1693), + [aux_sym_cmd_identifier_token27] = ACTIONS(1693), + [aux_sym_cmd_identifier_token28] = ACTIONS(1693), + [aux_sym_cmd_identifier_token29] = ACTIONS(1693), + [aux_sym_cmd_identifier_token30] = ACTIONS(1693), + [aux_sym_cmd_identifier_token31] = ACTIONS(1693), + [aux_sym_cmd_identifier_token32] = ACTIONS(1693), + [aux_sym_cmd_identifier_token33] = ACTIONS(1693), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1693), + [aux_sym_cmd_identifier_token36] = ACTIONS(1693), + [aux_sym_cmd_identifier_token37] = ACTIONS(1693), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1693), + [aux_sym_cmd_identifier_token40] = ACTIONS(1693), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1693), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1693), + [anon_sym_DOT_DOT2] = ACTIONS(1737), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1739), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1739), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(1741), + [sym_duration_unit] = ACTIONS(1743), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1693), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [345] = { + [sym_comment] = STATE(345), + [anon_sym_export] = ACTIONS(1667), + [anon_sym_alias] = ACTIONS(1667), + [anon_sym_let] = ACTIONS(1667), + [anon_sym_let_DASHenv] = ACTIONS(1667), + [anon_sym_mut] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [aux_sym_cmd_identifier_token1] = ACTIONS(1667), + [aux_sym_cmd_identifier_token2] = ACTIONS(1669), + [aux_sym_cmd_identifier_token3] = ACTIONS(1669), + [aux_sym_cmd_identifier_token4] = ACTIONS(1669), + [aux_sym_cmd_identifier_token5] = ACTIONS(1669), + [aux_sym_cmd_identifier_token6] = ACTIONS(1669), + [aux_sym_cmd_identifier_token7] = ACTIONS(1669), + [aux_sym_cmd_identifier_token8] = ACTIONS(1667), + [aux_sym_cmd_identifier_token9] = ACTIONS(1667), + [aux_sym_cmd_identifier_token10] = ACTIONS(1669), + [aux_sym_cmd_identifier_token11] = ACTIONS(1669), + [aux_sym_cmd_identifier_token12] = ACTIONS(1667), + [aux_sym_cmd_identifier_token13] = ACTIONS(1667), + [aux_sym_cmd_identifier_token14] = ACTIONS(1667), + [aux_sym_cmd_identifier_token15] = ACTIONS(1667), + [aux_sym_cmd_identifier_token16] = ACTIONS(1669), + [aux_sym_cmd_identifier_token17] = ACTIONS(1669), + [aux_sym_cmd_identifier_token18] = ACTIONS(1669), + [aux_sym_cmd_identifier_token19] = ACTIONS(1669), + [aux_sym_cmd_identifier_token20] = ACTIONS(1669), + [aux_sym_cmd_identifier_token21] = ACTIONS(1669), + [aux_sym_cmd_identifier_token22] = ACTIONS(1669), + [aux_sym_cmd_identifier_token23] = ACTIONS(1669), + [aux_sym_cmd_identifier_token24] = ACTIONS(1669), + [aux_sym_cmd_identifier_token25] = ACTIONS(1669), + [aux_sym_cmd_identifier_token26] = ACTIONS(1669), + [aux_sym_cmd_identifier_token27] = ACTIONS(1669), + [aux_sym_cmd_identifier_token28] = ACTIONS(1669), + [aux_sym_cmd_identifier_token29] = ACTIONS(1669), + [aux_sym_cmd_identifier_token30] = ACTIONS(1669), + [aux_sym_cmd_identifier_token31] = ACTIONS(1669), + [aux_sym_cmd_identifier_token32] = ACTIONS(1669), + [aux_sym_cmd_identifier_token33] = ACTIONS(1669), + [aux_sym_cmd_identifier_token34] = ACTIONS(1667), + [aux_sym_cmd_identifier_token35] = ACTIONS(1669), + [aux_sym_cmd_identifier_token36] = ACTIONS(1669), + [aux_sym_cmd_identifier_token37] = ACTIONS(1669), + [aux_sym_cmd_identifier_token38] = ACTIONS(1667), + [aux_sym_cmd_identifier_token39] = ACTIONS(1669), + [aux_sym_cmd_identifier_token40] = ACTIONS(1669), + [anon_sym_def] = ACTIONS(1667), + [anon_sym_export_DASHenv] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym_module] = ACTIONS(1667), + [anon_sym_use] = ACTIONS(1667), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1669), + [anon_sym_error] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_loop] = ACTIONS(1667), + [anon_sym_make] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_match] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_catch] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_source] = ACTIONS(1667), + [anon_sym_source_DASHenv] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_hide] = ACTIONS(1667), + [anon_sym_hide_DASHenv] = ACTIONS(1667), + [anon_sym_overlay] = ACTIONS(1667), + [anon_sym_as] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(1747), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1667), + [aux_sym__val_number_token5] = ACTIONS(1667), + [aux_sym__val_number_token6] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1669), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [346] = { + [sym__expr_parenthesized_immediate] = STATE(752), + [sym__immediate_decimal] = STATE(753), + [sym_val_variable] = STATE(752), + [sym_comment] = STATE(346), + [anon_sym_export] = ACTIONS(1633), + [anon_sym_alias] = ACTIONS(1633), + [anon_sym_let] = ACTIONS(1633), + [anon_sym_let_DASHenv] = ACTIONS(1633), + [anon_sym_mut] = ACTIONS(1633), + [anon_sym_const] = ACTIONS(1633), + [aux_sym_cmd_identifier_token1] = ACTIONS(1633), + [aux_sym_cmd_identifier_token2] = ACTIONS(1643), + [aux_sym_cmd_identifier_token3] = ACTIONS(1643), + [aux_sym_cmd_identifier_token4] = ACTIONS(1643), + [aux_sym_cmd_identifier_token5] = ACTIONS(1643), + [aux_sym_cmd_identifier_token6] = ACTIONS(1643), + [aux_sym_cmd_identifier_token7] = ACTIONS(1643), + [aux_sym_cmd_identifier_token8] = ACTIONS(1633), + [aux_sym_cmd_identifier_token9] = ACTIONS(1633), + [aux_sym_cmd_identifier_token10] = ACTIONS(1643), + [aux_sym_cmd_identifier_token11] = ACTIONS(1643), + [aux_sym_cmd_identifier_token12] = ACTIONS(1633), + [aux_sym_cmd_identifier_token13] = ACTIONS(1633), + [aux_sym_cmd_identifier_token14] = ACTIONS(1633), + [aux_sym_cmd_identifier_token15] = ACTIONS(1633), + [aux_sym_cmd_identifier_token16] = ACTIONS(1643), + [aux_sym_cmd_identifier_token17] = ACTIONS(1643), + [aux_sym_cmd_identifier_token18] = ACTIONS(1643), + [aux_sym_cmd_identifier_token19] = ACTIONS(1643), + [aux_sym_cmd_identifier_token20] = ACTIONS(1643), + [aux_sym_cmd_identifier_token21] = ACTIONS(1643), + [aux_sym_cmd_identifier_token22] = ACTIONS(1643), + [aux_sym_cmd_identifier_token23] = ACTIONS(1643), + [aux_sym_cmd_identifier_token24] = ACTIONS(1643), + [aux_sym_cmd_identifier_token25] = ACTIONS(1643), + [aux_sym_cmd_identifier_token26] = ACTIONS(1643), + [aux_sym_cmd_identifier_token27] = ACTIONS(1643), + [aux_sym_cmd_identifier_token28] = ACTIONS(1643), + [aux_sym_cmd_identifier_token29] = ACTIONS(1643), + [aux_sym_cmd_identifier_token30] = ACTIONS(1643), + [aux_sym_cmd_identifier_token31] = ACTIONS(1643), + [aux_sym_cmd_identifier_token32] = ACTIONS(1643), + [aux_sym_cmd_identifier_token33] = ACTIONS(1643), + [aux_sym_cmd_identifier_token34] = ACTIONS(1633), + [aux_sym_cmd_identifier_token35] = ACTIONS(1643), + [aux_sym_cmd_identifier_token36] = ACTIONS(1643), + [aux_sym_cmd_identifier_token37] = ACTIONS(1643), + [aux_sym_cmd_identifier_token38] = ACTIONS(1633), + [aux_sym_cmd_identifier_token39] = ACTIONS(1643), + [aux_sym_cmd_identifier_token40] = ACTIONS(1643), + [anon_sym_def] = ACTIONS(1633), + [anon_sym_export_DASHenv] = ACTIONS(1633), + [anon_sym_extern] = ACTIONS(1633), + [anon_sym_module] = ACTIONS(1633), + [anon_sym_use] = ACTIONS(1633), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_break] = ACTIONS(1633), + [anon_sym_continue] = ACTIONS(1633), + [anon_sym_for] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1633), + [anon_sym_loop] = ACTIONS(1633), + [anon_sym_make] = ACTIONS(1633), + [anon_sym_while] = ACTIONS(1633), + [anon_sym_do] = ACTIONS(1633), + [anon_sym_if] = ACTIONS(1633), + [anon_sym_else] = ACTIONS(1633), + [anon_sym_match] = ACTIONS(1633), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_try] = ACTIONS(1633), + [anon_sym_catch] = ACTIONS(1633), + [anon_sym_return] = ACTIONS(1633), + [anon_sym_source] = ACTIONS(1633), + [anon_sym_source_DASHenv] = ACTIONS(1633), + [anon_sym_register] = ACTIONS(1633), + [anon_sym_hide] = ACTIONS(1633), + [anon_sym_hide_DASHenv] = ACTIONS(1633), + [anon_sym_overlay] = ACTIONS(1633), + [anon_sym_as] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(1749), + [aux_sym__immediate_decimal_token3] = ACTIONS(1751), + [aux_sym__immediate_decimal_token4] = ACTIONS(1753), + [aux_sym__immediate_decimal_token5] = ACTIONS(1755), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1633), + [aux_sym__val_number_token5] = ACTIONS(1633), + [aux_sym__val_number_token6] = ACTIONS(1633), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), + }, + [347] = { + [sym__expr_parenthesized_immediate] = STATE(716), + [sym__immediate_decimal] = STATE(717), + [sym_val_variable] = STATE(716), + [sym_comment] = STATE(347), + [anon_sym_export] = ACTIONS(1707), + [anon_sym_alias] = ACTIONS(1707), + [anon_sym_let] = ACTIONS(1707), + [anon_sym_let_DASHenv] = ACTIONS(1707), + [anon_sym_mut] = ACTIONS(1707), + [anon_sym_const] = ACTIONS(1707), + [aux_sym_cmd_identifier_token1] = ACTIONS(1707), [aux_sym_cmd_identifier_token2] = ACTIONS(1709), [aux_sym_cmd_identifier_token3] = ACTIONS(1709), [aux_sym_cmd_identifier_token4] = ACTIONS(1709), [aux_sym_cmd_identifier_token5] = ACTIONS(1709), [aux_sym_cmd_identifier_token6] = ACTIONS(1709), [aux_sym_cmd_identifier_token7] = ACTIONS(1709), - [aux_sym_cmd_identifier_token8] = ACTIONS(1709), - [aux_sym_cmd_identifier_token9] = ACTIONS(1709), + [aux_sym_cmd_identifier_token8] = ACTIONS(1707), + [aux_sym_cmd_identifier_token9] = ACTIONS(1707), [aux_sym_cmd_identifier_token10] = ACTIONS(1709), [aux_sym_cmd_identifier_token11] = ACTIONS(1709), - [aux_sym_cmd_identifier_token12] = ACTIONS(1709), - [aux_sym_cmd_identifier_token13] = ACTIONS(1709), - [aux_sym_cmd_identifier_token14] = ACTIONS(1709), - [aux_sym_cmd_identifier_token15] = ACTIONS(1709), + [aux_sym_cmd_identifier_token12] = ACTIONS(1707), + [aux_sym_cmd_identifier_token13] = ACTIONS(1707), + [aux_sym_cmd_identifier_token14] = ACTIONS(1707), + [aux_sym_cmd_identifier_token15] = ACTIONS(1707), [aux_sym_cmd_identifier_token16] = ACTIONS(1709), [aux_sym_cmd_identifier_token17] = ACTIONS(1709), [aux_sym_cmd_identifier_token18] = ACTIONS(1709), @@ -118217,417 +118780,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1709), [aux_sym_cmd_identifier_token32] = ACTIONS(1709), [aux_sym_cmd_identifier_token33] = ACTIONS(1709), - [aux_sym_cmd_identifier_token34] = ACTIONS(1709), + [aux_sym_cmd_identifier_token34] = ACTIONS(1707), [aux_sym_cmd_identifier_token35] = ACTIONS(1709), [aux_sym_cmd_identifier_token36] = ACTIONS(1709), [aux_sym_cmd_identifier_token37] = ACTIONS(1709), - [aux_sym_cmd_identifier_token38] = ACTIONS(1709), + [aux_sym_cmd_identifier_token38] = ACTIONS(1707), [aux_sym_cmd_identifier_token39] = ACTIONS(1709), [aux_sym_cmd_identifier_token40] = ACTIONS(1709), - [anon_sym_def] = ACTIONS(1709), - [anon_sym_export_DASHenv] = ACTIONS(1709), - [anon_sym_extern] = ACTIONS(1709), - [anon_sym_module] = ACTIONS(1709), - [anon_sym_use] = ACTIONS(1709), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_error] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_break] = ACTIONS(1709), - [anon_sym_continue] = ACTIONS(1709), - [anon_sym_for] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1709), - [anon_sym_make] = ACTIONS(1709), - [anon_sym_while] = ACTIONS(1709), - [anon_sym_do] = ACTIONS(1709), - [anon_sym_if] = ACTIONS(1709), - [anon_sym_else] = ACTIONS(1709), - [anon_sym_match] = ACTIONS(1709), + [anon_sym_def] = ACTIONS(1707), + [anon_sym_export_DASHenv] = ACTIONS(1707), + [anon_sym_extern] = ACTIONS(1707), + [anon_sym_module] = ACTIONS(1707), + [anon_sym_use] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1707), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_break] = ACTIONS(1707), + [anon_sym_continue] = ACTIONS(1707), + [anon_sym_for] = ACTIONS(1707), + [anon_sym_in2] = ACTIONS(1707), + [anon_sym_loop] = ACTIONS(1707), + [anon_sym_make] = ACTIONS(1707), + [anon_sym_while] = ACTIONS(1707), + [anon_sym_do] = ACTIONS(1707), + [anon_sym_if] = ACTIONS(1707), + [anon_sym_else] = ACTIONS(1707), + [anon_sym_match] = ACTIONS(1707), [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_try] = ACTIONS(1709), - [anon_sym_catch] = ACTIONS(1709), - [anon_sym_return] = ACTIONS(1709), - [anon_sym_source] = ACTIONS(1709), - [anon_sym_source_DASHenv] = ACTIONS(1709), - [anon_sym_register] = ACTIONS(1709), - [anon_sym_hide] = ACTIONS(1709), - [anon_sym_hide_DASHenv] = ACTIONS(1709), - [anon_sym_overlay] = ACTIONS(1709), - [anon_sym_as] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), + [anon_sym_try] = ACTIONS(1707), + [anon_sym_catch] = ACTIONS(1707), + [anon_sym_return] = ACTIONS(1707), + [anon_sym_source] = ACTIONS(1707), + [anon_sym_source_DASHenv] = ACTIONS(1707), + [anon_sym_register] = ACTIONS(1707), + [anon_sym_hide] = ACTIONS(1707), + [anon_sym_hide_DASHenv] = ACTIONS(1707), + [anon_sym_overlay] = ACTIONS(1707), + [anon_sym_as] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1707), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), + [aux_sym__immediate_decimal_token1] = ACTIONS(1749), + [aux_sym__immediate_decimal_token3] = ACTIONS(1751), + [aux_sym__immediate_decimal_token4] = ACTIONS(1753), + [aux_sym__immediate_decimal_token5] = ACTIONS(1755), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1709), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1709), - [aux_sym__val_number_decimal_token3] = ACTIONS(1709), - [aux_sym__val_number_decimal_token4] = ACTIONS(1709), + [aux_sym__val_number_decimal_token1] = ACTIONS(1707), + [aux_sym__val_number_decimal_token2] = ACTIONS(1707), + [aux_sym__val_number_decimal_token3] = ACTIONS(1707), + [aux_sym__val_number_decimal_token4] = ACTIONS(1707), [aux_sym__val_number_token1] = ACTIONS(1709), [aux_sym__val_number_token2] = ACTIONS(1709), [aux_sym__val_number_token3] = ACTIONS(1709), - [aux_sym__val_number_token4] = ACTIONS(1709), - [aux_sym__val_number_token5] = ACTIONS(1709), - [aux_sym__val_number_token6] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1709), + [aux_sym__val_number_token4] = ACTIONS(1707), + [aux_sym__val_number_token5] = ACTIONS(1707), + [aux_sym__val_number_token6] = ACTIONS(1707), [anon_sym_DQUOTE] = ACTIONS(1709), [sym__str_single_quotes] = ACTIONS(1709), [sym__str_back_ticks] = ACTIONS(1709), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1709), - [sym__entry_separator] = ACTIONS(1711), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1711), - }, - [343] = { - [sym_comment] = STATE(343), - [anon_sym_export] = ACTIONS(1723), - [anon_sym_alias] = ACTIONS(1723), - [anon_sym_let] = ACTIONS(1723), - [anon_sym_let_DASHenv] = ACTIONS(1723), - [anon_sym_mut] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [aux_sym_cmd_identifier_token1] = ACTIONS(1723), - [aux_sym_cmd_identifier_token2] = ACTIONS(1723), - [aux_sym_cmd_identifier_token3] = ACTIONS(1723), - [aux_sym_cmd_identifier_token4] = ACTIONS(1723), - [aux_sym_cmd_identifier_token5] = ACTIONS(1723), - [aux_sym_cmd_identifier_token6] = ACTIONS(1723), - [aux_sym_cmd_identifier_token7] = ACTIONS(1723), - [aux_sym_cmd_identifier_token8] = ACTIONS(1723), - [aux_sym_cmd_identifier_token9] = ACTIONS(1723), - [aux_sym_cmd_identifier_token10] = ACTIONS(1723), - [aux_sym_cmd_identifier_token11] = ACTIONS(1723), - [aux_sym_cmd_identifier_token12] = ACTIONS(1723), - [aux_sym_cmd_identifier_token13] = ACTIONS(1723), - [aux_sym_cmd_identifier_token14] = ACTIONS(1723), - [aux_sym_cmd_identifier_token15] = ACTIONS(1723), - [aux_sym_cmd_identifier_token16] = ACTIONS(1723), - [aux_sym_cmd_identifier_token17] = ACTIONS(1723), - [aux_sym_cmd_identifier_token18] = ACTIONS(1723), - [aux_sym_cmd_identifier_token19] = ACTIONS(1723), - [aux_sym_cmd_identifier_token20] = ACTIONS(1723), - [aux_sym_cmd_identifier_token21] = ACTIONS(1723), - [aux_sym_cmd_identifier_token22] = ACTIONS(1723), - [aux_sym_cmd_identifier_token23] = ACTIONS(1723), - [aux_sym_cmd_identifier_token24] = ACTIONS(1723), - [aux_sym_cmd_identifier_token25] = ACTIONS(1723), - [aux_sym_cmd_identifier_token26] = ACTIONS(1723), - [aux_sym_cmd_identifier_token27] = ACTIONS(1723), - [aux_sym_cmd_identifier_token28] = ACTIONS(1723), - [aux_sym_cmd_identifier_token29] = ACTIONS(1723), - [aux_sym_cmd_identifier_token30] = ACTIONS(1723), - [aux_sym_cmd_identifier_token31] = ACTIONS(1723), - [aux_sym_cmd_identifier_token32] = ACTIONS(1723), - [aux_sym_cmd_identifier_token33] = ACTIONS(1723), - [aux_sym_cmd_identifier_token34] = ACTIONS(1723), - [aux_sym_cmd_identifier_token35] = ACTIONS(1723), - [aux_sym_cmd_identifier_token36] = ACTIONS(1723), - [aux_sym_cmd_identifier_token37] = ACTIONS(1723), - [aux_sym_cmd_identifier_token38] = ACTIONS(1723), - [aux_sym_cmd_identifier_token39] = ACTIONS(1723), - [aux_sym_cmd_identifier_token40] = ACTIONS(1723), - [anon_sym_def] = ACTIONS(1723), - [anon_sym_export_DASHenv] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym_module] = ACTIONS(1723), - [anon_sym_use] = ACTIONS(1723), - [anon_sym_LPAREN] = ACTIONS(1723), - [anon_sym_DOLLAR] = ACTIONS(1723), - [anon_sym_error] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_loop] = ACTIONS(1723), - [anon_sym_make] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_else] = ACTIONS(1723), - [anon_sym_match] = ACTIONS(1723), - [anon_sym_RBRACE] = ACTIONS(1723), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_catch] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_source] = ACTIONS(1723), - [anon_sym_source_DASHenv] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_hide] = ACTIONS(1723), - [anon_sym_hide_DASHenv] = ACTIONS(1723), - [anon_sym_overlay] = ACTIONS(1723), - [anon_sym_as] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1723), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1723), - [aux_sym__val_number_decimal_token3] = ACTIONS(1723), - [aux_sym__val_number_decimal_token4] = ACTIONS(1723), - [aux_sym__val_number_token1] = ACTIONS(1723), - [aux_sym__val_number_token2] = ACTIONS(1723), - [aux_sym__val_number_token3] = ACTIONS(1723), - [aux_sym__val_number_token4] = ACTIONS(1723), - [aux_sym__val_number_token5] = ACTIONS(1723), - [aux_sym__val_number_token6] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1723), - [anon_sym_DQUOTE] = ACTIONS(1723), - [sym__str_single_quotes] = ACTIONS(1723), - [sym__str_back_ticks] = ACTIONS(1723), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1723), - [sym__entry_separator] = ACTIONS(1725), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1725), - }, - [344] = { - [sym_comment] = STATE(344), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1727), - [aux_sym_cmd_identifier_token3] = ACTIONS(1727), - [aux_sym_cmd_identifier_token4] = ACTIONS(1727), - [aux_sym_cmd_identifier_token5] = ACTIONS(1727), - [aux_sym_cmd_identifier_token6] = ACTIONS(1727), - [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1727), - [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1727), - [aux_sym_cmd_identifier_token17] = ACTIONS(1727), - [aux_sym_cmd_identifier_token18] = ACTIONS(1727), - [aux_sym_cmd_identifier_token19] = ACTIONS(1727), - [aux_sym_cmd_identifier_token20] = ACTIONS(1727), - [aux_sym_cmd_identifier_token21] = ACTIONS(1727), - [aux_sym_cmd_identifier_token22] = ACTIONS(1727), - [aux_sym_cmd_identifier_token23] = ACTIONS(1727), - [aux_sym_cmd_identifier_token24] = ACTIONS(1727), - [aux_sym_cmd_identifier_token25] = ACTIONS(1727), - [aux_sym_cmd_identifier_token26] = ACTIONS(1727), - [aux_sym_cmd_identifier_token27] = ACTIONS(1727), - [aux_sym_cmd_identifier_token28] = ACTIONS(1727), - [aux_sym_cmd_identifier_token29] = ACTIONS(1727), - [aux_sym_cmd_identifier_token30] = ACTIONS(1727), - [aux_sym_cmd_identifier_token31] = ACTIONS(1727), - [aux_sym_cmd_identifier_token32] = ACTIONS(1727), - [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1727), - [aux_sym_cmd_identifier_token36] = ACTIONS(1727), - [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1727), - [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(1731), - [aux_sym__immediate_decimal_token2] = ACTIONS(1733), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1727), - [aux_sym__val_number_decimal_token3] = ACTIONS(1727), - [aux_sym__val_number_decimal_token4] = ACTIONS(1727), - [aux_sym__val_number_token1] = ACTIONS(1727), - [aux_sym__val_number_token2] = ACTIONS(1727), - [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1727), - [sym__str_single_quotes] = ACTIONS(1727), - [sym__str_back_ticks] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1709), }, - [345] = { - [sym_comment] = STATE(345), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(1739), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1741), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [348] = { + [sym__expr_parenthesized_immediate] = STATE(718), + [sym__immediate_decimal] = STATE(686), + [sym_val_variable] = STATE(718), + [sym_comment] = STATE(348), + [anon_sym_export] = ACTIONS(1711), + [anon_sym_alias] = ACTIONS(1711), + [anon_sym_let] = ACTIONS(1711), + [anon_sym_let_DASHenv] = ACTIONS(1711), + [anon_sym_mut] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [aux_sym_cmd_identifier_token1] = ACTIONS(1711), + [aux_sym_cmd_identifier_token2] = ACTIONS(1713), + [aux_sym_cmd_identifier_token3] = ACTIONS(1713), + [aux_sym_cmd_identifier_token4] = ACTIONS(1713), + [aux_sym_cmd_identifier_token5] = ACTIONS(1713), + [aux_sym_cmd_identifier_token6] = ACTIONS(1713), + [aux_sym_cmd_identifier_token7] = ACTIONS(1713), + [aux_sym_cmd_identifier_token8] = ACTIONS(1711), + [aux_sym_cmd_identifier_token9] = ACTIONS(1711), + [aux_sym_cmd_identifier_token10] = ACTIONS(1713), + [aux_sym_cmd_identifier_token11] = ACTIONS(1713), + [aux_sym_cmd_identifier_token12] = ACTIONS(1711), + [aux_sym_cmd_identifier_token13] = ACTIONS(1711), + [aux_sym_cmd_identifier_token14] = ACTIONS(1711), + [aux_sym_cmd_identifier_token15] = ACTIONS(1711), + [aux_sym_cmd_identifier_token16] = ACTIONS(1713), + [aux_sym_cmd_identifier_token17] = ACTIONS(1713), + [aux_sym_cmd_identifier_token18] = ACTIONS(1713), + [aux_sym_cmd_identifier_token19] = ACTIONS(1713), + [aux_sym_cmd_identifier_token20] = ACTIONS(1713), + [aux_sym_cmd_identifier_token21] = ACTIONS(1713), + [aux_sym_cmd_identifier_token22] = ACTIONS(1713), + [aux_sym_cmd_identifier_token23] = ACTIONS(1713), + [aux_sym_cmd_identifier_token24] = ACTIONS(1713), + [aux_sym_cmd_identifier_token25] = ACTIONS(1713), + [aux_sym_cmd_identifier_token26] = ACTIONS(1713), + [aux_sym_cmd_identifier_token27] = ACTIONS(1713), + [aux_sym_cmd_identifier_token28] = ACTIONS(1713), + [aux_sym_cmd_identifier_token29] = ACTIONS(1713), + [aux_sym_cmd_identifier_token30] = ACTIONS(1713), + [aux_sym_cmd_identifier_token31] = ACTIONS(1713), + [aux_sym_cmd_identifier_token32] = ACTIONS(1713), + [aux_sym_cmd_identifier_token33] = ACTIONS(1713), + [aux_sym_cmd_identifier_token34] = ACTIONS(1711), + [aux_sym_cmd_identifier_token35] = ACTIONS(1713), + [aux_sym_cmd_identifier_token36] = ACTIONS(1713), + [aux_sym_cmd_identifier_token37] = ACTIONS(1713), + [aux_sym_cmd_identifier_token38] = ACTIONS(1711), + [aux_sym_cmd_identifier_token39] = ACTIONS(1713), + [aux_sym_cmd_identifier_token40] = ACTIONS(1713), + [anon_sym_def] = ACTIONS(1711), + [anon_sym_export_DASHenv] = ACTIONS(1711), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym_module] = ACTIONS(1711), + [anon_sym_use] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1711), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_in2] = ACTIONS(1711), + [anon_sym_loop] = ACTIONS(1711), + [anon_sym_make] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_else] = ACTIONS(1711), + [anon_sym_match] = ACTIONS(1711), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_try] = ACTIONS(1711), + [anon_sym_catch] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_source] = ACTIONS(1711), + [anon_sym_source_DASHenv] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_hide] = ACTIONS(1711), + [anon_sym_hide_DASHenv] = ACTIONS(1711), + [anon_sym_overlay] = ACTIONS(1711), + [anon_sym_as] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1711), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1713), + [aux_sym__immediate_decimal_token1] = ACTIONS(1749), + [aux_sym__immediate_decimal_token3] = ACTIONS(1751), + [aux_sym__immediate_decimal_token4] = ACTIONS(1753), + [aux_sym__immediate_decimal_token5] = ACTIONS(1755), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1713), + [aux_sym__val_number_decimal_token1] = ACTIONS(1711), + [aux_sym__val_number_decimal_token2] = ACTIONS(1711), + [aux_sym__val_number_decimal_token3] = ACTIONS(1711), + [aux_sym__val_number_decimal_token4] = ACTIONS(1711), + [aux_sym__val_number_token1] = ACTIONS(1713), + [aux_sym__val_number_token2] = ACTIONS(1713), + [aux_sym__val_number_token3] = ACTIONS(1713), + [aux_sym__val_number_token4] = ACTIONS(1711), + [aux_sym__val_number_token5] = ACTIONS(1711), + [aux_sym__val_number_token6] = ACTIONS(1711), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym__str_single_quotes] = ACTIONS(1713), + [sym__str_back_ticks] = ACTIONS(1713), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1713), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1713), }, - [346] = { - [sym__expr_parenthesized_immediate] = STATE(7228), - [sym_comment] = STATE(346), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), + [349] = { + [sym__expr_parenthesized_immediate] = STATE(719), + [sym__immediate_decimal] = STATE(720), + [sym_val_variable] = STATE(719), + [sym_comment] = STATE(349), + [anon_sym_export] = ACTIONS(1657), + [anon_sym_alias] = ACTIONS(1657), + [anon_sym_let] = ACTIONS(1657), + [anon_sym_let_DASHenv] = ACTIONS(1657), + [anon_sym_mut] = ACTIONS(1657), + [anon_sym_const] = ACTIONS(1657), + [aux_sym_cmd_identifier_token1] = ACTIONS(1657), [aux_sym_cmd_identifier_token2] = ACTIONS(1665), [aux_sym_cmd_identifier_token3] = ACTIONS(1665), [aux_sym_cmd_identifier_token4] = ACTIONS(1665), [aux_sym_cmd_identifier_token5] = ACTIONS(1665), [aux_sym_cmd_identifier_token6] = ACTIONS(1665), [aux_sym_cmd_identifier_token7] = ACTIONS(1665), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), + [aux_sym_cmd_identifier_token8] = ACTIONS(1657), + [aux_sym_cmd_identifier_token9] = ACTIONS(1657), [aux_sym_cmd_identifier_token10] = ACTIONS(1665), [aux_sym_cmd_identifier_token11] = ACTIONS(1665), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), + [aux_sym_cmd_identifier_token12] = ACTIONS(1657), + [aux_sym_cmd_identifier_token13] = ACTIONS(1657), + [aux_sym_cmd_identifier_token14] = ACTIONS(1657), + [aux_sym_cmd_identifier_token15] = ACTIONS(1657), [aux_sym_cmd_identifier_token16] = ACTIONS(1665), [aux_sym_cmd_identifier_token17] = ACTIONS(1665), [aux_sym_cmd_identifier_token18] = ACTIONS(1665), @@ -118646,76 +118994,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1665), [aux_sym_cmd_identifier_token32] = ACTIONS(1665), [aux_sym_cmd_identifier_token33] = ACTIONS(1665), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), + [aux_sym_cmd_identifier_token34] = ACTIONS(1657), [aux_sym_cmd_identifier_token35] = ACTIONS(1665), [aux_sym_cmd_identifier_token36] = ACTIONS(1665), [aux_sym_cmd_identifier_token37] = ACTIONS(1665), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), + [aux_sym_cmd_identifier_token38] = ACTIONS(1657), [aux_sym_cmd_identifier_token39] = ACTIONS(1665), [aux_sym_cmd_identifier_token40] = ACTIONS(1665), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1665), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), + [anon_sym_def] = ACTIONS(1657), + [anon_sym_export_DASHenv] = ACTIONS(1657), + [anon_sym_extern] = ACTIONS(1657), + [anon_sym_module] = ACTIONS(1657), + [anon_sym_use] = ACTIONS(1657), + [anon_sym_LPAREN] = ACTIONS(1657), + [anon_sym_DOLLAR] = ACTIONS(1645), + [anon_sym_error] = ACTIONS(1657), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_break] = ACTIONS(1657), + [anon_sym_continue] = ACTIONS(1657), + [anon_sym_for] = ACTIONS(1657), + [anon_sym_in2] = ACTIONS(1657), + [anon_sym_loop] = ACTIONS(1657), + [anon_sym_make] = ACTIONS(1657), + [anon_sym_while] = ACTIONS(1657), + [anon_sym_do] = ACTIONS(1657), + [anon_sym_if] = ACTIONS(1657), + [anon_sym_else] = ACTIONS(1657), + [anon_sym_match] = ACTIONS(1657), [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(1653), + [anon_sym_try] = ACTIONS(1657), + [anon_sym_catch] = ACTIONS(1657), + [anon_sym_return] = ACTIONS(1657), + [anon_sym_source] = ACTIONS(1657), + [anon_sym_source_DASHenv] = ACTIONS(1657), + [anon_sym_register] = ACTIONS(1657), + [anon_sym_hide] = ACTIONS(1657), + [anon_sym_hide_DASHenv] = ACTIONS(1657), + [anon_sym_overlay] = ACTIONS(1657), + [anon_sym_as] = ACTIONS(1657), + [anon_sym_LPAREN2] = ACTIONS(1647), + [anon_sym_PLUS2] = ACTIONS(1657), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1665), - [anon_sym_DOT_DOT2] = ACTIONS(1743), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1745), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1745), + [aux_sym__immediate_decimal_token1] = ACTIONS(1749), + [aux_sym__immediate_decimal_token3] = ACTIONS(1751), + [aux_sym__immediate_decimal_token4] = ACTIONS(1753), + [aux_sym__immediate_decimal_token5] = ACTIONS(1755), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), + [aux_sym__val_number_decimal_token1] = ACTIONS(1657), + [aux_sym__val_number_decimal_token2] = ACTIONS(1657), + [aux_sym__val_number_decimal_token3] = ACTIONS(1657), + [aux_sym__val_number_decimal_token4] = ACTIONS(1657), [aux_sym__val_number_token1] = ACTIONS(1665), [aux_sym__val_number_token2] = ACTIONS(1665), [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(1747), - [sym_duration_unit] = ACTIONS(1749), + [aux_sym__val_number_token4] = ACTIONS(1657), + [aux_sym__val_number_token5] = ACTIONS(1657), + [aux_sym__val_number_token6] = ACTIONS(1657), [anon_sym_DQUOTE] = ACTIONS(1665), [sym__str_single_quotes] = ACTIONS(1665), [sym__str_back_ticks] = ACTIONS(1665), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1665), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1751), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1665), }, - [347] = { - [sym__expr_parenthesized_immediate] = STATE(731), - [sym__immediate_decimal] = STATE(732), - [sym_val_variable] = STATE(731), - [sym_comment] = STATE(347), + [350] = { + [sym_comment] = STATE(350), [anon_sym_export] = ACTIONS(1587), [anon_sym_alias] = ACTIONS(1587), [anon_sym_let] = ACTIONS(1587), @@ -118723,52 +119066,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1587), [anon_sym_const] = ACTIONS(1587), [aux_sym_cmd_identifier_token1] = ACTIONS(1587), - [aux_sym_cmd_identifier_token2] = ACTIONS(1597), - [aux_sym_cmd_identifier_token3] = ACTIONS(1597), - [aux_sym_cmd_identifier_token4] = ACTIONS(1597), - [aux_sym_cmd_identifier_token5] = ACTIONS(1597), - [aux_sym_cmd_identifier_token6] = ACTIONS(1597), - [aux_sym_cmd_identifier_token7] = ACTIONS(1597), + [aux_sym_cmd_identifier_token2] = ACTIONS(1587), + [aux_sym_cmd_identifier_token3] = ACTIONS(1587), + [aux_sym_cmd_identifier_token4] = ACTIONS(1587), + [aux_sym_cmd_identifier_token5] = ACTIONS(1587), + [aux_sym_cmd_identifier_token6] = ACTIONS(1587), + [aux_sym_cmd_identifier_token7] = ACTIONS(1587), [aux_sym_cmd_identifier_token8] = ACTIONS(1587), [aux_sym_cmd_identifier_token9] = ACTIONS(1587), - [aux_sym_cmd_identifier_token10] = ACTIONS(1597), - [aux_sym_cmd_identifier_token11] = ACTIONS(1597), + [aux_sym_cmd_identifier_token10] = ACTIONS(1587), + [aux_sym_cmd_identifier_token11] = ACTIONS(1587), [aux_sym_cmd_identifier_token12] = ACTIONS(1587), [aux_sym_cmd_identifier_token13] = ACTIONS(1587), [aux_sym_cmd_identifier_token14] = ACTIONS(1587), [aux_sym_cmd_identifier_token15] = ACTIONS(1587), - [aux_sym_cmd_identifier_token16] = ACTIONS(1597), - [aux_sym_cmd_identifier_token17] = ACTIONS(1597), - [aux_sym_cmd_identifier_token18] = ACTIONS(1597), - [aux_sym_cmd_identifier_token19] = ACTIONS(1597), - [aux_sym_cmd_identifier_token20] = ACTIONS(1597), - [aux_sym_cmd_identifier_token21] = ACTIONS(1597), - [aux_sym_cmd_identifier_token22] = ACTIONS(1597), - [aux_sym_cmd_identifier_token23] = ACTIONS(1597), - [aux_sym_cmd_identifier_token24] = ACTIONS(1597), - [aux_sym_cmd_identifier_token25] = ACTIONS(1597), - [aux_sym_cmd_identifier_token26] = ACTIONS(1597), - [aux_sym_cmd_identifier_token27] = ACTIONS(1597), - [aux_sym_cmd_identifier_token28] = ACTIONS(1597), - [aux_sym_cmd_identifier_token29] = ACTIONS(1597), - [aux_sym_cmd_identifier_token30] = ACTIONS(1597), - [aux_sym_cmd_identifier_token31] = ACTIONS(1597), - [aux_sym_cmd_identifier_token32] = ACTIONS(1597), - [aux_sym_cmd_identifier_token33] = ACTIONS(1597), + [aux_sym_cmd_identifier_token16] = ACTIONS(1587), + [aux_sym_cmd_identifier_token17] = ACTIONS(1587), + [aux_sym_cmd_identifier_token18] = ACTIONS(1587), + [aux_sym_cmd_identifier_token19] = ACTIONS(1587), + [aux_sym_cmd_identifier_token20] = ACTIONS(1587), + [aux_sym_cmd_identifier_token21] = ACTIONS(1587), + [aux_sym_cmd_identifier_token22] = ACTIONS(1587), + [aux_sym_cmd_identifier_token23] = ACTIONS(1587), + [aux_sym_cmd_identifier_token24] = ACTIONS(1587), + [aux_sym_cmd_identifier_token25] = ACTIONS(1587), + [aux_sym_cmd_identifier_token26] = ACTIONS(1587), + [aux_sym_cmd_identifier_token27] = ACTIONS(1587), + [aux_sym_cmd_identifier_token28] = ACTIONS(1587), + [aux_sym_cmd_identifier_token29] = ACTIONS(1587), + [aux_sym_cmd_identifier_token30] = ACTIONS(1587), + [aux_sym_cmd_identifier_token31] = ACTIONS(1587), + [aux_sym_cmd_identifier_token32] = ACTIONS(1587), + [aux_sym_cmd_identifier_token33] = ACTIONS(1587), [aux_sym_cmd_identifier_token34] = ACTIONS(1587), - [aux_sym_cmd_identifier_token35] = ACTIONS(1597), - [aux_sym_cmd_identifier_token36] = ACTIONS(1597), - [aux_sym_cmd_identifier_token37] = ACTIONS(1597), + [aux_sym_cmd_identifier_token35] = ACTIONS(1587), + [aux_sym_cmd_identifier_token36] = ACTIONS(1587), + [aux_sym_cmd_identifier_token37] = ACTIONS(1587), [aux_sym_cmd_identifier_token38] = ACTIONS(1587), - [aux_sym_cmd_identifier_token39] = ACTIONS(1597), - [aux_sym_cmd_identifier_token40] = ACTIONS(1597), + [aux_sym_cmd_identifier_token39] = ACTIONS(1587), + [aux_sym_cmd_identifier_token40] = ACTIONS(1587), [anon_sym_def] = ACTIONS(1587), [anon_sym_export_DASHenv] = ACTIONS(1587), [anon_sym_extern] = ACTIONS(1587), [anon_sym_module] = ACTIONS(1587), [anon_sym_use] = ACTIONS(1587), [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(1697), + [anon_sym_DOLLAR] = ACTIONS(1587), [anon_sym_error] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), [anon_sym_break] = ACTIONS(1587), @@ -118782,7 +119125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1587), [anon_sym_else] = ACTIONS(1587), [anon_sym_match] = ACTIONS(1587), - [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1587), [anon_sym_try] = ACTIONS(1587), [anon_sym_catch] = ACTIONS(1587), [anon_sym_return] = ACTIONS(1587), @@ -118793,482 +119136,482 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(1587), [anon_sym_overlay] = ACTIONS(1587), [anon_sym_as] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(1699), + [anon_sym_LPAREN2] = ACTIONS(1589), [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(1753), - [aux_sym__immediate_decimal_token3] = ACTIONS(1755), - [aux_sym__immediate_decimal_token4] = ACTIONS(1757), - [aux_sym__immediate_decimal_token5] = ACTIONS(1759), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1587), [aux_sym__val_number_decimal_token1] = ACTIONS(1587), [aux_sym__val_number_decimal_token2] = ACTIONS(1587), [aux_sym__val_number_decimal_token3] = ACTIONS(1587), [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1587), + [aux_sym__val_number_token2] = ACTIONS(1587), + [aux_sym__val_number_token3] = ACTIONS(1587), [aux_sym__val_number_token4] = ACTIONS(1587), [aux_sym__val_number_token5] = ACTIONS(1587), [aux_sym__val_number_token6] = ACTIONS(1587), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1597), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), - }, - [348] = { - [sym__expr_parenthesized_immediate] = STATE(690), - [sym__immediate_decimal] = STATE(691), - [sym_val_variable] = STATE(690), - [sym_comment] = STATE(348), - [anon_sym_export] = ACTIONS(1685), - [anon_sym_alias] = ACTIONS(1685), - [anon_sym_let] = ACTIONS(1685), - [anon_sym_let_DASHenv] = ACTIONS(1685), - [anon_sym_mut] = ACTIONS(1685), - [anon_sym_const] = ACTIONS(1685), - [aux_sym_cmd_identifier_token1] = ACTIONS(1685), - [aux_sym_cmd_identifier_token2] = ACTIONS(1687), - [aux_sym_cmd_identifier_token3] = ACTIONS(1687), - [aux_sym_cmd_identifier_token4] = ACTIONS(1687), - [aux_sym_cmd_identifier_token5] = ACTIONS(1687), - [aux_sym_cmd_identifier_token6] = ACTIONS(1687), - [aux_sym_cmd_identifier_token7] = ACTIONS(1687), - [aux_sym_cmd_identifier_token8] = ACTIONS(1685), - [aux_sym_cmd_identifier_token9] = ACTIONS(1685), - [aux_sym_cmd_identifier_token10] = ACTIONS(1687), - [aux_sym_cmd_identifier_token11] = ACTIONS(1687), - [aux_sym_cmd_identifier_token12] = ACTIONS(1685), - [aux_sym_cmd_identifier_token13] = ACTIONS(1685), - [aux_sym_cmd_identifier_token14] = ACTIONS(1685), - [aux_sym_cmd_identifier_token15] = ACTIONS(1685), - [aux_sym_cmd_identifier_token16] = ACTIONS(1687), - [aux_sym_cmd_identifier_token17] = ACTIONS(1687), - [aux_sym_cmd_identifier_token18] = ACTIONS(1687), - [aux_sym_cmd_identifier_token19] = ACTIONS(1687), - [aux_sym_cmd_identifier_token20] = ACTIONS(1687), - [aux_sym_cmd_identifier_token21] = ACTIONS(1687), - [aux_sym_cmd_identifier_token22] = ACTIONS(1687), - [aux_sym_cmd_identifier_token23] = ACTIONS(1687), - [aux_sym_cmd_identifier_token24] = ACTIONS(1687), - [aux_sym_cmd_identifier_token25] = ACTIONS(1687), - [aux_sym_cmd_identifier_token26] = ACTIONS(1687), - [aux_sym_cmd_identifier_token27] = ACTIONS(1687), - [aux_sym_cmd_identifier_token28] = ACTIONS(1687), - [aux_sym_cmd_identifier_token29] = ACTIONS(1687), - [aux_sym_cmd_identifier_token30] = ACTIONS(1687), - [aux_sym_cmd_identifier_token31] = ACTIONS(1687), - [aux_sym_cmd_identifier_token32] = ACTIONS(1687), - [aux_sym_cmd_identifier_token33] = ACTIONS(1687), - [aux_sym_cmd_identifier_token34] = ACTIONS(1685), - [aux_sym_cmd_identifier_token35] = ACTIONS(1687), - [aux_sym_cmd_identifier_token36] = ACTIONS(1687), - [aux_sym_cmd_identifier_token37] = ACTIONS(1687), - [aux_sym_cmd_identifier_token38] = ACTIONS(1685), - [aux_sym_cmd_identifier_token39] = ACTIONS(1687), - [aux_sym_cmd_identifier_token40] = ACTIONS(1687), - [anon_sym_def] = ACTIONS(1685), - [anon_sym_export_DASHenv] = ACTIONS(1685), - [anon_sym_extern] = ACTIONS(1685), - [anon_sym_module] = ACTIONS(1685), - [anon_sym_use] = ACTIONS(1685), - [anon_sym_LPAREN] = ACTIONS(1685), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1685), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_break] = ACTIONS(1685), - [anon_sym_continue] = ACTIONS(1685), - [anon_sym_for] = ACTIONS(1685), - [anon_sym_in2] = ACTIONS(1685), - [anon_sym_loop] = ACTIONS(1685), - [anon_sym_make] = ACTIONS(1685), - [anon_sym_while] = ACTIONS(1685), - [anon_sym_do] = ACTIONS(1685), - [anon_sym_if] = ACTIONS(1685), - [anon_sym_else] = ACTIONS(1685), - [anon_sym_match] = ACTIONS(1685), - [anon_sym_RBRACE] = ACTIONS(1687), - [anon_sym_try] = ACTIONS(1685), - [anon_sym_catch] = ACTIONS(1685), - [anon_sym_return] = ACTIONS(1685), - [anon_sym_source] = ACTIONS(1685), - [anon_sym_source_DASHenv] = ACTIONS(1685), - [anon_sym_register] = ACTIONS(1685), - [anon_sym_hide] = ACTIONS(1685), - [anon_sym_hide_DASHenv] = ACTIONS(1685), - [anon_sym_overlay] = ACTIONS(1685), - [anon_sym_as] = ACTIONS(1685), - [anon_sym_LPAREN2] = ACTIONS(1699), - [anon_sym_PLUS2] = ACTIONS(1685), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1687), - [aux_sym__immediate_decimal_token1] = ACTIONS(1753), - [aux_sym__immediate_decimal_token3] = ACTIONS(1755), - [aux_sym__immediate_decimal_token4] = ACTIONS(1757), - [aux_sym__immediate_decimal_token5] = ACTIONS(1759), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1685), - [aux_sym__val_number_decimal_token2] = ACTIONS(1685), - [aux_sym__val_number_decimal_token3] = ACTIONS(1685), - [aux_sym__val_number_decimal_token4] = ACTIONS(1685), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1685), - [aux_sym__val_number_token5] = ACTIONS(1685), - [aux_sym__val_number_token6] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1687), - }, - [349] = { - [sym__expr_parenthesized_immediate] = STATE(692), - [sym__immediate_decimal] = STATE(693), - [sym_val_variable] = STATE(692), - [sym_comment] = STATE(349), - [anon_sym_export] = ACTIONS(1689), - [anon_sym_alias] = ACTIONS(1689), - [anon_sym_let] = ACTIONS(1689), - [anon_sym_let_DASHenv] = ACTIONS(1689), - [anon_sym_mut] = ACTIONS(1689), - [anon_sym_const] = ACTIONS(1689), - [aux_sym_cmd_identifier_token1] = ACTIONS(1689), - [aux_sym_cmd_identifier_token2] = ACTIONS(1691), - [aux_sym_cmd_identifier_token3] = ACTIONS(1691), - [aux_sym_cmd_identifier_token4] = ACTIONS(1691), - [aux_sym_cmd_identifier_token5] = ACTIONS(1691), - [aux_sym_cmd_identifier_token6] = ACTIONS(1691), - [aux_sym_cmd_identifier_token7] = ACTIONS(1691), - [aux_sym_cmd_identifier_token8] = ACTIONS(1689), - [aux_sym_cmd_identifier_token9] = ACTIONS(1689), - [aux_sym_cmd_identifier_token10] = ACTIONS(1691), - [aux_sym_cmd_identifier_token11] = ACTIONS(1691), - [aux_sym_cmd_identifier_token12] = ACTIONS(1689), - [aux_sym_cmd_identifier_token13] = ACTIONS(1689), - [aux_sym_cmd_identifier_token14] = ACTIONS(1689), - [aux_sym_cmd_identifier_token15] = ACTIONS(1689), - [aux_sym_cmd_identifier_token16] = ACTIONS(1691), - [aux_sym_cmd_identifier_token17] = ACTIONS(1691), - [aux_sym_cmd_identifier_token18] = ACTIONS(1691), - [aux_sym_cmd_identifier_token19] = ACTIONS(1691), - [aux_sym_cmd_identifier_token20] = ACTIONS(1691), - [aux_sym_cmd_identifier_token21] = ACTIONS(1691), - [aux_sym_cmd_identifier_token22] = ACTIONS(1691), - [aux_sym_cmd_identifier_token23] = ACTIONS(1691), - [aux_sym_cmd_identifier_token24] = ACTIONS(1691), - [aux_sym_cmd_identifier_token25] = ACTIONS(1691), - [aux_sym_cmd_identifier_token26] = ACTIONS(1691), - [aux_sym_cmd_identifier_token27] = ACTIONS(1691), - [aux_sym_cmd_identifier_token28] = ACTIONS(1691), - [aux_sym_cmd_identifier_token29] = ACTIONS(1691), - [aux_sym_cmd_identifier_token30] = ACTIONS(1691), - [aux_sym_cmd_identifier_token31] = ACTIONS(1691), - [aux_sym_cmd_identifier_token32] = ACTIONS(1691), - [aux_sym_cmd_identifier_token33] = ACTIONS(1691), - [aux_sym_cmd_identifier_token34] = ACTIONS(1689), - [aux_sym_cmd_identifier_token35] = ACTIONS(1691), - [aux_sym_cmd_identifier_token36] = ACTIONS(1691), - [aux_sym_cmd_identifier_token37] = ACTIONS(1691), - [aux_sym_cmd_identifier_token38] = ACTIONS(1689), - [aux_sym_cmd_identifier_token39] = ACTIONS(1691), - [aux_sym_cmd_identifier_token40] = ACTIONS(1691), - [anon_sym_def] = ACTIONS(1689), - [anon_sym_export_DASHenv] = ACTIONS(1689), - [anon_sym_extern] = ACTIONS(1689), - [anon_sym_module] = ACTIONS(1689), - [anon_sym_use] = ACTIONS(1689), - [anon_sym_LPAREN] = ACTIONS(1689), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1689), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_break] = ACTIONS(1689), - [anon_sym_continue] = ACTIONS(1689), - [anon_sym_for] = ACTIONS(1689), - [anon_sym_in2] = ACTIONS(1689), - [anon_sym_loop] = ACTIONS(1689), - [anon_sym_make] = ACTIONS(1689), - [anon_sym_while] = ACTIONS(1689), - [anon_sym_do] = ACTIONS(1689), - [anon_sym_if] = ACTIONS(1689), - [anon_sym_else] = ACTIONS(1689), - [anon_sym_match] = ACTIONS(1689), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_try] = ACTIONS(1689), - [anon_sym_catch] = ACTIONS(1689), - [anon_sym_return] = ACTIONS(1689), - [anon_sym_source] = ACTIONS(1689), - [anon_sym_source_DASHenv] = ACTIONS(1689), - [anon_sym_register] = ACTIONS(1689), - [anon_sym_hide] = ACTIONS(1689), - [anon_sym_hide_DASHenv] = ACTIONS(1689), - [anon_sym_overlay] = ACTIONS(1689), - [anon_sym_as] = ACTIONS(1689), - [anon_sym_LPAREN2] = ACTIONS(1699), - [anon_sym_PLUS2] = ACTIONS(1689), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1691), - [aux_sym__immediate_decimal_token1] = ACTIONS(1753), - [aux_sym__immediate_decimal_token3] = ACTIONS(1755), - [aux_sym__immediate_decimal_token4] = ACTIONS(1757), - [aux_sym__immediate_decimal_token5] = ACTIONS(1759), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1689), - [aux_sym__val_number_decimal_token2] = ACTIONS(1689), - [aux_sym__val_number_decimal_token3] = ACTIONS(1689), - [aux_sym__val_number_decimal_token4] = ACTIONS(1689), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1689), - [aux_sym__val_number_token5] = ACTIONS(1689), - [aux_sym__val_number_token6] = ACTIONS(1689), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1691), - }, - [350] = { - [sym__expr_parenthesized_immediate] = STATE(694), - [sym__immediate_decimal] = STATE(695), - [sym_val_variable] = STATE(694), - [sym_comment] = STATE(350), - [anon_sym_export] = ACTIONS(1693), - [anon_sym_alias] = ACTIONS(1693), - [anon_sym_let] = ACTIONS(1693), - [anon_sym_let_DASHenv] = ACTIONS(1693), - [anon_sym_mut] = ACTIONS(1693), - [anon_sym_const] = ACTIONS(1693), - [aux_sym_cmd_identifier_token1] = ACTIONS(1693), - [aux_sym_cmd_identifier_token2] = ACTIONS(1695), - [aux_sym_cmd_identifier_token3] = ACTIONS(1695), - [aux_sym_cmd_identifier_token4] = ACTIONS(1695), - [aux_sym_cmd_identifier_token5] = ACTIONS(1695), - [aux_sym_cmd_identifier_token6] = ACTIONS(1695), - [aux_sym_cmd_identifier_token7] = ACTIONS(1695), - [aux_sym_cmd_identifier_token8] = ACTIONS(1693), - [aux_sym_cmd_identifier_token9] = ACTIONS(1693), - [aux_sym_cmd_identifier_token10] = ACTIONS(1695), - [aux_sym_cmd_identifier_token11] = ACTIONS(1695), - [aux_sym_cmd_identifier_token12] = ACTIONS(1693), - [aux_sym_cmd_identifier_token13] = ACTIONS(1693), - [aux_sym_cmd_identifier_token14] = ACTIONS(1693), - [aux_sym_cmd_identifier_token15] = ACTIONS(1693), - [aux_sym_cmd_identifier_token16] = ACTIONS(1695), - [aux_sym_cmd_identifier_token17] = ACTIONS(1695), - [aux_sym_cmd_identifier_token18] = ACTIONS(1695), - [aux_sym_cmd_identifier_token19] = ACTIONS(1695), - [aux_sym_cmd_identifier_token20] = ACTIONS(1695), - [aux_sym_cmd_identifier_token21] = ACTIONS(1695), - [aux_sym_cmd_identifier_token22] = ACTIONS(1695), - [aux_sym_cmd_identifier_token23] = ACTIONS(1695), - [aux_sym_cmd_identifier_token24] = ACTIONS(1695), - [aux_sym_cmd_identifier_token25] = ACTIONS(1695), - [aux_sym_cmd_identifier_token26] = ACTIONS(1695), - [aux_sym_cmd_identifier_token27] = ACTIONS(1695), - [aux_sym_cmd_identifier_token28] = ACTIONS(1695), - [aux_sym_cmd_identifier_token29] = ACTIONS(1695), - [aux_sym_cmd_identifier_token30] = ACTIONS(1695), - [aux_sym_cmd_identifier_token31] = ACTIONS(1695), - [aux_sym_cmd_identifier_token32] = ACTIONS(1695), - [aux_sym_cmd_identifier_token33] = ACTIONS(1695), - [aux_sym_cmd_identifier_token34] = ACTIONS(1693), - [aux_sym_cmd_identifier_token35] = ACTIONS(1695), - [aux_sym_cmd_identifier_token36] = ACTIONS(1695), - [aux_sym_cmd_identifier_token37] = ACTIONS(1695), - [aux_sym_cmd_identifier_token38] = ACTIONS(1693), - [aux_sym_cmd_identifier_token39] = ACTIONS(1695), - [aux_sym_cmd_identifier_token40] = ACTIONS(1695), - [anon_sym_def] = ACTIONS(1693), - [anon_sym_export_DASHenv] = ACTIONS(1693), - [anon_sym_extern] = ACTIONS(1693), - [anon_sym_module] = ACTIONS(1693), - [anon_sym_use] = ACTIONS(1693), - [anon_sym_LPAREN] = ACTIONS(1693), - [anon_sym_DOLLAR] = ACTIONS(1697), - [anon_sym_error] = ACTIONS(1693), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_break] = ACTIONS(1693), - [anon_sym_continue] = ACTIONS(1693), - [anon_sym_for] = ACTIONS(1693), - [anon_sym_in2] = ACTIONS(1693), - [anon_sym_loop] = ACTIONS(1693), - [anon_sym_make] = ACTIONS(1693), - [anon_sym_while] = ACTIONS(1693), - [anon_sym_do] = ACTIONS(1693), - [anon_sym_if] = ACTIONS(1693), - [anon_sym_else] = ACTIONS(1693), - [anon_sym_match] = ACTIONS(1693), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_try] = ACTIONS(1693), - [anon_sym_catch] = ACTIONS(1693), - [anon_sym_return] = ACTIONS(1693), - [anon_sym_source] = ACTIONS(1693), - [anon_sym_source_DASHenv] = ACTIONS(1693), - [anon_sym_register] = ACTIONS(1693), - [anon_sym_hide] = ACTIONS(1693), - [anon_sym_hide_DASHenv] = ACTIONS(1693), - [anon_sym_overlay] = ACTIONS(1693), - [anon_sym_as] = ACTIONS(1693), - [anon_sym_LPAREN2] = ACTIONS(1699), - [anon_sym_PLUS2] = ACTIONS(1693), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1695), - [aux_sym__immediate_decimal_token1] = ACTIONS(1753), - [aux_sym__immediate_decimal_token3] = ACTIONS(1755), - [aux_sym__immediate_decimal_token4] = ACTIONS(1757), - [aux_sym__immediate_decimal_token5] = ACTIONS(1759), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1693), - [aux_sym__val_number_decimal_token2] = ACTIONS(1693), - [aux_sym__val_number_decimal_token3] = ACTIONS(1693), - [aux_sym__val_number_decimal_token4] = ACTIONS(1693), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1693), - [aux_sym__val_number_token5] = ACTIONS(1693), - [aux_sym__val_number_token6] = ACTIONS(1693), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1695), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1587), + [sym__str_single_quotes] = ACTIONS(1587), + [sym__str_back_ticks] = ACTIONS(1587), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1587), + [sym__entry_separator] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1589), }, [351] = { - [sym_cell_path] = STATE(445), - [sym_path] = STATE(400), [sym_comment] = STATE(351), - [aux_sym_cell_path_repeat1] = STATE(363), - [anon_sym_export] = ACTIONS(1761), - [anon_sym_alias] = ACTIONS(1761), - [anon_sym_let] = ACTIONS(1761), - [anon_sym_let_DASHenv] = ACTIONS(1761), - [anon_sym_mut] = ACTIONS(1761), - [anon_sym_const] = ACTIONS(1761), - [aux_sym_cmd_identifier_token1] = ACTIONS(1761), - [aux_sym_cmd_identifier_token2] = ACTIONS(1761), - [aux_sym_cmd_identifier_token3] = ACTIONS(1761), - [aux_sym_cmd_identifier_token4] = ACTIONS(1761), - [aux_sym_cmd_identifier_token5] = ACTIONS(1761), - [aux_sym_cmd_identifier_token6] = ACTIONS(1761), - [aux_sym_cmd_identifier_token7] = ACTIONS(1761), - [aux_sym_cmd_identifier_token8] = ACTIONS(1761), - [aux_sym_cmd_identifier_token9] = ACTIONS(1761), - [aux_sym_cmd_identifier_token10] = ACTIONS(1761), - [aux_sym_cmd_identifier_token11] = ACTIONS(1761), - [aux_sym_cmd_identifier_token12] = ACTIONS(1761), - [aux_sym_cmd_identifier_token13] = ACTIONS(1761), - [aux_sym_cmd_identifier_token14] = ACTIONS(1761), - [aux_sym_cmd_identifier_token15] = ACTIONS(1761), - [aux_sym_cmd_identifier_token16] = ACTIONS(1761), - [aux_sym_cmd_identifier_token17] = ACTIONS(1761), - [aux_sym_cmd_identifier_token18] = ACTIONS(1761), - [aux_sym_cmd_identifier_token19] = ACTIONS(1761), - [aux_sym_cmd_identifier_token20] = ACTIONS(1761), - [aux_sym_cmd_identifier_token21] = ACTIONS(1761), - [aux_sym_cmd_identifier_token22] = ACTIONS(1761), - [aux_sym_cmd_identifier_token23] = ACTIONS(1761), - [aux_sym_cmd_identifier_token24] = ACTIONS(1761), - [aux_sym_cmd_identifier_token25] = ACTIONS(1761), - [aux_sym_cmd_identifier_token26] = ACTIONS(1761), - [aux_sym_cmd_identifier_token27] = ACTIONS(1761), - [aux_sym_cmd_identifier_token28] = ACTIONS(1761), - [aux_sym_cmd_identifier_token29] = ACTIONS(1761), - [aux_sym_cmd_identifier_token30] = ACTIONS(1761), - [aux_sym_cmd_identifier_token31] = ACTIONS(1761), - [aux_sym_cmd_identifier_token32] = ACTIONS(1761), - [aux_sym_cmd_identifier_token33] = ACTIONS(1761), - [aux_sym_cmd_identifier_token34] = ACTIONS(1761), - [aux_sym_cmd_identifier_token35] = ACTIONS(1761), - [aux_sym_cmd_identifier_token36] = ACTIONS(1761), - [aux_sym_cmd_identifier_token37] = ACTIONS(1761), - [aux_sym_cmd_identifier_token38] = ACTIONS(1761), - [aux_sym_cmd_identifier_token39] = ACTIONS(1761), - [aux_sym_cmd_identifier_token40] = ACTIONS(1761), - [anon_sym_def] = ACTIONS(1761), - [anon_sym_export_DASHenv] = ACTIONS(1761), - [anon_sym_extern] = ACTIONS(1761), - [anon_sym_module] = ACTIONS(1761), - [anon_sym_use] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1761), - [anon_sym_DOLLAR] = ACTIONS(1761), - [anon_sym_error] = ACTIONS(1761), - [anon_sym_DASH2] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_in2] = ACTIONS(1761), - [anon_sym_loop] = ACTIONS(1761), - [anon_sym_make] = ACTIONS(1761), - [anon_sym_while] = ACTIONS(1761), - [anon_sym_do] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_else] = ACTIONS(1761), - [anon_sym_match] = ACTIONS(1761), - [anon_sym_RBRACE] = ACTIONS(1761), - [anon_sym_try] = ACTIONS(1761), - [anon_sym_catch] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_source] = ACTIONS(1761), - [anon_sym_source_DASHenv] = ACTIONS(1761), - [anon_sym_register] = ACTIONS(1761), - [anon_sym_hide] = ACTIONS(1761), - [anon_sym_hide_DASHenv] = ACTIONS(1761), - [anon_sym_overlay] = ACTIONS(1761), - [anon_sym_as] = ACTIONS(1761), - [anon_sym_PLUS2] = ACTIONS(1761), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1761), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1761), - [aux_sym__val_number_decimal_token1] = ACTIONS(1761), - [aux_sym__val_number_decimal_token2] = ACTIONS(1761), - [aux_sym__val_number_decimal_token3] = ACTIONS(1761), - [aux_sym__val_number_decimal_token4] = ACTIONS(1761), - [aux_sym__val_number_token1] = ACTIONS(1761), - [aux_sym__val_number_token2] = ACTIONS(1761), - [aux_sym__val_number_token3] = ACTIONS(1761), - [aux_sym__val_number_token4] = ACTIONS(1761), - [aux_sym__val_number_token5] = ACTIONS(1761), - [aux_sym__val_number_token6] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1761), - [sym__str_single_quotes] = ACTIONS(1761), - [sym__str_back_ticks] = ACTIONS(1761), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1761), - [sym__entry_separator] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(1715), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(1761), + [aux_sym__immediate_decimal_token2] = ACTIONS(1763), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1763), + [sym_raw_string_begin] = ACTIONS(1759), }, [352] = { [sym_comment] = STATE(352), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), + [anon_sym_export] = ACTIONS(1667), + [anon_sym_alias] = ACTIONS(1667), + [anon_sym_let] = ACTIONS(1667), + [anon_sym_let_DASHenv] = ACTIONS(1667), + [anon_sym_mut] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1667), + [aux_sym_cmd_identifier_token1] = ACTIONS(1667), + [aux_sym_cmd_identifier_token2] = ACTIONS(1669), + [aux_sym_cmd_identifier_token3] = ACTIONS(1669), + [aux_sym_cmd_identifier_token4] = ACTIONS(1669), + [aux_sym_cmd_identifier_token5] = ACTIONS(1669), + [aux_sym_cmd_identifier_token6] = ACTIONS(1669), + [aux_sym_cmd_identifier_token7] = ACTIONS(1669), + [aux_sym_cmd_identifier_token8] = ACTIONS(1667), + [aux_sym_cmd_identifier_token9] = ACTIONS(1667), + [aux_sym_cmd_identifier_token10] = ACTIONS(1669), + [aux_sym_cmd_identifier_token11] = ACTIONS(1669), + [aux_sym_cmd_identifier_token12] = ACTIONS(1667), + [aux_sym_cmd_identifier_token13] = ACTIONS(1667), + [aux_sym_cmd_identifier_token14] = ACTIONS(1667), + [aux_sym_cmd_identifier_token15] = ACTIONS(1667), + [aux_sym_cmd_identifier_token16] = ACTIONS(1669), + [aux_sym_cmd_identifier_token17] = ACTIONS(1669), + [aux_sym_cmd_identifier_token18] = ACTIONS(1669), + [aux_sym_cmd_identifier_token19] = ACTIONS(1669), + [aux_sym_cmd_identifier_token20] = ACTIONS(1669), + [aux_sym_cmd_identifier_token21] = ACTIONS(1669), + [aux_sym_cmd_identifier_token22] = ACTIONS(1669), + [aux_sym_cmd_identifier_token23] = ACTIONS(1669), + [aux_sym_cmd_identifier_token24] = ACTIONS(1669), + [aux_sym_cmd_identifier_token25] = ACTIONS(1669), + [aux_sym_cmd_identifier_token26] = ACTIONS(1669), + [aux_sym_cmd_identifier_token27] = ACTIONS(1669), + [aux_sym_cmd_identifier_token28] = ACTIONS(1669), + [aux_sym_cmd_identifier_token29] = ACTIONS(1669), + [aux_sym_cmd_identifier_token30] = ACTIONS(1669), + [aux_sym_cmd_identifier_token31] = ACTIONS(1669), + [aux_sym_cmd_identifier_token32] = ACTIONS(1669), + [aux_sym_cmd_identifier_token33] = ACTIONS(1669), + [aux_sym_cmd_identifier_token34] = ACTIONS(1667), + [aux_sym_cmd_identifier_token35] = ACTIONS(1669), + [aux_sym_cmd_identifier_token36] = ACTIONS(1669), + [aux_sym_cmd_identifier_token37] = ACTIONS(1669), + [aux_sym_cmd_identifier_token38] = ACTIONS(1667), + [aux_sym_cmd_identifier_token39] = ACTIONS(1669), + [aux_sym_cmd_identifier_token40] = ACTIONS(1669), + [anon_sym_def] = ACTIONS(1667), + [anon_sym_export_DASHenv] = ACTIONS(1667), + [anon_sym_extern] = ACTIONS(1667), + [anon_sym_module] = ACTIONS(1667), + [anon_sym_use] = ACTIONS(1667), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1669), + [anon_sym_error] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_break] = ACTIONS(1667), + [anon_sym_continue] = ACTIONS(1667), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_loop] = ACTIONS(1667), + [anon_sym_make] = ACTIONS(1667), + [anon_sym_while] = ACTIONS(1667), + [anon_sym_do] = ACTIONS(1667), + [anon_sym_if] = ACTIONS(1667), + [anon_sym_else] = ACTIONS(1667), + [anon_sym_match] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_try] = ACTIONS(1667), + [anon_sym_catch] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1667), + [anon_sym_source] = ACTIONS(1667), + [anon_sym_source_DASHenv] = ACTIONS(1667), + [anon_sym_register] = ACTIONS(1667), + [anon_sym_hide] = ACTIONS(1667), + [anon_sym_hide_DASHenv] = ACTIONS(1667), + [anon_sym_overlay] = ACTIONS(1667), + [anon_sym_as] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1667), + [aux_sym__val_number_token5] = ACTIONS(1667), + [aux_sym__val_number_token6] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1669), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [353] = { + [sym_comment] = STATE(353), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(1769), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [354] = { + [sym_comment] = STATE(354), + [anon_sym_export] = ACTIONS(1587), + [anon_sym_alias] = ACTIONS(1587), + [anon_sym_let] = ACTIONS(1587), + [anon_sym_let_DASHenv] = ACTIONS(1587), + [anon_sym_mut] = ACTIONS(1587), + [anon_sym_const] = ACTIONS(1587), + [aux_sym_cmd_identifier_token1] = ACTIONS(1587), + [aux_sym_cmd_identifier_token2] = ACTIONS(1589), + [aux_sym_cmd_identifier_token3] = ACTIONS(1589), + [aux_sym_cmd_identifier_token4] = ACTIONS(1589), + [aux_sym_cmd_identifier_token5] = ACTIONS(1589), + [aux_sym_cmd_identifier_token6] = ACTIONS(1589), + [aux_sym_cmd_identifier_token7] = ACTIONS(1589), + [aux_sym_cmd_identifier_token8] = ACTIONS(1587), + [aux_sym_cmd_identifier_token9] = ACTIONS(1587), + [aux_sym_cmd_identifier_token10] = ACTIONS(1589), + [aux_sym_cmd_identifier_token11] = ACTIONS(1589), + [aux_sym_cmd_identifier_token12] = ACTIONS(1587), + [aux_sym_cmd_identifier_token13] = ACTIONS(1587), + [aux_sym_cmd_identifier_token14] = ACTIONS(1587), + [aux_sym_cmd_identifier_token15] = ACTIONS(1587), + [aux_sym_cmd_identifier_token16] = ACTIONS(1589), + [aux_sym_cmd_identifier_token17] = ACTIONS(1589), + [aux_sym_cmd_identifier_token18] = ACTIONS(1589), + [aux_sym_cmd_identifier_token19] = ACTIONS(1589), + [aux_sym_cmd_identifier_token20] = ACTIONS(1589), + [aux_sym_cmd_identifier_token21] = ACTIONS(1589), + [aux_sym_cmd_identifier_token22] = ACTIONS(1589), + [aux_sym_cmd_identifier_token23] = ACTIONS(1589), + [aux_sym_cmd_identifier_token24] = ACTIONS(1589), + [aux_sym_cmd_identifier_token25] = ACTIONS(1589), + [aux_sym_cmd_identifier_token26] = ACTIONS(1589), + [aux_sym_cmd_identifier_token27] = ACTIONS(1589), + [aux_sym_cmd_identifier_token28] = ACTIONS(1589), + [aux_sym_cmd_identifier_token29] = ACTIONS(1589), + [aux_sym_cmd_identifier_token30] = ACTIONS(1589), + [aux_sym_cmd_identifier_token31] = ACTIONS(1589), + [aux_sym_cmd_identifier_token32] = ACTIONS(1589), + [aux_sym_cmd_identifier_token33] = ACTIONS(1589), + [aux_sym_cmd_identifier_token34] = ACTIONS(1587), + [aux_sym_cmd_identifier_token35] = ACTIONS(1589), + [aux_sym_cmd_identifier_token36] = ACTIONS(1589), + [aux_sym_cmd_identifier_token37] = ACTIONS(1589), + [aux_sym_cmd_identifier_token38] = ACTIONS(1587), + [aux_sym_cmd_identifier_token39] = ACTIONS(1589), + [aux_sym_cmd_identifier_token40] = ACTIONS(1589), + [anon_sym_def] = ACTIONS(1587), + [anon_sym_export_DASHenv] = ACTIONS(1587), + [anon_sym_extern] = ACTIONS(1587), + [anon_sym_module] = ACTIONS(1587), + [anon_sym_use] = ACTIONS(1587), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_DOLLAR] = ACTIONS(1589), + [anon_sym_error] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_break] = ACTIONS(1587), + [anon_sym_continue] = ACTIONS(1587), + [anon_sym_for] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_loop] = ACTIONS(1587), + [anon_sym_make] = ACTIONS(1587), + [anon_sym_while] = ACTIONS(1587), + [anon_sym_do] = ACTIONS(1587), + [anon_sym_if] = ACTIONS(1587), + [anon_sym_else] = ACTIONS(1587), + [anon_sym_match] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_try] = ACTIONS(1587), + [anon_sym_catch] = ACTIONS(1587), + [anon_sym_return] = ACTIONS(1587), + [anon_sym_source] = ACTIONS(1587), + [anon_sym_source_DASHenv] = ACTIONS(1587), + [anon_sym_register] = ACTIONS(1587), + [anon_sym_hide] = ACTIONS(1587), + [anon_sym_hide_DASHenv] = ACTIONS(1587), + [anon_sym_overlay] = ACTIONS(1587), + [anon_sym_as] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1587), + [aux_sym__val_number_token5] = ACTIONS(1587), + [aux_sym__val_number_token6] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1587), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1589), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [355] = { + [sym_comment] = STATE(355), + [anon_sym_export] = ACTIONS(1733), + [anon_sym_alias] = ACTIONS(1733), + [anon_sym_let] = ACTIONS(1733), + [anon_sym_let_DASHenv] = ACTIONS(1733), + [anon_sym_mut] = ACTIONS(1733), + [anon_sym_const] = ACTIONS(1733), + [aux_sym_cmd_identifier_token1] = ACTIONS(1733), [aux_sym_cmd_identifier_token2] = ACTIONS(1735), [aux_sym_cmd_identifier_token3] = ACTIONS(1735), [aux_sym_cmd_identifier_token4] = ACTIONS(1735), [aux_sym_cmd_identifier_token5] = ACTIONS(1735), [aux_sym_cmd_identifier_token6] = ACTIONS(1735), [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), + [aux_sym_cmd_identifier_token8] = ACTIONS(1733), + [aux_sym_cmd_identifier_token9] = ACTIONS(1733), [aux_sym_cmd_identifier_token10] = ACTIONS(1735), [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), + [aux_sym_cmd_identifier_token12] = ACTIONS(1733), + [aux_sym_cmd_identifier_token13] = ACTIONS(1733), + [aux_sym_cmd_identifier_token14] = ACTIONS(1733), + [aux_sym_cmd_identifier_token15] = ACTIONS(1733), [aux_sym_cmd_identifier_token16] = ACTIONS(1735), [aux_sym_cmd_identifier_token17] = ACTIONS(1735), [aux_sym_cmd_identifier_token18] = ACTIONS(1735), @@ -119287,76 +119630,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1735), [aux_sym_cmd_identifier_token32] = ACTIONS(1735), [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), + [aux_sym_cmd_identifier_token34] = ACTIONS(1733), [aux_sym_cmd_identifier_token35] = ACTIONS(1735), [aux_sym_cmd_identifier_token36] = ACTIONS(1735), [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), + [aux_sym_cmd_identifier_token38] = ACTIONS(1733), [aux_sym_cmd_identifier_token39] = ACTIONS(1735), [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), + [anon_sym_def] = ACTIONS(1733), + [anon_sym_export_DASHenv] = ACTIONS(1733), + [anon_sym_extern] = ACTIONS(1733), + [anon_sym_module] = ACTIONS(1733), + [anon_sym_use] = ACTIONS(1733), + [anon_sym_LPAREN] = ACTIONS(1733), [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), + [anon_sym_error] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_break] = ACTIONS(1733), + [anon_sym_continue] = ACTIONS(1733), + [anon_sym_for] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_loop] = ACTIONS(1733), + [anon_sym_make] = ACTIONS(1733), + [anon_sym_while] = ACTIONS(1733), + [anon_sym_do] = ACTIONS(1733), + [anon_sym_if] = ACTIONS(1733), + [anon_sym_else] = ACTIONS(1733), + [anon_sym_match] = ACTIONS(1733), [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), + [anon_sym_try] = ACTIONS(1733), + [anon_sym_catch] = ACTIONS(1733), + [anon_sym_return] = ACTIONS(1733), + [anon_sym_source] = ACTIONS(1733), + [anon_sym_source_DASHenv] = ACTIONS(1733), + [anon_sym_register] = ACTIONS(1733), + [anon_sym_hide] = ACTIONS(1733), + [anon_sym_hide_DASHenv] = ACTIONS(1733), + [anon_sym_overlay] = ACTIONS(1733), + [anon_sym_as] = ACTIONS(1733), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_PLUS2] = ACTIONS(1733), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1741), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), [aux_sym__val_number_decimal_token2] = ACTIONS(1735), [aux_sym__val_number_decimal_token3] = ACTIONS(1735), [aux_sym__val_number_decimal_token4] = ACTIONS(1735), [aux_sym__val_number_token1] = ACTIONS(1735), [aux_sym__val_number_token2] = ACTIONS(1735), [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), + [aux_sym__val_number_token4] = ACTIONS(1733), + [aux_sym__val_number_token5] = ACTIONS(1733), + [aux_sym__val_number_token6] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1733), [anon_sym_DQUOTE] = ACTIONS(1735), [sym__str_single_quotes] = ACTIONS(1735), [sym__str_back_ticks] = ACTIONS(1735), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1735), }, - [353] = { - [sym_cell_path] = STATE(524), - [sym_path] = STATE(443), - [sym_comment] = STATE(353), - [aux_sym_cell_path_repeat1] = STATE(374), + [356] = { + [sym_cell_path] = STATE(539), + [sym_path] = STATE(444), + [sym_comment] = STATE(356), + [aux_sym_cell_path_repeat1] = STATE(385), [anon_sym_export] = ACTIONS(935), [anon_sym_alias] = ACTIONS(935), [anon_sym_let] = ACTIONS(935), @@ -119454,968 +119797,226 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(937), [sym__str_back_ticks] = ACTIONS(937), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(1765), + [anon_sym_DOT2] = ACTIONS(1771), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(937), }, - [354] = { - [sym_comment] = STATE(354), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(1767), - [aux_sym__immediate_decimal_token2] = ACTIONS(1769), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [355] = { - [sym_comment] = STATE(355), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(1775), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [356] = { - [sym_comment] = STATE(356), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(1777), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1779), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, [357] = { [sym_comment] = STATE(357), - [anon_sym_export] = ACTIONS(1623), - [anon_sym_alias] = ACTIONS(1623), - [anon_sym_let] = ACTIONS(1623), - [anon_sym_let_DASHenv] = ACTIONS(1623), - [anon_sym_mut] = ACTIONS(1623), - [anon_sym_const] = ACTIONS(1623), - [aux_sym_cmd_identifier_token1] = ACTIONS(1623), - [aux_sym_cmd_identifier_token2] = ACTIONS(1625), - [aux_sym_cmd_identifier_token3] = ACTIONS(1625), - [aux_sym_cmd_identifier_token4] = ACTIONS(1625), - [aux_sym_cmd_identifier_token5] = ACTIONS(1625), - [aux_sym_cmd_identifier_token6] = ACTIONS(1625), - [aux_sym_cmd_identifier_token7] = ACTIONS(1625), - [aux_sym_cmd_identifier_token8] = ACTIONS(1623), - [aux_sym_cmd_identifier_token9] = ACTIONS(1623), - [aux_sym_cmd_identifier_token10] = ACTIONS(1625), - [aux_sym_cmd_identifier_token11] = ACTIONS(1625), - [aux_sym_cmd_identifier_token12] = ACTIONS(1623), - [aux_sym_cmd_identifier_token13] = ACTIONS(1623), - [aux_sym_cmd_identifier_token14] = ACTIONS(1623), - [aux_sym_cmd_identifier_token15] = ACTIONS(1623), - [aux_sym_cmd_identifier_token16] = ACTIONS(1625), - [aux_sym_cmd_identifier_token17] = ACTIONS(1625), - [aux_sym_cmd_identifier_token18] = ACTIONS(1625), - [aux_sym_cmd_identifier_token19] = ACTIONS(1625), - [aux_sym_cmd_identifier_token20] = ACTIONS(1625), - [aux_sym_cmd_identifier_token21] = ACTIONS(1625), - [aux_sym_cmd_identifier_token22] = ACTIONS(1625), - [aux_sym_cmd_identifier_token23] = ACTIONS(1625), - [aux_sym_cmd_identifier_token24] = ACTIONS(1625), - [aux_sym_cmd_identifier_token25] = ACTIONS(1625), - [aux_sym_cmd_identifier_token26] = ACTIONS(1625), - [aux_sym_cmd_identifier_token27] = ACTIONS(1625), - [aux_sym_cmd_identifier_token28] = ACTIONS(1625), - [aux_sym_cmd_identifier_token29] = ACTIONS(1625), - [aux_sym_cmd_identifier_token30] = ACTIONS(1625), - [aux_sym_cmd_identifier_token31] = ACTIONS(1625), - [aux_sym_cmd_identifier_token32] = ACTIONS(1625), - [aux_sym_cmd_identifier_token33] = ACTIONS(1625), - [aux_sym_cmd_identifier_token34] = ACTIONS(1623), - [aux_sym_cmd_identifier_token35] = ACTIONS(1625), - [aux_sym_cmd_identifier_token36] = ACTIONS(1625), - [aux_sym_cmd_identifier_token37] = ACTIONS(1625), - [aux_sym_cmd_identifier_token38] = ACTIONS(1623), - [aux_sym_cmd_identifier_token39] = ACTIONS(1625), - [aux_sym_cmd_identifier_token40] = ACTIONS(1625), - [anon_sym_def] = ACTIONS(1623), - [anon_sym_export_DASHenv] = ACTIONS(1623), - [anon_sym_extern] = ACTIONS(1623), - [anon_sym_module] = ACTIONS(1623), - [anon_sym_use] = ACTIONS(1623), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_break] = ACTIONS(1623), - [anon_sym_continue] = ACTIONS(1623), - [anon_sym_for] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_loop] = ACTIONS(1623), - [anon_sym_make] = ACTIONS(1623), - [anon_sym_while] = ACTIONS(1623), - [anon_sym_do] = ACTIONS(1623), - [anon_sym_if] = ACTIONS(1623), - [anon_sym_else] = ACTIONS(1623), - [anon_sym_match] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1623), - [anon_sym_catch] = ACTIONS(1623), - [anon_sym_return] = ACTIONS(1623), - [anon_sym_source] = ACTIONS(1623), - [anon_sym_source_DASHenv] = ACTIONS(1623), - [anon_sym_register] = ACTIONS(1623), - [anon_sym_hide] = ACTIONS(1623), - [anon_sym_hide_DASHenv] = ACTIONS(1623), - [anon_sym_overlay] = ACTIONS(1623), - [anon_sym_as] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1623), - [aux_sym__val_number_token5] = ACTIONS(1623), - [aux_sym__val_number_token6] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1623), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1625), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), + [anon_sym_export] = ACTIONS(1595), + [anon_sym_alias] = ACTIONS(1595), + [anon_sym_let] = ACTIONS(1595), + [anon_sym_let_DASHenv] = ACTIONS(1595), + [anon_sym_mut] = ACTIONS(1595), + [anon_sym_const] = ACTIONS(1595), + [aux_sym_cmd_identifier_token1] = ACTIONS(1595), + [aux_sym_cmd_identifier_token2] = ACTIONS(1597), + [aux_sym_cmd_identifier_token3] = ACTIONS(1597), + [aux_sym_cmd_identifier_token4] = ACTIONS(1597), + [aux_sym_cmd_identifier_token5] = ACTIONS(1597), + [aux_sym_cmd_identifier_token6] = ACTIONS(1597), + [aux_sym_cmd_identifier_token7] = ACTIONS(1597), + [aux_sym_cmd_identifier_token8] = ACTIONS(1595), + [aux_sym_cmd_identifier_token9] = ACTIONS(1595), + [aux_sym_cmd_identifier_token10] = ACTIONS(1597), + [aux_sym_cmd_identifier_token11] = ACTIONS(1597), + [aux_sym_cmd_identifier_token12] = ACTIONS(1595), + [aux_sym_cmd_identifier_token13] = ACTIONS(1595), + [aux_sym_cmd_identifier_token14] = ACTIONS(1595), + [aux_sym_cmd_identifier_token15] = ACTIONS(1595), + [aux_sym_cmd_identifier_token16] = ACTIONS(1597), + [aux_sym_cmd_identifier_token17] = ACTIONS(1597), + [aux_sym_cmd_identifier_token18] = ACTIONS(1597), + [aux_sym_cmd_identifier_token19] = ACTIONS(1597), + [aux_sym_cmd_identifier_token20] = ACTIONS(1597), + [aux_sym_cmd_identifier_token21] = ACTIONS(1597), + [aux_sym_cmd_identifier_token22] = ACTIONS(1597), + [aux_sym_cmd_identifier_token23] = ACTIONS(1597), + [aux_sym_cmd_identifier_token24] = ACTIONS(1597), + [aux_sym_cmd_identifier_token25] = ACTIONS(1597), + [aux_sym_cmd_identifier_token26] = ACTIONS(1597), + [aux_sym_cmd_identifier_token27] = ACTIONS(1597), + [aux_sym_cmd_identifier_token28] = ACTIONS(1597), + [aux_sym_cmd_identifier_token29] = ACTIONS(1597), + [aux_sym_cmd_identifier_token30] = ACTIONS(1597), + [aux_sym_cmd_identifier_token31] = ACTIONS(1597), + [aux_sym_cmd_identifier_token32] = ACTIONS(1597), + [aux_sym_cmd_identifier_token33] = ACTIONS(1597), + [aux_sym_cmd_identifier_token34] = ACTIONS(1595), + [aux_sym_cmd_identifier_token35] = ACTIONS(1597), + [aux_sym_cmd_identifier_token36] = ACTIONS(1597), + [aux_sym_cmd_identifier_token37] = ACTIONS(1597), + [aux_sym_cmd_identifier_token38] = ACTIONS(1595), + [aux_sym_cmd_identifier_token39] = ACTIONS(1597), + [aux_sym_cmd_identifier_token40] = ACTIONS(1597), + [anon_sym_def] = ACTIONS(1595), + [anon_sym_export_DASHenv] = ACTIONS(1595), + [anon_sym_extern] = ACTIONS(1595), + [anon_sym_module] = ACTIONS(1595), + [anon_sym_use] = ACTIONS(1595), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1597), + [anon_sym_error] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_break] = ACTIONS(1595), + [anon_sym_continue] = ACTIONS(1595), + [anon_sym_for] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_loop] = ACTIONS(1595), + [anon_sym_make] = ACTIONS(1595), + [anon_sym_while] = ACTIONS(1595), + [anon_sym_do] = ACTIONS(1595), + [anon_sym_if] = ACTIONS(1595), + [anon_sym_else] = ACTIONS(1595), + [anon_sym_match] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_try] = ACTIONS(1595), + [anon_sym_catch] = ACTIONS(1595), + [anon_sym_return] = ACTIONS(1595), + [anon_sym_source] = ACTIONS(1595), + [anon_sym_source_DASHenv] = ACTIONS(1595), + [anon_sym_register] = ACTIONS(1595), + [anon_sym_hide] = ACTIONS(1595), + [anon_sym_hide_DASHenv] = ACTIONS(1595), + [anon_sym_overlay] = ACTIONS(1595), + [anon_sym_as] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1595), + [aux_sym__val_number_token5] = ACTIONS(1595), + [aux_sym__val_number_token6] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1597), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), }, [358] = { + [sym_cell_path] = STATE(549), + [sym_path] = STATE(444), [sym_comment] = STATE(358), - [anon_sym_export] = ACTIONS(1709), - [anon_sym_alias] = ACTIONS(1709), - [anon_sym_let] = ACTIONS(1709), - [anon_sym_let_DASHenv] = ACTIONS(1709), - [anon_sym_mut] = ACTIONS(1709), - [anon_sym_const] = ACTIONS(1709), - [aux_sym_cmd_identifier_token1] = ACTIONS(1709), - [aux_sym_cmd_identifier_token2] = ACTIONS(1711), - [aux_sym_cmd_identifier_token3] = ACTIONS(1711), - [aux_sym_cmd_identifier_token4] = ACTIONS(1711), - [aux_sym_cmd_identifier_token5] = ACTIONS(1711), - [aux_sym_cmd_identifier_token6] = ACTIONS(1711), - [aux_sym_cmd_identifier_token7] = ACTIONS(1711), - [aux_sym_cmd_identifier_token8] = ACTIONS(1709), - [aux_sym_cmd_identifier_token9] = ACTIONS(1709), - [aux_sym_cmd_identifier_token10] = ACTIONS(1711), - [aux_sym_cmd_identifier_token11] = ACTIONS(1711), - [aux_sym_cmd_identifier_token12] = ACTIONS(1709), - [aux_sym_cmd_identifier_token13] = ACTIONS(1709), - [aux_sym_cmd_identifier_token14] = ACTIONS(1709), - [aux_sym_cmd_identifier_token15] = ACTIONS(1709), - [aux_sym_cmd_identifier_token16] = ACTIONS(1711), - [aux_sym_cmd_identifier_token17] = ACTIONS(1711), - [aux_sym_cmd_identifier_token18] = ACTIONS(1711), - [aux_sym_cmd_identifier_token19] = ACTIONS(1711), - [aux_sym_cmd_identifier_token20] = ACTIONS(1711), - [aux_sym_cmd_identifier_token21] = ACTIONS(1711), - [aux_sym_cmd_identifier_token22] = ACTIONS(1711), - [aux_sym_cmd_identifier_token23] = ACTIONS(1711), - [aux_sym_cmd_identifier_token24] = ACTIONS(1711), - [aux_sym_cmd_identifier_token25] = ACTIONS(1711), - [aux_sym_cmd_identifier_token26] = ACTIONS(1711), - [aux_sym_cmd_identifier_token27] = ACTIONS(1711), - [aux_sym_cmd_identifier_token28] = ACTIONS(1711), - [aux_sym_cmd_identifier_token29] = ACTIONS(1711), - [aux_sym_cmd_identifier_token30] = ACTIONS(1711), - [aux_sym_cmd_identifier_token31] = ACTIONS(1711), - [aux_sym_cmd_identifier_token32] = ACTIONS(1711), - [aux_sym_cmd_identifier_token33] = ACTIONS(1711), - [aux_sym_cmd_identifier_token34] = ACTIONS(1709), - [aux_sym_cmd_identifier_token35] = ACTIONS(1711), - [aux_sym_cmd_identifier_token36] = ACTIONS(1711), - [aux_sym_cmd_identifier_token37] = ACTIONS(1711), - [aux_sym_cmd_identifier_token38] = ACTIONS(1709), - [aux_sym_cmd_identifier_token39] = ACTIONS(1711), - [aux_sym_cmd_identifier_token40] = ACTIONS(1711), - [anon_sym_def] = ACTIONS(1709), - [anon_sym_export_DASHenv] = ACTIONS(1709), - [anon_sym_extern] = ACTIONS(1709), - [anon_sym_module] = ACTIONS(1709), - [anon_sym_use] = ACTIONS(1709), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1711), - [anon_sym_error] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_break] = ACTIONS(1709), - [anon_sym_continue] = ACTIONS(1709), - [anon_sym_for] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_loop] = ACTIONS(1709), - [anon_sym_make] = ACTIONS(1709), - [anon_sym_while] = ACTIONS(1709), - [anon_sym_do] = ACTIONS(1709), - [anon_sym_if] = ACTIONS(1709), - [anon_sym_else] = ACTIONS(1709), - [anon_sym_match] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_try] = ACTIONS(1709), - [anon_sym_catch] = ACTIONS(1709), - [anon_sym_return] = ACTIONS(1709), - [anon_sym_source] = ACTIONS(1709), - [anon_sym_source_DASHenv] = ACTIONS(1709), - [anon_sym_register] = ACTIONS(1709), - [anon_sym_hide] = ACTIONS(1709), - [anon_sym_hide_DASHenv] = ACTIONS(1709), - [anon_sym_overlay] = ACTIONS(1709), - [anon_sym_as] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1709), - [aux_sym__val_number_token5] = ACTIONS(1709), - [aux_sym__val_number_token6] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1709), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1711), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1709), + [aux_sym_cell_path_repeat1] = STATE(385), + [anon_sym_export] = ACTIONS(1717), + [anon_sym_alias] = ACTIONS(1717), + [anon_sym_let] = ACTIONS(1717), + [anon_sym_let_DASHenv] = ACTIONS(1717), + [anon_sym_mut] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1717), + [aux_sym_cmd_identifier_token1] = ACTIONS(1717), + [aux_sym_cmd_identifier_token2] = ACTIONS(1719), + [aux_sym_cmd_identifier_token3] = ACTIONS(1719), + [aux_sym_cmd_identifier_token4] = ACTIONS(1719), + [aux_sym_cmd_identifier_token5] = ACTIONS(1719), + [aux_sym_cmd_identifier_token6] = ACTIONS(1719), + [aux_sym_cmd_identifier_token7] = ACTIONS(1719), + [aux_sym_cmd_identifier_token8] = ACTIONS(1717), + [aux_sym_cmd_identifier_token9] = ACTIONS(1717), + [aux_sym_cmd_identifier_token10] = ACTIONS(1719), + [aux_sym_cmd_identifier_token11] = ACTIONS(1719), + [aux_sym_cmd_identifier_token12] = ACTIONS(1717), + [aux_sym_cmd_identifier_token13] = ACTIONS(1717), + [aux_sym_cmd_identifier_token14] = ACTIONS(1717), + [aux_sym_cmd_identifier_token15] = ACTIONS(1717), + [aux_sym_cmd_identifier_token16] = ACTIONS(1719), + [aux_sym_cmd_identifier_token17] = ACTIONS(1719), + [aux_sym_cmd_identifier_token18] = ACTIONS(1719), + [aux_sym_cmd_identifier_token19] = ACTIONS(1719), + [aux_sym_cmd_identifier_token20] = ACTIONS(1719), + [aux_sym_cmd_identifier_token21] = ACTIONS(1719), + [aux_sym_cmd_identifier_token22] = ACTIONS(1719), + [aux_sym_cmd_identifier_token23] = ACTIONS(1719), + [aux_sym_cmd_identifier_token24] = ACTIONS(1719), + [aux_sym_cmd_identifier_token25] = ACTIONS(1719), + [aux_sym_cmd_identifier_token26] = ACTIONS(1719), + [aux_sym_cmd_identifier_token27] = ACTIONS(1719), + [aux_sym_cmd_identifier_token28] = ACTIONS(1719), + [aux_sym_cmd_identifier_token29] = ACTIONS(1719), + [aux_sym_cmd_identifier_token30] = ACTIONS(1719), + [aux_sym_cmd_identifier_token31] = ACTIONS(1719), + [aux_sym_cmd_identifier_token32] = ACTIONS(1719), + [aux_sym_cmd_identifier_token33] = ACTIONS(1719), + [aux_sym_cmd_identifier_token34] = ACTIONS(1717), + [aux_sym_cmd_identifier_token35] = ACTIONS(1719), + [aux_sym_cmd_identifier_token36] = ACTIONS(1719), + [aux_sym_cmd_identifier_token37] = ACTIONS(1719), + [aux_sym_cmd_identifier_token38] = ACTIONS(1717), + [aux_sym_cmd_identifier_token39] = ACTIONS(1719), + [aux_sym_cmd_identifier_token40] = ACTIONS(1719), + [anon_sym_def] = ACTIONS(1717), + [anon_sym_export_DASHenv] = ACTIONS(1717), + [anon_sym_extern] = ACTIONS(1717), + [anon_sym_module] = ACTIONS(1717), + [anon_sym_use] = ACTIONS(1717), + [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1719), + [anon_sym_error] = ACTIONS(1717), + [anon_sym_DASH2] = ACTIONS(1717), + [anon_sym_break] = ACTIONS(1717), + [anon_sym_continue] = ACTIONS(1717), + [anon_sym_for] = ACTIONS(1717), + [anon_sym_in2] = ACTIONS(1717), + [anon_sym_loop] = ACTIONS(1717), + [anon_sym_make] = ACTIONS(1717), + [anon_sym_while] = ACTIONS(1717), + [anon_sym_do] = ACTIONS(1717), + [anon_sym_if] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1717), + [anon_sym_match] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1717), + [anon_sym_catch] = ACTIONS(1717), + [anon_sym_return] = ACTIONS(1717), + [anon_sym_source] = ACTIONS(1717), + [anon_sym_source_DASHenv] = ACTIONS(1717), + [anon_sym_register] = ACTIONS(1717), + [anon_sym_hide] = ACTIONS(1717), + [anon_sym_hide_DASHenv] = ACTIONS(1717), + [anon_sym_overlay] = ACTIONS(1717), + [anon_sym_as] = ACTIONS(1717), + [anon_sym_PLUS2] = ACTIONS(1717), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1719), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1717), + [aux_sym__val_number_decimal_token2] = ACTIONS(1719), + [aux_sym__val_number_decimal_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token4] = ACTIONS(1719), + [aux_sym__val_number_token1] = ACTIONS(1719), + [aux_sym__val_number_token2] = ACTIONS(1719), + [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_token4] = ACTIONS(1717), + [aux_sym__val_number_token5] = ACTIONS(1717), + [aux_sym__val_number_token6] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1719), + [sym__str_single_quotes] = ACTIONS(1719), + [sym__str_back_ticks] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1719), + [anon_sym_DOT2] = ACTIONS(1771), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [sym_raw_string_begin] = ACTIONS(1719), }, [359] = { + [sym_path] = STATE(397), [sym_comment] = STATE(359), - [anon_sym_export] = ACTIONS(1723), - [anon_sym_alias] = ACTIONS(1723), - [anon_sym_let] = ACTIONS(1723), - [anon_sym_let_DASHenv] = ACTIONS(1723), - [anon_sym_mut] = ACTIONS(1723), - [anon_sym_const] = ACTIONS(1723), - [aux_sym_cmd_identifier_token1] = ACTIONS(1723), - [aux_sym_cmd_identifier_token2] = ACTIONS(1725), - [aux_sym_cmd_identifier_token3] = ACTIONS(1725), - [aux_sym_cmd_identifier_token4] = ACTIONS(1725), - [aux_sym_cmd_identifier_token5] = ACTIONS(1725), - [aux_sym_cmd_identifier_token6] = ACTIONS(1725), - [aux_sym_cmd_identifier_token7] = ACTIONS(1725), - [aux_sym_cmd_identifier_token8] = ACTIONS(1723), - [aux_sym_cmd_identifier_token9] = ACTIONS(1723), - [aux_sym_cmd_identifier_token10] = ACTIONS(1725), - [aux_sym_cmd_identifier_token11] = ACTIONS(1725), - [aux_sym_cmd_identifier_token12] = ACTIONS(1723), - [aux_sym_cmd_identifier_token13] = ACTIONS(1723), - [aux_sym_cmd_identifier_token14] = ACTIONS(1723), - [aux_sym_cmd_identifier_token15] = ACTIONS(1723), - [aux_sym_cmd_identifier_token16] = ACTIONS(1725), - [aux_sym_cmd_identifier_token17] = ACTIONS(1725), - [aux_sym_cmd_identifier_token18] = ACTIONS(1725), - [aux_sym_cmd_identifier_token19] = ACTIONS(1725), - [aux_sym_cmd_identifier_token20] = ACTIONS(1725), - [aux_sym_cmd_identifier_token21] = ACTIONS(1725), - [aux_sym_cmd_identifier_token22] = ACTIONS(1725), - [aux_sym_cmd_identifier_token23] = ACTIONS(1725), - [aux_sym_cmd_identifier_token24] = ACTIONS(1725), - [aux_sym_cmd_identifier_token25] = ACTIONS(1725), - [aux_sym_cmd_identifier_token26] = ACTIONS(1725), - [aux_sym_cmd_identifier_token27] = ACTIONS(1725), - [aux_sym_cmd_identifier_token28] = ACTIONS(1725), - [aux_sym_cmd_identifier_token29] = ACTIONS(1725), - [aux_sym_cmd_identifier_token30] = ACTIONS(1725), - [aux_sym_cmd_identifier_token31] = ACTIONS(1725), - [aux_sym_cmd_identifier_token32] = ACTIONS(1725), - [aux_sym_cmd_identifier_token33] = ACTIONS(1725), - [aux_sym_cmd_identifier_token34] = ACTIONS(1723), - [aux_sym_cmd_identifier_token35] = ACTIONS(1725), - [aux_sym_cmd_identifier_token36] = ACTIONS(1725), - [aux_sym_cmd_identifier_token37] = ACTIONS(1725), - [aux_sym_cmd_identifier_token38] = ACTIONS(1723), - [aux_sym_cmd_identifier_token39] = ACTIONS(1725), - [aux_sym_cmd_identifier_token40] = ACTIONS(1725), - [anon_sym_def] = ACTIONS(1723), - [anon_sym_export_DASHenv] = ACTIONS(1723), - [anon_sym_extern] = ACTIONS(1723), - [anon_sym_module] = ACTIONS(1723), - [anon_sym_use] = ACTIONS(1723), - [anon_sym_LPAREN] = ACTIONS(1723), - [anon_sym_DOLLAR] = ACTIONS(1725), - [anon_sym_error] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_break] = ACTIONS(1723), - [anon_sym_continue] = ACTIONS(1723), - [anon_sym_for] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_loop] = ACTIONS(1723), - [anon_sym_make] = ACTIONS(1723), - [anon_sym_while] = ACTIONS(1723), - [anon_sym_do] = ACTIONS(1723), - [anon_sym_if] = ACTIONS(1723), - [anon_sym_else] = ACTIONS(1723), - [anon_sym_match] = ACTIONS(1723), - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_try] = ACTIONS(1723), - [anon_sym_catch] = ACTIONS(1723), - [anon_sym_return] = ACTIONS(1723), - [anon_sym_source] = ACTIONS(1723), - [anon_sym_source_DASHenv] = ACTIONS(1723), - [anon_sym_register] = ACTIONS(1723), - [anon_sym_hide] = ACTIONS(1723), - [anon_sym_hide_DASHenv] = ACTIONS(1723), - [anon_sym_overlay] = ACTIONS(1723), - [anon_sym_as] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1725), - [aux_sym__val_number_decimal_token3] = ACTIONS(1725), - [aux_sym__val_number_decimal_token4] = ACTIONS(1725), - [aux_sym__val_number_token1] = ACTIONS(1725), - [aux_sym__val_number_token2] = ACTIONS(1725), - [aux_sym__val_number_token3] = ACTIONS(1725), - [aux_sym__val_number_token4] = ACTIONS(1723), - [aux_sym__val_number_token5] = ACTIONS(1723), - [aux_sym__val_number_token6] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1723), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym__str_single_quotes] = ACTIONS(1725), - [sym__str_back_ticks] = ACTIONS(1725), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1725), - }, - [360] = { - [sym_cell_path] = STATE(511), - [sym_path] = STATE(443), - [sym_comment] = STATE(360), - [aux_sym_cell_path_repeat1] = STATE(374), - [anon_sym_export] = ACTIONS(1761), - [anon_sym_alias] = ACTIONS(1761), - [anon_sym_let] = ACTIONS(1761), - [anon_sym_let_DASHenv] = ACTIONS(1761), - [anon_sym_mut] = ACTIONS(1761), - [anon_sym_const] = ACTIONS(1761), - [aux_sym_cmd_identifier_token1] = ACTIONS(1761), - [aux_sym_cmd_identifier_token2] = ACTIONS(1763), - [aux_sym_cmd_identifier_token3] = ACTIONS(1763), - [aux_sym_cmd_identifier_token4] = ACTIONS(1763), - [aux_sym_cmd_identifier_token5] = ACTIONS(1763), - [aux_sym_cmd_identifier_token6] = ACTIONS(1763), - [aux_sym_cmd_identifier_token7] = ACTIONS(1763), - [aux_sym_cmd_identifier_token8] = ACTIONS(1761), - [aux_sym_cmd_identifier_token9] = ACTIONS(1761), - [aux_sym_cmd_identifier_token10] = ACTIONS(1763), - [aux_sym_cmd_identifier_token11] = ACTIONS(1763), - [aux_sym_cmd_identifier_token12] = ACTIONS(1761), - [aux_sym_cmd_identifier_token13] = ACTIONS(1761), - [aux_sym_cmd_identifier_token14] = ACTIONS(1761), - [aux_sym_cmd_identifier_token15] = ACTIONS(1761), - [aux_sym_cmd_identifier_token16] = ACTIONS(1763), - [aux_sym_cmd_identifier_token17] = ACTIONS(1763), - [aux_sym_cmd_identifier_token18] = ACTIONS(1763), - [aux_sym_cmd_identifier_token19] = ACTIONS(1763), - [aux_sym_cmd_identifier_token20] = ACTIONS(1763), - [aux_sym_cmd_identifier_token21] = ACTIONS(1763), - [aux_sym_cmd_identifier_token22] = ACTIONS(1763), - [aux_sym_cmd_identifier_token23] = ACTIONS(1763), - [aux_sym_cmd_identifier_token24] = ACTIONS(1763), - [aux_sym_cmd_identifier_token25] = ACTIONS(1763), - [aux_sym_cmd_identifier_token26] = ACTIONS(1763), - [aux_sym_cmd_identifier_token27] = ACTIONS(1763), - [aux_sym_cmd_identifier_token28] = ACTIONS(1763), - [aux_sym_cmd_identifier_token29] = ACTIONS(1763), - [aux_sym_cmd_identifier_token30] = ACTIONS(1763), - [aux_sym_cmd_identifier_token31] = ACTIONS(1763), - [aux_sym_cmd_identifier_token32] = ACTIONS(1763), - [aux_sym_cmd_identifier_token33] = ACTIONS(1763), - [aux_sym_cmd_identifier_token34] = ACTIONS(1761), - [aux_sym_cmd_identifier_token35] = ACTIONS(1763), - [aux_sym_cmd_identifier_token36] = ACTIONS(1763), - [aux_sym_cmd_identifier_token37] = ACTIONS(1763), - [aux_sym_cmd_identifier_token38] = ACTIONS(1761), - [aux_sym_cmd_identifier_token39] = ACTIONS(1763), - [aux_sym_cmd_identifier_token40] = ACTIONS(1763), - [anon_sym_def] = ACTIONS(1761), - [anon_sym_export_DASHenv] = ACTIONS(1761), - [anon_sym_extern] = ACTIONS(1761), - [anon_sym_module] = ACTIONS(1761), - [anon_sym_use] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1763), - [anon_sym_DOLLAR] = ACTIONS(1763), - [anon_sym_error] = ACTIONS(1761), - [anon_sym_DASH2] = ACTIONS(1761), - [anon_sym_break] = ACTIONS(1761), - [anon_sym_continue] = ACTIONS(1761), - [anon_sym_for] = ACTIONS(1761), - [anon_sym_in2] = ACTIONS(1761), - [anon_sym_loop] = ACTIONS(1761), - [anon_sym_make] = ACTIONS(1761), - [anon_sym_while] = ACTIONS(1761), - [anon_sym_do] = ACTIONS(1761), - [anon_sym_if] = ACTIONS(1761), - [anon_sym_else] = ACTIONS(1761), - [anon_sym_match] = ACTIONS(1761), - [anon_sym_RBRACE] = ACTIONS(1763), - [anon_sym_try] = ACTIONS(1761), - [anon_sym_catch] = ACTIONS(1761), - [anon_sym_return] = ACTIONS(1761), - [anon_sym_source] = ACTIONS(1761), - [anon_sym_source_DASHenv] = ACTIONS(1761), - [anon_sym_register] = ACTIONS(1761), - [anon_sym_hide] = ACTIONS(1761), - [anon_sym_hide_DASHenv] = ACTIONS(1761), - [anon_sym_overlay] = ACTIONS(1761), - [anon_sym_as] = ACTIONS(1761), - [anon_sym_PLUS2] = ACTIONS(1761), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1763), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1763), - [aux_sym__val_number_decimal_token1] = ACTIONS(1761), - [aux_sym__val_number_decimal_token2] = ACTIONS(1763), - [aux_sym__val_number_decimal_token3] = ACTIONS(1763), - [aux_sym__val_number_decimal_token4] = ACTIONS(1763), - [aux_sym__val_number_token1] = ACTIONS(1763), - [aux_sym__val_number_token2] = ACTIONS(1763), - [aux_sym__val_number_token3] = ACTIONS(1763), - [aux_sym__val_number_token4] = ACTIONS(1761), - [aux_sym__val_number_token5] = ACTIONS(1761), - [aux_sym__val_number_token6] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(1763), - [sym__str_single_quotes] = ACTIONS(1763), - [sym__str_back_ticks] = ACTIONS(1763), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(1765), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1763), - }, - [361] = { - [sym_path] = STATE(400), - [sym_comment] = STATE(361), - [aux_sym_cell_path_repeat1] = STATE(361), - [anon_sym_export] = ACTIONS(941), - [anon_sym_alias] = ACTIONS(941), - [anon_sym_let] = ACTIONS(941), - [anon_sym_let_DASHenv] = ACTIONS(941), - [anon_sym_mut] = ACTIONS(941), - [anon_sym_const] = ACTIONS(941), - [aux_sym_cmd_identifier_token1] = ACTIONS(941), - [aux_sym_cmd_identifier_token2] = ACTIONS(941), - [aux_sym_cmd_identifier_token3] = ACTIONS(941), - [aux_sym_cmd_identifier_token4] = ACTIONS(941), - [aux_sym_cmd_identifier_token5] = ACTIONS(941), - [aux_sym_cmd_identifier_token6] = ACTIONS(941), - [aux_sym_cmd_identifier_token7] = ACTIONS(941), - [aux_sym_cmd_identifier_token8] = ACTIONS(941), - [aux_sym_cmd_identifier_token9] = ACTIONS(941), - [aux_sym_cmd_identifier_token10] = ACTIONS(941), - [aux_sym_cmd_identifier_token11] = ACTIONS(941), - [aux_sym_cmd_identifier_token12] = ACTIONS(941), - [aux_sym_cmd_identifier_token13] = ACTIONS(941), - [aux_sym_cmd_identifier_token14] = ACTIONS(941), - [aux_sym_cmd_identifier_token15] = ACTIONS(941), - [aux_sym_cmd_identifier_token16] = ACTIONS(941), - [aux_sym_cmd_identifier_token17] = ACTIONS(941), - [aux_sym_cmd_identifier_token18] = ACTIONS(941), - [aux_sym_cmd_identifier_token19] = ACTIONS(941), - [aux_sym_cmd_identifier_token20] = ACTIONS(941), - [aux_sym_cmd_identifier_token21] = ACTIONS(941), - [aux_sym_cmd_identifier_token22] = ACTIONS(941), - [aux_sym_cmd_identifier_token23] = ACTIONS(941), - [aux_sym_cmd_identifier_token24] = ACTIONS(941), - [aux_sym_cmd_identifier_token25] = ACTIONS(941), - [aux_sym_cmd_identifier_token26] = ACTIONS(941), - [aux_sym_cmd_identifier_token27] = ACTIONS(941), - [aux_sym_cmd_identifier_token28] = ACTIONS(941), - [aux_sym_cmd_identifier_token29] = ACTIONS(941), - [aux_sym_cmd_identifier_token30] = ACTIONS(941), - [aux_sym_cmd_identifier_token31] = ACTIONS(941), - [aux_sym_cmd_identifier_token32] = ACTIONS(941), - [aux_sym_cmd_identifier_token33] = ACTIONS(941), - [aux_sym_cmd_identifier_token34] = ACTIONS(941), - [aux_sym_cmd_identifier_token35] = ACTIONS(941), - [aux_sym_cmd_identifier_token36] = ACTIONS(941), - [aux_sym_cmd_identifier_token37] = ACTIONS(941), - [aux_sym_cmd_identifier_token38] = ACTIONS(941), - [aux_sym_cmd_identifier_token39] = ACTIONS(941), - [aux_sym_cmd_identifier_token40] = ACTIONS(941), - [anon_sym_def] = ACTIONS(941), - [anon_sym_export_DASHenv] = ACTIONS(941), - [anon_sym_extern] = ACTIONS(941), - [anon_sym_module] = ACTIONS(941), - [anon_sym_use] = ACTIONS(941), - [anon_sym_LPAREN] = ACTIONS(941), - [anon_sym_DOLLAR] = ACTIONS(941), - [anon_sym_error] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_break] = ACTIONS(941), - [anon_sym_continue] = ACTIONS(941), - [anon_sym_for] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(941), - [anon_sym_loop] = ACTIONS(941), - [anon_sym_make] = ACTIONS(941), - [anon_sym_while] = ACTIONS(941), - [anon_sym_do] = ACTIONS(941), - [anon_sym_if] = ACTIONS(941), - [anon_sym_else] = ACTIONS(941), - [anon_sym_match] = ACTIONS(941), - [anon_sym_RBRACE] = ACTIONS(941), - [anon_sym_try] = ACTIONS(941), - [anon_sym_catch] = ACTIONS(941), - [anon_sym_return] = ACTIONS(941), - [anon_sym_source] = ACTIONS(941), - [anon_sym_source_DASHenv] = ACTIONS(941), - [anon_sym_register] = ACTIONS(941), - [anon_sym_hide] = ACTIONS(941), - [anon_sym_hide_DASHenv] = ACTIONS(941), - [anon_sym_overlay] = ACTIONS(941), - [anon_sym_as] = ACTIONS(941), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(941), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(941), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(941), - [aux_sym__val_number_decimal_token3] = ACTIONS(941), - [aux_sym__val_number_decimal_token4] = ACTIONS(941), - [aux_sym__val_number_token1] = ACTIONS(941), - [aux_sym__val_number_token2] = ACTIONS(941), - [aux_sym__val_number_token3] = ACTIONS(941), - [aux_sym__val_number_token4] = ACTIONS(941), - [aux_sym__val_number_token5] = ACTIONS(941), - [aux_sym__val_number_token6] = ACTIONS(941), - [anon_sym_DQUOTE] = ACTIONS(941), - [sym__str_single_quotes] = ACTIONS(941), - [sym__str_back_ticks] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(941), - [sym__entry_separator] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(1781), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(943), - }, - [362] = { - [sym_comment] = STATE(362), - [anon_sym_export] = ACTIONS(1599), - [anon_sym_alias] = ACTIONS(1599), - [anon_sym_let] = ACTIONS(1599), - [anon_sym_let_DASHenv] = ACTIONS(1599), - [anon_sym_mut] = ACTIONS(1599), - [anon_sym_const] = ACTIONS(1599), - [aux_sym_cmd_identifier_token1] = ACTIONS(1599), - [aux_sym_cmd_identifier_token2] = ACTIONS(1601), - [aux_sym_cmd_identifier_token3] = ACTIONS(1601), - [aux_sym_cmd_identifier_token4] = ACTIONS(1601), - [aux_sym_cmd_identifier_token5] = ACTIONS(1601), - [aux_sym_cmd_identifier_token6] = ACTIONS(1601), - [aux_sym_cmd_identifier_token7] = ACTIONS(1601), - [aux_sym_cmd_identifier_token8] = ACTIONS(1599), - [aux_sym_cmd_identifier_token9] = ACTIONS(1599), - [aux_sym_cmd_identifier_token10] = ACTIONS(1601), - [aux_sym_cmd_identifier_token11] = ACTIONS(1601), - [aux_sym_cmd_identifier_token12] = ACTIONS(1599), - [aux_sym_cmd_identifier_token13] = ACTIONS(1599), - [aux_sym_cmd_identifier_token14] = ACTIONS(1599), - [aux_sym_cmd_identifier_token15] = ACTIONS(1599), - [aux_sym_cmd_identifier_token16] = ACTIONS(1601), - [aux_sym_cmd_identifier_token17] = ACTIONS(1601), - [aux_sym_cmd_identifier_token18] = ACTIONS(1601), - [aux_sym_cmd_identifier_token19] = ACTIONS(1601), - [aux_sym_cmd_identifier_token20] = ACTIONS(1601), - [aux_sym_cmd_identifier_token21] = ACTIONS(1601), - [aux_sym_cmd_identifier_token22] = ACTIONS(1601), - [aux_sym_cmd_identifier_token23] = ACTIONS(1601), - [aux_sym_cmd_identifier_token24] = ACTIONS(1601), - [aux_sym_cmd_identifier_token25] = ACTIONS(1601), - [aux_sym_cmd_identifier_token26] = ACTIONS(1601), - [aux_sym_cmd_identifier_token27] = ACTIONS(1601), - [aux_sym_cmd_identifier_token28] = ACTIONS(1601), - [aux_sym_cmd_identifier_token29] = ACTIONS(1601), - [aux_sym_cmd_identifier_token30] = ACTIONS(1601), - [aux_sym_cmd_identifier_token31] = ACTIONS(1601), - [aux_sym_cmd_identifier_token32] = ACTIONS(1601), - [aux_sym_cmd_identifier_token33] = ACTIONS(1601), - [aux_sym_cmd_identifier_token34] = ACTIONS(1599), - [aux_sym_cmd_identifier_token35] = ACTIONS(1601), - [aux_sym_cmd_identifier_token36] = ACTIONS(1601), - [aux_sym_cmd_identifier_token37] = ACTIONS(1601), - [aux_sym_cmd_identifier_token38] = ACTIONS(1599), - [aux_sym_cmd_identifier_token39] = ACTIONS(1601), - [aux_sym_cmd_identifier_token40] = ACTIONS(1601), - [anon_sym_def] = ACTIONS(1599), - [anon_sym_export_DASHenv] = ACTIONS(1599), - [anon_sym_extern] = ACTIONS(1599), - [anon_sym_module] = ACTIONS(1599), - [anon_sym_use] = ACTIONS(1599), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1601), - [anon_sym_error] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_break] = ACTIONS(1599), - [anon_sym_continue] = ACTIONS(1599), - [anon_sym_for] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_loop] = ACTIONS(1599), - [anon_sym_make] = ACTIONS(1599), - [anon_sym_while] = ACTIONS(1599), - [anon_sym_do] = ACTIONS(1599), - [anon_sym_if] = ACTIONS(1599), - [anon_sym_else] = ACTIONS(1599), - [anon_sym_match] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_try] = ACTIONS(1599), - [anon_sym_catch] = ACTIONS(1599), - [anon_sym_return] = ACTIONS(1599), - [anon_sym_source] = ACTIONS(1599), - [anon_sym_source_DASHenv] = ACTIONS(1599), - [anon_sym_register] = ACTIONS(1599), - [anon_sym_hide] = ACTIONS(1599), - [anon_sym_hide_DASHenv] = ACTIONS(1599), - [anon_sym_overlay] = ACTIONS(1599), - [anon_sym_as] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1599), - [aux_sym__val_number_token5] = ACTIONS(1599), - [aux_sym__val_number_token6] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1601), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [363] = { - [sym_path] = STATE(400), - [sym_comment] = STATE(363), - [aux_sym_cell_path_repeat1] = STATE(361), + [aux_sym_cell_path_repeat1] = STATE(362), [anon_sym_export] = ACTIONS(948), [anon_sym_alias] = ACTIONS(948), [anon_sym_let] = ACTIONS(948), @@ -120518,240 +120119,559 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(950), }, + [360] = { + [sym_comment] = STATE(360), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(1773), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1775), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [361] = { + [sym_comment] = STATE(361), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1731), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [362] = { + [sym_path] = STATE(397), + [sym_comment] = STATE(362), + [aux_sym_cell_path_repeat1] = STATE(362), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [aux_sym_cmd_identifier_token1] = ACTIONS(941), + [aux_sym_cmd_identifier_token2] = ACTIONS(941), + [aux_sym_cmd_identifier_token3] = ACTIONS(941), + [aux_sym_cmd_identifier_token4] = ACTIONS(941), + [aux_sym_cmd_identifier_token5] = ACTIONS(941), + [aux_sym_cmd_identifier_token6] = ACTIONS(941), + [aux_sym_cmd_identifier_token7] = ACTIONS(941), + [aux_sym_cmd_identifier_token8] = ACTIONS(941), + [aux_sym_cmd_identifier_token9] = ACTIONS(941), + [aux_sym_cmd_identifier_token10] = ACTIONS(941), + [aux_sym_cmd_identifier_token11] = ACTIONS(941), + [aux_sym_cmd_identifier_token12] = ACTIONS(941), + [aux_sym_cmd_identifier_token13] = ACTIONS(941), + [aux_sym_cmd_identifier_token14] = ACTIONS(941), + [aux_sym_cmd_identifier_token15] = ACTIONS(941), + [aux_sym_cmd_identifier_token16] = ACTIONS(941), + [aux_sym_cmd_identifier_token17] = ACTIONS(941), + [aux_sym_cmd_identifier_token18] = ACTIONS(941), + [aux_sym_cmd_identifier_token19] = ACTIONS(941), + [aux_sym_cmd_identifier_token20] = ACTIONS(941), + [aux_sym_cmd_identifier_token21] = ACTIONS(941), + [aux_sym_cmd_identifier_token22] = ACTIONS(941), + [aux_sym_cmd_identifier_token23] = ACTIONS(941), + [aux_sym_cmd_identifier_token24] = ACTIONS(941), + [aux_sym_cmd_identifier_token25] = ACTIONS(941), + [aux_sym_cmd_identifier_token26] = ACTIONS(941), + [aux_sym_cmd_identifier_token27] = ACTIONS(941), + [aux_sym_cmd_identifier_token28] = ACTIONS(941), + [aux_sym_cmd_identifier_token29] = ACTIONS(941), + [aux_sym_cmd_identifier_token30] = ACTIONS(941), + [aux_sym_cmd_identifier_token31] = ACTIONS(941), + [aux_sym_cmd_identifier_token32] = ACTIONS(941), + [aux_sym_cmd_identifier_token33] = ACTIONS(941), + [aux_sym_cmd_identifier_token34] = ACTIONS(941), + [aux_sym_cmd_identifier_token35] = ACTIONS(941), + [aux_sym_cmd_identifier_token36] = ACTIONS(941), + [aux_sym_cmd_identifier_token37] = ACTIONS(941), + [aux_sym_cmd_identifier_token38] = ACTIONS(941), + [aux_sym_cmd_identifier_token39] = ACTIONS(941), + [aux_sym_cmd_identifier_token40] = ACTIONS(941), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(941), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(941), + [aux_sym__val_number_decimal_token3] = ACTIONS(941), + [aux_sym__val_number_decimal_token4] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(941), + [sym__entry_separator] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(1777), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(943), + }, + [363] = { + [sym_cell_path] = STATE(547), + [sym_path] = STATE(444), + [sym_comment] = STATE(363), + [aux_sym_cell_path_repeat1] = STATE(385), + [anon_sym_export] = ACTIONS(1721), + [anon_sym_alias] = ACTIONS(1721), + [anon_sym_let] = ACTIONS(1721), + [anon_sym_let_DASHenv] = ACTIONS(1721), + [anon_sym_mut] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1721), + [aux_sym_cmd_identifier_token1] = ACTIONS(1721), + [aux_sym_cmd_identifier_token2] = ACTIONS(1723), + [aux_sym_cmd_identifier_token3] = ACTIONS(1723), + [aux_sym_cmd_identifier_token4] = ACTIONS(1723), + [aux_sym_cmd_identifier_token5] = ACTIONS(1723), + [aux_sym_cmd_identifier_token6] = ACTIONS(1723), + [aux_sym_cmd_identifier_token7] = ACTIONS(1723), + [aux_sym_cmd_identifier_token8] = ACTIONS(1721), + [aux_sym_cmd_identifier_token9] = ACTIONS(1721), + [aux_sym_cmd_identifier_token10] = ACTIONS(1723), + [aux_sym_cmd_identifier_token11] = ACTIONS(1723), + [aux_sym_cmd_identifier_token12] = ACTIONS(1721), + [aux_sym_cmd_identifier_token13] = ACTIONS(1721), + [aux_sym_cmd_identifier_token14] = ACTIONS(1721), + [aux_sym_cmd_identifier_token15] = ACTIONS(1721), + [aux_sym_cmd_identifier_token16] = ACTIONS(1723), + [aux_sym_cmd_identifier_token17] = ACTIONS(1723), + [aux_sym_cmd_identifier_token18] = ACTIONS(1723), + [aux_sym_cmd_identifier_token19] = ACTIONS(1723), + [aux_sym_cmd_identifier_token20] = ACTIONS(1723), + [aux_sym_cmd_identifier_token21] = ACTIONS(1723), + [aux_sym_cmd_identifier_token22] = ACTIONS(1723), + [aux_sym_cmd_identifier_token23] = ACTIONS(1723), + [aux_sym_cmd_identifier_token24] = ACTIONS(1723), + [aux_sym_cmd_identifier_token25] = ACTIONS(1723), + [aux_sym_cmd_identifier_token26] = ACTIONS(1723), + [aux_sym_cmd_identifier_token27] = ACTIONS(1723), + [aux_sym_cmd_identifier_token28] = ACTIONS(1723), + [aux_sym_cmd_identifier_token29] = ACTIONS(1723), + [aux_sym_cmd_identifier_token30] = ACTIONS(1723), + [aux_sym_cmd_identifier_token31] = ACTIONS(1723), + [aux_sym_cmd_identifier_token32] = ACTIONS(1723), + [aux_sym_cmd_identifier_token33] = ACTIONS(1723), + [aux_sym_cmd_identifier_token34] = ACTIONS(1721), + [aux_sym_cmd_identifier_token35] = ACTIONS(1723), + [aux_sym_cmd_identifier_token36] = ACTIONS(1723), + [aux_sym_cmd_identifier_token37] = ACTIONS(1723), + [aux_sym_cmd_identifier_token38] = ACTIONS(1721), + [aux_sym_cmd_identifier_token39] = ACTIONS(1723), + [aux_sym_cmd_identifier_token40] = ACTIONS(1723), + [anon_sym_def] = ACTIONS(1721), + [anon_sym_export_DASHenv] = ACTIONS(1721), + [anon_sym_extern] = ACTIONS(1721), + [anon_sym_module] = ACTIONS(1721), + [anon_sym_use] = ACTIONS(1721), + [anon_sym_LPAREN] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1723), + [anon_sym_error] = ACTIONS(1721), + [anon_sym_DASH2] = ACTIONS(1721), + [anon_sym_break] = ACTIONS(1721), + [anon_sym_continue] = ACTIONS(1721), + [anon_sym_for] = ACTIONS(1721), + [anon_sym_in2] = ACTIONS(1721), + [anon_sym_loop] = ACTIONS(1721), + [anon_sym_make] = ACTIONS(1721), + [anon_sym_while] = ACTIONS(1721), + [anon_sym_do] = ACTIONS(1721), + [anon_sym_if] = ACTIONS(1721), + [anon_sym_else] = ACTIONS(1721), + [anon_sym_match] = ACTIONS(1721), + [anon_sym_RBRACE] = ACTIONS(1723), + [anon_sym_try] = ACTIONS(1721), + [anon_sym_catch] = ACTIONS(1721), + [anon_sym_return] = ACTIONS(1721), + [anon_sym_source] = ACTIONS(1721), + [anon_sym_source_DASHenv] = ACTIONS(1721), + [anon_sym_register] = ACTIONS(1721), + [anon_sym_hide] = ACTIONS(1721), + [anon_sym_hide_DASHenv] = ACTIONS(1721), + [anon_sym_overlay] = ACTIONS(1721), + [anon_sym_as] = ACTIONS(1721), + [anon_sym_PLUS2] = ACTIONS(1721), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1723), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1723), + [aux_sym__val_number_decimal_token1] = ACTIONS(1721), + [aux_sym__val_number_decimal_token2] = ACTIONS(1723), + [aux_sym__val_number_decimal_token3] = ACTIONS(1723), + [aux_sym__val_number_decimal_token4] = ACTIONS(1723), + [aux_sym__val_number_token1] = ACTIONS(1723), + [aux_sym__val_number_token2] = ACTIONS(1723), + [aux_sym__val_number_token3] = ACTIONS(1723), + [aux_sym__val_number_token4] = ACTIONS(1721), + [aux_sym__val_number_token5] = ACTIONS(1721), + [aux_sym__val_number_token6] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1723), + [sym__str_single_quotes] = ACTIONS(1723), + [sym__str_back_ticks] = ACTIONS(1723), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(1771), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1723), + }, [364] = { - [sym_cell_path] = STATE(512), - [sym_path] = STATE(443), [sym_comment] = STATE(364), - [aux_sym_cell_path_repeat1] = STATE(374), - [anon_sym_export] = ACTIONS(1717), - [anon_sym_alias] = ACTIONS(1717), - [anon_sym_let] = ACTIONS(1717), - [anon_sym_let_DASHenv] = ACTIONS(1717), - [anon_sym_mut] = ACTIONS(1717), - [anon_sym_const] = ACTIONS(1717), - [aux_sym_cmd_identifier_token1] = ACTIONS(1717), - [aux_sym_cmd_identifier_token2] = ACTIONS(1719), - [aux_sym_cmd_identifier_token3] = ACTIONS(1719), - [aux_sym_cmd_identifier_token4] = ACTIONS(1719), - [aux_sym_cmd_identifier_token5] = ACTIONS(1719), - [aux_sym_cmd_identifier_token6] = ACTIONS(1719), - [aux_sym_cmd_identifier_token7] = ACTIONS(1719), - [aux_sym_cmd_identifier_token8] = ACTIONS(1717), - [aux_sym_cmd_identifier_token9] = ACTIONS(1717), - [aux_sym_cmd_identifier_token10] = ACTIONS(1719), - [aux_sym_cmd_identifier_token11] = ACTIONS(1719), - [aux_sym_cmd_identifier_token12] = ACTIONS(1717), - [aux_sym_cmd_identifier_token13] = ACTIONS(1717), - [aux_sym_cmd_identifier_token14] = ACTIONS(1717), - [aux_sym_cmd_identifier_token15] = ACTIONS(1717), - [aux_sym_cmd_identifier_token16] = ACTIONS(1719), - [aux_sym_cmd_identifier_token17] = ACTIONS(1719), - [aux_sym_cmd_identifier_token18] = ACTIONS(1719), - [aux_sym_cmd_identifier_token19] = ACTIONS(1719), - [aux_sym_cmd_identifier_token20] = ACTIONS(1719), - [aux_sym_cmd_identifier_token21] = ACTIONS(1719), - [aux_sym_cmd_identifier_token22] = ACTIONS(1719), - [aux_sym_cmd_identifier_token23] = ACTIONS(1719), - [aux_sym_cmd_identifier_token24] = ACTIONS(1719), - [aux_sym_cmd_identifier_token25] = ACTIONS(1719), - [aux_sym_cmd_identifier_token26] = ACTIONS(1719), - [aux_sym_cmd_identifier_token27] = ACTIONS(1719), - [aux_sym_cmd_identifier_token28] = ACTIONS(1719), - [aux_sym_cmd_identifier_token29] = ACTIONS(1719), - [aux_sym_cmd_identifier_token30] = ACTIONS(1719), - [aux_sym_cmd_identifier_token31] = ACTIONS(1719), - [aux_sym_cmd_identifier_token32] = ACTIONS(1719), - [aux_sym_cmd_identifier_token33] = ACTIONS(1719), - [aux_sym_cmd_identifier_token34] = ACTIONS(1717), - [aux_sym_cmd_identifier_token35] = ACTIONS(1719), - [aux_sym_cmd_identifier_token36] = ACTIONS(1719), - [aux_sym_cmd_identifier_token37] = ACTIONS(1719), - [aux_sym_cmd_identifier_token38] = ACTIONS(1717), - [aux_sym_cmd_identifier_token39] = ACTIONS(1719), - [aux_sym_cmd_identifier_token40] = ACTIONS(1719), - [anon_sym_def] = ACTIONS(1717), - [anon_sym_export_DASHenv] = ACTIONS(1717), - [anon_sym_extern] = ACTIONS(1717), - [anon_sym_module] = ACTIONS(1717), - [anon_sym_use] = ACTIONS(1717), - [anon_sym_LPAREN] = ACTIONS(1719), - [anon_sym_DOLLAR] = ACTIONS(1719), - [anon_sym_error] = ACTIONS(1717), - [anon_sym_DASH2] = ACTIONS(1717), - [anon_sym_break] = ACTIONS(1717), - [anon_sym_continue] = ACTIONS(1717), - [anon_sym_for] = ACTIONS(1717), - [anon_sym_in2] = ACTIONS(1717), - [anon_sym_loop] = ACTIONS(1717), - [anon_sym_make] = ACTIONS(1717), - [anon_sym_while] = ACTIONS(1717), - [anon_sym_do] = ACTIONS(1717), - [anon_sym_if] = ACTIONS(1717), - [anon_sym_else] = ACTIONS(1717), - [anon_sym_match] = ACTIONS(1717), - [anon_sym_RBRACE] = ACTIONS(1719), - [anon_sym_try] = ACTIONS(1717), - [anon_sym_catch] = ACTIONS(1717), - [anon_sym_return] = ACTIONS(1717), - [anon_sym_source] = ACTIONS(1717), - [anon_sym_source_DASHenv] = ACTIONS(1717), - [anon_sym_register] = ACTIONS(1717), - [anon_sym_hide] = ACTIONS(1717), - [anon_sym_hide_DASHenv] = ACTIONS(1717), - [anon_sym_overlay] = ACTIONS(1717), - [anon_sym_as] = ACTIONS(1717), - [anon_sym_PLUS2] = ACTIONS(1717), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1719), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1719), - [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1719), - [aux_sym__val_number_decimal_token3] = ACTIONS(1719), - [aux_sym__val_number_decimal_token4] = ACTIONS(1719), - [aux_sym__val_number_token1] = ACTIONS(1719), - [aux_sym__val_number_token2] = ACTIONS(1719), - [aux_sym__val_number_token3] = ACTIONS(1719), - [aux_sym__val_number_token4] = ACTIONS(1717), - [aux_sym__val_number_token5] = ACTIONS(1717), - [aux_sym__val_number_token6] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1719), - [sym__str_single_quotes] = ACTIONS(1719), - [sym__str_back_ticks] = ACTIONS(1719), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1719), - [anon_sym_DOT2] = ACTIONS(1765), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1719), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(1780), + [aux_sym__immediate_decimal_token2] = ACTIONS(1782), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, [365] = { [sym_comment] = STATE(365), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(1784), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [366] = { - [sym_comment] = STATE(366), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), [aux_sym_cmd_identifier_token2] = ACTIONS(1727), [aux_sym_cmd_identifier_token3] = ACTIONS(1727), [aux_sym_cmd_identifier_token4] = ACTIONS(1727), [aux_sym_cmd_identifier_token5] = ACTIONS(1727), [aux_sym_cmd_identifier_token6] = ACTIONS(1727), [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), [aux_sym_cmd_identifier_token10] = ACTIONS(1727), [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), [aux_sym_cmd_identifier_token16] = ACTIONS(1727), [aux_sym_cmd_identifier_token17] = ACTIONS(1727), [aux_sym_cmd_identifier_token18] = ACTIONS(1727), @@ -120770,282 +120690,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1727), [aux_sym_cmd_identifier_token32] = ACTIONS(1727), [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), [aux_sym_cmd_identifier_token35] = ACTIONS(1727), [aux_sym_cmd_identifier_token36] = ACTIONS(1727), [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), [aux_sym_cmd_identifier_token39] = ACTIONS(1727), [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1775), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), [aux_sym__val_number_decimal_token2] = ACTIONS(1727), [aux_sym__val_number_decimal_token3] = ACTIONS(1727), [aux_sym__val_number_decimal_token4] = ACTIONS(1727), [aux_sym__val_number_token1] = ACTIONS(1727), [aux_sym__val_number_token2] = ACTIONS(1727), [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), [anon_sym_DQUOTE] = ACTIONS(1727), [sym__str_single_quotes] = ACTIONS(1727), [sym__str_back_ticks] = ACTIONS(1727), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [366] = { + [sym_comment] = STATE(366), + [anon_sym_export] = ACTIONS(958), + [anon_sym_alias] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_let_DASHenv] = ACTIONS(958), + [anon_sym_mut] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [aux_sym_cmd_identifier_token1] = ACTIONS(958), + [aux_sym_cmd_identifier_token2] = ACTIONS(958), + [aux_sym_cmd_identifier_token3] = ACTIONS(958), + [aux_sym_cmd_identifier_token4] = ACTIONS(958), + [aux_sym_cmd_identifier_token5] = ACTIONS(958), + [aux_sym_cmd_identifier_token6] = ACTIONS(958), + [aux_sym_cmd_identifier_token7] = ACTIONS(958), + [aux_sym_cmd_identifier_token8] = ACTIONS(958), + [aux_sym_cmd_identifier_token9] = ACTIONS(958), + [aux_sym_cmd_identifier_token10] = ACTIONS(958), + [aux_sym_cmd_identifier_token11] = ACTIONS(958), + [aux_sym_cmd_identifier_token12] = ACTIONS(958), + [aux_sym_cmd_identifier_token13] = ACTIONS(958), + [aux_sym_cmd_identifier_token14] = ACTIONS(958), + [aux_sym_cmd_identifier_token15] = ACTIONS(958), + [aux_sym_cmd_identifier_token16] = ACTIONS(958), + [aux_sym_cmd_identifier_token17] = ACTIONS(958), + [aux_sym_cmd_identifier_token18] = ACTIONS(958), + [aux_sym_cmd_identifier_token19] = ACTIONS(958), + [aux_sym_cmd_identifier_token20] = ACTIONS(958), + [aux_sym_cmd_identifier_token21] = ACTIONS(958), + [aux_sym_cmd_identifier_token22] = ACTIONS(958), + [aux_sym_cmd_identifier_token23] = ACTIONS(958), + [aux_sym_cmd_identifier_token24] = ACTIONS(958), + [aux_sym_cmd_identifier_token25] = ACTIONS(958), + [aux_sym_cmd_identifier_token26] = ACTIONS(958), + [aux_sym_cmd_identifier_token27] = ACTIONS(958), + [aux_sym_cmd_identifier_token28] = ACTIONS(958), + [aux_sym_cmd_identifier_token29] = ACTIONS(958), + [aux_sym_cmd_identifier_token30] = ACTIONS(958), + [aux_sym_cmd_identifier_token31] = ACTIONS(958), + [aux_sym_cmd_identifier_token32] = ACTIONS(958), + [aux_sym_cmd_identifier_token33] = ACTIONS(958), + [aux_sym_cmd_identifier_token34] = ACTIONS(958), + [aux_sym_cmd_identifier_token35] = ACTIONS(958), + [aux_sym_cmd_identifier_token36] = ACTIONS(958), + [aux_sym_cmd_identifier_token37] = ACTIONS(958), + [aux_sym_cmd_identifier_token38] = ACTIONS(958), + [aux_sym_cmd_identifier_token39] = ACTIONS(958), + [aux_sym_cmd_identifier_token40] = ACTIONS(958), + [anon_sym_def] = ACTIONS(958), + [anon_sym_export_DASHenv] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_use] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_error] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_in2] = ACTIONS(958), + [anon_sym_loop] = ACTIONS(958), + [anon_sym_make] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_match] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(958), + [anon_sym_try] = ACTIONS(958), + [anon_sym_catch] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_source] = ACTIONS(958), + [anon_sym_source_DASHenv] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_hide] = ACTIONS(958), + [anon_sym_hide_DASHenv] = ACTIONS(958), + [anon_sym_overlay] = ACTIONS(958), + [anon_sym_as] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(1784), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(958), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(958), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(958), + [aux_sym__val_number_decimal_token3] = ACTIONS(958), + [aux_sym__val_number_decimal_token4] = ACTIONS(958), + [aux_sym__val_number_token1] = ACTIONS(958), + [aux_sym__val_number_token2] = ACTIONS(958), + [aux_sym__val_number_token3] = ACTIONS(958), + [aux_sym__val_number_token4] = ACTIONS(958), + [aux_sym__val_number_token5] = ACTIONS(958), + [aux_sym__val_number_token6] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(958), + [sym__str_single_quotes] = ACTIONS(958), + [sym__str_back_ticks] = ACTIONS(958), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(958), + [sym__entry_separator] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), + [sym_raw_string_begin] = ACTIONS(960), }, [367] = { [sym_comment] = STATE(367), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [368] = { - [sym_comment] = STATE(368), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [369] = { - [sym_comment] = STATE(369), [anon_sym_export] = ACTIONS(1786), [anon_sym_alias] = ACTIONS(1786), [anon_sym_let] = ACTIONS(1786), @@ -121126,9 +120941,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN2] = ACTIONS(1788), [anon_sym_PLUS2] = ACTIONS(1786), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1786), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), + [anon_sym_DOT_DOT2] = ACTIONS(1790), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1792), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1792), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1786), [aux_sym__val_number_decimal_token1] = ACTIONS(1786), [aux_sym__val_number_decimal_token2] = ACTIONS(1786), @@ -121144,958 +120959,1063 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(1786), [sym__str_back_ticks] = ACTIONS(1786), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1786), - [sym__entry_separator] = ACTIONS(1788), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1786), + [sym__entry_separator] = ACTIONS(1794), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1794), + }, + [368] = { + [sym_comment] = STATE(368), + [anon_sym_export] = ACTIONS(952), + [anon_sym_alias] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_let_DASHenv] = ACTIONS(952), + [anon_sym_mut] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [aux_sym_cmd_identifier_token1] = ACTIONS(952), + [aux_sym_cmd_identifier_token2] = ACTIONS(952), + [aux_sym_cmd_identifier_token3] = ACTIONS(952), + [aux_sym_cmd_identifier_token4] = ACTIONS(952), + [aux_sym_cmd_identifier_token5] = ACTIONS(952), + [aux_sym_cmd_identifier_token6] = ACTIONS(952), + [aux_sym_cmd_identifier_token7] = ACTIONS(952), + [aux_sym_cmd_identifier_token8] = ACTIONS(952), + [aux_sym_cmd_identifier_token9] = ACTIONS(952), + [aux_sym_cmd_identifier_token10] = ACTIONS(952), + [aux_sym_cmd_identifier_token11] = ACTIONS(952), + [aux_sym_cmd_identifier_token12] = ACTIONS(952), + [aux_sym_cmd_identifier_token13] = ACTIONS(952), + [aux_sym_cmd_identifier_token14] = ACTIONS(952), + [aux_sym_cmd_identifier_token15] = ACTIONS(952), + [aux_sym_cmd_identifier_token16] = ACTIONS(952), + [aux_sym_cmd_identifier_token17] = ACTIONS(952), + [aux_sym_cmd_identifier_token18] = ACTIONS(952), + [aux_sym_cmd_identifier_token19] = ACTIONS(952), + [aux_sym_cmd_identifier_token20] = ACTIONS(952), + [aux_sym_cmd_identifier_token21] = ACTIONS(952), + [aux_sym_cmd_identifier_token22] = ACTIONS(952), + [aux_sym_cmd_identifier_token23] = ACTIONS(952), + [aux_sym_cmd_identifier_token24] = ACTIONS(952), + [aux_sym_cmd_identifier_token25] = ACTIONS(952), + [aux_sym_cmd_identifier_token26] = ACTIONS(952), + [aux_sym_cmd_identifier_token27] = ACTIONS(952), + [aux_sym_cmd_identifier_token28] = ACTIONS(952), + [aux_sym_cmd_identifier_token29] = ACTIONS(952), + [aux_sym_cmd_identifier_token30] = ACTIONS(952), + [aux_sym_cmd_identifier_token31] = ACTIONS(952), + [aux_sym_cmd_identifier_token32] = ACTIONS(952), + [aux_sym_cmd_identifier_token33] = ACTIONS(952), + [aux_sym_cmd_identifier_token34] = ACTIONS(952), + [aux_sym_cmd_identifier_token35] = ACTIONS(952), + [aux_sym_cmd_identifier_token36] = ACTIONS(952), + [aux_sym_cmd_identifier_token37] = ACTIONS(952), + [aux_sym_cmd_identifier_token38] = ACTIONS(952), + [aux_sym_cmd_identifier_token39] = ACTIONS(952), + [aux_sym_cmd_identifier_token40] = ACTIONS(952), + [anon_sym_def] = ACTIONS(952), + [anon_sym_export_DASHenv] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym_module] = ACTIONS(952), + [anon_sym_use] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(952), + [anon_sym_DOLLAR] = ACTIONS(952), + [anon_sym_error] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(952), + [anon_sym_loop] = ACTIONS(952), + [anon_sym_make] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_match] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_try] = ACTIONS(952), + [anon_sym_catch] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_source] = ACTIONS(952), + [anon_sym_source_DASHenv] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_hide] = ACTIONS(952), + [anon_sym_hide_DASHenv] = ACTIONS(952), + [anon_sym_overlay] = ACTIONS(952), + [anon_sym_as] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(1796), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(952), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(952), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(952), + [aux_sym__val_number_decimal_token3] = ACTIONS(952), + [aux_sym__val_number_decimal_token4] = ACTIONS(952), + [aux_sym__val_number_token1] = ACTIONS(952), + [aux_sym__val_number_token2] = ACTIONS(952), + [aux_sym__val_number_token3] = ACTIONS(952), + [aux_sym__val_number_token4] = ACTIONS(952), + [aux_sym__val_number_token5] = ACTIONS(952), + [aux_sym__val_number_token6] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(952), + [sym__str_single_quotes] = ACTIONS(952), + [sym__str_back_ticks] = ACTIONS(952), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(952), + [sym__entry_separator] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(954), + }, + [369] = { + [sym_expr_parenthesized] = STATE(4086), + [sym__spread_parenthesized] = STATE(4424), + [sym_val_range] = STATE(4425), + [sym__val_range] = STATE(7614), + [sym__val_range_with_end] = STATE(7313), + [sym__value] = STATE(4425), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym__spread_variable] = STATE(4426), + [sym_val_variable] = STATE(4029), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3826), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym__spread_list] = STATE(4424), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym__cmd_arg] = STATE(4427), + [sym_redirection] = STATE(4429), + [sym__flag] = STATE(4432), + [sym_short_flag] = STATE(4399), + [sym_long_flag] = STATE(4399), + [sym_unquoted] = STATE(4275), + [sym__unquoted_with_expr] = STATE(4434), + [sym__unquoted_anonymous_prefix] = STATE(7065), + [sym_comment] = STATE(369), + [sym__newline] = ACTIONS(1798), + [sym__space] = ACTIONS(1798), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_PIPE] = ACTIONS(1801), + [anon_sym_err_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_GT_PIPE] = ACTIONS(1801), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(1805), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_DASH2] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_DOT_DOT] = ACTIONS(1815), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1817), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1819), + [anon_sym_DOT_DOT_LT] = ACTIONS(1819), + [anon_sym_null] = ACTIONS(1821), + [anon_sym_true] = ACTIONS(1823), + [anon_sym_false] = ACTIONS(1823), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1825), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(1827), + [aux_sym__val_number_decimal_token3] = ACTIONS(1829), + [aux_sym__val_number_decimal_token4] = ACTIONS(1831), + [aux_sym__val_number_token1] = ACTIONS(1833), + [aux_sym__val_number_token2] = ACTIONS(1833), + [aux_sym__val_number_token3] = ACTIONS(1833), + [aux_sym__val_number_token4] = ACTIONS(1835), + [aux_sym__val_number_token5] = ACTIONS(1835), + [aux_sym__val_number_token6] = ACTIONS(1835), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1843), + [sym__str_single_quotes] = ACTIONS(1845), + [sym__str_back_ticks] = ACTIONS(1845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1847), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1849), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1851), + [anon_sym_COLON2] = ACTIONS(1853), + [anon_sym_err_GT] = ACTIONS(1855), + [anon_sym_out_GT] = ACTIONS(1855), + [anon_sym_e_GT] = ACTIONS(1855), + [anon_sym_o_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT] = ACTIONS(1855), + [anon_sym_err_GT_GT] = ACTIONS(1855), + [anon_sym_out_GT_GT] = ACTIONS(1855), + [anon_sym_e_GT_GT] = ACTIONS(1855), + [anon_sym_o_GT_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1855), + [aux_sym_unquoted_token1] = ACTIONS(1857), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1788), + [sym_raw_string_begin] = ACTIONS(1859), }, [370] = { [sym_comment] = STATE(370), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1727), - [aux_sym_cmd_identifier_token3] = ACTIONS(1727), - [aux_sym_cmd_identifier_token4] = ACTIONS(1727), - [aux_sym_cmd_identifier_token5] = ACTIONS(1727), - [aux_sym_cmd_identifier_token6] = ACTIONS(1727), - [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1727), - [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1727), - [aux_sym_cmd_identifier_token17] = ACTIONS(1727), - [aux_sym_cmd_identifier_token18] = ACTIONS(1727), - [aux_sym_cmd_identifier_token19] = ACTIONS(1727), - [aux_sym_cmd_identifier_token20] = ACTIONS(1727), - [aux_sym_cmd_identifier_token21] = ACTIONS(1727), - [aux_sym_cmd_identifier_token22] = ACTIONS(1727), - [aux_sym_cmd_identifier_token23] = ACTIONS(1727), - [aux_sym_cmd_identifier_token24] = ACTIONS(1727), - [aux_sym_cmd_identifier_token25] = ACTIONS(1727), - [aux_sym_cmd_identifier_token26] = ACTIONS(1727), - [aux_sym_cmd_identifier_token27] = ACTIONS(1727), - [aux_sym_cmd_identifier_token28] = ACTIONS(1727), - [aux_sym_cmd_identifier_token29] = ACTIONS(1727), - [aux_sym_cmd_identifier_token30] = ACTIONS(1727), - [aux_sym_cmd_identifier_token31] = ACTIONS(1727), - [aux_sym_cmd_identifier_token32] = ACTIONS(1727), - [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1727), - [aux_sym_cmd_identifier_token36] = ACTIONS(1727), - [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1727), - [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(1790), - [aux_sym__immediate_decimal_token2] = ACTIONS(1792), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1727), - [aux_sym__val_number_decimal_token3] = ACTIONS(1727), - [aux_sym__val_number_decimal_token4] = ACTIONS(1727), - [aux_sym__val_number_token1] = ACTIONS(1727), - [aux_sym__val_number_token2] = ACTIONS(1727), - [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1727), - [sym__str_single_quotes] = ACTIONS(1727), - [sym__str_back_ticks] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1861), + [aux_sym_cmd_identifier_token3] = ACTIONS(1861), + [aux_sym_cmd_identifier_token4] = ACTIONS(1861), + [aux_sym_cmd_identifier_token5] = ACTIONS(1861), + [aux_sym_cmd_identifier_token6] = ACTIONS(1861), + [aux_sym_cmd_identifier_token7] = ACTIONS(1861), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1861), + [aux_sym_cmd_identifier_token11] = ACTIONS(1861), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1861), + [aux_sym_cmd_identifier_token17] = ACTIONS(1861), + [aux_sym_cmd_identifier_token18] = ACTIONS(1861), + [aux_sym_cmd_identifier_token19] = ACTIONS(1861), + [aux_sym_cmd_identifier_token20] = ACTIONS(1861), + [aux_sym_cmd_identifier_token21] = ACTIONS(1861), + [aux_sym_cmd_identifier_token22] = ACTIONS(1861), + [aux_sym_cmd_identifier_token23] = ACTIONS(1861), + [aux_sym_cmd_identifier_token24] = ACTIONS(1861), + [aux_sym_cmd_identifier_token25] = ACTIONS(1861), + [aux_sym_cmd_identifier_token26] = ACTIONS(1861), + [aux_sym_cmd_identifier_token27] = ACTIONS(1861), + [aux_sym_cmd_identifier_token28] = ACTIONS(1861), + [aux_sym_cmd_identifier_token29] = ACTIONS(1861), + [aux_sym_cmd_identifier_token30] = ACTIONS(1861), + [aux_sym_cmd_identifier_token31] = ACTIONS(1861), + [aux_sym_cmd_identifier_token32] = ACTIONS(1861), + [aux_sym_cmd_identifier_token33] = ACTIONS(1861), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1861), + [aux_sym_cmd_identifier_token36] = ACTIONS(1861), + [aux_sym_cmd_identifier_token37] = ACTIONS(1861), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1861), + [aux_sym_cmd_identifier_token40] = ACTIONS(1861), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1861), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1861), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1861), + [aux_sym__val_number_decimal_token3] = ACTIONS(1861), + [aux_sym__val_number_decimal_token4] = ACTIONS(1861), + [aux_sym__val_number_token1] = ACTIONS(1861), + [aux_sym__val_number_token2] = ACTIONS(1861), + [aux_sym__val_number_token3] = ACTIONS(1861), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym__str_single_quotes] = ACTIONS(1861), + [sym__str_back_ticks] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1861), + [sym__entry_separator] = ACTIONS(1863), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1861), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), + [sym_raw_string_begin] = ACTIONS(1863), }, [371] = { [sym_comment] = STATE(371), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_alias] = ACTIONS(1794), - [anon_sym_let] = ACTIONS(1794), - [anon_sym_let_DASHenv] = ACTIONS(1794), - [anon_sym_mut] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [aux_sym_cmd_identifier_token1] = ACTIONS(1794), - [aux_sym_cmd_identifier_token2] = ACTIONS(1794), - [aux_sym_cmd_identifier_token3] = ACTIONS(1794), - [aux_sym_cmd_identifier_token4] = ACTIONS(1794), - [aux_sym_cmd_identifier_token5] = ACTIONS(1794), - [aux_sym_cmd_identifier_token6] = ACTIONS(1794), - [aux_sym_cmd_identifier_token7] = ACTIONS(1794), - [aux_sym_cmd_identifier_token8] = ACTIONS(1794), - [aux_sym_cmd_identifier_token9] = ACTIONS(1794), - [aux_sym_cmd_identifier_token10] = ACTIONS(1794), - [aux_sym_cmd_identifier_token11] = ACTIONS(1794), - [aux_sym_cmd_identifier_token12] = ACTIONS(1794), - [aux_sym_cmd_identifier_token13] = ACTIONS(1794), - [aux_sym_cmd_identifier_token14] = ACTIONS(1794), - [aux_sym_cmd_identifier_token15] = ACTIONS(1794), - [aux_sym_cmd_identifier_token16] = ACTIONS(1794), - [aux_sym_cmd_identifier_token17] = ACTIONS(1794), - [aux_sym_cmd_identifier_token18] = ACTIONS(1794), - [aux_sym_cmd_identifier_token19] = ACTIONS(1794), - [aux_sym_cmd_identifier_token20] = ACTIONS(1794), - [aux_sym_cmd_identifier_token21] = ACTIONS(1794), - [aux_sym_cmd_identifier_token22] = ACTIONS(1794), - [aux_sym_cmd_identifier_token23] = ACTIONS(1794), - [aux_sym_cmd_identifier_token24] = ACTIONS(1794), - [aux_sym_cmd_identifier_token25] = ACTIONS(1794), - [aux_sym_cmd_identifier_token26] = ACTIONS(1794), - [aux_sym_cmd_identifier_token27] = ACTIONS(1794), - [aux_sym_cmd_identifier_token28] = ACTIONS(1794), - [aux_sym_cmd_identifier_token29] = ACTIONS(1794), - [aux_sym_cmd_identifier_token30] = ACTIONS(1794), - [aux_sym_cmd_identifier_token31] = ACTIONS(1794), - [aux_sym_cmd_identifier_token32] = ACTIONS(1794), - [aux_sym_cmd_identifier_token33] = ACTIONS(1794), - [aux_sym_cmd_identifier_token34] = ACTIONS(1794), - [aux_sym_cmd_identifier_token35] = ACTIONS(1794), - [aux_sym_cmd_identifier_token36] = ACTIONS(1794), - [aux_sym_cmd_identifier_token37] = ACTIONS(1794), - [aux_sym_cmd_identifier_token38] = ACTIONS(1794), - [aux_sym_cmd_identifier_token39] = ACTIONS(1794), - [aux_sym_cmd_identifier_token40] = ACTIONS(1794), - [anon_sym_def] = ACTIONS(1794), - [anon_sym_export_DASHenv] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_use] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_error] = ACTIONS(1794), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_in2] = ACTIONS(1794), - [anon_sym_loop] = ACTIONS(1794), - [anon_sym_make] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_match] = ACTIONS(1794), - [anon_sym_RBRACE] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_catch] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_source] = ACTIONS(1794), - [anon_sym_source_DASHenv] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_hide] = ACTIONS(1794), - [anon_sym_hide_DASHenv] = ACTIONS(1794), - [anon_sym_overlay] = ACTIONS(1794), - [anon_sym_as] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1794), - [anon_sym_DOT_DOT2] = ACTIONS(1798), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1800), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1800), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1794), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1794), - [aux_sym__val_number_decimal_token3] = ACTIONS(1794), - [aux_sym__val_number_decimal_token4] = ACTIONS(1794), - [aux_sym__val_number_token1] = ACTIONS(1794), - [aux_sym__val_number_token2] = ACTIONS(1794), - [aux_sym__val_number_token3] = ACTIONS(1794), - [aux_sym__val_number_token4] = ACTIONS(1794), - [aux_sym__val_number_token5] = ACTIONS(1794), - [aux_sym__val_number_token6] = ACTIONS(1794), - [anon_sym_DQUOTE] = ACTIONS(1794), - [sym__str_single_quotes] = ACTIONS(1794), - [sym__str_back_ticks] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1794), - [sym__entry_separator] = ACTIONS(1802), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), + [anon_sym_export] = ACTIONS(1865), + [anon_sym_alias] = ACTIONS(1865), + [anon_sym_let] = ACTIONS(1865), + [anon_sym_let_DASHenv] = ACTIONS(1865), + [anon_sym_mut] = ACTIONS(1865), + [anon_sym_const] = ACTIONS(1865), + [aux_sym_cmd_identifier_token1] = ACTIONS(1865), + [aux_sym_cmd_identifier_token2] = ACTIONS(1865), + [aux_sym_cmd_identifier_token3] = ACTIONS(1865), + [aux_sym_cmd_identifier_token4] = ACTIONS(1865), + [aux_sym_cmd_identifier_token5] = ACTIONS(1865), + [aux_sym_cmd_identifier_token6] = ACTIONS(1865), + [aux_sym_cmd_identifier_token7] = ACTIONS(1865), + [aux_sym_cmd_identifier_token8] = ACTIONS(1865), + [aux_sym_cmd_identifier_token9] = ACTIONS(1865), + [aux_sym_cmd_identifier_token10] = ACTIONS(1865), + [aux_sym_cmd_identifier_token11] = ACTIONS(1865), + [aux_sym_cmd_identifier_token12] = ACTIONS(1865), + [aux_sym_cmd_identifier_token13] = ACTIONS(1865), + [aux_sym_cmd_identifier_token14] = ACTIONS(1865), + [aux_sym_cmd_identifier_token15] = ACTIONS(1865), + [aux_sym_cmd_identifier_token16] = ACTIONS(1865), + [aux_sym_cmd_identifier_token17] = ACTIONS(1865), + [aux_sym_cmd_identifier_token18] = ACTIONS(1865), + [aux_sym_cmd_identifier_token19] = ACTIONS(1865), + [aux_sym_cmd_identifier_token20] = ACTIONS(1865), + [aux_sym_cmd_identifier_token21] = ACTIONS(1865), + [aux_sym_cmd_identifier_token22] = ACTIONS(1865), + [aux_sym_cmd_identifier_token23] = ACTIONS(1865), + [aux_sym_cmd_identifier_token24] = ACTIONS(1865), + [aux_sym_cmd_identifier_token25] = ACTIONS(1865), + [aux_sym_cmd_identifier_token26] = ACTIONS(1865), + [aux_sym_cmd_identifier_token27] = ACTIONS(1865), + [aux_sym_cmd_identifier_token28] = ACTIONS(1865), + [aux_sym_cmd_identifier_token29] = ACTIONS(1865), + [aux_sym_cmd_identifier_token30] = ACTIONS(1865), + [aux_sym_cmd_identifier_token31] = ACTIONS(1865), + [aux_sym_cmd_identifier_token32] = ACTIONS(1865), + [aux_sym_cmd_identifier_token33] = ACTIONS(1865), + [aux_sym_cmd_identifier_token34] = ACTIONS(1865), + [aux_sym_cmd_identifier_token35] = ACTIONS(1865), + [aux_sym_cmd_identifier_token36] = ACTIONS(1865), + [aux_sym_cmd_identifier_token37] = ACTIONS(1865), + [aux_sym_cmd_identifier_token38] = ACTIONS(1865), + [aux_sym_cmd_identifier_token39] = ACTIONS(1865), + [aux_sym_cmd_identifier_token40] = ACTIONS(1865), + [anon_sym_def] = ACTIONS(1865), + [anon_sym_export_DASHenv] = ACTIONS(1865), + [anon_sym_extern] = ACTIONS(1865), + [anon_sym_module] = ACTIONS(1865), + [anon_sym_use] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_error] = ACTIONS(1865), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_break] = ACTIONS(1865), + [anon_sym_continue] = ACTIONS(1865), + [anon_sym_for] = ACTIONS(1865), + [anon_sym_in2] = ACTIONS(1865), + [anon_sym_loop] = ACTIONS(1865), + [anon_sym_make] = ACTIONS(1865), + [anon_sym_while] = ACTIONS(1865), + [anon_sym_do] = ACTIONS(1865), + [anon_sym_if] = ACTIONS(1865), + [anon_sym_else] = ACTIONS(1865), + [anon_sym_match] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_try] = ACTIONS(1865), + [anon_sym_catch] = ACTIONS(1865), + [anon_sym_return] = ACTIONS(1865), + [anon_sym_source] = ACTIONS(1865), + [anon_sym_source_DASHenv] = ACTIONS(1865), + [anon_sym_register] = ACTIONS(1865), + [anon_sym_hide] = ACTIONS(1865), + [anon_sym_hide_DASHenv] = ACTIONS(1865), + [anon_sym_overlay] = ACTIONS(1865), + [anon_sym_as] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1865), + [anon_sym_DOT_DOT2] = ACTIONS(1869), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1871), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1871), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1865), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1865), + [aux_sym__val_number_decimal_token3] = ACTIONS(1865), + [aux_sym__val_number_decimal_token4] = ACTIONS(1865), + [aux_sym__val_number_token1] = ACTIONS(1865), + [aux_sym__val_number_token2] = ACTIONS(1865), + [aux_sym__val_number_token3] = ACTIONS(1865), + [aux_sym__val_number_token4] = ACTIONS(1865), + [aux_sym__val_number_token5] = ACTIONS(1865), + [aux_sym__val_number_token6] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym__str_single_quotes] = ACTIONS(1865), + [sym__str_back_ticks] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1865), + [sym__entry_separator] = ACTIONS(1873), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1802), + [sym_raw_string_begin] = ACTIONS(1873), }, [372] = { + [sym_path] = STATE(444), [sym_comment] = STATE(372), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(976), - [aux_sym_cmd_identifier_token3] = ACTIONS(976), - [aux_sym_cmd_identifier_token4] = ACTIONS(976), - [aux_sym_cmd_identifier_token5] = ACTIONS(976), - [aux_sym_cmd_identifier_token6] = ACTIONS(976), - [aux_sym_cmd_identifier_token7] = ACTIONS(976), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(976), - [aux_sym_cmd_identifier_token11] = ACTIONS(976), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(976), - [aux_sym_cmd_identifier_token17] = ACTIONS(976), - [aux_sym_cmd_identifier_token18] = ACTIONS(976), - [aux_sym_cmd_identifier_token19] = ACTIONS(976), - [aux_sym_cmd_identifier_token20] = ACTIONS(976), - [aux_sym_cmd_identifier_token21] = ACTIONS(976), - [aux_sym_cmd_identifier_token22] = ACTIONS(976), - [aux_sym_cmd_identifier_token23] = ACTIONS(976), - [aux_sym_cmd_identifier_token24] = ACTIONS(976), - [aux_sym_cmd_identifier_token25] = ACTIONS(976), - [aux_sym_cmd_identifier_token26] = ACTIONS(976), - [aux_sym_cmd_identifier_token27] = ACTIONS(976), - [aux_sym_cmd_identifier_token28] = ACTIONS(976), - [aux_sym_cmd_identifier_token29] = ACTIONS(976), - [aux_sym_cmd_identifier_token30] = ACTIONS(976), - [aux_sym_cmd_identifier_token31] = ACTIONS(976), - [aux_sym_cmd_identifier_token32] = ACTIONS(976), - [aux_sym_cmd_identifier_token33] = ACTIONS(976), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(976), - [aux_sym_cmd_identifier_token36] = ACTIONS(976), - [aux_sym_cmd_identifier_token37] = ACTIONS(976), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(976), - [aux_sym_cmd_identifier_token40] = ACTIONS(976), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(976), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(976), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(976), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(976), - [aux_sym__val_number_decimal_token3] = ACTIONS(976), - [aux_sym__val_number_decimal_token4] = ACTIONS(976), - [aux_sym__val_number_token1] = ACTIONS(976), - [aux_sym__val_number_token2] = ACTIONS(976), - [aux_sym__val_number_token3] = ACTIONS(976), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(976), - [sym__str_single_quotes] = ACTIONS(976), - [sym__str_back_ticks] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), - [sym__entry_separator] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(978), + [aux_sym_cell_path_repeat1] = STATE(372), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [aux_sym_cmd_identifier_token1] = ACTIONS(941), + [aux_sym_cmd_identifier_token2] = ACTIONS(943), + [aux_sym_cmd_identifier_token3] = ACTIONS(943), + [aux_sym_cmd_identifier_token4] = ACTIONS(943), + [aux_sym_cmd_identifier_token5] = ACTIONS(943), + [aux_sym_cmd_identifier_token6] = ACTIONS(943), + [aux_sym_cmd_identifier_token7] = ACTIONS(943), + [aux_sym_cmd_identifier_token8] = ACTIONS(941), + [aux_sym_cmd_identifier_token9] = ACTIONS(941), + [aux_sym_cmd_identifier_token10] = ACTIONS(943), + [aux_sym_cmd_identifier_token11] = ACTIONS(943), + [aux_sym_cmd_identifier_token12] = ACTIONS(941), + [aux_sym_cmd_identifier_token13] = ACTIONS(941), + [aux_sym_cmd_identifier_token14] = ACTIONS(941), + [aux_sym_cmd_identifier_token15] = ACTIONS(941), + [aux_sym_cmd_identifier_token16] = ACTIONS(943), + [aux_sym_cmd_identifier_token17] = ACTIONS(943), + [aux_sym_cmd_identifier_token18] = ACTIONS(943), + [aux_sym_cmd_identifier_token19] = ACTIONS(943), + [aux_sym_cmd_identifier_token20] = ACTIONS(943), + [aux_sym_cmd_identifier_token21] = ACTIONS(943), + [aux_sym_cmd_identifier_token22] = ACTIONS(943), + [aux_sym_cmd_identifier_token23] = ACTIONS(943), + [aux_sym_cmd_identifier_token24] = ACTIONS(943), + [aux_sym_cmd_identifier_token25] = ACTIONS(943), + [aux_sym_cmd_identifier_token26] = ACTIONS(943), + [aux_sym_cmd_identifier_token27] = ACTIONS(943), + [aux_sym_cmd_identifier_token28] = ACTIONS(943), + [aux_sym_cmd_identifier_token29] = ACTIONS(943), + [aux_sym_cmd_identifier_token30] = ACTIONS(943), + [aux_sym_cmd_identifier_token31] = ACTIONS(943), + [aux_sym_cmd_identifier_token32] = ACTIONS(943), + [aux_sym_cmd_identifier_token33] = ACTIONS(943), + [aux_sym_cmd_identifier_token34] = ACTIONS(941), + [aux_sym_cmd_identifier_token35] = ACTIONS(943), + [aux_sym_cmd_identifier_token36] = ACTIONS(943), + [aux_sym_cmd_identifier_token37] = ACTIONS(943), + [aux_sym_cmd_identifier_token38] = ACTIONS(941), + [aux_sym_cmd_identifier_token39] = ACTIONS(943), + [aux_sym_cmd_identifier_token40] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_error] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(943), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(943), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(943), + [aux_sym__val_number_decimal_token3] = ACTIONS(943), + [aux_sym__val_number_decimal_token4] = ACTIONS(943), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(1877), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(943), }, [373] = { [sym_comment] = STATE(373), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(1806), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1808), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(964), + [aux_sym_cmd_identifier_token3] = ACTIONS(964), + [aux_sym_cmd_identifier_token4] = ACTIONS(964), + [aux_sym_cmd_identifier_token5] = ACTIONS(964), + [aux_sym_cmd_identifier_token6] = ACTIONS(964), + [aux_sym_cmd_identifier_token7] = ACTIONS(964), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(964), + [aux_sym_cmd_identifier_token11] = ACTIONS(964), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(964), + [aux_sym_cmd_identifier_token17] = ACTIONS(964), + [aux_sym_cmd_identifier_token18] = ACTIONS(964), + [aux_sym_cmd_identifier_token19] = ACTIONS(964), + [aux_sym_cmd_identifier_token20] = ACTIONS(964), + [aux_sym_cmd_identifier_token21] = ACTIONS(964), + [aux_sym_cmd_identifier_token22] = ACTIONS(964), + [aux_sym_cmd_identifier_token23] = ACTIONS(964), + [aux_sym_cmd_identifier_token24] = ACTIONS(964), + [aux_sym_cmd_identifier_token25] = ACTIONS(964), + [aux_sym_cmd_identifier_token26] = ACTIONS(964), + [aux_sym_cmd_identifier_token27] = ACTIONS(964), + [aux_sym_cmd_identifier_token28] = ACTIONS(964), + [aux_sym_cmd_identifier_token29] = ACTIONS(964), + [aux_sym_cmd_identifier_token30] = ACTIONS(964), + [aux_sym_cmd_identifier_token31] = ACTIONS(964), + [aux_sym_cmd_identifier_token32] = ACTIONS(964), + [aux_sym_cmd_identifier_token33] = ACTIONS(964), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(964), + [aux_sym_cmd_identifier_token36] = ACTIONS(964), + [aux_sym_cmd_identifier_token37] = ACTIONS(964), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(964), + [aux_sym_cmd_identifier_token40] = ACTIONS(964), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(964), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(964), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(964), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(964), + [aux_sym__val_number_decimal_token3] = ACTIONS(964), + [aux_sym__val_number_decimal_token4] = ACTIONS(964), + [aux_sym__val_number_token1] = ACTIONS(964), + [aux_sym__val_number_token2] = ACTIONS(964), + [aux_sym__val_number_token3] = ACTIONS(964), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(964), + [sym__str_single_quotes] = ACTIONS(964), + [sym__str_back_ticks] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), + [sym__entry_separator] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(966), }, [374] = { - [sym_path] = STATE(443), [sym_comment] = STATE(374), - [aux_sym_cell_path_repeat1] = STATE(375), - [anon_sym_export] = ACTIONS(948), - [anon_sym_alias] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_let_DASHenv] = ACTIONS(948), - [anon_sym_mut] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [aux_sym_cmd_identifier_token1] = ACTIONS(948), - [aux_sym_cmd_identifier_token2] = ACTIONS(950), - [aux_sym_cmd_identifier_token3] = ACTIONS(950), - [aux_sym_cmd_identifier_token4] = ACTIONS(950), - [aux_sym_cmd_identifier_token5] = ACTIONS(950), - [aux_sym_cmd_identifier_token6] = ACTIONS(950), - [aux_sym_cmd_identifier_token7] = ACTIONS(950), - [aux_sym_cmd_identifier_token8] = ACTIONS(948), - [aux_sym_cmd_identifier_token9] = ACTIONS(948), - [aux_sym_cmd_identifier_token10] = ACTIONS(950), - [aux_sym_cmd_identifier_token11] = ACTIONS(950), - [aux_sym_cmd_identifier_token12] = ACTIONS(948), - [aux_sym_cmd_identifier_token13] = ACTIONS(948), - [aux_sym_cmd_identifier_token14] = ACTIONS(948), - [aux_sym_cmd_identifier_token15] = ACTIONS(948), - [aux_sym_cmd_identifier_token16] = ACTIONS(950), - [aux_sym_cmd_identifier_token17] = ACTIONS(950), - [aux_sym_cmd_identifier_token18] = ACTIONS(950), - [aux_sym_cmd_identifier_token19] = ACTIONS(950), - [aux_sym_cmd_identifier_token20] = ACTIONS(950), - [aux_sym_cmd_identifier_token21] = ACTIONS(950), - [aux_sym_cmd_identifier_token22] = ACTIONS(950), - [aux_sym_cmd_identifier_token23] = ACTIONS(950), - [aux_sym_cmd_identifier_token24] = ACTIONS(950), - [aux_sym_cmd_identifier_token25] = ACTIONS(950), - [aux_sym_cmd_identifier_token26] = ACTIONS(950), - [aux_sym_cmd_identifier_token27] = ACTIONS(950), - [aux_sym_cmd_identifier_token28] = ACTIONS(950), - [aux_sym_cmd_identifier_token29] = ACTIONS(950), - [aux_sym_cmd_identifier_token30] = ACTIONS(950), - [aux_sym_cmd_identifier_token31] = ACTIONS(950), - [aux_sym_cmd_identifier_token32] = ACTIONS(950), - [aux_sym_cmd_identifier_token33] = ACTIONS(950), - [aux_sym_cmd_identifier_token34] = ACTIONS(948), - [aux_sym_cmd_identifier_token35] = ACTIONS(950), - [aux_sym_cmd_identifier_token36] = ACTIONS(950), - [aux_sym_cmd_identifier_token37] = ACTIONS(950), - [aux_sym_cmd_identifier_token38] = ACTIONS(948), - [aux_sym_cmd_identifier_token39] = ACTIONS(950), - [aux_sym_cmd_identifier_token40] = ACTIONS(950), - [anon_sym_def] = ACTIONS(948), - [anon_sym_export_DASHenv] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym_module] = ACTIONS(948), - [anon_sym_use] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(950), - [anon_sym_DOLLAR] = ACTIONS(950), - [anon_sym_error] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_in2] = ACTIONS(948), - [anon_sym_loop] = ACTIONS(948), - [anon_sym_make] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_match] = ACTIONS(948), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_try] = ACTIONS(948), - [anon_sym_catch] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_source] = ACTIONS(948), - [anon_sym_source_DASHenv] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_hide] = ACTIONS(948), - [anon_sym_hide_DASHenv] = ACTIONS(948), - [anon_sym_overlay] = ACTIONS(948), - [anon_sym_as] = ACTIONS(948), - [anon_sym_PLUS2] = ACTIONS(948), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(950), - [anon_sym_DOT_DOT2] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), - [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(950), - [aux_sym__val_number_decimal_token1] = ACTIONS(948), - [aux_sym__val_number_decimal_token2] = ACTIONS(950), - [aux_sym__val_number_decimal_token3] = ACTIONS(950), - [aux_sym__val_number_decimal_token4] = ACTIONS(950), - [aux_sym__val_number_token1] = ACTIONS(950), - [aux_sym__val_number_token2] = ACTIONS(950), - [aux_sym__val_number_token3] = ACTIONS(950), - [aux_sym__val_number_token4] = ACTIONS(948), - [aux_sym__val_number_token5] = ACTIONS(948), - [aux_sym__val_number_token6] = ACTIONS(948), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym__str_single_quotes] = ACTIONS(950), - [sym__str_back_ticks] = ACTIONS(950), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(1765), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(950), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(1880), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, [375] = { - [sym_path] = STATE(443), [sym_comment] = STATE(375), - [aux_sym_cell_path_repeat1] = STATE(375), - [anon_sym_export] = ACTIONS(941), - [anon_sym_alias] = ACTIONS(941), - [anon_sym_let] = ACTIONS(941), - [anon_sym_let_DASHenv] = ACTIONS(941), - [anon_sym_mut] = ACTIONS(941), - [anon_sym_const] = ACTIONS(941), - [aux_sym_cmd_identifier_token1] = ACTIONS(941), - [aux_sym_cmd_identifier_token2] = ACTIONS(943), - [aux_sym_cmd_identifier_token3] = ACTIONS(943), - [aux_sym_cmd_identifier_token4] = ACTIONS(943), - [aux_sym_cmd_identifier_token5] = ACTIONS(943), - [aux_sym_cmd_identifier_token6] = ACTIONS(943), - [aux_sym_cmd_identifier_token7] = ACTIONS(943), - [aux_sym_cmd_identifier_token8] = ACTIONS(941), - [aux_sym_cmd_identifier_token9] = ACTIONS(941), - [aux_sym_cmd_identifier_token10] = ACTIONS(943), - [aux_sym_cmd_identifier_token11] = ACTIONS(943), - [aux_sym_cmd_identifier_token12] = ACTIONS(941), - [aux_sym_cmd_identifier_token13] = ACTIONS(941), - [aux_sym_cmd_identifier_token14] = ACTIONS(941), - [aux_sym_cmd_identifier_token15] = ACTIONS(941), - [aux_sym_cmd_identifier_token16] = ACTIONS(943), - [aux_sym_cmd_identifier_token17] = ACTIONS(943), - [aux_sym_cmd_identifier_token18] = ACTIONS(943), - [aux_sym_cmd_identifier_token19] = ACTIONS(943), - [aux_sym_cmd_identifier_token20] = ACTIONS(943), - [aux_sym_cmd_identifier_token21] = ACTIONS(943), - [aux_sym_cmd_identifier_token22] = ACTIONS(943), - [aux_sym_cmd_identifier_token23] = ACTIONS(943), - [aux_sym_cmd_identifier_token24] = ACTIONS(943), - [aux_sym_cmd_identifier_token25] = ACTIONS(943), - [aux_sym_cmd_identifier_token26] = ACTIONS(943), - [aux_sym_cmd_identifier_token27] = ACTIONS(943), - [aux_sym_cmd_identifier_token28] = ACTIONS(943), - [aux_sym_cmd_identifier_token29] = ACTIONS(943), - [aux_sym_cmd_identifier_token30] = ACTIONS(943), - [aux_sym_cmd_identifier_token31] = ACTIONS(943), - [aux_sym_cmd_identifier_token32] = ACTIONS(943), - [aux_sym_cmd_identifier_token33] = ACTIONS(943), - [aux_sym_cmd_identifier_token34] = ACTIONS(941), - [aux_sym_cmd_identifier_token35] = ACTIONS(943), - [aux_sym_cmd_identifier_token36] = ACTIONS(943), - [aux_sym_cmd_identifier_token37] = ACTIONS(943), - [aux_sym_cmd_identifier_token38] = ACTIONS(941), - [aux_sym_cmd_identifier_token39] = ACTIONS(943), - [aux_sym_cmd_identifier_token40] = ACTIONS(943), - [anon_sym_def] = ACTIONS(941), - [anon_sym_export_DASHenv] = ACTIONS(941), - [anon_sym_extern] = ACTIONS(941), - [anon_sym_module] = ACTIONS(941), - [anon_sym_use] = ACTIONS(941), - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(943), - [anon_sym_error] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_break] = ACTIONS(941), - [anon_sym_continue] = ACTIONS(941), - [anon_sym_for] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(941), - [anon_sym_loop] = ACTIONS(941), - [anon_sym_make] = ACTIONS(941), - [anon_sym_while] = ACTIONS(941), - [anon_sym_do] = ACTIONS(941), - [anon_sym_if] = ACTIONS(941), - [anon_sym_else] = ACTIONS(941), - [anon_sym_match] = ACTIONS(941), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_try] = ACTIONS(941), - [anon_sym_catch] = ACTIONS(941), - [anon_sym_return] = ACTIONS(941), - [anon_sym_source] = ACTIONS(941), - [anon_sym_source_DASHenv] = ACTIONS(941), - [anon_sym_register] = ACTIONS(941), - [anon_sym_hide] = ACTIONS(941), - [anon_sym_hide_DASHenv] = ACTIONS(941), - [anon_sym_overlay] = ACTIONS(941), - [anon_sym_as] = ACTIONS(941), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(943), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(943), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(943), - [aux_sym__val_number_decimal_token3] = ACTIONS(943), - [aux_sym__val_number_decimal_token4] = ACTIONS(943), - [aux_sym__val_number_token1] = ACTIONS(943), - [aux_sym__val_number_token2] = ACTIONS(943), - [aux_sym__val_number_token3] = ACTIONS(943), - [aux_sym__val_number_token4] = ACTIONS(941), - [aux_sym__val_number_token5] = ACTIONS(941), - [aux_sym__val_number_token6] = ACTIONS(941), - [anon_sym_DQUOTE] = ACTIONS(943), - [sym__str_single_quotes] = ACTIONS(943), - [sym__str_back_ticks] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(1810), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(943), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), }, [376] = { [sym_comment] = STATE(376), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(962), - [aux_sym_cmd_identifier_token3] = ACTIONS(962), - [aux_sym_cmd_identifier_token4] = ACTIONS(962), - [aux_sym_cmd_identifier_token5] = ACTIONS(962), - [aux_sym_cmd_identifier_token6] = ACTIONS(962), - [aux_sym_cmd_identifier_token7] = ACTIONS(962), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(962), - [aux_sym_cmd_identifier_token11] = ACTIONS(962), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(962), - [aux_sym_cmd_identifier_token17] = ACTIONS(962), - [aux_sym_cmd_identifier_token18] = ACTIONS(962), - [aux_sym_cmd_identifier_token19] = ACTIONS(962), - [aux_sym_cmd_identifier_token20] = ACTIONS(962), - [aux_sym_cmd_identifier_token21] = ACTIONS(962), - [aux_sym_cmd_identifier_token22] = ACTIONS(962), - [aux_sym_cmd_identifier_token23] = ACTIONS(962), - [aux_sym_cmd_identifier_token24] = ACTIONS(962), - [aux_sym_cmd_identifier_token25] = ACTIONS(962), - [aux_sym_cmd_identifier_token26] = ACTIONS(962), - [aux_sym_cmd_identifier_token27] = ACTIONS(962), - [aux_sym_cmd_identifier_token28] = ACTIONS(962), - [aux_sym_cmd_identifier_token29] = ACTIONS(962), - [aux_sym_cmd_identifier_token30] = ACTIONS(962), - [aux_sym_cmd_identifier_token31] = ACTIONS(962), - [aux_sym_cmd_identifier_token32] = ACTIONS(962), - [aux_sym_cmd_identifier_token33] = ACTIONS(962), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(962), - [aux_sym_cmd_identifier_token36] = ACTIONS(962), - [aux_sym_cmd_identifier_token37] = ACTIONS(962), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(962), - [aux_sym_cmd_identifier_token40] = ACTIONS(962), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(962), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(962), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(962), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(962), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(962), - [aux_sym__val_number_decimal_token3] = ACTIONS(962), - [aux_sym__val_number_decimal_token4] = ACTIONS(962), - [aux_sym__val_number_token1] = ACTIONS(962), - [aux_sym__val_number_token2] = ACTIONS(962), - [aux_sym__val_number_token3] = ACTIONS(962), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym__str_single_quotes] = ACTIONS(962), - [sym__str_back_ticks] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(962), - [sym__entry_separator] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(968), + [aux_sym_cmd_identifier_token3] = ACTIONS(968), + [aux_sym_cmd_identifier_token4] = ACTIONS(968), + [aux_sym_cmd_identifier_token5] = ACTIONS(968), + [aux_sym_cmd_identifier_token6] = ACTIONS(968), + [aux_sym_cmd_identifier_token7] = ACTIONS(968), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(968), + [aux_sym_cmd_identifier_token11] = ACTIONS(968), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(968), + [aux_sym_cmd_identifier_token17] = ACTIONS(968), + [aux_sym_cmd_identifier_token18] = ACTIONS(968), + [aux_sym_cmd_identifier_token19] = ACTIONS(968), + [aux_sym_cmd_identifier_token20] = ACTIONS(968), + [aux_sym_cmd_identifier_token21] = ACTIONS(968), + [aux_sym_cmd_identifier_token22] = ACTIONS(968), + [aux_sym_cmd_identifier_token23] = ACTIONS(968), + [aux_sym_cmd_identifier_token24] = ACTIONS(968), + [aux_sym_cmd_identifier_token25] = ACTIONS(968), + [aux_sym_cmd_identifier_token26] = ACTIONS(968), + [aux_sym_cmd_identifier_token27] = ACTIONS(968), + [aux_sym_cmd_identifier_token28] = ACTIONS(968), + [aux_sym_cmd_identifier_token29] = ACTIONS(968), + [aux_sym_cmd_identifier_token30] = ACTIONS(968), + [aux_sym_cmd_identifier_token31] = ACTIONS(968), + [aux_sym_cmd_identifier_token32] = ACTIONS(968), + [aux_sym_cmd_identifier_token33] = ACTIONS(968), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(968), + [aux_sym_cmd_identifier_token36] = ACTIONS(968), + [aux_sym_cmd_identifier_token37] = ACTIONS(968), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(968), + [aux_sym_cmd_identifier_token40] = ACTIONS(968), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(968), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(968), + [aux_sym__val_number_decimal_token3] = ACTIONS(968), + [aux_sym__val_number_decimal_token4] = ACTIONS(968), + [aux_sym__val_number_token1] = ACTIONS(968), + [aux_sym__val_number_token2] = ACTIONS(968), + [aux_sym__val_number_token3] = ACTIONS(968), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(968), + [sym__str_single_quotes] = ACTIONS(968), + [sym__str_back_ticks] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), + [sym__entry_separator] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(964), + [sym_raw_string_begin] = ACTIONS(970), }, [377] = { [sym_comment] = STATE(377), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(966), - [aux_sym_cmd_identifier_token3] = ACTIONS(966), - [aux_sym_cmd_identifier_token4] = ACTIONS(966), - [aux_sym_cmd_identifier_token5] = ACTIONS(966), - [aux_sym_cmd_identifier_token6] = ACTIONS(966), - [aux_sym_cmd_identifier_token7] = ACTIONS(966), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(966), - [aux_sym_cmd_identifier_token11] = ACTIONS(966), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(966), - [aux_sym_cmd_identifier_token17] = ACTIONS(966), - [aux_sym_cmd_identifier_token18] = ACTIONS(966), - [aux_sym_cmd_identifier_token19] = ACTIONS(966), - [aux_sym_cmd_identifier_token20] = ACTIONS(966), - [aux_sym_cmd_identifier_token21] = ACTIONS(966), - [aux_sym_cmd_identifier_token22] = ACTIONS(966), - [aux_sym_cmd_identifier_token23] = ACTIONS(966), - [aux_sym_cmd_identifier_token24] = ACTIONS(966), - [aux_sym_cmd_identifier_token25] = ACTIONS(966), - [aux_sym_cmd_identifier_token26] = ACTIONS(966), - [aux_sym_cmd_identifier_token27] = ACTIONS(966), - [aux_sym_cmd_identifier_token28] = ACTIONS(966), - [aux_sym_cmd_identifier_token29] = ACTIONS(966), - [aux_sym_cmd_identifier_token30] = ACTIONS(966), - [aux_sym_cmd_identifier_token31] = ACTIONS(966), - [aux_sym_cmd_identifier_token32] = ACTIONS(966), - [aux_sym_cmd_identifier_token33] = ACTIONS(966), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(966), - [aux_sym_cmd_identifier_token36] = ACTIONS(966), - [aux_sym_cmd_identifier_token37] = ACTIONS(966), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(966), - [aux_sym_cmd_identifier_token40] = ACTIONS(966), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_error] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(1813), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(966), - [aux_sym__val_number_decimal_token3] = ACTIONS(966), - [aux_sym__val_number_decimal_token4] = ACTIONS(966), - [aux_sym__val_number_token1] = ACTIONS(966), - [aux_sym__val_number_token2] = ACTIONS(966), - [aux_sym__val_number_token3] = ACTIONS(966), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym__str_single_quotes] = ACTIONS(966), - [sym__str_back_ticks] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), - [sym__entry_separator] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(1882), + [aux_sym__immediate_decimal_token2] = ACTIONS(1884), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(968), + [sym_raw_string_begin] = ACTIONS(1759), }, [378] = { [sym_comment] = STATE(378), - [anon_sym_export] = ACTIONS(952), - [anon_sym_alias] = ACTIONS(952), - [anon_sym_let] = ACTIONS(952), - [anon_sym_let_DASHenv] = ACTIONS(952), - [anon_sym_mut] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [aux_sym_cmd_identifier_token1] = ACTIONS(952), - [aux_sym_cmd_identifier_token2] = ACTIONS(952), - [aux_sym_cmd_identifier_token3] = ACTIONS(952), - [aux_sym_cmd_identifier_token4] = ACTIONS(952), - [aux_sym_cmd_identifier_token5] = ACTIONS(952), - [aux_sym_cmd_identifier_token6] = ACTIONS(952), - [aux_sym_cmd_identifier_token7] = ACTIONS(952), - [aux_sym_cmd_identifier_token8] = ACTIONS(952), - [aux_sym_cmd_identifier_token9] = ACTIONS(952), - [aux_sym_cmd_identifier_token10] = ACTIONS(952), - [aux_sym_cmd_identifier_token11] = ACTIONS(952), - [aux_sym_cmd_identifier_token12] = ACTIONS(952), - [aux_sym_cmd_identifier_token13] = ACTIONS(952), - [aux_sym_cmd_identifier_token14] = ACTIONS(952), - [aux_sym_cmd_identifier_token15] = ACTIONS(952), - [aux_sym_cmd_identifier_token16] = ACTIONS(952), - [aux_sym_cmd_identifier_token17] = ACTIONS(952), - [aux_sym_cmd_identifier_token18] = ACTIONS(952), - [aux_sym_cmd_identifier_token19] = ACTIONS(952), - [aux_sym_cmd_identifier_token20] = ACTIONS(952), - [aux_sym_cmd_identifier_token21] = ACTIONS(952), - [aux_sym_cmd_identifier_token22] = ACTIONS(952), - [aux_sym_cmd_identifier_token23] = ACTIONS(952), - [aux_sym_cmd_identifier_token24] = ACTIONS(952), - [aux_sym_cmd_identifier_token25] = ACTIONS(952), - [aux_sym_cmd_identifier_token26] = ACTIONS(952), - [aux_sym_cmd_identifier_token27] = ACTIONS(952), - [aux_sym_cmd_identifier_token28] = ACTIONS(952), - [aux_sym_cmd_identifier_token29] = ACTIONS(952), - [aux_sym_cmd_identifier_token30] = ACTIONS(952), - [aux_sym_cmd_identifier_token31] = ACTIONS(952), - [aux_sym_cmd_identifier_token32] = ACTIONS(952), - [aux_sym_cmd_identifier_token33] = ACTIONS(952), - [aux_sym_cmd_identifier_token34] = ACTIONS(952), - [aux_sym_cmd_identifier_token35] = ACTIONS(952), - [aux_sym_cmd_identifier_token36] = ACTIONS(952), - [aux_sym_cmd_identifier_token37] = ACTIONS(952), - [aux_sym_cmd_identifier_token38] = ACTIONS(952), - [aux_sym_cmd_identifier_token39] = ACTIONS(952), - [aux_sym_cmd_identifier_token40] = ACTIONS(952), - [anon_sym_def] = ACTIONS(952), - [anon_sym_export_DASHenv] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym_module] = ACTIONS(952), - [anon_sym_use] = ACTIONS(952), - [anon_sym_LPAREN] = ACTIONS(952), - [anon_sym_DOLLAR] = ACTIONS(952), - [anon_sym_error] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(952), - [anon_sym_loop] = ACTIONS(952), - [anon_sym_make] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_match] = ACTIONS(952), - [anon_sym_RBRACE] = ACTIONS(952), - [anon_sym_try] = ACTIONS(952), - [anon_sym_catch] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_source] = ACTIONS(952), - [anon_sym_source_DASHenv] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_hide] = ACTIONS(952), - [anon_sym_hide_DASHenv] = ACTIONS(952), - [anon_sym_overlay] = ACTIONS(952), - [anon_sym_as] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(1815), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(952), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(952), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(952), - [aux_sym__val_number_decimal_token3] = ACTIONS(952), - [aux_sym__val_number_decimal_token4] = ACTIONS(952), - [aux_sym__val_number_token1] = ACTIONS(952), - [aux_sym__val_number_token2] = ACTIONS(952), - [aux_sym__val_number_token3] = ACTIONS(952), - [aux_sym__val_number_token4] = ACTIONS(952), - [aux_sym__val_number_token5] = ACTIONS(952), - [aux_sym__val_number_token6] = ACTIONS(952), - [anon_sym_DQUOTE] = ACTIONS(952), - [sym__str_single_quotes] = ACTIONS(952), - [sym__str_back_ticks] = ACTIONS(952), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(952), - [sym__entry_separator] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(954), - }, - [379] = { - [sym_comment] = STATE(379), [anon_sym_export] = ACTIONS(972), [anon_sym_alias] = ACTIONS(972), [anon_sym_let] = ACTIONS(972), @@ -122199,221 +122119,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(974), }, + [379] = { + [sym_comment] = STATE(379), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, [380] = { [sym_comment] = STATE(380), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(958), - [aux_sym_cmd_identifier_token3] = ACTIONS(958), - [aux_sym_cmd_identifier_token4] = ACTIONS(958), - [aux_sym_cmd_identifier_token5] = ACTIONS(958), - [aux_sym_cmd_identifier_token6] = ACTIONS(958), - [aux_sym_cmd_identifier_token7] = ACTIONS(958), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(958), - [aux_sym_cmd_identifier_token11] = ACTIONS(958), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(958), - [aux_sym_cmd_identifier_token17] = ACTIONS(958), - [aux_sym_cmd_identifier_token18] = ACTIONS(958), - [aux_sym_cmd_identifier_token19] = ACTIONS(958), - [aux_sym_cmd_identifier_token20] = ACTIONS(958), - [aux_sym_cmd_identifier_token21] = ACTIONS(958), - [aux_sym_cmd_identifier_token22] = ACTIONS(958), - [aux_sym_cmd_identifier_token23] = ACTIONS(958), - [aux_sym_cmd_identifier_token24] = ACTIONS(958), - [aux_sym_cmd_identifier_token25] = ACTIONS(958), - [aux_sym_cmd_identifier_token26] = ACTIONS(958), - [aux_sym_cmd_identifier_token27] = ACTIONS(958), - [aux_sym_cmd_identifier_token28] = ACTIONS(958), - [aux_sym_cmd_identifier_token29] = ACTIONS(958), - [aux_sym_cmd_identifier_token30] = ACTIONS(958), - [aux_sym_cmd_identifier_token31] = ACTIONS(958), - [aux_sym_cmd_identifier_token32] = ACTIONS(958), - [aux_sym_cmd_identifier_token33] = ACTIONS(958), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(958), - [aux_sym_cmd_identifier_token36] = ACTIONS(958), - [aux_sym_cmd_identifier_token37] = ACTIONS(958), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(958), - [aux_sym_cmd_identifier_token40] = ACTIONS(958), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(958), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(958), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(958), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(958), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(958), - [aux_sym__val_number_decimal_token3] = ACTIONS(958), - [aux_sym__val_number_decimal_token4] = ACTIONS(958), - [aux_sym__val_number_token1] = ACTIONS(958), - [aux_sym__val_number_token2] = ACTIONS(958), - [aux_sym__val_number_token3] = ACTIONS(958), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym__str_single_quotes] = ACTIONS(958), - [sym__str_back_ticks] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(958), - [sym__entry_separator] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(976), + [aux_sym_cmd_identifier_token3] = ACTIONS(976), + [aux_sym_cmd_identifier_token4] = ACTIONS(976), + [aux_sym_cmd_identifier_token5] = ACTIONS(976), + [aux_sym_cmd_identifier_token6] = ACTIONS(976), + [aux_sym_cmd_identifier_token7] = ACTIONS(976), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(976), + [aux_sym_cmd_identifier_token11] = ACTIONS(976), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(976), + [aux_sym_cmd_identifier_token17] = ACTIONS(976), + [aux_sym_cmd_identifier_token18] = ACTIONS(976), + [aux_sym_cmd_identifier_token19] = ACTIONS(976), + [aux_sym_cmd_identifier_token20] = ACTIONS(976), + [aux_sym_cmd_identifier_token21] = ACTIONS(976), + [aux_sym_cmd_identifier_token22] = ACTIONS(976), + [aux_sym_cmd_identifier_token23] = ACTIONS(976), + [aux_sym_cmd_identifier_token24] = ACTIONS(976), + [aux_sym_cmd_identifier_token25] = ACTIONS(976), + [aux_sym_cmd_identifier_token26] = ACTIONS(976), + [aux_sym_cmd_identifier_token27] = ACTIONS(976), + [aux_sym_cmd_identifier_token28] = ACTIONS(976), + [aux_sym_cmd_identifier_token29] = ACTIONS(976), + [aux_sym_cmd_identifier_token30] = ACTIONS(976), + [aux_sym_cmd_identifier_token31] = ACTIONS(976), + [aux_sym_cmd_identifier_token32] = ACTIONS(976), + [aux_sym_cmd_identifier_token33] = ACTIONS(976), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(976), + [aux_sym_cmd_identifier_token36] = ACTIONS(976), + [aux_sym_cmd_identifier_token37] = ACTIONS(976), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(976), + [aux_sym_cmd_identifier_token40] = ACTIONS(976), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(976), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(976), + [aux_sym__val_number_decimal_token3] = ACTIONS(976), + [aux_sym__val_number_decimal_token4] = ACTIONS(976), + [aux_sym__val_number_token1] = ACTIONS(976), + [aux_sym__val_number_token2] = ACTIONS(976), + [aux_sym__val_number_token3] = ACTIONS(976), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [sym__str_single_quotes] = ACTIONS(976), + [sym__str_back_ticks] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), + [sym__entry_separator] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(960), + [sym_raw_string_begin] = ACTIONS(978), }, [381] = { + [sym_cell_path] = STATE(592), + [sym_path] = STATE(552), [sym_comment] = STATE(381), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1779), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [382] = { - [sym_cell_path] = STATE(567), - [sym_path] = STATE(513), - [sym_comment] = STATE(382), - [aux_sym_cell_path_repeat1] = STATE(397), + [aux_sym_cell_path_repeat1] = STATE(392), [anon_sym_export] = ACTIONS(935), [anon_sym_alias] = ACTIONS(935), [anon_sym_let] = ACTIONS(935), @@ -122510,242 +122430,869 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(937), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(937), [anon_sym_COLON2] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(1817), + [anon_sym_DOT2] = ACTIONS(1886), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(937), }, + [382] = { + [sym_comment] = STATE(382), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(1888), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1890), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), + }, [383] = { + [sym_expr_parenthesized] = STATE(4086), + [sym__spread_parenthesized] = STATE(4424), + [sym_val_range] = STATE(4425), + [sym__val_range] = STATE(7614), + [sym__val_range_with_end] = STATE(7313), + [sym__value] = STATE(4425), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym__spread_variable] = STATE(4426), + [sym_val_variable] = STATE(4029), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3826), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym__spread_list] = STATE(4424), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym__cmd_arg] = STATE(4427), + [sym_redirection] = STATE(4429), + [sym__flag] = STATE(4432), + [sym_short_flag] = STATE(4399), + [sym_long_flag] = STATE(4399), + [sym_unquoted] = STATE(4275), + [sym__unquoted_with_expr] = STATE(4434), + [sym__unquoted_anonymous_prefix] = STATE(7065), [sym_comment] = STATE(383), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_alias] = ACTIONS(1819), - [anon_sym_let] = ACTIONS(1819), - [anon_sym_let_DASHenv] = ACTIONS(1819), - [anon_sym_mut] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [aux_sym_cmd_identifier_token1] = ACTIONS(1819), - [aux_sym_cmd_identifier_token2] = ACTIONS(1819), - [aux_sym_cmd_identifier_token3] = ACTIONS(1819), - [aux_sym_cmd_identifier_token4] = ACTIONS(1819), - [aux_sym_cmd_identifier_token5] = ACTIONS(1819), - [aux_sym_cmd_identifier_token6] = ACTIONS(1819), - [aux_sym_cmd_identifier_token7] = ACTIONS(1819), - [aux_sym_cmd_identifier_token8] = ACTIONS(1819), - [aux_sym_cmd_identifier_token9] = ACTIONS(1819), - [aux_sym_cmd_identifier_token10] = ACTIONS(1819), - [aux_sym_cmd_identifier_token11] = ACTIONS(1819), - [aux_sym_cmd_identifier_token12] = ACTIONS(1819), - [aux_sym_cmd_identifier_token13] = ACTIONS(1819), - [aux_sym_cmd_identifier_token14] = ACTIONS(1819), - [aux_sym_cmd_identifier_token15] = ACTIONS(1819), - [aux_sym_cmd_identifier_token16] = ACTIONS(1819), - [aux_sym_cmd_identifier_token17] = ACTIONS(1819), - [aux_sym_cmd_identifier_token18] = ACTIONS(1819), - [aux_sym_cmd_identifier_token19] = ACTIONS(1819), - [aux_sym_cmd_identifier_token20] = ACTIONS(1819), - [aux_sym_cmd_identifier_token21] = ACTIONS(1819), - [aux_sym_cmd_identifier_token22] = ACTIONS(1819), - [aux_sym_cmd_identifier_token23] = ACTIONS(1819), - [aux_sym_cmd_identifier_token24] = ACTIONS(1819), - [aux_sym_cmd_identifier_token25] = ACTIONS(1819), - [aux_sym_cmd_identifier_token26] = ACTIONS(1819), - [aux_sym_cmd_identifier_token27] = ACTIONS(1819), - [aux_sym_cmd_identifier_token28] = ACTIONS(1819), - [aux_sym_cmd_identifier_token29] = ACTIONS(1819), - [aux_sym_cmd_identifier_token30] = ACTIONS(1819), - [aux_sym_cmd_identifier_token31] = ACTIONS(1819), - [aux_sym_cmd_identifier_token32] = ACTIONS(1819), - [aux_sym_cmd_identifier_token33] = ACTIONS(1819), - [aux_sym_cmd_identifier_token34] = ACTIONS(1819), - [aux_sym_cmd_identifier_token35] = ACTIONS(1819), - [aux_sym_cmd_identifier_token36] = ACTIONS(1819), - [aux_sym_cmd_identifier_token37] = ACTIONS(1819), - [aux_sym_cmd_identifier_token38] = ACTIONS(1819), - [aux_sym_cmd_identifier_token39] = ACTIONS(1819), - [aux_sym_cmd_identifier_token40] = ACTIONS(1819), - [anon_sym_def] = ACTIONS(1819), - [anon_sym_export_DASHenv] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_use] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_error] = ACTIONS(1819), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_in2] = ACTIONS(1819), - [anon_sym_loop] = ACTIONS(1819), - [anon_sym_make] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_else] = ACTIONS(1819), - [anon_sym_match] = ACTIONS(1819), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_catch] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_source] = ACTIONS(1819), - [anon_sym_source_DASHenv] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_hide] = ACTIONS(1819), - [anon_sym_hide_DASHenv] = ACTIONS(1819), - [anon_sym_overlay] = ACTIONS(1819), - [anon_sym_as] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_PLUS2] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1819), - [anon_sym_DOT_DOT2] = ACTIONS(1823), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1825), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1825), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1819), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1819), - [aux_sym__val_number_decimal_token3] = ACTIONS(1819), - [aux_sym__val_number_decimal_token4] = ACTIONS(1819), - [aux_sym__val_number_token1] = ACTIONS(1819), - [aux_sym__val_number_token2] = ACTIONS(1819), - [aux_sym__val_number_token3] = ACTIONS(1819), - [aux_sym__val_number_token4] = ACTIONS(1819), - [aux_sym__val_number_token5] = ACTIONS(1819), - [aux_sym__val_number_token6] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(1819), - [sym__str_single_quotes] = ACTIONS(1819), - [sym__str_back_ticks] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1819), - [sym__entry_separator] = ACTIONS(1827), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), + [sym__newline] = ACTIONS(1801), + [sym__space] = ACTIONS(1892), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_PIPE] = ACTIONS(1801), + [anon_sym_err_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_GT_PIPE] = ACTIONS(1801), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(1805), + [anon_sym_RPAREN] = ACTIONS(1801), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_DASH2] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_DOT_DOT] = ACTIONS(1815), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1817), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1819), + [anon_sym_DOT_DOT_LT] = ACTIONS(1819), + [anon_sym_null] = ACTIONS(1821), + [anon_sym_true] = ACTIONS(1823), + [anon_sym_false] = ACTIONS(1823), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1825), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(1827), + [aux_sym__val_number_decimal_token3] = ACTIONS(1829), + [aux_sym__val_number_decimal_token4] = ACTIONS(1831), + [aux_sym__val_number_token1] = ACTIONS(1833), + [aux_sym__val_number_token2] = ACTIONS(1833), + [aux_sym__val_number_token3] = ACTIONS(1833), + [aux_sym__val_number_token4] = ACTIONS(1835), + [aux_sym__val_number_token5] = ACTIONS(1835), + [aux_sym__val_number_token6] = ACTIONS(1835), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1843), + [sym__str_single_quotes] = ACTIONS(1845), + [sym__str_back_ticks] = ACTIONS(1845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1847), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1849), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1851), + [anon_sym_err_GT] = ACTIONS(1855), + [anon_sym_out_GT] = ACTIONS(1855), + [anon_sym_e_GT] = ACTIONS(1855), + [anon_sym_o_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT] = ACTIONS(1855), + [anon_sym_err_GT_GT] = ACTIONS(1855), + [anon_sym_out_GT_GT] = ACTIONS(1855), + [anon_sym_e_GT_GT] = ACTIONS(1855), + [anon_sym_o_GT_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1855), + [aux_sym_unquoted_token1] = ACTIONS(1857), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1827), + [sym_raw_string_begin] = ACTIONS(1859), }, [384] = { - [sym_cell_path] = STATE(618), - [sym_path] = STATE(575), [sym_comment] = STATE(384), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1829), - [anon_sym_alias] = ACTIONS(1829), - [anon_sym_let] = ACTIONS(1829), - [anon_sym_let_DASHenv] = ACTIONS(1829), - [anon_sym_mut] = ACTIONS(1829), - [anon_sym_const] = ACTIONS(1829), - [aux_sym_cmd_identifier_token1] = ACTIONS(1829), - [aux_sym_cmd_identifier_token2] = ACTIONS(1829), - [aux_sym_cmd_identifier_token3] = ACTIONS(1829), - [aux_sym_cmd_identifier_token4] = ACTIONS(1829), - [aux_sym_cmd_identifier_token5] = ACTIONS(1829), - [aux_sym_cmd_identifier_token6] = ACTIONS(1829), - [aux_sym_cmd_identifier_token7] = ACTIONS(1829), - [aux_sym_cmd_identifier_token8] = ACTIONS(1829), - [aux_sym_cmd_identifier_token9] = ACTIONS(1829), - [aux_sym_cmd_identifier_token10] = ACTIONS(1829), - [aux_sym_cmd_identifier_token11] = ACTIONS(1829), - [aux_sym_cmd_identifier_token12] = ACTIONS(1829), - [aux_sym_cmd_identifier_token13] = ACTIONS(1829), - [aux_sym_cmd_identifier_token14] = ACTIONS(1829), - [aux_sym_cmd_identifier_token15] = ACTIONS(1829), - [aux_sym_cmd_identifier_token16] = ACTIONS(1829), - [aux_sym_cmd_identifier_token17] = ACTIONS(1829), - [aux_sym_cmd_identifier_token18] = ACTIONS(1829), - [aux_sym_cmd_identifier_token19] = ACTIONS(1829), - [aux_sym_cmd_identifier_token20] = ACTIONS(1829), - [aux_sym_cmd_identifier_token21] = ACTIONS(1829), - [aux_sym_cmd_identifier_token22] = ACTIONS(1829), - [aux_sym_cmd_identifier_token23] = ACTIONS(1829), - [aux_sym_cmd_identifier_token24] = ACTIONS(1829), - [aux_sym_cmd_identifier_token25] = ACTIONS(1829), - [aux_sym_cmd_identifier_token26] = ACTIONS(1829), - [aux_sym_cmd_identifier_token27] = ACTIONS(1829), - [aux_sym_cmd_identifier_token28] = ACTIONS(1829), - [aux_sym_cmd_identifier_token29] = ACTIONS(1829), - [aux_sym_cmd_identifier_token30] = ACTIONS(1829), - [aux_sym_cmd_identifier_token31] = ACTIONS(1829), - [aux_sym_cmd_identifier_token32] = ACTIONS(1829), - [aux_sym_cmd_identifier_token33] = ACTIONS(1829), - [aux_sym_cmd_identifier_token34] = ACTIONS(1829), - [aux_sym_cmd_identifier_token35] = ACTIONS(1829), - [aux_sym_cmd_identifier_token36] = ACTIONS(1829), - [aux_sym_cmd_identifier_token37] = ACTIONS(1829), - [aux_sym_cmd_identifier_token38] = ACTIONS(1829), - [aux_sym_cmd_identifier_token39] = ACTIONS(1829), - [aux_sym_cmd_identifier_token40] = ACTIONS(1829), - [anon_sym_def] = ACTIONS(1829), - [anon_sym_export_DASHenv] = ACTIONS(1829), - [anon_sym_extern] = ACTIONS(1829), - [anon_sym_module] = ACTIONS(1829), - [anon_sym_use] = ACTIONS(1829), - [anon_sym_LPAREN] = ACTIONS(1829), - [anon_sym_DOLLAR] = ACTIONS(1829), - [anon_sym_error] = ACTIONS(1829), - [anon_sym_DASH2] = ACTIONS(1829), - [anon_sym_break] = ACTIONS(1829), - [anon_sym_continue] = ACTIONS(1829), - [anon_sym_for] = ACTIONS(1829), - [anon_sym_in2] = ACTIONS(1829), - [anon_sym_loop] = ACTIONS(1829), - [anon_sym_make] = ACTIONS(1829), - [anon_sym_while] = ACTIONS(1829), - [anon_sym_do] = ACTIONS(1829), - [anon_sym_if] = ACTIONS(1829), - [anon_sym_else] = ACTIONS(1829), - [anon_sym_match] = ACTIONS(1829), - [anon_sym_RBRACE] = ACTIONS(1829), - [anon_sym_try] = ACTIONS(1829), - [anon_sym_catch] = ACTIONS(1829), - [anon_sym_return] = ACTIONS(1829), - [anon_sym_source] = ACTIONS(1829), - [anon_sym_source_DASHenv] = ACTIONS(1829), - [anon_sym_register] = ACTIONS(1829), - [anon_sym_hide] = ACTIONS(1829), - [anon_sym_hide_DASHenv] = ACTIONS(1829), - [anon_sym_overlay] = ACTIONS(1829), - [anon_sym_as] = ACTIONS(1829), - [anon_sym_PLUS2] = ACTIONS(1829), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1829), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1829), - [aux_sym__val_number_decimal_token1] = ACTIONS(1829), - [aux_sym__val_number_decimal_token2] = ACTIONS(1829), - [aux_sym__val_number_decimal_token3] = ACTIONS(1829), - [aux_sym__val_number_decimal_token4] = ACTIONS(1829), - [aux_sym__val_number_token1] = ACTIONS(1829), - [aux_sym__val_number_token2] = ACTIONS(1829), - [aux_sym__val_number_token3] = ACTIONS(1829), - [aux_sym__val_number_token4] = ACTIONS(1829), - [aux_sym__val_number_token5] = ACTIONS(1829), - [aux_sym__val_number_token6] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1829), - [sym__str_single_quotes] = ACTIONS(1829), - [sym__str_back_ticks] = ACTIONS(1829), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1829), - [sym__entry_separator] = ACTIONS(1831), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1831), + [sym_raw_string_begin] = ACTIONS(1759), }, [385] = { + [sym_path] = STATE(444), [sym_comment] = STATE(385), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), + [aux_sym_cell_path_repeat1] = STATE(372), + [anon_sym_export] = ACTIONS(948), + [anon_sym_alias] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_let_DASHenv] = ACTIONS(948), + [anon_sym_mut] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [aux_sym_cmd_identifier_token1] = ACTIONS(948), + [aux_sym_cmd_identifier_token2] = ACTIONS(950), + [aux_sym_cmd_identifier_token3] = ACTIONS(950), + [aux_sym_cmd_identifier_token4] = ACTIONS(950), + [aux_sym_cmd_identifier_token5] = ACTIONS(950), + [aux_sym_cmd_identifier_token6] = ACTIONS(950), + [aux_sym_cmd_identifier_token7] = ACTIONS(950), + [aux_sym_cmd_identifier_token8] = ACTIONS(948), + [aux_sym_cmd_identifier_token9] = ACTIONS(948), + [aux_sym_cmd_identifier_token10] = ACTIONS(950), + [aux_sym_cmd_identifier_token11] = ACTIONS(950), + [aux_sym_cmd_identifier_token12] = ACTIONS(948), + [aux_sym_cmd_identifier_token13] = ACTIONS(948), + [aux_sym_cmd_identifier_token14] = ACTIONS(948), + [aux_sym_cmd_identifier_token15] = ACTIONS(948), + [aux_sym_cmd_identifier_token16] = ACTIONS(950), + [aux_sym_cmd_identifier_token17] = ACTIONS(950), + [aux_sym_cmd_identifier_token18] = ACTIONS(950), + [aux_sym_cmd_identifier_token19] = ACTIONS(950), + [aux_sym_cmd_identifier_token20] = ACTIONS(950), + [aux_sym_cmd_identifier_token21] = ACTIONS(950), + [aux_sym_cmd_identifier_token22] = ACTIONS(950), + [aux_sym_cmd_identifier_token23] = ACTIONS(950), + [aux_sym_cmd_identifier_token24] = ACTIONS(950), + [aux_sym_cmd_identifier_token25] = ACTIONS(950), + [aux_sym_cmd_identifier_token26] = ACTIONS(950), + [aux_sym_cmd_identifier_token27] = ACTIONS(950), + [aux_sym_cmd_identifier_token28] = ACTIONS(950), + [aux_sym_cmd_identifier_token29] = ACTIONS(950), + [aux_sym_cmd_identifier_token30] = ACTIONS(950), + [aux_sym_cmd_identifier_token31] = ACTIONS(950), + [aux_sym_cmd_identifier_token32] = ACTIONS(950), + [aux_sym_cmd_identifier_token33] = ACTIONS(950), + [aux_sym_cmd_identifier_token34] = ACTIONS(948), + [aux_sym_cmd_identifier_token35] = ACTIONS(950), + [aux_sym_cmd_identifier_token36] = ACTIONS(950), + [aux_sym_cmd_identifier_token37] = ACTIONS(950), + [aux_sym_cmd_identifier_token38] = ACTIONS(948), + [aux_sym_cmd_identifier_token39] = ACTIONS(950), + [aux_sym_cmd_identifier_token40] = ACTIONS(950), + [anon_sym_def] = ACTIONS(948), + [anon_sym_export_DASHenv] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym_module] = ACTIONS(948), + [anon_sym_use] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_DOLLAR] = ACTIONS(950), + [anon_sym_error] = ACTIONS(948), + [anon_sym_DASH2] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_in2] = ACTIONS(948), + [anon_sym_loop] = ACTIONS(948), + [anon_sym_make] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_match] = ACTIONS(948), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_try] = ACTIONS(948), + [anon_sym_catch] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_source] = ACTIONS(948), + [anon_sym_source_DASHenv] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_hide] = ACTIONS(948), + [anon_sym_hide_DASHenv] = ACTIONS(948), + [anon_sym_overlay] = ACTIONS(948), + [anon_sym_as] = ACTIONS(948), + [anon_sym_PLUS2] = ACTIONS(948), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(950), + [anon_sym_DOT_DOT2] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), + [anon_sym_DOT_DOT_LT2] = ACTIONS(950), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(950), + [aux_sym__val_number_decimal_token1] = ACTIONS(948), + [aux_sym__val_number_decimal_token2] = ACTIONS(950), + [aux_sym__val_number_decimal_token3] = ACTIONS(950), + [aux_sym__val_number_decimal_token4] = ACTIONS(950), + [aux_sym__val_number_token1] = ACTIONS(950), + [aux_sym__val_number_token2] = ACTIONS(950), + [aux_sym__val_number_token3] = ACTIONS(950), + [aux_sym__val_number_token4] = ACTIONS(948), + [aux_sym__val_number_token5] = ACTIONS(948), + [aux_sym__val_number_token6] = ACTIONS(948), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym__str_single_quotes] = ACTIONS(950), + [sym__str_back_ticks] = ACTIONS(950), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(1771), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(950), + }, + [386] = { + [sym_cell_path] = STATE(681), + [sym_path] = STATE(557), + [sym_comment] = STATE(386), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1894), + [anon_sym_alias] = ACTIONS(1894), + [anon_sym_let] = ACTIONS(1894), + [anon_sym_let_DASHenv] = ACTIONS(1894), + [anon_sym_mut] = ACTIONS(1894), + [anon_sym_const] = ACTIONS(1894), + [aux_sym_cmd_identifier_token1] = ACTIONS(1894), + [aux_sym_cmd_identifier_token2] = ACTIONS(1894), + [aux_sym_cmd_identifier_token3] = ACTIONS(1894), + [aux_sym_cmd_identifier_token4] = ACTIONS(1894), + [aux_sym_cmd_identifier_token5] = ACTIONS(1894), + [aux_sym_cmd_identifier_token6] = ACTIONS(1894), + [aux_sym_cmd_identifier_token7] = ACTIONS(1894), + [aux_sym_cmd_identifier_token8] = ACTIONS(1894), + [aux_sym_cmd_identifier_token9] = ACTIONS(1894), + [aux_sym_cmd_identifier_token10] = ACTIONS(1894), + [aux_sym_cmd_identifier_token11] = ACTIONS(1894), + [aux_sym_cmd_identifier_token12] = ACTIONS(1894), + [aux_sym_cmd_identifier_token13] = ACTIONS(1894), + [aux_sym_cmd_identifier_token14] = ACTIONS(1894), + [aux_sym_cmd_identifier_token15] = ACTIONS(1894), + [aux_sym_cmd_identifier_token16] = ACTIONS(1894), + [aux_sym_cmd_identifier_token17] = ACTIONS(1894), + [aux_sym_cmd_identifier_token18] = ACTIONS(1894), + [aux_sym_cmd_identifier_token19] = ACTIONS(1894), + [aux_sym_cmd_identifier_token20] = ACTIONS(1894), + [aux_sym_cmd_identifier_token21] = ACTIONS(1894), + [aux_sym_cmd_identifier_token22] = ACTIONS(1894), + [aux_sym_cmd_identifier_token23] = ACTIONS(1894), + [aux_sym_cmd_identifier_token24] = ACTIONS(1894), + [aux_sym_cmd_identifier_token25] = ACTIONS(1894), + [aux_sym_cmd_identifier_token26] = ACTIONS(1894), + [aux_sym_cmd_identifier_token27] = ACTIONS(1894), + [aux_sym_cmd_identifier_token28] = ACTIONS(1894), + [aux_sym_cmd_identifier_token29] = ACTIONS(1894), + [aux_sym_cmd_identifier_token30] = ACTIONS(1894), + [aux_sym_cmd_identifier_token31] = ACTIONS(1894), + [aux_sym_cmd_identifier_token32] = ACTIONS(1894), + [aux_sym_cmd_identifier_token33] = ACTIONS(1894), + [aux_sym_cmd_identifier_token34] = ACTIONS(1894), + [aux_sym_cmd_identifier_token35] = ACTIONS(1894), + [aux_sym_cmd_identifier_token36] = ACTIONS(1894), + [aux_sym_cmd_identifier_token37] = ACTIONS(1894), + [aux_sym_cmd_identifier_token38] = ACTIONS(1894), + [aux_sym_cmd_identifier_token39] = ACTIONS(1894), + [aux_sym_cmd_identifier_token40] = ACTIONS(1894), + [anon_sym_def] = ACTIONS(1894), + [anon_sym_export_DASHenv] = ACTIONS(1894), + [anon_sym_extern] = ACTIONS(1894), + [anon_sym_module] = ACTIONS(1894), + [anon_sym_use] = ACTIONS(1894), + [anon_sym_LPAREN] = ACTIONS(1894), + [anon_sym_DOLLAR] = ACTIONS(1894), + [anon_sym_error] = ACTIONS(1894), + [anon_sym_DASH2] = ACTIONS(1894), + [anon_sym_break] = ACTIONS(1894), + [anon_sym_continue] = ACTIONS(1894), + [anon_sym_for] = ACTIONS(1894), + [anon_sym_in2] = ACTIONS(1894), + [anon_sym_loop] = ACTIONS(1894), + [anon_sym_make] = ACTIONS(1894), + [anon_sym_while] = ACTIONS(1894), + [anon_sym_do] = ACTIONS(1894), + [anon_sym_if] = ACTIONS(1894), + [anon_sym_else] = ACTIONS(1894), + [anon_sym_match] = ACTIONS(1894), + [anon_sym_RBRACE] = ACTIONS(1894), + [anon_sym_try] = ACTIONS(1894), + [anon_sym_catch] = ACTIONS(1894), + [anon_sym_return] = ACTIONS(1894), + [anon_sym_source] = ACTIONS(1894), + [anon_sym_source_DASHenv] = ACTIONS(1894), + [anon_sym_register] = ACTIONS(1894), + [anon_sym_hide] = ACTIONS(1894), + [anon_sym_hide_DASHenv] = ACTIONS(1894), + [anon_sym_overlay] = ACTIONS(1894), + [anon_sym_as] = ACTIONS(1894), + [anon_sym_PLUS2] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1894), + [aux_sym__val_number_decimal_token1] = ACTIONS(1894), + [aux_sym__val_number_decimal_token2] = ACTIONS(1894), + [aux_sym__val_number_decimal_token3] = ACTIONS(1894), + [aux_sym__val_number_decimal_token4] = ACTIONS(1894), + [aux_sym__val_number_token1] = ACTIONS(1894), + [aux_sym__val_number_token2] = ACTIONS(1894), + [aux_sym__val_number_token3] = ACTIONS(1894), + [aux_sym__val_number_token4] = ACTIONS(1894), + [aux_sym__val_number_token5] = ACTIONS(1894), + [aux_sym__val_number_token6] = ACTIONS(1894), + [anon_sym_DQUOTE] = ACTIONS(1894), + [sym__str_single_quotes] = ACTIONS(1894), + [sym__str_back_ticks] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1894), + [sym__entry_separator] = ACTIONS(1896), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1896), + }, + [387] = { + [sym_comment] = STATE(387), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [aux_sym__immediate_decimal_token1] = ACTIONS(1900), + [aux_sym__immediate_decimal_token2] = ACTIONS(1902), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [388] = { + [sym_comment] = STATE(388), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1890), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [389] = { + [sym_comment] = STATE(389), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(1904), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [390] = { + [sym_comment] = STATE(390), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), [aux_sym_cmd_identifier_token2] = ACTIONS(1727), [aux_sym_cmd_identifier_token3] = ACTIONS(1727), [aux_sym_cmd_identifier_token4] = ACTIONS(1727), [aux_sym_cmd_identifier_token5] = ACTIONS(1727), [aux_sym_cmd_identifier_token6] = ACTIONS(1727), [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), [aux_sym_cmd_identifier_token10] = ACTIONS(1727), [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), [aux_sym_cmd_identifier_token16] = ACTIONS(1727), [aux_sym_cmd_identifier_token17] = ACTIONS(1727), [aux_sym_cmd_identifier_token18] = ACTIONS(1727), @@ -122764,1217 +123311,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1727), [aux_sym_cmd_identifier_token32] = ACTIONS(1727), [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), [aux_sym_cmd_identifier_token35] = ACTIONS(1727), [aux_sym_cmd_identifier_token36] = ACTIONS(1727), [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), [aux_sym_cmd_identifier_token39] = ACTIONS(1727), [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [aux_sym__immediate_decimal_token1] = ACTIONS(1835), - [aux_sym__immediate_decimal_token2] = ACTIONS(1837), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(1906), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1908), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), [aux_sym__val_number_decimal_token2] = ACTIONS(1727), [aux_sym__val_number_decimal_token3] = ACTIONS(1727), [aux_sym__val_number_decimal_token4] = ACTIONS(1727), [aux_sym__val_number_token1] = ACTIONS(1727), [aux_sym__val_number_token2] = ACTIONS(1727), [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), [anon_sym_DQUOTE] = ACTIONS(1727), [sym__str_single_quotes] = ACTIONS(1727), [sym__str_back_ticks] = ACTIONS(1727), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [386] = { - [sym_comment] = STATE(386), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1808), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [387] = { - [sym_expr_parenthesized] = STATE(4081), - [sym__spread_parenthesized] = STATE(4413), - [sym_val_range] = STATE(4414), - [sym__val_range] = STATE(7475), - [sym__val_range_with_end] = STATE(7208), - [sym__value] = STATE(4414), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym__spread_variable] = STATE(4417), - [sym_val_variable] = STATE(4087), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3822), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym__spread_list] = STATE(4413), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym__cmd_arg] = STATE(4418), - [sym_redirection] = STATE(4419), - [sym_short_flag] = STATE(4420), - [sym_long_flag] = STATE(4420), - [sym_unquoted] = STATE(4138), - [sym__unquoted_with_expr] = STATE(4421), - [sym__unquoted_anonymous_prefix] = STATE(6991), - [sym_comment] = STATE(387), - [sym__newline] = ACTIONS(1839), - [sym__space] = ACTIONS(1841), - [anon_sym_SEMI] = ACTIONS(1839), - [anon_sym_PIPE] = ACTIONS(1839), - [anon_sym_err_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_GT_PIPE] = ACTIONS(1839), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1845), - [anon_sym_RPAREN] = ACTIONS(1839), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_DASH2] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_RBRACE] = ACTIONS(1839), - [anon_sym_DOT_DOT] = ACTIONS(1855), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1857), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1859), - [anon_sym_DOT_DOT_LT] = ACTIONS(1859), - [anon_sym_null] = ACTIONS(1861), - [anon_sym_true] = ACTIONS(1863), - [anon_sym_false] = ACTIONS(1863), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1865), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(1867), - [aux_sym__val_number_decimal_token3] = ACTIONS(1869), - [aux_sym__val_number_decimal_token4] = ACTIONS(1871), - [aux_sym__val_number_token1] = ACTIONS(1873), - [aux_sym__val_number_token2] = ACTIONS(1873), - [aux_sym__val_number_token3] = ACTIONS(1873), - [aux_sym__val_number_token4] = ACTIONS(1875), - [aux_sym__val_number_token5] = ACTIONS(1875), - [aux_sym__val_number_token6] = ACTIONS(1875), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym__str_single_quotes] = ACTIONS(1885), - [sym__str_back_ticks] = ACTIONS(1885), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1887), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1889), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1891), - [anon_sym_err_GT] = ACTIONS(1893), - [anon_sym_out_GT] = ACTIONS(1893), - [anon_sym_e_GT] = ACTIONS(1893), - [anon_sym_o_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT] = ACTIONS(1893), - [anon_sym_err_GT_GT] = ACTIONS(1893), - [anon_sym_out_GT_GT] = ACTIONS(1893), - [anon_sym_e_GT_GT] = ACTIONS(1893), - [anon_sym_o_GT_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1893), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [388] = { - [sym_comment] = STATE(388), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(1899), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [389] = { - [sym_comment] = STATE(389), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(1901), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1903), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [390] = { - [sym_comment] = STATE(390), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, [391] = { [sym_comment] = STATE(391), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(1905), - [aux_sym__immediate_decimal_token2] = ACTIONS(1907), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(1910), + [aux_sym__immediate_decimal_token2] = ACTIONS(1912), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(1727), }, [392] = { + [sym_path] = STATE(552), [sym_comment] = STATE(392), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(978), - [aux_sym_cmd_identifier_token3] = ACTIONS(978), - [aux_sym_cmd_identifier_token4] = ACTIONS(978), - [aux_sym_cmd_identifier_token5] = ACTIONS(978), - [aux_sym_cmd_identifier_token6] = ACTIONS(978), - [aux_sym_cmd_identifier_token7] = ACTIONS(978), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(978), - [aux_sym_cmd_identifier_token11] = ACTIONS(978), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(978), - [aux_sym_cmd_identifier_token17] = ACTIONS(978), - [aux_sym_cmd_identifier_token18] = ACTIONS(978), - [aux_sym_cmd_identifier_token19] = ACTIONS(978), - [aux_sym_cmd_identifier_token20] = ACTIONS(978), - [aux_sym_cmd_identifier_token21] = ACTIONS(978), - [aux_sym_cmd_identifier_token22] = ACTIONS(978), - [aux_sym_cmd_identifier_token23] = ACTIONS(978), - [aux_sym_cmd_identifier_token24] = ACTIONS(978), - [aux_sym_cmd_identifier_token25] = ACTIONS(978), - [aux_sym_cmd_identifier_token26] = ACTIONS(978), - [aux_sym_cmd_identifier_token27] = ACTIONS(978), - [aux_sym_cmd_identifier_token28] = ACTIONS(978), - [aux_sym_cmd_identifier_token29] = ACTIONS(978), - [aux_sym_cmd_identifier_token30] = ACTIONS(978), - [aux_sym_cmd_identifier_token31] = ACTIONS(978), - [aux_sym_cmd_identifier_token32] = ACTIONS(978), - [aux_sym_cmd_identifier_token33] = ACTIONS(978), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(978), - [aux_sym_cmd_identifier_token36] = ACTIONS(978), - [aux_sym_cmd_identifier_token37] = ACTIONS(978), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(978), - [aux_sym_cmd_identifier_token40] = ACTIONS(978), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(978), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), - }, - [393] = { - [sym_comment] = STATE(393), - [anon_sym_export] = ACTIONS(952), - [anon_sym_alias] = ACTIONS(952), - [anon_sym_let] = ACTIONS(952), - [anon_sym_let_DASHenv] = ACTIONS(952), - [anon_sym_mut] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [aux_sym_cmd_identifier_token1] = ACTIONS(952), - [aux_sym_cmd_identifier_token2] = ACTIONS(954), - [aux_sym_cmd_identifier_token3] = ACTIONS(954), - [aux_sym_cmd_identifier_token4] = ACTIONS(954), - [aux_sym_cmd_identifier_token5] = ACTIONS(954), - [aux_sym_cmd_identifier_token6] = ACTIONS(954), - [aux_sym_cmd_identifier_token7] = ACTIONS(954), - [aux_sym_cmd_identifier_token8] = ACTIONS(952), - [aux_sym_cmd_identifier_token9] = ACTIONS(952), - [aux_sym_cmd_identifier_token10] = ACTIONS(954), - [aux_sym_cmd_identifier_token11] = ACTIONS(954), - [aux_sym_cmd_identifier_token12] = ACTIONS(952), - [aux_sym_cmd_identifier_token13] = ACTIONS(952), - [aux_sym_cmd_identifier_token14] = ACTIONS(952), - [aux_sym_cmd_identifier_token15] = ACTIONS(952), - [aux_sym_cmd_identifier_token16] = ACTIONS(954), - [aux_sym_cmd_identifier_token17] = ACTIONS(954), - [aux_sym_cmd_identifier_token18] = ACTIONS(954), - [aux_sym_cmd_identifier_token19] = ACTIONS(954), - [aux_sym_cmd_identifier_token20] = ACTIONS(954), - [aux_sym_cmd_identifier_token21] = ACTIONS(954), - [aux_sym_cmd_identifier_token22] = ACTIONS(954), - [aux_sym_cmd_identifier_token23] = ACTIONS(954), - [aux_sym_cmd_identifier_token24] = ACTIONS(954), - [aux_sym_cmd_identifier_token25] = ACTIONS(954), - [aux_sym_cmd_identifier_token26] = ACTIONS(954), - [aux_sym_cmd_identifier_token27] = ACTIONS(954), - [aux_sym_cmd_identifier_token28] = ACTIONS(954), - [aux_sym_cmd_identifier_token29] = ACTIONS(954), - [aux_sym_cmd_identifier_token30] = ACTIONS(954), - [aux_sym_cmd_identifier_token31] = ACTIONS(954), - [aux_sym_cmd_identifier_token32] = ACTIONS(954), - [aux_sym_cmd_identifier_token33] = ACTIONS(954), - [aux_sym_cmd_identifier_token34] = ACTIONS(952), - [aux_sym_cmd_identifier_token35] = ACTIONS(954), - [aux_sym_cmd_identifier_token36] = ACTIONS(954), - [aux_sym_cmd_identifier_token37] = ACTIONS(954), - [aux_sym_cmd_identifier_token38] = ACTIONS(952), - [aux_sym_cmd_identifier_token39] = ACTIONS(954), - [aux_sym_cmd_identifier_token40] = ACTIONS(954), - [anon_sym_def] = ACTIONS(952), - [anon_sym_export_DASHenv] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym_module] = ACTIONS(952), - [anon_sym_use] = ACTIONS(952), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_error] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(952), - [anon_sym_loop] = ACTIONS(952), - [anon_sym_make] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_match] = ACTIONS(952), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_try] = ACTIONS(952), - [anon_sym_catch] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_source] = ACTIONS(952), - [anon_sym_source_DASHenv] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_hide] = ACTIONS(952), - [anon_sym_hide_DASHenv] = ACTIONS(952), - [anon_sym_overlay] = ACTIONS(952), - [anon_sym_as] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(1909), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(952), - [aux_sym__val_number_token5] = ACTIONS(952), - [aux_sym__val_number_token6] = ACTIONS(952), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), - }, - [394] = { - [sym_comment] = STATE(394), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(968), - [aux_sym_cmd_identifier_token3] = ACTIONS(968), - [aux_sym_cmd_identifier_token4] = ACTIONS(968), - [aux_sym_cmd_identifier_token5] = ACTIONS(968), - [aux_sym_cmd_identifier_token6] = ACTIONS(968), - [aux_sym_cmd_identifier_token7] = ACTIONS(968), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(968), - [aux_sym_cmd_identifier_token11] = ACTIONS(968), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(968), - [aux_sym_cmd_identifier_token17] = ACTIONS(968), - [aux_sym_cmd_identifier_token18] = ACTIONS(968), - [aux_sym_cmd_identifier_token19] = ACTIONS(968), - [aux_sym_cmd_identifier_token20] = ACTIONS(968), - [aux_sym_cmd_identifier_token21] = ACTIONS(968), - [aux_sym_cmd_identifier_token22] = ACTIONS(968), - [aux_sym_cmd_identifier_token23] = ACTIONS(968), - [aux_sym_cmd_identifier_token24] = ACTIONS(968), - [aux_sym_cmd_identifier_token25] = ACTIONS(968), - [aux_sym_cmd_identifier_token26] = ACTIONS(968), - [aux_sym_cmd_identifier_token27] = ACTIONS(968), - [aux_sym_cmd_identifier_token28] = ACTIONS(968), - [aux_sym_cmd_identifier_token29] = ACTIONS(968), - [aux_sym_cmd_identifier_token30] = ACTIONS(968), - [aux_sym_cmd_identifier_token31] = ACTIONS(968), - [aux_sym_cmd_identifier_token32] = ACTIONS(968), - [aux_sym_cmd_identifier_token33] = ACTIONS(968), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(968), - [aux_sym_cmd_identifier_token36] = ACTIONS(968), - [aux_sym_cmd_identifier_token37] = ACTIONS(968), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(968), - [aux_sym_cmd_identifier_token40] = ACTIONS(968), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(968), - [anon_sym_error] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(1911), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), - }, - [395] = { - [sym_expr_parenthesized] = STATE(4081), - [sym__spread_parenthesized] = STATE(4413), - [sym_val_range] = STATE(4414), - [sym__val_range] = STATE(7475), - [sym__val_range_with_end] = STATE(7208), - [sym__value] = STATE(4414), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym__spread_variable] = STATE(4417), - [sym_val_variable] = STATE(4087), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3822), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym__spread_list] = STATE(4413), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym__cmd_arg] = STATE(4418), - [sym_redirection] = STATE(4419), - [sym_short_flag] = STATE(4420), - [sym_long_flag] = STATE(4420), - [sym_unquoted] = STATE(4138), - [sym__unquoted_with_expr] = STATE(4421), - [sym__unquoted_anonymous_prefix] = STATE(6991), - [sym_comment] = STATE(395), - [sym__newline] = ACTIONS(1913), - [sym__space] = ACTIONS(1913), - [anon_sym_SEMI] = ACTIONS(1839), - [anon_sym_PIPE] = ACTIONS(1839), - [anon_sym_err_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_GT_PIPE] = ACTIONS(1839), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1845), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_DASH2] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_RBRACE] = ACTIONS(1839), - [anon_sym_DOT_DOT] = ACTIONS(1855), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1857), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1859), - [anon_sym_DOT_DOT_LT] = ACTIONS(1859), - [anon_sym_null] = ACTIONS(1861), - [anon_sym_true] = ACTIONS(1863), - [anon_sym_false] = ACTIONS(1863), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1865), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(1867), - [aux_sym__val_number_decimal_token3] = ACTIONS(1869), - [aux_sym__val_number_decimal_token4] = ACTIONS(1871), - [aux_sym__val_number_token1] = ACTIONS(1873), - [aux_sym__val_number_token2] = ACTIONS(1873), - [aux_sym__val_number_token3] = ACTIONS(1873), - [aux_sym__val_number_token4] = ACTIONS(1875), - [aux_sym__val_number_token5] = ACTIONS(1875), - [aux_sym__val_number_token6] = ACTIONS(1875), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym__str_single_quotes] = ACTIONS(1885), - [sym__str_back_ticks] = ACTIONS(1885), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1887), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1889), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1891), - [anon_sym_COLON2] = ACTIONS(1916), - [anon_sym_err_GT] = ACTIONS(1893), - [anon_sym_out_GT] = ACTIONS(1893), - [anon_sym_e_GT] = ACTIONS(1893), - [anon_sym_o_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT] = ACTIONS(1893), - [anon_sym_err_GT_GT] = ACTIONS(1893), - [anon_sym_out_GT_GT] = ACTIONS(1893), - [anon_sym_e_GT_GT] = ACTIONS(1893), - [anon_sym_o_GT_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1893), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [396] = { - [sym_cell_path] = STATE(681), - [sym_path] = STATE(575), - [sym_comment] = STATE(396), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1918), - [anon_sym_alias] = ACTIONS(1918), - [anon_sym_let] = ACTIONS(1918), - [anon_sym_let_DASHenv] = ACTIONS(1918), - [anon_sym_mut] = ACTIONS(1918), - [anon_sym_const] = ACTIONS(1918), - [aux_sym_cmd_identifier_token1] = ACTIONS(1918), - [aux_sym_cmd_identifier_token2] = ACTIONS(1918), - [aux_sym_cmd_identifier_token3] = ACTIONS(1918), - [aux_sym_cmd_identifier_token4] = ACTIONS(1918), - [aux_sym_cmd_identifier_token5] = ACTIONS(1918), - [aux_sym_cmd_identifier_token6] = ACTIONS(1918), - [aux_sym_cmd_identifier_token7] = ACTIONS(1918), - [aux_sym_cmd_identifier_token8] = ACTIONS(1918), - [aux_sym_cmd_identifier_token9] = ACTIONS(1918), - [aux_sym_cmd_identifier_token10] = ACTIONS(1918), - [aux_sym_cmd_identifier_token11] = ACTIONS(1918), - [aux_sym_cmd_identifier_token12] = ACTIONS(1918), - [aux_sym_cmd_identifier_token13] = ACTIONS(1918), - [aux_sym_cmd_identifier_token14] = ACTIONS(1918), - [aux_sym_cmd_identifier_token15] = ACTIONS(1918), - [aux_sym_cmd_identifier_token16] = ACTIONS(1918), - [aux_sym_cmd_identifier_token17] = ACTIONS(1918), - [aux_sym_cmd_identifier_token18] = ACTIONS(1918), - [aux_sym_cmd_identifier_token19] = ACTIONS(1918), - [aux_sym_cmd_identifier_token20] = ACTIONS(1918), - [aux_sym_cmd_identifier_token21] = ACTIONS(1918), - [aux_sym_cmd_identifier_token22] = ACTIONS(1918), - [aux_sym_cmd_identifier_token23] = ACTIONS(1918), - [aux_sym_cmd_identifier_token24] = ACTIONS(1918), - [aux_sym_cmd_identifier_token25] = ACTIONS(1918), - [aux_sym_cmd_identifier_token26] = ACTIONS(1918), - [aux_sym_cmd_identifier_token27] = ACTIONS(1918), - [aux_sym_cmd_identifier_token28] = ACTIONS(1918), - [aux_sym_cmd_identifier_token29] = ACTIONS(1918), - [aux_sym_cmd_identifier_token30] = ACTIONS(1918), - [aux_sym_cmd_identifier_token31] = ACTIONS(1918), - [aux_sym_cmd_identifier_token32] = ACTIONS(1918), - [aux_sym_cmd_identifier_token33] = ACTIONS(1918), - [aux_sym_cmd_identifier_token34] = ACTIONS(1918), - [aux_sym_cmd_identifier_token35] = ACTIONS(1918), - [aux_sym_cmd_identifier_token36] = ACTIONS(1918), - [aux_sym_cmd_identifier_token37] = ACTIONS(1918), - [aux_sym_cmd_identifier_token38] = ACTIONS(1918), - [aux_sym_cmd_identifier_token39] = ACTIONS(1918), - [aux_sym_cmd_identifier_token40] = ACTIONS(1918), - [anon_sym_def] = ACTIONS(1918), - [anon_sym_export_DASHenv] = ACTIONS(1918), - [anon_sym_extern] = ACTIONS(1918), - [anon_sym_module] = ACTIONS(1918), - [anon_sym_use] = ACTIONS(1918), - [anon_sym_LPAREN] = ACTIONS(1918), - [anon_sym_DOLLAR] = ACTIONS(1918), - [anon_sym_error] = ACTIONS(1918), - [anon_sym_DASH2] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1918), - [anon_sym_for] = ACTIONS(1918), - [anon_sym_in2] = ACTIONS(1918), - [anon_sym_loop] = ACTIONS(1918), - [anon_sym_make] = ACTIONS(1918), - [anon_sym_while] = ACTIONS(1918), - [anon_sym_do] = ACTIONS(1918), - [anon_sym_if] = ACTIONS(1918), - [anon_sym_else] = ACTIONS(1918), - [anon_sym_match] = ACTIONS(1918), - [anon_sym_RBRACE] = ACTIONS(1918), - [anon_sym_try] = ACTIONS(1918), - [anon_sym_catch] = ACTIONS(1918), - [anon_sym_return] = ACTIONS(1918), - [anon_sym_source] = ACTIONS(1918), - [anon_sym_source_DASHenv] = ACTIONS(1918), - [anon_sym_register] = ACTIONS(1918), - [anon_sym_hide] = ACTIONS(1918), - [anon_sym_hide_DASHenv] = ACTIONS(1918), - [anon_sym_overlay] = ACTIONS(1918), - [anon_sym_as] = ACTIONS(1918), - [anon_sym_PLUS2] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1918), - [aux_sym__val_number_decimal_token1] = ACTIONS(1918), - [aux_sym__val_number_decimal_token2] = ACTIONS(1918), - [aux_sym__val_number_decimal_token3] = ACTIONS(1918), - [aux_sym__val_number_decimal_token4] = ACTIONS(1918), - [aux_sym__val_number_token1] = ACTIONS(1918), - [aux_sym__val_number_token2] = ACTIONS(1918), - [aux_sym__val_number_token3] = ACTIONS(1918), - [aux_sym__val_number_token4] = ACTIONS(1918), - [aux_sym__val_number_token5] = ACTIONS(1918), - [aux_sym__val_number_token6] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym__str_single_quotes] = ACTIONS(1918), - [sym__str_back_ticks] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1918), - [sym__entry_separator] = ACTIONS(1920), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1920), - }, - [397] = { - [sym_path] = STATE(513), - [sym_comment] = STATE(397), - [aux_sym_cell_path_repeat1] = STATE(399), + [aux_sym_cell_path_repeat1] = STATE(393), [anon_sym_export] = ACTIONS(948), [anon_sym_alias] = ACTIONS(948), [anon_sym_let] = ACTIONS(948), @@ -124071,118 +123578,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(950), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(950), [anon_sym_COLON2] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(1817), + [anon_sym_DOT2] = ACTIONS(1886), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(950), }, - [398] = { - [sym_cell_path] = STATE(684), - [sym_path] = STATE(575), - [sym_comment] = STATE(398), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1922), - [anon_sym_alias] = ACTIONS(1922), - [anon_sym_let] = ACTIONS(1922), - [anon_sym_let_DASHenv] = ACTIONS(1922), - [anon_sym_mut] = ACTIONS(1922), - [anon_sym_const] = ACTIONS(1922), - [aux_sym_cmd_identifier_token1] = ACTIONS(1922), - [aux_sym_cmd_identifier_token2] = ACTIONS(1922), - [aux_sym_cmd_identifier_token3] = ACTIONS(1922), - [aux_sym_cmd_identifier_token4] = ACTIONS(1922), - [aux_sym_cmd_identifier_token5] = ACTIONS(1922), - [aux_sym_cmd_identifier_token6] = ACTIONS(1922), - [aux_sym_cmd_identifier_token7] = ACTIONS(1922), - [aux_sym_cmd_identifier_token8] = ACTIONS(1922), - [aux_sym_cmd_identifier_token9] = ACTIONS(1922), - [aux_sym_cmd_identifier_token10] = ACTIONS(1922), - [aux_sym_cmd_identifier_token11] = ACTIONS(1922), - [aux_sym_cmd_identifier_token12] = ACTIONS(1922), - [aux_sym_cmd_identifier_token13] = ACTIONS(1922), - [aux_sym_cmd_identifier_token14] = ACTIONS(1922), - [aux_sym_cmd_identifier_token15] = ACTIONS(1922), - [aux_sym_cmd_identifier_token16] = ACTIONS(1922), - [aux_sym_cmd_identifier_token17] = ACTIONS(1922), - [aux_sym_cmd_identifier_token18] = ACTIONS(1922), - [aux_sym_cmd_identifier_token19] = ACTIONS(1922), - [aux_sym_cmd_identifier_token20] = ACTIONS(1922), - [aux_sym_cmd_identifier_token21] = ACTIONS(1922), - [aux_sym_cmd_identifier_token22] = ACTIONS(1922), - [aux_sym_cmd_identifier_token23] = ACTIONS(1922), - [aux_sym_cmd_identifier_token24] = ACTIONS(1922), - [aux_sym_cmd_identifier_token25] = ACTIONS(1922), - [aux_sym_cmd_identifier_token26] = ACTIONS(1922), - [aux_sym_cmd_identifier_token27] = ACTIONS(1922), - [aux_sym_cmd_identifier_token28] = ACTIONS(1922), - [aux_sym_cmd_identifier_token29] = ACTIONS(1922), - [aux_sym_cmd_identifier_token30] = ACTIONS(1922), - [aux_sym_cmd_identifier_token31] = ACTIONS(1922), - [aux_sym_cmd_identifier_token32] = ACTIONS(1922), - [aux_sym_cmd_identifier_token33] = ACTIONS(1922), - [aux_sym_cmd_identifier_token34] = ACTIONS(1922), - [aux_sym_cmd_identifier_token35] = ACTIONS(1922), - [aux_sym_cmd_identifier_token36] = ACTIONS(1922), - [aux_sym_cmd_identifier_token37] = ACTIONS(1922), - [aux_sym_cmd_identifier_token38] = ACTIONS(1922), - [aux_sym_cmd_identifier_token39] = ACTIONS(1922), - [aux_sym_cmd_identifier_token40] = ACTIONS(1922), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_export_DASHenv] = ACTIONS(1922), - [anon_sym_extern] = ACTIONS(1922), - [anon_sym_module] = ACTIONS(1922), - [anon_sym_use] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1922), - [anon_sym_DOLLAR] = ACTIONS(1922), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH2] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_in2] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_make] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_else] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_try] = ACTIONS(1922), - [anon_sym_catch] = ACTIONS(1922), - [anon_sym_return] = ACTIONS(1922), - [anon_sym_source] = ACTIONS(1922), - [anon_sym_source_DASHenv] = ACTIONS(1922), - [anon_sym_register] = ACTIONS(1922), - [anon_sym_hide] = ACTIONS(1922), - [anon_sym_hide_DASHenv] = ACTIONS(1922), - [anon_sym_overlay] = ACTIONS(1922), - [anon_sym_as] = ACTIONS(1922), - [anon_sym_PLUS2] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1922), - [aux_sym__val_number_decimal_token1] = ACTIONS(1922), - [aux_sym__val_number_decimal_token2] = ACTIONS(1922), - [aux_sym__val_number_decimal_token3] = ACTIONS(1922), - [aux_sym__val_number_decimal_token4] = ACTIONS(1922), - [aux_sym__val_number_token1] = ACTIONS(1922), - [aux_sym__val_number_token2] = ACTIONS(1922), - [aux_sym__val_number_token3] = ACTIONS(1922), - [aux_sym__val_number_token4] = ACTIONS(1922), - [aux_sym__val_number_token5] = ACTIONS(1922), - [aux_sym__val_number_token6] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym__str_single_quotes] = ACTIONS(1922), - [sym__str_back_ticks] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1922), - [sym__entry_separator] = ACTIONS(1924), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1924), - }, - [399] = { - [sym_path] = STATE(513), - [sym_comment] = STATE(399), - [aux_sym_cell_path_repeat1] = STATE(399), + [393] = { + [sym_path] = STATE(552), + [sym_comment] = STATE(393), + [aux_sym_cell_path_repeat1] = STATE(393), [anon_sym_export] = ACTIONS(941), [anon_sym_alias] = ACTIONS(941), [anon_sym_let] = ACTIONS(941), @@ -124279,12 +123682,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(943), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(943), [anon_sym_COLON2] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(1926), + [anon_sym_DOT2] = ACTIONS(1914), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(943), }, - [400] = { - [sym_comment] = STATE(400), + [394] = { + [sym_expr_parenthesized] = STATE(4086), + [sym__spread_parenthesized] = STATE(4424), + [sym_val_range] = STATE(4425), + [sym__val_range] = STATE(7614), + [sym__val_range_with_end] = STATE(7313), + [sym__value] = STATE(4425), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym__spread_variable] = STATE(4426), + [sym_val_variable] = STATE(4029), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3826), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym__spread_list] = STATE(4424), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym__cmd_arg] = STATE(4610), + [sym_redirection] = STATE(4429), + [sym__flag] = STATE(4432), + [sym_short_flag] = STATE(4399), + [sym_long_flag] = STATE(4399), + [sym_unquoted] = STATE(4275), + [sym__unquoted_with_expr] = STATE(4434), + [sym__unquoted_anonymous_prefix] = STATE(7065), + [sym_comment] = STATE(394), + [sym__newline] = ACTIONS(1917), + [sym__space] = ACTIONS(1919), + [anon_sym_SEMI] = ACTIONS(1917), + [anon_sym_PIPE] = ACTIONS(1917), + [anon_sym_err_GT_PIPE] = ACTIONS(1917), + [anon_sym_out_GT_PIPE] = ACTIONS(1917), + [anon_sym_e_GT_PIPE] = ACTIONS(1917), + [anon_sym_o_GT_PIPE] = ACTIONS(1917), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1917), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1917), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1917), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1917), + [anon_sym_LBRACK] = ACTIONS(1803), + [anon_sym_LPAREN] = ACTIONS(1805), + [anon_sym_RPAREN] = ACTIONS(1917), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_DASH_DASH] = ACTIONS(1809), + [anon_sym_DASH2] = ACTIONS(1811), + [anon_sym_LBRACE] = ACTIONS(1813), + [anon_sym_DOT_DOT] = ACTIONS(1815), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1817), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1819), + [anon_sym_DOT_DOT_LT] = ACTIONS(1819), + [anon_sym_null] = ACTIONS(1821), + [anon_sym_true] = ACTIONS(1823), + [anon_sym_false] = ACTIONS(1823), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1825), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(1827), + [aux_sym__val_number_decimal_token3] = ACTIONS(1829), + [aux_sym__val_number_decimal_token4] = ACTIONS(1831), + [aux_sym__val_number_token1] = ACTIONS(1833), + [aux_sym__val_number_token2] = ACTIONS(1833), + [aux_sym__val_number_token3] = ACTIONS(1833), + [aux_sym__val_number_token4] = ACTIONS(1835), + [aux_sym__val_number_token5] = ACTIONS(1835), + [aux_sym__val_number_token6] = ACTIONS(1835), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1843), + [sym__str_single_quotes] = ACTIONS(1845), + [sym__str_back_ticks] = ACTIONS(1845), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1847), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1849), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1851), + [anon_sym_err_GT] = ACTIONS(1855), + [anon_sym_out_GT] = ACTIONS(1855), + [anon_sym_e_GT] = ACTIONS(1855), + [anon_sym_o_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT] = ACTIONS(1855), + [anon_sym_err_GT_GT] = ACTIONS(1855), + [anon_sym_out_GT_GT] = ACTIONS(1855), + [anon_sym_e_GT_GT] = ACTIONS(1855), + [anon_sym_o_GT_GT] = ACTIONS(1855), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1855), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1855), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1855), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1855), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [395] = { + [sym_comment] = STATE(395), + [anon_sym_export] = ACTIONS(958), + [anon_sym_alias] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_let_DASHenv] = ACTIONS(958), + [anon_sym_mut] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [aux_sym_cmd_identifier_token1] = ACTIONS(958), + [aux_sym_cmd_identifier_token2] = ACTIONS(960), + [aux_sym_cmd_identifier_token3] = ACTIONS(960), + [aux_sym_cmd_identifier_token4] = ACTIONS(960), + [aux_sym_cmd_identifier_token5] = ACTIONS(960), + [aux_sym_cmd_identifier_token6] = ACTIONS(960), + [aux_sym_cmd_identifier_token7] = ACTIONS(960), + [aux_sym_cmd_identifier_token8] = ACTIONS(958), + [aux_sym_cmd_identifier_token9] = ACTIONS(958), + [aux_sym_cmd_identifier_token10] = ACTIONS(960), + [aux_sym_cmd_identifier_token11] = ACTIONS(960), + [aux_sym_cmd_identifier_token12] = ACTIONS(958), + [aux_sym_cmd_identifier_token13] = ACTIONS(958), + [aux_sym_cmd_identifier_token14] = ACTIONS(958), + [aux_sym_cmd_identifier_token15] = ACTIONS(958), + [aux_sym_cmd_identifier_token16] = ACTIONS(960), + [aux_sym_cmd_identifier_token17] = ACTIONS(960), + [aux_sym_cmd_identifier_token18] = ACTIONS(960), + [aux_sym_cmd_identifier_token19] = ACTIONS(960), + [aux_sym_cmd_identifier_token20] = ACTIONS(960), + [aux_sym_cmd_identifier_token21] = ACTIONS(960), + [aux_sym_cmd_identifier_token22] = ACTIONS(960), + [aux_sym_cmd_identifier_token23] = ACTIONS(960), + [aux_sym_cmd_identifier_token24] = ACTIONS(960), + [aux_sym_cmd_identifier_token25] = ACTIONS(960), + [aux_sym_cmd_identifier_token26] = ACTIONS(960), + [aux_sym_cmd_identifier_token27] = ACTIONS(960), + [aux_sym_cmd_identifier_token28] = ACTIONS(960), + [aux_sym_cmd_identifier_token29] = ACTIONS(960), + [aux_sym_cmd_identifier_token30] = ACTIONS(960), + [aux_sym_cmd_identifier_token31] = ACTIONS(960), + [aux_sym_cmd_identifier_token32] = ACTIONS(960), + [aux_sym_cmd_identifier_token33] = ACTIONS(960), + [aux_sym_cmd_identifier_token34] = ACTIONS(958), + [aux_sym_cmd_identifier_token35] = ACTIONS(960), + [aux_sym_cmd_identifier_token36] = ACTIONS(960), + [aux_sym_cmd_identifier_token37] = ACTIONS(960), + [aux_sym_cmd_identifier_token38] = ACTIONS(958), + [aux_sym_cmd_identifier_token39] = ACTIONS(960), + [aux_sym_cmd_identifier_token40] = ACTIONS(960), + [anon_sym_def] = ACTIONS(958), + [anon_sym_export_DASHenv] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_use] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(960), + [anon_sym_error] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_in2] = ACTIONS(958), + [anon_sym_loop] = ACTIONS(958), + [anon_sym_make] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_match] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_try] = ACTIONS(958), + [anon_sym_catch] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_source] = ACTIONS(958), + [anon_sym_source_DASHenv] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_hide] = ACTIONS(958), + [anon_sym_hide_DASHenv] = ACTIONS(958), + [anon_sym_overlay] = ACTIONS(958), + [anon_sym_as] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(1921), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(958), + [aux_sym__val_number_token5] = ACTIONS(958), + [aux_sym__val_number_token6] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), + }, + [396] = { + [sym_comment] = STATE(396), + [anon_sym_export] = ACTIONS(952), + [anon_sym_alias] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_let_DASHenv] = ACTIONS(952), + [anon_sym_mut] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [aux_sym_cmd_identifier_token1] = ACTIONS(952), + [aux_sym_cmd_identifier_token2] = ACTIONS(954), + [aux_sym_cmd_identifier_token3] = ACTIONS(954), + [aux_sym_cmd_identifier_token4] = ACTIONS(954), + [aux_sym_cmd_identifier_token5] = ACTIONS(954), + [aux_sym_cmd_identifier_token6] = ACTIONS(954), + [aux_sym_cmd_identifier_token7] = ACTIONS(954), + [aux_sym_cmd_identifier_token8] = ACTIONS(952), + [aux_sym_cmd_identifier_token9] = ACTIONS(952), + [aux_sym_cmd_identifier_token10] = ACTIONS(954), + [aux_sym_cmd_identifier_token11] = ACTIONS(954), + [aux_sym_cmd_identifier_token12] = ACTIONS(952), + [aux_sym_cmd_identifier_token13] = ACTIONS(952), + [aux_sym_cmd_identifier_token14] = ACTIONS(952), + [aux_sym_cmd_identifier_token15] = ACTIONS(952), + [aux_sym_cmd_identifier_token16] = ACTIONS(954), + [aux_sym_cmd_identifier_token17] = ACTIONS(954), + [aux_sym_cmd_identifier_token18] = ACTIONS(954), + [aux_sym_cmd_identifier_token19] = ACTIONS(954), + [aux_sym_cmd_identifier_token20] = ACTIONS(954), + [aux_sym_cmd_identifier_token21] = ACTIONS(954), + [aux_sym_cmd_identifier_token22] = ACTIONS(954), + [aux_sym_cmd_identifier_token23] = ACTIONS(954), + [aux_sym_cmd_identifier_token24] = ACTIONS(954), + [aux_sym_cmd_identifier_token25] = ACTIONS(954), + [aux_sym_cmd_identifier_token26] = ACTIONS(954), + [aux_sym_cmd_identifier_token27] = ACTIONS(954), + [aux_sym_cmd_identifier_token28] = ACTIONS(954), + [aux_sym_cmd_identifier_token29] = ACTIONS(954), + [aux_sym_cmd_identifier_token30] = ACTIONS(954), + [aux_sym_cmd_identifier_token31] = ACTIONS(954), + [aux_sym_cmd_identifier_token32] = ACTIONS(954), + [aux_sym_cmd_identifier_token33] = ACTIONS(954), + [aux_sym_cmd_identifier_token34] = ACTIONS(952), + [aux_sym_cmd_identifier_token35] = ACTIONS(954), + [aux_sym_cmd_identifier_token36] = ACTIONS(954), + [aux_sym_cmd_identifier_token37] = ACTIONS(954), + [aux_sym_cmd_identifier_token38] = ACTIONS(952), + [aux_sym_cmd_identifier_token39] = ACTIONS(954), + [aux_sym_cmd_identifier_token40] = ACTIONS(954), + [anon_sym_def] = ACTIONS(952), + [anon_sym_export_DASHenv] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym_module] = ACTIONS(952), + [anon_sym_use] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(954), + [anon_sym_error] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(952), + [anon_sym_loop] = ACTIONS(952), + [anon_sym_make] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_match] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_try] = ACTIONS(952), + [anon_sym_catch] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_source] = ACTIONS(952), + [anon_sym_source_DASHenv] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_hide] = ACTIONS(952), + [anon_sym_hide_DASHenv] = ACTIONS(952), + [anon_sym_overlay] = ACTIONS(952), + [anon_sym_as] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(1923), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(952), + [aux_sym__val_number_token5] = ACTIONS(952), + [aux_sym__val_number_token6] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), + }, + [397] = { + [sym_comment] = STATE(397), [anon_sym_export] = ACTIONS(988), [anon_sym_alias] = ACTIONS(988), [anon_sym_let] = ACTIONS(988), @@ -124387,528 +124102,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(990), }, - [401] = { - [sym_comment] = STATE(401), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [402] = { - [sym_cell_path] = STATE(655), - [sym_path] = STATE(575), - [sym_comment] = STATE(402), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1929), - [anon_sym_alias] = ACTIONS(1929), - [anon_sym_let] = ACTIONS(1929), - [anon_sym_let_DASHenv] = ACTIONS(1929), - [anon_sym_mut] = ACTIONS(1929), - [anon_sym_const] = ACTIONS(1929), - [aux_sym_cmd_identifier_token1] = ACTIONS(1929), - [aux_sym_cmd_identifier_token2] = ACTIONS(1929), - [aux_sym_cmd_identifier_token3] = ACTIONS(1929), - [aux_sym_cmd_identifier_token4] = ACTIONS(1929), - [aux_sym_cmd_identifier_token5] = ACTIONS(1929), - [aux_sym_cmd_identifier_token6] = ACTIONS(1929), - [aux_sym_cmd_identifier_token7] = ACTIONS(1929), - [aux_sym_cmd_identifier_token8] = ACTIONS(1929), - [aux_sym_cmd_identifier_token9] = ACTIONS(1929), - [aux_sym_cmd_identifier_token10] = ACTIONS(1929), - [aux_sym_cmd_identifier_token11] = ACTIONS(1929), - [aux_sym_cmd_identifier_token12] = ACTIONS(1929), - [aux_sym_cmd_identifier_token13] = ACTIONS(1929), - [aux_sym_cmd_identifier_token14] = ACTIONS(1929), - [aux_sym_cmd_identifier_token15] = ACTIONS(1929), - [aux_sym_cmd_identifier_token16] = ACTIONS(1929), - [aux_sym_cmd_identifier_token17] = ACTIONS(1929), - [aux_sym_cmd_identifier_token18] = ACTIONS(1929), - [aux_sym_cmd_identifier_token19] = ACTIONS(1929), - [aux_sym_cmd_identifier_token20] = ACTIONS(1929), - [aux_sym_cmd_identifier_token21] = ACTIONS(1929), - [aux_sym_cmd_identifier_token22] = ACTIONS(1929), - [aux_sym_cmd_identifier_token23] = ACTIONS(1929), - [aux_sym_cmd_identifier_token24] = ACTIONS(1929), - [aux_sym_cmd_identifier_token25] = ACTIONS(1929), - [aux_sym_cmd_identifier_token26] = ACTIONS(1929), - [aux_sym_cmd_identifier_token27] = ACTIONS(1929), - [aux_sym_cmd_identifier_token28] = ACTIONS(1929), - [aux_sym_cmd_identifier_token29] = ACTIONS(1929), - [aux_sym_cmd_identifier_token30] = ACTIONS(1929), - [aux_sym_cmd_identifier_token31] = ACTIONS(1929), - [aux_sym_cmd_identifier_token32] = ACTIONS(1929), - [aux_sym_cmd_identifier_token33] = ACTIONS(1929), - [aux_sym_cmd_identifier_token34] = ACTIONS(1929), - [aux_sym_cmd_identifier_token35] = ACTIONS(1929), - [aux_sym_cmd_identifier_token36] = ACTIONS(1929), - [aux_sym_cmd_identifier_token37] = ACTIONS(1929), - [aux_sym_cmd_identifier_token38] = ACTIONS(1929), - [aux_sym_cmd_identifier_token39] = ACTIONS(1929), - [aux_sym_cmd_identifier_token40] = ACTIONS(1929), - [anon_sym_def] = ACTIONS(1929), - [anon_sym_export_DASHenv] = ACTIONS(1929), - [anon_sym_extern] = ACTIONS(1929), - [anon_sym_module] = ACTIONS(1929), - [anon_sym_use] = ACTIONS(1929), - [anon_sym_LPAREN] = ACTIONS(1929), - [anon_sym_DOLLAR] = ACTIONS(1929), - [anon_sym_error] = ACTIONS(1929), - [anon_sym_DASH2] = ACTIONS(1929), - [anon_sym_break] = ACTIONS(1929), - [anon_sym_continue] = ACTIONS(1929), - [anon_sym_for] = ACTIONS(1929), - [anon_sym_in2] = ACTIONS(1929), - [anon_sym_loop] = ACTIONS(1929), - [anon_sym_make] = ACTIONS(1929), - [anon_sym_while] = ACTIONS(1929), - [anon_sym_do] = ACTIONS(1929), - [anon_sym_if] = ACTIONS(1929), - [anon_sym_else] = ACTIONS(1929), - [anon_sym_match] = ACTIONS(1929), - [anon_sym_RBRACE] = ACTIONS(1929), - [anon_sym_try] = ACTIONS(1929), - [anon_sym_catch] = ACTIONS(1929), - [anon_sym_return] = ACTIONS(1929), - [anon_sym_source] = ACTIONS(1929), - [anon_sym_source_DASHenv] = ACTIONS(1929), - [anon_sym_register] = ACTIONS(1929), - [anon_sym_hide] = ACTIONS(1929), - [anon_sym_hide_DASHenv] = ACTIONS(1929), - [anon_sym_overlay] = ACTIONS(1929), - [anon_sym_as] = ACTIONS(1929), - [anon_sym_PLUS2] = ACTIONS(1929), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1929), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1929), - [aux_sym__val_number_decimal_token1] = ACTIONS(1929), - [aux_sym__val_number_decimal_token2] = ACTIONS(1929), - [aux_sym__val_number_decimal_token3] = ACTIONS(1929), - [aux_sym__val_number_decimal_token4] = ACTIONS(1929), - [aux_sym__val_number_token1] = ACTIONS(1929), - [aux_sym__val_number_token2] = ACTIONS(1929), - [aux_sym__val_number_token3] = ACTIONS(1929), - [aux_sym__val_number_token4] = ACTIONS(1929), - [aux_sym__val_number_token5] = ACTIONS(1929), - [aux_sym__val_number_token6] = ACTIONS(1929), - [anon_sym_DQUOTE] = ACTIONS(1929), - [sym__str_single_quotes] = ACTIONS(1929), - [sym__str_back_ticks] = ACTIONS(1929), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1929), - [sym__entry_separator] = ACTIONS(1931), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1931), - }, - [403] = { - [sym_cell_path] = STATE(673), - [sym_path] = STATE(575), - [sym_comment] = STATE(403), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1933), - [anon_sym_alias] = ACTIONS(1933), - [anon_sym_let] = ACTIONS(1933), - [anon_sym_let_DASHenv] = ACTIONS(1933), - [anon_sym_mut] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [aux_sym_cmd_identifier_token1] = ACTIONS(1933), - [aux_sym_cmd_identifier_token2] = ACTIONS(1933), - [aux_sym_cmd_identifier_token3] = ACTIONS(1933), - [aux_sym_cmd_identifier_token4] = ACTIONS(1933), - [aux_sym_cmd_identifier_token5] = ACTIONS(1933), - [aux_sym_cmd_identifier_token6] = ACTIONS(1933), - [aux_sym_cmd_identifier_token7] = ACTIONS(1933), - [aux_sym_cmd_identifier_token8] = ACTIONS(1933), - [aux_sym_cmd_identifier_token9] = ACTIONS(1933), - [aux_sym_cmd_identifier_token10] = ACTIONS(1933), - [aux_sym_cmd_identifier_token11] = ACTIONS(1933), - [aux_sym_cmd_identifier_token12] = ACTIONS(1933), - [aux_sym_cmd_identifier_token13] = ACTIONS(1933), - [aux_sym_cmd_identifier_token14] = ACTIONS(1933), - [aux_sym_cmd_identifier_token15] = ACTIONS(1933), - [aux_sym_cmd_identifier_token16] = ACTIONS(1933), - [aux_sym_cmd_identifier_token17] = ACTIONS(1933), - [aux_sym_cmd_identifier_token18] = ACTIONS(1933), - [aux_sym_cmd_identifier_token19] = ACTIONS(1933), - [aux_sym_cmd_identifier_token20] = ACTIONS(1933), - [aux_sym_cmd_identifier_token21] = ACTIONS(1933), - [aux_sym_cmd_identifier_token22] = ACTIONS(1933), - [aux_sym_cmd_identifier_token23] = ACTIONS(1933), - [aux_sym_cmd_identifier_token24] = ACTIONS(1933), - [aux_sym_cmd_identifier_token25] = ACTIONS(1933), - [aux_sym_cmd_identifier_token26] = ACTIONS(1933), - [aux_sym_cmd_identifier_token27] = ACTIONS(1933), - [aux_sym_cmd_identifier_token28] = ACTIONS(1933), - [aux_sym_cmd_identifier_token29] = ACTIONS(1933), - [aux_sym_cmd_identifier_token30] = ACTIONS(1933), - [aux_sym_cmd_identifier_token31] = ACTIONS(1933), - [aux_sym_cmd_identifier_token32] = ACTIONS(1933), - [aux_sym_cmd_identifier_token33] = ACTIONS(1933), - [aux_sym_cmd_identifier_token34] = ACTIONS(1933), - [aux_sym_cmd_identifier_token35] = ACTIONS(1933), - [aux_sym_cmd_identifier_token36] = ACTIONS(1933), - [aux_sym_cmd_identifier_token37] = ACTIONS(1933), - [aux_sym_cmd_identifier_token38] = ACTIONS(1933), - [aux_sym_cmd_identifier_token39] = ACTIONS(1933), - [aux_sym_cmd_identifier_token40] = ACTIONS(1933), - [anon_sym_def] = ACTIONS(1933), - [anon_sym_export_DASHenv] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_module] = ACTIONS(1933), - [anon_sym_use] = ACTIONS(1933), - [anon_sym_LPAREN] = ACTIONS(1933), - [anon_sym_DOLLAR] = ACTIONS(1933), - [anon_sym_error] = ACTIONS(1933), - [anon_sym_DASH2] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_in2] = ACTIONS(1933), - [anon_sym_loop] = ACTIONS(1933), - [anon_sym_make] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_do] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_else] = ACTIONS(1933), - [anon_sym_match] = ACTIONS(1933), - [anon_sym_RBRACE] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1933), - [anon_sym_catch] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_source] = ACTIONS(1933), - [anon_sym_source_DASHenv] = ACTIONS(1933), - [anon_sym_register] = ACTIONS(1933), - [anon_sym_hide] = ACTIONS(1933), - [anon_sym_hide_DASHenv] = ACTIONS(1933), - [anon_sym_overlay] = ACTIONS(1933), - [anon_sym_as] = ACTIONS(1933), - [anon_sym_PLUS2] = ACTIONS(1933), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1933), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1933), - [aux_sym__val_number_decimal_token1] = ACTIONS(1933), - [aux_sym__val_number_decimal_token2] = ACTIONS(1933), - [aux_sym__val_number_decimal_token3] = ACTIONS(1933), - [aux_sym__val_number_decimal_token4] = ACTIONS(1933), - [aux_sym__val_number_token1] = ACTIONS(1933), - [aux_sym__val_number_token2] = ACTIONS(1933), - [aux_sym__val_number_token3] = ACTIONS(1933), - [aux_sym__val_number_token4] = ACTIONS(1933), - [aux_sym__val_number_token5] = ACTIONS(1933), - [aux_sym__val_number_token6] = ACTIONS(1933), - [anon_sym_DQUOTE] = ACTIONS(1933), - [sym__str_single_quotes] = ACTIONS(1933), - [sym__str_back_ticks] = ACTIONS(1933), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1933), - [sym__entry_separator] = ACTIONS(1935), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1935), - }, - [404] = { - [sym_cell_path] = STATE(675), - [sym_path] = STATE(575), - [sym_comment] = STATE(404), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(1937), - [anon_sym_alias] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_let_DASHenv] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [aux_sym_cmd_identifier_token1] = ACTIONS(1937), - [aux_sym_cmd_identifier_token2] = ACTIONS(1937), - [aux_sym_cmd_identifier_token3] = ACTIONS(1937), - [aux_sym_cmd_identifier_token4] = ACTIONS(1937), - [aux_sym_cmd_identifier_token5] = ACTIONS(1937), - [aux_sym_cmd_identifier_token6] = ACTIONS(1937), - [aux_sym_cmd_identifier_token7] = ACTIONS(1937), - [aux_sym_cmd_identifier_token8] = ACTIONS(1937), - [aux_sym_cmd_identifier_token9] = ACTIONS(1937), - [aux_sym_cmd_identifier_token10] = ACTIONS(1937), - [aux_sym_cmd_identifier_token11] = ACTIONS(1937), - [aux_sym_cmd_identifier_token12] = ACTIONS(1937), - [aux_sym_cmd_identifier_token13] = ACTIONS(1937), - [aux_sym_cmd_identifier_token14] = ACTIONS(1937), - [aux_sym_cmd_identifier_token15] = ACTIONS(1937), - [aux_sym_cmd_identifier_token16] = ACTIONS(1937), - [aux_sym_cmd_identifier_token17] = ACTIONS(1937), - [aux_sym_cmd_identifier_token18] = ACTIONS(1937), - [aux_sym_cmd_identifier_token19] = ACTIONS(1937), - [aux_sym_cmd_identifier_token20] = ACTIONS(1937), - [aux_sym_cmd_identifier_token21] = ACTIONS(1937), - [aux_sym_cmd_identifier_token22] = ACTIONS(1937), - [aux_sym_cmd_identifier_token23] = ACTIONS(1937), - [aux_sym_cmd_identifier_token24] = ACTIONS(1937), - [aux_sym_cmd_identifier_token25] = ACTIONS(1937), - [aux_sym_cmd_identifier_token26] = ACTIONS(1937), - [aux_sym_cmd_identifier_token27] = ACTIONS(1937), - [aux_sym_cmd_identifier_token28] = ACTIONS(1937), - [aux_sym_cmd_identifier_token29] = ACTIONS(1937), - [aux_sym_cmd_identifier_token30] = ACTIONS(1937), - [aux_sym_cmd_identifier_token31] = ACTIONS(1937), - [aux_sym_cmd_identifier_token32] = ACTIONS(1937), - [aux_sym_cmd_identifier_token33] = ACTIONS(1937), - [aux_sym_cmd_identifier_token34] = ACTIONS(1937), - [aux_sym_cmd_identifier_token35] = ACTIONS(1937), - [aux_sym_cmd_identifier_token36] = ACTIONS(1937), - [aux_sym_cmd_identifier_token37] = ACTIONS(1937), - [aux_sym_cmd_identifier_token38] = ACTIONS(1937), - [aux_sym_cmd_identifier_token39] = ACTIONS(1937), - [aux_sym_cmd_identifier_token40] = ACTIONS(1937), - [anon_sym_def] = ACTIONS(1937), - [anon_sym_export_DASHenv] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_module] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(1937), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_error] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_in2] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_make] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_do] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_else] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_RBRACE] = ACTIONS(1937), - [anon_sym_try] = ACTIONS(1937), - [anon_sym_catch] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_source] = ACTIONS(1937), - [anon_sym_source_DASHenv] = ACTIONS(1937), - [anon_sym_register] = ACTIONS(1937), - [anon_sym_hide] = ACTIONS(1937), - [anon_sym_hide_DASHenv] = ACTIONS(1937), - [anon_sym_overlay] = ACTIONS(1937), - [anon_sym_as] = ACTIONS(1937), - [anon_sym_PLUS2] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1937), - [aux_sym__val_number_decimal_token1] = ACTIONS(1937), - [aux_sym__val_number_decimal_token2] = ACTIONS(1937), - [aux_sym__val_number_decimal_token3] = ACTIONS(1937), - [aux_sym__val_number_decimal_token4] = ACTIONS(1937), - [aux_sym__val_number_token1] = ACTIONS(1937), - [aux_sym__val_number_token2] = ACTIONS(1937), - [aux_sym__val_number_token3] = ACTIONS(1937), - [aux_sym__val_number_token4] = ACTIONS(1937), - [aux_sym__val_number_token5] = ACTIONS(1937), - [aux_sym__val_number_token6] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(1937), - [sym__str_single_quotes] = ACTIONS(1937), - [sym__str_back_ticks] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1937), - [sym__entry_separator] = ACTIONS(1939), - [anon_sym_DOT2] = ACTIONS(1833), + [398] = { + [sym_cell_path] = STATE(625), + [sym_path] = STATE(557), + [sym_comment] = STATE(398), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1925), + [anon_sym_alias] = ACTIONS(1925), + [anon_sym_let] = ACTIONS(1925), + [anon_sym_let_DASHenv] = ACTIONS(1925), + [anon_sym_mut] = ACTIONS(1925), + [anon_sym_const] = ACTIONS(1925), + [aux_sym_cmd_identifier_token1] = ACTIONS(1925), + [aux_sym_cmd_identifier_token2] = ACTIONS(1925), + [aux_sym_cmd_identifier_token3] = ACTIONS(1925), + [aux_sym_cmd_identifier_token4] = ACTIONS(1925), + [aux_sym_cmd_identifier_token5] = ACTIONS(1925), + [aux_sym_cmd_identifier_token6] = ACTIONS(1925), + [aux_sym_cmd_identifier_token7] = ACTIONS(1925), + [aux_sym_cmd_identifier_token8] = ACTIONS(1925), + [aux_sym_cmd_identifier_token9] = ACTIONS(1925), + [aux_sym_cmd_identifier_token10] = ACTIONS(1925), + [aux_sym_cmd_identifier_token11] = ACTIONS(1925), + [aux_sym_cmd_identifier_token12] = ACTIONS(1925), + [aux_sym_cmd_identifier_token13] = ACTIONS(1925), + [aux_sym_cmd_identifier_token14] = ACTIONS(1925), + [aux_sym_cmd_identifier_token15] = ACTIONS(1925), + [aux_sym_cmd_identifier_token16] = ACTIONS(1925), + [aux_sym_cmd_identifier_token17] = ACTIONS(1925), + [aux_sym_cmd_identifier_token18] = ACTIONS(1925), + [aux_sym_cmd_identifier_token19] = ACTIONS(1925), + [aux_sym_cmd_identifier_token20] = ACTIONS(1925), + [aux_sym_cmd_identifier_token21] = ACTIONS(1925), + [aux_sym_cmd_identifier_token22] = ACTIONS(1925), + [aux_sym_cmd_identifier_token23] = ACTIONS(1925), + [aux_sym_cmd_identifier_token24] = ACTIONS(1925), + [aux_sym_cmd_identifier_token25] = ACTIONS(1925), + [aux_sym_cmd_identifier_token26] = ACTIONS(1925), + [aux_sym_cmd_identifier_token27] = ACTIONS(1925), + [aux_sym_cmd_identifier_token28] = ACTIONS(1925), + [aux_sym_cmd_identifier_token29] = ACTIONS(1925), + [aux_sym_cmd_identifier_token30] = ACTIONS(1925), + [aux_sym_cmd_identifier_token31] = ACTIONS(1925), + [aux_sym_cmd_identifier_token32] = ACTIONS(1925), + [aux_sym_cmd_identifier_token33] = ACTIONS(1925), + [aux_sym_cmd_identifier_token34] = ACTIONS(1925), + [aux_sym_cmd_identifier_token35] = ACTIONS(1925), + [aux_sym_cmd_identifier_token36] = ACTIONS(1925), + [aux_sym_cmd_identifier_token37] = ACTIONS(1925), + [aux_sym_cmd_identifier_token38] = ACTIONS(1925), + [aux_sym_cmd_identifier_token39] = ACTIONS(1925), + [aux_sym_cmd_identifier_token40] = ACTIONS(1925), + [anon_sym_def] = ACTIONS(1925), + [anon_sym_export_DASHenv] = ACTIONS(1925), + [anon_sym_extern] = ACTIONS(1925), + [anon_sym_module] = ACTIONS(1925), + [anon_sym_use] = ACTIONS(1925), + [anon_sym_LPAREN] = ACTIONS(1925), + [anon_sym_DOLLAR] = ACTIONS(1925), + [anon_sym_error] = ACTIONS(1925), + [anon_sym_DASH2] = ACTIONS(1925), + [anon_sym_break] = ACTIONS(1925), + [anon_sym_continue] = ACTIONS(1925), + [anon_sym_for] = ACTIONS(1925), + [anon_sym_in2] = ACTIONS(1925), + [anon_sym_loop] = ACTIONS(1925), + [anon_sym_make] = ACTIONS(1925), + [anon_sym_while] = ACTIONS(1925), + [anon_sym_do] = ACTIONS(1925), + [anon_sym_if] = ACTIONS(1925), + [anon_sym_else] = ACTIONS(1925), + [anon_sym_match] = ACTIONS(1925), + [anon_sym_RBRACE] = ACTIONS(1925), + [anon_sym_try] = ACTIONS(1925), + [anon_sym_catch] = ACTIONS(1925), + [anon_sym_return] = ACTIONS(1925), + [anon_sym_source] = ACTIONS(1925), + [anon_sym_source_DASHenv] = ACTIONS(1925), + [anon_sym_register] = ACTIONS(1925), + [anon_sym_hide] = ACTIONS(1925), + [anon_sym_hide_DASHenv] = ACTIONS(1925), + [anon_sym_overlay] = ACTIONS(1925), + [anon_sym_as] = ACTIONS(1925), + [anon_sym_PLUS2] = ACTIONS(1925), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1925), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1925), + [aux_sym__val_number_decimal_token1] = ACTIONS(1925), + [aux_sym__val_number_decimal_token2] = ACTIONS(1925), + [aux_sym__val_number_decimal_token3] = ACTIONS(1925), + [aux_sym__val_number_decimal_token4] = ACTIONS(1925), + [aux_sym__val_number_token1] = ACTIONS(1925), + [aux_sym__val_number_token2] = ACTIONS(1925), + [aux_sym__val_number_token3] = ACTIONS(1925), + [aux_sym__val_number_token4] = ACTIONS(1925), + [aux_sym__val_number_token5] = ACTIONS(1925), + [aux_sym__val_number_token6] = ACTIONS(1925), + [anon_sym_DQUOTE] = ACTIONS(1925), + [sym__str_single_quotes] = ACTIONS(1925), + [sym__str_back_ticks] = ACTIONS(1925), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1925), + [sym__entry_separator] = ACTIONS(1927), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1939), + [sym_raw_string_begin] = ACTIONS(1927), }, - [405] = { - [sym_comment] = STATE(405), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [406] = { - [sym_comment] = STATE(406), + [399] = { + [sym_comment] = STATE(399), [anon_sym_export] = ACTIONS(1786), [anon_sym_alias] = ACTIONS(1786), [anon_sym_let] = ACTIONS(1786), @@ -124916,52 +124215,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1786), [anon_sym_const] = ACTIONS(1786), [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1788), - [aux_sym_cmd_identifier_token3] = ACTIONS(1788), - [aux_sym_cmd_identifier_token4] = ACTIONS(1788), - [aux_sym_cmd_identifier_token5] = ACTIONS(1788), - [aux_sym_cmd_identifier_token6] = ACTIONS(1788), - [aux_sym_cmd_identifier_token7] = ACTIONS(1788), + [aux_sym_cmd_identifier_token2] = ACTIONS(1794), + [aux_sym_cmd_identifier_token3] = ACTIONS(1794), + [aux_sym_cmd_identifier_token4] = ACTIONS(1794), + [aux_sym_cmd_identifier_token5] = ACTIONS(1794), + [aux_sym_cmd_identifier_token6] = ACTIONS(1794), + [aux_sym_cmd_identifier_token7] = ACTIONS(1794), [aux_sym_cmd_identifier_token8] = ACTIONS(1786), [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1788), - [aux_sym_cmd_identifier_token11] = ACTIONS(1788), + [aux_sym_cmd_identifier_token10] = ACTIONS(1794), + [aux_sym_cmd_identifier_token11] = ACTIONS(1794), [aux_sym_cmd_identifier_token12] = ACTIONS(1786), [aux_sym_cmd_identifier_token13] = ACTIONS(1786), [aux_sym_cmd_identifier_token14] = ACTIONS(1786), [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1788), - [aux_sym_cmd_identifier_token17] = ACTIONS(1788), - [aux_sym_cmd_identifier_token18] = ACTIONS(1788), - [aux_sym_cmd_identifier_token19] = ACTIONS(1788), - [aux_sym_cmd_identifier_token20] = ACTIONS(1788), - [aux_sym_cmd_identifier_token21] = ACTIONS(1788), - [aux_sym_cmd_identifier_token22] = ACTIONS(1788), - [aux_sym_cmd_identifier_token23] = ACTIONS(1788), - [aux_sym_cmd_identifier_token24] = ACTIONS(1788), - [aux_sym_cmd_identifier_token25] = ACTIONS(1788), - [aux_sym_cmd_identifier_token26] = ACTIONS(1788), - [aux_sym_cmd_identifier_token27] = ACTIONS(1788), - [aux_sym_cmd_identifier_token28] = ACTIONS(1788), - [aux_sym_cmd_identifier_token29] = ACTIONS(1788), - [aux_sym_cmd_identifier_token30] = ACTIONS(1788), - [aux_sym_cmd_identifier_token31] = ACTIONS(1788), - [aux_sym_cmd_identifier_token32] = ACTIONS(1788), - [aux_sym_cmd_identifier_token33] = ACTIONS(1788), + [aux_sym_cmd_identifier_token16] = ACTIONS(1794), + [aux_sym_cmd_identifier_token17] = ACTIONS(1794), + [aux_sym_cmd_identifier_token18] = ACTIONS(1794), + [aux_sym_cmd_identifier_token19] = ACTIONS(1794), + [aux_sym_cmd_identifier_token20] = ACTIONS(1794), + [aux_sym_cmd_identifier_token21] = ACTIONS(1794), + [aux_sym_cmd_identifier_token22] = ACTIONS(1794), + [aux_sym_cmd_identifier_token23] = ACTIONS(1794), + [aux_sym_cmd_identifier_token24] = ACTIONS(1794), + [aux_sym_cmd_identifier_token25] = ACTIONS(1794), + [aux_sym_cmd_identifier_token26] = ACTIONS(1794), + [aux_sym_cmd_identifier_token27] = ACTIONS(1794), + [aux_sym_cmd_identifier_token28] = ACTIONS(1794), + [aux_sym_cmd_identifier_token29] = ACTIONS(1794), + [aux_sym_cmd_identifier_token30] = ACTIONS(1794), + [aux_sym_cmd_identifier_token31] = ACTIONS(1794), + [aux_sym_cmd_identifier_token32] = ACTIONS(1794), + [aux_sym_cmd_identifier_token33] = ACTIONS(1794), [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1788), - [aux_sym_cmd_identifier_token36] = ACTIONS(1788), - [aux_sym_cmd_identifier_token37] = ACTIONS(1788), + [aux_sym_cmd_identifier_token35] = ACTIONS(1794), + [aux_sym_cmd_identifier_token36] = ACTIONS(1794), + [aux_sym_cmd_identifier_token37] = ACTIONS(1794), [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1788), - [aux_sym_cmd_identifier_token40] = ACTIONS(1788), + [aux_sym_cmd_identifier_token39] = ACTIONS(1794), + [aux_sym_cmd_identifier_token40] = ACTIONS(1794), [anon_sym_def] = ACTIONS(1786), [anon_sym_export_DASHenv] = ACTIONS(1786), [anon_sym_extern] = ACTIONS(1786), [anon_sym_module] = ACTIONS(1786), [anon_sym_use] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1788), + [anon_sym_DOLLAR] = ACTIONS(1794), [anon_sym_error] = ACTIONS(1786), [anon_sym_DASH2] = ACTIONS(1786), [anon_sym_break] = ACTIONS(1786), @@ -124975,7 +124274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1786), [anon_sym_else] = ACTIONS(1786), [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1788), + [anon_sym_RBRACE] = ACTIONS(1794), [anon_sym_try] = ACTIONS(1786), [anon_sym_catch] = ACTIONS(1786), [anon_sym_return] = ACTIONS(1786), @@ -124988,31 +124287,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(1786), [anon_sym_LPAREN2] = ACTIONS(1788), [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1788), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1788), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1794), + [anon_sym_DOT_DOT2] = ACTIONS(1929), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1931), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1931), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1794), [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), [aux_sym__val_number_token4] = ACTIONS(1786), [aux_sym__val_number_token5] = ACTIONS(1786), [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1788), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1794), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), + [sym_raw_string_begin] = ACTIONS(1794), }, - [407] = { - [sym_comment] = STATE(407), + [400] = { + [sym_comment] = STATE(400), [anon_sym_export] = ACTIONS(984), [anon_sym_alias] = ACTIONS(984), [anon_sym_let] = ACTIONS(984), @@ -125115,112 +124414,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(986), }, - [408] = { - [sym_comment] = STATE(408), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(1941), - [aux_sym__immediate_decimal_token2] = ACTIONS(1943), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [409] = { - [sym_comment] = STATE(409), + [401] = { + [sym_comment] = STATE(401), [anon_sym_export] = ACTIONS(980), [anon_sym_alias] = ACTIONS(980), [anon_sym_let] = ACTIONS(980), @@ -125323,11 +124518,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(982), }, - [410] = { - [sym_cell_path] = STATE(635), - [sym_path] = STATE(575), - [sym_comment] = STATE(410), - [aux_sym_cell_path_repeat1] = STATE(452), + [402] = { + [sym_cell_path] = STATE(661), + [sym_path] = STATE(557), + [sym_comment] = STATE(402), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(935), [anon_sym_alias] = ACTIONS(935), [anon_sym_let] = ACTIONS(935), @@ -125423,73 +124618,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(935), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(935), [sym__entry_separator] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(937), }, - [411] = { - [sym_comment] = STATE(411), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(974), - [aux_sym_cmd_identifier_token3] = ACTIONS(974), - [aux_sym_cmd_identifier_token4] = ACTIONS(974), - [aux_sym_cmd_identifier_token5] = ACTIONS(974), - [aux_sym_cmd_identifier_token6] = ACTIONS(974), - [aux_sym_cmd_identifier_token7] = ACTIONS(974), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(974), - [aux_sym_cmd_identifier_token11] = ACTIONS(974), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(974), - [aux_sym_cmd_identifier_token17] = ACTIONS(974), - [aux_sym_cmd_identifier_token18] = ACTIONS(974), - [aux_sym_cmd_identifier_token19] = ACTIONS(974), - [aux_sym_cmd_identifier_token20] = ACTIONS(974), - [aux_sym_cmd_identifier_token21] = ACTIONS(974), - [aux_sym_cmd_identifier_token22] = ACTIONS(974), - [aux_sym_cmd_identifier_token23] = ACTIONS(974), - [aux_sym_cmd_identifier_token24] = ACTIONS(974), - [aux_sym_cmd_identifier_token25] = ACTIONS(974), - [aux_sym_cmd_identifier_token26] = ACTIONS(974), - [aux_sym_cmd_identifier_token27] = ACTIONS(974), - [aux_sym_cmd_identifier_token28] = ACTIONS(974), - [aux_sym_cmd_identifier_token29] = ACTIONS(974), - [aux_sym_cmd_identifier_token30] = ACTIONS(974), - [aux_sym_cmd_identifier_token31] = ACTIONS(974), - [aux_sym_cmd_identifier_token32] = ACTIONS(974), - [aux_sym_cmd_identifier_token33] = ACTIONS(974), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(974), - [aux_sym_cmd_identifier_token36] = ACTIONS(974), - [aux_sym_cmd_identifier_token37] = ACTIONS(974), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(974), - [aux_sym_cmd_identifier_token40] = ACTIONS(974), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(974), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), + [403] = { + [sym_cell_path] = STATE(611), + [sym_path] = STATE(557), + [sym_comment] = STATE(403), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_alias] = ACTIONS(1933), + [anon_sym_let] = ACTIONS(1933), + [anon_sym_let_DASHenv] = ACTIONS(1933), + [anon_sym_mut] = ACTIONS(1933), + [anon_sym_const] = ACTIONS(1933), + [aux_sym_cmd_identifier_token1] = ACTIONS(1933), + [aux_sym_cmd_identifier_token2] = ACTIONS(1933), + [aux_sym_cmd_identifier_token3] = ACTIONS(1933), + [aux_sym_cmd_identifier_token4] = ACTIONS(1933), + [aux_sym_cmd_identifier_token5] = ACTIONS(1933), + [aux_sym_cmd_identifier_token6] = ACTIONS(1933), + [aux_sym_cmd_identifier_token7] = ACTIONS(1933), + [aux_sym_cmd_identifier_token8] = ACTIONS(1933), + [aux_sym_cmd_identifier_token9] = ACTIONS(1933), + [aux_sym_cmd_identifier_token10] = ACTIONS(1933), + [aux_sym_cmd_identifier_token11] = ACTIONS(1933), + [aux_sym_cmd_identifier_token12] = ACTIONS(1933), + [aux_sym_cmd_identifier_token13] = ACTIONS(1933), + [aux_sym_cmd_identifier_token14] = ACTIONS(1933), + [aux_sym_cmd_identifier_token15] = ACTIONS(1933), + [aux_sym_cmd_identifier_token16] = ACTIONS(1933), + [aux_sym_cmd_identifier_token17] = ACTIONS(1933), + [aux_sym_cmd_identifier_token18] = ACTIONS(1933), + [aux_sym_cmd_identifier_token19] = ACTIONS(1933), + [aux_sym_cmd_identifier_token20] = ACTIONS(1933), + [aux_sym_cmd_identifier_token21] = ACTIONS(1933), + [aux_sym_cmd_identifier_token22] = ACTIONS(1933), + [aux_sym_cmd_identifier_token23] = ACTIONS(1933), + [aux_sym_cmd_identifier_token24] = ACTIONS(1933), + [aux_sym_cmd_identifier_token25] = ACTIONS(1933), + [aux_sym_cmd_identifier_token26] = ACTIONS(1933), + [aux_sym_cmd_identifier_token27] = ACTIONS(1933), + [aux_sym_cmd_identifier_token28] = ACTIONS(1933), + [aux_sym_cmd_identifier_token29] = ACTIONS(1933), + [aux_sym_cmd_identifier_token30] = ACTIONS(1933), + [aux_sym_cmd_identifier_token31] = ACTIONS(1933), + [aux_sym_cmd_identifier_token32] = ACTIONS(1933), + [aux_sym_cmd_identifier_token33] = ACTIONS(1933), + [aux_sym_cmd_identifier_token34] = ACTIONS(1933), + [aux_sym_cmd_identifier_token35] = ACTIONS(1933), + [aux_sym_cmd_identifier_token36] = ACTIONS(1933), + [aux_sym_cmd_identifier_token37] = ACTIONS(1933), + [aux_sym_cmd_identifier_token38] = ACTIONS(1933), + [aux_sym_cmd_identifier_token39] = ACTIONS(1933), + [aux_sym_cmd_identifier_token40] = ACTIONS(1933), + [anon_sym_def] = ACTIONS(1933), + [anon_sym_export_DASHenv] = ACTIONS(1933), + [anon_sym_extern] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_use] = ACTIONS(1933), + [anon_sym_LPAREN] = ACTIONS(1933), + [anon_sym_DOLLAR] = ACTIONS(1933), + [anon_sym_error] = ACTIONS(1933), + [anon_sym_DASH2] = ACTIONS(1933), + [anon_sym_break] = ACTIONS(1933), + [anon_sym_continue] = ACTIONS(1933), + [anon_sym_for] = ACTIONS(1933), + [anon_sym_in2] = ACTIONS(1933), + [anon_sym_loop] = ACTIONS(1933), + [anon_sym_make] = ACTIONS(1933), + [anon_sym_while] = ACTIONS(1933), + [anon_sym_do] = ACTIONS(1933), + [anon_sym_if] = ACTIONS(1933), + [anon_sym_else] = ACTIONS(1933), + [anon_sym_match] = ACTIONS(1933), + [anon_sym_RBRACE] = ACTIONS(1933), + [anon_sym_try] = ACTIONS(1933), + [anon_sym_catch] = ACTIONS(1933), + [anon_sym_return] = ACTIONS(1933), + [anon_sym_source] = ACTIONS(1933), + [anon_sym_source_DASHenv] = ACTIONS(1933), + [anon_sym_register] = ACTIONS(1933), + [anon_sym_hide] = ACTIONS(1933), + [anon_sym_hide_DASHenv] = ACTIONS(1933), + [anon_sym_overlay] = ACTIONS(1933), + [anon_sym_as] = ACTIONS(1933), + [anon_sym_PLUS2] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1933), + [aux_sym__val_number_decimal_token1] = ACTIONS(1933), + [aux_sym__val_number_decimal_token2] = ACTIONS(1933), + [aux_sym__val_number_decimal_token3] = ACTIONS(1933), + [aux_sym__val_number_decimal_token4] = ACTIONS(1933), + [aux_sym__val_number_token1] = ACTIONS(1933), + [aux_sym__val_number_token2] = ACTIONS(1933), + [aux_sym__val_number_token3] = ACTIONS(1933), + [aux_sym__val_number_token4] = ACTIONS(1933), + [aux_sym__val_number_token5] = ACTIONS(1933), + [aux_sym__val_number_token6] = ACTIONS(1933), + [anon_sym_DQUOTE] = ACTIONS(1933), + [sym__str_single_quotes] = ACTIONS(1933), + [sym__str_back_ticks] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1933), + [sym__entry_separator] = ACTIONS(1935), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1935), + }, + [404] = { + [sym_cell_path] = STATE(626), + [sym_path] = STATE(557), + [sym_comment] = STATE(404), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1937), + [anon_sym_alias] = ACTIONS(1937), + [anon_sym_let] = ACTIONS(1937), + [anon_sym_let_DASHenv] = ACTIONS(1937), + [anon_sym_mut] = ACTIONS(1937), + [anon_sym_const] = ACTIONS(1937), + [aux_sym_cmd_identifier_token1] = ACTIONS(1937), + [aux_sym_cmd_identifier_token2] = ACTIONS(1937), + [aux_sym_cmd_identifier_token3] = ACTIONS(1937), + [aux_sym_cmd_identifier_token4] = ACTIONS(1937), + [aux_sym_cmd_identifier_token5] = ACTIONS(1937), + [aux_sym_cmd_identifier_token6] = ACTIONS(1937), + [aux_sym_cmd_identifier_token7] = ACTIONS(1937), + [aux_sym_cmd_identifier_token8] = ACTIONS(1937), + [aux_sym_cmd_identifier_token9] = ACTIONS(1937), + [aux_sym_cmd_identifier_token10] = ACTIONS(1937), + [aux_sym_cmd_identifier_token11] = ACTIONS(1937), + [aux_sym_cmd_identifier_token12] = ACTIONS(1937), + [aux_sym_cmd_identifier_token13] = ACTIONS(1937), + [aux_sym_cmd_identifier_token14] = ACTIONS(1937), + [aux_sym_cmd_identifier_token15] = ACTIONS(1937), + [aux_sym_cmd_identifier_token16] = ACTIONS(1937), + [aux_sym_cmd_identifier_token17] = ACTIONS(1937), + [aux_sym_cmd_identifier_token18] = ACTIONS(1937), + [aux_sym_cmd_identifier_token19] = ACTIONS(1937), + [aux_sym_cmd_identifier_token20] = ACTIONS(1937), + [aux_sym_cmd_identifier_token21] = ACTIONS(1937), + [aux_sym_cmd_identifier_token22] = ACTIONS(1937), + [aux_sym_cmd_identifier_token23] = ACTIONS(1937), + [aux_sym_cmd_identifier_token24] = ACTIONS(1937), + [aux_sym_cmd_identifier_token25] = ACTIONS(1937), + [aux_sym_cmd_identifier_token26] = ACTIONS(1937), + [aux_sym_cmd_identifier_token27] = ACTIONS(1937), + [aux_sym_cmd_identifier_token28] = ACTIONS(1937), + [aux_sym_cmd_identifier_token29] = ACTIONS(1937), + [aux_sym_cmd_identifier_token30] = ACTIONS(1937), + [aux_sym_cmd_identifier_token31] = ACTIONS(1937), + [aux_sym_cmd_identifier_token32] = ACTIONS(1937), + [aux_sym_cmd_identifier_token33] = ACTIONS(1937), + [aux_sym_cmd_identifier_token34] = ACTIONS(1937), + [aux_sym_cmd_identifier_token35] = ACTIONS(1937), + [aux_sym_cmd_identifier_token36] = ACTIONS(1937), + [aux_sym_cmd_identifier_token37] = ACTIONS(1937), + [aux_sym_cmd_identifier_token38] = ACTIONS(1937), + [aux_sym_cmd_identifier_token39] = ACTIONS(1937), + [aux_sym_cmd_identifier_token40] = ACTIONS(1937), + [anon_sym_def] = ACTIONS(1937), + [anon_sym_export_DASHenv] = ACTIONS(1937), + [anon_sym_extern] = ACTIONS(1937), + [anon_sym_module] = ACTIONS(1937), + [anon_sym_use] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1937), + [anon_sym_DOLLAR] = ACTIONS(1937), + [anon_sym_error] = ACTIONS(1937), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_break] = ACTIONS(1937), + [anon_sym_continue] = ACTIONS(1937), + [anon_sym_for] = ACTIONS(1937), + [anon_sym_in2] = ACTIONS(1937), + [anon_sym_loop] = ACTIONS(1937), + [anon_sym_make] = ACTIONS(1937), + [anon_sym_while] = ACTIONS(1937), + [anon_sym_do] = ACTIONS(1937), + [anon_sym_if] = ACTIONS(1937), + [anon_sym_else] = ACTIONS(1937), + [anon_sym_match] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1937), + [anon_sym_try] = ACTIONS(1937), + [anon_sym_catch] = ACTIONS(1937), + [anon_sym_return] = ACTIONS(1937), + [anon_sym_source] = ACTIONS(1937), + [anon_sym_source_DASHenv] = ACTIONS(1937), + [anon_sym_register] = ACTIONS(1937), + [anon_sym_hide] = ACTIONS(1937), + [anon_sym_hide_DASHenv] = ACTIONS(1937), + [anon_sym_overlay] = ACTIONS(1937), + [anon_sym_as] = ACTIONS(1937), + [anon_sym_PLUS2] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1937), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1937), + [aux_sym__val_number_decimal_token3] = ACTIONS(1937), + [aux_sym__val_number_decimal_token4] = ACTIONS(1937), + [aux_sym__val_number_token1] = ACTIONS(1937), + [aux_sym__val_number_token2] = ACTIONS(1937), + [aux_sym__val_number_token3] = ACTIONS(1937), + [aux_sym__val_number_token4] = ACTIONS(1937), + [aux_sym__val_number_token5] = ACTIONS(1937), + [aux_sym__val_number_token6] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(1937), + [sym__str_single_quotes] = ACTIONS(1937), + [sym__str_back_ticks] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1937), + [sym__entry_separator] = ACTIONS(1939), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1939), + }, + [405] = { + [sym_comment] = STATE(405), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(966), + [aux_sym_cmd_identifier_token3] = ACTIONS(966), + [aux_sym_cmd_identifier_token4] = ACTIONS(966), + [aux_sym_cmd_identifier_token5] = ACTIONS(966), + [aux_sym_cmd_identifier_token6] = ACTIONS(966), + [aux_sym_cmd_identifier_token7] = ACTIONS(966), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(966), + [aux_sym_cmd_identifier_token11] = ACTIONS(966), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(966), + [aux_sym_cmd_identifier_token17] = ACTIONS(966), + [aux_sym_cmd_identifier_token18] = ACTIONS(966), + [aux_sym_cmd_identifier_token19] = ACTIONS(966), + [aux_sym_cmd_identifier_token20] = ACTIONS(966), + [aux_sym_cmd_identifier_token21] = ACTIONS(966), + [aux_sym_cmd_identifier_token22] = ACTIONS(966), + [aux_sym_cmd_identifier_token23] = ACTIONS(966), + [aux_sym_cmd_identifier_token24] = ACTIONS(966), + [aux_sym_cmd_identifier_token25] = ACTIONS(966), + [aux_sym_cmd_identifier_token26] = ACTIONS(966), + [aux_sym_cmd_identifier_token27] = ACTIONS(966), + [aux_sym_cmd_identifier_token28] = ACTIONS(966), + [aux_sym_cmd_identifier_token29] = ACTIONS(966), + [aux_sym_cmd_identifier_token30] = ACTIONS(966), + [aux_sym_cmd_identifier_token31] = ACTIONS(966), + [aux_sym_cmd_identifier_token32] = ACTIONS(966), + [aux_sym_cmd_identifier_token33] = ACTIONS(966), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(966), + [aux_sym_cmd_identifier_token36] = ACTIONS(966), + [aux_sym_cmd_identifier_token37] = ACTIONS(966), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(966), + [aux_sym_cmd_identifier_token40] = ACTIONS(966), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(966), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), + }, + [406] = { + [sym_comment] = STATE(406), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(970), + [aux_sym_cmd_identifier_token3] = ACTIONS(970), + [aux_sym_cmd_identifier_token4] = ACTIONS(970), + [aux_sym_cmd_identifier_token5] = ACTIONS(970), + [aux_sym_cmd_identifier_token6] = ACTIONS(970), + [aux_sym_cmd_identifier_token7] = ACTIONS(970), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(970), + [aux_sym_cmd_identifier_token11] = ACTIONS(970), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(970), + [aux_sym_cmd_identifier_token17] = ACTIONS(970), + [aux_sym_cmd_identifier_token18] = ACTIONS(970), + [aux_sym_cmd_identifier_token19] = ACTIONS(970), + [aux_sym_cmd_identifier_token20] = ACTIONS(970), + [aux_sym_cmd_identifier_token21] = ACTIONS(970), + [aux_sym_cmd_identifier_token22] = ACTIONS(970), + [aux_sym_cmd_identifier_token23] = ACTIONS(970), + [aux_sym_cmd_identifier_token24] = ACTIONS(970), + [aux_sym_cmd_identifier_token25] = ACTIONS(970), + [aux_sym_cmd_identifier_token26] = ACTIONS(970), + [aux_sym_cmd_identifier_token27] = ACTIONS(970), + [aux_sym_cmd_identifier_token28] = ACTIONS(970), + [aux_sym_cmd_identifier_token29] = ACTIONS(970), + [aux_sym_cmd_identifier_token30] = ACTIONS(970), + [aux_sym_cmd_identifier_token31] = ACTIONS(970), + [aux_sym_cmd_identifier_token32] = ACTIONS(970), + [aux_sym_cmd_identifier_token33] = ACTIONS(970), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(970), + [aux_sym_cmd_identifier_token36] = ACTIONS(970), + [aux_sym_cmd_identifier_token37] = ACTIONS(970), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(970), + [aux_sym_cmd_identifier_token40] = ACTIONS(970), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(970), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [407] = { + [sym_comment] = STATE(407), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(974), + [aux_sym_cmd_identifier_token3] = ACTIONS(974), + [aux_sym_cmd_identifier_token4] = ACTIONS(974), + [aux_sym_cmd_identifier_token5] = ACTIONS(974), + [aux_sym_cmd_identifier_token6] = ACTIONS(974), + [aux_sym_cmd_identifier_token7] = ACTIONS(974), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(974), + [aux_sym_cmd_identifier_token11] = ACTIONS(974), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(974), + [aux_sym_cmd_identifier_token17] = ACTIONS(974), + [aux_sym_cmd_identifier_token18] = ACTIONS(974), + [aux_sym_cmd_identifier_token19] = ACTIONS(974), + [aux_sym_cmd_identifier_token20] = ACTIONS(974), + [aux_sym_cmd_identifier_token21] = ACTIONS(974), + [aux_sym_cmd_identifier_token22] = ACTIONS(974), + [aux_sym_cmd_identifier_token23] = ACTIONS(974), + [aux_sym_cmd_identifier_token24] = ACTIONS(974), + [aux_sym_cmd_identifier_token25] = ACTIONS(974), + [aux_sym_cmd_identifier_token26] = ACTIONS(974), + [aux_sym_cmd_identifier_token27] = ACTIONS(974), + [aux_sym_cmd_identifier_token28] = ACTIONS(974), + [aux_sym_cmd_identifier_token29] = ACTIONS(974), + [aux_sym_cmd_identifier_token30] = ACTIONS(974), + [aux_sym_cmd_identifier_token31] = ACTIONS(974), + [aux_sym_cmd_identifier_token32] = ACTIONS(974), + [aux_sym_cmd_identifier_token33] = ACTIONS(974), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(974), + [aux_sym_cmd_identifier_token36] = ACTIONS(974), + [aux_sym_cmd_identifier_token37] = ACTIONS(974), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(974), + [aux_sym_cmd_identifier_token40] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(974), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), [anon_sym_while] = ACTIONS(972), [anon_sym_do] = ACTIONS(972), [anon_sym_if] = ACTIONS(972), @@ -125531,11 +125142,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(974), }, - [412] = { - [sym_cell_path] = STATE(649), - [sym_path] = STATE(575), - [sym_comment] = STATE(412), - [aux_sym_cell_path_repeat1] = STATE(452), + [408] = { + [sym_comment] = STATE(408), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(978), + [aux_sym_cmd_identifier_token3] = ACTIONS(978), + [aux_sym_cmd_identifier_token4] = ACTIONS(978), + [aux_sym_cmd_identifier_token5] = ACTIONS(978), + [aux_sym_cmd_identifier_token6] = ACTIONS(978), + [aux_sym_cmd_identifier_token7] = ACTIONS(978), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(978), + [aux_sym_cmd_identifier_token11] = ACTIONS(978), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(978), + [aux_sym_cmd_identifier_token17] = ACTIONS(978), + [aux_sym_cmd_identifier_token18] = ACTIONS(978), + [aux_sym_cmd_identifier_token19] = ACTIONS(978), + [aux_sym_cmd_identifier_token20] = ACTIONS(978), + [aux_sym_cmd_identifier_token21] = ACTIONS(978), + [aux_sym_cmd_identifier_token22] = ACTIONS(978), + [aux_sym_cmd_identifier_token23] = ACTIONS(978), + [aux_sym_cmd_identifier_token24] = ACTIONS(978), + [aux_sym_cmd_identifier_token25] = ACTIONS(978), + [aux_sym_cmd_identifier_token26] = ACTIONS(978), + [aux_sym_cmd_identifier_token27] = ACTIONS(978), + [aux_sym_cmd_identifier_token28] = ACTIONS(978), + [aux_sym_cmd_identifier_token29] = ACTIONS(978), + [aux_sym_cmd_identifier_token30] = ACTIONS(978), + [aux_sym_cmd_identifier_token31] = ACTIONS(978), + [aux_sym_cmd_identifier_token32] = ACTIONS(978), + [aux_sym_cmd_identifier_token33] = ACTIONS(978), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(978), + [aux_sym_cmd_identifier_token36] = ACTIONS(978), + [aux_sym_cmd_identifier_token37] = ACTIONS(978), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(978), + [aux_sym_cmd_identifier_token40] = ACTIONS(978), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(978), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(978), + }, + [409] = { + [sym_comment] = STATE(409), + [anon_sym_export] = ACTIONS(1865), + [anon_sym_alias] = ACTIONS(1865), + [anon_sym_let] = ACTIONS(1865), + [anon_sym_let_DASHenv] = ACTIONS(1865), + [anon_sym_mut] = ACTIONS(1865), + [anon_sym_const] = ACTIONS(1865), + [aux_sym_cmd_identifier_token1] = ACTIONS(1865), + [aux_sym_cmd_identifier_token2] = ACTIONS(1873), + [aux_sym_cmd_identifier_token3] = ACTIONS(1873), + [aux_sym_cmd_identifier_token4] = ACTIONS(1873), + [aux_sym_cmd_identifier_token5] = ACTIONS(1873), + [aux_sym_cmd_identifier_token6] = ACTIONS(1873), + [aux_sym_cmd_identifier_token7] = ACTIONS(1873), + [aux_sym_cmd_identifier_token8] = ACTIONS(1865), + [aux_sym_cmd_identifier_token9] = ACTIONS(1865), + [aux_sym_cmd_identifier_token10] = ACTIONS(1873), + [aux_sym_cmd_identifier_token11] = ACTIONS(1873), + [aux_sym_cmd_identifier_token12] = ACTIONS(1865), + [aux_sym_cmd_identifier_token13] = ACTIONS(1865), + [aux_sym_cmd_identifier_token14] = ACTIONS(1865), + [aux_sym_cmd_identifier_token15] = ACTIONS(1865), + [aux_sym_cmd_identifier_token16] = ACTIONS(1873), + [aux_sym_cmd_identifier_token17] = ACTIONS(1873), + [aux_sym_cmd_identifier_token18] = ACTIONS(1873), + [aux_sym_cmd_identifier_token19] = ACTIONS(1873), + [aux_sym_cmd_identifier_token20] = ACTIONS(1873), + [aux_sym_cmd_identifier_token21] = ACTIONS(1873), + [aux_sym_cmd_identifier_token22] = ACTIONS(1873), + [aux_sym_cmd_identifier_token23] = ACTIONS(1873), + [aux_sym_cmd_identifier_token24] = ACTIONS(1873), + [aux_sym_cmd_identifier_token25] = ACTIONS(1873), + [aux_sym_cmd_identifier_token26] = ACTIONS(1873), + [aux_sym_cmd_identifier_token27] = ACTIONS(1873), + [aux_sym_cmd_identifier_token28] = ACTIONS(1873), + [aux_sym_cmd_identifier_token29] = ACTIONS(1873), + [aux_sym_cmd_identifier_token30] = ACTIONS(1873), + [aux_sym_cmd_identifier_token31] = ACTIONS(1873), + [aux_sym_cmd_identifier_token32] = ACTIONS(1873), + [aux_sym_cmd_identifier_token33] = ACTIONS(1873), + [aux_sym_cmd_identifier_token34] = ACTIONS(1865), + [aux_sym_cmd_identifier_token35] = ACTIONS(1873), + [aux_sym_cmd_identifier_token36] = ACTIONS(1873), + [aux_sym_cmd_identifier_token37] = ACTIONS(1873), + [aux_sym_cmd_identifier_token38] = ACTIONS(1865), + [aux_sym_cmd_identifier_token39] = ACTIONS(1873), + [aux_sym_cmd_identifier_token40] = ACTIONS(1873), + [anon_sym_def] = ACTIONS(1865), + [anon_sym_export_DASHenv] = ACTIONS(1865), + [anon_sym_extern] = ACTIONS(1865), + [anon_sym_module] = ACTIONS(1865), + [anon_sym_use] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1873), + [anon_sym_error] = ACTIONS(1865), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_break] = ACTIONS(1865), + [anon_sym_continue] = ACTIONS(1865), + [anon_sym_for] = ACTIONS(1865), + [anon_sym_in2] = ACTIONS(1865), + [anon_sym_loop] = ACTIONS(1865), + [anon_sym_make] = ACTIONS(1865), + [anon_sym_while] = ACTIONS(1865), + [anon_sym_do] = ACTIONS(1865), + [anon_sym_if] = ACTIONS(1865), + [anon_sym_else] = ACTIONS(1865), + [anon_sym_match] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_try] = ACTIONS(1865), + [anon_sym_catch] = ACTIONS(1865), + [anon_sym_return] = ACTIONS(1865), + [anon_sym_source] = ACTIONS(1865), + [anon_sym_source_DASHenv] = ACTIONS(1865), + [anon_sym_register] = ACTIONS(1865), + [anon_sym_hide] = ACTIONS(1865), + [anon_sym_hide_DASHenv] = ACTIONS(1865), + [anon_sym_overlay] = ACTIONS(1865), + [anon_sym_as] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1873), + [anon_sym_DOT_DOT2] = ACTIONS(1941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1943), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1865), + [aux_sym__val_number_token5] = ACTIONS(1865), + [aux_sym__val_number_token6] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1873), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), + }, + [410] = { + [sym_cell_path] = STATE(604), + [sym_path] = STATE(557), + [sym_comment] = STATE(410), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1945), [anon_sym_alias] = ACTIONS(1945), [anon_sym_let] = ACTIONS(1945), @@ -125631,15 +125450,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1945), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1945), [sym__entry_separator] = ACTIONS(1947), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1947), }, - [413] = { - [sym_cell_path] = STATE(672), - [sym_path] = STATE(575), - [sym_comment] = STATE(413), - [aux_sym_cell_path_repeat1] = STATE(452), + [411] = { + [sym_cell_path] = STATE(639), + [sym_path] = STATE(557), + [sym_comment] = STATE(411), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1949), [anon_sym_alias] = ACTIONS(1949), [anon_sym_let] = ACTIONS(1949), @@ -125735,119 +125554,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1949), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1949), [sym__entry_separator] = ACTIONS(1951), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1951), }, - [414] = { - [sym_comment] = STATE(414), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_alias] = ACTIONS(1819), - [anon_sym_let] = ACTIONS(1819), - [anon_sym_let_DASHenv] = ACTIONS(1819), - [anon_sym_mut] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [aux_sym_cmd_identifier_token1] = ACTIONS(1819), - [aux_sym_cmd_identifier_token2] = ACTIONS(1827), - [aux_sym_cmd_identifier_token3] = ACTIONS(1827), - [aux_sym_cmd_identifier_token4] = ACTIONS(1827), - [aux_sym_cmd_identifier_token5] = ACTIONS(1827), - [aux_sym_cmd_identifier_token6] = ACTIONS(1827), - [aux_sym_cmd_identifier_token7] = ACTIONS(1827), - [aux_sym_cmd_identifier_token8] = ACTIONS(1819), - [aux_sym_cmd_identifier_token9] = ACTIONS(1819), - [aux_sym_cmd_identifier_token10] = ACTIONS(1827), - [aux_sym_cmd_identifier_token11] = ACTIONS(1827), - [aux_sym_cmd_identifier_token12] = ACTIONS(1819), - [aux_sym_cmd_identifier_token13] = ACTIONS(1819), - [aux_sym_cmd_identifier_token14] = ACTIONS(1819), - [aux_sym_cmd_identifier_token15] = ACTIONS(1819), - [aux_sym_cmd_identifier_token16] = ACTIONS(1827), - [aux_sym_cmd_identifier_token17] = ACTIONS(1827), - [aux_sym_cmd_identifier_token18] = ACTIONS(1827), - [aux_sym_cmd_identifier_token19] = ACTIONS(1827), - [aux_sym_cmd_identifier_token20] = ACTIONS(1827), - [aux_sym_cmd_identifier_token21] = ACTIONS(1827), - [aux_sym_cmd_identifier_token22] = ACTIONS(1827), - [aux_sym_cmd_identifier_token23] = ACTIONS(1827), - [aux_sym_cmd_identifier_token24] = ACTIONS(1827), - [aux_sym_cmd_identifier_token25] = ACTIONS(1827), - [aux_sym_cmd_identifier_token26] = ACTIONS(1827), - [aux_sym_cmd_identifier_token27] = ACTIONS(1827), - [aux_sym_cmd_identifier_token28] = ACTIONS(1827), - [aux_sym_cmd_identifier_token29] = ACTIONS(1827), - [aux_sym_cmd_identifier_token30] = ACTIONS(1827), - [aux_sym_cmd_identifier_token31] = ACTIONS(1827), - [aux_sym_cmd_identifier_token32] = ACTIONS(1827), - [aux_sym_cmd_identifier_token33] = ACTIONS(1827), - [aux_sym_cmd_identifier_token34] = ACTIONS(1819), - [aux_sym_cmd_identifier_token35] = ACTIONS(1827), - [aux_sym_cmd_identifier_token36] = ACTIONS(1827), - [aux_sym_cmd_identifier_token37] = ACTIONS(1827), - [aux_sym_cmd_identifier_token38] = ACTIONS(1819), - [aux_sym_cmd_identifier_token39] = ACTIONS(1827), - [aux_sym_cmd_identifier_token40] = ACTIONS(1827), - [anon_sym_def] = ACTIONS(1819), - [anon_sym_export_DASHenv] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_use] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1827), - [anon_sym_error] = ACTIONS(1819), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_in2] = ACTIONS(1819), - [anon_sym_loop] = ACTIONS(1819), - [anon_sym_make] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_else] = ACTIONS(1819), - [anon_sym_match] = ACTIONS(1819), - [anon_sym_RBRACE] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_catch] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_source] = ACTIONS(1819), - [anon_sym_source_DASHenv] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_hide] = ACTIONS(1819), - [anon_sym_hide_DASHenv] = ACTIONS(1819), - [anon_sym_overlay] = ACTIONS(1819), - [anon_sym_as] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_PLUS2] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1827), - [anon_sym_DOT_DOT2] = ACTIONS(1953), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1955), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1955), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1819), - [aux_sym__val_number_token5] = ACTIONS(1819), - [aux_sym__val_number_token6] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1827), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), + [412] = { + [sym_cell_path] = STATE(640), + [sym_path] = STATE(557), + [sym_comment] = STATE(412), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1953), + [anon_sym_alias] = ACTIONS(1953), + [anon_sym_let] = ACTIONS(1953), + [anon_sym_let_DASHenv] = ACTIONS(1953), + [anon_sym_mut] = ACTIONS(1953), + [anon_sym_const] = ACTIONS(1953), + [aux_sym_cmd_identifier_token1] = ACTIONS(1953), + [aux_sym_cmd_identifier_token2] = ACTIONS(1953), + [aux_sym_cmd_identifier_token3] = ACTIONS(1953), + [aux_sym_cmd_identifier_token4] = ACTIONS(1953), + [aux_sym_cmd_identifier_token5] = ACTIONS(1953), + [aux_sym_cmd_identifier_token6] = ACTIONS(1953), + [aux_sym_cmd_identifier_token7] = ACTIONS(1953), + [aux_sym_cmd_identifier_token8] = ACTIONS(1953), + [aux_sym_cmd_identifier_token9] = ACTIONS(1953), + [aux_sym_cmd_identifier_token10] = ACTIONS(1953), + [aux_sym_cmd_identifier_token11] = ACTIONS(1953), + [aux_sym_cmd_identifier_token12] = ACTIONS(1953), + [aux_sym_cmd_identifier_token13] = ACTIONS(1953), + [aux_sym_cmd_identifier_token14] = ACTIONS(1953), + [aux_sym_cmd_identifier_token15] = ACTIONS(1953), + [aux_sym_cmd_identifier_token16] = ACTIONS(1953), + [aux_sym_cmd_identifier_token17] = ACTIONS(1953), + [aux_sym_cmd_identifier_token18] = ACTIONS(1953), + [aux_sym_cmd_identifier_token19] = ACTIONS(1953), + [aux_sym_cmd_identifier_token20] = ACTIONS(1953), + [aux_sym_cmd_identifier_token21] = ACTIONS(1953), + [aux_sym_cmd_identifier_token22] = ACTIONS(1953), + [aux_sym_cmd_identifier_token23] = ACTIONS(1953), + [aux_sym_cmd_identifier_token24] = ACTIONS(1953), + [aux_sym_cmd_identifier_token25] = ACTIONS(1953), + [aux_sym_cmd_identifier_token26] = ACTIONS(1953), + [aux_sym_cmd_identifier_token27] = ACTIONS(1953), + [aux_sym_cmd_identifier_token28] = ACTIONS(1953), + [aux_sym_cmd_identifier_token29] = ACTIONS(1953), + [aux_sym_cmd_identifier_token30] = ACTIONS(1953), + [aux_sym_cmd_identifier_token31] = ACTIONS(1953), + [aux_sym_cmd_identifier_token32] = ACTIONS(1953), + [aux_sym_cmd_identifier_token33] = ACTIONS(1953), + [aux_sym_cmd_identifier_token34] = ACTIONS(1953), + [aux_sym_cmd_identifier_token35] = ACTIONS(1953), + [aux_sym_cmd_identifier_token36] = ACTIONS(1953), + [aux_sym_cmd_identifier_token37] = ACTIONS(1953), + [aux_sym_cmd_identifier_token38] = ACTIONS(1953), + [aux_sym_cmd_identifier_token39] = ACTIONS(1953), + [aux_sym_cmd_identifier_token40] = ACTIONS(1953), + [anon_sym_def] = ACTIONS(1953), + [anon_sym_export_DASHenv] = ACTIONS(1953), + [anon_sym_extern] = ACTIONS(1953), + [anon_sym_module] = ACTIONS(1953), + [anon_sym_use] = ACTIONS(1953), + [anon_sym_LPAREN] = ACTIONS(1953), + [anon_sym_DOLLAR] = ACTIONS(1953), + [anon_sym_error] = ACTIONS(1953), + [anon_sym_DASH2] = ACTIONS(1953), + [anon_sym_break] = ACTIONS(1953), + [anon_sym_continue] = ACTIONS(1953), + [anon_sym_for] = ACTIONS(1953), + [anon_sym_in2] = ACTIONS(1953), + [anon_sym_loop] = ACTIONS(1953), + [anon_sym_make] = ACTIONS(1953), + [anon_sym_while] = ACTIONS(1953), + [anon_sym_do] = ACTIONS(1953), + [anon_sym_if] = ACTIONS(1953), + [anon_sym_else] = ACTIONS(1953), + [anon_sym_match] = ACTIONS(1953), + [anon_sym_RBRACE] = ACTIONS(1953), + [anon_sym_try] = ACTIONS(1953), + [anon_sym_catch] = ACTIONS(1953), + [anon_sym_return] = ACTIONS(1953), + [anon_sym_source] = ACTIONS(1953), + [anon_sym_source_DASHenv] = ACTIONS(1953), + [anon_sym_register] = ACTIONS(1953), + [anon_sym_hide] = ACTIONS(1953), + [anon_sym_hide_DASHenv] = ACTIONS(1953), + [anon_sym_overlay] = ACTIONS(1953), + [anon_sym_as] = ACTIONS(1953), + [anon_sym_PLUS2] = ACTIONS(1953), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1953), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1953), + [aux_sym__val_number_decimal_token1] = ACTIONS(1953), + [aux_sym__val_number_decimal_token2] = ACTIONS(1953), + [aux_sym__val_number_decimal_token3] = ACTIONS(1953), + [aux_sym__val_number_decimal_token4] = ACTIONS(1953), + [aux_sym__val_number_token1] = ACTIONS(1953), + [aux_sym__val_number_token2] = ACTIONS(1953), + [aux_sym__val_number_token3] = ACTIONS(1953), + [aux_sym__val_number_token4] = ACTIONS(1953), + [aux_sym__val_number_token5] = ACTIONS(1953), + [aux_sym__val_number_token6] = ACTIONS(1953), + [anon_sym_DQUOTE] = ACTIONS(1953), + [sym__str_single_quotes] = ACTIONS(1953), + [sym__str_back_ticks] = ACTIONS(1953), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1953), + [sym__entry_separator] = ACTIONS(1955), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1955), }, - [415] = { - [sym_cell_path] = STATE(674), - [sym_path] = STATE(575), - [sym_comment] = STATE(415), - [aux_sym_cell_path_repeat1] = STATE(452), + [413] = { + [sym_cell_path] = STATE(641), + [sym_path] = STATE(557), + [sym_comment] = STATE(413), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1957), [anon_sym_alias] = ACTIONS(1957), [anon_sym_let] = ACTIONS(1957), @@ -125943,119 +125762,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1957), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1957), [sym__entry_separator] = ACTIONS(1959), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1959), }, - [416] = { - [sym_comment] = STATE(416), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_alias] = ACTIONS(1794), - [anon_sym_let] = ACTIONS(1794), - [anon_sym_let_DASHenv] = ACTIONS(1794), - [anon_sym_mut] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [aux_sym_cmd_identifier_token1] = ACTIONS(1794), - [aux_sym_cmd_identifier_token2] = ACTIONS(1802), - [aux_sym_cmd_identifier_token3] = ACTIONS(1802), - [aux_sym_cmd_identifier_token4] = ACTIONS(1802), - [aux_sym_cmd_identifier_token5] = ACTIONS(1802), - [aux_sym_cmd_identifier_token6] = ACTIONS(1802), - [aux_sym_cmd_identifier_token7] = ACTIONS(1802), - [aux_sym_cmd_identifier_token8] = ACTIONS(1794), - [aux_sym_cmd_identifier_token9] = ACTIONS(1794), - [aux_sym_cmd_identifier_token10] = ACTIONS(1802), - [aux_sym_cmd_identifier_token11] = ACTIONS(1802), - [aux_sym_cmd_identifier_token12] = ACTIONS(1794), - [aux_sym_cmd_identifier_token13] = ACTIONS(1794), - [aux_sym_cmd_identifier_token14] = ACTIONS(1794), - [aux_sym_cmd_identifier_token15] = ACTIONS(1794), - [aux_sym_cmd_identifier_token16] = ACTIONS(1802), - [aux_sym_cmd_identifier_token17] = ACTIONS(1802), - [aux_sym_cmd_identifier_token18] = ACTIONS(1802), - [aux_sym_cmd_identifier_token19] = ACTIONS(1802), - [aux_sym_cmd_identifier_token20] = ACTIONS(1802), - [aux_sym_cmd_identifier_token21] = ACTIONS(1802), - [aux_sym_cmd_identifier_token22] = ACTIONS(1802), - [aux_sym_cmd_identifier_token23] = ACTIONS(1802), - [aux_sym_cmd_identifier_token24] = ACTIONS(1802), - [aux_sym_cmd_identifier_token25] = ACTIONS(1802), - [aux_sym_cmd_identifier_token26] = ACTIONS(1802), - [aux_sym_cmd_identifier_token27] = ACTIONS(1802), - [aux_sym_cmd_identifier_token28] = ACTIONS(1802), - [aux_sym_cmd_identifier_token29] = ACTIONS(1802), - [aux_sym_cmd_identifier_token30] = ACTIONS(1802), - [aux_sym_cmd_identifier_token31] = ACTIONS(1802), - [aux_sym_cmd_identifier_token32] = ACTIONS(1802), - [aux_sym_cmd_identifier_token33] = ACTIONS(1802), - [aux_sym_cmd_identifier_token34] = ACTIONS(1794), - [aux_sym_cmd_identifier_token35] = ACTIONS(1802), - [aux_sym_cmd_identifier_token36] = ACTIONS(1802), - [aux_sym_cmd_identifier_token37] = ACTIONS(1802), - [aux_sym_cmd_identifier_token38] = ACTIONS(1794), - [aux_sym_cmd_identifier_token39] = ACTIONS(1802), - [aux_sym_cmd_identifier_token40] = ACTIONS(1802), - [anon_sym_def] = ACTIONS(1794), - [anon_sym_export_DASHenv] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_use] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1802), - [anon_sym_error] = ACTIONS(1794), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_in2] = ACTIONS(1794), - [anon_sym_loop] = ACTIONS(1794), - [anon_sym_make] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_match] = ACTIONS(1794), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_catch] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_source] = ACTIONS(1794), - [anon_sym_source_DASHenv] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_hide] = ACTIONS(1794), - [anon_sym_hide_DASHenv] = ACTIONS(1794), - [anon_sym_overlay] = ACTIONS(1794), - [anon_sym_as] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1802), - [anon_sym_DOT_DOT2] = ACTIONS(1961), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1963), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1963), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1794), - [aux_sym__val_number_token5] = ACTIONS(1794), - [aux_sym__val_number_token6] = ACTIONS(1794), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1802), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), + [414] = { + [sym_cell_path] = STATE(642), + [sym_path] = STATE(557), + [sym_comment] = STATE(414), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(1961), + [anon_sym_alias] = ACTIONS(1961), + [anon_sym_let] = ACTIONS(1961), + [anon_sym_let_DASHenv] = ACTIONS(1961), + [anon_sym_mut] = ACTIONS(1961), + [anon_sym_const] = ACTIONS(1961), + [aux_sym_cmd_identifier_token1] = ACTIONS(1961), + [aux_sym_cmd_identifier_token2] = ACTIONS(1961), + [aux_sym_cmd_identifier_token3] = ACTIONS(1961), + [aux_sym_cmd_identifier_token4] = ACTIONS(1961), + [aux_sym_cmd_identifier_token5] = ACTIONS(1961), + [aux_sym_cmd_identifier_token6] = ACTIONS(1961), + [aux_sym_cmd_identifier_token7] = ACTIONS(1961), + [aux_sym_cmd_identifier_token8] = ACTIONS(1961), + [aux_sym_cmd_identifier_token9] = ACTIONS(1961), + [aux_sym_cmd_identifier_token10] = ACTIONS(1961), + [aux_sym_cmd_identifier_token11] = ACTIONS(1961), + [aux_sym_cmd_identifier_token12] = ACTIONS(1961), + [aux_sym_cmd_identifier_token13] = ACTIONS(1961), + [aux_sym_cmd_identifier_token14] = ACTIONS(1961), + [aux_sym_cmd_identifier_token15] = ACTIONS(1961), + [aux_sym_cmd_identifier_token16] = ACTIONS(1961), + [aux_sym_cmd_identifier_token17] = ACTIONS(1961), + [aux_sym_cmd_identifier_token18] = ACTIONS(1961), + [aux_sym_cmd_identifier_token19] = ACTIONS(1961), + [aux_sym_cmd_identifier_token20] = ACTIONS(1961), + [aux_sym_cmd_identifier_token21] = ACTIONS(1961), + [aux_sym_cmd_identifier_token22] = ACTIONS(1961), + [aux_sym_cmd_identifier_token23] = ACTIONS(1961), + [aux_sym_cmd_identifier_token24] = ACTIONS(1961), + [aux_sym_cmd_identifier_token25] = ACTIONS(1961), + [aux_sym_cmd_identifier_token26] = ACTIONS(1961), + [aux_sym_cmd_identifier_token27] = ACTIONS(1961), + [aux_sym_cmd_identifier_token28] = ACTIONS(1961), + [aux_sym_cmd_identifier_token29] = ACTIONS(1961), + [aux_sym_cmd_identifier_token30] = ACTIONS(1961), + [aux_sym_cmd_identifier_token31] = ACTIONS(1961), + [aux_sym_cmd_identifier_token32] = ACTIONS(1961), + [aux_sym_cmd_identifier_token33] = ACTIONS(1961), + [aux_sym_cmd_identifier_token34] = ACTIONS(1961), + [aux_sym_cmd_identifier_token35] = ACTIONS(1961), + [aux_sym_cmd_identifier_token36] = ACTIONS(1961), + [aux_sym_cmd_identifier_token37] = ACTIONS(1961), + [aux_sym_cmd_identifier_token38] = ACTIONS(1961), + [aux_sym_cmd_identifier_token39] = ACTIONS(1961), + [aux_sym_cmd_identifier_token40] = ACTIONS(1961), + [anon_sym_def] = ACTIONS(1961), + [anon_sym_export_DASHenv] = ACTIONS(1961), + [anon_sym_extern] = ACTIONS(1961), + [anon_sym_module] = ACTIONS(1961), + [anon_sym_use] = ACTIONS(1961), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_DOLLAR] = ACTIONS(1961), + [anon_sym_error] = ACTIONS(1961), + [anon_sym_DASH2] = ACTIONS(1961), + [anon_sym_break] = ACTIONS(1961), + [anon_sym_continue] = ACTIONS(1961), + [anon_sym_for] = ACTIONS(1961), + [anon_sym_in2] = ACTIONS(1961), + [anon_sym_loop] = ACTIONS(1961), + [anon_sym_make] = ACTIONS(1961), + [anon_sym_while] = ACTIONS(1961), + [anon_sym_do] = ACTIONS(1961), + [anon_sym_if] = ACTIONS(1961), + [anon_sym_else] = ACTIONS(1961), + [anon_sym_match] = ACTIONS(1961), + [anon_sym_RBRACE] = ACTIONS(1961), + [anon_sym_try] = ACTIONS(1961), + [anon_sym_catch] = ACTIONS(1961), + [anon_sym_return] = ACTIONS(1961), + [anon_sym_source] = ACTIONS(1961), + [anon_sym_source_DASHenv] = ACTIONS(1961), + [anon_sym_register] = ACTIONS(1961), + [anon_sym_hide] = ACTIONS(1961), + [anon_sym_hide_DASHenv] = ACTIONS(1961), + [anon_sym_overlay] = ACTIONS(1961), + [anon_sym_as] = ACTIONS(1961), + [anon_sym_PLUS2] = ACTIONS(1961), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1961), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1961), + [aux_sym__val_number_decimal_token1] = ACTIONS(1961), + [aux_sym__val_number_decimal_token2] = ACTIONS(1961), + [aux_sym__val_number_decimal_token3] = ACTIONS(1961), + [aux_sym__val_number_decimal_token4] = ACTIONS(1961), + [aux_sym__val_number_token1] = ACTIONS(1961), + [aux_sym__val_number_token2] = ACTIONS(1961), + [aux_sym__val_number_token3] = ACTIONS(1961), + [aux_sym__val_number_token4] = ACTIONS(1961), + [aux_sym__val_number_token5] = ACTIONS(1961), + [aux_sym__val_number_token6] = ACTIONS(1961), + [anon_sym_DQUOTE] = ACTIONS(1961), + [sym__str_single_quotes] = ACTIONS(1961), + [sym__str_back_ticks] = ACTIONS(1961), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1961), + [sym__entry_separator] = ACTIONS(1963), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1963), }, - [417] = { - [sym_cell_path] = STATE(612), - [sym_path] = STATE(575), - [sym_comment] = STATE(417), - [aux_sym_cell_path_repeat1] = STATE(452), + [415] = { + [sym_cell_path] = STATE(643), + [sym_path] = STATE(557), + [sym_comment] = STATE(415), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1965), [anon_sym_alias] = ACTIONS(1965), [anon_sym_let] = ACTIONS(1965), @@ -126151,15 +125970,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1965), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1965), [sym__entry_separator] = ACTIONS(1967), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1967), }, - [418] = { - [sym_cell_path] = STATE(613), - [sym_path] = STATE(575), - [sym_comment] = STATE(418), - [aux_sym_cell_path_repeat1] = STATE(452), + [416] = { + [sym_cell_path] = STATE(600), + [sym_path] = STATE(557), + [sym_comment] = STATE(416), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1969), [anon_sym_alias] = ACTIONS(1969), [anon_sym_let] = ACTIONS(1969), @@ -126255,15 +126074,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1969), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1969), [sym__entry_separator] = ACTIONS(1971), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1971), }, - [419] = { - [sym_cell_path] = STATE(614), - [sym_path] = STATE(575), - [sym_comment] = STATE(419), - [aux_sym_cell_path_repeat1] = STATE(452), + [417] = { + [sym_cell_path] = STATE(685), + [sym_path] = STATE(557), + [sym_comment] = STATE(417), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1973), [anon_sym_alias] = ACTIONS(1973), [anon_sym_let] = ACTIONS(1973), @@ -126359,15 +126178,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1973), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1973), [sym__entry_separator] = ACTIONS(1975), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1975), }, - [420] = { - [sym_cell_path] = STATE(615), - [sym_path] = STATE(575), - [sym_comment] = STATE(420), - [aux_sym_cell_path_repeat1] = STATE(452), + [418] = { + [sym_cell_path] = STATE(645), + [sym_path] = STATE(557), + [sym_comment] = STATE(418), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1977), [anon_sym_alias] = ACTIONS(1977), [anon_sym_let] = ACTIONS(1977), @@ -126463,15 +126282,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1977), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1977), [sym__entry_separator] = ACTIONS(1979), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1979), }, - [421] = { - [sym_cell_path] = STATE(616), - [sym_path] = STATE(575), - [sym_comment] = STATE(421), - [aux_sym_cell_path_repeat1] = STATE(452), + [419] = { + [sym_cell_path] = STATE(646), + [sym_path] = STATE(557), + [sym_comment] = STATE(419), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1981), [anon_sym_alias] = ACTIONS(1981), [anon_sym_let] = ACTIONS(1981), @@ -126567,15 +126386,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1981), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1981), [sym__entry_separator] = ACTIONS(1983), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1983), }, - [422] = { - [sym_cell_path] = STATE(617), - [sym_path] = STATE(575), - [sym_comment] = STATE(422), - [aux_sym_cell_path_repeat1] = STATE(452), + [420] = { + [sym_cell_path] = STATE(647), + [sym_path] = STATE(557), + [sym_comment] = STATE(420), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1985), [anon_sym_alias] = ACTIONS(1985), [anon_sym_let] = ACTIONS(1985), @@ -126671,15 +126490,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1985), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1985), [sym__entry_separator] = ACTIONS(1987), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1987), }, - [423] = { - [sym_cell_path] = STATE(619), - [sym_path] = STATE(575), - [sym_comment] = STATE(423), - [aux_sym_cell_path_repeat1] = STATE(452), + [421] = { + [sym_cell_path] = STATE(648), + [sym_path] = STATE(557), + [sym_comment] = STATE(421), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1989), [anon_sym_alias] = ACTIONS(1989), [anon_sym_let] = ACTIONS(1989), @@ -126775,15 +126594,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1989), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1989), [sym__entry_separator] = ACTIONS(1991), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1991), }, - [424] = { - [sym_cell_path] = STATE(620), - [sym_path] = STATE(575), - [sym_comment] = STATE(424), - [aux_sym_cell_path_repeat1] = STATE(452), + [422] = { + [sym_cell_path] = STATE(649), + [sym_path] = STATE(557), + [sym_comment] = STATE(422), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1993), [anon_sym_alias] = ACTIONS(1993), [anon_sym_let] = ACTIONS(1993), @@ -126879,15 +126698,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1993), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1993), [sym__entry_separator] = ACTIONS(1995), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1995), }, - [425] = { - [sym_cell_path] = STATE(621), - [sym_path] = STATE(575), - [sym_comment] = STATE(425), - [aux_sym_cell_path_repeat1] = STATE(452), + [423] = { + [sym_cell_path] = STATE(650), + [sym_path] = STATE(557), + [sym_comment] = STATE(423), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(1997), [anon_sym_alias] = ACTIONS(1997), [anon_sym_let] = ACTIONS(1997), @@ -126983,15 +126802,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1997), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1997), [sym__entry_separator] = ACTIONS(1999), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1999), }, - [426] = { - [sym_cell_path] = STATE(622), - [sym_path] = STATE(575), - [sym_comment] = STATE(426), - [aux_sym_cell_path_repeat1] = STATE(452), + [424] = { + [sym_comment] = STATE(424), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [425] = { + [sym_cell_path] = STATE(651), + [sym_path] = STATE(557), + [sym_comment] = STATE(425), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2001), [anon_sym_alias] = ACTIONS(2001), [anon_sym_let] = ACTIONS(2001), @@ -127087,15 +127010,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2001), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2001), [sym__entry_separator] = ACTIONS(2003), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2003), }, - [427] = { - [sym_cell_path] = STATE(623), - [sym_path] = STATE(575), - [sym_comment] = STATE(427), - [aux_sym_cell_path_repeat1] = STATE(452), + [426] = { + [sym_cell_path] = STATE(652), + [sym_path] = STATE(557), + [sym_comment] = STATE(426), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2005), [anon_sym_alias] = ACTIONS(2005), [anon_sym_let] = ACTIONS(2005), @@ -127191,15 +127114,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2005), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2005), [sym__entry_separator] = ACTIONS(2007), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2007), }, + [427] = { + [sym_comment] = STATE(427), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, [428] = { - [sym_cell_path] = STATE(624), - [sym_path] = STATE(575), + [sym_cell_path] = STATE(653), + [sym_path] = STATE(557), [sym_comment] = STATE(428), - [aux_sym_cell_path_repeat1] = STATE(452), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2009), [anon_sym_alias] = ACTIONS(2009), [anon_sym_let] = ACTIONS(2009), @@ -127295,15 +127322,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2009), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2009), [sym__entry_separator] = ACTIONS(2011), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2011), }, [429] = { - [sym_cell_path] = STATE(625), - [sym_path] = STATE(575), [sym_comment] = STATE(429), - [aux_sym_cell_path_repeat1] = STATE(452), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [430] = { + [sym_comment] = STATE(430), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1863), + [aux_sym_cmd_identifier_token3] = ACTIONS(1863), + [aux_sym_cmd_identifier_token4] = ACTIONS(1863), + [aux_sym_cmd_identifier_token5] = ACTIONS(1863), + [aux_sym_cmd_identifier_token6] = ACTIONS(1863), + [aux_sym_cmd_identifier_token7] = ACTIONS(1863), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1863), + [aux_sym_cmd_identifier_token11] = ACTIONS(1863), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1863), + [aux_sym_cmd_identifier_token17] = ACTIONS(1863), + [aux_sym_cmd_identifier_token18] = ACTIONS(1863), + [aux_sym_cmd_identifier_token19] = ACTIONS(1863), + [aux_sym_cmd_identifier_token20] = ACTIONS(1863), + [aux_sym_cmd_identifier_token21] = ACTIONS(1863), + [aux_sym_cmd_identifier_token22] = ACTIONS(1863), + [aux_sym_cmd_identifier_token23] = ACTIONS(1863), + [aux_sym_cmd_identifier_token24] = ACTIONS(1863), + [aux_sym_cmd_identifier_token25] = ACTIONS(1863), + [aux_sym_cmd_identifier_token26] = ACTIONS(1863), + [aux_sym_cmd_identifier_token27] = ACTIONS(1863), + [aux_sym_cmd_identifier_token28] = ACTIONS(1863), + [aux_sym_cmd_identifier_token29] = ACTIONS(1863), + [aux_sym_cmd_identifier_token30] = ACTIONS(1863), + [aux_sym_cmd_identifier_token31] = ACTIONS(1863), + [aux_sym_cmd_identifier_token32] = ACTIONS(1863), + [aux_sym_cmd_identifier_token33] = ACTIONS(1863), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1863), + [aux_sym_cmd_identifier_token36] = ACTIONS(1863), + [aux_sym_cmd_identifier_token37] = ACTIONS(1863), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1863), + [aux_sym_cmd_identifier_token40] = ACTIONS(1863), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1863), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1863), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1863), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [431] = { + [sym_cell_path] = STATE(674), + [sym_path] = STATE(557), + [sym_comment] = STATE(431), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2013), [anon_sym_alias] = ACTIONS(2013), [anon_sym_let] = ACTIONS(2013), @@ -127399,15 +127634,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2013), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2013), [sym__entry_separator] = ACTIONS(2015), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2015), }, - [430] = { - [sym_cell_path] = STATE(626), - [sym_path] = STATE(575), - [sym_comment] = STATE(430), - [aux_sym_cell_path_repeat1] = STATE(452), + [432] = { + [sym_cell_path] = STATE(683), + [sym_path] = STATE(557), + [sym_comment] = STATE(432), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2017), [anon_sym_alias] = ACTIONS(2017), [anon_sym_let] = ACTIONS(2017), @@ -127503,15 +127738,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2017), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2017), [sym__entry_separator] = ACTIONS(2019), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2019), }, - [431] = { - [sym_cell_path] = STATE(627), - [sym_path] = STATE(575), - [sym_comment] = STATE(431), - [aux_sym_cell_path_repeat1] = STATE(452), + [433] = { + [sym_cell_path] = STATE(684), + [sym_path] = STATE(557), + [sym_comment] = STATE(433), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2021), [anon_sym_alias] = ACTIONS(2021), [anon_sym_let] = ACTIONS(2021), @@ -127607,15 +127842,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2021), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2021), [sym__entry_separator] = ACTIONS(2023), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2023), }, - [432] = { - [sym_cell_path] = STATE(628), - [sym_path] = STATE(575), - [sym_comment] = STATE(432), - [aux_sym_cell_path_repeat1] = STATE(452), + [434] = { + [sym_cell_path] = STATE(644), + [sym_path] = STATE(557), + [sym_comment] = STATE(434), + [aux_sym_cell_path_repeat1] = STATE(445), [anon_sym_export] = ACTIONS(2025), [anon_sym_alias] = ACTIONS(2025), [anon_sym_let] = ACTIONS(2025), @@ -127711,843 +127946,843 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2025), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2025), [sym__entry_separator] = ACTIONS(2027), - [anon_sym_DOT2] = ACTIONS(1833), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2027), }, - [433] = { - [sym_cell_path] = STATE(629), - [sym_path] = STATE(575), - [sym_comment] = STATE(433), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(2029), - [anon_sym_alias] = ACTIONS(2029), - [anon_sym_let] = ACTIONS(2029), - [anon_sym_let_DASHenv] = ACTIONS(2029), - [anon_sym_mut] = ACTIONS(2029), - [anon_sym_const] = ACTIONS(2029), - [aux_sym_cmd_identifier_token1] = ACTIONS(2029), - [aux_sym_cmd_identifier_token2] = ACTIONS(2029), - [aux_sym_cmd_identifier_token3] = ACTIONS(2029), - [aux_sym_cmd_identifier_token4] = ACTIONS(2029), - [aux_sym_cmd_identifier_token5] = ACTIONS(2029), - [aux_sym_cmd_identifier_token6] = ACTIONS(2029), - [aux_sym_cmd_identifier_token7] = ACTIONS(2029), - [aux_sym_cmd_identifier_token8] = ACTIONS(2029), - [aux_sym_cmd_identifier_token9] = ACTIONS(2029), - [aux_sym_cmd_identifier_token10] = ACTIONS(2029), - [aux_sym_cmd_identifier_token11] = ACTIONS(2029), - [aux_sym_cmd_identifier_token12] = ACTIONS(2029), - [aux_sym_cmd_identifier_token13] = ACTIONS(2029), - [aux_sym_cmd_identifier_token14] = ACTIONS(2029), - [aux_sym_cmd_identifier_token15] = ACTIONS(2029), - [aux_sym_cmd_identifier_token16] = ACTIONS(2029), - [aux_sym_cmd_identifier_token17] = ACTIONS(2029), - [aux_sym_cmd_identifier_token18] = ACTIONS(2029), - [aux_sym_cmd_identifier_token19] = ACTIONS(2029), - [aux_sym_cmd_identifier_token20] = ACTIONS(2029), - [aux_sym_cmd_identifier_token21] = ACTIONS(2029), - [aux_sym_cmd_identifier_token22] = ACTIONS(2029), - [aux_sym_cmd_identifier_token23] = ACTIONS(2029), - [aux_sym_cmd_identifier_token24] = ACTIONS(2029), - [aux_sym_cmd_identifier_token25] = ACTIONS(2029), - [aux_sym_cmd_identifier_token26] = ACTIONS(2029), - [aux_sym_cmd_identifier_token27] = ACTIONS(2029), - [aux_sym_cmd_identifier_token28] = ACTIONS(2029), - [aux_sym_cmd_identifier_token29] = ACTIONS(2029), - [aux_sym_cmd_identifier_token30] = ACTIONS(2029), - [aux_sym_cmd_identifier_token31] = ACTIONS(2029), - [aux_sym_cmd_identifier_token32] = ACTIONS(2029), - [aux_sym_cmd_identifier_token33] = ACTIONS(2029), - [aux_sym_cmd_identifier_token34] = ACTIONS(2029), - [aux_sym_cmd_identifier_token35] = ACTIONS(2029), - [aux_sym_cmd_identifier_token36] = ACTIONS(2029), - [aux_sym_cmd_identifier_token37] = ACTIONS(2029), - [aux_sym_cmd_identifier_token38] = ACTIONS(2029), - [aux_sym_cmd_identifier_token39] = ACTIONS(2029), - [aux_sym_cmd_identifier_token40] = ACTIONS(2029), - [anon_sym_def] = ACTIONS(2029), - [anon_sym_export_DASHenv] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2029), - [anon_sym_module] = ACTIONS(2029), - [anon_sym_use] = ACTIONS(2029), - [anon_sym_LPAREN] = ACTIONS(2029), - [anon_sym_DOLLAR] = ACTIONS(2029), - [anon_sym_error] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_break] = ACTIONS(2029), - [anon_sym_continue] = ACTIONS(2029), - [anon_sym_for] = ACTIONS(2029), - [anon_sym_in2] = ACTIONS(2029), - [anon_sym_loop] = ACTIONS(2029), - [anon_sym_make] = ACTIONS(2029), - [anon_sym_while] = ACTIONS(2029), - [anon_sym_do] = ACTIONS(2029), - [anon_sym_if] = ACTIONS(2029), - [anon_sym_else] = ACTIONS(2029), - [anon_sym_match] = ACTIONS(2029), - [anon_sym_RBRACE] = ACTIONS(2029), - [anon_sym_try] = ACTIONS(2029), - [anon_sym_catch] = ACTIONS(2029), - [anon_sym_return] = ACTIONS(2029), - [anon_sym_source] = ACTIONS(2029), - [anon_sym_source_DASHenv] = ACTIONS(2029), - [anon_sym_register] = ACTIONS(2029), - [anon_sym_hide] = ACTIONS(2029), - [anon_sym_hide_DASHenv] = ACTIONS(2029), - [anon_sym_overlay] = ACTIONS(2029), - [anon_sym_as] = ACTIONS(2029), - [anon_sym_PLUS2] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2029), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2029), - [aux_sym__val_number_decimal_token3] = ACTIONS(2029), - [aux_sym__val_number_decimal_token4] = ACTIONS(2029), - [aux_sym__val_number_token1] = ACTIONS(2029), - [aux_sym__val_number_token2] = ACTIONS(2029), - [aux_sym__val_number_token3] = ACTIONS(2029), - [aux_sym__val_number_token4] = ACTIONS(2029), - [aux_sym__val_number_token5] = ACTIONS(2029), - [aux_sym__val_number_token6] = ACTIONS(2029), - [anon_sym_DQUOTE] = ACTIONS(2029), - [sym__str_single_quotes] = ACTIONS(2029), - [sym__str_back_ticks] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2029), - [sym__entry_separator] = ACTIONS(2031), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2031), - }, - [434] = { - [sym_comment] = STATE(434), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(964), - [aux_sym_cmd_identifier_token3] = ACTIONS(964), - [aux_sym_cmd_identifier_token4] = ACTIONS(964), - [aux_sym_cmd_identifier_token5] = ACTIONS(964), - [aux_sym_cmd_identifier_token6] = ACTIONS(964), - [aux_sym_cmd_identifier_token7] = ACTIONS(964), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(964), - [aux_sym_cmd_identifier_token11] = ACTIONS(964), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(964), - [aux_sym_cmd_identifier_token17] = ACTIONS(964), - [aux_sym_cmd_identifier_token18] = ACTIONS(964), - [aux_sym_cmd_identifier_token19] = ACTIONS(964), - [aux_sym_cmd_identifier_token20] = ACTIONS(964), - [aux_sym_cmd_identifier_token21] = ACTIONS(964), - [aux_sym_cmd_identifier_token22] = ACTIONS(964), - [aux_sym_cmd_identifier_token23] = ACTIONS(964), - [aux_sym_cmd_identifier_token24] = ACTIONS(964), - [aux_sym_cmd_identifier_token25] = ACTIONS(964), - [aux_sym_cmd_identifier_token26] = ACTIONS(964), - [aux_sym_cmd_identifier_token27] = ACTIONS(964), - [aux_sym_cmd_identifier_token28] = ACTIONS(964), - [aux_sym_cmd_identifier_token29] = ACTIONS(964), - [aux_sym_cmd_identifier_token30] = ACTIONS(964), - [aux_sym_cmd_identifier_token31] = ACTIONS(964), - [aux_sym_cmd_identifier_token32] = ACTIONS(964), - [aux_sym_cmd_identifier_token33] = ACTIONS(964), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(964), - [aux_sym_cmd_identifier_token36] = ACTIONS(964), - [aux_sym_cmd_identifier_token37] = ACTIONS(964), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(964), - [aux_sym_cmd_identifier_token40] = ACTIONS(964), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), - }, [435] = { + [sym_expr_parenthesized] = STATE(4195), + [sym__spread_parenthesized] = STATE(4651), + [sym_val_range] = STATE(4633), + [sym__val_range] = STATE(7666), + [sym__val_range_with_end] = STATE(7264), + [sym__value] = STATE(4633), + [sym_val_nothing] = STATE(4663), + [sym_val_bool] = STATE(4379), + [sym__spread_variable] = STATE(4656), + [sym_val_variable] = STATE(4206), + [sym_val_number] = STATE(4663), + [sym__val_number_decimal] = STATE(3864), + [sym__val_number] = STATE(4579), + [sym_val_duration] = STATE(4663), + [sym_val_filesize] = STATE(4663), + [sym_val_binary] = STATE(4663), + [sym_val_string] = STATE(4663), + [sym__raw_str] = STATE(3997), + [sym__str_double_quotes] = STATE(3997), + [sym_val_interpolated] = STATE(4663), + [sym__inter_single_quotes] = STATE(4562), + [sym__inter_double_quotes] = STATE(4658), + [sym_val_list] = STATE(4663), + [sym__spread_list] = STATE(4651), + [sym_val_record] = STATE(4663), + [sym_val_table] = STATE(4663), + [sym_val_closure] = STATE(4663), + [sym__cmd_arg] = STATE(4664), + [sym_redirection] = STATE(4670), + [sym__flag] = STATE(4674), + [sym_short_flag] = STATE(4774), + [sym_long_flag] = STATE(4774), + [sym_unquoted] = STATE(4320), + [sym__unquoted_with_expr] = STATE(4721), + [sym__unquoted_anonymous_prefix] = STATE(6761), [sym_comment] = STATE(435), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(960), - [aux_sym_cmd_identifier_token3] = ACTIONS(960), - [aux_sym_cmd_identifier_token4] = ACTIONS(960), - [aux_sym_cmd_identifier_token5] = ACTIONS(960), - [aux_sym_cmd_identifier_token6] = ACTIONS(960), - [aux_sym_cmd_identifier_token7] = ACTIONS(960), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(960), - [aux_sym_cmd_identifier_token11] = ACTIONS(960), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(960), - [aux_sym_cmd_identifier_token17] = ACTIONS(960), - [aux_sym_cmd_identifier_token18] = ACTIONS(960), - [aux_sym_cmd_identifier_token19] = ACTIONS(960), - [aux_sym_cmd_identifier_token20] = ACTIONS(960), - [aux_sym_cmd_identifier_token21] = ACTIONS(960), - [aux_sym_cmd_identifier_token22] = ACTIONS(960), - [aux_sym_cmd_identifier_token23] = ACTIONS(960), - [aux_sym_cmd_identifier_token24] = ACTIONS(960), - [aux_sym_cmd_identifier_token25] = ACTIONS(960), - [aux_sym_cmd_identifier_token26] = ACTIONS(960), - [aux_sym_cmd_identifier_token27] = ACTIONS(960), - [aux_sym_cmd_identifier_token28] = ACTIONS(960), - [aux_sym_cmd_identifier_token29] = ACTIONS(960), - [aux_sym_cmd_identifier_token30] = ACTIONS(960), - [aux_sym_cmd_identifier_token31] = ACTIONS(960), - [aux_sym_cmd_identifier_token32] = ACTIONS(960), - [aux_sym_cmd_identifier_token33] = ACTIONS(960), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(960), - [aux_sym_cmd_identifier_token36] = ACTIONS(960), - [aux_sym_cmd_identifier_token37] = ACTIONS(960), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(960), - [aux_sym_cmd_identifier_token40] = ACTIONS(960), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(960), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), + [ts_builtin_sym_end] = ACTIONS(1892), + [sym__newline] = ACTIONS(1801), + [sym__space] = ACTIONS(1892), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_PIPE] = ACTIONS(1801), + [anon_sym_err_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_GT_PIPE] = ACTIONS(1801), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1801), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1801), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1801), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1801), + [anon_sym_LBRACK] = ACTIONS(2029), + [anon_sym_LPAREN] = ACTIONS(2031), + [anon_sym_DOLLAR] = ACTIONS(2033), + [anon_sym_DASH_DASH] = ACTIONS(2035), + [anon_sym_DASH2] = ACTIONS(2037), + [anon_sym_LBRACE] = ACTIONS(2039), + [anon_sym_DOT_DOT] = ACTIONS(2041), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2043), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2045), + [anon_sym_DOT_DOT_LT] = ACTIONS(2045), + [anon_sym_null] = ACTIONS(2047), + [anon_sym_true] = ACTIONS(2049), + [anon_sym_false] = ACTIONS(2049), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2051), + [aux_sym__val_number_decimal_token1] = ACTIONS(2053), + [aux_sym__val_number_decimal_token2] = ACTIONS(2053), + [aux_sym__val_number_decimal_token3] = ACTIONS(2055), + [aux_sym__val_number_decimal_token4] = ACTIONS(2057), + [aux_sym__val_number_token1] = ACTIONS(2059), + [aux_sym__val_number_token2] = ACTIONS(2059), + [aux_sym__val_number_token3] = ACTIONS(2059), + [aux_sym__val_number_token4] = ACTIONS(2061), + [aux_sym__val_number_token5] = ACTIONS(2061), + [aux_sym__val_number_token6] = ACTIONS(2061), + [anon_sym_0b] = ACTIONS(2063), + [anon_sym_0o] = ACTIONS(2065), + [anon_sym_0x] = ACTIONS(2065), + [sym_val_date] = ACTIONS(2067), + [anon_sym_DQUOTE] = ACTIONS(2069), + [sym__str_single_quotes] = ACTIONS(2071), + [sym__str_back_ticks] = ACTIONS(2071), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2073), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2075), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2077), + [anon_sym_err_GT] = ACTIONS(2079), + [anon_sym_out_GT] = ACTIONS(2079), + [anon_sym_e_GT] = ACTIONS(2079), + [anon_sym_o_GT] = ACTIONS(2079), + [anon_sym_err_PLUSout_GT] = ACTIONS(2079), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2079), + [anon_sym_o_PLUSe_GT] = ACTIONS(2079), + [anon_sym_e_PLUSo_GT] = ACTIONS(2079), + [anon_sym_err_GT_GT] = ACTIONS(2079), + [anon_sym_out_GT_GT] = ACTIONS(2079), + [anon_sym_e_GT_GT] = ACTIONS(2079), + [anon_sym_o_GT_GT] = ACTIONS(2079), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2079), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2079), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2079), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2079), + [aux_sym_unquoted_token1] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2083), }, [436] = { - [sym_cell_path] = STATE(638), - [sym_path] = STATE(575), [sym_comment] = STATE(436), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_export] = ACTIONS(2033), - [anon_sym_alias] = ACTIONS(2033), - [anon_sym_let] = ACTIONS(2033), - [anon_sym_let_DASHenv] = ACTIONS(2033), - [anon_sym_mut] = ACTIONS(2033), - [anon_sym_const] = ACTIONS(2033), - [aux_sym_cmd_identifier_token1] = ACTIONS(2033), - [aux_sym_cmd_identifier_token2] = ACTIONS(2033), - [aux_sym_cmd_identifier_token3] = ACTIONS(2033), - [aux_sym_cmd_identifier_token4] = ACTIONS(2033), - [aux_sym_cmd_identifier_token5] = ACTIONS(2033), - [aux_sym_cmd_identifier_token6] = ACTIONS(2033), - [aux_sym_cmd_identifier_token7] = ACTIONS(2033), - [aux_sym_cmd_identifier_token8] = ACTIONS(2033), - [aux_sym_cmd_identifier_token9] = ACTIONS(2033), - [aux_sym_cmd_identifier_token10] = ACTIONS(2033), - [aux_sym_cmd_identifier_token11] = ACTIONS(2033), - [aux_sym_cmd_identifier_token12] = ACTIONS(2033), - [aux_sym_cmd_identifier_token13] = ACTIONS(2033), - [aux_sym_cmd_identifier_token14] = ACTIONS(2033), - [aux_sym_cmd_identifier_token15] = ACTIONS(2033), - [aux_sym_cmd_identifier_token16] = ACTIONS(2033), - [aux_sym_cmd_identifier_token17] = ACTIONS(2033), - [aux_sym_cmd_identifier_token18] = ACTIONS(2033), - [aux_sym_cmd_identifier_token19] = ACTIONS(2033), - [aux_sym_cmd_identifier_token20] = ACTIONS(2033), - [aux_sym_cmd_identifier_token21] = ACTIONS(2033), - [aux_sym_cmd_identifier_token22] = ACTIONS(2033), - [aux_sym_cmd_identifier_token23] = ACTIONS(2033), - [aux_sym_cmd_identifier_token24] = ACTIONS(2033), - [aux_sym_cmd_identifier_token25] = ACTIONS(2033), - [aux_sym_cmd_identifier_token26] = ACTIONS(2033), - [aux_sym_cmd_identifier_token27] = ACTIONS(2033), - [aux_sym_cmd_identifier_token28] = ACTIONS(2033), - [aux_sym_cmd_identifier_token29] = ACTIONS(2033), - [aux_sym_cmd_identifier_token30] = ACTIONS(2033), - [aux_sym_cmd_identifier_token31] = ACTIONS(2033), - [aux_sym_cmd_identifier_token32] = ACTIONS(2033), - [aux_sym_cmd_identifier_token33] = ACTIONS(2033), - [aux_sym_cmd_identifier_token34] = ACTIONS(2033), - [aux_sym_cmd_identifier_token35] = ACTIONS(2033), - [aux_sym_cmd_identifier_token36] = ACTIONS(2033), - [aux_sym_cmd_identifier_token37] = ACTIONS(2033), - [aux_sym_cmd_identifier_token38] = ACTIONS(2033), - [aux_sym_cmd_identifier_token39] = ACTIONS(2033), - [aux_sym_cmd_identifier_token40] = ACTIONS(2033), - [anon_sym_def] = ACTIONS(2033), - [anon_sym_export_DASHenv] = ACTIONS(2033), - [anon_sym_extern] = ACTIONS(2033), - [anon_sym_module] = ACTIONS(2033), - [anon_sym_use] = ACTIONS(2033), - [anon_sym_LPAREN] = ACTIONS(2033), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_error] = ACTIONS(2033), - [anon_sym_DASH2] = ACTIONS(2033), - [anon_sym_break] = ACTIONS(2033), - [anon_sym_continue] = ACTIONS(2033), - [anon_sym_for] = ACTIONS(2033), - [anon_sym_in2] = ACTIONS(2033), - [anon_sym_loop] = ACTIONS(2033), - [anon_sym_make] = ACTIONS(2033), - [anon_sym_while] = ACTIONS(2033), - [anon_sym_do] = ACTIONS(2033), - [anon_sym_if] = ACTIONS(2033), - [anon_sym_else] = ACTIONS(2033), - [anon_sym_match] = ACTIONS(2033), - [anon_sym_RBRACE] = ACTIONS(2033), - [anon_sym_try] = ACTIONS(2033), - [anon_sym_catch] = ACTIONS(2033), - [anon_sym_return] = ACTIONS(2033), - [anon_sym_source] = ACTIONS(2033), - [anon_sym_source_DASHenv] = ACTIONS(2033), - [anon_sym_register] = ACTIONS(2033), - [anon_sym_hide] = ACTIONS(2033), - [anon_sym_hide_DASHenv] = ACTIONS(2033), - [anon_sym_overlay] = ACTIONS(2033), - [anon_sym_as] = ACTIONS(2033), - [anon_sym_PLUS2] = ACTIONS(2033), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2033), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2033), - [aux_sym__val_number_decimal_token1] = ACTIONS(2033), - [aux_sym__val_number_decimal_token2] = ACTIONS(2033), - [aux_sym__val_number_decimal_token3] = ACTIONS(2033), - [aux_sym__val_number_decimal_token4] = ACTIONS(2033), - [aux_sym__val_number_token1] = ACTIONS(2033), - [aux_sym__val_number_token2] = ACTIONS(2033), - [aux_sym__val_number_token3] = ACTIONS(2033), - [aux_sym__val_number_token4] = ACTIONS(2033), - [aux_sym__val_number_token5] = ACTIONS(2033), - [aux_sym__val_number_token6] = ACTIONS(2033), - [anon_sym_DQUOTE] = ACTIONS(2033), - [sym__str_single_quotes] = ACTIONS(2033), - [sym__str_back_ticks] = ACTIONS(2033), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2033), - [sym__entry_separator] = ACTIONS(2035), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2035), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(2085), + [aux_sym__immediate_decimal_token2] = ACTIONS(2087), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, [437] = { - [sym_cell_path] = STATE(765), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(654), + [sym_path] = STATE(557), [sym_comment] = STATE(437), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1929), - [anon_sym_alias] = ACTIONS(1929), - [anon_sym_let] = ACTIONS(1929), - [anon_sym_let_DASHenv] = ACTIONS(1929), - [anon_sym_mut] = ACTIONS(1929), - [anon_sym_const] = ACTIONS(1929), - [aux_sym_cmd_identifier_token1] = ACTIONS(1929), - [aux_sym_cmd_identifier_token2] = ACTIONS(1931), - [aux_sym_cmd_identifier_token3] = ACTIONS(1931), - [aux_sym_cmd_identifier_token4] = ACTIONS(1931), - [aux_sym_cmd_identifier_token5] = ACTIONS(1931), - [aux_sym_cmd_identifier_token6] = ACTIONS(1931), - [aux_sym_cmd_identifier_token7] = ACTIONS(1931), - [aux_sym_cmd_identifier_token8] = ACTIONS(1929), - [aux_sym_cmd_identifier_token9] = ACTIONS(1929), - [aux_sym_cmd_identifier_token10] = ACTIONS(1931), - [aux_sym_cmd_identifier_token11] = ACTIONS(1931), - [aux_sym_cmd_identifier_token12] = ACTIONS(1929), - [aux_sym_cmd_identifier_token13] = ACTIONS(1929), - [aux_sym_cmd_identifier_token14] = ACTIONS(1929), - [aux_sym_cmd_identifier_token15] = ACTIONS(1929), - [aux_sym_cmd_identifier_token16] = ACTIONS(1931), - [aux_sym_cmd_identifier_token17] = ACTIONS(1931), - [aux_sym_cmd_identifier_token18] = ACTIONS(1931), - [aux_sym_cmd_identifier_token19] = ACTIONS(1931), - [aux_sym_cmd_identifier_token20] = ACTIONS(1931), - [aux_sym_cmd_identifier_token21] = ACTIONS(1931), - [aux_sym_cmd_identifier_token22] = ACTIONS(1931), - [aux_sym_cmd_identifier_token23] = ACTIONS(1931), - [aux_sym_cmd_identifier_token24] = ACTIONS(1931), - [aux_sym_cmd_identifier_token25] = ACTIONS(1931), - [aux_sym_cmd_identifier_token26] = ACTIONS(1931), - [aux_sym_cmd_identifier_token27] = ACTIONS(1931), - [aux_sym_cmd_identifier_token28] = ACTIONS(1931), - [aux_sym_cmd_identifier_token29] = ACTIONS(1931), - [aux_sym_cmd_identifier_token30] = ACTIONS(1931), - [aux_sym_cmd_identifier_token31] = ACTIONS(1931), - [aux_sym_cmd_identifier_token32] = ACTIONS(1931), - [aux_sym_cmd_identifier_token33] = ACTIONS(1931), - [aux_sym_cmd_identifier_token34] = ACTIONS(1929), - [aux_sym_cmd_identifier_token35] = ACTIONS(1931), - [aux_sym_cmd_identifier_token36] = ACTIONS(1931), - [aux_sym_cmd_identifier_token37] = ACTIONS(1931), - [aux_sym_cmd_identifier_token38] = ACTIONS(1929), - [aux_sym_cmd_identifier_token39] = ACTIONS(1931), - [aux_sym_cmd_identifier_token40] = ACTIONS(1931), - [anon_sym_def] = ACTIONS(1929), - [anon_sym_export_DASHenv] = ACTIONS(1929), - [anon_sym_extern] = ACTIONS(1929), - [anon_sym_module] = ACTIONS(1929), - [anon_sym_use] = ACTIONS(1929), - [anon_sym_LPAREN] = ACTIONS(1931), - [anon_sym_DOLLAR] = ACTIONS(1931), - [anon_sym_error] = ACTIONS(1929), - [anon_sym_DASH2] = ACTIONS(1929), - [anon_sym_break] = ACTIONS(1929), - [anon_sym_continue] = ACTIONS(1929), - [anon_sym_for] = ACTIONS(1929), - [anon_sym_in2] = ACTIONS(1929), - [anon_sym_loop] = ACTIONS(1929), - [anon_sym_make] = ACTIONS(1929), - [anon_sym_while] = ACTIONS(1929), - [anon_sym_do] = ACTIONS(1929), - [anon_sym_if] = ACTIONS(1929), - [anon_sym_else] = ACTIONS(1929), - [anon_sym_match] = ACTIONS(1929), - [anon_sym_RBRACE] = ACTIONS(1931), - [anon_sym_try] = ACTIONS(1929), - [anon_sym_catch] = ACTIONS(1929), - [anon_sym_return] = ACTIONS(1929), - [anon_sym_source] = ACTIONS(1929), - [anon_sym_source_DASHenv] = ACTIONS(1929), - [anon_sym_register] = ACTIONS(1929), - [anon_sym_hide] = ACTIONS(1929), - [anon_sym_hide_DASHenv] = ACTIONS(1929), - [anon_sym_overlay] = ACTIONS(1929), - [anon_sym_as] = ACTIONS(1929), - [anon_sym_PLUS2] = ACTIONS(1929), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1931), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1931), - [aux_sym__val_number_decimal_token1] = ACTIONS(1929), - [aux_sym__val_number_decimal_token2] = ACTIONS(1931), - [aux_sym__val_number_decimal_token3] = ACTIONS(1931), - [aux_sym__val_number_decimal_token4] = ACTIONS(1931), - [aux_sym__val_number_token1] = ACTIONS(1931), - [aux_sym__val_number_token2] = ACTIONS(1931), - [aux_sym__val_number_token3] = ACTIONS(1931), - [aux_sym__val_number_token4] = ACTIONS(1929), - [aux_sym__val_number_token5] = ACTIONS(1929), - [aux_sym__val_number_token6] = ACTIONS(1929), - [anon_sym_DQUOTE] = ACTIONS(1931), - [sym__str_single_quotes] = ACTIONS(1931), - [sym__str_back_ticks] = ACTIONS(1931), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1931), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1931), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [aux_sym_cmd_identifier_token1] = ACTIONS(2089), + [aux_sym_cmd_identifier_token2] = ACTIONS(2089), + [aux_sym_cmd_identifier_token3] = ACTIONS(2089), + [aux_sym_cmd_identifier_token4] = ACTIONS(2089), + [aux_sym_cmd_identifier_token5] = ACTIONS(2089), + [aux_sym_cmd_identifier_token6] = ACTIONS(2089), + [aux_sym_cmd_identifier_token7] = ACTIONS(2089), + [aux_sym_cmd_identifier_token8] = ACTIONS(2089), + [aux_sym_cmd_identifier_token9] = ACTIONS(2089), + [aux_sym_cmd_identifier_token10] = ACTIONS(2089), + [aux_sym_cmd_identifier_token11] = ACTIONS(2089), + [aux_sym_cmd_identifier_token12] = ACTIONS(2089), + [aux_sym_cmd_identifier_token13] = ACTIONS(2089), + [aux_sym_cmd_identifier_token14] = ACTIONS(2089), + [aux_sym_cmd_identifier_token15] = ACTIONS(2089), + [aux_sym_cmd_identifier_token16] = ACTIONS(2089), + [aux_sym_cmd_identifier_token17] = ACTIONS(2089), + [aux_sym_cmd_identifier_token18] = ACTIONS(2089), + [aux_sym_cmd_identifier_token19] = ACTIONS(2089), + [aux_sym_cmd_identifier_token20] = ACTIONS(2089), + [aux_sym_cmd_identifier_token21] = ACTIONS(2089), + [aux_sym_cmd_identifier_token22] = ACTIONS(2089), + [aux_sym_cmd_identifier_token23] = ACTIONS(2089), + [aux_sym_cmd_identifier_token24] = ACTIONS(2089), + [aux_sym_cmd_identifier_token25] = ACTIONS(2089), + [aux_sym_cmd_identifier_token26] = ACTIONS(2089), + [aux_sym_cmd_identifier_token27] = ACTIONS(2089), + [aux_sym_cmd_identifier_token28] = ACTIONS(2089), + [aux_sym_cmd_identifier_token29] = ACTIONS(2089), + [aux_sym_cmd_identifier_token30] = ACTIONS(2089), + [aux_sym_cmd_identifier_token31] = ACTIONS(2089), + [aux_sym_cmd_identifier_token32] = ACTIONS(2089), + [aux_sym_cmd_identifier_token33] = ACTIONS(2089), + [aux_sym_cmd_identifier_token34] = ACTIONS(2089), + [aux_sym_cmd_identifier_token35] = ACTIONS(2089), + [aux_sym_cmd_identifier_token36] = ACTIONS(2089), + [aux_sym_cmd_identifier_token37] = ACTIONS(2089), + [aux_sym_cmd_identifier_token38] = ACTIONS(2089), + [aux_sym_cmd_identifier_token39] = ACTIONS(2089), + [aux_sym_cmd_identifier_token40] = ACTIONS(2089), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2089), + [anon_sym_DOLLAR] = ACTIONS(2089), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_in2] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_make] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_catch] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_as] = ACTIONS(2089), + [anon_sym_PLUS2] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2089), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2089), + [aux_sym__val_number_decimal_token3] = ACTIONS(2089), + [aux_sym__val_number_decimal_token4] = ACTIONS(2089), + [aux_sym__val_number_token1] = ACTIONS(2089), + [aux_sym__val_number_token2] = ACTIONS(2089), + [aux_sym__val_number_token3] = ACTIONS(2089), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2089), + [sym__str_single_quotes] = ACTIONS(2089), + [sym__str_back_ticks] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2089), + [sym__entry_separator] = ACTIONS(2091), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2091), }, [438] = { + [sym_cell_path] = STATE(638), + [sym_path] = STATE(557), [sym_comment] = STATE(438), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [aux_sym__immediate_decimal_token2] = ACTIONS(2039), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), + [aux_sym_cell_path_repeat1] = STATE(445), + [anon_sym_export] = ACTIONS(2093), + [anon_sym_alias] = ACTIONS(2093), + [anon_sym_let] = ACTIONS(2093), + [anon_sym_let_DASHenv] = ACTIONS(2093), + [anon_sym_mut] = ACTIONS(2093), + [anon_sym_const] = ACTIONS(2093), + [aux_sym_cmd_identifier_token1] = ACTIONS(2093), + [aux_sym_cmd_identifier_token2] = ACTIONS(2093), + [aux_sym_cmd_identifier_token3] = ACTIONS(2093), + [aux_sym_cmd_identifier_token4] = ACTIONS(2093), + [aux_sym_cmd_identifier_token5] = ACTIONS(2093), + [aux_sym_cmd_identifier_token6] = ACTIONS(2093), + [aux_sym_cmd_identifier_token7] = ACTIONS(2093), + [aux_sym_cmd_identifier_token8] = ACTIONS(2093), + [aux_sym_cmd_identifier_token9] = ACTIONS(2093), + [aux_sym_cmd_identifier_token10] = ACTIONS(2093), + [aux_sym_cmd_identifier_token11] = ACTIONS(2093), + [aux_sym_cmd_identifier_token12] = ACTIONS(2093), + [aux_sym_cmd_identifier_token13] = ACTIONS(2093), + [aux_sym_cmd_identifier_token14] = ACTIONS(2093), + [aux_sym_cmd_identifier_token15] = ACTIONS(2093), + [aux_sym_cmd_identifier_token16] = ACTIONS(2093), + [aux_sym_cmd_identifier_token17] = ACTIONS(2093), + [aux_sym_cmd_identifier_token18] = ACTIONS(2093), + [aux_sym_cmd_identifier_token19] = ACTIONS(2093), + [aux_sym_cmd_identifier_token20] = ACTIONS(2093), + [aux_sym_cmd_identifier_token21] = ACTIONS(2093), + [aux_sym_cmd_identifier_token22] = ACTIONS(2093), + [aux_sym_cmd_identifier_token23] = ACTIONS(2093), + [aux_sym_cmd_identifier_token24] = ACTIONS(2093), + [aux_sym_cmd_identifier_token25] = ACTIONS(2093), + [aux_sym_cmd_identifier_token26] = ACTIONS(2093), + [aux_sym_cmd_identifier_token27] = ACTIONS(2093), + [aux_sym_cmd_identifier_token28] = ACTIONS(2093), + [aux_sym_cmd_identifier_token29] = ACTIONS(2093), + [aux_sym_cmd_identifier_token30] = ACTIONS(2093), + [aux_sym_cmd_identifier_token31] = ACTIONS(2093), + [aux_sym_cmd_identifier_token32] = ACTIONS(2093), + [aux_sym_cmd_identifier_token33] = ACTIONS(2093), + [aux_sym_cmd_identifier_token34] = ACTIONS(2093), + [aux_sym_cmd_identifier_token35] = ACTIONS(2093), + [aux_sym_cmd_identifier_token36] = ACTIONS(2093), + [aux_sym_cmd_identifier_token37] = ACTIONS(2093), + [aux_sym_cmd_identifier_token38] = ACTIONS(2093), + [aux_sym_cmd_identifier_token39] = ACTIONS(2093), + [aux_sym_cmd_identifier_token40] = ACTIONS(2093), + [anon_sym_def] = ACTIONS(2093), + [anon_sym_export_DASHenv] = ACTIONS(2093), + [anon_sym_extern] = ACTIONS(2093), + [anon_sym_module] = ACTIONS(2093), + [anon_sym_use] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(2093), + [anon_sym_DOLLAR] = ACTIONS(2093), + [anon_sym_error] = ACTIONS(2093), + [anon_sym_DASH2] = ACTIONS(2093), + [anon_sym_break] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2093), + [anon_sym_in2] = ACTIONS(2093), + [anon_sym_loop] = ACTIONS(2093), + [anon_sym_make] = ACTIONS(2093), + [anon_sym_while] = ACTIONS(2093), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_if] = ACTIONS(2093), + [anon_sym_else] = ACTIONS(2093), + [anon_sym_match] = ACTIONS(2093), + [anon_sym_RBRACE] = ACTIONS(2093), + [anon_sym_try] = ACTIONS(2093), + [anon_sym_catch] = ACTIONS(2093), + [anon_sym_return] = ACTIONS(2093), + [anon_sym_source] = ACTIONS(2093), + [anon_sym_source_DASHenv] = ACTIONS(2093), + [anon_sym_register] = ACTIONS(2093), + [anon_sym_hide] = ACTIONS(2093), + [anon_sym_hide_DASHenv] = ACTIONS(2093), + [anon_sym_overlay] = ACTIONS(2093), + [anon_sym_as] = ACTIONS(2093), + [anon_sym_PLUS2] = ACTIONS(2093), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2093), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2093), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_decimal_token2] = ACTIONS(2093), + [aux_sym__val_number_decimal_token3] = ACTIONS(2093), + [aux_sym__val_number_decimal_token4] = ACTIONS(2093), + [aux_sym__val_number_token1] = ACTIONS(2093), + [aux_sym__val_number_token2] = ACTIONS(2093), + [aux_sym__val_number_token3] = ACTIONS(2093), + [aux_sym__val_number_token4] = ACTIONS(2093), + [aux_sym__val_number_token5] = ACTIONS(2093), + [aux_sym__val_number_token6] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(2093), + [sym__str_single_quotes] = ACTIONS(2093), + [sym__str_back_ticks] = ACTIONS(2093), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2093), + [sym__entry_separator] = ACTIONS(2095), + [anon_sym_DOT2] = ACTIONS(1898), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), + [sym_raw_string_begin] = ACTIONS(2095), }, [439] = { - [sym_cell_path] = STATE(750), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(726), + [sym_path] = STATE(656), [sym_comment] = STATE(439), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1945), - [anon_sym_alias] = ACTIONS(1945), - [anon_sym_let] = ACTIONS(1945), - [anon_sym_let_DASHenv] = ACTIONS(1945), - [anon_sym_mut] = ACTIONS(1945), - [anon_sym_const] = ACTIONS(1945), - [aux_sym_cmd_identifier_token1] = ACTIONS(1945), - [aux_sym_cmd_identifier_token2] = ACTIONS(1947), - [aux_sym_cmd_identifier_token3] = ACTIONS(1947), - [aux_sym_cmd_identifier_token4] = ACTIONS(1947), - [aux_sym_cmd_identifier_token5] = ACTIONS(1947), - [aux_sym_cmd_identifier_token6] = ACTIONS(1947), - [aux_sym_cmd_identifier_token7] = ACTIONS(1947), - [aux_sym_cmd_identifier_token8] = ACTIONS(1945), - [aux_sym_cmd_identifier_token9] = ACTIONS(1945), - [aux_sym_cmd_identifier_token10] = ACTIONS(1947), - [aux_sym_cmd_identifier_token11] = ACTIONS(1947), - [aux_sym_cmd_identifier_token12] = ACTIONS(1945), - [aux_sym_cmd_identifier_token13] = ACTIONS(1945), - [aux_sym_cmd_identifier_token14] = ACTIONS(1945), - [aux_sym_cmd_identifier_token15] = ACTIONS(1945), - [aux_sym_cmd_identifier_token16] = ACTIONS(1947), - [aux_sym_cmd_identifier_token17] = ACTIONS(1947), - [aux_sym_cmd_identifier_token18] = ACTIONS(1947), - [aux_sym_cmd_identifier_token19] = ACTIONS(1947), - [aux_sym_cmd_identifier_token20] = ACTIONS(1947), - [aux_sym_cmd_identifier_token21] = ACTIONS(1947), - [aux_sym_cmd_identifier_token22] = ACTIONS(1947), - [aux_sym_cmd_identifier_token23] = ACTIONS(1947), - [aux_sym_cmd_identifier_token24] = ACTIONS(1947), - [aux_sym_cmd_identifier_token25] = ACTIONS(1947), - [aux_sym_cmd_identifier_token26] = ACTIONS(1947), - [aux_sym_cmd_identifier_token27] = ACTIONS(1947), - [aux_sym_cmd_identifier_token28] = ACTIONS(1947), - [aux_sym_cmd_identifier_token29] = ACTIONS(1947), - [aux_sym_cmd_identifier_token30] = ACTIONS(1947), - [aux_sym_cmd_identifier_token31] = ACTIONS(1947), - [aux_sym_cmd_identifier_token32] = ACTIONS(1947), - [aux_sym_cmd_identifier_token33] = ACTIONS(1947), - [aux_sym_cmd_identifier_token34] = ACTIONS(1945), - [aux_sym_cmd_identifier_token35] = ACTIONS(1947), - [aux_sym_cmd_identifier_token36] = ACTIONS(1947), - [aux_sym_cmd_identifier_token37] = ACTIONS(1947), - [aux_sym_cmd_identifier_token38] = ACTIONS(1945), - [aux_sym_cmd_identifier_token39] = ACTIONS(1947), - [aux_sym_cmd_identifier_token40] = ACTIONS(1947), - [anon_sym_def] = ACTIONS(1945), - [anon_sym_export_DASHenv] = ACTIONS(1945), - [anon_sym_extern] = ACTIONS(1945), - [anon_sym_module] = ACTIONS(1945), - [anon_sym_use] = ACTIONS(1945), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_DOLLAR] = ACTIONS(1947), - [anon_sym_error] = ACTIONS(1945), - [anon_sym_DASH2] = ACTIONS(1945), - [anon_sym_break] = ACTIONS(1945), - [anon_sym_continue] = ACTIONS(1945), - [anon_sym_for] = ACTIONS(1945), - [anon_sym_in2] = ACTIONS(1945), - [anon_sym_loop] = ACTIONS(1945), - [anon_sym_make] = ACTIONS(1945), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_do] = ACTIONS(1945), - [anon_sym_if] = ACTIONS(1945), - [anon_sym_else] = ACTIONS(1945), - [anon_sym_match] = ACTIONS(1945), - [anon_sym_RBRACE] = ACTIONS(1947), - [anon_sym_try] = ACTIONS(1945), - [anon_sym_catch] = ACTIONS(1945), - [anon_sym_return] = ACTIONS(1945), - [anon_sym_source] = ACTIONS(1945), - [anon_sym_source_DASHenv] = ACTIONS(1945), - [anon_sym_register] = ACTIONS(1945), - [anon_sym_hide] = ACTIONS(1945), - [anon_sym_hide_DASHenv] = ACTIONS(1945), - [anon_sym_overlay] = ACTIONS(1945), - [anon_sym_as] = ACTIONS(1945), - [anon_sym_PLUS2] = ACTIONS(1945), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1947), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1947), - [aux_sym__val_number_decimal_token1] = ACTIONS(1945), - [aux_sym__val_number_decimal_token2] = ACTIONS(1947), - [aux_sym__val_number_decimal_token3] = ACTIONS(1947), - [aux_sym__val_number_decimal_token4] = ACTIONS(1947), - [aux_sym__val_number_token1] = ACTIONS(1947), - [aux_sym__val_number_token2] = ACTIONS(1947), - [aux_sym__val_number_token3] = ACTIONS(1947), - [aux_sym__val_number_token4] = ACTIONS(1945), - [aux_sym__val_number_token5] = ACTIONS(1945), - [aux_sym__val_number_token6] = ACTIONS(1945), - [anon_sym_DQUOTE] = ACTIONS(1947), - [sym__str_single_quotes] = ACTIONS(1947), - [sym__str_back_ticks] = ACTIONS(1947), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1947), - [anon_sym_DOT2] = ACTIONS(2037), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1937), + [anon_sym_alias] = ACTIONS(1937), + [anon_sym_let] = ACTIONS(1937), + [anon_sym_let_DASHenv] = ACTIONS(1937), + [anon_sym_mut] = ACTIONS(1937), + [anon_sym_const] = ACTIONS(1937), + [aux_sym_cmd_identifier_token1] = ACTIONS(1937), + [aux_sym_cmd_identifier_token2] = ACTIONS(1939), + [aux_sym_cmd_identifier_token3] = ACTIONS(1939), + [aux_sym_cmd_identifier_token4] = ACTIONS(1939), + [aux_sym_cmd_identifier_token5] = ACTIONS(1939), + [aux_sym_cmd_identifier_token6] = ACTIONS(1939), + [aux_sym_cmd_identifier_token7] = ACTIONS(1939), + [aux_sym_cmd_identifier_token8] = ACTIONS(1937), + [aux_sym_cmd_identifier_token9] = ACTIONS(1937), + [aux_sym_cmd_identifier_token10] = ACTIONS(1939), + [aux_sym_cmd_identifier_token11] = ACTIONS(1939), + [aux_sym_cmd_identifier_token12] = ACTIONS(1937), + [aux_sym_cmd_identifier_token13] = ACTIONS(1937), + [aux_sym_cmd_identifier_token14] = ACTIONS(1937), + [aux_sym_cmd_identifier_token15] = ACTIONS(1937), + [aux_sym_cmd_identifier_token16] = ACTIONS(1939), + [aux_sym_cmd_identifier_token17] = ACTIONS(1939), + [aux_sym_cmd_identifier_token18] = ACTIONS(1939), + [aux_sym_cmd_identifier_token19] = ACTIONS(1939), + [aux_sym_cmd_identifier_token20] = ACTIONS(1939), + [aux_sym_cmd_identifier_token21] = ACTIONS(1939), + [aux_sym_cmd_identifier_token22] = ACTIONS(1939), + [aux_sym_cmd_identifier_token23] = ACTIONS(1939), + [aux_sym_cmd_identifier_token24] = ACTIONS(1939), + [aux_sym_cmd_identifier_token25] = ACTIONS(1939), + [aux_sym_cmd_identifier_token26] = ACTIONS(1939), + [aux_sym_cmd_identifier_token27] = ACTIONS(1939), + [aux_sym_cmd_identifier_token28] = ACTIONS(1939), + [aux_sym_cmd_identifier_token29] = ACTIONS(1939), + [aux_sym_cmd_identifier_token30] = ACTIONS(1939), + [aux_sym_cmd_identifier_token31] = ACTIONS(1939), + [aux_sym_cmd_identifier_token32] = ACTIONS(1939), + [aux_sym_cmd_identifier_token33] = ACTIONS(1939), + [aux_sym_cmd_identifier_token34] = ACTIONS(1937), + [aux_sym_cmd_identifier_token35] = ACTIONS(1939), + [aux_sym_cmd_identifier_token36] = ACTIONS(1939), + [aux_sym_cmd_identifier_token37] = ACTIONS(1939), + [aux_sym_cmd_identifier_token38] = ACTIONS(1937), + [aux_sym_cmd_identifier_token39] = ACTIONS(1939), + [aux_sym_cmd_identifier_token40] = ACTIONS(1939), + [anon_sym_def] = ACTIONS(1937), + [anon_sym_export_DASHenv] = ACTIONS(1937), + [anon_sym_extern] = ACTIONS(1937), + [anon_sym_module] = ACTIONS(1937), + [anon_sym_use] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1939), + [anon_sym_DOLLAR] = ACTIONS(1939), + [anon_sym_error] = ACTIONS(1937), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_break] = ACTIONS(1937), + [anon_sym_continue] = ACTIONS(1937), + [anon_sym_for] = ACTIONS(1937), + [anon_sym_in2] = ACTIONS(1937), + [anon_sym_loop] = ACTIONS(1937), + [anon_sym_make] = ACTIONS(1937), + [anon_sym_while] = ACTIONS(1937), + [anon_sym_do] = ACTIONS(1937), + [anon_sym_if] = ACTIONS(1937), + [anon_sym_else] = ACTIONS(1937), + [anon_sym_match] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1939), + [anon_sym_try] = ACTIONS(1937), + [anon_sym_catch] = ACTIONS(1937), + [anon_sym_return] = ACTIONS(1937), + [anon_sym_source] = ACTIONS(1937), + [anon_sym_source_DASHenv] = ACTIONS(1937), + [anon_sym_register] = ACTIONS(1937), + [anon_sym_hide] = ACTIONS(1937), + [anon_sym_hide_DASHenv] = ACTIONS(1937), + [anon_sym_overlay] = ACTIONS(1937), + [anon_sym_as] = ACTIONS(1937), + [anon_sym_PLUS2] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1939), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1939), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1939), + [aux_sym__val_number_decimal_token3] = ACTIONS(1939), + [aux_sym__val_number_decimal_token4] = ACTIONS(1939), + [aux_sym__val_number_token1] = ACTIONS(1939), + [aux_sym__val_number_token2] = ACTIONS(1939), + [aux_sym__val_number_token3] = ACTIONS(1939), + [aux_sym__val_number_token4] = ACTIONS(1937), + [aux_sym__val_number_token5] = ACTIONS(1937), + [aux_sym__val_number_token6] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(1939), + [sym__str_single_quotes] = ACTIONS(1939), + [sym__str_back_ticks] = ACTIONS(1939), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1939), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1947), + [sym_raw_string_begin] = ACTIONS(1939), }, [440] = { + [sym_cell_path] = STATE(704), + [sym_path] = STATE(656), [sym_comment] = STATE(440), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(2041), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1989), + [anon_sym_alias] = ACTIONS(1989), + [anon_sym_let] = ACTIONS(1989), + [anon_sym_let_DASHenv] = ACTIONS(1989), + [anon_sym_mut] = ACTIONS(1989), + [anon_sym_const] = ACTIONS(1989), + [aux_sym_cmd_identifier_token1] = ACTIONS(1989), + [aux_sym_cmd_identifier_token2] = ACTIONS(1991), + [aux_sym_cmd_identifier_token3] = ACTIONS(1991), + [aux_sym_cmd_identifier_token4] = ACTIONS(1991), + [aux_sym_cmd_identifier_token5] = ACTIONS(1991), + [aux_sym_cmd_identifier_token6] = ACTIONS(1991), + [aux_sym_cmd_identifier_token7] = ACTIONS(1991), + [aux_sym_cmd_identifier_token8] = ACTIONS(1989), + [aux_sym_cmd_identifier_token9] = ACTIONS(1989), + [aux_sym_cmd_identifier_token10] = ACTIONS(1991), + [aux_sym_cmd_identifier_token11] = ACTIONS(1991), + [aux_sym_cmd_identifier_token12] = ACTIONS(1989), + [aux_sym_cmd_identifier_token13] = ACTIONS(1989), + [aux_sym_cmd_identifier_token14] = ACTIONS(1989), + [aux_sym_cmd_identifier_token15] = ACTIONS(1989), + [aux_sym_cmd_identifier_token16] = ACTIONS(1991), + [aux_sym_cmd_identifier_token17] = ACTIONS(1991), + [aux_sym_cmd_identifier_token18] = ACTIONS(1991), + [aux_sym_cmd_identifier_token19] = ACTIONS(1991), + [aux_sym_cmd_identifier_token20] = ACTIONS(1991), + [aux_sym_cmd_identifier_token21] = ACTIONS(1991), + [aux_sym_cmd_identifier_token22] = ACTIONS(1991), + [aux_sym_cmd_identifier_token23] = ACTIONS(1991), + [aux_sym_cmd_identifier_token24] = ACTIONS(1991), + [aux_sym_cmd_identifier_token25] = ACTIONS(1991), + [aux_sym_cmd_identifier_token26] = ACTIONS(1991), + [aux_sym_cmd_identifier_token27] = ACTIONS(1991), + [aux_sym_cmd_identifier_token28] = ACTIONS(1991), + [aux_sym_cmd_identifier_token29] = ACTIONS(1991), + [aux_sym_cmd_identifier_token30] = ACTIONS(1991), + [aux_sym_cmd_identifier_token31] = ACTIONS(1991), + [aux_sym_cmd_identifier_token32] = ACTIONS(1991), + [aux_sym_cmd_identifier_token33] = ACTIONS(1991), + [aux_sym_cmd_identifier_token34] = ACTIONS(1989), + [aux_sym_cmd_identifier_token35] = ACTIONS(1991), + [aux_sym_cmd_identifier_token36] = ACTIONS(1991), + [aux_sym_cmd_identifier_token37] = ACTIONS(1991), + [aux_sym_cmd_identifier_token38] = ACTIONS(1989), + [aux_sym_cmd_identifier_token39] = ACTIONS(1991), + [aux_sym_cmd_identifier_token40] = ACTIONS(1991), + [anon_sym_def] = ACTIONS(1989), + [anon_sym_export_DASHenv] = ACTIONS(1989), + [anon_sym_extern] = ACTIONS(1989), + [anon_sym_module] = ACTIONS(1989), + [anon_sym_use] = ACTIONS(1989), + [anon_sym_LPAREN] = ACTIONS(1991), + [anon_sym_DOLLAR] = ACTIONS(1991), + [anon_sym_error] = ACTIONS(1989), + [anon_sym_DASH2] = ACTIONS(1989), + [anon_sym_break] = ACTIONS(1989), + [anon_sym_continue] = ACTIONS(1989), + [anon_sym_for] = ACTIONS(1989), + [anon_sym_in2] = ACTIONS(1989), + [anon_sym_loop] = ACTIONS(1989), + [anon_sym_make] = ACTIONS(1989), + [anon_sym_while] = ACTIONS(1989), + [anon_sym_do] = ACTIONS(1989), + [anon_sym_if] = ACTIONS(1989), + [anon_sym_else] = ACTIONS(1989), + [anon_sym_match] = ACTIONS(1989), + [anon_sym_RBRACE] = ACTIONS(1991), + [anon_sym_try] = ACTIONS(1989), + [anon_sym_catch] = ACTIONS(1989), + [anon_sym_return] = ACTIONS(1989), + [anon_sym_source] = ACTIONS(1989), + [anon_sym_source_DASHenv] = ACTIONS(1989), + [anon_sym_register] = ACTIONS(1989), + [anon_sym_hide] = ACTIONS(1989), + [anon_sym_hide_DASHenv] = ACTIONS(1989), + [anon_sym_overlay] = ACTIONS(1989), + [anon_sym_as] = ACTIONS(1989), + [anon_sym_PLUS2] = ACTIONS(1989), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1991), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1991), + [aux_sym__val_number_decimal_token1] = ACTIONS(1989), + [aux_sym__val_number_decimal_token2] = ACTIONS(1991), + [aux_sym__val_number_decimal_token3] = ACTIONS(1991), + [aux_sym__val_number_decimal_token4] = ACTIONS(1991), + [aux_sym__val_number_token1] = ACTIONS(1991), + [aux_sym__val_number_token2] = ACTIONS(1991), + [aux_sym__val_number_token3] = ACTIONS(1991), + [aux_sym__val_number_token4] = ACTIONS(1989), + [aux_sym__val_number_token5] = ACTIONS(1989), + [aux_sym__val_number_token6] = ACTIONS(1989), + [anon_sym_DQUOTE] = ACTIONS(1991), + [sym__str_single_quotes] = ACTIONS(1991), + [sym__str_back_ticks] = ACTIONS(1991), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1991), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1991), }, [441] = { - [sym_cell_path] = STATE(761), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(705), + [sym_path] = STATE(656), [sym_comment] = STATE(441), - [aux_sym_cell_path_repeat1] = STATE(522), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1993), + [anon_sym_alias] = ACTIONS(1993), + [anon_sym_let] = ACTIONS(1993), + [anon_sym_let_DASHenv] = ACTIONS(1993), + [anon_sym_mut] = ACTIONS(1993), + [anon_sym_const] = ACTIONS(1993), + [aux_sym_cmd_identifier_token1] = ACTIONS(1993), + [aux_sym_cmd_identifier_token2] = ACTIONS(1995), + [aux_sym_cmd_identifier_token3] = ACTIONS(1995), + [aux_sym_cmd_identifier_token4] = ACTIONS(1995), + [aux_sym_cmd_identifier_token5] = ACTIONS(1995), + [aux_sym_cmd_identifier_token6] = ACTIONS(1995), + [aux_sym_cmd_identifier_token7] = ACTIONS(1995), + [aux_sym_cmd_identifier_token8] = ACTIONS(1993), + [aux_sym_cmd_identifier_token9] = ACTIONS(1993), + [aux_sym_cmd_identifier_token10] = ACTIONS(1995), + [aux_sym_cmd_identifier_token11] = ACTIONS(1995), + [aux_sym_cmd_identifier_token12] = ACTIONS(1993), + [aux_sym_cmd_identifier_token13] = ACTIONS(1993), + [aux_sym_cmd_identifier_token14] = ACTIONS(1993), + [aux_sym_cmd_identifier_token15] = ACTIONS(1993), + [aux_sym_cmd_identifier_token16] = ACTIONS(1995), + [aux_sym_cmd_identifier_token17] = ACTIONS(1995), + [aux_sym_cmd_identifier_token18] = ACTIONS(1995), + [aux_sym_cmd_identifier_token19] = ACTIONS(1995), + [aux_sym_cmd_identifier_token20] = ACTIONS(1995), + [aux_sym_cmd_identifier_token21] = ACTIONS(1995), + [aux_sym_cmd_identifier_token22] = ACTIONS(1995), + [aux_sym_cmd_identifier_token23] = ACTIONS(1995), + [aux_sym_cmd_identifier_token24] = ACTIONS(1995), + [aux_sym_cmd_identifier_token25] = ACTIONS(1995), + [aux_sym_cmd_identifier_token26] = ACTIONS(1995), + [aux_sym_cmd_identifier_token27] = ACTIONS(1995), + [aux_sym_cmd_identifier_token28] = ACTIONS(1995), + [aux_sym_cmd_identifier_token29] = ACTIONS(1995), + [aux_sym_cmd_identifier_token30] = ACTIONS(1995), + [aux_sym_cmd_identifier_token31] = ACTIONS(1995), + [aux_sym_cmd_identifier_token32] = ACTIONS(1995), + [aux_sym_cmd_identifier_token33] = ACTIONS(1995), + [aux_sym_cmd_identifier_token34] = ACTIONS(1993), + [aux_sym_cmd_identifier_token35] = ACTIONS(1995), + [aux_sym_cmd_identifier_token36] = ACTIONS(1995), + [aux_sym_cmd_identifier_token37] = ACTIONS(1995), + [aux_sym_cmd_identifier_token38] = ACTIONS(1993), + [aux_sym_cmd_identifier_token39] = ACTIONS(1995), + [aux_sym_cmd_identifier_token40] = ACTIONS(1995), + [anon_sym_def] = ACTIONS(1993), + [anon_sym_export_DASHenv] = ACTIONS(1993), + [anon_sym_extern] = ACTIONS(1993), + [anon_sym_module] = ACTIONS(1993), + [anon_sym_use] = ACTIONS(1993), + [anon_sym_LPAREN] = ACTIONS(1995), + [anon_sym_DOLLAR] = ACTIONS(1995), + [anon_sym_error] = ACTIONS(1993), + [anon_sym_DASH2] = ACTIONS(1993), + [anon_sym_break] = ACTIONS(1993), + [anon_sym_continue] = ACTIONS(1993), + [anon_sym_for] = ACTIONS(1993), + [anon_sym_in2] = ACTIONS(1993), + [anon_sym_loop] = ACTIONS(1993), + [anon_sym_make] = ACTIONS(1993), + [anon_sym_while] = ACTIONS(1993), + [anon_sym_do] = ACTIONS(1993), + [anon_sym_if] = ACTIONS(1993), + [anon_sym_else] = ACTIONS(1993), + [anon_sym_match] = ACTIONS(1993), + [anon_sym_RBRACE] = ACTIONS(1995), + [anon_sym_try] = ACTIONS(1993), + [anon_sym_catch] = ACTIONS(1993), + [anon_sym_return] = ACTIONS(1993), + [anon_sym_source] = ACTIONS(1993), + [anon_sym_source_DASHenv] = ACTIONS(1993), + [anon_sym_register] = ACTIONS(1993), + [anon_sym_hide] = ACTIONS(1993), + [anon_sym_hide_DASHenv] = ACTIONS(1993), + [anon_sym_overlay] = ACTIONS(1993), + [anon_sym_as] = ACTIONS(1993), + [anon_sym_PLUS2] = ACTIONS(1993), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1995), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1995), + [aux_sym__val_number_decimal_token1] = ACTIONS(1993), + [aux_sym__val_number_decimal_token2] = ACTIONS(1995), + [aux_sym__val_number_decimal_token3] = ACTIONS(1995), + [aux_sym__val_number_decimal_token4] = ACTIONS(1995), + [aux_sym__val_number_token1] = ACTIONS(1995), + [aux_sym__val_number_token2] = ACTIONS(1995), + [aux_sym__val_number_token3] = ACTIONS(1995), + [aux_sym__val_number_token4] = ACTIONS(1993), + [aux_sym__val_number_token5] = ACTIONS(1993), + [aux_sym__val_number_token6] = ACTIONS(1993), + [anon_sym_DQUOTE] = ACTIONS(1995), + [sym__str_single_quotes] = ACTIONS(1995), + [sym__str_back_ticks] = ACTIONS(1995), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1995), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1995), + }, + [442] = { + [sym_cell_path] = STATE(706), + [sym_path] = STATE(656), + [sym_comment] = STATE(442), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1997), + [anon_sym_alias] = ACTIONS(1997), + [anon_sym_let] = ACTIONS(1997), + [anon_sym_let_DASHenv] = ACTIONS(1997), + [anon_sym_mut] = ACTIONS(1997), + [anon_sym_const] = ACTIONS(1997), + [aux_sym_cmd_identifier_token1] = ACTIONS(1997), + [aux_sym_cmd_identifier_token2] = ACTIONS(1999), + [aux_sym_cmd_identifier_token3] = ACTIONS(1999), + [aux_sym_cmd_identifier_token4] = ACTIONS(1999), + [aux_sym_cmd_identifier_token5] = ACTIONS(1999), + [aux_sym_cmd_identifier_token6] = ACTIONS(1999), + [aux_sym_cmd_identifier_token7] = ACTIONS(1999), + [aux_sym_cmd_identifier_token8] = ACTIONS(1997), + [aux_sym_cmd_identifier_token9] = ACTIONS(1997), + [aux_sym_cmd_identifier_token10] = ACTIONS(1999), + [aux_sym_cmd_identifier_token11] = ACTIONS(1999), + [aux_sym_cmd_identifier_token12] = ACTIONS(1997), + [aux_sym_cmd_identifier_token13] = ACTIONS(1997), + [aux_sym_cmd_identifier_token14] = ACTIONS(1997), + [aux_sym_cmd_identifier_token15] = ACTIONS(1997), + [aux_sym_cmd_identifier_token16] = ACTIONS(1999), + [aux_sym_cmd_identifier_token17] = ACTIONS(1999), + [aux_sym_cmd_identifier_token18] = ACTIONS(1999), + [aux_sym_cmd_identifier_token19] = ACTIONS(1999), + [aux_sym_cmd_identifier_token20] = ACTIONS(1999), + [aux_sym_cmd_identifier_token21] = ACTIONS(1999), + [aux_sym_cmd_identifier_token22] = ACTIONS(1999), + [aux_sym_cmd_identifier_token23] = ACTIONS(1999), + [aux_sym_cmd_identifier_token24] = ACTIONS(1999), + [aux_sym_cmd_identifier_token25] = ACTIONS(1999), + [aux_sym_cmd_identifier_token26] = ACTIONS(1999), + [aux_sym_cmd_identifier_token27] = ACTIONS(1999), + [aux_sym_cmd_identifier_token28] = ACTIONS(1999), + [aux_sym_cmd_identifier_token29] = ACTIONS(1999), + [aux_sym_cmd_identifier_token30] = ACTIONS(1999), + [aux_sym_cmd_identifier_token31] = ACTIONS(1999), + [aux_sym_cmd_identifier_token32] = ACTIONS(1999), + [aux_sym_cmd_identifier_token33] = ACTIONS(1999), + [aux_sym_cmd_identifier_token34] = ACTIONS(1997), + [aux_sym_cmd_identifier_token35] = ACTIONS(1999), + [aux_sym_cmd_identifier_token36] = ACTIONS(1999), + [aux_sym_cmd_identifier_token37] = ACTIONS(1999), + [aux_sym_cmd_identifier_token38] = ACTIONS(1997), + [aux_sym_cmd_identifier_token39] = ACTIONS(1999), + [aux_sym_cmd_identifier_token40] = ACTIONS(1999), + [anon_sym_def] = ACTIONS(1997), + [anon_sym_export_DASHenv] = ACTIONS(1997), + [anon_sym_extern] = ACTIONS(1997), + [anon_sym_module] = ACTIONS(1997), + [anon_sym_use] = ACTIONS(1997), + [anon_sym_LPAREN] = ACTIONS(1999), + [anon_sym_DOLLAR] = ACTIONS(1999), + [anon_sym_error] = ACTIONS(1997), + [anon_sym_DASH2] = ACTIONS(1997), + [anon_sym_break] = ACTIONS(1997), + [anon_sym_continue] = ACTIONS(1997), + [anon_sym_for] = ACTIONS(1997), + [anon_sym_in2] = ACTIONS(1997), + [anon_sym_loop] = ACTIONS(1997), + [anon_sym_make] = ACTIONS(1997), + [anon_sym_while] = ACTIONS(1997), + [anon_sym_do] = ACTIONS(1997), + [anon_sym_if] = ACTIONS(1997), + [anon_sym_else] = ACTIONS(1997), + [anon_sym_match] = ACTIONS(1997), + [anon_sym_RBRACE] = ACTIONS(1999), + [anon_sym_try] = ACTIONS(1997), + [anon_sym_catch] = ACTIONS(1997), + [anon_sym_return] = ACTIONS(1997), + [anon_sym_source] = ACTIONS(1997), + [anon_sym_source_DASHenv] = ACTIONS(1997), + [anon_sym_register] = ACTIONS(1997), + [anon_sym_hide] = ACTIONS(1997), + [anon_sym_hide_DASHenv] = ACTIONS(1997), + [anon_sym_overlay] = ACTIONS(1997), + [anon_sym_as] = ACTIONS(1997), + [anon_sym_PLUS2] = ACTIONS(1997), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1999), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1999), + [aux_sym__val_number_decimal_token1] = ACTIONS(1997), + [aux_sym__val_number_decimal_token2] = ACTIONS(1999), + [aux_sym__val_number_decimal_token3] = ACTIONS(1999), + [aux_sym__val_number_decimal_token4] = ACTIONS(1999), + [aux_sym__val_number_token1] = ACTIONS(1999), + [aux_sym__val_number_token2] = ACTIONS(1999), + [aux_sym__val_number_token3] = ACTIONS(1999), + [aux_sym__val_number_token4] = ACTIONS(1997), + [aux_sym__val_number_token5] = ACTIONS(1997), + [aux_sym__val_number_token6] = ACTIONS(1997), + [anon_sym_DQUOTE] = ACTIONS(1999), + [sym__str_single_quotes] = ACTIONS(1999), + [sym__str_back_ticks] = ACTIONS(1999), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1999), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1999), + }, + [443] = { + [sym_cell_path] = STATE(733), + [sym_path] = STATE(656), + [sym_comment] = STATE(443), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(935), [anon_sym_alias] = ACTIONS(935), [anon_sym_let] = ACTIONS(935), @@ -128642,115 +128877,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(937), [sym__str_back_ticks] = ACTIONS(937), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(937), }, - [442] = { - [sym_comment] = STATE(442), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(960), - [aux_sym_cmd_identifier_token3] = ACTIONS(960), - [aux_sym_cmd_identifier_token4] = ACTIONS(960), - [aux_sym_cmd_identifier_token5] = ACTIONS(960), - [aux_sym_cmd_identifier_token6] = ACTIONS(960), - [aux_sym_cmd_identifier_token7] = ACTIONS(960), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(960), - [aux_sym_cmd_identifier_token11] = ACTIONS(960), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(960), - [aux_sym_cmd_identifier_token17] = ACTIONS(960), - [aux_sym_cmd_identifier_token18] = ACTIONS(960), - [aux_sym_cmd_identifier_token19] = ACTIONS(960), - [aux_sym_cmd_identifier_token20] = ACTIONS(960), - [aux_sym_cmd_identifier_token21] = ACTIONS(960), - [aux_sym_cmd_identifier_token22] = ACTIONS(960), - [aux_sym_cmd_identifier_token23] = ACTIONS(960), - [aux_sym_cmd_identifier_token24] = ACTIONS(960), - [aux_sym_cmd_identifier_token25] = ACTIONS(960), - [aux_sym_cmd_identifier_token26] = ACTIONS(960), - [aux_sym_cmd_identifier_token27] = ACTIONS(960), - [aux_sym_cmd_identifier_token28] = ACTIONS(960), - [aux_sym_cmd_identifier_token29] = ACTIONS(960), - [aux_sym_cmd_identifier_token30] = ACTIONS(960), - [aux_sym_cmd_identifier_token31] = ACTIONS(960), - [aux_sym_cmd_identifier_token32] = ACTIONS(960), - [aux_sym_cmd_identifier_token33] = ACTIONS(960), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(960), - [aux_sym_cmd_identifier_token36] = ACTIONS(960), - [aux_sym_cmd_identifier_token37] = ACTIONS(960), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(960), - [aux_sym_cmd_identifier_token40] = ACTIONS(960), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_COMMA] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(960), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), - [anon_sym_COLON2] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), - }, - [443] = { - [sym_comment] = STATE(443), + [444] = { + [sym_comment] = STATE(444), [anon_sym_export] = ACTIONS(988), [anon_sym_alias] = ACTIONS(988), [anon_sym_let] = ACTIONS(988), @@ -128852,732 +128984,732 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(990), }, - [444] = { - [sym_comment] = STATE(444), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [aux_sym__immediate_decimal_token2] = ACTIONS(1907), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, [445] = { + [sym_path] = STATE(557), [sym_comment] = STATE(445), - [anon_sym_export] = ACTIONS(1717), - [anon_sym_alias] = ACTIONS(1717), - [anon_sym_let] = ACTIONS(1717), - [anon_sym_let_DASHenv] = ACTIONS(1717), - [anon_sym_mut] = ACTIONS(1717), - [anon_sym_const] = ACTIONS(1717), - [aux_sym_cmd_identifier_token1] = ACTIONS(1717), - [aux_sym_cmd_identifier_token2] = ACTIONS(1717), - [aux_sym_cmd_identifier_token3] = ACTIONS(1717), - [aux_sym_cmd_identifier_token4] = ACTIONS(1717), - [aux_sym_cmd_identifier_token5] = ACTIONS(1717), - [aux_sym_cmd_identifier_token6] = ACTIONS(1717), - [aux_sym_cmd_identifier_token7] = ACTIONS(1717), - [aux_sym_cmd_identifier_token8] = ACTIONS(1717), - [aux_sym_cmd_identifier_token9] = ACTIONS(1717), - [aux_sym_cmd_identifier_token10] = ACTIONS(1717), - [aux_sym_cmd_identifier_token11] = ACTIONS(1717), - [aux_sym_cmd_identifier_token12] = ACTIONS(1717), - [aux_sym_cmd_identifier_token13] = ACTIONS(1717), - [aux_sym_cmd_identifier_token14] = ACTIONS(1717), - [aux_sym_cmd_identifier_token15] = ACTIONS(1717), - [aux_sym_cmd_identifier_token16] = ACTIONS(1717), - [aux_sym_cmd_identifier_token17] = ACTIONS(1717), - [aux_sym_cmd_identifier_token18] = ACTIONS(1717), - [aux_sym_cmd_identifier_token19] = ACTIONS(1717), - [aux_sym_cmd_identifier_token20] = ACTIONS(1717), - [aux_sym_cmd_identifier_token21] = ACTIONS(1717), - [aux_sym_cmd_identifier_token22] = ACTIONS(1717), - [aux_sym_cmd_identifier_token23] = ACTIONS(1717), - [aux_sym_cmd_identifier_token24] = ACTIONS(1717), - [aux_sym_cmd_identifier_token25] = ACTIONS(1717), - [aux_sym_cmd_identifier_token26] = ACTIONS(1717), - [aux_sym_cmd_identifier_token27] = ACTIONS(1717), - [aux_sym_cmd_identifier_token28] = ACTIONS(1717), - [aux_sym_cmd_identifier_token29] = ACTIONS(1717), - [aux_sym_cmd_identifier_token30] = ACTIONS(1717), - [aux_sym_cmd_identifier_token31] = ACTIONS(1717), - [aux_sym_cmd_identifier_token32] = ACTIONS(1717), - [aux_sym_cmd_identifier_token33] = ACTIONS(1717), - [aux_sym_cmd_identifier_token34] = ACTIONS(1717), - [aux_sym_cmd_identifier_token35] = ACTIONS(1717), - [aux_sym_cmd_identifier_token36] = ACTIONS(1717), - [aux_sym_cmd_identifier_token37] = ACTIONS(1717), - [aux_sym_cmd_identifier_token38] = ACTIONS(1717), - [aux_sym_cmd_identifier_token39] = ACTIONS(1717), - [aux_sym_cmd_identifier_token40] = ACTIONS(1717), - [anon_sym_def] = ACTIONS(1717), - [anon_sym_export_DASHenv] = ACTIONS(1717), - [anon_sym_extern] = ACTIONS(1717), - [anon_sym_module] = ACTIONS(1717), - [anon_sym_use] = ACTIONS(1717), - [anon_sym_LPAREN] = ACTIONS(1717), - [anon_sym_DOLLAR] = ACTIONS(1717), - [anon_sym_error] = ACTIONS(1717), - [anon_sym_DASH2] = ACTIONS(1717), - [anon_sym_break] = ACTIONS(1717), - [anon_sym_continue] = ACTIONS(1717), - [anon_sym_for] = ACTIONS(1717), - [anon_sym_in2] = ACTIONS(1717), - [anon_sym_loop] = ACTIONS(1717), - [anon_sym_make] = ACTIONS(1717), - [anon_sym_while] = ACTIONS(1717), - [anon_sym_do] = ACTIONS(1717), - [anon_sym_if] = ACTIONS(1717), - [anon_sym_else] = ACTIONS(1717), - [anon_sym_match] = ACTIONS(1717), - [anon_sym_RBRACE] = ACTIONS(1717), - [anon_sym_try] = ACTIONS(1717), - [anon_sym_catch] = ACTIONS(1717), - [anon_sym_return] = ACTIONS(1717), - [anon_sym_source] = ACTIONS(1717), - [anon_sym_source_DASHenv] = ACTIONS(1717), - [anon_sym_register] = ACTIONS(1717), - [anon_sym_hide] = ACTIONS(1717), - [anon_sym_hide_DASHenv] = ACTIONS(1717), - [anon_sym_overlay] = ACTIONS(1717), - [anon_sym_as] = ACTIONS(1717), - [anon_sym_PLUS2] = ACTIONS(1717), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1717), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1717), - [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1717), - [aux_sym__val_number_decimal_token3] = ACTIONS(1717), - [aux_sym__val_number_decimal_token4] = ACTIONS(1717), - [aux_sym__val_number_token1] = ACTIONS(1717), - [aux_sym__val_number_token2] = ACTIONS(1717), - [aux_sym__val_number_token3] = ACTIONS(1717), - [aux_sym__val_number_token4] = ACTIONS(1717), - [aux_sym__val_number_token5] = ACTIONS(1717), - [aux_sym__val_number_token6] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1717), - [sym__str_single_quotes] = ACTIONS(1717), - [sym__str_back_ticks] = ACTIONS(1717), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1717), - [sym__entry_separator] = ACTIONS(1719), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1719), - }, - [446] = { - [sym_comment] = STATE(446), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2043), - [aux_sym_cmd_identifier_token3] = ACTIONS(2043), - [aux_sym_cmd_identifier_token4] = ACTIONS(2043), - [aux_sym_cmd_identifier_token5] = ACTIONS(2043), - [aux_sym_cmd_identifier_token6] = ACTIONS(2043), - [aux_sym_cmd_identifier_token7] = ACTIONS(2043), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2043), - [aux_sym_cmd_identifier_token11] = ACTIONS(2043), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2043), - [aux_sym_cmd_identifier_token17] = ACTIONS(2043), - [aux_sym_cmd_identifier_token18] = ACTIONS(2043), - [aux_sym_cmd_identifier_token19] = ACTIONS(2043), - [aux_sym_cmd_identifier_token20] = ACTIONS(2043), - [aux_sym_cmd_identifier_token21] = ACTIONS(2043), - [aux_sym_cmd_identifier_token22] = ACTIONS(2043), - [aux_sym_cmd_identifier_token23] = ACTIONS(2043), - [aux_sym_cmd_identifier_token24] = ACTIONS(2043), - [aux_sym_cmd_identifier_token25] = ACTIONS(2043), - [aux_sym_cmd_identifier_token26] = ACTIONS(2043), - [aux_sym_cmd_identifier_token27] = ACTIONS(2043), - [aux_sym_cmd_identifier_token28] = ACTIONS(2043), - [aux_sym_cmd_identifier_token29] = ACTIONS(2043), - [aux_sym_cmd_identifier_token30] = ACTIONS(2043), - [aux_sym_cmd_identifier_token31] = ACTIONS(2043), - [aux_sym_cmd_identifier_token32] = ACTIONS(2043), - [aux_sym_cmd_identifier_token33] = ACTIONS(2043), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2043), - [aux_sym_cmd_identifier_token36] = ACTIONS(2043), - [aux_sym_cmd_identifier_token37] = ACTIONS(2043), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2043), - [aux_sym_cmd_identifier_token40] = ACTIONS(2043), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2043), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2043), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2043), - [anon_sym_DOT_DOT2] = ACTIONS(2045), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2047), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2047), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2043), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2043), - [aux_sym__val_number_decimal_token3] = ACTIONS(2043), - [aux_sym__val_number_decimal_token4] = ACTIONS(2043), - [aux_sym__val_number_token1] = ACTIONS(2043), - [aux_sym__val_number_token2] = ACTIONS(2043), - [aux_sym__val_number_token3] = ACTIONS(2043), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym__str_single_quotes] = ACTIONS(2043), - [sym__str_back_ticks] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2043), - [sym__entry_separator] = ACTIONS(2049), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2049), + [aux_sym_cell_path_repeat1] = STATE(448), + [anon_sym_export] = ACTIONS(948), + [anon_sym_alias] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_let_DASHenv] = ACTIONS(948), + [anon_sym_mut] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [aux_sym_cmd_identifier_token1] = ACTIONS(948), + [aux_sym_cmd_identifier_token2] = ACTIONS(948), + [aux_sym_cmd_identifier_token3] = ACTIONS(948), + [aux_sym_cmd_identifier_token4] = ACTIONS(948), + [aux_sym_cmd_identifier_token5] = ACTIONS(948), + [aux_sym_cmd_identifier_token6] = ACTIONS(948), + [aux_sym_cmd_identifier_token7] = ACTIONS(948), + [aux_sym_cmd_identifier_token8] = ACTIONS(948), + [aux_sym_cmd_identifier_token9] = ACTIONS(948), + [aux_sym_cmd_identifier_token10] = ACTIONS(948), + [aux_sym_cmd_identifier_token11] = ACTIONS(948), + [aux_sym_cmd_identifier_token12] = ACTIONS(948), + [aux_sym_cmd_identifier_token13] = ACTIONS(948), + [aux_sym_cmd_identifier_token14] = ACTIONS(948), + [aux_sym_cmd_identifier_token15] = ACTIONS(948), + [aux_sym_cmd_identifier_token16] = ACTIONS(948), + [aux_sym_cmd_identifier_token17] = ACTIONS(948), + [aux_sym_cmd_identifier_token18] = ACTIONS(948), + [aux_sym_cmd_identifier_token19] = ACTIONS(948), + [aux_sym_cmd_identifier_token20] = ACTIONS(948), + [aux_sym_cmd_identifier_token21] = ACTIONS(948), + [aux_sym_cmd_identifier_token22] = ACTIONS(948), + [aux_sym_cmd_identifier_token23] = ACTIONS(948), + [aux_sym_cmd_identifier_token24] = ACTIONS(948), + [aux_sym_cmd_identifier_token25] = ACTIONS(948), + [aux_sym_cmd_identifier_token26] = ACTIONS(948), + [aux_sym_cmd_identifier_token27] = ACTIONS(948), + [aux_sym_cmd_identifier_token28] = ACTIONS(948), + [aux_sym_cmd_identifier_token29] = ACTIONS(948), + [aux_sym_cmd_identifier_token30] = ACTIONS(948), + [aux_sym_cmd_identifier_token31] = ACTIONS(948), + [aux_sym_cmd_identifier_token32] = ACTIONS(948), + [aux_sym_cmd_identifier_token33] = ACTIONS(948), + [aux_sym_cmd_identifier_token34] = ACTIONS(948), + [aux_sym_cmd_identifier_token35] = ACTIONS(948), + [aux_sym_cmd_identifier_token36] = ACTIONS(948), + [aux_sym_cmd_identifier_token37] = ACTIONS(948), + [aux_sym_cmd_identifier_token38] = ACTIONS(948), + [aux_sym_cmd_identifier_token39] = ACTIONS(948), + [aux_sym_cmd_identifier_token40] = ACTIONS(948), + [anon_sym_def] = ACTIONS(948), + [anon_sym_export_DASHenv] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym_module] = ACTIONS(948), + [anon_sym_use] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(948), + [anon_sym_DOLLAR] = ACTIONS(948), + [anon_sym_error] = ACTIONS(948), + [anon_sym_DASH2] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_in2] = ACTIONS(948), + [anon_sym_loop] = ACTIONS(948), + [anon_sym_make] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_match] = ACTIONS(948), + [anon_sym_RBRACE] = ACTIONS(948), + [anon_sym_try] = ACTIONS(948), + [anon_sym_catch] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_source] = ACTIONS(948), + [anon_sym_source_DASHenv] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_hide] = ACTIONS(948), + [anon_sym_hide_DASHenv] = ACTIONS(948), + [anon_sym_overlay] = ACTIONS(948), + [anon_sym_as] = ACTIONS(948), + [anon_sym_PLUS2] = ACTIONS(948), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(948), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(948), + [aux_sym__val_number_decimal_token1] = ACTIONS(948), + [aux_sym__val_number_decimal_token2] = ACTIONS(948), + [aux_sym__val_number_decimal_token3] = ACTIONS(948), + [aux_sym__val_number_decimal_token4] = ACTIONS(948), + [aux_sym__val_number_token1] = ACTIONS(948), + [aux_sym__val_number_token2] = ACTIONS(948), + [aux_sym__val_number_token3] = ACTIONS(948), + [aux_sym__val_number_token4] = ACTIONS(948), + [aux_sym__val_number_token5] = ACTIONS(948), + [aux_sym__val_number_token6] = ACTIONS(948), + [anon_sym_DQUOTE] = ACTIONS(948), + [sym__str_single_quotes] = ACTIONS(948), + [sym__str_back_ticks] = ACTIONS(948), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(948), + [sym__entry_separator] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(950), + }, + [446] = { + [sym_comment] = STATE(446), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_alias] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_let_DASHenv] = ACTIONS(1018), + [anon_sym_mut] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [aux_sym_cmd_identifier_token1] = ACTIONS(1018), + [aux_sym_cmd_identifier_token2] = ACTIONS(1018), + [aux_sym_cmd_identifier_token3] = ACTIONS(1018), + [aux_sym_cmd_identifier_token4] = ACTIONS(1018), + [aux_sym_cmd_identifier_token5] = ACTIONS(1018), + [aux_sym_cmd_identifier_token6] = ACTIONS(1018), + [aux_sym_cmd_identifier_token7] = ACTIONS(1018), + [aux_sym_cmd_identifier_token8] = ACTIONS(1018), + [aux_sym_cmd_identifier_token9] = ACTIONS(1018), + [aux_sym_cmd_identifier_token10] = ACTIONS(1018), + [aux_sym_cmd_identifier_token11] = ACTIONS(1018), + [aux_sym_cmd_identifier_token12] = ACTIONS(1018), + [aux_sym_cmd_identifier_token13] = ACTIONS(1018), + [aux_sym_cmd_identifier_token14] = ACTIONS(1018), + [aux_sym_cmd_identifier_token15] = ACTIONS(1018), + [aux_sym_cmd_identifier_token16] = ACTIONS(1018), + [aux_sym_cmd_identifier_token17] = ACTIONS(1018), + [aux_sym_cmd_identifier_token18] = ACTIONS(1018), + [aux_sym_cmd_identifier_token19] = ACTIONS(1018), + [aux_sym_cmd_identifier_token20] = ACTIONS(1018), + [aux_sym_cmd_identifier_token21] = ACTIONS(1018), + [aux_sym_cmd_identifier_token22] = ACTIONS(1018), + [aux_sym_cmd_identifier_token23] = ACTIONS(1018), + [aux_sym_cmd_identifier_token24] = ACTIONS(1018), + [aux_sym_cmd_identifier_token25] = ACTIONS(1018), + [aux_sym_cmd_identifier_token26] = ACTIONS(1018), + [aux_sym_cmd_identifier_token27] = ACTIONS(1018), + [aux_sym_cmd_identifier_token28] = ACTIONS(1018), + [aux_sym_cmd_identifier_token29] = ACTIONS(1018), + [aux_sym_cmd_identifier_token30] = ACTIONS(1018), + [aux_sym_cmd_identifier_token31] = ACTIONS(1018), + [aux_sym_cmd_identifier_token32] = ACTIONS(1018), + [aux_sym_cmd_identifier_token33] = ACTIONS(1018), + [aux_sym_cmd_identifier_token34] = ACTIONS(1018), + [aux_sym_cmd_identifier_token35] = ACTIONS(1018), + [aux_sym_cmd_identifier_token36] = ACTIONS(1018), + [aux_sym_cmd_identifier_token37] = ACTIONS(1018), + [aux_sym_cmd_identifier_token38] = ACTIONS(1018), + [aux_sym_cmd_identifier_token39] = ACTIONS(1018), + [aux_sym_cmd_identifier_token40] = ACTIONS(1018), + [anon_sym_def] = ACTIONS(1018), + [anon_sym_export_DASHenv] = ACTIONS(1018), + [anon_sym_extern] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_LPAREN] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(1018), + [anon_sym_error] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_make] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [anon_sym_do] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_else] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1018), + [anon_sym_try] = ACTIONS(1018), + [anon_sym_catch] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_source] = ACTIONS(1018), + [anon_sym_source_DASHenv] = ACTIONS(1018), + [anon_sym_register] = ACTIONS(1018), + [anon_sym_hide] = ACTIONS(1018), + [anon_sym_hide_DASHenv] = ACTIONS(1018), + [anon_sym_overlay] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1018), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1018), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1018), + [aux_sym__val_number_decimal_token3] = ACTIONS(1018), + [aux_sym__val_number_decimal_token4] = ACTIONS(1018), + [aux_sym__val_number_token1] = ACTIONS(1018), + [aux_sym__val_number_token2] = ACTIONS(1018), + [aux_sym__val_number_token3] = ACTIONS(1018), + [aux_sym__val_number_token4] = ACTIONS(1018), + [aux_sym__val_number_token5] = ACTIONS(1018), + [aux_sym__val_number_token6] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym__str_single_quotes] = ACTIONS(1018), + [sym__str_back_ticks] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1018), + [sym__entry_separator] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1020), }, [447] = { [sym_comment] = STATE(447), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2051), - [aux_sym_cmd_identifier_token3] = ACTIONS(2051), - [aux_sym_cmd_identifier_token4] = ACTIONS(2051), - [aux_sym_cmd_identifier_token5] = ACTIONS(2051), - [aux_sym_cmd_identifier_token6] = ACTIONS(2051), - [aux_sym_cmd_identifier_token7] = ACTIONS(2051), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2051), - [aux_sym_cmd_identifier_token11] = ACTIONS(2051), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2051), - [aux_sym_cmd_identifier_token17] = ACTIONS(2051), - [aux_sym_cmd_identifier_token18] = ACTIONS(2051), - [aux_sym_cmd_identifier_token19] = ACTIONS(2051), - [aux_sym_cmd_identifier_token20] = ACTIONS(2051), - [aux_sym_cmd_identifier_token21] = ACTIONS(2051), - [aux_sym_cmd_identifier_token22] = ACTIONS(2051), - [aux_sym_cmd_identifier_token23] = ACTIONS(2051), - [aux_sym_cmd_identifier_token24] = ACTIONS(2051), - [aux_sym_cmd_identifier_token25] = ACTIONS(2051), - [aux_sym_cmd_identifier_token26] = ACTIONS(2051), - [aux_sym_cmd_identifier_token27] = ACTIONS(2051), - [aux_sym_cmd_identifier_token28] = ACTIONS(2051), - [aux_sym_cmd_identifier_token29] = ACTIONS(2051), - [aux_sym_cmd_identifier_token30] = ACTIONS(2051), - [aux_sym_cmd_identifier_token31] = ACTIONS(2051), - [aux_sym_cmd_identifier_token32] = ACTIONS(2051), - [aux_sym_cmd_identifier_token33] = ACTIONS(2051), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2051), - [aux_sym_cmd_identifier_token36] = ACTIONS(2051), - [aux_sym_cmd_identifier_token37] = ACTIONS(2051), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2051), - [aux_sym_cmd_identifier_token40] = ACTIONS(2051), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2051), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2051), - [anon_sym_DOT_DOT2] = ACTIONS(2045), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2047), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2047), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2051), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2051), - [aux_sym__val_number_decimal_token3] = ACTIONS(2051), - [aux_sym__val_number_decimal_token4] = ACTIONS(2051), - [aux_sym__val_number_token1] = ACTIONS(2051), - [aux_sym__val_number_token2] = ACTIONS(2051), - [aux_sym__val_number_token3] = ACTIONS(2051), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [sym__str_single_quotes] = ACTIONS(2051), - [sym__str_back_ticks] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2051), - [sym__entry_separator] = ACTIONS(2053), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2053), + [sym_raw_string_begin] = ACTIONS(1727), }, [448] = { + [sym_path] = STATE(557), [sym_comment] = STATE(448), - [anon_sym_export] = ACTIONS(2055), - [anon_sym_alias] = ACTIONS(2055), - [anon_sym_let] = ACTIONS(2055), - [anon_sym_let_DASHenv] = ACTIONS(2055), - [anon_sym_mut] = ACTIONS(2055), - [anon_sym_const] = ACTIONS(2055), - [aux_sym_cmd_identifier_token1] = ACTIONS(2055), - [aux_sym_cmd_identifier_token2] = ACTIONS(2055), - [aux_sym_cmd_identifier_token3] = ACTIONS(2055), - [aux_sym_cmd_identifier_token4] = ACTIONS(2055), - [aux_sym_cmd_identifier_token5] = ACTIONS(2055), - [aux_sym_cmd_identifier_token6] = ACTIONS(2055), - [aux_sym_cmd_identifier_token7] = ACTIONS(2055), - [aux_sym_cmd_identifier_token8] = ACTIONS(2055), - [aux_sym_cmd_identifier_token9] = ACTIONS(2055), - [aux_sym_cmd_identifier_token10] = ACTIONS(2055), - [aux_sym_cmd_identifier_token11] = ACTIONS(2055), - [aux_sym_cmd_identifier_token12] = ACTIONS(2055), - [aux_sym_cmd_identifier_token13] = ACTIONS(2055), - [aux_sym_cmd_identifier_token14] = ACTIONS(2055), - [aux_sym_cmd_identifier_token15] = ACTIONS(2055), - [aux_sym_cmd_identifier_token16] = ACTIONS(2055), - [aux_sym_cmd_identifier_token17] = ACTIONS(2055), - [aux_sym_cmd_identifier_token18] = ACTIONS(2055), - [aux_sym_cmd_identifier_token19] = ACTIONS(2055), - [aux_sym_cmd_identifier_token20] = ACTIONS(2055), - [aux_sym_cmd_identifier_token21] = ACTIONS(2055), - [aux_sym_cmd_identifier_token22] = ACTIONS(2055), - [aux_sym_cmd_identifier_token23] = ACTIONS(2055), - [aux_sym_cmd_identifier_token24] = ACTIONS(2055), - [aux_sym_cmd_identifier_token25] = ACTIONS(2055), - [aux_sym_cmd_identifier_token26] = ACTIONS(2055), - [aux_sym_cmd_identifier_token27] = ACTIONS(2055), - [aux_sym_cmd_identifier_token28] = ACTIONS(2055), - [aux_sym_cmd_identifier_token29] = ACTIONS(2055), - [aux_sym_cmd_identifier_token30] = ACTIONS(2055), - [aux_sym_cmd_identifier_token31] = ACTIONS(2055), - [aux_sym_cmd_identifier_token32] = ACTIONS(2055), - [aux_sym_cmd_identifier_token33] = ACTIONS(2055), - [aux_sym_cmd_identifier_token34] = ACTIONS(2055), - [aux_sym_cmd_identifier_token35] = ACTIONS(2055), - [aux_sym_cmd_identifier_token36] = ACTIONS(2055), - [aux_sym_cmd_identifier_token37] = ACTIONS(2055), - [aux_sym_cmd_identifier_token38] = ACTIONS(2055), - [aux_sym_cmd_identifier_token39] = ACTIONS(2055), - [aux_sym_cmd_identifier_token40] = ACTIONS(2055), - [anon_sym_def] = ACTIONS(2055), - [anon_sym_export_DASHenv] = ACTIONS(2055), - [anon_sym_extern] = ACTIONS(2055), - [anon_sym_module] = ACTIONS(2055), - [anon_sym_use] = ACTIONS(2055), - [anon_sym_LPAREN] = ACTIONS(2055), - [anon_sym_DOLLAR] = ACTIONS(2055), - [anon_sym_error] = ACTIONS(2055), - [anon_sym_DASH2] = ACTIONS(2055), - [anon_sym_break] = ACTIONS(2055), - [anon_sym_continue] = ACTIONS(2055), - [anon_sym_for] = ACTIONS(2055), - [anon_sym_in2] = ACTIONS(2055), - [anon_sym_loop] = ACTIONS(2055), - [anon_sym_make] = ACTIONS(2055), - [anon_sym_while] = ACTIONS(2055), - [anon_sym_do] = ACTIONS(2055), - [anon_sym_if] = ACTIONS(2055), - [anon_sym_else] = ACTIONS(2055), - [anon_sym_match] = ACTIONS(2055), - [anon_sym_RBRACE] = ACTIONS(2055), - [anon_sym_try] = ACTIONS(2055), - [anon_sym_catch] = ACTIONS(2055), - [anon_sym_return] = ACTIONS(2055), - [anon_sym_source] = ACTIONS(2055), - [anon_sym_source_DASHenv] = ACTIONS(2055), - [anon_sym_register] = ACTIONS(2055), - [anon_sym_hide] = ACTIONS(2055), - [anon_sym_hide_DASHenv] = ACTIONS(2055), - [anon_sym_overlay] = ACTIONS(2055), - [anon_sym_as] = ACTIONS(2055), - [anon_sym_PLUS2] = ACTIONS(2055), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2055), - [anon_sym_DOT_DOT2] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2057), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2057), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2055), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_decimal_token2] = ACTIONS(2055), - [aux_sym__val_number_decimal_token3] = ACTIONS(2055), - [aux_sym__val_number_decimal_token4] = ACTIONS(2055), - [aux_sym__val_number_token1] = ACTIONS(2055), - [aux_sym__val_number_token2] = ACTIONS(2055), - [aux_sym__val_number_token3] = ACTIONS(2055), - [aux_sym__val_number_token4] = ACTIONS(2055), - [aux_sym__val_number_token5] = ACTIONS(2055), - [aux_sym__val_number_token6] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(2055), - [sym__str_single_quotes] = ACTIONS(2055), - [sym__str_back_ticks] = ACTIONS(2055), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2055), - [sym__entry_separator] = ACTIONS(2057), + [aux_sym_cell_path_repeat1] = STATE(448), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [aux_sym_cmd_identifier_token1] = ACTIONS(941), + [aux_sym_cmd_identifier_token2] = ACTIONS(941), + [aux_sym_cmd_identifier_token3] = ACTIONS(941), + [aux_sym_cmd_identifier_token4] = ACTIONS(941), + [aux_sym_cmd_identifier_token5] = ACTIONS(941), + [aux_sym_cmd_identifier_token6] = ACTIONS(941), + [aux_sym_cmd_identifier_token7] = ACTIONS(941), + [aux_sym_cmd_identifier_token8] = ACTIONS(941), + [aux_sym_cmd_identifier_token9] = ACTIONS(941), + [aux_sym_cmd_identifier_token10] = ACTIONS(941), + [aux_sym_cmd_identifier_token11] = ACTIONS(941), + [aux_sym_cmd_identifier_token12] = ACTIONS(941), + [aux_sym_cmd_identifier_token13] = ACTIONS(941), + [aux_sym_cmd_identifier_token14] = ACTIONS(941), + [aux_sym_cmd_identifier_token15] = ACTIONS(941), + [aux_sym_cmd_identifier_token16] = ACTIONS(941), + [aux_sym_cmd_identifier_token17] = ACTIONS(941), + [aux_sym_cmd_identifier_token18] = ACTIONS(941), + [aux_sym_cmd_identifier_token19] = ACTIONS(941), + [aux_sym_cmd_identifier_token20] = ACTIONS(941), + [aux_sym_cmd_identifier_token21] = ACTIONS(941), + [aux_sym_cmd_identifier_token22] = ACTIONS(941), + [aux_sym_cmd_identifier_token23] = ACTIONS(941), + [aux_sym_cmd_identifier_token24] = ACTIONS(941), + [aux_sym_cmd_identifier_token25] = ACTIONS(941), + [aux_sym_cmd_identifier_token26] = ACTIONS(941), + [aux_sym_cmd_identifier_token27] = ACTIONS(941), + [aux_sym_cmd_identifier_token28] = ACTIONS(941), + [aux_sym_cmd_identifier_token29] = ACTIONS(941), + [aux_sym_cmd_identifier_token30] = ACTIONS(941), + [aux_sym_cmd_identifier_token31] = ACTIONS(941), + [aux_sym_cmd_identifier_token32] = ACTIONS(941), + [aux_sym_cmd_identifier_token33] = ACTIONS(941), + [aux_sym_cmd_identifier_token34] = ACTIONS(941), + [aux_sym_cmd_identifier_token35] = ACTIONS(941), + [aux_sym_cmd_identifier_token36] = ACTIONS(941), + [aux_sym_cmd_identifier_token37] = ACTIONS(941), + [aux_sym_cmd_identifier_token38] = ACTIONS(941), + [aux_sym_cmd_identifier_token39] = ACTIONS(941), + [aux_sym_cmd_identifier_token40] = ACTIONS(941), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_error] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(941), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(941), + [aux_sym__val_number_decimal_token3] = ACTIONS(941), + [aux_sym__val_number_decimal_token4] = ACTIONS(941), + [aux_sym__val_number_token1] = ACTIONS(941), + [aux_sym__val_number_token2] = ACTIONS(941), + [aux_sym__val_number_token3] = ACTIONS(941), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [sym__str_single_quotes] = ACTIONS(941), + [sym__str_back_ticks] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(941), + [sym__entry_separator] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(2099), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2057), + [sym_raw_string_begin] = ACTIONS(943), }, [449] = { - [sym_cell_path] = STATE(699), - [sym_path] = STATE(631), [sym_comment] = STATE(449), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1949), - [anon_sym_alias] = ACTIONS(1949), - [anon_sym_let] = ACTIONS(1949), - [anon_sym_let_DASHenv] = ACTIONS(1949), - [anon_sym_mut] = ACTIONS(1949), - [anon_sym_const] = ACTIONS(1949), - [aux_sym_cmd_identifier_token1] = ACTIONS(1949), - [aux_sym_cmd_identifier_token2] = ACTIONS(1951), - [aux_sym_cmd_identifier_token3] = ACTIONS(1951), - [aux_sym_cmd_identifier_token4] = ACTIONS(1951), - [aux_sym_cmd_identifier_token5] = ACTIONS(1951), - [aux_sym_cmd_identifier_token6] = ACTIONS(1951), - [aux_sym_cmd_identifier_token7] = ACTIONS(1951), - [aux_sym_cmd_identifier_token8] = ACTIONS(1949), - [aux_sym_cmd_identifier_token9] = ACTIONS(1949), - [aux_sym_cmd_identifier_token10] = ACTIONS(1951), - [aux_sym_cmd_identifier_token11] = ACTIONS(1951), - [aux_sym_cmd_identifier_token12] = ACTIONS(1949), - [aux_sym_cmd_identifier_token13] = ACTIONS(1949), - [aux_sym_cmd_identifier_token14] = ACTIONS(1949), - [aux_sym_cmd_identifier_token15] = ACTIONS(1949), - [aux_sym_cmd_identifier_token16] = ACTIONS(1951), - [aux_sym_cmd_identifier_token17] = ACTIONS(1951), - [aux_sym_cmd_identifier_token18] = ACTIONS(1951), - [aux_sym_cmd_identifier_token19] = ACTIONS(1951), - [aux_sym_cmd_identifier_token20] = ACTIONS(1951), - [aux_sym_cmd_identifier_token21] = ACTIONS(1951), - [aux_sym_cmd_identifier_token22] = ACTIONS(1951), - [aux_sym_cmd_identifier_token23] = ACTIONS(1951), - [aux_sym_cmd_identifier_token24] = ACTIONS(1951), - [aux_sym_cmd_identifier_token25] = ACTIONS(1951), - [aux_sym_cmd_identifier_token26] = ACTIONS(1951), - [aux_sym_cmd_identifier_token27] = ACTIONS(1951), - [aux_sym_cmd_identifier_token28] = ACTIONS(1951), - [aux_sym_cmd_identifier_token29] = ACTIONS(1951), - [aux_sym_cmd_identifier_token30] = ACTIONS(1951), - [aux_sym_cmd_identifier_token31] = ACTIONS(1951), - [aux_sym_cmd_identifier_token32] = ACTIONS(1951), - [aux_sym_cmd_identifier_token33] = ACTIONS(1951), - [aux_sym_cmd_identifier_token34] = ACTIONS(1949), - [aux_sym_cmd_identifier_token35] = ACTIONS(1951), - [aux_sym_cmd_identifier_token36] = ACTIONS(1951), - [aux_sym_cmd_identifier_token37] = ACTIONS(1951), - [aux_sym_cmd_identifier_token38] = ACTIONS(1949), - [aux_sym_cmd_identifier_token39] = ACTIONS(1951), - [aux_sym_cmd_identifier_token40] = ACTIONS(1951), - [anon_sym_def] = ACTIONS(1949), - [anon_sym_export_DASHenv] = ACTIONS(1949), - [anon_sym_extern] = ACTIONS(1949), - [anon_sym_module] = ACTIONS(1949), - [anon_sym_use] = ACTIONS(1949), - [anon_sym_LPAREN] = ACTIONS(1951), - [anon_sym_DOLLAR] = ACTIONS(1951), - [anon_sym_error] = ACTIONS(1949), - [anon_sym_DASH2] = ACTIONS(1949), - [anon_sym_break] = ACTIONS(1949), - [anon_sym_continue] = ACTIONS(1949), - [anon_sym_for] = ACTIONS(1949), - [anon_sym_in2] = ACTIONS(1949), - [anon_sym_loop] = ACTIONS(1949), - [anon_sym_make] = ACTIONS(1949), - [anon_sym_while] = ACTIONS(1949), - [anon_sym_do] = ACTIONS(1949), - [anon_sym_if] = ACTIONS(1949), - [anon_sym_else] = ACTIONS(1949), - [anon_sym_match] = ACTIONS(1949), - [anon_sym_RBRACE] = ACTIONS(1951), - [anon_sym_try] = ACTIONS(1949), - [anon_sym_catch] = ACTIONS(1949), - [anon_sym_return] = ACTIONS(1949), - [anon_sym_source] = ACTIONS(1949), - [anon_sym_source_DASHenv] = ACTIONS(1949), - [anon_sym_register] = ACTIONS(1949), - [anon_sym_hide] = ACTIONS(1949), - [anon_sym_hide_DASHenv] = ACTIONS(1949), - [anon_sym_overlay] = ACTIONS(1949), - [anon_sym_as] = ACTIONS(1949), - [anon_sym_PLUS2] = ACTIONS(1949), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1951), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1951), - [aux_sym__val_number_decimal_token1] = ACTIONS(1949), - [aux_sym__val_number_decimal_token2] = ACTIONS(1951), - [aux_sym__val_number_decimal_token3] = ACTIONS(1951), - [aux_sym__val_number_decimal_token4] = ACTIONS(1951), - [aux_sym__val_number_token1] = ACTIONS(1951), - [aux_sym__val_number_token2] = ACTIONS(1951), - [aux_sym__val_number_token3] = ACTIONS(1951), - [aux_sym__val_number_token4] = ACTIONS(1949), - [aux_sym__val_number_token5] = ACTIONS(1949), - [aux_sym__val_number_token6] = ACTIONS(1949), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym__str_single_quotes] = ACTIONS(1951), - [sym__str_back_ticks] = ACTIONS(1951), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1951), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(984), + [anon_sym_alias] = ACTIONS(984), + [anon_sym_let] = ACTIONS(984), + [anon_sym_let_DASHenv] = ACTIONS(984), + [anon_sym_mut] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [aux_sym_cmd_identifier_token1] = ACTIONS(984), + [aux_sym_cmd_identifier_token2] = ACTIONS(986), + [aux_sym_cmd_identifier_token3] = ACTIONS(986), + [aux_sym_cmd_identifier_token4] = ACTIONS(986), + [aux_sym_cmd_identifier_token5] = ACTIONS(986), + [aux_sym_cmd_identifier_token6] = ACTIONS(986), + [aux_sym_cmd_identifier_token7] = ACTIONS(986), + [aux_sym_cmd_identifier_token8] = ACTIONS(984), + [aux_sym_cmd_identifier_token9] = ACTIONS(984), + [aux_sym_cmd_identifier_token10] = ACTIONS(986), + [aux_sym_cmd_identifier_token11] = ACTIONS(986), + [aux_sym_cmd_identifier_token12] = ACTIONS(984), + [aux_sym_cmd_identifier_token13] = ACTIONS(984), + [aux_sym_cmd_identifier_token14] = ACTIONS(984), + [aux_sym_cmd_identifier_token15] = ACTIONS(984), + [aux_sym_cmd_identifier_token16] = ACTIONS(986), + [aux_sym_cmd_identifier_token17] = ACTIONS(986), + [aux_sym_cmd_identifier_token18] = ACTIONS(986), + [aux_sym_cmd_identifier_token19] = ACTIONS(986), + [aux_sym_cmd_identifier_token20] = ACTIONS(986), + [aux_sym_cmd_identifier_token21] = ACTIONS(986), + [aux_sym_cmd_identifier_token22] = ACTIONS(986), + [aux_sym_cmd_identifier_token23] = ACTIONS(986), + [aux_sym_cmd_identifier_token24] = ACTIONS(986), + [aux_sym_cmd_identifier_token25] = ACTIONS(986), + [aux_sym_cmd_identifier_token26] = ACTIONS(986), + [aux_sym_cmd_identifier_token27] = ACTIONS(986), + [aux_sym_cmd_identifier_token28] = ACTIONS(986), + [aux_sym_cmd_identifier_token29] = ACTIONS(986), + [aux_sym_cmd_identifier_token30] = ACTIONS(986), + [aux_sym_cmd_identifier_token31] = ACTIONS(986), + [aux_sym_cmd_identifier_token32] = ACTIONS(986), + [aux_sym_cmd_identifier_token33] = ACTIONS(986), + [aux_sym_cmd_identifier_token34] = ACTIONS(984), + [aux_sym_cmd_identifier_token35] = ACTIONS(986), + [aux_sym_cmd_identifier_token36] = ACTIONS(986), + [aux_sym_cmd_identifier_token37] = ACTIONS(986), + [aux_sym_cmd_identifier_token38] = ACTIONS(984), + [aux_sym_cmd_identifier_token39] = ACTIONS(986), + [aux_sym_cmd_identifier_token40] = ACTIONS(986), + [anon_sym_def] = ACTIONS(984), + [anon_sym_export_DASHenv] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym_module] = ACTIONS(984), + [anon_sym_use] = ACTIONS(984), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(986), + [anon_sym_error] = ACTIONS(984), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_in2] = ACTIONS(984), + [anon_sym_loop] = ACTIONS(984), + [anon_sym_make] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_match] = ACTIONS(984), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_try] = ACTIONS(984), + [anon_sym_catch] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_source] = ACTIONS(984), + [anon_sym_source_DASHenv] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_hide] = ACTIONS(984), + [anon_sym_hide_DASHenv] = ACTIONS(984), + [anon_sym_overlay] = ACTIONS(984), + [anon_sym_as] = ACTIONS(984), + [anon_sym_PLUS2] = ACTIONS(984), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(986), + [anon_sym_DOT_DOT2] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), + [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(986), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(986), + [aux_sym__val_number_decimal_token3] = ACTIONS(986), + [aux_sym__val_number_decimal_token4] = ACTIONS(986), + [aux_sym__val_number_token1] = ACTIONS(986), + [aux_sym__val_number_token2] = ACTIONS(986), + [aux_sym__val_number_token3] = ACTIONS(986), + [aux_sym__val_number_token4] = ACTIONS(984), + [aux_sym__val_number_token5] = ACTIONS(984), + [aux_sym__val_number_token6] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym__str_single_quotes] = ACTIONS(986), + [sym__str_back_ticks] = ACTIONS(986), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1951), + [sym_raw_string_begin] = ACTIONS(986), }, [450] = { - [sym_expr_parenthesized] = STATE(4116), - [sym__spread_parenthesized] = STATE(4649), - [sym_val_range] = STATE(4615), - [sym__val_range] = STATE(7680), - [sym__val_range_with_end] = STATE(7253), - [sym__value] = STATE(4615), - [sym_val_nothing] = STATE(4586), - [sym_val_bool] = STATE(4323), - [sym__spread_variable] = STATE(4636), - [sym_val_variable] = STATE(4238), - [sym_val_number] = STATE(4586), - [sym__val_number_decimal] = STATE(3859), - [sym__val_number] = STATE(4589), - [sym_val_duration] = STATE(4586), - [sym_val_filesize] = STATE(4586), - [sym_val_binary] = STATE(4586), - [sym_val_string] = STATE(4586), - [sym__raw_str] = STATE(3998), - [sym__str_double_quotes] = STATE(3998), - [sym_val_interpolated] = STATE(4586), - [sym__inter_single_quotes] = STATE(4590), - [sym__inter_double_quotes] = STATE(4591), - [sym_val_list] = STATE(4586), - [sym__spread_list] = STATE(4649), - [sym_val_record] = STATE(4586), - [sym_val_table] = STATE(4586), - [sym_val_closure] = STATE(4586), - [sym__cmd_arg] = STATE(4635), - [sym_redirection] = STATE(4642), - [sym_short_flag] = STATE(4688), - [sym_long_flag] = STATE(4688), - [sym_unquoted] = STATE(4355), - [sym__unquoted_with_expr] = STATE(4723), - [sym__unquoted_anonymous_prefix] = STATE(6984), [sym_comment] = STATE(450), - [ts_builtin_sym_end] = ACTIONS(1841), - [sym__newline] = ACTIONS(1839), - [sym__space] = ACTIONS(1841), - [anon_sym_SEMI] = ACTIONS(1839), - [anon_sym_PIPE] = ACTIONS(1839), - [anon_sym_err_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_GT_PIPE] = ACTIONS(1839), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1839), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1839), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1839), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(2059), - [anon_sym_LPAREN] = ACTIONS(2061), - [anon_sym_DOLLAR] = ACTIONS(2063), - [anon_sym_DASH_DASH] = ACTIONS(2065), - [anon_sym_DASH2] = ACTIONS(2067), - [anon_sym_LBRACE] = ACTIONS(2069), - [anon_sym_DOT_DOT] = ACTIONS(2071), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2073), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2075), - [anon_sym_DOT_DOT_LT] = ACTIONS(2075), - [anon_sym_null] = ACTIONS(2077), - [anon_sym_true] = ACTIONS(2079), - [anon_sym_false] = ACTIONS(2079), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2081), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_decimal_token2] = ACTIONS(2083), - [aux_sym__val_number_decimal_token3] = ACTIONS(2085), - [aux_sym__val_number_decimal_token4] = ACTIONS(2087), - [aux_sym__val_number_token1] = ACTIONS(2089), - [aux_sym__val_number_token2] = ACTIONS(2089), - [aux_sym__val_number_token3] = ACTIONS(2089), - [aux_sym__val_number_token4] = ACTIONS(2091), - [aux_sym__val_number_token5] = ACTIONS(2091), - [aux_sym__val_number_token6] = ACTIONS(2091), - [anon_sym_0b] = ACTIONS(2093), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(2097), - [anon_sym_DQUOTE] = ACTIONS(2099), - [sym__str_single_quotes] = ACTIONS(2101), - [sym__str_back_ticks] = ACTIONS(2101), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2105), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2107), - [anon_sym_err_GT] = ACTIONS(2109), - [anon_sym_out_GT] = ACTIONS(2109), - [anon_sym_e_GT] = ACTIONS(2109), - [anon_sym_o_GT] = ACTIONS(2109), - [anon_sym_err_PLUSout_GT] = ACTIONS(2109), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2109), - [anon_sym_o_PLUSe_GT] = ACTIONS(2109), - [anon_sym_e_PLUSo_GT] = ACTIONS(2109), - [anon_sym_err_GT_GT] = ACTIONS(2109), - [anon_sym_out_GT_GT] = ACTIONS(2109), - [anon_sym_e_GT_GT] = ACTIONS(2109), - [anon_sym_o_GT_GT] = ACTIONS(2109), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2109), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2109), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2109), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2109), - [aux_sym_unquoted_token1] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2113), + [anon_sym_export] = ACTIONS(980), + [anon_sym_alias] = ACTIONS(980), + [anon_sym_let] = ACTIONS(980), + [anon_sym_let_DASHenv] = ACTIONS(980), + [anon_sym_mut] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [aux_sym_cmd_identifier_token1] = ACTIONS(980), + [aux_sym_cmd_identifier_token2] = ACTIONS(982), + [aux_sym_cmd_identifier_token3] = ACTIONS(982), + [aux_sym_cmd_identifier_token4] = ACTIONS(982), + [aux_sym_cmd_identifier_token5] = ACTIONS(982), + [aux_sym_cmd_identifier_token6] = ACTIONS(982), + [aux_sym_cmd_identifier_token7] = ACTIONS(982), + [aux_sym_cmd_identifier_token8] = ACTIONS(980), + [aux_sym_cmd_identifier_token9] = ACTIONS(980), + [aux_sym_cmd_identifier_token10] = ACTIONS(982), + [aux_sym_cmd_identifier_token11] = ACTIONS(982), + [aux_sym_cmd_identifier_token12] = ACTIONS(980), + [aux_sym_cmd_identifier_token13] = ACTIONS(980), + [aux_sym_cmd_identifier_token14] = ACTIONS(980), + [aux_sym_cmd_identifier_token15] = ACTIONS(980), + [aux_sym_cmd_identifier_token16] = ACTIONS(982), + [aux_sym_cmd_identifier_token17] = ACTIONS(982), + [aux_sym_cmd_identifier_token18] = ACTIONS(982), + [aux_sym_cmd_identifier_token19] = ACTIONS(982), + [aux_sym_cmd_identifier_token20] = ACTIONS(982), + [aux_sym_cmd_identifier_token21] = ACTIONS(982), + [aux_sym_cmd_identifier_token22] = ACTIONS(982), + [aux_sym_cmd_identifier_token23] = ACTIONS(982), + [aux_sym_cmd_identifier_token24] = ACTIONS(982), + [aux_sym_cmd_identifier_token25] = ACTIONS(982), + [aux_sym_cmd_identifier_token26] = ACTIONS(982), + [aux_sym_cmd_identifier_token27] = ACTIONS(982), + [aux_sym_cmd_identifier_token28] = ACTIONS(982), + [aux_sym_cmd_identifier_token29] = ACTIONS(982), + [aux_sym_cmd_identifier_token30] = ACTIONS(982), + [aux_sym_cmd_identifier_token31] = ACTIONS(982), + [aux_sym_cmd_identifier_token32] = ACTIONS(982), + [aux_sym_cmd_identifier_token33] = ACTIONS(982), + [aux_sym_cmd_identifier_token34] = ACTIONS(980), + [aux_sym_cmd_identifier_token35] = ACTIONS(982), + [aux_sym_cmd_identifier_token36] = ACTIONS(982), + [aux_sym_cmd_identifier_token37] = ACTIONS(982), + [aux_sym_cmd_identifier_token38] = ACTIONS(980), + [aux_sym_cmd_identifier_token39] = ACTIONS(982), + [aux_sym_cmd_identifier_token40] = ACTIONS(982), + [anon_sym_def] = ACTIONS(980), + [anon_sym_export_DASHenv] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym_module] = ACTIONS(980), + [anon_sym_use] = ACTIONS(980), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_DOLLAR] = ACTIONS(982), + [anon_sym_error] = ACTIONS(980), + [anon_sym_DASH2] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_in2] = ACTIONS(980), + [anon_sym_loop] = ACTIONS(980), + [anon_sym_make] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_match] = ACTIONS(980), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_try] = ACTIONS(980), + [anon_sym_catch] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_source] = ACTIONS(980), + [anon_sym_source_DASHenv] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_hide] = ACTIONS(980), + [anon_sym_hide_DASHenv] = ACTIONS(980), + [anon_sym_overlay] = ACTIONS(980), + [anon_sym_as] = ACTIONS(980), + [anon_sym_PLUS2] = ACTIONS(980), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), + [anon_sym_DOT_DOT2] = ACTIONS(980), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), + [anon_sym_DOT_DOT_LT2] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), + [aux_sym__val_number_decimal_token1] = ACTIONS(980), + [aux_sym__val_number_decimal_token2] = ACTIONS(982), + [aux_sym__val_number_decimal_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token4] = ACTIONS(982), + [aux_sym__val_number_token1] = ACTIONS(982), + [aux_sym__val_number_token2] = ACTIONS(982), + [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_token4] = ACTIONS(980), + [aux_sym__val_number_token5] = ACTIONS(980), + [aux_sym__val_number_token6] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym__str_single_quotes] = ACTIONS(982), + [sym__str_back_ticks] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), + [anon_sym_DOT2] = ACTIONS(980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(982), }, [451] = { - [sym_cell_path] = STATE(707), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(708), + [sym_path] = STATE(656), [sym_comment] = STATE(451), - [aux_sym_cell_path_repeat1] = STATE(522), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(2005), + [anon_sym_alias] = ACTIONS(2005), + [anon_sym_let] = ACTIONS(2005), + [anon_sym_let_DASHenv] = ACTIONS(2005), + [anon_sym_mut] = ACTIONS(2005), + [anon_sym_const] = ACTIONS(2005), + [aux_sym_cmd_identifier_token1] = ACTIONS(2005), + [aux_sym_cmd_identifier_token2] = ACTIONS(2007), + [aux_sym_cmd_identifier_token3] = ACTIONS(2007), + [aux_sym_cmd_identifier_token4] = ACTIONS(2007), + [aux_sym_cmd_identifier_token5] = ACTIONS(2007), + [aux_sym_cmd_identifier_token6] = ACTIONS(2007), + [aux_sym_cmd_identifier_token7] = ACTIONS(2007), + [aux_sym_cmd_identifier_token8] = ACTIONS(2005), + [aux_sym_cmd_identifier_token9] = ACTIONS(2005), + [aux_sym_cmd_identifier_token10] = ACTIONS(2007), + [aux_sym_cmd_identifier_token11] = ACTIONS(2007), + [aux_sym_cmd_identifier_token12] = ACTIONS(2005), + [aux_sym_cmd_identifier_token13] = ACTIONS(2005), + [aux_sym_cmd_identifier_token14] = ACTIONS(2005), + [aux_sym_cmd_identifier_token15] = ACTIONS(2005), + [aux_sym_cmd_identifier_token16] = ACTIONS(2007), + [aux_sym_cmd_identifier_token17] = ACTIONS(2007), + [aux_sym_cmd_identifier_token18] = ACTIONS(2007), + [aux_sym_cmd_identifier_token19] = ACTIONS(2007), + [aux_sym_cmd_identifier_token20] = ACTIONS(2007), + [aux_sym_cmd_identifier_token21] = ACTIONS(2007), + [aux_sym_cmd_identifier_token22] = ACTIONS(2007), + [aux_sym_cmd_identifier_token23] = ACTIONS(2007), + [aux_sym_cmd_identifier_token24] = ACTIONS(2007), + [aux_sym_cmd_identifier_token25] = ACTIONS(2007), + [aux_sym_cmd_identifier_token26] = ACTIONS(2007), + [aux_sym_cmd_identifier_token27] = ACTIONS(2007), + [aux_sym_cmd_identifier_token28] = ACTIONS(2007), + [aux_sym_cmd_identifier_token29] = ACTIONS(2007), + [aux_sym_cmd_identifier_token30] = ACTIONS(2007), + [aux_sym_cmd_identifier_token31] = ACTIONS(2007), + [aux_sym_cmd_identifier_token32] = ACTIONS(2007), + [aux_sym_cmd_identifier_token33] = ACTIONS(2007), + [aux_sym_cmd_identifier_token34] = ACTIONS(2005), + [aux_sym_cmd_identifier_token35] = ACTIONS(2007), + [aux_sym_cmd_identifier_token36] = ACTIONS(2007), + [aux_sym_cmd_identifier_token37] = ACTIONS(2007), + [aux_sym_cmd_identifier_token38] = ACTIONS(2005), + [aux_sym_cmd_identifier_token39] = ACTIONS(2007), + [aux_sym_cmd_identifier_token40] = ACTIONS(2007), + [anon_sym_def] = ACTIONS(2005), + [anon_sym_export_DASHenv] = ACTIONS(2005), + [anon_sym_extern] = ACTIONS(2005), + [anon_sym_module] = ACTIONS(2005), + [anon_sym_use] = ACTIONS(2005), + [anon_sym_LPAREN] = ACTIONS(2007), + [anon_sym_DOLLAR] = ACTIONS(2007), + [anon_sym_error] = ACTIONS(2005), + [anon_sym_DASH2] = ACTIONS(2005), + [anon_sym_break] = ACTIONS(2005), + [anon_sym_continue] = ACTIONS(2005), + [anon_sym_for] = ACTIONS(2005), + [anon_sym_in2] = ACTIONS(2005), + [anon_sym_loop] = ACTIONS(2005), + [anon_sym_make] = ACTIONS(2005), + [anon_sym_while] = ACTIONS(2005), + [anon_sym_do] = ACTIONS(2005), + [anon_sym_if] = ACTIONS(2005), + [anon_sym_else] = ACTIONS(2005), + [anon_sym_match] = ACTIONS(2005), + [anon_sym_RBRACE] = ACTIONS(2007), + [anon_sym_try] = ACTIONS(2005), + [anon_sym_catch] = ACTIONS(2005), + [anon_sym_return] = ACTIONS(2005), + [anon_sym_source] = ACTIONS(2005), + [anon_sym_source_DASHenv] = ACTIONS(2005), + [anon_sym_register] = ACTIONS(2005), + [anon_sym_hide] = ACTIONS(2005), + [anon_sym_hide_DASHenv] = ACTIONS(2005), + [anon_sym_overlay] = ACTIONS(2005), + [anon_sym_as] = ACTIONS(2005), + [anon_sym_PLUS2] = ACTIONS(2005), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2007), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2007), + [aux_sym__val_number_decimal_token1] = ACTIONS(2005), + [aux_sym__val_number_decimal_token2] = ACTIONS(2007), + [aux_sym__val_number_decimal_token3] = ACTIONS(2007), + [aux_sym__val_number_decimal_token4] = ACTIONS(2007), + [aux_sym__val_number_token1] = ACTIONS(2007), + [aux_sym__val_number_token2] = ACTIONS(2007), + [aux_sym__val_number_token3] = ACTIONS(2007), + [aux_sym__val_number_token4] = ACTIONS(2005), + [aux_sym__val_number_token5] = ACTIONS(2005), + [aux_sym__val_number_token6] = ACTIONS(2005), + [anon_sym_DQUOTE] = ACTIONS(2007), + [sym__str_single_quotes] = ACTIONS(2007), + [sym__str_back_ticks] = ACTIONS(2007), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2007), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2007), + }, + [452] = { + [sym_cell_path] = STATE(696), + [sym_path] = STATE(656), + [sym_comment] = STATE(452), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(1957), [anon_sym_alias] = ACTIONS(1957), [anon_sym_let] = ACTIONS(1957), @@ -129672,1457 +129804,1972 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(1959), [sym__str_back_ticks] = ACTIONS(1959), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1959), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1959), }, - [452] = { - [sym_path] = STATE(575), - [sym_comment] = STATE(452), - [aux_sym_cell_path_repeat1] = STATE(482), - [anon_sym_export] = ACTIONS(948), - [anon_sym_alias] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_let_DASHenv] = ACTIONS(948), - [anon_sym_mut] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [aux_sym_cmd_identifier_token1] = ACTIONS(948), - [aux_sym_cmd_identifier_token2] = ACTIONS(948), - [aux_sym_cmd_identifier_token3] = ACTIONS(948), - [aux_sym_cmd_identifier_token4] = ACTIONS(948), - [aux_sym_cmd_identifier_token5] = ACTIONS(948), - [aux_sym_cmd_identifier_token6] = ACTIONS(948), - [aux_sym_cmd_identifier_token7] = ACTIONS(948), - [aux_sym_cmd_identifier_token8] = ACTIONS(948), - [aux_sym_cmd_identifier_token9] = ACTIONS(948), - [aux_sym_cmd_identifier_token10] = ACTIONS(948), - [aux_sym_cmd_identifier_token11] = ACTIONS(948), - [aux_sym_cmd_identifier_token12] = ACTIONS(948), - [aux_sym_cmd_identifier_token13] = ACTIONS(948), - [aux_sym_cmd_identifier_token14] = ACTIONS(948), - [aux_sym_cmd_identifier_token15] = ACTIONS(948), - [aux_sym_cmd_identifier_token16] = ACTIONS(948), - [aux_sym_cmd_identifier_token17] = ACTIONS(948), - [aux_sym_cmd_identifier_token18] = ACTIONS(948), - [aux_sym_cmd_identifier_token19] = ACTIONS(948), - [aux_sym_cmd_identifier_token20] = ACTIONS(948), - [aux_sym_cmd_identifier_token21] = ACTIONS(948), - [aux_sym_cmd_identifier_token22] = ACTIONS(948), - [aux_sym_cmd_identifier_token23] = ACTIONS(948), - [aux_sym_cmd_identifier_token24] = ACTIONS(948), - [aux_sym_cmd_identifier_token25] = ACTIONS(948), - [aux_sym_cmd_identifier_token26] = ACTIONS(948), - [aux_sym_cmd_identifier_token27] = ACTIONS(948), - [aux_sym_cmd_identifier_token28] = ACTIONS(948), - [aux_sym_cmd_identifier_token29] = ACTIONS(948), - [aux_sym_cmd_identifier_token30] = ACTIONS(948), - [aux_sym_cmd_identifier_token31] = ACTIONS(948), - [aux_sym_cmd_identifier_token32] = ACTIONS(948), - [aux_sym_cmd_identifier_token33] = ACTIONS(948), - [aux_sym_cmd_identifier_token34] = ACTIONS(948), - [aux_sym_cmd_identifier_token35] = ACTIONS(948), - [aux_sym_cmd_identifier_token36] = ACTIONS(948), - [aux_sym_cmd_identifier_token37] = ACTIONS(948), - [aux_sym_cmd_identifier_token38] = ACTIONS(948), - [aux_sym_cmd_identifier_token39] = ACTIONS(948), - [aux_sym_cmd_identifier_token40] = ACTIONS(948), - [anon_sym_def] = ACTIONS(948), - [anon_sym_export_DASHenv] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym_module] = ACTIONS(948), - [anon_sym_use] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(948), - [anon_sym_DOLLAR] = ACTIONS(948), - [anon_sym_error] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_in2] = ACTIONS(948), - [anon_sym_loop] = ACTIONS(948), - [anon_sym_make] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_match] = ACTIONS(948), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_try] = ACTIONS(948), - [anon_sym_catch] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_source] = ACTIONS(948), - [anon_sym_source_DASHenv] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_hide] = ACTIONS(948), - [anon_sym_hide_DASHenv] = ACTIONS(948), - [anon_sym_overlay] = ACTIONS(948), - [anon_sym_as] = ACTIONS(948), - [anon_sym_PLUS2] = ACTIONS(948), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(948), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(948), - [aux_sym__val_number_decimal_token1] = ACTIONS(948), - [aux_sym__val_number_decimal_token2] = ACTIONS(948), - [aux_sym__val_number_decimal_token3] = ACTIONS(948), - [aux_sym__val_number_decimal_token4] = ACTIONS(948), - [aux_sym__val_number_token1] = ACTIONS(948), - [aux_sym__val_number_token2] = ACTIONS(948), - [aux_sym__val_number_token3] = ACTIONS(948), - [aux_sym__val_number_token4] = ACTIONS(948), - [aux_sym__val_number_token5] = ACTIONS(948), - [aux_sym__val_number_token6] = ACTIONS(948), - [anon_sym_DQUOTE] = ACTIONS(948), - [sym__str_single_quotes] = ACTIONS(948), - [sym__str_back_ticks] = ACTIONS(948), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(948), - [sym__entry_separator] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(1833), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(950), - }, [453] = { - [sym_cell_path] = STATE(758), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(709), + [sym_path] = STATE(656), [sym_comment] = STATE(453), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1965), - [anon_sym_alias] = ACTIONS(1965), - [anon_sym_let] = ACTIONS(1965), - [anon_sym_let_DASHenv] = ACTIONS(1965), - [anon_sym_mut] = ACTIONS(1965), - [anon_sym_const] = ACTIONS(1965), - [aux_sym_cmd_identifier_token1] = ACTIONS(1965), - [aux_sym_cmd_identifier_token2] = ACTIONS(1967), - [aux_sym_cmd_identifier_token3] = ACTIONS(1967), - [aux_sym_cmd_identifier_token4] = ACTIONS(1967), - [aux_sym_cmd_identifier_token5] = ACTIONS(1967), - [aux_sym_cmd_identifier_token6] = ACTIONS(1967), - [aux_sym_cmd_identifier_token7] = ACTIONS(1967), - [aux_sym_cmd_identifier_token8] = ACTIONS(1965), - [aux_sym_cmd_identifier_token9] = ACTIONS(1965), - [aux_sym_cmd_identifier_token10] = ACTIONS(1967), - [aux_sym_cmd_identifier_token11] = ACTIONS(1967), - [aux_sym_cmd_identifier_token12] = ACTIONS(1965), - [aux_sym_cmd_identifier_token13] = ACTIONS(1965), - [aux_sym_cmd_identifier_token14] = ACTIONS(1965), - [aux_sym_cmd_identifier_token15] = ACTIONS(1965), - [aux_sym_cmd_identifier_token16] = ACTIONS(1967), - [aux_sym_cmd_identifier_token17] = ACTIONS(1967), - [aux_sym_cmd_identifier_token18] = ACTIONS(1967), - [aux_sym_cmd_identifier_token19] = ACTIONS(1967), - [aux_sym_cmd_identifier_token20] = ACTIONS(1967), - [aux_sym_cmd_identifier_token21] = ACTIONS(1967), - [aux_sym_cmd_identifier_token22] = ACTIONS(1967), - [aux_sym_cmd_identifier_token23] = ACTIONS(1967), - [aux_sym_cmd_identifier_token24] = ACTIONS(1967), - [aux_sym_cmd_identifier_token25] = ACTIONS(1967), - [aux_sym_cmd_identifier_token26] = ACTIONS(1967), - [aux_sym_cmd_identifier_token27] = ACTIONS(1967), - [aux_sym_cmd_identifier_token28] = ACTIONS(1967), - [aux_sym_cmd_identifier_token29] = ACTIONS(1967), - [aux_sym_cmd_identifier_token30] = ACTIONS(1967), - [aux_sym_cmd_identifier_token31] = ACTIONS(1967), - [aux_sym_cmd_identifier_token32] = ACTIONS(1967), - [aux_sym_cmd_identifier_token33] = ACTIONS(1967), - [aux_sym_cmd_identifier_token34] = ACTIONS(1965), - [aux_sym_cmd_identifier_token35] = ACTIONS(1967), - [aux_sym_cmd_identifier_token36] = ACTIONS(1967), - [aux_sym_cmd_identifier_token37] = ACTIONS(1967), - [aux_sym_cmd_identifier_token38] = ACTIONS(1965), - [aux_sym_cmd_identifier_token39] = ACTIONS(1967), - [aux_sym_cmd_identifier_token40] = ACTIONS(1967), - [anon_sym_def] = ACTIONS(1965), - [anon_sym_export_DASHenv] = ACTIONS(1965), - [anon_sym_extern] = ACTIONS(1965), - [anon_sym_module] = ACTIONS(1965), - [anon_sym_use] = ACTIONS(1965), - [anon_sym_LPAREN] = ACTIONS(1967), - [anon_sym_DOLLAR] = ACTIONS(1967), - [anon_sym_error] = ACTIONS(1965), - [anon_sym_DASH2] = ACTIONS(1965), - [anon_sym_break] = ACTIONS(1965), - [anon_sym_continue] = ACTIONS(1965), - [anon_sym_for] = ACTIONS(1965), - [anon_sym_in2] = ACTIONS(1965), - [anon_sym_loop] = ACTIONS(1965), - [anon_sym_make] = ACTIONS(1965), - [anon_sym_while] = ACTIONS(1965), - [anon_sym_do] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(1965), - [anon_sym_else] = ACTIONS(1965), - [anon_sym_match] = ACTIONS(1965), - [anon_sym_RBRACE] = ACTIONS(1967), - [anon_sym_try] = ACTIONS(1965), - [anon_sym_catch] = ACTIONS(1965), - [anon_sym_return] = ACTIONS(1965), - [anon_sym_source] = ACTIONS(1965), - [anon_sym_source_DASHenv] = ACTIONS(1965), - [anon_sym_register] = ACTIONS(1965), - [anon_sym_hide] = ACTIONS(1965), - [anon_sym_hide_DASHenv] = ACTIONS(1965), - [anon_sym_overlay] = ACTIONS(1965), - [anon_sym_as] = ACTIONS(1965), - [anon_sym_PLUS2] = ACTIONS(1965), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1967), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1967), - [aux_sym__val_number_decimal_token1] = ACTIONS(1965), - [aux_sym__val_number_decimal_token2] = ACTIONS(1967), - [aux_sym__val_number_decimal_token3] = ACTIONS(1967), - [aux_sym__val_number_decimal_token4] = ACTIONS(1967), - [aux_sym__val_number_token1] = ACTIONS(1967), - [aux_sym__val_number_token2] = ACTIONS(1967), - [aux_sym__val_number_token3] = ACTIONS(1967), - [aux_sym__val_number_token4] = ACTIONS(1965), - [aux_sym__val_number_token5] = ACTIONS(1965), - [aux_sym__val_number_token6] = ACTIONS(1965), - [anon_sym_DQUOTE] = ACTIONS(1967), - [sym__str_single_quotes] = ACTIONS(1967), - [sym__str_back_ticks] = ACTIONS(1967), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1967), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1967), - }, - [454] = { - [sym_cell_path] = STATE(762), - [sym_path] = STATE(631), - [sym_comment] = STATE(454), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1969), - [anon_sym_alias] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_let_DASHenv] = ACTIONS(1969), - [anon_sym_mut] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [aux_sym_cmd_identifier_token1] = ACTIONS(1969), - [aux_sym_cmd_identifier_token2] = ACTIONS(1971), - [aux_sym_cmd_identifier_token3] = ACTIONS(1971), - [aux_sym_cmd_identifier_token4] = ACTIONS(1971), - [aux_sym_cmd_identifier_token5] = ACTIONS(1971), - [aux_sym_cmd_identifier_token6] = ACTIONS(1971), - [aux_sym_cmd_identifier_token7] = ACTIONS(1971), - [aux_sym_cmd_identifier_token8] = ACTIONS(1969), - [aux_sym_cmd_identifier_token9] = ACTIONS(1969), - [aux_sym_cmd_identifier_token10] = ACTIONS(1971), - [aux_sym_cmd_identifier_token11] = ACTIONS(1971), - [aux_sym_cmd_identifier_token12] = ACTIONS(1969), - [aux_sym_cmd_identifier_token13] = ACTIONS(1969), - [aux_sym_cmd_identifier_token14] = ACTIONS(1969), - [aux_sym_cmd_identifier_token15] = ACTIONS(1969), - [aux_sym_cmd_identifier_token16] = ACTIONS(1971), - [aux_sym_cmd_identifier_token17] = ACTIONS(1971), - [aux_sym_cmd_identifier_token18] = ACTIONS(1971), - [aux_sym_cmd_identifier_token19] = ACTIONS(1971), - [aux_sym_cmd_identifier_token20] = ACTIONS(1971), - [aux_sym_cmd_identifier_token21] = ACTIONS(1971), - [aux_sym_cmd_identifier_token22] = ACTIONS(1971), - [aux_sym_cmd_identifier_token23] = ACTIONS(1971), - [aux_sym_cmd_identifier_token24] = ACTIONS(1971), - [aux_sym_cmd_identifier_token25] = ACTIONS(1971), - [aux_sym_cmd_identifier_token26] = ACTIONS(1971), - [aux_sym_cmd_identifier_token27] = ACTIONS(1971), - [aux_sym_cmd_identifier_token28] = ACTIONS(1971), - [aux_sym_cmd_identifier_token29] = ACTIONS(1971), - [aux_sym_cmd_identifier_token30] = ACTIONS(1971), - [aux_sym_cmd_identifier_token31] = ACTIONS(1971), - [aux_sym_cmd_identifier_token32] = ACTIONS(1971), - [aux_sym_cmd_identifier_token33] = ACTIONS(1971), - [aux_sym_cmd_identifier_token34] = ACTIONS(1969), - [aux_sym_cmd_identifier_token35] = ACTIONS(1971), - [aux_sym_cmd_identifier_token36] = ACTIONS(1971), - [aux_sym_cmd_identifier_token37] = ACTIONS(1971), - [aux_sym_cmd_identifier_token38] = ACTIONS(1969), - [aux_sym_cmd_identifier_token39] = ACTIONS(1971), - [aux_sym_cmd_identifier_token40] = ACTIONS(1971), - [anon_sym_def] = ACTIONS(1969), - [anon_sym_export_DASHenv] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_module] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_LPAREN] = ACTIONS(1971), - [anon_sym_DOLLAR] = ACTIONS(1971), - [anon_sym_error] = ACTIONS(1969), - [anon_sym_DASH2] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_in2] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_make] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_do] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_else] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_try] = ACTIONS(1969), - [anon_sym_catch] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_source] = ACTIONS(1969), - [anon_sym_source_DASHenv] = ACTIONS(1969), - [anon_sym_register] = ACTIONS(1969), - [anon_sym_hide] = ACTIONS(1969), - [anon_sym_hide_DASHenv] = ACTIONS(1969), - [anon_sym_overlay] = ACTIONS(1969), - [anon_sym_as] = ACTIONS(1969), - [anon_sym_PLUS2] = ACTIONS(1969), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1971), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1971), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_decimal_token2] = ACTIONS(1971), - [aux_sym__val_number_decimal_token3] = ACTIONS(1971), - [aux_sym__val_number_decimal_token4] = ACTIONS(1971), - [aux_sym__val_number_token1] = ACTIONS(1971), - [aux_sym__val_number_token2] = ACTIONS(1971), - [aux_sym__val_number_token3] = ACTIONS(1971), - [aux_sym__val_number_token4] = ACTIONS(1969), - [aux_sym__val_number_token5] = ACTIONS(1969), - [aux_sym__val_number_token6] = ACTIONS(1969), - [anon_sym_DQUOTE] = ACTIONS(1971), - [sym__str_single_quotes] = ACTIONS(1971), - [sym__str_back_ticks] = ACTIONS(1971), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1971), - [anon_sym_DOT2] = ACTIONS(2037), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_alias] = ACTIONS(2009), + [anon_sym_let] = ACTIONS(2009), + [anon_sym_let_DASHenv] = ACTIONS(2009), + [anon_sym_mut] = ACTIONS(2009), + [anon_sym_const] = ACTIONS(2009), + [aux_sym_cmd_identifier_token1] = ACTIONS(2009), + [aux_sym_cmd_identifier_token2] = ACTIONS(2011), + [aux_sym_cmd_identifier_token3] = ACTIONS(2011), + [aux_sym_cmd_identifier_token4] = ACTIONS(2011), + [aux_sym_cmd_identifier_token5] = ACTIONS(2011), + [aux_sym_cmd_identifier_token6] = ACTIONS(2011), + [aux_sym_cmd_identifier_token7] = ACTIONS(2011), + [aux_sym_cmd_identifier_token8] = ACTIONS(2009), + [aux_sym_cmd_identifier_token9] = ACTIONS(2009), + [aux_sym_cmd_identifier_token10] = ACTIONS(2011), + [aux_sym_cmd_identifier_token11] = ACTIONS(2011), + [aux_sym_cmd_identifier_token12] = ACTIONS(2009), + [aux_sym_cmd_identifier_token13] = ACTIONS(2009), + [aux_sym_cmd_identifier_token14] = ACTIONS(2009), + [aux_sym_cmd_identifier_token15] = ACTIONS(2009), + [aux_sym_cmd_identifier_token16] = ACTIONS(2011), + [aux_sym_cmd_identifier_token17] = ACTIONS(2011), + [aux_sym_cmd_identifier_token18] = ACTIONS(2011), + [aux_sym_cmd_identifier_token19] = ACTIONS(2011), + [aux_sym_cmd_identifier_token20] = ACTIONS(2011), + [aux_sym_cmd_identifier_token21] = ACTIONS(2011), + [aux_sym_cmd_identifier_token22] = ACTIONS(2011), + [aux_sym_cmd_identifier_token23] = ACTIONS(2011), + [aux_sym_cmd_identifier_token24] = ACTIONS(2011), + [aux_sym_cmd_identifier_token25] = ACTIONS(2011), + [aux_sym_cmd_identifier_token26] = ACTIONS(2011), + [aux_sym_cmd_identifier_token27] = ACTIONS(2011), + [aux_sym_cmd_identifier_token28] = ACTIONS(2011), + [aux_sym_cmd_identifier_token29] = ACTIONS(2011), + [aux_sym_cmd_identifier_token30] = ACTIONS(2011), + [aux_sym_cmd_identifier_token31] = ACTIONS(2011), + [aux_sym_cmd_identifier_token32] = ACTIONS(2011), + [aux_sym_cmd_identifier_token33] = ACTIONS(2011), + [aux_sym_cmd_identifier_token34] = ACTIONS(2009), + [aux_sym_cmd_identifier_token35] = ACTIONS(2011), + [aux_sym_cmd_identifier_token36] = ACTIONS(2011), + [aux_sym_cmd_identifier_token37] = ACTIONS(2011), + [aux_sym_cmd_identifier_token38] = ACTIONS(2009), + [aux_sym_cmd_identifier_token39] = ACTIONS(2011), + [aux_sym_cmd_identifier_token40] = ACTIONS(2011), + [anon_sym_def] = ACTIONS(2009), + [anon_sym_export_DASHenv] = ACTIONS(2009), + [anon_sym_extern] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_use] = ACTIONS(2009), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_DOLLAR] = ACTIONS(2011), + [anon_sym_error] = ACTIONS(2009), + [anon_sym_DASH2] = ACTIONS(2009), + [anon_sym_break] = ACTIONS(2009), + [anon_sym_continue] = ACTIONS(2009), + [anon_sym_for] = ACTIONS(2009), + [anon_sym_in2] = ACTIONS(2009), + [anon_sym_loop] = ACTIONS(2009), + [anon_sym_make] = ACTIONS(2009), + [anon_sym_while] = ACTIONS(2009), + [anon_sym_do] = ACTIONS(2009), + [anon_sym_if] = ACTIONS(2009), + [anon_sym_else] = ACTIONS(2009), + [anon_sym_match] = ACTIONS(2009), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_try] = ACTIONS(2009), + [anon_sym_catch] = ACTIONS(2009), + [anon_sym_return] = ACTIONS(2009), + [anon_sym_source] = ACTIONS(2009), + [anon_sym_source_DASHenv] = ACTIONS(2009), + [anon_sym_register] = ACTIONS(2009), + [anon_sym_hide] = ACTIONS(2009), + [anon_sym_hide_DASHenv] = ACTIONS(2009), + [anon_sym_overlay] = ACTIONS(2009), + [anon_sym_as] = ACTIONS(2009), + [anon_sym_PLUS2] = ACTIONS(2009), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2011), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2011), + [aux_sym__val_number_decimal_token1] = ACTIONS(2009), + [aux_sym__val_number_decimal_token2] = ACTIONS(2011), + [aux_sym__val_number_decimal_token3] = ACTIONS(2011), + [aux_sym__val_number_decimal_token4] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2011), + [aux_sym__val_number_token2] = ACTIONS(2011), + [aux_sym__val_number_token3] = ACTIONS(2011), + [aux_sym__val_number_token4] = ACTIONS(2009), + [aux_sym__val_number_token5] = ACTIONS(2009), + [aux_sym__val_number_token6] = ACTIONS(2009), + [anon_sym_DQUOTE] = ACTIONS(2011), + [sym__str_single_quotes] = ACTIONS(2011), + [sym__str_back_ticks] = ACTIONS(2011), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1971), + [sym_raw_string_begin] = ACTIONS(2011), + }, + [454] = { + [sym_cell_path] = STATE(710), + [sym_path] = STATE(656), + [sym_comment] = STATE(454), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [aux_sym_cmd_identifier_token1] = ACTIONS(2089), + [aux_sym_cmd_identifier_token2] = ACTIONS(2091), + [aux_sym_cmd_identifier_token3] = ACTIONS(2091), + [aux_sym_cmd_identifier_token4] = ACTIONS(2091), + [aux_sym_cmd_identifier_token5] = ACTIONS(2091), + [aux_sym_cmd_identifier_token6] = ACTIONS(2091), + [aux_sym_cmd_identifier_token7] = ACTIONS(2091), + [aux_sym_cmd_identifier_token8] = ACTIONS(2089), + [aux_sym_cmd_identifier_token9] = ACTIONS(2089), + [aux_sym_cmd_identifier_token10] = ACTIONS(2091), + [aux_sym_cmd_identifier_token11] = ACTIONS(2091), + [aux_sym_cmd_identifier_token12] = ACTIONS(2089), + [aux_sym_cmd_identifier_token13] = ACTIONS(2089), + [aux_sym_cmd_identifier_token14] = ACTIONS(2089), + [aux_sym_cmd_identifier_token15] = ACTIONS(2089), + [aux_sym_cmd_identifier_token16] = ACTIONS(2091), + [aux_sym_cmd_identifier_token17] = ACTIONS(2091), + [aux_sym_cmd_identifier_token18] = ACTIONS(2091), + [aux_sym_cmd_identifier_token19] = ACTIONS(2091), + [aux_sym_cmd_identifier_token20] = ACTIONS(2091), + [aux_sym_cmd_identifier_token21] = ACTIONS(2091), + [aux_sym_cmd_identifier_token22] = ACTIONS(2091), + [aux_sym_cmd_identifier_token23] = ACTIONS(2091), + [aux_sym_cmd_identifier_token24] = ACTIONS(2091), + [aux_sym_cmd_identifier_token25] = ACTIONS(2091), + [aux_sym_cmd_identifier_token26] = ACTIONS(2091), + [aux_sym_cmd_identifier_token27] = ACTIONS(2091), + [aux_sym_cmd_identifier_token28] = ACTIONS(2091), + [aux_sym_cmd_identifier_token29] = ACTIONS(2091), + [aux_sym_cmd_identifier_token30] = ACTIONS(2091), + [aux_sym_cmd_identifier_token31] = ACTIONS(2091), + [aux_sym_cmd_identifier_token32] = ACTIONS(2091), + [aux_sym_cmd_identifier_token33] = ACTIONS(2091), + [aux_sym_cmd_identifier_token34] = ACTIONS(2089), + [aux_sym_cmd_identifier_token35] = ACTIONS(2091), + [aux_sym_cmd_identifier_token36] = ACTIONS(2091), + [aux_sym_cmd_identifier_token37] = ACTIONS(2091), + [aux_sym_cmd_identifier_token38] = ACTIONS(2089), + [aux_sym_cmd_identifier_token39] = ACTIONS(2091), + [aux_sym_cmd_identifier_token40] = ACTIONS(2091), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_DOLLAR] = ACTIONS(2091), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_in2] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_make] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_catch] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_as] = ACTIONS(2089), + [anon_sym_PLUS2] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2091), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2091), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2091), + [aux_sym__val_number_decimal_token3] = ACTIONS(2091), + [aux_sym__val_number_decimal_token4] = ACTIONS(2091), + [aux_sym__val_number_token1] = ACTIONS(2091), + [aux_sym__val_number_token2] = ACTIONS(2091), + [aux_sym__val_number_token3] = ACTIONS(2091), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2091), + [sym__str_single_quotes] = ACTIONS(2091), + [sym__str_back_ticks] = ACTIONS(2091), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2091), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2091), }, [455] = { - [sym_cell_path] = STATE(763), - [sym_path] = STATE(631), [sym_comment] = STATE(455), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1973), - [anon_sym_alias] = ACTIONS(1973), - [anon_sym_let] = ACTIONS(1973), - [anon_sym_let_DASHenv] = ACTIONS(1973), - [anon_sym_mut] = ACTIONS(1973), - [anon_sym_const] = ACTIONS(1973), - [aux_sym_cmd_identifier_token1] = ACTIONS(1973), - [aux_sym_cmd_identifier_token2] = ACTIONS(1975), - [aux_sym_cmd_identifier_token3] = ACTIONS(1975), - [aux_sym_cmd_identifier_token4] = ACTIONS(1975), - [aux_sym_cmd_identifier_token5] = ACTIONS(1975), - [aux_sym_cmd_identifier_token6] = ACTIONS(1975), - [aux_sym_cmd_identifier_token7] = ACTIONS(1975), - [aux_sym_cmd_identifier_token8] = ACTIONS(1973), - [aux_sym_cmd_identifier_token9] = ACTIONS(1973), - [aux_sym_cmd_identifier_token10] = ACTIONS(1975), - [aux_sym_cmd_identifier_token11] = ACTIONS(1975), - [aux_sym_cmd_identifier_token12] = ACTIONS(1973), - [aux_sym_cmd_identifier_token13] = ACTIONS(1973), - [aux_sym_cmd_identifier_token14] = ACTIONS(1973), - [aux_sym_cmd_identifier_token15] = ACTIONS(1973), - [aux_sym_cmd_identifier_token16] = ACTIONS(1975), - [aux_sym_cmd_identifier_token17] = ACTIONS(1975), - [aux_sym_cmd_identifier_token18] = ACTIONS(1975), - [aux_sym_cmd_identifier_token19] = ACTIONS(1975), - [aux_sym_cmd_identifier_token20] = ACTIONS(1975), - [aux_sym_cmd_identifier_token21] = ACTIONS(1975), - [aux_sym_cmd_identifier_token22] = ACTIONS(1975), - [aux_sym_cmd_identifier_token23] = ACTIONS(1975), - [aux_sym_cmd_identifier_token24] = ACTIONS(1975), - [aux_sym_cmd_identifier_token25] = ACTIONS(1975), - [aux_sym_cmd_identifier_token26] = ACTIONS(1975), - [aux_sym_cmd_identifier_token27] = ACTIONS(1975), - [aux_sym_cmd_identifier_token28] = ACTIONS(1975), - [aux_sym_cmd_identifier_token29] = ACTIONS(1975), - [aux_sym_cmd_identifier_token30] = ACTIONS(1975), - [aux_sym_cmd_identifier_token31] = ACTIONS(1975), - [aux_sym_cmd_identifier_token32] = ACTIONS(1975), - [aux_sym_cmd_identifier_token33] = ACTIONS(1975), - [aux_sym_cmd_identifier_token34] = ACTIONS(1973), - [aux_sym_cmd_identifier_token35] = ACTIONS(1975), - [aux_sym_cmd_identifier_token36] = ACTIONS(1975), - [aux_sym_cmd_identifier_token37] = ACTIONS(1975), - [aux_sym_cmd_identifier_token38] = ACTIONS(1973), - [aux_sym_cmd_identifier_token39] = ACTIONS(1975), - [aux_sym_cmd_identifier_token40] = ACTIONS(1975), - [anon_sym_def] = ACTIONS(1973), - [anon_sym_export_DASHenv] = ACTIONS(1973), - [anon_sym_extern] = ACTIONS(1973), - [anon_sym_module] = ACTIONS(1973), - [anon_sym_use] = ACTIONS(1973), - [anon_sym_LPAREN] = ACTIONS(1975), - [anon_sym_DOLLAR] = ACTIONS(1975), - [anon_sym_error] = ACTIONS(1973), - [anon_sym_DASH2] = ACTIONS(1973), - [anon_sym_break] = ACTIONS(1973), - [anon_sym_continue] = ACTIONS(1973), - [anon_sym_for] = ACTIONS(1973), - [anon_sym_in2] = ACTIONS(1973), - [anon_sym_loop] = ACTIONS(1973), - [anon_sym_make] = ACTIONS(1973), - [anon_sym_while] = ACTIONS(1973), - [anon_sym_do] = ACTIONS(1973), - [anon_sym_if] = ACTIONS(1973), - [anon_sym_else] = ACTIONS(1973), - [anon_sym_match] = ACTIONS(1973), - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_try] = ACTIONS(1973), - [anon_sym_catch] = ACTIONS(1973), - [anon_sym_return] = ACTIONS(1973), - [anon_sym_source] = ACTIONS(1973), - [anon_sym_source_DASHenv] = ACTIONS(1973), - [anon_sym_register] = ACTIONS(1973), - [anon_sym_hide] = ACTIONS(1973), - [anon_sym_hide_DASHenv] = ACTIONS(1973), - [anon_sym_overlay] = ACTIONS(1973), - [anon_sym_as] = ACTIONS(1973), - [anon_sym_PLUS2] = ACTIONS(1973), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1975), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1975), - [aux_sym__val_number_decimal_token1] = ACTIONS(1973), - [aux_sym__val_number_decimal_token2] = ACTIONS(1975), - [aux_sym__val_number_decimal_token3] = ACTIONS(1975), - [aux_sym__val_number_decimal_token4] = ACTIONS(1975), - [aux_sym__val_number_token1] = ACTIONS(1975), - [aux_sym__val_number_token2] = ACTIONS(1975), - [aux_sym__val_number_token3] = ACTIONS(1975), - [aux_sym__val_number_token4] = ACTIONS(1973), - [aux_sym__val_number_token5] = ACTIONS(1973), - [aux_sym__val_number_token6] = ACTIONS(1973), - [anon_sym_DQUOTE] = ACTIONS(1975), - [sym__str_single_quotes] = ACTIONS(1975), - [sym__str_back_ticks] = ACTIONS(1975), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1975), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1975), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1759), }, [456] = { - [sym_cell_path] = STATE(764), - [sym_path] = STATE(631), [sym_comment] = STATE(456), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1977), - [anon_sym_alias] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_let_DASHenv] = ACTIONS(1977), - [anon_sym_mut] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [aux_sym_cmd_identifier_token1] = ACTIONS(1977), - [aux_sym_cmd_identifier_token2] = ACTIONS(1979), - [aux_sym_cmd_identifier_token3] = ACTIONS(1979), - [aux_sym_cmd_identifier_token4] = ACTIONS(1979), - [aux_sym_cmd_identifier_token5] = ACTIONS(1979), - [aux_sym_cmd_identifier_token6] = ACTIONS(1979), - [aux_sym_cmd_identifier_token7] = ACTIONS(1979), - [aux_sym_cmd_identifier_token8] = ACTIONS(1977), - [aux_sym_cmd_identifier_token9] = ACTIONS(1977), - [aux_sym_cmd_identifier_token10] = ACTIONS(1979), - [aux_sym_cmd_identifier_token11] = ACTIONS(1979), - [aux_sym_cmd_identifier_token12] = ACTIONS(1977), - [aux_sym_cmd_identifier_token13] = ACTIONS(1977), - [aux_sym_cmd_identifier_token14] = ACTIONS(1977), - [aux_sym_cmd_identifier_token15] = ACTIONS(1977), - [aux_sym_cmd_identifier_token16] = ACTIONS(1979), - [aux_sym_cmd_identifier_token17] = ACTIONS(1979), - [aux_sym_cmd_identifier_token18] = ACTIONS(1979), - [aux_sym_cmd_identifier_token19] = ACTIONS(1979), - [aux_sym_cmd_identifier_token20] = ACTIONS(1979), - [aux_sym_cmd_identifier_token21] = ACTIONS(1979), - [aux_sym_cmd_identifier_token22] = ACTIONS(1979), - [aux_sym_cmd_identifier_token23] = ACTIONS(1979), - [aux_sym_cmd_identifier_token24] = ACTIONS(1979), - [aux_sym_cmd_identifier_token25] = ACTIONS(1979), - [aux_sym_cmd_identifier_token26] = ACTIONS(1979), - [aux_sym_cmd_identifier_token27] = ACTIONS(1979), - [aux_sym_cmd_identifier_token28] = ACTIONS(1979), - [aux_sym_cmd_identifier_token29] = ACTIONS(1979), - [aux_sym_cmd_identifier_token30] = ACTIONS(1979), - [aux_sym_cmd_identifier_token31] = ACTIONS(1979), - [aux_sym_cmd_identifier_token32] = ACTIONS(1979), - [aux_sym_cmd_identifier_token33] = ACTIONS(1979), - [aux_sym_cmd_identifier_token34] = ACTIONS(1977), - [aux_sym_cmd_identifier_token35] = ACTIONS(1979), - [aux_sym_cmd_identifier_token36] = ACTIONS(1979), - [aux_sym_cmd_identifier_token37] = ACTIONS(1979), - [aux_sym_cmd_identifier_token38] = ACTIONS(1977), - [aux_sym_cmd_identifier_token39] = ACTIONS(1979), - [aux_sym_cmd_identifier_token40] = ACTIONS(1979), - [anon_sym_def] = ACTIONS(1977), - [anon_sym_export_DASHenv] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_module] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_DOLLAR] = ACTIONS(1979), - [anon_sym_error] = ACTIONS(1977), - [anon_sym_DASH2] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_in2] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_make] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_do] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_else] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_try] = ACTIONS(1977), - [anon_sym_catch] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_source] = ACTIONS(1977), - [anon_sym_source_DASHenv] = ACTIONS(1977), - [anon_sym_register] = ACTIONS(1977), - [anon_sym_hide] = ACTIONS(1977), - [anon_sym_hide_DASHenv] = ACTIONS(1977), - [anon_sym_overlay] = ACTIONS(1977), - [anon_sym_as] = ACTIONS(1977), - [anon_sym_PLUS2] = ACTIONS(1977), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1979), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1979), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_decimal_token2] = ACTIONS(1979), - [aux_sym__val_number_decimal_token3] = ACTIONS(1979), - [aux_sym__val_number_decimal_token4] = ACTIONS(1979), - [aux_sym__val_number_token1] = ACTIONS(1979), - [aux_sym__val_number_token2] = ACTIONS(1979), - [aux_sym__val_number_token3] = ACTIONS(1979), - [aux_sym__val_number_token4] = ACTIONS(1977), - [aux_sym__val_number_token5] = ACTIONS(1977), - [aux_sym__val_number_token6] = ACTIONS(1977), - [anon_sym_DQUOTE] = ACTIONS(1979), - [sym__str_single_quotes] = ACTIONS(1979), - [sym__str_back_ticks] = ACTIONS(1979), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1979), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1979), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [aux_sym__immediate_decimal_token2] = ACTIONS(1912), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), }, [457] = { - [sym_cell_path] = STATE(708), - [sym_path] = STATE(631), [sym_comment] = STATE(457), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1981), - [anon_sym_alias] = ACTIONS(1981), - [anon_sym_let] = ACTIONS(1981), - [anon_sym_let_DASHenv] = ACTIONS(1981), - [anon_sym_mut] = ACTIONS(1981), - [anon_sym_const] = ACTIONS(1981), - [aux_sym_cmd_identifier_token1] = ACTIONS(1981), - [aux_sym_cmd_identifier_token2] = ACTIONS(1983), - [aux_sym_cmd_identifier_token3] = ACTIONS(1983), - [aux_sym_cmd_identifier_token4] = ACTIONS(1983), - [aux_sym_cmd_identifier_token5] = ACTIONS(1983), - [aux_sym_cmd_identifier_token6] = ACTIONS(1983), - [aux_sym_cmd_identifier_token7] = ACTIONS(1983), - [aux_sym_cmd_identifier_token8] = ACTIONS(1981), - [aux_sym_cmd_identifier_token9] = ACTIONS(1981), - [aux_sym_cmd_identifier_token10] = ACTIONS(1983), - [aux_sym_cmd_identifier_token11] = ACTIONS(1983), - [aux_sym_cmd_identifier_token12] = ACTIONS(1981), - [aux_sym_cmd_identifier_token13] = ACTIONS(1981), - [aux_sym_cmd_identifier_token14] = ACTIONS(1981), - [aux_sym_cmd_identifier_token15] = ACTIONS(1981), - [aux_sym_cmd_identifier_token16] = ACTIONS(1983), - [aux_sym_cmd_identifier_token17] = ACTIONS(1983), - [aux_sym_cmd_identifier_token18] = ACTIONS(1983), - [aux_sym_cmd_identifier_token19] = ACTIONS(1983), - [aux_sym_cmd_identifier_token20] = ACTIONS(1983), - [aux_sym_cmd_identifier_token21] = ACTIONS(1983), - [aux_sym_cmd_identifier_token22] = ACTIONS(1983), - [aux_sym_cmd_identifier_token23] = ACTIONS(1983), - [aux_sym_cmd_identifier_token24] = ACTIONS(1983), - [aux_sym_cmd_identifier_token25] = ACTIONS(1983), - [aux_sym_cmd_identifier_token26] = ACTIONS(1983), - [aux_sym_cmd_identifier_token27] = ACTIONS(1983), - [aux_sym_cmd_identifier_token28] = ACTIONS(1983), - [aux_sym_cmd_identifier_token29] = ACTIONS(1983), - [aux_sym_cmd_identifier_token30] = ACTIONS(1983), - [aux_sym_cmd_identifier_token31] = ACTIONS(1983), - [aux_sym_cmd_identifier_token32] = ACTIONS(1983), - [aux_sym_cmd_identifier_token33] = ACTIONS(1983), - [aux_sym_cmd_identifier_token34] = ACTIONS(1981), - [aux_sym_cmd_identifier_token35] = ACTIONS(1983), - [aux_sym_cmd_identifier_token36] = ACTIONS(1983), - [aux_sym_cmd_identifier_token37] = ACTIONS(1983), - [aux_sym_cmd_identifier_token38] = ACTIONS(1981), - [aux_sym_cmd_identifier_token39] = ACTIONS(1983), - [aux_sym_cmd_identifier_token40] = ACTIONS(1983), - [anon_sym_def] = ACTIONS(1981), - [anon_sym_export_DASHenv] = ACTIONS(1981), - [anon_sym_extern] = ACTIONS(1981), - [anon_sym_module] = ACTIONS(1981), - [anon_sym_use] = ACTIONS(1981), - [anon_sym_LPAREN] = ACTIONS(1983), - [anon_sym_DOLLAR] = ACTIONS(1983), - [anon_sym_error] = ACTIONS(1981), - [anon_sym_DASH2] = ACTIONS(1981), - [anon_sym_break] = ACTIONS(1981), - [anon_sym_continue] = ACTIONS(1981), - [anon_sym_for] = ACTIONS(1981), - [anon_sym_in2] = ACTIONS(1981), - [anon_sym_loop] = ACTIONS(1981), - [anon_sym_make] = ACTIONS(1981), - [anon_sym_while] = ACTIONS(1981), - [anon_sym_do] = ACTIONS(1981), - [anon_sym_if] = ACTIONS(1981), - [anon_sym_else] = ACTIONS(1981), - [anon_sym_match] = ACTIONS(1981), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_try] = ACTIONS(1981), - [anon_sym_catch] = ACTIONS(1981), - [anon_sym_return] = ACTIONS(1981), - [anon_sym_source] = ACTIONS(1981), - [anon_sym_source_DASHenv] = ACTIONS(1981), - [anon_sym_register] = ACTIONS(1981), - [anon_sym_hide] = ACTIONS(1981), - [anon_sym_hide_DASHenv] = ACTIONS(1981), - [anon_sym_overlay] = ACTIONS(1981), - [anon_sym_as] = ACTIONS(1981), - [anon_sym_PLUS2] = ACTIONS(1981), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1983), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1983), - [aux_sym__val_number_decimal_token1] = ACTIONS(1981), - [aux_sym__val_number_decimal_token2] = ACTIONS(1983), - [aux_sym__val_number_decimal_token3] = ACTIONS(1983), - [aux_sym__val_number_decimal_token4] = ACTIONS(1983), - [aux_sym__val_number_token1] = ACTIONS(1983), - [aux_sym__val_number_token2] = ACTIONS(1983), - [aux_sym__val_number_token3] = ACTIONS(1983), - [aux_sym__val_number_token4] = ACTIONS(1981), - [aux_sym__val_number_token5] = ACTIONS(1981), - [aux_sym__val_number_token6] = ACTIONS(1981), - [anon_sym_DQUOTE] = ACTIONS(1983), - [sym__str_single_quotes] = ACTIONS(1983), - [sym__str_back_ticks] = ACTIONS(1983), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1983), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1983), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), }, [458] = { - [sym_cell_path] = STATE(722), - [sym_path] = STATE(631), [sym_comment] = STATE(458), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1985), - [anon_sym_alias] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_let_DASHenv] = ACTIONS(1985), - [anon_sym_mut] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [aux_sym_cmd_identifier_token1] = ACTIONS(1985), - [aux_sym_cmd_identifier_token2] = ACTIONS(1987), - [aux_sym_cmd_identifier_token3] = ACTIONS(1987), - [aux_sym_cmd_identifier_token4] = ACTIONS(1987), - [aux_sym_cmd_identifier_token5] = ACTIONS(1987), - [aux_sym_cmd_identifier_token6] = ACTIONS(1987), - [aux_sym_cmd_identifier_token7] = ACTIONS(1987), - [aux_sym_cmd_identifier_token8] = ACTIONS(1985), - [aux_sym_cmd_identifier_token9] = ACTIONS(1985), - [aux_sym_cmd_identifier_token10] = ACTIONS(1987), - [aux_sym_cmd_identifier_token11] = ACTIONS(1987), - [aux_sym_cmd_identifier_token12] = ACTIONS(1985), - [aux_sym_cmd_identifier_token13] = ACTIONS(1985), - [aux_sym_cmd_identifier_token14] = ACTIONS(1985), - [aux_sym_cmd_identifier_token15] = ACTIONS(1985), - [aux_sym_cmd_identifier_token16] = ACTIONS(1987), - [aux_sym_cmd_identifier_token17] = ACTIONS(1987), - [aux_sym_cmd_identifier_token18] = ACTIONS(1987), - [aux_sym_cmd_identifier_token19] = ACTIONS(1987), - [aux_sym_cmd_identifier_token20] = ACTIONS(1987), - [aux_sym_cmd_identifier_token21] = ACTIONS(1987), - [aux_sym_cmd_identifier_token22] = ACTIONS(1987), - [aux_sym_cmd_identifier_token23] = ACTIONS(1987), - [aux_sym_cmd_identifier_token24] = ACTIONS(1987), - [aux_sym_cmd_identifier_token25] = ACTIONS(1987), - [aux_sym_cmd_identifier_token26] = ACTIONS(1987), - [aux_sym_cmd_identifier_token27] = ACTIONS(1987), - [aux_sym_cmd_identifier_token28] = ACTIONS(1987), - [aux_sym_cmd_identifier_token29] = ACTIONS(1987), - [aux_sym_cmd_identifier_token30] = ACTIONS(1987), - [aux_sym_cmd_identifier_token31] = ACTIONS(1987), - [aux_sym_cmd_identifier_token32] = ACTIONS(1987), - [aux_sym_cmd_identifier_token33] = ACTIONS(1987), - [aux_sym_cmd_identifier_token34] = ACTIONS(1985), - [aux_sym_cmd_identifier_token35] = ACTIONS(1987), - [aux_sym_cmd_identifier_token36] = ACTIONS(1987), - [aux_sym_cmd_identifier_token37] = ACTIONS(1987), - [aux_sym_cmd_identifier_token38] = ACTIONS(1985), - [aux_sym_cmd_identifier_token39] = ACTIONS(1987), - [aux_sym_cmd_identifier_token40] = ACTIONS(1987), - [anon_sym_def] = ACTIONS(1985), - [anon_sym_export_DASHenv] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_module] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_LPAREN] = ACTIONS(1987), - [anon_sym_DOLLAR] = ACTIONS(1987), - [anon_sym_error] = ACTIONS(1985), - [anon_sym_DASH2] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_in2] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_make] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_do] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_else] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_try] = ACTIONS(1985), - [anon_sym_catch] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_source] = ACTIONS(1985), - [anon_sym_source_DASHenv] = ACTIONS(1985), - [anon_sym_register] = ACTIONS(1985), - [anon_sym_hide] = ACTIONS(1985), - [anon_sym_hide_DASHenv] = ACTIONS(1985), - [anon_sym_overlay] = ACTIONS(1985), - [anon_sym_as] = ACTIONS(1985), - [anon_sym_PLUS2] = ACTIONS(1985), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1987), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1987), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_decimal_token2] = ACTIONS(1987), - [aux_sym__val_number_decimal_token3] = ACTIONS(1987), - [aux_sym__val_number_decimal_token4] = ACTIONS(1987), - [aux_sym__val_number_token1] = ACTIONS(1987), - [aux_sym__val_number_token2] = ACTIONS(1987), - [aux_sym__val_number_token3] = ACTIONS(1987), - [aux_sym__val_number_token4] = ACTIONS(1985), - [aux_sym__val_number_token5] = ACTIONS(1985), - [aux_sym__val_number_token6] = ACTIONS(1985), - [anon_sym_DQUOTE] = ACTIONS(1987), - [sym__str_single_quotes] = ACTIONS(1987), - [sym__str_back_ticks] = ACTIONS(1987), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1987), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1987), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1861), + [aux_sym_cmd_identifier_token3] = ACTIONS(1861), + [aux_sym_cmd_identifier_token4] = ACTIONS(1861), + [aux_sym_cmd_identifier_token5] = ACTIONS(1861), + [aux_sym_cmd_identifier_token6] = ACTIONS(1861), + [aux_sym_cmd_identifier_token7] = ACTIONS(1861), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1861), + [aux_sym_cmd_identifier_token11] = ACTIONS(1861), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1861), + [aux_sym_cmd_identifier_token17] = ACTIONS(1861), + [aux_sym_cmd_identifier_token18] = ACTIONS(1861), + [aux_sym_cmd_identifier_token19] = ACTIONS(1861), + [aux_sym_cmd_identifier_token20] = ACTIONS(1861), + [aux_sym_cmd_identifier_token21] = ACTIONS(1861), + [aux_sym_cmd_identifier_token22] = ACTIONS(1861), + [aux_sym_cmd_identifier_token23] = ACTIONS(1861), + [aux_sym_cmd_identifier_token24] = ACTIONS(1861), + [aux_sym_cmd_identifier_token25] = ACTIONS(1861), + [aux_sym_cmd_identifier_token26] = ACTIONS(1861), + [aux_sym_cmd_identifier_token27] = ACTIONS(1861), + [aux_sym_cmd_identifier_token28] = ACTIONS(1861), + [aux_sym_cmd_identifier_token29] = ACTIONS(1861), + [aux_sym_cmd_identifier_token30] = ACTIONS(1861), + [aux_sym_cmd_identifier_token31] = ACTIONS(1861), + [aux_sym_cmd_identifier_token32] = ACTIONS(1861), + [aux_sym_cmd_identifier_token33] = ACTIONS(1861), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1861), + [aux_sym_cmd_identifier_token36] = ACTIONS(1861), + [aux_sym_cmd_identifier_token37] = ACTIONS(1861), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1861), + [aux_sym_cmd_identifier_token40] = ACTIONS(1861), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1861), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1861), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1861), + [aux_sym__val_number_decimal_token3] = ACTIONS(1861), + [aux_sym__val_number_decimal_token4] = ACTIONS(1861), + [aux_sym__val_number_token1] = ACTIONS(1861), + [aux_sym__val_number_token2] = ACTIONS(1861), + [aux_sym__val_number_token3] = ACTIONS(1861), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym__str_single_quotes] = ACTIONS(1861), + [sym__str_back_ticks] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1861), + [sym__entry_separator] = ACTIONS(1863), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1863), }, [459] = { - [sym_cell_path] = STATE(706), - [sym_path] = STATE(631), [sym_comment] = STATE(459), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1829), - [anon_sym_alias] = ACTIONS(1829), - [anon_sym_let] = ACTIONS(1829), - [anon_sym_let_DASHenv] = ACTIONS(1829), - [anon_sym_mut] = ACTIONS(1829), - [anon_sym_const] = ACTIONS(1829), - [aux_sym_cmd_identifier_token1] = ACTIONS(1829), - [aux_sym_cmd_identifier_token2] = ACTIONS(1831), - [aux_sym_cmd_identifier_token3] = ACTIONS(1831), - [aux_sym_cmd_identifier_token4] = ACTIONS(1831), - [aux_sym_cmd_identifier_token5] = ACTIONS(1831), - [aux_sym_cmd_identifier_token6] = ACTIONS(1831), - [aux_sym_cmd_identifier_token7] = ACTIONS(1831), - [aux_sym_cmd_identifier_token8] = ACTIONS(1829), - [aux_sym_cmd_identifier_token9] = ACTIONS(1829), - [aux_sym_cmd_identifier_token10] = ACTIONS(1831), - [aux_sym_cmd_identifier_token11] = ACTIONS(1831), - [aux_sym_cmd_identifier_token12] = ACTIONS(1829), - [aux_sym_cmd_identifier_token13] = ACTIONS(1829), - [aux_sym_cmd_identifier_token14] = ACTIONS(1829), - [aux_sym_cmd_identifier_token15] = ACTIONS(1829), - [aux_sym_cmd_identifier_token16] = ACTIONS(1831), - [aux_sym_cmd_identifier_token17] = ACTIONS(1831), - [aux_sym_cmd_identifier_token18] = ACTIONS(1831), - [aux_sym_cmd_identifier_token19] = ACTIONS(1831), - [aux_sym_cmd_identifier_token20] = ACTIONS(1831), - [aux_sym_cmd_identifier_token21] = ACTIONS(1831), - [aux_sym_cmd_identifier_token22] = ACTIONS(1831), - [aux_sym_cmd_identifier_token23] = ACTIONS(1831), - [aux_sym_cmd_identifier_token24] = ACTIONS(1831), - [aux_sym_cmd_identifier_token25] = ACTIONS(1831), - [aux_sym_cmd_identifier_token26] = ACTIONS(1831), - [aux_sym_cmd_identifier_token27] = ACTIONS(1831), - [aux_sym_cmd_identifier_token28] = ACTIONS(1831), - [aux_sym_cmd_identifier_token29] = ACTIONS(1831), - [aux_sym_cmd_identifier_token30] = ACTIONS(1831), - [aux_sym_cmd_identifier_token31] = ACTIONS(1831), - [aux_sym_cmd_identifier_token32] = ACTIONS(1831), - [aux_sym_cmd_identifier_token33] = ACTIONS(1831), - [aux_sym_cmd_identifier_token34] = ACTIONS(1829), - [aux_sym_cmd_identifier_token35] = ACTIONS(1831), - [aux_sym_cmd_identifier_token36] = ACTIONS(1831), - [aux_sym_cmd_identifier_token37] = ACTIONS(1831), - [aux_sym_cmd_identifier_token38] = ACTIONS(1829), - [aux_sym_cmd_identifier_token39] = ACTIONS(1831), - [aux_sym_cmd_identifier_token40] = ACTIONS(1831), - [anon_sym_def] = ACTIONS(1829), - [anon_sym_export_DASHenv] = ACTIONS(1829), - [anon_sym_extern] = ACTIONS(1829), - [anon_sym_module] = ACTIONS(1829), - [anon_sym_use] = ACTIONS(1829), - [anon_sym_LPAREN] = ACTIONS(1831), - [anon_sym_DOLLAR] = ACTIONS(1831), - [anon_sym_error] = ACTIONS(1829), - [anon_sym_DASH2] = ACTIONS(1829), - [anon_sym_break] = ACTIONS(1829), - [anon_sym_continue] = ACTIONS(1829), - [anon_sym_for] = ACTIONS(1829), - [anon_sym_in2] = ACTIONS(1829), - [anon_sym_loop] = ACTIONS(1829), - [anon_sym_make] = ACTIONS(1829), - [anon_sym_while] = ACTIONS(1829), - [anon_sym_do] = ACTIONS(1829), - [anon_sym_if] = ACTIONS(1829), - [anon_sym_else] = ACTIONS(1829), - [anon_sym_match] = ACTIONS(1829), - [anon_sym_RBRACE] = ACTIONS(1831), - [anon_sym_try] = ACTIONS(1829), - [anon_sym_catch] = ACTIONS(1829), - [anon_sym_return] = ACTIONS(1829), - [anon_sym_source] = ACTIONS(1829), - [anon_sym_source_DASHenv] = ACTIONS(1829), - [anon_sym_register] = ACTIONS(1829), - [anon_sym_hide] = ACTIONS(1829), - [anon_sym_hide_DASHenv] = ACTIONS(1829), - [anon_sym_overlay] = ACTIONS(1829), - [anon_sym_as] = ACTIONS(1829), - [anon_sym_PLUS2] = ACTIONS(1829), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1831), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1831), - [aux_sym__val_number_decimal_token1] = ACTIONS(1829), - [aux_sym__val_number_decimal_token2] = ACTIONS(1831), - [aux_sym__val_number_decimal_token3] = ACTIONS(1831), - [aux_sym__val_number_decimal_token4] = ACTIONS(1831), - [aux_sym__val_number_token1] = ACTIONS(1831), - [aux_sym__val_number_token2] = ACTIONS(1831), - [aux_sym__val_number_token3] = ACTIONS(1831), - [aux_sym__val_number_token4] = ACTIONS(1829), - [aux_sym__val_number_token5] = ACTIONS(1829), - [aux_sym__val_number_token6] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1831), - [sym__str_single_quotes] = ACTIONS(1831), - [sym__str_back_ticks] = ACTIONS(1831), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1831), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1831), + [anon_sym_export] = ACTIONS(2102), + [anon_sym_alias] = ACTIONS(2102), + [anon_sym_let] = ACTIONS(2102), + [anon_sym_let_DASHenv] = ACTIONS(2102), + [anon_sym_mut] = ACTIONS(2102), + [anon_sym_const] = ACTIONS(2102), + [aux_sym_cmd_identifier_token1] = ACTIONS(2102), + [aux_sym_cmd_identifier_token2] = ACTIONS(2102), + [aux_sym_cmd_identifier_token3] = ACTIONS(2102), + [aux_sym_cmd_identifier_token4] = ACTIONS(2102), + [aux_sym_cmd_identifier_token5] = ACTIONS(2102), + [aux_sym_cmd_identifier_token6] = ACTIONS(2102), + [aux_sym_cmd_identifier_token7] = ACTIONS(2102), + [aux_sym_cmd_identifier_token8] = ACTIONS(2102), + [aux_sym_cmd_identifier_token9] = ACTIONS(2102), + [aux_sym_cmd_identifier_token10] = ACTIONS(2102), + [aux_sym_cmd_identifier_token11] = ACTIONS(2102), + [aux_sym_cmd_identifier_token12] = ACTIONS(2102), + [aux_sym_cmd_identifier_token13] = ACTIONS(2102), + [aux_sym_cmd_identifier_token14] = ACTIONS(2102), + [aux_sym_cmd_identifier_token15] = ACTIONS(2102), + [aux_sym_cmd_identifier_token16] = ACTIONS(2102), + [aux_sym_cmd_identifier_token17] = ACTIONS(2102), + [aux_sym_cmd_identifier_token18] = ACTIONS(2102), + [aux_sym_cmd_identifier_token19] = ACTIONS(2102), + [aux_sym_cmd_identifier_token20] = ACTIONS(2102), + [aux_sym_cmd_identifier_token21] = ACTIONS(2102), + [aux_sym_cmd_identifier_token22] = ACTIONS(2102), + [aux_sym_cmd_identifier_token23] = ACTIONS(2102), + [aux_sym_cmd_identifier_token24] = ACTIONS(2102), + [aux_sym_cmd_identifier_token25] = ACTIONS(2102), + [aux_sym_cmd_identifier_token26] = ACTIONS(2102), + [aux_sym_cmd_identifier_token27] = ACTIONS(2102), + [aux_sym_cmd_identifier_token28] = ACTIONS(2102), + [aux_sym_cmd_identifier_token29] = ACTIONS(2102), + [aux_sym_cmd_identifier_token30] = ACTIONS(2102), + [aux_sym_cmd_identifier_token31] = ACTIONS(2102), + [aux_sym_cmd_identifier_token32] = ACTIONS(2102), + [aux_sym_cmd_identifier_token33] = ACTIONS(2102), + [aux_sym_cmd_identifier_token34] = ACTIONS(2102), + [aux_sym_cmd_identifier_token35] = ACTIONS(2102), + [aux_sym_cmd_identifier_token36] = ACTIONS(2102), + [aux_sym_cmd_identifier_token37] = ACTIONS(2102), + [aux_sym_cmd_identifier_token38] = ACTIONS(2102), + [aux_sym_cmd_identifier_token39] = ACTIONS(2102), + [aux_sym_cmd_identifier_token40] = ACTIONS(2102), + [anon_sym_def] = ACTIONS(2102), + [anon_sym_export_DASHenv] = ACTIONS(2102), + [anon_sym_extern] = ACTIONS(2102), + [anon_sym_module] = ACTIONS(2102), + [anon_sym_use] = ACTIONS(2102), + [anon_sym_LPAREN] = ACTIONS(2102), + [anon_sym_DOLLAR] = ACTIONS(2102), + [anon_sym_error] = ACTIONS(2102), + [anon_sym_DASH2] = ACTIONS(2102), + [anon_sym_break] = ACTIONS(2102), + [anon_sym_continue] = ACTIONS(2102), + [anon_sym_for] = ACTIONS(2102), + [anon_sym_in2] = ACTIONS(2102), + [anon_sym_loop] = ACTIONS(2102), + [anon_sym_make] = ACTIONS(2102), + [anon_sym_while] = ACTIONS(2102), + [anon_sym_do] = ACTIONS(2102), + [anon_sym_if] = ACTIONS(2102), + [anon_sym_else] = ACTIONS(2102), + [anon_sym_match] = ACTIONS(2102), + [anon_sym_RBRACE] = ACTIONS(2102), + [anon_sym_try] = ACTIONS(2102), + [anon_sym_catch] = ACTIONS(2102), + [anon_sym_return] = ACTIONS(2102), + [anon_sym_source] = ACTIONS(2102), + [anon_sym_source_DASHenv] = ACTIONS(2102), + [anon_sym_register] = ACTIONS(2102), + [anon_sym_hide] = ACTIONS(2102), + [anon_sym_hide_DASHenv] = ACTIONS(2102), + [anon_sym_overlay] = ACTIONS(2102), + [anon_sym_as] = ACTIONS(2102), + [anon_sym_PLUS2] = ACTIONS(2102), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2102), + [anon_sym_DOT_DOT2] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2104), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2104), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2102), + [aux_sym__val_number_decimal_token1] = ACTIONS(2102), + [aux_sym__val_number_decimal_token2] = ACTIONS(2102), + [aux_sym__val_number_decimal_token3] = ACTIONS(2102), + [aux_sym__val_number_decimal_token4] = ACTIONS(2102), + [aux_sym__val_number_token1] = ACTIONS(2102), + [aux_sym__val_number_token2] = ACTIONS(2102), + [aux_sym__val_number_token3] = ACTIONS(2102), + [aux_sym__val_number_token4] = ACTIONS(2102), + [aux_sym__val_number_token5] = ACTIONS(2102), + [aux_sym__val_number_token6] = ACTIONS(2102), + [anon_sym_DQUOTE] = ACTIONS(2102), + [sym__str_single_quotes] = ACTIONS(2102), + [sym__str_back_ticks] = ACTIONS(2102), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2102), + [sym__entry_separator] = ACTIONS(2104), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2104), }, [460] = { - [sym_cell_path] = STATE(724), - [sym_path] = STATE(631), [sym_comment] = STATE(460), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1989), - [anon_sym_alias] = ACTIONS(1989), - [anon_sym_let] = ACTIONS(1989), - [anon_sym_let_DASHenv] = ACTIONS(1989), - [anon_sym_mut] = ACTIONS(1989), - [anon_sym_const] = ACTIONS(1989), - [aux_sym_cmd_identifier_token1] = ACTIONS(1989), - [aux_sym_cmd_identifier_token2] = ACTIONS(1991), - [aux_sym_cmd_identifier_token3] = ACTIONS(1991), - [aux_sym_cmd_identifier_token4] = ACTIONS(1991), - [aux_sym_cmd_identifier_token5] = ACTIONS(1991), - [aux_sym_cmd_identifier_token6] = ACTIONS(1991), - [aux_sym_cmd_identifier_token7] = ACTIONS(1991), - [aux_sym_cmd_identifier_token8] = ACTIONS(1989), - [aux_sym_cmd_identifier_token9] = ACTIONS(1989), - [aux_sym_cmd_identifier_token10] = ACTIONS(1991), - [aux_sym_cmd_identifier_token11] = ACTIONS(1991), - [aux_sym_cmd_identifier_token12] = ACTIONS(1989), - [aux_sym_cmd_identifier_token13] = ACTIONS(1989), - [aux_sym_cmd_identifier_token14] = ACTIONS(1989), - [aux_sym_cmd_identifier_token15] = ACTIONS(1989), - [aux_sym_cmd_identifier_token16] = ACTIONS(1991), - [aux_sym_cmd_identifier_token17] = ACTIONS(1991), - [aux_sym_cmd_identifier_token18] = ACTIONS(1991), - [aux_sym_cmd_identifier_token19] = ACTIONS(1991), - [aux_sym_cmd_identifier_token20] = ACTIONS(1991), - [aux_sym_cmd_identifier_token21] = ACTIONS(1991), - [aux_sym_cmd_identifier_token22] = ACTIONS(1991), - [aux_sym_cmd_identifier_token23] = ACTIONS(1991), - [aux_sym_cmd_identifier_token24] = ACTIONS(1991), - [aux_sym_cmd_identifier_token25] = ACTIONS(1991), - [aux_sym_cmd_identifier_token26] = ACTIONS(1991), - [aux_sym_cmd_identifier_token27] = ACTIONS(1991), - [aux_sym_cmd_identifier_token28] = ACTIONS(1991), - [aux_sym_cmd_identifier_token29] = ACTIONS(1991), - [aux_sym_cmd_identifier_token30] = ACTIONS(1991), - [aux_sym_cmd_identifier_token31] = ACTIONS(1991), - [aux_sym_cmd_identifier_token32] = ACTIONS(1991), - [aux_sym_cmd_identifier_token33] = ACTIONS(1991), - [aux_sym_cmd_identifier_token34] = ACTIONS(1989), - [aux_sym_cmd_identifier_token35] = ACTIONS(1991), - [aux_sym_cmd_identifier_token36] = ACTIONS(1991), - [aux_sym_cmd_identifier_token37] = ACTIONS(1991), - [aux_sym_cmd_identifier_token38] = ACTIONS(1989), - [aux_sym_cmd_identifier_token39] = ACTIONS(1991), - [aux_sym_cmd_identifier_token40] = ACTIONS(1991), - [anon_sym_def] = ACTIONS(1989), - [anon_sym_export_DASHenv] = ACTIONS(1989), - [anon_sym_extern] = ACTIONS(1989), - [anon_sym_module] = ACTIONS(1989), - [anon_sym_use] = ACTIONS(1989), - [anon_sym_LPAREN] = ACTIONS(1991), - [anon_sym_DOLLAR] = ACTIONS(1991), - [anon_sym_error] = ACTIONS(1989), - [anon_sym_DASH2] = ACTIONS(1989), - [anon_sym_break] = ACTIONS(1989), - [anon_sym_continue] = ACTIONS(1989), - [anon_sym_for] = ACTIONS(1989), - [anon_sym_in2] = ACTIONS(1989), - [anon_sym_loop] = ACTIONS(1989), - [anon_sym_make] = ACTIONS(1989), - [anon_sym_while] = ACTIONS(1989), - [anon_sym_do] = ACTIONS(1989), - [anon_sym_if] = ACTIONS(1989), - [anon_sym_else] = ACTIONS(1989), - [anon_sym_match] = ACTIONS(1989), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_try] = ACTIONS(1989), - [anon_sym_catch] = ACTIONS(1989), - [anon_sym_return] = ACTIONS(1989), - [anon_sym_source] = ACTIONS(1989), - [anon_sym_source_DASHenv] = ACTIONS(1989), - [anon_sym_register] = ACTIONS(1989), - [anon_sym_hide] = ACTIONS(1989), - [anon_sym_hide_DASHenv] = ACTIONS(1989), - [anon_sym_overlay] = ACTIONS(1989), - [anon_sym_as] = ACTIONS(1989), - [anon_sym_PLUS2] = ACTIONS(1989), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1991), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1991), - [aux_sym__val_number_decimal_token1] = ACTIONS(1989), - [aux_sym__val_number_decimal_token2] = ACTIONS(1991), - [aux_sym__val_number_decimal_token3] = ACTIONS(1991), - [aux_sym__val_number_decimal_token4] = ACTIONS(1991), - [aux_sym__val_number_token1] = ACTIONS(1991), - [aux_sym__val_number_token2] = ACTIONS(1991), - [aux_sym__val_number_token3] = ACTIONS(1991), - [aux_sym__val_number_token4] = ACTIONS(1989), - [aux_sym__val_number_token5] = ACTIONS(1989), - [aux_sym__val_number_token6] = ACTIONS(1989), - [anon_sym_DQUOTE] = ACTIONS(1991), - [sym__str_single_quotes] = ACTIONS(1991), - [sym__str_back_ticks] = ACTIONS(1991), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1991), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(966), + [aux_sym_cmd_identifier_token3] = ACTIONS(966), + [aux_sym_cmd_identifier_token4] = ACTIONS(966), + [aux_sym_cmd_identifier_token5] = ACTIONS(966), + [aux_sym_cmd_identifier_token6] = ACTIONS(966), + [aux_sym_cmd_identifier_token7] = ACTIONS(966), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(966), + [aux_sym_cmd_identifier_token11] = ACTIONS(966), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(966), + [aux_sym_cmd_identifier_token17] = ACTIONS(966), + [aux_sym_cmd_identifier_token18] = ACTIONS(966), + [aux_sym_cmd_identifier_token19] = ACTIONS(966), + [aux_sym_cmd_identifier_token20] = ACTIONS(966), + [aux_sym_cmd_identifier_token21] = ACTIONS(966), + [aux_sym_cmd_identifier_token22] = ACTIONS(966), + [aux_sym_cmd_identifier_token23] = ACTIONS(966), + [aux_sym_cmd_identifier_token24] = ACTIONS(966), + [aux_sym_cmd_identifier_token25] = ACTIONS(966), + [aux_sym_cmd_identifier_token26] = ACTIONS(966), + [aux_sym_cmd_identifier_token27] = ACTIONS(966), + [aux_sym_cmd_identifier_token28] = ACTIONS(966), + [aux_sym_cmd_identifier_token29] = ACTIONS(966), + [aux_sym_cmd_identifier_token30] = ACTIONS(966), + [aux_sym_cmd_identifier_token31] = ACTIONS(966), + [aux_sym_cmd_identifier_token32] = ACTIONS(966), + [aux_sym_cmd_identifier_token33] = ACTIONS(966), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(966), + [aux_sym_cmd_identifier_token36] = ACTIONS(966), + [aux_sym_cmd_identifier_token37] = ACTIONS(966), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(966), + [aux_sym_cmd_identifier_token40] = ACTIONS(966), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_COMMA] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(966), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), + [anon_sym_COLON2] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1991), + [sym_raw_string_begin] = ACTIONS(966), }, [461] = { - [sym_cell_path] = STATE(739), - [sym_path] = STATE(631), [sym_comment] = STATE(461), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1993), - [anon_sym_alias] = ACTIONS(1993), - [anon_sym_let] = ACTIONS(1993), - [anon_sym_let_DASHenv] = ACTIONS(1993), - [anon_sym_mut] = ACTIONS(1993), - [anon_sym_const] = ACTIONS(1993), - [aux_sym_cmd_identifier_token1] = ACTIONS(1993), - [aux_sym_cmd_identifier_token2] = ACTIONS(1995), - [aux_sym_cmd_identifier_token3] = ACTIONS(1995), - [aux_sym_cmd_identifier_token4] = ACTIONS(1995), - [aux_sym_cmd_identifier_token5] = ACTIONS(1995), - [aux_sym_cmd_identifier_token6] = ACTIONS(1995), - [aux_sym_cmd_identifier_token7] = ACTIONS(1995), - [aux_sym_cmd_identifier_token8] = ACTIONS(1993), - [aux_sym_cmd_identifier_token9] = ACTIONS(1993), - [aux_sym_cmd_identifier_token10] = ACTIONS(1995), - [aux_sym_cmd_identifier_token11] = ACTIONS(1995), - [aux_sym_cmd_identifier_token12] = ACTIONS(1993), - [aux_sym_cmd_identifier_token13] = ACTIONS(1993), - [aux_sym_cmd_identifier_token14] = ACTIONS(1993), - [aux_sym_cmd_identifier_token15] = ACTIONS(1993), - [aux_sym_cmd_identifier_token16] = ACTIONS(1995), - [aux_sym_cmd_identifier_token17] = ACTIONS(1995), - [aux_sym_cmd_identifier_token18] = ACTIONS(1995), - [aux_sym_cmd_identifier_token19] = ACTIONS(1995), - [aux_sym_cmd_identifier_token20] = ACTIONS(1995), - [aux_sym_cmd_identifier_token21] = ACTIONS(1995), - [aux_sym_cmd_identifier_token22] = ACTIONS(1995), - [aux_sym_cmd_identifier_token23] = ACTIONS(1995), - [aux_sym_cmd_identifier_token24] = ACTIONS(1995), - [aux_sym_cmd_identifier_token25] = ACTIONS(1995), - [aux_sym_cmd_identifier_token26] = ACTIONS(1995), - [aux_sym_cmd_identifier_token27] = ACTIONS(1995), - [aux_sym_cmd_identifier_token28] = ACTIONS(1995), - [aux_sym_cmd_identifier_token29] = ACTIONS(1995), - [aux_sym_cmd_identifier_token30] = ACTIONS(1995), - [aux_sym_cmd_identifier_token31] = ACTIONS(1995), - [aux_sym_cmd_identifier_token32] = ACTIONS(1995), - [aux_sym_cmd_identifier_token33] = ACTIONS(1995), - [aux_sym_cmd_identifier_token34] = ACTIONS(1993), - [aux_sym_cmd_identifier_token35] = ACTIONS(1995), - [aux_sym_cmd_identifier_token36] = ACTIONS(1995), - [aux_sym_cmd_identifier_token37] = ACTIONS(1995), - [aux_sym_cmd_identifier_token38] = ACTIONS(1993), - [aux_sym_cmd_identifier_token39] = ACTIONS(1995), - [aux_sym_cmd_identifier_token40] = ACTIONS(1995), - [anon_sym_def] = ACTIONS(1993), - [anon_sym_export_DASHenv] = ACTIONS(1993), - [anon_sym_extern] = ACTIONS(1993), - [anon_sym_module] = ACTIONS(1993), - [anon_sym_use] = ACTIONS(1993), - [anon_sym_LPAREN] = ACTIONS(1995), - [anon_sym_DOLLAR] = ACTIONS(1995), - [anon_sym_error] = ACTIONS(1993), - [anon_sym_DASH2] = ACTIONS(1993), - [anon_sym_break] = ACTIONS(1993), - [anon_sym_continue] = ACTIONS(1993), - [anon_sym_for] = ACTIONS(1993), - [anon_sym_in2] = ACTIONS(1993), - [anon_sym_loop] = ACTIONS(1993), - [anon_sym_make] = ACTIONS(1993), - [anon_sym_while] = ACTIONS(1993), - [anon_sym_do] = ACTIONS(1993), - [anon_sym_if] = ACTIONS(1993), - [anon_sym_else] = ACTIONS(1993), - [anon_sym_match] = ACTIONS(1993), - [anon_sym_RBRACE] = ACTIONS(1995), - [anon_sym_try] = ACTIONS(1993), - [anon_sym_catch] = ACTIONS(1993), - [anon_sym_return] = ACTIONS(1993), - [anon_sym_source] = ACTIONS(1993), - [anon_sym_source_DASHenv] = ACTIONS(1993), - [anon_sym_register] = ACTIONS(1993), - [anon_sym_hide] = ACTIONS(1993), - [anon_sym_hide_DASHenv] = ACTIONS(1993), - [anon_sym_overlay] = ACTIONS(1993), - [anon_sym_as] = ACTIONS(1993), - [anon_sym_PLUS2] = ACTIONS(1993), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1995), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1995), - [aux_sym__val_number_decimal_token1] = ACTIONS(1993), - [aux_sym__val_number_decimal_token2] = ACTIONS(1995), - [aux_sym__val_number_decimal_token3] = ACTIONS(1995), - [aux_sym__val_number_decimal_token4] = ACTIONS(1995), - [aux_sym__val_number_token1] = ACTIONS(1995), - [aux_sym__val_number_token2] = ACTIONS(1995), - [aux_sym__val_number_token3] = ACTIONS(1995), - [aux_sym__val_number_token4] = ACTIONS(1993), - [aux_sym__val_number_token5] = ACTIONS(1993), - [aux_sym__val_number_token6] = ACTIONS(1993), - [anon_sym_DQUOTE] = ACTIONS(1995), - [sym__str_single_quotes] = ACTIONS(1995), - [sym__str_back_ticks] = ACTIONS(1995), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1995), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(970), + [aux_sym_cmd_identifier_token3] = ACTIONS(970), + [aux_sym_cmd_identifier_token4] = ACTIONS(970), + [aux_sym_cmd_identifier_token5] = ACTIONS(970), + [aux_sym_cmd_identifier_token6] = ACTIONS(970), + [aux_sym_cmd_identifier_token7] = ACTIONS(970), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(970), + [aux_sym_cmd_identifier_token11] = ACTIONS(970), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(970), + [aux_sym_cmd_identifier_token17] = ACTIONS(970), + [aux_sym_cmd_identifier_token18] = ACTIONS(970), + [aux_sym_cmd_identifier_token19] = ACTIONS(970), + [aux_sym_cmd_identifier_token20] = ACTIONS(970), + [aux_sym_cmd_identifier_token21] = ACTIONS(970), + [aux_sym_cmd_identifier_token22] = ACTIONS(970), + [aux_sym_cmd_identifier_token23] = ACTIONS(970), + [aux_sym_cmd_identifier_token24] = ACTIONS(970), + [aux_sym_cmd_identifier_token25] = ACTIONS(970), + [aux_sym_cmd_identifier_token26] = ACTIONS(970), + [aux_sym_cmd_identifier_token27] = ACTIONS(970), + [aux_sym_cmd_identifier_token28] = ACTIONS(970), + [aux_sym_cmd_identifier_token29] = ACTIONS(970), + [aux_sym_cmd_identifier_token30] = ACTIONS(970), + [aux_sym_cmd_identifier_token31] = ACTIONS(970), + [aux_sym_cmd_identifier_token32] = ACTIONS(970), + [aux_sym_cmd_identifier_token33] = ACTIONS(970), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(970), + [aux_sym_cmd_identifier_token36] = ACTIONS(970), + [aux_sym_cmd_identifier_token37] = ACTIONS(970), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(970), + [aux_sym_cmd_identifier_token40] = ACTIONS(970), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_COMMA] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(970), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(970), + [anon_sym_COLON2] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1995), + [sym_raw_string_begin] = ACTIONS(970), }, [462] = { - [sym_cell_path] = STATE(751), - [sym_path] = STATE(631), [sym_comment] = STATE(462), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1997), - [anon_sym_alias] = ACTIONS(1997), - [anon_sym_let] = ACTIONS(1997), - [anon_sym_let_DASHenv] = ACTIONS(1997), - [anon_sym_mut] = ACTIONS(1997), - [anon_sym_const] = ACTIONS(1997), - [aux_sym_cmd_identifier_token1] = ACTIONS(1997), - [aux_sym_cmd_identifier_token2] = ACTIONS(1999), - [aux_sym_cmd_identifier_token3] = ACTIONS(1999), - [aux_sym_cmd_identifier_token4] = ACTIONS(1999), - [aux_sym_cmd_identifier_token5] = ACTIONS(1999), - [aux_sym_cmd_identifier_token6] = ACTIONS(1999), - [aux_sym_cmd_identifier_token7] = ACTIONS(1999), - [aux_sym_cmd_identifier_token8] = ACTIONS(1997), - [aux_sym_cmd_identifier_token9] = ACTIONS(1997), - [aux_sym_cmd_identifier_token10] = ACTIONS(1999), - [aux_sym_cmd_identifier_token11] = ACTIONS(1999), - [aux_sym_cmd_identifier_token12] = ACTIONS(1997), - [aux_sym_cmd_identifier_token13] = ACTIONS(1997), - [aux_sym_cmd_identifier_token14] = ACTIONS(1997), - [aux_sym_cmd_identifier_token15] = ACTIONS(1997), - [aux_sym_cmd_identifier_token16] = ACTIONS(1999), - [aux_sym_cmd_identifier_token17] = ACTIONS(1999), - [aux_sym_cmd_identifier_token18] = ACTIONS(1999), - [aux_sym_cmd_identifier_token19] = ACTIONS(1999), - [aux_sym_cmd_identifier_token20] = ACTIONS(1999), - [aux_sym_cmd_identifier_token21] = ACTIONS(1999), - [aux_sym_cmd_identifier_token22] = ACTIONS(1999), - [aux_sym_cmd_identifier_token23] = ACTIONS(1999), - [aux_sym_cmd_identifier_token24] = ACTIONS(1999), - [aux_sym_cmd_identifier_token25] = ACTIONS(1999), - [aux_sym_cmd_identifier_token26] = ACTIONS(1999), - [aux_sym_cmd_identifier_token27] = ACTIONS(1999), - [aux_sym_cmd_identifier_token28] = ACTIONS(1999), - [aux_sym_cmd_identifier_token29] = ACTIONS(1999), - [aux_sym_cmd_identifier_token30] = ACTIONS(1999), - [aux_sym_cmd_identifier_token31] = ACTIONS(1999), - [aux_sym_cmd_identifier_token32] = ACTIONS(1999), - [aux_sym_cmd_identifier_token33] = ACTIONS(1999), - [aux_sym_cmd_identifier_token34] = ACTIONS(1997), - [aux_sym_cmd_identifier_token35] = ACTIONS(1999), - [aux_sym_cmd_identifier_token36] = ACTIONS(1999), - [aux_sym_cmd_identifier_token37] = ACTIONS(1999), - [aux_sym_cmd_identifier_token38] = ACTIONS(1997), - [aux_sym_cmd_identifier_token39] = ACTIONS(1999), - [aux_sym_cmd_identifier_token40] = ACTIONS(1999), - [anon_sym_def] = ACTIONS(1997), - [anon_sym_export_DASHenv] = ACTIONS(1997), - [anon_sym_extern] = ACTIONS(1997), - [anon_sym_module] = ACTIONS(1997), - [anon_sym_use] = ACTIONS(1997), - [anon_sym_LPAREN] = ACTIONS(1999), - [anon_sym_DOLLAR] = ACTIONS(1999), - [anon_sym_error] = ACTIONS(1997), - [anon_sym_DASH2] = ACTIONS(1997), - [anon_sym_break] = ACTIONS(1997), - [anon_sym_continue] = ACTIONS(1997), - [anon_sym_for] = ACTIONS(1997), - [anon_sym_in2] = ACTIONS(1997), - [anon_sym_loop] = ACTIONS(1997), - [anon_sym_make] = ACTIONS(1997), - [anon_sym_while] = ACTIONS(1997), - [anon_sym_do] = ACTIONS(1997), - [anon_sym_if] = ACTIONS(1997), - [anon_sym_else] = ACTIONS(1997), - [anon_sym_match] = ACTIONS(1997), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_try] = ACTIONS(1997), - [anon_sym_catch] = ACTIONS(1997), - [anon_sym_return] = ACTIONS(1997), - [anon_sym_source] = ACTIONS(1997), - [anon_sym_source_DASHenv] = ACTIONS(1997), - [anon_sym_register] = ACTIONS(1997), - [anon_sym_hide] = ACTIONS(1997), - [anon_sym_hide_DASHenv] = ACTIONS(1997), - [anon_sym_overlay] = ACTIONS(1997), - [anon_sym_as] = ACTIONS(1997), - [anon_sym_PLUS2] = ACTIONS(1997), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1999), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1999), - [aux_sym__val_number_decimal_token1] = ACTIONS(1997), - [aux_sym__val_number_decimal_token2] = ACTIONS(1999), - [aux_sym__val_number_decimal_token3] = ACTIONS(1999), - [aux_sym__val_number_decimal_token4] = ACTIONS(1999), - [aux_sym__val_number_token1] = ACTIONS(1999), - [aux_sym__val_number_token2] = ACTIONS(1999), - [aux_sym__val_number_token3] = ACTIONS(1999), - [aux_sym__val_number_token4] = ACTIONS(1997), - [aux_sym__val_number_token5] = ACTIONS(1997), - [aux_sym__val_number_token6] = ACTIONS(1997), - [anon_sym_DQUOTE] = ACTIONS(1999), - [sym__str_single_quotes] = ACTIONS(1999), - [sym__str_back_ticks] = ACTIONS(1999), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1999), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(974), + [aux_sym_cmd_identifier_token3] = ACTIONS(974), + [aux_sym_cmd_identifier_token4] = ACTIONS(974), + [aux_sym_cmd_identifier_token5] = ACTIONS(974), + [aux_sym_cmd_identifier_token6] = ACTIONS(974), + [aux_sym_cmd_identifier_token7] = ACTIONS(974), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(974), + [aux_sym_cmd_identifier_token11] = ACTIONS(974), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(974), + [aux_sym_cmd_identifier_token17] = ACTIONS(974), + [aux_sym_cmd_identifier_token18] = ACTIONS(974), + [aux_sym_cmd_identifier_token19] = ACTIONS(974), + [aux_sym_cmd_identifier_token20] = ACTIONS(974), + [aux_sym_cmd_identifier_token21] = ACTIONS(974), + [aux_sym_cmd_identifier_token22] = ACTIONS(974), + [aux_sym_cmd_identifier_token23] = ACTIONS(974), + [aux_sym_cmd_identifier_token24] = ACTIONS(974), + [aux_sym_cmd_identifier_token25] = ACTIONS(974), + [aux_sym_cmd_identifier_token26] = ACTIONS(974), + [aux_sym_cmd_identifier_token27] = ACTIONS(974), + [aux_sym_cmd_identifier_token28] = ACTIONS(974), + [aux_sym_cmd_identifier_token29] = ACTIONS(974), + [aux_sym_cmd_identifier_token30] = ACTIONS(974), + [aux_sym_cmd_identifier_token31] = ACTIONS(974), + [aux_sym_cmd_identifier_token32] = ACTIONS(974), + [aux_sym_cmd_identifier_token33] = ACTIONS(974), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(974), + [aux_sym_cmd_identifier_token36] = ACTIONS(974), + [aux_sym_cmd_identifier_token37] = ACTIONS(974), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(974), + [aux_sym_cmd_identifier_token40] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_COMMA] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(974), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_try] = ACTIONS(972), + [anon_sym_catch] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_source] = ACTIONS(972), + [anon_sym_source_DASHenv] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_hide] = ACTIONS(972), + [anon_sym_hide_DASHenv] = ACTIONS(972), + [anon_sym_overlay] = ACTIONS(972), + [anon_sym_as] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(972), + [aux_sym__val_number_token5] = ACTIONS(972), + [aux_sym__val_number_token6] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), + [anon_sym_COLON2] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1999), + [sym_raw_string_begin] = ACTIONS(974), }, [463] = { - [sym_cell_path] = STATE(752), - [sym_path] = STATE(631), [sym_comment] = STATE(463), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(2001), - [anon_sym_alias] = ACTIONS(2001), - [anon_sym_let] = ACTIONS(2001), - [anon_sym_let_DASHenv] = ACTIONS(2001), - [anon_sym_mut] = ACTIONS(2001), - [anon_sym_const] = ACTIONS(2001), - [aux_sym_cmd_identifier_token1] = ACTIONS(2001), - [aux_sym_cmd_identifier_token2] = ACTIONS(2003), - [aux_sym_cmd_identifier_token3] = ACTIONS(2003), - [aux_sym_cmd_identifier_token4] = ACTIONS(2003), - [aux_sym_cmd_identifier_token5] = ACTIONS(2003), - [aux_sym_cmd_identifier_token6] = ACTIONS(2003), - [aux_sym_cmd_identifier_token7] = ACTIONS(2003), - [aux_sym_cmd_identifier_token8] = ACTIONS(2001), - [aux_sym_cmd_identifier_token9] = ACTIONS(2001), - [aux_sym_cmd_identifier_token10] = ACTIONS(2003), - [aux_sym_cmd_identifier_token11] = ACTIONS(2003), - [aux_sym_cmd_identifier_token12] = ACTIONS(2001), - [aux_sym_cmd_identifier_token13] = ACTIONS(2001), - [aux_sym_cmd_identifier_token14] = ACTIONS(2001), - [aux_sym_cmd_identifier_token15] = ACTIONS(2001), - [aux_sym_cmd_identifier_token16] = ACTIONS(2003), - [aux_sym_cmd_identifier_token17] = ACTIONS(2003), - [aux_sym_cmd_identifier_token18] = ACTIONS(2003), - [aux_sym_cmd_identifier_token19] = ACTIONS(2003), - [aux_sym_cmd_identifier_token20] = ACTIONS(2003), - [aux_sym_cmd_identifier_token21] = ACTIONS(2003), - [aux_sym_cmd_identifier_token22] = ACTIONS(2003), - [aux_sym_cmd_identifier_token23] = ACTIONS(2003), - [aux_sym_cmd_identifier_token24] = ACTIONS(2003), - [aux_sym_cmd_identifier_token25] = ACTIONS(2003), - [aux_sym_cmd_identifier_token26] = ACTIONS(2003), - [aux_sym_cmd_identifier_token27] = ACTIONS(2003), - [aux_sym_cmd_identifier_token28] = ACTIONS(2003), - [aux_sym_cmd_identifier_token29] = ACTIONS(2003), - [aux_sym_cmd_identifier_token30] = ACTIONS(2003), - [aux_sym_cmd_identifier_token31] = ACTIONS(2003), - [aux_sym_cmd_identifier_token32] = ACTIONS(2003), - [aux_sym_cmd_identifier_token33] = ACTIONS(2003), - [aux_sym_cmd_identifier_token34] = ACTIONS(2001), - [aux_sym_cmd_identifier_token35] = ACTIONS(2003), - [aux_sym_cmd_identifier_token36] = ACTIONS(2003), - [aux_sym_cmd_identifier_token37] = ACTIONS(2003), - [aux_sym_cmd_identifier_token38] = ACTIONS(2001), - [aux_sym_cmd_identifier_token39] = ACTIONS(2003), - [aux_sym_cmd_identifier_token40] = ACTIONS(2003), - [anon_sym_def] = ACTIONS(2001), - [anon_sym_export_DASHenv] = ACTIONS(2001), - [anon_sym_extern] = ACTIONS(2001), - [anon_sym_module] = ACTIONS(2001), - [anon_sym_use] = ACTIONS(2001), - [anon_sym_LPAREN] = ACTIONS(2003), - [anon_sym_DOLLAR] = ACTIONS(2003), - [anon_sym_error] = ACTIONS(2001), - [anon_sym_DASH2] = ACTIONS(2001), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2001), - [anon_sym_for] = ACTIONS(2001), - [anon_sym_in2] = ACTIONS(2001), - [anon_sym_loop] = ACTIONS(2001), - [anon_sym_make] = ACTIONS(2001), - [anon_sym_while] = ACTIONS(2001), - [anon_sym_do] = ACTIONS(2001), - [anon_sym_if] = ACTIONS(2001), - [anon_sym_else] = ACTIONS(2001), - [anon_sym_match] = ACTIONS(2001), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_try] = ACTIONS(2001), - [anon_sym_catch] = ACTIONS(2001), - [anon_sym_return] = ACTIONS(2001), - [anon_sym_source] = ACTIONS(2001), - [anon_sym_source_DASHenv] = ACTIONS(2001), - [anon_sym_register] = ACTIONS(2001), - [anon_sym_hide] = ACTIONS(2001), - [anon_sym_hide_DASHenv] = ACTIONS(2001), - [anon_sym_overlay] = ACTIONS(2001), - [anon_sym_as] = ACTIONS(2001), - [anon_sym_PLUS2] = ACTIONS(2001), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2003), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2003), - [aux_sym__val_number_decimal_token1] = ACTIONS(2001), - [aux_sym__val_number_decimal_token2] = ACTIONS(2003), - [aux_sym__val_number_decimal_token3] = ACTIONS(2003), - [aux_sym__val_number_decimal_token4] = ACTIONS(2003), - [aux_sym__val_number_token1] = ACTIONS(2003), - [aux_sym__val_number_token2] = ACTIONS(2003), - [aux_sym__val_number_token3] = ACTIONS(2003), - [aux_sym__val_number_token4] = ACTIONS(2001), - [aux_sym__val_number_token5] = ACTIONS(2001), - [aux_sym__val_number_token6] = ACTIONS(2001), - [anon_sym_DQUOTE] = ACTIONS(2003), - [sym__str_single_quotes] = ACTIONS(2003), - [sym__str_back_ticks] = ACTIONS(2003), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2003), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(978), + [aux_sym_cmd_identifier_token3] = ACTIONS(978), + [aux_sym_cmd_identifier_token4] = ACTIONS(978), + [aux_sym_cmd_identifier_token5] = ACTIONS(978), + [aux_sym_cmd_identifier_token6] = ACTIONS(978), + [aux_sym_cmd_identifier_token7] = ACTIONS(978), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(978), + [aux_sym_cmd_identifier_token11] = ACTIONS(978), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(978), + [aux_sym_cmd_identifier_token17] = ACTIONS(978), + [aux_sym_cmd_identifier_token18] = ACTIONS(978), + [aux_sym_cmd_identifier_token19] = ACTIONS(978), + [aux_sym_cmd_identifier_token20] = ACTIONS(978), + [aux_sym_cmd_identifier_token21] = ACTIONS(978), + [aux_sym_cmd_identifier_token22] = ACTIONS(978), + [aux_sym_cmd_identifier_token23] = ACTIONS(978), + [aux_sym_cmd_identifier_token24] = ACTIONS(978), + [aux_sym_cmd_identifier_token25] = ACTIONS(978), + [aux_sym_cmd_identifier_token26] = ACTIONS(978), + [aux_sym_cmd_identifier_token27] = ACTIONS(978), + [aux_sym_cmd_identifier_token28] = ACTIONS(978), + [aux_sym_cmd_identifier_token29] = ACTIONS(978), + [aux_sym_cmd_identifier_token30] = ACTIONS(978), + [aux_sym_cmd_identifier_token31] = ACTIONS(978), + [aux_sym_cmd_identifier_token32] = ACTIONS(978), + [aux_sym_cmd_identifier_token33] = ACTIONS(978), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(978), + [aux_sym_cmd_identifier_token36] = ACTIONS(978), + [aux_sym_cmd_identifier_token37] = ACTIONS(978), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(978), + [aux_sym_cmd_identifier_token40] = ACTIONS(978), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_COMMA] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(978), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), + [anon_sym_COLON2] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2003), + [sym_raw_string_begin] = ACTIONS(978), }, [464] = { - [sym_cell_path] = STATE(697), - [sym_path] = STATE(631), [sym_comment] = STATE(464), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(2005), - [anon_sym_alias] = ACTIONS(2005), - [anon_sym_let] = ACTIONS(2005), - [anon_sym_let_DASHenv] = ACTIONS(2005), - [anon_sym_mut] = ACTIONS(2005), - [anon_sym_const] = ACTIONS(2005), - [aux_sym_cmd_identifier_token1] = ACTIONS(2005), - [aux_sym_cmd_identifier_token2] = ACTIONS(2007), - [aux_sym_cmd_identifier_token3] = ACTIONS(2007), - [aux_sym_cmd_identifier_token4] = ACTIONS(2007), - [aux_sym_cmd_identifier_token5] = ACTIONS(2007), - [aux_sym_cmd_identifier_token6] = ACTIONS(2007), - [aux_sym_cmd_identifier_token7] = ACTIONS(2007), - [aux_sym_cmd_identifier_token8] = ACTIONS(2005), - [aux_sym_cmd_identifier_token9] = ACTIONS(2005), - [aux_sym_cmd_identifier_token10] = ACTIONS(2007), - [aux_sym_cmd_identifier_token11] = ACTIONS(2007), - [aux_sym_cmd_identifier_token12] = ACTIONS(2005), - [aux_sym_cmd_identifier_token13] = ACTIONS(2005), - [aux_sym_cmd_identifier_token14] = ACTIONS(2005), - [aux_sym_cmd_identifier_token15] = ACTIONS(2005), - [aux_sym_cmd_identifier_token16] = ACTIONS(2007), - [aux_sym_cmd_identifier_token17] = ACTIONS(2007), - [aux_sym_cmd_identifier_token18] = ACTIONS(2007), - [aux_sym_cmd_identifier_token19] = ACTIONS(2007), - [aux_sym_cmd_identifier_token20] = ACTIONS(2007), - [aux_sym_cmd_identifier_token21] = ACTIONS(2007), - [aux_sym_cmd_identifier_token22] = ACTIONS(2007), - [aux_sym_cmd_identifier_token23] = ACTIONS(2007), - [aux_sym_cmd_identifier_token24] = ACTIONS(2007), - [aux_sym_cmd_identifier_token25] = ACTIONS(2007), - [aux_sym_cmd_identifier_token26] = ACTIONS(2007), - [aux_sym_cmd_identifier_token27] = ACTIONS(2007), - [aux_sym_cmd_identifier_token28] = ACTIONS(2007), - [aux_sym_cmd_identifier_token29] = ACTIONS(2007), - [aux_sym_cmd_identifier_token30] = ACTIONS(2007), - [aux_sym_cmd_identifier_token31] = ACTIONS(2007), - [aux_sym_cmd_identifier_token32] = ACTIONS(2007), - [aux_sym_cmd_identifier_token33] = ACTIONS(2007), - [aux_sym_cmd_identifier_token34] = ACTIONS(2005), - [aux_sym_cmd_identifier_token35] = ACTIONS(2007), - [aux_sym_cmd_identifier_token36] = ACTIONS(2007), - [aux_sym_cmd_identifier_token37] = ACTIONS(2007), - [aux_sym_cmd_identifier_token38] = ACTIONS(2005), - [aux_sym_cmd_identifier_token39] = ACTIONS(2007), - [aux_sym_cmd_identifier_token40] = ACTIONS(2007), - [anon_sym_def] = ACTIONS(2005), - [anon_sym_export_DASHenv] = ACTIONS(2005), - [anon_sym_extern] = ACTIONS(2005), - [anon_sym_module] = ACTIONS(2005), - [anon_sym_use] = ACTIONS(2005), - [anon_sym_LPAREN] = ACTIONS(2007), - [anon_sym_DOLLAR] = ACTIONS(2007), - [anon_sym_error] = ACTIONS(2005), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_break] = ACTIONS(2005), - [anon_sym_continue] = ACTIONS(2005), - [anon_sym_for] = ACTIONS(2005), - [anon_sym_in2] = ACTIONS(2005), - [anon_sym_loop] = ACTIONS(2005), - [anon_sym_make] = ACTIONS(2005), - [anon_sym_while] = ACTIONS(2005), - [anon_sym_do] = ACTIONS(2005), - [anon_sym_if] = ACTIONS(2005), - [anon_sym_else] = ACTIONS(2005), - [anon_sym_match] = ACTIONS(2005), - [anon_sym_RBRACE] = ACTIONS(2007), - [anon_sym_try] = ACTIONS(2005), - [anon_sym_catch] = ACTIONS(2005), - [anon_sym_return] = ACTIONS(2005), - [anon_sym_source] = ACTIONS(2005), - [anon_sym_source_DASHenv] = ACTIONS(2005), - [anon_sym_register] = ACTIONS(2005), - [anon_sym_hide] = ACTIONS(2005), - [anon_sym_hide_DASHenv] = ACTIONS(2005), - [anon_sym_overlay] = ACTIONS(2005), - [anon_sym_as] = ACTIONS(2005), - [anon_sym_PLUS2] = ACTIONS(2005), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2007), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2007), - [aux_sym__val_number_decimal_token1] = ACTIONS(2005), - [aux_sym__val_number_decimal_token2] = ACTIONS(2007), - [aux_sym__val_number_decimal_token3] = ACTIONS(2007), - [aux_sym__val_number_decimal_token4] = ACTIONS(2007), - [aux_sym__val_number_token1] = ACTIONS(2007), - [aux_sym__val_number_token2] = ACTIONS(2007), - [aux_sym__val_number_token3] = ACTIONS(2007), - [aux_sym__val_number_token4] = ACTIONS(2005), - [aux_sym__val_number_token5] = ACTIONS(2005), - [aux_sym__val_number_token6] = ACTIONS(2005), - [anon_sym_DQUOTE] = ACTIONS(2007), - [sym__str_single_quotes] = ACTIONS(2007), - [sym__str_back_ticks] = ACTIONS(2007), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2007), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT] = ACTIONS(2106), + [aux_sym__immediate_decimal_token2] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2007), + [sym_raw_string_begin] = ACTIONS(1727), }, [465] = { + [sym_cell_path] = STATE(695), + [sym_path] = STATE(656), [sym_comment] = STATE(465), - [anon_sym_export] = ACTIONS(984), - [anon_sym_alias] = ACTIONS(984), - [anon_sym_let] = ACTIONS(984), - [anon_sym_let_DASHenv] = ACTIONS(984), - [anon_sym_mut] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [aux_sym_cmd_identifier_token1] = ACTIONS(984), - [aux_sym_cmd_identifier_token2] = ACTIONS(986), - [aux_sym_cmd_identifier_token3] = ACTIONS(986), - [aux_sym_cmd_identifier_token4] = ACTIONS(986), - [aux_sym_cmd_identifier_token5] = ACTIONS(986), - [aux_sym_cmd_identifier_token6] = ACTIONS(986), - [aux_sym_cmd_identifier_token7] = ACTIONS(986), - [aux_sym_cmd_identifier_token8] = ACTIONS(984), - [aux_sym_cmd_identifier_token9] = ACTIONS(984), - [aux_sym_cmd_identifier_token10] = ACTIONS(986), - [aux_sym_cmd_identifier_token11] = ACTIONS(986), - [aux_sym_cmd_identifier_token12] = ACTIONS(984), - [aux_sym_cmd_identifier_token13] = ACTIONS(984), - [aux_sym_cmd_identifier_token14] = ACTIONS(984), - [aux_sym_cmd_identifier_token15] = ACTIONS(984), - [aux_sym_cmd_identifier_token16] = ACTIONS(986), - [aux_sym_cmd_identifier_token17] = ACTIONS(986), - [aux_sym_cmd_identifier_token18] = ACTIONS(986), - [aux_sym_cmd_identifier_token19] = ACTIONS(986), - [aux_sym_cmd_identifier_token20] = ACTIONS(986), - [aux_sym_cmd_identifier_token21] = ACTIONS(986), - [aux_sym_cmd_identifier_token22] = ACTIONS(986), - [aux_sym_cmd_identifier_token23] = ACTIONS(986), - [aux_sym_cmd_identifier_token24] = ACTIONS(986), - [aux_sym_cmd_identifier_token25] = ACTIONS(986), - [aux_sym_cmd_identifier_token26] = ACTIONS(986), - [aux_sym_cmd_identifier_token27] = ACTIONS(986), - [aux_sym_cmd_identifier_token28] = ACTIONS(986), - [aux_sym_cmd_identifier_token29] = ACTIONS(986), - [aux_sym_cmd_identifier_token30] = ACTIONS(986), - [aux_sym_cmd_identifier_token31] = ACTIONS(986), - [aux_sym_cmd_identifier_token32] = ACTIONS(986), - [aux_sym_cmd_identifier_token33] = ACTIONS(986), - [aux_sym_cmd_identifier_token34] = ACTIONS(984), - [aux_sym_cmd_identifier_token35] = ACTIONS(986), - [aux_sym_cmd_identifier_token36] = ACTIONS(986), - [aux_sym_cmd_identifier_token37] = ACTIONS(986), - [aux_sym_cmd_identifier_token38] = ACTIONS(984), - [aux_sym_cmd_identifier_token39] = ACTIONS(986), - [aux_sym_cmd_identifier_token40] = ACTIONS(986), - [anon_sym_def] = ACTIONS(984), - [anon_sym_export_DASHenv] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym_module] = ACTIONS(984), - [anon_sym_use] = ACTIONS(984), - [anon_sym_LPAREN] = ACTIONS(986), - [anon_sym_DOLLAR] = ACTIONS(986), - [anon_sym_error] = ACTIONS(984), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_in2] = ACTIONS(984), - [anon_sym_loop] = ACTIONS(984), - [anon_sym_make] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_match] = ACTIONS(984), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_try] = ACTIONS(984), - [anon_sym_catch] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_source] = ACTIONS(984), - [anon_sym_source_DASHenv] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_hide] = ACTIONS(984), - [anon_sym_hide_DASHenv] = ACTIONS(984), - [anon_sym_overlay] = ACTIONS(984), - [anon_sym_as] = ACTIONS(984), - [anon_sym_PLUS2] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(986), - [anon_sym_DOT_DOT2] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), - [anon_sym_DOT_DOT_LT2] = ACTIONS(986), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(986), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(986), - [aux_sym__val_number_decimal_token3] = ACTIONS(986), - [aux_sym__val_number_decimal_token4] = ACTIONS(986), - [aux_sym__val_number_token1] = ACTIONS(986), - [aux_sym__val_number_token2] = ACTIONS(986), - [aux_sym__val_number_token3] = ACTIONS(986), - [aux_sym__val_number_token4] = ACTIONS(984), - [aux_sym__val_number_token5] = ACTIONS(984), - [aux_sym__val_number_token6] = ACTIONS(984), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym__str_single_quotes] = ACTIONS(986), - [sym__str_back_ticks] = ACTIONS(986), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(986), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1953), + [anon_sym_alias] = ACTIONS(1953), + [anon_sym_let] = ACTIONS(1953), + [anon_sym_let_DASHenv] = ACTIONS(1953), + [anon_sym_mut] = ACTIONS(1953), + [anon_sym_const] = ACTIONS(1953), + [aux_sym_cmd_identifier_token1] = ACTIONS(1953), + [aux_sym_cmd_identifier_token2] = ACTIONS(1955), + [aux_sym_cmd_identifier_token3] = ACTIONS(1955), + [aux_sym_cmd_identifier_token4] = ACTIONS(1955), + [aux_sym_cmd_identifier_token5] = ACTIONS(1955), + [aux_sym_cmd_identifier_token6] = ACTIONS(1955), + [aux_sym_cmd_identifier_token7] = ACTIONS(1955), + [aux_sym_cmd_identifier_token8] = ACTIONS(1953), + [aux_sym_cmd_identifier_token9] = ACTIONS(1953), + [aux_sym_cmd_identifier_token10] = ACTIONS(1955), + [aux_sym_cmd_identifier_token11] = ACTIONS(1955), + [aux_sym_cmd_identifier_token12] = ACTIONS(1953), + [aux_sym_cmd_identifier_token13] = ACTIONS(1953), + [aux_sym_cmd_identifier_token14] = ACTIONS(1953), + [aux_sym_cmd_identifier_token15] = ACTIONS(1953), + [aux_sym_cmd_identifier_token16] = ACTIONS(1955), + [aux_sym_cmd_identifier_token17] = ACTIONS(1955), + [aux_sym_cmd_identifier_token18] = ACTIONS(1955), + [aux_sym_cmd_identifier_token19] = ACTIONS(1955), + [aux_sym_cmd_identifier_token20] = ACTIONS(1955), + [aux_sym_cmd_identifier_token21] = ACTIONS(1955), + [aux_sym_cmd_identifier_token22] = ACTIONS(1955), + [aux_sym_cmd_identifier_token23] = ACTIONS(1955), + [aux_sym_cmd_identifier_token24] = ACTIONS(1955), + [aux_sym_cmd_identifier_token25] = ACTIONS(1955), + [aux_sym_cmd_identifier_token26] = ACTIONS(1955), + [aux_sym_cmd_identifier_token27] = ACTIONS(1955), + [aux_sym_cmd_identifier_token28] = ACTIONS(1955), + [aux_sym_cmd_identifier_token29] = ACTIONS(1955), + [aux_sym_cmd_identifier_token30] = ACTIONS(1955), + [aux_sym_cmd_identifier_token31] = ACTIONS(1955), + [aux_sym_cmd_identifier_token32] = ACTIONS(1955), + [aux_sym_cmd_identifier_token33] = ACTIONS(1955), + [aux_sym_cmd_identifier_token34] = ACTIONS(1953), + [aux_sym_cmd_identifier_token35] = ACTIONS(1955), + [aux_sym_cmd_identifier_token36] = ACTIONS(1955), + [aux_sym_cmd_identifier_token37] = ACTIONS(1955), + [aux_sym_cmd_identifier_token38] = ACTIONS(1953), + [aux_sym_cmd_identifier_token39] = ACTIONS(1955), + [aux_sym_cmd_identifier_token40] = ACTIONS(1955), + [anon_sym_def] = ACTIONS(1953), + [anon_sym_export_DASHenv] = ACTIONS(1953), + [anon_sym_extern] = ACTIONS(1953), + [anon_sym_module] = ACTIONS(1953), + [anon_sym_use] = ACTIONS(1953), + [anon_sym_LPAREN] = ACTIONS(1955), + [anon_sym_DOLLAR] = ACTIONS(1955), + [anon_sym_error] = ACTIONS(1953), + [anon_sym_DASH2] = ACTIONS(1953), + [anon_sym_break] = ACTIONS(1953), + [anon_sym_continue] = ACTIONS(1953), + [anon_sym_for] = ACTIONS(1953), + [anon_sym_in2] = ACTIONS(1953), + [anon_sym_loop] = ACTIONS(1953), + [anon_sym_make] = ACTIONS(1953), + [anon_sym_while] = ACTIONS(1953), + [anon_sym_do] = ACTIONS(1953), + [anon_sym_if] = ACTIONS(1953), + [anon_sym_else] = ACTIONS(1953), + [anon_sym_match] = ACTIONS(1953), + [anon_sym_RBRACE] = ACTIONS(1955), + [anon_sym_try] = ACTIONS(1953), + [anon_sym_catch] = ACTIONS(1953), + [anon_sym_return] = ACTIONS(1953), + [anon_sym_source] = ACTIONS(1953), + [anon_sym_source_DASHenv] = ACTIONS(1953), + [anon_sym_register] = ACTIONS(1953), + [anon_sym_hide] = ACTIONS(1953), + [anon_sym_hide_DASHenv] = ACTIONS(1953), + [anon_sym_overlay] = ACTIONS(1953), + [anon_sym_as] = ACTIONS(1953), + [anon_sym_PLUS2] = ACTIONS(1953), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1955), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1955), + [aux_sym__val_number_decimal_token1] = ACTIONS(1953), + [aux_sym__val_number_decimal_token2] = ACTIONS(1955), + [aux_sym__val_number_decimal_token3] = ACTIONS(1955), + [aux_sym__val_number_decimal_token4] = ACTIONS(1955), + [aux_sym__val_number_token1] = ACTIONS(1955), + [aux_sym__val_number_token2] = ACTIONS(1955), + [aux_sym__val_number_token3] = ACTIONS(1955), + [aux_sym__val_number_token4] = ACTIONS(1953), + [aux_sym__val_number_token5] = ACTIONS(1953), + [aux_sym__val_number_token6] = ACTIONS(1953), + [anon_sym_DQUOTE] = ACTIONS(1955), + [sym__str_single_quotes] = ACTIONS(1955), + [sym__str_back_ticks] = ACTIONS(1955), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1955), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1955), }, [466] = { - [sym_cell_path] = STATE(701), - [sym_path] = STATE(631), [sym_comment] = STATE(466), - [aux_sym_cell_path_repeat1] = STATE(522), + [anon_sym_export] = ACTIONS(958), + [anon_sym_alias] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_let_DASHenv] = ACTIONS(958), + [anon_sym_mut] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [aux_sym_cmd_identifier_token1] = ACTIONS(958), + [aux_sym_cmd_identifier_token2] = ACTIONS(960), + [aux_sym_cmd_identifier_token3] = ACTIONS(960), + [aux_sym_cmd_identifier_token4] = ACTIONS(960), + [aux_sym_cmd_identifier_token5] = ACTIONS(960), + [aux_sym_cmd_identifier_token6] = ACTIONS(960), + [aux_sym_cmd_identifier_token7] = ACTIONS(960), + [aux_sym_cmd_identifier_token8] = ACTIONS(958), + [aux_sym_cmd_identifier_token9] = ACTIONS(958), + [aux_sym_cmd_identifier_token10] = ACTIONS(960), + [aux_sym_cmd_identifier_token11] = ACTIONS(960), + [aux_sym_cmd_identifier_token12] = ACTIONS(958), + [aux_sym_cmd_identifier_token13] = ACTIONS(958), + [aux_sym_cmd_identifier_token14] = ACTIONS(958), + [aux_sym_cmd_identifier_token15] = ACTIONS(958), + [aux_sym_cmd_identifier_token16] = ACTIONS(960), + [aux_sym_cmd_identifier_token17] = ACTIONS(960), + [aux_sym_cmd_identifier_token18] = ACTIONS(960), + [aux_sym_cmd_identifier_token19] = ACTIONS(960), + [aux_sym_cmd_identifier_token20] = ACTIONS(960), + [aux_sym_cmd_identifier_token21] = ACTIONS(960), + [aux_sym_cmd_identifier_token22] = ACTIONS(960), + [aux_sym_cmd_identifier_token23] = ACTIONS(960), + [aux_sym_cmd_identifier_token24] = ACTIONS(960), + [aux_sym_cmd_identifier_token25] = ACTIONS(960), + [aux_sym_cmd_identifier_token26] = ACTIONS(960), + [aux_sym_cmd_identifier_token27] = ACTIONS(960), + [aux_sym_cmd_identifier_token28] = ACTIONS(960), + [aux_sym_cmd_identifier_token29] = ACTIONS(960), + [aux_sym_cmd_identifier_token30] = ACTIONS(960), + [aux_sym_cmd_identifier_token31] = ACTIONS(960), + [aux_sym_cmd_identifier_token32] = ACTIONS(960), + [aux_sym_cmd_identifier_token33] = ACTIONS(960), + [aux_sym_cmd_identifier_token34] = ACTIONS(958), + [aux_sym_cmd_identifier_token35] = ACTIONS(960), + [aux_sym_cmd_identifier_token36] = ACTIONS(960), + [aux_sym_cmd_identifier_token37] = ACTIONS(960), + [aux_sym_cmd_identifier_token38] = ACTIONS(958), + [aux_sym_cmd_identifier_token39] = ACTIONS(960), + [aux_sym_cmd_identifier_token40] = ACTIONS(960), + [anon_sym_def] = ACTIONS(958), + [anon_sym_export_DASHenv] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_use] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_COMMA] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(960), + [anon_sym_error] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_in2] = ACTIONS(958), + [anon_sym_loop] = ACTIONS(958), + [anon_sym_make] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_match] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_try] = ACTIONS(958), + [anon_sym_catch] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_source] = ACTIONS(958), + [anon_sym_source_DASHenv] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_hide] = ACTIONS(958), + [anon_sym_hide_DASHenv] = ACTIONS(958), + [anon_sym_overlay] = ACTIONS(958), + [anon_sym_as] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(2110), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(958), + [aux_sym__val_number_token5] = ACTIONS(958), + [aux_sym__val_number_token6] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), + [anon_sym_COLON2] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), + }, + [467] = { + [sym_cell_path] = STATE(722), + [sym_path] = STATE(656), + [sym_comment] = STATE(467), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1925), + [anon_sym_alias] = ACTIONS(1925), + [anon_sym_let] = ACTIONS(1925), + [anon_sym_let_DASHenv] = ACTIONS(1925), + [anon_sym_mut] = ACTIONS(1925), + [anon_sym_const] = ACTIONS(1925), + [aux_sym_cmd_identifier_token1] = ACTIONS(1925), + [aux_sym_cmd_identifier_token2] = ACTIONS(1927), + [aux_sym_cmd_identifier_token3] = ACTIONS(1927), + [aux_sym_cmd_identifier_token4] = ACTIONS(1927), + [aux_sym_cmd_identifier_token5] = ACTIONS(1927), + [aux_sym_cmd_identifier_token6] = ACTIONS(1927), + [aux_sym_cmd_identifier_token7] = ACTIONS(1927), + [aux_sym_cmd_identifier_token8] = ACTIONS(1925), + [aux_sym_cmd_identifier_token9] = ACTIONS(1925), + [aux_sym_cmd_identifier_token10] = ACTIONS(1927), + [aux_sym_cmd_identifier_token11] = ACTIONS(1927), + [aux_sym_cmd_identifier_token12] = ACTIONS(1925), + [aux_sym_cmd_identifier_token13] = ACTIONS(1925), + [aux_sym_cmd_identifier_token14] = ACTIONS(1925), + [aux_sym_cmd_identifier_token15] = ACTIONS(1925), + [aux_sym_cmd_identifier_token16] = ACTIONS(1927), + [aux_sym_cmd_identifier_token17] = ACTIONS(1927), + [aux_sym_cmd_identifier_token18] = ACTIONS(1927), + [aux_sym_cmd_identifier_token19] = ACTIONS(1927), + [aux_sym_cmd_identifier_token20] = ACTIONS(1927), + [aux_sym_cmd_identifier_token21] = ACTIONS(1927), + [aux_sym_cmd_identifier_token22] = ACTIONS(1927), + [aux_sym_cmd_identifier_token23] = ACTIONS(1927), + [aux_sym_cmd_identifier_token24] = ACTIONS(1927), + [aux_sym_cmd_identifier_token25] = ACTIONS(1927), + [aux_sym_cmd_identifier_token26] = ACTIONS(1927), + [aux_sym_cmd_identifier_token27] = ACTIONS(1927), + [aux_sym_cmd_identifier_token28] = ACTIONS(1927), + [aux_sym_cmd_identifier_token29] = ACTIONS(1927), + [aux_sym_cmd_identifier_token30] = ACTIONS(1927), + [aux_sym_cmd_identifier_token31] = ACTIONS(1927), + [aux_sym_cmd_identifier_token32] = ACTIONS(1927), + [aux_sym_cmd_identifier_token33] = ACTIONS(1927), + [aux_sym_cmd_identifier_token34] = ACTIONS(1925), + [aux_sym_cmd_identifier_token35] = ACTIONS(1927), + [aux_sym_cmd_identifier_token36] = ACTIONS(1927), + [aux_sym_cmd_identifier_token37] = ACTIONS(1927), + [aux_sym_cmd_identifier_token38] = ACTIONS(1925), + [aux_sym_cmd_identifier_token39] = ACTIONS(1927), + [aux_sym_cmd_identifier_token40] = ACTIONS(1927), + [anon_sym_def] = ACTIONS(1925), + [anon_sym_export_DASHenv] = ACTIONS(1925), + [anon_sym_extern] = ACTIONS(1925), + [anon_sym_module] = ACTIONS(1925), + [anon_sym_use] = ACTIONS(1925), + [anon_sym_LPAREN] = ACTIONS(1927), + [anon_sym_DOLLAR] = ACTIONS(1927), + [anon_sym_error] = ACTIONS(1925), + [anon_sym_DASH2] = ACTIONS(1925), + [anon_sym_break] = ACTIONS(1925), + [anon_sym_continue] = ACTIONS(1925), + [anon_sym_for] = ACTIONS(1925), + [anon_sym_in2] = ACTIONS(1925), + [anon_sym_loop] = ACTIONS(1925), + [anon_sym_make] = ACTIONS(1925), + [anon_sym_while] = ACTIONS(1925), + [anon_sym_do] = ACTIONS(1925), + [anon_sym_if] = ACTIONS(1925), + [anon_sym_else] = ACTIONS(1925), + [anon_sym_match] = ACTIONS(1925), + [anon_sym_RBRACE] = ACTIONS(1927), + [anon_sym_try] = ACTIONS(1925), + [anon_sym_catch] = ACTIONS(1925), + [anon_sym_return] = ACTIONS(1925), + [anon_sym_source] = ACTIONS(1925), + [anon_sym_source_DASHenv] = ACTIONS(1925), + [anon_sym_register] = ACTIONS(1925), + [anon_sym_hide] = ACTIONS(1925), + [anon_sym_hide_DASHenv] = ACTIONS(1925), + [anon_sym_overlay] = ACTIONS(1925), + [anon_sym_as] = ACTIONS(1925), + [anon_sym_PLUS2] = ACTIONS(1925), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1927), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1927), + [aux_sym__val_number_decimal_token1] = ACTIONS(1925), + [aux_sym__val_number_decimal_token2] = ACTIONS(1927), + [aux_sym__val_number_decimal_token3] = ACTIONS(1927), + [aux_sym__val_number_decimal_token4] = ACTIONS(1927), + [aux_sym__val_number_token1] = ACTIONS(1927), + [aux_sym__val_number_token2] = ACTIONS(1927), + [aux_sym__val_number_token3] = ACTIONS(1927), + [aux_sym__val_number_token4] = ACTIONS(1925), + [aux_sym__val_number_token5] = ACTIONS(1925), + [aux_sym__val_number_token6] = ACTIONS(1925), + [anon_sym_DQUOTE] = ACTIONS(1927), + [sym__str_single_quotes] = ACTIONS(1927), + [sym__str_back_ticks] = ACTIONS(1927), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1927), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1927), + }, + [468] = { + [sym_comment] = STATE(468), + [anon_sym_export] = ACTIONS(952), + [anon_sym_alias] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_let_DASHenv] = ACTIONS(952), + [anon_sym_mut] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [aux_sym_cmd_identifier_token1] = ACTIONS(952), + [aux_sym_cmd_identifier_token2] = ACTIONS(954), + [aux_sym_cmd_identifier_token3] = ACTIONS(954), + [aux_sym_cmd_identifier_token4] = ACTIONS(954), + [aux_sym_cmd_identifier_token5] = ACTIONS(954), + [aux_sym_cmd_identifier_token6] = ACTIONS(954), + [aux_sym_cmd_identifier_token7] = ACTIONS(954), + [aux_sym_cmd_identifier_token8] = ACTIONS(952), + [aux_sym_cmd_identifier_token9] = ACTIONS(952), + [aux_sym_cmd_identifier_token10] = ACTIONS(954), + [aux_sym_cmd_identifier_token11] = ACTIONS(954), + [aux_sym_cmd_identifier_token12] = ACTIONS(952), + [aux_sym_cmd_identifier_token13] = ACTIONS(952), + [aux_sym_cmd_identifier_token14] = ACTIONS(952), + [aux_sym_cmd_identifier_token15] = ACTIONS(952), + [aux_sym_cmd_identifier_token16] = ACTIONS(954), + [aux_sym_cmd_identifier_token17] = ACTIONS(954), + [aux_sym_cmd_identifier_token18] = ACTIONS(954), + [aux_sym_cmd_identifier_token19] = ACTIONS(954), + [aux_sym_cmd_identifier_token20] = ACTIONS(954), + [aux_sym_cmd_identifier_token21] = ACTIONS(954), + [aux_sym_cmd_identifier_token22] = ACTIONS(954), + [aux_sym_cmd_identifier_token23] = ACTIONS(954), + [aux_sym_cmd_identifier_token24] = ACTIONS(954), + [aux_sym_cmd_identifier_token25] = ACTIONS(954), + [aux_sym_cmd_identifier_token26] = ACTIONS(954), + [aux_sym_cmd_identifier_token27] = ACTIONS(954), + [aux_sym_cmd_identifier_token28] = ACTIONS(954), + [aux_sym_cmd_identifier_token29] = ACTIONS(954), + [aux_sym_cmd_identifier_token30] = ACTIONS(954), + [aux_sym_cmd_identifier_token31] = ACTIONS(954), + [aux_sym_cmd_identifier_token32] = ACTIONS(954), + [aux_sym_cmd_identifier_token33] = ACTIONS(954), + [aux_sym_cmd_identifier_token34] = ACTIONS(952), + [aux_sym_cmd_identifier_token35] = ACTIONS(954), + [aux_sym_cmd_identifier_token36] = ACTIONS(954), + [aux_sym_cmd_identifier_token37] = ACTIONS(954), + [aux_sym_cmd_identifier_token38] = ACTIONS(952), + [aux_sym_cmd_identifier_token39] = ACTIONS(954), + [aux_sym_cmd_identifier_token40] = ACTIONS(954), + [anon_sym_def] = ACTIONS(952), + [anon_sym_export_DASHenv] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym_module] = ACTIONS(952), + [anon_sym_use] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_COMMA] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(954), + [anon_sym_error] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(952), + [anon_sym_loop] = ACTIONS(952), + [anon_sym_make] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_match] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_try] = ACTIONS(952), + [anon_sym_catch] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_source] = ACTIONS(952), + [anon_sym_source_DASHenv] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_hide] = ACTIONS(952), + [anon_sym_hide_DASHenv] = ACTIONS(952), + [anon_sym_overlay] = ACTIONS(952), + [anon_sym_as] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(2112), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(952), + [aux_sym__val_number_token5] = ACTIONS(952), + [aux_sym__val_number_token6] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), + [anon_sym_COLON2] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), + }, + [469] = { + [sym_cell_path] = STATE(697), + [sym_path] = STATE(656), + [sym_comment] = STATE(469), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1961), + [anon_sym_alias] = ACTIONS(1961), + [anon_sym_let] = ACTIONS(1961), + [anon_sym_let_DASHenv] = ACTIONS(1961), + [anon_sym_mut] = ACTIONS(1961), + [anon_sym_const] = ACTIONS(1961), + [aux_sym_cmd_identifier_token1] = ACTIONS(1961), + [aux_sym_cmd_identifier_token2] = ACTIONS(1963), + [aux_sym_cmd_identifier_token3] = ACTIONS(1963), + [aux_sym_cmd_identifier_token4] = ACTIONS(1963), + [aux_sym_cmd_identifier_token5] = ACTIONS(1963), + [aux_sym_cmd_identifier_token6] = ACTIONS(1963), + [aux_sym_cmd_identifier_token7] = ACTIONS(1963), + [aux_sym_cmd_identifier_token8] = ACTIONS(1961), + [aux_sym_cmd_identifier_token9] = ACTIONS(1961), + [aux_sym_cmd_identifier_token10] = ACTIONS(1963), + [aux_sym_cmd_identifier_token11] = ACTIONS(1963), + [aux_sym_cmd_identifier_token12] = ACTIONS(1961), + [aux_sym_cmd_identifier_token13] = ACTIONS(1961), + [aux_sym_cmd_identifier_token14] = ACTIONS(1961), + [aux_sym_cmd_identifier_token15] = ACTIONS(1961), + [aux_sym_cmd_identifier_token16] = ACTIONS(1963), + [aux_sym_cmd_identifier_token17] = ACTIONS(1963), + [aux_sym_cmd_identifier_token18] = ACTIONS(1963), + [aux_sym_cmd_identifier_token19] = ACTIONS(1963), + [aux_sym_cmd_identifier_token20] = ACTIONS(1963), + [aux_sym_cmd_identifier_token21] = ACTIONS(1963), + [aux_sym_cmd_identifier_token22] = ACTIONS(1963), + [aux_sym_cmd_identifier_token23] = ACTIONS(1963), + [aux_sym_cmd_identifier_token24] = ACTIONS(1963), + [aux_sym_cmd_identifier_token25] = ACTIONS(1963), + [aux_sym_cmd_identifier_token26] = ACTIONS(1963), + [aux_sym_cmd_identifier_token27] = ACTIONS(1963), + [aux_sym_cmd_identifier_token28] = ACTIONS(1963), + [aux_sym_cmd_identifier_token29] = ACTIONS(1963), + [aux_sym_cmd_identifier_token30] = ACTIONS(1963), + [aux_sym_cmd_identifier_token31] = ACTIONS(1963), + [aux_sym_cmd_identifier_token32] = ACTIONS(1963), + [aux_sym_cmd_identifier_token33] = ACTIONS(1963), + [aux_sym_cmd_identifier_token34] = ACTIONS(1961), + [aux_sym_cmd_identifier_token35] = ACTIONS(1963), + [aux_sym_cmd_identifier_token36] = ACTIONS(1963), + [aux_sym_cmd_identifier_token37] = ACTIONS(1963), + [aux_sym_cmd_identifier_token38] = ACTIONS(1961), + [aux_sym_cmd_identifier_token39] = ACTIONS(1963), + [aux_sym_cmd_identifier_token40] = ACTIONS(1963), + [anon_sym_def] = ACTIONS(1961), + [anon_sym_export_DASHenv] = ACTIONS(1961), + [anon_sym_extern] = ACTIONS(1961), + [anon_sym_module] = ACTIONS(1961), + [anon_sym_use] = ACTIONS(1961), + [anon_sym_LPAREN] = ACTIONS(1963), + [anon_sym_DOLLAR] = ACTIONS(1963), + [anon_sym_error] = ACTIONS(1961), + [anon_sym_DASH2] = ACTIONS(1961), + [anon_sym_break] = ACTIONS(1961), + [anon_sym_continue] = ACTIONS(1961), + [anon_sym_for] = ACTIONS(1961), + [anon_sym_in2] = ACTIONS(1961), + [anon_sym_loop] = ACTIONS(1961), + [anon_sym_make] = ACTIONS(1961), + [anon_sym_while] = ACTIONS(1961), + [anon_sym_do] = ACTIONS(1961), + [anon_sym_if] = ACTIONS(1961), + [anon_sym_else] = ACTIONS(1961), + [anon_sym_match] = ACTIONS(1961), + [anon_sym_RBRACE] = ACTIONS(1963), + [anon_sym_try] = ACTIONS(1961), + [anon_sym_catch] = ACTIONS(1961), + [anon_sym_return] = ACTIONS(1961), + [anon_sym_source] = ACTIONS(1961), + [anon_sym_source_DASHenv] = ACTIONS(1961), + [anon_sym_register] = ACTIONS(1961), + [anon_sym_hide] = ACTIONS(1961), + [anon_sym_hide_DASHenv] = ACTIONS(1961), + [anon_sym_overlay] = ACTIONS(1961), + [anon_sym_as] = ACTIONS(1961), + [anon_sym_PLUS2] = ACTIONS(1961), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1963), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1963), + [aux_sym__val_number_decimal_token1] = ACTIONS(1961), + [aux_sym__val_number_decimal_token2] = ACTIONS(1963), + [aux_sym__val_number_decimal_token3] = ACTIONS(1963), + [aux_sym__val_number_decimal_token4] = ACTIONS(1963), + [aux_sym__val_number_token1] = ACTIONS(1963), + [aux_sym__val_number_token2] = ACTIONS(1963), + [aux_sym__val_number_token3] = ACTIONS(1963), + [aux_sym__val_number_token4] = ACTIONS(1961), + [aux_sym__val_number_token5] = ACTIONS(1961), + [aux_sym__val_number_token6] = ACTIONS(1961), + [anon_sym_DQUOTE] = ACTIONS(1963), + [sym__str_single_quotes] = ACTIONS(1963), + [sym__str_back_ticks] = ACTIONS(1963), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1963), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1963), + }, + [470] = { + [sym_cell_path] = STATE(698), + [sym_path] = STATE(656), + [sym_comment] = STATE(470), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1965), + [anon_sym_alias] = ACTIONS(1965), + [anon_sym_let] = ACTIONS(1965), + [anon_sym_let_DASHenv] = ACTIONS(1965), + [anon_sym_mut] = ACTIONS(1965), + [anon_sym_const] = ACTIONS(1965), + [aux_sym_cmd_identifier_token1] = ACTIONS(1965), + [aux_sym_cmd_identifier_token2] = ACTIONS(1967), + [aux_sym_cmd_identifier_token3] = ACTIONS(1967), + [aux_sym_cmd_identifier_token4] = ACTIONS(1967), + [aux_sym_cmd_identifier_token5] = ACTIONS(1967), + [aux_sym_cmd_identifier_token6] = ACTIONS(1967), + [aux_sym_cmd_identifier_token7] = ACTIONS(1967), + [aux_sym_cmd_identifier_token8] = ACTIONS(1965), + [aux_sym_cmd_identifier_token9] = ACTIONS(1965), + [aux_sym_cmd_identifier_token10] = ACTIONS(1967), + [aux_sym_cmd_identifier_token11] = ACTIONS(1967), + [aux_sym_cmd_identifier_token12] = ACTIONS(1965), + [aux_sym_cmd_identifier_token13] = ACTIONS(1965), + [aux_sym_cmd_identifier_token14] = ACTIONS(1965), + [aux_sym_cmd_identifier_token15] = ACTIONS(1965), + [aux_sym_cmd_identifier_token16] = ACTIONS(1967), + [aux_sym_cmd_identifier_token17] = ACTIONS(1967), + [aux_sym_cmd_identifier_token18] = ACTIONS(1967), + [aux_sym_cmd_identifier_token19] = ACTIONS(1967), + [aux_sym_cmd_identifier_token20] = ACTIONS(1967), + [aux_sym_cmd_identifier_token21] = ACTIONS(1967), + [aux_sym_cmd_identifier_token22] = ACTIONS(1967), + [aux_sym_cmd_identifier_token23] = ACTIONS(1967), + [aux_sym_cmd_identifier_token24] = ACTIONS(1967), + [aux_sym_cmd_identifier_token25] = ACTIONS(1967), + [aux_sym_cmd_identifier_token26] = ACTIONS(1967), + [aux_sym_cmd_identifier_token27] = ACTIONS(1967), + [aux_sym_cmd_identifier_token28] = ACTIONS(1967), + [aux_sym_cmd_identifier_token29] = ACTIONS(1967), + [aux_sym_cmd_identifier_token30] = ACTIONS(1967), + [aux_sym_cmd_identifier_token31] = ACTIONS(1967), + [aux_sym_cmd_identifier_token32] = ACTIONS(1967), + [aux_sym_cmd_identifier_token33] = ACTIONS(1967), + [aux_sym_cmd_identifier_token34] = ACTIONS(1965), + [aux_sym_cmd_identifier_token35] = ACTIONS(1967), + [aux_sym_cmd_identifier_token36] = ACTIONS(1967), + [aux_sym_cmd_identifier_token37] = ACTIONS(1967), + [aux_sym_cmd_identifier_token38] = ACTIONS(1965), + [aux_sym_cmd_identifier_token39] = ACTIONS(1967), + [aux_sym_cmd_identifier_token40] = ACTIONS(1967), + [anon_sym_def] = ACTIONS(1965), + [anon_sym_export_DASHenv] = ACTIONS(1965), + [anon_sym_extern] = ACTIONS(1965), + [anon_sym_module] = ACTIONS(1965), + [anon_sym_use] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1967), + [anon_sym_DOLLAR] = ACTIONS(1967), + [anon_sym_error] = ACTIONS(1965), + [anon_sym_DASH2] = ACTIONS(1965), + [anon_sym_break] = ACTIONS(1965), + [anon_sym_continue] = ACTIONS(1965), + [anon_sym_for] = ACTIONS(1965), + [anon_sym_in2] = ACTIONS(1965), + [anon_sym_loop] = ACTIONS(1965), + [anon_sym_make] = ACTIONS(1965), + [anon_sym_while] = ACTIONS(1965), + [anon_sym_do] = ACTIONS(1965), + [anon_sym_if] = ACTIONS(1965), + [anon_sym_else] = ACTIONS(1965), + [anon_sym_match] = ACTIONS(1965), + [anon_sym_RBRACE] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(1965), + [anon_sym_catch] = ACTIONS(1965), + [anon_sym_return] = ACTIONS(1965), + [anon_sym_source] = ACTIONS(1965), + [anon_sym_source_DASHenv] = ACTIONS(1965), + [anon_sym_register] = ACTIONS(1965), + [anon_sym_hide] = ACTIONS(1965), + [anon_sym_hide_DASHenv] = ACTIONS(1965), + [anon_sym_overlay] = ACTIONS(1965), + [anon_sym_as] = ACTIONS(1965), + [anon_sym_PLUS2] = ACTIONS(1965), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1967), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1967), + [aux_sym__val_number_decimal_token1] = ACTIONS(1965), + [aux_sym__val_number_decimal_token2] = ACTIONS(1967), + [aux_sym__val_number_decimal_token3] = ACTIONS(1967), + [aux_sym__val_number_decimal_token4] = ACTIONS(1967), + [aux_sym__val_number_token1] = ACTIONS(1967), + [aux_sym__val_number_token2] = ACTIONS(1967), + [aux_sym__val_number_token3] = ACTIONS(1967), + [aux_sym__val_number_token4] = ACTIONS(1965), + [aux_sym__val_number_token5] = ACTIONS(1965), + [aux_sym__val_number_token6] = ACTIONS(1965), + [anon_sym_DQUOTE] = ACTIONS(1967), + [sym__str_single_quotes] = ACTIONS(1967), + [sym__str_back_ticks] = ACTIONS(1967), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1967), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1967), + }, + [471] = { + [sym_comment] = STATE(471), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [aux_sym__immediate_decimal_token2] = ACTIONS(2114), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [472] = { + [sym_cell_path] = STATE(741), + [sym_path] = STATE(656), + [sym_comment] = STATE(472), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(2013), [anon_sym_alias] = ACTIONS(2013), [anon_sym_let] = ACTIONS(2013), @@ -131217,15 +131864,736 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(2015), [sym__str_back_ticks] = ACTIONS(2015), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2015), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2015), }, - [467] = { - [sym_cell_path] = STATE(702), - [sym_path] = STATE(631), - [sym_comment] = STATE(467), - [aux_sym_cell_path_repeat1] = STATE(522), + [473] = { + [sym_comment] = STATE(473), + [anon_sym_export] = ACTIONS(2116), + [anon_sym_alias] = ACTIONS(2116), + [anon_sym_let] = ACTIONS(2116), + [anon_sym_let_DASHenv] = ACTIONS(2116), + [anon_sym_mut] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(2116), + [aux_sym_cmd_identifier_token1] = ACTIONS(2116), + [aux_sym_cmd_identifier_token2] = ACTIONS(2116), + [aux_sym_cmd_identifier_token3] = ACTIONS(2116), + [aux_sym_cmd_identifier_token4] = ACTIONS(2116), + [aux_sym_cmd_identifier_token5] = ACTIONS(2116), + [aux_sym_cmd_identifier_token6] = ACTIONS(2116), + [aux_sym_cmd_identifier_token7] = ACTIONS(2116), + [aux_sym_cmd_identifier_token8] = ACTIONS(2116), + [aux_sym_cmd_identifier_token9] = ACTIONS(2116), + [aux_sym_cmd_identifier_token10] = ACTIONS(2116), + [aux_sym_cmd_identifier_token11] = ACTIONS(2116), + [aux_sym_cmd_identifier_token12] = ACTIONS(2116), + [aux_sym_cmd_identifier_token13] = ACTIONS(2116), + [aux_sym_cmd_identifier_token14] = ACTIONS(2116), + [aux_sym_cmd_identifier_token15] = ACTIONS(2116), + [aux_sym_cmd_identifier_token16] = ACTIONS(2116), + [aux_sym_cmd_identifier_token17] = ACTIONS(2116), + [aux_sym_cmd_identifier_token18] = ACTIONS(2116), + [aux_sym_cmd_identifier_token19] = ACTIONS(2116), + [aux_sym_cmd_identifier_token20] = ACTIONS(2116), + [aux_sym_cmd_identifier_token21] = ACTIONS(2116), + [aux_sym_cmd_identifier_token22] = ACTIONS(2116), + [aux_sym_cmd_identifier_token23] = ACTIONS(2116), + [aux_sym_cmd_identifier_token24] = ACTIONS(2116), + [aux_sym_cmd_identifier_token25] = ACTIONS(2116), + [aux_sym_cmd_identifier_token26] = ACTIONS(2116), + [aux_sym_cmd_identifier_token27] = ACTIONS(2116), + [aux_sym_cmd_identifier_token28] = ACTIONS(2116), + [aux_sym_cmd_identifier_token29] = ACTIONS(2116), + [aux_sym_cmd_identifier_token30] = ACTIONS(2116), + [aux_sym_cmd_identifier_token31] = ACTIONS(2116), + [aux_sym_cmd_identifier_token32] = ACTIONS(2116), + [aux_sym_cmd_identifier_token33] = ACTIONS(2116), + [aux_sym_cmd_identifier_token34] = ACTIONS(2116), + [aux_sym_cmd_identifier_token35] = ACTIONS(2116), + [aux_sym_cmd_identifier_token36] = ACTIONS(2116), + [aux_sym_cmd_identifier_token37] = ACTIONS(2116), + [aux_sym_cmd_identifier_token38] = ACTIONS(2116), + [aux_sym_cmd_identifier_token39] = ACTIONS(2116), + [aux_sym_cmd_identifier_token40] = ACTIONS(2116), + [anon_sym_def] = ACTIONS(2116), + [anon_sym_export_DASHenv] = ACTIONS(2116), + [anon_sym_extern] = ACTIONS(2116), + [anon_sym_module] = ACTIONS(2116), + [anon_sym_use] = ACTIONS(2116), + [anon_sym_LPAREN] = ACTIONS(2116), + [anon_sym_DOLLAR] = ACTIONS(2116), + [anon_sym_error] = ACTIONS(2116), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_break] = ACTIONS(2116), + [anon_sym_continue] = ACTIONS(2116), + [anon_sym_for] = ACTIONS(2116), + [anon_sym_in2] = ACTIONS(2116), + [anon_sym_loop] = ACTIONS(2116), + [anon_sym_make] = ACTIONS(2116), + [anon_sym_while] = ACTIONS(2116), + [anon_sym_do] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2116), + [anon_sym_else] = ACTIONS(2116), + [anon_sym_match] = ACTIONS(2116), + [anon_sym_RBRACE] = ACTIONS(2116), + [anon_sym_try] = ACTIONS(2116), + [anon_sym_catch] = ACTIONS(2116), + [anon_sym_return] = ACTIONS(2116), + [anon_sym_source] = ACTIONS(2116), + [anon_sym_source_DASHenv] = ACTIONS(2116), + [anon_sym_register] = ACTIONS(2116), + [anon_sym_hide] = ACTIONS(2116), + [anon_sym_hide_DASHenv] = ACTIONS(2116), + [anon_sym_overlay] = ACTIONS(2116), + [anon_sym_as] = ACTIONS(2116), + [anon_sym_PLUS2] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2116), + [anon_sym_DOT_DOT2] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2118), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2118), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2116), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2116), + [aux_sym__val_number_decimal_token3] = ACTIONS(2116), + [aux_sym__val_number_decimal_token4] = ACTIONS(2116), + [aux_sym__val_number_token1] = ACTIONS(2116), + [aux_sym__val_number_token2] = ACTIONS(2116), + [aux_sym__val_number_token3] = ACTIONS(2116), + [aux_sym__val_number_token4] = ACTIONS(2116), + [aux_sym__val_number_token5] = ACTIONS(2116), + [aux_sym__val_number_token6] = ACTIONS(2116), + [anon_sym_DQUOTE] = ACTIONS(2116), + [sym__str_single_quotes] = ACTIONS(2116), + [sym__str_back_ticks] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2116), + [sym__entry_separator] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [474] = { + [sym_cell_path] = STATE(744), + [sym_path] = STATE(656), + [sym_comment] = STATE(474), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1894), + [anon_sym_alias] = ACTIONS(1894), + [anon_sym_let] = ACTIONS(1894), + [anon_sym_let_DASHenv] = ACTIONS(1894), + [anon_sym_mut] = ACTIONS(1894), + [anon_sym_const] = ACTIONS(1894), + [aux_sym_cmd_identifier_token1] = ACTIONS(1894), + [aux_sym_cmd_identifier_token2] = ACTIONS(1896), + [aux_sym_cmd_identifier_token3] = ACTIONS(1896), + [aux_sym_cmd_identifier_token4] = ACTIONS(1896), + [aux_sym_cmd_identifier_token5] = ACTIONS(1896), + [aux_sym_cmd_identifier_token6] = ACTIONS(1896), + [aux_sym_cmd_identifier_token7] = ACTIONS(1896), + [aux_sym_cmd_identifier_token8] = ACTIONS(1894), + [aux_sym_cmd_identifier_token9] = ACTIONS(1894), + [aux_sym_cmd_identifier_token10] = ACTIONS(1896), + [aux_sym_cmd_identifier_token11] = ACTIONS(1896), + [aux_sym_cmd_identifier_token12] = ACTIONS(1894), + [aux_sym_cmd_identifier_token13] = ACTIONS(1894), + [aux_sym_cmd_identifier_token14] = ACTIONS(1894), + [aux_sym_cmd_identifier_token15] = ACTIONS(1894), + [aux_sym_cmd_identifier_token16] = ACTIONS(1896), + [aux_sym_cmd_identifier_token17] = ACTIONS(1896), + [aux_sym_cmd_identifier_token18] = ACTIONS(1896), + [aux_sym_cmd_identifier_token19] = ACTIONS(1896), + [aux_sym_cmd_identifier_token20] = ACTIONS(1896), + [aux_sym_cmd_identifier_token21] = ACTIONS(1896), + [aux_sym_cmd_identifier_token22] = ACTIONS(1896), + [aux_sym_cmd_identifier_token23] = ACTIONS(1896), + [aux_sym_cmd_identifier_token24] = ACTIONS(1896), + [aux_sym_cmd_identifier_token25] = ACTIONS(1896), + [aux_sym_cmd_identifier_token26] = ACTIONS(1896), + [aux_sym_cmd_identifier_token27] = ACTIONS(1896), + [aux_sym_cmd_identifier_token28] = ACTIONS(1896), + [aux_sym_cmd_identifier_token29] = ACTIONS(1896), + [aux_sym_cmd_identifier_token30] = ACTIONS(1896), + [aux_sym_cmd_identifier_token31] = ACTIONS(1896), + [aux_sym_cmd_identifier_token32] = ACTIONS(1896), + [aux_sym_cmd_identifier_token33] = ACTIONS(1896), + [aux_sym_cmd_identifier_token34] = ACTIONS(1894), + [aux_sym_cmd_identifier_token35] = ACTIONS(1896), + [aux_sym_cmd_identifier_token36] = ACTIONS(1896), + [aux_sym_cmd_identifier_token37] = ACTIONS(1896), + [aux_sym_cmd_identifier_token38] = ACTIONS(1894), + [aux_sym_cmd_identifier_token39] = ACTIONS(1896), + [aux_sym_cmd_identifier_token40] = ACTIONS(1896), + [anon_sym_def] = ACTIONS(1894), + [anon_sym_export_DASHenv] = ACTIONS(1894), + [anon_sym_extern] = ACTIONS(1894), + [anon_sym_module] = ACTIONS(1894), + [anon_sym_use] = ACTIONS(1894), + [anon_sym_LPAREN] = ACTIONS(1896), + [anon_sym_DOLLAR] = ACTIONS(1896), + [anon_sym_error] = ACTIONS(1894), + [anon_sym_DASH2] = ACTIONS(1894), + [anon_sym_break] = ACTIONS(1894), + [anon_sym_continue] = ACTIONS(1894), + [anon_sym_for] = ACTIONS(1894), + [anon_sym_in2] = ACTIONS(1894), + [anon_sym_loop] = ACTIONS(1894), + [anon_sym_make] = ACTIONS(1894), + [anon_sym_while] = ACTIONS(1894), + [anon_sym_do] = ACTIONS(1894), + [anon_sym_if] = ACTIONS(1894), + [anon_sym_else] = ACTIONS(1894), + [anon_sym_match] = ACTIONS(1894), + [anon_sym_RBRACE] = ACTIONS(1896), + [anon_sym_try] = ACTIONS(1894), + [anon_sym_catch] = ACTIONS(1894), + [anon_sym_return] = ACTIONS(1894), + [anon_sym_source] = ACTIONS(1894), + [anon_sym_source_DASHenv] = ACTIONS(1894), + [anon_sym_register] = ACTIONS(1894), + [anon_sym_hide] = ACTIONS(1894), + [anon_sym_hide_DASHenv] = ACTIONS(1894), + [anon_sym_overlay] = ACTIONS(1894), + [anon_sym_as] = ACTIONS(1894), + [anon_sym_PLUS2] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1896), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1896), + [aux_sym__val_number_decimal_token1] = ACTIONS(1894), + [aux_sym__val_number_decimal_token2] = ACTIONS(1896), + [aux_sym__val_number_decimal_token3] = ACTIONS(1896), + [aux_sym__val_number_decimal_token4] = ACTIONS(1896), + [aux_sym__val_number_token1] = ACTIONS(1896), + [aux_sym__val_number_token2] = ACTIONS(1896), + [aux_sym__val_number_token3] = ACTIONS(1896), + [aux_sym__val_number_token4] = ACTIONS(1894), + [aux_sym__val_number_token5] = ACTIONS(1894), + [aux_sym__val_number_token6] = ACTIONS(1894), + [anon_sym_DQUOTE] = ACTIONS(1896), + [sym__str_single_quotes] = ACTIONS(1896), + [sym__str_back_ticks] = ACTIONS(1896), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1896), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1896), + }, + [475] = { + [sym_comment] = STATE(475), + [anon_sym_export] = ACTIONS(2120), + [anon_sym_alias] = ACTIONS(2120), + [anon_sym_let] = ACTIONS(2120), + [anon_sym_let_DASHenv] = ACTIONS(2120), + [anon_sym_mut] = ACTIONS(2120), + [anon_sym_const] = ACTIONS(2120), + [aux_sym_cmd_identifier_token1] = ACTIONS(2120), + [aux_sym_cmd_identifier_token2] = ACTIONS(2120), + [aux_sym_cmd_identifier_token3] = ACTIONS(2120), + [aux_sym_cmd_identifier_token4] = ACTIONS(2120), + [aux_sym_cmd_identifier_token5] = ACTIONS(2120), + [aux_sym_cmd_identifier_token6] = ACTIONS(2120), + [aux_sym_cmd_identifier_token7] = ACTIONS(2120), + [aux_sym_cmd_identifier_token8] = ACTIONS(2120), + [aux_sym_cmd_identifier_token9] = ACTIONS(2120), + [aux_sym_cmd_identifier_token10] = ACTIONS(2120), + [aux_sym_cmd_identifier_token11] = ACTIONS(2120), + [aux_sym_cmd_identifier_token12] = ACTIONS(2120), + [aux_sym_cmd_identifier_token13] = ACTIONS(2120), + [aux_sym_cmd_identifier_token14] = ACTIONS(2120), + [aux_sym_cmd_identifier_token15] = ACTIONS(2120), + [aux_sym_cmd_identifier_token16] = ACTIONS(2120), + [aux_sym_cmd_identifier_token17] = ACTIONS(2120), + [aux_sym_cmd_identifier_token18] = ACTIONS(2120), + [aux_sym_cmd_identifier_token19] = ACTIONS(2120), + [aux_sym_cmd_identifier_token20] = ACTIONS(2120), + [aux_sym_cmd_identifier_token21] = ACTIONS(2120), + [aux_sym_cmd_identifier_token22] = ACTIONS(2120), + [aux_sym_cmd_identifier_token23] = ACTIONS(2120), + [aux_sym_cmd_identifier_token24] = ACTIONS(2120), + [aux_sym_cmd_identifier_token25] = ACTIONS(2120), + [aux_sym_cmd_identifier_token26] = ACTIONS(2120), + [aux_sym_cmd_identifier_token27] = ACTIONS(2120), + [aux_sym_cmd_identifier_token28] = ACTIONS(2120), + [aux_sym_cmd_identifier_token29] = ACTIONS(2120), + [aux_sym_cmd_identifier_token30] = ACTIONS(2120), + [aux_sym_cmd_identifier_token31] = ACTIONS(2120), + [aux_sym_cmd_identifier_token32] = ACTIONS(2120), + [aux_sym_cmd_identifier_token33] = ACTIONS(2120), + [aux_sym_cmd_identifier_token34] = ACTIONS(2120), + [aux_sym_cmd_identifier_token35] = ACTIONS(2120), + [aux_sym_cmd_identifier_token36] = ACTIONS(2120), + [aux_sym_cmd_identifier_token37] = ACTIONS(2120), + [aux_sym_cmd_identifier_token38] = ACTIONS(2120), + [aux_sym_cmd_identifier_token39] = ACTIONS(2120), + [aux_sym_cmd_identifier_token40] = ACTIONS(2120), + [anon_sym_def] = ACTIONS(2120), + [anon_sym_export_DASHenv] = ACTIONS(2120), + [anon_sym_extern] = ACTIONS(2120), + [anon_sym_module] = ACTIONS(2120), + [anon_sym_use] = ACTIONS(2120), + [anon_sym_LPAREN] = ACTIONS(2120), + [anon_sym_DOLLAR] = ACTIONS(2120), + [anon_sym_error] = ACTIONS(2120), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_break] = ACTIONS(2120), + [anon_sym_continue] = ACTIONS(2120), + [anon_sym_for] = ACTIONS(2120), + [anon_sym_in2] = ACTIONS(2120), + [anon_sym_loop] = ACTIONS(2120), + [anon_sym_make] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2120), + [anon_sym_do] = ACTIONS(2120), + [anon_sym_if] = ACTIONS(2120), + [anon_sym_else] = ACTIONS(2120), + [anon_sym_match] = ACTIONS(2120), + [anon_sym_RBRACE] = ACTIONS(2120), + [anon_sym_try] = ACTIONS(2120), + [anon_sym_catch] = ACTIONS(2120), + [anon_sym_return] = ACTIONS(2120), + [anon_sym_source] = ACTIONS(2120), + [anon_sym_source_DASHenv] = ACTIONS(2120), + [anon_sym_register] = ACTIONS(2120), + [anon_sym_hide] = ACTIONS(2120), + [anon_sym_hide_DASHenv] = ACTIONS(2120), + [anon_sym_overlay] = ACTIONS(2120), + [anon_sym_as] = ACTIONS(2120), + [anon_sym_PLUS2] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2120), + [anon_sym_DOT_DOT2] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2122), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2122), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2120), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2120), + [aux_sym__val_number_decimal_token3] = ACTIONS(2120), + [aux_sym__val_number_decimal_token4] = ACTIONS(2120), + [aux_sym__val_number_token1] = ACTIONS(2120), + [aux_sym__val_number_token2] = ACTIONS(2120), + [aux_sym__val_number_token3] = ACTIONS(2120), + [aux_sym__val_number_token4] = ACTIONS(2120), + [aux_sym__val_number_token5] = ACTIONS(2120), + [aux_sym__val_number_token6] = ACTIONS(2120), + [anon_sym_DQUOTE] = ACTIONS(2120), + [sym__str_single_quotes] = ACTIONS(2120), + [sym__str_back_ticks] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2120), + [sym__entry_separator] = ACTIONS(2122), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2122), + }, + [476] = { + [sym_comment] = STATE(476), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2124), + [aux_sym_cmd_identifier_token3] = ACTIONS(2124), + [aux_sym_cmd_identifier_token4] = ACTIONS(2124), + [aux_sym_cmd_identifier_token5] = ACTIONS(2124), + [aux_sym_cmd_identifier_token6] = ACTIONS(2124), + [aux_sym_cmd_identifier_token7] = ACTIONS(2124), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2124), + [aux_sym_cmd_identifier_token11] = ACTIONS(2124), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2124), + [aux_sym_cmd_identifier_token17] = ACTIONS(2124), + [aux_sym_cmd_identifier_token18] = ACTIONS(2124), + [aux_sym_cmd_identifier_token19] = ACTIONS(2124), + [aux_sym_cmd_identifier_token20] = ACTIONS(2124), + [aux_sym_cmd_identifier_token21] = ACTIONS(2124), + [aux_sym_cmd_identifier_token22] = ACTIONS(2124), + [aux_sym_cmd_identifier_token23] = ACTIONS(2124), + [aux_sym_cmd_identifier_token24] = ACTIONS(2124), + [aux_sym_cmd_identifier_token25] = ACTIONS(2124), + [aux_sym_cmd_identifier_token26] = ACTIONS(2124), + [aux_sym_cmd_identifier_token27] = ACTIONS(2124), + [aux_sym_cmd_identifier_token28] = ACTIONS(2124), + [aux_sym_cmd_identifier_token29] = ACTIONS(2124), + [aux_sym_cmd_identifier_token30] = ACTIONS(2124), + [aux_sym_cmd_identifier_token31] = ACTIONS(2124), + [aux_sym_cmd_identifier_token32] = ACTIONS(2124), + [aux_sym_cmd_identifier_token33] = ACTIONS(2124), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2124), + [aux_sym_cmd_identifier_token36] = ACTIONS(2124), + [aux_sym_cmd_identifier_token37] = ACTIONS(2124), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2124), + [aux_sym_cmd_identifier_token40] = ACTIONS(2124), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2124), + [anon_sym_DOLLAR] = ACTIONS(2124), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2124), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2124), + [anon_sym_DOT_DOT2] = ACTIONS(2126), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2128), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2128), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2124), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2124), + [aux_sym__val_number_decimal_token3] = ACTIONS(2124), + [aux_sym__val_number_decimal_token4] = ACTIONS(2124), + [aux_sym__val_number_token1] = ACTIONS(2124), + [aux_sym__val_number_token2] = ACTIONS(2124), + [aux_sym__val_number_token3] = ACTIONS(2124), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2124), + [sym__str_single_quotes] = ACTIONS(2124), + [sym__str_back_ticks] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2124), + [sym__entry_separator] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2130), + }, + [477] = { + [sym_comment] = STATE(477), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(2132), + [aux_sym__immediate_decimal_token2] = ACTIONS(2134), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [478] = { + [sym_comment] = STATE(478), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), + [aux_sym_cmd_identifier_token2] = ACTIONS(2136), + [aux_sym_cmd_identifier_token3] = ACTIONS(2136), + [aux_sym_cmd_identifier_token4] = ACTIONS(2136), + [aux_sym_cmd_identifier_token5] = ACTIONS(2136), + [aux_sym_cmd_identifier_token6] = ACTIONS(2136), + [aux_sym_cmd_identifier_token7] = ACTIONS(2136), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), + [aux_sym_cmd_identifier_token10] = ACTIONS(2136), + [aux_sym_cmd_identifier_token11] = ACTIONS(2136), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), + [aux_sym_cmd_identifier_token16] = ACTIONS(2136), + [aux_sym_cmd_identifier_token17] = ACTIONS(2136), + [aux_sym_cmd_identifier_token18] = ACTIONS(2136), + [aux_sym_cmd_identifier_token19] = ACTIONS(2136), + [aux_sym_cmd_identifier_token20] = ACTIONS(2136), + [aux_sym_cmd_identifier_token21] = ACTIONS(2136), + [aux_sym_cmd_identifier_token22] = ACTIONS(2136), + [aux_sym_cmd_identifier_token23] = ACTIONS(2136), + [aux_sym_cmd_identifier_token24] = ACTIONS(2136), + [aux_sym_cmd_identifier_token25] = ACTIONS(2136), + [aux_sym_cmd_identifier_token26] = ACTIONS(2136), + [aux_sym_cmd_identifier_token27] = ACTIONS(2136), + [aux_sym_cmd_identifier_token28] = ACTIONS(2136), + [aux_sym_cmd_identifier_token29] = ACTIONS(2136), + [aux_sym_cmd_identifier_token30] = ACTIONS(2136), + [aux_sym_cmd_identifier_token31] = ACTIONS(2136), + [aux_sym_cmd_identifier_token32] = ACTIONS(2136), + [aux_sym_cmd_identifier_token33] = ACTIONS(2136), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), + [aux_sym_cmd_identifier_token35] = ACTIONS(2136), + [aux_sym_cmd_identifier_token36] = ACTIONS(2136), + [aux_sym_cmd_identifier_token37] = ACTIONS(2136), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), + [aux_sym_cmd_identifier_token39] = ACTIONS(2136), + [aux_sym_cmd_identifier_token40] = ACTIONS(2136), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_LPAREN] = ACTIONS(2136), + [anon_sym_DOLLAR] = ACTIONS(2136), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_RBRACE] = ACTIONS(2136), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_PLUS2] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2136), + [anon_sym_DOT_DOT2] = ACTIONS(2126), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2128), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2128), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2136), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), + [aux_sym__val_number_decimal_token2] = ACTIONS(2136), + [aux_sym__val_number_decimal_token3] = ACTIONS(2136), + [aux_sym__val_number_decimal_token4] = ACTIONS(2136), + [aux_sym__val_number_token1] = ACTIONS(2136), + [aux_sym__val_number_token2] = ACTIONS(2136), + [aux_sym__val_number_token3] = ACTIONS(2136), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), + [anon_sym_DQUOTE] = ACTIONS(2136), + [sym__str_single_quotes] = ACTIONS(2136), + [sym__str_back_ticks] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2136), + [sym__entry_separator] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2138), + }, + [479] = { + [sym_comment] = STATE(479), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), + [aux_sym_cmd_identifier_token2] = ACTIONS(2140), + [aux_sym_cmd_identifier_token3] = ACTIONS(2140), + [aux_sym_cmd_identifier_token4] = ACTIONS(2140), + [aux_sym_cmd_identifier_token5] = ACTIONS(2140), + [aux_sym_cmd_identifier_token6] = ACTIONS(2140), + [aux_sym_cmd_identifier_token7] = ACTIONS(2140), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), + [aux_sym_cmd_identifier_token10] = ACTIONS(2140), + [aux_sym_cmd_identifier_token11] = ACTIONS(2140), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), + [aux_sym_cmd_identifier_token16] = ACTIONS(2140), + [aux_sym_cmd_identifier_token17] = ACTIONS(2140), + [aux_sym_cmd_identifier_token18] = ACTIONS(2140), + [aux_sym_cmd_identifier_token19] = ACTIONS(2140), + [aux_sym_cmd_identifier_token20] = ACTIONS(2140), + [aux_sym_cmd_identifier_token21] = ACTIONS(2140), + [aux_sym_cmd_identifier_token22] = ACTIONS(2140), + [aux_sym_cmd_identifier_token23] = ACTIONS(2140), + [aux_sym_cmd_identifier_token24] = ACTIONS(2140), + [aux_sym_cmd_identifier_token25] = ACTIONS(2140), + [aux_sym_cmd_identifier_token26] = ACTIONS(2140), + [aux_sym_cmd_identifier_token27] = ACTIONS(2140), + [aux_sym_cmd_identifier_token28] = ACTIONS(2140), + [aux_sym_cmd_identifier_token29] = ACTIONS(2140), + [aux_sym_cmd_identifier_token30] = ACTIONS(2140), + [aux_sym_cmd_identifier_token31] = ACTIONS(2140), + [aux_sym_cmd_identifier_token32] = ACTIONS(2140), + [aux_sym_cmd_identifier_token33] = ACTIONS(2140), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), + [aux_sym_cmd_identifier_token35] = ACTIONS(2140), + [aux_sym_cmd_identifier_token36] = ACTIONS(2140), + [aux_sym_cmd_identifier_token37] = ACTIONS(2140), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), + [aux_sym_cmd_identifier_token39] = ACTIONS(2140), + [aux_sym_cmd_identifier_token40] = ACTIONS(2140), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_DOLLAR] = ACTIONS(2140), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_PLUS2] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2140), + [anon_sym_DOT_DOT2] = ACTIONS(2126), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2128), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2128), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2140), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), + [aux_sym__val_number_decimal_token2] = ACTIONS(2140), + [aux_sym__val_number_decimal_token3] = ACTIONS(2140), + [aux_sym__val_number_decimal_token4] = ACTIONS(2140), + [aux_sym__val_number_token1] = ACTIONS(2140), + [aux_sym__val_number_token2] = ACTIONS(2140), + [aux_sym__val_number_token3] = ACTIONS(2140), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2140), + [sym__str_single_quotes] = ACTIONS(2140), + [sym__str_back_ticks] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2140), + [sym__entry_separator] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2142), + }, + [480] = { + [sym_cell_path] = STATE(761), + [sym_path] = STATE(656), + [sym_comment] = STATE(480), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(2017), [anon_sym_alias] = ACTIONS(2017), [anon_sym_let] = ACTIONS(2017), @@ -131320,15 +132688,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(2019), [sym__str_back_ticks] = ACTIONS(2019), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2019), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2019), }, - [468] = { - [sym_cell_path] = STATE(703), - [sym_path] = STATE(631), - [sym_comment] = STATE(468), - [aux_sym_cell_path_repeat1] = STATE(522), + [481] = { + [sym_cell_path] = STATE(762), + [sym_path] = STATE(656), + [sym_comment] = STATE(481), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(2021), [anon_sym_alias] = ACTIONS(2021), [anon_sym_let] = ACTIONS(2021), @@ -131423,15 +132791,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(2023), [sym__str_back_ticks] = ACTIONS(2023), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2023), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2023), }, - [469] = { - [sym_cell_path] = STATE(704), - [sym_path] = STATE(631), - [sym_comment] = STATE(469), - [aux_sym_cell_path_repeat1] = STATE(522), + [482] = { + [sym_cell_path] = STATE(763), + [sym_path] = STATE(656), + [sym_comment] = STATE(482), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(2025), [anon_sym_alias] = ACTIONS(2025), [anon_sym_let] = ACTIONS(2025), @@ -131526,530 +132894,1148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(2027), [sym__str_back_ticks] = ACTIONS(2027), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2027), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2027), }, - [470] = { - [sym_cell_path] = STATE(705), - [sym_path] = STATE(631), - [sym_comment] = STATE(470), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(2029), - [anon_sym_alias] = ACTIONS(2029), - [anon_sym_let] = ACTIONS(2029), - [anon_sym_let_DASHenv] = ACTIONS(2029), - [anon_sym_mut] = ACTIONS(2029), - [anon_sym_const] = ACTIONS(2029), - [aux_sym_cmd_identifier_token1] = ACTIONS(2029), - [aux_sym_cmd_identifier_token2] = ACTIONS(2031), - [aux_sym_cmd_identifier_token3] = ACTIONS(2031), - [aux_sym_cmd_identifier_token4] = ACTIONS(2031), - [aux_sym_cmd_identifier_token5] = ACTIONS(2031), - [aux_sym_cmd_identifier_token6] = ACTIONS(2031), - [aux_sym_cmd_identifier_token7] = ACTIONS(2031), - [aux_sym_cmd_identifier_token8] = ACTIONS(2029), - [aux_sym_cmd_identifier_token9] = ACTIONS(2029), - [aux_sym_cmd_identifier_token10] = ACTIONS(2031), - [aux_sym_cmd_identifier_token11] = ACTIONS(2031), - [aux_sym_cmd_identifier_token12] = ACTIONS(2029), - [aux_sym_cmd_identifier_token13] = ACTIONS(2029), - [aux_sym_cmd_identifier_token14] = ACTIONS(2029), - [aux_sym_cmd_identifier_token15] = ACTIONS(2029), - [aux_sym_cmd_identifier_token16] = ACTIONS(2031), - [aux_sym_cmd_identifier_token17] = ACTIONS(2031), - [aux_sym_cmd_identifier_token18] = ACTIONS(2031), - [aux_sym_cmd_identifier_token19] = ACTIONS(2031), - [aux_sym_cmd_identifier_token20] = ACTIONS(2031), - [aux_sym_cmd_identifier_token21] = ACTIONS(2031), - [aux_sym_cmd_identifier_token22] = ACTIONS(2031), - [aux_sym_cmd_identifier_token23] = ACTIONS(2031), - [aux_sym_cmd_identifier_token24] = ACTIONS(2031), - [aux_sym_cmd_identifier_token25] = ACTIONS(2031), - [aux_sym_cmd_identifier_token26] = ACTIONS(2031), - [aux_sym_cmd_identifier_token27] = ACTIONS(2031), - [aux_sym_cmd_identifier_token28] = ACTIONS(2031), - [aux_sym_cmd_identifier_token29] = ACTIONS(2031), - [aux_sym_cmd_identifier_token30] = ACTIONS(2031), - [aux_sym_cmd_identifier_token31] = ACTIONS(2031), - [aux_sym_cmd_identifier_token32] = ACTIONS(2031), - [aux_sym_cmd_identifier_token33] = ACTIONS(2031), - [aux_sym_cmd_identifier_token34] = ACTIONS(2029), - [aux_sym_cmd_identifier_token35] = ACTIONS(2031), - [aux_sym_cmd_identifier_token36] = ACTIONS(2031), - [aux_sym_cmd_identifier_token37] = ACTIONS(2031), - [aux_sym_cmd_identifier_token38] = ACTIONS(2029), - [aux_sym_cmd_identifier_token39] = ACTIONS(2031), - [aux_sym_cmd_identifier_token40] = ACTIONS(2031), - [anon_sym_def] = ACTIONS(2029), - [anon_sym_export_DASHenv] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2029), - [anon_sym_module] = ACTIONS(2029), - [anon_sym_use] = ACTIONS(2029), - [anon_sym_LPAREN] = ACTIONS(2031), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_error] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_break] = ACTIONS(2029), - [anon_sym_continue] = ACTIONS(2029), - [anon_sym_for] = ACTIONS(2029), - [anon_sym_in2] = ACTIONS(2029), - [anon_sym_loop] = ACTIONS(2029), - [anon_sym_make] = ACTIONS(2029), - [anon_sym_while] = ACTIONS(2029), - [anon_sym_do] = ACTIONS(2029), - [anon_sym_if] = ACTIONS(2029), - [anon_sym_else] = ACTIONS(2029), - [anon_sym_match] = ACTIONS(2029), - [anon_sym_RBRACE] = ACTIONS(2031), - [anon_sym_try] = ACTIONS(2029), - [anon_sym_catch] = ACTIONS(2029), - [anon_sym_return] = ACTIONS(2029), - [anon_sym_source] = ACTIONS(2029), - [anon_sym_source_DASHenv] = ACTIONS(2029), - [anon_sym_register] = ACTIONS(2029), - [anon_sym_hide] = ACTIONS(2029), - [anon_sym_hide_DASHenv] = ACTIONS(2029), - [anon_sym_overlay] = ACTIONS(2029), - [anon_sym_as] = ACTIONS(2029), - [anon_sym_PLUS2] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2031), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2031), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2031), - [aux_sym__val_number_decimal_token3] = ACTIONS(2031), - [aux_sym__val_number_decimal_token4] = ACTIONS(2031), - [aux_sym__val_number_token1] = ACTIONS(2031), - [aux_sym__val_number_token2] = ACTIONS(2031), - [aux_sym__val_number_token3] = ACTIONS(2031), - [aux_sym__val_number_token4] = ACTIONS(2029), - [aux_sym__val_number_token5] = ACTIONS(2029), - [aux_sym__val_number_token6] = ACTIONS(2029), - [anon_sym_DQUOTE] = ACTIONS(2031), - [sym__str_single_quotes] = ACTIONS(2031), - [sym__str_back_ticks] = ACTIONS(2031), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2031), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2031), + [483] = { + [sym_cell_path] = STATE(699), + [sym_path] = STATE(656), + [sym_comment] = STATE(483), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1969), + [anon_sym_alias] = ACTIONS(1969), + [anon_sym_let] = ACTIONS(1969), + [anon_sym_let_DASHenv] = ACTIONS(1969), + [anon_sym_mut] = ACTIONS(1969), + [anon_sym_const] = ACTIONS(1969), + [aux_sym_cmd_identifier_token1] = ACTIONS(1969), + [aux_sym_cmd_identifier_token2] = ACTIONS(1971), + [aux_sym_cmd_identifier_token3] = ACTIONS(1971), + [aux_sym_cmd_identifier_token4] = ACTIONS(1971), + [aux_sym_cmd_identifier_token5] = ACTIONS(1971), + [aux_sym_cmd_identifier_token6] = ACTIONS(1971), + [aux_sym_cmd_identifier_token7] = ACTIONS(1971), + [aux_sym_cmd_identifier_token8] = ACTIONS(1969), + [aux_sym_cmd_identifier_token9] = ACTIONS(1969), + [aux_sym_cmd_identifier_token10] = ACTIONS(1971), + [aux_sym_cmd_identifier_token11] = ACTIONS(1971), + [aux_sym_cmd_identifier_token12] = ACTIONS(1969), + [aux_sym_cmd_identifier_token13] = ACTIONS(1969), + [aux_sym_cmd_identifier_token14] = ACTIONS(1969), + [aux_sym_cmd_identifier_token15] = ACTIONS(1969), + [aux_sym_cmd_identifier_token16] = ACTIONS(1971), + [aux_sym_cmd_identifier_token17] = ACTIONS(1971), + [aux_sym_cmd_identifier_token18] = ACTIONS(1971), + [aux_sym_cmd_identifier_token19] = ACTIONS(1971), + [aux_sym_cmd_identifier_token20] = ACTIONS(1971), + [aux_sym_cmd_identifier_token21] = ACTIONS(1971), + [aux_sym_cmd_identifier_token22] = ACTIONS(1971), + [aux_sym_cmd_identifier_token23] = ACTIONS(1971), + [aux_sym_cmd_identifier_token24] = ACTIONS(1971), + [aux_sym_cmd_identifier_token25] = ACTIONS(1971), + [aux_sym_cmd_identifier_token26] = ACTIONS(1971), + [aux_sym_cmd_identifier_token27] = ACTIONS(1971), + [aux_sym_cmd_identifier_token28] = ACTIONS(1971), + [aux_sym_cmd_identifier_token29] = ACTIONS(1971), + [aux_sym_cmd_identifier_token30] = ACTIONS(1971), + [aux_sym_cmd_identifier_token31] = ACTIONS(1971), + [aux_sym_cmd_identifier_token32] = ACTIONS(1971), + [aux_sym_cmd_identifier_token33] = ACTIONS(1971), + [aux_sym_cmd_identifier_token34] = ACTIONS(1969), + [aux_sym_cmd_identifier_token35] = ACTIONS(1971), + [aux_sym_cmd_identifier_token36] = ACTIONS(1971), + [aux_sym_cmd_identifier_token37] = ACTIONS(1971), + [aux_sym_cmd_identifier_token38] = ACTIONS(1969), + [aux_sym_cmd_identifier_token39] = ACTIONS(1971), + [aux_sym_cmd_identifier_token40] = ACTIONS(1971), + [anon_sym_def] = ACTIONS(1969), + [anon_sym_export_DASHenv] = ACTIONS(1969), + [anon_sym_extern] = ACTIONS(1969), + [anon_sym_module] = ACTIONS(1969), + [anon_sym_use] = ACTIONS(1969), + [anon_sym_LPAREN] = ACTIONS(1971), + [anon_sym_DOLLAR] = ACTIONS(1971), + [anon_sym_error] = ACTIONS(1969), + [anon_sym_DASH2] = ACTIONS(1969), + [anon_sym_break] = ACTIONS(1969), + [anon_sym_continue] = ACTIONS(1969), + [anon_sym_for] = ACTIONS(1969), + [anon_sym_in2] = ACTIONS(1969), + [anon_sym_loop] = ACTIONS(1969), + [anon_sym_make] = ACTIONS(1969), + [anon_sym_while] = ACTIONS(1969), + [anon_sym_do] = ACTIONS(1969), + [anon_sym_if] = ACTIONS(1969), + [anon_sym_else] = ACTIONS(1969), + [anon_sym_match] = ACTIONS(1969), + [anon_sym_RBRACE] = ACTIONS(1971), + [anon_sym_try] = ACTIONS(1969), + [anon_sym_catch] = ACTIONS(1969), + [anon_sym_return] = ACTIONS(1969), + [anon_sym_source] = ACTIONS(1969), + [anon_sym_source_DASHenv] = ACTIONS(1969), + [anon_sym_register] = ACTIONS(1969), + [anon_sym_hide] = ACTIONS(1969), + [anon_sym_hide_DASHenv] = ACTIONS(1969), + [anon_sym_overlay] = ACTIONS(1969), + [anon_sym_as] = ACTIONS(1969), + [anon_sym_PLUS2] = ACTIONS(1969), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1971), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1971), + [aux_sym__val_number_decimal_token1] = ACTIONS(1969), + [aux_sym__val_number_decimal_token2] = ACTIONS(1971), + [aux_sym__val_number_decimal_token3] = ACTIONS(1971), + [aux_sym__val_number_decimal_token4] = ACTIONS(1971), + [aux_sym__val_number_token1] = ACTIONS(1971), + [aux_sym__val_number_token2] = ACTIONS(1971), + [aux_sym__val_number_token3] = ACTIONS(1971), + [aux_sym__val_number_token4] = ACTIONS(1969), + [aux_sym__val_number_token5] = ACTIONS(1969), + [aux_sym__val_number_token6] = ACTIONS(1969), + [anon_sym_DQUOTE] = ACTIONS(1971), + [sym__str_single_quotes] = ACTIONS(1971), + [sym__str_back_ticks] = ACTIONS(1971), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1971), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1971), }, - [471] = { - [sym_comment] = STATE(471), - [anon_sym_export] = ACTIONS(980), - [anon_sym_alias] = ACTIONS(980), - [anon_sym_let] = ACTIONS(980), - [anon_sym_let_DASHenv] = ACTIONS(980), - [anon_sym_mut] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [aux_sym_cmd_identifier_token1] = ACTIONS(980), - [aux_sym_cmd_identifier_token2] = ACTIONS(982), - [aux_sym_cmd_identifier_token3] = ACTIONS(982), - [aux_sym_cmd_identifier_token4] = ACTIONS(982), - [aux_sym_cmd_identifier_token5] = ACTIONS(982), - [aux_sym_cmd_identifier_token6] = ACTIONS(982), - [aux_sym_cmd_identifier_token7] = ACTIONS(982), - [aux_sym_cmd_identifier_token8] = ACTIONS(980), - [aux_sym_cmd_identifier_token9] = ACTIONS(980), - [aux_sym_cmd_identifier_token10] = ACTIONS(982), - [aux_sym_cmd_identifier_token11] = ACTIONS(982), - [aux_sym_cmd_identifier_token12] = ACTIONS(980), - [aux_sym_cmd_identifier_token13] = ACTIONS(980), - [aux_sym_cmd_identifier_token14] = ACTIONS(980), - [aux_sym_cmd_identifier_token15] = ACTIONS(980), - [aux_sym_cmd_identifier_token16] = ACTIONS(982), - [aux_sym_cmd_identifier_token17] = ACTIONS(982), - [aux_sym_cmd_identifier_token18] = ACTIONS(982), - [aux_sym_cmd_identifier_token19] = ACTIONS(982), - [aux_sym_cmd_identifier_token20] = ACTIONS(982), - [aux_sym_cmd_identifier_token21] = ACTIONS(982), - [aux_sym_cmd_identifier_token22] = ACTIONS(982), - [aux_sym_cmd_identifier_token23] = ACTIONS(982), - [aux_sym_cmd_identifier_token24] = ACTIONS(982), - [aux_sym_cmd_identifier_token25] = ACTIONS(982), - [aux_sym_cmd_identifier_token26] = ACTIONS(982), - [aux_sym_cmd_identifier_token27] = ACTIONS(982), - [aux_sym_cmd_identifier_token28] = ACTIONS(982), - [aux_sym_cmd_identifier_token29] = ACTIONS(982), - [aux_sym_cmd_identifier_token30] = ACTIONS(982), - [aux_sym_cmd_identifier_token31] = ACTIONS(982), - [aux_sym_cmd_identifier_token32] = ACTIONS(982), - [aux_sym_cmd_identifier_token33] = ACTIONS(982), - [aux_sym_cmd_identifier_token34] = ACTIONS(980), - [aux_sym_cmd_identifier_token35] = ACTIONS(982), - [aux_sym_cmd_identifier_token36] = ACTIONS(982), - [aux_sym_cmd_identifier_token37] = ACTIONS(982), - [aux_sym_cmd_identifier_token38] = ACTIONS(980), - [aux_sym_cmd_identifier_token39] = ACTIONS(982), - [aux_sym_cmd_identifier_token40] = ACTIONS(982), - [anon_sym_def] = ACTIONS(980), - [anon_sym_export_DASHenv] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym_module] = ACTIONS(980), - [anon_sym_use] = ACTIONS(980), - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(982), - [anon_sym_error] = ACTIONS(980), - [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_in2] = ACTIONS(980), - [anon_sym_loop] = ACTIONS(980), - [anon_sym_make] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_match] = ACTIONS(980), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_try] = ACTIONS(980), - [anon_sym_catch] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_source] = ACTIONS(980), - [anon_sym_source_DASHenv] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_hide] = ACTIONS(980), - [anon_sym_hide_DASHenv] = ACTIONS(980), - [anon_sym_overlay] = ACTIONS(980), - [anon_sym_as] = ACTIONS(980), - [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), - [anon_sym_DOT_DOT2] = ACTIONS(980), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), - [anon_sym_DOT_DOT_LT2] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), - [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(982), - [aux_sym__val_number_decimal_token3] = ACTIONS(982), - [aux_sym__val_number_decimal_token4] = ACTIONS(982), - [aux_sym__val_number_token1] = ACTIONS(982), - [aux_sym__val_number_token2] = ACTIONS(982), - [aux_sym__val_number_token3] = ACTIONS(982), - [aux_sym__val_number_token4] = ACTIONS(980), - [aux_sym__val_number_token5] = ACTIONS(980), - [aux_sym__val_number_token6] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym__str_single_quotes] = ACTIONS(982), - [sym__str_back_ticks] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), - [anon_sym_DOT2] = ACTIONS(980), + [484] = { + [sym_cell_path] = STATE(700), + [sym_path] = STATE(656), + [sym_comment] = STATE(484), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1973), + [anon_sym_alias] = ACTIONS(1973), + [anon_sym_let] = ACTIONS(1973), + [anon_sym_let_DASHenv] = ACTIONS(1973), + [anon_sym_mut] = ACTIONS(1973), + [anon_sym_const] = ACTIONS(1973), + [aux_sym_cmd_identifier_token1] = ACTIONS(1973), + [aux_sym_cmd_identifier_token2] = ACTIONS(1975), + [aux_sym_cmd_identifier_token3] = ACTIONS(1975), + [aux_sym_cmd_identifier_token4] = ACTIONS(1975), + [aux_sym_cmd_identifier_token5] = ACTIONS(1975), + [aux_sym_cmd_identifier_token6] = ACTIONS(1975), + [aux_sym_cmd_identifier_token7] = ACTIONS(1975), + [aux_sym_cmd_identifier_token8] = ACTIONS(1973), + [aux_sym_cmd_identifier_token9] = ACTIONS(1973), + [aux_sym_cmd_identifier_token10] = ACTIONS(1975), + [aux_sym_cmd_identifier_token11] = ACTIONS(1975), + [aux_sym_cmd_identifier_token12] = ACTIONS(1973), + [aux_sym_cmd_identifier_token13] = ACTIONS(1973), + [aux_sym_cmd_identifier_token14] = ACTIONS(1973), + [aux_sym_cmd_identifier_token15] = ACTIONS(1973), + [aux_sym_cmd_identifier_token16] = ACTIONS(1975), + [aux_sym_cmd_identifier_token17] = ACTIONS(1975), + [aux_sym_cmd_identifier_token18] = ACTIONS(1975), + [aux_sym_cmd_identifier_token19] = ACTIONS(1975), + [aux_sym_cmd_identifier_token20] = ACTIONS(1975), + [aux_sym_cmd_identifier_token21] = ACTIONS(1975), + [aux_sym_cmd_identifier_token22] = ACTIONS(1975), + [aux_sym_cmd_identifier_token23] = ACTIONS(1975), + [aux_sym_cmd_identifier_token24] = ACTIONS(1975), + [aux_sym_cmd_identifier_token25] = ACTIONS(1975), + [aux_sym_cmd_identifier_token26] = ACTIONS(1975), + [aux_sym_cmd_identifier_token27] = ACTIONS(1975), + [aux_sym_cmd_identifier_token28] = ACTIONS(1975), + [aux_sym_cmd_identifier_token29] = ACTIONS(1975), + [aux_sym_cmd_identifier_token30] = ACTIONS(1975), + [aux_sym_cmd_identifier_token31] = ACTIONS(1975), + [aux_sym_cmd_identifier_token32] = ACTIONS(1975), + [aux_sym_cmd_identifier_token33] = ACTIONS(1975), + [aux_sym_cmd_identifier_token34] = ACTIONS(1973), + [aux_sym_cmd_identifier_token35] = ACTIONS(1975), + [aux_sym_cmd_identifier_token36] = ACTIONS(1975), + [aux_sym_cmd_identifier_token37] = ACTIONS(1975), + [aux_sym_cmd_identifier_token38] = ACTIONS(1973), + [aux_sym_cmd_identifier_token39] = ACTIONS(1975), + [aux_sym_cmd_identifier_token40] = ACTIONS(1975), + [anon_sym_def] = ACTIONS(1973), + [anon_sym_export_DASHenv] = ACTIONS(1973), + [anon_sym_extern] = ACTIONS(1973), + [anon_sym_module] = ACTIONS(1973), + [anon_sym_use] = ACTIONS(1973), + [anon_sym_LPAREN] = ACTIONS(1975), + [anon_sym_DOLLAR] = ACTIONS(1975), + [anon_sym_error] = ACTIONS(1973), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_break] = ACTIONS(1973), + [anon_sym_continue] = ACTIONS(1973), + [anon_sym_for] = ACTIONS(1973), + [anon_sym_in2] = ACTIONS(1973), + [anon_sym_loop] = ACTIONS(1973), + [anon_sym_make] = ACTIONS(1973), + [anon_sym_while] = ACTIONS(1973), + [anon_sym_do] = ACTIONS(1973), + [anon_sym_if] = ACTIONS(1973), + [anon_sym_else] = ACTIONS(1973), + [anon_sym_match] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1975), + [anon_sym_try] = ACTIONS(1973), + [anon_sym_catch] = ACTIONS(1973), + [anon_sym_return] = ACTIONS(1973), + [anon_sym_source] = ACTIONS(1973), + [anon_sym_source_DASHenv] = ACTIONS(1973), + [anon_sym_register] = ACTIONS(1973), + [anon_sym_hide] = ACTIONS(1973), + [anon_sym_hide_DASHenv] = ACTIONS(1973), + [anon_sym_overlay] = ACTIONS(1973), + [anon_sym_as] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1975), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1975), + [aux_sym__val_number_decimal_token1] = ACTIONS(1973), + [aux_sym__val_number_decimal_token2] = ACTIONS(1975), + [aux_sym__val_number_decimal_token3] = ACTIONS(1975), + [aux_sym__val_number_decimal_token4] = ACTIONS(1975), + [aux_sym__val_number_token1] = ACTIONS(1975), + [aux_sym__val_number_token2] = ACTIONS(1975), + [aux_sym__val_number_token3] = ACTIONS(1975), + [aux_sym__val_number_token4] = ACTIONS(1973), + [aux_sym__val_number_token5] = ACTIONS(1973), + [aux_sym__val_number_token6] = ACTIONS(1973), + [anon_sym_DQUOTE] = ACTIONS(1975), + [sym__str_single_quotes] = ACTIONS(1975), + [sym__str_back_ticks] = ACTIONS(1975), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1975), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), + [sym_raw_string_begin] = ACTIONS(1975), }, - [472] = { - [sym_comment] = STATE(472), - [anon_sym_export] = ACTIONS(2115), - [anon_sym_alias] = ACTIONS(2115), - [anon_sym_let] = ACTIONS(2115), - [anon_sym_let_DASHenv] = ACTIONS(2115), - [anon_sym_mut] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(2115), - [aux_sym_cmd_identifier_token1] = ACTIONS(2115), - [aux_sym_cmd_identifier_token2] = ACTIONS(2115), - [aux_sym_cmd_identifier_token3] = ACTIONS(2115), - [aux_sym_cmd_identifier_token4] = ACTIONS(2115), - [aux_sym_cmd_identifier_token5] = ACTIONS(2115), - [aux_sym_cmd_identifier_token6] = ACTIONS(2115), - [aux_sym_cmd_identifier_token7] = ACTIONS(2115), - [aux_sym_cmd_identifier_token8] = ACTIONS(2115), - [aux_sym_cmd_identifier_token9] = ACTIONS(2115), - [aux_sym_cmd_identifier_token10] = ACTIONS(2115), - [aux_sym_cmd_identifier_token11] = ACTIONS(2115), - [aux_sym_cmd_identifier_token12] = ACTIONS(2115), - [aux_sym_cmd_identifier_token13] = ACTIONS(2115), - [aux_sym_cmd_identifier_token14] = ACTIONS(2115), - [aux_sym_cmd_identifier_token15] = ACTIONS(2115), - [aux_sym_cmd_identifier_token16] = ACTIONS(2115), - [aux_sym_cmd_identifier_token17] = ACTIONS(2115), - [aux_sym_cmd_identifier_token18] = ACTIONS(2115), - [aux_sym_cmd_identifier_token19] = ACTIONS(2115), - [aux_sym_cmd_identifier_token20] = ACTIONS(2115), - [aux_sym_cmd_identifier_token21] = ACTIONS(2115), - [aux_sym_cmd_identifier_token22] = ACTIONS(2115), - [aux_sym_cmd_identifier_token23] = ACTIONS(2115), - [aux_sym_cmd_identifier_token24] = ACTIONS(2115), - [aux_sym_cmd_identifier_token25] = ACTIONS(2115), - [aux_sym_cmd_identifier_token26] = ACTIONS(2115), - [aux_sym_cmd_identifier_token27] = ACTIONS(2115), - [aux_sym_cmd_identifier_token28] = ACTIONS(2115), - [aux_sym_cmd_identifier_token29] = ACTIONS(2115), - [aux_sym_cmd_identifier_token30] = ACTIONS(2115), - [aux_sym_cmd_identifier_token31] = ACTIONS(2115), - [aux_sym_cmd_identifier_token32] = ACTIONS(2115), - [aux_sym_cmd_identifier_token33] = ACTIONS(2115), - [aux_sym_cmd_identifier_token34] = ACTIONS(2115), - [aux_sym_cmd_identifier_token35] = ACTIONS(2115), - [aux_sym_cmd_identifier_token36] = ACTIONS(2115), - [aux_sym_cmd_identifier_token37] = ACTIONS(2115), - [aux_sym_cmd_identifier_token38] = ACTIONS(2115), - [aux_sym_cmd_identifier_token39] = ACTIONS(2115), - [aux_sym_cmd_identifier_token40] = ACTIONS(2115), - [anon_sym_def] = ACTIONS(2115), - [anon_sym_export_DASHenv] = ACTIONS(2115), - [anon_sym_extern] = ACTIONS(2115), - [anon_sym_module] = ACTIONS(2115), - [anon_sym_use] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2115), - [anon_sym_DOLLAR] = ACTIONS(2115), - [anon_sym_error] = ACTIONS(2115), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_break] = ACTIONS(2115), - [anon_sym_continue] = ACTIONS(2115), - [anon_sym_for] = ACTIONS(2115), - [anon_sym_in2] = ACTIONS(2115), - [anon_sym_loop] = ACTIONS(2115), - [anon_sym_make] = ACTIONS(2115), - [anon_sym_while] = ACTIONS(2115), - [anon_sym_do] = ACTIONS(2115), - [anon_sym_if] = ACTIONS(2115), - [anon_sym_else] = ACTIONS(2115), - [anon_sym_match] = ACTIONS(2115), - [anon_sym_RBRACE] = ACTIONS(2115), - [anon_sym_try] = ACTIONS(2115), - [anon_sym_catch] = ACTIONS(2115), - [anon_sym_return] = ACTIONS(2115), - [anon_sym_source] = ACTIONS(2115), - [anon_sym_source_DASHenv] = ACTIONS(2115), - [anon_sym_register] = ACTIONS(2115), - [anon_sym_hide] = ACTIONS(2115), - [anon_sym_hide_DASHenv] = ACTIONS(2115), - [anon_sym_overlay] = ACTIONS(2115), - [anon_sym_as] = ACTIONS(2115), - [anon_sym_PLUS2] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2115), - [anon_sym_DOT_DOT2] = ACTIONS(2117), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2119), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2119), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2115), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2115), - [aux_sym__val_number_decimal_token3] = ACTIONS(2115), - [aux_sym__val_number_decimal_token4] = ACTIONS(2115), - [aux_sym__val_number_token1] = ACTIONS(2115), - [aux_sym__val_number_token2] = ACTIONS(2115), - [aux_sym__val_number_token3] = ACTIONS(2115), - [aux_sym__val_number_token4] = ACTIONS(2115), - [aux_sym__val_number_token5] = ACTIONS(2115), - [aux_sym__val_number_token6] = ACTIONS(2115), - [anon_sym_DQUOTE] = ACTIONS(2115), - [sym__str_single_quotes] = ACTIONS(2115), - [sym__str_back_ticks] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2115), - [sym__entry_separator] = ACTIONS(2121), + [485] = { + [sym_comment] = STATE(485), + [anon_sym_export] = ACTIONS(1004), + [anon_sym_alias] = ACTIONS(1004), + [anon_sym_let] = ACTIONS(1004), + [anon_sym_let_DASHenv] = ACTIONS(1004), + [anon_sym_mut] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [aux_sym_cmd_identifier_token1] = ACTIONS(1004), + [aux_sym_cmd_identifier_token2] = ACTIONS(1004), + [aux_sym_cmd_identifier_token3] = ACTIONS(1004), + [aux_sym_cmd_identifier_token4] = ACTIONS(1004), + [aux_sym_cmd_identifier_token5] = ACTIONS(1004), + [aux_sym_cmd_identifier_token6] = ACTIONS(1004), + [aux_sym_cmd_identifier_token7] = ACTIONS(1004), + [aux_sym_cmd_identifier_token8] = ACTIONS(1004), + [aux_sym_cmd_identifier_token9] = ACTIONS(1004), + [aux_sym_cmd_identifier_token10] = ACTIONS(1004), + [aux_sym_cmd_identifier_token11] = ACTIONS(1004), + [aux_sym_cmd_identifier_token12] = ACTIONS(1004), + [aux_sym_cmd_identifier_token13] = ACTIONS(1004), + [aux_sym_cmd_identifier_token14] = ACTIONS(1004), + [aux_sym_cmd_identifier_token15] = ACTIONS(1004), + [aux_sym_cmd_identifier_token16] = ACTIONS(1004), + [aux_sym_cmd_identifier_token17] = ACTIONS(1004), + [aux_sym_cmd_identifier_token18] = ACTIONS(1004), + [aux_sym_cmd_identifier_token19] = ACTIONS(1004), + [aux_sym_cmd_identifier_token20] = ACTIONS(1004), + [aux_sym_cmd_identifier_token21] = ACTIONS(1004), + [aux_sym_cmd_identifier_token22] = ACTIONS(1004), + [aux_sym_cmd_identifier_token23] = ACTIONS(1004), + [aux_sym_cmd_identifier_token24] = ACTIONS(1004), + [aux_sym_cmd_identifier_token25] = ACTIONS(1004), + [aux_sym_cmd_identifier_token26] = ACTIONS(1004), + [aux_sym_cmd_identifier_token27] = ACTIONS(1004), + [aux_sym_cmd_identifier_token28] = ACTIONS(1004), + [aux_sym_cmd_identifier_token29] = ACTIONS(1004), + [aux_sym_cmd_identifier_token30] = ACTIONS(1004), + [aux_sym_cmd_identifier_token31] = ACTIONS(1004), + [aux_sym_cmd_identifier_token32] = ACTIONS(1004), + [aux_sym_cmd_identifier_token33] = ACTIONS(1004), + [aux_sym_cmd_identifier_token34] = ACTIONS(1004), + [aux_sym_cmd_identifier_token35] = ACTIONS(1004), + [aux_sym_cmd_identifier_token36] = ACTIONS(1004), + [aux_sym_cmd_identifier_token37] = ACTIONS(1004), + [aux_sym_cmd_identifier_token38] = ACTIONS(1004), + [aux_sym_cmd_identifier_token39] = ACTIONS(1004), + [aux_sym_cmd_identifier_token40] = ACTIONS(1004), + [anon_sym_def] = ACTIONS(1004), + [anon_sym_export_DASHenv] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym_module] = ACTIONS(1004), + [anon_sym_use] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1004), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_error] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1004), + [anon_sym_loop] = ACTIONS(1004), + [anon_sym_make] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_match] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1004), + [anon_sym_try] = ACTIONS(1004), + [anon_sym_catch] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_source] = ACTIONS(1004), + [anon_sym_source_DASHenv] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_hide] = ACTIONS(1004), + [anon_sym_hide_DASHenv] = ACTIONS(1004), + [anon_sym_overlay] = ACTIONS(1004), + [anon_sym_as] = ACTIONS(1004), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1004), + [anon_sym_DOT_DOT2] = ACTIONS(2126), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2128), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2128), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1004), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1004), + [aux_sym__val_number_decimal_token3] = ACTIONS(1004), + [aux_sym__val_number_decimal_token4] = ACTIONS(1004), + [aux_sym__val_number_token1] = ACTIONS(1004), + [aux_sym__val_number_token2] = ACTIONS(1004), + [aux_sym__val_number_token3] = ACTIONS(1004), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1004), + [sym__str_single_quotes] = ACTIONS(1004), + [sym__str_back_ticks] = ACTIONS(1004), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1004), + [sym__entry_separator] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2121), + [sym_raw_string_begin] = ACTIONS(1000), }, - [473] = { - [sym_comment] = STATE(473), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(978), - [aux_sym_cmd_identifier_token3] = ACTIONS(978), - [aux_sym_cmd_identifier_token4] = ACTIONS(978), - [aux_sym_cmd_identifier_token5] = ACTIONS(978), - [aux_sym_cmd_identifier_token6] = ACTIONS(978), - [aux_sym_cmd_identifier_token7] = ACTIONS(978), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(978), - [aux_sym_cmd_identifier_token11] = ACTIONS(978), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(978), - [aux_sym_cmd_identifier_token17] = ACTIONS(978), - [aux_sym_cmd_identifier_token18] = ACTIONS(978), - [aux_sym_cmd_identifier_token19] = ACTIONS(978), - [aux_sym_cmd_identifier_token20] = ACTIONS(978), - [aux_sym_cmd_identifier_token21] = ACTIONS(978), - [aux_sym_cmd_identifier_token22] = ACTIONS(978), - [aux_sym_cmd_identifier_token23] = ACTIONS(978), - [aux_sym_cmd_identifier_token24] = ACTIONS(978), - [aux_sym_cmd_identifier_token25] = ACTIONS(978), - [aux_sym_cmd_identifier_token26] = ACTIONS(978), - [aux_sym_cmd_identifier_token27] = ACTIONS(978), - [aux_sym_cmd_identifier_token28] = ACTIONS(978), - [aux_sym_cmd_identifier_token29] = ACTIONS(978), - [aux_sym_cmd_identifier_token30] = ACTIONS(978), - [aux_sym_cmd_identifier_token31] = ACTIONS(978), - [aux_sym_cmd_identifier_token32] = ACTIONS(978), - [aux_sym_cmd_identifier_token33] = ACTIONS(978), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(978), - [aux_sym_cmd_identifier_token36] = ACTIONS(978), - [aux_sym_cmd_identifier_token37] = ACTIONS(978), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(978), - [aux_sym_cmd_identifier_token40] = ACTIONS(978), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_COMMA] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(978), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), - [anon_sym_COLON2] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), + [486] = { + [sym_comment] = STATE(486), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(1908), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), + [sym_raw_string_begin] = ACTIONS(1727), }, - [474] = { - [sym_comment] = STATE(474), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(974), - [aux_sym_cmd_identifier_token3] = ACTIONS(974), - [aux_sym_cmd_identifier_token4] = ACTIONS(974), - [aux_sym_cmd_identifier_token5] = ACTIONS(974), - [aux_sym_cmd_identifier_token6] = ACTIONS(974), - [aux_sym_cmd_identifier_token7] = ACTIONS(974), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(974), - [aux_sym_cmd_identifier_token11] = ACTIONS(974), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(974), - [aux_sym_cmd_identifier_token17] = ACTIONS(974), - [aux_sym_cmd_identifier_token18] = ACTIONS(974), - [aux_sym_cmd_identifier_token19] = ACTIONS(974), - [aux_sym_cmd_identifier_token20] = ACTIONS(974), - [aux_sym_cmd_identifier_token21] = ACTIONS(974), - [aux_sym_cmd_identifier_token22] = ACTIONS(974), - [aux_sym_cmd_identifier_token23] = ACTIONS(974), - [aux_sym_cmd_identifier_token24] = ACTIONS(974), - [aux_sym_cmd_identifier_token25] = ACTIONS(974), - [aux_sym_cmd_identifier_token26] = ACTIONS(974), - [aux_sym_cmd_identifier_token27] = ACTIONS(974), - [aux_sym_cmd_identifier_token28] = ACTIONS(974), - [aux_sym_cmd_identifier_token29] = ACTIONS(974), - [aux_sym_cmd_identifier_token30] = ACTIONS(974), - [aux_sym_cmd_identifier_token31] = ACTIONS(974), - [aux_sym_cmd_identifier_token32] = ACTIONS(974), - [aux_sym_cmd_identifier_token33] = ACTIONS(974), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(974), - [aux_sym_cmd_identifier_token36] = ACTIONS(974), - [aux_sym_cmd_identifier_token37] = ACTIONS(974), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(974), - [aux_sym_cmd_identifier_token40] = ACTIONS(974), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_COMMA] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(974), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_match] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_try] = ACTIONS(972), - [anon_sym_catch] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_source] = ACTIONS(972), - [anon_sym_source_DASHenv] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_hide] = ACTIONS(972), - [anon_sym_hide_DASHenv] = ACTIONS(972), - [anon_sym_overlay] = ACTIONS(972), - [anon_sym_as] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(972), - [aux_sym__val_number_token5] = ACTIONS(972), - [aux_sym__val_number_token6] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), - [anon_sym_COLON2] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), + [487] = { + [sym_cell_path] = STATE(701), + [sym_path] = STATE(656), + [sym_comment] = STATE(487), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1977), + [anon_sym_alias] = ACTIONS(1977), + [anon_sym_let] = ACTIONS(1977), + [anon_sym_let_DASHenv] = ACTIONS(1977), + [anon_sym_mut] = ACTIONS(1977), + [anon_sym_const] = ACTIONS(1977), + [aux_sym_cmd_identifier_token1] = ACTIONS(1977), + [aux_sym_cmd_identifier_token2] = ACTIONS(1979), + [aux_sym_cmd_identifier_token3] = ACTIONS(1979), + [aux_sym_cmd_identifier_token4] = ACTIONS(1979), + [aux_sym_cmd_identifier_token5] = ACTIONS(1979), + [aux_sym_cmd_identifier_token6] = ACTIONS(1979), + [aux_sym_cmd_identifier_token7] = ACTIONS(1979), + [aux_sym_cmd_identifier_token8] = ACTIONS(1977), + [aux_sym_cmd_identifier_token9] = ACTIONS(1977), + [aux_sym_cmd_identifier_token10] = ACTIONS(1979), + [aux_sym_cmd_identifier_token11] = ACTIONS(1979), + [aux_sym_cmd_identifier_token12] = ACTIONS(1977), + [aux_sym_cmd_identifier_token13] = ACTIONS(1977), + [aux_sym_cmd_identifier_token14] = ACTIONS(1977), + [aux_sym_cmd_identifier_token15] = ACTIONS(1977), + [aux_sym_cmd_identifier_token16] = ACTIONS(1979), + [aux_sym_cmd_identifier_token17] = ACTIONS(1979), + [aux_sym_cmd_identifier_token18] = ACTIONS(1979), + [aux_sym_cmd_identifier_token19] = ACTIONS(1979), + [aux_sym_cmd_identifier_token20] = ACTIONS(1979), + [aux_sym_cmd_identifier_token21] = ACTIONS(1979), + [aux_sym_cmd_identifier_token22] = ACTIONS(1979), + [aux_sym_cmd_identifier_token23] = ACTIONS(1979), + [aux_sym_cmd_identifier_token24] = ACTIONS(1979), + [aux_sym_cmd_identifier_token25] = ACTIONS(1979), + [aux_sym_cmd_identifier_token26] = ACTIONS(1979), + [aux_sym_cmd_identifier_token27] = ACTIONS(1979), + [aux_sym_cmd_identifier_token28] = ACTIONS(1979), + [aux_sym_cmd_identifier_token29] = ACTIONS(1979), + [aux_sym_cmd_identifier_token30] = ACTIONS(1979), + [aux_sym_cmd_identifier_token31] = ACTIONS(1979), + [aux_sym_cmd_identifier_token32] = ACTIONS(1979), + [aux_sym_cmd_identifier_token33] = ACTIONS(1979), + [aux_sym_cmd_identifier_token34] = ACTIONS(1977), + [aux_sym_cmd_identifier_token35] = ACTIONS(1979), + [aux_sym_cmd_identifier_token36] = ACTIONS(1979), + [aux_sym_cmd_identifier_token37] = ACTIONS(1979), + [aux_sym_cmd_identifier_token38] = ACTIONS(1977), + [aux_sym_cmd_identifier_token39] = ACTIONS(1979), + [aux_sym_cmd_identifier_token40] = ACTIONS(1979), + [anon_sym_def] = ACTIONS(1977), + [anon_sym_export_DASHenv] = ACTIONS(1977), + [anon_sym_extern] = ACTIONS(1977), + [anon_sym_module] = ACTIONS(1977), + [anon_sym_use] = ACTIONS(1977), + [anon_sym_LPAREN] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1979), + [anon_sym_error] = ACTIONS(1977), + [anon_sym_DASH2] = ACTIONS(1977), + [anon_sym_break] = ACTIONS(1977), + [anon_sym_continue] = ACTIONS(1977), + [anon_sym_for] = ACTIONS(1977), + [anon_sym_in2] = ACTIONS(1977), + [anon_sym_loop] = ACTIONS(1977), + [anon_sym_make] = ACTIONS(1977), + [anon_sym_while] = ACTIONS(1977), + [anon_sym_do] = ACTIONS(1977), + [anon_sym_if] = ACTIONS(1977), + [anon_sym_else] = ACTIONS(1977), + [anon_sym_match] = ACTIONS(1977), + [anon_sym_RBRACE] = ACTIONS(1979), + [anon_sym_try] = ACTIONS(1977), + [anon_sym_catch] = ACTIONS(1977), + [anon_sym_return] = ACTIONS(1977), + [anon_sym_source] = ACTIONS(1977), + [anon_sym_source_DASHenv] = ACTIONS(1977), + [anon_sym_register] = ACTIONS(1977), + [anon_sym_hide] = ACTIONS(1977), + [anon_sym_hide_DASHenv] = ACTIONS(1977), + [anon_sym_overlay] = ACTIONS(1977), + [anon_sym_as] = ACTIONS(1977), + [anon_sym_PLUS2] = ACTIONS(1977), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1979), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1979), + [aux_sym__val_number_decimal_token1] = ACTIONS(1977), + [aux_sym__val_number_decimal_token2] = ACTIONS(1979), + [aux_sym__val_number_decimal_token3] = ACTIONS(1979), + [aux_sym__val_number_decimal_token4] = ACTIONS(1979), + [aux_sym__val_number_token1] = ACTIONS(1979), + [aux_sym__val_number_token2] = ACTIONS(1979), + [aux_sym__val_number_token3] = ACTIONS(1979), + [aux_sym__val_number_token4] = ACTIONS(1977), + [aux_sym__val_number_token5] = ACTIONS(1977), + [aux_sym__val_number_token6] = ACTIONS(1977), + [anon_sym_DQUOTE] = ACTIONS(1979), + [sym__str_single_quotes] = ACTIONS(1979), + [sym__str_back_ticks] = ACTIONS(1979), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1979), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), + [sym_raw_string_begin] = ACTIONS(1979), }, - [475] = { - [sym_cell_path] = STATE(729), - [sym_path] = STATE(631), - [sym_comment] = STATE(475), - [aux_sym_cell_path_repeat1] = STATE(522), + [488] = { + [sym_comment] = STATE(488), + [anon_sym_export] = ACTIONS(2144), + [anon_sym_alias] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_let_DASHenv] = ACTIONS(2144), + [anon_sym_mut] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [aux_sym_cmd_identifier_token1] = ACTIONS(2144), + [aux_sym_cmd_identifier_token2] = ACTIONS(2144), + [aux_sym_cmd_identifier_token3] = ACTIONS(2144), + [aux_sym_cmd_identifier_token4] = ACTIONS(2144), + [aux_sym_cmd_identifier_token5] = ACTIONS(2144), + [aux_sym_cmd_identifier_token6] = ACTIONS(2144), + [aux_sym_cmd_identifier_token7] = ACTIONS(2144), + [aux_sym_cmd_identifier_token8] = ACTIONS(2144), + [aux_sym_cmd_identifier_token9] = ACTIONS(2144), + [aux_sym_cmd_identifier_token10] = ACTIONS(2144), + [aux_sym_cmd_identifier_token11] = ACTIONS(2144), + [aux_sym_cmd_identifier_token12] = ACTIONS(2144), + [aux_sym_cmd_identifier_token13] = ACTIONS(2144), + [aux_sym_cmd_identifier_token14] = ACTIONS(2144), + [aux_sym_cmd_identifier_token15] = ACTIONS(2144), + [aux_sym_cmd_identifier_token16] = ACTIONS(2144), + [aux_sym_cmd_identifier_token17] = ACTIONS(2144), + [aux_sym_cmd_identifier_token18] = ACTIONS(2144), + [aux_sym_cmd_identifier_token19] = ACTIONS(2144), + [aux_sym_cmd_identifier_token20] = ACTIONS(2144), + [aux_sym_cmd_identifier_token21] = ACTIONS(2144), + [aux_sym_cmd_identifier_token22] = ACTIONS(2144), + [aux_sym_cmd_identifier_token23] = ACTIONS(2144), + [aux_sym_cmd_identifier_token24] = ACTIONS(2144), + [aux_sym_cmd_identifier_token25] = ACTIONS(2144), + [aux_sym_cmd_identifier_token26] = ACTIONS(2144), + [aux_sym_cmd_identifier_token27] = ACTIONS(2144), + [aux_sym_cmd_identifier_token28] = ACTIONS(2144), + [aux_sym_cmd_identifier_token29] = ACTIONS(2144), + [aux_sym_cmd_identifier_token30] = ACTIONS(2144), + [aux_sym_cmd_identifier_token31] = ACTIONS(2144), + [aux_sym_cmd_identifier_token32] = ACTIONS(2144), + [aux_sym_cmd_identifier_token33] = ACTIONS(2144), + [aux_sym_cmd_identifier_token34] = ACTIONS(2144), + [aux_sym_cmd_identifier_token35] = ACTIONS(2144), + [aux_sym_cmd_identifier_token36] = ACTIONS(2144), + [aux_sym_cmd_identifier_token37] = ACTIONS(2144), + [aux_sym_cmd_identifier_token38] = ACTIONS(2144), + [aux_sym_cmd_identifier_token39] = ACTIONS(2144), + [aux_sym_cmd_identifier_token40] = ACTIONS(2144), + [anon_sym_def] = ACTIONS(2144), + [anon_sym_export_DASHenv] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_module] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2144), + [anon_sym_DOLLAR] = ACTIONS(2144), + [anon_sym_error] = ACTIONS(2144), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_in2] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_make] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_do] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_else] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_try] = ACTIONS(2144), + [anon_sym_catch] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_source] = ACTIONS(2144), + [anon_sym_source_DASHenv] = ACTIONS(2144), + [anon_sym_register] = ACTIONS(2144), + [anon_sym_hide] = ACTIONS(2144), + [anon_sym_hide_DASHenv] = ACTIONS(2144), + [anon_sym_overlay] = ACTIONS(2144), + [anon_sym_as] = ACTIONS(2144), + [anon_sym_PLUS2] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2144), + [anon_sym_DOT_DOT2] = ACTIONS(2146), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2148), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2148), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2144), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2144), + [aux_sym__val_number_decimal_token3] = ACTIONS(2144), + [aux_sym__val_number_decimal_token4] = ACTIONS(2144), + [aux_sym__val_number_token1] = ACTIONS(2144), + [aux_sym__val_number_token2] = ACTIONS(2144), + [aux_sym__val_number_token3] = ACTIONS(2144), + [aux_sym__val_number_token4] = ACTIONS(2144), + [aux_sym__val_number_token5] = ACTIONS(2144), + [aux_sym__val_number_token6] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym__str_single_quotes] = ACTIONS(2144), + [sym__str_back_ticks] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2144), + [sym__entry_separator] = ACTIONS(2150), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2150), + }, + [489] = { + [sym_comment] = STATE(489), + [anon_sym_export] = ACTIONS(2152), + [anon_sym_alias] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_let_DASHenv] = ACTIONS(2152), + [anon_sym_mut] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [aux_sym_cmd_identifier_token1] = ACTIONS(2152), + [aux_sym_cmd_identifier_token2] = ACTIONS(2152), + [aux_sym_cmd_identifier_token3] = ACTIONS(2152), + [aux_sym_cmd_identifier_token4] = ACTIONS(2152), + [aux_sym_cmd_identifier_token5] = ACTIONS(2152), + [aux_sym_cmd_identifier_token6] = ACTIONS(2152), + [aux_sym_cmd_identifier_token7] = ACTIONS(2152), + [aux_sym_cmd_identifier_token8] = ACTIONS(2152), + [aux_sym_cmd_identifier_token9] = ACTIONS(2152), + [aux_sym_cmd_identifier_token10] = ACTIONS(2152), + [aux_sym_cmd_identifier_token11] = ACTIONS(2152), + [aux_sym_cmd_identifier_token12] = ACTIONS(2152), + [aux_sym_cmd_identifier_token13] = ACTIONS(2152), + [aux_sym_cmd_identifier_token14] = ACTIONS(2152), + [aux_sym_cmd_identifier_token15] = ACTIONS(2152), + [aux_sym_cmd_identifier_token16] = ACTIONS(2152), + [aux_sym_cmd_identifier_token17] = ACTIONS(2152), + [aux_sym_cmd_identifier_token18] = ACTIONS(2152), + [aux_sym_cmd_identifier_token19] = ACTIONS(2152), + [aux_sym_cmd_identifier_token20] = ACTIONS(2152), + [aux_sym_cmd_identifier_token21] = ACTIONS(2152), + [aux_sym_cmd_identifier_token22] = ACTIONS(2152), + [aux_sym_cmd_identifier_token23] = ACTIONS(2152), + [aux_sym_cmd_identifier_token24] = ACTIONS(2152), + [aux_sym_cmd_identifier_token25] = ACTIONS(2152), + [aux_sym_cmd_identifier_token26] = ACTIONS(2152), + [aux_sym_cmd_identifier_token27] = ACTIONS(2152), + [aux_sym_cmd_identifier_token28] = ACTIONS(2152), + [aux_sym_cmd_identifier_token29] = ACTIONS(2152), + [aux_sym_cmd_identifier_token30] = ACTIONS(2152), + [aux_sym_cmd_identifier_token31] = ACTIONS(2152), + [aux_sym_cmd_identifier_token32] = ACTIONS(2152), + [aux_sym_cmd_identifier_token33] = ACTIONS(2152), + [aux_sym_cmd_identifier_token34] = ACTIONS(2152), + [aux_sym_cmd_identifier_token35] = ACTIONS(2152), + [aux_sym_cmd_identifier_token36] = ACTIONS(2152), + [aux_sym_cmd_identifier_token37] = ACTIONS(2152), + [aux_sym_cmd_identifier_token38] = ACTIONS(2152), + [aux_sym_cmd_identifier_token39] = ACTIONS(2152), + [aux_sym_cmd_identifier_token40] = ACTIONS(2152), + [anon_sym_def] = ACTIONS(2152), + [anon_sym_export_DASHenv] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_module] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_LPAREN] = ACTIONS(2152), + [anon_sym_DOLLAR] = ACTIONS(2152), + [anon_sym_error] = ACTIONS(2152), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_in2] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_make] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_do] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_else] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_RBRACE] = ACTIONS(2152), + [anon_sym_try] = ACTIONS(2152), + [anon_sym_catch] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_source] = ACTIONS(2152), + [anon_sym_source_DASHenv] = ACTIONS(2152), + [anon_sym_register] = ACTIONS(2152), + [anon_sym_hide] = ACTIONS(2152), + [anon_sym_hide_DASHenv] = ACTIONS(2152), + [anon_sym_overlay] = ACTIONS(2152), + [anon_sym_as] = ACTIONS(2152), + [anon_sym_PLUS2] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2152), + [anon_sym_DOT_DOT2] = ACTIONS(2154), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2156), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2156), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2152), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2152), + [aux_sym__val_number_decimal_token3] = ACTIONS(2152), + [aux_sym__val_number_decimal_token4] = ACTIONS(2152), + [aux_sym__val_number_token1] = ACTIONS(2152), + [aux_sym__val_number_token2] = ACTIONS(2152), + [aux_sym__val_number_token3] = ACTIONS(2152), + [aux_sym__val_number_token4] = ACTIONS(2152), + [aux_sym__val_number_token5] = ACTIONS(2152), + [aux_sym__val_number_token6] = ACTIONS(2152), + [anon_sym_DQUOTE] = ACTIONS(2152), + [sym__str_single_quotes] = ACTIONS(2152), + [sym__str_back_ticks] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2152), + [sym__entry_separator] = ACTIONS(2158), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2158), + }, + [490] = { + [sym_comment] = STATE(490), + [anon_sym_export] = ACTIONS(2160), + [anon_sym_alias] = ACTIONS(2160), + [anon_sym_let] = ACTIONS(2160), + [anon_sym_let_DASHenv] = ACTIONS(2160), + [anon_sym_mut] = ACTIONS(2160), + [anon_sym_const] = ACTIONS(2160), + [aux_sym_cmd_identifier_token1] = ACTIONS(2160), + [aux_sym_cmd_identifier_token2] = ACTIONS(2160), + [aux_sym_cmd_identifier_token3] = ACTIONS(2160), + [aux_sym_cmd_identifier_token4] = ACTIONS(2160), + [aux_sym_cmd_identifier_token5] = ACTIONS(2160), + [aux_sym_cmd_identifier_token6] = ACTIONS(2160), + [aux_sym_cmd_identifier_token7] = ACTIONS(2160), + [aux_sym_cmd_identifier_token8] = ACTIONS(2160), + [aux_sym_cmd_identifier_token9] = ACTIONS(2160), + [aux_sym_cmd_identifier_token10] = ACTIONS(2160), + [aux_sym_cmd_identifier_token11] = ACTIONS(2160), + [aux_sym_cmd_identifier_token12] = ACTIONS(2160), + [aux_sym_cmd_identifier_token13] = ACTIONS(2160), + [aux_sym_cmd_identifier_token14] = ACTIONS(2160), + [aux_sym_cmd_identifier_token15] = ACTIONS(2160), + [aux_sym_cmd_identifier_token16] = ACTIONS(2160), + [aux_sym_cmd_identifier_token17] = ACTIONS(2160), + [aux_sym_cmd_identifier_token18] = ACTIONS(2160), + [aux_sym_cmd_identifier_token19] = ACTIONS(2160), + [aux_sym_cmd_identifier_token20] = ACTIONS(2160), + [aux_sym_cmd_identifier_token21] = ACTIONS(2160), + [aux_sym_cmd_identifier_token22] = ACTIONS(2160), + [aux_sym_cmd_identifier_token23] = ACTIONS(2160), + [aux_sym_cmd_identifier_token24] = ACTIONS(2160), + [aux_sym_cmd_identifier_token25] = ACTIONS(2160), + [aux_sym_cmd_identifier_token26] = ACTIONS(2160), + [aux_sym_cmd_identifier_token27] = ACTIONS(2160), + [aux_sym_cmd_identifier_token28] = ACTIONS(2160), + [aux_sym_cmd_identifier_token29] = ACTIONS(2160), + [aux_sym_cmd_identifier_token30] = ACTIONS(2160), + [aux_sym_cmd_identifier_token31] = ACTIONS(2160), + [aux_sym_cmd_identifier_token32] = ACTIONS(2160), + [aux_sym_cmd_identifier_token33] = ACTIONS(2160), + [aux_sym_cmd_identifier_token34] = ACTIONS(2160), + [aux_sym_cmd_identifier_token35] = ACTIONS(2160), + [aux_sym_cmd_identifier_token36] = ACTIONS(2160), + [aux_sym_cmd_identifier_token37] = ACTIONS(2160), + [aux_sym_cmd_identifier_token38] = ACTIONS(2160), + [aux_sym_cmd_identifier_token39] = ACTIONS(2160), + [aux_sym_cmd_identifier_token40] = ACTIONS(2160), + [anon_sym_def] = ACTIONS(2160), + [anon_sym_export_DASHenv] = ACTIONS(2160), + [anon_sym_extern] = ACTIONS(2160), + [anon_sym_module] = ACTIONS(2160), + [anon_sym_use] = ACTIONS(2160), + [anon_sym_LPAREN] = ACTIONS(2160), + [anon_sym_DOLLAR] = ACTIONS(2160), + [anon_sym_error] = ACTIONS(2160), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_break] = ACTIONS(2160), + [anon_sym_continue] = ACTIONS(2160), + [anon_sym_for] = ACTIONS(2160), + [anon_sym_in2] = ACTIONS(2160), + [anon_sym_loop] = ACTIONS(2160), + [anon_sym_make] = ACTIONS(2160), + [anon_sym_while] = ACTIONS(2160), + [anon_sym_do] = ACTIONS(2160), + [anon_sym_if] = ACTIONS(2160), + [anon_sym_else] = ACTIONS(2160), + [anon_sym_match] = ACTIONS(2160), + [anon_sym_RBRACE] = ACTIONS(2160), + [anon_sym_try] = ACTIONS(2160), + [anon_sym_catch] = ACTIONS(2160), + [anon_sym_return] = ACTIONS(2160), + [anon_sym_source] = ACTIONS(2160), + [anon_sym_source_DASHenv] = ACTIONS(2160), + [anon_sym_register] = ACTIONS(2160), + [anon_sym_hide] = ACTIONS(2160), + [anon_sym_hide_DASHenv] = ACTIONS(2160), + [anon_sym_overlay] = ACTIONS(2160), + [anon_sym_as] = ACTIONS(2160), + [anon_sym_PLUS2] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2160), + [anon_sym_DOT_DOT2] = ACTIONS(2162), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2164), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2164), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2160), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2160), + [aux_sym__val_number_decimal_token3] = ACTIONS(2160), + [aux_sym__val_number_decimal_token4] = ACTIONS(2160), + [aux_sym__val_number_token1] = ACTIONS(2160), + [aux_sym__val_number_token2] = ACTIONS(2160), + [aux_sym__val_number_token3] = ACTIONS(2160), + [aux_sym__val_number_token4] = ACTIONS(2160), + [aux_sym__val_number_token5] = ACTIONS(2160), + [aux_sym__val_number_token6] = ACTIONS(2160), + [anon_sym_DQUOTE] = ACTIONS(2160), + [sym__str_single_quotes] = ACTIONS(2160), + [sym__str_back_ticks] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2160), + [sym__entry_separator] = ACTIONS(2166), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2166), + }, + [491] = { + [sym_comment] = STATE(491), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(2168), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [492] = { + [sym_cell_path] = STATE(738), + [sym_path] = STATE(656), + [sym_comment] = STATE(492), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1945), + [anon_sym_alias] = ACTIONS(1945), + [anon_sym_let] = ACTIONS(1945), + [anon_sym_let_DASHenv] = ACTIONS(1945), + [anon_sym_mut] = ACTIONS(1945), + [anon_sym_const] = ACTIONS(1945), + [aux_sym_cmd_identifier_token1] = ACTIONS(1945), + [aux_sym_cmd_identifier_token2] = ACTIONS(1947), + [aux_sym_cmd_identifier_token3] = ACTIONS(1947), + [aux_sym_cmd_identifier_token4] = ACTIONS(1947), + [aux_sym_cmd_identifier_token5] = ACTIONS(1947), + [aux_sym_cmd_identifier_token6] = ACTIONS(1947), + [aux_sym_cmd_identifier_token7] = ACTIONS(1947), + [aux_sym_cmd_identifier_token8] = ACTIONS(1945), + [aux_sym_cmd_identifier_token9] = ACTIONS(1945), + [aux_sym_cmd_identifier_token10] = ACTIONS(1947), + [aux_sym_cmd_identifier_token11] = ACTIONS(1947), + [aux_sym_cmd_identifier_token12] = ACTIONS(1945), + [aux_sym_cmd_identifier_token13] = ACTIONS(1945), + [aux_sym_cmd_identifier_token14] = ACTIONS(1945), + [aux_sym_cmd_identifier_token15] = ACTIONS(1945), + [aux_sym_cmd_identifier_token16] = ACTIONS(1947), + [aux_sym_cmd_identifier_token17] = ACTIONS(1947), + [aux_sym_cmd_identifier_token18] = ACTIONS(1947), + [aux_sym_cmd_identifier_token19] = ACTIONS(1947), + [aux_sym_cmd_identifier_token20] = ACTIONS(1947), + [aux_sym_cmd_identifier_token21] = ACTIONS(1947), + [aux_sym_cmd_identifier_token22] = ACTIONS(1947), + [aux_sym_cmd_identifier_token23] = ACTIONS(1947), + [aux_sym_cmd_identifier_token24] = ACTIONS(1947), + [aux_sym_cmd_identifier_token25] = ACTIONS(1947), + [aux_sym_cmd_identifier_token26] = ACTIONS(1947), + [aux_sym_cmd_identifier_token27] = ACTIONS(1947), + [aux_sym_cmd_identifier_token28] = ACTIONS(1947), + [aux_sym_cmd_identifier_token29] = ACTIONS(1947), + [aux_sym_cmd_identifier_token30] = ACTIONS(1947), + [aux_sym_cmd_identifier_token31] = ACTIONS(1947), + [aux_sym_cmd_identifier_token32] = ACTIONS(1947), + [aux_sym_cmd_identifier_token33] = ACTIONS(1947), + [aux_sym_cmd_identifier_token34] = ACTIONS(1945), + [aux_sym_cmd_identifier_token35] = ACTIONS(1947), + [aux_sym_cmd_identifier_token36] = ACTIONS(1947), + [aux_sym_cmd_identifier_token37] = ACTIONS(1947), + [aux_sym_cmd_identifier_token38] = ACTIONS(1945), + [aux_sym_cmd_identifier_token39] = ACTIONS(1947), + [aux_sym_cmd_identifier_token40] = ACTIONS(1947), + [anon_sym_def] = ACTIONS(1945), + [anon_sym_export_DASHenv] = ACTIONS(1945), + [anon_sym_extern] = ACTIONS(1945), + [anon_sym_module] = ACTIONS(1945), + [anon_sym_use] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1947), + [anon_sym_DOLLAR] = ACTIONS(1947), + [anon_sym_error] = ACTIONS(1945), + [anon_sym_DASH2] = ACTIONS(1945), + [anon_sym_break] = ACTIONS(1945), + [anon_sym_continue] = ACTIONS(1945), + [anon_sym_for] = ACTIONS(1945), + [anon_sym_in2] = ACTIONS(1945), + [anon_sym_loop] = ACTIONS(1945), + [anon_sym_make] = ACTIONS(1945), + [anon_sym_while] = ACTIONS(1945), + [anon_sym_do] = ACTIONS(1945), + [anon_sym_if] = ACTIONS(1945), + [anon_sym_else] = ACTIONS(1945), + [anon_sym_match] = ACTIONS(1945), + [anon_sym_RBRACE] = ACTIONS(1947), + [anon_sym_try] = ACTIONS(1945), + [anon_sym_catch] = ACTIONS(1945), + [anon_sym_return] = ACTIONS(1945), + [anon_sym_source] = ACTIONS(1945), + [anon_sym_source_DASHenv] = ACTIONS(1945), + [anon_sym_register] = ACTIONS(1945), + [anon_sym_hide] = ACTIONS(1945), + [anon_sym_hide_DASHenv] = ACTIONS(1945), + [anon_sym_overlay] = ACTIONS(1945), + [anon_sym_as] = ACTIONS(1945), + [anon_sym_PLUS2] = ACTIONS(1945), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1947), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1947), + [aux_sym__val_number_decimal_token1] = ACTIONS(1945), + [aux_sym__val_number_decimal_token2] = ACTIONS(1947), + [aux_sym__val_number_decimal_token3] = ACTIONS(1947), + [aux_sym__val_number_decimal_token4] = ACTIONS(1947), + [aux_sym__val_number_token1] = ACTIONS(1947), + [aux_sym__val_number_token2] = ACTIONS(1947), + [aux_sym__val_number_token3] = ACTIONS(1947), + [aux_sym__val_number_token4] = ACTIONS(1945), + [aux_sym__val_number_token5] = ACTIONS(1945), + [aux_sym__val_number_token6] = ACTIONS(1945), + [anon_sym_DQUOTE] = ACTIONS(1947), + [sym__str_single_quotes] = ACTIONS(1947), + [sym__str_back_ticks] = ACTIONS(1947), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1947), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1947), + }, + [493] = { + [sym_comment] = STATE(493), + [anon_sym_export] = ACTIONS(2170), + [anon_sym_alias] = ACTIONS(2170), + [anon_sym_let] = ACTIONS(2170), + [anon_sym_let_DASHenv] = ACTIONS(2170), + [anon_sym_mut] = ACTIONS(2170), + [anon_sym_const] = ACTIONS(2170), + [aux_sym_cmd_identifier_token1] = ACTIONS(2170), + [aux_sym_cmd_identifier_token2] = ACTIONS(2170), + [aux_sym_cmd_identifier_token3] = ACTIONS(2170), + [aux_sym_cmd_identifier_token4] = ACTIONS(2170), + [aux_sym_cmd_identifier_token5] = ACTIONS(2170), + [aux_sym_cmd_identifier_token6] = ACTIONS(2170), + [aux_sym_cmd_identifier_token7] = ACTIONS(2170), + [aux_sym_cmd_identifier_token8] = ACTIONS(2170), + [aux_sym_cmd_identifier_token9] = ACTIONS(2170), + [aux_sym_cmd_identifier_token10] = ACTIONS(2170), + [aux_sym_cmd_identifier_token11] = ACTIONS(2170), + [aux_sym_cmd_identifier_token12] = ACTIONS(2170), + [aux_sym_cmd_identifier_token13] = ACTIONS(2170), + [aux_sym_cmd_identifier_token14] = ACTIONS(2170), + [aux_sym_cmd_identifier_token15] = ACTIONS(2170), + [aux_sym_cmd_identifier_token16] = ACTIONS(2170), + [aux_sym_cmd_identifier_token17] = ACTIONS(2170), + [aux_sym_cmd_identifier_token18] = ACTIONS(2170), + [aux_sym_cmd_identifier_token19] = ACTIONS(2170), + [aux_sym_cmd_identifier_token20] = ACTIONS(2170), + [aux_sym_cmd_identifier_token21] = ACTIONS(2170), + [aux_sym_cmd_identifier_token22] = ACTIONS(2170), + [aux_sym_cmd_identifier_token23] = ACTIONS(2170), + [aux_sym_cmd_identifier_token24] = ACTIONS(2170), + [aux_sym_cmd_identifier_token25] = ACTIONS(2170), + [aux_sym_cmd_identifier_token26] = ACTIONS(2170), + [aux_sym_cmd_identifier_token27] = ACTIONS(2170), + [aux_sym_cmd_identifier_token28] = ACTIONS(2170), + [aux_sym_cmd_identifier_token29] = ACTIONS(2170), + [aux_sym_cmd_identifier_token30] = ACTIONS(2170), + [aux_sym_cmd_identifier_token31] = ACTIONS(2170), + [aux_sym_cmd_identifier_token32] = ACTIONS(2170), + [aux_sym_cmd_identifier_token33] = ACTIONS(2170), + [aux_sym_cmd_identifier_token34] = ACTIONS(2170), + [aux_sym_cmd_identifier_token35] = ACTIONS(2170), + [aux_sym_cmd_identifier_token36] = ACTIONS(2170), + [aux_sym_cmd_identifier_token37] = ACTIONS(2170), + [aux_sym_cmd_identifier_token38] = ACTIONS(2170), + [aux_sym_cmd_identifier_token39] = ACTIONS(2170), + [aux_sym_cmd_identifier_token40] = ACTIONS(2170), + [anon_sym_def] = ACTIONS(2170), + [anon_sym_export_DASHenv] = ACTIONS(2170), + [anon_sym_extern] = ACTIONS(2170), + [anon_sym_module] = ACTIONS(2170), + [anon_sym_use] = ACTIONS(2170), + [anon_sym_LPAREN] = ACTIONS(2170), + [anon_sym_DOLLAR] = ACTIONS(2170), + [anon_sym_error] = ACTIONS(2170), + [anon_sym_DASH2] = ACTIONS(2170), + [anon_sym_break] = ACTIONS(2170), + [anon_sym_continue] = ACTIONS(2170), + [anon_sym_for] = ACTIONS(2170), + [anon_sym_in2] = ACTIONS(2170), + [anon_sym_loop] = ACTIONS(2170), + [anon_sym_make] = ACTIONS(2170), + [anon_sym_while] = ACTIONS(2170), + [anon_sym_do] = ACTIONS(2170), + [anon_sym_if] = ACTIONS(2170), + [anon_sym_else] = ACTIONS(2170), + [anon_sym_match] = ACTIONS(2170), + [anon_sym_RBRACE] = ACTIONS(2170), + [anon_sym_try] = ACTIONS(2170), + [anon_sym_catch] = ACTIONS(2170), + [anon_sym_return] = ACTIONS(2170), + [anon_sym_source] = ACTIONS(2170), + [anon_sym_source_DASHenv] = ACTIONS(2170), + [anon_sym_register] = ACTIONS(2170), + [anon_sym_hide] = ACTIONS(2170), + [anon_sym_hide_DASHenv] = ACTIONS(2170), + [anon_sym_overlay] = ACTIONS(2170), + [anon_sym_as] = ACTIONS(2170), + [anon_sym_PLUS2] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2170), + [anon_sym_DOT_DOT2] = ACTIONS(2172), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2174), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2174), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2170), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), + [aux_sym__val_number_decimal_token2] = ACTIONS(2170), + [aux_sym__val_number_decimal_token3] = ACTIONS(2170), + [aux_sym__val_number_decimal_token4] = ACTIONS(2170), + [aux_sym__val_number_token1] = ACTIONS(2170), + [aux_sym__val_number_token2] = ACTIONS(2170), + [aux_sym__val_number_token3] = ACTIONS(2170), + [aux_sym__val_number_token4] = ACTIONS(2170), + [aux_sym__val_number_token5] = ACTIONS(2170), + [aux_sym__val_number_token6] = ACTIONS(2170), + [anon_sym_DQUOTE] = ACTIONS(2170), + [sym__str_single_quotes] = ACTIONS(2170), + [sym__str_back_ticks] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2170), + [sym__entry_separator] = ACTIONS(2176), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2176), + }, + [494] = { + [sym_cell_path] = STATE(691), + [sym_path] = STATE(656), + [sym_comment] = STATE(494), + [aux_sym_cell_path_repeat1] = STATE(512), [anon_sym_export] = ACTIONS(1933), [anon_sym_alias] = ACTIONS(1933), [anon_sym_let] = ACTIONS(1933), @@ -132144,3607 +134130,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(1935), [sym__str_back_ticks] = ACTIONS(1935), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1935), - [anon_sym_DOT2] = ACTIONS(2037), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1935), }, - [476] = { - [sym_comment] = STATE(476), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), + [495] = { + [sym_cell_path] = STATE(702), + [sym_path] = STATE(656), + [sym_comment] = STATE(495), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1981), + [anon_sym_alias] = ACTIONS(1981), + [anon_sym_let] = ACTIONS(1981), + [anon_sym_let_DASHenv] = ACTIONS(1981), + [anon_sym_mut] = ACTIONS(1981), + [anon_sym_const] = ACTIONS(1981), + [aux_sym_cmd_identifier_token1] = ACTIONS(1981), + [aux_sym_cmd_identifier_token2] = ACTIONS(1983), + [aux_sym_cmd_identifier_token3] = ACTIONS(1983), + [aux_sym_cmd_identifier_token4] = ACTIONS(1983), + [aux_sym_cmd_identifier_token5] = ACTIONS(1983), + [aux_sym_cmd_identifier_token6] = ACTIONS(1983), + [aux_sym_cmd_identifier_token7] = ACTIONS(1983), + [aux_sym_cmd_identifier_token8] = ACTIONS(1981), + [aux_sym_cmd_identifier_token9] = ACTIONS(1981), + [aux_sym_cmd_identifier_token10] = ACTIONS(1983), + [aux_sym_cmd_identifier_token11] = ACTIONS(1983), + [aux_sym_cmd_identifier_token12] = ACTIONS(1981), + [aux_sym_cmd_identifier_token13] = ACTIONS(1981), + [aux_sym_cmd_identifier_token14] = ACTIONS(1981), + [aux_sym_cmd_identifier_token15] = ACTIONS(1981), + [aux_sym_cmd_identifier_token16] = ACTIONS(1983), + [aux_sym_cmd_identifier_token17] = ACTIONS(1983), + [aux_sym_cmd_identifier_token18] = ACTIONS(1983), + [aux_sym_cmd_identifier_token19] = ACTIONS(1983), + [aux_sym_cmd_identifier_token20] = ACTIONS(1983), + [aux_sym_cmd_identifier_token21] = ACTIONS(1983), + [aux_sym_cmd_identifier_token22] = ACTIONS(1983), + [aux_sym_cmd_identifier_token23] = ACTIONS(1983), + [aux_sym_cmd_identifier_token24] = ACTIONS(1983), + [aux_sym_cmd_identifier_token25] = ACTIONS(1983), + [aux_sym_cmd_identifier_token26] = ACTIONS(1983), + [aux_sym_cmd_identifier_token27] = ACTIONS(1983), + [aux_sym_cmd_identifier_token28] = ACTIONS(1983), + [aux_sym_cmd_identifier_token29] = ACTIONS(1983), + [aux_sym_cmd_identifier_token30] = ACTIONS(1983), + [aux_sym_cmd_identifier_token31] = ACTIONS(1983), + [aux_sym_cmd_identifier_token32] = ACTIONS(1983), + [aux_sym_cmd_identifier_token33] = ACTIONS(1983), + [aux_sym_cmd_identifier_token34] = ACTIONS(1981), + [aux_sym_cmd_identifier_token35] = ACTIONS(1983), + [aux_sym_cmd_identifier_token36] = ACTIONS(1983), + [aux_sym_cmd_identifier_token37] = ACTIONS(1983), + [aux_sym_cmd_identifier_token38] = ACTIONS(1981), + [aux_sym_cmd_identifier_token39] = ACTIONS(1983), + [aux_sym_cmd_identifier_token40] = ACTIONS(1983), + [anon_sym_def] = ACTIONS(1981), + [anon_sym_export_DASHenv] = ACTIONS(1981), + [anon_sym_extern] = ACTIONS(1981), + [anon_sym_module] = ACTIONS(1981), + [anon_sym_use] = ACTIONS(1981), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_DOLLAR] = ACTIONS(1983), + [anon_sym_error] = ACTIONS(1981), + [anon_sym_DASH2] = ACTIONS(1981), + [anon_sym_break] = ACTIONS(1981), + [anon_sym_continue] = ACTIONS(1981), + [anon_sym_for] = ACTIONS(1981), + [anon_sym_in2] = ACTIONS(1981), + [anon_sym_loop] = ACTIONS(1981), + [anon_sym_make] = ACTIONS(1981), + [anon_sym_while] = ACTIONS(1981), + [anon_sym_do] = ACTIONS(1981), + [anon_sym_if] = ACTIONS(1981), + [anon_sym_else] = ACTIONS(1981), + [anon_sym_match] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1983), + [anon_sym_try] = ACTIONS(1981), + [anon_sym_catch] = ACTIONS(1981), + [anon_sym_return] = ACTIONS(1981), + [anon_sym_source] = ACTIONS(1981), + [anon_sym_source_DASHenv] = ACTIONS(1981), + [anon_sym_register] = ACTIONS(1981), + [anon_sym_hide] = ACTIONS(1981), + [anon_sym_hide_DASHenv] = ACTIONS(1981), + [anon_sym_overlay] = ACTIONS(1981), + [anon_sym_as] = ACTIONS(1981), + [anon_sym_PLUS2] = ACTIONS(1981), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1983), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1983), + [aux_sym__val_number_decimal_token1] = ACTIONS(1981), + [aux_sym__val_number_decimal_token2] = ACTIONS(1983), + [aux_sym__val_number_decimal_token3] = ACTIONS(1983), + [aux_sym__val_number_decimal_token4] = ACTIONS(1983), + [aux_sym__val_number_token1] = ACTIONS(1983), + [aux_sym__val_number_token2] = ACTIONS(1983), + [aux_sym__val_number_token3] = ACTIONS(1983), + [aux_sym__val_number_token4] = ACTIONS(1981), + [aux_sym__val_number_token5] = ACTIONS(1981), + [aux_sym__val_number_token6] = ACTIONS(1981), + [anon_sym_DQUOTE] = ACTIONS(1983), + [sym__str_single_quotes] = ACTIONS(1983), + [sym__str_back_ticks] = ACTIONS(1983), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1983), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1983), }, - [477] = { - [sym_comment] = STATE(477), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1786), - [aux_sym_cmd_identifier_token3] = ACTIONS(1786), - [aux_sym_cmd_identifier_token4] = ACTIONS(1786), - [aux_sym_cmd_identifier_token5] = ACTIONS(1786), - [aux_sym_cmd_identifier_token6] = ACTIONS(1786), - [aux_sym_cmd_identifier_token7] = ACTIONS(1786), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1786), - [aux_sym_cmd_identifier_token11] = ACTIONS(1786), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1786), - [aux_sym_cmd_identifier_token17] = ACTIONS(1786), - [aux_sym_cmd_identifier_token18] = ACTIONS(1786), - [aux_sym_cmd_identifier_token19] = ACTIONS(1786), - [aux_sym_cmd_identifier_token20] = ACTIONS(1786), - [aux_sym_cmd_identifier_token21] = ACTIONS(1786), - [aux_sym_cmd_identifier_token22] = ACTIONS(1786), - [aux_sym_cmd_identifier_token23] = ACTIONS(1786), - [aux_sym_cmd_identifier_token24] = ACTIONS(1786), - [aux_sym_cmd_identifier_token25] = ACTIONS(1786), - [aux_sym_cmd_identifier_token26] = ACTIONS(1786), - [aux_sym_cmd_identifier_token27] = ACTIONS(1786), - [aux_sym_cmd_identifier_token28] = ACTIONS(1786), - [aux_sym_cmd_identifier_token29] = ACTIONS(1786), - [aux_sym_cmd_identifier_token30] = ACTIONS(1786), - [aux_sym_cmd_identifier_token31] = ACTIONS(1786), - [aux_sym_cmd_identifier_token32] = ACTIONS(1786), - [aux_sym_cmd_identifier_token33] = ACTIONS(1786), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1786), - [aux_sym_cmd_identifier_token36] = ACTIONS(1786), - [aux_sym_cmd_identifier_token37] = ACTIONS(1786), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1786), - [aux_sym_cmd_identifier_token40] = ACTIONS(1786), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1786), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1786), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1786), - [aux_sym__val_number_decimal_token3] = ACTIONS(1786), - [aux_sym__val_number_decimal_token4] = ACTIONS(1786), - [aux_sym__val_number_token1] = ACTIONS(1786), - [aux_sym__val_number_token2] = ACTIONS(1786), - [aux_sym__val_number_token3] = ACTIONS(1786), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1786), - [sym__str_single_quotes] = ACTIONS(1786), - [sym__str_back_ticks] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1786), - [sym__entry_separator] = ACTIONS(1788), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [478] = { - [sym_comment] = STATE(478), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(964), - [aux_sym_cmd_identifier_token3] = ACTIONS(964), - [aux_sym_cmd_identifier_token4] = ACTIONS(964), - [aux_sym_cmd_identifier_token5] = ACTIONS(964), - [aux_sym_cmd_identifier_token6] = ACTIONS(964), - [aux_sym_cmd_identifier_token7] = ACTIONS(964), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(964), - [aux_sym_cmd_identifier_token11] = ACTIONS(964), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(964), - [aux_sym_cmd_identifier_token17] = ACTIONS(964), - [aux_sym_cmd_identifier_token18] = ACTIONS(964), - [aux_sym_cmd_identifier_token19] = ACTIONS(964), - [aux_sym_cmd_identifier_token20] = ACTIONS(964), - [aux_sym_cmd_identifier_token21] = ACTIONS(964), - [aux_sym_cmd_identifier_token22] = ACTIONS(964), - [aux_sym_cmd_identifier_token23] = ACTIONS(964), - [aux_sym_cmd_identifier_token24] = ACTIONS(964), - [aux_sym_cmd_identifier_token25] = ACTIONS(964), - [aux_sym_cmd_identifier_token26] = ACTIONS(964), - [aux_sym_cmd_identifier_token27] = ACTIONS(964), - [aux_sym_cmd_identifier_token28] = ACTIONS(964), - [aux_sym_cmd_identifier_token29] = ACTIONS(964), - [aux_sym_cmd_identifier_token30] = ACTIONS(964), - [aux_sym_cmd_identifier_token31] = ACTIONS(964), - [aux_sym_cmd_identifier_token32] = ACTIONS(964), - [aux_sym_cmd_identifier_token33] = ACTIONS(964), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(964), - [aux_sym_cmd_identifier_token36] = ACTIONS(964), - [aux_sym_cmd_identifier_token37] = ACTIONS(964), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(964), - [aux_sym_cmd_identifier_token40] = ACTIONS(964), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), - [anon_sym_COLON2] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), - }, - [479] = { - [sym_cell_path] = STATE(711), - [sym_path] = STATE(631), - [sym_comment] = STATE(479), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1937), - [anon_sym_alias] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_let_DASHenv] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [aux_sym_cmd_identifier_token1] = ACTIONS(1937), - [aux_sym_cmd_identifier_token2] = ACTIONS(1939), - [aux_sym_cmd_identifier_token3] = ACTIONS(1939), - [aux_sym_cmd_identifier_token4] = ACTIONS(1939), - [aux_sym_cmd_identifier_token5] = ACTIONS(1939), - [aux_sym_cmd_identifier_token6] = ACTIONS(1939), - [aux_sym_cmd_identifier_token7] = ACTIONS(1939), - [aux_sym_cmd_identifier_token8] = ACTIONS(1937), - [aux_sym_cmd_identifier_token9] = ACTIONS(1937), - [aux_sym_cmd_identifier_token10] = ACTIONS(1939), - [aux_sym_cmd_identifier_token11] = ACTIONS(1939), - [aux_sym_cmd_identifier_token12] = ACTIONS(1937), - [aux_sym_cmd_identifier_token13] = ACTIONS(1937), - [aux_sym_cmd_identifier_token14] = ACTIONS(1937), - [aux_sym_cmd_identifier_token15] = ACTIONS(1937), - [aux_sym_cmd_identifier_token16] = ACTIONS(1939), - [aux_sym_cmd_identifier_token17] = ACTIONS(1939), - [aux_sym_cmd_identifier_token18] = ACTIONS(1939), - [aux_sym_cmd_identifier_token19] = ACTIONS(1939), - [aux_sym_cmd_identifier_token20] = ACTIONS(1939), - [aux_sym_cmd_identifier_token21] = ACTIONS(1939), - [aux_sym_cmd_identifier_token22] = ACTIONS(1939), - [aux_sym_cmd_identifier_token23] = ACTIONS(1939), - [aux_sym_cmd_identifier_token24] = ACTIONS(1939), - [aux_sym_cmd_identifier_token25] = ACTIONS(1939), - [aux_sym_cmd_identifier_token26] = ACTIONS(1939), - [aux_sym_cmd_identifier_token27] = ACTIONS(1939), - [aux_sym_cmd_identifier_token28] = ACTIONS(1939), - [aux_sym_cmd_identifier_token29] = ACTIONS(1939), - [aux_sym_cmd_identifier_token30] = ACTIONS(1939), - [aux_sym_cmd_identifier_token31] = ACTIONS(1939), - [aux_sym_cmd_identifier_token32] = ACTIONS(1939), - [aux_sym_cmd_identifier_token33] = ACTIONS(1939), - [aux_sym_cmd_identifier_token34] = ACTIONS(1937), - [aux_sym_cmd_identifier_token35] = ACTIONS(1939), - [aux_sym_cmd_identifier_token36] = ACTIONS(1939), - [aux_sym_cmd_identifier_token37] = ACTIONS(1939), - [aux_sym_cmd_identifier_token38] = ACTIONS(1937), - [aux_sym_cmd_identifier_token39] = ACTIONS(1939), - [aux_sym_cmd_identifier_token40] = ACTIONS(1939), - [anon_sym_def] = ACTIONS(1937), - [anon_sym_export_DASHenv] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_module] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(1939), - [anon_sym_DOLLAR] = ACTIONS(1939), - [anon_sym_error] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_in2] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_make] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_do] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_else] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_try] = ACTIONS(1937), - [anon_sym_catch] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_source] = ACTIONS(1937), - [anon_sym_source_DASHenv] = ACTIONS(1937), - [anon_sym_register] = ACTIONS(1937), - [anon_sym_hide] = ACTIONS(1937), - [anon_sym_hide_DASHenv] = ACTIONS(1937), - [anon_sym_overlay] = ACTIONS(1937), - [anon_sym_as] = ACTIONS(1937), - [anon_sym_PLUS2] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1939), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1939), - [aux_sym__val_number_decimal_token1] = ACTIONS(1937), - [aux_sym__val_number_decimal_token2] = ACTIONS(1939), - [aux_sym__val_number_decimal_token3] = ACTIONS(1939), - [aux_sym__val_number_decimal_token4] = ACTIONS(1939), - [aux_sym__val_number_token1] = ACTIONS(1939), - [aux_sym__val_number_token2] = ACTIONS(1939), - [aux_sym__val_number_token3] = ACTIONS(1939), - [aux_sym__val_number_token4] = ACTIONS(1937), - [aux_sym__val_number_token5] = ACTIONS(1937), - [aux_sym__val_number_token6] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(1939), - [sym__str_single_quotes] = ACTIONS(1939), - [sym__str_back_ticks] = ACTIONS(1939), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1939), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1939), - }, - [480] = { - [sym_comment] = STATE(480), - [anon_sym_export] = ACTIONS(1018), - [anon_sym_alias] = ACTIONS(1018), - [anon_sym_let] = ACTIONS(1018), - [anon_sym_let_DASHenv] = ACTIONS(1018), - [anon_sym_mut] = ACTIONS(1018), - [anon_sym_const] = ACTIONS(1018), - [aux_sym_cmd_identifier_token1] = ACTIONS(1018), - [aux_sym_cmd_identifier_token2] = ACTIONS(1018), - [aux_sym_cmd_identifier_token3] = ACTIONS(1018), - [aux_sym_cmd_identifier_token4] = ACTIONS(1018), - [aux_sym_cmd_identifier_token5] = ACTIONS(1018), - [aux_sym_cmd_identifier_token6] = ACTIONS(1018), - [aux_sym_cmd_identifier_token7] = ACTIONS(1018), - [aux_sym_cmd_identifier_token8] = ACTIONS(1018), - [aux_sym_cmd_identifier_token9] = ACTIONS(1018), - [aux_sym_cmd_identifier_token10] = ACTIONS(1018), - [aux_sym_cmd_identifier_token11] = ACTIONS(1018), - [aux_sym_cmd_identifier_token12] = ACTIONS(1018), - [aux_sym_cmd_identifier_token13] = ACTIONS(1018), - [aux_sym_cmd_identifier_token14] = ACTIONS(1018), - [aux_sym_cmd_identifier_token15] = ACTIONS(1018), - [aux_sym_cmd_identifier_token16] = ACTIONS(1018), - [aux_sym_cmd_identifier_token17] = ACTIONS(1018), - [aux_sym_cmd_identifier_token18] = ACTIONS(1018), - [aux_sym_cmd_identifier_token19] = ACTIONS(1018), - [aux_sym_cmd_identifier_token20] = ACTIONS(1018), - [aux_sym_cmd_identifier_token21] = ACTIONS(1018), - [aux_sym_cmd_identifier_token22] = ACTIONS(1018), - [aux_sym_cmd_identifier_token23] = ACTIONS(1018), - [aux_sym_cmd_identifier_token24] = ACTIONS(1018), - [aux_sym_cmd_identifier_token25] = ACTIONS(1018), - [aux_sym_cmd_identifier_token26] = ACTIONS(1018), - [aux_sym_cmd_identifier_token27] = ACTIONS(1018), - [aux_sym_cmd_identifier_token28] = ACTIONS(1018), - [aux_sym_cmd_identifier_token29] = ACTIONS(1018), - [aux_sym_cmd_identifier_token30] = ACTIONS(1018), - [aux_sym_cmd_identifier_token31] = ACTIONS(1018), - [aux_sym_cmd_identifier_token32] = ACTIONS(1018), - [aux_sym_cmd_identifier_token33] = ACTIONS(1018), - [aux_sym_cmd_identifier_token34] = ACTIONS(1018), - [aux_sym_cmd_identifier_token35] = ACTIONS(1018), - [aux_sym_cmd_identifier_token36] = ACTIONS(1018), - [aux_sym_cmd_identifier_token37] = ACTIONS(1018), - [aux_sym_cmd_identifier_token38] = ACTIONS(1018), - [aux_sym_cmd_identifier_token39] = ACTIONS(1018), - [aux_sym_cmd_identifier_token40] = ACTIONS(1018), - [anon_sym_def] = ACTIONS(1018), - [anon_sym_export_DASHenv] = ACTIONS(1018), - [anon_sym_extern] = ACTIONS(1018), - [anon_sym_module] = ACTIONS(1018), - [anon_sym_use] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1018), - [anon_sym_DOLLAR] = ACTIONS(1018), - [anon_sym_error] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_break] = ACTIONS(1018), - [anon_sym_continue] = ACTIONS(1018), - [anon_sym_for] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1018), - [anon_sym_loop] = ACTIONS(1018), - [anon_sym_make] = ACTIONS(1018), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_do] = ACTIONS(1018), - [anon_sym_if] = ACTIONS(1018), - [anon_sym_else] = ACTIONS(1018), - [anon_sym_match] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1018), - [anon_sym_try] = ACTIONS(1018), - [anon_sym_catch] = ACTIONS(1018), - [anon_sym_return] = ACTIONS(1018), - [anon_sym_source] = ACTIONS(1018), - [anon_sym_source_DASHenv] = ACTIONS(1018), - [anon_sym_register] = ACTIONS(1018), - [anon_sym_hide] = ACTIONS(1018), - [anon_sym_hide_DASHenv] = ACTIONS(1018), - [anon_sym_overlay] = ACTIONS(1018), - [anon_sym_as] = ACTIONS(1018), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1018), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1018), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1018), - [aux_sym__val_number_decimal_token3] = ACTIONS(1018), - [aux_sym__val_number_decimal_token4] = ACTIONS(1018), - [aux_sym__val_number_token1] = ACTIONS(1018), - [aux_sym__val_number_token2] = ACTIONS(1018), - [aux_sym__val_number_token3] = ACTIONS(1018), - [aux_sym__val_number_token4] = ACTIONS(1018), - [aux_sym__val_number_token5] = ACTIONS(1018), - [aux_sym__val_number_token6] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1018), - [sym__str_single_quotes] = ACTIONS(1018), - [sym__str_back_ticks] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1018), - [sym__entry_separator] = ACTIONS(1020), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1020), - }, - [481] = { - [sym_cell_path] = STATE(746), - [sym_path] = STATE(631), - [sym_comment] = STATE(481), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1922), - [anon_sym_alias] = ACTIONS(1922), - [anon_sym_let] = ACTIONS(1922), - [anon_sym_let_DASHenv] = ACTIONS(1922), - [anon_sym_mut] = ACTIONS(1922), - [anon_sym_const] = ACTIONS(1922), - [aux_sym_cmd_identifier_token1] = ACTIONS(1922), - [aux_sym_cmd_identifier_token2] = ACTIONS(1924), - [aux_sym_cmd_identifier_token3] = ACTIONS(1924), - [aux_sym_cmd_identifier_token4] = ACTIONS(1924), - [aux_sym_cmd_identifier_token5] = ACTIONS(1924), - [aux_sym_cmd_identifier_token6] = ACTIONS(1924), - [aux_sym_cmd_identifier_token7] = ACTIONS(1924), - [aux_sym_cmd_identifier_token8] = ACTIONS(1922), - [aux_sym_cmd_identifier_token9] = ACTIONS(1922), - [aux_sym_cmd_identifier_token10] = ACTIONS(1924), - [aux_sym_cmd_identifier_token11] = ACTIONS(1924), - [aux_sym_cmd_identifier_token12] = ACTIONS(1922), - [aux_sym_cmd_identifier_token13] = ACTIONS(1922), - [aux_sym_cmd_identifier_token14] = ACTIONS(1922), - [aux_sym_cmd_identifier_token15] = ACTIONS(1922), - [aux_sym_cmd_identifier_token16] = ACTIONS(1924), - [aux_sym_cmd_identifier_token17] = ACTIONS(1924), - [aux_sym_cmd_identifier_token18] = ACTIONS(1924), - [aux_sym_cmd_identifier_token19] = ACTIONS(1924), - [aux_sym_cmd_identifier_token20] = ACTIONS(1924), - [aux_sym_cmd_identifier_token21] = ACTIONS(1924), - [aux_sym_cmd_identifier_token22] = ACTIONS(1924), - [aux_sym_cmd_identifier_token23] = ACTIONS(1924), - [aux_sym_cmd_identifier_token24] = ACTIONS(1924), - [aux_sym_cmd_identifier_token25] = ACTIONS(1924), - [aux_sym_cmd_identifier_token26] = ACTIONS(1924), - [aux_sym_cmd_identifier_token27] = ACTIONS(1924), - [aux_sym_cmd_identifier_token28] = ACTIONS(1924), - [aux_sym_cmd_identifier_token29] = ACTIONS(1924), - [aux_sym_cmd_identifier_token30] = ACTIONS(1924), - [aux_sym_cmd_identifier_token31] = ACTIONS(1924), - [aux_sym_cmd_identifier_token32] = ACTIONS(1924), - [aux_sym_cmd_identifier_token33] = ACTIONS(1924), - [aux_sym_cmd_identifier_token34] = ACTIONS(1922), - [aux_sym_cmd_identifier_token35] = ACTIONS(1924), - [aux_sym_cmd_identifier_token36] = ACTIONS(1924), - [aux_sym_cmd_identifier_token37] = ACTIONS(1924), - [aux_sym_cmd_identifier_token38] = ACTIONS(1922), - [aux_sym_cmd_identifier_token39] = ACTIONS(1924), - [aux_sym_cmd_identifier_token40] = ACTIONS(1924), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_export_DASHenv] = ACTIONS(1922), - [anon_sym_extern] = ACTIONS(1922), - [anon_sym_module] = ACTIONS(1922), - [anon_sym_use] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1924), - [anon_sym_DOLLAR] = ACTIONS(1924), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH2] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_in2] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_make] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_else] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1922), - [anon_sym_catch] = ACTIONS(1922), - [anon_sym_return] = ACTIONS(1922), - [anon_sym_source] = ACTIONS(1922), - [anon_sym_source_DASHenv] = ACTIONS(1922), - [anon_sym_register] = ACTIONS(1922), - [anon_sym_hide] = ACTIONS(1922), - [anon_sym_hide_DASHenv] = ACTIONS(1922), - [anon_sym_overlay] = ACTIONS(1922), - [anon_sym_as] = ACTIONS(1922), - [anon_sym_PLUS2] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1924), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1924), - [aux_sym__val_number_decimal_token1] = ACTIONS(1922), - [aux_sym__val_number_decimal_token2] = ACTIONS(1924), - [aux_sym__val_number_decimal_token3] = ACTIONS(1924), - [aux_sym__val_number_decimal_token4] = ACTIONS(1924), - [aux_sym__val_number_token1] = ACTIONS(1924), - [aux_sym__val_number_token2] = ACTIONS(1924), - [aux_sym__val_number_token3] = ACTIONS(1924), - [aux_sym__val_number_token4] = ACTIONS(1922), - [aux_sym__val_number_token5] = ACTIONS(1922), - [aux_sym__val_number_token6] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1924), - [sym__str_single_quotes] = ACTIONS(1924), - [sym__str_back_ticks] = ACTIONS(1924), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1924), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1924), - }, - [482] = { - [sym_path] = STATE(575), - [sym_comment] = STATE(482), - [aux_sym_cell_path_repeat1] = STATE(482), - [anon_sym_export] = ACTIONS(941), - [anon_sym_alias] = ACTIONS(941), - [anon_sym_let] = ACTIONS(941), - [anon_sym_let_DASHenv] = ACTIONS(941), - [anon_sym_mut] = ACTIONS(941), - [anon_sym_const] = ACTIONS(941), - [aux_sym_cmd_identifier_token1] = ACTIONS(941), - [aux_sym_cmd_identifier_token2] = ACTIONS(941), - [aux_sym_cmd_identifier_token3] = ACTIONS(941), - [aux_sym_cmd_identifier_token4] = ACTIONS(941), - [aux_sym_cmd_identifier_token5] = ACTIONS(941), - [aux_sym_cmd_identifier_token6] = ACTIONS(941), - [aux_sym_cmd_identifier_token7] = ACTIONS(941), - [aux_sym_cmd_identifier_token8] = ACTIONS(941), - [aux_sym_cmd_identifier_token9] = ACTIONS(941), - [aux_sym_cmd_identifier_token10] = ACTIONS(941), - [aux_sym_cmd_identifier_token11] = ACTIONS(941), - [aux_sym_cmd_identifier_token12] = ACTIONS(941), - [aux_sym_cmd_identifier_token13] = ACTIONS(941), - [aux_sym_cmd_identifier_token14] = ACTIONS(941), - [aux_sym_cmd_identifier_token15] = ACTIONS(941), - [aux_sym_cmd_identifier_token16] = ACTIONS(941), - [aux_sym_cmd_identifier_token17] = ACTIONS(941), - [aux_sym_cmd_identifier_token18] = ACTIONS(941), - [aux_sym_cmd_identifier_token19] = ACTIONS(941), - [aux_sym_cmd_identifier_token20] = ACTIONS(941), - [aux_sym_cmd_identifier_token21] = ACTIONS(941), - [aux_sym_cmd_identifier_token22] = ACTIONS(941), - [aux_sym_cmd_identifier_token23] = ACTIONS(941), - [aux_sym_cmd_identifier_token24] = ACTIONS(941), - [aux_sym_cmd_identifier_token25] = ACTIONS(941), - [aux_sym_cmd_identifier_token26] = ACTIONS(941), - [aux_sym_cmd_identifier_token27] = ACTIONS(941), - [aux_sym_cmd_identifier_token28] = ACTIONS(941), - [aux_sym_cmd_identifier_token29] = ACTIONS(941), - [aux_sym_cmd_identifier_token30] = ACTIONS(941), - [aux_sym_cmd_identifier_token31] = ACTIONS(941), - [aux_sym_cmd_identifier_token32] = ACTIONS(941), - [aux_sym_cmd_identifier_token33] = ACTIONS(941), - [aux_sym_cmd_identifier_token34] = ACTIONS(941), - [aux_sym_cmd_identifier_token35] = ACTIONS(941), - [aux_sym_cmd_identifier_token36] = ACTIONS(941), - [aux_sym_cmd_identifier_token37] = ACTIONS(941), - [aux_sym_cmd_identifier_token38] = ACTIONS(941), - [aux_sym_cmd_identifier_token39] = ACTIONS(941), - [aux_sym_cmd_identifier_token40] = ACTIONS(941), - [anon_sym_def] = ACTIONS(941), - [anon_sym_export_DASHenv] = ACTIONS(941), - [anon_sym_extern] = ACTIONS(941), - [anon_sym_module] = ACTIONS(941), - [anon_sym_use] = ACTIONS(941), - [anon_sym_LPAREN] = ACTIONS(941), - [anon_sym_DOLLAR] = ACTIONS(941), - [anon_sym_error] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_break] = ACTIONS(941), - [anon_sym_continue] = ACTIONS(941), - [anon_sym_for] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(941), - [anon_sym_loop] = ACTIONS(941), - [anon_sym_make] = ACTIONS(941), - [anon_sym_while] = ACTIONS(941), - [anon_sym_do] = ACTIONS(941), - [anon_sym_if] = ACTIONS(941), - [anon_sym_else] = ACTIONS(941), - [anon_sym_match] = ACTIONS(941), - [anon_sym_RBRACE] = ACTIONS(941), - [anon_sym_try] = ACTIONS(941), - [anon_sym_catch] = ACTIONS(941), - [anon_sym_return] = ACTIONS(941), - [anon_sym_source] = ACTIONS(941), - [anon_sym_source_DASHenv] = ACTIONS(941), - [anon_sym_register] = ACTIONS(941), - [anon_sym_hide] = ACTIONS(941), - [anon_sym_hide_DASHenv] = ACTIONS(941), - [anon_sym_overlay] = ACTIONS(941), - [anon_sym_as] = ACTIONS(941), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(941), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(941), - [aux_sym__val_number_decimal_token3] = ACTIONS(941), - [aux_sym__val_number_decimal_token4] = ACTIONS(941), - [aux_sym__val_number_token1] = ACTIONS(941), - [aux_sym__val_number_token2] = ACTIONS(941), - [aux_sym__val_number_token3] = ACTIONS(941), - [aux_sym__val_number_token4] = ACTIONS(941), - [aux_sym__val_number_token5] = ACTIONS(941), - [aux_sym__val_number_token6] = ACTIONS(941), - [anon_sym_DQUOTE] = ACTIONS(941), - [sym__str_single_quotes] = ACTIONS(941), - [sym__str_back_ticks] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(941), - [sym__entry_separator] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(2123), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(943), - }, - [483] = { - [sym_expr_parenthesized] = STATE(4081), - [sym__spread_parenthesized] = STATE(4413), - [sym_val_range] = STATE(4414), - [sym__val_range] = STATE(7475), - [sym__val_range_with_end] = STATE(7208), - [sym__value] = STATE(4414), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym__spread_variable] = STATE(4417), - [sym_val_variable] = STATE(4087), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3822), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym__spread_list] = STATE(4413), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym__cmd_arg] = STATE(4601), - [sym_redirection] = STATE(4419), - [sym_short_flag] = STATE(4420), - [sym_long_flag] = STATE(4420), - [sym_unquoted] = STATE(4138), - [sym__unquoted_with_expr] = STATE(4421), - [sym__unquoted_anonymous_prefix] = STATE(6991), - [sym_comment] = STATE(483), - [sym__newline] = ACTIONS(2126), - [sym__space] = ACTIONS(2128), - [anon_sym_SEMI] = ACTIONS(2126), - [anon_sym_PIPE] = ACTIONS(2126), - [anon_sym_err_GT_PIPE] = ACTIONS(2126), - [anon_sym_out_GT_PIPE] = ACTIONS(2126), - [anon_sym_e_GT_PIPE] = ACTIONS(2126), - [anon_sym_o_GT_PIPE] = ACTIONS(2126), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2126), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2126), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2126), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2126), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1845), - [anon_sym_RPAREN] = ACTIONS(2126), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_DASH_DASH] = ACTIONS(1849), - [anon_sym_DASH2] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1853), - [anon_sym_DOT_DOT] = ACTIONS(1855), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1857), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1859), - [anon_sym_DOT_DOT_LT] = ACTIONS(1859), - [anon_sym_null] = ACTIONS(1861), - [anon_sym_true] = ACTIONS(1863), - [anon_sym_false] = ACTIONS(1863), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1865), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(1867), - [aux_sym__val_number_decimal_token3] = ACTIONS(1869), - [aux_sym__val_number_decimal_token4] = ACTIONS(1871), - [aux_sym__val_number_token1] = ACTIONS(1873), - [aux_sym__val_number_token2] = ACTIONS(1873), - [aux_sym__val_number_token3] = ACTIONS(1873), - [aux_sym__val_number_token4] = ACTIONS(1875), - [aux_sym__val_number_token5] = ACTIONS(1875), - [aux_sym__val_number_token6] = ACTIONS(1875), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(1883), - [sym__str_single_quotes] = ACTIONS(1885), - [sym__str_back_ticks] = ACTIONS(1885), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1887), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1889), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(1891), - [anon_sym_err_GT] = ACTIONS(1893), - [anon_sym_out_GT] = ACTIONS(1893), - [anon_sym_e_GT] = ACTIONS(1893), - [anon_sym_o_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT] = ACTIONS(1893), - [anon_sym_err_GT_GT] = ACTIONS(1893), - [anon_sym_out_GT_GT] = ACTIONS(1893), - [anon_sym_e_GT_GT] = ACTIONS(1893), - [anon_sym_o_GT_GT] = ACTIONS(1893), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1893), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1893), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1893), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1893), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [484] = { - [sym_comment] = STATE(484), - [anon_sym_export] = ACTIONS(952), - [anon_sym_alias] = ACTIONS(952), - [anon_sym_let] = ACTIONS(952), - [anon_sym_let_DASHenv] = ACTIONS(952), - [anon_sym_mut] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [aux_sym_cmd_identifier_token1] = ACTIONS(952), - [aux_sym_cmd_identifier_token2] = ACTIONS(954), - [aux_sym_cmd_identifier_token3] = ACTIONS(954), - [aux_sym_cmd_identifier_token4] = ACTIONS(954), - [aux_sym_cmd_identifier_token5] = ACTIONS(954), - [aux_sym_cmd_identifier_token6] = ACTIONS(954), - [aux_sym_cmd_identifier_token7] = ACTIONS(954), - [aux_sym_cmd_identifier_token8] = ACTIONS(952), - [aux_sym_cmd_identifier_token9] = ACTIONS(952), - [aux_sym_cmd_identifier_token10] = ACTIONS(954), - [aux_sym_cmd_identifier_token11] = ACTIONS(954), - [aux_sym_cmd_identifier_token12] = ACTIONS(952), - [aux_sym_cmd_identifier_token13] = ACTIONS(952), - [aux_sym_cmd_identifier_token14] = ACTIONS(952), - [aux_sym_cmd_identifier_token15] = ACTIONS(952), - [aux_sym_cmd_identifier_token16] = ACTIONS(954), - [aux_sym_cmd_identifier_token17] = ACTIONS(954), - [aux_sym_cmd_identifier_token18] = ACTIONS(954), - [aux_sym_cmd_identifier_token19] = ACTIONS(954), - [aux_sym_cmd_identifier_token20] = ACTIONS(954), - [aux_sym_cmd_identifier_token21] = ACTIONS(954), - [aux_sym_cmd_identifier_token22] = ACTIONS(954), - [aux_sym_cmd_identifier_token23] = ACTIONS(954), - [aux_sym_cmd_identifier_token24] = ACTIONS(954), - [aux_sym_cmd_identifier_token25] = ACTIONS(954), - [aux_sym_cmd_identifier_token26] = ACTIONS(954), - [aux_sym_cmd_identifier_token27] = ACTIONS(954), - [aux_sym_cmd_identifier_token28] = ACTIONS(954), - [aux_sym_cmd_identifier_token29] = ACTIONS(954), - [aux_sym_cmd_identifier_token30] = ACTIONS(954), - [aux_sym_cmd_identifier_token31] = ACTIONS(954), - [aux_sym_cmd_identifier_token32] = ACTIONS(954), - [aux_sym_cmd_identifier_token33] = ACTIONS(954), - [aux_sym_cmd_identifier_token34] = ACTIONS(952), - [aux_sym_cmd_identifier_token35] = ACTIONS(954), - [aux_sym_cmd_identifier_token36] = ACTIONS(954), - [aux_sym_cmd_identifier_token37] = ACTIONS(954), - [aux_sym_cmd_identifier_token38] = ACTIONS(952), - [aux_sym_cmd_identifier_token39] = ACTIONS(954), - [aux_sym_cmd_identifier_token40] = ACTIONS(954), - [anon_sym_def] = ACTIONS(952), - [anon_sym_export_DASHenv] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym_module] = ACTIONS(952), - [anon_sym_use] = ACTIONS(952), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_COMMA] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_error] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(952), - [anon_sym_loop] = ACTIONS(952), - [anon_sym_make] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_match] = ACTIONS(952), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_try] = ACTIONS(952), - [anon_sym_catch] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_source] = ACTIONS(952), - [anon_sym_source_DASHenv] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_hide] = ACTIONS(952), - [anon_sym_hide_DASHenv] = ACTIONS(952), - [anon_sym_overlay] = ACTIONS(952), - [anon_sym_as] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(2130), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(952), - [aux_sym__val_number_token5] = ACTIONS(952), - [aux_sym__val_number_token6] = ACTIONS(952), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), - [anon_sym_COLON2] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), - }, - [485] = { - [sym_comment] = STATE(485), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(968), - [aux_sym_cmd_identifier_token3] = ACTIONS(968), - [aux_sym_cmd_identifier_token4] = ACTIONS(968), - [aux_sym_cmd_identifier_token5] = ACTIONS(968), - [aux_sym_cmd_identifier_token6] = ACTIONS(968), - [aux_sym_cmd_identifier_token7] = ACTIONS(968), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(968), - [aux_sym_cmd_identifier_token11] = ACTIONS(968), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(968), - [aux_sym_cmd_identifier_token17] = ACTIONS(968), - [aux_sym_cmd_identifier_token18] = ACTIONS(968), - [aux_sym_cmd_identifier_token19] = ACTIONS(968), - [aux_sym_cmd_identifier_token20] = ACTIONS(968), - [aux_sym_cmd_identifier_token21] = ACTIONS(968), - [aux_sym_cmd_identifier_token22] = ACTIONS(968), - [aux_sym_cmd_identifier_token23] = ACTIONS(968), - [aux_sym_cmd_identifier_token24] = ACTIONS(968), - [aux_sym_cmd_identifier_token25] = ACTIONS(968), - [aux_sym_cmd_identifier_token26] = ACTIONS(968), - [aux_sym_cmd_identifier_token27] = ACTIONS(968), - [aux_sym_cmd_identifier_token28] = ACTIONS(968), - [aux_sym_cmd_identifier_token29] = ACTIONS(968), - [aux_sym_cmd_identifier_token30] = ACTIONS(968), - [aux_sym_cmd_identifier_token31] = ACTIONS(968), - [aux_sym_cmd_identifier_token32] = ACTIONS(968), - [aux_sym_cmd_identifier_token33] = ACTIONS(968), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(968), - [aux_sym_cmd_identifier_token36] = ACTIONS(968), - [aux_sym_cmd_identifier_token37] = ACTIONS(968), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(968), - [aux_sym_cmd_identifier_token40] = ACTIONS(968), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(968), - [anon_sym_error] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(2132), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), - [anon_sym_COLON2] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), - }, - [486] = { - [sym_comment] = STATE(486), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT] = ACTIONS(2134), - [aux_sym__immediate_decimal_token2] = ACTIONS(2136), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [487] = { - [sym_comment] = STATE(487), - [anon_sym_export] = ACTIONS(1004), - [anon_sym_alias] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_let_DASHenv] = ACTIONS(1004), - [anon_sym_mut] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [aux_sym_cmd_identifier_token1] = ACTIONS(1004), - [aux_sym_cmd_identifier_token2] = ACTIONS(1004), - [aux_sym_cmd_identifier_token3] = ACTIONS(1004), - [aux_sym_cmd_identifier_token4] = ACTIONS(1004), - [aux_sym_cmd_identifier_token5] = ACTIONS(1004), - [aux_sym_cmd_identifier_token6] = ACTIONS(1004), - [aux_sym_cmd_identifier_token7] = ACTIONS(1004), - [aux_sym_cmd_identifier_token8] = ACTIONS(1004), - [aux_sym_cmd_identifier_token9] = ACTIONS(1004), - [aux_sym_cmd_identifier_token10] = ACTIONS(1004), - [aux_sym_cmd_identifier_token11] = ACTIONS(1004), - [aux_sym_cmd_identifier_token12] = ACTIONS(1004), - [aux_sym_cmd_identifier_token13] = ACTIONS(1004), - [aux_sym_cmd_identifier_token14] = ACTIONS(1004), - [aux_sym_cmd_identifier_token15] = ACTIONS(1004), - [aux_sym_cmd_identifier_token16] = ACTIONS(1004), - [aux_sym_cmd_identifier_token17] = ACTIONS(1004), - [aux_sym_cmd_identifier_token18] = ACTIONS(1004), - [aux_sym_cmd_identifier_token19] = ACTIONS(1004), - [aux_sym_cmd_identifier_token20] = ACTIONS(1004), - [aux_sym_cmd_identifier_token21] = ACTIONS(1004), - [aux_sym_cmd_identifier_token22] = ACTIONS(1004), - [aux_sym_cmd_identifier_token23] = ACTIONS(1004), - [aux_sym_cmd_identifier_token24] = ACTIONS(1004), - [aux_sym_cmd_identifier_token25] = ACTIONS(1004), - [aux_sym_cmd_identifier_token26] = ACTIONS(1004), - [aux_sym_cmd_identifier_token27] = ACTIONS(1004), - [aux_sym_cmd_identifier_token28] = ACTIONS(1004), - [aux_sym_cmd_identifier_token29] = ACTIONS(1004), - [aux_sym_cmd_identifier_token30] = ACTIONS(1004), - [aux_sym_cmd_identifier_token31] = ACTIONS(1004), - [aux_sym_cmd_identifier_token32] = ACTIONS(1004), - [aux_sym_cmd_identifier_token33] = ACTIONS(1004), - [aux_sym_cmd_identifier_token34] = ACTIONS(1004), - [aux_sym_cmd_identifier_token35] = ACTIONS(1004), - [aux_sym_cmd_identifier_token36] = ACTIONS(1004), - [aux_sym_cmd_identifier_token37] = ACTIONS(1004), - [aux_sym_cmd_identifier_token38] = ACTIONS(1004), - [aux_sym_cmd_identifier_token39] = ACTIONS(1004), - [aux_sym_cmd_identifier_token40] = ACTIONS(1004), - [anon_sym_def] = ACTIONS(1004), - [anon_sym_export_DASHenv] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym_module] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_LPAREN] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_error] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_make] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_RBRACE] = ACTIONS(1004), - [anon_sym_try] = ACTIONS(1004), - [anon_sym_catch] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_source] = ACTIONS(1004), - [anon_sym_source_DASHenv] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_hide] = ACTIONS(1004), - [anon_sym_hide_DASHenv] = ACTIONS(1004), - [anon_sym_overlay] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1004), - [anon_sym_DOT_DOT2] = ACTIONS(2045), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2047), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2047), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1004), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1004), - [aux_sym__val_number_decimal_token3] = ACTIONS(1004), - [aux_sym__val_number_decimal_token4] = ACTIONS(1004), - [aux_sym__val_number_token1] = ACTIONS(1004), - [aux_sym__val_number_token2] = ACTIONS(1004), - [aux_sym__val_number_token3] = ACTIONS(1004), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1004), - [sym__str_single_quotes] = ACTIONS(1004), - [sym__str_back_ticks] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1004), - [sym__entry_separator] = ACTIONS(1000), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [488] = { - [sym_comment] = STATE(488), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [489] = { - [sym_comment] = STATE(489), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), - [aux_sym_cmd_identifier_token2] = ACTIONS(2138), - [aux_sym_cmd_identifier_token3] = ACTIONS(2138), - [aux_sym_cmd_identifier_token4] = ACTIONS(2138), - [aux_sym_cmd_identifier_token5] = ACTIONS(2138), - [aux_sym_cmd_identifier_token6] = ACTIONS(2138), - [aux_sym_cmd_identifier_token7] = ACTIONS(2138), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), - [aux_sym_cmd_identifier_token10] = ACTIONS(2138), - [aux_sym_cmd_identifier_token11] = ACTIONS(2138), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), - [aux_sym_cmd_identifier_token16] = ACTIONS(2138), - [aux_sym_cmd_identifier_token17] = ACTIONS(2138), - [aux_sym_cmd_identifier_token18] = ACTIONS(2138), - [aux_sym_cmd_identifier_token19] = ACTIONS(2138), - [aux_sym_cmd_identifier_token20] = ACTIONS(2138), - [aux_sym_cmd_identifier_token21] = ACTIONS(2138), - [aux_sym_cmd_identifier_token22] = ACTIONS(2138), - [aux_sym_cmd_identifier_token23] = ACTIONS(2138), - [aux_sym_cmd_identifier_token24] = ACTIONS(2138), - [aux_sym_cmd_identifier_token25] = ACTIONS(2138), - [aux_sym_cmd_identifier_token26] = ACTIONS(2138), - [aux_sym_cmd_identifier_token27] = ACTIONS(2138), - [aux_sym_cmd_identifier_token28] = ACTIONS(2138), - [aux_sym_cmd_identifier_token29] = ACTIONS(2138), - [aux_sym_cmd_identifier_token30] = ACTIONS(2138), - [aux_sym_cmd_identifier_token31] = ACTIONS(2138), - [aux_sym_cmd_identifier_token32] = ACTIONS(2138), - [aux_sym_cmd_identifier_token33] = ACTIONS(2138), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), - [aux_sym_cmd_identifier_token35] = ACTIONS(2138), - [aux_sym_cmd_identifier_token36] = ACTIONS(2138), - [aux_sym_cmd_identifier_token37] = ACTIONS(2138), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), - [aux_sym_cmd_identifier_token39] = ACTIONS(2138), - [aux_sym_cmd_identifier_token40] = ACTIONS(2138), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), - [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_DOLLAR] = ACTIONS(2138), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), - [anon_sym_RBRACE] = ACTIONS(2138), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_PLUS2] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2138), - [anon_sym_DOT_DOT2] = ACTIONS(2045), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2047), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2047), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2138), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), - [aux_sym__val_number_decimal_token2] = ACTIONS(2138), - [aux_sym__val_number_decimal_token3] = ACTIONS(2138), - [aux_sym__val_number_decimal_token4] = ACTIONS(2138), - [aux_sym__val_number_token1] = ACTIONS(2138), - [aux_sym__val_number_token2] = ACTIONS(2138), - [aux_sym__val_number_token3] = ACTIONS(2138), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), - [anon_sym_DQUOTE] = ACTIONS(2138), - [sym__str_single_quotes] = ACTIONS(2138), - [sym__str_back_ticks] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2138), - [sym__entry_separator] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2140), - }, - [490] = { - [sym_cell_path] = STATE(742), - [sym_path] = STATE(631), - [sym_comment] = STATE(490), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(1918), - [anon_sym_alias] = ACTIONS(1918), - [anon_sym_let] = ACTIONS(1918), - [anon_sym_let_DASHenv] = ACTIONS(1918), - [anon_sym_mut] = ACTIONS(1918), - [anon_sym_const] = ACTIONS(1918), - [aux_sym_cmd_identifier_token1] = ACTIONS(1918), - [aux_sym_cmd_identifier_token2] = ACTIONS(1920), - [aux_sym_cmd_identifier_token3] = ACTIONS(1920), - [aux_sym_cmd_identifier_token4] = ACTIONS(1920), - [aux_sym_cmd_identifier_token5] = ACTIONS(1920), - [aux_sym_cmd_identifier_token6] = ACTIONS(1920), - [aux_sym_cmd_identifier_token7] = ACTIONS(1920), - [aux_sym_cmd_identifier_token8] = ACTIONS(1918), - [aux_sym_cmd_identifier_token9] = ACTIONS(1918), - [aux_sym_cmd_identifier_token10] = ACTIONS(1920), - [aux_sym_cmd_identifier_token11] = ACTIONS(1920), - [aux_sym_cmd_identifier_token12] = ACTIONS(1918), - [aux_sym_cmd_identifier_token13] = ACTIONS(1918), - [aux_sym_cmd_identifier_token14] = ACTIONS(1918), - [aux_sym_cmd_identifier_token15] = ACTIONS(1918), - [aux_sym_cmd_identifier_token16] = ACTIONS(1920), - [aux_sym_cmd_identifier_token17] = ACTIONS(1920), - [aux_sym_cmd_identifier_token18] = ACTIONS(1920), - [aux_sym_cmd_identifier_token19] = ACTIONS(1920), - [aux_sym_cmd_identifier_token20] = ACTIONS(1920), - [aux_sym_cmd_identifier_token21] = ACTIONS(1920), - [aux_sym_cmd_identifier_token22] = ACTIONS(1920), - [aux_sym_cmd_identifier_token23] = ACTIONS(1920), - [aux_sym_cmd_identifier_token24] = ACTIONS(1920), - [aux_sym_cmd_identifier_token25] = ACTIONS(1920), - [aux_sym_cmd_identifier_token26] = ACTIONS(1920), - [aux_sym_cmd_identifier_token27] = ACTIONS(1920), - [aux_sym_cmd_identifier_token28] = ACTIONS(1920), - [aux_sym_cmd_identifier_token29] = ACTIONS(1920), - [aux_sym_cmd_identifier_token30] = ACTIONS(1920), - [aux_sym_cmd_identifier_token31] = ACTIONS(1920), - [aux_sym_cmd_identifier_token32] = ACTIONS(1920), - [aux_sym_cmd_identifier_token33] = ACTIONS(1920), - [aux_sym_cmd_identifier_token34] = ACTIONS(1918), - [aux_sym_cmd_identifier_token35] = ACTIONS(1920), - [aux_sym_cmd_identifier_token36] = ACTIONS(1920), - [aux_sym_cmd_identifier_token37] = ACTIONS(1920), - [aux_sym_cmd_identifier_token38] = ACTIONS(1918), - [aux_sym_cmd_identifier_token39] = ACTIONS(1920), - [aux_sym_cmd_identifier_token40] = ACTIONS(1920), - [anon_sym_def] = ACTIONS(1918), - [anon_sym_export_DASHenv] = ACTIONS(1918), - [anon_sym_extern] = ACTIONS(1918), - [anon_sym_module] = ACTIONS(1918), - [anon_sym_use] = ACTIONS(1918), - [anon_sym_LPAREN] = ACTIONS(1920), - [anon_sym_DOLLAR] = ACTIONS(1920), - [anon_sym_error] = ACTIONS(1918), - [anon_sym_DASH2] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1918), - [anon_sym_for] = ACTIONS(1918), - [anon_sym_in2] = ACTIONS(1918), - [anon_sym_loop] = ACTIONS(1918), - [anon_sym_make] = ACTIONS(1918), - [anon_sym_while] = ACTIONS(1918), - [anon_sym_do] = ACTIONS(1918), - [anon_sym_if] = ACTIONS(1918), - [anon_sym_else] = ACTIONS(1918), - [anon_sym_match] = ACTIONS(1918), - [anon_sym_RBRACE] = ACTIONS(1920), - [anon_sym_try] = ACTIONS(1918), - [anon_sym_catch] = ACTIONS(1918), - [anon_sym_return] = ACTIONS(1918), - [anon_sym_source] = ACTIONS(1918), - [anon_sym_source_DASHenv] = ACTIONS(1918), - [anon_sym_register] = ACTIONS(1918), - [anon_sym_hide] = ACTIONS(1918), - [anon_sym_hide_DASHenv] = ACTIONS(1918), - [anon_sym_overlay] = ACTIONS(1918), - [anon_sym_as] = ACTIONS(1918), - [anon_sym_PLUS2] = ACTIONS(1918), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1920), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1920), - [aux_sym__val_number_decimal_token1] = ACTIONS(1918), - [aux_sym__val_number_decimal_token2] = ACTIONS(1920), - [aux_sym__val_number_decimal_token3] = ACTIONS(1920), - [aux_sym__val_number_decimal_token4] = ACTIONS(1920), - [aux_sym__val_number_token1] = ACTIONS(1920), - [aux_sym__val_number_token2] = ACTIONS(1920), - [aux_sym__val_number_token3] = ACTIONS(1920), - [aux_sym__val_number_token4] = ACTIONS(1918), - [aux_sym__val_number_token5] = ACTIONS(1918), - [aux_sym__val_number_token6] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1920), - [sym__str_single_quotes] = ACTIONS(1920), - [sym__str_back_ticks] = ACTIONS(1920), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1920), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1920), - }, - [491] = { - [sym_comment] = STATE(491), - [anon_sym_export] = ACTIONS(2142), - [anon_sym_alias] = ACTIONS(2142), - [anon_sym_let] = ACTIONS(2142), - [anon_sym_let_DASHenv] = ACTIONS(2142), - [anon_sym_mut] = ACTIONS(2142), - [anon_sym_const] = ACTIONS(2142), - [aux_sym_cmd_identifier_token1] = ACTIONS(2142), - [aux_sym_cmd_identifier_token2] = ACTIONS(2142), - [aux_sym_cmd_identifier_token3] = ACTIONS(2142), - [aux_sym_cmd_identifier_token4] = ACTIONS(2142), - [aux_sym_cmd_identifier_token5] = ACTIONS(2142), - [aux_sym_cmd_identifier_token6] = ACTIONS(2142), - [aux_sym_cmd_identifier_token7] = ACTIONS(2142), - [aux_sym_cmd_identifier_token8] = ACTIONS(2142), - [aux_sym_cmd_identifier_token9] = ACTIONS(2142), - [aux_sym_cmd_identifier_token10] = ACTIONS(2142), - [aux_sym_cmd_identifier_token11] = ACTIONS(2142), - [aux_sym_cmd_identifier_token12] = ACTIONS(2142), - [aux_sym_cmd_identifier_token13] = ACTIONS(2142), - [aux_sym_cmd_identifier_token14] = ACTIONS(2142), - [aux_sym_cmd_identifier_token15] = ACTIONS(2142), - [aux_sym_cmd_identifier_token16] = ACTIONS(2142), - [aux_sym_cmd_identifier_token17] = ACTIONS(2142), - [aux_sym_cmd_identifier_token18] = ACTIONS(2142), - [aux_sym_cmd_identifier_token19] = ACTIONS(2142), - [aux_sym_cmd_identifier_token20] = ACTIONS(2142), - [aux_sym_cmd_identifier_token21] = ACTIONS(2142), - [aux_sym_cmd_identifier_token22] = ACTIONS(2142), - [aux_sym_cmd_identifier_token23] = ACTIONS(2142), - [aux_sym_cmd_identifier_token24] = ACTIONS(2142), - [aux_sym_cmd_identifier_token25] = ACTIONS(2142), - [aux_sym_cmd_identifier_token26] = ACTIONS(2142), - [aux_sym_cmd_identifier_token27] = ACTIONS(2142), - [aux_sym_cmd_identifier_token28] = ACTIONS(2142), - [aux_sym_cmd_identifier_token29] = ACTIONS(2142), - [aux_sym_cmd_identifier_token30] = ACTIONS(2142), - [aux_sym_cmd_identifier_token31] = ACTIONS(2142), - [aux_sym_cmd_identifier_token32] = ACTIONS(2142), - [aux_sym_cmd_identifier_token33] = ACTIONS(2142), - [aux_sym_cmd_identifier_token34] = ACTIONS(2142), - [aux_sym_cmd_identifier_token35] = ACTIONS(2142), - [aux_sym_cmd_identifier_token36] = ACTIONS(2142), - [aux_sym_cmd_identifier_token37] = ACTIONS(2142), - [aux_sym_cmd_identifier_token38] = ACTIONS(2142), - [aux_sym_cmd_identifier_token39] = ACTIONS(2142), - [aux_sym_cmd_identifier_token40] = ACTIONS(2142), - [anon_sym_def] = ACTIONS(2142), - [anon_sym_export_DASHenv] = ACTIONS(2142), - [anon_sym_extern] = ACTIONS(2142), - [anon_sym_module] = ACTIONS(2142), - [anon_sym_use] = ACTIONS(2142), - [anon_sym_LPAREN] = ACTIONS(2142), - [anon_sym_DOLLAR] = ACTIONS(2142), - [anon_sym_error] = ACTIONS(2142), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_break] = ACTIONS(2142), - [anon_sym_continue] = ACTIONS(2142), - [anon_sym_for] = ACTIONS(2142), - [anon_sym_in2] = ACTIONS(2142), - [anon_sym_loop] = ACTIONS(2142), - [anon_sym_make] = ACTIONS(2142), - [anon_sym_while] = ACTIONS(2142), - [anon_sym_do] = ACTIONS(2142), - [anon_sym_if] = ACTIONS(2142), - [anon_sym_else] = ACTIONS(2142), - [anon_sym_match] = ACTIONS(2142), - [anon_sym_RBRACE] = ACTIONS(2142), - [anon_sym_try] = ACTIONS(2142), - [anon_sym_catch] = ACTIONS(2142), - [anon_sym_return] = ACTIONS(2142), - [anon_sym_source] = ACTIONS(2142), - [anon_sym_source_DASHenv] = ACTIONS(2142), - [anon_sym_register] = ACTIONS(2142), - [anon_sym_hide] = ACTIONS(2142), - [anon_sym_hide_DASHenv] = ACTIONS(2142), - [anon_sym_overlay] = ACTIONS(2142), - [anon_sym_as] = ACTIONS(2142), - [anon_sym_PLUS2] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2142), - [anon_sym_DOT_DOT2] = ACTIONS(2144), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2146), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2146), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2142), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2142), - [aux_sym__val_number_decimal_token3] = ACTIONS(2142), - [aux_sym__val_number_decimal_token4] = ACTIONS(2142), - [aux_sym__val_number_token1] = ACTIONS(2142), - [aux_sym__val_number_token2] = ACTIONS(2142), - [aux_sym__val_number_token3] = ACTIONS(2142), - [aux_sym__val_number_token4] = ACTIONS(2142), - [aux_sym__val_number_token5] = ACTIONS(2142), - [aux_sym__val_number_token6] = ACTIONS(2142), - [anon_sym_DQUOTE] = ACTIONS(2142), - [sym__str_single_quotes] = ACTIONS(2142), - [sym__str_back_ticks] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2142), - [sym__entry_separator] = ACTIONS(2148), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2148), - }, - [492] = { - [sym_comment] = STATE(492), - [anon_sym_export] = ACTIONS(2150), - [anon_sym_alias] = ACTIONS(2150), - [anon_sym_let] = ACTIONS(2150), - [anon_sym_let_DASHenv] = ACTIONS(2150), - [anon_sym_mut] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [aux_sym_cmd_identifier_token1] = ACTIONS(2150), - [aux_sym_cmd_identifier_token2] = ACTIONS(2150), - [aux_sym_cmd_identifier_token3] = ACTIONS(2150), - [aux_sym_cmd_identifier_token4] = ACTIONS(2150), - [aux_sym_cmd_identifier_token5] = ACTIONS(2150), - [aux_sym_cmd_identifier_token6] = ACTIONS(2150), - [aux_sym_cmd_identifier_token7] = ACTIONS(2150), - [aux_sym_cmd_identifier_token8] = ACTIONS(2150), - [aux_sym_cmd_identifier_token9] = ACTIONS(2150), - [aux_sym_cmd_identifier_token10] = ACTIONS(2150), - [aux_sym_cmd_identifier_token11] = ACTIONS(2150), - [aux_sym_cmd_identifier_token12] = ACTIONS(2150), - [aux_sym_cmd_identifier_token13] = ACTIONS(2150), - [aux_sym_cmd_identifier_token14] = ACTIONS(2150), - [aux_sym_cmd_identifier_token15] = ACTIONS(2150), - [aux_sym_cmd_identifier_token16] = ACTIONS(2150), - [aux_sym_cmd_identifier_token17] = ACTIONS(2150), - [aux_sym_cmd_identifier_token18] = ACTIONS(2150), - [aux_sym_cmd_identifier_token19] = ACTIONS(2150), - [aux_sym_cmd_identifier_token20] = ACTIONS(2150), - [aux_sym_cmd_identifier_token21] = ACTIONS(2150), - [aux_sym_cmd_identifier_token22] = ACTIONS(2150), - [aux_sym_cmd_identifier_token23] = ACTIONS(2150), - [aux_sym_cmd_identifier_token24] = ACTIONS(2150), - [aux_sym_cmd_identifier_token25] = ACTIONS(2150), - [aux_sym_cmd_identifier_token26] = ACTIONS(2150), - [aux_sym_cmd_identifier_token27] = ACTIONS(2150), - [aux_sym_cmd_identifier_token28] = ACTIONS(2150), - [aux_sym_cmd_identifier_token29] = ACTIONS(2150), - [aux_sym_cmd_identifier_token30] = ACTIONS(2150), - [aux_sym_cmd_identifier_token31] = ACTIONS(2150), - [aux_sym_cmd_identifier_token32] = ACTIONS(2150), - [aux_sym_cmd_identifier_token33] = ACTIONS(2150), - [aux_sym_cmd_identifier_token34] = ACTIONS(2150), - [aux_sym_cmd_identifier_token35] = ACTIONS(2150), - [aux_sym_cmd_identifier_token36] = ACTIONS(2150), - [aux_sym_cmd_identifier_token37] = ACTIONS(2150), - [aux_sym_cmd_identifier_token38] = ACTIONS(2150), - [aux_sym_cmd_identifier_token39] = ACTIONS(2150), - [aux_sym_cmd_identifier_token40] = ACTIONS(2150), - [anon_sym_def] = ACTIONS(2150), - [anon_sym_export_DASHenv] = ACTIONS(2150), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_module] = ACTIONS(2150), - [anon_sym_use] = ACTIONS(2150), - [anon_sym_LPAREN] = ACTIONS(2150), - [anon_sym_DOLLAR] = ACTIONS(2150), - [anon_sym_error] = ACTIONS(2150), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_in2] = ACTIONS(2150), - [anon_sym_loop] = ACTIONS(2150), - [anon_sym_make] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_do] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_else] = ACTIONS(2150), - [anon_sym_match] = ACTIONS(2150), - [anon_sym_RBRACE] = ACTIONS(2150), - [anon_sym_try] = ACTIONS(2150), - [anon_sym_catch] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_source] = ACTIONS(2150), - [anon_sym_source_DASHenv] = ACTIONS(2150), - [anon_sym_register] = ACTIONS(2150), - [anon_sym_hide] = ACTIONS(2150), - [anon_sym_hide_DASHenv] = ACTIONS(2150), - [anon_sym_overlay] = ACTIONS(2150), - [anon_sym_as] = ACTIONS(2150), - [anon_sym_PLUS2] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2150), - [anon_sym_DOT_DOT2] = ACTIONS(2152), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2154), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2154), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2150), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2150), - [aux_sym__val_number_decimal_token3] = ACTIONS(2150), - [aux_sym__val_number_decimal_token4] = ACTIONS(2150), - [aux_sym__val_number_token1] = ACTIONS(2150), - [aux_sym__val_number_token2] = ACTIONS(2150), - [aux_sym__val_number_token3] = ACTIONS(2150), - [aux_sym__val_number_token4] = ACTIONS(2150), - [aux_sym__val_number_token5] = ACTIONS(2150), - [aux_sym__val_number_token6] = ACTIONS(2150), - [anon_sym_DQUOTE] = ACTIONS(2150), - [sym__str_single_quotes] = ACTIONS(2150), - [sym__str_back_ticks] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2150), - [sym__entry_separator] = ACTIONS(2156), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2156), - }, - [493] = { - [sym_comment] = STATE(493), - [anon_sym_export] = ACTIONS(2158), - [anon_sym_alias] = ACTIONS(2158), - [anon_sym_let] = ACTIONS(2158), - [anon_sym_let_DASHenv] = ACTIONS(2158), - [anon_sym_mut] = ACTIONS(2158), - [anon_sym_const] = ACTIONS(2158), - [aux_sym_cmd_identifier_token1] = ACTIONS(2158), - [aux_sym_cmd_identifier_token2] = ACTIONS(2158), - [aux_sym_cmd_identifier_token3] = ACTIONS(2158), - [aux_sym_cmd_identifier_token4] = ACTIONS(2158), - [aux_sym_cmd_identifier_token5] = ACTIONS(2158), - [aux_sym_cmd_identifier_token6] = ACTIONS(2158), - [aux_sym_cmd_identifier_token7] = ACTIONS(2158), - [aux_sym_cmd_identifier_token8] = ACTIONS(2158), - [aux_sym_cmd_identifier_token9] = ACTIONS(2158), - [aux_sym_cmd_identifier_token10] = ACTIONS(2158), - [aux_sym_cmd_identifier_token11] = ACTIONS(2158), - [aux_sym_cmd_identifier_token12] = ACTIONS(2158), - [aux_sym_cmd_identifier_token13] = ACTIONS(2158), - [aux_sym_cmd_identifier_token14] = ACTIONS(2158), - [aux_sym_cmd_identifier_token15] = ACTIONS(2158), - [aux_sym_cmd_identifier_token16] = ACTIONS(2158), - [aux_sym_cmd_identifier_token17] = ACTIONS(2158), - [aux_sym_cmd_identifier_token18] = ACTIONS(2158), - [aux_sym_cmd_identifier_token19] = ACTIONS(2158), - [aux_sym_cmd_identifier_token20] = ACTIONS(2158), - [aux_sym_cmd_identifier_token21] = ACTIONS(2158), - [aux_sym_cmd_identifier_token22] = ACTIONS(2158), - [aux_sym_cmd_identifier_token23] = ACTIONS(2158), - [aux_sym_cmd_identifier_token24] = ACTIONS(2158), - [aux_sym_cmd_identifier_token25] = ACTIONS(2158), - [aux_sym_cmd_identifier_token26] = ACTIONS(2158), - [aux_sym_cmd_identifier_token27] = ACTIONS(2158), - [aux_sym_cmd_identifier_token28] = ACTIONS(2158), - [aux_sym_cmd_identifier_token29] = ACTIONS(2158), - [aux_sym_cmd_identifier_token30] = ACTIONS(2158), - [aux_sym_cmd_identifier_token31] = ACTIONS(2158), - [aux_sym_cmd_identifier_token32] = ACTIONS(2158), - [aux_sym_cmd_identifier_token33] = ACTIONS(2158), - [aux_sym_cmd_identifier_token34] = ACTIONS(2158), - [aux_sym_cmd_identifier_token35] = ACTIONS(2158), - [aux_sym_cmd_identifier_token36] = ACTIONS(2158), - [aux_sym_cmd_identifier_token37] = ACTIONS(2158), - [aux_sym_cmd_identifier_token38] = ACTIONS(2158), - [aux_sym_cmd_identifier_token39] = ACTIONS(2158), - [aux_sym_cmd_identifier_token40] = ACTIONS(2158), - [anon_sym_def] = ACTIONS(2158), - [anon_sym_export_DASHenv] = ACTIONS(2158), - [anon_sym_extern] = ACTIONS(2158), - [anon_sym_module] = ACTIONS(2158), - [anon_sym_use] = ACTIONS(2158), - [anon_sym_LPAREN] = ACTIONS(2158), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_error] = ACTIONS(2158), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_break] = ACTIONS(2158), - [anon_sym_continue] = ACTIONS(2158), - [anon_sym_for] = ACTIONS(2158), - [anon_sym_in2] = ACTIONS(2158), - [anon_sym_loop] = ACTIONS(2158), - [anon_sym_make] = ACTIONS(2158), - [anon_sym_while] = ACTIONS(2158), - [anon_sym_do] = ACTIONS(2158), - [anon_sym_if] = ACTIONS(2158), - [anon_sym_else] = ACTIONS(2158), - [anon_sym_match] = ACTIONS(2158), - [anon_sym_RBRACE] = ACTIONS(2158), - [anon_sym_try] = ACTIONS(2158), - [anon_sym_catch] = ACTIONS(2158), - [anon_sym_return] = ACTIONS(2158), - [anon_sym_source] = ACTIONS(2158), - [anon_sym_source_DASHenv] = ACTIONS(2158), - [anon_sym_register] = ACTIONS(2158), - [anon_sym_hide] = ACTIONS(2158), - [anon_sym_hide_DASHenv] = ACTIONS(2158), - [anon_sym_overlay] = ACTIONS(2158), - [anon_sym_as] = ACTIONS(2158), - [anon_sym_PLUS2] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2158), - [anon_sym_DOT_DOT2] = ACTIONS(2160), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2162), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2162), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2158), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2158), - [aux_sym__val_number_decimal_token3] = ACTIONS(2158), - [aux_sym__val_number_decimal_token4] = ACTIONS(2158), - [aux_sym__val_number_token1] = ACTIONS(2158), - [aux_sym__val_number_token2] = ACTIONS(2158), - [aux_sym__val_number_token3] = ACTIONS(2158), - [aux_sym__val_number_token4] = ACTIONS(2158), - [aux_sym__val_number_token5] = ACTIONS(2158), - [aux_sym__val_number_token6] = ACTIONS(2158), - [anon_sym_DQUOTE] = ACTIONS(2158), - [sym__str_single_quotes] = ACTIONS(2158), - [sym__str_back_ticks] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2158), - [sym__entry_separator] = ACTIONS(2164), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2164), - }, - [494] = { - [sym_comment] = STATE(494), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(2166), - [aux_sym__immediate_decimal_token2] = ACTIONS(2168), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [495] = { - [sym_comment] = STATE(495), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(1903), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [496] = { - [sym_comment] = STATE(496), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1727), - [aux_sym_cmd_identifier_token3] = ACTIONS(1727), - [aux_sym_cmd_identifier_token4] = ACTIONS(1727), - [aux_sym_cmd_identifier_token5] = ACTIONS(1727), - [aux_sym_cmd_identifier_token6] = ACTIONS(1727), - [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1727), - [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1727), - [aux_sym_cmd_identifier_token17] = ACTIONS(1727), - [aux_sym_cmd_identifier_token18] = ACTIONS(1727), - [aux_sym_cmd_identifier_token19] = ACTIONS(1727), - [aux_sym_cmd_identifier_token20] = ACTIONS(1727), - [aux_sym_cmd_identifier_token21] = ACTIONS(1727), - [aux_sym_cmd_identifier_token22] = ACTIONS(1727), - [aux_sym_cmd_identifier_token23] = ACTIONS(1727), - [aux_sym_cmd_identifier_token24] = ACTIONS(1727), - [aux_sym_cmd_identifier_token25] = ACTIONS(1727), - [aux_sym_cmd_identifier_token26] = ACTIONS(1727), - [aux_sym_cmd_identifier_token27] = ACTIONS(1727), - [aux_sym_cmd_identifier_token28] = ACTIONS(1727), - [aux_sym_cmd_identifier_token29] = ACTIONS(1727), - [aux_sym_cmd_identifier_token30] = ACTIONS(1727), - [aux_sym_cmd_identifier_token31] = ACTIONS(1727), - [aux_sym_cmd_identifier_token32] = ACTIONS(1727), - [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1727), - [aux_sym_cmd_identifier_token36] = ACTIONS(1727), - [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1727), - [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1727), - [aux_sym__val_number_decimal_token3] = ACTIONS(1727), - [aux_sym__val_number_decimal_token4] = ACTIONS(1727), - [aux_sym__val_number_token1] = ACTIONS(1727), - [aux_sym__val_number_token2] = ACTIONS(1727), - [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1727), - [sym__str_single_quotes] = ACTIONS(1727), - [sym__str_back_ticks] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), + [496] = { + [sym_cell_path] = STATE(693), + [sym_path] = STATE(656), + [sym_comment] = STATE(496), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(2093), + [anon_sym_alias] = ACTIONS(2093), + [anon_sym_let] = ACTIONS(2093), + [anon_sym_let_DASHenv] = ACTIONS(2093), + [anon_sym_mut] = ACTIONS(2093), + [anon_sym_const] = ACTIONS(2093), + [aux_sym_cmd_identifier_token1] = ACTIONS(2093), + [aux_sym_cmd_identifier_token2] = ACTIONS(2095), + [aux_sym_cmd_identifier_token3] = ACTIONS(2095), + [aux_sym_cmd_identifier_token4] = ACTIONS(2095), + [aux_sym_cmd_identifier_token5] = ACTIONS(2095), + [aux_sym_cmd_identifier_token6] = ACTIONS(2095), + [aux_sym_cmd_identifier_token7] = ACTIONS(2095), + [aux_sym_cmd_identifier_token8] = ACTIONS(2093), + [aux_sym_cmd_identifier_token9] = ACTIONS(2093), + [aux_sym_cmd_identifier_token10] = ACTIONS(2095), + [aux_sym_cmd_identifier_token11] = ACTIONS(2095), + [aux_sym_cmd_identifier_token12] = ACTIONS(2093), + [aux_sym_cmd_identifier_token13] = ACTIONS(2093), + [aux_sym_cmd_identifier_token14] = ACTIONS(2093), + [aux_sym_cmd_identifier_token15] = ACTIONS(2093), + [aux_sym_cmd_identifier_token16] = ACTIONS(2095), + [aux_sym_cmd_identifier_token17] = ACTIONS(2095), + [aux_sym_cmd_identifier_token18] = ACTIONS(2095), + [aux_sym_cmd_identifier_token19] = ACTIONS(2095), + [aux_sym_cmd_identifier_token20] = ACTIONS(2095), + [aux_sym_cmd_identifier_token21] = ACTIONS(2095), + [aux_sym_cmd_identifier_token22] = ACTIONS(2095), + [aux_sym_cmd_identifier_token23] = ACTIONS(2095), + [aux_sym_cmd_identifier_token24] = ACTIONS(2095), + [aux_sym_cmd_identifier_token25] = ACTIONS(2095), + [aux_sym_cmd_identifier_token26] = ACTIONS(2095), + [aux_sym_cmd_identifier_token27] = ACTIONS(2095), + [aux_sym_cmd_identifier_token28] = ACTIONS(2095), + [aux_sym_cmd_identifier_token29] = ACTIONS(2095), + [aux_sym_cmd_identifier_token30] = ACTIONS(2095), + [aux_sym_cmd_identifier_token31] = ACTIONS(2095), + [aux_sym_cmd_identifier_token32] = ACTIONS(2095), + [aux_sym_cmd_identifier_token33] = ACTIONS(2095), + [aux_sym_cmd_identifier_token34] = ACTIONS(2093), + [aux_sym_cmd_identifier_token35] = ACTIONS(2095), + [aux_sym_cmd_identifier_token36] = ACTIONS(2095), + [aux_sym_cmd_identifier_token37] = ACTIONS(2095), + [aux_sym_cmd_identifier_token38] = ACTIONS(2093), + [aux_sym_cmd_identifier_token39] = ACTIONS(2095), + [aux_sym_cmd_identifier_token40] = ACTIONS(2095), + [anon_sym_def] = ACTIONS(2093), + [anon_sym_export_DASHenv] = ACTIONS(2093), + [anon_sym_extern] = ACTIONS(2093), + [anon_sym_module] = ACTIONS(2093), + [anon_sym_use] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(2095), + [anon_sym_DOLLAR] = ACTIONS(2095), + [anon_sym_error] = ACTIONS(2093), + [anon_sym_DASH2] = ACTIONS(2093), + [anon_sym_break] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2093), + [anon_sym_for] = ACTIONS(2093), + [anon_sym_in2] = ACTIONS(2093), + [anon_sym_loop] = ACTIONS(2093), + [anon_sym_make] = ACTIONS(2093), + [anon_sym_while] = ACTIONS(2093), + [anon_sym_do] = ACTIONS(2093), + [anon_sym_if] = ACTIONS(2093), + [anon_sym_else] = ACTIONS(2093), + [anon_sym_match] = ACTIONS(2093), + [anon_sym_RBRACE] = ACTIONS(2095), + [anon_sym_try] = ACTIONS(2093), + [anon_sym_catch] = ACTIONS(2093), + [anon_sym_return] = ACTIONS(2093), + [anon_sym_source] = ACTIONS(2093), + [anon_sym_source_DASHenv] = ACTIONS(2093), + [anon_sym_register] = ACTIONS(2093), + [anon_sym_hide] = ACTIONS(2093), + [anon_sym_hide_DASHenv] = ACTIONS(2093), + [anon_sym_overlay] = ACTIONS(2093), + [anon_sym_as] = ACTIONS(2093), + [anon_sym_PLUS2] = ACTIONS(2093), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2095), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2095), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_decimal_token2] = ACTIONS(2095), + [aux_sym__val_number_decimal_token3] = ACTIONS(2095), + [aux_sym__val_number_decimal_token4] = ACTIONS(2095), + [aux_sym__val_number_token1] = ACTIONS(2095), + [aux_sym__val_number_token2] = ACTIONS(2095), + [aux_sym__val_number_token3] = ACTIONS(2095), + [aux_sym__val_number_token4] = ACTIONS(2093), + [aux_sym__val_number_token5] = ACTIONS(2093), + [aux_sym__val_number_token6] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(2095), + [sym__str_single_quotes] = ACTIONS(2095), + [sym__str_back_ticks] = ACTIONS(2095), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2095), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2095), }, [497] = { - [sym_cell_path] = STATE(715), - [sym_path] = STATE(631), + [sym_cell_path] = STATE(703), + [sym_path] = STATE(656), [sym_comment] = STATE(497), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(2033), - [anon_sym_alias] = ACTIONS(2033), - [anon_sym_let] = ACTIONS(2033), - [anon_sym_let_DASHenv] = ACTIONS(2033), - [anon_sym_mut] = ACTIONS(2033), - [anon_sym_const] = ACTIONS(2033), - [aux_sym_cmd_identifier_token1] = ACTIONS(2033), - [aux_sym_cmd_identifier_token2] = ACTIONS(2035), - [aux_sym_cmd_identifier_token3] = ACTIONS(2035), - [aux_sym_cmd_identifier_token4] = ACTIONS(2035), - [aux_sym_cmd_identifier_token5] = ACTIONS(2035), - [aux_sym_cmd_identifier_token6] = ACTIONS(2035), - [aux_sym_cmd_identifier_token7] = ACTIONS(2035), - [aux_sym_cmd_identifier_token8] = ACTIONS(2033), - [aux_sym_cmd_identifier_token9] = ACTIONS(2033), - [aux_sym_cmd_identifier_token10] = ACTIONS(2035), - [aux_sym_cmd_identifier_token11] = ACTIONS(2035), - [aux_sym_cmd_identifier_token12] = ACTIONS(2033), - [aux_sym_cmd_identifier_token13] = ACTIONS(2033), - [aux_sym_cmd_identifier_token14] = ACTIONS(2033), - [aux_sym_cmd_identifier_token15] = ACTIONS(2033), - [aux_sym_cmd_identifier_token16] = ACTIONS(2035), - [aux_sym_cmd_identifier_token17] = ACTIONS(2035), - [aux_sym_cmd_identifier_token18] = ACTIONS(2035), - [aux_sym_cmd_identifier_token19] = ACTIONS(2035), - [aux_sym_cmd_identifier_token20] = ACTIONS(2035), - [aux_sym_cmd_identifier_token21] = ACTIONS(2035), - [aux_sym_cmd_identifier_token22] = ACTIONS(2035), - [aux_sym_cmd_identifier_token23] = ACTIONS(2035), - [aux_sym_cmd_identifier_token24] = ACTIONS(2035), - [aux_sym_cmd_identifier_token25] = ACTIONS(2035), - [aux_sym_cmd_identifier_token26] = ACTIONS(2035), - [aux_sym_cmd_identifier_token27] = ACTIONS(2035), - [aux_sym_cmd_identifier_token28] = ACTIONS(2035), - [aux_sym_cmd_identifier_token29] = ACTIONS(2035), - [aux_sym_cmd_identifier_token30] = ACTIONS(2035), - [aux_sym_cmd_identifier_token31] = ACTIONS(2035), - [aux_sym_cmd_identifier_token32] = ACTIONS(2035), - [aux_sym_cmd_identifier_token33] = ACTIONS(2035), - [aux_sym_cmd_identifier_token34] = ACTIONS(2033), - [aux_sym_cmd_identifier_token35] = ACTIONS(2035), - [aux_sym_cmd_identifier_token36] = ACTIONS(2035), - [aux_sym_cmd_identifier_token37] = ACTIONS(2035), - [aux_sym_cmd_identifier_token38] = ACTIONS(2033), - [aux_sym_cmd_identifier_token39] = ACTIONS(2035), - [aux_sym_cmd_identifier_token40] = ACTIONS(2035), - [anon_sym_def] = ACTIONS(2033), - [anon_sym_export_DASHenv] = ACTIONS(2033), - [anon_sym_extern] = ACTIONS(2033), - [anon_sym_module] = ACTIONS(2033), - [anon_sym_use] = ACTIONS(2033), - [anon_sym_LPAREN] = ACTIONS(2035), - [anon_sym_DOLLAR] = ACTIONS(2035), - [anon_sym_error] = ACTIONS(2033), - [anon_sym_DASH2] = ACTIONS(2033), - [anon_sym_break] = ACTIONS(2033), - [anon_sym_continue] = ACTIONS(2033), - [anon_sym_for] = ACTIONS(2033), - [anon_sym_in2] = ACTIONS(2033), - [anon_sym_loop] = ACTIONS(2033), - [anon_sym_make] = ACTIONS(2033), - [anon_sym_while] = ACTIONS(2033), - [anon_sym_do] = ACTIONS(2033), - [anon_sym_if] = ACTIONS(2033), - [anon_sym_else] = ACTIONS(2033), - [anon_sym_match] = ACTIONS(2033), - [anon_sym_RBRACE] = ACTIONS(2035), - [anon_sym_try] = ACTIONS(2033), - [anon_sym_catch] = ACTIONS(2033), - [anon_sym_return] = ACTIONS(2033), - [anon_sym_source] = ACTIONS(2033), - [anon_sym_source_DASHenv] = ACTIONS(2033), - [anon_sym_register] = ACTIONS(2033), - [anon_sym_hide] = ACTIONS(2033), - [anon_sym_hide_DASHenv] = ACTIONS(2033), - [anon_sym_overlay] = ACTIONS(2033), - [anon_sym_as] = ACTIONS(2033), - [anon_sym_PLUS2] = ACTIONS(2033), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2035), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2035), - [aux_sym__val_number_decimal_token1] = ACTIONS(2033), - [aux_sym__val_number_decimal_token2] = ACTIONS(2035), - [aux_sym__val_number_decimal_token3] = ACTIONS(2035), - [aux_sym__val_number_decimal_token4] = ACTIONS(2035), - [aux_sym__val_number_token1] = ACTIONS(2035), - [aux_sym__val_number_token2] = ACTIONS(2035), - [aux_sym__val_number_token3] = ACTIONS(2035), - [aux_sym__val_number_token4] = ACTIONS(2033), - [aux_sym__val_number_token5] = ACTIONS(2033), - [aux_sym__val_number_token6] = ACTIONS(2033), - [anon_sym_DQUOTE] = ACTIONS(2035), - [sym__str_single_quotes] = ACTIONS(2035), - [sym__str_back_ticks] = ACTIONS(2035), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2035), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2035), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1985), + [anon_sym_alias] = ACTIONS(1985), + [anon_sym_let] = ACTIONS(1985), + [anon_sym_let_DASHenv] = ACTIONS(1985), + [anon_sym_mut] = ACTIONS(1985), + [anon_sym_const] = ACTIONS(1985), + [aux_sym_cmd_identifier_token1] = ACTIONS(1985), + [aux_sym_cmd_identifier_token2] = ACTIONS(1987), + [aux_sym_cmd_identifier_token3] = ACTIONS(1987), + [aux_sym_cmd_identifier_token4] = ACTIONS(1987), + [aux_sym_cmd_identifier_token5] = ACTIONS(1987), + [aux_sym_cmd_identifier_token6] = ACTIONS(1987), + [aux_sym_cmd_identifier_token7] = ACTIONS(1987), + [aux_sym_cmd_identifier_token8] = ACTIONS(1985), + [aux_sym_cmd_identifier_token9] = ACTIONS(1985), + [aux_sym_cmd_identifier_token10] = ACTIONS(1987), + [aux_sym_cmd_identifier_token11] = ACTIONS(1987), + [aux_sym_cmd_identifier_token12] = ACTIONS(1985), + [aux_sym_cmd_identifier_token13] = ACTIONS(1985), + [aux_sym_cmd_identifier_token14] = ACTIONS(1985), + [aux_sym_cmd_identifier_token15] = ACTIONS(1985), + [aux_sym_cmd_identifier_token16] = ACTIONS(1987), + [aux_sym_cmd_identifier_token17] = ACTIONS(1987), + [aux_sym_cmd_identifier_token18] = ACTIONS(1987), + [aux_sym_cmd_identifier_token19] = ACTIONS(1987), + [aux_sym_cmd_identifier_token20] = ACTIONS(1987), + [aux_sym_cmd_identifier_token21] = ACTIONS(1987), + [aux_sym_cmd_identifier_token22] = ACTIONS(1987), + [aux_sym_cmd_identifier_token23] = ACTIONS(1987), + [aux_sym_cmd_identifier_token24] = ACTIONS(1987), + [aux_sym_cmd_identifier_token25] = ACTIONS(1987), + [aux_sym_cmd_identifier_token26] = ACTIONS(1987), + [aux_sym_cmd_identifier_token27] = ACTIONS(1987), + [aux_sym_cmd_identifier_token28] = ACTIONS(1987), + [aux_sym_cmd_identifier_token29] = ACTIONS(1987), + [aux_sym_cmd_identifier_token30] = ACTIONS(1987), + [aux_sym_cmd_identifier_token31] = ACTIONS(1987), + [aux_sym_cmd_identifier_token32] = ACTIONS(1987), + [aux_sym_cmd_identifier_token33] = ACTIONS(1987), + [aux_sym_cmd_identifier_token34] = ACTIONS(1985), + [aux_sym_cmd_identifier_token35] = ACTIONS(1987), + [aux_sym_cmd_identifier_token36] = ACTIONS(1987), + [aux_sym_cmd_identifier_token37] = ACTIONS(1987), + [aux_sym_cmd_identifier_token38] = ACTIONS(1985), + [aux_sym_cmd_identifier_token39] = ACTIONS(1987), + [aux_sym_cmd_identifier_token40] = ACTIONS(1987), + [anon_sym_def] = ACTIONS(1985), + [anon_sym_export_DASHenv] = ACTIONS(1985), + [anon_sym_extern] = ACTIONS(1985), + [anon_sym_module] = ACTIONS(1985), + [anon_sym_use] = ACTIONS(1985), + [anon_sym_LPAREN] = ACTIONS(1987), + [anon_sym_DOLLAR] = ACTIONS(1987), + [anon_sym_error] = ACTIONS(1985), + [anon_sym_DASH2] = ACTIONS(1985), + [anon_sym_break] = ACTIONS(1985), + [anon_sym_continue] = ACTIONS(1985), + [anon_sym_for] = ACTIONS(1985), + [anon_sym_in2] = ACTIONS(1985), + [anon_sym_loop] = ACTIONS(1985), + [anon_sym_make] = ACTIONS(1985), + [anon_sym_while] = ACTIONS(1985), + [anon_sym_do] = ACTIONS(1985), + [anon_sym_if] = ACTIONS(1985), + [anon_sym_else] = ACTIONS(1985), + [anon_sym_match] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1987), + [anon_sym_try] = ACTIONS(1985), + [anon_sym_catch] = ACTIONS(1985), + [anon_sym_return] = ACTIONS(1985), + [anon_sym_source] = ACTIONS(1985), + [anon_sym_source_DASHenv] = ACTIONS(1985), + [anon_sym_register] = ACTIONS(1985), + [anon_sym_hide] = ACTIONS(1985), + [anon_sym_hide_DASHenv] = ACTIONS(1985), + [anon_sym_overlay] = ACTIONS(1985), + [anon_sym_as] = ACTIONS(1985), + [anon_sym_PLUS2] = ACTIONS(1985), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1987), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1987), + [aux_sym__val_number_decimal_token1] = ACTIONS(1985), + [aux_sym__val_number_decimal_token2] = ACTIONS(1987), + [aux_sym__val_number_decimal_token3] = ACTIONS(1987), + [aux_sym__val_number_decimal_token4] = ACTIONS(1987), + [aux_sym__val_number_token1] = ACTIONS(1987), + [aux_sym__val_number_token2] = ACTIONS(1987), + [aux_sym__val_number_token3] = ACTIONS(1987), + [aux_sym__val_number_token4] = ACTIONS(1985), + [aux_sym__val_number_token5] = ACTIONS(1985), + [aux_sym__val_number_token6] = ACTIONS(1985), + [anon_sym_DQUOTE] = ACTIONS(1987), + [sym__str_single_quotes] = ACTIONS(1987), + [sym__str_back_ticks] = ACTIONS(1987), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1987), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1987), }, [498] = { [sym_comment] = STATE(498), - [anon_sym_export] = ACTIONS(2170), - [anon_sym_alias] = ACTIONS(2170), - [anon_sym_let] = ACTIONS(2170), - [anon_sym_let_DASHenv] = ACTIONS(2170), - [anon_sym_mut] = ACTIONS(2170), - [anon_sym_const] = ACTIONS(2170), - [aux_sym_cmd_identifier_token1] = ACTIONS(2170), - [aux_sym_cmd_identifier_token2] = ACTIONS(2170), - [aux_sym_cmd_identifier_token3] = ACTIONS(2170), - [aux_sym_cmd_identifier_token4] = ACTIONS(2170), - [aux_sym_cmd_identifier_token5] = ACTIONS(2170), - [aux_sym_cmd_identifier_token6] = ACTIONS(2170), - [aux_sym_cmd_identifier_token7] = ACTIONS(2170), - [aux_sym_cmd_identifier_token8] = ACTIONS(2170), - [aux_sym_cmd_identifier_token9] = ACTIONS(2170), - [aux_sym_cmd_identifier_token10] = ACTIONS(2170), - [aux_sym_cmd_identifier_token11] = ACTIONS(2170), - [aux_sym_cmd_identifier_token12] = ACTIONS(2170), - [aux_sym_cmd_identifier_token13] = ACTIONS(2170), - [aux_sym_cmd_identifier_token14] = ACTIONS(2170), - [aux_sym_cmd_identifier_token15] = ACTIONS(2170), - [aux_sym_cmd_identifier_token16] = ACTIONS(2170), - [aux_sym_cmd_identifier_token17] = ACTIONS(2170), - [aux_sym_cmd_identifier_token18] = ACTIONS(2170), - [aux_sym_cmd_identifier_token19] = ACTIONS(2170), - [aux_sym_cmd_identifier_token20] = ACTIONS(2170), - [aux_sym_cmd_identifier_token21] = ACTIONS(2170), - [aux_sym_cmd_identifier_token22] = ACTIONS(2170), - [aux_sym_cmd_identifier_token23] = ACTIONS(2170), - [aux_sym_cmd_identifier_token24] = ACTIONS(2170), - [aux_sym_cmd_identifier_token25] = ACTIONS(2170), - [aux_sym_cmd_identifier_token26] = ACTIONS(2170), - [aux_sym_cmd_identifier_token27] = ACTIONS(2170), - [aux_sym_cmd_identifier_token28] = ACTIONS(2170), - [aux_sym_cmd_identifier_token29] = ACTIONS(2170), - [aux_sym_cmd_identifier_token30] = ACTIONS(2170), - [aux_sym_cmd_identifier_token31] = ACTIONS(2170), - [aux_sym_cmd_identifier_token32] = ACTIONS(2170), - [aux_sym_cmd_identifier_token33] = ACTIONS(2170), - [aux_sym_cmd_identifier_token34] = ACTIONS(2170), - [aux_sym_cmd_identifier_token35] = ACTIONS(2170), - [aux_sym_cmd_identifier_token36] = ACTIONS(2170), - [aux_sym_cmd_identifier_token37] = ACTIONS(2170), - [aux_sym_cmd_identifier_token38] = ACTIONS(2170), - [aux_sym_cmd_identifier_token39] = ACTIONS(2170), - [aux_sym_cmd_identifier_token40] = ACTIONS(2170), - [anon_sym_def] = ACTIONS(2170), - [anon_sym_export_DASHenv] = ACTIONS(2170), - [anon_sym_extern] = ACTIONS(2170), - [anon_sym_module] = ACTIONS(2170), - [anon_sym_use] = ACTIONS(2170), - [anon_sym_LPAREN] = ACTIONS(2170), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_error] = ACTIONS(2170), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_break] = ACTIONS(2170), - [anon_sym_continue] = ACTIONS(2170), - [anon_sym_for] = ACTIONS(2170), - [anon_sym_in2] = ACTIONS(2170), - [anon_sym_loop] = ACTIONS(2170), - [anon_sym_make] = ACTIONS(2170), - [anon_sym_while] = ACTIONS(2170), - [anon_sym_do] = ACTIONS(2170), - [anon_sym_if] = ACTIONS(2170), - [anon_sym_else] = ACTIONS(2170), - [anon_sym_match] = ACTIONS(2170), - [anon_sym_RBRACE] = ACTIONS(2170), - [anon_sym_try] = ACTIONS(2170), - [anon_sym_catch] = ACTIONS(2170), - [anon_sym_return] = ACTIONS(2170), - [anon_sym_source] = ACTIONS(2170), - [anon_sym_source_DASHenv] = ACTIONS(2170), - [anon_sym_register] = ACTIONS(2170), - [anon_sym_hide] = ACTIONS(2170), - [anon_sym_hide_DASHenv] = ACTIONS(2170), - [anon_sym_overlay] = ACTIONS(2170), - [anon_sym_as] = ACTIONS(2170), - [anon_sym_PLUS2] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2170), - [anon_sym_DOT_DOT2] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2172), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2172), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2170), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2170), - [aux_sym__val_number_decimal_token3] = ACTIONS(2170), - [aux_sym__val_number_decimal_token4] = ACTIONS(2170), - [aux_sym__val_number_token1] = ACTIONS(2170), - [aux_sym__val_number_token2] = ACTIONS(2170), - [aux_sym__val_number_token3] = ACTIONS(2170), - [aux_sym__val_number_token4] = ACTIONS(2170), - [aux_sym__val_number_token5] = ACTIONS(2170), - [aux_sym__val_number_token6] = ACTIONS(2170), - [anon_sym_DQUOTE] = ACTIONS(2170), - [sym__str_single_quotes] = ACTIONS(2170), - [sym__str_back_ticks] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2170), - [sym__entry_separator] = ACTIONS(2172), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2172), - }, - [499] = { - [sym_comment] = STATE(499), - [anon_sym_export] = ACTIONS(2174), - [anon_sym_alias] = ACTIONS(2174), - [anon_sym_let] = ACTIONS(2174), - [anon_sym_let_DASHenv] = ACTIONS(2174), - [anon_sym_mut] = ACTIONS(2174), - [anon_sym_const] = ACTIONS(2174), - [aux_sym_cmd_identifier_token1] = ACTIONS(2174), - [aux_sym_cmd_identifier_token2] = ACTIONS(2174), - [aux_sym_cmd_identifier_token3] = ACTIONS(2174), - [aux_sym_cmd_identifier_token4] = ACTIONS(2174), - [aux_sym_cmd_identifier_token5] = ACTIONS(2174), - [aux_sym_cmd_identifier_token6] = ACTIONS(2174), - [aux_sym_cmd_identifier_token7] = ACTIONS(2174), - [aux_sym_cmd_identifier_token8] = ACTIONS(2174), - [aux_sym_cmd_identifier_token9] = ACTIONS(2174), - [aux_sym_cmd_identifier_token10] = ACTIONS(2174), - [aux_sym_cmd_identifier_token11] = ACTIONS(2174), - [aux_sym_cmd_identifier_token12] = ACTIONS(2174), - [aux_sym_cmd_identifier_token13] = ACTIONS(2174), - [aux_sym_cmd_identifier_token14] = ACTIONS(2174), - [aux_sym_cmd_identifier_token15] = ACTIONS(2174), - [aux_sym_cmd_identifier_token16] = ACTIONS(2174), - [aux_sym_cmd_identifier_token17] = ACTIONS(2174), - [aux_sym_cmd_identifier_token18] = ACTIONS(2174), - [aux_sym_cmd_identifier_token19] = ACTIONS(2174), - [aux_sym_cmd_identifier_token20] = ACTIONS(2174), - [aux_sym_cmd_identifier_token21] = ACTIONS(2174), - [aux_sym_cmd_identifier_token22] = ACTIONS(2174), - [aux_sym_cmd_identifier_token23] = ACTIONS(2174), - [aux_sym_cmd_identifier_token24] = ACTIONS(2174), - [aux_sym_cmd_identifier_token25] = ACTIONS(2174), - [aux_sym_cmd_identifier_token26] = ACTIONS(2174), - [aux_sym_cmd_identifier_token27] = ACTIONS(2174), - [aux_sym_cmd_identifier_token28] = ACTIONS(2174), - [aux_sym_cmd_identifier_token29] = ACTIONS(2174), - [aux_sym_cmd_identifier_token30] = ACTIONS(2174), - [aux_sym_cmd_identifier_token31] = ACTIONS(2174), - [aux_sym_cmd_identifier_token32] = ACTIONS(2174), - [aux_sym_cmd_identifier_token33] = ACTIONS(2174), - [aux_sym_cmd_identifier_token34] = ACTIONS(2174), - [aux_sym_cmd_identifier_token35] = ACTIONS(2174), - [aux_sym_cmd_identifier_token36] = ACTIONS(2174), - [aux_sym_cmd_identifier_token37] = ACTIONS(2174), - [aux_sym_cmd_identifier_token38] = ACTIONS(2174), - [aux_sym_cmd_identifier_token39] = ACTIONS(2174), - [aux_sym_cmd_identifier_token40] = ACTIONS(2174), - [anon_sym_def] = ACTIONS(2174), - [anon_sym_export_DASHenv] = ACTIONS(2174), - [anon_sym_extern] = ACTIONS(2174), - [anon_sym_module] = ACTIONS(2174), - [anon_sym_use] = ACTIONS(2174), - [anon_sym_LPAREN] = ACTIONS(2174), - [anon_sym_DOLLAR] = ACTIONS(2174), - [anon_sym_error] = ACTIONS(2174), - [anon_sym_DASH2] = ACTIONS(2174), - [anon_sym_break] = ACTIONS(2174), - [anon_sym_continue] = ACTIONS(2174), - [anon_sym_for] = ACTIONS(2174), - [anon_sym_in2] = ACTIONS(2174), - [anon_sym_loop] = ACTIONS(2174), - [anon_sym_make] = ACTIONS(2174), - [anon_sym_while] = ACTIONS(2174), - [anon_sym_do] = ACTIONS(2174), - [anon_sym_if] = ACTIONS(2174), - [anon_sym_else] = ACTIONS(2174), - [anon_sym_match] = ACTIONS(2174), - [anon_sym_RBRACE] = ACTIONS(2174), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_catch] = ACTIONS(2174), - [anon_sym_return] = ACTIONS(2174), - [anon_sym_source] = ACTIONS(2174), - [anon_sym_source_DASHenv] = ACTIONS(2174), - [anon_sym_register] = ACTIONS(2174), - [anon_sym_hide] = ACTIONS(2174), - [anon_sym_hide_DASHenv] = ACTIONS(2174), - [anon_sym_overlay] = ACTIONS(2174), - [anon_sym_as] = ACTIONS(2174), - [anon_sym_PLUS2] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2174), - [anon_sym_DOT_DOT2] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2176), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2176), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2174), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), - [aux_sym__val_number_decimal_token2] = ACTIONS(2174), - [aux_sym__val_number_decimal_token3] = ACTIONS(2174), - [aux_sym__val_number_decimal_token4] = ACTIONS(2174), - [aux_sym__val_number_token1] = ACTIONS(2174), - [aux_sym__val_number_token2] = ACTIONS(2174), - [aux_sym__val_number_token3] = ACTIONS(2174), - [aux_sym__val_number_token4] = ACTIONS(2174), - [aux_sym__val_number_token5] = ACTIONS(2174), - [aux_sym__val_number_token6] = ACTIONS(2174), - [anon_sym_DQUOTE] = ACTIONS(2174), - [sym__str_single_quotes] = ACTIONS(2174), - [sym__str_back_ticks] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2174), - [sym__entry_separator] = ACTIONS(2176), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2176), - }, - [500] = { - [sym_cell_path] = STATE(698), - [sym_path] = STATE(631), - [sym_comment] = STATE(500), - [aux_sym_cell_path_repeat1] = STATE(522), - [anon_sym_export] = ACTIONS(2009), - [anon_sym_alias] = ACTIONS(2009), - [anon_sym_let] = ACTIONS(2009), - [anon_sym_let_DASHenv] = ACTIONS(2009), - [anon_sym_mut] = ACTIONS(2009), - [anon_sym_const] = ACTIONS(2009), - [aux_sym_cmd_identifier_token1] = ACTIONS(2009), - [aux_sym_cmd_identifier_token2] = ACTIONS(2011), - [aux_sym_cmd_identifier_token3] = ACTIONS(2011), - [aux_sym_cmd_identifier_token4] = ACTIONS(2011), - [aux_sym_cmd_identifier_token5] = ACTIONS(2011), - [aux_sym_cmd_identifier_token6] = ACTIONS(2011), - [aux_sym_cmd_identifier_token7] = ACTIONS(2011), - [aux_sym_cmd_identifier_token8] = ACTIONS(2009), - [aux_sym_cmd_identifier_token9] = ACTIONS(2009), - [aux_sym_cmd_identifier_token10] = ACTIONS(2011), - [aux_sym_cmd_identifier_token11] = ACTIONS(2011), - [aux_sym_cmd_identifier_token12] = ACTIONS(2009), - [aux_sym_cmd_identifier_token13] = ACTIONS(2009), - [aux_sym_cmd_identifier_token14] = ACTIONS(2009), - [aux_sym_cmd_identifier_token15] = ACTIONS(2009), - [aux_sym_cmd_identifier_token16] = ACTIONS(2011), - [aux_sym_cmd_identifier_token17] = ACTIONS(2011), - [aux_sym_cmd_identifier_token18] = ACTIONS(2011), - [aux_sym_cmd_identifier_token19] = ACTIONS(2011), - [aux_sym_cmd_identifier_token20] = ACTIONS(2011), - [aux_sym_cmd_identifier_token21] = ACTIONS(2011), - [aux_sym_cmd_identifier_token22] = ACTIONS(2011), - [aux_sym_cmd_identifier_token23] = ACTIONS(2011), - [aux_sym_cmd_identifier_token24] = ACTIONS(2011), - [aux_sym_cmd_identifier_token25] = ACTIONS(2011), - [aux_sym_cmd_identifier_token26] = ACTIONS(2011), - [aux_sym_cmd_identifier_token27] = ACTIONS(2011), - [aux_sym_cmd_identifier_token28] = ACTIONS(2011), - [aux_sym_cmd_identifier_token29] = ACTIONS(2011), - [aux_sym_cmd_identifier_token30] = ACTIONS(2011), - [aux_sym_cmd_identifier_token31] = ACTIONS(2011), - [aux_sym_cmd_identifier_token32] = ACTIONS(2011), - [aux_sym_cmd_identifier_token33] = ACTIONS(2011), - [aux_sym_cmd_identifier_token34] = ACTIONS(2009), - [aux_sym_cmd_identifier_token35] = ACTIONS(2011), - [aux_sym_cmd_identifier_token36] = ACTIONS(2011), - [aux_sym_cmd_identifier_token37] = ACTIONS(2011), - [aux_sym_cmd_identifier_token38] = ACTIONS(2009), - [aux_sym_cmd_identifier_token39] = ACTIONS(2011), - [aux_sym_cmd_identifier_token40] = ACTIONS(2011), - [anon_sym_def] = ACTIONS(2009), - [anon_sym_export_DASHenv] = ACTIONS(2009), - [anon_sym_extern] = ACTIONS(2009), - [anon_sym_module] = ACTIONS(2009), - [anon_sym_use] = ACTIONS(2009), - [anon_sym_LPAREN] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2011), - [anon_sym_error] = ACTIONS(2009), - [anon_sym_DASH2] = ACTIONS(2009), - [anon_sym_break] = ACTIONS(2009), - [anon_sym_continue] = ACTIONS(2009), - [anon_sym_for] = ACTIONS(2009), - [anon_sym_in2] = ACTIONS(2009), - [anon_sym_loop] = ACTIONS(2009), - [anon_sym_make] = ACTIONS(2009), - [anon_sym_while] = ACTIONS(2009), - [anon_sym_do] = ACTIONS(2009), - [anon_sym_if] = ACTIONS(2009), - [anon_sym_else] = ACTIONS(2009), - [anon_sym_match] = ACTIONS(2009), - [anon_sym_RBRACE] = ACTIONS(2011), - [anon_sym_try] = ACTIONS(2009), - [anon_sym_catch] = ACTIONS(2009), - [anon_sym_return] = ACTIONS(2009), - [anon_sym_source] = ACTIONS(2009), - [anon_sym_source_DASHenv] = ACTIONS(2009), - [anon_sym_register] = ACTIONS(2009), - [anon_sym_hide] = ACTIONS(2009), - [anon_sym_hide_DASHenv] = ACTIONS(2009), - [anon_sym_overlay] = ACTIONS(2009), - [anon_sym_as] = ACTIONS(2009), - [anon_sym_PLUS2] = ACTIONS(2009), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2011), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2011), - [aux_sym__val_number_decimal_token1] = ACTIONS(2009), - [aux_sym__val_number_decimal_token2] = ACTIONS(2011), - [aux_sym__val_number_decimal_token3] = ACTIONS(2011), - [aux_sym__val_number_decimal_token4] = ACTIONS(2011), - [aux_sym__val_number_token1] = ACTIONS(2011), - [aux_sym__val_number_token2] = ACTIONS(2011), - [aux_sym__val_number_token3] = ACTIONS(2011), - [aux_sym__val_number_token4] = ACTIONS(2009), - [aux_sym__val_number_token5] = ACTIONS(2009), - [aux_sym__val_number_token6] = ACTIONS(2009), - [anon_sym_DQUOTE] = ACTIONS(2011), - [sym__str_single_quotes] = ACTIONS(2011), - [sym__str_back_ticks] = ACTIONS(2011), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2011), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2011), - }, - [501] = { - [sym_comment] = STATE(501), - [anon_sym_export] = ACTIONS(980), - [anon_sym_alias] = ACTIONS(980), - [anon_sym_let] = ACTIONS(980), - [anon_sym_let_DASHenv] = ACTIONS(980), - [anon_sym_mut] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [aux_sym_cmd_identifier_token1] = ACTIONS(980), - [aux_sym_cmd_identifier_token2] = ACTIONS(982), - [aux_sym_cmd_identifier_token3] = ACTIONS(982), - [aux_sym_cmd_identifier_token4] = ACTIONS(982), - [aux_sym_cmd_identifier_token5] = ACTIONS(982), - [aux_sym_cmd_identifier_token6] = ACTIONS(982), - [aux_sym_cmd_identifier_token7] = ACTIONS(982), - [aux_sym_cmd_identifier_token8] = ACTIONS(980), - [aux_sym_cmd_identifier_token9] = ACTIONS(980), - [aux_sym_cmd_identifier_token10] = ACTIONS(982), - [aux_sym_cmd_identifier_token11] = ACTIONS(982), - [aux_sym_cmd_identifier_token12] = ACTIONS(980), - [aux_sym_cmd_identifier_token13] = ACTIONS(980), - [aux_sym_cmd_identifier_token14] = ACTIONS(980), - [aux_sym_cmd_identifier_token15] = ACTIONS(980), - [aux_sym_cmd_identifier_token16] = ACTIONS(982), - [aux_sym_cmd_identifier_token17] = ACTIONS(982), - [aux_sym_cmd_identifier_token18] = ACTIONS(982), - [aux_sym_cmd_identifier_token19] = ACTIONS(982), - [aux_sym_cmd_identifier_token20] = ACTIONS(982), - [aux_sym_cmd_identifier_token21] = ACTIONS(982), - [aux_sym_cmd_identifier_token22] = ACTIONS(982), - [aux_sym_cmd_identifier_token23] = ACTIONS(982), - [aux_sym_cmd_identifier_token24] = ACTIONS(982), - [aux_sym_cmd_identifier_token25] = ACTIONS(982), - [aux_sym_cmd_identifier_token26] = ACTIONS(982), - [aux_sym_cmd_identifier_token27] = ACTIONS(982), - [aux_sym_cmd_identifier_token28] = ACTIONS(982), - [aux_sym_cmd_identifier_token29] = ACTIONS(982), - [aux_sym_cmd_identifier_token30] = ACTIONS(982), - [aux_sym_cmd_identifier_token31] = ACTIONS(982), - [aux_sym_cmd_identifier_token32] = ACTIONS(982), - [aux_sym_cmd_identifier_token33] = ACTIONS(982), - [aux_sym_cmd_identifier_token34] = ACTIONS(980), - [aux_sym_cmd_identifier_token35] = ACTIONS(982), - [aux_sym_cmd_identifier_token36] = ACTIONS(982), - [aux_sym_cmd_identifier_token37] = ACTIONS(982), - [aux_sym_cmd_identifier_token38] = ACTIONS(980), - [aux_sym_cmd_identifier_token39] = ACTIONS(982), - [aux_sym_cmd_identifier_token40] = ACTIONS(982), - [anon_sym_def] = ACTIONS(980), - [anon_sym_export_DASHenv] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym_module] = ACTIONS(980), - [anon_sym_use] = ACTIONS(980), - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_COMMA] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(982), - [anon_sym_error] = ACTIONS(980), - [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_in2] = ACTIONS(980), - [anon_sym_loop] = ACTIONS(980), - [anon_sym_make] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_match] = ACTIONS(980), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_try] = ACTIONS(980), - [anon_sym_catch] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_source] = ACTIONS(980), - [anon_sym_source_DASHenv] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_hide] = ACTIONS(980), - [anon_sym_hide_DASHenv] = ACTIONS(980), - [anon_sym_overlay] = ACTIONS(980), - [anon_sym_as] = ACTIONS(980), - [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), - [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(982), - [aux_sym__val_number_decimal_token3] = ACTIONS(982), - [aux_sym__val_number_decimal_token4] = ACTIONS(982), - [aux_sym__val_number_token1] = ACTIONS(982), - [aux_sym__val_number_token2] = ACTIONS(982), - [aux_sym__val_number_token3] = ACTIONS(982), - [aux_sym__val_number_token4] = ACTIONS(980), - [aux_sym__val_number_token5] = ACTIONS(980), - [aux_sym__val_number_token6] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym__str_single_quotes] = ACTIONS(982), - [sym__str_back_ticks] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), - [anon_sym_COLON2] = ACTIONS(982), - [anon_sym_DOT2] = ACTIONS(980), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), - }, - [502] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(502), - [anon_sym_export] = ACTIONS(2178), - [anon_sym_alias] = ACTIONS(2178), - [anon_sym_let] = ACTIONS(2178), - [anon_sym_let_DASHenv] = ACTIONS(2178), - [anon_sym_mut] = ACTIONS(2178), - [anon_sym_const] = ACTIONS(2178), - [aux_sym_cmd_identifier_token1] = ACTIONS(2178), - [aux_sym_cmd_identifier_token2] = ACTIONS(2178), - [aux_sym_cmd_identifier_token3] = ACTIONS(2178), - [aux_sym_cmd_identifier_token4] = ACTIONS(2178), - [aux_sym_cmd_identifier_token5] = ACTIONS(2178), - [aux_sym_cmd_identifier_token6] = ACTIONS(2178), - [aux_sym_cmd_identifier_token7] = ACTIONS(2178), - [aux_sym_cmd_identifier_token8] = ACTIONS(2178), - [aux_sym_cmd_identifier_token9] = ACTIONS(2178), - [aux_sym_cmd_identifier_token10] = ACTIONS(2178), - [aux_sym_cmd_identifier_token11] = ACTIONS(2178), - [aux_sym_cmd_identifier_token12] = ACTIONS(2178), - [aux_sym_cmd_identifier_token13] = ACTIONS(2178), - [aux_sym_cmd_identifier_token14] = ACTIONS(2178), - [aux_sym_cmd_identifier_token15] = ACTIONS(2178), - [aux_sym_cmd_identifier_token16] = ACTIONS(2178), - [aux_sym_cmd_identifier_token17] = ACTIONS(2178), - [aux_sym_cmd_identifier_token18] = ACTIONS(2178), - [aux_sym_cmd_identifier_token19] = ACTIONS(2178), - [aux_sym_cmd_identifier_token20] = ACTIONS(2178), - [aux_sym_cmd_identifier_token21] = ACTIONS(2178), - [aux_sym_cmd_identifier_token22] = ACTIONS(2178), - [aux_sym_cmd_identifier_token23] = ACTIONS(2178), - [aux_sym_cmd_identifier_token24] = ACTIONS(2178), - [aux_sym_cmd_identifier_token25] = ACTIONS(2178), - [aux_sym_cmd_identifier_token26] = ACTIONS(2178), - [aux_sym_cmd_identifier_token27] = ACTIONS(2178), - [aux_sym_cmd_identifier_token28] = ACTIONS(2178), - [aux_sym_cmd_identifier_token29] = ACTIONS(2178), - [aux_sym_cmd_identifier_token30] = ACTIONS(2178), - [aux_sym_cmd_identifier_token31] = ACTIONS(2178), - [aux_sym_cmd_identifier_token32] = ACTIONS(2178), - [aux_sym_cmd_identifier_token33] = ACTIONS(2178), - [aux_sym_cmd_identifier_token34] = ACTIONS(2178), - [aux_sym_cmd_identifier_token35] = ACTIONS(2178), - [aux_sym_cmd_identifier_token36] = ACTIONS(2178), - [aux_sym_cmd_identifier_token37] = ACTIONS(2178), - [aux_sym_cmd_identifier_token38] = ACTIONS(2178), - [aux_sym_cmd_identifier_token39] = ACTIONS(2178), - [aux_sym_cmd_identifier_token40] = ACTIONS(2178), - [anon_sym_def] = ACTIONS(2178), - [anon_sym_export_DASHenv] = ACTIONS(2178), - [anon_sym_extern] = ACTIONS(2178), - [anon_sym_module] = ACTIONS(2178), - [anon_sym_use] = ACTIONS(2178), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_DOLLAR] = ACTIONS(2178), - [anon_sym_error] = ACTIONS(2178), - [anon_sym_DASH2] = ACTIONS(2178), - [anon_sym_break] = ACTIONS(2178), - [anon_sym_continue] = ACTIONS(2178), - [anon_sym_for] = ACTIONS(2178), - [anon_sym_in2] = ACTIONS(2178), - [anon_sym_loop] = ACTIONS(2178), - [anon_sym_make] = ACTIONS(2178), - [anon_sym_while] = ACTIONS(2178), - [anon_sym_do] = ACTIONS(2178), - [anon_sym_if] = ACTIONS(2178), - [anon_sym_else] = ACTIONS(2178), - [anon_sym_match] = ACTIONS(2178), - [anon_sym_RBRACE] = ACTIONS(2178), - [anon_sym_try] = ACTIONS(2178), - [anon_sym_catch] = ACTIONS(2178), - [anon_sym_return] = ACTIONS(2178), - [anon_sym_source] = ACTIONS(2178), - [anon_sym_source_DASHenv] = ACTIONS(2178), - [anon_sym_register] = ACTIONS(2178), - [anon_sym_hide] = ACTIONS(2178), - [anon_sym_hide_DASHenv] = ACTIONS(2178), - [anon_sym_overlay] = ACTIONS(2178), - [anon_sym_as] = ACTIONS(2178), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2178), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2178), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2178), - [aux_sym__val_number_decimal_token1] = ACTIONS(2178), - [aux_sym__val_number_decimal_token2] = ACTIONS(2178), - [aux_sym__val_number_decimal_token3] = ACTIONS(2178), - [aux_sym__val_number_decimal_token4] = ACTIONS(2178), - [aux_sym__val_number_token1] = ACTIONS(2178), - [aux_sym__val_number_token2] = ACTIONS(2178), - [aux_sym__val_number_token3] = ACTIONS(2178), - [aux_sym__val_number_token4] = ACTIONS(2178), - [aux_sym__val_number_token5] = ACTIONS(2178), - [aux_sym__val_number_token6] = ACTIONS(2178), - [anon_sym_DQUOTE] = ACTIONS(2178), - [sym__str_single_quotes] = ACTIONS(2178), - [sym__str_back_ticks] = ACTIONS(2178), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2178), - [sym__entry_separator] = ACTIONS(2180), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2180), - }, - [503] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(503), - [anon_sym_export] = ACTIONS(2182), - [anon_sym_alias] = ACTIONS(2182), - [anon_sym_let] = ACTIONS(2182), - [anon_sym_let_DASHenv] = ACTIONS(2182), - [anon_sym_mut] = ACTIONS(2182), - [anon_sym_const] = ACTIONS(2182), - [aux_sym_cmd_identifier_token1] = ACTIONS(2182), - [aux_sym_cmd_identifier_token2] = ACTIONS(2182), - [aux_sym_cmd_identifier_token3] = ACTIONS(2182), - [aux_sym_cmd_identifier_token4] = ACTIONS(2182), - [aux_sym_cmd_identifier_token5] = ACTIONS(2182), - [aux_sym_cmd_identifier_token6] = ACTIONS(2182), - [aux_sym_cmd_identifier_token7] = ACTIONS(2182), - [aux_sym_cmd_identifier_token8] = ACTIONS(2182), - [aux_sym_cmd_identifier_token9] = ACTIONS(2182), - [aux_sym_cmd_identifier_token10] = ACTIONS(2182), - [aux_sym_cmd_identifier_token11] = ACTIONS(2182), - [aux_sym_cmd_identifier_token12] = ACTIONS(2182), - [aux_sym_cmd_identifier_token13] = ACTIONS(2182), - [aux_sym_cmd_identifier_token14] = ACTIONS(2182), - [aux_sym_cmd_identifier_token15] = ACTIONS(2182), - [aux_sym_cmd_identifier_token16] = ACTIONS(2182), - [aux_sym_cmd_identifier_token17] = ACTIONS(2182), - [aux_sym_cmd_identifier_token18] = ACTIONS(2182), - [aux_sym_cmd_identifier_token19] = ACTIONS(2182), - [aux_sym_cmd_identifier_token20] = ACTIONS(2182), - [aux_sym_cmd_identifier_token21] = ACTIONS(2182), - [aux_sym_cmd_identifier_token22] = ACTIONS(2182), - [aux_sym_cmd_identifier_token23] = ACTIONS(2182), - [aux_sym_cmd_identifier_token24] = ACTIONS(2182), - [aux_sym_cmd_identifier_token25] = ACTIONS(2182), - [aux_sym_cmd_identifier_token26] = ACTIONS(2182), - [aux_sym_cmd_identifier_token27] = ACTIONS(2182), - [aux_sym_cmd_identifier_token28] = ACTIONS(2182), - [aux_sym_cmd_identifier_token29] = ACTIONS(2182), - [aux_sym_cmd_identifier_token30] = ACTIONS(2182), - [aux_sym_cmd_identifier_token31] = ACTIONS(2182), - [aux_sym_cmd_identifier_token32] = ACTIONS(2182), - [aux_sym_cmd_identifier_token33] = ACTIONS(2182), - [aux_sym_cmd_identifier_token34] = ACTIONS(2182), - [aux_sym_cmd_identifier_token35] = ACTIONS(2182), - [aux_sym_cmd_identifier_token36] = ACTIONS(2182), - [aux_sym_cmd_identifier_token37] = ACTIONS(2182), - [aux_sym_cmd_identifier_token38] = ACTIONS(2182), - [aux_sym_cmd_identifier_token39] = ACTIONS(2182), - [aux_sym_cmd_identifier_token40] = ACTIONS(2182), - [anon_sym_def] = ACTIONS(2182), - [anon_sym_export_DASHenv] = ACTIONS(2182), - [anon_sym_extern] = ACTIONS(2182), - [anon_sym_module] = ACTIONS(2182), - [anon_sym_use] = ACTIONS(2182), - [anon_sym_LPAREN] = ACTIONS(2182), - [anon_sym_DOLLAR] = ACTIONS(2182), - [anon_sym_error] = ACTIONS(2182), - [anon_sym_DASH2] = ACTIONS(2182), - [anon_sym_break] = ACTIONS(2182), - [anon_sym_continue] = ACTIONS(2182), - [anon_sym_for] = ACTIONS(2182), - [anon_sym_in2] = ACTIONS(2182), - [anon_sym_loop] = ACTIONS(2182), - [anon_sym_make] = ACTIONS(2182), - [anon_sym_while] = ACTIONS(2182), - [anon_sym_do] = ACTIONS(2182), - [anon_sym_if] = ACTIONS(2182), - [anon_sym_else] = ACTIONS(2182), - [anon_sym_match] = ACTIONS(2182), - [anon_sym_RBRACE] = ACTIONS(2182), - [anon_sym_try] = ACTIONS(2182), - [anon_sym_catch] = ACTIONS(2182), - [anon_sym_return] = ACTIONS(2182), - [anon_sym_source] = ACTIONS(2182), - [anon_sym_source_DASHenv] = ACTIONS(2182), - [anon_sym_register] = ACTIONS(2182), - [anon_sym_hide] = ACTIONS(2182), - [anon_sym_hide_DASHenv] = ACTIONS(2182), - [anon_sym_overlay] = ACTIONS(2182), - [anon_sym_as] = ACTIONS(2182), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2182), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2182), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2182), - [aux_sym__val_number_decimal_token1] = ACTIONS(2182), - [aux_sym__val_number_decimal_token2] = ACTIONS(2182), - [aux_sym__val_number_decimal_token3] = ACTIONS(2182), - [aux_sym__val_number_decimal_token4] = ACTIONS(2182), - [aux_sym__val_number_token1] = ACTIONS(2182), - [aux_sym__val_number_token2] = ACTIONS(2182), - [aux_sym__val_number_token3] = ACTIONS(2182), - [aux_sym__val_number_token4] = ACTIONS(2182), - [aux_sym__val_number_token5] = ACTIONS(2182), - [aux_sym__val_number_token6] = ACTIONS(2182), - [anon_sym_DQUOTE] = ACTIONS(2182), - [sym__str_single_quotes] = ACTIONS(2182), - [sym__str_back_ticks] = ACTIONS(2182), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2182), - [sym__entry_separator] = ACTIONS(2184), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2184), - }, - [504] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(504), - [anon_sym_export] = ACTIONS(2186), - [anon_sym_alias] = ACTIONS(2186), - [anon_sym_let] = ACTIONS(2186), - [anon_sym_let_DASHenv] = ACTIONS(2186), - [anon_sym_mut] = ACTIONS(2186), - [anon_sym_const] = ACTIONS(2186), - [aux_sym_cmd_identifier_token1] = ACTIONS(2186), - [aux_sym_cmd_identifier_token2] = ACTIONS(2186), - [aux_sym_cmd_identifier_token3] = ACTIONS(2186), - [aux_sym_cmd_identifier_token4] = ACTIONS(2186), - [aux_sym_cmd_identifier_token5] = ACTIONS(2186), - [aux_sym_cmd_identifier_token6] = ACTIONS(2186), - [aux_sym_cmd_identifier_token7] = ACTIONS(2186), - [aux_sym_cmd_identifier_token8] = ACTIONS(2186), - [aux_sym_cmd_identifier_token9] = ACTIONS(2186), - [aux_sym_cmd_identifier_token10] = ACTIONS(2186), - [aux_sym_cmd_identifier_token11] = ACTIONS(2186), - [aux_sym_cmd_identifier_token12] = ACTIONS(2186), - [aux_sym_cmd_identifier_token13] = ACTIONS(2186), - [aux_sym_cmd_identifier_token14] = ACTIONS(2186), - [aux_sym_cmd_identifier_token15] = ACTIONS(2186), - [aux_sym_cmd_identifier_token16] = ACTIONS(2186), - [aux_sym_cmd_identifier_token17] = ACTIONS(2186), - [aux_sym_cmd_identifier_token18] = ACTIONS(2186), - [aux_sym_cmd_identifier_token19] = ACTIONS(2186), - [aux_sym_cmd_identifier_token20] = ACTIONS(2186), - [aux_sym_cmd_identifier_token21] = ACTIONS(2186), - [aux_sym_cmd_identifier_token22] = ACTIONS(2186), - [aux_sym_cmd_identifier_token23] = ACTIONS(2186), - [aux_sym_cmd_identifier_token24] = ACTIONS(2186), - [aux_sym_cmd_identifier_token25] = ACTIONS(2186), - [aux_sym_cmd_identifier_token26] = ACTIONS(2186), - [aux_sym_cmd_identifier_token27] = ACTIONS(2186), - [aux_sym_cmd_identifier_token28] = ACTIONS(2186), - [aux_sym_cmd_identifier_token29] = ACTIONS(2186), - [aux_sym_cmd_identifier_token30] = ACTIONS(2186), - [aux_sym_cmd_identifier_token31] = ACTIONS(2186), - [aux_sym_cmd_identifier_token32] = ACTIONS(2186), - [aux_sym_cmd_identifier_token33] = ACTIONS(2186), - [aux_sym_cmd_identifier_token34] = ACTIONS(2186), - [aux_sym_cmd_identifier_token35] = ACTIONS(2186), - [aux_sym_cmd_identifier_token36] = ACTIONS(2186), - [aux_sym_cmd_identifier_token37] = ACTIONS(2186), - [aux_sym_cmd_identifier_token38] = ACTIONS(2186), - [aux_sym_cmd_identifier_token39] = ACTIONS(2186), - [aux_sym_cmd_identifier_token40] = ACTIONS(2186), - [anon_sym_def] = ACTIONS(2186), - [anon_sym_export_DASHenv] = ACTIONS(2186), - [anon_sym_extern] = ACTIONS(2186), - [anon_sym_module] = ACTIONS(2186), - [anon_sym_use] = ACTIONS(2186), - [anon_sym_LPAREN] = ACTIONS(2186), - [anon_sym_DOLLAR] = ACTIONS(2186), - [anon_sym_error] = ACTIONS(2186), - [anon_sym_DASH2] = ACTIONS(2186), - [anon_sym_break] = ACTIONS(2186), - [anon_sym_continue] = ACTIONS(2186), - [anon_sym_for] = ACTIONS(2186), - [anon_sym_in2] = ACTIONS(2186), - [anon_sym_loop] = ACTIONS(2186), - [anon_sym_make] = ACTIONS(2186), - [anon_sym_while] = ACTIONS(2186), - [anon_sym_do] = ACTIONS(2186), - [anon_sym_if] = ACTIONS(2186), - [anon_sym_else] = ACTIONS(2186), - [anon_sym_match] = ACTIONS(2186), - [anon_sym_RBRACE] = ACTIONS(2186), - [anon_sym_try] = ACTIONS(2186), - [anon_sym_catch] = ACTIONS(2186), - [anon_sym_return] = ACTIONS(2186), - [anon_sym_source] = ACTIONS(2186), - [anon_sym_source_DASHenv] = ACTIONS(2186), - [anon_sym_register] = ACTIONS(2186), - [anon_sym_hide] = ACTIONS(2186), - [anon_sym_hide_DASHenv] = ACTIONS(2186), - [anon_sym_overlay] = ACTIONS(2186), - [anon_sym_as] = ACTIONS(2186), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2186), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2186), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2186), - [aux_sym__val_number_decimal_token1] = ACTIONS(2186), - [aux_sym__val_number_decimal_token2] = ACTIONS(2186), - [aux_sym__val_number_decimal_token3] = ACTIONS(2186), - [aux_sym__val_number_decimal_token4] = ACTIONS(2186), - [aux_sym__val_number_token1] = ACTIONS(2186), - [aux_sym__val_number_token2] = ACTIONS(2186), - [aux_sym__val_number_token3] = ACTIONS(2186), - [aux_sym__val_number_token4] = ACTIONS(2186), - [aux_sym__val_number_token5] = ACTIONS(2186), - [aux_sym__val_number_token6] = ACTIONS(2186), - [anon_sym_DQUOTE] = ACTIONS(2186), - [sym__str_single_quotes] = ACTIONS(2186), - [sym__str_back_ticks] = ACTIONS(2186), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2186), - [sym__entry_separator] = ACTIONS(2188), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2188), - }, - [505] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(505), - [anon_sym_export] = ACTIONS(2190), - [anon_sym_alias] = ACTIONS(2190), - [anon_sym_let] = ACTIONS(2190), - [anon_sym_let_DASHenv] = ACTIONS(2190), - [anon_sym_mut] = ACTIONS(2190), - [anon_sym_const] = ACTIONS(2190), - [aux_sym_cmd_identifier_token1] = ACTIONS(2190), - [aux_sym_cmd_identifier_token2] = ACTIONS(2190), - [aux_sym_cmd_identifier_token3] = ACTIONS(2190), - [aux_sym_cmd_identifier_token4] = ACTIONS(2190), - [aux_sym_cmd_identifier_token5] = ACTIONS(2190), - [aux_sym_cmd_identifier_token6] = ACTIONS(2190), - [aux_sym_cmd_identifier_token7] = ACTIONS(2190), - [aux_sym_cmd_identifier_token8] = ACTIONS(2190), - [aux_sym_cmd_identifier_token9] = ACTIONS(2190), - [aux_sym_cmd_identifier_token10] = ACTIONS(2190), - [aux_sym_cmd_identifier_token11] = ACTIONS(2190), - [aux_sym_cmd_identifier_token12] = ACTIONS(2190), - [aux_sym_cmd_identifier_token13] = ACTIONS(2190), - [aux_sym_cmd_identifier_token14] = ACTIONS(2190), - [aux_sym_cmd_identifier_token15] = ACTIONS(2190), - [aux_sym_cmd_identifier_token16] = ACTIONS(2190), - [aux_sym_cmd_identifier_token17] = ACTIONS(2190), - [aux_sym_cmd_identifier_token18] = ACTIONS(2190), - [aux_sym_cmd_identifier_token19] = ACTIONS(2190), - [aux_sym_cmd_identifier_token20] = ACTIONS(2190), - [aux_sym_cmd_identifier_token21] = ACTIONS(2190), - [aux_sym_cmd_identifier_token22] = ACTIONS(2190), - [aux_sym_cmd_identifier_token23] = ACTIONS(2190), - [aux_sym_cmd_identifier_token24] = ACTIONS(2190), - [aux_sym_cmd_identifier_token25] = ACTIONS(2190), - [aux_sym_cmd_identifier_token26] = ACTIONS(2190), - [aux_sym_cmd_identifier_token27] = ACTIONS(2190), - [aux_sym_cmd_identifier_token28] = ACTIONS(2190), - [aux_sym_cmd_identifier_token29] = ACTIONS(2190), - [aux_sym_cmd_identifier_token30] = ACTIONS(2190), - [aux_sym_cmd_identifier_token31] = ACTIONS(2190), - [aux_sym_cmd_identifier_token32] = ACTIONS(2190), - [aux_sym_cmd_identifier_token33] = ACTIONS(2190), - [aux_sym_cmd_identifier_token34] = ACTIONS(2190), - [aux_sym_cmd_identifier_token35] = ACTIONS(2190), - [aux_sym_cmd_identifier_token36] = ACTIONS(2190), - [aux_sym_cmd_identifier_token37] = ACTIONS(2190), - [aux_sym_cmd_identifier_token38] = ACTIONS(2190), - [aux_sym_cmd_identifier_token39] = ACTIONS(2190), - [aux_sym_cmd_identifier_token40] = ACTIONS(2190), - [anon_sym_def] = ACTIONS(2190), - [anon_sym_export_DASHenv] = ACTIONS(2190), - [anon_sym_extern] = ACTIONS(2190), - [anon_sym_module] = ACTIONS(2190), - [anon_sym_use] = ACTIONS(2190), - [anon_sym_LPAREN] = ACTIONS(2190), - [anon_sym_DOLLAR] = ACTIONS(2190), - [anon_sym_error] = ACTIONS(2190), - [anon_sym_DASH2] = ACTIONS(2190), - [anon_sym_break] = ACTIONS(2190), - [anon_sym_continue] = ACTIONS(2190), - [anon_sym_for] = ACTIONS(2190), - [anon_sym_in2] = ACTIONS(2190), - [anon_sym_loop] = ACTIONS(2190), - [anon_sym_make] = ACTIONS(2190), - [anon_sym_while] = ACTIONS(2190), - [anon_sym_do] = ACTIONS(2190), - [anon_sym_if] = ACTIONS(2190), - [anon_sym_else] = ACTIONS(2190), - [anon_sym_match] = ACTIONS(2190), - [anon_sym_RBRACE] = ACTIONS(2190), - [anon_sym_try] = ACTIONS(2190), - [anon_sym_catch] = ACTIONS(2190), - [anon_sym_return] = ACTIONS(2190), - [anon_sym_source] = ACTIONS(2190), - [anon_sym_source_DASHenv] = ACTIONS(2190), - [anon_sym_register] = ACTIONS(2190), - [anon_sym_hide] = ACTIONS(2190), - [anon_sym_hide_DASHenv] = ACTIONS(2190), - [anon_sym_overlay] = ACTIONS(2190), - [anon_sym_as] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2190), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2190), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2190), - [aux_sym__val_number_decimal_token1] = ACTIONS(2190), - [aux_sym__val_number_decimal_token2] = ACTIONS(2190), - [aux_sym__val_number_decimal_token3] = ACTIONS(2190), - [aux_sym__val_number_decimal_token4] = ACTIONS(2190), - [aux_sym__val_number_token1] = ACTIONS(2190), - [aux_sym__val_number_token2] = ACTIONS(2190), - [aux_sym__val_number_token3] = ACTIONS(2190), - [aux_sym__val_number_token4] = ACTIONS(2190), - [aux_sym__val_number_token5] = ACTIONS(2190), - [aux_sym__val_number_token6] = ACTIONS(2190), - [anon_sym_DQUOTE] = ACTIONS(2190), - [sym__str_single_quotes] = ACTIONS(2190), - [sym__str_back_ticks] = ACTIONS(2190), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2190), - [sym__entry_separator] = ACTIONS(2192), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2192), - }, - [506] = { - [sym_comment] = STATE(506), - [anon_sym_export] = ACTIONS(1004), - [anon_sym_alias] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_let_DASHenv] = ACTIONS(1004), - [anon_sym_mut] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [aux_sym_cmd_identifier_token1] = ACTIONS(1004), - [aux_sym_cmd_identifier_token2] = ACTIONS(1000), - [aux_sym_cmd_identifier_token3] = ACTIONS(1000), - [aux_sym_cmd_identifier_token4] = ACTIONS(1000), - [aux_sym_cmd_identifier_token5] = ACTIONS(1000), - [aux_sym_cmd_identifier_token6] = ACTIONS(1000), - [aux_sym_cmd_identifier_token7] = ACTIONS(1000), - [aux_sym_cmd_identifier_token8] = ACTIONS(1004), - [aux_sym_cmd_identifier_token9] = ACTIONS(1004), - [aux_sym_cmd_identifier_token10] = ACTIONS(1000), - [aux_sym_cmd_identifier_token11] = ACTIONS(1000), - [aux_sym_cmd_identifier_token12] = ACTIONS(1004), - [aux_sym_cmd_identifier_token13] = ACTIONS(1004), - [aux_sym_cmd_identifier_token14] = ACTIONS(1004), - [aux_sym_cmd_identifier_token15] = ACTIONS(1004), - [aux_sym_cmd_identifier_token16] = ACTIONS(1000), - [aux_sym_cmd_identifier_token17] = ACTIONS(1000), - [aux_sym_cmd_identifier_token18] = ACTIONS(1000), - [aux_sym_cmd_identifier_token19] = ACTIONS(1000), - [aux_sym_cmd_identifier_token20] = ACTIONS(1000), - [aux_sym_cmd_identifier_token21] = ACTIONS(1000), - [aux_sym_cmd_identifier_token22] = ACTIONS(1000), - [aux_sym_cmd_identifier_token23] = ACTIONS(1000), - [aux_sym_cmd_identifier_token24] = ACTIONS(1000), - [aux_sym_cmd_identifier_token25] = ACTIONS(1000), - [aux_sym_cmd_identifier_token26] = ACTIONS(1000), - [aux_sym_cmd_identifier_token27] = ACTIONS(1000), - [aux_sym_cmd_identifier_token28] = ACTIONS(1000), - [aux_sym_cmd_identifier_token29] = ACTIONS(1000), - [aux_sym_cmd_identifier_token30] = ACTIONS(1000), - [aux_sym_cmd_identifier_token31] = ACTIONS(1000), - [aux_sym_cmd_identifier_token32] = ACTIONS(1000), - [aux_sym_cmd_identifier_token33] = ACTIONS(1000), - [aux_sym_cmd_identifier_token34] = ACTIONS(1004), - [aux_sym_cmd_identifier_token35] = ACTIONS(1000), - [aux_sym_cmd_identifier_token36] = ACTIONS(1000), - [aux_sym_cmd_identifier_token37] = ACTIONS(1000), - [aux_sym_cmd_identifier_token38] = ACTIONS(1004), - [aux_sym_cmd_identifier_token39] = ACTIONS(1000), - [aux_sym_cmd_identifier_token40] = ACTIONS(1000), - [anon_sym_def] = ACTIONS(1004), - [anon_sym_export_DASHenv] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym_module] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_LPAREN] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1000), - [anon_sym_error] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_make] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_try] = ACTIONS(1004), - [anon_sym_catch] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_source] = ACTIONS(1004), - [anon_sym_source_DASHenv] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_hide] = ACTIONS(1004), - [anon_sym_hide_DASHenv] = ACTIONS(1004), - [anon_sym_overlay] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(2194), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2196), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2196), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1000), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1000), - [aux_sym__val_number_decimal_token3] = ACTIONS(1000), - [aux_sym__val_number_decimal_token4] = ACTIONS(1000), - [aux_sym__val_number_token1] = ACTIONS(1000), - [aux_sym__val_number_token2] = ACTIONS(1000), - [aux_sym__val_number_token3] = ACTIONS(1000), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [507] = { - [sym_comment] = STATE(507), - [anon_sym_export] = ACTIONS(2142), - [anon_sym_alias] = ACTIONS(2142), - [anon_sym_let] = ACTIONS(2142), - [anon_sym_let_DASHenv] = ACTIONS(2142), - [anon_sym_mut] = ACTIONS(2142), - [anon_sym_const] = ACTIONS(2142), - [aux_sym_cmd_identifier_token1] = ACTIONS(2142), - [aux_sym_cmd_identifier_token2] = ACTIONS(2148), - [aux_sym_cmd_identifier_token3] = ACTIONS(2148), - [aux_sym_cmd_identifier_token4] = ACTIONS(2148), - [aux_sym_cmd_identifier_token5] = ACTIONS(2148), - [aux_sym_cmd_identifier_token6] = ACTIONS(2148), - [aux_sym_cmd_identifier_token7] = ACTIONS(2148), - [aux_sym_cmd_identifier_token8] = ACTIONS(2142), - [aux_sym_cmd_identifier_token9] = ACTIONS(2142), - [aux_sym_cmd_identifier_token10] = ACTIONS(2148), - [aux_sym_cmd_identifier_token11] = ACTIONS(2148), - [aux_sym_cmd_identifier_token12] = ACTIONS(2142), - [aux_sym_cmd_identifier_token13] = ACTIONS(2142), - [aux_sym_cmd_identifier_token14] = ACTIONS(2142), - [aux_sym_cmd_identifier_token15] = ACTIONS(2142), - [aux_sym_cmd_identifier_token16] = ACTIONS(2148), - [aux_sym_cmd_identifier_token17] = ACTIONS(2148), - [aux_sym_cmd_identifier_token18] = ACTIONS(2148), - [aux_sym_cmd_identifier_token19] = ACTIONS(2148), - [aux_sym_cmd_identifier_token20] = ACTIONS(2148), - [aux_sym_cmd_identifier_token21] = ACTIONS(2148), - [aux_sym_cmd_identifier_token22] = ACTIONS(2148), - [aux_sym_cmd_identifier_token23] = ACTIONS(2148), - [aux_sym_cmd_identifier_token24] = ACTIONS(2148), - [aux_sym_cmd_identifier_token25] = ACTIONS(2148), - [aux_sym_cmd_identifier_token26] = ACTIONS(2148), - [aux_sym_cmd_identifier_token27] = ACTIONS(2148), - [aux_sym_cmd_identifier_token28] = ACTIONS(2148), - [aux_sym_cmd_identifier_token29] = ACTIONS(2148), - [aux_sym_cmd_identifier_token30] = ACTIONS(2148), - [aux_sym_cmd_identifier_token31] = ACTIONS(2148), - [aux_sym_cmd_identifier_token32] = ACTIONS(2148), - [aux_sym_cmd_identifier_token33] = ACTIONS(2148), - [aux_sym_cmd_identifier_token34] = ACTIONS(2142), - [aux_sym_cmd_identifier_token35] = ACTIONS(2148), - [aux_sym_cmd_identifier_token36] = ACTIONS(2148), - [aux_sym_cmd_identifier_token37] = ACTIONS(2148), - [aux_sym_cmd_identifier_token38] = ACTIONS(2142), - [aux_sym_cmd_identifier_token39] = ACTIONS(2148), - [aux_sym_cmd_identifier_token40] = ACTIONS(2148), - [anon_sym_def] = ACTIONS(2142), - [anon_sym_export_DASHenv] = ACTIONS(2142), - [anon_sym_extern] = ACTIONS(2142), - [anon_sym_module] = ACTIONS(2142), - [anon_sym_use] = ACTIONS(2142), - [anon_sym_LPAREN] = ACTIONS(2148), - [anon_sym_DOLLAR] = ACTIONS(2148), - [anon_sym_error] = ACTIONS(2142), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_break] = ACTIONS(2142), - [anon_sym_continue] = ACTIONS(2142), - [anon_sym_for] = ACTIONS(2142), - [anon_sym_in2] = ACTIONS(2142), - [anon_sym_loop] = ACTIONS(2142), - [anon_sym_make] = ACTIONS(2142), - [anon_sym_while] = ACTIONS(2142), - [anon_sym_do] = ACTIONS(2142), - [anon_sym_if] = ACTIONS(2142), - [anon_sym_else] = ACTIONS(2142), - [anon_sym_match] = ACTIONS(2142), - [anon_sym_RBRACE] = ACTIONS(2148), - [anon_sym_try] = ACTIONS(2142), - [anon_sym_catch] = ACTIONS(2142), - [anon_sym_return] = ACTIONS(2142), - [anon_sym_source] = ACTIONS(2142), - [anon_sym_source_DASHenv] = ACTIONS(2142), - [anon_sym_register] = ACTIONS(2142), - [anon_sym_hide] = ACTIONS(2142), - [anon_sym_hide_DASHenv] = ACTIONS(2142), - [anon_sym_overlay] = ACTIONS(2142), - [anon_sym_as] = ACTIONS(2142), - [anon_sym_PLUS2] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2148), - [anon_sym_DOT_DOT2] = ACTIONS(2198), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2200), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2200), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2148), - [aux_sym__val_number_decimal_token3] = ACTIONS(2148), - [aux_sym__val_number_decimal_token4] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2142), - [aux_sym__val_number_token5] = ACTIONS(2142), - [aux_sym__val_number_token6] = ACTIONS(2142), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2148), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2148), - }, - [508] = { - [sym_comment] = STATE(508), - [anon_sym_export] = ACTIONS(2150), - [anon_sym_alias] = ACTIONS(2150), - [anon_sym_let] = ACTIONS(2150), - [anon_sym_let_DASHenv] = ACTIONS(2150), - [anon_sym_mut] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [aux_sym_cmd_identifier_token1] = ACTIONS(2150), - [aux_sym_cmd_identifier_token2] = ACTIONS(2156), - [aux_sym_cmd_identifier_token3] = ACTIONS(2156), - [aux_sym_cmd_identifier_token4] = ACTIONS(2156), - [aux_sym_cmd_identifier_token5] = ACTIONS(2156), - [aux_sym_cmd_identifier_token6] = ACTIONS(2156), - [aux_sym_cmd_identifier_token7] = ACTIONS(2156), - [aux_sym_cmd_identifier_token8] = ACTIONS(2150), - [aux_sym_cmd_identifier_token9] = ACTIONS(2150), - [aux_sym_cmd_identifier_token10] = ACTIONS(2156), - [aux_sym_cmd_identifier_token11] = ACTIONS(2156), - [aux_sym_cmd_identifier_token12] = ACTIONS(2150), - [aux_sym_cmd_identifier_token13] = ACTIONS(2150), - [aux_sym_cmd_identifier_token14] = ACTIONS(2150), - [aux_sym_cmd_identifier_token15] = ACTIONS(2150), - [aux_sym_cmd_identifier_token16] = ACTIONS(2156), - [aux_sym_cmd_identifier_token17] = ACTIONS(2156), - [aux_sym_cmd_identifier_token18] = ACTIONS(2156), - [aux_sym_cmd_identifier_token19] = ACTIONS(2156), - [aux_sym_cmd_identifier_token20] = ACTIONS(2156), - [aux_sym_cmd_identifier_token21] = ACTIONS(2156), - [aux_sym_cmd_identifier_token22] = ACTIONS(2156), - [aux_sym_cmd_identifier_token23] = ACTIONS(2156), - [aux_sym_cmd_identifier_token24] = ACTIONS(2156), - [aux_sym_cmd_identifier_token25] = ACTIONS(2156), - [aux_sym_cmd_identifier_token26] = ACTIONS(2156), - [aux_sym_cmd_identifier_token27] = ACTIONS(2156), - [aux_sym_cmd_identifier_token28] = ACTIONS(2156), - [aux_sym_cmd_identifier_token29] = ACTIONS(2156), - [aux_sym_cmd_identifier_token30] = ACTIONS(2156), - [aux_sym_cmd_identifier_token31] = ACTIONS(2156), - [aux_sym_cmd_identifier_token32] = ACTIONS(2156), - [aux_sym_cmd_identifier_token33] = ACTIONS(2156), - [aux_sym_cmd_identifier_token34] = ACTIONS(2150), - [aux_sym_cmd_identifier_token35] = ACTIONS(2156), - [aux_sym_cmd_identifier_token36] = ACTIONS(2156), - [aux_sym_cmd_identifier_token37] = ACTIONS(2156), - [aux_sym_cmd_identifier_token38] = ACTIONS(2150), - [aux_sym_cmd_identifier_token39] = ACTIONS(2156), - [aux_sym_cmd_identifier_token40] = ACTIONS(2156), - [anon_sym_def] = ACTIONS(2150), - [anon_sym_export_DASHenv] = ACTIONS(2150), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_module] = ACTIONS(2150), - [anon_sym_use] = ACTIONS(2150), - [anon_sym_LPAREN] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2156), - [anon_sym_error] = ACTIONS(2150), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_in2] = ACTIONS(2150), - [anon_sym_loop] = ACTIONS(2150), - [anon_sym_make] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_do] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_else] = ACTIONS(2150), - [anon_sym_match] = ACTIONS(2150), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_try] = ACTIONS(2150), - [anon_sym_catch] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_source] = ACTIONS(2150), - [anon_sym_source_DASHenv] = ACTIONS(2150), - [anon_sym_register] = ACTIONS(2150), - [anon_sym_hide] = ACTIONS(2150), - [anon_sym_hide_DASHenv] = ACTIONS(2150), - [anon_sym_overlay] = ACTIONS(2150), - [anon_sym_as] = ACTIONS(2150), - [anon_sym_PLUS2] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2156), - [anon_sym_DOT_DOT2] = ACTIONS(2202), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2204), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2204), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2156), - [aux_sym__val_number_decimal_token3] = ACTIONS(2156), - [aux_sym__val_number_decimal_token4] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2150), - [aux_sym__val_number_token5] = ACTIONS(2150), - [aux_sym__val_number_token6] = ACTIONS(2150), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2156), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2156), - }, - [509] = { - [sym_comment] = STATE(509), - [anon_sym_export] = ACTIONS(2158), - [anon_sym_alias] = ACTIONS(2158), - [anon_sym_let] = ACTIONS(2158), - [anon_sym_let_DASHenv] = ACTIONS(2158), - [anon_sym_mut] = ACTIONS(2158), - [anon_sym_const] = ACTIONS(2158), - [aux_sym_cmd_identifier_token1] = ACTIONS(2158), - [aux_sym_cmd_identifier_token2] = ACTIONS(2164), - [aux_sym_cmd_identifier_token3] = ACTIONS(2164), - [aux_sym_cmd_identifier_token4] = ACTIONS(2164), - [aux_sym_cmd_identifier_token5] = ACTIONS(2164), - [aux_sym_cmd_identifier_token6] = ACTIONS(2164), - [aux_sym_cmd_identifier_token7] = ACTIONS(2164), - [aux_sym_cmd_identifier_token8] = ACTIONS(2158), - [aux_sym_cmd_identifier_token9] = ACTIONS(2158), - [aux_sym_cmd_identifier_token10] = ACTIONS(2164), - [aux_sym_cmd_identifier_token11] = ACTIONS(2164), - [aux_sym_cmd_identifier_token12] = ACTIONS(2158), - [aux_sym_cmd_identifier_token13] = ACTIONS(2158), - [aux_sym_cmd_identifier_token14] = ACTIONS(2158), - [aux_sym_cmd_identifier_token15] = ACTIONS(2158), - [aux_sym_cmd_identifier_token16] = ACTIONS(2164), - [aux_sym_cmd_identifier_token17] = ACTIONS(2164), - [aux_sym_cmd_identifier_token18] = ACTIONS(2164), - [aux_sym_cmd_identifier_token19] = ACTIONS(2164), - [aux_sym_cmd_identifier_token20] = ACTIONS(2164), - [aux_sym_cmd_identifier_token21] = ACTIONS(2164), - [aux_sym_cmd_identifier_token22] = ACTIONS(2164), - [aux_sym_cmd_identifier_token23] = ACTIONS(2164), - [aux_sym_cmd_identifier_token24] = ACTIONS(2164), - [aux_sym_cmd_identifier_token25] = ACTIONS(2164), - [aux_sym_cmd_identifier_token26] = ACTIONS(2164), - [aux_sym_cmd_identifier_token27] = ACTIONS(2164), - [aux_sym_cmd_identifier_token28] = ACTIONS(2164), - [aux_sym_cmd_identifier_token29] = ACTIONS(2164), - [aux_sym_cmd_identifier_token30] = ACTIONS(2164), - [aux_sym_cmd_identifier_token31] = ACTIONS(2164), - [aux_sym_cmd_identifier_token32] = ACTIONS(2164), - [aux_sym_cmd_identifier_token33] = ACTIONS(2164), - [aux_sym_cmd_identifier_token34] = ACTIONS(2158), - [aux_sym_cmd_identifier_token35] = ACTIONS(2164), - [aux_sym_cmd_identifier_token36] = ACTIONS(2164), - [aux_sym_cmd_identifier_token37] = ACTIONS(2164), - [aux_sym_cmd_identifier_token38] = ACTIONS(2158), - [aux_sym_cmd_identifier_token39] = ACTIONS(2164), - [aux_sym_cmd_identifier_token40] = ACTIONS(2164), - [anon_sym_def] = ACTIONS(2158), - [anon_sym_export_DASHenv] = ACTIONS(2158), - [anon_sym_extern] = ACTIONS(2158), - [anon_sym_module] = ACTIONS(2158), - [anon_sym_use] = ACTIONS(2158), - [anon_sym_LPAREN] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2164), - [anon_sym_error] = ACTIONS(2158), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_break] = ACTIONS(2158), - [anon_sym_continue] = ACTIONS(2158), - [anon_sym_for] = ACTIONS(2158), - [anon_sym_in2] = ACTIONS(2158), - [anon_sym_loop] = ACTIONS(2158), - [anon_sym_make] = ACTIONS(2158), - [anon_sym_while] = ACTIONS(2158), - [anon_sym_do] = ACTIONS(2158), - [anon_sym_if] = ACTIONS(2158), - [anon_sym_else] = ACTIONS(2158), - [anon_sym_match] = ACTIONS(2158), - [anon_sym_RBRACE] = ACTIONS(2164), - [anon_sym_try] = ACTIONS(2158), - [anon_sym_catch] = ACTIONS(2158), - [anon_sym_return] = ACTIONS(2158), - [anon_sym_source] = ACTIONS(2158), - [anon_sym_source_DASHenv] = ACTIONS(2158), - [anon_sym_register] = ACTIONS(2158), - [anon_sym_hide] = ACTIONS(2158), - [anon_sym_hide_DASHenv] = ACTIONS(2158), - [anon_sym_overlay] = ACTIONS(2158), - [anon_sym_as] = ACTIONS(2158), - [anon_sym_PLUS2] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2164), - [anon_sym_DOT_DOT2] = ACTIONS(2206), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2208), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2208), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2164), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2164), - [aux_sym__val_number_decimal_token3] = ACTIONS(2164), - [aux_sym__val_number_decimal_token4] = ACTIONS(2164), - [aux_sym__val_number_token1] = ACTIONS(2164), - [aux_sym__val_number_token2] = ACTIONS(2164), - [aux_sym__val_number_token3] = ACTIONS(2164), - [aux_sym__val_number_token4] = ACTIONS(2158), - [aux_sym__val_number_token5] = ACTIONS(2158), - [aux_sym__val_number_token6] = ACTIONS(2158), - [anon_sym_DQUOTE] = ACTIONS(2164), - [sym__str_single_quotes] = ACTIONS(2164), - [sym__str_back_ticks] = ACTIONS(2164), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2164), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2164), - }, - [510] = { - [sym_comment] = STATE(510), - [anon_sym_export] = ACTIONS(2115), - [anon_sym_alias] = ACTIONS(2115), - [anon_sym_let] = ACTIONS(2115), - [anon_sym_let_DASHenv] = ACTIONS(2115), - [anon_sym_mut] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(2115), - [aux_sym_cmd_identifier_token1] = ACTIONS(2115), - [aux_sym_cmd_identifier_token2] = ACTIONS(2121), - [aux_sym_cmd_identifier_token3] = ACTIONS(2121), - [aux_sym_cmd_identifier_token4] = ACTIONS(2121), - [aux_sym_cmd_identifier_token5] = ACTIONS(2121), - [aux_sym_cmd_identifier_token6] = ACTIONS(2121), - [aux_sym_cmd_identifier_token7] = ACTIONS(2121), - [aux_sym_cmd_identifier_token8] = ACTIONS(2115), - [aux_sym_cmd_identifier_token9] = ACTIONS(2115), - [aux_sym_cmd_identifier_token10] = ACTIONS(2121), - [aux_sym_cmd_identifier_token11] = ACTIONS(2121), - [aux_sym_cmd_identifier_token12] = ACTIONS(2115), - [aux_sym_cmd_identifier_token13] = ACTIONS(2115), - [aux_sym_cmd_identifier_token14] = ACTIONS(2115), - [aux_sym_cmd_identifier_token15] = ACTIONS(2115), - [aux_sym_cmd_identifier_token16] = ACTIONS(2121), - [aux_sym_cmd_identifier_token17] = ACTIONS(2121), - [aux_sym_cmd_identifier_token18] = ACTIONS(2121), - [aux_sym_cmd_identifier_token19] = ACTIONS(2121), - [aux_sym_cmd_identifier_token20] = ACTIONS(2121), - [aux_sym_cmd_identifier_token21] = ACTIONS(2121), - [aux_sym_cmd_identifier_token22] = ACTIONS(2121), - [aux_sym_cmd_identifier_token23] = ACTIONS(2121), - [aux_sym_cmd_identifier_token24] = ACTIONS(2121), - [aux_sym_cmd_identifier_token25] = ACTIONS(2121), - [aux_sym_cmd_identifier_token26] = ACTIONS(2121), - [aux_sym_cmd_identifier_token27] = ACTIONS(2121), - [aux_sym_cmd_identifier_token28] = ACTIONS(2121), - [aux_sym_cmd_identifier_token29] = ACTIONS(2121), - [aux_sym_cmd_identifier_token30] = ACTIONS(2121), - [aux_sym_cmd_identifier_token31] = ACTIONS(2121), - [aux_sym_cmd_identifier_token32] = ACTIONS(2121), - [aux_sym_cmd_identifier_token33] = ACTIONS(2121), - [aux_sym_cmd_identifier_token34] = ACTIONS(2115), - [aux_sym_cmd_identifier_token35] = ACTIONS(2121), - [aux_sym_cmd_identifier_token36] = ACTIONS(2121), - [aux_sym_cmd_identifier_token37] = ACTIONS(2121), - [aux_sym_cmd_identifier_token38] = ACTIONS(2115), - [aux_sym_cmd_identifier_token39] = ACTIONS(2121), - [aux_sym_cmd_identifier_token40] = ACTIONS(2121), - [anon_sym_def] = ACTIONS(2115), - [anon_sym_export_DASHenv] = ACTIONS(2115), - [anon_sym_extern] = ACTIONS(2115), - [anon_sym_module] = ACTIONS(2115), - [anon_sym_use] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_DOLLAR] = ACTIONS(2121), - [anon_sym_error] = ACTIONS(2115), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_break] = ACTIONS(2115), - [anon_sym_continue] = ACTIONS(2115), - [anon_sym_for] = ACTIONS(2115), - [anon_sym_in2] = ACTIONS(2115), - [anon_sym_loop] = ACTIONS(2115), - [anon_sym_make] = ACTIONS(2115), - [anon_sym_while] = ACTIONS(2115), - [anon_sym_do] = ACTIONS(2115), - [anon_sym_if] = ACTIONS(2115), - [anon_sym_else] = ACTIONS(2115), - [anon_sym_match] = ACTIONS(2115), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2115), - [anon_sym_catch] = ACTIONS(2115), - [anon_sym_return] = ACTIONS(2115), - [anon_sym_source] = ACTIONS(2115), - [anon_sym_source_DASHenv] = ACTIONS(2115), - [anon_sym_register] = ACTIONS(2115), - [anon_sym_hide] = ACTIONS(2115), - [anon_sym_hide_DASHenv] = ACTIONS(2115), - [anon_sym_overlay] = ACTIONS(2115), - [anon_sym_as] = ACTIONS(2115), - [anon_sym_PLUS2] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2121), - [anon_sym_DOT_DOT2] = ACTIONS(2210), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2212), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2212), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2121), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2121), - [aux_sym__val_number_decimal_token3] = ACTIONS(2121), - [aux_sym__val_number_decimal_token4] = ACTIONS(2121), - [aux_sym__val_number_token1] = ACTIONS(2121), - [aux_sym__val_number_token2] = ACTIONS(2121), - [aux_sym__val_number_token3] = ACTIONS(2121), - [aux_sym__val_number_token4] = ACTIONS(2115), - [aux_sym__val_number_token5] = ACTIONS(2115), - [aux_sym__val_number_token6] = ACTIONS(2115), - [anon_sym_DQUOTE] = ACTIONS(2121), - [sym__str_single_quotes] = ACTIONS(2121), - [sym__str_back_ticks] = ACTIONS(2121), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2121), - }, - [511] = { - [sym_comment] = STATE(511), [anon_sym_export] = ACTIONS(1717), [anon_sym_alias] = ACTIONS(1717), [anon_sym_let] = ACTIONS(1717), @@ -135752,52 +134452,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1717), [anon_sym_const] = ACTIONS(1717), [aux_sym_cmd_identifier_token1] = ACTIONS(1717), - [aux_sym_cmd_identifier_token2] = ACTIONS(1719), - [aux_sym_cmd_identifier_token3] = ACTIONS(1719), - [aux_sym_cmd_identifier_token4] = ACTIONS(1719), - [aux_sym_cmd_identifier_token5] = ACTIONS(1719), - [aux_sym_cmd_identifier_token6] = ACTIONS(1719), - [aux_sym_cmd_identifier_token7] = ACTIONS(1719), + [aux_sym_cmd_identifier_token2] = ACTIONS(1717), + [aux_sym_cmd_identifier_token3] = ACTIONS(1717), + [aux_sym_cmd_identifier_token4] = ACTIONS(1717), + [aux_sym_cmd_identifier_token5] = ACTIONS(1717), + [aux_sym_cmd_identifier_token6] = ACTIONS(1717), + [aux_sym_cmd_identifier_token7] = ACTIONS(1717), [aux_sym_cmd_identifier_token8] = ACTIONS(1717), [aux_sym_cmd_identifier_token9] = ACTIONS(1717), - [aux_sym_cmd_identifier_token10] = ACTIONS(1719), - [aux_sym_cmd_identifier_token11] = ACTIONS(1719), + [aux_sym_cmd_identifier_token10] = ACTIONS(1717), + [aux_sym_cmd_identifier_token11] = ACTIONS(1717), [aux_sym_cmd_identifier_token12] = ACTIONS(1717), [aux_sym_cmd_identifier_token13] = ACTIONS(1717), [aux_sym_cmd_identifier_token14] = ACTIONS(1717), [aux_sym_cmd_identifier_token15] = ACTIONS(1717), - [aux_sym_cmd_identifier_token16] = ACTIONS(1719), - [aux_sym_cmd_identifier_token17] = ACTIONS(1719), - [aux_sym_cmd_identifier_token18] = ACTIONS(1719), - [aux_sym_cmd_identifier_token19] = ACTIONS(1719), - [aux_sym_cmd_identifier_token20] = ACTIONS(1719), - [aux_sym_cmd_identifier_token21] = ACTIONS(1719), - [aux_sym_cmd_identifier_token22] = ACTIONS(1719), - [aux_sym_cmd_identifier_token23] = ACTIONS(1719), - [aux_sym_cmd_identifier_token24] = ACTIONS(1719), - [aux_sym_cmd_identifier_token25] = ACTIONS(1719), - [aux_sym_cmd_identifier_token26] = ACTIONS(1719), - [aux_sym_cmd_identifier_token27] = ACTIONS(1719), - [aux_sym_cmd_identifier_token28] = ACTIONS(1719), - [aux_sym_cmd_identifier_token29] = ACTIONS(1719), - [aux_sym_cmd_identifier_token30] = ACTIONS(1719), - [aux_sym_cmd_identifier_token31] = ACTIONS(1719), - [aux_sym_cmd_identifier_token32] = ACTIONS(1719), - [aux_sym_cmd_identifier_token33] = ACTIONS(1719), + [aux_sym_cmd_identifier_token16] = ACTIONS(1717), + [aux_sym_cmd_identifier_token17] = ACTIONS(1717), + [aux_sym_cmd_identifier_token18] = ACTIONS(1717), + [aux_sym_cmd_identifier_token19] = ACTIONS(1717), + [aux_sym_cmd_identifier_token20] = ACTIONS(1717), + [aux_sym_cmd_identifier_token21] = ACTIONS(1717), + [aux_sym_cmd_identifier_token22] = ACTIONS(1717), + [aux_sym_cmd_identifier_token23] = ACTIONS(1717), + [aux_sym_cmd_identifier_token24] = ACTIONS(1717), + [aux_sym_cmd_identifier_token25] = ACTIONS(1717), + [aux_sym_cmd_identifier_token26] = ACTIONS(1717), + [aux_sym_cmd_identifier_token27] = ACTIONS(1717), + [aux_sym_cmd_identifier_token28] = ACTIONS(1717), + [aux_sym_cmd_identifier_token29] = ACTIONS(1717), + [aux_sym_cmd_identifier_token30] = ACTIONS(1717), + [aux_sym_cmd_identifier_token31] = ACTIONS(1717), + [aux_sym_cmd_identifier_token32] = ACTIONS(1717), + [aux_sym_cmd_identifier_token33] = ACTIONS(1717), [aux_sym_cmd_identifier_token34] = ACTIONS(1717), - [aux_sym_cmd_identifier_token35] = ACTIONS(1719), - [aux_sym_cmd_identifier_token36] = ACTIONS(1719), - [aux_sym_cmd_identifier_token37] = ACTIONS(1719), + [aux_sym_cmd_identifier_token35] = ACTIONS(1717), + [aux_sym_cmd_identifier_token36] = ACTIONS(1717), + [aux_sym_cmd_identifier_token37] = ACTIONS(1717), [aux_sym_cmd_identifier_token38] = ACTIONS(1717), - [aux_sym_cmd_identifier_token39] = ACTIONS(1719), - [aux_sym_cmd_identifier_token40] = ACTIONS(1719), + [aux_sym_cmd_identifier_token39] = ACTIONS(1717), + [aux_sym_cmd_identifier_token40] = ACTIONS(1717), [anon_sym_def] = ACTIONS(1717), [anon_sym_export_DASHenv] = ACTIONS(1717), [anon_sym_extern] = ACTIONS(1717), [anon_sym_module] = ACTIONS(1717), [anon_sym_use] = ACTIONS(1717), - [anon_sym_LPAREN] = ACTIONS(1719), - [anon_sym_DOLLAR] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1717), + [anon_sym_DOLLAR] = ACTIONS(1717), [anon_sym_error] = ACTIONS(1717), [anon_sym_DASH2] = ACTIONS(1717), [anon_sym_break] = ACTIONS(1717), @@ -135811,7 +134511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1717), [anon_sym_else] = ACTIONS(1717), [anon_sym_match] = ACTIONS(1717), - [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_RBRACE] = ACTIONS(1717), [anon_sym_try] = ACTIONS(1717), [anon_sym_catch] = ACTIONS(1717), [anon_sym_return] = ACTIONS(1717), @@ -135823,744 +134523,747 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(1717), [anon_sym_as] = ACTIONS(1717), [anon_sym_PLUS2] = ACTIONS(1717), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1717), [anon_sym_DOT_DOT2] = ACTIONS(1717), [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1717), [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1719), - [aux_sym__val_number_decimal_token3] = ACTIONS(1719), - [aux_sym__val_number_decimal_token4] = ACTIONS(1719), - [aux_sym__val_number_token1] = ACTIONS(1719), - [aux_sym__val_number_token2] = ACTIONS(1719), - [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token2] = ACTIONS(1717), + [aux_sym__val_number_decimal_token3] = ACTIONS(1717), + [aux_sym__val_number_decimal_token4] = ACTIONS(1717), + [aux_sym__val_number_token1] = ACTIONS(1717), + [aux_sym__val_number_token2] = ACTIONS(1717), + [aux_sym__val_number_token3] = ACTIONS(1717), [aux_sym__val_number_token4] = ACTIONS(1717), [aux_sym__val_number_token5] = ACTIONS(1717), [aux_sym__val_number_token6] = ACTIONS(1717), - [anon_sym_DQUOTE] = ACTIONS(1719), - [sym__str_single_quotes] = ACTIONS(1719), - [sym__str_back_ticks] = ACTIONS(1719), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1719), + [anon_sym_DQUOTE] = ACTIONS(1717), + [sym__str_single_quotes] = ACTIONS(1717), + [sym__str_back_ticks] = ACTIONS(1717), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1717), + [sym__entry_separator] = ACTIONS(1719), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1719), + }, + [499] = { + [sym_cell_path] = STATE(694), + [sym_path] = STATE(656), + [sym_comment] = STATE(499), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(1949), + [anon_sym_alias] = ACTIONS(1949), + [anon_sym_let] = ACTIONS(1949), + [anon_sym_let_DASHenv] = ACTIONS(1949), + [anon_sym_mut] = ACTIONS(1949), + [anon_sym_const] = ACTIONS(1949), + [aux_sym_cmd_identifier_token1] = ACTIONS(1949), + [aux_sym_cmd_identifier_token2] = ACTIONS(1951), + [aux_sym_cmd_identifier_token3] = ACTIONS(1951), + [aux_sym_cmd_identifier_token4] = ACTIONS(1951), + [aux_sym_cmd_identifier_token5] = ACTIONS(1951), + [aux_sym_cmd_identifier_token6] = ACTIONS(1951), + [aux_sym_cmd_identifier_token7] = ACTIONS(1951), + [aux_sym_cmd_identifier_token8] = ACTIONS(1949), + [aux_sym_cmd_identifier_token9] = ACTIONS(1949), + [aux_sym_cmd_identifier_token10] = ACTIONS(1951), + [aux_sym_cmd_identifier_token11] = ACTIONS(1951), + [aux_sym_cmd_identifier_token12] = ACTIONS(1949), + [aux_sym_cmd_identifier_token13] = ACTIONS(1949), + [aux_sym_cmd_identifier_token14] = ACTIONS(1949), + [aux_sym_cmd_identifier_token15] = ACTIONS(1949), + [aux_sym_cmd_identifier_token16] = ACTIONS(1951), + [aux_sym_cmd_identifier_token17] = ACTIONS(1951), + [aux_sym_cmd_identifier_token18] = ACTIONS(1951), + [aux_sym_cmd_identifier_token19] = ACTIONS(1951), + [aux_sym_cmd_identifier_token20] = ACTIONS(1951), + [aux_sym_cmd_identifier_token21] = ACTIONS(1951), + [aux_sym_cmd_identifier_token22] = ACTIONS(1951), + [aux_sym_cmd_identifier_token23] = ACTIONS(1951), + [aux_sym_cmd_identifier_token24] = ACTIONS(1951), + [aux_sym_cmd_identifier_token25] = ACTIONS(1951), + [aux_sym_cmd_identifier_token26] = ACTIONS(1951), + [aux_sym_cmd_identifier_token27] = ACTIONS(1951), + [aux_sym_cmd_identifier_token28] = ACTIONS(1951), + [aux_sym_cmd_identifier_token29] = ACTIONS(1951), + [aux_sym_cmd_identifier_token30] = ACTIONS(1951), + [aux_sym_cmd_identifier_token31] = ACTIONS(1951), + [aux_sym_cmd_identifier_token32] = ACTIONS(1951), + [aux_sym_cmd_identifier_token33] = ACTIONS(1951), + [aux_sym_cmd_identifier_token34] = ACTIONS(1949), + [aux_sym_cmd_identifier_token35] = ACTIONS(1951), + [aux_sym_cmd_identifier_token36] = ACTIONS(1951), + [aux_sym_cmd_identifier_token37] = ACTIONS(1951), + [aux_sym_cmd_identifier_token38] = ACTIONS(1949), + [aux_sym_cmd_identifier_token39] = ACTIONS(1951), + [aux_sym_cmd_identifier_token40] = ACTIONS(1951), + [anon_sym_def] = ACTIONS(1949), + [anon_sym_export_DASHenv] = ACTIONS(1949), + [anon_sym_extern] = ACTIONS(1949), + [anon_sym_module] = ACTIONS(1949), + [anon_sym_use] = ACTIONS(1949), + [anon_sym_LPAREN] = ACTIONS(1951), + [anon_sym_DOLLAR] = ACTIONS(1951), + [anon_sym_error] = ACTIONS(1949), + [anon_sym_DASH2] = ACTIONS(1949), + [anon_sym_break] = ACTIONS(1949), + [anon_sym_continue] = ACTIONS(1949), + [anon_sym_for] = ACTIONS(1949), + [anon_sym_in2] = ACTIONS(1949), + [anon_sym_loop] = ACTIONS(1949), + [anon_sym_make] = ACTIONS(1949), + [anon_sym_while] = ACTIONS(1949), + [anon_sym_do] = ACTIONS(1949), + [anon_sym_if] = ACTIONS(1949), + [anon_sym_else] = ACTIONS(1949), + [anon_sym_match] = ACTIONS(1949), + [anon_sym_RBRACE] = ACTIONS(1951), + [anon_sym_try] = ACTIONS(1949), + [anon_sym_catch] = ACTIONS(1949), + [anon_sym_return] = ACTIONS(1949), + [anon_sym_source] = ACTIONS(1949), + [anon_sym_source_DASHenv] = ACTIONS(1949), + [anon_sym_register] = ACTIONS(1949), + [anon_sym_hide] = ACTIONS(1949), + [anon_sym_hide_DASHenv] = ACTIONS(1949), + [anon_sym_overlay] = ACTIONS(1949), + [anon_sym_as] = ACTIONS(1949), + [anon_sym_PLUS2] = ACTIONS(1949), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1951), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1951), + [aux_sym__val_number_decimal_token1] = ACTIONS(1949), + [aux_sym__val_number_decimal_token2] = ACTIONS(1951), + [aux_sym__val_number_decimal_token3] = ACTIONS(1951), + [aux_sym__val_number_decimal_token4] = ACTIONS(1951), + [aux_sym__val_number_token1] = ACTIONS(1951), + [aux_sym__val_number_token2] = ACTIONS(1951), + [aux_sym__val_number_token3] = ACTIONS(1951), + [aux_sym__val_number_token4] = ACTIONS(1949), + [aux_sym__val_number_token5] = ACTIONS(1949), + [aux_sym__val_number_token6] = ACTIONS(1949), + [anon_sym_DQUOTE] = ACTIONS(1951), + [sym__str_single_quotes] = ACTIONS(1951), + [sym__str_back_ticks] = ACTIONS(1951), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1951), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1951), + }, + [500] = { + [sym_cell_path] = STATE(707), + [sym_path] = STATE(656), + [sym_comment] = STATE(500), + [aux_sym_cell_path_repeat1] = STATE(512), + [anon_sym_export] = ACTIONS(2001), + [anon_sym_alias] = ACTIONS(2001), + [anon_sym_let] = ACTIONS(2001), + [anon_sym_let_DASHenv] = ACTIONS(2001), + [anon_sym_mut] = ACTIONS(2001), + [anon_sym_const] = ACTIONS(2001), + [aux_sym_cmd_identifier_token1] = ACTIONS(2001), + [aux_sym_cmd_identifier_token2] = ACTIONS(2003), + [aux_sym_cmd_identifier_token3] = ACTIONS(2003), + [aux_sym_cmd_identifier_token4] = ACTIONS(2003), + [aux_sym_cmd_identifier_token5] = ACTIONS(2003), + [aux_sym_cmd_identifier_token6] = ACTIONS(2003), + [aux_sym_cmd_identifier_token7] = ACTIONS(2003), + [aux_sym_cmd_identifier_token8] = ACTIONS(2001), + [aux_sym_cmd_identifier_token9] = ACTIONS(2001), + [aux_sym_cmd_identifier_token10] = ACTIONS(2003), + [aux_sym_cmd_identifier_token11] = ACTIONS(2003), + [aux_sym_cmd_identifier_token12] = ACTIONS(2001), + [aux_sym_cmd_identifier_token13] = ACTIONS(2001), + [aux_sym_cmd_identifier_token14] = ACTIONS(2001), + [aux_sym_cmd_identifier_token15] = ACTIONS(2001), + [aux_sym_cmd_identifier_token16] = ACTIONS(2003), + [aux_sym_cmd_identifier_token17] = ACTIONS(2003), + [aux_sym_cmd_identifier_token18] = ACTIONS(2003), + [aux_sym_cmd_identifier_token19] = ACTIONS(2003), + [aux_sym_cmd_identifier_token20] = ACTIONS(2003), + [aux_sym_cmd_identifier_token21] = ACTIONS(2003), + [aux_sym_cmd_identifier_token22] = ACTIONS(2003), + [aux_sym_cmd_identifier_token23] = ACTIONS(2003), + [aux_sym_cmd_identifier_token24] = ACTIONS(2003), + [aux_sym_cmd_identifier_token25] = ACTIONS(2003), + [aux_sym_cmd_identifier_token26] = ACTIONS(2003), + [aux_sym_cmd_identifier_token27] = ACTIONS(2003), + [aux_sym_cmd_identifier_token28] = ACTIONS(2003), + [aux_sym_cmd_identifier_token29] = ACTIONS(2003), + [aux_sym_cmd_identifier_token30] = ACTIONS(2003), + [aux_sym_cmd_identifier_token31] = ACTIONS(2003), + [aux_sym_cmd_identifier_token32] = ACTIONS(2003), + [aux_sym_cmd_identifier_token33] = ACTIONS(2003), + [aux_sym_cmd_identifier_token34] = ACTIONS(2001), + [aux_sym_cmd_identifier_token35] = ACTIONS(2003), + [aux_sym_cmd_identifier_token36] = ACTIONS(2003), + [aux_sym_cmd_identifier_token37] = ACTIONS(2003), + [aux_sym_cmd_identifier_token38] = ACTIONS(2001), + [aux_sym_cmd_identifier_token39] = ACTIONS(2003), + [aux_sym_cmd_identifier_token40] = ACTIONS(2003), + [anon_sym_def] = ACTIONS(2001), + [anon_sym_export_DASHenv] = ACTIONS(2001), + [anon_sym_extern] = ACTIONS(2001), + [anon_sym_module] = ACTIONS(2001), + [anon_sym_use] = ACTIONS(2001), + [anon_sym_LPAREN] = ACTIONS(2003), + [anon_sym_DOLLAR] = ACTIONS(2003), + [anon_sym_error] = ACTIONS(2001), + [anon_sym_DASH2] = ACTIONS(2001), + [anon_sym_break] = ACTIONS(2001), + [anon_sym_continue] = ACTIONS(2001), + [anon_sym_for] = ACTIONS(2001), + [anon_sym_in2] = ACTIONS(2001), + [anon_sym_loop] = ACTIONS(2001), + [anon_sym_make] = ACTIONS(2001), + [anon_sym_while] = ACTIONS(2001), + [anon_sym_do] = ACTIONS(2001), + [anon_sym_if] = ACTIONS(2001), + [anon_sym_else] = ACTIONS(2001), + [anon_sym_match] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2003), + [anon_sym_try] = ACTIONS(2001), + [anon_sym_catch] = ACTIONS(2001), + [anon_sym_return] = ACTIONS(2001), + [anon_sym_source] = ACTIONS(2001), + [anon_sym_source_DASHenv] = ACTIONS(2001), + [anon_sym_register] = ACTIONS(2001), + [anon_sym_hide] = ACTIONS(2001), + [anon_sym_hide_DASHenv] = ACTIONS(2001), + [anon_sym_overlay] = ACTIONS(2001), + [anon_sym_as] = ACTIONS(2001), + [anon_sym_PLUS2] = ACTIONS(2001), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2003), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2003), + [aux_sym__val_number_decimal_token1] = ACTIONS(2001), + [aux_sym__val_number_decimal_token2] = ACTIONS(2003), + [aux_sym__val_number_decimal_token3] = ACTIONS(2003), + [aux_sym__val_number_decimal_token4] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2003), + [aux_sym__val_number_token2] = ACTIONS(2003), + [aux_sym__val_number_token3] = ACTIONS(2003), + [aux_sym__val_number_token4] = ACTIONS(2001), + [aux_sym__val_number_token5] = ACTIONS(2001), + [aux_sym__val_number_token6] = ACTIONS(2001), + [anon_sym_DQUOTE] = ACTIONS(2003), + [sym__str_single_quotes] = ACTIONS(2003), + [sym__str_back_ticks] = ACTIONS(2003), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1719), - }, - [512] = { - [sym_comment] = STATE(512), - [anon_sym_export] = ACTIONS(2055), - [anon_sym_alias] = ACTIONS(2055), - [anon_sym_let] = ACTIONS(2055), - [anon_sym_let_DASHenv] = ACTIONS(2055), - [anon_sym_mut] = ACTIONS(2055), - [anon_sym_const] = ACTIONS(2055), - [aux_sym_cmd_identifier_token1] = ACTIONS(2055), - [aux_sym_cmd_identifier_token2] = ACTIONS(2057), - [aux_sym_cmd_identifier_token3] = ACTIONS(2057), - [aux_sym_cmd_identifier_token4] = ACTIONS(2057), - [aux_sym_cmd_identifier_token5] = ACTIONS(2057), - [aux_sym_cmd_identifier_token6] = ACTIONS(2057), - [aux_sym_cmd_identifier_token7] = ACTIONS(2057), - [aux_sym_cmd_identifier_token8] = ACTIONS(2055), - [aux_sym_cmd_identifier_token9] = ACTIONS(2055), - [aux_sym_cmd_identifier_token10] = ACTIONS(2057), - [aux_sym_cmd_identifier_token11] = ACTIONS(2057), - [aux_sym_cmd_identifier_token12] = ACTIONS(2055), - [aux_sym_cmd_identifier_token13] = ACTIONS(2055), - [aux_sym_cmd_identifier_token14] = ACTIONS(2055), - [aux_sym_cmd_identifier_token15] = ACTIONS(2055), - [aux_sym_cmd_identifier_token16] = ACTIONS(2057), - [aux_sym_cmd_identifier_token17] = ACTIONS(2057), - [aux_sym_cmd_identifier_token18] = ACTIONS(2057), - [aux_sym_cmd_identifier_token19] = ACTIONS(2057), - [aux_sym_cmd_identifier_token20] = ACTIONS(2057), - [aux_sym_cmd_identifier_token21] = ACTIONS(2057), - [aux_sym_cmd_identifier_token22] = ACTIONS(2057), - [aux_sym_cmd_identifier_token23] = ACTIONS(2057), - [aux_sym_cmd_identifier_token24] = ACTIONS(2057), - [aux_sym_cmd_identifier_token25] = ACTIONS(2057), - [aux_sym_cmd_identifier_token26] = ACTIONS(2057), - [aux_sym_cmd_identifier_token27] = ACTIONS(2057), - [aux_sym_cmd_identifier_token28] = ACTIONS(2057), - [aux_sym_cmd_identifier_token29] = ACTIONS(2057), - [aux_sym_cmd_identifier_token30] = ACTIONS(2057), - [aux_sym_cmd_identifier_token31] = ACTIONS(2057), - [aux_sym_cmd_identifier_token32] = ACTIONS(2057), - [aux_sym_cmd_identifier_token33] = ACTIONS(2057), - [aux_sym_cmd_identifier_token34] = ACTIONS(2055), - [aux_sym_cmd_identifier_token35] = ACTIONS(2057), - [aux_sym_cmd_identifier_token36] = ACTIONS(2057), - [aux_sym_cmd_identifier_token37] = ACTIONS(2057), - [aux_sym_cmd_identifier_token38] = ACTIONS(2055), - [aux_sym_cmd_identifier_token39] = ACTIONS(2057), - [aux_sym_cmd_identifier_token40] = ACTIONS(2057), - [anon_sym_def] = ACTIONS(2055), - [anon_sym_export_DASHenv] = ACTIONS(2055), - [anon_sym_extern] = ACTIONS(2055), - [anon_sym_module] = ACTIONS(2055), - [anon_sym_use] = ACTIONS(2055), - [anon_sym_LPAREN] = ACTIONS(2057), - [anon_sym_DOLLAR] = ACTIONS(2057), - [anon_sym_error] = ACTIONS(2055), - [anon_sym_DASH2] = ACTIONS(2055), - [anon_sym_break] = ACTIONS(2055), - [anon_sym_continue] = ACTIONS(2055), - [anon_sym_for] = ACTIONS(2055), - [anon_sym_in2] = ACTIONS(2055), - [anon_sym_loop] = ACTIONS(2055), - [anon_sym_make] = ACTIONS(2055), - [anon_sym_while] = ACTIONS(2055), - [anon_sym_do] = ACTIONS(2055), - [anon_sym_if] = ACTIONS(2055), - [anon_sym_else] = ACTIONS(2055), - [anon_sym_match] = ACTIONS(2055), - [anon_sym_RBRACE] = ACTIONS(2057), - [anon_sym_try] = ACTIONS(2055), - [anon_sym_catch] = ACTIONS(2055), - [anon_sym_return] = ACTIONS(2055), - [anon_sym_source] = ACTIONS(2055), - [anon_sym_source_DASHenv] = ACTIONS(2055), - [anon_sym_register] = ACTIONS(2055), - [anon_sym_hide] = ACTIONS(2055), - [anon_sym_hide_DASHenv] = ACTIONS(2055), - [anon_sym_overlay] = ACTIONS(2055), - [anon_sym_as] = ACTIONS(2055), - [anon_sym_PLUS2] = ACTIONS(2055), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2057), - [anon_sym_DOT_DOT2] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2057), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2057), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2057), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_decimal_token2] = ACTIONS(2057), - [aux_sym__val_number_decimal_token3] = ACTIONS(2057), - [aux_sym__val_number_decimal_token4] = ACTIONS(2057), - [aux_sym__val_number_token1] = ACTIONS(2057), - [aux_sym__val_number_token2] = ACTIONS(2057), - [aux_sym__val_number_token3] = ACTIONS(2057), - [aux_sym__val_number_token4] = ACTIONS(2055), - [aux_sym__val_number_token5] = ACTIONS(2055), - [aux_sym__val_number_token6] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(2057), - [sym__str_single_quotes] = ACTIONS(2057), - [sym__str_back_ticks] = ACTIONS(2057), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2057), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2057), + [sym_raw_string_begin] = ACTIONS(2003), }, - [513] = { - [sym_comment] = STATE(513), - [anon_sym_export] = ACTIONS(988), - [anon_sym_alias] = ACTIONS(988), - [anon_sym_let] = ACTIONS(988), - [anon_sym_let_DASHenv] = ACTIONS(988), - [anon_sym_mut] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [aux_sym_cmd_identifier_token1] = ACTIONS(988), - [aux_sym_cmd_identifier_token2] = ACTIONS(990), - [aux_sym_cmd_identifier_token3] = ACTIONS(990), - [aux_sym_cmd_identifier_token4] = ACTIONS(990), - [aux_sym_cmd_identifier_token5] = ACTIONS(990), - [aux_sym_cmd_identifier_token6] = ACTIONS(990), - [aux_sym_cmd_identifier_token7] = ACTIONS(990), - [aux_sym_cmd_identifier_token8] = ACTIONS(988), - [aux_sym_cmd_identifier_token9] = ACTIONS(988), - [aux_sym_cmd_identifier_token10] = ACTIONS(990), - [aux_sym_cmd_identifier_token11] = ACTIONS(990), - [aux_sym_cmd_identifier_token12] = ACTIONS(988), - [aux_sym_cmd_identifier_token13] = ACTIONS(988), - [aux_sym_cmd_identifier_token14] = ACTIONS(988), - [aux_sym_cmd_identifier_token15] = ACTIONS(988), - [aux_sym_cmd_identifier_token16] = ACTIONS(990), - [aux_sym_cmd_identifier_token17] = ACTIONS(990), - [aux_sym_cmd_identifier_token18] = ACTIONS(990), - [aux_sym_cmd_identifier_token19] = ACTIONS(990), - [aux_sym_cmd_identifier_token20] = ACTIONS(990), - [aux_sym_cmd_identifier_token21] = ACTIONS(990), - [aux_sym_cmd_identifier_token22] = ACTIONS(990), - [aux_sym_cmd_identifier_token23] = ACTIONS(990), - [aux_sym_cmd_identifier_token24] = ACTIONS(990), - [aux_sym_cmd_identifier_token25] = ACTIONS(990), - [aux_sym_cmd_identifier_token26] = ACTIONS(990), - [aux_sym_cmd_identifier_token27] = ACTIONS(990), - [aux_sym_cmd_identifier_token28] = ACTIONS(990), - [aux_sym_cmd_identifier_token29] = ACTIONS(990), - [aux_sym_cmd_identifier_token30] = ACTIONS(990), - [aux_sym_cmd_identifier_token31] = ACTIONS(990), - [aux_sym_cmd_identifier_token32] = ACTIONS(990), - [aux_sym_cmd_identifier_token33] = ACTIONS(990), - [aux_sym_cmd_identifier_token34] = ACTIONS(988), - [aux_sym_cmd_identifier_token35] = ACTIONS(990), - [aux_sym_cmd_identifier_token36] = ACTIONS(990), - [aux_sym_cmd_identifier_token37] = ACTIONS(990), - [aux_sym_cmd_identifier_token38] = ACTIONS(988), - [aux_sym_cmd_identifier_token39] = ACTIONS(990), - [aux_sym_cmd_identifier_token40] = ACTIONS(990), - [anon_sym_def] = ACTIONS(988), - [anon_sym_export_DASHenv] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym_module] = ACTIONS(988), - [anon_sym_use] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(990), - [anon_sym_COMMA] = ACTIONS(990), - [anon_sym_DOLLAR] = ACTIONS(990), - [anon_sym_error] = ACTIONS(988), - [anon_sym_DASH2] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_in2] = ACTIONS(988), - [anon_sym_loop] = ACTIONS(988), - [anon_sym_make] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_match] = ACTIONS(988), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_try] = ACTIONS(988), - [anon_sym_catch] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_source] = ACTIONS(988), - [anon_sym_source_DASHenv] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_hide] = ACTIONS(988), - [anon_sym_hide_DASHenv] = ACTIONS(988), - [anon_sym_overlay] = ACTIONS(988), - [anon_sym_as] = ACTIONS(988), - [anon_sym_PLUS2] = ACTIONS(988), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(990), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(990), - [aux_sym__val_number_decimal_token1] = ACTIONS(988), - [aux_sym__val_number_decimal_token2] = ACTIONS(990), - [aux_sym__val_number_decimal_token3] = ACTIONS(990), - [aux_sym__val_number_decimal_token4] = ACTIONS(990), - [aux_sym__val_number_token1] = ACTIONS(990), - [aux_sym__val_number_token2] = ACTIONS(990), - [aux_sym__val_number_token3] = ACTIONS(990), - [aux_sym__val_number_token4] = ACTIONS(988), - [aux_sym__val_number_token5] = ACTIONS(988), - [aux_sym__val_number_token6] = ACTIONS(988), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym__str_single_quotes] = ACTIONS(990), - [sym__str_back_ticks] = ACTIONS(990), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(990), - [anon_sym_COLON2] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(990), + [501] = { + [sym_comment] = STATE(501), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(2178), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [514] = { - [sym_comment] = STATE(514), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_alias] = ACTIONS(1819), - [anon_sym_let] = ACTIONS(1819), - [anon_sym_let_DASHenv] = ACTIONS(1819), - [anon_sym_mut] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [aux_sym_cmd_identifier_token1] = ACTIONS(1819), - [aux_sym_cmd_identifier_token2] = ACTIONS(1819), - [aux_sym_cmd_identifier_token3] = ACTIONS(1819), - [aux_sym_cmd_identifier_token4] = ACTIONS(1819), - [aux_sym_cmd_identifier_token5] = ACTIONS(1819), - [aux_sym_cmd_identifier_token6] = ACTIONS(1819), - [aux_sym_cmd_identifier_token7] = ACTIONS(1819), - [aux_sym_cmd_identifier_token8] = ACTIONS(1819), - [aux_sym_cmd_identifier_token9] = ACTIONS(1819), - [aux_sym_cmd_identifier_token10] = ACTIONS(1819), - [aux_sym_cmd_identifier_token11] = ACTIONS(1819), - [aux_sym_cmd_identifier_token12] = ACTIONS(1819), - [aux_sym_cmd_identifier_token13] = ACTIONS(1819), - [aux_sym_cmd_identifier_token14] = ACTIONS(1819), - [aux_sym_cmd_identifier_token15] = ACTIONS(1819), - [aux_sym_cmd_identifier_token16] = ACTIONS(1819), - [aux_sym_cmd_identifier_token17] = ACTIONS(1819), - [aux_sym_cmd_identifier_token18] = ACTIONS(1819), - [aux_sym_cmd_identifier_token19] = ACTIONS(1819), - [aux_sym_cmd_identifier_token20] = ACTIONS(1819), - [aux_sym_cmd_identifier_token21] = ACTIONS(1819), - [aux_sym_cmd_identifier_token22] = ACTIONS(1819), - [aux_sym_cmd_identifier_token23] = ACTIONS(1819), - [aux_sym_cmd_identifier_token24] = ACTIONS(1819), - [aux_sym_cmd_identifier_token25] = ACTIONS(1819), - [aux_sym_cmd_identifier_token26] = ACTIONS(1819), - [aux_sym_cmd_identifier_token27] = ACTIONS(1819), - [aux_sym_cmd_identifier_token28] = ACTIONS(1819), - [aux_sym_cmd_identifier_token29] = ACTIONS(1819), - [aux_sym_cmd_identifier_token30] = ACTIONS(1819), - [aux_sym_cmd_identifier_token31] = ACTIONS(1819), - [aux_sym_cmd_identifier_token32] = ACTIONS(1819), - [aux_sym_cmd_identifier_token33] = ACTIONS(1819), - [aux_sym_cmd_identifier_token34] = ACTIONS(1819), - [aux_sym_cmd_identifier_token35] = ACTIONS(1819), - [aux_sym_cmd_identifier_token36] = ACTIONS(1819), - [aux_sym_cmd_identifier_token37] = ACTIONS(1819), - [aux_sym_cmd_identifier_token38] = ACTIONS(1819), - [aux_sym_cmd_identifier_token39] = ACTIONS(1819), - [aux_sym_cmd_identifier_token40] = ACTIONS(1819), - [anon_sym_def] = ACTIONS(1819), - [anon_sym_export_DASHenv] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_use] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_error] = ACTIONS(1819), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_in2] = ACTIONS(1819), - [anon_sym_loop] = ACTIONS(1819), - [anon_sym_make] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_else] = ACTIONS(1819), - [anon_sym_match] = ACTIONS(1819), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_catch] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_source] = ACTIONS(1819), - [anon_sym_source_DASHenv] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_hide] = ACTIONS(1819), - [anon_sym_hide_DASHenv] = ACTIONS(1819), - [anon_sym_overlay] = ACTIONS(1819), - [anon_sym_as] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_PLUS2] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1819), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1819), - [aux_sym__val_number_decimal_token3] = ACTIONS(1819), - [aux_sym__val_number_decimal_token4] = ACTIONS(1819), - [aux_sym__val_number_token1] = ACTIONS(1819), - [aux_sym__val_number_token2] = ACTIONS(1819), - [aux_sym__val_number_token3] = ACTIONS(1819), - [aux_sym__val_number_token4] = ACTIONS(1819), - [aux_sym__val_number_token5] = ACTIONS(1819), - [aux_sym__val_number_token6] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(1819), - [sym__str_single_quotes] = ACTIONS(1819), - [sym__str_back_ticks] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1819), - [sym__entry_separator] = ACTIONS(1827), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), + [502] = { + [sym_comment] = STATE(502), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(2180), + [aux_sym__immediate_decimal_token2] = ACTIONS(2182), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1827), - }, - [515] = { - [sym_comment] = STATE(515), - [anon_sym_export] = ACTIONS(2170), - [anon_sym_alias] = ACTIONS(2170), - [anon_sym_let] = ACTIONS(2170), - [anon_sym_let_DASHenv] = ACTIONS(2170), - [anon_sym_mut] = ACTIONS(2170), - [anon_sym_const] = ACTIONS(2170), - [aux_sym_cmd_identifier_token1] = ACTIONS(2170), - [aux_sym_cmd_identifier_token2] = ACTIONS(2172), - [aux_sym_cmd_identifier_token3] = ACTIONS(2172), - [aux_sym_cmd_identifier_token4] = ACTIONS(2172), - [aux_sym_cmd_identifier_token5] = ACTIONS(2172), - [aux_sym_cmd_identifier_token6] = ACTIONS(2172), - [aux_sym_cmd_identifier_token7] = ACTIONS(2172), - [aux_sym_cmd_identifier_token8] = ACTIONS(2170), - [aux_sym_cmd_identifier_token9] = ACTIONS(2170), - [aux_sym_cmd_identifier_token10] = ACTIONS(2172), - [aux_sym_cmd_identifier_token11] = ACTIONS(2172), - [aux_sym_cmd_identifier_token12] = ACTIONS(2170), - [aux_sym_cmd_identifier_token13] = ACTIONS(2170), - [aux_sym_cmd_identifier_token14] = ACTIONS(2170), - [aux_sym_cmd_identifier_token15] = ACTIONS(2170), - [aux_sym_cmd_identifier_token16] = ACTIONS(2172), - [aux_sym_cmd_identifier_token17] = ACTIONS(2172), - [aux_sym_cmd_identifier_token18] = ACTIONS(2172), - [aux_sym_cmd_identifier_token19] = ACTIONS(2172), - [aux_sym_cmd_identifier_token20] = ACTIONS(2172), - [aux_sym_cmd_identifier_token21] = ACTIONS(2172), - [aux_sym_cmd_identifier_token22] = ACTIONS(2172), - [aux_sym_cmd_identifier_token23] = ACTIONS(2172), - [aux_sym_cmd_identifier_token24] = ACTIONS(2172), - [aux_sym_cmd_identifier_token25] = ACTIONS(2172), - [aux_sym_cmd_identifier_token26] = ACTIONS(2172), - [aux_sym_cmd_identifier_token27] = ACTIONS(2172), - [aux_sym_cmd_identifier_token28] = ACTIONS(2172), - [aux_sym_cmd_identifier_token29] = ACTIONS(2172), - [aux_sym_cmd_identifier_token30] = ACTIONS(2172), - [aux_sym_cmd_identifier_token31] = ACTIONS(2172), - [aux_sym_cmd_identifier_token32] = ACTIONS(2172), - [aux_sym_cmd_identifier_token33] = ACTIONS(2172), - [aux_sym_cmd_identifier_token34] = ACTIONS(2170), - [aux_sym_cmd_identifier_token35] = ACTIONS(2172), - [aux_sym_cmd_identifier_token36] = ACTIONS(2172), - [aux_sym_cmd_identifier_token37] = ACTIONS(2172), - [aux_sym_cmd_identifier_token38] = ACTIONS(2170), - [aux_sym_cmd_identifier_token39] = ACTIONS(2172), - [aux_sym_cmd_identifier_token40] = ACTIONS(2172), - [anon_sym_def] = ACTIONS(2170), - [anon_sym_export_DASHenv] = ACTIONS(2170), - [anon_sym_extern] = ACTIONS(2170), - [anon_sym_module] = ACTIONS(2170), - [anon_sym_use] = ACTIONS(2170), - [anon_sym_LPAREN] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2172), - [anon_sym_error] = ACTIONS(2170), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_break] = ACTIONS(2170), - [anon_sym_continue] = ACTIONS(2170), - [anon_sym_for] = ACTIONS(2170), - [anon_sym_in2] = ACTIONS(2170), - [anon_sym_loop] = ACTIONS(2170), - [anon_sym_make] = ACTIONS(2170), - [anon_sym_while] = ACTIONS(2170), - [anon_sym_do] = ACTIONS(2170), - [anon_sym_if] = ACTIONS(2170), - [anon_sym_else] = ACTIONS(2170), - [anon_sym_match] = ACTIONS(2170), - [anon_sym_RBRACE] = ACTIONS(2172), - [anon_sym_try] = ACTIONS(2170), - [anon_sym_catch] = ACTIONS(2170), - [anon_sym_return] = ACTIONS(2170), - [anon_sym_source] = ACTIONS(2170), - [anon_sym_source_DASHenv] = ACTIONS(2170), - [anon_sym_register] = ACTIONS(2170), - [anon_sym_hide] = ACTIONS(2170), - [anon_sym_hide_DASHenv] = ACTIONS(2170), - [anon_sym_overlay] = ACTIONS(2170), - [anon_sym_as] = ACTIONS(2170), - [anon_sym_PLUS2] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2172), - [anon_sym_DOT_DOT2] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2172), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2172), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2172), - [aux_sym__val_number_decimal_token3] = ACTIONS(2172), - [aux_sym__val_number_decimal_token4] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2170), - [aux_sym__val_number_token5] = ACTIONS(2170), - [aux_sym__val_number_token6] = ACTIONS(2170), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2172), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2172), + [sym_raw_string_begin] = ACTIONS(1727), }, - [516] = { - [sym_comment] = STATE(516), - [anon_sym_export] = ACTIONS(2214), - [anon_sym_alias] = ACTIONS(2214), - [anon_sym_let] = ACTIONS(2214), - [anon_sym_let_DASHenv] = ACTIONS(2214), - [anon_sym_mut] = ACTIONS(2214), - [anon_sym_const] = ACTIONS(2214), - [aux_sym_cmd_identifier_token1] = ACTIONS(2214), - [aux_sym_cmd_identifier_token2] = ACTIONS(2214), - [aux_sym_cmd_identifier_token3] = ACTIONS(2214), - [aux_sym_cmd_identifier_token4] = ACTIONS(2214), - [aux_sym_cmd_identifier_token5] = ACTIONS(2214), - [aux_sym_cmd_identifier_token6] = ACTIONS(2214), - [aux_sym_cmd_identifier_token7] = ACTIONS(2214), - [aux_sym_cmd_identifier_token8] = ACTIONS(2214), - [aux_sym_cmd_identifier_token9] = ACTIONS(2214), - [aux_sym_cmd_identifier_token10] = ACTIONS(2214), - [aux_sym_cmd_identifier_token11] = ACTIONS(2214), - [aux_sym_cmd_identifier_token12] = ACTIONS(2214), - [aux_sym_cmd_identifier_token13] = ACTIONS(2214), - [aux_sym_cmd_identifier_token14] = ACTIONS(2214), - [aux_sym_cmd_identifier_token15] = ACTIONS(2214), - [aux_sym_cmd_identifier_token16] = ACTIONS(2214), - [aux_sym_cmd_identifier_token17] = ACTIONS(2214), - [aux_sym_cmd_identifier_token18] = ACTIONS(2214), - [aux_sym_cmd_identifier_token19] = ACTIONS(2214), - [aux_sym_cmd_identifier_token20] = ACTIONS(2214), - [aux_sym_cmd_identifier_token21] = ACTIONS(2214), - [aux_sym_cmd_identifier_token22] = ACTIONS(2214), - [aux_sym_cmd_identifier_token23] = ACTIONS(2214), - [aux_sym_cmd_identifier_token24] = ACTIONS(2214), - [aux_sym_cmd_identifier_token25] = ACTIONS(2214), - [aux_sym_cmd_identifier_token26] = ACTIONS(2214), - [aux_sym_cmd_identifier_token27] = ACTIONS(2214), - [aux_sym_cmd_identifier_token28] = ACTIONS(2214), - [aux_sym_cmd_identifier_token29] = ACTIONS(2214), - [aux_sym_cmd_identifier_token30] = ACTIONS(2214), - [aux_sym_cmd_identifier_token31] = ACTIONS(2214), - [aux_sym_cmd_identifier_token32] = ACTIONS(2214), - [aux_sym_cmd_identifier_token33] = ACTIONS(2214), - [aux_sym_cmd_identifier_token34] = ACTIONS(2214), - [aux_sym_cmd_identifier_token35] = ACTIONS(2214), - [aux_sym_cmd_identifier_token36] = ACTIONS(2214), - [aux_sym_cmd_identifier_token37] = ACTIONS(2214), - [aux_sym_cmd_identifier_token38] = ACTIONS(2214), - [aux_sym_cmd_identifier_token39] = ACTIONS(2214), - [aux_sym_cmd_identifier_token40] = ACTIONS(2214), - [anon_sym_def] = ACTIONS(2214), - [anon_sym_export_DASHenv] = ACTIONS(2214), - [anon_sym_extern] = ACTIONS(2214), - [anon_sym_module] = ACTIONS(2214), - [anon_sym_use] = ACTIONS(2214), - [anon_sym_LPAREN] = ACTIONS(2214), - [anon_sym_DOLLAR] = ACTIONS(2214), - [anon_sym_error] = ACTIONS(2214), - [anon_sym_DASH2] = ACTIONS(2214), - [anon_sym_break] = ACTIONS(2214), - [anon_sym_continue] = ACTIONS(2214), - [anon_sym_for] = ACTIONS(2214), - [anon_sym_in2] = ACTIONS(2214), - [anon_sym_loop] = ACTIONS(2214), - [anon_sym_make] = ACTIONS(2214), - [anon_sym_while] = ACTIONS(2214), - [anon_sym_do] = ACTIONS(2214), - [anon_sym_if] = ACTIONS(2214), - [anon_sym_else] = ACTIONS(2214), - [anon_sym_match] = ACTIONS(2214), - [anon_sym_RBRACE] = ACTIONS(2214), - [anon_sym_try] = ACTIONS(2214), - [anon_sym_catch] = ACTIONS(2214), - [anon_sym_return] = ACTIONS(2214), - [anon_sym_source] = ACTIONS(2214), - [anon_sym_source_DASHenv] = ACTIONS(2214), - [anon_sym_register] = ACTIONS(2214), - [anon_sym_hide] = ACTIONS(2214), - [anon_sym_hide_DASHenv] = ACTIONS(2214), - [anon_sym_overlay] = ACTIONS(2214), - [anon_sym_as] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(2214), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2214), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2214), - [aux_sym__val_number_decimal_token1] = ACTIONS(2214), - [aux_sym__val_number_decimal_token2] = ACTIONS(2214), - [aux_sym__val_number_decimal_token3] = ACTIONS(2214), - [aux_sym__val_number_decimal_token4] = ACTIONS(2214), - [aux_sym__val_number_token1] = ACTIONS(2214), - [aux_sym__val_number_token2] = ACTIONS(2214), - [aux_sym__val_number_token3] = ACTIONS(2214), - [aux_sym__val_number_token4] = ACTIONS(2214), - [aux_sym__val_number_token5] = ACTIONS(2214), - [aux_sym__val_number_token6] = ACTIONS(2214), - [anon_sym_DQUOTE] = ACTIONS(2214), - [sym__str_single_quotes] = ACTIONS(2214), - [sym__str_back_ticks] = ACTIONS(2214), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2214), - [sym__entry_separator] = ACTIONS(2216), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), + [503] = { + [sym_comment] = STATE(503), + [anon_sym_export] = ACTIONS(2184), + [anon_sym_alias] = ACTIONS(2184), + [anon_sym_let] = ACTIONS(2184), + [anon_sym_let_DASHenv] = ACTIONS(2184), + [anon_sym_mut] = ACTIONS(2184), + [anon_sym_const] = ACTIONS(2184), + [aux_sym_cmd_identifier_token1] = ACTIONS(2184), + [aux_sym_cmd_identifier_token2] = ACTIONS(2184), + [aux_sym_cmd_identifier_token3] = ACTIONS(2184), + [aux_sym_cmd_identifier_token4] = ACTIONS(2184), + [aux_sym_cmd_identifier_token5] = ACTIONS(2184), + [aux_sym_cmd_identifier_token6] = ACTIONS(2184), + [aux_sym_cmd_identifier_token7] = ACTIONS(2184), + [aux_sym_cmd_identifier_token8] = ACTIONS(2184), + [aux_sym_cmd_identifier_token9] = ACTIONS(2184), + [aux_sym_cmd_identifier_token10] = ACTIONS(2184), + [aux_sym_cmd_identifier_token11] = ACTIONS(2184), + [aux_sym_cmd_identifier_token12] = ACTIONS(2184), + [aux_sym_cmd_identifier_token13] = ACTIONS(2184), + [aux_sym_cmd_identifier_token14] = ACTIONS(2184), + [aux_sym_cmd_identifier_token15] = ACTIONS(2184), + [aux_sym_cmd_identifier_token16] = ACTIONS(2184), + [aux_sym_cmd_identifier_token17] = ACTIONS(2184), + [aux_sym_cmd_identifier_token18] = ACTIONS(2184), + [aux_sym_cmd_identifier_token19] = ACTIONS(2184), + [aux_sym_cmd_identifier_token20] = ACTIONS(2184), + [aux_sym_cmd_identifier_token21] = ACTIONS(2184), + [aux_sym_cmd_identifier_token22] = ACTIONS(2184), + [aux_sym_cmd_identifier_token23] = ACTIONS(2184), + [aux_sym_cmd_identifier_token24] = ACTIONS(2184), + [aux_sym_cmd_identifier_token25] = ACTIONS(2184), + [aux_sym_cmd_identifier_token26] = ACTIONS(2184), + [aux_sym_cmd_identifier_token27] = ACTIONS(2184), + [aux_sym_cmd_identifier_token28] = ACTIONS(2184), + [aux_sym_cmd_identifier_token29] = ACTIONS(2184), + [aux_sym_cmd_identifier_token30] = ACTIONS(2184), + [aux_sym_cmd_identifier_token31] = ACTIONS(2184), + [aux_sym_cmd_identifier_token32] = ACTIONS(2184), + [aux_sym_cmd_identifier_token33] = ACTIONS(2184), + [aux_sym_cmd_identifier_token34] = ACTIONS(2184), + [aux_sym_cmd_identifier_token35] = ACTIONS(2184), + [aux_sym_cmd_identifier_token36] = ACTIONS(2184), + [aux_sym_cmd_identifier_token37] = ACTIONS(2184), + [aux_sym_cmd_identifier_token38] = ACTIONS(2184), + [aux_sym_cmd_identifier_token39] = ACTIONS(2184), + [aux_sym_cmd_identifier_token40] = ACTIONS(2184), + [anon_sym_def] = ACTIONS(2184), + [anon_sym_export_DASHenv] = ACTIONS(2184), + [anon_sym_extern] = ACTIONS(2184), + [anon_sym_module] = ACTIONS(2184), + [anon_sym_use] = ACTIONS(2184), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_error] = ACTIONS(2184), + [anon_sym_DASH2] = ACTIONS(2184), + [anon_sym_break] = ACTIONS(2184), + [anon_sym_continue] = ACTIONS(2184), + [anon_sym_for] = ACTIONS(2184), + [anon_sym_in2] = ACTIONS(2184), + [anon_sym_loop] = ACTIONS(2184), + [anon_sym_make] = ACTIONS(2184), + [anon_sym_while] = ACTIONS(2184), + [anon_sym_do] = ACTIONS(2184), + [anon_sym_if] = ACTIONS(2184), + [anon_sym_else] = ACTIONS(2184), + [anon_sym_match] = ACTIONS(2184), + [anon_sym_RBRACE] = ACTIONS(2184), + [anon_sym_try] = ACTIONS(2184), + [anon_sym_catch] = ACTIONS(2184), + [anon_sym_return] = ACTIONS(2184), + [anon_sym_source] = ACTIONS(2184), + [anon_sym_source_DASHenv] = ACTIONS(2184), + [anon_sym_register] = ACTIONS(2184), + [anon_sym_hide] = ACTIONS(2184), + [anon_sym_hide_DASHenv] = ACTIONS(2184), + [anon_sym_overlay] = ACTIONS(2184), + [anon_sym_as] = ACTIONS(2184), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(2184), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2184), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2184), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_decimal_token2] = ACTIONS(2184), + [aux_sym__val_number_decimal_token3] = ACTIONS(2184), + [aux_sym__val_number_decimal_token4] = ACTIONS(2184), + [aux_sym__val_number_token1] = ACTIONS(2184), + [aux_sym__val_number_token2] = ACTIONS(2184), + [aux_sym__val_number_token3] = ACTIONS(2184), + [aux_sym__val_number_token4] = ACTIONS(2184), + [aux_sym__val_number_token5] = ACTIONS(2184), + [aux_sym__val_number_token6] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2184), + [sym__str_single_quotes] = ACTIONS(2184), + [sym__str_back_ticks] = ACTIONS(2184), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2184), + [sym__entry_separator] = ACTIONS(2186), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2216), + [sym_raw_string_begin] = ACTIONS(2186), }, - [517] = { - [sym_comment] = STATE(517), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_alias] = ACTIONS(1794), - [anon_sym_let] = ACTIONS(1794), - [anon_sym_let_DASHenv] = ACTIONS(1794), - [anon_sym_mut] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [aux_sym_cmd_identifier_token1] = ACTIONS(1794), - [aux_sym_cmd_identifier_token2] = ACTIONS(1794), - [aux_sym_cmd_identifier_token3] = ACTIONS(1794), - [aux_sym_cmd_identifier_token4] = ACTIONS(1794), - [aux_sym_cmd_identifier_token5] = ACTIONS(1794), - [aux_sym_cmd_identifier_token6] = ACTIONS(1794), - [aux_sym_cmd_identifier_token7] = ACTIONS(1794), - [aux_sym_cmd_identifier_token8] = ACTIONS(1794), - [aux_sym_cmd_identifier_token9] = ACTIONS(1794), - [aux_sym_cmd_identifier_token10] = ACTIONS(1794), - [aux_sym_cmd_identifier_token11] = ACTIONS(1794), - [aux_sym_cmd_identifier_token12] = ACTIONS(1794), - [aux_sym_cmd_identifier_token13] = ACTIONS(1794), - [aux_sym_cmd_identifier_token14] = ACTIONS(1794), - [aux_sym_cmd_identifier_token15] = ACTIONS(1794), - [aux_sym_cmd_identifier_token16] = ACTIONS(1794), - [aux_sym_cmd_identifier_token17] = ACTIONS(1794), - [aux_sym_cmd_identifier_token18] = ACTIONS(1794), - [aux_sym_cmd_identifier_token19] = ACTIONS(1794), - [aux_sym_cmd_identifier_token20] = ACTIONS(1794), - [aux_sym_cmd_identifier_token21] = ACTIONS(1794), - [aux_sym_cmd_identifier_token22] = ACTIONS(1794), - [aux_sym_cmd_identifier_token23] = ACTIONS(1794), - [aux_sym_cmd_identifier_token24] = ACTIONS(1794), - [aux_sym_cmd_identifier_token25] = ACTIONS(1794), - [aux_sym_cmd_identifier_token26] = ACTIONS(1794), - [aux_sym_cmd_identifier_token27] = ACTIONS(1794), - [aux_sym_cmd_identifier_token28] = ACTIONS(1794), - [aux_sym_cmd_identifier_token29] = ACTIONS(1794), - [aux_sym_cmd_identifier_token30] = ACTIONS(1794), - [aux_sym_cmd_identifier_token31] = ACTIONS(1794), - [aux_sym_cmd_identifier_token32] = ACTIONS(1794), - [aux_sym_cmd_identifier_token33] = ACTIONS(1794), - [aux_sym_cmd_identifier_token34] = ACTIONS(1794), - [aux_sym_cmd_identifier_token35] = ACTIONS(1794), - [aux_sym_cmd_identifier_token36] = ACTIONS(1794), - [aux_sym_cmd_identifier_token37] = ACTIONS(1794), - [aux_sym_cmd_identifier_token38] = ACTIONS(1794), - [aux_sym_cmd_identifier_token39] = ACTIONS(1794), - [aux_sym_cmd_identifier_token40] = ACTIONS(1794), - [anon_sym_def] = ACTIONS(1794), - [anon_sym_export_DASHenv] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_use] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_error] = ACTIONS(1794), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_in2] = ACTIONS(1794), - [anon_sym_loop] = ACTIONS(1794), - [anon_sym_make] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_match] = ACTIONS(1794), - [anon_sym_RBRACE] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_catch] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_source] = ACTIONS(1794), - [anon_sym_source_DASHenv] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_hide] = ACTIONS(1794), - [anon_sym_hide_DASHenv] = ACTIONS(1794), - [anon_sym_overlay] = ACTIONS(1794), - [anon_sym_as] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1794), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1794), - [aux_sym__val_number_decimal_token3] = ACTIONS(1794), - [aux_sym__val_number_decimal_token4] = ACTIONS(1794), - [aux_sym__val_number_token1] = ACTIONS(1794), - [aux_sym__val_number_token2] = ACTIONS(1794), - [aux_sym__val_number_token3] = ACTIONS(1794), - [aux_sym__val_number_token4] = ACTIONS(1794), - [aux_sym__val_number_token5] = ACTIONS(1794), - [aux_sym__val_number_token6] = ACTIONS(1794), - [anon_sym_DQUOTE] = ACTIONS(1794), - [sym__str_single_quotes] = ACTIONS(1794), - [sym__str_back_ticks] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1794), - [sym__entry_separator] = ACTIONS(1802), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), + [504] = { + [sym_comment] = STATE(504), + [anon_sym_export] = ACTIONS(1865), + [anon_sym_alias] = ACTIONS(1865), + [anon_sym_let] = ACTIONS(1865), + [anon_sym_let_DASHenv] = ACTIONS(1865), + [anon_sym_mut] = ACTIONS(1865), + [anon_sym_const] = ACTIONS(1865), + [aux_sym_cmd_identifier_token1] = ACTIONS(1865), + [aux_sym_cmd_identifier_token2] = ACTIONS(1865), + [aux_sym_cmd_identifier_token3] = ACTIONS(1865), + [aux_sym_cmd_identifier_token4] = ACTIONS(1865), + [aux_sym_cmd_identifier_token5] = ACTIONS(1865), + [aux_sym_cmd_identifier_token6] = ACTIONS(1865), + [aux_sym_cmd_identifier_token7] = ACTIONS(1865), + [aux_sym_cmd_identifier_token8] = ACTIONS(1865), + [aux_sym_cmd_identifier_token9] = ACTIONS(1865), + [aux_sym_cmd_identifier_token10] = ACTIONS(1865), + [aux_sym_cmd_identifier_token11] = ACTIONS(1865), + [aux_sym_cmd_identifier_token12] = ACTIONS(1865), + [aux_sym_cmd_identifier_token13] = ACTIONS(1865), + [aux_sym_cmd_identifier_token14] = ACTIONS(1865), + [aux_sym_cmd_identifier_token15] = ACTIONS(1865), + [aux_sym_cmd_identifier_token16] = ACTIONS(1865), + [aux_sym_cmd_identifier_token17] = ACTIONS(1865), + [aux_sym_cmd_identifier_token18] = ACTIONS(1865), + [aux_sym_cmd_identifier_token19] = ACTIONS(1865), + [aux_sym_cmd_identifier_token20] = ACTIONS(1865), + [aux_sym_cmd_identifier_token21] = ACTIONS(1865), + [aux_sym_cmd_identifier_token22] = ACTIONS(1865), + [aux_sym_cmd_identifier_token23] = ACTIONS(1865), + [aux_sym_cmd_identifier_token24] = ACTIONS(1865), + [aux_sym_cmd_identifier_token25] = ACTIONS(1865), + [aux_sym_cmd_identifier_token26] = ACTIONS(1865), + [aux_sym_cmd_identifier_token27] = ACTIONS(1865), + [aux_sym_cmd_identifier_token28] = ACTIONS(1865), + [aux_sym_cmd_identifier_token29] = ACTIONS(1865), + [aux_sym_cmd_identifier_token30] = ACTIONS(1865), + [aux_sym_cmd_identifier_token31] = ACTIONS(1865), + [aux_sym_cmd_identifier_token32] = ACTIONS(1865), + [aux_sym_cmd_identifier_token33] = ACTIONS(1865), + [aux_sym_cmd_identifier_token34] = ACTIONS(1865), + [aux_sym_cmd_identifier_token35] = ACTIONS(1865), + [aux_sym_cmd_identifier_token36] = ACTIONS(1865), + [aux_sym_cmd_identifier_token37] = ACTIONS(1865), + [aux_sym_cmd_identifier_token38] = ACTIONS(1865), + [aux_sym_cmd_identifier_token39] = ACTIONS(1865), + [aux_sym_cmd_identifier_token40] = ACTIONS(1865), + [anon_sym_def] = ACTIONS(1865), + [anon_sym_export_DASHenv] = ACTIONS(1865), + [anon_sym_extern] = ACTIONS(1865), + [anon_sym_module] = ACTIONS(1865), + [anon_sym_use] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_error] = ACTIONS(1865), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_break] = ACTIONS(1865), + [anon_sym_continue] = ACTIONS(1865), + [anon_sym_for] = ACTIONS(1865), + [anon_sym_in2] = ACTIONS(1865), + [anon_sym_loop] = ACTIONS(1865), + [anon_sym_make] = ACTIONS(1865), + [anon_sym_while] = ACTIONS(1865), + [anon_sym_do] = ACTIONS(1865), + [anon_sym_if] = ACTIONS(1865), + [anon_sym_else] = ACTIONS(1865), + [anon_sym_match] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1865), + [anon_sym_try] = ACTIONS(1865), + [anon_sym_catch] = ACTIONS(1865), + [anon_sym_return] = ACTIONS(1865), + [anon_sym_source] = ACTIONS(1865), + [anon_sym_source_DASHenv] = ACTIONS(1865), + [anon_sym_register] = ACTIONS(1865), + [anon_sym_hide] = ACTIONS(1865), + [anon_sym_hide_DASHenv] = ACTIONS(1865), + [anon_sym_overlay] = ACTIONS(1865), + [anon_sym_as] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1865), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1865), + [aux_sym__val_number_decimal_token3] = ACTIONS(1865), + [aux_sym__val_number_decimal_token4] = ACTIONS(1865), + [aux_sym__val_number_token1] = ACTIONS(1865), + [aux_sym__val_number_token2] = ACTIONS(1865), + [aux_sym__val_number_token3] = ACTIONS(1865), + [aux_sym__val_number_token4] = ACTIONS(1865), + [aux_sym__val_number_token5] = ACTIONS(1865), + [aux_sym__val_number_token6] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1865), + [sym__str_single_quotes] = ACTIONS(1865), + [sym__str_back_ticks] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1865), + [sym__entry_separator] = ACTIONS(1873), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1802), + [sym_raw_string_begin] = ACTIONS(1873), }, - [518] = { - [sym_comment] = STATE(518), - [anon_sym_export] = ACTIONS(2174), - [anon_sym_alias] = ACTIONS(2174), - [anon_sym_let] = ACTIONS(2174), - [anon_sym_let_DASHenv] = ACTIONS(2174), - [anon_sym_mut] = ACTIONS(2174), - [anon_sym_const] = ACTIONS(2174), - [aux_sym_cmd_identifier_token1] = ACTIONS(2174), - [aux_sym_cmd_identifier_token2] = ACTIONS(2176), - [aux_sym_cmd_identifier_token3] = ACTIONS(2176), - [aux_sym_cmd_identifier_token4] = ACTIONS(2176), - [aux_sym_cmd_identifier_token5] = ACTIONS(2176), - [aux_sym_cmd_identifier_token6] = ACTIONS(2176), - [aux_sym_cmd_identifier_token7] = ACTIONS(2176), - [aux_sym_cmd_identifier_token8] = ACTIONS(2174), - [aux_sym_cmd_identifier_token9] = ACTIONS(2174), - [aux_sym_cmd_identifier_token10] = ACTIONS(2176), - [aux_sym_cmd_identifier_token11] = ACTIONS(2176), - [aux_sym_cmd_identifier_token12] = ACTIONS(2174), - [aux_sym_cmd_identifier_token13] = ACTIONS(2174), - [aux_sym_cmd_identifier_token14] = ACTIONS(2174), - [aux_sym_cmd_identifier_token15] = ACTIONS(2174), - [aux_sym_cmd_identifier_token16] = ACTIONS(2176), - [aux_sym_cmd_identifier_token17] = ACTIONS(2176), - [aux_sym_cmd_identifier_token18] = ACTIONS(2176), - [aux_sym_cmd_identifier_token19] = ACTIONS(2176), - [aux_sym_cmd_identifier_token20] = ACTIONS(2176), - [aux_sym_cmd_identifier_token21] = ACTIONS(2176), - [aux_sym_cmd_identifier_token22] = ACTIONS(2176), - [aux_sym_cmd_identifier_token23] = ACTIONS(2176), - [aux_sym_cmd_identifier_token24] = ACTIONS(2176), - [aux_sym_cmd_identifier_token25] = ACTIONS(2176), - [aux_sym_cmd_identifier_token26] = ACTIONS(2176), - [aux_sym_cmd_identifier_token27] = ACTIONS(2176), - [aux_sym_cmd_identifier_token28] = ACTIONS(2176), - [aux_sym_cmd_identifier_token29] = ACTIONS(2176), - [aux_sym_cmd_identifier_token30] = ACTIONS(2176), - [aux_sym_cmd_identifier_token31] = ACTIONS(2176), - [aux_sym_cmd_identifier_token32] = ACTIONS(2176), - [aux_sym_cmd_identifier_token33] = ACTIONS(2176), - [aux_sym_cmd_identifier_token34] = ACTIONS(2174), - [aux_sym_cmd_identifier_token35] = ACTIONS(2176), - [aux_sym_cmd_identifier_token36] = ACTIONS(2176), - [aux_sym_cmd_identifier_token37] = ACTIONS(2176), - [aux_sym_cmd_identifier_token38] = ACTIONS(2174), - [aux_sym_cmd_identifier_token39] = ACTIONS(2176), - [aux_sym_cmd_identifier_token40] = ACTIONS(2176), - [anon_sym_def] = ACTIONS(2174), - [anon_sym_export_DASHenv] = ACTIONS(2174), - [anon_sym_extern] = ACTIONS(2174), - [anon_sym_module] = ACTIONS(2174), - [anon_sym_use] = ACTIONS(2174), - [anon_sym_LPAREN] = ACTIONS(2176), - [anon_sym_DOLLAR] = ACTIONS(2176), - [anon_sym_error] = ACTIONS(2174), - [anon_sym_DASH2] = ACTIONS(2174), - [anon_sym_break] = ACTIONS(2174), - [anon_sym_continue] = ACTIONS(2174), - [anon_sym_for] = ACTIONS(2174), - [anon_sym_in2] = ACTIONS(2174), - [anon_sym_loop] = ACTIONS(2174), - [anon_sym_make] = ACTIONS(2174), - [anon_sym_while] = ACTIONS(2174), - [anon_sym_do] = ACTIONS(2174), - [anon_sym_if] = ACTIONS(2174), - [anon_sym_else] = ACTIONS(2174), - [anon_sym_match] = ACTIONS(2174), - [anon_sym_RBRACE] = ACTIONS(2176), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_catch] = ACTIONS(2174), - [anon_sym_return] = ACTIONS(2174), - [anon_sym_source] = ACTIONS(2174), - [anon_sym_source_DASHenv] = ACTIONS(2174), - [anon_sym_register] = ACTIONS(2174), - [anon_sym_hide] = ACTIONS(2174), - [anon_sym_hide_DASHenv] = ACTIONS(2174), - [anon_sym_overlay] = ACTIONS(2174), - [anon_sym_as] = ACTIONS(2174), - [anon_sym_PLUS2] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2176), - [anon_sym_DOT_DOT2] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2176), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2176), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), - [aux_sym__val_number_decimal_token2] = ACTIONS(2176), - [aux_sym__val_number_decimal_token3] = ACTIONS(2176), - [aux_sym__val_number_decimal_token4] = ACTIONS(2176), - [aux_sym__val_number_token1] = ACTIONS(2176), - [aux_sym__val_number_token2] = ACTIONS(2176), - [aux_sym__val_number_token3] = ACTIONS(2176), - [aux_sym__val_number_token4] = ACTIONS(2174), - [aux_sym__val_number_token5] = ACTIONS(2174), - [aux_sym__val_number_token6] = ACTIONS(2174), - [anon_sym_DQUOTE] = ACTIONS(2176), - [sym__str_single_quotes] = ACTIONS(2176), - [sym__str_back_ticks] = ACTIONS(2176), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2176), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2176), + [505] = { + [sym_comment] = STATE(505), + [anon_sym_export] = ACTIONS(2120), + [anon_sym_alias] = ACTIONS(2120), + [anon_sym_let] = ACTIONS(2120), + [anon_sym_let_DASHenv] = ACTIONS(2120), + [anon_sym_mut] = ACTIONS(2120), + [anon_sym_const] = ACTIONS(2120), + [aux_sym_cmd_identifier_token1] = ACTIONS(2120), + [aux_sym_cmd_identifier_token2] = ACTIONS(2122), + [aux_sym_cmd_identifier_token3] = ACTIONS(2122), + [aux_sym_cmd_identifier_token4] = ACTIONS(2122), + [aux_sym_cmd_identifier_token5] = ACTIONS(2122), + [aux_sym_cmd_identifier_token6] = ACTIONS(2122), + [aux_sym_cmd_identifier_token7] = ACTIONS(2122), + [aux_sym_cmd_identifier_token8] = ACTIONS(2120), + [aux_sym_cmd_identifier_token9] = ACTIONS(2120), + [aux_sym_cmd_identifier_token10] = ACTIONS(2122), + [aux_sym_cmd_identifier_token11] = ACTIONS(2122), + [aux_sym_cmd_identifier_token12] = ACTIONS(2120), + [aux_sym_cmd_identifier_token13] = ACTIONS(2120), + [aux_sym_cmd_identifier_token14] = ACTIONS(2120), + [aux_sym_cmd_identifier_token15] = ACTIONS(2120), + [aux_sym_cmd_identifier_token16] = ACTIONS(2122), + [aux_sym_cmd_identifier_token17] = ACTIONS(2122), + [aux_sym_cmd_identifier_token18] = ACTIONS(2122), + [aux_sym_cmd_identifier_token19] = ACTIONS(2122), + [aux_sym_cmd_identifier_token20] = ACTIONS(2122), + [aux_sym_cmd_identifier_token21] = ACTIONS(2122), + [aux_sym_cmd_identifier_token22] = ACTIONS(2122), + [aux_sym_cmd_identifier_token23] = ACTIONS(2122), + [aux_sym_cmd_identifier_token24] = ACTIONS(2122), + [aux_sym_cmd_identifier_token25] = ACTIONS(2122), + [aux_sym_cmd_identifier_token26] = ACTIONS(2122), + [aux_sym_cmd_identifier_token27] = ACTIONS(2122), + [aux_sym_cmd_identifier_token28] = ACTIONS(2122), + [aux_sym_cmd_identifier_token29] = ACTIONS(2122), + [aux_sym_cmd_identifier_token30] = ACTIONS(2122), + [aux_sym_cmd_identifier_token31] = ACTIONS(2122), + [aux_sym_cmd_identifier_token32] = ACTIONS(2122), + [aux_sym_cmd_identifier_token33] = ACTIONS(2122), + [aux_sym_cmd_identifier_token34] = ACTIONS(2120), + [aux_sym_cmd_identifier_token35] = ACTIONS(2122), + [aux_sym_cmd_identifier_token36] = ACTIONS(2122), + [aux_sym_cmd_identifier_token37] = ACTIONS(2122), + [aux_sym_cmd_identifier_token38] = ACTIONS(2120), + [aux_sym_cmd_identifier_token39] = ACTIONS(2122), + [aux_sym_cmd_identifier_token40] = ACTIONS(2122), + [anon_sym_def] = ACTIONS(2120), + [anon_sym_export_DASHenv] = ACTIONS(2120), + [anon_sym_extern] = ACTIONS(2120), + [anon_sym_module] = ACTIONS(2120), + [anon_sym_use] = ACTIONS(2120), + [anon_sym_LPAREN] = ACTIONS(2122), + [anon_sym_DOLLAR] = ACTIONS(2122), + [anon_sym_error] = ACTIONS(2120), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_break] = ACTIONS(2120), + [anon_sym_continue] = ACTIONS(2120), + [anon_sym_for] = ACTIONS(2120), + [anon_sym_in2] = ACTIONS(2120), + [anon_sym_loop] = ACTIONS(2120), + [anon_sym_make] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2120), + [anon_sym_do] = ACTIONS(2120), + [anon_sym_if] = ACTIONS(2120), + [anon_sym_else] = ACTIONS(2120), + [anon_sym_match] = ACTIONS(2120), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2120), + [anon_sym_catch] = ACTIONS(2120), + [anon_sym_return] = ACTIONS(2120), + [anon_sym_source] = ACTIONS(2120), + [anon_sym_source_DASHenv] = ACTIONS(2120), + [anon_sym_register] = ACTIONS(2120), + [anon_sym_hide] = ACTIONS(2120), + [anon_sym_hide_DASHenv] = ACTIONS(2120), + [anon_sym_overlay] = ACTIONS(2120), + [anon_sym_as] = ACTIONS(2120), + [anon_sym_PLUS2] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2122), + [anon_sym_DOT_DOT2] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2122), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2122), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2122), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2122), + [aux_sym__val_number_decimal_token3] = ACTIONS(2122), + [aux_sym__val_number_decimal_token4] = ACTIONS(2122), + [aux_sym__val_number_token1] = ACTIONS(2122), + [aux_sym__val_number_token2] = ACTIONS(2122), + [aux_sym__val_number_token3] = ACTIONS(2122), + [aux_sym__val_number_token4] = ACTIONS(2120), + [aux_sym__val_number_token5] = ACTIONS(2120), + [aux_sym__val_number_token6] = ACTIONS(2120), + [anon_sym_DQUOTE] = ACTIONS(2122), + [sym__str_single_quotes] = ACTIONS(2122), + [sym__str_back_ticks] = ACTIONS(2122), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2122), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2122), }, - [519] = { - [sym_comment] = STATE(519), + [506] = { + [sym_comment] = STATE(506), [anon_sym_export] = ACTIONS(984), [anon_sym_alias] = ACTIONS(984), [anon_sym_let] = ACTIONS(984), @@ -136661,722 +135364,314 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(986), }, - [520] = { - [sym_comment] = STATE(520), - [anon_sym_export] = ACTIONS(2218), - [anon_sym_alias] = ACTIONS(2218), - [anon_sym_let] = ACTIONS(2218), - [anon_sym_let_DASHenv] = ACTIONS(2218), - [anon_sym_mut] = ACTIONS(2218), - [anon_sym_const] = ACTIONS(2218), - [aux_sym_cmd_identifier_token1] = ACTIONS(2218), - [aux_sym_cmd_identifier_token2] = ACTIONS(2218), - [aux_sym_cmd_identifier_token3] = ACTIONS(2218), - [aux_sym_cmd_identifier_token4] = ACTIONS(2218), - [aux_sym_cmd_identifier_token5] = ACTIONS(2218), - [aux_sym_cmd_identifier_token6] = ACTIONS(2218), - [aux_sym_cmd_identifier_token7] = ACTIONS(2218), - [aux_sym_cmd_identifier_token8] = ACTIONS(2218), - [aux_sym_cmd_identifier_token9] = ACTIONS(2218), - [aux_sym_cmd_identifier_token10] = ACTIONS(2218), - [aux_sym_cmd_identifier_token11] = ACTIONS(2218), - [aux_sym_cmd_identifier_token12] = ACTIONS(2218), - [aux_sym_cmd_identifier_token13] = ACTIONS(2218), - [aux_sym_cmd_identifier_token14] = ACTIONS(2218), - [aux_sym_cmd_identifier_token15] = ACTIONS(2218), - [aux_sym_cmd_identifier_token16] = ACTIONS(2218), - [aux_sym_cmd_identifier_token17] = ACTIONS(2218), - [aux_sym_cmd_identifier_token18] = ACTIONS(2218), - [aux_sym_cmd_identifier_token19] = ACTIONS(2218), - [aux_sym_cmd_identifier_token20] = ACTIONS(2218), - [aux_sym_cmd_identifier_token21] = ACTIONS(2218), - [aux_sym_cmd_identifier_token22] = ACTIONS(2218), - [aux_sym_cmd_identifier_token23] = ACTIONS(2218), - [aux_sym_cmd_identifier_token24] = ACTIONS(2218), - [aux_sym_cmd_identifier_token25] = ACTIONS(2218), - [aux_sym_cmd_identifier_token26] = ACTIONS(2218), - [aux_sym_cmd_identifier_token27] = ACTIONS(2218), - [aux_sym_cmd_identifier_token28] = ACTIONS(2218), - [aux_sym_cmd_identifier_token29] = ACTIONS(2218), - [aux_sym_cmd_identifier_token30] = ACTIONS(2218), - [aux_sym_cmd_identifier_token31] = ACTIONS(2218), - [aux_sym_cmd_identifier_token32] = ACTIONS(2218), - [aux_sym_cmd_identifier_token33] = ACTIONS(2218), - [aux_sym_cmd_identifier_token34] = ACTIONS(2218), - [aux_sym_cmd_identifier_token35] = ACTIONS(2218), - [aux_sym_cmd_identifier_token36] = ACTIONS(2218), - [aux_sym_cmd_identifier_token37] = ACTIONS(2218), - [aux_sym_cmd_identifier_token38] = ACTIONS(2218), - [aux_sym_cmd_identifier_token39] = ACTIONS(2218), - [aux_sym_cmd_identifier_token40] = ACTIONS(2218), - [anon_sym_def] = ACTIONS(2218), - [anon_sym_export_DASHenv] = ACTIONS(2218), - [anon_sym_extern] = ACTIONS(2218), - [anon_sym_module] = ACTIONS(2218), - [anon_sym_use] = ACTIONS(2218), - [anon_sym_LPAREN] = ACTIONS(2218), - [anon_sym_DOLLAR] = ACTIONS(2218), - [anon_sym_error] = ACTIONS(2218), - [anon_sym_DASH2] = ACTIONS(2218), - [anon_sym_break] = ACTIONS(2218), - [anon_sym_continue] = ACTIONS(2218), - [anon_sym_for] = ACTIONS(2218), - [anon_sym_in2] = ACTIONS(2218), - [anon_sym_loop] = ACTIONS(2218), - [anon_sym_make] = ACTIONS(2218), - [anon_sym_while] = ACTIONS(2218), - [anon_sym_do] = ACTIONS(2218), - [anon_sym_if] = ACTIONS(2218), - [anon_sym_else] = ACTIONS(2218), - [anon_sym_match] = ACTIONS(2218), - [anon_sym_RBRACE] = ACTIONS(2218), - [anon_sym_try] = ACTIONS(2218), - [anon_sym_catch] = ACTIONS(2218), - [anon_sym_return] = ACTIONS(2218), - [anon_sym_source] = ACTIONS(2218), - [anon_sym_source_DASHenv] = ACTIONS(2218), - [anon_sym_register] = ACTIONS(2218), - [anon_sym_hide] = ACTIONS(2218), - [anon_sym_hide_DASHenv] = ACTIONS(2218), - [anon_sym_overlay] = ACTIONS(2218), - [anon_sym_as] = ACTIONS(2218), - [anon_sym_LPAREN2] = ACTIONS(2220), - [anon_sym_PLUS2] = ACTIONS(2218), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2218), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2218), - [aux_sym__val_number_decimal_token1] = ACTIONS(2218), - [aux_sym__val_number_decimal_token2] = ACTIONS(2218), - [aux_sym__val_number_decimal_token3] = ACTIONS(2218), - [aux_sym__val_number_decimal_token4] = ACTIONS(2218), - [aux_sym__val_number_token1] = ACTIONS(2218), - [aux_sym__val_number_token2] = ACTIONS(2218), - [aux_sym__val_number_token3] = ACTIONS(2218), - [aux_sym__val_number_token4] = ACTIONS(2218), - [aux_sym__val_number_token5] = ACTIONS(2218), - [aux_sym__val_number_token6] = ACTIONS(2218), - [anon_sym_DQUOTE] = ACTIONS(2218), - [sym__str_single_quotes] = ACTIONS(2218), - [sym__str_back_ticks] = ACTIONS(2218), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2218), - [sym__entry_separator] = ACTIONS(2222), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2222), - }, - [521] = { - [sym_comment] = STATE(521), - [anon_sym_export] = ACTIONS(2224), - [anon_sym_alias] = ACTIONS(2224), - [anon_sym_let] = ACTIONS(2224), - [anon_sym_let_DASHenv] = ACTIONS(2224), - [anon_sym_mut] = ACTIONS(2224), - [anon_sym_const] = ACTIONS(2224), - [aux_sym_cmd_identifier_token1] = ACTIONS(2224), - [aux_sym_cmd_identifier_token2] = ACTIONS(2224), - [aux_sym_cmd_identifier_token3] = ACTIONS(2224), - [aux_sym_cmd_identifier_token4] = ACTIONS(2224), - [aux_sym_cmd_identifier_token5] = ACTIONS(2224), - [aux_sym_cmd_identifier_token6] = ACTIONS(2224), - [aux_sym_cmd_identifier_token7] = ACTIONS(2224), - [aux_sym_cmd_identifier_token8] = ACTIONS(2224), - [aux_sym_cmd_identifier_token9] = ACTIONS(2224), - [aux_sym_cmd_identifier_token10] = ACTIONS(2224), - [aux_sym_cmd_identifier_token11] = ACTIONS(2224), - [aux_sym_cmd_identifier_token12] = ACTIONS(2224), - [aux_sym_cmd_identifier_token13] = ACTIONS(2224), - [aux_sym_cmd_identifier_token14] = ACTIONS(2224), - [aux_sym_cmd_identifier_token15] = ACTIONS(2224), - [aux_sym_cmd_identifier_token16] = ACTIONS(2224), - [aux_sym_cmd_identifier_token17] = ACTIONS(2224), - [aux_sym_cmd_identifier_token18] = ACTIONS(2224), - [aux_sym_cmd_identifier_token19] = ACTIONS(2224), - [aux_sym_cmd_identifier_token20] = ACTIONS(2224), - [aux_sym_cmd_identifier_token21] = ACTIONS(2224), - [aux_sym_cmd_identifier_token22] = ACTIONS(2224), - [aux_sym_cmd_identifier_token23] = ACTIONS(2224), - [aux_sym_cmd_identifier_token24] = ACTIONS(2224), - [aux_sym_cmd_identifier_token25] = ACTIONS(2224), - [aux_sym_cmd_identifier_token26] = ACTIONS(2224), - [aux_sym_cmd_identifier_token27] = ACTIONS(2224), - [aux_sym_cmd_identifier_token28] = ACTIONS(2224), - [aux_sym_cmd_identifier_token29] = ACTIONS(2224), - [aux_sym_cmd_identifier_token30] = ACTIONS(2224), - [aux_sym_cmd_identifier_token31] = ACTIONS(2224), - [aux_sym_cmd_identifier_token32] = ACTIONS(2224), - [aux_sym_cmd_identifier_token33] = ACTIONS(2224), - [aux_sym_cmd_identifier_token34] = ACTIONS(2224), - [aux_sym_cmd_identifier_token35] = ACTIONS(2224), - [aux_sym_cmd_identifier_token36] = ACTIONS(2224), - [aux_sym_cmd_identifier_token37] = ACTIONS(2224), - [aux_sym_cmd_identifier_token38] = ACTIONS(2224), - [aux_sym_cmd_identifier_token39] = ACTIONS(2224), - [aux_sym_cmd_identifier_token40] = ACTIONS(2224), - [anon_sym_def] = ACTIONS(2224), - [anon_sym_export_DASHenv] = ACTIONS(2224), - [anon_sym_extern] = ACTIONS(2224), - [anon_sym_module] = ACTIONS(2224), - [anon_sym_use] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(2224), - [anon_sym_DOLLAR] = ACTIONS(2224), - [anon_sym_error] = ACTIONS(2224), - [anon_sym_DASH2] = ACTIONS(2224), - [anon_sym_break] = ACTIONS(2224), - [anon_sym_continue] = ACTIONS(2224), - [anon_sym_for] = ACTIONS(2224), - [anon_sym_in2] = ACTIONS(2224), - [anon_sym_loop] = ACTIONS(2224), - [anon_sym_make] = ACTIONS(2224), - [anon_sym_while] = ACTIONS(2224), - [anon_sym_do] = ACTIONS(2224), - [anon_sym_if] = ACTIONS(2224), - [anon_sym_else] = ACTIONS(2224), - [anon_sym_match] = ACTIONS(2224), - [anon_sym_RBRACE] = ACTIONS(2224), - [anon_sym_try] = ACTIONS(2224), - [anon_sym_catch] = ACTIONS(2224), - [anon_sym_return] = ACTIONS(2224), - [anon_sym_source] = ACTIONS(2224), - [anon_sym_source_DASHenv] = ACTIONS(2224), - [anon_sym_register] = ACTIONS(2224), - [anon_sym_hide] = ACTIONS(2224), - [anon_sym_hide_DASHenv] = ACTIONS(2224), - [anon_sym_overlay] = ACTIONS(2224), - [anon_sym_as] = ACTIONS(2224), - [anon_sym_LPAREN2] = ACTIONS(2226), - [anon_sym_PLUS2] = ACTIONS(2224), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2224), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2224), - [aux_sym__val_number_decimal_token1] = ACTIONS(2224), - [aux_sym__val_number_decimal_token2] = ACTIONS(2224), - [aux_sym__val_number_decimal_token3] = ACTIONS(2224), - [aux_sym__val_number_decimal_token4] = ACTIONS(2224), - [aux_sym__val_number_token1] = ACTIONS(2224), - [aux_sym__val_number_token2] = ACTIONS(2224), - [aux_sym__val_number_token3] = ACTIONS(2224), - [aux_sym__val_number_token4] = ACTIONS(2224), - [aux_sym__val_number_token5] = ACTIONS(2224), - [aux_sym__val_number_token6] = ACTIONS(2224), - [anon_sym_DQUOTE] = ACTIONS(2224), - [sym__str_single_quotes] = ACTIONS(2224), - [sym__str_back_ticks] = ACTIONS(2224), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2224), - [sym__entry_separator] = ACTIONS(2228), - [aux_sym__unquoted_in_record_token2] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2228), - }, - [522] = { - [sym_path] = STATE(631), - [sym_comment] = STATE(522), - [aux_sym_cell_path_repeat1] = STATE(523), - [anon_sym_export] = ACTIONS(948), - [anon_sym_alias] = ACTIONS(948), - [anon_sym_let] = ACTIONS(948), - [anon_sym_let_DASHenv] = ACTIONS(948), - [anon_sym_mut] = ACTIONS(948), - [anon_sym_const] = ACTIONS(948), - [aux_sym_cmd_identifier_token1] = ACTIONS(948), - [aux_sym_cmd_identifier_token2] = ACTIONS(950), - [aux_sym_cmd_identifier_token3] = ACTIONS(950), - [aux_sym_cmd_identifier_token4] = ACTIONS(950), - [aux_sym_cmd_identifier_token5] = ACTIONS(950), - [aux_sym_cmd_identifier_token6] = ACTIONS(950), - [aux_sym_cmd_identifier_token7] = ACTIONS(950), - [aux_sym_cmd_identifier_token8] = ACTIONS(948), - [aux_sym_cmd_identifier_token9] = ACTIONS(948), - [aux_sym_cmd_identifier_token10] = ACTIONS(950), - [aux_sym_cmd_identifier_token11] = ACTIONS(950), - [aux_sym_cmd_identifier_token12] = ACTIONS(948), - [aux_sym_cmd_identifier_token13] = ACTIONS(948), - [aux_sym_cmd_identifier_token14] = ACTIONS(948), - [aux_sym_cmd_identifier_token15] = ACTIONS(948), - [aux_sym_cmd_identifier_token16] = ACTIONS(950), - [aux_sym_cmd_identifier_token17] = ACTIONS(950), - [aux_sym_cmd_identifier_token18] = ACTIONS(950), - [aux_sym_cmd_identifier_token19] = ACTIONS(950), - [aux_sym_cmd_identifier_token20] = ACTIONS(950), - [aux_sym_cmd_identifier_token21] = ACTIONS(950), - [aux_sym_cmd_identifier_token22] = ACTIONS(950), - [aux_sym_cmd_identifier_token23] = ACTIONS(950), - [aux_sym_cmd_identifier_token24] = ACTIONS(950), - [aux_sym_cmd_identifier_token25] = ACTIONS(950), - [aux_sym_cmd_identifier_token26] = ACTIONS(950), - [aux_sym_cmd_identifier_token27] = ACTIONS(950), - [aux_sym_cmd_identifier_token28] = ACTIONS(950), - [aux_sym_cmd_identifier_token29] = ACTIONS(950), - [aux_sym_cmd_identifier_token30] = ACTIONS(950), - [aux_sym_cmd_identifier_token31] = ACTIONS(950), - [aux_sym_cmd_identifier_token32] = ACTIONS(950), - [aux_sym_cmd_identifier_token33] = ACTIONS(950), - [aux_sym_cmd_identifier_token34] = ACTIONS(948), - [aux_sym_cmd_identifier_token35] = ACTIONS(950), - [aux_sym_cmd_identifier_token36] = ACTIONS(950), - [aux_sym_cmd_identifier_token37] = ACTIONS(950), - [aux_sym_cmd_identifier_token38] = ACTIONS(948), - [aux_sym_cmd_identifier_token39] = ACTIONS(950), - [aux_sym_cmd_identifier_token40] = ACTIONS(950), - [anon_sym_def] = ACTIONS(948), - [anon_sym_export_DASHenv] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym_module] = ACTIONS(948), - [anon_sym_use] = ACTIONS(948), - [anon_sym_LPAREN] = ACTIONS(950), - [anon_sym_DOLLAR] = ACTIONS(950), - [anon_sym_error] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_in2] = ACTIONS(948), - [anon_sym_loop] = ACTIONS(948), - [anon_sym_make] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(948), - [anon_sym_if] = ACTIONS(948), - [anon_sym_else] = ACTIONS(948), - [anon_sym_match] = ACTIONS(948), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_try] = ACTIONS(948), - [anon_sym_catch] = ACTIONS(948), - [anon_sym_return] = ACTIONS(948), - [anon_sym_source] = ACTIONS(948), - [anon_sym_source_DASHenv] = ACTIONS(948), - [anon_sym_register] = ACTIONS(948), - [anon_sym_hide] = ACTIONS(948), - [anon_sym_hide_DASHenv] = ACTIONS(948), - [anon_sym_overlay] = ACTIONS(948), - [anon_sym_as] = ACTIONS(948), - [anon_sym_PLUS2] = ACTIONS(948), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(950), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(950), - [aux_sym__val_number_decimal_token1] = ACTIONS(948), - [aux_sym__val_number_decimal_token2] = ACTIONS(950), - [aux_sym__val_number_decimal_token3] = ACTIONS(950), - [aux_sym__val_number_decimal_token4] = ACTIONS(950), - [aux_sym__val_number_token1] = ACTIONS(950), - [aux_sym__val_number_token2] = ACTIONS(950), - [aux_sym__val_number_token3] = ACTIONS(950), - [aux_sym__val_number_token4] = ACTIONS(948), - [aux_sym__val_number_token5] = ACTIONS(948), - [aux_sym__val_number_token6] = ACTIONS(948), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym__str_single_quotes] = ACTIONS(950), - [sym__str_back_ticks] = ACTIONS(950), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(2037), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(950), - }, - [523] = { - [sym_path] = STATE(631), - [sym_comment] = STATE(523), - [aux_sym_cell_path_repeat1] = STATE(523), - [anon_sym_export] = ACTIONS(941), - [anon_sym_alias] = ACTIONS(941), - [anon_sym_let] = ACTIONS(941), - [anon_sym_let_DASHenv] = ACTIONS(941), - [anon_sym_mut] = ACTIONS(941), - [anon_sym_const] = ACTIONS(941), - [aux_sym_cmd_identifier_token1] = ACTIONS(941), - [aux_sym_cmd_identifier_token2] = ACTIONS(943), - [aux_sym_cmd_identifier_token3] = ACTIONS(943), - [aux_sym_cmd_identifier_token4] = ACTIONS(943), - [aux_sym_cmd_identifier_token5] = ACTIONS(943), - [aux_sym_cmd_identifier_token6] = ACTIONS(943), - [aux_sym_cmd_identifier_token7] = ACTIONS(943), - [aux_sym_cmd_identifier_token8] = ACTIONS(941), - [aux_sym_cmd_identifier_token9] = ACTIONS(941), - [aux_sym_cmd_identifier_token10] = ACTIONS(943), - [aux_sym_cmd_identifier_token11] = ACTIONS(943), - [aux_sym_cmd_identifier_token12] = ACTIONS(941), - [aux_sym_cmd_identifier_token13] = ACTIONS(941), - [aux_sym_cmd_identifier_token14] = ACTIONS(941), - [aux_sym_cmd_identifier_token15] = ACTIONS(941), - [aux_sym_cmd_identifier_token16] = ACTIONS(943), - [aux_sym_cmd_identifier_token17] = ACTIONS(943), - [aux_sym_cmd_identifier_token18] = ACTIONS(943), - [aux_sym_cmd_identifier_token19] = ACTIONS(943), - [aux_sym_cmd_identifier_token20] = ACTIONS(943), - [aux_sym_cmd_identifier_token21] = ACTIONS(943), - [aux_sym_cmd_identifier_token22] = ACTIONS(943), - [aux_sym_cmd_identifier_token23] = ACTIONS(943), - [aux_sym_cmd_identifier_token24] = ACTIONS(943), - [aux_sym_cmd_identifier_token25] = ACTIONS(943), - [aux_sym_cmd_identifier_token26] = ACTIONS(943), - [aux_sym_cmd_identifier_token27] = ACTIONS(943), - [aux_sym_cmd_identifier_token28] = ACTIONS(943), - [aux_sym_cmd_identifier_token29] = ACTIONS(943), - [aux_sym_cmd_identifier_token30] = ACTIONS(943), - [aux_sym_cmd_identifier_token31] = ACTIONS(943), - [aux_sym_cmd_identifier_token32] = ACTIONS(943), - [aux_sym_cmd_identifier_token33] = ACTIONS(943), - [aux_sym_cmd_identifier_token34] = ACTIONS(941), - [aux_sym_cmd_identifier_token35] = ACTIONS(943), - [aux_sym_cmd_identifier_token36] = ACTIONS(943), - [aux_sym_cmd_identifier_token37] = ACTIONS(943), - [aux_sym_cmd_identifier_token38] = ACTIONS(941), - [aux_sym_cmd_identifier_token39] = ACTIONS(943), - [aux_sym_cmd_identifier_token40] = ACTIONS(943), - [anon_sym_def] = ACTIONS(941), - [anon_sym_export_DASHenv] = ACTIONS(941), - [anon_sym_extern] = ACTIONS(941), - [anon_sym_module] = ACTIONS(941), - [anon_sym_use] = ACTIONS(941), - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(943), - [anon_sym_error] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_break] = ACTIONS(941), - [anon_sym_continue] = ACTIONS(941), - [anon_sym_for] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(941), - [anon_sym_loop] = ACTIONS(941), - [anon_sym_make] = ACTIONS(941), - [anon_sym_while] = ACTIONS(941), - [anon_sym_do] = ACTIONS(941), - [anon_sym_if] = ACTIONS(941), - [anon_sym_else] = ACTIONS(941), - [anon_sym_match] = ACTIONS(941), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_try] = ACTIONS(941), - [anon_sym_catch] = ACTIONS(941), - [anon_sym_return] = ACTIONS(941), - [anon_sym_source] = ACTIONS(941), - [anon_sym_source_DASHenv] = ACTIONS(941), - [anon_sym_register] = ACTIONS(941), - [anon_sym_hide] = ACTIONS(941), - [anon_sym_hide_DASHenv] = ACTIONS(941), - [anon_sym_overlay] = ACTIONS(941), - [anon_sym_as] = ACTIONS(941), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(943), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(943), - [aux_sym__val_number_decimal_token3] = ACTIONS(943), - [aux_sym__val_number_decimal_token4] = ACTIONS(943), - [aux_sym__val_number_token1] = ACTIONS(943), - [aux_sym__val_number_token2] = ACTIONS(943), - [aux_sym__val_number_token3] = ACTIONS(943), - [aux_sym__val_number_token4] = ACTIONS(941), - [aux_sym__val_number_token5] = ACTIONS(941), - [aux_sym__val_number_token6] = ACTIONS(941), - [anon_sym_DQUOTE] = ACTIONS(943), - [sym__str_single_quotes] = ACTIONS(943), - [sym__str_back_ticks] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(2232), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(943), - }, - [524] = { - [sym_comment] = STATE(524), - [anon_sym_export] = ACTIONS(1018), - [anon_sym_alias] = ACTIONS(1018), - [anon_sym_let] = ACTIONS(1018), - [anon_sym_let_DASHenv] = ACTIONS(1018), - [anon_sym_mut] = ACTIONS(1018), - [anon_sym_const] = ACTIONS(1018), - [aux_sym_cmd_identifier_token1] = ACTIONS(1018), - [aux_sym_cmd_identifier_token2] = ACTIONS(1020), - [aux_sym_cmd_identifier_token3] = ACTIONS(1020), - [aux_sym_cmd_identifier_token4] = ACTIONS(1020), - [aux_sym_cmd_identifier_token5] = ACTIONS(1020), - [aux_sym_cmd_identifier_token6] = ACTIONS(1020), - [aux_sym_cmd_identifier_token7] = ACTIONS(1020), - [aux_sym_cmd_identifier_token8] = ACTIONS(1018), - [aux_sym_cmd_identifier_token9] = ACTIONS(1018), - [aux_sym_cmd_identifier_token10] = ACTIONS(1020), - [aux_sym_cmd_identifier_token11] = ACTIONS(1020), - [aux_sym_cmd_identifier_token12] = ACTIONS(1018), - [aux_sym_cmd_identifier_token13] = ACTIONS(1018), - [aux_sym_cmd_identifier_token14] = ACTIONS(1018), - [aux_sym_cmd_identifier_token15] = ACTIONS(1018), - [aux_sym_cmd_identifier_token16] = ACTIONS(1020), - [aux_sym_cmd_identifier_token17] = ACTIONS(1020), - [aux_sym_cmd_identifier_token18] = ACTIONS(1020), - [aux_sym_cmd_identifier_token19] = ACTIONS(1020), - [aux_sym_cmd_identifier_token20] = ACTIONS(1020), - [aux_sym_cmd_identifier_token21] = ACTIONS(1020), - [aux_sym_cmd_identifier_token22] = ACTIONS(1020), - [aux_sym_cmd_identifier_token23] = ACTIONS(1020), - [aux_sym_cmd_identifier_token24] = ACTIONS(1020), - [aux_sym_cmd_identifier_token25] = ACTIONS(1020), - [aux_sym_cmd_identifier_token26] = ACTIONS(1020), - [aux_sym_cmd_identifier_token27] = ACTIONS(1020), - [aux_sym_cmd_identifier_token28] = ACTIONS(1020), - [aux_sym_cmd_identifier_token29] = ACTIONS(1020), - [aux_sym_cmd_identifier_token30] = ACTIONS(1020), - [aux_sym_cmd_identifier_token31] = ACTIONS(1020), - [aux_sym_cmd_identifier_token32] = ACTIONS(1020), - [aux_sym_cmd_identifier_token33] = ACTIONS(1020), - [aux_sym_cmd_identifier_token34] = ACTIONS(1018), - [aux_sym_cmd_identifier_token35] = ACTIONS(1020), - [aux_sym_cmd_identifier_token36] = ACTIONS(1020), - [aux_sym_cmd_identifier_token37] = ACTIONS(1020), - [aux_sym_cmd_identifier_token38] = ACTIONS(1018), - [aux_sym_cmd_identifier_token39] = ACTIONS(1020), - [aux_sym_cmd_identifier_token40] = ACTIONS(1020), - [anon_sym_def] = ACTIONS(1018), - [anon_sym_export_DASHenv] = ACTIONS(1018), - [anon_sym_extern] = ACTIONS(1018), - [anon_sym_module] = ACTIONS(1018), - [anon_sym_use] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1020), - [anon_sym_DOLLAR] = ACTIONS(1020), - [anon_sym_error] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_break] = ACTIONS(1018), - [anon_sym_continue] = ACTIONS(1018), - [anon_sym_for] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1018), - [anon_sym_loop] = ACTIONS(1018), - [anon_sym_make] = ACTIONS(1018), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_do] = ACTIONS(1018), - [anon_sym_if] = ACTIONS(1018), - [anon_sym_else] = ACTIONS(1018), - [anon_sym_match] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_try] = ACTIONS(1018), - [anon_sym_catch] = ACTIONS(1018), - [anon_sym_return] = ACTIONS(1018), - [anon_sym_source] = ACTIONS(1018), - [anon_sym_source_DASHenv] = ACTIONS(1018), - [anon_sym_register] = ACTIONS(1018), - [anon_sym_hide] = ACTIONS(1018), - [anon_sym_hide_DASHenv] = ACTIONS(1018), - [anon_sym_overlay] = ACTIONS(1018), - [anon_sym_as] = ACTIONS(1018), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1020), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1020), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1020), - [aux_sym__val_number_decimal_token3] = ACTIONS(1020), - [aux_sym__val_number_decimal_token4] = ACTIONS(1020), - [aux_sym__val_number_token1] = ACTIONS(1020), - [aux_sym__val_number_token2] = ACTIONS(1020), - [aux_sym__val_number_token3] = ACTIONS(1020), - [aux_sym__val_number_token4] = ACTIONS(1018), - [aux_sym__val_number_token5] = ACTIONS(1018), - [aux_sym__val_number_token6] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1020), - [sym__str_single_quotes] = ACTIONS(1020), - [sym__str_back_ticks] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1020), + [507] = { + [sym_comment] = STATE(507), + [anon_sym_export] = ACTIONS(980), + [anon_sym_alias] = ACTIONS(980), + [anon_sym_let] = ACTIONS(980), + [anon_sym_let_DASHenv] = ACTIONS(980), + [anon_sym_mut] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [aux_sym_cmd_identifier_token1] = ACTIONS(980), + [aux_sym_cmd_identifier_token2] = ACTIONS(982), + [aux_sym_cmd_identifier_token3] = ACTIONS(982), + [aux_sym_cmd_identifier_token4] = ACTIONS(982), + [aux_sym_cmd_identifier_token5] = ACTIONS(982), + [aux_sym_cmd_identifier_token6] = ACTIONS(982), + [aux_sym_cmd_identifier_token7] = ACTIONS(982), + [aux_sym_cmd_identifier_token8] = ACTIONS(980), + [aux_sym_cmd_identifier_token9] = ACTIONS(980), + [aux_sym_cmd_identifier_token10] = ACTIONS(982), + [aux_sym_cmd_identifier_token11] = ACTIONS(982), + [aux_sym_cmd_identifier_token12] = ACTIONS(980), + [aux_sym_cmd_identifier_token13] = ACTIONS(980), + [aux_sym_cmd_identifier_token14] = ACTIONS(980), + [aux_sym_cmd_identifier_token15] = ACTIONS(980), + [aux_sym_cmd_identifier_token16] = ACTIONS(982), + [aux_sym_cmd_identifier_token17] = ACTIONS(982), + [aux_sym_cmd_identifier_token18] = ACTIONS(982), + [aux_sym_cmd_identifier_token19] = ACTIONS(982), + [aux_sym_cmd_identifier_token20] = ACTIONS(982), + [aux_sym_cmd_identifier_token21] = ACTIONS(982), + [aux_sym_cmd_identifier_token22] = ACTIONS(982), + [aux_sym_cmd_identifier_token23] = ACTIONS(982), + [aux_sym_cmd_identifier_token24] = ACTIONS(982), + [aux_sym_cmd_identifier_token25] = ACTIONS(982), + [aux_sym_cmd_identifier_token26] = ACTIONS(982), + [aux_sym_cmd_identifier_token27] = ACTIONS(982), + [aux_sym_cmd_identifier_token28] = ACTIONS(982), + [aux_sym_cmd_identifier_token29] = ACTIONS(982), + [aux_sym_cmd_identifier_token30] = ACTIONS(982), + [aux_sym_cmd_identifier_token31] = ACTIONS(982), + [aux_sym_cmd_identifier_token32] = ACTIONS(982), + [aux_sym_cmd_identifier_token33] = ACTIONS(982), + [aux_sym_cmd_identifier_token34] = ACTIONS(980), + [aux_sym_cmd_identifier_token35] = ACTIONS(982), + [aux_sym_cmd_identifier_token36] = ACTIONS(982), + [aux_sym_cmd_identifier_token37] = ACTIONS(982), + [aux_sym_cmd_identifier_token38] = ACTIONS(980), + [aux_sym_cmd_identifier_token39] = ACTIONS(982), + [aux_sym_cmd_identifier_token40] = ACTIONS(982), + [anon_sym_def] = ACTIONS(980), + [anon_sym_export_DASHenv] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym_module] = ACTIONS(980), + [anon_sym_use] = ACTIONS(980), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_COMMA] = ACTIONS(982), + [anon_sym_DOLLAR] = ACTIONS(982), + [anon_sym_error] = ACTIONS(980), + [anon_sym_DASH2] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_in2] = ACTIONS(980), + [anon_sym_loop] = ACTIONS(980), + [anon_sym_make] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_match] = ACTIONS(980), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_try] = ACTIONS(980), + [anon_sym_catch] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_source] = ACTIONS(980), + [anon_sym_source_DASHenv] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_hide] = ACTIONS(980), + [anon_sym_hide_DASHenv] = ACTIONS(980), + [anon_sym_overlay] = ACTIONS(980), + [anon_sym_as] = ACTIONS(980), + [anon_sym_PLUS2] = ACTIONS(980), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), + [aux_sym__val_number_decimal_token1] = ACTIONS(980), + [aux_sym__val_number_decimal_token2] = ACTIONS(982), + [aux_sym__val_number_decimal_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token4] = ACTIONS(982), + [aux_sym__val_number_token1] = ACTIONS(982), + [aux_sym__val_number_token2] = ACTIONS(982), + [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_token4] = ACTIONS(980), + [aux_sym__val_number_token5] = ACTIONS(980), + [aux_sym__val_number_token6] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym__str_single_quotes] = ACTIONS(982), + [sym__str_back_ticks] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), + [anon_sym_COLON2] = ACTIONS(982), + [anon_sym_DOT2] = ACTIONS(980), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1020), + [sym_raw_string_begin] = ACTIONS(982), }, - [525] = { - [sym__expr_parenthesized_immediate] = STATE(7301), - [sym_comment] = STATE(525), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2051), - [aux_sym_cmd_identifier_token3] = ACTIONS(2051), - [aux_sym_cmd_identifier_token4] = ACTIONS(2051), - [aux_sym_cmd_identifier_token5] = ACTIONS(2051), - [aux_sym_cmd_identifier_token6] = ACTIONS(2051), - [aux_sym_cmd_identifier_token7] = ACTIONS(2051), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2051), - [aux_sym_cmd_identifier_token11] = ACTIONS(2051), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2051), - [aux_sym_cmd_identifier_token17] = ACTIONS(2051), - [aux_sym_cmd_identifier_token18] = ACTIONS(2051), - [aux_sym_cmd_identifier_token19] = ACTIONS(2051), - [aux_sym_cmd_identifier_token20] = ACTIONS(2051), - [aux_sym_cmd_identifier_token21] = ACTIONS(2051), - [aux_sym_cmd_identifier_token22] = ACTIONS(2051), - [aux_sym_cmd_identifier_token23] = ACTIONS(2051), - [aux_sym_cmd_identifier_token24] = ACTIONS(2051), - [aux_sym_cmd_identifier_token25] = ACTIONS(2051), - [aux_sym_cmd_identifier_token26] = ACTIONS(2051), - [aux_sym_cmd_identifier_token27] = ACTIONS(2051), - [aux_sym_cmd_identifier_token28] = ACTIONS(2051), - [aux_sym_cmd_identifier_token29] = ACTIONS(2051), - [aux_sym_cmd_identifier_token30] = ACTIONS(2051), - [aux_sym_cmd_identifier_token31] = ACTIONS(2051), - [aux_sym_cmd_identifier_token32] = ACTIONS(2051), - [aux_sym_cmd_identifier_token33] = ACTIONS(2051), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2051), - [aux_sym_cmd_identifier_token36] = ACTIONS(2051), - [aux_sym_cmd_identifier_token37] = ACTIONS(2051), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2051), - [aux_sym_cmd_identifier_token40] = ACTIONS(2051), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2051), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2051), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2051), - [aux_sym__val_number_decimal_token3] = ACTIONS(2051), - [aux_sym__val_number_decimal_token4] = ACTIONS(2051), - [aux_sym__val_number_token1] = ACTIONS(2051), - [aux_sym__val_number_token2] = ACTIONS(2051), - [aux_sym__val_number_token3] = ACTIONS(2051), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [sym__str_single_quotes] = ACTIONS(2051), - [sym__str_back_ticks] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2051), - [sym__entry_separator] = ACTIONS(2053), + [508] = { + [sym_comment] = STATE(508), + [anon_sym_export] = ACTIONS(2188), + [anon_sym_alias] = ACTIONS(2188), + [anon_sym_let] = ACTIONS(2188), + [anon_sym_let_DASHenv] = ACTIONS(2188), + [anon_sym_mut] = ACTIONS(2188), + [anon_sym_const] = ACTIONS(2188), + [aux_sym_cmd_identifier_token1] = ACTIONS(2188), + [aux_sym_cmd_identifier_token2] = ACTIONS(2188), + [aux_sym_cmd_identifier_token3] = ACTIONS(2188), + [aux_sym_cmd_identifier_token4] = ACTIONS(2188), + [aux_sym_cmd_identifier_token5] = ACTIONS(2188), + [aux_sym_cmd_identifier_token6] = ACTIONS(2188), + [aux_sym_cmd_identifier_token7] = ACTIONS(2188), + [aux_sym_cmd_identifier_token8] = ACTIONS(2188), + [aux_sym_cmd_identifier_token9] = ACTIONS(2188), + [aux_sym_cmd_identifier_token10] = ACTIONS(2188), + [aux_sym_cmd_identifier_token11] = ACTIONS(2188), + [aux_sym_cmd_identifier_token12] = ACTIONS(2188), + [aux_sym_cmd_identifier_token13] = ACTIONS(2188), + [aux_sym_cmd_identifier_token14] = ACTIONS(2188), + [aux_sym_cmd_identifier_token15] = ACTIONS(2188), + [aux_sym_cmd_identifier_token16] = ACTIONS(2188), + [aux_sym_cmd_identifier_token17] = ACTIONS(2188), + [aux_sym_cmd_identifier_token18] = ACTIONS(2188), + [aux_sym_cmd_identifier_token19] = ACTIONS(2188), + [aux_sym_cmd_identifier_token20] = ACTIONS(2188), + [aux_sym_cmd_identifier_token21] = ACTIONS(2188), + [aux_sym_cmd_identifier_token22] = ACTIONS(2188), + [aux_sym_cmd_identifier_token23] = ACTIONS(2188), + [aux_sym_cmd_identifier_token24] = ACTIONS(2188), + [aux_sym_cmd_identifier_token25] = ACTIONS(2188), + [aux_sym_cmd_identifier_token26] = ACTIONS(2188), + [aux_sym_cmd_identifier_token27] = ACTIONS(2188), + [aux_sym_cmd_identifier_token28] = ACTIONS(2188), + [aux_sym_cmd_identifier_token29] = ACTIONS(2188), + [aux_sym_cmd_identifier_token30] = ACTIONS(2188), + [aux_sym_cmd_identifier_token31] = ACTIONS(2188), + [aux_sym_cmd_identifier_token32] = ACTIONS(2188), + [aux_sym_cmd_identifier_token33] = ACTIONS(2188), + [aux_sym_cmd_identifier_token34] = ACTIONS(2188), + [aux_sym_cmd_identifier_token35] = ACTIONS(2188), + [aux_sym_cmd_identifier_token36] = ACTIONS(2188), + [aux_sym_cmd_identifier_token37] = ACTIONS(2188), + [aux_sym_cmd_identifier_token38] = ACTIONS(2188), + [aux_sym_cmd_identifier_token39] = ACTIONS(2188), + [aux_sym_cmd_identifier_token40] = ACTIONS(2188), + [anon_sym_def] = ACTIONS(2188), + [anon_sym_export_DASHenv] = ACTIONS(2188), + [anon_sym_extern] = ACTIONS(2188), + [anon_sym_module] = ACTIONS(2188), + [anon_sym_use] = ACTIONS(2188), + [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_DOLLAR] = ACTIONS(2188), + [anon_sym_error] = ACTIONS(2188), + [anon_sym_DASH2] = ACTIONS(2188), + [anon_sym_break] = ACTIONS(2188), + [anon_sym_continue] = ACTIONS(2188), + [anon_sym_for] = ACTIONS(2188), + [anon_sym_in2] = ACTIONS(2188), + [anon_sym_loop] = ACTIONS(2188), + [anon_sym_make] = ACTIONS(2188), + [anon_sym_while] = ACTIONS(2188), + [anon_sym_do] = ACTIONS(2188), + [anon_sym_if] = ACTIONS(2188), + [anon_sym_else] = ACTIONS(2188), + [anon_sym_match] = ACTIONS(2188), + [anon_sym_RBRACE] = ACTIONS(2188), + [anon_sym_try] = ACTIONS(2188), + [anon_sym_catch] = ACTIONS(2188), + [anon_sym_return] = ACTIONS(2188), + [anon_sym_source] = ACTIONS(2188), + [anon_sym_source_DASHenv] = ACTIONS(2188), + [anon_sym_register] = ACTIONS(2188), + [anon_sym_hide] = ACTIONS(2188), + [anon_sym_hide_DASHenv] = ACTIONS(2188), + [anon_sym_overlay] = ACTIONS(2188), + [anon_sym_as] = ACTIONS(2188), + [anon_sym_LPAREN2] = ACTIONS(2190), + [anon_sym_PLUS2] = ACTIONS(2188), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2188), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2188), + [aux_sym__val_number_decimal_token1] = ACTIONS(2188), + [aux_sym__val_number_decimal_token2] = ACTIONS(2188), + [aux_sym__val_number_decimal_token3] = ACTIONS(2188), + [aux_sym__val_number_decimal_token4] = ACTIONS(2188), + [aux_sym__val_number_token1] = ACTIONS(2188), + [aux_sym__val_number_token2] = ACTIONS(2188), + [aux_sym__val_number_token3] = ACTIONS(2188), + [aux_sym__val_number_token4] = ACTIONS(2188), + [aux_sym__val_number_token5] = ACTIONS(2188), + [aux_sym__val_number_token6] = ACTIONS(2188), + [anon_sym_DQUOTE] = ACTIONS(2188), + [sym__str_single_quotes] = ACTIONS(2188), + [sym__str_back_ticks] = ACTIONS(2188), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2188), + [sym__entry_separator] = ACTIONS(2192), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1631), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2053), + [sym_raw_string_begin] = ACTIONS(2192), }, - [526] = { - [sym_comment] = STATE(526), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(966), - [aux_sym_cmd_identifier_token3] = ACTIONS(966), - [aux_sym_cmd_identifier_token4] = ACTIONS(966), - [aux_sym_cmd_identifier_token5] = ACTIONS(966), - [aux_sym_cmd_identifier_token6] = ACTIONS(966), - [aux_sym_cmd_identifier_token7] = ACTIONS(966), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(966), - [aux_sym_cmd_identifier_token11] = ACTIONS(966), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(966), - [aux_sym_cmd_identifier_token17] = ACTIONS(966), - [aux_sym_cmd_identifier_token18] = ACTIONS(966), - [aux_sym_cmd_identifier_token19] = ACTIONS(966), - [aux_sym_cmd_identifier_token20] = ACTIONS(966), - [aux_sym_cmd_identifier_token21] = ACTIONS(966), - [aux_sym_cmd_identifier_token22] = ACTIONS(966), - [aux_sym_cmd_identifier_token23] = ACTIONS(966), - [aux_sym_cmd_identifier_token24] = ACTIONS(966), - [aux_sym_cmd_identifier_token25] = ACTIONS(966), - [aux_sym_cmd_identifier_token26] = ACTIONS(966), - [aux_sym_cmd_identifier_token27] = ACTIONS(966), - [aux_sym_cmd_identifier_token28] = ACTIONS(966), - [aux_sym_cmd_identifier_token29] = ACTIONS(966), - [aux_sym_cmd_identifier_token30] = ACTIONS(966), - [aux_sym_cmd_identifier_token31] = ACTIONS(966), - [aux_sym_cmd_identifier_token32] = ACTIONS(966), - [aux_sym_cmd_identifier_token33] = ACTIONS(966), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(966), - [aux_sym_cmd_identifier_token36] = ACTIONS(966), - [aux_sym_cmd_identifier_token37] = ACTIONS(966), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(966), - [aux_sym_cmd_identifier_token40] = ACTIONS(966), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(966), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_error] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(966), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(2235), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(966), - [aux_sym__val_number_decimal_token3] = ACTIONS(966), - [aux_sym__val_number_decimal_token4] = ACTIONS(966), - [aux_sym__val_number_token1] = ACTIONS(966), - [aux_sym__val_number_token2] = ACTIONS(966), - [aux_sym__val_number_token3] = ACTIONS(966), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(966), - [sym__str_single_quotes] = ACTIONS(966), - [sym__str_back_ticks] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), - [sym__entry_separator] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), + [509] = { + [sym_comment] = STATE(509), + [anon_sym_export] = ACTIONS(2194), + [anon_sym_alias] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2194), + [anon_sym_let_DASHenv] = ACTIONS(2194), + [anon_sym_mut] = ACTIONS(2194), + [anon_sym_const] = ACTIONS(2194), + [aux_sym_cmd_identifier_token1] = ACTIONS(2194), + [aux_sym_cmd_identifier_token2] = ACTIONS(2194), + [aux_sym_cmd_identifier_token3] = ACTIONS(2194), + [aux_sym_cmd_identifier_token4] = ACTIONS(2194), + [aux_sym_cmd_identifier_token5] = ACTIONS(2194), + [aux_sym_cmd_identifier_token6] = ACTIONS(2194), + [aux_sym_cmd_identifier_token7] = ACTIONS(2194), + [aux_sym_cmd_identifier_token8] = ACTIONS(2194), + [aux_sym_cmd_identifier_token9] = ACTIONS(2194), + [aux_sym_cmd_identifier_token10] = ACTIONS(2194), + [aux_sym_cmd_identifier_token11] = ACTIONS(2194), + [aux_sym_cmd_identifier_token12] = ACTIONS(2194), + [aux_sym_cmd_identifier_token13] = ACTIONS(2194), + [aux_sym_cmd_identifier_token14] = ACTIONS(2194), + [aux_sym_cmd_identifier_token15] = ACTIONS(2194), + [aux_sym_cmd_identifier_token16] = ACTIONS(2194), + [aux_sym_cmd_identifier_token17] = ACTIONS(2194), + [aux_sym_cmd_identifier_token18] = ACTIONS(2194), + [aux_sym_cmd_identifier_token19] = ACTIONS(2194), + [aux_sym_cmd_identifier_token20] = ACTIONS(2194), + [aux_sym_cmd_identifier_token21] = ACTIONS(2194), + [aux_sym_cmd_identifier_token22] = ACTIONS(2194), + [aux_sym_cmd_identifier_token23] = ACTIONS(2194), + [aux_sym_cmd_identifier_token24] = ACTIONS(2194), + [aux_sym_cmd_identifier_token25] = ACTIONS(2194), + [aux_sym_cmd_identifier_token26] = ACTIONS(2194), + [aux_sym_cmd_identifier_token27] = ACTIONS(2194), + [aux_sym_cmd_identifier_token28] = ACTIONS(2194), + [aux_sym_cmd_identifier_token29] = ACTIONS(2194), + [aux_sym_cmd_identifier_token30] = ACTIONS(2194), + [aux_sym_cmd_identifier_token31] = ACTIONS(2194), + [aux_sym_cmd_identifier_token32] = ACTIONS(2194), + [aux_sym_cmd_identifier_token33] = ACTIONS(2194), + [aux_sym_cmd_identifier_token34] = ACTIONS(2194), + [aux_sym_cmd_identifier_token35] = ACTIONS(2194), + [aux_sym_cmd_identifier_token36] = ACTIONS(2194), + [aux_sym_cmd_identifier_token37] = ACTIONS(2194), + [aux_sym_cmd_identifier_token38] = ACTIONS(2194), + [aux_sym_cmd_identifier_token39] = ACTIONS(2194), + [aux_sym_cmd_identifier_token40] = ACTIONS(2194), + [anon_sym_def] = ACTIONS(2194), + [anon_sym_export_DASHenv] = ACTIONS(2194), + [anon_sym_extern] = ACTIONS(2194), + [anon_sym_module] = ACTIONS(2194), + [anon_sym_use] = ACTIONS(2194), + [anon_sym_LPAREN] = ACTIONS(2194), + [anon_sym_DOLLAR] = ACTIONS(2194), + [anon_sym_error] = ACTIONS(2194), + [anon_sym_DASH2] = ACTIONS(2194), + [anon_sym_break] = ACTIONS(2194), + [anon_sym_continue] = ACTIONS(2194), + [anon_sym_for] = ACTIONS(2194), + [anon_sym_in2] = ACTIONS(2194), + [anon_sym_loop] = ACTIONS(2194), + [anon_sym_make] = ACTIONS(2194), + [anon_sym_while] = ACTIONS(2194), + [anon_sym_do] = ACTIONS(2194), + [anon_sym_if] = ACTIONS(2194), + [anon_sym_else] = ACTIONS(2194), + [anon_sym_match] = ACTIONS(2194), + [anon_sym_RBRACE] = ACTIONS(2194), + [anon_sym_try] = ACTIONS(2194), + [anon_sym_catch] = ACTIONS(2194), + [anon_sym_return] = ACTIONS(2194), + [anon_sym_source] = ACTIONS(2194), + [anon_sym_source_DASHenv] = ACTIONS(2194), + [anon_sym_register] = ACTIONS(2194), + [anon_sym_hide] = ACTIONS(2194), + [anon_sym_hide_DASHenv] = ACTIONS(2194), + [anon_sym_overlay] = ACTIONS(2194), + [anon_sym_as] = ACTIONS(2194), + [anon_sym_LPAREN2] = ACTIONS(2196), + [anon_sym_PLUS2] = ACTIONS(2194), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2194), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2194), + [aux_sym__val_number_decimal_token1] = ACTIONS(2194), + [aux_sym__val_number_decimal_token2] = ACTIONS(2194), + [aux_sym__val_number_decimal_token3] = ACTIONS(2194), + [aux_sym__val_number_decimal_token4] = ACTIONS(2194), + [aux_sym__val_number_token1] = ACTIONS(2194), + [aux_sym__val_number_token2] = ACTIONS(2194), + [aux_sym__val_number_token3] = ACTIONS(2194), + [aux_sym__val_number_token4] = ACTIONS(2194), + [aux_sym__val_number_token5] = ACTIONS(2194), + [aux_sym__val_number_token6] = ACTIONS(2194), + [anon_sym_DQUOTE] = ACTIONS(2194), + [sym__str_single_quotes] = ACTIONS(2194), + [sym__str_back_ticks] = ACTIONS(2194), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2194), + [sym__entry_separator] = ACTIONS(2198), + [aux_sym__unquoted_in_record_token2] = ACTIONS(2200), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(968), + [sym_raw_string_begin] = ACTIONS(2198), }, - [527] = { - [sym_comment] = STATE(527), + [510] = { + [sym_comment] = STATE(510), [anon_sym_export] = ACTIONS(1004), [anon_sym_alias] = ACTIONS(1004), [anon_sym_let] = ACTIONS(1004), @@ -137454,7 +135749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(1004), [anon_sym_overlay] = ACTIONS(1004), [anon_sym_as] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(2237), + [anon_sym_LPAREN2] = ACTIONS(2202), [anon_sym_PLUS2] = ACTIONS(1004), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1004), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1004), @@ -137473,420 +135768,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1004), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1004), [sym__entry_separator] = ACTIONS(1000), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2239), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2204), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1000), }, - [528] = { - [sym_comment] = STATE(528), - [anon_sym_export] = ACTIONS(2241), - [anon_sym_alias] = ACTIONS(2241), - [anon_sym_let] = ACTIONS(2241), - [anon_sym_let_DASHenv] = ACTIONS(2241), - [anon_sym_mut] = ACTIONS(2241), - [anon_sym_const] = ACTIONS(2241), - [aux_sym_cmd_identifier_token1] = ACTIONS(2241), - [aux_sym_cmd_identifier_token2] = ACTIONS(2241), - [aux_sym_cmd_identifier_token3] = ACTIONS(2241), - [aux_sym_cmd_identifier_token4] = ACTIONS(2241), - [aux_sym_cmd_identifier_token5] = ACTIONS(2241), - [aux_sym_cmd_identifier_token6] = ACTIONS(2241), - [aux_sym_cmd_identifier_token7] = ACTIONS(2241), - [aux_sym_cmd_identifier_token8] = ACTIONS(2241), - [aux_sym_cmd_identifier_token9] = ACTIONS(2241), - [aux_sym_cmd_identifier_token10] = ACTIONS(2241), - [aux_sym_cmd_identifier_token11] = ACTIONS(2241), - [aux_sym_cmd_identifier_token12] = ACTIONS(2241), - [aux_sym_cmd_identifier_token13] = ACTIONS(2241), - [aux_sym_cmd_identifier_token14] = ACTIONS(2241), - [aux_sym_cmd_identifier_token15] = ACTIONS(2241), - [aux_sym_cmd_identifier_token16] = ACTIONS(2241), - [aux_sym_cmd_identifier_token17] = ACTIONS(2241), - [aux_sym_cmd_identifier_token18] = ACTIONS(2241), - [aux_sym_cmd_identifier_token19] = ACTIONS(2241), - [aux_sym_cmd_identifier_token20] = ACTIONS(2241), - [aux_sym_cmd_identifier_token21] = ACTIONS(2241), - [aux_sym_cmd_identifier_token22] = ACTIONS(2241), - [aux_sym_cmd_identifier_token23] = ACTIONS(2241), - [aux_sym_cmd_identifier_token24] = ACTIONS(2241), - [aux_sym_cmd_identifier_token25] = ACTIONS(2241), - [aux_sym_cmd_identifier_token26] = ACTIONS(2241), - [aux_sym_cmd_identifier_token27] = ACTIONS(2241), - [aux_sym_cmd_identifier_token28] = ACTIONS(2241), - [aux_sym_cmd_identifier_token29] = ACTIONS(2241), - [aux_sym_cmd_identifier_token30] = ACTIONS(2241), - [aux_sym_cmd_identifier_token31] = ACTIONS(2241), - [aux_sym_cmd_identifier_token32] = ACTIONS(2241), - [aux_sym_cmd_identifier_token33] = ACTIONS(2241), - [aux_sym_cmd_identifier_token34] = ACTIONS(2241), - [aux_sym_cmd_identifier_token35] = ACTIONS(2241), - [aux_sym_cmd_identifier_token36] = ACTIONS(2241), - [aux_sym_cmd_identifier_token37] = ACTIONS(2241), - [aux_sym_cmd_identifier_token38] = ACTIONS(2241), - [aux_sym_cmd_identifier_token39] = ACTIONS(2241), - [aux_sym_cmd_identifier_token40] = ACTIONS(2241), - [anon_sym_def] = ACTIONS(2241), - [anon_sym_export_DASHenv] = ACTIONS(2241), - [anon_sym_extern] = ACTIONS(2241), - [anon_sym_module] = ACTIONS(2241), - [anon_sym_use] = ACTIONS(2241), - [anon_sym_LPAREN] = ACTIONS(2241), - [anon_sym_DOLLAR] = ACTIONS(2241), - [anon_sym_error] = ACTIONS(2241), - [anon_sym_DASH2] = ACTIONS(2241), - [anon_sym_break] = ACTIONS(2241), - [anon_sym_continue] = ACTIONS(2241), - [anon_sym_for] = ACTIONS(2241), - [anon_sym_in2] = ACTIONS(2241), - [anon_sym_loop] = ACTIONS(2241), - [anon_sym_make] = ACTIONS(2241), - [anon_sym_while] = ACTIONS(2241), - [anon_sym_do] = ACTIONS(2241), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_else] = ACTIONS(2241), - [anon_sym_match] = ACTIONS(2241), - [anon_sym_RBRACE] = ACTIONS(2241), - [anon_sym_try] = ACTIONS(2241), - [anon_sym_catch] = ACTIONS(2241), - [anon_sym_return] = ACTIONS(2241), - [anon_sym_source] = ACTIONS(2241), - [anon_sym_source_DASHenv] = ACTIONS(2241), - [anon_sym_register] = ACTIONS(2241), - [anon_sym_hide] = ACTIONS(2241), - [anon_sym_hide_DASHenv] = ACTIONS(2241), - [anon_sym_overlay] = ACTIONS(2241), - [anon_sym_as] = ACTIONS(2241), - [anon_sym_LPAREN2] = ACTIONS(2243), - [anon_sym_PLUS2] = ACTIONS(2241), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2241), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2241), - [aux_sym__val_number_decimal_token1] = ACTIONS(2241), - [aux_sym__val_number_decimal_token2] = ACTIONS(2241), - [aux_sym__val_number_decimal_token3] = ACTIONS(2241), - [aux_sym__val_number_decimal_token4] = ACTIONS(2241), - [aux_sym__val_number_token1] = ACTIONS(2241), - [aux_sym__val_number_token2] = ACTIONS(2241), - [aux_sym__val_number_token3] = ACTIONS(2241), - [aux_sym__val_number_token4] = ACTIONS(2241), - [aux_sym__val_number_token5] = ACTIONS(2241), - [aux_sym__val_number_token6] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2241), - [sym__str_single_quotes] = ACTIONS(2241), - [sym__str_back_ticks] = ACTIONS(2241), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2241), - [sym__entry_separator] = ACTIONS(2245), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2247), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2245), - }, - [529] = { - [sym_comment] = STATE(529), - [anon_sym_export] = ACTIONS(2249), - [anon_sym_alias] = ACTIONS(2249), - [anon_sym_let] = ACTIONS(2249), - [anon_sym_let_DASHenv] = ACTIONS(2249), - [anon_sym_mut] = ACTIONS(2249), - [anon_sym_const] = ACTIONS(2249), - [aux_sym_cmd_identifier_token1] = ACTIONS(2249), - [aux_sym_cmd_identifier_token2] = ACTIONS(2249), - [aux_sym_cmd_identifier_token3] = ACTIONS(2249), - [aux_sym_cmd_identifier_token4] = ACTIONS(2249), - [aux_sym_cmd_identifier_token5] = ACTIONS(2249), - [aux_sym_cmd_identifier_token6] = ACTIONS(2249), - [aux_sym_cmd_identifier_token7] = ACTIONS(2249), - [aux_sym_cmd_identifier_token8] = ACTIONS(2249), - [aux_sym_cmd_identifier_token9] = ACTIONS(2249), - [aux_sym_cmd_identifier_token10] = ACTIONS(2249), - [aux_sym_cmd_identifier_token11] = ACTIONS(2249), - [aux_sym_cmd_identifier_token12] = ACTIONS(2249), - [aux_sym_cmd_identifier_token13] = ACTIONS(2249), - [aux_sym_cmd_identifier_token14] = ACTIONS(2249), - [aux_sym_cmd_identifier_token15] = ACTIONS(2249), - [aux_sym_cmd_identifier_token16] = ACTIONS(2249), - [aux_sym_cmd_identifier_token17] = ACTIONS(2249), - [aux_sym_cmd_identifier_token18] = ACTIONS(2249), - [aux_sym_cmd_identifier_token19] = ACTIONS(2249), - [aux_sym_cmd_identifier_token20] = ACTIONS(2249), - [aux_sym_cmd_identifier_token21] = ACTIONS(2249), - [aux_sym_cmd_identifier_token22] = ACTIONS(2249), - [aux_sym_cmd_identifier_token23] = ACTIONS(2249), - [aux_sym_cmd_identifier_token24] = ACTIONS(2249), - [aux_sym_cmd_identifier_token25] = ACTIONS(2249), - [aux_sym_cmd_identifier_token26] = ACTIONS(2249), - [aux_sym_cmd_identifier_token27] = ACTIONS(2249), - [aux_sym_cmd_identifier_token28] = ACTIONS(2249), - [aux_sym_cmd_identifier_token29] = ACTIONS(2249), - [aux_sym_cmd_identifier_token30] = ACTIONS(2249), - [aux_sym_cmd_identifier_token31] = ACTIONS(2249), - [aux_sym_cmd_identifier_token32] = ACTIONS(2249), - [aux_sym_cmd_identifier_token33] = ACTIONS(2249), - [aux_sym_cmd_identifier_token34] = ACTIONS(2249), - [aux_sym_cmd_identifier_token35] = ACTIONS(2249), - [aux_sym_cmd_identifier_token36] = ACTIONS(2249), - [aux_sym_cmd_identifier_token37] = ACTIONS(2249), - [aux_sym_cmd_identifier_token38] = ACTIONS(2249), - [aux_sym_cmd_identifier_token39] = ACTIONS(2249), - [aux_sym_cmd_identifier_token40] = ACTIONS(2249), - [anon_sym_def] = ACTIONS(2249), - [anon_sym_export_DASHenv] = ACTIONS(2249), - [anon_sym_extern] = ACTIONS(2249), - [anon_sym_module] = ACTIONS(2249), - [anon_sym_use] = ACTIONS(2249), - [anon_sym_LPAREN] = ACTIONS(2249), - [anon_sym_DOLLAR] = ACTIONS(2249), - [anon_sym_error] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_break] = ACTIONS(2249), - [anon_sym_continue] = ACTIONS(2249), - [anon_sym_for] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_loop] = ACTIONS(2249), - [anon_sym_make] = ACTIONS(2249), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2249), - [anon_sym_if] = ACTIONS(2249), - [anon_sym_else] = ACTIONS(2249), - [anon_sym_match] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_try] = ACTIONS(2249), - [anon_sym_catch] = ACTIONS(2249), - [anon_sym_return] = ACTIONS(2249), - [anon_sym_source] = ACTIONS(2249), - [anon_sym_source_DASHenv] = ACTIONS(2249), - [anon_sym_register] = ACTIONS(2249), - [anon_sym_hide] = ACTIONS(2249), - [anon_sym_hide_DASHenv] = ACTIONS(2249), - [anon_sym_overlay] = ACTIONS(2249), - [anon_sym_as] = ACTIONS(2249), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2249), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2249), - [aux_sym__val_number_decimal_token1] = ACTIONS(2249), - [aux_sym__val_number_decimal_token2] = ACTIONS(2249), - [aux_sym__val_number_decimal_token3] = ACTIONS(2249), - [aux_sym__val_number_decimal_token4] = ACTIONS(2249), - [aux_sym__val_number_token1] = ACTIONS(2249), - [aux_sym__val_number_token2] = ACTIONS(2249), - [aux_sym__val_number_token3] = ACTIONS(2249), - [aux_sym__val_number_token4] = ACTIONS(2249), - [aux_sym__val_number_token5] = ACTIONS(2249), - [aux_sym__val_number_token6] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2249), - [sym__str_single_quotes] = ACTIONS(2249), - [sym__str_back_ticks] = ACTIONS(2249), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2249), - [sym__entry_separator] = ACTIONS(2253), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2255), + [511] = { + [sym_comment] = STATE(511), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2253), + [sym_raw_string_begin] = ACTIONS(1767), }, - [530] = { - [sym_comment] = STATE(530), - [anon_sym_export] = ACTIONS(2257), - [anon_sym_alias] = ACTIONS(2257), - [anon_sym_let] = ACTIONS(2257), - [anon_sym_let_DASHenv] = ACTIONS(2257), - [anon_sym_mut] = ACTIONS(2257), - [anon_sym_const] = ACTIONS(2257), - [aux_sym_cmd_identifier_token1] = ACTIONS(2257), - [aux_sym_cmd_identifier_token2] = ACTIONS(2257), - [aux_sym_cmd_identifier_token3] = ACTIONS(2257), - [aux_sym_cmd_identifier_token4] = ACTIONS(2257), - [aux_sym_cmd_identifier_token5] = ACTIONS(2257), - [aux_sym_cmd_identifier_token6] = ACTIONS(2257), - [aux_sym_cmd_identifier_token7] = ACTIONS(2257), - [aux_sym_cmd_identifier_token8] = ACTIONS(2257), - [aux_sym_cmd_identifier_token9] = ACTIONS(2257), - [aux_sym_cmd_identifier_token10] = ACTIONS(2257), - [aux_sym_cmd_identifier_token11] = ACTIONS(2257), - [aux_sym_cmd_identifier_token12] = ACTIONS(2257), - [aux_sym_cmd_identifier_token13] = ACTIONS(2257), - [aux_sym_cmd_identifier_token14] = ACTIONS(2257), - [aux_sym_cmd_identifier_token15] = ACTIONS(2257), - [aux_sym_cmd_identifier_token16] = ACTIONS(2257), - [aux_sym_cmd_identifier_token17] = ACTIONS(2257), - [aux_sym_cmd_identifier_token18] = ACTIONS(2257), - [aux_sym_cmd_identifier_token19] = ACTIONS(2257), - [aux_sym_cmd_identifier_token20] = ACTIONS(2257), - [aux_sym_cmd_identifier_token21] = ACTIONS(2257), - [aux_sym_cmd_identifier_token22] = ACTIONS(2257), - [aux_sym_cmd_identifier_token23] = ACTIONS(2257), - [aux_sym_cmd_identifier_token24] = ACTIONS(2257), - [aux_sym_cmd_identifier_token25] = ACTIONS(2257), - [aux_sym_cmd_identifier_token26] = ACTIONS(2257), - [aux_sym_cmd_identifier_token27] = ACTIONS(2257), - [aux_sym_cmd_identifier_token28] = ACTIONS(2257), - [aux_sym_cmd_identifier_token29] = ACTIONS(2257), - [aux_sym_cmd_identifier_token30] = ACTIONS(2257), - [aux_sym_cmd_identifier_token31] = ACTIONS(2257), - [aux_sym_cmd_identifier_token32] = ACTIONS(2257), - [aux_sym_cmd_identifier_token33] = ACTIONS(2257), - [aux_sym_cmd_identifier_token34] = ACTIONS(2257), - [aux_sym_cmd_identifier_token35] = ACTIONS(2257), - [aux_sym_cmd_identifier_token36] = ACTIONS(2257), - [aux_sym_cmd_identifier_token37] = ACTIONS(2257), - [aux_sym_cmd_identifier_token38] = ACTIONS(2257), - [aux_sym_cmd_identifier_token39] = ACTIONS(2257), - [aux_sym_cmd_identifier_token40] = ACTIONS(2257), - [anon_sym_def] = ACTIONS(2257), - [anon_sym_export_DASHenv] = ACTIONS(2257), - [anon_sym_extern] = ACTIONS(2257), - [anon_sym_module] = ACTIONS(2257), - [anon_sym_use] = ACTIONS(2257), - [anon_sym_LPAREN] = ACTIONS(2257), - [anon_sym_DOLLAR] = ACTIONS(2257), - [anon_sym_error] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2257), - [anon_sym_for] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_loop] = ACTIONS(2257), - [anon_sym_make] = ACTIONS(2257), - [anon_sym_while] = ACTIONS(2257), - [anon_sym_do] = ACTIONS(2257), - [anon_sym_if] = ACTIONS(2257), - [anon_sym_else] = ACTIONS(2257), - [anon_sym_match] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_try] = ACTIONS(2257), - [anon_sym_catch] = ACTIONS(2257), - [anon_sym_return] = ACTIONS(2257), - [anon_sym_source] = ACTIONS(2257), - [anon_sym_source_DASHenv] = ACTIONS(2257), - [anon_sym_register] = ACTIONS(2257), - [anon_sym_hide] = ACTIONS(2257), - [anon_sym_hide_DASHenv] = ACTIONS(2257), - [anon_sym_overlay] = ACTIONS(2257), - [anon_sym_as] = ACTIONS(2257), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2257), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2257), - [aux_sym__val_number_decimal_token1] = ACTIONS(2257), - [aux_sym__val_number_decimal_token2] = ACTIONS(2257), - [aux_sym__val_number_decimal_token3] = ACTIONS(2257), - [aux_sym__val_number_decimal_token4] = ACTIONS(2257), - [aux_sym__val_number_token1] = ACTIONS(2257), - [aux_sym__val_number_token2] = ACTIONS(2257), - [aux_sym__val_number_token3] = ACTIONS(2257), - [aux_sym__val_number_token4] = ACTIONS(2257), - [aux_sym__val_number_token5] = ACTIONS(2257), - [aux_sym__val_number_token6] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2257), - [sym__str_single_quotes] = ACTIONS(2257), - [sym__str_back_ticks] = ACTIONS(2257), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2257), - [sym__entry_separator] = ACTIONS(2259), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2259), + [512] = { + [sym_path] = STATE(656), + [sym_comment] = STATE(512), + [aux_sym_cell_path_repeat1] = STATE(516), + [anon_sym_export] = ACTIONS(948), + [anon_sym_alias] = ACTIONS(948), + [anon_sym_let] = ACTIONS(948), + [anon_sym_let_DASHenv] = ACTIONS(948), + [anon_sym_mut] = ACTIONS(948), + [anon_sym_const] = ACTIONS(948), + [aux_sym_cmd_identifier_token1] = ACTIONS(948), + [aux_sym_cmd_identifier_token2] = ACTIONS(950), + [aux_sym_cmd_identifier_token3] = ACTIONS(950), + [aux_sym_cmd_identifier_token4] = ACTIONS(950), + [aux_sym_cmd_identifier_token5] = ACTIONS(950), + [aux_sym_cmd_identifier_token6] = ACTIONS(950), + [aux_sym_cmd_identifier_token7] = ACTIONS(950), + [aux_sym_cmd_identifier_token8] = ACTIONS(948), + [aux_sym_cmd_identifier_token9] = ACTIONS(948), + [aux_sym_cmd_identifier_token10] = ACTIONS(950), + [aux_sym_cmd_identifier_token11] = ACTIONS(950), + [aux_sym_cmd_identifier_token12] = ACTIONS(948), + [aux_sym_cmd_identifier_token13] = ACTIONS(948), + [aux_sym_cmd_identifier_token14] = ACTIONS(948), + [aux_sym_cmd_identifier_token15] = ACTIONS(948), + [aux_sym_cmd_identifier_token16] = ACTIONS(950), + [aux_sym_cmd_identifier_token17] = ACTIONS(950), + [aux_sym_cmd_identifier_token18] = ACTIONS(950), + [aux_sym_cmd_identifier_token19] = ACTIONS(950), + [aux_sym_cmd_identifier_token20] = ACTIONS(950), + [aux_sym_cmd_identifier_token21] = ACTIONS(950), + [aux_sym_cmd_identifier_token22] = ACTIONS(950), + [aux_sym_cmd_identifier_token23] = ACTIONS(950), + [aux_sym_cmd_identifier_token24] = ACTIONS(950), + [aux_sym_cmd_identifier_token25] = ACTIONS(950), + [aux_sym_cmd_identifier_token26] = ACTIONS(950), + [aux_sym_cmd_identifier_token27] = ACTIONS(950), + [aux_sym_cmd_identifier_token28] = ACTIONS(950), + [aux_sym_cmd_identifier_token29] = ACTIONS(950), + [aux_sym_cmd_identifier_token30] = ACTIONS(950), + [aux_sym_cmd_identifier_token31] = ACTIONS(950), + [aux_sym_cmd_identifier_token32] = ACTIONS(950), + [aux_sym_cmd_identifier_token33] = ACTIONS(950), + [aux_sym_cmd_identifier_token34] = ACTIONS(948), + [aux_sym_cmd_identifier_token35] = ACTIONS(950), + [aux_sym_cmd_identifier_token36] = ACTIONS(950), + [aux_sym_cmd_identifier_token37] = ACTIONS(950), + [aux_sym_cmd_identifier_token38] = ACTIONS(948), + [aux_sym_cmd_identifier_token39] = ACTIONS(950), + [aux_sym_cmd_identifier_token40] = ACTIONS(950), + [anon_sym_def] = ACTIONS(948), + [anon_sym_export_DASHenv] = ACTIONS(948), + [anon_sym_extern] = ACTIONS(948), + [anon_sym_module] = ACTIONS(948), + [anon_sym_use] = ACTIONS(948), + [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_DOLLAR] = ACTIONS(950), + [anon_sym_error] = ACTIONS(948), + [anon_sym_DASH2] = ACTIONS(948), + [anon_sym_break] = ACTIONS(948), + [anon_sym_continue] = ACTIONS(948), + [anon_sym_for] = ACTIONS(948), + [anon_sym_in2] = ACTIONS(948), + [anon_sym_loop] = ACTIONS(948), + [anon_sym_make] = ACTIONS(948), + [anon_sym_while] = ACTIONS(948), + [anon_sym_do] = ACTIONS(948), + [anon_sym_if] = ACTIONS(948), + [anon_sym_else] = ACTIONS(948), + [anon_sym_match] = ACTIONS(948), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_try] = ACTIONS(948), + [anon_sym_catch] = ACTIONS(948), + [anon_sym_return] = ACTIONS(948), + [anon_sym_source] = ACTIONS(948), + [anon_sym_source_DASHenv] = ACTIONS(948), + [anon_sym_register] = ACTIONS(948), + [anon_sym_hide] = ACTIONS(948), + [anon_sym_hide_DASHenv] = ACTIONS(948), + [anon_sym_overlay] = ACTIONS(948), + [anon_sym_as] = ACTIONS(948), + [anon_sym_PLUS2] = ACTIONS(948), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(950), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(950), + [aux_sym__val_number_decimal_token1] = ACTIONS(948), + [aux_sym__val_number_decimal_token2] = ACTIONS(950), + [aux_sym__val_number_decimal_token3] = ACTIONS(950), + [aux_sym__val_number_decimal_token4] = ACTIONS(950), + [aux_sym__val_number_token1] = ACTIONS(950), + [aux_sym__val_number_token2] = ACTIONS(950), + [aux_sym__val_number_token3] = ACTIONS(950), + [aux_sym__val_number_token4] = ACTIONS(948), + [aux_sym__val_number_token5] = ACTIONS(948), + [aux_sym__val_number_token6] = ACTIONS(948), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym__str_single_quotes] = ACTIONS(950), + [sym__str_back_ticks] = ACTIONS(950), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(950), }, - [531] = { - [sym_comment] = STATE(531), - [anon_sym_export] = ACTIONS(2261), - [anon_sym_alias] = ACTIONS(2261), - [anon_sym_let] = ACTIONS(2261), - [anon_sym_let_DASHenv] = ACTIONS(2261), - [anon_sym_mut] = ACTIONS(2261), - [anon_sym_const] = ACTIONS(2261), - [aux_sym_cmd_identifier_token1] = ACTIONS(2261), - [aux_sym_cmd_identifier_token2] = ACTIONS(2261), - [aux_sym_cmd_identifier_token3] = ACTIONS(2261), - [aux_sym_cmd_identifier_token4] = ACTIONS(2261), - [aux_sym_cmd_identifier_token5] = ACTIONS(2261), - [aux_sym_cmd_identifier_token6] = ACTIONS(2261), - [aux_sym_cmd_identifier_token7] = ACTIONS(2261), - [aux_sym_cmd_identifier_token8] = ACTIONS(2261), - [aux_sym_cmd_identifier_token9] = ACTIONS(2261), - [aux_sym_cmd_identifier_token10] = ACTIONS(2261), - [aux_sym_cmd_identifier_token11] = ACTIONS(2261), - [aux_sym_cmd_identifier_token12] = ACTIONS(2261), - [aux_sym_cmd_identifier_token13] = ACTIONS(2261), - [aux_sym_cmd_identifier_token14] = ACTIONS(2261), - [aux_sym_cmd_identifier_token15] = ACTIONS(2261), - [aux_sym_cmd_identifier_token16] = ACTIONS(2261), - [aux_sym_cmd_identifier_token17] = ACTIONS(2261), - [aux_sym_cmd_identifier_token18] = ACTIONS(2261), - [aux_sym_cmd_identifier_token19] = ACTIONS(2261), - [aux_sym_cmd_identifier_token20] = ACTIONS(2261), - [aux_sym_cmd_identifier_token21] = ACTIONS(2261), - [aux_sym_cmd_identifier_token22] = ACTIONS(2261), - [aux_sym_cmd_identifier_token23] = ACTIONS(2261), - [aux_sym_cmd_identifier_token24] = ACTIONS(2261), - [aux_sym_cmd_identifier_token25] = ACTIONS(2261), - [aux_sym_cmd_identifier_token26] = ACTIONS(2261), - [aux_sym_cmd_identifier_token27] = ACTIONS(2261), - [aux_sym_cmd_identifier_token28] = ACTIONS(2261), - [aux_sym_cmd_identifier_token29] = ACTIONS(2261), - [aux_sym_cmd_identifier_token30] = ACTIONS(2261), - [aux_sym_cmd_identifier_token31] = ACTIONS(2261), - [aux_sym_cmd_identifier_token32] = ACTIONS(2261), - [aux_sym_cmd_identifier_token33] = ACTIONS(2261), - [aux_sym_cmd_identifier_token34] = ACTIONS(2261), - [aux_sym_cmd_identifier_token35] = ACTIONS(2261), - [aux_sym_cmd_identifier_token36] = ACTIONS(2261), - [aux_sym_cmd_identifier_token37] = ACTIONS(2261), - [aux_sym_cmd_identifier_token38] = ACTIONS(2261), - [aux_sym_cmd_identifier_token39] = ACTIONS(2261), - [aux_sym_cmd_identifier_token40] = ACTIONS(2261), - [anon_sym_def] = ACTIONS(2261), - [anon_sym_export_DASHenv] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2261), - [anon_sym_module] = ACTIONS(2261), - [anon_sym_use] = ACTIONS(2261), - [anon_sym_LPAREN] = ACTIONS(2261), - [anon_sym_DOLLAR] = ACTIONS(2261), - [anon_sym_error] = ACTIONS(2261), - [anon_sym_DASH2] = ACTIONS(2261), - [anon_sym_break] = ACTIONS(2261), - [anon_sym_continue] = ACTIONS(2261), - [anon_sym_for] = ACTIONS(2261), - [anon_sym_in2] = ACTIONS(2261), - [anon_sym_loop] = ACTIONS(2261), - [anon_sym_make] = ACTIONS(2261), - [anon_sym_while] = ACTIONS(2261), - [anon_sym_do] = ACTIONS(2261), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_else] = ACTIONS(2261), - [anon_sym_match] = ACTIONS(2261), - [anon_sym_RBRACE] = ACTIONS(2261), - [anon_sym_try] = ACTIONS(2261), - [anon_sym_catch] = ACTIONS(2261), - [anon_sym_return] = ACTIONS(2261), - [anon_sym_source] = ACTIONS(2261), - [anon_sym_source_DASHenv] = ACTIONS(2261), - [anon_sym_register] = ACTIONS(2261), - [anon_sym_hide] = ACTIONS(2261), - [anon_sym_hide_DASHenv] = ACTIONS(2261), - [anon_sym_overlay] = ACTIONS(2261), - [anon_sym_as] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2263), - [anon_sym_PLUS2] = ACTIONS(2261), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2261), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2261), - [aux_sym__val_number_decimal_token1] = ACTIONS(2261), - [aux_sym__val_number_decimal_token2] = ACTIONS(2261), - [aux_sym__val_number_decimal_token3] = ACTIONS(2261), - [aux_sym__val_number_decimal_token4] = ACTIONS(2261), - [aux_sym__val_number_token1] = ACTIONS(2261), - [aux_sym__val_number_token2] = ACTIONS(2261), - [aux_sym__val_number_token3] = ACTIONS(2261), - [aux_sym__val_number_token4] = ACTIONS(2261), - [aux_sym__val_number_token5] = ACTIONS(2261), - [aux_sym__val_number_token6] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2261), - [sym__str_single_quotes] = ACTIONS(2261), - [sym__str_back_ticks] = ACTIONS(2261), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2261), - [sym__entry_separator] = ACTIONS(2263), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2261), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2263), + [513] = { + [sym_comment] = STATE(513), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2130), + [aux_sym_cmd_identifier_token3] = ACTIONS(2130), + [aux_sym_cmd_identifier_token4] = ACTIONS(2130), + [aux_sym_cmd_identifier_token5] = ACTIONS(2130), + [aux_sym_cmd_identifier_token6] = ACTIONS(2130), + [aux_sym_cmd_identifier_token7] = ACTIONS(2130), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2130), + [aux_sym_cmd_identifier_token11] = ACTIONS(2130), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2130), + [aux_sym_cmd_identifier_token17] = ACTIONS(2130), + [aux_sym_cmd_identifier_token18] = ACTIONS(2130), + [aux_sym_cmd_identifier_token19] = ACTIONS(2130), + [aux_sym_cmd_identifier_token20] = ACTIONS(2130), + [aux_sym_cmd_identifier_token21] = ACTIONS(2130), + [aux_sym_cmd_identifier_token22] = ACTIONS(2130), + [aux_sym_cmd_identifier_token23] = ACTIONS(2130), + [aux_sym_cmd_identifier_token24] = ACTIONS(2130), + [aux_sym_cmd_identifier_token25] = ACTIONS(2130), + [aux_sym_cmd_identifier_token26] = ACTIONS(2130), + [aux_sym_cmd_identifier_token27] = ACTIONS(2130), + [aux_sym_cmd_identifier_token28] = ACTIONS(2130), + [aux_sym_cmd_identifier_token29] = ACTIONS(2130), + [aux_sym_cmd_identifier_token30] = ACTIONS(2130), + [aux_sym_cmd_identifier_token31] = ACTIONS(2130), + [aux_sym_cmd_identifier_token32] = ACTIONS(2130), + [aux_sym_cmd_identifier_token33] = ACTIONS(2130), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2130), + [aux_sym_cmd_identifier_token36] = ACTIONS(2130), + [aux_sym_cmd_identifier_token37] = ACTIONS(2130), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2130), + [aux_sym_cmd_identifier_token40] = ACTIONS(2130), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_DOLLAR] = ACTIONS(2130), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2130), + [anon_sym_DOT_DOT2] = ACTIONS(2206), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2208), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2208), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2130), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2130), + [aux_sym__val_number_decimal_token3] = ACTIONS(2130), + [aux_sym__val_number_decimal_token4] = ACTIONS(2130), + [aux_sym__val_number_token1] = ACTIONS(2130), + [aux_sym__val_number_token2] = ACTIONS(2130), + [aux_sym__val_number_token3] = ACTIONS(2130), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2130), + [sym__str_single_quotes] = ACTIONS(2130), + [sym__str_back_ticks] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2130), }, - [532] = { - [sym_comment] = STATE(532), + [514] = { + [sym_comment] = STATE(514), [anon_sym_export] = ACTIONS(958), [anon_sym_alias] = ACTIONS(958), [anon_sym_let] = ACTIONS(958), @@ -137964,7 +136157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(958), [anon_sym_overlay] = ACTIONS(958), [anon_sym_as] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(2210), [anon_sym_PLUS2] = ACTIONS(958), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(958), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(958), @@ -137987,1866 +136180,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(960), }, - [533] = { - [sym_comment] = STATE(533), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(976), - [aux_sym_cmd_identifier_token3] = ACTIONS(976), - [aux_sym_cmd_identifier_token4] = ACTIONS(976), - [aux_sym_cmd_identifier_token5] = ACTIONS(976), - [aux_sym_cmd_identifier_token6] = ACTIONS(976), - [aux_sym_cmd_identifier_token7] = ACTIONS(976), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(976), - [aux_sym_cmd_identifier_token11] = ACTIONS(976), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(976), - [aux_sym_cmd_identifier_token17] = ACTIONS(976), - [aux_sym_cmd_identifier_token18] = ACTIONS(976), - [aux_sym_cmd_identifier_token19] = ACTIONS(976), - [aux_sym_cmd_identifier_token20] = ACTIONS(976), - [aux_sym_cmd_identifier_token21] = ACTIONS(976), - [aux_sym_cmd_identifier_token22] = ACTIONS(976), - [aux_sym_cmd_identifier_token23] = ACTIONS(976), - [aux_sym_cmd_identifier_token24] = ACTIONS(976), - [aux_sym_cmd_identifier_token25] = ACTIONS(976), - [aux_sym_cmd_identifier_token26] = ACTIONS(976), - [aux_sym_cmd_identifier_token27] = ACTIONS(976), - [aux_sym_cmd_identifier_token28] = ACTIONS(976), - [aux_sym_cmd_identifier_token29] = ACTIONS(976), - [aux_sym_cmd_identifier_token30] = ACTIONS(976), - [aux_sym_cmd_identifier_token31] = ACTIONS(976), - [aux_sym_cmd_identifier_token32] = ACTIONS(976), - [aux_sym_cmd_identifier_token33] = ACTIONS(976), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(976), - [aux_sym_cmd_identifier_token36] = ACTIONS(976), - [aux_sym_cmd_identifier_token37] = ACTIONS(976), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(976), - [aux_sym_cmd_identifier_token40] = ACTIONS(976), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(976), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(976), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(976), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(976), - [aux_sym__val_number_decimal_token3] = ACTIONS(976), - [aux_sym__val_number_decimal_token4] = ACTIONS(976), - [aux_sym__val_number_token1] = ACTIONS(976), - [aux_sym__val_number_token2] = ACTIONS(976), - [aux_sym__val_number_token3] = ACTIONS(976), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(976), - [sym__str_single_quotes] = ACTIONS(976), - [sym__str_back_ticks] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), - [sym__entry_separator] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(978), - }, - [534] = { - [sym_comment] = STATE(534), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(972), - [aux_sym_cmd_identifier_token3] = ACTIONS(972), - [aux_sym_cmd_identifier_token4] = ACTIONS(972), - [aux_sym_cmd_identifier_token5] = ACTIONS(972), - [aux_sym_cmd_identifier_token6] = ACTIONS(972), - [aux_sym_cmd_identifier_token7] = ACTIONS(972), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(972), - [aux_sym_cmd_identifier_token11] = ACTIONS(972), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(972), - [aux_sym_cmd_identifier_token17] = ACTIONS(972), - [aux_sym_cmd_identifier_token18] = ACTIONS(972), - [aux_sym_cmd_identifier_token19] = ACTIONS(972), - [aux_sym_cmd_identifier_token20] = ACTIONS(972), - [aux_sym_cmd_identifier_token21] = ACTIONS(972), - [aux_sym_cmd_identifier_token22] = ACTIONS(972), - [aux_sym_cmd_identifier_token23] = ACTIONS(972), - [aux_sym_cmd_identifier_token24] = ACTIONS(972), - [aux_sym_cmd_identifier_token25] = ACTIONS(972), - [aux_sym_cmd_identifier_token26] = ACTIONS(972), - [aux_sym_cmd_identifier_token27] = ACTIONS(972), - [aux_sym_cmd_identifier_token28] = ACTIONS(972), - [aux_sym_cmd_identifier_token29] = ACTIONS(972), - [aux_sym_cmd_identifier_token30] = ACTIONS(972), - [aux_sym_cmd_identifier_token31] = ACTIONS(972), - [aux_sym_cmd_identifier_token32] = ACTIONS(972), - [aux_sym_cmd_identifier_token33] = ACTIONS(972), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(972), - [aux_sym_cmd_identifier_token36] = ACTIONS(972), - [aux_sym_cmd_identifier_token37] = ACTIONS(972), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(972), - [aux_sym_cmd_identifier_token40] = ACTIONS(972), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(972), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_match] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(972), - [anon_sym_try] = ACTIONS(972), - [anon_sym_catch] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_source] = ACTIONS(972), - [anon_sym_source_DASHenv] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_hide] = ACTIONS(972), - [anon_sym_hide_DASHenv] = ACTIONS(972), - [anon_sym_overlay] = ACTIONS(972), - [anon_sym_as] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(972), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(972), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(972), - [aux_sym__val_number_decimal_token3] = ACTIONS(972), - [aux_sym__val_number_decimal_token4] = ACTIONS(972), - [aux_sym__val_number_token1] = ACTIONS(972), - [aux_sym__val_number_token2] = ACTIONS(972), - [aux_sym__val_number_token3] = ACTIONS(972), - [aux_sym__val_number_token4] = ACTIONS(972), - [aux_sym__val_number_token5] = ACTIONS(972), - [aux_sym__val_number_token6] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(972), - [sym__str_single_quotes] = ACTIONS(972), - [sym__str_back_ticks] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(972), - [sym__entry_separator] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(974), - }, - [535] = { - [sym_comment] = STATE(535), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(962), - [aux_sym_cmd_identifier_token3] = ACTIONS(962), - [aux_sym_cmd_identifier_token4] = ACTIONS(962), - [aux_sym_cmd_identifier_token5] = ACTIONS(962), - [aux_sym_cmd_identifier_token6] = ACTIONS(962), - [aux_sym_cmd_identifier_token7] = ACTIONS(962), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(962), - [aux_sym_cmd_identifier_token11] = ACTIONS(962), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(962), - [aux_sym_cmd_identifier_token17] = ACTIONS(962), - [aux_sym_cmd_identifier_token18] = ACTIONS(962), - [aux_sym_cmd_identifier_token19] = ACTIONS(962), - [aux_sym_cmd_identifier_token20] = ACTIONS(962), - [aux_sym_cmd_identifier_token21] = ACTIONS(962), - [aux_sym_cmd_identifier_token22] = ACTIONS(962), - [aux_sym_cmd_identifier_token23] = ACTIONS(962), - [aux_sym_cmd_identifier_token24] = ACTIONS(962), - [aux_sym_cmd_identifier_token25] = ACTIONS(962), - [aux_sym_cmd_identifier_token26] = ACTIONS(962), - [aux_sym_cmd_identifier_token27] = ACTIONS(962), - [aux_sym_cmd_identifier_token28] = ACTIONS(962), - [aux_sym_cmd_identifier_token29] = ACTIONS(962), - [aux_sym_cmd_identifier_token30] = ACTIONS(962), - [aux_sym_cmd_identifier_token31] = ACTIONS(962), - [aux_sym_cmd_identifier_token32] = ACTIONS(962), - [aux_sym_cmd_identifier_token33] = ACTIONS(962), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(962), - [aux_sym_cmd_identifier_token36] = ACTIONS(962), - [aux_sym_cmd_identifier_token37] = ACTIONS(962), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(962), - [aux_sym_cmd_identifier_token40] = ACTIONS(962), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(962), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(962), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(962), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(962), - [aux_sym__val_number_decimal_token3] = ACTIONS(962), - [aux_sym__val_number_decimal_token4] = ACTIONS(962), - [aux_sym__val_number_token1] = ACTIONS(962), - [aux_sym__val_number_token2] = ACTIONS(962), - [aux_sym__val_number_token3] = ACTIONS(962), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym__str_single_quotes] = ACTIONS(962), - [sym__str_back_ticks] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(962), - [sym__entry_separator] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(964), - }, - [536] = { - [sym_comment] = STATE(536), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(2136), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [537] = { - [sym_comment] = STATE(537), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(2265), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [538] = { - [sym_comment] = STATE(538), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [539] = { - [sym_comment] = STATE(539), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [540] = { - [sym_comment] = STATE(540), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [541] = { - [sym_comment] = STATE(541), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1788), - [aux_sym_cmd_identifier_token3] = ACTIONS(1788), - [aux_sym_cmd_identifier_token4] = ACTIONS(1788), - [aux_sym_cmd_identifier_token5] = ACTIONS(1788), - [aux_sym_cmd_identifier_token6] = ACTIONS(1788), - [aux_sym_cmd_identifier_token7] = ACTIONS(1788), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1788), - [aux_sym_cmd_identifier_token11] = ACTIONS(1788), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1788), - [aux_sym_cmd_identifier_token17] = ACTIONS(1788), - [aux_sym_cmd_identifier_token18] = ACTIONS(1788), - [aux_sym_cmd_identifier_token19] = ACTIONS(1788), - [aux_sym_cmd_identifier_token20] = ACTIONS(1788), - [aux_sym_cmd_identifier_token21] = ACTIONS(1788), - [aux_sym_cmd_identifier_token22] = ACTIONS(1788), - [aux_sym_cmd_identifier_token23] = ACTIONS(1788), - [aux_sym_cmd_identifier_token24] = ACTIONS(1788), - [aux_sym_cmd_identifier_token25] = ACTIONS(1788), - [aux_sym_cmd_identifier_token26] = ACTIONS(1788), - [aux_sym_cmd_identifier_token27] = ACTIONS(1788), - [aux_sym_cmd_identifier_token28] = ACTIONS(1788), - [aux_sym_cmd_identifier_token29] = ACTIONS(1788), - [aux_sym_cmd_identifier_token30] = ACTIONS(1788), - [aux_sym_cmd_identifier_token31] = ACTIONS(1788), - [aux_sym_cmd_identifier_token32] = ACTIONS(1788), - [aux_sym_cmd_identifier_token33] = ACTIONS(1788), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1788), - [aux_sym_cmd_identifier_token36] = ACTIONS(1788), - [aux_sym_cmd_identifier_token37] = ACTIONS(1788), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1788), - [aux_sym_cmd_identifier_token40] = ACTIONS(1788), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1788), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1788), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1788), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [542] = { - [sym_comment] = STATE(542), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [543] = { - [sym_comment] = STATE(543), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1727), - [aux_sym_cmd_identifier_token3] = ACTIONS(1727), - [aux_sym_cmd_identifier_token4] = ACTIONS(1727), - [aux_sym_cmd_identifier_token5] = ACTIONS(1727), - [aux_sym_cmd_identifier_token6] = ACTIONS(1727), - [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1727), - [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1727), - [aux_sym_cmd_identifier_token17] = ACTIONS(1727), - [aux_sym_cmd_identifier_token18] = ACTIONS(1727), - [aux_sym_cmd_identifier_token19] = ACTIONS(1727), - [aux_sym_cmd_identifier_token20] = ACTIONS(1727), - [aux_sym_cmd_identifier_token21] = ACTIONS(1727), - [aux_sym_cmd_identifier_token22] = ACTIONS(1727), - [aux_sym_cmd_identifier_token23] = ACTIONS(1727), - [aux_sym_cmd_identifier_token24] = ACTIONS(1727), - [aux_sym_cmd_identifier_token25] = ACTIONS(1727), - [aux_sym_cmd_identifier_token26] = ACTIONS(1727), - [aux_sym_cmd_identifier_token27] = ACTIONS(1727), - [aux_sym_cmd_identifier_token28] = ACTIONS(1727), - [aux_sym_cmd_identifier_token29] = ACTIONS(1727), - [aux_sym_cmd_identifier_token30] = ACTIONS(1727), - [aux_sym_cmd_identifier_token31] = ACTIONS(1727), - [aux_sym_cmd_identifier_token32] = ACTIONS(1727), - [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1727), - [aux_sym_cmd_identifier_token36] = ACTIONS(1727), - [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1727), - [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1727), - [aux_sym__val_number_decimal_token3] = ACTIONS(1727), - [aux_sym__val_number_decimal_token4] = ACTIONS(1727), - [aux_sym__val_number_token1] = ACTIONS(1727), - [aux_sym__val_number_token2] = ACTIONS(1727), - [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1727), - [sym__str_single_quotes] = ACTIONS(1727), - [sym__str_back_ticks] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [544] = { - [sym_comment] = STATE(544), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [545] = { - [sym_comment] = STATE(545), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1786), - [aux_sym_cmd_identifier_token3] = ACTIONS(1786), - [aux_sym_cmd_identifier_token4] = ACTIONS(1786), - [aux_sym_cmd_identifier_token5] = ACTIONS(1786), - [aux_sym_cmd_identifier_token6] = ACTIONS(1786), - [aux_sym_cmd_identifier_token7] = ACTIONS(1786), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1786), - [aux_sym_cmd_identifier_token11] = ACTIONS(1786), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1786), - [aux_sym_cmd_identifier_token17] = ACTIONS(1786), - [aux_sym_cmd_identifier_token18] = ACTIONS(1786), - [aux_sym_cmd_identifier_token19] = ACTIONS(1786), - [aux_sym_cmd_identifier_token20] = ACTIONS(1786), - [aux_sym_cmd_identifier_token21] = ACTIONS(1786), - [aux_sym_cmd_identifier_token22] = ACTIONS(1786), - [aux_sym_cmd_identifier_token23] = ACTIONS(1786), - [aux_sym_cmd_identifier_token24] = ACTIONS(1786), - [aux_sym_cmd_identifier_token25] = ACTIONS(1786), - [aux_sym_cmd_identifier_token26] = ACTIONS(1786), - [aux_sym_cmd_identifier_token27] = ACTIONS(1786), - [aux_sym_cmd_identifier_token28] = ACTIONS(1786), - [aux_sym_cmd_identifier_token29] = ACTIONS(1786), - [aux_sym_cmd_identifier_token30] = ACTIONS(1786), - [aux_sym_cmd_identifier_token31] = ACTIONS(1786), - [aux_sym_cmd_identifier_token32] = ACTIONS(1786), - [aux_sym_cmd_identifier_token33] = ACTIONS(1786), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1786), - [aux_sym_cmd_identifier_token36] = ACTIONS(1786), - [aux_sym_cmd_identifier_token37] = ACTIONS(1786), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1786), - [aux_sym_cmd_identifier_token40] = ACTIONS(1786), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1786), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1786), - [aux_sym__val_number_decimal_token3] = ACTIONS(1786), - [aux_sym__val_number_decimal_token4] = ACTIONS(1786), - [aux_sym__val_number_token1] = ACTIONS(1786), - [aux_sym__val_number_token2] = ACTIONS(1786), - [aux_sym__val_number_token3] = ACTIONS(1786), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1786), - [sym__str_single_quotes] = ACTIONS(1786), - [sym__str_back_ticks] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1786), - [sym__entry_separator] = ACTIONS(1788), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [546] = { - [sym_comment] = STATE(546), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1727), - [aux_sym_cmd_identifier_token3] = ACTIONS(1727), - [aux_sym_cmd_identifier_token4] = ACTIONS(1727), - [aux_sym_cmd_identifier_token5] = ACTIONS(1727), - [aux_sym_cmd_identifier_token6] = ACTIONS(1727), - [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1727), - [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1727), - [aux_sym_cmd_identifier_token17] = ACTIONS(1727), - [aux_sym_cmd_identifier_token18] = ACTIONS(1727), - [aux_sym_cmd_identifier_token19] = ACTIONS(1727), - [aux_sym_cmd_identifier_token20] = ACTIONS(1727), - [aux_sym_cmd_identifier_token21] = ACTIONS(1727), - [aux_sym_cmd_identifier_token22] = ACTIONS(1727), - [aux_sym_cmd_identifier_token23] = ACTIONS(1727), - [aux_sym_cmd_identifier_token24] = ACTIONS(1727), - [aux_sym_cmd_identifier_token25] = ACTIONS(1727), - [aux_sym_cmd_identifier_token26] = ACTIONS(1727), - [aux_sym_cmd_identifier_token27] = ACTIONS(1727), - [aux_sym_cmd_identifier_token28] = ACTIONS(1727), - [aux_sym_cmd_identifier_token29] = ACTIONS(1727), - [aux_sym_cmd_identifier_token30] = ACTIONS(1727), - [aux_sym_cmd_identifier_token31] = ACTIONS(1727), - [aux_sym_cmd_identifier_token32] = ACTIONS(1727), - [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1727), - [aux_sym_cmd_identifier_token36] = ACTIONS(1727), - [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1727), - [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), - [aux_sym__immediate_decimal_token1] = ACTIONS(2267), - [aux_sym__immediate_decimal_token2] = ACTIONS(2269), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1727), - [aux_sym__val_number_decimal_token3] = ACTIONS(1727), - [aux_sym__val_number_decimal_token4] = ACTIONS(1727), - [aux_sym__val_number_token1] = ACTIONS(1727), - [aux_sym__val_number_token2] = ACTIONS(1727), - [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1727), - [sym__str_single_quotes] = ACTIONS(1727), - [sym__str_back_ticks] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [547] = { - [sym_comment] = STATE(547), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(2271), - [aux_sym__immediate_decimal_token2] = ACTIONS(2273), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [548] = { - [sym_comment] = STATE(548), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), - [aux_sym_cmd_identifier_token2] = ACTIONS(2140), - [aux_sym_cmd_identifier_token3] = ACTIONS(2140), - [aux_sym_cmd_identifier_token4] = ACTIONS(2140), - [aux_sym_cmd_identifier_token5] = ACTIONS(2140), - [aux_sym_cmd_identifier_token6] = ACTIONS(2140), - [aux_sym_cmd_identifier_token7] = ACTIONS(2140), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), - [aux_sym_cmd_identifier_token10] = ACTIONS(2140), - [aux_sym_cmd_identifier_token11] = ACTIONS(2140), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), - [aux_sym_cmd_identifier_token16] = ACTIONS(2140), - [aux_sym_cmd_identifier_token17] = ACTIONS(2140), - [aux_sym_cmd_identifier_token18] = ACTIONS(2140), - [aux_sym_cmd_identifier_token19] = ACTIONS(2140), - [aux_sym_cmd_identifier_token20] = ACTIONS(2140), - [aux_sym_cmd_identifier_token21] = ACTIONS(2140), - [aux_sym_cmd_identifier_token22] = ACTIONS(2140), - [aux_sym_cmd_identifier_token23] = ACTIONS(2140), - [aux_sym_cmd_identifier_token24] = ACTIONS(2140), - [aux_sym_cmd_identifier_token25] = ACTIONS(2140), - [aux_sym_cmd_identifier_token26] = ACTIONS(2140), - [aux_sym_cmd_identifier_token27] = ACTIONS(2140), - [aux_sym_cmd_identifier_token28] = ACTIONS(2140), - [aux_sym_cmd_identifier_token29] = ACTIONS(2140), - [aux_sym_cmd_identifier_token30] = ACTIONS(2140), - [aux_sym_cmd_identifier_token31] = ACTIONS(2140), - [aux_sym_cmd_identifier_token32] = ACTIONS(2140), - [aux_sym_cmd_identifier_token33] = ACTIONS(2140), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), - [aux_sym_cmd_identifier_token35] = ACTIONS(2140), - [aux_sym_cmd_identifier_token36] = ACTIONS(2140), - [aux_sym_cmd_identifier_token37] = ACTIONS(2140), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), - [aux_sym_cmd_identifier_token39] = ACTIONS(2140), - [aux_sym_cmd_identifier_token40] = ACTIONS(2140), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), - [anon_sym_LPAREN] = ACTIONS(2140), - [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), - [anon_sym_RBRACE] = ACTIONS(2140), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_PLUS2] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2140), - [anon_sym_DOT_DOT2] = ACTIONS(2194), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2196), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2196), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2140), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), - [aux_sym__val_number_decimal_token2] = ACTIONS(2140), - [aux_sym__val_number_decimal_token3] = ACTIONS(2140), - [aux_sym__val_number_decimal_token4] = ACTIONS(2140), - [aux_sym__val_number_token1] = ACTIONS(2140), - [aux_sym__val_number_token2] = ACTIONS(2140), - [aux_sym__val_number_token3] = ACTIONS(2140), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), - [anon_sym_DQUOTE] = ACTIONS(2140), - [sym__str_single_quotes] = ACTIONS(2140), - [sym__str_back_ticks] = ACTIONS(2140), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2140), - }, - [549] = { - [sym_comment] = STATE(549), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2049), - [aux_sym_cmd_identifier_token3] = ACTIONS(2049), - [aux_sym_cmd_identifier_token4] = ACTIONS(2049), - [aux_sym_cmd_identifier_token5] = ACTIONS(2049), - [aux_sym_cmd_identifier_token6] = ACTIONS(2049), - [aux_sym_cmd_identifier_token7] = ACTIONS(2049), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2049), - [aux_sym_cmd_identifier_token11] = ACTIONS(2049), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2049), - [aux_sym_cmd_identifier_token17] = ACTIONS(2049), - [aux_sym_cmd_identifier_token18] = ACTIONS(2049), - [aux_sym_cmd_identifier_token19] = ACTIONS(2049), - [aux_sym_cmd_identifier_token20] = ACTIONS(2049), - [aux_sym_cmd_identifier_token21] = ACTIONS(2049), - [aux_sym_cmd_identifier_token22] = ACTIONS(2049), - [aux_sym_cmd_identifier_token23] = ACTIONS(2049), - [aux_sym_cmd_identifier_token24] = ACTIONS(2049), - [aux_sym_cmd_identifier_token25] = ACTIONS(2049), - [aux_sym_cmd_identifier_token26] = ACTIONS(2049), - [aux_sym_cmd_identifier_token27] = ACTIONS(2049), - [aux_sym_cmd_identifier_token28] = ACTIONS(2049), - [aux_sym_cmd_identifier_token29] = ACTIONS(2049), - [aux_sym_cmd_identifier_token30] = ACTIONS(2049), - [aux_sym_cmd_identifier_token31] = ACTIONS(2049), - [aux_sym_cmd_identifier_token32] = ACTIONS(2049), - [aux_sym_cmd_identifier_token33] = ACTIONS(2049), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2049), - [aux_sym_cmd_identifier_token36] = ACTIONS(2049), - [aux_sym_cmd_identifier_token37] = ACTIONS(2049), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2049), - [aux_sym_cmd_identifier_token40] = ACTIONS(2049), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2049), - [anon_sym_DOT_DOT2] = ACTIONS(2194), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2196), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2196), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2049), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2049), - [aux_sym__val_number_decimal_token3] = ACTIONS(2049), - [aux_sym__val_number_decimal_token4] = ACTIONS(2049), - [aux_sym__val_number_token1] = ACTIONS(2049), - [aux_sym__val_number_token2] = ACTIONS(2049), - [aux_sym__val_number_token3] = ACTIONS(2049), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym__str_single_quotes] = ACTIONS(2049), - [sym__str_back_ticks] = ACTIONS(2049), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2049), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2049), - }, - [550] = { - [sym_comment] = STATE(550), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2053), - [aux_sym_cmd_identifier_token3] = ACTIONS(2053), - [aux_sym_cmd_identifier_token4] = ACTIONS(2053), - [aux_sym_cmd_identifier_token5] = ACTIONS(2053), - [aux_sym_cmd_identifier_token6] = ACTIONS(2053), - [aux_sym_cmd_identifier_token7] = ACTIONS(2053), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2053), - [aux_sym_cmd_identifier_token11] = ACTIONS(2053), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2053), - [aux_sym_cmd_identifier_token17] = ACTIONS(2053), - [aux_sym_cmd_identifier_token18] = ACTIONS(2053), - [aux_sym_cmd_identifier_token19] = ACTIONS(2053), - [aux_sym_cmd_identifier_token20] = ACTIONS(2053), - [aux_sym_cmd_identifier_token21] = ACTIONS(2053), - [aux_sym_cmd_identifier_token22] = ACTIONS(2053), - [aux_sym_cmd_identifier_token23] = ACTIONS(2053), - [aux_sym_cmd_identifier_token24] = ACTIONS(2053), - [aux_sym_cmd_identifier_token25] = ACTIONS(2053), - [aux_sym_cmd_identifier_token26] = ACTIONS(2053), - [aux_sym_cmd_identifier_token27] = ACTIONS(2053), - [aux_sym_cmd_identifier_token28] = ACTIONS(2053), - [aux_sym_cmd_identifier_token29] = ACTIONS(2053), - [aux_sym_cmd_identifier_token30] = ACTIONS(2053), - [aux_sym_cmd_identifier_token31] = ACTIONS(2053), - [aux_sym_cmd_identifier_token32] = ACTIONS(2053), - [aux_sym_cmd_identifier_token33] = ACTIONS(2053), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2053), - [aux_sym_cmd_identifier_token36] = ACTIONS(2053), - [aux_sym_cmd_identifier_token37] = ACTIONS(2053), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2053), - [aux_sym_cmd_identifier_token40] = ACTIONS(2053), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2053), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2053), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2053), - [anon_sym_DOT_DOT2] = ACTIONS(2194), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2196), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2196), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2053), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2053), - [aux_sym__val_number_decimal_token3] = ACTIONS(2053), - [aux_sym__val_number_decimal_token4] = ACTIONS(2053), - [aux_sym__val_number_token1] = ACTIONS(2053), - [aux_sym__val_number_token2] = ACTIONS(2053), - [aux_sym__val_number_token3] = ACTIONS(2053), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2053), - [sym__str_single_quotes] = ACTIONS(2053), - [sym__str_back_ticks] = ACTIONS(2053), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2053), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2053), - }, - [551] = { - [sym__expr_parenthesized_immediate] = STATE(7301), - [sym_comment] = STATE(551), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), + [515] = { + [sym_comment] = STATE(515), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), [aux_sym_cmd_identifier_token2] = ACTIONS(2138), [aux_sym_cmd_identifier_token3] = ACTIONS(2138), [aux_sym_cmd_identifier_token4] = ACTIONS(2138), [aux_sym_cmd_identifier_token5] = ACTIONS(2138), [aux_sym_cmd_identifier_token6] = ACTIONS(2138), [aux_sym_cmd_identifier_token7] = ACTIONS(2138), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), [aux_sym_cmd_identifier_token10] = ACTIONS(2138), [aux_sym_cmd_identifier_token11] = ACTIONS(2138), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), [aux_sym_cmd_identifier_token16] = ACTIONS(2138), [aux_sym_cmd_identifier_token17] = ACTIONS(2138), [aux_sym_cmd_identifier_token18] = ACTIONS(2138), @@ -139865,170 +136221,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(2138), [aux_sym_cmd_identifier_token32] = ACTIONS(2138), [aux_sym_cmd_identifier_token33] = ACTIONS(2138), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), [aux_sym_cmd_identifier_token35] = ACTIONS(2138), [aux_sym_cmd_identifier_token36] = ACTIONS(2138), [aux_sym_cmd_identifier_token37] = ACTIONS(2138), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), [aux_sym_cmd_identifier_token39] = ACTIONS(2138), [aux_sym_cmd_identifier_token40] = ACTIONS(2138), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), [anon_sym_LPAREN] = ACTIONS(2138), [anon_sym_DOLLAR] = ACTIONS(2138), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), [anon_sym_RBRACE] = ACTIONS(2138), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2138), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_PLUS2] = ACTIONS(2136), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2138), + [anon_sym_DOT_DOT2] = ACTIONS(2206), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2208), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2208), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2138), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), [aux_sym__val_number_decimal_token2] = ACTIONS(2138), [aux_sym__val_number_decimal_token3] = ACTIONS(2138), [aux_sym__val_number_decimal_token4] = ACTIONS(2138), [aux_sym__val_number_token1] = ACTIONS(2138), [aux_sym__val_number_token2] = ACTIONS(2138), [aux_sym__val_number_token3] = ACTIONS(2138), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), [anon_sym_DQUOTE] = ACTIONS(2138), [sym__str_single_quotes] = ACTIONS(2138), [sym__str_back_ticks] = ACTIONS(2138), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2138), - [sym__entry_separator] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2140), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2138), }, - [552] = { - [sym__expr_parenthesized_immediate] = STATE(7301), - [sym_comment] = STATE(552), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2043), - [aux_sym_cmd_identifier_token3] = ACTIONS(2043), - [aux_sym_cmd_identifier_token4] = ACTIONS(2043), - [aux_sym_cmd_identifier_token5] = ACTIONS(2043), - [aux_sym_cmd_identifier_token6] = ACTIONS(2043), - [aux_sym_cmd_identifier_token7] = ACTIONS(2043), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2043), - [aux_sym_cmd_identifier_token11] = ACTIONS(2043), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2043), - [aux_sym_cmd_identifier_token17] = ACTIONS(2043), - [aux_sym_cmd_identifier_token18] = ACTIONS(2043), - [aux_sym_cmd_identifier_token19] = ACTIONS(2043), - [aux_sym_cmd_identifier_token20] = ACTIONS(2043), - [aux_sym_cmd_identifier_token21] = ACTIONS(2043), - [aux_sym_cmd_identifier_token22] = ACTIONS(2043), - [aux_sym_cmd_identifier_token23] = ACTIONS(2043), - [aux_sym_cmd_identifier_token24] = ACTIONS(2043), - [aux_sym_cmd_identifier_token25] = ACTIONS(2043), - [aux_sym_cmd_identifier_token26] = ACTIONS(2043), - [aux_sym_cmd_identifier_token27] = ACTIONS(2043), - [aux_sym_cmd_identifier_token28] = ACTIONS(2043), - [aux_sym_cmd_identifier_token29] = ACTIONS(2043), - [aux_sym_cmd_identifier_token30] = ACTIONS(2043), - [aux_sym_cmd_identifier_token31] = ACTIONS(2043), - [aux_sym_cmd_identifier_token32] = ACTIONS(2043), - [aux_sym_cmd_identifier_token33] = ACTIONS(2043), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2043), - [aux_sym_cmd_identifier_token36] = ACTIONS(2043), - [aux_sym_cmd_identifier_token37] = ACTIONS(2043), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2043), - [aux_sym_cmd_identifier_token40] = ACTIONS(2043), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2043), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2043), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2043), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2043), - [aux_sym__val_number_decimal_token3] = ACTIONS(2043), - [aux_sym__val_number_decimal_token4] = ACTIONS(2043), - [aux_sym__val_number_token1] = ACTIONS(2043), - [aux_sym__val_number_token2] = ACTIONS(2043), - [aux_sym__val_number_token3] = ACTIONS(2043), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym__str_single_quotes] = ACTIONS(2043), - [sym__str_back_ticks] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2043), - [sym__entry_separator] = ACTIONS(2049), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2049), + [516] = { + [sym_path] = STATE(656), + [sym_comment] = STATE(516), + [aux_sym_cell_path_repeat1] = STATE(516), + [anon_sym_export] = ACTIONS(941), + [anon_sym_alias] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_let_DASHenv] = ACTIONS(941), + [anon_sym_mut] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [aux_sym_cmd_identifier_token1] = ACTIONS(941), + [aux_sym_cmd_identifier_token2] = ACTIONS(943), + [aux_sym_cmd_identifier_token3] = ACTIONS(943), + [aux_sym_cmd_identifier_token4] = ACTIONS(943), + [aux_sym_cmd_identifier_token5] = ACTIONS(943), + [aux_sym_cmd_identifier_token6] = ACTIONS(943), + [aux_sym_cmd_identifier_token7] = ACTIONS(943), + [aux_sym_cmd_identifier_token8] = ACTIONS(941), + [aux_sym_cmd_identifier_token9] = ACTIONS(941), + [aux_sym_cmd_identifier_token10] = ACTIONS(943), + [aux_sym_cmd_identifier_token11] = ACTIONS(943), + [aux_sym_cmd_identifier_token12] = ACTIONS(941), + [aux_sym_cmd_identifier_token13] = ACTIONS(941), + [aux_sym_cmd_identifier_token14] = ACTIONS(941), + [aux_sym_cmd_identifier_token15] = ACTIONS(941), + [aux_sym_cmd_identifier_token16] = ACTIONS(943), + [aux_sym_cmd_identifier_token17] = ACTIONS(943), + [aux_sym_cmd_identifier_token18] = ACTIONS(943), + [aux_sym_cmd_identifier_token19] = ACTIONS(943), + [aux_sym_cmd_identifier_token20] = ACTIONS(943), + [aux_sym_cmd_identifier_token21] = ACTIONS(943), + [aux_sym_cmd_identifier_token22] = ACTIONS(943), + [aux_sym_cmd_identifier_token23] = ACTIONS(943), + [aux_sym_cmd_identifier_token24] = ACTIONS(943), + [aux_sym_cmd_identifier_token25] = ACTIONS(943), + [aux_sym_cmd_identifier_token26] = ACTIONS(943), + [aux_sym_cmd_identifier_token27] = ACTIONS(943), + [aux_sym_cmd_identifier_token28] = ACTIONS(943), + [aux_sym_cmd_identifier_token29] = ACTIONS(943), + [aux_sym_cmd_identifier_token30] = ACTIONS(943), + [aux_sym_cmd_identifier_token31] = ACTIONS(943), + [aux_sym_cmd_identifier_token32] = ACTIONS(943), + [aux_sym_cmd_identifier_token33] = ACTIONS(943), + [aux_sym_cmd_identifier_token34] = ACTIONS(941), + [aux_sym_cmd_identifier_token35] = ACTIONS(943), + [aux_sym_cmd_identifier_token36] = ACTIONS(943), + [aux_sym_cmd_identifier_token37] = ACTIONS(943), + [aux_sym_cmd_identifier_token38] = ACTIONS(941), + [aux_sym_cmd_identifier_token39] = ACTIONS(943), + [aux_sym_cmd_identifier_token40] = ACTIONS(943), + [anon_sym_def] = ACTIONS(941), + [anon_sym_export_DASHenv] = ACTIONS(941), + [anon_sym_extern] = ACTIONS(941), + [anon_sym_module] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_error] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_make] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [anon_sym_do] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_else] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_try] = ACTIONS(941), + [anon_sym_catch] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_source] = ACTIONS(941), + [anon_sym_source_DASHenv] = ACTIONS(941), + [anon_sym_register] = ACTIONS(941), + [anon_sym_hide] = ACTIONS(941), + [anon_sym_hide_DASHenv] = ACTIONS(941), + [anon_sym_overlay] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(943), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(943), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(943), + [aux_sym__val_number_decimal_token3] = ACTIONS(943), + [aux_sym__val_number_decimal_token4] = ACTIONS(943), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(941), + [aux_sym__val_number_token5] = ACTIONS(941), + [aux_sym__val_number_token6] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(2212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(943), }, - [553] = { - [sym_comment] = STATE(553), + [517] = { + [sym_comment] = STATE(517), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), + [aux_sym_cmd_identifier_token2] = ACTIONS(2142), + [aux_sym_cmd_identifier_token3] = ACTIONS(2142), + [aux_sym_cmd_identifier_token4] = ACTIONS(2142), + [aux_sym_cmd_identifier_token5] = ACTIONS(2142), + [aux_sym_cmd_identifier_token6] = ACTIONS(2142), + [aux_sym_cmd_identifier_token7] = ACTIONS(2142), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), + [aux_sym_cmd_identifier_token10] = ACTIONS(2142), + [aux_sym_cmd_identifier_token11] = ACTIONS(2142), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), + [aux_sym_cmd_identifier_token16] = ACTIONS(2142), + [aux_sym_cmd_identifier_token17] = ACTIONS(2142), + [aux_sym_cmd_identifier_token18] = ACTIONS(2142), + [aux_sym_cmd_identifier_token19] = ACTIONS(2142), + [aux_sym_cmd_identifier_token20] = ACTIONS(2142), + [aux_sym_cmd_identifier_token21] = ACTIONS(2142), + [aux_sym_cmd_identifier_token22] = ACTIONS(2142), + [aux_sym_cmd_identifier_token23] = ACTIONS(2142), + [aux_sym_cmd_identifier_token24] = ACTIONS(2142), + [aux_sym_cmd_identifier_token25] = ACTIONS(2142), + [aux_sym_cmd_identifier_token26] = ACTIONS(2142), + [aux_sym_cmd_identifier_token27] = ACTIONS(2142), + [aux_sym_cmd_identifier_token28] = ACTIONS(2142), + [aux_sym_cmd_identifier_token29] = ACTIONS(2142), + [aux_sym_cmd_identifier_token30] = ACTIONS(2142), + [aux_sym_cmd_identifier_token31] = ACTIONS(2142), + [aux_sym_cmd_identifier_token32] = ACTIONS(2142), + [aux_sym_cmd_identifier_token33] = ACTIONS(2142), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), + [aux_sym_cmd_identifier_token35] = ACTIONS(2142), + [aux_sym_cmd_identifier_token36] = ACTIONS(2142), + [aux_sym_cmd_identifier_token37] = ACTIONS(2142), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), + [aux_sym_cmd_identifier_token39] = ACTIONS(2142), + [aux_sym_cmd_identifier_token40] = ACTIONS(2142), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2142), + [anon_sym_DOLLAR] = ACTIONS(2142), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_PLUS2] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2142), + [anon_sym_DOT_DOT2] = ACTIONS(2206), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2208), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2208), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2142), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), + [aux_sym__val_number_decimal_token2] = ACTIONS(2142), + [aux_sym__val_number_decimal_token3] = ACTIONS(2142), + [aux_sym__val_number_decimal_token4] = ACTIONS(2142), + [aux_sym__val_number_token1] = ACTIONS(2142), + [aux_sym__val_number_token2] = ACTIONS(2142), + [aux_sym__val_number_token3] = ACTIONS(2142), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2142), + [sym__str_single_quotes] = ACTIONS(2142), + [sym__str_back_ticks] = ACTIONS(2142), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2142), + }, + [518] = { + [sym_comment] = STATE(518), [anon_sym_export] = ACTIONS(952), [anon_sym_alias] = ACTIONS(952), [anon_sym_let] = ACTIONS(952), @@ -140106,7 +136565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide_DASHenv] = ACTIONS(952), [anon_sym_overlay] = ACTIONS(952), [anon_sym_as] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(2275), + [anon_sym_QMARK2] = ACTIONS(2215), [anon_sym_PLUS2] = ACTIONS(952), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(952), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(952), @@ -140127,32 +136586,440 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__entry_separator] = ACTIONS(954), [anon_sym_DOT2] = ACTIONS(952), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(954), + [sym_raw_string_begin] = ACTIONS(954), + }, + [519] = { + [sym_comment] = STATE(519), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(2108), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [520] = { + [sym__expr_parenthesized_immediate] = STATE(7323), + [sym_comment] = STATE(520), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2124), + [aux_sym_cmd_identifier_token3] = ACTIONS(2124), + [aux_sym_cmd_identifier_token4] = ACTIONS(2124), + [aux_sym_cmd_identifier_token5] = ACTIONS(2124), + [aux_sym_cmd_identifier_token6] = ACTIONS(2124), + [aux_sym_cmd_identifier_token7] = ACTIONS(2124), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2124), + [aux_sym_cmd_identifier_token11] = ACTIONS(2124), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2124), + [aux_sym_cmd_identifier_token17] = ACTIONS(2124), + [aux_sym_cmd_identifier_token18] = ACTIONS(2124), + [aux_sym_cmd_identifier_token19] = ACTIONS(2124), + [aux_sym_cmd_identifier_token20] = ACTIONS(2124), + [aux_sym_cmd_identifier_token21] = ACTIONS(2124), + [aux_sym_cmd_identifier_token22] = ACTIONS(2124), + [aux_sym_cmd_identifier_token23] = ACTIONS(2124), + [aux_sym_cmd_identifier_token24] = ACTIONS(2124), + [aux_sym_cmd_identifier_token25] = ACTIONS(2124), + [aux_sym_cmd_identifier_token26] = ACTIONS(2124), + [aux_sym_cmd_identifier_token27] = ACTIONS(2124), + [aux_sym_cmd_identifier_token28] = ACTIONS(2124), + [aux_sym_cmd_identifier_token29] = ACTIONS(2124), + [aux_sym_cmd_identifier_token30] = ACTIONS(2124), + [aux_sym_cmd_identifier_token31] = ACTIONS(2124), + [aux_sym_cmd_identifier_token32] = ACTIONS(2124), + [aux_sym_cmd_identifier_token33] = ACTIONS(2124), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2124), + [aux_sym_cmd_identifier_token36] = ACTIONS(2124), + [aux_sym_cmd_identifier_token37] = ACTIONS(2124), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2124), + [aux_sym_cmd_identifier_token40] = ACTIONS(2124), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2124), + [anon_sym_DOLLAR] = ACTIONS(2124), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2124), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2124), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2124), + [aux_sym__val_number_decimal_token3] = ACTIONS(2124), + [aux_sym__val_number_decimal_token4] = ACTIONS(2124), + [aux_sym__val_number_token1] = ACTIONS(2124), + [aux_sym__val_number_token2] = ACTIONS(2124), + [aux_sym__val_number_token3] = ACTIONS(2124), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2124), + [sym__str_single_quotes] = ACTIONS(2124), + [sym__str_back_ticks] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2124), + [sym__entry_separator] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2130), + }, + [521] = { + [sym_comment] = STATE(521), + [anon_sym_export] = ACTIONS(1786), + [anon_sym_alias] = ACTIONS(1786), + [anon_sym_let] = ACTIONS(1786), + [anon_sym_let_DASHenv] = ACTIONS(1786), + [anon_sym_mut] = ACTIONS(1786), + [anon_sym_const] = ACTIONS(1786), + [aux_sym_cmd_identifier_token1] = ACTIONS(1786), + [aux_sym_cmd_identifier_token2] = ACTIONS(1786), + [aux_sym_cmd_identifier_token3] = ACTIONS(1786), + [aux_sym_cmd_identifier_token4] = ACTIONS(1786), + [aux_sym_cmd_identifier_token5] = ACTIONS(1786), + [aux_sym_cmd_identifier_token6] = ACTIONS(1786), + [aux_sym_cmd_identifier_token7] = ACTIONS(1786), + [aux_sym_cmd_identifier_token8] = ACTIONS(1786), + [aux_sym_cmd_identifier_token9] = ACTIONS(1786), + [aux_sym_cmd_identifier_token10] = ACTIONS(1786), + [aux_sym_cmd_identifier_token11] = ACTIONS(1786), + [aux_sym_cmd_identifier_token12] = ACTIONS(1786), + [aux_sym_cmd_identifier_token13] = ACTIONS(1786), + [aux_sym_cmd_identifier_token14] = ACTIONS(1786), + [aux_sym_cmd_identifier_token15] = ACTIONS(1786), + [aux_sym_cmd_identifier_token16] = ACTIONS(1786), + [aux_sym_cmd_identifier_token17] = ACTIONS(1786), + [aux_sym_cmd_identifier_token18] = ACTIONS(1786), + [aux_sym_cmd_identifier_token19] = ACTIONS(1786), + [aux_sym_cmd_identifier_token20] = ACTIONS(1786), + [aux_sym_cmd_identifier_token21] = ACTIONS(1786), + [aux_sym_cmd_identifier_token22] = ACTIONS(1786), + [aux_sym_cmd_identifier_token23] = ACTIONS(1786), + [aux_sym_cmd_identifier_token24] = ACTIONS(1786), + [aux_sym_cmd_identifier_token25] = ACTIONS(1786), + [aux_sym_cmd_identifier_token26] = ACTIONS(1786), + [aux_sym_cmd_identifier_token27] = ACTIONS(1786), + [aux_sym_cmd_identifier_token28] = ACTIONS(1786), + [aux_sym_cmd_identifier_token29] = ACTIONS(1786), + [aux_sym_cmd_identifier_token30] = ACTIONS(1786), + [aux_sym_cmd_identifier_token31] = ACTIONS(1786), + [aux_sym_cmd_identifier_token32] = ACTIONS(1786), + [aux_sym_cmd_identifier_token33] = ACTIONS(1786), + [aux_sym_cmd_identifier_token34] = ACTIONS(1786), + [aux_sym_cmd_identifier_token35] = ACTIONS(1786), + [aux_sym_cmd_identifier_token36] = ACTIONS(1786), + [aux_sym_cmd_identifier_token37] = ACTIONS(1786), + [aux_sym_cmd_identifier_token38] = ACTIONS(1786), + [aux_sym_cmd_identifier_token39] = ACTIONS(1786), + [aux_sym_cmd_identifier_token40] = ACTIONS(1786), + [anon_sym_def] = ACTIONS(1786), + [anon_sym_export_DASHenv] = ACTIONS(1786), + [anon_sym_extern] = ACTIONS(1786), + [anon_sym_module] = ACTIONS(1786), + [anon_sym_use] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_error] = ACTIONS(1786), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_break] = ACTIONS(1786), + [anon_sym_continue] = ACTIONS(1786), + [anon_sym_for] = ACTIONS(1786), + [anon_sym_in2] = ACTIONS(1786), + [anon_sym_loop] = ACTIONS(1786), + [anon_sym_make] = ACTIONS(1786), + [anon_sym_while] = ACTIONS(1786), + [anon_sym_do] = ACTIONS(1786), + [anon_sym_if] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_try] = ACTIONS(1786), + [anon_sym_catch] = ACTIONS(1786), + [anon_sym_return] = ACTIONS(1786), + [anon_sym_source] = ACTIONS(1786), + [anon_sym_source_DASHenv] = ACTIONS(1786), + [anon_sym_register] = ACTIONS(1786), + [anon_sym_hide] = ACTIONS(1786), + [anon_sym_hide_DASHenv] = ACTIONS(1786), + [anon_sym_overlay] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_PLUS2] = ACTIONS(1786), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1786), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1786), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1786), + [aux_sym__val_number_decimal_token3] = ACTIONS(1786), + [aux_sym__val_number_decimal_token4] = ACTIONS(1786), + [aux_sym__val_number_token1] = ACTIONS(1786), + [aux_sym__val_number_token2] = ACTIONS(1786), + [aux_sym__val_number_token3] = ACTIONS(1786), + [aux_sym__val_number_token4] = ACTIONS(1786), + [aux_sym__val_number_token5] = ACTIONS(1786), + [aux_sym__val_number_token6] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym__str_single_quotes] = ACTIONS(1786), + [sym__str_back_ticks] = ACTIONS(1786), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1786), + [sym__entry_separator] = ACTIONS(1794), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1794), }, - [554] = { - [sym__expr_parenthesized_immediate] = STATE(7232), - [sym_comment] = STATE(554), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), + [522] = { + [sym__expr_parenthesized_immediate] = STATE(7323), + [sym_comment] = STATE(522), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), + [aux_sym_cmd_identifier_token2] = ACTIONS(2136), + [aux_sym_cmd_identifier_token3] = ACTIONS(2136), + [aux_sym_cmd_identifier_token4] = ACTIONS(2136), + [aux_sym_cmd_identifier_token5] = ACTIONS(2136), + [aux_sym_cmd_identifier_token6] = ACTIONS(2136), + [aux_sym_cmd_identifier_token7] = ACTIONS(2136), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), + [aux_sym_cmd_identifier_token10] = ACTIONS(2136), + [aux_sym_cmd_identifier_token11] = ACTIONS(2136), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), + [aux_sym_cmd_identifier_token16] = ACTIONS(2136), + [aux_sym_cmd_identifier_token17] = ACTIONS(2136), + [aux_sym_cmd_identifier_token18] = ACTIONS(2136), + [aux_sym_cmd_identifier_token19] = ACTIONS(2136), + [aux_sym_cmd_identifier_token20] = ACTIONS(2136), + [aux_sym_cmd_identifier_token21] = ACTIONS(2136), + [aux_sym_cmd_identifier_token22] = ACTIONS(2136), + [aux_sym_cmd_identifier_token23] = ACTIONS(2136), + [aux_sym_cmd_identifier_token24] = ACTIONS(2136), + [aux_sym_cmd_identifier_token25] = ACTIONS(2136), + [aux_sym_cmd_identifier_token26] = ACTIONS(2136), + [aux_sym_cmd_identifier_token27] = ACTIONS(2136), + [aux_sym_cmd_identifier_token28] = ACTIONS(2136), + [aux_sym_cmd_identifier_token29] = ACTIONS(2136), + [aux_sym_cmd_identifier_token30] = ACTIONS(2136), + [aux_sym_cmd_identifier_token31] = ACTIONS(2136), + [aux_sym_cmd_identifier_token32] = ACTIONS(2136), + [aux_sym_cmd_identifier_token33] = ACTIONS(2136), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), + [aux_sym_cmd_identifier_token35] = ACTIONS(2136), + [aux_sym_cmd_identifier_token36] = ACTIONS(2136), + [aux_sym_cmd_identifier_token37] = ACTIONS(2136), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), + [aux_sym_cmd_identifier_token39] = ACTIONS(2136), + [aux_sym_cmd_identifier_token40] = ACTIONS(2136), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_LPAREN] = ACTIONS(2136), + [anon_sym_DOLLAR] = ACTIONS(2136), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_RBRACE] = ACTIONS(2136), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2136), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), + [aux_sym__val_number_decimal_token2] = ACTIONS(2136), + [aux_sym__val_number_decimal_token3] = ACTIONS(2136), + [aux_sym__val_number_decimal_token4] = ACTIONS(2136), + [aux_sym__val_number_token1] = ACTIONS(2136), + [aux_sym__val_number_token2] = ACTIONS(2136), + [aux_sym__val_number_token3] = ACTIONS(2136), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), + [anon_sym_DQUOTE] = ACTIONS(2136), + [sym__str_single_quotes] = ACTIONS(2136), + [sym__str_back_ticks] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2136), + [sym__entry_separator] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2138), + }, + [523] = { + [sym__expr_parenthesized_immediate] = STATE(7323), + [sym_comment] = STATE(523), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), [aux_sym_cmd_identifier_token2] = ACTIONS(2140), [aux_sym_cmd_identifier_token3] = ACTIONS(2140), [aux_sym_cmd_identifier_token4] = ACTIONS(2140), [aux_sym_cmd_identifier_token5] = ACTIONS(2140), [aux_sym_cmd_identifier_token6] = ACTIONS(2140), [aux_sym_cmd_identifier_token7] = ACTIONS(2140), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), [aux_sym_cmd_identifier_token10] = ACTIONS(2140), [aux_sym_cmd_identifier_token11] = ACTIONS(2140), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), [aux_sym_cmd_identifier_token16] = ACTIONS(2140), [aux_sym_cmd_identifier_token17] = ACTIONS(2140), [aux_sym_cmd_identifier_token18] = ACTIONS(2140), @@ -140171,1279 +137038,1598 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(2140), [aux_sym_cmd_identifier_token32] = ACTIONS(2140), [aux_sym_cmd_identifier_token33] = ACTIONS(2140), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), [aux_sym_cmd_identifier_token35] = ACTIONS(2140), [aux_sym_cmd_identifier_token36] = ACTIONS(2140), [aux_sym_cmd_identifier_token37] = ACTIONS(2140), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), [aux_sym_cmd_identifier_token39] = ACTIONS(2140), [aux_sym_cmd_identifier_token40] = ACTIONS(2140), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), - [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), [anon_sym_RBRACE] = ACTIONS(2140), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2138), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2140), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2140), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2140), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), [aux_sym__val_number_decimal_token2] = ACTIONS(2140), [aux_sym__val_number_decimal_token3] = ACTIONS(2140), [aux_sym__val_number_decimal_token4] = ACTIONS(2140), [aux_sym__val_number_token1] = ACTIONS(2140), [aux_sym__val_number_token2] = ACTIONS(2140), [aux_sym__val_number_token3] = ACTIONS(2140), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), [anon_sym_DQUOTE] = ACTIONS(2140), [sym__str_single_quotes] = ACTIONS(2140), [sym__str_back_ticks] = ACTIONS(2140), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2140), + [sym__entry_separator] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2142), }, - [555] = { - [sym_comment] = STATE(555), - [anon_sym_export] = ACTIONS(2214), - [anon_sym_alias] = ACTIONS(2214), - [anon_sym_let] = ACTIONS(2214), - [anon_sym_let_DASHenv] = ACTIONS(2214), - [anon_sym_mut] = ACTIONS(2214), - [anon_sym_const] = ACTIONS(2214), - [aux_sym_cmd_identifier_token1] = ACTIONS(2214), - [aux_sym_cmd_identifier_token2] = ACTIONS(2216), - [aux_sym_cmd_identifier_token3] = ACTIONS(2216), - [aux_sym_cmd_identifier_token4] = ACTIONS(2216), - [aux_sym_cmd_identifier_token5] = ACTIONS(2216), - [aux_sym_cmd_identifier_token6] = ACTIONS(2216), - [aux_sym_cmd_identifier_token7] = ACTIONS(2216), - [aux_sym_cmd_identifier_token8] = ACTIONS(2214), - [aux_sym_cmd_identifier_token9] = ACTIONS(2214), - [aux_sym_cmd_identifier_token10] = ACTIONS(2216), - [aux_sym_cmd_identifier_token11] = ACTIONS(2216), - [aux_sym_cmd_identifier_token12] = ACTIONS(2214), - [aux_sym_cmd_identifier_token13] = ACTIONS(2214), - [aux_sym_cmd_identifier_token14] = ACTIONS(2214), - [aux_sym_cmd_identifier_token15] = ACTIONS(2214), - [aux_sym_cmd_identifier_token16] = ACTIONS(2216), - [aux_sym_cmd_identifier_token17] = ACTIONS(2216), - [aux_sym_cmd_identifier_token18] = ACTIONS(2216), - [aux_sym_cmd_identifier_token19] = ACTIONS(2216), - [aux_sym_cmd_identifier_token20] = ACTIONS(2216), - [aux_sym_cmd_identifier_token21] = ACTIONS(2216), - [aux_sym_cmd_identifier_token22] = ACTIONS(2216), - [aux_sym_cmd_identifier_token23] = ACTIONS(2216), - [aux_sym_cmd_identifier_token24] = ACTIONS(2216), - [aux_sym_cmd_identifier_token25] = ACTIONS(2216), - [aux_sym_cmd_identifier_token26] = ACTIONS(2216), - [aux_sym_cmd_identifier_token27] = ACTIONS(2216), - [aux_sym_cmd_identifier_token28] = ACTIONS(2216), - [aux_sym_cmd_identifier_token29] = ACTIONS(2216), - [aux_sym_cmd_identifier_token30] = ACTIONS(2216), - [aux_sym_cmd_identifier_token31] = ACTIONS(2216), - [aux_sym_cmd_identifier_token32] = ACTIONS(2216), - [aux_sym_cmd_identifier_token33] = ACTIONS(2216), - [aux_sym_cmd_identifier_token34] = ACTIONS(2214), - [aux_sym_cmd_identifier_token35] = ACTIONS(2216), - [aux_sym_cmd_identifier_token36] = ACTIONS(2216), - [aux_sym_cmd_identifier_token37] = ACTIONS(2216), - [aux_sym_cmd_identifier_token38] = ACTIONS(2214), - [aux_sym_cmd_identifier_token39] = ACTIONS(2216), - [aux_sym_cmd_identifier_token40] = ACTIONS(2216), - [anon_sym_def] = ACTIONS(2214), - [anon_sym_export_DASHenv] = ACTIONS(2214), - [anon_sym_extern] = ACTIONS(2214), - [anon_sym_module] = ACTIONS(2214), - [anon_sym_use] = ACTIONS(2214), - [anon_sym_LPAREN] = ACTIONS(2214), - [anon_sym_DOLLAR] = ACTIONS(2216), - [anon_sym_error] = ACTIONS(2214), - [anon_sym_DASH2] = ACTIONS(2214), - [anon_sym_break] = ACTIONS(2214), - [anon_sym_continue] = ACTIONS(2214), - [anon_sym_for] = ACTIONS(2214), - [anon_sym_in2] = ACTIONS(2214), - [anon_sym_loop] = ACTIONS(2214), - [anon_sym_make] = ACTIONS(2214), - [anon_sym_while] = ACTIONS(2214), - [anon_sym_do] = ACTIONS(2214), - [anon_sym_if] = ACTIONS(2214), - [anon_sym_else] = ACTIONS(2214), - [anon_sym_match] = ACTIONS(2214), - [anon_sym_RBRACE] = ACTIONS(2216), - [anon_sym_try] = ACTIONS(2214), - [anon_sym_catch] = ACTIONS(2214), - [anon_sym_return] = ACTIONS(2214), - [anon_sym_source] = ACTIONS(2214), - [anon_sym_source_DASHenv] = ACTIONS(2214), - [anon_sym_register] = ACTIONS(2214), - [anon_sym_hide] = ACTIONS(2214), - [anon_sym_hide_DASHenv] = ACTIONS(2214), - [anon_sym_overlay] = ACTIONS(2214), - [anon_sym_as] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(2214), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2216), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2216), - [aux_sym__val_number_decimal_token1] = ACTIONS(2214), - [aux_sym__val_number_decimal_token2] = ACTIONS(2216), - [aux_sym__val_number_decimal_token3] = ACTIONS(2216), - [aux_sym__val_number_decimal_token4] = ACTIONS(2216), - [aux_sym__val_number_token1] = ACTIONS(2216), - [aux_sym__val_number_token2] = ACTIONS(2216), - [aux_sym__val_number_token3] = ACTIONS(2216), - [aux_sym__val_number_token4] = ACTIONS(2214), - [aux_sym__val_number_token5] = ACTIONS(2214), - [aux_sym__val_number_token6] = ACTIONS(2214), - [anon_sym_DQUOTE] = ACTIONS(2216), - [sym__str_single_quotes] = ACTIONS(2216), - [sym__str_back_ticks] = ACTIONS(2216), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2216), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2216), + [524] = { + [sym_comment] = STATE(524), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1727), }, - [556] = { - [sym_comment] = STATE(556), - [anon_sym_export] = ACTIONS(1794), - [anon_sym_alias] = ACTIONS(1794), - [anon_sym_let] = ACTIONS(1794), - [anon_sym_let_DASHenv] = ACTIONS(1794), - [anon_sym_mut] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [aux_sym_cmd_identifier_token1] = ACTIONS(1794), - [aux_sym_cmd_identifier_token2] = ACTIONS(1802), - [aux_sym_cmd_identifier_token3] = ACTIONS(1802), - [aux_sym_cmd_identifier_token4] = ACTIONS(1802), - [aux_sym_cmd_identifier_token5] = ACTIONS(1802), - [aux_sym_cmd_identifier_token6] = ACTIONS(1802), - [aux_sym_cmd_identifier_token7] = ACTIONS(1802), - [aux_sym_cmd_identifier_token8] = ACTIONS(1794), - [aux_sym_cmd_identifier_token9] = ACTIONS(1794), - [aux_sym_cmd_identifier_token10] = ACTIONS(1802), - [aux_sym_cmd_identifier_token11] = ACTIONS(1802), - [aux_sym_cmd_identifier_token12] = ACTIONS(1794), - [aux_sym_cmd_identifier_token13] = ACTIONS(1794), - [aux_sym_cmd_identifier_token14] = ACTIONS(1794), - [aux_sym_cmd_identifier_token15] = ACTIONS(1794), - [aux_sym_cmd_identifier_token16] = ACTIONS(1802), - [aux_sym_cmd_identifier_token17] = ACTIONS(1802), - [aux_sym_cmd_identifier_token18] = ACTIONS(1802), - [aux_sym_cmd_identifier_token19] = ACTIONS(1802), - [aux_sym_cmd_identifier_token20] = ACTIONS(1802), - [aux_sym_cmd_identifier_token21] = ACTIONS(1802), - [aux_sym_cmd_identifier_token22] = ACTIONS(1802), - [aux_sym_cmd_identifier_token23] = ACTIONS(1802), - [aux_sym_cmd_identifier_token24] = ACTIONS(1802), - [aux_sym_cmd_identifier_token25] = ACTIONS(1802), - [aux_sym_cmd_identifier_token26] = ACTIONS(1802), - [aux_sym_cmd_identifier_token27] = ACTIONS(1802), - [aux_sym_cmd_identifier_token28] = ACTIONS(1802), - [aux_sym_cmd_identifier_token29] = ACTIONS(1802), - [aux_sym_cmd_identifier_token30] = ACTIONS(1802), - [aux_sym_cmd_identifier_token31] = ACTIONS(1802), - [aux_sym_cmd_identifier_token32] = ACTIONS(1802), - [aux_sym_cmd_identifier_token33] = ACTIONS(1802), - [aux_sym_cmd_identifier_token34] = ACTIONS(1794), - [aux_sym_cmd_identifier_token35] = ACTIONS(1802), - [aux_sym_cmd_identifier_token36] = ACTIONS(1802), - [aux_sym_cmd_identifier_token37] = ACTIONS(1802), - [aux_sym_cmd_identifier_token38] = ACTIONS(1794), - [aux_sym_cmd_identifier_token39] = ACTIONS(1802), - [aux_sym_cmd_identifier_token40] = ACTIONS(1802), - [anon_sym_def] = ACTIONS(1794), - [anon_sym_export_DASHenv] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_module] = ACTIONS(1794), - [anon_sym_use] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1802), - [anon_sym_error] = ACTIONS(1794), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_in2] = ACTIONS(1794), - [anon_sym_loop] = ACTIONS(1794), - [anon_sym_make] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_match] = ACTIONS(1794), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_catch] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_source] = ACTIONS(1794), - [anon_sym_source_DASHenv] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_hide] = ACTIONS(1794), - [anon_sym_hide_DASHenv] = ACTIONS(1794), - [anon_sym_overlay] = ACTIONS(1794), - [anon_sym_as] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_PLUS2] = ACTIONS(1794), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1802), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1794), - [aux_sym__val_number_token5] = ACTIONS(1794), - [aux_sym__val_number_token6] = ACTIONS(1794), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1802), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), + [525] = { + [sym_comment] = STATE(525), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1759), }, - [557] = { - [sym_comment] = STATE(557), - [anon_sym_export] = ACTIONS(2218), - [anon_sym_alias] = ACTIONS(2218), - [anon_sym_let] = ACTIONS(2218), - [anon_sym_let_DASHenv] = ACTIONS(2218), - [anon_sym_mut] = ACTIONS(2218), - [anon_sym_const] = ACTIONS(2218), - [aux_sym_cmd_identifier_token1] = ACTIONS(2218), - [aux_sym_cmd_identifier_token2] = ACTIONS(2222), - [aux_sym_cmd_identifier_token3] = ACTIONS(2222), - [aux_sym_cmd_identifier_token4] = ACTIONS(2222), - [aux_sym_cmd_identifier_token5] = ACTIONS(2222), - [aux_sym_cmd_identifier_token6] = ACTIONS(2222), - [aux_sym_cmd_identifier_token7] = ACTIONS(2222), - [aux_sym_cmd_identifier_token8] = ACTIONS(2218), - [aux_sym_cmd_identifier_token9] = ACTIONS(2218), - [aux_sym_cmd_identifier_token10] = ACTIONS(2222), - [aux_sym_cmd_identifier_token11] = ACTIONS(2222), - [aux_sym_cmd_identifier_token12] = ACTIONS(2218), - [aux_sym_cmd_identifier_token13] = ACTIONS(2218), - [aux_sym_cmd_identifier_token14] = ACTIONS(2218), - [aux_sym_cmd_identifier_token15] = ACTIONS(2218), - [aux_sym_cmd_identifier_token16] = ACTIONS(2222), - [aux_sym_cmd_identifier_token17] = ACTIONS(2222), - [aux_sym_cmd_identifier_token18] = ACTIONS(2222), - [aux_sym_cmd_identifier_token19] = ACTIONS(2222), - [aux_sym_cmd_identifier_token20] = ACTIONS(2222), - [aux_sym_cmd_identifier_token21] = ACTIONS(2222), - [aux_sym_cmd_identifier_token22] = ACTIONS(2222), - [aux_sym_cmd_identifier_token23] = ACTIONS(2222), - [aux_sym_cmd_identifier_token24] = ACTIONS(2222), - [aux_sym_cmd_identifier_token25] = ACTIONS(2222), - [aux_sym_cmd_identifier_token26] = ACTIONS(2222), - [aux_sym_cmd_identifier_token27] = ACTIONS(2222), - [aux_sym_cmd_identifier_token28] = ACTIONS(2222), - [aux_sym_cmd_identifier_token29] = ACTIONS(2222), - [aux_sym_cmd_identifier_token30] = ACTIONS(2222), - [aux_sym_cmd_identifier_token31] = ACTIONS(2222), - [aux_sym_cmd_identifier_token32] = ACTIONS(2222), - [aux_sym_cmd_identifier_token33] = ACTIONS(2222), - [aux_sym_cmd_identifier_token34] = ACTIONS(2218), - [aux_sym_cmd_identifier_token35] = ACTIONS(2222), - [aux_sym_cmd_identifier_token36] = ACTIONS(2222), - [aux_sym_cmd_identifier_token37] = ACTIONS(2222), - [aux_sym_cmd_identifier_token38] = ACTIONS(2218), - [aux_sym_cmd_identifier_token39] = ACTIONS(2222), - [aux_sym_cmd_identifier_token40] = ACTIONS(2222), - [anon_sym_def] = ACTIONS(2218), - [anon_sym_export_DASHenv] = ACTIONS(2218), - [anon_sym_extern] = ACTIONS(2218), - [anon_sym_module] = ACTIONS(2218), - [anon_sym_use] = ACTIONS(2218), - [anon_sym_LPAREN] = ACTIONS(2218), - [anon_sym_DOLLAR] = ACTIONS(2222), - [anon_sym_error] = ACTIONS(2218), - [anon_sym_DASH2] = ACTIONS(2218), - [anon_sym_break] = ACTIONS(2218), - [anon_sym_continue] = ACTIONS(2218), - [anon_sym_for] = ACTIONS(2218), - [anon_sym_in2] = ACTIONS(2218), - [anon_sym_loop] = ACTIONS(2218), - [anon_sym_make] = ACTIONS(2218), - [anon_sym_while] = ACTIONS(2218), - [anon_sym_do] = ACTIONS(2218), - [anon_sym_if] = ACTIONS(2218), - [anon_sym_else] = ACTIONS(2218), - [anon_sym_match] = ACTIONS(2218), - [anon_sym_RBRACE] = ACTIONS(2222), - [anon_sym_try] = ACTIONS(2218), - [anon_sym_catch] = ACTIONS(2218), - [anon_sym_return] = ACTIONS(2218), - [anon_sym_source] = ACTIONS(2218), - [anon_sym_source_DASHenv] = ACTIONS(2218), - [anon_sym_register] = ACTIONS(2218), - [anon_sym_hide] = ACTIONS(2218), - [anon_sym_hide_DASHenv] = ACTIONS(2218), - [anon_sym_overlay] = ACTIONS(2218), - [anon_sym_as] = ACTIONS(2218), - [anon_sym_LPAREN2] = ACTIONS(2220), - [anon_sym_PLUS2] = ACTIONS(2218), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2222), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2222), - [aux_sym__val_number_decimal_token1] = ACTIONS(2218), - [aux_sym__val_number_decimal_token2] = ACTIONS(2222), - [aux_sym__val_number_decimal_token3] = ACTIONS(2222), - [aux_sym__val_number_decimal_token4] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2222), - [aux_sym__val_number_token2] = ACTIONS(2222), - [aux_sym__val_number_token3] = ACTIONS(2222), - [aux_sym__val_number_token4] = ACTIONS(2218), - [aux_sym__val_number_token5] = ACTIONS(2218), - [aux_sym__val_number_token6] = ACTIONS(2218), - [anon_sym_DQUOTE] = ACTIONS(2222), - [sym__str_single_quotes] = ACTIONS(2222), - [sym__str_back_ticks] = ACTIONS(2222), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2222), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2222), + [526] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(526), + [anon_sym_export] = ACTIONS(2217), + [anon_sym_alias] = ACTIONS(2217), + [anon_sym_let] = ACTIONS(2217), + [anon_sym_let_DASHenv] = ACTIONS(2217), + [anon_sym_mut] = ACTIONS(2217), + [anon_sym_const] = ACTIONS(2217), + [aux_sym_cmd_identifier_token1] = ACTIONS(2217), + [aux_sym_cmd_identifier_token2] = ACTIONS(2217), + [aux_sym_cmd_identifier_token3] = ACTIONS(2217), + [aux_sym_cmd_identifier_token4] = ACTIONS(2217), + [aux_sym_cmd_identifier_token5] = ACTIONS(2217), + [aux_sym_cmd_identifier_token6] = ACTIONS(2217), + [aux_sym_cmd_identifier_token7] = ACTIONS(2217), + [aux_sym_cmd_identifier_token8] = ACTIONS(2217), + [aux_sym_cmd_identifier_token9] = ACTIONS(2217), + [aux_sym_cmd_identifier_token10] = ACTIONS(2217), + [aux_sym_cmd_identifier_token11] = ACTIONS(2217), + [aux_sym_cmd_identifier_token12] = ACTIONS(2217), + [aux_sym_cmd_identifier_token13] = ACTIONS(2217), + [aux_sym_cmd_identifier_token14] = ACTIONS(2217), + [aux_sym_cmd_identifier_token15] = ACTIONS(2217), + [aux_sym_cmd_identifier_token16] = ACTIONS(2217), + [aux_sym_cmd_identifier_token17] = ACTIONS(2217), + [aux_sym_cmd_identifier_token18] = ACTIONS(2217), + [aux_sym_cmd_identifier_token19] = ACTIONS(2217), + [aux_sym_cmd_identifier_token20] = ACTIONS(2217), + [aux_sym_cmd_identifier_token21] = ACTIONS(2217), + [aux_sym_cmd_identifier_token22] = ACTIONS(2217), + [aux_sym_cmd_identifier_token23] = ACTIONS(2217), + [aux_sym_cmd_identifier_token24] = ACTIONS(2217), + [aux_sym_cmd_identifier_token25] = ACTIONS(2217), + [aux_sym_cmd_identifier_token26] = ACTIONS(2217), + [aux_sym_cmd_identifier_token27] = ACTIONS(2217), + [aux_sym_cmd_identifier_token28] = ACTIONS(2217), + [aux_sym_cmd_identifier_token29] = ACTIONS(2217), + [aux_sym_cmd_identifier_token30] = ACTIONS(2217), + [aux_sym_cmd_identifier_token31] = ACTIONS(2217), + [aux_sym_cmd_identifier_token32] = ACTIONS(2217), + [aux_sym_cmd_identifier_token33] = ACTIONS(2217), + [aux_sym_cmd_identifier_token34] = ACTIONS(2217), + [aux_sym_cmd_identifier_token35] = ACTIONS(2217), + [aux_sym_cmd_identifier_token36] = ACTIONS(2217), + [aux_sym_cmd_identifier_token37] = ACTIONS(2217), + [aux_sym_cmd_identifier_token38] = ACTIONS(2217), + [aux_sym_cmd_identifier_token39] = ACTIONS(2217), + [aux_sym_cmd_identifier_token40] = ACTIONS(2217), + [anon_sym_def] = ACTIONS(2217), + [anon_sym_export_DASHenv] = ACTIONS(2217), + [anon_sym_extern] = ACTIONS(2217), + [anon_sym_module] = ACTIONS(2217), + [anon_sym_use] = ACTIONS(2217), + [anon_sym_LPAREN] = ACTIONS(2217), + [anon_sym_DOLLAR] = ACTIONS(2217), + [anon_sym_error] = ACTIONS(2217), + [anon_sym_DASH2] = ACTIONS(2217), + [anon_sym_break] = ACTIONS(2217), + [anon_sym_continue] = ACTIONS(2217), + [anon_sym_for] = ACTIONS(2217), + [anon_sym_in2] = ACTIONS(2217), + [anon_sym_loop] = ACTIONS(2217), + [anon_sym_make] = ACTIONS(2217), + [anon_sym_while] = ACTIONS(2217), + [anon_sym_do] = ACTIONS(2217), + [anon_sym_if] = ACTIONS(2217), + [anon_sym_else] = ACTIONS(2217), + [anon_sym_match] = ACTIONS(2217), + [anon_sym_RBRACE] = ACTIONS(2217), + [anon_sym_try] = ACTIONS(2217), + [anon_sym_catch] = ACTIONS(2217), + [anon_sym_return] = ACTIONS(2217), + [anon_sym_source] = ACTIONS(2217), + [anon_sym_source_DASHenv] = ACTIONS(2217), + [anon_sym_register] = ACTIONS(2217), + [anon_sym_hide] = ACTIONS(2217), + [anon_sym_hide_DASHenv] = ACTIONS(2217), + [anon_sym_overlay] = ACTIONS(2217), + [anon_sym_as] = ACTIONS(2217), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2217), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2217), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2217), + [aux_sym__val_number_decimal_token1] = ACTIONS(2217), + [aux_sym__val_number_decimal_token2] = ACTIONS(2217), + [aux_sym__val_number_decimal_token3] = ACTIONS(2217), + [aux_sym__val_number_decimal_token4] = ACTIONS(2217), + [aux_sym__val_number_token1] = ACTIONS(2217), + [aux_sym__val_number_token2] = ACTIONS(2217), + [aux_sym__val_number_token3] = ACTIONS(2217), + [aux_sym__val_number_token4] = ACTIONS(2217), + [aux_sym__val_number_token5] = ACTIONS(2217), + [aux_sym__val_number_token6] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(2217), + [sym__str_single_quotes] = ACTIONS(2217), + [sym__str_back_ticks] = ACTIONS(2217), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2217), + [sym__entry_separator] = ACTIONS(2219), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2219), }, - [558] = { - [sym_comment] = STATE(558), - [anon_sym_export] = ACTIONS(2261), - [anon_sym_alias] = ACTIONS(2261), - [anon_sym_let] = ACTIONS(2261), - [anon_sym_let_DASHenv] = ACTIONS(2261), - [anon_sym_mut] = ACTIONS(2261), - [anon_sym_const] = ACTIONS(2261), - [aux_sym_cmd_identifier_token1] = ACTIONS(2261), - [aux_sym_cmd_identifier_token2] = ACTIONS(2261), - [aux_sym_cmd_identifier_token3] = ACTIONS(2261), - [aux_sym_cmd_identifier_token4] = ACTIONS(2261), - [aux_sym_cmd_identifier_token5] = ACTIONS(2261), - [aux_sym_cmd_identifier_token6] = ACTIONS(2261), - [aux_sym_cmd_identifier_token7] = ACTIONS(2261), - [aux_sym_cmd_identifier_token8] = ACTIONS(2261), - [aux_sym_cmd_identifier_token9] = ACTIONS(2261), - [aux_sym_cmd_identifier_token10] = ACTIONS(2261), - [aux_sym_cmd_identifier_token11] = ACTIONS(2261), - [aux_sym_cmd_identifier_token12] = ACTIONS(2261), - [aux_sym_cmd_identifier_token13] = ACTIONS(2261), - [aux_sym_cmd_identifier_token14] = ACTIONS(2261), - [aux_sym_cmd_identifier_token15] = ACTIONS(2261), - [aux_sym_cmd_identifier_token16] = ACTIONS(2261), - [aux_sym_cmd_identifier_token17] = ACTIONS(2261), - [aux_sym_cmd_identifier_token18] = ACTIONS(2261), - [aux_sym_cmd_identifier_token19] = ACTIONS(2261), - [aux_sym_cmd_identifier_token20] = ACTIONS(2261), - [aux_sym_cmd_identifier_token21] = ACTIONS(2261), - [aux_sym_cmd_identifier_token22] = ACTIONS(2261), - [aux_sym_cmd_identifier_token23] = ACTIONS(2261), - [aux_sym_cmd_identifier_token24] = ACTIONS(2261), - [aux_sym_cmd_identifier_token25] = ACTIONS(2261), - [aux_sym_cmd_identifier_token26] = ACTIONS(2261), - [aux_sym_cmd_identifier_token27] = ACTIONS(2261), - [aux_sym_cmd_identifier_token28] = ACTIONS(2261), - [aux_sym_cmd_identifier_token29] = ACTIONS(2261), - [aux_sym_cmd_identifier_token30] = ACTIONS(2261), - [aux_sym_cmd_identifier_token31] = ACTIONS(2261), - [aux_sym_cmd_identifier_token32] = ACTIONS(2261), - [aux_sym_cmd_identifier_token33] = ACTIONS(2261), - [aux_sym_cmd_identifier_token34] = ACTIONS(2261), - [aux_sym_cmd_identifier_token35] = ACTIONS(2261), - [aux_sym_cmd_identifier_token36] = ACTIONS(2261), - [aux_sym_cmd_identifier_token37] = ACTIONS(2261), - [aux_sym_cmd_identifier_token38] = ACTIONS(2261), - [aux_sym_cmd_identifier_token39] = ACTIONS(2261), - [aux_sym_cmd_identifier_token40] = ACTIONS(2261), - [anon_sym_def] = ACTIONS(2261), - [anon_sym_export_DASHenv] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2261), - [anon_sym_module] = ACTIONS(2261), - [anon_sym_use] = ACTIONS(2261), - [anon_sym_LPAREN] = ACTIONS(2261), - [anon_sym_DOLLAR] = ACTIONS(2261), - [anon_sym_error] = ACTIONS(2261), - [anon_sym_DASH2] = ACTIONS(2261), - [anon_sym_break] = ACTIONS(2261), - [anon_sym_continue] = ACTIONS(2261), - [anon_sym_for] = ACTIONS(2261), - [anon_sym_in2] = ACTIONS(2261), - [anon_sym_loop] = ACTIONS(2261), - [anon_sym_make] = ACTIONS(2261), - [anon_sym_while] = ACTIONS(2261), - [anon_sym_do] = ACTIONS(2261), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_else] = ACTIONS(2261), - [anon_sym_match] = ACTIONS(2261), - [anon_sym_RBRACE] = ACTIONS(2263), - [anon_sym_try] = ACTIONS(2261), - [anon_sym_catch] = ACTIONS(2261), - [anon_sym_return] = ACTIONS(2261), - [anon_sym_source] = ACTIONS(2261), - [anon_sym_source_DASHenv] = ACTIONS(2261), - [anon_sym_register] = ACTIONS(2261), - [anon_sym_hide] = ACTIONS(2261), - [anon_sym_hide_DASHenv] = ACTIONS(2261), - [anon_sym_overlay] = ACTIONS(2261), - [anon_sym_as] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2263), - [anon_sym_PLUS2] = ACTIONS(2261), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2263), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2261), - [aux_sym__val_number_decimal_token1] = ACTIONS(2261), - [aux_sym__val_number_decimal_token2] = ACTIONS(2261), - [aux_sym__val_number_decimal_token3] = ACTIONS(2261), - [aux_sym__val_number_decimal_token4] = ACTIONS(2261), - [aux_sym__val_number_token1] = ACTIONS(2261), - [aux_sym__val_number_token2] = ACTIONS(2261), - [aux_sym__val_number_token3] = ACTIONS(2261), - [aux_sym__val_number_token4] = ACTIONS(2261), - [aux_sym__val_number_token5] = ACTIONS(2261), - [aux_sym__val_number_token6] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2263), - [sym__str_single_quotes] = ACTIONS(2263), - [sym__str_back_ticks] = ACTIONS(2263), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2263), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2261), + [527] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(527), + [anon_sym_export] = ACTIONS(2221), + [anon_sym_alias] = ACTIONS(2221), + [anon_sym_let] = ACTIONS(2221), + [anon_sym_let_DASHenv] = ACTIONS(2221), + [anon_sym_mut] = ACTIONS(2221), + [anon_sym_const] = ACTIONS(2221), + [aux_sym_cmd_identifier_token1] = ACTIONS(2221), + [aux_sym_cmd_identifier_token2] = ACTIONS(2221), + [aux_sym_cmd_identifier_token3] = ACTIONS(2221), + [aux_sym_cmd_identifier_token4] = ACTIONS(2221), + [aux_sym_cmd_identifier_token5] = ACTIONS(2221), + [aux_sym_cmd_identifier_token6] = ACTIONS(2221), + [aux_sym_cmd_identifier_token7] = ACTIONS(2221), + [aux_sym_cmd_identifier_token8] = ACTIONS(2221), + [aux_sym_cmd_identifier_token9] = ACTIONS(2221), + [aux_sym_cmd_identifier_token10] = ACTIONS(2221), + [aux_sym_cmd_identifier_token11] = ACTIONS(2221), + [aux_sym_cmd_identifier_token12] = ACTIONS(2221), + [aux_sym_cmd_identifier_token13] = ACTIONS(2221), + [aux_sym_cmd_identifier_token14] = ACTIONS(2221), + [aux_sym_cmd_identifier_token15] = ACTIONS(2221), + [aux_sym_cmd_identifier_token16] = ACTIONS(2221), + [aux_sym_cmd_identifier_token17] = ACTIONS(2221), + [aux_sym_cmd_identifier_token18] = ACTIONS(2221), + [aux_sym_cmd_identifier_token19] = ACTIONS(2221), + [aux_sym_cmd_identifier_token20] = ACTIONS(2221), + [aux_sym_cmd_identifier_token21] = ACTIONS(2221), + [aux_sym_cmd_identifier_token22] = ACTIONS(2221), + [aux_sym_cmd_identifier_token23] = ACTIONS(2221), + [aux_sym_cmd_identifier_token24] = ACTIONS(2221), + [aux_sym_cmd_identifier_token25] = ACTIONS(2221), + [aux_sym_cmd_identifier_token26] = ACTIONS(2221), + [aux_sym_cmd_identifier_token27] = ACTIONS(2221), + [aux_sym_cmd_identifier_token28] = ACTIONS(2221), + [aux_sym_cmd_identifier_token29] = ACTIONS(2221), + [aux_sym_cmd_identifier_token30] = ACTIONS(2221), + [aux_sym_cmd_identifier_token31] = ACTIONS(2221), + [aux_sym_cmd_identifier_token32] = ACTIONS(2221), + [aux_sym_cmd_identifier_token33] = ACTIONS(2221), + [aux_sym_cmd_identifier_token34] = ACTIONS(2221), + [aux_sym_cmd_identifier_token35] = ACTIONS(2221), + [aux_sym_cmd_identifier_token36] = ACTIONS(2221), + [aux_sym_cmd_identifier_token37] = ACTIONS(2221), + [aux_sym_cmd_identifier_token38] = ACTIONS(2221), + [aux_sym_cmd_identifier_token39] = ACTIONS(2221), + [aux_sym_cmd_identifier_token40] = ACTIONS(2221), + [anon_sym_def] = ACTIONS(2221), + [anon_sym_export_DASHenv] = ACTIONS(2221), + [anon_sym_extern] = ACTIONS(2221), + [anon_sym_module] = ACTIONS(2221), + [anon_sym_use] = ACTIONS(2221), + [anon_sym_LPAREN] = ACTIONS(2221), + [anon_sym_DOLLAR] = ACTIONS(2221), + [anon_sym_error] = ACTIONS(2221), + [anon_sym_DASH2] = ACTIONS(2221), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2221), + [anon_sym_for] = ACTIONS(2221), + [anon_sym_in2] = ACTIONS(2221), + [anon_sym_loop] = ACTIONS(2221), + [anon_sym_make] = ACTIONS(2221), + [anon_sym_while] = ACTIONS(2221), + [anon_sym_do] = ACTIONS(2221), + [anon_sym_if] = ACTIONS(2221), + [anon_sym_else] = ACTIONS(2221), + [anon_sym_match] = ACTIONS(2221), + [anon_sym_RBRACE] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2221), + [anon_sym_catch] = ACTIONS(2221), + [anon_sym_return] = ACTIONS(2221), + [anon_sym_source] = ACTIONS(2221), + [anon_sym_source_DASHenv] = ACTIONS(2221), + [anon_sym_register] = ACTIONS(2221), + [anon_sym_hide] = ACTIONS(2221), + [anon_sym_hide_DASHenv] = ACTIONS(2221), + [anon_sym_overlay] = ACTIONS(2221), + [anon_sym_as] = ACTIONS(2221), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2221), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2221), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2221), + [aux_sym__val_number_decimal_token1] = ACTIONS(2221), + [aux_sym__val_number_decimal_token2] = ACTIONS(2221), + [aux_sym__val_number_decimal_token3] = ACTIONS(2221), + [aux_sym__val_number_decimal_token4] = ACTIONS(2221), + [aux_sym__val_number_token1] = ACTIONS(2221), + [aux_sym__val_number_token2] = ACTIONS(2221), + [aux_sym__val_number_token3] = ACTIONS(2221), + [aux_sym__val_number_token4] = ACTIONS(2221), + [aux_sym__val_number_token5] = ACTIONS(2221), + [aux_sym__val_number_token6] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(2221), + [sym__str_single_quotes] = ACTIONS(2221), + [sym__str_back_ticks] = ACTIONS(2221), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2221), + [sym__entry_separator] = ACTIONS(2223), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2263), + [sym_raw_string_begin] = ACTIONS(2223), }, - [559] = { - [sym_comment] = STATE(559), - [anon_sym_export] = ACTIONS(2224), - [anon_sym_alias] = ACTIONS(2224), - [anon_sym_let] = ACTIONS(2224), - [anon_sym_let_DASHenv] = ACTIONS(2224), - [anon_sym_mut] = ACTIONS(2224), - [anon_sym_const] = ACTIONS(2224), - [aux_sym_cmd_identifier_token1] = ACTIONS(2224), - [aux_sym_cmd_identifier_token2] = ACTIONS(2228), - [aux_sym_cmd_identifier_token3] = ACTIONS(2228), - [aux_sym_cmd_identifier_token4] = ACTIONS(2228), - [aux_sym_cmd_identifier_token5] = ACTIONS(2228), - [aux_sym_cmd_identifier_token6] = ACTIONS(2228), - [aux_sym_cmd_identifier_token7] = ACTIONS(2228), - [aux_sym_cmd_identifier_token8] = ACTIONS(2224), - [aux_sym_cmd_identifier_token9] = ACTIONS(2224), - [aux_sym_cmd_identifier_token10] = ACTIONS(2228), - [aux_sym_cmd_identifier_token11] = ACTIONS(2228), - [aux_sym_cmd_identifier_token12] = ACTIONS(2224), - [aux_sym_cmd_identifier_token13] = ACTIONS(2224), - [aux_sym_cmd_identifier_token14] = ACTIONS(2224), - [aux_sym_cmd_identifier_token15] = ACTIONS(2224), - [aux_sym_cmd_identifier_token16] = ACTIONS(2228), - [aux_sym_cmd_identifier_token17] = ACTIONS(2228), - [aux_sym_cmd_identifier_token18] = ACTIONS(2228), - [aux_sym_cmd_identifier_token19] = ACTIONS(2228), - [aux_sym_cmd_identifier_token20] = ACTIONS(2228), - [aux_sym_cmd_identifier_token21] = ACTIONS(2228), - [aux_sym_cmd_identifier_token22] = ACTIONS(2228), - [aux_sym_cmd_identifier_token23] = ACTIONS(2228), - [aux_sym_cmd_identifier_token24] = ACTIONS(2228), - [aux_sym_cmd_identifier_token25] = ACTIONS(2228), - [aux_sym_cmd_identifier_token26] = ACTIONS(2228), - [aux_sym_cmd_identifier_token27] = ACTIONS(2228), - [aux_sym_cmd_identifier_token28] = ACTIONS(2228), - [aux_sym_cmd_identifier_token29] = ACTIONS(2228), - [aux_sym_cmd_identifier_token30] = ACTIONS(2228), - [aux_sym_cmd_identifier_token31] = ACTIONS(2228), - [aux_sym_cmd_identifier_token32] = ACTIONS(2228), - [aux_sym_cmd_identifier_token33] = ACTIONS(2228), - [aux_sym_cmd_identifier_token34] = ACTIONS(2224), - [aux_sym_cmd_identifier_token35] = ACTIONS(2228), - [aux_sym_cmd_identifier_token36] = ACTIONS(2228), - [aux_sym_cmd_identifier_token37] = ACTIONS(2228), - [aux_sym_cmd_identifier_token38] = ACTIONS(2224), - [aux_sym_cmd_identifier_token39] = ACTIONS(2228), - [aux_sym_cmd_identifier_token40] = ACTIONS(2228), - [anon_sym_def] = ACTIONS(2224), - [anon_sym_export_DASHenv] = ACTIONS(2224), - [anon_sym_extern] = ACTIONS(2224), - [anon_sym_module] = ACTIONS(2224), - [anon_sym_use] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(2224), - [anon_sym_DOLLAR] = ACTIONS(2228), - [anon_sym_error] = ACTIONS(2224), - [anon_sym_DASH2] = ACTIONS(2224), - [anon_sym_break] = ACTIONS(2224), - [anon_sym_continue] = ACTIONS(2224), - [anon_sym_for] = ACTIONS(2224), - [anon_sym_in2] = ACTIONS(2224), - [anon_sym_loop] = ACTIONS(2224), - [anon_sym_make] = ACTIONS(2224), - [anon_sym_while] = ACTIONS(2224), - [anon_sym_do] = ACTIONS(2224), - [anon_sym_if] = ACTIONS(2224), - [anon_sym_else] = ACTIONS(2224), - [anon_sym_match] = ACTIONS(2224), - [anon_sym_RBRACE] = ACTIONS(2228), - [anon_sym_try] = ACTIONS(2224), - [anon_sym_catch] = ACTIONS(2224), - [anon_sym_return] = ACTIONS(2224), - [anon_sym_source] = ACTIONS(2224), - [anon_sym_source_DASHenv] = ACTIONS(2224), - [anon_sym_register] = ACTIONS(2224), - [anon_sym_hide] = ACTIONS(2224), - [anon_sym_hide_DASHenv] = ACTIONS(2224), - [anon_sym_overlay] = ACTIONS(2224), - [anon_sym_as] = ACTIONS(2224), - [anon_sym_LPAREN2] = ACTIONS(2226), - [anon_sym_PLUS2] = ACTIONS(2224), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2228), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2228), - [aux_sym__val_number_decimal_token1] = ACTIONS(2224), - [aux_sym__val_number_decimal_token2] = ACTIONS(2228), - [aux_sym__val_number_decimal_token3] = ACTIONS(2228), - [aux_sym__val_number_decimal_token4] = ACTIONS(2228), - [aux_sym__val_number_token1] = ACTIONS(2228), - [aux_sym__val_number_token2] = ACTIONS(2228), - [aux_sym__val_number_token3] = ACTIONS(2228), - [aux_sym__val_number_token4] = ACTIONS(2224), - [aux_sym__val_number_token5] = ACTIONS(2224), - [aux_sym__val_number_token6] = ACTIONS(2224), - [anon_sym_DQUOTE] = ACTIONS(2228), - [sym__str_single_quotes] = ACTIONS(2228), - [sym__str_back_ticks] = ACTIONS(2228), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2228), - [aux_sym__unquoted_in_record_token2] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2228), + [528] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(528), + [anon_sym_export] = ACTIONS(2225), + [anon_sym_alias] = ACTIONS(2225), + [anon_sym_let] = ACTIONS(2225), + [anon_sym_let_DASHenv] = ACTIONS(2225), + [anon_sym_mut] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [aux_sym_cmd_identifier_token1] = ACTIONS(2225), + [aux_sym_cmd_identifier_token2] = ACTIONS(2225), + [aux_sym_cmd_identifier_token3] = ACTIONS(2225), + [aux_sym_cmd_identifier_token4] = ACTIONS(2225), + [aux_sym_cmd_identifier_token5] = ACTIONS(2225), + [aux_sym_cmd_identifier_token6] = ACTIONS(2225), + [aux_sym_cmd_identifier_token7] = ACTIONS(2225), + [aux_sym_cmd_identifier_token8] = ACTIONS(2225), + [aux_sym_cmd_identifier_token9] = ACTIONS(2225), + [aux_sym_cmd_identifier_token10] = ACTIONS(2225), + [aux_sym_cmd_identifier_token11] = ACTIONS(2225), + [aux_sym_cmd_identifier_token12] = ACTIONS(2225), + [aux_sym_cmd_identifier_token13] = ACTIONS(2225), + [aux_sym_cmd_identifier_token14] = ACTIONS(2225), + [aux_sym_cmd_identifier_token15] = ACTIONS(2225), + [aux_sym_cmd_identifier_token16] = ACTIONS(2225), + [aux_sym_cmd_identifier_token17] = ACTIONS(2225), + [aux_sym_cmd_identifier_token18] = ACTIONS(2225), + [aux_sym_cmd_identifier_token19] = ACTIONS(2225), + [aux_sym_cmd_identifier_token20] = ACTIONS(2225), + [aux_sym_cmd_identifier_token21] = ACTIONS(2225), + [aux_sym_cmd_identifier_token22] = ACTIONS(2225), + [aux_sym_cmd_identifier_token23] = ACTIONS(2225), + [aux_sym_cmd_identifier_token24] = ACTIONS(2225), + [aux_sym_cmd_identifier_token25] = ACTIONS(2225), + [aux_sym_cmd_identifier_token26] = ACTIONS(2225), + [aux_sym_cmd_identifier_token27] = ACTIONS(2225), + [aux_sym_cmd_identifier_token28] = ACTIONS(2225), + [aux_sym_cmd_identifier_token29] = ACTIONS(2225), + [aux_sym_cmd_identifier_token30] = ACTIONS(2225), + [aux_sym_cmd_identifier_token31] = ACTIONS(2225), + [aux_sym_cmd_identifier_token32] = ACTIONS(2225), + [aux_sym_cmd_identifier_token33] = ACTIONS(2225), + [aux_sym_cmd_identifier_token34] = ACTIONS(2225), + [aux_sym_cmd_identifier_token35] = ACTIONS(2225), + [aux_sym_cmd_identifier_token36] = ACTIONS(2225), + [aux_sym_cmd_identifier_token37] = ACTIONS(2225), + [aux_sym_cmd_identifier_token38] = ACTIONS(2225), + [aux_sym_cmd_identifier_token39] = ACTIONS(2225), + [aux_sym_cmd_identifier_token40] = ACTIONS(2225), + [anon_sym_def] = ACTIONS(2225), + [anon_sym_export_DASHenv] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2225), + [anon_sym_module] = ACTIONS(2225), + [anon_sym_use] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2225), + [anon_sym_DOLLAR] = ACTIONS(2225), + [anon_sym_error] = ACTIONS(2225), + [anon_sym_DASH2] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_in2] = ACTIONS(2225), + [anon_sym_loop] = ACTIONS(2225), + [anon_sym_make] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_else] = ACTIONS(2225), + [anon_sym_match] = ACTIONS(2225), + [anon_sym_RBRACE] = ACTIONS(2225), + [anon_sym_try] = ACTIONS(2225), + [anon_sym_catch] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_source] = ACTIONS(2225), + [anon_sym_source_DASHenv] = ACTIONS(2225), + [anon_sym_register] = ACTIONS(2225), + [anon_sym_hide] = ACTIONS(2225), + [anon_sym_hide_DASHenv] = ACTIONS(2225), + [anon_sym_overlay] = ACTIONS(2225), + [anon_sym_as] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2225), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2225), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2225), + [aux_sym__val_number_decimal_token1] = ACTIONS(2225), + [aux_sym__val_number_decimal_token2] = ACTIONS(2225), + [aux_sym__val_number_decimal_token3] = ACTIONS(2225), + [aux_sym__val_number_decimal_token4] = ACTIONS(2225), + [aux_sym__val_number_token1] = ACTIONS(2225), + [aux_sym__val_number_token2] = ACTIONS(2225), + [aux_sym__val_number_token3] = ACTIONS(2225), + [aux_sym__val_number_token4] = ACTIONS(2225), + [aux_sym__val_number_token5] = ACTIONS(2225), + [aux_sym__val_number_token6] = ACTIONS(2225), + [anon_sym_DQUOTE] = ACTIONS(2225), + [sym__str_single_quotes] = ACTIONS(2225), + [sym__str_back_ticks] = ACTIONS(2225), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2225), + [sym__entry_separator] = ACTIONS(2227), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2227), }, - [560] = { - [sym_comment] = STATE(560), - [anon_sym_export] = ACTIONS(952), - [anon_sym_alias] = ACTIONS(952), - [anon_sym_let] = ACTIONS(952), - [anon_sym_let_DASHenv] = ACTIONS(952), - [anon_sym_mut] = ACTIONS(952), - [anon_sym_const] = ACTIONS(952), - [aux_sym_cmd_identifier_token1] = ACTIONS(952), - [aux_sym_cmd_identifier_token2] = ACTIONS(954), - [aux_sym_cmd_identifier_token3] = ACTIONS(954), - [aux_sym_cmd_identifier_token4] = ACTIONS(954), - [aux_sym_cmd_identifier_token5] = ACTIONS(954), - [aux_sym_cmd_identifier_token6] = ACTIONS(954), - [aux_sym_cmd_identifier_token7] = ACTIONS(954), - [aux_sym_cmd_identifier_token8] = ACTIONS(952), - [aux_sym_cmd_identifier_token9] = ACTIONS(952), - [aux_sym_cmd_identifier_token10] = ACTIONS(954), - [aux_sym_cmd_identifier_token11] = ACTIONS(954), - [aux_sym_cmd_identifier_token12] = ACTIONS(952), - [aux_sym_cmd_identifier_token13] = ACTIONS(952), - [aux_sym_cmd_identifier_token14] = ACTIONS(952), - [aux_sym_cmd_identifier_token15] = ACTIONS(952), - [aux_sym_cmd_identifier_token16] = ACTIONS(954), - [aux_sym_cmd_identifier_token17] = ACTIONS(954), - [aux_sym_cmd_identifier_token18] = ACTIONS(954), - [aux_sym_cmd_identifier_token19] = ACTIONS(954), - [aux_sym_cmd_identifier_token20] = ACTIONS(954), - [aux_sym_cmd_identifier_token21] = ACTIONS(954), - [aux_sym_cmd_identifier_token22] = ACTIONS(954), - [aux_sym_cmd_identifier_token23] = ACTIONS(954), - [aux_sym_cmd_identifier_token24] = ACTIONS(954), - [aux_sym_cmd_identifier_token25] = ACTIONS(954), - [aux_sym_cmd_identifier_token26] = ACTIONS(954), - [aux_sym_cmd_identifier_token27] = ACTIONS(954), - [aux_sym_cmd_identifier_token28] = ACTIONS(954), - [aux_sym_cmd_identifier_token29] = ACTIONS(954), - [aux_sym_cmd_identifier_token30] = ACTIONS(954), - [aux_sym_cmd_identifier_token31] = ACTIONS(954), - [aux_sym_cmd_identifier_token32] = ACTIONS(954), - [aux_sym_cmd_identifier_token33] = ACTIONS(954), - [aux_sym_cmd_identifier_token34] = ACTIONS(952), - [aux_sym_cmd_identifier_token35] = ACTIONS(954), - [aux_sym_cmd_identifier_token36] = ACTIONS(954), - [aux_sym_cmd_identifier_token37] = ACTIONS(954), - [aux_sym_cmd_identifier_token38] = ACTIONS(952), - [aux_sym_cmd_identifier_token39] = ACTIONS(954), - [aux_sym_cmd_identifier_token40] = ACTIONS(954), - [anon_sym_def] = ACTIONS(952), - [anon_sym_export_DASHenv] = ACTIONS(952), - [anon_sym_extern] = ACTIONS(952), - [anon_sym_module] = ACTIONS(952), - [anon_sym_use] = ACTIONS(952), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_error] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_break] = ACTIONS(952), - [anon_sym_continue] = ACTIONS(952), - [anon_sym_for] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(952), - [anon_sym_loop] = ACTIONS(952), - [anon_sym_make] = ACTIONS(952), - [anon_sym_while] = ACTIONS(952), - [anon_sym_do] = ACTIONS(952), - [anon_sym_if] = ACTIONS(952), - [anon_sym_else] = ACTIONS(952), - [anon_sym_match] = ACTIONS(952), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_try] = ACTIONS(952), - [anon_sym_catch] = ACTIONS(952), - [anon_sym_return] = ACTIONS(952), - [anon_sym_source] = ACTIONS(952), - [anon_sym_source_DASHenv] = ACTIONS(952), - [anon_sym_register] = ACTIONS(952), - [anon_sym_hide] = ACTIONS(952), - [anon_sym_hide_DASHenv] = ACTIONS(952), - [anon_sym_overlay] = ACTIONS(952), - [anon_sym_as] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(2277), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(952), - [aux_sym__val_number_token5] = ACTIONS(952), - [aux_sym__val_number_token6] = ACTIONS(952), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), + [529] = { + [sym_comment] = STATE(529), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1861), + [aux_sym_cmd_identifier_token3] = ACTIONS(1861), + [aux_sym_cmd_identifier_token4] = ACTIONS(1861), + [aux_sym_cmd_identifier_token5] = ACTIONS(1861), + [aux_sym_cmd_identifier_token6] = ACTIONS(1861), + [aux_sym_cmd_identifier_token7] = ACTIONS(1861), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1861), + [aux_sym_cmd_identifier_token11] = ACTIONS(1861), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1861), + [aux_sym_cmd_identifier_token17] = ACTIONS(1861), + [aux_sym_cmd_identifier_token18] = ACTIONS(1861), + [aux_sym_cmd_identifier_token19] = ACTIONS(1861), + [aux_sym_cmd_identifier_token20] = ACTIONS(1861), + [aux_sym_cmd_identifier_token21] = ACTIONS(1861), + [aux_sym_cmd_identifier_token22] = ACTIONS(1861), + [aux_sym_cmd_identifier_token23] = ACTIONS(1861), + [aux_sym_cmd_identifier_token24] = ACTIONS(1861), + [aux_sym_cmd_identifier_token25] = ACTIONS(1861), + [aux_sym_cmd_identifier_token26] = ACTIONS(1861), + [aux_sym_cmd_identifier_token27] = ACTIONS(1861), + [aux_sym_cmd_identifier_token28] = ACTIONS(1861), + [aux_sym_cmd_identifier_token29] = ACTIONS(1861), + [aux_sym_cmd_identifier_token30] = ACTIONS(1861), + [aux_sym_cmd_identifier_token31] = ACTIONS(1861), + [aux_sym_cmd_identifier_token32] = ACTIONS(1861), + [aux_sym_cmd_identifier_token33] = ACTIONS(1861), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1861), + [aux_sym_cmd_identifier_token36] = ACTIONS(1861), + [aux_sym_cmd_identifier_token37] = ACTIONS(1861), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1861), + [aux_sym_cmd_identifier_token40] = ACTIONS(1861), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1861), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1861), + [aux_sym__val_number_decimal_token3] = ACTIONS(1861), + [aux_sym__val_number_decimal_token4] = ACTIONS(1861), + [aux_sym__val_number_token1] = ACTIONS(1861), + [aux_sym__val_number_token2] = ACTIONS(1861), + [aux_sym__val_number_token3] = ACTIONS(1861), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym__str_single_quotes] = ACTIONS(1861), + [sym__str_back_ticks] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1861), + [sym__entry_separator] = ACTIONS(1863), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1863), }, - [561] = { - [sym_comment] = STATE(561), - [anon_sym_export] = ACTIONS(966), - [anon_sym_alias] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_let_DASHenv] = ACTIONS(966), - [anon_sym_mut] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [aux_sym_cmd_identifier_token1] = ACTIONS(966), - [aux_sym_cmd_identifier_token2] = ACTIONS(968), - [aux_sym_cmd_identifier_token3] = ACTIONS(968), - [aux_sym_cmd_identifier_token4] = ACTIONS(968), - [aux_sym_cmd_identifier_token5] = ACTIONS(968), - [aux_sym_cmd_identifier_token6] = ACTIONS(968), - [aux_sym_cmd_identifier_token7] = ACTIONS(968), - [aux_sym_cmd_identifier_token8] = ACTIONS(966), - [aux_sym_cmd_identifier_token9] = ACTIONS(966), - [aux_sym_cmd_identifier_token10] = ACTIONS(968), - [aux_sym_cmd_identifier_token11] = ACTIONS(968), - [aux_sym_cmd_identifier_token12] = ACTIONS(966), - [aux_sym_cmd_identifier_token13] = ACTIONS(966), - [aux_sym_cmd_identifier_token14] = ACTIONS(966), - [aux_sym_cmd_identifier_token15] = ACTIONS(966), - [aux_sym_cmd_identifier_token16] = ACTIONS(968), - [aux_sym_cmd_identifier_token17] = ACTIONS(968), - [aux_sym_cmd_identifier_token18] = ACTIONS(968), - [aux_sym_cmd_identifier_token19] = ACTIONS(968), - [aux_sym_cmd_identifier_token20] = ACTIONS(968), - [aux_sym_cmd_identifier_token21] = ACTIONS(968), - [aux_sym_cmd_identifier_token22] = ACTIONS(968), - [aux_sym_cmd_identifier_token23] = ACTIONS(968), - [aux_sym_cmd_identifier_token24] = ACTIONS(968), - [aux_sym_cmd_identifier_token25] = ACTIONS(968), - [aux_sym_cmd_identifier_token26] = ACTIONS(968), - [aux_sym_cmd_identifier_token27] = ACTIONS(968), - [aux_sym_cmd_identifier_token28] = ACTIONS(968), - [aux_sym_cmd_identifier_token29] = ACTIONS(968), - [aux_sym_cmd_identifier_token30] = ACTIONS(968), - [aux_sym_cmd_identifier_token31] = ACTIONS(968), - [aux_sym_cmd_identifier_token32] = ACTIONS(968), - [aux_sym_cmd_identifier_token33] = ACTIONS(968), - [aux_sym_cmd_identifier_token34] = ACTIONS(966), - [aux_sym_cmd_identifier_token35] = ACTIONS(968), - [aux_sym_cmd_identifier_token36] = ACTIONS(968), - [aux_sym_cmd_identifier_token37] = ACTIONS(968), - [aux_sym_cmd_identifier_token38] = ACTIONS(966), - [aux_sym_cmd_identifier_token39] = ACTIONS(968), - [aux_sym_cmd_identifier_token40] = ACTIONS(968), - [anon_sym_def] = ACTIONS(966), - [anon_sym_export_DASHenv] = ACTIONS(966), - [anon_sym_extern] = ACTIONS(966), - [anon_sym_module] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(968), - [anon_sym_error] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_make] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [anon_sym_do] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_else] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_try] = ACTIONS(966), - [anon_sym_catch] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_source] = ACTIONS(966), - [anon_sym_source_DASHenv] = ACTIONS(966), - [anon_sym_register] = ACTIONS(966), - [anon_sym_hide] = ACTIONS(966), - [anon_sym_hide_DASHenv] = ACTIONS(966), - [anon_sym_overlay] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(2279), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(966), - [aux_sym__val_number_token5] = ACTIONS(966), - [aux_sym__val_number_token6] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), + [530] = { + [sym_comment] = STATE(530), + [anon_sym_export] = ACTIONS(2229), + [anon_sym_alias] = ACTIONS(2229), + [anon_sym_let] = ACTIONS(2229), + [anon_sym_let_DASHenv] = ACTIONS(2229), + [anon_sym_mut] = ACTIONS(2229), + [anon_sym_const] = ACTIONS(2229), + [aux_sym_cmd_identifier_token1] = ACTIONS(2229), + [aux_sym_cmd_identifier_token2] = ACTIONS(2229), + [aux_sym_cmd_identifier_token3] = ACTIONS(2229), + [aux_sym_cmd_identifier_token4] = ACTIONS(2229), + [aux_sym_cmd_identifier_token5] = ACTIONS(2229), + [aux_sym_cmd_identifier_token6] = ACTIONS(2229), + [aux_sym_cmd_identifier_token7] = ACTIONS(2229), + [aux_sym_cmd_identifier_token8] = ACTIONS(2229), + [aux_sym_cmd_identifier_token9] = ACTIONS(2229), + [aux_sym_cmd_identifier_token10] = ACTIONS(2229), + [aux_sym_cmd_identifier_token11] = ACTIONS(2229), + [aux_sym_cmd_identifier_token12] = ACTIONS(2229), + [aux_sym_cmd_identifier_token13] = ACTIONS(2229), + [aux_sym_cmd_identifier_token14] = ACTIONS(2229), + [aux_sym_cmd_identifier_token15] = ACTIONS(2229), + [aux_sym_cmd_identifier_token16] = ACTIONS(2229), + [aux_sym_cmd_identifier_token17] = ACTIONS(2229), + [aux_sym_cmd_identifier_token18] = ACTIONS(2229), + [aux_sym_cmd_identifier_token19] = ACTIONS(2229), + [aux_sym_cmd_identifier_token20] = ACTIONS(2229), + [aux_sym_cmd_identifier_token21] = ACTIONS(2229), + [aux_sym_cmd_identifier_token22] = ACTIONS(2229), + [aux_sym_cmd_identifier_token23] = ACTIONS(2229), + [aux_sym_cmd_identifier_token24] = ACTIONS(2229), + [aux_sym_cmd_identifier_token25] = ACTIONS(2229), + [aux_sym_cmd_identifier_token26] = ACTIONS(2229), + [aux_sym_cmd_identifier_token27] = ACTIONS(2229), + [aux_sym_cmd_identifier_token28] = ACTIONS(2229), + [aux_sym_cmd_identifier_token29] = ACTIONS(2229), + [aux_sym_cmd_identifier_token30] = ACTIONS(2229), + [aux_sym_cmd_identifier_token31] = ACTIONS(2229), + [aux_sym_cmd_identifier_token32] = ACTIONS(2229), + [aux_sym_cmd_identifier_token33] = ACTIONS(2229), + [aux_sym_cmd_identifier_token34] = ACTIONS(2229), + [aux_sym_cmd_identifier_token35] = ACTIONS(2229), + [aux_sym_cmd_identifier_token36] = ACTIONS(2229), + [aux_sym_cmd_identifier_token37] = ACTIONS(2229), + [aux_sym_cmd_identifier_token38] = ACTIONS(2229), + [aux_sym_cmd_identifier_token39] = ACTIONS(2229), + [aux_sym_cmd_identifier_token40] = ACTIONS(2229), + [anon_sym_def] = ACTIONS(2229), + [anon_sym_export_DASHenv] = ACTIONS(2229), + [anon_sym_extern] = ACTIONS(2229), + [anon_sym_module] = ACTIONS(2229), + [anon_sym_use] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2229), + [anon_sym_DOLLAR] = ACTIONS(2229), + [anon_sym_error] = ACTIONS(2229), + [anon_sym_DASH2] = ACTIONS(2229), + [anon_sym_break] = ACTIONS(2229), + [anon_sym_continue] = ACTIONS(2229), + [anon_sym_for] = ACTIONS(2229), + [anon_sym_in2] = ACTIONS(2229), + [anon_sym_loop] = ACTIONS(2229), + [anon_sym_make] = ACTIONS(2229), + [anon_sym_while] = ACTIONS(2229), + [anon_sym_do] = ACTIONS(2229), + [anon_sym_if] = ACTIONS(2229), + [anon_sym_else] = ACTIONS(2229), + [anon_sym_match] = ACTIONS(2229), + [anon_sym_RBRACE] = ACTIONS(2229), + [anon_sym_try] = ACTIONS(2229), + [anon_sym_catch] = ACTIONS(2229), + [anon_sym_return] = ACTIONS(2229), + [anon_sym_source] = ACTIONS(2229), + [anon_sym_source_DASHenv] = ACTIONS(2229), + [anon_sym_register] = ACTIONS(2229), + [anon_sym_hide] = ACTIONS(2229), + [anon_sym_hide_DASHenv] = ACTIONS(2229), + [anon_sym_overlay] = ACTIONS(2229), + [anon_sym_as] = ACTIONS(2229), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_PLUS2] = ACTIONS(2229), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2229), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2229), + [aux_sym__val_number_decimal_token1] = ACTIONS(2229), + [aux_sym__val_number_decimal_token2] = ACTIONS(2229), + [aux_sym__val_number_decimal_token3] = ACTIONS(2229), + [aux_sym__val_number_decimal_token4] = ACTIONS(2229), + [aux_sym__val_number_token1] = ACTIONS(2229), + [aux_sym__val_number_token2] = ACTIONS(2229), + [aux_sym__val_number_token3] = ACTIONS(2229), + [aux_sym__val_number_token4] = ACTIONS(2229), + [aux_sym__val_number_token5] = ACTIONS(2229), + [aux_sym__val_number_token6] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2229), + [sym__str_single_quotes] = ACTIONS(2229), + [sym__str_back_ticks] = ACTIONS(2229), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2229), + [sym__entry_separator] = ACTIONS(2233), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2235), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2233), + }, + [531] = { + [sym_comment] = STATE(531), + [anon_sym_export] = ACTIONS(2237), + [anon_sym_alias] = ACTIONS(2237), + [anon_sym_let] = ACTIONS(2237), + [anon_sym_let_DASHenv] = ACTIONS(2237), + [anon_sym_mut] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [aux_sym_cmd_identifier_token1] = ACTIONS(2237), + [aux_sym_cmd_identifier_token2] = ACTIONS(2237), + [aux_sym_cmd_identifier_token3] = ACTIONS(2237), + [aux_sym_cmd_identifier_token4] = ACTIONS(2237), + [aux_sym_cmd_identifier_token5] = ACTIONS(2237), + [aux_sym_cmd_identifier_token6] = ACTIONS(2237), + [aux_sym_cmd_identifier_token7] = ACTIONS(2237), + [aux_sym_cmd_identifier_token8] = ACTIONS(2237), + [aux_sym_cmd_identifier_token9] = ACTIONS(2237), + [aux_sym_cmd_identifier_token10] = ACTIONS(2237), + [aux_sym_cmd_identifier_token11] = ACTIONS(2237), + [aux_sym_cmd_identifier_token12] = ACTIONS(2237), + [aux_sym_cmd_identifier_token13] = ACTIONS(2237), + [aux_sym_cmd_identifier_token14] = ACTIONS(2237), + [aux_sym_cmd_identifier_token15] = ACTIONS(2237), + [aux_sym_cmd_identifier_token16] = ACTIONS(2237), + [aux_sym_cmd_identifier_token17] = ACTIONS(2237), + [aux_sym_cmd_identifier_token18] = ACTIONS(2237), + [aux_sym_cmd_identifier_token19] = ACTIONS(2237), + [aux_sym_cmd_identifier_token20] = ACTIONS(2237), + [aux_sym_cmd_identifier_token21] = ACTIONS(2237), + [aux_sym_cmd_identifier_token22] = ACTIONS(2237), + [aux_sym_cmd_identifier_token23] = ACTIONS(2237), + [aux_sym_cmd_identifier_token24] = ACTIONS(2237), + [aux_sym_cmd_identifier_token25] = ACTIONS(2237), + [aux_sym_cmd_identifier_token26] = ACTIONS(2237), + [aux_sym_cmd_identifier_token27] = ACTIONS(2237), + [aux_sym_cmd_identifier_token28] = ACTIONS(2237), + [aux_sym_cmd_identifier_token29] = ACTIONS(2237), + [aux_sym_cmd_identifier_token30] = ACTIONS(2237), + [aux_sym_cmd_identifier_token31] = ACTIONS(2237), + [aux_sym_cmd_identifier_token32] = ACTIONS(2237), + [aux_sym_cmd_identifier_token33] = ACTIONS(2237), + [aux_sym_cmd_identifier_token34] = ACTIONS(2237), + [aux_sym_cmd_identifier_token35] = ACTIONS(2237), + [aux_sym_cmd_identifier_token36] = ACTIONS(2237), + [aux_sym_cmd_identifier_token37] = ACTIONS(2237), + [aux_sym_cmd_identifier_token38] = ACTIONS(2237), + [aux_sym_cmd_identifier_token39] = ACTIONS(2237), + [aux_sym_cmd_identifier_token40] = ACTIONS(2237), + [anon_sym_def] = ACTIONS(2237), + [anon_sym_export_DASHenv] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2237), + [anon_sym_module] = ACTIONS(2237), + [anon_sym_use] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2237), + [anon_sym_error] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_loop] = ACTIONS(2237), + [anon_sym_make] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_else] = ACTIONS(2237), + [anon_sym_match] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2237), + [anon_sym_try] = ACTIONS(2237), + [anon_sym_catch] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_source] = ACTIONS(2237), + [anon_sym_source_DASHenv] = ACTIONS(2237), + [anon_sym_register] = ACTIONS(2237), + [anon_sym_hide] = ACTIONS(2237), + [anon_sym_hide_DASHenv] = ACTIONS(2237), + [anon_sym_overlay] = ACTIONS(2237), + [anon_sym_as] = ACTIONS(2237), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2237), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2237), + [aux_sym__val_number_decimal_token1] = ACTIONS(2237), + [aux_sym__val_number_decimal_token2] = ACTIONS(2237), + [aux_sym__val_number_decimal_token3] = ACTIONS(2237), + [aux_sym__val_number_decimal_token4] = ACTIONS(2237), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2237), + [aux_sym__val_number_token5] = ACTIONS(2237), + [aux_sym__val_number_token6] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2237), + [sym__str_single_quotes] = ACTIONS(2237), + [sym__str_back_ticks] = ACTIONS(2237), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2237), + [sym__entry_separator] = ACTIONS(2241), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2241), + }, + [532] = { + [sym_comment] = STATE(532), + [anon_sym_export] = ACTIONS(1004), + [anon_sym_alias] = ACTIONS(1004), + [anon_sym_let] = ACTIONS(1004), + [anon_sym_let_DASHenv] = ACTIONS(1004), + [anon_sym_mut] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [aux_sym_cmd_identifier_token1] = ACTIONS(1004), + [aux_sym_cmd_identifier_token2] = ACTIONS(1000), + [aux_sym_cmd_identifier_token3] = ACTIONS(1000), + [aux_sym_cmd_identifier_token4] = ACTIONS(1000), + [aux_sym_cmd_identifier_token5] = ACTIONS(1000), + [aux_sym_cmd_identifier_token6] = ACTIONS(1000), + [aux_sym_cmd_identifier_token7] = ACTIONS(1000), + [aux_sym_cmd_identifier_token8] = ACTIONS(1004), + [aux_sym_cmd_identifier_token9] = ACTIONS(1004), + [aux_sym_cmd_identifier_token10] = ACTIONS(1000), + [aux_sym_cmd_identifier_token11] = ACTIONS(1000), + [aux_sym_cmd_identifier_token12] = ACTIONS(1004), + [aux_sym_cmd_identifier_token13] = ACTIONS(1004), + [aux_sym_cmd_identifier_token14] = ACTIONS(1004), + [aux_sym_cmd_identifier_token15] = ACTIONS(1004), + [aux_sym_cmd_identifier_token16] = ACTIONS(1000), + [aux_sym_cmd_identifier_token17] = ACTIONS(1000), + [aux_sym_cmd_identifier_token18] = ACTIONS(1000), + [aux_sym_cmd_identifier_token19] = ACTIONS(1000), + [aux_sym_cmd_identifier_token20] = ACTIONS(1000), + [aux_sym_cmd_identifier_token21] = ACTIONS(1000), + [aux_sym_cmd_identifier_token22] = ACTIONS(1000), + [aux_sym_cmd_identifier_token23] = ACTIONS(1000), + [aux_sym_cmd_identifier_token24] = ACTIONS(1000), + [aux_sym_cmd_identifier_token25] = ACTIONS(1000), + [aux_sym_cmd_identifier_token26] = ACTIONS(1000), + [aux_sym_cmd_identifier_token27] = ACTIONS(1000), + [aux_sym_cmd_identifier_token28] = ACTIONS(1000), + [aux_sym_cmd_identifier_token29] = ACTIONS(1000), + [aux_sym_cmd_identifier_token30] = ACTIONS(1000), + [aux_sym_cmd_identifier_token31] = ACTIONS(1000), + [aux_sym_cmd_identifier_token32] = ACTIONS(1000), + [aux_sym_cmd_identifier_token33] = ACTIONS(1000), + [aux_sym_cmd_identifier_token34] = ACTIONS(1004), + [aux_sym_cmd_identifier_token35] = ACTIONS(1000), + [aux_sym_cmd_identifier_token36] = ACTIONS(1000), + [aux_sym_cmd_identifier_token37] = ACTIONS(1000), + [aux_sym_cmd_identifier_token38] = ACTIONS(1004), + [aux_sym_cmd_identifier_token39] = ACTIONS(1000), + [aux_sym_cmd_identifier_token40] = ACTIONS(1000), + [anon_sym_def] = ACTIONS(1004), + [anon_sym_export_DASHenv] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym_module] = ACTIONS(1004), + [anon_sym_use] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1000), + [anon_sym_error] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1004), + [anon_sym_loop] = ACTIONS(1004), + [anon_sym_make] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_match] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_try] = ACTIONS(1004), + [anon_sym_catch] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_source] = ACTIONS(1004), + [anon_sym_source_DASHenv] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_hide] = ACTIONS(1004), + [anon_sym_hide_DASHenv] = ACTIONS(1004), + [anon_sym_overlay] = ACTIONS(1004), + [anon_sym_as] = ACTIONS(1004), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(2206), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2208), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2208), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1000), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1000), + [aux_sym__val_number_decimal_token3] = ACTIONS(1000), + [aux_sym__val_number_decimal_token4] = ACTIONS(1000), + [aux_sym__val_number_token1] = ACTIONS(1000), + [aux_sym__val_number_token2] = ACTIONS(1000), + [aux_sym__val_number_token3] = ACTIONS(1000), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), + [sym_raw_string_begin] = ACTIONS(1000), }, - [562] = { - [sym_comment] = STATE(562), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_alias] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_let_DASHenv] = ACTIONS(2281), - [anon_sym_mut] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [aux_sym_cmd_identifier_token1] = ACTIONS(2281), - [aux_sym_cmd_identifier_token2] = ACTIONS(2281), - [aux_sym_cmd_identifier_token3] = ACTIONS(2281), - [aux_sym_cmd_identifier_token4] = ACTIONS(2281), - [aux_sym_cmd_identifier_token5] = ACTIONS(2281), - [aux_sym_cmd_identifier_token6] = ACTIONS(2281), - [aux_sym_cmd_identifier_token7] = ACTIONS(2281), - [aux_sym_cmd_identifier_token8] = ACTIONS(2281), - [aux_sym_cmd_identifier_token9] = ACTIONS(2281), - [aux_sym_cmd_identifier_token10] = ACTIONS(2281), - [aux_sym_cmd_identifier_token11] = ACTIONS(2281), - [aux_sym_cmd_identifier_token12] = ACTIONS(2281), - [aux_sym_cmd_identifier_token13] = ACTIONS(2281), - [aux_sym_cmd_identifier_token14] = ACTIONS(2281), - [aux_sym_cmd_identifier_token15] = ACTIONS(2281), - [aux_sym_cmd_identifier_token16] = ACTIONS(2281), - [aux_sym_cmd_identifier_token17] = ACTIONS(2281), - [aux_sym_cmd_identifier_token18] = ACTIONS(2281), - [aux_sym_cmd_identifier_token19] = ACTIONS(2281), - [aux_sym_cmd_identifier_token20] = ACTIONS(2281), - [aux_sym_cmd_identifier_token21] = ACTIONS(2281), - [aux_sym_cmd_identifier_token22] = ACTIONS(2281), - [aux_sym_cmd_identifier_token23] = ACTIONS(2281), - [aux_sym_cmd_identifier_token24] = ACTIONS(2281), - [aux_sym_cmd_identifier_token25] = ACTIONS(2281), - [aux_sym_cmd_identifier_token26] = ACTIONS(2281), - [aux_sym_cmd_identifier_token27] = ACTIONS(2281), - [aux_sym_cmd_identifier_token28] = ACTIONS(2281), - [aux_sym_cmd_identifier_token29] = ACTIONS(2281), - [aux_sym_cmd_identifier_token30] = ACTIONS(2281), - [aux_sym_cmd_identifier_token31] = ACTIONS(2281), - [aux_sym_cmd_identifier_token32] = ACTIONS(2281), - [aux_sym_cmd_identifier_token33] = ACTIONS(2281), - [aux_sym_cmd_identifier_token34] = ACTIONS(2281), - [aux_sym_cmd_identifier_token35] = ACTIONS(2281), - [aux_sym_cmd_identifier_token36] = ACTIONS(2281), - [aux_sym_cmd_identifier_token37] = ACTIONS(2281), - [aux_sym_cmd_identifier_token38] = ACTIONS(2281), - [aux_sym_cmd_identifier_token39] = ACTIONS(2281), - [aux_sym_cmd_identifier_token40] = ACTIONS(2281), - [anon_sym_def] = ACTIONS(2281), - [anon_sym_export_DASHenv] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_DOLLAR] = ACTIONS(2281), - [anon_sym_error] = ACTIONS(2281), - [anon_sym_DASH2] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_in2] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_make] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_RBRACE] = ACTIONS(2283), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_catch] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_source] = ACTIONS(2281), - [anon_sym_source_DASHenv] = ACTIONS(2281), - [anon_sym_register] = ACTIONS(2281), - [anon_sym_hide] = ACTIONS(2281), - [anon_sym_hide_DASHenv] = ACTIONS(2281), - [anon_sym_overlay] = ACTIONS(2281), - [anon_sym_as] = ACTIONS(2281), - [anon_sym_PLUS2] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), - [aux_sym__val_number_decimal_token1] = ACTIONS(2281), - [aux_sym__val_number_decimal_token2] = ACTIONS(2281), - [aux_sym__val_number_decimal_token3] = ACTIONS(2281), - [aux_sym__val_number_decimal_token4] = ACTIONS(2281), - [aux_sym__val_number_token1] = ACTIONS(2281), - [aux_sym__val_number_token2] = ACTIONS(2281), - [aux_sym__val_number_token3] = ACTIONS(2281), - [aux_sym__val_number_token4] = ACTIONS(2281), - [aux_sym__val_number_token5] = ACTIONS(2281), - [aux_sym__val_number_token6] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [sym__str_single_quotes] = ACTIONS(2281), - [sym__str_back_ticks] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), - [sym__entry_separator] = ACTIONS(2285), + [533] = { + [sym_comment] = STATE(533), + [anon_sym_export] = ACTIONS(2245), + [anon_sym_alias] = ACTIONS(2245), + [anon_sym_let] = ACTIONS(2245), + [anon_sym_let_DASHenv] = ACTIONS(2245), + [anon_sym_mut] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [aux_sym_cmd_identifier_token1] = ACTIONS(2245), + [aux_sym_cmd_identifier_token2] = ACTIONS(2245), + [aux_sym_cmd_identifier_token3] = ACTIONS(2245), + [aux_sym_cmd_identifier_token4] = ACTIONS(2245), + [aux_sym_cmd_identifier_token5] = ACTIONS(2245), + [aux_sym_cmd_identifier_token6] = ACTIONS(2245), + [aux_sym_cmd_identifier_token7] = ACTIONS(2245), + [aux_sym_cmd_identifier_token8] = ACTIONS(2245), + [aux_sym_cmd_identifier_token9] = ACTIONS(2245), + [aux_sym_cmd_identifier_token10] = ACTIONS(2245), + [aux_sym_cmd_identifier_token11] = ACTIONS(2245), + [aux_sym_cmd_identifier_token12] = ACTIONS(2245), + [aux_sym_cmd_identifier_token13] = ACTIONS(2245), + [aux_sym_cmd_identifier_token14] = ACTIONS(2245), + [aux_sym_cmd_identifier_token15] = ACTIONS(2245), + [aux_sym_cmd_identifier_token16] = ACTIONS(2245), + [aux_sym_cmd_identifier_token17] = ACTIONS(2245), + [aux_sym_cmd_identifier_token18] = ACTIONS(2245), + [aux_sym_cmd_identifier_token19] = ACTIONS(2245), + [aux_sym_cmd_identifier_token20] = ACTIONS(2245), + [aux_sym_cmd_identifier_token21] = ACTIONS(2245), + [aux_sym_cmd_identifier_token22] = ACTIONS(2245), + [aux_sym_cmd_identifier_token23] = ACTIONS(2245), + [aux_sym_cmd_identifier_token24] = ACTIONS(2245), + [aux_sym_cmd_identifier_token25] = ACTIONS(2245), + [aux_sym_cmd_identifier_token26] = ACTIONS(2245), + [aux_sym_cmd_identifier_token27] = ACTIONS(2245), + [aux_sym_cmd_identifier_token28] = ACTIONS(2245), + [aux_sym_cmd_identifier_token29] = ACTIONS(2245), + [aux_sym_cmd_identifier_token30] = ACTIONS(2245), + [aux_sym_cmd_identifier_token31] = ACTIONS(2245), + [aux_sym_cmd_identifier_token32] = ACTIONS(2245), + [aux_sym_cmd_identifier_token33] = ACTIONS(2245), + [aux_sym_cmd_identifier_token34] = ACTIONS(2245), + [aux_sym_cmd_identifier_token35] = ACTIONS(2245), + [aux_sym_cmd_identifier_token36] = ACTIONS(2245), + [aux_sym_cmd_identifier_token37] = ACTIONS(2245), + [aux_sym_cmd_identifier_token38] = ACTIONS(2245), + [aux_sym_cmd_identifier_token39] = ACTIONS(2245), + [aux_sym_cmd_identifier_token40] = ACTIONS(2245), + [anon_sym_def] = ACTIONS(2245), + [anon_sym_export_DASHenv] = ACTIONS(2245), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym_module] = ACTIONS(2245), + [anon_sym_use] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2245), + [anon_sym_DOLLAR] = ACTIONS(2245), + [anon_sym_error] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_loop] = ACTIONS(2245), + [anon_sym_make] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_else] = ACTIONS(2245), + [anon_sym_match] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2245), + [anon_sym_try] = ACTIONS(2245), + [anon_sym_catch] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_source] = ACTIONS(2245), + [anon_sym_source_DASHenv] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_hide] = ACTIONS(2245), + [anon_sym_hide_DASHenv] = ACTIONS(2245), + [anon_sym_overlay] = ACTIONS(2245), + [anon_sym_as] = ACTIONS(2245), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2245), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2245), + [aux_sym__val_number_decimal_token1] = ACTIONS(2245), + [aux_sym__val_number_decimal_token2] = ACTIONS(2245), + [aux_sym__val_number_decimal_token3] = ACTIONS(2245), + [aux_sym__val_number_decimal_token4] = ACTIONS(2245), + [aux_sym__val_number_token1] = ACTIONS(2245), + [aux_sym__val_number_token2] = ACTIONS(2245), + [aux_sym__val_number_token3] = ACTIONS(2245), + [aux_sym__val_number_token4] = ACTIONS(2245), + [aux_sym__val_number_token5] = ACTIONS(2245), + [aux_sym__val_number_token6] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2245), + [sym__str_single_quotes] = ACTIONS(2245), + [sym__str_back_ticks] = ACTIONS(2245), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2245), + [sym__entry_separator] = ACTIONS(2247), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2243), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2287), + [sym_raw_string_begin] = ACTIONS(2247), }, - [563] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(563), - [anon_sym_export] = ACTIONS(2186), - [anon_sym_alias] = ACTIONS(2186), - [anon_sym_let] = ACTIONS(2186), - [anon_sym_let_DASHenv] = ACTIONS(2186), - [anon_sym_mut] = ACTIONS(2186), - [anon_sym_const] = ACTIONS(2186), - [aux_sym_cmd_identifier_token1] = ACTIONS(2186), - [aux_sym_cmd_identifier_token2] = ACTIONS(2188), - [aux_sym_cmd_identifier_token3] = ACTIONS(2188), - [aux_sym_cmd_identifier_token4] = ACTIONS(2188), - [aux_sym_cmd_identifier_token5] = ACTIONS(2188), - [aux_sym_cmd_identifier_token6] = ACTIONS(2188), - [aux_sym_cmd_identifier_token7] = ACTIONS(2188), - [aux_sym_cmd_identifier_token8] = ACTIONS(2186), - [aux_sym_cmd_identifier_token9] = ACTIONS(2186), - [aux_sym_cmd_identifier_token10] = ACTIONS(2188), - [aux_sym_cmd_identifier_token11] = ACTIONS(2188), - [aux_sym_cmd_identifier_token12] = ACTIONS(2186), - [aux_sym_cmd_identifier_token13] = ACTIONS(2186), - [aux_sym_cmd_identifier_token14] = ACTIONS(2186), - [aux_sym_cmd_identifier_token15] = ACTIONS(2186), - [aux_sym_cmd_identifier_token16] = ACTIONS(2188), - [aux_sym_cmd_identifier_token17] = ACTIONS(2188), - [aux_sym_cmd_identifier_token18] = ACTIONS(2188), - [aux_sym_cmd_identifier_token19] = ACTIONS(2188), - [aux_sym_cmd_identifier_token20] = ACTIONS(2188), - [aux_sym_cmd_identifier_token21] = ACTIONS(2188), - [aux_sym_cmd_identifier_token22] = ACTIONS(2188), - [aux_sym_cmd_identifier_token23] = ACTIONS(2188), - [aux_sym_cmd_identifier_token24] = ACTIONS(2188), - [aux_sym_cmd_identifier_token25] = ACTIONS(2188), - [aux_sym_cmd_identifier_token26] = ACTIONS(2188), - [aux_sym_cmd_identifier_token27] = ACTIONS(2188), - [aux_sym_cmd_identifier_token28] = ACTIONS(2188), - [aux_sym_cmd_identifier_token29] = ACTIONS(2188), - [aux_sym_cmd_identifier_token30] = ACTIONS(2188), - [aux_sym_cmd_identifier_token31] = ACTIONS(2188), - [aux_sym_cmd_identifier_token32] = ACTIONS(2188), - [aux_sym_cmd_identifier_token33] = ACTIONS(2188), - [aux_sym_cmd_identifier_token34] = ACTIONS(2186), - [aux_sym_cmd_identifier_token35] = ACTIONS(2188), - [aux_sym_cmd_identifier_token36] = ACTIONS(2188), - [aux_sym_cmd_identifier_token37] = ACTIONS(2188), - [aux_sym_cmd_identifier_token38] = ACTIONS(2186), - [aux_sym_cmd_identifier_token39] = ACTIONS(2188), - [aux_sym_cmd_identifier_token40] = ACTIONS(2188), - [anon_sym_def] = ACTIONS(2186), - [anon_sym_export_DASHenv] = ACTIONS(2186), - [anon_sym_extern] = ACTIONS(2186), - [anon_sym_module] = ACTIONS(2186), - [anon_sym_use] = ACTIONS(2186), - [anon_sym_LPAREN] = ACTIONS(2186), - [anon_sym_DOLLAR] = ACTIONS(2188), - [anon_sym_error] = ACTIONS(2186), - [anon_sym_DASH2] = ACTIONS(2186), - [anon_sym_break] = ACTIONS(2186), - [anon_sym_continue] = ACTIONS(2186), - [anon_sym_for] = ACTIONS(2186), - [anon_sym_in2] = ACTIONS(2186), - [anon_sym_loop] = ACTIONS(2186), - [anon_sym_make] = ACTIONS(2186), - [anon_sym_while] = ACTIONS(2186), - [anon_sym_do] = ACTIONS(2186), - [anon_sym_if] = ACTIONS(2186), - [anon_sym_else] = ACTIONS(2186), - [anon_sym_match] = ACTIONS(2186), - [anon_sym_RBRACE] = ACTIONS(2188), - [anon_sym_try] = ACTIONS(2186), - [anon_sym_catch] = ACTIONS(2186), - [anon_sym_return] = ACTIONS(2186), - [anon_sym_source] = ACTIONS(2186), - [anon_sym_source_DASHenv] = ACTIONS(2186), - [anon_sym_register] = ACTIONS(2186), - [anon_sym_hide] = ACTIONS(2186), - [anon_sym_hide_DASHenv] = ACTIONS(2186), - [anon_sym_overlay] = ACTIONS(2186), - [anon_sym_as] = ACTIONS(2186), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2186), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2188), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2188), - [aux_sym__val_number_decimal_token1] = ACTIONS(2186), - [aux_sym__val_number_decimal_token2] = ACTIONS(2188), - [aux_sym__val_number_decimal_token3] = ACTIONS(2188), - [aux_sym__val_number_decimal_token4] = ACTIONS(2188), - [aux_sym__val_number_token1] = ACTIONS(2188), - [aux_sym__val_number_token2] = ACTIONS(2188), - [aux_sym__val_number_token3] = ACTIONS(2188), - [aux_sym__val_number_token4] = ACTIONS(2186), - [aux_sym__val_number_token5] = ACTIONS(2186), - [aux_sym__val_number_token6] = ACTIONS(2186), - [anon_sym_DQUOTE] = ACTIONS(2188), - [sym__str_single_quotes] = ACTIONS(2188), - [sym__str_back_ticks] = ACTIONS(2188), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2188), + [534] = { + [sym_comment] = STATE(534), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2188), + [sym_raw_string_begin] = ACTIONS(1727), }, - [564] = { - [sym_comment] = STATE(564), - [anon_sym_export] = ACTIONS(992), - [anon_sym_alias] = ACTIONS(992), - [anon_sym_let] = ACTIONS(992), - [anon_sym_let_DASHenv] = ACTIONS(992), - [anon_sym_mut] = ACTIONS(992), - [anon_sym_const] = ACTIONS(992), - [aux_sym_cmd_identifier_token1] = ACTIONS(992), - [aux_sym_cmd_identifier_token2] = ACTIONS(998), - [aux_sym_cmd_identifier_token3] = ACTIONS(998), - [aux_sym_cmd_identifier_token4] = ACTIONS(998), - [aux_sym_cmd_identifier_token5] = ACTIONS(998), - [aux_sym_cmd_identifier_token6] = ACTIONS(998), - [aux_sym_cmd_identifier_token7] = ACTIONS(998), - [aux_sym_cmd_identifier_token8] = ACTIONS(992), - [aux_sym_cmd_identifier_token9] = ACTIONS(992), - [aux_sym_cmd_identifier_token10] = ACTIONS(998), - [aux_sym_cmd_identifier_token11] = ACTIONS(998), - [aux_sym_cmd_identifier_token12] = ACTIONS(992), - [aux_sym_cmd_identifier_token13] = ACTIONS(992), - [aux_sym_cmd_identifier_token14] = ACTIONS(992), - [aux_sym_cmd_identifier_token15] = ACTIONS(992), - [aux_sym_cmd_identifier_token16] = ACTIONS(998), - [aux_sym_cmd_identifier_token17] = ACTIONS(998), - [aux_sym_cmd_identifier_token18] = ACTIONS(998), - [aux_sym_cmd_identifier_token19] = ACTIONS(998), - [aux_sym_cmd_identifier_token20] = ACTIONS(998), - [aux_sym_cmd_identifier_token21] = ACTIONS(998), - [aux_sym_cmd_identifier_token22] = ACTIONS(998), - [aux_sym_cmd_identifier_token23] = ACTIONS(998), - [aux_sym_cmd_identifier_token24] = ACTIONS(998), - [aux_sym_cmd_identifier_token25] = ACTIONS(998), - [aux_sym_cmd_identifier_token26] = ACTIONS(998), - [aux_sym_cmd_identifier_token27] = ACTIONS(998), - [aux_sym_cmd_identifier_token28] = ACTIONS(998), - [aux_sym_cmd_identifier_token29] = ACTIONS(998), - [aux_sym_cmd_identifier_token30] = ACTIONS(998), - [aux_sym_cmd_identifier_token31] = ACTIONS(998), - [aux_sym_cmd_identifier_token32] = ACTIONS(998), - [aux_sym_cmd_identifier_token33] = ACTIONS(998), - [aux_sym_cmd_identifier_token34] = ACTIONS(992), - [aux_sym_cmd_identifier_token35] = ACTIONS(998), - [aux_sym_cmd_identifier_token36] = ACTIONS(998), - [aux_sym_cmd_identifier_token37] = ACTIONS(998), - [aux_sym_cmd_identifier_token38] = ACTIONS(992), - [aux_sym_cmd_identifier_token39] = ACTIONS(998), - [aux_sym_cmd_identifier_token40] = ACTIONS(998), - [anon_sym_def] = ACTIONS(992), - [anon_sym_export_DASHenv] = ACTIONS(992), - [anon_sym_extern] = ACTIONS(992), - [anon_sym_module] = ACTIONS(992), - [anon_sym_use] = ACTIONS(992), - [anon_sym_LPAREN] = ACTIONS(998), - [anon_sym_COMMA] = ACTIONS(1002), - [anon_sym_DOLLAR] = ACTIONS(998), - [anon_sym_error] = ACTIONS(992), - [anon_sym_DASH2] = ACTIONS(992), - [anon_sym_break] = ACTIONS(992), - [anon_sym_continue] = ACTIONS(992), - [anon_sym_for] = ACTIONS(992), - [anon_sym_in2] = ACTIONS(992), - [anon_sym_loop] = ACTIONS(992), - [anon_sym_make] = ACTIONS(992), - [anon_sym_while] = ACTIONS(992), - [anon_sym_do] = ACTIONS(992), - [anon_sym_if] = ACTIONS(992), - [anon_sym_else] = ACTIONS(992), - [anon_sym_match] = ACTIONS(992), - [anon_sym_RBRACE] = ACTIONS(998), - [anon_sym_try] = ACTIONS(992), - [anon_sym_catch] = ACTIONS(992), - [anon_sym_return] = ACTIONS(992), - [anon_sym_source] = ACTIONS(992), - [anon_sym_source_DASHenv] = ACTIONS(992), - [anon_sym_register] = ACTIONS(992), - [anon_sym_hide] = ACTIONS(992), - [anon_sym_hide_DASHenv] = ACTIONS(992), - [anon_sym_overlay] = ACTIONS(992), - [anon_sym_as] = ACTIONS(992), - [anon_sym_PLUS2] = ACTIONS(992), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(998), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(998), - [aux_sym__val_number_decimal_token1] = ACTIONS(992), - [aux_sym__val_number_decimal_token2] = ACTIONS(998), - [aux_sym__val_number_decimal_token3] = ACTIONS(998), - [aux_sym__val_number_decimal_token4] = ACTIONS(998), - [aux_sym__val_number_token1] = ACTIONS(998), - [aux_sym__val_number_token2] = ACTIONS(998), - [aux_sym__val_number_token3] = ACTIONS(998), - [aux_sym__val_number_token4] = ACTIONS(992), - [aux_sym__val_number_token5] = ACTIONS(992), - [aux_sym__val_number_token6] = ACTIONS(992), - [anon_sym_DQUOTE] = ACTIONS(998), - [sym__str_single_quotes] = ACTIONS(998), - [sym__str_back_ticks] = ACTIONS(998), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(998), - [anon_sym_COLON2] = ACTIONS(2289), + [535] = { + [sym_comment] = STATE(535), + [anon_sym_export] = ACTIONS(2144), + [anon_sym_alias] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_let_DASHenv] = ACTIONS(2144), + [anon_sym_mut] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [aux_sym_cmd_identifier_token1] = ACTIONS(2144), + [aux_sym_cmd_identifier_token2] = ACTIONS(2150), + [aux_sym_cmd_identifier_token3] = ACTIONS(2150), + [aux_sym_cmd_identifier_token4] = ACTIONS(2150), + [aux_sym_cmd_identifier_token5] = ACTIONS(2150), + [aux_sym_cmd_identifier_token6] = ACTIONS(2150), + [aux_sym_cmd_identifier_token7] = ACTIONS(2150), + [aux_sym_cmd_identifier_token8] = ACTIONS(2144), + [aux_sym_cmd_identifier_token9] = ACTIONS(2144), + [aux_sym_cmd_identifier_token10] = ACTIONS(2150), + [aux_sym_cmd_identifier_token11] = ACTIONS(2150), + [aux_sym_cmd_identifier_token12] = ACTIONS(2144), + [aux_sym_cmd_identifier_token13] = ACTIONS(2144), + [aux_sym_cmd_identifier_token14] = ACTIONS(2144), + [aux_sym_cmd_identifier_token15] = ACTIONS(2144), + [aux_sym_cmd_identifier_token16] = ACTIONS(2150), + [aux_sym_cmd_identifier_token17] = ACTIONS(2150), + [aux_sym_cmd_identifier_token18] = ACTIONS(2150), + [aux_sym_cmd_identifier_token19] = ACTIONS(2150), + [aux_sym_cmd_identifier_token20] = ACTIONS(2150), + [aux_sym_cmd_identifier_token21] = ACTIONS(2150), + [aux_sym_cmd_identifier_token22] = ACTIONS(2150), + [aux_sym_cmd_identifier_token23] = ACTIONS(2150), + [aux_sym_cmd_identifier_token24] = ACTIONS(2150), + [aux_sym_cmd_identifier_token25] = ACTIONS(2150), + [aux_sym_cmd_identifier_token26] = ACTIONS(2150), + [aux_sym_cmd_identifier_token27] = ACTIONS(2150), + [aux_sym_cmd_identifier_token28] = ACTIONS(2150), + [aux_sym_cmd_identifier_token29] = ACTIONS(2150), + [aux_sym_cmd_identifier_token30] = ACTIONS(2150), + [aux_sym_cmd_identifier_token31] = ACTIONS(2150), + [aux_sym_cmd_identifier_token32] = ACTIONS(2150), + [aux_sym_cmd_identifier_token33] = ACTIONS(2150), + [aux_sym_cmd_identifier_token34] = ACTIONS(2144), + [aux_sym_cmd_identifier_token35] = ACTIONS(2150), + [aux_sym_cmd_identifier_token36] = ACTIONS(2150), + [aux_sym_cmd_identifier_token37] = ACTIONS(2150), + [aux_sym_cmd_identifier_token38] = ACTIONS(2144), + [aux_sym_cmd_identifier_token39] = ACTIONS(2150), + [aux_sym_cmd_identifier_token40] = ACTIONS(2150), + [anon_sym_def] = ACTIONS(2144), + [anon_sym_export_DASHenv] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_module] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_DOLLAR] = ACTIONS(2150), + [anon_sym_error] = ACTIONS(2144), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_in2] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_make] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_do] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_else] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_try] = ACTIONS(2144), + [anon_sym_catch] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_source] = ACTIONS(2144), + [anon_sym_source_DASHenv] = ACTIONS(2144), + [anon_sym_register] = ACTIONS(2144), + [anon_sym_hide] = ACTIONS(2144), + [anon_sym_hide_DASHenv] = ACTIONS(2144), + [anon_sym_overlay] = ACTIONS(2144), + [anon_sym_as] = ACTIONS(2144), + [anon_sym_PLUS2] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2150), + [anon_sym_DOT_DOT2] = ACTIONS(2249), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2251), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2251), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2150), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2150), + [aux_sym__val_number_decimal_token3] = ACTIONS(2150), + [aux_sym__val_number_decimal_token4] = ACTIONS(2150), + [aux_sym__val_number_token1] = ACTIONS(2150), + [aux_sym__val_number_token2] = ACTIONS(2150), + [aux_sym__val_number_token3] = ACTIONS(2150), + [aux_sym__val_number_token4] = ACTIONS(2144), + [aux_sym__val_number_token5] = ACTIONS(2144), + [aux_sym__val_number_token6] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2150), + [sym__str_single_quotes] = ACTIONS(2150), + [sym__str_back_ticks] = ACTIONS(2150), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(998), + [sym_raw_string_begin] = ACTIONS(2150), }, - [565] = { - [sym_comment] = STATE(565), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_alias] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_let_DASHenv] = ACTIONS(2281), - [anon_sym_mut] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [aux_sym_cmd_identifier_token1] = ACTIONS(2281), - [aux_sym_cmd_identifier_token2] = ACTIONS(2281), - [aux_sym_cmd_identifier_token3] = ACTIONS(2281), - [aux_sym_cmd_identifier_token4] = ACTIONS(2281), - [aux_sym_cmd_identifier_token5] = ACTIONS(2281), - [aux_sym_cmd_identifier_token6] = ACTIONS(2281), - [aux_sym_cmd_identifier_token7] = ACTIONS(2281), - [aux_sym_cmd_identifier_token8] = ACTIONS(2281), - [aux_sym_cmd_identifier_token9] = ACTIONS(2281), - [aux_sym_cmd_identifier_token10] = ACTIONS(2281), - [aux_sym_cmd_identifier_token11] = ACTIONS(2281), - [aux_sym_cmd_identifier_token12] = ACTIONS(2281), - [aux_sym_cmd_identifier_token13] = ACTIONS(2281), - [aux_sym_cmd_identifier_token14] = ACTIONS(2281), - [aux_sym_cmd_identifier_token15] = ACTIONS(2281), - [aux_sym_cmd_identifier_token16] = ACTIONS(2281), - [aux_sym_cmd_identifier_token17] = ACTIONS(2281), - [aux_sym_cmd_identifier_token18] = ACTIONS(2281), - [aux_sym_cmd_identifier_token19] = ACTIONS(2281), - [aux_sym_cmd_identifier_token20] = ACTIONS(2281), - [aux_sym_cmd_identifier_token21] = ACTIONS(2281), - [aux_sym_cmd_identifier_token22] = ACTIONS(2281), - [aux_sym_cmd_identifier_token23] = ACTIONS(2281), - [aux_sym_cmd_identifier_token24] = ACTIONS(2281), - [aux_sym_cmd_identifier_token25] = ACTIONS(2281), - [aux_sym_cmd_identifier_token26] = ACTIONS(2281), - [aux_sym_cmd_identifier_token27] = ACTIONS(2281), - [aux_sym_cmd_identifier_token28] = ACTIONS(2281), - [aux_sym_cmd_identifier_token29] = ACTIONS(2281), - [aux_sym_cmd_identifier_token30] = ACTIONS(2281), - [aux_sym_cmd_identifier_token31] = ACTIONS(2281), - [aux_sym_cmd_identifier_token32] = ACTIONS(2281), - [aux_sym_cmd_identifier_token33] = ACTIONS(2281), - [aux_sym_cmd_identifier_token34] = ACTIONS(2281), - [aux_sym_cmd_identifier_token35] = ACTIONS(2281), - [aux_sym_cmd_identifier_token36] = ACTIONS(2281), - [aux_sym_cmd_identifier_token37] = ACTIONS(2281), - [aux_sym_cmd_identifier_token38] = ACTIONS(2281), - [aux_sym_cmd_identifier_token39] = ACTIONS(2281), - [aux_sym_cmd_identifier_token40] = ACTIONS(2281), - [anon_sym_def] = ACTIONS(2281), - [anon_sym_export_DASHenv] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_DOLLAR] = ACTIONS(2281), - [anon_sym_error] = ACTIONS(2281), - [anon_sym_DASH2] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_in2] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_make] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_RBRACE] = ACTIONS(2291), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_catch] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_source] = ACTIONS(2281), - [anon_sym_source_DASHenv] = ACTIONS(2281), - [anon_sym_register] = ACTIONS(2281), - [anon_sym_hide] = ACTIONS(2281), - [anon_sym_hide_DASHenv] = ACTIONS(2281), - [anon_sym_overlay] = ACTIONS(2281), - [anon_sym_as] = ACTIONS(2281), - [anon_sym_PLUS2] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), - [aux_sym__val_number_decimal_token1] = ACTIONS(2281), - [aux_sym__val_number_decimal_token2] = ACTIONS(2281), - [aux_sym__val_number_decimal_token3] = ACTIONS(2281), - [aux_sym__val_number_decimal_token4] = ACTIONS(2281), - [aux_sym__val_number_token1] = ACTIONS(2281), - [aux_sym__val_number_token2] = ACTIONS(2281), - [aux_sym__val_number_token3] = ACTIONS(2281), - [aux_sym__val_number_token4] = ACTIONS(2281), - [aux_sym__val_number_token5] = ACTIONS(2281), - [aux_sym__val_number_token6] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [sym__str_single_quotes] = ACTIONS(2281), - [sym__str_back_ticks] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), - [sym__entry_separator] = ACTIONS(2285), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2287), + [536] = { + [sym_comment] = STATE(536), + [anon_sym_export] = ACTIONS(2152), + [anon_sym_alias] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_let_DASHenv] = ACTIONS(2152), + [anon_sym_mut] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [aux_sym_cmd_identifier_token1] = ACTIONS(2152), + [aux_sym_cmd_identifier_token2] = ACTIONS(2158), + [aux_sym_cmd_identifier_token3] = ACTIONS(2158), + [aux_sym_cmd_identifier_token4] = ACTIONS(2158), + [aux_sym_cmd_identifier_token5] = ACTIONS(2158), + [aux_sym_cmd_identifier_token6] = ACTIONS(2158), + [aux_sym_cmd_identifier_token7] = ACTIONS(2158), + [aux_sym_cmd_identifier_token8] = ACTIONS(2152), + [aux_sym_cmd_identifier_token9] = ACTIONS(2152), + [aux_sym_cmd_identifier_token10] = ACTIONS(2158), + [aux_sym_cmd_identifier_token11] = ACTIONS(2158), + [aux_sym_cmd_identifier_token12] = ACTIONS(2152), + [aux_sym_cmd_identifier_token13] = ACTIONS(2152), + [aux_sym_cmd_identifier_token14] = ACTIONS(2152), + [aux_sym_cmd_identifier_token15] = ACTIONS(2152), + [aux_sym_cmd_identifier_token16] = ACTIONS(2158), + [aux_sym_cmd_identifier_token17] = ACTIONS(2158), + [aux_sym_cmd_identifier_token18] = ACTIONS(2158), + [aux_sym_cmd_identifier_token19] = ACTIONS(2158), + [aux_sym_cmd_identifier_token20] = ACTIONS(2158), + [aux_sym_cmd_identifier_token21] = ACTIONS(2158), + [aux_sym_cmd_identifier_token22] = ACTIONS(2158), + [aux_sym_cmd_identifier_token23] = ACTIONS(2158), + [aux_sym_cmd_identifier_token24] = ACTIONS(2158), + [aux_sym_cmd_identifier_token25] = ACTIONS(2158), + [aux_sym_cmd_identifier_token26] = ACTIONS(2158), + [aux_sym_cmd_identifier_token27] = ACTIONS(2158), + [aux_sym_cmd_identifier_token28] = ACTIONS(2158), + [aux_sym_cmd_identifier_token29] = ACTIONS(2158), + [aux_sym_cmd_identifier_token30] = ACTIONS(2158), + [aux_sym_cmd_identifier_token31] = ACTIONS(2158), + [aux_sym_cmd_identifier_token32] = ACTIONS(2158), + [aux_sym_cmd_identifier_token33] = ACTIONS(2158), + [aux_sym_cmd_identifier_token34] = ACTIONS(2152), + [aux_sym_cmd_identifier_token35] = ACTIONS(2158), + [aux_sym_cmd_identifier_token36] = ACTIONS(2158), + [aux_sym_cmd_identifier_token37] = ACTIONS(2158), + [aux_sym_cmd_identifier_token38] = ACTIONS(2152), + [aux_sym_cmd_identifier_token39] = ACTIONS(2158), + [aux_sym_cmd_identifier_token40] = ACTIONS(2158), + [anon_sym_def] = ACTIONS(2152), + [anon_sym_export_DASHenv] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_module] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(2158), + [anon_sym_error] = ACTIONS(2152), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_in2] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_make] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_do] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_else] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_try] = ACTIONS(2152), + [anon_sym_catch] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_source] = ACTIONS(2152), + [anon_sym_source_DASHenv] = ACTIONS(2152), + [anon_sym_register] = ACTIONS(2152), + [anon_sym_hide] = ACTIONS(2152), + [anon_sym_hide_DASHenv] = ACTIONS(2152), + [anon_sym_overlay] = ACTIONS(2152), + [anon_sym_as] = ACTIONS(2152), + [anon_sym_PLUS2] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2158), + [anon_sym_DOT_DOT2] = ACTIONS(2253), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2255), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2255), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2158), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2158), + [aux_sym__val_number_decimal_token3] = ACTIONS(2158), + [aux_sym__val_number_decimal_token4] = ACTIONS(2158), + [aux_sym__val_number_token1] = ACTIONS(2158), + [aux_sym__val_number_token2] = ACTIONS(2158), + [aux_sym__val_number_token3] = ACTIONS(2158), + [aux_sym__val_number_token4] = ACTIONS(2152), + [aux_sym__val_number_token5] = ACTIONS(2152), + [aux_sym__val_number_token6] = ACTIONS(2152), + [anon_sym_DQUOTE] = ACTIONS(2158), + [sym__str_single_quotes] = ACTIONS(2158), + [sym__str_back_ticks] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2158), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2158), }, - [566] = { - [sym_comment] = STATE(566), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1735), + [537] = { + [sym_comment] = STATE(537), + [anon_sym_export] = ACTIONS(2160), + [anon_sym_alias] = ACTIONS(2160), + [anon_sym_let] = ACTIONS(2160), + [anon_sym_let_DASHenv] = ACTIONS(2160), + [anon_sym_mut] = ACTIONS(2160), + [anon_sym_const] = ACTIONS(2160), + [aux_sym_cmd_identifier_token1] = ACTIONS(2160), + [aux_sym_cmd_identifier_token2] = ACTIONS(2166), + [aux_sym_cmd_identifier_token3] = ACTIONS(2166), + [aux_sym_cmd_identifier_token4] = ACTIONS(2166), + [aux_sym_cmd_identifier_token5] = ACTIONS(2166), + [aux_sym_cmd_identifier_token6] = ACTIONS(2166), + [aux_sym_cmd_identifier_token7] = ACTIONS(2166), + [aux_sym_cmd_identifier_token8] = ACTIONS(2160), + [aux_sym_cmd_identifier_token9] = ACTIONS(2160), + [aux_sym_cmd_identifier_token10] = ACTIONS(2166), + [aux_sym_cmd_identifier_token11] = ACTIONS(2166), + [aux_sym_cmd_identifier_token12] = ACTIONS(2160), + [aux_sym_cmd_identifier_token13] = ACTIONS(2160), + [aux_sym_cmd_identifier_token14] = ACTIONS(2160), + [aux_sym_cmd_identifier_token15] = ACTIONS(2160), + [aux_sym_cmd_identifier_token16] = ACTIONS(2166), + [aux_sym_cmd_identifier_token17] = ACTIONS(2166), + [aux_sym_cmd_identifier_token18] = ACTIONS(2166), + [aux_sym_cmd_identifier_token19] = ACTIONS(2166), + [aux_sym_cmd_identifier_token20] = ACTIONS(2166), + [aux_sym_cmd_identifier_token21] = ACTIONS(2166), + [aux_sym_cmd_identifier_token22] = ACTIONS(2166), + [aux_sym_cmd_identifier_token23] = ACTIONS(2166), + [aux_sym_cmd_identifier_token24] = ACTIONS(2166), + [aux_sym_cmd_identifier_token25] = ACTIONS(2166), + [aux_sym_cmd_identifier_token26] = ACTIONS(2166), + [aux_sym_cmd_identifier_token27] = ACTIONS(2166), + [aux_sym_cmd_identifier_token28] = ACTIONS(2166), + [aux_sym_cmd_identifier_token29] = ACTIONS(2166), + [aux_sym_cmd_identifier_token30] = ACTIONS(2166), + [aux_sym_cmd_identifier_token31] = ACTIONS(2166), + [aux_sym_cmd_identifier_token32] = ACTIONS(2166), + [aux_sym_cmd_identifier_token33] = ACTIONS(2166), + [aux_sym_cmd_identifier_token34] = ACTIONS(2160), + [aux_sym_cmd_identifier_token35] = ACTIONS(2166), + [aux_sym_cmd_identifier_token36] = ACTIONS(2166), + [aux_sym_cmd_identifier_token37] = ACTIONS(2166), + [aux_sym_cmd_identifier_token38] = ACTIONS(2160), + [aux_sym_cmd_identifier_token39] = ACTIONS(2166), + [aux_sym_cmd_identifier_token40] = ACTIONS(2166), + [anon_sym_def] = ACTIONS(2160), + [anon_sym_export_DASHenv] = ACTIONS(2160), + [anon_sym_extern] = ACTIONS(2160), + [anon_sym_module] = ACTIONS(2160), + [anon_sym_use] = ACTIONS(2160), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_DOLLAR] = ACTIONS(2166), + [anon_sym_error] = ACTIONS(2160), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_break] = ACTIONS(2160), + [anon_sym_continue] = ACTIONS(2160), + [anon_sym_for] = ACTIONS(2160), + [anon_sym_in2] = ACTIONS(2160), + [anon_sym_loop] = ACTIONS(2160), + [anon_sym_make] = ACTIONS(2160), + [anon_sym_while] = ACTIONS(2160), + [anon_sym_do] = ACTIONS(2160), + [anon_sym_if] = ACTIONS(2160), + [anon_sym_else] = ACTIONS(2160), + [anon_sym_match] = ACTIONS(2160), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_try] = ACTIONS(2160), + [anon_sym_catch] = ACTIONS(2160), + [anon_sym_return] = ACTIONS(2160), + [anon_sym_source] = ACTIONS(2160), + [anon_sym_source_DASHenv] = ACTIONS(2160), + [anon_sym_register] = ACTIONS(2160), + [anon_sym_hide] = ACTIONS(2160), + [anon_sym_hide_DASHenv] = ACTIONS(2160), + [anon_sym_overlay] = ACTIONS(2160), + [anon_sym_as] = ACTIONS(2160), + [anon_sym_PLUS2] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2166), + [anon_sym_DOT_DOT2] = ACTIONS(2257), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2259), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2259), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2166), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2166), + [aux_sym__val_number_decimal_token3] = ACTIONS(2166), + [aux_sym__val_number_decimal_token4] = ACTIONS(2166), + [aux_sym__val_number_token1] = ACTIONS(2166), + [aux_sym__val_number_token2] = ACTIONS(2166), + [aux_sym__val_number_token3] = ACTIONS(2166), + [aux_sym__val_number_token4] = ACTIONS(2160), + [aux_sym__val_number_token5] = ACTIONS(2160), + [aux_sym__val_number_token6] = ACTIONS(2160), + [anon_sym_DQUOTE] = ACTIONS(2166), + [sym__str_single_quotes] = ACTIONS(2166), + [sym__str_back_ticks] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2166), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2166), + }, + [538] = { + [sym_comment] = STATE(538), + [anon_sym_export] = ACTIONS(2170), + [anon_sym_alias] = ACTIONS(2170), + [anon_sym_let] = ACTIONS(2170), + [anon_sym_let_DASHenv] = ACTIONS(2170), + [anon_sym_mut] = ACTIONS(2170), + [anon_sym_const] = ACTIONS(2170), + [aux_sym_cmd_identifier_token1] = ACTIONS(2170), + [aux_sym_cmd_identifier_token2] = ACTIONS(2176), + [aux_sym_cmd_identifier_token3] = ACTIONS(2176), + [aux_sym_cmd_identifier_token4] = ACTIONS(2176), + [aux_sym_cmd_identifier_token5] = ACTIONS(2176), + [aux_sym_cmd_identifier_token6] = ACTIONS(2176), + [aux_sym_cmd_identifier_token7] = ACTIONS(2176), + [aux_sym_cmd_identifier_token8] = ACTIONS(2170), + [aux_sym_cmd_identifier_token9] = ACTIONS(2170), + [aux_sym_cmd_identifier_token10] = ACTIONS(2176), + [aux_sym_cmd_identifier_token11] = ACTIONS(2176), + [aux_sym_cmd_identifier_token12] = ACTIONS(2170), + [aux_sym_cmd_identifier_token13] = ACTIONS(2170), + [aux_sym_cmd_identifier_token14] = ACTIONS(2170), + [aux_sym_cmd_identifier_token15] = ACTIONS(2170), + [aux_sym_cmd_identifier_token16] = ACTIONS(2176), + [aux_sym_cmd_identifier_token17] = ACTIONS(2176), + [aux_sym_cmd_identifier_token18] = ACTIONS(2176), + [aux_sym_cmd_identifier_token19] = ACTIONS(2176), + [aux_sym_cmd_identifier_token20] = ACTIONS(2176), + [aux_sym_cmd_identifier_token21] = ACTIONS(2176), + [aux_sym_cmd_identifier_token22] = ACTIONS(2176), + [aux_sym_cmd_identifier_token23] = ACTIONS(2176), + [aux_sym_cmd_identifier_token24] = ACTIONS(2176), + [aux_sym_cmd_identifier_token25] = ACTIONS(2176), + [aux_sym_cmd_identifier_token26] = ACTIONS(2176), + [aux_sym_cmd_identifier_token27] = ACTIONS(2176), + [aux_sym_cmd_identifier_token28] = ACTIONS(2176), + [aux_sym_cmd_identifier_token29] = ACTIONS(2176), + [aux_sym_cmd_identifier_token30] = ACTIONS(2176), + [aux_sym_cmd_identifier_token31] = ACTIONS(2176), + [aux_sym_cmd_identifier_token32] = ACTIONS(2176), + [aux_sym_cmd_identifier_token33] = ACTIONS(2176), + [aux_sym_cmd_identifier_token34] = ACTIONS(2170), + [aux_sym_cmd_identifier_token35] = ACTIONS(2176), + [aux_sym_cmd_identifier_token36] = ACTIONS(2176), + [aux_sym_cmd_identifier_token37] = ACTIONS(2176), + [aux_sym_cmd_identifier_token38] = ACTIONS(2170), + [aux_sym_cmd_identifier_token39] = ACTIONS(2176), + [aux_sym_cmd_identifier_token40] = ACTIONS(2176), + [anon_sym_def] = ACTIONS(2170), + [anon_sym_export_DASHenv] = ACTIONS(2170), + [anon_sym_extern] = ACTIONS(2170), + [anon_sym_module] = ACTIONS(2170), + [anon_sym_use] = ACTIONS(2170), + [anon_sym_LPAREN] = ACTIONS(2176), + [anon_sym_DOLLAR] = ACTIONS(2176), + [anon_sym_error] = ACTIONS(2170), + [anon_sym_DASH2] = ACTIONS(2170), + [anon_sym_break] = ACTIONS(2170), + [anon_sym_continue] = ACTIONS(2170), + [anon_sym_for] = ACTIONS(2170), + [anon_sym_in2] = ACTIONS(2170), + [anon_sym_loop] = ACTIONS(2170), + [anon_sym_make] = ACTIONS(2170), + [anon_sym_while] = ACTIONS(2170), + [anon_sym_do] = ACTIONS(2170), + [anon_sym_if] = ACTIONS(2170), + [anon_sym_else] = ACTIONS(2170), + [anon_sym_match] = ACTIONS(2170), + [anon_sym_RBRACE] = ACTIONS(2176), + [anon_sym_try] = ACTIONS(2170), + [anon_sym_catch] = ACTIONS(2170), + [anon_sym_return] = ACTIONS(2170), + [anon_sym_source] = ACTIONS(2170), + [anon_sym_source_DASHenv] = ACTIONS(2170), + [anon_sym_register] = ACTIONS(2170), + [anon_sym_hide] = ACTIONS(2170), + [anon_sym_hide_DASHenv] = ACTIONS(2170), + [anon_sym_overlay] = ACTIONS(2170), + [anon_sym_as] = ACTIONS(2170), + [anon_sym_PLUS2] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2176), + [anon_sym_DOT_DOT2] = ACTIONS(2261), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2263), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2263), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2176), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), + [aux_sym__val_number_decimal_token2] = ACTIONS(2176), + [aux_sym__val_number_decimal_token3] = ACTIONS(2176), + [aux_sym__val_number_decimal_token4] = ACTIONS(2176), + [aux_sym__val_number_token1] = ACTIONS(2176), + [aux_sym__val_number_token2] = ACTIONS(2176), + [aux_sym__val_number_token3] = ACTIONS(2176), + [aux_sym__val_number_token4] = ACTIONS(2170), + [aux_sym__val_number_token5] = ACTIONS(2170), + [aux_sym__val_number_token6] = ACTIONS(2170), + [anon_sym_DQUOTE] = ACTIONS(2176), + [sym__str_single_quotes] = ACTIONS(2176), + [sym__str_back_ticks] = ACTIONS(2176), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2176), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(2176), }, - [567] = { - [sym_comment] = STATE(567), + [539] = { + [sym_comment] = STATE(539), [anon_sym_export] = ACTIONS(1018), [anon_sym_alias] = ACTIONS(1018), [anon_sym_let] = ACTIONS(1018), @@ -141496,7 +138682,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_module] = ACTIONS(1018), [anon_sym_use] = ACTIONS(1018), [anon_sym_LPAREN] = ACTIONS(1020), - [anon_sym_COMMA] = ACTIONS(1020), [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_error] = ACTIONS(1018), [anon_sym_DASH2] = ACTIONS(1018), @@ -141524,6 +138709,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(1018), [anon_sym_PLUS2] = ACTIONS(1018), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1020), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1020), [aux_sym__val_number_decimal_token1] = ACTIONS(1018), [aux_sym__val_number_decimal_token2] = ACTIONS(1020), @@ -141539,719 +138727,1235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_single_quotes] = ACTIONS(1020), [sym__str_back_ticks] = ACTIONS(1020), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1020), - [anon_sym_COLON2] = ACTIONS(1020), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1020), }, - [568] = { - [sym_comment] = STATE(568), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [540] = { + [sym_comment] = STATE(540), + [anon_sym_export] = ACTIONS(2265), + [anon_sym_alias] = ACTIONS(2265), + [anon_sym_let] = ACTIONS(2265), + [anon_sym_let_DASHenv] = ACTIONS(2265), + [anon_sym_mut] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [aux_sym_cmd_identifier_token1] = ACTIONS(2265), + [aux_sym_cmd_identifier_token2] = ACTIONS(2265), + [aux_sym_cmd_identifier_token3] = ACTIONS(2265), + [aux_sym_cmd_identifier_token4] = ACTIONS(2265), + [aux_sym_cmd_identifier_token5] = ACTIONS(2265), + [aux_sym_cmd_identifier_token6] = ACTIONS(2265), + [aux_sym_cmd_identifier_token7] = ACTIONS(2265), + [aux_sym_cmd_identifier_token8] = ACTIONS(2265), + [aux_sym_cmd_identifier_token9] = ACTIONS(2265), + [aux_sym_cmd_identifier_token10] = ACTIONS(2265), + [aux_sym_cmd_identifier_token11] = ACTIONS(2265), + [aux_sym_cmd_identifier_token12] = ACTIONS(2265), + [aux_sym_cmd_identifier_token13] = ACTIONS(2265), + [aux_sym_cmd_identifier_token14] = ACTIONS(2265), + [aux_sym_cmd_identifier_token15] = ACTIONS(2265), + [aux_sym_cmd_identifier_token16] = ACTIONS(2265), + [aux_sym_cmd_identifier_token17] = ACTIONS(2265), + [aux_sym_cmd_identifier_token18] = ACTIONS(2265), + [aux_sym_cmd_identifier_token19] = ACTIONS(2265), + [aux_sym_cmd_identifier_token20] = ACTIONS(2265), + [aux_sym_cmd_identifier_token21] = ACTIONS(2265), + [aux_sym_cmd_identifier_token22] = ACTIONS(2265), + [aux_sym_cmd_identifier_token23] = ACTIONS(2265), + [aux_sym_cmd_identifier_token24] = ACTIONS(2265), + [aux_sym_cmd_identifier_token25] = ACTIONS(2265), + [aux_sym_cmd_identifier_token26] = ACTIONS(2265), + [aux_sym_cmd_identifier_token27] = ACTIONS(2265), + [aux_sym_cmd_identifier_token28] = ACTIONS(2265), + [aux_sym_cmd_identifier_token29] = ACTIONS(2265), + [aux_sym_cmd_identifier_token30] = ACTIONS(2265), + [aux_sym_cmd_identifier_token31] = ACTIONS(2265), + [aux_sym_cmd_identifier_token32] = ACTIONS(2265), + [aux_sym_cmd_identifier_token33] = ACTIONS(2265), + [aux_sym_cmd_identifier_token34] = ACTIONS(2265), + [aux_sym_cmd_identifier_token35] = ACTIONS(2265), + [aux_sym_cmd_identifier_token36] = ACTIONS(2265), + [aux_sym_cmd_identifier_token37] = ACTIONS(2265), + [aux_sym_cmd_identifier_token38] = ACTIONS(2265), + [aux_sym_cmd_identifier_token39] = ACTIONS(2265), + [aux_sym_cmd_identifier_token40] = ACTIONS(2265), + [anon_sym_def] = ACTIONS(2265), + [anon_sym_export_DASHenv] = ACTIONS(2265), + [anon_sym_extern] = ACTIONS(2265), + [anon_sym_module] = ACTIONS(2265), + [anon_sym_use] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(2265), + [anon_sym_DOLLAR] = ACTIONS(2265), + [anon_sym_error] = ACTIONS(2265), + [anon_sym_DASH2] = ACTIONS(2265), + [anon_sym_break] = ACTIONS(2265), + [anon_sym_continue] = ACTIONS(2265), + [anon_sym_for] = ACTIONS(2265), + [anon_sym_in2] = ACTIONS(2265), + [anon_sym_loop] = ACTIONS(2265), + [anon_sym_make] = ACTIONS(2265), + [anon_sym_while] = ACTIONS(2265), + [anon_sym_do] = ACTIONS(2265), + [anon_sym_if] = ACTIONS(2265), + [anon_sym_else] = ACTIONS(2265), + [anon_sym_match] = ACTIONS(2265), + [anon_sym_RBRACE] = ACTIONS(2265), + [anon_sym_try] = ACTIONS(2265), + [anon_sym_catch] = ACTIONS(2265), + [anon_sym_return] = ACTIONS(2265), + [anon_sym_source] = ACTIONS(2265), + [anon_sym_source_DASHenv] = ACTIONS(2265), + [anon_sym_register] = ACTIONS(2265), + [anon_sym_hide] = ACTIONS(2265), + [anon_sym_hide_DASHenv] = ACTIONS(2265), + [anon_sym_overlay] = ACTIONS(2265), + [anon_sym_as] = ACTIONS(2265), + [anon_sym_LPAREN2] = ACTIONS(2267), + [anon_sym_PLUS2] = ACTIONS(2265), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2265), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2265), + [aux_sym__val_number_decimal_token1] = ACTIONS(2265), + [aux_sym__val_number_decimal_token2] = ACTIONS(2265), + [aux_sym__val_number_decimal_token3] = ACTIONS(2265), + [aux_sym__val_number_decimal_token4] = ACTIONS(2265), + [aux_sym__val_number_token1] = ACTIONS(2265), + [aux_sym__val_number_token2] = ACTIONS(2265), + [aux_sym__val_number_token3] = ACTIONS(2265), + [aux_sym__val_number_token4] = ACTIONS(2265), + [aux_sym__val_number_token5] = ACTIONS(2265), + [aux_sym__val_number_token6] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2265), + [sym__str_single_quotes] = ACTIONS(2265), + [sym__str_back_ticks] = ACTIONS(2265), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2265), + [sym__entry_separator] = ACTIONS(2267), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2265), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2267), }, - [569] = { - [sym_comment] = STATE(569), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_alias] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_let_DASHenv] = ACTIONS(2281), - [anon_sym_mut] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [aux_sym_cmd_identifier_token1] = ACTIONS(2281), - [aux_sym_cmd_identifier_token2] = ACTIONS(2281), - [aux_sym_cmd_identifier_token3] = ACTIONS(2281), - [aux_sym_cmd_identifier_token4] = ACTIONS(2281), - [aux_sym_cmd_identifier_token5] = ACTIONS(2281), - [aux_sym_cmd_identifier_token6] = ACTIONS(2281), - [aux_sym_cmd_identifier_token7] = ACTIONS(2281), - [aux_sym_cmd_identifier_token8] = ACTIONS(2281), - [aux_sym_cmd_identifier_token9] = ACTIONS(2281), - [aux_sym_cmd_identifier_token10] = ACTIONS(2281), - [aux_sym_cmd_identifier_token11] = ACTIONS(2281), - [aux_sym_cmd_identifier_token12] = ACTIONS(2281), - [aux_sym_cmd_identifier_token13] = ACTIONS(2281), - [aux_sym_cmd_identifier_token14] = ACTIONS(2281), - [aux_sym_cmd_identifier_token15] = ACTIONS(2281), - [aux_sym_cmd_identifier_token16] = ACTIONS(2281), - [aux_sym_cmd_identifier_token17] = ACTIONS(2281), - [aux_sym_cmd_identifier_token18] = ACTIONS(2281), - [aux_sym_cmd_identifier_token19] = ACTIONS(2281), - [aux_sym_cmd_identifier_token20] = ACTIONS(2281), - [aux_sym_cmd_identifier_token21] = ACTIONS(2281), - [aux_sym_cmd_identifier_token22] = ACTIONS(2281), - [aux_sym_cmd_identifier_token23] = ACTIONS(2281), - [aux_sym_cmd_identifier_token24] = ACTIONS(2281), - [aux_sym_cmd_identifier_token25] = ACTIONS(2281), - [aux_sym_cmd_identifier_token26] = ACTIONS(2281), - [aux_sym_cmd_identifier_token27] = ACTIONS(2281), - [aux_sym_cmd_identifier_token28] = ACTIONS(2281), - [aux_sym_cmd_identifier_token29] = ACTIONS(2281), - [aux_sym_cmd_identifier_token30] = ACTIONS(2281), - [aux_sym_cmd_identifier_token31] = ACTIONS(2281), - [aux_sym_cmd_identifier_token32] = ACTIONS(2281), - [aux_sym_cmd_identifier_token33] = ACTIONS(2281), - [aux_sym_cmd_identifier_token34] = ACTIONS(2281), - [aux_sym_cmd_identifier_token35] = ACTIONS(2281), - [aux_sym_cmd_identifier_token36] = ACTIONS(2281), - [aux_sym_cmd_identifier_token37] = ACTIONS(2281), - [aux_sym_cmd_identifier_token38] = ACTIONS(2281), - [aux_sym_cmd_identifier_token39] = ACTIONS(2281), - [aux_sym_cmd_identifier_token40] = ACTIONS(2281), - [anon_sym_def] = ACTIONS(2281), - [anon_sym_export_DASHenv] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_DOLLAR] = ACTIONS(2281), - [anon_sym_error] = ACTIONS(2281), - [anon_sym_DASH2] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_in2] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_make] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_RBRACE] = ACTIONS(2293), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_catch] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_source] = ACTIONS(2281), - [anon_sym_source_DASHenv] = ACTIONS(2281), - [anon_sym_register] = ACTIONS(2281), - [anon_sym_hide] = ACTIONS(2281), - [anon_sym_hide_DASHenv] = ACTIONS(2281), - [anon_sym_overlay] = ACTIONS(2281), - [anon_sym_as] = ACTIONS(2281), - [anon_sym_PLUS2] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), - [aux_sym__val_number_decimal_token1] = ACTIONS(2281), - [aux_sym__val_number_decimal_token2] = ACTIONS(2281), - [aux_sym__val_number_decimal_token3] = ACTIONS(2281), - [aux_sym__val_number_decimal_token4] = ACTIONS(2281), - [aux_sym__val_number_token1] = ACTIONS(2281), - [aux_sym__val_number_token2] = ACTIONS(2281), - [aux_sym__val_number_token3] = ACTIONS(2281), - [aux_sym__val_number_token4] = ACTIONS(2281), - [aux_sym__val_number_token5] = ACTIONS(2281), - [aux_sym__val_number_token6] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [sym__str_single_quotes] = ACTIONS(2281), - [sym__str_back_ticks] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), - [sym__entry_separator] = ACTIONS(2285), + [541] = { + [sym_comment] = STATE(541), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [aux_sym__immediate_decimal_token1] = ACTIONS(2269), + [aux_sym__immediate_decimal_token2] = ACTIONS(2271), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2287), + [sym_raw_string_begin] = ACTIONS(1759), }, - [570] = { - [sym_comment] = STATE(570), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [542] = { + [sym_comment] = STATE(542), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [571] = { - [sym_comment] = STATE(571), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1788), - [aux_sym_cmd_identifier_token3] = ACTIONS(1788), - [aux_sym_cmd_identifier_token4] = ACTIONS(1788), - [aux_sym_cmd_identifier_token5] = ACTIONS(1788), - [aux_sym_cmd_identifier_token6] = ACTIONS(1788), - [aux_sym_cmd_identifier_token7] = ACTIONS(1788), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1788), - [aux_sym_cmd_identifier_token11] = ACTIONS(1788), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1788), - [aux_sym_cmd_identifier_token17] = ACTIONS(1788), - [aux_sym_cmd_identifier_token18] = ACTIONS(1788), - [aux_sym_cmd_identifier_token19] = ACTIONS(1788), - [aux_sym_cmd_identifier_token20] = ACTIONS(1788), - [aux_sym_cmd_identifier_token21] = ACTIONS(1788), - [aux_sym_cmd_identifier_token22] = ACTIONS(1788), - [aux_sym_cmd_identifier_token23] = ACTIONS(1788), - [aux_sym_cmd_identifier_token24] = ACTIONS(1788), - [aux_sym_cmd_identifier_token25] = ACTIONS(1788), - [aux_sym_cmd_identifier_token26] = ACTIONS(1788), - [aux_sym_cmd_identifier_token27] = ACTIONS(1788), - [aux_sym_cmd_identifier_token28] = ACTIONS(1788), - [aux_sym_cmd_identifier_token29] = ACTIONS(1788), - [aux_sym_cmd_identifier_token30] = ACTIONS(1788), - [aux_sym_cmd_identifier_token31] = ACTIONS(1788), - [aux_sym_cmd_identifier_token32] = ACTIONS(1788), - [aux_sym_cmd_identifier_token33] = ACTIONS(1788), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1788), - [aux_sym_cmd_identifier_token36] = ACTIONS(1788), - [aux_sym_cmd_identifier_token37] = ACTIONS(1788), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1788), - [aux_sym_cmd_identifier_token40] = ACTIONS(1788), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1788), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1788), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), + [543] = { + [sym_comment] = STATE(543), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [572] = { - [sym_comment] = STATE(572), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_alias] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_let_DASHenv] = ACTIONS(2281), - [anon_sym_mut] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [aux_sym_cmd_identifier_token1] = ACTIONS(2281), - [aux_sym_cmd_identifier_token2] = ACTIONS(2281), - [aux_sym_cmd_identifier_token3] = ACTIONS(2281), - [aux_sym_cmd_identifier_token4] = ACTIONS(2281), - [aux_sym_cmd_identifier_token5] = ACTIONS(2281), - [aux_sym_cmd_identifier_token6] = ACTIONS(2281), - [aux_sym_cmd_identifier_token7] = ACTIONS(2281), - [aux_sym_cmd_identifier_token8] = ACTIONS(2281), - [aux_sym_cmd_identifier_token9] = ACTIONS(2281), - [aux_sym_cmd_identifier_token10] = ACTIONS(2281), - [aux_sym_cmd_identifier_token11] = ACTIONS(2281), - [aux_sym_cmd_identifier_token12] = ACTIONS(2281), - [aux_sym_cmd_identifier_token13] = ACTIONS(2281), - [aux_sym_cmd_identifier_token14] = ACTIONS(2281), - [aux_sym_cmd_identifier_token15] = ACTIONS(2281), - [aux_sym_cmd_identifier_token16] = ACTIONS(2281), - [aux_sym_cmd_identifier_token17] = ACTIONS(2281), - [aux_sym_cmd_identifier_token18] = ACTIONS(2281), - [aux_sym_cmd_identifier_token19] = ACTIONS(2281), - [aux_sym_cmd_identifier_token20] = ACTIONS(2281), - [aux_sym_cmd_identifier_token21] = ACTIONS(2281), - [aux_sym_cmd_identifier_token22] = ACTIONS(2281), - [aux_sym_cmd_identifier_token23] = ACTIONS(2281), - [aux_sym_cmd_identifier_token24] = ACTIONS(2281), - [aux_sym_cmd_identifier_token25] = ACTIONS(2281), - [aux_sym_cmd_identifier_token26] = ACTIONS(2281), - [aux_sym_cmd_identifier_token27] = ACTIONS(2281), - [aux_sym_cmd_identifier_token28] = ACTIONS(2281), - [aux_sym_cmd_identifier_token29] = ACTIONS(2281), - [aux_sym_cmd_identifier_token30] = ACTIONS(2281), - [aux_sym_cmd_identifier_token31] = ACTIONS(2281), - [aux_sym_cmd_identifier_token32] = ACTIONS(2281), - [aux_sym_cmd_identifier_token33] = ACTIONS(2281), - [aux_sym_cmd_identifier_token34] = ACTIONS(2281), - [aux_sym_cmd_identifier_token35] = ACTIONS(2281), - [aux_sym_cmd_identifier_token36] = ACTIONS(2281), - [aux_sym_cmd_identifier_token37] = ACTIONS(2281), - [aux_sym_cmd_identifier_token38] = ACTIONS(2281), - [aux_sym_cmd_identifier_token39] = ACTIONS(2281), - [aux_sym_cmd_identifier_token40] = ACTIONS(2281), - [anon_sym_def] = ACTIONS(2281), - [anon_sym_export_DASHenv] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_DOLLAR] = ACTIONS(2281), - [anon_sym_error] = ACTIONS(2281), - [anon_sym_DASH2] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_in2] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_make] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_RBRACE] = ACTIONS(2295), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_catch] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_source] = ACTIONS(2281), - [anon_sym_source_DASHenv] = ACTIONS(2281), - [anon_sym_register] = ACTIONS(2281), - [anon_sym_hide] = ACTIONS(2281), - [anon_sym_hide_DASHenv] = ACTIONS(2281), - [anon_sym_overlay] = ACTIONS(2281), - [anon_sym_as] = ACTIONS(2281), - [anon_sym_PLUS2] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), - [aux_sym__val_number_decimal_token1] = ACTIONS(2281), - [aux_sym__val_number_decimal_token2] = ACTIONS(2281), - [aux_sym__val_number_decimal_token3] = ACTIONS(2281), - [aux_sym__val_number_decimal_token4] = ACTIONS(2281), - [aux_sym__val_number_token1] = ACTIONS(2281), - [aux_sym__val_number_token2] = ACTIONS(2281), - [aux_sym__val_number_token3] = ACTIONS(2281), - [aux_sym__val_number_token4] = ACTIONS(2281), - [aux_sym__val_number_token5] = ACTIONS(2281), - [aux_sym__val_number_token6] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [sym__str_single_quotes] = ACTIONS(2281), - [sym__str_back_ticks] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), - [sym__entry_separator] = ACTIONS(2285), + [544] = { + [sym_comment] = STATE(544), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(964), + [aux_sym_cmd_identifier_token3] = ACTIONS(964), + [aux_sym_cmd_identifier_token4] = ACTIONS(964), + [aux_sym_cmd_identifier_token5] = ACTIONS(964), + [aux_sym_cmd_identifier_token6] = ACTIONS(964), + [aux_sym_cmd_identifier_token7] = ACTIONS(964), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(964), + [aux_sym_cmd_identifier_token11] = ACTIONS(964), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(964), + [aux_sym_cmd_identifier_token17] = ACTIONS(964), + [aux_sym_cmd_identifier_token18] = ACTIONS(964), + [aux_sym_cmd_identifier_token19] = ACTIONS(964), + [aux_sym_cmd_identifier_token20] = ACTIONS(964), + [aux_sym_cmd_identifier_token21] = ACTIONS(964), + [aux_sym_cmd_identifier_token22] = ACTIONS(964), + [aux_sym_cmd_identifier_token23] = ACTIONS(964), + [aux_sym_cmd_identifier_token24] = ACTIONS(964), + [aux_sym_cmd_identifier_token25] = ACTIONS(964), + [aux_sym_cmd_identifier_token26] = ACTIONS(964), + [aux_sym_cmd_identifier_token27] = ACTIONS(964), + [aux_sym_cmd_identifier_token28] = ACTIONS(964), + [aux_sym_cmd_identifier_token29] = ACTIONS(964), + [aux_sym_cmd_identifier_token30] = ACTIONS(964), + [aux_sym_cmd_identifier_token31] = ACTIONS(964), + [aux_sym_cmd_identifier_token32] = ACTIONS(964), + [aux_sym_cmd_identifier_token33] = ACTIONS(964), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(964), + [aux_sym_cmd_identifier_token36] = ACTIONS(964), + [aux_sym_cmd_identifier_token37] = ACTIONS(964), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(964), + [aux_sym_cmd_identifier_token40] = ACTIONS(964), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(964), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(964), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(964), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(964), + [aux_sym__val_number_decimal_token3] = ACTIONS(964), + [aux_sym__val_number_decimal_token4] = ACTIONS(964), + [aux_sym__val_number_token1] = ACTIONS(964), + [aux_sym__val_number_token2] = ACTIONS(964), + [aux_sym__val_number_token3] = ACTIONS(964), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(964), + [sym__str_single_quotes] = ACTIONS(964), + [sym__str_back_ticks] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), + [sym__entry_separator] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2287), + [sym_raw_string_begin] = ACTIONS(966), }, - [573] = { - [sym_comment] = STATE(573), - [anon_sym_export] = ACTIONS(2297), - [anon_sym_alias] = ACTIONS(2297), - [anon_sym_let] = ACTIONS(2297), - [anon_sym_let_DASHenv] = ACTIONS(2297), - [anon_sym_mut] = ACTIONS(2297), - [anon_sym_const] = ACTIONS(2297), - [aux_sym_cmd_identifier_token1] = ACTIONS(2297), - [aux_sym_cmd_identifier_token2] = ACTIONS(2297), - [aux_sym_cmd_identifier_token3] = ACTIONS(2297), - [aux_sym_cmd_identifier_token4] = ACTIONS(2297), - [aux_sym_cmd_identifier_token5] = ACTIONS(2297), - [aux_sym_cmd_identifier_token6] = ACTIONS(2297), - [aux_sym_cmd_identifier_token7] = ACTIONS(2297), - [aux_sym_cmd_identifier_token8] = ACTIONS(2297), - [aux_sym_cmd_identifier_token9] = ACTIONS(2297), - [aux_sym_cmd_identifier_token10] = ACTIONS(2297), - [aux_sym_cmd_identifier_token11] = ACTIONS(2297), - [aux_sym_cmd_identifier_token12] = ACTIONS(2297), - [aux_sym_cmd_identifier_token13] = ACTIONS(2297), - [aux_sym_cmd_identifier_token14] = ACTIONS(2297), - [aux_sym_cmd_identifier_token15] = ACTIONS(2297), - [aux_sym_cmd_identifier_token16] = ACTIONS(2297), - [aux_sym_cmd_identifier_token17] = ACTIONS(2297), - [aux_sym_cmd_identifier_token18] = ACTIONS(2297), - [aux_sym_cmd_identifier_token19] = ACTIONS(2297), - [aux_sym_cmd_identifier_token20] = ACTIONS(2297), - [aux_sym_cmd_identifier_token21] = ACTIONS(2297), - [aux_sym_cmd_identifier_token22] = ACTIONS(2297), - [aux_sym_cmd_identifier_token23] = ACTIONS(2297), - [aux_sym_cmd_identifier_token24] = ACTIONS(2297), - [aux_sym_cmd_identifier_token25] = ACTIONS(2297), - [aux_sym_cmd_identifier_token26] = ACTIONS(2297), - [aux_sym_cmd_identifier_token27] = ACTIONS(2297), - [aux_sym_cmd_identifier_token28] = ACTIONS(2297), - [aux_sym_cmd_identifier_token29] = ACTIONS(2297), - [aux_sym_cmd_identifier_token30] = ACTIONS(2297), - [aux_sym_cmd_identifier_token31] = ACTIONS(2297), - [aux_sym_cmd_identifier_token32] = ACTIONS(2297), - [aux_sym_cmd_identifier_token33] = ACTIONS(2297), - [aux_sym_cmd_identifier_token34] = ACTIONS(2297), - [aux_sym_cmd_identifier_token35] = ACTIONS(2297), - [aux_sym_cmd_identifier_token36] = ACTIONS(2297), - [aux_sym_cmd_identifier_token37] = ACTIONS(2297), - [aux_sym_cmd_identifier_token38] = ACTIONS(2297), - [aux_sym_cmd_identifier_token39] = ACTIONS(2297), - [aux_sym_cmd_identifier_token40] = ACTIONS(2297), - [anon_sym_def] = ACTIONS(2297), - [anon_sym_export_DASHenv] = ACTIONS(2297), - [anon_sym_extern] = ACTIONS(2297), - [anon_sym_module] = ACTIONS(2297), - [anon_sym_use] = ACTIONS(2297), - [anon_sym_LPAREN] = ACTIONS(2297), - [anon_sym_DOLLAR] = ACTIONS(2297), - [anon_sym_error] = ACTIONS(2297), - [anon_sym_DASH2] = ACTIONS(2297), - [anon_sym_break] = ACTIONS(2297), - [anon_sym_continue] = ACTIONS(2297), - [anon_sym_for] = ACTIONS(2297), - [anon_sym_in2] = ACTIONS(2297), - [anon_sym_loop] = ACTIONS(2297), - [anon_sym_make] = ACTIONS(2297), - [anon_sym_while] = ACTIONS(2297), - [anon_sym_do] = ACTIONS(2297), - [anon_sym_if] = ACTIONS(2297), - [anon_sym_else] = ACTIONS(2297), - [anon_sym_match] = ACTIONS(2297), - [anon_sym_RBRACE] = ACTIONS(2297), - [anon_sym_try] = ACTIONS(2297), - [anon_sym_catch] = ACTIONS(2297), - [anon_sym_return] = ACTIONS(2297), - [anon_sym_source] = ACTIONS(2297), - [anon_sym_source_DASHenv] = ACTIONS(2297), - [anon_sym_register] = ACTIONS(2297), - [anon_sym_hide] = ACTIONS(2297), - [anon_sym_hide_DASHenv] = ACTIONS(2297), - [anon_sym_overlay] = ACTIONS(2297), - [anon_sym_as] = ACTIONS(2297), - [anon_sym_LPAREN2] = ACTIONS(2299), - [anon_sym_PLUS2] = ACTIONS(2297), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2297), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2297), - [aux_sym__val_number_decimal_token1] = ACTIONS(2297), - [aux_sym__val_number_decimal_token2] = ACTIONS(2297), - [aux_sym__val_number_decimal_token3] = ACTIONS(2297), - [aux_sym__val_number_decimal_token4] = ACTIONS(2297), - [aux_sym__val_number_token1] = ACTIONS(2297), - [aux_sym__val_number_token2] = ACTIONS(2297), - [aux_sym__val_number_token3] = ACTIONS(2297), - [aux_sym__val_number_token4] = ACTIONS(2297), - [aux_sym__val_number_token5] = ACTIONS(2297), - [aux_sym__val_number_token6] = ACTIONS(2297), - [anon_sym_DQUOTE] = ACTIONS(2297), - [sym__str_single_quotes] = ACTIONS(2297), - [sym__str_back_ticks] = ACTIONS(2297), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2297), - [sym__entry_separator] = ACTIONS(2299), + [545] = { + [sym_comment] = STATE(545), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(968), + [aux_sym_cmd_identifier_token3] = ACTIONS(968), + [aux_sym_cmd_identifier_token4] = ACTIONS(968), + [aux_sym_cmd_identifier_token5] = ACTIONS(968), + [aux_sym_cmd_identifier_token6] = ACTIONS(968), + [aux_sym_cmd_identifier_token7] = ACTIONS(968), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(968), + [aux_sym_cmd_identifier_token11] = ACTIONS(968), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(968), + [aux_sym_cmd_identifier_token17] = ACTIONS(968), + [aux_sym_cmd_identifier_token18] = ACTIONS(968), + [aux_sym_cmd_identifier_token19] = ACTIONS(968), + [aux_sym_cmd_identifier_token20] = ACTIONS(968), + [aux_sym_cmd_identifier_token21] = ACTIONS(968), + [aux_sym_cmd_identifier_token22] = ACTIONS(968), + [aux_sym_cmd_identifier_token23] = ACTIONS(968), + [aux_sym_cmd_identifier_token24] = ACTIONS(968), + [aux_sym_cmd_identifier_token25] = ACTIONS(968), + [aux_sym_cmd_identifier_token26] = ACTIONS(968), + [aux_sym_cmd_identifier_token27] = ACTIONS(968), + [aux_sym_cmd_identifier_token28] = ACTIONS(968), + [aux_sym_cmd_identifier_token29] = ACTIONS(968), + [aux_sym_cmd_identifier_token30] = ACTIONS(968), + [aux_sym_cmd_identifier_token31] = ACTIONS(968), + [aux_sym_cmd_identifier_token32] = ACTIONS(968), + [aux_sym_cmd_identifier_token33] = ACTIONS(968), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(968), + [aux_sym_cmd_identifier_token36] = ACTIONS(968), + [aux_sym_cmd_identifier_token37] = ACTIONS(968), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(968), + [aux_sym_cmd_identifier_token40] = ACTIONS(968), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(968), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(968), + [aux_sym__val_number_decimal_token3] = ACTIONS(968), + [aux_sym__val_number_decimal_token4] = ACTIONS(968), + [aux_sym__val_number_token1] = ACTIONS(968), + [aux_sym__val_number_token2] = ACTIONS(968), + [aux_sym__val_number_token3] = ACTIONS(968), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(968), + [sym__str_single_quotes] = ACTIONS(968), + [sym__str_back_ticks] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), + [sym__entry_separator] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2299), + [sym_raw_string_begin] = ACTIONS(970), }, - [574] = { - [sym_comment] = STATE(574), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), - [aux_sym_cmd_identifier_token2] = ACTIONS(1653), - [aux_sym_cmd_identifier_token3] = ACTIONS(1653), - [aux_sym_cmd_identifier_token4] = ACTIONS(1653), - [aux_sym_cmd_identifier_token5] = ACTIONS(1653), - [aux_sym_cmd_identifier_token6] = ACTIONS(1653), - [aux_sym_cmd_identifier_token7] = ACTIONS(1653), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), - [aux_sym_cmd_identifier_token10] = ACTIONS(1653), - [aux_sym_cmd_identifier_token11] = ACTIONS(1653), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), - [aux_sym_cmd_identifier_token16] = ACTIONS(1653), - [aux_sym_cmd_identifier_token17] = ACTIONS(1653), - [aux_sym_cmd_identifier_token18] = ACTIONS(1653), - [aux_sym_cmd_identifier_token19] = ACTIONS(1653), - [aux_sym_cmd_identifier_token20] = ACTIONS(1653), - [aux_sym_cmd_identifier_token21] = ACTIONS(1653), - [aux_sym_cmd_identifier_token22] = ACTIONS(1653), - [aux_sym_cmd_identifier_token23] = ACTIONS(1653), - [aux_sym_cmd_identifier_token24] = ACTIONS(1653), - [aux_sym_cmd_identifier_token25] = ACTIONS(1653), - [aux_sym_cmd_identifier_token26] = ACTIONS(1653), - [aux_sym_cmd_identifier_token27] = ACTIONS(1653), - [aux_sym_cmd_identifier_token28] = ACTIONS(1653), - [aux_sym_cmd_identifier_token29] = ACTIONS(1653), - [aux_sym_cmd_identifier_token30] = ACTIONS(1653), - [aux_sym_cmd_identifier_token31] = ACTIONS(1653), - [aux_sym_cmd_identifier_token32] = ACTIONS(1653), - [aux_sym_cmd_identifier_token33] = ACTIONS(1653), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), - [aux_sym_cmd_identifier_token35] = ACTIONS(1653), - [aux_sym_cmd_identifier_token36] = ACTIONS(1653), - [aux_sym_cmd_identifier_token37] = ACTIONS(1653), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), - [aux_sym_cmd_identifier_token39] = ACTIONS(1653), - [aux_sym_cmd_identifier_token40] = ACTIONS(1653), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1653), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1653), - [aux_sym__val_number_decimal_token3] = ACTIONS(1653), - [aux_sym__val_number_decimal_token4] = ACTIONS(1653), - [aux_sym__val_number_token1] = ACTIONS(1653), - [aux_sym__val_number_token2] = ACTIONS(1653), - [aux_sym__val_number_token3] = ACTIONS(1653), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [anon_sym_DQUOTE] = ACTIONS(1653), - [sym__str_single_quotes] = ACTIONS(1653), - [sym__str_back_ticks] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1653), - [sym__entry_separator] = ACTIONS(1665), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1667), + [546] = { + [sym_comment] = STATE(546), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1863), + [aux_sym_cmd_identifier_token3] = ACTIONS(1863), + [aux_sym_cmd_identifier_token4] = ACTIONS(1863), + [aux_sym_cmd_identifier_token5] = ACTIONS(1863), + [aux_sym_cmd_identifier_token6] = ACTIONS(1863), + [aux_sym_cmd_identifier_token7] = ACTIONS(1863), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1863), + [aux_sym_cmd_identifier_token11] = ACTIONS(1863), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1863), + [aux_sym_cmd_identifier_token17] = ACTIONS(1863), + [aux_sym_cmd_identifier_token18] = ACTIONS(1863), + [aux_sym_cmd_identifier_token19] = ACTIONS(1863), + [aux_sym_cmd_identifier_token20] = ACTIONS(1863), + [aux_sym_cmd_identifier_token21] = ACTIONS(1863), + [aux_sym_cmd_identifier_token22] = ACTIONS(1863), + [aux_sym_cmd_identifier_token23] = ACTIONS(1863), + [aux_sym_cmd_identifier_token24] = ACTIONS(1863), + [aux_sym_cmd_identifier_token25] = ACTIONS(1863), + [aux_sym_cmd_identifier_token26] = ACTIONS(1863), + [aux_sym_cmd_identifier_token27] = ACTIONS(1863), + [aux_sym_cmd_identifier_token28] = ACTIONS(1863), + [aux_sym_cmd_identifier_token29] = ACTIONS(1863), + [aux_sym_cmd_identifier_token30] = ACTIONS(1863), + [aux_sym_cmd_identifier_token31] = ACTIONS(1863), + [aux_sym_cmd_identifier_token32] = ACTIONS(1863), + [aux_sym_cmd_identifier_token33] = ACTIONS(1863), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1863), + [aux_sym_cmd_identifier_token36] = ACTIONS(1863), + [aux_sym_cmd_identifier_token37] = ACTIONS(1863), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1863), + [aux_sym_cmd_identifier_token40] = ACTIONS(1863), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1863), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1863), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1863), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [547] = { + [sym_comment] = STATE(547), + [anon_sym_export] = ACTIONS(1717), + [anon_sym_alias] = ACTIONS(1717), + [anon_sym_let] = ACTIONS(1717), + [anon_sym_let_DASHenv] = ACTIONS(1717), + [anon_sym_mut] = ACTIONS(1717), + [anon_sym_const] = ACTIONS(1717), + [aux_sym_cmd_identifier_token1] = ACTIONS(1717), + [aux_sym_cmd_identifier_token2] = ACTIONS(1719), + [aux_sym_cmd_identifier_token3] = ACTIONS(1719), + [aux_sym_cmd_identifier_token4] = ACTIONS(1719), + [aux_sym_cmd_identifier_token5] = ACTIONS(1719), + [aux_sym_cmd_identifier_token6] = ACTIONS(1719), + [aux_sym_cmd_identifier_token7] = ACTIONS(1719), + [aux_sym_cmd_identifier_token8] = ACTIONS(1717), + [aux_sym_cmd_identifier_token9] = ACTIONS(1717), + [aux_sym_cmd_identifier_token10] = ACTIONS(1719), + [aux_sym_cmd_identifier_token11] = ACTIONS(1719), + [aux_sym_cmd_identifier_token12] = ACTIONS(1717), + [aux_sym_cmd_identifier_token13] = ACTIONS(1717), + [aux_sym_cmd_identifier_token14] = ACTIONS(1717), + [aux_sym_cmd_identifier_token15] = ACTIONS(1717), + [aux_sym_cmd_identifier_token16] = ACTIONS(1719), + [aux_sym_cmd_identifier_token17] = ACTIONS(1719), + [aux_sym_cmd_identifier_token18] = ACTIONS(1719), + [aux_sym_cmd_identifier_token19] = ACTIONS(1719), + [aux_sym_cmd_identifier_token20] = ACTIONS(1719), + [aux_sym_cmd_identifier_token21] = ACTIONS(1719), + [aux_sym_cmd_identifier_token22] = ACTIONS(1719), + [aux_sym_cmd_identifier_token23] = ACTIONS(1719), + [aux_sym_cmd_identifier_token24] = ACTIONS(1719), + [aux_sym_cmd_identifier_token25] = ACTIONS(1719), + [aux_sym_cmd_identifier_token26] = ACTIONS(1719), + [aux_sym_cmd_identifier_token27] = ACTIONS(1719), + [aux_sym_cmd_identifier_token28] = ACTIONS(1719), + [aux_sym_cmd_identifier_token29] = ACTIONS(1719), + [aux_sym_cmd_identifier_token30] = ACTIONS(1719), + [aux_sym_cmd_identifier_token31] = ACTIONS(1719), + [aux_sym_cmd_identifier_token32] = ACTIONS(1719), + [aux_sym_cmd_identifier_token33] = ACTIONS(1719), + [aux_sym_cmd_identifier_token34] = ACTIONS(1717), + [aux_sym_cmd_identifier_token35] = ACTIONS(1719), + [aux_sym_cmd_identifier_token36] = ACTIONS(1719), + [aux_sym_cmd_identifier_token37] = ACTIONS(1719), + [aux_sym_cmd_identifier_token38] = ACTIONS(1717), + [aux_sym_cmd_identifier_token39] = ACTIONS(1719), + [aux_sym_cmd_identifier_token40] = ACTIONS(1719), + [anon_sym_def] = ACTIONS(1717), + [anon_sym_export_DASHenv] = ACTIONS(1717), + [anon_sym_extern] = ACTIONS(1717), + [anon_sym_module] = ACTIONS(1717), + [anon_sym_use] = ACTIONS(1717), + [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1719), + [anon_sym_error] = ACTIONS(1717), + [anon_sym_DASH2] = ACTIONS(1717), + [anon_sym_break] = ACTIONS(1717), + [anon_sym_continue] = ACTIONS(1717), + [anon_sym_for] = ACTIONS(1717), + [anon_sym_in2] = ACTIONS(1717), + [anon_sym_loop] = ACTIONS(1717), + [anon_sym_make] = ACTIONS(1717), + [anon_sym_while] = ACTIONS(1717), + [anon_sym_do] = ACTIONS(1717), + [anon_sym_if] = ACTIONS(1717), + [anon_sym_else] = ACTIONS(1717), + [anon_sym_match] = ACTIONS(1717), + [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_try] = ACTIONS(1717), + [anon_sym_catch] = ACTIONS(1717), + [anon_sym_return] = ACTIONS(1717), + [anon_sym_source] = ACTIONS(1717), + [anon_sym_source_DASHenv] = ACTIONS(1717), + [anon_sym_register] = ACTIONS(1717), + [anon_sym_hide] = ACTIONS(1717), + [anon_sym_hide_DASHenv] = ACTIONS(1717), + [anon_sym_overlay] = ACTIONS(1717), + [anon_sym_as] = ACTIONS(1717), + [anon_sym_PLUS2] = ACTIONS(1717), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1719), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1717), + [aux_sym__val_number_decimal_token2] = ACTIONS(1719), + [aux_sym__val_number_decimal_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token4] = ACTIONS(1719), + [aux_sym__val_number_token1] = ACTIONS(1719), + [aux_sym__val_number_token2] = ACTIONS(1719), + [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_token4] = ACTIONS(1717), + [aux_sym__val_number_token5] = ACTIONS(1717), + [aux_sym__val_number_token6] = ACTIONS(1717), + [anon_sym_DQUOTE] = ACTIONS(1719), + [sym__str_single_quotes] = ACTIONS(1719), + [sym__str_back_ticks] = ACTIONS(1719), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1719), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1719), + }, + [548] = { + [sym_comment] = STATE(548), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(972), + [aux_sym_cmd_identifier_token3] = ACTIONS(972), + [aux_sym_cmd_identifier_token4] = ACTIONS(972), + [aux_sym_cmd_identifier_token5] = ACTIONS(972), + [aux_sym_cmd_identifier_token6] = ACTIONS(972), + [aux_sym_cmd_identifier_token7] = ACTIONS(972), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(972), + [aux_sym_cmd_identifier_token11] = ACTIONS(972), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(972), + [aux_sym_cmd_identifier_token17] = ACTIONS(972), + [aux_sym_cmd_identifier_token18] = ACTIONS(972), + [aux_sym_cmd_identifier_token19] = ACTIONS(972), + [aux_sym_cmd_identifier_token20] = ACTIONS(972), + [aux_sym_cmd_identifier_token21] = ACTIONS(972), + [aux_sym_cmd_identifier_token22] = ACTIONS(972), + [aux_sym_cmd_identifier_token23] = ACTIONS(972), + [aux_sym_cmd_identifier_token24] = ACTIONS(972), + [aux_sym_cmd_identifier_token25] = ACTIONS(972), + [aux_sym_cmd_identifier_token26] = ACTIONS(972), + [aux_sym_cmd_identifier_token27] = ACTIONS(972), + [aux_sym_cmd_identifier_token28] = ACTIONS(972), + [aux_sym_cmd_identifier_token29] = ACTIONS(972), + [aux_sym_cmd_identifier_token30] = ACTIONS(972), + [aux_sym_cmd_identifier_token31] = ACTIONS(972), + [aux_sym_cmd_identifier_token32] = ACTIONS(972), + [aux_sym_cmd_identifier_token33] = ACTIONS(972), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(972), + [aux_sym_cmd_identifier_token36] = ACTIONS(972), + [aux_sym_cmd_identifier_token37] = ACTIONS(972), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(972), + [aux_sym_cmd_identifier_token40] = ACTIONS(972), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(972), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(972), + [anon_sym_try] = ACTIONS(972), + [anon_sym_catch] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_source] = ACTIONS(972), + [anon_sym_source_DASHenv] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_hide] = ACTIONS(972), + [anon_sym_hide_DASHenv] = ACTIONS(972), + [anon_sym_overlay] = ACTIONS(972), + [anon_sym_as] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(972), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(972), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(972), + [aux_sym__val_number_decimal_token3] = ACTIONS(972), + [aux_sym__val_number_decimal_token4] = ACTIONS(972), + [aux_sym__val_number_token1] = ACTIONS(972), + [aux_sym__val_number_token2] = ACTIONS(972), + [aux_sym__val_number_token3] = ACTIONS(972), + [aux_sym__val_number_token4] = ACTIONS(972), + [aux_sym__val_number_token5] = ACTIONS(972), + [aux_sym__val_number_token6] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(972), + [sym__str_single_quotes] = ACTIONS(972), + [sym__str_back_ticks] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(972), + [sym__entry_separator] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1665), + [sym_raw_string_begin] = ACTIONS(974), }, - [575] = { - [sym_comment] = STATE(575), + [549] = { + [sym_comment] = STATE(549), + [anon_sym_export] = ACTIONS(2102), + [anon_sym_alias] = ACTIONS(2102), + [anon_sym_let] = ACTIONS(2102), + [anon_sym_let_DASHenv] = ACTIONS(2102), + [anon_sym_mut] = ACTIONS(2102), + [anon_sym_const] = ACTIONS(2102), + [aux_sym_cmd_identifier_token1] = ACTIONS(2102), + [aux_sym_cmd_identifier_token2] = ACTIONS(2104), + [aux_sym_cmd_identifier_token3] = ACTIONS(2104), + [aux_sym_cmd_identifier_token4] = ACTIONS(2104), + [aux_sym_cmd_identifier_token5] = ACTIONS(2104), + [aux_sym_cmd_identifier_token6] = ACTIONS(2104), + [aux_sym_cmd_identifier_token7] = ACTIONS(2104), + [aux_sym_cmd_identifier_token8] = ACTIONS(2102), + [aux_sym_cmd_identifier_token9] = ACTIONS(2102), + [aux_sym_cmd_identifier_token10] = ACTIONS(2104), + [aux_sym_cmd_identifier_token11] = ACTIONS(2104), + [aux_sym_cmd_identifier_token12] = ACTIONS(2102), + [aux_sym_cmd_identifier_token13] = ACTIONS(2102), + [aux_sym_cmd_identifier_token14] = ACTIONS(2102), + [aux_sym_cmd_identifier_token15] = ACTIONS(2102), + [aux_sym_cmd_identifier_token16] = ACTIONS(2104), + [aux_sym_cmd_identifier_token17] = ACTIONS(2104), + [aux_sym_cmd_identifier_token18] = ACTIONS(2104), + [aux_sym_cmd_identifier_token19] = ACTIONS(2104), + [aux_sym_cmd_identifier_token20] = ACTIONS(2104), + [aux_sym_cmd_identifier_token21] = ACTIONS(2104), + [aux_sym_cmd_identifier_token22] = ACTIONS(2104), + [aux_sym_cmd_identifier_token23] = ACTIONS(2104), + [aux_sym_cmd_identifier_token24] = ACTIONS(2104), + [aux_sym_cmd_identifier_token25] = ACTIONS(2104), + [aux_sym_cmd_identifier_token26] = ACTIONS(2104), + [aux_sym_cmd_identifier_token27] = ACTIONS(2104), + [aux_sym_cmd_identifier_token28] = ACTIONS(2104), + [aux_sym_cmd_identifier_token29] = ACTIONS(2104), + [aux_sym_cmd_identifier_token30] = ACTIONS(2104), + [aux_sym_cmd_identifier_token31] = ACTIONS(2104), + [aux_sym_cmd_identifier_token32] = ACTIONS(2104), + [aux_sym_cmd_identifier_token33] = ACTIONS(2104), + [aux_sym_cmd_identifier_token34] = ACTIONS(2102), + [aux_sym_cmd_identifier_token35] = ACTIONS(2104), + [aux_sym_cmd_identifier_token36] = ACTIONS(2104), + [aux_sym_cmd_identifier_token37] = ACTIONS(2104), + [aux_sym_cmd_identifier_token38] = ACTIONS(2102), + [aux_sym_cmd_identifier_token39] = ACTIONS(2104), + [aux_sym_cmd_identifier_token40] = ACTIONS(2104), + [anon_sym_def] = ACTIONS(2102), + [anon_sym_export_DASHenv] = ACTIONS(2102), + [anon_sym_extern] = ACTIONS(2102), + [anon_sym_module] = ACTIONS(2102), + [anon_sym_use] = ACTIONS(2102), + [anon_sym_LPAREN] = ACTIONS(2104), + [anon_sym_DOLLAR] = ACTIONS(2104), + [anon_sym_error] = ACTIONS(2102), + [anon_sym_DASH2] = ACTIONS(2102), + [anon_sym_break] = ACTIONS(2102), + [anon_sym_continue] = ACTIONS(2102), + [anon_sym_for] = ACTIONS(2102), + [anon_sym_in2] = ACTIONS(2102), + [anon_sym_loop] = ACTIONS(2102), + [anon_sym_make] = ACTIONS(2102), + [anon_sym_while] = ACTIONS(2102), + [anon_sym_do] = ACTIONS(2102), + [anon_sym_if] = ACTIONS(2102), + [anon_sym_else] = ACTIONS(2102), + [anon_sym_match] = ACTIONS(2102), + [anon_sym_RBRACE] = ACTIONS(2104), + [anon_sym_try] = ACTIONS(2102), + [anon_sym_catch] = ACTIONS(2102), + [anon_sym_return] = ACTIONS(2102), + [anon_sym_source] = ACTIONS(2102), + [anon_sym_source_DASHenv] = ACTIONS(2102), + [anon_sym_register] = ACTIONS(2102), + [anon_sym_hide] = ACTIONS(2102), + [anon_sym_hide_DASHenv] = ACTIONS(2102), + [anon_sym_overlay] = ACTIONS(2102), + [anon_sym_as] = ACTIONS(2102), + [anon_sym_PLUS2] = ACTIONS(2102), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2104), + [anon_sym_DOT_DOT2] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2104), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2104), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2104), + [aux_sym__val_number_decimal_token1] = ACTIONS(2102), + [aux_sym__val_number_decimal_token2] = ACTIONS(2104), + [aux_sym__val_number_decimal_token3] = ACTIONS(2104), + [aux_sym__val_number_decimal_token4] = ACTIONS(2104), + [aux_sym__val_number_token1] = ACTIONS(2104), + [aux_sym__val_number_token2] = ACTIONS(2104), + [aux_sym__val_number_token3] = ACTIONS(2104), + [aux_sym__val_number_token4] = ACTIONS(2102), + [aux_sym__val_number_token5] = ACTIONS(2102), + [aux_sym__val_number_token6] = ACTIONS(2102), + [anon_sym_DQUOTE] = ACTIONS(2104), + [sym__str_single_quotes] = ACTIONS(2104), + [sym__str_back_ticks] = ACTIONS(2104), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2104), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2104), + }, + [550] = { + [sym_comment] = STATE(550), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(976), + [aux_sym_cmd_identifier_token3] = ACTIONS(976), + [aux_sym_cmd_identifier_token4] = ACTIONS(976), + [aux_sym_cmd_identifier_token5] = ACTIONS(976), + [aux_sym_cmd_identifier_token6] = ACTIONS(976), + [aux_sym_cmd_identifier_token7] = ACTIONS(976), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(976), + [aux_sym_cmd_identifier_token11] = ACTIONS(976), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(976), + [aux_sym_cmd_identifier_token17] = ACTIONS(976), + [aux_sym_cmd_identifier_token18] = ACTIONS(976), + [aux_sym_cmd_identifier_token19] = ACTIONS(976), + [aux_sym_cmd_identifier_token20] = ACTIONS(976), + [aux_sym_cmd_identifier_token21] = ACTIONS(976), + [aux_sym_cmd_identifier_token22] = ACTIONS(976), + [aux_sym_cmd_identifier_token23] = ACTIONS(976), + [aux_sym_cmd_identifier_token24] = ACTIONS(976), + [aux_sym_cmd_identifier_token25] = ACTIONS(976), + [aux_sym_cmd_identifier_token26] = ACTIONS(976), + [aux_sym_cmd_identifier_token27] = ACTIONS(976), + [aux_sym_cmd_identifier_token28] = ACTIONS(976), + [aux_sym_cmd_identifier_token29] = ACTIONS(976), + [aux_sym_cmd_identifier_token30] = ACTIONS(976), + [aux_sym_cmd_identifier_token31] = ACTIONS(976), + [aux_sym_cmd_identifier_token32] = ACTIONS(976), + [aux_sym_cmd_identifier_token33] = ACTIONS(976), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(976), + [aux_sym_cmd_identifier_token36] = ACTIONS(976), + [aux_sym_cmd_identifier_token37] = ACTIONS(976), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(976), + [aux_sym_cmd_identifier_token40] = ACTIONS(976), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(976), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(976), + [aux_sym__val_number_decimal_token3] = ACTIONS(976), + [aux_sym__val_number_decimal_token4] = ACTIONS(976), + [aux_sym__val_number_token1] = ACTIONS(976), + [aux_sym__val_number_token2] = ACTIONS(976), + [aux_sym__val_number_token3] = ACTIONS(976), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [sym__str_single_quotes] = ACTIONS(976), + [sym__str_back_ticks] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), + [sym__entry_separator] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(978), + }, + [551] = { + [sym_comment] = STATE(551), + [anon_sym_export] = ACTIONS(2116), + [anon_sym_alias] = ACTIONS(2116), + [anon_sym_let] = ACTIONS(2116), + [anon_sym_let_DASHenv] = ACTIONS(2116), + [anon_sym_mut] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(2116), + [aux_sym_cmd_identifier_token1] = ACTIONS(2116), + [aux_sym_cmd_identifier_token2] = ACTIONS(2118), + [aux_sym_cmd_identifier_token3] = ACTIONS(2118), + [aux_sym_cmd_identifier_token4] = ACTIONS(2118), + [aux_sym_cmd_identifier_token5] = ACTIONS(2118), + [aux_sym_cmd_identifier_token6] = ACTIONS(2118), + [aux_sym_cmd_identifier_token7] = ACTIONS(2118), + [aux_sym_cmd_identifier_token8] = ACTIONS(2116), + [aux_sym_cmd_identifier_token9] = ACTIONS(2116), + [aux_sym_cmd_identifier_token10] = ACTIONS(2118), + [aux_sym_cmd_identifier_token11] = ACTIONS(2118), + [aux_sym_cmd_identifier_token12] = ACTIONS(2116), + [aux_sym_cmd_identifier_token13] = ACTIONS(2116), + [aux_sym_cmd_identifier_token14] = ACTIONS(2116), + [aux_sym_cmd_identifier_token15] = ACTIONS(2116), + [aux_sym_cmd_identifier_token16] = ACTIONS(2118), + [aux_sym_cmd_identifier_token17] = ACTIONS(2118), + [aux_sym_cmd_identifier_token18] = ACTIONS(2118), + [aux_sym_cmd_identifier_token19] = ACTIONS(2118), + [aux_sym_cmd_identifier_token20] = ACTIONS(2118), + [aux_sym_cmd_identifier_token21] = ACTIONS(2118), + [aux_sym_cmd_identifier_token22] = ACTIONS(2118), + [aux_sym_cmd_identifier_token23] = ACTIONS(2118), + [aux_sym_cmd_identifier_token24] = ACTIONS(2118), + [aux_sym_cmd_identifier_token25] = ACTIONS(2118), + [aux_sym_cmd_identifier_token26] = ACTIONS(2118), + [aux_sym_cmd_identifier_token27] = ACTIONS(2118), + [aux_sym_cmd_identifier_token28] = ACTIONS(2118), + [aux_sym_cmd_identifier_token29] = ACTIONS(2118), + [aux_sym_cmd_identifier_token30] = ACTIONS(2118), + [aux_sym_cmd_identifier_token31] = ACTIONS(2118), + [aux_sym_cmd_identifier_token32] = ACTIONS(2118), + [aux_sym_cmd_identifier_token33] = ACTIONS(2118), + [aux_sym_cmd_identifier_token34] = ACTIONS(2116), + [aux_sym_cmd_identifier_token35] = ACTIONS(2118), + [aux_sym_cmd_identifier_token36] = ACTIONS(2118), + [aux_sym_cmd_identifier_token37] = ACTIONS(2118), + [aux_sym_cmd_identifier_token38] = ACTIONS(2116), + [aux_sym_cmd_identifier_token39] = ACTIONS(2118), + [aux_sym_cmd_identifier_token40] = ACTIONS(2118), + [anon_sym_def] = ACTIONS(2116), + [anon_sym_export_DASHenv] = ACTIONS(2116), + [anon_sym_extern] = ACTIONS(2116), + [anon_sym_module] = ACTIONS(2116), + [anon_sym_use] = ACTIONS(2116), + [anon_sym_LPAREN] = ACTIONS(2118), + [anon_sym_DOLLAR] = ACTIONS(2118), + [anon_sym_error] = ACTIONS(2116), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_break] = ACTIONS(2116), + [anon_sym_continue] = ACTIONS(2116), + [anon_sym_for] = ACTIONS(2116), + [anon_sym_in2] = ACTIONS(2116), + [anon_sym_loop] = ACTIONS(2116), + [anon_sym_make] = ACTIONS(2116), + [anon_sym_while] = ACTIONS(2116), + [anon_sym_do] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2116), + [anon_sym_else] = ACTIONS(2116), + [anon_sym_match] = ACTIONS(2116), + [anon_sym_RBRACE] = ACTIONS(2118), + [anon_sym_try] = ACTIONS(2116), + [anon_sym_catch] = ACTIONS(2116), + [anon_sym_return] = ACTIONS(2116), + [anon_sym_source] = ACTIONS(2116), + [anon_sym_source_DASHenv] = ACTIONS(2116), + [anon_sym_register] = ACTIONS(2116), + [anon_sym_hide] = ACTIONS(2116), + [anon_sym_hide_DASHenv] = ACTIONS(2116), + [anon_sym_overlay] = ACTIONS(2116), + [anon_sym_as] = ACTIONS(2116), + [anon_sym_PLUS2] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2118), + [anon_sym_DOT_DOT2] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2118), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2118), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2118), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2118), + [aux_sym__val_number_decimal_token3] = ACTIONS(2118), + [aux_sym__val_number_decimal_token4] = ACTIONS(2118), + [aux_sym__val_number_token1] = ACTIONS(2118), + [aux_sym__val_number_token2] = ACTIONS(2118), + [aux_sym__val_number_token3] = ACTIONS(2118), + [aux_sym__val_number_token4] = ACTIONS(2116), + [aux_sym__val_number_token5] = ACTIONS(2116), + [aux_sym__val_number_token6] = ACTIONS(2116), + [anon_sym_DQUOTE] = ACTIONS(2118), + [sym__str_single_quotes] = ACTIONS(2118), + [sym__str_back_ticks] = ACTIONS(2118), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [552] = { + [sym_comment] = STATE(552), [anon_sym_export] = ACTIONS(988), [anon_sym_alias] = ACTIONS(988), [anon_sym_let] = ACTIONS(988), @@ -142259,52 +139963,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(988), [anon_sym_const] = ACTIONS(988), [aux_sym_cmd_identifier_token1] = ACTIONS(988), - [aux_sym_cmd_identifier_token2] = ACTIONS(988), - [aux_sym_cmd_identifier_token3] = ACTIONS(988), - [aux_sym_cmd_identifier_token4] = ACTIONS(988), - [aux_sym_cmd_identifier_token5] = ACTIONS(988), - [aux_sym_cmd_identifier_token6] = ACTIONS(988), - [aux_sym_cmd_identifier_token7] = ACTIONS(988), + [aux_sym_cmd_identifier_token2] = ACTIONS(990), + [aux_sym_cmd_identifier_token3] = ACTIONS(990), + [aux_sym_cmd_identifier_token4] = ACTIONS(990), + [aux_sym_cmd_identifier_token5] = ACTIONS(990), + [aux_sym_cmd_identifier_token6] = ACTIONS(990), + [aux_sym_cmd_identifier_token7] = ACTIONS(990), [aux_sym_cmd_identifier_token8] = ACTIONS(988), [aux_sym_cmd_identifier_token9] = ACTIONS(988), - [aux_sym_cmd_identifier_token10] = ACTIONS(988), - [aux_sym_cmd_identifier_token11] = ACTIONS(988), + [aux_sym_cmd_identifier_token10] = ACTIONS(990), + [aux_sym_cmd_identifier_token11] = ACTIONS(990), [aux_sym_cmd_identifier_token12] = ACTIONS(988), [aux_sym_cmd_identifier_token13] = ACTIONS(988), [aux_sym_cmd_identifier_token14] = ACTIONS(988), [aux_sym_cmd_identifier_token15] = ACTIONS(988), - [aux_sym_cmd_identifier_token16] = ACTIONS(988), - [aux_sym_cmd_identifier_token17] = ACTIONS(988), - [aux_sym_cmd_identifier_token18] = ACTIONS(988), - [aux_sym_cmd_identifier_token19] = ACTIONS(988), - [aux_sym_cmd_identifier_token20] = ACTIONS(988), - [aux_sym_cmd_identifier_token21] = ACTIONS(988), - [aux_sym_cmd_identifier_token22] = ACTIONS(988), - [aux_sym_cmd_identifier_token23] = ACTIONS(988), - [aux_sym_cmd_identifier_token24] = ACTIONS(988), - [aux_sym_cmd_identifier_token25] = ACTIONS(988), - [aux_sym_cmd_identifier_token26] = ACTIONS(988), - [aux_sym_cmd_identifier_token27] = ACTIONS(988), - [aux_sym_cmd_identifier_token28] = ACTIONS(988), - [aux_sym_cmd_identifier_token29] = ACTIONS(988), - [aux_sym_cmd_identifier_token30] = ACTIONS(988), - [aux_sym_cmd_identifier_token31] = ACTIONS(988), - [aux_sym_cmd_identifier_token32] = ACTIONS(988), - [aux_sym_cmd_identifier_token33] = ACTIONS(988), + [aux_sym_cmd_identifier_token16] = ACTIONS(990), + [aux_sym_cmd_identifier_token17] = ACTIONS(990), + [aux_sym_cmd_identifier_token18] = ACTIONS(990), + [aux_sym_cmd_identifier_token19] = ACTIONS(990), + [aux_sym_cmd_identifier_token20] = ACTIONS(990), + [aux_sym_cmd_identifier_token21] = ACTIONS(990), + [aux_sym_cmd_identifier_token22] = ACTIONS(990), + [aux_sym_cmd_identifier_token23] = ACTIONS(990), + [aux_sym_cmd_identifier_token24] = ACTIONS(990), + [aux_sym_cmd_identifier_token25] = ACTIONS(990), + [aux_sym_cmd_identifier_token26] = ACTIONS(990), + [aux_sym_cmd_identifier_token27] = ACTIONS(990), + [aux_sym_cmd_identifier_token28] = ACTIONS(990), + [aux_sym_cmd_identifier_token29] = ACTIONS(990), + [aux_sym_cmd_identifier_token30] = ACTIONS(990), + [aux_sym_cmd_identifier_token31] = ACTIONS(990), + [aux_sym_cmd_identifier_token32] = ACTIONS(990), + [aux_sym_cmd_identifier_token33] = ACTIONS(990), [aux_sym_cmd_identifier_token34] = ACTIONS(988), - [aux_sym_cmd_identifier_token35] = ACTIONS(988), - [aux_sym_cmd_identifier_token36] = ACTIONS(988), - [aux_sym_cmd_identifier_token37] = ACTIONS(988), + [aux_sym_cmd_identifier_token35] = ACTIONS(990), + [aux_sym_cmd_identifier_token36] = ACTIONS(990), + [aux_sym_cmd_identifier_token37] = ACTIONS(990), [aux_sym_cmd_identifier_token38] = ACTIONS(988), - [aux_sym_cmd_identifier_token39] = ACTIONS(988), - [aux_sym_cmd_identifier_token40] = ACTIONS(988), + [aux_sym_cmd_identifier_token39] = ACTIONS(990), + [aux_sym_cmd_identifier_token40] = ACTIONS(990), [anon_sym_def] = ACTIONS(988), [anon_sym_export_DASHenv] = ACTIONS(988), [anon_sym_extern] = ACTIONS(988), [anon_sym_module] = ACTIONS(988), [anon_sym_use] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(988), - [anon_sym_DOLLAR] = ACTIONS(988), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_COMMA] = ACTIONS(990), + [anon_sym_DOLLAR] = ACTIONS(990), [anon_sym_error] = ACTIONS(988), [anon_sym_DASH2] = ACTIONS(988), [anon_sym_break] = ACTIONS(988), @@ -142318,7 +140023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(988), [anon_sym_else] = ACTIONS(988), [anon_sym_match] = ACTIONS(988), - [anon_sym_RBRACE] = ACTIONS(988), + [anon_sym_RBRACE] = ACTIONS(990), [anon_sym_try] = ACTIONS(988), [anon_sym_catch] = ACTIONS(988), [anon_sym_return] = ACTIONS(988), @@ -142330,1364 +140035,1263 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(988), [anon_sym_as] = ACTIONS(988), [anon_sym_PLUS2] = ACTIONS(988), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(988), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(988), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(990), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(990), [aux_sym__val_number_decimal_token1] = ACTIONS(988), - [aux_sym__val_number_decimal_token2] = ACTIONS(988), - [aux_sym__val_number_decimal_token3] = ACTIONS(988), - [aux_sym__val_number_decimal_token4] = ACTIONS(988), - [aux_sym__val_number_token1] = ACTIONS(988), - [aux_sym__val_number_token2] = ACTIONS(988), - [aux_sym__val_number_token3] = ACTIONS(988), + [aux_sym__val_number_decimal_token2] = ACTIONS(990), + [aux_sym__val_number_decimal_token3] = ACTIONS(990), + [aux_sym__val_number_decimal_token4] = ACTIONS(990), + [aux_sym__val_number_token1] = ACTIONS(990), + [aux_sym__val_number_token2] = ACTIONS(990), + [aux_sym__val_number_token3] = ACTIONS(990), [aux_sym__val_number_token4] = ACTIONS(988), [aux_sym__val_number_token5] = ACTIONS(988), [aux_sym__val_number_token6] = ACTIONS(988), - [anon_sym_DQUOTE] = ACTIONS(988), - [sym__str_single_quotes] = ACTIONS(988), - [sym__str_back_ticks] = ACTIONS(988), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(988), - [sym__entry_separator] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym__str_single_quotes] = ACTIONS(990), + [sym__str_back_ticks] = ACTIONS(990), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(990), + [anon_sym_COLON2] = ACTIONS(990), [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(990), - }, - [576] = { - [sym_comment] = STATE(576), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(2301), - [aux_sym__immediate_decimal_token2] = ACTIONS(2303), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [577] = { - [sym_comment] = STATE(577), - [aux_sym__multiple_types_repeat1] = STATE(572), - [anon_sym_export] = ACTIONS(2305), - [anon_sym_alias] = ACTIONS(2305), - [anon_sym_let] = ACTIONS(2305), - [anon_sym_let_DASHenv] = ACTIONS(2305), - [anon_sym_mut] = ACTIONS(2305), - [anon_sym_const] = ACTIONS(2305), - [aux_sym_cmd_identifier_token1] = ACTIONS(2305), - [aux_sym_cmd_identifier_token2] = ACTIONS(2305), - [aux_sym_cmd_identifier_token3] = ACTIONS(2305), - [aux_sym_cmd_identifier_token4] = ACTIONS(2305), - [aux_sym_cmd_identifier_token5] = ACTIONS(2305), - [aux_sym_cmd_identifier_token6] = ACTIONS(2305), - [aux_sym_cmd_identifier_token7] = ACTIONS(2305), - [aux_sym_cmd_identifier_token8] = ACTIONS(2305), - [aux_sym_cmd_identifier_token9] = ACTIONS(2305), - [aux_sym_cmd_identifier_token10] = ACTIONS(2305), - [aux_sym_cmd_identifier_token11] = ACTIONS(2305), - [aux_sym_cmd_identifier_token12] = ACTIONS(2305), - [aux_sym_cmd_identifier_token13] = ACTIONS(2305), - [aux_sym_cmd_identifier_token14] = ACTIONS(2305), - [aux_sym_cmd_identifier_token15] = ACTIONS(2305), - [aux_sym_cmd_identifier_token16] = ACTIONS(2305), - [aux_sym_cmd_identifier_token17] = ACTIONS(2305), - [aux_sym_cmd_identifier_token18] = ACTIONS(2305), - [aux_sym_cmd_identifier_token19] = ACTIONS(2305), - [aux_sym_cmd_identifier_token20] = ACTIONS(2305), - [aux_sym_cmd_identifier_token21] = ACTIONS(2305), - [aux_sym_cmd_identifier_token22] = ACTIONS(2305), - [aux_sym_cmd_identifier_token23] = ACTIONS(2305), - [aux_sym_cmd_identifier_token24] = ACTIONS(2305), - [aux_sym_cmd_identifier_token25] = ACTIONS(2305), - [aux_sym_cmd_identifier_token26] = ACTIONS(2305), - [aux_sym_cmd_identifier_token27] = ACTIONS(2305), - [aux_sym_cmd_identifier_token28] = ACTIONS(2305), - [aux_sym_cmd_identifier_token29] = ACTIONS(2305), - [aux_sym_cmd_identifier_token30] = ACTIONS(2305), - [aux_sym_cmd_identifier_token31] = ACTIONS(2305), - [aux_sym_cmd_identifier_token32] = ACTIONS(2305), - [aux_sym_cmd_identifier_token33] = ACTIONS(2305), - [aux_sym_cmd_identifier_token34] = ACTIONS(2305), - [aux_sym_cmd_identifier_token35] = ACTIONS(2305), - [aux_sym_cmd_identifier_token36] = ACTIONS(2305), - [aux_sym_cmd_identifier_token37] = ACTIONS(2305), - [aux_sym_cmd_identifier_token38] = ACTIONS(2305), - [aux_sym_cmd_identifier_token39] = ACTIONS(2305), - [aux_sym_cmd_identifier_token40] = ACTIONS(2305), - [anon_sym_def] = ACTIONS(2305), - [anon_sym_export_DASHenv] = ACTIONS(2305), - [anon_sym_extern] = ACTIONS(2305), - [anon_sym_module] = ACTIONS(2305), - [anon_sym_use] = ACTIONS(2305), - [anon_sym_LPAREN] = ACTIONS(2305), - [anon_sym_DOLLAR] = ACTIONS(2305), - [anon_sym_error] = ACTIONS(2305), - [anon_sym_DASH2] = ACTIONS(2305), - [anon_sym_break] = ACTIONS(2305), - [anon_sym_continue] = ACTIONS(2305), - [anon_sym_for] = ACTIONS(2305), - [anon_sym_in2] = ACTIONS(2305), - [anon_sym_loop] = ACTIONS(2305), - [anon_sym_make] = ACTIONS(2305), - [anon_sym_while] = ACTIONS(2305), - [anon_sym_do] = ACTIONS(2305), - [anon_sym_if] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2305), - [anon_sym_match] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2307), - [anon_sym_try] = ACTIONS(2305), - [anon_sym_catch] = ACTIONS(2305), - [anon_sym_return] = ACTIONS(2305), - [anon_sym_source] = ACTIONS(2305), - [anon_sym_source_DASHenv] = ACTIONS(2305), - [anon_sym_register] = ACTIONS(2305), - [anon_sym_hide] = ACTIONS(2305), - [anon_sym_hide_DASHenv] = ACTIONS(2305), - [anon_sym_overlay] = ACTIONS(2305), - [anon_sym_as] = ACTIONS(2305), - [anon_sym_PLUS2] = ACTIONS(2305), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2305), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2305), - [aux_sym__val_number_decimal_token1] = ACTIONS(2305), - [aux_sym__val_number_decimal_token2] = ACTIONS(2305), - [aux_sym__val_number_decimal_token3] = ACTIONS(2305), - [aux_sym__val_number_decimal_token4] = ACTIONS(2305), - [aux_sym__val_number_token1] = ACTIONS(2305), - [aux_sym__val_number_token2] = ACTIONS(2305), - [aux_sym__val_number_token3] = ACTIONS(2305), - [aux_sym__val_number_token4] = ACTIONS(2305), - [aux_sym__val_number_token5] = ACTIONS(2305), - [aux_sym__val_number_token6] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2305), - [sym__str_single_quotes] = ACTIONS(2305), - [sym__str_back_ticks] = ACTIONS(2305), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2305), - [sym__entry_separator] = ACTIONS(2285), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2309), - }, - [578] = { - [sym_comment] = STATE(578), - [anon_sym_export] = ACTIONS(2311), - [anon_sym_alias] = ACTIONS(2311), - [anon_sym_let] = ACTIONS(2311), - [anon_sym_let_DASHenv] = ACTIONS(2311), - [anon_sym_mut] = ACTIONS(2311), - [anon_sym_const] = ACTIONS(2311), - [aux_sym_cmd_identifier_token1] = ACTIONS(2311), - [aux_sym_cmd_identifier_token2] = ACTIONS(2311), - [aux_sym_cmd_identifier_token3] = ACTIONS(2311), - [aux_sym_cmd_identifier_token4] = ACTIONS(2311), - [aux_sym_cmd_identifier_token5] = ACTIONS(2311), - [aux_sym_cmd_identifier_token6] = ACTIONS(2311), - [aux_sym_cmd_identifier_token7] = ACTIONS(2311), - [aux_sym_cmd_identifier_token8] = ACTIONS(2311), - [aux_sym_cmd_identifier_token9] = ACTIONS(2311), - [aux_sym_cmd_identifier_token10] = ACTIONS(2311), - [aux_sym_cmd_identifier_token11] = ACTIONS(2311), - [aux_sym_cmd_identifier_token12] = ACTIONS(2311), - [aux_sym_cmd_identifier_token13] = ACTIONS(2311), - [aux_sym_cmd_identifier_token14] = ACTIONS(2311), - [aux_sym_cmd_identifier_token15] = ACTIONS(2311), - [aux_sym_cmd_identifier_token16] = ACTIONS(2311), - [aux_sym_cmd_identifier_token17] = ACTIONS(2311), - [aux_sym_cmd_identifier_token18] = ACTIONS(2311), - [aux_sym_cmd_identifier_token19] = ACTIONS(2311), - [aux_sym_cmd_identifier_token20] = ACTIONS(2311), - [aux_sym_cmd_identifier_token21] = ACTIONS(2311), - [aux_sym_cmd_identifier_token22] = ACTIONS(2311), - [aux_sym_cmd_identifier_token23] = ACTIONS(2311), - [aux_sym_cmd_identifier_token24] = ACTIONS(2311), - [aux_sym_cmd_identifier_token25] = ACTIONS(2311), - [aux_sym_cmd_identifier_token26] = ACTIONS(2311), - [aux_sym_cmd_identifier_token27] = ACTIONS(2311), - [aux_sym_cmd_identifier_token28] = ACTIONS(2311), - [aux_sym_cmd_identifier_token29] = ACTIONS(2311), - [aux_sym_cmd_identifier_token30] = ACTIONS(2311), - [aux_sym_cmd_identifier_token31] = ACTIONS(2311), - [aux_sym_cmd_identifier_token32] = ACTIONS(2311), - [aux_sym_cmd_identifier_token33] = ACTIONS(2311), - [aux_sym_cmd_identifier_token34] = ACTIONS(2311), - [aux_sym_cmd_identifier_token35] = ACTIONS(2311), - [aux_sym_cmd_identifier_token36] = ACTIONS(2311), - [aux_sym_cmd_identifier_token37] = ACTIONS(2311), - [aux_sym_cmd_identifier_token38] = ACTIONS(2311), - [aux_sym_cmd_identifier_token39] = ACTIONS(2311), - [aux_sym_cmd_identifier_token40] = ACTIONS(2311), - [anon_sym_def] = ACTIONS(2311), - [anon_sym_export_DASHenv] = ACTIONS(2311), - [anon_sym_extern] = ACTIONS(2311), - [anon_sym_module] = ACTIONS(2311), - [anon_sym_use] = ACTIONS(2311), - [anon_sym_LPAREN] = ACTIONS(2311), - [anon_sym_DOLLAR] = ACTIONS(2311), - [anon_sym_error] = ACTIONS(2311), - [anon_sym_DASH2] = ACTIONS(2311), - [anon_sym_break] = ACTIONS(2311), - [anon_sym_continue] = ACTIONS(2311), - [anon_sym_for] = ACTIONS(2311), - [anon_sym_in2] = ACTIONS(2311), - [anon_sym_loop] = ACTIONS(2311), - [anon_sym_make] = ACTIONS(2311), - [anon_sym_while] = ACTIONS(2311), - [anon_sym_do] = ACTIONS(2311), - [anon_sym_if] = ACTIONS(2311), - [anon_sym_else] = ACTIONS(2311), - [anon_sym_match] = ACTIONS(2311), - [anon_sym_RBRACE] = ACTIONS(2311), - [anon_sym_try] = ACTIONS(2311), - [anon_sym_catch] = ACTIONS(2311), - [anon_sym_return] = ACTIONS(2311), - [anon_sym_source] = ACTIONS(2311), - [anon_sym_source_DASHenv] = ACTIONS(2311), - [anon_sym_register] = ACTIONS(2311), - [anon_sym_hide] = ACTIONS(2311), - [anon_sym_hide_DASHenv] = ACTIONS(2311), - [anon_sym_overlay] = ACTIONS(2311), - [anon_sym_as] = ACTIONS(2311), - [anon_sym_LPAREN2] = ACTIONS(2313), - [anon_sym_PLUS2] = ACTIONS(2311), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2311), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2311), - [aux_sym__val_number_decimal_token1] = ACTIONS(2311), - [aux_sym__val_number_decimal_token2] = ACTIONS(2311), - [aux_sym__val_number_decimal_token3] = ACTIONS(2311), - [aux_sym__val_number_decimal_token4] = ACTIONS(2311), - [aux_sym__val_number_token1] = ACTIONS(2311), - [aux_sym__val_number_token2] = ACTIONS(2311), - [aux_sym__val_number_token3] = ACTIONS(2311), - [aux_sym__val_number_token4] = ACTIONS(2311), - [aux_sym__val_number_token5] = ACTIONS(2311), - [aux_sym__val_number_token6] = ACTIONS(2311), - [anon_sym_DQUOTE] = ACTIONS(2311), - [sym__str_single_quotes] = ACTIONS(2311), - [sym__str_back_ticks] = ACTIONS(2311), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2311), - [sym__entry_separator] = ACTIONS(2313), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2313), + [sym_raw_string_begin] = ACTIONS(990), }, - [579] = { - [sym_comment] = STATE(579), - [anon_sym_export] = ACTIONS(2315), - [anon_sym_alias] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2315), - [anon_sym_let_DASHenv] = ACTIONS(2315), - [anon_sym_mut] = ACTIONS(2315), - [anon_sym_const] = ACTIONS(2315), - [aux_sym_cmd_identifier_token1] = ACTIONS(2315), - [aux_sym_cmd_identifier_token2] = ACTIONS(2315), - [aux_sym_cmd_identifier_token3] = ACTIONS(2315), - [aux_sym_cmd_identifier_token4] = ACTIONS(2315), - [aux_sym_cmd_identifier_token5] = ACTIONS(2315), - [aux_sym_cmd_identifier_token6] = ACTIONS(2315), - [aux_sym_cmd_identifier_token7] = ACTIONS(2315), - [aux_sym_cmd_identifier_token8] = ACTIONS(2315), - [aux_sym_cmd_identifier_token9] = ACTIONS(2315), - [aux_sym_cmd_identifier_token10] = ACTIONS(2315), - [aux_sym_cmd_identifier_token11] = ACTIONS(2315), - [aux_sym_cmd_identifier_token12] = ACTIONS(2315), - [aux_sym_cmd_identifier_token13] = ACTIONS(2315), - [aux_sym_cmd_identifier_token14] = ACTIONS(2315), - [aux_sym_cmd_identifier_token15] = ACTIONS(2315), - [aux_sym_cmd_identifier_token16] = ACTIONS(2315), - [aux_sym_cmd_identifier_token17] = ACTIONS(2315), - [aux_sym_cmd_identifier_token18] = ACTIONS(2315), - [aux_sym_cmd_identifier_token19] = ACTIONS(2315), - [aux_sym_cmd_identifier_token20] = ACTIONS(2315), - [aux_sym_cmd_identifier_token21] = ACTIONS(2315), - [aux_sym_cmd_identifier_token22] = ACTIONS(2315), - [aux_sym_cmd_identifier_token23] = ACTIONS(2315), - [aux_sym_cmd_identifier_token24] = ACTIONS(2315), - [aux_sym_cmd_identifier_token25] = ACTIONS(2315), - [aux_sym_cmd_identifier_token26] = ACTIONS(2315), - [aux_sym_cmd_identifier_token27] = ACTIONS(2315), - [aux_sym_cmd_identifier_token28] = ACTIONS(2315), - [aux_sym_cmd_identifier_token29] = ACTIONS(2315), - [aux_sym_cmd_identifier_token30] = ACTIONS(2315), - [aux_sym_cmd_identifier_token31] = ACTIONS(2315), - [aux_sym_cmd_identifier_token32] = ACTIONS(2315), - [aux_sym_cmd_identifier_token33] = ACTIONS(2315), - [aux_sym_cmd_identifier_token34] = ACTIONS(2315), - [aux_sym_cmd_identifier_token35] = ACTIONS(2315), - [aux_sym_cmd_identifier_token36] = ACTIONS(2315), - [aux_sym_cmd_identifier_token37] = ACTIONS(2315), - [aux_sym_cmd_identifier_token38] = ACTIONS(2315), - [aux_sym_cmd_identifier_token39] = ACTIONS(2315), - [aux_sym_cmd_identifier_token40] = ACTIONS(2315), - [anon_sym_def] = ACTIONS(2315), - [anon_sym_export_DASHenv] = ACTIONS(2315), - [anon_sym_extern] = ACTIONS(2315), - [anon_sym_module] = ACTIONS(2315), - [anon_sym_use] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(2315), - [anon_sym_DOLLAR] = ACTIONS(2315), - [anon_sym_error] = ACTIONS(2315), - [anon_sym_DASH2] = ACTIONS(2315), - [anon_sym_break] = ACTIONS(2315), - [anon_sym_continue] = ACTIONS(2315), - [anon_sym_for] = ACTIONS(2315), - [anon_sym_in2] = ACTIONS(2315), - [anon_sym_loop] = ACTIONS(2315), - [anon_sym_make] = ACTIONS(2315), - [anon_sym_while] = ACTIONS(2315), - [anon_sym_do] = ACTIONS(2315), - [anon_sym_if] = ACTIONS(2315), - [anon_sym_else] = ACTIONS(2315), - [anon_sym_match] = ACTIONS(2315), - [anon_sym_RBRACE] = ACTIONS(2315), - [anon_sym_try] = ACTIONS(2315), - [anon_sym_catch] = ACTIONS(2315), - [anon_sym_return] = ACTIONS(2315), - [anon_sym_source] = ACTIONS(2315), - [anon_sym_source_DASHenv] = ACTIONS(2315), - [anon_sym_register] = ACTIONS(2315), - [anon_sym_hide] = ACTIONS(2315), - [anon_sym_hide_DASHenv] = ACTIONS(2315), - [anon_sym_overlay] = ACTIONS(2315), - [anon_sym_as] = ACTIONS(2315), - [anon_sym_PLUS2] = ACTIONS(2315), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2315), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2315), - [aux_sym__val_number_decimal_token1] = ACTIONS(2315), - [aux_sym__val_number_decimal_token2] = ACTIONS(2315), - [aux_sym__val_number_decimal_token3] = ACTIONS(2315), - [aux_sym__val_number_decimal_token4] = ACTIONS(2315), - [aux_sym__val_number_token1] = ACTIONS(2315), - [aux_sym__val_number_token2] = ACTIONS(2315), - [aux_sym__val_number_token3] = ACTIONS(2315), - [aux_sym__val_number_token4] = ACTIONS(2315), - [aux_sym__val_number_token5] = ACTIONS(2315), - [aux_sym__val_number_token6] = ACTIONS(2315), - [anon_sym_LBRACK2] = ACTIONS(2317), - [anon_sym_DQUOTE] = ACTIONS(2315), - [sym__str_single_quotes] = ACTIONS(2315), - [sym__str_back_ticks] = ACTIONS(2315), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2315), - [sym__entry_separator] = ACTIONS(2319), + [553] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(553), + [anon_sym_export] = ACTIONS(2273), + [anon_sym_alias] = ACTIONS(2273), + [anon_sym_let] = ACTIONS(2273), + [anon_sym_let_DASHenv] = ACTIONS(2273), + [anon_sym_mut] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [aux_sym_cmd_identifier_token1] = ACTIONS(2273), + [aux_sym_cmd_identifier_token2] = ACTIONS(2273), + [aux_sym_cmd_identifier_token3] = ACTIONS(2273), + [aux_sym_cmd_identifier_token4] = ACTIONS(2273), + [aux_sym_cmd_identifier_token5] = ACTIONS(2273), + [aux_sym_cmd_identifier_token6] = ACTIONS(2273), + [aux_sym_cmd_identifier_token7] = ACTIONS(2273), + [aux_sym_cmd_identifier_token8] = ACTIONS(2273), + [aux_sym_cmd_identifier_token9] = ACTIONS(2273), + [aux_sym_cmd_identifier_token10] = ACTIONS(2273), + [aux_sym_cmd_identifier_token11] = ACTIONS(2273), + [aux_sym_cmd_identifier_token12] = ACTIONS(2273), + [aux_sym_cmd_identifier_token13] = ACTIONS(2273), + [aux_sym_cmd_identifier_token14] = ACTIONS(2273), + [aux_sym_cmd_identifier_token15] = ACTIONS(2273), + [aux_sym_cmd_identifier_token16] = ACTIONS(2273), + [aux_sym_cmd_identifier_token17] = ACTIONS(2273), + [aux_sym_cmd_identifier_token18] = ACTIONS(2273), + [aux_sym_cmd_identifier_token19] = ACTIONS(2273), + [aux_sym_cmd_identifier_token20] = ACTIONS(2273), + [aux_sym_cmd_identifier_token21] = ACTIONS(2273), + [aux_sym_cmd_identifier_token22] = ACTIONS(2273), + [aux_sym_cmd_identifier_token23] = ACTIONS(2273), + [aux_sym_cmd_identifier_token24] = ACTIONS(2273), + [aux_sym_cmd_identifier_token25] = ACTIONS(2273), + [aux_sym_cmd_identifier_token26] = ACTIONS(2273), + [aux_sym_cmd_identifier_token27] = ACTIONS(2273), + [aux_sym_cmd_identifier_token28] = ACTIONS(2273), + [aux_sym_cmd_identifier_token29] = ACTIONS(2273), + [aux_sym_cmd_identifier_token30] = ACTIONS(2273), + [aux_sym_cmd_identifier_token31] = ACTIONS(2273), + [aux_sym_cmd_identifier_token32] = ACTIONS(2273), + [aux_sym_cmd_identifier_token33] = ACTIONS(2273), + [aux_sym_cmd_identifier_token34] = ACTIONS(2273), + [aux_sym_cmd_identifier_token35] = ACTIONS(2273), + [aux_sym_cmd_identifier_token36] = ACTIONS(2273), + [aux_sym_cmd_identifier_token37] = ACTIONS(2273), + [aux_sym_cmd_identifier_token38] = ACTIONS(2273), + [aux_sym_cmd_identifier_token39] = ACTIONS(2273), + [aux_sym_cmd_identifier_token40] = ACTIONS(2273), + [anon_sym_def] = ACTIONS(2273), + [anon_sym_export_DASHenv] = ACTIONS(2273), + [anon_sym_extern] = ACTIONS(2273), + [anon_sym_module] = ACTIONS(2273), + [anon_sym_use] = ACTIONS(2273), + [anon_sym_LPAREN] = ACTIONS(2273), + [anon_sym_DOLLAR] = ACTIONS(2273), + [anon_sym_error] = ACTIONS(2273), + [anon_sym_DASH2] = ACTIONS(2273), + [anon_sym_break] = ACTIONS(2273), + [anon_sym_continue] = ACTIONS(2273), + [anon_sym_for] = ACTIONS(2273), + [anon_sym_in2] = ACTIONS(2273), + [anon_sym_loop] = ACTIONS(2273), + [anon_sym_make] = ACTIONS(2273), + [anon_sym_while] = ACTIONS(2273), + [anon_sym_do] = ACTIONS(2273), + [anon_sym_if] = ACTIONS(2273), + [anon_sym_else] = ACTIONS(2273), + [anon_sym_match] = ACTIONS(2273), + [anon_sym_RBRACE] = ACTIONS(2273), + [anon_sym_try] = ACTIONS(2273), + [anon_sym_catch] = ACTIONS(2273), + [anon_sym_return] = ACTIONS(2273), + [anon_sym_source] = ACTIONS(2273), + [anon_sym_source_DASHenv] = ACTIONS(2273), + [anon_sym_register] = ACTIONS(2273), + [anon_sym_hide] = ACTIONS(2273), + [anon_sym_hide_DASHenv] = ACTIONS(2273), + [anon_sym_overlay] = ACTIONS(2273), + [anon_sym_as] = ACTIONS(2273), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2273), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2273), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2273), + [aux_sym__val_number_decimal_token1] = ACTIONS(2273), + [aux_sym__val_number_decimal_token2] = ACTIONS(2273), + [aux_sym__val_number_decimal_token3] = ACTIONS(2273), + [aux_sym__val_number_decimal_token4] = ACTIONS(2273), + [aux_sym__val_number_token1] = ACTIONS(2273), + [aux_sym__val_number_token2] = ACTIONS(2273), + [aux_sym__val_number_token3] = ACTIONS(2273), + [aux_sym__val_number_token4] = ACTIONS(2273), + [aux_sym__val_number_token5] = ACTIONS(2273), + [aux_sym__val_number_token6] = ACTIONS(2273), + [anon_sym_DQUOTE] = ACTIONS(2273), + [sym__str_single_quotes] = ACTIONS(2273), + [sym__str_back_ticks] = ACTIONS(2273), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2273), + [sym__entry_separator] = ACTIONS(2275), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2319), + [sym_raw_string_begin] = ACTIONS(2275), }, - [580] = { - [sym_comment] = STATE(580), - [anon_sym_export] = ACTIONS(984), - [anon_sym_alias] = ACTIONS(984), - [anon_sym_let] = ACTIONS(984), - [anon_sym_let_DASHenv] = ACTIONS(984), - [anon_sym_mut] = ACTIONS(984), - [anon_sym_const] = ACTIONS(984), - [aux_sym_cmd_identifier_token1] = ACTIONS(984), - [aux_sym_cmd_identifier_token2] = ACTIONS(984), - [aux_sym_cmd_identifier_token3] = ACTIONS(984), - [aux_sym_cmd_identifier_token4] = ACTIONS(984), - [aux_sym_cmd_identifier_token5] = ACTIONS(984), - [aux_sym_cmd_identifier_token6] = ACTIONS(984), - [aux_sym_cmd_identifier_token7] = ACTIONS(984), - [aux_sym_cmd_identifier_token8] = ACTIONS(984), - [aux_sym_cmd_identifier_token9] = ACTIONS(984), - [aux_sym_cmd_identifier_token10] = ACTIONS(984), - [aux_sym_cmd_identifier_token11] = ACTIONS(984), - [aux_sym_cmd_identifier_token12] = ACTIONS(984), - [aux_sym_cmd_identifier_token13] = ACTIONS(984), - [aux_sym_cmd_identifier_token14] = ACTIONS(984), - [aux_sym_cmd_identifier_token15] = ACTIONS(984), - [aux_sym_cmd_identifier_token16] = ACTIONS(984), - [aux_sym_cmd_identifier_token17] = ACTIONS(984), - [aux_sym_cmd_identifier_token18] = ACTIONS(984), - [aux_sym_cmd_identifier_token19] = ACTIONS(984), - [aux_sym_cmd_identifier_token20] = ACTIONS(984), - [aux_sym_cmd_identifier_token21] = ACTIONS(984), - [aux_sym_cmd_identifier_token22] = ACTIONS(984), - [aux_sym_cmd_identifier_token23] = ACTIONS(984), - [aux_sym_cmd_identifier_token24] = ACTIONS(984), - [aux_sym_cmd_identifier_token25] = ACTIONS(984), - [aux_sym_cmd_identifier_token26] = ACTIONS(984), - [aux_sym_cmd_identifier_token27] = ACTIONS(984), - [aux_sym_cmd_identifier_token28] = ACTIONS(984), - [aux_sym_cmd_identifier_token29] = ACTIONS(984), - [aux_sym_cmd_identifier_token30] = ACTIONS(984), - [aux_sym_cmd_identifier_token31] = ACTIONS(984), - [aux_sym_cmd_identifier_token32] = ACTIONS(984), - [aux_sym_cmd_identifier_token33] = ACTIONS(984), - [aux_sym_cmd_identifier_token34] = ACTIONS(984), - [aux_sym_cmd_identifier_token35] = ACTIONS(984), - [aux_sym_cmd_identifier_token36] = ACTIONS(984), - [aux_sym_cmd_identifier_token37] = ACTIONS(984), - [aux_sym_cmd_identifier_token38] = ACTIONS(984), - [aux_sym_cmd_identifier_token39] = ACTIONS(984), - [aux_sym_cmd_identifier_token40] = ACTIONS(984), - [anon_sym_def] = ACTIONS(984), - [anon_sym_export_DASHenv] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym_module] = ACTIONS(984), - [anon_sym_use] = ACTIONS(984), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_DOLLAR] = ACTIONS(984), - [anon_sym_error] = ACTIONS(984), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_in2] = ACTIONS(984), - [anon_sym_loop] = ACTIONS(984), - [anon_sym_make] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_match] = ACTIONS(984), - [anon_sym_RBRACE] = ACTIONS(984), - [anon_sym_try] = ACTIONS(984), - [anon_sym_catch] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_source] = ACTIONS(984), - [anon_sym_source_DASHenv] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_hide] = ACTIONS(984), - [anon_sym_hide_DASHenv] = ACTIONS(984), - [anon_sym_overlay] = ACTIONS(984), - [anon_sym_as] = ACTIONS(984), - [anon_sym_PLUS2] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(984), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(984), - [aux_sym__val_number_decimal_token3] = ACTIONS(984), - [aux_sym__val_number_decimal_token4] = ACTIONS(984), - [aux_sym__val_number_token1] = ACTIONS(984), - [aux_sym__val_number_token2] = ACTIONS(984), - [aux_sym__val_number_token3] = ACTIONS(984), - [aux_sym__val_number_token4] = ACTIONS(984), - [aux_sym__val_number_token5] = ACTIONS(984), - [aux_sym__val_number_token6] = ACTIONS(984), - [anon_sym_DQUOTE] = ACTIONS(984), - [sym__str_single_quotes] = ACTIONS(984), - [sym__str_back_ticks] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(984), - [sym__entry_separator] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(986), + [554] = { + [sym_comment] = STATE(554), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(970), + [aux_sym_cmd_identifier_token3] = ACTIONS(970), + [aux_sym_cmd_identifier_token4] = ACTIONS(970), + [aux_sym_cmd_identifier_token5] = ACTIONS(970), + [aux_sym_cmd_identifier_token6] = ACTIONS(970), + [aux_sym_cmd_identifier_token7] = ACTIONS(970), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(970), + [aux_sym_cmd_identifier_token11] = ACTIONS(970), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(970), + [aux_sym_cmd_identifier_token17] = ACTIONS(970), + [aux_sym_cmd_identifier_token18] = ACTIONS(970), + [aux_sym_cmd_identifier_token19] = ACTIONS(970), + [aux_sym_cmd_identifier_token20] = ACTIONS(970), + [aux_sym_cmd_identifier_token21] = ACTIONS(970), + [aux_sym_cmd_identifier_token22] = ACTIONS(970), + [aux_sym_cmd_identifier_token23] = ACTIONS(970), + [aux_sym_cmd_identifier_token24] = ACTIONS(970), + [aux_sym_cmd_identifier_token25] = ACTIONS(970), + [aux_sym_cmd_identifier_token26] = ACTIONS(970), + [aux_sym_cmd_identifier_token27] = ACTIONS(970), + [aux_sym_cmd_identifier_token28] = ACTIONS(970), + [aux_sym_cmd_identifier_token29] = ACTIONS(970), + [aux_sym_cmd_identifier_token30] = ACTIONS(970), + [aux_sym_cmd_identifier_token31] = ACTIONS(970), + [aux_sym_cmd_identifier_token32] = ACTIONS(970), + [aux_sym_cmd_identifier_token33] = ACTIONS(970), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(970), + [aux_sym_cmd_identifier_token36] = ACTIONS(970), + [aux_sym_cmd_identifier_token37] = ACTIONS(970), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(970), + [aux_sym_cmd_identifier_token40] = ACTIONS(970), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(970), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), }, - [581] = { - [sym_comment] = STATE(581), - [anon_sym_export] = ACTIONS(980), - [anon_sym_alias] = ACTIONS(980), - [anon_sym_let] = ACTIONS(980), - [anon_sym_let_DASHenv] = ACTIONS(980), - [anon_sym_mut] = ACTIONS(980), - [anon_sym_const] = ACTIONS(980), - [aux_sym_cmd_identifier_token1] = ACTIONS(980), - [aux_sym_cmd_identifier_token2] = ACTIONS(980), - [aux_sym_cmd_identifier_token3] = ACTIONS(980), - [aux_sym_cmd_identifier_token4] = ACTIONS(980), - [aux_sym_cmd_identifier_token5] = ACTIONS(980), - [aux_sym_cmd_identifier_token6] = ACTIONS(980), - [aux_sym_cmd_identifier_token7] = ACTIONS(980), - [aux_sym_cmd_identifier_token8] = ACTIONS(980), - [aux_sym_cmd_identifier_token9] = ACTIONS(980), - [aux_sym_cmd_identifier_token10] = ACTIONS(980), - [aux_sym_cmd_identifier_token11] = ACTIONS(980), - [aux_sym_cmd_identifier_token12] = ACTIONS(980), - [aux_sym_cmd_identifier_token13] = ACTIONS(980), - [aux_sym_cmd_identifier_token14] = ACTIONS(980), - [aux_sym_cmd_identifier_token15] = ACTIONS(980), - [aux_sym_cmd_identifier_token16] = ACTIONS(980), - [aux_sym_cmd_identifier_token17] = ACTIONS(980), - [aux_sym_cmd_identifier_token18] = ACTIONS(980), - [aux_sym_cmd_identifier_token19] = ACTIONS(980), - [aux_sym_cmd_identifier_token20] = ACTIONS(980), - [aux_sym_cmd_identifier_token21] = ACTIONS(980), - [aux_sym_cmd_identifier_token22] = ACTIONS(980), - [aux_sym_cmd_identifier_token23] = ACTIONS(980), - [aux_sym_cmd_identifier_token24] = ACTIONS(980), - [aux_sym_cmd_identifier_token25] = ACTIONS(980), - [aux_sym_cmd_identifier_token26] = ACTIONS(980), - [aux_sym_cmd_identifier_token27] = ACTIONS(980), - [aux_sym_cmd_identifier_token28] = ACTIONS(980), - [aux_sym_cmd_identifier_token29] = ACTIONS(980), - [aux_sym_cmd_identifier_token30] = ACTIONS(980), - [aux_sym_cmd_identifier_token31] = ACTIONS(980), - [aux_sym_cmd_identifier_token32] = ACTIONS(980), - [aux_sym_cmd_identifier_token33] = ACTIONS(980), - [aux_sym_cmd_identifier_token34] = ACTIONS(980), - [aux_sym_cmd_identifier_token35] = ACTIONS(980), - [aux_sym_cmd_identifier_token36] = ACTIONS(980), - [aux_sym_cmd_identifier_token37] = ACTIONS(980), - [aux_sym_cmd_identifier_token38] = ACTIONS(980), - [aux_sym_cmd_identifier_token39] = ACTIONS(980), - [aux_sym_cmd_identifier_token40] = ACTIONS(980), - [anon_sym_def] = ACTIONS(980), - [anon_sym_export_DASHenv] = ACTIONS(980), - [anon_sym_extern] = ACTIONS(980), - [anon_sym_module] = ACTIONS(980), - [anon_sym_use] = ACTIONS(980), - [anon_sym_LPAREN] = ACTIONS(980), - [anon_sym_DOLLAR] = ACTIONS(980), - [anon_sym_error] = ACTIONS(980), - [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_break] = ACTIONS(980), - [anon_sym_continue] = ACTIONS(980), - [anon_sym_for] = ACTIONS(980), - [anon_sym_in2] = ACTIONS(980), - [anon_sym_loop] = ACTIONS(980), - [anon_sym_make] = ACTIONS(980), - [anon_sym_while] = ACTIONS(980), - [anon_sym_do] = ACTIONS(980), - [anon_sym_if] = ACTIONS(980), - [anon_sym_else] = ACTIONS(980), - [anon_sym_match] = ACTIONS(980), - [anon_sym_RBRACE] = ACTIONS(980), - [anon_sym_try] = ACTIONS(980), - [anon_sym_catch] = ACTIONS(980), - [anon_sym_return] = ACTIONS(980), - [anon_sym_source] = ACTIONS(980), - [anon_sym_source_DASHenv] = ACTIONS(980), - [anon_sym_register] = ACTIONS(980), - [anon_sym_hide] = ACTIONS(980), - [anon_sym_hide_DASHenv] = ACTIONS(980), - [anon_sym_overlay] = ACTIONS(980), - [anon_sym_as] = ACTIONS(980), - [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(980), - [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(980), - [aux_sym__val_number_decimal_token3] = ACTIONS(980), - [aux_sym__val_number_decimal_token4] = ACTIONS(980), - [aux_sym__val_number_token1] = ACTIONS(980), - [aux_sym__val_number_token2] = ACTIONS(980), - [aux_sym__val_number_token3] = ACTIONS(980), - [aux_sym__val_number_token4] = ACTIONS(980), - [aux_sym__val_number_token5] = ACTIONS(980), - [aux_sym__val_number_token6] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym__str_single_quotes] = ACTIONS(980), - [sym__str_back_ticks] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(980), - [sym__entry_separator] = ACTIONS(982), - [anon_sym_DOT2] = ACTIONS(980), + [555] = { + [sym_comment] = STATE(555), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1681), + [aux_sym_cmd_identifier_token3] = ACTIONS(1681), + [aux_sym_cmd_identifier_token4] = ACTIONS(1681), + [aux_sym_cmd_identifier_token5] = ACTIONS(1681), + [aux_sym_cmd_identifier_token6] = ACTIONS(1681), + [aux_sym_cmd_identifier_token7] = ACTIONS(1681), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1681), + [aux_sym_cmd_identifier_token11] = ACTIONS(1681), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1681), + [aux_sym_cmd_identifier_token17] = ACTIONS(1681), + [aux_sym_cmd_identifier_token18] = ACTIONS(1681), + [aux_sym_cmd_identifier_token19] = ACTIONS(1681), + [aux_sym_cmd_identifier_token20] = ACTIONS(1681), + [aux_sym_cmd_identifier_token21] = ACTIONS(1681), + [aux_sym_cmd_identifier_token22] = ACTIONS(1681), + [aux_sym_cmd_identifier_token23] = ACTIONS(1681), + [aux_sym_cmd_identifier_token24] = ACTIONS(1681), + [aux_sym_cmd_identifier_token25] = ACTIONS(1681), + [aux_sym_cmd_identifier_token26] = ACTIONS(1681), + [aux_sym_cmd_identifier_token27] = ACTIONS(1681), + [aux_sym_cmd_identifier_token28] = ACTIONS(1681), + [aux_sym_cmd_identifier_token29] = ACTIONS(1681), + [aux_sym_cmd_identifier_token30] = ACTIONS(1681), + [aux_sym_cmd_identifier_token31] = ACTIONS(1681), + [aux_sym_cmd_identifier_token32] = ACTIONS(1681), + [aux_sym_cmd_identifier_token33] = ACTIONS(1681), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1681), + [aux_sym_cmd_identifier_token36] = ACTIONS(1681), + [aux_sym_cmd_identifier_token37] = ACTIONS(1681), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1681), + [aux_sym_cmd_identifier_token40] = ACTIONS(1681), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1681), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1681), + [aux_sym__val_number_decimal_token3] = ACTIONS(1681), + [aux_sym__val_number_decimal_token4] = ACTIONS(1681), + [aux_sym__val_number_token1] = ACTIONS(1681), + [aux_sym__val_number_token2] = ACTIONS(1681), + [aux_sym__val_number_token3] = ACTIONS(1681), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym__str_single_quotes] = ACTIONS(1681), + [sym__str_back_ticks] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1681), + [sym__entry_separator] = ACTIONS(1693), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1695), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(982), + [sym_raw_string_begin] = ACTIONS(1693), }, - [582] = { - [sym_comment] = STATE(582), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [aux_sym__immediate_decimal_token2] = ACTIONS(2273), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), + [556] = { + [sym_comment] = STATE(556), + [anon_sym_export] = ACTIONS(2277), + [anon_sym_alias] = ACTIONS(2277), + [anon_sym_let] = ACTIONS(2277), + [anon_sym_let_DASHenv] = ACTIONS(2277), + [anon_sym_mut] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [aux_sym_cmd_identifier_token1] = ACTIONS(2277), + [aux_sym_cmd_identifier_token2] = ACTIONS(2277), + [aux_sym_cmd_identifier_token3] = ACTIONS(2277), + [aux_sym_cmd_identifier_token4] = ACTIONS(2277), + [aux_sym_cmd_identifier_token5] = ACTIONS(2277), + [aux_sym_cmd_identifier_token6] = ACTIONS(2277), + [aux_sym_cmd_identifier_token7] = ACTIONS(2277), + [aux_sym_cmd_identifier_token8] = ACTIONS(2277), + [aux_sym_cmd_identifier_token9] = ACTIONS(2277), + [aux_sym_cmd_identifier_token10] = ACTIONS(2277), + [aux_sym_cmd_identifier_token11] = ACTIONS(2277), + [aux_sym_cmd_identifier_token12] = ACTIONS(2277), + [aux_sym_cmd_identifier_token13] = ACTIONS(2277), + [aux_sym_cmd_identifier_token14] = ACTIONS(2277), + [aux_sym_cmd_identifier_token15] = ACTIONS(2277), + [aux_sym_cmd_identifier_token16] = ACTIONS(2277), + [aux_sym_cmd_identifier_token17] = ACTIONS(2277), + [aux_sym_cmd_identifier_token18] = ACTIONS(2277), + [aux_sym_cmd_identifier_token19] = ACTIONS(2277), + [aux_sym_cmd_identifier_token20] = ACTIONS(2277), + [aux_sym_cmd_identifier_token21] = ACTIONS(2277), + [aux_sym_cmd_identifier_token22] = ACTIONS(2277), + [aux_sym_cmd_identifier_token23] = ACTIONS(2277), + [aux_sym_cmd_identifier_token24] = ACTIONS(2277), + [aux_sym_cmd_identifier_token25] = ACTIONS(2277), + [aux_sym_cmd_identifier_token26] = ACTIONS(2277), + [aux_sym_cmd_identifier_token27] = ACTIONS(2277), + [aux_sym_cmd_identifier_token28] = ACTIONS(2277), + [aux_sym_cmd_identifier_token29] = ACTIONS(2277), + [aux_sym_cmd_identifier_token30] = ACTIONS(2277), + [aux_sym_cmd_identifier_token31] = ACTIONS(2277), + [aux_sym_cmd_identifier_token32] = ACTIONS(2277), + [aux_sym_cmd_identifier_token33] = ACTIONS(2277), + [aux_sym_cmd_identifier_token34] = ACTIONS(2277), + [aux_sym_cmd_identifier_token35] = ACTIONS(2277), + [aux_sym_cmd_identifier_token36] = ACTIONS(2277), + [aux_sym_cmd_identifier_token37] = ACTIONS(2277), + [aux_sym_cmd_identifier_token38] = ACTIONS(2277), + [aux_sym_cmd_identifier_token39] = ACTIONS(2277), + [aux_sym_cmd_identifier_token40] = ACTIONS(2277), + [anon_sym_def] = ACTIONS(2277), + [anon_sym_export_DASHenv] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2277), + [anon_sym_module] = ACTIONS(2277), + [anon_sym_use] = ACTIONS(2277), + [anon_sym_LPAREN] = ACTIONS(2277), + [anon_sym_DOLLAR] = ACTIONS(2277), + [anon_sym_error] = ACTIONS(2277), + [anon_sym_DASH2] = ACTIONS(2277), + [anon_sym_break] = ACTIONS(2277), + [anon_sym_continue] = ACTIONS(2277), + [anon_sym_for] = ACTIONS(2277), + [anon_sym_in2] = ACTIONS(2277), + [anon_sym_loop] = ACTIONS(2277), + [anon_sym_make] = ACTIONS(2277), + [anon_sym_while] = ACTIONS(2277), + [anon_sym_do] = ACTIONS(2277), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_else] = ACTIONS(2277), + [anon_sym_match] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2277), + [anon_sym_try] = ACTIONS(2277), + [anon_sym_catch] = ACTIONS(2277), + [anon_sym_return] = ACTIONS(2277), + [anon_sym_source] = ACTIONS(2277), + [anon_sym_source_DASHenv] = ACTIONS(2277), + [anon_sym_register] = ACTIONS(2277), + [anon_sym_hide] = ACTIONS(2277), + [anon_sym_hide_DASHenv] = ACTIONS(2277), + [anon_sym_overlay] = ACTIONS(2277), + [anon_sym_as] = ACTIONS(2277), + [anon_sym_LPAREN2] = ACTIONS(2279), + [anon_sym_PLUS2] = ACTIONS(2277), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2277), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2277), + [aux_sym__val_number_decimal_token1] = ACTIONS(2277), + [aux_sym__val_number_decimal_token2] = ACTIONS(2277), + [aux_sym__val_number_decimal_token3] = ACTIONS(2277), + [aux_sym__val_number_decimal_token4] = ACTIONS(2277), + [aux_sym__val_number_token1] = ACTIONS(2277), + [aux_sym__val_number_token2] = ACTIONS(2277), + [aux_sym__val_number_token3] = ACTIONS(2277), + [aux_sym__val_number_token4] = ACTIONS(2277), + [aux_sym__val_number_token5] = ACTIONS(2277), + [aux_sym__val_number_token6] = ACTIONS(2277), + [anon_sym_DQUOTE] = ACTIONS(2277), + [sym__str_single_quotes] = ACTIONS(2277), + [sym__str_back_ticks] = ACTIONS(2277), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2277), + [sym__entry_separator] = ACTIONS(2279), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(2279), }, - [583] = { - [sym_comment] = STATE(583), - [anon_sym_export] = ACTIONS(1819), - [anon_sym_alias] = ACTIONS(1819), - [anon_sym_let] = ACTIONS(1819), - [anon_sym_let_DASHenv] = ACTIONS(1819), - [anon_sym_mut] = ACTIONS(1819), - [anon_sym_const] = ACTIONS(1819), - [aux_sym_cmd_identifier_token1] = ACTIONS(1819), - [aux_sym_cmd_identifier_token2] = ACTIONS(1827), - [aux_sym_cmd_identifier_token3] = ACTIONS(1827), - [aux_sym_cmd_identifier_token4] = ACTIONS(1827), - [aux_sym_cmd_identifier_token5] = ACTIONS(1827), - [aux_sym_cmd_identifier_token6] = ACTIONS(1827), - [aux_sym_cmd_identifier_token7] = ACTIONS(1827), - [aux_sym_cmd_identifier_token8] = ACTIONS(1819), - [aux_sym_cmd_identifier_token9] = ACTIONS(1819), - [aux_sym_cmd_identifier_token10] = ACTIONS(1827), - [aux_sym_cmd_identifier_token11] = ACTIONS(1827), - [aux_sym_cmd_identifier_token12] = ACTIONS(1819), - [aux_sym_cmd_identifier_token13] = ACTIONS(1819), - [aux_sym_cmd_identifier_token14] = ACTIONS(1819), - [aux_sym_cmd_identifier_token15] = ACTIONS(1819), - [aux_sym_cmd_identifier_token16] = ACTIONS(1827), - [aux_sym_cmd_identifier_token17] = ACTIONS(1827), - [aux_sym_cmd_identifier_token18] = ACTIONS(1827), - [aux_sym_cmd_identifier_token19] = ACTIONS(1827), - [aux_sym_cmd_identifier_token20] = ACTIONS(1827), - [aux_sym_cmd_identifier_token21] = ACTIONS(1827), - [aux_sym_cmd_identifier_token22] = ACTIONS(1827), - [aux_sym_cmd_identifier_token23] = ACTIONS(1827), - [aux_sym_cmd_identifier_token24] = ACTIONS(1827), - [aux_sym_cmd_identifier_token25] = ACTIONS(1827), - [aux_sym_cmd_identifier_token26] = ACTIONS(1827), - [aux_sym_cmd_identifier_token27] = ACTIONS(1827), - [aux_sym_cmd_identifier_token28] = ACTIONS(1827), - [aux_sym_cmd_identifier_token29] = ACTIONS(1827), - [aux_sym_cmd_identifier_token30] = ACTIONS(1827), - [aux_sym_cmd_identifier_token31] = ACTIONS(1827), - [aux_sym_cmd_identifier_token32] = ACTIONS(1827), - [aux_sym_cmd_identifier_token33] = ACTIONS(1827), - [aux_sym_cmd_identifier_token34] = ACTIONS(1819), - [aux_sym_cmd_identifier_token35] = ACTIONS(1827), - [aux_sym_cmd_identifier_token36] = ACTIONS(1827), - [aux_sym_cmd_identifier_token37] = ACTIONS(1827), - [aux_sym_cmd_identifier_token38] = ACTIONS(1819), - [aux_sym_cmd_identifier_token39] = ACTIONS(1827), - [aux_sym_cmd_identifier_token40] = ACTIONS(1827), - [anon_sym_def] = ACTIONS(1819), - [anon_sym_export_DASHenv] = ACTIONS(1819), - [anon_sym_extern] = ACTIONS(1819), - [anon_sym_module] = ACTIONS(1819), - [anon_sym_use] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1827), - [anon_sym_error] = ACTIONS(1819), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_break] = ACTIONS(1819), - [anon_sym_continue] = ACTIONS(1819), - [anon_sym_for] = ACTIONS(1819), - [anon_sym_in2] = ACTIONS(1819), - [anon_sym_loop] = ACTIONS(1819), - [anon_sym_make] = ACTIONS(1819), - [anon_sym_while] = ACTIONS(1819), - [anon_sym_do] = ACTIONS(1819), - [anon_sym_if] = ACTIONS(1819), - [anon_sym_else] = ACTIONS(1819), - [anon_sym_match] = ACTIONS(1819), - [anon_sym_RBRACE] = ACTIONS(1827), - [anon_sym_try] = ACTIONS(1819), - [anon_sym_catch] = ACTIONS(1819), - [anon_sym_return] = ACTIONS(1819), - [anon_sym_source] = ACTIONS(1819), - [anon_sym_source_DASHenv] = ACTIONS(1819), - [anon_sym_register] = ACTIONS(1819), - [anon_sym_hide] = ACTIONS(1819), - [anon_sym_hide_DASHenv] = ACTIONS(1819), - [anon_sym_overlay] = ACTIONS(1819), - [anon_sym_as] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_PLUS2] = ACTIONS(1819), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1827), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1819), - [aux_sym__val_number_token5] = ACTIONS(1819), - [aux_sym__val_number_token6] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1827), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), + [557] = { + [sym_comment] = STATE(557), + [anon_sym_export] = ACTIONS(988), + [anon_sym_alias] = ACTIONS(988), + [anon_sym_let] = ACTIONS(988), + [anon_sym_let_DASHenv] = ACTIONS(988), + [anon_sym_mut] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [aux_sym_cmd_identifier_token1] = ACTIONS(988), + [aux_sym_cmd_identifier_token2] = ACTIONS(988), + [aux_sym_cmd_identifier_token3] = ACTIONS(988), + [aux_sym_cmd_identifier_token4] = ACTIONS(988), + [aux_sym_cmd_identifier_token5] = ACTIONS(988), + [aux_sym_cmd_identifier_token6] = ACTIONS(988), + [aux_sym_cmd_identifier_token7] = ACTIONS(988), + [aux_sym_cmd_identifier_token8] = ACTIONS(988), + [aux_sym_cmd_identifier_token9] = ACTIONS(988), + [aux_sym_cmd_identifier_token10] = ACTIONS(988), + [aux_sym_cmd_identifier_token11] = ACTIONS(988), + [aux_sym_cmd_identifier_token12] = ACTIONS(988), + [aux_sym_cmd_identifier_token13] = ACTIONS(988), + [aux_sym_cmd_identifier_token14] = ACTIONS(988), + [aux_sym_cmd_identifier_token15] = ACTIONS(988), + [aux_sym_cmd_identifier_token16] = ACTIONS(988), + [aux_sym_cmd_identifier_token17] = ACTIONS(988), + [aux_sym_cmd_identifier_token18] = ACTIONS(988), + [aux_sym_cmd_identifier_token19] = ACTIONS(988), + [aux_sym_cmd_identifier_token20] = ACTIONS(988), + [aux_sym_cmd_identifier_token21] = ACTIONS(988), + [aux_sym_cmd_identifier_token22] = ACTIONS(988), + [aux_sym_cmd_identifier_token23] = ACTIONS(988), + [aux_sym_cmd_identifier_token24] = ACTIONS(988), + [aux_sym_cmd_identifier_token25] = ACTIONS(988), + [aux_sym_cmd_identifier_token26] = ACTIONS(988), + [aux_sym_cmd_identifier_token27] = ACTIONS(988), + [aux_sym_cmd_identifier_token28] = ACTIONS(988), + [aux_sym_cmd_identifier_token29] = ACTIONS(988), + [aux_sym_cmd_identifier_token30] = ACTIONS(988), + [aux_sym_cmd_identifier_token31] = ACTIONS(988), + [aux_sym_cmd_identifier_token32] = ACTIONS(988), + [aux_sym_cmd_identifier_token33] = ACTIONS(988), + [aux_sym_cmd_identifier_token34] = ACTIONS(988), + [aux_sym_cmd_identifier_token35] = ACTIONS(988), + [aux_sym_cmd_identifier_token36] = ACTIONS(988), + [aux_sym_cmd_identifier_token37] = ACTIONS(988), + [aux_sym_cmd_identifier_token38] = ACTIONS(988), + [aux_sym_cmd_identifier_token39] = ACTIONS(988), + [aux_sym_cmd_identifier_token40] = ACTIONS(988), + [anon_sym_def] = ACTIONS(988), + [anon_sym_export_DASHenv] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym_module] = ACTIONS(988), + [anon_sym_use] = ACTIONS(988), + [anon_sym_LPAREN] = ACTIONS(988), + [anon_sym_DOLLAR] = ACTIONS(988), + [anon_sym_error] = ACTIONS(988), + [anon_sym_DASH2] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_in2] = ACTIONS(988), + [anon_sym_loop] = ACTIONS(988), + [anon_sym_make] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_match] = ACTIONS(988), + [anon_sym_RBRACE] = ACTIONS(988), + [anon_sym_try] = ACTIONS(988), + [anon_sym_catch] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_source] = ACTIONS(988), + [anon_sym_source_DASHenv] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_hide] = ACTIONS(988), + [anon_sym_hide_DASHenv] = ACTIONS(988), + [anon_sym_overlay] = ACTIONS(988), + [anon_sym_as] = ACTIONS(988), + [anon_sym_PLUS2] = ACTIONS(988), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(988), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(988), + [aux_sym__val_number_decimal_token1] = ACTIONS(988), + [aux_sym__val_number_decimal_token2] = ACTIONS(988), + [aux_sym__val_number_decimal_token3] = ACTIONS(988), + [aux_sym__val_number_decimal_token4] = ACTIONS(988), + [aux_sym__val_number_token1] = ACTIONS(988), + [aux_sym__val_number_token2] = ACTIONS(988), + [aux_sym__val_number_token3] = ACTIONS(988), + [aux_sym__val_number_token4] = ACTIONS(988), + [aux_sym__val_number_token5] = ACTIONS(988), + [aux_sym__val_number_token6] = ACTIONS(988), + [anon_sym_DQUOTE] = ACTIONS(988), + [sym__str_single_quotes] = ACTIONS(988), + [sym__str_back_ticks] = ACTIONS(988), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(988), + [sym__entry_separator] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(990), }, - [584] = { - [sym_comment] = STATE(584), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [aux_sym__immediate_decimal_token2] = ACTIONS(2321), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), + [558] = { + [sym_comment] = STATE(558), + [anon_sym_export] = ACTIONS(2281), + [anon_sym_alias] = ACTIONS(2281), + [anon_sym_let] = ACTIONS(2281), + [anon_sym_let_DASHenv] = ACTIONS(2281), + [anon_sym_mut] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [aux_sym_cmd_identifier_token1] = ACTIONS(2281), + [aux_sym_cmd_identifier_token2] = ACTIONS(2281), + [aux_sym_cmd_identifier_token3] = ACTIONS(2281), + [aux_sym_cmd_identifier_token4] = ACTIONS(2281), + [aux_sym_cmd_identifier_token5] = ACTIONS(2281), + [aux_sym_cmd_identifier_token6] = ACTIONS(2281), + [aux_sym_cmd_identifier_token7] = ACTIONS(2281), + [aux_sym_cmd_identifier_token8] = ACTIONS(2281), + [aux_sym_cmd_identifier_token9] = ACTIONS(2281), + [aux_sym_cmd_identifier_token10] = ACTIONS(2281), + [aux_sym_cmd_identifier_token11] = ACTIONS(2281), + [aux_sym_cmd_identifier_token12] = ACTIONS(2281), + [aux_sym_cmd_identifier_token13] = ACTIONS(2281), + [aux_sym_cmd_identifier_token14] = ACTIONS(2281), + [aux_sym_cmd_identifier_token15] = ACTIONS(2281), + [aux_sym_cmd_identifier_token16] = ACTIONS(2281), + [aux_sym_cmd_identifier_token17] = ACTIONS(2281), + [aux_sym_cmd_identifier_token18] = ACTIONS(2281), + [aux_sym_cmd_identifier_token19] = ACTIONS(2281), + [aux_sym_cmd_identifier_token20] = ACTIONS(2281), + [aux_sym_cmd_identifier_token21] = ACTIONS(2281), + [aux_sym_cmd_identifier_token22] = ACTIONS(2281), + [aux_sym_cmd_identifier_token23] = ACTIONS(2281), + [aux_sym_cmd_identifier_token24] = ACTIONS(2281), + [aux_sym_cmd_identifier_token25] = ACTIONS(2281), + [aux_sym_cmd_identifier_token26] = ACTIONS(2281), + [aux_sym_cmd_identifier_token27] = ACTIONS(2281), + [aux_sym_cmd_identifier_token28] = ACTIONS(2281), + [aux_sym_cmd_identifier_token29] = ACTIONS(2281), + [aux_sym_cmd_identifier_token30] = ACTIONS(2281), + [aux_sym_cmd_identifier_token31] = ACTIONS(2281), + [aux_sym_cmd_identifier_token32] = ACTIONS(2281), + [aux_sym_cmd_identifier_token33] = ACTIONS(2281), + [aux_sym_cmd_identifier_token34] = ACTIONS(2281), + [aux_sym_cmd_identifier_token35] = ACTIONS(2281), + [aux_sym_cmd_identifier_token36] = ACTIONS(2281), + [aux_sym_cmd_identifier_token37] = ACTIONS(2281), + [aux_sym_cmd_identifier_token38] = ACTIONS(2281), + [aux_sym_cmd_identifier_token39] = ACTIONS(2281), + [aux_sym_cmd_identifier_token40] = ACTIONS(2281), + [anon_sym_def] = ACTIONS(2281), + [anon_sym_export_DASHenv] = ACTIONS(2281), + [anon_sym_extern] = ACTIONS(2281), + [anon_sym_module] = ACTIONS(2281), + [anon_sym_use] = ACTIONS(2281), + [anon_sym_LPAREN] = ACTIONS(2281), + [anon_sym_DOLLAR] = ACTIONS(2281), + [anon_sym_error] = ACTIONS(2281), + [anon_sym_DASH2] = ACTIONS(2281), + [anon_sym_break] = ACTIONS(2281), + [anon_sym_continue] = ACTIONS(2281), + [anon_sym_for] = ACTIONS(2281), + [anon_sym_in2] = ACTIONS(2281), + [anon_sym_loop] = ACTIONS(2281), + [anon_sym_make] = ACTIONS(2281), + [anon_sym_while] = ACTIONS(2281), + [anon_sym_do] = ACTIONS(2281), + [anon_sym_if] = ACTIONS(2281), + [anon_sym_else] = ACTIONS(2281), + [anon_sym_match] = ACTIONS(2281), + [anon_sym_RBRACE] = ACTIONS(2281), + [anon_sym_try] = ACTIONS(2281), + [anon_sym_catch] = ACTIONS(2281), + [anon_sym_return] = ACTIONS(2281), + [anon_sym_source] = ACTIONS(2281), + [anon_sym_source_DASHenv] = ACTIONS(2281), + [anon_sym_register] = ACTIONS(2281), + [anon_sym_hide] = ACTIONS(2281), + [anon_sym_hide_DASHenv] = ACTIONS(2281), + [anon_sym_overlay] = ACTIONS(2281), + [anon_sym_as] = ACTIONS(2281), + [anon_sym_LPAREN2] = ACTIONS(2283), + [anon_sym_PLUS2] = ACTIONS(2281), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), + [aux_sym__val_number_decimal_token1] = ACTIONS(2281), + [aux_sym__val_number_decimal_token2] = ACTIONS(2281), + [aux_sym__val_number_decimal_token3] = ACTIONS(2281), + [aux_sym__val_number_decimal_token4] = ACTIONS(2281), + [aux_sym__val_number_token1] = ACTIONS(2281), + [aux_sym__val_number_token2] = ACTIONS(2281), + [aux_sym__val_number_token3] = ACTIONS(2281), + [aux_sym__val_number_token4] = ACTIONS(2281), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2281), + [anon_sym_DQUOTE] = ACTIONS(2281), + [sym__str_single_quotes] = ACTIONS(2281), + [sym__str_back_ticks] = ACTIONS(2281), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), + [sym__entry_separator] = ACTIONS(2283), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), + [sym_raw_string_begin] = ACTIONS(2283), }, - [585] = { - [sym_comment] = STATE(585), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT] = ACTIONS(2323), - [aux_sym__immediate_decimal_token2] = ACTIONS(2325), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), + [559] = { + [sym_comment] = STATE(559), + [anon_sym_export] = ACTIONS(992), + [anon_sym_alias] = ACTIONS(992), + [anon_sym_let] = ACTIONS(992), + [anon_sym_let_DASHenv] = ACTIONS(992), + [anon_sym_mut] = ACTIONS(992), + [anon_sym_const] = ACTIONS(992), + [aux_sym_cmd_identifier_token1] = ACTIONS(992), + [aux_sym_cmd_identifier_token2] = ACTIONS(998), + [aux_sym_cmd_identifier_token3] = ACTIONS(998), + [aux_sym_cmd_identifier_token4] = ACTIONS(998), + [aux_sym_cmd_identifier_token5] = ACTIONS(998), + [aux_sym_cmd_identifier_token6] = ACTIONS(998), + [aux_sym_cmd_identifier_token7] = ACTIONS(998), + [aux_sym_cmd_identifier_token8] = ACTIONS(992), + [aux_sym_cmd_identifier_token9] = ACTIONS(992), + [aux_sym_cmd_identifier_token10] = ACTIONS(998), + [aux_sym_cmd_identifier_token11] = ACTIONS(998), + [aux_sym_cmd_identifier_token12] = ACTIONS(992), + [aux_sym_cmd_identifier_token13] = ACTIONS(992), + [aux_sym_cmd_identifier_token14] = ACTIONS(992), + [aux_sym_cmd_identifier_token15] = ACTIONS(992), + [aux_sym_cmd_identifier_token16] = ACTIONS(998), + [aux_sym_cmd_identifier_token17] = ACTIONS(998), + [aux_sym_cmd_identifier_token18] = ACTIONS(998), + [aux_sym_cmd_identifier_token19] = ACTIONS(998), + [aux_sym_cmd_identifier_token20] = ACTIONS(998), + [aux_sym_cmd_identifier_token21] = ACTIONS(998), + [aux_sym_cmd_identifier_token22] = ACTIONS(998), + [aux_sym_cmd_identifier_token23] = ACTIONS(998), + [aux_sym_cmd_identifier_token24] = ACTIONS(998), + [aux_sym_cmd_identifier_token25] = ACTIONS(998), + [aux_sym_cmd_identifier_token26] = ACTIONS(998), + [aux_sym_cmd_identifier_token27] = ACTIONS(998), + [aux_sym_cmd_identifier_token28] = ACTIONS(998), + [aux_sym_cmd_identifier_token29] = ACTIONS(998), + [aux_sym_cmd_identifier_token30] = ACTIONS(998), + [aux_sym_cmd_identifier_token31] = ACTIONS(998), + [aux_sym_cmd_identifier_token32] = ACTIONS(998), + [aux_sym_cmd_identifier_token33] = ACTIONS(998), + [aux_sym_cmd_identifier_token34] = ACTIONS(992), + [aux_sym_cmd_identifier_token35] = ACTIONS(998), + [aux_sym_cmd_identifier_token36] = ACTIONS(998), + [aux_sym_cmd_identifier_token37] = ACTIONS(998), + [aux_sym_cmd_identifier_token38] = ACTIONS(992), + [aux_sym_cmd_identifier_token39] = ACTIONS(998), + [aux_sym_cmd_identifier_token40] = ACTIONS(998), + [anon_sym_def] = ACTIONS(992), + [anon_sym_export_DASHenv] = ACTIONS(992), + [anon_sym_extern] = ACTIONS(992), + [anon_sym_module] = ACTIONS(992), + [anon_sym_use] = ACTIONS(992), + [anon_sym_LPAREN] = ACTIONS(998), + [anon_sym_COMMA] = ACTIONS(1002), + [anon_sym_DOLLAR] = ACTIONS(998), + [anon_sym_error] = ACTIONS(992), + [anon_sym_DASH2] = ACTIONS(992), + [anon_sym_break] = ACTIONS(992), + [anon_sym_continue] = ACTIONS(992), + [anon_sym_for] = ACTIONS(992), + [anon_sym_in2] = ACTIONS(992), + [anon_sym_loop] = ACTIONS(992), + [anon_sym_make] = ACTIONS(992), + [anon_sym_while] = ACTIONS(992), + [anon_sym_do] = ACTIONS(992), + [anon_sym_if] = ACTIONS(992), + [anon_sym_else] = ACTIONS(992), + [anon_sym_match] = ACTIONS(992), + [anon_sym_RBRACE] = ACTIONS(998), + [anon_sym_try] = ACTIONS(992), + [anon_sym_catch] = ACTIONS(992), + [anon_sym_return] = ACTIONS(992), + [anon_sym_source] = ACTIONS(992), + [anon_sym_source_DASHenv] = ACTIONS(992), + [anon_sym_register] = ACTIONS(992), + [anon_sym_hide] = ACTIONS(992), + [anon_sym_hide_DASHenv] = ACTIONS(992), + [anon_sym_overlay] = ACTIONS(992), + [anon_sym_as] = ACTIONS(992), + [anon_sym_PLUS2] = ACTIONS(992), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(998), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(998), + [aux_sym__val_number_decimal_token1] = ACTIONS(992), + [aux_sym__val_number_decimal_token2] = ACTIONS(998), + [aux_sym__val_number_decimal_token3] = ACTIONS(998), + [aux_sym__val_number_decimal_token4] = ACTIONS(998), + [aux_sym__val_number_token1] = ACTIONS(998), + [aux_sym__val_number_token2] = ACTIONS(998), + [aux_sym__val_number_token3] = ACTIONS(998), + [aux_sym__val_number_token4] = ACTIONS(992), + [aux_sym__val_number_token5] = ACTIONS(992), + [aux_sym__val_number_token6] = ACTIONS(992), + [anon_sym_DQUOTE] = ACTIONS(998), + [sym__str_single_quotes] = ACTIONS(998), + [sym__str_back_ticks] = ACTIONS(998), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(998), + [anon_sym_COLON2] = ACTIONS(2285), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(998), }, - [586] = { - [sym_comment] = STATE(586), - [anon_sym_export] = ACTIONS(2241), - [anon_sym_alias] = ACTIONS(2241), - [anon_sym_let] = ACTIONS(2241), - [anon_sym_let_DASHenv] = ACTIONS(2241), - [anon_sym_mut] = ACTIONS(2241), - [anon_sym_const] = ACTIONS(2241), - [aux_sym_cmd_identifier_token1] = ACTIONS(2241), - [aux_sym_cmd_identifier_token2] = ACTIONS(2241), - [aux_sym_cmd_identifier_token3] = ACTIONS(2241), - [aux_sym_cmd_identifier_token4] = ACTIONS(2241), - [aux_sym_cmd_identifier_token5] = ACTIONS(2241), - [aux_sym_cmd_identifier_token6] = ACTIONS(2241), - [aux_sym_cmd_identifier_token7] = ACTIONS(2241), - [aux_sym_cmd_identifier_token8] = ACTIONS(2241), - [aux_sym_cmd_identifier_token9] = ACTIONS(2241), - [aux_sym_cmd_identifier_token10] = ACTIONS(2241), - [aux_sym_cmd_identifier_token11] = ACTIONS(2241), - [aux_sym_cmd_identifier_token12] = ACTIONS(2241), - [aux_sym_cmd_identifier_token13] = ACTIONS(2241), - [aux_sym_cmd_identifier_token14] = ACTIONS(2241), - [aux_sym_cmd_identifier_token15] = ACTIONS(2241), - [aux_sym_cmd_identifier_token16] = ACTIONS(2241), - [aux_sym_cmd_identifier_token17] = ACTIONS(2241), - [aux_sym_cmd_identifier_token18] = ACTIONS(2241), - [aux_sym_cmd_identifier_token19] = ACTIONS(2241), - [aux_sym_cmd_identifier_token20] = ACTIONS(2241), - [aux_sym_cmd_identifier_token21] = ACTIONS(2241), - [aux_sym_cmd_identifier_token22] = ACTIONS(2241), - [aux_sym_cmd_identifier_token23] = ACTIONS(2241), - [aux_sym_cmd_identifier_token24] = ACTIONS(2241), - [aux_sym_cmd_identifier_token25] = ACTIONS(2241), - [aux_sym_cmd_identifier_token26] = ACTIONS(2241), - [aux_sym_cmd_identifier_token27] = ACTIONS(2241), - [aux_sym_cmd_identifier_token28] = ACTIONS(2241), - [aux_sym_cmd_identifier_token29] = ACTIONS(2241), - [aux_sym_cmd_identifier_token30] = ACTIONS(2241), - [aux_sym_cmd_identifier_token31] = ACTIONS(2241), - [aux_sym_cmd_identifier_token32] = ACTIONS(2241), - [aux_sym_cmd_identifier_token33] = ACTIONS(2241), - [aux_sym_cmd_identifier_token34] = ACTIONS(2241), - [aux_sym_cmd_identifier_token35] = ACTIONS(2241), - [aux_sym_cmd_identifier_token36] = ACTIONS(2241), - [aux_sym_cmd_identifier_token37] = ACTIONS(2241), - [aux_sym_cmd_identifier_token38] = ACTIONS(2241), - [aux_sym_cmd_identifier_token39] = ACTIONS(2241), - [aux_sym_cmd_identifier_token40] = ACTIONS(2241), - [anon_sym_def] = ACTIONS(2241), - [anon_sym_export_DASHenv] = ACTIONS(2241), - [anon_sym_extern] = ACTIONS(2241), - [anon_sym_module] = ACTIONS(2241), - [anon_sym_use] = ACTIONS(2241), - [anon_sym_LPAREN] = ACTIONS(2241), - [anon_sym_DOLLAR] = ACTIONS(2241), - [anon_sym_error] = ACTIONS(2241), - [anon_sym_DASH2] = ACTIONS(2241), - [anon_sym_break] = ACTIONS(2241), - [anon_sym_continue] = ACTIONS(2241), - [anon_sym_for] = ACTIONS(2241), - [anon_sym_in2] = ACTIONS(2241), - [anon_sym_loop] = ACTIONS(2241), - [anon_sym_make] = ACTIONS(2241), - [anon_sym_while] = ACTIONS(2241), - [anon_sym_do] = ACTIONS(2241), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_else] = ACTIONS(2241), - [anon_sym_match] = ACTIONS(2241), - [anon_sym_RBRACE] = ACTIONS(2245), - [anon_sym_try] = ACTIONS(2241), - [anon_sym_catch] = ACTIONS(2241), - [anon_sym_return] = ACTIONS(2241), - [anon_sym_source] = ACTIONS(2241), - [anon_sym_source_DASHenv] = ACTIONS(2241), - [anon_sym_register] = ACTIONS(2241), - [anon_sym_hide] = ACTIONS(2241), - [anon_sym_hide_DASHenv] = ACTIONS(2241), - [anon_sym_overlay] = ACTIONS(2241), - [anon_sym_as] = ACTIONS(2241), - [anon_sym_LPAREN2] = ACTIONS(2243), - [anon_sym_PLUS2] = ACTIONS(2241), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2245), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2241), - [aux_sym__val_number_decimal_token1] = ACTIONS(2241), - [aux_sym__val_number_decimal_token2] = ACTIONS(2241), - [aux_sym__val_number_decimal_token3] = ACTIONS(2241), - [aux_sym__val_number_decimal_token4] = ACTIONS(2241), - [aux_sym__val_number_token1] = ACTIONS(2241), - [aux_sym__val_number_token2] = ACTIONS(2241), - [aux_sym__val_number_token3] = ACTIONS(2241), - [aux_sym__val_number_token4] = ACTIONS(2241), - [aux_sym__val_number_token5] = ACTIONS(2241), - [aux_sym__val_number_token6] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2245), - [sym__str_single_quotes] = ACTIONS(2245), - [sym__str_back_ticks] = ACTIONS(2245), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2245), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2247), + [560] = { + [sym_comment] = STATE(560), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2287), + [anon_sym_alias] = ACTIONS(2287), + [anon_sym_let] = ACTIONS(2287), + [anon_sym_let_DASHenv] = ACTIONS(2287), + [anon_sym_mut] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [aux_sym_cmd_identifier_token1] = ACTIONS(2287), + [aux_sym_cmd_identifier_token2] = ACTIONS(2287), + [aux_sym_cmd_identifier_token3] = ACTIONS(2287), + [aux_sym_cmd_identifier_token4] = ACTIONS(2287), + [aux_sym_cmd_identifier_token5] = ACTIONS(2287), + [aux_sym_cmd_identifier_token6] = ACTIONS(2287), + [aux_sym_cmd_identifier_token7] = ACTIONS(2287), + [aux_sym_cmd_identifier_token8] = ACTIONS(2287), + [aux_sym_cmd_identifier_token9] = ACTIONS(2287), + [aux_sym_cmd_identifier_token10] = ACTIONS(2287), + [aux_sym_cmd_identifier_token11] = ACTIONS(2287), + [aux_sym_cmd_identifier_token12] = ACTIONS(2287), + [aux_sym_cmd_identifier_token13] = ACTIONS(2287), + [aux_sym_cmd_identifier_token14] = ACTIONS(2287), + [aux_sym_cmd_identifier_token15] = ACTIONS(2287), + [aux_sym_cmd_identifier_token16] = ACTIONS(2287), + [aux_sym_cmd_identifier_token17] = ACTIONS(2287), + [aux_sym_cmd_identifier_token18] = ACTIONS(2287), + [aux_sym_cmd_identifier_token19] = ACTIONS(2287), + [aux_sym_cmd_identifier_token20] = ACTIONS(2287), + [aux_sym_cmd_identifier_token21] = ACTIONS(2287), + [aux_sym_cmd_identifier_token22] = ACTIONS(2287), + [aux_sym_cmd_identifier_token23] = ACTIONS(2287), + [aux_sym_cmd_identifier_token24] = ACTIONS(2287), + [aux_sym_cmd_identifier_token25] = ACTIONS(2287), + [aux_sym_cmd_identifier_token26] = ACTIONS(2287), + [aux_sym_cmd_identifier_token27] = ACTIONS(2287), + [aux_sym_cmd_identifier_token28] = ACTIONS(2287), + [aux_sym_cmd_identifier_token29] = ACTIONS(2287), + [aux_sym_cmd_identifier_token30] = ACTIONS(2287), + [aux_sym_cmd_identifier_token31] = ACTIONS(2287), + [aux_sym_cmd_identifier_token32] = ACTIONS(2287), + [aux_sym_cmd_identifier_token33] = ACTIONS(2287), + [aux_sym_cmd_identifier_token34] = ACTIONS(2287), + [aux_sym_cmd_identifier_token35] = ACTIONS(2287), + [aux_sym_cmd_identifier_token36] = ACTIONS(2287), + [aux_sym_cmd_identifier_token37] = ACTIONS(2287), + [aux_sym_cmd_identifier_token38] = ACTIONS(2287), + [aux_sym_cmd_identifier_token39] = ACTIONS(2287), + [aux_sym_cmd_identifier_token40] = ACTIONS(2287), + [anon_sym_def] = ACTIONS(2287), + [anon_sym_export_DASHenv] = ACTIONS(2287), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_module] = ACTIONS(2287), + [anon_sym_use] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_DOLLAR] = ACTIONS(2287), + [anon_sym_error] = ACTIONS(2287), + [anon_sym_DASH2] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_in2] = ACTIONS(2287), + [anon_sym_loop] = ACTIONS(2287), + [anon_sym_make] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2287), + [anon_sym_match] = ACTIONS(2287), + [anon_sym_RBRACE] = ACTIONS(2287), + [anon_sym_try] = ACTIONS(2287), + [anon_sym_catch] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_source] = ACTIONS(2287), + [anon_sym_source_DASHenv] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_hide] = ACTIONS(2287), + [anon_sym_hide_DASHenv] = ACTIONS(2287), + [anon_sym_overlay] = ACTIONS(2287), + [anon_sym_as] = ACTIONS(2287), + [anon_sym_PLUS2] = ACTIONS(2287), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2287), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2287), + [aux_sym__val_number_decimal_token1] = ACTIONS(2287), + [aux_sym__val_number_decimal_token2] = ACTIONS(2287), + [aux_sym__val_number_decimal_token3] = ACTIONS(2287), + [aux_sym__val_number_decimal_token4] = ACTIONS(2287), + [aux_sym__val_number_token1] = ACTIONS(2287), + [aux_sym__val_number_token2] = ACTIONS(2287), + [aux_sym__val_number_token3] = ACTIONS(2287), + [aux_sym__val_number_token4] = ACTIONS(2287), + [aux_sym__val_number_token5] = ACTIONS(2287), + [aux_sym__val_number_token6] = ACTIONS(2287), + [anon_sym_DQUOTE] = ACTIONS(2287), + [sym__str_single_quotes] = ACTIONS(2287), + [sym__str_back_ticks] = ACTIONS(2287), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2287), + [sym__entry_separator] = ACTIONS(2289), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2245), + [sym_raw_string_begin] = ACTIONS(2292), }, - [587] = { - [sym_comment] = STATE(587), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2327), - [anon_sym_alias] = ACTIONS(2327), - [anon_sym_let] = ACTIONS(2327), - [anon_sym_let_DASHenv] = ACTIONS(2327), - [anon_sym_mut] = ACTIONS(2327), - [anon_sym_const] = ACTIONS(2327), - [aux_sym_cmd_identifier_token1] = ACTIONS(2327), - [aux_sym_cmd_identifier_token2] = ACTIONS(2327), - [aux_sym_cmd_identifier_token3] = ACTIONS(2327), - [aux_sym_cmd_identifier_token4] = ACTIONS(2327), - [aux_sym_cmd_identifier_token5] = ACTIONS(2327), - [aux_sym_cmd_identifier_token6] = ACTIONS(2327), - [aux_sym_cmd_identifier_token7] = ACTIONS(2327), - [aux_sym_cmd_identifier_token8] = ACTIONS(2327), - [aux_sym_cmd_identifier_token9] = ACTIONS(2327), - [aux_sym_cmd_identifier_token10] = ACTIONS(2327), - [aux_sym_cmd_identifier_token11] = ACTIONS(2327), - [aux_sym_cmd_identifier_token12] = ACTIONS(2327), - [aux_sym_cmd_identifier_token13] = ACTIONS(2327), - [aux_sym_cmd_identifier_token14] = ACTIONS(2327), - [aux_sym_cmd_identifier_token15] = ACTIONS(2327), - [aux_sym_cmd_identifier_token16] = ACTIONS(2327), - [aux_sym_cmd_identifier_token17] = ACTIONS(2327), - [aux_sym_cmd_identifier_token18] = ACTIONS(2327), - [aux_sym_cmd_identifier_token19] = ACTIONS(2327), - [aux_sym_cmd_identifier_token20] = ACTIONS(2327), - [aux_sym_cmd_identifier_token21] = ACTIONS(2327), - [aux_sym_cmd_identifier_token22] = ACTIONS(2327), - [aux_sym_cmd_identifier_token23] = ACTIONS(2327), - [aux_sym_cmd_identifier_token24] = ACTIONS(2327), - [aux_sym_cmd_identifier_token25] = ACTIONS(2327), - [aux_sym_cmd_identifier_token26] = ACTIONS(2327), - [aux_sym_cmd_identifier_token27] = ACTIONS(2327), - [aux_sym_cmd_identifier_token28] = ACTIONS(2327), - [aux_sym_cmd_identifier_token29] = ACTIONS(2327), - [aux_sym_cmd_identifier_token30] = ACTIONS(2327), - [aux_sym_cmd_identifier_token31] = ACTIONS(2327), - [aux_sym_cmd_identifier_token32] = ACTIONS(2327), - [aux_sym_cmd_identifier_token33] = ACTIONS(2327), - [aux_sym_cmd_identifier_token34] = ACTIONS(2327), - [aux_sym_cmd_identifier_token35] = ACTIONS(2327), - [aux_sym_cmd_identifier_token36] = ACTIONS(2327), - [aux_sym_cmd_identifier_token37] = ACTIONS(2327), - [aux_sym_cmd_identifier_token38] = ACTIONS(2327), - [aux_sym_cmd_identifier_token39] = ACTIONS(2327), - [aux_sym_cmd_identifier_token40] = ACTIONS(2327), - [anon_sym_def] = ACTIONS(2327), - [anon_sym_export_DASHenv] = ACTIONS(2327), - [anon_sym_extern] = ACTIONS(2327), - [anon_sym_module] = ACTIONS(2327), - [anon_sym_use] = ACTIONS(2327), - [anon_sym_LPAREN] = ACTIONS(2327), - [anon_sym_DOLLAR] = ACTIONS(2327), - [anon_sym_error] = ACTIONS(2327), - [anon_sym_DASH2] = ACTIONS(2327), - [anon_sym_break] = ACTIONS(2327), - [anon_sym_continue] = ACTIONS(2327), - [anon_sym_for] = ACTIONS(2327), - [anon_sym_in2] = ACTIONS(2327), - [anon_sym_loop] = ACTIONS(2327), - [anon_sym_make] = ACTIONS(2327), - [anon_sym_while] = ACTIONS(2327), - [anon_sym_do] = ACTIONS(2327), - [anon_sym_if] = ACTIONS(2327), - [anon_sym_else] = ACTIONS(2327), - [anon_sym_match] = ACTIONS(2327), - [anon_sym_RBRACE] = ACTIONS(2327), - [anon_sym_try] = ACTIONS(2327), - [anon_sym_catch] = ACTIONS(2327), - [anon_sym_return] = ACTIONS(2327), - [anon_sym_source] = ACTIONS(2327), - [anon_sym_source_DASHenv] = ACTIONS(2327), - [anon_sym_register] = ACTIONS(2327), - [anon_sym_hide] = ACTIONS(2327), - [anon_sym_hide_DASHenv] = ACTIONS(2327), - [anon_sym_overlay] = ACTIONS(2327), - [anon_sym_as] = ACTIONS(2327), - [anon_sym_PLUS2] = ACTIONS(2327), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2327), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2327), - [aux_sym__val_number_decimal_token1] = ACTIONS(2327), - [aux_sym__val_number_decimal_token2] = ACTIONS(2327), - [aux_sym__val_number_decimal_token3] = ACTIONS(2327), - [aux_sym__val_number_decimal_token4] = ACTIONS(2327), - [aux_sym__val_number_token1] = ACTIONS(2327), - [aux_sym__val_number_token2] = ACTIONS(2327), - [aux_sym__val_number_token3] = ACTIONS(2327), - [aux_sym__val_number_token4] = ACTIONS(2327), - [aux_sym__val_number_token5] = ACTIONS(2327), - [aux_sym__val_number_token6] = ACTIONS(2327), - [anon_sym_DQUOTE] = ACTIONS(2327), - [sym__str_single_quotes] = ACTIONS(2327), - [sym__str_back_ticks] = ACTIONS(2327), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2327), - [sym__entry_separator] = ACTIONS(2329), + [561] = { + [sym_comment] = STATE(561), + [anon_sym_export] = ACTIONS(2229), + [anon_sym_alias] = ACTIONS(2229), + [anon_sym_let] = ACTIONS(2229), + [anon_sym_let_DASHenv] = ACTIONS(2229), + [anon_sym_mut] = ACTIONS(2229), + [anon_sym_const] = ACTIONS(2229), + [aux_sym_cmd_identifier_token1] = ACTIONS(2229), + [aux_sym_cmd_identifier_token2] = ACTIONS(2229), + [aux_sym_cmd_identifier_token3] = ACTIONS(2229), + [aux_sym_cmd_identifier_token4] = ACTIONS(2229), + [aux_sym_cmd_identifier_token5] = ACTIONS(2229), + [aux_sym_cmd_identifier_token6] = ACTIONS(2229), + [aux_sym_cmd_identifier_token7] = ACTIONS(2229), + [aux_sym_cmd_identifier_token8] = ACTIONS(2229), + [aux_sym_cmd_identifier_token9] = ACTIONS(2229), + [aux_sym_cmd_identifier_token10] = ACTIONS(2229), + [aux_sym_cmd_identifier_token11] = ACTIONS(2229), + [aux_sym_cmd_identifier_token12] = ACTIONS(2229), + [aux_sym_cmd_identifier_token13] = ACTIONS(2229), + [aux_sym_cmd_identifier_token14] = ACTIONS(2229), + [aux_sym_cmd_identifier_token15] = ACTIONS(2229), + [aux_sym_cmd_identifier_token16] = ACTIONS(2229), + [aux_sym_cmd_identifier_token17] = ACTIONS(2229), + [aux_sym_cmd_identifier_token18] = ACTIONS(2229), + [aux_sym_cmd_identifier_token19] = ACTIONS(2229), + [aux_sym_cmd_identifier_token20] = ACTIONS(2229), + [aux_sym_cmd_identifier_token21] = ACTIONS(2229), + [aux_sym_cmd_identifier_token22] = ACTIONS(2229), + [aux_sym_cmd_identifier_token23] = ACTIONS(2229), + [aux_sym_cmd_identifier_token24] = ACTIONS(2229), + [aux_sym_cmd_identifier_token25] = ACTIONS(2229), + [aux_sym_cmd_identifier_token26] = ACTIONS(2229), + [aux_sym_cmd_identifier_token27] = ACTIONS(2229), + [aux_sym_cmd_identifier_token28] = ACTIONS(2229), + [aux_sym_cmd_identifier_token29] = ACTIONS(2229), + [aux_sym_cmd_identifier_token30] = ACTIONS(2229), + [aux_sym_cmd_identifier_token31] = ACTIONS(2229), + [aux_sym_cmd_identifier_token32] = ACTIONS(2229), + [aux_sym_cmd_identifier_token33] = ACTIONS(2229), + [aux_sym_cmd_identifier_token34] = ACTIONS(2229), + [aux_sym_cmd_identifier_token35] = ACTIONS(2229), + [aux_sym_cmd_identifier_token36] = ACTIONS(2229), + [aux_sym_cmd_identifier_token37] = ACTIONS(2229), + [aux_sym_cmd_identifier_token38] = ACTIONS(2229), + [aux_sym_cmd_identifier_token39] = ACTIONS(2229), + [aux_sym_cmd_identifier_token40] = ACTIONS(2229), + [anon_sym_def] = ACTIONS(2229), + [anon_sym_export_DASHenv] = ACTIONS(2229), + [anon_sym_extern] = ACTIONS(2229), + [anon_sym_module] = ACTIONS(2229), + [anon_sym_use] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2229), + [anon_sym_DOLLAR] = ACTIONS(2229), + [anon_sym_error] = ACTIONS(2229), + [anon_sym_DASH2] = ACTIONS(2229), + [anon_sym_break] = ACTIONS(2229), + [anon_sym_continue] = ACTIONS(2229), + [anon_sym_for] = ACTIONS(2229), + [anon_sym_in2] = ACTIONS(2229), + [anon_sym_loop] = ACTIONS(2229), + [anon_sym_make] = ACTIONS(2229), + [anon_sym_while] = ACTIONS(2229), + [anon_sym_do] = ACTIONS(2229), + [anon_sym_if] = ACTIONS(2229), + [anon_sym_else] = ACTIONS(2229), + [anon_sym_match] = ACTIONS(2229), + [anon_sym_RBRACE] = ACTIONS(2233), + [anon_sym_try] = ACTIONS(2229), + [anon_sym_catch] = ACTIONS(2229), + [anon_sym_return] = ACTIONS(2229), + [anon_sym_source] = ACTIONS(2229), + [anon_sym_source_DASHenv] = ACTIONS(2229), + [anon_sym_register] = ACTIONS(2229), + [anon_sym_hide] = ACTIONS(2229), + [anon_sym_hide_DASHenv] = ACTIONS(2229), + [anon_sym_overlay] = ACTIONS(2229), + [anon_sym_as] = ACTIONS(2229), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_PLUS2] = ACTIONS(2229), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2233), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2229), + [aux_sym__val_number_decimal_token1] = ACTIONS(2229), + [aux_sym__val_number_decimal_token2] = ACTIONS(2229), + [aux_sym__val_number_decimal_token3] = ACTIONS(2229), + [aux_sym__val_number_decimal_token4] = ACTIONS(2229), + [aux_sym__val_number_token1] = ACTIONS(2229), + [aux_sym__val_number_token2] = ACTIONS(2229), + [aux_sym__val_number_token3] = ACTIONS(2229), + [aux_sym__val_number_token4] = ACTIONS(2229), + [aux_sym__val_number_token5] = ACTIONS(2229), + [aux_sym__val_number_token6] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2233), + [sym__str_single_quotes] = ACTIONS(2233), + [sym__str_back_ticks] = ACTIONS(2233), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2233), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2235), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2332), + [sym_raw_string_begin] = ACTIONS(2233), }, - [588] = { - [sym_comment] = STATE(588), - [anon_sym_export] = ACTIONS(2249), - [anon_sym_alias] = ACTIONS(2249), - [anon_sym_let] = ACTIONS(2249), - [anon_sym_let_DASHenv] = ACTIONS(2249), - [anon_sym_mut] = ACTIONS(2249), - [anon_sym_const] = ACTIONS(2249), - [aux_sym_cmd_identifier_token1] = ACTIONS(2249), - [aux_sym_cmd_identifier_token2] = ACTIONS(2249), - [aux_sym_cmd_identifier_token3] = ACTIONS(2249), - [aux_sym_cmd_identifier_token4] = ACTIONS(2249), - [aux_sym_cmd_identifier_token5] = ACTIONS(2249), - [aux_sym_cmd_identifier_token6] = ACTIONS(2249), - [aux_sym_cmd_identifier_token7] = ACTIONS(2249), - [aux_sym_cmd_identifier_token8] = ACTIONS(2249), - [aux_sym_cmd_identifier_token9] = ACTIONS(2249), - [aux_sym_cmd_identifier_token10] = ACTIONS(2249), - [aux_sym_cmd_identifier_token11] = ACTIONS(2249), - [aux_sym_cmd_identifier_token12] = ACTIONS(2249), - [aux_sym_cmd_identifier_token13] = ACTIONS(2249), - [aux_sym_cmd_identifier_token14] = ACTIONS(2249), - [aux_sym_cmd_identifier_token15] = ACTIONS(2249), - [aux_sym_cmd_identifier_token16] = ACTIONS(2249), - [aux_sym_cmd_identifier_token17] = ACTIONS(2249), - [aux_sym_cmd_identifier_token18] = ACTIONS(2249), - [aux_sym_cmd_identifier_token19] = ACTIONS(2249), - [aux_sym_cmd_identifier_token20] = ACTIONS(2249), - [aux_sym_cmd_identifier_token21] = ACTIONS(2249), - [aux_sym_cmd_identifier_token22] = ACTIONS(2249), - [aux_sym_cmd_identifier_token23] = ACTIONS(2249), - [aux_sym_cmd_identifier_token24] = ACTIONS(2249), - [aux_sym_cmd_identifier_token25] = ACTIONS(2249), - [aux_sym_cmd_identifier_token26] = ACTIONS(2249), - [aux_sym_cmd_identifier_token27] = ACTIONS(2249), - [aux_sym_cmd_identifier_token28] = ACTIONS(2249), - [aux_sym_cmd_identifier_token29] = ACTIONS(2249), - [aux_sym_cmd_identifier_token30] = ACTIONS(2249), - [aux_sym_cmd_identifier_token31] = ACTIONS(2249), - [aux_sym_cmd_identifier_token32] = ACTIONS(2249), - [aux_sym_cmd_identifier_token33] = ACTIONS(2249), - [aux_sym_cmd_identifier_token34] = ACTIONS(2249), - [aux_sym_cmd_identifier_token35] = ACTIONS(2249), - [aux_sym_cmd_identifier_token36] = ACTIONS(2249), - [aux_sym_cmd_identifier_token37] = ACTIONS(2249), - [aux_sym_cmd_identifier_token38] = ACTIONS(2249), - [aux_sym_cmd_identifier_token39] = ACTIONS(2249), - [aux_sym_cmd_identifier_token40] = ACTIONS(2249), - [anon_sym_def] = ACTIONS(2249), - [anon_sym_export_DASHenv] = ACTIONS(2249), - [anon_sym_extern] = ACTIONS(2249), - [anon_sym_module] = ACTIONS(2249), - [anon_sym_use] = ACTIONS(2249), - [anon_sym_LPAREN] = ACTIONS(2249), - [anon_sym_DOLLAR] = ACTIONS(2249), - [anon_sym_error] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_break] = ACTIONS(2249), - [anon_sym_continue] = ACTIONS(2249), - [anon_sym_for] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_loop] = ACTIONS(2249), - [anon_sym_make] = ACTIONS(2249), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_do] = ACTIONS(2249), - [anon_sym_if] = ACTIONS(2249), - [anon_sym_else] = ACTIONS(2249), - [anon_sym_match] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2253), - [anon_sym_try] = ACTIONS(2249), - [anon_sym_catch] = ACTIONS(2249), - [anon_sym_return] = ACTIONS(2249), - [anon_sym_source] = ACTIONS(2249), - [anon_sym_source_DASHenv] = ACTIONS(2249), - [anon_sym_register] = ACTIONS(2249), - [anon_sym_hide] = ACTIONS(2249), - [anon_sym_hide_DASHenv] = ACTIONS(2249), - [anon_sym_overlay] = ACTIONS(2249), - [anon_sym_as] = ACTIONS(2249), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2253), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2249), - [aux_sym__val_number_decimal_token1] = ACTIONS(2249), - [aux_sym__val_number_decimal_token2] = ACTIONS(2249), - [aux_sym__val_number_decimal_token3] = ACTIONS(2249), - [aux_sym__val_number_decimal_token4] = ACTIONS(2249), - [aux_sym__val_number_token1] = ACTIONS(2249), - [aux_sym__val_number_token2] = ACTIONS(2249), - [aux_sym__val_number_token3] = ACTIONS(2249), - [aux_sym__val_number_token4] = ACTIONS(2249), - [aux_sym__val_number_token5] = ACTIONS(2249), - [aux_sym__val_number_token6] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2253), - [sym__str_single_quotes] = ACTIONS(2253), - [sym__str_back_ticks] = ACTIONS(2253), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2253), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2253), + [562] = { + [sym_comment] = STATE(562), + [anon_sym_export] = ACTIONS(1865), + [anon_sym_alias] = ACTIONS(1865), + [anon_sym_let] = ACTIONS(1865), + [anon_sym_let_DASHenv] = ACTIONS(1865), + [anon_sym_mut] = ACTIONS(1865), + [anon_sym_const] = ACTIONS(1865), + [aux_sym_cmd_identifier_token1] = ACTIONS(1865), + [aux_sym_cmd_identifier_token2] = ACTIONS(1873), + [aux_sym_cmd_identifier_token3] = ACTIONS(1873), + [aux_sym_cmd_identifier_token4] = ACTIONS(1873), + [aux_sym_cmd_identifier_token5] = ACTIONS(1873), + [aux_sym_cmd_identifier_token6] = ACTIONS(1873), + [aux_sym_cmd_identifier_token7] = ACTIONS(1873), + [aux_sym_cmd_identifier_token8] = ACTIONS(1865), + [aux_sym_cmd_identifier_token9] = ACTIONS(1865), + [aux_sym_cmd_identifier_token10] = ACTIONS(1873), + [aux_sym_cmd_identifier_token11] = ACTIONS(1873), + [aux_sym_cmd_identifier_token12] = ACTIONS(1865), + [aux_sym_cmd_identifier_token13] = ACTIONS(1865), + [aux_sym_cmd_identifier_token14] = ACTIONS(1865), + [aux_sym_cmd_identifier_token15] = ACTIONS(1865), + [aux_sym_cmd_identifier_token16] = ACTIONS(1873), + [aux_sym_cmd_identifier_token17] = ACTIONS(1873), + [aux_sym_cmd_identifier_token18] = ACTIONS(1873), + [aux_sym_cmd_identifier_token19] = ACTIONS(1873), + [aux_sym_cmd_identifier_token20] = ACTIONS(1873), + [aux_sym_cmd_identifier_token21] = ACTIONS(1873), + [aux_sym_cmd_identifier_token22] = ACTIONS(1873), + [aux_sym_cmd_identifier_token23] = ACTIONS(1873), + [aux_sym_cmd_identifier_token24] = ACTIONS(1873), + [aux_sym_cmd_identifier_token25] = ACTIONS(1873), + [aux_sym_cmd_identifier_token26] = ACTIONS(1873), + [aux_sym_cmd_identifier_token27] = ACTIONS(1873), + [aux_sym_cmd_identifier_token28] = ACTIONS(1873), + [aux_sym_cmd_identifier_token29] = ACTIONS(1873), + [aux_sym_cmd_identifier_token30] = ACTIONS(1873), + [aux_sym_cmd_identifier_token31] = ACTIONS(1873), + [aux_sym_cmd_identifier_token32] = ACTIONS(1873), + [aux_sym_cmd_identifier_token33] = ACTIONS(1873), + [aux_sym_cmd_identifier_token34] = ACTIONS(1865), + [aux_sym_cmd_identifier_token35] = ACTIONS(1873), + [aux_sym_cmd_identifier_token36] = ACTIONS(1873), + [aux_sym_cmd_identifier_token37] = ACTIONS(1873), + [aux_sym_cmd_identifier_token38] = ACTIONS(1865), + [aux_sym_cmd_identifier_token39] = ACTIONS(1873), + [aux_sym_cmd_identifier_token40] = ACTIONS(1873), + [anon_sym_def] = ACTIONS(1865), + [anon_sym_export_DASHenv] = ACTIONS(1865), + [anon_sym_extern] = ACTIONS(1865), + [anon_sym_module] = ACTIONS(1865), + [anon_sym_use] = ACTIONS(1865), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1873), + [anon_sym_error] = ACTIONS(1865), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_break] = ACTIONS(1865), + [anon_sym_continue] = ACTIONS(1865), + [anon_sym_for] = ACTIONS(1865), + [anon_sym_in2] = ACTIONS(1865), + [anon_sym_loop] = ACTIONS(1865), + [anon_sym_make] = ACTIONS(1865), + [anon_sym_while] = ACTIONS(1865), + [anon_sym_do] = ACTIONS(1865), + [anon_sym_if] = ACTIONS(1865), + [anon_sym_else] = ACTIONS(1865), + [anon_sym_match] = ACTIONS(1865), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_try] = ACTIONS(1865), + [anon_sym_catch] = ACTIONS(1865), + [anon_sym_return] = ACTIONS(1865), + [anon_sym_source] = ACTIONS(1865), + [anon_sym_source_DASHenv] = ACTIONS(1865), + [anon_sym_register] = ACTIONS(1865), + [anon_sym_hide] = ACTIONS(1865), + [anon_sym_hide_DASHenv] = ACTIONS(1865), + [anon_sym_overlay] = ACTIONS(1865), + [anon_sym_as] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(1865), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1865), + [aux_sym__val_number_token5] = ACTIONS(1865), + [aux_sym__val_number_token6] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1873), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), }, - [589] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(589), - [anon_sym_export] = ACTIONS(2190), - [anon_sym_alias] = ACTIONS(2190), - [anon_sym_let] = ACTIONS(2190), - [anon_sym_let_DASHenv] = ACTIONS(2190), - [anon_sym_mut] = ACTIONS(2190), - [anon_sym_const] = ACTIONS(2190), - [aux_sym_cmd_identifier_token1] = ACTIONS(2190), + [563] = { + [sym__expr_parenthesized_immediate] = STATE(7357), + [sym_comment] = STATE(563), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2130), + [aux_sym_cmd_identifier_token3] = ACTIONS(2130), + [aux_sym_cmd_identifier_token4] = ACTIONS(2130), + [aux_sym_cmd_identifier_token5] = ACTIONS(2130), + [aux_sym_cmd_identifier_token6] = ACTIONS(2130), + [aux_sym_cmd_identifier_token7] = ACTIONS(2130), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2130), + [aux_sym_cmd_identifier_token11] = ACTIONS(2130), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2130), + [aux_sym_cmd_identifier_token17] = ACTIONS(2130), + [aux_sym_cmd_identifier_token18] = ACTIONS(2130), + [aux_sym_cmd_identifier_token19] = ACTIONS(2130), + [aux_sym_cmd_identifier_token20] = ACTIONS(2130), + [aux_sym_cmd_identifier_token21] = ACTIONS(2130), + [aux_sym_cmd_identifier_token22] = ACTIONS(2130), + [aux_sym_cmd_identifier_token23] = ACTIONS(2130), + [aux_sym_cmd_identifier_token24] = ACTIONS(2130), + [aux_sym_cmd_identifier_token25] = ACTIONS(2130), + [aux_sym_cmd_identifier_token26] = ACTIONS(2130), + [aux_sym_cmd_identifier_token27] = ACTIONS(2130), + [aux_sym_cmd_identifier_token28] = ACTIONS(2130), + [aux_sym_cmd_identifier_token29] = ACTIONS(2130), + [aux_sym_cmd_identifier_token30] = ACTIONS(2130), + [aux_sym_cmd_identifier_token31] = ACTIONS(2130), + [aux_sym_cmd_identifier_token32] = ACTIONS(2130), + [aux_sym_cmd_identifier_token33] = ACTIONS(2130), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2130), + [aux_sym_cmd_identifier_token36] = ACTIONS(2130), + [aux_sym_cmd_identifier_token37] = ACTIONS(2130), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2130), + [aux_sym_cmd_identifier_token40] = ACTIONS(2130), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2124), + [anon_sym_DOLLAR] = ACTIONS(2130), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2130), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2130), + [aux_sym__val_number_decimal_token3] = ACTIONS(2130), + [aux_sym__val_number_decimal_token4] = ACTIONS(2130), + [aux_sym__val_number_token1] = ACTIONS(2130), + [aux_sym__val_number_token2] = ACTIONS(2130), + [aux_sym__val_number_token3] = ACTIONS(2130), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2130), + [sym__str_single_quotes] = ACTIONS(2130), + [sym__str_back_ticks] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2130), + }, + [564] = { + [sym_comment] = STATE(564), + [anon_sym_export] = ACTIONS(2194), + [anon_sym_alias] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2194), + [anon_sym_let_DASHenv] = ACTIONS(2194), + [anon_sym_mut] = ACTIONS(2194), + [anon_sym_const] = ACTIONS(2194), + [aux_sym_cmd_identifier_token1] = ACTIONS(2194), + [aux_sym_cmd_identifier_token2] = ACTIONS(2198), + [aux_sym_cmd_identifier_token3] = ACTIONS(2198), + [aux_sym_cmd_identifier_token4] = ACTIONS(2198), + [aux_sym_cmd_identifier_token5] = ACTIONS(2198), + [aux_sym_cmd_identifier_token6] = ACTIONS(2198), + [aux_sym_cmd_identifier_token7] = ACTIONS(2198), + [aux_sym_cmd_identifier_token8] = ACTIONS(2194), + [aux_sym_cmd_identifier_token9] = ACTIONS(2194), + [aux_sym_cmd_identifier_token10] = ACTIONS(2198), + [aux_sym_cmd_identifier_token11] = ACTIONS(2198), + [aux_sym_cmd_identifier_token12] = ACTIONS(2194), + [aux_sym_cmd_identifier_token13] = ACTIONS(2194), + [aux_sym_cmd_identifier_token14] = ACTIONS(2194), + [aux_sym_cmd_identifier_token15] = ACTIONS(2194), + [aux_sym_cmd_identifier_token16] = ACTIONS(2198), + [aux_sym_cmd_identifier_token17] = ACTIONS(2198), + [aux_sym_cmd_identifier_token18] = ACTIONS(2198), + [aux_sym_cmd_identifier_token19] = ACTIONS(2198), + [aux_sym_cmd_identifier_token20] = ACTIONS(2198), + [aux_sym_cmd_identifier_token21] = ACTIONS(2198), + [aux_sym_cmd_identifier_token22] = ACTIONS(2198), + [aux_sym_cmd_identifier_token23] = ACTIONS(2198), + [aux_sym_cmd_identifier_token24] = ACTIONS(2198), + [aux_sym_cmd_identifier_token25] = ACTIONS(2198), + [aux_sym_cmd_identifier_token26] = ACTIONS(2198), + [aux_sym_cmd_identifier_token27] = ACTIONS(2198), + [aux_sym_cmd_identifier_token28] = ACTIONS(2198), + [aux_sym_cmd_identifier_token29] = ACTIONS(2198), + [aux_sym_cmd_identifier_token30] = ACTIONS(2198), + [aux_sym_cmd_identifier_token31] = ACTIONS(2198), + [aux_sym_cmd_identifier_token32] = ACTIONS(2198), + [aux_sym_cmd_identifier_token33] = ACTIONS(2198), + [aux_sym_cmd_identifier_token34] = ACTIONS(2194), + [aux_sym_cmd_identifier_token35] = ACTIONS(2198), + [aux_sym_cmd_identifier_token36] = ACTIONS(2198), + [aux_sym_cmd_identifier_token37] = ACTIONS(2198), + [aux_sym_cmd_identifier_token38] = ACTIONS(2194), + [aux_sym_cmd_identifier_token39] = ACTIONS(2198), + [aux_sym_cmd_identifier_token40] = ACTIONS(2198), + [anon_sym_def] = ACTIONS(2194), + [anon_sym_export_DASHenv] = ACTIONS(2194), + [anon_sym_extern] = ACTIONS(2194), + [anon_sym_module] = ACTIONS(2194), + [anon_sym_use] = ACTIONS(2194), + [anon_sym_LPAREN] = ACTIONS(2194), + [anon_sym_DOLLAR] = ACTIONS(2198), + [anon_sym_error] = ACTIONS(2194), + [anon_sym_DASH2] = ACTIONS(2194), + [anon_sym_break] = ACTIONS(2194), + [anon_sym_continue] = ACTIONS(2194), + [anon_sym_for] = ACTIONS(2194), + [anon_sym_in2] = ACTIONS(2194), + [anon_sym_loop] = ACTIONS(2194), + [anon_sym_make] = ACTIONS(2194), + [anon_sym_while] = ACTIONS(2194), + [anon_sym_do] = ACTIONS(2194), + [anon_sym_if] = ACTIONS(2194), + [anon_sym_else] = ACTIONS(2194), + [anon_sym_match] = ACTIONS(2194), + [anon_sym_RBRACE] = ACTIONS(2198), + [anon_sym_try] = ACTIONS(2194), + [anon_sym_catch] = ACTIONS(2194), + [anon_sym_return] = ACTIONS(2194), + [anon_sym_source] = ACTIONS(2194), + [anon_sym_source_DASHenv] = ACTIONS(2194), + [anon_sym_register] = ACTIONS(2194), + [anon_sym_hide] = ACTIONS(2194), + [anon_sym_hide_DASHenv] = ACTIONS(2194), + [anon_sym_overlay] = ACTIONS(2194), + [anon_sym_as] = ACTIONS(2194), + [anon_sym_LPAREN2] = ACTIONS(2196), + [anon_sym_PLUS2] = ACTIONS(2194), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2198), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2198), + [aux_sym__val_number_decimal_token1] = ACTIONS(2194), + [aux_sym__val_number_decimal_token2] = ACTIONS(2198), + [aux_sym__val_number_decimal_token3] = ACTIONS(2198), + [aux_sym__val_number_decimal_token4] = ACTIONS(2198), + [aux_sym__val_number_token1] = ACTIONS(2198), + [aux_sym__val_number_token2] = ACTIONS(2198), + [aux_sym__val_number_token3] = ACTIONS(2198), + [aux_sym__val_number_token4] = ACTIONS(2194), + [aux_sym__val_number_token5] = ACTIONS(2194), + [aux_sym__val_number_token6] = ACTIONS(2194), + [anon_sym_DQUOTE] = ACTIONS(2198), + [sym__str_single_quotes] = ACTIONS(2198), + [sym__str_back_ticks] = ACTIONS(2198), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2198), + [aux_sym__unquoted_in_record_token2] = ACTIONS(2200), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2198), + }, + [565] = { + [sym_comment] = STATE(565), + [anon_sym_export] = ACTIONS(2188), + [anon_sym_alias] = ACTIONS(2188), + [anon_sym_let] = ACTIONS(2188), + [anon_sym_let_DASHenv] = ACTIONS(2188), + [anon_sym_mut] = ACTIONS(2188), + [anon_sym_const] = ACTIONS(2188), + [aux_sym_cmd_identifier_token1] = ACTIONS(2188), [aux_sym_cmd_identifier_token2] = ACTIONS(2192), [aux_sym_cmd_identifier_token3] = ACTIONS(2192), [aux_sym_cmd_identifier_token4] = ACTIONS(2192), [aux_sym_cmd_identifier_token5] = ACTIONS(2192), [aux_sym_cmd_identifier_token6] = ACTIONS(2192), [aux_sym_cmd_identifier_token7] = ACTIONS(2192), - [aux_sym_cmd_identifier_token8] = ACTIONS(2190), - [aux_sym_cmd_identifier_token9] = ACTIONS(2190), + [aux_sym_cmd_identifier_token8] = ACTIONS(2188), + [aux_sym_cmd_identifier_token9] = ACTIONS(2188), [aux_sym_cmd_identifier_token10] = ACTIONS(2192), [aux_sym_cmd_identifier_token11] = ACTIONS(2192), - [aux_sym_cmd_identifier_token12] = ACTIONS(2190), - [aux_sym_cmd_identifier_token13] = ACTIONS(2190), - [aux_sym_cmd_identifier_token14] = ACTIONS(2190), - [aux_sym_cmd_identifier_token15] = ACTIONS(2190), + [aux_sym_cmd_identifier_token12] = ACTIONS(2188), + [aux_sym_cmd_identifier_token13] = ACTIONS(2188), + [aux_sym_cmd_identifier_token14] = ACTIONS(2188), + [aux_sym_cmd_identifier_token15] = ACTIONS(2188), [aux_sym_cmd_identifier_token16] = ACTIONS(2192), [aux_sym_cmd_identifier_token17] = ACTIONS(2192), [aux_sym_cmd_identifier_token18] = ACTIONS(2192), @@ -143706,1077 +141310,876 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(2192), [aux_sym_cmd_identifier_token32] = ACTIONS(2192), [aux_sym_cmd_identifier_token33] = ACTIONS(2192), - [aux_sym_cmd_identifier_token34] = ACTIONS(2190), + [aux_sym_cmd_identifier_token34] = ACTIONS(2188), [aux_sym_cmd_identifier_token35] = ACTIONS(2192), [aux_sym_cmd_identifier_token36] = ACTIONS(2192), [aux_sym_cmd_identifier_token37] = ACTIONS(2192), - [aux_sym_cmd_identifier_token38] = ACTIONS(2190), + [aux_sym_cmd_identifier_token38] = ACTIONS(2188), [aux_sym_cmd_identifier_token39] = ACTIONS(2192), [aux_sym_cmd_identifier_token40] = ACTIONS(2192), - [anon_sym_def] = ACTIONS(2190), - [anon_sym_export_DASHenv] = ACTIONS(2190), - [anon_sym_extern] = ACTIONS(2190), - [anon_sym_module] = ACTIONS(2190), - [anon_sym_use] = ACTIONS(2190), - [anon_sym_LPAREN] = ACTIONS(2190), + [anon_sym_def] = ACTIONS(2188), + [anon_sym_export_DASHenv] = ACTIONS(2188), + [anon_sym_extern] = ACTIONS(2188), + [anon_sym_module] = ACTIONS(2188), + [anon_sym_use] = ACTIONS(2188), + [anon_sym_LPAREN] = ACTIONS(2188), [anon_sym_DOLLAR] = ACTIONS(2192), - [anon_sym_error] = ACTIONS(2190), - [anon_sym_DASH2] = ACTIONS(2190), - [anon_sym_break] = ACTIONS(2190), - [anon_sym_continue] = ACTIONS(2190), - [anon_sym_for] = ACTIONS(2190), - [anon_sym_in2] = ACTIONS(2190), - [anon_sym_loop] = ACTIONS(2190), - [anon_sym_make] = ACTIONS(2190), - [anon_sym_while] = ACTIONS(2190), - [anon_sym_do] = ACTIONS(2190), - [anon_sym_if] = ACTIONS(2190), - [anon_sym_else] = ACTIONS(2190), - [anon_sym_match] = ACTIONS(2190), + [anon_sym_error] = ACTIONS(2188), + [anon_sym_DASH2] = ACTIONS(2188), + [anon_sym_break] = ACTIONS(2188), + [anon_sym_continue] = ACTIONS(2188), + [anon_sym_for] = ACTIONS(2188), + [anon_sym_in2] = ACTIONS(2188), + [anon_sym_loop] = ACTIONS(2188), + [anon_sym_make] = ACTIONS(2188), + [anon_sym_while] = ACTIONS(2188), + [anon_sym_do] = ACTIONS(2188), + [anon_sym_if] = ACTIONS(2188), + [anon_sym_else] = ACTIONS(2188), + [anon_sym_match] = ACTIONS(2188), [anon_sym_RBRACE] = ACTIONS(2192), - [anon_sym_try] = ACTIONS(2190), - [anon_sym_catch] = ACTIONS(2190), - [anon_sym_return] = ACTIONS(2190), - [anon_sym_source] = ACTIONS(2190), - [anon_sym_source_DASHenv] = ACTIONS(2190), - [anon_sym_register] = ACTIONS(2190), - [anon_sym_hide] = ACTIONS(2190), - [anon_sym_hide_DASHenv] = ACTIONS(2190), - [anon_sym_overlay] = ACTIONS(2190), - [anon_sym_as] = ACTIONS(2190), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2190), + [anon_sym_try] = ACTIONS(2188), + [anon_sym_catch] = ACTIONS(2188), + [anon_sym_return] = ACTIONS(2188), + [anon_sym_source] = ACTIONS(2188), + [anon_sym_source_DASHenv] = ACTIONS(2188), + [anon_sym_register] = ACTIONS(2188), + [anon_sym_hide] = ACTIONS(2188), + [anon_sym_hide_DASHenv] = ACTIONS(2188), + [anon_sym_overlay] = ACTIONS(2188), + [anon_sym_as] = ACTIONS(2188), + [anon_sym_LPAREN2] = ACTIONS(2190), + [anon_sym_PLUS2] = ACTIONS(2188), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2192), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2192), - [aux_sym__val_number_decimal_token1] = ACTIONS(2190), + [aux_sym__val_number_decimal_token1] = ACTIONS(2188), [aux_sym__val_number_decimal_token2] = ACTIONS(2192), [aux_sym__val_number_decimal_token3] = ACTIONS(2192), [aux_sym__val_number_decimal_token4] = ACTIONS(2192), [aux_sym__val_number_token1] = ACTIONS(2192), [aux_sym__val_number_token2] = ACTIONS(2192), [aux_sym__val_number_token3] = ACTIONS(2192), - [aux_sym__val_number_token4] = ACTIONS(2190), - [aux_sym__val_number_token5] = ACTIONS(2190), - [aux_sym__val_number_token6] = ACTIONS(2190), + [aux_sym__val_number_token4] = ACTIONS(2188), + [aux_sym__val_number_token5] = ACTIONS(2188), + [aux_sym__val_number_token6] = ACTIONS(2188), [anon_sym_DQUOTE] = ACTIONS(2192), [sym__str_single_quotes] = ACTIONS(2192), [sym__str_back_ticks] = ACTIONS(2192), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2192), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1631), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2192), }, - [590] = { - [sym_comment] = STATE(590), - [anon_sym_export] = ACTIONS(2257), - [anon_sym_alias] = ACTIONS(2257), - [anon_sym_let] = ACTIONS(2257), - [anon_sym_let_DASHenv] = ACTIONS(2257), - [anon_sym_mut] = ACTIONS(2257), - [anon_sym_const] = ACTIONS(2257), - [aux_sym_cmd_identifier_token1] = ACTIONS(2257), - [aux_sym_cmd_identifier_token2] = ACTIONS(2257), - [aux_sym_cmd_identifier_token3] = ACTIONS(2257), - [aux_sym_cmd_identifier_token4] = ACTIONS(2257), - [aux_sym_cmd_identifier_token5] = ACTIONS(2257), - [aux_sym_cmd_identifier_token6] = ACTIONS(2257), - [aux_sym_cmd_identifier_token7] = ACTIONS(2257), - [aux_sym_cmd_identifier_token8] = ACTIONS(2257), - [aux_sym_cmd_identifier_token9] = ACTIONS(2257), - [aux_sym_cmd_identifier_token10] = ACTIONS(2257), - [aux_sym_cmd_identifier_token11] = ACTIONS(2257), - [aux_sym_cmd_identifier_token12] = ACTIONS(2257), - [aux_sym_cmd_identifier_token13] = ACTIONS(2257), - [aux_sym_cmd_identifier_token14] = ACTIONS(2257), - [aux_sym_cmd_identifier_token15] = ACTIONS(2257), - [aux_sym_cmd_identifier_token16] = ACTIONS(2257), - [aux_sym_cmd_identifier_token17] = ACTIONS(2257), - [aux_sym_cmd_identifier_token18] = ACTIONS(2257), - [aux_sym_cmd_identifier_token19] = ACTIONS(2257), - [aux_sym_cmd_identifier_token20] = ACTIONS(2257), - [aux_sym_cmd_identifier_token21] = ACTIONS(2257), - [aux_sym_cmd_identifier_token22] = ACTIONS(2257), - [aux_sym_cmd_identifier_token23] = ACTIONS(2257), - [aux_sym_cmd_identifier_token24] = ACTIONS(2257), - [aux_sym_cmd_identifier_token25] = ACTIONS(2257), - [aux_sym_cmd_identifier_token26] = ACTIONS(2257), - [aux_sym_cmd_identifier_token27] = ACTIONS(2257), - [aux_sym_cmd_identifier_token28] = ACTIONS(2257), - [aux_sym_cmd_identifier_token29] = ACTIONS(2257), - [aux_sym_cmd_identifier_token30] = ACTIONS(2257), - [aux_sym_cmd_identifier_token31] = ACTIONS(2257), - [aux_sym_cmd_identifier_token32] = ACTIONS(2257), - [aux_sym_cmd_identifier_token33] = ACTIONS(2257), - [aux_sym_cmd_identifier_token34] = ACTIONS(2257), - [aux_sym_cmd_identifier_token35] = ACTIONS(2257), - [aux_sym_cmd_identifier_token36] = ACTIONS(2257), - [aux_sym_cmd_identifier_token37] = ACTIONS(2257), - [aux_sym_cmd_identifier_token38] = ACTIONS(2257), - [aux_sym_cmd_identifier_token39] = ACTIONS(2257), - [aux_sym_cmd_identifier_token40] = ACTIONS(2257), - [anon_sym_def] = ACTIONS(2257), - [anon_sym_export_DASHenv] = ACTIONS(2257), - [anon_sym_extern] = ACTIONS(2257), - [anon_sym_module] = ACTIONS(2257), - [anon_sym_use] = ACTIONS(2257), - [anon_sym_LPAREN] = ACTIONS(2257), - [anon_sym_DOLLAR] = ACTIONS(2257), - [anon_sym_error] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2257), - [anon_sym_for] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_loop] = ACTIONS(2257), - [anon_sym_make] = ACTIONS(2257), - [anon_sym_while] = ACTIONS(2257), - [anon_sym_do] = ACTIONS(2257), - [anon_sym_if] = ACTIONS(2257), - [anon_sym_else] = ACTIONS(2257), - [anon_sym_match] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2259), - [anon_sym_try] = ACTIONS(2257), - [anon_sym_catch] = ACTIONS(2257), - [anon_sym_return] = ACTIONS(2257), - [anon_sym_source] = ACTIONS(2257), - [anon_sym_source_DASHenv] = ACTIONS(2257), - [anon_sym_register] = ACTIONS(2257), - [anon_sym_hide] = ACTIONS(2257), - [anon_sym_hide_DASHenv] = ACTIONS(2257), - [anon_sym_overlay] = ACTIONS(2257), - [anon_sym_as] = ACTIONS(2257), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2259), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2257), - [aux_sym__val_number_decimal_token1] = ACTIONS(2257), - [aux_sym__val_number_decimal_token2] = ACTIONS(2257), - [aux_sym__val_number_decimal_token3] = ACTIONS(2257), - [aux_sym__val_number_decimal_token4] = ACTIONS(2257), - [aux_sym__val_number_token1] = ACTIONS(2257), - [aux_sym__val_number_token2] = ACTIONS(2257), - [aux_sym__val_number_token3] = ACTIONS(2257), - [aux_sym__val_number_token4] = ACTIONS(2257), - [aux_sym__val_number_token5] = ACTIONS(2257), - [aux_sym__val_number_token6] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2259), - [sym__str_single_quotes] = ACTIONS(2259), - [sym__str_back_ticks] = ACTIONS(2259), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2259), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2259), - }, - [591] = { - [sym__expr_parenthesized_immediate] = STATE(7232), - [sym_comment] = STATE(591), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2049), - [aux_sym_cmd_identifier_token3] = ACTIONS(2049), - [aux_sym_cmd_identifier_token4] = ACTIONS(2049), - [aux_sym_cmd_identifier_token5] = ACTIONS(2049), - [aux_sym_cmd_identifier_token6] = ACTIONS(2049), - [aux_sym_cmd_identifier_token7] = ACTIONS(2049), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2049), - [aux_sym_cmd_identifier_token11] = ACTIONS(2049), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2049), - [aux_sym_cmd_identifier_token17] = ACTIONS(2049), - [aux_sym_cmd_identifier_token18] = ACTIONS(2049), - [aux_sym_cmd_identifier_token19] = ACTIONS(2049), - [aux_sym_cmd_identifier_token20] = ACTIONS(2049), - [aux_sym_cmd_identifier_token21] = ACTIONS(2049), - [aux_sym_cmd_identifier_token22] = ACTIONS(2049), - [aux_sym_cmd_identifier_token23] = ACTIONS(2049), - [aux_sym_cmd_identifier_token24] = ACTIONS(2049), - [aux_sym_cmd_identifier_token25] = ACTIONS(2049), - [aux_sym_cmd_identifier_token26] = ACTIONS(2049), - [aux_sym_cmd_identifier_token27] = ACTIONS(2049), - [aux_sym_cmd_identifier_token28] = ACTIONS(2049), - [aux_sym_cmd_identifier_token29] = ACTIONS(2049), - [aux_sym_cmd_identifier_token30] = ACTIONS(2049), - [aux_sym_cmd_identifier_token31] = ACTIONS(2049), - [aux_sym_cmd_identifier_token32] = ACTIONS(2049), - [aux_sym_cmd_identifier_token33] = ACTIONS(2049), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2049), - [aux_sym_cmd_identifier_token36] = ACTIONS(2049), - [aux_sym_cmd_identifier_token37] = ACTIONS(2049), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2049), - [aux_sym_cmd_identifier_token40] = ACTIONS(2049), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2049), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2049), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2049), - [aux_sym__val_number_decimal_token3] = ACTIONS(2049), - [aux_sym__val_number_decimal_token4] = ACTIONS(2049), - [aux_sym__val_number_token1] = ACTIONS(2049), - [aux_sym__val_number_token2] = ACTIONS(2049), - [aux_sym__val_number_token3] = ACTIONS(2049), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym__str_single_quotes] = ACTIONS(2049), - [sym__str_back_ticks] = ACTIONS(2049), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2049), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2049), + [566] = { + [sym_comment] = STATE(566), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [592] = { - [sym_comment] = STATE(592), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(960), - [aux_sym_cmd_identifier_token3] = ACTIONS(960), - [aux_sym_cmd_identifier_token4] = ACTIONS(960), - [aux_sym_cmd_identifier_token5] = ACTIONS(960), - [aux_sym_cmd_identifier_token6] = ACTIONS(960), - [aux_sym_cmd_identifier_token7] = ACTIONS(960), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(960), - [aux_sym_cmd_identifier_token11] = ACTIONS(960), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(960), - [aux_sym_cmd_identifier_token17] = ACTIONS(960), - [aux_sym_cmd_identifier_token18] = ACTIONS(960), - [aux_sym_cmd_identifier_token19] = ACTIONS(960), - [aux_sym_cmd_identifier_token20] = ACTIONS(960), - [aux_sym_cmd_identifier_token21] = ACTIONS(960), - [aux_sym_cmd_identifier_token22] = ACTIONS(960), - [aux_sym_cmd_identifier_token23] = ACTIONS(960), - [aux_sym_cmd_identifier_token24] = ACTIONS(960), - [aux_sym_cmd_identifier_token25] = ACTIONS(960), - [aux_sym_cmd_identifier_token26] = ACTIONS(960), - [aux_sym_cmd_identifier_token27] = ACTIONS(960), - [aux_sym_cmd_identifier_token28] = ACTIONS(960), - [aux_sym_cmd_identifier_token29] = ACTIONS(960), - [aux_sym_cmd_identifier_token30] = ACTIONS(960), - [aux_sym_cmd_identifier_token31] = ACTIONS(960), - [aux_sym_cmd_identifier_token32] = ACTIONS(960), - [aux_sym_cmd_identifier_token33] = ACTIONS(960), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(960), - [aux_sym_cmd_identifier_token36] = ACTIONS(960), - [aux_sym_cmd_identifier_token37] = ACTIONS(960), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(960), - [aux_sym_cmd_identifier_token40] = ACTIONS(960), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(960), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), + [567] = { + [sym__expr_parenthesized_immediate] = STATE(7357), + [sym_comment] = STATE(567), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), + [aux_sym_cmd_identifier_token2] = ACTIONS(2138), + [aux_sym_cmd_identifier_token3] = ACTIONS(2138), + [aux_sym_cmd_identifier_token4] = ACTIONS(2138), + [aux_sym_cmd_identifier_token5] = ACTIONS(2138), + [aux_sym_cmd_identifier_token6] = ACTIONS(2138), + [aux_sym_cmd_identifier_token7] = ACTIONS(2138), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), + [aux_sym_cmd_identifier_token10] = ACTIONS(2138), + [aux_sym_cmd_identifier_token11] = ACTIONS(2138), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), + [aux_sym_cmd_identifier_token16] = ACTIONS(2138), + [aux_sym_cmd_identifier_token17] = ACTIONS(2138), + [aux_sym_cmd_identifier_token18] = ACTIONS(2138), + [aux_sym_cmd_identifier_token19] = ACTIONS(2138), + [aux_sym_cmd_identifier_token20] = ACTIONS(2138), + [aux_sym_cmd_identifier_token21] = ACTIONS(2138), + [aux_sym_cmd_identifier_token22] = ACTIONS(2138), + [aux_sym_cmd_identifier_token23] = ACTIONS(2138), + [aux_sym_cmd_identifier_token24] = ACTIONS(2138), + [aux_sym_cmd_identifier_token25] = ACTIONS(2138), + [aux_sym_cmd_identifier_token26] = ACTIONS(2138), + [aux_sym_cmd_identifier_token27] = ACTIONS(2138), + [aux_sym_cmd_identifier_token28] = ACTIONS(2138), + [aux_sym_cmd_identifier_token29] = ACTIONS(2138), + [aux_sym_cmd_identifier_token30] = ACTIONS(2138), + [aux_sym_cmd_identifier_token31] = ACTIONS(2138), + [aux_sym_cmd_identifier_token32] = ACTIONS(2138), + [aux_sym_cmd_identifier_token33] = ACTIONS(2138), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), + [aux_sym_cmd_identifier_token35] = ACTIONS(2138), + [aux_sym_cmd_identifier_token36] = ACTIONS(2138), + [aux_sym_cmd_identifier_token37] = ACTIONS(2138), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), + [aux_sym_cmd_identifier_token39] = ACTIONS(2138), + [aux_sym_cmd_identifier_token40] = ACTIONS(2138), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_LPAREN] = ACTIONS(2136), + [anon_sym_DOLLAR] = ACTIONS(2138), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_RBRACE] = ACTIONS(2138), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2138), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2138), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), + [aux_sym__val_number_decimal_token2] = ACTIONS(2138), + [aux_sym__val_number_decimal_token3] = ACTIONS(2138), + [aux_sym__val_number_decimal_token4] = ACTIONS(2138), + [aux_sym__val_number_token1] = ACTIONS(2138), + [aux_sym__val_number_token2] = ACTIONS(2138), + [aux_sym__val_number_token3] = ACTIONS(2138), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), + [anon_sym_DQUOTE] = ACTIONS(2138), + [sym__str_single_quotes] = ACTIONS(2138), + [sym__str_back_ticks] = ACTIONS(2138), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2138), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), + [sym_raw_string_begin] = ACTIONS(2138), }, - [593] = { - [sym__expr_parenthesized_immediate] = STATE(7232), - [sym_comment] = STATE(593), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2053), - [aux_sym_cmd_identifier_token3] = ACTIONS(2053), - [aux_sym_cmd_identifier_token4] = ACTIONS(2053), - [aux_sym_cmd_identifier_token5] = ACTIONS(2053), - [aux_sym_cmd_identifier_token6] = ACTIONS(2053), - [aux_sym_cmd_identifier_token7] = ACTIONS(2053), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2053), - [aux_sym_cmd_identifier_token11] = ACTIONS(2053), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2053), - [aux_sym_cmd_identifier_token17] = ACTIONS(2053), - [aux_sym_cmd_identifier_token18] = ACTIONS(2053), - [aux_sym_cmd_identifier_token19] = ACTIONS(2053), - [aux_sym_cmd_identifier_token20] = ACTIONS(2053), - [aux_sym_cmd_identifier_token21] = ACTIONS(2053), - [aux_sym_cmd_identifier_token22] = ACTIONS(2053), - [aux_sym_cmd_identifier_token23] = ACTIONS(2053), - [aux_sym_cmd_identifier_token24] = ACTIONS(2053), - [aux_sym_cmd_identifier_token25] = ACTIONS(2053), - [aux_sym_cmd_identifier_token26] = ACTIONS(2053), - [aux_sym_cmd_identifier_token27] = ACTIONS(2053), - [aux_sym_cmd_identifier_token28] = ACTIONS(2053), - [aux_sym_cmd_identifier_token29] = ACTIONS(2053), - [aux_sym_cmd_identifier_token30] = ACTIONS(2053), - [aux_sym_cmd_identifier_token31] = ACTIONS(2053), - [aux_sym_cmd_identifier_token32] = ACTIONS(2053), - [aux_sym_cmd_identifier_token33] = ACTIONS(2053), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2053), - [aux_sym_cmd_identifier_token36] = ACTIONS(2053), - [aux_sym_cmd_identifier_token37] = ACTIONS(2053), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2053), - [aux_sym_cmd_identifier_token40] = ACTIONS(2053), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2053), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2053), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2053), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2053), - [aux_sym__val_number_decimal_token3] = ACTIONS(2053), - [aux_sym__val_number_decimal_token4] = ACTIONS(2053), - [aux_sym__val_number_token1] = ACTIONS(2053), - [aux_sym__val_number_token2] = ACTIONS(2053), - [aux_sym__val_number_token3] = ACTIONS(2053), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2053), - [sym__str_single_quotes] = ACTIONS(2053), - [sym__str_back_ticks] = ACTIONS(2053), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2053), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2053), + [568] = { + [sym_comment] = STATE(568), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1863), + [aux_sym_cmd_identifier_token3] = ACTIONS(1863), + [aux_sym_cmd_identifier_token4] = ACTIONS(1863), + [aux_sym_cmd_identifier_token5] = ACTIONS(1863), + [aux_sym_cmd_identifier_token6] = ACTIONS(1863), + [aux_sym_cmd_identifier_token7] = ACTIONS(1863), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1863), + [aux_sym_cmd_identifier_token11] = ACTIONS(1863), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1863), + [aux_sym_cmd_identifier_token17] = ACTIONS(1863), + [aux_sym_cmd_identifier_token18] = ACTIONS(1863), + [aux_sym_cmd_identifier_token19] = ACTIONS(1863), + [aux_sym_cmd_identifier_token20] = ACTIONS(1863), + [aux_sym_cmd_identifier_token21] = ACTIONS(1863), + [aux_sym_cmd_identifier_token22] = ACTIONS(1863), + [aux_sym_cmd_identifier_token23] = ACTIONS(1863), + [aux_sym_cmd_identifier_token24] = ACTIONS(1863), + [aux_sym_cmd_identifier_token25] = ACTIONS(1863), + [aux_sym_cmd_identifier_token26] = ACTIONS(1863), + [aux_sym_cmd_identifier_token27] = ACTIONS(1863), + [aux_sym_cmd_identifier_token28] = ACTIONS(1863), + [aux_sym_cmd_identifier_token29] = ACTIONS(1863), + [aux_sym_cmd_identifier_token30] = ACTIONS(1863), + [aux_sym_cmd_identifier_token31] = ACTIONS(1863), + [aux_sym_cmd_identifier_token32] = ACTIONS(1863), + [aux_sym_cmd_identifier_token33] = ACTIONS(1863), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1863), + [aux_sym_cmd_identifier_token36] = ACTIONS(1863), + [aux_sym_cmd_identifier_token37] = ACTIONS(1863), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1863), + [aux_sym_cmd_identifier_token40] = ACTIONS(1863), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1863), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1863), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), }, - [594] = { - [sym_comment] = STATE(594), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(978), - [aux_sym_cmd_identifier_token3] = ACTIONS(978), - [aux_sym_cmd_identifier_token4] = ACTIONS(978), - [aux_sym_cmd_identifier_token5] = ACTIONS(978), - [aux_sym_cmd_identifier_token6] = ACTIONS(978), - [aux_sym_cmd_identifier_token7] = ACTIONS(978), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(978), - [aux_sym_cmd_identifier_token11] = ACTIONS(978), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(978), - [aux_sym_cmd_identifier_token17] = ACTIONS(978), - [aux_sym_cmd_identifier_token18] = ACTIONS(978), - [aux_sym_cmd_identifier_token19] = ACTIONS(978), - [aux_sym_cmd_identifier_token20] = ACTIONS(978), - [aux_sym_cmd_identifier_token21] = ACTIONS(978), - [aux_sym_cmd_identifier_token22] = ACTIONS(978), - [aux_sym_cmd_identifier_token23] = ACTIONS(978), - [aux_sym_cmd_identifier_token24] = ACTIONS(978), - [aux_sym_cmd_identifier_token25] = ACTIONS(978), - [aux_sym_cmd_identifier_token26] = ACTIONS(978), - [aux_sym_cmd_identifier_token27] = ACTIONS(978), - [aux_sym_cmd_identifier_token28] = ACTIONS(978), - [aux_sym_cmd_identifier_token29] = ACTIONS(978), - [aux_sym_cmd_identifier_token30] = ACTIONS(978), - [aux_sym_cmd_identifier_token31] = ACTIONS(978), - [aux_sym_cmd_identifier_token32] = ACTIONS(978), - [aux_sym_cmd_identifier_token33] = ACTIONS(978), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(978), - [aux_sym_cmd_identifier_token36] = ACTIONS(978), - [aux_sym_cmd_identifier_token37] = ACTIONS(978), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(978), - [aux_sym_cmd_identifier_token40] = ACTIONS(978), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(978), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), + [569] = { + [sym_comment] = STATE(569), + [anon_sym_export] = ACTIONS(1786), + [anon_sym_alias] = ACTIONS(1786), + [anon_sym_let] = ACTIONS(1786), + [anon_sym_let_DASHenv] = ACTIONS(1786), + [anon_sym_mut] = ACTIONS(1786), + [anon_sym_const] = ACTIONS(1786), + [aux_sym_cmd_identifier_token1] = ACTIONS(1786), + [aux_sym_cmd_identifier_token2] = ACTIONS(1794), + [aux_sym_cmd_identifier_token3] = ACTIONS(1794), + [aux_sym_cmd_identifier_token4] = ACTIONS(1794), + [aux_sym_cmd_identifier_token5] = ACTIONS(1794), + [aux_sym_cmd_identifier_token6] = ACTIONS(1794), + [aux_sym_cmd_identifier_token7] = ACTIONS(1794), + [aux_sym_cmd_identifier_token8] = ACTIONS(1786), + [aux_sym_cmd_identifier_token9] = ACTIONS(1786), + [aux_sym_cmd_identifier_token10] = ACTIONS(1794), + [aux_sym_cmd_identifier_token11] = ACTIONS(1794), + [aux_sym_cmd_identifier_token12] = ACTIONS(1786), + [aux_sym_cmd_identifier_token13] = ACTIONS(1786), + [aux_sym_cmd_identifier_token14] = ACTIONS(1786), + [aux_sym_cmd_identifier_token15] = ACTIONS(1786), + [aux_sym_cmd_identifier_token16] = ACTIONS(1794), + [aux_sym_cmd_identifier_token17] = ACTIONS(1794), + [aux_sym_cmd_identifier_token18] = ACTIONS(1794), + [aux_sym_cmd_identifier_token19] = ACTIONS(1794), + [aux_sym_cmd_identifier_token20] = ACTIONS(1794), + [aux_sym_cmd_identifier_token21] = ACTIONS(1794), + [aux_sym_cmd_identifier_token22] = ACTIONS(1794), + [aux_sym_cmd_identifier_token23] = ACTIONS(1794), + [aux_sym_cmd_identifier_token24] = ACTIONS(1794), + [aux_sym_cmd_identifier_token25] = ACTIONS(1794), + [aux_sym_cmd_identifier_token26] = ACTIONS(1794), + [aux_sym_cmd_identifier_token27] = ACTIONS(1794), + [aux_sym_cmd_identifier_token28] = ACTIONS(1794), + [aux_sym_cmd_identifier_token29] = ACTIONS(1794), + [aux_sym_cmd_identifier_token30] = ACTIONS(1794), + [aux_sym_cmd_identifier_token31] = ACTIONS(1794), + [aux_sym_cmd_identifier_token32] = ACTIONS(1794), + [aux_sym_cmd_identifier_token33] = ACTIONS(1794), + [aux_sym_cmd_identifier_token34] = ACTIONS(1786), + [aux_sym_cmd_identifier_token35] = ACTIONS(1794), + [aux_sym_cmd_identifier_token36] = ACTIONS(1794), + [aux_sym_cmd_identifier_token37] = ACTIONS(1794), + [aux_sym_cmd_identifier_token38] = ACTIONS(1786), + [aux_sym_cmd_identifier_token39] = ACTIONS(1794), + [aux_sym_cmd_identifier_token40] = ACTIONS(1794), + [anon_sym_def] = ACTIONS(1786), + [anon_sym_export_DASHenv] = ACTIONS(1786), + [anon_sym_extern] = ACTIONS(1786), + [anon_sym_module] = ACTIONS(1786), + [anon_sym_use] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1794), + [anon_sym_error] = ACTIONS(1786), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_break] = ACTIONS(1786), + [anon_sym_continue] = ACTIONS(1786), + [anon_sym_for] = ACTIONS(1786), + [anon_sym_in2] = ACTIONS(1786), + [anon_sym_loop] = ACTIONS(1786), + [anon_sym_make] = ACTIONS(1786), + [anon_sym_while] = ACTIONS(1786), + [anon_sym_do] = ACTIONS(1786), + [anon_sym_if] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_try] = ACTIONS(1786), + [anon_sym_catch] = ACTIONS(1786), + [anon_sym_return] = ACTIONS(1786), + [anon_sym_source] = ACTIONS(1786), + [anon_sym_source_DASHenv] = ACTIONS(1786), + [anon_sym_register] = ACTIONS(1786), + [anon_sym_hide] = ACTIONS(1786), + [anon_sym_hide_DASHenv] = ACTIONS(1786), + [anon_sym_overlay] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_PLUS2] = ACTIONS(1786), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1794), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1794), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), + [aux_sym__val_number_token4] = ACTIONS(1786), + [aux_sym__val_number_token5] = ACTIONS(1786), + [aux_sym__val_number_token6] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1794), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), + [sym_raw_string_begin] = ACTIONS(1794), }, - [595] = { - [sym_comment] = STATE(595), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(974), - [aux_sym_cmd_identifier_token3] = ACTIONS(974), - [aux_sym_cmd_identifier_token4] = ACTIONS(974), - [aux_sym_cmd_identifier_token5] = ACTIONS(974), - [aux_sym_cmd_identifier_token6] = ACTIONS(974), - [aux_sym_cmd_identifier_token7] = ACTIONS(974), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(974), - [aux_sym_cmd_identifier_token11] = ACTIONS(974), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(974), - [aux_sym_cmd_identifier_token17] = ACTIONS(974), - [aux_sym_cmd_identifier_token18] = ACTIONS(974), - [aux_sym_cmd_identifier_token19] = ACTIONS(974), - [aux_sym_cmd_identifier_token20] = ACTIONS(974), - [aux_sym_cmd_identifier_token21] = ACTIONS(974), - [aux_sym_cmd_identifier_token22] = ACTIONS(974), - [aux_sym_cmd_identifier_token23] = ACTIONS(974), - [aux_sym_cmd_identifier_token24] = ACTIONS(974), - [aux_sym_cmd_identifier_token25] = ACTIONS(974), - [aux_sym_cmd_identifier_token26] = ACTIONS(974), - [aux_sym_cmd_identifier_token27] = ACTIONS(974), - [aux_sym_cmd_identifier_token28] = ACTIONS(974), - [aux_sym_cmd_identifier_token29] = ACTIONS(974), - [aux_sym_cmd_identifier_token30] = ACTIONS(974), - [aux_sym_cmd_identifier_token31] = ACTIONS(974), - [aux_sym_cmd_identifier_token32] = ACTIONS(974), - [aux_sym_cmd_identifier_token33] = ACTIONS(974), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(974), - [aux_sym_cmd_identifier_token36] = ACTIONS(974), - [aux_sym_cmd_identifier_token37] = ACTIONS(974), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(974), - [aux_sym_cmd_identifier_token40] = ACTIONS(974), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(974), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_match] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_try] = ACTIONS(972), - [anon_sym_catch] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_source] = ACTIONS(972), - [anon_sym_source_DASHenv] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_hide] = ACTIONS(972), - [anon_sym_hide_DASHenv] = ACTIONS(972), - [anon_sym_overlay] = ACTIONS(972), - [anon_sym_as] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(972), - [aux_sym__val_number_token5] = ACTIONS(972), - [aux_sym__val_number_token6] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), + [570] = { + [sym_comment] = STATE(570), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2294), + [anon_sym_alias] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_let_DASHenv] = ACTIONS(2294), + [anon_sym_mut] = ACTIONS(2294), + [anon_sym_const] = ACTIONS(2294), + [aux_sym_cmd_identifier_token1] = ACTIONS(2294), + [aux_sym_cmd_identifier_token2] = ACTIONS(2294), + [aux_sym_cmd_identifier_token3] = ACTIONS(2294), + [aux_sym_cmd_identifier_token4] = ACTIONS(2294), + [aux_sym_cmd_identifier_token5] = ACTIONS(2294), + [aux_sym_cmd_identifier_token6] = ACTIONS(2294), + [aux_sym_cmd_identifier_token7] = ACTIONS(2294), + [aux_sym_cmd_identifier_token8] = ACTIONS(2294), + [aux_sym_cmd_identifier_token9] = ACTIONS(2294), + [aux_sym_cmd_identifier_token10] = ACTIONS(2294), + [aux_sym_cmd_identifier_token11] = ACTIONS(2294), + [aux_sym_cmd_identifier_token12] = ACTIONS(2294), + [aux_sym_cmd_identifier_token13] = ACTIONS(2294), + [aux_sym_cmd_identifier_token14] = ACTIONS(2294), + [aux_sym_cmd_identifier_token15] = ACTIONS(2294), + [aux_sym_cmd_identifier_token16] = ACTIONS(2294), + [aux_sym_cmd_identifier_token17] = ACTIONS(2294), + [aux_sym_cmd_identifier_token18] = ACTIONS(2294), + [aux_sym_cmd_identifier_token19] = ACTIONS(2294), + [aux_sym_cmd_identifier_token20] = ACTIONS(2294), + [aux_sym_cmd_identifier_token21] = ACTIONS(2294), + [aux_sym_cmd_identifier_token22] = ACTIONS(2294), + [aux_sym_cmd_identifier_token23] = ACTIONS(2294), + [aux_sym_cmd_identifier_token24] = ACTIONS(2294), + [aux_sym_cmd_identifier_token25] = ACTIONS(2294), + [aux_sym_cmd_identifier_token26] = ACTIONS(2294), + [aux_sym_cmd_identifier_token27] = ACTIONS(2294), + [aux_sym_cmd_identifier_token28] = ACTIONS(2294), + [aux_sym_cmd_identifier_token29] = ACTIONS(2294), + [aux_sym_cmd_identifier_token30] = ACTIONS(2294), + [aux_sym_cmd_identifier_token31] = ACTIONS(2294), + [aux_sym_cmd_identifier_token32] = ACTIONS(2294), + [aux_sym_cmd_identifier_token33] = ACTIONS(2294), + [aux_sym_cmd_identifier_token34] = ACTIONS(2294), + [aux_sym_cmd_identifier_token35] = ACTIONS(2294), + [aux_sym_cmd_identifier_token36] = ACTIONS(2294), + [aux_sym_cmd_identifier_token37] = ACTIONS(2294), + [aux_sym_cmd_identifier_token38] = ACTIONS(2294), + [aux_sym_cmd_identifier_token39] = ACTIONS(2294), + [aux_sym_cmd_identifier_token40] = ACTIONS(2294), + [anon_sym_def] = ACTIONS(2294), + [anon_sym_export_DASHenv] = ACTIONS(2294), + [anon_sym_extern] = ACTIONS(2294), + [anon_sym_module] = ACTIONS(2294), + [anon_sym_use] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_DOLLAR] = ACTIONS(2294), + [anon_sym_error] = ACTIONS(2294), + [anon_sym_DASH2] = ACTIONS(2294), + [anon_sym_break] = ACTIONS(2294), + [anon_sym_continue] = ACTIONS(2294), + [anon_sym_for] = ACTIONS(2294), + [anon_sym_in2] = ACTIONS(2294), + [anon_sym_loop] = ACTIONS(2294), + [anon_sym_make] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2294), + [anon_sym_do] = ACTIONS(2294), + [anon_sym_if] = ACTIONS(2294), + [anon_sym_else] = ACTIONS(2294), + [anon_sym_match] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2296), + [anon_sym_try] = ACTIONS(2294), + [anon_sym_catch] = ACTIONS(2294), + [anon_sym_return] = ACTIONS(2294), + [anon_sym_source] = ACTIONS(2294), + [anon_sym_source_DASHenv] = ACTIONS(2294), + [anon_sym_register] = ACTIONS(2294), + [anon_sym_hide] = ACTIONS(2294), + [anon_sym_hide_DASHenv] = ACTIONS(2294), + [anon_sym_overlay] = ACTIONS(2294), + [anon_sym_as] = ACTIONS(2294), + [anon_sym_PLUS2] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2294), + [aux_sym__val_number_decimal_token1] = ACTIONS(2294), + [aux_sym__val_number_decimal_token2] = ACTIONS(2294), + [aux_sym__val_number_decimal_token3] = ACTIONS(2294), + [aux_sym__val_number_decimal_token4] = ACTIONS(2294), + [aux_sym__val_number_token1] = ACTIONS(2294), + [aux_sym__val_number_token2] = ACTIONS(2294), + [aux_sym__val_number_token3] = ACTIONS(2294), + [aux_sym__val_number_token4] = ACTIONS(2294), + [aux_sym__val_number_token5] = ACTIONS(2294), + [aux_sym__val_number_token6] = ACTIONS(2294), + [anon_sym_DQUOTE] = ACTIONS(2294), + [sym__str_single_quotes] = ACTIONS(2294), + [sym__str_back_ticks] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2294), + [sym__entry_separator] = ACTIONS(2298), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2300), }, - [596] = { - [sym_comment] = STATE(596), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(964), - [aux_sym_cmd_identifier_token3] = ACTIONS(964), - [aux_sym_cmd_identifier_token4] = ACTIONS(964), - [aux_sym_cmd_identifier_token5] = ACTIONS(964), - [aux_sym_cmd_identifier_token6] = ACTIONS(964), - [aux_sym_cmd_identifier_token7] = ACTIONS(964), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(964), - [aux_sym_cmd_identifier_token11] = ACTIONS(964), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(964), - [aux_sym_cmd_identifier_token17] = ACTIONS(964), - [aux_sym_cmd_identifier_token18] = ACTIONS(964), - [aux_sym_cmd_identifier_token19] = ACTIONS(964), - [aux_sym_cmd_identifier_token20] = ACTIONS(964), - [aux_sym_cmd_identifier_token21] = ACTIONS(964), - [aux_sym_cmd_identifier_token22] = ACTIONS(964), - [aux_sym_cmd_identifier_token23] = ACTIONS(964), - [aux_sym_cmd_identifier_token24] = ACTIONS(964), - [aux_sym_cmd_identifier_token25] = ACTIONS(964), - [aux_sym_cmd_identifier_token26] = ACTIONS(964), - [aux_sym_cmd_identifier_token27] = ACTIONS(964), - [aux_sym_cmd_identifier_token28] = ACTIONS(964), - [aux_sym_cmd_identifier_token29] = ACTIONS(964), - [aux_sym_cmd_identifier_token30] = ACTIONS(964), - [aux_sym_cmd_identifier_token31] = ACTIONS(964), - [aux_sym_cmd_identifier_token32] = ACTIONS(964), - [aux_sym_cmd_identifier_token33] = ACTIONS(964), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(964), - [aux_sym_cmd_identifier_token36] = ACTIONS(964), - [aux_sym_cmd_identifier_token37] = ACTIONS(964), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(964), - [aux_sym_cmd_identifier_token40] = ACTIONS(964), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), + [571] = { + [sym__expr_parenthesized_immediate] = STATE(7357), + [sym_comment] = STATE(571), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), + [aux_sym_cmd_identifier_token2] = ACTIONS(2142), + [aux_sym_cmd_identifier_token3] = ACTIONS(2142), + [aux_sym_cmd_identifier_token4] = ACTIONS(2142), + [aux_sym_cmd_identifier_token5] = ACTIONS(2142), + [aux_sym_cmd_identifier_token6] = ACTIONS(2142), + [aux_sym_cmd_identifier_token7] = ACTIONS(2142), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), + [aux_sym_cmd_identifier_token10] = ACTIONS(2142), + [aux_sym_cmd_identifier_token11] = ACTIONS(2142), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), + [aux_sym_cmd_identifier_token16] = ACTIONS(2142), + [aux_sym_cmd_identifier_token17] = ACTIONS(2142), + [aux_sym_cmd_identifier_token18] = ACTIONS(2142), + [aux_sym_cmd_identifier_token19] = ACTIONS(2142), + [aux_sym_cmd_identifier_token20] = ACTIONS(2142), + [aux_sym_cmd_identifier_token21] = ACTIONS(2142), + [aux_sym_cmd_identifier_token22] = ACTIONS(2142), + [aux_sym_cmd_identifier_token23] = ACTIONS(2142), + [aux_sym_cmd_identifier_token24] = ACTIONS(2142), + [aux_sym_cmd_identifier_token25] = ACTIONS(2142), + [aux_sym_cmd_identifier_token26] = ACTIONS(2142), + [aux_sym_cmd_identifier_token27] = ACTIONS(2142), + [aux_sym_cmd_identifier_token28] = ACTIONS(2142), + [aux_sym_cmd_identifier_token29] = ACTIONS(2142), + [aux_sym_cmd_identifier_token30] = ACTIONS(2142), + [aux_sym_cmd_identifier_token31] = ACTIONS(2142), + [aux_sym_cmd_identifier_token32] = ACTIONS(2142), + [aux_sym_cmd_identifier_token33] = ACTIONS(2142), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), + [aux_sym_cmd_identifier_token35] = ACTIONS(2142), + [aux_sym_cmd_identifier_token36] = ACTIONS(2142), + [aux_sym_cmd_identifier_token37] = ACTIONS(2142), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), + [aux_sym_cmd_identifier_token39] = ACTIONS(2142), + [aux_sym_cmd_identifier_token40] = ACTIONS(2142), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_DOLLAR] = ACTIONS(2142), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2142), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2142), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), + [aux_sym__val_number_decimal_token2] = ACTIONS(2142), + [aux_sym__val_number_decimal_token3] = ACTIONS(2142), + [aux_sym__val_number_decimal_token4] = ACTIONS(2142), + [aux_sym__val_number_token1] = ACTIONS(2142), + [aux_sym__val_number_token2] = ACTIONS(2142), + [aux_sym__val_number_token3] = ACTIONS(2142), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2142), + [sym__str_single_quotes] = ACTIONS(2142), + [sym__str_back_ticks] = ACTIONS(2142), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2142), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), - }, - [597] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(597), - [anon_sym_export] = ACTIONS(2178), - [anon_sym_alias] = ACTIONS(2178), - [anon_sym_let] = ACTIONS(2178), - [anon_sym_let_DASHenv] = ACTIONS(2178), - [anon_sym_mut] = ACTIONS(2178), - [anon_sym_const] = ACTIONS(2178), - [aux_sym_cmd_identifier_token1] = ACTIONS(2178), - [aux_sym_cmd_identifier_token2] = ACTIONS(2180), - [aux_sym_cmd_identifier_token3] = ACTIONS(2180), - [aux_sym_cmd_identifier_token4] = ACTIONS(2180), - [aux_sym_cmd_identifier_token5] = ACTIONS(2180), - [aux_sym_cmd_identifier_token6] = ACTIONS(2180), - [aux_sym_cmd_identifier_token7] = ACTIONS(2180), - [aux_sym_cmd_identifier_token8] = ACTIONS(2178), - [aux_sym_cmd_identifier_token9] = ACTIONS(2178), - [aux_sym_cmd_identifier_token10] = ACTIONS(2180), - [aux_sym_cmd_identifier_token11] = ACTIONS(2180), - [aux_sym_cmd_identifier_token12] = ACTIONS(2178), - [aux_sym_cmd_identifier_token13] = ACTIONS(2178), - [aux_sym_cmd_identifier_token14] = ACTIONS(2178), - [aux_sym_cmd_identifier_token15] = ACTIONS(2178), - [aux_sym_cmd_identifier_token16] = ACTIONS(2180), - [aux_sym_cmd_identifier_token17] = ACTIONS(2180), - [aux_sym_cmd_identifier_token18] = ACTIONS(2180), - [aux_sym_cmd_identifier_token19] = ACTIONS(2180), - [aux_sym_cmd_identifier_token20] = ACTIONS(2180), - [aux_sym_cmd_identifier_token21] = ACTIONS(2180), - [aux_sym_cmd_identifier_token22] = ACTIONS(2180), - [aux_sym_cmd_identifier_token23] = ACTIONS(2180), - [aux_sym_cmd_identifier_token24] = ACTIONS(2180), - [aux_sym_cmd_identifier_token25] = ACTIONS(2180), - [aux_sym_cmd_identifier_token26] = ACTIONS(2180), - [aux_sym_cmd_identifier_token27] = ACTIONS(2180), - [aux_sym_cmd_identifier_token28] = ACTIONS(2180), - [aux_sym_cmd_identifier_token29] = ACTIONS(2180), - [aux_sym_cmd_identifier_token30] = ACTIONS(2180), - [aux_sym_cmd_identifier_token31] = ACTIONS(2180), - [aux_sym_cmd_identifier_token32] = ACTIONS(2180), - [aux_sym_cmd_identifier_token33] = ACTIONS(2180), - [aux_sym_cmd_identifier_token34] = ACTIONS(2178), - [aux_sym_cmd_identifier_token35] = ACTIONS(2180), - [aux_sym_cmd_identifier_token36] = ACTIONS(2180), - [aux_sym_cmd_identifier_token37] = ACTIONS(2180), - [aux_sym_cmd_identifier_token38] = ACTIONS(2178), - [aux_sym_cmd_identifier_token39] = ACTIONS(2180), - [aux_sym_cmd_identifier_token40] = ACTIONS(2180), - [anon_sym_def] = ACTIONS(2178), - [anon_sym_export_DASHenv] = ACTIONS(2178), - [anon_sym_extern] = ACTIONS(2178), - [anon_sym_module] = ACTIONS(2178), - [anon_sym_use] = ACTIONS(2178), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_DOLLAR] = ACTIONS(2180), - [anon_sym_error] = ACTIONS(2178), - [anon_sym_DASH2] = ACTIONS(2178), - [anon_sym_break] = ACTIONS(2178), - [anon_sym_continue] = ACTIONS(2178), - [anon_sym_for] = ACTIONS(2178), - [anon_sym_in2] = ACTIONS(2178), - [anon_sym_loop] = ACTIONS(2178), - [anon_sym_make] = ACTIONS(2178), - [anon_sym_while] = ACTIONS(2178), - [anon_sym_do] = ACTIONS(2178), - [anon_sym_if] = ACTIONS(2178), - [anon_sym_else] = ACTIONS(2178), - [anon_sym_match] = ACTIONS(2178), - [anon_sym_RBRACE] = ACTIONS(2180), - [anon_sym_try] = ACTIONS(2178), - [anon_sym_catch] = ACTIONS(2178), - [anon_sym_return] = ACTIONS(2178), - [anon_sym_source] = ACTIONS(2178), - [anon_sym_source_DASHenv] = ACTIONS(2178), - [anon_sym_register] = ACTIONS(2178), - [anon_sym_hide] = ACTIONS(2178), - [anon_sym_hide_DASHenv] = ACTIONS(2178), - [anon_sym_overlay] = ACTIONS(2178), - [anon_sym_as] = ACTIONS(2178), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2178), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2180), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2180), - [aux_sym__val_number_decimal_token1] = ACTIONS(2178), - [aux_sym__val_number_decimal_token2] = ACTIONS(2180), - [aux_sym__val_number_decimal_token3] = ACTIONS(2180), - [aux_sym__val_number_decimal_token4] = ACTIONS(2180), - [aux_sym__val_number_token1] = ACTIONS(2180), - [aux_sym__val_number_token2] = ACTIONS(2180), - [aux_sym__val_number_token3] = ACTIONS(2180), - [aux_sym__val_number_token4] = ACTIONS(2178), - [aux_sym__val_number_token5] = ACTIONS(2178), - [aux_sym__val_number_token6] = ACTIONS(2178), - [anon_sym_DQUOTE] = ACTIONS(2180), - [sym__str_single_quotes] = ACTIONS(2180), - [sym__str_back_ticks] = ACTIONS(2180), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2180), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2180), + [sym_raw_string_begin] = ACTIONS(2142), }, - [598] = { - [sym__expr_parenthesized_immediate] = STATE(7373), - [sym_comment] = STATE(598), - [anon_sym_export] = ACTIONS(2182), - [anon_sym_alias] = ACTIONS(2182), - [anon_sym_let] = ACTIONS(2182), - [anon_sym_let_DASHenv] = ACTIONS(2182), - [anon_sym_mut] = ACTIONS(2182), - [anon_sym_const] = ACTIONS(2182), - [aux_sym_cmd_identifier_token1] = ACTIONS(2182), - [aux_sym_cmd_identifier_token2] = ACTIONS(2184), - [aux_sym_cmd_identifier_token3] = ACTIONS(2184), - [aux_sym_cmd_identifier_token4] = ACTIONS(2184), - [aux_sym_cmd_identifier_token5] = ACTIONS(2184), - [aux_sym_cmd_identifier_token6] = ACTIONS(2184), - [aux_sym_cmd_identifier_token7] = ACTIONS(2184), - [aux_sym_cmd_identifier_token8] = ACTIONS(2182), - [aux_sym_cmd_identifier_token9] = ACTIONS(2182), - [aux_sym_cmd_identifier_token10] = ACTIONS(2184), - [aux_sym_cmd_identifier_token11] = ACTIONS(2184), - [aux_sym_cmd_identifier_token12] = ACTIONS(2182), - [aux_sym_cmd_identifier_token13] = ACTIONS(2182), - [aux_sym_cmd_identifier_token14] = ACTIONS(2182), - [aux_sym_cmd_identifier_token15] = ACTIONS(2182), - [aux_sym_cmd_identifier_token16] = ACTIONS(2184), - [aux_sym_cmd_identifier_token17] = ACTIONS(2184), - [aux_sym_cmd_identifier_token18] = ACTIONS(2184), - [aux_sym_cmd_identifier_token19] = ACTIONS(2184), - [aux_sym_cmd_identifier_token20] = ACTIONS(2184), - [aux_sym_cmd_identifier_token21] = ACTIONS(2184), - [aux_sym_cmd_identifier_token22] = ACTIONS(2184), - [aux_sym_cmd_identifier_token23] = ACTIONS(2184), - [aux_sym_cmd_identifier_token24] = ACTIONS(2184), - [aux_sym_cmd_identifier_token25] = ACTIONS(2184), - [aux_sym_cmd_identifier_token26] = ACTIONS(2184), - [aux_sym_cmd_identifier_token27] = ACTIONS(2184), - [aux_sym_cmd_identifier_token28] = ACTIONS(2184), - [aux_sym_cmd_identifier_token29] = ACTIONS(2184), - [aux_sym_cmd_identifier_token30] = ACTIONS(2184), - [aux_sym_cmd_identifier_token31] = ACTIONS(2184), - [aux_sym_cmd_identifier_token32] = ACTIONS(2184), - [aux_sym_cmd_identifier_token33] = ACTIONS(2184), - [aux_sym_cmd_identifier_token34] = ACTIONS(2182), - [aux_sym_cmd_identifier_token35] = ACTIONS(2184), - [aux_sym_cmd_identifier_token36] = ACTIONS(2184), - [aux_sym_cmd_identifier_token37] = ACTIONS(2184), - [aux_sym_cmd_identifier_token38] = ACTIONS(2182), - [aux_sym_cmd_identifier_token39] = ACTIONS(2184), - [aux_sym_cmd_identifier_token40] = ACTIONS(2184), - [anon_sym_def] = ACTIONS(2182), - [anon_sym_export_DASHenv] = ACTIONS(2182), - [anon_sym_extern] = ACTIONS(2182), - [anon_sym_module] = ACTIONS(2182), - [anon_sym_use] = ACTIONS(2182), - [anon_sym_LPAREN] = ACTIONS(2182), - [anon_sym_DOLLAR] = ACTIONS(2184), - [anon_sym_error] = ACTIONS(2182), - [anon_sym_DASH2] = ACTIONS(2182), - [anon_sym_break] = ACTIONS(2182), - [anon_sym_continue] = ACTIONS(2182), - [anon_sym_for] = ACTIONS(2182), - [anon_sym_in2] = ACTIONS(2182), - [anon_sym_loop] = ACTIONS(2182), - [anon_sym_make] = ACTIONS(2182), - [anon_sym_while] = ACTIONS(2182), - [anon_sym_do] = ACTIONS(2182), - [anon_sym_if] = ACTIONS(2182), - [anon_sym_else] = ACTIONS(2182), - [anon_sym_match] = ACTIONS(2182), - [anon_sym_RBRACE] = ACTIONS(2184), - [anon_sym_try] = ACTIONS(2182), - [anon_sym_catch] = ACTIONS(2182), - [anon_sym_return] = ACTIONS(2182), - [anon_sym_source] = ACTIONS(2182), - [anon_sym_source_DASHenv] = ACTIONS(2182), - [anon_sym_register] = ACTIONS(2182), - [anon_sym_hide] = ACTIONS(2182), - [anon_sym_hide_DASHenv] = ACTIONS(2182), - [anon_sym_overlay] = ACTIONS(2182), - [anon_sym_as] = ACTIONS(2182), - [anon_sym_LPAREN2] = ACTIONS(1655), - [anon_sym_PLUS2] = ACTIONS(2182), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2184), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2184), - [aux_sym__val_number_decimal_token1] = ACTIONS(2182), - [aux_sym__val_number_decimal_token2] = ACTIONS(2184), - [aux_sym__val_number_decimal_token3] = ACTIONS(2184), - [aux_sym__val_number_decimal_token4] = ACTIONS(2184), - [aux_sym__val_number_token1] = ACTIONS(2184), - [aux_sym__val_number_token2] = ACTIONS(2184), - [aux_sym__val_number_token3] = ACTIONS(2184), - [aux_sym__val_number_token4] = ACTIONS(2182), - [aux_sym__val_number_token5] = ACTIONS(2182), - [aux_sym__val_number_token6] = ACTIONS(2182), - [anon_sym_DQUOTE] = ACTIONS(2184), - [sym__str_single_quotes] = ACTIONS(2184), - [sym__str_back_ticks] = ACTIONS(2184), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2184), + [572] = { + [sym_comment] = STATE(572), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1725), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2184), + [sym_raw_string_begin] = ACTIONS(1727), }, - [599] = { - [sym_comment] = STATE(599), - [anon_sym_export] = ACTIONS(1004), - [anon_sym_alias] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_let_DASHenv] = ACTIONS(1004), - [anon_sym_mut] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [aux_sym_cmd_identifier_token1] = ACTIONS(1004), - [aux_sym_cmd_identifier_token2] = ACTIONS(1004), - [aux_sym_cmd_identifier_token3] = ACTIONS(1004), - [aux_sym_cmd_identifier_token4] = ACTIONS(1004), - [aux_sym_cmd_identifier_token5] = ACTIONS(1004), - [aux_sym_cmd_identifier_token6] = ACTIONS(1004), - [aux_sym_cmd_identifier_token7] = ACTIONS(1004), - [aux_sym_cmd_identifier_token8] = ACTIONS(1004), - [aux_sym_cmd_identifier_token9] = ACTIONS(1004), - [aux_sym_cmd_identifier_token10] = ACTIONS(1004), - [aux_sym_cmd_identifier_token11] = ACTIONS(1004), - [aux_sym_cmd_identifier_token12] = ACTIONS(1004), - [aux_sym_cmd_identifier_token13] = ACTIONS(1004), - [aux_sym_cmd_identifier_token14] = ACTIONS(1004), - [aux_sym_cmd_identifier_token15] = ACTIONS(1004), - [aux_sym_cmd_identifier_token16] = ACTIONS(1004), - [aux_sym_cmd_identifier_token17] = ACTIONS(1004), - [aux_sym_cmd_identifier_token18] = ACTIONS(1004), - [aux_sym_cmd_identifier_token19] = ACTIONS(1004), - [aux_sym_cmd_identifier_token20] = ACTIONS(1004), - [aux_sym_cmd_identifier_token21] = ACTIONS(1004), - [aux_sym_cmd_identifier_token22] = ACTIONS(1004), - [aux_sym_cmd_identifier_token23] = ACTIONS(1004), - [aux_sym_cmd_identifier_token24] = ACTIONS(1004), - [aux_sym_cmd_identifier_token25] = ACTIONS(1004), - [aux_sym_cmd_identifier_token26] = ACTIONS(1004), - [aux_sym_cmd_identifier_token27] = ACTIONS(1004), - [aux_sym_cmd_identifier_token28] = ACTIONS(1004), - [aux_sym_cmd_identifier_token29] = ACTIONS(1004), - [aux_sym_cmd_identifier_token30] = ACTIONS(1004), - [aux_sym_cmd_identifier_token31] = ACTIONS(1004), - [aux_sym_cmd_identifier_token32] = ACTIONS(1004), - [aux_sym_cmd_identifier_token33] = ACTIONS(1004), - [aux_sym_cmd_identifier_token34] = ACTIONS(1004), - [aux_sym_cmd_identifier_token35] = ACTIONS(1004), - [aux_sym_cmd_identifier_token36] = ACTIONS(1004), - [aux_sym_cmd_identifier_token37] = ACTIONS(1004), - [aux_sym_cmd_identifier_token38] = ACTIONS(1004), - [aux_sym_cmd_identifier_token39] = ACTIONS(1004), - [aux_sym_cmd_identifier_token40] = ACTIONS(1004), - [anon_sym_def] = ACTIONS(1004), - [anon_sym_export_DASHenv] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym_module] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_LPAREN] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_error] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_make] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_try] = ACTIONS(1004), - [anon_sym_catch] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_source] = ACTIONS(1004), - [anon_sym_source_DASHenv] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_hide] = ACTIONS(1004), - [anon_sym_hide_DASHenv] = ACTIONS(1004), - [anon_sym_overlay] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(2237), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1004), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1004), - [aux_sym__val_number_decimal_token3] = ACTIONS(1004), - [aux_sym__val_number_decimal_token4] = ACTIONS(1004), - [aux_sym__val_number_token1] = ACTIONS(1004), - [aux_sym__val_number_token2] = ACTIONS(1004), - [aux_sym__val_number_token3] = ACTIONS(1004), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), - [aux_sym__unquoted_in_record_token4] = ACTIONS(2239), + [573] = { + [sym_comment] = STATE(573), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2294), + [anon_sym_alias] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_let_DASHenv] = ACTIONS(2294), + [anon_sym_mut] = ACTIONS(2294), + [anon_sym_const] = ACTIONS(2294), + [aux_sym_cmd_identifier_token1] = ACTIONS(2294), + [aux_sym_cmd_identifier_token2] = ACTIONS(2294), + [aux_sym_cmd_identifier_token3] = ACTIONS(2294), + [aux_sym_cmd_identifier_token4] = ACTIONS(2294), + [aux_sym_cmd_identifier_token5] = ACTIONS(2294), + [aux_sym_cmd_identifier_token6] = ACTIONS(2294), + [aux_sym_cmd_identifier_token7] = ACTIONS(2294), + [aux_sym_cmd_identifier_token8] = ACTIONS(2294), + [aux_sym_cmd_identifier_token9] = ACTIONS(2294), + [aux_sym_cmd_identifier_token10] = ACTIONS(2294), + [aux_sym_cmd_identifier_token11] = ACTIONS(2294), + [aux_sym_cmd_identifier_token12] = ACTIONS(2294), + [aux_sym_cmd_identifier_token13] = ACTIONS(2294), + [aux_sym_cmd_identifier_token14] = ACTIONS(2294), + [aux_sym_cmd_identifier_token15] = ACTIONS(2294), + [aux_sym_cmd_identifier_token16] = ACTIONS(2294), + [aux_sym_cmd_identifier_token17] = ACTIONS(2294), + [aux_sym_cmd_identifier_token18] = ACTIONS(2294), + [aux_sym_cmd_identifier_token19] = ACTIONS(2294), + [aux_sym_cmd_identifier_token20] = ACTIONS(2294), + [aux_sym_cmd_identifier_token21] = ACTIONS(2294), + [aux_sym_cmd_identifier_token22] = ACTIONS(2294), + [aux_sym_cmd_identifier_token23] = ACTIONS(2294), + [aux_sym_cmd_identifier_token24] = ACTIONS(2294), + [aux_sym_cmd_identifier_token25] = ACTIONS(2294), + [aux_sym_cmd_identifier_token26] = ACTIONS(2294), + [aux_sym_cmd_identifier_token27] = ACTIONS(2294), + [aux_sym_cmd_identifier_token28] = ACTIONS(2294), + [aux_sym_cmd_identifier_token29] = ACTIONS(2294), + [aux_sym_cmd_identifier_token30] = ACTIONS(2294), + [aux_sym_cmd_identifier_token31] = ACTIONS(2294), + [aux_sym_cmd_identifier_token32] = ACTIONS(2294), + [aux_sym_cmd_identifier_token33] = ACTIONS(2294), + [aux_sym_cmd_identifier_token34] = ACTIONS(2294), + [aux_sym_cmd_identifier_token35] = ACTIONS(2294), + [aux_sym_cmd_identifier_token36] = ACTIONS(2294), + [aux_sym_cmd_identifier_token37] = ACTIONS(2294), + [aux_sym_cmd_identifier_token38] = ACTIONS(2294), + [aux_sym_cmd_identifier_token39] = ACTIONS(2294), + [aux_sym_cmd_identifier_token40] = ACTIONS(2294), + [anon_sym_def] = ACTIONS(2294), + [anon_sym_export_DASHenv] = ACTIONS(2294), + [anon_sym_extern] = ACTIONS(2294), + [anon_sym_module] = ACTIONS(2294), + [anon_sym_use] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_DOLLAR] = ACTIONS(2294), + [anon_sym_error] = ACTIONS(2294), + [anon_sym_DASH2] = ACTIONS(2294), + [anon_sym_break] = ACTIONS(2294), + [anon_sym_continue] = ACTIONS(2294), + [anon_sym_for] = ACTIONS(2294), + [anon_sym_in2] = ACTIONS(2294), + [anon_sym_loop] = ACTIONS(2294), + [anon_sym_make] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2294), + [anon_sym_do] = ACTIONS(2294), + [anon_sym_if] = ACTIONS(2294), + [anon_sym_else] = ACTIONS(2294), + [anon_sym_match] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2302), + [anon_sym_try] = ACTIONS(2294), + [anon_sym_catch] = ACTIONS(2294), + [anon_sym_return] = ACTIONS(2294), + [anon_sym_source] = ACTIONS(2294), + [anon_sym_source_DASHenv] = ACTIONS(2294), + [anon_sym_register] = ACTIONS(2294), + [anon_sym_hide] = ACTIONS(2294), + [anon_sym_hide_DASHenv] = ACTIONS(2294), + [anon_sym_overlay] = ACTIONS(2294), + [anon_sym_as] = ACTIONS(2294), + [anon_sym_PLUS2] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2294), + [aux_sym__val_number_decimal_token1] = ACTIONS(2294), + [aux_sym__val_number_decimal_token2] = ACTIONS(2294), + [aux_sym__val_number_decimal_token3] = ACTIONS(2294), + [aux_sym__val_number_decimal_token4] = ACTIONS(2294), + [aux_sym__val_number_token1] = ACTIONS(2294), + [aux_sym__val_number_token2] = ACTIONS(2294), + [aux_sym__val_number_token3] = ACTIONS(2294), + [aux_sym__val_number_token4] = ACTIONS(2294), + [aux_sym__val_number_token5] = ACTIONS(2294), + [aux_sym__val_number_token6] = ACTIONS(2294), + [anon_sym_DQUOTE] = ACTIONS(2294), + [sym__str_single_quotes] = ACTIONS(2294), + [sym__str_back_ticks] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2294), + [sym__entry_separator] = ACTIONS(2298), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1000), + [sym_raw_string_begin] = ACTIONS(2300), }, - [600] = { - [sym_comment] = STATE(600), + [574] = { + [sym_comment] = STATE(574), [anon_sym_export] = ACTIONS(984), [anon_sym_alias] = ACTIONS(984), [anon_sym_let] = ACTIONS(984), @@ -144784,3199 +142187,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(984), [anon_sym_const] = ACTIONS(984), [aux_sym_cmd_identifier_token1] = ACTIONS(984), - [aux_sym_cmd_identifier_token2] = ACTIONS(986), - [aux_sym_cmd_identifier_token3] = ACTIONS(986), - [aux_sym_cmd_identifier_token4] = ACTIONS(986), - [aux_sym_cmd_identifier_token5] = ACTIONS(986), - [aux_sym_cmd_identifier_token6] = ACTIONS(986), - [aux_sym_cmd_identifier_token7] = ACTIONS(986), + [aux_sym_cmd_identifier_token2] = ACTIONS(984), + [aux_sym_cmd_identifier_token3] = ACTIONS(984), + [aux_sym_cmd_identifier_token4] = ACTIONS(984), + [aux_sym_cmd_identifier_token5] = ACTIONS(984), + [aux_sym_cmd_identifier_token6] = ACTIONS(984), + [aux_sym_cmd_identifier_token7] = ACTIONS(984), [aux_sym_cmd_identifier_token8] = ACTIONS(984), [aux_sym_cmd_identifier_token9] = ACTIONS(984), - [aux_sym_cmd_identifier_token10] = ACTIONS(986), - [aux_sym_cmd_identifier_token11] = ACTIONS(986), + [aux_sym_cmd_identifier_token10] = ACTIONS(984), + [aux_sym_cmd_identifier_token11] = ACTIONS(984), [aux_sym_cmd_identifier_token12] = ACTIONS(984), [aux_sym_cmd_identifier_token13] = ACTIONS(984), [aux_sym_cmd_identifier_token14] = ACTIONS(984), [aux_sym_cmd_identifier_token15] = ACTIONS(984), - [aux_sym_cmd_identifier_token16] = ACTIONS(986), - [aux_sym_cmd_identifier_token17] = ACTIONS(986), - [aux_sym_cmd_identifier_token18] = ACTIONS(986), - [aux_sym_cmd_identifier_token19] = ACTIONS(986), - [aux_sym_cmd_identifier_token20] = ACTIONS(986), - [aux_sym_cmd_identifier_token21] = ACTIONS(986), - [aux_sym_cmd_identifier_token22] = ACTIONS(986), - [aux_sym_cmd_identifier_token23] = ACTIONS(986), - [aux_sym_cmd_identifier_token24] = ACTIONS(986), - [aux_sym_cmd_identifier_token25] = ACTIONS(986), - [aux_sym_cmd_identifier_token26] = ACTIONS(986), - [aux_sym_cmd_identifier_token27] = ACTIONS(986), - [aux_sym_cmd_identifier_token28] = ACTIONS(986), - [aux_sym_cmd_identifier_token29] = ACTIONS(986), - [aux_sym_cmd_identifier_token30] = ACTIONS(986), - [aux_sym_cmd_identifier_token31] = ACTIONS(986), - [aux_sym_cmd_identifier_token32] = ACTIONS(986), - [aux_sym_cmd_identifier_token33] = ACTIONS(986), + [aux_sym_cmd_identifier_token16] = ACTIONS(984), + [aux_sym_cmd_identifier_token17] = ACTIONS(984), + [aux_sym_cmd_identifier_token18] = ACTIONS(984), + [aux_sym_cmd_identifier_token19] = ACTIONS(984), + [aux_sym_cmd_identifier_token20] = ACTIONS(984), + [aux_sym_cmd_identifier_token21] = ACTIONS(984), + [aux_sym_cmd_identifier_token22] = ACTIONS(984), + [aux_sym_cmd_identifier_token23] = ACTIONS(984), + [aux_sym_cmd_identifier_token24] = ACTIONS(984), + [aux_sym_cmd_identifier_token25] = ACTIONS(984), + [aux_sym_cmd_identifier_token26] = ACTIONS(984), + [aux_sym_cmd_identifier_token27] = ACTIONS(984), + [aux_sym_cmd_identifier_token28] = ACTIONS(984), + [aux_sym_cmd_identifier_token29] = ACTIONS(984), + [aux_sym_cmd_identifier_token30] = ACTIONS(984), + [aux_sym_cmd_identifier_token31] = ACTIONS(984), + [aux_sym_cmd_identifier_token32] = ACTIONS(984), + [aux_sym_cmd_identifier_token33] = ACTIONS(984), [aux_sym_cmd_identifier_token34] = ACTIONS(984), - [aux_sym_cmd_identifier_token35] = ACTIONS(986), - [aux_sym_cmd_identifier_token36] = ACTIONS(986), - [aux_sym_cmd_identifier_token37] = ACTIONS(986), + [aux_sym_cmd_identifier_token35] = ACTIONS(984), + [aux_sym_cmd_identifier_token36] = ACTIONS(984), + [aux_sym_cmd_identifier_token37] = ACTIONS(984), [aux_sym_cmd_identifier_token38] = ACTIONS(984), - [aux_sym_cmd_identifier_token39] = ACTIONS(986), - [aux_sym_cmd_identifier_token40] = ACTIONS(986), - [anon_sym_def] = ACTIONS(984), - [anon_sym_export_DASHenv] = ACTIONS(984), - [anon_sym_extern] = ACTIONS(984), - [anon_sym_module] = ACTIONS(984), - [anon_sym_use] = ACTIONS(984), - [anon_sym_LPAREN] = ACTIONS(986), - [anon_sym_DOLLAR] = ACTIONS(986), - [anon_sym_error] = ACTIONS(984), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_break] = ACTIONS(984), - [anon_sym_continue] = ACTIONS(984), - [anon_sym_for] = ACTIONS(984), - [anon_sym_in2] = ACTIONS(984), - [anon_sym_loop] = ACTIONS(984), - [anon_sym_make] = ACTIONS(984), - [anon_sym_while] = ACTIONS(984), - [anon_sym_do] = ACTIONS(984), - [anon_sym_if] = ACTIONS(984), - [anon_sym_else] = ACTIONS(984), - [anon_sym_match] = ACTIONS(984), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_try] = ACTIONS(984), - [anon_sym_catch] = ACTIONS(984), - [anon_sym_return] = ACTIONS(984), - [anon_sym_source] = ACTIONS(984), - [anon_sym_source_DASHenv] = ACTIONS(984), - [anon_sym_register] = ACTIONS(984), - [anon_sym_hide] = ACTIONS(984), - [anon_sym_hide_DASHenv] = ACTIONS(984), - [anon_sym_overlay] = ACTIONS(984), - [anon_sym_as] = ACTIONS(984), - [anon_sym_PLUS2] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(986), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(986), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(986), - [aux_sym__val_number_decimal_token3] = ACTIONS(986), - [aux_sym__val_number_decimal_token4] = ACTIONS(986), - [aux_sym__val_number_token1] = ACTIONS(986), - [aux_sym__val_number_token2] = ACTIONS(986), - [aux_sym__val_number_token3] = ACTIONS(986), - [aux_sym__val_number_token4] = ACTIONS(984), - [aux_sym__val_number_token5] = ACTIONS(984), - [aux_sym__val_number_token6] = ACTIONS(984), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym__str_single_quotes] = ACTIONS(986), - [sym__str_back_ticks] = ACTIONS(986), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(986), - }, - [601] = { - [sym_comment] = STATE(601), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), - [aux_sym_cmd_identifier_token2] = ACTIONS(1653), - [aux_sym_cmd_identifier_token3] = ACTIONS(1653), - [aux_sym_cmd_identifier_token4] = ACTIONS(1653), - [aux_sym_cmd_identifier_token5] = ACTIONS(1653), - [aux_sym_cmd_identifier_token6] = ACTIONS(1653), - [aux_sym_cmd_identifier_token7] = ACTIONS(1653), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), - [aux_sym_cmd_identifier_token10] = ACTIONS(1653), - [aux_sym_cmd_identifier_token11] = ACTIONS(1653), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), - [aux_sym_cmd_identifier_token16] = ACTIONS(1653), - [aux_sym_cmd_identifier_token17] = ACTIONS(1653), - [aux_sym_cmd_identifier_token18] = ACTIONS(1653), - [aux_sym_cmd_identifier_token19] = ACTIONS(1653), - [aux_sym_cmd_identifier_token20] = ACTIONS(1653), - [aux_sym_cmd_identifier_token21] = ACTIONS(1653), - [aux_sym_cmd_identifier_token22] = ACTIONS(1653), - [aux_sym_cmd_identifier_token23] = ACTIONS(1653), - [aux_sym_cmd_identifier_token24] = ACTIONS(1653), - [aux_sym_cmd_identifier_token25] = ACTIONS(1653), - [aux_sym_cmd_identifier_token26] = ACTIONS(1653), - [aux_sym_cmd_identifier_token27] = ACTIONS(1653), - [aux_sym_cmd_identifier_token28] = ACTIONS(1653), - [aux_sym_cmd_identifier_token29] = ACTIONS(1653), - [aux_sym_cmd_identifier_token30] = ACTIONS(1653), - [aux_sym_cmd_identifier_token31] = ACTIONS(1653), - [aux_sym_cmd_identifier_token32] = ACTIONS(1653), - [aux_sym_cmd_identifier_token33] = ACTIONS(1653), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), - [aux_sym_cmd_identifier_token35] = ACTIONS(1653), - [aux_sym_cmd_identifier_token36] = ACTIONS(1653), - [aux_sym_cmd_identifier_token37] = ACTIONS(1653), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), - [aux_sym_cmd_identifier_token39] = ACTIONS(1653), - [aux_sym_cmd_identifier_token40] = ACTIONS(1653), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1653), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1653), - [aux_sym__val_number_decimal_token3] = ACTIONS(1653), - [aux_sym__val_number_decimal_token4] = ACTIONS(1653), - [aux_sym__val_number_token1] = ACTIONS(1653), - [aux_sym__val_number_token2] = ACTIONS(1653), - [aux_sym__val_number_token3] = ACTIONS(1653), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [anon_sym_DQUOTE] = ACTIONS(1653), - [sym__str_single_quotes] = ACTIONS(1653), - [sym__str_back_ticks] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1653), - [sym__entry_separator] = ACTIONS(1665), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1665), - }, - [602] = { - [sym_comment] = STATE(602), - [anon_sym_export] = ACTIONS(2334), - [anon_sym_alias] = ACTIONS(2334), - [anon_sym_let] = ACTIONS(2334), - [anon_sym_let_DASHenv] = ACTIONS(2334), - [anon_sym_mut] = ACTIONS(2334), - [anon_sym_const] = ACTIONS(2334), - [aux_sym_cmd_identifier_token1] = ACTIONS(2334), - [aux_sym_cmd_identifier_token2] = ACTIONS(2334), - [aux_sym_cmd_identifier_token3] = ACTIONS(2334), - [aux_sym_cmd_identifier_token4] = ACTIONS(2334), - [aux_sym_cmd_identifier_token5] = ACTIONS(2334), - [aux_sym_cmd_identifier_token6] = ACTIONS(2334), - [aux_sym_cmd_identifier_token7] = ACTIONS(2334), - [aux_sym_cmd_identifier_token8] = ACTIONS(2334), - [aux_sym_cmd_identifier_token9] = ACTIONS(2334), - [aux_sym_cmd_identifier_token10] = ACTIONS(2334), - [aux_sym_cmd_identifier_token11] = ACTIONS(2334), - [aux_sym_cmd_identifier_token12] = ACTIONS(2334), - [aux_sym_cmd_identifier_token13] = ACTIONS(2334), - [aux_sym_cmd_identifier_token14] = ACTIONS(2334), - [aux_sym_cmd_identifier_token15] = ACTIONS(2334), - [aux_sym_cmd_identifier_token16] = ACTIONS(2334), - [aux_sym_cmd_identifier_token17] = ACTIONS(2334), - [aux_sym_cmd_identifier_token18] = ACTIONS(2334), - [aux_sym_cmd_identifier_token19] = ACTIONS(2334), - [aux_sym_cmd_identifier_token20] = ACTIONS(2334), - [aux_sym_cmd_identifier_token21] = ACTIONS(2334), - [aux_sym_cmd_identifier_token22] = ACTIONS(2334), - [aux_sym_cmd_identifier_token23] = ACTIONS(2334), - [aux_sym_cmd_identifier_token24] = ACTIONS(2334), - [aux_sym_cmd_identifier_token25] = ACTIONS(2334), - [aux_sym_cmd_identifier_token26] = ACTIONS(2334), - [aux_sym_cmd_identifier_token27] = ACTIONS(2334), - [aux_sym_cmd_identifier_token28] = ACTIONS(2334), - [aux_sym_cmd_identifier_token29] = ACTIONS(2334), - [aux_sym_cmd_identifier_token30] = ACTIONS(2334), - [aux_sym_cmd_identifier_token31] = ACTIONS(2334), - [aux_sym_cmd_identifier_token32] = ACTIONS(2334), - [aux_sym_cmd_identifier_token33] = ACTIONS(2334), - [aux_sym_cmd_identifier_token34] = ACTIONS(2334), - [aux_sym_cmd_identifier_token35] = ACTIONS(2334), - [aux_sym_cmd_identifier_token36] = ACTIONS(2334), - [aux_sym_cmd_identifier_token37] = ACTIONS(2334), - [aux_sym_cmd_identifier_token38] = ACTIONS(2334), - [aux_sym_cmd_identifier_token39] = ACTIONS(2334), - [aux_sym_cmd_identifier_token40] = ACTIONS(2334), - [anon_sym_def] = ACTIONS(2334), - [anon_sym_export_DASHenv] = ACTIONS(2334), - [anon_sym_extern] = ACTIONS(2334), - [anon_sym_module] = ACTIONS(2334), - [anon_sym_use] = ACTIONS(2334), - [anon_sym_LPAREN] = ACTIONS(2334), - [anon_sym_DOLLAR] = ACTIONS(2334), - [anon_sym_error] = ACTIONS(2334), - [anon_sym_DASH2] = ACTIONS(2334), - [anon_sym_break] = ACTIONS(2334), - [anon_sym_continue] = ACTIONS(2334), - [anon_sym_for] = ACTIONS(2334), - [anon_sym_in2] = ACTIONS(2334), - [anon_sym_loop] = ACTIONS(2334), - [anon_sym_make] = ACTIONS(2334), - [anon_sym_while] = ACTIONS(2334), - [anon_sym_do] = ACTIONS(2334), - [anon_sym_if] = ACTIONS(2334), - [anon_sym_else] = ACTIONS(2334), - [anon_sym_match] = ACTIONS(2334), - [anon_sym_RBRACE] = ACTIONS(2334), - [anon_sym_try] = ACTIONS(2334), - [anon_sym_catch] = ACTIONS(2334), - [anon_sym_return] = ACTIONS(2334), - [anon_sym_source] = ACTIONS(2334), - [anon_sym_source_DASHenv] = ACTIONS(2334), - [anon_sym_register] = ACTIONS(2334), - [anon_sym_hide] = ACTIONS(2334), - [anon_sym_hide_DASHenv] = ACTIONS(2334), - [anon_sym_overlay] = ACTIONS(2334), - [anon_sym_as] = ACTIONS(2334), - [anon_sym_PLUS2] = ACTIONS(2334), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2334), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2334), - [aux_sym__val_number_decimal_token1] = ACTIONS(2334), - [aux_sym__val_number_decimal_token2] = ACTIONS(2334), - [aux_sym__val_number_decimal_token3] = ACTIONS(2334), - [aux_sym__val_number_decimal_token4] = ACTIONS(2334), - [aux_sym__val_number_token1] = ACTIONS(2334), - [aux_sym__val_number_token2] = ACTIONS(2334), - [aux_sym__val_number_token3] = ACTIONS(2334), - [aux_sym__val_number_token4] = ACTIONS(2334), - [aux_sym__val_number_token5] = ACTIONS(2334), - [aux_sym__val_number_token6] = ACTIONS(2334), - [anon_sym_DQUOTE] = ACTIONS(2334), - [sym__str_single_quotes] = ACTIONS(2334), - [sym__str_back_ticks] = ACTIONS(2334), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2334), - [sym__entry_separator] = ACTIONS(2336), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2336), - }, - [603] = { - [sym_comment] = STATE(603), - [anon_sym_export] = ACTIONS(2338), - [anon_sym_alias] = ACTIONS(2338), - [anon_sym_let] = ACTIONS(2338), - [anon_sym_let_DASHenv] = ACTIONS(2338), - [anon_sym_mut] = ACTIONS(2338), - [anon_sym_const] = ACTIONS(2338), - [aux_sym_cmd_identifier_token1] = ACTIONS(2338), - [aux_sym_cmd_identifier_token2] = ACTIONS(2338), - [aux_sym_cmd_identifier_token3] = ACTIONS(2338), - [aux_sym_cmd_identifier_token4] = ACTIONS(2338), - [aux_sym_cmd_identifier_token5] = ACTIONS(2338), - [aux_sym_cmd_identifier_token6] = ACTIONS(2338), - [aux_sym_cmd_identifier_token7] = ACTIONS(2338), - [aux_sym_cmd_identifier_token8] = ACTIONS(2338), - [aux_sym_cmd_identifier_token9] = ACTIONS(2338), - [aux_sym_cmd_identifier_token10] = ACTIONS(2338), - [aux_sym_cmd_identifier_token11] = ACTIONS(2338), - [aux_sym_cmd_identifier_token12] = ACTIONS(2338), - [aux_sym_cmd_identifier_token13] = ACTIONS(2338), - [aux_sym_cmd_identifier_token14] = ACTIONS(2338), - [aux_sym_cmd_identifier_token15] = ACTIONS(2338), - [aux_sym_cmd_identifier_token16] = ACTIONS(2338), - [aux_sym_cmd_identifier_token17] = ACTIONS(2338), - [aux_sym_cmd_identifier_token18] = ACTIONS(2338), - [aux_sym_cmd_identifier_token19] = ACTIONS(2338), - [aux_sym_cmd_identifier_token20] = ACTIONS(2338), - [aux_sym_cmd_identifier_token21] = ACTIONS(2338), - [aux_sym_cmd_identifier_token22] = ACTIONS(2338), - [aux_sym_cmd_identifier_token23] = ACTIONS(2338), - [aux_sym_cmd_identifier_token24] = ACTIONS(2338), - [aux_sym_cmd_identifier_token25] = ACTIONS(2338), - [aux_sym_cmd_identifier_token26] = ACTIONS(2338), - [aux_sym_cmd_identifier_token27] = ACTIONS(2338), - [aux_sym_cmd_identifier_token28] = ACTIONS(2338), - [aux_sym_cmd_identifier_token29] = ACTIONS(2338), - [aux_sym_cmd_identifier_token30] = ACTIONS(2338), - [aux_sym_cmd_identifier_token31] = ACTIONS(2338), - [aux_sym_cmd_identifier_token32] = ACTIONS(2338), - [aux_sym_cmd_identifier_token33] = ACTIONS(2338), - [aux_sym_cmd_identifier_token34] = ACTIONS(2338), - [aux_sym_cmd_identifier_token35] = ACTIONS(2338), - [aux_sym_cmd_identifier_token36] = ACTIONS(2338), - [aux_sym_cmd_identifier_token37] = ACTIONS(2338), - [aux_sym_cmd_identifier_token38] = ACTIONS(2338), - [aux_sym_cmd_identifier_token39] = ACTIONS(2338), - [aux_sym_cmd_identifier_token40] = ACTIONS(2338), - [anon_sym_def] = ACTIONS(2338), - [anon_sym_export_DASHenv] = ACTIONS(2338), - [anon_sym_extern] = ACTIONS(2338), - [anon_sym_module] = ACTIONS(2338), - [anon_sym_use] = ACTIONS(2338), - [anon_sym_LPAREN] = ACTIONS(2338), - [anon_sym_DOLLAR] = ACTIONS(2338), - [anon_sym_error] = ACTIONS(2338), - [anon_sym_DASH2] = ACTIONS(2338), - [anon_sym_break] = ACTIONS(2338), - [anon_sym_continue] = ACTIONS(2338), - [anon_sym_for] = ACTIONS(2338), - [anon_sym_in2] = ACTIONS(2338), - [anon_sym_loop] = ACTIONS(2338), - [anon_sym_make] = ACTIONS(2338), - [anon_sym_while] = ACTIONS(2338), - [anon_sym_do] = ACTIONS(2338), - [anon_sym_if] = ACTIONS(2338), - [anon_sym_else] = ACTIONS(2338), - [anon_sym_match] = ACTIONS(2338), - [anon_sym_RBRACE] = ACTIONS(2338), - [anon_sym_try] = ACTIONS(2338), - [anon_sym_catch] = ACTIONS(2338), - [anon_sym_return] = ACTIONS(2338), - [anon_sym_source] = ACTIONS(2338), - [anon_sym_source_DASHenv] = ACTIONS(2338), - [anon_sym_register] = ACTIONS(2338), - [anon_sym_hide] = ACTIONS(2338), - [anon_sym_hide_DASHenv] = ACTIONS(2338), - [anon_sym_overlay] = ACTIONS(2338), - [anon_sym_as] = ACTIONS(2338), - [anon_sym_PLUS2] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2338), - [aux_sym__val_number_decimal_token1] = ACTIONS(2338), - [aux_sym__val_number_decimal_token2] = ACTIONS(2338), - [aux_sym__val_number_decimal_token3] = ACTIONS(2338), - [aux_sym__val_number_decimal_token4] = ACTIONS(2338), - [aux_sym__val_number_token1] = ACTIONS(2338), - [aux_sym__val_number_token2] = ACTIONS(2338), - [aux_sym__val_number_token3] = ACTIONS(2338), - [aux_sym__val_number_token4] = ACTIONS(2338), - [aux_sym__val_number_token5] = ACTIONS(2338), - [aux_sym__val_number_token6] = ACTIONS(2338), - [anon_sym_DQUOTE] = ACTIONS(2338), - [sym__str_single_quotes] = ACTIONS(2338), - [sym__str_back_ticks] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2338), - [sym__entry_separator] = ACTIONS(2340), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2340), - }, - [604] = { - [sym_comment] = STATE(604), - [anon_sym_export] = ACTIONS(2338), - [anon_sym_alias] = ACTIONS(2338), - [anon_sym_let] = ACTIONS(2338), - [anon_sym_let_DASHenv] = ACTIONS(2338), - [anon_sym_mut] = ACTIONS(2338), - [anon_sym_const] = ACTIONS(2338), - [aux_sym_cmd_identifier_token1] = ACTIONS(2338), - [aux_sym_cmd_identifier_token2] = ACTIONS(2338), - [aux_sym_cmd_identifier_token3] = ACTIONS(2338), - [aux_sym_cmd_identifier_token4] = ACTIONS(2338), - [aux_sym_cmd_identifier_token5] = ACTIONS(2338), - [aux_sym_cmd_identifier_token6] = ACTIONS(2338), - [aux_sym_cmd_identifier_token7] = ACTIONS(2338), - [aux_sym_cmd_identifier_token8] = ACTIONS(2338), - [aux_sym_cmd_identifier_token9] = ACTIONS(2338), - [aux_sym_cmd_identifier_token10] = ACTIONS(2338), - [aux_sym_cmd_identifier_token11] = ACTIONS(2338), - [aux_sym_cmd_identifier_token12] = ACTIONS(2338), - [aux_sym_cmd_identifier_token13] = ACTIONS(2338), - [aux_sym_cmd_identifier_token14] = ACTIONS(2338), - [aux_sym_cmd_identifier_token15] = ACTIONS(2338), - [aux_sym_cmd_identifier_token16] = ACTIONS(2338), - [aux_sym_cmd_identifier_token17] = ACTIONS(2338), - [aux_sym_cmd_identifier_token18] = ACTIONS(2338), - [aux_sym_cmd_identifier_token19] = ACTIONS(2338), - [aux_sym_cmd_identifier_token20] = ACTIONS(2338), - [aux_sym_cmd_identifier_token21] = ACTIONS(2338), - [aux_sym_cmd_identifier_token22] = ACTIONS(2338), - [aux_sym_cmd_identifier_token23] = ACTIONS(2338), - [aux_sym_cmd_identifier_token24] = ACTIONS(2338), - [aux_sym_cmd_identifier_token25] = ACTIONS(2338), - [aux_sym_cmd_identifier_token26] = ACTIONS(2338), - [aux_sym_cmd_identifier_token27] = ACTIONS(2338), - [aux_sym_cmd_identifier_token28] = ACTIONS(2338), - [aux_sym_cmd_identifier_token29] = ACTIONS(2338), - [aux_sym_cmd_identifier_token30] = ACTIONS(2338), - [aux_sym_cmd_identifier_token31] = ACTIONS(2338), - [aux_sym_cmd_identifier_token32] = ACTIONS(2338), - [aux_sym_cmd_identifier_token33] = ACTIONS(2338), - [aux_sym_cmd_identifier_token34] = ACTIONS(2338), - [aux_sym_cmd_identifier_token35] = ACTIONS(2338), - [aux_sym_cmd_identifier_token36] = ACTIONS(2338), - [aux_sym_cmd_identifier_token37] = ACTIONS(2338), - [aux_sym_cmd_identifier_token38] = ACTIONS(2338), - [aux_sym_cmd_identifier_token39] = ACTIONS(2338), - [aux_sym_cmd_identifier_token40] = ACTIONS(2338), - [anon_sym_def] = ACTIONS(2338), - [anon_sym_export_DASHenv] = ACTIONS(2338), - [anon_sym_extern] = ACTIONS(2338), - [anon_sym_module] = ACTIONS(2338), - [anon_sym_use] = ACTIONS(2338), - [anon_sym_LPAREN] = ACTIONS(2338), - [anon_sym_DOLLAR] = ACTIONS(2338), - [anon_sym_error] = ACTIONS(2338), - [anon_sym_DASH2] = ACTIONS(2338), - [anon_sym_break] = ACTIONS(2338), - [anon_sym_continue] = ACTIONS(2338), - [anon_sym_for] = ACTIONS(2338), - [anon_sym_in2] = ACTIONS(2338), - [anon_sym_loop] = ACTIONS(2338), - [anon_sym_make] = ACTIONS(2338), - [anon_sym_while] = ACTIONS(2338), - [anon_sym_do] = ACTIONS(2338), - [anon_sym_if] = ACTIONS(2338), - [anon_sym_else] = ACTIONS(2338), - [anon_sym_match] = ACTIONS(2338), - [anon_sym_RBRACE] = ACTIONS(2338), - [anon_sym_try] = ACTIONS(2338), - [anon_sym_catch] = ACTIONS(2338), - [anon_sym_return] = ACTIONS(2338), - [anon_sym_source] = ACTIONS(2338), - [anon_sym_source_DASHenv] = ACTIONS(2338), - [anon_sym_register] = ACTIONS(2338), - [anon_sym_hide] = ACTIONS(2338), - [anon_sym_hide_DASHenv] = ACTIONS(2338), - [anon_sym_overlay] = ACTIONS(2338), - [anon_sym_as] = ACTIONS(2338), - [anon_sym_PLUS2] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2338), - [aux_sym__val_number_decimal_token1] = ACTIONS(2338), - [aux_sym__val_number_decimal_token2] = ACTIONS(2338), - [aux_sym__val_number_decimal_token3] = ACTIONS(2338), - [aux_sym__val_number_decimal_token4] = ACTIONS(2338), - [aux_sym__val_number_token1] = ACTIONS(2338), - [aux_sym__val_number_token2] = ACTIONS(2338), - [aux_sym__val_number_token3] = ACTIONS(2338), - [aux_sym__val_number_token4] = ACTIONS(2338), - [aux_sym__val_number_token5] = ACTIONS(2338), - [aux_sym__val_number_token6] = ACTIONS(2338), - [anon_sym_DQUOTE] = ACTIONS(2338), - [sym__str_single_quotes] = ACTIONS(2338), - [sym__str_back_ticks] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2338), - [sym__entry_separator] = ACTIONS(2340), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2340), - }, - [605] = { - [sym_comment] = STATE(605), - [anon_sym_export] = ACTIONS(2342), - [anon_sym_alias] = ACTIONS(2342), - [anon_sym_let] = ACTIONS(2342), - [anon_sym_let_DASHenv] = ACTIONS(2342), - [anon_sym_mut] = ACTIONS(2342), - [anon_sym_const] = ACTIONS(2342), - [aux_sym_cmd_identifier_token1] = ACTIONS(2342), - [aux_sym_cmd_identifier_token2] = ACTIONS(2342), - [aux_sym_cmd_identifier_token3] = ACTIONS(2342), - [aux_sym_cmd_identifier_token4] = ACTIONS(2342), - [aux_sym_cmd_identifier_token5] = ACTIONS(2342), - [aux_sym_cmd_identifier_token6] = ACTIONS(2342), - [aux_sym_cmd_identifier_token7] = ACTIONS(2342), - [aux_sym_cmd_identifier_token8] = ACTIONS(2342), - [aux_sym_cmd_identifier_token9] = ACTIONS(2342), - [aux_sym_cmd_identifier_token10] = ACTIONS(2342), - [aux_sym_cmd_identifier_token11] = ACTIONS(2342), - [aux_sym_cmd_identifier_token12] = ACTIONS(2342), - [aux_sym_cmd_identifier_token13] = ACTIONS(2342), - [aux_sym_cmd_identifier_token14] = ACTIONS(2342), - [aux_sym_cmd_identifier_token15] = ACTIONS(2342), - [aux_sym_cmd_identifier_token16] = ACTIONS(2342), - [aux_sym_cmd_identifier_token17] = ACTIONS(2342), - [aux_sym_cmd_identifier_token18] = ACTIONS(2342), - [aux_sym_cmd_identifier_token19] = ACTIONS(2342), - [aux_sym_cmd_identifier_token20] = ACTIONS(2342), - [aux_sym_cmd_identifier_token21] = ACTIONS(2342), - [aux_sym_cmd_identifier_token22] = ACTIONS(2342), - [aux_sym_cmd_identifier_token23] = ACTIONS(2342), - [aux_sym_cmd_identifier_token24] = ACTIONS(2342), - [aux_sym_cmd_identifier_token25] = ACTIONS(2342), - [aux_sym_cmd_identifier_token26] = ACTIONS(2342), - [aux_sym_cmd_identifier_token27] = ACTIONS(2342), - [aux_sym_cmd_identifier_token28] = ACTIONS(2342), - [aux_sym_cmd_identifier_token29] = ACTIONS(2342), - [aux_sym_cmd_identifier_token30] = ACTIONS(2342), - [aux_sym_cmd_identifier_token31] = ACTIONS(2342), - [aux_sym_cmd_identifier_token32] = ACTIONS(2342), - [aux_sym_cmd_identifier_token33] = ACTIONS(2342), - [aux_sym_cmd_identifier_token34] = ACTIONS(2342), - [aux_sym_cmd_identifier_token35] = ACTIONS(2342), - [aux_sym_cmd_identifier_token36] = ACTIONS(2342), - [aux_sym_cmd_identifier_token37] = ACTIONS(2342), - [aux_sym_cmd_identifier_token38] = ACTIONS(2342), - [aux_sym_cmd_identifier_token39] = ACTIONS(2342), - [aux_sym_cmd_identifier_token40] = ACTIONS(2342), - [anon_sym_def] = ACTIONS(2342), - [anon_sym_export_DASHenv] = ACTIONS(2342), - [anon_sym_extern] = ACTIONS(2342), - [anon_sym_module] = ACTIONS(2342), - [anon_sym_use] = ACTIONS(2342), - [anon_sym_LPAREN] = ACTIONS(2342), - [anon_sym_DOLLAR] = ACTIONS(2342), - [anon_sym_error] = ACTIONS(2342), - [anon_sym_DASH2] = ACTIONS(2342), - [anon_sym_break] = ACTIONS(2342), - [anon_sym_continue] = ACTIONS(2342), - [anon_sym_for] = ACTIONS(2342), - [anon_sym_in2] = ACTIONS(2342), - [anon_sym_loop] = ACTIONS(2342), - [anon_sym_make] = ACTIONS(2342), - [anon_sym_while] = ACTIONS(2342), - [anon_sym_do] = ACTIONS(2342), - [anon_sym_if] = ACTIONS(2342), - [anon_sym_else] = ACTIONS(2342), - [anon_sym_match] = ACTIONS(2342), - [anon_sym_RBRACE] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2342), - [anon_sym_catch] = ACTIONS(2342), - [anon_sym_return] = ACTIONS(2342), - [anon_sym_source] = ACTIONS(2342), - [anon_sym_source_DASHenv] = ACTIONS(2342), - [anon_sym_register] = ACTIONS(2342), - [anon_sym_hide] = ACTIONS(2342), - [anon_sym_hide_DASHenv] = ACTIONS(2342), - [anon_sym_overlay] = ACTIONS(2342), - [anon_sym_as] = ACTIONS(2342), - [anon_sym_PLUS2] = ACTIONS(2342), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2342), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2342), - [aux_sym__val_number_decimal_token1] = ACTIONS(2342), - [aux_sym__val_number_decimal_token2] = ACTIONS(2342), - [aux_sym__val_number_decimal_token3] = ACTIONS(2342), - [aux_sym__val_number_decimal_token4] = ACTIONS(2342), - [aux_sym__val_number_token1] = ACTIONS(2342), - [aux_sym__val_number_token2] = ACTIONS(2342), - [aux_sym__val_number_token3] = ACTIONS(2342), - [aux_sym__val_number_token4] = ACTIONS(2342), - [aux_sym__val_number_token5] = ACTIONS(2342), - [aux_sym__val_number_token6] = ACTIONS(2342), - [anon_sym_DQUOTE] = ACTIONS(2342), - [sym__str_single_quotes] = ACTIONS(2342), - [sym__str_back_ticks] = ACTIONS(2342), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2342), - [sym__entry_separator] = ACTIONS(2344), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2344), - }, - [606] = { - [sym_comment] = STATE(606), - [anon_sym_export] = ACTIONS(2346), - [anon_sym_alias] = ACTIONS(2346), - [anon_sym_let] = ACTIONS(2346), - [anon_sym_let_DASHenv] = ACTIONS(2346), - [anon_sym_mut] = ACTIONS(2346), - [anon_sym_const] = ACTIONS(2346), - [aux_sym_cmd_identifier_token1] = ACTIONS(2346), - [aux_sym_cmd_identifier_token2] = ACTIONS(2346), - [aux_sym_cmd_identifier_token3] = ACTIONS(2346), - [aux_sym_cmd_identifier_token4] = ACTIONS(2346), - [aux_sym_cmd_identifier_token5] = ACTIONS(2346), - [aux_sym_cmd_identifier_token6] = ACTIONS(2346), - [aux_sym_cmd_identifier_token7] = ACTIONS(2346), - [aux_sym_cmd_identifier_token8] = ACTIONS(2346), - [aux_sym_cmd_identifier_token9] = ACTIONS(2346), - [aux_sym_cmd_identifier_token10] = ACTIONS(2346), - [aux_sym_cmd_identifier_token11] = ACTIONS(2346), - [aux_sym_cmd_identifier_token12] = ACTIONS(2346), - [aux_sym_cmd_identifier_token13] = ACTIONS(2346), - [aux_sym_cmd_identifier_token14] = ACTIONS(2346), - [aux_sym_cmd_identifier_token15] = ACTIONS(2346), - [aux_sym_cmd_identifier_token16] = ACTIONS(2346), - [aux_sym_cmd_identifier_token17] = ACTIONS(2346), - [aux_sym_cmd_identifier_token18] = ACTIONS(2346), - [aux_sym_cmd_identifier_token19] = ACTIONS(2346), - [aux_sym_cmd_identifier_token20] = ACTIONS(2346), - [aux_sym_cmd_identifier_token21] = ACTIONS(2346), - [aux_sym_cmd_identifier_token22] = ACTIONS(2346), - [aux_sym_cmd_identifier_token23] = ACTIONS(2346), - [aux_sym_cmd_identifier_token24] = ACTIONS(2346), - [aux_sym_cmd_identifier_token25] = ACTIONS(2346), - [aux_sym_cmd_identifier_token26] = ACTIONS(2346), - [aux_sym_cmd_identifier_token27] = ACTIONS(2346), - [aux_sym_cmd_identifier_token28] = ACTIONS(2346), - [aux_sym_cmd_identifier_token29] = ACTIONS(2346), - [aux_sym_cmd_identifier_token30] = ACTIONS(2346), - [aux_sym_cmd_identifier_token31] = ACTIONS(2346), - [aux_sym_cmd_identifier_token32] = ACTIONS(2346), - [aux_sym_cmd_identifier_token33] = ACTIONS(2346), - [aux_sym_cmd_identifier_token34] = ACTIONS(2346), - [aux_sym_cmd_identifier_token35] = ACTIONS(2346), - [aux_sym_cmd_identifier_token36] = ACTIONS(2346), - [aux_sym_cmd_identifier_token37] = ACTIONS(2346), - [aux_sym_cmd_identifier_token38] = ACTIONS(2346), - [aux_sym_cmd_identifier_token39] = ACTIONS(2346), - [aux_sym_cmd_identifier_token40] = ACTIONS(2346), - [anon_sym_def] = ACTIONS(2346), - [anon_sym_export_DASHenv] = ACTIONS(2346), - [anon_sym_extern] = ACTIONS(2346), - [anon_sym_module] = ACTIONS(2346), - [anon_sym_use] = ACTIONS(2346), - [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_DOLLAR] = ACTIONS(2346), - [anon_sym_error] = ACTIONS(2346), - [anon_sym_DASH2] = ACTIONS(2346), - [anon_sym_break] = ACTIONS(2346), - [anon_sym_continue] = ACTIONS(2346), - [anon_sym_for] = ACTIONS(2346), - [anon_sym_in2] = ACTIONS(2346), - [anon_sym_loop] = ACTIONS(2346), - [anon_sym_make] = ACTIONS(2346), - [anon_sym_while] = ACTIONS(2346), - [anon_sym_do] = ACTIONS(2346), - [anon_sym_if] = ACTIONS(2346), - [anon_sym_else] = ACTIONS(2346), - [anon_sym_match] = ACTIONS(2346), - [anon_sym_RBRACE] = ACTIONS(2346), - [anon_sym_try] = ACTIONS(2346), - [anon_sym_catch] = ACTIONS(2346), - [anon_sym_return] = ACTIONS(2346), - [anon_sym_source] = ACTIONS(2346), - [anon_sym_source_DASHenv] = ACTIONS(2346), - [anon_sym_register] = ACTIONS(2346), - [anon_sym_hide] = ACTIONS(2346), - [anon_sym_hide_DASHenv] = ACTIONS(2346), - [anon_sym_overlay] = ACTIONS(2346), - [anon_sym_as] = ACTIONS(2346), - [anon_sym_PLUS2] = ACTIONS(2346), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2346), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2346), - [aux_sym__val_number_decimal_token1] = ACTIONS(2346), - [aux_sym__val_number_decimal_token2] = ACTIONS(2346), - [aux_sym__val_number_decimal_token3] = ACTIONS(2346), - [aux_sym__val_number_decimal_token4] = ACTIONS(2346), - [aux_sym__val_number_token1] = ACTIONS(2346), - [aux_sym__val_number_token2] = ACTIONS(2346), - [aux_sym__val_number_token3] = ACTIONS(2346), - [aux_sym__val_number_token4] = ACTIONS(2346), - [aux_sym__val_number_token5] = ACTIONS(2346), - [aux_sym__val_number_token6] = ACTIONS(2346), - [anon_sym_DQUOTE] = ACTIONS(2346), - [sym__str_single_quotes] = ACTIONS(2346), - [sym__str_back_ticks] = ACTIONS(2346), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2346), - [sym__entry_separator] = ACTIONS(2348), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2348), - }, - [607] = { - [sym_comment] = STATE(607), - [anon_sym_export] = ACTIONS(2350), - [anon_sym_alias] = ACTIONS(2350), - [anon_sym_let] = ACTIONS(2350), - [anon_sym_let_DASHenv] = ACTIONS(2350), - [anon_sym_mut] = ACTIONS(2350), - [anon_sym_const] = ACTIONS(2350), - [aux_sym_cmd_identifier_token1] = ACTIONS(2350), - [aux_sym_cmd_identifier_token2] = ACTIONS(2350), - [aux_sym_cmd_identifier_token3] = ACTIONS(2350), - [aux_sym_cmd_identifier_token4] = ACTIONS(2350), - [aux_sym_cmd_identifier_token5] = ACTIONS(2350), - [aux_sym_cmd_identifier_token6] = ACTIONS(2350), - [aux_sym_cmd_identifier_token7] = ACTIONS(2350), - [aux_sym_cmd_identifier_token8] = ACTIONS(2350), - [aux_sym_cmd_identifier_token9] = ACTIONS(2350), - [aux_sym_cmd_identifier_token10] = ACTIONS(2350), - [aux_sym_cmd_identifier_token11] = ACTIONS(2350), - [aux_sym_cmd_identifier_token12] = ACTIONS(2350), - [aux_sym_cmd_identifier_token13] = ACTIONS(2350), - [aux_sym_cmd_identifier_token14] = ACTIONS(2350), - [aux_sym_cmd_identifier_token15] = ACTIONS(2350), - [aux_sym_cmd_identifier_token16] = ACTIONS(2350), - [aux_sym_cmd_identifier_token17] = ACTIONS(2350), - [aux_sym_cmd_identifier_token18] = ACTIONS(2350), - [aux_sym_cmd_identifier_token19] = ACTIONS(2350), - [aux_sym_cmd_identifier_token20] = ACTIONS(2350), - [aux_sym_cmd_identifier_token21] = ACTIONS(2350), - [aux_sym_cmd_identifier_token22] = ACTIONS(2350), - [aux_sym_cmd_identifier_token23] = ACTIONS(2350), - [aux_sym_cmd_identifier_token24] = ACTIONS(2350), - [aux_sym_cmd_identifier_token25] = ACTIONS(2350), - [aux_sym_cmd_identifier_token26] = ACTIONS(2350), - [aux_sym_cmd_identifier_token27] = ACTIONS(2350), - [aux_sym_cmd_identifier_token28] = ACTIONS(2350), - [aux_sym_cmd_identifier_token29] = ACTIONS(2350), - [aux_sym_cmd_identifier_token30] = ACTIONS(2350), - [aux_sym_cmd_identifier_token31] = ACTIONS(2350), - [aux_sym_cmd_identifier_token32] = ACTIONS(2350), - [aux_sym_cmd_identifier_token33] = ACTIONS(2350), - [aux_sym_cmd_identifier_token34] = ACTIONS(2350), - [aux_sym_cmd_identifier_token35] = ACTIONS(2350), - [aux_sym_cmd_identifier_token36] = ACTIONS(2350), - [aux_sym_cmd_identifier_token37] = ACTIONS(2350), - [aux_sym_cmd_identifier_token38] = ACTIONS(2350), - [aux_sym_cmd_identifier_token39] = ACTIONS(2350), - [aux_sym_cmd_identifier_token40] = ACTIONS(2350), - [anon_sym_def] = ACTIONS(2350), - [anon_sym_export_DASHenv] = ACTIONS(2350), - [anon_sym_extern] = ACTIONS(2350), - [anon_sym_module] = ACTIONS(2350), - [anon_sym_use] = ACTIONS(2350), - [anon_sym_LPAREN] = ACTIONS(2350), - [anon_sym_DOLLAR] = ACTIONS(2350), - [anon_sym_error] = ACTIONS(2350), - [anon_sym_DASH2] = ACTIONS(2350), - [anon_sym_break] = ACTIONS(2350), - [anon_sym_continue] = ACTIONS(2350), - [anon_sym_for] = ACTIONS(2350), - [anon_sym_in2] = ACTIONS(2350), - [anon_sym_loop] = ACTIONS(2350), - [anon_sym_make] = ACTIONS(2350), - [anon_sym_while] = ACTIONS(2350), - [anon_sym_do] = ACTIONS(2350), - [anon_sym_if] = ACTIONS(2350), - [anon_sym_else] = ACTIONS(2350), - [anon_sym_match] = ACTIONS(2350), - [anon_sym_RBRACE] = ACTIONS(2350), - [anon_sym_try] = ACTIONS(2350), - [anon_sym_catch] = ACTIONS(2350), - [anon_sym_return] = ACTIONS(2350), - [anon_sym_source] = ACTIONS(2350), - [anon_sym_source_DASHenv] = ACTIONS(2350), - [anon_sym_register] = ACTIONS(2350), - [anon_sym_hide] = ACTIONS(2350), - [anon_sym_hide_DASHenv] = ACTIONS(2350), - [anon_sym_overlay] = ACTIONS(2350), - [anon_sym_as] = ACTIONS(2350), - [anon_sym_PLUS2] = ACTIONS(2350), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2350), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2350), - [aux_sym__val_number_decimal_token1] = ACTIONS(2350), - [aux_sym__val_number_decimal_token2] = ACTIONS(2350), - [aux_sym__val_number_decimal_token3] = ACTIONS(2350), - [aux_sym__val_number_decimal_token4] = ACTIONS(2350), - [aux_sym__val_number_token1] = ACTIONS(2350), - [aux_sym__val_number_token2] = ACTIONS(2350), - [aux_sym__val_number_token3] = ACTIONS(2350), - [aux_sym__val_number_token4] = ACTIONS(2350), - [aux_sym__val_number_token5] = ACTIONS(2350), - [aux_sym__val_number_token6] = ACTIONS(2350), - [anon_sym_DQUOTE] = ACTIONS(2350), - [sym__str_single_quotes] = ACTIONS(2350), - [sym__str_back_ticks] = ACTIONS(2350), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2350), - [sym__entry_separator] = ACTIONS(2352), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2352), - }, - [608] = { - [sym_comment] = STATE(608), - [anon_sym_export] = ACTIONS(2354), - [anon_sym_alias] = ACTIONS(2354), - [anon_sym_let] = ACTIONS(2354), - [anon_sym_let_DASHenv] = ACTIONS(2354), - [anon_sym_mut] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [aux_sym_cmd_identifier_token1] = ACTIONS(2354), - [aux_sym_cmd_identifier_token2] = ACTIONS(2354), - [aux_sym_cmd_identifier_token3] = ACTIONS(2354), - [aux_sym_cmd_identifier_token4] = ACTIONS(2354), - [aux_sym_cmd_identifier_token5] = ACTIONS(2354), - [aux_sym_cmd_identifier_token6] = ACTIONS(2354), - [aux_sym_cmd_identifier_token7] = ACTIONS(2354), - [aux_sym_cmd_identifier_token8] = ACTIONS(2354), - [aux_sym_cmd_identifier_token9] = ACTIONS(2354), - [aux_sym_cmd_identifier_token10] = ACTIONS(2354), - [aux_sym_cmd_identifier_token11] = ACTIONS(2354), - [aux_sym_cmd_identifier_token12] = ACTIONS(2354), - [aux_sym_cmd_identifier_token13] = ACTIONS(2354), - [aux_sym_cmd_identifier_token14] = ACTIONS(2354), - [aux_sym_cmd_identifier_token15] = ACTIONS(2354), - [aux_sym_cmd_identifier_token16] = ACTIONS(2354), - [aux_sym_cmd_identifier_token17] = ACTIONS(2354), - [aux_sym_cmd_identifier_token18] = ACTIONS(2354), - [aux_sym_cmd_identifier_token19] = ACTIONS(2354), - [aux_sym_cmd_identifier_token20] = ACTIONS(2354), - [aux_sym_cmd_identifier_token21] = ACTIONS(2354), - [aux_sym_cmd_identifier_token22] = ACTIONS(2354), - [aux_sym_cmd_identifier_token23] = ACTIONS(2354), - [aux_sym_cmd_identifier_token24] = ACTIONS(2354), - [aux_sym_cmd_identifier_token25] = ACTIONS(2354), - [aux_sym_cmd_identifier_token26] = ACTIONS(2354), - [aux_sym_cmd_identifier_token27] = ACTIONS(2354), - [aux_sym_cmd_identifier_token28] = ACTIONS(2354), - [aux_sym_cmd_identifier_token29] = ACTIONS(2354), - [aux_sym_cmd_identifier_token30] = ACTIONS(2354), - [aux_sym_cmd_identifier_token31] = ACTIONS(2354), - [aux_sym_cmd_identifier_token32] = ACTIONS(2354), - [aux_sym_cmd_identifier_token33] = ACTIONS(2354), - [aux_sym_cmd_identifier_token34] = ACTIONS(2354), - [aux_sym_cmd_identifier_token35] = ACTIONS(2354), - [aux_sym_cmd_identifier_token36] = ACTIONS(2354), - [aux_sym_cmd_identifier_token37] = ACTIONS(2354), - [aux_sym_cmd_identifier_token38] = ACTIONS(2354), - [aux_sym_cmd_identifier_token39] = ACTIONS(2354), - [aux_sym_cmd_identifier_token40] = ACTIONS(2354), - [anon_sym_def] = ACTIONS(2354), - [anon_sym_export_DASHenv] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym_module] = ACTIONS(2354), - [anon_sym_use] = ACTIONS(2354), - [anon_sym_LPAREN] = ACTIONS(2354), - [anon_sym_DOLLAR] = ACTIONS(2354), - [anon_sym_error] = ACTIONS(2354), - [anon_sym_DASH2] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_in2] = ACTIONS(2354), - [anon_sym_loop] = ACTIONS(2354), - [anon_sym_make] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_match] = ACTIONS(2354), - [anon_sym_RBRACE] = ACTIONS(2354), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_source] = ACTIONS(2354), - [anon_sym_source_DASHenv] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_hide] = ACTIONS(2354), - [anon_sym_hide_DASHenv] = ACTIONS(2354), - [anon_sym_overlay] = ACTIONS(2354), - [anon_sym_as] = ACTIONS(2354), - [anon_sym_PLUS2] = ACTIONS(2354), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2354), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2354), - [aux_sym__val_number_decimal_token1] = ACTIONS(2354), - [aux_sym__val_number_decimal_token2] = ACTIONS(2354), - [aux_sym__val_number_decimal_token3] = ACTIONS(2354), - [aux_sym__val_number_decimal_token4] = ACTIONS(2354), - [aux_sym__val_number_token1] = ACTIONS(2354), - [aux_sym__val_number_token2] = ACTIONS(2354), - [aux_sym__val_number_token3] = ACTIONS(2354), - [aux_sym__val_number_token4] = ACTIONS(2354), - [aux_sym__val_number_token5] = ACTIONS(2354), - [aux_sym__val_number_token6] = ACTIONS(2354), - [anon_sym_DQUOTE] = ACTIONS(2354), - [sym__str_single_quotes] = ACTIONS(2354), - [sym__str_back_ticks] = ACTIONS(2354), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2354), - [sym__entry_separator] = ACTIONS(2356), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2356), - }, - [609] = { - [sym_comment] = STATE(609), - [anon_sym_export] = ACTIONS(2358), - [anon_sym_alias] = ACTIONS(2358), - [anon_sym_let] = ACTIONS(2358), - [anon_sym_let_DASHenv] = ACTIONS(2358), - [anon_sym_mut] = ACTIONS(2358), - [anon_sym_const] = ACTIONS(2358), - [aux_sym_cmd_identifier_token1] = ACTIONS(2358), - [aux_sym_cmd_identifier_token2] = ACTIONS(2358), - [aux_sym_cmd_identifier_token3] = ACTIONS(2358), - [aux_sym_cmd_identifier_token4] = ACTIONS(2358), - [aux_sym_cmd_identifier_token5] = ACTIONS(2358), - [aux_sym_cmd_identifier_token6] = ACTIONS(2358), - [aux_sym_cmd_identifier_token7] = ACTIONS(2358), - [aux_sym_cmd_identifier_token8] = ACTIONS(2358), - [aux_sym_cmd_identifier_token9] = ACTIONS(2358), - [aux_sym_cmd_identifier_token10] = ACTIONS(2358), - [aux_sym_cmd_identifier_token11] = ACTIONS(2358), - [aux_sym_cmd_identifier_token12] = ACTIONS(2358), - [aux_sym_cmd_identifier_token13] = ACTIONS(2358), - [aux_sym_cmd_identifier_token14] = ACTIONS(2358), - [aux_sym_cmd_identifier_token15] = ACTIONS(2358), - [aux_sym_cmd_identifier_token16] = ACTIONS(2358), - [aux_sym_cmd_identifier_token17] = ACTIONS(2358), - [aux_sym_cmd_identifier_token18] = ACTIONS(2358), - [aux_sym_cmd_identifier_token19] = ACTIONS(2358), - [aux_sym_cmd_identifier_token20] = ACTIONS(2358), - [aux_sym_cmd_identifier_token21] = ACTIONS(2358), - [aux_sym_cmd_identifier_token22] = ACTIONS(2358), - [aux_sym_cmd_identifier_token23] = ACTIONS(2358), - [aux_sym_cmd_identifier_token24] = ACTIONS(2358), - [aux_sym_cmd_identifier_token25] = ACTIONS(2358), - [aux_sym_cmd_identifier_token26] = ACTIONS(2358), - [aux_sym_cmd_identifier_token27] = ACTIONS(2358), - [aux_sym_cmd_identifier_token28] = ACTIONS(2358), - [aux_sym_cmd_identifier_token29] = ACTIONS(2358), - [aux_sym_cmd_identifier_token30] = ACTIONS(2358), - [aux_sym_cmd_identifier_token31] = ACTIONS(2358), - [aux_sym_cmd_identifier_token32] = ACTIONS(2358), - [aux_sym_cmd_identifier_token33] = ACTIONS(2358), - [aux_sym_cmd_identifier_token34] = ACTIONS(2358), - [aux_sym_cmd_identifier_token35] = ACTIONS(2358), - [aux_sym_cmd_identifier_token36] = ACTIONS(2358), - [aux_sym_cmd_identifier_token37] = ACTIONS(2358), - [aux_sym_cmd_identifier_token38] = ACTIONS(2358), - [aux_sym_cmd_identifier_token39] = ACTIONS(2358), - [aux_sym_cmd_identifier_token40] = ACTIONS(2358), - [anon_sym_def] = ACTIONS(2358), - [anon_sym_export_DASHenv] = ACTIONS(2358), - [anon_sym_extern] = ACTIONS(2358), - [anon_sym_module] = ACTIONS(2358), - [anon_sym_use] = ACTIONS(2358), - [anon_sym_LPAREN] = ACTIONS(2358), - [anon_sym_DOLLAR] = ACTIONS(2358), - [anon_sym_error] = ACTIONS(2358), - [anon_sym_DASH2] = ACTIONS(2358), - [anon_sym_break] = ACTIONS(2358), - [anon_sym_continue] = ACTIONS(2358), - [anon_sym_for] = ACTIONS(2358), - [anon_sym_in2] = ACTIONS(2358), - [anon_sym_loop] = ACTIONS(2358), - [anon_sym_make] = ACTIONS(2358), - [anon_sym_while] = ACTIONS(2358), - [anon_sym_do] = ACTIONS(2358), - [anon_sym_if] = ACTIONS(2358), - [anon_sym_else] = ACTIONS(2358), - [anon_sym_match] = ACTIONS(2358), - [anon_sym_RBRACE] = ACTIONS(2358), - [anon_sym_try] = ACTIONS(2358), - [anon_sym_catch] = ACTIONS(2358), - [anon_sym_return] = ACTIONS(2358), - [anon_sym_source] = ACTIONS(2358), - [anon_sym_source_DASHenv] = ACTIONS(2358), - [anon_sym_register] = ACTIONS(2358), - [anon_sym_hide] = ACTIONS(2358), - [anon_sym_hide_DASHenv] = ACTIONS(2358), - [anon_sym_overlay] = ACTIONS(2358), - [anon_sym_as] = ACTIONS(2358), - [anon_sym_PLUS2] = ACTIONS(2358), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2358), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2358), - [aux_sym__val_number_decimal_token1] = ACTIONS(2358), - [aux_sym__val_number_decimal_token2] = ACTIONS(2358), - [aux_sym__val_number_decimal_token3] = ACTIONS(2358), - [aux_sym__val_number_decimal_token4] = ACTIONS(2358), - [aux_sym__val_number_token1] = ACTIONS(2358), - [aux_sym__val_number_token2] = ACTIONS(2358), - [aux_sym__val_number_token3] = ACTIONS(2358), - [aux_sym__val_number_token4] = ACTIONS(2358), - [aux_sym__val_number_token5] = ACTIONS(2358), - [aux_sym__val_number_token6] = ACTIONS(2358), - [anon_sym_DQUOTE] = ACTIONS(2358), - [sym__str_single_quotes] = ACTIONS(2358), - [sym__str_back_ticks] = ACTIONS(2358), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2358), - [sym__entry_separator] = ACTIONS(2360), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2360), - }, - [610] = { - [sym_comment] = STATE(610), - [anon_sym_export] = ACTIONS(2362), - [anon_sym_alias] = ACTIONS(2362), - [anon_sym_let] = ACTIONS(2362), - [anon_sym_let_DASHenv] = ACTIONS(2362), - [anon_sym_mut] = ACTIONS(2362), - [anon_sym_const] = ACTIONS(2362), - [aux_sym_cmd_identifier_token1] = ACTIONS(2362), - [aux_sym_cmd_identifier_token2] = ACTIONS(2362), - [aux_sym_cmd_identifier_token3] = ACTIONS(2362), - [aux_sym_cmd_identifier_token4] = ACTIONS(2362), - [aux_sym_cmd_identifier_token5] = ACTIONS(2362), - [aux_sym_cmd_identifier_token6] = ACTIONS(2362), - [aux_sym_cmd_identifier_token7] = ACTIONS(2362), - [aux_sym_cmd_identifier_token8] = ACTIONS(2362), - [aux_sym_cmd_identifier_token9] = ACTIONS(2362), - [aux_sym_cmd_identifier_token10] = ACTIONS(2362), - [aux_sym_cmd_identifier_token11] = ACTIONS(2362), - [aux_sym_cmd_identifier_token12] = ACTIONS(2362), - [aux_sym_cmd_identifier_token13] = ACTIONS(2362), - [aux_sym_cmd_identifier_token14] = ACTIONS(2362), - [aux_sym_cmd_identifier_token15] = ACTIONS(2362), - [aux_sym_cmd_identifier_token16] = ACTIONS(2362), - [aux_sym_cmd_identifier_token17] = ACTIONS(2362), - [aux_sym_cmd_identifier_token18] = ACTIONS(2362), - [aux_sym_cmd_identifier_token19] = ACTIONS(2362), - [aux_sym_cmd_identifier_token20] = ACTIONS(2362), - [aux_sym_cmd_identifier_token21] = ACTIONS(2362), - [aux_sym_cmd_identifier_token22] = ACTIONS(2362), - [aux_sym_cmd_identifier_token23] = ACTIONS(2362), - [aux_sym_cmd_identifier_token24] = ACTIONS(2362), - [aux_sym_cmd_identifier_token25] = ACTIONS(2362), - [aux_sym_cmd_identifier_token26] = ACTIONS(2362), - [aux_sym_cmd_identifier_token27] = ACTIONS(2362), - [aux_sym_cmd_identifier_token28] = ACTIONS(2362), - [aux_sym_cmd_identifier_token29] = ACTIONS(2362), - [aux_sym_cmd_identifier_token30] = ACTIONS(2362), - [aux_sym_cmd_identifier_token31] = ACTIONS(2362), - [aux_sym_cmd_identifier_token32] = ACTIONS(2362), - [aux_sym_cmd_identifier_token33] = ACTIONS(2362), - [aux_sym_cmd_identifier_token34] = ACTIONS(2362), - [aux_sym_cmd_identifier_token35] = ACTIONS(2362), - [aux_sym_cmd_identifier_token36] = ACTIONS(2362), - [aux_sym_cmd_identifier_token37] = ACTIONS(2362), - [aux_sym_cmd_identifier_token38] = ACTIONS(2362), - [aux_sym_cmd_identifier_token39] = ACTIONS(2362), - [aux_sym_cmd_identifier_token40] = ACTIONS(2362), - [anon_sym_def] = ACTIONS(2362), - [anon_sym_export_DASHenv] = ACTIONS(2362), - [anon_sym_extern] = ACTIONS(2362), - [anon_sym_module] = ACTIONS(2362), - [anon_sym_use] = ACTIONS(2362), - [anon_sym_LPAREN] = ACTIONS(2362), - [anon_sym_DOLLAR] = ACTIONS(2362), - [anon_sym_error] = ACTIONS(2362), - [anon_sym_DASH2] = ACTIONS(2362), - [anon_sym_break] = ACTIONS(2362), - [anon_sym_continue] = ACTIONS(2362), - [anon_sym_for] = ACTIONS(2362), - [anon_sym_in2] = ACTIONS(2362), - [anon_sym_loop] = ACTIONS(2362), - [anon_sym_make] = ACTIONS(2362), - [anon_sym_while] = ACTIONS(2362), - [anon_sym_do] = ACTIONS(2362), - [anon_sym_if] = ACTIONS(2362), - [anon_sym_else] = ACTIONS(2362), - [anon_sym_match] = ACTIONS(2362), - [anon_sym_RBRACE] = ACTIONS(2362), - [anon_sym_try] = ACTIONS(2362), - [anon_sym_catch] = ACTIONS(2362), - [anon_sym_return] = ACTIONS(2362), - [anon_sym_source] = ACTIONS(2362), - [anon_sym_source_DASHenv] = ACTIONS(2362), - [anon_sym_register] = ACTIONS(2362), - [anon_sym_hide] = ACTIONS(2362), - [anon_sym_hide_DASHenv] = ACTIONS(2362), - [anon_sym_overlay] = ACTIONS(2362), - [anon_sym_as] = ACTIONS(2362), - [anon_sym_PLUS2] = ACTIONS(2362), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2362), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2362), - [aux_sym__val_number_decimal_token1] = ACTIONS(2362), - [aux_sym__val_number_decimal_token2] = ACTIONS(2362), - [aux_sym__val_number_decimal_token3] = ACTIONS(2362), - [aux_sym__val_number_decimal_token4] = ACTIONS(2362), - [aux_sym__val_number_token1] = ACTIONS(2362), - [aux_sym__val_number_token2] = ACTIONS(2362), - [aux_sym__val_number_token3] = ACTIONS(2362), - [aux_sym__val_number_token4] = ACTIONS(2362), - [aux_sym__val_number_token5] = ACTIONS(2362), - [aux_sym__val_number_token6] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2362), - [sym__str_single_quotes] = ACTIONS(2362), - [sym__str_back_ticks] = ACTIONS(2362), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2362), - [sym__entry_separator] = ACTIONS(2364), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2364), - }, - [611] = { - [sym_comment] = STATE(611), - [anon_sym_export] = ACTIONS(2366), - [anon_sym_alias] = ACTIONS(2366), - [anon_sym_let] = ACTIONS(2366), - [anon_sym_let_DASHenv] = ACTIONS(2366), - [anon_sym_mut] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [aux_sym_cmd_identifier_token1] = ACTIONS(2366), - [aux_sym_cmd_identifier_token2] = ACTIONS(2366), - [aux_sym_cmd_identifier_token3] = ACTIONS(2366), - [aux_sym_cmd_identifier_token4] = ACTIONS(2366), - [aux_sym_cmd_identifier_token5] = ACTIONS(2366), - [aux_sym_cmd_identifier_token6] = ACTIONS(2366), - [aux_sym_cmd_identifier_token7] = ACTIONS(2366), - [aux_sym_cmd_identifier_token8] = ACTIONS(2366), - [aux_sym_cmd_identifier_token9] = ACTIONS(2366), - [aux_sym_cmd_identifier_token10] = ACTIONS(2366), - [aux_sym_cmd_identifier_token11] = ACTIONS(2366), - [aux_sym_cmd_identifier_token12] = ACTIONS(2366), - [aux_sym_cmd_identifier_token13] = ACTIONS(2366), - [aux_sym_cmd_identifier_token14] = ACTIONS(2366), - [aux_sym_cmd_identifier_token15] = ACTIONS(2366), - [aux_sym_cmd_identifier_token16] = ACTIONS(2366), - [aux_sym_cmd_identifier_token17] = ACTIONS(2366), - [aux_sym_cmd_identifier_token18] = ACTIONS(2366), - [aux_sym_cmd_identifier_token19] = ACTIONS(2366), - [aux_sym_cmd_identifier_token20] = ACTIONS(2366), - [aux_sym_cmd_identifier_token21] = ACTIONS(2366), - [aux_sym_cmd_identifier_token22] = ACTIONS(2366), - [aux_sym_cmd_identifier_token23] = ACTIONS(2366), - [aux_sym_cmd_identifier_token24] = ACTIONS(2366), - [aux_sym_cmd_identifier_token25] = ACTIONS(2366), - [aux_sym_cmd_identifier_token26] = ACTIONS(2366), - [aux_sym_cmd_identifier_token27] = ACTIONS(2366), - [aux_sym_cmd_identifier_token28] = ACTIONS(2366), - [aux_sym_cmd_identifier_token29] = ACTIONS(2366), - [aux_sym_cmd_identifier_token30] = ACTIONS(2366), - [aux_sym_cmd_identifier_token31] = ACTIONS(2366), - [aux_sym_cmd_identifier_token32] = ACTIONS(2366), - [aux_sym_cmd_identifier_token33] = ACTIONS(2366), - [aux_sym_cmd_identifier_token34] = ACTIONS(2366), - [aux_sym_cmd_identifier_token35] = ACTIONS(2366), - [aux_sym_cmd_identifier_token36] = ACTIONS(2366), - [aux_sym_cmd_identifier_token37] = ACTIONS(2366), - [aux_sym_cmd_identifier_token38] = ACTIONS(2366), - [aux_sym_cmd_identifier_token39] = ACTIONS(2366), - [aux_sym_cmd_identifier_token40] = ACTIONS(2366), - [anon_sym_def] = ACTIONS(2366), - [anon_sym_export_DASHenv] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym_module] = ACTIONS(2366), - [anon_sym_use] = ACTIONS(2366), - [anon_sym_LPAREN] = ACTIONS(2366), - [anon_sym_DOLLAR] = ACTIONS(2366), - [anon_sym_error] = ACTIONS(2366), - [anon_sym_DASH2] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_in2] = ACTIONS(2366), - [anon_sym_loop] = ACTIONS(2366), - [anon_sym_make] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_match] = ACTIONS(2366), - [anon_sym_RBRACE] = ACTIONS(2366), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_source] = ACTIONS(2366), - [anon_sym_source_DASHenv] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_hide] = ACTIONS(2366), - [anon_sym_hide_DASHenv] = ACTIONS(2366), - [anon_sym_overlay] = ACTIONS(2366), - [anon_sym_as] = ACTIONS(2366), - [anon_sym_PLUS2] = ACTIONS(2366), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2366), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2366), - [aux_sym__val_number_decimal_token1] = ACTIONS(2366), - [aux_sym__val_number_decimal_token2] = ACTIONS(2366), - [aux_sym__val_number_decimal_token3] = ACTIONS(2366), - [aux_sym__val_number_decimal_token4] = ACTIONS(2366), - [aux_sym__val_number_token1] = ACTIONS(2366), - [aux_sym__val_number_token2] = ACTIONS(2366), - [aux_sym__val_number_token3] = ACTIONS(2366), - [aux_sym__val_number_token4] = ACTIONS(2366), - [aux_sym__val_number_token5] = ACTIONS(2366), - [aux_sym__val_number_token6] = ACTIONS(2366), - [anon_sym_DQUOTE] = ACTIONS(2366), - [sym__str_single_quotes] = ACTIONS(2366), - [sym__str_back_ticks] = ACTIONS(2366), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2366), - [sym__entry_separator] = ACTIONS(2368), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2368), - }, - [612] = { - [sym_comment] = STATE(612), - [anon_sym_export] = ACTIONS(2370), - [anon_sym_alias] = ACTIONS(2370), - [anon_sym_let] = ACTIONS(2370), - [anon_sym_let_DASHenv] = ACTIONS(2370), - [anon_sym_mut] = ACTIONS(2370), - [anon_sym_const] = ACTIONS(2370), - [aux_sym_cmd_identifier_token1] = ACTIONS(2370), - [aux_sym_cmd_identifier_token2] = ACTIONS(2370), - [aux_sym_cmd_identifier_token3] = ACTIONS(2370), - [aux_sym_cmd_identifier_token4] = ACTIONS(2370), - [aux_sym_cmd_identifier_token5] = ACTIONS(2370), - [aux_sym_cmd_identifier_token6] = ACTIONS(2370), - [aux_sym_cmd_identifier_token7] = ACTIONS(2370), - [aux_sym_cmd_identifier_token8] = ACTIONS(2370), - [aux_sym_cmd_identifier_token9] = ACTIONS(2370), - [aux_sym_cmd_identifier_token10] = ACTIONS(2370), - [aux_sym_cmd_identifier_token11] = ACTIONS(2370), - [aux_sym_cmd_identifier_token12] = ACTIONS(2370), - [aux_sym_cmd_identifier_token13] = ACTIONS(2370), - [aux_sym_cmd_identifier_token14] = ACTIONS(2370), - [aux_sym_cmd_identifier_token15] = ACTIONS(2370), - [aux_sym_cmd_identifier_token16] = ACTIONS(2370), - [aux_sym_cmd_identifier_token17] = ACTIONS(2370), - [aux_sym_cmd_identifier_token18] = ACTIONS(2370), - [aux_sym_cmd_identifier_token19] = ACTIONS(2370), - [aux_sym_cmd_identifier_token20] = ACTIONS(2370), - [aux_sym_cmd_identifier_token21] = ACTIONS(2370), - [aux_sym_cmd_identifier_token22] = ACTIONS(2370), - [aux_sym_cmd_identifier_token23] = ACTIONS(2370), - [aux_sym_cmd_identifier_token24] = ACTIONS(2370), - [aux_sym_cmd_identifier_token25] = ACTIONS(2370), - [aux_sym_cmd_identifier_token26] = ACTIONS(2370), - [aux_sym_cmd_identifier_token27] = ACTIONS(2370), - [aux_sym_cmd_identifier_token28] = ACTIONS(2370), - [aux_sym_cmd_identifier_token29] = ACTIONS(2370), - [aux_sym_cmd_identifier_token30] = ACTIONS(2370), - [aux_sym_cmd_identifier_token31] = ACTIONS(2370), - [aux_sym_cmd_identifier_token32] = ACTIONS(2370), - [aux_sym_cmd_identifier_token33] = ACTIONS(2370), - [aux_sym_cmd_identifier_token34] = ACTIONS(2370), - [aux_sym_cmd_identifier_token35] = ACTIONS(2370), - [aux_sym_cmd_identifier_token36] = ACTIONS(2370), - [aux_sym_cmd_identifier_token37] = ACTIONS(2370), - [aux_sym_cmd_identifier_token38] = ACTIONS(2370), - [aux_sym_cmd_identifier_token39] = ACTIONS(2370), - [aux_sym_cmd_identifier_token40] = ACTIONS(2370), - [anon_sym_def] = ACTIONS(2370), - [anon_sym_export_DASHenv] = ACTIONS(2370), - [anon_sym_extern] = ACTIONS(2370), - [anon_sym_module] = ACTIONS(2370), - [anon_sym_use] = ACTIONS(2370), - [anon_sym_LPAREN] = ACTIONS(2370), - [anon_sym_DOLLAR] = ACTIONS(2370), - [anon_sym_error] = ACTIONS(2370), - [anon_sym_DASH2] = ACTIONS(2370), - [anon_sym_break] = ACTIONS(2370), - [anon_sym_continue] = ACTIONS(2370), - [anon_sym_for] = ACTIONS(2370), - [anon_sym_in2] = ACTIONS(2370), - [anon_sym_loop] = ACTIONS(2370), - [anon_sym_make] = ACTIONS(2370), - [anon_sym_while] = ACTIONS(2370), - [anon_sym_do] = ACTIONS(2370), - [anon_sym_if] = ACTIONS(2370), - [anon_sym_else] = ACTIONS(2370), - [anon_sym_match] = ACTIONS(2370), - [anon_sym_RBRACE] = ACTIONS(2370), - [anon_sym_try] = ACTIONS(2370), - [anon_sym_catch] = ACTIONS(2370), - [anon_sym_return] = ACTIONS(2370), - [anon_sym_source] = ACTIONS(2370), - [anon_sym_source_DASHenv] = ACTIONS(2370), - [anon_sym_register] = ACTIONS(2370), - [anon_sym_hide] = ACTIONS(2370), - [anon_sym_hide_DASHenv] = ACTIONS(2370), - [anon_sym_overlay] = ACTIONS(2370), - [anon_sym_as] = ACTIONS(2370), - [anon_sym_PLUS2] = ACTIONS(2370), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2370), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2370), - [aux_sym__val_number_decimal_token1] = ACTIONS(2370), - [aux_sym__val_number_decimal_token2] = ACTIONS(2370), - [aux_sym__val_number_decimal_token3] = ACTIONS(2370), - [aux_sym__val_number_decimal_token4] = ACTIONS(2370), - [aux_sym__val_number_token1] = ACTIONS(2370), - [aux_sym__val_number_token2] = ACTIONS(2370), - [aux_sym__val_number_token3] = ACTIONS(2370), - [aux_sym__val_number_token4] = ACTIONS(2370), - [aux_sym__val_number_token5] = ACTIONS(2370), - [aux_sym__val_number_token6] = ACTIONS(2370), - [anon_sym_DQUOTE] = ACTIONS(2370), - [sym__str_single_quotes] = ACTIONS(2370), - [sym__str_back_ticks] = ACTIONS(2370), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2370), - [sym__entry_separator] = ACTIONS(2372), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2372), - }, - [613] = { - [sym_comment] = STATE(613), - [anon_sym_export] = ACTIONS(1977), - [anon_sym_alias] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_let_DASHenv] = ACTIONS(1977), - [anon_sym_mut] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [aux_sym_cmd_identifier_token1] = ACTIONS(1977), - [aux_sym_cmd_identifier_token2] = ACTIONS(1977), - [aux_sym_cmd_identifier_token3] = ACTIONS(1977), - [aux_sym_cmd_identifier_token4] = ACTIONS(1977), - [aux_sym_cmd_identifier_token5] = ACTIONS(1977), - [aux_sym_cmd_identifier_token6] = ACTIONS(1977), - [aux_sym_cmd_identifier_token7] = ACTIONS(1977), - [aux_sym_cmd_identifier_token8] = ACTIONS(1977), - [aux_sym_cmd_identifier_token9] = ACTIONS(1977), - [aux_sym_cmd_identifier_token10] = ACTIONS(1977), - [aux_sym_cmd_identifier_token11] = ACTIONS(1977), - [aux_sym_cmd_identifier_token12] = ACTIONS(1977), - [aux_sym_cmd_identifier_token13] = ACTIONS(1977), - [aux_sym_cmd_identifier_token14] = ACTIONS(1977), - [aux_sym_cmd_identifier_token15] = ACTIONS(1977), - [aux_sym_cmd_identifier_token16] = ACTIONS(1977), - [aux_sym_cmd_identifier_token17] = ACTIONS(1977), - [aux_sym_cmd_identifier_token18] = ACTIONS(1977), - [aux_sym_cmd_identifier_token19] = ACTIONS(1977), - [aux_sym_cmd_identifier_token20] = ACTIONS(1977), - [aux_sym_cmd_identifier_token21] = ACTIONS(1977), - [aux_sym_cmd_identifier_token22] = ACTIONS(1977), - [aux_sym_cmd_identifier_token23] = ACTIONS(1977), - [aux_sym_cmd_identifier_token24] = ACTIONS(1977), - [aux_sym_cmd_identifier_token25] = ACTIONS(1977), - [aux_sym_cmd_identifier_token26] = ACTIONS(1977), - [aux_sym_cmd_identifier_token27] = ACTIONS(1977), - [aux_sym_cmd_identifier_token28] = ACTIONS(1977), - [aux_sym_cmd_identifier_token29] = ACTIONS(1977), - [aux_sym_cmd_identifier_token30] = ACTIONS(1977), - [aux_sym_cmd_identifier_token31] = ACTIONS(1977), - [aux_sym_cmd_identifier_token32] = ACTIONS(1977), - [aux_sym_cmd_identifier_token33] = ACTIONS(1977), - [aux_sym_cmd_identifier_token34] = ACTIONS(1977), - [aux_sym_cmd_identifier_token35] = ACTIONS(1977), - [aux_sym_cmd_identifier_token36] = ACTIONS(1977), - [aux_sym_cmd_identifier_token37] = ACTIONS(1977), - [aux_sym_cmd_identifier_token38] = ACTIONS(1977), - [aux_sym_cmd_identifier_token39] = ACTIONS(1977), - [aux_sym_cmd_identifier_token40] = ACTIONS(1977), - [anon_sym_def] = ACTIONS(1977), - [anon_sym_export_DASHenv] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_module] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_LPAREN] = ACTIONS(1977), - [anon_sym_DOLLAR] = ACTIONS(1977), - [anon_sym_error] = ACTIONS(1977), - [anon_sym_DASH2] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_in2] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_make] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_do] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_else] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_RBRACE] = ACTIONS(1977), - [anon_sym_try] = ACTIONS(1977), - [anon_sym_catch] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_source] = ACTIONS(1977), - [anon_sym_source_DASHenv] = ACTIONS(1977), - [anon_sym_register] = ACTIONS(1977), - [anon_sym_hide] = ACTIONS(1977), - [anon_sym_hide_DASHenv] = ACTIONS(1977), - [anon_sym_overlay] = ACTIONS(1977), - [anon_sym_as] = ACTIONS(1977), - [anon_sym_PLUS2] = ACTIONS(1977), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1977), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1977), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_decimal_token2] = ACTIONS(1977), - [aux_sym__val_number_decimal_token3] = ACTIONS(1977), - [aux_sym__val_number_decimal_token4] = ACTIONS(1977), - [aux_sym__val_number_token1] = ACTIONS(1977), - [aux_sym__val_number_token2] = ACTIONS(1977), - [aux_sym__val_number_token3] = ACTIONS(1977), - [aux_sym__val_number_token4] = ACTIONS(1977), - [aux_sym__val_number_token5] = ACTIONS(1977), - [aux_sym__val_number_token6] = ACTIONS(1977), - [anon_sym_DQUOTE] = ACTIONS(1977), - [sym__str_single_quotes] = ACTIONS(1977), - [sym__str_back_ticks] = ACTIONS(1977), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1977), - [sym__entry_separator] = ACTIONS(1979), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1979), - }, - [614] = { - [sym_comment] = STATE(614), - [anon_sym_export] = ACTIONS(2374), - [anon_sym_alias] = ACTIONS(2374), - [anon_sym_let] = ACTIONS(2374), - [anon_sym_let_DASHenv] = ACTIONS(2374), - [anon_sym_mut] = ACTIONS(2374), - [anon_sym_const] = ACTIONS(2374), - [aux_sym_cmd_identifier_token1] = ACTIONS(2374), - [aux_sym_cmd_identifier_token2] = ACTIONS(2374), - [aux_sym_cmd_identifier_token3] = ACTIONS(2374), - [aux_sym_cmd_identifier_token4] = ACTIONS(2374), - [aux_sym_cmd_identifier_token5] = ACTIONS(2374), - [aux_sym_cmd_identifier_token6] = ACTIONS(2374), - [aux_sym_cmd_identifier_token7] = ACTIONS(2374), - [aux_sym_cmd_identifier_token8] = ACTIONS(2374), - [aux_sym_cmd_identifier_token9] = ACTIONS(2374), - [aux_sym_cmd_identifier_token10] = ACTIONS(2374), - [aux_sym_cmd_identifier_token11] = ACTIONS(2374), - [aux_sym_cmd_identifier_token12] = ACTIONS(2374), - [aux_sym_cmd_identifier_token13] = ACTIONS(2374), - [aux_sym_cmd_identifier_token14] = ACTIONS(2374), - [aux_sym_cmd_identifier_token15] = ACTIONS(2374), - [aux_sym_cmd_identifier_token16] = ACTIONS(2374), - [aux_sym_cmd_identifier_token17] = ACTIONS(2374), - [aux_sym_cmd_identifier_token18] = ACTIONS(2374), - [aux_sym_cmd_identifier_token19] = ACTIONS(2374), - [aux_sym_cmd_identifier_token20] = ACTIONS(2374), - [aux_sym_cmd_identifier_token21] = ACTIONS(2374), - [aux_sym_cmd_identifier_token22] = ACTIONS(2374), - [aux_sym_cmd_identifier_token23] = ACTIONS(2374), - [aux_sym_cmd_identifier_token24] = ACTIONS(2374), - [aux_sym_cmd_identifier_token25] = ACTIONS(2374), - [aux_sym_cmd_identifier_token26] = ACTIONS(2374), - [aux_sym_cmd_identifier_token27] = ACTIONS(2374), - [aux_sym_cmd_identifier_token28] = ACTIONS(2374), - [aux_sym_cmd_identifier_token29] = ACTIONS(2374), - [aux_sym_cmd_identifier_token30] = ACTIONS(2374), - [aux_sym_cmd_identifier_token31] = ACTIONS(2374), - [aux_sym_cmd_identifier_token32] = ACTIONS(2374), - [aux_sym_cmd_identifier_token33] = ACTIONS(2374), - [aux_sym_cmd_identifier_token34] = ACTIONS(2374), - [aux_sym_cmd_identifier_token35] = ACTIONS(2374), - [aux_sym_cmd_identifier_token36] = ACTIONS(2374), - [aux_sym_cmd_identifier_token37] = ACTIONS(2374), - [aux_sym_cmd_identifier_token38] = ACTIONS(2374), - [aux_sym_cmd_identifier_token39] = ACTIONS(2374), - [aux_sym_cmd_identifier_token40] = ACTIONS(2374), - [anon_sym_def] = ACTIONS(2374), - [anon_sym_export_DASHenv] = ACTIONS(2374), - [anon_sym_extern] = ACTIONS(2374), - [anon_sym_module] = ACTIONS(2374), - [anon_sym_use] = ACTIONS(2374), - [anon_sym_LPAREN] = ACTIONS(2374), - [anon_sym_DOLLAR] = ACTIONS(2374), - [anon_sym_error] = ACTIONS(2374), - [anon_sym_DASH2] = ACTIONS(2374), - [anon_sym_break] = ACTIONS(2374), - [anon_sym_continue] = ACTIONS(2374), - [anon_sym_for] = ACTIONS(2374), - [anon_sym_in2] = ACTIONS(2374), - [anon_sym_loop] = ACTIONS(2374), - [anon_sym_make] = ACTIONS(2374), - [anon_sym_while] = ACTIONS(2374), - [anon_sym_do] = ACTIONS(2374), - [anon_sym_if] = ACTIONS(2374), - [anon_sym_else] = ACTIONS(2374), - [anon_sym_match] = ACTIONS(2374), - [anon_sym_RBRACE] = ACTIONS(2374), - [anon_sym_try] = ACTIONS(2374), - [anon_sym_catch] = ACTIONS(2374), - [anon_sym_return] = ACTIONS(2374), - [anon_sym_source] = ACTIONS(2374), - [anon_sym_source_DASHenv] = ACTIONS(2374), - [anon_sym_register] = ACTIONS(2374), - [anon_sym_hide] = ACTIONS(2374), - [anon_sym_hide_DASHenv] = ACTIONS(2374), - [anon_sym_overlay] = ACTIONS(2374), - [anon_sym_as] = ACTIONS(2374), - [anon_sym_PLUS2] = ACTIONS(2374), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2374), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2374), - [aux_sym__val_number_decimal_token1] = ACTIONS(2374), - [aux_sym__val_number_decimal_token2] = ACTIONS(2374), - [aux_sym__val_number_decimal_token3] = ACTIONS(2374), - [aux_sym__val_number_decimal_token4] = ACTIONS(2374), - [aux_sym__val_number_token1] = ACTIONS(2374), - [aux_sym__val_number_token2] = ACTIONS(2374), - [aux_sym__val_number_token3] = ACTIONS(2374), - [aux_sym__val_number_token4] = ACTIONS(2374), - [aux_sym__val_number_token5] = ACTIONS(2374), - [aux_sym__val_number_token6] = ACTIONS(2374), - [anon_sym_DQUOTE] = ACTIONS(2374), - [sym__str_single_quotes] = ACTIONS(2374), - [sym__str_back_ticks] = ACTIONS(2374), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2374), - [sym__entry_separator] = ACTIONS(2376), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2376), - }, - [615] = { - [sym_comment] = STATE(615), - [anon_sym_export] = ACTIONS(2378), - [anon_sym_alias] = ACTIONS(2378), - [anon_sym_let] = ACTIONS(2378), - [anon_sym_let_DASHenv] = ACTIONS(2378), - [anon_sym_mut] = ACTIONS(2378), - [anon_sym_const] = ACTIONS(2378), - [aux_sym_cmd_identifier_token1] = ACTIONS(2378), - [aux_sym_cmd_identifier_token2] = ACTIONS(2378), - [aux_sym_cmd_identifier_token3] = ACTIONS(2378), - [aux_sym_cmd_identifier_token4] = ACTIONS(2378), - [aux_sym_cmd_identifier_token5] = ACTIONS(2378), - [aux_sym_cmd_identifier_token6] = ACTIONS(2378), - [aux_sym_cmd_identifier_token7] = ACTIONS(2378), - [aux_sym_cmd_identifier_token8] = ACTIONS(2378), - [aux_sym_cmd_identifier_token9] = ACTIONS(2378), - [aux_sym_cmd_identifier_token10] = ACTIONS(2378), - [aux_sym_cmd_identifier_token11] = ACTIONS(2378), - [aux_sym_cmd_identifier_token12] = ACTIONS(2378), - [aux_sym_cmd_identifier_token13] = ACTIONS(2378), - [aux_sym_cmd_identifier_token14] = ACTIONS(2378), - [aux_sym_cmd_identifier_token15] = ACTIONS(2378), - [aux_sym_cmd_identifier_token16] = ACTIONS(2378), - [aux_sym_cmd_identifier_token17] = ACTIONS(2378), - [aux_sym_cmd_identifier_token18] = ACTIONS(2378), - [aux_sym_cmd_identifier_token19] = ACTIONS(2378), - [aux_sym_cmd_identifier_token20] = ACTIONS(2378), - [aux_sym_cmd_identifier_token21] = ACTIONS(2378), - [aux_sym_cmd_identifier_token22] = ACTIONS(2378), - [aux_sym_cmd_identifier_token23] = ACTIONS(2378), - [aux_sym_cmd_identifier_token24] = ACTIONS(2378), - [aux_sym_cmd_identifier_token25] = ACTIONS(2378), - [aux_sym_cmd_identifier_token26] = ACTIONS(2378), - [aux_sym_cmd_identifier_token27] = ACTIONS(2378), - [aux_sym_cmd_identifier_token28] = ACTIONS(2378), - [aux_sym_cmd_identifier_token29] = ACTIONS(2378), - [aux_sym_cmd_identifier_token30] = ACTIONS(2378), - [aux_sym_cmd_identifier_token31] = ACTIONS(2378), - [aux_sym_cmd_identifier_token32] = ACTIONS(2378), - [aux_sym_cmd_identifier_token33] = ACTIONS(2378), - [aux_sym_cmd_identifier_token34] = ACTIONS(2378), - [aux_sym_cmd_identifier_token35] = ACTIONS(2378), - [aux_sym_cmd_identifier_token36] = ACTIONS(2378), - [aux_sym_cmd_identifier_token37] = ACTIONS(2378), - [aux_sym_cmd_identifier_token38] = ACTIONS(2378), - [aux_sym_cmd_identifier_token39] = ACTIONS(2378), - [aux_sym_cmd_identifier_token40] = ACTIONS(2378), - [anon_sym_def] = ACTIONS(2378), - [anon_sym_export_DASHenv] = ACTIONS(2378), - [anon_sym_extern] = ACTIONS(2378), - [anon_sym_module] = ACTIONS(2378), - [anon_sym_use] = ACTIONS(2378), - [anon_sym_LPAREN] = ACTIONS(2378), - [anon_sym_DOLLAR] = ACTIONS(2378), - [anon_sym_error] = ACTIONS(2378), - [anon_sym_DASH2] = ACTIONS(2378), - [anon_sym_break] = ACTIONS(2378), - [anon_sym_continue] = ACTIONS(2378), - [anon_sym_for] = ACTIONS(2378), - [anon_sym_in2] = ACTIONS(2378), - [anon_sym_loop] = ACTIONS(2378), - [anon_sym_make] = ACTIONS(2378), - [anon_sym_while] = ACTIONS(2378), - [anon_sym_do] = ACTIONS(2378), - [anon_sym_if] = ACTIONS(2378), - [anon_sym_else] = ACTIONS(2378), - [anon_sym_match] = ACTIONS(2378), - [anon_sym_RBRACE] = ACTIONS(2378), - [anon_sym_try] = ACTIONS(2378), - [anon_sym_catch] = ACTIONS(2378), - [anon_sym_return] = ACTIONS(2378), - [anon_sym_source] = ACTIONS(2378), - [anon_sym_source_DASHenv] = ACTIONS(2378), - [anon_sym_register] = ACTIONS(2378), - [anon_sym_hide] = ACTIONS(2378), - [anon_sym_hide_DASHenv] = ACTIONS(2378), - [anon_sym_overlay] = ACTIONS(2378), - [anon_sym_as] = ACTIONS(2378), - [anon_sym_PLUS2] = ACTIONS(2378), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2378), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2378), - [aux_sym__val_number_decimal_token1] = ACTIONS(2378), - [aux_sym__val_number_decimal_token2] = ACTIONS(2378), - [aux_sym__val_number_decimal_token3] = ACTIONS(2378), - [aux_sym__val_number_decimal_token4] = ACTIONS(2378), - [aux_sym__val_number_token1] = ACTIONS(2378), - [aux_sym__val_number_token2] = ACTIONS(2378), - [aux_sym__val_number_token3] = ACTIONS(2378), - [aux_sym__val_number_token4] = ACTIONS(2378), - [aux_sym__val_number_token5] = ACTIONS(2378), - [aux_sym__val_number_token6] = ACTIONS(2378), - [anon_sym_DQUOTE] = ACTIONS(2378), - [sym__str_single_quotes] = ACTIONS(2378), - [sym__str_back_ticks] = ACTIONS(2378), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2378), - [sym__entry_separator] = ACTIONS(2380), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2380), - }, - [616] = { - [sym_comment] = STATE(616), - [anon_sym_export] = ACTIONS(1989), - [anon_sym_alias] = ACTIONS(1989), - [anon_sym_let] = ACTIONS(1989), - [anon_sym_let_DASHenv] = ACTIONS(1989), - [anon_sym_mut] = ACTIONS(1989), - [anon_sym_const] = ACTIONS(1989), - [aux_sym_cmd_identifier_token1] = ACTIONS(1989), - [aux_sym_cmd_identifier_token2] = ACTIONS(1989), - [aux_sym_cmd_identifier_token3] = ACTIONS(1989), - [aux_sym_cmd_identifier_token4] = ACTIONS(1989), - [aux_sym_cmd_identifier_token5] = ACTIONS(1989), - [aux_sym_cmd_identifier_token6] = ACTIONS(1989), - [aux_sym_cmd_identifier_token7] = ACTIONS(1989), - [aux_sym_cmd_identifier_token8] = ACTIONS(1989), - [aux_sym_cmd_identifier_token9] = ACTIONS(1989), - [aux_sym_cmd_identifier_token10] = ACTIONS(1989), - [aux_sym_cmd_identifier_token11] = ACTIONS(1989), - [aux_sym_cmd_identifier_token12] = ACTIONS(1989), - [aux_sym_cmd_identifier_token13] = ACTIONS(1989), - [aux_sym_cmd_identifier_token14] = ACTIONS(1989), - [aux_sym_cmd_identifier_token15] = ACTIONS(1989), - [aux_sym_cmd_identifier_token16] = ACTIONS(1989), - [aux_sym_cmd_identifier_token17] = ACTIONS(1989), - [aux_sym_cmd_identifier_token18] = ACTIONS(1989), - [aux_sym_cmd_identifier_token19] = ACTIONS(1989), - [aux_sym_cmd_identifier_token20] = ACTIONS(1989), - [aux_sym_cmd_identifier_token21] = ACTIONS(1989), - [aux_sym_cmd_identifier_token22] = ACTIONS(1989), - [aux_sym_cmd_identifier_token23] = ACTIONS(1989), - [aux_sym_cmd_identifier_token24] = ACTIONS(1989), - [aux_sym_cmd_identifier_token25] = ACTIONS(1989), - [aux_sym_cmd_identifier_token26] = ACTIONS(1989), - [aux_sym_cmd_identifier_token27] = ACTIONS(1989), - [aux_sym_cmd_identifier_token28] = ACTIONS(1989), - [aux_sym_cmd_identifier_token29] = ACTIONS(1989), - [aux_sym_cmd_identifier_token30] = ACTIONS(1989), - [aux_sym_cmd_identifier_token31] = ACTIONS(1989), - [aux_sym_cmd_identifier_token32] = ACTIONS(1989), - [aux_sym_cmd_identifier_token33] = ACTIONS(1989), - [aux_sym_cmd_identifier_token34] = ACTIONS(1989), - [aux_sym_cmd_identifier_token35] = ACTIONS(1989), - [aux_sym_cmd_identifier_token36] = ACTIONS(1989), - [aux_sym_cmd_identifier_token37] = ACTIONS(1989), - [aux_sym_cmd_identifier_token38] = ACTIONS(1989), - [aux_sym_cmd_identifier_token39] = ACTIONS(1989), - [aux_sym_cmd_identifier_token40] = ACTIONS(1989), - [anon_sym_def] = ACTIONS(1989), - [anon_sym_export_DASHenv] = ACTIONS(1989), - [anon_sym_extern] = ACTIONS(1989), - [anon_sym_module] = ACTIONS(1989), - [anon_sym_use] = ACTIONS(1989), - [anon_sym_LPAREN] = ACTIONS(1989), - [anon_sym_DOLLAR] = ACTIONS(1989), - [anon_sym_error] = ACTIONS(1989), - [anon_sym_DASH2] = ACTIONS(1989), - [anon_sym_break] = ACTIONS(1989), - [anon_sym_continue] = ACTIONS(1989), - [anon_sym_for] = ACTIONS(1989), - [anon_sym_in2] = ACTIONS(1989), - [anon_sym_loop] = ACTIONS(1989), - [anon_sym_make] = ACTIONS(1989), - [anon_sym_while] = ACTIONS(1989), - [anon_sym_do] = ACTIONS(1989), - [anon_sym_if] = ACTIONS(1989), - [anon_sym_else] = ACTIONS(1989), - [anon_sym_match] = ACTIONS(1989), - [anon_sym_RBRACE] = ACTIONS(1989), - [anon_sym_try] = ACTIONS(1989), - [anon_sym_catch] = ACTIONS(1989), - [anon_sym_return] = ACTIONS(1989), - [anon_sym_source] = ACTIONS(1989), - [anon_sym_source_DASHenv] = ACTIONS(1989), - [anon_sym_register] = ACTIONS(1989), - [anon_sym_hide] = ACTIONS(1989), - [anon_sym_hide_DASHenv] = ACTIONS(1989), - [anon_sym_overlay] = ACTIONS(1989), - [anon_sym_as] = ACTIONS(1989), - [anon_sym_PLUS2] = ACTIONS(1989), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1989), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1989), - [aux_sym__val_number_decimal_token1] = ACTIONS(1989), - [aux_sym__val_number_decimal_token2] = ACTIONS(1989), - [aux_sym__val_number_decimal_token3] = ACTIONS(1989), - [aux_sym__val_number_decimal_token4] = ACTIONS(1989), - [aux_sym__val_number_token1] = ACTIONS(1989), - [aux_sym__val_number_token2] = ACTIONS(1989), - [aux_sym__val_number_token3] = ACTIONS(1989), - [aux_sym__val_number_token4] = ACTIONS(1989), - [aux_sym__val_number_token5] = ACTIONS(1989), - [aux_sym__val_number_token6] = ACTIONS(1989), - [anon_sym_DQUOTE] = ACTIONS(1989), - [sym__str_single_quotes] = ACTIONS(1989), - [sym__str_back_ticks] = ACTIONS(1989), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1989), - [sym__entry_separator] = ACTIONS(1991), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1991), - }, - [617] = { - [sym_comment] = STATE(617), - [anon_sym_export] = ACTIONS(1997), - [anon_sym_alias] = ACTIONS(1997), - [anon_sym_let] = ACTIONS(1997), - [anon_sym_let_DASHenv] = ACTIONS(1997), - [anon_sym_mut] = ACTIONS(1997), - [anon_sym_const] = ACTIONS(1997), - [aux_sym_cmd_identifier_token1] = ACTIONS(1997), - [aux_sym_cmd_identifier_token2] = ACTIONS(1997), - [aux_sym_cmd_identifier_token3] = ACTIONS(1997), - [aux_sym_cmd_identifier_token4] = ACTIONS(1997), - [aux_sym_cmd_identifier_token5] = ACTIONS(1997), - [aux_sym_cmd_identifier_token6] = ACTIONS(1997), - [aux_sym_cmd_identifier_token7] = ACTIONS(1997), - [aux_sym_cmd_identifier_token8] = ACTIONS(1997), - [aux_sym_cmd_identifier_token9] = ACTIONS(1997), - [aux_sym_cmd_identifier_token10] = ACTIONS(1997), - [aux_sym_cmd_identifier_token11] = ACTIONS(1997), - [aux_sym_cmd_identifier_token12] = ACTIONS(1997), - [aux_sym_cmd_identifier_token13] = ACTIONS(1997), - [aux_sym_cmd_identifier_token14] = ACTIONS(1997), - [aux_sym_cmd_identifier_token15] = ACTIONS(1997), - [aux_sym_cmd_identifier_token16] = ACTIONS(1997), - [aux_sym_cmd_identifier_token17] = ACTIONS(1997), - [aux_sym_cmd_identifier_token18] = ACTIONS(1997), - [aux_sym_cmd_identifier_token19] = ACTIONS(1997), - [aux_sym_cmd_identifier_token20] = ACTIONS(1997), - [aux_sym_cmd_identifier_token21] = ACTIONS(1997), - [aux_sym_cmd_identifier_token22] = ACTIONS(1997), - [aux_sym_cmd_identifier_token23] = ACTIONS(1997), - [aux_sym_cmd_identifier_token24] = ACTIONS(1997), - [aux_sym_cmd_identifier_token25] = ACTIONS(1997), - [aux_sym_cmd_identifier_token26] = ACTIONS(1997), - [aux_sym_cmd_identifier_token27] = ACTIONS(1997), - [aux_sym_cmd_identifier_token28] = ACTIONS(1997), - [aux_sym_cmd_identifier_token29] = ACTIONS(1997), - [aux_sym_cmd_identifier_token30] = ACTIONS(1997), - [aux_sym_cmd_identifier_token31] = ACTIONS(1997), - [aux_sym_cmd_identifier_token32] = ACTIONS(1997), - [aux_sym_cmd_identifier_token33] = ACTIONS(1997), - [aux_sym_cmd_identifier_token34] = ACTIONS(1997), - [aux_sym_cmd_identifier_token35] = ACTIONS(1997), - [aux_sym_cmd_identifier_token36] = ACTIONS(1997), - [aux_sym_cmd_identifier_token37] = ACTIONS(1997), - [aux_sym_cmd_identifier_token38] = ACTIONS(1997), - [aux_sym_cmd_identifier_token39] = ACTIONS(1997), - [aux_sym_cmd_identifier_token40] = ACTIONS(1997), - [anon_sym_def] = ACTIONS(1997), - [anon_sym_export_DASHenv] = ACTIONS(1997), - [anon_sym_extern] = ACTIONS(1997), - [anon_sym_module] = ACTIONS(1997), - [anon_sym_use] = ACTIONS(1997), - [anon_sym_LPAREN] = ACTIONS(1997), - [anon_sym_DOLLAR] = ACTIONS(1997), - [anon_sym_error] = ACTIONS(1997), - [anon_sym_DASH2] = ACTIONS(1997), - [anon_sym_break] = ACTIONS(1997), - [anon_sym_continue] = ACTIONS(1997), - [anon_sym_for] = ACTIONS(1997), - [anon_sym_in2] = ACTIONS(1997), - [anon_sym_loop] = ACTIONS(1997), - [anon_sym_make] = ACTIONS(1997), - [anon_sym_while] = ACTIONS(1997), - [anon_sym_do] = ACTIONS(1997), - [anon_sym_if] = ACTIONS(1997), - [anon_sym_else] = ACTIONS(1997), - [anon_sym_match] = ACTIONS(1997), - [anon_sym_RBRACE] = ACTIONS(1997), - [anon_sym_try] = ACTIONS(1997), - [anon_sym_catch] = ACTIONS(1997), - [anon_sym_return] = ACTIONS(1997), - [anon_sym_source] = ACTIONS(1997), - [anon_sym_source_DASHenv] = ACTIONS(1997), - [anon_sym_register] = ACTIONS(1997), - [anon_sym_hide] = ACTIONS(1997), - [anon_sym_hide_DASHenv] = ACTIONS(1997), - [anon_sym_overlay] = ACTIONS(1997), - [anon_sym_as] = ACTIONS(1997), - [anon_sym_PLUS2] = ACTIONS(1997), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1997), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1997), - [aux_sym__val_number_decimal_token1] = ACTIONS(1997), - [aux_sym__val_number_decimal_token2] = ACTIONS(1997), - [aux_sym__val_number_decimal_token3] = ACTIONS(1997), - [aux_sym__val_number_decimal_token4] = ACTIONS(1997), - [aux_sym__val_number_token1] = ACTIONS(1997), - [aux_sym__val_number_token2] = ACTIONS(1997), - [aux_sym__val_number_token3] = ACTIONS(1997), - [aux_sym__val_number_token4] = ACTIONS(1997), - [aux_sym__val_number_token5] = ACTIONS(1997), - [aux_sym__val_number_token6] = ACTIONS(1997), - [anon_sym_DQUOTE] = ACTIONS(1997), - [sym__str_single_quotes] = ACTIONS(1997), - [sym__str_back_ticks] = ACTIONS(1997), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1997), - [sym__entry_separator] = ACTIONS(1999), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1999), - }, - [618] = { - [sym_comment] = STATE(618), - [anon_sym_export] = ACTIONS(2001), - [anon_sym_alias] = ACTIONS(2001), - [anon_sym_let] = ACTIONS(2001), - [anon_sym_let_DASHenv] = ACTIONS(2001), - [anon_sym_mut] = ACTIONS(2001), - [anon_sym_const] = ACTIONS(2001), - [aux_sym_cmd_identifier_token1] = ACTIONS(2001), - [aux_sym_cmd_identifier_token2] = ACTIONS(2001), - [aux_sym_cmd_identifier_token3] = ACTIONS(2001), - [aux_sym_cmd_identifier_token4] = ACTIONS(2001), - [aux_sym_cmd_identifier_token5] = ACTIONS(2001), - [aux_sym_cmd_identifier_token6] = ACTIONS(2001), - [aux_sym_cmd_identifier_token7] = ACTIONS(2001), - [aux_sym_cmd_identifier_token8] = ACTIONS(2001), - [aux_sym_cmd_identifier_token9] = ACTIONS(2001), - [aux_sym_cmd_identifier_token10] = ACTIONS(2001), - [aux_sym_cmd_identifier_token11] = ACTIONS(2001), - [aux_sym_cmd_identifier_token12] = ACTIONS(2001), - [aux_sym_cmd_identifier_token13] = ACTIONS(2001), - [aux_sym_cmd_identifier_token14] = ACTIONS(2001), - [aux_sym_cmd_identifier_token15] = ACTIONS(2001), - [aux_sym_cmd_identifier_token16] = ACTIONS(2001), - [aux_sym_cmd_identifier_token17] = ACTIONS(2001), - [aux_sym_cmd_identifier_token18] = ACTIONS(2001), - [aux_sym_cmd_identifier_token19] = ACTIONS(2001), - [aux_sym_cmd_identifier_token20] = ACTIONS(2001), - [aux_sym_cmd_identifier_token21] = ACTIONS(2001), - [aux_sym_cmd_identifier_token22] = ACTIONS(2001), - [aux_sym_cmd_identifier_token23] = ACTIONS(2001), - [aux_sym_cmd_identifier_token24] = ACTIONS(2001), - [aux_sym_cmd_identifier_token25] = ACTIONS(2001), - [aux_sym_cmd_identifier_token26] = ACTIONS(2001), - [aux_sym_cmd_identifier_token27] = ACTIONS(2001), - [aux_sym_cmd_identifier_token28] = ACTIONS(2001), - [aux_sym_cmd_identifier_token29] = ACTIONS(2001), - [aux_sym_cmd_identifier_token30] = ACTIONS(2001), - [aux_sym_cmd_identifier_token31] = ACTIONS(2001), - [aux_sym_cmd_identifier_token32] = ACTIONS(2001), - [aux_sym_cmd_identifier_token33] = ACTIONS(2001), - [aux_sym_cmd_identifier_token34] = ACTIONS(2001), - [aux_sym_cmd_identifier_token35] = ACTIONS(2001), - [aux_sym_cmd_identifier_token36] = ACTIONS(2001), - [aux_sym_cmd_identifier_token37] = ACTIONS(2001), - [aux_sym_cmd_identifier_token38] = ACTIONS(2001), - [aux_sym_cmd_identifier_token39] = ACTIONS(2001), - [aux_sym_cmd_identifier_token40] = ACTIONS(2001), - [anon_sym_def] = ACTIONS(2001), - [anon_sym_export_DASHenv] = ACTIONS(2001), - [anon_sym_extern] = ACTIONS(2001), - [anon_sym_module] = ACTIONS(2001), - [anon_sym_use] = ACTIONS(2001), - [anon_sym_LPAREN] = ACTIONS(2001), - [anon_sym_DOLLAR] = ACTIONS(2001), - [anon_sym_error] = ACTIONS(2001), - [anon_sym_DASH2] = ACTIONS(2001), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2001), - [anon_sym_for] = ACTIONS(2001), - [anon_sym_in2] = ACTIONS(2001), - [anon_sym_loop] = ACTIONS(2001), - [anon_sym_make] = ACTIONS(2001), - [anon_sym_while] = ACTIONS(2001), - [anon_sym_do] = ACTIONS(2001), - [anon_sym_if] = ACTIONS(2001), - [anon_sym_else] = ACTIONS(2001), - [anon_sym_match] = ACTIONS(2001), - [anon_sym_RBRACE] = ACTIONS(2001), - [anon_sym_try] = ACTIONS(2001), - [anon_sym_catch] = ACTIONS(2001), - [anon_sym_return] = ACTIONS(2001), - [anon_sym_source] = ACTIONS(2001), - [anon_sym_source_DASHenv] = ACTIONS(2001), - [anon_sym_register] = ACTIONS(2001), - [anon_sym_hide] = ACTIONS(2001), - [anon_sym_hide_DASHenv] = ACTIONS(2001), - [anon_sym_overlay] = ACTIONS(2001), - [anon_sym_as] = ACTIONS(2001), - [anon_sym_PLUS2] = ACTIONS(2001), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2001), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2001), - [aux_sym__val_number_decimal_token1] = ACTIONS(2001), - [aux_sym__val_number_decimal_token2] = ACTIONS(2001), - [aux_sym__val_number_decimal_token3] = ACTIONS(2001), - [aux_sym__val_number_decimal_token4] = ACTIONS(2001), - [aux_sym__val_number_token1] = ACTIONS(2001), - [aux_sym__val_number_token2] = ACTIONS(2001), - [aux_sym__val_number_token3] = ACTIONS(2001), - [aux_sym__val_number_token4] = ACTIONS(2001), - [aux_sym__val_number_token5] = ACTIONS(2001), - [aux_sym__val_number_token6] = ACTIONS(2001), - [anon_sym_DQUOTE] = ACTIONS(2001), - [sym__str_single_quotes] = ACTIONS(2001), - [sym__str_back_ticks] = ACTIONS(2001), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2001), - [sym__entry_separator] = ACTIONS(2003), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2003), - }, - [619] = { - [sym_comment] = STATE(619), - [anon_sym_export] = ACTIONS(2382), - [anon_sym_alias] = ACTIONS(2382), - [anon_sym_let] = ACTIONS(2382), - [anon_sym_let_DASHenv] = ACTIONS(2382), - [anon_sym_mut] = ACTIONS(2382), - [anon_sym_const] = ACTIONS(2382), - [aux_sym_cmd_identifier_token1] = ACTIONS(2382), - [aux_sym_cmd_identifier_token2] = ACTIONS(2382), - [aux_sym_cmd_identifier_token3] = ACTIONS(2382), - [aux_sym_cmd_identifier_token4] = ACTIONS(2382), - [aux_sym_cmd_identifier_token5] = ACTIONS(2382), - [aux_sym_cmd_identifier_token6] = ACTIONS(2382), - [aux_sym_cmd_identifier_token7] = ACTIONS(2382), - [aux_sym_cmd_identifier_token8] = ACTIONS(2382), - [aux_sym_cmd_identifier_token9] = ACTIONS(2382), - [aux_sym_cmd_identifier_token10] = ACTIONS(2382), - [aux_sym_cmd_identifier_token11] = ACTIONS(2382), - [aux_sym_cmd_identifier_token12] = ACTIONS(2382), - [aux_sym_cmd_identifier_token13] = ACTIONS(2382), - [aux_sym_cmd_identifier_token14] = ACTIONS(2382), - [aux_sym_cmd_identifier_token15] = ACTIONS(2382), - [aux_sym_cmd_identifier_token16] = ACTIONS(2382), - [aux_sym_cmd_identifier_token17] = ACTIONS(2382), - [aux_sym_cmd_identifier_token18] = ACTIONS(2382), - [aux_sym_cmd_identifier_token19] = ACTIONS(2382), - [aux_sym_cmd_identifier_token20] = ACTIONS(2382), - [aux_sym_cmd_identifier_token21] = ACTIONS(2382), - [aux_sym_cmd_identifier_token22] = ACTIONS(2382), - [aux_sym_cmd_identifier_token23] = ACTIONS(2382), - [aux_sym_cmd_identifier_token24] = ACTIONS(2382), - [aux_sym_cmd_identifier_token25] = ACTIONS(2382), - [aux_sym_cmd_identifier_token26] = ACTIONS(2382), - [aux_sym_cmd_identifier_token27] = ACTIONS(2382), - [aux_sym_cmd_identifier_token28] = ACTIONS(2382), - [aux_sym_cmd_identifier_token29] = ACTIONS(2382), - [aux_sym_cmd_identifier_token30] = ACTIONS(2382), - [aux_sym_cmd_identifier_token31] = ACTIONS(2382), - [aux_sym_cmd_identifier_token32] = ACTIONS(2382), - [aux_sym_cmd_identifier_token33] = ACTIONS(2382), - [aux_sym_cmd_identifier_token34] = ACTIONS(2382), - [aux_sym_cmd_identifier_token35] = ACTIONS(2382), - [aux_sym_cmd_identifier_token36] = ACTIONS(2382), - [aux_sym_cmd_identifier_token37] = ACTIONS(2382), - [aux_sym_cmd_identifier_token38] = ACTIONS(2382), - [aux_sym_cmd_identifier_token39] = ACTIONS(2382), - [aux_sym_cmd_identifier_token40] = ACTIONS(2382), - [anon_sym_def] = ACTIONS(2382), - [anon_sym_export_DASHenv] = ACTIONS(2382), - [anon_sym_extern] = ACTIONS(2382), - [anon_sym_module] = ACTIONS(2382), - [anon_sym_use] = ACTIONS(2382), - [anon_sym_LPAREN] = ACTIONS(2382), - [anon_sym_DOLLAR] = ACTIONS(2382), - [anon_sym_error] = ACTIONS(2382), - [anon_sym_DASH2] = ACTIONS(2382), - [anon_sym_break] = ACTIONS(2382), - [anon_sym_continue] = ACTIONS(2382), - [anon_sym_for] = ACTIONS(2382), - [anon_sym_in2] = ACTIONS(2382), - [anon_sym_loop] = ACTIONS(2382), - [anon_sym_make] = ACTIONS(2382), - [anon_sym_while] = ACTIONS(2382), - [anon_sym_do] = ACTIONS(2382), - [anon_sym_if] = ACTIONS(2382), - [anon_sym_else] = ACTIONS(2382), - [anon_sym_match] = ACTIONS(2382), - [anon_sym_RBRACE] = ACTIONS(2382), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_catch] = ACTIONS(2382), - [anon_sym_return] = ACTIONS(2382), - [anon_sym_source] = ACTIONS(2382), - [anon_sym_source_DASHenv] = ACTIONS(2382), - [anon_sym_register] = ACTIONS(2382), - [anon_sym_hide] = ACTIONS(2382), - [anon_sym_hide_DASHenv] = ACTIONS(2382), - [anon_sym_overlay] = ACTIONS(2382), - [anon_sym_as] = ACTIONS(2382), - [anon_sym_PLUS2] = ACTIONS(2382), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2382), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2382), - [aux_sym__val_number_decimal_token1] = ACTIONS(2382), - [aux_sym__val_number_decimal_token2] = ACTIONS(2382), - [aux_sym__val_number_decimal_token3] = ACTIONS(2382), - [aux_sym__val_number_decimal_token4] = ACTIONS(2382), - [aux_sym__val_number_token1] = ACTIONS(2382), - [aux_sym__val_number_token2] = ACTIONS(2382), - [aux_sym__val_number_token3] = ACTIONS(2382), - [aux_sym__val_number_token4] = ACTIONS(2382), - [aux_sym__val_number_token5] = ACTIONS(2382), - [aux_sym__val_number_token6] = ACTIONS(2382), - [anon_sym_DQUOTE] = ACTIONS(2382), - [sym__str_single_quotes] = ACTIONS(2382), - [sym__str_back_ticks] = ACTIONS(2382), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2382), - [sym__entry_separator] = ACTIONS(2384), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2384), - }, - [620] = { - [sym_comment] = STATE(620), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_alias] = ACTIONS(2013), - [anon_sym_let] = ACTIONS(2013), - [anon_sym_let_DASHenv] = ACTIONS(2013), - [anon_sym_mut] = ACTIONS(2013), - [anon_sym_const] = ACTIONS(2013), - [aux_sym_cmd_identifier_token1] = ACTIONS(2013), - [aux_sym_cmd_identifier_token2] = ACTIONS(2013), - [aux_sym_cmd_identifier_token3] = ACTIONS(2013), - [aux_sym_cmd_identifier_token4] = ACTIONS(2013), - [aux_sym_cmd_identifier_token5] = ACTIONS(2013), - [aux_sym_cmd_identifier_token6] = ACTIONS(2013), - [aux_sym_cmd_identifier_token7] = ACTIONS(2013), - [aux_sym_cmd_identifier_token8] = ACTIONS(2013), - [aux_sym_cmd_identifier_token9] = ACTIONS(2013), - [aux_sym_cmd_identifier_token10] = ACTIONS(2013), - [aux_sym_cmd_identifier_token11] = ACTIONS(2013), - [aux_sym_cmd_identifier_token12] = ACTIONS(2013), - [aux_sym_cmd_identifier_token13] = ACTIONS(2013), - [aux_sym_cmd_identifier_token14] = ACTIONS(2013), - [aux_sym_cmd_identifier_token15] = ACTIONS(2013), - [aux_sym_cmd_identifier_token16] = ACTIONS(2013), - [aux_sym_cmd_identifier_token17] = ACTIONS(2013), - [aux_sym_cmd_identifier_token18] = ACTIONS(2013), - [aux_sym_cmd_identifier_token19] = ACTIONS(2013), - [aux_sym_cmd_identifier_token20] = ACTIONS(2013), - [aux_sym_cmd_identifier_token21] = ACTIONS(2013), - [aux_sym_cmd_identifier_token22] = ACTIONS(2013), - [aux_sym_cmd_identifier_token23] = ACTIONS(2013), - [aux_sym_cmd_identifier_token24] = ACTIONS(2013), - [aux_sym_cmd_identifier_token25] = ACTIONS(2013), - [aux_sym_cmd_identifier_token26] = ACTIONS(2013), - [aux_sym_cmd_identifier_token27] = ACTIONS(2013), - [aux_sym_cmd_identifier_token28] = ACTIONS(2013), - [aux_sym_cmd_identifier_token29] = ACTIONS(2013), - [aux_sym_cmd_identifier_token30] = ACTIONS(2013), - [aux_sym_cmd_identifier_token31] = ACTIONS(2013), - [aux_sym_cmd_identifier_token32] = ACTIONS(2013), - [aux_sym_cmd_identifier_token33] = ACTIONS(2013), - [aux_sym_cmd_identifier_token34] = ACTIONS(2013), - [aux_sym_cmd_identifier_token35] = ACTIONS(2013), - [aux_sym_cmd_identifier_token36] = ACTIONS(2013), - [aux_sym_cmd_identifier_token37] = ACTIONS(2013), - [aux_sym_cmd_identifier_token38] = ACTIONS(2013), - [aux_sym_cmd_identifier_token39] = ACTIONS(2013), - [aux_sym_cmd_identifier_token40] = ACTIONS(2013), - [anon_sym_def] = ACTIONS(2013), - [anon_sym_export_DASHenv] = ACTIONS(2013), - [anon_sym_extern] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_use] = ACTIONS(2013), - [anon_sym_LPAREN] = ACTIONS(2013), - [anon_sym_DOLLAR] = ACTIONS(2013), - [anon_sym_error] = ACTIONS(2013), - [anon_sym_DASH2] = ACTIONS(2013), - [anon_sym_break] = ACTIONS(2013), - [anon_sym_continue] = ACTIONS(2013), - [anon_sym_for] = ACTIONS(2013), - [anon_sym_in2] = ACTIONS(2013), - [anon_sym_loop] = ACTIONS(2013), - [anon_sym_make] = ACTIONS(2013), - [anon_sym_while] = ACTIONS(2013), - [anon_sym_do] = ACTIONS(2013), - [anon_sym_if] = ACTIONS(2013), - [anon_sym_else] = ACTIONS(2013), - [anon_sym_match] = ACTIONS(2013), - [anon_sym_RBRACE] = ACTIONS(2013), - [anon_sym_try] = ACTIONS(2013), - [anon_sym_catch] = ACTIONS(2013), - [anon_sym_return] = ACTIONS(2013), - [anon_sym_source] = ACTIONS(2013), - [anon_sym_source_DASHenv] = ACTIONS(2013), - [anon_sym_register] = ACTIONS(2013), - [anon_sym_hide] = ACTIONS(2013), - [anon_sym_hide_DASHenv] = ACTIONS(2013), - [anon_sym_overlay] = ACTIONS(2013), - [anon_sym_as] = ACTIONS(2013), - [anon_sym_PLUS2] = ACTIONS(2013), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2013), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2013), - [aux_sym__val_number_decimal_token1] = ACTIONS(2013), - [aux_sym__val_number_decimal_token2] = ACTIONS(2013), - [aux_sym__val_number_decimal_token3] = ACTIONS(2013), - [aux_sym__val_number_decimal_token4] = ACTIONS(2013), - [aux_sym__val_number_token1] = ACTIONS(2013), - [aux_sym__val_number_token2] = ACTIONS(2013), - [aux_sym__val_number_token3] = ACTIONS(2013), - [aux_sym__val_number_token4] = ACTIONS(2013), - [aux_sym__val_number_token5] = ACTIONS(2013), - [aux_sym__val_number_token6] = ACTIONS(2013), - [anon_sym_DQUOTE] = ACTIONS(2013), - [sym__str_single_quotes] = ACTIONS(2013), - [sym__str_back_ticks] = ACTIONS(2013), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2013), - [sym__entry_separator] = ACTIONS(2015), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2015), - }, - [621] = { - [sym_comment] = STATE(621), - [anon_sym_export] = ACTIONS(2386), - [anon_sym_alias] = ACTIONS(2386), - [anon_sym_let] = ACTIONS(2386), - [anon_sym_let_DASHenv] = ACTIONS(2386), - [anon_sym_mut] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [aux_sym_cmd_identifier_token1] = ACTIONS(2386), - [aux_sym_cmd_identifier_token2] = ACTIONS(2386), - [aux_sym_cmd_identifier_token3] = ACTIONS(2386), - [aux_sym_cmd_identifier_token4] = ACTIONS(2386), - [aux_sym_cmd_identifier_token5] = ACTIONS(2386), - [aux_sym_cmd_identifier_token6] = ACTIONS(2386), - [aux_sym_cmd_identifier_token7] = ACTIONS(2386), - [aux_sym_cmd_identifier_token8] = ACTIONS(2386), - [aux_sym_cmd_identifier_token9] = ACTIONS(2386), - [aux_sym_cmd_identifier_token10] = ACTIONS(2386), - [aux_sym_cmd_identifier_token11] = ACTIONS(2386), - [aux_sym_cmd_identifier_token12] = ACTIONS(2386), - [aux_sym_cmd_identifier_token13] = ACTIONS(2386), - [aux_sym_cmd_identifier_token14] = ACTIONS(2386), - [aux_sym_cmd_identifier_token15] = ACTIONS(2386), - [aux_sym_cmd_identifier_token16] = ACTIONS(2386), - [aux_sym_cmd_identifier_token17] = ACTIONS(2386), - [aux_sym_cmd_identifier_token18] = ACTIONS(2386), - [aux_sym_cmd_identifier_token19] = ACTIONS(2386), - [aux_sym_cmd_identifier_token20] = ACTIONS(2386), - [aux_sym_cmd_identifier_token21] = ACTIONS(2386), - [aux_sym_cmd_identifier_token22] = ACTIONS(2386), - [aux_sym_cmd_identifier_token23] = ACTIONS(2386), - [aux_sym_cmd_identifier_token24] = ACTIONS(2386), - [aux_sym_cmd_identifier_token25] = ACTIONS(2386), - [aux_sym_cmd_identifier_token26] = ACTIONS(2386), - [aux_sym_cmd_identifier_token27] = ACTIONS(2386), - [aux_sym_cmd_identifier_token28] = ACTIONS(2386), - [aux_sym_cmd_identifier_token29] = ACTIONS(2386), - [aux_sym_cmd_identifier_token30] = ACTIONS(2386), - [aux_sym_cmd_identifier_token31] = ACTIONS(2386), - [aux_sym_cmd_identifier_token32] = ACTIONS(2386), - [aux_sym_cmd_identifier_token33] = ACTIONS(2386), - [aux_sym_cmd_identifier_token34] = ACTIONS(2386), - [aux_sym_cmd_identifier_token35] = ACTIONS(2386), - [aux_sym_cmd_identifier_token36] = ACTIONS(2386), - [aux_sym_cmd_identifier_token37] = ACTIONS(2386), - [aux_sym_cmd_identifier_token38] = ACTIONS(2386), - [aux_sym_cmd_identifier_token39] = ACTIONS(2386), - [aux_sym_cmd_identifier_token40] = ACTIONS(2386), - [anon_sym_def] = ACTIONS(2386), - [anon_sym_export_DASHenv] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym_module] = ACTIONS(2386), - [anon_sym_use] = ACTIONS(2386), - [anon_sym_LPAREN] = ACTIONS(2386), - [anon_sym_DOLLAR] = ACTIONS(2386), - [anon_sym_error] = ACTIONS(2386), - [anon_sym_DASH2] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_in2] = ACTIONS(2386), - [anon_sym_loop] = ACTIONS(2386), - [anon_sym_make] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_match] = ACTIONS(2386), - [anon_sym_RBRACE] = ACTIONS(2386), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_source] = ACTIONS(2386), - [anon_sym_source_DASHenv] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_hide] = ACTIONS(2386), - [anon_sym_hide_DASHenv] = ACTIONS(2386), - [anon_sym_overlay] = ACTIONS(2386), - [anon_sym_as] = ACTIONS(2386), - [anon_sym_PLUS2] = ACTIONS(2386), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2386), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2386), - [aux_sym__val_number_decimal_token1] = ACTIONS(2386), - [aux_sym__val_number_decimal_token2] = ACTIONS(2386), - [aux_sym__val_number_decimal_token3] = ACTIONS(2386), - [aux_sym__val_number_decimal_token4] = ACTIONS(2386), - [aux_sym__val_number_token1] = ACTIONS(2386), - [aux_sym__val_number_token2] = ACTIONS(2386), - [aux_sym__val_number_token3] = ACTIONS(2386), - [aux_sym__val_number_token4] = ACTIONS(2386), - [aux_sym__val_number_token5] = ACTIONS(2386), - [aux_sym__val_number_token6] = ACTIONS(2386), - [anon_sym_DQUOTE] = ACTIONS(2386), - [sym__str_single_quotes] = ACTIONS(2386), - [sym__str_back_ticks] = ACTIONS(2386), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2386), - [sym__entry_separator] = ACTIONS(2388), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2388), - }, - [622] = { - [sym_comment] = STATE(622), - [anon_sym_export] = ACTIONS(2390), - [anon_sym_alias] = ACTIONS(2390), - [anon_sym_let] = ACTIONS(2390), - [anon_sym_let_DASHenv] = ACTIONS(2390), - [anon_sym_mut] = ACTIONS(2390), - [anon_sym_const] = ACTIONS(2390), - [aux_sym_cmd_identifier_token1] = ACTIONS(2390), - [aux_sym_cmd_identifier_token2] = ACTIONS(2390), - [aux_sym_cmd_identifier_token3] = ACTIONS(2390), - [aux_sym_cmd_identifier_token4] = ACTIONS(2390), - [aux_sym_cmd_identifier_token5] = ACTIONS(2390), - [aux_sym_cmd_identifier_token6] = ACTIONS(2390), - [aux_sym_cmd_identifier_token7] = ACTIONS(2390), - [aux_sym_cmd_identifier_token8] = ACTIONS(2390), - [aux_sym_cmd_identifier_token9] = ACTIONS(2390), - [aux_sym_cmd_identifier_token10] = ACTIONS(2390), - [aux_sym_cmd_identifier_token11] = ACTIONS(2390), - [aux_sym_cmd_identifier_token12] = ACTIONS(2390), - [aux_sym_cmd_identifier_token13] = ACTIONS(2390), - [aux_sym_cmd_identifier_token14] = ACTIONS(2390), - [aux_sym_cmd_identifier_token15] = ACTIONS(2390), - [aux_sym_cmd_identifier_token16] = ACTIONS(2390), - [aux_sym_cmd_identifier_token17] = ACTIONS(2390), - [aux_sym_cmd_identifier_token18] = ACTIONS(2390), - [aux_sym_cmd_identifier_token19] = ACTIONS(2390), - [aux_sym_cmd_identifier_token20] = ACTIONS(2390), - [aux_sym_cmd_identifier_token21] = ACTIONS(2390), - [aux_sym_cmd_identifier_token22] = ACTIONS(2390), - [aux_sym_cmd_identifier_token23] = ACTIONS(2390), - [aux_sym_cmd_identifier_token24] = ACTIONS(2390), - [aux_sym_cmd_identifier_token25] = ACTIONS(2390), - [aux_sym_cmd_identifier_token26] = ACTIONS(2390), - [aux_sym_cmd_identifier_token27] = ACTIONS(2390), - [aux_sym_cmd_identifier_token28] = ACTIONS(2390), - [aux_sym_cmd_identifier_token29] = ACTIONS(2390), - [aux_sym_cmd_identifier_token30] = ACTIONS(2390), - [aux_sym_cmd_identifier_token31] = ACTIONS(2390), - [aux_sym_cmd_identifier_token32] = ACTIONS(2390), - [aux_sym_cmd_identifier_token33] = ACTIONS(2390), - [aux_sym_cmd_identifier_token34] = ACTIONS(2390), - [aux_sym_cmd_identifier_token35] = ACTIONS(2390), - [aux_sym_cmd_identifier_token36] = ACTIONS(2390), - [aux_sym_cmd_identifier_token37] = ACTIONS(2390), - [aux_sym_cmd_identifier_token38] = ACTIONS(2390), - [aux_sym_cmd_identifier_token39] = ACTIONS(2390), - [aux_sym_cmd_identifier_token40] = ACTIONS(2390), - [anon_sym_def] = ACTIONS(2390), - [anon_sym_export_DASHenv] = ACTIONS(2390), - [anon_sym_extern] = ACTIONS(2390), - [anon_sym_module] = ACTIONS(2390), - [anon_sym_use] = ACTIONS(2390), - [anon_sym_LPAREN] = ACTIONS(2390), - [anon_sym_DOLLAR] = ACTIONS(2390), - [anon_sym_error] = ACTIONS(2390), - [anon_sym_DASH2] = ACTIONS(2390), - [anon_sym_break] = ACTIONS(2390), - [anon_sym_continue] = ACTIONS(2390), - [anon_sym_for] = ACTIONS(2390), - [anon_sym_in2] = ACTIONS(2390), - [anon_sym_loop] = ACTIONS(2390), - [anon_sym_make] = ACTIONS(2390), - [anon_sym_while] = ACTIONS(2390), - [anon_sym_do] = ACTIONS(2390), - [anon_sym_if] = ACTIONS(2390), - [anon_sym_else] = ACTIONS(2390), - [anon_sym_match] = ACTIONS(2390), - [anon_sym_RBRACE] = ACTIONS(2390), - [anon_sym_try] = ACTIONS(2390), - [anon_sym_catch] = ACTIONS(2390), - [anon_sym_return] = ACTIONS(2390), - [anon_sym_source] = ACTIONS(2390), - [anon_sym_source_DASHenv] = ACTIONS(2390), - [anon_sym_register] = ACTIONS(2390), - [anon_sym_hide] = ACTIONS(2390), - [anon_sym_hide_DASHenv] = ACTIONS(2390), - [anon_sym_overlay] = ACTIONS(2390), - [anon_sym_as] = ACTIONS(2390), - [anon_sym_PLUS2] = ACTIONS(2390), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2390), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2390), - [aux_sym__val_number_decimal_token1] = ACTIONS(2390), - [aux_sym__val_number_decimal_token2] = ACTIONS(2390), - [aux_sym__val_number_decimal_token3] = ACTIONS(2390), - [aux_sym__val_number_decimal_token4] = ACTIONS(2390), - [aux_sym__val_number_token1] = ACTIONS(2390), - [aux_sym__val_number_token2] = ACTIONS(2390), - [aux_sym__val_number_token3] = ACTIONS(2390), - [aux_sym__val_number_token4] = ACTIONS(2390), - [aux_sym__val_number_token5] = ACTIONS(2390), - [aux_sym__val_number_token6] = ACTIONS(2390), - [anon_sym_DQUOTE] = ACTIONS(2390), - [sym__str_single_quotes] = ACTIONS(2390), - [sym__str_back_ticks] = ACTIONS(2390), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2390), - [sym__entry_separator] = ACTIONS(2392), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2392), - }, - [623] = { - [sym_comment] = STATE(623), - [anon_sym_export] = ACTIONS(2017), - [anon_sym_alias] = ACTIONS(2017), - [anon_sym_let] = ACTIONS(2017), - [anon_sym_let_DASHenv] = ACTIONS(2017), - [anon_sym_mut] = ACTIONS(2017), - [anon_sym_const] = ACTIONS(2017), - [aux_sym_cmd_identifier_token1] = ACTIONS(2017), - [aux_sym_cmd_identifier_token2] = ACTIONS(2017), - [aux_sym_cmd_identifier_token3] = ACTIONS(2017), - [aux_sym_cmd_identifier_token4] = ACTIONS(2017), - [aux_sym_cmd_identifier_token5] = ACTIONS(2017), - [aux_sym_cmd_identifier_token6] = ACTIONS(2017), - [aux_sym_cmd_identifier_token7] = ACTIONS(2017), - [aux_sym_cmd_identifier_token8] = ACTIONS(2017), - [aux_sym_cmd_identifier_token9] = ACTIONS(2017), - [aux_sym_cmd_identifier_token10] = ACTIONS(2017), - [aux_sym_cmd_identifier_token11] = ACTIONS(2017), - [aux_sym_cmd_identifier_token12] = ACTIONS(2017), - [aux_sym_cmd_identifier_token13] = ACTIONS(2017), - [aux_sym_cmd_identifier_token14] = ACTIONS(2017), - [aux_sym_cmd_identifier_token15] = ACTIONS(2017), - [aux_sym_cmd_identifier_token16] = ACTIONS(2017), - [aux_sym_cmd_identifier_token17] = ACTIONS(2017), - [aux_sym_cmd_identifier_token18] = ACTIONS(2017), - [aux_sym_cmd_identifier_token19] = ACTIONS(2017), - [aux_sym_cmd_identifier_token20] = ACTIONS(2017), - [aux_sym_cmd_identifier_token21] = ACTIONS(2017), - [aux_sym_cmd_identifier_token22] = ACTIONS(2017), - [aux_sym_cmd_identifier_token23] = ACTIONS(2017), - [aux_sym_cmd_identifier_token24] = ACTIONS(2017), - [aux_sym_cmd_identifier_token25] = ACTIONS(2017), - [aux_sym_cmd_identifier_token26] = ACTIONS(2017), - [aux_sym_cmd_identifier_token27] = ACTIONS(2017), - [aux_sym_cmd_identifier_token28] = ACTIONS(2017), - [aux_sym_cmd_identifier_token29] = ACTIONS(2017), - [aux_sym_cmd_identifier_token30] = ACTIONS(2017), - [aux_sym_cmd_identifier_token31] = ACTIONS(2017), - [aux_sym_cmd_identifier_token32] = ACTIONS(2017), - [aux_sym_cmd_identifier_token33] = ACTIONS(2017), - [aux_sym_cmd_identifier_token34] = ACTIONS(2017), - [aux_sym_cmd_identifier_token35] = ACTIONS(2017), - [aux_sym_cmd_identifier_token36] = ACTIONS(2017), - [aux_sym_cmd_identifier_token37] = ACTIONS(2017), - [aux_sym_cmd_identifier_token38] = ACTIONS(2017), - [aux_sym_cmd_identifier_token39] = ACTIONS(2017), - [aux_sym_cmd_identifier_token40] = ACTIONS(2017), - [anon_sym_def] = ACTIONS(2017), - [anon_sym_export_DASHenv] = ACTIONS(2017), - [anon_sym_extern] = ACTIONS(2017), - [anon_sym_module] = ACTIONS(2017), - [anon_sym_use] = ACTIONS(2017), - [anon_sym_LPAREN] = ACTIONS(2017), - [anon_sym_DOLLAR] = ACTIONS(2017), - [anon_sym_error] = ACTIONS(2017), - [anon_sym_DASH2] = ACTIONS(2017), - [anon_sym_break] = ACTIONS(2017), - [anon_sym_continue] = ACTIONS(2017), - [anon_sym_for] = ACTIONS(2017), - [anon_sym_in2] = ACTIONS(2017), - [anon_sym_loop] = ACTIONS(2017), - [anon_sym_make] = ACTIONS(2017), - [anon_sym_while] = ACTIONS(2017), - [anon_sym_do] = ACTIONS(2017), - [anon_sym_if] = ACTIONS(2017), - [anon_sym_else] = ACTIONS(2017), - [anon_sym_match] = ACTIONS(2017), - [anon_sym_RBRACE] = ACTIONS(2017), - [anon_sym_try] = ACTIONS(2017), - [anon_sym_catch] = ACTIONS(2017), - [anon_sym_return] = ACTIONS(2017), - [anon_sym_source] = ACTIONS(2017), - [anon_sym_source_DASHenv] = ACTIONS(2017), - [anon_sym_register] = ACTIONS(2017), - [anon_sym_hide] = ACTIONS(2017), - [anon_sym_hide_DASHenv] = ACTIONS(2017), - [anon_sym_overlay] = ACTIONS(2017), - [anon_sym_as] = ACTIONS(2017), - [anon_sym_PLUS2] = ACTIONS(2017), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2017), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2017), - [aux_sym__val_number_decimal_token1] = ACTIONS(2017), - [aux_sym__val_number_decimal_token2] = ACTIONS(2017), - [aux_sym__val_number_decimal_token3] = ACTIONS(2017), - [aux_sym__val_number_decimal_token4] = ACTIONS(2017), - [aux_sym__val_number_token1] = ACTIONS(2017), - [aux_sym__val_number_token2] = ACTIONS(2017), - [aux_sym__val_number_token3] = ACTIONS(2017), - [aux_sym__val_number_token4] = ACTIONS(2017), - [aux_sym__val_number_token5] = ACTIONS(2017), - [aux_sym__val_number_token6] = ACTIONS(2017), - [anon_sym_DQUOTE] = ACTIONS(2017), - [sym__str_single_quotes] = ACTIONS(2017), - [sym__str_back_ticks] = ACTIONS(2017), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2017), - [sym__entry_separator] = ACTIONS(2019), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2019), - }, - [624] = { - [sym_comment] = STATE(624), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_alias] = ACTIONS(2025), - [anon_sym_let] = ACTIONS(2025), - [anon_sym_let_DASHenv] = ACTIONS(2025), - [anon_sym_mut] = ACTIONS(2025), - [anon_sym_const] = ACTIONS(2025), - [aux_sym_cmd_identifier_token1] = ACTIONS(2025), - [aux_sym_cmd_identifier_token2] = ACTIONS(2025), - [aux_sym_cmd_identifier_token3] = ACTIONS(2025), - [aux_sym_cmd_identifier_token4] = ACTIONS(2025), - [aux_sym_cmd_identifier_token5] = ACTIONS(2025), - [aux_sym_cmd_identifier_token6] = ACTIONS(2025), - [aux_sym_cmd_identifier_token7] = ACTIONS(2025), - [aux_sym_cmd_identifier_token8] = ACTIONS(2025), - [aux_sym_cmd_identifier_token9] = ACTIONS(2025), - [aux_sym_cmd_identifier_token10] = ACTIONS(2025), - [aux_sym_cmd_identifier_token11] = ACTIONS(2025), - [aux_sym_cmd_identifier_token12] = ACTIONS(2025), - [aux_sym_cmd_identifier_token13] = ACTIONS(2025), - [aux_sym_cmd_identifier_token14] = ACTIONS(2025), - [aux_sym_cmd_identifier_token15] = ACTIONS(2025), - [aux_sym_cmd_identifier_token16] = ACTIONS(2025), - [aux_sym_cmd_identifier_token17] = ACTIONS(2025), - [aux_sym_cmd_identifier_token18] = ACTIONS(2025), - [aux_sym_cmd_identifier_token19] = ACTIONS(2025), - [aux_sym_cmd_identifier_token20] = ACTIONS(2025), - [aux_sym_cmd_identifier_token21] = ACTIONS(2025), - [aux_sym_cmd_identifier_token22] = ACTIONS(2025), - [aux_sym_cmd_identifier_token23] = ACTIONS(2025), - [aux_sym_cmd_identifier_token24] = ACTIONS(2025), - [aux_sym_cmd_identifier_token25] = ACTIONS(2025), - [aux_sym_cmd_identifier_token26] = ACTIONS(2025), - [aux_sym_cmd_identifier_token27] = ACTIONS(2025), - [aux_sym_cmd_identifier_token28] = ACTIONS(2025), - [aux_sym_cmd_identifier_token29] = ACTIONS(2025), - [aux_sym_cmd_identifier_token30] = ACTIONS(2025), - [aux_sym_cmd_identifier_token31] = ACTIONS(2025), - [aux_sym_cmd_identifier_token32] = ACTIONS(2025), - [aux_sym_cmd_identifier_token33] = ACTIONS(2025), - [aux_sym_cmd_identifier_token34] = ACTIONS(2025), - [aux_sym_cmd_identifier_token35] = ACTIONS(2025), - [aux_sym_cmd_identifier_token36] = ACTIONS(2025), - [aux_sym_cmd_identifier_token37] = ACTIONS(2025), - [aux_sym_cmd_identifier_token38] = ACTIONS(2025), - [aux_sym_cmd_identifier_token39] = ACTIONS(2025), - [aux_sym_cmd_identifier_token40] = ACTIONS(2025), - [anon_sym_def] = ACTIONS(2025), - [anon_sym_export_DASHenv] = ACTIONS(2025), - [anon_sym_extern] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_use] = ACTIONS(2025), - [anon_sym_LPAREN] = ACTIONS(2025), - [anon_sym_DOLLAR] = ACTIONS(2025), - [anon_sym_error] = ACTIONS(2025), - [anon_sym_DASH2] = ACTIONS(2025), - [anon_sym_break] = ACTIONS(2025), - [anon_sym_continue] = ACTIONS(2025), - [anon_sym_for] = ACTIONS(2025), - [anon_sym_in2] = ACTIONS(2025), - [anon_sym_loop] = ACTIONS(2025), - [anon_sym_make] = ACTIONS(2025), - [anon_sym_while] = ACTIONS(2025), - [anon_sym_do] = ACTIONS(2025), - [anon_sym_if] = ACTIONS(2025), - [anon_sym_else] = ACTIONS(2025), - [anon_sym_match] = ACTIONS(2025), - [anon_sym_RBRACE] = ACTIONS(2025), - [anon_sym_try] = ACTIONS(2025), - [anon_sym_catch] = ACTIONS(2025), - [anon_sym_return] = ACTIONS(2025), - [anon_sym_source] = ACTIONS(2025), - [anon_sym_source_DASHenv] = ACTIONS(2025), - [anon_sym_register] = ACTIONS(2025), - [anon_sym_hide] = ACTIONS(2025), - [anon_sym_hide_DASHenv] = ACTIONS(2025), - [anon_sym_overlay] = ACTIONS(2025), - [anon_sym_as] = ACTIONS(2025), - [anon_sym_PLUS2] = ACTIONS(2025), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2025), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2025), - [aux_sym__val_number_decimal_token1] = ACTIONS(2025), - [aux_sym__val_number_decimal_token2] = ACTIONS(2025), - [aux_sym__val_number_decimal_token3] = ACTIONS(2025), - [aux_sym__val_number_decimal_token4] = ACTIONS(2025), - [aux_sym__val_number_token1] = ACTIONS(2025), - [aux_sym__val_number_token2] = ACTIONS(2025), - [aux_sym__val_number_token3] = ACTIONS(2025), - [aux_sym__val_number_token4] = ACTIONS(2025), - [aux_sym__val_number_token5] = ACTIONS(2025), - [aux_sym__val_number_token6] = ACTIONS(2025), - [anon_sym_DQUOTE] = ACTIONS(2025), - [sym__str_single_quotes] = ACTIONS(2025), - [sym__str_back_ticks] = ACTIONS(2025), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2025), - [sym__entry_separator] = ACTIONS(2027), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2027), - }, - [625] = { - [sym_comment] = STATE(625), - [anon_sym_export] = ACTIONS(2394), - [anon_sym_alias] = ACTIONS(2394), - [anon_sym_let] = ACTIONS(2394), - [anon_sym_let_DASHenv] = ACTIONS(2394), - [anon_sym_mut] = ACTIONS(2394), - [anon_sym_const] = ACTIONS(2394), - [aux_sym_cmd_identifier_token1] = ACTIONS(2394), - [aux_sym_cmd_identifier_token2] = ACTIONS(2394), - [aux_sym_cmd_identifier_token3] = ACTIONS(2394), - [aux_sym_cmd_identifier_token4] = ACTIONS(2394), - [aux_sym_cmd_identifier_token5] = ACTIONS(2394), - [aux_sym_cmd_identifier_token6] = ACTIONS(2394), - [aux_sym_cmd_identifier_token7] = ACTIONS(2394), - [aux_sym_cmd_identifier_token8] = ACTIONS(2394), - [aux_sym_cmd_identifier_token9] = ACTIONS(2394), - [aux_sym_cmd_identifier_token10] = ACTIONS(2394), - [aux_sym_cmd_identifier_token11] = ACTIONS(2394), - [aux_sym_cmd_identifier_token12] = ACTIONS(2394), - [aux_sym_cmd_identifier_token13] = ACTIONS(2394), - [aux_sym_cmd_identifier_token14] = ACTIONS(2394), - [aux_sym_cmd_identifier_token15] = ACTIONS(2394), - [aux_sym_cmd_identifier_token16] = ACTIONS(2394), - [aux_sym_cmd_identifier_token17] = ACTIONS(2394), - [aux_sym_cmd_identifier_token18] = ACTIONS(2394), - [aux_sym_cmd_identifier_token19] = ACTIONS(2394), - [aux_sym_cmd_identifier_token20] = ACTIONS(2394), - [aux_sym_cmd_identifier_token21] = ACTIONS(2394), - [aux_sym_cmd_identifier_token22] = ACTIONS(2394), - [aux_sym_cmd_identifier_token23] = ACTIONS(2394), - [aux_sym_cmd_identifier_token24] = ACTIONS(2394), - [aux_sym_cmd_identifier_token25] = ACTIONS(2394), - [aux_sym_cmd_identifier_token26] = ACTIONS(2394), - [aux_sym_cmd_identifier_token27] = ACTIONS(2394), - [aux_sym_cmd_identifier_token28] = ACTIONS(2394), - [aux_sym_cmd_identifier_token29] = ACTIONS(2394), - [aux_sym_cmd_identifier_token30] = ACTIONS(2394), - [aux_sym_cmd_identifier_token31] = ACTIONS(2394), - [aux_sym_cmd_identifier_token32] = ACTIONS(2394), - [aux_sym_cmd_identifier_token33] = ACTIONS(2394), - [aux_sym_cmd_identifier_token34] = ACTIONS(2394), - [aux_sym_cmd_identifier_token35] = ACTIONS(2394), - [aux_sym_cmd_identifier_token36] = ACTIONS(2394), - [aux_sym_cmd_identifier_token37] = ACTIONS(2394), - [aux_sym_cmd_identifier_token38] = ACTIONS(2394), - [aux_sym_cmd_identifier_token39] = ACTIONS(2394), - [aux_sym_cmd_identifier_token40] = ACTIONS(2394), - [anon_sym_def] = ACTIONS(2394), - [anon_sym_export_DASHenv] = ACTIONS(2394), - [anon_sym_extern] = ACTIONS(2394), - [anon_sym_module] = ACTIONS(2394), - [anon_sym_use] = ACTIONS(2394), - [anon_sym_LPAREN] = ACTIONS(2394), - [anon_sym_DOLLAR] = ACTIONS(2394), - [anon_sym_error] = ACTIONS(2394), - [anon_sym_DASH2] = ACTIONS(2394), - [anon_sym_break] = ACTIONS(2394), - [anon_sym_continue] = ACTIONS(2394), - [anon_sym_for] = ACTIONS(2394), - [anon_sym_in2] = ACTIONS(2394), - [anon_sym_loop] = ACTIONS(2394), - [anon_sym_make] = ACTIONS(2394), - [anon_sym_while] = ACTIONS(2394), - [anon_sym_do] = ACTIONS(2394), - [anon_sym_if] = ACTIONS(2394), - [anon_sym_else] = ACTIONS(2394), - [anon_sym_match] = ACTIONS(2394), - [anon_sym_RBRACE] = ACTIONS(2394), - [anon_sym_try] = ACTIONS(2394), - [anon_sym_catch] = ACTIONS(2394), - [anon_sym_return] = ACTIONS(2394), - [anon_sym_source] = ACTIONS(2394), - [anon_sym_source_DASHenv] = ACTIONS(2394), - [anon_sym_register] = ACTIONS(2394), - [anon_sym_hide] = ACTIONS(2394), - [anon_sym_hide_DASHenv] = ACTIONS(2394), - [anon_sym_overlay] = ACTIONS(2394), - [anon_sym_as] = ACTIONS(2394), - [anon_sym_PLUS2] = ACTIONS(2394), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2394), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2394), - [aux_sym__val_number_decimal_token1] = ACTIONS(2394), - [aux_sym__val_number_decimal_token2] = ACTIONS(2394), - [aux_sym__val_number_decimal_token3] = ACTIONS(2394), - [aux_sym__val_number_decimal_token4] = ACTIONS(2394), - [aux_sym__val_number_token1] = ACTIONS(2394), - [aux_sym__val_number_token2] = ACTIONS(2394), - [aux_sym__val_number_token3] = ACTIONS(2394), - [aux_sym__val_number_token4] = ACTIONS(2394), - [aux_sym__val_number_token5] = ACTIONS(2394), - [aux_sym__val_number_token6] = ACTIONS(2394), - [anon_sym_DQUOTE] = ACTIONS(2394), - [sym__str_single_quotes] = ACTIONS(2394), - [sym__str_back_ticks] = ACTIONS(2394), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2394), - [sym__entry_separator] = ACTIONS(2396), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2396), - }, - [626] = { - [sym_comment] = STATE(626), - [anon_sym_export] = ACTIONS(2398), - [anon_sym_alias] = ACTIONS(2398), - [anon_sym_let] = ACTIONS(2398), - [anon_sym_let_DASHenv] = ACTIONS(2398), - [anon_sym_mut] = ACTIONS(2398), - [anon_sym_const] = ACTIONS(2398), - [aux_sym_cmd_identifier_token1] = ACTIONS(2398), - [aux_sym_cmd_identifier_token2] = ACTIONS(2398), - [aux_sym_cmd_identifier_token3] = ACTIONS(2398), - [aux_sym_cmd_identifier_token4] = ACTIONS(2398), - [aux_sym_cmd_identifier_token5] = ACTIONS(2398), - [aux_sym_cmd_identifier_token6] = ACTIONS(2398), - [aux_sym_cmd_identifier_token7] = ACTIONS(2398), - [aux_sym_cmd_identifier_token8] = ACTIONS(2398), - [aux_sym_cmd_identifier_token9] = ACTIONS(2398), - [aux_sym_cmd_identifier_token10] = ACTIONS(2398), - [aux_sym_cmd_identifier_token11] = ACTIONS(2398), - [aux_sym_cmd_identifier_token12] = ACTIONS(2398), - [aux_sym_cmd_identifier_token13] = ACTIONS(2398), - [aux_sym_cmd_identifier_token14] = ACTIONS(2398), - [aux_sym_cmd_identifier_token15] = ACTIONS(2398), - [aux_sym_cmd_identifier_token16] = ACTIONS(2398), - [aux_sym_cmd_identifier_token17] = ACTIONS(2398), - [aux_sym_cmd_identifier_token18] = ACTIONS(2398), - [aux_sym_cmd_identifier_token19] = ACTIONS(2398), - [aux_sym_cmd_identifier_token20] = ACTIONS(2398), - [aux_sym_cmd_identifier_token21] = ACTIONS(2398), - [aux_sym_cmd_identifier_token22] = ACTIONS(2398), - [aux_sym_cmd_identifier_token23] = ACTIONS(2398), - [aux_sym_cmd_identifier_token24] = ACTIONS(2398), - [aux_sym_cmd_identifier_token25] = ACTIONS(2398), - [aux_sym_cmd_identifier_token26] = ACTIONS(2398), - [aux_sym_cmd_identifier_token27] = ACTIONS(2398), - [aux_sym_cmd_identifier_token28] = ACTIONS(2398), - [aux_sym_cmd_identifier_token29] = ACTIONS(2398), - [aux_sym_cmd_identifier_token30] = ACTIONS(2398), - [aux_sym_cmd_identifier_token31] = ACTIONS(2398), - [aux_sym_cmd_identifier_token32] = ACTIONS(2398), - [aux_sym_cmd_identifier_token33] = ACTIONS(2398), - [aux_sym_cmd_identifier_token34] = ACTIONS(2398), - [aux_sym_cmd_identifier_token35] = ACTIONS(2398), - [aux_sym_cmd_identifier_token36] = ACTIONS(2398), - [aux_sym_cmd_identifier_token37] = ACTIONS(2398), - [aux_sym_cmd_identifier_token38] = ACTIONS(2398), - [aux_sym_cmd_identifier_token39] = ACTIONS(2398), - [aux_sym_cmd_identifier_token40] = ACTIONS(2398), - [anon_sym_def] = ACTIONS(2398), - [anon_sym_export_DASHenv] = ACTIONS(2398), - [anon_sym_extern] = ACTIONS(2398), - [anon_sym_module] = ACTIONS(2398), - [anon_sym_use] = ACTIONS(2398), - [anon_sym_LPAREN] = ACTIONS(2398), - [anon_sym_DOLLAR] = ACTIONS(2398), - [anon_sym_error] = ACTIONS(2398), - [anon_sym_DASH2] = ACTIONS(2398), - [anon_sym_break] = ACTIONS(2398), - [anon_sym_continue] = ACTIONS(2398), - [anon_sym_for] = ACTIONS(2398), - [anon_sym_in2] = ACTIONS(2398), - [anon_sym_loop] = ACTIONS(2398), - [anon_sym_make] = ACTIONS(2398), - [anon_sym_while] = ACTIONS(2398), - [anon_sym_do] = ACTIONS(2398), - [anon_sym_if] = ACTIONS(2398), - [anon_sym_else] = ACTIONS(2398), - [anon_sym_match] = ACTIONS(2398), - [anon_sym_RBRACE] = ACTIONS(2398), - [anon_sym_try] = ACTIONS(2398), - [anon_sym_catch] = ACTIONS(2398), - [anon_sym_return] = ACTIONS(2398), - [anon_sym_source] = ACTIONS(2398), - [anon_sym_source_DASHenv] = ACTIONS(2398), - [anon_sym_register] = ACTIONS(2398), - [anon_sym_hide] = ACTIONS(2398), - [anon_sym_hide_DASHenv] = ACTIONS(2398), - [anon_sym_overlay] = ACTIONS(2398), - [anon_sym_as] = ACTIONS(2398), - [anon_sym_PLUS2] = ACTIONS(2398), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2398), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2398), - [aux_sym__val_number_decimal_token1] = ACTIONS(2398), - [aux_sym__val_number_decimal_token2] = ACTIONS(2398), - [aux_sym__val_number_decimal_token3] = ACTIONS(2398), - [aux_sym__val_number_decimal_token4] = ACTIONS(2398), - [aux_sym__val_number_token1] = ACTIONS(2398), - [aux_sym__val_number_token2] = ACTIONS(2398), - [aux_sym__val_number_token3] = ACTIONS(2398), - [aux_sym__val_number_token4] = ACTIONS(2398), - [aux_sym__val_number_token5] = ACTIONS(2398), - [aux_sym__val_number_token6] = ACTIONS(2398), - [anon_sym_DQUOTE] = ACTIONS(2398), - [sym__str_single_quotes] = ACTIONS(2398), - [sym__str_back_ticks] = ACTIONS(2398), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2398), - [sym__entry_separator] = ACTIONS(2400), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2400), - }, - [627] = { - [sym_comment] = STATE(627), - [anon_sym_export] = ACTIONS(2029), - [anon_sym_alias] = ACTIONS(2029), - [anon_sym_let] = ACTIONS(2029), - [anon_sym_let_DASHenv] = ACTIONS(2029), - [anon_sym_mut] = ACTIONS(2029), - [anon_sym_const] = ACTIONS(2029), - [aux_sym_cmd_identifier_token1] = ACTIONS(2029), - [aux_sym_cmd_identifier_token2] = ACTIONS(2029), - [aux_sym_cmd_identifier_token3] = ACTIONS(2029), - [aux_sym_cmd_identifier_token4] = ACTIONS(2029), - [aux_sym_cmd_identifier_token5] = ACTIONS(2029), - [aux_sym_cmd_identifier_token6] = ACTIONS(2029), - [aux_sym_cmd_identifier_token7] = ACTIONS(2029), - [aux_sym_cmd_identifier_token8] = ACTIONS(2029), - [aux_sym_cmd_identifier_token9] = ACTIONS(2029), - [aux_sym_cmd_identifier_token10] = ACTIONS(2029), - [aux_sym_cmd_identifier_token11] = ACTIONS(2029), - [aux_sym_cmd_identifier_token12] = ACTIONS(2029), - [aux_sym_cmd_identifier_token13] = ACTIONS(2029), - [aux_sym_cmd_identifier_token14] = ACTIONS(2029), - [aux_sym_cmd_identifier_token15] = ACTIONS(2029), - [aux_sym_cmd_identifier_token16] = ACTIONS(2029), - [aux_sym_cmd_identifier_token17] = ACTIONS(2029), - [aux_sym_cmd_identifier_token18] = ACTIONS(2029), - [aux_sym_cmd_identifier_token19] = ACTIONS(2029), - [aux_sym_cmd_identifier_token20] = ACTIONS(2029), - [aux_sym_cmd_identifier_token21] = ACTIONS(2029), - [aux_sym_cmd_identifier_token22] = ACTIONS(2029), - [aux_sym_cmd_identifier_token23] = ACTIONS(2029), - [aux_sym_cmd_identifier_token24] = ACTIONS(2029), - [aux_sym_cmd_identifier_token25] = ACTIONS(2029), - [aux_sym_cmd_identifier_token26] = ACTIONS(2029), - [aux_sym_cmd_identifier_token27] = ACTIONS(2029), - [aux_sym_cmd_identifier_token28] = ACTIONS(2029), - [aux_sym_cmd_identifier_token29] = ACTIONS(2029), - [aux_sym_cmd_identifier_token30] = ACTIONS(2029), - [aux_sym_cmd_identifier_token31] = ACTIONS(2029), - [aux_sym_cmd_identifier_token32] = ACTIONS(2029), - [aux_sym_cmd_identifier_token33] = ACTIONS(2029), - [aux_sym_cmd_identifier_token34] = ACTIONS(2029), - [aux_sym_cmd_identifier_token35] = ACTIONS(2029), - [aux_sym_cmd_identifier_token36] = ACTIONS(2029), - [aux_sym_cmd_identifier_token37] = ACTIONS(2029), - [aux_sym_cmd_identifier_token38] = ACTIONS(2029), - [aux_sym_cmd_identifier_token39] = ACTIONS(2029), - [aux_sym_cmd_identifier_token40] = ACTIONS(2029), - [anon_sym_def] = ACTIONS(2029), - [anon_sym_export_DASHenv] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2029), - [anon_sym_module] = ACTIONS(2029), - [anon_sym_use] = ACTIONS(2029), - [anon_sym_LPAREN] = ACTIONS(2029), - [anon_sym_DOLLAR] = ACTIONS(2029), - [anon_sym_error] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_break] = ACTIONS(2029), - [anon_sym_continue] = ACTIONS(2029), - [anon_sym_for] = ACTIONS(2029), - [anon_sym_in2] = ACTIONS(2029), - [anon_sym_loop] = ACTIONS(2029), - [anon_sym_make] = ACTIONS(2029), - [anon_sym_while] = ACTIONS(2029), - [anon_sym_do] = ACTIONS(2029), - [anon_sym_if] = ACTIONS(2029), - [anon_sym_else] = ACTIONS(2029), - [anon_sym_match] = ACTIONS(2029), - [anon_sym_RBRACE] = ACTIONS(2029), - [anon_sym_try] = ACTIONS(2029), - [anon_sym_catch] = ACTIONS(2029), - [anon_sym_return] = ACTIONS(2029), - [anon_sym_source] = ACTIONS(2029), - [anon_sym_source_DASHenv] = ACTIONS(2029), - [anon_sym_register] = ACTIONS(2029), - [anon_sym_hide] = ACTIONS(2029), - [anon_sym_hide_DASHenv] = ACTIONS(2029), - [anon_sym_overlay] = ACTIONS(2029), - [anon_sym_as] = ACTIONS(2029), - [anon_sym_PLUS2] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2029), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2029), - [aux_sym__val_number_decimal_token3] = ACTIONS(2029), - [aux_sym__val_number_decimal_token4] = ACTIONS(2029), - [aux_sym__val_number_token1] = ACTIONS(2029), - [aux_sym__val_number_token2] = ACTIONS(2029), - [aux_sym__val_number_token3] = ACTIONS(2029), - [aux_sym__val_number_token4] = ACTIONS(2029), - [aux_sym__val_number_token5] = ACTIONS(2029), - [aux_sym__val_number_token6] = ACTIONS(2029), - [anon_sym_DQUOTE] = ACTIONS(2029), - [sym__str_single_quotes] = ACTIONS(2029), - [sym__str_back_ticks] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2029), - [sym__entry_separator] = ACTIONS(2031), + [aux_sym_cmd_identifier_token39] = ACTIONS(984), + [aux_sym_cmd_identifier_token40] = ACTIONS(984), + [anon_sym_def] = ACTIONS(984), + [anon_sym_export_DASHenv] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym_module] = ACTIONS(984), + [anon_sym_use] = ACTIONS(984), + [anon_sym_LPAREN] = ACTIONS(984), + [anon_sym_DOLLAR] = ACTIONS(984), + [anon_sym_error] = ACTIONS(984), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_in2] = ACTIONS(984), + [anon_sym_loop] = ACTIONS(984), + [anon_sym_make] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_match] = ACTIONS(984), + [anon_sym_RBRACE] = ACTIONS(984), + [anon_sym_try] = ACTIONS(984), + [anon_sym_catch] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_source] = ACTIONS(984), + [anon_sym_source_DASHenv] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_hide] = ACTIONS(984), + [anon_sym_hide_DASHenv] = ACTIONS(984), + [anon_sym_overlay] = ACTIONS(984), + [anon_sym_as] = ACTIONS(984), + [anon_sym_PLUS2] = ACTIONS(984), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(984), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(984), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(984), + [aux_sym__val_number_decimal_token3] = ACTIONS(984), + [aux_sym__val_number_decimal_token4] = ACTIONS(984), + [aux_sym__val_number_token1] = ACTIONS(984), + [aux_sym__val_number_token2] = ACTIONS(984), + [aux_sym__val_number_token3] = ACTIONS(984), + [aux_sym__val_number_token4] = ACTIONS(984), + [aux_sym__val_number_token5] = ACTIONS(984), + [aux_sym__val_number_token6] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym__str_single_quotes] = ACTIONS(984), + [sym__str_back_ticks] = ACTIONS(984), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(984), + [sym__entry_separator] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2031), + [sym_raw_string_begin] = ACTIONS(986), }, - [628] = { - [sym_comment] = STATE(628), - [anon_sym_export] = ACTIONS(2402), - [anon_sym_alias] = ACTIONS(2402), - [anon_sym_let] = ACTIONS(2402), - [anon_sym_let_DASHenv] = ACTIONS(2402), - [anon_sym_mut] = ACTIONS(2402), - [anon_sym_const] = ACTIONS(2402), - [aux_sym_cmd_identifier_token1] = ACTIONS(2402), - [aux_sym_cmd_identifier_token2] = ACTIONS(2402), - [aux_sym_cmd_identifier_token3] = ACTIONS(2402), - [aux_sym_cmd_identifier_token4] = ACTIONS(2402), - [aux_sym_cmd_identifier_token5] = ACTIONS(2402), - [aux_sym_cmd_identifier_token6] = ACTIONS(2402), - [aux_sym_cmd_identifier_token7] = ACTIONS(2402), - [aux_sym_cmd_identifier_token8] = ACTIONS(2402), - [aux_sym_cmd_identifier_token9] = ACTIONS(2402), - [aux_sym_cmd_identifier_token10] = ACTIONS(2402), - [aux_sym_cmd_identifier_token11] = ACTIONS(2402), - [aux_sym_cmd_identifier_token12] = ACTIONS(2402), - [aux_sym_cmd_identifier_token13] = ACTIONS(2402), - [aux_sym_cmd_identifier_token14] = ACTIONS(2402), - [aux_sym_cmd_identifier_token15] = ACTIONS(2402), - [aux_sym_cmd_identifier_token16] = ACTIONS(2402), - [aux_sym_cmd_identifier_token17] = ACTIONS(2402), - [aux_sym_cmd_identifier_token18] = ACTIONS(2402), - [aux_sym_cmd_identifier_token19] = ACTIONS(2402), - [aux_sym_cmd_identifier_token20] = ACTIONS(2402), - [aux_sym_cmd_identifier_token21] = ACTIONS(2402), - [aux_sym_cmd_identifier_token22] = ACTIONS(2402), - [aux_sym_cmd_identifier_token23] = ACTIONS(2402), - [aux_sym_cmd_identifier_token24] = ACTIONS(2402), - [aux_sym_cmd_identifier_token25] = ACTIONS(2402), - [aux_sym_cmd_identifier_token26] = ACTIONS(2402), - [aux_sym_cmd_identifier_token27] = ACTIONS(2402), - [aux_sym_cmd_identifier_token28] = ACTIONS(2402), - [aux_sym_cmd_identifier_token29] = ACTIONS(2402), - [aux_sym_cmd_identifier_token30] = ACTIONS(2402), - [aux_sym_cmd_identifier_token31] = ACTIONS(2402), - [aux_sym_cmd_identifier_token32] = ACTIONS(2402), - [aux_sym_cmd_identifier_token33] = ACTIONS(2402), - [aux_sym_cmd_identifier_token34] = ACTIONS(2402), - [aux_sym_cmd_identifier_token35] = ACTIONS(2402), - [aux_sym_cmd_identifier_token36] = ACTIONS(2402), - [aux_sym_cmd_identifier_token37] = ACTIONS(2402), - [aux_sym_cmd_identifier_token38] = ACTIONS(2402), - [aux_sym_cmd_identifier_token39] = ACTIONS(2402), - [aux_sym_cmd_identifier_token40] = ACTIONS(2402), - [anon_sym_def] = ACTIONS(2402), - [anon_sym_export_DASHenv] = ACTIONS(2402), - [anon_sym_extern] = ACTIONS(2402), - [anon_sym_module] = ACTIONS(2402), - [anon_sym_use] = ACTIONS(2402), - [anon_sym_LPAREN] = ACTIONS(2402), - [anon_sym_DOLLAR] = ACTIONS(2402), - [anon_sym_error] = ACTIONS(2402), - [anon_sym_DASH2] = ACTIONS(2402), - [anon_sym_break] = ACTIONS(2402), - [anon_sym_continue] = ACTIONS(2402), - [anon_sym_for] = ACTIONS(2402), - [anon_sym_in2] = ACTIONS(2402), - [anon_sym_loop] = ACTIONS(2402), - [anon_sym_make] = ACTIONS(2402), - [anon_sym_while] = ACTIONS(2402), - [anon_sym_do] = ACTIONS(2402), - [anon_sym_if] = ACTIONS(2402), - [anon_sym_else] = ACTIONS(2402), - [anon_sym_match] = ACTIONS(2402), - [anon_sym_RBRACE] = ACTIONS(2402), - [anon_sym_try] = ACTIONS(2402), - [anon_sym_catch] = ACTIONS(2402), - [anon_sym_return] = ACTIONS(2402), - [anon_sym_source] = ACTIONS(2402), - [anon_sym_source_DASHenv] = ACTIONS(2402), - [anon_sym_register] = ACTIONS(2402), - [anon_sym_hide] = ACTIONS(2402), - [anon_sym_hide_DASHenv] = ACTIONS(2402), - [anon_sym_overlay] = ACTIONS(2402), - [anon_sym_as] = ACTIONS(2402), - [anon_sym_PLUS2] = ACTIONS(2402), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2402), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2402), - [aux_sym__val_number_decimal_token1] = ACTIONS(2402), - [aux_sym__val_number_decimal_token2] = ACTIONS(2402), - [aux_sym__val_number_decimal_token3] = ACTIONS(2402), - [aux_sym__val_number_decimal_token4] = ACTIONS(2402), - [aux_sym__val_number_token1] = ACTIONS(2402), - [aux_sym__val_number_token2] = ACTIONS(2402), - [aux_sym__val_number_token3] = ACTIONS(2402), - [aux_sym__val_number_token4] = ACTIONS(2402), - [aux_sym__val_number_token5] = ACTIONS(2402), - [aux_sym__val_number_token6] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2402), - [sym__str_single_quotes] = ACTIONS(2402), - [sym__str_back_ticks] = ACTIONS(2402), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2402), - [sym__entry_separator] = ACTIONS(2404), + [575] = { + [sym_comment] = STATE(575), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [aux_sym__immediate_decimal_token2] = ACTIONS(2182), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2404), + [sym_raw_string_begin] = ACTIONS(1727), }, - [629] = { - [sym_comment] = STATE(629), - [anon_sym_export] = ACTIONS(2406), - [anon_sym_alias] = ACTIONS(2406), - [anon_sym_let] = ACTIONS(2406), - [anon_sym_let_DASHenv] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_const] = ACTIONS(2406), - [aux_sym_cmd_identifier_token1] = ACTIONS(2406), - [aux_sym_cmd_identifier_token2] = ACTIONS(2406), - [aux_sym_cmd_identifier_token3] = ACTIONS(2406), - [aux_sym_cmd_identifier_token4] = ACTIONS(2406), - [aux_sym_cmd_identifier_token5] = ACTIONS(2406), - [aux_sym_cmd_identifier_token6] = ACTIONS(2406), - [aux_sym_cmd_identifier_token7] = ACTIONS(2406), - [aux_sym_cmd_identifier_token8] = ACTIONS(2406), - [aux_sym_cmd_identifier_token9] = ACTIONS(2406), - [aux_sym_cmd_identifier_token10] = ACTIONS(2406), - [aux_sym_cmd_identifier_token11] = ACTIONS(2406), - [aux_sym_cmd_identifier_token12] = ACTIONS(2406), - [aux_sym_cmd_identifier_token13] = ACTIONS(2406), - [aux_sym_cmd_identifier_token14] = ACTIONS(2406), - [aux_sym_cmd_identifier_token15] = ACTIONS(2406), - [aux_sym_cmd_identifier_token16] = ACTIONS(2406), - [aux_sym_cmd_identifier_token17] = ACTIONS(2406), - [aux_sym_cmd_identifier_token18] = ACTIONS(2406), - [aux_sym_cmd_identifier_token19] = ACTIONS(2406), - [aux_sym_cmd_identifier_token20] = ACTIONS(2406), - [aux_sym_cmd_identifier_token21] = ACTIONS(2406), - [aux_sym_cmd_identifier_token22] = ACTIONS(2406), - [aux_sym_cmd_identifier_token23] = ACTIONS(2406), - [aux_sym_cmd_identifier_token24] = ACTIONS(2406), - [aux_sym_cmd_identifier_token25] = ACTIONS(2406), - [aux_sym_cmd_identifier_token26] = ACTIONS(2406), - [aux_sym_cmd_identifier_token27] = ACTIONS(2406), - [aux_sym_cmd_identifier_token28] = ACTIONS(2406), - [aux_sym_cmd_identifier_token29] = ACTIONS(2406), - [aux_sym_cmd_identifier_token30] = ACTIONS(2406), - [aux_sym_cmd_identifier_token31] = ACTIONS(2406), - [aux_sym_cmd_identifier_token32] = ACTIONS(2406), - [aux_sym_cmd_identifier_token33] = ACTIONS(2406), - [aux_sym_cmd_identifier_token34] = ACTIONS(2406), - [aux_sym_cmd_identifier_token35] = ACTIONS(2406), - [aux_sym_cmd_identifier_token36] = ACTIONS(2406), - [aux_sym_cmd_identifier_token37] = ACTIONS(2406), - [aux_sym_cmd_identifier_token38] = ACTIONS(2406), - [aux_sym_cmd_identifier_token39] = ACTIONS(2406), - [aux_sym_cmd_identifier_token40] = ACTIONS(2406), - [anon_sym_def] = ACTIONS(2406), - [anon_sym_export_DASHenv] = ACTIONS(2406), - [anon_sym_extern] = ACTIONS(2406), - [anon_sym_module] = ACTIONS(2406), - [anon_sym_use] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2406), - [anon_sym_DOLLAR] = ACTIONS(2406), - [anon_sym_error] = ACTIONS(2406), - [anon_sym_DASH2] = ACTIONS(2406), - [anon_sym_break] = ACTIONS(2406), - [anon_sym_continue] = ACTIONS(2406), - [anon_sym_for] = ACTIONS(2406), - [anon_sym_in2] = ACTIONS(2406), - [anon_sym_loop] = ACTIONS(2406), - [anon_sym_make] = ACTIONS(2406), - [anon_sym_while] = ACTIONS(2406), - [anon_sym_do] = ACTIONS(2406), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(2406), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_try] = ACTIONS(2406), - [anon_sym_catch] = ACTIONS(2406), - [anon_sym_return] = ACTIONS(2406), - [anon_sym_source] = ACTIONS(2406), - [anon_sym_source_DASHenv] = ACTIONS(2406), - [anon_sym_register] = ACTIONS(2406), - [anon_sym_hide] = ACTIONS(2406), - [anon_sym_hide_DASHenv] = ACTIONS(2406), - [anon_sym_overlay] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_PLUS2] = ACTIONS(2406), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2406), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2406), - [aux_sym__val_number_decimal_token1] = ACTIONS(2406), - [aux_sym__val_number_decimal_token2] = ACTIONS(2406), - [aux_sym__val_number_decimal_token3] = ACTIONS(2406), - [aux_sym__val_number_decimal_token4] = ACTIONS(2406), - [aux_sym__val_number_token1] = ACTIONS(2406), - [aux_sym__val_number_token2] = ACTIONS(2406), - [aux_sym__val_number_token3] = ACTIONS(2406), - [aux_sym__val_number_token4] = ACTIONS(2406), - [aux_sym__val_number_token5] = ACTIONS(2406), - [aux_sym__val_number_token6] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2406), - [sym__str_single_quotes] = ACTIONS(2406), - [sym__str_back_ticks] = ACTIONS(2406), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2406), - [sym__entry_separator] = ACTIONS(2408), + [576] = { + [sym_comment] = STATE(576), + [anon_sym_export] = ACTIONS(2265), + [anon_sym_alias] = ACTIONS(2265), + [anon_sym_let] = ACTIONS(2265), + [anon_sym_let_DASHenv] = ACTIONS(2265), + [anon_sym_mut] = ACTIONS(2265), + [anon_sym_const] = ACTIONS(2265), + [aux_sym_cmd_identifier_token1] = ACTIONS(2265), + [aux_sym_cmd_identifier_token2] = ACTIONS(2265), + [aux_sym_cmd_identifier_token3] = ACTIONS(2265), + [aux_sym_cmd_identifier_token4] = ACTIONS(2265), + [aux_sym_cmd_identifier_token5] = ACTIONS(2265), + [aux_sym_cmd_identifier_token6] = ACTIONS(2265), + [aux_sym_cmd_identifier_token7] = ACTIONS(2265), + [aux_sym_cmd_identifier_token8] = ACTIONS(2265), + [aux_sym_cmd_identifier_token9] = ACTIONS(2265), + [aux_sym_cmd_identifier_token10] = ACTIONS(2265), + [aux_sym_cmd_identifier_token11] = ACTIONS(2265), + [aux_sym_cmd_identifier_token12] = ACTIONS(2265), + [aux_sym_cmd_identifier_token13] = ACTIONS(2265), + [aux_sym_cmd_identifier_token14] = ACTIONS(2265), + [aux_sym_cmd_identifier_token15] = ACTIONS(2265), + [aux_sym_cmd_identifier_token16] = ACTIONS(2265), + [aux_sym_cmd_identifier_token17] = ACTIONS(2265), + [aux_sym_cmd_identifier_token18] = ACTIONS(2265), + [aux_sym_cmd_identifier_token19] = ACTIONS(2265), + [aux_sym_cmd_identifier_token20] = ACTIONS(2265), + [aux_sym_cmd_identifier_token21] = ACTIONS(2265), + [aux_sym_cmd_identifier_token22] = ACTIONS(2265), + [aux_sym_cmd_identifier_token23] = ACTIONS(2265), + [aux_sym_cmd_identifier_token24] = ACTIONS(2265), + [aux_sym_cmd_identifier_token25] = ACTIONS(2265), + [aux_sym_cmd_identifier_token26] = ACTIONS(2265), + [aux_sym_cmd_identifier_token27] = ACTIONS(2265), + [aux_sym_cmd_identifier_token28] = ACTIONS(2265), + [aux_sym_cmd_identifier_token29] = ACTIONS(2265), + [aux_sym_cmd_identifier_token30] = ACTIONS(2265), + [aux_sym_cmd_identifier_token31] = ACTIONS(2265), + [aux_sym_cmd_identifier_token32] = ACTIONS(2265), + [aux_sym_cmd_identifier_token33] = ACTIONS(2265), + [aux_sym_cmd_identifier_token34] = ACTIONS(2265), + [aux_sym_cmd_identifier_token35] = ACTIONS(2265), + [aux_sym_cmd_identifier_token36] = ACTIONS(2265), + [aux_sym_cmd_identifier_token37] = ACTIONS(2265), + [aux_sym_cmd_identifier_token38] = ACTIONS(2265), + [aux_sym_cmd_identifier_token39] = ACTIONS(2265), + [aux_sym_cmd_identifier_token40] = ACTIONS(2265), + [anon_sym_def] = ACTIONS(2265), + [anon_sym_export_DASHenv] = ACTIONS(2265), + [anon_sym_extern] = ACTIONS(2265), + [anon_sym_module] = ACTIONS(2265), + [anon_sym_use] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(2265), + [anon_sym_DOLLAR] = ACTIONS(2265), + [anon_sym_error] = ACTIONS(2265), + [anon_sym_DASH2] = ACTIONS(2265), + [anon_sym_break] = ACTIONS(2265), + [anon_sym_continue] = ACTIONS(2265), + [anon_sym_for] = ACTIONS(2265), + [anon_sym_in2] = ACTIONS(2265), + [anon_sym_loop] = ACTIONS(2265), + [anon_sym_make] = ACTIONS(2265), + [anon_sym_while] = ACTIONS(2265), + [anon_sym_do] = ACTIONS(2265), + [anon_sym_if] = ACTIONS(2265), + [anon_sym_else] = ACTIONS(2265), + [anon_sym_match] = ACTIONS(2265), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_try] = ACTIONS(2265), + [anon_sym_catch] = ACTIONS(2265), + [anon_sym_return] = ACTIONS(2265), + [anon_sym_source] = ACTIONS(2265), + [anon_sym_source_DASHenv] = ACTIONS(2265), + [anon_sym_register] = ACTIONS(2265), + [anon_sym_hide] = ACTIONS(2265), + [anon_sym_hide_DASHenv] = ACTIONS(2265), + [anon_sym_overlay] = ACTIONS(2265), + [anon_sym_as] = ACTIONS(2265), + [anon_sym_LPAREN2] = ACTIONS(2267), + [anon_sym_PLUS2] = ACTIONS(2265), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2267), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2265), + [aux_sym__val_number_decimal_token1] = ACTIONS(2265), + [aux_sym__val_number_decimal_token2] = ACTIONS(2265), + [aux_sym__val_number_decimal_token3] = ACTIONS(2265), + [aux_sym__val_number_decimal_token4] = ACTIONS(2265), + [aux_sym__val_number_token1] = ACTIONS(2265), + [aux_sym__val_number_token2] = ACTIONS(2265), + [aux_sym__val_number_token3] = ACTIONS(2265), + [aux_sym__val_number_token4] = ACTIONS(2265), + [aux_sym__val_number_token5] = ACTIONS(2265), + [aux_sym__val_number_token6] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2267), + [sym__str_single_quotes] = ACTIONS(2267), + [sym__str_back_ticks] = ACTIONS(2267), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2267), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2265), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2408), - }, - [630] = { - [sym_comment] = STATE(630), - [aux_sym_shebang_repeat1] = STATE(630), - [anon_sym_export] = ACTIONS(1262), - [anon_sym_alias] = ACTIONS(1262), - [anon_sym_let] = ACTIONS(1262), - [anon_sym_let_DASHenv] = ACTIONS(1262), - [anon_sym_mut] = ACTIONS(1262), - [anon_sym_const] = ACTIONS(1262), - [aux_sym_cmd_identifier_token1] = ACTIONS(1262), - [aux_sym_cmd_identifier_token2] = ACTIONS(1264), - [aux_sym_cmd_identifier_token3] = ACTIONS(1264), - [aux_sym_cmd_identifier_token4] = ACTIONS(1264), - [aux_sym_cmd_identifier_token5] = ACTIONS(1264), - [aux_sym_cmd_identifier_token6] = ACTIONS(1264), - [aux_sym_cmd_identifier_token7] = ACTIONS(1264), - [aux_sym_cmd_identifier_token8] = ACTIONS(1262), - [aux_sym_cmd_identifier_token9] = ACTIONS(1262), - [aux_sym_cmd_identifier_token10] = ACTIONS(1264), - [aux_sym_cmd_identifier_token11] = ACTIONS(1264), - [aux_sym_cmd_identifier_token12] = ACTIONS(1262), - [aux_sym_cmd_identifier_token13] = ACTIONS(1262), - [aux_sym_cmd_identifier_token14] = ACTIONS(1262), - [aux_sym_cmd_identifier_token15] = ACTIONS(1262), - [aux_sym_cmd_identifier_token16] = ACTIONS(1264), - [aux_sym_cmd_identifier_token17] = ACTIONS(1264), - [aux_sym_cmd_identifier_token18] = ACTIONS(1264), - [aux_sym_cmd_identifier_token19] = ACTIONS(1264), - [aux_sym_cmd_identifier_token20] = ACTIONS(1264), - [aux_sym_cmd_identifier_token21] = ACTIONS(1264), - [aux_sym_cmd_identifier_token22] = ACTIONS(1264), - [aux_sym_cmd_identifier_token23] = ACTIONS(1264), - [aux_sym_cmd_identifier_token24] = ACTIONS(1264), - [aux_sym_cmd_identifier_token25] = ACTIONS(1264), - [aux_sym_cmd_identifier_token26] = ACTIONS(1264), - [aux_sym_cmd_identifier_token27] = ACTIONS(1264), - [aux_sym_cmd_identifier_token28] = ACTIONS(1264), - [aux_sym_cmd_identifier_token29] = ACTIONS(1264), - [aux_sym_cmd_identifier_token30] = ACTIONS(1264), - [aux_sym_cmd_identifier_token31] = ACTIONS(1264), - [aux_sym_cmd_identifier_token32] = ACTIONS(1264), - [aux_sym_cmd_identifier_token33] = ACTIONS(1264), - [aux_sym_cmd_identifier_token34] = ACTIONS(1262), - [aux_sym_cmd_identifier_token35] = ACTIONS(1264), - [aux_sym_cmd_identifier_token36] = ACTIONS(1264), - [aux_sym_cmd_identifier_token37] = ACTIONS(1264), - [aux_sym_cmd_identifier_token38] = ACTIONS(1262), - [aux_sym_cmd_identifier_token39] = ACTIONS(1264), - [aux_sym_cmd_identifier_token40] = ACTIONS(1264), - [sym__newline] = ACTIONS(2410), - [anon_sym_def] = ACTIONS(1262), - [anon_sym_export_DASHenv] = ACTIONS(1262), - [anon_sym_extern] = ACTIONS(1262), - [anon_sym_module] = ACTIONS(1262), - [anon_sym_use] = ACTIONS(1262), - [anon_sym_LPAREN] = ACTIONS(1264), - [anon_sym_DOLLAR] = ACTIONS(1264), - [anon_sym_error] = ACTIONS(1262), - [anon_sym_DASH2] = ACTIONS(1262), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1262), - [anon_sym_for] = ACTIONS(1262), - [anon_sym_in2] = ACTIONS(1262), - [anon_sym_loop] = ACTIONS(1262), - [anon_sym_make] = ACTIONS(1262), - [anon_sym_while] = ACTIONS(1262), - [anon_sym_do] = ACTIONS(1262), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_else] = ACTIONS(1262), - [anon_sym_match] = ACTIONS(1262), - [anon_sym_try] = ACTIONS(1262), - [anon_sym_catch] = ACTIONS(1262), - [anon_sym_return] = ACTIONS(1262), - [anon_sym_source] = ACTIONS(1262), - [anon_sym_source_DASHenv] = ACTIONS(1262), - [anon_sym_register] = ACTIONS(1262), - [anon_sym_hide] = ACTIONS(1262), - [anon_sym_hide_DASHenv] = ACTIONS(1262), - [anon_sym_overlay] = ACTIONS(1262), - [anon_sym_as] = ACTIONS(1262), - [anon_sym_PLUS2] = ACTIONS(1262), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1264), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1264), - [aux_sym__val_number_decimal_token1] = ACTIONS(1262), - [aux_sym__val_number_decimal_token2] = ACTIONS(1264), - [aux_sym__val_number_decimal_token3] = ACTIONS(1264), - [aux_sym__val_number_decimal_token4] = ACTIONS(1264), - [aux_sym__val_number_token1] = ACTIONS(1264), - [aux_sym__val_number_token2] = ACTIONS(1264), - [aux_sym__val_number_token3] = ACTIONS(1264), - [aux_sym__val_number_token4] = ACTIONS(1262), - [aux_sym__val_number_token5] = ACTIONS(1262), - [aux_sym__val_number_token6] = ACTIONS(1262), - [anon_sym_DQUOTE] = ACTIONS(1264), - [sym__str_single_quotes] = ACTIONS(1264), - [sym__str_back_ticks] = ACTIONS(1264), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1264), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1264), - }, - [631] = { - [sym_comment] = STATE(631), - [anon_sym_export] = ACTIONS(988), - [anon_sym_alias] = ACTIONS(988), - [anon_sym_let] = ACTIONS(988), - [anon_sym_let_DASHenv] = ACTIONS(988), - [anon_sym_mut] = ACTIONS(988), - [anon_sym_const] = ACTIONS(988), - [aux_sym_cmd_identifier_token1] = ACTIONS(988), - [aux_sym_cmd_identifier_token2] = ACTIONS(990), - [aux_sym_cmd_identifier_token3] = ACTIONS(990), - [aux_sym_cmd_identifier_token4] = ACTIONS(990), - [aux_sym_cmd_identifier_token5] = ACTIONS(990), - [aux_sym_cmd_identifier_token6] = ACTIONS(990), - [aux_sym_cmd_identifier_token7] = ACTIONS(990), - [aux_sym_cmd_identifier_token8] = ACTIONS(988), - [aux_sym_cmd_identifier_token9] = ACTIONS(988), - [aux_sym_cmd_identifier_token10] = ACTIONS(990), - [aux_sym_cmd_identifier_token11] = ACTIONS(990), - [aux_sym_cmd_identifier_token12] = ACTIONS(988), - [aux_sym_cmd_identifier_token13] = ACTIONS(988), - [aux_sym_cmd_identifier_token14] = ACTIONS(988), - [aux_sym_cmd_identifier_token15] = ACTIONS(988), - [aux_sym_cmd_identifier_token16] = ACTIONS(990), - [aux_sym_cmd_identifier_token17] = ACTIONS(990), - [aux_sym_cmd_identifier_token18] = ACTIONS(990), - [aux_sym_cmd_identifier_token19] = ACTIONS(990), - [aux_sym_cmd_identifier_token20] = ACTIONS(990), - [aux_sym_cmd_identifier_token21] = ACTIONS(990), - [aux_sym_cmd_identifier_token22] = ACTIONS(990), - [aux_sym_cmd_identifier_token23] = ACTIONS(990), - [aux_sym_cmd_identifier_token24] = ACTIONS(990), - [aux_sym_cmd_identifier_token25] = ACTIONS(990), - [aux_sym_cmd_identifier_token26] = ACTIONS(990), - [aux_sym_cmd_identifier_token27] = ACTIONS(990), - [aux_sym_cmd_identifier_token28] = ACTIONS(990), - [aux_sym_cmd_identifier_token29] = ACTIONS(990), - [aux_sym_cmd_identifier_token30] = ACTIONS(990), - [aux_sym_cmd_identifier_token31] = ACTIONS(990), - [aux_sym_cmd_identifier_token32] = ACTIONS(990), - [aux_sym_cmd_identifier_token33] = ACTIONS(990), - [aux_sym_cmd_identifier_token34] = ACTIONS(988), - [aux_sym_cmd_identifier_token35] = ACTIONS(990), - [aux_sym_cmd_identifier_token36] = ACTIONS(990), - [aux_sym_cmd_identifier_token37] = ACTIONS(990), - [aux_sym_cmd_identifier_token38] = ACTIONS(988), - [aux_sym_cmd_identifier_token39] = ACTIONS(990), - [aux_sym_cmd_identifier_token40] = ACTIONS(990), - [anon_sym_def] = ACTIONS(988), - [anon_sym_export_DASHenv] = ACTIONS(988), - [anon_sym_extern] = ACTIONS(988), - [anon_sym_module] = ACTIONS(988), - [anon_sym_use] = ACTIONS(988), - [anon_sym_LPAREN] = ACTIONS(990), - [anon_sym_DOLLAR] = ACTIONS(990), - [anon_sym_error] = ACTIONS(988), - [anon_sym_DASH2] = ACTIONS(988), - [anon_sym_break] = ACTIONS(988), - [anon_sym_continue] = ACTIONS(988), - [anon_sym_for] = ACTIONS(988), - [anon_sym_in2] = ACTIONS(988), - [anon_sym_loop] = ACTIONS(988), - [anon_sym_make] = ACTIONS(988), - [anon_sym_while] = ACTIONS(988), - [anon_sym_do] = ACTIONS(988), - [anon_sym_if] = ACTIONS(988), - [anon_sym_else] = ACTIONS(988), - [anon_sym_match] = ACTIONS(988), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_try] = ACTIONS(988), - [anon_sym_catch] = ACTIONS(988), - [anon_sym_return] = ACTIONS(988), - [anon_sym_source] = ACTIONS(988), - [anon_sym_source_DASHenv] = ACTIONS(988), - [anon_sym_register] = ACTIONS(988), - [anon_sym_hide] = ACTIONS(988), - [anon_sym_hide_DASHenv] = ACTIONS(988), - [anon_sym_overlay] = ACTIONS(988), - [anon_sym_as] = ACTIONS(988), - [anon_sym_PLUS2] = ACTIONS(988), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(990), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(990), - [aux_sym__val_number_decimal_token1] = ACTIONS(988), - [aux_sym__val_number_decimal_token2] = ACTIONS(990), - [aux_sym__val_number_decimal_token3] = ACTIONS(990), - [aux_sym__val_number_decimal_token4] = ACTIONS(990), - [aux_sym__val_number_token1] = ACTIONS(990), - [aux_sym__val_number_token2] = ACTIONS(990), - [aux_sym__val_number_token3] = ACTIONS(990), - [aux_sym__val_number_token4] = ACTIONS(988), - [aux_sym__val_number_token5] = ACTIONS(988), - [aux_sym__val_number_token6] = ACTIONS(988), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym__str_single_quotes] = ACTIONS(990), - [sym__str_back_ticks] = ACTIONS(990), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(990), + [sym_raw_string_begin] = ACTIONS(2267), }, - [632] = { - [sym_comment] = STATE(632), + [577] = { + [sym_comment] = STATE(577), [anon_sym_export] = ACTIONS(980), [anon_sym_alias] = ACTIONS(980), [anon_sym_let] = ACTIONS(980), @@ -147984,52 +142490,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(980), [anon_sym_const] = ACTIONS(980), [aux_sym_cmd_identifier_token1] = ACTIONS(980), - [aux_sym_cmd_identifier_token2] = ACTIONS(982), - [aux_sym_cmd_identifier_token3] = ACTIONS(982), - [aux_sym_cmd_identifier_token4] = ACTIONS(982), - [aux_sym_cmd_identifier_token5] = ACTIONS(982), - [aux_sym_cmd_identifier_token6] = ACTIONS(982), - [aux_sym_cmd_identifier_token7] = ACTIONS(982), + [aux_sym_cmd_identifier_token2] = ACTIONS(980), + [aux_sym_cmd_identifier_token3] = ACTIONS(980), + [aux_sym_cmd_identifier_token4] = ACTIONS(980), + [aux_sym_cmd_identifier_token5] = ACTIONS(980), + [aux_sym_cmd_identifier_token6] = ACTIONS(980), + [aux_sym_cmd_identifier_token7] = ACTIONS(980), [aux_sym_cmd_identifier_token8] = ACTIONS(980), [aux_sym_cmd_identifier_token9] = ACTIONS(980), - [aux_sym_cmd_identifier_token10] = ACTIONS(982), - [aux_sym_cmd_identifier_token11] = ACTIONS(982), + [aux_sym_cmd_identifier_token10] = ACTIONS(980), + [aux_sym_cmd_identifier_token11] = ACTIONS(980), [aux_sym_cmd_identifier_token12] = ACTIONS(980), [aux_sym_cmd_identifier_token13] = ACTIONS(980), [aux_sym_cmd_identifier_token14] = ACTIONS(980), [aux_sym_cmd_identifier_token15] = ACTIONS(980), - [aux_sym_cmd_identifier_token16] = ACTIONS(982), - [aux_sym_cmd_identifier_token17] = ACTIONS(982), - [aux_sym_cmd_identifier_token18] = ACTIONS(982), - [aux_sym_cmd_identifier_token19] = ACTIONS(982), - [aux_sym_cmd_identifier_token20] = ACTIONS(982), - [aux_sym_cmd_identifier_token21] = ACTIONS(982), - [aux_sym_cmd_identifier_token22] = ACTIONS(982), - [aux_sym_cmd_identifier_token23] = ACTIONS(982), - [aux_sym_cmd_identifier_token24] = ACTIONS(982), - [aux_sym_cmd_identifier_token25] = ACTIONS(982), - [aux_sym_cmd_identifier_token26] = ACTIONS(982), - [aux_sym_cmd_identifier_token27] = ACTIONS(982), - [aux_sym_cmd_identifier_token28] = ACTIONS(982), - [aux_sym_cmd_identifier_token29] = ACTIONS(982), - [aux_sym_cmd_identifier_token30] = ACTIONS(982), - [aux_sym_cmd_identifier_token31] = ACTIONS(982), - [aux_sym_cmd_identifier_token32] = ACTIONS(982), - [aux_sym_cmd_identifier_token33] = ACTIONS(982), + [aux_sym_cmd_identifier_token16] = ACTIONS(980), + [aux_sym_cmd_identifier_token17] = ACTIONS(980), + [aux_sym_cmd_identifier_token18] = ACTIONS(980), + [aux_sym_cmd_identifier_token19] = ACTIONS(980), + [aux_sym_cmd_identifier_token20] = ACTIONS(980), + [aux_sym_cmd_identifier_token21] = ACTIONS(980), + [aux_sym_cmd_identifier_token22] = ACTIONS(980), + [aux_sym_cmd_identifier_token23] = ACTIONS(980), + [aux_sym_cmd_identifier_token24] = ACTIONS(980), + [aux_sym_cmd_identifier_token25] = ACTIONS(980), + [aux_sym_cmd_identifier_token26] = ACTIONS(980), + [aux_sym_cmd_identifier_token27] = ACTIONS(980), + [aux_sym_cmd_identifier_token28] = ACTIONS(980), + [aux_sym_cmd_identifier_token29] = ACTIONS(980), + [aux_sym_cmd_identifier_token30] = ACTIONS(980), + [aux_sym_cmd_identifier_token31] = ACTIONS(980), + [aux_sym_cmd_identifier_token32] = ACTIONS(980), + [aux_sym_cmd_identifier_token33] = ACTIONS(980), [aux_sym_cmd_identifier_token34] = ACTIONS(980), - [aux_sym_cmd_identifier_token35] = ACTIONS(982), - [aux_sym_cmd_identifier_token36] = ACTIONS(982), - [aux_sym_cmd_identifier_token37] = ACTIONS(982), + [aux_sym_cmd_identifier_token35] = ACTIONS(980), + [aux_sym_cmd_identifier_token36] = ACTIONS(980), + [aux_sym_cmd_identifier_token37] = ACTIONS(980), [aux_sym_cmd_identifier_token38] = ACTIONS(980), - [aux_sym_cmd_identifier_token39] = ACTIONS(982), - [aux_sym_cmd_identifier_token40] = ACTIONS(982), + [aux_sym_cmd_identifier_token39] = ACTIONS(980), + [aux_sym_cmd_identifier_token40] = ACTIONS(980), [anon_sym_def] = ACTIONS(980), [anon_sym_export_DASHenv] = ACTIONS(980), [anon_sym_extern] = ACTIONS(980), [anon_sym_module] = ACTIONS(980), [anon_sym_use] = ACTIONS(980), - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(982), + [anon_sym_LPAREN] = ACTIONS(980), + [anon_sym_DOLLAR] = ACTIONS(980), [anon_sym_error] = ACTIONS(980), [anon_sym_DASH2] = ACTIONS(980), [anon_sym_break] = ACTIONS(980), @@ -148043,7 +142549,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(980), [anon_sym_else] = ACTIONS(980), [anon_sym_match] = ACTIONS(980), - [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(980), [anon_sym_try] = ACTIONS(980), [anon_sym_catch] = ACTIONS(980), [anon_sym_return] = ACTIONS(980), @@ -148055,328 +142561,2451 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(980), [anon_sym_as] = ACTIONS(980), [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(980), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(980), [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(982), - [aux_sym__val_number_decimal_token3] = ACTIONS(982), - [aux_sym__val_number_decimal_token4] = ACTIONS(982), - [aux_sym__val_number_token1] = ACTIONS(982), - [aux_sym__val_number_token2] = ACTIONS(982), - [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token2] = ACTIONS(980), + [aux_sym__val_number_decimal_token3] = ACTIONS(980), + [aux_sym__val_number_decimal_token4] = ACTIONS(980), + [aux_sym__val_number_token1] = ACTIONS(980), + [aux_sym__val_number_token2] = ACTIONS(980), + [aux_sym__val_number_token3] = ACTIONS(980), [aux_sym__val_number_token4] = ACTIONS(980), [aux_sym__val_number_token5] = ACTIONS(980), [aux_sym__val_number_token6] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym__str_single_quotes] = ACTIONS(982), - [sym__str_back_ticks] = ACTIONS(982), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(980), + [sym__str_single_quotes] = ACTIONS(980), + [sym__str_back_ticks] = ACTIONS(980), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(980), + [sym__entry_separator] = ACTIONS(982), [anon_sym_DOT2] = ACTIONS(980), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(982), + }, + [578] = { + [sym_comment] = STATE(578), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2294), + [anon_sym_alias] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_let_DASHenv] = ACTIONS(2294), + [anon_sym_mut] = ACTIONS(2294), + [anon_sym_const] = ACTIONS(2294), + [aux_sym_cmd_identifier_token1] = ACTIONS(2294), + [aux_sym_cmd_identifier_token2] = ACTIONS(2294), + [aux_sym_cmd_identifier_token3] = ACTIONS(2294), + [aux_sym_cmd_identifier_token4] = ACTIONS(2294), + [aux_sym_cmd_identifier_token5] = ACTIONS(2294), + [aux_sym_cmd_identifier_token6] = ACTIONS(2294), + [aux_sym_cmd_identifier_token7] = ACTIONS(2294), + [aux_sym_cmd_identifier_token8] = ACTIONS(2294), + [aux_sym_cmd_identifier_token9] = ACTIONS(2294), + [aux_sym_cmd_identifier_token10] = ACTIONS(2294), + [aux_sym_cmd_identifier_token11] = ACTIONS(2294), + [aux_sym_cmd_identifier_token12] = ACTIONS(2294), + [aux_sym_cmd_identifier_token13] = ACTIONS(2294), + [aux_sym_cmd_identifier_token14] = ACTIONS(2294), + [aux_sym_cmd_identifier_token15] = ACTIONS(2294), + [aux_sym_cmd_identifier_token16] = ACTIONS(2294), + [aux_sym_cmd_identifier_token17] = ACTIONS(2294), + [aux_sym_cmd_identifier_token18] = ACTIONS(2294), + [aux_sym_cmd_identifier_token19] = ACTIONS(2294), + [aux_sym_cmd_identifier_token20] = ACTIONS(2294), + [aux_sym_cmd_identifier_token21] = ACTIONS(2294), + [aux_sym_cmd_identifier_token22] = ACTIONS(2294), + [aux_sym_cmd_identifier_token23] = ACTIONS(2294), + [aux_sym_cmd_identifier_token24] = ACTIONS(2294), + [aux_sym_cmd_identifier_token25] = ACTIONS(2294), + [aux_sym_cmd_identifier_token26] = ACTIONS(2294), + [aux_sym_cmd_identifier_token27] = ACTIONS(2294), + [aux_sym_cmd_identifier_token28] = ACTIONS(2294), + [aux_sym_cmd_identifier_token29] = ACTIONS(2294), + [aux_sym_cmd_identifier_token30] = ACTIONS(2294), + [aux_sym_cmd_identifier_token31] = ACTIONS(2294), + [aux_sym_cmd_identifier_token32] = ACTIONS(2294), + [aux_sym_cmd_identifier_token33] = ACTIONS(2294), + [aux_sym_cmd_identifier_token34] = ACTIONS(2294), + [aux_sym_cmd_identifier_token35] = ACTIONS(2294), + [aux_sym_cmd_identifier_token36] = ACTIONS(2294), + [aux_sym_cmd_identifier_token37] = ACTIONS(2294), + [aux_sym_cmd_identifier_token38] = ACTIONS(2294), + [aux_sym_cmd_identifier_token39] = ACTIONS(2294), + [aux_sym_cmd_identifier_token40] = ACTIONS(2294), + [anon_sym_def] = ACTIONS(2294), + [anon_sym_export_DASHenv] = ACTIONS(2294), + [anon_sym_extern] = ACTIONS(2294), + [anon_sym_module] = ACTIONS(2294), + [anon_sym_use] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_DOLLAR] = ACTIONS(2294), + [anon_sym_error] = ACTIONS(2294), + [anon_sym_DASH2] = ACTIONS(2294), + [anon_sym_break] = ACTIONS(2294), + [anon_sym_continue] = ACTIONS(2294), + [anon_sym_for] = ACTIONS(2294), + [anon_sym_in2] = ACTIONS(2294), + [anon_sym_loop] = ACTIONS(2294), + [anon_sym_make] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2294), + [anon_sym_do] = ACTIONS(2294), + [anon_sym_if] = ACTIONS(2294), + [anon_sym_else] = ACTIONS(2294), + [anon_sym_match] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2304), + [anon_sym_try] = ACTIONS(2294), + [anon_sym_catch] = ACTIONS(2294), + [anon_sym_return] = ACTIONS(2294), + [anon_sym_source] = ACTIONS(2294), + [anon_sym_source_DASHenv] = ACTIONS(2294), + [anon_sym_register] = ACTIONS(2294), + [anon_sym_hide] = ACTIONS(2294), + [anon_sym_hide_DASHenv] = ACTIONS(2294), + [anon_sym_overlay] = ACTIONS(2294), + [anon_sym_as] = ACTIONS(2294), + [anon_sym_PLUS2] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2294), + [aux_sym__val_number_decimal_token1] = ACTIONS(2294), + [aux_sym__val_number_decimal_token2] = ACTIONS(2294), + [aux_sym__val_number_decimal_token3] = ACTIONS(2294), + [aux_sym__val_number_decimal_token4] = ACTIONS(2294), + [aux_sym__val_number_token1] = ACTIONS(2294), + [aux_sym__val_number_token2] = ACTIONS(2294), + [aux_sym__val_number_token3] = ACTIONS(2294), + [aux_sym__val_number_token4] = ACTIONS(2294), + [aux_sym__val_number_token5] = ACTIONS(2294), + [aux_sym__val_number_token6] = ACTIONS(2294), + [anon_sym_DQUOTE] = ACTIONS(2294), + [sym__str_single_quotes] = ACTIONS(2294), + [sym__str_back_ticks] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2294), + [sym__entry_separator] = ACTIONS(2298), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2300), + }, + [579] = { + [sym_comment] = STATE(579), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2294), + [anon_sym_alias] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_let_DASHenv] = ACTIONS(2294), + [anon_sym_mut] = ACTIONS(2294), + [anon_sym_const] = ACTIONS(2294), + [aux_sym_cmd_identifier_token1] = ACTIONS(2294), + [aux_sym_cmd_identifier_token2] = ACTIONS(2294), + [aux_sym_cmd_identifier_token3] = ACTIONS(2294), + [aux_sym_cmd_identifier_token4] = ACTIONS(2294), + [aux_sym_cmd_identifier_token5] = ACTIONS(2294), + [aux_sym_cmd_identifier_token6] = ACTIONS(2294), + [aux_sym_cmd_identifier_token7] = ACTIONS(2294), + [aux_sym_cmd_identifier_token8] = ACTIONS(2294), + [aux_sym_cmd_identifier_token9] = ACTIONS(2294), + [aux_sym_cmd_identifier_token10] = ACTIONS(2294), + [aux_sym_cmd_identifier_token11] = ACTIONS(2294), + [aux_sym_cmd_identifier_token12] = ACTIONS(2294), + [aux_sym_cmd_identifier_token13] = ACTIONS(2294), + [aux_sym_cmd_identifier_token14] = ACTIONS(2294), + [aux_sym_cmd_identifier_token15] = ACTIONS(2294), + [aux_sym_cmd_identifier_token16] = ACTIONS(2294), + [aux_sym_cmd_identifier_token17] = ACTIONS(2294), + [aux_sym_cmd_identifier_token18] = ACTIONS(2294), + [aux_sym_cmd_identifier_token19] = ACTIONS(2294), + [aux_sym_cmd_identifier_token20] = ACTIONS(2294), + [aux_sym_cmd_identifier_token21] = ACTIONS(2294), + [aux_sym_cmd_identifier_token22] = ACTIONS(2294), + [aux_sym_cmd_identifier_token23] = ACTIONS(2294), + [aux_sym_cmd_identifier_token24] = ACTIONS(2294), + [aux_sym_cmd_identifier_token25] = ACTIONS(2294), + [aux_sym_cmd_identifier_token26] = ACTIONS(2294), + [aux_sym_cmd_identifier_token27] = ACTIONS(2294), + [aux_sym_cmd_identifier_token28] = ACTIONS(2294), + [aux_sym_cmd_identifier_token29] = ACTIONS(2294), + [aux_sym_cmd_identifier_token30] = ACTIONS(2294), + [aux_sym_cmd_identifier_token31] = ACTIONS(2294), + [aux_sym_cmd_identifier_token32] = ACTIONS(2294), + [aux_sym_cmd_identifier_token33] = ACTIONS(2294), + [aux_sym_cmd_identifier_token34] = ACTIONS(2294), + [aux_sym_cmd_identifier_token35] = ACTIONS(2294), + [aux_sym_cmd_identifier_token36] = ACTIONS(2294), + [aux_sym_cmd_identifier_token37] = ACTIONS(2294), + [aux_sym_cmd_identifier_token38] = ACTIONS(2294), + [aux_sym_cmd_identifier_token39] = ACTIONS(2294), + [aux_sym_cmd_identifier_token40] = ACTIONS(2294), + [anon_sym_def] = ACTIONS(2294), + [anon_sym_export_DASHenv] = ACTIONS(2294), + [anon_sym_extern] = ACTIONS(2294), + [anon_sym_module] = ACTIONS(2294), + [anon_sym_use] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_DOLLAR] = ACTIONS(2294), + [anon_sym_error] = ACTIONS(2294), + [anon_sym_DASH2] = ACTIONS(2294), + [anon_sym_break] = ACTIONS(2294), + [anon_sym_continue] = ACTIONS(2294), + [anon_sym_for] = ACTIONS(2294), + [anon_sym_in2] = ACTIONS(2294), + [anon_sym_loop] = ACTIONS(2294), + [anon_sym_make] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2294), + [anon_sym_do] = ACTIONS(2294), + [anon_sym_if] = ACTIONS(2294), + [anon_sym_else] = ACTIONS(2294), + [anon_sym_match] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2306), + [anon_sym_try] = ACTIONS(2294), + [anon_sym_catch] = ACTIONS(2294), + [anon_sym_return] = ACTIONS(2294), + [anon_sym_source] = ACTIONS(2294), + [anon_sym_source_DASHenv] = ACTIONS(2294), + [anon_sym_register] = ACTIONS(2294), + [anon_sym_hide] = ACTIONS(2294), + [anon_sym_hide_DASHenv] = ACTIONS(2294), + [anon_sym_overlay] = ACTIONS(2294), + [anon_sym_as] = ACTIONS(2294), + [anon_sym_PLUS2] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2294), + [aux_sym__val_number_decimal_token1] = ACTIONS(2294), + [aux_sym__val_number_decimal_token2] = ACTIONS(2294), + [aux_sym__val_number_decimal_token3] = ACTIONS(2294), + [aux_sym__val_number_decimal_token4] = ACTIONS(2294), + [aux_sym__val_number_token1] = ACTIONS(2294), + [aux_sym__val_number_token2] = ACTIONS(2294), + [aux_sym__val_number_token3] = ACTIONS(2294), + [aux_sym__val_number_token4] = ACTIONS(2294), + [aux_sym__val_number_token5] = ACTIONS(2294), + [aux_sym__val_number_token6] = ACTIONS(2294), + [anon_sym_DQUOTE] = ACTIONS(2294), + [sym__str_single_quotes] = ACTIONS(2294), + [sym__str_back_ticks] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2294), + [sym__entry_separator] = ACTIONS(2298), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2300), + }, + [580] = { + [sym_comment] = STATE(580), + [anon_sym_export] = ACTIONS(2245), + [anon_sym_alias] = ACTIONS(2245), + [anon_sym_let] = ACTIONS(2245), + [anon_sym_let_DASHenv] = ACTIONS(2245), + [anon_sym_mut] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [aux_sym_cmd_identifier_token1] = ACTIONS(2245), + [aux_sym_cmd_identifier_token2] = ACTIONS(2245), + [aux_sym_cmd_identifier_token3] = ACTIONS(2245), + [aux_sym_cmd_identifier_token4] = ACTIONS(2245), + [aux_sym_cmd_identifier_token5] = ACTIONS(2245), + [aux_sym_cmd_identifier_token6] = ACTIONS(2245), + [aux_sym_cmd_identifier_token7] = ACTIONS(2245), + [aux_sym_cmd_identifier_token8] = ACTIONS(2245), + [aux_sym_cmd_identifier_token9] = ACTIONS(2245), + [aux_sym_cmd_identifier_token10] = ACTIONS(2245), + [aux_sym_cmd_identifier_token11] = ACTIONS(2245), + [aux_sym_cmd_identifier_token12] = ACTIONS(2245), + [aux_sym_cmd_identifier_token13] = ACTIONS(2245), + [aux_sym_cmd_identifier_token14] = ACTIONS(2245), + [aux_sym_cmd_identifier_token15] = ACTIONS(2245), + [aux_sym_cmd_identifier_token16] = ACTIONS(2245), + [aux_sym_cmd_identifier_token17] = ACTIONS(2245), + [aux_sym_cmd_identifier_token18] = ACTIONS(2245), + [aux_sym_cmd_identifier_token19] = ACTIONS(2245), + [aux_sym_cmd_identifier_token20] = ACTIONS(2245), + [aux_sym_cmd_identifier_token21] = ACTIONS(2245), + [aux_sym_cmd_identifier_token22] = ACTIONS(2245), + [aux_sym_cmd_identifier_token23] = ACTIONS(2245), + [aux_sym_cmd_identifier_token24] = ACTIONS(2245), + [aux_sym_cmd_identifier_token25] = ACTIONS(2245), + [aux_sym_cmd_identifier_token26] = ACTIONS(2245), + [aux_sym_cmd_identifier_token27] = ACTIONS(2245), + [aux_sym_cmd_identifier_token28] = ACTIONS(2245), + [aux_sym_cmd_identifier_token29] = ACTIONS(2245), + [aux_sym_cmd_identifier_token30] = ACTIONS(2245), + [aux_sym_cmd_identifier_token31] = ACTIONS(2245), + [aux_sym_cmd_identifier_token32] = ACTIONS(2245), + [aux_sym_cmd_identifier_token33] = ACTIONS(2245), + [aux_sym_cmd_identifier_token34] = ACTIONS(2245), + [aux_sym_cmd_identifier_token35] = ACTIONS(2245), + [aux_sym_cmd_identifier_token36] = ACTIONS(2245), + [aux_sym_cmd_identifier_token37] = ACTIONS(2245), + [aux_sym_cmd_identifier_token38] = ACTIONS(2245), + [aux_sym_cmd_identifier_token39] = ACTIONS(2245), + [aux_sym_cmd_identifier_token40] = ACTIONS(2245), + [anon_sym_def] = ACTIONS(2245), + [anon_sym_export_DASHenv] = ACTIONS(2245), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym_module] = ACTIONS(2245), + [anon_sym_use] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2245), + [anon_sym_DOLLAR] = ACTIONS(2245), + [anon_sym_error] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_loop] = ACTIONS(2245), + [anon_sym_make] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_else] = ACTIONS(2245), + [anon_sym_match] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_try] = ACTIONS(2245), + [anon_sym_catch] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_source] = ACTIONS(2245), + [anon_sym_source_DASHenv] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_hide] = ACTIONS(2245), + [anon_sym_hide_DASHenv] = ACTIONS(2245), + [anon_sym_overlay] = ACTIONS(2245), + [anon_sym_as] = ACTIONS(2245), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2245), + [aux_sym__val_number_decimal_token1] = ACTIONS(2245), + [aux_sym__val_number_decimal_token2] = ACTIONS(2245), + [aux_sym__val_number_decimal_token3] = ACTIONS(2245), + [aux_sym__val_number_decimal_token4] = ACTIONS(2245), + [aux_sym__val_number_token1] = ACTIONS(2245), + [aux_sym__val_number_token2] = ACTIONS(2245), + [aux_sym__val_number_token3] = ACTIONS(2245), + [aux_sym__val_number_token4] = ACTIONS(2245), + [aux_sym__val_number_token5] = ACTIONS(2245), + [aux_sym__val_number_token6] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2247), + [sym__str_single_quotes] = ACTIONS(2247), + [sym__str_back_ticks] = ACTIONS(2247), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2247), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2247), + }, + [581] = { + [sym_comment] = STATE(581), + [anon_sym_export] = ACTIONS(958), + [anon_sym_alias] = ACTIONS(958), + [anon_sym_let] = ACTIONS(958), + [anon_sym_let_DASHenv] = ACTIONS(958), + [anon_sym_mut] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [aux_sym_cmd_identifier_token1] = ACTIONS(958), + [aux_sym_cmd_identifier_token2] = ACTIONS(960), + [aux_sym_cmd_identifier_token3] = ACTIONS(960), + [aux_sym_cmd_identifier_token4] = ACTIONS(960), + [aux_sym_cmd_identifier_token5] = ACTIONS(960), + [aux_sym_cmd_identifier_token6] = ACTIONS(960), + [aux_sym_cmd_identifier_token7] = ACTIONS(960), + [aux_sym_cmd_identifier_token8] = ACTIONS(958), + [aux_sym_cmd_identifier_token9] = ACTIONS(958), + [aux_sym_cmd_identifier_token10] = ACTIONS(960), + [aux_sym_cmd_identifier_token11] = ACTIONS(960), + [aux_sym_cmd_identifier_token12] = ACTIONS(958), + [aux_sym_cmd_identifier_token13] = ACTIONS(958), + [aux_sym_cmd_identifier_token14] = ACTIONS(958), + [aux_sym_cmd_identifier_token15] = ACTIONS(958), + [aux_sym_cmd_identifier_token16] = ACTIONS(960), + [aux_sym_cmd_identifier_token17] = ACTIONS(960), + [aux_sym_cmd_identifier_token18] = ACTIONS(960), + [aux_sym_cmd_identifier_token19] = ACTIONS(960), + [aux_sym_cmd_identifier_token20] = ACTIONS(960), + [aux_sym_cmd_identifier_token21] = ACTIONS(960), + [aux_sym_cmd_identifier_token22] = ACTIONS(960), + [aux_sym_cmd_identifier_token23] = ACTIONS(960), + [aux_sym_cmd_identifier_token24] = ACTIONS(960), + [aux_sym_cmd_identifier_token25] = ACTIONS(960), + [aux_sym_cmd_identifier_token26] = ACTIONS(960), + [aux_sym_cmd_identifier_token27] = ACTIONS(960), + [aux_sym_cmd_identifier_token28] = ACTIONS(960), + [aux_sym_cmd_identifier_token29] = ACTIONS(960), + [aux_sym_cmd_identifier_token30] = ACTIONS(960), + [aux_sym_cmd_identifier_token31] = ACTIONS(960), + [aux_sym_cmd_identifier_token32] = ACTIONS(960), + [aux_sym_cmd_identifier_token33] = ACTIONS(960), + [aux_sym_cmd_identifier_token34] = ACTIONS(958), + [aux_sym_cmd_identifier_token35] = ACTIONS(960), + [aux_sym_cmd_identifier_token36] = ACTIONS(960), + [aux_sym_cmd_identifier_token37] = ACTIONS(960), + [aux_sym_cmd_identifier_token38] = ACTIONS(958), + [aux_sym_cmd_identifier_token39] = ACTIONS(960), + [aux_sym_cmd_identifier_token40] = ACTIONS(960), + [anon_sym_def] = ACTIONS(958), + [anon_sym_export_DASHenv] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_module] = ACTIONS(958), + [anon_sym_use] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(960), + [anon_sym_error] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_in2] = ACTIONS(958), + [anon_sym_loop] = ACTIONS(958), + [anon_sym_make] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_match] = ACTIONS(958), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_try] = ACTIONS(958), + [anon_sym_catch] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_source] = ACTIONS(958), + [anon_sym_source_DASHenv] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_hide] = ACTIONS(958), + [anon_sym_hide_DASHenv] = ACTIONS(958), + [anon_sym_overlay] = ACTIONS(958), + [anon_sym_as] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(2308), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(958), + [aux_sym__val_number_token5] = ACTIONS(958), + [aux_sym__val_number_token6] = ACTIONS(958), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), + }, + [582] = { + [sym_comment] = STATE(582), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [aux_sym__immediate_decimal_token2] = ACTIONS(2310), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [583] = { + [sym_comment] = STATE(583), + [anon_sym_export] = ACTIONS(1004), + [anon_sym_alias] = ACTIONS(1004), + [anon_sym_let] = ACTIONS(1004), + [anon_sym_let_DASHenv] = ACTIONS(1004), + [anon_sym_mut] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [aux_sym_cmd_identifier_token1] = ACTIONS(1004), + [aux_sym_cmd_identifier_token2] = ACTIONS(1004), + [aux_sym_cmd_identifier_token3] = ACTIONS(1004), + [aux_sym_cmd_identifier_token4] = ACTIONS(1004), + [aux_sym_cmd_identifier_token5] = ACTIONS(1004), + [aux_sym_cmd_identifier_token6] = ACTIONS(1004), + [aux_sym_cmd_identifier_token7] = ACTIONS(1004), + [aux_sym_cmd_identifier_token8] = ACTIONS(1004), + [aux_sym_cmd_identifier_token9] = ACTIONS(1004), + [aux_sym_cmd_identifier_token10] = ACTIONS(1004), + [aux_sym_cmd_identifier_token11] = ACTIONS(1004), + [aux_sym_cmd_identifier_token12] = ACTIONS(1004), + [aux_sym_cmd_identifier_token13] = ACTIONS(1004), + [aux_sym_cmd_identifier_token14] = ACTIONS(1004), + [aux_sym_cmd_identifier_token15] = ACTIONS(1004), + [aux_sym_cmd_identifier_token16] = ACTIONS(1004), + [aux_sym_cmd_identifier_token17] = ACTIONS(1004), + [aux_sym_cmd_identifier_token18] = ACTIONS(1004), + [aux_sym_cmd_identifier_token19] = ACTIONS(1004), + [aux_sym_cmd_identifier_token20] = ACTIONS(1004), + [aux_sym_cmd_identifier_token21] = ACTIONS(1004), + [aux_sym_cmd_identifier_token22] = ACTIONS(1004), + [aux_sym_cmd_identifier_token23] = ACTIONS(1004), + [aux_sym_cmd_identifier_token24] = ACTIONS(1004), + [aux_sym_cmd_identifier_token25] = ACTIONS(1004), + [aux_sym_cmd_identifier_token26] = ACTIONS(1004), + [aux_sym_cmd_identifier_token27] = ACTIONS(1004), + [aux_sym_cmd_identifier_token28] = ACTIONS(1004), + [aux_sym_cmd_identifier_token29] = ACTIONS(1004), + [aux_sym_cmd_identifier_token30] = ACTIONS(1004), + [aux_sym_cmd_identifier_token31] = ACTIONS(1004), + [aux_sym_cmd_identifier_token32] = ACTIONS(1004), + [aux_sym_cmd_identifier_token33] = ACTIONS(1004), + [aux_sym_cmd_identifier_token34] = ACTIONS(1004), + [aux_sym_cmd_identifier_token35] = ACTIONS(1004), + [aux_sym_cmd_identifier_token36] = ACTIONS(1004), + [aux_sym_cmd_identifier_token37] = ACTIONS(1004), + [aux_sym_cmd_identifier_token38] = ACTIONS(1004), + [aux_sym_cmd_identifier_token39] = ACTIONS(1004), + [aux_sym_cmd_identifier_token40] = ACTIONS(1004), + [anon_sym_def] = ACTIONS(1004), + [anon_sym_export_DASHenv] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym_module] = ACTIONS(1004), + [anon_sym_use] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1004), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_error] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1004), + [anon_sym_loop] = ACTIONS(1004), + [anon_sym_make] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_match] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_try] = ACTIONS(1004), + [anon_sym_catch] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_source] = ACTIONS(1004), + [anon_sym_source_DASHenv] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_hide] = ACTIONS(1004), + [anon_sym_hide_DASHenv] = ACTIONS(1004), + [anon_sym_overlay] = ACTIONS(1004), + [anon_sym_as] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(2202), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1004), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1004), + [aux_sym__val_number_decimal_token3] = ACTIONS(1004), + [aux_sym__val_number_decimal_token4] = ACTIONS(1004), + [aux_sym__val_number_token1] = ACTIONS(1004), + [aux_sym__val_number_token2] = ACTIONS(1004), + [aux_sym__val_number_token3] = ACTIONS(1004), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2204), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1000), + }, + [584] = { + [sym_comment] = STATE(584), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(966), + [aux_sym_cmd_identifier_token3] = ACTIONS(966), + [aux_sym_cmd_identifier_token4] = ACTIONS(966), + [aux_sym_cmd_identifier_token5] = ACTIONS(966), + [aux_sym_cmd_identifier_token6] = ACTIONS(966), + [aux_sym_cmd_identifier_token7] = ACTIONS(966), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(966), + [aux_sym_cmd_identifier_token11] = ACTIONS(966), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(966), + [aux_sym_cmd_identifier_token17] = ACTIONS(966), + [aux_sym_cmd_identifier_token18] = ACTIONS(966), + [aux_sym_cmd_identifier_token19] = ACTIONS(966), + [aux_sym_cmd_identifier_token20] = ACTIONS(966), + [aux_sym_cmd_identifier_token21] = ACTIONS(966), + [aux_sym_cmd_identifier_token22] = ACTIONS(966), + [aux_sym_cmd_identifier_token23] = ACTIONS(966), + [aux_sym_cmd_identifier_token24] = ACTIONS(966), + [aux_sym_cmd_identifier_token25] = ACTIONS(966), + [aux_sym_cmd_identifier_token26] = ACTIONS(966), + [aux_sym_cmd_identifier_token27] = ACTIONS(966), + [aux_sym_cmd_identifier_token28] = ACTIONS(966), + [aux_sym_cmd_identifier_token29] = ACTIONS(966), + [aux_sym_cmd_identifier_token30] = ACTIONS(966), + [aux_sym_cmd_identifier_token31] = ACTIONS(966), + [aux_sym_cmd_identifier_token32] = ACTIONS(966), + [aux_sym_cmd_identifier_token33] = ACTIONS(966), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(966), + [aux_sym_cmd_identifier_token36] = ACTIONS(966), + [aux_sym_cmd_identifier_token37] = ACTIONS(966), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(966), + [aux_sym_cmd_identifier_token40] = ACTIONS(966), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(966), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), + }, + [585] = { + [sym_comment] = STATE(585), + [anon_sym_export] = ACTIONS(952), + [anon_sym_alias] = ACTIONS(952), + [anon_sym_let] = ACTIONS(952), + [anon_sym_let_DASHenv] = ACTIONS(952), + [anon_sym_mut] = ACTIONS(952), + [anon_sym_const] = ACTIONS(952), + [aux_sym_cmd_identifier_token1] = ACTIONS(952), + [aux_sym_cmd_identifier_token2] = ACTIONS(954), + [aux_sym_cmd_identifier_token3] = ACTIONS(954), + [aux_sym_cmd_identifier_token4] = ACTIONS(954), + [aux_sym_cmd_identifier_token5] = ACTIONS(954), + [aux_sym_cmd_identifier_token6] = ACTIONS(954), + [aux_sym_cmd_identifier_token7] = ACTIONS(954), + [aux_sym_cmd_identifier_token8] = ACTIONS(952), + [aux_sym_cmd_identifier_token9] = ACTIONS(952), + [aux_sym_cmd_identifier_token10] = ACTIONS(954), + [aux_sym_cmd_identifier_token11] = ACTIONS(954), + [aux_sym_cmd_identifier_token12] = ACTIONS(952), + [aux_sym_cmd_identifier_token13] = ACTIONS(952), + [aux_sym_cmd_identifier_token14] = ACTIONS(952), + [aux_sym_cmd_identifier_token15] = ACTIONS(952), + [aux_sym_cmd_identifier_token16] = ACTIONS(954), + [aux_sym_cmd_identifier_token17] = ACTIONS(954), + [aux_sym_cmd_identifier_token18] = ACTIONS(954), + [aux_sym_cmd_identifier_token19] = ACTIONS(954), + [aux_sym_cmd_identifier_token20] = ACTIONS(954), + [aux_sym_cmd_identifier_token21] = ACTIONS(954), + [aux_sym_cmd_identifier_token22] = ACTIONS(954), + [aux_sym_cmd_identifier_token23] = ACTIONS(954), + [aux_sym_cmd_identifier_token24] = ACTIONS(954), + [aux_sym_cmd_identifier_token25] = ACTIONS(954), + [aux_sym_cmd_identifier_token26] = ACTIONS(954), + [aux_sym_cmd_identifier_token27] = ACTIONS(954), + [aux_sym_cmd_identifier_token28] = ACTIONS(954), + [aux_sym_cmd_identifier_token29] = ACTIONS(954), + [aux_sym_cmd_identifier_token30] = ACTIONS(954), + [aux_sym_cmd_identifier_token31] = ACTIONS(954), + [aux_sym_cmd_identifier_token32] = ACTIONS(954), + [aux_sym_cmd_identifier_token33] = ACTIONS(954), + [aux_sym_cmd_identifier_token34] = ACTIONS(952), + [aux_sym_cmd_identifier_token35] = ACTIONS(954), + [aux_sym_cmd_identifier_token36] = ACTIONS(954), + [aux_sym_cmd_identifier_token37] = ACTIONS(954), + [aux_sym_cmd_identifier_token38] = ACTIONS(952), + [aux_sym_cmd_identifier_token39] = ACTIONS(954), + [aux_sym_cmd_identifier_token40] = ACTIONS(954), + [anon_sym_def] = ACTIONS(952), + [anon_sym_export_DASHenv] = ACTIONS(952), + [anon_sym_extern] = ACTIONS(952), + [anon_sym_module] = ACTIONS(952), + [anon_sym_use] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(954), + [anon_sym_error] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_break] = ACTIONS(952), + [anon_sym_continue] = ACTIONS(952), + [anon_sym_for] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(952), + [anon_sym_loop] = ACTIONS(952), + [anon_sym_make] = ACTIONS(952), + [anon_sym_while] = ACTIONS(952), + [anon_sym_do] = ACTIONS(952), + [anon_sym_if] = ACTIONS(952), + [anon_sym_else] = ACTIONS(952), + [anon_sym_match] = ACTIONS(952), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_try] = ACTIONS(952), + [anon_sym_catch] = ACTIONS(952), + [anon_sym_return] = ACTIONS(952), + [anon_sym_source] = ACTIONS(952), + [anon_sym_source_DASHenv] = ACTIONS(952), + [anon_sym_register] = ACTIONS(952), + [anon_sym_hide] = ACTIONS(952), + [anon_sym_hide_DASHenv] = ACTIONS(952), + [anon_sym_overlay] = ACTIONS(952), + [anon_sym_as] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(2312), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(952), + [aux_sym__val_number_token5] = ACTIONS(952), + [aux_sym__val_number_token6] = ACTIONS(952), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), + }, + [586] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(586), + [anon_sym_export] = ACTIONS(2273), + [anon_sym_alias] = ACTIONS(2273), + [anon_sym_let] = ACTIONS(2273), + [anon_sym_let_DASHenv] = ACTIONS(2273), + [anon_sym_mut] = ACTIONS(2273), + [anon_sym_const] = ACTIONS(2273), + [aux_sym_cmd_identifier_token1] = ACTIONS(2273), + [aux_sym_cmd_identifier_token2] = ACTIONS(2275), + [aux_sym_cmd_identifier_token3] = ACTIONS(2275), + [aux_sym_cmd_identifier_token4] = ACTIONS(2275), + [aux_sym_cmd_identifier_token5] = ACTIONS(2275), + [aux_sym_cmd_identifier_token6] = ACTIONS(2275), + [aux_sym_cmd_identifier_token7] = ACTIONS(2275), + [aux_sym_cmd_identifier_token8] = ACTIONS(2273), + [aux_sym_cmd_identifier_token9] = ACTIONS(2273), + [aux_sym_cmd_identifier_token10] = ACTIONS(2275), + [aux_sym_cmd_identifier_token11] = ACTIONS(2275), + [aux_sym_cmd_identifier_token12] = ACTIONS(2273), + [aux_sym_cmd_identifier_token13] = ACTIONS(2273), + [aux_sym_cmd_identifier_token14] = ACTIONS(2273), + [aux_sym_cmd_identifier_token15] = ACTIONS(2273), + [aux_sym_cmd_identifier_token16] = ACTIONS(2275), + [aux_sym_cmd_identifier_token17] = ACTIONS(2275), + [aux_sym_cmd_identifier_token18] = ACTIONS(2275), + [aux_sym_cmd_identifier_token19] = ACTIONS(2275), + [aux_sym_cmd_identifier_token20] = ACTIONS(2275), + [aux_sym_cmd_identifier_token21] = ACTIONS(2275), + [aux_sym_cmd_identifier_token22] = ACTIONS(2275), + [aux_sym_cmd_identifier_token23] = ACTIONS(2275), + [aux_sym_cmd_identifier_token24] = ACTIONS(2275), + [aux_sym_cmd_identifier_token25] = ACTIONS(2275), + [aux_sym_cmd_identifier_token26] = ACTIONS(2275), + [aux_sym_cmd_identifier_token27] = ACTIONS(2275), + [aux_sym_cmd_identifier_token28] = ACTIONS(2275), + [aux_sym_cmd_identifier_token29] = ACTIONS(2275), + [aux_sym_cmd_identifier_token30] = ACTIONS(2275), + [aux_sym_cmd_identifier_token31] = ACTIONS(2275), + [aux_sym_cmd_identifier_token32] = ACTIONS(2275), + [aux_sym_cmd_identifier_token33] = ACTIONS(2275), + [aux_sym_cmd_identifier_token34] = ACTIONS(2273), + [aux_sym_cmd_identifier_token35] = ACTIONS(2275), + [aux_sym_cmd_identifier_token36] = ACTIONS(2275), + [aux_sym_cmd_identifier_token37] = ACTIONS(2275), + [aux_sym_cmd_identifier_token38] = ACTIONS(2273), + [aux_sym_cmd_identifier_token39] = ACTIONS(2275), + [aux_sym_cmd_identifier_token40] = ACTIONS(2275), + [anon_sym_def] = ACTIONS(2273), + [anon_sym_export_DASHenv] = ACTIONS(2273), + [anon_sym_extern] = ACTIONS(2273), + [anon_sym_module] = ACTIONS(2273), + [anon_sym_use] = ACTIONS(2273), + [anon_sym_LPAREN] = ACTIONS(2273), + [anon_sym_DOLLAR] = ACTIONS(2275), + [anon_sym_error] = ACTIONS(2273), + [anon_sym_DASH2] = ACTIONS(2273), + [anon_sym_break] = ACTIONS(2273), + [anon_sym_continue] = ACTIONS(2273), + [anon_sym_for] = ACTIONS(2273), + [anon_sym_in2] = ACTIONS(2273), + [anon_sym_loop] = ACTIONS(2273), + [anon_sym_make] = ACTIONS(2273), + [anon_sym_while] = ACTIONS(2273), + [anon_sym_do] = ACTIONS(2273), + [anon_sym_if] = ACTIONS(2273), + [anon_sym_else] = ACTIONS(2273), + [anon_sym_match] = ACTIONS(2273), + [anon_sym_RBRACE] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(2273), + [anon_sym_catch] = ACTIONS(2273), + [anon_sym_return] = ACTIONS(2273), + [anon_sym_source] = ACTIONS(2273), + [anon_sym_source_DASHenv] = ACTIONS(2273), + [anon_sym_register] = ACTIONS(2273), + [anon_sym_hide] = ACTIONS(2273), + [anon_sym_hide_DASHenv] = ACTIONS(2273), + [anon_sym_overlay] = ACTIONS(2273), + [anon_sym_as] = ACTIONS(2273), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2273), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2275), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2275), + [aux_sym__val_number_decimal_token1] = ACTIONS(2273), + [aux_sym__val_number_decimal_token2] = ACTIONS(2275), + [aux_sym__val_number_decimal_token3] = ACTIONS(2275), + [aux_sym__val_number_decimal_token4] = ACTIONS(2275), + [aux_sym__val_number_token1] = ACTIONS(2275), + [aux_sym__val_number_token2] = ACTIONS(2275), + [aux_sym__val_number_token3] = ACTIONS(2275), + [aux_sym__val_number_token4] = ACTIONS(2273), + [aux_sym__val_number_token5] = ACTIONS(2273), + [aux_sym__val_number_token6] = ACTIONS(2273), + [anon_sym_DQUOTE] = ACTIONS(2275), + [sym__str_single_quotes] = ACTIONS(2275), + [sym__str_back_ticks] = ACTIONS(2275), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2275), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2275), + }, + [587] = { + [sym_comment] = STATE(587), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(2314), + [aux_sym__immediate_decimal_token2] = ACTIONS(2316), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [588] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(588), + [anon_sym_export] = ACTIONS(2217), + [anon_sym_alias] = ACTIONS(2217), + [anon_sym_let] = ACTIONS(2217), + [anon_sym_let_DASHenv] = ACTIONS(2217), + [anon_sym_mut] = ACTIONS(2217), + [anon_sym_const] = ACTIONS(2217), + [aux_sym_cmd_identifier_token1] = ACTIONS(2217), + [aux_sym_cmd_identifier_token2] = ACTIONS(2219), + [aux_sym_cmd_identifier_token3] = ACTIONS(2219), + [aux_sym_cmd_identifier_token4] = ACTIONS(2219), + [aux_sym_cmd_identifier_token5] = ACTIONS(2219), + [aux_sym_cmd_identifier_token6] = ACTIONS(2219), + [aux_sym_cmd_identifier_token7] = ACTIONS(2219), + [aux_sym_cmd_identifier_token8] = ACTIONS(2217), + [aux_sym_cmd_identifier_token9] = ACTIONS(2217), + [aux_sym_cmd_identifier_token10] = ACTIONS(2219), + [aux_sym_cmd_identifier_token11] = ACTIONS(2219), + [aux_sym_cmd_identifier_token12] = ACTIONS(2217), + [aux_sym_cmd_identifier_token13] = ACTIONS(2217), + [aux_sym_cmd_identifier_token14] = ACTIONS(2217), + [aux_sym_cmd_identifier_token15] = ACTIONS(2217), + [aux_sym_cmd_identifier_token16] = ACTIONS(2219), + [aux_sym_cmd_identifier_token17] = ACTIONS(2219), + [aux_sym_cmd_identifier_token18] = ACTIONS(2219), + [aux_sym_cmd_identifier_token19] = ACTIONS(2219), + [aux_sym_cmd_identifier_token20] = ACTIONS(2219), + [aux_sym_cmd_identifier_token21] = ACTIONS(2219), + [aux_sym_cmd_identifier_token22] = ACTIONS(2219), + [aux_sym_cmd_identifier_token23] = ACTIONS(2219), + [aux_sym_cmd_identifier_token24] = ACTIONS(2219), + [aux_sym_cmd_identifier_token25] = ACTIONS(2219), + [aux_sym_cmd_identifier_token26] = ACTIONS(2219), + [aux_sym_cmd_identifier_token27] = ACTIONS(2219), + [aux_sym_cmd_identifier_token28] = ACTIONS(2219), + [aux_sym_cmd_identifier_token29] = ACTIONS(2219), + [aux_sym_cmd_identifier_token30] = ACTIONS(2219), + [aux_sym_cmd_identifier_token31] = ACTIONS(2219), + [aux_sym_cmd_identifier_token32] = ACTIONS(2219), + [aux_sym_cmd_identifier_token33] = ACTIONS(2219), + [aux_sym_cmd_identifier_token34] = ACTIONS(2217), + [aux_sym_cmd_identifier_token35] = ACTIONS(2219), + [aux_sym_cmd_identifier_token36] = ACTIONS(2219), + [aux_sym_cmd_identifier_token37] = ACTIONS(2219), + [aux_sym_cmd_identifier_token38] = ACTIONS(2217), + [aux_sym_cmd_identifier_token39] = ACTIONS(2219), + [aux_sym_cmd_identifier_token40] = ACTIONS(2219), + [anon_sym_def] = ACTIONS(2217), + [anon_sym_export_DASHenv] = ACTIONS(2217), + [anon_sym_extern] = ACTIONS(2217), + [anon_sym_module] = ACTIONS(2217), + [anon_sym_use] = ACTIONS(2217), + [anon_sym_LPAREN] = ACTIONS(2217), + [anon_sym_DOLLAR] = ACTIONS(2219), + [anon_sym_error] = ACTIONS(2217), + [anon_sym_DASH2] = ACTIONS(2217), + [anon_sym_break] = ACTIONS(2217), + [anon_sym_continue] = ACTIONS(2217), + [anon_sym_for] = ACTIONS(2217), + [anon_sym_in2] = ACTIONS(2217), + [anon_sym_loop] = ACTIONS(2217), + [anon_sym_make] = ACTIONS(2217), + [anon_sym_while] = ACTIONS(2217), + [anon_sym_do] = ACTIONS(2217), + [anon_sym_if] = ACTIONS(2217), + [anon_sym_else] = ACTIONS(2217), + [anon_sym_match] = ACTIONS(2217), + [anon_sym_RBRACE] = ACTIONS(2219), + [anon_sym_try] = ACTIONS(2217), + [anon_sym_catch] = ACTIONS(2217), + [anon_sym_return] = ACTIONS(2217), + [anon_sym_source] = ACTIONS(2217), + [anon_sym_source_DASHenv] = ACTIONS(2217), + [anon_sym_register] = ACTIONS(2217), + [anon_sym_hide] = ACTIONS(2217), + [anon_sym_hide_DASHenv] = ACTIONS(2217), + [anon_sym_overlay] = ACTIONS(2217), + [anon_sym_as] = ACTIONS(2217), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2217), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2219), + [aux_sym__val_number_decimal_token1] = ACTIONS(2217), + [aux_sym__val_number_decimal_token2] = ACTIONS(2219), + [aux_sym__val_number_decimal_token3] = ACTIONS(2219), + [aux_sym__val_number_decimal_token4] = ACTIONS(2219), + [aux_sym__val_number_token1] = ACTIONS(2219), + [aux_sym__val_number_token2] = ACTIONS(2219), + [aux_sym__val_number_token3] = ACTIONS(2219), + [aux_sym__val_number_token4] = ACTIONS(2217), + [aux_sym__val_number_token5] = ACTIONS(2217), + [aux_sym__val_number_token6] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(2219), + [sym__str_single_quotes] = ACTIONS(2219), + [sym__str_back_ticks] = ACTIONS(2219), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2219), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2219), + }, + [589] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(589), + [anon_sym_export] = ACTIONS(2221), + [anon_sym_alias] = ACTIONS(2221), + [anon_sym_let] = ACTIONS(2221), + [anon_sym_let_DASHenv] = ACTIONS(2221), + [anon_sym_mut] = ACTIONS(2221), + [anon_sym_const] = ACTIONS(2221), + [aux_sym_cmd_identifier_token1] = ACTIONS(2221), + [aux_sym_cmd_identifier_token2] = ACTIONS(2223), + [aux_sym_cmd_identifier_token3] = ACTIONS(2223), + [aux_sym_cmd_identifier_token4] = ACTIONS(2223), + [aux_sym_cmd_identifier_token5] = ACTIONS(2223), + [aux_sym_cmd_identifier_token6] = ACTIONS(2223), + [aux_sym_cmd_identifier_token7] = ACTIONS(2223), + [aux_sym_cmd_identifier_token8] = ACTIONS(2221), + [aux_sym_cmd_identifier_token9] = ACTIONS(2221), + [aux_sym_cmd_identifier_token10] = ACTIONS(2223), + [aux_sym_cmd_identifier_token11] = ACTIONS(2223), + [aux_sym_cmd_identifier_token12] = ACTIONS(2221), + [aux_sym_cmd_identifier_token13] = ACTIONS(2221), + [aux_sym_cmd_identifier_token14] = ACTIONS(2221), + [aux_sym_cmd_identifier_token15] = ACTIONS(2221), + [aux_sym_cmd_identifier_token16] = ACTIONS(2223), + [aux_sym_cmd_identifier_token17] = ACTIONS(2223), + [aux_sym_cmd_identifier_token18] = ACTIONS(2223), + [aux_sym_cmd_identifier_token19] = ACTIONS(2223), + [aux_sym_cmd_identifier_token20] = ACTIONS(2223), + [aux_sym_cmd_identifier_token21] = ACTIONS(2223), + [aux_sym_cmd_identifier_token22] = ACTIONS(2223), + [aux_sym_cmd_identifier_token23] = ACTIONS(2223), + [aux_sym_cmd_identifier_token24] = ACTIONS(2223), + [aux_sym_cmd_identifier_token25] = ACTIONS(2223), + [aux_sym_cmd_identifier_token26] = ACTIONS(2223), + [aux_sym_cmd_identifier_token27] = ACTIONS(2223), + [aux_sym_cmd_identifier_token28] = ACTIONS(2223), + [aux_sym_cmd_identifier_token29] = ACTIONS(2223), + [aux_sym_cmd_identifier_token30] = ACTIONS(2223), + [aux_sym_cmd_identifier_token31] = ACTIONS(2223), + [aux_sym_cmd_identifier_token32] = ACTIONS(2223), + [aux_sym_cmd_identifier_token33] = ACTIONS(2223), + [aux_sym_cmd_identifier_token34] = ACTIONS(2221), + [aux_sym_cmd_identifier_token35] = ACTIONS(2223), + [aux_sym_cmd_identifier_token36] = ACTIONS(2223), + [aux_sym_cmd_identifier_token37] = ACTIONS(2223), + [aux_sym_cmd_identifier_token38] = ACTIONS(2221), + [aux_sym_cmd_identifier_token39] = ACTIONS(2223), + [aux_sym_cmd_identifier_token40] = ACTIONS(2223), + [anon_sym_def] = ACTIONS(2221), + [anon_sym_export_DASHenv] = ACTIONS(2221), + [anon_sym_extern] = ACTIONS(2221), + [anon_sym_module] = ACTIONS(2221), + [anon_sym_use] = ACTIONS(2221), + [anon_sym_LPAREN] = ACTIONS(2221), + [anon_sym_DOLLAR] = ACTIONS(2223), + [anon_sym_error] = ACTIONS(2221), + [anon_sym_DASH2] = ACTIONS(2221), + [anon_sym_break] = ACTIONS(2221), + [anon_sym_continue] = ACTIONS(2221), + [anon_sym_for] = ACTIONS(2221), + [anon_sym_in2] = ACTIONS(2221), + [anon_sym_loop] = ACTIONS(2221), + [anon_sym_make] = ACTIONS(2221), + [anon_sym_while] = ACTIONS(2221), + [anon_sym_do] = ACTIONS(2221), + [anon_sym_if] = ACTIONS(2221), + [anon_sym_else] = ACTIONS(2221), + [anon_sym_match] = ACTIONS(2221), + [anon_sym_RBRACE] = ACTIONS(2223), + [anon_sym_try] = ACTIONS(2221), + [anon_sym_catch] = ACTIONS(2221), + [anon_sym_return] = ACTIONS(2221), + [anon_sym_source] = ACTIONS(2221), + [anon_sym_source_DASHenv] = ACTIONS(2221), + [anon_sym_register] = ACTIONS(2221), + [anon_sym_hide] = ACTIONS(2221), + [anon_sym_hide_DASHenv] = ACTIONS(2221), + [anon_sym_overlay] = ACTIONS(2221), + [anon_sym_as] = ACTIONS(2221), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2221), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2223), + [aux_sym__val_number_decimal_token1] = ACTIONS(2221), + [aux_sym__val_number_decimal_token2] = ACTIONS(2223), + [aux_sym__val_number_decimal_token3] = ACTIONS(2223), + [aux_sym__val_number_decimal_token4] = ACTIONS(2223), + [aux_sym__val_number_token1] = ACTIONS(2223), + [aux_sym__val_number_token2] = ACTIONS(2223), + [aux_sym__val_number_token3] = ACTIONS(2223), + [aux_sym__val_number_token4] = ACTIONS(2221), + [aux_sym__val_number_token5] = ACTIONS(2221), + [aux_sym__val_number_token6] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(2223), + [sym__str_single_quotes] = ACTIONS(2223), + [sym__str_back_ticks] = ACTIONS(2223), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2223), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2223), + }, + [590] = { + [sym__expr_parenthesized_immediate] = STATE(7459), + [sym_comment] = STATE(590), + [anon_sym_export] = ACTIONS(2225), + [anon_sym_alias] = ACTIONS(2225), + [anon_sym_let] = ACTIONS(2225), + [anon_sym_let_DASHenv] = ACTIONS(2225), + [anon_sym_mut] = ACTIONS(2225), + [anon_sym_const] = ACTIONS(2225), + [aux_sym_cmd_identifier_token1] = ACTIONS(2225), + [aux_sym_cmd_identifier_token2] = ACTIONS(2227), + [aux_sym_cmd_identifier_token3] = ACTIONS(2227), + [aux_sym_cmd_identifier_token4] = ACTIONS(2227), + [aux_sym_cmd_identifier_token5] = ACTIONS(2227), + [aux_sym_cmd_identifier_token6] = ACTIONS(2227), + [aux_sym_cmd_identifier_token7] = ACTIONS(2227), + [aux_sym_cmd_identifier_token8] = ACTIONS(2225), + [aux_sym_cmd_identifier_token9] = ACTIONS(2225), + [aux_sym_cmd_identifier_token10] = ACTIONS(2227), + [aux_sym_cmd_identifier_token11] = ACTIONS(2227), + [aux_sym_cmd_identifier_token12] = ACTIONS(2225), + [aux_sym_cmd_identifier_token13] = ACTIONS(2225), + [aux_sym_cmd_identifier_token14] = ACTIONS(2225), + [aux_sym_cmd_identifier_token15] = ACTIONS(2225), + [aux_sym_cmd_identifier_token16] = ACTIONS(2227), + [aux_sym_cmd_identifier_token17] = ACTIONS(2227), + [aux_sym_cmd_identifier_token18] = ACTIONS(2227), + [aux_sym_cmd_identifier_token19] = ACTIONS(2227), + [aux_sym_cmd_identifier_token20] = ACTIONS(2227), + [aux_sym_cmd_identifier_token21] = ACTIONS(2227), + [aux_sym_cmd_identifier_token22] = ACTIONS(2227), + [aux_sym_cmd_identifier_token23] = ACTIONS(2227), + [aux_sym_cmd_identifier_token24] = ACTIONS(2227), + [aux_sym_cmd_identifier_token25] = ACTIONS(2227), + [aux_sym_cmd_identifier_token26] = ACTIONS(2227), + [aux_sym_cmd_identifier_token27] = ACTIONS(2227), + [aux_sym_cmd_identifier_token28] = ACTIONS(2227), + [aux_sym_cmd_identifier_token29] = ACTIONS(2227), + [aux_sym_cmd_identifier_token30] = ACTIONS(2227), + [aux_sym_cmd_identifier_token31] = ACTIONS(2227), + [aux_sym_cmd_identifier_token32] = ACTIONS(2227), + [aux_sym_cmd_identifier_token33] = ACTIONS(2227), + [aux_sym_cmd_identifier_token34] = ACTIONS(2225), + [aux_sym_cmd_identifier_token35] = ACTIONS(2227), + [aux_sym_cmd_identifier_token36] = ACTIONS(2227), + [aux_sym_cmd_identifier_token37] = ACTIONS(2227), + [aux_sym_cmd_identifier_token38] = ACTIONS(2225), + [aux_sym_cmd_identifier_token39] = ACTIONS(2227), + [aux_sym_cmd_identifier_token40] = ACTIONS(2227), + [anon_sym_def] = ACTIONS(2225), + [anon_sym_export_DASHenv] = ACTIONS(2225), + [anon_sym_extern] = ACTIONS(2225), + [anon_sym_module] = ACTIONS(2225), + [anon_sym_use] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2225), + [anon_sym_DOLLAR] = ACTIONS(2227), + [anon_sym_error] = ACTIONS(2225), + [anon_sym_DASH2] = ACTIONS(2225), + [anon_sym_break] = ACTIONS(2225), + [anon_sym_continue] = ACTIONS(2225), + [anon_sym_for] = ACTIONS(2225), + [anon_sym_in2] = ACTIONS(2225), + [anon_sym_loop] = ACTIONS(2225), + [anon_sym_make] = ACTIONS(2225), + [anon_sym_while] = ACTIONS(2225), + [anon_sym_do] = ACTIONS(2225), + [anon_sym_if] = ACTIONS(2225), + [anon_sym_else] = ACTIONS(2225), + [anon_sym_match] = ACTIONS(2225), + [anon_sym_RBRACE] = ACTIONS(2227), + [anon_sym_try] = ACTIONS(2225), + [anon_sym_catch] = ACTIONS(2225), + [anon_sym_return] = ACTIONS(2225), + [anon_sym_source] = ACTIONS(2225), + [anon_sym_source_DASHenv] = ACTIONS(2225), + [anon_sym_register] = ACTIONS(2225), + [anon_sym_hide] = ACTIONS(2225), + [anon_sym_hide_DASHenv] = ACTIONS(2225), + [anon_sym_overlay] = ACTIONS(2225), + [anon_sym_as] = ACTIONS(2225), + [anon_sym_LPAREN2] = ACTIONS(1683), + [anon_sym_PLUS2] = ACTIONS(2225), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2227), + [aux_sym__val_number_decimal_token1] = ACTIONS(2225), + [aux_sym__val_number_decimal_token2] = ACTIONS(2227), + [aux_sym__val_number_decimal_token3] = ACTIONS(2227), + [aux_sym__val_number_decimal_token4] = ACTIONS(2227), + [aux_sym__val_number_token1] = ACTIONS(2227), + [aux_sym__val_number_token2] = ACTIONS(2227), + [aux_sym__val_number_token3] = ACTIONS(2227), + [aux_sym__val_number_token4] = ACTIONS(2225), + [aux_sym__val_number_token5] = ACTIONS(2225), + [aux_sym__val_number_token6] = ACTIONS(2225), + [anon_sym_DQUOTE] = ACTIONS(2227), + [sym__str_single_quotes] = ACTIONS(2227), + [sym__str_back_ticks] = ACTIONS(2227), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2227), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2227), + }, + [591] = { + [sym_comment] = STATE(591), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [592] = { + [sym_comment] = STATE(592), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_alias] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_let_DASHenv] = ACTIONS(1018), + [anon_sym_mut] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [aux_sym_cmd_identifier_token1] = ACTIONS(1018), + [aux_sym_cmd_identifier_token2] = ACTIONS(1020), + [aux_sym_cmd_identifier_token3] = ACTIONS(1020), + [aux_sym_cmd_identifier_token4] = ACTIONS(1020), + [aux_sym_cmd_identifier_token5] = ACTIONS(1020), + [aux_sym_cmd_identifier_token6] = ACTIONS(1020), + [aux_sym_cmd_identifier_token7] = ACTIONS(1020), + [aux_sym_cmd_identifier_token8] = ACTIONS(1018), + [aux_sym_cmd_identifier_token9] = ACTIONS(1018), + [aux_sym_cmd_identifier_token10] = ACTIONS(1020), + [aux_sym_cmd_identifier_token11] = ACTIONS(1020), + [aux_sym_cmd_identifier_token12] = ACTIONS(1018), + [aux_sym_cmd_identifier_token13] = ACTIONS(1018), + [aux_sym_cmd_identifier_token14] = ACTIONS(1018), + [aux_sym_cmd_identifier_token15] = ACTIONS(1018), + [aux_sym_cmd_identifier_token16] = ACTIONS(1020), + [aux_sym_cmd_identifier_token17] = ACTIONS(1020), + [aux_sym_cmd_identifier_token18] = ACTIONS(1020), + [aux_sym_cmd_identifier_token19] = ACTIONS(1020), + [aux_sym_cmd_identifier_token20] = ACTIONS(1020), + [aux_sym_cmd_identifier_token21] = ACTIONS(1020), + [aux_sym_cmd_identifier_token22] = ACTIONS(1020), + [aux_sym_cmd_identifier_token23] = ACTIONS(1020), + [aux_sym_cmd_identifier_token24] = ACTIONS(1020), + [aux_sym_cmd_identifier_token25] = ACTIONS(1020), + [aux_sym_cmd_identifier_token26] = ACTIONS(1020), + [aux_sym_cmd_identifier_token27] = ACTIONS(1020), + [aux_sym_cmd_identifier_token28] = ACTIONS(1020), + [aux_sym_cmd_identifier_token29] = ACTIONS(1020), + [aux_sym_cmd_identifier_token30] = ACTIONS(1020), + [aux_sym_cmd_identifier_token31] = ACTIONS(1020), + [aux_sym_cmd_identifier_token32] = ACTIONS(1020), + [aux_sym_cmd_identifier_token33] = ACTIONS(1020), + [aux_sym_cmd_identifier_token34] = ACTIONS(1018), + [aux_sym_cmd_identifier_token35] = ACTIONS(1020), + [aux_sym_cmd_identifier_token36] = ACTIONS(1020), + [aux_sym_cmd_identifier_token37] = ACTIONS(1020), + [aux_sym_cmd_identifier_token38] = ACTIONS(1018), + [aux_sym_cmd_identifier_token39] = ACTIONS(1020), + [aux_sym_cmd_identifier_token40] = ACTIONS(1020), + [anon_sym_def] = ACTIONS(1018), + [anon_sym_export_DASHenv] = ACTIONS(1018), + [anon_sym_extern] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_COMMA] = ACTIONS(1020), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_error] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_make] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [anon_sym_do] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_else] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1018), + [anon_sym_catch] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_source] = ACTIONS(1018), + [anon_sym_source_DASHenv] = ACTIONS(1018), + [anon_sym_register] = ACTIONS(1018), + [anon_sym_hide] = ACTIONS(1018), + [anon_sym_hide_DASHenv] = ACTIONS(1018), + [anon_sym_overlay] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1020), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1020), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1020), + [aux_sym__val_number_decimal_token3] = ACTIONS(1020), + [aux_sym__val_number_decimal_token4] = ACTIONS(1020), + [aux_sym__val_number_token1] = ACTIONS(1020), + [aux_sym__val_number_token2] = ACTIONS(1020), + [aux_sym__val_number_token3] = ACTIONS(1020), + [aux_sym__val_number_token4] = ACTIONS(1018), + [aux_sym__val_number_token5] = ACTIONS(1018), + [aux_sym__val_number_token6] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1020), + [sym__str_single_quotes] = ACTIONS(1020), + [sym__str_back_ticks] = ACTIONS(1020), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1020), + [anon_sym_COLON2] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1020), + }, + [593] = { + [sym_comment] = STATE(593), + [anon_sym_export] = ACTIONS(2184), + [anon_sym_alias] = ACTIONS(2184), + [anon_sym_let] = ACTIONS(2184), + [anon_sym_let_DASHenv] = ACTIONS(2184), + [anon_sym_mut] = ACTIONS(2184), + [anon_sym_const] = ACTIONS(2184), + [aux_sym_cmd_identifier_token1] = ACTIONS(2184), + [aux_sym_cmd_identifier_token2] = ACTIONS(2186), + [aux_sym_cmd_identifier_token3] = ACTIONS(2186), + [aux_sym_cmd_identifier_token4] = ACTIONS(2186), + [aux_sym_cmd_identifier_token5] = ACTIONS(2186), + [aux_sym_cmd_identifier_token6] = ACTIONS(2186), + [aux_sym_cmd_identifier_token7] = ACTIONS(2186), + [aux_sym_cmd_identifier_token8] = ACTIONS(2184), + [aux_sym_cmd_identifier_token9] = ACTIONS(2184), + [aux_sym_cmd_identifier_token10] = ACTIONS(2186), + [aux_sym_cmd_identifier_token11] = ACTIONS(2186), + [aux_sym_cmd_identifier_token12] = ACTIONS(2184), + [aux_sym_cmd_identifier_token13] = ACTIONS(2184), + [aux_sym_cmd_identifier_token14] = ACTIONS(2184), + [aux_sym_cmd_identifier_token15] = ACTIONS(2184), + [aux_sym_cmd_identifier_token16] = ACTIONS(2186), + [aux_sym_cmd_identifier_token17] = ACTIONS(2186), + [aux_sym_cmd_identifier_token18] = ACTIONS(2186), + [aux_sym_cmd_identifier_token19] = ACTIONS(2186), + [aux_sym_cmd_identifier_token20] = ACTIONS(2186), + [aux_sym_cmd_identifier_token21] = ACTIONS(2186), + [aux_sym_cmd_identifier_token22] = ACTIONS(2186), + [aux_sym_cmd_identifier_token23] = ACTIONS(2186), + [aux_sym_cmd_identifier_token24] = ACTIONS(2186), + [aux_sym_cmd_identifier_token25] = ACTIONS(2186), + [aux_sym_cmd_identifier_token26] = ACTIONS(2186), + [aux_sym_cmd_identifier_token27] = ACTIONS(2186), + [aux_sym_cmd_identifier_token28] = ACTIONS(2186), + [aux_sym_cmd_identifier_token29] = ACTIONS(2186), + [aux_sym_cmd_identifier_token30] = ACTIONS(2186), + [aux_sym_cmd_identifier_token31] = ACTIONS(2186), + [aux_sym_cmd_identifier_token32] = ACTIONS(2186), + [aux_sym_cmd_identifier_token33] = ACTIONS(2186), + [aux_sym_cmd_identifier_token34] = ACTIONS(2184), + [aux_sym_cmd_identifier_token35] = ACTIONS(2186), + [aux_sym_cmd_identifier_token36] = ACTIONS(2186), + [aux_sym_cmd_identifier_token37] = ACTIONS(2186), + [aux_sym_cmd_identifier_token38] = ACTIONS(2184), + [aux_sym_cmd_identifier_token39] = ACTIONS(2186), + [aux_sym_cmd_identifier_token40] = ACTIONS(2186), + [anon_sym_def] = ACTIONS(2184), + [anon_sym_export_DASHenv] = ACTIONS(2184), + [anon_sym_extern] = ACTIONS(2184), + [anon_sym_module] = ACTIONS(2184), + [anon_sym_use] = ACTIONS(2184), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2186), + [anon_sym_error] = ACTIONS(2184), + [anon_sym_DASH2] = ACTIONS(2184), + [anon_sym_break] = ACTIONS(2184), + [anon_sym_continue] = ACTIONS(2184), + [anon_sym_for] = ACTIONS(2184), + [anon_sym_in2] = ACTIONS(2184), + [anon_sym_loop] = ACTIONS(2184), + [anon_sym_make] = ACTIONS(2184), + [anon_sym_while] = ACTIONS(2184), + [anon_sym_do] = ACTIONS(2184), + [anon_sym_if] = ACTIONS(2184), + [anon_sym_else] = ACTIONS(2184), + [anon_sym_match] = ACTIONS(2184), + [anon_sym_RBRACE] = ACTIONS(2186), + [anon_sym_try] = ACTIONS(2184), + [anon_sym_catch] = ACTIONS(2184), + [anon_sym_return] = ACTIONS(2184), + [anon_sym_source] = ACTIONS(2184), + [anon_sym_source_DASHenv] = ACTIONS(2184), + [anon_sym_register] = ACTIONS(2184), + [anon_sym_hide] = ACTIONS(2184), + [anon_sym_hide_DASHenv] = ACTIONS(2184), + [anon_sym_overlay] = ACTIONS(2184), + [anon_sym_as] = ACTIONS(2184), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_PLUS2] = ACTIONS(2184), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2186), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2186), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_decimal_token2] = ACTIONS(2186), + [aux_sym__val_number_decimal_token3] = ACTIONS(2186), + [aux_sym__val_number_decimal_token4] = ACTIONS(2186), + [aux_sym__val_number_token1] = ACTIONS(2186), + [aux_sym__val_number_token2] = ACTIONS(2186), + [aux_sym__val_number_token3] = ACTIONS(2186), + [aux_sym__val_number_token4] = ACTIONS(2184), + [aux_sym__val_number_token5] = ACTIONS(2184), + [aux_sym__val_number_token6] = ACTIONS(2184), + [anon_sym_DQUOTE] = ACTIONS(2186), + [sym__str_single_quotes] = ACTIONS(2186), + [sym__str_back_ticks] = ACTIONS(2186), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2186), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2186), + }, + [594] = { + [sym_comment] = STATE(594), + [anon_sym_export] = ACTIONS(2318), + [anon_sym_alias] = ACTIONS(2318), + [anon_sym_let] = ACTIONS(2318), + [anon_sym_let_DASHenv] = ACTIONS(2318), + [anon_sym_mut] = ACTIONS(2318), + [anon_sym_const] = ACTIONS(2318), + [aux_sym_cmd_identifier_token1] = ACTIONS(2318), + [aux_sym_cmd_identifier_token2] = ACTIONS(2318), + [aux_sym_cmd_identifier_token3] = ACTIONS(2318), + [aux_sym_cmd_identifier_token4] = ACTIONS(2318), + [aux_sym_cmd_identifier_token5] = ACTIONS(2318), + [aux_sym_cmd_identifier_token6] = ACTIONS(2318), + [aux_sym_cmd_identifier_token7] = ACTIONS(2318), + [aux_sym_cmd_identifier_token8] = ACTIONS(2318), + [aux_sym_cmd_identifier_token9] = ACTIONS(2318), + [aux_sym_cmd_identifier_token10] = ACTIONS(2318), + [aux_sym_cmd_identifier_token11] = ACTIONS(2318), + [aux_sym_cmd_identifier_token12] = ACTIONS(2318), + [aux_sym_cmd_identifier_token13] = ACTIONS(2318), + [aux_sym_cmd_identifier_token14] = ACTIONS(2318), + [aux_sym_cmd_identifier_token15] = ACTIONS(2318), + [aux_sym_cmd_identifier_token16] = ACTIONS(2318), + [aux_sym_cmd_identifier_token17] = ACTIONS(2318), + [aux_sym_cmd_identifier_token18] = ACTIONS(2318), + [aux_sym_cmd_identifier_token19] = ACTIONS(2318), + [aux_sym_cmd_identifier_token20] = ACTIONS(2318), + [aux_sym_cmd_identifier_token21] = ACTIONS(2318), + [aux_sym_cmd_identifier_token22] = ACTIONS(2318), + [aux_sym_cmd_identifier_token23] = ACTIONS(2318), + [aux_sym_cmd_identifier_token24] = ACTIONS(2318), + [aux_sym_cmd_identifier_token25] = ACTIONS(2318), + [aux_sym_cmd_identifier_token26] = ACTIONS(2318), + [aux_sym_cmd_identifier_token27] = ACTIONS(2318), + [aux_sym_cmd_identifier_token28] = ACTIONS(2318), + [aux_sym_cmd_identifier_token29] = ACTIONS(2318), + [aux_sym_cmd_identifier_token30] = ACTIONS(2318), + [aux_sym_cmd_identifier_token31] = ACTIONS(2318), + [aux_sym_cmd_identifier_token32] = ACTIONS(2318), + [aux_sym_cmd_identifier_token33] = ACTIONS(2318), + [aux_sym_cmd_identifier_token34] = ACTIONS(2318), + [aux_sym_cmd_identifier_token35] = ACTIONS(2318), + [aux_sym_cmd_identifier_token36] = ACTIONS(2318), + [aux_sym_cmd_identifier_token37] = ACTIONS(2318), + [aux_sym_cmd_identifier_token38] = ACTIONS(2318), + [aux_sym_cmd_identifier_token39] = ACTIONS(2318), + [aux_sym_cmd_identifier_token40] = ACTIONS(2318), + [anon_sym_def] = ACTIONS(2318), + [anon_sym_export_DASHenv] = ACTIONS(2318), + [anon_sym_extern] = ACTIONS(2318), + [anon_sym_module] = ACTIONS(2318), + [anon_sym_use] = ACTIONS(2318), + [anon_sym_LPAREN] = ACTIONS(2318), + [anon_sym_DOLLAR] = ACTIONS(2318), + [anon_sym_error] = ACTIONS(2318), + [anon_sym_DASH2] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2318), + [anon_sym_continue] = ACTIONS(2318), + [anon_sym_for] = ACTIONS(2318), + [anon_sym_in2] = ACTIONS(2318), + [anon_sym_loop] = ACTIONS(2318), + [anon_sym_make] = ACTIONS(2318), + [anon_sym_while] = ACTIONS(2318), + [anon_sym_do] = ACTIONS(2318), + [anon_sym_if] = ACTIONS(2318), + [anon_sym_else] = ACTIONS(2318), + [anon_sym_match] = ACTIONS(2318), + [anon_sym_RBRACE] = ACTIONS(2318), + [anon_sym_try] = ACTIONS(2318), + [anon_sym_catch] = ACTIONS(2318), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_source] = ACTIONS(2318), + [anon_sym_source_DASHenv] = ACTIONS(2318), + [anon_sym_register] = ACTIONS(2318), + [anon_sym_hide] = ACTIONS(2318), + [anon_sym_hide_DASHenv] = ACTIONS(2318), + [anon_sym_overlay] = ACTIONS(2318), + [anon_sym_as] = ACTIONS(2318), + [anon_sym_PLUS2] = ACTIONS(2318), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2318), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2318), + [aux_sym__val_number_decimal_token1] = ACTIONS(2318), + [aux_sym__val_number_decimal_token2] = ACTIONS(2318), + [aux_sym__val_number_decimal_token3] = ACTIONS(2318), + [aux_sym__val_number_decimal_token4] = ACTIONS(2318), + [aux_sym__val_number_token1] = ACTIONS(2318), + [aux_sym__val_number_token2] = ACTIONS(2318), + [aux_sym__val_number_token3] = ACTIONS(2318), + [aux_sym__val_number_token4] = ACTIONS(2318), + [aux_sym__val_number_token5] = ACTIONS(2318), + [aux_sym__val_number_token6] = ACTIONS(2318), + [anon_sym_LBRACK2] = ACTIONS(2320), + [anon_sym_DQUOTE] = ACTIONS(2318), + [sym__str_single_quotes] = ACTIONS(2318), + [sym__str_back_ticks] = ACTIONS(2318), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2318), + [sym__entry_separator] = ACTIONS(2322), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2322), + }, + [595] = { + [sym_comment] = STATE(595), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(974), + [aux_sym_cmd_identifier_token3] = ACTIONS(974), + [aux_sym_cmd_identifier_token4] = ACTIONS(974), + [aux_sym_cmd_identifier_token5] = ACTIONS(974), + [aux_sym_cmd_identifier_token6] = ACTIONS(974), + [aux_sym_cmd_identifier_token7] = ACTIONS(974), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(974), + [aux_sym_cmd_identifier_token11] = ACTIONS(974), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(974), + [aux_sym_cmd_identifier_token17] = ACTIONS(974), + [aux_sym_cmd_identifier_token18] = ACTIONS(974), + [aux_sym_cmd_identifier_token19] = ACTIONS(974), + [aux_sym_cmd_identifier_token20] = ACTIONS(974), + [aux_sym_cmd_identifier_token21] = ACTIONS(974), + [aux_sym_cmd_identifier_token22] = ACTIONS(974), + [aux_sym_cmd_identifier_token23] = ACTIONS(974), + [aux_sym_cmd_identifier_token24] = ACTIONS(974), + [aux_sym_cmd_identifier_token25] = ACTIONS(974), + [aux_sym_cmd_identifier_token26] = ACTIONS(974), + [aux_sym_cmd_identifier_token27] = ACTIONS(974), + [aux_sym_cmd_identifier_token28] = ACTIONS(974), + [aux_sym_cmd_identifier_token29] = ACTIONS(974), + [aux_sym_cmd_identifier_token30] = ACTIONS(974), + [aux_sym_cmd_identifier_token31] = ACTIONS(974), + [aux_sym_cmd_identifier_token32] = ACTIONS(974), + [aux_sym_cmd_identifier_token33] = ACTIONS(974), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(974), + [aux_sym_cmd_identifier_token36] = ACTIONS(974), + [aux_sym_cmd_identifier_token37] = ACTIONS(974), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(974), + [aux_sym_cmd_identifier_token40] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(974), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_try] = ACTIONS(972), + [anon_sym_catch] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_source] = ACTIONS(972), + [anon_sym_source_DASHenv] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_hide] = ACTIONS(972), + [anon_sym_hide_DASHenv] = ACTIONS(972), + [anon_sym_overlay] = ACTIONS(972), + [anon_sym_as] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(972), + [aux_sym__val_number_token5] = ACTIONS(972), + [aux_sym__val_number_token6] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(974), + }, + [596] = { + [sym_comment] = STATE(596), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(978), + [aux_sym_cmd_identifier_token3] = ACTIONS(978), + [aux_sym_cmd_identifier_token4] = ACTIONS(978), + [aux_sym_cmd_identifier_token5] = ACTIONS(978), + [aux_sym_cmd_identifier_token6] = ACTIONS(978), + [aux_sym_cmd_identifier_token7] = ACTIONS(978), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(978), + [aux_sym_cmd_identifier_token11] = ACTIONS(978), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(978), + [aux_sym_cmd_identifier_token17] = ACTIONS(978), + [aux_sym_cmd_identifier_token18] = ACTIONS(978), + [aux_sym_cmd_identifier_token19] = ACTIONS(978), + [aux_sym_cmd_identifier_token20] = ACTIONS(978), + [aux_sym_cmd_identifier_token21] = ACTIONS(978), + [aux_sym_cmd_identifier_token22] = ACTIONS(978), + [aux_sym_cmd_identifier_token23] = ACTIONS(978), + [aux_sym_cmd_identifier_token24] = ACTIONS(978), + [aux_sym_cmd_identifier_token25] = ACTIONS(978), + [aux_sym_cmd_identifier_token26] = ACTIONS(978), + [aux_sym_cmd_identifier_token27] = ACTIONS(978), + [aux_sym_cmd_identifier_token28] = ACTIONS(978), + [aux_sym_cmd_identifier_token29] = ACTIONS(978), + [aux_sym_cmd_identifier_token30] = ACTIONS(978), + [aux_sym_cmd_identifier_token31] = ACTIONS(978), + [aux_sym_cmd_identifier_token32] = ACTIONS(978), + [aux_sym_cmd_identifier_token33] = ACTIONS(978), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(978), + [aux_sym_cmd_identifier_token36] = ACTIONS(978), + [aux_sym_cmd_identifier_token37] = ACTIONS(978), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(978), + [aux_sym_cmd_identifier_token40] = ACTIONS(978), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(978), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), + [sym_raw_string_begin] = ACTIONS(978), }, - [633] = { - [sym_comment] = STATE(633), - [anon_sym_export] = ACTIONS(2170), - [anon_sym_alias] = ACTIONS(2170), - [anon_sym_let] = ACTIONS(2170), - [anon_sym_let_DASHenv] = ACTIONS(2170), - [anon_sym_mut] = ACTIONS(2170), - [anon_sym_const] = ACTIONS(2170), - [aux_sym_cmd_identifier_token1] = ACTIONS(2170), - [aux_sym_cmd_identifier_token2] = ACTIONS(2170), - [aux_sym_cmd_identifier_token3] = ACTIONS(2170), - [aux_sym_cmd_identifier_token4] = ACTIONS(2170), - [aux_sym_cmd_identifier_token5] = ACTIONS(2170), - [aux_sym_cmd_identifier_token6] = ACTIONS(2170), - [aux_sym_cmd_identifier_token7] = ACTIONS(2170), - [aux_sym_cmd_identifier_token8] = ACTIONS(2170), - [aux_sym_cmd_identifier_token9] = ACTIONS(2170), - [aux_sym_cmd_identifier_token10] = ACTIONS(2170), - [aux_sym_cmd_identifier_token11] = ACTIONS(2170), - [aux_sym_cmd_identifier_token12] = ACTIONS(2170), - [aux_sym_cmd_identifier_token13] = ACTIONS(2170), - [aux_sym_cmd_identifier_token14] = ACTIONS(2170), - [aux_sym_cmd_identifier_token15] = ACTIONS(2170), - [aux_sym_cmd_identifier_token16] = ACTIONS(2170), - [aux_sym_cmd_identifier_token17] = ACTIONS(2170), - [aux_sym_cmd_identifier_token18] = ACTIONS(2170), - [aux_sym_cmd_identifier_token19] = ACTIONS(2170), - [aux_sym_cmd_identifier_token20] = ACTIONS(2170), - [aux_sym_cmd_identifier_token21] = ACTIONS(2170), - [aux_sym_cmd_identifier_token22] = ACTIONS(2170), - [aux_sym_cmd_identifier_token23] = ACTIONS(2170), - [aux_sym_cmd_identifier_token24] = ACTIONS(2170), - [aux_sym_cmd_identifier_token25] = ACTIONS(2170), - [aux_sym_cmd_identifier_token26] = ACTIONS(2170), - [aux_sym_cmd_identifier_token27] = ACTIONS(2170), - [aux_sym_cmd_identifier_token28] = ACTIONS(2170), - [aux_sym_cmd_identifier_token29] = ACTIONS(2170), - [aux_sym_cmd_identifier_token30] = ACTIONS(2170), - [aux_sym_cmd_identifier_token31] = ACTIONS(2170), - [aux_sym_cmd_identifier_token32] = ACTIONS(2170), - [aux_sym_cmd_identifier_token33] = ACTIONS(2170), - [aux_sym_cmd_identifier_token34] = ACTIONS(2170), - [aux_sym_cmd_identifier_token35] = ACTIONS(2170), - [aux_sym_cmd_identifier_token36] = ACTIONS(2170), - [aux_sym_cmd_identifier_token37] = ACTIONS(2170), - [aux_sym_cmd_identifier_token38] = ACTIONS(2170), - [aux_sym_cmd_identifier_token39] = ACTIONS(2170), - [aux_sym_cmd_identifier_token40] = ACTIONS(2170), - [anon_sym_def] = ACTIONS(2170), - [anon_sym_export_DASHenv] = ACTIONS(2170), - [anon_sym_extern] = ACTIONS(2170), - [anon_sym_module] = ACTIONS(2170), - [anon_sym_use] = ACTIONS(2170), - [anon_sym_LPAREN] = ACTIONS(2170), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_error] = ACTIONS(2170), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_break] = ACTIONS(2170), - [anon_sym_continue] = ACTIONS(2170), - [anon_sym_for] = ACTIONS(2170), - [anon_sym_in2] = ACTIONS(2170), - [anon_sym_loop] = ACTIONS(2170), - [anon_sym_make] = ACTIONS(2170), - [anon_sym_while] = ACTIONS(2170), - [anon_sym_do] = ACTIONS(2170), - [anon_sym_if] = ACTIONS(2170), - [anon_sym_else] = ACTIONS(2170), - [anon_sym_match] = ACTIONS(2170), - [anon_sym_RBRACE] = ACTIONS(2170), - [anon_sym_try] = ACTIONS(2170), - [anon_sym_catch] = ACTIONS(2170), - [anon_sym_return] = ACTIONS(2170), - [anon_sym_source] = ACTIONS(2170), - [anon_sym_source_DASHenv] = ACTIONS(2170), - [anon_sym_register] = ACTIONS(2170), - [anon_sym_hide] = ACTIONS(2170), - [anon_sym_hide_DASHenv] = ACTIONS(2170), - [anon_sym_overlay] = ACTIONS(2170), - [anon_sym_as] = ACTIONS(2170), - [anon_sym_PLUS2] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2170), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2170), - [aux_sym__val_number_decimal_token3] = ACTIONS(2170), - [aux_sym__val_number_decimal_token4] = ACTIONS(2170), - [aux_sym__val_number_token1] = ACTIONS(2170), - [aux_sym__val_number_token2] = ACTIONS(2170), - [aux_sym__val_number_token3] = ACTIONS(2170), - [aux_sym__val_number_token4] = ACTIONS(2170), - [aux_sym__val_number_token5] = ACTIONS(2170), - [aux_sym__val_number_token6] = ACTIONS(2170), - [anon_sym_DQUOTE] = ACTIONS(2170), - [sym__str_single_quotes] = ACTIONS(2170), - [sym__str_back_ticks] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2170), - [sym__entry_separator] = ACTIONS(2172), + [597] = { + [sym_comment] = STATE(597), + [aux_sym__multiple_types_repeat1] = STATE(573), + [anon_sym_export] = ACTIONS(2324), + [anon_sym_alias] = ACTIONS(2324), + [anon_sym_let] = ACTIONS(2324), + [anon_sym_let_DASHenv] = ACTIONS(2324), + [anon_sym_mut] = ACTIONS(2324), + [anon_sym_const] = ACTIONS(2324), + [aux_sym_cmd_identifier_token1] = ACTIONS(2324), + [aux_sym_cmd_identifier_token2] = ACTIONS(2324), + [aux_sym_cmd_identifier_token3] = ACTIONS(2324), + [aux_sym_cmd_identifier_token4] = ACTIONS(2324), + [aux_sym_cmd_identifier_token5] = ACTIONS(2324), + [aux_sym_cmd_identifier_token6] = ACTIONS(2324), + [aux_sym_cmd_identifier_token7] = ACTIONS(2324), + [aux_sym_cmd_identifier_token8] = ACTIONS(2324), + [aux_sym_cmd_identifier_token9] = ACTIONS(2324), + [aux_sym_cmd_identifier_token10] = ACTIONS(2324), + [aux_sym_cmd_identifier_token11] = ACTIONS(2324), + [aux_sym_cmd_identifier_token12] = ACTIONS(2324), + [aux_sym_cmd_identifier_token13] = ACTIONS(2324), + [aux_sym_cmd_identifier_token14] = ACTIONS(2324), + [aux_sym_cmd_identifier_token15] = ACTIONS(2324), + [aux_sym_cmd_identifier_token16] = ACTIONS(2324), + [aux_sym_cmd_identifier_token17] = ACTIONS(2324), + [aux_sym_cmd_identifier_token18] = ACTIONS(2324), + [aux_sym_cmd_identifier_token19] = ACTIONS(2324), + [aux_sym_cmd_identifier_token20] = ACTIONS(2324), + [aux_sym_cmd_identifier_token21] = ACTIONS(2324), + [aux_sym_cmd_identifier_token22] = ACTIONS(2324), + [aux_sym_cmd_identifier_token23] = ACTIONS(2324), + [aux_sym_cmd_identifier_token24] = ACTIONS(2324), + [aux_sym_cmd_identifier_token25] = ACTIONS(2324), + [aux_sym_cmd_identifier_token26] = ACTIONS(2324), + [aux_sym_cmd_identifier_token27] = ACTIONS(2324), + [aux_sym_cmd_identifier_token28] = ACTIONS(2324), + [aux_sym_cmd_identifier_token29] = ACTIONS(2324), + [aux_sym_cmd_identifier_token30] = ACTIONS(2324), + [aux_sym_cmd_identifier_token31] = ACTIONS(2324), + [aux_sym_cmd_identifier_token32] = ACTIONS(2324), + [aux_sym_cmd_identifier_token33] = ACTIONS(2324), + [aux_sym_cmd_identifier_token34] = ACTIONS(2324), + [aux_sym_cmd_identifier_token35] = ACTIONS(2324), + [aux_sym_cmd_identifier_token36] = ACTIONS(2324), + [aux_sym_cmd_identifier_token37] = ACTIONS(2324), + [aux_sym_cmd_identifier_token38] = ACTIONS(2324), + [aux_sym_cmd_identifier_token39] = ACTIONS(2324), + [aux_sym_cmd_identifier_token40] = ACTIONS(2324), + [anon_sym_def] = ACTIONS(2324), + [anon_sym_export_DASHenv] = ACTIONS(2324), + [anon_sym_extern] = ACTIONS(2324), + [anon_sym_module] = ACTIONS(2324), + [anon_sym_use] = ACTIONS(2324), + [anon_sym_LPAREN] = ACTIONS(2324), + [anon_sym_DOLLAR] = ACTIONS(2324), + [anon_sym_error] = ACTIONS(2324), + [anon_sym_DASH2] = ACTIONS(2324), + [anon_sym_break] = ACTIONS(2324), + [anon_sym_continue] = ACTIONS(2324), + [anon_sym_for] = ACTIONS(2324), + [anon_sym_in2] = ACTIONS(2324), + [anon_sym_loop] = ACTIONS(2324), + [anon_sym_make] = ACTIONS(2324), + [anon_sym_while] = ACTIONS(2324), + [anon_sym_do] = ACTIONS(2324), + [anon_sym_if] = ACTIONS(2324), + [anon_sym_else] = ACTIONS(2324), + [anon_sym_match] = ACTIONS(2324), + [anon_sym_RBRACE] = ACTIONS(2326), + [anon_sym_try] = ACTIONS(2324), + [anon_sym_catch] = ACTIONS(2324), + [anon_sym_return] = ACTIONS(2324), + [anon_sym_source] = ACTIONS(2324), + [anon_sym_source_DASHenv] = ACTIONS(2324), + [anon_sym_register] = ACTIONS(2324), + [anon_sym_hide] = ACTIONS(2324), + [anon_sym_hide_DASHenv] = ACTIONS(2324), + [anon_sym_overlay] = ACTIONS(2324), + [anon_sym_as] = ACTIONS(2324), + [anon_sym_PLUS2] = ACTIONS(2324), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2324), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2324), + [aux_sym__val_number_decimal_token1] = ACTIONS(2324), + [aux_sym__val_number_decimal_token2] = ACTIONS(2324), + [aux_sym__val_number_decimal_token3] = ACTIONS(2324), + [aux_sym__val_number_decimal_token4] = ACTIONS(2324), + [aux_sym__val_number_token1] = ACTIONS(2324), + [aux_sym__val_number_token2] = ACTIONS(2324), + [aux_sym__val_number_token3] = ACTIONS(2324), + [aux_sym__val_number_token4] = ACTIONS(2324), + [aux_sym__val_number_token5] = ACTIONS(2324), + [aux_sym__val_number_token6] = ACTIONS(2324), + [anon_sym_DQUOTE] = ACTIONS(2324), + [sym__str_single_quotes] = ACTIONS(2324), + [sym__str_back_ticks] = ACTIONS(2324), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2324), + [sym__entry_separator] = ACTIONS(2298), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2172), + [sym_raw_string_begin] = ACTIONS(2328), }, - [634] = { - [sym_comment] = STATE(634), - [anon_sym_export] = ACTIONS(2174), - [anon_sym_alias] = ACTIONS(2174), - [anon_sym_let] = ACTIONS(2174), - [anon_sym_let_DASHenv] = ACTIONS(2174), - [anon_sym_mut] = ACTIONS(2174), - [anon_sym_const] = ACTIONS(2174), - [aux_sym_cmd_identifier_token1] = ACTIONS(2174), - [aux_sym_cmd_identifier_token2] = ACTIONS(2174), - [aux_sym_cmd_identifier_token3] = ACTIONS(2174), - [aux_sym_cmd_identifier_token4] = ACTIONS(2174), - [aux_sym_cmd_identifier_token5] = ACTIONS(2174), - [aux_sym_cmd_identifier_token6] = ACTIONS(2174), - [aux_sym_cmd_identifier_token7] = ACTIONS(2174), - [aux_sym_cmd_identifier_token8] = ACTIONS(2174), - [aux_sym_cmd_identifier_token9] = ACTIONS(2174), - [aux_sym_cmd_identifier_token10] = ACTIONS(2174), - [aux_sym_cmd_identifier_token11] = ACTIONS(2174), - [aux_sym_cmd_identifier_token12] = ACTIONS(2174), - [aux_sym_cmd_identifier_token13] = ACTIONS(2174), - [aux_sym_cmd_identifier_token14] = ACTIONS(2174), - [aux_sym_cmd_identifier_token15] = ACTIONS(2174), - [aux_sym_cmd_identifier_token16] = ACTIONS(2174), - [aux_sym_cmd_identifier_token17] = ACTIONS(2174), - [aux_sym_cmd_identifier_token18] = ACTIONS(2174), - [aux_sym_cmd_identifier_token19] = ACTIONS(2174), - [aux_sym_cmd_identifier_token20] = ACTIONS(2174), - [aux_sym_cmd_identifier_token21] = ACTIONS(2174), - [aux_sym_cmd_identifier_token22] = ACTIONS(2174), - [aux_sym_cmd_identifier_token23] = ACTIONS(2174), - [aux_sym_cmd_identifier_token24] = ACTIONS(2174), - [aux_sym_cmd_identifier_token25] = ACTIONS(2174), - [aux_sym_cmd_identifier_token26] = ACTIONS(2174), - [aux_sym_cmd_identifier_token27] = ACTIONS(2174), - [aux_sym_cmd_identifier_token28] = ACTIONS(2174), - [aux_sym_cmd_identifier_token29] = ACTIONS(2174), - [aux_sym_cmd_identifier_token30] = ACTIONS(2174), - [aux_sym_cmd_identifier_token31] = ACTIONS(2174), - [aux_sym_cmd_identifier_token32] = ACTIONS(2174), - [aux_sym_cmd_identifier_token33] = ACTIONS(2174), - [aux_sym_cmd_identifier_token34] = ACTIONS(2174), - [aux_sym_cmd_identifier_token35] = ACTIONS(2174), - [aux_sym_cmd_identifier_token36] = ACTIONS(2174), - [aux_sym_cmd_identifier_token37] = ACTIONS(2174), - [aux_sym_cmd_identifier_token38] = ACTIONS(2174), - [aux_sym_cmd_identifier_token39] = ACTIONS(2174), - [aux_sym_cmd_identifier_token40] = ACTIONS(2174), - [anon_sym_def] = ACTIONS(2174), - [anon_sym_export_DASHenv] = ACTIONS(2174), - [anon_sym_extern] = ACTIONS(2174), - [anon_sym_module] = ACTIONS(2174), - [anon_sym_use] = ACTIONS(2174), - [anon_sym_LPAREN] = ACTIONS(2174), - [anon_sym_DOLLAR] = ACTIONS(2174), - [anon_sym_error] = ACTIONS(2174), - [anon_sym_DASH2] = ACTIONS(2174), - [anon_sym_break] = ACTIONS(2174), - [anon_sym_continue] = ACTIONS(2174), - [anon_sym_for] = ACTIONS(2174), - [anon_sym_in2] = ACTIONS(2174), - [anon_sym_loop] = ACTIONS(2174), - [anon_sym_make] = ACTIONS(2174), - [anon_sym_while] = ACTIONS(2174), - [anon_sym_do] = ACTIONS(2174), - [anon_sym_if] = ACTIONS(2174), - [anon_sym_else] = ACTIONS(2174), - [anon_sym_match] = ACTIONS(2174), - [anon_sym_RBRACE] = ACTIONS(2174), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_catch] = ACTIONS(2174), - [anon_sym_return] = ACTIONS(2174), - [anon_sym_source] = ACTIONS(2174), - [anon_sym_source_DASHenv] = ACTIONS(2174), - [anon_sym_register] = ACTIONS(2174), - [anon_sym_hide] = ACTIONS(2174), - [anon_sym_hide_DASHenv] = ACTIONS(2174), - [anon_sym_overlay] = ACTIONS(2174), - [anon_sym_as] = ACTIONS(2174), - [anon_sym_PLUS2] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2174), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), - [aux_sym__val_number_decimal_token2] = ACTIONS(2174), - [aux_sym__val_number_decimal_token3] = ACTIONS(2174), - [aux_sym__val_number_decimal_token4] = ACTIONS(2174), - [aux_sym__val_number_token1] = ACTIONS(2174), - [aux_sym__val_number_token2] = ACTIONS(2174), - [aux_sym__val_number_token3] = ACTIONS(2174), - [aux_sym__val_number_token4] = ACTIONS(2174), - [aux_sym__val_number_token5] = ACTIONS(2174), - [aux_sym__val_number_token6] = ACTIONS(2174), - [anon_sym_DQUOTE] = ACTIONS(2174), - [sym__str_single_quotes] = ACTIONS(2174), - [sym__str_back_ticks] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2174), - [sym__entry_separator] = ACTIONS(2176), + [598] = { + [sym_comment] = STATE(598), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT] = ACTIONS(2330), + [aux_sym__immediate_decimal_token2] = ACTIONS(2332), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [599] = { + [sym_comment] = STATE(599), + [anon_sym_export] = ACTIONS(2237), + [anon_sym_alias] = ACTIONS(2237), + [anon_sym_let] = ACTIONS(2237), + [anon_sym_let_DASHenv] = ACTIONS(2237), + [anon_sym_mut] = ACTIONS(2237), + [anon_sym_const] = ACTIONS(2237), + [aux_sym_cmd_identifier_token1] = ACTIONS(2237), + [aux_sym_cmd_identifier_token2] = ACTIONS(2237), + [aux_sym_cmd_identifier_token3] = ACTIONS(2237), + [aux_sym_cmd_identifier_token4] = ACTIONS(2237), + [aux_sym_cmd_identifier_token5] = ACTIONS(2237), + [aux_sym_cmd_identifier_token6] = ACTIONS(2237), + [aux_sym_cmd_identifier_token7] = ACTIONS(2237), + [aux_sym_cmd_identifier_token8] = ACTIONS(2237), + [aux_sym_cmd_identifier_token9] = ACTIONS(2237), + [aux_sym_cmd_identifier_token10] = ACTIONS(2237), + [aux_sym_cmd_identifier_token11] = ACTIONS(2237), + [aux_sym_cmd_identifier_token12] = ACTIONS(2237), + [aux_sym_cmd_identifier_token13] = ACTIONS(2237), + [aux_sym_cmd_identifier_token14] = ACTIONS(2237), + [aux_sym_cmd_identifier_token15] = ACTIONS(2237), + [aux_sym_cmd_identifier_token16] = ACTIONS(2237), + [aux_sym_cmd_identifier_token17] = ACTIONS(2237), + [aux_sym_cmd_identifier_token18] = ACTIONS(2237), + [aux_sym_cmd_identifier_token19] = ACTIONS(2237), + [aux_sym_cmd_identifier_token20] = ACTIONS(2237), + [aux_sym_cmd_identifier_token21] = ACTIONS(2237), + [aux_sym_cmd_identifier_token22] = ACTIONS(2237), + [aux_sym_cmd_identifier_token23] = ACTIONS(2237), + [aux_sym_cmd_identifier_token24] = ACTIONS(2237), + [aux_sym_cmd_identifier_token25] = ACTIONS(2237), + [aux_sym_cmd_identifier_token26] = ACTIONS(2237), + [aux_sym_cmd_identifier_token27] = ACTIONS(2237), + [aux_sym_cmd_identifier_token28] = ACTIONS(2237), + [aux_sym_cmd_identifier_token29] = ACTIONS(2237), + [aux_sym_cmd_identifier_token30] = ACTIONS(2237), + [aux_sym_cmd_identifier_token31] = ACTIONS(2237), + [aux_sym_cmd_identifier_token32] = ACTIONS(2237), + [aux_sym_cmd_identifier_token33] = ACTIONS(2237), + [aux_sym_cmd_identifier_token34] = ACTIONS(2237), + [aux_sym_cmd_identifier_token35] = ACTIONS(2237), + [aux_sym_cmd_identifier_token36] = ACTIONS(2237), + [aux_sym_cmd_identifier_token37] = ACTIONS(2237), + [aux_sym_cmd_identifier_token38] = ACTIONS(2237), + [aux_sym_cmd_identifier_token39] = ACTIONS(2237), + [aux_sym_cmd_identifier_token40] = ACTIONS(2237), + [anon_sym_def] = ACTIONS(2237), + [anon_sym_export_DASHenv] = ACTIONS(2237), + [anon_sym_extern] = ACTIONS(2237), + [anon_sym_module] = ACTIONS(2237), + [anon_sym_use] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2237), + [anon_sym_error] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_break] = ACTIONS(2237), + [anon_sym_continue] = ACTIONS(2237), + [anon_sym_for] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_loop] = ACTIONS(2237), + [anon_sym_make] = ACTIONS(2237), + [anon_sym_while] = ACTIONS(2237), + [anon_sym_do] = ACTIONS(2237), + [anon_sym_if] = ACTIONS(2237), + [anon_sym_else] = ACTIONS(2237), + [anon_sym_match] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2241), + [anon_sym_try] = ACTIONS(2237), + [anon_sym_catch] = ACTIONS(2237), + [anon_sym_return] = ACTIONS(2237), + [anon_sym_source] = ACTIONS(2237), + [anon_sym_source_DASHenv] = ACTIONS(2237), + [anon_sym_register] = ACTIONS(2237), + [anon_sym_hide] = ACTIONS(2237), + [anon_sym_hide_DASHenv] = ACTIONS(2237), + [anon_sym_overlay] = ACTIONS(2237), + [anon_sym_as] = ACTIONS(2237), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2241), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2237), + [aux_sym__val_number_decimal_token1] = ACTIONS(2237), + [aux_sym__val_number_decimal_token2] = ACTIONS(2237), + [aux_sym__val_number_decimal_token3] = ACTIONS(2237), + [aux_sym__val_number_decimal_token4] = ACTIONS(2237), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2237), + [aux_sym__val_number_token5] = ACTIONS(2237), + [aux_sym__val_number_token6] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2241), + [sym__str_single_quotes] = ACTIONS(2241), + [sym__str_back_ticks] = ACTIONS(2241), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2241), + [aux_sym__unquoted_in_record_token4] = ACTIONS(2243), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2176), + [sym_raw_string_begin] = ACTIONS(2241), }, - [635] = { - [sym_comment] = STATE(635), - [anon_sym_export] = ACTIONS(1018), - [anon_sym_alias] = ACTIONS(1018), - [anon_sym_let] = ACTIONS(1018), - [anon_sym_let_DASHenv] = ACTIONS(1018), - [anon_sym_mut] = ACTIONS(1018), - [anon_sym_const] = ACTIONS(1018), - [aux_sym_cmd_identifier_token1] = ACTIONS(1018), - [aux_sym_cmd_identifier_token2] = ACTIONS(1018), - [aux_sym_cmd_identifier_token3] = ACTIONS(1018), - [aux_sym_cmd_identifier_token4] = ACTIONS(1018), - [aux_sym_cmd_identifier_token5] = ACTIONS(1018), - [aux_sym_cmd_identifier_token6] = ACTIONS(1018), - [aux_sym_cmd_identifier_token7] = ACTIONS(1018), - [aux_sym_cmd_identifier_token8] = ACTIONS(1018), - [aux_sym_cmd_identifier_token9] = ACTIONS(1018), - [aux_sym_cmd_identifier_token10] = ACTIONS(1018), - [aux_sym_cmd_identifier_token11] = ACTIONS(1018), - [aux_sym_cmd_identifier_token12] = ACTIONS(1018), - [aux_sym_cmd_identifier_token13] = ACTIONS(1018), - [aux_sym_cmd_identifier_token14] = ACTIONS(1018), - [aux_sym_cmd_identifier_token15] = ACTIONS(1018), - [aux_sym_cmd_identifier_token16] = ACTIONS(1018), - [aux_sym_cmd_identifier_token17] = ACTIONS(1018), - [aux_sym_cmd_identifier_token18] = ACTIONS(1018), - [aux_sym_cmd_identifier_token19] = ACTIONS(1018), - [aux_sym_cmd_identifier_token20] = ACTIONS(1018), - [aux_sym_cmd_identifier_token21] = ACTIONS(1018), - [aux_sym_cmd_identifier_token22] = ACTIONS(1018), - [aux_sym_cmd_identifier_token23] = ACTIONS(1018), - [aux_sym_cmd_identifier_token24] = ACTIONS(1018), - [aux_sym_cmd_identifier_token25] = ACTIONS(1018), - [aux_sym_cmd_identifier_token26] = ACTIONS(1018), - [aux_sym_cmd_identifier_token27] = ACTIONS(1018), - [aux_sym_cmd_identifier_token28] = ACTIONS(1018), - [aux_sym_cmd_identifier_token29] = ACTIONS(1018), - [aux_sym_cmd_identifier_token30] = ACTIONS(1018), - [aux_sym_cmd_identifier_token31] = ACTIONS(1018), - [aux_sym_cmd_identifier_token32] = ACTIONS(1018), - [aux_sym_cmd_identifier_token33] = ACTIONS(1018), - [aux_sym_cmd_identifier_token34] = ACTIONS(1018), - [aux_sym_cmd_identifier_token35] = ACTIONS(1018), - [aux_sym_cmd_identifier_token36] = ACTIONS(1018), - [aux_sym_cmd_identifier_token37] = ACTIONS(1018), - [aux_sym_cmd_identifier_token38] = ACTIONS(1018), - [aux_sym_cmd_identifier_token39] = ACTIONS(1018), - [aux_sym_cmd_identifier_token40] = ACTIONS(1018), - [anon_sym_def] = ACTIONS(1018), - [anon_sym_export_DASHenv] = ACTIONS(1018), - [anon_sym_extern] = ACTIONS(1018), - [anon_sym_module] = ACTIONS(1018), - [anon_sym_use] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1018), - [anon_sym_DOLLAR] = ACTIONS(1018), - [anon_sym_error] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_break] = ACTIONS(1018), - [anon_sym_continue] = ACTIONS(1018), - [anon_sym_for] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1018), - [anon_sym_loop] = ACTIONS(1018), - [anon_sym_make] = ACTIONS(1018), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_do] = ACTIONS(1018), - [anon_sym_if] = ACTIONS(1018), - [anon_sym_else] = ACTIONS(1018), - [anon_sym_match] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1018), - [anon_sym_try] = ACTIONS(1018), - [anon_sym_catch] = ACTIONS(1018), - [anon_sym_return] = ACTIONS(1018), - [anon_sym_source] = ACTIONS(1018), - [anon_sym_source_DASHenv] = ACTIONS(1018), - [anon_sym_register] = ACTIONS(1018), - [anon_sym_hide] = ACTIONS(1018), - [anon_sym_hide_DASHenv] = ACTIONS(1018), - [anon_sym_overlay] = ACTIONS(1018), - [anon_sym_as] = ACTIONS(1018), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1018), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1018), - [aux_sym__val_number_decimal_token3] = ACTIONS(1018), - [aux_sym__val_number_decimal_token4] = ACTIONS(1018), - [aux_sym__val_number_token1] = ACTIONS(1018), - [aux_sym__val_number_token2] = ACTIONS(1018), - [aux_sym__val_number_token3] = ACTIONS(1018), - [aux_sym__val_number_token4] = ACTIONS(1018), - [aux_sym__val_number_token5] = ACTIONS(1018), - [aux_sym__val_number_token6] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1018), - [sym__str_single_quotes] = ACTIONS(1018), - [sym__str_back_ticks] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1018), - [sym__entry_separator] = ACTIONS(1020), + [600] = { + [sym_comment] = STATE(600), + [anon_sym_export] = ACTIONS(1985), + [anon_sym_alias] = ACTIONS(1985), + [anon_sym_let] = ACTIONS(1985), + [anon_sym_let_DASHenv] = ACTIONS(1985), + [anon_sym_mut] = ACTIONS(1985), + [anon_sym_const] = ACTIONS(1985), + [aux_sym_cmd_identifier_token1] = ACTIONS(1985), + [aux_sym_cmd_identifier_token2] = ACTIONS(1985), + [aux_sym_cmd_identifier_token3] = ACTIONS(1985), + [aux_sym_cmd_identifier_token4] = ACTIONS(1985), + [aux_sym_cmd_identifier_token5] = ACTIONS(1985), + [aux_sym_cmd_identifier_token6] = ACTIONS(1985), + [aux_sym_cmd_identifier_token7] = ACTIONS(1985), + [aux_sym_cmd_identifier_token8] = ACTIONS(1985), + [aux_sym_cmd_identifier_token9] = ACTIONS(1985), + [aux_sym_cmd_identifier_token10] = ACTIONS(1985), + [aux_sym_cmd_identifier_token11] = ACTIONS(1985), + [aux_sym_cmd_identifier_token12] = ACTIONS(1985), + [aux_sym_cmd_identifier_token13] = ACTIONS(1985), + [aux_sym_cmd_identifier_token14] = ACTIONS(1985), + [aux_sym_cmd_identifier_token15] = ACTIONS(1985), + [aux_sym_cmd_identifier_token16] = ACTIONS(1985), + [aux_sym_cmd_identifier_token17] = ACTIONS(1985), + [aux_sym_cmd_identifier_token18] = ACTIONS(1985), + [aux_sym_cmd_identifier_token19] = ACTIONS(1985), + [aux_sym_cmd_identifier_token20] = ACTIONS(1985), + [aux_sym_cmd_identifier_token21] = ACTIONS(1985), + [aux_sym_cmd_identifier_token22] = ACTIONS(1985), + [aux_sym_cmd_identifier_token23] = ACTIONS(1985), + [aux_sym_cmd_identifier_token24] = ACTIONS(1985), + [aux_sym_cmd_identifier_token25] = ACTIONS(1985), + [aux_sym_cmd_identifier_token26] = ACTIONS(1985), + [aux_sym_cmd_identifier_token27] = ACTIONS(1985), + [aux_sym_cmd_identifier_token28] = ACTIONS(1985), + [aux_sym_cmd_identifier_token29] = ACTIONS(1985), + [aux_sym_cmd_identifier_token30] = ACTIONS(1985), + [aux_sym_cmd_identifier_token31] = ACTIONS(1985), + [aux_sym_cmd_identifier_token32] = ACTIONS(1985), + [aux_sym_cmd_identifier_token33] = ACTIONS(1985), + [aux_sym_cmd_identifier_token34] = ACTIONS(1985), + [aux_sym_cmd_identifier_token35] = ACTIONS(1985), + [aux_sym_cmd_identifier_token36] = ACTIONS(1985), + [aux_sym_cmd_identifier_token37] = ACTIONS(1985), + [aux_sym_cmd_identifier_token38] = ACTIONS(1985), + [aux_sym_cmd_identifier_token39] = ACTIONS(1985), + [aux_sym_cmd_identifier_token40] = ACTIONS(1985), + [anon_sym_def] = ACTIONS(1985), + [anon_sym_export_DASHenv] = ACTIONS(1985), + [anon_sym_extern] = ACTIONS(1985), + [anon_sym_module] = ACTIONS(1985), + [anon_sym_use] = ACTIONS(1985), + [anon_sym_LPAREN] = ACTIONS(1985), + [anon_sym_DOLLAR] = ACTIONS(1985), + [anon_sym_error] = ACTIONS(1985), + [anon_sym_DASH2] = ACTIONS(1985), + [anon_sym_break] = ACTIONS(1985), + [anon_sym_continue] = ACTIONS(1985), + [anon_sym_for] = ACTIONS(1985), + [anon_sym_in2] = ACTIONS(1985), + [anon_sym_loop] = ACTIONS(1985), + [anon_sym_make] = ACTIONS(1985), + [anon_sym_while] = ACTIONS(1985), + [anon_sym_do] = ACTIONS(1985), + [anon_sym_if] = ACTIONS(1985), + [anon_sym_else] = ACTIONS(1985), + [anon_sym_match] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_try] = ACTIONS(1985), + [anon_sym_catch] = ACTIONS(1985), + [anon_sym_return] = ACTIONS(1985), + [anon_sym_source] = ACTIONS(1985), + [anon_sym_source_DASHenv] = ACTIONS(1985), + [anon_sym_register] = ACTIONS(1985), + [anon_sym_hide] = ACTIONS(1985), + [anon_sym_hide_DASHenv] = ACTIONS(1985), + [anon_sym_overlay] = ACTIONS(1985), + [anon_sym_as] = ACTIONS(1985), + [anon_sym_PLUS2] = ACTIONS(1985), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1985), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1985), + [aux_sym__val_number_decimal_token1] = ACTIONS(1985), + [aux_sym__val_number_decimal_token2] = ACTIONS(1985), + [aux_sym__val_number_decimal_token3] = ACTIONS(1985), + [aux_sym__val_number_decimal_token4] = ACTIONS(1985), + [aux_sym__val_number_token1] = ACTIONS(1985), + [aux_sym__val_number_token2] = ACTIONS(1985), + [aux_sym__val_number_token3] = ACTIONS(1985), + [aux_sym__val_number_token4] = ACTIONS(1985), + [aux_sym__val_number_token5] = ACTIONS(1985), + [aux_sym__val_number_token6] = ACTIONS(1985), + [anon_sym_DQUOTE] = ACTIONS(1985), + [sym__str_single_quotes] = ACTIONS(1985), + [sym__str_back_ticks] = ACTIONS(1985), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1985), + [sym__entry_separator] = ACTIONS(1987), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1020), + [sym_raw_string_begin] = ACTIONS(1987), }, - [636] = { - [sym_comment] = STATE(636), + [601] = { + [sym_comment] = STATE(601), + [aux_sym_shebang_repeat1] = STATE(601), + [anon_sym_export] = ACTIONS(1274), + [anon_sym_alias] = ACTIONS(1274), + [anon_sym_let] = ACTIONS(1274), + [anon_sym_let_DASHenv] = ACTIONS(1274), + [anon_sym_mut] = ACTIONS(1274), + [anon_sym_const] = ACTIONS(1274), + [aux_sym_cmd_identifier_token1] = ACTIONS(1274), + [aux_sym_cmd_identifier_token2] = ACTIONS(1276), + [aux_sym_cmd_identifier_token3] = ACTIONS(1276), + [aux_sym_cmd_identifier_token4] = ACTIONS(1276), + [aux_sym_cmd_identifier_token5] = ACTIONS(1276), + [aux_sym_cmd_identifier_token6] = ACTIONS(1276), + [aux_sym_cmd_identifier_token7] = ACTIONS(1276), + [aux_sym_cmd_identifier_token8] = ACTIONS(1274), + [aux_sym_cmd_identifier_token9] = ACTIONS(1274), + [aux_sym_cmd_identifier_token10] = ACTIONS(1276), + [aux_sym_cmd_identifier_token11] = ACTIONS(1276), + [aux_sym_cmd_identifier_token12] = ACTIONS(1274), + [aux_sym_cmd_identifier_token13] = ACTIONS(1274), + [aux_sym_cmd_identifier_token14] = ACTIONS(1274), + [aux_sym_cmd_identifier_token15] = ACTIONS(1274), + [aux_sym_cmd_identifier_token16] = ACTIONS(1276), + [aux_sym_cmd_identifier_token17] = ACTIONS(1276), + [aux_sym_cmd_identifier_token18] = ACTIONS(1276), + [aux_sym_cmd_identifier_token19] = ACTIONS(1276), + [aux_sym_cmd_identifier_token20] = ACTIONS(1276), + [aux_sym_cmd_identifier_token21] = ACTIONS(1276), + [aux_sym_cmd_identifier_token22] = ACTIONS(1276), + [aux_sym_cmd_identifier_token23] = ACTIONS(1276), + [aux_sym_cmd_identifier_token24] = ACTIONS(1276), + [aux_sym_cmd_identifier_token25] = ACTIONS(1276), + [aux_sym_cmd_identifier_token26] = ACTIONS(1276), + [aux_sym_cmd_identifier_token27] = ACTIONS(1276), + [aux_sym_cmd_identifier_token28] = ACTIONS(1276), + [aux_sym_cmd_identifier_token29] = ACTIONS(1276), + [aux_sym_cmd_identifier_token30] = ACTIONS(1276), + [aux_sym_cmd_identifier_token31] = ACTIONS(1276), + [aux_sym_cmd_identifier_token32] = ACTIONS(1276), + [aux_sym_cmd_identifier_token33] = ACTIONS(1276), + [aux_sym_cmd_identifier_token34] = ACTIONS(1274), + [aux_sym_cmd_identifier_token35] = ACTIONS(1276), + [aux_sym_cmd_identifier_token36] = ACTIONS(1276), + [aux_sym_cmd_identifier_token37] = ACTIONS(1276), + [aux_sym_cmd_identifier_token38] = ACTIONS(1274), + [aux_sym_cmd_identifier_token39] = ACTIONS(1276), + [aux_sym_cmd_identifier_token40] = ACTIONS(1276), + [sym__newline] = ACTIONS(2334), + [anon_sym_def] = ACTIONS(1274), + [anon_sym_export_DASHenv] = ACTIONS(1274), + [anon_sym_extern] = ACTIONS(1274), + [anon_sym_module] = ACTIONS(1274), + [anon_sym_use] = ACTIONS(1274), + [anon_sym_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1276), + [anon_sym_error] = ACTIONS(1274), + [anon_sym_DASH2] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_in2] = ACTIONS(1274), + [anon_sym_loop] = ACTIONS(1274), + [anon_sym_make] = ACTIONS(1274), + [anon_sym_while] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_else] = ACTIONS(1274), + [anon_sym_match] = ACTIONS(1274), + [anon_sym_try] = ACTIONS(1274), + [anon_sym_catch] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_source] = ACTIONS(1274), + [anon_sym_source_DASHenv] = ACTIONS(1274), + [anon_sym_register] = ACTIONS(1274), + [anon_sym_hide] = ACTIONS(1274), + [anon_sym_hide_DASHenv] = ACTIONS(1274), + [anon_sym_overlay] = ACTIONS(1274), + [anon_sym_as] = ACTIONS(1274), + [anon_sym_PLUS2] = ACTIONS(1274), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1276), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1276), + [aux_sym__val_number_decimal_token1] = ACTIONS(1274), + [aux_sym__val_number_decimal_token2] = ACTIONS(1276), + [aux_sym__val_number_decimal_token3] = ACTIONS(1276), + [aux_sym__val_number_decimal_token4] = ACTIONS(1276), + [aux_sym__val_number_token1] = ACTIONS(1276), + [aux_sym__val_number_token2] = ACTIONS(1276), + [aux_sym__val_number_token3] = ACTIONS(1276), + [aux_sym__val_number_token4] = ACTIONS(1274), + [aux_sym__val_number_token5] = ACTIONS(1274), + [aux_sym__val_number_token6] = ACTIONS(1274), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym__str_single_quotes] = ACTIONS(1276), + [sym__str_back_ticks] = ACTIONS(1276), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1276), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1276), + }, + [602] = { + [sym_comment] = STATE(602), [anon_sym_export] = ACTIONS(1004), [anon_sym_alias] = ACTIONS(1004), [anon_sym_let] = ACTIONS(1004), @@ -148475,2708 +145104,4708 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1000), }, - [637] = { - [sym_comment] = STATE(637), - [anon_sym_export] = ACTIONS(2115), - [anon_sym_alias] = ACTIONS(2115), - [anon_sym_let] = ACTIONS(2115), - [anon_sym_let_DASHenv] = ACTIONS(2115), - [anon_sym_mut] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(2115), - [aux_sym_cmd_identifier_token1] = ACTIONS(2115), - [aux_sym_cmd_identifier_token2] = ACTIONS(2115), - [aux_sym_cmd_identifier_token3] = ACTIONS(2115), - [aux_sym_cmd_identifier_token4] = ACTIONS(2115), - [aux_sym_cmd_identifier_token5] = ACTIONS(2115), - [aux_sym_cmd_identifier_token6] = ACTIONS(2115), - [aux_sym_cmd_identifier_token7] = ACTIONS(2115), - [aux_sym_cmd_identifier_token8] = ACTIONS(2115), - [aux_sym_cmd_identifier_token9] = ACTIONS(2115), - [aux_sym_cmd_identifier_token10] = ACTIONS(2115), - [aux_sym_cmd_identifier_token11] = ACTIONS(2115), - [aux_sym_cmd_identifier_token12] = ACTIONS(2115), - [aux_sym_cmd_identifier_token13] = ACTIONS(2115), - [aux_sym_cmd_identifier_token14] = ACTIONS(2115), - [aux_sym_cmd_identifier_token15] = ACTIONS(2115), - [aux_sym_cmd_identifier_token16] = ACTIONS(2115), - [aux_sym_cmd_identifier_token17] = ACTIONS(2115), - [aux_sym_cmd_identifier_token18] = ACTIONS(2115), - [aux_sym_cmd_identifier_token19] = ACTIONS(2115), - [aux_sym_cmd_identifier_token20] = ACTIONS(2115), - [aux_sym_cmd_identifier_token21] = ACTIONS(2115), - [aux_sym_cmd_identifier_token22] = ACTIONS(2115), - [aux_sym_cmd_identifier_token23] = ACTIONS(2115), - [aux_sym_cmd_identifier_token24] = ACTIONS(2115), - [aux_sym_cmd_identifier_token25] = ACTIONS(2115), - [aux_sym_cmd_identifier_token26] = ACTIONS(2115), - [aux_sym_cmd_identifier_token27] = ACTIONS(2115), - [aux_sym_cmd_identifier_token28] = ACTIONS(2115), - [aux_sym_cmd_identifier_token29] = ACTIONS(2115), - [aux_sym_cmd_identifier_token30] = ACTIONS(2115), - [aux_sym_cmd_identifier_token31] = ACTIONS(2115), - [aux_sym_cmd_identifier_token32] = ACTIONS(2115), - [aux_sym_cmd_identifier_token33] = ACTIONS(2115), - [aux_sym_cmd_identifier_token34] = ACTIONS(2115), - [aux_sym_cmd_identifier_token35] = ACTIONS(2115), - [aux_sym_cmd_identifier_token36] = ACTIONS(2115), - [aux_sym_cmd_identifier_token37] = ACTIONS(2115), - [aux_sym_cmd_identifier_token38] = ACTIONS(2115), - [aux_sym_cmd_identifier_token39] = ACTIONS(2115), - [aux_sym_cmd_identifier_token40] = ACTIONS(2115), - [anon_sym_def] = ACTIONS(2115), - [anon_sym_export_DASHenv] = ACTIONS(2115), - [anon_sym_extern] = ACTIONS(2115), - [anon_sym_module] = ACTIONS(2115), - [anon_sym_use] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2115), - [anon_sym_DOLLAR] = ACTIONS(2115), - [anon_sym_error] = ACTIONS(2115), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_break] = ACTIONS(2115), - [anon_sym_continue] = ACTIONS(2115), - [anon_sym_for] = ACTIONS(2115), - [anon_sym_in2] = ACTIONS(2115), - [anon_sym_loop] = ACTIONS(2115), - [anon_sym_make] = ACTIONS(2115), - [anon_sym_while] = ACTIONS(2115), - [anon_sym_do] = ACTIONS(2115), - [anon_sym_if] = ACTIONS(2115), - [anon_sym_else] = ACTIONS(2115), - [anon_sym_match] = ACTIONS(2115), - [anon_sym_RBRACE] = ACTIONS(2115), - [anon_sym_try] = ACTIONS(2115), - [anon_sym_catch] = ACTIONS(2115), - [anon_sym_return] = ACTIONS(2115), - [anon_sym_source] = ACTIONS(2115), - [anon_sym_source_DASHenv] = ACTIONS(2115), - [anon_sym_register] = ACTIONS(2115), - [anon_sym_hide] = ACTIONS(2115), - [anon_sym_hide_DASHenv] = ACTIONS(2115), - [anon_sym_overlay] = ACTIONS(2115), - [anon_sym_as] = ACTIONS(2115), - [anon_sym_PLUS2] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2115), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2115), - [aux_sym__val_number_decimal_token3] = ACTIONS(2115), - [aux_sym__val_number_decimal_token4] = ACTIONS(2115), - [aux_sym__val_number_token1] = ACTIONS(2115), - [aux_sym__val_number_token2] = ACTIONS(2115), - [aux_sym__val_number_token3] = ACTIONS(2115), - [aux_sym__val_number_token4] = ACTIONS(2115), - [aux_sym__val_number_token5] = ACTIONS(2115), - [aux_sym__val_number_token6] = ACTIONS(2115), - [anon_sym_DQUOTE] = ACTIONS(2115), - [sym__str_single_quotes] = ACTIONS(2115), - [sym__str_back_ticks] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2115), - [sym__entry_separator] = ACTIONS(2121), + [603] = { + [sym_comment] = STATE(603), + [anon_sym_export] = ACTIONS(2170), + [anon_sym_alias] = ACTIONS(2170), + [anon_sym_let] = ACTIONS(2170), + [anon_sym_let_DASHenv] = ACTIONS(2170), + [anon_sym_mut] = ACTIONS(2170), + [anon_sym_const] = ACTIONS(2170), + [aux_sym_cmd_identifier_token1] = ACTIONS(2170), + [aux_sym_cmd_identifier_token2] = ACTIONS(2170), + [aux_sym_cmd_identifier_token3] = ACTIONS(2170), + [aux_sym_cmd_identifier_token4] = ACTIONS(2170), + [aux_sym_cmd_identifier_token5] = ACTIONS(2170), + [aux_sym_cmd_identifier_token6] = ACTIONS(2170), + [aux_sym_cmd_identifier_token7] = ACTIONS(2170), + [aux_sym_cmd_identifier_token8] = ACTIONS(2170), + [aux_sym_cmd_identifier_token9] = ACTIONS(2170), + [aux_sym_cmd_identifier_token10] = ACTIONS(2170), + [aux_sym_cmd_identifier_token11] = ACTIONS(2170), + [aux_sym_cmd_identifier_token12] = ACTIONS(2170), + [aux_sym_cmd_identifier_token13] = ACTIONS(2170), + [aux_sym_cmd_identifier_token14] = ACTIONS(2170), + [aux_sym_cmd_identifier_token15] = ACTIONS(2170), + [aux_sym_cmd_identifier_token16] = ACTIONS(2170), + [aux_sym_cmd_identifier_token17] = ACTIONS(2170), + [aux_sym_cmd_identifier_token18] = ACTIONS(2170), + [aux_sym_cmd_identifier_token19] = ACTIONS(2170), + [aux_sym_cmd_identifier_token20] = ACTIONS(2170), + [aux_sym_cmd_identifier_token21] = ACTIONS(2170), + [aux_sym_cmd_identifier_token22] = ACTIONS(2170), + [aux_sym_cmd_identifier_token23] = ACTIONS(2170), + [aux_sym_cmd_identifier_token24] = ACTIONS(2170), + [aux_sym_cmd_identifier_token25] = ACTIONS(2170), + [aux_sym_cmd_identifier_token26] = ACTIONS(2170), + [aux_sym_cmd_identifier_token27] = ACTIONS(2170), + [aux_sym_cmd_identifier_token28] = ACTIONS(2170), + [aux_sym_cmd_identifier_token29] = ACTIONS(2170), + [aux_sym_cmd_identifier_token30] = ACTIONS(2170), + [aux_sym_cmd_identifier_token31] = ACTIONS(2170), + [aux_sym_cmd_identifier_token32] = ACTIONS(2170), + [aux_sym_cmd_identifier_token33] = ACTIONS(2170), + [aux_sym_cmd_identifier_token34] = ACTIONS(2170), + [aux_sym_cmd_identifier_token35] = ACTIONS(2170), + [aux_sym_cmd_identifier_token36] = ACTIONS(2170), + [aux_sym_cmd_identifier_token37] = ACTIONS(2170), + [aux_sym_cmd_identifier_token38] = ACTIONS(2170), + [aux_sym_cmd_identifier_token39] = ACTIONS(2170), + [aux_sym_cmd_identifier_token40] = ACTIONS(2170), + [anon_sym_def] = ACTIONS(2170), + [anon_sym_export_DASHenv] = ACTIONS(2170), + [anon_sym_extern] = ACTIONS(2170), + [anon_sym_module] = ACTIONS(2170), + [anon_sym_use] = ACTIONS(2170), + [anon_sym_LPAREN] = ACTIONS(2170), + [anon_sym_DOLLAR] = ACTIONS(2170), + [anon_sym_error] = ACTIONS(2170), + [anon_sym_DASH2] = ACTIONS(2170), + [anon_sym_break] = ACTIONS(2170), + [anon_sym_continue] = ACTIONS(2170), + [anon_sym_for] = ACTIONS(2170), + [anon_sym_in2] = ACTIONS(2170), + [anon_sym_loop] = ACTIONS(2170), + [anon_sym_make] = ACTIONS(2170), + [anon_sym_while] = ACTIONS(2170), + [anon_sym_do] = ACTIONS(2170), + [anon_sym_if] = ACTIONS(2170), + [anon_sym_else] = ACTIONS(2170), + [anon_sym_match] = ACTIONS(2170), + [anon_sym_RBRACE] = ACTIONS(2170), + [anon_sym_try] = ACTIONS(2170), + [anon_sym_catch] = ACTIONS(2170), + [anon_sym_return] = ACTIONS(2170), + [anon_sym_source] = ACTIONS(2170), + [anon_sym_source_DASHenv] = ACTIONS(2170), + [anon_sym_register] = ACTIONS(2170), + [anon_sym_hide] = ACTIONS(2170), + [anon_sym_hide_DASHenv] = ACTIONS(2170), + [anon_sym_overlay] = ACTIONS(2170), + [anon_sym_as] = ACTIONS(2170), + [anon_sym_PLUS2] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2170), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), + [aux_sym__val_number_decimal_token2] = ACTIONS(2170), + [aux_sym__val_number_decimal_token3] = ACTIONS(2170), + [aux_sym__val_number_decimal_token4] = ACTIONS(2170), + [aux_sym__val_number_token1] = ACTIONS(2170), + [aux_sym__val_number_token2] = ACTIONS(2170), + [aux_sym__val_number_token3] = ACTIONS(2170), + [aux_sym__val_number_token4] = ACTIONS(2170), + [aux_sym__val_number_token5] = ACTIONS(2170), + [aux_sym__val_number_token6] = ACTIONS(2170), + [anon_sym_DQUOTE] = ACTIONS(2170), + [sym__str_single_quotes] = ACTIONS(2170), + [sym__str_back_ticks] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2170), + [sym__entry_separator] = ACTIONS(2176), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2121), + [sym_raw_string_begin] = ACTIONS(2176), }, - [638] = { - [sym_comment] = STATE(638), - [anon_sym_export] = ACTIONS(1945), - [anon_sym_alias] = ACTIONS(1945), - [anon_sym_let] = ACTIONS(1945), - [anon_sym_let_DASHenv] = ACTIONS(1945), - [anon_sym_mut] = ACTIONS(1945), - [anon_sym_const] = ACTIONS(1945), - [aux_sym_cmd_identifier_token1] = ACTIONS(1945), - [aux_sym_cmd_identifier_token2] = ACTIONS(1945), - [aux_sym_cmd_identifier_token3] = ACTIONS(1945), - [aux_sym_cmd_identifier_token4] = ACTIONS(1945), - [aux_sym_cmd_identifier_token5] = ACTIONS(1945), - [aux_sym_cmd_identifier_token6] = ACTIONS(1945), - [aux_sym_cmd_identifier_token7] = ACTIONS(1945), - [aux_sym_cmd_identifier_token8] = ACTIONS(1945), - [aux_sym_cmd_identifier_token9] = ACTIONS(1945), - [aux_sym_cmd_identifier_token10] = ACTIONS(1945), - [aux_sym_cmd_identifier_token11] = ACTIONS(1945), - [aux_sym_cmd_identifier_token12] = ACTIONS(1945), - [aux_sym_cmd_identifier_token13] = ACTIONS(1945), - [aux_sym_cmd_identifier_token14] = ACTIONS(1945), - [aux_sym_cmd_identifier_token15] = ACTIONS(1945), - [aux_sym_cmd_identifier_token16] = ACTIONS(1945), - [aux_sym_cmd_identifier_token17] = ACTIONS(1945), - [aux_sym_cmd_identifier_token18] = ACTIONS(1945), - [aux_sym_cmd_identifier_token19] = ACTIONS(1945), - [aux_sym_cmd_identifier_token20] = ACTIONS(1945), - [aux_sym_cmd_identifier_token21] = ACTIONS(1945), - [aux_sym_cmd_identifier_token22] = ACTIONS(1945), - [aux_sym_cmd_identifier_token23] = ACTIONS(1945), - [aux_sym_cmd_identifier_token24] = ACTIONS(1945), - [aux_sym_cmd_identifier_token25] = ACTIONS(1945), - [aux_sym_cmd_identifier_token26] = ACTIONS(1945), - [aux_sym_cmd_identifier_token27] = ACTIONS(1945), - [aux_sym_cmd_identifier_token28] = ACTIONS(1945), - [aux_sym_cmd_identifier_token29] = ACTIONS(1945), - [aux_sym_cmd_identifier_token30] = ACTIONS(1945), - [aux_sym_cmd_identifier_token31] = ACTIONS(1945), - [aux_sym_cmd_identifier_token32] = ACTIONS(1945), - [aux_sym_cmd_identifier_token33] = ACTIONS(1945), - [aux_sym_cmd_identifier_token34] = ACTIONS(1945), - [aux_sym_cmd_identifier_token35] = ACTIONS(1945), - [aux_sym_cmd_identifier_token36] = ACTIONS(1945), - [aux_sym_cmd_identifier_token37] = ACTIONS(1945), - [aux_sym_cmd_identifier_token38] = ACTIONS(1945), - [aux_sym_cmd_identifier_token39] = ACTIONS(1945), - [aux_sym_cmd_identifier_token40] = ACTIONS(1945), - [anon_sym_def] = ACTIONS(1945), - [anon_sym_export_DASHenv] = ACTIONS(1945), - [anon_sym_extern] = ACTIONS(1945), - [anon_sym_module] = ACTIONS(1945), - [anon_sym_use] = ACTIONS(1945), - [anon_sym_LPAREN] = ACTIONS(1945), - [anon_sym_DOLLAR] = ACTIONS(1945), - [anon_sym_error] = ACTIONS(1945), - [anon_sym_DASH2] = ACTIONS(1945), - [anon_sym_break] = ACTIONS(1945), - [anon_sym_continue] = ACTIONS(1945), - [anon_sym_for] = ACTIONS(1945), - [anon_sym_in2] = ACTIONS(1945), - [anon_sym_loop] = ACTIONS(1945), - [anon_sym_make] = ACTIONS(1945), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_do] = ACTIONS(1945), - [anon_sym_if] = ACTIONS(1945), - [anon_sym_else] = ACTIONS(1945), - [anon_sym_match] = ACTIONS(1945), - [anon_sym_RBRACE] = ACTIONS(1945), - [anon_sym_try] = ACTIONS(1945), - [anon_sym_catch] = ACTIONS(1945), - [anon_sym_return] = ACTIONS(1945), - [anon_sym_source] = ACTIONS(1945), - [anon_sym_source_DASHenv] = ACTIONS(1945), - [anon_sym_register] = ACTIONS(1945), - [anon_sym_hide] = ACTIONS(1945), - [anon_sym_hide_DASHenv] = ACTIONS(1945), - [anon_sym_overlay] = ACTIONS(1945), - [anon_sym_as] = ACTIONS(1945), - [anon_sym_PLUS2] = ACTIONS(1945), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1945), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1945), - [aux_sym__val_number_decimal_token1] = ACTIONS(1945), - [aux_sym__val_number_decimal_token2] = ACTIONS(1945), - [aux_sym__val_number_decimal_token3] = ACTIONS(1945), - [aux_sym__val_number_decimal_token4] = ACTIONS(1945), - [aux_sym__val_number_token1] = ACTIONS(1945), - [aux_sym__val_number_token2] = ACTIONS(1945), - [aux_sym__val_number_token3] = ACTIONS(1945), - [aux_sym__val_number_token4] = ACTIONS(1945), - [aux_sym__val_number_token5] = ACTIONS(1945), - [aux_sym__val_number_token6] = ACTIONS(1945), - [anon_sym_DQUOTE] = ACTIONS(1945), - [sym__str_single_quotes] = ACTIONS(1945), - [sym__str_back_ticks] = ACTIONS(1945), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1945), - [sym__entry_separator] = ACTIONS(1947), + [604] = { + [sym_comment] = STATE(604), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_alias] = ACTIONS(1933), + [anon_sym_let] = ACTIONS(1933), + [anon_sym_let_DASHenv] = ACTIONS(1933), + [anon_sym_mut] = ACTIONS(1933), + [anon_sym_const] = ACTIONS(1933), + [aux_sym_cmd_identifier_token1] = ACTIONS(1933), + [aux_sym_cmd_identifier_token2] = ACTIONS(1933), + [aux_sym_cmd_identifier_token3] = ACTIONS(1933), + [aux_sym_cmd_identifier_token4] = ACTIONS(1933), + [aux_sym_cmd_identifier_token5] = ACTIONS(1933), + [aux_sym_cmd_identifier_token6] = ACTIONS(1933), + [aux_sym_cmd_identifier_token7] = ACTIONS(1933), + [aux_sym_cmd_identifier_token8] = ACTIONS(1933), + [aux_sym_cmd_identifier_token9] = ACTIONS(1933), + [aux_sym_cmd_identifier_token10] = ACTIONS(1933), + [aux_sym_cmd_identifier_token11] = ACTIONS(1933), + [aux_sym_cmd_identifier_token12] = ACTIONS(1933), + [aux_sym_cmd_identifier_token13] = ACTIONS(1933), + [aux_sym_cmd_identifier_token14] = ACTIONS(1933), + [aux_sym_cmd_identifier_token15] = ACTIONS(1933), + [aux_sym_cmd_identifier_token16] = ACTIONS(1933), + [aux_sym_cmd_identifier_token17] = ACTIONS(1933), + [aux_sym_cmd_identifier_token18] = ACTIONS(1933), + [aux_sym_cmd_identifier_token19] = ACTIONS(1933), + [aux_sym_cmd_identifier_token20] = ACTIONS(1933), + [aux_sym_cmd_identifier_token21] = ACTIONS(1933), + [aux_sym_cmd_identifier_token22] = ACTIONS(1933), + [aux_sym_cmd_identifier_token23] = ACTIONS(1933), + [aux_sym_cmd_identifier_token24] = ACTIONS(1933), + [aux_sym_cmd_identifier_token25] = ACTIONS(1933), + [aux_sym_cmd_identifier_token26] = ACTIONS(1933), + [aux_sym_cmd_identifier_token27] = ACTIONS(1933), + [aux_sym_cmd_identifier_token28] = ACTIONS(1933), + [aux_sym_cmd_identifier_token29] = ACTIONS(1933), + [aux_sym_cmd_identifier_token30] = ACTIONS(1933), + [aux_sym_cmd_identifier_token31] = ACTIONS(1933), + [aux_sym_cmd_identifier_token32] = ACTIONS(1933), + [aux_sym_cmd_identifier_token33] = ACTIONS(1933), + [aux_sym_cmd_identifier_token34] = ACTIONS(1933), + [aux_sym_cmd_identifier_token35] = ACTIONS(1933), + [aux_sym_cmd_identifier_token36] = ACTIONS(1933), + [aux_sym_cmd_identifier_token37] = ACTIONS(1933), + [aux_sym_cmd_identifier_token38] = ACTIONS(1933), + [aux_sym_cmd_identifier_token39] = ACTIONS(1933), + [aux_sym_cmd_identifier_token40] = ACTIONS(1933), + [anon_sym_def] = ACTIONS(1933), + [anon_sym_export_DASHenv] = ACTIONS(1933), + [anon_sym_extern] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_use] = ACTIONS(1933), + [anon_sym_LPAREN] = ACTIONS(1933), + [anon_sym_DOLLAR] = ACTIONS(1933), + [anon_sym_error] = ACTIONS(1933), + [anon_sym_DASH2] = ACTIONS(1933), + [anon_sym_break] = ACTIONS(1933), + [anon_sym_continue] = ACTIONS(1933), + [anon_sym_for] = ACTIONS(1933), + [anon_sym_in2] = ACTIONS(1933), + [anon_sym_loop] = ACTIONS(1933), + [anon_sym_make] = ACTIONS(1933), + [anon_sym_while] = ACTIONS(1933), + [anon_sym_do] = ACTIONS(1933), + [anon_sym_if] = ACTIONS(1933), + [anon_sym_else] = ACTIONS(1933), + [anon_sym_match] = ACTIONS(1933), + [anon_sym_RBRACE] = ACTIONS(1933), + [anon_sym_try] = ACTIONS(1933), + [anon_sym_catch] = ACTIONS(1933), + [anon_sym_return] = ACTIONS(1933), + [anon_sym_source] = ACTIONS(1933), + [anon_sym_source_DASHenv] = ACTIONS(1933), + [anon_sym_register] = ACTIONS(1933), + [anon_sym_hide] = ACTIONS(1933), + [anon_sym_hide_DASHenv] = ACTIONS(1933), + [anon_sym_overlay] = ACTIONS(1933), + [anon_sym_as] = ACTIONS(1933), + [anon_sym_PLUS2] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1933), + [aux_sym__val_number_decimal_token1] = ACTIONS(1933), + [aux_sym__val_number_decimal_token2] = ACTIONS(1933), + [aux_sym__val_number_decimal_token3] = ACTIONS(1933), + [aux_sym__val_number_decimal_token4] = ACTIONS(1933), + [aux_sym__val_number_token1] = ACTIONS(1933), + [aux_sym__val_number_token2] = ACTIONS(1933), + [aux_sym__val_number_token3] = ACTIONS(1933), + [aux_sym__val_number_token4] = ACTIONS(1933), + [aux_sym__val_number_token5] = ACTIONS(1933), + [aux_sym__val_number_token6] = ACTIONS(1933), + [anon_sym_DQUOTE] = ACTIONS(1933), + [sym__str_single_quotes] = ACTIONS(1933), + [sym__str_back_ticks] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1933), + [sym__entry_separator] = ACTIONS(1935), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1947), + [sym_raw_string_begin] = ACTIONS(1935), }, - [639] = { - [sym_comment] = STATE(639), - [anon_sym_export] = ACTIONS(2413), - [anon_sym_alias] = ACTIONS(2413), - [anon_sym_let] = ACTIONS(2413), - [anon_sym_let_DASHenv] = ACTIONS(2413), - [anon_sym_mut] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [aux_sym_cmd_identifier_token1] = ACTIONS(2413), - [aux_sym_cmd_identifier_token2] = ACTIONS(2413), - [aux_sym_cmd_identifier_token3] = ACTIONS(2413), - [aux_sym_cmd_identifier_token4] = ACTIONS(2413), - [aux_sym_cmd_identifier_token5] = ACTIONS(2413), - [aux_sym_cmd_identifier_token6] = ACTIONS(2413), - [aux_sym_cmd_identifier_token7] = ACTIONS(2413), - [aux_sym_cmd_identifier_token8] = ACTIONS(2413), - [aux_sym_cmd_identifier_token9] = ACTIONS(2413), - [aux_sym_cmd_identifier_token10] = ACTIONS(2413), - [aux_sym_cmd_identifier_token11] = ACTIONS(2413), - [aux_sym_cmd_identifier_token12] = ACTIONS(2413), - [aux_sym_cmd_identifier_token13] = ACTIONS(2413), - [aux_sym_cmd_identifier_token14] = ACTIONS(2413), - [aux_sym_cmd_identifier_token15] = ACTIONS(2413), - [aux_sym_cmd_identifier_token16] = ACTIONS(2413), - [aux_sym_cmd_identifier_token17] = ACTIONS(2413), - [aux_sym_cmd_identifier_token18] = ACTIONS(2413), - [aux_sym_cmd_identifier_token19] = ACTIONS(2413), - [aux_sym_cmd_identifier_token20] = ACTIONS(2413), - [aux_sym_cmd_identifier_token21] = ACTIONS(2413), - [aux_sym_cmd_identifier_token22] = ACTIONS(2413), - [aux_sym_cmd_identifier_token23] = ACTIONS(2413), - [aux_sym_cmd_identifier_token24] = ACTIONS(2413), - [aux_sym_cmd_identifier_token25] = ACTIONS(2413), - [aux_sym_cmd_identifier_token26] = ACTIONS(2413), - [aux_sym_cmd_identifier_token27] = ACTIONS(2413), - [aux_sym_cmd_identifier_token28] = ACTIONS(2413), - [aux_sym_cmd_identifier_token29] = ACTIONS(2413), - [aux_sym_cmd_identifier_token30] = ACTIONS(2413), - [aux_sym_cmd_identifier_token31] = ACTIONS(2413), - [aux_sym_cmd_identifier_token32] = ACTIONS(2413), - [aux_sym_cmd_identifier_token33] = ACTIONS(2413), - [aux_sym_cmd_identifier_token34] = ACTIONS(2413), - [aux_sym_cmd_identifier_token35] = ACTIONS(2413), - [aux_sym_cmd_identifier_token36] = ACTIONS(2413), - [aux_sym_cmd_identifier_token37] = ACTIONS(2413), - [aux_sym_cmd_identifier_token38] = ACTIONS(2413), - [aux_sym_cmd_identifier_token39] = ACTIONS(2413), - [aux_sym_cmd_identifier_token40] = ACTIONS(2413), - [anon_sym_def] = ACTIONS(2413), - [anon_sym_export_DASHenv] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym_module] = ACTIONS(2413), - [anon_sym_use] = ACTIONS(2413), - [anon_sym_LPAREN] = ACTIONS(2413), - [anon_sym_DOLLAR] = ACTIONS(2413), - [anon_sym_error] = ACTIONS(2413), - [anon_sym_DASH2] = ACTIONS(2413), - [anon_sym_break] = ACTIONS(2413), - [anon_sym_continue] = ACTIONS(2413), - [anon_sym_for] = ACTIONS(2413), - [anon_sym_in2] = ACTIONS(2413), - [anon_sym_loop] = ACTIONS(2413), - [anon_sym_make] = ACTIONS(2413), - [anon_sym_while] = ACTIONS(2413), - [anon_sym_do] = ACTIONS(2413), - [anon_sym_if] = ACTIONS(2413), - [anon_sym_else] = ACTIONS(2413), - [anon_sym_match] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2413), - [anon_sym_try] = ACTIONS(2413), - [anon_sym_catch] = ACTIONS(2413), - [anon_sym_return] = ACTIONS(2413), - [anon_sym_source] = ACTIONS(2413), - [anon_sym_source_DASHenv] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_hide] = ACTIONS(2413), - [anon_sym_hide_DASHenv] = ACTIONS(2413), - [anon_sym_overlay] = ACTIONS(2413), - [anon_sym_as] = ACTIONS(2413), - [anon_sym_PLUS2] = ACTIONS(2413), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2413), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2413), - [aux_sym__val_number_decimal_token1] = ACTIONS(2413), - [aux_sym__val_number_decimal_token2] = ACTIONS(2413), - [aux_sym__val_number_decimal_token3] = ACTIONS(2413), - [aux_sym__val_number_decimal_token4] = ACTIONS(2413), - [aux_sym__val_number_token1] = ACTIONS(2413), - [aux_sym__val_number_token2] = ACTIONS(2413), - [aux_sym__val_number_token3] = ACTIONS(2413), - [aux_sym__val_number_token4] = ACTIONS(2413), - [aux_sym__val_number_token5] = ACTIONS(2413), - [aux_sym__val_number_token6] = ACTIONS(2413), - [anon_sym_DQUOTE] = ACTIONS(2413), - [sym__str_single_quotes] = ACTIONS(2413), - [sym__str_back_ticks] = ACTIONS(2413), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2413), - [sym__entry_separator] = ACTIONS(2415), + [605] = { + [sym_comment] = STATE(605), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_alias] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_let_DASHenv] = ACTIONS(2337), + [anon_sym_mut] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [aux_sym_cmd_identifier_token1] = ACTIONS(2337), + [aux_sym_cmd_identifier_token2] = ACTIONS(2337), + [aux_sym_cmd_identifier_token3] = ACTIONS(2337), + [aux_sym_cmd_identifier_token4] = ACTIONS(2337), + [aux_sym_cmd_identifier_token5] = ACTIONS(2337), + [aux_sym_cmd_identifier_token6] = ACTIONS(2337), + [aux_sym_cmd_identifier_token7] = ACTIONS(2337), + [aux_sym_cmd_identifier_token8] = ACTIONS(2337), + [aux_sym_cmd_identifier_token9] = ACTIONS(2337), + [aux_sym_cmd_identifier_token10] = ACTIONS(2337), + [aux_sym_cmd_identifier_token11] = ACTIONS(2337), + [aux_sym_cmd_identifier_token12] = ACTIONS(2337), + [aux_sym_cmd_identifier_token13] = ACTIONS(2337), + [aux_sym_cmd_identifier_token14] = ACTIONS(2337), + [aux_sym_cmd_identifier_token15] = ACTIONS(2337), + [aux_sym_cmd_identifier_token16] = ACTIONS(2337), + [aux_sym_cmd_identifier_token17] = ACTIONS(2337), + [aux_sym_cmd_identifier_token18] = ACTIONS(2337), + [aux_sym_cmd_identifier_token19] = ACTIONS(2337), + [aux_sym_cmd_identifier_token20] = ACTIONS(2337), + [aux_sym_cmd_identifier_token21] = ACTIONS(2337), + [aux_sym_cmd_identifier_token22] = ACTIONS(2337), + [aux_sym_cmd_identifier_token23] = ACTIONS(2337), + [aux_sym_cmd_identifier_token24] = ACTIONS(2337), + [aux_sym_cmd_identifier_token25] = ACTIONS(2337), + [aux_sym_cmd_identifier_token26] = ACTIONS(2337), + [aux_sym_cmd_identifier_token27] = ACTIONS(2337), + [aux_sym_cmd_identifier_token28] = ACTIONS(2337), + [aux_sym_cmd_identifier_token29] = ACTIONS(2337), + [aux_sym_cmd_identifier_token30] = ACTIONS(2337), + [aux_sym_cmd_identifier_token31] = ACTIONS(2337), + [aux_sym_cmd_identifier_token32] = ACTIONS(2337), + [aux_sym_cmd_identifier_token33] = ACTIONS(2337), + [aux_sym_cmd_identifier_token34] = ACTIONS(2337), + [aux_sym_cmd_identifier_token35] = ACTIONS(2337), + [aux_sym_cmd_identifier_token36] = ACTIONS(2337), + [aux_sym_cmd_identifier_token37] = ACTIONS(2337), + [aux_sym_cmd_identifier_token38] = ACTIONS(2337), + [aux_sym_cmd_identifier_token39] = ACTIONS(2337), + [aux_sym_cmd_identifier_token40] = ACTIONS(2337), + [anon_sym_def] = ACTIONS(2337), + [anon_sym_export_DASHenv] = ACTIONS(2337), + [anon_sym_extern] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_use] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2337), + [anon_sym_DOLLAR] = ACTIONS(2337), + [anon_sym_error] = ACTIONS(2337), + [anon_sym_DASH2] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_in2] = ACTIONS(2337), + [anon_sym_loop] = ACTIONS(2337), + [anon_sym_make] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_match] = ACTIONS(2337), + [anon_sym_RBRACE] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_catch] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_source] = ACTIONS(2337), + [anon_sym_source_DASHenv] = ACTIONS(2337), + [anon_sym_register] = ACTIONS(2337), + [anon_sym_hide] = ACTIONS(2337), + [anon_sym_hide_DASHenv] = ACTIONS(2337), + [anon_sym_overlay] = ACTIONS(2337), + [anon_sym_as] = ACTIONS(2337), + [anon_sym_PLUS2] = ACTIONS(2337), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2337), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2337), + [aux_sym__val_number_decimal_token1] = ACTIONS(2337), + [aux_sym__val_number_decimal_token2] = ACTIONS(2337), + [aux_sym__val_number_decimal_token3] = ACTIONS(2337), + [aux_sym__val_number_decimal_token4] = ACTIONS(2337), + [aux_sym__val_number_token1] = ACTIONS(2337), + [aux_sym__val_number_token2] = ACTIONS(2337), + [aux_sym__val_number_token3] = ACTIONS(2337), + [aux_sym__val_number_token4] = ACTIONS(2337), + [aux_sym__val_number_token5] = ACTIONS(2337), + [aux_sym__val_number_token6] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2337), + [sym__str_single_quotes] = ACTIONS(2337), + [sym__str_back_ticks] = ACTIONS(2337), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2337), + [sym__entry_separator] = ACTIONS(2339), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2415), + [sym_raw_string_begin] = ACTIONS(2339), }, - [640] = { - [sym_comment] = STATE(640), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(958), - [aux_sym_cmd_identifier_token3] = ACTIONS(958), - [aux_sym_cmd_identifier_token4] = ACTIONS(958), - [aux_sym_cmd_identifier_token5] = ACTIONS(958), - [aux_sym_cmd_identifier_token6] = ACTIONS(958), - [aux_sym_cmd_identifier_token7] = ACTIONS(958), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(958), - [aux_sym_cmd_identifier_token11] = ACTIONS(958), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(958), - [aux_sym_cmd_identifier_token17] = ACTIONS(958), - [aux_sym_cmd_identifier_token18] = ACTIONS(958), - [aux_sym_cmd_identifier_token19] = ACTIONS(958), - [aux_sym_cmd_identifier_token20] = ACTIONS(958), - [aux_sym_cmd_identifier_token21] = ACTIONS(958), - [aux_sym_cmd_identifier_token22] = ACTIONS(958), - [aux_sym_cmd_identifier_token23] = ACTIONS(958), - [aux_sym_cmd_identifier_token24] = ACTIONS(958), - [aux_sym_cmd_identifier_token25] = ACTIONS(958), - [aux_sym_cmd_identifier_token26] = ACTIONS(958), - [aux_sym_cmd_identifier_token27] = ACTIONS(958), - [aux_sym_cmd_identifier_token28] = ACTIONS(958), - [aux_sym_cmd_identifier_token29] = ACTIONS(958), - [aux_sym_cmd_identifier_token30] = ACTIONS(958), - [aux_sym_cmd_identifier_token31] = ACTIONS(958), - [aux_sym_cmd_identifier_token32] = ACTIONS(958), - [aux_sym_cmd_identifier_token33] = ACTIONS(958), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(958), - [aux_sym_cmd_identifier_token36] = ACTIONS(958), - [aux_sym_cmd_identifier_token37] = ACTIONS(958), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(958), - [aux_sym_cmd_identifier_token40] = ACTIONS(958), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(958), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(958), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(958), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(958), - [aux_sym__val_number_decimal_token3] = ACTIONS(958), - [aux_sym__val_number_decimal_token4] = ACTIONS(958), - [aux_sym__val_number_token1] = ACTIONS(958), - [aux_sym__val_number_token2] = ACTIONS(958), - [aux_sym__val_number_token3] = ACTIONS(958), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(958), - [sym__str_single_quotes] = ACTIONS(958), - [sym__str_back_ticks] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(958), - [sym__entry_separator] = ACTIONS(960), + [606] = { + [sym_comment] = STATE(606), + [anon_sym_export] = ACTIONS(2341), + [anon_sym_alias] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_let_DASHenv] = ACTIONS(2341), + [anon_sym_mut] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [aux_sym_cmd_identifier_token1] = ACTIONS(2341), + [aux_sym_cmd_identifier_token2] = ACTIONS(2341), + [aux_sym_cmd_identifier_token3] = ACTIONS(2341), + [aux_sym_cmd_identifier_token4] = ACTIONS(2341), + [aux_sym_cmd_identifier_token5] = ACTIONS(2341), + [aux_sym_cmd_identifier_token6] = ACTIONS(2341), + [aux_sym_cmd_identifier_token7] = ACTIONS(2341), + [aux_sym_cmd_identifier_token8] = ACTIONS(2341), + [aux_sym_cmd_identifier_token9] = ACTIONS(2341), + [aux_sym_cmd_identifier_token10] = ACTIONS(2341), + [aux_sym_cmd_identifier_token11] = ACTIONS(2341), + [aux_sym_cmd_identifier_token12] = ACTIONS(2341), + [aux_sym_cmd_identifier_token13] = ACTIONS(2341), + [aux_sym_cmd_identifier_token14] = ACTIONS(2341), + [aux_sym_cmd_identifier_token15] = ACTIONS(2341), + [aux_sym_cmd_identifier_token16] = ACTIONS(2341), + [aux_sym_cmd_identifier_token17] = ACTIONS(2341), + [aux_sym_cmd_identifier_token18] = ACTIONS(2341), + [aux_sym_cmd_identifier_token19] = ACTIONS(2341), + [aux_sym_cmd_identifier_token20] = ACTIONS(2341), + [aux_sym_cmd_identifier_token21] = ACTIONS(2341), + [aux_sym_cmd_identifier_token22] = ACTIONS(2341), + [aux_sym_cmd_identifier_token23] = ACTIONS(2341), + [aux_sym_cmd_identifier_token24] = ACTIONS(2341), + [aux_sym_cmd_identifier_token25] = ACTIONS(2341), + [aux_sym_cmd_identifier_token26] = ACTIONS(2341), + [aux_sym_cmd_identifier_token27] = ACTIONS(2341), + [aux_sym_cmd_identifier_token28] = ACTIONS(2341), + [aux_sym_cmd_identifier_token29] = ACTIONS(2341), + [aux_sym_cmd_identifier_token30] = ACTIONS(2341), + [aux_sym_cmd_identifier_token31] = ACTIONS(2341), + [aux_sym_cmd_identifier_token32] = ACTIONS(2341), + [aux_sym_cmd_identifier_token33] = ACTIONS(2341), + [aux_sym_cmd_identifier_token34] = ACTIONS(2341), + [aux_sym_cmd_identifier_token35] = ACTIONS(2341), + [aux_sym_cmd_identifier_token36] = ACTIONS(2341), + [aux_sym_cmd_identifier_token37] = ACTIONS(2341), + [aux_sym_cmd_identifier_token38] = ACTIONS(2341), + [aux_sym_cmd_identifier_token39] = ACTIONS(2341), + [aux_sym_cmd_identifier_token40] = ACTIONS(2341), + [anon_sym_def] = ACTIONS(2341), + [anon_sym_export_DASHenv] = ACTIONS(2341), + [anon_sym_extern] = ACTIONS(2341), + [anon_sym_module] = ACTIONS(2341), + [anon_sym_use] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2341), + [anon_sym_DOLLAR] = ACTIONS(2341), + [anon_sym_error] = ACTIONS(2341), + [anon_sym_DASH2] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_in2] = ACTIONS(2341), + [anon_sym_loop] = ACTIONS(2341), + [anon_sym_make] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_do] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_else] = ACTIONS(2341), + [anon_sym_match] = ACTIONS(2341), + [anon_sym_RBRACE] = ACTIONS(2341), + [anon_sym_try] = ACTIONS(2341), + [anon_sym_catch] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_source] = ACTIONS(2341), + [anon_sym_source_DASHenv] = ACTIONS(2341), + [anon_sym_register] = ACTIONS(2341), + [anon_sym_hide] = ACTIONS(2341), + [anon_sym_hide_DASHenv] = ACTIONS(2341), + [anon_sym_overlay] = ACTIONS(2341), + [anon_sym_as] = ACTIONS(2341), + [anon_sym_PLUS2] = ACTIONS(2341), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2341), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2341), + [aux_sym__val_number_decimal_token1] = ACTIONS(2341), + [aux_sym__val_number_decimal_token2] = ACTIONS(2341), + [aux_sym__val_number_decimal_token3] = ACTIONS(2341), + [aux_sym__val_number_decimal_token4] = ACTIONS(2341), + [aux_sym__val_number_token1] = ACTIONS(2341), + [aux_sym__val_number_token2] = ACTIONS(2341), + [aux_sym__val_number_token3] = ACTIONS(2341), + [aux_sym__val_number_token4] = ACTIONS(2341), + [aux_sym__val_number_token5] = ACTIONS(2341), + [aux_sym__val_number_token6] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2341), + [sym__str_single_quotes] = ACTIONS(2341), + [sym__str_back_ticks] = ACTIONS(2341), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2341), + [sym__entry_separator] = ACTIONS(2343), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2343), + }, + [607] = { + [sym_comment] = STATE(607), + [anon_sym_export] = ACTIONS(2144), + [anon_sym_alias] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_let_DASHenv] = ACTIONS(2144), + [anon_sym_mut] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [aux_sym_cmd_identifier_token1] = ACTIONS(2144), + [aux_sym_cmd_identifier_token2] = ACTIONS(2144), + [aux_sym_cmd_identifier_token3] = ACTIONS(2144), + [aux_sym_cmd_identifier_token4] = ACTIONS(2144), + [aux_sym_cmd_identifier_token5] = ACTIONS(2144), + [aux_sym_cmd_identifier_token6] = ACTIONS(2144), + [aux_sym_cmd_identifier_token7] = ACTIONS(2144), + [aux_sym_cmd_identifier_token8] = ACTIONS(2144), + [aux_sym_cmd_identifier_token9] = ACTIONS(2144), + [aux_sym_cmd_identifier_token10] = ACTIONS(2144), + [aux_sym_cmd_identifier_token11] = ACTIONS(2144), + [aux_sym_cmd_identifier_token12] = ACTIONS(2144), + [aux_sym_cmd_identifier_token13] = ACTIONS(2144), + [aux_sym_cmd_identifier_token14] = ACTIONS(2144), + [aux_sym_cmd_identifier_token15] = ACTIONS(2144), + [aux_sym_cmd_identifier_token16] = ACTIONS(2144), + [aux_sym_cmd_identifier_token17] = ACTIONS(2144), + [aux_sym_cmd_identifier_token18] = ACTIONS(2144), + [aux_sym_cmd_identifier_token19] = ACTIONS(2144), + [aux_sym_cmd_identifier_token20] = ACTIONS(2144), + [aux_sym_cmd_identifier_token21] = ACTIONS(2144), + [aux_sym_cmd_identifier_token22] = ACTIONS(2144), + [aux_sym_cmd_identifier_token23] = ACTIONS(2144), + [aux_sym_cmd_identifier_token24] = ACTIONS(2144), + [aux_sym_cmd_identifier_token25] = ACTIONS(2144), + [aux_sym_cmd_identifier_token26] = ACTIONS(2144), + [aux_sym_cmd_identifier_token27] = ACTIONS(2144), + [aux_sym_cmd_identifier_token28] = ACTIONS(2144), + [aux_sym_cmd_identifier_token29] = ACTIONS(2144), + [aux_sym_cmd_identifier_token30] = ACTIONS(2144), + [aux_sym_cmd_identifier_token31] = ACTIONS(2144), + [aux_sym_cmd_identifier_token32] = ACTIONS(2144), + [aux_sym_cmd_identifier_token33] = ACTIONS(2144), + [aux_sym_cmd_identifier_token34] = ACTIONS(2144), + [aux_sym_cmd_identifier_token35] = ACTIONS(2144), + [aux_sym_cmd_identifier_token36] = ACTIONS(2144), + [aux_sym_cmd_identifier_token37] = ACTIONS(2144), + [aux_sym_cmd_identifier_token38] = ACTIONS(2144), + [aux_sym_cmd_identifier_token39] = ACTIONS(2144), + [aux_sym_cmd_identifier_token40] = ACTIONS(2144), + [anon_sym_def] = ACTIONS(2144), + [anon_sym_export_DASHenv] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_module] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2144), + [anon_sym_DOLLAR] = ACTIONS(2144), + [anon_sym_error] = ACTIONS(2144), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_in2] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_make] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_do] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_else] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2144), + [anon_sym_try] = ACTIONS(2144), + [anon_sym_catch] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_source] = ACTIONS(2144), + [anon_sym_source_DASHenv] = ACTIONS(2144), + [anon_sym_register] = ACTIONS(2144), + [anon_sym_hide] = ACTIONS(2144), + [anon_sym_hide_DASHenv] = ACTIONS(2144), + [anon_sym_overlay] = ACTIONS(2144), + [anon_sym_as] = ACTIONS(2144), + [anon_sym_PLUS2] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2144), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2144), + [aux_sym__val_number_decimal_token3] = ACTIONS(2144), + [aux_sym__val_number_decimal_token4] = ACTIONS(2144), + [aux_sym__val_number_token1] = ACTIONS(2144), + [aux_sym__val_number_token2] = ACTIONS(2144), + [aux_sym__val_number_token3] = ACTIONS(2144), + [aux_sym__val_number_token4] = ACTIONS(2144), + [aux_sym__val_number_token5] = ACTIONS(2144), + [aux_sym__val_number_token6] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2144), + [sym__str_single_quotes] = ACTIONS(2144), + [sym__str_back_ticks] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2144), + [sym__entry_separator] = ACTIONS(2150), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2150), + }, + [608] = { + [sym_comment] = STATE(608), + [anon_sym_export] = ACTIONS(2152), + [anon_sym_alias] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_let_DASHenv] = ACTIONS(2152), + [anon_sym_mut] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [aux_sym_cmd_identifier_token1] = ACTIONS(2152), + [aux_sym_cmd_identifier_token2] = ACTIONS(2152), + [aux_sym_cmd_identifier_token3] = ACTIONS(2152), + [aux_sym_cmd_identifier_token4] = ACTIONS(2152), + [aux_sym_cmd_identifier_token5] = ACTIONS(2152), + [aux_sym_cmd_identifier_token6] = ACTIONS(2152), + [aux_sym_cmd_identifier_token7] = ACTIONS(2152), + [aux_sym_cmd_identifier_token8] = ACTIONS(2152), + [aux_sym_cmd_identifier_token9] = ACTIONS(2152), + [aux_sym_cmd_identifier_token10] = ACTIONS(2152), + [aux_sym_cmd_identifier_token11] = ACTIONS(2152), + [aux_sym_cmd_identifier_token12] = ACTIONS(2152), + [aux_sym_cmd_identifier_token13] = ACTIONS(2152), + [aux_sym_cmd_identifier_token14] = ACTIONS(2152), + [aux_sym_cmd_identifier_token15] = ACTIONS(2152), + [aux_sym_cmd_identifier_token16] = ACTIONS(2152), + [aux_sym_cmd_identifier_token17] = ACTIONS(2152), + [aux_sym_cmd_identifier_token18] = ACTIONS(2152), + [aux_sym_cmd_identifier_token19] = ACTIONS(2152), + [aux_sym_cmd_identifier_token20] = ACTIONS(2152), + [aux_sym_cmd_identifier_token21] = ACTIONS(2152), + [aux_sym_cmd_identifier_token22] = ACTIONS(2152), + [aux_sym_cmd_identifier_token23] = ACTIONS(2152), + [aux_sym_cmd_identifier_token24] = ACTIONS(2152), + [aux_sym_cmd_identifier_token25] = ACTIONS(2152), + [aux_sym_cmd_identifier_token26] = ACTIONS(2152), + [aux_sym_cmd_identifier_token27] = ACTIONS(2152), + [aux_sym_cmd_identifier_token28] = ACTIONS(2152), + [aux_sym_cmd_identifier_token29] = ACTIONS(2152), + [aux_sym_cmd_identifier_token30] = ACTIONS(2152), + [aux_sym_cmd_identifier_token31] = ACTIONS(2152), + [aux_sym_cmd_identifier_token32] = ACTIONS(2152), + [aux_sym_cmd_identifier_token33] = ACTIONS(2152), + [aux_sym_cmd_identifier_token34] = ACTIONS(2152), + [aux_sym_cmd_identifier_token35] = ACTIONS(2152), + [aux_sym_cmd_identifier_token36] = ACTIONS(2152), + [aux_sym_cmd_identifier_token37] = ACTIONS(2152), + [aux_sym_cmd_identifier_token38] = ACTIONS(2152), + [aux_sym_cmd_identifier_token39] = ACTIONS(2152), + [aux_sym_cmd_identifier_token40] = ACTIONS(2152), + [anon_sym_def] = ACTIONS(2152), + [anon_sym_export_DASHenv] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_module] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_LPAREN] = ACTIONS(2152), + [anon_sym_DOLLAR] = ACTIONS(2152), + [anon_sym_error] = ACTIONS(2152), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_in2] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_make] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_do] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_else] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_RBRACE] = ACTIONS(2152), + [anon_sym_try] = ACTIONS(2152), + [anon_sym_catch] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_source] = ACTIONS(2152), + [anon_sym_source_DASHenv] = ACTIONS(2152), + [anon_sym_register] = ACTIONS(2152), + [anon_sym_hide] = ACTIONS(2152), + [anon_sym_hide_DASHenv] = ACTIONS(2152), + [anon_sym_overlay] = ACTIONS(2152), + [anon_sym_as] = ACTIONS(2152), + [anon_sym_PLUS2] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2152), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2152), + [aux_sym__val_number_decimal_token3] = ACTIONS(2152), + [aux_sym__val_number_decimal_token4] = ACTIONS(2152), + [aux_sym__val_number_token1] = ACTIONS(2152), + [aux_sym__val_number_token2] = ACTIONS(2152), + [aux_sym__val_number_token3] = ACTIONS(2152), + [aux_sym__val_number_token4] = ACTIONS(2152), + [aux_sym__val_number_token5] = ACTIONS(2152), + [aux_sym__val_number_token6] = ACTIONS(2152), + [anon_sym_DQUOTE] = ACTIONS(2152), + [sym__str_single_quotes] = ACTIONS(2152), + [sym__str_back_ticks] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2152), + [sym__entry_separator] = ACTIONS(2158), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2158), + }, + [609] = { + [sym_comment] = STATE(609), + [anon_sym_export] = ACTIONS(2160), + [anon_sym_alias] = ACTIONS(2160), + [anon_sym_let] = ACTIONS(2160), + [anon_sym_let_DASHenv] = ACTIONS(2160), + [anon_sym_mut] = ACTIONS(2160), + [anon_sym_const] = ACTIONS(2160), + [aux_sym_cmd_identifier_token1] = ACTIONS(2160), + [aux_sym_cmd_identifier_token2] = ACTIONS(2160), + [aux_sym_cmd_identifier_token3] = ACTIONS(2160), + [aux_sym_cmd_identifier_token4] = ACTIONS(2160), + [aux_sym_cmd_identifier_token5] = ACTIONS(2160), + [aux_sym_cmd_identifier_token6] = ACTIONS(2160), + [aux_sym_cmd_identifier_token7] = ACTIONS(2160), + [aux_sym_cmd_identifier_token8] = ACTIONS(2160), + [aux_sym_cmd_identifier_token9] = ACTIONS(2160), + [aux_sym_cmd_identifier_token10] = ACTIONS(2160), + [aux_sym_cmd_identifier_token11] = ACTIONS(2160), + [aux_sym_cmd_identifier_token12] = ACTIONS(2160), + [aux_sym_cmd_identifier_token13] = ACTIONS(2160), + [aux_sym_cmd_identifier_token14] = ACTIONS(2160), + [aux_sym_cmd_identifier_token15] = ACTIONS(2160), + [aux_sym_cmd_identifier_token16] = ACTIONS(2160), + [aux_sym_cmd_identifier_token17] = ACTIONS(2160), + [aux_sym_cmd_identifier_token18] = ACTIONS(2160), + [aux_sym_cmd_identifier_token19] = ACTIONS(2160), + [aux_sym_cmd_identifier_token20] = ACTIONS(2160), + [aux_sym_cmd_identifier_token21] = ACTIONS(2160), + [aux_sym_cmd_identifier_token22] = ACTIONS(2160), + [aux_sym_cmd_identifier_token23] = ACTIONS(2160), + [aux_sym_cmd_identifier_token24] = ACTIONS(2160), + [aux_sym_cmd_identifier_token25] = ACTIONS(2160), + [aux_sym_cmd_identifier_token26] = ACTIONS(2160), + [aux_sym_cmd_identifier_token27] = ACTIONS(2160), + [aux_sym_cmd_identifier_token28] = ACTIONS(2160), + [aux_sym_cmd_identifier_token29] = ACTIONS(2160), + [aux_sym_cmd_identifier_token30] = ACTIONS(2160), + [aux_sym_cmd_identifier_token31] = ACTIONS(2160), + [aux_sym_cmd_identifier_token32] = ACTIONS(2160), + [aux_sym_cmd_identifier_token33] = ACTIONS(2160), + [aux_sym_cmd_identifier_token34] = ACTIONS(2160), + [aux_sym_cmd_identifier_token35] = ACTIONS(2160), + [aux_sym_cmd_identifier_token36] = ACTIONS(2160), + [aux_sym_cmd_identifier_token37] = ACTIONS(2160), + [aux_sym_cmd_identifier_token38] = ACTIONS(2160), + [aux_sym_cmd_identifier_token39] = ACTIONS(2160), + [aux_sym_cmd_identifier_token40] = ACTIONS(2160), + [anon_sym_def] = ACTIONS(2160), + [anon_sym_export_DASHenv] = ACTIONS(2160), + [anon_sym_extern] = ACTIONS(2160), + [anon_sym_module] = ACTIONS(2160), + [anon_sym_use] = ACTIONS(2160), + [anon_sym_LPAREN] = ACTIONS(2160), + [anon_sym_DOLLAR] = ACTIONS(2160), + [anon_sym_error] = ACTIONS(2160), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_break] = ACTIONS(2160), + [anon_sym_continue] = ACTIONS(2160), + [anon_sym_for] = ACTIONS(2160), + [anon_sym_in2] = ACTIONS(2160), + [anon_sym_loop] = ACTIONS(2160), + [anon_sym_make] = ACTIONS(2160), + [anon_sym_while] = ACTIONS(2160), + [anon_sym_do] = ACTIONS(2160), + [anon_sym_if] = ACTIONS(2160), + [anon_sym_else] = ACTIONS(2160), + [anon_sym_match] = ACTIONS(2160), + [anon_sym_RBRACE] = ACTIONS(2160), + [anon_sym_try] = ACTIONS(2160), + [anon_sym_catch] = ACTIONS(2160), + [anon_sym_return] = ACTIONS(2160), + [anon_sym_source] = ACTIONS(2160), + [anon_sym_source_DASHenv] = ACTIONS(2160), + [anon_sym_register] = ACTIONS(2160), + [anon_sym_hide] = ACTIONS(2160), + [anon_sym_hide_DASHenv] = ACTIONS(2160), + [anon_sym_overlay] = ACTIONS(2160), + [anon_sym_as] = ACTIONS(2160), + [anon_sym_PLUS2] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2160), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2160), + [aux_sym__val_number_decimal_token3] = ACTIONS(2160), + [aux_sym__val_number_decimal_token4] = ACTIONS(2160), + [aux_sym__val_number_token1] = ACTIONS(2160), + [aux_sym__val_number_token2] = ACTIONS(2160), + [aux_sym__val_number_token3] = ACTIONS(2160), + [aux_sym__val_number_token4] = ACTIONS(2160), + [aux_sym__val_number_token5] = ACTIONS(2160), + [aux_sym__val_number_token6] = ACTIONS(2160), + [anon_sym_DQUOTE] = ACTIONS(2160), + [sym__str_single_quotes] = ACTIONS(2160), + [sym__str_back_ticks] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2160), + [sym__entry_separator] = ACTIONS(2166), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2166), + }, + [610] = { + [sym_comment] = STATE(610), + [anon_sym_export] = ACTIONS(2345), + [anon_sym_alias] = ACTIONS(2345), + [anon_sym_let] = ACTIONS(2345), + [anon_sym_let_DASHenv] = ACTIONS(2345), + [anon_sym_mut] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2345), + [aux_sym_cmd_identifier_token1] = ACTIONS(2345), + [aux_sym_cmd_identifier_token2] = ACTIONS(2345), + [aux_sym_cmd_identifier_token3] = ACTIONS(2345), + [aux_sym_cmd_identifier_token4] = ACTIONS(2345), + [aux_sym_cmd_identifier_token5] = ACTIONS(2345), + [aux_sym_cmd_identifier_token6] = ACTIONS(2345), + [aux_sym_cmd_identifier_token7] = ACTIONS(2345), + [aux_sym_cmd_identifier_token8] = ACTIONS(2345), + [aux_sym_cmd_identifier_token9] = ACTIONS(2345), + [aux_sym_cmd_identifier_token10] = ACTIONS(2345), + [aux_sym_cmd_identifier_token11] = ACTIONS(2345), + [aux_sym_cmd_identifier_token12] = ACTIONS(2345), + [aux_sym_cmd_identifier_token13] = ACTIONS(2345), + [aux_sym_cmd_identifier_token14] = ACTIONS(2345), + [aux_sym_cmd_identifier_token15] = ACTIONS(2345), + [aux_sym_cmd_identifier_token16] = ACTIONS(2345), + [aux_sym_cmd_identifier_token17] = ACTIONS(2345), + [aux_sym_cmd_identifier_token18] = ACTIONS(2345), + [aux_sym_cmd_identifier_token19] = ACTIONS(2345), + [aux_sym_cmd_identifier_token20] = ACTIONS(2345), + [aux_sym_cmd_identifier_token21] = ACTIONS(2345), + [aux_sym_cmd_identifier_token22] = ACTIONS(2345), + [aux_sym_cmd_identifier_token23] = ACTIONS(2345), + [aux_sym_cmd_identifier_token24] = ACTIONS(2345), + [aux_sym_cmd_identifier_token25] = ACTIONS(2345), + [aux_sym_cmd_identifier_token26] = ACTIONS(2345), + [aux_sym_cmd_identifier_token27] = ACTIONS(2345), + [aux_sym_cmd_identifier_token28] = ACTIONS(2345), + [aux_sym_cmd_identifier_token29] = ACTIONS(2345), + [aux_sym_cmd_identifier_token30] = ACTIONS(2345), + [aux_sym_cmd_identifier_token31] = ACTIONS(2345), + [aux_sym_cmd_identifier_token32] = ACTIONS(2345), + [aux_sym_cmd_identifier_token33] = ACTIONS(2345), + [aux_sym_cmd_identifier_token34] = ACTIONS(2345), + [aux_sym_cmd_identifier_token35] = ACTIONS(2345), + [aux_sym_cmd_identifier_token36] = ACTIONS(2345), + [aux_sym_cmd_identifier_token37] = ACTIONS(2345), + [aux_sym_cmd_identifier_token38] = ACTIONS(2345), + [aux_sym_cmd_identifier_token39] = ACTIONS(2345), + [aux_sym_cmd_identifier_token40] = ACTIONS(2345), + [anon_sym_def] = ACTIONS(2345), + [anon_sym_export_DASHenv] = ACTIONS(2345), + [anon_sym_extern] = ACTIONS(2345), + [anon_sym_module] = ACTIONS(2345), + [anon_sym_use] = ACTIONS(2345), + [anon_sym_LPAREN] = ACTIONS(2345), + [anon_sym_DOLLAR] = ACTIONS(2345), + [anon_sym_error] = ACTIONS(2345), + [anon_sym_DASH2] = ACTIONS(2345), + [anon_sym_break] = ACTIONS(2345), + [anon_sym_continue] = ACTIONS(2345), + [anon_sym_for] = ACTIONS(2345), + [anon_sym_in2] = ACTIONS(2345), + [anon_sym_loop] = ACTIONS(2345), + [anon_sym_make] = ACTIONS(2345), + [anon_sym_while] = ACTIONS(2345), + [anon_sym_do] = ACTIONS(2345), + [anon_sym_if] = ACTIONS(2345), + [anon_sym_else] = ACTIONS(2345), + [anon_sym_match] = ACTIONS(2345), + [anon_sym_RBRACE] = ACTIONS(2345), + [anon_sym_try] = ACTIONS(2345), + [anon_sym_catch] = ACTIONS(2345), + [anon_sym_return] = ACTIONS(2345), + [anon_sym_source] = ACTIONS(2345), + [anon_sym_source_DASHenv] = ACTIONS(2345), + [anon_sym_register] = ACTIONS(2345), + [anon_sym_hide] = ACTIONS(2345), + [anon_sym_hide_DASHenv] = ACTIONS(2345), + [anon_sym_overlay] = ACTIONS(2345), + [anon_sym_as] = ACTIONS(2345), + [anon_sym_PLUS2] = ACTIONS(2345), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2345), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2345), + [aux_sym__val_number_decimal_token1] = ACTIONS(2345), + [aux_sym__val_number_decimal_token2] = ACTIONS(2345), + [aux_sym__val_number_decimal_token3] = ACTIONS(2345), + [aux_sym__val_number_decimal_token4] = ACTIONS(2345), + [aux_sym__val_number_token1] = ACTIONS(2345), + [aux_sym__val_number_token2] = ACTIONS(2345), + [aux_sym__val_number_token3] = ACTIONS(2345), + [aux_sym__val_number_token4] = ACTIONS(2345), + [aux_sym__val_number_token5] = ACTIONS(2345), + [aux_sym__val_number_token6] = ACTIONS(2345), + [anon_sym_DQUOTE] = ACTIONS(2345), + [sym__str_single_quotes] = ACTIONS(2345), + [sym__str_back_ticks] = ACTIONS(2345), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2345), + [sym__entry_separator] = ACTIONS(2347), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2347), + }, + [611] = { + [sym_comment] = STATE(611), + [anon_sym_export] = ACTIONS(2349), + [anon_sym_alias] = ACTIONS(2349), + [anon_sym_let] = ACTIONS(2349), + [anon_sym_let_DASHenv] = ACTIONS(2349), + [anon_sym_mut] = ACTIONS(2349), + [anon_sym_const] = ACTIONS(2349), + [aux_sym_cmd_identifier_token1] = ACTIONS(2349), + [aux_sym_cmd_identifier_token2] = ACTIONS(2349), + [aux_sym_cmd_identifier_token3] = ACTIONS(2349), + [aux_sym_cmd_identifier_token4] = ACTIONS(2349), + [aux_sym_cmd_identifier_token5] = ACTIONS(2349), + [aux_sym_cmd_identifier_token6] = ACTIONS(2349), + [aux_sym_cmd_identifier_token7] = ACTIONS(2349), + [aux_sym_cmd_identifier_token8] = ACTIONS(2349), + [aux_sym_cmd_identifier_token9] = ACTIONS(2349), + [aux_sym_cmd_identifier_token10] = ACTIONS(2349), + [aux_sym_cmd_identifier_token11] = ACTIONS(2349), + [aux_sym_cmd_identifier_token12] = ACTIONS(2349), + [aux_sym_cmd_identifier_token13] = ACTIONS(2349), + [aux_sym_cmd_identifier_token14] = ACTIONS(2349), + [aux_sym_cmd_identifier_token15] = ACTIONS(2349), + [aux_sym_cmd_identifier_token16] = ACTIONS(2349), + [aux_sym_cmd_identifier_token17] = ACTIONS(2349), + [aux_sym_cmd_identifier_token18] = ACTIONS(2349), + [aux_sym_cmd_identifier_token19] = ACTIONS(2349), + [aux_sym_cmd_identifier_token20] = ACTIONS(2349), + [aux_sym_cmd_identifier_token21] = ACTIONS(2349), + [aux_sym_cmd_identifier_token22] = ACTIONS(2349), + [aux_sym_cmd_identifier_token23] = ACTIONS(2349), + [aux_sym_cmd_identifier_token24] = ACTIONS(2349), + [aux_sym_cmd_identifier_token25] = ACTIONS(2349), + [aux_sym_cmd_identifier_token26] = ACTIONS(2349), + [aux_sym_cmd_identifier_token27] = ACTIONS(2349), + [aux_sym_cmd_identifier_token28] = ACTIONS(2349), + [aux_sym_cmd_identifier_token29] = ACTIONS(2349), + [aux_sym_cmd_identifier_token30] = ACTIONS(2349), + [aux_sym_cmd_identifier_token31] = ACTIONS(2349), + [aux_sym_cmd_identifier_token32] = ACTIONS(2349), + [aux_sym_cmd_identifier_token33] = ACTIONS(2349), + [aux_sym_cmd_identifier_token34] = ACTIONS(2349), + [aux_sym_cmd_identifier_token35] = ACTIONS(2349), + [aux_sym_cmd_identifier_token36] = ACTIONS(2349), + [aux_sym_cmd_identifier_token37] = ACTIONS(2349), + [aux_sym_cmd_identifier_token38] = ACTIONS(2349), + [aux_sym_cmd_identifier_token39] = ACTIONS(2349), + [aux_sym_cmd_identifier_token40] = ACTIONS(2349), + [anon_sym_def] = ACTIONS(2349), + [anon_sym_export_DASHenv] = ACTIONS(2349), + [anon_sym_extern] = ACTIONS(2349), + [anon_sym_module] = ACTIONS(2349), + [anon_sym_use] = ACTIONS(2349), + [anon_sym_LPAREN] = ACTIONS(2349), + [anon_sym_DOLLAR] = ACTIONS(2349), + [anon_sym_error] = ACTIONS(2349), + [anon_sym_DASH2] = ACTIONS(2349), + [anon_sym_break] = ACTIONS(2349), + [anon_sym_continue] = ACTIONS(2349), + [anon_sym_for] = ACTIONS(2349), + [anon_sym_in2] = ACTIONS(2349), + [anon_sym_loop] = ACTIONS(2349), + [anon_sym_make] = ACTIONS(2349), + [anon_sym_while] = ACTIONS(2349), + [anon_sym_do] = ACTIONS(2349), + [anon_sym_if] = ACTIONS(2349), + [anon_sym_else] = ACTIONS(2349), + [anon_sym_match] = ACTIONS(2349), + [anon_sym_RBRACE] = ACTIONS(2349), + [anon_sym_try] = ACTIONS(2349), + [anon_sym_catch] = ACTIONS(2349), + [anon_sym_return] = ACTIONS(2349), + [anon_sym_source] = ACTIONS(2349), + [anon_sym_source_DASHenv] = ACTIONS(2349), + [anon_sym_register] = ACTIONS(2349), + [anon_sym_hide] = ACTIONS(2349), + [anon_sym_hide_DASHenv] = ACTIONS(2349), + [anon_sym_overlay] = ACTIONS(2349), + [anon_sym_as] = ACTIONS(2349), + [anon_sym_PLUS2] = ACTIONS(2349), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2349), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2349), + [aux_sym__val_number_decimal_token1] = ACTIONS(2349), + [aux_sym__val_number_decimal_token2] = ACTIONS(2349), + [aux_sym__val_number_decimal_token3] = ACTIONS(2349), + [aux_sym__val_number_decimal_token4] = ACTIONS(2349), + [aux_sym__val_number_token1] = ACTIONS(2349), + [aux_sym__val_number_token2] = ACTIONS(2349), + [aux_sym__val_number_token3] = ACTIONS(2349), + [aux_sym__val_number_token4] = ACTIONS(2349), + [aux_sym__val_number_token5] = ACTIONS(2349), + [aux_sym__val_number_token6] = ACTIONS(2349), + [anon_sym_DQUOTE] = ACTIONS(2349), + [sym__str_single_quotes] = ACTIONS(2349), + [sym__str_back_ticks] = ACTIONS(2349), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2349), + [sym__entry_separator] = ACTIONS(2351), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2351), + }, + [612] = { + [sym_comment] = STATE(612), + [anon_sym_export] = ACTIONS(2353), + [anon_sym_alias] = ACTIONS(2353), + [anon_sym_let] = ACTIONS(2353), + [anon_sym_let_DASHenv] = ACTIONS(2353), + [anon_sym_mut] = ACTIONS(2353), + [anon_sym_const] = ACTIONS(2353), + [aux_sym_cmd_identifier_token1] = ACTIONS(2353), + [aux_sym_cmd_identifier_token2] = ACTIONS(2353), + [aux_sym_cmd_identifier_token3] = ACTIONS(2353), + [aux_sym_cmd_identifier_token4] = ACTIONS(2353), + [aux_sym_cmd_identifier_token5] = ACTIONS(2353), + [aux_sym_cmd_identifier_token6] = ACTIONS(2353), + [aux_sym_cmd_identifier_token7] = ACTIONS(2353), + [aux_sym_cmd_identifier_token8] = ACTIONS(2353), + [aux_sym_cmd_identifier_token9] = ACTIONS(2353), + [aux_sym_cmd_identifier_token10] = ACTIONS(2353), + [aux_sym_cmd_identifier_token11] = ACTIONS(2353), + [aux_sym_cmd_identifier_token12] = ACTIONS(2353), + [aux_sym_cmd_identifier_token13] = ACTIONS(2353), + [aux_sym_cmd_identifier_token14] = ACTIONS(2353), + [aux_sym_cmd_identifier_token15] = ACTIONS(2353), + [aux_sym_cmd_identifier_token16] = ACTIONS(2353), + [aux_sym_cmd_identifier_token17] = ACTIONS(2353), + [aux_sym_cmd_identifier_token18] = ACTIONS(2353), + [aux_sym_cmd_identifier_token19] = ACTIONS(2353), + [aux_sym_cmd_identifier_token20] = ACTIONS(2353), + [aux_sym_cmd_identifier_token21] = ACTIONS(2353), + [aux_sym_cmd_identifier_token22] = ACTIONS(2353), + [aux_sym_cmd_identifier_token23] = ACTIONS(2353), + [aux_sym_cmd_identifier_token24] = ACTIONS(2353), + [aux_sym_cmd_identifier_token25] = ACTIONS(2353), + [aux_sym_cmd_identifier_token26] = ACTIONS(2353), + [aux_sym_cmd_identifier_token27] = ACTIONS(2353), + [aux_sym_cmd_identifier_token28] = ACTIONS(2353), + [aux_sym_cmd_identifier_token29] = ACTIONS(2353), + [aux_sym_cmd_identifier_token30] = ACTIONS(2353), + [aux_sym_cmd_identifier_token31] = ACTIONS(2353), + [aux_sym_cmd_identifier_token32] = ACTIONS(2353), + [aux_sym_cmd_identifier_token33] = ACTIONS(2353), + [aux_sym_cmd_identifier_token34] = ACTIONS(2353), + [aux_sym_cmd_identifier_token35] = ACTIONS(2353), + [aux_sym_cmd_identifier_token36] = ACTIONS(2353), + [aux_sym_cmd_identifier_token37] = ACTIONS(2353), + [aux_sym_cmd_identifier_token38] = ACTIONS(2353), + [aux_sym_cmd_identifier_token39] = ACTIONS(2353), + [aux_sym_cmd_identifier_token40] = ACTIONS(2353), + [anon_sym_def] = ACTIONS(2353), + [anon_sym_export_DASHenv] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(2353), + [anon_sym_module] = ACTIONS(2353), + [anon_sym_use] = ACTIONS(2353), + [anon_sym_LPAREN] = ACTIONS(2353), + [anon_sym_DOLLAR] = ACTIONS(2353), + [anon_sym_error] = ACTIONS(2353), + [anon_sym_DASH2] = ACTIONS(2353), + [anon_sym_break] = ACTIONS(2353), + [anon_sym_continue] = ACTIONS(2353), + [anon_sym_for] = ACTIONS(2353), + [anon_sym_in2] = ACTIONS(2353), + [anon_sym_loop] = ACTIONS(2353), + [anon_sym_make] = ACTIONS(2353), + [anon_sym_while] = ACTIONS(2353), + [anon_sym_do] = ACTIONS(2353), + [anon_sym_if] = ACTIONS(2353), + [anon_sym_else] = ACTIONS(2353), + [anon_sym_match] = ACTIONS(2353), + [anon_sym_RBRACE] = ACTIONS(2353), + [anon_sym_try] = ACTIONS(2353), + [anon_sym_catch] = ACTIONS(2353), + [anon_sym_return] = ACTIONS(2353), + [anon_sym_source] = ACTIONS(2353), + [anon_sym_source_DASHenv] = ACTIONS(2353), + [anon_sym_register] = ACTIONS(2353), + [anon_sym_hide] = ACTIONS(2353), + [anon_sym_hide_DASHenv] = ACTIONS(2353), + [anon_sym_overlay] = ACTIONS(2353), + [anon_sym_as] = ACTIONS(2353), + [anon_sym_PLUS2] = ACTIONS(2353), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2353), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2353), + [aux_sym__val_number_decimal_token1] = ACTIONS(2353), + [aux_sym__val_number_decimal_token2] = ACTIONS(2353), + [aux_sym__val_number_decimal_token3] = ACTIONS(2353), + [aux_sym__val_number_decimal_token4] = ACTIONS(2353), + [aux_sym__val_number_token1] = ACTIONS(2353), + [aux_sym__val_number_token2] = ACTIONS(2353), + [aux_sym__val_number_token3] = ACTIONS(2353), + [aux_sym__val_number_token4] = ACTIONS(2353), + [aux_sym__val_number_token5] = ACTIONS(2353), + [aux_sym__val_number_token6] = ACTIONS(2353), + [anon_sym_DQUOTE] = ACTIONS(2353), + [sym__str_single_quotes] = ACTIONS(2353), + [sym__str_back_ticks] = ACTIONS(2353), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2353), + [sym__entry_separator] = ACTIONS(2355), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2355), + }, + [613] = { + [sym_comment] = STATE(613), + [anon_sym_export] = ACTIONS(2357), + [anon_sym_alias] = ACTIONS(2357), + [anon_sym_let] = ACTIONS(2357), + [anon_sym_let_DASHenv] = ACTIONS(2357), + [anon_sym_mut] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2357), + [aux_sym_cmd_identifier_token1] = ACTIONS(2357), + [aux_sym_cmd_identifier_token2] = ACTIONS(2357), + [aux_sym_cmd_identifier_token3] = ACTIONS(2357), + [aux_sym_cmd_identifier_token4] = ACTIONS(2357), + [aux_sym_cmd_identifier_token5] = ACTIONS(2357), + [aux_sym_cmd_identifier_token6] = ACTIONS(2357), + [aux_sym_cmd_identifier_token7] = ACTIONS(2357), + [aux_sym_cmd_identifier_token8] = ACTIONS(2357), + [aux_sym_cmd_identifier_token9] = ACTIONS(2357), + [aux_sym_cmd_identifier_token10] = ACTIONS(2357), + [aux_sym_cmd_identifier_token11] = ACTIONS(2357), + [aux_sym_cmd_identifier_token12] = ACTIONS(2357), + [aux_sym_cmd_identifier_token13] = ACTIONS(2357), + [aux_sym_cmd_identifier_token14] = ACTIONS(2357), + [aux_sym_cmd_identifier_token15] = ACTIONS(2357), + [aux_sym_cmd_identifier_token16] = ACTIONS(2357), + [aux_sym_cmd_identifier_token17] = ACTIONS(2357), + [aux_sym_cmd_identifier_token18] = ACTIONS(2357), + [aux_sym_cmd_identifier_token19] = ACTIONS(2357), + [aux_sym_cmd_identifier_token20] = ACTIONS(2357), + [aux_sym_cmd_identifier_token21] = ACTIONS(2357), + [aux_sym_cmd_identifier_token22] = ACTIONS(2357), + [aux_sym_cmd_identifier_token23] = ACTIONS(2357), + [aux_sym_cmd_identifier_token24] = ACTIONS(2357), + [aux_sym_cmd_identifier_token25] = ACTIONS(2357), + [aux_sym_cmd_identifier_token26] = ACTIONS(2357), + [aux_sym_cmd_identifier_token27] = ACTIONS(2357), + [aux_sym_cmd_identifier_token28] = ACTIONS(2357), + [aux_sym_cmd_identifier_token29] = ACTIONS(2357), + [aux_sym_cmd_identifier_token30] = ACTIONS(2357), + [aux_sym_cmd_identifier_token31] = ACTIONS(2357), + [aux_sym_cmd_identifier_token32] = ACTIONS(2357), + [aux_sym_cmd_identifier_token33] = ACTIONS(2357), + [aux_sym_cmd_identifier_token34] = ACTIONS(2357), + [aux_sym_cmd_identifier_token35] = ACTIONS(2357), + [aux_sym_cmd_identifier_token36] = ACTIONS(2357), + [aux_sym_cmd_identifier_token37] = ACTIONS(2357), + [aux_sym_cmd_identifier_token38] = ACTIONS(2357), + [aux_sym_cmd_identifier_token39] = ACTIONS(2357), + [aux_sym_cmd_identifier_token40] = ACTIONS(2357), + [anon_sym_def] = ACTIONS(2357), + [anon_sym_export_DASHenv] = ACTIONS(2357), + [anon_sym_extern] = ACTIONS(2357), + [anon_sym_module] = ACTIONS(2357), + [anon_sym_use] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2357), + [anon_sym_DOLLAR] = ACTIONS(2357), + [anon_sym_error] = ACTIONS(2357), + [anon_sym_DASH2] = ACTIONS(2357), + [anon_sym_break] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2357), + [anon_sym_in2] = ACTIONS(2357), + [anon_sym_loop] = ACTIONS(2357), + [anon_sym_make] = ACTIONS(2357), + [anon_sym_while] = ACTIONS(2357), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_if] = ACTIONS(2357), + [anon_sym_else] = ACTIONS(2357), + [anon_sym_match] = ACTIONS(2357), + [anon_sym_RBRACE] = ACTIONS(2357), + [anon_sym_try] = ACTIONS(2357), + [anon_sym_catch] = ACTIONS(2357), + [anon_sym_return] = ACTIONS(2357), + [anon_sym_source] = ACTIONS(2357), + [anon_sym_source_DASHenv] = ACTIONS(2357), + [anon_sym_register] = ACTIONS(2357), + [anon_sym_hide] = ACTIONS(2357), + [anon_sym_hide_DASHenv] = ACTIONS(2357), + [anon_sym_overlay] = ACTIONS(2357), + [anon_sym_as] = ACTIONS(2357), + [anon_sym_PLUS2] = ACTIONS(2357), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2357), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2357), + [aux_sym__val_number_decimal_token1] = ACTIONS(2357), + [aux_sym__val_number_decimal_token2] = ACTIONS(2357), + [aux_sym__val_number_decimal_token3] = ACTIONS(2357), + [aux_sym__val_number_decimal_token4] = ACTIONS(2357), + [aux_sym__val_number_token1] = ACTIONS(2357), + [aux_sym__val_number_token2] = ACTIONS(2357), + [aux_sym__val_number_token3] = ACTIONS(2357), + [aux_sym__val_number_token4] = ACTIONS(2357), + [aux_sym__val_number_token5] = ACTIONS(2357), + [aux_sym__val_number_token6] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2357), + [sym__str_single_quotes] = ACTIONS(2357), + [sym__str_back_ticks] = ACTIONS(2357), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2357), + [sym__entry_separator] = ACTIONS(2359), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2359), + }, + [614] = { + [sym_comment] = STATE(614), + [anon_sym_export] = ACTIONS(2361), + [anon_sym_alias] = ACTIONS(2361), + [anon_sym_let] = ACTIONS(2361), + [anon_sym_let_DASHenv] = ACTIONS(2361), + [anon_sym_mut] = ACTIONS(2361), + [anon_sym_const] = ACTIONS(2361), + [aux_sym_cmd_identifier_token1] = ACTIONS(2361), + [aux_sym_cmd_identifier_token2] = ACTIONS(2361), + [aux_sym_cmd_identifier_token3] = ACTIONS(2361), + [aux_sym_cmd_identifier_token4] = ACTIONS(2361), + [aux_sym_cmd_identifier_token5] = ACTIONS(2361), + [aux_sym_cmd_identifier_token6] = ACTIONS(2361), + [aux_sym_cmd_identifier_token7] = ACTIONS(2361), + [aux_sym_cmd_identifier_token8] = ACTIONS(2361), + [aux_sym_cmd_identifier_token9] = ACTIONS(2361), + [aux_sym_cmd_identifier_token10] = ACTIONS(2361), + [aux_sym_cmd_identifier_token11] = ACTIONS(2361), + [aux_sym_cmd_identifier_token12] = ACTIONS(2361), + [aux_sym_cmd_identifier_token13] = ACTIONS(2361), + [aux_sym_cmd_identifier_token14] = ACTIONS(2361), + [aux_sym_cmd_identifier_token15] = ACTIONS(2361), + [aux_sym_cmd_identifier_token16] = ACTIONS(2361), + [aux_sym_cmd_identifier_token17] = ACTIONS(2361), + [aux_sym_cmd_identifier_token18] = ACTIONS(2361), + [aux_sym_cmd_identifier_token19] = ACTIONS(2361), + [aux_sym_cmd_identifier_token20] = ACTIONS(2361), + [aux_sym_cmd_identifier_token21] = ACTIONS(2361), + [aux_sym_cmd_identifier_token22] = ACTIONS(2361), + [aux_sym_cmd_identifier_token23] = ACTIONS(2361), + [aux_sym_cmd_identifier_token24] = ACTIONS(2361), + [aux_sym_cmd_identifier_token25] = ACTIONS(2361), + [aux_sym_cmd_identifier_token26] = ACTIONS(2361), + [aux_sym_cmd_identifier_token27] = ACTIONS(2361), + [aux_sym_cmd_identifier_token28] = ACTIONS(2361), + [aux_sym_cmd_identifier_token29] = ACTIONS(2361), + [aux_sym_cmd_identifier_token30] = ACTIONS(2361), + [aux_sym_cmd_identifier_token31] = ACTIONS(2361), + [aux_sym_cmd_identifier_token32] = ACTIONS(2361), + [aux_sym_cmd_identifier_token33] = ACTIONS(2361), + [aux_sym_cmd_identifier_token34] = ACTIONS(2361), + [aux_sym_cmd_identifier_token35] = ACTIONS(2361), + [aux_sym_cmd_identifier_token36] = ACTIONS(2361), + [aux_sym_cmd_identifier_token37] = ACTIONS(2361), + [aux_sym_cmd_identifier_token38] = ACTIONS(2361), + [aux_sym_cmd_identifier_token39] = ACTIONS(2361), + [aux_sym_cmd_identifier_token40] = ACTIONS(2361), + [anon_sym_def] = ACTIONS(2361), + [anon_sym_export_DASHenv] = ACTIONS(2361), + [anon_sym_extern] = ACTIONS(2361), + [anon_sym_module] = ACTIONS(2361), + [anon_sym_use] = ACTIONS(2361), + [anon_sym_LPAREN] = ACTIONS(2361), + [anon_sym_DOLLAR] = ACTIONS(2361), + [anon_sym_error] = ACTIONS(2361), + [anon_sym_DASH2] = ACTIONS(2361), + [anon_sym_break] = ACTIONS(2361), + [anon_sym_continue] = ACTIONS(2361), + [anon_sym_for] = ACTIONS(2361), + [anon_sym_in2] = ACTIONS(2361), + [anon_sym_loop] = ACTIONS(2361), + [anon_sym_make] = ACTIONS(2361), + [anon_sym_while] = ACTIONS(2361), + [anon_sym_do] = ACTIONS(2361), + [anon_sym_if] = ACTIONS(2361), + [anon_sym_else] = ACTIONS(2361), + [anon_sym_match] = ACTIONS(2361), + [anon_sym_RBRACE] = ACTIONS(2361), + [anon_sym_try] = ACTIONS(2361), + [anon_sym_catch] = ACTIONS(2361), + [anon_sym_return] = ACTIONS(2361), + [anon_sym_source] = ACTIONS(2361), + [anon_sym_source_DASHenv] = ACTIONS(2361), + [anon_sym_register] = ACTIONS(2361), + [anon_sym_hide] = ACTIONS(2361), + [anon_sym_hide_DASHenv] = ACTIONS(2361), + [anon_sym_overlay] = ACTIONS(2361), + [anon_sym_as] = ACTIONS(2361), + [anon_sym_PLUS2] = ACTIONS(2361), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2361), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2361), + [aux_sym__val_number_decimal_token1] = ACTIONS(2361), + [aux_sym__val_number_decimal_token2] = ACTIONS(2361), + [aux_sym__val_number_decimal_token3] = ACTIONS(2361), + [aux_sym__val_number_decimal_token4] = ACTIONS(2361), + [aux_sym__val_number_token1] = ACTIONS(2361), + [aux_sym__val_number_token2] = ACTIONS(2361), + [aux_sym__val_number_token3] = ACTIONS(2361), + [aux_sym__val_number_token4] = ACTIONS(2361), + [aux_sym__val_number_token5] = ACTIONS(2361), + [aux_sym__val_number_token6] = ACTIONS(2361), + [anon_sym_DQUOTE] = ACTIONS(2361), + [sym__str_single_quotes] = ACTIONS(2361), + [sym__str_back_ticks] = ACTIONS(2361), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2361), + [sym__entry_separator] = ACTIONS(2363), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2363), + }, + [615] = { + [sym_comment] = STATE(615), + [anon_sym_export] = ACTIONS(2365), + [anon_sym_alias] = ACTIONS(2365), + [anon_sym_let] = ACTIONS(2365), + [anon_sym_let_DASHenv] = ACTIONS(2365), + [anon_sym_mut] = ACTIONS(2365), + [anon_sym_const] = ACTIONS(2365), + [aux_sym_cmd_identifier_token1] = ACTIONS(2365), + [aux_sym_cmd_identifier_token2] = ACTIONS(2365), + [aux_sym_cmd_identifier_token3] = ACTIONS(2365), + [aux_sym_cmd_identifier_token4] = ACTIONS(2365), + [aux_sym_cmd_identifier_token5] = ACTIONS(2365), + [aux_sym_cmd_identifier_token6] = ACTIONS(2365), + [aux_sym_cmd_identifier_token7] = ACTIONS(2365), + [aux_sym_cmd_identifier_token8] = ACTIONS(2365), + [aux_sym_cmd_identifier_token9] = ACTIONS(2365), + [aux_sym_cmd_identifier_token10] = ACTIONS(2365), + [aux_sym_cmd_identifier_token11] = ACTIONS(2365), + [aux_sym_cmd_identifier_token12] = ACTIONS(2365), + [aux_sym_cmd_identifier_token13] = ACTIONS(2365), + [aux_sym_cmd_identifier_token14] = ACTIONS(2365), + [aux_sym_cmd_identifier_token15] = ACTIONS(2365), + [aux_sym_cmd_identifier_token16] = ACTIONS(2365), + [aux_sym_cmd_identifier_token17] = ACTIONS(2365), + [aux_sym_cmd_identifier_token18] = ACTIONS(2365), + [aux_sym_cmd_identifier_token19] = ACTIONS(2365), + [aux_sym_cmd_identifier_token20] = ACTIONS(2365), + [aux_sym_cmd_identifier_token21] = ACTIONS(2365), + [aux_sym_cmd_identifier_token22] = ACTIONS(2365), + [aux_sym_cmd_identifier_token23] = ACTIONS(2365), + [aux_sym_cmd_identifier_token24] = ACTIONS(2365), + [aux_sym_cmd_identifier_token25] = ACTIONS(2365), + [aux_sym_cmd_identifier_token26] = ACTIONS(2365), + [aux_sym_cmd_identifier_token27] = ACTIONS(2365), + [aux_sym_cmd_identifier_token28] = ACTIONS(2365), + [aux_sym_cmd_identifier_token29] = ACTIONS(2365), + [aux_sym_cmd_identifier_token30] = ACTIONS(2365), + [aux_sym_cmd_identifier_token31] = ACTIONS(2365), + [aux_sym_cmd_identifier_token32] = ACTIONS(2365), + [aux_sym_cmd_identifier_token33] = ACTIONS(2365), + [aux_sym_cmd_identifier_token34] = ACTIONS(2365), + [aux_sym_cmd_identifier_token35] = ACTIONS(2365), + [aux_sym_cmd_identifier_token36] = ACTIONS(2365), + [aux_sym_cmd_identifier_token37] = ACTIONS(2365), + [aux_sym_cmd_identifier_token38] = ACTIONS(2365), + [aux_sym_cmd_identifier_token39] = ACTIONS(2365), + [aux_sym_cmd_identifier_token40] = ACTIONS(2365), + [anon_sym_def] = ACTIONS(2365), + [anon_sym_export_DASHenv] = ACTIONS(2365), + [anon_sym_extern] = ACTIONS(2365), + [anon_sym_module] = ACTIONS(2365), + [anon_sym_use] = ACTIONS(2365), + [anon_sym_LPAREN] = ACTIONS(2365), + [anon_sym_DOLLAR] = ACTIONS(2365), + [anon_sym_error] = ACTIONS(2365), + [anon_sym_DASH2] = ACTIONS(2365), + [anon_sym_break] = ACTIONS(2365), + [anon_sym_continue] = ACTIONS(2365), + [anon_sym_for] = ACTIONS(2365), + [anon_sym_in2] = ACTIONS(2365), + [anon_sym_loop] = ACTIONS(2365), + [anon_sym_make] = ACTIONS(2365), + [anon_sym_while] = ACTIONS(2365), + [anon_sym_do] = ACTIONS(2365), + [anon_sym_if] = ACTIONS(2365), + [anon_sym_else] = ACTIONS(2365), + [anon_sym_match] = ACTIONS(2365), + [anon_sym_RBRACE] = ACTIONS(2365), + [anon_sym_try] = ACTIONS(2365), + [anon_sym_catch] = ACTIONS(2365), + [anon_sym_return] = ACTIONS(2365), + [anon_sym_source] = ACTIONS(2365), + [anon_sym_source_DASHenv] = ACTIONS(2365), + [anon_sym_register] = ACTIONS(2365), + [anon_sym_hide] = ACTIONS(2365), + [anon_sym_hide_DASHenv] = ACTIONS(2365), + [anon_sym_overlay] = ACTIONS(2365), + [anon_sym_as] = ACTIONS(2365), + [anon_sym_PLUS2] = ACTIONS(2365), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2365), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2365), + [aux_sym__val_number_decimal_token1] = ACTIONS(2365), + [aux_sym__val_number_decimal_token2] = ACTIONS(2365), + [aux_sym__val_number_decimal_token3] = ACTIONS(2365), + [aux_sym__val_number_decimal_token4] = ACTIONS(2365), + [aux_sym__val_number_token1] = ACTIONS(2365), + [aux_sym__val_number_token2] = ACTIONS(2365), + [aux_sym__val_number_token3] = ACTIONS(2365), + [aux_sym__val_number_token4] = ACTIONS(2365), + [aux_sym__val_number_token5] = ACTIONS(2365), + [aux_sym__val_number_token6] = ACTIONS(2365), + [anon_sym_DQUOTE] = ACTIONS(2365), + [sym__str_single_quotes] = ACTIONS(2365), + [sym__str_back_ticks] = ACTIONS(2365), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2365), + [sym__entry_separator] = ACTIONS(2367), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2367), + }, + [616] = { + [sym_comment] = STATE(616), + [anon_sym_export] = ACTIONS(2369), + [anon_sym_alias] = ACTIONS(2369), + [anon_sym_let] = ACTIONS(2369), + [anon_sym_let_DASHenv] = ACTIONS(2369), + [anon_sym_mut] = ACTIONS(2369), + [anon_sym_const] = ACTIONS(2369), + [aux_sym_cmd_identifier_token1] = ACTIONS(2369), + [aux_sym_cmd_identifier_token2] = ACTIONS(2369), + [aux_sym_cmd_identifier_token3] = ACTIONS(2369), + [aux_sym_cmd_identifier_token4] = ACTIONS(2369), + [aux_sym_cmd_identifier_token5] = ACTIONS(2369), + [aux_sym_cmd_identifier_token6] = ACTIONS(2369), + [aux_sym_cmd_identifier_token7] = ACTIONS(2369), + [aux_sym_cmd_identifier_token8] = ACTIONS(2369), + [aux_sym_cmd_identifier_token9] = ACTIONS(2369), + [aux_sym_cmd_identifier_token10] = ACTIONS(2369), + [aux_sym_cmd_identifier_token11] = ACTIONS(2369), + [aux_sym_cmd_identifier_token12] = ACTIONS(2369), + [aux_sym_cmd_identifier_token13] = ACTIONS(2369), + [aux_sym_cmd_identifier_token14] = ACTIONS(2369), + [aux_sym_cmd_identifier_token15] = ACTIONS(2369), + [aux_sym_cmd_identifier_token16] = ACTIONS(2369), + [aux_sym_cmd_identifier_token17] = ACTIONS(2369), + [aux_sym_cmd_identifier_token18] = ACTIONS(2369), + [aux_sym_cmd_identifier_token19] = ACTIONS(2369), + [aux_sym_cmd_identifier_token20] = ACTIONS(2369), + [aux_sym_cmd_identifier_token21] = ACTIONS(2369), + [aux_sym_cmd_identifier_token22] = ACTIONS(2369), + [aux_sym_cmd_identifier_token23] = ACTIONS(2369), + [aux_sym_cmd_identifier_token24] = ACTIONS(2369), + [aux_sym_cmd_identifier_token25] = ACTIONS(2369), + [aux_sym_cmd_identifier_token26] = ACTIONS(2369), + [aux_sym_cmd_identifier_token27] = ACTIONS(2369), + [aux_sym_cmd_identifier_token28] = ACTIONS(2369), + [aux_sym_cmd_identifier_token29] = ACTIONS(2369), + [aux_sym_cmd_identifier_token30] = ACTIONS(2369), + [aux_sym_cmd_identifier_token31] = ACTIONS(2369), + [aux_sym_cmd_identifier_token32] = ACTIONS(2369), + [aux_sym_cmd_identifier_token33] = ACTIONS(2369), + [aux_sym_cmd_identifier_token34] = ACTIONS(2369), + [aux_sym_cmd_identifier_token35] = ACTIONS(2369), + [aux_sym_cmd_identifier_token36] = ACTIONS(2369), + [aux_sym_cmd_identifier_token37] = ACTIONS(2369), + [aux_sym_cmd_identifier_token38] = ACTIONS(2369), + [aux_sym_cmd_identifier_token39] = ACTIONS(2369), + [aux_sym_cmd_identifier_token40] = ACTIONS(2369), + [anon_sym_def] = ACTIONS(2369), + [anon_sym_export_DASHenv] = ACTIONS(2369), + [anon_sym_extern] = ACTIONS(2369), + [anon_sym_module] = ACTIONS(2369), + [anon_sym_use] = ACTIONS(2369), + [anon_sym_LPAREN] = ACTIONS(2369), + [anon_sym_DOLLAR] = ACTIONS(2369), + [anon_sym_error] = ACTIONS(2369), + [anon_sym_DASH2] = ACTIONS(2369), + [anon_sym_break] = ACTIONS(2369), + [anon_sym_continue] = ACTIONS(2369), + [anon_sym_for] = ACTIONS(2369), + [anon_sym_in2] = ACTIONS(2369), + [anon_sym_loop] = ACTIONS(2369), + [anon_sym_make] = ACTIONS(2369), + [anon_sym_while] = ACTIONS(2369), + [anon_sym_do] = ACTIONS(2369), + [anon_sym_if] = ACTIONS(2369), + [anon_sym_else] = ACTIONS(2369), + [anon_sym_match] = ACTIONS(2369), + [anon_sym_RBRACE] = ACTIONS(2369), + [anon_sym_try] = ACTIONS(2369), + [anon_sym_catch] = ACTIONS(2369), + [anon_sym_return] = ACTIONS(2369), + [anon_sym_source] = ACTIONS(2369), + [anon_sym_source_DASHenv] = ACTIONS(2369), + [anon_sym_register] = ACTIONS(2369), + [anon_sym_hide] = ACTIONS(2369), + [anon_sym_hide_DASHenv] = ACTIONS(2369), + [anon_sym_overlay] = ACTIONS(2369), + [anon_sym_as] = ACTIONS(2369), + [anon_sym_PLUS2] = ACTIONS(2369), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2369), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2369), + [aux_sym__val_number_decimal_token1] = ACTIONS(2369), + [aux_sym__val_number_decimal_token2] = ACTIONS(2369), + [aux_sym__val_number_decimal_token3] = ACTIONS(2369), + [aux_sym__val_number_decimal_token4] = ACTIONS(2369), + [aux_sym__val_number_token1] = ACTIONS(2369), + [aux_sym__val_number_token2] = ACTIONS(2369), + [aux_sym__val_number_token3] = ACTIONS(2369), + [aux_sym__val_number_token4] = ACTIONS(2369), + [aux_sym__val_number_token5] = ACTIONS(2369), + [aux_sym__val_number_token6] = ACTIONS(2369), + [anon_sym_DQUOTE] = ACTIONS(2369), + [sym__str_single_quotes] = ACTIONS(2369), + [sym__str_back_ticks] = ACTIONS(2369), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2369), + [sym__entry_separator] = ACTIONS(2371), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2371), + }, + [617] = { + [sym_comment] = STATE(617), + [anon_sym_export] = ACTIONS(2373), + [anon_sym_alias] = ACTIONS(2373), + [anon_sym_let] = ACTIONS(2373), + [anon_sym_let_DASHenv] = ACTIONS(2373), + [anon_sym_mut] = ACTIONS(2373), + [anon_sym_const] = ACTIONS(2373), + [aux_sym_cmd_identifier_token1] = ACTIONS(2373), + [aux_sym_cmd_identifier_token2] = ACTIONS(2373), + [aux_sym_cmd_identifier_token3] = ACTIONS(2373), + [aux_sym_cmd_identifier_token4] = ACTIONS(2373), + [aux_sym_cmd_identifier_token5] = ACTIONS(2373), + [aux_sym_cmd_identifier_token6] = ACTIONS(2373), + [aux_sym_cmd_identifier_token7] = ACTIONS(2373), + [aux_sym_cmd_identifier_token8] = ACTIONS(2373), + [aux_sym_cmd_identifier_token9] = ACTIONS(2373), + [aux_sym_cmd_identifier_token10] = ACTIONS(2373), + [aux_sym_cmd_identifier_token11] = ACTIONS(2373), + [aux_sym_cmd_identifier_token12] = ACTIONS(2373), + [aux_sym_cmd_identifier_token13] = ACTIONS(2373), + [aux_sym_cmd_identifier_token14] = ACTIONS(2373), + [aux_sym_cmd_identifier_token15] = ACTIONS(2373), + [aux_sym_cmd_identifier_token16] = ACTIONS(2373), + [aux_sym_cmd_identifier_token17] = ACTIONS(2373), + [aux_sym_cmd_identifier_token18] = ACTIONS(2373), + [aux_sym_cmd_identifier_token19] = ACTIONS(2373), + [aux_sym_cmd_identifier_token20] = ACTIONS(2373), + [aux_sym_cmd_identifier_token21] = ACTIONS(2373), + [aux_sym_cmd_identifier_token22] = ACTIONS(2373), + [aux_sym_cmd_identifier_token23] = ACTIONS(2373), + [aux_sym_cmd_identifier_token24] = ACTIONS(2373), + [aux_sym_cmd_identifier_token25] = ACTIONS(2373), + [aux_sym_cmd_identifier_token26] = ACTIONS(2373), + [aux_sym_cmd_identifier_token27] = ACTIONS(2373), + [aux_sym_cmd_identifier_token28] = ACTIONS(2373), + [aux_sym_cmd_identifier_token29] = ACTIONS(2373), + [aux_sym_cmd_identifier_token30] = ACTIONS(2373), + [aux_sym_cmd_identifier_token31] = ACTIONS(2373), + [aux_sym_cmd_identifier_token32] = ACTIONS(2373), + [aux_sym_cmd_identifier_token33] = ACTIONS(2373), + [aux_sym_cmd_identifier_token34] = ACTIONS(2373), + [aux_sym_cmd_identifier_token35] = ACTIONS(2373), + [aux_sym_cmd_identifier_token36] = ACTIONS(2373), + [aux_sym_cmd_identifier_token37] = ACTIONS(2373), + [aux_sym_cmd_identifier_token38] = ACTIONS(2373), + [aux_sym_cmd_identifier_token39] = ACTIONS(2373), + [aux_sym_cmd_identifier_token40] = ACTIONS(2373), + [anon_sym_def] = ACTIONS(2373), + [anon_sym_export_DASHenv] = ACTIONS(2373), + [anon_sym_extern] = ACTIONS(2373), + [anon_sym_module] = ACTIONS(2373), + [anon_sym_use] = ACTIONS(2373), + [anon_sym_LPAREN] = ACTIONS(2373), + [anon_sym_DOLLAR] = ACTIONS(2373), + [anon_sym_error] = ACTIONS(2373), + [anon_sym_DASH2] = ACTIONS(2373), + [anon_sym_break] = ACTIONS(2373), + [anon_sym_continue] = ACTIONS(2373), + [anon_sym_for] = ACTIONS(2373), + [anon_sym_in2] = ACTIONS(2373), + [anon_sym_loop] = ACTIONS(2373), + [anon_sym_make] = ACTIONS(2373), + [anon_sym_while] = ACTIONS(2373), + [anon_sym_do] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2373), + [anon_sym_else] = ACTIONS(2373), + [anon_sym_match] = ACTIONS(2373), + [anon_sym_RBRACE] = ACTIONS(2373), + [anon_sym_try] = ACTIONS(2373), + [anon_sym_catch] = ACTIONS(2373), + [anon_sym_return] = ACTIONS(2373), + [anon_sym_source] = ACTIONS(2373), + [anon_sym_source_DASHenv] = ACTIONS(2373), + [anon_sym_register] = ACTIONS(2373), + [anon_sym_hide] = ACTIONS(2373), + [anon_sym_hide_DASHenv] = ACTIONS(2373), + [anon_sym_overlay] = ACTIONS(2373), + [anon_sym_as] = ACTIONS(2373), + [anon_sym_PLUS2] = ACTIONS(2373), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2373), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2373), + [aux_sym__val_number_decimal_token1] = ACTIONS(2373), + [aux_sym__val_number_decimal_token2] = ACTIONS(2373), + [aux_sym__val_number_decimal_token3] = ACTIONS(2373), + [aux_sym__val_number_decimal_token4] = ACTIONS(2373), + [aux_sym__val_number_token1] = ACTIONS(2373), + [aux_sym__val_number_token2] = ACTIONS(2373), + [aux_sym__val_number_token3] = ACTIONS(2373), + [aux_sym__val_number_token4] = ACTIONS(2373), + [aux_sym__val_number_token5] = ACTIONS(2373), + [aux_sym__val_number_token6] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2373), + [sym__str_single_quotes] = ACTIONS(2373), + [sym__str_back_ticks] = ACTIONS(2373), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2373), + [sym__entry_separator] = ACTIONS(2375), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2375), + }, + [618] = { + [sym_comment] = STATE(618), + [anon_sym_export] = ACTIONS(2377), + [anon_sym_alias] = ACTIONS(2377), + [anon_sym_let] = ACTIONS(2377), + [anon_sym_let_DASHenv] = ACTIONS(2377), + [anon_sym_mut] = ACTIONS(2377), + [anon_sym_const] = ACTIONS(2377), + [aux_sym_cmd_identifier_token1] = ACTIONS(2377), + [aux_sym_cmd_identifier_token2] = ACTIONS(2377), + [aux_sym_cmd_identifier_token3] = ACTIONS(2377), + [aux_sym_cmd_identifier_token4] = ACTIONS(2377), + [aux_sym_cmd_identifier_token5] = ACTIONS(2377), + [aux_sym_cmd_identifier_token6] = ACTIONS(2377), + [aux_sym_cmd_identifier_token7] = ACTIONS(2377), + [aux_sym_cmd_identifier_token8] = ACTIONS(2377), + [aux_sym_cmd_identifier_token9] = ACTIONS(2377), + [aux_sym_cmd_identifier_token10] = ACTIONS(2377), + [aux_sym_cmd_identifier_token11] = ACTIONS(2377), + [aux_sym_cmd_identifier_token12] = ACTIONS(2377), + [aux_sym_cmd_identifier_token13] = ACTIONS(2377), + [aux_sym_cmd_identifier_token14] = ACTIONS(2377), + [aux_sym_cmd_identifier_token15] = ACTIONS(2377), + [aux_sym_cmd_identifier_token16] = ACTIONS(2377), + [aux_sym_cmd_identifier_token17] = ACTIONS(2377), + [aux_sym_cmd_identifier_token18] = ACTIONS(2377), + [aux_sym_cmd_identifier_token19] = ACTIONS(2377), + [aux_sym_cmd_identifier_token20] = ACTIONS(2377), + [aux_sym_cmd_identifier_token21] = ACTIONS(2377), + [aux_sym_cmd_identifier_token22] = ACTIONS(2377), + [aux_sym_cmd_identifier_token23] = ACTIONS(2377), + [aux_sym_cmd_identifier_token24] = ACTIONS(2377), + [aux_sym_cmd_identifier_token25] = ACTIONS(2377), + [aux_sym_cmd_identifier_token26] = ACTIONS(2377), + [aux_sym_cmd_identifier_token27] = ACTIONS(2377), + [aux_sym_cmd_identifier_token28] = ACTIONS(2377), + [aux_sym_cmd_identifier_token29] = ACTIONS(2377), + [aux_sym_cmd_identifier_token30] = ACTIONS(2377), + [aux_sym_cmd_identifier_token31] = ACTIONS(2377), + [aux_sym_cmd_identifier_token32] = ACTIONS(2377), + [aux_sym_cmd_identifier_token33] = ACTIONS(2377), + [aux_sym_cmd_identifier_token34] = ACTIONS(2377), + [aux_sym_cmd_identifier_token35] = ACTIONS(2377), + [aux_sym_cmd_identifier_token36] = ACTIONS(2377), + [aux_sym_cmd_identifier_token37] = ACTIONS(2377), + [aux_sym_cmd_identifier_token38] = ACTIONS(2377), + [aux_sym_cmd_identifier_token39] = ACTIONS(2377), + [aux_sym_cmd_identifier_token40] = ACTIONS(2377), + [anon_sym_def] = ACTIONS(2377), + [anon_sym_export_DASHenv] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(2377), + [anon_sym_module] = ACTIONS(2377), + [anon_sym_use] = ACTIONS(2377), + [anon_sym_LPAREN] = ACTIONS(2377), + [anon_sym_DOLLAR] = ACTIONS(2377), + [anon_sym_error] = ACTIONS(2377), + [anon_sym_DASH2] = ACTIONS(2377), + [anon_sym_break] = ACTIONS(2377), + [anon_sym_continue] = ACTIONS(2377), + [anon_sym_for] = ACTIONS(2377), + [anon_sym_in2] = ACTIONS(2377), + [anon_sym_loop] = ACTIONS(2377), + [anon_sym_make] = ACTIONS(2377), + [anon_sym_while] = ACTIONS(2377), + [anon_sym_do] = ACTIONS(2377), + [anon_sym_if] = ACTIONS(2377), + [anon_sym_else] = ACTIONS(2377), + [anon_sym_match] = ACTIONS(2377), + [anon_sym_RBRACE] = ACTIONS(2377), + [anon_sym_try] = ACTIONS(2377), + [anon_sym_catch] = ACTIONS(2377), + [anon_sym_return] = ACTIONS(2377), + [anon_sym_source] = ACTIONS(2377), + [anon_sym_source_DASHenv] = ACTIONS(2377), + [anon_sym_register] = ACTIONS(2377), + [anon_sym_hide] = ACTIONS(2377), + [anon_sym_hide_DASHenv] = ACTIONS(2377), + [anon_sym_overlay] = ACTIONS(2377), + [anon_sym_as] = ACTIONS(2377), + [anon_sym_PLUS2] = ACTIONS(2377), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2377), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2377), + [aux_sym__val_number_decimal_token1] = ACTIONS(2377), + [aux_sym__val_number_decimal_token2] = ACTIONS(2377), + [aux_sym__val_number_decimal_token3] = ACTIONS(2377), + [aux_sym__val_number_decimal_token4] = ACTIONS(2377), + [aux_sym__val_number_token1] = ACTIONS(2377), + [aux_sym__val_number_token2] = ACTIONS(2377), + [aux_sym__val_number_token3] = ACTIONS(2377), + [aux_sym__val_number_token4] = ACTIONS(2377), + [aux_sym__val_number_token5] = ACTIONS(2377), + [aux_sym__val_number_token6] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2377), + [sym__str_single_quotes] = ACTIONS(2377), + [sym__str_back_ticks] = ACTIONS(2377), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2377), + [sym__entry_separator] = ACTIONS(2379), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2379), + }, + [619] = { + [sym_comment] = STATE(619), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_alias] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_let_DASHenv] = ACTIONS(2381), + [anon_sym_mut] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [aux_sym_cmd_identifier_token1] = ACTIONS(2381), + [aux_sym_cmd_identifier_token2] = ACTIONS(2381), + [aux_sym_cmd_identifier_token3] = ACTIONS(2381), + [aux_sym_cmd_identifier_token4] = ACTIONS(2381), + [aux_sym_cmd_identifier_token5] = ACTIONS(2381), + [aux_sym_cmd_identifier_token6] = ACTIONS(2381), + [aux_sym_cmd_identifier_token7] = ACTIONS(2381), + [aux_sym_cmd_identifier_token8] = ACTIONS(2381), + [aux_sym_cmd_identifier_token9] = ACTIONS(2381), + [aux_sym_cmd_identifier_token10] = ACTIONS(2381), + [aux_sym_cmd_identifier_token11] = ACTIONS(2381), + [aux_sym_cmd_identifier_token12] = ACTIONS(2381), + [aux_sym_cmd_identifier_token13] = ACTIONS(2381), + [aux_sym_cmd_identifier_token14] = ACTIONS(2381), + [aux_sym_cmd_identifier_token15] = ACTIONS(2381), + [aux_sym_cmd_identifier_token16] = ACTIONS(2381), + [aux_sym_cmd_identifier_token17] = ACTIONS(2381), + [aux_sym_cmd_identifier_token18] = ACTIONS(2381), + [aux_sym_cmd_identifier_token19] = ACTIONS(2381), + [aux_sym_cmd_identifier_token20] = ACTIONS(2381), + [aux_sym_cmd_identifier_token21] = ACTIONS(2381), + [aux_sym_cmd_identifier_token22] = ACTIONS(2381), + [aux_sym_cmd_identifier_token23] = ACTIONS(2381), + [aux_sym_cmd_identifier_token24] = ACTIONS(2381), + [aux_sym_cmd_identifier_token25] = ACTIONS(2381), + [aux_sym_cmd_identifier_token26] = ACTIONS(2381), + [aux_sym_cmd_identifier_token27] = ACTIONS(2381), + [aux_sym_cmd_identifier_token28] = ACTIONS(2381), + [aux_sym_cmd_identifier_token29] = ACTIONS(2381), + [aux_sym_cmd_identifier_token30] = ACTIONS(2381), + [aux_sym_cmd_identifier_token31] = ACTIONS(2381), + [aux_sym_cmd_identifier_token32] = ACTIONS(2381), + [aux_sym_cmd_identifier_token33] = ACTIONS(2381), + [aux_sym_cmd_identifier_token34] = ACTIONS(2381), + [aux_sym_cmd_identifier_token35] = ACTIONS(2381), + [aux_sym_cmd_identifier_token36] = ACTIONS(2381), + [aux_sym_cmd_identifier_token37] = ACTIONS(2381), + [aux_sym_cmd_identifier_token38] = ACTIONS(2381), + [aux_sym_cmd_identifier_token39] = ACTIONS(2381), + [aux_sym_cmd_identifier_token40] = ACTIONS(2381), + [anon_sym_def] = ACTIONS(2381), + [anon_sym_export_DASHenv] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_use] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2381), + [anon_sym_DOLLAR] = ACTIONS(2381), + [anon_sym_error] = ACTIONS(2381), + [anon_sym_DASH2] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_in2] = ACTIONS(2381), + [anon_sym_loop] = ACTIONS(2381), + [anon_sym_make] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_match] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2381), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_catch] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_source] = ACTIONS(2381), + [anon_sym_source_DASHenv] = ACTIONS(2381), + [anon_sym_register] = ACTIONS(2381), + [anon_sym_hide] = ACTIONS(2381), + [anon_sym_hide_DASHenv] = ACTIONS(2381), + [anon_sym_overlay] = ACTIONS(2381), + [anon_sym_as] = ACTIONS(2381), + [anon_sym_PLUS2] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2381), + [aux_sym__val_number_decimal_token1] = ACTIONS(2381), + [aux_sym__val_number_decimal_token2] = ACTIONS(2381), + [aux_sym__val_number_decimal_token3] = ACTIONS(2381), + [aux_sym__val_number_decimal_token4] = ACTIONS(2381), + [aux_sym__val_number_token1] = ACTIONS(2381), + [aux_sym__val_number_token2] = ACTIONS(2381), + [aux_sym__val_number_token3] = ACTIONS(2381), + [aux_sym__val_number_token4] = ACTIONS(2381), + [aux_sym__val_number_token5] = ACTIONS(2381), + [aux_sym__val_number_token6] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2381), + [sym__str_single_quotes] = ACTIONS(2381), + [sym__str_back_ticks] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2381), + [sym__entry_separator] = ACTIONS(2383), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2383), + }, + [620] = { + [sym_comment] = STATE(620), + [anon_sym_export] = ACTIONS(2385), + [anon_sym_alias] = ACTIONS(2385), + [anon_sym_let] = ACTIONS(2385), + [anon_sym_let_DASHenv] = ACTIONS(2385), + [anon_sym_mut] = ACTIONS(2385), + [anon_sym_const] = ACTIONS(2385), + [aux_sym_cmd_identifier_token1] = ACTIONS(2385), + [aux_sym_cmd_identifier_token2] = ACTIONS(2385), + [aux_sym_cmd_identifier_token3] = ACTIONS(2385), + [aux_sym_cmd_identifier_token4] = ACTIONS(2385), + [aux_sym_cmd_identifier_token5] = ACTIONS(2385), + [aux_sym_cmd_identifier_token6] = ACTIONS(2385), + [aux_sym_cmd_identifier_token7] = ACTIONS(2385), + [aux_sym_cmd_identifier_token8] = ACTIONS(2385), + [aux_sym_cmd_identifier_token9] = ACTIONS(2385), + [aux_sym_cmd_identifier_token10] = ACTIONS(2385), + [aux_sym_cmd_identifier_token11] = ACTIONS(2385), + [aux_sym_cmd_identifier_token12] = ACTIONS(2385), + [aux_sym_cmd_identifier_token13] = ACTIONS(2385), + [aux_sym_cmd_identifier_token14] = ACTIONS(2385), + [aux_sym_cmd_identifier_token15] = ACTIONS(2385), + [aux_sym_cmd_identifier_token16] = ACTIONS(2385), + [aux_sym_cmd_identifier_token17] = ACTIONS(2385), + [aux_sym_cmd_identifier_token18] = ACTIONS(2385), + [aux_sym_cmd_identifier_token19] = ACTIONS(2385), + [aux_sym_cmd_identifier_token20] = ACTIONS(2385), + [aux_sym_cmd_identifier_token21] = ACTIONS(2385), + [aux_sym_cmd_identifier_token22] = ACTIONS(2385), + [aux_sym_cmd_identifier_token23] = ACTIONS(2385), + [aux_sym_cmd_identifier_token24] = ACTIONS(2385), + [aux_sym_cmd_identifier_token25] = ACTIONS(2385), + [aux_sym_cmd_identifier_token26] = ACTIONS(2385), + [aux_sym_cmd_identifier_token27] = ACTIONS(2385), + [aux_sym_cmd_identifier_token28] = ACTIONS(2385), + [aux_sym_cmd_identifier_token29] = ACTIONS(2385), + [aux_sym_cmd_identifier_token30] = ACTIONS(2385), + [aux_sym_cmd_identifier_token31] = ACTIONS(2385), + [aux_sym_cmd_identifier_token32] = ACTIONS(2385), + [aux_sym_cmd_identifier_token33] = ACTIONS(2385), + [aux_sym_cmd_identifier_token34] = ACTIONS(2385), + [aux_sym_cmd_identifier_token35] = ACTIONS(2385), + [aux_sym_cmd_identifier_token36] = ACTIONS(2385), + [aux_sym_cmd_identifier_token37] = ACTIONS(2385), + [aux_sym_cmd_identifier_token38] = ACTIONS(2385), + [aux_sym_cmd_identifier_token39] = ACTIONS(2385), + [aux_sym_cmd_identifier_token40] = ACTIONS(2385), + [anon_sym_def] = ACTIONS(2385), + [anon_sym_export_DASHenv] = ACTIONS(2385), + [anon_sym_extern] = ACTIONS(2385), + [anon_sym_module] = ACTIONS(2385), + [anon_sym_use] = ACTIONS(2385), + [anon_sym_LPAREN] = ACTIONS(2385), + [anon_sym_DOLLAR] = ACTIONS(2385), + [anon_sym_error] = ACTIONS(2385), + [anon_sym_DASH2] = ACTIONS(2385), + [anon_sym_break] = ACTIONS(2385), + [anon_sym_continue] = ACTIONS(2385), + [anon_sym_for] = ACTIONS(2385), + [anon_sym_in2] = ACTIONS(2385), + [anon_sym_loop] = ACTIONS(2385), + [anon_sym_make] = ACTIONS(2385), + [anon_sym_while] = ACTIONS(2385), + [anon_sym_do] = ACTIONS(2385), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_else] = ACTIONS(2385), + [anon_sym_match] = ACTIONS(2385), + [anon_sym_RBRACE] = ACTIONS(2385), + [anon_sym_try] = ACTIONS(2385), + [anon_sym_catch] = ACTIONS(2385), + [anon_sym_return] = ACTIONS(2385), + [anon_sym_source] = ACTIONS(2385), + [anon_sym_source_DASHenv] = ACTIONS(2385), + [anon_sym_register] = ACTIONS(2385), + [anon_sym_hide] = ACTIONS(2385), + [anon_sym_hide_DASHenv] = ACTIONS(2385), + [anon_sym_overlay] = ACTIONS(2385), + [anon_sym_as] = ACTIONS(2385), + [anon_sym_PLUS2] = ACTIONS(2385), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2385), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2385), + [aux_sym__val_number_decimal_token1] = ACTIONS(2385), + [aux_sym__val_number_decimal_token2] = ACTIONS(2385), + [aux_sym__val_number_decimal_token3] = ACTIONS(2385), + [aux_sym__val_number_decimal_token4] = ACTIONS(2385), + [aux_sym__val_number_token1] = ACTIONS(2385), + [aux_sym__val_number_token2] = ACTIONS(2385), + [aux_sym__val_number_token3] = ACTIONS(2385), + [aux_sym__val_number_token4] = ACTIONS(2385), + [aux_sym__val_number_token5] = ACTIONS(2385), + [aux_sym__val_number_token6] = ACTIONS(2385), + [anon_sym_DQUOTE] = ACTIONS(2385), + [sym__str_single_quotes] = ACTIONS(2385), + [sym__str_back_ticks] = ACTIONS(2385), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2385), + [sym__entry_separator] = ACTIONS(2387), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2387), + }, + [621] = { + [sym_comment] = STATE(621), + [anon_sym_export] = ACTIONS(2389), + [anon_sym_alias] = ACTIONS(2389), + [anon_sym_let] = ACTIONS(2389), + [anon_sym_let_DASHenv] = ACTIONS(2389), + [anon_sym_mut] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [aux_sym_cmd_identifier_token1] = ACTIONS(2389), + [aux_sym_cmd_identifier_token2] = ACTIONS(2389), + [aux_sym_cmd_identifier_token3] = ACTIONS(2389), + [aux_sym_cmd_identifier_token4] = ACTIONS(2389), + [aux_sym_cmd_identifier_token5] = ACTIONS(2389), + [aux_sym_cmd_identifier_token6] = ACTIONS(2389), + [aux_sym_cmd_identifier_token7] = ACTIONS(2389), + [aux_sym_cmd_identifier_token8] = ACTIONS(2389), + [aux_sym_cmd_identifier_token9] = ACTIONS(2389), + [aux_sym_cmd_identifier_token10] = ACTIONS(2389), + [aux_sym_cmd_identifier_token11] = ACTIONS(2389), + [aux_sym_cmd_identifier_token12] = ACTIONS(2389), + [aux_sym_cmd_identifier_token13] = ACTIONS(2389), + [aux_sym_cmd_identifier_token14] = ACTIONS(2389), + [aux_sym_cmd_identifier_token15] = ACTIONS(2389), + [aux_sym_cmd_identifier_token16] = ACTIONS(2389), + [aux_sym_cmd_identifier_token17] = ACTIONS(2389), + [aux_sym_cmd_identifier_token18] = ACTIONS(2389), + [aux_sym_cmd_identifier_token19] = ACTIONS(2389), + [aux_sym_cmd_identifier_token20] = ACTIONS(2389), + [aux_sym_cmd_identifier_token21] = ACTIONS(2389), + [aux_sym_cmd_identifier_token22] = ACTIONS(2389), + [aux_sym_cmd_identifier_token23] = ACTIONS(2389), + [aux_sym_cmd_identifier_token24] = ACTIONS(2389), + [aux_sym_cmd_identifier_token25] = ACTIONS(2389), + [aux_sym_cmd_identifier_token26] = ACTIONS(2389), + [aux_sym_cmd_identifier_token27] = ACTIONS(2389), + [aux_sym_cmd_identifier_token28] = ACTIONS(2389), + [aux_sym_cmd_identifier_token29] = ACTIONS(2389), + [aux_sym_cmd_identifier_token30] = ACTIONS(2389), + [aux_sym_cmd_identifier_token31] = ACTIONS(2389), + [aux_sym_cmd_identifier_token32] = ACTIONS(2389), + [aux_sym_cmd_identifier_token33] = ACTIONS(2389), + [aux_sym_cmd_identifier_token34] = ACTIONS(2389), + [aux_sym_cmd_identifier_token35] = ACTIONS(2389), + [aux_sym_cmd_identifier_token36] = ACTIONS(2389), + [aux_sym_cmd_identifier_token37] = ACTIONS(2389), + [aux_sym_cmd_identifier_token38] = ACTIONS(2389), + [aux_sym_cmd_identifier_token39] = ACTIONS(2389), + [aux_sym_cmd_identifier_token40] = ACTIONS(2389), + [anon_sym_def] = ACTIONS(2389), + [anon_sym_export_DASHenv] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym_module] = ACTIONS(2389), + [anon_sym_use] = ACTIONS(2389), + [anon_sym_LPAREN] = ACTIONS(2389), + [anon_sym_DOLLAR] = ACTIONS(2389), + [anon_sym_error] = ACTIONS(2389), + [anon_sym_DASH2] = ACTIONS(2389), + [anon_sym_break] = ACTIONS(2389), + [anon_sym_continue] = ACTIONS(2389), + [anon_sym_for] = ACTIONS(2389), + [anon_sym_in2] = ACTIONS(2389), + [anon_sym_loop] = ACTIONS(2389), + [anon_sym_make] = ACTIONS(2389), + [anon_sym_while] = ACTIONS(2389), + [anon_sym_do] = ACTIONS(2389), + [anon_sym_if] = ACTIONS(2389), + [anon_sym_else] = ACTIONS(2389), + [anon_sym_match] = ACTIONS(2389), + [anon_sym_RBRACE] = ACTIONS(2389), + [anon_sym_try] = ACTIONS(2389), + [anon_sym_catch] = ACTIONS(2389), + [anon_sym_return] = ACTIONS(2389), + [anon_sym_source] = ACTIONS(2389), + [anon_sym_source_DASHenv] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_hide] = ACTIONS(2389), + [anon_sym_hide_DASHenv] = ACTIONS(2389), + [anon_sym_overlay] = ACTIONS(2389), + [anon_sym_as] = ACTIONS(2389), + [anon_sym_PLUS2] = ACTIONS(2389), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2389), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2389), + [aux_sym__val_number_decimal_token1] = ACTIONS(2389), + [aux_sym__val_number_decimal_token2] = ACTIONS(2389), + [aux_sym__val_number_decimal_token3] = ACTIONS(2389), + [aux_sym__val_number_decimal_token4] = ACTIONS(2389), + [aux_sym__val_number_token1] = ACTIONS(2389), + [aux_sym__val_number_token2] = ACTIONS(2389), + [aux_sym__val_number_token3] = ACTIONS(2389), + [aux_sym__val_number_token4] = ACTIONS(2389), + [aux_sym__val_number_token5] = ACTIONS(2389), + [aux_sym__val_number_token6] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2389), + [sym__str_single_quotes] = ACTIONS(2389), + [sym__str_back_ticks] = ACTIONS(2389), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2389), + [sym__entry_separator] = ACTIONS(2391), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2391), + }, + [622] = { + [sym_comment] = STATE(622), + [anon_sym_export] = ACTIONS(2393), + [anon_sym_alias] = ACTIONS(2393), + [anon_sym_let] = ACTIONS(2393), + [anon_sym_let_DASHenv] = ACTIONS(2393), + [anon_sym_mut] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [aux_sym_cmd_identifier_token1] = ACTIONS(2393), + [aux_sym_cmd_identifier_token2] = ACTIONS(2393), + [aux_sym_cmd_identifier_token3] = ACTIONS(2393), + [aux_sym_cmd_identifier_token4] = ACTIONS(2393), + [aux_sym_cmd_identifier_token5] = ACTIONS(2393), + [aux_sym_cmd_identifier_token6] = ACTIONS(2393), + [aux_sym_cmd_identifier_token7] = ACTIONS(2393), + [aux_sym_cmd_identifier_token8] = ACTIONS(2393), + [aux_sym_cmd_identifier_token9] = ACTIONS(2393), + [aux_sym_cmd_identifier_token10] = ACTIONS(2393), + [aux_sym_cmd_identifier_token11] = ACTIONS(2393), + [aux_sym_cmd_identifier_token12] = ACTIONS(2393), + [aux_sym_cmd_identifier_token13] = ACTIONS(2393), + [aux_sym_cmd_identifier_token14] = ACTIONS(2393), + [aux_sym_cmd_identifier_token15] = ACTIONS(2393), + [aux_sym_cmd_identifier_token16] = ACTIONS(2393), + [aux_sym_cmd_identifier_token17] = ACTIONS(2393), + [aux_sym_cmd_identifier_token18] = ACTIONS(2393), + [aux_sym_cmd_identifier_token19] = ACTIONS(2393), + [aux_sym_cmd_identifier_token20] = ACTIONS(2393), + [aux_sym_cmd_identifier_token21] = ACTIONS(2393), + [aux_sym_cmd_identifier_token22] = ACTIONS(2393), + [aux_sym_cmd_identifier_token23] = ACTIONS(2393), + [aux_sym_cmd_identifier_token24] = ACTIONS(2393), + [aux_sym_cmd_identifier_token25] = ACTIONS(2393), + [aux_sym_cmd_identifier_token26] = ACTIONS(2393), + [aux_sym_cmd_identifier_token27] = ACTIONS(2393), + [aux_sym_cmd_identifier_token28] = ACTIONS(2393), + [aux_sym_cmd_identifier_token29] = ACTIONS(2393), + [aux_sym_cmd_identifier_token30] = ACTIONS(2393), + [aux_sym_cmd_identifier_token31] = ACTIONS(2393), + [aux_sym_cmd_identifier_token32] = ACTIONS(2393), + [aux_sym_cmd_identifier_token33] = ACTIONS(2393), + [aux_sym_cmd_identifier_token34] = ACTIONS(2393), + [aux_sym_cmd_identifier_token35] = ACTIONS(2393), + [aux_sym_cmd_identifier_token36] = ACTIONS(2393), + [aux_sym_cmd_identifier_token37] = ACTIONS(2393), + [aux_sym_cmd_identifier_token38] = ACTIONS(2393), + [aux_sym_cmd_identifier_token39] = ACTIONS(2393), + [aux_sym_cmd_identifier_token40] = ACTIONS(2393), + [anon_sym_def] = ACTIONS(2393), + [anon_sym_export_DASHenv] = ACTIONS(2393), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym_module] = ACTIONS(2393), + [anon_sym_use] = ACTIONS(2393), + [anon_sym_LPAREN] = ACTIONS(2393), + [anon_sym_DOLLAR] = ACTIONS(2393), + [anon_sym_error] = ACTIONS(2393), + [anon_sym_DASH2] = ACTIONS(2393), + [anon_sym_break] = ACTIONS(2393), + [anon_sym_continue] = ACTIONS(2393), + [anon_sym_for] = ACTIONS(2393), + [anon_sym_in2] = ACTIONS(2393), + [anon_sym_loop] = ACTIONS(2393), + [anon_sym_make] = ACTIONS(2393), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2393), + [anon_sym_if] = ACTIONS(2393), + [anon_sym_else] = ACTIONS(2393), + [anon_sym_match] = ACTIONS(2393), + [anon_sym_RBRACE] = ACTIONS(2393), + [anon_sym_try] = ACTIONS(2393), + [anon_sym_catch] = ACTIONS(2393), + [anon_sym_return] = ACTIONS(2393), + [anon_sym_source] = ACTIONS(2393), + [anon_sym_source_DASHenv] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_hide] = ACTIONS(2393), + [anon_sym_hide_DASHenv] = ACTIONS(2393), + [anon_sym_overlay] = ACTIONS(2393), + [anon_sym_as] = ACTIONS(2393), + [anon_sym_PLUS2] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2393), + [aux_sym__val_number_decimal_token1] = ACTIONS(2393), + [aux_sym__val_number_decimal_token2] = ACTIONS(2393), + [aux_sym__val_number_decimal_token3] = ACTIONS(2393), + [aux_sym__val_number_decimal_token4] = ACTIONS(2393), + [aux_sym__val_number_token1] = ACTIONS(2393), + [aux_sym__val_number_token2] = ACTIONS(2393), + [aux_sym__val_number_token3] = ACTIONS(2393), + [aux_sym__val_number_token4] = ACTIONS(2393), + [aux_sym__val_number_token5] = ACTIONS(2393), + [aux_sym__val_number_token6] = ACTIONS(2393), + [anon_sym_DQUOTE] = ACTIONS(2393), + [sym__str_single_quotes] = ACTIONS(2393), + [sym__str_back_ticks] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2393), + [sym__entry_separator] = ACTIONS(2395), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2395), + }, + [623] = { + [sym_comment] = STATE(623), + [anon_sym_export] = ACTIONS(2397), + [anon_sym_alias] = ACTIONS(2397), + [anon_sym_let] = ACTIONS(2397), + [anon_sym_let_DASHenv] = ACTIONS(2397), + [anon_sym_mut] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [aux_sym_cmd_identifier_token1] = ACTIONS(2397), + [aux_sym_cmd_identifier_token2] = ACTIONS(2397), + [aux_sym_cmd_identifier_token3] = ACTIONS(2397), + [aux_sym_cmd_identifier_token4] = ACTIONS(2397), + [aux_sym_cmd_identifier_token5] = ACTIONS(2397), + [aux_sym_cmd_identifier_token6] = ACTIONS(2397), + [aux_sym_cmd_identifier_token7] = ACTIONS(2397), + [aux_sym_cmd_identifier_token8] = ACTIONS(2397), + [aux_sym_cmd_identifier_token9] = ACTIONS(2397), + [aux_sym_cmd_identifier_token10] = ACTIONS(2397), + [aux_sym_cmd_identifier_token11] = ACTIONS(2397), + [aux_sym_cmd_identifier_token12] = ACTIONS(2397), + [aux_sym_cmd_identifier_token13] = ACTIONS(2397), + [aux_sym_cmd_identifier_token14] = ACTIONS(2397), + [aux_sym_cmd_identifier_token15] = ACTIONS(2397), + [aux_sym_cmd_identifier_token16] = ACTIONS(2397), + [aux_sym_cmd_identifier_token17] = ACTIONS(2397), + [aux_sym_cmd_identifier_token18] = ACTIONS(2397), + [aux_sym_cmd_identifier_token19] = ACTIONS(2397), + [aux_sym_cmd_identifier_token20] = ACTIONS(2397), + [aux_sym_cmd_identifier_token21] = ACTIONS(2397), + [aux_sym_cmd_identifier_token22] = ACTIONS(2397), + [aux_sym_cmd_identifier_token23] = ACTIONS(2397), + [aux_sym_cmd_identifier_token24] = ACTIONS(2397), + [aux_sym_cmd_identifier_token25] = ACTIONS(2397), + [aux_sym_cmd_identifier_token26] = ACTIONS(2397), + [aux_sym_cmd_identifier_token27] = ACTIONS(2397), + [aux_sym_cmd_identifier_token28] = ACTIONS(2397), + [aux_sym_cmd_identifier_token29] = ACTIONS(2397), + [aux_sym_cmd_identifier_token30] = ACTIONS(2397), + [aux_sym_cmd_identifier_token31] = ACTIONS(2397), + [aux_sym_cmd_identifier_token32] = ACTIONS(2397), + [aux_sym_cmd_identifier_token33] = ACTIONS(2397), + [aux_sym_cmd_identifier_token34] = ACTIONS(2397), + [aux_sym_cmd_identifier_token35] = ACTIONS(2397), + [aux_sym_cmd_identifier_token36] = ACTIONS(2397), + [aux_sym_cmd_identifier_token37] = ACTIONS(2397), + [aux_sym_cmd_identifier_token38] = ACTIONS(2397), + [aux_sym_cmd_identifier_token39] = ACTIONS(2397), + [aux_sym_cmd_identifier_token40] = ACTIONS(2397), + [anon_sym_def] = ACTIONS(2397), + [anon_sym_export_DASHenv] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym_module] = ACTIONS(2397), + [anon_sym_use] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2397), + [anon_sym_DOLLAR] = ACTIONS(2397), + [anon_sym_error] = ACTIONS(2397), + [anon_sym_DASH2] = ACTIONS(2397), + [anon_sym_break] = ACTIONS(2397), + [anon_sym_continue] = ACTIONS(2397), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_in2] = ACTIONS(2397), + [anon_sym_loop] = ACTIONS(2397), + [anon_sym_make] = ACTIONS(2397), + [anon_sym_while] = ACTIONS(2397), + [anon_sym_do] = ACTIONS(2397), + [anon_sym_if] = ACTIONS(2397), + [anon_sym_else] = ACTIONS(2397), + [anon_sym_match] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2397), + [anon_sym_try] = ACTIONS(2397), + [anon_sym_catch] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2397), + [anon_sym_source] = ACTIONS(2397), + [anon_sym_source_DASHenv] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_hide] = ACTIONS(2397), + [anon_sym_hide_DASHenv] = ACTIONS(2397), + [anon_sym_overlay] = ACTIONS(2397), + [anon_sym_as] = ACTIONS(2397), + [anon_sym_PLUS2] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2397), + [aux_sym__val_number_decimal_token1] = ACTIONS(2397), + [aux_sym__val_number_decimal_token2] = ACTIONS(2397), + [aux_sym__val_number_decimal_token3] = ACTIONS(2397), + [aux_sym__val_number_decimal_token4] = ACTIONS(2397), + [aux_sym__val_number_token1] = ACTIONS(2397), + [aux_sym__val_number_token2] = ACTIONS(2397), + [aux_sym__val_number_token3] = ACTIONS(2397), + [aux_sym__val_number_token4] = ACTIONS(2397), + [aux_sym__val_number_token5] = ACTIONS(2397), + [aux_sym__val_number_token6] = ACTIONS(2397), + [anon_sym_DQUOTE] = ACTIONS(2397), + [sym__str_single_quotes] = ACTIONS(2397), + [sym__str_back_ticks] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2397), + [sym__entry_separator] = ACTIONS(2399), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2399), + }, + [624] = { + [sym_comment] = STATE(624), + [anon_sym_export] = ACTIONS(2318), + [anon_sym_alias] = ACTIONS(2318), + [anon_sym_let] = ACTIONS(2318), + [anon_sym_let_DASHenv] = ACTIONS(2318), + [anon_sym_mut] = ACTIONS(2318), + [anon_sym_const] = ACTIONS(2318), + [aux_sym_cmd_identifier_token1] = ACTIONS(2318), + [aux_sym_cmd_identifier_token2] = ACTIONS(2322), + [aux_sym_cmd_identifier_token3] = ACTIONS(2322), + [aux_sym_cmd_identifier_token4] = ACTIONS(2322), + [aux_sym_cmd_identifier_token5] = ACTIONS(2322), + [aux_sym_cmd_identifier_token6] = ACTIONS(2322), + [aux_sym_cmd_identifier_token7] = ACTIONS(2322), + [aux_sym_cmd_identifier_token8] = ACTIONS(2318), + [aux_sym_cmd_identifier_token9] = ACTIONS(2318), + [aux_sym_cmd_identifier_token10] = ACTIONS(2322), + [aux_sym_cmd_identifier_token11] = ACTIONS(2322), + [aux_sym_cmd_identifier_token12] = ACTIONS(2318), + [aux_sym_cmd_identifier_token13] = ACTIONS(2318), + [aux_sym_cmd_identifier_token14] = ACTIONS(2318), + [aux_sym_cmd_identifier_token15] = ACTIONS(2318), + [aux_sym_cmd_identifier_token16] = ACTIONS(2322), + [aux_sym_cmd_identifier_token17] = ACTIONS(2322), + [aux_sym_cmd_identifier_token18] = ACTIONS(2322), + [aux_sym_cmd_identifier_token19] = ACTIONS(2322), + [aux_sym_cmd_identifier_token20] = ACTIONS(2322), + [aux_sym_cmd_identifier_token21] = ACTIONS(2322), + [aux_sym_cmd_identifier_token22] = ACTIONS(2322), + [aux_sym_cmd_identifier_token23] = ACTIONS(2322), + [aux_sym_cmd_identifier_token24] = ACTIONS(2322), + [aux_sym_cmd_identifier_token25] = ACTIONS(2322), + [aux_sym_cmd_identifier_token26] = ACTIONS(2322), + [aux_sym_cmd_identifier_token27] = ACTIONS(2322), + [aux_sym_cmd_identifier_token28] = ACTIONS(2322), + [aux_sym_cmd_identifier_token29] = ACTIONS(2322), + [aux_sym_cmd_identifier_token30] = ACTIONS(2322), + [aux_sym_cmd_identifier_token31] = ACTIONS(2322), + [aux_sym_cmd_identifier_token32] = ACTIONS(2322), + [aux_sym_cmd_identifier_token33] = ACTIONS(2322), + [aux_sym_cmd_identifier_token34] = ACTIONS(2318), + [aux_sym_cmd_identifier_token35] = ACTIONS(2322), + [aux_sym_cmd_identifier_token36] = ACTIONS(2322), + [aux_sym_cmd_identifier_token37] = ACTIONS(2322), + [aux_sym_cmd_identifier_token38] = ACTIONS(2318), + [aux_sym_cmd_identifier_token39] = ACTIONS(2322), + [aux_sym_cmd_identifier_token40] = ACTIONS(2322), + [anon_sym_def] = ACTIONS(2318), + [anon_sym_export_DASHenv] = ACTIONS(2318), + [anon_sym_extern] = ACTIONS(2318), + [anon_sym_module] = ACTIONS(2318), + [anon_sym_use] = ACTIONS(2318), + [anon_sym_LPAREN] = ACTIONS(2322), + [anon_sym_DOLLAR] = ACTIONS(2322), + [anon_sym_error] = ACTIONS(2318), + [anon_sym_DASH2] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2318), + [anon_sym_continue] = ACTIONS(2318), + [anon_sym_for] = ACTIONS(2318), + [anon_sym_in2] = ACTIONS(2318), + [anon_sym_loop] = ACTIONS(2318), + [anon_sym_make] = ACTIONS(2318), + [anon_sym_while] = ACTIONS(2318), + [anon_sym_do] = ACTIONS(2318), + [anon_sym_if] = ACTIONS(2318), + [anon_sym_else] = ACTIONS(2318), + [anon_sym_match] = ACTIONS(2318), + [anon_sym_RBRACE] = ACTIONS(2322), + [anon_sym_try] = ACTIONS(2318), + [anon_sym_catch] = ACTIONS(2318), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_source] = ACTIONS(2318), + [anon_sym_source_DASHenv] = ACTIONS(2318), + [anon_sym_register] = ACTIONS(2318), + [anon_sym_hide] = ACTIONS(2318), + [anon_sym_hide_DASHenv] = ACTIONS(2318), + [anon_sym_overlay] = ACTIONS(2318), + [anon_sym_as] = ACTIONS(2318), + [anon_sym_PLUS2] = ACTIONS(2318), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2322), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2322), + [aux_sym__val_number_decimal_token1] = ACTIONS(2318), + [aux_sym__val_number_decimal_token2] = ACTIONS(2322), + [aux_sym__val_number_decimal_token3] = ACTIONS(2322), + [aux_sym__val_number_decimal_token4] = ACTIONS(2322), + [aux_sym__val_number_token1] = ACTIONS(2322), + [aux_sym__val_number_token2] = ACTIONS(2322), + [aux_sym__val_number_token3] = ACTIONS(2322), + [aux_sym__val_number_token4] = ACTIONS(2318), + [aux_sym__val_number_token5] = ACTIONS(2318), + [aux_sym__val_number_token6] = ACTIONS(2318), + [anon_sym_LBRACK2] = ACTIONS(2401), + [anon_sym_DQUOTE] = ACTIONS(2322), + [sym__str_single_quotes] = ACTIONS(2322), + [sym__str_back_ticks] = ACTIONS(2322), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2322), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2322), + }, + [625] = { + [sym_comment] = STATE(625), + [anon_sym_export] = ACTIONS(1937), + [anon_sym_alias] = ACTIONS(1937), + [anon_sym_let] = ACTIONS(1937), + [anon_sym_let_DASHenv] = ACTIONS(1937), + [anon_sym_mut] = ACTIONS(1937), + [anon_sym_const] = ACTIONS(1937), + [aux_sym_cmd_identifier_token1] = ACTIONS(1937), + [aux_sym_cmd_identifier_token2] = ACTIONS(1937), + [aux_sym_cmd_identifier_token3] = ACTIONS(1937), + [aux_sym_cmd_identifier_token4] = ACTIONS(1937), + [aux_sym_cmd_identifier_token5] = ACTIONS(1937), + [aux_sym_cmd_identifier_token6] = ACTIONS(1937), + [aux_sym_cmd_identifier_token7] = ACTIONS(1937), + [aux_sym_cmd_identifier_token8] = ACTIONS(1937), + [aux_sym_cmd_identifier_token9] = ACTIONS(1937), + [aux_sym_cmd_identifier_token10] = ACTIONS(1937), + [aux_sym_cmd_identifier_token11] = ACTIONS(1937), + [aux_sym_cmd_identifier_token12] = ACTIONS(1937), + [aux_sym_cmd_identifier_token13] = ACTIONS(1937), + [aux_sym_cmd_identifier_token14] = ACTIONS(1937), + [aux_sym_cmd_identifier_token15] = ACTIONS(1937), + [aux_sym_cmd_identifier_token16] = ACTIONS(1937), + [aux_sym_cmd_identifier_token17] = ACTIONS(1937), + [aux_sym_cmd_identifier_token18] = ACTIONS(1937), + [aux_sym_cmd_identifier_token19] = ACTIONS(1937), + [aux_sym_cmd_identifier_token20] = ACTIONS(1937), + [aux_sym_cmd_identifier_token21] = ACTIONS(1937), + [aux_sym_cmd_identifier_token22] = ACTIONS(1937), + [aux_sym_cmd_identifier_token23] = ACTIONS(1937), + [aux_sym_cmd_identifier_token24] = ACTIONS(1937), + [aux_sym_cmd_identifier_token25] = ACTIONS(1937), + [aux_sym_cmd_identifier_token26] = ACTIONS(1937), + [aux_sym_cmd_identifier_token27] = ACTIONS(1937), + [aux_sym_cmd_identifier_token28] = ACTIONS(1937), + [aux_sym_cmd_identifier_token29] = ACTIONS(1937), + [aux_sym_cmd_identifier_token30] = ACTIONS(1937), + [aux_sym_cmd_identifier_token31] = ACTIONS(1937), + [aux_sym_cmd_identifier_token32] = ACTIONS(1937), + [aux_sym_cmd_identifier_token33] = ACTIONS(1937), + [aux_sym_cmd_identifier_token34] = ACTIONS(1937), + [aux_sym_cmd_identifier_token35] = ACTIONS(1937), + [aux_sym_cmd_identifier_token36] = ACTIONS(1937), + [aux_sym_cmd_identifier_token37] = ACTIONS(1937), + [aux_sym_cmd_identifier_token38] = ACTIONS(1937), + [aux_sym_cmd_identifier_token39] = ACTIONS(1937), + [aux_sym_cmd_identifier_token40] = ACTIONS(1937), + [anon_sym_def] = ACTIONS(1937), + [anon_sym_export_DASHenv] = ACTIONS(1937), + [anon_sym_extern] = ACTIONS(1937), + [anon_sym_module] = ACTIONS(1937), + [anon_sym_use] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1937), + [anon_sym_DOLLAR] = ACTIONS(1937), + [anon_sym_error] = ACTIONS(1937), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_break] = ACTIONS(1937), + [anon_sym_continue] = ACTIONS(1937), + [anon_sym_for] = ACTIONS(1937), + [anon_sym_in2] = ACTIONS(1937), + [anon_sym_loop] = ACTIONS(1937), + [anon_sym_make] = ACTIONS(1937), + [anon_sym_while] = ACTIONS(1937), + [anon_sym_do] = ACTIONS(1937), + [anon_sym_if] = ACTIONS(1937), + [anon_sym_else] = ACTIONS(1937), + [anon_sym_match] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1937), + [anon_sym_try] = ACTIONS(1937), + [anon_sym_catch] = ACTIONS(1937), + [anon_sym_return] = ACTIONS(1937), + [anon_sym_source] = ACTIONS(1937), + [anon_sym_source_DASHenv] = ACTIONS(1937), + [anon_sym_register] = ACTIONS(1937), + [anon_sym_hide] = ACTIONS(1937), + [anon_sym_hide_DASHenv] = ACTIONS(1937), + [anon_sym_overlay] = ACTIONS(1937), + [anon_sym_as] = ACTIONS(1937), + [anon_sym_PLUS2] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1937), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1937), + [aux_sym__val_number_decimal_token3] = ACTIONS(1937), + [aux_sym__val_number_decimal_token4] = ACTIONS(1937), + [aux_sym__val_number_token1] = ACTIONS(1937), + [aux_sym__val_number_token2] = ACTIONS(1937), + [aux_sym__val_number_token3] = ACTIONS(1937), + [aux_sym__val_number_token4] = ACTIONS(1937), + [aux_sym__val_number_token5] = ACTIONS(1937), + [aux_sym__val_number_token6] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(1937), + [sym__str_single_quotes] = ACTIONS(1937), + [sym__str_back_ticks] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1937), + [sym__entry_separator] = ACTIONS(1939), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(960), + [sym_raw_string_begin] = ACTIONS(1939), }, - [641] = { - [sym_comment] = STATE(641), - [anon_sym_export] = ACTIONS(976), - [anon_sym_alias] = ACTIONS(976), - [anon_sym_let] = ACTIONS(976), - [anon_sym_let_DASHenv] = ACTIONS(976), - [anon_sym_mut] = ACTIONS(976), - [anon_sym_const] = ACTIONS(976), - [aux_sym_cmd_identifier_token1] = ACTIONS(976), - [aux_sym_cmd_identifier_token2] = ACTIONS(976), - [aux_sym_cmd_identifier_token3] = ACTIONS(976), - [aux_sym_cmd_identifier_token4] = ACTIONS(976), - [aux_sym_cmd_identifier_token5] = ACTIONS(976), - [aux_sym_cmd_identifier_token6] = ACTIONS(976), - [aux_sym_cmd_identifier_token7] = ACTIONS(976), - [aux_sym_cmd_identifier_token8] = ACTIONS(976), - [aux_sym_cmd_identifier_token9] = ACTIONS(976), - [aux_sym_cmd_identifier_token10] = ACTIONS(976), - [aux_sym_cmd_identifier_token11] = ACTIONS(976), - [aux_sym_cmd_identifier_token12] = ACTIONS(976), - [aux_sym_cmd_identifier_token13] = ACTIONS(976), - [aux_sym_cmd_identifier_token14] = ACTIONS(976), - [aux_sym_cmd_identifier_token15] = ACTIONS(976), - [aux_sym_cmd_identifier_token16] = ACTIONS(976), - [aux_sym_cmd_identifier_token17] = ACTIONS(976), - [aux_sym_cmd_identifier_token18] = ACTIONS(976), - [aux_sym_cmd_identifier_token19] = ACTIONS(976), - [aux_sym_cmd_identifier_token20] = ACTIONS(976), - [aux_sym_cmd_identifier_token21] = ACTIONS(976), - [aux_sym_cmd_identifier_token22] = ACTIONS(976), - [aux_sym_cmd_identifier_token23] = ACTIONS(976), - [aux_sym_cmd_identifier_token24] = ACTIONS(976), - [aux_sym_cmd_identifier_token25] = ACTIONS(976), - [aux_sym_cmd_identifier_token26] = ACTIONS(976), - [aux_sym_cmd_identifier_token27] = ACTIONS(976), - [aux_sym_cmd_identifier_token28] = ACTIONS(976), - [aux_sym_cmd_identifier_token29] = ACTIONS(976), - [aux_sym_cmd_identifier_token30] = ACTIONS(976), - [aux_sym_cmd_identifier_token31] = ACTIONS(976), - [aux_sym_cmd_identifier_token32] = ACTIONS(976), - [aux_sym_cmd_identifier_token33] = ACTIONS(976), - [aux_sym_cmd_identifier_token34] = ACTIONS(976), - [aux_sym_cmd_identifier_token35] = ACTIONS(976), - [aux_sym_cmd_identifier_token36] = ACTIONS(976), - [aux_sym_cmd_identifier_token37] = ACTIONS(976), - [aux_sym_cmd_identifier_token38] = ACTIONS(976), - [aux_sym_cmd_identifier_token39] = ACTIONS(976), - [aux_sym_cmd_identifier_token40] = ACTIONS(976), - [anon_sym_def] = ACTIONS(976), - [anon_sym_export_DASHenv] = ACTIONS(976), - [anon_sym_extern] = ACTIONS(976), - [anon_sym_module] = ACTIONS(976), - [anon_sym_use] = ACTIONS(976), - [anon_sym_LPAREN] = ACTIONS(976), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_error] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_break] = ACTIONS(976), - [anon_sym_continue] = ACTIONS(976), - [anon_sym_for] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(976), - [anon_sym_loop] = ACTIONS(976), - [anon_sym_make] = ACTIONS(976), - [anon_sym_while] = ACTIONS(976), - [anon_sym_do] = ACTIONS(976), - [anon_sym_if] = ACTIONS(976), - [anon_sym_else] = ACTIONS(976), - [anon_sym_match] = ACTIONS(976), - [anon_sym_RBRACE] = ACTIONS(976), - [anon_sym_try] = ACTIONS(976), - [anon_sym_catch] = ACTIONS(976), - [anon_sym_return] = ACTIONS(976), - [anon_sym_source] = ACTIONS(976), - [anon_sym_source_DASHenv] = ACTIONS(976), - [anon_sym_register] = ACTIONS(976), - [anon_sym_hide] = ACTIONS(976), - [anon_sym_hide_DASHenv] = ACTIONS(976), - [anon_sym_overlay] = ACTIONS(976), - [anon_sym_as] = ACTIONS(976), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(976), - [aux_sym__val_number_decimal_token3] = ACTIONS(976), - [aux_sym__val_number_decimal_token4] = ACTIONS(976), - [aux_sym__val_number_token1] = ACTIONS(976), - [aux_sym__val_number_token2] = ACTIONS(976), - [aux_sym__val_number_token3] = ACTIONS(976), - [aux_sym__val_number_token4] = ACTIONS(976), - [aux_sym__val_number_token5] = ACTIONS(976), - [aux_sym__val_number_token6] = ACTIONS(976), - [anon_sym_DQUOTE] = ACTIONS(976), - [sym__str_single_quotes] = ACTIONS(976), - [sym__str_back_ticks] = ACTIONS(976), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), - [sym__entry_separator] = ACTIONS(978), + [626] = { + [sym_comment] = STATE(626), + [anon_sym_export] = ACTIONS(2403), + [anon_sym_alias] = ACTIONS(2403), + [anon_sym_let] = ACTIONS(2403), + [anon_sym_let_DASHenv] = ACTIONS(2403), + [anon_sym_mut] = ACTIONS(2403), + [anon_sym_const] = ACTIONS(2403), + [aux_sym_cmd_identifier_token1] = ACTIONS(2403), + [aux_sym_cmd_identifier_token2] = ACTIONS(2403), + [aux_sym_cmd_identifier_token3] = ACTIONS(2403), + [aux_sym_cmd_identifier_token4] = ACTIONS(2403), + [aux_sym_cmd_identifier_token5] = ACTIONS(2403), + [aux_sym_cmd_identifier_token6] = ACTIONS(2403), + [aux_sym_cmd_identifier_token7] = ACTIONS(2403), + [aux_sym_cmd_identifier_token8] = ACTIONS(2403), + [aux_sym_cmd_identifier_token9] = ACTIONS(2403), + [aux_sym_cmd_identifier_token10] = ACTIONS(2403), + [aux_sym_cmd_identifier_token11] = ACTIONS(2403), + [aux_sym_cmd_identifier_token12] = ACTIONS(2403), + [aux_sym_cmd_identifier_token13] = ACTIONS(2403), + [aux_sym_cmd_identifier_token14] = ACTIONS(2403), + [aux_sym_cmd_identifier_token15] = ACTIONS(2403), + [aux_sym_cmd_identifier_token16] = ACTIONS(2403), + [aux_sym_cmd_identifier_token17] = ACTIONS(2403), + [aux_sym_cmd_identifier_token18] = ACTIONS(2403), + [aux_sym_cmd_identifier_token19] = ACTIONS(2403), + [aux_sym_cmd_identifier_token20] = ACTIONS(2403), + [aux_sym_cmd_identifier_token21] = ACTIONS(2403), + [aux_sym_cmd_identifier_token22] = ACTIONS(2403), + [aux_sym_cmd_identifier_token23] = ACTIONS(2403), + [aux_sym_cmd_identifier_token24] = ACTIONS(2403), + [aux_sym_cmd_identifier_token25] = ACTIONS(2403), + [aux_sym_cmd_identifier_token26] = ACTIONS(2403), + [aux_sym_cmd_identifier_token27] = ACTIONS(2403), + [aux_sym_cmd_identifier_token28] = ACTIONS(2403), + [aux_sym_cmd_identifier_token29] = ACTIONS(2403), + [aux_sym_cmd_identifier_token30] = ACTIONS(2403), + [aux_sym_cmd_identifier_token31] = ACTIONS(2403), + [aux_sym_cmd_identifier_token32] = ACTIONS(2403), + [aux_sym_cmd_identifier_token33] = ACTIONS(2403), + [aux_sym_cmd_identifier_token34] = ACTIONS(2403), + [aux_sym_cmd_identifier_token35] = ACTIONS(2403), + [aux_sym_cmd_identifier_token36] = ACTIONS(2403), + [aux_sym_cmd_identifier_token37] = ACTIONS(2403), + [aux_sym_cmd_identifier_token38] = ACTIONS(2403), + [aux_sym_cmd_identifier_token39] = ACTIONS(2403), + [aux_sym_cmd_identifier_token40] = ACTIONS(2403), + [anon_sym_def] = ACTIONS(2403), + [anon_sym_export_DASHenv] = ACTIONS(2403), + [anon_sym_extern] = ACTIONS(2403), + [anon_sym_module] = ACTIONS(2403), + [anon_sym_use] = ACTIONS(2403), + [anon_sym_LPAREN] = ACTIONS(2403), + [anon_sym_DOLLAR] = ACTIONS(2403), + [anon_sym_error] = ACTIONS(2403), + [anon_sym_DASH2] = ACTIONS(2403), + [anon_sym_break] = ACTIONS(2403), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_for] = ACTIONS(2403), + [anon_sym_in2] = ACTIONS(2403), + [anon_sym_loop] = ACTIONS(2403), + [anon_sym_make] = ACTIONS(2403), + [anon_sym_while] = ACTIONS(2403), + [anon_sym_do] = ACTIONS(2403), + [anon_sym_if] = ACTIONS(2403), + [anon_sym_else] = ACTIONS(2403), + [anon_sym_match] = ACTIONS(2403), + [anon_sym_RBRACE] = ACTIONS(2403), + [anon_sym_try] = ACTIONS(2403), + [anon_sym_catch] = ACTIONS(2403), + [anon_sym_return] = ACTIONS(2403), + [anon_sym_source] = ACTIONS(2403), + [anon_sym_source_DASHenv] = ACTIONS(2403), + [anon_sym_register] = ACTIONS(2403), + [anon_sym_hide] = ACTIONS(2403), + [anon_sym_hide_DASHenv] = ACTIONS(2403), + [anon_sym_overlay] = ACTIONS(2403), + [anon_sym_as] = ACTIONS(2403), + [anon_sym_PLUS2] = ACTIONS(2403), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2403), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2403), + [aux_sym__val_number_decimal_token1] = ACTIONS(2403), + [aux_sym__val_number_decimal_token2] = ACTIONS(2403), + [aux_sym__val_number_decimal_token3] = ACTIONS(2403), + [aux_sym__val_number_decimal_token4] = ACTIONS(2403), + [aux_sym__val_number_token1] = ACTIONS(2403), + [aux_sym__val_number_token2] = ACTIONS(2403), + [aux_sym__val_number_token3] = ACTIONS(2403), + [aux_sym__val_number_token4] = ACTIONS(2403), + [aux_sym__val_number_token5] = ACTIONS(2403), + [aux_sym__val_number_token6] = ACTIONS(2403), + [anon_sym_DQUOTE] = ACTIONS(2403), + [sym__str_single_quotes] = ACTIONS(2403), + [sym__str_back_ticks] = ACTIONS(2403), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2403), + [sym__entry_separator] = ACTIONS(2405), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(978), + [sym_raw_string_begin] = ACTIONS(2405), }, - [642] = { - [sym_comment] = STATE(642), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(972), - [aux_sym_cmd_identifier_token3] = ACTIONS(972), - [aux_sym_cmd_identifier_token4] = ACTIONS(972), - [aux_sym_cmd_identifier_token5] = ACTIONS(972), - [aux_sym_cmd_identifier_token6] = ACTIONS(972), - [aux_sym_cmd_identifier_token7] = ACTIONS(972), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(972), - [aux_sym_cmd_identifier_token11] = ACTIONS(972), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(972), - [aux_sym_cmd_identifier_token17] = ACTIONS(972), - [aux_sym_cmd_identifier_token18] = ACTIONS(972), - [aux_sym_cmd_identifier_token19] = ACTIONS(972), - [aux_sym_cmd_identifier_token20] = ACTIONS(972), - [aux_sym_cmd_identifier_token21] = ACTIONS(972), - [aux_sym_cmd_identifier_token22] = ACTIONS(972), - [aux_sym_cmd_identifier_token23] = ACTIONS(972), - [aux_sym_cmd_identifier_token24] = ACTIONS(972), - [aux_sym_cmd_identifier_token25] = ACTIONS(972), - [aux_sym_cmd_identifier_token26] = ACTIONS(972), - [aux_sym_cmd_identifier_token27] = ACTIONS(972), - [aux_sym_cmd_identifier_token28] = ACTIONS(972), - [aux_sym_cmd_identifier_token29] = ACTIONS(972), - [aux_sym_cmd_identifier_token30] = ACTIONS(972), - [aux_sym_cmd_identifier_token31] = ACTIONS(972), - [aux_sym_cmd_identifier_token32] = ACTIONS(972), - [aux_sym_cmd_identifier_token33] = ACTIONS(972), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(972), - [aux_sym_cmd_identifier_token36] = ACTIONS(972), - [aux_sym_cmd_identifier_token37] = ACTIONS(972), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(972), - [aux_sym_cmd_identifier_token40] = ACTIONS(972), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(972), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_match] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(972), - [anon_sym_try] = ACTIONS(972), - [anon_sym_catch] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_source] = ACTIONS(972), - [anon_sym_source_DASHenv] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_hide] = ACTIONS(972), - [anon_sym_hide_DASHenv] = ACTIONS(972), - [anon_sym_overlay] = ACTIONS(972), - [anon_sym_as] = ACTIONS(972), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(972), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(972), - [aux_sym__val_number_decimal_token3] = ACTIONS(972), - [aux_sym__val_number_decimal_token4] = ACTIONS(972), - [aux_sym__val_number_token1] = ACTIONS(972), - [aux_sym__val_number_token2] = ACTIONS(972), - [aux_sym__val_number_token3] = ACTIONS(972), - [aux_sym__val_number_token4] = ACTIONS(972), - [aux_sym__val_number_token5] = ACTIONS(972), - [aux_sym__val_number_token6] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(972), - [sym__str_single_quotes] = ACTIONS(972), - [sym__str_back_ticks] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(972), - [sym__entry_separator] = ACTIONS(974), + [627] = { + [sym_comment] = STATE(627), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1681), + [aux_sym_cmd_identifier_token3] = ACTIONS(1681), + [aux_sym_cmd_identifier_token4] = ACTIONS(1681), + [aux_sym_cmd_identifier_token5] = ACTIONS(1681), + [aux_sym_cmd_identifier_token6] = ACTIONS(1681), + [aux_sym_cmd_identifier_token7] = ACTIONS(1681), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1681), + [aux_sym_cmd_identifier_token11] = ACTIONS(1681), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1681), + [aux_sym_cmd_identifier_token17] = ACTIONS(1681), + [aux_sym_cmd_identifier_token18] = ACTIONS(1681), + [aux_sym_cmd_identifier_token19] = ACTIONS(1681), + [aux_sym_cmd_identifier_token20] = ACTIONS(1681), + [aux_sym_cmd_identifier_token21] = ACTIONS(1681), + [aux_sym_cmd_identifier_token22] = ACTIONS(1681), + [aux_sym_cmd_identifier_token23] = ACTIONS(1681), + [aux_sym_cmd_identifier_token24] = ACTIONS(1681), + [aux_sym_cmd_identifier_token25] = ACTIONS(1681), + [aux_sym_cmd_identifier_token26] = ACTIONS(1681), + [aux_sym_cmd_identifier_token27] = ACTIONS(1681), + [aux_sym_cmd_identifier_token28] = ACTIONS(1681), + [aux_sym_cmd_identifier_token29] = ACTIONS(1681), + [aux_sym_cmd_identifier_token30] = ACTIONS(1681), + [aux_sym_cmd_identifier_token31] = ACTIONS(1681), + [aux_sym_cmd_identifier_token32] = ACTIONS(1681), + [aux_sym_cmd_identifier_token33] = ACTIONS(1681), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1681), + [aux_sym_cmd_identifier_token36] = ACTIONS(1681), + [aux_sym_cmd_identifier_token37] = ACTIONS(1681), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1681), + [aux_sym_cmd_identifier_token40] = ACTIONS(1681), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1681), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1681), + [aux_sym__val_number_decimal_token3] = ACTIONS(1681), + [aux_sym__val_number_decimal_token4] = ACTIONS(1681), + [aux_sym__val_number_token1] = ACTIONS(1681), + [aux_sym__val_number_token2] = ACTIONS(1681), + [aux_sym__val_number_token3] = ACTIONS(1681), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1681), + [sym__str_single_quotes] = ACTIONS(1681), + [sym__str_back_ticks] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1681), + [sym__entry_separator] = ACTIONS(1693), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(974), + [sym_raw_string_begin] = ACTIONS(1693), }, - [643] = { - [sym_comment] = STATE(643), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(962), - [aux_sym_cmd_identifier_token3] = ACTIONS(962), - [aux_sym_cmd_identifier_token4] = ACTIONS(962), - [aux_sym_cmd_identifier_token5] = ACTIONS(962), - [aux_sym_cmd_identifier_token6] = ACTIONS(962), - [aux_sym_cmd_identifier_token7] = ACTIONS(962), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(962), - [aux_sym_cmd_identifier_token11] = ACTIONS(962), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(962), - [aux_sym_cmd_identifier_token17] = ACTIONS(962), - [aux_sym_cmd_identifier_token18] = ACTIONS(962), - [aux_sym_cmd_identifier_token19] = ACTIONS(962), - [aux_sym_cmd_identifier_token20] = ACTIONS(962), - [aux_sym_cmd_identifier_token21] = ACTIONS(962), - [aux_sym_cmd_identifier_token22] = ACTIONS(962), - [aux_sym_cmd_identifier_token23] = ACTIONS(962), - [aux_sym_cmd_identifier_token24] = ACTIONS(962), - [aux_sym_cmd_identifier_token25] = ACTIONS(962), - [aux_sym_cmd_identifier_token26] = ACTIONS(962), - [aux_sym_cmd_identifier_token27] = ACTIONS(962), - [aux_sym_cmd_identifier_token28] = ACTIONS(962), - [aux_sym_cmd_identifier_token29] = ACTIONS(962), - [aux_sym_cmd_identifier_token30] = ACTIONS(962), - [aux_sym_cmd_identifier_token31] = ACTIONS(962), - [aux_sym_cmd_identifier_token32] = ACTIONS(962), - [aux_sym_cmd_identifier_token33] = ACTIONS(962), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(962), - [aux_sym_cmd_identifier_token36] = ACTIONS(962), - [aux_sym_cmd_identifier_token37] = ACTIONS(962), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(962), - [aux_sym_cmd_identifier_token40] = ACTIONS(962), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(962), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(962), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(962), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(962), - [aux_sym__val_number_decimal_token3] = ACTIONS(962), - [aux_sym__val_number_decimal_token4] = ACTIONS(962), - [aux_sym__val_number_token1] = ACTIONS(962), - [aux_sym__val_number_token2] = ACTIONS(962), - [aux_sym__val_number_token3] = ACTIONS(962), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(962), - [sym__str_single_quotes] = ACTIONS(962), - [sym__str_back_ticks] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(962), - [sym__entry_separator] = ACTIONS(964), + [628] = { + [sym_comment] = STATE(628), + [anon_sym_export] = ACTIONS(2407), + [anon_sym_alias] = ACTIONS(2407), + [anon_sym_let] = ACTIONS(2407), + [anon_sym_let_DASHenv] = ACTIONS(2407), + [anon_sym_mut] = ACTIONS(2407), + [anon_sym_const] = ACTIONS(2407), + [aux_sym_cmd_identifier_token1] = ACTIONS(2407), + [aux_sym_cmd_identifier_token2] = ACTIONS(2407), + [aux_sym_cmd_identifier_token3] = ACTIONS(2407), + [aux_sym_cmd_identifier_token4] = ACTIONS(2407), + [aux_sym_cmd_identifier_token5] = ACTIONS(2407), + [aux_sym_cmd_identifier_token6] = ACTIONS(2407), + [aux_sym_cmd_identifier_token7] = ACTIONS(2407), + [aux_sym_cmd_identifier_token8] = ACTIONS(2407), + [aux_sym_cmd_identifier_token9] = ACTIONS(2407), + [aux_sym_cmd_identifier_token10] = ACTIONS(2407), + [aux_sym_cmd_identifier_token11] = ACTIONS(2407), + [aux_sym_cmd_identifier_token12] = ACTIONS(2407), + [aux_sym_cmd_identifier_token13] = ACTIONS(2407), + [aux_sym_cmd_identifier_token14] = ACTIONS(2407), + [aux_sym_cmd_identifier_token15] = ACTIONS(2407), + [aux_sym_cmd_identifier_token16] = ACTIONS(2407), + [aux_sym_cmd_identifier_token17] = ACTIONS(2407), + [aux_sym_cmd_identifier_token18] = ACTIONS(2407), + [aux_sym_cmd_identifier_token19] = ACTIONS(2407), + [aux_sym_cmd_identifier_token20] = ACTIONS(2407), + [aux_sym_cmd_identifier_token21] = ACTIONS(2407), + [aux_sym_cmd_identifier_token22] = ACTIONS(2407), + [aux_sym_cmd_identifier_token23] = ACTIONS(2407), + [aux_sym_cmd_identifier_token24] = ACTIONS(2407), + [aux_sym_cmd_identifier_token25] = ACTIONS(2407), + [aux_sym_cmd_identifier_token26] = ACTIONS(2407), + [aux_sym_cmd_identifier_token27] = ACTIONS(2407), + [aux_sym_cmd_identifier_token28] = ACTIONS(2407), + [aux_sym_cmd_identifier_token29] = ACTIONS(2407), + [aux_sym_cmd_identifier_token30] = ACTIONS(2407), + [aux_sym_cmd_identifier_token31] = ACTIONS(2407), + [aux_sym_cmd_identifier_token32] = ACTIONS(2407), + [aux_sym_cmd_identifier_token33] = ACTIONS(2407), + [aux_sym_cmd_identifier_token34] = ACTIONS(2407), + [aux_sym_cmd_identifier_token35] = ACTIONS(2407), + [aux_sym_cmd_identifier_token36] = ACTIONS(2407), + [aux_sym_cmd_identifier_token37] = ACTIONS(2407), + [aux_sym_cmd_identifier_token38] = ACTIONS(2407), + [aux_sym_cmd_identifier_token39] = ACTIONS(2407), + [aux_sym_cmd_identifier_token40] = ACTIONS(2407), + [anon_sym_def] = ACTIONS(2407), + [anon_sym_export_DASHenv] = ACTIONS(2407), + [anon_sym_extern] = ACTIONS(2407), + [anon_sym_module] = ACTIONS(2407), + [anon_sym_use] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2407), + [anon_sym_DOLLAR] = ACTIONS(2407), + [anon_sym_error] = ACTIONS(2407), + [anon_sym_DASH2] = ACTIONS(2407), + [anon_sym_break] = ACTIONS(2407), + [anon_sym_continue] = ACTIONS(2407), + [anon_sym_for] = ACTIONS(2407), + [anon_sym_in2] = ACTIONS(2407), + [anon_sym_loop] = ACTIONS(2407), + [anon_sym_make] = ACTIONS(2407), + [anon_sym_while] = ACTIONS(2407), + [anon_sym_do] = ACTIONS(2407), + [anon_sym_if] = ACTIONS(2407), + [anon_sym_else] = ACTIONS(2407), + [anon_sym_match] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2407), + [anon_sym_try] = ACTIONS(2407), + [anon_sym_catch] = ACTIONS(2407), + [anon_sym_return] = ACTIONS(2407), + [anon_sym_source] = ACTIONS(2407), + [anon_sym_source_DASHenv] = ACTIONS(2407), + [anon_sym_register] = ACTIONS(2407), + [anon_sym_hide] = ACTIONS(2407), + [anon_sym_hide_DASHenv] = ACTIONS(2407), + [anon_sym_overlay] = ACTIONS(2407), + [anon_sym_as] = ACTIONS(2407), + [anon_sym_PLUS2] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2407), + [aux_sym__val_number_decimal_token1] = ACTIONS(2407), + [aux_sym__val_number_decimal_token2] = ACTIONS(2407), + [aux_sym__val_number_decimal_token3] = ACTIONS(2407), + [aux_sym__val_number_decimal_token4] = ACTIONS(2407), + [aux_sym__val_number_token1] = ACTIONS(2407), + [aux_sym__val_number_token2] = ACTIONS(2407), + [aux_sym__val_number_token3] = ACTIONS(2407), + [aux_sym__val_number_token4] = ACTIONS(2407), + [aux_sym__val_number_token5] = ACTIONS(2407), + [aux_sym__val_number_token6] = ACTIONS(2407), + [anon_sym_DQUOTE] = ACTIONS(2407), + [sym__str_single_quotes] = ACTIONS(2407), + [sym__str_back_ticks] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2407), + [sym__entry_separator] = ACTIONS(2409), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(964), + [sym_raw_string_begin] = ACTIONS(2409), }, - [644] = { - [sym_comment] = STATE(644), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2051), - [aux_sym_cmd_identifier_token3] = ACTIONS(2051), - [aux_sym_cmd_identifier_token4] = ACTIONS(2051), - [aux_sym_cmd_identifier_token5] = ACTIONS(2051), - [aux_sym_cmd_identifier_token6] = ACTIONS(2051), - [aux_sym_cmd_identifier_token7] = ACTIONS(2051), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2051), - [aux_sym_cmd_identifier_token11] = ACTIONS(2051), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2051), - [aux_sym_cmd_identifier_token17] = ACTIONS(2051), - [aux_sym_cmd_identifier_token18] = ACTIONS(2051), - [aux_sym_cmd_identifier_token19] = ACTIONS(2051), - [aux_sym_cmd_identifier_token20] = ACTIONS(2051), - [aux_sym_cmd_identifier_token21] = ACTIONS(2051), - [aux_sym_cmd_identifier_token22] = ACTIONS(2051), - [aux_sym_cmd_identifier_token23] = ACTIONS(2051), - [aux_sym_cmd_identifier_token24] = ACTIONS(2051), - [aux_sym_cmd_identifier_token25] = ACTIONS(2051), - [aux_sym_cmd_identifier_token26] = ACTIONS(2051), - [aux_sym_cmd_identifier_token27] = ACTIONS(2051), - [aux_sym_cmd_identifier_token28] = ACTIONS(2051), - [aux_sym_cmd_identifier_token29] = ACTIONS(2051), - [aux_sym_cmd_identifier_token30] = ACTIONS(2051), - [aux_sym_cmd_identifier_token31] = ACTIONS(2051), - [aux_sym_cmd_identifier_token32] = ACTIONS(2051), - [aux_sym_cmd_identifier_token33] = ACTIONS(2051), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2051), - [aux_sym_cmd_identifier_token36] = ACTIONS(2051), - [aux_sym_cmd_identifier_token37] = ACTIONS(2051), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2051), - [aux_sym_cmd_identifier_token40] = ACTIONS(2051), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2051), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2051), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2051), - [aux_sym__val_number_decimal_token3] = ACTIONS(2051), - [aux_sym__val_number_decimal_token4] = ACTIONS(2051), - [aux_sym__val_number_token1] = ACTIONS(2051), - [aux_sym__val_number_token2] = ACTIONS(2051), - [aux_sym__val_number_token3] = ACTIONS(2051), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2051), - [sym__str_single_quotes] = ACTIONS(2051), - [sym__str_back_ticks] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2051), - [sym__entry_separator] = ACTIONS(2053), + [629] = { + [sym_comment] = STATE(629), + [anon_sym_export] = ACTIONS(2411), + [anon_sym_alias] = ACTIONS(2411), + [anon_sym_let] = ACTIONS(2411), + [anon_sym_let_DASHenv] = ACTIONS(2411), + [anon_sym_mut] = ACTIONS(2411), + [anon_sym_const] = ACTIONS(2411), + [aux_sym_cmd_identifier_token1] = ACTIONS(2411), + [aux_sym_cmd_identifier_token2] = ACTIONS(2411), + [aux_sym_cmd_identifier_token3] = ACTIONS(2411), + [aux_sym_cmd_identifier_token4] = ACTIONS(2411), + [aux_sym_cmd_identifier_token5] = ACTIONS(2411), + [aux_sym_cmd_identifier_token6] = ACTIONS(2411), + [aux_sym_cmd_identifier_token7] = ACTIONS(2411), + [aux_sym_cmd_identifier_token8] = ACTIONS(2411), + [aux_sym_cmd_identifier_token9] = ACTIONS(2411), + [aux_sym_cmd_identifier_token10] = ACTIONS(2411), + [aux_sym_cmd_identifier_token11] = ACTIONS(2411), + [aux_sym_cmd_identifier_token12] = ACTIONS(2411), + [aux_sym_cmd_identifier_token13] = ACTIONS(2411), + [aux_sym_cmd_identifier_token14] = ACTIONS(2411), + [aux_sym_cmd_identifier_token15] = ACTIONS(2411), + [aux_sym_cmd_identifier_token16] = ACTIONS(2411), + [aux_sym_cmd_identifier_token17] = ACTIONS(2411), + [aux_sym_cmd_identifier_token18] = ACTIONS(2411), + [aux_sym_cmd_identifier_token19] = ACTIONS(2411), + [aux_sym_cmd_identifier_token20] = ACTIONS(2411), + [aux_sym_cmd_identifier_token21] = ACTIONS(2411), + [aux_sym_cmd_identifier_token22] = ACTIONS(2411), + [aux_sym_cmd_identifier_token23] = ACTIONS(2411), + [aux_sym_cmd_identifier_token24] = ACTIONS(2411), + [aux_sym_cmd_identifier_token25] = ACTIONS(2411), + [aux_sym_cmd_identifier_token26] = ACTIONS(2411), + [aux_sym_cmd_identifier_token27] = ACTIONS(2411), + [aux_sym_cmd_identifier_token28] = ACTIONS(2411), + [aux_sym_cmd_identifier_token29] = ACTIONS(2411), + [aux_sym_cmd_identifier_token30] = ACTIONS(2411), + [aux_sym_cmd_identifier_token31] = ACTIONS(2411), + [aux_sym_cmd_identifier_token32] = ACTIONS(2411), + [aux_sym_cmd_identifier_token33] = ACTIONS(2411), + [aux_sym_cmd_identifier_token34] = ACTIONS(2411), + [aux_sym_cmd_identifier_token35] = ACTIONS(2411), + [aux_sym_cmd_identifier_token36] = ACTIONS(2411), + [aux_sym_cmd_identifier_token37] = ACTIONS(2411), + [aux_sym_cmd_identifier_token38] = ACTIONS(2411), + [aux_sym_cmd_identifier_token39] = ACTIONS(2411), + [aux_sym_cmd_identifier_token40] = ACTIONS(2411), + [anon_sym_def] = ACTIONS(2411), + [anon_sym_export_DASHenv] = ACTIONS(2411), + [anon_sym_extern] = ACTIONS(2411), + [anon_sym_module] = ACTIONS(2411), + [anon_sym_use] = ACTIONS(2411), + [anon_sym_LPAREN] = ACTIONS(2411), + [anon_sym_DOLLAR] = ACTIONS(2411), + [anon_sym_error] = ACTIONS(2411), + [anon_sym_DASH2] = ACTIONS(2411), + [anon_sym_break] = ACTIONS(2411), + [anon_sym_continue] = ACTIONS(2411), + [anon_sym_for] = ACTIONS(2411), + [anon_sym_in2] = ACTIONS(2411), + [anon_sym_loop] = ACTIONS(2411), + [anon_sym_make] = ACTIONS(2411), + [anon_sym_while] = ACTIONS(2411), + [anon_sym_do] = ACTIONS(2411), + [anon_sym_if] = ACTIONS(2411), + [anon_sym_else] = ACTIONS(2411), + [anon_sym_match] = ACTIONS(2411), + [anon_sym_RBRACE] = ACTIONS(2411), + [anon_sym_try] = ACTIONS(2411), + [anon_sym_catch] = ACTIONS(2411), + [anon_sym_return] = ACTIONS(2411), + [anon_sym_source] = ACTIONS(2411), + [anon_sym_source_DASHenv] = ACTIONS(2411), + [anon_sym_register] = ACTIONS(2411), + [anon_sym_hide] = ACTIONS(2411), + [anon_sym_hide_DASHenv] = ACTIONS(2411), + [anon_sym_overlay] = ACTIONS(2411), + [anon_sym_as] = ACTIONS(2411), + [anon_sym_PLUS2] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2411), + [aux_sym__val_number_decimal_token1] = ACTIONS(2411), + [aux_sym__val_number_decimal_token2] = ACTIONS(2411), + [aux_sym__val_number_decimal_token3] = ACTIONS(2411), + [aux_sym__val_number_decimal_token4] = ACTIONS(2411), + [aux_sym__val_number_token1] = ACTIONS(2411), + [aux_sym__val_number_token2] = ACTIONS(2411), + [aux_sym__val_number_token3] = ACTIONS(2411), + [aux_sym__val_number_token4] = ACTIONS(2411), + [aux_sym__val_number_token5] = ACTIONS(2411), + [aux_sym__val_number_token6] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(2411), + [sym__str_single_quotes] = ACTIONS(2411), + [sym__str_back_ticks] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2411), + [sym__entry_separator] = ACTIONS(2413), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2053), + [sym_raw_string_begin] = ACTIONS(2413), }, - [645] = { - [sym_comment] = STATE(645), - [anon_sym_export] = ACTIONS(2142), - [anon_sym_alias] = ACTIONS(2142), - [anon_sym_let] = ACTIONS(2142), - [anon_sym_let_DASHenv] = ACTIONS(2142), - [anon_sym_mut] = ACTIONS(2142), - [anon_sym_const] = ACTIONS(2142), - [aux_sym_cmd_identifier_token1] = ACTIONS(2142), - [aux_sym_cmd_identifier_token2] = ACTIONS(2142), - [aux_sym_cmd_identifier_token3] = ACTIONS(2142), - [aux_sym_cmd_identifier_token4] = ACTIONS(2142), - [aux_sym_cmd_identifier_token5] = ACTIONS(2142), - [aux_sym_cmd_identifier_token6] = ACTIONS(2142), - [aux_sym_cmd_identifier_token7] = ACTIONS(2142), - [aux_sym_cmd_identifier_token8] = ACTIONS(2142), - [aux_sym_cmd_identifier_token9] = ACTIONS(2142), - [aux_sym_cmd_identifier_token10] = ACTIONS(2142), - [aux_sym_cmd_identifier_token11] = ACTIONS(2142), - [aux_sym_cmd_identifier_token12] = ACTIONS(2142), - [aux_sym_cmd_identifier_token13] = ACTIONS(2142), - [aux_sym_cmd_identifier_token14] = ACTIONS(2142), - [aux_sym_cmd_identifier_token15] = ACTIONS(2142), - [aux_sym_cmd_identifier_token16] = ACTIONS(2142), - [aux_sym_cmd_identifier_token17] = ACTIONS(2142), - [aux_sym_cmd_identifier_token18] = ACTIONS(2142), - [aux_sym_cmd_identifier_token19] = ACTIONS(2142), - [aux_sym_cmd_identifier_token20] = ACTIONS(2142), - [aux_sym_cmd_identifier_token21] = ACTIONS(2142), - [aux_sym_cmd_identifier_token22] = ACTIONS(2142), - [aux_sym_cmd_identifier_token23] = ACTIONS(2142), - [aux_sym_cmd_identifier_token24] = ACTIONS(2142), - [aux_sym_cmd_identifier_token25] = ACTIONS(2142), - [aux_sym_cmd_identifier_token26] = ACTIONS(2142), - [aux_sym_cmd_identifier_token27] = ACTIONS(2142), - [aux_sym_cmd_identifier_token28] = ACTIONS(2142), - [aux_sym_cmd_identifier_token29] = ACTIONS(2142), - [aux_sym_cmd_identifier_token30] = ACTIONS(2142), - [aux_sym_cmd_identifier_token31] = ACTIONS(2142), - [aux_sym_cmd_identifier_token32] = ACTIONS(2142), - [aux_sym_cmd_identifier_token33] = ACTIONS(2142), - [aux_sym_cmd_identifier_token34] = ACTIONS(2142), - [aux_sym_cmd_identifier_token35] = ACTIONS(2142), - [aux_sym_cmd_identifier_token36] = ACTIONS(2142), - [aux_sym_cmd_identifier_token37] = ACTIONS(2142), - [aux_sym_cmd_identifier_token38] = ACTIONS(2142), - [aux_sym_cmd_identifier_token39] = ACTIONS(2142), - [aux_sym_cmd_identifier_token40] = ACTIONS(2142), - [anon_sym_def] = ACTIONS(2142), - [anon_sym_export_DASHenv] = ACTIONS(2142), - [anon_sym_extern] = ACTIONS(2142), - [anon_sym_module] = ACTIONS(2142), - [anon_sym_use] = ACTIONS(2142), - [anon_sym_LPAREN] = ACTIONS(2142), - [anon_sym_DOLLAR] = ACTIONS(2142), - [anon_sym_error] = ACTIONS(2142), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_break] = ACTIONS(2142), - [anon_sym_continue] = ACTIONS(2142), - [anon_sym_for] = ACTIONS(2142), - [anon_sym_in2] = ACTIONS(2142), - [anon_sym_loop] = ACTIONS(2142), - [anon_sym_make] = ACTIONS(2142), - [anon_sym_while] = ACTIONS(2142), - [anon_sym_do] = ACTIONS(2142), - [anon_sym_if] = ACTIONS(2142), - [anon_sym_else] = ACTIONS(2142), - [anon_sym_match] = ACTIONS(2142), - [anon_sym_RBRACE] = ACTIONS(2142), - [anon_sym_try] = ACTIONS(2142), - [anon_sym_catch] = ACTIONS(2142), - [anon_sym_return] = ACTIONS(2142), - [anon_sym_source] = ACTIONS(2142), - [anon_sym_source_DASHenv] = ACTIONS(2142), - [anon_sym_register] = ACTIONS(2142), - [anon_sym_hide] = ACTIONS(2142), - [anon_sym_hide_DASHenv] = ACTIONS(2142), - [anon_sym_overlay] = ACTIONS(2142), - [anon_sym_as] = ACTIONS(2142), - [anon_sym_PLUS2] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2142), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2142), - [aux_sym__val_number_decimal_token3] = ACTIONS(2142), - [aux_sym__val_number_decimal_token4] = ACTIONS(2142), - [aux_sym__val_number_token1] = ACTIONS(2142), - [aux_sym__val_number_token2] = ACTIONS(2142), - [aux_sym__val_number_token3] = ACTIONS(2142), - [aux_sym__val_number_token4] = ACTIONS(2142), - [aux_sym__val_number_token5] = ACTIONS(2142), - [aux_sym__val_number_token6] = ACTIONS(2142), - [anon_sym_DQUOTE] = ACTIONS(2142), - [sym__str_single_quotes] = ACTIONS(2142), - [sym__str_back_ticks] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2142), - [sym__entry_separator] = ACTIONS(2148), + [630] = { + [sym_comment] = STATE(630), + [anon_sym_export] = ACTIONS(2411), + [anon_sym_alias] = ACTIONS(2411), + [anon_sym_let] = ACTIONS(2411), + [anon_sym_let_DASHenv] = ACTIONS(2411), + [anon_sym_mut] = ACTIONS(2411), + [anon_sym_const] = ACTIONS(2411), + [aux_sym_cmd_identifier_token1] = ACTIONS(2411), + [aux_sym_cmd_identifier_token2] = ACTIONS(2411), + [aux_sym_cmd_identifier_token3] = ACTIONS(2411), + [aux_sym_cmd_identifier_token4] = ACTIONS(2411), + [aux_sym_cmd_identifier_token5] = ACTIONS(2411), + [aux_sym_cmd_identifier_token6] = ACTIONS(2411), + [aux_sym_cmd_identifier_token7] = ACTIONS(2411), + [aux_sym_cmd_identifier_token8] = ACTIONS(2411), + [aux_sym_cmd_identifier_token9] = ACTIONS(2411), + [aux_sym_cmd_identifier_token10] = ACTIONS(2411), + [aux_sym_cmd_identifier_token11] = ACTIONS(2411), + [aux_sym_cmd_identifier_token12] = ACTIONS(2411), + [aux_sym_cmd_identifier_token13] = ACTIONS(2411), + [aux_sym_cmd_identifier_token14] = ACTIONS(2411), + [aux_sym_cmd_identifier_token15] = ACTIONS(2411), + [aux_sym_cmd_identifier_token16] = ACTIONS(2411), + [aux_sym_cmd_identifier_token17] = ACTIONS(2411), + [aux_sym_cmd_identifier_token18] = ACTIONS(2411), + [aux_sym_cmd_identifier_token19] = ACTIONS(2411), + [aux_sym_cmd_identifier_token20] = ACTIONS(2411), + [aux_sym_cmd_identifier_token21] = ACTIONS(2411), + [aux_sym_cmd_identifier_token22] = ACTIONS(2411), + [aux_sym_cmd_identifier_token23] = ACTIONS(2411), + [aux_sym_cmd_identifier_token24] = ACTIONS(2411), + [aux_sym_cmd_identifier_token25] = ACTIONS(2411), + [aux_sym_cmd_identifier_token26] = ACTIONS(2411), + [aux_sym_cmd_identifier_token27] = ACTIONS(2411), + [aux_sym_cmd_identifier_token28] = ACTIONS(2411), + [aux_sym_cmd_identifier_token29] = ACTIONS(2411), + [aux_sym_cmd_identifier_token30] = ACTIONS(2411), + [aux_sym_cmd_identifier_token31] = ACTIONS(2411), + [aux_sym_cmd_identifier_token32] = ACTIONS(2411), + [aux_sym_cmd_identifier_token33] = ACTIONS(2411), + [aux_sym_cmd_identifier_token34] = ACTIONS(2411), + [aux_sym_cmd_identifier_token35] = ACTIONS(2411), + [aux_sym_cmd_identifier_token36] = ACTIONS(2411), + [aux_sym_cmd_identifier_token37] = ACTIONS(2411), + [aux_sym_cmd_identifier_token38] = ACTIONS(2411), + [aux_sym_cmd_identifier_token39] = ACTIONS(2411), + [aux_sym_cmd_identifier_token40] = ACTIONS(2411), + [anon_sym_def] = ACTIONS(2411), + [anon_sym_export_DASHenv] = ACTIONS(2411), + [anon_sym_extern] = ACTIONS(2411), + [anon_sym_module] = ACTIONS(2411), + [anon_sym_use] = ACTIONS(2411), + [anon_sym_LPAREN] = ACTIONS(2411), + [anon_sym_DOLLAR] = ACTIONS(2411), + [anon_sym_error] = ACTIONS(2411), + [anon_sym_DASH2] = ACTIONS(2411), + [anon_sym_break] = ACTIONS(2411), + [anon_sym_continue] = ACTIONS(2411), + [anon_sym_for] = ACTIONS(2411), + [anon_sym_in2] = ACTIONS(2411), + [anon_sym_loop] = ACTIONS(2411), + [anon_sym_make] = ACTIONS(2411), + [anon_sym_while] = ACTIONS(2411), + [anon_sym_do] = ACTIONS(2411), + [anon_sym_if] = ACTIONS(2411), + [anon_sym_else] = ACTIONS(2411), + [anon_sym_match] = ACTIONS(2411), + [anon_sym_RBRACE] = ACTIONS(2411), + [anon_sym_try] = ACTIONS(2411), + [anon_sym_catch] = ACTIONS(2411), + [anon_sym_return] = ACTIONS(2411), + [anon_sym_source] = ACTIONS(2411), + [anon_sym_source_DASHenv] = ACTIONS(2411), + [anon_sym_register] = ACTIONS(2411), + [anon_sym_hide] = ACTIONS(2411), + [anon_sym_hide_DASHenv] = ACTIONS(2411), + [anon_sym_overlay] = ACTIONS(2411), + [anon_sym_as] = ACTIONS(2411), + [anon_sym_PLUS2] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2411), + [aux_sym__val_number_decimal_token1] = ACTIONS(2411), + [aux_sym__val_number_decimal_token2] = ACTIONS(2411), + [aux_sym__val_number_decimal_token3] = ACTIONS(2411), + [aux_sym__val_number_decimal_token4] = ACTIONS(2411), + [aux_sym__val_number_token1] = ACTIONS(2411), + [aux_sym__val_number_token2] = ACTIONS(2411), + [aux_sym__val_number_token3] = ACTIONS(2411), + [aux_sym__val_number_token4] = ACTIONS(2411), + [aux_sym__val_number_token5] = ACTIONS(2411), + [aux_sym__val_number_token6] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(2411), + [sym__str_single_quotes] = ACTIONS(2411), + [sym__str_back_ticks] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2411), + [sym__entry_separator] = ACTIONS(2413), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2148), + [sym_raw_string_begin] = ACTIONS(2413), }, - [646] = { - [sym_comment] = STATE(646), - [anon_sym_export] = ACTIONS(2150), - [anon_sym_alias] = ACTIONS(2150), - [anon_sym_let] = ACTIONS(2150), - [anon_sym_let_DASHenv] = ACTIONS(2150), - [anon_sym_mut] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [aux_sym_cmd_identifier_token1] = ACTIONS(2150), - [aux_sym_cmd_identifier_token2] = ACTIONS(2150), - [aux_sym_cmd_identifier_token3] = ACTIONS(2150), - [aux_sym_cmd_identifier_token4] = ACTIONS(2150), - [aux_sym_cmd_identifier_token5] = ACTIONS(2150), - [aux_sym_cmd_identifier_token6] = ACTIONS(2150), - [aux_sym_cmd_identifier_token7] = ACTIONS(2150), - [aux_sym_cmd_identifier_token8] = ACTIONS(2150), - [aux_sym_cmd_identifier_token9] = ACTIONS(2150), - [aux_sym_cmd_identifier_token10] = ACTIONS(2150), - [aux_sym_cmd_identifier_token11] = ACTIONS(2150), - [aux_sym_cmd_identifier_token12] = ACTIONS(2150), - [aux_sym_cmd_identifier_token13] = ACTIONS(2150), - [aux_sym_cmd_identifier_token14] = ACTIONS(2150), - [aux_sym_cmd_identifier_token15] = ACTIONS(2150), - [aux_sym_cmd_identifier_token16] = ACTIONS(2150), - [aux_sym_cmd_identifier_token17] = ACTIONS(2150), - [aux_sym_cmd_identifier_token18] = ACTIONS(2150), - [aux_sym_cmd_identifier_token19] = ACTIONS(2150), - [aux_sym_cmd_identifier_token20] = ACTIONS(2150), - [aux_sym_cmd_identifier_token21] = ACTIONS(2150), - [aux_sym_cmd_identifier_token22] = ACTIONS(2150), - [aux_sym_cmd_identifier_token23] = ACTIONS(2150), - [aux_sym_cmd_identifier_token24] = ACTIONS(2150), - [aux_sym_cmd_identifier_token25] = ACTIONS(2150), - [aux_sym_cmd_identifier_token26] = ACTIONS(2150), - [aux_sym_cmd_identifier_token27] = ACTIONS(2150), - [aux_sym_cmd_identifier_token28] = ACTIONS(2150), - [aux_sym_cmd_identifier_token29] = ACTIONS(2150), - [aux_sym_cmd_identifier_token30] = ACTIONS(2150), - [aux_sym_cmd_identifier_token31] = ACTIONS(2150), - [aux_sym_cmd_identifier_token32] = ACTIONS(2150), - [aux_sym_cmd_identifier_token33] = ACTIONS(2150), - [aux_sym_cmd_identifier_token34] = ACTIONS(2150), - [aux_sym_cmd_identifier_token35] = ACTIONS(2150), - [aux_sym_cmd_identifier_token36] = ACTIONS(2150), - [aux_sym_cmd_identifier_token37] = ACTIONS(2150), - [aux_sym_cmd_identifier_token38] = ACTIONS(2150), - [aux_sym_cmd_identifier_token39] = ACTIONS(2150), - [aux_sym_cmd_identifier_token40] = ACTIONS(2150), - [anon_sym_def] = ACTIONS(2150), - [anon_sym_export_DASHenv] = ACTIONS(2150), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_module] = ACTIONS(2150), - [anon_sym_use] = ACTIONS(2150), - [anon_sym_LPAREN] = ACTIONS(2150), - [anon_sym_DOLLAR] = ACTIONS(2150), - [anon_sym_error] = ACTIONS(2150), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_in2] = ACTIONS(2150), - [anon_sym_loop] = ACTIONS(2150), - [anon_sym_make] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_do] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_else] = ACTIONS(2150), - [anon_sym_match] = ACTIONS(2150), - [anon_sym_RBRACE] = ACTIONS(2150), - [anon_sym_try] = ACTIONS(2150), - [anon_sym_catch] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_source] = ACTIONS(2150), - [anon_sym_source_DASHenv] = ACTIONS(2150), - [anon_sym_register] = ACTIONS(2150), - [anon_sym_hide] = ACTIONS(2150), - [anon_sym_hide_DASHenv] = ACTIONS(2150), - [anon_sym_overlay] = ACTIONS(2150), - [anon_sym_as] = ACTIONS(2150), - [anon_sym_PLUS2] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2150), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2150), - [aux_sym__val_number_decimal_token3] = ACTIONS(2150), - [aux_sym__val_number_decimal_token4] = ACTIONS(2150), - [aux_sym__val_number_token1] = ACTIONS(2150), - [aux_sym__val_number_token2] = ACTIONS(2150), - [aux_sym__val_number_token3] = ACTIONS(2150), - [aux_sym__val_number_token4] = ACTIONS(2150), - [aux_sym__val_number_token5] = ACTIONS(2150), - [aux_sym__val_number_token6] = ACTIONS(2150), - [anon_sym_DQUOTE] = ACTIONS(2150), - [sym__str_single_quotes] = ACTIONS(2150), - [sym__str_back_ticks] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2150), - [sym__entry_separator] = ACTIONS(2156), + [631] = { + [sym_comment] = STATE(631), + [anon_sym_export] = ACTIONS(2415), + [anon_sym_alias] = ACTIONS(2415), + [anon_sym_let] = ACTIONS(2415), + [anon_sym_let_DASHenv] = ACTIONS(2415), + [anon_sym_mut] = ACTIONS(2415), + [anon_sym_const] = ACTIONS(2415), + [aux_sym_cmd_identifier_token1] = ACTIONS(2415), + [aux_sym_cmd_identifier_token2] = ACTIONS(2415), + [aux_sym_cmd_identifier_token3] = ACTIONS(2415), + [aux_sym_cmd_identifier_token4] = ACTIONS(2415), + [aux_sym_cmd_identifier_token5] = ACTIONS(2415), + [aux_sym_cmd_identifier_token6] = ACTIONS(2415), + [aux_sym_cmd_identifier_token7] = ACTIONS(2415), + [aux_sym_cmd_identifier_token8] = ACTIONS(2415), + [aux_sym_cmd_identifier_token9] = ACTIONS(2415), + [aux_sym_cmd_identifier_token10] = ACTIONS(2415), + [aux_sym_cmd_identifier_token11] = ACTIONS(2415), + [aux_sym_cmd_identifier_token12] = ACTIONS(2415), + [aux_sym_cmd_identifier_token13] = ACTIONS(2415), + [aux_sym_cmd_identifier_token14] = ACTIONS(2415), + [aux_sym_cmd_identifier_token15] = ACTIONS(2415), + [aux_sym_cmd_identifier_token16] = ACTIONS(2415), + [aux_sym_cmd_identifier_token17] = ACTIONS(2415), + [aux_sym_cmd_identifier_token18] = ACTIONS(2415), + [aux_sym_cmd_identifier_token19] = ACTIONS(2415), + [aux_sym_cmd_identifier_token20] = ACTIONS(2415), + [aux_sym_cmd_identifier_token21] = ACTIONS(2415), + [aux_sym_cmd_identifier_token22] = ACTIONS(2415), + [aux_sym_cmd_identifier_token23] = ACTIONS(2415), + [aux_sym_cmd_identifier_token24] = ACTIONS(2415), + [aux_sym_cmd_identifier_token25] = ACTIONS(2415), + [aux_sym_cmd_identifier_token26] = ACTIONS(2415), + [aux_sym_cmd_identifier_token27] = ACTIONS(2415), + [aux_sym_cmd_identifier_token28] = ACTIONS(2415), + [aux_sym_cmd_identifier_token29] = ACTIONS(2415), + [aux_sym_cmd_identifier_token30] = ACTIONS(2415), + [aux_sym_cmd_identifier_token31] = ACTIONS(2415), + [aux_sym_cmd_identifier_token32] = ACTIONS(2415), + [aux_sym_cmd_identifier_token33] = ACTIONS(2415), + [aux_sym_cmd_identifier_token34] = ACTIONS(2415), + [aux_sym_cmd_identifier_token35] = ACTIONS(2415), + [aux_sym_cmd_identifier_token36] = ACTIONS(2415), + [aux_sym_cmd_identifier_token37] = ACTIONS(2415), + [aux_sym_cmd_identifier_token38] = ACTIONS(2415), + [aux_sym_cmd_identifier_token39] = ACTIONS(2415), + [aux_sym_cmd_identifier_token40] = ACTIONS(2415), + [anon_sym_def] = ACTIONS(2415), + [anon_sym_export_DASHenv] = ACTIONS(2415), + [anon_sym_extern] = ACTIONS(2415), + [anon_sym_module] = ACTIONS(2415), + [anon_sym_use] = ACTIONS(2415), + [anon_sym_LPAREN] = ACTIONS(2415), + [anon_sym_DOLLAR] = ACTIONS(2415), + [anon_sym_error] = ACTIONS(2415), + [anon_sym_DASH2] = ACTIONS(2415), + [anon_sym_break] = ACTIONS(2415), + [anon_sym_continue] = ACTIONS(2415), + [anon_sym_for] = ACTIONS(2415), + [anon_sym_in2] = ACTIONS(2415), + [anon_sym_loop] = ACTIONS(2415), + [anon_sym_make] = ACTIONS(2415), + [anon_sym_while] = ACTIONS(2415), + [anon_sym_do] = ACTIONS(2415), + [anon_sym_if] = ACTIONS(2415), + [anon_sym_else] = ACTIONS(2415), + [anon_sym_match] = ACTIONS(2415), + [anon_sym_RBRACE] = ACTIONS(2415), + [anon_sym_try] = ACTIONS(2415), + [anon_sym_catch] = ACTIONS(2415), + [anon_sym_return] = ACTIONS(2415), + [anon_sym_source] = ACTIONS(2415), + [anon_sym_source_DASHenv] = ACTIONS(2415), + [anon_sym_register] = ACTIONS(2415), + [anon_sym_hide] = ACTIONS(2415), + [anon_sym_hide_DASHenv] = ACTIONS(2415), + [anon_sym_overlay] = ACTIONS(2415), + [anon_sym_as] = ACTIONS(2415), + [anon_sym_PLUS2] = ACTIONS(2415), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2415), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2415), + [aux_sym__val_number_decimal_token1] = ACTIONS(2415), + [aux_sym__val_number_decimal_token2] = ACTIONS(2415), + [aux_sym__val_number_decimal_token3] = ACTIONS(2415), + [aux_sym__val_number_decimal_token4] = ACTIONS(2415), + [aux_sym__val_number_token1] = ACTIONS(2415), + [aux_sym__val_number_token2] = ACTIONS(2415), + [aux_sym__val_number_token3] = ACTIONS(2415), + [aux_sym__val_number_token4] = ACTIONS(2415), + [aux_sym__val_number_token5] = ACTIONS(2415), + [aux_sym__val_number_token6] = ACTIONS(2415), + [anon_sym_DQUOTE] = ACTIONS(2415), + [sym__str_single_quotes] = ACTIONS(2415), + [sym__str_back_ticks] = ACTIONS(2415), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2415), + [sym__entry_separator] = ACTIONS(2417), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2156), + [sym_raw_string_begin] = ACTIONS(2417), }, - [647] = { - [sym_comment] = STATE(647), - [anon_sym_export] = ACTIONS(2158), - [anon_sym_alias] = ACTIONS(2158), - [anon_sym_let] = ACTIONS(2158), - [anon_sym_let_DASHenv] = ACTIONS(2158), - [anon_sym_mut] = ACTIONS(2158), - [anon_sym_const] = ACTIONS(2158), - [aux_sym_cmd_identifier_token1] = ACTIONS(2158), - [aux_sym_cmd_identifier_token2] = ACTIONS(2158), - [aux_sym_cmd_identifier_token3] = ACTIONS(2158), - [aux_sym_cmd_identifier_token4] = ACTIONS(2158), - [aux_sym_cmd_identifier_token5] = ACTIONS(2158), - [aux_sym_cmd_identifier_token6] = ACTIONS(2158), - [aux_sym_cmd_identifier_token7] = ACTIONS(2158), - [aux_sym_cmd_identifier_token8] = ACTIONS(2158), - [aux_sym_cmd_identifier_token9] = ACTIONS(2158), - [aux_sym_cmd_identifier_token10] = ACTIONS(2158), - [aux_sym_cmd_identifier_token11] = ACTIONS(2158), - [aux_sym_cmd_identifier_token12] = ACTIONS(2158), - [aux_sym_cmd_identifier_token13] = ACTIONS(2158), - [aux_sym_cmd_identifier_token14] = ACTIONS(2158), - [aux_sym_cmd_identifier_token15] = ACTIONS(2158), - [aux_sym_cmd_identifier_token16] = ACTIONS(2158), - [aux_sym_cmd_identifier_token17] = ACTIONS(2158), - [aux_sym_cmd_identifier_token18] = ACTIONS(2158), - [aux_sym_cmd_identifier_token19] = ACTIONS(2158), - [aux_sym_cmd_identifier_token20] = ACTIONS(2158), - [aux_sym_cmd_identifier_token21] = ACTIONS(2158), - [aux_sym_cmd_identifier_token22] = ACTIONS(2158), - [aux_sym_cmd_identifier_token23] = ACTIONS(2158), - [aux_sym_cmd_identifier_token24] = ACTIONS(2158), - [aux_sym_cmd_identifier_token25] = ACTIONS(2158), - [aux_sym_cmd_identifier_token26] = ACTIONS(2158), - [aux_sym_cmd_identifier_token27] = ACTIONS(2158), - [aux_sym_cmd_identifier_token28] = ACTIONS(2158), - [aux_sym_cmd_identifier_token29] = ACTIONS(2158), - [aux_sym_cmd_identifier_token30] = ACTIONS(2158), - [aux_sym_cmd_identifier_token31] = ACTIONS(2158), - [aux_sym_cmd_identifier_token32] = ACTIONS(2158), - [aux_sym_cmd_identifier_token33] = ACTIONS(2158), - [aux_sym_cmd_identifier_token34] = ACTIONS(2158), - [aux_sym_cmd_identifier_token35] = ACTIONS(2158), - [aux_sym_cmd_identifier_token36] = ACTIONS(2158), - [aux_sym_cmd_identifier_token37] = ACTIONS(2158), - [aux_sym_cmd_identifier_token38] = ACTIONS(2158), - [aux_sym_cmd_identifier_token39] = ACTIONS(2158), - [aux_sym_cmd_identifier_token40] = ACTIONS(2158), - [anon_sym_def] = ACTIONS(2158), - [anon_sym_export_DASHenv] = ACTIONS(2158), - [anon_sym_extern] = ACTIONS(2158), - [anon_sym_module] = ACTIONS(2158), - [anon_sym_use] = ACTIONS(2158), - [anon_sym_LPAREN] = ACTIONS(2158), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_error] = ACTIONS(2158), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_break] = ACTIONS(2158), - [anon_sym_continue] = ACTIONS(2158), - [anon_sym_for] = ACTIONS(2158), - [anon_sym_in2] = ACTIONS(2158), - [anon_sym_loop] = ACTIONS(2158), - [anon_sym_make] = ACTIONS(2158), - [anon_sym_while] = ACTIONS(2158), - [anon_sym_do] = ACTIONS(2158), - [anon_sym_if] = ACTIONS(2158), - [anon_sym_else] = ACTIONS(2158), - [anon_sym_match] = ACTIONS(2158), - [anon_sym_RBRACE] = ACTIONS(2158), - [anon_sym_try] = ACTIONS(2158), - [anon_sym_catch] = ACTIONS(2158), - [anon_sym_return] = ACTIONS(2158), - [anon_sym_source] = ACTIONS(2158), - [anon_sym_source_DASHenv] = ACTIONS(2158), - [anon_sym_register] = ACTIONS(2158), - [anon_sym_hide] = ACTIONS(2158), - [anon_sym_hide_DASHenv] = ACTIONS(2158), - [anon_sym_overlay] = ACTIONS(2158), - [anon_sym_as] = ACTIONS(2158), - [anon_sym_PLUS2] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2158), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2158), - [aux_sym__val_number_decimal_token3] = ACTIONS(2158), - [aux_sym__val_number_decimal_token4] = ACTIONS(2158), - [aux_sym__val_number_token1] = ACTIONS(2158), - [aux_sym__val_number_token2] = ACTIONS(2158), - [aux_sym__val_number_token3] = ACTIONS(2158), - [aux_sym__val_number_token4] = ACTIONS(2158), - [aux_sym__val_number_token5] = ACTIONS(2158), - [aux_sym__val_number_token6] = ACTIONS(2158), - [anon_sym_DQUOTE] = ACTIONS(2158), - [sym__str_single_quotes] = ACTIONS(2158), - [sym__str_back_ticks] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2158), - [sym__entry_separator] = ACTIONS(2164), + [632] = { + [sym_comment] = STATE(632), + [anon_sym_export] = ACTIONS(2419), + [anon_sym_alias] = ACTIONS(2419), + [anon_sym_let] = ACTIONS(2419), + [anon_sym_let_DASHenv] = ACTIONS(2419), + [anon_sym_mut] = ACTIONS(2419), + [anon_sym_const] = ACTIONS(2419), + [aux_sym_cmd_identifier_token1] = ACTIONS(2419), + [aux_sym_cmd_identifier_token2] = ACTIONS(2419), + [aux_sym_cmd_identifier_token3] = ACTIONS(2419), + [aux_sym_cmd_identifier_token4] = ACTIONS(2419), + [aux_sym_cmd_identifier_token5] = ACTIONS(2419), + [aux_sym_cmd_identifier_token6] = ACTIONS(2419), + [aux_sym_cmd_identifier_token7] = ACTIONS(2419), + [aux_sym_cmd_identifier_token8] = ACTIONS(2419), + [aux_sym_cmd_identifier_token9] = ACTIONS(2419), + [aux_sym_cmd_identifier_token10] = ACTIONS(2419), + [aux_sym_cmd_identifier_token11] = ACTIONS(2419), + [aux_sym_cmd_identifier_token12] = ACTIONS(2419), + [aux_sym_cmd_identifier_token13] = ACTIONS(2419), + [aux_sym_cmd_identifier_token14] = ACTIONS(2419), + [aux_sym_cmd_identifier_token15] = ACTIONS(2419), + [aux_sym_cmd_identifier_token16] = ACTIONS(2419), + [aux_sym_cmd_identifier_token17] = ACTIONS(2419), + [aux_sym_cmd_identifier_token18] = ACTIONS(2419), + [aux_sym_cmd_identifier_token19] = ACTIONS(2419), + [aux_sym_cmd_identifier_token20] = ACTIONS(2419), + [aux_sym_cmd_identifier_token21] = ACTIONS(2419), + [aux_sym_cmd_identifier_token22] = ACTIONS(2419), + [aux_sym_cmd_identifier_token23] = ACTIONS(2419), + [aux_sym_cmd_identifier_token24] = ACTIONS(2419), + [aux_sym_cmd_identifier_token25] = ACTIONS(2419), + [aux_sym_cmd_identifier_token26] = ACTIONS(2419), + [aux_sym_cmd_identifier_token27] = ACTIONS(2419), + [aux_sym_cmd_identifier_token28] = ACTIONS(2419), + [aux_sym_cmd_identifier_token29] = ACTIONS(2419), + [aux_sym_cmd_identifier_token30] = ACTIONS(2419), + [aux_sym_cmd_identifier_token31] = ACTIONS(2419), + [aux_sym_cmd_identifier_token32] = ACTIONS(2419), + [aux_sym_cmd_identifier_token33] = ACTIONS(2419), + [aux_sym_cmd_identifier_token34] = ACTIONS(2419), + [aux_sym_cmd_identifier_token35] = ACTIONS(2419), + [aux_sym_cmd_identifier_token36] = ACTIONS(2419), + [aux_sym_cmd_identifier_token37] = ACTIONS(2419), + [aux_sym_cmd_identifier_token38] = ACTIONS(2419), + [aux_sym_cmd_identifier_token39] = ACTIONS(2419), + [aux_sym_cmd_identifier_token40] = ACTIONS(2419), + [anon_sym_def] = ACTIONS(2419), + [anon_sym_export_DASHenv] = ACTIONS(2419), + [anon_sym_extern] = ACTIONS(2419), + [anon_sym_module] = ACTIONS(2419), + [anon_sym_use] = ACTIONS(2419), + [anon_sym_LPAREN] = ACTIONS(2419), + [anon_sym_DOLLAR] = ACTIONS(2419), + [anon_sym_error] = ACTIONS(2419), + [anon_sym_DASH2] = ACTIONS(2419), + [anon_sym_break] = ACTIONS(2419), + [anon_sym_continue] = ACTIONS(2419), + [anon_sym_for] = ACTIONS(2419), + [anon_sym_in2] = ACTIONS(2419), + [anon_sym_loop] = ACTIONS(2419), + [anon_sym_make] = ACTIONS(2419), + [anon_sym_while] = ACTIONS(2419), + [anon_sym_do] = ACTIONS(2419), + [anon_sym_if] = ACTIONS(2419), + [anon_sym_else] = ACTIONS(2419), + [anon_sym_match] = ACTIONS(2419), + [anon_sym_RBRACE] = ACTIONS(2419), + [anon_sym_try] = ACTIONS(2419), + [anon_sym_catch] = ACTIONS(2419), + [anon_sym_return] = ACTIONS(2419), + [anon_sym_source] = ACTIONS(2419), + [anon_sym_source_DASHenv] = ACTIONS(2419), + [anon_sym_register] = ACTIONS(2419), + [anon_sym_hide] = ACTIONS(2419), + [anon_sym_hide_DASHenv] = ACTIONS(2419), + [anon_sym_overlay] = ACTIONS(2419), + [anon_sym_as] = ACTIONS(2419), + [anon_sym_PLUS2] = ACTIONS(2419), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2419), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2419), + [aux_sym__val_number_decimal_token1] = ACTIONS(2419), + [aux_sym__val_number_decimal_token2] = ACTIONS(2419), + [aux_sym__val_number_decimal_token3] = ACTIONS(2419), + [aux_sym__val_number_decimal_token4] = ACTIONS(2419), + [aux_sym__val_number_token1] = ACTIONS(2419), + [aux_sym__val_number_token2] = ACTIONS(2419), + [aux_sym__val_number_token3] = ACTIONS(2419), + [aux_sym__val_number_token4] = ACTIONS(2419), + [aux_sym__val_number_token5] = ACTIONS(2419), + [aux_sym__val_number_token6] = ACTIONS(2419), + [anon_sym_DQUOTE] = ACTIONS(2419), + [sym__str_single_quotes] = ACTIONS(2419), + [sym__str_back_ticks] = ACTIONS(2419), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2419), + [sym__entry_separator] = ACTIONS(2421), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2164), + [sym_raw_string_begin] = ACTIONS(2421), }, - [648] = { - [sym_comment] = STATE(648), - [anon_sym_export] = ACTIONS(2417), - [anon_sym_alias] = ACTIONS(2417), - [anon_sym_let] = ACTIONS(2417), - [anon_sym_let_DASHenv] = ACTIONS(2417), - [anon_sym_mut] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [aux_sym_cmd_identifier_token1] = ACTIONS(2417), - [aux_sym_cmd_identifier_token2] = ACTIONS(2417), - [aux_sym_cmd_identifier_token3] = ACTIONS(2417), - [aux_sym_cmd_identifier_token4] = ACTIONS(2417), - [aux_sym_cmd_identifier_token5] = ACTIONS(2417), - [aux_sym_cmd_identifier_token6] = ACTIONS(2417), - [aux_sym_cmd_identifier_token7] = ACTIONS(2417), - [aux_sym_cmd_identifier_token8] = ACTIONS(2417), - [aux_sym_cmd_identifier_token9] = ACTIONS(2417), - [aux_sym_cmd_identifier_token10] = ACTIONS(2417), - [aux_sym_cmd_identifier_token11] = ACTIONS(2417), - [aux_sym_cmd_identifier_token12] = ACTIONS(2417), - [aux_sym_cmd_identifier_token13] = ACTIONS(2417), - [aux_sym_cmd_identifier_token14] = ACTIONS(2417), - [aux_sym_cmd_identifier_token15] = ACTIONS(2417), - [aux_sym_cmd_identifier_token16] = ACTIONS(2417), - [aux_sym_cmd_identifier_token17] = ACTIONS(2417), - [aux_sym_cmd_identifier_token18] = ACTIONS(2417), - [aux_sym_cmd_identifier_token19] = ACTIONS(2417), - [aux_sym_cmd_identifier_token20] = ACTIONS(2417), - [aux_sym_cmd_identifier_token21] = ACTIONS(2417), - [aux_sym_cmd_identifier_token22] = ACTIONS(2417), - [aux_sym_cmd_identifier_token23] = ACTIONS(2417), - [aux_sym_cmd_identifier_token24] = ACTIONS(2417), - [aux_sym_cmd_identifier_token25] = ACTIONS(2417), - [aux_sym_cmd_identifier_token26] = ACTIONS(2417), - [aux_sym_cmd_identifier_token27] = ACTIONS(2417), - [aux_sym_cmd_identifier_token28] = ACTIONS(2417), - [aux_sym_cmd_identifier_token29] = ACTIONS(2417), - [aux_sym_cmd_identifier_token30] = ACTIONS(2417), - [aux_sym_cmd_identifier_token31] = ACTIONS(2417), - [aux_sym_cmd_identifier_token32] = ACTIONS(2417), - [aux_sym_cmd_identifier_token33] = ACTIONS(2417), - [aux_sym_cmd_identifier_token34] = ACTIONS(2417), - [aux_sym_cmd_identifier_token35] = ACTIONS(2417), - [aux_sym_cmd_identifier_token36] = ACTIONS(2417), - [aux_sym_cmd_identifier_token37] = ACTIONS(2417), - [aux_sym_cmd_identifier_token38] = ACTIONS(2417), - [aux_sym_cmd_identifier_token39] = ACTIONS(2417), - [aux_sym_cmd_identifier_token40] = ACTIONS(2417), - [anon_sym_def] = ACTIONS(2417), - [anon_sym_export_DASHenv] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym_module] = ACTIONS(2417), - [anon_sym_use] = ACTIONS(2417), - [anon_sym_LPAREN] = ACTIONS(2417), - [anon_sym_DOLLAR] = ACTIONS(2417), - [anon_sym_error] = ACTIONS(2417), - [anon_sym_DASH2] = ACTIONS(2417), - [anon_sym_break] = ACTIONS(2417), - [anon_sym_continue] = ACTIONS(2417), - [anon_sym_for] = ACTIONS(2417), - [anon_sym_in2] = ACTIONS(2417), - [anon_sym_loop] = ACTIONS(2417), - [anon_sym_make] = ACTIONS(2417), - [anon_sym_while] = ACTIONS(2417), - [anon_sym_do] = ACTIONS(2417), - [anon_sym_if] = ACTIONS(2417), - [anon_sym_else] = ACTIONS(2417), - [anon_sym_match] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2417), - [anon_sym_try] = ACTIONS(2417), - [anon_sym_catch] = ACTIONS(2417), - [anon_sym_return] = ACTIONS(2417), - [anon_sym_source] = ACTIONS(2417), - [anon_sym_source_DASHenv] = ACTIONS(2417), - [anon_sym_register] = ACTIONS(2417), - [anon_sym_hide] = ACTIONS(2417), - [anon_sym_hide_DASHenv] = ACTIONS(2417), - [anon_sym_overlay] = ACTIONS(2417), - [anon_sym_as] = ACTIONS(2417), - [anon_sym_PLUS2] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2417), - [aux_sym__val_number_decimal_token1] = ACTIONS(2417), - [aux_sym__val_number_decimal_token2] = ACTIONS(2417), - [aux_sym__val_number_decimal_token3] = ACTIONS(2417), - [aux_sym__val_number_decimal_token4] = ACTIONS(2417), - [aux_sym__val_number_token1] = ACTIONS(2417), - [aux_sym__val_number_token2] = ACTIONS(2417), - [aux_sym__val_number_token3] = ACTIONS(2417), - [aux_sym__val_number_token4] = ACTIONS(2417), - [aux_sym__val_number_token5] = ACTIONS(2417), - [aux_sym__val_number_token6] = ACTIONS(2417), - [anon_sym_DQUOTE] = ACTIONS(2417), - [sym__str_single_quotes] = ACTIONS(2417), - [sym__str_back_ticks] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2417), - [sym__entry_separator] = ACTIONS(2419), + [633] = { + [sym_comment] = STATE(633), + [anon_sym_export] = ACTIONS(2423), + [anon_sym_alias] = ACTIONS(2423), + [anon_sym_let] = ACTIONS(2423), + [anon_sym_let_DASHenv] = ACTIONS(2423), + [anon_sym_mut] = ACTIONS(2423), + [anon_sym_const] = ACTIONS(2423), + [aux_sym_cmd_identifier_token1] = ACTIONS(2423), + [aux_sym_cmd_identifier_token2] = ACTIONS(2423), + [aux_sym_cmd_identifier_token3] = ACTIONS(2423), + [aux_sym_cmd_identifier_token4] = ACTIONS(2423), + [aux_sym_cmd_identifier_token5] = ACTIONS(2423), + [aux_sym_cmd_identifier_token6] = ACTIONS(2423), + [aux_sym_cmd_identifier_token7] = ACTIONS(2423), + [aux_sym_cmd_identifier_token8] = ACTIONS(2423), + [aux_sym_cmd_identifier_token9] = ACTIONS(2423), + [aux_sym_cmd_identifier_token10] = ACTIONS(2423), + [aux_sym_cmd_identifier_token11] = ACTIONS(2423), + [aux_sym_cmd_identifier_token12] = ACTIONS(2423), + [aux_sym_cmd_identifier_token13] = ACTIONS(2423), + [aux_sym_cmd_identifier_token14] = ACTIONS(2423), + [aux_sym_cmd_identifier_token15] = ACTIONS(2423), + [aux_sym_cmd_identifier_token16] = ACTIONS(2423), + [aux_sym_cmd_identifier_token17] = ACTIONS(2423), + [aux_sym_cmd_identifier_token18] = ACTIONS(2423), + [aux_sym_cmd_identifier_token19] = ACTIONS(2423), + [aux_sym_cmd_identifier_token20] = ACTIONS(2423), + [aux_sym_cmd_identifier_token21] = ACTIONS(2423), + [aux_sym_cmd_identifier_token22] = ACTIONS(2423), + [aux_sym_cmd_identifier_token23] = ACTIONS(2423), + [aux_sym_cmd_identifier_token24] = ACTIONS(2423), + [aux_sym_cmd_identifier_token25] = ACTIONS(2423), + [aux_sym_cmd_identifier_token26] = ACTIONS(2423), + [aux_sym_cmd_identifier_token27] = ACTIONS(2423), + [aux_sym_cmd_identifier_token28] = ACTIONS(2423), + [aux_sym_cmd_identifier_token29] = ACTIONS(2423), + [aux_sym_cmd_identifier_token30] = ACTIONS(2423), + [aux_sym_cmd_identifier_token31] = ACTIONS(2423), + [aux_sym_cmd_identifier_token32] = ACTIONS(2423), + [aux_sym_cmd_identifier_token33] = ACTIONS(2423), + [aux_sym_cmd_identifier_token34] = ACTIONS(2423), + [aux_sym_cmd_identifier_token35] = ACTIONS(2423), + [aux_sym_cmd_identifier_token36] = ACTIONS(2423), + [aux_sym_cmd_identifier_token37] = ACTIONS(2423), + [aux_sym_cmd_identifier_token38] = ACTIONS(2423), + [aux_sym_cmd_identifier_token39] = ACTIONS(2423), + [aux_sym_cmd_identifier_token40] = ACTIONS(2423), + [anon_sym_def] = ACTIONS(2423), + [anon_sym_export_DASHenv] = ACTIONS(2423), + [anon_sym_extern] = ACTIONS(2423), + [anon_sym_module] = ACTIONS(2423), + [anon_sym_use] = ACTIONS(2423), + [anon_sym_LPAREN] = ACTIONS(2423), + [anon_sym_DOLLAR] = ACTIONS(2423), + [anon_sym_error] = ACTIONS(2423), + [anon_sym_DASH2] = ACTIONS(2423), + [anon_sym_break] = ACTIONS(2423), + [anon_sym_continue] = ACTIONS(2423), + [anon_sym_for] = ACTIONS(2423), + [anon_sym_in2] = ACTIONS(2423), + [anon_sym_loop] = ACTIONS(2423), + [anon_sym_make] = ACTIONS(2423), + [anon_sym_while] = ACTIONS(2423), + [anon_sym_do] = ACTIONS(2423), + [anon_sym_if] = ACTIONS(2423), + [anon_sym_else] = ACTIONS(2423), + [anon_sym_match] = ACTIONS(2423), + [anon_sym_RBRACE] = ACTIONS(2423), + [anon_sym_try] = ACTIONS(2423), + [anon_sym_catch] = ACTIONS(2423), + [anon_sym_return] = ACTIONS(2423), + [anon_sym_source] = ACTIONS(2423), + [anon_sym_source_DASHenv] = ACTIONS(2423), + [anon_sym_register] = ACTIONS(2423), + [anon_sym_hide] = ACTIONS(2423), + [anon_sym_hide_DASHenv] = ACTIONS(2423), + [anon_sym_overlay] = ACTIONS(2423), + [anon_sym_as] = ACTIONS(2423), + [anon_sym_PLUS2] = ACTIONS(2423), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2423), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2423), + [aux_sym__val_number_decimal_token1] = ACTIONS(2423), + [aux_sym__val_number_decimal_token2] = ACTIONS(2423), + [aux_sym__val_number_decimal_token3] = ACTIONS(2423), + [aux_sym__val_number_decimal_token4] = ACTIONS(2423), + [aux_sym__val_number_token1] = ACTIONS(2423), + [aux_sym__val_number_token2] = ACTIONS(2423), + [aux_sym__val_number_token3] = ACTIONS(2423), + [aux_sym__val_number_token4] = ACTIONS(2423), + [aux_sym__val_number_token5] = ACTIONS(2423), + [aux_sym__val_number_token6] = ACTIONS(2423), + [anon_sym_DQUOTE] = ACTIONS(2423), + [sym__str_single_quotes] = ACTIONS(2423), + [sym__str_back_ticks] = ACTIONS(2423), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2423), + [sym__entry_separator] = ACTIONS(2425), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2419), + [sym_raw_string_begin] = ACTIONS(2425), }, - [649] = { - [sym_comment] = STATE(649), - [anon_sym_export] = ACTIONS(2421), - [anon_sym_alias] = ACTIONS(2421), - [anon_sym_let] = ACTIONS(2421), - [anon_sym_let_DASHenv] = ACTIONS(2421), - [anon_sym_mut] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [aux_sym_cmd_identifier_token1] = ACTIONS(2421), - [aux_sym_cmd_identifier_token2] = ACTIONS(2421), - [aux_sym_cmd_identifier_token3] = ACTIONS(2421), - [aux_sym_cmd_identifier_token4] = ACTIONS(2421), - [aux_sym_cmd_identifier_token5] = ACTIONS(2421), - [aux_sym_cmd_identifier_token6] = ACTIONS(2421), - [aux_sym_cmd_identifier_token7] = ACTIONS(2421), - [aux_sym_cmd_identifier_token8] = ACTIONS(2421), - [aux_sym_cmd_identifier_token9] = ACTIONS(2421), - [aux_sym_cmd_identifier_token10] = ACTIONS(2421), - [aux_sym_cmd_identifier_token11] = ACTIONS(2421), - [aux_sym_cmd_identifier_token12] = ACTIONS(2421), - [aux_sym_cmd_identifier_token13] = ACTIONS(2421), - [aux_sym_cmd_identifier_token14] = ACTIONS(2421), - [aux_sym_cmd_identifier_token15] = ACTIONS(2421), - [aux_sym_cmd_identifier_token16] = ACTIONS(2421), - [aux_sym_cmd_identifier_token17] = ACTIONS(2421), - [aux_sym_cmd_identifier_token18] = ACTIONS(2421), - [aux_sym_cmd_identifier_token19] = ACTIONS(2421), - [aux_sym_cmd_identifier_token20] = ACTIONS(2421), - [aux_sym_cmd_identifier_token21] = ACTIONS(2421), - [aux_sym_cmd_identifier_token22] = ACTIONS(2421), - [aux_sym_cmd_identifier_token23] = ACTIONS(2421), - [aux_sym_cmd_identifier_token24] = ACTIONS(2421), - [aux_sym_cmd_identifier_token25] = ACTIONS(2421), - [aux_sym_cmd_identifier_token26] = ACTIONS(2421), - [aux_sym_cmd_identifier_token27] = ACTIONS(2421), - [aux_sym_cmd_identifier_token28] = ACTIONS(2421), - [aux_sym_cmd_identifier_token29] = ACTIONS(2421), - [aux_sym_cmd_identifier_token30] = ACTIONS(2421), - [aux_sym_cmd_identifier_token31] = ACTIONS(2421), - [aux_sym_cmd_identifier_token32] = ACTIONS(2421), - [aux_sym_cmd_identifier_token33] = ACTIONS(2421), - [aux_sym_cmd_identifier_token34] = ACTIONS(2421), - [aux_sym_cmd_identifier_token35] = ACTIONS(2421), - [aux_sym_cmd_identifier_token36] = ACTIONS(2421), - [aux_sym_cmd_identifier_token37] = ACTIONS(2421), - [aux_sym_cmd_identifier_token38] = ACTIONS(2421), - [aux_sym_cmd_identifier_token39] = ACTIONS(2421), - [aux_sym_cmd_identifier_token40] = ACTIONS(2421), - [anon_sym_def] = ACTIONS(2421), - [anon_sym_export_DASHenv] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym_module] = ACTIONS(2421), - [anon_sym_use] = ACTIONS(2421), - [anon_sym_LPAREN] = ACTIONS(2421), - [anon_sym_DOLLAR] = ACTIONS(2421), - [anon_sym_error] = ACTIONS(2421), - [anon_sym_DASH2] = ACTIONS(2421), - [anon_sym_break] = ACTIONS(2421), - [anon_sym_continue] = ACTIONS(2421), - [anon_sym_for] = ACTIONS(2421), - [anon_sym_in2] = ACTIONS(2421), - [anon_sym_loop] = ACTIONS(2421), - [anon_sym_make] = ACTIONS(2421), - [anon_sym_while] = ACTIONS(2421), - [anon_sym_do] = ACTIONS(2421), - [anon_sym_if] = ACTIONS(2421), - [anon_sym_else] = ACTIONS(2421), - [anon_sym_match] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2421), - [anon_sym_try] = ACTIONS(2421), - [anon_sym_catch] = ACTIONS(2421), - [anon_sym_return] = ACTIONS(2421), - [anon_sym_source] = ACTIONS(2421), - [anon_sym_source_DASHenv] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_hide] = ACTIONS(2421), - [anon_sym_hide_DASHenv] = ACTIONS(2421), - [anon_sym_overlay] = ACTIONS(2421), - [anon_sym_as] = ACTIONS(2421), - [anon_sym_PLUS2] = ACTIONS(2421), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2421), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2421), - [aux_sym__val_number_decimal_token1] = ACTIONS(2421), - [aux_sym__val_number_decimal_token2] = ACTIONS(2421), - [aux_sym__val_number_decimal_token3] = ACTIONS(2421), - [aux_sym__val_number_decimal_token4] = ACTIONS(2421), - [aux_sym__val_number_token1] = ACTIONS(2421), - [aux_sym__val_number_token2] = ACTIONS(2421), - [aux_sym__val_number_token3] = ACTIONS(2421), - [aux_sym__val_number_token4] = ACTIONS(2421), - [aux_sym__val_number_token5] = ACTIONS(2421), - [aux_sym__val_number_token6] = ACTIONS(2421), - [anon_sym_DQUOTE] = ACTIONS(2421), - [sym__str_single_quotes] = ACTIONS(2421), - [sym__str_back_ticks] = ACTIONS(2421), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2421), - [sym__entry_separator] = ACTIONS(2423), + [634] = { + [sym_comment] = STATE(634), + [anon_sym_export] = ACTIONS(2427), + [anon_sym_alias] = ACTIONS(2427), + [anon_sym_let] = ACTIONS(2427), + [anon_sym_let_DASHenv] = ACTIONS(2427), + [anon_sym_mut] = ACTIONS(2427), + [anon_sym_const] = ACTIONS(2427), + [aux_sym_cmd_identifier_token1] = ACTIONS(2427), + [aux_sym_cmd_identifier_token2] = ACTIONS(2427), + [aux_sym_cmd_identifier_token3] = ACTIONS(2427), + [aux_sym_cmd_identifier_token4] = ACTIONS(2427), + [aux_sym_cmd_identifier_token5] = ACTIONS(2427), + [aux_sym_cmd_identifier_token6] = ACTIONS(2427), + [aux_sym_cmd_identifier_token7] = ACTIONS(2427), + [aux_sym_cmd_identifier_token8] = ACTIONS(2427), + [aux_sym_cmd_identifier_token9] = ACTIONS(2427), + [aux_sym_cmd_identifier_token10] = ACTIONS(2427), + [aux_sym_cmd_identifier_token11] = ACTIONS(2427), + [aux_sym_cmd_identifier_token12] = ACTIONS(2427), + [aux_sym_cmd_identifier_token13] = ACTIONS(2427), + [aux_sym_cmd_identifier_token14] = ACTIONS(2427), + [aux_sym_cmd_identifier_token15] = ACTIONS(2427), + [aux_sym_cmd_identifier_token16] = ACTIONS(2427), + [aux_sym_cmd_identifier_token17] = ACTIONS(2427), + [aux_sym_cmd_identifier_token18] = ACTIONS(2427), + [aux_sym_cmd_identifier_token19] = ACTIONS(2427), + [aux_sym_cmd_identifier_token20] = ACTIONS(2427), + [aux_sym_cmd_identifier_token21] = ACTIONS(2427), + [aux_sym_cmd_identifier_token22] = ACTIONS(2427), + [aux_sym_cmd_identifier_token23] = ACTIONS(2427), + [aux_sym_cmd_identifier_token24] = ACTIONS(2427), + [aux_sym_cmd_identifier_token25] = ACTIONS(2427), + [aux_sym_cmd_identifier_token26] = ACTIONS(2427), + [aux_sym_cmd_identifier_token27] = ACTIONS(2427), + [aux_sym_cmd_identifier_token28] = ACTIONS(2427), + [aux_sym_cmd_identifier_token29] = ACTIONS(2427), + [aux_sym_cmd_identifier_token30] = ACTIONS(2427), + [aux_sym_cmd_identifier_token31] = ACTIONS(2427), + [aux_sym_cmd_identifier_token32] = ACTIONS(2427), + [aux_sym_cmd_identifier_token33] = ACTIONS(2427), + [aux_sym_cmd_identifier_token34] = ACTIONS(2427), + [aux_sym_cmd_identifier_token35] = ACTIONS(2427), + [aux_sym_cmd_identifier_token36] = ACTIONS(2427), + [aux_sym_cmd_identifier_token37] = ACTIONS(2427), + [aux_sym_cmd_identifier_token38] = ACTIONS(2427), + [aux_sym_cmd_identifier_token39] = ACTIONS(2427), + [aux_sym_cmd_identifier_token40] = ACTIONS(2427), + [anon_sym_def] = ACTIONS(2427), + [anon_sym_export_DASHenv] = ACTIONS(2427), + [anon_sym_extern] = ACTIONS(2427), + [anon_sym_module] = ACTIONS(2427), + [anon_sym_use] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2427), + [anon_sym_DOLLAR] = ACTIONS(2427), + [anon_sym_error] = ACTIONS(2427), + [anon_sym_DASH2] = ACTIONS(2427), + [anon_sym_break] = ACTIONS(2427), + [anon_sym_continue] = ACTIONS(2427), + [anon_sym_for] = ACTIONS(2427), + [anon_sym_in2] = ACTIONS(2427), + [anon_sym_loop] = ACTIONS(2427), + [anon_sym_make] = ACTIONS(2427), + [anon_sym_while] = ACTIONS(2427), + [anon_sym_do] = ACTIONS(2427), + [anon_sym_if] = ACTIONS(2427), + [anon_sym_else] = ACTIONS(2427), + [anon_sym_match] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2427), + [anon_sym_try] = ACTIONS(2427), + [anon_sym_catch] = ACTIONS(2427), + [anon_sym_return] = ACTIONS(2427), + [anon_sym_source] = ACTIONS(2427), + [anon_sym_source_DASHenv] = ACTIONS(2427), + [anon_sym_register] = ACTIONS(2427), + [anon_sym_hide] = ACTIONS(2427), + [anon_sym_hide_DASHenv] = ACTIONS(2427), + [anon_sym_overlay] = ACTIONS(2427), + [anon_sym_as] = ACTIONS(2427), + [anon_sym_PLUS2] = ACTIONS(2427), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2427), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2427), + [aux_sym__val_number_decimal_token1] = ACTIONS(2427), + [aux_sym__val_number_decimal_token2] = ACTIONS(2427), + [aux_sym__val_number_decimal_token3] = ACTIONS(2427), + [aux_sym__val_number_decimal_token4] = ACTIONS(2427), + [aux_sym__val_number_token1] = ACTIONS(2427), + [aux_sym__val_number_token2] = ACTIONS(2427), + [aux_sym__val_number_token3] = ACTIONS(2427), + [aux_sym__val_number_token4] = ACTIONS(2427), + [aux_sym__val_number_token5] = ACTIONS(2427), + [aux_sym__val_number_token6] = ACTIONS(2427), + [anon_sym_DQUOTE] = ACTIONS(2427), + [sym__str_single_quotes] = ACTIONS(2427), + [sym__str_back_ticks] = ACTIONS(2427), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2427), + [sym__entry_separator] = ACTIONS(2429), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2423), + [sym_raw_string_begin] = ACTIONS(2429), }, - [650] = { - [sym_comment] = STATE(650), - [aux_sym__multiple_types_repeat1] = STATE(587), - [anon_sym_export] = ACTIONS(2281), - [anon_sym_alias] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_let_DASHenv] = ACTIONS(2281), - [anon_sym_mut] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [aux_sym_cmd_identifier_token1] = ACTIONS(2281), - [aux_sym_cmd_identifier_token2] = ACTIONS(2281), - [aux_sym_cmd_identifier_token3] = ACTIONS(2281), - [aux_sym_cmd_identifier_token4] = ACTIONS(2281), - [aux_sym_cmd_identifier_token5] = ACTIONS(2281), - [aux_sym_cmd_identifier_token6] = ACTIONS(2281), - [aux_sym_cmd_identifier_token7] = ACTIONS(2281), - [aux_sym_cmd_identifier_token8] = ACTIONS(2281), - [aux_sym_cmd_identifier_token9] = ACTIONS(2281), - [aux_sym_cmd_identifier_token10] = ACTIONS(2281), - [aux_sym_cmd_identifier_token11] = ACTIONS(2281), - [aux_sym_cmd_identifier_token12] = ACTIONS(2281), - [aux_sym_cmd_identifier_token13] = ACTIONS(2281), - [aux_sym_cmd_identifier_token14] = ACTIONS(2281), - [aux_sym_cmd_identifier_token15] = ACTIONS(2281), - [aux_sym_cmd_identifier_token16] = ACTIONS(2281), - [aux_sym_cmd_identifier_token17] = ACTIONS(2281), - [aux_sym_cmd_identifier_token18] = ACTIONS(2281), - [aux_sym_cmd_identifier_token19] = ACTIONS(2281), - [aux_sym_cmd_identifier_token20] = ACTIONS(2281), - [aux_sym_cmd_identifier_token21] = ACTIONS(2281), - [aux_sym_cmd_identifier_token22] = ACTIONS(2281), - [aux_sym_cmd_identifier_token23] = ACTIONS(2281), - [aux_sym_cmd_identifier_token24] = ACTIONS(2281), - [aux_sym_cmd_identifier_token25] = ACTIONS(2281), - [aux_sym_cmd_identifier_token26] = ACTIONS(2281), - [aux_sym_cmd_identifier_token27] = ACTIONS(2281), - [aux_sym_cmd_identifier_token28] = ACTIONS(2281), - [aux_sym_cmd_identifier_token29] = ACTIONS(2281), - [aux_sym_cmd_identifier_token30] = ACTIONS(2281), - [aux_sym_cmd_identifier_token31] = ACTIONS(2281), - [aux_sym_cmd_identifier_token32] = ACTIONS(2281), - [aux_sym_cmd_identifier_token33] = ACTIONS(2281), - [aux_sym_cmd_identifier_token34] = ACTIONS(2281), - [aux_sym_cmd_identifier_token35] = ACTIONS(2281), - [aux_sym_cmd_identifier_token36] = ACTIONS(2281), - [aux_sym_cmd_identifier_token37] = ACTIONS(2281), - [aux_sym_cmd_identifier_token38] = ACTIONS(2281), - [aux_sym_cmd_identifier_token39] = ACTIONS(2281), - [aux_sym_cmd_identifier_token40] = ACTIONS(2281), - [anon_sym_def] = ACTIONS(2281), - [anon_sym_export_DASHenv] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_module] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_LPAREN] = ACTIONS(2281), - [anon_sym_DOLLAR] = ACTIONS(2281), - [anon_sym_error] = ACTIONS(2281), - [anon_sym_DASH2] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_in2] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_make] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_do] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_else] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_try] = ACTIONS(2281), - [anon_sym_catch] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_source] = ACTIONS(2281), - [anon_sym_source_DASHenv] = ACTIONS(2281), - [anon_sym_register] = ACTIONS(2281), - [anon_sym_hide] = ACTIONS(2281), - [anon_sym_hide_DASHenv] = ACTIONS(2281), - [anon_sym_overlay] = ACTIONS(2281), - [anon_sym_as] = ACTIONS(2281), - [anon_sym_PLUS2] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2281), - [aux_sym__val_number_decimal_token1] = ACTIONS(2281), - [aux_sym__val_number_decimal_token2] = ACTIONS(2281), - [aux_sym__val_number_decimal_token3] = ACTIONS(2281), - [aux_sym__val_number_decimal_token4] = ACTIONS(2281), - [aux_sym__val_number_token1] = ACTIONS(2281), - [aux_sym__val_number_token2] = ACTIONS(2281), - [aux_sym__val_number_token3] = ACTIONS(2281), - [aux_sym__val_number_token4] = ACTIONS(2281), - [aux_sym__val_number_token5] = ACTIONS(2281), - [aux_sym__val_number_token6] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(2281), - [sym__str_single_quotes] = ACTIONS(2281), - [sym__str_back_ticks] = ACTIONS(2281), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2281), - [sym__entry_separator] = ACTIONS(2285), + [635] = { + [sym_comment] = STATE(635), + [anon_sym_export] = ACTIONS(2431), + [anon_sym_alias] = ACTIONS(2431), + [anon_sym_let] = ACTIONS(2431), + [anon_sym_let_DASHenv] = ACTIONS(2431), + [anon_sym_mut] = ACTIONS(2431), + [anon_sym_const] = ACTIONS(2431), + [aux_sym_cmd_identifier_token1] = ACTIONS(2431), + [aux_sym_cmd_identifier_token2] = ACTIONS(2431), + [aux_sym_cmd_identifier_token3] = ACTIONS(2431), + [aux_sym_cmd_identifier_token4] = ACTIONS(2431), + [aux_sym_cmd_identifier_token5] = ACTIONS(2431), + [aux_sym_cmd_identifier_token6] = ACTIONS(2431), + [aux_sym_cmd_identifier_token7] = ACTIONS(2431), + [aux_sym_cmd_identifier_token8] = ACTIONS(2431), + [aux_sym_cmd_identifier_token9] = ACTIONS(2431), + [aux_sym_cmd_identifier_token10] = ACTIONS(2431), + [aux_sym_cmd_identifier_token11] = ACTIONS(2431), + [aux_sym_cmd_identifier_token12] = ACTIONS(2431), + [aux_sym_cmd_identifier_token13] = ACTIONS(2431), + [aux_sym_cmd_identifier_token14] = ACTIONS(2431), + [aux_sym_cmd_identifier_token15] = ACTIONS(2431), + [aux_sym_cmd_identifier_token16] = ACTIONS(2431), + [aux_sym_cmd_identifier_token17] = ACTIONS(2431), + [aux_sym_cmd_identifier_token18] = ACTIONS(2431), + [aux_sym_cmd_identifier_token19] = ACTIONS(2431), + [aux_sym_cmd_identifier_token20] = ACTIONS(2431), + [aux_sym_cmd_identifier_token21] = ACTIONS(2431), + [aux_sym_cmd_identifier_token22] = ACTIONS(2431), + [aux_sym_cmd_identifier_token23] = ACTIONS(2431), + [aux_sym_cmd_identifier_token24] = ACTIONS(2431), + [aux_sym_cmd_identifier_token25] = ACTIONS(2431), + [aux_sym_cmd_identifier_token26] = ACTIONS(2431), + [aux_sym_cmd_identifier_token27] = ACTIONS(2431), + [aux_sym_cmd_identifier_token28] = ACTIONS(2431), + [aux_sym_cmd_identifier_token29] = ACTIONS(2431), + [aux_sym_cmd_identifier_token30] = ACTIONS(2431), + [aux_sym_cmd_identifier_token31] = ACTIONS(2431), + [aux_sym_cmd_identifier_token32] = ACTIONS(2431), + [aux_sym_cmd_identifier_token33] = ACTIONS(2431), + [aux_sym_cmd_identifier_token34] = ACTIONS(2431), + [aux_sym_cmd_identifier_token35] = ACTIONS(2431), + [aux_sym_cmd_identifier_token36] = ACTIONS(2431), + [aux_sym_cmd_identifier_token37] = ACTIONS(2431), + [aux_sym_cmd_identifier_token38] = ACTIONS(2431), + [aux_sym_cmd_identifier_token39] = ACTIONS(2431), + [aux_sym_cmd_identifier_token40] = ACTIONS(2431), + [anon_sym_def] = ACTIONS(2431), + [anon_sym_export_DASHenv] = ACTIONS(2431), + [anon_sym_extern] = ACTIONS(2431), + [anon_sym_module] = ACTIONS(2431), + [anon_sym_use] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2431), + [anon_sym_DOLLAR] = ACTIONS(2431), + [anon_sym_error] = ACTIONS(2431), + [anon_sym_DASH2] = ACTIONS(2431), + [anon_sym_break] = ACTIONS(2431), + [anon_sym_continue] = ACTIONS(2431), + [anon_sym_for] = ACTIONS(2431), + [anon_sym_in2] = ACTIONS(2431), + [anon_sym_loop] = ACTIONS(2431), + [anon_sym_make] = ACTIONS(2431), + [anon_sym_while] = ACTIONS(2431), + [anon_sym_do] = ACTIONS(2431), + [anon_sym_if] = ACTIONS(2431), + [anon_sym_else] = ACTIONS(2431), + [anon_sym_match] = ACTIONS(2431), + [anon_sym_RBRACE] = ACTIONS(2431), + [anon_sym_try] = ACTIONS(2431), + [anon_sym_catch] = ACTIONS(2431), + [anon_sym_return] = ACTIONS(2431), + [anon_sym_source] = ACTIONS(2431), + [anon_sym_source_DASHenv] = ACTIONS(2431), + [anon_sym_register] = ACTIONS(2431), + [anon_sym_hide] = ACTIONS(2431), + [anon_sym_hide_DASHenv] = ACTIONS(2431), + [anon_sym_overlay] = ACTIONS(2431), + [anon_sym_as] = ACTIONS(2431), + [anon_sym_PLUS2] = ACTIONS(2431), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2431), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2431), + [aux_sym__val_number_decimal_token1] = ACTIONS(2431), + [aux_sym__val_number_decimal_token2] = ACTIONS(2431), + [aux_sym__val_number_decimal_token3] = ACTIONS(2431), + [aux_sym__val_number_decimal_token4] = ACTIONS(2431), + [aux_sym__val_number_token1] = ACTIONS(2431), + [aux_sym__val_number_token2] = ACTIONS(2431), + [aux_sym__val_number_token3] = ACTIONS(2431), + [aux_sym__val_number_token4] = ACTIONS(2431), + [aux_sym__val_number_token5] = ACTIONS(2431), + [aux_sym__val_number_token6] = ACTIONS(2431), + [anon_sym_DQUOTE] = ACTIONS(2431), + [sym__str_single_quotes] = ACTIONS(2431), + [sym__str_back_ticks] = ACTIONS(2431), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2431), + [sym__entry_separator] = ACTIONS(2433), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2287), + [sym_raw_string_begin] = ACTIONS(2433), }, - [651] = { - [sym_comment] = STATE(651), - [anon_sym_export] = ACTIONS(2425), - [anon_sym_alias] = ACTIONS(2425), - [anon_sym_let] = ACTIONS(2425), - [anon_sym_let_DASHenv] = ACTIONS(2425), - [anon_sym_mut] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [aux_sym_cmd_identifier_token1] = ACTIONS(2425), - [aux_sym_cmd_identifier_token2] = ACTIONS(2425), - [aux_sym_cmd_identifier_token3] = ACTIONS(2425), - [aux_sym_cmd_identifier_token4] = ACTIONS(2425), - [aux_sym_cmd_identifier_token5] = ACTIONS(2425), - [aux_sym_cmd_identifier_token6] = ACTIONS(2425), - [aux_sym_cmd_identifier_token7] = ACTIONS(2425), - [aux_sym_cmd_identifier_token8] = ACTIONS(2425), - [aux_sym_cmd_identifier_token9] = ACTIONS(2425), - [aux_sym_cmd_identifier_token10] = ACTIONS(2425), - [aux_sym_cmd_identifier_token11] = ACTIONS(2425), - [aux_sym_cmd_identifier_token12] = ACTIONS(2425), - [aux_sym_cmd_identifier_token13] = ACTIONS(2425), - [aux_sym_cmd_identifier_token14] = ACTIONS(2425), - [aux_sym_cmd_identifier_token15] = ACTIONS(2425), - [aux_sym_cmd_identifier_token16] = ACTIONS(2425), - [aux_sym_cmd_identifier_token17] = ACTIONS(2425), - [aux_sym_cmd_identifier_token18] = ACTIONS(2425), - [aux_sym_cmd_identifier_token19] = ACTIONS(2425), - [aux_sym_cmd_identifier_token20] = ACTIONS(2425), - [aux_sym_cmd_identifier_token21] = ACTIONS(2425), - [aux_sym_cmd_identifier_token22] = ACTIONS(2425), - [aux_sym_cmd_identifier_token23] = ACTIONS(2425), - [aux_sym_cmd_identifier_token24] = ACTIONS(2425), - [aux_sym_cmd_identifier_token25] = ACTIONS(2425), - [aux_sym_cmd_identifier_token26] = ACTIONS(2425), - [aux_sym_cmd_identifier_token27] = ACTIONS(2425), - [aux_sym_cmd_identifier_token28] = ACTIONS(2425), - [aux_sym_cmd_identifier_token29] = ACTIONS(2425), - [aux_sym_cmd_identifier_token30] = ACTIONS(2425), - [aux_sym_cmd_identifier_token31] = ACTIONS(2425), - [aux_sym_cmd_identifier_token32] = ACTIONS(2425), - [aux_sym_cmd_identifier_token33] = ACTIONS(2425), - [aux_sym_cmd_identifier_token34] = ACTIONS(2425), - [aux_sym_cmd_identifier_token35] = ACTIONS(2425), - [aux_sym_cmd_identifier_token36] = ACTIONS(2425), - [aux_sym_cmd_identifier_token37] = ACTIONS(2425), - [aux_sym_cmd_identifier_token38] = ACTIONS(2425), - [aux_sym_cmd_identifier_token39] = ACTIONS(2425), - [aux_sym_cmd_identifier_token40] = ACTIONS(2425), - [anon_sym_def] = ACTIONS(2425), - [anon_sym_export_DASHenv] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_module] = ACTIONS(2425), - [anon_sym_use] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2425), - [anon_sym_DOLLAR] = ACTIONS(2425), - [anon_sym_error] = ACTIONS(2425), - [anon_sym_DASH2] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_in2] = ACTIONS(2425), - [anon_sym_loop] = ACTIONS(2425), - [anon_sym_make] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_do] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_else] = ACTIONS(2425), - [anon_sym_match] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2425), - [anon_sym_try] = ACTIONS(2425), - [anon_sym_catch] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_source] = ACTIONS(2425), - [anon_sym_source_DASHenv] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_hide] = ACTIONS(2425), - [anon_sym_hide_DASHenv] = ACTIONS(2425), - [anon_sym_overlay] = ACTIONS(2425), - [anon_sym_as] = ACTIONS(2425), - [anon_sym_PLUS2] = ACTIONS(2425), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2425), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2425), - [aux_sym__val_number_decimal_token1] = ACTIONS(2425), - [aux_sym__val_number_decimal_token2] = ACTIONS(2425), - [aux_sym__val_number_decimal_token3] = ACTIONS(2425), - [aux_sym__val_number_decimal_token4] = ACTIONS(2425), - [aux_sym__val_number_token1] = ACTIONS(2425), - [aux_sym__val_number_token2] = ACTIONS(2425), - [aux_sym__val_number_token3] = ACTIONS(2425), - [aux_sym__val_number_token4] = ACTIONS(2425), - [aux_sym__val_number_token5] = ACTIONS(2425), - [aux_sym__val_number_token6] = ACTIONS(2425), - [anon_sym_DQUOTE] = ACTIONS(2425), - [sym__str_single_quotes] = ACTIONS(2425), - [sym__str_back_ticks] = ACTIONS(2425), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2425), - [sym__entry_separator] = ACTIONS(2427), + [636] = { + [sym_comment] = STATE(636), + [anon_sym_export] = ACTIONS(2435), + [anon_sym_alias] = ACTIONS(2435), + [anon_sym_let] = ACTIONS(2435), + [anon_sym_let_DASHenv] = ACTIONS(2435), + [anon_sym_mut] = ACTIONS(2435), + [anon_sym_const] = ACTIONS(2435), + [aux_sym_cmd_identifier_token1] = ACTIONS(2435), + [aux_sym_cmd_identifier_token2] = ACTIONS(2435), + [aux_sym_cmd_identifier_token3] = ACTIONS(2435), + [aux_sym_cmd_identifier_token4] = ACTIONS(2435), + [aux_sym_cmd_identifier_token5] = ACTIONS(2435), + [aux_sym_cmd_identifier_token6] = ACTIONS(2435), + [aux_sym_cmd_identifier_token7] = ACTIONS(2435), + [aux_sym_cmd_identifier_token8] = ACTIONS(2435), + [aux_sym_cmd_identifier_token9] = ACTIONS(2435), + [aux_sym_cmd_identifier_token10] = ACTIONS(2435), + [aux_sym_cmd_identifier_token11] = ACTIONS(2435), + [aux_sym_cmd_identifier_token12] = ACTIONS(2435), + [aux_sym_cmd_identifier_token13] = ACTIONS(2435), + [aux_sym_cmd_identifier_token14] = ACTIONS(2435), + [aux_sym_cmd_identifier_token15] = ACTIONS(2435), + [aux_sym_cmd_identifier_token16] = ACTIONS(2435), + [aux_sym_cmd_identifier_token17] = ACTIONS(2435), + [aux_sym_cmd_identifier_token18] = ACTIONS(2435), + [aux_sym_cmd_identifier_token19] = ACTIONS(2435), + [aux_sym_cmd_identifier_token20] = ACTIONS(2435), + [aux_sym_cmd_identifier_token21] = ACTIONS(2435), + [aux_sym_cmd_identifier_token22] = ACTIONS(2435), + [aux_sym_cmd_identifier_token23] = ACTIONS(2435), + [aux_sym_cmd_identifier_token24] = ACTIONS(2435), + [aux_sym_cmd_identifier_token25] = ACTIONS(2435), + [aux_sym_cmd_identifier_token26] = ACTIONS(2435), + [aux_sym_cmd_identifier_token27] = ACTIONS(2435), + [aux_sym_cmd_identifier_token28] = ACTIONS(2435), + [aux_sym_cmd_identifier_token29] = ACTIONS(2435), + [aux_sym_cmd_identifier_token30] = ACTIONS(2435), + [aux_sym_cmd_identifier_token31] = ACTIONS(2435), + [aux_sym_cmd_identifier_token32] = ACTIONS(2435), + [aux_sym_cmd_identifier_token33] = ACTIONS(2435), + [aux_sym_cmd_identifier_token34] = ACTIONS(2435), + [aux_sym_cmd_identifier_token35] = ACTIONS(2435), + [aux_sym_cmd_identifier_token36] = ACTIONS(2435), + [aux_sym_cmd_identifier_token37] = ACTIONS(2435), + [aux_sym_cmd_identifier_token38] = ACTIONS(2435), + [aux_sym_cmd_identifier_token39] = ACTIONS(2435), + [aux_sym_cmd_identifier_token40] = ACTIONS(2435), + [anon_sym_def] = ACTIONS(2435), + [anon_sym_export_DASHenv] = ACTIONS(2435), + [anon_sym_extern] = ACTIONS(2435), + [anon_sym_module] = ACTIONS(2435), + [anon_sym_use] = ACTIONS(2435), + [anon_sym_LPAREN] = ACTIONS(2435), + [anon_sym_DOLLAR] = ACTIONS(2435), + [anon_sym_error] = ACTIONS(2435), + [anon_sym_DASH2] = ACTIONS(2435), + [anon_sym_break] = ACTIONS(2435), + [anon_sym_continue] = ACTIONS(2435), + [anon_sym_for] = ACTIONS(2435), + [anon_sym_in2] = ACTIONS(2435), + [anon_sym_loop] = ACTIONS(2435), + [anon_sym_make] = ACTIONS(2435), + [anon_sym_while] = ACTIONS(2435), + [anon_sym_do] = ACTIONS(2435), + [anon_sym_if] = ACTIONS(2435), + [anon_sym_else] = ACTIONS(2435), + [anon_sym_match] = ACTIONS(2435), + [anon_sym_RBRACE] = ACTIONS(2435), + [anon_sym_try] = ACTIONS(2435), + [anon_sym_catch] = ACTIONS(2435), + [anon_sym_return] = ACTIONS(2435), + [anon_sym_source] = ACTIONS(2435), + [anon_sym_source_DASHenv] = ACTIONS(2435), + [anon_sym_register] = ACTIONS(2435), + [anon_sym_hide] = ACTIONS(2435), + [anon_sym_hide_DASHenv] = ACTIONS(2435), + [anon_sym_overlay] = ACTIONS(2435), + [anon_sym_as] = ACTIONS(2435), + [anon_sym_PLUS2] = ACTIONS(2435), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2435), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2435), + [aux_sym__val_number_decimal_token1] = ACTIONS(2435), + [aux_sym__val_number_decimal_token2] = ACTIONS(2435), + [aux_sym__val_number_decimal_token3] = ACTIONS(2435), + [aux_sym__val_number_decimal_token4] = ACTIONS(2435), + [aux_sym__val_number_token1] = ACTIONS(2435), + [aux_sym__val_number_token2] = ACTIONS(2435), + [aux_sym__val_number_token3] = ACTIONS(2435), + [aux_sym__val_number_token4] = ACTIONS(2435), + [aux_sym__val_number_token5] = ACTIONS(2435), + [aux_sym__val_number_token6] = ACTIONS(2435), + [anon_sym_DQUOTE] = ACTIONS(2435), + [sym__str_single_quotes] = ACTIONS(2435), + [sym__str_back_ticks] = ACTIONS(2435), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2435), + [sym__entry_separator] = ACTIONS(2437), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2427), + [sym_raw_string_begin] = ACTIONS(2437), }, - [652] = { - [sym_comment] = STATE(652), - [anon_sym_export] = ACTIONS(2429), - [anon_sym_alias] = ACTIONS(2429), - [anon_sym_let] = ACTIONS(2429), - [anon_sym_let_DASHenv] = ACTIONS(2429), - [anon_sym_mut] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [aux_sym_cmd_identifier_token1] = ACTIONS(2429), - [aux_sym_cmd_identifier_token2] = ACTIONS(2429), - [aux_sym_cmd_identifier_token3] = ACTIONS(2429), - [aux_sym_cmd_identifier_token4] = ACTIONS(2429), - [aux_sym_cmd_identifier_token5] = ACTIONS(2429), - [aux_sym_cmd_identifier_token6] = ACTIONS(2429), - [aux_sym_cmd_identifier_token7] = ACTIONS(2429), - [aux_sym_cmd_identifier_token8] = ACTIONS(2429), - [aux_sym_cmd_identifier_token9] = ACTIONS(2429), - [aux_sym_cmd_identifier_token10] = ACTIONS(2429), - [aux_sym_cmd_identifier_token11] = ACTIONS(2429), - [aux_sym_cmd_identifier_token12] = ACTIONS(2429), - [aux_sym_cmd_identifier_token13] = ACTIONS(2429), - [aux_sym_cmd_identifier_token14] = ACTIONS(2429), - [aux_sym_cmd_identifier_token15] = ACTIONS(2429), - [aux_sym_cmd_identifier_token16] = ACTIONS(2429), - [aux_sym_cmd_identifier_token17] = ACTIONS(2429), - [aux_sym_cmd_identifier_token18] = ACTIONS(2429), - [aux_sym_cmd_identifier_token19] = ACTIONS(2429), - [aux_sym_cmd_identifier_token20] = ACTIONS(2429), - [aux_sym_cmd_identifier_token21] = ACTIONS(2429), - [aux_sym_cmd_identifier_token22] = ACTIONS(2429), - [aux_sym_cmd_identifier_token23] = ACTIONS(2429), - [aux_sym_cmd_identifier_token24] = ACTIONS(2429), - [aux_sym_cmd_identifier_token25] = ACTIONS(2429), - [aux_sym_cmd_identifier_token26] = ACTIONS(2429), - [aux_sym_cmd_identifier_token27] = ACTIONS(2429), - [aux_sym_cmd_identifier_token28] = ACTIONS(2429), - [aux_sym_cmd_identifier_token29] = ACTIONS(2429), - [aux_sym_cmd_identifier_token30] = ACTIONS(2429), - [aux_sym_cmd_identifier_token31] = ACTIONS(2429), - [aux_sym_cmd_identifier_token32] = ACTIONS(2429), - [aux_sym_cmd_identifier_token33] = ACTIONS(2429), - [aux_sym_cmd_identifier_token34] = ACTIONS(2429), - [aux_sym_cmd_identifier_token35] = ACTIONS(2429), - [aux_sym_cmd_identifier_token36] = ACTIONS(2429), - [aux_sym_cmd_identifier_token37] = ACTIONS(2429), - [aux_sym_cmd_identifier_token38] = ACTIONS(2429), - [aux_sym_cmd_identifier_token39] = ACTIONS(2429), - [aux_sym_cmd_identifier_token40] = ACTIONS(2429), - [anon_sym_def] = ACTIONS(2429), - [anon_sym_export_DASHenv] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym_module] = ACTIONS(2429), - [anon_sym_use] = ACTIONS(2429), - [anon_sym_LPAREN] = ACTIONS(2429), - [anon_sym_DOLLAR] = ACTIONS(2429), - [anon_sym_error] = ACTIONS(2429), - [anon_sym_DASH2] = ACTIONS(2429), - [anon_sym_break] = ACTIONS(2429), - [anon_sym_continue] = ACTIONS(2429), - [anon_sym_for] = ACTIONS(2429), - [anon_sym_in2] = ACTIONS(2429), - [anon_sym_loop] = ACTIONS(2429), - [anon_sym_make] = ACTIONS(2429), - [anon_sym_while] = ACTIONS(2429), - [anon_sym_do] = ACTIONS(2429), - [anon_sym_if] = ACTIONS(2429), - [anon_sym_else] = ACTIONS(2429), - [anon_sym_match] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2429), - [anon_sym_try] = ACTIONS(2429), - [anon_sym_catch] = ACTIONS(2429), - [anon_sym_return] = ACTIONS(2429), - [anon_sym_source] = ACTIONS(2429), - [anon_sym_source_DASHenv] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_hide] = ACTIONS(2429), - [anon_sym_hide_DASHenv] = ACTIONS(2429), - [anon_sym_overlay] = ACTIONS(2429), - [anon_sym_as] = ACTIONS(2429), - [anon_sym_PLUS2] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2429), - [aux_sym__val_number_decimal_token1] = ACTIONS(2429), - [aux_sym__val_number_decimal_token2] = ACTIONS(2429), - [aux_sym__val_number_decimal_token3] = ACTIONS(2429), - [aux_sym__val_number_decimal_token4] = ACTIONS(2429), - [aux_sym__val_number_token1] = ACTIONS(2429), - [aux_sym__val_number_token2] = ACTIONS(2429), - [aux_sym__val_number_token3] = ACTIONS(2429), - [aux_sym__val_number_token4] = ACTIONS(2429), - [aux_sym__val_number_token5] = ACTIONS(2429), - [aux_sym__val_number_token6] = ACTIONS(2429), - [anon_sym_DQUOTE] = ACTIONS(2429), - [sym__str_single_quotes] = ACTIONS(2429), - [sym__str_back_ticks] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2429), - [sym__entry_separator] = ACTIONS(2431), + [637] = { + [sym_comment] = STATE(637), + [anon_sym_export] = ACTIONS(2439), + [anon_sym_alias] = ACTIONS(2439), + [anon_sym_let] = ACTIONS(2439), + [anon_sym_let_DASHenv] = ACTIONS(2439), + [anon_sym_mut] = ACTIONS(2439), + [anon_sym_const] = ACTIONS(2439), + [aux_sym_cmd_identifier_token1] = ACTIONS(2439), + [aux_sym_cmd_identifier_token2] = ACTIONS(2439), + [aux_sym_cmd_identifier_token3] = ACTIONS(2439), + [aux_sym_cmd_identifier_token4] = ACTIONS(2439), + [aux_sym_cmd_identifier_token5] = ACTIONS(2439), + [aux_sym_cmd_identifier_token6] = ACTIONS(2439), + [aux_sym_cmd_identifier_token7] = ACTIONS(2439), + [aux_sym_cmd_identifier_token8] = ACTIONS(2439), + [aux_sym_cmd_identifier_token9] = ACTIONS(2439), + [aux_sym_cmd_identifier_token10] = ACTIONS(2439), + [aux_sym_cmd_identifier_token11] = ACTIONS(2439), + [aux_sym_cmd_identifier_token12] = ACTIONS(2439), + [aux_sym_cmd_identifier_token13] = ACTIONS(2439), + [aux_sym_cmd_identifier_token14] = ACTIONS(2439), + [aux_sym_cmd_identifier_token15] = ACTIONS(2439), + [aux_sym_cmd_identifier_token16] = ACTIONS(2439), + [aux_sym_cmd_identifier_token17] = ACTIONS(2439), + [aux_sym_cmd_identifier_token18] = ACTIONS(2439), + [aux_sym_cmd_identifier_token19] = ACTIONS(2439), + [aux_sym_cmd_identifier_token20] = ACTIONS(2439), + [aux_sym_cmd_identifier_token21] = ACTIONS(2439), + [aux_sym_cmd_identifier_token22] = ACTIONS(2439), + [aux_sym_cmd_identifier_token23] = ACTIONS(2439), + [aux_sym_cmd_identifier_token24] = ACTIONS(2439), + [aux_sym_cmd_identifier_token25] = ACTIONS(2439), + [aux_sym_cmd_identifier_token26] = ACTIONS(2439), + [aux_sym_cmd_identifier_token27] = ACTIONS(2439), + [aux_sym_cmd_identifier_token28] = ACTIONS(2439), + [aux_sym_cmd_identifier_token29] = ACTIONS(2439), + [aux_sym_cmd_identifier_token30] = ACTIONS(2439), + [aux_sym_cmd_identifier_token31] = ACTIONS(2439), + [aux_sym_cmd_identifier_token32] = ACTIONS(2439), + [aux_sym_cmd_identifier_token33] = ACTIONS(2439), + [aux_sym_cmd_identifier_token34] = ACTIONS(2439), + [aux_sym_cmd_identifier_token35] = ACTIONS(2439), + [aux_sym_cmd_identifier_token36] = ACTIONS(2439), + [aux_sym_cmd_identifier_token37] = ACTIONS(2439), + [aux_sym_cmd_identifier_token38] = ACTIONS(2439), + [aux_sym_cmd_identifier_token39] = ACTIONS(2439), + [aux_sym_cmd_identifier_token40] = ACTIONS(2439), + [anon_sym_def] = ACTIONS(2439), + [anon_sym_export_DASHenv] = ACTIONS(2439), + [anon_sym_extern] = ACTIONS(2439), + [anon_sym_module] = ACTIONS(2439), + [anon_sym_use] = ACTIONS(2439), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_DOLLAR] = ACTIONS(2439), + [anon_sym_error] = ACTIONS(2439), + [anon_sym_DASH2] = ACTIONS(2439), + [anon_sym_break] = ACTIONS(2439), + [anon_sym_continue] = ACTIONS(2439), + [anon_sym_for] = ACTIONS(2439), + [anon_sym_in2] = ACTIONS(2439), + [anon_sym_loop] = ACTIONS(2439), + [anon_sym_make] = ACTIONS(2439), + [anon_sym_while] = ACTIONS(2439), + [anon_sym_do] = ACTIONS(2439), + [anon_sym_if] = ACTIONS(2439), + [anon_sym_else] = ACTIONS(2439), + [anon_sym_match] = ACTIONS(2439), + [anon_sym_RBRACE] = ACTIONS(2439), + [anon_sym_try] = ACTIONS(2439), + [anon_sym_catch] = ACTIONS(2439), + [anon_sym_return] = ACTIONS(2439), + [anon_sym_source] = ACTIONS(2439), + [anon_sym_source_DASHenv] = ACTIONS(2439), + [anon_sym_register] = ACTIONS(2439), + [anon_sym_hide] = ACTIONS(2439), + [anon_sym_hide_DASHenv] = ACTIONS(2439), + [anon_sym_overlay] = ACTIONS(2439), + [anon_sym_as] = ACTIONS(2439), + [anon_sym_PLUS2] = ACTIONS(2439), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2439), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2439), + [aux_sym__val_number_decimal_token1] = ACTIONS(2439), + [aux_sym__val_number_decimal_token2] = ACTIONS(2439), + [aux_sym__val_number_decimal_token3] = ACTIONS(2439), + [aux_sym__val_number_decimal_token4] = ACTIONS(2439), + [aux_sym__val_number_token1] = ACTIONS(2439), + [aux_sym__val_number_token2] = ACTIONS(2439), + [aux_sym__val_number_token3] = ACTIONS(2439), + [aux_sym__val_number_token4] = ACTIONS(2439), + [aux_sym__val_number_token5] = ACTIONS(2439), + [aux_sym__val_number_token6] = ACTIONS(2439), + [anon_sym_DQUOTE] = ACTIONS(2439), + [sym__str_single_quotes] = ACTIONS(2439), + [sym__str_back_ticks] = ACTIONS(2439), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2439), + [sym__entry_separator] = ACTIONS(2441), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2431), + [sym_raw_string_begin] = ACTIONS(2441), }, - [653] = { - [sym_comment] = STATE(653), - [anon_sym_export] = ACTIONS(2433), - [anon_sym_alias] = ACTIONS(2433), - [anon_sym_let] = ACTIONS(2433), - [anon_sym_let_DASHenv] = ACTIONS(2433), - [anon_sym_mut] = ACTIONS(2433), - [anon_sym_const] = ACTIONS(2433), - [aux_sym_cmd_identifier_token1] = ACTIONS(2433), - [aux_sym_cmd_identifier_token2] = ACTIONS(2433), - [aux_sym_cmd_identifier_token3] = ACTIONS(2433), - [aux_sym_cmd_identifier_token4] = ACTIONS(2433), - [aux_sym_cmd_identifier_token5] = ACTIONS(2433), - [aux_sym_cmd_identifier_token6] = ACTIONS(2433), - [aux_sym_cmd_identifier_token7] = ACTIONS(2433), - [aux_sym_cmd_identifier_token8] = ACTIONS(2433), - [aux_sym_cmd_identifier_token9] = ACTIONS(2433), - [aux_sym_cmd_identifier_token10] = ACTIONS(2433), - [aux_sym_cmd_identifier_token11] = ACTIONS(2433), - [aux_sym_cmd_identifier_token12] = ACTIONS(2433), - [aux_sym_cmd_identifier_token13] = ACTIONS(2433), - [aux_sym_cmd_identifier_token14] = ACTIONS(2433), - [aux_sym_cmd_identifier_token15] = ACTIONS(2433), - [aux_sym_cmd_identifier_token16] = ACTIONS(2433), - [aux_sym_cmd_identifier_token17] = ACTIONS(2433), - [aux_sym_cmd_identifier_token18] = ACTIONS(2433), - [aux_sym_cmd_identifier_token19] = ACTIONS(2433), - [aux_sym_cmd_identifier_token20] = ACTIONS(2433), - [aux_sym_cmd_identifier_token21] = ACTIONS(2433), - [aux_sym_cmd_identifier_token22] = ACTIONS(2433), - [aux_sym_cmd_identifier_token23] = ACTIONS(2433), - [aux_sym_cmd_identifier_token24] = ACTIONS(2433), - [aux_sym_cmd_identifier_token25] = ACTIONS(2433), - [aux_sym_cmd_identifier_token26] = ACTIONS(2433), - [aux_sym_cmd_identifier_token27] = ACTIONS(2433), - [aux_sym_cmd_identifier_token28] = ACTIONS(2433), - [aux_sym_cmd_identifier_token29] = ACTIONS(2433), - [aux_sym_cmd_identifier_token30] = ACTIONS(2433), - [aux_sym_cmd_identifier_token31] = ACTIONS(2433), - [aux_sym_cmd_identifier_token32] = ACTIONS(2433), - [aux_sym_cmd_identifier_token33] = ACTIONS(2433), - [aux_sym_cmd_identifier_token34] = ACTIONS(2433), - [aux_sym_cmd_identifier_token35] = ACTIONS(2433), - [aux_sym_cmd_identifier_token36] = ACTIONS(2433), - [aux_sym_cmd_identifier_token37] = ACTIONS(2433), - [aux_sym_cmd_identifier_token38] = ACTIONS(2433), - [aux_sym_cmd_identifier_token39] = ACTIONS(2433), - [aux_sym_cmd_identifier_token40] = ACTIONS(2433), - [anon_sym_def] = ACTIONS(2433), - [anon_sym_export_DASHenv] = ACTIONS(2433), - [anon_sym_extern] = ACTIONS(2433), - [anon_sym_module] = ACTIONS(2433), - [anon_sym_use] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2433), - [anon_sym_DOLLAR] = ACTIONS(2433), - [anon_sym_error] = ACTIONS(2433), - [anon_sym_DASH2] = ACTIONS(2433), - [anon_sym_break] = ACTIONS(2433), - [anon_sym_continue] = ACTIONS(2433), - [anon_sym_for] = ACTIONS(2433), - [anon_sym_in2] = ACTIONS(2433), - [anon_sym_loop] = ACTIONS(2433), - [anon_sym_make] = ACTIONS(2433), - [anon_sym_while] = ACTIONS(2433), - [anon_sym_do] = ACTIONS(2433), - [anon_sym_if] = ACTIONS(2433), - [anon_sym_else] = ACTIONS(2433), - [anon_sym_match] = ACTIONS(2433), - [anon_sym_RBRACE] = ACTIONS(2433), - [anon_sym_try] = ACTIONS(2433), - [anon_sym_catch] = ACTIONS(2433), - [anon_sym_return] = ACTIONS(2433), - [anon_sym_source] = ACTIONS(2433), - [anon_sym_source_DASHenv] = ACTIONS(2433), - [anon_sym_register] = ACTIONS(2433), - [anon_sym_hide] = ACTIONS(2433), - [anon_sym_hide_DASHenv] = ACTIONS(2433), - [anon_sym_overlay] = ACTIONS(2433), - [anon_sym_as] = ACTIONS(2433), - [anon_sym_PLUS2] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2433), - [aux_sym__val_number_decimal_token1] = ACTIONS(2433), - [aux_sym__val_number_decimal_token2] = ACTIONS(2433), - [aux_sym__val_number_decimal_token3] = ACTIONS(2433), - [aux_sym__val_number_decimal_token4] = ACTIONS(2433), - [aux_sym__val_number_token1] = ACTIONS(2433), - [aux_sym__val_number_token2] = ACTIONS(2433), - [aux_sym__val_number_token3] = ACTIONS(2433), - [aux_sym__val_number_token4] = ACTIONS(2433), - [aux_sym__val_number_token5] = ACTIONS(2433), - [aux_sym__val_number_token6] = ACTIONS(2433), - [anon_sym_DQUOTE] = ACTIONS(2433), - [sym__str_single_quotes] = ACTIONS(2433), - [sym__str_back_ticks] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2433), - [sym__entry_separator] = ACTIONS(2435), + [638] = { + [sym_comment] = STATE(638), + [anon_sym_export] = ACTIONS(2443), + [anon_sym_alias] = ACTIONS(2443), + [anon_sym_let] = ACTIONS(2443), + [anon_sym_let_DASHenv] = ACTIONS(2443), + [anon_sym_mut] = ACTIONS(2443), + [anon_sym_const] = ACTIONS(2443), + [aux_sym_cmd_identifier_token1] = ACTIONS(2443), + [aux_sym_cmd_identifier_token2] = ACTIONS(2443), + [aux_sym_cmd_identifier_token3] = ACTIONS(2443), + [aux_sym_cmd_identifier_token4] = ACTIONS(2443), + [aux_sym_cmd_identifier_token5] = ACTIONS(2443), + [aux_sym_cmd_identifier_token6] = ACTIONS(2443), + [aux_sym_cmd_identifier_token7] = ACTIONS(2443), + [aux_sym_cmd_identifier_token8] = ACTIONS(2443), + [aux_sym_cmd_identifier_token9] = ACTIONS(2443), + [aux_sym_cmd_identifier_token10] = ACTIONS(2443), + [aux_sym_cmd_identifier_token11] = ACTIONS(2443), + [aux_sym_cmd_identifier_token12] = ACTIONS(2443), + [aux_sym_cmd_identifier_token13] = ACTIONS(2443), + [aux_sym_cmd_identifier_token14] = ACTIONS(2443), + [aux_sym_cmd_identifier_token15] = ACTIONS(2443), + [aux_sym_cmd_identifier_token16] = ACTIONS(2443), + [aux_sym_cmd_identifier_token17] = ACTIONS(2443), + [aux_sym_cmd_identifier_token18] = ACTIONS(2443), + [aux_sym_cmd_identifier_token19] = ACTIONS(2443), + [aux_sym_cmd_identifier_token20] = ACTIONS(2443), + [aux_sym_cmd_identifier_token21] = ACTIONS(2443), + [aux_sym_cmd_identifier_token22] = ACTIONS(2443), + [aux_sym_cmd_identifier_token23] = ACTIONS(2443), + [aux_sym_cmd_identifier_token24] = ACTIONS(2443), + [aux_sym_cmd_identifier_token25] = ACTIONS(2443), + [aux_sym_cmd_identifier_token26] = ACTIONS(2443), + [aux_sym_cmd_identifier_token27] = ACTIONS(2443), + [aux_sym_cmd_identifier_token28] = ACTIONS(2443), + [aux_sym_cmd_identifier_token29] = ACTIONS(2443), + [aux_sym_cmd_identifier_token30] = ACTIONS(2443), + [aux_sym_cmd_identifier_token31] = ACTIONS(2443), + [aux_sym_cmd_identifier_token32] = ACTIONS(2443), + [aux_sym_cmd_identifier_token33] = ACTIONS(2443), + [aux_sym_cmd_identifier_token34] = ACTIONS(2443), + [aux_sym_cmd_identifier_token35] = ACTIONS(2443), + [aux_sym_cmd_identifier_token36] = ACTIONS(2443), + [aux_sym_cmd_identifier_token37] = ACTIONS(2443), + [aux_sym_cmd_identifier_token38] = ACTIONS(2443), + [aux_sym_cmd_identifier_token39] = ACTIONS(2443), + [aux_sym_cmd_identifier_token40] = ACTIONS(2443), + [anon_sym_def] = ACTIONS(2443), + [anon_sym_export_DASHenv] = ACTIONS(2443), + [anon_sym_extern] = ACTIONS(2443), + [anon_sym_module] = ACTIONS(2443), + [anon_sym_use] = ACTIONS(2443), + [anon_sym_LPAREN] = ACTIONS(2443), + [anon_sym_DOLLAR] = ACTIONS(2443), + [anon_sym_error] = ACTIONS(2443), + [anon_sym_DASH2] = ACTIONS(2443), + [anon_sym_break] = ACTIONS(2443), + [anon_sym_continue] = ACTIONS(2443), + [anon_sym_for] = ACTIONS(2443), + [anon_sym_in2] = ACTIONS(2443), + [anon_sym_loop] = ACTIONS(2443), + [anon_sym_make] = ACTIONS(2443), + [anon_sym_while] = ACTIONS(2443), + [anon_sym_do] = ACTIONS(2443), + [anon_sym_if] = ACTIONS(2443), + [anon_sym_else] = ACTIONS(2443), + [anon_sym_match] = ACTIONS(2443), + [anon_sym_RBRACE] = ACTIONS(2443), + [anon_sym_try] = ACTIONS(2443), + [anon_sym_catch] = ACTIONS(2443), + [anon_sym_return] = ACTIONS(2443), + [anon_sym_source] = ACTIONS(2443), + [anon_sym_source_DASHenv] = ACTIONS(2443), + [anon_sym_register] = ACTIONS(2443), + [anon_sym_hide] = ACTIONS(2443), + [anon_sym_hide_DASHenv] = ACTIONS(2443), + [anon_sym_overlay] = ACTIONS(2443), + [anon_sym_as] = ACTIONS(2443), + [anon_sym_PLUS2] = ACTIONS(2443), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2443), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2443), + [aux_sym__val_number_decimal_token1] = ACTIONS(2443), + [aux_sym__val_number_decimal_token2] = ACTIONS(2443), + [aux_sym__val_number_decimal_token3] = ACTIONS(2443), + [aux_sym__val_number_decimal_token4] = ACTIONS(2443), + [aux_sym__val_number_token1] = ACTIONS(2443), + [aux_sym__val_number_token2] = ACTIONS(2443), + [aux_sym__val_number_token3] = ACTIONS(2443), + [aux_sym__val_number_token4] = ACTIONS(2443), + [aux_sym__val_number_token5] = ACTIONS(2443), + [aux_sym__val_number_token6] = ACTIONS(2443), + [anon_sym_DQUOTE] = ACTIONS(2443), + [sym__str_single_quotes] = ACTIONS(2443), + [sym__str_back_ticks] = ACTIONS(2443), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2443), + [sym__entry_separator] = ACTIONS(2445), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2435), + [sym_raw_string_begin] = ACTIONS(2445), }, - [654] = { - [sym_comment] = STATE(654), - [anon_sym_export] = ACTIONS(2437), - [anon_sym_alias] = ACTIONS(2437), - [anon_sym_let] = ACTIONS(2437), - [anon_sym_let_DASHenv] = ACTIONS(2437), - [anon_sym_mut] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [aux_sym_cmd_identifier_token1] = ACTIONS(2437), - [aux_sym_cmd_identifier_token2] = ACTIONS(2437), - [aux_sym_cmd_identifier_token3] = ACTIONS(2437), - [aux_sym_cmd_identifier_token4] = ACTIONS(2437), - [aux_sym_cmd_identifier_token5] = ACTIONS(2437), - [aux_sym_cmd_identifier_token6] = ACTIONS(2437), - [aux_sym_cmd_identifier_token7] = ACTIONS(2437), - [aux_sym_cmd_identifier_token8] = ACTIONS(2437), - [aux_sym_cmd_identifier_token9] = ACTIONS(2437), - [aux_sym_cmd_identifier_token10] = ACTIONS(2437), - [aux_sym_cmd_identifier_token11] = ACTIONS(2437), - [aux_sym_cmd_identifier_token12] = ACTIONS(2437), - [aux_sym_cmd_identifier_token13] = ACTIONS(2437), - [aux_sym_cmd_identifier_token14] = ACTIONS(2437), - [aux_sym_cmd_identifier_token15] = ACTIONS(2437), - [aux_sym_cmd_identifier_token16] = ACTIONS(2437), - [aux_sym_cmd_identifier_token17] = ACTIONS(2437), - [aux_sym_cmd_identifier_token18] = ACTIONS(2437), - [aux_sym_cmd_identifier_token19] = ACTIONS(2437), - [aux_sym_cmd_identifier_token20] = ACTIONS(2437), - [aux_sym_cmd_identifier_token21] = ACTIONS(2437), - [aux_sym_cmd_identifier_token22] = ACTIONS(2437), - [aux_sym_cmd_identifier_token23] = ACTIONS(2437), - [aux_sym_cmd_identifier_token24] = ACTIONS(2437), - [aux_sym_cmd_identifier_token25] = ACTIONS(2437), - [aux_sym_cmd_identifier_token26] = ACTIONS(2437), - [aux_sym_cmd_identifier_token27] = ACTIONS(2437), - [aux_sym_cmd_identifier_token28] = ACTIONS(2437), - [aux_sym_cmd_identifier_token29] = ACTIONS(2437), - [aux_sym_cmd_identifier_token30] = ACTIONS(2437), - [aux_sym_cmd_identifier_token31] = ACTIONS(2437), - [aux_sym_cmd_identifier_token32] = ACTIONS(2437), - [aux_sym_cmd_identifier_token33] = ACTIONS(2437), - [aux_sym_cmd_identifier_token34] = ACTIONS(2437), - [aux_sym_cmd_identifier_token35] = ACTIONS(2437), - [aux_sym_cmd_identifier_token36] = ACTIONS(2437), - [aux_sym_cmd_identifier_token37] = ACTIONS(2437), - [aux_sym_cmd_identifier_token38] = ACTIONS(2437), - [aux_sym_cmd_identifier_token39] = ACTIONS(2437), - [aux_sym_cmd_identifier_token40] = ACTIONS(2437), - [anon_sym_def] = ACTIONS(2437), - [anon_sym_export_DASHenv] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_module] = ACTIONS(2437), - [anon_sym_use] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2437), - [anon_sym_DOLLAR] = ACTIONS(2437), - [anon_sym_error] = ACTIONS(2437), - [anon_sym_DASH2] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_in2] = ACTIONS(2437), - [anon_sym_loop] = ACTIONS(2437), - [anon_sym_make] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_do] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_else] = ACTIONS(2437), - [anon_sym_match] = ACTIONS(2437), - [anon_sym_RBRACE] = ACTIONS(2437), - [anon_sym_try] = ACTIONS(2437), - [anon_sym_catch] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_source] = ACTIONS(2437), - [anon_sym_source_DASHenv] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_hide] = ACTIONS(2437), - [anon_sym_hide_DASHenv] = ACTIONS(2437), - [anon_sym_overlay] = ACTIONS(2437), - [anon_sym_as] = ACTIONS(2437), - [anon_sym_PLUS2] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2437), - [aux_sym__val_number_decimal_token1] = ACTIONS(2437), - [aux_sym__val_number_decimal_token2] = ACTIONS(2437), - [aux_sym__val_number_decimal_token3] = ACTIONS(2437), - [aux_sym__val_number_decimal_token4] = ACTIONS(2437), - [aux_sym__val_number_token1] = ACTIONS(2437), - [aux_sym__val_number_token2] = ACTIONS(2437), - [aux_sym__val_number_token3] = ACTIONS(2437), - [aux_sym__val_number_token4] = ACTIONS(2437), - [aux_sym__val_number_token5] = ACTIONS(2437), - [aux_sym__val_number_token6] = ACTIONS(2437), - [anon_sym_DQUOTE] = ACTIONS(2437), - [sym__str_single_quotes] = ACTIONS(2437), - [sym__str_back_ticks] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2437), - [sym__entry_separator] = ACTIONS(2439), + [639] = { + [sym_comment] = STATE(639), + [anon_sym_export] = ACTIONS(1957), + [anon_sym_alias] = ACTIONS(1957), + [anon_sym_let] = ACTIONS(1957), + [anon_sym_let_DASHenv] = ACTIONS(1957), + [anon_sym_mut] = ACTIONS(1957), + [anon_sym_const] = ACTIONS(1957), + [aux_sym_cmd_identifier_token1] = ACTIONS(1957), + [aux_sym_cmd_identifier_token2] = ACTIONS(1957), + [aux_sym_cmd_identifier_token3] = ACTIONS(1957), + [aux_sym_cmd_identifier_token4] = ACTIONS(1957), + [aux_sym_cmd_identifier_token5] = ACTIONS(1957), + [aux_sym_cmd_identifier_token6] = ACTIONS(1957), + [aux_sym_cmd_identifier_token7] = ACTIONS(1957), + [aux_sym_cmd_identifier_token8] = ACTIONS(1957), + [aux_sym_cmd_identifier_token9] = ACTIONS(1957), + [aux_sym_cmd_identifier_token10] = ACTIONS(1957), + [aux_sym_cmd_identifier_token11] = ACTIONS(1957), + [aux_sym_cmd_identifier_token12] = ACTIONS(1957), + [aux_sym_cmd_identifier_token13] = ACTIONS(1957), + [aux_sym_cmd_identifier_token14] = ACTIONS(1957), + [aux_sym_cmd_identifier_token15] = ACTIONS(1957), + [aux_sym_cmd_identifier_token16] = ACTIONS(1957), + [aux_sym_cmd_identifier_token17] = ACTIONS(1957), + [aux_sym_cmd_identifier_token18] = ACTIONS(1957), + [aux_sym_cmd_identifier_token19] = ACTIONS(1957), + [aux_sym_cmd_identifier_token20] = ACTIONS(1957), + [aux_sym_cmd_identifier_token21] = ACTIONS(1957), + [aux_sym_cmd_identifier_token22] = ACTIONS(1957), + [aux_sym_cmd_identifier_token23] = ACTIONS(1957), + [aux_sym_cmd_identifier_token24] = ACTIONS(1957), + [aux_sym_cmd_identifier_token25] = ACTIONS(1957), + [aux_sym_cmd_identifier_token26] = ACTIONS(1957), + [aux_sym_cmd_identifier_token27] = ACTIONS(1957), + [aux_sym_cmd_identifier_token28] = ACTIONS(1957), + [aux_sym_cmd_identifier_token29] = ACTIONS(1957), + [aux_sym_cmd_identifier_token30] = ACTIONS(1957), + [aux_sym_cmd_identifier_token31] = ACTIONS(1957), + [aux_sym_cmd_identifier_token32] = ACTIONS(1957), + [aux_sym_cmd_identifier_token33] = ACTIONS(1957), + [aux_sym_cmd_identifier_token34] = ACTIONS(1957), + [aux_sym_cmd_identifier_token35] = ACTIONS(1957), + [aux_sym_cmd_identifier_token36] = ACTIONS(1957), + [aux_sym_cmd_identifier_token37] = ACTIONS(1957), + [aux_sym_cmd_identifier_token38] = ACTIONS(1957), + [aux_sym_cmd_identifier_token39] = ACTIONS(1957), + [aux_sym_cmd_identifier_token40] = ACTIONS(1957), + [anon_sym_def] = ACTIONS(1957), + [anon_sym_export_DASHenv] = ACTIONS(1957), + [anon_sym_extern] = ACTIONS(1957), + [anon_sym_module] = ACTIONS(1957), + [anon_sym_use] = ACTIONS(1957), + [anon_sym_LPAREN] = ACTIONS(1957), + [anon_sym_DOLLAR] = ACTIONS(1957), + [anon_sym_error] = ACTIONS(1957), + [anon_sym_DASH2] = ACTIONS(1957), + [anon_sym_break] = ACTIONS(1957), + [anon_sym_continue] = ACTIONS(1957), + [anon_sym_for] = ACTIONS(1957), + [anon_sym_in2] = ACTIONS(1957), + [anon_sym_loop] = ACTIONS(1957), + [anon_sym_make] = ACTIONS(1957), + [anon_sym_while] = ACTIONS(1957), + [anon_sym_do] = ACTIONS(1957), + [anon_sym_if] = ACTIONS(1957), + [anon_sym_else] = ACTIONS(1957), + [anon_sym_match] = ACTIONS(1957), + [anon_sym_RBRACE] = ACTIONS(1957), + [anon_sym_try] = ACTIONS(1957), + [anon_sym_catch] = ACTIONS(1957), + [anon_sym_return] = ACTIONS(1957), + [anon_sym_source] = ACTIONS(1957), + [anon_sym_source_DASHenv] = ACTIONS(1957), + [anon_sym_register] = ACTIONS(1957), + [anon_sym_hide] = ACTIONS(1957), + [anon_sym_hide_DASHenv] = ACTIONS(1957), + [anon_sym_overlay] = ACTIONS(1957), + [anon_sym_as] = ACTIONS(1957), + [anon_sym_PLUS2] = ACTIONS(1957), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1957), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1957), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_decimal_token2] = ACTIONS(1957), + [aux_sym__val_number_decimal_token3] = ACTIONS(1957), + [aux_sym__val_number_decimal_token4] = ACTIONS(1957), + [aux_sym__val_number_token1] = ACTIONS(1957), + [aux_sym__val_number_token2] = ACTIONS(1957), + [aux_sym__val_number_token3] = ACTIONS(1957), + [aux_sym__val_number_token4] = ACTIONS(1957), + [aux_sym__val_number_token5] = ACTIONS(1957), + [aux_sym__val_number_token6] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(1957), + [sym__str_single_quotes] = ACTIONS(1957), + [sym__str_back_ticks] = ACTIONS(1957), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1957), + [sym__entry_separator] = ACTIONS(1959), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2439), + [sym_raw_string_begin] = ACTIONS(1959), }, - [655] = { - [sym_comment] = STATE(655), - [anon_sym_export] = ACTIONS(1937), - [anon_sym_alias] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_let_DASHenv] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [aux_sym_cmd_identifier_token1] = ACTIONS(1937), - [aux_sym_cmd_identifier_token2] = ACTIONS(1937), - [aux_sym_cmd_identifier_token3] = ACTIONS(1937), - [aux_sym_cmd_identifier_token4] = ACTIONS(1937), - [aux_sym_cmd_identifier_token5] = ACTIONS(1937), - [aux_sym_cmd_identifier_token6] = ACTIONS(1937), - [aux_sym_cmd_identifier_token7] = ACTIONS(1937), - [aux_sym_cmd_identifier_token8] = ACTIONS(1937), - [aux_sym_cmd_identifier_token9] = ACTIONS(1937), - [aux_sym_cmd_identifier_token10] = ACTIONS(1937), - [aux_sym_cmd_identifier_token11] = ACTIONS(1937), - [aux_sym_cmd_identifier_token12] = ACTIONS(1937), - [aux_sym_cmd_identifier_token13] = ACTIONS(1937), - [aux_sym_cmd_identifier_token14] = ACTIONS(1937), - [aux_sym_cmd_identifier_token15] = ACTIONS(1937), - [aux_sym_cmd_identifier_token16] = ACTIONS(1937), - [aux_sym_cmd_identifier_token17] = ACTIONS(1937), - [aux_sym_cmd_identifier_token18] = ACTIONS(1937), - [aux_sym_cmd_identifier_token19] = ACTIONS(1937), - [aux_sym_cmd_identifier_token20] = ACTIONS(1937), - [aux_sym_cmd_identifier_token21] = ACTIONS(1937), - [aux_sym_cmd_identifier_token22] = ACTIONS(1937), - [aux_sym_cmd_identifier_token23] = ACTIONS(1937), - [aux_sym_cmd_identifier_token24] = ACTIONS(1937), - [aux_sym_cmd_identifier_token25] = ACTIONS(1937), - [aux_sym_cmd_identifier_token26] = ACTIONS(1937), - [aux_sym_cmd_identifier_token27] = ACTIONS(1937), - [aux_sym_cmd_identifier_token28] = ACTIONS(1937), - [aux_sym_cmd_identifier_token29] = ACTIONS(1937), - [aux_sym_cmd_identifier_token30] = ACTIONS(1937), - [aux_sym_cmd_identifier_token31] = ACTIONS(1937), - [aux_sym_cmd_identifier_token32] = ACTIONS(1937), - [aux_sym_cmd_identifier_token33] = ACTIONS(1937), - [aux_sym_cmd_identifier_token34] = ACTIONS(1937), - [aux_sym_cmd_identifier_token35] = ACTIONS(1937), - [aux_sym_cmd_identifier_token36] = ACTIONS(1937), - [aux_sym_cmd_identifier_token37] = ACTIONS(1937), - [aux_sym_cmd_identifier_token38] = ACTIONS(1937), - [aux_sym_cmd_identifier_token39] = ACTIONS(1937), - [aux_sym_cmd_identifier_token40] = ACTIONS(1937), - [anon_sym_def] = ACTIONS(1937), - [anon_sym_export_DASHenv] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_module] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(1937), - [anon_sym_DOLLAR] = ACTIONS(1937), - [anon_sym_error] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_in2] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_make] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_do] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_else] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_RBRACE] = ACTIONS(1937), - [anon_sym_try] = ACTIONS(1937), - [anon_sym_catch] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_source] = ACTIONS(1937), - [anon_sym_source_DASHenv] = ACTIONS(1937), - [anon_sym_register] = ACTIONS(1937), - [anon_sym_hide] = ACTIONS(1937), - [anon_sym_hide_DASHenv] = ACTIONS(1937), - [anon_sym_overlay] = ACTIONS(1937), - [anon_sym_as] = ACTIONS(1937), - [anon_sym_PLUS2] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1937), - [aux_sym__val_number_decimal_token1] = ACTIONS(1937), - [aux_sym__val_number_decimal_token2] = ACTIONS(1937), - [aux_sym__val_number_decimal_token3] = ACTIONS(1937), - [aux_sym__val_number_decimal_token4] = ACTIONS(1937), - [aux_sym__val_number_token1] = ACTIONS(1937), - [aux_sym__val_number_token2] = ACTIONS(1937), - [aux_sym__val_number_token3] = ACTIONS(1937), - [aux_sym__val_number_token4] = ACTIONS(1937), - [aux_sym__val_number_token5] = ACTIONS(1937), - [aux_sym__val_number_token6] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(1937), - [sym__str_single_quotes] = ACTIONS(1937), - [sym__str_back_ticks] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1937), - [sym__entry_separator] = ACTIONS(1939), + [640] = { + [sym_comment] = STATE(640), + [anon_sym_export] = ACTIONS(2447), + [anon_sym_alias] = ACTIONS(2447), + [anon_sym_let] = ACTIONS(2447), + [anon_sym_let_DASHenv] = ACTIONS(2447), + [anon_sym_mut] = ACTIONS(2447), + [anon_sym_const] = ACTIONS(2447), + [aux_sym_cmd_identifier_token1] = ACTIONS(2447), + [aux_sym_cmd_identifier_token2] = ACTIONS(2447), + [aux_sym_cmd_identifier_token3] = ACTIONS(2447), + [aux_sym_cmd_identifier_token4] = ACTIONS(2447), + [aux_sym_cmd_identifier_token5] = ACTIONS(2447), + [aux_sym_cmd_identifier_token6] = ACTIONS(2447), + [aux_sym_cmd_identifier_token7] = ACTIONS(2447), + [aux_sym_cmd_identifier_token8] = ACTIONS(2447), + [aux_sym_cmd_identifier_token9] = ACTIONS(2447), + [aux_sym_cmd_identifier_token10] = ACTIONS(2447), + [aux_sym_cmd_identifier_token11] = ACTIONS(2447), + [aux_sym_cmd_identifier_token12] = ACTIONS(2447), + [aux_sym_cmd_identifier_token13] = ACTIONS(2447), + [aux_sym_cmd_identifier_token14] = ACTIONS(2447), + [aux_sym_cmd_identifier_token15] = ACTIONS(2447), + [aux_sym_cmd_identifier_token16] = ACTIONS(2447), + [aux_sym_cmd_identifier_token17] = ACTIONS(2447), + [aux_sym_cmd_identifier_token18] = ACTIONS(2447), + [aux_sym_cmd_identifier_token19] = ACTIONS(2447), + [aux_sym_cmd_identifier_token20] = ACTIONS(2447), + [aux_sym_cmd_identifier_token21] = ACTIONS(2447), + [aux_sym_cmd_identifier_token22] = ACTIONS(2447), + [aux_sym_cmd_identifier_token23] = ACTIONS(2447), + [aux_sym_cmd_identifier_token24] = ACTIONS(2447), + [aux_sym_cmd_identifier_token25] = ACTIONS(2447), + [aux_sym_cmd_identifier_token26] = ACTIONS(2447), + [aux_sym_cmd_identifier_token27] = ACTIONS(2447), + [aux_sym_cmd_identifier_token28] = ACTIONS(2447), + [aux_sym_cmd_identifier_token29] = ACTIONS(2447), + [aux_sym_cmd_identifier_token30] = ACTIONS(2447), + [aux_sym_cmd_identifier_token31] = ACTIONS(2447), + [aux_sym_cmd_identifier_token32] = ACTIONS(2447), + [aux_sym_cmd_identifier_token33] = ACTIONS(2447), + [aux_sym_cmd_identifier_token34] = ACTIONS(2447), + [aux_sym_cmd_identifier_token35] = ACTIONS(2447), + [aux_sym_cmd_identifier_token36] = ACTIONS(2447), + [aux_sym_cmd_identifier_token37] = ACTIONS(2447), + [aux_sym_cmd_identifier_token38] = ACTIONS(2447), + [aux_sym_cmd_identifier_token39] = ACTIONS(2447), + [aux_sym_cmd_identifier_token40] = ACTIONS(2447), + [anon_sym_def] = ACTIONS(2447), + [anon_sym_export_DASHenv] = ACTIONS(2447), + [anon_sym_extern] = ACTIONS(2447), + [anon_sym_module] = ACTIONS(2447), + [anon_sym_use] = ACTIONS(2447), + [anon_sym_LPAREN] = ACTIONS(2447), + [anon_sym_DOLLAR] = ACTIONS(2447), + [anon_sym_error] = ACTIONS(2447), + [anon_sym_DASH2] = ACTIONS(2447), + [anon_sym_break] = ACTIONS(2447), + [anon_sym_continue] = ACTIONS(2447), + [anon_sym_for] = ACTIONS(2447), + [anon_sym_in2] = ACTIONS(2447), + [anon_sym_loop] = ACTIONS(2447), + [anon_sym_make] = ACTIONS(2447), + [anon_sym_while] = ACTIONS(2447), + [anon_sym_do] = ACTIONS(2447), + [anon_sym_if] = ACTIONS(2447), + [anon_sym_else] = ACTIONS(2447), + [anon_sym_match] = ACTIONS(2447), + [anon_sym_RBRACE] = ACTIONS(2447), + [anon_sym_try] = ACTIONS(2447), + [anon_sym_catch] = ACTIONS(2447), + [anon_sym_return] = ACTIONS(2447), + [anon_sym_source] = ACTIONS(2447), + [anon_sym_source_DASHenv] = ACTIONS(2447), + [anon_sym_register] = ACTIONS(2447), + [anon_sym_hide] = ACTIONS(2447), + [anon_sym_hide_DASHenv] = ACTIONS(2447), + [anon_sym_overlay] = ACTIONS(2447), + [anon_sym_as] = ACTIONS(2447), + [anon_sym_PLUS2] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2447), + [aux_sym__val_number_decimal_token1] = ACTIONS(2447), + [aux_sym__val_number_decimal_token2] = ACTIONS(2447), + [aux_sym__val_number_decimal_token3] = ACTIONS(2447), + [aux_sym__val_number_decimal_token4] = ACTIONS(2447), + [aux_sym__val_number_token1] = ACTIONS(2447), + [aux_sym__val_number_token2] = ACTIONS(2447), + [aux_sym__val_number_token3] = ACTIONS(2447), + [aux_sym__val_number_token4] = ACTIONS(2447), + [aux_sym__val_number_token5] = ACTIONS(2447), + [aux_sym__val_number_token6] = ACTIONS(2447), + [anon_sym_DQUOTE] = ACTIONS(2447), + [sym__str_single_quotes] = ACTIONS(2447), + [sym__str_back_ticks] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2447), + [sym__entry_separator] = ACTIONS(2449), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1939), + [sym_raw_string_begin] = ACTIONS(2449), }, - [656] = { - [sym_comment] = STATE(656), - [anon_sym_export] = ACTIONS(2441), - [anon_sym_alias] = ACTIONS(2441), - [anon_sym_let] = ACTIONS(2441), - [anon_sym_let_DASHenv] = ACTIONS(2441), - [anon_sym_mut] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [aux_sym_cmd_identifier_token1] = ACTIONS(2441), - [aux_sym_cmd_identifier_token2] = ACTIONS(2441), - [aux_sym_cmd_identifier_token3] = ACTIONS(2441), - [aux_sym_cmd_identifier_token4] = ACTIONS(2441), - [aux_sym_cmd_identifier_token5] = ACTIONS(2441), - [aux_sym_cmd_identifier_token6] = ACTIONS(2441), - [aux_sym_cmd_identifier_token7] = ACTIONS(2441), - [aux_sym_cmd_identifier_token8] = ACTIONS(2441), - [aux_sym_cmd_identifier_token9] = ACTIONS(2441), - [aux_sym_cmd_identifier_token10] = ACTIONS(2441), - [aux_sym_cmd_identifier_token11] = ACTIONS(2441), - [aux_sym_cmd_identifier_token12] = ACTIONS(2441), - [aux_sym_cmd_identifier_token13] = ACTIONS(2441), - [aux_sym_cmd_identifier_token14] = ACTIONS(2441), - [aux_sym_cmd_identifier_token15] = ACTIONS(2441), - [aux_sym_cmd_identifier_token16] = ACTIONS(2441), - [aux_sym_cmd_identifier_token17] = ACTIONS(2441), - [aux_sym_cmd_identifier_token18] = ACTIONS(2441), - [aux_sym_cmd_identifier_token19] = ACTIONS(2441), - [aux_sym_cmd_identifier_token20] = ACTIONS(2441), - [aux_sym_cmd_identifier_token21] = ACTIONS(2441), - [aux_sym_cmd_identifier_token22] = ACTIONS(2441), - [aux_sym_cmd_identifier_token23] = ACTIONS(2441), - [aux_sym_cmd_identifier_token24] = ACTIONS(2441), - [aux_sym_cmd_identifier_token25] = ACTIONS(2441), - [aux_sym_cmd_identifier_token26] = ACTIONS(2441), - [aux_sym_cmd_identifier_token27] = ACTIONS(2441), - [aux_sym_cmd_identifier_token28] = ACTIONS(2441), - [aux_sym_cmd_identifier_token29] = ACTIONS(2441), - [aux_sym_cmd_identifier_token30] = ACTIONS(2441), - [aux_sym_cmd_identifier_token31] = ACTIONS(2441), - [aux_sym_cmd_identifier_token32] = ACTIONS(2441), - [aux_sym_cmd_identifier_token33] = ACTIONS(2441), - [aux_sym_cmd_identifier_token34] = ACTIONS(2441), - [aux_sym_cmd_identifier_token35] = ACTIONS(2441), - [aux_sym_cmd_identifier_token36] = ACTIONS(2441), - [aux_sym_cmd_identifier_token37] = ACTIONS(2441), - [aux_sym_cmd_identifier_token38] = ACTIONS(2441), - [aux_sym_cmd_identifier_token39] = ACTIONS(2441), - [aux_sym_cmd_identifier_token40] = ACTIONS(2441), - [anon_sym_def] = ACTIONS(2441), - [anon_sym_export_DASHenv] = ACTIONS(2441), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym_module] = ACTIONS(2441), - [anon_sym_use] = ACTIONS(2441), - [anon_sym_LPAREN] = ACTIONS(2441), - [anon_sym_DOLLAR] = ACTIONS(2441), - [anon_sym_error] = ACTIONS(2441), - [anon_sym_DASH2] = ACTIONS(2441), - [anon_sym_break] = ACTIONS(2441), - [anon_sym_continue] = ACTIONS(2441), - [anon_sym_for] = ACTIONS(2441), - [anon_sym_in2] = ACTIONS(2441), - [anon_sym_loop] = ACTIONS(2441), - [anon_sym_make] = ACTIONS(2441), - [anon_sym_while] = ACTIONS(2441), - [anon_sym_do] = ACTIONS(2441), - [anon_sym_if] = ACTIONS(2441), - [anon_sym_else] = ACTIONS(2441), - [anon_sym_match] = ACTIONS(2441), - [anon_sym_RBRACE] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2441), - [anon_sym_catch] = ACTIONS(2441), - [anon_sym_return] = ACTIONS(2441), - [anon_sym_source] = ACTIONS(2441), - [anon_sym_source_DASHenv] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_hide] = ACTIONS(2441), - [anon_sym_hide_DASHenv] = ACTIONS(2441), - [anon_sym_overlay] = ACTIONS(2441), - [anon_sym_as] = ACTIONS(2441), - [anon_sym_PLUS2] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2441), - [aux_sym__val_number_decimal_token1] = ACTIONS(2441), - [aux_sym__val_number_decimal_token2] = ACTIONS(2441), - [aux_sym__val_number_decimal_token3] = ACTIONS(2441), - [aux_sym__val_number_decimal_token4] = ACTIONS(2441), - [aux_sym__val_number_token1] = ACTIONS(2441), - [aux_sym__val_number_token2] = ACTIONS(2441), - [aux_sym__val_number_token3] = ACTIONS(2441), - [aux_sym__val_number_token4] = ACTIONS(2441), - [aux_sym__val_number_token5] = ACTIONS(2441), - [aux_sym__val_number_token6] = ACTIONS(2441), - [anon_sym_DQUOTE] = ACTIONS(2441), - [sym__str_single_quotes] = ACTIONS(2441), - [sym__str_back_ticks] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2441), - [sym__entry_separator] = ACTIONS(2443), + [641] = { + [sym_comment] = STATE(641), + [anon_sym_export] = ACTIONS(2451), + [anon_sym_alias] = ACTIONS(2451), + [anon_sym_let] = ACTIONS(2451), + [anon_sym_let_DASHenv] = ACTIONS(2451), + [anon_sym_mut] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [aux_sym_cmd_identifier_token1] = ACTIONS(2451), + [aux_sym_cmd_identifier_token2] = ACTIONS(2451), + [aux_sym_cmd_identifier_token3] = ACTIONS(2451), + [aux_sym_cmd_identifier_token4] = ACTIONS(2451), + [aux_sym_cmd_identifier_token5] = ACTIONS(2451), + [aux_sym_cmd_identifier_token6] = ACTIONS(2451), + [aux_sym_cmd_identifier_token7] = ACTIONS(2451), + [aux_sym_cmd_identifier_token8] = ACTIONS(2451), + [aux_sym_cmd_identifier_token9] = ACTIONS(2451), + [aux_sym_cmd_identifier_token10] = ACTIONS(2451), + [aux_sym_cmd_identifier_token11] = ACTIONS(2451), + [aux_sym_cmd_identifier_token12] = ACTIONS(2451), + [aux_sym_cmd_identifier_token13] = ACTIONS(2451), + [aux_sym_cmd_identifier_token14] = ACTIONS(2451), + [aux_sym_cmd_identifier_token15] = ACTIONS(2451), + [aux_sym_cmd_identifier_token16] = ACTIONS(2451), + [aux_sym_cmd_identifier_token17] = ACTIONS(2451), + [aux_sym_cmd_identifier_token18] = ACTIONS(2451), + [aux_sym_cmd_identifier_token19] = ACTIONS(2451), + [aux_sym_cmd_identifier_token20] = ACTIONS(2451), + [aux_sym_cmd_identifier_token21] = ACTIONS(2451), + [aux_sym_cmd_identifier_token22] = ACTIONS(2451), + [aux_sym_cmd_identifier_token23] = ACTIONS(2451), + [aux_sym_cmd_identifier_token24] = ACTIONS(2451), + [aux_sym_cmd_identifier_token25] = ACTIONS(2451), + [aux_sym_cmd_identifier_token26] = ACTIONS(2451), + [aux_sym_cmd_identifier_token27] = ACTIONS(2451), + [aux_sym_cmd_identifier_token28] = ACTIONS(2451), + [aux_sym_cmd_identifier_token29] = ACTIONS(2451), + [aux_sym_cmd_identifier_token30] = ACTIONS(2451), + [aux_sym_cmd_identifier_token31] = ACTIONS(2451), + [aux_sym_cmd_identifier_token32] = ACTIONS(2451), + [aux_sym_cmd_identifier_token33] = ACTIONS(2451), + [aux_sym_cmd_identifier_token34] = ACTIONS(2451), + [aux_sym_cmd_identifier_token35] = ACTIONS(2451), + [aux_sym_cmd_identifier_token36] = ACTIONS(2451), + [aux_sym_cmd_identifier_token37] = ACTIONS(2451), + [aux_sym_cmd_identifier_token38] = ACTIONS(2451), + [aux_sym_cmd_identifier_token39] = ACTIONS(2451), + [aux_sym_cmd_identifier_token40] = ACTIONS(2451), + [anon_sym_def] = ACTIONS(2451), + [anon_sym_export_DASHenv] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym_module] = ACTIONS(2451), + [anon_sym_use] = ACTIONS(2451), + [anon_sym_LPAREN] = ACTIONS(2451), + [anon_sym_DOLLAR] = ACTIONS(2451), + [anon_sym_error] = ACTIONS(2451), + [anon_sym_DASH2] = ACTIONS(2451), + [anon_sym_break] = ACTIONS(2451), + [anon_sym_continue] = ACTIONS(2451), + [anon_sym_for] = ACTIONS(2451), + [anon_sym_in2] = ACTIONS(2451), + [anon_sym_loop] = ACTIONS(2451), + [anon_sym_make] = ACTIONS(2451), + [anon_sym_while] = ACTIONS(2451), + [anon_sym_do] = ACTIONS(2451), + [anon_sym_if] = ACTIONS(2451), + [anon_sym_else] = ACTIONS(2451), + [anon_sym_match] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_try] = ACTIONS(2451), + [anon_sym_catch] = ACTIONS(2451), + [anon_sym_return] = ACTIONS(2451), + [anon_sym_source] = ACTIONS(2451), + [anon_sym_source_DASHenv] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_hide] = ACTIONS(2451), + [anon_sym_hide_DASHenv] = ACTIONS(2451), + [anon_sym_overlay] = ACTIONS(2451), + [anon_sym_as] = ACTIONS(2451), + [anon_sym_PLUS2] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2451), + [aux_sym__val_number_decimal_token1] = ACTIONS(2451), + [aux_sym__val_number_decimal_token2] = ACTIONS(2451), + [aux_sym__val_number_decimal_token3] = ACTIONS(2451), + [aux_sym__val_number_decimal_token4] = ACTIONS(2451), + [aux_sym__val_number_token1] = ACTIONS(2451), + [aux_sym__val_number_token2] = ACTIONS(2451), + [aux_sym__val_number_token3] = ACTIONS(2451), + [aux_sym__val_number_token4] = ACTIONS(2451), + [aux_sym__val_number_token5] = ACTIONS(2451), + [aux_sym__val_number_token6] = ACTIONS(2451), + [anon_sym_DQUOTE] = ACTIONS(2451), + [sym__str_single_quotes] = ACTIONS(2451), + [sym__str_back_ticks] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2451), + [sym__entry_separator] = ACTIONS(2453), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2443), + [sym_raw_string_begin] = ACTIONS(2453), }, - [657] = { - [sym_comment] = STATE(657), - [anon_sym_export] = ACTIONS(2445), - [anon_sym_alias] = ACTIONS(2445), - [anon_sym_let] = ACTIONS(2445), - [anon_sym_let_DASHenv] = ACTIONS(2445), - [anon_sym_mut] = ACTIONS(2445), - [anon_sym_const] = ACTIONS(2445), - [aux_sym_cmd_identifier_token1] = ACTIONS(2445), - [aux_sym_cmd_identifier_token2] = ACTIONS(2445), - [aux_sym_cmd_identifier_token3] = ACTIONS(2445), - [aux_sym_cmd_identifier_token4] = ACTIONS(2445), - [aux_sym_cmd_identifier_token5] = ACTIONS(2445), - [aux_sym_cmd_identifier_token6] = ACTIONS(2445), - [aux_sym_cmd_identifier_token7] = ACTIONS(2445), - [aux_sym_cmd_identifier_token8] = ACTIONS(2445), - [aux_sym_cmd_identifier_token9] = ACTIONS(2445), - [aux_sym_cmd_identifier_token10] = ACTIONS(2445), - [aux_sym_cmd_identifier_token11] = ACTIONS(2445), - [aux_sym_cmd_identifier_token12] = ACTIONS(2445), - [aux_sym_cmd_identifier_token13] = ACTIONS(2445), - [aux_sym_cmd_identifier_token14] = ACTIONS(2445), - [aux_sym_cmd_identifier_token15] = ACTIONS(2445), - [aux_sym_cmd_identifier_token16] = ACTIONS(2445), - [aux_sym_cmd_identifier_token17] = ACTIONS(2445), - [aux_sym_cmd_identifier_token18] = ACTIONS(2445), - [aux_sym_cmd_identifier_token19] = ACTIONS(2445), - [aux_sym_cmd_identifier_token20] = ACTIONS(2445), - [aux_sym_cmd_identifier_token21] = ACTIONS(2445), - [aux_sym_cmd_identifier_token22] = ACTIONS(2445), - [aux_sym_cmd_identifier_token23] = ACTIONS(2445), - [aux_sym_cmd_identifier_token24] = ACTIONS(2445), - [aux_sym_cmd_identifier_token25] = ACTIONS(2445), - [aux_sym_cmd_identifier_token26] = ACTIONS(2445), - [aux_sym_cmd_identifier_token27] = ACTIONS(2445), - [aux_sym_cmd_identifier_token28] = ACTIONS(2445), - [aux_sym_cmd_identifier_token29] = ACTIONS(2445), - [aux_sym_cmd_identifier_token30] = ACTIONS(2445), - [aux_sym_cmd_identifier_token31] = ACTIONS(2445), - [aux_sym_cmd_identifier_token32] = ACTIONS(2445), - [aux_sym_cmd_identifier_token33] = ACTIONS(2445), - [aux_sym_cmd_identifier_token34] = ACTIONS(2445), - [aux_sym_cmd_identifier_token35] = ACTIONS(2445), - [aux_sym_cmd_identifier_token36] = ACTIONS(2445), - [aux_sym_cmd_identifier_token37] = ACTIONS(2445), - [aux_sym_cmd_identifier_token38] = ACTIONS(2445), - [aux_sym_cmd_identifier_token39] = ACTIONS(2445), - [aux_sym_cmd_identifier_token40] = ACTIONS(2445), - [anon_sym_def] = ACTIONS(2445), - [anon_sym_export_DASHenv] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2445), - [anon_sym_module] = ACTIONS(2445), - [anon_sym_use] = ACTIONS(2445), - [anon_sym_LPAREN] = ACTIONS(2445), - [anon_sym_DOLLAR] = ACTIONS(2445), - [anon_sym_error] = ACTIONS(2445), - [anon_sym_DASH2] = ACTIONS(2445), - [anon_sym_break] = ACTIONS(2445), - [anon_sym_continue] = ACTIONS(2445), - [anon_sym_for] = ACTIONS(2445), - [anon_sym_in2] = ACTIONS(2445), - [anon_sym_loop] = ACTIONS(2445), - [anon_sym_make] = ACTIONS(2445), - [anon_sym_while] = ACTIONS(2445), - [anon_sym_do] = ACTIONS(2445), - [anon_sym_if] = ACTIONS(2445), - [anon_sym_else] = ACTIONS(2445), - [anon_sym_match] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_try] = ACTIONS(2445), - [anon_sym_catch] = ACTIONS(2445), - [anon_sym_return] = ACTIONS(2445), - [anon_sym_source] = ACTIONS(2445), - [anon_sym_source_DASHenv] = ACTIONS(2445), - [anon_sym_register] = ACTIONS(2445), - [anon_sym_hide] = ACTIONS(2445), - [anon_sym_hide_DASHenv] = ACTIONS(2445), - [anon_sym_overlay] = ACTIONS(2445), - [anon_sym_as] = ACTIONS(2445), - [anon_sym_PLUS2] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2445), - [aux_sym__val_number_decimal_token1] = ACTIONS(2445), - [aux_sym__val_number_decimal_token2] = ACTIONS(2445), - [aux_sym__val_number_decimal_token3] = ACTIONS(2445), - [aux_sym__val_number_decimal_token4] = ACTIONS(2445), - [aux_sym__val_number_token1] = ACTIONS(2445), - [aux_sym__val_number_token2] = ACTIONS(2445), - [aux_sym__val_number_token3] = ACTIONS(2445), - [aux_sym__val_number_token4] = ACTIONS(2445), - [aux_sym__val_number_token5] = ACTIONS(2445), - [aux_sym__val_number_token6] = ACTIONS(2445), - [anon_sym_DQUOTE] = ACTIONS(2445), - [sym__str_single_quotes] = ACTIONS(2445), - [sym__str_back_ticks] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2445), - [sym__entry_separator] = ACTIONS(2447), + [642] = { + [sym_comment] = STATE(642), + [anon_sym_export] = ACTIONS(1973), + [anon_sym_alias] = ACTIONS(1973), + [anon_sym_let] = ACTIONS(1973), + [anon_sym_let_DASHenv] = ACTIONS(1973), + [anon_sym_mut] = ACTIONS(1973), + [anon_sym_const] = ACTIONS(1973), + [aux_sym_cmd_identifier_token1] = ACTIONS(1973), + [aux_sym_cmd_identifier_token2] = ACTIONS(1973), + [aux_sym_cmd_identifier_token3] = ACTIONS(1973), + [aux_sym_cmd_identifier_token4] = ACTIONS(1973), + [aux_sym_cmd_identifier_token5] = ACTIONS(1973), + [aux_sym_cmd_identifier_token6] = ACTIONS(1973), + [aux_sym_cmd_identifier_token7] = ACTIONS(1973), + [aux_sym_cmd_identifier_token8] = ACTIONS(1973), + [aux_sym_cmd_identifier_token9] = ACTIONS(1973), + [aux_sym_cmd_identifier_token10] = ACTIONS(1973), + [aux_sym_cmd_identifier_token11] = ACTIONS(1973), + [aux_sym_cmd_identifier_token12] = ACTIONS(1973), + [aux_sym_cmd_identifier_token13] = ACTIONS(1973), + [aux_sym_cmd_identifier_token14] = ACTIONS(1973), + [aux_sym_cmd_identifier_token15] = ACTIONS(1973), + [aux_sym_cmd_identifier_token16] = ACTIONS(1973), + [aux_sym_cmd_identifier_token17] = ACTIONS(1973), + [aux_sym_cmd_identifier_token18] = ACTIONS(1973), + [aux_sym_cmd_identifier_token19] = ACTIONS(1973), + [aux_sym_cmd_identifier_token20] = ACTIONS(1973), + [aux_sym_cmd_identifier_token21] = ACTIONS(1973), + [aux_sym_cmd_identifier_token22] = ACTIONS(1973), + [aux_sym_cmd_identifier_token23] = ACTIONS(1973), + [aux_sym_cmd_identifier_token24] = ACTIONS(1973), + [aux_sym_cmd_identifier_token25] = ACTIONS(1973), + [aux_sym_cmd_identifier_token26] = ACTIONS(1973), + [aux_sym_cmd_identifier_token27] = ACTIONS(1973), + [aux_sym_cmd_identifier_token28] = ACTIONS(1973), + [aux_sym_cmd_identifier_token29] = ACTIONS(1973), + [aux_sym_cmd_identifier_token30] = ACTIONS(1973), + [aux_sym_cmd_identifier_token31] = ACTIONS(1973), + [aux_sym_cmd_identifier_token32] = ACTIONS(1973), + [aux_sym_cmd_identifier_token33] = ACTIONS(1973), + [aux_sym_cmd_identifier_token34] = ACTIONS(1973), + [aux_sym_cmd_identifier_token35] = ACTIONS(1973), + [aux_sym_cmd_identifier_token36] = ACTIONS(1973), + [aux_sym_cmd_identifier_token37] = ACTIONS(1973), + [aux_sym_cmd_identifier_token38] = ACTIONS(1973), + [aux_sym_cmd_identifier_token39] = ACTIONS(1973), + [aux_sym_cmd_identifier_token40] = ACTIONS(1973), + [anon_sym_def] = ACTIONS(1973), + [anon_sym_export_DASHenv] = ACTIONS(1973), + [anon_sym_extern] = ACTIONS(1973), + [anon_sym_module] = ACTIONS(1973), + [anon_sym_use] = ACTIONS(1973), + [anon_sym_LPAREN] = ACTIONS(1973), + [anon_sym_DOLLAR] = ACTIONS(1973), + [anon_sym_error] = ACTIONS(1973), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_break] = ACTIONS(1973), + [anon_sym_continue] = ACTIONS(1973), + [anon_sym_for] = ACTIONS(1973), + [anon_sym_in2] = ACTIONS(1973), + [anon_sym_loop] = ACTIONS(1973), + [anon_sym_make] = ACTIONS(1973), + [anon_sym_while] = ACTIONS(1973), + [anon_sym_do] = ACTIONS(1973), + [anon_sym_if] = ACTIONS(1973), + [anon_sym_else] = ACTIONS(1973), + [anon_sym_match] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1973), + [anon_sym_try] = ACTIONS(1973), + [anon_sym_catch] = ACTIONS(1973), + [anon_sym_return] = ACTIONS(1973), + [anon_sym_source] = ACTIONS(1973), + [anon_sym_source_DASHenv] = ACTIONS(1973), + [anon_sym_register] = ACTIONS(1973), + [anon_sym_hide] = ACTIONS(1973), + [anon_sym_hide_DASHenv] = ACTIONS(1973), + [anon_sym_overlay] = ACTIONS(1973), + [anon_sym_as] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1973), + [aux_sym__val_number_decimal_token1] = ACTIONS(1973), + [aux_sym__val_number_decimal_token2] = ACTIONS(1973), + [aux_sym__val_number_decimal_token3] = ACTIONS(1973), + [aux_sym__val_number_decimal_token4] = ACTIONS(1973), + [aux_sym__val_number_token1] = ACTIONS(1973), + [aux_sym__val_number_token2] = ACTIONS(1973), + [aux_sym__val_number_token3] = ACTIONS(1973), + [aux_sym__val_number_token4] = ACTIONS(1973), + [aux_sym__val_number_token5] = ACTIONS(1973), + [aux_sym__val_number_token6] = ACTIONS(1973), + [anon_sym_DQUOTE] = ACTIONS(1973), + [sym__str_single_quotes] = ACTIONS(1973), + [sym__str_back_ticks] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1973), + [sym__entry_separator] = ACTIONS(1975), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2447), + [sym_raw_string_begin] = ACTIONS(1975), }, - [658] = { - [sym_comment] = STATE(658), - [anon_sym_export] = ACTIONS(2449), - [anon_sym_alias] = ACTIONS(2449), - [anon_sym_let] = ACTIONS(2449), - [anon_sym_let_DASHenv] = ACTIONS(2449), - [anon_sym_mut] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [aux_sym_cmd_identifier_token1] = ACTIONS(2449), - [aux_sym_cmd_identifier_token2] = ACTIONS(2449), - [aux_sym_cmd_identifier_token3] = ACTIONS(2449), - [aux_sym_cmd_identifier_token4] = ACTIONS(2449), - [aux_sym_cmd_identifier_token5] = ACTIONS(2449), - [aux_sym_cmd_identifier_token6] = ACTIONS(2449), - [aux_sym_cmd_identifier_token7] = ACTIONS(2449), - [aux_sym_cmd_identifier_token8] = ACTIONS(2449), - [aux_sym_cmd_identifier_token9] = ACTIONS(2449), - [aux_sym_cmd_identifier_token10] = ACTIONS(2449), - [aux_sym_cmd_identifier_token11] = ACTIONS(2449), - [aux_sym_cmd_identifier_token12] = ACTIONS(2449), - [aux_sym_cmd_identifier_token13] = ACTIONS(2449), - [aux_sym_cmd_identifier_token14] = ACTIONS(2449), - [aux_sym_cmd_identifier_token15] = ACTIONS(2449), - [aux_sym_cmd_identifier_token16] = ACTIONS(2449), - [aux_sym_cmd_identifier_token17] = ACTIONS(2449), - [aux_sym_cmd_identifier_token18] = ACTIONS(2449), - [aux_sym_cmd_identifier_token19] = ACTIONS(2449), - [aux_sym_cmd_identifier_token20] = ACTIONS(2449), - [aux_sym_cmd_identifier_token21] = ACTIONS(2449), - [aux_sym_cmd_identifier_token22] = ACTIONS(2449), - [aux_sym_cmd_identifier_token23] = ACTIONS(2449), - [aux_sym_cmd_identifier_token24] = ACTIONS(2449), - [aux_sym_cmd_identifier_token25] = ACTIONS(2449), - [aux_sym_cmd_identifier_token26] = ACTIONS(2449), - [aux_sym_cmd_identifier_token27] = ACTIONS(2449), - [aux_sym_cmd_identifier_token28] = ACTIONS(2449), - [aux_sym_cmd_identifier_token29] = ACTIONS(2449), - [aux_sym_cmd_identifier_token30] = ACTIONS(2449), - [aux_sym_cmd_identifier_token31] = ACTIONS(2449), - [aux_sym_cmd_identifier_token32] = ACTIONS(2449), - [aux_sym_cmd_identifier_token33] = ACTIONS(2449), - [aux_sym_cmd_identifier_token34] = ACTIONS(2449), - [aux_sym_cmd_identifier_token35] = ACTIONS(2449), - [aux_sym_cmd_identifier_token36] = ACTIONS(2449), - [aux_sym_cmd_identifier_token37] = ACTIONS(2449), - [aux_sym_cmd_identifier_token38] = ACTIONS(2449), - [aux_sym_cmd_identifier_token39] = ACTIONS(2449), - [aux_sym_cmd_identifier_token40] = ACTIONS(2449), - [anon_sym_def] = ACTIONS(2449), - [anon_sym_export_DASHenv] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym_module] = ACTIONS(2449), - [anon_sym_use] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2449), - [anon_sym_DOLLAR] = ACTIONS(2449), - [anon_sym_error] = ACTIONS(2449), - [anon_sym_DASH2] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2449), - [anon_sym_continue] = ACTIONS(2449), - [anon_sym_for] = ACTIONS(2449), - [anon_sym_in2] = ACTIONS(2449), - [anon_sym_loop] = ACTIONS(2449), - [anon_sym_make] = ACTIONS(2449), - [anon_sym_while] = ACTIONS(2449), - [anon_sym_do] = ACTIONS(2449), - [anon_sym_if] = ACTIONS(2449), - [anon_sym_else] = ACTIONS(2449), - [anon_sym_match] = ACTIONS(2449), - [anon_sym_RBRACE] = ACTIONS(2449), - [anon_sym_try] = ACTIONS(2449), - [anon_sym_catch] = ACTIONS(2449), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_source] = ACTIONS(2449), - [anon_sym_source_DASHenv] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_hide] = ACTIONS(2449), - [anon_sym_hide_DASHenv] = ACTIONS(2449), - [anon_sym_overlay] = ACTIONS(2449), - [anon_sym_as] = ACTIONS(2449), - [anon_sym_PLUS2] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2449), - [aux_sym__val_number_decimal_token1] = ACTIONS(2449), - [aux_sym__val_number_decimal_token2] = ACTIONS(2449), - [aux_sym__val_number_decimal_token3] = ACTIONS(2449), - [aux_sym__val_number_decimal_token4] = ACTIONS(2449), - [aux_sym__val_number_token1] = ACTIONS(2449), - [aux_sym__val_number_token2] = ACTIONS(2449), - [aux_sym__val_number_token3] = ACTIONS(2449), - [aux_sym__val_number_token4] = ACTIONS(2449), - [aux_sym__val_number_token5] = ACTIONS(2449), - [aux_sym__val_number_token6] = ACTIONS(2449), - [anon_sym_DQUOTE] = ACTIONS(2449), - [sym__str_single_quotes] = ACTIONS(2449), - [sym__str_back_ticks] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2449), - [sym__entry_separator] = ACTIONS(2451), + [643] = { + [sym_comment] = STATE(643), + [anon_sym_export] = ACTIONS(1981), + [anon_sym_alias] = ACTIONS(1981), + [anon_sym_let] = ACTIONS(1981), + [anon_sym_let_DASHenv] = ACTIONS(1981), + [anon_sym_mut] = ACTIONS(1981), + [anon_sym_const] = ACTIONS(1981), + [aux_sym_cmd_identifier_token1] = ACTIONS(1981), + [aux_sym_cmd_identifier_token2] = ACTIONS(1981), + [aux_sym_cmd_identifier_token3] = ACTIONS(1981), + [aux_sym_cmd_identifier_token4] = ACTIONS(1981), + [aux_sym_cmd_identifier_token5] = ACTIONS(1981), + [aux_sym_cmd_identifier_token6] = ACTIONS(1981), + [aux_sym_cmd_identifier_token7] = ACTIONS(1981), + [aux_sym_cmd_identifier_token8] = ACTIONS(1981), + [aux_sym_cmd_identifier_token9] = ACTIONS(1981), + [aux_sym_cmd_identifier_token10] = ACTIONS(1981), + [aux_sym_cmd_identifier_token11] = ACTIONS(1981), + [aux_sym_cmd_identifier_token12] = ACTIONS(1981), + [aux_sym_cmd_identifier_token13] = ACTIONS(1981), + [aux_sym_cmd_identifier_token14] = ACTIONS(1981), + [aux_sym_cmd_identifier_token15] = ACTIONS(1981), + [aux_sym_cmd_identifier_token16] = ACTIONS(1981), + [aux_sym_cmd_identifier_token17] = ACTIONS(1981), + [aux_sym_cmd_identifier_token18] = ACTIONS(1981), + [aux_sym_cmd_identifier_token19] = ACTIONS(1981), + [aux_sym_cmd_identifier_token20] = ACTIONS(1981), + [aux_sym_cmd_identifier_token21] = ACTIONS(1981), + [aux_sym_cmd_identifier_token22] = ACTIONS(1981), + [aux_sym_cmd_identifier_token23] = ACTIONS(1981), + [aux_sym_cmd_identifier_token24] = ACTIONS(1981), + [aux_sym_cmd_identifier_token25] = ACTIONS(1981), + [aux_sym_cmd_identifier_token26] = ACTIONS(1981), + [aux_sym_cmd_identifier_token27] = ACTIONS(1981), + [aux_sym_cmd_identifier_token28] = ACTIONS(1981), + [aux_sym_cmd_identifier_token29] = ACTIONS(1981), + [aux_sym_cmd_identifier_token30] = ACTIONS(1981), + [aux_sym_cmd_identifier_token31] = ACTIONS(1981), + [aux_sym_cmd_identifier_token32] = ACTIONS(1981), + [aux_sym_cmd_identifier_token33] = ACTIONS(1981), + [aux_sym_cmd_identifier_token34] = ACTIONS(1981), + [aux_sym_cmd_identifier_token35] = ACTIONS(1981), + [aux_sym_cmd_identifier_token36] = ACTIONS(1981), + [aux_sym_cmd_identifier_token37] = ACTIONS(1981), + [aux_sym_cmd_identifier_token38] = ACTIONS(1981), + [aux_sym_cmd_identifier_token39] = ACTIONS(1981), + [aux_sym_cmd_identifier_token40] = ACTIONS(1981), + [anon_sym_def] = ACTIONS(1981), + [anon_sym_export_DASHenv] = ACTIONS(1981), + [anon_sym_extern] = ACTIONS(1981), + [anon_sym_module] = ACTIONS(1981), + [anon_sym_use] = ACTIONS(1981), + [anon_sym_LPAREN] = ACTIONS(1981), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_error] = ACTIONS(1981), + [anon_sym_DASH2] = ACTIONS(1981), + [anon_sym_break] = ACTIONS(1981), + [anon_sym_continue] = ACTIONS(1981), + [anon_sym_for] = ACTIONS(1981), + [anon_sym_in2] = ACTIONS(1981), + [anon_sym_loop] = ACTIONS(1981), + [anon_sym_make] = ACTIONS(1981), + [anon_sym_while] = ACTIONS(1981), + [anon_sym_do] = ACTIONS(1981), + [anon_sym_if] = ACTIONS(1981), + [anon_sym_else] = ACTIONS(1981), + [anon_sym_match] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1981), + [anon_sym_try] = ACTIONS(1981), + [anon_sym_catch] = ACTIONS(1981), + [anon_sym_return] = ACTIONS(1981), + [anon_sym_source] = ACTIONS(1981), + [anon_sym_source_DASHenv] = ACTIONS(1981), + [anon_sym_register] = ACTIONS(1981), + [anon_sym_hide] = ACTIONS(1981), + [anon_sym_hide_DASHenv] = ACTIONS(1981), + [anon_sym_overlay] = ACTIONS(1981), + [anon_sym_as] = ACTIONS(1981), + [anon_sym_PLUS2] = ACTIONS(1981), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1981), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1981), + [aux_sym__val_number_decimal_token1] = ACTIONS(1981), + [aux_sym__val_number_decimal_token2] = ACTIONS(1981), + [aux_sym__val_number_decimal_token3] = ACTIONS(1981), + [aux_sym__val_number_decimal_token4] = ACTIONS(1981), + [aux_sym__val_number_token1] = ACTIONS(1981), + [aux_sym__val_number_token2] = ACTIONS(1981), + [aux_sym__val_number_token3] = ACTIONS(1981), + [aux_sym__val_number_token4] = ACTIONS(1981), + [aux_sym__val_number_token5] = ACTIONS(1981), + [aux_sym__val_number_token6] = ACTIONS(1981), + [anon_sym_DQUOTE] = ACTIONS(1981), + [sym__str_single_quotes] = ACTIONS(1981), + [sym__str_back_ticks] = ACTIONS(1981), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1981), + [sym__entry_separator] = ACTIONS(1983), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2451), + [sym_raw_string_begin] = ACTIONS(1983), }, - [659] = { - [sym_comment] = STATE(659), - [anon_sym_export] = ACTIONS(2453), - [anon_sym_alias] = ACTIONS(2453), - [anon_sym_let] = ACTIONS(2453), - [anon_sym_let_DASHenv] = ACTIONS(2453), - [anon_sym_mut] = ACTIONS(2453), - [anon_sym_const] = ACTIONS(2453), - [aux_sym_cmd_identifier_token1] = ACTIONS(2453), - [aux_sym_cmd_identifier_token2] = ACTIONS(2453), - [aux_sym_cmd_identifier_token3] = ACTIONS(2453), - [aux_sym_cmd_identifier_token4] = ACTIONS(2453), - [aux_sym_cmd_identifier_token5] = ACTIONS(2453), - [aux_sym_cmd_identifier_token6] = ACTIONS(2453), - [aux_sym_cmd_identifier_token7] = ACTIONS(2453), - [aux_sym_cmd_identifier_token8] = ACTIONS(2453), - [aux_sym_cmd_identifier_token9] = ACTIONS(2453), - [aux_sym_cmd_identifier_token10] = ACTIONS(2453), - [aux_sym_cmd_identifier_token11] = ACTIONS(2453), - [aux_sym_cmd_identifier_token12] = ACTIONS(2453), - [aux_sym_cmd_identifier_token13] = ACTIONS(2453), - [aux_sym_cmd_identifier_token14] = ACTIONS(2453), - [aux_sym_cmd_identifier_token15] = ACTIONS(2453), - [aux_sym_cmd_identifier_token16] = ACTIONS(2453), - [aux_sym_cmd_identifier_token17] = ACTIONS(2453), - [aux_sym_cmd_identifier_token18] = ACTIONS(2453), - [aux_sym_cmd_identifier_token19] = ACTIONS(2453), - [aux_sym_cmd_identifier_token20] = ACTIONS(2453), - [aux_sym_cmd_identifier_token21] = ACTIONS(2453), - [aux_sym_cmd_identifier_token22] = ACTIONS(2453), - [aux_sym_cmd_identifier_token23] = ACTIONS(2453), - [aux_sym_cmd_identifier_token24] = ACTIONS(2453), - [aux_sym_cmd_identifier_token25] = ACTIONS(2453), - [aux_sym_cmd_identifier_token26] = ACTIONS(2453), - [aux_sym_cmd_identifier_token27] = ACTIONS(2453), - [aux_sym_cmd_identifier_token28] = ACTIONS(2453), - [aux_sym_cmd_identifier_token29] = ACTIONS(2453), - [aux_sym_cmd_identifier_token30] = ACTIONS(2453), - [aux_sym_cmd_identifier_token31] = ACTIONS(2453), - [aux_sym_cmd_identifier_token32] = ACTIONS(2453), - [aux_sym_cmd_identifier_token33] = ACTIONS(2453), - [aux_sym_cmd_identifier_token34] = ACTIONS(2453), - [aux_sym_cmd_identifier_token35] = ACTIONS(2453), - [aux_sym_cmd_identifier_token36] = ACTIONS(2453), - [aux_sym_cmd_identifier_token37] = ACTIONS(2453), - [aux_sym_cmd_identifier_token38] = ACTIONS(2453), - [aux_sym_cmd_identifier_token39] = ACTIONS(2453), - [aux_sym_cmd_identifier_token40] = ACTIONS(2453), - [anon_sym_def] = ACTIONS(2453), - [anon_sym_export_DASHenv] = ACTIONS(2453), - [anon_sym_extern] = ACTIONS(2453), - [anon_sym_module] = ACTIONS(2453), - [anon_sym_use] = ACTIONS(2453), - [anon_sym_LPAREN] = ACTIONS(2453), - [anon_sym_DOLLAR] = ACTIONS(2453), - [anon_sym_error] = ACTIONS(2453), - [anon_sym_DASH2] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_for] = ACTIONS(2453), - [anon_sym_in2] = ACTIONS(2453), - [anon_sym_loop] = ACTIONS(2453), - [anon_sym_make] = ACTIONS(2453), - [anon_sym_while] = ACTIONS(2453), - [anon_sym_do] = ACTIONS(2453), - [anon_sym_if] = ACTIONS(2453), - [anon_sym_else] = ACTIONS(2453), - [anon_sym_match] = ACTIONS(2453), - [anon_sym_RBRACE] = ACTIONS(2453), - [anon_sym_try] = ACTIONS(2453), - [anon_sym_catch] = ACTIONS(2453), - [anon_sym_return] = ACTIONS(2453), - [anon_sym_source] = ACTIONS(2453), - [anon_sym_source_DASHenv] = ACTIONS(2453), - [anon_sym_register] = ACTIONS(2453), - [anon_sym_hide] = ACTIONS(2453), - [anon_sym_hide_DASHenv] = ACTIONS(2453), - [anon_sym_overlay] = ACTIONS(2453), - [anon_sym_as] = ACTIONS(2453), - [anon_sym_PLUS2] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2453), - [aux_sym__val_number_decimal_token1] = ACTIONS(2453), - [aux_sym__val_number_decimal_token2] = ACTIONS(2453), - [aux_sym__val_number_decimal_token3] = ACTIONS(2453), - [aux_sym__val_number_decimal_token4] = ACTIONS(2453), - [aux_sym__val_number_token1] = ACTIONS(2453), - [aux_sym__val_number_token2] = ACTIONS(2453), - [aux_sym__val_number_token3] = ACTIONS(2453), - [aux_sym__val_number_token4] = ACTIONS(2453), - [aux_sym__val_number_token5] = ACTIONS(2453), - [aux_sym__val_number_token6] = ACTIONS(2453), - [anon_sym_DQUOTE] = ACTIONS(2453), - [sym__str_single_quotes] = ACTIONS(2453), - [sym__str_back_ticks] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2453), - [sym__entry_separator] = ACTIONS(2455), + [644] = { + [sym_comment] = STATE(644), + [anon_sym_export] = ACTIONS(2455), + [anon_sym_alias] = ACTIONS(2455), + [anon_sym_let] = ACTIONS(2455), + [anon_sym_let_DASHenv] = ACTIONS(2455), + [anon_sym_mut] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [aux_sym_cmd_identifier_token1] = ACTIONS(2455), + [aux_sym_cmd_identifier_token2] = ACTIONS(2455), + [aux_sym_cmd_identifier_token3] = ACTIONS(2455), + [aux_sym_cmd_identifier_token4] = ACTIONS(2455), + [aux_sym_cmd_identifier_token5] = ACTIONS(2455), + [aux_sym_cmd_identifier_token6] = ACTIONS(2455), + [aux_sym_cmd_identifier_token7] = ACTIONS(2455), + [aux_sym_cmd_identifier_token8] = ACTIONS(2455), + [aux_sym_cmd_identifier_token9] = ACTIONS(2455), + [aux_sym_cmd_identifier_token10] = ACTIONS(2455), + [aux_sym_cmd_identifier_token11] = ACTIONS(2455), + [aux_sym_cmd_identifier_token12] = ACTIONS(2455), + [aux_sym_cmd_identifier_token13] = ACTIONS(2455), + [aux_sym_cmd_identifier_token14] = ACTIONS(2455), + [aux_sym_cmd_identifier_token15] = ACTIONS(2455), + [aux_sym_cmd_identifier_token16] = ACTIONS(2455), + [aux_sym_cmd_identifier_token17] = ACTIONS(2455), + [aux_sym_cmd_identifier_token18] = ACTIONS(2455), + [aux_sym_cmd_identifier_token19] = ACTIONS(2455), + [aux_sym_cmd_identifier_token20] = ACTIONS(2455), + [aux_sym_cmd_identifier_token21] = ACTIONS(2455), + [aux_sym_cmd_identifier_token22] = ACTIONS(2455), + [aux_sym_cmd_identifier_token23] = ACTIONS(2455), + [aux_sym_cmd_identifier_token24] = ACTIONS(2455), + [aux_sym_cmd_identifier_token25] = ACTIONS(2455), + [aux_sym_cmd_identifier_token26] = ACTIONS(2455), + [aux_sym_cmd_identifier_token27] = ACTIONS(2455), + [aux_sym_cmd_identifier_token28] = ACTIONS(2455), + [aux_sym_cmd_identifier_token29] = ACTIONS(2455), + [aux_sym_cmd_identifier_token30] = ACTIONS(2455), + [aux_sym_cmd_identifier_token31] = ACTIONS(2455), + [aux_sym_cmd_identifier_token32] = ACTIONS(2455), + [aux_sym_cmd_identifier_token33] = ACTIONS(2455), + [aux_sym_cmd_identifier_token34] = ACTIONS(2455), + [aux_sym_cmd_identifier_token35] = ACTIONS(2455), + [aux_sym_cmd_identifier_token36] = ACTIONS(2455), + [aux_sym_cmd_identifier_token37] = ACTIONS(2455), + [aux_sym_cmd_identifier_token38] = ACTIONS(2455), + [aux_sym_cmd_identifier_token39] = ACTIONS(2455), + [aux_sym_cmd_identifier_token40] = ACTIONS(2455), + [anon_sym_def] = ACTIONS(2455), + [anon_sym_export_DASHenv] = ACTIONS(2455), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_module] = ACTIONS(2455), + [anon_sym_use] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2455), + [anon_sym_DOLLAR] = ACTIONS(2455), + [anon_sym_error] = ACTIONS(2455), + [anon_sym_DASH2] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_in2] = ACTIONS(2455), + [anon_sym_loop] = ACTIONS(2455), + [anon_sym_make] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2455), + [anon_sym_match] = ACTIONS(2455), + [anon_sym_RBRACE] = ACTIONS(2455), + [anon_sym_try] = ACTIONS(2455), + [anon_sym_catch] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_source] = ACTIONS(2455), + [anon_sym_source_DASHenv] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_hide] = ACTIONS(2455), + [anon_sym_hide_DASHenv] = ACTIONS(2455), + [anon_sym_overlay] = ACTIONS(2455), + [anon_sym_as] = ACTIONS(2455), + [anon_sym_PLUS2] = ACTIONS(2455), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2455), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2455), + [aux_sym__val_number_decimal_token1] = ACTIONS(2455), + [aux_sym__val_number_decimal_token2] = ACTIONS(2455), + [aux_sym__val_number_decimal_token3] = ACTIONS(2455), + [aux_sym__val_number_decimal_token4] = ACTIONS(2455), + [aux_sym__val_number_token1] = ACTIONS(2455), + [aux_sym__val_number_token2] = ACTIONS(2455), + [aux_sym__val_number_token3] = ACTIONS(2455), + [aux_sym__val_number_token4] = ACTIONS(2455), + [aux_sym__val_number_token5] = ACTIONS(2455), + [aux_sym__val_number_token6] = ACTIONS(2455), + [anon_sym_DQUOTE] = ACTIONS(2455), + [sym__str_single_quotes] = ACTIONS(2455), + [sym__str_back_ticks] = ACTIONS(2455), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2455), + [sym__entry_separator] = ACTIONS(2457), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2455), + [sym_raw_string_begin] = ACTIONS(2457), }, - [660] = { - [sym_comment] = STATE(660), - [anon_sym_export] = ACTIONS(2457), - [anon_sym_alias] = ACTIONS(2457), - [anon_sym_let] = ACTIONS(2457), - [anon_sym_let_DASHenv] = ACTIONS(2457), - [anon_sym_mut] = ACTIONS(2457), - [anon_sym_const] = ACTIONS(2457), - [aux_sym_cmd_identifier_token1] = ACTIONS(2457), - [aux_sym_cmd_identifier_token2] = ACTIONS(2457), - [aux_sym_cmd_identifier_token3] = ACTIONS(2457), - [aux_sym_cmd_identifier_token4] = ACTIONS(2457), - [aux_sym_cmd_identifier_token5] = ACTIONS(2457), - [aux_sym_cmd_identifier_token6] = ACTIONS(2457), - [aux_sym_cmd_identifier_token7] = ACTIONS(2457), - [aux_sym_cmd_identifier_token8] = ACTIONS(2457), - [aux_sym_cmd_identifier_token9] = ACTIONS(2457), - [aux_sym_cmd_identifier_token10] = ACTIONS(2457), - [aux_sym_cmd_identifier_token11] = ACTIONS(2457), - [aux_sym_cmd_identifier_token12] = ACTIONS(2457), - [aux_sym_cmd_identifier_token13] = ACTIONS(2457), - [aux_sym_cmd_identifier_token14] = ACTIONS(2457), - [aux_sym_cmd_identifier_token15] = ACTIONS(2457), - [aux_sym_cmd_identifier_token16] = ACTIONS(2457), - [aux_sym_cmd_identifier_token17] = ACTIONS(2457), - [aux_sym_cmd_identifier_token18] = ACTIONS(2457), - [aux_sym_cmd_identifier_token19] = ACTIONS(2457), - [aux_sym_cmd_identifier_token20] = ACTIONS(2457), - [aux_sym_cmd_identifier_token21] = ACTIONS(2457), - [aux_sym_cmd_identifier_token22] = ACTIONS(2457), - [aux_sym_cmd_identifier_token23] = ACTIONS(2457), - [aux_sym_cmd_identifier_token24] = ACTIONS(2457), - [aux_sym_cmd_identifier_token25] = ACTIONS(2457), - [aux_sym_cmd_identifier_token26] = ACTIONS(2457), - [aux_sym_cmd_identifier_token27] = ACTIONS(2457), - [aux_sym_cmd_identifier_token28] = ACTIONS(2457), - [aux_sym_cmd_identifier_token29] = ACTIONS(2457), - [aux_sym_cmd_identifier_token30] = ACTIONS(2457), - [aux_sym_cmd_identifier_token31] = ACTIONS(2457), - [aux_sym_cmd_identifier_token32] = ACTIONS(2457), - [aux_sym_cmd_identifier_token33] = ACTIONS(2457), - [aux_sym_cmd_identifier_token34] = ACTIONS(2457), - [aux_sym_cmd_identifier_token35] = ACTIONS(2457), - [aux_sym_cmd_identifier_token36] = ACTIONS(2457), - [aux_sym_cmd_identifier_token37] = ACTIONS(2457), - [aux_sym_cmd_identifier_token38] = ACTIONS(2457), - [aux_sym_cmd_identifier_token39] = ACTIONS(2457), - [aux_sym_cmd_identifier_token40] = ACTIONS(2457), - [anon_sym_def] = ACTIONS(2457), - [anon_sym_export_DASHenv] = ACTIONS(2457), - [anon_sym_extern] = ACTIONS(2457), - [anon_sym_module] = ACTIONS(2457), - [anon_sym_use] = ACTIONS(2457), - [anon_sym_LPAREN] = ACTIONS(2457), - [anon_sym_DOLLAR] = ACTIONS(2457), - [anon_sym_error] = ACTIONS(2457), - [anon_sym_DASH2] = ACTIONS(2457), - [anon_sym_break] = ACTIONS(2457), - [anon_sym_continue] = ACTIONS(2457), - [anon_sym_for] = ACTIONS(2457), - [anon_sym_in2] = ACTIONS(2457), - [anon_sym_loop] = ACTIONS(2457), - [anon_sym_make] = ACTIONS(2457), - [anon_sym_while] = ACTIONS(2457), - [anon_sym_do] = ACTIONS(2457), - [anon_sym_if] = ACTIONS(2457), - [anon_sym_else] = ACTIONS(2457), - [anon_sym_match] = ACTIONS(2457), - [anon_sym_RBRACE] = ACTIONS(2457), - [anon_sym_try] = ACTIONS(2457), - [anon_sym_catch] = ACTIONS(2457), - [anon_sym_return] = ACTIONS(2457), - [anon_sym_source] = ACTIONS(2457), - [anon_sym_source_DASHenv] = ACTIONS(2457), - [anon_sym_register] = ACTIONS(2457), - [anon_sym_hide] = ACTIONS(2457), - [anon_sym_hide_DASHenv] = ACTIONS(2457), - [anon_sym_overlay] = ACTIONS(2457), - [anon_sym_as] = ACTIONS(2457), - [anon_sym_PLUS2] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2457), - [aux_sym__val_number_decimal_token1] = ACTIONS(2457), - [aux_sym__val_number_decimal_token2] = ACTIONS(2457), - [aux_sym__val_number_decimal_token3] = ACTIONS(2457), - [aux_sym__val_number_decimal_token4] = ACTIONS(2457), - [aux_sym__val_number_token1] = ACTIONS(2457), - [aux_sym__val_number_token2] = ACTIONS(2457), - [aux_sym__val_number_token3] = ACTIONS(2457), - [aux_sym__val_number_token4] = ACTIONS(2457), - [aux_sym__val_number_token5] = ACTIONS(2457), - [aux_sym__val_number_token6] = ACTIONS(2457), - [anon_sym_DQUOTE] = ACTIONS(2457), - [sym__str_single_quotes] = ACTIONS(2457), - [sym__str_back_ticks] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2457), - [sym__entry_separator] = ACTIONS(2459), + [645] = { + [sym_comment] = STATE(645), + [anon_sym_export] = ACTIONS(1997), + [anon_sym_alias] = ACTIONS(1997), + [anon_sym_let] = ACTIONS(1997), + [anon_sym_let_DASHenv] = ACTIONS(1997), + [anon_sym_mut] = ACTIONS(1997), + [anon_sym_const] = ACTIONS(1997), + [aux_sym_cmd_identifier_token1] = ACTIONS(1997), + [aux_sym_cmd_identifier_token2] = ACTIONS(1997), + [aux_sym_cmd_identifier_token3] = ACTIONS(1997), + [aux_sym_cmd_identifier_token4] = ACTIONS(1997), + [aux_sym_cmd_identifier_token5] = ACTIONS(1997), + [aux_sym_cmd_identifier_token6] = ACTIONS(1997), + [aux_sym_cmd_identifier_token7] = ACTIONS(1997), + [aux_sym_cmd_identifier_token8] = ACTIONS(1997), + [aux_sym_cmd_identifier_token9] = ACTIONS(1997), + [aux_sym_cmd_identifier_token10] = ACTIONS(1997), + [aux_sym_cmd_identifier_token11] = ACTIONS(1997), + [aux_sym_cmd_identifier_token12] = ACTIONS(1997), + [aux_sym_cmd_identifier_token13] = ACTIONS(1997), + [aux_sym_cmd_identifier_token14] = ACTIONS(1997), + [aux_sym_cmd_identifier_token15] = ACTIONS(1997), + [aux_sym_cmd_identifier_token16] = ACTIONS(1997), + [aux_sym_cmd_identifier_token17] = ACTIONS(1997), + [aux_sym_cmd_identifier_token18] = ACTIONS(1997), + [aux_sym_cmd_identifier_token19] = ACTIONS(1997), + [aux_sym_cmd_identifier_token20] = ACTIONS(1997), + [aux_sym_cmd_identifier_token21] = ACTIONS(1997), + [aux_sym_cmd_identifier_token22] = ACTIONS(1997), + [aux_sym_cmd_identifier_token23] = ACTIONS(1997), + [aux_sym_cmd_identifier_token24] = ACTIONS(1997), + [aux_sym_cmd_identifier_token25] = ACTIONS(1997), + [aux_sym_cmd_identifier_token26] = ACTIONS(1997), + [aux_sym_cmd_identifier_token27] = ACTIONS(1997), + [aux_sym_cmd_identifier_token28] = ACTIONS(1997), + [aux_sym_cmd_identifier_token29] = ACTIONS(1997), + [aux_sym_cmd_identifier_token30] = ACTIONS(1997), + [aux_sym_cmd_identifier_token31] = ACTIONS(1997), + [aux_sym_cmd_identifier_token32] = ACTIONS(1997), + [aux_sym_cmd_identifier_token33] = ACTIONS(1997), + [aux_sym_cmd_identifier_token34] = ACTIONS(1997), + [aux_sym_cmd_identifier_token35] = ACTIONS(1997), + [aux_sym_cmd_identifier_token36] = ACTIONS(1997), + [aux_sym_cmd_identifier_token37] = ACTIONS(1997), + [aux_sym_cmd_identifier_token38] = ACTIONS(1997), + [aux_sym_cmd_identifier_token39] = ACTIONS(1997), + [aux_sym_cmd_identifier_token40] = ACTIONS(1997), + [anon_sym_def] = ACTIONS(1997), + [anon_sym_export_DASHenv] = ACTIONS(1997), + [anon_sym_extern] = ACTIONS(1997), + [anon_sym_module] = ACTIONS(1997), + [anon_sym_use] = ACTIONS(1997), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_DOLLAR] = ACTIONS(1997), + [anon_sym_error] = ACTIONS(1997), + [anon_sym_DASH2] = ACTIONS(1997), + [anon_sym_break] = ACTIONS(1997), + [anon_sym_continue] = ACTIONS(1997), + [anon_sym_for] = ACTIONS(1997), + [anon_sym_in2] = ACTIONS(1997), + [anon_sym_loop] = ACTIONS(1997), + [anon_sym_make] = ACTIONS(1997), + [anon_sym_while] = ACTIONS(1997), + [anon_sym_do] = ACTIONS(1997), + [anon_sym_if] = ACTIONS(1997), + [anon_sym_else] = ACTIONS(1997), + [anon_sym_match] = ACTIONS(1997), + [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_try] = ACTIONS(1997), + [anon_sym_catch] = ACTIONS(1997), + [anon_sym_return] = ACTIONS(1997), + [anon_sym_source] = ACTIONS(1997), + [anon_sym_source_DASHenv] = ACTIONS(1997), + [anon_sym_register] = ACTIONS(1997), + [anon_sym_hide] = ACTIONS(1997), + [anon_sym_hide_DASHenv] = ACTIONS(1997), + [anon_sym_overlay] = ACTIONS(1997), + [anon_sym_as] = ACTIONS(1997), + [anon_sym_PLUS2] = ACTIONS(1997), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1997), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1997), + [aux_sym__val_number_decimal_token1] = ACTIONS(1997), + [aux_sym__val_number_decimal_token2] = ACTIONS(1997), + [aux_sym__val_number_decimal_token3] = ACTIONS(1997), + [aux_sym__val_number_decimal_token4] = ACTIONS(1997), + [aux_sym__val_number_token1] = ACTIONS(1997), + [aux_sym__val_number_token2] = ACTIONS(1997), + [aux_sym__val_number_token3] = ACTIONS(1997), + [aux_sym__val_number_token4] = ACTIONS(1997), + [aux_sym__val_number_token5] = ACTIONS(1997), + [aux_sym__val_number_token6] = ACTIONS(1997), + [anon_sym_DQUOTE] = ACTIONS(1997), + [sym__str_single_quotes] = ACTIONS(1997), + [sym__str_back_ticks] = ACTIONS(1997), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1997), + [sym__entry_separator] = ACTIONS(1999), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1999), + }, + [646] = { + [sym_comment] = STATE(646), + [anon_sym_export] = ACTIONS(2459), + [anon_sym_alias] = ACTIONS(2459), + [anon_sym_let] = ACTIONS(2459), + [anon_sym_let_DASHenv] = ACTIONS(2459), + [anon_sym_mut] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [aux_sym_cmd_identifier_token1] = ACTIONS(2459), + [aux_sym_cmd_identifier_token2] = ACTIONS(2459), + [aux_sym_cmd_identifier_token3] = ACTIONS(2459), + [aux_sym_cmd_identifier_token4] = ACTIONS(2459), + [aux_sym_cmd_identifier_token5] = ACTIONS(2459), + [aux_sym_cmd_identifier_token6] = ACTIONS(2459), + [aux_sym_cmd_identifier_token7] = ACTIONS(2459), + [aux_sym_cmd_identifier_token8] = ACTIONS(2459), + [aux_sym_cmd_identifier_token9] = ACTIONS(2459), + [aux_sym_cmd_identifier_token10] = ACTIONS(2459), + [aux_sym_cmd_identifier_token11] = ACTIONS(2459), + [aux_sym_cmd_identifier_token12] = ACTIONS(2459), + [aux_sym_cmd_identifier_token13] = ACTIONS(2459), + [aux_sym_cmd_identifier_token14] = ACTIONS(2459), + [aux_sym_cmd_identifier_token15] = ACTIONS(2459), + [aux_sym_cmd_identifier_token16] = ACTIONS(2459), + [aux_sym_cmd_identifier_token17] = ACTIONS(2459), + [aux_sym_cmd_identifier_token18] = ACTIONS(2459), + [aux_sym_cmd_identifier_token19] = ACTIONS(2459), + [aux_sym_cmd_identifier_token20] = ACTIONS(2459), + [aux_sym_cmd_identifier_token21] = ACTIONS(2459), + [aux_sym_cmd_identifier_token22] = ACTIONS(2459), + [aux_sym_cmd_identifier_token23] = ACTIONS(2459), + [aux_sym_cmd_identifier_token24] = ACTIONS(2459), + [aux_sym_cmd_identifier_token25] = ACTIONS(2459), + [aux_sym_cmd_identifier_token26] = ACTIONS(2459), + [aux_sym_cmd_identifier_token27] = ACTIONS(2459), + [aux_sym_cmd_identifier_token28] = ACTIONS(2459), + [aux_sym_cmd_identifier_token29] = ACTIONS(2459), + [aux_sym_cmd_identifier_token30] = ACTIONS(2459), + [aux_sym_cmd_identifier_token31] = ACTIONS(2459), + [aux_sym_cmd_identifier_token32] = ACTIONS(2459), + [aux_sym_cmd_identifier_token33] = ACTIONS(2459), + [aux_sym_cmd_identifier_token34] = ACTIONS(2459), + [aux_sym_cmd_identifier_token35] = ACTIONS(2459), + [aux_sym_cmd_identifier_token36] = ACTIONS(2459), + [aux_sym_cmd_identifier_token37] = ACTIONS(2459), + [aux_sym_cmd_identifier_token38] = ACTIONS(2459), + [aux_sym_cmd_identifier_token39] = ACTIONS(2459), + [aux_sym_cmd_identifier_token40] = ACTIONS(2459), + [anon_sym_def] = ACTIONS(2459), + [anon_sym_export_DASHenv] = ACTIONS(2459), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym_module] = ACTIONS(2459), + [anon_sym_use] = ACTIONS(2459), + [anon_sym_LPAREN] = ACTIONS(2459), + [anon_sym_DOLLAR] = ACTIONS(2459), + [anon_sym_error] = ACTIONS(2459), + [anon_sym_DASH2] = ACTIONS(2459), + [anon_sym_break] = ACTIONS(2459), + [anon_sym_continue] = ACTIONS(2459), + [anon_sym_for] = ACTIONS(2459), + [anon_sym_in2] = ACTIONS(2459), + [anon_sym_loop] = ACTIONS(2459), + [anon_sym_make] = ACTIONS(2459), + [anon_sym_while] = ACTIONS(2459), + [anon_sym_do] = ACTIONS(2459), + [anon_sym_if] = ACTIONS(2459), + [anon_sym_else] = ACTIONS(2459), + [anon_sym_match] = ACTIONS(2459), + [anon_sym_RBRACE] = ACTIONS(2459), + [anon_sym_try] = ACTIONS(2459), + [anon_sym_catch] = ACTIONS(2459), + [anon_sym_return] = ACTIONS(2459), + [anon_sym_source] = ACTIONS(2459), + [anon_sym_source_DASHenv] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_hide] = ACTIONS(2459), + [anon_sym_hide_DASHenv] = ACTIONS(2459), + [anon_sym_overlay] = ACTIONS(2459), + [anon_sym_as] = ACTIONS(2459), + [anon_sym_PLUS2] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2459), + [aux_sym__val_number_decimal_token1] = ACTIONS(2459), + [aux_sym__val_number_decimal_token2] = ACTIONS(2459), + [aux_sym__val_number_decimal_token3] = ACTIONS(2459), + [aux_sym__val_number_decimal_token4] = ACTIONS(2459), + [aux_sym__val_number_token1] = ACTIONS(2459), + [aux_sym__val_number_token2] = ACTIONS(2459), + [aux_sym__val_number_token3] = ACTIONS(2459), + [aux_sym__val_number_token4] = ACTIONS(2459), + [aux_sym__val_number_token5] = ACTIONS(2459), + [aux_sym__val_number_token6] = ACTIONS(2459), + [anon_sym_DQUOTE] = ACTIONS(2459), + [sym__str_single_quotes] = ACTIONS(2459), + [sym__str_back_ticks] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2459), + [sym__entry_separator] = ACTIONS(2461), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2459), + [sym_raw_string_begin] = ACTIONS(2461), }, - [661] = { - [sym_comment] = STATE(661), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(2325), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [647] = { + [sym_comment] = STATE(647), + [anon_sym_export] = ACTIONS(2463), + [anon_sym_alias] = ACTIONS(2463), + [anon_sym_let] = ACTIONS(2463), + [anon_sym_let_DASHenv] = ACTIONS(2463), + [anon_sym_mut] = ACTIONS(2463), + [anon_sym_const] = ACTIONS(2463), + [aux_sym_cmd_identifier_token1] = ACTIONS(2463), + [aux_sym_cmd_identifier_token2] = ACTIONS(2463), + [aux_sym_cmd_identifier_token3] = ACTIONS(2463), + [aux_sym_cmd_identifier_token4] = ACTIONS(2463), + [aux_sym_cmd_identifier_token5] = ACTIONS(2463), + [aux_sym_cmd_identifier_token6] = ACTIONS(2463), + [aux_sym_cmd_identifier_token7] = ACTIONS(2463), + [aux_sym_cmd_identifier_token8] = ACTIONS(2463), + [aux_sym_cmd_identifier_token9] = ACTIONS(2463), + [aux_sym_cmd_identifier_token10] = ACTIONS(2463), + [aux_sym_cmd_identifier_token11] = ACTIONS(2463), + [aux_sym_cmd_identifier_token12] = ACTIONS(2463), + [aux_sym_cmd_identifier_token13] = ACTIONS(2463), + [aux_sym_cmd_identifier_token14] = ACTIONS(2463), + [aux_sym_cmd_identifier_token15] = ACTIONS(2463), + [aux_sym_cmd_identifier_token16] = ACTIONS(2463), + [aux_sym_cmd_identifier_token17] = ACTIONS(2463), + [aux_sym_cmd_identifier_token18] = ACTIONS(2463), + [aux_sym_cmd_identifier_token19] = ACTIONS(2463), + [aux_sym_cmd_identifier_token20] = ACTIONS(2463), + [aux_sym_cmd_identifier_token21] = ACTIONS(2463), + [aux_sym_cmd_identifier_token22] = ACTIONS(2463), + [aux_sym_cmd_identifier_token23] = ACTIONS(2463), + [aux_sym_cmd_identifier_token24] = ACTIONS(2463), + [aux_sym_cmd_identifier_token25] = ACTIONS(2463), + [aux_sym_cmd_identifier_token26] = ACTIONS(2463), + [aux_sym_cmd_identifier_token27] = ACTIONS(2463), + [aux_sym_cmd_identifier_token28] = ACTIONS(2463), + [aux_sym_cmd_identifier_token29] = ACTIONS(2463), + [aux_sym_cmd_identifier_token30] = ACTIONS(2463), + [aux_sym_cmd_identifier_token31] = ACTIONS(2463), + [aux_sym_cmd_identifier_token32] = ACTIONS(2463), + [aux_sym_cmd_identifier_token33] = ACTIONS(2463), + [aux_sym_cmd_identifier_token34] = ACTIONS(2463), + [aux_sym_cmd_identifier_token35] = ACTIONS(2463), + [aux_sym_cmd_identifier_token36] = ACTIONS(2463), + [aux_sym_cmd_identifier_token37] = ACTIONS(2463), + [aux_sym_cmd_identifier_token38] = ACTIONS(2463), + [aux_sym_cmd_identifier_token39] = ACTIONS(2463), + [aux_sym_cmd_identifier_token40] = ACTIONS(2463), + [anon_sym_def] = ACTIONS(2463), + [anon_sym_export_DASHenv] = ACTIONS(2463), + [anon_sym_extern] = ACTIONS(2463), + [anon_sym_module] = ACTIONS(2463), + [anon_sym_use] = ACTIONS(2463), + [anon_sym_LPAREN] = ACTIONS(2463), + [anon_sym_DOLLAR] = ACTIONS(2463), + [anon_sym_error] = ACTIONS(2463), + [anon_sym_DASH2] = ACTIONS(2463), + [anon_sym_break] = ACTIONS(2463), + [anon_sym_continue] = ACTIONS(2463), + [anon_sym_for] = ACTIONS(2463), + [anon_sym_in2] = ACTIONS(2463), + [anon_sym_loop] = ACTIONS(2463), + [anon_sym_make] = ACTIONS(2463), + [anon_sym_while] = ACTIONS(2463), + [anon_sym_do] = ACTIONS(2463), + [anon_sym_if] = ACTIONS(2463), + [anon_sym_else] = ACTIONS(2463), + [anon_sym_match] = ACTIONS(2463), + [anon_sym_RBRACE] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2463), + [anon_sym_catch] = ACTIONS(2463), + [anon_sym_return] = ACTIONS(2463), + [anon_sym_source] = ACTIONS(2463), + [anon_sym_source_DASHenv] = ACTIONS(2463), + [anon_sym_register] = ACTIONS(2463), + [anon_sym_hide] = ACTIONS(2463), + [anon_sym_hide_DASHenv] = ACTIONS(2463), + [anon_sym_overlay] = ACTIONS(2463), + [anon_sym_as] = ACTIONS(2463), + [anon_sym_PLUS2] = ACTIONS(2463), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2463), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2463), + [aux_sym__val_number_decimal_token1] = ACTIONS(2463), + [aux_sym__val_number_decimal_token2] = ACTIONS(2463), + [aux_sym__val_number_decimal_token3] = ACTIONS(2463), + [aux_sym__val_number_decimal_token4] = ACTIONS(2463), + [aux_sym__val_number_token1] = ACTIONS(2463), + [aux_sym__val_number_token2] = ACTIONS(2463), + [aux_sym__val_number_token3] = ACTIONS(2463), + [aux_sym__val_number_token4] = ACTIONS(2463), + [aux_sym__val_number_token5] = ACTIONS(2463), + [aux_sym__val_number_token6] = ACTIONS(2463), + [anon_sym_DQUOTE] = ACTIONS(2463), + [sym__str_single_quotes] = ACTIONS(2463), + [sym__str_back_ticks] = ACTIONS(2463), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2463), + [sym__entry_separator] = ACTIONS(2465), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2465), }, - [662] = { - [sym_comment] = STATE(662), - [anon_sym_export] = ACTIONS(2461), - [anon_sym_alias] = ACTIONS(2461), - [anon_sym_let] = ACTIONS(2461), - [anon_sym_let_DASHenv] = ACTIONS(2461), - [anon_sym_mut] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [aux_sym_cmd_identifier_token1] = ACTIONS(2461), - [aux_sym_cmd_identifier_token2] = ACTIONS(2461), - [aux_sym_cmd_identifier_token3] = ACTIONS(2461), - [aux_sym_cmd_identifier_token4] = ACTIONS(2461), - [aux_sym_cmd_identifier_token5] = ACTIONS(2461), - [aux_sym_cmd_identifier_token6] = ACTIONS(2461), - [aux_sym_cmd_identifier_token7] = ACTIONS(2461), - [aux_sym_cmd_identifier_token8] = ACTIONS(2461), - [aux_sym_cmd_identifier_token9] = ACTIONS(2461), - [aux_sym_cmd_identifier_token10] = ACTIONS(2461), - [aux_sym_cmd_identifier_token11] = ACTIONS(2461), - [aux_sym_cmd_identifier_token12] = ACTIONS(2461), - [aux_sym_cmd_identifier_token13] = ACTIONS(2461), - [aux_sym_cmd_identifier_token14] = ACTIONS(2461), - [aux_sym_cmd_identifier_token15] = ACTIONS(2461), - [aux_sym_cmd_identifier_token16] = ACTIONS(2461), - [aux_sym_cmd_identifier_token17] = ACTIONS(2461), - [aux_sym_cmd_identifier_token18] = ACTIONS(2461), - [aux_sym_cmd_identifier_token19] = ACTIONS(2461), - [aux_sym_cmd_identifier_token20] = ACTIONS(2461), - [aux_sym_cmd_identifier_token21] = ACTIONS(2461), - [aux_sym_cmd_identifier_token22] = ACTIONS(2461), - [aux_sym_cmd_identifier_token23] = ACTIONS(2461), - [aux_sym_cmd_identifier_token24] = ACTIONS(2461), - [aux_sym_cmd_identifier_token25] = ACTIONS(2461), - [aux_sym_cmd_identifier_token26] = ACTIONS(2461), - [aux_sym_cmd_identifier_token27] = ACTIONS(2461), - [aux_sym_cmd_identifier_token28] = ACTIONS(2461), - [aux_sym_cmd_identifier_token29] = ACTIONS(2461), - [aux_sym_cmd_identifier_token30] = ACTIONS(2461), - [aux_sym_cmd_identifier_token31] = ACTIONS(2461), - [aux_sym_cmd_identifier_token32] = ACTIONS(2461), - [aux_sym_cmd_identifier_token33] = ACTIONS(2461), - [aux_sym_cmd_identifier_token34] = ACTIONS(2461), - [aux_sym_cmd_identifier_token35] = ACTIONS(2461), - [aux_sym_cmd_identifier_token36] = ACTIONS(2461), - [aux_sym_cmd_identifier_token37] = ACTIONS(2461), - [aux_sym_cmd_identifier_token38] = ACTIONS(2461), - [aux_sym_cmd_identifier_token39] = ACTIONS(2461), - [aux_sym_cmd_identifier_token40] = ACTIONS(2461), - [anon_sym_def] = ACTIONS(2461), - [anon_sym_export_DASHenv] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym_module] = ACTIONS(2461), - [anon_sym_use] = ACTIONS(2461), - [anon_sym_LPAREN] = ACTIONS(2461), - [anon_sym_DOLLAR] = ACTIONS(2461), - [anon_sym_error] = ACTIONS(2461), - [anon_sym_DASH2] = ACTIONS(2461), - [anon_sym_break] = ACTIONS(2461), - [anon_sym_continue] = ACTIONS(2461), - [anon_sym_for] = ACTIONS(2461), - [anon_sym_in2] = ACTIONS(2461), - [anon_sym_loop] = ACTIONS(2461), - [anon_sym_make] = ACTIONS(2461), - [anon_sym_while] = ACTIONS(2461), - [anon_sym_do] = ACTIONS(2461), - [anon_sym_if] = ACTIONS(2461), - [anon_sym_else] = ACTIONS(2461), - [anon_sym_match] = ACTIONS(2461), - [anon_sym_RBRACE] = ACTIONS(2461), - [anon_sym_try] = ACTIONS(2461), - [anon_sym_catch] = ACTIONS(2461), - [anon_sym_return] = ACTIONS(2461), - [anon_sym_source] = ACTIONS(2461), - [anon_sym_source_DASHenv] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_hide] = ACTIONS(2461), - [anon_sym_hide_DASHenv] = ACTIONS(2461), - [anon_sym_overlay] = ACTIONS(2461), - [anon_sym_as] = ACTIONS(2461), - [anon_sym_PLUS2] = ACTIONS(2461), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2461), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2461), - [aux_sym__val_number_decimal_token1] = ACTIONS(2461), - [aux_sym__val_number_decimal_token2] = ACTIONS(2461), - [aux_sym__val_number_decimal_token3] = ACTIONS(2461), - [aux_sym__val_number_decimal_token4] = ACTIONS(2461), - [aux_sym__val_number_token1] = ACTIONS(2461), - [aux_sym__val_number_token2] = ACTIONS(2461), - [aux_sym__val_number_token3] = ACTIONS(2461), - [aux_sym__val_number_token4] = ACTIONS(2461), - [aux_sym__val_number_token5] = ACTIONS(2461), - [aux_sym__val_number_token6] = ACTIONS(2461), - [anon_sym_DQUOTE] = ACTIONS(2461), - [sym__str_single_quotes] = ACTIONS(2461), - [sym__str_back_ticks] = ACTIONS(2461), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2461), - [sym__entry_separator] = ACTIONS(2463), + [648] = { + [sym_comment] = STATE(648), + [anon_sym_export] = ACTIONS(2001), + [anon_sym_alias] = ACTIONS(2001), + [anon_sym_let] = ACTIONS(2001), + [anon_sym_let_DASHenv] = ACTIONS(2001), + [anon_sym_mut] = ACTIONS(2001), + [anon_sym_const] = ACTIONS(2001), + [aux_sym_cmd_identifier_token1] = ACTIONS(2001), + [aux_sym_cmd_identifier_token2] = ACTIONS(2001), + [aux_sym_cmd_identifier_token3] = ACTIONS(2001), + [aux_sym_cmd_identifier_token4] = ACTIONS(2001), + [aux_sym_cmd_identifier_token5] = ACTIONS(2001), + [aux_sym_cmd_identifier_token6] = ACTIONS(2001), + [aux_sym_cmd_identifier_token7] = ACTIONS(2001), + [aux_sym_cmd_identifier_token8] = ACTIONS(2001), + [aux_sym_cmd_identifier_token9] = ACTIONS(2001), + [aux_sym_cmd_identifier_token10] = ACTIONS(2001), + [aux_sym_cmd_identifier_token11] = ACTIONS(2001), + [aux_sym_cmd_identifier_token12] = ACTIONS(2001), + [aux_sym_cmd_identifier_token13] = ACTIONS(2001), + [aux_sym_cmd_identifier_token14] = ACTIONS(2001), + [aux_sym_cmd_identifier_token15] = ACTIONS(2001), + [aux_sym_cmd_identifier_token16] = ACTIONS(2001), + [aux_sym_cmd_identifier_token17] = ACTIONS(2001), + [aux_sym_cmd_identifier_token18] = ACTIONS(2001), + [aux_sym_cmd_identifier_token19] = ACTIONS(2001), + [aux_sym_cmd_identifier_token20] = ACTIONS(2001), + [aux_sym_cmd_identifier_token21] = ACTIONS(2001), + [aux_sym_cmd_identifier_token22] = ACTIONS(2001), + [aux_sym_cmd_identifier_token23] = ACTIONS(2001), + [aux_sym_cmd_identifier_token24] = ACTIONS(2001), + [aux_sym_cmd_identifier_token25] = ACTIONS(2001), + [aux_sym_cmd_identifier_token26] = ACTIONS(2001), + [aux_sym_cmd_identifier_token27] = ACTIONS(2001), + [aux_sym_cmd_identifier_token28] = ACTIONS(2001), + [aux_sym_cmd_identifier_token29] = ACTIONS(2001), + [aux_sym_cmd_identifier_token30] = ACTIONS(2001), + [aux_sym_cmd_identifier_token31] = ACTIONS(2001), + [aux_sym_cmd_identifier_token32] = ACTIONS(2001), + [aux_sym_cmd_identifier_token33] = ACTIONS(2001), + [aux_sym_cmd_identifier_token34] = ACTIONS(2001), + [aux_sym_cmd_identifier_token35] = ACTIONS(2001), + [aux_sym_cmd_identifier_token36] = ACTIONS(2001), + [aux_sym_cmd_identifier_token37] = ACTIONS(2001), + [aux_sym_cmd_identifier_token38] = ACTIONS(2001), + [aux_sym_cmd_identifier_token39] = ACTIONS(2001), + [aux_sym_cmd_identifier_token40] = ACTIONS(2001), + [anon_sym_def] = ACTIONS(2001), + [anon_sym_export_DASHenv] = ACTIONS(2001), + [anon_sym_extern] = ACTIONS(2001), + [anon_sym_module] = ACTIONS(2001), + [anon_sym_use] = ACTIONS(2001), + [anon_sym_LPAREN] = ACTIONS(2001), + [anon_sym_DOLLAR] = ACTIONS(2001), + [anon_sym_error] = ACTIONS(2001), + [anon_sym_DASH2] = ACTIONS(2001), + [anon_sym_break] = ACTIONS(2001), + [anon_sym_continue] = ACTIONS(2001), + [anon_sym_for] = ACTIONS(2001), + [anon_sym_in2] = ACTIONS(2001), + [anon_sym_loop] = ACTIONS(2001), + [anon_sym_make] = ACTIONS(2001), + [anon_sym_while] = ACTIONS(2001), + [anon_sym_do] = ACTIONS(2001), + [anon_sym_if] = ACTIONS(2001), + [anon_sym_else] = ACTIONS(2001), + [anon_sym_match] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2001), + [anon_sym_try] = ACTIONS(2001), + [anon_sym_catch] = ACTIONS(2001), + [anon_sym_return] = ACTIONS(2001), + [anon_sym_source] = ACTIONS(2001), + [anon_sym_source_DASHenv] = ACTIONS(2001), + [anon_sym_register] = ACTIONS(2001), + [anon_sym_hide] = ACTIONS(2001), + [anon_sym_hide_DASHenv] = ACTIONS(2001), + [anon_sym_overlay] = ACTIONS(2001), + [anon_sym_as] = ACTIONS(2001), + [anon_sym_PLUS2] = ACTIONS(2001), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2001), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2001), + [aux_sym__val_number_decimal_token1] = ACTIONS(2001), + [aux_sym__val_number_decimal_token2] = ACTIONS(2001), + [aux_sym__val_number_decimal_token3] = ACTIONS(2001), + [aux_sym__val_number_decimal_token4] = ACTIONS(2001), + [aux_sym__val_number_token1] = ACTIONS(2001), + [aux_sym__val_number_token2] = ACTIONS(2001), + [aux_sym__val_number_token3] = ACTIONS(2001), + [aux_sym__val_number_token4] = ACTIONS(2001), + [aux_sym__val_number_token5] = ACTIONS(2001), + [aux_sym__val_number_token6] = ACTIONS(2001), + [anon_sym_DQUOTE] = ACTIONS(2001), + [sym__str_single_quotes] = ACTIONS(2001), + [sym__str_back_ticks] = ACTIONS(2001), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2001), + [sym__entry_separator] = ACTIONS(2003), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2463), + [sym_raw_string_begin] = ACTIONS(2003), }, - [663] = { - [sym_comment] = STATE(663), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(2465), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [649] = { + [sym_comment] = STATE(649), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_alias] = ACTIONS(2009), + [anon_sym_let] = ACTIONS(2009), + [anon_sym_let_DASHenv] = ACTIONS(2009), + [anon_sym_mut] = ACTIONS(2009), + [anon_sym_const] = ACTIONS(2009), + [aux_sym_cmd_identifier_token1] = ACTIONS(2009), + [aux_sym_cmd_identifier_token2] = ACTIONS(2009), + [aux_sym_cmd_identifier_token3] = ACTIONS(2009), + [aux_sym_cmd_identifier_token4] = ACTIONS(2009), + [aux_sym_cmd_identifier_token5] = ACTIONS(2009), + [aux_sym_cmd_identifier_token6] = ACTIONS(2009), + [aux_sym_cmd_identifier_token7] = ACTIONS(2009), + [aux_sym_cmd_identifier_token8] = ACTIONS(2009), + [aux_sym_cmd_identifier_token9] = ACTIONS(2009), + [aux_sym_cmd_identifier_token10] = ACTIONS(2009), + [aux_sym_cmd_identifier_token11] = ACTIONS(2009), + [aux_sym_cmd_identifier_token12] = ACTIONS(2009), + [aux_sym_cmd_identifier_token13] = ACTIONS(2009), + [aux_sym_cmd_identifier_token14] = ACTIONS(2009), + [aux_sym_cmd_identifier_token15] = ACTIONS(2009), + [aux_sym_cmd_identifier_token16] = ACTIONS(2009), + [aux_sym_cmd_identifier_token17] = ACTIONS(2009), + [aux_sym_cmd_identifier_token18] = ACTIONS(2009), + [aux_sym_cmd_identifier_token19] = ACTIONS(2009), + [aux_sym_cmd_identifier_token20] = ACTIONS(2009), + [aux_sym_cmd_identifier_token21] = ACTIONS(2009), + [aux_sym_cmd_identifier_token22] = ACTIONS(2009), + [aux_sym_cmd_identifier_token23] = ACTIONS(2009), + [aux_sym_cmd_identifier_token24] = ACTIONS(2009), + [aux_sym_cmd_identifier_token25] = ACTIONS(2009), + [aux_sym_cmd_identifier_token26] = ACTIONS(2009), + [aux_sym_cmd_identifier_token27] = ACTIONS(2009), + [aux_sym_cmd_identifier_token28] = ACTIONS(2009), + [aux_sym_cmd_identifier_token29] = ACTIONS(2009), + [aux_sym_cmd_identifier_token30] = ACTIONS(2009), + [aux_sym_cmd_identifier_token31] = ACTIONS(2009), + [aux_sym_cmd_identifier_token32] = ACTIONS(2009), + [aux_sym_cmd_identifier_token33] = ACTIONS(2009), + [aux_sym_cmd_identifier_token34] = ACTIONS(2009), + [aux_sym_cmd_identifier_token35] = ACTIONS(2009), + [aux_sym_cmd_identifier_token36] = ACTIONS(2009), + [aux_sym_cmd_identifier_token37] = ACTIONS(2009), + [aux_sym_cmd_identifier_token38] = ACTIONS(2009), + [aux_sym_cmd_identifier_token39] = ACTIONS(2009), + [aux_sym_cmd_identifier_token40] = ACTIONS(2009), + [anon_sym_def] = ACTIONS(2009), + [anon_sym_export_DASHenv] = ACTIONS(2009), + [anon_sym_extern] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_use] = ACTIONS(2009), + [anon_sym_LPAREN] = ACTIONS(2009), + [anon_sym_DOLLAR] = ACTIONS(2009), + [anon_sym_error] = ACTIONS(2009), + [anon_sym_DASH2] = ACTIONS(2009), + [anon_sym_break] = ACTIONS(2009), + [anon_sym_continue] = ACTIONS(2009), + [anon_sym_for] = ACTIONS(2009), + [anon_sym_in2] = ACTIONS(2009), + [anon_sym_loop] = ACTIONS(2009), + [anon_sym_make] = ACTIONS(2009), + [anon_sym_while] = ACTIONS(2009), + [anon_sym_do] = ACTIONS(2009), + [anon_sym_if] = ACTIONS(2009), + [anon_sym_else] = ACTIONS(2009), + [anon_sym_match] = ACTIONS(2009), + [anon_sym_RBRACE] = ACTIONS(2009), + [anon_sym_try] = ACTIONS(2009), + [anon_sym_catch] = ACTIONS(2009), + [anon_sym_return] = ACTIONS(2009), + [anon_sym_source] = ACTIONS(2009), + [anon_sym_source_DASHenv] = ACTIONS(2009), + [anon_sym_register] = ACTIONS(2009), + [anon_sym_hide] = ACTIONS(2009), + [anon_sym_hide_DASHenv] = ACTIONS(2009), + [anon_sym_overlay] = ACTIONS(2009), + [anon_sym_as] = ACTIONS(2009), + [anon_sym_PLUS2] = ACTIONS(2009), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2009), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2009), + [aux_sym__val_number_decimal_token1] = ACTIONS(2009), + [aux_sym__val_number_decimal_token2] = ACTIONS(2009), + [aux_sym__val_number_decimal_token3] = ACTIONS(2009), + [aux_sym__val_number_decimal_token4] = ACTIONS(2009), + [aux_sym__val_number_token1] = ACTIONS(2009), + [aux_sym__val_number_token2] = ACTIONS(2009), + [aux_sym__val_number_token3] = ACTIONS(2009), + [aux_sym__val_number_token4] = ACTIONS(2009), + [aux_sym__val_number_token5] = ACTIONS(2009), + [aux_sym__val_number_token6] = ACTIONS(2009), + [anon_sym_DQUOTE] = ACTIONS(2009), + [sym__str_single_quotes] = ACTIONS(2009), + [sym__str_back_ticks] = ACTIONS(2009), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2009), + [sym__entry_separator] = ACTIONS(2011), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2011), }, - [664] = { - [sym_comment] = STATE(664), + [650] = { + [sym_comment] = STATE(650), [anon_sym_export] = ACTIONS(2467), [anon_sym_alias] = ACTIONS(2467), [anon_sym_let] = ACTIONS(2467), @@ -151275,8 +149904,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2469), }, - [665] = { - [sym_comment] = STATE(665), + [651] = { + [sym_comment] = STATE(651), [anon_sym_export] = ACTIONS(2471), [anon_sym_alias] = ACTIONS(2471), [anon_sym_let] = ACTIONS(2471), @@ -151373,231 +150002,1731 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2471), [sym__entry_separator] = ACTIONS(2473), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2473), + [sym_raw_string_begin] = ACTIONS(2473), + }, + [652] = { + [sym_comment] = STATE(652), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [aux_sym_cmd_identifier_token1] = ACTIONS(2089), + [aux_sym_cmd_identifier_token2] = ACTIONS(2089), + [aux_sym_cmd_identifier_token3] = ACTIONS(2089), + [aux_sym_cmd_identifier_token4] = ACTIONS(2089), + [aux_sym_cmd_identifier_token5] = ACTIONS(2089), + [aux_sym_cmd_identifier_token6] = ACTIONS(2089), + [aux_sym_cmd_identifier_token7] = ACTIONS(2089), + [aux_sym_cmd_identifier_token8] = ACTIONS(2089), + [aux_sym_cmd_identifier_token9] = ACTIONS(2089), + [aux_sym_cmd_identifier_token10] = ACTIONS(2089), + [aux_sym_cmd_identifier_token11] = ACTIONS(2089), + [aux_sym_cmd_identifier_token12] = ACTIONS(2089), + [aux_sym_cmd_identifier_token13] = ACTIONS(2089), + [aux_sym_cmd_identifier_token14] = ACTIONS(2089), + [aux_sym_cmd_identifier_token15] = ACTIONS(2089), + [aux_sym_cmd_identifier_token16] = ACTIONS(2089), + [aux_sym_cmd_identifier_token17] = ACTIONS(2089), + [aux_sym_cmd_identifier_token18] = ACTIONS(2089), + [aux_sym_cmd_identifier_token19] = ACTIONS(2089), + [aux_sym_cmd_identifier_token20] = ACTIONS(2089), + [aux_sym_cmd_identifier_token21] = ACTIONS(2089), + [aux_sym_cmd_identifier_token22] = ACTIONS(2089), + [aux_sym_cmd_identifier_token23] = ACTIONS(2089), + [aux_sym_cmd_identifier_token24] = ACTIONS(2089), + [aux_sym_cmd_identifier_token25] = ACTIONS(2089), + [aux_sym_cmd_identifier_token26] = ACTIONS(2089), + [aux_sym_cmd_identifier_token27] = ACTIONS(2089), + [aux_sym_cmd_identifier_token28] = ACTIONS(2089), + [aux_sym_cmd_identifier_token29] = ACTIONS(2089), + [aux_sym_cmd_identifier_token30] = ACTIONS(2089), + [aux_sym_cmd_identifier_token31] = ACTIONS(2089), + [aux_sym_cmd_identifier_token32] = ACTIONS(2089), + [aux_sym_cmd_identifier_token33] = ACTIONS(2089), + [aux_sym_cmd_identifier_token34] = ACTIONS(2089), + [aux_sym_cmd_identifier_token35] = ACTIONS(2089), + [aux_sym_cmd_identifier_token36] = ACTIONS(2089), + [aux_sym_cmd_identifier_token37] = ACTIONS(2089), + [aux_sym_cmd_identifier_token38] = ACTIONS(2089), + [aux_sym_cmd_identifier_token39] = ACTIONS(2089), + [aux_sym_cmd_identifier_token40] = ACTIONS(2089), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2089), + [anon_sym_DOLLAR] = ACTIONS(2089), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_in2] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_make] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_catch] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_as] = ACTIONS(2089), + [anon_sym_PLUS2] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2089), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2089), + [aux_sym__val_number_decimal_token3] = ACTIONS(2089), + [aux_sym__val_number_decimal_token4] = ACTIONS(2089), + [aux_sym__val_number_token1] = ACTIONS(2089), + [aux_sym__val_number_token2] = ACTIONS(2089), + [aux_sym__val_number_token3] = ACTIONS(2089), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2089), + [sym__str_single_quotes] = ACTIONS(2089), + [sym__str_back_ticks] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2089), + [sym__entry_separator] = ACTIONS(2091), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2091), + }, + [653] = { + [sym_comment] = STATE(653), + [anon_sym_export] = ACTIONS(2475), + [anon_sym_alias] = ACTIONS(2475), + [anon_sym_let] = ACTIONS(2475), + [anon_sym_let_DASHenv] = ACTIONS(2475), + [anon_sym_mut] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [aux_sym_cmd_identifier_token1] = ACTIONS(2475), + [aux_sym_cmd_identifier_token2] = ACTIONS(2475), + [aux_sym_cmd_identifier_token3] = ACTIONS(2475), + [aux_sym_cmd_identifier_token4] = ACTIONS(2475), + [aux_sym_cmd_identifier_token5] = ACTIONS(2475), + [aux_sym_cmd_identifier_token6] = ACTIONS(2475), + [aux_sym_cmd_identifier_token7] = ACTIONS(2475), + [aux_sym_cmd_identifier_token8] = ACTIONS(2475), + [aux_sym_cmd_identifier_token9] = ACTIONS(2475), + [aux_sym_cmd_identifier_token10] = ACTIONS(2475), + [aux_sym_cmd_identifier_token11] = ACTIONS(2475), + [aux_sym_cmd_identifier_token12] = ACTIONS(2475), + [aux_sym_cmd_identifier_token13] = ACTIONS(2475), + [aux_sym_cmd_identifier_token14] = ACTIONS(2475), + [aux_sym_cmd_identifier_token15] = ACTIONS(2475), + [aux_sym_cmd_identifier_token16] = ACTIONS(2475), + [aux_sym_cmd_identifier_token17] = ACTIONS(2475), + [aux_sym_cmd_identifier_token18] = ACTIONS(2475), + [aux_sym_cmd_identifier_token19] = ACTIONS(2475), + [aux_sym_cmd_identifier_token20] = ACTIONS(2475), + [aux_sym_cmd_identifier_token21] = ACTIONS(2475), + [aux_sym_cmd_identifier_token22] = ACTIONS(2475), + [aux_sym_cmd_identifier_token23] = ACTIONS(2475), + [aux_sym_cmd_identifier_token24] = ACTIONS(2475), + [aux_sym_cmd_identifier_token25] = ACTIONS(2475), + [aux_sym_cmd_identifier_token26] = ACTIONS(2475), + [aux_sym_cmd_identifier_token27] = ACTIONS(2475), + [aux_sym_cmd_identifier_token28] = ACTIONS(2475), + [aux_sym_cmd_identifier_token29] = ACTIONS(2475), + [aux_sym_cmd_identifier_token30] = ACTIONS(2475), + [aux_sym_cmd_identifier_token31] = ACTIONS(2475), + [aux_sym_cmd_identifier_token32] = ACTIONS(2475), + [aux_sym_cmd_identifier_token33] = ACTIONS(2475), + [aux_sym_cmd_identifier_token34] = ACTIONS(2475), + [aux_sym_cmd_identifier_token35] = ACTIONS(2475), + [aux_sym_cmd_identifier_token36] = ACTIONS(2475), + [aux_sym_cmd_identifier_token37] = ACTIONS(2475), + [aux_sym_cmd_identifier_token38] = ACTIONS(2475), + [aux_sym_cmd_identifier_token39] = ACTIONS(2475), + [aux_sym_cmd_identifier_token40] = ACTIONS(2475), + [anon_sym_def] = ACTIONS(2475), + [anon_sym_export_DASHenv] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym_module] = ACTIONS(2475), + [anon_sym_use] = ACTIONS(2475), + [anon_sym_LPAREN] = ACTIONS(2475), + [anon_sym_DOLLAR] = ACTIONS(2475), + [anon_sym_error] = ACTIONS(2475), + [anon_sym_DASH2] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_for] = ACTIONS(2475), + [anon_sym_in2] = ACTIONS(2475), + [anon_sym_loop] = ACTIONS(2475), + [anon_sym_make] = ACTIONS(2475), + [anon_sym_while] = ACTIONS(2475), + [anon_sym_do] = ACTIONS(2475), + [anon_sym_if] = ACTIONS(2475), + [anon_sym_else] = ACTIONS(2475), + [anon_sym_match] = ACTIONS(2475), + [anon_sym_RBRACE] = ACTIONS(2475), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_catch] = ACTIONS(2475), + [anon_sym_return] = ACTIONS(2475), + [anon_sym_source] = ACTIONS(2475), + [anon_sym_source_DASHenv] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_hide] = ACTIONS(2475), + [anon_sym_hide_DASHenv] = ACTIONS(2475), + [anon_sym_overlay] = ACTIONS(2475), + [anon_sym_as] = ACTIONS(2475), + [anon_sym_PLUS2] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2475), + [aux_sym__val_number_decimal_token1] = ACTIONS(2475), + [aux_sym__val_number_decimal_token2] = ACTIONS(2475), + [aux_sym__val_number_decimal_token3] = ACTIONS(2475), + [aux_sym__val_number_decimal_token4] = ACTIONS(2475), + [aux_sym__val_number_token1] = ACTIONS(2475), + [aux_sym__val_number_token2] = ACTIONS(2475), + [aux_sym__val_number_token3] = ACTIONS(2475), + [aux_sym__val_number_token4] = ACTIONS(2475), + [aux_sym__val_number_token5] = ACTIONS(2475), + [aux_sym__val_number_token6] = ACTIONS(2475), + [anon_sym_DQUOTE] = ACTIONS(2475), + [sym__str_single_quotes] = ACTIONS(2475), + [sym__str_back_ticks] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2475), + [sym__entry_separator] = ACTIONS(2477), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2477), + }, + [654] = { + [sym_comment] = STATE(654), + [anon_sym_export] = ACTIONS(2479), + [anon_sym_alias] = ACTIONS(2479), + [anon_sym_let] = ACTIONS(2479), + [anon_sym_let_DASHenv] = ACTIONS(2479), + [anon_sym_mut] = ACTIONS(2479), + [anon_sym_const] = ACTIONS(2479), + [aux_sym_cmd_identifier_token1] = ACTIONS(2479), + [aux_sym_cmd_identifier_token2] = ACTIONS(2479), + [aux_sym_cmd_identifier_token3] = ACTIONS(2479), + [aux_sym_cmd_identifier_token4] = ACTIONS(2479), + [aux_sym_cmd_identifier_token5] = ACTIONS(2479), + [aux_sym_cmd_identifier_token6] = ACTIONS(2479), + [aux_sym_cmd_identifier_token7] = ACTIONS(2479), + [aux_sym_cmd_identifier_token8] = ACTIONS(2479), + [aux_sym_cmd_identifier_token9] = ACTIONS(2479), + [aux_sym_cmd_identifier_token10] = ACTIONS(2479), + [aux_sym_cmd_identifier_token11] = ACTIONS(2479), + [aux_sym_cmd_identifier_token12] = ACTIONS(2479), + [aux_sym_cmd_identifier_token13] = ACTIONS(2479), + [aux_sym_cmd_identifier_token14] = ACTIONS(2479), + [aux_sym_cmd_identifier_token15] = ACTIONS(2479), + [aux_sym_cmd_identifier_token16] = ACTIONS(2479), + [aux_sym_cmd_identifier_token17] = ACTIONS(2479), + [aux_sym_cmd_identifier_token18] = ACTIONS(2479), + [aux_sym_cmd_identifier_token19] = ACTIONS(2479), + [aux_sym_cmd_identifier_token20] = ACTIONS(2479), + [aux_sym_cmd_identifier_token21] = ACTIONS(2479), + [aux_sym_cmd_identifier_token22] = ACTIONS(2479), + [aux_sym_cmd_identifier_token23] = ACTIONS(2479), + [aux_sym_cmd_identifier_token24] = ACTIONS(2479), + [aux_sym_cmd_identifier_token25] = ACTIONS(2479), + [aux_sym_cmd_identifier_token26] = ACTIONS(2479), + [aux_sym_cmd_identifier_token27] = ACTIONS(2479), + [aux_sym_cmd_identifier_token28] = ACTIONS(2479), + [aux_sym_cmd_identifier_token29] = ACTIONS(2479), + [aux_sym_cmd_identifier_token30] = ACTIONS(2479), + [aux_sym_cmd_identifier_token31] = ACTIONS(2479), + [aux_sym_cmd_identifier_token32] = ACTIONS(2479), + [aux_sym_cmd_identifier_token33] = ACTIONS(2479), + [aux_sym_cmd_identifier_token34] = ACTIONS(2479), + [aux_sym_cmd_identifier_token35] = ACTIONS(2479), + [aux_sym_cmd_identifier_token36] = ACTIONS(2479), + [aux_sym_cmd_identifier_token37] = ACTIONS(2479), + [aux_sym_cmd_identifier_token38] = ACTIONS(2479), + [aux_sym_cmd_identifier_token39] = ACTIONS(2479), + [aux_sym_cmd_identifier_token40] = ACTIONS(2479), + [anon_sym_def] = ACTIONS(2479), + [anon_sym_export_DASHenv] = ACTIONS(2479), + [anon_sym_extern] = ACTIONS(2479), + [anon_sym_module] = ACTIONS(2479), + [anon_sym_use] = ACTIONS(2479), + [anon_sym_LPAREN] = ACTIONS(2479), + [anon_sym_DOLLAR] = ACTIONS(2479), + [anon_sym_error] = ACTIONS(2479), + [anon_sym_DASH2] = ACTIONS(2479), + [anon_sym_break] = ACTIONS(2479), + [anon_sym_continue] = ACTIONS(2479), + [anon_sym_for] = ACTIONS(2479), + [anon_sym_in2] = ACTIONS(2479), + [anon_sym_loop] = ACTIONS(2479), + [anon_sym_make] = ACTIONS(2479), + [anon_sym_while] = ACTIONS(2479), + [anon_sym_do] = ACTIONS(2479), + [anon_sym_if] = ACTIONS(2479), + [anon_sym_else] = ACTIONS(2479), + [anon_sym_match] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2479), + [anon_sym_try] = ACTIONS(2479), + [anon_sym_catch] = ACTIONS(2479), + [anon_sym_return] = ACTIONS(2479), + [anon_sym_source] = ACTIONS(2479), + [anon_sym_source_DASHenv] = ACTIONS(2479), + [anon_sym_register] = ACTIONS(2479), + [anon_sym_hide] = ACTIONS(2479), + [anon_sym_hide_DASHenv] = ACTIONS(2479), + [anon_sym_overlay] = ACTIONS(2479), + [anon_sym_as] = ACTIONS(2479), + [anon_sym_PLUS2] = ACTIONS(2479), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2479), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2479), + [aux_sym__val_number_decimal_token1] = ACTIONS(2479), + [aux_sym__val_number_decimal_token2] = ACTIONS(2479), + [aux_sym__val_number_decimal_token3] = ACTIONS(2479), + [aux_sym__val_number_decimal_token4] = ACTIONS(2479), + [aux_sym__val_number_token1] = ACTIONS(2479), + [aux_sym__val_number_token2] = ACTIONS(2479), + [aux_sym__val_number_token3] = ACTIONS(2479), + [aux_sym__val_number_token4] = ACTIONS(2479), + [aux_sym__val_number_token5] = ACTIONS(2479), + [aux_sym__val_number_token6] = ACTIONS(2479), + [anon_sym_DQUOTE] = ACTIONS(2479), + [sym__str_single_quotes] = ACTIONS(2479), + [sym__str_back_ticks] = ACTIONS(2479), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2479), + [sym__entry_separator] = ACTIONS(2481), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2481), + }, + [655] = { + [sym_comment] = STATE(655), + [aux_sym__multiple_types_repeat1] = STATE(560), + [anon_sym_export] = ACTIONS(2294), + [anon_sym_alias] = ACTIONS(2294), + [anon_sym_let] = ACTIONS(2294), + [anon_sym_let_DASHenv] = ACTIONS(2294), + [anon_sym_mut] = ACTIONS(2294), + [anon_sym_const] = ACTIONS(2294), + [aux_sym_cmd_identifier_token1] = ACTIONS(2294), + [aux_sym_cmd_identifier_token2] = ACTIONS(2294), + [aux_sym_cmd_identifier_token3] = ACTIONS(2294), + [aux_sym_cmd_identifier_token4] = ACTIONS(2294), + [aux_sym_cmd_identifier_token5] = ACTIONS(2294), + [aux_sym_cmd_identifier_token6] = ACTIONS(2294), + [aux_sym_cmd_identifier_token7] = ACTIONS(2294), + [aux_sym_cmd_identifier_token8] = ACTIONS(2294), + [aux_sym_cmd_identifier_token9] = ACTIONS(2294), + [aux_sym_cmd_identifier_token10] = ACTIONS(2294), + [aux_sym_cmd_identifier_token11] = ACTIONS(2294), + [aux_sym_cmd_identifier_token12] = ACTIONS(2294), + [aux_sym_cmd_identifier_token13] = ACTIONS(2294), + [aux_sym_cmd_identifier_token14] = ACTIONS(2294), + [aux_sym_cmd_identifier_token15] = ACTIONS(2294), + [aux_sym_cmd_identifier_token16] = ACTIONS(2294), + [aux_sym_cmd_identifier_token17] = ACTIONS(2294), + [aux_sym_cmd_identifier_token18] = ACTIONS(2294), + [aux_sym_cmd_identifier_token19] = ACTIONS(2294), + [aux_sym_cmd_identifier_token20] = ACTIONS(2294), + [aux_sym_cmd_identifier_token21] = ACTIONS(2294), + [aux_sym_cmd_identifier_token22] = ACTIONS(2294), + [aux_sym_cmd_identifier_token23] = ACTIONS(2294), + [aux_sym_cmd_identifier_token24] = ACTIONS(2294), + [aux_sym_cmd_identifier_token25] = ACTIONS(2294), + [aux_sym_cmd_identifier_token26] = ACTIONS(2294), + [aux_sym_cmd_identifier_token27] = ACTIONS(2294), + [aux_sym_cmd_identifier_token28] = ACTIONS(2294), + [aux_sym_cmd_identifier_token29] = ACTIONS(2294), + [aux_sym_cmd_identifier_token30] = ACTIONS(2294), + [aux_sym_cmd_identifier_token31] = ACTIONS(2294), + [aux_sym_cmd_identifier_token32] = ACTIONS(2294), + [aux_sym_cmd_identifier_token33] = ACTIONS(2294), + [aux_sym_cmd_identifier_token34] = ACTIONS(2294), + [aux_sym_cmd_identifier_token35] = ACTIONS(2294), + [aux_sym_cmd_identifier_token36] = ACTIONS(2294), + [aux_sym_cmd_identifier_token37] = ACTIONS(2294), + [aux_sym_cmd_identifier_token38] = ACTIONS(2294), + [aux_sym_cmd_identifier_token39] = ACTIONS(2294), + [aux_sym_cmd_identifier_token40] = ACTIONS(2294), + [anon_sym_def] = ACTIONS(2294), + [anon_sym_export_DASHenv] = ACTIONS(2294), + [anon_sym_extern] = ACTIONS(2294), + [anon_sym_module] = ACTIONS(2294), + [anon_sym_use] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_DOLLAR] = ACTIONS(2294), + [anon_sym_error] = ACTIONS(2294), + [anon_sym_DASH2] = ACTIONS(2294), + [anon_sym_break] = ACTIONS(2294), + [anon_sym_continue] = ACTIONS(2294), + [anon_sym_for] = ACTIONS(2294), + [anon_sym_in2] = ACTIONS(2294), + [anon_sym_loop] = ACTIONS(2294), + [anon_sym_make] = ACTIONS(2294), + [anon_sym_while] = ACTIONS(2294), + [anon_sym_do] = ACTIONS(2294), + [anon_sym_if] = ACTIONS(2294), + [anon_sym_else] = ACTIONS(2294), + [anon_sym_match] = ACTIONS(2294), + [anon_sym_try] = ACTIONS(2294), + [anon_sym_catch] = ACTIONS(2294), + [anon_sym_return] = ACTIONS(2294), + [anon_sym_source] = ACTIONS(2294), + [anon_sym_source_DASHenv] = ACTIONS(2294), + [anon_sym_register] = ACTIONS(2294), + [anon_sym_hide] = ACTIONS(2294), + [anon_sym_hide_DASHenv] = ACTIONS(2294), + [anon_sym_overlay] = ACTIONS(2294), + [anon_sym_as] = ACTIONS(2294), + [anon_sym_PLUS2] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2294), + [aux_sym__val_number_decimal_token1] = ACTIONS(2294), + [aux_sym__val_number_decimal_token2] = ACTIONS(2294), + [aux_sym__val_number_decimal_token3] = ACTIONS(2294), + [aux_sym__val_number_decimal_token4] = ACTIONS(2294), + [aux_sym__val_number_token1] = ACTIONS(2294), + [aux_sym__val_number_token2] = ACTIONS(2294), + [aux_sym__val_number_token3] = ACTIONS(2294), + [aux_sym__val_number_token4] = ACTIONS(2294), + [aux_sym__val_number_token5] = ACTIONS(2294), + [aux_sym__val_number_token6] = ACTIONS(2294), + [anon_sym_DQUOTE] = ACTIONS(2294), + [sym__str_single_quotes] = ACTIONS(2294), + [sym__str_back_ticks] = ACTIONS(2294), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2294), + [sym__entry_separator] = ACTIONS(2298), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2300), + }, + [656] = { + [sym_comment] = STATE(656), + [anon_sym_export] = ACTIONS(988), + [anon_sym_alias] = ACTIONS(988), + [anon_sym_let] = ACTIONS(988), + [anon_sym_let_DASHenv] = ACTIONS(988), + [anon_sym_mut] = ACTIONS(988), + [anon_sym_const] = ACTIONS(988), + [aux_sym_cmd_identifier_token1] = ACTIONS(988), + [aux_sym_cmd_identifier_token2] = ACTIONS(990), + [aux_sym_cmd_identifier_token3] = ACTIONS(990), + [aux_sym_cmd_identifier_token4] = ACTIONS(990), + [aux_sym_cmd_identifier_token5] = ACTIONS(990), + [aux_sym_cmd_identifier_token6] = ACTIONS(990), + [aux_sym_cmd_identifier_token7] = ACTIONS(990), + [aux_sym_cmd_identifier_token8] = ACTIONS(988), + [aux_sym_cmd_identifier_token9] = ACTIONS(988), + [aux_sym_cmd_identifier_token10] = ACTIONS(990), + [aux_sym_cmd_identifier_token11] = ACTIONS(990), + [aux_sym_cmd_identifier_token12] = ACTIONS(988), + [aux_sym_cmd_identifier_token13] = ACTIONS(988), + [aux_sym_cmd_identifier_token14] = ACTIONS(988), + [aux_sym_cmd_identifier_token15] = ACTIONS(988), + [aux_sym_cmd_identifier_token16] = ACTIONS(990), + [aux_sym_cmd_identifier_token17] = ACTIONS(990), + [aux_sym_cmd_identifier_token18] = ACTIONS(990), + [aux_sym_cmd_identifier_token19] = ACTIONS(990), + [aux_sym_cmd_identifier_token20] = ACTIONS(990), + [aux_sym_cmd_identifier_token21] = ACTIONS(990), + [aux_sym_cmd_identifier_token22] = ACTIONS(990), + [aux_sym_cmd_identifier_token23] = ACTIONS(990), + [aux_sym_cmd_identifier_token24] = ACTIONS(990), + [aux_sym_cmd_identifier_token25] = ACTIONS(990), + [aux_sym_cmd_identifier_token26] = ACTIONS(990), + [aux_sym_cmd_identifier_token27] = ACTIONS(990), + [aux_sym_cmd_identifier_token28] = ACTIONS(990), + [aux_sym_cmd_identifier_token29] = ACTIONS(990), + [aux_sym_cmd_identifier_token30] = ACTIONS(990), + [aux_sym_cmd_identifier_token31] = ACTIONS(990), + [aux_sym_cmd_identifier_token32] = ACTIONS(990), + [aux_sym_cmd_identifier_token33] = ACTIONS(990), + [aux_sym_cmd_identifier_token34] = ACTIONS(988), + [aux_sym_cmd_identifier_token35] = ACTIONS(990), + [aux_sym_cmd_identifier_token36] = ACTIONS(990), + [aux_sym_cmd_identifier_token37] = ACTIONS(990), + [aux_sym_cmd_identifier_token38] = ACTIONS(988), + [aux_sym_cmd_identifier_token39] = ACTIONS(990), + [aux_sym_cmd_identifier_token40] = ACTIONS(990), + [anon_sym_def] = ACTIONS(988), + [anon_sym_export_DASHenv] = ACTIONS(988), + [anon_sym_extern] = ACTIONS(988), + [anon_sym_module] = ACTIONS(988), + [anon_sym_use] = ACTIONS(988), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_DOLLAR] = ACTIONS(990), + [anon_sym_error] = ACTIONS(988), + [anon_sym_DASH2] = ACTIONS(988), + [anon_sym_break] = ACTIONS(988), + [anon_sym_continue] = ACTIONS(988), + [anon_sym_for] = ACTIONS(988), + [anon_sym_in2] = ACTIONS(988), + [anon_sym_loop] = ACTIONS(988), + [anon_sym_make] = ACTIONS(988), + [anon_sym_while] = ACTIONS(988), + [anon_sym_do] = ACTIONS(988), + [anon_sym_if] = ACTIONS(988), + [anon_sym_else] = ACTIONS(988), + [anon_sym_match] = ACTIONS(988), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_try] = ACTIONS(988), + [anon_sym_catch] = ACTIONS(988), + [anon_sym_return] = ACTIONS(988), + [anon_sym_source] = ACTIONS(988), + [anon_sym_source_DASHenv] = ACTIONS(988), + [anon_sym_register] = ACTIONS(988), + [anon_sym_hide] = ACTIONS(988), + [anon_sym_hide_DASHenv] = ACTIONS(988), + [anon_sym_overlay] = ACTIONS(988), + [anon_sym_as] = ACTIONS(988), + [anon_sym_PLUS2] = ACTIONS(988), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(990), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(990), + [aux_sym__val_number_decimal_token1] = ACTIONS(988), + [aux_sym__val_number_decimal_token2] = ACTIONS(990), + [aux_sym__val_number_decimal_token3] = ACTIONS(990), + [aux_sym__val_number_decimal_token4] = ACTIONS(990), + [aux_sym__val_number_token1] = ACTIONS(990), + [aux_sym__val_number_token2] = ACTIONS(990), + [aux_sym__val_number_token3] = ACTIONS(990), + [aux_sym__val_number_token4] = ACTIONS(988), + [aux_sym__val_number_token5] = ACTIONS(988), + [aux_sym__val_number_token6] = ACTIONS(988), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym__str_single_quotes] = ACTIONS(990), + [sym__str_back_ticks] = ACTIONS(990), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(990), + }, + [657] = { + [sym_comment] = STATE(657), + [anon_sym_export] = ACTIONS(984), + [anon_sym_alias] = ACTIONS(984), + [anon_sym_let] = ACTIONS(984), + [anon_sym_let_DASHenv] = ACTIONS(984), + [anon_sym_mut] = ACTIONS(984), + [anon_sym_const] = ACTIONS(984), + [aux_sym_cmd_identifier_token1] = ACTIONS(984), + [aux_sym_cmd_identifier_token2] = ACTIONS(986), + [aux_sym_cmd_identifier_token3] = ACTIONS(986), + [aux_sym_cmd_identifier_token4] = ACTIONS(986), + [aux_sym_cmd_identifier_token5] = ACTIONS(986), + [aux_sym_cmd_identifier_token6] = ACTIONS(986), + [aux_sym_cmd_identifier_token7] = ACTIONS(986), + [aux_sym_cmd_identifier_token8] = ACTIONS(984), + [aux_sym_cmd_identifier_token9] = ACTIONS(984), + [aux_sym_cmd_identifier_token10] = ACTIONS(986), + [aux_sym_cmd_identifier_token11] = ACTIONS(986), + [aux_sym_cmd_identifier_token12] = ACTIONS(984), + [aux_sym_cmd_identifier_token13] = ACTIONS(984), + [aux_sym_cmd_identifier_token14] = ACTIONS(984), + [aux_sym_cmd_identifier_token15] = ACTIONS(984), + [aux_sym_cmd_identifier_token16] = ACTIONS(986), + [aux_sym_cmd_identifier_token17] = ACTIONS(986), + [aux_sym_cmd_identifier_token18] = ACTIONS(986), + [aux_sym_cmd_identifier_token19] = ACTIONS(986), + [aux_sym_cmd_identifier_token20] = ACTIONS(986), + [aux_sym_cmd_identifier_token21] = ACTIONS(986), + [aux_sym_cmd_identifier_token22] = ACTIONS(986), + [aux_sym_cmd_identifier_token23] = ACTIONS(986), + [aux_sym_cmd_identifier_token24] = ACTIONS(986), + [aux_sym_cmd_identifier_token25] = ACTIONS(986), + [aux_sym_cmd_identifier_token26] = ACTIONS(986), + [aux_sym_cmd_identifier_token27] = ACTIONS(986), + [aux_sym_cmd_identifier_token28] = ACTIONS(986), + [aux_sym_cmd_identifier_token29] = ACTIONS(986), + [aux_sym_cmd_identifier_token30] = ACTIONS(986), + [aux_sym_cmd_identifier_token31] = ACTIONS(986), + [aux_sym_cmd_identifier_token32] = ACTIONS(986), + [aux_sym_cmd_identifier_token33] = ACTIONS(986), + [aux_sym_cmd_identifier_token34] = ACTIONS(984), + [aux_sym_cmd_identifier_token35] = ACTIONS(986), + [aux_sym_cmd_identifier_token36] = ACTIONS(986), + [aux_sym_cmd_identifier_token37] = ACTIONS(986), + [aux_sym_cmd_identifier_token38] = ACTIONS(984), + [aux_sym_cmd_identifier_token39] = ACTIONS(986), + [aux_sym_cmd_identifier_token40] = ACTIONS(986), + [anon_sym_def] = ACTIONS(984), + [anon_sym_export_DASHenv] = ACTIONS(984), + [anon_sym_extern] = ACTIONS(984), + [anon_sym_module] = ACTIONS(984), + [anon_sym_use] = ACTIONS(984), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(986), + [anon_sym_error] = ACTIONS(984), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_break] = ACTIONS(984), + [anon_sym_continue] = ACTIONS(984), + [anon_sym_for] = ACTIONS(984), + [anon_sym_in2] = ACTIONS(984), + [anon_sym_loop] = ACTIONS(984), + [anon_sym_make] = ACTIONS(984), + [anon_sym_while] = ACTIONS(984), + [anon_sym_do] = ACTIONS(984), + [anon_sym_if] = ACTIONS(984), + [anon_sym_else] = ACTIONS(984), + [anon_sym_match] = ACTIONS(984), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_try] = ACTIONS(984), + [anon_sym_catch] = ACTIONS(984), + [anon_sym_return] = ACTIONS(984), + [anon_sym_source] = ACTIONS(984), + [anon_sym_source_DASHenv] = ACTIONS(984), + [anon_sym_register] = ACTIONS(984), + [anon_sym_hide] = ACTIONS(984), + [anon_sym_hide_DASHenv] = ACTIONS(984), + [anon_sym_overlay] = ACTIONS(984), + [anon_sym_as] = ACTIONS(984), + [anon_sym_PLUS2] = ACTIONS(984), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(986), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(986), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(986), + [aux_sym__val_number_decimal_token3] = ACTIONS(986), + [aux_sym__val_number_decimal_token4] = ACTIONS(986), + [aux_sym__val_number_token1] = ACTIONS(986), + [aux_sym__val_number_token2] = ACTIONS(986), + [aux_sym__val_number_token3] = ACTIONS(986), + [aux_sym__val_number_token4] = ACTIONS(984), + [aux_sym__val_number_token5] = ACTIONS(984), + [aux_sym__val_number_token6] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym__str_single_quotes] = ACTIONS(986), + [sym__str_back_ticks] = ACTIONS(986), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(986), + }, + [658] = { + [sym_comment] = STATE(658), + [anon_sym_export] = ACTIONS(980), + [anon_sym_alias] = ACTIONS(980), + [anon_sym_let] = ACTIONS(980), + [anon_sym_let_DASHenv] = ACTIONS(980), + [anon_sym_mut] = ACTIONS(980), + [anon_sym_const] = ACTIONS(980), + [aux_sym_cmd_identifier_token1] = ACTIONS(980), + [aux_sym_cmd_identifier_token2] = ACTIONS(982), + [aux_sym_cmd_identifier_token3] = ACTIONS(982), + [aux_sym_cmd_identifier_token4] = ACTIONS(982), + [aux_sym_cmd_identifier_token5] = ACTIONS(982), + [aux_sym_cmd_identifier_token6] = ACTIONS(982), + [aux_sym_cmd_identifier_token7] = ACTIONS(982), + [aux_sym_cmd_identifier_token8] = ACTIONS(980), + [aux_sym_cmd_identifier_token9] = ACTIONS(980), + [aux_sym_cmd_identifier_token10] = ACTIONS(982), + [aux_sym_cmd_identifier_token11] = ACTIONS(982), + [aux_sym_cmd_identifier_token12] = ACTIONS(980), + [aux_sym_cmd_identifier_token13] = ACTIONS(980), + [aux_sym_cmd_identifier_token14] = ACTIONS(980), + [aux_sym_cmd_identifier_token15] = ACTIONS(980), + [aux_sym_cmd_identifier_token16] = ACTIONS(982), + [aux_sym_cmd_identifier_token17] = ACTIONS(982), + [aux_sym_cmd_identifier_token18] = ACTIONS(982), + [aux_sym_cmd_identifier_token19] = ACTIONS(982), + [aux_sym_cmd_identifier_token20] = ACTIONS(982), + [aux_sym_cmd_identifier_token21] = ACTIONS(982), + [aux_sym_cmd_identifier_token22] = ACTIONS(982), + [aux_sym_cmd_identifier_token23] = ACTIONS(982), + [aux_sym_cmd_identifier_token24] = ACTIONS(982), + [aux_sym_cmd_identifier_token25] = ACTIONS(982), + [aux_sym_cmd_identifier_token26] = ACTIONS(982), + [aux_sym_cmd_identifier_token27] = ACTIONS(982), + [aux_sym_cmd_identifier_token28] = ACTIONS(982), + [aux_sym_cmd_identifier_token29] = ACTIONS(982), + [aux_sym_cmd_identifier_token30] = ACTIONS(982), + [aux_sym_cmd_identifier_token31] = ACTIONS(982), + [aux_sym_cmd_identifier_token32] = ACTIONS(982), + [aux_sym_cmd_identifier_token33] = ACTIONS(982), + [aux_sym_cmd_identifier_token34] = ACTIONS(980), + [aux_sym_cmd_identifier_token35] = ACTIONS(982), + [aux_sym_cmd_identifier_token36] = ACTIONS(982), + [aux_sym_cmd_identifier_token37] = ACTIONS(982), + [aux_sym_cmd_identifier_token38] = ACTIONS(980), + [aux_sym_cmd_identifier_token39] = ACTIONS(982), + [aux_sym_cmd_identifier_token40] = ACTIONS(982), + [anon_sym_def] = ACTIONS(980), + [anon_sym_export_DASHenv] = ACTIONS(980), + [anon_sym_extern] = ACTIONS(980), + [anon_sym_module] = ACTIONS(980), + [anon_sym_use] = ACTIONS(980), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_DOLLAR] = ACTIONS(982), + [anon_sym_error] = ACTIONS(980), + [anon_sym_DASH2] = ACTIONS(980), + [anon_sym_break] = ACTIONS(980), + [anon_sym_continue] = ACTIONS(980), + [anon_sym_for] = ACTIONS(980), + [anon_sym_in2] = ACTIONS(980), + [anon_sym_loop] = ACTIONS(980), + [anon_sym_make] = ACTIONS(980), + [anon_sym_while] = ACTIONS(980), + [anon_sym_do] = ACTIONS(980), + [anon_sym_if] = ACTIONS(980), + [anon_sym_else] = ACTIONS(980), + [anon_sym_match] = ACTIONS(980), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_try] = ACTIONS(980), + [anon_sym_catch] = ACTIONS(980), + [anon_sym_return] = ACTIONS(980), + [anon_sym_source] = ACTIONS(980), + [anon_sym_source_DASHenv] = ACTIONS(980), + [anon_sym_register] = ACTIONS(980), + [anon_sym_hide] = ACTIONS(980), + [anon_sym_hide_DASHenv] = ACTIONS(980), + [anon_sym_overlay] = ACTIONS(980), + [anon_sym_as] = ACTIONS(980), + [anon_sym_PLUS2] = ACTIONS(980), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(982), + [aux_sym__val_number_decimal_token1] = ACTIONS(980), + [aux_sym__val_number_decimal_token2] = ACTIONS(982), + [aux_sym__val_number_decimal_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token4] = ACTIONS(982), + [aux_sym__val_number_token1] = ACTIONS(982), + [aux_sym__val_number_token2] = ACTIONS(982), + [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_token4] = ACTIONS(980), + [aux_sym__val_number_token5] = ACTIONS(980), + [aux_sym__val_number_token6] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym__str_single_quotes] = ACTIONS(982), + [sym__str_back_ticks] = ACTIONS(982), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(982), + [anon_sym_DOT2] = ACTIONS(980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(982), + }, + [659] = { + [sym_comment] = STATE(659), + [anon_sym_export] = ACTIONS(2116), + [anon_sym_alias] = ACTIONS(2116), + [anon_sym_let] = ACTIONS(2116), + [anon_sym_let_DASHenv] = ACTIONS(2116), + [anon_sym_mut] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(2116), + [aux_sym_cmd_identifier_token1] = ACTIONS(2116), + [aux_sym_cmd_identifier_token2] = ACTIONS(2116), + [aux_sym_cmd_identifier_token3] = ACTIONS(2116), + [aux_sym_cmd_identifier_token4] = ACTIONS(2116), + [aux_sym_cmd_identifier_token5] = ACTIONS(2116), + [aux_sym_cmd_identifier_token6] = ACTIONS(2116), + [aux_sym_cmd_identifier_token7] = ACTIONS(2116), + [aux_sym_cmd_identifier_token8] = ACTIONS(2116), + [aux_sym_cmd_identifier_token9] = ACTIONS(2116), + [aux_sym_cmd_identifier_token10] = ACTIONS(2116), + [aux_sym_cmd_identifier_token11] = ACTIONS(2116), + [aux_sym_cmd_identifier_token12] = ACTIONS(2116), + [aux_sym_cmd_identifier_token13] = ACTIONS(2116), + [aux_sym_cmd_identifier_token14] = ACTIONS(2116), + [aux_sym_cmd_identifier_token15] = ACTIONS(2116), + [aux_sym_cmd_identifier_token16] = ACTIONS(2116), + [aux_sym_cmd_identifier_token17] = ACTIONS(2116), + [aux_sym_cmd_identifier_token18] = ACTIONS(2116), + [aux_sym_cmd_identifier_token19] = ACTIONS(2116), + [aux_sym_cmd_identifier_token20] = ACTIONS(2116), + [aux_sym_cmd_identifier_token21] = ACTIONS(2116), + [aux_sym_cmd_identifier_token22] = ACTIONS(2116), + [aux_sym_cmd_identifier_token23] = ACTIONS(2116), + [aux_sym_cmd_identifier_token24] = ACTIONS(2116), + [aux_sym_cmd_identifier_token25] = ACTIONS(2116), + [aux_sym_cmd_identifier_token26] = ACTIONS(2116), + [aux_sym_cmd_identifier_token27] = ACTIONS(2116), + [aux_sym_cmd_identifier_token28] = ACTIONS(2116), + [aux_sym_cmd_identifier_token29] = ACTIONS(2116), + [aux_sym_cmd_identifier_token30] = ACTIONS(2116), + [aux_sym_cmd_identifier_token31] = ACTIONS(2116), + [aux_sym_cmd_identifier_token32] = ACTIONS(2116), + [aux_sym_cmd_identifier_token33] = ACTIONS(2116), + [aux_sym_cmd_identifier_token34] = ACTIONS(2116), + [aux_sym_cmd_identifier_token35] = ACTIONS(2116), + [aux_sym_cmd_identifier_token36] = ACTIONS(2116), + [aux_sym_cmd_identifier_token37] = ACTIONS(2116), + [aux_sym_cmd_identifier_token38] = ACTIONS(2116), + [aux_sym_cmd_identifier_token39] = ACTIONS(2116), + [aux_sym_cmd_identifier_token40] = ACTIONS(2116), + [anon_sym_def] = ACTIONS(2116), + [anon_sym_export_DASHenv] = ACTIONS(2116), + [anon_sym_extern] = ACTIONS(2116), + [anon_sym_module] = ACTIONS(2116), + [anon_sym_use] = ACTIONS(2116), + [anon_sym_LPAREN] = ACTIONS(2116), + [anon_sym_DOLLAR] = ACTIONS(2116), + [anon_sym_error] = ACTIONS(2116), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_break] = ACTIONS(2116), + [anon_sym_continue] = ACTIONS(2116), + [anon_sym_for] = ACTIONS(2116), + [anon_sym_in2] = ACTIONS(2116), + [anon_sym_loop] = ACTIONS(2116), + [anon_sym_make] = ACTIONS(2116), + [anon_sym_while] = ACTIONS(2116), + [anon_sym_do] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2116), + [anon_sym_else] = ACTIONS(2116), + [anon_sym_match] = ACTIONS(2116), + [anon_sym_RBRACE] = ACTIONS(2116), + [anon_sym_try] = ACTIONS(2116), + [anon_sym_catch] = ACTIONS(2116), + [anon_sym_return] = ACTIONS(2116), + [anon_sym_source] = ACTIONS(2116), + [anon_sym_source_DASHenv] = ACTIONS(2116), + [anon_sym_register] = ACTIONS(2116), + [anon_sym_hide] = ACTIONS(2116), + [anon_sym_hide_DASHenv] = ACTIONS(2116), + [anon_sym_overlay] = ACTIONS(2116), + [anon_sym_as] = ACTIONS(2116), + [anon_sym_PLUS2] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2116), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2116), + [aux_sym__val_number_decimal_token3] = ACTIONS(2116), + [aux_sym__val_number_decimal_token4] = ACTIONS(2116), + [aux_sym__val_number_token1] = ACTIONS(2116), + [aux_sym__val_number_token2] = ACTIONS(2116), + [aux_sym__val_number_token3] = ACTIONS(2116), + [aux_sym__val_number_token4] = ACTIONS(2116), + [aux_sym__val_number_token5] = ACTIONS(2116), + [aux_sym__val_number_token6] = ACTIONS(2116), + [anon_sym_DQUOTE] = ACTIONS(2116), + [sym__str_single_quotes] = ACTIONS(2116), + [sym__str_back_ticks] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2116), + [sym__entry_separator] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [660] = { + [sym_comment] = STATE(660), + [anon_sym_export] = ACTIONS(2120), + [anon_sym_alias] = ACTIONS(2120), + [anon_sym_let] = ACTIONS(2120), + [anon_sym_let_DASHenv] = ACTIONS(2120), + [anon_sym_mut] = ACTIONS(2120), + [anon_sym_const] = ACTIONS(2120), + [aux_sym_cmd_identifier_token1] = ACTIONS(2120), + [aux_sym_cmd_identifier_token2] = ACTIONS(2120), + [aux_sym_cmd_identifier_token3] = ACTIONS(2120), + [aux_sym_cmd_identifier_token4] = ACTIONS(2120), + [aux_sym_cmd_identifier_token5] = ACTIONS(2120), + [aux_sym_cmd_identifier_token6] = ACTIONS(2120), + [aux_sym_cmd_identifier_token7] = ACTIONS(2120), + [aux_sym_cmd_identifier_token8] = ACTIONS(2120), + [aux_sym_cmd_identifier_token9] = ACTIONS(2120), + [aux_sym_cmd_identifier_token10] = ACTIONS(2120), + [aux_sym_cmd_identifier_token11] = ACTIONS(2120), + [aux_sym_cmd_identifier_token12] = ACTIONS(2120), + [aux_sym_cmd_identifier_token13] = ACTIONS(2120), + [aux_sym_cmd_identifier_token14] = ACTIONS(2120), + [aux_sym_cmd_identifier_token15] = ACTIONS(2120), + [aux_sym_cmd_identifier_token16] = ACTIONS(2120), + [aux_sym_cmd_identifier_token17] = ACTIONS(2120), + [aux_sym_cmd_identifier_token18] = ACTIONS(2120), + [aux_sym_cmd_identifier_token19] = ACTIONS(2120), + [aux_sym_cmd_identifier_token20] = ACTIONS(2120), + [aux_sym_cmd_identifier_token21] = ACTIONS(2120), + [aux_sym_cmd_identifier_token22] = ACTIONS(2120), + [aux_sym_cmd_identifier_token23] = ACTIONS(2120), + [aux_sym_cmd_identifier_token24] = ACTIONS(2120), + [aux_sym_cmd_identifier_token25] = ACTIONS(2120), + [aux_sym_cmd_identifier_token26] = ACTIONS(2120), + [aux_sym_cmd_identifier_token27] = ACTIONS(2120), + [aux_sym_cmd_identifier_token28] = ACTIONS(2120), + [aux_sym_cmd_identifier_token29] = ACTIONS(2120), + [aux_sym_cmd_identifier_token30] = ACTIONS(2120), + [aux_sym_cmd_identifier_token31] = ACTIONS(2120), + [aux_sym_cmd_identifier_token32] = ACTIONS(2120), + [aux_sym_cmd_identifier_token33] = ACTIONS(2120), + [aux_sym_cmd_identifier_token34] = ACTIONS(2120), + [aux_sym_cmd_identifier_token35] = ACTIONS(2120), + [aux_sym_cmd_identifier_token36] = ACTIONS(2120), + [aux_sym_cmd_identifier_token37] = ACTIONS(2120), + [aux_sym_cmd_identifier_token38] = ACTIONS(2120), + [aux_sym_cmd_identifier_token39] = ACTIONS(2120), + [aux_sym_cmd_identifier_token40] = ACTIONS(2120), + [anon_sym_def] = ACTIONS(2120), + [anon_sym_export_DASHenv] = ACTIONS(2120), + [anon_sym_extern] = ACTIONS(2120), + [anon_sym_module] = ACTIONS(2120), + [anon_sym_use] = ACTIONS(2120), + [anon_sym_LPAREN] = ACTIONS(2120), + [anon_sym_DOLLAR] = ACTIONS(2120), + [anon_sym_error] = ACTIONS(2120), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_break] = ACTIONS(2120), + [anon_sym_continue] = ACTIONS(2120), + [anon_sym_for] = ACTIONS(2120), + [anon_sym_in2] = ACTIONS(2120), + [anon_sym_loop] = ACTIONS(2120), + [anon_sym_make] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2120), + [anon_sym_do] = ACTIONS(2120), + [anon_sym_if] = ACTIONS(2120), + [anon_sym_else] = ACTIONS(2120), + [anon_sym_match] = ACTIONS(2120), + [anon_sym_RBRACE] = ACTIONS(2120), + [anon_sym_try] = ACTIONS(2120), + [anon_sym_catch] = ACTIONS(2120), + [anon_sym_return] = ACTIONS(2120), + [anon_sym_source] = ACTIONS(2120), + [anon_sym_source_DASHenv] = ACTIONS(2120), + [anon_sym_register] = ACTIONS(2120), + [anon_sym_hide] = ACTIONS(2120), + [anon_sym_hide_DASHenv] = ACTIONS(2120), + [anon_sym_overlay] = ACTIONS(2120), + [anon_sym_as] = ACTIONS(2120), + [anon_sym_PLUS2] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2120), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2120), + [aux_sym__val_number_decimal_token3] = ACTIONS(2120), + [aux_sym__val_number_decimal_token4] = ACTIONS(2120), + [aux_sym__val_number_token1] = ACTIONS(2120), + [aux_sym__val_number_token2] = ACTIONS(2120), + [aux_sym__val_number_token3] = ACTIONS(2120), + [aux_sym__val_number_token4] = ACTIONS(2120), + [aux_sym__val_number_token5] = ACTIONS(2120), + [aux_sym__val_number_token6] = ACTIONS(2120), + [anon_sym_DQUOTE] = ACTIONS(2120), + [sym__str_single_quotes] = ACTIONS(2120), + [sym__str_back_ticks] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2120), + [sym__entry_separator] = ACTIONS(2122), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2122), + }, + [661] = { + [sym_comment] = STATE(661), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_alias] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_let_DASHenv] = ACTIONS(1018), + [anon_sym_mut] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [aux_sym_cmd_identifier_token1] = ACTIONS(1018), + [aux_sym_cmd_identifier_token2] = ACTIONS(1018), + [aux_sym_cmd_identifier_token3] = ACTIONS(1018), + [aux_sym_cmd_identifier_token4] = ACTIONS(1018), + [aux_sym_cmd_identifier_token5] = ACTIONS(1018), + [aux_sym_cmd_identifier_token6] = ACTIONS(1018), + [aux_sym_cmd_identifier_token7] = ACTIONS(1018), + [aux_sym_cmd_identifier_token8] = ACTIONS(1018), + [aux_sym_cmd_identifier_token9] = ACTIONS(1018), + [aux_sym_cmd_identifier_token10] = ACTIONS(1018), + [aux_sym_cmd_identifier_token11] = ACTIONS(1018), + [aux_sym_cmd_identifier_token12] = ACTIONS(1018), + [aux_sym_cmd_identifier_token13] = ACTIONS(1018), + [aux_sym_cmd_identifier_token14] = ACTIONS(1018), + [aux_sym_cmd_identifier_token15] = ACTIONS(1018), + [aux_sym_cmd_identifier_token16] = ACTIONS(1018), + [aux_sym_cmd_identifier_token17] = ACTIONS(1018), + [aux_sym_cmd_identifier_token18] = ACTIONS(1018), + [aux_sym_cmd_identifier_token19] = ACTIONS(1018), + [aux_sym_cmd_identifier_token20] = ACTIONS(1018), + [aux_sym_cmd_identifier_token21] = ACTIONS(1018), + [aux_sym_cmd_identifier_token22] = ACTIONS(1018), + [aux_sym_cmd_identifier_token23] = ACTIONS(1018), + [aux_sym_cmd_identifier_token24] = ACTIONS(1018), + [aux_sym_cmd_identifier_token25] = ACTIONS(1018), + [aux_sym_cmd_identifier_token26] = ACTIONS(1018), + [aux_sym_cmd_identifier_token27] = ACTIONS(1018), + [aux_sym_cmd_identifier_token28] = ACTIONS(1018), + [aux_sym_cmd_identifier_token29] = ACTIONS(1018), + [aux_sym_cmd_identifier_token30] = ACTIONS(1018), + [aux_sym_cmd_identifier_token31] = ACTIONS(1018), + [aux_sym_cmd_identifier_token32] = ACTIONS(1018), + [aux_sym_cmd_identifier_token33] = ACTIONS(1018), + [aux_sym_cmd_identifier_token34] = ACTIONS(1018), + [aux_sym_cmd_identifier_token35] = ACTIONS(1018), + [aux_sym_cmd_identifier_token36] = ACTIONS(1018), + [aux_sym_cmd_identifier_token37] = ACTIONS(1018), + [aux_sym_cmd_identifier_token38] = ACTIONS(1018), + [aux_sym_cmd_identifier_token39] = ACTIONS(1018), + [aux_sym_cmd_identifier_token40] = ACTIONS(1018), + [anon_sym_def] = ACTIONS(1018), + [anon_sym_export_DASHenv] = ACTIONS(1018), + [anon_sym_extern] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_LPAREN] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(1018), + [anon_sym_error] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_make] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [anon_sym_do] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_else] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1018), + [anon_sym_try] = ACTIONS(1018), + [anon_sym_catch] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_source] = ACTIONS(1018), + [anon_sym_source_DASHenv] = ACTIONS(1018), + [anon_sym_register] = ACTIONS(1018), + [anon_sym_hide] = ACTIONS(1018), + [anon_sym_hide_DASHenv] = ACTIONS(1018), + [anon_sym_overlay] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1018), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1018), + [aux_sym__val_number_decimal_token3] = ACTIONS(1018), + [aux_sym__val_number_decimal_token4] = ACTIONS(1018), + [aux_sym__val_number_token1] = ACTIONS(1018), + [aux_sym__val_number_token2] = ACTIONS(1018), + [aux_sym__val_number_token3] = ACTIONS(1018), + [aux_sym__val_number_token4] = ACTIONS(1018), + [aux_sym__val_number_token5] = ACTIONS(1018), + [aux_sym__val_number_token6] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [sym__str_single_quotes] = ACTIONS(1018), + [sym__str_back_ticks] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1018), + [sym__entry_separator] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1020), + }, + [662] = { + [sym_comment] = STATE(662), + [anon_sym_export] = ACTIONS(2483), + [anon_sym_alias] = ACTIONS(2483), + [anon_sym_let] = ACTIONS(2483), + [anon_sym_let_DASHenv] = ACTIONS(2483), + [anon_sym_mut] = ACTIONS(2483), + [anon_sym_const] = ACTIONS(2483), + [aux_sym_cmd_identifier_token1] = ACTIONS(2483), + [aux_sym_cmd_identifier_token2] = ACTIONS(2483), + [aux_sym_cmd_identifier_token3] = ACTIONS(2483), + [aux_sym_cmd_identifier_token4] = ACTIONS(2483), + [aux_sym_cmd_identifier_token5] = ACTIONS(2483), + [aux_sym_cmd_identifier_token6] = ACTIONS(2483), + [aux_sym_cmd_identifier_token7] = ACTIONS(2483), + [aux_sym_cmd_identifier_token8] = ACTIONS(2483), + [aux_sym_cmd_identifier_token9] = ACTIONS(2483), + [aux_sym_cmd_identifier_token10] = ACTIONS(2483), + [aux_sym_cmd_identifier_token11] = ACTIONS(2483), + [aux_sym_cmd_identifier_token12] = ACTIONS(2483), + [aux_sym_cmd_identifier_token13] = ACTIONS(2483), + [aux_sym_cmd_identifier_token14] = ACTIONS(2483), + [aux_sym_cmd_identifier_token15] = ACTIONS(2483), + [aux_sym_cmd_identifier_token16] = ACTIONS(2483), + [aux_sym_cmd_identifier_token17] = ACTIONS(2483), + [aux_sym_cmd_identifier_token18] = ACTIONS(2483), + [aux_sym_cmd_identifier_token19] = ACTIONS(2483), + [aux_sym_cmd_identifier_token20] = ACTIONS(2483), + [aux_sym_cmd_identifier_token21] = ACTIONS(2483), + [aux_sym_cmd_identifier_token22] = ACTIONS(2483), + [aux_sym_cmd_identifier_token23] = ACTIONS(2483), + [aux_sym_cmd_identifier_token24] = ACTIONS(2483), + [aux_sym_cmd_identifier_token25] = ACTIONS(2483), + [aux_sym_cmd_identifier_token26] = ACTIONS(2483), + [aux_sym_cmd_identifier_token27] = ACTIONS(2483), + [aux_sym_cmd_identifier_token28] = ACTIONS(2483), + [aux_sym_cmd_identifier_token29] = ACTIONS(2483), + [aux_sym_cmd_identifier_token30] = ACTIONS(2483), + [aux_sym_cmd_identifier_token31] = ACTIONS(2483), + [aux_sym_cmd_identifier_token32] = ACTIONS(2483), + [aux_sym_cmd_identifier_token33] = ACTIONS(2483), + [aux_sym_cmd_identifier_token34] = ACTIONS(2483), + [aux_sym_cmd_identifier_token35] = ACTIONS(2483), + [aux_sym_cmd_identifier_token36] = ACTIONS(2483), + [aux_sym_cmd_identifier_token37] = ACTIONS(2483), + [aux_sym_cmd_identifier_token38] = ACTIONS(2483), + [aux_sym_cmd_identifier_token39] = ACTIONS(2483), + [aux_sym_cmd_identifier_token40] = ACTIONS(2483), + [anon_sym_def] = ACTIONS(2483), + [anon_sym_export_DASHenv] = ACTIONS(2483), + [anon_sym_extern] = ACTIONS(2483), + [anon_sym_module] = ACTIONS(2483), + [anon_sym_use] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2483), + [anon_sym_DOLLAR] = ACTIONS(2483), + [anon_sym_error] = ACTIONS(2483), + [anon_sym_DASH2] = ACTIONS(2483), + [anon_sym_break] = ACTIONS(2483), + [anon_sym_continue] = ACTIONS(2483), + [anon_sym_for] = ACTIONS(2483), + [anon_sym_in2] = ACTIONS(2483), + [anon_sym_loop] = ACTIONS(2483), + [anon_sym_make] = ACTIONS(2483), + [anon_sym_while] = ACTIONS(2483), + [anon_sym_do] = ACTIONS(2483), + [anon_sym_if] = ACTIONS(2483), + [anon_sym_else] = ACTIONS(2483), + [anon_sym_match] = ACTIONS(2483), + [anon_sym_RBRACE] = ACTIONS(2483), + [anon_sym_try] = ACTIONS(2483), + [anon_sym_catch] = ACTIONS(2483), + [anon_sym_return] = ACTIONS(2483), + [anon_sym_source] = ACTIONS(2483), + [anon_sym_source_DASHenv] = ACTIONS(2483), + [anon_sym_register] = ACTIONS(2483), + [anon_sym_hide] = ACTIONS(2483), + [anon_sym_hide_DASHenv] = ACTIONS(2483), + [anon_sym_overlay] = ACTIONS(2483), + [anon_sym_as] = ACTIONS(2483), + [anon_sym_PLUS2] = ACTIONS(2483), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2483), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2483), + [aux_sym__val_number_decimal_token1] = ACTIONS(2483), + [aux_sym__val_number_decimal_token2] = ACTIONS(2483), + [aux_sym__val_number_decimal_token3] = ACTIONS(2483), + [aux_sym__val_number_decimal_token4] = ACTIONS(2483), + [aux_sym__val_number_token1] = ACTIONS(2483), + [aux_sym__val_number_token2] = ACTIONS(2483), + [aux_sym__val_number_token3] = ACTIONS(2483), + [aux_sym__val_number_token4] = ACTIONS(2483), + [aux_sym__val_number_token5] = ACTIONS(2483), + [aux_sym__val_number_token6] = ACTIONS(2483), + [anon_sym_DQUOTE] = ACTIONS(2483), + [sym__str_single_quotes] = ACTIONS(2483), + [sym__str_back_ticks] = ACTIONS(2483), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2483), + [sym__entry_separator] = ACTIONS(2485), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2485), + }, + [663] = { + [sym_comment] = STATE(663), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(964), + [aux_sym_cmd_identifier_token3] = ACTIONS(964), + [aux_sym_cmd_identifier_token4] = ACTIONS(964), + [aux_sym_cmd_identifier_token5] = ACTIONS(964), + [aux_sym_cmd_identifier_token6] = ACTIONS(964), + [aux_sym_cmd_identifier_token7] = ACTIONS(964), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(964), + [aux_sym_cmd_identifier_token11] = ACTIONS(964), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(964), + [aux_sym_cmd_identifier_token17] = ACTIONS(964), + [aux_sym_cmd_identifier_token18] = ACTIONS(964), + [aux_sym_cmd_identifier_token19] = ACTIONS(964), + [aux_sym_cmd_identifier_token20] = ACTIONS(964), + [aux_sym_cmd_identifier_token21] = ACTIONS(964), + [aux_sym_cmd_identifier_token22] = ACTIONS(964), + [aux_sym_cmd_identifier_token23] = ACTIONS(964), + [aux_sym_cmd_identifier_token24] = ACTIONS(964), + [aux_sym_cmd_identifier_token25] = ACTIONS(964), + [aux_sym_cmd_identifier_token26] = ACTIONS(964), + [aux_sym_cmd_identifier_token27] = ACTIONS(964), + [aux_sym_cmd_identifier_token28] = ACTIONS(964), + [aux_sym_cmd_identifier_token29] = ACTIONS(964), + [aux_sym_cmd_identifier_token30] = ACTIONS(964), + [aux_sym_cmd_identifier_token31] = ACTIONS(964), + [aux_sym_cmd_identifier_token32] = ACTIONS(964), + [aux_sym_cmd_identifier_token33] = ACTIONS(964), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(964), + [aux_sym_cmd_identifier_token36] = ACTIONS(964), + [aux_sym_cmd_identifier_token37] = ACTIONS(964), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(964), + [aux_sym_cmd_identifier_token40] = ACTIONS(964), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(964), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(964), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(964), + [aux_sym__val_number_decimal_token3] = ACTIONS(964), + [aux_sym__val_number_decimal_token4] = ACTIONS(964), + [aux_sym__val_number_token1] = ACTIONS(964), + [aux_sym__val_number_token2] = ACTIONS(964), + [aux_sym__val_number_token3] = ACTIONS(964), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(964), + [sym__str_single_quotes] = ACTIONS(964), + [sym__str_back_ticks] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), + [sym__entry_separator] = ACTIONS(966), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(966), + }, + [664] = { + [sym_comment] = STATE(664), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(968), + [aux_sym_cmd_identifier_token3] = ACTIONS(968), + [aux_sym_cmd_identifier_token4] = ACTIONS(968), + [aux_sym_cmd_identifier_token5] = ACTIONS(968), + [aux_sym_cmd_identifier_token6] = ACTIONS(968), + [aux_sym_cmd_identifier_token7] = ACTIONS(968), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(968), + [aux_sym_cmd_identifier_token11] = ACTIONS(968), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(968), + [aux_sym_cmd_identifier_token17] = ACTIONS(968), + [aux_sym_cmd_identifier_token18] = ACTIONS(968), + [aux_sym_cmd_identifier_token19] = ACTIONS(968), + [aux_sym_cmd_identifier_token20] = ACTIONS(968), + [aux_sym_cmd_identifier_token21] = ACTIONS(968), + [aux_sym_cmd_identifier_token22] = ACTIONS(968), + [aux_sym_cmd_identifier_token23] = ACTIONS(968), + [aux_sym_cmd_identifier_token24] = ACTIONS(968), + [aux_sym_cmd_identifier_token25] = ACTIONS(968), + [aux_sym_cmd_identifier_token26] = ACTIONS(968), + [aux_sym_cmd_identifier_token27] = ACTIONS(968), + [aux_sym_cmd_identifier_token28] = ACTIONS(968), + [aux_sym_cmd_identifier_token29] = ACTIONS(968), + [aux_sym_cmd_identifier_token30] = ACTIONS(968), + [aux_sym_cmd_identifier_token31] = ACTIONS(968), + [aux_sym_cmd_identifier_token32] = ACTIONS(968), + [aux_sym_cmd_identifier_token33] = ACTIONS(968), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(968), + [aux_sym_cmd_identifier_token36] = ACTIONS(968), + [aux_sym_cmd_identifier_token37] = ACTIONS(968), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(968), + [aux_sym_cmd_identifier_token40] = ACTIONS(968), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(968), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(968), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(968), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(968), + [aux_sym__val_number_decimal_token3] = ACTIONS(968), + [aux_sym__val_number_decimal_token4] = ACTIONS(968), + [aux_sym__val_number_token1] = ACTIONS(968), + [aux_sym__val_number_token2] = ACTIONS(968), + [aux_sym__val_number_token3] = ACTIONS(968), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(968), + [sym__str_single_quotes] = ACTIONS(968), + [sym__str_back_ticks] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(968), + [sym__entry_separator] = ACTIONS(970), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(970), + }, + [665] = { + [sym_comment] = STATE(665), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(972), + [aux_sym_cmd_identifier_token3] = ACTIONS(972), + [aux_sym_cmd_identifier_token4] = ACTIONS(972), + [aux_sym_cmd_identifier_token5] = ACTIONS(972), + [aux_sym_cmd_identifier_token6] = ACTIONS(972), + [aux_sym_cmd_identifier_token7] = ACTIONS(972), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(972), + [aux_sym_cmd_identifier_token11] = ACTIONS(972), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(972), + [aux_sym_cmd_identifier_token17] = ACTIONS(972), + [aux_sym_cmd_identifier_token18] = ACTIONS(972), + [aux_sym_cmd_identifier_token19] = ACTIONS(972), + [aux_sym_cmd_identifier_token20] = ACTIONS(972), + [aux_sym_cmd_identifier_token21] = ACTIONS(972), + [aux_sym_cmd_identifier_token22] = ACTIONS(972), + [aux_sym_cmd_identifier_token23] = ACTIONS(972), + [aux_sym_cmd_identifier_token24] = ACTIONS(972), + [aux_sym_cmd_identifier_token25] = ACTIONS(972), + [aux_sym_cmd_identifier_token26] = ACTIONS(972), + [aux_sym_cmd_identifier_token27] = ACTIONS(972), + [aux_sym_cmd_identifier_token28] = ACTIONS(972), + [aux_sym_cmd_identifier_token29] = ACTIONS(972), + [aux_sym_cmd_identifier_token30] = ACTIONS(972), + [aux_sym_cmd_identifier_token31] = ACTIONS(972), + [aux_sym_cmd_identifier_token32] = ACTIONS(972), + [aux_sym_cmd_identifier_token33] = ACTIONS(972), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(972), + [aux_sym_cmd_identifier_token36] = ACTIONS(972), + [aux_sym_cmd_identifier_token37] = ACTIONS(972), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(972), + [aux_sym_cmd_identifier_token40] = ACTIONS(972), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(972), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(972), + [anon_sym_try] = ACTIONS(972), + [anon_sym_catch] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_source] = ACTIONS(972), + [anon_sym_source_DASHenv] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_hide] = ACTIONS(972), + [anon_sym_hide_DASHenv] = ACTIONS(972), + [anon_sym_overlay] = ACTIONS(972), + [anon_sym_as] = ACTIONS(972), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(972), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(972), + [aux_sym__val_number_decimal_token3] = ACTIONS(972), + [aux_sym__val_number_decimal_token4] = ACTIONS(972), + [aux_sym__val_number_token1] = ACTIONS(972), + [aux_sym__val_number_token2] = ACTIONS(972), + [aux_sym__val_number_token3] = ACTIONS(972), + [aux_sym__val_number_token4] = ACTIONS(972), + [aux_sym__val_number_token5] = ACTIONS(972), + [aux_sym__val_number_token6] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(972), + [sym__str_single_quotes] = ACTIONS(972), + [sym__str_back_ticks] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(972), + [sym__entry_separator] = ACTIONS(974), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(974), }, [666] = { [sym_comment] = STATE(666), - [anon_sym_export] = ACTIONS(2315), - [anon_sym_alias] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2315), - [anon_sym_let_DASHenv] = ACTIONS(2315), - [anon_sym_mut] = ACTIONS(2315), - [anon_sym_const] = ACTIONS(2315), - [aux_sym_cmd_identifier_token1] = ACTIONS(2315), - [aux_sym_cmd_identifier_token2] = ACTIONS(2319), - [aux_sym_cmd_identifier_token3] = ACTIONS(2319), - [aux_sym_cmd_identifier_token4] = ACTIONS(2319), - [aux_sym_cmd_identifier_token5] = ACTIONS(2319), - [aux_sym_cmd_identifier_token6] = ACTIONS(2319), - [aux_sym_cmd_identifier_token7] = ACTIONS(2319), - [aux_sym_cmd_identifier_token8] = ACTIONS(2315), - [aux_sym_cmd_identifier_token9] = ACTIONS(2315), - [aux_sym_cmd_identifier_token10] = ACTIONS(2319), - [aux_sym_cmd_identifier_token11] = ACTIONS(2319), - [aux_sym_cmd_identifier_token12] = ACTIONS(2315), - [aux_sym_cmd_identifier_token13] = ACTIONS(2315), - [aux_sym_cmd_identifier_token14] = ACTIONS(2315), - [aux_sym_cmd_identifier_token15] = ACTIONS(2315), - [aux_sym_cmd_identifier_token16] = ACTIONS(2319), - [aux_sym_cmd_identifier_token17] = ACTIONS(2319), - [aux_sym_cmd_identifier_token18] = ACTIONS(2319), - [aux_sym_cmd_identifier_token19] = ACTIONS(2319), - [aux_sym_cmd_identifier_token20] = ACTIONS(2319), - [aux_sym_cmd_identifier_token21] = ACTIONS(2319), - [aux_sym_cmd_identifier_token22] = ACTIONS(2319), - [aux_sym_cmd_identifier_token23] = ACTIONS(2319), - [aux_sym_cmd_identifier_token24] = ACTIONS(2319), - [aux_sym_cmd_identifier_token25] = ACTIONS(2319), - [aux_sym_cmd_identifier_token26] = ACTIONS(2319), - [aux_sym_cmd_identifier_token27] = ACTIONS(2319), - [aux_sym_cmd_identifier_token28] = ACTIONS(2319), - [aux_sym_cmd_identifier_token29] = ACTIONS(2319), - [aux_sym_cmd_identifier_token30] = ACTIONS(2319), - [aux_sym_cmd_identifier_token31] = ACTIONS(2319), - [aux_sym_cmd_identifier_token32] = ACTIONS(2319), - [aux_sym_cmd_identifier_token33] = ACTIONS(2319), - [aux_sym_cmd_identifier_token34] = ACTIONS(2315), - [aux_sym_cmd_identifier_token35] = ACTIONS(2319), - [aux_sym_cmd_identifier_token36] = ACTIONS(2319), - [aux_sym_cmd_identifier_token37] = ACTIONS(2319), - [aux_sym_cmd_identifier_token38] = ACTIONS(2315), - [aux_sym_cmd_identifier_token39] = ACTIONS(2319), - [aux_sym_cmd_identifier_token40] = ACTIONS(2319), - [anon_sym_def] = ACTIONS(2315), - [anon_sym_export_DASHenv] = ACTIONS(2315), - [anon_sym_extern] = ACTIONS(2315), - [anon_sym_module] = ACTIONS(2315), - [anon_sym_use] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_DOLLAR] = ACTIONS(2319), - [anon_sym_error] = ACTIONS(2315), - [anon_sym_DASH2] = ACTIONS(2315), - [anon_sym_break] = ACTIONS(2315), - [anon_sym_continue] = ACTIONS(2315), - [anon_sym_for] = ACTIONS(2315), - [anon_sym_in2] = ACTIONS(2315), - [anon_sym_loop] = ACTIONS(2315), - [anon_sym_make] = ACTIONS(2315), - [anon_sym_while] = ACTIONS(2315), - [anon_sym_do] = ACTIONS(2315), - [anon_sym_if] = ACTIONS(2315), - [anon_sym_else] = ACTIONS(2315), - [anon_sym_match] = ACTIONS(2315), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_try] = ACTIONS(2315), - [anon_sym_catch] = ACTIONS(2315), - [anon_sym_return] = ACTIONS(2315), - [anon_sym_source] = ACTIONS(2315), - [anon_sym_source_DASHenv] = ACTIONS(2315), - [anon_sym_register] = ACTIONS(2315), - [anon_sym_hide] = ACTIONS(2315), - [anon_sym_hide_DASHenv] = ACTIONS(2315), - [anon_sym_overlay] = ACTIONS(2315), - [anon_sym_as] = ACTIONS(2315), - [anon_sym_PLUS2] = ACTIONS(2315), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2319), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2319), - [aux_sym__val_number_decimal_token1] = ACTIONS(2315), - [aux_sym__val_number_decimal_token2] = ACTIONS(2319), - [aux_sym__val_number_decimal_token3] = ACTIONS(2319), - [aux_sym__val_number_decimal_token4] = ACTIONS(2319), - [aux_sym__val_number_token1] = ACTIONS(2319), - [aux_sym__val_number_token2] = ACTIONS(2319), - [aux_sym__val_number_token3] = ACTIONS(2319), - [aux_sym__val_number_token4] = ACTIONS(2315), - [aux_sym__val_number_token5] = ACTIONS(2315), - [aux_sym__val_number_token6] = ACTIONS(2315), - [anon_sym_LBRACK2] = ACTIONS(2475), - [anon_sym_DQUOTE] = ACTIONS(2319), - [sym__str_single_quotes] = ACTIONS(2319), - [sym__str_back_ticks] = ACTIONS(2319), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2319), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2319), + [anon_sym_export] = ACTIONS(976), + [anon_sym_alias] = ACTIONS(976), + [anon_sym_let] = ACTIONS(976), + [anon_sym_let_DASHenv] = ACTIONS(976), + [anon_sym_mut] = ACTIONS(976), + [anon_sym_const] = ACTIONS(976), + [aux_sym_cmd_identifier_token1] = ACTIONS(976), + [aux_sym_cmd_identifier_token2] = ACTIONS(976), + [aux_sym_cmd_identifier_token3] = ACTIONS(976), + [aux_sym_cmd_identifier_token4] = ACTIONS(976), + [aux_sym_cmd_identifier_token5] = ACTIONS(976), + [aux_sym_cmd_identifier_token6] = ACTIONS(976), + [aux_sym_cmd_identifier_token7] = ACTIONS(976), + [aux_sym_cmd_identifier_token8] = ACTIONS(976), + [aux_sym_cmd_identifier_token9] = ACTIONS(976), + [aux_sym_cmd_identifier_token10] = ACTIONS(976), + [aux_sym_cmd_identifier_token11] = ACTIONS(976), + [aux_sym_cmd_identifier_token12] = ACTIONS(976), + [aux_sym_cmd_identifier_token13] = ACTIONS(976), + [aux_sym_cmd_identifier_token14] = ACTIONS(976), + [aux_sym_cmd_identifier_token15] = ACTIONS(976), + [aux_sym_cmd_identifier_token16] = ACTIONS(976), + [aux_sym_cmd_identifier_token17] = ACTIONS(976), + [aux_sym_cmd_identifier_token18] = ACTIONS(976), + [aux_sym_cmd_identifier_token19] = ACTIONS(976), + [aux_sym_cmd_identifier_token20] = ACTIONS(976), + [aux_sym_cmd_identifier_token21] = ACTIONS(976), + [aux_sym_cmd_identifier_token22] = ACTIONS(976), + [aux_sym_cmd_identifier_token23] = ACTIONS(976), + [aux_sym_cmd_identifier_token24] = ACTIONS(976), + [aux_sym_cmd_identifier_token25] = ACTIONS(976), + [aux_sym_cmd_identifier_token26] = ACTIONS(976), + [aux_sym_cmd_identifier_token27] = ACTIONS(976), + [aux_sym_cmd_identifier_token28] = ACTIONS(976), + [aux_sym_cmd_identifier_token29] = ACTIONS(976), + [aux_sym_cmd_identifier_token30] = ACTIONS(976), + [aux_sym_cmd_identifier_token31] = ACTIONS(976), + [aux_sym_cmd_identifier_token32] = ACTIONS(976), + [aux_sym_cmd_identifier_token33] = ACTIONS(976), + [aux_sym_cmd_identifier_token34] = ACTIONS(976), + [aux_sym_cmd_identifier_token35] = ACTIONS(976), + [aux_sym_cmd_identifier_token36] = ACTIONS(976), + [aux_sym_cmd_identifier_token37] = ACTIONS(976), + [aux_sym_cmd_identifier_token38] = ACTIONS(976), + [aux_sym_cmd_identifier_token39] = ACTIONS(976), + [aux_sym_cmd_identifier_token40] = ACTIONS(976), + [anon_sym_def] = ACTIONS(976), + [anon_sym_export_DASHenv] = ACTIONS(976), + [anon_sym_extern] = ACTIONS(976), + [anon_sym_module] = ACTIONS(976), + [anon_sym_use] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_make] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_else] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [anon_sym_try] = ACTIONS(976), + [anon_sym_catch] = ACTIONS(976), + [anon_sym_return] = ACTIONS(976), + [anon_sym_source] = ACTIONS(976), + [anon_sym_source_DASHenv] = ACTIONS(976), + [anon_sym_register] = ACTIONS(976), + [anon_sym_hide] = ACTIONS(976), + [anon_sym_hide_DASHenv] = ACTIONS(976), + [anon_sym_overlay] = ACTIONS(976), + [anon_sym_as] = ACTIONS(976), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(976), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(976), + [aux_sym__val_number_decimal_token3] = ACTIONS(976), + [aux_sym__val_number_decimal_token4] = ACTIONS(976), + [aux_sym__val_number_token1] = ACTIONS(976), + [aux_sym__val_number_token2] = ACTIONS(976), + [aux_sym__val_number_token3] = ACTIONS(976), + [aux_sym__val_number_token4] = ACTIONS(976), + [aux_sym__val_number_token5] = ACTIONS(976), + [aux_sym__val_number_token6] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [sym__str_single_quotes] = ACTIONS(976), + [sym__str_back_ticks] = ACTIONS(976), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(976), + [sym__entry_separator] = ACTIONS(978), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(978), }, [667] = { [sym_comment] = STATE(667), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1735), - [aux_sym_cmd_identifier_token3] = ACTIONS(1735), - [aux_sym_cmd_identifier_token4] = ACTIONS(1735), - [aux_sym_cmd_identifier_token5] = ACTIONS(1735), - [aux_sym_cmd_identifier_token6] = ACTIONS(1735), - [aux_sym_cmd_identifier_token7] = ACTIONS(1735), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1735), - [aux_sym_cmd_identifier_token11] = ACTIONS(1735), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1735), - [aux_sym_cmd_identifier_token17] = ACTIONS(1735), - [aux_sym_cmd_identifier_token18] = ACTIONS(1735), - [aux_sym_cmd_identifier_token19] = ACTIONS(1735), - [aux_sym_cmd_identifier_token20] = ACTIONS(1735), - [aux_sym_cmd_identifier_token21] = ACTIONS(1735), - [aux_sym_cmd_identifier_token22] = ACTIONS(1735), - [aux_sym_cmd_identifier_token23] = ACTIONS(1735), - [aux_sym_cmd_identifier_token24] = ACTIONS(1735), - [aux_sym_cmd_identifier_token25] = ACTIONS(1735), - [aux_sym_cmd_identifier_token26] = ACTIONS(1735), - [aux_sym_cmd_identifier_token27] = ACTIONS(1735), - [aux_sym_cmd_identifier_token28] = ACTIONS(1735), - [aux_sym_cmd_identifier_token29] = ACTIONS(1735), - [aux_sym_cmd_identifier_token30] = ACTIONS(1735), - [aux_sym_cmd_identifier_token31] = ACTIONS(1735), - [aux_sym_cmd_identifier_token32] = ACTIONS(1735), - [aux_sym_cmd_identifier_token33] = ACTIONS(1735), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1735), - [aux_sym_cmd_identifier_token36] = ACTIONS(1735), - [aux_sym_cmd_identifier_token37] = ACTIONS(1735), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1735), - [aux_sym_cmd_identifier_token40] = ACTIONS(1735), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1735), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1735), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1735), - [aux_sym__val_number_decimal_token3] = ACTIONS(1735), - [aux_sym__val_number_decimal_token4] = ACTIONS(1735), - [aux_sym__val_number_token1] = ACTIONS(1735), - [aux_sym__val_number_token2] = ACTIONS(1735), - [aux_sym__val_number_token3] = ACTIONS(1735), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1735), - [sym__str_single_quotes] = ACTIONS(1735), - [sym__str_back_ticks] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1735), - [sym__entry_separator] = ACTIONS(1737), + [anon_sym_export] = ACTIONS(2487), + [anon_sym_alias] = ACTIONS(2487), + [anon_sym_let] = ACTIONS(2487), + [anon_sym_let_DASHenv] = ACTIONS(2487), + [anon_sym_mut] = ACTIONS(2487), + [anon_sym_const] = ACTIONS(2487), + [aux_sym_cmd_identifier_token1] = ACTIONS(2487), + [aux_sym_cmd_identifier_token2] = ACTIONS(2487), + [aux_sym_cmd_identifier_token3] = ACTIONS(2487), + [aux_sym_cmd_identifier_token4] = ACTIONS(2487), + [aux_sym_cmd_identifier_token5] = ACTIONS(2487), + [aux_sym_cmd_identifier_token6] = ACTIONS(2487), + [aux_sym_cmd_identifier_token7] = ACTIONS(2487), + [aux_sym_cmd_identifier_token8] = ACTIONS(2487), + [aux_sym_cmd_identifier_token9] = ACTIONS(2487), + [aux_sym_cmd_identifier_token10] = ACTIONS(2487), + [aux_sym_cmd_identifier_token11] = ACTIONS(2487), + [aux_sym_cmd_identifier_token12] = ACTIONS(2487), + [aux_sym_cmd_identifier_token13] = ACTIONS(2487), + [aux_sym_cmd_identifier_token14] = ACTIONS(2487), + [aux_sym_cmd_identifier_token15] = ACTIONS(2487), + [aux_sym_cmd_identifier_token16] = ACTIONS(2487), + [aux_sym_cmd_identifier_token17] = ACTIONS(2487), + [aux_sym_cmd_identifier_token18] = ACTIONS(2487), + [aux_sym_cmd_identifier_token19] = ACTIONS(2487), + [aux_sym_cmd_identifier_token20] = ACTIONS(2487), + [aux_sym_cmd_identifier_token21] = ACTIONS(2487), + [aux_sym_cmd_identifier_token22] = ACTIONS(2487), + [aux_sym_cmd_identifier_token23] = ACTIONS(2487), + [aux_sym_cmd_identifier_token24] = ACTIONS(2487), + [aux_sym_cmd_identifier_token25] = ACTIONS(2487), + [aux_sym_cmd_identifier_token26] = ACTIONS(2487), + [aux_sym_cmd_identifier_token27] = ACTIONS(2487), + [aux_sym_cmd_identifier_token28] = ACTIONS(2487), + [aux_sym_cmd_identifier_token29] = ACTIONS(2487), + [aux_sym_cmd_identifier_token30] = ACTIONS(2487), + [aux_sym_cmd_identifier_token31] = ACTIONS(2487), + [aux_sym_cmd_identifier_token32] = ACTIONS(2487), + [aux_sym_cmd_identifier_token33] = ACTIONS(2487), + [aux_sym_cmd_identifier_token34] = ACTIONS(2487), + [aux_sym_cmd_identifier_token35] = ACTIONS(2487), + [aux_sym_cmd_identifier_token36] = ACTIONS(2487), + [aux_sym_cmd_identifier_token37] = ACTIONS(2487), + [aux_sym_cmd_identifier_token38] = ACTIONS(2487), + [aux_sym_cmd_identifier_token39] = ACTIONS(2487), + [aux_sym_cmd_identifier_token40] = ACTIONS(2487), + [anon_sym_def] = ACTIONS(2487), + [anon_sym_export_DASHenv] = ACTIONS(2487), + [anon_sym_extern] = ACTIONS(2487), + [anon_sym_module] = ACTIONS(2487), + [anon_sym_use] = ACTIONS(2487), + [anon_sym_LPAREN] = ACTIONS(2487), + [anon_sym_DOLLAR] = ACTIONS(2487), + [anon_sym_error] = ACTIONS(2487), + [anon_sym_DASH2] = ACTIONS(2487), + [anon_sym_break] = ACTIONS(2487), + [anon_sym_continue] = ACTIONS(2487), + [anon_sym_for] = ACTIONS(2487), + [anon_sym_in2] = ACTIONS(2487), + [anon_sym_loop] = ACTIONS(2487), + [anon_sym_make] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2487), + [anon_sym_do] = ACTIONS(2487), + [anon_sym_if] = ACTIONS(2487), + [anon_sym_else] = ACTIONS(2487), + [anon_sym_match] = ACTIONS(2487), + [anon_sym_RBRACE] = ACTIONS(2487), + [anon_sym_try] = ACTIONS(2487), + [anon_sym_catch] = ACTIONS(2487), + [anon_sym_return] = ACTIONS(2487), + [anon_sym_source] = ACTIONS(2487), + [anon_sym_source_DASHenv] = ACTIONS(2487), + [anon_sym_register] = ACTIONS(2487), + [anon_sym_hide] = ACTIONS(2487), + [anon_sym_hide_DASHenv] = ACTIONS(2487), + [anon_sym_overlay] = ACTIONS(2487), + [anon_sym_as] = ACTIONS(2487), + [anon_sym_PLUS2] = ACTIONS(2487), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2487), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2487), + [aux_sym__val_number_decimal_token1] = ACTIONS(2487), + [aux_sym__val_number_decimal_token2] = ACTIONS(2487), + [aux_sym__val_number_decimal_token3] = ACTIONS(2487), + [aux_sym__val_number_decimal_token4] = ACTIONS(2487), + [aux_sym__val_number_token1] = ACTIONS(2487), + [aux_sym__val_number_token2] = ACTIONS(2487), + [aux_sym__val_number_token3] = ACTIONS(2487), + [aux_sym__val_number_token4] = ACTIONS(2487), + [aux_sym__val_number_token5] = ACTIONS(2487), + [aux_sym__val_number_token6] = ACTIONS(2487), + [anon_sym_DQUOTE] = ACTIONS(2487), + [sym__str_single_quotes] = ACTIONS(2487), + [sym__str_back_ticks] = ACTIONS(2487), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2487), + [sym__entry_separator] = ACTIONS(2489), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(2489), }, [668] = { [sym_comment] = STATE(668), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), + [anon_sym_export] = ACTIONS(2491), + [anon_sym_alias] = ACTIONS(2491), + [anon_sym_let] = ACTIONS(2491), + [anon_sym_let_DASHenv] = ACTIONS(2491), + [anon_sym_mut] = ACTIONS(2491), + [anon_sym_const] = ACTIONS(2491), + [aux_sym_cmd_identifier_token1] = ACTIONS(2491), + [aux_sym_cmd_identifier_token2] = ACTIONS(2491), + [aux_sym_cmd_identifier_token3] = ACTIONS(2491), + [aux_sym_cmd_identifier_token4] = ACTIONS(2491), + [aux_sym_cmd_identifier_token5] = ACTIONS(2491), + [aux_sym_cmd_identifier_token6] = ACTIONS(2491), + [aux_sym_cmd_identifier_token7] = ACTIONS(2491), + [aux_sym_cmd_identifier_token8] = ACTIONS(2491), + [aux_sym_cmd_identifier_token9] = ACTIONS(2491), + [aux_sym_cmd_identifier_token10] = ACTIONS(2491), + [aux_sym_cmd_identifier_token11] = ACTIONS(2491), + [aux_sym_cmd_identifier_token12] = ACTIONS(2491), + [aux_sym_cmd_identifier_token13] = ACTIONS(2491), + [aux_sym_cmd_identifier_token14] = ACTIONS(2491), + [aux_sym_cmd_identifier_token15] = ACTIONS(2491), + [aux_sym_cmd_identifier_token16] = ACTIONS(2491), + [aux_sym_cmd_identifier_token17] = ACTIONS(2491), + [aux_sym_cmd_identifier_token18] = ACTIONS(2491), + [aux_sym_cmd_identifier_token19] = ACTIONS(2491), + [aux_sym_cmd_identifier_token20] = ACTIONS(2491), + [aux_sym_cmd_identifier_token21] = ACTIONS(2491), + [aux_sym_cmd_identifier_token22] = ACTIONS(2491), + [aux_sym_cmd_identifier_token23] = ACTIONS(2491), + [aux_sym_cmd_identifier_token24] = ACTIONS(2491), + [aux_sym_cmd_identifier_token25] = ACTIONS(2491), + [aux_sym_cmd_identifier_token26] = ACTIONS(2491), + [aux_sym_cmd_identifier_token27] = ACTIONS(2491), + [aux_sym_cmd_identifier_token28] = ACTIONS(2491), + [aux_sym_cmd_identifier_token29] = ACTIONS(2491), + [aux_sym_cmd_identifier_token30] = ACTIONS(2491), + [aux_sym_cmd_identifier_token31] = ACTIONS(2491), + [aux_sym_cmd_identifier_token32] = ACTIONS(2491), + [aux_sym_cmd_identifier_token33] = ACTIONS(2491), + [aux_sym_cmd_identifier_token34] = ACTIONS(2491), + [aux_sym_cmd_identifier_token35] = ACTIONS(2491), + [aux_sym_cmd_identifier_token36] = ACTIONS(2491), + [aux_sym_cmd_identifier_token37] = ACTIONS(2491), + [aux_sym_cmd_identifier_token38] = ACTIONS(2491), + [aux_sym_cmd_identifier_token39] = ACTIONS(2491), + [aux_sym_cmd_identifier_token40] = ACTIONS(2491), + [anon_sym_def] = ACTIONS(2491), + [anon_sym_export_DASHenv] = ACTIONS(2491), + [anon_sym_extern] = ACTIONS(2491), + [anon_sym_module] = ACTIONS(2491), + [anon_sym_use] = ACTIONS(2491), + [anon_sym_LPAREN] = ACTIONS(2491), + [anon_sym_DOLLAR] = ACTIONS(2491), + [anon_sym_error] = ACTIONS(2491), + [anon_sym_DASH2] = ACTIONS(2491), + [anon_sym_break] = ACTIONS(2491), + [anon_sym_continue] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2491), + [anon_sym_in2] = ACTIONS(2491), + [anon_sym_loop] = ACTIONS(2491), + [anon_sym_make] = ACTIONS(2491), + [anon_sym_while] = ACTIONS(2491), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_if] = ACTIONS(2491), + [anon_sym_else] = ACTIONS(2491), + [anon_sym_match] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2491), + [anon_sym_try] = ACTIONS(2491), + [anon_sym_catch] = ACTIONS(2491), + [anon_sym_return] = ACTIONS(2491), + [anon_sym_source] = ACTIONS(2491), + [anon_sym_source_DASHenv] = ACTIONS(2491), + [anon_sym_register] = ACTIONS(2491), + [anon_sym_hide] = ACTIONS(2491), + [anon_sym_hide_DASHenv] = ACTIONS(2491), + [anon_sym_overlay] = ACTIONS(2491), + [anon_sym_as] = ACTIONS(2491), + [anon_sym_PLUS2] = ACTIONS(2491), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2491), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2491), + [aux_sym__val_number_decimal_token1] = ACTIONS(2491), + [aux_sym__val_number_decimal_token2] = ACTIONS(2491), + [aux_sym__val_number_decimal_token3] = ACTIONS(2491), + [aux_sym__val_number_decimal_token4] = ACTIONS(2491), + [aux_sym__val_number_token1] = ACTIONS(2491), + [aux_sym__val_number_token2] = ACTIONS(2491), + [aux_sym__val_number_token3] = ACTIONS(2491), + [aux_sym__val_number_token4] = ACTIONS(2491), + [aux_sym__val_number_token5] = ACTIONS(2491), + [aux_sym__val_number_token6] = ACTIONS(2491), + [anon_sym_DQUOTE] = ACTIONS(2491), + [sym__str_single_quotes] = ACTIONS(2491), + [sym__str_back_ticks] = ACTIONS(2491), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2491), + [sym__entry_separator] = ACTIONS(2493), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2493), + }, + [669] = { + [sym_comment] = STATE(669), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), [aux_sym_cmd_identifier_token2] = ACTIONS(1727), [aux_sym_cmd_identifier_token3] = ACTIONS(1727), [aux_sym_cmd_identifier_token4] = ACTIONS(1727), [aux_sym_cmd_identifier_token5] = ACTIONS(1727), [aux_sym_cmd_identifier_token6] = ACTIONS(1727), [aux_sym_cmd_identifier_token7] = ACTIONS(1727), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), [aux_sym_cmd_identifier_token10] = ACTIONS(1727), [aux_sym_cmd_identifier_token11] = ACTIONS(1727), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), [aux_sym_cmd_identifier_token16] = ACTIONS(1727), [aux_sym_cmd_identifier_token17] = ACTIONS(1727), [aux_sym_cmd_identifier_token18] = ACTIONS(1727), @@ -151616,867 +151745,1167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_cmd_identifier_token31] = ACTIONS(1727), [aux_sym_cmd_identifier_token32] = ACTIONS(1727), [aux_sym_cmd_identifier_token33] = ACTIONS(1727), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), [aux_sym_cmd_identifier_token35] = ACTIONS(1727), [aux_sym_cmd_identifier_token36] = ACTIONS(1727), [aux_sym_cmd_identifier_token37] = ACTIONS(1727), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), [aux_sym_cmd_identifier_token39] = ACTIONS(1727), [aux_sym_cmd_identifier_token40] = ACTIONS(1727), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), [anon_sym_RBRACE] = ACTIONS(1727), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(2332), [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), [aux_sym__val_number_decimal_token2] = ACTIONS(1727), [aux_sym__val_number_decimal_token3] = ACTIONS(1727), [aux_sym__val_number_decimal_token4] = ACTIONS(1727), [aux_sym__val_number_token1] = ACTIONS(1727), [aux_sym__val_number_token2] = ACTIONS(1727), [aux_sym__val_number_token3] = ACTIONS(1727), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), [anon_sym_DQUOTE] = ACTIONS(1727), [sym__str_single_quotes] = ACTIONS(1727), [sym__str_back_ticks] = ACTIONS(1727), [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), - [sym__entry_separator] = ACTIONS(1729), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [669] = { - [sym_comment] = STATE(669), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1771), - [aux_sym_cmd_identifier_token3] = ACTIONS(1771), - [aux_sym_cmd_identifier_token4] = ACTIONS(1771), - [aux_sym_cmd_identifier_token5] = ACTIONS(1771), - [aux_sym_cmd_identifier_token6] = ACTIONS(1771), - [aux_sym_cmd_identifier_token7] = ACTIONS(1771), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1771), - [aux_sym_cmd_identifier_token11] = ACTIONS(1771), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1771), - [aux_sym_cmd_identifier_token17] = ACTIONS(1771), - [aux_sym_cmd_identifier_token18] = ACTIONS(1771), - [aux_sym_cmd_identifier_token19] = ACTIONS(1771), - [aux_sym_cmd_identifier_token20] = ACTIONS(1771), - [aux_sym_cmd_identifier_token21] = ACTIONS(1771), - [aux_sym_cmd_identifier_token22] = ACTIONS(1771), - [aux_sym_cmd_identifier_token23] = ACTIONS(1771), - [aux_sym_cmd_identifier_token24] = ACTIONS(1771), - [aux_sym_cmd_identifier_token25] = ACTIONS(1771), - [aux_sym_cmd_identifier_token26] = ACTIONS(1771), - [aux_sym_cmd_identifier_token27] = ACTIONS(1771), - [aux_sym_cmd_identifier_token28] = ACTIONS(1771), - [aux_sym_cmd_identifier_token29] = ACTIONS(1771), - [aux_sym_cmd_identifier_token30] = ACTIONS(1771), - [aux_sym_cmd_identifier_token31] = ACTIONS(1771), - [aux_sym_cmd_identifier_token32] = ACTIONS(1771), - [aux_sym_cmd_identifier_token33] = ACTIONS(1771), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1771), - [aux_sym_cmd_identifier_token36] = ACTIONS(1771), - [aux_sym_cmd_identifier_token37] = ACTIONS(1771), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1771), - [aux_sym_cmd_identifier_token40] = ACTIONS(1771), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1771), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1771), - [aux_sym__val_number_decimal_token3] = ACTIONS(1771), - [aux_sym__val_number_decimal_token4] = ACTIONS(1771), - [aux_sym__val_number_token1] = ACTIONS(1771), - [aux_sym__val_number_token2] = ACTIONS(1771), - [aux_sym__val_number_token3] = ACTIONS(1771), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1771), - [sym__str_single_quotes] = ACTIONS(1771), - [sym__str_back_ticks] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1771), - [sym__entry_separator] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1773), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, [670] = { [sym_comment] = STATE(670), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1786), - [aux_sym_cmd_identifier_token3] = ACTIONS(1786), - [aux_sym_cmd_identifier_token4] = ACTIONS(1786), - [aux_sym_cmd_identifier_token5] = ACTIONS(1786), - [aux_sym_cmd_identifier_token6] = ACTIONS(1786), - [aux_sym_cmd_identifier_token7] = ACTIONS(1786), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1786), - [aux_sym_cmd_identifier_token11] = ACTIONS(1786), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1786), - [aux_sym_cmd_identifier_token17] = ACTIONS(1786), - [aux_sym_cmd_identifier_token18] = ACTIONS(1786), - [aux_sym_cmd_identifier_token19] = ACTIONS(1786), - [aux_sym_cmd_identifier_token20] = ACTIONS(1786), - [aux_sym_cmd_identifier_token21] = ACTIONS(1786), - [aux_sym_cmd_identifier_token22] = ACTIONS(1786), - [aux_sym_cmd_identifier_token23] = ACTIONS(1786), - [aux_sym_cmd_identifier_token24] = ACTIONS(1786), - [aux_sym_cmd_identifier_token25] = ACTIONS(1786), - [aux_sym_cmd_identifier_token26] = ACTIONS(1786), - [aux_sym_cmd_identifier_token27] = ACTIONS(1786), - [aux_sym_cmd_identifier_token28] = ACTIONS(1786), - [aux_sym_cmd_identifier_token29] = ACTIONS(1786), - [aux_sym_cmd_identifier_token30] = ACTIONS(1786), - [aux_sym_cmd_identifier_token31] = ACTIONS(1786), - [aux_sym_cmd_identifier_token32] = ACTIONS(1786), - [aux_sym_cmd_identifier_token33] = ACTIONS(1786), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1786), - [aux_sym_cmd_identifier_token36] = ACTIONS(1786), - [aux_sym_cmd_identifier_token37] = ACTIONS(1786), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1786), - [aux_sym_cmd_identifier_token40] = ACTIONS(1786), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1786), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1786), - [aux_sym__val_number_decimal_token3] = ACTIONS(1786), - [aux_sym__val_number_decimal_token4] = ACTIONS(1786), - [aux_sym__val_number_token1] = ACTIONS(1786), - [aux_sym__val_number_token2] = ACTIONS(1786), - [aux_sym__val_number_token3] = ACTIONS(1786), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1786), - [sym__str_single_quotes] = ACTIONS(1786), - [sym__str_back_ticks] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1786), - [sym__entry_separator] = ACTIONS(1788), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1788), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(2495), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, [671] = { [sym_comment] = STATE(671), - [anon_sym_export] = ACTIONS(2477), - [anon_sym_alias] = ACTIONS(2477), - [anon_sym_let] = ACTIONS(2477), - [anon_sym_let_DASHenv] = ACTIONS(2477), - [anon_sym_mut] = ACTIONS(2477), - [anon_sym_const] = ACTIONS(2477), - [aux_sym_cmd_identifier_token1] = ACTIONS(2477), - [aux_sym_cmd_identifier_token2] = ACTIONS(2477), - [aux_sym_cmd_identifier_token3] = ACTIONS(2477), - [aux_sym_cmd_identifier_token4] = ACTIONS(2477), - [aux_sym_cmd_identifier_token5] = ACTIONS(2477), - [aux_sym_cmd_identifier_token6] = ACTIONS(2477), - [aux_sym_cmd_identifier_token7] = ACTIONS(2477), - [aux_sym_cmd_identifier_token8] = ACTIONS(2477), - [aux_sym_cmd_identifier_token9] = ACTIONS(2477), - [aux_sym_cmd_identifier_token10] = ACTIONS(2477), - [aux_sym_cmd_identifier_token11] = ACTIONS(2477), - [aux_sym_cmd_identifier_token12] = ACTIONS(2477), - [aux_sym_cmd_identifier_token13] = ACTIONS(2477), - [aux_sym_cmd_identifier_token14] = ACTIONS(2477), - [aux_sym_cmd_identifier_token15] = ACTIONS(2477), - [aux_sym_cmd_identifier_token16] = ACTIONS(2477), - [aux_sym_cmd_identifier_token17] = ACTIONS(2477), - [aux_sym_cmd_identifier_token18] = ACTIONS(2477), - [aux_sym_cmd_identifier_token19] = ACTIONS(2477), - [aux_sym_cmd_identifier_token20] = ACTIONS(2477), - [aux_sym_cmd_identifier_token21] = ACTIONS(2477), - [aux_sym_cmd_identifier_token22] = ACTIONS(2477), - [aux_sym_cmd_identifier_token23] = ACTIONS(2477), - [aux_sym_cmd_identifier_token24] = ACTIONS(2477), - [aux_sym_cmd_identifier_token25] = ACTIONS(2477), - [aux_sym_cmd_identifier_token26] = ACTIONS(2477), - [aux_sym_cmd_identifier_token27] = ACTIONS(2477), - [aux_sym_cmd_identifier_token28] = ACTIONS(2477), - [aux_sym_cmd_identifier_token29] = ACTIONS(2477), - [aux_sym_cmd_identifier_token30] = ACTIONS(2477), - [aux_sym_cmd_identifier_token31] = ACTIONS(2477), - [aux_sym_cmd_identifier_token32] = ACTIONS(2477), - [aux_sym_cmd_identifier_token33] = ACTIONS(2477), - [aux_sym_cmd_identifier_token34] = ACTIONS(2477), - [aux_sym_cmd_identifier_token35] = ACTIONS(2477), - [aux_sym_cmd_identifier_token36] = ACTIONS(2477), - [aux_sym_cmd_identifier_token37] = ACTIONS(2477), - [aux_sym_cmd_identifier_token38] = ACTIONS(2477), - [aux_sym_cmd_identifier_token39] = ACTIONS(2477), - [aux_sym_cmd_identifier_token40] = ACTIONS(2477), - [anon_sym_def] = ACTIONS(2477), - [anon_sym_export_DASHenv] = ACTIONS(2477), - [anon_sym_extern] = ACTIONS(2477), - [anon_sym_module] = ACTIONS(2477), - [anon_sym_use] = ACTIONS(2477), - [anon_sym_LPAREN] = ACTIONS(2477), - [anon_sym_DOLLAR] = ACTIONS(2477), - [anon_sym_error] = ACTIONS(2477), - [anon_sym_DASH2] = ACTIONS(2477), - [anon_sym_break] = ACTIONS(2477), - [anon_sym_continue] = ACTIONS(2477), - [anon_sym_for] = ACTIONS(2477), - [anon_sym_in2] = ACTIONS(2477), - [anon_sym_loop] = ACTIONS(2477), - [anon_sym_make] = ACTIONS(2477), - [anon_sym_while] = ACTIONS(2477), - [anon_sym_do] = ACTIONS(2477), - [anon_sym_if] = ACTIONS(2477), - [anon_sym_else] = ACTIONS(2477), - [anon_sym_match] = ACTIONS(2477), - [anon_sym_RBRACE] = ACTIONS(2477), - [anon_sym_try] = ACTIONS(2477), - [anon_sym_catch] = ACTIONS(2477), - [anon_sym_return] = ACTIONS(2477), - [anon_sym_source] = ACTIONS(2477), - [anon_sym_source_DASHenv] = ACTIONS(2477), - [anon_sym_register] = ACTIONS(2477), - [anon_sym_hide] = ACTIONS(2477), - [anon_sym_hide_DASHenv] = ACTIONS(2477), - [anon_sym_overlay] = ACTIONS(2477), - [anon_sym_as] = ACTIONS(2477), - [anon_sym_PLUS2] = ACTIONS(2477), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2477), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2477), - [aux_sym__val_number_decimal_token1] = ACTIONS(2477), - [aux_sym__val_number_decimal_token2] = ACTIONS(2477), - [aux_sym__val_number_decimal_token3] = ACTIONS(2477), - [aux_sym__val_number_decimal_token4] = ACTIONS(2477), - [aux_sym__val_number_token1] = ACTIONS(2477), - [aux_sym__val_number_token2] = ACTIONS(2477), - [aux_sym__val_number_token3] = ACTIONS(2477), - [aux_sym__val_number_token4] = ACTIONS(2477), - [aux_sym__val_number_token5] = ACTIONS(2477), - [aux_sym__val_number_token6] = ACTIONS(2477), - [anon_sym_DQUOTE] = ACTIONS(2477), - [sym__str_single_quotes] = ACTIONS(2477), - [sym__str_back_ticks] = ACTIONS(2477), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2477), - [sym__entry_separator] = ACTIONS(2479), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2479), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1693), + [aux_sym_cmd_identifier_token3] = ACTIONS(1693), + [aux_sym_cmd_identifier_token4] = ACTIONS(1693), + [aux_sym_cmd_identifier_token5] = ACTIONS(1693), + [aux_sym_cmd_identifier_token6] = ACTIONS(1693), + [aux_sym_cmd_identifier_token7] = ACTIONS(1693), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1693), + [aux_sym_cmd_identifier_token11] = ACTIONS(1693), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1693), + [aux_sym_cmd_identifier_token17] = ACTIONS(1693), + [aux_sym_cmd_identifier_token18] = ACTIONS(1693), + [aux_sym_cmd_identifier_token19] = ACTIONS(1693), + [aux_sym_cmd_identifier_token20] = ACTIONS(1693), + [aux_sym_cmd_identifier_token21] = ACTIONS(1693), + [aux_sym_cmd_identifier_token22] = ACTIONS(1693), + [aux_sym_cmd_identifier_token23] = ACTIONS(1693), + [aux_sym_cmd_identifier_token24] = ACTIONS(1693), + [aux_sym_cmd_identifier_token25] = ACTIONS(1693), + [aux_sym_cmd_identifier_token26] = ACTIONS(1693), + [aux_sym_cmd_identifier_token27] = ACTIONS(1693), + [aux_sym_cmd_identifier_token28] = ACTIONS(1693), + [aux_sym_cmd_identifier_token29] = ACTIONS(1693), + [aux_sym_cmd_identifier_token30] = ACTIONS(1693), + [aux_sym_cmd_identifier_token31] = ACTIONS(1693), + [aux_sym_cmd_identifier_token32] = ACTIONS(1693), + [aux_sym_cmd_identifier_token33] = ACTIONS(1693), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1693), + [aux_sym_cmd_identifier_token36] = ACTIONS(1693), + [aux_sym_cmd_identifier_token37] = ACTIONS(1693), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1693), + [aux_sym_cmd_identifier_token40] = ACTIONS(1693), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1693), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1693), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1693), + [aux_sym__unquoted_in_record_token2] = ACTIONS(1745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), }, [672] = { [sym_comment] = STATE(672), - [anon_sym_export] = ACTIONS(1957), - [anon_sym_alias] = ACTIONS(1957), - [anon_sym_let] = ACTIONS(1957), - [anon_sym_let_DASHenv] = ACTIONS(1957), - [anon_sym_mut] = ACTIONS(1957), - [anon_sym_const] = ACTIONS(1957), - [aux_sym_cmd_identifier_token1] = ACTIONS(1957), - [aux_sym_cmd_identifier_token2] = ACTIONS(1957), - [aux_sym_cmd_identifier_token3] = ACTIONS(1957), - [aux_sym_cmd_identifier_token4] = ACTIONS(1957), - [aux_sym_cmd_identifier_token5] = ACTIONS(1957), - [aux_sym_cmd_identifier_token6] = ACTIONS(1957), - [aux_sym_cmd_identifier_token7] = ACTIONS(1957), - [aux_sym_cmd_identifier_token8] = ACTIONS(1957), - [aux_sym_cmd_identifier_token9] = ACTIONS(1957), - [aux_sym_cmd_identifier_token10] = ACTIONS(1957), - [aux_sym_cmd_identifier_token11] = ACTIONS(1957), - [aux_sym_cmd_identifier_token12] = ACTIONS(1957), - [aux_sym_cmd_identifier_token13] = ACTIONS(1957), - [aux_sym_cmd_identifier_token14] = ACTIONS(1957), - [aux_sym_cmd_identifier_token15] = ACTIONS(1957), - [aux_sym_cmd_identifier_token16] = ACTIONS(1957), - [aux_sym_cmd_identifier_token17] = ACTIONS(1957), - [aux_sym_cmd_identifier_token18] = ACTIONS(1957), - [aux_sym_cmd_identifier_token19] = ACTIONS(1957), - [aux_sym_cmd_identifier_token20] = ACTIONS(1957), - [aux_sym_cmd_identifier_token21] = ACTIONS(1957), - [aux_sym_cmd_identifier_token22] = ACTIONS(1957), - [aux_sym_cmd_identifier_token23] = ACTIONS(1957), - [aux_sym_cmd_identifier_token24] = ACTIONS(1957), - [aux_sym_cmd_identifier_token25] = ACTIONS(1957), - [aux_sym_cmd_identifier_token26] = ACTIONS(1957), - [aux_sym_cmd_identifier_token27] = ACTIONS(1957), - [aux_sym_cmd_identifier_token28] = ACTIONS(1957), - [aux_sym_cmd_identifier_token29] = ACTIONS(1957), - [aux_sym_cmd_identifier_token30] = ACTIONS(1957), - [aux_sym_cmd_identifier_token31] = ACTIONS(1957), - [aux_sym_cmd_identifier_token32] = ACTIONS(1957), - [aux_sym_cmd_identifier_token33] = ACTIONS(1957), - [aux_sym_cmd_identifier_token34] = ACTIONS(1957), - [aux_sym_cmd_identifier_token35] = ACTIONS(1957), - [aux_sym_cmd_identifier_token36] = ACTIONS(1957), - [aux_sym_cmd_identifier_token37] = ACTIONS(1957), - [aux_sym_cmd_identifier_token38] = ACTIONS(1957), - [aux_sym_cmd_identifier_token39] = ACTIONS(1957), - [aux_sym_cmd_identifier_token40] = ACTIONS(1957), - [anon_sym_def] = ACTIONS(1957), - [anon_sym_export_DASHenv] = ACTIONS(1957), - [anon_sym_extern] = ACTIONS(1957), - [anon_sym_module] = ACTIONS(1957), - [anon_sym_use] = ACTIONS(1957), - [anon_sym_LPAREN] = ACTIONS(1957), - [anon_sym_DOLLAR] = ACTIONS(1957), - [anon_sym_error] = ACTIONS(1957), - [anon_sym_DASH2] = ACTIONS(1957), - [anon_sym_break] = ACTIONS(1957), - [anon_sym_continue] = ACTIONS(1957), - [anon_sym_for] = ACTIONS(1957), - [anon_sym_in2] = ACTIONS(1957), - [anon_sym_loop] = ACTIONS(1957), - [anon_sym_make] = ACTIONS(1957), - [anon_sym_while] = ACTIONS(1957), - [anon_sym_do] = ACTIONS(1957), - [anon_sym_if] = ACTIONS(1957), - [anon_sym_else] = ACTIONS(1957), - [anon_sym_match] = ACTIONS(1957), - [anon_sym_RBRACE] = ACTIONS(1957), - [anon_sym_try] = ACTIONS(1957), - [anon_sym_catch] = ACTIONS(1957), - [anon_sym_return] = ACTIONS(1957), - [anon_sym_source] = ACTIONS(1957), - [anon_sym_source_DASHenv] = ACTIONS(1957), - [anon_sym_register] = ACTIONS(1957), - [anon_sym_hide] = ACTIONS(1957), - [anon_sym_hide_DASHenv] = ACTIONS(1957), - [anon_sym_overlay] = ACTIONS(1957), - [anon_sym_as] = ACTIONS(1957), - [anon_sym_PLUS2] = ACTIONS(1957), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1957), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1957), - [aux_sym__val_number_decimal_token1] = ACTIONS(1957), - [aux_sym__val_number_decimal_token2] = ACTIONS(1957), - [aux_sym__val_number_decimal_token3] = ACTIONS(1957), - [aux_sym__val_number_decimal_token4] = ACTIONS(1957), - [aux_sym__val_number_token1] = ACTIONS(1957), - [aux_sym__val_number_token2] = ACTIONS(1957), - [aux_sym__val_number_token3] = ACTIONS(1957), - [aux_sym__val_number_token4] = ACTIONS(1957), - [aux_sym__val_number_token5] = ACTIONS(1957), - [aux_sym__val_number_token6] = ACTIONS(1957), - [anon_sym_DQUOTE] = ACTIONS(1957), - [sym__str_single_quotes] = ACTIONS(1957), - [sym__str_back_ticks] = ACTIONS(1957), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1957), - [sym__entry_separator] = ACTIONS(1959), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1959), + [anon_sym_export] = ACTIONS(2277), + [anon_sym_alias] = ACTIONS(2277), + [anon_sym_let] = ACTIONS(2277), + [anon_sym_let_DASHenv] = ACTIONS(2277), + [anon_sym_mut] = ACTIONS(2277), + [anon_sym_const] = ACTIONS(2277), + [aux_sym_cmd_identifier_token1] = ACTIONS(2277), + [aux_sym_cmd_identifier_token2] = ACTIONS(2279), + [aux_sym_cmd_identifier_token3] = ACTIONS(2279), + [aux_sym_cmd_identifier_token4] = ACTIONS(2279), + [aux_sym_cmd_identifier_token5] = ACTIONS(2279), + [aux_sym_cmd_identifier_token6] = ACTIONS(2279), + [aux_sym_cmd_identifier_token7] = ACTIONS(2279), + [aux_sym_cmd_identifier_token8] = ACTIONS(2277), + [aux_sym_cmd_identifier_token9] = ACTIONS(2277), + [aux_sym_cmd_identifier_token10] = ACTIONS(2279), + [aux_sym_cmd_identifier_token11] = ACTIONS(2279), + [aux_sym_cmd_identifier_token12] = ACTIONS(2277), + [aux_sym_cmd_identifier_token13] = ACTIONS(2277), + [aux_sym_cmd_identifier_token14] = ACTIONS(2277), + [aux_sym_cmd_identifier_token15] = ACTIONS(2277), + [aux_sym_cmd_identifier_token16] = ACTIONS(2279), + [aux_sym_cmd_identifier_token17] = ACTIONS(2279), + [aux_sym_cmd_identifier_token18] = ACTIONS(2279), + [aux_sym_cmd_identifier_token19] = ACTIONS(2279), + [aux_sym_cmd_identifier_token20] = ACTIONS(2279), + [aux_sym_cmd_identifier_token21] = ACTIONS(2279), + [aux_sym_cmd_identifier_token22] = ACTIONS(2279), + [aux_sym_cmd_identifier_token23] = ACTIONS(2279), + [aux_sym_cmd_identifier_token24] = ACTIONS(2279), + [aux_sym_cmd_identifier_token25] = ACTIONS(2279), + [aux_sym_cmd_identifier_token26] = ACTIONS(2279), + [aux_sym_cmd_identifier_token27] = ACTIONS(2279), + [aux_sym_cmd_identifier_token28] = ACTIONS(2279), + [aux_sym_cmd_identifier_token29] = ACTIONS(2279), + [aux_sym_cmd_identifier_token30] = ACTIONS(2279), + [aux_sym_cmd_identifier_token31] = ACTIONS(2279), + [aux_sym_cmd_identifier_token32] = ACTIONS(2279), + [aux_sym_cmd_identifier_token33] = ACTIONS(2279), + [aux_sym_cmd_identifier_token34] = ACTIONS(2277), + [aux_sym_cmd_identifier_token35] = ACTIONS(2279), + [aux_sym_cmd_identifier_token36] = ACTIONS(2279), + [aux_sym_cmd_identifier_token37] = ACTIONS(2279), + [aux_sym_cmd_identifier_token38] = ACTIONS(2277), + [aux_sym_cmd_identifier_token39] = ACTIONS(2279), + [aux_sym_cmd_identifier_token40] = ACTIONS(2279), + [anon_sym_def] = ACTIONS(2277), + [anon_sym_export_DASHenv] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2277), + [anon_sym_module] = ACTIONS(2277), + [anon_sym_use] = ACTIONS(2277), + [anon_sym_LPAREN] = ACTIONS(2277), + [anon_sym_DOLLAR] = ACTIONS(2279), + [anon_sym_error] = ACTIONS(2277), + [anon_sym_DASH2] = ACTIONS(2277), + [anon_sym_break] = ACTIONS(2277), + [anon_sym_continue] = ACTIONS(2277), + [anon_sym_for] = ACTIONS(2277), + [anon_sym_in2] = ACTIONS(2277), + [anon_sym_loop] = ACTIONS(2277), + [anon_sym_make] = ACTIONS(2277), + [anon_sym_while] = ACTIONS(2277), + [anon_sym_do] = ACTIONS(2277), + [anon_sym_if] = ACTIONS(2277), + [anon_sym_else] = ACTIONS(2277), + [anon_sym_match] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2279), + [anon_sym_try] = ACTIONS(2277), + [anon_sym_catch] = ACTIONS(2277), + [anon_sym_return] = ACTIONS(2277), + [anon_sym_source] = ACTIONS(2277), + [anon_sym_source_DASHenv] = ACTIONS(2277), + [anon_sym_register] = ACTIONS(2277), + [anon_sym_hide] = ACTIONS(2277), + [anon_sym_hide_DASHenv] = ACTIONS(2277), + [anon_sym_overlay] = ACTIONS(2277), + [anon_sym_as] = ACTIONS(2277), + [anon_sym_LPAREN2] = ACTIONS(2279), + [anon_sym_PLUS2] = ACTIONS(2277), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2279), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2279), + [aux_sym__val_number_decimal_token1] = ACTIONS(2277), + [aux_sym__val_number_decimal_token2] = ACTIONS(2279), + [aux_sym__val_number_decimal_token3] = ACTIONS(2279), + [aux_sym__val_number_decimal_token4] = ACTIONS(2279), + [aux_sym__val_number_token1] = ACTIONS(2279), + [aux_sym__val_number_token2] = ACTIONS(2279), + [aux_sym__val_number_token3] = ACTIONS(2279), + [aux_sym__val_number_token4] = ACTIONS(2277), + [aux_sym__val_number_token5] = ACTIONS(2277), + [aux_sym__val_number_token6] = ACTIONS(2277), + [anon_sym_DQUOTE] = ACTIONS(2279), + [sym__str_single_quotes] = ACTIONS(2279), + [sym__str_back_ticks] = ACTIONS(2279), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2279), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2279), }, [673] = { [sym_comment] = STATE(673), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_alias] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_let_DASHenv] = ACTIONS(2481), - [anon_sym_mut] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [aux_sym_cmd_identifier_token1] = ACTIONS(2481), - [aux_sym_cmd_identifier_token2] = ACTIONS(2481), - [aux_sym_cmd_identifier_token3] = ACTIONS(2481), - [aux_sym_cmd_identifier_token4] = ACTIONS(2481), - [aux_sym_cmd_identifier_token5] = ACTIONS(2481), - [aux_sym_cmd_identifier_token6] = ACTIONS(2481), - [aux_sym_cmd_identifier_token7] = ACTIONS(2481), - [aux_sym_cmd_identifier_token8] = ACTIONS(2481), - [aux_sym_cmd_identifier_token9] = ACTIONS(2481), - [aux_sym_cmd_identifier_token10] = ACTIONS(2481), - [aux_sym_cmd_identifier_token11] = ACTIONS(2481), - [aux_sym_cmd_identifier_token12] = ACTIONS(2481), - [aux_sym_cmd_identifier_token13] = ACTIONS(2481), - [aux_sym_cmd_identifier_token14] = ACTIONS(2481), - [aux_sym_cmd_identifier_token15] = ACTIONS(2481), - [aux_sym_cmd_identifier_token16] = ACTIONS(2481), - [aux_sym_cmd_identifier_token17] = ACTIONS(2481), - [aux_sym_cmd_identifier_token18] = ACTIONS(2481), - [aux_sym_cmd_identifier_token19] = ACTIONS(2481), - [aux_sym_cmd_identifier_token20] = ACTIONS(2481), - [aux_sym_cmd_identifier_token21] = ACTIONS(2481), - [aux_sym_cmd_identifier_token22] = ACTIONS(2481), - [aux_sym_cmd_identifier_token23] = ACTIONS(2481), - [aux_sym_cmd_identifier_token24] = ACTIONS(2481), - [aux_sym_cmd_identifier_token25] = ACTIONS(2481), - [aux_sym_cmd_identifier_token26] = ACTIONS(2481), - [aux_sym_cmd_identifier_token27] = ACTIONS(2481), - [aux_sym_cmd_identifier_token28] = ACTIONS(2481), - [aux_sym_cmd_identifier_token29] = ACTIONS(2481), - [aux_sym_cmd_identifier_token30] = ACTIONS(2481), - [aux_sym_cmd_identifier_token31] = ACTIONS(2481), - [aux_sym_cmd_identifier_token32] = ACTIONS(2481), - [aux_sym_cmd_identifier_token33] = ACTIONS(2481), - [aux_sym_cmd_identifier_token34] = ACTIONS(2481), - [aux_sym_cmd_identifier_token35] = ACTIONS(2481), - [aux_sym_cmd_identifier_token36] = ACTIONS(2481), - [aux_sym_cmd_identifier_token37] = ACTIONS(2481), - [aux_sym_cmd_identifier_token38] = ACTIONS(2481), - [aux_sym_cmd_identifier_token39] = ACTIONS(2481), - [aux_sym_cmd_identifier_token40] = ACTIONS(2481), - [anon_sym_def] = ACTIONS(2481), - [anon_sym_export_DASHenv] = ACTIONS(2481), - [anon_sym_extern] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_use] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2481), - [anon_sym_DOLLAR] = ACTIONS(2481), - [anon_sym_error] = ACTIONS(2481), - [anon_sym_DASH2] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_in2] = ACTIONS(2481), - [anon_sym_loop] = ACTIONS(2481), - [anon_sym_make] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_else] = ACTIONS(2481), - [anon_sym_match] = ACTIONS(2481), - [anon_sym_RBRACE] = ACTIONS(2481), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_catch] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_source] = ACTIONS(2481), - [anon_sym_source_DASHenv] = ACTIONS(2481), - [anon_sym_register] = ACTIONS(2481), - [anon_sym_hide] = ACTIONS(2481), - [anon_sym_hide_DASHenv] = ACTIONS(2481), - [anon_sym_overlay] = ACTIONS(2481), - [anon_sym_as] = ACTIONS(2481), - [anon_sym_PLUS2] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2481), - [aux_sym__val_number_decimal_token1] = ACTIONS(2481), - [aux_sym__val_number_decimal_token2] = ACTIONS(2481), - [aux_sym__val_number_decimal_token3] = ACTIONS(2481), - [aux_sym__val_number_decimal_token4] = ACTIONS(2481), - [aux_sym__val_number_token1] = ACTIONS(2481), - [aux_sym__val_number_token2] = ACTIONS(2481), - [aux_sym__val_number_token3] = ACTIONS(2481), - [aux_sym__val_number_token4] = ACTIONS(2481), - [aux_sym__val_number_token5] = ACTIONS(2481), - [aux_sym__val_number_token6] = ACTIONS(2481), - [anon_sym_DQUOTE] = ACTIONS(2481), - [sym__str_single_quotes] = ACTIONS(2481), - [sym__str_back_ticks] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2481), - [sym__entry_separator] = ACTIONS(2483), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2124), + [aux_sym_cmd_identifier_token3] = ACTIONS(2124), + [aux_sym_cmd_identifier_token4] = ACTIONS(2124), + [aux_sym_cmd_identifier_token5] = ACTIONS(2124), + [aux_sym_cmd_identifier_token6] = ACTIONS(2124), + [aux_sym_cmd_identifier_token7] = ACTIONS(2124), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2124), + [aux_sym_cmd_identifier_token11] = ACTIONS(2124), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2124), + [aux_sym_cmd_identifier_token17] = ACTIONS(2124), + [aux_sym_cmd_identifier_token18] = ACTIONS(2124), + [aux_sym_cmd_identifier_token19] = ACTIONS(2124), + [aux_sym_cmd_identifier_token20] = ACTIONS(2124), + [aux_sym_cmd_identifier_token21] = ACTIONS(2124), + [aux_sym_cmd_identifier_token22] = ACTIONS(2124), + [aux_sym_cmd_identifier_token23] = ACTIONS(2124), + [aux_sym_cmd_identifier_token24] = ACTIONS(2124), + [aux_sym_cmd_identifier_token25] = ACTIONS(2124), + [aux_sym_cmd_identifier_token26] = ACTIONS(2124), + [aux_sym_cmd_identifier_token27] = ACTIONS(2124), + [aux_sym_cmd_identifier_token28] = ACTIONS(2124), + [aux_sym_cmd_identifier_token29] = ACTIONS(2124), + [aux_sym_cmd_identifier_token30] = ACTIONS(2124), + [aux_sym_cmd_identifier_token31] = ACTIONS(2124), + [aux_sym_cmd_identifier_token32] = ACTIONS(2124), + [aux_sym_cmd_identifier_token33] = ACTIONS(2124), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2124), + [aux_sym_cmd_identifier_token36] = ACTIONS(2124), + [aux_sym_cmd_identifier_token37] = ACTIONS(2124), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2124), + [aux_sym_cmd_identifier_token40] = ACTIONS(2124), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2124), + [anon_sym_DOLLAR] = ACTIONS(2124), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2124), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2124), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2124), + [aux_sym__val_number_decimal_token3] = ACTIONS(2124), + [aux_sym__val_number_decimal_token4] = ACTIONS(2124), + [aux_sym__val_number_token1] = ACTIONS(2124), + [aux_sym__val_number_token2] = ACTIONS(2124), + [aux_sym__val_number_token3] = ACTIONS(2124), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2124), + [sym__str_single_quotes] = ACTIONS(2124), + [sym__str_back_ticks] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2124), + [sym__entry_separator] = ACTIONS(2130), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2483), + [sym_raw_string_begin] = ACTIONS(2130), }, [674] = { [sym_comment] = STATE(674), - [anon_sym_export] = ACTIONS(2485), - [anon_sym_alias] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2485), - [anon_sym_let_DASHenv] = ACTIONS(2485), - [anon_sym_mut] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [aux_sym_cmd_identifier_token1] = ACTIONS(2485), - [aux_sym_cmd_identifier_token2] = ACTIONS(2485), - [aux_sym_cmd_identifier_token3] = ACTIONS(2485), - [aux_sym_cmd_identifier_token4] = ACTIONS(2485), - [aux_sym_cmd_identifier_token5] = ACTIONS(2485), - [aux_sym_cmd_identifier_token6] = ACTIONS(2485), - [aux_sym_cmd_identifier_token7] = ACTIONS(2485), - [aux_sym_cmd_identifier_token8] = ACTIONS(2485), - [aux_sym_cmd_identifier_token9] = ACTIONS(2485), - [aux_sym_cmd_identifier_token10] = ACTIONS(2485), - [aux_sym_cmd_identifier_token11] = ACTIONS(2485), - [aux_sym_cmd_identifier_token12] = ACTIONS(2485), - [aux_sym_cmd_identifier_token13] = ACTIONS(2485), - [aux_sym_cmd_identifier_token14] = ACTIONS(2485), - [aux_sym_cmd_identifier_token15] = ACTIONS(2485), - [aux_sym_cmd_identifier_token16] = ACTIONS(2485), - [aux_sym_cmd_identifier_token17] = ACTIONS(2485), - [aux_sym_cmd_identifier_token18] = ACTIONS(2485), - [aux_sym_cmd_identifier_token19] = ACTIONS(2485), - [aux_sym_cmd_identifier_token20] = ACTIONS(2485), - [aux_sym_cmd_identifier_token21] = ACTIONS(2485), - [aux_sym_cmd_identifier_token22] = ACTIONS(2485), - [aux_sym_cmd_identifier_token23] = ACTIONS(2485), - [aux_sym_cmd_identifier_token24] = ACTIONS(2485), - [aux_sym_cmd_identifier_token25] = ACTIONS(2485), - [aux_sym_cmd_identifier_token26] = ACTIONS(2485), - [aux_sym_cmd_identifier_token27] = ACTIONS(2485), - [aux_sym_cmd_identifier_token28] = ACTIONS(2485), - [aux_sym_cmd_identifier_token29] = ACTIONS(2485), - [aux_sym_cmd_identifier_token30] = ACTIONS(2485), - [aux_sym_cmd_identifier_token31] = ACTIONS(2485), - [aux_sym_cmd_identifier_token32] = ACTIONS(2485), - [aux_sym_cmd_identifier_token33] = ACTIONS(2485), - [aux_sym_cmd_identifier_token34] = ACTIONS(2485), - [aux_sym_cmd_identifier_token35] = ACTIONS(2485), - [aux_sym_cmd_identifier_token36] = ACTIONS(2485), - [aux_sym_cmd_identifier_token37] = ACTIONS(2485), - [aux_sym_cmd_identifier_token38] = ACTIONS(2485), - [aux_sym_cmd_identifier_token39] = ACTIONS(2485), - [aux_sym_cmd_identifier_token40] = ACTIONS(2485), - [anon_sym_def] = ACTIONS(2485), - [anon_sym_export_DASHenv] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_module] = ACTIONS(2485), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2485), - [anon_sym_DOLLAR] = ACTIONS(2485), - [anon_sym_error] = ACTIONS(2485), - [anon_sym_DASH2] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_in2] = ACTIONS(2485), - [anon_sym_loop] = ACTIONS(2485), - [anon_sym_make] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2485), - [anon_sym_match] = ACTIONS(2485), - [anon_sym_RBRACE] = ACTIONS(2485), - [anon_sym_try] = ACTIONS(2485), - [anon_sym_catch] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_source] = ACTIONS(2485), - [anon_sym_source_DASHenv] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_hide] = ACTIONS(2485), - [anon_sym_hide_DASHenv] = ACTIONS(2485), - [anon_sym_overlay] = ACTIONS(2485), - [anon_sym_as] = ACTIONS(2485), - [anon_sym_PLUS2] = ACTIONS(2485), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2485), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2485), - [aux_sym__val_number_decimal_token1] = ACTIONS(2485), - [aux_sym__val_number_decimal_token2] = ACTIONS(2485), - [aux_sym__val_number_decimal_token3] = ACTIONS(2485), - [aux_sym__val_number_decimal_token4] = ACTIONS(2485), - [aux_sym__val_number_token1] = ACTIONS(2485), - [aux_sym__val_number_token2] = ACTIONS(2485), - [aux_sym__val_number_token3] = ACTIONS(2485), - [aux_sym__val_number_token4] = ACTIONS(2485), - [aux_sym__val_number_token5] = ACTIONS(2485), - [aux_sym__val_number_token6] = ACTIONS(2485), - [anon_sym_DQUOTE] = ACTIONS(2485), - [sym__str_single_quotes] = ACTIONS(2485), - [sym__str_back_ticks] = ACTIONS(2485), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2485), - [sym__entry_separator] = ACTIONS(2487), + [anon_sym_export] = ACTIONS(1894), + [anon_sym_alias] = ACTIONS(1894), + [anon_sym_let] = ACTIONS(1894), + [anon_sym_let_DASHenv] = ACTIONS(1894), + [anon_sym_mut] = ACTIONS(1894), + [anon_sym_const] = ACTIONS(1894), + [aux_sym_cmd_identifier_token1] = ACTIONS(1894), + [aux_sym_cmd_identifier_token2] = ACTIONS(1894), + [aux_sym_cmd_identifier_token3] = ACTIONS(1894), + [aux_sym_cmd_identifier_token4] = ACTIONS(1894), + [aux_sym_cmd_identifier_token5] = ACTIONS(1894), + [aux_sym_cmd_identifier_token6] = ACTIONS(1894), + [aux_sym_cmd_identifier_token7] = ACTIONS(1894), + [aux_sym_cmd_identifier_token8] = ACTIONS(1894), + [aux_sym_cmd_identifier_token9] = ACTIONS(1894), + [aux_sym_cmd_identifier_token10] = ACTIONS(1894), + [aux_sym_cmd_identifier_token11] = ACTIONS(1894), + [aux_sym_cmd_identifier_token12] = ACTIONS(1894), + [aux_sym_cmd_identifier_token13] = ACTIONS(1894), + [aux_sym_cmd_identifier_token14] = ACTIONS(1894), + [aux_sym_cmd_identifier_token15] = ACTIONS(1894), + [aux_sym_cmd_identifier_token16] = ACTIONS(1894), + [aux_sym_cmd_identifier_token17] = ACTIONS(1894), + [aux_sym_cmd_identifier_token18] = ACTIONS(1894), + [aux_sym_cmd_identifier_token19] = ACTIONS(1894), + [aux_sym_cmd_identifier_token20] = ACTIONS(1894), + [aux_sym_cmd_identifier_token21] = ACTIONS(1894), + [aux_sym_cmd_identifier_token22] = ACTIONS(1894), + [aux_sym_cmd_identifier_token23] = ACTIONS(1894), + [aux_sym_cmd_identifier_token24] = ACTIONS(1894), + [aux_sym_cmd_identifier_token25] = ACTIONS(1894), + [aux_sym_cmd_identifier_token26] = ACTIONS(1894), + [aux_sym_cmd_identifier_token27] = ACTIONS(1894), + [aux_sym_cmd_identifier_token28] = ACTIONS(1894), + [aux_sym_cmd_identifier_token29] = ACTIONS(1894), + [aux_sym_cmd_identifier_token30] = ACTIONS(1894), + [aux_sym_cmd_identifier_token31] = ACTIONS(1894), + [aux_sym_cmd_identifier_token32] = ACTIONS(1894), + [aux_sym_cmd_identifier_token33] = ACTIONS(1894), + [aux_sym_cmd_identifier_token34] = ACTIONS(1894), + [aux_sym_cmd_identifier_token35] = ACTIONS(1894), + [aux_sym_cmd_identifier_token36] = ACTIONS(1894), + [aux_sym_cmd_identifier_token37] = ACTIONS(1894), + [aux_sym_cmd_identifier_token38] = ACTIONS(1894), + [aux_sym_cmd_identifier_token39] = ACTIONS(1894), + [aux_sym_cmd_identifier_token40] = ACTIONS(1894), + [anon_sym_def] = ACTIONS(1894), + [anon_sym_export_DASHenv] = ACTIONS(1894), + [anon_sym_extern] = ACTIONS(1894), + [anon_sym_module] = ACTIONS(1894), + [anon_sym_use] = ACTIONS(1894), + [anon_sym_LPAREN] = ACTIONS(1894), + [anon_sym_DOLLAR] = ACTIONS(1894), + [anon_sym_error] = ACTIONS(1894), + [anon_sym_DASH2] = ACTIONS(1894), + [anon_sym_break] = ACTIONS(1894), + [anon_sym_continue] = ACTIONS(1894), + [anon_sym_for] = ACTIONS(1894), + [anon_sym_in2] = ACTIONS(1894), + [anon_sym_loop] = ACTIONS(1894), + [anon_sym_make] = ACTIONS(1894), + [anon_sym_while] = ACTIONS(1894), + [anon_sym_do] = ACTIONS(1894), + [anon_sym_if] = ACTIONS(1894), + [anon_sym_else] = ACTIONS(1894), + [anon_sym_match] = ACTIONS(1894), + [anon_sym_RBRACE] = ACTIONS(1894), + [anon_sym_try] = ACTIONS(1894), + [anon_sym_catch] = ACTIONS(1894), + [anon_sym_return] = ACTIONS(1894), + [anon_sym_source] = ACTIONS(1894), + [anon_sym_source_DASHenv] = ACTIONS(1894), + [anon_sym_register] = ACTIONS(1894), + [anon_sym_hide] = ACTIONS(1894), + [anon_sym_hide_DASHenv] = ACTIONS(1894), + [anon_sym_overlay] = ACTIONS(1894), + [anon_sym_as] = ACTIONS(1894), + [anon_sym_PLUS2] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1894), + [aux_sym__val_number_decimal_token1] = ACTIONS(1894), + [aux_sym__val_number_decimal_token2] = ACTIONS(1894), + [aux_sym__val_number_decimal_token3] = ACTIONS(1894), + [aux_sym__val_number_decimal_token4] = ACTIONS(1894), + [aux_sym__val_number_token1] = ACTIONS(1894), + [aux_sym__val_number_token2] = ACTIONS(1894), + [aux_sym__val_number_token3] = ACTIONS(1894), + [aux_sym__val_number_token4] = ACTIONS(1894), + [aux_sym__val_number_token5] = ACTIONS(1894), + [aux_sym__val_number_token6] = ACTIONS(1894), + [anon_sym_DQUOTE] = ACTIONS(1894), + [sym__str_single_quotes] = ACTIONS(1894), + [sym__str_back_ticks] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1894), + [sym__entry_separator] = ACTIONS(1896), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2487), + [sym_raw_string_begin] = ACTIONS(1896), }, [675] = { [sym_comment] = STATE(675), - [anon_sym_export] = ACTIONS(2489), - [anon_sym_alias] = ACTIONS(2489), - [anon_sym_let] = ACTIONS(2489), - [anon_sym_let_DASHenv] = ACTIONS(2489), - [anon_sym_mut] = ACTIONS(2489), - [anon_sym_const] = ACTIONS(2489), - [aux_sym_cmd_identifier_token1] = ACTIONS(2489), - [aux_sym_cmd_identifier_token2] = ACTIONS(2489), - [aux_sym_cmd_identifier_token3] = ACTIONS(2489), - [aux_sym_cmd_identifier_token4] = ACTIONS(2489), - [aux_sym_cmd_identifier_token5] = ACTIONS(2489), - [aux_sym_cmd_identifier_token6] = ACTIONS(2489), - [aux_sym_cmd_identifier_token7] = ACTIONS(2489), - [aux_sym_cmd_identifier_token8] = ACTIONS(2489), - [aux_sym_cmd_identifier_token9] = ACTIONS(2489), - [aux_sym_cmd_identifier_token10] = ACTIONS(2489), - [aux_sym_cmd_identifier_token11] = ACTIONS(2489), - [aux_sym_cmd_identifier_token12] = ACTIONS(2489), - [aux_sym_cmd_identifier_token13] = ACTIONS(2489), - [aux_sym_cmd_identifier_token14] = ACTIONS(2489), - [aux_sym_cmd_identifier_token15] = ACTIONS(2489), - [aux_sym_cmd_identifier_token16] = ACTIONS(2489), - [aux_sym_cmd_identifier_token17] = ACTIONS(2489), - [aux_sym_cmd_identifier_token18] = ACTIONS(2489), - [aux_sym_cmd_identifier_token19] = ACTIONS(2489), - [aux_sym_cmd_identifier_token20] = ACTIONS(2489), - [aux_sym_cmd_identifier_token21] = ACTIONS(2489), - [aux_sym_cmd_identifier_token22] = ACTIONS(2489), - [aux_sym_cmd_identifier_token23] = ACTIONS(2489), - [aux_sym_cmd_identifier_token24] = ACTIONS(2489), - [aux_sym_cmd_identifier_token25] = ACTIONS(2489), - [aux_sym_cmd_identifier_token26] = ACTIONS(2489), - [aux_sym_cmd_identifier_token27] = ACTIONS(2489), - [aux_sym_cmd_identifier_token28] = ACTIONS(2489), - [aux_sym_cmd_identifier_token29] = ACTIONS(2489), - [aux_sym_cmd_identifier_token30] = ACTIONS(2489), - [aux_sym_cmd_identifier_token31] = ACTIONS(2489), - [aux_sym_cmd_identifier_token32] = ACTIONS(2489), - [aux_sym_cmd_identifier_token33] = ACTIONS(2489), - [aux_sym_cmd_identifier_token34] = ACTIONS(2489), - [aux_sym_cmd_identifier_token35] = ACTIONS(2489), - [aux_sym_cmd_identifier_token36] = ACTIONS(2489), - [aux_sym_cmd_identifier_token37] = ACTIONS(2489), - [aux_sym_cmd_identifier_token38] = ACTIONS(2489), - [aux_sym_cmd_identifier_token39] = ACTIONS(2489), - [aux_sym_cmd_identifier_token40] = ACTIONS(2489), - [anon_sym_def] = ACTIONS(2489), - [anon_sym_export_DASHenv] = ACTIONS(2489), - [anon_sym_extern] = ACTIONS(2489), - [anon_sym_module] = ACTIONS(2489), - [anon_sym_use] = ACTIONS(2489), - [anon_sym_LPAREN] = ACTIONS(2489), - [anon_sym_DOLLAR] = ACTIONS(2489), - [anon_sym_error] = ACTIONS(2489), - [anon_sym_DASH2] = ACTIONS(2489), - [anon_sym_break] = ACTIONS(2489), - [anon_sym_continue] = ACTIONS(2489), - [anon_sym_for] = ACTIONS(2489), - [anon_sym_in2] = ACTIONS(2489), - [anon_sym_loop] = ACTIONS(2489), - [anon_sym_make] = ACTIONS(2489), - [anon_sym_while] = ACTIONS(2489), - [anon_sym_do] = ACTIONS(2489), - [anon_sym_if] = ACTIONS(2489), - [anon_sym_else] = ACTIONS(2489), - [anon_sym_match] = ACTIONS(2489), - [anon_sym_RBRACE] = ACTIONS(2489), - [anon_sym_try] = ACTIONS(2489), - [anon_sym_catch] = ACTIONS(2489), - [anon_sym_return] = ACTIONS(2489), - [anon_sym_source] = ACTIONS(2489), - [anon_sym_source_DASHenv] = ACTIONS(2489), - [anon_sym_register] = ACTIONS(2489), - [anon_sym_hide] = ACTIONS(2489), - [anon_sym_hide_DASHenv] = ACTIONS(2489), - [anon_sym_overlay] = ACTIONS(2489), - [anon_sym_as] = ACTIONS(2489), - [anon_sym_PLUS2] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2489), - [aux_sym__val_number_decimal_token1] = ACTIONS(2489), - [aux_sym__val_number_decimal_token2] = ACTIONS(2489), - [aux_sym__val_number_decimal_token3] = ACTIONS(2489), - [aux_sym__val_number_decimal_token4] = ACTIONS(2489), - [aux_sym__val_number_token1] = ACTIONS(2489), - [aux_sym__val_number_token2] = ACTIONS(2489), - [aux_sym__val_number_token3] = ACTIONS(2489), - [aux_sym__val_number_token4] = ACTIONS(2489), - [aux_sym__val_number_token5] = ACTIONS(2489), - [aux_sym__val_number_token6] = ACTIONS(2489), - [anon_sym_DQUOTE] = ACTIONS(2489), - [sym__str_single_quotes] = ACTIONS(2489), - [sym__str_back_ticks] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2489), - [sym__entry_separator] = ACTIONS(2491), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1725), + [aux_sym_cmd_identifier_token3] = ACTIONS(1725), + [aux_sym_cmd_identifier_token4] = ACTIONS(1725), + [aux_sym_cmd_identifier_token5] = ACTIONS(1725), + [aux_sym_cmd_identifier_token6] = ACTIONS(1725), + [aux_sym_cmd_identifier_token7] = ACTIONS(1725), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1725), + [aux_sym_cmd_identifier_token11] = ACTIONS(1725), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1725), + [aux_sym_cmd_identifier_token17] = ACTIONS(1725), + [aux_sym_cmd_identifier_token18] = ACTIONS(1725), + [aux_sym_cmd_identifier_token19] = ACTIONS(1725), + [aux_sym_cmd_identifier_token20] = ACTIONS(1725), + [aux_sym_cmd_identifier_token21] = ACTIONS(1725), + [aux_sym_cmd_identifier_token22] = ACTIONS(1725), + [aux_sym_cmd_identifier_token23] = ACTIONS(1725), + [aux_sym_cmd_identifier_token24] = ACTIONS(1725), + [aux_sym_cmd_identifier_token25] = ACTIONS(1725), + [aux_sym_cmd_identifier_token26] = ACTIONS(1725), + [aux_sym_cmd_identifier_token27] = ACTIONS(1725), + [aux_sym_cmd_identifier_token28] = ACTIONS(1725), + [aux_sym_cmd_identifier_token29] = ACTIONS(1725), + [aux_sym_cmd_identifier_token30] = ACTIONS(1725), + [aux_sym_cmd_identifier_token31] = ACTIONS(1725), + [aux_sym_cmd_identifier_token32] = ACTIONS(1725), + [aux_sym_cmd_identifier_token33] = ACTIONS(1725), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1725), + [aux_sym_cmd_identifier_token36] = ACTIONS(1725), + [aux_sym_cmd_identifier_token37] = ACTIONS(1725), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1725), + [aux_sym_cmd_identifier_token40] = ACTIONS(1725), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1725), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1725), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1725), + [aux_sym__val_number_decimal_token3] = ACTIONS(1725), + [aux_sym__val_number_decimal_token4] = ACTIONS(1725), + [aux_sym__val_number_token1] = ACTIONS(1725), + [aux_sym__val_number_token2] = ACTIONS(1725), + [aux_sym__val_number_token3] = ACTIONS(1725), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1725), + [sym__str_single_quotes] = ACTIONS(1725), + [sym__str_back_ticks] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1725), + [sym__entry_separator] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2491), + [sym_raw_string_begin] = ACTIONS(1727), }, [676] = { [sym_comment] = STATE(676), - [anon_sym_export] = ACTIONS(2493), - [anon_sym_alias] = ACTIONS(2493), - [anon_sym_let] = ACTIONS(2493), - [anon_sym_let_DASHenv] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [aux_sym_cmd_identifier_token1] = ACTIONS(2493), - [aux_sym_cmd_identifier_token2] = ACTIONS(2493), - [aux_sym_cmd_identifier_token3] = ACTIONS(2493), - [aux_sym_cmd_identifier_token4] = ACTIONS(2493), - [aux_sym_cmd_identifier_token5] = ACTIONS(2493), - [aux_sym_cmd_identifier_token6] = ACTIONS(2493), - [aux_sym_cmd_identifier_token7] = ACTIONS(2493), - [aux_sym_cmd_identifier_token8] = ACTIONS(2493), - [aux_sym_cmd_identifier_token9] = ACTIONS(2493), - [aux_sym_cmd_identifier_token10] = ACTIONS(2493), - [aux_sym_cmd_identifier_token11] = ACTIONS(2493), - [aux_sym_cmd_identifier_token12] = ACTIONS(2493), - [aux_sym_cmd_identifier_token13] = ACTIONS(2493), - [aux_sym_cmd_identifier_token14] = ACTIONS(2493), - [aux_sym_cmd_identifier_token15] = ACTIONS(2493), - [aux_sym_cmd_identifier_token16] = ACTIONS(2493), - [aux_sym_cmd_identifier_token17] = ACTIONS(2493), - [aux_sym_cmd_identifier_token18] = ACTIONS(2493), - [aux_sym_cmd_identifier_token19] = ACTIONS(2493), - [aux_sym_cmd_identifier_token20] = ACTIONS(2493), - [aux_sym_cmd_identifier_token21] = ACTIONS(2493), - [aux_sym_cmd_identifier_token22] = ACTIONS(2493), - [aux_sym_cmd_identifier_token23] = ACTIONS(2493), - [aux_sym_cmd_identifier_token24] = ACTIONS(2493), - [aux_sym_cmd_identifier_token25] = ACTIONS(2493), - [aux_sym_cmd_identifier_token26] = ACTIONS(2493), - [aux_sym_cmd_identifier_token27] = ACTIONS(2493), - [aux_sym_cmd_identifier_token28] = ACTIONS(2493), - [aux_sym_cmd_identifier_token29] = ACTIONS(2493), - [aux_sym_cmd_identifier_token30] = ACTIONS(2493), - [aux_sym_cmd_identifier_token31] = ACTIONS(2493), - [aux_sym_cmd_identifier_token32] = ACTIONS(2493), - [aux_sym_cmd_identifier_token33] = ACTIONS(2493), - [aux_sym_cmd_identifier_token34] = ACTIONS(2493), - [aux_sym_cmd_identifier_token35] = ACTIONS(2493), - [aux_sym_cmd_identifier_token36] = ACTIONS(2493), - [aux_sym_cmd_identifier_token37] = ACTIONS(2493), - [aux_sym_cmd_identifier_token38] = ACTIONS(2493), - [aux_sym_cmd_identifier_token39] = ACTIONS(2493), - [aux_sym_cmd_identifier_token40] = ACTIONS(2493), - [anon_sym_def] = ACTIONS(2493), - [anon_sym_export_DASHenv] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2493), - [anon_sym_module] = ACTIONS(2493), - [anon_sym_use] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2493), - [anon_sym_DOLLAR] = ACTIONS(2493), - [anon_sym_error] = ACTIONS(2493), - [anon_sym_DASH2] = ACTIONS(2493), - [anon_sym_break] = ACTIONS(2493), - [anon_sym_continue] = ACTIONS(2493), - [anon_sym_for] = ACTIONS(2493), - [anon_sym_in2] = ACTIONS(2493), - [anon_sym_loop] = ACTIONS(2493), - [anon_sym_make] = ACTIONS(2493), - [anon_sym_while] = ACTIONS(2493), - [anon_sym_do] = ACTIONS(2493), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(2493), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2493), - [anon_sym_try] = ACTIONS(2493), - [anon_sym_catch] = ACTIONS(2493), - [anon_sym_return] = ACTIONS(2493), - [anon_sym_source] = ACTIONS(2493), - [anon_sym_source_DASHenv] = ACTIONS(2493), - [anon_sym_register] = ACTIONS(2493), - [anon_sym_hide] = ACTIONS(2493), - [anon_sym_hide_DASHenv] = ACTIONS(2493), - [anon_sym_overlay] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_PLUS2] = ACTIONS(2493), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2493), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2493), - [aux_sym__val_number_decimal_token1] = ACTIONS(2493), - [aux_sym__val_number_decimal_token2] = ACTIONS(2493), - [aux_sym__val_number_decimal_token3] = ACTIONS(2493), - [aux_sym__val_number_decimal_token4] = ACTIONS(2493), - [aux_sym__val_number_token1] = ACTIONS(2493), - [aux_sym__val_number_token2] = ACTIONS(2493), - [aux_sym__val_number_token3] = ACTIONS(2493), - [aux_sym__val_number_token4] = ACTIONS(2493), - [aux_sym__val_number_token5] = ACTIONS(2493), - [aux_sym__val_number_token6] = ACTIONS(2493), - [anon_sym_DQUOTE] = ACTIONS(2493), - [sym__str_single_quotes] = ACTIONS(2493), - [sym__str_back_ticks] = ACTIONS(2493), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2493), - [sym__entry_separator] = ACTIONS(2495), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1757), + [aux_sym_cmd_identifier_token3] = ACTIONS(1757), + [aux_sym_cmd_identifier_token4] = ACTIONS(1757), + [aux_sym_cmd_identifier_token5] = ACTIONS(1757), + [aux_sym_cmd_identifier_token6] = ACTIONS(1757), + [aux_sym_cmd_identifier_token7] = ACTIONS(1757), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1757), + [aux_sym_cmd_identifier_token11] = ACTIONS(1757), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1757), + [aux_sym_cmd_identifier_token17] = ACTIONS(1757), + [aux_sym_cmd_identifier_token18] = ACTIONS(1757), + [aux_sym_cmd_identifier_token19] = ACTIONS(1757), + [aux_sym_cmd_identifier_token20] = ACTIONS(1757), + [aux_sym_cmd_identifier_token21] = ACTIONS(1757), + [aux_sym_cmd_identifier_token22] = ACTIONS(1757), + [aux_sym_cmd_identifier_token23] = ACTIONS(1757), + [aux_sym_cmd_identifier_token24] = ACTIONS(1757), + [aux_sym_cmd_identifier_token25] = ACTIONS(1757), + [aux_sym_cmd_identifier_token26] = ACTIONS(1757), + [aux_sym_cmd_identifier_token27] = ACTIONS(1757), + [aux_sym_cmd_identifier_token28] = ACTIONS(1757), + [aux_sym_cmd_identifier_token29] = ACTIONS(1757), + [aux_sym_cmd_identifier_token30] = ACTIONS(1757), + [aux_sym_cmd_identifier_token31] = ACTIONS(1757), + [aux_sym_cmd_identifier_token32] = ACTIONS(1757), + [aux_sym_cmd_identifier_token33] = ACTIONS(1757), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1757), + [aux_sym_cmd_identifier_token36] = ACTIONS(1757), + [aux_sym_cmd_identifier_token37] = ACTIONS(1757), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1757), + [aux_sym_cmd_identifier_token40] = ACTIONS(1757), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1757), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1757), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1757), + [aux_sym__val_number_decimal_token3] = ACTIONS(1757), + [aux_sym__val_number_decimal_token4] = ACTIONS(1757), + [aux_sym__val_number_token1] = ACTIONS(1757), + [aux_sym__val_number_token2] = ACTIONS(1757), + [aux_sym__val_number_token3] = ACTIONS(1757), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1757), + [sym__str_single_quotes] = ACTIONS(1757), + [sym__str_back_ticks] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1757), + [sym__entry_separator] = ACTIONS(1759), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2495), + [sym_raw_string_begin] = ACTIONS(1759), }, [677] = { [sym_comment] = STATE(677), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), + [aux_sym_cmd_identifier_token2] = ACTIONS(2136), + [aux_sym_cmd_identifier_token3] = ACTIONS(2136), + [aux_sym_cmd_identifier_token4] = ACTIONS(2136), + [aux_sym_cmd_identifier_token5] = ACTIONS(2136), + [aux_sym_cmd_identifier_token6] = ACTIONS(2136), + [aux_sym_cmd_identifier_token7] = ACTIONS(2136), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), + [aux_sym_cmd_identifier_token10] = ACTIONS(2136), + [aux_sym_cmd_identifier_token11] = ACTIONS(2136), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), + [aux_sym_cmd_identifier_token16] = ACTIONS(2136), + [aux_sym_cmd_identifier_token17] = ACTIONS(2136), + [aux_sym_cmd_identifier_token18] = ACTIONS(2136), + [aux_sym_cmd_identifier_token19] = ACTIONS(2136), + [aux_sym_cmd_identifier_token20] = ACTIONS(2136), + [aux_sym_cmd_identifier_token21] = ACTIONS(2136), + [aux_sym_cmd_identifier_token22] = ACTIONS(2136), + [aux_sym_cmd_identifier_token23] = ACTIONS(2136), + [aux_sym_cmd_identifier_token24] = ACTIONS(2136), + [aux_sym_cmd_identifier_token25] = ACTIONS(2136), + [aux_sym_cmd_identifier_token26] = ACTIONS(2136), + [aux_sym_cmd_identifier_token27] = ACTIONS(2136), + [aux_sym_cmd_identifier_token28] = ACTIONS(2136), + [aux_sym_cmd_identifier_token29] = ACTIONS(2136), + [aux_sym_cmd_identifier_token30] = ACTIONS(2136), + [aux_sym_cmd_identifier_token31] = ACTIONS(2136), + [aux_sym_cmd_identifier_token32] = ACTIONS(2136), + [aux_sym_cmd_identifier_token33] = ACTIONS(2136), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), + [aux_sym_cmd_identifier_token35] = ACTIONS(2136), + [aux_sym_cmd_identifier_token36] = ACTIONS(2136), + [aux_sym_cmd_identifier_token37] = ACTIONS(2136), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), + [aux_sym_cmd_identifier_token39] = ACTIONS(2136), + [aux_sym_cmd_identifier_token40] = ACTIONS(2136), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_LPAREN] = ACTIONS(2136), + [anon_sym_DOLLAR] = ACTIONS(2136), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_RBRACE] = ACTIONS(2136), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_PLUS2] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2136), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), + [aux_sym__val_number_decimal_token2] = ACTIONS(2136), + [aux_sym__val_number_decimal_token3] = ACTIONS(2136), + [aux_sym__val_number_decimal_token4] = ACTIONS(2136), + [aux_sym__val_number_token1] = ACTIONS(2136), + [aux_sym__val_number_token2] = ACTIONS(2136), + [aux_sym__val_number_token3] = ACTIONS(2136), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), + [anon_sym_DQUOTE] = ACTIONS(2136), + [sym__str_single_quotes] = ACTIONS(2136), + [sym__str_back_ticks] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2136), + [sym__entry_separator] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2138), + }, + [678] = { + [sym_comment] = STATE(678), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1765), + [aux_sym_cmd_identifier_token3] = ACTIONS(1765), + [aux_sym_cmd_identifier_token4] = ACTIONS(1765), + [aux_sym_cmd_identifier_token5] = ACTIONS(1765), + [aux_sym_cmd_identifier_token6] = ACTIONS(1765), + [aux_sym_cmd_identifier_token7] = ACTIONS(1765), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1765), + [aux_sym_cmd_identifier_token11] = ACTIONS(1765), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1765), + [aux_sym_cmd_identifier_token17] = ACTIONS(1765), + [aux_sym_cmd_identifier_token18] = ACTIONS(1765), + [aux_sym_cmd_identifier_token19] = ACTIONS(1765), + [aux_sym_cmd_identifier_token20] = ACTIONS(1765), + [aux_sym_cmd_identifier_token21] = ACTIONS(1765), + [aux_sym_cmd_identifier_token22] = ACTIONS(1765), + [aux_sym_cmd_identifier_token23] = ACTIONS(1765), + [aux_sym_cmd_identifier_token24] = ACTIONS(1765), + [aux_sym_cmd_identifier_token25] = ACTIONS(1765), + [aux_sym_cmd_identifier_token26] = ACTIONS(1765), + [aux_sym_cmd_identifier_token27] = ACTIONS(1765), + [aux_sym_cmd_identifier_token28] = ACTIONS(1765), + [aux_sym_cmd_identifier_token29] = ACTIONS(1765), + [aux_sym_cmd_identifier_token30] = ACTIONS(1765), + [aux_sym_cmd_identifier_token31] = ACTIONS(1765), + [aux_sym_cmd_identifier_token32] = ACTIONS(1765), + [aux_sym_cmd_identifier_token33] = ACTIONS(1765), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1765), + [aux_sym_cmd_identifier_token36] = ACTIONS(1765), + [aux_sym_cmd_identifier_token37] = ACTIONS(1765), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1765), + [aux_sym_cmd_identifier_token40] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1765), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1765), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1765), + [aux_sym__val_number_decimal_token3] = ACTIONS(1765), + [aux_sym__val_number_decimal_token4] = ACTIONS(1765), + [aux_sym__val_number_token1] = ACTIONS(1765), + [aux_sym__val_number_token2] = ACTIONS(1765), + [aux_sym__val_number_token3] = ACTIONS(1765), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1765), + [sym__str_single_quotes] = ACTIONS(1765), + [sym__str_back_ticks] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1765), + [sym__entry_separator] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [679] = { + [sym_comment] = STATE(679), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1861), + [aux_sym_cmd_identifier_token3] = ACTIONS(1861), + [aux_sym_cmd_identifier_token4] = ACTIONS(1861), + [aux_sym_cmd_identifier_token5] = ACTIONS(1861), + [aux_sym_cmd_identifier_token6] = ACTIONS(1861), + [aux_sym_cmd_identifier_token7] = ACTIONS(1861), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1861), + [aux_sym_cmd_identifier_token11] = ACTIONS(1861), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1861), + [aux_sym_cmd_identifier_token17] = ACTIONS(1861), + [aux_sym_cmd_identifier_token18] = ACTIONS(1861), + [aux_sym_cmd_identifier_token19] = ACTIONS(1861), + [aux_sym_cmd_identifier_token20] = ACTIONS(1861), + [aux_sym_cmd_identifier_token21] = ACTIONS(1861), + [aux_sym_cmd_identifier_token22] = ACTIONS(1861), + [aux_sym_cmd_identifier_token23] = ACTIONS(1861), + [aux_sym_cmd_identifier_token24] = ACTIONS(1861), + [aux_sym_cmd_identifier_token25] = ACTIONS(1861), + [aux_sym_cmd_identifier_token26] = ACTIONS(1861), + [aux_sym_cmd_identifier_token27] = ACTIONS(1861), + [aux_sym_cmd_identifier_token28] = ACTIONS(1861), + [aux_sym_cmd_identifier_token29] = ACTIONS(1861), + [aux_sym_cmd_identifier_token30] = ACTIONS(1861), + [aux_sym_cmd_identifier_token31] = ACTIONS(1861), + [aux_sym_cmd_identifier_token32] = ACTIONS(1861), + [aux_sym_cmd_identifier_token33] = ACTIONS(1861), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1861), + [aux_sym_cmd_identifier_token36] = ACTIONS(1861), + [aux_sym_cmd_identifier_token37] = ACTIONS(1861), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1861), + [aux_sym_cmd_identifier_token40] = ACTIONS(1861), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1861), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1861), + [aux_sym__val_number_decimal_token3] = ACTIONS(1861), + [aux_sym__val_number_decimal_token4] = ACTIONS(1861), + [aux_sym__val_number_token1] = ACTIONS(1861), + [aux_sym__val_number_token2] = ACTIONS(1861), + [aux_sym__val_number_token3] = ACTIONS(1861), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1861), + [sym__str_single_quotes] = ACTIONS(1861), + [sym__str_back_ticks] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1861), + [sym__entry_separator] = ACTIONS(1863), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [680] = { + [sym_comment] = STATE(680), + [anon_sym_export] = ACTIONS(2281), + [anon_sym_alias] = ACTIONS(2281), + [anon_sym_let] = ACTIONS(2281), + [anon_sym_let_DASHenv] = ACTIONS(2281), + [anon_sym_mut] = ACTIONS(2281), + [anon_sym_const] = ACTIONS(2281), + [aux_sym_cmd_identifier_token1] = ACTIONS(2281), + [aux_sym_cmd_identifier_token2] = ACTIONS(2283), + [aux_sym_cmd_identifier_token3] = ACTIONS(2283), + [aux_sym_cmd_identifier_token4] = ACTIONS(2283), + [aux_sym_cmd_identifier_token5] = ACTIONS(2283), + [aux_sym_cmd_identifier_token6] = ACTIONS(2283), + [aux_sym_cmd_identifier_token7] = ACTIONS(2283), + [aux_sym_cmd_identifier_token8] = ACTIONS(2281), + [aux_sym_cmd_identifier_token9] = ACTIONS(2281), + [aux_sym_cmd_identifier_token10] = ACTIONS(2283), + [aux_sym_cmd_identifier_token11] = ACTIONS(2283), + [aux_sym_cmd_identifier_token12] = ACTIONS(2281), + [aux_sym_cmd_identifier_token13] = ACTIONS(2281), + [aux_sym_cmd_identifier_token14] = ACTIONS(2281), + [aux_sym_cmd_identifier_token15] = ACTIONS(2281), + [aux_sym_cmd_identifier_token16] = ACTIONS(2283), + [aux_sym_cmd_identifier_token17] = ACTIONS(2283), + [aux_sym_cmd_identifier_token18] = ACTIONS(2283), + [aux_sym_cmd_identifier_token19] = ACTIONS(2283), + [aux_sym_cmd_identifier_token20] = ACTIONS(2283), + [aux_sym_cmd_identifier_token21] = ACTIONS(2283), + [aux_sym_cmd_identifier_token22] = ACTIONS(2283), + [aux_sym_cmd_identifier_token23] = ACTIONS(2283), + [aux_sym_cmd_identifier_token24] = ACTIONS(2283), + [aux_sym_cmd_identifier_token25] = ACTIONS(2283), + [aux_sym_cmd_identifier_token26] = ACTIONS(2283), + [aux_sym_cmd_identifier_token27] = ACTIONS(2283), + [aux_sym_cmd_identifier_token28] = ACTIONS(2283), + [aux_sym_cmd_identifier_token29] = ACTIONS(2283), + [aux_sym_cmd_identifier_token30] = ACTIONS(2283), + [aux_sym_cmd_identifier_token31] = ACTIONS(2283), + [aux_sym_cmd_identifier_token32] = ACTIONS(2283), + [aux_sym_cmd_identifier_token33] = ACTIONS(2283), + [aux_sym_cmd_identifier_token34] = ACTIONS(2281), + [aux_sym_cmd_identifier_token35] = ACTIONS(2283), + [aux_sym_cmd_identifier_token36] = ACTIONS(2283), + [aux_sym_cmd_identifier_token37] = ACTIONS(2283), + [aux_sym_cmd_identifier_token38] = ACTIONS(2281), + [aux_sym_cmd_identifier_token39] = ACTIONS(2283), + [aux_sym_cmd_identifier_token40] = ACTIONS(2283), + [anon_sym_def] = ACTIONS(2281), + [anon_sym_export_DASHenv] = ACTIONS(2281), + [anon_sym_extern] = ACTIONS(2281), + [anon_sym_module] = ACTIONS(2281), + [anon_sym_use] = ACTIONS(2281), + [anon_sym_LPAREN] = ACTIONS(2281), + [anon_sym_DOLLAR] = ACTIONS(2283), + [anon_sym_error] = ACTIONS(2281), + [anon_sym_DASH2] = ACTIONS(2281), + [anon_sym_break] = ACTIONS(2281), + [anon_sym_continue] = ACTIONS(2281), + [anon_sym_for] = ACTIONS(2281), + [anon_sym_in2] = ACTIONS(2281), + [anon_sym_loop] = ACTIONS(2281), + [anon_sym_make] = ACTIONS(2281), + [anon_sym_while] = ACTIONS(2281), + [anon_sym_do] = ACTIONS(2281), + [anon_sym_if] = ACTIONS(2281), + [anon_sym_else] = ACTIONS(2281), + [anon_sym_match] = ACTIONS(2281), + [anon_sym_RBRACE] = ACTIONS(2283), + [anon_sym_try] = ACTIONS(2281), + [anon_sym_catch] = ACTIONS(2281), + [anon_sym_return] = ACTIONS(2281), + [anon_sym_source] = ACTIONS(2281), + [anon_sym_source_DASHenv] = ACTIONS(2281), + [anon_sym_register] = ACTIONS(2281), + [anon_sym_hide] = ACTIONS(2281), + [anon_sym_hide_DASHenv] = ACTIONS(2281), + [anon_sym_overlay] = ACTIONS(2281), + [anon_sym_as] = ACTIONS(2281), + [anon_sym_LPAREN2] = ACTIONS(2283), + [anon_sym_PLUS2] = ACTIONS(2281), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2283), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2283), + [aux_sym__val_number_decimal_token1] = ACTIONS(2281), + [aux_sym__val_number_decimal_token2] = ACTIONS(2283), + [aux_sym__val_number_decimal_token3] = ACTIONS(2283), + [aux_sym__val_number_decimal_token4] = ACTIONS(2283), + [aux_sym__val_number_token1] = ACTIONS(2283), + [aux_sym__val_number_token2] = ACTIONS(2283), + [aux_sym__val_number_token3] = ACTIONS(2283), + [aux_sym__val_number_token4] = ACTIONS(2281), + [aux_sym__val_number_token5] = ACTIONS(2281), + [aux_sym__val_number_token6] = ACTIONS(2281), + [anon_sym_DQUOTE] = ACTIONS(2283), + [sym__str_single_quotes] = ACTIONS(2283), + [sym__str_back_ticks] = ACTIONS(2283), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2283), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2283), + }, + [681] = { + [sym_comment] = STATE(681), [anon_sym_export] = ACTIONS(2497), [anon_sym_alias] = ACTIONS(2497), [anon_sym_let] = ACTIONS(2497), @@ -152575,605 +153004,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(2499), }, - [678] = { - [sym_comment] = STATE(678), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), - [aux_sym_cmd_identifier_token2] = ACTIONS(1665), - [aux_sym_cmd_identifier_token3] = ACTIONS(1665), - [aux_sym_cmd_identifier_token4] = ACTIONS(1665), - [aux_sym_cmd_identifier_token5] = ACTIONS(1665), - [aux_sym_cmd_identifier_token6] = ACTIONS(1665), - [aux_sym_cmd_identifier_token7] = ACTIONS(1665), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), - [aux_sym_cmd_identifier_token10] = ACTIONS(1665), - [aux_sym_cmd_identifier_token11] = ACTIONS(1665), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), - [aux_sym_cmd_identifier_token16] = ACTIONS(1665), - [aux_sym_cmd_identifier_token17] = ACTIONS(1665), - [aux_sym_cmd_identifier_token18] = ACTIONS(1665), - [aux_sym_cmd_identifier_token19] = ACTIONS(1665), - [aux_sym_cmd_identifier_token20] = ACTIONS(1665), - [aux_sym_cmd_identifier_token21] = ACTIONS(1665), - [aux_sym_cmd_identifier_token22] = ACTIONS(1665), - [aux_sym_cmd_identifier_token23] = ACTIONS(1665), - [aux_sym_cmd_identifier_token24] = ACTIONS(1665), - [aux_sym_cmd_identifier_token25] = ACTIONS(1665), - [aux_sym_cmd_identifier_token26] = ACTIONS(1665), - [aux_sym_cmd_identifier_token27] = ACTIONS(1665), - [aux_sym_cmd_identifier_token28] = ACTIONS(1665), - [aux_sym_cmd_identifier_token29] = ACTIONS(1665), - [aux_sym_cmd_identifier_token30] = ACTIONS(1665), - [aux_sym_cmd_identifier_token31] = ACTIONS(1665), - [aux_sym_cmd_identifier_token32] = ACTIONS(1665), - [aux_sym_cmd_identifier_token33] = ACTIONS(1665), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), - [aux_sym_cmd_identifier_token35] = ACTIONS(1665), - [aux_sym_cmd_identifier_token36] = ACTIONS(1665), - [aux_sym_cmd_identifier_token37] = ACTIONS(1665), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), - [aux_sym_cmd_identifier_token39] = ACTIONS(1665), - [aux_sym_cmd_identifier_token40] = ACTIONS(1665), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1665), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1665), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1665), - [aux_sym__unquoted_in_record_token2] = ACTIONS(1751), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), - }, - [679] = { - [sym_comment] = STATE(679), - [anon_sym_export] = ACTIONS(2311), - [anon_sym_alias] = ACTIONS(2311), - [anon_sym_let] = ACTIONS(2311), - [anon_sym_let_DASHenv] = ACTIONS(2311), - [anon_sym_mut] = ACTIONS(2311), - [anon_sym_const] = ACTIONS(2311), - [aux_sym_cmd_identifier_token1] = ACTIONS(2311), - [aux_sym_cmd_identifier_token2] = ACTIONS(2313), - [aux_sym_cmd_identifier_token3] = ACTIONS(2313), - [aux_sym_cmd_identifier_token4] = ACTIONS(2313), - [aux_sym_cmd_identifier_token5] = ACTIONS(2313), - [aux_sym_cmd_identifier_token6] = ACTIONS(2313), - [aux_sym_cmd_identifier_token7] = ACTIONS(2313), - [aux_sym_cmd_identifier_token8] = ACTIONS(2311), - [aux_sym_cmd_identifier_token9] = ACTIONS(2311), - [aux_sym_cmd_identifier_token10] = ACTIONS(2313), - [aux_sym_cmd_identifier_token11] = ACTIONS(2313), - [aux_sym_cmd_identifier_token12] = ACTIONS(2311), - [aux_sym_cmd_identifier_token13] = ACTIONS(2311), - [aux_sym_cmd_identifier_token14] = ACTIONS(2311), - [aux_sym_cmd_identifier_token15] = ACTIONS(2311), - [aux_sym_cmd_identifier_token16] = ACTIONS(2313), - [aux_sym_cmd_identifier_token17] = ACTIONS(2313), - [aux_sym_cmd_identifier_token18] = ACTIONS(2313), - [aux_sym_cmd_identifier_token19] = ACTIONS(2313), - [aux_sym_cmd_identifier_token20] = ACTIONS(2313), - [aux_sym_cmd_identifier_token21] = ACTIONS(2313), - [aux_sym_cmd_identifier_token22] = ACTIONS(2313), - [aux_sym_cmd_identifier_token23] = ACTIONS(2313), - [aux_sym_cmd_identifier_token24] = ACTIONS(2313), - [aux_sym_cmd_identifier_token25] = ACTIONS(2313), - [aux_sym_cmd_identifier_token26] = ACTIONS(2313), - [aux_sym_cmd_identifier_token27] = ACTIONS(2313), - [aux_sym_cmd_identifier_token28] = ACTIONS(2313), - [aux_sym_cmd_identifier_token29] = ACTIONS(2313), - [aux_sym_cmd_identifier_token30] = ACTIONS(2313), - [aux_sym_cmd_identifier_token31] = ACTIONS(2313), - [aux_sym_cmd_identifier_token32] = ACTIONS(2313), - [aux_sym_cmd_identifier_token33] = ACTIONS(2313), - [aux_sym_cmd_identifier_token34] = ACTIONS(2311), - [aux_sym_cmd_identifier_token35] = ACTIONS(2313), - [aux_sym_cmd_identifier_token36] = ACTIONS(2313), - [aux_sym_cmd_identifier_token37] = ACTIONS(2313), - [aux_sym_cmd_identifier_token38] = ACTIONS(2311), - [aux_sym_cmd_identifier_token39] = ACTIONS(2313), - [aux_sym_cmd_identifier_token40] = ACTIONS(2313), - [anon_sym_def] = ACTIONS(2311), - [anon_sym_export_DASHenv] = ACTIONS(2311), - [anon_sym_extern] = ACTIONS(2311), - [anon_sym_module] = ACTIONS(2311), - [anon_sym_use] = ACTIONS(2311), - [anon_sym_LPAREN] = ACTIONS(2311), - [anon_sym_DOLLAR] = ACTIONS(2313), - [anon_sym_error] = ACTIONS(2311), - [anon_sym_DASH2] = ACTIONS(2311), - [anon_sym_break] = ACTIONS(2311), - [anon_sym_continue] = ACTIONS(2311), - [anon_sym_for] = ACTIONS(2311), - [anon_sym_in2] = ACTIONS(2311), - [anon_sym_loop] = ACTIONS(2311), - [anon_sym_make] = ACTIONS(2311), - [anon_sym_while] = ACTIONS(2311), - [anon_sym_do] = ACTIONS(2311), - [anon_sym_if] = ACTIONS(2311), - [anon_sym_else] = ACTIONS(2311), - [anon_sym_match] = ACTIONS(2311), - [anon_sym_RBRACE] = ACTIONS(2313), - [anon_sym_try] = ACTIONS(2311), - [anon_sym_catch] = ACTIONS(2311), - [anon_sym_return] = ACTIONS(2311), - [anon_sym_source] = ACTIONS(2311), - [anon_sym_source_DASHenv] = ACTIONS(2311), - [anon_sym_register] = ACTIONS(2311), - [anon_sym_hide] = ACTIONS(2311), - [anon_sym_hide_DASHenv] = ACTIONS(2311), - [anon_sym_overlay] = ACTIONS(2311), - [anon_sym_as] = ACTIONS(2311), - [anon_sym_LPAREN2] = ACTIONS(2313), - [anon_sym_PLUS2] = ACTIONS(2311), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2313), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2313), - [aux_sym__val_number_decimal_token1] = ACTIONS(2311), - [aux_sym__val_number_decimal_token2] = ACTIONS(2313), - [aux_sym__val_number_decimal_token3] = ACTIONS(2313), - [aux_sym__val_number_decimal_token4] = ACTIONS(2313), - [aux_sym__val_number_token1] = ACTIONS(2313), - [aux_sym__val_number_token2] = ACTIONS(2313), - [aux_sym__val_number_token3] = ACTIONS(2313), - [aux_sym__val_number_token4] = ACTIONS(2311), - [aux_sym__val_number_token5] = ACTIONS(2311), - [aux_sym__val_number_token6] = ACTIONS(2311), - [anon_sym_DQUOTE] = ACTIONS(2313), - [sym__str_single_quotes] = ACTIONS(2313), - [sym__str_back_ticks] = ACTIONS(2313), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2313), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2313), - }, - [680] = { - [sym_comment] = STATE(680), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), - [aux_sym_cmd_identifier_token2] = ACTIONS(2138), - [aux_sym_cmd_identifier_token3] = ACTIONS(2138), - [aux_sym_cmd_identifier_token4] = ACTIONS(2138), - [aux_sym_cmd_identifier_token5] = ACTIONS(2138), - [aux_sym_cmd_identifier_token6] = ACTIONS(2138), - [aux_sym_cmd_identifier_token7] = ACTIONS(2138), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), - [aux_sym_cmd_identifier_token10] = ACTIONS(2138), - [aux_sym_cmd_identifier_token11] = ACTIONS(2138), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), - [aux_sym_cmd_identifier_token16] = ACTIONS(2138), - [aux_sym_cmd_identifier_token17] = ACTIONS(2138), - [aux_sym_cmd_identifier_token18] = ACTIONS(2138), - [aux_sym_cmd_identifier_token19] = ACTIONS(2138), - [aux_sym_cmd_identifier_token20] = ACTIONS(2138), - [aux_sym_cmd_identifier_token21] = ACTIONS(2138), - [aux_sym_cmd_identifier_token22] = ACTIONS(2138), - [aux_sym_cmd_identifier_token23] = ACTIONS(2138), - [aux_sym_cmd_identifier_token24] = ACTIONS(2138), - [aux_sym_cmd_identifier_token25] = ACTIONS(2138), - [aux_sym_cmd_identifier_token26] = ACTIONS(2138), - [aux_sym_cmd_identifier_token27] = ACTIONS(2138), - [aux_sym_cmd_identifier_token28] = ACTIONS(2138), - [aux_sym_cmd_identifier_token29] = ACTIONS(2138), - [aux_sym_cmd_identifier_token30] = ACTIONS(2138), - [aux_sym_cmd_identifier_token31] = ACTIONS(2138), - [aux_sym_cmd_identifier_token32] = ACTIONS(2138), - [aux_sym_cmd_identifier_token33] = ACTIONS(2138), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), - [aux_sym_cmd_identifier_token35] = ACTIONS(2138), - [aux_sym_cmd_identifier_token36] = ACTIONS(2138), - [aux_sym_cmd_identifier_token37] = ACTIONS(2138), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), - [aux_sym_cmd_identifier_token39] = ACTIONS(2138), - [aux_sym_cmd_identifier_token40] = ACTIONS(2138), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), - [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_DOLLAR] = ACTIONS(2138), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), - [anon_sym_RBRACE] = ACTIONS(2138), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_PLUS2] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2138), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), - [aux_sym__val_number_decimal_token2] = ACTIONS(2138), - [aux_sym__val_number_decimal_token3] = ACTIONS(2138), - [aux_sym__val_number_decimal_token4] = ACTIONS(2138), - [aux_sym__val_number_token1] = ACTIONS(2138), - [aux_sym__val_number_token2] = ACTIONS(2138), - [aux_sym__val_number_token3] = ACTIONS(2138), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), - [anon_sym_DQUOTE] = ACTIONS(2138), - [sym__str_single_quotes] = ACTIONS(2138), - [sym__str_back_ticks] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2138), - [sym__entry_separator] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2140), - }, - [681] = { - [sym_comment] = STATE(681), - [anon_sym_export] = ACTIONS(1922), - [anon_sym_alias] = ACTIONS(1922), - [anon_sym_let] = ACTIONS(1922), - [anon_sym_let_DASHenv] = ACTIONS(1922), - [anon_sym_mut] = ACTIONS(1922), - [anon_sym_const] = ACTIONS(1922), - [aux_sym_cmd_identifier_token1] = ACTIONS(1922), - [aux_sym_cmd_identifier_token2] = ACTIONS(1922), - [aux_sym_cmd_identifier_token3] = ACTIONS(1922), - [aux_sym_cmd_identifier_token4] = ACTIONS(1922), - [aux_sym_cmd_identifier_token5] = ACTIONS(1922), - [aux_sym_cmd_identifier_token6] = ACTIONS(1922), - [aux_sym_cmd_identifier_token7] = ACTIONS(1922), - [aux_sym_cmd_identifier_token8] = ACTIONS(1922), - [aux_sym_cmd_identifier_token9] = ACTIONS(1922), - [aux_sym_cmd_identifier_token10] = ACTIONS(1922), - [aux_sym_cmd_identifier_token11] = ACTIONS(1922), - [aux_sym_cmd_identifier_token12] = ACTIONS(1922), - [aux_sym_cmd_identifier_token13] = ACTIONS(1922), - [aux_sym_cmd_identifier_token14] = ACTIONS(1922), - [aux_sym_cmd_identifier_token15] = ACTIONS(1922), - [aux_sym_cmd_identifier_token16] = ACTIONS(1922), - [aux_sym_cmd_identifier_token17] = ACTIONS(1922), - [aux_sym_cmd_identifier_token18] = ACTIONS(1922), - [aux_sym_cmd_identifier_token19] = ACTIONS(1922), - [aux_sym_cmd_identifier_token20] = ACTIONS(1922), - [aux_sym_cmd_identifier_token21] = ACTIONS(1922), - [aux_sym_cmd_identifier_token22] = ACTIONS(1922), - [aux_sym_cmd_identifier_token23] = ACTIONS(1922), - [aux_sym_cmd_identifier_token24] = ACTIONS(1922), - [aux_sym_cmd_identifier_token25] = ACTIONS(1922), - [aux_sym_cmd_identifier_token26] = ACTIONS(1922), - [aux_sym_cmd_identifier_token27] = ACTIONS(1922), - [aux_sym_cmd_identifier_token28] = ACTIONS(1922), - [aux_sym_cmd_identifier_token29] = ACTIONS(1922), - [aux_sym_cmd_identifier_token30] = ACTIONS(1922), - [aux_sym_cmd_identifier_token31] = ACTIONS(1922), - [aux_sym_cmd_identifier_token32] = ACTIONS(1922), - [aux_sym_cmd_identifier_token33] = ACTIONS(1922), - [aux_sym_cmd_identifier_token34] = ACTIONS(1922), - [aux_sym_cmd_identifier_token35] = ACTIONS(1922), - [aux_sym_cmd_identifier_token36] = ACTIONS(1922), - [aux_sym_cmd_identifier_token37] = ACTIONS(1922), - [aux_sym_cmd_identifier_token38] = ACTIONS(1922), - [aux_sym_cmd_identifier_token39] = ACTIONS(1922), - [aux_sym_cmd_identifier_token40] = ACTIONS(1922), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_export_DASHenv] = ACTIONS(1922), - [anon_sym_extern] = ACTIONS(1922), - [anon_sym_module] = ACTIONS(1922), - [anon_sym_use] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1922), - [anon_sym_DOLLAR] = ACTIONS(1922), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH2] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_in2] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_make] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_else] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_try] = ACTIONS(1922), - [anon_sym_catch] = ACTIONS(1922), - [anon_sym_return] = ACTIONS(1922), - [anon_sym_source] = ACTIONS(1922), - [anon_sym_source_DASHenv] = ACTIONS(1922), - [anon_sym_register] = ACTIONS(1922), - [anon_sym_hide] = ACTIONS(1922), - [anon_sym_hide_DASHenv] = ACTIONS(1922), - [anon_sym_overlay] = ACTIONS(1922), - [anon_sym_as] = ACTIONS(1922), - [anon_sym_PLUS2] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1922), - [aux_sym__val_number_decimal_token1] = ACTIONS(1922), - [aux_sym__val_number_decimal_token2] = ACTIONS(1922), - [aux_sym__val_number_decimal_token3] = ACTIONS(1922), - [aux_sym__val_number_decimal_token4] = ACTIONS(1922), - [aux_sym__val_number_token1] = ACTIONS(1922), - [aux_sym__val_number_token2] = ACTIONS(1922), - [aux_sym__val_number_token3] = ACTIONS(1922), - [aux_sym__val_number_token4] = ACTIONS(1922), - [aux_sym__val_number_token5] = ACTIONS(1922), - [aux_sym__val_number_token6] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym__str_single_quotes] = ACTIONS(1922), - [sym__str_back_ticks] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1922), - [sym__entry_separator] = ACTIONS(1924), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1924), - }, [682] = { [sym_comment] = STATE(682), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2043), - [aux_sym_cmd_identifier_token3] = ACTIONS(2043), - [aux_sym_cmd_identifier_token4] = ACTIONS(2043), - [aux_sym_cmd_identifier_token5] = ACTIONS(2043), - [aux_sym_cmd_identifier_token6] = ACTIONS(2043), - [aux_sym_cmd_identifier_token7] = ACTIONS(2043), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2043), - [aux_sym_cmd_identifier_token11] = ACTIONS(2043), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2043), - [aux_sym_cmd_identifier_token17] = ACTIONS(2043), - [aux_sym_cmd_identifier_token18] = ACTIONS(2043), - [aux_sym_cmd_identifier_token19] = ACTIONS(2043), - [aux_sym_cmd_identifier_token20] = ACTIONS(2043), - [aux_sym_cmd_identifier_token21] = ACTIONS(2043), - [aux_sym_cmd_identifier_token22] = ACTIONS(2043), - [aux_sym_cmd_identifier_token23] = ACTIONS(2043), - [aux_sym_cmd_identifier_token24] = ACTIONS(2043), - [aux_sym_cmd_identifier_token25] = ACTIONS(2043), - [aux_sym_cmd_identifier_token26] = ACTIONS(2043), - [aux_sym_cmd_identifier_token27] = ACTIONS(2043), - [aux_sym_cmd_identifier_token28] = ACTIONS(2043), - [aux_sym_cmd_identifier_token29] = ACTIONS(2043), - [aux_sym_cmd_identifier_token30] = ACTIONS(2043), - [aux_sym_cmd_identifier_token31] = ACTIONS(2043), - [aux_sym_cmd_identifier_token32] = ACTIONS(2043), - [aux_sym_cmd_identifier_token33] = ACTIONS(2043), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2043), - [aux_sym_cmd_identifier_token36] = ACTIONS(2043), - [aux_sym_cmd_identifier_token37] = ACTIONS(2043), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2043), - [aux_sym_cmd_identifier_token40] = ACTIONS(2043), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_DOLLAR] = ACTIONS(2043), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2043), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2043), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2043), - [aux_sym__val_number_decimal_token3] = ACTIONS(2043), - [aux_sym__val_number_decimal_token4] = ACTIONS(2043), - [aux_sym__val_number_token1] = ACTIONS(2043), - [aux_sym__val_number_token2] = ACTIONS(2043), - [aux_sym__val_number_token3] = ACTIONS(2043), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2043), - [sym__str_single_quotes] = ACTIONS(2043), - [sym__str_back_ticks] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2043), - [sym__entry_separator] = ACTIONS(2049), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), + [aux_sym_cmd_identifier_token2] = ACTIONS(2140), + [aux_sym_cmd_identifier_token3] = ACTIONS(2140), + [aux_sym_cmd_identifier_token4] = ACTIONS(2140), + [aux_sym_cmd_identifier_token5] = ACTIONS(2140), + [aux_sym_cmd_identifier_token6] = ACTIONS(2140), + [aux_sym_cmd_identifier_token7] = ACTIONS(2140), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), + [aux_sym_cmd_identifier_token10] = ACTIONS(2140), + [aux_sym_cmd_identifier_token11] = ACTIONS(2140), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), + [aux_sym_cmd_identifier_token16] = ACTIONS(2140), + [aux_sym_cmd_identifier_token17] = ACTIONS(2140), + [aux_sym_cmd_identifier_token18] = ACTIONS(2140), + [aux_sym_cmd_identifier_token19] = ACTIONS(2140), + [aux_sym_cmd_identifier_token20] = ACTIONS(2140), + [aux_sym_cmd_identifier_token21] = ACTIONS(2140), + [aux_sym_cmd_identifier_token22] = ACTIONS(2140), + [aux_sym_cmd_identifier_token23] = ACTIONS(2140), + [aux_sym_cmd_identifier_token24] = ACTIONS(2140), + [aux_sym_cmd_identifier_token25] = ACTIONS(2140), + [aux_sym_cmd_identifier_token26] = ACTIONS(2140), + [aux_sym_cmd_identifier_token27] = ACTIONS(2140), + [aux_sym_cmd_identifier_token28] = ACTIONS(2140), + [aux_sym_cmd_identifier_token29] = ACTIONS(2140), + [aux_sym_cmd_identifier_token30] = ACTIONS(2140), + [aux_sym_cmd_identifier_token31] = ACTIONS(2140), + [aux_sym_cmd_identifier_token32] = ACTIONS(2140), + [aux_sym_cmd_identifier_token33] = ACTIONS(2140), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), + [aux_sym_cmd_identifier_token35] = ACTIONS(2140), + [aux_sym_cmd_identifier_token36] = ACTIONS(2140), + [aux_sym_cmd_identifier_token37] = ACTIONS(2140), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), + [aux_sym_cmd_identifier_token39] = ACTIONS(2140), + [aux_sym_cmd_identifier_token40] = ACTIONS(2140), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2140), + [anon_sym_DOLLAR] = ACTIONS(2140), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2140), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_PLUS2] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2140), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), + [aux_sym__val_number_decimal_token2] = ACTIONS(2140), + [aux_sym__val_number_decimal_token3] = ACTIONS(2140), + [aux_sym__val_number_decimal_token4] = ACTIONS(2140), + [aux_sym__val_number_token1] = ACTIONS(2140), + [aux_sym__val_number_token2] = ACTIONS(2140), + [aux_sym__val_number_token3] = ACTIONS(2140), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2140), + [sym__str_single_quotes] = ACTIONS(2140), + [sym__str_back_ticks] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2140), + [sym__entry_separator] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2142), + }, + [683] = { + [sym_comment] = STATE(683), + [anon_sym_export] = ACTIONS(2025), + [anon_sym_alias] = ACTIONS(2025), + [anon_sym_let] = ACTIONS(2025), + [anon_sym_let_DASHenv] = ACTIONS(2025), + [anon_sym_mut] = ACTIONS(2025), + [anon_sym_const] = ACTIONS(2025), + [aux_sym_cmd_identifier_token1] = ACTIONS(2025), + [aux_sym_cmd_identifier_token2] = ACTIONS(2025), + [aux_sym_cmd_identifier_token3] = ACTIONS(2025), + [aux_sym_cmd_identifier_token4] = ACTIONS(2025), + [aux_sym_cmd_identifier_token5] = ACTIONS(2025), + [aux_sym_cmd_identifier_token6] = ACTIONS(2025), + [aux_sym_cmd_identifier_token7] = ACTIONS(2025), + [aux_sym_cmd_identifier_token8] = ACTIONS(2025), + [aux_sym_cmd_identifier_token9] = ACTIONS(2025), + [aux_sym_cmd_identifier_token10] = ACTIONS(2025), + [aux_sym_cmd_identifier_token11] = ACTIONS(2025), + [aux_sym_cmd_identifier_token12] = ACTIONS(2025), + [aux_sym_cmd_identifier_token13] = ACTIONS(2025), + [aux_sym_cmd_identifier_token14] = ACTIONS(2025), + [aux_sym_cmd_identifier_token15] = ACTIONS(2025), + [aux_sym_cmd_identifier_token16] = ACTIONS(2025), + [aux_sym_cmd_identifier_token17] = ACTIONS(2025), + [aux_sym_cmd_identifier_token18] = ACTIONS(2025), + [aux_sym_cmd_identifier_token19] = ACTIONS(2025), + [aux_sym_cmd_identifier_token20] = ACTIONS(2025), + [aux_sym_cmd_identifier_token21] = ACTIONS(2025), + [aux_sym_cmd_identifier_token22] = ACTIONS(2025), + [aux_sym_cmd_identifier_token23] = ACTIONS(2025), + [aux_sym_cmd_identifier_token24] = ACTIONS(2025), + [aux_sym_cmd_identifier_token25] = ACTIONS(2025), + [aux_sym_cmd_identifier_token26] = ACTIONS(2025), + [aux_sym_cmd_identifier_token27] = ACTIONS(2025), + [aux_sym_cmd_identifier_token28] = ACTIONS(2025), + [aux_sym_cmd_identifier_token29] = ACTIONS(2025), + [aux_sym_cmd_identifier_token30] = ACTIONS(2025), + [aux_sym_cmd_identifier_token31] = ACTIONS(2025), + [aux_sym_cmd_identifier_token32] = ACTIONS(2025), + [aux_sym_cmd_identifier_token33] = ACTIONS(2025), + [aux_sym_cmd_identifier_token34] = ACTIONS(2025), + [aux_sym_cmd_identifier_token35] = ACTIONS(2025), + [aux_sym_cmd_identifier_token36] = ACTIONS(2025), + [aux_sym_cmd_identifier_token37] = ACTIONS(2025), + [aux_sym_cmd_identifier_token38] = ACTIONS(2025), + [aux_sym_cmd_identifier_token39] = ACTIONS(2025), + [aux_sym_cmd_identifier_token40] = ACTIONS(2025), + [anon_sym_def] = ACTIONS(2025), + [anon_sym_export_DASHenv] = ACTIONS(2025), + [anon_sym_extern] = ACTIONS(2025), + [anon_sym_module] = ACTIONS(2025), + [anon_sym_use] = ACTIONS(2025), + [anon_sym_LPAREN] = ACTIONS(2025), + [anon_sym_DOLLAR] = ACTIONS(2025), + [anon_sym_error] = ACTIONS(2025), + [anon_sym_DASH2] = ACTIONS(2025), + [anon_sym_break] = ACTIONS(2025), + [anon_sym_continue] = ACTIONS(2025), + [anon_sym_for] = ACTIONS(2025), + [anon_sym_in2] = ACTIONS(2025), + [anon_sym_loop] = ACTIONS(2025), + [anon_sym_make] = ACTIONS(2025), + [anon_sym_while] = ACTIONS(2025), + [anon_sym_do] = ACTIONS(2025), + [anon_sym_if] = ACTIONS(2025), + [anon_sym_else] = ACTIONS(2025), + [anon_sym_match] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2025), + [anon_sym_try] = ACTIONS(2025), + [anon_sym_catch] = ACTIONS(2025), + [anon_sym_return] = ACTIONS(2025), + [anon_sym_source] = ACTIONS(2025), + [anon_sym_source_DASHenv] = ACTIONS(2025), + [anon_sym_register] = ACTIONS(2025), + [anon_sym_hide] = ACTIONS(2025), + [anon_sym_hide_DASHenv] = ACTIONS(2025), + [anon_sym_overlay] = ACTIONS(2025), + [anon_sym_as] = ACTIONS(2025), + [anon_sym_PLUS2] = ACTIONS(2025), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2025), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2025), + [aux_sym__val_number_decimal_token1] = ACTIONS(2025), + [aux_sym__val_number_decimal_token2] = ACTIONS(2025), + [aux_sym__val_number_decimal_token3] = ACTIONS(2025), + [aux_sym__val_number_decimal_token4] = ACTIONS(2025), + [aux_sym__val_number_token1] = ACTIONS(2025), + [aux_sym__val_number_token2] = ACTIONS(2025), + [aux_sym__val_number_token3] = ACTIONS(2025), + [aux_sym__val_number_token4] = ACTIONS(2025), + [aux_sym__val_number_token5] = ACTIONS(2025), + [aux_sym__val_number_token6] = ACTIONS(2025), + [anon_sym_DQUOTE] = ACTIONS(2025), + [sym__str_single_quotes] = ACTIONS(2025), + [sym__str_back_ticks] = ACTIONS(2025), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2025), + [sym__entry_separator] = ACTIONS(2027), [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2049), - }, - [683] = { - [sym_comment] = STATE(683), - [anon_sym_export] = ACTIONS(2297), - [anon_sym_alias] = ACTIONS(2297), - [anon_sym_let] = ACTIONS(2297), - [anon_sym_let_DASHenv] = ACTIONS(2297), - [anon_sym_mut] = ACTIONS(2297), - [anon_sym_const] = ACTIONS(2297), - [aux_sym_cmd_identifier_token1] = ACTIONS(2297), - [aux_sym_cmd_identifier_token2] = ACTIONS(2299), - [aux_sym_cmd_identifier_token3] = ACTIONS(2299), - [aux_sym_cmd_identifier_token4] = ACTIONS(2299), - [aux_sym_cmd_identifier_token5] = ACTIONS(2299), - [aux_sym_cmd_identifier_token6] = ACTIONS(2299), - [aux_sym_cmd_identifier_token7] = ACTIONS(2299), - [aux_sym_cmd_identifier_token8] = ACTIONS(2297), - [aux_sym_cmd_identifier_token9] = ACTIONS(2297), - [aux_sym_cmd_identifier_token10] = ACTIONS(2299), - [aux_sym_cmd_identifier_token11] = ACTIONS(2299), - [aux_sym_cmd_identifier_token12] = ACTIONS(2297), - [aux_sym_cmd_identifier_token13] = ACTIONS(2297), - [aux_sym_cmd_identifier_token14] = ACTIONS(2297), - [aux_sym_cmd_identifier_token15] = ACTIONS(2297), - [aux_sym_cmd_identifier_token16] = ACTIONS(2299), - [aux_sym_cmd_identifier_token17] = ACTIONS(2299), - [aux_sym_cmd_identifier_token18] = ACTIONS(2299), - [aux_sym_cmd_identifier_token19] = ACTIONS(2299), - [aux_sym_cmd_identifier_token20] = ACTIONS(2299), - [aux_sym_cmd_identifier_token21] = ACTIONS(2299), - [aux_sym_cmd_identifier_token22] = ACTIONS(2299), - [aux_sym_cmd_identifier_token23] = ACTIONS(2299), - [aux_sym_cmd_identifier_token24] = ACTIONS(2299), - [aux_sym_cmd_identifier_token25] = ACTIONS(2299), - [aux_sym_cmd_identifier_token26] = ACTIONS(2299), - [aux_sym_cmd_identifier_token27] = ACTIONS(2299), - [aux_sym_cmd_identifier_token28] = ACTIONS(2299), - [aux_sym_cmd_identifier_token29] = ACTIONS(2299), - [aux_sym_cmd_identifier_token30] = ACTIONS(2299), - [aux_sym_cmd_identifier_token31] = ACTIONS(2299), - [aux_sym_cmd_identifier_token32] = ACTIONS(2299), - [aux_sym_cmd_identifier_token33] = ACTIONS(2299), - [aux_sym_cmd_identifier_token34] = ACTIONS(2297), - [aux_sym_cmd_identifier_token35] = ACTIONS(2299), - [aux_sym_cmd_identifier_token36] = ACTIONS(2299), - [aux_sym_cmd_identifier_token37] = ACTIONS(2299), - [aux_sym_cmd_identifier_token38] = ACTIONS(2297), - [aux_sym_cmd_identifier_token39] = ACTIONS(2299), - [aux_sym_cmd_identifier_token40] = ACTIONS(2299), - [anon_sym_def] = ACTIONS(2297), - [anon_sym_export_DASHenv] = ACTIONS(2297), - [anon_sym_extern] = ACTIONS(2297), - [anon_sym_module] = ACTIONS(2297), - [anon_sym_use] = ACTIONS(2297), - [anon_sym_LPAREN] = ACTIONS(2297), - [anon_sym_DOLLAR] = ACTIONS(2299), - [anon_sym_error] = ACTIONS(2297), - [anon_sym_DASH2] = ACTIONS(2297), - [anon_sym_break] = ACTIONS(2297), - [anon_sym_continue] = ACTIONS(2297), - [anon_sym_for] = ACTIONS(2297), - [anon_sym_in2] = ACTIONS(2297), - [anon_sym_loop] = ACTIONS(2297), - [anon_sym_make] = ACTIONS(2297), - [anon_sym_while] = ACTIONS(2297), - [anon_sym_do] = ACTIONS(2297), - [anon_sym_if] = ACTIONS(2297), - [anon_sym_else] = ACTIONS(2297), - [anon_sym_match] = ACTIONS(2297), - [anon_sym_RBRACE] = ACTIONS(2299), - [anon_sym_try] = ACTIONS(2297), - [anon_sym_catch] = ACTIONS(2297), - [anon_sym_return] = ACTIONS(2297), - [anon_sym_source] = ACTIONS(2297), - [anon_sym_source_DASHenv] = ACTIONS(2297), - [anon_sym_register] = ACTIONS(2297), - [anon_sym_hide] = ACTIONS(2297), - [anon_sym_hide_DASHenv] = ACTIONS(2297), - [anon_sym_overlay] = ACTIONS(2297), - [anon_sym_as] = ACTIONS(2297), - [anon_sym_LPAREN2] = ACTIONS(2299), - [anon_sym_PLUS2] = ACTIONS(2297), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2299), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2299), - [aux_sym__val_number_decimal_token1] = ACTIONS(2297), - [aux_sym__val_number_decimal_token2] = ACTIONS(2299), - [aux_sym__val_number_decimal_token3] = ACTIONS(2299), - [aux_sym__val_number_decimal_token4] = ACTIONS(2299), - [aux_sym__val_number_token1] = ACTIONS(2299), - [aux_sym__val_number_token2] = ACTIONS(2299), - [aux_sym__val_number_token3] = ACTIONS(2299), - [aux_sym__val_number_token4] = ACTIONS(2297), - [aux_sym__val_number_token5] = ACTIONS(2297), - [aux_sym__val_number_token6] = ACTIONS(2297), - [anon_sym_DQUOTE] = ACTIONS(2299), - [sym__str_single_quotes] = ACTIONS(2299), - [sym__str_back_ticks] = ACTIONS(2299), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2299), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2299), + [sym_raw_string_begin] = ACTIONS(2027), }, [684] = { [sym_comment] = STATE(684), @@ -153377,1293 +153406,798 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [686] = { [sym_comment] = STATE(686), - [anon_sym_export] = ACTIONS(2305), - [anon_sym_alias] = ACTIONS(2305), - [anon_sym_let] = ACTIONS(2305), - [anon_sym_let_DASHenv] = ACTIONS(2305), - [anon_sym_mut] = ACTIONS(2305), - [anon_sym_const] = ACTIONS(2305), - [aux_sym_cmd_identifier_token1] = ACTIONS(2305), - [aux_sym_cmd_identifier_token2] = ACTIONS(2309), - [aux_sym_cmd_identifier_token3] = ACTIONS(2309), - [aux_sym_cmd_identifier_token4] = ACTIONS(2309), - [aux_sym_cmd_identifier_token5] = ACTIONS(2309), - [aux_sym_cmd_identifier_token6] = ACTIONS(2309), - [aux_sym_cmd_identifier_token7] = ACTIONS(2309), - [aux_sym_cmd_identifier_token8] = ACTIONS(2305), - [aux_sym_cmd_identifier_token9] = ACTIONS(2305), - [aux_sym_cmd_identifier_token10] = ACTIONS(2309), - [aux_sym_cmd_identifier_token11] = ACTIONS(2309), - [aux_sym_cmd_identifier_token12] = ACTIONS(2305), - [aux_sym_cmd_identifier_token13] = ACTIONS(2305), - [aux_sym_cmd_identifier_token14] = ACTIONS(2305), - [aux_sym_cmd_identifier_token15] = ACTIONS(2305), - [aux_sym_cmd_identifier_token16] = ACTIONS(2309), - [aux_sym_cmd_identifier_token17] = ACTIONS(2309), - [aux_sym_cmd_identifier_token18] = ACTIONS(2309), - [aux_sym_cmd_identifier_token19] = ACTIONS(2309), - [aux_sym_cmd_identifier_token20] = ACTIONS(2309), - [aux_sym_cmd_identifier_token21] = ACTIONS(2309), - [aux_sym_cmd_identifier_token22] = ACTIONS(2309), - [aux_sym_cmd_identifier_token23] = ACTIONS(2309), - [aux_sym_cmd_identifier_token24] = ACTIONS(2309), - [aux_sym_cmd_identifier_token25] = ACTIONS(2309), - [aux_sym_cmd_identifier_token26] = ACTIONS(2309), - [aux_sym_cmd_identifier_token27] = ACTIONS(2309), - [aux_sym_cmd_identifier_token28] = ACTIONS(2309), - [aux_sym_cmd_identifier_token29] = ACTIONS(2309), - [aux_sym_cmd_identifier_token30] = ACTIONS(2309), - [aux_sym_cmd_identifier_token31] = ACTIONS(2309), - [aux_sym_cmd_identifier_token32] = ACTIONS(2309), - [aux_sym_cmd_identifier_token33] = ACTIONS(2309), - [aux_sym_cmd_identifier_token34] = ACTIONS(2305), - [aux_sym_cmd_identifier_token35] = ACTIONS(2309), - [aux_sym_cmd_identifier_token36] = ACTIONS(2309), - [aux_sym_cmd_identifier_token37] = ACTIONS(2309), - [aux_sym_cmd_identifier_token38] = ACTIONS(2305), - [aux_sym_cmd_identifier_token39] = ACTIONS(2309), - [aux_sym_cmd_identifier_token40] = ACTIONS(2309), - [anon_sym_def] = ACTIONS(2305), - [anon_sym_export_DASHenv] = ACTIONS(2305), - [anon_sym_extern] = ACTIONS(2305), - [anon_sym_module] = ACTIONS(2305), - [anon_sym_use] = ACTIONS(2305), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_DOLLAR] = ACTIONS(2309), - [anon_sym_error] = ACTIONS(2305), - [anon_sym_DASH2] = ACTIONS(2305), - [anon_sym_break] = ACTIONS(2305), - [anon_sym_continue] = ACTIONS(2305), - [anon_sym_for] = ACTIONS(2305), - [anon_sym_in2] = ACTIONS(2305), - [anon_sym_loop] = ACTIONS(2305), - [anon_sym_make] = ACTIONS(2305), - [anon_sym_while] = ACTIONS(2305), - [anon_sym_do] = ACTIONS(2305), - [anon_sym_if] = ACTIONS(2305), - [anon_sym_else] = ACTIONS(2305), - [anon_sym_match] = ACTIONS(2305), - [anon_sym_RBRACE] = ACTIONS(2309), - [anon_sym_try] = ACTIONS(2305), - [anon_sym_catch] = ACTIONS(2305), - [anon_sym_return] = ACTIONS(2305), - [anon_sym_source] = ACTIONS(2305), - [anon_sym_source_DASHenv] = ACTIONS(2305), - [anon_sym_register] = ACTIONS(2305), - [anon_sym_hide] = ACTIONS(2305), - [anon_sym_hide_DASHenv] = ACTIONS(2305), - [anon_sym_overlay] = ACTIONS(2305), - [anon_sym_as] = ACTIONS(2305), - [anon_sym_PLUS2] = ACTIONS(2305), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2309), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2309), - [aux_sym__val_number_decimal_token1] = ACTIONS(2305), - [aux_sym__val_number_decimal_token2] = ACTIONS(2309), - [aux_sym__val_number_decimal_token3] = ACTIONS(2309), - [aux_sym__val_number_decimal_token4] = ACTIONS(2309), - [aux_sym__val_number_token1] = ACTIONS(2309), - [aux_sym__val_number_token2] = ACTIONS(2309), - [aux_sym__val_number_token3] = ACTIONS(2309), - [aux_sym__val_number_token4] = ACTIONS(2305), - [aux_sym__val_number_token5] = ACTIONS(2305), - [aux_sym__val_number_token6] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(2309), - [sym__str_single_quotes] = ACTIONS(2309), - [sym__str_back_ticks] = ACTIONS(2309), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2309), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2309), + [anon_sym_export] = ACTIONS(2385), + [anon_sym_alias] = ACTIONS(2385), + [anon_sym_let] = ACTIONS(2385), + [anon_sym_let_DASHenv] = ACTIONS(2385), + [anon_sym_mut] = ACTIONS(2385), + [anon_sym_const] = ACTIONS(2385), + [aux_sym_cmd_identifier_token1] = ACTIONS(2385), + [aux_sym_cmd_identifier_token2] = ACTIONS(2387), + [aux_sym_cmd_identifier_token3] = ACTIONS(2387), + [aux_sym_cmd_identifier_token4] = ACTIONS(2387), + [aux_sym_cmd_identifier_token5] = ACTIONS(2387), + [aux_sym_cmd_identifier_token6] = ACTIONS(2387), + [aux_sym_cmd_identifier_token7] = ACTIONS(2387), + [aux_sym_cmd_identifier_token8] = ACTIONS(2385), + [aux_sym_cmd_identifier_token9] = ACTIONS(2385), + [aux_sym_cmd_identifier_token10] = ACTIONS(2387), + [aux_sym_cmd_identifier_token11] = ACTIONS(2387), + [aux_sym_cmd_identifier_token12] = ACTIONS(2385), + [aux_sym_cmd_identifier_token13] = ACTIONS(2385), + [aux_sym_cmd_identifier_token14] = ACTIONS(2385), + [aux_sym_cmd_identifier_token15] = ACTIONS(2385), + [aux_sym_cmd_identifier_token16] = ACTIONS(2387), + [aux_sym_cmd_identifier_token17] = ACTIONS(2387), + [aux_sym_cmd_identifier_token18] = ACTIONS(2387), + [aux_sym_cmd_identifier_token19] = ACTIONS(2387), + [aux_sym_cmd_identifier_token20] = ACTIONS(2387), + [aux_sym_cmd_identifier_token21] = ACTIONS(2387), + [aux_sym_cmd_identifier_token22] = ACTIONS(2387), + [aux_sym_cmd_identifier_token23] = ACTIONS(2387), + [aux_sym_cmd_identifier_token24] = ACTIONS(2387), + [aux_sym_cmd_identifier_token25] = ACTIONS(2387), + [aux_sym_cmd_identifier_token26] = ACTIONS(2387), + [aux_sym_cmd_identifier_token27] = ACTIONS(2387), + [aux_sym_cmd_identifier_token28] = ACTIONS(2387), + [aux_sym_cmd_identifier_token29] = ACTIONS(2387), + [aux_sym_cmd_identifier_token30] = ACTIONS(2387), + [aux_sym_cmd_identifier_token31] = ACTIONS(2387), + [aux_sym_cmd_identifier_token32] = ACTIONS(2387), + [aux_sym_cmd_identifier_token33] = ACTIONS(2387), + [aux_sym_cmd_identifier_token34] = ACTIONS(2385), + [aux_sym_cmd_identifier_token35] = ACTIONS(2387), + [aux_sym_cmd_identifier_token36] = ACTIONS(2387), + [aux_sym_cmd_identifier_token37] = ACTIONS(2387), + [aux_sym_cmd_identifier_token38] = ACTIONS(2385), + [aux_sym_cmd_identifier_token39] = ACTIONS(2387), + [aux_sym_cmd_identifier_token40] = ACTIONS(2387), + [anon_sym_def] = ACTIONS(2385), + [anon_sym_export_DASHenv] = ACTIONS(2385), + [anon_sym_extern] = ACTIONS(2385), + [anon_sym_module] = ACTIONS(2385), + [anon_sym_use] = ACTIONS(2385), + [anon_sym_LPAREN] = ACTIONS(2387), + [anon_sym_DOLLAR] = ACTIONS(2387), + [anon_sym_error] = ACTIONS(2385), + [anon_sym_DASH2] = ACTIONS(2385), + [anon_sym_break] = ACTIONS(2385), + [anon_sym_continue] = ACTIONS(2385), + [anon_sym_for] = ACTIONS(2385), + [anon_sym_in2] = ACTIONS(2385), + [anon_sym_loop] = ACTIONS(2385), + [anon_sym_make] = ACTIONS(2385), + [anon_sym_while] = ACTIONS(2385), + [anon_sym_do] = ACTIONS(2385), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_else] = ACTIONS(2385), + [anon_sym_match] = ACTIONS(2385), + [anon_sym_RBRACE] = ACTIONS(2387), + [anon_sym_try] = ACTIONS(2385), + [anon_sym_catch] = ACTIONS(2385), + [anon_sym_return] = ACTIONS(2385), + [anon_sym_source] = ACTIONS(2385), + [anon_sym_source_DASHenv] = ACTIONS(2385), + [anon_sym_register] = ACTIONS(2385), + [anon_sym_hide] = ACTIONS(2385), + [anon_sym_hide_DASHenv] = ACTIONS(2385), + [anon_sym_overlay] = ACTIONS(2385), + [anon_sym_as] = ACTIONS(2385), + [anon_sym_PLUS2] = ACTIONS(2385), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2387), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2387), + [aux_sym__val_number_decimal_token1] = ACTIONS(2385), + [aux_sym__val_number_decimal_token2] = ACTIONS(2387), + [aux_sym__val_number_decimal_token3] = ACTIONS(2387), + [aux_sym__val_number_decimal_token4] = ACTIONS(2387), + [aux_sym__val_number_token1] = ACTIONS(2387), + [aux_sym__val_number_token2] = ACTIONS(2387), + [aux_sym__val_number_token3] = ACTIONS(2387), + [aux_sym__val_number_token4] = ACTIONS(2385), + [aux_sym__val_number_token5] = ACTIONS(2385), + [aux_sym__val_number_token6] = ACTIONS(2385), + [anon_sym_DQUOTE] = ACTIONS(2387), + [sym__str_single_quotes] = ACTIONS(2387), + [sym__str_back_ticks] = ACTIONS(2387), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2387), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2387), }, [687] = { [sym_comment] = STATE(687), - [anon_sym_export] = ACTIONS(962), - [anon_sym_alias] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_let_DASHenv] = ACTIONS(962), - [anon_sym_mut] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [aux_sym_cmd_identifier_token1] = ACTIONS(962), - [aux_sym_cmd_identifier_token2] = ACTIONS(964), - [aux_sym_cmd_identifier_token3] = ACTIONS(964), - [aux_sym_cmd_identifier_token4] = ACTIONS(964), - [aux_sym_cmd_identifier_token5] = ACTIONS(964), - [aux_sym_cmd_identifier_token6] = ACTIONS(964), - [aux_sym_cmd_identifier_token7] = ACTIONS(964), - [aux_sym_cmd_identifier_token8] = ACTIONS(962), - [aux_sym_cmd_identifier_token9] = ACTIONS(962), - [aux_sym_cmd_identifier_token10] = ACTIONS(964), - [aux_sym_cmd_identifier_token11] = ACTIONS(964), - [aux_sym_cmd_identifier_token12] = ACTIONS(962), - [aux_sym_cmd_identifier_token13] = ACTIONS(962), - [aux_sym_cmd_identifier_token14] = ACTIONS(962), - [aux_sym_cmd_identifier_token15] = ACTIONS(962), - [aux_sym_cmd_identifier_token16] = ACTIONS(964), - [aux_sym_cmd_identifier_token17] = ACTIONS(964), - [aux_sym_cmd_identifier_token18] = ACTIONS(964), - [aux_sym_cmd_identifier_token19] = ACTIONS(964), - [aux_sym_cmd_identifier_token20] = ACTIONS(964), - [aux_sym_cmd_identifier_token21] = ACTIONS(964), - [aux_sym_cmd_identifier_token22] = ACTIONS(964), - [aux_sym_cmd_identifier_token23] = ACTIONS(964), - [aux_sym_cmd_identifier_token24] = ACTIONS(964), - [aux_sym_cmd_identifier_token25] = ACTIONS(964), - [aux_sym_cmd_identifier_token26] = ACTIONS(964), - [aux_sym_cmd_identifier_token27] = ACTIONS(964), - [aux_sym_cmd_identifier_token28] = ACTIONS(964), - [aux_sym_cmd_identifier_token29] = ACTIONS(964), - [aux_sym_cmd_identifier_token30] = ACTIONS(964), - [aux_sym_cmd_identifier_token31] = ACTIONS(964), - [aux_sym_cmd_identifier_token32] = ACTIONS(964), - [aux_sym_cmd_identifier_token33] = ACTIONS(964), - [aux_sym_cmd_identifier_token34] = ACTIONS(962), - [aux_sym_cmd_identifier_token35] = ACTIONS(964), - [aux_sym_cmd_identifier_token36] = ACTIONS(964), - [aux_sym_cmd_identifier_token37] = ACTIONS(964), - [aux_sym_cmd_identifier_token38] = ACTIONS(962), - [aux_sym_cmd_identifier_token39] = ACTIONS(964), - [aux_sym_cmd_identifier_token40] = ACTIONS(964), - [anon_sym_def] = ACTIONS(962), - [anon_sym_export_DASHenv] = ACTIONS(962), - [anon_sym_extern] = ACTIONS(962), - [anon_sym_module] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_error] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_make] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [anon_sym_do] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_else] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_try] = ACTIONS(962), - [anon_sym_catch] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_source] = ACTIONS(962), - [anon_sym_source_DASHenv] = ACTIONS(962), - [anon_sym_register] = ACTIONS(962), - [anon_sym_hide] = ACTIONS(962), - [anon_sym_hide_DASHenv] = ACTIONS(962), - [anon_sym_overlay] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(962), - [aux_sym__val_number_token5] = ACTIONS(962), - [aux_sym__val_number_token6] = ACTIONS(962), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), + [anon_sym_export] = ACTIONS(2345), + [anon_sym_alias] = ACTIONS(2345), + [anon_sym_let] = ACTIONS(2345), + [anon_sym_let_DASHenv] = ACTIONS(2345), + [anon_sym_mut] = ACTIONS(2345), + [anon_sym_const] = ACTIONS(2345), + [aux_sym_cmd_identifier_token1] = ACTIONS(2345), + [aux_sym_cmd_identifier_token2] = ACTIONS(2347), + [aux_sym_cmd_identifier_token3] = ACTIONS(2347), + [aux_sym_cmd_identifier_token4] = ACTIONS(2347), + [aux_sym_cmd_identifier_token5] = ACTIONS(2347), + [aux_sym_cmd_identifier_token6] = ACTIONS(2347), + [aux_sym_cmd_identifier_token7] = ACTIONS(2347), + [aux_sym_cmd_identifier_token8] = ACTIONS(2345), + [aux_sym_cmd_identifier_token9] = ACTIONS(2345), + [aux_sym_cmd_identifier_token10] = ACTIONS(2347), + [aux_sym_cmd_identifier_token11] = ACTIONS(2347), + [aux_sym_cmd_identifier_token12] = ACTIONS(2345), + [aux_sym_cmd_identifier_token13] = ACTIONS(2345), + [aux_sym_cmd_identifier_token14] = ACTIONS(2345), + [aux_sym_cmd_identifier_token15] = ACTIONS(2345), + [aux_sym_cmd_identifier_token16] = ACTIONS(2347), + [aux_sym_cmd_identifier_token17] = ACTIONS(2347), + [aux_sym_cmd_identifier_token18] = ACTIONS(2347), + [aux_sym_cmd_identifier_token19] = ACTIONS(2347), + [aux_sym_cmd_identifier_token20] = ACTIONS(2347), + [aux_sym_cmd_identifier_token21] = ACTIONS(2347), + [aux_sym_cmd_identifier_token22] = ACTIONS(2347), + [aux_sym_cmd_identifier_token23] = ACTIONS(2347), + [aux_sym_cmd_identifier_token24] = ACTIONS(2347), + [aux_sym_cmd_identifier_token25] = ACTIONS(2347), + [aux_sym_cmd_identifier_token26] = ACTIONS(2347), + [aux_sym_cmd_identifier_token27] = ACTIONS(2347), + [aux_sym_cmd_identifier_token28] = ACTIONS(2347), + [aux_sym_cmd_identifier_token29] = ACTIONS(2347), + [aux_sym_cmd_identifier_token30] = ACTIONS(2347), + [aux_sym_cmd_identifier_token31] = ACTIONS(2347), + [aux_sym_cmd_identifier_token32] = ACTIONS(2347), + [aux_sym_cmd_identifier_token33] = ACTIONS(2347), + [aux_sym_cmd_identifier_token34] = ACTIONS(2345), + [aux_sym_cmd_identifier_token35] = ACTIONS(2347), + [aux_sym_cmd_identifier_token36] = ACTIONS(2347), + [aux_sym_cmd_identifier_token37] = ACTIONS(2347), + [aux_sym_cmd_identifier_token38] = ACTIONS(2345), + [aux_sym_cmd_identifier_token39] = ACTIONS(2347), + [aux_sym_cmd_identifier_token40] = ACTIONS(2347), + [anon_sym_def] = ACTIONS(2345), + [anon_sym_export_DASHenv] = ACTIONS(2345), + [anon_sym_extern] = ACTIONS(2345), + [anon_sym_module] = ACTIONS(2345), + [anon_sym_use] = ACTIONS(2345), + [anon_sym_LPAREN] = ACTIONS(2347), + [anon_sym_DOLLAR] = ACTIONS(2347), + [anon_sym_error] = ACTIONS(2345), + [anon_sym_DASH2] = ACTIONS(2345), + [anon_sym_break] = ACTIONS(2345), + [anon_sym_continue] = ACTIONS(2345), + [anon_sym_for] = ACTIONS(2345), + [anon_sym_in2] = ACTIONS(2345), + [anon_sym_loop] = ACTIONS(2345), + [anon_sym_make] = ACTIONS(2345), + [anon_sym_while] = ACTIONS(2345), + [anon_sym_do] = ACTIONS(2345), + [anon_sym_if] = ACTIONS(2345), + [anon_sym_else] = ACTIONS(2345), + [anon_sym_match] = ACTIONS(2345), + [anon_sym_RBRACE] = ACTIONS(2347), + [anon_sym_try] = ACTIONS(2345), + [anon_sym_catch] = ACTIONS(2345), + [anon_sym_return] = ACTIONS(2345), + [anon_sym_source] = ACTIONS(2345), + [anon_sym_source_DASHenv] = ACTIONS(2345), + [anon_sym_register] = ACTIONS(2345), + [anon_sym_hide] = ACTIONS(2345), + [anon_sym_hide_DASHenv] = ACTIONS(2345), + [anon_sym_overlay] = ACTIONS(2345), + [anon_sym_as] = ACTIONS(2345), + [anon_sym_PLUS2] = ACTIONS(2345), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2347), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2347), + [aux_sym__val_number_decimal_token1] = ACTIONS(2345), + [aux_sym__val_number_decimal_token2] = ACTIONS(2347), + [aux_sym__val_number_decimal_token3] = ACTIONS(2347), + [aux_sym__val_number_decimal_token4] = ACTIONS(2347), + [aux_sym__val_number_token1] = ACTIONS(2347), + [aux_sym__val_number_token2] = ACTIONS(2347), + [aux_sym__val_number_token3] = ACTIONS(2347), + [aux_sym__val_number_token4] = ACTIONS(2345), + [aux_sym__val_number_token5] = ACTIONS(2345), + [aux_sym__val_number_token6] = ACTIONS(2345), + [anon_sym_DQUOTE] = ACTIONS(2347), + [sym__str_single_quotes] = ACTIONS(2347), + [sym__str_back_ticks] = ACTIONS(2347), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2347), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2347), }, [688] = { [sym_comment] = STATE(688), - [anon_sym_export] = ACTIONS(2437), - [anon_sym_alias] = ACTIONS(2437), - [anon_sym_let] = ACTIONS(2437), - [anon_sym_let_DASHenv] = ACTIONS(2437), - [anon_sym_mut] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [aux_sym_cmd_identifier_token1] = ACTIONS(2437), - [aux_sym_cmd_identifier_token2] = ACTIONS(2439), - [aux_sym_cmd_identifier_token3] = ACTIONS(2439), - [aux_sym_cmd_identifier_token4] = ACTIONS(2439), - [aux_sym_cmd_identifier_token5] = ACTIONS(2439), - [aux_sym_cmd_identifier_token6] = ACTIONS(2439), - [aux_sym_cmd_identifier_token7] = ACTIONS(2439), - [aux_sym_cmd_identifier_token8] = ACTIONS(2437), - [aux_sym_cmd_identifier_token9] = ACTIONS(2437), - [aux_sym_cmd_identifier_token10] = ACTIONS(2439), - [aux_sym_cmd_identifier_token11] = ACTIONS(2439), - [aux_sym_cmd_identifier_token12] = ACTIONS(2437), - [aux_sym_cmd_identifier_token13] = ACTIONS(2437), - [aux_sym_cmd_identifier_token14] = ACTIONS(2437), - [aux_sym_cmd_identifier_token15] = ACTIONS(2437), - [aux_sym_cmd_identifier_token16] = ACTIONS(2439), - [aux_sym_cmd_identifier_token17] = ACTIONS(2439), - [aux_sym_cmd_identifier_token18] = ACTIONS(2439), - [aux_sym_cmd_identifier_token19] = ACTIONS(2439), - [aux_sym_cmd_identifier_token20] = ACTIONS(2439), - [aux_sym_cmd_identifier_token21] = ACTIONS(2439), - [aux_sym_cmd_identifier_token22] = ACTIONS(2439), - [aux_sym_cmd_identifier_token23] = ACTIONS(2439), - [aux_sym_cmd_identifier_token24] = ACTIONS(2439), - [aux_sym_cmd_identifier_token25] = ACTIONS(2439), - [aux_sym_cmd_identifier_token26] = ACTIONS(2439), - [aux_sym_cmd_identifier_token27] = ACTIONS(2439), - [aux_sym_cmd_identifier_token28] = ACTIONS(2439), - [aux_sym_cmd_identifier_token29] = ACTIONS(2439), - [aux_sym_cmd_identifier_token30] = ACTIONS(2439), - [aux_sym_cmd_identifier_token31] = ACTIONS(2439), - [aux_sym_cmd_identifier_token32] = ACTIONS(2439), - [aux_sym_cmd_identifier_token33] = ACTIONS(2439), - [aux_sym_cmd_identifier_token34] = ACTIONS(2437), - [aux_sym_cmd_identifier_token35] = ACTIONS(2439), - [aux_sym_cmd_identifier_token36] = ACTIONS(2439), - [aux_sym_cmd_identifier_token37] = ACTIONS(2439), - [aux_sym_cmd_identifier_token38] = ACTIONS(2437), - [aux_sym_cmd_identifier_token39] = ACTIONS(2439), - [aux_sym_cmd_identifier_token40] = ACTIONS(2439), - [anon_sym_def] = ACTIONS(2437), - [anon_sym_export_DASHenv] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_module] = ACTIONS(2437), - [anon_sym_use] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2439), - [anon_sym_DOLLAR] = ACTIONS(2439), - [anon_sym_error] = ACTIONS(2437), - [anon_sym_DASH2] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_in2] = ACTIONS(2437), - [anon_sym_loop] = ACTIONS(2437), - [anon_sym_make] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_do] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_else] = ACTIONS(2437), - [anon_sym_match] = ACTIONS(2437), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_try] = ACTIONS(2437), - [anon_sym_catch] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_source] = ACTIONS(2437), - [anon_sym_source_DASHenv] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_hide] = ACTIONS(2437), - [anon_sym_hide_DASHenv] = ACTIONS(2437), - [anon_sym_overlay] = ACTIONS(2437), - [anon_sym_as] = ACTIONS(2437), - [anon_sym_PLUS2] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2439), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2439), - [aux_sym__val_number_decimal_token1] = ACTIONS(2437), - [aux_sym__val_number_decimal_token2] = ACTIONS(2439), - [aux_sym__val_number_decimal_token3] = ACTIONS(2439), - [aux_sym__val_number_decimal_token4] = ACTIONS(2439), - [aux_sym__val_number_token1] = ACTIONS(2439), - [aux_sym__val_number_token2] = ACTIONS(2439), - [aux_sym__val_number_token3] = ACTIONS(2439), - [aux_sym__val_number_token4] = ACTIONS(2437), - [aux_sym__val_number_token5] = ACTIONS(2437), - [aux_sym__val_number_token6] = ACTIONS(2437), - [anon_sym_DQUOTE] = ACTIONS(2439), - [sym__str_single_quotes] = ACTIONS(2439), - [sym__str_back_ticks] = ACTIONS(2439), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2439), + [anon_sym_export] = ACTIONS(2427), + [anon_sym_alias] = ACTIONS(2427), + [anon_sym_let] = ACTIONS(2427), + [anon_sym_let_DASHenv] = ACTIONS(2427), + [anon_sym_mut] = ACTIONS(2427), + [anon_sym_const] = ACTIONS(2427), + [aux_sym_cmd_identifier_token1] = ACTIONS(2427), + [aux_sym_cmd_identifier_token2] = ACTIONS(2429), + [aux_sym_cmd_identifier_token3] = ACTIONS(2429), + [aux_sym_cmd_identifier_token4] = ACTIONS(2429), + [aux_sym_cmd_identifier_token5] = ACTIONS(2429), + [aux_sym_cmd_identifier_token6] = ACTIONS(2429), + [aux_sym_cmd_identifier_token7] = ACTIONS(2429), + [aux_sym_cmd_identifier_token8] = ACTIONS(2427), + [aux_sym_cmd_identifier_token9] = ACTIONS(2427), + [aux_sym_cmd_identifier_token10] = ACTIONS(2429), + [aux_sym_cmd_identifier_token11] = ACTIONS(2429), + [aux_sym_cmd_identifier_token12] = ACTIONS(2427), + [aux_sym_cmd_identifier_token13] = ACTIONS(2427), + [aux_sym_cmd_identifier_token14] = ACTIONS(2427), + [aux_sym_cmd_identifier_token15] = ACTIONS(2427), + [aux_sym_cmd_identifier_token16] = ACTIONS(2429), + [aux_sym_cmd_identifier_token17] = ACTIONS(2429), + [aux_sym_cmd_identifier_token18] = ACTIONS(2429), + [aux_sym_cmd_identifier_token19] = ACTIONS(2429), + [aux_sym_cmd_identifier_token20] = ACTIONS(2429), + [aux_sym_cmd_identifier_token21] = ACTIONS(2429), + [aux_sym_cmd_identifier_token22] = ACTIONS(2429), + [aux_sym_cmd_identifier_token23] = ACTIONS(2429), + [aux_sym_cmd_identifier_token24] = ACTIONS(2429), + [aux_sym_cmd_identifier_token25] = ACTIONS(2429), + [aux_sym_cmd_identifier_token26] = ACTIONS(2429), + [aux_sym_cmd_identifier_token27] = ACTIONS(2429), + [aux_sym_cmd_identifier_token28] = ACTIONS(2429), + [aux_sym_cmd_identifier_token29] = ACTIONS(2429), + [aux_sym_cmd_identifier_token30] = ACTIONS(2429), + [aux_sym_cmd_identifier_token31] = ACTIONS(2429), + [aux_sym_cmd_identifier_token32] = ACTIONS(2429), + [aux_sym_cmd_identifier_token33] = ACTIONS(2429), + [aux_sym_cmd_identifier_token34] = ACTIONS(2427), + [aux_sym_cmd_identifier_token35] = ACTIONS(2429), + [aux_sym_cmd_identifier_token36] = ACTIONS(2429), + [aux_sym_cmd_identifier_token37] = ACTIONS(2429), + [aux_sym_cmd_identifier_token38] = ACTIONS(2427), + [aux_sym_cmd_identifier_token39] = ACTIONS(2429), + [aux_sym_cmd_identifier_token40] = ACTIONS(2429), + [anon_sym_def] = ACTIONS(2427), + [anon_sym_export_DASHenv] = ACTIONS(2427), + [anon_sym_extern] = ACTIONS(2427), + [anon_sym_module] = ACTIONS(2427), + [anon_sym_use] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2429), + [anon_sym_DOLLAR] = ACTIONS(2429), + [anon_sym_error] = ACTIONS(2427), + [anon_sym_DASH2] = ACTIONS(2427), + [anon_sym_break] = ACTIONS(2427), + [anon_sym_continue] = ACTIONS(2427), + [anon_sym_for] = ACTIONS(2427), + [anon_sym_in2] = ACTIONS(2427), + [anon_sym_loop] = ACTIONS(2427), + [anon_sym_make] = ACTIONS(2427), + [anon_sym_while] = ACTIONS(2427), + [anon_sym_do] = ACTIONS(2427), + [anon_sym_if] = ACTIONS(2427), + [anon_sym_else] = ACTIONS(2427), + [anon_sym_match] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2429), + [anon_sym_try] = ACTIONS(2427), + [anon_sym_catch] = ACTIONS(2427), + [anon_sym_return] = ACTIONS(2427), + [anon_sym_source] = ACTIONS(2427), + [anon_sym_source_DASHenv] = ACTIONS(2427), + [anon_sym_register] = ACTIONS(2427), + [anon_sym_hide] = ACTIONS(2427), + [anon_sym_hide_DASHenv] = ACTIONS(2427), + [anon_sym_overlay] = ACTIONS(2427), + [anon_sym_as] = ACTIONS(2427), + [anon_sym_PLUS2] = ACTIONS(2427), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2429), + [aux_sym__val_number_decimal_token1] = ACTIONS(2427), + [aux_sym__val_number_decimal_token2] = ACTIONS(2429), + [aux_sym__val_number_decimal_token3] = ACTIONS(2429), + [aux_sym__val_number_decimal_token4] = ACTIONS(2429), + [aux_sym__val_number_token1] = ACTIONS(2429), + [aux_sym__val_number_token2] = ACTIONS(2429), + [aux_sym__val_number_token3] = ACTIONS(2429), + [aux_sym__val_number_token4] = ACTIONS(2427), + [aux_sym__val_number_token5] = ACTIONS(2427), + [aux_sym__val_number_token6] = ACTIONS(2427), + [anon_sym_DQUOTE] = ACTIONS(2429), + [sym__str_single_quotes] = ACTIONS(2429), + [sym__str_back_ticks] = ACTIONS(2429), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2429), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2439), + [sym_raw_string_begin] = ACTIONS(2429), }, [689] = { [sym_comment] = STATE(689), - [anon_sym_export] = ACTIONS(2441), - [anon_sym_alias] = ACTIONS(2441), - [anon_sym_let] = ACTIONS(2441), - [anon_sym_let_DASHenv] = ACTIONS(2441), - [anon_sym_mut] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [aux_sym_cmd_identifier_token1] = ACTIONS(2441), - [aux_sym_cmd_identifier_token2] = ACTIONS(2443), - [aux_sym_cmd_identifier_token3] = ACTIONS(2443), - [aux_sym_cmd_identifier_token4] = ACTIONS(2443), - [aux_sym_cmd_identifier_token5] = ACTIONS(2443), - [aux_sym_cmd_identifier_token6] = ACTIONS(2443), - [aux_sym_cmd_identifier_token7] = ACTIONS(2443), - [aux_sym_cmd_identifier_token8] = ACTIONS(2441), - [aux_sym_cmd_identifier_token9] = ACTIONS(2441), - [aux_sym_cmd_identifier_token10] = ACTIONS(2443), - [aux_sym_cmd_identifier_token11] = ACTIONS(2443), - [aux_sym_cmd_identifier_token12] = ACTIONS(2441), - [aux_sym_cmd_identifier_token13] = ACTIONS(2441), - [aux_sym_cmd_identifier_token14] = ACTIONS(2441), - [aux_sym_cmd_identifier_token15] = ACTIONS(2441), - [aux_sym_cmd_identifier_token16] = ACTIONS(2443), - [aux_sym_cmd_identifier_token17] = ACTIONS(2443), - [aux_sym_cmd_identifier_token18] = ACTIONS(2443), - [aux_sym_cmd_identifier_token19] = ACTIONS(2443), - [aux_sym_cmd_identifier_token20] = ACTIONS(2443), - [aux_sym_cmd_identifier_token21] = ACTIONS(2443), - [aux_sym_cmd_identifier_token22] = ACTIONS(2443), - [aux_sym_cmd_identifier_token23] = ACTIONS(2443), - [aux_sym_cmd_identifier_token24] = ACTIONS(2443), - [aux_sym_cmd_identifier_token25] = ACTIONS(2443), - [aux_sym_cmd_identifier_token26] = ACTIONS(2443), - [aux_sym_cmd_identifier_token27] = ACTIONS(2443), - [aux_sym_cmd_identifier_token28] = ACTIONS(2443), - [aux_sym_cmd_identifier_token29] = ACTIONS(2443), - [aux_sym_cmd_identifier_token30] = ACTIONS(2443), - [aux_sym_cmd_identifier_token31] = ACTIONS(2443), - [aux_sym_cmd_identifier_token32] = ACTIONS(2443), - [aux_sym_cmd_identifier_token33] = ACTIONS(2443), - [aux_sym_cmd_identifier_token34] = ACTIONS(2441), - [aux_sym_cmd_identifier_token35] = ACTIONS(2443), - [aux_sym_cmd_identifier_token36] = ACTIONS(2443), - [aux_sym_cmd_identifier_token37] = ACTIONS(2443), - [aux_sym_cmd_identifier_token38] = ACTIONS(2441), - [aux_sym_cmd_identifier_token39] = ACTIONS(2443), - [aux_sym_cmd_identifier_token40] = ACTIONS(2443), - [anon_sym_def] = ACTIONS(2441), - [anon_sym_export_DASHenv] = ACTIONS(2441), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym_module] = ACTIONS(2441), - [anon_sym_use] = ACTIONS(2441), - [anon_sym_LPAREN] = ACTIONS(2443), - [anon_sym_DOLLAR] = ACTIONS(2443), - [anon_sym_error] = ACTIONS(2441), - [anon_sym_DASH2] = ACTIONS(2441), - [anon_sym_break] = ACTIONS(2441), - [anon_sym_continue] = ACTIONS(2441), - [anon_sym_for] = ACTIONS(2441), - [anon_sym_in2] = ACTIONS(2441), - [anon_sym_loop] = ACTIONS(2441), - [anon_sym_make] = ACTIONS(2441), - [anon_sym_while] = ACTIONS(2441), - [anon_sym_do] = ACTIONS(2441), - [anon_sym_if] = ACTIONS(2441), - [anon_sym_else] = ACTIONS(2441), - [anon_sym_match] = ACTIONS(2441), - [anon_sym_RBRACE] = ACTIONS(2443), - [anon_sym_try] = ACTIONS(2441), - [anon_sym_catch] = ACTIONS(2441), - [anon_sym_return] = ACTIONS(2441), - [anon_sym_source] = ACTIONS(2441), - [anon_sym_source_DASHenv] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_hide] = ACTIONS(2441), - [anon_sym_hide_DASHenv] = ACTIONS(2441), - [anon_sym_overlay] = ACTIONS(2441), - [anon_sym_as] = ACTIONS(2441), - [anon_sym_PLUS2] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2443), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2443), - [aux_sym__val_number_decimal_token1] = ACTIONS(2441), - [aux_sym__val_number_decimal_token2] = ACTIONS(2443), - [aux_sym__val_number_decimal_token3] = ACTIONS(2443), - [aux_sym__val_number_decimal_token4] = ACTIONS(2443), - [aux_sym__val_number_token1] = ACTIONS(2443), - [aux_sym__val_number_token2] = ACTIONS(2443), - [aux_sym__val_number_token3] = ACTIONS(2443), - [aux_sym__val_number_token4] = ACTIONS(2441), - [aux_sym__val_number_token5] = ACTIONS(2441), - [aux_sym__val_number_token6] = ACTIONS(2441), - [anon_sym_DQUOTE] = ACTIONS(2443), - [sym__str_single_quotes] = ACTIONS(2443), - [sym__str_back_ticks] = ACTIONS(2443), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2443), + [anon_sym_export] = ACTIONS(2431), + [anon_sym_alias] = ACTIONS(2431), + [anon_sym_let] = ACTIONS(2431), + [anon_sym_let_DASHenv] = ACTIONS(2431), + [anon_sym_mut] = ACTIONS(2431), + [anon_sym_const] = ACTIONS(2431), + [aux_sym_cmd_identifier_token1] = ACTIONS(2431), + [aux_sym_cmd_identifier_token2] = ACTIONS(2433), + [aux_sym_cmd_identifier_token3] = ACTIONS(2433), + [aux_sym_cmd_identifier_token4] = ACTIONS(2433), + [aux_sym_cmd_identifier_token5] = ACTIONS(2433), + [aux_sym_cmd_identifier_token6] = ACTIONS(2433), + [aux_sym_cmd_identifier_token7] = ACTIONS(2433), + [aux_sym_cmd_identifier_token8] = ACTIONS(2431), + [aux_sym_cmd_identifier_token9] = ACTIONS(2431), + [aux_sym_cmd_identifier_token10] = ACTIONS(2433), + [aux_sym_cmd_identifier_token11] = ACTIONS(2433), + [aux_sym_cmd_identifier_token12] = ACTIONS(2431), + [aux_sym_cmd_identifier_token13] = ACTIONS(2431), + [aux_sym_cmd_identifier_token14] = ACTIONS(2431), + [aux_sym_cmd_identifier_token15] = ACTIONS(2431), + [aux_sym_cmd_identifier_token16] = ACTIONS(2433), + [aux_sym_cmd_identifier_token17] = ACTIONS(2433), + [aux_sym_cmd_identifier_token18] = ACTIONS(2433), + [aux_sym_cmd_identifier_token19] = ACTIONS(2433), + [aux_sym_cmd_identifier_token20] = ACTIONS(2433), + [aux_sym_cmd_identifier_token21] = ACTIONS(2433), + [aux_sym_cmd_identifier_token22] = ACTIONS(2433), + [aux_sym_cmd_identifier_token23] = ACTIONS(2433), + [aux_sym_cmd_identifier_token24] = ACTIONS(2433), + [aux_sym_cmd_identifier_token25] = ACTIONS(2433), + [aux_sym_cmd_identifier_token26] = ACTIONS(2433), + [aux_sym_cmd_identifier_token27] = ACTIONS(2433), + [aux_sym_cmd_identifier_token28] = ACTIONS(2433), + [aux_sym_cmd_identifier_token29] = ACTIONS(2433), + [aux_sym_cmd_identifier_token30] = ACTIONS(2433), + [aux_sym_cmd_identifier_token31] = ACTIONS(2433), + [aux_sym_cmd_identifier_token32] = ACTIONS(2433), + [aux_sym_cmd_identifier_token33] = ACTIONS(2433), + [aux_sym_cmd_identifier_token34] = ACTIONS(2431), + [aux_sym_cmd_identifier_token35] = ACTIONS(2433), + [aux_sym_cmd_identifier_token36] = ACTIONS(2433), + [aux_sym_cmd_identifier_token37] = ACTIONS(2433), + [aux_sym_cmd_identifier_token38] = ACTIONS(2431), + [aux_sym_cmd_identifier_token39] = ACTIONS(2433), + [aux_sym_cmd_identifier_token40] = ACTIONS(2433), + [anon_sym_def] = ACTIONS(2431), + [anon_sym_export_DASHenv] = ACTIONS(2431), + [anon_sym_extern] = ACTIONS(2431), + [anon_sym_module] = ACTIONS(2431), + [anon_sym_use] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2433), + [anon_sym_DOLLAR] = ACTIONS(2433), + [anon_sym_error] = ACTIONS(2431), + [anon_sym_DASH2] = ACTIONS(2431), + [anon_sym_break] = ACTIONS(2431), + [anon_sym_continue] = ACTIONS(2431), + [anon_sym_for] = ACTIONS(2431), + [anon_sym_in2] = ACTIONS(2431), + [anon_sym_loop] = ACTIONS(2431), + [anon_sym_make] = ACTIONS(2431), + [anon_sym_while] = ACTIONS(2431), + [anon_sym_do] = ACTIONS(2431), + [anon_sym_if] = ACTIONS(2431), + [anon_sym_else] = ACTIONS(2431), + [anon_sym_match] = ACTIONS(2431), + [anon_sym_RBRACE] = ACTIONS(2433), + [anon_sym_try] = ACTIONS(2431), + [anon_sym_catch] = ACTIONS(2431), + [anon_sym_return] = ACTIONS(2431), + [anon_sym_source] = ACTIONS(2431), + [anon_sym_source_DASHenv] = ACTIONS(2431), + [anon_sym_register] = ACTIONS(2431), + [anon_sym_hide] = ACTIONS(2431), + [anon_sym_hide_DASHenv] = ACTIONS(2431), + [anon_sym_overlay] = ACTIONS(2431), + [anon_sym_as] = ACTIONS(2431), + [anon_sym_PLUS2] = ACTIONS(2431), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2433), + [aux_sym__val_number_decimal_token1] = ACTIONS(2431), + [aux_sym__val_number_decimal_token2] = ACTIONS(2433), + [aux_sym__val_number_decimal_token3] = ACTIONS(2433), + [aux_sym__val_number_decimal_token4] = ACTIONS(2433), + [aux_sym__val_number_token1] = ACTIONS(2433), + [aux_sym__val_number_token2] = ACTIONS(2433), + [aux_sym__val_number_token3] = ACTIONS(2433), + [aux_sym__val_number_token4] = ACTIONS(2431), + [aux_sym__val_number_token5] = ACTIONS(2431), + [aux_sym__val_number_token6] = ACTIONS(2431), + [anon_sym_DQUOTE] = ACTIONS(2433), + [sym__str_single_quotes] = ACTIONS(2433), + [sym__str_back_ticks] = ACTIONS(2433), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2433), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2443), + [sym_raw_string_begin] = ACTIONS(2433), }, [690] = { [sym_comment] = STATE(690), - [anon_sym_export] = ACTIONS(2445), - [anon_sym_alias] = ACTIONS(2445), - [anon_sym_let] = ACTIONS(2445), - [anon_sym_let_DASHenv] = ACTIONS(2445), - [anon_sym_mut] = ACTIONS(2445), - [anon_sym_const] = ACTIONS(2445), - [aux_sym_cmd_identifier_token1] = ACTIONS(2445), - [aux_sym_cmd_identifier_token2] = ACTIONS(2447), - [aux_sym_cmd_identifier_token3] = ACTIONS(2447), - [aux_sym_cmd_identifier_token4] = ACTIONS(2447), - [aux_sym_cmd_identifier_token5] = ACTIONS(2447), - [aux_sym_cmd_identifier_token6] = ACTIONS(2447), - [aux_sym_cmd_identifier_token7] = ACTIONS(2447), - [aux_sym_cmd_identifier_token8] = ACTIONS(2445), - [aux_sym_cmd_identifier_token9] = ACTIONS(2445), - [aux_sym_cmd_identifier_token10] = ACTIONS(2447), - [aux_sym_cmd_identifier_token11] = ACTIONS(2447), - [aux_sym_cmd_identifier_token12] = ACTIONS(2445), - [aux_sym_cmd_identifier_token13] = ACTIONS(2445), - [aux_sym_cmd_identifier_token14] = ACTIONS(2445), - [aux_sym_cmd_identifier_token15] = ACTIONS(2445), - [aux_sym_cmd_identifier_token16] = ACTIONS(2447), - [aux_sym_cmd_identifier_token17] = ACTIONS(2447), - [aux_sym_cmd_identifier_token18] = ACTIONS(2447), - [aux_sym_cmd_identifier_token19] = ACTIONS(2447), - [aux_sym_cmd_identifier_token20] = ACTIONS(2447), - [aux_sym_cmd_identifier_token21] = ACTIONS(2447), - [aux_sym_cmd_identifier_token22] = ACTIONS(2447), - [aux_sym_cmd_identifier_token23] = ACTIONS(2447), - [aux_sym_cmd_identifier_token24] = ACTIONS(2447), - [aux_sym_cmd_identifier_token25] = ACTIONS(2447), - [aux_sym_cmd_identifier_token26] = ACTIONS(2447), - [aux_sym_cmd_identifier_token27] = ACTIONS(2447), - [aux_sym_cmd_identifier_token28] = ACTIONS(2447), - [aux_sym_cmd_identifier_token29] = ACTIONS(2447), - [aux_sym_cmd_identifier_token30] = ACTIONS(2447), - [aux_sym_cmd_identifier_token31] = ACTIONS(2447), - [aux_sym_cmd_identifier_token32] = ACTIONS(2447), - [aux_sym_cmd_identifier_token33] = ACTIONS(2447), - [aux_sym_cmd_identifier_token34] = ACTIONS(2445), - [aux_sym_cmd_identifier_token35] = ACTIONS(2447), - [aux_sym_cmd_identifier_token36] = ACTIONS(2447), - [aux_sym_cmd_identifier_token37] = ACTIONS(2447), - [aux_sym_cmd_identifier_token38] = ACTIONS(2445), - [aux_sym_cmd_identifier_token39] = ACTIONS(2447), - [aux_sym_cmd_identifier_token40] = ACTIONS(2447), - [anon_sym_def] = ACTIONS(2445), - [anon_sym_export_DASHenv] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2445), - [anon_sym_module] = ACTIONS(2445), - [anon_sym_use] = ACTIONS(2445), - [anon_sym_LPAREN] = ACTIONS(2447), - [anon_sym_DOLLAR] = ACTIONS(2447), - [anon_sym_error] = ACTIONS(2445), - [anon_sym_DASH2] = ACTIONS(2445), - [anon_sym_break] = ACTIONS(2445), - [anon_sym_continue] = ACTIONS(2445), - [anon_sym_for] = ACTIONS(2445), - [anon_sym_in2] = ACTIONS(2445), - [anon_sym_loop] = ACTIONS(2445), - [anon_sym_make] = ACTIONS(2445), - [anon_sym_while] = ACTIONS(2445), - [anon_sym_do] = ACTIONS(2445), - [anon_sym_if] = ACTIONS(2445), - [anon_sym_else] = ACTIONS(2445), - [anon_sym_match] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2447), - [anon_sym_try] = ACTIONS(2445), - [anon_sym_catch] = ACTIONS(2445), - [anon_sym_return] = ACTIONS(2445), - [anon_sym_source] = ACTIONS(2445), - [anon_sym_source_DASHenv] = ACTIONS(2445), - [anon_sym_register] = ACTIONS(2445), - [anon_sym_hide] = ACTIONS(2445), - [anon_sym_hide_DASHenv] = ACTIONS(2445), - [anon_sym_overlay] = ACTIONS(2445), - [anon_sym_as] = ACTIONS(2445), - [anon_sym_PLUS2] = ACTIONS(2445), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2447), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2447), - [aux_sym__val_number_decimal_token1] = ACTIONS(2445), - [aux_sym__val_number_decimal_token2] = ACTIONS(2447), - [aux_sym__val_number_decimal_token3] = ACTIONS(2447), - [aux_sym__val_number_decimal_token4] = ACTIONS(2447), - [aux_sym__val_number_token1] = ACTIONS(2447), - [aux_sym__val_number_token2] = ACTIONS(2447), - [aux_sym__val_number_token3] = ACTIONS(2447), - [aux_sym__val_number_token4] = ACTIONS(2445), - [aux_sym__val_number_token5] = ACTIONS(2445), - [aux_sym__val_number_token6] = ACTIONS(2445), - [anon_sym_DQUOTE] = ACTIONS(2447), - [sym__str_single_quotes] = ACTIONS(2447), - [sym__str_back_ticks] = ACTIONS(2447), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2447), + [anon_sym_export] = ACTIONS(2435), + [anon_sym_alias] = ACTIONS(2435), + [anon_sym_let] = ACTIONS(2435), + [anon_sym_let_DASHenv] = ACTIONS(2435), + [anon_sym_mut] = ACTIONS(2435), + [anon_sym_const] = ACTIONS(2435), + [aux_sym_cmd_identifier_token1] = ACTIONS(2435), + [aux_sym_cmd_identifier_token2] = ACTIONS(2437), + [aux_sym_cmd_identifier_token3] = ACTIONS(2437), + [aux_sym_cmd_identifier_token4] = ACTIONS(2437), + [aux_sym_cmd_identifier_token5] = ACTIONS(2437), + [aux_sym_cmd_identifier_token6] = ACTIONS(2437), + [aux_sym_cmd_identifier_token7] = ACTIONS(2437), + [aux_sym_cmd_identifier_token8] = ACTIONS(2435), + [aux_sym_cmd_identifier_token9] = ACTIONS(2435), + [aux_sym_cmd_identifier_token10] = ACTIONS(2437), + [aux_sym_cmd_identifier_token11] = ACTIONS(2437), + [aux_sym_cmd_identifier_token12] = ACTIONS(2435), + [aux_sym_cmd_identifier_token13] = ACTIONS(2435), + [aux_sym_cmd_identifier_token14] = ACTIONS(2435), + [aux_sym_cmd_identifier_token15] = ACTIONS(2435), + [aux_sym_cmd_identifier_token16] = ACTIONS(2437), + [aux_sym_cmd_identifier_token17] = ACTIONS(2437), + [aux_sym_cmd_identifier_token18] = ACTIONS(2437), + [aux_sym_cmd_identifier_token19] = ACTIONS(2437), + [aux_sym_cmd_identifier_token20] = ACTIONS(2437), + [aux_sym_cmd_identifier_token21] = ACTIONS(2437), + [aux_sym_cmd_identifier_token22] = ACTIONS(2437), + [aux_sym_cmd_identifier_token23] = ACTIONS(2437), + [aux_sym_cmd_identifier_token24] = ACTIONS(2437), + [aux_sym_cmd_identifier_token25] = ACTIONS(2437), + [aux_sym_cmd_identifier_token26] = ACTIONS(2437), + [aux_sym_cmd_identifier_token27] = ACTIONS(2437), + [aux_sym_cmd_identifier_token28] = ACTIONS(2437), + [aux_sym_cmd_identifier_token29] = ACTIONS(2437), + [aux_sym_cmd_identifier_token30] = ACTIONS(2437), + [aux_sym_cmd_identifier_token31] = ACTIONS(2437), + [aux_sym_cmd_identifier_token32] = ACTIONS(2437), + [aux_sym_cmd_identifier_token33] = ACTIONS(2437), + [aux_sym_cmd_identifier_token34] = ACTIONS(2435), + [aux_sym_cmd_identifier_token35] = ACTIONS(2437), + [aux_sym_cmd_identifier_token36] = ACTIONS(2437), + [aux_sym_cmd_identifier_token37] = ACTIONS(2437), + [aux_sym_cmd_identifier_token38] = ACTIONS(2435), + [aux_sym_cmd_identifier_token39] = ACTIONS(2437), + [aux_sym_cmd_identifier_token40] = ACTIONS(2437), + [anon_sym_def] = ACTIONS(2435), + [anon_sym_export_DASHenv] = ACTIONS(2435), + [anon_sym_extern] = ACTIONS(2435), + [anon_sym_module] = ACTIONS(2435), + [anon_sym_use] = ACTIONS(2435), + [anon_sym_LPAREN] = ACTIONS(2437), + [anon_sym_DOLLAR] = ACTIONS(2437), + [anon_sym_error] = ACTIONS(2435), + [anon_sym_DASH2] = ACTIONS(2435), + [anon_sym_break] = ACTIONS(2435), + [anon_sym_continue] = ACTIONS(2435), + [anon_sym_for] = ACTIONS(2435), + [anon_sym_in2] = ACTIONS(2435), + [anon_sym_loop] = ACTIONS(2435), + [anon_sym_make] = ACTIONS(2435), + [anon_sym_while] = ACTIONS(2435), + [anon_sym_do] = ACTIONS(2435), + [anon_sym_if] = ACTIONS(2435), + [anon_sym_else] = ACTIONS(2435), + [anon_sym_match] = ACTIONS(2435), + [anon_sym_RBRACE] = ACTIONS(2437), + [anon_sym_try] = ACTIONS(2435), + [anon_sym_catch] = ACTIONS(2435), + [anon_sym_return] = ACTIONS(2435), + [anon_sym_source] = ACTIONS(2435), + [anon_sym_source_DASHenv] = ACTIONS(2435), + [anon_sym_register] = ACTIONS(2435), + [anon_sym_hide] = ACTIONS(2435), + [anon_sym_hide_DASHenv] = ACTIONS(2435), + [anon_sym_overlay] = ACTIONS(2435), + [anon_sym_as] = ACTIONS(2435), + [anon_sym_PLUS2] = ACTIONS(2435), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2437), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2437), + [aux_sym__val_number_decimal_token1] = ACTIONS(2435), + [aux_sym__val_number_decimal_token2] = ACTIONS(2437), + [aux_sym__val_number_decimal_token3] = ACTIONS(2437), + [aux_sym__val_number_decimal_token4] = ACTIONS(2437), + [aux_sym__val_number_token1] = ACTIONS(2437), + [aux_sym__val_number_token2] = ACTIONS(2437), + [aux_sym__val_number_token3] = ACTIONS(2437), + [aux_sym__val_number_token4] = ACTIONS(2435), + [aux_sym__val_number_token5] = ACTIONS(2435), + [aux_sym__val_number_token6] = ACTIONS(2435), + [anon_sym_DQUOTE] = ACTIONS(2437), + [sym__str_single_quotes] = ACTIONS(2437), + [sym__str_back_ticks] = ACTIONS(2437), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2437), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2447), + [sym_raw_string_begin] = ACTIONS(2437), }, [691] = { [sym_comment] = STATE(691), - [anon_sym_export] = ACTIONS(2449), - [anon_sym_alias] = ACTIONS(2449), - [anon_sym_let] = ACTIONS(2449), - [anon_sym_let_DASHenv] = ACTIONS(2449), - [anon_sym_mut] = ACTIONS(2449), - [anon_sym_const] = ACTIONS(2449), - [aux_sym_cmd_identifier_token1] = ACTIONS(2449), - [aux_sym_cmd_identifier_token2] = ACTIONS(2451), - [aux_sym_cmd_identifier_token3] = ACTIONS(2451), - [aux_sym_cmd_identifier_token4] = ACTIONS(2451), - [aux_sym_cmd_identifier_token5] = ACTIONS(2451), - [aux_sym_cmd_identifier_token6] = ACTIONS(2451), - [aux_sym_cmd_identifier_token7] = ACTIONS(2451), - [aux_sym_cmd_identifier_token8] = ACTIONS(2449), - [aux_sym_cmd_identifier_token9] = ACTIONS(2449), - [aux_sym_cmd_identifier_token10] = ACTIONS(2451), - [aux_sym_cmd_identifier_token11] = ACTIONS(2451), - [aux_sym_cmd_identifier_token12] = ACTIONS(2449), - [aux_sym_cmd_identifier_token13] = ACTIONS(2449), - [aux_sym_cmd_identifier_token14] = ACTIONS(2449), - [aux_sym_cmd_identifier_token15] = ACTIONS(2449), - [aux_sym_cmd_identifier_token16] = ACTIONS(2451), - [aux_sym_cmd_identifier_token17] = ACTIONS(2451), - [aux_sym_cmd_identifier_token18] = ACTIONS(2451), - [aux_sym_cmd_identifier_token19] = ACTIONS(2451), - [aux_sym_cmd_identifier_token20] = ACTIONS(2451), - [aux_sym_cmd_identifier_token21] = ACTIONS(2451), - [aux_sym_cmd_identifier_token22] = ACTIONS(2451), - [aux_sym_cmd_identifier_token23] = ACTIONS(2451), - [aux_sym_cmd_identifier_token24] = ACTIONS(2451), - [aux_sym_cmd_identifier_token25] = ACTIONS(2451), - [aux_sym_cmd_identifier_token26] = ACTIONS(2451), - [aux_sym_cmd_identifier_token27] = ACTIONS(2451), - [aux_sym_cmd_identifier_token28] = ACTIONS(2451), - [aux_sym_cmd_identifier_token29] = ACTIONS(2451), - [aux_sym_cmd_identifier_token30] = ACTIONS(2451), - [aux_sym_cmd_identifier_token31] = ACTIONS(2451), - [aux_sym_cmd_identifier_token32] = ACTIONS(2451), - [aux_sym_cmd_identifier_token33] = ACTIONS(2451), - [aux_sym_cmd_identifier_token34] = ACTIONS(2449), - [aux_sym_cmd_identifier_token35] = ACTIONS(2451), - [aux_sym_cmd_identifier_token36] = ACTIONS(2451), - [aux_sym_cmd_identifier_token37] = ACTIONS(2451), - [aux_sym_cmd_identifier_token38] = ACTIONS(2449), - [aux_sym_cmd_identifier_token39] = ACTIONS(2451), - [aux_sym_cmd_identifier_token40] = ACTIONS(2451), - [anon_sym_def] = ACTIONS(2449), - [anon_sym_export_DASHenv] = ACTIONS(2449), - [anon_sym_extern] = ACTIONS(2449), - [anon_sym_module] = ACTIONS(2449), - [anon_sym_use] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2451), - [anon_sym_DOLLAR] = ACTIONS(2451), - [anon_sym_error] = ACTIONS(2449), - [anon_sym_DASH2] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2449), - [anon_sym_continue] = ACTIONS(2449), - [anon_sym_for] = ACTIONS(2449), - [anon_sym_in2] = ACTIONS(2449), - [anon_sym_loop] = ACTIONS(2449), - [anon_sym_make] = ACTIONS(2449), - [anon_sym_while] = ACTIONS(2449), - [anon_sym_do] = ACTIONS(2449), - [anon_sym_if] = ACTIONS(2449), - [anon_sym_else] = ACTIONS(2449), - [anon_sym_match] = ACTIONS(2449), - [anon_sym_RBRACE] = ACTIONS(2451), - [anon_sym_try] = ACTIONS(2449), - [anon_sym_catch] = ACTIONS(2449), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_source] = ACTIONS(2449), - [anon_sym_source_DASHenv] = ACTIONS(2449), - [anon_sym_register] = ACTIONS(2449), - [anon_sym_hide] = ACTIONS(2449), - [anon_sym_hide_DASHenv] = ACTIONS(2449), - [anon_sym_overlay] = ACTIONS(2449), - [anon_sym_as] = ACTIONS(2449), - [anon_sym_PLUS2] = ACTIONS(2449), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2451), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2451), - [aux_sym__val_number_decimal_token1] = ACTIONS(2449), - [aux_sym__val_number_decimal_token2] = ACTIONS(2451), - [aux_sym__val_number_decimal_token3] = ACTIONS(2451), - [aux_sym__val_number_decimal_token4] = ACTIONS(2451), - [aux_sym__val_number_token1] = ACTIONS(2451), - [aux_sym__val_number_token2] = ACTIONS(2451), - [aux_sym__val_number_token3] = ACTIONS(2451), - [aux_sym__val_number_token4] = ACTIONS(2449), - [aux_sym__val_number_token5] = ACTIONS(2449), - [aux_sym__val_number_token6] = ACTIONS(2449), - [anon_sym_DQUOTE] = ACTIONS(2451), - [sym__str_single_quotes] = ACTIONS(2451), - [sym__str_back_ticks] = ACTIONS(2451), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2451), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2451), + [anon_sym_export] = ACTIONS(2349), + [anon_sym_alias] = ACTIONS(2349), + [anon_sym_let] = ACTIONS(2349), + [anon_sym_let_DASHenv] = ACTIONS(2349), + [anon_sym_mut] = ACTIONS(2349), + [anon_sym_const] = ACTIONS(2349), + [aux_sym_cmd_identifier_token1] = ACTIONS(2349), + [aux_sym_cmd_identifier_token2] = ACTIONS(2351), + [aux_sym_cmd_identifier_token3] = ACTIONS(2351), + [aux_sym_cmd_identifier_token4] = ACTIONS(2351), + [aux_sym_cmd_identifier_token5] = ACTIONS(2351), + [aux_sym_cmd_identifier_token6] = ACTIONS(2351), + [aux_sym_cmd_identifier_token7] = ACTIONS(2351), + [aux_sym_cmd_identifier_token8] = ACTIONS(2349), + [aux_sym_cmd_identifier_token9] = ACTIONS(2349), + [aux_sym_cmd_identifier_token10] = ACTIONS(2351), + [aux_sym_cmd_identifier_token11] = ACTIONS(2351), + [aux_sym_cmd_identifier_token12] = ACTIONS(2349), + [aux_sym_cmd_identifier_token13] = ACTIONS(2349), + [aux_sym_cmd_identifier_token14] = ACTIONS(2349), + [aux_sym_cmd_identifier_token15] = ACTIONS(2349), + [aux_sym_cmd_identifier_token16] = ACTIONS(2351), + [aux_sym_cmd_identifier_token17] = ACTIONS(2351), + [aux_sym_cmd_identifier_token18] = ACTIONS(2351), + [aux_sym_cmd_identifier_token19] = ACTIONS(2351), + [aux_sym_cmd_identifier_token20] = ACTIONS(2351), + [aux_sym_cmd_identifier_token21] = ACTIONS(2351), + [aux_sym_cmd_identifier_token22] = ACTIONS(2351), + [aux_sym_cmd_identifier_token23] = ACTIONS(2351), + [aux_sym_cmd_identifier_token24] = ACTIONS(2351), + [aux_sym_cmd_identifier_token25] = ACTIONS(2351), + [aux_sym_cmd_identifier_token26] = ACTIONS(2351), + [aux_sym_cmd_identifier_token27] = ACTIONS(2351), + [aux_sym_cmd_identifier_token28] = ACTIONS(2351), + [aux_sym_cmd_identifier_token29] = ACTIONS(2351), + [aux_sym_cmd_identifier_token30] = ACTIONS(2351), + [aux_sym_cmd_identifier_token31] = ACTIONS(2351), + [aux_sym_cmd_identifier_token32] = ACTIONS(2351), + [aux_sym_cmd_identifier_token33] = ACTIONS(2351), + [aux_sym_cmd_identifier_token34] = ACTIONS(2349), + [aux_sym_cmd_identifier_token35] = ACTIONS(2351), + [aux_sym_cmd_identifier_token36] = ACTIONS(2351), + [aux_sym_cmd_identifier_token37] = ACTIONS(2351), + [aux_sym_cmd_identifier_token38] = ACTIONS(2349), + [aux_sym_cmd_identifier_token39] = ACTIONS(2351), + [aux_sym_cmd_identifier_token40] = ACTIONS(2351), + [anon_sym_def] = ACTIONS(2349), + [anon_sym_export_DASHenv] = ACTIONS(2349), + [anon_sym_extern] = ACTIONS(2349), + [anon_sym_module] = ACTIONS(2349), + [anon_sym_use] = ACTIONS(2349), + [anon_sym_LPAREN] = ACTIONS(2351), + [anon_sym_DOLLAR] = ACTIONS(2351), + [anon_sym_error] = ACTIONS(2349), + [anon_sym_DASH2] = ACTIONS(2349), + [anon_sym_break] = ACTIONS(2349), + [anon_sym_continue] = ACTIONS(2349), + [anon_sym_for] = ACTIONS(2349), + [anon_sym_in2] = ACTIONS(2349), + [anon_sym_loop] = ACTIONS(2349), + [anon_sym_make] = ACTIONS(2349), + [anon_sym_while] = ACTIONS(2349), + [anon_sym_do] = ACTIONS(2349), + [anon_sym_if] = ACTIONS(2349), + [anon_sym_else] = ACTIONS(2349), + [anon_sym_match] = ACTIONS(2349), + [anon_sym_RBRACE] = ACTIONS(2351), + [anon_sym_try] = ACTIONS(2349), + [anon_sym_catch] = ACTIONS(2349), + [anon_sym_return] = ACTIONS(2349), + [anon_sym_source] = ACTIONS(2349), + [anon_sym_source_DASHenv] = ACTIONS(2349), + [anon_sym_register] = ACTIONS(2349), + [anon_sym_hide] = ACTIONS(2349), + [anon_sym_hide_DASHenv] = ACTIONS(2349), + [anon_sym_overlay] = ACTIONS(2349), + [anon_sym_as] = ACTIONS(2349), + [anon_sym_PLUS2] = ACTIONS(2349), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2351), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2351), + [aux_sym__val_number_decimal_token1] = ACTIONS(2349), + [aux_sym__val_number_decimal_token2] = ACTIONS(2351), + [aux_sym__val_number_decimal_token3] = ACTIONS(2351), + [aux_sym__val_number_decimal_token4] = ACTIONS(2351), + [aux_sym__val_number_token1] = ACTIONS(2351), + [aux_sym__val_number_token2] = ACTIONS(2351), + [aux_sym__val_number_token3] = ACTIONS(2351), + [aux_sym__val_number_token4] = ACTIONS(2349), + [aux_sym__val_number_token5] = ACTIONS(2349), + [aux_sym__val_number_token6] = ACTIONS(2349), + [anon_sym_DQUOTE] = ACTIONS(2351), + [sym__str_single_quotes] = ACTIONS(2351), + [sym__str_back_ticks] = ACTIONS(2351), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2351), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2351), }, [692] = { [sym_comment] = STATE(692), - [anon_sym_export] = ACTIONS(2453), - [anon_sym_alias] = ACTIONS(2453), - [anon_sym_let] = ACTIONS(2453), - [anon_sym_let_DASHenv] = ACTIONS(2453), - [anon_sym_mut] = ACTIONS(2453), - [anon_sym_const] = ACTIONS(2453), - [aux_sym_cmd_identifier_token1] = ACTIONS(2453), - [aux_sym_cmd_identifier_token2] = ACTIONS(2455), - [aux_sym_cmd_identifier_token3] = ACTIONS(2455), - [aux_sym_cmd_identifier_token4] = ACTIONS(2455), - [aux_sym_cmd_identifier_token5] = ACTIONS(2455), - [aux_sym_cmd_identifier_token6] = ACTIONS(2455), - [aux_sym_cmd_identifier_token7] = ACTIONS(2455), - [aux_sym_cmd_identifier_token8] = ACTIONS(2453), - [aux_sym_cmd_identifier_token9] = ACTIONS(2453), - [aux_sym_cmd_identifier_token10] = ACTIONS(2455), - [aux_sym_cmd_identifier_token11] = ACTIONS(2455), - [aux_sym_cmd_identifier_token12] = ACTIONS(2453), - [aux_sym_cmd_identifier_token13] = ACTIONS(2453), - [aux_sym_cmd_identifier_token14] = ACTIONS(2453), - [aux_sym_cmd_identifier_token15] = ACTIONS(2453), - [aux_sym_cmd_identifier_token16] = ACTIONS(2455), - [aux_sym_cmd_identifier_token17] = ACTIONS(2455), - [aux_sym_cmd_identifier_token18] = ACTIONS(2455), - [aux_sym_cmd_identifier_token19] = ACTIONS(2455), - [aux_sym_cmd_identifier_token20] = ACTIONS(2455), - [aux_sym_cmd_identifier_token21] = ACTIONS(2455), - [aux_sym_cmd_identifier_token22] = ACTIONS(2455), - [aux_sym_cmd_identifier_token23] = ACTIONS(2455), - [aux_sym_cmd_identifier_token24] = ACTIONS(2455), - [aux_sym_cmd_identifier_token25] = ACTIONS(2455), - [aux_sym_cmd_identifier_token26] = ACTIONS(2455), - [aux_sym_cmd_identifier_token27] = ACTIONS(2455), - [aux_sym_cmd_identifier_token28] = ACTIONS(2455), - [aux_sym_cmd_identifier_token29] = ACTIONS(2455), - [aux_sym_cmd_identifier_token30] = ACTIONS(2455), - [aux_sym_cmd_identifier_token31] = ACTIONS(2455), - [aux_sym_cmd_identifier_token32] = ACTIONS(2455), - [aux_sym_cmd_identifier_token33] = ACTIONS(2455), - [aux_sym_cmd_identifier_token34] = ACTIONS(2453), - [aux_sym_cmd_identifier_token35] = ACTIONS(2455), - [aux_sym_cmd_identifier_token36] = ACTIONS(2455), - [aux_sym_cmd_identifier_token37] = ACTIONS(2455), - [aux_sym_cmd_identifier_token38] = ACTIONS(2453), - [aux_sym_cmd_identifier_token39] = ACTIONS(2455), - [aux_sym_cmd_identifier_token40] = ACTIONS(2455), - [anon_sym_def] = ACTIONS(2453), - [anon_sym_export_DASHenv] = ACTIONS(2453), - [anon_sym_extern] = ACTIONS(2453), - [anon_sym_module] = ACTIONS(2453), - [anon_sym_use] = ACTIONS(2453), - [anon_sym_LPAREN] = ACTIONS(2455), - [anon_sym_DOLLAR] = ACTIONS(2455), - [anon_sym_error] = ACTIONS(2453), - [anon_sym_DASH2] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_for] = ACTIONS(2453), - [anon_sym_in2] = ACTIONS(2453), - [anon_sym_loop] = ACTIONS(2453), - [anon_sym_make] = ACTIONS(2453), - [anon_sym_while] = ACTIONS(2453), - [anon_sym_do] = ACTIONS(2453), - [anon_sym_if] = ACTIONS(2453), - [anon_sym_else] = ACTIONS(2453), - [anon_sym_match] = ACTIONS(2453), - [anon_sym_RBRACE] = ACTIONS(2455), - [anon_sym_try] = ACTIONS(2453), - [anon_sym_catch] = ACTIONS(2453), - [anon_sym_return] = ACTIONS(2453), - [anon_sym_source] = ACTIONS(2453), - [anon_sym_source_DASHenv] = ACTIONS(2453), - [anon_sym_register] = ACTIONS(2453), - [anon_sym_hide] = ACTIONS(2453), - [anon_sym_hide_DASHenv] = ACTIONS(2453), - [anon_sym_overlay] = ACTIONS(2453), - [anon_sym_as] = ACTIONS(2453), - [anon_sym_PLUS2] = ACTIONS(2453), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2455), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2455), - [aux_sym__val_number_decimal_token1] = ACTIONS(2453), - [aux_sym__val_number_decimal_token2] = ACTIONS(2455), - [aux_sym__val_number_decimal_token3] = ACTIONS(2455), - [aux_sym__val_number_decimal_token4] = ACTIONS(2455), - [aux_sym__val_number_token1] = ACTIONS(2455), - [aux_sym__val_number_token2] = ACTIONS(2455), - [aux_sym__val_number_token3] = ACTIONS(2455), - [aux_sym__val_number_token4] = ACTIONS(2453), - [aux_sym__val_number_token5] = ACTIONS(2453), - [aux_sym__val_number_token6] = ACTIONS(2453), - [anon_sym_DQUOTE] = ACTIONS(2455), - [sym__str_single_quotes] = ACTIONS(2455), - [sym__str_back_ticks] = ACTIONS(2455), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2455), + [anon_sym_export] = ACTIONS(2439), + [anon_sym_alias] = ACTIONS(2439), + [anon_sym_let] = ACTIONS(2439), + [anon_sym_let_DASHenv] = ACTIONS(2439), + [anon_sym_mut] = ACTIONS(2439), + [anon_sym_const] = ACTIONS(2439), + [aux_sym_cmd_identifier_token1] = ACTIONS(2439), + [aux_sym_cmd_identifier_token2] = ACTIONS(2441), + [aux_sym_cmd_identifier_token3] = ACTIONS(2441), + [aux_sym_cmd_identifier_token4] = ACTIONS(2441), + [aux_sym_cmd_identifier_token5] = ACTIONS(2441), + [aux_sym_cmd_identifier_token6] = ACTIONS(2441), + [aux_sym_cmd_identifier_token7] = ACTIONS(2441), + [aux_sym_cmd_identifier_token8] = ACTIONS(2439), + [aux_sym_cmd_identifier_token9] = ACTIONS(2439), + [aux_sym_cmd_identifier_token10] = ACTIONS(2441), + [aux_sym_cmd_identifier_token11] = ACTIONS(2441), + [aux_sym_cmd_identifier_token12] = ACTIONS(2439), + [aux_sym_cmd_identifier_token13] = ACTIONS(2439), + [aux_sym_cmd_identifier_token14] = ACTIONS(2439), + [aux_sym_cmd_identifier_token15] = ACTIONS(2439), + [aux_sym_cmd_identifier_token16] = ACTIONS(2441), + [aux_sym_cmd_identifier_token17] = ACTIONS(2441), + [aux_sym_cmd_identifier_token18] = ACTIONS(2441), + [aux_sym_cmd_identifier_token19] = ACTIONS(2441), + [aux_sym_cmd_identifier_token20] = ACTIONS(2441), + [aux_sym_cmd_identifier_token21] = ACTIONS(2441), + [aux_sym_cmd_identifier_token22] = ACTIONS(2441), + [aux_sym_cmd_identifier_token23] = ACTIONS(2441), + [aux_sym_cmd_identifier_token24] = ACTIONS(2441), + [aux_sym_cmd_identifier_token25] = ACTIONS(2441), + [aux_sym_cmd_identifier_token26] = ACTIONS(2441), + [aux_sym_cmd_identifier_token27] = ACTIONS(2441), + [aux_sym_cmd_identifier_token28] = ACTIONS(2441), + [aux_sym_cmd_identifier_token29] = ACTIONS(2441), + [aux_sym_cmd_identifier_token30] = ACTIONS(2441), + [aux_sym_cmd_identifier_token31] = ACTIONS(2441), + [aux_sym_cmd_identifier_token32] = ACTIONS(2441), + [aux_sym_cmd_identifier_token33] = ACTIONS(2441), + [aux_sym_cmd_identifier_token34] = ACTIONS(2439), + [aux_sym_cmd_identifier_token35] = ACTIONS(2441), + [aux_sym_cmd_identifier_token36] = ACTIONS(2441), + [aux_sym_cmd_identifier_token37] = ACTIONS(2441), + [aux_sym_cmd_identifier_token38] = ACTIONS(2439), + [aux_sym_cmd_identifier_token39] = ACTIONS(2441), + [aux_sym_cmd_identifier_token40] = ACTIONS(2441), + [anon_sym_def] = ACTIONS(2439), + [anon_sym_export_DASHenv] = ACTIONS(2439), + [anon_sym_extern] = ACTIONS(2439), + [anon_sym_module] = ACTIONS(2439), + [anon_sym_use] = ACTIONS(2439), + [anon_sym_LPAREN] = ACTIONS(2441), + [anon_sym_DOLLAR] = ACTIONS(2441), + [anon_sym_error] = ACTIONS(2439), + [anon_sym_DASH2] = ACTIONS(2439), + [anon_sym_break] = ACTIONS(2439), + [anon_sym_continue] = ACTIONS(2439), + [anon_sym_for] = ACTIONS(2439), + [anon_sym_in2] = ACTIONS(2439), + [anon_sym_loop] = ACTIONS(2439), + [anon_sym_make] = ACTIONS(2439), + [anon_sym_while] = ACTIONS(2439), + [anon_sym_do] = ACTIONS(2439), + [anon_sym_if] = ACTIONS(2439), + [anon_sym_else] = ACTIONS(2439), + [anon_sym_match] = ACTIONS(2439), + [anon_sym_RBRACE] = ACTIONS(2441), + [anon_sym_try] = ACTIONS(2439), + [anon_sym_catch] = ACTIONS(2439), + [anon_sym_return] = ACTIONS(2439), + [anon_sym_source] = ACTIONS(2439), + [anon_sym_source_DASHenv] = ACTIONS(2439), + [anon_sym_register] = ACTIONS(2439), + [anon_sym_hide] = ACTIONS(2439), + [anon_sym_hide_DASHenv] = ACTIONS(2439), + [anon_sym_overlay] = ACTIONS(2439), + [anon_sym_as] = ACTIONS(2439), + [anon_sym_PLUS2] = ACTIONS(2439), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2441), + [aux_sym__val_number_decimal_token1] = ACTIONS(2439), + [aux_sym__val_number_decimal_token2] = ACTIONS(2441), + [aux_sym__val_number_decimal_token3] = ACTIONS(2441), + [aux_sym__val_number_decimal_token4] = ACTIONS(2441), + [aux_sym__val_number_token1] = ACTIONS(2441), + [aux_sym__val_number_token2] = ACTIONS(2441), + [aux_sym__val_number_token3] = ACTIONS(2441), + [aux_sym__val_number_token4] = ACTIONS(2439), + [aux_sym__val_number_token5] = ACTIONS(2439), + [aux_sym__val_number_token6] = ACTIONS(2439), + [anon_sym_DQUOTE] = ACTIONS(2441), + [sym__str_single_quotes] = ACTIONS(2441), + [sym__str_back_ticks] = ACTIONS(2441), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2441), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2455), + [sym_raw_string_begin] = ACTIONS(2441), }, [693] = { [sym_comment] = STATE(693), - [anon_sym_export] = ACTIONS(2457), - [anon_sym_alias] = ACTIONS(2457), - [anon_sym_let] = ACTIONS(2457), - [anon_sym_let_DASHenv] = ACTIONS(2457), - [anon_sym_mut] = ACTIONS(2457), - [anon_sym_const] = ACTIONS(2457), - [aux_sym_cmd_identifier_token1] = ACTIONS(2457), - [aux_sym_cmd_identifier_token2] = ACTIONS(2459), - [aux_sym_cmd_identifier_token3] = ACTIONS(2459), - [aux_sym_cmd_identifier_token4] = ACTIONS(2459), - [aux_sym_cmd_identifier_token5] = ACTIONS(2459), - [aux_sym_cmd_identifier_token6] = ACTIONS(2459), - [aux_sym_cmd_identifier_token7] = ACTIONS(2459), - [aux_sym_cmd_identifier_token8] = ACTIONS(2457), - [aux_sym_cmd_identifier_token9] = ACTIONS(2457), - [aux_sym_cmd_identifier_token10] = ACTIONS(2459), - [aux_sym_cmd_identifier_token11] = ACTIONS(2459), - [aux_sym_cmd_identifier_token12] = ACTIONS(2457), - [aux_sym_cmd_identifier_token13] = ACTIONS(2457), - [aux_sym_cmd_identifier_token14] = ACTIONS(2457), - [aux_sym_cmd_identifier_token15] = ACTIONS(2457), - [aux_sym_cmd_identifier_token16] = ACTIONS(2459), - [aux_sym_cmd_identifier_token17] = ACTIONS(2459), - [aux_sym_cmd_identifier_token18] = ACTIONS(2459), - [aux_sym_cmd_identifier_token19] = ACTIONS(2459), - [aux_sym_cmd_identifier_token20] = ACTIONS(2459), - [aux_sym_cmd_identifier_token21] = ACTIONS(2459), - [aux_sym_cmd_identifier_token22] = ACTIONS(2459), - [aux_sym_cmd_identifier_token23] = ACTIONS(2459), - [aux_sym_cmd_identifier_token24] = ACTIONS(2459), - [aux_sym_cmd_identifier_token25] = ACTIONS(2459), - [aux_sym_cmd_identifier_token26] = ACTIONS(2459), - [aux_sym_cmd_identifier_token27] = ACTIONS(2459), - [aux_sym_cmd_identifier_token28] = ACTIONS(2459), - [aux_sym_cmd_identifier_token29] = ACTIONS(2459), - [aux_sym_cmd_identifier_token30] = ACTIONS(2459), - [aux_sym_cmd_identifier_token31] = ACTIONS(2459), - [aux_sym_cmd_identifier_token32] = ACTIONS(2459), - [aux_sym_cmd_identifier_token33] = ACTIONS(2459), - [aux_sym_cmd_identifier_token34] = ACTIONS(2457), - [aux_sym_cmd_identifier_token35] = ACTIONS(2459), - [aux_sym_cmd_identifier_token36] = ACTIONS(2459), - [aux_sym_cmd_identifier_token37] = ACTIONS(2459), - [aux_sym_cmd_identifier_token38] = ACTIONS(2457), - [aux_sym_cmd_identifier_token39] = ACTIONS(2459), - [aux_sym_cmd_identifier_token40] = ACTIONS(2459), - [anon_sym_def] = ACTIONS(2457), - [anon_sym_export_DASHenv] = ACTIONS(2457), - [anon_sym_extern] = ACTIONS(2457), - [anon_sym_module] = ACTIONS(2457), - [anon_sym_use] = ACTIONS(2457), - [anon_sym_LPAREN] = ACTIONS(2459), - [anon_sym_DOLLAR] = ACTIONS(2459), - [anon_sym_error] = ACTIONS(2457), - [anon_sym_DASH2] = ACTIONS(2457), - [anon_sym_break] = ACTIONS(2457), - [anon_sym_continue] = ACTIONS(2457), - [anon_sym_for] = ACTIONS(2457), - [anon_sym_in2] = ACTIONS(2457), - [anon_sym_loop] = ACTIONS(2457), - [anon_sym_make] = ACTIONS(2457), - [anon_sym_while] = ACTIONS(2457), - [anon_sym_do] = ACTIONS(2457), - [anon_sym_if] = ACTIONS(2457), - [anon_sym_else] = ACTIONS(2457), - [anon_sym_match] = ACTIONS(2457), - [anon_sym_RBRACE] = ACTIONS(2459), - [anon_sym_try] = ACTIONS(2457), - [anon_sym_catch] = ACTIONS(2457), - [anon_sym_return] = ACTIONS(2457), - [anon_sym_source] = ACTIONS(2457), - [anon_sym_source_DASHenv] = ACTIONS(2457), - [anon_sym_register] = ACTIONS(2457), - [anon_sym_hide] = ACTIONS(2457), - [anon_sym_hide_DASHenv] = ACTIONS(2457), - [anon_sym_overlay] = ACTIONS(2457), - [anon_sym_as] = ACTIONS(2457), - [anon_sym_PLUS2] = ACTIONS(2457), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2459), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2459), - [aux_sym__val_number_decimal_token1] = ACTIONS(2457), - [aux_sym__val_number_decimal_token2] = ACTIONS(2459), - [aux_sym__val_number_decimal_token3] = ACTIONS(2459), - [aux_sym__val_number_decimal_token4] = ACTIONS(2459), - [aux_sym__val_number_token1] = ACTIONS(2459), - [aux_sym__val_number_token2] = ACTIONS(2459), - [aux_sym__val_number_token3] = ACTIONS(2459), - [aux_sym__val_number_token4] = ACTIONS(2457), - [aux_sym__val_number_token5] = ACTIONS(2457), - [aux_sym__val_number_token6] = ACTIONS(2457), - [anon_sym_DQUOTE] = ACTIONS(2459), - [sym__str_single_quotes] = ACTIONS(2459), - [sym__str_back_ticks] = ACTIONS(2459), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2459), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2459), - }, - [694] = { - [sym_comment] = STATE(694), - [anon_sym_export] = ACTIONS(2461), - [anon_sym_alias] = ACTIONS(2461), - [anon_sym_let] = ACTIONS(2461), - [anon_sym_let_DASHenv] = ACTIONS(2461), - [anon_sym_mut] = ACTIONS(2461), - [anon_sym_const] = ACTIONS(2461), - [aux_sym_cmd_identifier_token1] = ACTIONS(2461), - [aux_sym_cmd_identifier_token2] = ACTIONS(2463), - [aux_sym_cmd_identifier_token3] = ACTIONS(2463), - [aux_sym_cmd_identifier_token4] = ACTIONS(2463), - [aux_sym_cmd_identifier_token5] = ACTIONS(2463), - [aux_sym_cmd_identifier_token6] = ACTIONS(2463), - [aux_sym_cmd_identifier_token7] = ACTIONS(2463), - [aux_sym_cmd_identifier_token8] = ACTIONS(2461), - [aux_sym_cmd_identifier_token9] = ACTIONS(2461), - [aux_sym_cmd_identifier_token10] = ACTIONS(2463), - [aux_sym_cmd_identifier_token11] = ACTIONS(2463), - [aux_sym_cmd_identifier_token12] = ACTIONS(2461), - [aux_sym_cmd_identifier_token13] = ACTIONS(2461), - [aux_sym_cmd_identifier_token14] = ACTIONS(2461), - [aux_sym_cmd_identifier_token15] = ACTIONS(2461), - [aux_sym_cmd_identifier_token16] = ACTIONS(2463), - [aux_sym_cmd_identifier_token17] = ACTIONS(2463), - [aux_sym_cmd_identifier_token18] = ACTIONS(2463), - [aux_sym_cmd_identifier_token19] = ACTIONS(2463), - [aux_sym_cmd_identifier_token20] = ACTIONS(2463), - [aux_sym_cmd_identifier_token21] = ACTIONS(2463), - [aux_sym_cmd_identifier_token22] = ACTIONS(2463), - [aux_sym_cmd_identifier_token23] = ACTIONS(2463), - [aux_sym_cmd_identifier_token24] = ACTIONS(2463), - [aux_sym_cmd_identifier_token25] = ACTIONS(2463), - [aux_sym_cmd_identifier_token26] = ACTIONS(2463), - [aux_sym_cmd_identifier_token27] = ACTIONS(2463), - [aux_sym_cmd_identifier_token28] = ACTIONS(2463), - [aux_sym_cmd_identifier_token29] = ACTIONS(2463), - [aux_sym_cmd_identifier_token30] = ACTIONS(2463), - [aux_sym_cmd_identifier_token31] = ACTIONS(2463), - [aux_sym_cmd_identifier_token32] = ACTIONS(2463), - [aux_sym_cmd_identifier_token33] = ACTIONS(2463), - [aux_sym_cmd_identifier_token34] = ACTIONS(2461), - [aux_sym_cmd_identifier_token35] = ACTIONS(2463), - [aux_sym_cmd_identifier_token36] = ACTIONS(2463), - [aux_sym_cmd_identifier_token37] = ACTIONS(2463), - [aux_sym_cmd_identifier_token38] = ACTIONS(2461), - [aux_sym_cmd_identifier_token39] = ACTIONS(2463), - [aux_sym_cmd_identifier_token40] = ACTIONS(2463), - [anon_sym_def] = ACTIONS(2461), - [anon_sym_export_DASHenv] = ACTIONS(2461), - [anon_sym_extern] = ACTIONS(2461), - [anon_sym_module] = ACTIONS(2461), - [anon_sym_use] = ACTIONS(2461), - [anon_sym_LPAREN] = ACTIONS(2463), - [anon_sym_DOLLAR] = ACTIONS(2463), - [anon_sym_error] = ACTIONS(2461), - [anon_sym_DASH2] = ACTIONS(2461), - [anon_sym_break] = ACTIONS(2461), - [anon_sym_continue] = ACTIONS(2461), - [anon_sym_for] = ACTIONS(2461), - [anon_sym_in2] = ACTIONS(2461), - [anon_sym_loop] = ACTIONS(2461), - [anon_sym_make] = ACTIONS(2461), - [anon_sym_while] = ACTIONS(2461), - [anon_sym_do] = ACTIONS(2461), - [anon_sym_if] = ACTIONS(2461), - [anon_sym_else] = ACTIONS(2461), - [anon_sym_match] = ACTIONS(2461), - [anon_sym_RBRACE] = ACTIONS(2463), - [anon_sym_try] = ACTIONS(2461), - [anon_sym_catch] = ACTIONS(2461), - [anon_sym_return] = ACTIONS(2461), - [anon_sym_source] = ACTIONS(2461), - [anon_sym_source_DASHenv] = ACTIONS(2461), - [anon_sym_register] = ACTIONS(2461), - [anon_sym_hide] = ACTIONS(2461), - [anon_sym_hide_DASHenv] = ACTIONS(2461), - [anon_sym_overlay] = ACTIONS(2461), - [anon_sym_as] = ACTIONS(2461), - [anon_sym_PLUS2] = ACTIONS(2461), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2463), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2463), - [aux_sym__val_number_decimal_token1] = ACTIONS(2461), - [aux_sym__val_number_decimal_token2] = ACTIONS(2463), - [aux_sym__val_number_decimal_token3] = ACTIONS(2463), - [aux_sym__val_number_decimal_token4] = ACTIONS(2463), - [aux_sym__val_number_token1] = ACTIONS(2463), - [aux_sym__val_number_token2] = ACTIONS(2463), - [aux_sym__val_number_token3] = ACTIONS(2463), - [aux_sym__val_number_token4] = ACTIONS(2461), - [aux_sym__val_number_token5] = ACTIONS(2461), - [aux_sym__val_number_token6] = ACTIONS(2461), - [anon_sym_DQUOTE] = ACTIONS(2463), - [sym__str_single_quotes] = ACTIONS(2463), - [sym__str_back_ticks] = ACTIONS(2463), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2463), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2463), - }, - [695] = { - [sym_comment] = STATE(695), - [anon_sym_export] = ACTIONS(2467), - [anon_sym_alias] = ACTIONS(2467), - [anon_sym_let] = ACTIONS(2467), - [anon_sym_let_DASHenv] = ACTIONS(2467), - [anon_sym_mut] = ACTIONS(2467), - [anon_sym_const] = ACTIONS(2467), - [aux_sym_cmd_identifier_token1] = ACTIONS(2467), - [aux_sym_cmd_identifier_token2] = ACTIONS(2469), - [aux_sym_cmd_identifier_token3] = ACTIONS(2469), - [aux_sym_cmd_identifier_token4] = ACTIONS(2469), - [aux_sym_cmd_identifier_token5] = ACTIONS(2469), - [aux_sym_cmd_identifier_token6] = ACTIONS(2469), - [aux_sym_cmd_identifier_token7] = ACTIONS(2469), - [aux_sym_cmd_identifier_token8] = ACTIONS(2467), - [aux_sym_cmd_identifier_token9] = ACTIONS(2467), - [aux_sym_cmd_identifier_token10] = ACTIONS(2469), - [aux_sym_cmd_identifier_token11] = ACTIONS(2469), - [aux_sym_cmd_identifier_token12] = ACTIONS(2467), - [aux_sym_cmd_identifier_token13] = ACTIONS(2467), - [aux_sym_cmd_identifier_token14] = ACTIONS(2467), - [aux_sym_cmd_identifier_token15] = ACTIONS(2467), - [aux_sym_cmd_identifier_token16] = ACTIONS(2469), - [aux_sym_cmd_identifier_token17] = ACTIONS(2469), - [aux_sym_cmd_identifier_token18] = ACTIONS(2469), - [aux_sym_cmd_identifier_token19] = ACTIONS(2469), - [aux_sym_cmd_identifier_token20] = ACTIONS(2469), - [aux_sym_cmd_identifier_token21] = ACTIONS(2469), - [aux_sym_cmd_identifier_token22] = ACTIONS(2469), - [aux_sym_cmd_identifier_token23] = ACTIONS(2469), - [aux_sym_cmd_identifier_token24] = ACTIONS(2469), - [aux_sym_cmd_identifier_token25] = ACTIONS(2469), - [aux_sym_cmd_identifier_token26] = ACTIONS(2469), - [aux_sym_cmd_identifier_token27] = ACTIONS(2469), - [aux_sym_cmd_identifier_token28] = ACTIONS(2469), - [aux_sym_cmd_identifier_token29] = ACTIONS(2469), - [aux_sym_cmd_identifier_token30] = ACTIONS(2469), - [aux_sym_cmd_identifier_token31] = ACTIONS(2469), - [aux_sym_cmd_identifier_token32] = ACTIONS(2469), - [aux_sym_cmd_identifier_token33] = ACTIONS(2469), - [aux_sym_cmd_identifier_token34] = ACTIONS(2467), - [aux_sym_cmd_identifier_token35] = ACTIONS(2469), - [aux_sym_cmd_identifier_token36] = ACTIONS(2469), - [aux_sym_cmd_identifier_token37] = ACTIONS(2469), - [aux_sym_cmd_identifier_token38] = ACTIONS(2467), - [aux_sym_cmd_identifier_token39] = ACTIONS(2469), - [aux_sym_cmd_identifier_token40] = ACTIONS(2469), - [anon_sym_def] = ACTIONS(2467), - [anon_sym_export_DASHenv] = ACTIONS(2467), - [anon_sym_extern] = ACTIONS(2467), - [anon_sym_module] = ACTIONS(2467), - [anon_sym_use] = ACTIONS(2467), - [anon_sym_LPAREN] = ACTIONS(2469), - [anon_sym_DOLLAR] = ACTIONS(2469), - [anon_sym_error] = ACTIONS(2467), - [anon_sym_DASH2] = ACTIONS(2467), - [anon_sym_break] = ACTIONS(2467), - [anon_sym_continue] = ACTIONS(2467), - [anon_sym_for] = ACTIONS(2467), - [anon_sym_in2] = ACTIONS(2467), - [anon_sym_loop] = ACTIONS(2467), - [anon_sym_make] = ACTIONS(2467), - [anon_sym_while] = ACTIONS(2467), - [anon_sym_do] = ACTIONS(2467), - [anon_sym_if] = ACTIONS(2467), - [anon_sym_else] = ACTIONS(2467), - [anon_sym_match] = ACTIONS(2467), - [anon_sym_RBRACE] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2467), - [anon_sym_catch] = ACTIONS(2467), - [anon_sym_return] = ACTIONS(2467), - [anon_sym_source] = ACTIONS(2467), - [anon_sym_source_DASHenv] = ACTIONS(2467), - [anon_sym_register] = ACTIONS(2467), - [anon_sym_hide] = ACTIONS(2467), - [anon_sym_hide_DASHenv] = ACTIONS(2467), - [anon_sym_overlay] = ACTIONS(2467), - [anon_sym_as] = ACTIONS(2467), - [anon_sym_PLUS2] = ACTIONS(2467), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2469), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2469), - [aux_sym__val_number_decimal_token1] = ACTIONS(2467), - [aux_sym__val_number_decimal_token2] = ACTIONS(2469), - [aux_sym__val_number_decimal_token3] = ACTIONS(2469), - [aux_sym__val_number_decimal_token4] = ACTIONS(2469), - [aux_sym__val_number_token1] = ACTIONS(2469), - [aux_sym__val_number_token2] = ACTIONS(2469), - [aux_sym__val_number_token3] = ACTIONS(2469), - [aux_sym__val_number_token4] = ACTIONS(2467), - [aux_sym__val_number_token5] = ACTIONS(2467), - [aux_sym__val_number_token6] = ACTIONS(2467), - [anon_sym_DQUOTE] = ACTIONS(2469), - [sym__str_single_quotes] = ACTIONS(2469), - [sym__str_back_ticks] = ACTIONS(2469), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2469), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2469), - }, - [696] = { - [sym_comment] = STATE(696), - [anon_sym_export] = ACTIONS(2471), - [anon_sym_alias] = ACTIONS(2471), - [anon_sym_let] = ACTIONS(2471), - [anon_sym_let_DASHenv] = ACTIONS(2471), - [anon_sym_mut] = ACTIONS(2471), - [anon_sym_const] = ACTIONS(2471), - [aux_sym_cmd_identifier_token1] = ACTIONS(2471), - [aux_sym_cmd_identifier_token2] = ACTIONS(2473), - [aux_sym_cmd_identifier_token3] = ACTIONS(2473), - [aux_sym_cmd_identifier_token4] = ACTIONS(2473), - [aux_sym_cmd_identifier_token5] = ACTIONS(2473), - [aux_sym_cmd_identifier_token6] = ACTIONS(2473), - [aux_sym_cmd_identifier_token7] = ACTIONS(2473), - [aux_sym_cmd_identifier_token8] = ACTIONS(2471), - [aux_sym_cmd_identifier_token9] = ACTIONS(2471), - [aux_sym_cmd_identifier_token10] = ACTIONS(2473), - [aux_sym_cmd_identifier_token11] = ACTIONS(2473), - [aux_sym_cmd_identifier_token12] = ACTIONS(2471), - [aux_sym_cmd_identifier_token13] = ACTIONS(2471), - [aux_sym_cmd_identifier_token14] = ACTIONS(2471), - [aux_sym_cmd_identifier_token15] = ACTIONS(2471), - [aux_sym_cmd_identifier_token16] = ACTIONS(2473), - [aux_sym_cmd_identifier_token17] = ACTIONS(2473), - [aux_sym_cmd_identifier_token18] = ACTIONS(2473), - [aux_sym_cmd_identifier_token19] = ACTIONS(2473), - [aux_sym_cmd_identifier_token20] = ACTIONS(2473), - [aux_sym_cmd_identifier_token21] = ACTIONS(2473), - [aux_sym_cmd_identifier_token22] = ACTIONS(2473), - [aux_sym_cmd_identifier_token23] = ACTIONS(2473), - [aux_sym_cmd_identifier_token24] = ACTIONS(2473), - [aux_sym_cmd_identifier_token25] = ACTIONS(2473), - [aux_sym_cmd_identifier_token26] = ACTIONS(2473), - [aux_sym_cmd_identifier_token27] = ACTIONS(2473), - [aux_sym_cmd_identifier_token28] = ACTIONS(2473), - [aux_sym_cmd_identifier_token29] = ACTIONS(2473), - [aux_sym_cmd_identifier_token30] = ACTIONS(2473), - [aux_sym_cmd_identifier_token31] = ACTIONS(2473), - [aux_sym_cmd_identifier_token32] = ACTIONS(2473), - [aux_sym_cmd_identifier_token33] = ACTIONS(2473), - [aux_sym_cmd_identifier_token34] = ACTIONS(2471), - [aux_sym_cmd_identifier_token35] = ACTIONS(2473), - [aux_sym_cmd_identifier_token36] = ACTIONS(2473), - [aux_sym_cmd_identifier_token37] = ACTIONS(2473), - [aux_sym_cmd_identifier_token38] = ACTIONS(2471), - [aux_sym_cmd_identifier_token39] = ACTIONS(2473), - [aux_sym_cmd_identifier_token40] = ACTIONS(2473), - [anon_sym_def] = ACTIONS(2471), - [anon_sym_export_DASHenv] = ACTIONS(2471), - [anon_sym_extern] = ACTIONS(2471), - [anon_sym_module] = ACTIONS(2471), - [anon_sym_use] = ACTIONS(2471), - [anon_sym_LPAREN] = ACTIONS(2473), - [anon_sym_DOLLAR] = ACTIONS(2473), - [anon_sym_error] = ACTIONS(2471), - [anon_sym_DASH2] = ACTIONS(2471), - [anon_sym_break] = ACTIONS(2471), - [anon_sym_continue] = ACTIONS(2471), - [anon_sym_for] = ACTIONS(2471), - [anon_sym_in2] = ACTIONS(2471), - [anon_sym_loop] = ACTIONS(2471), - [anon_sym_make] = ACTIONS(2471), - [anon_sym_while] = ACTIONS(2471), - [anon_sym_do] = ACTIONS(2471), - [anon_sym_if] = ACTIONS(2471), - [anon_sym_else] = ACTIONS(2471), - [anon_sym_match] = ACTIONS(2471), - [anon_sym_RBRACE] = ACTIONS(2473), - [anon_sym_try] = ACTIONS(2471), - [anon_sym_catch] = ACTIONS(2471), - [anon_sym_return] = ACTIONS(2471), - [anon_sym_source] = ACTIONS(2471), - [anon_sym_source_DASHenv] = ACTIONS(2471), - [anon_sym_register] = ACTIONS(2471), - [anon_sym_hide] = ACTIONS(2471), - [anon_sym_hide_DASHenv] = ACTIONS(2471), - [anon_sym_overlay] = ACTIONS(2471), - [anon_sym_as] = ACTIONS(2471), - [anon_sym_PLUS2] = ACTIONS(2471), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2473), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2473), - [aux_sym__val_number_decimal_token1] = ACTIONS(2471), - [aux_sym__val_number_decimal_token2] = ACTIONS(2473), - [aux_sym__val_number_decimal_token3] = ACTIONS(2473), - [aux_sym__val_number_decimal_token4] = ACTIONS(2473), - [aux_sym__val_number_token1] = ACTIONS(2473), - [aux_sym__val_number_token2] = ACTIONS(2473), - [aux_sym__val_number_token3] = ACTIONS(2473), - [aux_sym__val_number_token4] = ACTIONS(2471), - [aux_sym__val_number_token5] = ACTIONS(2471), - [aux_sym__val_number_token6] = ACTIONS(2471), - [anon_sym_DQUOTE] = ACTIONS(2473), - [sym__str_single_quotes] = ACTIONS(2473), - [sym__str_back_ticks] = ACTIONS(2473), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2473), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2473), - }, - [697] = { - [sym_comment] = STATE(697), - [anon_sym_export] = ACTIONS(2017), - [anon_sym_alias] = ACTIONS(2017), - [anon_sym_let] = ACTIONS(2017), - [anon_sym_let_DASHenv] = ACTIONS(2017), - [anon_sym_mut] = ACTIONS(2017), - [anon_sym_const] = ACTIONS(2017), - [aux_sym_cmd_identifier_token1] = ACTIONS(2017), - [aux_sym_cmd_identifier_token2] = ACTIONS(2019), - [aux_sym_cmd_identifier_token3] = ACTIONS(2019), - [aux_sym_cmd_identifier_token4] = ACTIONS(2019), - [aux_sym_cmd_identifier_token5] = ACTIONS(2019), - [aux_sym_cmd_identifier_token6] = ACTIONS(2019), - [aux_sym_cmd_identifier_token7] = ACTIONS(2019), - [aux_sym_cmd_identifier_token8] = ACTIONS(2017), - [aux_sym_cmd_identifier_token9] = ACTIONS(2017), - [aux_sym_cmd_identifier_token10] = ACTIONS(2019), - [aux_sym_cmd_identifier_token11] = ACTIONS(2019), - [aux_sym_cmd_identifier_token12] = ACTIONS(2017), - [aux_sym_cmd_identifier_token13] = ACTIONS(2017), - [aux_sym_cmd_identifier_token14] = ACTIONS(2017), - [aux_sym_cmd_identifier_token15] = ACTIONS(2017), - [aux_sym_cmd_identifier_token16] = ACTIONS(2019), - [aux_sym_cmd_identifier_token17] = ACTIONS(2019), - [aux_sym_cmd_identifier_token18] = ACTIONS(2019), - [aux_sym_cmd_identifier_token19] = ACTIONS(2019), - [aux_sym_cmd_identifier_token20] = ACTIONS(2019), - [aux_sym_cmd_identifier_token21] = ACTIONS(2019), - [aux_sym_cmd_identifier_token22] = ACTIONS(2019), - [aux_sym_cmd_identifier_token23] = ACTIONS(2019), - [aux_sym_cmd_identifier_token24] = ACTIONS(2019), - [aux_sym_cmd_identifier_token25] = ACTIONS(2019), - [aux_sym_cmd_identifier_token26] = ACTIONS(2019), - [aux_sym_cmd_identifier_token27] = ACTIONS(2019), - [aux_sym_cmd_identifier_token28] = ACTIONS(2019), - [aux_sym_cmd_identifier_token29] = ACTIONS(2019), - [aux_sym_cmd_identifier_token30] = ACTIONS(2019), - [aux_sym_cmd_identifier_token31] = ACTIONS(2019), - [aux_sym_cmd_identifier_token32] = ACTIONS(2019), - [aux_sym_cmd_identifier_token33] = ACTIONS(2019), - [aux_sym_cmd_identifier_token34] = ACTIONS(2017), - [aux_sym_cmd_identifier_token35] = ACTIONS(2019), - [aux_sym_cmd_identifier_token36] = ACTIONS(2019), - [aux_sym_cmd_identifier_token37] = ACTIONS(2019), - [aux_sym_cmd_identifier_token38] = ACTIONS(2017), - [aux_sym_cmd_identifier_token39] = ACTIONS(2019), - [aux_sym_cmd_identifier_token40] = ACTIONS(2019), - [anon_sym_def] = ACTIONS(2017), - [anon_sym_export_DASHenv] = ACTIONS(2017), - [anon_sym_extern] = ACTIONS(2017), - [anon_sym_module] = ACTIONS(2017), - [anon_sym_use] = ACTIONS(2017), - [anon_sym_LPAREN] = ACTIONS(2019), - [anon_sym_DOLLAR] = ACTIONS(2019), - [anon_sym_error] = ACTIONS(2017), - [anon_sym_DASH2] = ACTIONS(2017), - [anon_sym_break] = ACTIONS(2017), - [anon_sym_continue] = ACTIONS(2017), - [anon_sym_for] = ACTIONS(2017), - [anon_sym_in2] = ACTIONS(2017), - [anon_sym_loop] = ACTIONS(2017), - [anon_sym_make] = ACTIONS(2017), - [anon_sym_while] = ACTIONS(2017), - [anon_sym_do] = ACTIONS(2017), - [anon_sym_if] = ACTIONS(2017), - [anon_sym_else] = ACTIONS(2017), - [anon_sym_match] = ACTIONS(2017), - [anon_sym_RBRACE] = ACTIONS(2019), - [anon_sym_try] = ACTIONS(2017), - [anon_sym_catch] = ACTIONS(2017), - [anon_sym_return] = ACTIONS(2017), - [anon_sym_source] = ACTIONS(2017), - [anon_sym_source_DASHenv] = ACTIONS(2017), - [anon_sym_register] = ACTIONS(2017), - [anon_sym_hide] = ACTIONS(2017), - [anon_sym_hide_DASHenv] = ACTIONS(2017), - [anon_sym_overlay] = ACTIONS(2017), - [anon_sym_as] = ACTIONS(2017), - [anon_sym_PLUS2] = ACTIONS(2017), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2019), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2019), - [aux_sym__val_number_decimal_token1] = ACTIONS(2017), - [aux_sym__val_number_decimal_token2] = ACTIONS(2019), - [aux_sym__val_number_decimal_token3] = ACTIONS(2019), - [aux_sym__val_number_decimal_token4] = ACTIONS(2019), - [aux_sym__val_number_token1] = ACTIONS(2019), - [aux_sym__val_number_token2] = ACTIONS(2019), - [aux_sym__val_number_token3] = ACTIONS(2019), - [aux_sym__val_number_token4] = ACTIONS(2017), - [aux_sym__val_number_token5] = ACTIONS(2017), - [aux_sym__val_number_token6] = ACTIONS(2017), - [anon_sym_DQUOTE] = ACTIONS(2019), - [sym__str_single_quotes] = ACTIONS(2019), - [sym__str_back_ticks] = ACTIONS(2019), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2019), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2019), - }, - [698] = { - [sym_comment] = STATE(698), - [anon_sym_export] = ACTIONS(2025), - [anon_sym_alias] = ACTIONS(2025), - [anon_sym_let] = ACTIONS(2025), - [anon_sym_let_DASHenv] = ACTIONS(2025), - [anon_sym_mut] = ACTIONS(2025), - [anon_sym_const] = ACTIONS(2025), - [aux_sym_cmd_identifier_token1] = ACTIONS(2025), - [aux_sym_cmd_identifier_token2] = ACTIONS(2027), - [aux_sym_cmd_identifier_token3] = ACTIONS(2027), - [aux_sym_cmd_identifier_token4] = ACTIONS(2027), - [aux_sym_cmd_identifier_token5] = ACTIONS(2027), - [aux_sym_cmd_identifier_token6] = ACTIONS(2027), - [aux_sym_cmd_identifier_token7] = ACTIONS(2027), - [aux_sym_cmd_identifier_token8] = ACTIONS(2025), - [aux_sym_cmd_identifier_token9] = ACTIONS(2025), - [aux_sym_cmd_identifier_token10] = ACTIONS(2027), - [aux_sym_cmd_identifier_token11] = ACTIONS(2027), - [aux_sym_cmd_identifier_token12] = ACTIONS(2025), - [aux_sym_cmd_identifier_token13] = ACTIONS(2025), - [aux_sym_cmd_identifier_token14] = ACTIONS(2025), - [aux_sym_cmd_identifier_token15] = ACTIONS(2025), - [aux_sym_cmd_identifier_token16] = ACTIONS(2027), - [aux_sym_cmd_identifier_token17] = ACTIONS(2027), - [aux_sym_cmd_identifier_token18] = ACTIONS(2027), - [aux_sym_cmd_identifier_token19] = ACTIONS(2027), - [aux_sym_cmd_identifier_token20] = ACTIONS(2027), - [aux_sym_cmd_identifier_token21] = ACTIONS(2027), - [aux_sym_cmd_identifier_token22] = ACTIONS(2027), - [aux_sym_cmd_identifier_token23] = ACTIONS(2027), - [aux_sym_cmd_identifier_token24] = ACTIONS(2027), - [aux_sym_cmd_identifier_token25] = ACTIONS(2027), - [aux_sym_cmd_identifier_token26] = ACTIONS(2027), - [aux_sym_cmd_identifier_token27] = ACTIONS(2027), - [aux_sym_cmd_identifier_token28] = ACTIONS(2027), - [aux_sym_cmd_identifier_token29] = ACTIONS(2027), - [aux_sym_cmd_identifier_token30] = ACTIONS(2027), - [aux_sym_cmd_identifier_token31] = ACTIONS(2027), - [aux_sym_cmd_identifier_token32] = ACTIONS(2027), - [aux_sym_cmd_identifier_token33] = ACTIONS(2027), - [aux_sym_cmd_identifier_token34] = ACTIONS(2025), - [aux_sym_cmd_identifier_token35] = ACTIONS(2027), - [aux_sym_cmd_identifier_token36] = ACTIONS(2027), - [aux_sym_cmd_identifier_token37] = ACTIONS(2027), - [aux_sym_cmd_identifier_token38] = ACTIONS(2025), - [aux_sym_cmd_identifier_token39] = ACTIONS(2027), - [aux_sym_cmd_identifier_token40] = ACTIONS(2027), - [anon_sym_def] = ACTIONS(2025), - [anon_sym_export_DASHenv] = ACTIONS(2025), - [anon_sym_extern] = ACTIONS(2025), - [anon_sym_module] = ACTIONS(2025), - [anon_sym_use] = ACTIONS(2025), - [anon_sym_LPAREN] = ACTIONS(2027), - [anon_sym_DOLLAR] = ACTIONS(2027), - [anon_sym_error] = ACTIONS(2025), - [anon_sym_DASH2] = ACTIONS(2025), - [anon_sym_break] = ACTIONS(2025), - [anon_sym_continue] = ACTIONS(2025), - [anon_sym_for] = ACTIONS(2025), - [anon_sym_in2] = ACTIONS(2025), - [anon_sym_loop] = ACTIONS(2025), - [anon_sym_make] = ACTIONS(2025), - [anon_sym_while] = ACTIONS(2025), - [anon_sym_do] = ACTIONS(2025), - [anon_sym_if] = ACTIONS(2025), - [anon_sym_else] = ACTIONS(2025), - [anon_sym_match] = ACTIONS(2025), - [anon_sym_RBRACE] = ACTIONS(2027), - [anon_sym_try] = ACTIONS(2025), - [anon_sym_catch] = ACTIONS(2025), - [anon_sym_return] = ACTIONS(2025), - [anon_sym_source] = ACTIONS(2025), - [anon_sym_source_DASHenv] = ACTIONS(2025), - [anon_sym_register] = ACTIONS(2025), - [anon_sym_hide] = ACTIONS(2025), - [anon_sym_hide_DASHenv] = ACTIONS(2025), - [anon_sym_overlay] = ACTIONS(2025), - [anon_sym_as] = ACTIONS(2025), - [anon_sym_PLUS2] = ACTIONS(2025), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2027), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2027), - [aux_sym__val_number_decimal_token1] = ACTIONS(2025), - [aux_sym__val_number_decimal_token2] = ACTIONS(2027), - [aux_sym__val_number_decimal_token3] = ACTIONS(2027), - [aux_sym__val_number_decimal_token4] = ACTIONS(2027), - [aux_sym__val_number_token1] = ACTIONS(2027), - [aux_sym__val_number_token2] = ACTIONS(2027), - [aux_sym__val_number_token3] = ACTIONS(2027), - [aux_sym__val_number_token4] = ACTIONS(2025), - [aux_sym__val_number_token5] = ACTIONS(2025), - [aux_sym__val_number_token6] = ACTIONS(2025), - [anon_sym_DQUOTE] = ACTIONS(2027), - [sym__str_single_quotes] = ACTIONS(2027), - [sym__str_back_ticks] = ACTIONS(2027), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2027), + [anon_sym_export] = ACTIONS(2443), + [anon_sym_alias] = ACTIONS(2443), + [anon_sym_let] = ACTIONS(2443), + [anon_sym_let_DASHenv] = ACTIONS(2443), + [anon_sym_mut] = ACTIONS(2443), + [anon_sym_const] = ACTIONS(2443), + [aux_sym_cmd_identifier_token1] = ACTIONS(2443), + [aux_sym_cmd_identifier_token2] = ACTIONS(2445), + [aux_sym_cmd_identifier_token3] = ACTIONS(2445), + [aux_sym_cmd_identifier_token4] = ACTIONS(2445), + [aux_sym_cmd_identifier_token5] = ACTIONS(2445), + [aux_sym_cmd_identifier_token6] = ACTIONS(2445), + [aux_sym_cmd_identifier_token7] = ACTIONS(2445), + [aux_sym_cmd_identifier_token8] = ACTIONS(2443), + [aux_sym_cmd_identifier_token9] = ACTIONS(2443), + [aux_sym_cmd_identifier_token10] = ACTIONS(2445), + [aux_sym_cmd_identifier_token11] = ACTIONS(2445), + [aux_sym_cmd_identifier_token12] = ACTIONS(2443), + [aux_sym_cmd_identifier_token13] = ACTIONS(2443), + [aux_sym_cmd_identifier_token14] = ACTIONS(2443), + [aux_sym_cmd_identifier_token15] = ACTIONS(2443), + [aux_sym_cmd_identifier_token16] = ACTIONS(2445), + [aux_sym_cmd_identifier_token17] = ACTIONS(2445), + [aux_sym_cmd_identifier_token18] = ACTIONS(2445), + [aux_sym_cmd_identifier_token19] = ACTIONS(2445), + [aux_sym_cmd_identifier_token20] = ACTIONS(2445), + [aux_sym_cmd_identifier_token21] = ACTIONS(2445), + [aux_sym_cmd_identifier_token22] = ACTIONS(2445), + [aux_sym_cmd_identifier_token23] = ACTIONS(2445), + [aux_sym_cmd_identifier_token24] = ACTIONS(2445), + [aux_sym_cmd_identifier_token25] = ACTIONS(2445), + [aux_sym_cmd_identifier_token26] = ACTIONS(2445), + [aux_sym_cmd_identifier_token27] = ACTIONS(2445), + [aux_sym_cmd_identifier_token28] = ACTIONS(2445), + [aux_sym_cmd_identifier_token29] = ACTIONS(2445), + [aux_sym_cmd_identifier_token30] = ACTIONS(2445), + [aux_sym_cmd_identifier_token31] = ACTIONS(2445), + [aux_sym_cmd_identifier_token32] = ACTIONS(2445), + [aux_sym_cmd_identifier_token33] = ACTIONS(2445), + [aux_sym_cmd_identifier_token34] = ACTIONS(2443), + [aux_sym_cmd_identifier_token35] = ACTIONS(2445), + [aux_sym_cmd_identifier_token36] = ACTIONS(2445), + [aux_sym_cmd_identifier_token37] = ACTIONS(2445), + [aux_sym_cmd_identifier_token38] = ACTIONS(2443), + [aux_sym_cmd_identifier_token39] = ACTIONS(2445), + [aux_sym_cmd_identifier_token40] = ACTIONS(2445), + [anon_sym_def] = ACTIONS(2443), + [anon_sym_export_DASHenv] = ACTIONS(2443), + [anon_sym_extern] = ACTIONS(2443), + [anon_sym_module] = ACTIONS(2443), + [anon_sym_use] = ACTIONS(2443), + [anon_sym_LPAREN] = ACTIONS(2445), + [anon_sym_DOLLAR] = ACTIONS(2445), + [anon_sym_error] = ACTIONS(2443), + [anon_sym_DASH2] = ACTIONS(2443), + [anon_sym_break] = ACTIONS(2443), + [anon_sym_continue] = ACTIONS(2443), + [anon_sym_for] = ACTIONS(2443), + [anon_sym_in2] = ACTIONS(2443), + [anon_sym_loop] = ACTIONS(2443), + [anon_sym_make] = ACTIONS(2443), + [anon_sym_while] = ACTIONS(2443), + [anon_sym_do] = ACTIONS(2443), + [anon_sym_if] = ACTIONS(2443), + [anon_sym_else] = ACTIONS(2443), + [anon_sym_match] = ACTIONS(2443), + [anon_sym_RBRACE] = ACTIONS(2445), + [anon_sym_try] = ACTIONS(2443), + [anon_sym_catch] = ACTIONS(2443), + [anon_sym_return] = ACTIONS(2443), + [anon_sym_source] = ACTIONS(2443), + [anon_sym_source_DASHenv] = ACTIONS(2443), + [anon_sym_register] = ACTIONS(2443), + [anon_sym_hide] = ACTIONS(2443), + [anon_sym_hide_DASHenv] = ACTIONS(2443), + [anon_sym_overlay] = ACTIONS(2443), + [anon_sym_as] = ACTIONS(2443), + [anon_sym_PLUS2] = ACTIONS(2443), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2445), + [aux_sym__val_number_decimal_token1] = ACTIONS(2443), + [aux_sym__val_number_decimal_token2] = ACTIONS(2445), + [aux_sym__val_number_decimal_token3] = ACTIONS(2445), + [aux_sym__val_number_decimal_token4] = ACTIONS(2445), + [aux_sym__val_number_token1] = ACTIONS(2445), + [aux_sym__val_number_token2] = ACTIONS(2445), + [aux_sym__val_number_token3] = ACTIONS(2445), + [aux_sym__val_number_token4] = ACTIONS(2443), + [aux_sym__val_number_token5] = ACTIONS(2443), + [aux_sym__val_number_token6] = ACTIONS(2443), + [anon_sym_DQUOTE] = ACTIONS(2445), + [sym__str_single_quotes] = ACTIONS(2445), + [sym__str_back_ticks] = ACTIONS(2445), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2445), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2027), + [sym_raw_string_begin] = ACTIONS(2445), }, - [699] = { - [sym_comment] = STATE(699), + [694] = { + [sym_comment] = STATE(694), [anon_sym_export] = ACTIONS(1957), [anon_sym_alias] = ACTIONS(1957), [anon_sym_let] = ACTIONS(1957), @@ -154761,1790 +154295,503 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1959), }, - [700] = { - [aux_sym__pipe_separator] = STATE(700), - [sym_comment] = STATE(700), - [aux_sym_shebang_repeat1] = STATE(4979), - [aux_sym_cmd_identifier_token1] = ACTIONS(2509), - [aux_sym_cmd_identifier_token2] = ACTIONS(2511), - [aux_sym_cmd_identifier_token3] = ACTIONS(2511), - [aux_sym_cmd_identifier_token4] = ACTIONS(2511), - [aux_sym_cmd_identifier_token5] = ACTIONS(2511), - [aux_sym_cmd_identifier_token6] = ACTIONS(2511), - [aux_sym_cmd_identifier_token7] = ACTIONS(2511), - [aux_sym_cmd_identifier_token8] = ACTIONS(2511), - [aux_sym_cmd_identifier_token9] = ACTIONS(2509), - [aux_sym_cmd_identifier_token10] = ACTIONS(2511), - [aux_sym_cmd_identifier_token11] = ACTIONS(2511), - [aux_sym_cmd_identifier_token12] = ACTIONS(2511), - [aux_sym_cmd_identifier_token13] = ACTIONS(2509), - [aux_sym_cmd_identifier_token14] = ACTIONS(2511), - [aux_sym_cmd_identifier_token15] = ACTIONS(2509), - [aux_sym_cmd_identifier_token16] = ACTIONS(2511), - [aux_sym_cmd_identifier_token17] = ACTIONS(2511), - [aux_sym_cmd_identifier_token18] = ACTIONS(2509), - [aux_sym_cmd_identifier_token19] = ACTIONS(2511), - [aux_sym_cmd_identifier_token20] = ACTIONS(2511), - [aux_sym_cmd_identifier_token21] = ACTIONS(2511), - [aux_sym_cmd_identifier_token22] = ACTIONS(2511), - [aux_sym_cmd_identifier_token23] = ACTIONS(2511), - [aux_sym_cmd_identifier_token24] = ACTIONS(2511), - [aux_sym_cmd_identifier_token25] = ACTIONS(2511), - [aux_sym_cmd_identifier_token26] = ACTIONS(2511), - [aux_sym_cmd_identifier_token27] = ACTIONS(2511), - [aux_sym_cmd_identifier_token28] = ACTIONS(2511), - [aux_sym_cmd_identifier_token29] = ACTIONS(2511), - [aux_sym_cmd_identifier_token30] = ACTIONS(2511), - [aux_sym_cmd_identifier_token31] = ACTIONS(2511), - [aux_sym_cmd_identifier_token32] = ACTIONS(2509), - [aux_sym_cmd_identifier_token33] = ACTIONS(2511), - [aux_sym_cmd_identifier_token34] = ACTIONS(2509), - [aux_sym_cmd_identifier_token35] = ACTIONS(2511), - [aux_sym_cmd_identifier_token36] = ACTIONS(2511), - [aux_sym_cmd_identifier_token37] = ACTIONS(2511), - [aux_sym_cmd_identifier_token38] = ACTIONS(2509), - [aux_sym_cmd_identifier_token39] = ACTIONS(2511), - [aux_sym_cmd_identifier_token40] = ACTIONS(2511), - [sym__newline] = ACTIONS(2513), - [anon_sym_PIPE] = ACTIONS(2516), - [anon_sym_err_GT_PIPE] = ACTIONS(2516), - [anon_sym_out_GT_PIPE] = ACTIONS(2516), - [anon_sym_e_GT_PIPE] = ACTIONS(2516), - [anon_sym_o_GT_PIPE] = ACTIONS(2516), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2516), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2516), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2516), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2516), - [anon_sym_LBRACK] = ACTIONS(2511), - [anon_sym_LPAREN] = ACTIONS(2511), - [anon_sym_DOLLAR] = ACTIONS(2509), - [anon_sym_DASH2] = ACTIONS(2509), - [anon_sym_break] = ACTIONS(2509), - [anon_sym_continue] = ACTIONS(2509), - [anon_sym_do] = ACTIONS(2509), - [anon_sym_if] = ACTIONS(2509), - [anon_sym_match] = ACTIONS(2509), - [anon_sym_LBRACE] = ACTIONS(2511), - [anon_sym_DOT_DOT] = ACTIONS(2509), - [anon_sym_try] = ACTIONS(2509), - [anon_sym_return] = ACTIONS(2509), - [anon_sym_where] = ACTIONS(2511), - [aux_sym_expr_unary_token1] = ACTIONS(2511), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2511), - [anon_sym_DOT_DOT_LT] = ACTIONS(2511), - [anon_sym_null] = ACTIONS(2509), - [anon_sym_true] = ACTIONS(2509), - [anon_sym_false] = ACTIONS(2509), - [aux_sym__val_number_decimal_token1] = ACTIONS(2509), - [aux_sym__val_number_decimal_token2] = ACTIONS(2511), - [aux_sym__val_number_decimal_token3] = ACTIONS(2511), - [aux_sym__val_number_decimal_token4] = ACTIONS(2511), - [aux_sym__val_number_token1] = ACTIONS(2511), - [aux_sym__val_number_token2] = ACTIONS(2511), - [aux_sym__val_number_token3] = ACTIONS(2511), - [aux_sym__val_number_token4] = ACTIONS(2509), - [aux_sym__val_number_token5] = ACTIONS(2509), - [aux_sym__val_number_token6] = ACTIONS(2509), - [anon_sym_0b] = ACTIONS(2509), - [anon_sym_0o] = ACTIONS(2509), - [anon_sym_0x] = ACTIONS(2509), - [sym_val_date] = ACTIONS(2511), - [anon_sym_DQUOTE] = ACTIONS(2511), - [sym__str_single_quotes] = ACTIONS(2511), - [sym__str_back_ticks] = ACTIONS(2511), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2511), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2511), - [aux_sym_env_var_token1] = ACTIONS(2509), - [anon_sym_CARET] = ACTIONS(2511), - [aux_sym_command_token1] = ACTIONS(2511), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2511), - }, - [701] = { - [sym_comment] = STATE(701), - [anon_sym_export] = ACTIONS(2394), - [anon_sym_alias] = ACTIONS(2394), - [anon_sym_let] = ACTIONS(2394), - [anon_sym_let_DASHenv] = ACTIONS(2394), - [anon_sym_mut] = ACTIONS(2394), - [anon_sym_const] = ACTIONS(2394), - [aux_sym_cmd_identifier_token1] = ACTIONS(2394), - [aux_sym_cmd_identifier_token2] = ACTIONS(2396), - [aux_sym_cmd_identifier_token3] = ACTIONS(2396), - [aux_sym_cmd_identifier_token4] = ACTIONS(2396), - [aux_sym_cmd_identifier_token5] = ACTIONS(2396), - [aux_sym_cmd_identifier_token6] = ACTIONS(2396), - [aux_sym_cmd_identifier_token7] = ACTIONS(2396), - [aux_sym_cmd_identifier_token8] = ACTIONS(2394), - [aux_sym_cmd_identifier_token9] = ACTIONS(2394), - [aux_sym_cmd_identifier_token10] = ACTIONS(2396), - [aux_sym_cmd_identifier_token11] = ACTIONS(2396), - [aux_sym_cmd_identifier_token12] = ACTIONS(2394), - [aux_sym_cmd_identifier_token13] = ACTIONS(2394), - [aux_sym_cmd_identifier_token14] = ACTIONS(2394), - [aux_sym_cmd_identifier_token15] = ACTIONS(2394), - [aux_sym_cmd_identifier_token16] = ACTIONS(2396), - [aux_sym_cmd_identifier_token17] = ACTIONS(2396), - [aux_sym_cmd_identifier_token18] = ACTIONS(2396), - [aux_sym_cmd_identifier_token19] = ACTIONS(2396), - [aux_sym_cmd_identifier_token20] = ACTIONS(2396), - [aux_sym_cmd_identifier_token21] = ACTIONS(2396), - [aux_sym_cmd_identifier_token22] = ACTIONS(2396), - [aux_sym_cmd_identifier_token23] = ACTIONS(2396), - [aux_sym_cmd_identifier_token24] = ACTIONS(2396), - [aux_sym_cmd_identifier_token25] = ACTIONS(2396), - [aux_sym_cmd_identifier_token26] = ACTIONS(2396), - [aux_sym_cmd_identifier_token27] = ACTIONS(2396), - [aux_sym_cmd_identifier_token28] = ACTIONS(2396), - [aux_sym_cmd_identifier_token29] = ACTIONS(2396), - [aux_sym_cmd_identifier_token30] = ACTIONS(2396), - [aux_sym_cmd_identifier_token31] = ACTIONS(2396), - [aux_sym_cmd_identifier_token32] = ACTIONS(2396), - [aux_sym_cmd_identifier_token33] = ACTIONS(2396), - [aux_sym_cmd_identifier_token34] = ACTIONS(2394), - [aux_sym_cmd_identifier_token35] = ACTIONS(2396), - [aux_sym_cmd_identifier_token36] = ACTIONS(2396), - [aux_sym_cmd_identifier_token37] = ACTIONS(2396), - [aux_sym_cmd_identifier_token38] = ACTIONS(2394), - [aux_sym_cmd_identifier_token39] = ACTIONS(2396), - [aux_sym_cmd_identifier_token40] = ACTIONS(2396), - [anon_sym_def] = ACTIONS(2394), - [anon_sym_export_DASHenv] = ACTIONS(2394), - [anon_sym_extern] = ACTIONS(2394), - [anon_sym_module] = ACTIONS(2394), - [anon_sym_use] = ACTIONS(2394), - [anon_sym_LPAREN] = ACTIONS(2396), - [anon_sym_DOLLAR] = ACTIONS(2396), - [anon_sym_error] = ACTIONS(2394), - [anon_sym_DASH2] = ACTIONS(2394), - [anon_sym_break] = ACTIONS(2394), - [anon_sym_continue] = ACTIONS(2394), - [anon_sym_for] = ACTIONS(2394), - [anon_sym_in2] = ACTIONS(2394), - [anon_sym_loop] = ACTIONS(2394), - [anon_sym_make] = ACTIONS(2394), - [anon_sym_while] = ACTIONS(2394), - [anon_sym_do] = ACTIONS(2394), - [anon_sym_if] = ACTIONS(2394), - [anon_sym_else] = ACTIONS(2394), - [anon_sym_match] = ACTIONS(2394), - [anon_sym_RBRACE] = ACTIONS(2396), - [anon_sym_try] = ACTIONS(2394), - [anon_sym_catch] = ACTIONS(2394), - [anon_sym_return] = ACTIONS(2394), - [anon_sym_source] = ACTIONS(2394), - [anon_sym_source_DASHenv] = ACTIONS(2394), - [anon_sym_register] = ACTIONS(2394), - [anon_sym_hide] = ACTIONS(2394), - [anon_sym_hide_DASHenv] = ACTIONS(2394), - [anon_sym_overlay] = ACTIONS(2394), - [anon_sym_as] = ACTIONS(2394), - [anon_sym_PLUS2] = ACTIONS(2394), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2396), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2396), - [aux_sym__val_number_decimal_token1] = ACTIONS(2394), - [aux_sym__val_number_decimal_token2] = ACTIONS(2396), - [aux_sym__val_number_decimal_token3] = ACTIONS(2396), - [aux_sym__val_number_decimal_token4] = ACTIONS(2396), - [aux_sym__val_number_token1] = ACTIONS(2396), - [aux_sym__val_number_token2] = ACTIONS(2396), - [aux_sym__val_number_token3] = ACTIONS(2396), - [aux_sym__val_number_token4] = ACTIONS(2394), - [aux_sym__val_number_token5] = ACTIONS(2394), - [aux_sym__val_number_token6] = ACTIONS(2394), - [anon_sym_DQUOTE] = ACTIONS(2396), - [sym__str_single_quotes] = ACTIONS(2396), - [sym__str_back_ticks] = ACTIONS(2396), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2396), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2396), - }, - [702] = { - [sym_comment] = STATE(702), - [anon_sym_export] = ACTIONS(2398), - [anon_sym_alias] = ACTIONS(2398), - [anon_sym_let] = ACTIONS(2398), - [anon_sym_let_DASHenv] = ACTIONS(2398), - [anon_sym_mut] = ACTIONS(2398), - [anon_sym_const] = ACTIONS(2398), - [aux_sym_cmd_identifier_token1] = ACTIONS(2398), - [aux_sym_cmd_identifier_token2] = ACTIONS(2400), - [aux_sym_cmd_identifier_token3] = ACTIONS(2400), - [aux_sym_cmd_identifier_token4] = ACTIONS(2400), - [aux_sym_cmd_identifier_token5] = ACTIONS(2400), - [aux_sym_cmd_identifier_token6] = ACTIONS(2400), - [aux_sym_cmd_identifier_token7] = ACTIONS(2400), - [aux_sym_cmd_identifier_token8] = ACTIONS(2398), - [aux_sym_cmd_identifier_token9] = ACTIONS(2398), - [aux_sym_cmd_identifier_token10] = ACTIONS(2400), - [aux_sym_cmd_identifier_token11] = ACTIONS(2400), - [aux_sym_cmd_identifier_token12] = ACTIONS(2398), - [aux_sym_cmd_identifier_token13] = ACTIONS(2398), - [aux_sym_cmd_identifier_token14] = ACTIONS(2398), - [aux_sym_cmd_identifier_token15] = ACTIONS(2398), - [aux_sym_cmd_identifier_token16] = ACTIONS(2400), - [aux_sym_cmd_identifier_token17] = ACTIONS(2400), - [aux_sym_cmd_identifier_token18] = ACTIONS(2400), - [aux_sym_cmd_identifier_token19] = ACTIONS(2400), - [aux_sym_cmd_identifier_token20] = ACTIONS(2400), - [aux_sym_cmd_identifier_token21] = ACTIONS(2400), - [aux_sym_cmd_identifier_token22] = ACTIONS(2400), - [aux_sym_cmd_identifier_token23] = ACTIONS(2400), - [aux_sym_cmd_identifier_token24] = ACTIONS(2400), - [aux_sym_cmd_identifier_token25] = ACTIONS(2400), - [aux_sym_cmd_identifier_token26] = ACTIONS(2400), - [aux_sym_cmd_identifier_token27] = ACTIONS(2400), - [aux_sym_cmd_identifier_token28] = ACTIONS(2400), - [aux_sym_cmd_identifier_token29] = ACTIONS(2400), - [aux_sym_cmd_identifier_token30] = ACTIONS(2400), - [aux_sym_cmd_identifier_token31] = ACTIONS(2400), - [aux_sym_cmd_identifier_token32] = ACTIONS(2400), - [aux_sym_cmd_identifier_token33] = ACTIONS(2400), - [aux_sym_cmd_identifier_token34] = ACTIONS(2398), - [aux_sym_cmd_identifier_token35] = ACTIONS(2400), - [aux_sym_cmd_identifier_token36] = ACTIONS(2400), - [aux_sym_cmd_identifier_token37] = ACTIONS(2400), - [aux_sym_cmd_identifier_token38] = ACTIONS(2398), - [aux_sym_cmd_identifier_token39] = ACTIONS(2400), - [aux_sym_cmd_identifier_token40] = ACTIONS(2400), - [anon_sym_def] = ACTIONS(2398), - [anon_sym_export_DASHenv] = ACTIONS(2398), - [anon_sym_extern] = ACTIONS(2398), - [anon_sym_module] = ACTIONS(2398), - [anon_sym_use] = ACTIONS(2398), - [anon_sym_LPAREN] = ACTIONS(2400), - [anon_sym_DOLLAR] = ACTIONS(2400), - [anon_sym_error] = ACTIONS(2398), - [anon_sym_DASH2] = ACTIONS(2398), - [anon_sym_break] = ACTIONS(2398), - [anon_sym_continue] = ACTIONS(2398), - [anon_sym_for] = ACTIONS(2398), - [anon_sym_in2] = ACTIONS(2398), - [anon_sym_loop] = ACTIONS(2398), - [anon_sym_make] = ACTIONS(2398), - [anon_sym_while] = ACTIONS(2398), - [anon_sym_do] = ACTIONS(2398), - [anon_sym_if] = ACTIONS(2398), - [anon_sym_else] = ACTIONS(2398), - [anon_sym_match] = ACTIONS(2398), - [anon_sym_RBRACE] = ACTIONS(2400), - [anon_sym_try] = ACTIONS(2398), - [anon_sym_catch] = ACTIONS(2398), - [anon_sym_return] = ACTIONS(2398), - [anon_sym_source] = ACTIONS(2398), - [anon_sym_source_DASHenv] = ACTIONS(2398), - [anon_sym_register] = ACTIONS(2398), - [anon_sym_hide] = ACTIONS(2398), - [anon_sym_hide_DASHenv] = ACTIONS(2398), - [anon_sym_overlay] = ACTIONS(2398), - [anon_sym_as] = ACTIONS(2398), - [anon_sym_PLUS2] = ACTIONS(2398), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2400), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2400), - [aux_sym__val_number_decimal_token1] = ACTIONS(2398), - [aux_sym__val_number_decimal_token2] = ACTIONS(2400), - [aux_sym__val_number_decimal_token3] = ACTIONS(2400), - [aux_sym__val_number_decimal_token4] = ACTIONS(2400), - [aux_sym__val_number_token1] = ACTIONS(2400), - [aux_sym__val_number_token2] = ACTIONS(2400), - [aux_sym__val_number_token3] = ACTIONS(2400), - [aux_sym__val_number_token4] = ACTIONS(2398), - [aux_sym__val_number_token5] = ACTIONS(2398), - [aux_sym__val_number_token6] = ACTIONS(2398), - [anon_sym_DQUOTE] = ACTIONS(2400), - [sym__str_single_quotes] = ACTIONS(2400), - [sym__str_back_ticks] = ACTIONS(2400), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2400), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2400), - }, - [703] = { - [sym_comment] = STATE(703), - [anon_sym_export] = ACTIONS(2029), - [anon_sym_alias] = ACTIONS(2029), - [anon_sym_let] = ACTIONS(2029), - [anon_sym_let_DASHenv] = ACTIONS(2029), - [anon_sym_mut] = ACTIONS(2029), - [anon_sym_const] = ACTIONS(2029), - [aux_sym_cmd_identifier_token1] = ACTIONS(2029), - [aux_sym_cmd_identifier_token2] = ACTIONS(2031), - [aux_sym_cmd_identifier_token3] = ACTIONS(2031), - [aux_sym_cmd_identifier_token4] = ACTIONS(2031), - [aux_sym_cmd_identifier_token5] = ACTIONS(2031), - [aux_sym_cmd_identifier_token6] = ACTIONS(2031), - [aux_sym_cmd_identifier_token7] = ACTIONS(2031), - [aux_sym_cmd_identifier_token8] = ACTIONS(2029), - [aux_sym_cmd_identifier_token9] = ACTIONS(2029), - [aux_sym_cmd_identifier_token10] = ACTIONS(2031), - [aux_sym_cmd_identifier_token11] = ACTIONS(2031), - [aux_sym_cmd_identifier_token12] = ACTIONS(2029), - [aux_sym_cmd_identifier_token13] = ACTIONS(2029), - [aux_sym_cmd_identifier_token14] = ACTIONS(2029), - [aux_sym_cmd_identifier_token15] = ACTIONS(2029), - [aux_sym_cmd_identifier_token16] = ACTIONS(2031), - [aux_sym_cmd_identifier_token17] = ACTIONS(2031), - [aux_sym_cmd_identifier_token18] = ACTIONS(2031), - [aux_sym_cmd_identifier_token19] = ACTIONS(2031), - [aux_sym_cmd_identifier_token20] = ACTIONS(2031), - [aux_sym_cmd_identifier_token21] = ACTIONS(2031), - [aux_sym_cmd_identifier_token22] = ACTIONS(2031), - [aux_sym_cmd_identifier_token23] = ACTIONS(2031), - [aux_sym_cmd_identifier_token24] = ACTIONS(2031), - [aux_sym_cmd_identifier_token25] = ACTIONS(2031), - [aux_sym_cmd_identifier_token26] = ACTIONS(2031), - [aux_sym_cmd_identifier_token27] = ACTIONS(2031), - [aux_sym_cmd_identifier_token28] = ACTIONS(2031), - [aux_sym_cmd_identifier_token29] = ACTIONS(2031), - [aux_sym_cmd_identifier_token30] = ACTIONS(2031), - [aux_sym_cmd_identifier_token31] = ACTIONS(2031), - [aux_sym_cmd_identifier_token32] = ACTIONS(2031), - [aux_sym_cmd_identifier_token33] = ACTIONS(2031), - [aux_sym_cmd_identifier_token34] = ACTIONS(2029), - [aux_sym_cmd_identifier_token35] = ACTIONS(2031), - [aux_sym_cmd_identifier_token36] = ACTIONS(2031), - [aux_sym_cmd_identifier_token37] = ACTIONS(2031), - [aux_sym_cmd_identifier_token38] = ACTIONS(2029), - [aux_sym_cmd_identifier_token39] = ACTIONS(2031), - [aux_sym_cmd_identifier_token40] = ACTIONS(2031), - [anon_sym_def] = ACTIONS(2029), - [anon_sym_export_DASHenv] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2029), - [anon_sym_module] = ACTIONS(2029), - [anon_sym_use] = ACTIONS(2029), - [anon_sym_LPAREN] = ACTIONS(2031), - [anon_sym_DOLLAR] = ACTIONS(2031), - [anon_sym_error] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_break] = ACTIONS(2029), - [anon_sym_continue] = ACTIONS(2029), - [anon_sym_for] = ACTIONS(2029), - [anon_sym_in2] = ACTIONS(2029), - [anon_sym_loop] = ACTIONS(2029), - [anon_sym_make] = ACTIONS(2029), - [anon_sym_while] = ACTIONS(2029), - [anon_sym_do] = ACTIONS(2029), - [anon_sym_if] = ACTIONS(2029), - [anon_sym_else] = ACTIONS(2029), - [anon_sym_match] = ACTIONS(2029), - [anon_sym_RBRACE] = ACTIONS(2031), - [anon_sym_try] = ACTIONS(2029), - [anon_sym_catch] = ACTIONS(2029), - [anon_sym_return] = ACTIONS(2029), - [anon_sym_source] = ACTIONS(2029), - [anon_sym_source_DASHenv] = ACTIONS(2029), - [anon_sym_register] = ACTIONS(2029), - [anon_sym_hide] = ACTIONS(2029), - [anon_sym_hide_DASHenv] = ACTIONS(2029), - [anon_sym_overlay] = ACTIONS(2029), - [anon_sym_as] = ACTIONS(2029), - [anon_sym_PLUS2] = ACTIONS(2029), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2031), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2031), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2031), - [aux_sym__val_number_decimal_token3] = ACTIONS(2031), - [aux_sym__val_number_decimal_token4] = ACTIONS(2031), - [aux_sym__val_number_token1] = ACTIONS(2031), - [aux_sym__val_number_token2] = ACTIONS(2031), - [aux_sym__val_number_token3] = ACTIONS(2031), - [aux_sym__val_number_token4] = ACTIONS(2029), - [aux_sym__val_number_token5] = ACTIONS(2029), - [aux_sym__val_number_token6] = ACTIONS(2029), - [anon_sym_DQUOTE] = ACTIONS(2031), - [sym__str_single_quotes] = ACTIONS(2031), - [sym__str_back_ticks] = ACTIONS(2031), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2031), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2031), - }, - [704] = { - [sym_comment] = STATE(704), - [anon_sym_export] = ACTIONS(2402), - [anon_sym_alias] = ACTIONS(2402), - [anon_sym_let] = ACTIONS(2402), - [anon_sym_let_DASHenv] = ACTIONS(2402), - [anon_sym_mut] = ACTIONS(2402), - [anon_sym_const] = ACTIONS(2402), - [aux_sym_cmd_identifier_token1] = ACTIONS(2402), - [aux_sym_cmd_identifier_token2] = ACTIONS(2404), - [aux_sym_cmd_identifier_token3] = ACTIONS(2404), - [aux_sym_cmd_identifier_token4] = ACTIONS(2404), - [aux_sym_cmd_identifier_token5] = ACTIONS(2404), - [aux_sym_cmd_identifier_token6] = ACTIONS(2404), - [aux_sym_cmd_identifier_token7] = ACTIONS(2404), - [aux_sym_cmd_identifier_token8] = ACTIONS(2402), - [aux_sym_cmd_identifier_token9] = ACTIONS(2402), - [aux_sym_cmd_identifier_token10] = ACTIONS(2404), - [aux_sym_cmd_identifier_token11] = ACTIONS(2404), - [aux_sym_cmd_identifier_token12] = ACTIONS(2402), - [aux_sym_cmd_identifier_token13] = ACTIONS(2402), - [aux_sym_cmd_identifier_token14] = ACTIONS(2402), - [aux_sym_cmd_identifier_token15] = ACTIONS(2402), - [aux_sym_cmd_identifier_token16] = ACTIONS(2404), - [aux_sym_cmd_identifier_token17] = ACTIONS(2404), - [aux_sym_cmd_identifier_token18] = ACTIONS(2404), - [aux_sym_cmd_identifier_token19] = ACTIONS(2404), - [aux_sym_cmd_identifier_token20] = ACTIONS(2404), - [aux_sym_cmd_identifier_token21] = ACTIONS(2404), - [aux_sym_cmd_identifier_token22] = ACTIONS(2404), - [aux_sym_cmd_identifier_token23] = ACTIONS(2404), - [aux_sym_cmd_identifier_token24] = ACTIONS(2404), - [aux_sym_cmd_identifier_token25] = ACTIONS(2404), - [aux_sym_cmd_identifier_token26] = ACTIONS(2404), - [aux_sym_cmd_identifier_token27] = ACTIONS(2404), - [aux_sym_cmd_identifier_token28] = ACTIONS(2404), - [aux_sym_cmd_identifier_token29] = ACTIONS(2404), - [aux_sym_cmd_identifier_token30] = ACTIONS(2404), - [aux_sym_cmd_identifier_token31] = ACTIONS(2404), - [aux_sym_cmd_identifier_token32] = ACTIONS(2404), - [aux_sym_cmd_identifier_token33] = ACTIONS(2404), - [aux_sym_cmd_identifier_token34] = ACTIONS(2402), - [aux_sym_cmd_identifier_token35] = ACTIONS(2404), - [aux_sym_cmd_identifier_token36] = ACTIONS(2404), - [aux_sym_cmd_identifier_token37] = ACTIONS(2404), - [aux_sym_cmd_identifier_token38] = ACTIONS(2402), - [aux_sym_cmd_identifier_token39] = ACTIONS(2404), - [aux_sym_cmd_identifier_token40] = ACTIONS(2404), - [anon_sym_def] = ACTIONS(2402), - [anon_sym_export_DASHenv] = ACTIONS(2402), - [anon_sym_extern] = ACTIONS(2402), - [anon_sym_module] = ACTIONS(2402), - [anon_sym_use] = ACTIONS(2402), - [anon_sym_LPAREN] = ACTIONS(2404), - [anon_sym_DOLLAR] = ACTIONS(2404), - [anon_sym_error] = ACTIONS(2402), - [anon_sym_DASH2] = ACTIONS(2402), - [anon_sym_break] = ACTIONS(2402), - [anon_sym_continue] = ACTIONS(2402), - [anon_sym_for] = ACTIONS(2402), - [anon_sym_in2] = ACTIONS(2402), - [anon_sym_loop] = ACTIONS(2402), - [anon_sym_make] = ACTIONS(2402), - [anon_sym_while] = ACTIONS(2402), - [anon_sym_do] = ACTIONS(2402), - [anon_sym_if] = ACTIONS(2402), - [anon_sym_else] = ACTIONS(2402), - [anon_sym_match] = ACTIONS(2402), - [anon_sym_RBRACE] = ACTIONS(2404), - [anon_sym_try] = ACTIONS(2402), - [anon_sym_catch] = ACTIONS(2402), - [anon_sym_return] = ACTIONS(2402), - [anon_sym_source] = ACTIONS(2402), - [anon_sym_source_DASHenv] = ACTIONS(2402), - [anon_sym_register] = ACTIONS(2402), - [anon_sym_hide] = ACTIONS(2402), - [anon_sym_hide_DASHenv] = ACTIONS(2402), - [anon_sym_overlay] = ACTIONS(2402), - [anon_sym_as] = ACTIONS(2402), - [anon_sym_PLUS2] = ACTIONS(2402), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2404), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2404), - [aux_sym__val_number_decimal_token1] = ACTIONS(2402), - [aux_sym__val_number_decimal_token2] = ACTIONS(2404), - [aux_sym__val_number_decimal_token3] = ACTIONS(2404), - [aux_sym__val_number_decimal_token4] = ACTIONS(2404), - [aux_sym__val_number_token1] = ACTIONS(2404), - [aux_sym__val_number_token2] = ACTIONS(2404), - [aux_sym__val_number_token3] = ACTIONS(2404), - [aux_sym__val_number_token4] = ACTIONS(2402), - [aux_sym__val_number_token5] = ACTIONS(2402), - [aux_sym__val_number_token6] = ACTIONS(2402), - [anon_sym_DQUOTE] = ACTIONS(2404), - [sym__str_single_quotes] = ACTIONS(2404), - [sym__str_back_ticks] = ACTIONS(2404), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2404), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2404), - }, - [705] = { - [sym_comment] = STATE(705), - [anon_sym_export] = ACTIONS(2406), - [anon_sym_alias] = ACTIONS(2406), - [anon_sym_let] = ACTIONS(2406), - [anon_sym_let_DASHenv] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_const] = ACTIONS(2406), - [aux_sym_cmd_identifier_token1] = ACTIONS(2406), - [aux_sym_cmd_identifier_token2] = ACTIONS(2408), - [aux_sym_cmd_identifier_token3] = ACTIONS(2408), - [aux_sym_cmd_identifier_token4] = ACTIONS(2408), - [aux_sym_cmd_identifier_token5] = ACTIONS(2408), - [aux_sym_cmd_identifier_token6] = ACTIONS(2408), - [aux_sym_cmd_identifier_token7] = ACTIONS(2408), - [aux_sym_cmd_identifier_token8] = ACTIONS(2406), - [aux_sym_cmd_identifier_token9] = ACTIONS(2406), - [aux_sym_cmd_identifier_token10] = ACTIONS(2408), - [aux_sym_cmd_identifier_token11] = ACTIONS(2408), - [aux_sym_cmd_identifier_token12] = ACTIONS(2406), - [aux_sym_cmd_identifier_token13] = ACTIONS(2406), - [aux_sym_cmd_identifier_token14] = ACTIONS(2406), - [aux_sym_cmd_identifier_token15] = ACTIONS(2406), - [aux_sym_cmd_identifier_token16] = ACTIONS(2408), - [aux_sym_cmd_identifier_token17] = ACTIONS(2408), - [aux_sym_cmd_identifier_token18] = ACTIONS(2408), - [aux_sym_cmd_identifier_token19] = ACTIONS(2408), - [aux_sym_cmd_identifier_token20] = ACTIONS(2408), - [aux_sym_cmd_identifier_token21] = ACTIONS(2408), - [aux_sym_cmd_identifier_token22] = ACTIONS(2408), - [aux_sym_cmd_identifier_token23] = ACTIONS(2408), - [aux_sym_cmd_identifier_token24] = ACTIONS(2408), - [aux_sym_cmd_identifier_token25] = ACTIONS(2408), - [aux_sym_cmd_identifier_token26] = ACTIONS(2408), - [aux_sym_cmd_identifier_token27] = ACTIONS(2408), - [aux_sym_cmd_identifier_token28] = ACTIONS(2408), - [aux_sym_cmd_identifier_token29] = ACTIONS(2408), - [aux_sym_cmd_identifier_token30] = ACTIONS(2408), - [aux_sym_cmd_identifier_token31] = ACTIONS(2408), - [aux_sym_cmd_identifier_token32] = ACTIONS(2408), - [aux_sym_cmd_identifier_token33] = ACTIONS(2408), - [aux_sym_cmd_identifier_token34] = ACTIONS(2406), - [aux_sym_cmd_identifier_token35] = ACTIONS(2408), - [aux_sym_cmd_identifier_token36] = ACTIONS(2408), - [aux_sym_cmd_identifier_token37] = ACTIONS(2408), - [aux_sym_cmd_identifier_token38] = ACTIONS(2406), - [aux_sym_cmd_identifier_token39] = ACTIONS(2408), - [aux_sym_cmd_identifier_token40] = ACTIONS(2408), - [anon_sym_def] = ACTIONS(2406), - [anon_sym_export_DASHenv] = ACTIONS(2406), - [anon_sym_extern] = ACTIONS(2406), - [anon_sym_module] = ACTIONS(2406), - [anon_sym_use] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_DOLLAR] = ACTIONS(2408), - [anon_sym_error] = ACTIONS(2406), - [anon_sym_DASH2] = ACTIONS(2406), - [anon_sym_break] = ACTIONS(2406), - [anon_sym_continue] = ACTIONS(2406), - [anon_sym_for] = ACTIONS(2406), - [anon_sym_in2] = ACTIONS(2406), - [anon_sym_loop] = ACTIONS(2406), - [anon_sym_make] = ACTIONS(2406), - [anon_sym_while] = ACTIONS(2406), - [anon_sym_do] = ACTIONS(2406), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(2406), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2408), - [anon_sym_try] = ACTIONS(2406), - [anon_sym_catch] = ACTIONS(2406), - [anon_sym_return] = ACTIONS(2406), - [anon_sym_source] = ACTIONS(2406), - [anon_sym_source_DASHenv] = ACTIONS(2406), - [anon_sym_register] = ACTIONS(2406), - [anon_sym_hide] = ACTIONS(2406), - [anon_sym_hide_DASHenv] = ACTIONS(2406), - [anon_sym_overlay] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_PLUS2] = ACTIONS(2406), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2408), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2408), - [aux_sym__val_number_decimal_token1] = ACTIONS(2406), - [aux_sym__val_number_decimal_token2] = ACTIONS(2408), - [aux_sym__val_number_decimal_token3] = ACTIONS(2408), - [aux_sym__val_number_decimal_token4] = ACTIONS(2408), - [aux_sym__val_number_token1] = ACTIONS(2408), - [aux_sym__val_number_token2] = ACTIONS(2408), - [aux_sym__val_number_token3] = ACTIONS(2408), - [aux_sym__val_number_token4] = ACTIONS(2406), - [aux_sym__val_number_token5] = ACTIONS(2406), - [aux_sym__val_number_token6] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2408), - [sym__str_single_quotes] = ACTIONS(2408), - [sym__str_back_ticks] = ACTIONS(2408), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2408), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2408), - }, - [706] = { - [sym_comment] = STATE(706), - [anon_sym_export] = ACTIONS(2001), - [anon_sym_alias] = ACTIONS(2001), - [anon_sym_let] = ACTIONS(2001), - [anon_sym_let_DASHenv] = ACTIONS(2001), - [anon_sym_mut] = ACTIONS(2001), - [anon_sym_const] = ACTIONS(2001), - [aux_sym_cmd_identifier_token1] = ACTIONS(2001), - [aux_sym_cmd_identifier_token2] = ACTIONS(2003), - [aux_sym_cmd_identifier_token3] = ACTIONS(2003), - [aux_sym_cmd_identifier_token4] = ACTIONS(2003), - [aux_sym_cmd_identifier_token5] = ACTIONS(2003), - [aux_sym_cmd_identifier_token6] = ACTIONS(2003), - [aux_sym_cmd_identifier_token7] = ACTIONS(2003), - [aux_sym_cmd_identifier_token8] = ACTIONS(2001), - [aux_sym_cmd_identifier_token9] = ACTIONS(2001), - [aux_sym_cmd_identifier_token10] = ACTIONS(2003), - [aux_sym_cmd_identifier_token11] = ACTIONS(2003), - [aux_sym_cmd_identifier_token12] = ACTIONS(2001), - [aux_sym_cmd_identifier_token13] = ACTIONS(2001), - [aux_sym_cmd_identifier_token14] = ACTIONS(2001), - [aux_sym_cmd_identifier_token15] = ACTIONS(2001), - [aux_sym_cmd_identifier_token16] = ACTIONS(2003), - [aux_sym_cmd_identifier_token17] = ACTIONS(2003), - [aux_sym_cmd_identifier_token18] = ACTIONS(2003), - [aux_sym_cmd_identifier_token19] = ACTIONS(2003), - [aux_sym_cmd_identifier_token20] = ACTIONS(2003), - [aux_sym_cmd_identifier_token21] = ACTIONS(2003), - [aux_sym_cmd_identifier_token22] = ACTIONS(2003), - [aux_sym_cmd_identifier_token23] = ACTIONS(2003), - [aux_sym_cmd_identifier_token24] = ACTIONS(2003), - [aux_sym_cmd_identifier_token25] = ACTIONS(2003), - [aux_sym_cmd_identifier_token26] = ACTIONS(2003), - [aux_sym_cmd_identifier_token27] = ACTIONS(2003), - [aux_sym_cmd_identifier_token28] = ACTIONS(2003), - [aux_sym_cmd_identifier_token29] = ACTIONS(2003), - [aux_sym_cmd_identifier_token30] = ACTIONS(2003), - [aux_sym_cmd_identifier_token31] = ACTIONS(2003), - [aux_sym_cmd_identifier_token32] = ACTIONS(2003), - [aux_sym_cmd_identifier_token33] = ACTIONS(2003), - [aux_sym_cmd_identifier_token34] = ACTIONS(2001), - [aux_sym_cmd_identifier_token35] = ACTIONS(2003), - [aux_sym_cmd_identifier_token36] = ACTIONS(2003), - [aux_sym_cmd_identifier_token37] = ACTIONS(2003), - [aux_sym_cmd_identifier_token38] = ACTIONS(2001), - [aux_sym_cmd_identifier_token39] = ACTIONS(2003), - [aux_sym_cmd_identifier_token40] = ACTIONS(2003), - [anon_sym_def] = ACTIONS(2001), - [anon_sym_export_DASHenv] = ACTIONS(2001), - [anon_sym_extern] = ACTIONS(2001), - [anon_sym_module] = ACTIONS(2001), - [anon_sym_use] = ACTIONS(2001), - [anon_sym_LPAREN] = ACTIONS(2003), - [anon_sym_DOLLAR] = ACTIONS(2003), - [anon_sym_error] = ACTIONS(2001), - [anon_sym_DASH2] = ACTIONS(2001), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2001), - [anon_sym_for] = ACTIONS(2001), - [anon_sym_in2] = ACTIONS(2001), - [anon_sym_loop] = ACTIONS(2001), - [anon_sym_make] = ACTIONS(2001), - [anon_sym_while] = ACTIONS(2001), - [anon_sym_do] = ACTIONS(2001), - [anon_sym_if] = ACTIONS(2001), - [anon_sym_else] = ACTIONS(2001), - [anon_sym_match] = ACTIONS(2001), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_try] = ACTIONS(2001), - [anon_sym_catch] = ACTIONS(2001), - [anon_sym_return] = ACTIONS(2001), - [anon_sym_source] = ACTIONS(2001), - [anon_sym_source_DASHenv] = ACTIONS(2001), - [anon_sym_register] = ACTIONS(2001), - [anon_sym_hide] = ACTIONS(2001), - [anon_sym_hide_DASHenv] = ACTIONS(2001), - [anon_sym_overlay] = ACTIONS(2001), - [anon_sym_as] = ACTIONS(2001), - [anon_sym_PLUS2] = ACTIONS(2001), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2003), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2003), - [aux_sym__val_number_decimal_token1] = ACTIONS(2001), - [aux_sym__val_number_decimal_token2] = ACTIONS(2003), - [aux_sym__val_number_decimal_token3] = ACTIONS(2003), - [aux_sym__val_number_decimal_token4] = ACTIONS(2003), - [aux_sym__val_number_token1] = ACTIONS(2003), - [aux_sym__val_number_token2] = ACTIONS(2003), - [aux_sym__val_number_token3] = ACTIONS(2003), - [aux_sym__val_number_token4] = ACTIONS(2001), - [aux_sym__val_number_token5] = ACTIONS(2001), - [aux_sym__val_number_token6] = ACTIONS(2001), - [anon_sym_DQUOTE] = ACTIONS(2003), - [sym__str_single_quotes] = ACTIONS(2003), - [sym__str_back_ticks] = ACTIONS(2003), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2003), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2003), - }, - [707] = { - [sym_comment] = STATE(707), - [anon_sym_export] = ACTIONS(2485), - [anon_sym_alias] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2485), - [anon_sym_let_DASHenv] = ACTIONS(2485), - [anon_sym_mut] = ACTIONS(2485), - [anon_sym_const] = ACTIONS(2485), - [aux_sym_cmd_identifier_token1] = ACTIONS(2485), - [aux_sym_cmd_identifier_token2] = ACTIONS(2487), - [aux_sym_cmd_identifier_token3] = ACTIONS(2487), - [aux_sym_cmd_identifier_token4] = ACTIONS(2487), - [aux_sym_cmd_identifier_token5] = ACTIONS(2487), - [aux_sym_cmd_identifier_token6] = ACTIONS(2487), - [aux_sym_cmd_identifier_token7] = ACTIONS(2487), - [aux_sym_cmd_identifier_token8] = ACTIONS(2485), - [aux_sym_cmd_identifier_token9] = ACTIONS(2485), - [aux_sym_cmd_identifier_token10] = ACTIONS(2487), - [aux_sym_cmd_identifier_token11] = ACTIONS(2487), - [aux_sym_cmd_identifier_token12] = ACTIONS(2485), - [aux_sym_cmd_identifier_token13] = ACTIONS(2485), - [aux_sym_cmd_identifier_token14] = ACTIONS(2485), - [aux_sym_cmd_identifier_token15] = ACTIONS(2485), - [aux_sym_cmd_identifier_token16] = ACTIONS(2487), - [aux_sym_cmd_identifier_token17] = ACTIONS(2487), - [aux_sym_cmd_identifier_token18] = ACTIONS(2487), - [aux_sym_cmd_identifier_token19] = ACTIONS(2487), - [aux_sym_cmd_identifier_token20] = ACTIONS(2487), - [aux_sym_cmd_identifier_token21] = ACTIONS(2487), - [aux_sym_cmd_identifier_token22] = ACTIONS(2487), - [aux_sym_cmd_identifier_token23] = ACTIONS(2487), - [aux_sym_cmd_identifier_token24] = ACTIONS(2487), - [aux_sym_cmd_identifier_token25] = ACTIONS(2487), - [aux_sym_cmd_identifier_token26] = ACTIONS(2487), - [aux_sym_cmd_identifier_token27] = ACTIONS(2487), - [aux_sym_cmd_identifier_token28] = ACTIONS(2487), - [aux_sym_cmd_identifier_token29] = ACTIONS(2487), - [aux_sym_cmd_identifier_token30] = ACTIONS(2487), - [aux_sym_cmd_identifier_token31] = ACTIONS(2487), - [aux_sym_cmd_identifier_token32] = ACTIONS(2487), - [aux_sym_cmd_identifier_token33] = ACTIONS(2487), - [aux_sym_cmd_identifier_token34] = ACTIONS(2485), - [aux_sym_cmd_identifier_token35] = ACTIONS(2487), - [aux_sym_cmd_identifier_token36] = ACTIONS(2487), - [aux_sym_cmd_identifier_token37] = ACTIONS(2487), - [aux_sym_cmd_identifier_token38] = ACTIONS(2485), - [aux_sym_cmd_identifier_token39] = ACTIONS(2487), - [aux_sym_cmd_identifier_token40] = ACTIONS(2487), - [anon_sym_def] = ACTIONS(2485), - [anon_sym_export_DASHenv] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2485), - [anon_sym_module] = ACTIONS(2485), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_LPAREN] = ACTIONS(2487), - [anon_sym_DOLLAR] = ACTIONS(2487), - [anon_sym_error] = ACTIONS(2485), - [anon_sym_DASH2] = ACTIONS(2485), - [anon_sym_break] = ACTIONS(2485), - [anon_sym_continue] = ACTIONS(2485), - [anon_sym_for] = ACTIONS(2485), - [anon_sym_in2] = ACTIONS(2485), - [anon_sym_loop] = ACTIONS(2485), - [anon_sym_make] = ACTIONS(2485), - [anon_sym_while] = ACTIONS(2485), - [anon_sym_do] = ACTIONS(2485), - [anon_sym_if] = ACTIONS(2485), - [anon_sym_else] = ACTIONS(2485), - [anon_sym_match] = ACTIONS(2485), - [anon_sym_RBRACE] = ACTIONS(2487), - [anon_sym_try] = ACTIONS(2485), - [anon_sym_catch] = ACTIONS(2485), - [anon_sym_return] = ACTIONS(2485), - [anon_sym_source] = ACTIONS(2485), - [anon_sym_source_DASHenv] = ACTIONS(2485), - [anon_sym_register] = ACTIONS(2485), - [anon_sym_hide] = ACTIONS(2485), - [anon_sym_hide_DASHenv] = ACTIONS(2485), - [anon_sym_overlay] = ACTIONS(2485), - [anon_sym_as] = ACTIONS(2485), - [anon_sym_PLUS2] = ACTIONS(2485), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2487), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2487), - [aux_sym__val_number_decimal_token1] = ACTIONS(2485), - [aux_sym__val_number_decimal_token2] = ACTIONS(2487), - [aux_sym__val_number_decimal_token3] = ACTIONS(2487), - [aux_sym__val_number_decimal_token4] = ACTIONS(2487), - [aux_sym__val_number_token1] = ACTIONS(2487), - [aux_sym__val_number_token2] = ACTIONS(2487), - [aux_sym__val_number_token3] = ACTIONS(2487), - [aux_sym__val_number_token4] = ACTIONS(2485), - [aux_sym__val_number_token5] = ACTIONS(2485), - [aux_sym__val_number_token6] = ACTIONS(2485), - [anon_sym_DQUOTE] = ACTIONS(2487), - [sym__str_single_quotes] = ACTIONS(2487), - [sym__str_back_ticks] = ACTIONS(2487), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2487), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2487), - }, - [708] = { - [sym_comment] = STATE(708), - [anon_sym_export] = ACTIONS(1989), - [anon_sym_alias] = ACTIONS(1989), - [anon_sym_let] = ACTIONS(1989), - [anon_sym_let_DASHenv] = ACTIONS(1989), - [anon_sym_mut] = ACTIONS(1989), - [anon_sym_const] = ACTIONS(1989), - [aux_sym_cmd_identifier_token1] = ACTIONS(1989), - [aux_sym_cmd_identifier_token2] = ACTIONS(1991), - [aux_sym_cmd_identifier_token3] = ACTIONS(1991), - [aux_sym_cmd_identifier_token4] = ACTIONS(1991), - [aux_sym_cmd_identifier_token5] = ACTIONS(1991), - [aux_sym_cmd_identifier_token6] = ACTIONS(1991), - [aux_sym_cmd_identifier_token7] = ACTIONS(1991), - [aux_sym_cmd_identifier_token8] = ACTIONS(1989), - [aux_sym_cmd_identifier_token9] = ACTIONS(1989), - [aux_sym_cmd_identifier_token10] = ACTIONS(1991), - [aux_sym_cmd_identifier_token11] = ACTIONS(1991), - [aux_sym_cmd_identifier_token12] = ACTIONS(1989), - [aux_sym_cmd_identifier_token13] = ACTIONS(1989), - [aux_sym_cmd_identifier_token14] = ACTIONS(1989), - [aux_sym_cmd_identifier_token15] = ACTIONS(1989), - [aux_sym_cmd_identifier_token16] = ACTIONS(1991), - [aux_sym_cmd_identifier_token17] = ACTIONS(1991), - [aux_sym_cmd_identifier_token18] = ACTIONS(1991), - [aux_sym_cmd_identifier_token19] = ACTIONS(1991), - [aux_sym_cmd_identifier_token20] = ACTIONS(1991), - [aux_sym_cmd_identifier_token21] = ACTIONS(1991), - [aux_sym_cmd_identifier_token22] = ACTIONS(1991), - [aux_sym_cmd_identifier_token23] = ACTIONS(1991), - [aux_sym_cmd_identifier_token24] = ACTIONS(1991), - [aux_sym_cmd_identifier_token25] = ACTIONS(1991), - [aux_sym_cmd_identifier_token26] = ACTIONS(1991), - [aux_sym_cmd_identifier_token27] = ACTIONS(1991), - [aux_sym_cmd_identifier_token28] = ACTIONS(1991), - [aux_sym_cmd_identifier_token29] = ACTIONS(1991), - [aux_sym_cmd_identifier_token30] = ACTIONS(1991), - [aux_sym_cmd_identifier_token31] = ACTIONS(1991), - [aux_sym_cmd_identifier_token32] = ACTIONS(1991), - [aux_sym_cmd_identifier_token33] = ACTIONS(1991), - [aux_sym_cmd_identifier_token34] = ACTIONS(1989), - [aux_sym_cmd_identifier_token35] = ACTIONS(1991), - [aux_sym_cmd_identifier_token36] = ACTIONS(1991), - [aux_sym_cmd_identifier_token37] = ACTIONS(1991), - [aux_sym_cmd_identifier_token38] = ACTIONS(1989), - [aux_sym_cmd_identifier_token39] = ACTIONS(1991), - [aux_sym_cmd_identifier_token40] = ACTIONS(1991), - [anon_sym_def] = ACTIONS(1989), - [anon_sym_export_DASHenv] = ACTIONS(1989), - [anon_sym_extern] = ACTIONS(1989), - [anon_sym_module] = ACTIONS(1989), - [anon_sym_use] = ACTIONS(1989), - [anon_sym_LPAREN] = ACTIONS(1991), - [anon_sym_DOLLAR] = ACTIONS(1991), - [anon_sym_error] = ACTIONS(1989), - [anon_sym_DASH2] = ACTIONS(1989), - [anon_sym_break] = ACTIONS(1989), - [anon_sym_continue] = ACTIONS(1989), - [anon_sym_for] = ACTIONS(1989), - [anon_sym_in2] = ACTIONS(1989), - [anon_sym_loop] = ACTIONS(1989), - [anon_sym_make] = ACTIONS(1989), - [anon_sym_while] = ACTIONS(1989), - [anon_sym_do] = ACTIONS(1989), - [anon_sym_if] = ACTIONS(1989), - [anon_sym_else] = ACTIONS(1989), - [anon_sym_match] = ACTIONS(1989), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_try] = ACTIONS(1989), - [anon_sym_catch] = ACTIONS(1989), - [anon_sym_return] = ACTIONS(1989), - [anon_sym_source] = ACTIONS(1989), - [anon_sym_source_DASHenv] = ACTIONS(1989), - [anon_sym_register] = ACTIONS(1989), - [anon_sym_hide] = ACTIONS(1989), - [anon_sym_hide_DASHenv] = ACTIONS(1989), - [anon_sym_overlay] = ACTIONS(1989), - [anon_sym_as] = ACTIONS(1989), - [anon_sym_PLUS2] = ACTIONS(1989), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1991), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1991), - [aux_sym__val_number_decimal_token1] = ACTIONS(1989), - [aux_sym__val_number_decimal_token2] = ACTIONS(1991), - [aux_sym__val_number_decimal_token3] = ACTIONS(1991), - [aux_sym__val_number_decimal_token4] = ACTIONS(1991), - [aux_sym__val_number_token1] = ACTIONS(1991), - [aux_sym__val_number_token2] = ACTIONS(1991), - [aux_sym__val_number_token3] = ACTIONS(1991), - [aux_sym__val_number_token4] = ACTIONS(1989), - [aux_sym__val_number_token5] = ACTIONS(1989), - [aux_sym__val_number_token6] = ACTIONS(1989), - [anon_sym_DQUOTE] = ACTIONS(1991), - [sym__str_single_quotes] = ACTIONS(1991), - [sym__str_back_ticks] = ACTIONS(1991), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1991), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1991), - }, - [709] = { - [sym_comment] = STATE(709), - [anon_sym_export] = ACTIONS(2519), - [anon_sym_alias] = ACTIONS(2519), - [anon_sym_let] = ACTIONS(2519), - [anon_sym_let_DASHenv] = ACTIONS(2519), - [anon_sym_mut] = ACTIONS(2519), - [anon_sym_const] = ACTIONS(2519), - [aux_sym_cmd_identifier_token1] = ACTIONS(2519), - [aux_sym_cmd_identifier_token2] = ACTIONS(2521), - [aux_sym_cmd_identifier_token3] = ACTIONS(2521), - [aux_sym_cmd_identifier_token4] = ACTIONS(2521), - [aux_sym_cmd_identifier_token5] = ACTIONS(2521), - [aux_sym_cmd_identifier_token6] = ACTIONS(2521), - [aux_sym_cmd_identifier_token7] = ACTIONS(2521), - [aux_sym_cmd_identifier_token8] = ACTIONS(2519), - [aux_sym_cmd_identifier_token9] = ACTIONS(2519), - [aux_sym_cmd_identifier_token10] = ACTIONS(2521), - [aux_sym_cmd_identifier_token11] = ACTIONS(2521), - [aux_sym_cmd_identifier_token12] = ACTIONS(2519), - [aux_sym_cmd_identifier_token13] = ACTIONS(2519), - [aux_sym_cmd_identifier_token14] = ACTIONS(2519), - [aux_sym_cmd_identifier_token15] = ACTIONS(2519), - [aux_sym_cmd_identifier_token16] = ACTIONS(2521), - [aux_sym_cmd_identifier_token17] = ACTIONS(2521), - [aux_sym_cmd_identifier_token18] = ACTIONS(2521), - [aux_sym_cmd_identifier_token19] = ACTIONS(2521), - [aux_sym_cmd_identifier_token20] = ACTIONS(2521), - [aux_sym_cmd_identifier_token21] = ACTIONS(2521), - [aux_sym_cmd_identifier_token22] = ACTIONS(2521), - [aux_sym_cmd_identifier_token23] = ACTIONS(2521), - [aux_sym_cmd_identifier_token24] = ACTIONS(2521), - [aux_sym_cmd_identifier_token25] = ACTIONS(2521), - [aux_sym_cmd_identifier_token26] = ACTIONS(2521), - [aux_sym_cmd_identifier_token27] = ACTIONS(2521), - [aux_sym_cmd_identifier_token28] = ACTIONS(2521), - [aux_sym_cmd_identifier_token29] = ACTIONS(2521), - [aux_sym_cmd_identifier_token30] = ACTIONS(2521), - [aux_sym_cmd_identifier_token31] = ACTIONS(2521), - [aux_sym_cmd_identifier_token32] = ACTIONS(2521), - [aux_sym_cmd_identifier_token33] = ACTIONS(2521), - [aux_sym_cmd_identifier_token34] = ACTIONS(2519), - [aux_sym_cmd_identifier_token35] = ACTIONS(2521), - [aux_sym_cmd_identifier_token36] = ACTIONS(2521), - [aux_sym_cmd_identifier_token37] = ACTIONS(2521), - [aux_sym_cmd_identifier_token38] = ACTIONS(2519), - [aux_sym_cmd_identifier_token39] = ACTIONS(2521), - [aux_sym_cmd_identifier_token40] = ACTIONS(2521), - [anon_sym_def] = ACTIONS(2519), - [anon_sym_export_DASHenv] = ACTIONS(2519), - [anon_sym_extern] = ACTIONS(2519), - [anon_sym_module] = ACTIONS(2519), - [anon_sym_use] = ACTIONS(2519), - [anon_sym_LPAREN] = ACTIONS(2521), - [anon_sym_DOLLAR] = ACTIONS(2521), - [anon_sym_error] = ACTIONS(2519), - [anon_sym_DASH2] = ACTIONS(2519), - [anon_sym_break] = ACTIONS(2519), - [anon_sym_continue] = ACTIONS(2519), - [anon_sym_for] = ACTIONS(2519), - [anon_sym_in2] = ACTIONS(2519), - [anon_sym_loop] = ACTIONS(2519), - [anon_sym_make] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2519), - [anon_sym_do] = ACTIONS(2519), - [anon_sym_if] = ACTIONS(2519), - [anon_sym_else] = ACTIONS(2519), - [anon_sym_match] = ACTIONS(2519), - [anon_sym_RBRACE] = ACTIONS(2521), - [anon_sym_try] = ACTIONS(2519), - [anon_sym_catch] = ACTIONS(2519), - [anon_sym_return] = ACTIONS(2519), - [anon_sym_source] = ACTIONS(2519), - [anon_sym_source_DASHenv] = ACTIONS(2519), - [anon_sym_register] = ACTIONS(2519), - [anon_sym_hide] = ACTIONS(2519), - [anon_sym_hide_DASHenv] = ACTIONS(2519), - [anon_sym_overlay] = ACTIONS(2519), - [anon_sym_as] = ACTIONS(2519), - [anon_sym_PLUS2] = ACTIONS(2519), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2521), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2521), - [aux_sym__val_number_decimal_token1] = ACTIONS(2519), - [aux_sym__val_number_decimal_token2] = ACTIONS(2521), - [aux_sym__val_number_decimal_token3] = ACTIONS(2521), - [aux_sym__val_number_decimal_token4] = ACTIONS(2521), - [aux_sym__val_number_token1] = ACTIONS(2521), - [aux_sym__val_number_token2] = ACTIONS(2521), - [aux_sym__val_number_token3] = ACTIONS(2521), - [aux_sym__val_number_token4] = ACTIONS(2519), - [aux_sym__val_number_token5] = ACTIONS(2519), - [aux_sym__val_number_token6] = ACTIONS(2519), - [anon_sym_DQUOTE] = ACTIONS(2521), - [sym__str_single_quotes] = ACTIONS(2521), - [sym__str_back_ticks] = ACTIONS(2521), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2521), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2521), - }, - [710] = { - [sym_comment] = STATE(710), - [anon_sym_export] = ACTIONS(1277), - [anon_sym_alias] = ACTIONS(1277), - [anon_sym_let] = ACTIONS(1277), - [anon_sym_let_DASHenv] = ACTIONS(1277), - [anon_sym_mut] = ACTIONS(1277), - [anon_sym_const] = ACTIONS(1277), - [aux_sym_cmd_identifier_token1] = ACTIONS(1277), - [aux_sym_cmd_identifier_token2] = ACTIONS(1275), - [aux_sym_cmd_identifier_token3] = ACTIONS(1275), - [aux_sym_cmd_identifier_token4] = ACTIONS(1275), - [aux_sym_cmd_identifier_token5] = ACTIONS(1275), - [aux_sym_cmd_identifier_token6] = ACTIONS(1275), - [aux_sym_cmd_identifier_token7] = ACTIONS(1275), - [aux_sym_cmd_identifier_token8] = ACTIONS(1277), - [aux_sym_cmd_identifier_token9] = ACTIONS(1277), - [aux_sym_cmd_identifier_token10] = ACTIONS(1275), - [aux_sym_cmd_identifier_token11] = ACTIONS(1275), - [aux_sym_cmd_identifier_token12] = ACTIONS(1277), - [aux_sym_cmd_identifier_token13] = ACTIONS(1277), - [aux_sym_cmd_identifier_token14] = ACTIONS(1277), - [aux_sym_cmd_identifier_token15] = ACTIONS(1277), - [aux_sym_cmd_identifier_token16] = ACTIONS(1275), - [aux_sym_cmd_identifier_token17] = ACTIONS(1275), - [aux_sym_cmd_identifier_token18] = ACTIONS(1275), - [aux_sym_cmd_identifier_token19] = ACTIONS(1275), - [aux_sym_cmd_identifier_token20] = ACTIONS(1275), - [aux_sym_cmd_identifier_token21] = ACTIONS(1275), - [aux_sym_cmd_identifier_token22] = ACTIONS(1275), - [aux_sym_cmd_identifier_token23] = ACTIONS(1275), - [aux_sym_cmd_identifier_token24] = ACTIONS(1275), - [aux_sym_cmd_identifier_token25] = ACTIONS(1275), - [aux_sym_cmd_identifier_token26] = ACTIONS(1275), - [aux_sym_cmd_identifier_token27] = ACTIONS(1275), - [aux_sym_cmd_identifier_token28] = ACTIONS(1275), - [aux_sym_cmd_identifier_token29] = ACTIONS(1275), - [aux_sym_cmd_identifier_token30] = ACTIONS(1275), - [aux_sym_cmd_identifier_token31] = ACTIONS(1275), - [aux_sym_cmd_identifier_token32] = ACTIONS(1275), - [aux_sym_cmd_identifier_token33] = ACTIONS(1275), - [aux_sym_cmd_identifier_token34] = ACTIONS(1277), - [aux_sym_cmd_identifier_token35] = ACTIONS(1275), - [aux_sym_cmd_identifier_token36] = ACTIONS(1275), - [aux_sym_cmd_identifier_token37] = ACTIONS(1275), - [aux_sym_cmd_identifier_token38] = ACTIONS(1277), - [aux_sym_cmd_identifier_token39] = ACTIONS(1275), - [aux_sym_cmd_identifier_token40] = ACTIONS(1275), - [sym__newline] = ACTIONS(1275), - [anon_sym_def] = ACTIONS(1277), - [anon_sym_export_DASHenv] = ACTIONS(1277), - [anon_sym_extern] = ACTIONS(1277), - [anon_sym_module] = ACTIONS(1277), - [anon_sym_use] = ACTIONS(1277), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1275), - [anon_sym_error] = ACTIONS(1277), - [anon_sym_DASH2] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_for] = ACTIONS(1277), - [anon_sym_in2] = ACTIONS(1277), - [anon_sym_loop] = ACTIONS(1277), - [anon_sym_make] = ACTIONS(1277), - [anon_sym_while] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_else] = ACTIONS(1277), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_try] = ACTIONS(1277), - [anon_sym_catch] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_source] = ACTIONS(1277), - [anon_sym_source_DASHenv] = ACTIONS(1277), - [anon_sym_register] = ACTIONS(1277), - [anon_sym_hide] = ACTIONS(1277), - [anon_sym_hide_DASHenv] = ACTIONS(1277), - [anon_sym_overlay] = ACTIONS(1277), - [anon_sym_as] = ACTIONS(1277), - [anon_sym_PLUS2] = ACTIONS(1277), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1275), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1275), - [aux_sym__val_number_decimal_token1] = ACTIONS(1277), - [aux_sym__val_number_decimal_token2] = ACTIONS(1275), - [aux_sym__val_number_decimal_token3] = ACTIONS(1275), - [aux_sym__val_number_decimal_token4] = ACTIONS(1275), - [aux_sym__val_number_token1] = ACTIONS(1275), - [aux_sym__val_number_token2] = ACTIONS(1275), - [aux_sym__val_number_token3] = ACTIONS(1275), - [aux_sym__val_number_token4] = ACTIONS(1277), - [aux_sym__val_number_token5] = ACTIONS(1277), - [aux_sym__val_number_token6] = ACTIONS(1277), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym__str_single_quotes] = ACTIONS(1275), - [sym__str_back_ticks] = ACTIONS(1275), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1275), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1275), - }, - [711] = { - [sym_comment] = STATE(711), - [anon_sym_export] = ACTIONS(2489), - [anon_sym_alias] = ACTIONS(2489), - [anon_sym_let] = ACTIONS(2489), - [anon_sym_let_DASHenv] = ACTIONS(2489), - [anon_sym_mut] = ACTIONS(2489), - [anon_sym_const] = ACTIONS(2489), - [aux_sym_cmd_identifier_token1] = ACTIONS(2489), - [aux_sym_cmd_identifier_token2] = ACTIONS(2491), - [aux_sym_cmd_identifier_token3] = ACTIONS(2491), - [aux_sym_cmd_identifier_token4] = ACTIONS(2491), - [aux_sym_cmd_identifier_token5] = ACTIONS(2491), - [aux_sym_cmd_identifier_token6] = ACTIONS(2491), - [aux_sym_cmd_identifier_token7] = ACTIONS(2491), - [aux_sym_cmd_identifier_token8] = ACTIONS(2489), - [aux_sym_cmd_identifier_token9] = ACTIONS(2489), - [aux_sym_cmd_identifier_token10] = ACTIONS(2491), - [aux_sym_cmd_identifier_token11] = ACTIONS(2491), - [aux_sym_cmd_identifier_token12] = ACTIONS(2489), - [aux_sym_cmd_identifier_token13] = ACTIONS(2489), - [aux_sym_cmd_identifier_token14] = ACTIONS(2489), - [aux_sym_cmd_identifier_token15] = ACTIONS(2489), - [aux_sym_cmd_identifier_token16] = ACTIONS(2491), - [aux_sym_cmd_identifier_token17] = ACTIONS(2491), - [aux_sym_cmd_identifier_token18] = ACTIONS(2491), - [aux_sym_cmd_identifier_token19] = ACTIONS(2491), - [aux_sym_cmd_identifier_token20] = ACTIONS(2491), - [aux_sym_cmd_identifier_token21] = ACTIONS(2491), - [aux_sym_cmd_identifier_token22] = ACTIONS(2491), - [aux_sym_cmd_identifier_token23] = ACTIONS(2491), - [aux_sym_cmd_identifier_token24] = ACTIONS(2491), - [aux_sym_cmd_identifier_token25] = ACTIONS(2491), - [aux_sym_cmd_identifier_token26] = ACTIONS(2491), - [aux_sym_cmd_identifier_token27] = ACTIONS(2491), - [aux_sym_cmd_identifier_token28] = ACTIONS(2491), - [aux_sym_cmd_identifier_token29] = ACTIONS(2491), - [aux_sym_cmd_identifier_token30] = ACTIONS(2491), - [aux_sym_cmd_identifier_token31] = ACTIONS(2491), - [aux_sym_cmd_identifier_token32] = ACTIONS(2491), - [aux_sym_cmd_identifier_token33] = ACTIONS(2491), - [aux_sym_cmd_identifier_token34] = ACTIONS(2489), - [aux_sym_cmd_identifier_token35] = ACTIONS(2491), - [aux_sym_cmd_identifier_token36] = ACTIONS(2491), - [aux_sym_cmd_identifier_token37] = ACTIONS(2491), - [aux_sym_cmd_identifier_token38] = ACTIONS(2489), - [aux_sym_cmd_identifier_token39] = ACTIONS(2491), - [aux_sym_cmd_identifier_token40] = ACTIONS(2491), - [anon_sym_def] = ACTIONS(2489), - [anon_sym_export_DASHenv] = ACTIONS(2489), - [anon_sym_extern] = ACTIONS(2489), - [anon_sym_module] = ACTIONS(2489), - [anon_sym_use] = ACTIONS(2489), - [anon_sym_LPAREN] = ACTIONS(2491), - [anon_sym_DOLLAR] = ACTIONS(2491), - [anon_sym_error] = ACTIONS(2489), - [anon_sym_DASH2] = ACTIONS(2489), - [anon_sym_break] = ACTIONS(2489), - [anon_sym_continue] = ACTIONS(2489), - [anon_sym_for] = ACTIONS(2489), - [anon_sym_in2] = ACTIONS(2489), - [anon_sym_loop] = ACTIONS(2489), - [anon_sym_make] = ACTIONS(2489), - [anon_sym_while] = ACTIONS(2489), - [anon_sym_do] = ACTIONS(2489), - [anon_sym_if] = ACTIONS(2489), - [anon_sym_else] = ACTIONS(2489), - [anon_sym_match] = ACTIONS(2489), - [anon_sym_RBRACE] = ACTIONS(2491), - [anon_sym_try] = ACTIONS(2489), - [anon_sym_catch] = ACTIONS(2489), - [anon_sym_return] = ACTIONS(2489), - [anon_sym_source] = ACTIONS(2489), - [anon_sym_source_DASHenv] = ACTIONS(2489), - [anon_sym_register] = ACTIONS(2489), - [anon_sym_hide] = ACTIONS(2489), - [anon_sym_hide_DASHenv] = ACTIONS(2489), - [anon_sym_overlay] = ACTIONS(2489), - [anon_sym_as] = ACTIONS(2489), - [anon_sym_PLUS2] = ACTIONS(2489), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2491), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2491), - [aux_sym__val_number_decimal_token1] = ACTIONS(2489), - [aux_sym__val_number_decimal_token2] = ACTIONS(2491), - [aux_sym__val_number_decimal_token3] = ACTIONS(2491), - [aux_sym__val_number_decimal_token4] = ACTIONS(2491), - [aux_sym__val_number_token1] = ACTIONS(2491), - [aux_sym__val_number_token2] = ACTIONS(2491), - [aux_sym__val_number_token3] = ACTIONS(2491), - [aux_sym__val_number_token4] = ACTIONS(2489), - [aux_sym__val_number_token5] = ACTIONS(2489), - [aux_sym__val_number_token6] = ACTIONS(2489), - [anon_sym_DQUOTE] = ACTIONS(2491), - [sym__str_single_quotes] = ACTIONS(2491), - [sym__str_back_ticks] = ACTIONS(2491), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2491), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2491), - }, - [712] = { - [sym_comment] = STATE(712), - [anon_sym_export] = ACTIONS(1004), - [anon_sym_alias] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_let_DASHenv] = ACTIONS(1004), - [anon_sym_mut] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [aux_sym_cmd_identifier_token1] = ACTIONS(1004), - [aux_sym_cmd_identifier_token2] = ACTIONS(1000), - [aux_sym_cmd_identifier_token3] = ACTIONS(1000), - [aux_sym_cmd_identifier_token4] = ACTIONS(1000), - [aux_sym_cmd_identifier_token5] = ACTIONS(1000), - [aux_sym_cmd_identifier_token6] = ACTIONS(1000), - [aux_sym_cmd_identifier_token7] = ACTIONS(1000), - [aux_sym_cmd_identifier_token8] = ACTIONS(1004), - [aux_sym_cmd_identifier_token9] = ACTIONS(1004), - [aux_sym_cmd_identifier_token10] = ACTIONS(1000), - [aux_sym_cmd_identifier_token11] = ACTIONS(1000), - [aux_sym_cmd_identifier_token12] = ACTIONS(1004), - [aux_sym_cmd_identifier_token13] = ACTIONS(1004), - [aux_sym_cmd_identifier_token14] = ACTIONS(1004), - [aux_sym_cmd_identifier_token15] = ACTIONS(1004), - [aux_sym_cmd_identifier_token16] = ACTIONS(1000), - [aux_sym_cmd_identifier_token17] = ACTIONS(1000), - [aux_sym_cmd_identifier_token18] = ACTIONS(1000), - [aux_sym_cmd_identifier_token19] = ACTIONS(1000), - [aux_sym_cmd_identifier_token20] = ACTIONS(1000), - [aux_sym_cmd_identifier_token21] = ACTIONS(1000), - [aux_sym_cmd_identifier_token22] = ACTIONS(1000), - [aux_sym_cmd_identifier_token23] = ACTIONS(1000), - [aux_sym_cmd_identifier_token24] = ACTIONS(1000), - [aux_sym_cmd_identifier_token25] = ACTIONS(1000), - [aux_sym_cmd_identifier_token26] = ACTIONS(1000), - [aux_sym_cmd_identifier_token27] = ACTIONS(1000), - [aux_sym_cmd_identifier_token28] = ACTIONS(1000), - [aux_sym_cmd_identifier_token29] = ACTIONS(1000), - [aux_sym_cmd_identifier_token30] = ACTIONS(1000), - [aux_sym_cmd_identifier_token31] = ACTIONS(1000), - [aux_sym_cmd_identifier_token32] = ACTIONS(1000), - [aux_sym_cmd_identifier_token33] = ACTIONS(1000), - [aux_sym_cmd_identifier_token34] = ACTIONS(1004), - [aux_sym_cmd_identifier_token35] = ACTIONS(1000), - [aux_sym_cmd_identifier_token36] = ACTIONS(1000), - [aux_sym_cmd_identifier_token37] = ACTIONS(1000), - [aux_sym_cmd_identifier_token38] = ACTIONS(1004), - [aux_sym_cmd_identifier_token39] = ACTIONS(1000), - [aux_sym_cmd_identifier_token40] = ACTIONS(1000), - [anon_sym_def] = ACTIONS(1004), - [anon_sym_export_DASHenv] = ACTIONS(1004), - [anon_sym_extern] = ACTIONS(1004), - [anon_sym_module] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_LPAREN] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1000), - [anon_sym_error] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_make] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [anon_sym_do] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_else] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_try] = ACTIONS(1004), - [anon_sym_catch] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_source] = ACTIONS(1004), - [anon_sym_source_DASHenv] = ACTIONS(1004), - [anon_sym_register] = ACTIONS(1004), - [anon_sym_hide] = ACTIONS(1004), - [anon_sym_hide_DASHenv] = ACTIONS(1004), - [anon_sym_overlay] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1000), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1000), - [aux_sym__val_number_decimal_token3] = ACTIONS(1000), - [aux_sym__val_number_decimal_token4] = ACTIONS(1000), - [aux_sym__val_number_token1] = ACTIONS(1000), - [aux_sym__val_number_token2] = ACTIONS(1000), - [aux_sym__val_number_token3] = ACTIONS(1000), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), + [695] = { + [sym_comment] = STATE(695), + [anon_sym_export] = ACTIONS(2447), + [anon_sym_alias] = ACTIONS(2447), + [anon_sym_let] = ACTIONS(2447), + [anon_sym_let_DASHenv] = ACTIONS(2447), + [anon_sym_mut] = ACTIONS(2447), + [anon_sym_const] = ACTIONS(2447), + [aux_sym_cmd_identifier_token1] = ACTIONS(2447), + [aux_sym_cmd_identifier_token2] = ACTIONS(2449), + [aux_sym_cmd_identifier_token3] = ACTIONS(2449), + [aux_sym_cmd_identifier_token4] = ACTIONS(2449), + [aux_sym_cmd_identifier_token5] = ACTIONS(2449), + [aux_sym_cmd_identifier_token6] = ACTIONS(2449), + [aux_sym_cmd_identifier_token7] = ACTIONS(2449), + [aux_sym_cmd_identifier_token8] = ACTIONS(2447), + [aux_sym_cmd_identifier_token9] = ACTIONS(2447), + [aux_sym_cmd_identifier_token10] = ACTIONS(2449), + [aux_sym_cmd_identifier_token11] = ACTIONS(2449), + [aux_sym_cmd_identifier_token12] = ACTIONS(2447), + [aux_sym_cmd_identifier_token13] = ACTIONS(2447), + [aux_sym_cmd_identifier_token14] = ACTIONS(2447), + [aux_sym_cmd_identifier_token15] = ACTIONS(2447), + [aux_sym_cmd_identifier_token16] = ACTIONS(2449), + [aux_sym_cmd_identifier_token17] = ACTIONS(2449), + [aux_sym_cmd_identifier_token18] = ACTIONS(2449), + [aux_sym_cmd_identifier_token19] = ACTIONS(2449), + [aux_sym_cmd_identifier_token20] = ACTIONS(2449), + [aux_sym_cmd_identifier_token21] = ACTIONS(2449), + [aux_sym_cmd_identifier_token22] = ACTIONS(2449), + [aux_sym_cmd_identifier_token23] = ACTIONS(2449), + [aux_sym_cmd_identifier_token24] = ACTIONS(2449), + [aux_sym_cmd_identifier_token25] = ACTIONS(2449), + [aux_sym_cmd_identifier_token26] = ACTIONS(2449), + [aux_sym_cmd_identifier_token27] = ACTIONS(2449), + [aux_sym_cmd_identifier_token28] = ACTIONS(2449), + [aux_sym_cmd_identifier_token29] = ACTIONS(2449), + [aux_sym_cmd_identifier_token30] = ACTIONS(2449), + [aux_sym_cmd_identifier_token31] = ACTIONS(2449), + [aux_sym_cmd_identifier_token32] = ACTIONS(2449), + [aux_sym_cmd_identifier_token33] = ACTIONS(2449), + [aux_sym_cmd_identifier_token34] = ACTIONS(2447), + [aux_sym_cmd_identifier_token35] = ACTIONS(2449), + [aux_sym_cmd_identifier_token36] = ACTIONS(2449), + [aux_sym_cmd_identifier_token37] = ACTIONS(2449), + [aux_sym_cmd_identifier_token38] = ACTIONS(2447), + [aux_sym_cmd_identifier_token39] = ACTIONS(2449), + [aux_sym_cmd_identifier_token40] = ACTIONS(2449), + [anon_sym_def] = ACTIONS(2447), + [anon_sym_export_DASHenv] = ACTIONS(2447), + [anon_sym_extern] = ACTIONS(2447), + [anon_sym_module] = ACTIONS(2447), + [anon_sym_use] = ACTIONS(2447), + [anon_sym_LPAREN] = ACTIONS(2449), + [anon_sym_DOLLAR] = ACTIONS(2449), + [anon_sym_error] = ACTIONS(2447), + [anon_sym_DASH2] = ACTIONS(2447), + [anon_sym_break] = ACTIONS(2447), + [anon_sym_continue] = ACTIONS(2447), + [anon_sym_for] = ACTIONS(2447), + [anon_sym_in2] = ACTIONS(2447), + [anon_sym_loop] = ACTIONS(2447), + [anon_sym_make] = ACTIONS(2447), + [anon_sym_while] = ACTIONS(2447), + [anon_sym_do] = ACTIONS(2447), + [anon_sym_if] = ACTIONS(2447), + [anon_sym_else] = ACTIONS(2447), + [anon_sym_match] = ACTIONS(2447), + [anon_sym_RBRACE] = ACTIONS(2449), + [anon_sym_try] = ACTIONS(2447), + [anon_sym_catch] = ACTIONS(2447), + [anon_sym_return] = ACTIONS(2447), + [anon_sym_source] = ACTIONS(2447), + [anon_sym_source_DASHenv] = ACTIONS(2447), + [anon_sym_register] = ACTIONS(2447), + [anon_sym_hide] = ACTIONS(2447), + [anon_sym_hide_DASHenv] = ACTIONS(2447), + [anon_sym_overlay] = ACTIONS(2447), + [anon_sym_as] = ACTIONS(2447), + [anon_sym_PLUS2] = ACTIONS(2447), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2449), + [aux_sym__val_number_decimal_token1] = ACTIONS(2447), + [aux_sym__val_number_decimal_token2] = ACTIONS(2449), + [aux_sym__val_number_decimal_token3] = ACTIONS(2449), + [aux_sym__val_number_decimal_token4] = ACTIONS(2449), + [aux_sym__val_number_token1] = ACTIONS(2449), + [aux_sym__val_number_token2] = ACTIONS(2449), + [aux_sym__val_number_token3] = ACTIONS(2449), + [aux_sym__val_number_token4] = ACTIONS(2447), + [aux_sym__val_number_token5] = ACTIONS(2447), + [aux_sym__val_number_token6] = ACTIONS(2447), + [anon_sym_DQUOTE] = ACTIONS(2449), + [sym__str_single_quotes] = ACTIONS(2449), + [sym__str_back_ticks] = ACTIONS(2449), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2449), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [713] = { - [sym_comment] = STATE(713), - [anon_sym_export] = ACTIONS(2115), - [anon_sym_alias] = ACTIONS(2115), - [anon_sym_let] = ACTIONS(2115), - [anon_sym_let_DASHenv] = ACTIONS(2115), - [anon_sym_mut] = ACTIONS(2115), - [anon_sym_const] = ACTIONS(2115), - [aux_sym_cmd_identifier_token1] = ACTIONS(2115), - [aux_sym_cmd_identifier_token2] = ACTIONS(2121), - [aux_sym_cmd_identifier_token3] = ACTIONS(2121), - [aux_sym_cmd_identifier_token4] = ACTIONS(2121), - [aux_sym_cmd_identifier_token5] = ACTIONS(2121), - [aux_sym_cmd_identifier_token6] = ACTIONS(2121), - [aux_sym_cmd_identifier_token7] = ACTIONS(2121), - [aux_sym_cmd_identifier_token8] = ACTIONS(2115), - [aux_sym_cmd_identifier_token9] = ACTIONS(2115), - [aux_sym_cmd_identifier_token10] = ACTIONS(2121), - [aux_sym_cmd_identifier_token11] = ACTIONS(2121), - [aux_sym_cmd_identifier_token12] = ACTIONS(2115), - [aux_sym_cmd_identifier_token13] = ACTIONS(2115), - [aux_sym_cmd_identifier_token14] = ACTIONS(2115), - [aux_sym_cmd_identifier_token15] = ACTIONS(2115), - [aux_sym_cmd_identifier_token16] = ACTIONS(2121), - [aux_sym_cmd_identifier_token17] = ACTIONS(2121), - [aux_sym_cmd_identifier_token18] = ACTIONS(2121), - [aux_sym_cmd_identifier_token19] = ACTIONS(2121), - [aux_sym_cmd_identifier_token20] = ACTIONS(2121), - [aux_sym_cmd_identifier_token21] = ACTIONS(2121), - [aux_sym_cmd_identifier_token22] = ACTIONS(2121), - [aux_sym_cmd_identifier_token23] = ACTIONS(2121), - [aux_sym_cmd_identifier_token24] = ACTIONS(2121), - [aux_sym_cmd_identifier_token25] = ACTIONS(2121), - [aux_sym_cmd_identifier_token26] = ACTIONS(2121), - [aux_sym_cmd_identifier_token27] = ACTIONS(2121), - [aux_sym_cmd_identifier_token28] = ACTIONS(2121), - [aux_sym_cmd_identifier_token29] = ACTIONS(2121), - [aux_sym_cmd_identifier_token30] = ACTIONS(2121), - [aux_sym_cmd_identifier_token31] = ACTIONS(2121), - [aux_sym_cmd_identifier_token32] = ACTIONS(2121), - [aux_sym_cmd_identifier_token33] = ACTIONS(2121), - [aux_sym_cmd_identifier_token34] = ACTIONS(2115), - [aux_sym_cmd_identifier_token35] = ACTIONS(2121), - [aux_sym_cmd_identifier_token36] = ACTIONS(2121), - [aux_sym_cmd_identifier_token37] = ACTIONS(2121), - [aux_sym_cmd_identifier_token38] = ACTIONS(2115), - [aux_sym_cmd_identifier_token39] = ACTIONS(2121), - [aux_sym_cmd_identifier_token40] = ACTIONS(2121), - [anon_sym_def] = ACTIONS(2115), - [anon_sym_export_DASHenv] = ACTIONS(2115), - [anon_sym_extern] = ACTIONS(2115), - [anon_sym_module] = ACTIONS(2115), - [anon_sym_use] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_DOLLAR] = ACTIONS(2121), - [anon_sym_error] = ACTIONS(2115), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_break] = ACTIONS(2115), - [anon_sym_continue] = ACTIONS(2115), - [anon_sym_for] = ACTIONS(2115), - [anon_sym_in2] = ACTIONS(2115), - [anon_sym_loop] = ACTIONS(2115), - [anon_sym_make] = ACTIONS(2115), - [anon_sym_while] = ACTIONS(2115), - [anon_sym_do] = ACTIONS(2115), - [anon_sym_if] = ACTIONS(2115), - [anon_sym_else] = ACTIONS(2115), - [anon_sym_match] = ACTIONS(2115), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2115), - [anon_sym_catch] = ACTIONS(2115), - [anon_sym_return] = ACTIONS(2115), - [anon_sym_source] = ACTIONS(2115), - [anon_sym_source_DASHenv] = ACTIONS(2115), - [anon_sym_register] = ACTIONS(2115), - [anon_sym_hide] = ACTIONS(2115), - [anon_sym_hide_DASHenv] = ACTIONS(2115), - [anon_sym_overlay] = ACTIONS(2115), - [anon_sym_as] = ACTIONS(2115), - [anon_sym_PLUS2] = ACTIONS(2115), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2121), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2121), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2121), - [aux_sym__val_number_decimal_token3] = ACTIONS(2121), - [aux_sym__val_number_decimal_token4] = ACTIONS(2121), - [aux_sym__val_number_token1] = ACTIONS(2121), - [aux_sym__val_number_token2] = ACTIONS(2121), - [aux_sym__val_number_token3] = ACTIONS(2121), - [aux_sym__val_number_token4] = ACTIONS(2115), - [aux_sym__val_number_token5] = ACTIONS(2115), - [aux_sym__val_number_token6] = ACTIONS(2115), - [anon_sym_DQUOTE] = ACTIONS(2121), - [sym__str_single_quotes] = ACTIONS(2121), - [sym__str_back_ticks] = ACTIONS(2121), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2121), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2121), + [sym_raw_string_begin] = ACTIONS(2449), }, - [714] = { - [sym_comment] = STATE(714), - [anon_sym_export] = ACTIONS(1735), - [anon_sym_alias] = ACTIONS(1735), - [anon_sym_let] = ACTIONS(1735), - [anon_sym_let_DASHenv] = ACTIONS(1735), - [anon_sym_mut] = ACTIONS(1735), - [anon_sym_const] = ACTIONS(1735), - [aux_sym_cmd_identifier_token1] = ACTIONS(1735), - [aux_sym_cmd_identifier_token2] = ACTIONS(1737), - [aux_sym_cmd_identifier_token3] = ACTIONS(1737), - [aux_sym_cmd_identifier_token4] = ACTIONS(1737), - [aux_sym_cmd_identifier_token5] = ACTIONS(1737), - [aux_sym_cmd_identifier_token6] = ACTIONS(1737), - [aux_sym_cmd_identifier_token7] = ACTIONS(1737), - [aux_sym_cmd_identifier_token8] = ACTIONS(1735), - [aux_sym_cmd_identifier_token9] = ACTIONS(1735), - [aux_sym_cmd_identifier_token10] = ACTIONS(1737), - [aux_sym_cmd_identifier_token11] = ACTIONS(1737), - [aux_sym_cmd_identifier_token12] = ACTIONS(1735), - [aux_sym_cmd_identifier_token13] = ACTIONS(1735), - [aux_sym_cmd_identifier_token14] = ACTIONS(1735), - [aux_sym_cmd_identifier_token15] = ACTIONS(1735), - [aux_sym_cmd_identifier_token16] = ACTIONS(1737), - [aux_sym_cmd_identifier_token17] = ACTIONS(1737), - [aux_sym_cmd_identifier_token18] = ACTIONS(1737), - [aux_sym_cmd_identifier_token19] = ACTIONS(1737), - [aux_sym_cmd_identifier_token20] = ACTIONS(1737), - [aux_sym_cmd_identifier_token21] = ACTIONS(1737), - [aux_sym_cmd_identifier_token22] = ACTIONS(1737), - [aux_sym_cmd_identifier_token23] = ACTIONS(1737), - [aux_sym_cmd_identifier_token24] = ACTIONS(1737), - [aux_sym_cmd_identifier_token25] = ACTIONS(1737), - [aux_sym_cmd_identifier_token26] = ACTIONS(1737), - [aux_sym_cmd_identifier_token27] = ACTIONS(1737), - [aux_sym_cmd_identifier_token28] = ACTIONS(1737), - [aux_sym_cmd_identifier_token29] = ACTIONS(1737), - [aux_sym_cmd_identifier_token30] = ACTIONS(1737), - [aux_sym_cmd_identifier_token31] = ACTIONS(1737), - [aux_sym_cmd_identifier_token32] = ACTIONS(1737), - [aux_sym_cmd_identifier_token33] = ACTIONS(1737), - [aux_sym_cmd_identifier_token34] = ACTIONS(1735), - [aux_sym_cmd_identifier_token35] = ACTIONS(1737), - [aux_sym_cmd_identifier_token36] = ACTIONS(1737), - [aux_sym_cmd_identifier_token37] = ACTIONS(1737), - [aux_sym_cmd_identifier_token38] = ACTIONS(1735), - [aux_sym_cmd_identifier_token39] = ACTIONS(1737), - [aux_sym_cmd_identifier_token40] = ACTIONS(1737), - [anon_sym_def] = ACTIONS(1735), - [anon_sym_export_DASHenv] = ACTIONS(1735), - [anon_sym_extern] = ACTIONS(1735), - [anon_sym_module] = ACTIONS(1735), - [anon_sym_use] = ACTIONS(1735), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1737), - [anon_sym_error] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_break] = ACTIONS(1735), - [anon_sym_continue] = ACTIONS(1735), - [anon_sym_for] = ACTIONS(1735), - [anon_sym_in2] = ACTIONS(1735), - [anon_sym_loop] = ACTIONS(1735), - [anon_sym_make] = ACTIONS(1735), - [anon_sym_while] = ACTIONS(1735), - [anon_sym_do] = ACTIONS(1735), - [anon_sym_if] = ACTIONS(1735), - [anon_sym_else] = ACTIONS(1735), - [anon_sym_match] = ACTIONS(1735), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_try] = ACTIONS(1735), - [anon_sym_catch] = ACTIONS(1735), - [anon_sym_return] = ACTIONS(1735), - [anon_sym_source] = ACTIONS(1735), - [anon_sym_source_DASHenv] = ACTIONS(1735), - [anon_sym_register] = ACTIONS(1735), - [anon_sym_hide] = ACTIONS(1735), - [anon_sym_hide_DASHenv] = ACTIONS(1735), - [anon_sym_overlay] = ACTIONS(1735), - [anon_sym_as] = ACTIONS(1735), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1735), - [aux_sym__val_number_token5] = ACTIONS(1735), - [aux_sym__val_number_token6] = ACTIONS(1735), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1737), + [696] = { + [sym_comment] = STATE(696), + [anon_sym_export] = ACTIONS(2451), + [anon_sym_alias] = ACTIONS(2451), + [anon_sym_let] = ACTIONS(2451), + [anon_sym_let_DASHenv] = ACTIONS(2451), + [anon_sym_mut] = ACTIONS(2451), + [anon_sym_const] = ACTIONS(2451), + [aux_sym_cmd_identifier_token1] = ACTIONS(2451), + [aux_sym_cmd_identifier_token2] = ACTIONS(2453), + [aux_sym_cmd_identifier_token3] = ACTIONS(2453), + [aux_sym_cmd_identifier_token4] = ACTIONS(2453), + [aux_sym_cmd_identifier_token5] = ACTIONS(2453), + [aux_sym_cmd_identifier_token6] = ACTIONS(2453), + [aux_sym_cmd_identifier_token7] = ACTIONS(2453), + [aux_sym_cmd_identifier_token8] = ACTIONS(2451), + [aux_sym_cmd_identifier_token9] = ACTIONS(2451), + [aux_sym_cmd_identifier_token10] = ACTIONS(2453), + [aux_sym_cmd_identifier_token11] = ACTIONS(2453), + [aux_sym_cmd_identifier_token12] = ACTIONS(2451), + [aux_sym_cmd_identifier_token13] = ACTIONS(2451), + [aux_sym_cmd_identifier_token14] = ACTIONS(2451), + [aux_sym_cmd_identifier_token15] = ACTIONS(2451), + [aux_sym_cmd_identifier_token16] = ACTIONS(2453), + [aux_sym_cmd_identifier_token17] = ACTIONS(2453), + [aux_sym_cmd_identifier_token18] = ACTIONS(2453), + [aux_sym_cmd_identifier_token19] = ACTIONS(2453), + [aux_sym_cmd_identifier_token20] = ACTIONS(2453), + [aux_sym_cmd_identifier_token21] = ACTIONS(2453), + [aux_sym_cmd_identifier_token22] = ACTIONS(2453), + [aux_sym_cmd_identifier_token23] = ACTIONS(2453), + [aux_sym_cmd_identifier_token24] = ACTIONS(2453), + [aux_sym_cmd_identifier_token25] = ACTIONS(2453), + [aux_sym_cmd_identifier_token26] = ACTIONS(2453), + [aux_sym_cmd_identifier_token27] = ACTIONS(2453), + [aux_sym_cmd_identifier_token28] = ACTIONS(2453), + [aux_sym_cmd_identifier_token29] = ACTIONS(2453), + [aux_sym_cmd_identifier_token30] = ACTIONS(2453), + [aux_sym_cmd_identifier_token31] = ACTIONS(2453), + [aux_sym_cmd_identifier_token32] = ACTIONS(2453), + [aux_sym_cmd_identifier_token33] = ACTIONS(2453), + [aux_sym_cmd_identifier_token34] = ACTIONS(2451), + [aux_sym_cmd_identifier_token35] = ACTIONS(2453), + [aux_sym_cmd_identifier_token36] = ACTIONS(2453), + [aux_sym_cmd_identifier_token37] = ACTIONS(2453), + [aux_sym_cmd_identifier_token38] = ACTIONS(2451), + [aux_sym_cmd_identifier_token39] = ACTIONS(2453), + [aux_sym_cmd_identifier_token40] = ACTIONS(2453), + [anon_sym_def] = ACTIONS(2451), + [anon_sym_export_DASHenv] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2451), + [anon_sym_module] = ACTIONS(2451), + [anon_sym_use] = ACTIONS(2451), + [anon_sym_LPAREN] = ACTIONS(2453), + [anon_sym_DOLLAR] = ACTIONS(2453), + [anon_sym_error] = ACTIONS(2451), + [anon_sym_DASH2] = ACTIONS(2451), + [anon_sym_break] = ACTIONS(2451), + [anon_sym_continue] = ACTIONS(2451), + [anon_sym_for] = ACTIONS(2451), + [anon_sym_in2] = ACTIONS(2451), + [anon_sym_loop] = ACTIONS(2451), + [anon_sym_make] = ACTIONS(2451), + [anon_sym_while] = ACTIONS(2451), + [anon_sym_do] = ACTIONS(2451), + [anon_sym_if] = ACTIONS(2451), + [anon_sym_else] = ACTIONS(2451), + [anon_sym_match] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2453), + [anon_sym_try] = ACTIONS(2451), + [anon_sym_catch] = ACTIONS(2451), + [anon_sym_return] = ACTIONS(2451), + [anon_sym_source] = ACTIONS(2451), + [anon_sym_source_DASHenv] = ACTIONS(2451), + [anon_sym_register] = ACTIONS(2451), + [anon_sym_hide] = ACTIONS(2451), + [anon_sym_hide_DASHenv] = ACTIONS(2451), + [anon_sym_overlay] = ACTIONS(2451), + [anon_sym_as] = ACTIONS(2451), + [anon_sym_PLUS2] = ACTIONS(2451), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2453), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2453), + [aux_sym__val_number_decimal_token1] = ACTIONS(2451), + [aux_sym__val_number_decimal_token2] = ACTIONS(2453), + [aux_sym__val_number_decimal_token3] = ACTIONS(2453), + [aux_sym__val_number_decimal_token4] = ACTIONS(2453), + [aux_sym__val_number_token1] = ACTIONS(2453), + [aux_sym__val_number_token2] = ACTIONS(2453), + [aux_sym__val_number_token3] = ACTIONS(2453), + [aux_sym__val_number_token4] = ACTIONS(2451), + [aux_sym__val_number_token5] = ACTIONS(2451), + [aux_sym__val_number_token6] = ACTIONS(2451), + [anon_sym_DQUOTE] = ACTIONS(2453), + [sym__str_single_quotes] = ACTIONS(2453), + [sym__str_back_ticks] = ACTIONS(2453), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2453), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [sym_raw_string_begin] = ACTIONS(2453), }, - [715] = { - [sym_comment] = STATE(715), - [anon_sym_export] = ACTIONS(1945), - [anon_sym_alias] = ACTIONS(1945), - [anon_sym_let] = ACTIONS(1945), - [anon_sym_let_DASHenv] = ACTIONS(1945), - [anon_sym_mut] = ACTIONS(1945), - [anon_sym_const] = ACTIONS(1945), - [aux_sym_cmd_identifier_token1] = ACTIONS(1945), - [aux_sym_cmd_identifier_token2] = ACTIONS(1947), - [aux_sym_cmd_identifier_token3] = ACTIONS(1947), - [aux_sym_cmd_identifier_token4] = ACTIONS(1947), - [aux_sym_cmd_identifier_token5] = ACTIONS(1947), - [aux_sym_cmd_identifier_token6] = ACTIONS(1947), - [aux_sym_cmd_identifier_token7] = ACTIONS(1947), - [aux_sym_cmd_identifier_token8] = ACTIONS(1945), - [aux_sym_cmd_identifier_token9] = ACTIONS(1945), - [aux_sym_cmd_identifier_token10] = ACTIONS(1947), - [aux_sym_cmd_identifier_token11] = ACTIONS(1947), - [aux_sym_cmd_identifier_token12] = ACTIONS(1945), - [aux_sym_cmd_identifier_token13] = ACTIONS(1945), - [aux_sym_cmd_identifier_token14] = ACTIONS(1945), - [aux_sym_cmd_identifier_token15] = ACTIONS(1945), - [aux_sym_cmd_identifier_token16] = ACTIONS(1947), - [aux_sym_cmd_identifier_token17] = ACTIONS(1947), - [aux_sym_cmd_identifier_token18] = ACTIONS(1947), - [aux_sym_cmd_identifier_token19] = ACTIONS(1947), - [aux_sym_cmd_identifier_token20] = ACTIONS(1947), - [aux_sym_cmd_identifier_token21] = ACTIONS(1947), - [aux_sym_cmd_identifier_token22] = ACTIONS(1947), - [aux_sym_cmd_identifier_token23] = ACTIONS(1947), - [aux_sym_cmd_identifier_token24] = ACTIONS(1947), - [aux_sym_cmd_identifier_token25] = ACTIONS(1947), - [aux_sym_cmd_identifier_token26] = ACTIONS(1947), - [aux_sym_cmd_identifier_token27] = ACTIONS(1947), - [aux_sym_cmd_identifier_token28] = ACTIONS(1947), - [aux_sym_cmd_identifier_token29] = ACTIONS(1947), - [aux_sym_cmd_identifier_token30] = ACTIONS(1947), - [aux_sym_cmd_identifier_token31] = ACTIONS(1947), - [aux_sym_cmd_identifier_token32] = ACTIONS(1947), - [aux_sym_cmd_identifier_token33] = ACTIONS(1947), - [aux_sym_cmd_identifier_token34] = ACTIONS(1945), - [aux_sym_cmd_identifier_token35] = ACTIONS(1947), - [aux_sym_cmd_identifier_token36] = ACTIONS(1947), - [aux_sym_cmd_identifier_token37] = ACTIONS(1947), - [aux_sym_cmd_identifier_token38] = ACTIONS(1945), - [aux_sym_cmd_identifier_token39] = ACTIONS(1947), - [aux_sym_cmd_identifier_token40] = ACTIONS(1947), - [anon_sym_def] = ACTIONS(1945), - [anon_sym_export_DASHenv] = ACTIONS(1945), - [anon_sym_extern] = ACTIONS(1945), - [anon_sym_module] = ACTIONS(1945), - [anon_sym_use] = ACTIONS(1945), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_DOLLAR] = ACTIONS(1947), - [anon_sym_error] = ACTIONS(1945), - [anon_sym_DASH2] = ACTIONS(1945), - [anon_sym_break] = ACTIONS(1945), - [anon_sym_continue] = ACTIONS(1945), - [anon_sym_for] = ACTIONS(1945), - [anon_sym_in2] = ACTIONS(1945), - [anon_sym_loop] = ACTIONS(1945), - [anon_sym_make] = ACTIONS(1945), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_do] = ACTIONS(1945), - [anon_sym_if] = ACTIONS(1945), - [anon_sym_else] = ACTIONS(1945), - [anon_sym_match] = ACTIONS(1945), - [anon_sym_RBRACE] = ACTIONS(1947), - [anon_sym_try] = ACTIONS(1945), - [anon_sym_catch] = ACTIONS(1945), - [anon_sym_return] = ACTIONS(1945), - [anon_sym_source] = ACTIONS(1945), - [anon_sym_source_DASHenv] = ACTIONS(1945), - [anon_sym_register] = ACTIONS(1945), - [anon_sym_hide] = ACTIONS(1945), - [anon_sym_hide_DASHenv] = ACTIONS(1945), - [anon_sym_overlay] = ACTIONS(1945), - [anon_sym_as] = ACTIONS(1945), - [anon_sym_PLUS2] = ACTIONS(1945), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1947), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1947), - [aux_sym__val_number_decimal_token1] = ACTIONS(1945), - [aux_sym__val_number_decimal_token2] = ACTIONS(1947), - [aux_sym__val_number_decimal_token3] = ACTIONS(1947), - [aux_sym__val_number_decimal_token4] = ACTIONS(1947), - [aux_sym__val_number_token1] = ACTIONS(1947), - [aux_sym__val_number_token2] = ACTIONS(1947), - [aux_sym__val_number_token3] = ACTIONS(1947), - [aux_sym__val_number_token4] = ACTIONS(1945), - [aux_sym__val_number_token5] = ACTIONS(1945), - [aux_sym__val_number_token6] = ACTIONS(1945), - [anon_sym_DQUOTE] = ACTIONS(1947), - [sym__str_single_quotes] = ACTIONS(1947), - [sym__str_back_ticks] = ACTIONS(1947), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1947), + [697] = { + [sym_comment] = STATE(697), + [anon_sym_export] = ACTIONS(1973), + [anon_sym_alias] = ACTIONS(1973), + [anon_sym_let] = ACTIONS(1973), + [anon_sym_let_DASHenv] = ACTIONS(1973), + [anon_sym_mut] = ACTIONS(1973), + [anon_sym_const] = ACTIONS(1973), + [aux_sym_cmd_identifier_token1] = ACTIONS(1973), + [aux_sym_cmd_identifier_token2] = ACTIONS(1975), + [aux_sym_cmd_identifier_token3] = ACTIONS(1975), + [aux_sym_cmd_identifier_token4] = ACTIONS(1975), + [aux_sym_cmd_identifier_token5] = ACTIONS(1975), + [aux_sym_cmd_identifier_token6] = ACTIONS(1975), + [aux_sym_cmd_identifier_token7] = ACTIONS(1975), + [aux_sym_cmd_identifier_token8] = ACTIONS(1973), + [aux_sym_cmd_identifier_token9] = ACTIONS(1973), + [aux_sym_cmd_identifier_token10] = ACTIONS(1975), + [aux_sym_cmd_identifier_token11] = ACTIONS(1975), + [aux_sym_cmd_identifier_token12] = ACTIONS(1973), + [aux_sym_cmd_identifier_token13] = ACTIONS(1973), + [aux_sym_cmd_identifier_token14] = ACTIONS(1973), + [aux_sym_cmd_identifier_token15] = ACTIONS(1973), + [aux_sym_cmd_identifier_token16] = ACTIONS(1975), + [aux_sym_cmd_identifier_token17] = ACTIONS(1975), + [aux_sym_cmd_identifier_token18] = ACTIONS(1975), + [aux_sym_cmd_identifier_token19] = ACTIONS(1975), + [aux_sym_cmd_identifier_token20] = ACTIONS(1975), + [aux_sym_cmd_identifier_token21] = ACTIONS(1975), + [aux_sym_cmd_identifier_token22] = ACTIONS(1975), + [aux_sym_cmd_identifier_token23] = ACTIONS(1975), + [aux_sym_cmd_identifier_token24] = ACTIONS(1975), + [aux_sym_cmd_identifier_token25] = ACTIONS(1975), + [aux_sym_cmd_identifier_token26] = ACTIONS(1975), + [aux_sym_cmd_identifier_token27] = ACTIONS(1975), + [aux_sym_cmd_identifier_token28] = ACTIONS(1975), + [aux_sym_cmd_identifier_token29] = ACTIONS(1975), + [aux_sym_cmd_identifier_token30] = ACTIONS(1975), + [aux_sym_cmd_identifier_token31] = ACTIONS(1975), + [aux_sym_cmd_identifier_token32] = ACTIONS(1975), + [aux_sym_cmd_identifier_token33] = ACTIONS(1975), + [aux_sym_cmd_identifier_token34] = ACTIONS(1973), + [aux_sym_cmd_identifier_token35] = ACTIONS(1975), + [aux_sym_cmd_identifier_token36] = ACTIONS(1975), + [aux_sym_cmd_identifier_token37] = ACTIONS(1975), + [aux_sym_cmd_identifier_token38] = ACTIONS(1973), + [aux_sym_cmd_identifier_token39] = ACTIONS(1975), + [aux_sym_cmd_identifier_token40] = ACTIONS(1975), + [anon_sym_def] = ACTIONS(1973), + [anon_sym_export_DASHenv] = ACTIONS(1973), + [anon_sym_extern] = ACTIONS(1973), + [anon_sym_module] = ACTIONS(1973), + [anon_sym_use] = ACTIONS(1973), + [anon_sym_LPAREN] = ACTIONS(1975), + [anon_sym_DOLLAR] = ACTIONS(1975), + [anon_sym_error] = ACTIONS(1973), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_break] = ACTIONS(1973), + [anon_sym_continue] = ACTIONS(1973), + [anon_sym_for] = ACTIONS(1973), + [anon_sym_in2] = ACTIONS(1973), + [anon_sym_loop] = ACTIONS(1973), + [anon_sym_make] = ACTIONS(1973), + [anon_sym_while] = ACTIONS(1973), + [anon_sym_do] = ACTIONS(1973), + [anon_sym_if] = ACTIONS(1973), + [anon_sym_else] = ACTIONS(1973), + [anon_sym_match] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1975), + [anon_sym_try] = ACTIONS(1973), + [anon_sym_catch] = ACTIONS(1973), + [anon_sym_return] = ACTIONS(1973), + [anon_sym_source] = ACTIONS(1973), + [anon_sym_source_DASHenv] = ACTIONS(1973), + [anon_sym_register] = ACTIONS(1973), + [anon_sym_hide] = ACTIONS(1973), + [anon_sym_hide_DASHenv] = ACTIONS(1973), + [anon_sym_overlay] = ACTIONS(1973), + [anon_sym_as] = ACTIONS(1973), + [anon_sym_PLUS2] = ACTIONS(1973), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1975), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1975), + [aux_sym__val_number_decimal_token1] = ACTIONS(1973), + [aux_sym__val_number_decimal_token2] = ACTIONS(1975), + [aux_sym__val_number_decimal_token3] = ACTIONS(1975), + [aux_sym__val_number_decimal_token4] = ACTIONS(1975), + [aux_sym__val_number_token1] = ACTIONS(1975), + [aux_sym__val_number_token2] = ACTIONS(1975), + [aux_sym__val_number_token3] = ACTIONS(1975), + [aux_sym__val_number_token4] = ACTIONS(1973), + [aux_sym__val_number_token5] = ACTIONS(1973), + [aux_sym__val_number_token6] = ACTIONS(1973), + [anon_sym_DQUOTE] = ACTIONS(1975), + [sym__str_single_quotes] = ACTIONS(1975), + [sym__str_back_ticks] = ACTIONS(1975), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1975), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1947), + [sym_raw_string_begin] = ACTIONS(1975), }, - [716] = { - [sym_comment] = STATE(716), - [anon_sym_export] = ACTIONS(2413), - [anon_sym_alias] = ACTIONS(2413), - [anon_sym_let] = ACTIONS(2413), - [anon_sym_let_DASHenv] = ACTIONS(2413), - [anon_sym_mut] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [aux_sym_cmd_identifier_token1] = ACTIONS(2413), - [aux_sym_cmd_identifier_token2] = ACTIONS(2415), - [aux_sym_cmd_identifier_token3] = ACTIONS(2415), - [aux_sym_cmd_identifier_token4] = ACTIONS(2415), - [aux_sym_cmd_identifier_token5] = ACTIONS(2415), - [aux_sym_cmd_identifier_token6] = ACTIONS(2415), - [aux_sym_cmd_identifier_token7] = ACTIONS(2415), - [aux_sym_cmd_identifier_token8] = ACTIONS(2413), - [aux_sym_cmd_identifier_token9] = ACTIONS(2413), - [aux_sym_cmd_identifier_token10] = ACTIONS(2415), - [aux_sym_cmd_identifier_token11] = ACTIONS(2415), - [aux_sym_cmd_identifier_token12] = ACTIONS(2413), - [aux_sym_cmd_identifier_token13] = ACTIONS(2413), - [aux_sym_cmd_identifier_token14] = ACTIONS(2413), - [aux_sym_cmd_identifier_token15] = ACTIONS(2413), - [aux_sym_cmd_identifier_token16] = ACTIONS(2415), - [aux_sym_cmd_identifier_token17] = ACTIONS(2415), - [aux_sym_cmd_identifier_token18] = ACTIONS(2415), - [aux_sym_cmd_identifier_token19] = ACTIONS(2415), - [aux_sym_cmd_identifier_token20] = ACTIONS(2415), - [aux_sym_cmd_identifier_token21] = ACTIONS(2415), - [aux_sym_cmd_identifier_token22] = ACTIONS(2415), - [aux_sym_cmd_identifier_token23] = ACTIONS(2415), - [aux_sym_cmd_identifier_token24] = ACTIONS(2415), - [aux_sym_cmd_identifier_token25] = ACTIONS(2415), - [aux_sym_cmd_identifier_token26] = ACTIONS(2415), - [aux_sym_cmd_identifier_token27] = ACTIONS(2415), - [aux_sym_cmd_identifier_token28] = ACTIONS(2415), - [aux_sym_cmd_identifier_token29] = ACTIONS(2415), - [aux_sym_cmd_identifier_token30] = ACTIONS(2415), - [aux_sym_cmd_identifier_token31] = ACTIONS(2415), - [aux_sym_cmd_identifier_token32] = ACTIONS(2415), - [aux_sym_cmd_identifier_token33] = ACTIONS(2415), - [aux_sym_cmd_identifier_token34] = ACTIONS(2413), - [aux_sym_cmd_identifier_token35] = ACTIONS(2415), - [aux_sym_cmd_identifier_token36] = ACTIONS(2415), - [aux_sym_cmd_identifier_token37] = ACTIONS(2415), - [aux_sym_cmd_identifier_token38] = ACTIONS(2413), - [aux_sym_cmd_identifier_token39] = ACTIONS(2415), - [aux_sym_cmd_identifier_token40] = ACTIONS(2415), - [anon_sym_def] = ACTIONS(2413), - [anon_sym_export_DASHenv] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym_module] = ACTIONS(2413), - [anon_sym_use] = ACTIONS(2413), - [anon_sym_LPAREN] = ACTIONS(2415), - [anon_sym_DOLLAR] = ACTIONS(2415), - [anon_sym_error] = ACTIONS(2413), - [anon_sym_DASH2] = ACTIONS(2413), - [anon_sym_break] = ACTIONS(2413), - [anon_sym_continue] = ACTIONS(2413), - [anon_sym_for] = ACTIONS(2413), - [anon_sym_in2] = ACTIONS(2413), - [anon_sym_loop] = ACTIONS(2413), - [anon_sym_make] = ACTIONS(2413), - [anon_sym_while] = ACTIONS(2413), - [anon_sym_do] = ACTIONS(2413), - [anon_sym_if] = ACTIONS(2413), - [anon_sym_else] = ACTIONS(2413), - [anon_sym_match] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2415), - [anon_sym_try] = ACTIONS(2413), - [anon_sym_catch] = ACTIONS(2413), - [anon_sym_return] = ACTIONS(2413), - [anon_sym_source] = ACTIONS(2413), - [anon_sym_source_DASHenv] = ACTIONS(2413), - [anon_sym_register] = ACTIONS(2413), - [anon_sym_hide] = ACTIONS(2413), - [anon_sym_hide_DASHenv] = ACTIONS(2413), - [anon_sym_overlay] = ACTIONS(2413), - [anon_sym_as] = ACTIONS(2413), - [anon_sym_PLUS2] = ACTIONS(2413), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2415), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2415), - [aux_sym__val_number_decimal_token1] = ACTIONS(2413), - [aux_sym__val_number_decimal_token2] = ACTIONS(2415), - [aux_sym__val_number_decimal_token3] = ACTIONS(2415), - [aux_sym__val_number_decimal_token4] = ACTIONS(2415), - [aux_sym__val_number_token1] = ACTIONS(2415), - [aux_sym__val_number_token2] = ACTIONS(2415), - [aux_sym__val_number_token3] = ACTIONS(2415), - [aux_sym__val_number_token4] = ACTIONS(2413), - [aux_sym__val_number_token5] = ACTIONS(2413), - [aux_sym__val_number_token6] = ACTIONS(2413), - [anon_sym_DQUOTE] = ACTIONS(2415), - [sym__str_single_quotes] = ACTIONS(2415), - [sym__str_back_ticks] = ACTIONS(2415), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2415), + [698] = { + [sym_comment] = STATE(698), + [anon_sym_export] = ACTIONS(1981), + [anon_sym_alias] = ACTIONS(1981), + [anon_sym_let] = ACTIONS(1981), + [anon_sym_let_DASHenv] = ACTIONS(1981), + [anon_sym_mut] = ACTIONS(1981), + [anon_sym_const] = ACTIONS(1981), + [aux_sym_cmd_identifier_token1] = ACTIONS(1981), + [aux_sym_cmd_identifier_token2] = ACTIONS(1983), + [aux_sym_cmd_identifier_token3] = ACTIONS(1983), + [aux_sym_cmd_identifier_token4] = ACTIONS(1983), + [aux_sym_cmd_identifier_token5] = ACTIONS(1983), + [aux_sym_cmd_identifier_token6] = ACTIONS(1983), + [aux_sym_cmd_identifier_token7] = ACTIONS(1983), + [aux_sym_cmd_identifier_token8] = ACTIONS(1981), + [aux_sym_cmd_identifier_token9] = ACTIONS(1981), + [aux_sym_cmd_identifier_token10] = ACTIONS(1983), + [aux_sym_cmd_identifier_token11] = ACTIONS(1983), + [aux_sym_cmd_identifier_token12] = ACTIONS(1981), + [aux_sym_cmd_identifier_token13] = ACTIONS(1981), + [aux_sym_cmd_identifier_token14] = ACTIONS(1981), + [aux_sym_cmd_identifier_token15] = ACTIONS(1981), + [aux_sym_cmd_identifier_token16] = ACTIONS(1983), + [aux_sym_cmd_identifier_token17] = ACTIONS(1983), + [aux_sym_cmd_identifier_token18] = ACTIONS(1983), + [aux_sym_cmd_identifier_token19] = ACTIONS(1983), + [aux_sym_cmd_identifier_token20] = ACTIONS(1983), + [aux_sym_cmd_identifier_token21] = ACTIONS(1983), + [aux_sym_cmd_identifier_token22] = ACTIONS(1983), + [aux_sym_cmd_identifier_token23] = ACTIONS(1983), + [aux_sym_cmd_identifier_token24] = ACTIONS(1983), + [aux_sym_cmd_identifier_token25] = ACTIONS(1983), + [aux_sym_cmd_identifier_token26] = ACTIONS(1983), + [aux_sym_cmd_identifier_token27] = ACTIONS(1983), + [aux_sym_cmd_identifier_token28] = ACTIONS(1983), + [aux_sym_cmd_identifier_token29] = ACTIONS(1983), + [aux_sym_cmd_identifier_token30] = ACTIONS(1983), + [aux_sym_cmd_identifier_token31] = ACTIONS(1983), + [aux_sym_cmd_identifier_token32] = ACTIONS(1983), + [aux_sym_cmd_identifier_token33] = ACTIONS(1983), + [aux_sym_cmd_identifier_token34] = ACTIONS(1981), + [aux_sym_cmd_identifier_token35] = ACTIONS(1983), + [aux_sym_cmd_identifier_token36] = ACTIONS(1983), + [aux_sym_cmd_identifier_token37] = ACTIONS(1983), + [aux_sym_cmd_identifier_token38] = ACTIONS(1981), + [aux_sym_cmd_identifier_token39] = ACTIONS(1983), + [aux_sym_cmd_identifier_token40] = ACTIONS(1983), + [anon_sym_def] = ACTIONS(1981), + [anon_sym_export_DASHenv] = ACTIONS(1981), + [anon_sym_extern] = ACTIONS(1981), + [anon_sym_module] = ACTIONS(1981), + [anon_sym_use] = ACTIONS(1981), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_DOLLAR] = ACTIONS(1983), + [anon_sym_error] = ACTIONS(1981), + [anon_sym_DASH2] = ACTIONS(1981), + [anon_sym_break] = ACTIONS(1981), + [anon_sym_continue] = ACTIONS(1981), + [anon_sym_for] = ACTIONS(1981), + [anon_sym_in2] = ACTIONS(1981), + [anon_sym_loop] = ACTIONS(1981), + [anon_sym_make] = ACTIONS(1981), + [anon_sym_while] = ACTIONS(1981), + [anon_sym_do] = ACTIONS(1981), + [anon_sym_if] = ACTIONS(1981), + [anon_sym_else] = ACTIONS(1981), + [anon_sym_match] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1983), + [anon_sym_try] = ACTIONS(1981), + [anon_sym_catch] = ACTIONS(1981), + [anon_sym_return] = ACTIONS(1981), + [anon_sym_source] = ACTIONS(1981), + [anon_sym_source_DASHenv] = ACTIONS(1981), + [anon_sym_register] = ACTIONS(1981), + [anon_sym_hide] = ACTIONS(1981), + [anon_sym_hide_DASHenv] = ACTIONS(1981), + [anon_sym_overlay] = ACTIONS(1981), + [anon_sym_as] = ACTIONS(1981), + [anon_sym_PLUS2] = ACTIONS(1981), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1983), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1983), + [aux_sym__val_number_decimal_token1] = ACTIONS(1981), + [aux_sym__val_number_decimal_token2] = ACTIONS(1983), + [aux_sym__val_number_decimal_token3] = ACTIONS(1983), + [aux_sym__val_number_decimal_token4] = ACTIONS(1983), + [aux_sym__val_number_token1] = ACTIONS(1983), + [aux_sym__val_number_token2] = ACTIONS(1983), + [aux_sym__val_number_token3] = ACTIONS(1983), + [aux_sym__val_number_token4] = ACTIONS(1981), + [aux_sym__val_number_token5] = ACTIONS(1981), + [aux_sym__val_number_token6] = ACTIONS(1981), + [anon_sym_DQUOTE] = ACTIONS(1983), + [sym__str_single_quotes] = ACTIONS(1983), + [sym__str_back_ticks] = ACTIONS(1983), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1983), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2415), + [sym_raw_string_begin] = ACTIONS(1983), }, - [717] = { - [sym_comment] = STATE(717), - [anon_sym_export] = ACTIONS(1727), - [anon_sym_alias] = ACTIONS(1727), - [anon_sym_let] = ACTIONS(1727), - [anon_sym_let_DASHenv] = ACTIONS(1727), - [anon_sym_mut] = ACTIONS(1727), - [anon_sym_const] = ACTIONS(1727), - [aux_sym_cmd_identifier_token1] = ACTIONS(1727), - [aux_sym_cmd_identifier_token2] = ACTIONS(1729), - [aux_sym_cmd_identifier_token3] = ACTIONS(1729), - [aux_sym_cmd_identifier_token4] = ACTIONS(1729), - [aux_sym_cmd_identifier_token5] = ACTIONS(1729), - [aux_sym_cmd_identifier_token6] = ACTIONS(1729), - [aux_sym_cmd_identifier_token7] = ACTIONS(1729), - [aux_sym_cmd_identifier_token8] = ACTIONS(1727), - [aux_sym_cmd_identifier_token9] = ACTIONS(1727), - [aux_sym_cmd_identifier_token10] = ACTIONS(1729), - [aux_sym_cmd_identifier_token11] = ACTIONS(1729), - [aux_sym_cmd_identifier_token12] = ACTIONS(1727), - [aux_sym_cmd_identifier_token13] = ACTIONS(1727), - [aux_sym_cmd_identifier_token14] = ACTIONS(1727), - [aux_sym_cmd_identifier_token15] = ACTIONS(1727), - [aux_sym_cmd_identifier_token16] = ACTIONS(1729), - [aux_sym_cmd_identifier_token17] = ACTIONS(1729), - [aux_sym_cmd_identifier_token18] = ACTIONS(1729), - [aux_sym_cmd_identifier_token19] = ACTIONS(1729), - [aux_sym_cmd_identifier_token20] = ACTIONS(1729), - [aux_sym_cmd_identifier_token21] = ACTIONS(1729), - [aux_sym_cmd_identifier_token22] = ACTIONS(1729), - [aux_sym_cmd_identifier_token23] = ACTIONS(1729), - [aux_sym_cmd_identifier_token24] = ACTIONS(1729), - [aux_sym_cmd_identifier_token25] = ACTIONS(1729), - [aux_sym_cmd_identifier_token26] = ACTIONS(1729), - [aux_sym_cmd_identifier_token27] = ACTIONS(1729), - [aux_sym_cmd_identifier_token28] = ACTIONS(1729), - [aux_sym_cmd_identifier_token29] = ACTIONS(1729), - [aux_sym_cmd_identifier_token30] = ACTIONS(1729), - [aux_sym_cmd_identifier_token31] = ACTIONS(1729), - [aux_sym_cmd_identifier_token32] = ACTIONS(1729), - [aux_sym_cmd_identifier_token33] = ACTIONS(1729), - [aux_sym_cmd_identifier_token34] = ACTIONS(1727), - [aux_sym_cmd_identifier_token35] = ACTIONS(1729), - [aux_sym_cmd_identifier_token36] = ACTIONS(1729), - [aux_sym_cmd_identifier_token37] = ACTIONS(1729), - [aux_sym_cmd_identifier_token38] = ACTIONS(1727), - [aux_sym_cmd_identifier_token39] = ACTIONS(1729), - [aux_sym_cmd_identifier_token40] = ACTIONS(1729), - [anon_sym_def] = ACTIONS(1727), - [anon_sym_export_DASHenv] = ACTIONS(1727), - [anon_sym_extern] = ACTIONS(1727), - [anon_sym_module] = ACTIONS(1727), - [anon_sym_use] = ACTIONS(1727), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1729), - [anon_sym_error] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_break] = ACTIONS(1727), - [anon_sym_continue] = ACTIONS(1727), - [anon_sym_for] = ACTIONS(1727), - [anon_sym_in2] = ACTIONS(1727), - [anon_sym_loop] = ACTIONS(1727), - [anon_sym_make] = ACTIONS(1727), - [anon_sym_while] = ACTIONS(1727), - [anon_sym_do] = ACTIONS(1727), - [anon_sym_if] = ACTIONS(1727), - [anon_sym_else] = ACTIONS(1727), - [anon_sym_match] = ACTIONS(1727), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_try] = ACTIONS(1727), - [anon_sym_catch] = ACTIONS(1727), - [anon_sym_return] = ACTIONS(1727), - [anon_sym_source] = ACTIONS(1727), - [anon_sym_source_DASHenv] = ACTIONS(1727), - [anon_sym_register] = ACTIONS(1727), - [anon_sym_hide] = ACTIONS(1727), - [anon_sym_hide_DASHenv] = ACTIONS(1727), - [anon_sym_overlay] = ACTIONS(1727), - [anon_sym_as] = ACTIONS(1727), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1727), - [aux_sym__val_number_token5] = ACTIONS(1727), - [aux_sym__val_number_token6] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1729), + [699] = { + [sym_comment] = STATE(699), + [anon_sym_export] = ACTIONS(1985), + [anon_sym_alias] = ACTIONS(1985), + [anon_sym_let] = ACTIONS(1985), + [anon_sym_let_DASHenv] = ACTIONS(1985), + [anon_sym_mut] = ACTIONS(1985), + [anon_sym_const] = ACTIONS(1985), + [aux_sym_cmd_identifier_token1] = ACTIONS(1985), + [aux_sym_cmd_identifier_token2] = ACTIONS(1987), + [aux_sym_cmd_identifier_token3] = ACTIONS(1987), + [aux_sym_cmd_identifier_token4] = ACTIONS(1987), + [aux_sym_cmd_identifier_token5] = ACTIONS(1987), + [aux_sym_cmd_identifier_token6] = ACTIONS(1987), + [aux_sym_cmd_identifier_token7] = ACTIONS(1987), + [aux_sym_cmd_identifier_token8] = ACTIONS(1985), + [aux_sym_cmd_identifier_token9] = ACTIONS(1985), + [aux_sym_cmd_identifier_token10] = ACTIONS(1987), + [aux_sym_cmd_identifier_token11] = ACTIONS(1987), + [aux_sym_cmd_identifier_token12] = ACTIONS(1985), + [aux_sym_cmd_identifier_token13] = ACTIONS(1985), + [aux_sym_cmd_identifier_token14] = ACTIONS(1985), + [aux_sym_cmd_identifier_token15] = ACTIONS(1985), + [aux_sym_cmd_identifier_token16] = ACTIONS(1987), + [aux_sym_cmd_identifier_token17] = ACTIONS(1987), + [aux_sym_cmd_identifier_token18] = ACTIONS(1987), + [aux_sym_cmd_identifier_token19] = ACTIONS(1987), + [aux_sym_cmd_identifier_token20] = ACTIONS(1987), + [aux_sym_cmd_identifier_token21] = ACTIONS(1987), + [aux_sym_cmd_identifier_token22] = ACTIONS(1987), + [aux_sym_cmd_identifier_token23] = ACTIONS(1987), + [aux_sym_cmd_identifier_token24] = ACTIONS(1987), + [aux_sym_cmd_identifier_token25] = ACTIONS(1987), + [aux_sym_cmd_identifier_token26] = ACTIONS(1987), + [aux_sym_cmd_identifier_token27] = ACTIONS(1987), + [aux_sym_cmd_identifier_token28] = ACTIONS(1987), + [aux_sym_cmd_identifier_token29] = ACTIONS(1987), + [aux_sym_cmd_identifier_token30] = ACTIONS(1987), + [aux_sym_cmd_identifier_token31] = ACTIONS(1987), + [aux_sym_cmd_identifier_token32] = ACTIONS(1987), + [aux_sym_cmd_identifier_token33] = ACTIONS(1987), + [aux_sym_cmd_identifier_token34] = ACTIONS(1985), + [aux_sym_cmd_identifier_token35] = ACTIONS(1987), + [aux_sym_cmd_identifier_token36] = ACTIONS(1987), + [aux_sym_cmd_identifier_token37] = ACTIONS(1987), + [aux_sym_cmd_identifier_token38] = ACTIONS(1985), + [aux_sym_cmd_identifier_token39] = ACTIONS(1987), + [aux_sym_cmd_identifier_token40] = ACTIONS(1987), + [anon_sym_def] = ACTIONS(1985), + [anon_sym_export_DASHenv] = ACTIONS(1985), + [anon_sym_extern] = ACTIONS(1985), + [anon_sym_module] = ACTIONS(1985), + [anon_sym_use] = ACTIONS(1985), + [anon_sym_LPAREN] = ACTIONS(1987), + [anon_sym_DOLLAR] = ACTIONS(1987), + [anon_sym_error] = ACTIONS(1985), + [anon_sym_DASH2] = ACTIONS(1985), + [anon_sym_break] = ACTIONS(1985), + [anon_sym_continue] = ACTIONS(1985), + [anon_sym_for] = ACTIONS(1985), + [anon_sym_in2] = ACTIONS(1985), + [anon_sym_loop] = ACTIONS(1985), + [anon_sym_make] = ACTIONS(1985), + [anon_sym_while] = ACTIONS(1985), + [anon_sym_do] = ACTIONS(1985), + [anon_sym_if] = ACTIONS(1985), + [anon_sym_else] = ACTIONS(1985), + [anon_sym_match] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1987), + [anon_sym_try] = ACTIONS(1985), + [anon_sym_catch] = ACTIONS(1985), + [anon_sym_return] = ACTIONS(1985), + [anon_sym_source] = ACTIONS(1985), + [anon_sym_source_DASHenv] = ACTIONS(1985), + [anon_sym_register] = ACTIONS(1985), + [anon_sym_hide] = ACTIONS(1985), + [anon_sym_hide_DASHenv] = ACTIONS(1985), + [anon_sym_overlay] = ACTIONS(1985), + [anon_sym_as] = ACTIONS(1985), + [anon_sym_PLUS2] = ACTIONS(1985), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1987), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1987), + [aux_sym__val_number_decimal_token1] = ACTIONS(1985), + [aux_sym__val_number_decimal_token2] = ACTIONS(1987), + [aux_sym__val_number_decimal_token3] = ACTIONS(1987), + [aux_sym__val_number_decimal_token4] = ACTIONS(1987), + [aux_sym__val_number_token1] = ACTIONS(1987), + [aux_sym__val_number_token2] = ACTIONS(1987), + [aux_sym__val_number_token3] = ACTIONS(1987), + [aux_sym__val_number_token4] = ACTIONS(1985), + [aux_sym__val_number_token5] = ACTIONS(1985), + [aux_sym__val_number_token6] = ACTIONS(1985), + [anon_sym_DQUOTE] = ACTIONS(1987), + [sym__str_single_quotes] = ACTIONS(1987), + [sym__str_back_ticks] = ACTIONS(1987), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1987), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [sym_raw_string_begin] = ACTIONS(1987), }, - [718] = { - [sym_comment] = STATE(718), + [700] = { + [sym_comment] = STATE(700), [anon_sym_export] = ACTIONS(2505), [anon_sym_alias] = ACTIONS(2505), [anon_sym_let] = ACTIONS(2505), @@ -156642,305 +154889,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2507), }, - [719] = { - [sym_comment] = STATE(719), - [anon_sym_export] = ACTIONS(1771), - [anon_sym_alias] = ACTIONS(1771), - [anon_sym_let] = ACTIONS(1771), - [anon_sym_let_DASHenv] = ACTIONS(1771), - [anon_sym_mut] = ACTIONS(1771), - [anon_sym_const] = ACTIONS(1771), - [aux_sym_cmd_identifier_token1] = ACTIONS(1771), - [aux_sym_cmd_identifier_token2] = ACTIONS(1773), - [aux_sym_cmd_identifier_token3] = ACTIONS(1773), - [aux_sym_cmd_identifier_token4] = ACTIONS(1773), - [aux_sym_cmd_identifier_token5] = ACTIONS(1773), - [aux_sym_cmd_identifier_token6] = ACTIONS(1773), - [aux_sym_cmd_identifier_token7] = ACTIONS(1773), - [aux_sym_cmd_identifier_token8] = ACTIONS(1771), - [aux_sym_cmd_identifier_token9] = ACTIONS(1771), - [aux_sym_cmd_identifier_token10] = ACTIONS(1773), - [aux_sym_cmd_identifier_token11] = ACTIONS(1773), - [aux_sym_cmd_identifier_token12] = ACTIONS(1771), - [aux_sym_cmd_identifier_token13] = ACTIONS(1771), - [aux_sym_cmd_identifier_token14] = ACTIONS(1771), - [aux_sym_cmd_identifier_token15] = ACTIONS(1771), - [aux_sym_cmd_identifier_token16] = ACTIONS(1773), - [aux_sym_cmd_identifier_token17] = ACTIONS(1773), - [aux_sym_cmd_identifier_token18] = ACTIONS(1773), - [aux_sym_cmd_identifier_token19] = ACTIONS(1773), - [aux_sym_cmd_identifier_token20] = ACTIONS(1773), - [aux_sym_cmd_identifier_token21] = ACTIONS(1773), - [aux_sym_cmd_identifier_token22] = ACTIONS(1773), - [aux_sym_cmd_identifier_token23] = ACTIONS(1773), - [aux_sym_cmd_identifier_token24] = ACTIONS(1773), - [aux_sym_cmd_identifier_token25] = ACTIONS(1773), - [aux_sym_cmd_identifier_token26] = ACTIONS(1773), - [aux_sym_cmd_identifier_token27] = ACTIONS(1773), - [aux_sym_cmd_identifier_token28] = ACTIONS(1773), - [aux_sym_cmd_identifier_token29] = ACTIONS(1773), - [aux_sym_cmd_identifier_token30] = ACTIONS(1773), - [aux_sym_cmd_identifier_token31] = ACTIONS(1773), - [aux_sym_cmd_identifier_token32] = ACTIONS(1773), - [aux_sym_cmd_identifier_token33] = ACTIONS(1773), - [aux_sym_cmd_identifier_token34] = ACTIONS(1771), - [aux_sym_cmd_identifier_token35] = ACTIONS(1773), - [aux_sym_cmd_identifier_token36] = ACTIONS(1773), - [aux_sym_cmd_identifier_token37] = ACTIONS(1773), - [aux_sym_cmd_identifier_token38] = ACTIONS(1771), - [aux_sym_cmd_identifier_token39] = ACTIONS(1773), - [aux_sym_cmd_identifier_token40] = ACTIONS(1773), - [anon_sym_def] = ACTIONS(1771), - [anon_sym_export_DASHenv] = ACTIONS(1771), - [anon_sym_extern] = ACTIONS(1771), - [anon_sym_module] = ACTIONS(1771), - [anon_sym_use] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1773), - [anon_sym_error] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_break] = ACTIONS(1771), - [anon_sym_continue] = ACTIONS(1771), - [anon_sym_for] = ACTIONS(1771), - [anon_sym_in2] = ACTIONS(1771), - [anon_sym_loop] = ACTIONS(1771), - [anon_sym_make] = ACTIONS(1771), - [anon_sym_while] = ACTIONS(1771), - [anon_sym_do] = ACTIONS(1771), - [anon_sym_if] = ACTIONS(1771), - [anon_sym_else] = ACTIONS(1771), - [anon_sym_match] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1771), - [anon_sym_catch] = ACTIONS(1771), - [anon_sym_return] = ACTIONS(1771), - [anon_sym_source] = ACTIONS(1771), - [anon_sym_source_DASHenv] = ACTIONS(1771), - [anon_sym_register] = ACTIONS(1771), - [anon_sym_hide] = ACTIONS(1771), - [anon_sym_hide_DASHenv] = ACTIONS(1771), - [anon_sym_overlay] = ACTIONS(1771), - [anon_sym_as] = ACTIONS(1771), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1771), - [aux_sym__val_number_token5] = ACTIONS(1771), - [aux_sym__val_number_token6] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1773), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [720] = { - [sym_comment] = STATE(720), - [anon_sym_export] = ACTIONS(1786), - [anon_sym_alias] = ACTIONS(1786), - [anon_sym_let] = ACTIONS(1786), - [anon_sym_let_DASHenv] = ACTIONS(1786), - [anon_sym_mut] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [aux_sym_cmd_identifier_token1] = ACTIONS(1786), - [aux_sym_cmd_identifier_token2] = ACTIONS(1788), - [aux_sym_cmd_identifier_token3] = ACTIONS(1788), - [aux_sym_cmd_identifier_token4] = ACTIONS(1788), - [aux_sym_cmd_identifier_token5] = ACTIONS(1788), - [aux_sym_cmd_identifier_token6] = ACTIONS(1788), - [aux_sym_cmd_identifier_token7] = ACTIONS(1788), - [aux_sym_cmd_identifier_token8] = ACTIONS(1786), - [aux_sym_cmd_identifier_token9] = ACTIONS(1786), - [aux_sym_cmd_identifier_token10] = ACTIONS(1788), - [aux_sym_cmd_identifier_token11] = ACTIONS(1788), - [aux_sym_cmd_identifier_token12] = ACTIONS(1786), - [aux_sym_cmd_identifier_token13] = ACTIONS(1786), - [aux_sym_cmd_identifier_token14] = ACTIONS(1786), - [aux_sym_cmd_identifier_token15] = ACTIONS(1786), - [aux_sym_cmd_identifier_token16] = ACTIONS(1788), - [aux_sym_cmd_identifier_token17] = ACTIONS(1788), - [aux_sym_cmd_identifier_token18] = ACTIONS(1788), - [aux_sym_cmd_identifier_token19] = ACTIONS(1788), - [aux_sym_cmd_identifier_token20] = ACTIONS(1788), - [aux_sym_cmd_identifier_token21] = ACTIONS(1788), - [aux_sym_cmd_identifier_token22] = ACTIONS(1788), - [aux_sym_cmd_identifier_token23] = ACTIONS(1788), - [aux_sym_cmd_identifier_token24] = ACTIONS(1788), - [aux_sym_cmd_identifier_token25] = ACTIONS(1788), - [aux_sym_cmd_identifier_token26] = ACTIONS(1788), - [aux_sym_cmd_identifier_token27] = ACTIONS(1788), - [aux_sym_cmd_identifier_token28] = ACTIONS(1788), - [aux_sym_cmd_identifier_token29] = ACTIONS(1788), - [aux_sym_cmd_identifier_token30] = ACTIONS(1788), - [aux_sym_cmd_identifier_token31] = ACTIONS(1788), - [aux_sym_cmd_identifier_token32] = ACTIONS(1788), - [aux_sym_cmd_identifier_token33] = ACTIONS(1788), - [aux_sym_cmd_identifier_token34] = ACTIONS(1786), - [aux_sym_cmd_identifier_token35] = ACTIONS(1788), - [aux_sym_cmd_identifier_token36] = ACTIONS(1788), - [aux_sym_cmd_identifier_token37] = ACTIONS(1788), - [aux_sym_cmd_identifier_token38] = ACTIONS(1786), - [aux_sym_cmd_identifier_token39] = ACTIONS(1788), - [aux_sym_cmd_identifier_token40] = ACTIONS(1788), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_export_DASHenv] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym_module] = ACTIONS(1786), - [anon_sym_use] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1788), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_in2] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_make] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_else] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_catch] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_source] = ACTIONS(1786), - [anon_sym_source_DASHenv] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_hide] = ACTIONS(1786), - [anon_sym_hide_DASHenv] = ACTIONS(1786), - [anon_sym_overlay] = ACTIONS(1786), - [anon_sym_as] = ACTIONS(1786), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1786), - [aux_sym__val_number_token5] = ACTIONS(1786), - [aux_sym__val_number_token6] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1788), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [721] = { - [aux_sym__pipe_separator] = STATE(700), - [sym_comment] = STATE(721), - [aux_sym_shebang_repeat1] = STATE(4979), - [aux_sym_cmd_identifier_token1] = ACTIONS(2523), - [aux_sym_cmd_identifier_token2] = ACTIONS(2525), - [aux_sym_cmd_identifier_token3] = ACTIONS(2525), - [aux_sym_cmd_identifier_token4] = ACTIONS(2525), - [aux_sym_cmd_identifier_token5] = ACTIONS(2525), - [aux_sym_cmd_identifier_token6] = ACTIONS(2525), - [aux_sym_cmd_identifier_token7] = ACTIONS(2525), - [aux_sym_cmd_identifier_token8] = ACTIONS(2525), - [aux_sym_cmd_identifier_token9] = ACTIONS(2523), - [aux_sym_cmd_identifier_token10] = ACTIONS(2525), - [aux_sym_cmd_identifier_token11] = ACTIONS(2525), - [aux_sym_cmd_identifier_token12] = ACTIONS(2525), - [aux_sym_cmd_identifier_token13] = ACTIONS(2523), - [aux_sym_cmd_identifier_token14] = ACTIONS(2525), - [aux_sym_cmd_identifier_token15] = ACTIONS(2523), - [aux_sym_cmd_identifier_token16] = ACTIONS(2525), - [aux_sym_cmd_identifier_token17] = ACTIONS(2525), - [aux_sym_cmd_identifier_token18] = ACTIONS(2523), - [aux_sym_cmd_identifier_token19] = ACTIONS(2525), - [aux_sym_cmd_identifier_token20] = ACTIONS(2525), - [aux_sym_cmd_identifier_token21] = ACTIONS(2525), - [aux_sym_cmd_identifier_token22] = ACTIONS(2525), - [aux_sym_cmd_identifier_token23] = ACTIONS(2525), - [aux_sym_cmd_identifier_token24] = ACTIONS(2525), - [aux_sym_cmd_identifier_token25] = ACTIONS(2525), - [aux_sym_cmd_identifier_token26] = ACTIONS(2525), - [aux_sym_cmd_identifier_token27] = ACTIONS(2525), - [aux_sym_cmd_identifier_token28] = ACTIONS(2525), - [aux_sym_cmd_identifier_token29] = ACTIONS(2525), - [aux_sym_cmd_identifier_token30] = ACTIONS(2525), - [aux_sym_cmd_identifier_token31] = ACTIONS(2525), - [aux_sym_cmd_identifier_token32] = ACTIONS(2523), - [aux_sym_cmd_identifier_token33] = ACTIONS(2525), - [aux_sym_cmd_identifier_token34] = ACTIONS(2523), - [aux_sym_cmd_identifier_token35] = ACTIONS(2525), - [aux_sym_cmd_identifier_token36] = ACTIONS(2525), - [aux_sym_cmd_identifier_token37] = ACTIONS(2525), - [aux_sym_cmd_identifier_token38] = ACTIONS(2523), - [aux_sym_cmd_identifier_token39] = ACTIONS(2525), - [aux_sym_cmd_identifier_token40] = ACTIONS(2525), - [sym__newline] = ACTIONS(2527), - [anon_sym_PIPE] = ACTIONS(2529), - [anon_sym_err_GT_PIPE] = ACTIONS(2529), - [anon_sym_out_GT_PIPE] = ACTIONS(2529), - [anon_sym_e_GT_PIPE] = ACTIONS(2529), - [anon_sym_o_GT_PIPE] = ACTIONS(2529), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2529), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2529), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2529), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2529), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_LPAREN] = ACTIONS(2525), - [anon_sym_DOLLAR] = ACTIONS(2523), - [anon_sym_DASH2] = ACTIONS(2523), - [anon_sym_break] = ACTIONS(2523), - [anon_sym_continue] = ACTIONS(2523), - [anon_sym_do] = ACTIONS(2523), - [anon_sym_if] = ACTIONS(2523), - [anon_sym_match] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2525), - [anon_sym_DOT_DOT] = ACTIONS(2523), - [anon_sym_try] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2523), - [anon_sym_where] = ACTIONS(2525), - [aux_sym_expr_unary_token1] = ACTIONS(2525), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2525), - [anon_sym_DOT_DOT_LT] = ACTIONS(2525), - [anon_sym_null] = ACTIONS(2523), - [anon_sym_true] = ACTIONS(2523), - [anon_sym_false] = ACTIONS(2523), - [aux_sym__val_number_decimal_token1] = ACTIONS(2523), - [aux_sym__val_number_decimal_token2] = ACTIONS(2525), - [aux_sym__val_number_decimal_token3] = ACTIONS(2525), - [aux_sym__val_number_decimal_token4] = ACTIONS(2525), - [aux_sym__val_number_token1] = ACTIONS(2525), - [aux_sym__val_number_token2] = ACTIONS(2525), - [aux_sym__val_number_token3] = ACTIONS(2525), - [aux_sym__val_number_token4] = ACTIONS(2523), - [aux_sym__val_number_token5] = ACTIONS(2523), - [aux_sym__val_number_token6] = ACTIONS(2523), - [anon_sym_0b] = ACTIONS(2523), - [anon_sym_0o] = ACTIONS(2523), - [anon_sym_0x] = ACTIONS(2523), - [sym_val_date] = ACTIONS(2525), - [anon_sym_DQUOTE] = ACTIONS(2525), - [sym__str_single_quotes] = ACTIONS(2525), - [sym__str_back_ticks] = ACTIONS(2525), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2525), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2525), - [aux_sym_env_var_token1] = ACTIONS(2523), - [anon_sym_CARET] = ACTIONS(2525), - [aux_sym_command_token1] = ACTIONS(2525), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2525), - }, - [722] = { - [sym_comment] = STATE(722), + [701] = { + [sym_comment] = STATE(701), [anon_sym_export] = ACTIONS(1997), [anon_sym_alias] = ACTIONS(1997), [anon_sym_let] = ACTIONS(1997), @@ -157038,3374 +154988,3176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1999), }, - [723] = { - [sym_comment] = STATE(723), - [anon_sym_export] = ACTIONS(1653), - [anon_sym_alias] = ACTIONS(1653), - [anon_sym_let] = ACTIONS(1653), - [anon_sym_let_DASHenv] = ACTIONS(1653), - [anon_sym_mut] = ACTIONS(1653), - [anon_sym_const] = ACTIONS(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(1653), - [aux_sym_cmd_identifier_token2] = ACTIONS(1665), - [aux_sym_cmd_identifier_token3] = ACTIONS(1665), - [aux_sym_cmd_identifier_token4] = ACTIONS(1665), - [aux_sym_cmd_identifier_token5] = ACTIONS(1665), - [aux_sym_cmd_identifier_token6] = ACTIONS(1665), - [aux_sym_cmd_identifier_token7] = ACTIONS(1665), - [aux_sym_cmd_identifier_token8] = ACTIONS(1653), - [aux_sym_cmd_identifier_token9] = ACTIONS(1653), - [aux_sym_cmd_identifier_token10] = ACTIONS(1665), - [aux_sym_cmd_identifier_token11] = ACTIONS(1665), - [aux_sym_cmd_identifier_token12] = ACTIONS(1653), - [aux_sym_cmd_identifier_token13] = ACTIONS(1653), - [aux_sym_cmd_identifier_token14] = ACTIONS(1653), - [aux_sym_cmd_identifier_token15] = ACTIONS(1653), - [aux_sym_cmd_identifier_token16] = ACTIONS(1665), - [aux_sym_cmd_identifier_token17] = ACTIONS(1665), - [aux_sym_cmd_identifier_token18] = ACTIONS(1665), - [aux_sym_cmd_identifier_token19] = ACTIONS(1665), - [aux_sym_cmd_identifier_token20] = ACTIONS(1665), - [aux_sym_cmd_identifier_token21] = ACTIONS(1665), - [aux_sym_cmd_identifier_token22] = ACTIONS(1665), - [aux_sym_cmd_identifier_token23] = ACTIONS(1665), - [aux_sym_cmd_identifier_token24] = ACTIONS(1665), - [aux_sym_cmd_identifier_token25] = ACTIONS(1665), - [aux_sym_cmd_identifier_token26] = ACTIONS(1665), - [aux_sym_cmd_identifier_token27] = ACTIONS(1665), - [aux_sym_cmd_identifier_token28] = ACTIONS(1665), - [aux_sym_cmd_identifier_token29] = ACTIONS(1665), - [aux_sym_cmd_identifier_token30] = ACTIONS(1665), - [aux_sym_cmd_identifier_token31] = ACTIONS(1665), - [aux_sym_cmd_identifier_token32] = ACTIONS(1665), - [aux_sym_cmd_identifier_token33] = ACTIONS(1665), - [aux_sym_cmd_identifier_token34] = ACTIONS(1653), - [aux_sym_cmd_identifier_token35] = ACTIONS(1665), - [aux_sym_cmd_identifier_token36] = ACTIONS(1665), - [aux_sym_cmd_identifier_token37] = ACTIONS(1665), - [aux_sym_cmd_identifier_token38] = ACTIONS(1653), - [aux_sym_cmd_identifier_token39] = ACTIONS(1665), - [aux_sym_cmd_identifier_token40] = ACTIONS(1665), - [anon_sym_def] = ACTIONS(1653), - [anon_sym_export_DASHenv] = ACTIONS(1653), - [anon_sym_extern] = ACTIONS(1653), - [anon_sym_module] = ACTIONS(1653), - [anon_sym_use] = ACTIONS(1653), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1665), - [anon_sym_error] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_break] = ACTIONS(1653), - [anon_sym_continue] = ACTIONS(1653), - [anon_sym_for] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_loop] = ACTIONS(1653), - [anon_sym_make] = ACTIONS(1653), - [anon_sym_while] = ACTIONS(1653), - [anon_sym_do] = ACTIONS(1653), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_else] = ACTIONS(1653), - [anon_sym_match] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_try] = ACTIONS(1653), - [anon_sym_catch] = ACTIONS(1653), - [anon_sym_return] = ACTIONS(1653), - [anon_sym_source] = ACTIONS(1653), - [anon_sym_source_DASHenv] = ACTIONS(1653), - [anon_sym_register] = ACTIONS(1653), - [anon_sym_hide] = ACTIONS(1653), - [anon_sym_hide_DASHenv] = ACTIONS(1653), - [anon_sym_overlay] = ACTIONS(1653), - [anon_sym_as] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1665), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1653), - [aux_sym__val_number_token5] = ACTIONS(1653), - [aux_sym__val_number_token6] = ACTIONS(1653), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1665), + [702] = { + [sym_comment] = STATE(702), + [anon_sym_export] = ACTIONS(2459), + [anon_sym_alias] = ACTIONS(2459), + [anon_sym_let] = ACTIONS(2459), + [anon_sym_let_DASHenv] = ACTIONS(2459), + [anon_sym_mut] = ACTIONS(2459), + [anon_sym_const] = ACTIONS(2459), + [aux_sym_cmd_identifier_token1] = ACTIONS(2459), + [aux_sym_cmd_identifier_token2] = ACTIONS(2461), + [aux_sym_cmd_identifier_token3] = ACTIONS(2461), + [aux_sym_cmd_identifier_token4] = ACTIONS(2461), + [aux_sym_cmd_identifier_token5] = ACTIONS(2461), + [aux_sym_cmd_identifier_token6] = ACTIONS(2461), + [aux_sym_cmd_identifier_token7] = ACTIONS(2461), + [aux_sym_cmd_identifier_token8] = ACTIONS(2459), + [aux_sym_cmd_identifier_token9] = ACTIONS(2459), + [aux_sym_cmd_identifier_token10] = ACTIONS(2461), + [aux_sym_cmd_identifier_token11] = ACTIONS(2461), + [aux_sym_cmd_identifier_token12] = ACTIONS(2459), + [aux_sym_cmd_identifier_token13] = ACTIONS(2459), + [aux_sym_cmd_identifier_token14] = ACTIONS(2459), + [aux_sym_cmd_identifier_token15] = ACTIONS(2459), + [aux_sym_cmd_identifier_token16] = ACTIONS(2461), + [aux_sym_cmd_identifier_token17] = ACTIONS(2461), + [aux_sym_cmd_identifier_token18] = ACTIONS(2461), + [aux_sym_cmd_identifier_token19] = ACTIONS(2461), + [aux_sym_cmd_identifier_token20] = ACTIONS(2461), + [aux_sym_cmd_identifier_token21] = ACTIONS(2461), + [aux_sym_cmd_identifier_token22] = ACTIONS(2461), + [aux_sym_cmd_identifier_token23] = ACTIONS(2461), + [aux_sym_cmd_identifier_token24] = ACTIONS(2461), + [aux_sym_cmd_identifier_token25] = ACTIONS(2461), + [aux_sym_cmd_identifier_token26] = ACTIONS(2461), + [aux_sym_cmd_identifier_token27] = ACTIONS(2461), + [aux_sym_cmd_identifier_token28] = ACTIONS(2461), + [aux_sym_cmd_identifier_token29] = ACTIONS(2461), + [aux_sym_cmd_identifier_token30] = ACTIONS(2461), + [aux_sym_cmd_identifier_token31] = ACTIONS(2461), + [aux_sym_cmd_identifier_token32] = ACTIONS(2461), + [aux_sym_cmd_identifier_token33] = ACTIONS(2461), + [aux_sym_cmd_identifier_token34] = ACTIONS(2459), + [aux_sym_cmd_identifier_token35] = ACTIONS(2461), + [aux_sym_cmd_identifier_token36] = ACTIONS(2461), + [aux_sym_cmd_identifier_token37] = ACTIONS(2461), + [aux_sym_cmd_identifier_token38] = ACTIONS(2459), + [aux_sym_cmd_identifier_token39] = ACTIONS(2461), + [aux_sym_cmd_identifier_token40] = ACTIONS(2461), + [anon_sym_def] = ACTIONS(2459), + [anon_sym_export_DASHenv] = ACTIONS(2459), + [anon_sym_extern] = ACTIONS(2459), + [anon_sym_module] = ACTIONS(2459), + [anon_sym_use] = ACTIONS(2459), + [anon_sym_LPAREN] = ACTIONS(2461), + [anon_sym_DOLLAR] = ACTIONS(2461), + [anon_sym_error] = ACTIONS(2459), + [anon_sym_DASH2] = ACTIONS(2459), + [anon_sym_break] = ACTIONS(2459), + [anon_sym_continue] = ACTIONS(2459), + [anon_sym_for] = ACTIONS(2459), + [anon_sym_in2] = ACTIONS(2459), + [anon_sym_loop] = ACTIONS(2459), + [anon_sym_make] = ACTIONS(2459), + [anon_sym_while] = ACTIONS(2459), + [anon_sym_do] = ACTIONS(2459), + [anon_sym_if] = ACTIONS(2459), + [anon_sym_else] = ACTIONS(2459), + [anon_sym_match] = ACTIONS(2459), + [anon_sym_RBRACE] = ACTIONS(2461), + [anon_sym_try] = ACTIONS(2459), + [anon_sym_catch] = ACTIONS(2459), + [anon_sym_return] = ACTIONS(2459), + [anon_sym_source] = ACTIONS(2459), + [anon_sym_source_DASHenv] = ACTIONS(2459), + [anon_sym_register] = ACTIONS(2459), + [anon_sym_hide] = ACTIONS(2459), + [anon_sym_hide_DASHenv] = ACTIONS(2459), + [anon_sym_overlay] = ACTIONS(2459), + [anon_sym_as] = ACTIONS(2459), + [anon_sym_PLUS2] = ACTIONS(2459), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2461), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2461), + [aux_sym__val_number_decimal_token1] = ACTIONS(2459), + [aux_sym__val_number_decimal_token2] = ACTIONS(2461), + [aux_sym__val_number_decimal_token3] = ACTIONS(2461), + [aux_sym__val_number_decimal_token4] = ACTIONS(2461), + [aux_sym__val_number_token1] = ACTIONS(2461), + [aux_sym__val_number_token2] = ACTIONS(2461), + [aux_sym__val_number_token3] = ACTIONS(2461), + [aux_sym__val_number_token4] = ACTIONS(2459), + [aux_sym__val_number_token5] = ACTIONS(2459), + [aux_sym__val_number_token6] = ACTIONS(2459), + [anon_sym_DQUOTE] = ACTIONS(2461), + [sym__str_single_quotes] = ACTIONS(2461), + [sym__str_back_ticks] = ACTIONS(2461), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2461), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), - }, - [724] = { - [sym_comment] = STATE(724), - [anon_sym_export] = ACTIONS(2382), - [anon_sym_alias] = ACTIONS(2382), - [anon_sym_let] = ACTIONS(2382), - [anon_sym_let_DASHenv] = ACTIONS(2382), - [anon_sym_mut] = ACTIONS(2382), - [anon_sym_const] = ACTIONS(2382), - [aux_sym_cmd_identifier_token1] = ACTIONS(2382), - [aux_sym_cmd_identifier_token2] = ACTIONS(2384), - [aux_sym_cmd_identifier_token3] = ACTIONS(2384), - [aux_sym_cmd_identifier_token4] = ACTIONS(2384), - [aux_sym_cmd_identifier_token5] = ACTIONS(2384), - [aux_sym_cmd_identifier_token6] = ACTIONS(2384), - [aux_sym_cmd_identifier_token7] = ACTIONS(2384), - [aux_sym_cmd_identifier_token8] = ACTIONS(2382), - [aux_sym_cmd_identifier_token9] = ACTIONS(2382), - [aux_sym_cmd_identifier_token10] = ACTIONS(2384), - [aux_sym_cmd_identifier_token11] = ACTIONS(2384), - [aux_sym_cmd_identifier_token12] = ACTIONS(2382), - [aux_sym_cmd_identifier_token13] = ACTIONS(2382), - [aux_sym_cmd_identifier_token14] = ACTIONS(2382), - [aux_sym_cmd_identifier_token15] = ACTIONS(2382), - [aux_sym_cmd_identifier_token16] = ACTIONS(2384), - [aux_sym_cmd_identifier_token17] = ACTIONS(2384), - [aux_sym_cmd_identifier_token18] = ACTIONS(2384), - [aux_sym_cmd_identifier_token19] = ACTIONS(2384), - [aux_sym_cmd_identifier_token20] = ACTIONS(2384), - [aux_sym_cmd_identifier_token21] = ACTIONS(2384), - [aux_sym_cmd_identifier_token22] = ACTIONS(2384), - [aux_sym_cmd_identifier_token23] = ACTIONS(2384), - [aux_sym_cmd_identifier_token24] = ACTIONS(2384), - [aux_sym_cmd_identifier_token25] = ACTIONS(2384), - [aux_sym_cmd_identifier_token26] = ACTIONS(2384), - [aux_sym_cmd_identifier_token27] = ACTIONS(2384), - [aux_sym_cmd_identifier_token28] = ACTIONS(2384), - [aux_sym_cmd_identifier_token29] = ACTIONS(2384), - [aux_sym_cmd_identifier_token30] = ACTIONS(2384), - [aux_sym_cmd_identifier_token31] = ACTIONS(2384), - [aux_sym_cmd_identifier_token32] = ACTIONS(2384), - [aux_sym_cmd_identifier_token33] = ACTIONS(2384), - [aux_sym_cmd_identifier_token34] = ACTIONS(2382), - [aux_sym_cmd_identifier_token35] = ACTIONS(2384), - [aux_sym_cmd_identifier_token36] = ACTIONS(2384), - [aux_sym_cmd_identifier_token37] = ACTIONS(2384), - [aux_sym_cmd_identifier_token38] = ACTIONS(2382), - [aux_sym_cmd_identifier_token39] = ACTIONS(2384), - [aux_sym_cmd_identifier_token40] = ACTIONS(2384), - [anon_sym_def] = ACTIONS(2382), - [anon_sym_export_DASHenv] = ACTIONS(2382), - [anon_sym_extern] = ACTIONS(2382), - [anon_sym_module] = ACTIONS(2382), - [anon_sym_use] = ACTIONS(2382), - [anon_sym_LPAREN] = ACTIONS(2384), - [anon_sym_DOLLAR] = ACTIONS(2384), - [anon_sym_error] = ACTIONS(2382), - [anon_sym_DASH2] = ACTIONS(2382), - [anon_sym_break] = ACTIONS(2382), - [anon_sym_continue] = ACTIONS(2382), - [anon_sym_for] = ACTIONS(2382), - [anon_sym_in2] = ACTIONS(2382), - [anon_sym_loop] = ACTIONS(2382), - [anon_sym_make] = ACTIONS(2382), - [anon_sym_while] = ACTIONS(2382), - [anon_sym_do] = ACTIONS(2382), - [anon_sym_if] = ACTIONS(2382), - [anon_sym_else] = ACTIONS(2382), - [anon_sym_match] = ACTIONS(2382), - [anon_sym_RBRACE] = ACTIONS(2384), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_catch] = ACTIONS(2382), - [anon_sym_return] = ACTIONS(2382), - [anon_sym_source] = ACTIONS(2382), - [anon_sym_source_DASHenv] = ACTIONS(2382), - [anon_sym_register] = ACTIONS(2382), - [anon_sym_hide] = ACTIONS(2382), - [anon_sym_hide_DASHenv] = ACTIONS(2382), - [anon_sym_overlay] = ACTIONS(2382), - [anon_sym_as] = ACTIONS(2382), - [anon_sym_PLUS2] = ACTIONS(2382), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2384), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2384), - [aux_sym__val_number_decimal_token1] = ACTIONS(2382), - [aux_sym__val_number_decimal_token2] = ACTIONS(2384), - [aux_sym__val_number_decimal_token3] = ACTIONS(2384), - [aux_sym__val_number_decimal_token4] = ACTIONS(2384), - [aux_sym__val_number_token1] = ACTIONS(2384), - [aux_sym__val_number_token2] = ACTIONS(2384), - [aux_sym__val_number_token3] = ACTIONS(2384), - [aux_sym__val_number_token4] = ACTIONS(2382), - [aux_sym__val_number_token5] = ACTIONS(2382), - [aux_sym__val_number_token6] = ACTIONS(2382), - [anon_sym_DQUOTE] = ACTIONS(2384), - [sym__str_single_quotes] = ACTIONS(2384), - [sym__str_back_ticks] = ACTIONS(2384), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2384), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2384), + [sym_raw_string_begin] = ACTIONS(2461), }, - [725] = { - [sym_comment] = STATE(725), - [anon_sym_export] = ACTIONS(2334), - [anon_sym_alias] = ACTIONS(2334), - [anon_sym_let] = ACTIONS(2334), - [anon_sym_let_DASHenv] = ACTIONS(2334), - [anon_sym_mut] = ACTIONS(2334), - [anon_sym_const] = ACTIONS(2334), - [aux_sym_cmd_identifier_token1] = ACTIONS(2334), - [aux_sym_cmd_identifier_token2] = ACTIONS(2336), - [aux_sym_cmd_identifier_token3] = ACTIONS(2336), - [aux_sym_cmd_identifier_token4] = ACTIONS(2336), - [aux_sym_cmd_identifier_token5] = ACTIONS(2336), - [aux_sym_cmd_identifier_token6] = ACTIONS(2336), - [aux_sym_cmd_identifier_token7] = ACTIONS(2336), - [aux_sym_cmd_identifier_token8] = ACTIONS(2334), - [aux_sym_cmd_identifier_token9] = ACTIONS(2334), - [aux_sym_cmd_identifier_token10] = ACTIONS(2336), - [aux_sym_cmd_identifier_token11] = ACTIONS(2336), - [aux_sym_cmd_identifier_token12] = ACTIONS(2334), - [aux_sym_cmd_identifier_token13] = ACTIONS(2334), - [aux_sym_cmd_identifier_token14] = ACTIONS(2334), - [aux_sym_cmd_identifier_token15] = ACTIONS(2334), - [aux_sym_cmd_identifier_token16] = ACTIONS(2336), - [aux_sym_cmd_identifier_token17] = ACTIONS(2336), - [aux_sym_cmd_identifier_token18] = ACTIONS(2336), - [aux_sym_cmd_identifier_token19] = ACTIONS(2336), - [aux_sym_cmd_identifier_token20] = ACTIONS(2336), - [aux_sym_cmd_identifier_token21] = ACTIONS(2336), - [aux_sym_cmd_identifier_token22] = ACTIONS(2336), - [aux_sym_cmd_identifier_token23] = ACTIONS(2336), - [aux_sym_cmd_identifier_token24] = ACTIONS(2336), - [aux_sym_cmd_identifier_token25] = ACTIONS(2336), - [aux_sym_cmd_identifier_token26] = ACTIONS(2336), - [aux_sym_cmd_identifier_token27] = ACTIONS(2336), - [aux_sym_cmd_identifier_token28] = ACTIONS(2336), - [aux_sym_cmd_identifier_token29] = ACTIONS(2336), - [aux_sym_cmd_identifier_token30] = ACTIONS(2336), - [aux_sym_cmd_identifier_token31] = ACTIONS(2336), - [aux_sym_cmd_identifier_token32] = ACTIONS(2336), - [aux_sym_cmd_identifier_token33] = ACTIONS(2336), - [aux_sym_cmd_identifier_token34] = ACTIONS(2334), - [aux_sym_cmd_identifier_token35] = ACTIONS(2336), - [aux_sym_cmd_identifier_token36] = ACTIONS(2336), - [aux_sym_cmd_identifier_token37] = ACTIONS(2336), - [aux_sym_cmd_identifier_token38] = ACTIONS(2334), - [aux_sym_cmd_identifier_token39] = ACTIONS(2336), - [aux_sym_cmd_identifier_token40] = ACTIONS(2336), - [anon_sym_def] = ACTIONS(2334), - [anon_sym_export_DASHenv] = ACTIONS(2334), - [anon_sym_extern] = ACTIONS(2334), - [anon_sym_module] = ACTIONS(2334), - [anon_sym_use] = ACTIONS(2334), - [anon_sym_LPAREN] = ACTIONS(2336), - [anon_sym_DOLLAR] = ACTIONS(2336), - [anon_sym_error] = ACTIONS(2334), - [anon_sym_DASH2] = ACTIONS(2334), - [anon_sym_break] = ACTIONS(2334), - [anon_sym_continue] = ACTIONS(2334), - [anon_sym_for] = ACTIONS(2334), - [anon_sym_in2] = ACTIONS(2334), - [anon_sym_loop] = ACTIONS(2334), - [anon_sym_make] = ACTIONS(2334), - [anon_sym_while] = ACTIONS(2334), - [anon_sym_do] = ACTIONS(2334), - [anon_sym_if] = ACTIONS(2334), - [anon_sym_else] = ACTIONS(2334), - [anon_sym_match] = ACTIONS(2334), - [anon_sym_RBRACE] = ACTIONS(2336), - [anon_sym_try] = ACTIONS(2334), - [anon_sym_catch] = ACTIONS(2334), - [anon_sym_return] = ACTIONS(2334), - [anon_sym_source] = ACTIONS(2334), - [anon_sym_source_DASHenv] = ACTIONS(2334), - [anon_sym_register] = ACTIONS(2334), - [anon_sym_hide] = ACTIONS(2334), - [anon_sym_hide_DASHenv] = ACTIONS(2334), - [anon_sym_overlay] = ACTIONS(2334), - [anon_sym_as] = ACTIONS(2334), - [anon_sym_PLUS2] = ACTIONS(2334), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2336), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2336), - [aux_sym__val_number_decimal_token1] = ACTIONS(2334), - [aux_sym__val_number_decimal_token2] = ACTIONS(2336), - [aux_sym__val_number_decimal_token3] = ACTIONS(2336), - [aux_sym__val_number_decimal_token4] = ACTIONS(2336), - [aux_sym__val_number_token1] = ACTIONS(2336), - [aux_sym__val_number_token2] = ACTIONS(2336), - [aux_sym__val_number_token3] = ACTIONS(2336), - [aux_sym__val_number_token4] = ACTIONS(2334), - [aux_sym__val_number_token5] = ACTIONS(2334), - [aux_sym__val_number_token6] = ACTIONS(2334), - [anon_sym_DQUOTE] = ACTIONS(2336), - [sym__str_single_quotes] = ACTIONS(2336), - [sym__str_back_ticks] = ACTIONS(2336), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2336), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2336), + [703] = { + [sym_comment] = STATE(703), + [anon_sym_export] = ACTIONS(2463), + [anon_sym_alias] = ACTIONS(2463), + [anon_sym_let] = ACTIONS(2463), + [anon_sym_let_DASHenv] = ACTIONS(2463), + [anon_sym_mut] = ACTIONS(2463), + [anon_sym_const] = ACTIONS(2463), + [aux_sym_cmd_identifier_token1] = ACTIONS(2463), + [aux_sym_cmd_identifier_token2] = ACTIONS(2465), + [aux_sym_cmd_identifier_token3] = ACTIONS(2465), + [aux_sym_cmd_identifier_token4] = ACTIONS(2465), + [aux_sym_cmd_identifier_token5] = ACTIONS(2465), + [aux_sym_cmd_identifier_token6] = ACTIONS(2465), + [aux_sym_cmd_identifier_token7] = ACTIONS(2465), + [aux_sym_cmd_identifier_token8] = ACTIONS(2463), + [aux_sym_cmd_identifier_token9] = ACTIONS(2463), + [aux_sym_cmd_identifier_token10] = ACTIONS(2465), + [aux_sym_cmd_identifier_token11] = ACTIONS(2465), + [aux_sym_cmd_identifier_token12] = ACTIONS(2463), + [aux_sym_cmd_identifier_token13] = ACTIONS(2463), + [aux_sym_cmd_identifier_token14] = ACTIONS(2463), + [aux_sym_cmd_identifier_token15] = ACTIONS(2463), + [aux_sym_cmd_identifier_token16] = ACTIONS(2465), + [aux_sym_cmd_identifier_token17] = ACTIONS(2465), + [aux_sym_cmd_identifier_token18] = ACTIONS(2465), + [aux_sym_cmd_identifier_token19] = ACTIONS(2465), + [aux_sym_cmd_identifier_token20] = ACTIONS(2465), + [aux_sym_cmd_identifier_token21] = ACTIONS(2465), + [aux_sym_cmd_identifier_token22] = ACTIONS(2465), + [aux_sym_cmd_identifier_token23] = ACTIONS(2465), + [aux_sym_cmd_identifier_token24] = ACTIONS(2465), + [aux_sym_cmd_identifier_token25] = ACTIONS(2465), + [aux_sym_cmd_identifier_token26] = ACTIONS(2465), + [aux_sym_cmd_identifier_token27] = ACTIONS(2465), + [aux_sym_cmd_identifier_token28] = ACTIONS(2465), + [aux_sym_cmd_identifier_token29] = ACTIONS(2465), + [aux_sym_cmd_identifier_token30] = ACTIONS(2465), + [aux_sym_cmd_identifier_token31] = ACTIONS(2465), + [aux_sym_cmd_identifier_token32] = ACTIONS(2465), + [aux_sym_cmd_identifier_token33] = ACTIONS(2465), + [aux_sym_cmd_identifier_token34] = ACTIONS(2463), + [aux_sym_cmd_identifier_token35] = ACTIONS(2465), + [aux_sym_cmd_identifier_token36] = ACTIONS(2465), + [aux_sym_cmd_identifier_token37] = ACTIONS(2465), + [aux_sym_cmd_identifier_token38] = ACTIONS(2463), + [aux_sym_cmd_identifier_token39] = ACTIONS(2465), + [aux_sym_cmd_identifier_token40] = ACTIONS(2465), + [anon_sym_def] = ACTIONS(2463), + [anon_sym_export_DASHenv] = ACTIONS(2463), + [anon_sym_extern] = ACTIONS(2463), + [anon_sym_module] = ACTIONS(2463), + [anon_sym_use] = ACTIONS(2463), + [anon_sym_LPAREN] = ACTIONS(2465), + [anon_sym_DOLLAR] = ACTIONS(2465), + [anon_sym_error] = ACTIONS(2463), + [anon_sym_DASH2] = ACTIONS(2463), + [anon_sym_break] = ACTIONS(2463), + [anon_sym_continue] = ACTIONS(2463), + [anon_sym_for] = ACTIONS(2463), + [anon_sym_in2] = ACTIONS(2463), + [anon_sym_loop] = ACTIONS(2463), + [anon_sym_make] = ACTIONS(2463), + [anon_sym_while] = ACTIONS(2463), + [anon_sym_do] = ACTIONS(2463), + [anon_sym_if] = ACTIONS(2463), + [anon_sym_else] = ACTIONS(2463), + [anon_sym_match] = ACTIONS(2463), + [anon_sym_RBRACE] = ACTIONS(2465), + [anon_sym_try] = ACTIONS(2463), + [anon_sym_catch] = ACTIONS(2463), + [anon_sym_return] = ACTIONS(2463), + [anon_sym_source] = ACTIONS(2463), + [anon_sym_source_DASHenv] = ACTIONS(2463), + [anon_sym_register] = ACTIONS(2463), + [anon_sym_hide] = ACTIONS(2463), + [anon_sym_hide_DASHenv] = ACTIONS(2463), + [anon_sym_overlay] = ACTIONS(2463), + [anon_sym_as] = ACTIONS(2463), + [anon_sym_PLUS2] = ACTIONS(2463), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2465), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2465), + [aux_sym__val_number_decimal_token1] = ACTIONS(2463), + [aux_sym__val_number_decimal_token2] = ACTIONS(2465), + [aux_sym__val_number_decimal_token3] = ACTIONS(2465), + [aux_sym__val_number_decimal_token4] = ACTIONS(2465), + [aux_sym__val_number_token1] = ACTIONS(2465), + [aux_sym__val_number_token2] = ACTIONS(2465), + [aux_sym__val_number_token3] = ACTIONS(2465), + [aux_sym__val_number_token4] = ACTIONS(2463), + [aux_sym__val_number_token5] = ACTIONS(2463), + [aux_sym__val_number_token6] = ACTIONS(2463), + [anon_sym_DQUOTE] = ACTIONS(2465), + [sym__str_single_quotes] = ACTIONS(2465), + [sym__str_back_ticks] = ACTIONS(2465), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2465), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2465), }, - [726] = { - [sym_comment] = STATE(726), - [anon_sym_export] = ACTIONS(2170), - [anon_sym_alias] = ACTIONS(2170), - [anon_sym_let] = ACTIONS(2170), - [anon_sym_let_DASHenv] = ACTIONS(2170), - [anon_sym_mut] = ACTIONS(2170), - [anon_sym_const] = ACTIONS(2170), - [aux_sym_cmd_identifier_token1] = ACTIONS(2170), - [aux_sym_cmd_identifier_token2] = ACTIONS(2172), - [aux_sym_cmd_identifier_token3] = ACTIONS(2172), - [aux_sym_cmd_identifier_token4] = ACTIONS(2172), - [aux_sym_cmd_identifier_token5] = ACTIONS(2172), - [aux_sym_cmd_identifier_token6] = ACTIONS(2172), - [aux_sym_cmd_identifier_token7] = ACTIONS(2172), - [aux_sym_cmd_identifier_token8] = ACTIONS(2170), - [aux_sym_cmd_identifier_token9] = ACTIONS(2170), - [aux_sym_cmd_identifier_token10] = ACTIONS(2172), - [aux_sym_cmd_identifier_token11] = ACTIONS(2172), - [aux_sym_cmd_identifier_token12] = ACTIONS(2170), - [aux_sym_cmd_identifier_token13] = ACTIONS(2170), - [aux_sym_cmd_identifier_token14] = ACTIONS(2170), - [aux_sym_cmd_identifier_token15] = ACTIONS(2170), - [aux_sym_cmd_identifier_token16] = ACTIONS(2172), - [aux_sym_cmd_identifier_token17] = ACTIONS(2172), - [aux_sym_cmd_identifier_token18] = ACTIONS(2172), - [aux_sym_cmd_identifier_token19] = ACTIONS(2172), - [aux_sym_cmd_identifier_token20] = ACTIONS(2172), - [aux_sym_cmd_identifier_token21] = ACTIONS(2172), - [aux_sym_cmd_identifier_token22] = ACTIONS(2172), - [aux_sym_cmd_identifier_token23] = ACTIONS(2172), - [aux_sym_cmd_identifier_token24] = ACTIONS(2172), - [aux_sym_cmd_identifier_token25] = ACTIONS(2172), - [aux_sym_cmd_identifier_token26] = ACTIONS(2172), - [aux_sym_cmd_identifier_token27] = ACTIONS(2172), - [aux_sym_cmd_identifier_token28] = ACTIONS(2172), - [aux_sym_cmd_identifier_token29] = ACTIONS(2172), - [aux_sym_cmd_identifier_token30] = ACTIONS(2172), - [aux_sym_cmd_identifier_token31] = ACTIONS(2172), - [aux_sym_cmd_identifier_token32] = ACTIONS(2172), - [aux_sym_cmd_identifier_token33] = ACTIONS(2172), - [aux_sym_cmd_identifier_token34] = ACTIONS(2170), - [aux_sym_cmd_identifier_token35] = ACTIONS(2172), - [aux_sym_cmd_identifier_token36] = ACTIONS(2172), - [aux_sym_cmd_identifier_token37] = ACTIONS(2172), - [aux_sym_cmd_identifier_token38] = ACTIONS(2170), - [aux_sym_cmd_identifier_token39] = ACTIONS(2172), - [aux_sym_cmd_identifier_token40] = ACTIONS(2172), - [anon_sym_def] = ACTIONS(2170), - [anon_sym_export_DASHenv] = ACTIONS(2170), - [anon_sym_extern] = ACTIONS(2170), - [anon_sym_module] = ACTIONS(2170), - [anon_sym_use] = ACTIONS(2170), - [anon_sym_LPAREN] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2172), - [anon_sym_error] = ACTIONS(2170), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_break] = ACTIONS(2170), - [anon_sym_continue] = ACTIONS(2170), - [anon_sym_for] = ACTIONS(2170), - [anon_sym_in2] = ACTIONS(2170), - [anon_sym_loop] = ACTIONS(2170), - [anon_sym_make] = ACTIONS(2170), - [anon_sym_while] = ACTIONS(2170), - [anon_sym_do] = ACTIONS(2170), - [anon_sym_if] = ACTIONS(2170), - [anon_sym_else] = ACTIONS(2170), - [anon_sym_match] = ACTIONS(2170), - [anon_sym_RBRACE] = ACTIONS(2172), - [anon_sym_try] = ACTIONS(2170), - [anon_sym_catch] = ACTIONS(2170), - [anon_sym_return] = ACTIONS(2170), - [anon_sym_source] = ACTIONS(2170), - [anon_sym_source_DASHenv] = ACTIONS(2170), - [anon_sym_register] = ACTIONS(2170), - [anon_sym_hide] = ACTIONS(2170), - [anon_sym_hide_DASHenv] = ACTIONS(2170), - [anon_sym_overlay] = ACTIONS(2170), - [anon_sym_as] = ACTIONS(2170), - [anon_sym_PLUS2] = ACTIONS(2170), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2172), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2172), - [aux_sym__val_number_decimal_token3] = ACTIONS(2172), - [aux_sym__val_number_decimal_token4] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2170), - [aux_sym__val_number_token5] = ACTIONS(2170), - [aux_sym__val_number_token6] = ACTIONS(2170), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2172), + [704] = { + [sym_comment] = STATE(704), + [anon_sym_export] = ACTIONS(2001), + [anon_sym_alias] = ACTIONS(2001), + [anon_sym_let] = ACTIONS(2001), + [anon_sym_let_DASHenv] = ACTIONS(2001), + [anon_sym_mut] = ACTIONS(2001), + [anon_sym_const] = ACTIONS(2001), + [aux_sym_cmd_identifier_token1] = ACTIONS(2001), + [aux_sym_cmd_identifier_token2] = ACTIONS(2003), + [aux_sym_cmd_identifier_token3] = ACTIONS(2003), + [aux_sym_cmd_identifier_token4] = ACTIONS(2003), + [aux_sym_cmd_identifier_token5] = ACTIONS(2003), + [aux_sym_cmd_identifier_token6] = ACTIONS(2003), + [aux_sym_cmd_identifier_token7] = ACTIONS(2003), + [aux_sym_cmd_identifier_token8] = ACTIONS(2001), + [aux_sym_cmd_identifier_token9] = ACTIONS(2001), + [aux_sym_cmd_identifier_token10] = ACTIONS(2003), + [aux_sym_cmd_identifier_token11] = ACTIONS(2003), + [aux_sym_cmd_identifier_token12] = ACTIONS(2001), + [aux_sym_cmd_identifier_token13] = ACTIONS(2001), + [aux_sym_cmd_identifier_token14] = ACTIONS(2001), + [aux_sym_cmd_identifier_token15] = ACTIONS(2001), + [aux_sym_cmd_identifier_token16] = ACTIONS(2003), + [aux_sym_cmd_identifier_token17] = ACTIONS(2003), + [aux_sym_cmd_identifier_token18] = ACTIONS(2003), + [aux_sym_cmd_identifier_token19] = ACTIONS(2003), + [aux_sym_cmd_identifier_token20] = ACTIONS(2003), + [aux_sym_cmd_identifier_token21] = ACTIONS(2003), + [aux_sym_cmd_identifier_token22] = ACTIONS(2003), + [aux_sym_cmd_identifier_token23] = ACTIONS(2003), + [aux_sym_cmd_identifier_token24] = ACTIONS(2003), + [aux_sym_cmd_identifier_token25] = ACTIONS(2003), + [aux_sym_cmd_identifier_token26] = ACTIONS(2003), + [aux_sym_cmd_identifier_token27] = ACTIONS(2003), + [aux_sym_cmd_identifier_token28] = ACTIONS(2003), + [aux_sym_cmd_identifier_token29] = ACTIONS(2003), + [aux_sym_cmd_identifier_token30] = ACTIONS(2003), + [aux_sym_cmd_identifier_token31] = ACTIONS(2003), + [aux_sym_cmd_identifier_token32] = ACTIONS(2003), + [aux_sym_cmd_identifier_token33] = ACTIONS(2003), + [aux_sym_cmd_identifier_token34] = ACTIONS(2001), + [aux_sym_cmd_identifier_token35] = ACTIONS(2003), + [aux_sym_cmd_identifier_token36] = ACTIONS(2003), + [aux_sym_cmd_identifier_token37] = ACTIONS(2003), + [aux_sym_cmd_identifier_token38] = ACTIONS(2001), + [aux_sym_cmd_identifier_token39] = ACTIONS(2003), + [aux_sym_cmd_identifier_token40] = ACTIONS(2003), + [anon_sym_def] = ACTIONS(2001), + [anon_sym_export_DASHenv] = ACTIONS(2001), + [anon_sym_extern] = ACTIONS(2001), + [anon_sym_module] = ACTIONS(2001), + [anon_sym_use] = ACTIONS(2001), + [anon_sym_LPAREN] = ACTIONS(2003), + [anon_sym_DOLLAR] = ACTIONS(2003), + [anon_sym_error] = ACTIONS(2001), + [anon_sym_DASH2] = ACTIONS(2001), + [anon_sym_break] = ACTIONS(2001), + [anon_sym_continue] = ACTIONS(2001), + [anon_sym_for] = ACTIONS(2001), + [anon_sym_in2] = ACTIONS(2001), + [anon_sym_loop] = ACTIONS(2001), + [anon_sym_make] = ACTIONS(2001), + [anon_sym_while] = ACTIONS(2001), + [anon_sym_do] = ACTIONS(2001), + [anon_sym_if] = ACTIONS(2001), + [anon_sym_else] = ACTIONS(2001), + [anon_sym_match] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2003), + [anon_sym_try] = ACTIONS(2001), + [anon_sym_catch] = ACTIONS(2001), + [anon_sym_return] = ACTIONS(2001), + [anon_sym_source] = ACTIONS(2001), + [anon_sym_source_DASHenv] = ACTIONS(2001), + [anon_sym_register] = ACTIONS(2001), + [anon_sym_hide] = ACTIONS(2001), + [anon_sym_hide_DASHenv] = ACTIONS(2001), + [anon_sym_overlay] = ACTIONS(2001), + [anon_sym_as] = ACTIONS(2001), + [anon_sym_PLUS2] = ACTIONS(2001), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2003), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2003), + [aux_sym__val_number_decimal_token1] = ACTIONS(2001), + [aux_sym__val_number_decimal_token2] = ACTIONS(2003), + [aux_sym__val_number_decimal_token3] = ACTIONS(2003), + [aux_sym__val_number_decimal_token4] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2003), + [aux_sym__val_number_token2] = ACTIONS(2003), + [aux_sym__val_number_token3] = ACTIONS(2003), + [aux_sym__val_number_token4] = ACTIONS(2001), + [aux_sym__val_number_token5] = ACTIONS(2001), + [aux_sym__val_number_token6] = ACTIONS(2001), + [anon_sym_DQUOTE] = ACTIONS(2003), + [sym__str_single_quotes] = ACTIONS(2003), + [sym__str_back_ticks] = ACTIONS(2003), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2003), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2172), - }, - [727] = { - [sym_comment] = STATE(727), - [anon_sym_export] = ACTIONS(2338), - [anon_sym_alias] = ACTIONS(2338), - [anon_sym_let] = ACTIONS(2338), - [anon_sym_let_DASHenv] = ACTIONS(2338), - [anon_sym_mut] = ACTIONS(2338), - [anon_sym_const] = ACTIONS(2338), - [aux_sym_cmd_identifier_token1] = ACTIONS(2338), - [aux_sym_cmd_identifier_token2] = ACTIONS(2340), - [aux_sym_cmd_identifier_token3] = ACTIONS(2340), - [aux_sym_cmd_identifier_token4] = ACTIONS(2340), - [aux_sym_cmd_identifier_token5] = ACTIONS(2340), - [aux_sym_cmd_identifier_token6] = ACTIONS(2340), - [aux_sym_cmd_identifier_token7] = ACTIONS(2340), - [aux_sym_cmd_identifier_token8] = ACTIONS(2338), - [aux_sym_cmd_identifier_token9] = ACTIONS(2338), - [aux_sym_cmd_identifier_token10] = ACTIONS(2340), - [aux_sym_cmd_identifier_token11] = ACTIONS(2340), - [aux_sym_cmd_identifier_token12] = ACTIONS(2338), - [aux_sym_cmd_identifier_token13] = ACTIONS(2338), - [aux_sym_cmd_identifier_token14] = ACTIONS(2338), - [aux_sym_cmd_identifier_token15] = ACTIONS(2338), - [aux_sym_cmd_identifier_token16] = ACTIONS(2340), - [aux_sym_cmd_identifier_token17] = ACTIONS(2340), - [aux_sym_cmd_identifier_token18] = ACTIONS(2340), - [aux_sym_cmd_identifier_token19] = ACTIONS(2340), - [aux_sym_cmd_identifier_token20] = ACTIONS(2340), - [aux_sym_cmd_identifier_token21] = ACTIONS(2340), - [aux_sym_cmd_identifier_token22] = ACTIONS(2340), - [aux_sym_cmd_identifier_token23] = ACTIONS(2340), - [aux_sym_cmd_identifier_token24] = ACTIONS(2340), - [aux_sym_cmd_identifier_token25] = ACTIONS(2340), - [aux_sym_cmd_identifier_token26] = ACTIONS(2340), - [aux_sym_cmd_identifier_token27] = ACTIONS(2340), - [aux_sym_cmd_identifier_token28] = ACTIONS(2340), - [aux_sym_cmd_identifier_token29] = ACTIONS(2340), - [aux_sym_cmd_identifier_token30] = ACTIONS(2340), - [aux_sym_cmd_identifier_token31] = ACTIONS(2340), - [aux_sym_cmd_identifier_token32] = ACTIONS(2340), - [aux_sym_cmd_identifier_token33] = ACTIONS(2340), - [aux_sym_cmd_identifier_token34] = ACTIONS(2338), - [aux_sym_cmd_identifier_token35] = ACTIONS(2340), - [aux_sym_cmd_identifier_token36] = ACTIONS(2340), - [aux_sym_cmd_identifier_token37] = ACTIONS(2340), - [aux_sym_cmd_identifier_token38] = ACTIONS(2338), - [aux_sym_cmd_identifier_token39] = ACTIONS(2340), - [aux_sym_cmd_identifier_token40] = ACTIONS(2340), - [anon_sym_def] = ACTIONS(2338), - [anon_sym_export_DASHenv] = ACTIONS(2338), - [anon_sym_extern] = ACTIONS(2338), - [anon_sym_module] = ACTIONS(2338), - [anon_sym_use] = ACTIONS(2338), - [anon_sym_LPAREN] = ACTIONS(2340), - [anon_sym_DOLLAR] = ACTIONS(2340), - [anon_sym_error] = ACTIONS(2338), - [anon_sym_DASH2] = ACTIONS(2338), - [anon_sym_break] = ACTIONS(2338), - [anon_sym_continue] = ACTIONS(2338), - [anon_sym_for] = ACTIONS(2338), - [anon_sym_in2] = ACTIONS(2338), - [anon_sym_loop] = ACTIONS(2338), - [anon_sym_make] = ACTIONS(2338), - [anon_sym_while] = ACTIONS(2338), - [anon_sym_do] = ACTIONS(2338), - [anon_sym_if] = ACTIONS(2338), - [anon_sym_else] = ACTIONS(2338), - [anon_sym_match] = ACTIONS(2338), - [anon_sym_RBRACE] = ACTIONS(2340), - [anon_sym_try] = ACTIONS(2338), - [anon_sym_catch] = ACTIONS(2338), - [anon_sym_return] = ACTIONS(2338), - [anon_sym_source] = ACTIONS(2338), - [anon_sym_source_DASHenv] = ACTIONS(2338), - [anon_sym_register] = ACTIONS(2338), - [anon_sym_hide] = ACTIONS(2338), - [anon_sym_hide_DASHenv] = ACTIONS(2338), - [anon_sym_overlay] = ACTIONS(2338), - [anon_sym_as] = ACTIONS(2338), - [anon_sym_PLUS2] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2340), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2340), - [aux_sym__val_number_decimal_token1] = ACTIONS(2338), - [aux_sym__val_number_decimal_token2] = ACTIONS(2340), - [aux_sym__val_number_decimal_token3] = ACTIONS(2340), - [aux_sym__val_number_decimal_token4] = ACTIONS(2340), - [aux_sym__val_number_token1] = ACTIONS(2340), - [aux_sym__val_number_token2] = ACTIONS(2340), - [aux_sym__val_number_token3] = ACTIONS(2340), - [aux_sym__val_number_token4] = ACTIONS(2338), - [aux_sym__val_number_token5] = ACTIONS(2338), - [aux_sym__val_number_token6] = ACTIONS(2338), - [anon_sym_DQUOTE] = ACTIONS(2340), - [sym__str_single_quotes] = ACTIONS(2340), - [sym__str_back_ticks] = ACTIONS(2340), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2340), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2340), - }, - [728] = { - [sym_comment] = STATE(728), - [anon_sym_export] = ACTIONS(2338), - [anon_sym_alias] = ACTIONS(2338), - [anon_sym_let] = ACTIONS(2338), - [anon_sym_let_DASHenv] = ACTIONS(2338), - [anon_sym_mut] = ACTIONS(2338), - [anon_sym_const] = ACTIONS(2338), - [aux_sym_cmd_identifier_token1] = ACTIONS(2338), - [aux_sym_cmd_identifier_token2] = ACTIONS(2340), - [aux_sym_cmd_identifier_token3] = ACTIONS(2340), - [aux_sym_cmd_identifier_token4] = ACTIONS(2340), - [aux_sym_cmd_identifier_token5] = ACTIONS(2340), - [aux_sym_cmd_identifier_token6] = ACTIONS(2340), - [aux_sym_cmd_identifier_token7] = ACTIONS(2340), - [aux_sym_cmd_identifier_token8] = ACTIONS(2338), - [aux_sym_cmd_identifier_token9] = ACTIONS(2338), - [aux_sym_cmd_identifier_token10] = ACTIONS(2340), - [aux_sym_cmd_identifier_token11] = ACTIONS(2340), - [aux_sym_cmd_identifier_token12] = ACTIONS(2338), - [aux_sym_cmd_identifier_token13] = ACTIONS(2338), - [aux_sym_cmd_identifier_token14] = ACTIONS(2338), - [aux_sym_cmd_identifier_token15] = ACTIONS(2338), - [aux_sym_cmd_identifier_token16] = ACTIONS(2340), - [aux_sym_cmd_identifier_token17] = ACTIONS(2340), - [aux_sym_cmd_identifier_token18] = ACTIONS(2340), - [aux_sym_cmd_identifier_token19] = ACTIONS(2340), - [aux_sym_cmd_identifier_token20] = ACTIONS(2340), - [aux_sym_cmd_identifier_token21] = ACTIONS(2340), - [aux_sym_cmd_identifier_token22] = ACTIONS(2340), - [aux_sym_cmd_identifier_token23] = ACTIONS(2340), - [aux_sym_cmd_identifier_token24] = ACTIONS(2340), - [aux_sym_cmd_identifier_token25] = ACTIONS(2340), - [aux_sym_cmd_identifier_token26] = ACTIONS(2340), - [aux_sym_cmd_identifier_token27] = ACTIONS(2340), - [aux_sym_cmd_identifier_token28] = ACTIONS(2340), - [aux_sym_cmd_identifier_token29] = ACTIONS(2340), - [aux_sym_cmd_identifier_token30] = ACTIONS(2340), - [aux_sym_cmd_identifier_token31] = ACTIONS(2340), - [aux_sym_cmd_identifier_token32] = ACTIONS(2340), - [aux_sym_cmd_identifier_token33] = ACTIONS(2340), - [aux_sym_cmd_identifier_token34] = ACTIONS(2338), - [aux_sym_cmd_identifier_token35] = ACTIONS(2340), - [aux_sym_cmd_identifier_token36] = ACTIONS(2340), - [aux_sym_cmd_identifier_token37] = ACTIONS(2340), - [aux_sym_cmd_identifier_token38] = ACTIONS(2338), - [aux_sym_cmd_identifier_token39] = ACTIONS(2340), - [aux_sym_cmd_identifier_token40] = ACTIONS(2340), - [anon_sym_def] = ACTIONS(2338), - [anon_sym_export_DASHenv] = ACTIONS(2338), - [anon_sym_extern] = ACTIONS(2338), - [anon_sym_module] = ACTIONS(2338), - [anon_sym_use] = ACTIONS(2338), - [anon_sym_LPAREN] = ACTIONS(2340), - [anon_sym_DOLLAR] = ACTIONS(2340), - [anon_sym_error] = ACTIONS(2338), - [anon_sym_DASH2] = ACTIONS(2338), - [anon_sym_break] = ACTIONS(2338), - [anon_sym_continue] = ACTIONS(2338), - [anon_sym_for] = ACTIONS(2338), - [anon_sym_in2] = ACTIONS(2338), - [anon_sym_loop] = ACTIONS(2338), - [anon_sym_make] = ACTIONS(2338), - [anon_sym_while] = ACTIONS(2338), - [anon_sym_do] = ACTIONS(2338), - [anon_sym_if] = ACTIONS(2338), - [anon_sym_else] = ACTIONS(2338), - [anon_sym_match] = ACTIONS(2338), - [anon_sym_RBRACE] = ACTIONS(2340), - [anon_sym_try] = ACTIONS(2338), - [anon_sym_catch] = ACTIONS(2338), - [anon_sym_return] = ACTIONS(2338), - [anon_sym_source] = ACTIONS(2338), - [anon_sym_source_DASHenv] = ACTIONS(2338), - [anon_sym_register] = ACTIONS(2338), - [anon_sym_hide] = ACTIONS(2338), - [anon_sym_hide_DASHenv] = ACTIONS(2338), - [anon_sym_overlay] = ACTIONS(2338), - [anon_sym_as] = ACTIONS(2338), - [anon_sym_PLUS2] = ACTIONS(2338), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2340), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2340), - [aux_sym__val_number_decimal_token1] = ACTIONS(2338), - [aux_sym__val_number_decimal_token2] = ACTIONS(2340), - [aux_sym__val_number_decimal_token3] = ACTIONS(2340), - [aux_sym__val_number_decimal_token4] = ACTIONS(2340), - [aux_sym__val_number_token1] = ACTIONS(2340), - [aux_sym__val_number_token2] = ACTIONS(2340), - [aux_sym__val_number_token3] = ACTIONS(2340), - [aux_sym__val_number_token4] = ACTIONS(2338), - [aux_sym__val_number_token5] = ACTIONS(2338), - [aux_sym__val_number_token6] = ACTIONS(2338), - [anon_sym_DQUOTE] = ACTIONS(2340), - [sym__str_single_quotes] = ACTIONS(2340), - [sym__str_back_ticks] = ACTIONS(2340), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2340), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2340), + [sym_raw_string_begin] = ACTIONS(2003), }, - [729] = { - [sym_comment] = STATE(729), - [anon_sym_export] = ACTIONS(2481), - [anon_sym_alias] = ACTIONS(2481), - [anon_sym_let] = ACTIONS(2481), - [anon_sym_let_DASHenv] = ACTIONS(2481), - [anon_sym_mut] = ACTIONS(2481), - [anon_sym_const] = ACTIONS(2481), - [aux_sym_cmd_identifier_token1] = ACTIONS(2481), - [aux_sym_cmd_identifier_token2] = ACTIONS(2483), - [aux_sym_cmd_identifier_token3] = ACTIONS(2483), - [aux_sym_cmd_identifier_token4] = ACTIONS(2483), - [aux_sym_cmd_identifier_token5] = ACTIONS(2483), - [aux_sym_cmd_identifier_token6] = ACTIONS(2483), - [aux_sym_cmd_identifier_token7] = ACTIONS(2483), - [aux_sym_cmd_identifier_token8] = ACTIONS(2481), - [aux_sym_cmd_identifier_token9] = ACTIONS(2481), - [aux_sym_cmd_identifier_token10] = ACTIONS(2483), - [aux_sym_cmd_identifier_token11] = ACTIONS(2483), - [aux_sym_cmd_identifier_token12] = ACTIONS(2481), - [aux_sym_cmd_identifier_token13] = ACTIONS(2481), - [aux_sym_cmd_identifier_token14] = ACTIONS(2481), - [aux_sym_cmd_identifier_token15] = ACTIONS(2481), - [aux_sym_cmd_identifier_token16] = ACTIONS(2483), - [aux_sym_cmd_identifier_token17] = ACTIONS(2483), - [aux_sym_cmd_identifier_token18] = ACTIONS(2483), - [aux_sym_cmd_identifier_token19] = ACTIONS(2483), - [aux_sym_cmd_identifier_token20] = ACTIONS(2483), - [aux_sym_cmd_identifier_token21] = ACTIONS(2483), - [aux_sym_cmd_identifier_token22] = ACTIONS(2483), - [aux_sym_cmd_identifier_token23] = ACTIONS(2483), - [aux_sym_cmd_identifier_token24] = ACTIONS(2483), - [aux_sym_cmd_identifier_token25] = ACTIONS(2483), - [aux_sym_cmd_identifier_token26] = ACTIONS(2483), - [aux_sym_cmd_identifier_token27] = ACTIONS(2483), - [aux_sym_cmd_identifier_token28] = ACTIONS(2483), - [aux_sym_cmd_identifier_token29] = ACTIONS(2483), - [aux_sym_cmd_identifier_token30] = ACTIONS(2483), - [aux_sym_cmd_identifier_token31] = ACTIONS(2483), - [aux_sym_cmd_identifier_token32] = ACTIONS(2483), - [aux_sym_cmd_identifier_token33] = ACTIONS(2483), - [aux_sym_cmd_identifier_token34] = ACTIONS(2481), - [aux_sym_cmd_identifier_token35] = ACTIONS(2483), - [aux_sym_cmd_identifier_token36] = ACTIONS(2483), - [aux_sym_cmd_identifier_token37] = ACTIONS(2483), - [aux_sym_cmd_identifier_token38] = ACTIONS(2481), - [aux_sym_cmd_identifier_token39] = ACTIONS(2483), - [aux_sym_cmd_identifier_token40] = ACTIONS(2483), - [anon_sym_def] = ACTIONS(2481), - [anon_sym_export_DASHenv] = ACTIONS(2481), - [anon_sym_extern] = ACTIONS(2481), - [anon_sym_module] = ACTIONS(2481), - [anon_sym_use] = ACTIONS(2481), - [anon_sym_LPAREN] = ACTIONS(2483), - [anon_sym_DOLLAR] = ACTIONS(2483), - [anon_sym_error] = ACTIONS(2481), - [anon_sym_DASH2] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_for] = ACTIONS(2481), - [anon_sym_in2] = ACTIONS(2481), - [anon_sym_loop] = ACTIONS(2481), - [anon_sym_make] = ACTIONS(2481), - [anon_sym_while] = ACTIONS(2481), - [anon_sym_do] = ACTIONS(2481), - [anon_sym_if] = ACTIONS(2481), - [anon_sym_else] = ACTIONS(2481), - [anon_sym_match] = ACTIONS(2481), - [anon_sym_RBRACE] = ACTIONS(2483), - [anon_sym_try] = ACTIONS(2481), - [anon_sym_catch] = ACTIONS(2481), - [anon_sym_return] = ACTIONS(2481), - [anon_sym_source] = ACTIONS(2481), - [anon_sym_source_DASHenv] = ACTIONS(2481), - [anon_sym_register] = ACTIONS(2481), - [anon_sym_hide] = ACTIONS(2481), - [anon_sym_hide_DASHenv] = ACTIONS(2481), - [anon_sym_overlay] = ACTIONS(2481), - [anon_sym_as] = ACTIONS(2481), - [anon_sym_PLUS2] = ACTIONS(2481), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2483), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2483), - [aux_sym__val_number_decimal_token1] = ACTIONS(2481), - [aux_sym__val_number_decimal_token2] = ACTIONS(2483), - [aux_sym__val_number_decimal_token3] = ACTIONS(2483), - [aux_sym__val_number_decimal_token4] = ACTIONS(2483), - [aux_sym__val_number_token1] = ACTIONS(2483), - [aux_sym__val_number_token2] = ACTIONS(2483), - [aux_sym__val_number_token3] = ACTIONS(2483), - [aux_sym__val_number_token4] = ACTIONS(2481), - [aux_sym__val_number_token5] = ACTIONS(2481), - [aux_sym__val_number_token6] = ACTIONS(2481), - [anon_sym_DQUOTE] = ACTIONS(2483), - [sym__str_single_quotes] = ACTIONS(2483), - [sym__str_back_ticks] = ACTIONS(2483), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2483), + [705] = { + [sym_comment] = STATE(705), + [anon_sym_export] = ACTIONS(2009), + [anon_sym_alias] = ACTIONS(2009), + [anon_sym_let] = ACTIONS(2009), + [anon_sym_let_DASHenv] = ACTIONS(2009), + [anon_sym_mut] = ACTIONS(2009), + [anon_sym_const] = ACTIONS(2009), + [aux_sym_cmd_identifier_token1] = ACTIONS(2009), + [aux_sym_cmd_identifier_token2] = ACTIONS(2011), + [aux_sym_cmd_identifier_token3] = ACTIONS(2011), + [aux_sym_cmd_identifier_token4] = ACTIONS(2011), + [aux_sym_cmd_identifier_token5] = ACTIONS(2011), + [aux_sym_cmd_identifier_token6] = ACTIONS(2011), + [aux_sym_cmd_identifier_token7] = ACTIONS(2011), + [aux_sym_cmd_identifier_token8] = ACTIONS(2009), + [aux_sym_cmd_identifier_token9] = ACTIONS(2009), + [aux_sym_cmd_identifier_token10] = ACTIONS(2011), + [aux_sym_cmd_identifier_token11] = ACTIONS(2011), + [aux_sym_cmd_identifier_token12] = ACTIONS(2009), + [aux_sym_cmd_identifier_token13] = ACTIONS(2009), + [aux_sym_cmd_identifier_token14] = ACTIONS(2009), + [aux_sym_cmd_identifier_token15] = ACTIONS(2009), + [aux_sym_cmd_identifier_token16] = ACTIONS(2011), + [aux_sym_cmd_identifier_token17] = ACTIONS(2011), + [aux_sym_cmd_identifier_token18] = ACTIONS(2011), + [aux_sym_cmd_identifier_token19] = ACTIONS(2011), + [aux_sym_cmd_identifier_token20] = ACTIONS(2011), + [aux_sym_cmd_identifier_token21] = ACTIONS(2011), + [aux_sym_cmd_identifier_token22] = ACTIONS(2011), + [aux_sym_cmd_identifier_token23] = ACTIONS(2011), + [aux_sym_cmd_identifier_token24] = ACTIONS(2011), + [aux_sym_cmd_identifier_token25] = ACTIONS(2011), + [aux_sym_cmd_identifier_token26] = ACTIONS(2011), + [aux_sym_cmd_identifier_token27] = ACTIONS(2011), + [aux_sym_cmd_identifier_token28] = ACTIONS(2011), + [aux_sym_cmd_identifier_token29] = ACTIONS(2011), + [aux_sym_cmd_identifier_token30] = ACTIONS(2011), + [aux_sym_cmd_identifier_token31] = ACTIONS(2011), + [aux_sym_cmd_identifier_token32] = ACTIONS(2011), + [aux_sym_cmd_identifier_token33] = ACTIONS(2011), + [aux_sym_cmd_identifier_token34] = ACTIONS(2009), + [aux_sym_cmd_identifier_token35] = ACTIONS(2011), + [aux_sym_cmd_identifier_token36] = ACTIONS(2011), + [aux_sym_cmd_identifier_token37] = ACTIONS(2011), + [aux_sym_cmd_identifier_token38] = ACTIONS(2009), + [aux_sym_cmd_identifier_token39] = ACTIONS(2011), + [aux_sym_cmd_identifier_token40] = ACTIONS(2011), + [anon_sym_def] = ACTIONS(2009), + [anon_sym_export_DASHenv] = ACTIONS(2009), + [anon_sym_extern] = ACTIONS(2009), + [anon_sym_module] = ACTIONS(2009), + [anon_sym_use] = ACTIONS(2009), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_DOLLAR] = ACTIONS(2011), + [anon_sym_error] = ACTIONS(2009), + [anon_sym_DASH2] = ACTIONS(2009), + [anon_sym_break] = ACTIONS(2009), + [anon_sym_continue] = ACTIONS(2009), + [anon_sym_for] = ACTIONS(2009), + [anon_sym_in2] = ACTIONS(2009), + [anon_sym_loop] = ACTIONS(2009), + [anon_sym_make] = ACTIONS(2009), + [anon_sym_while] = ACTIONS(2009), + [anon_sym_do] = ACTIONS(2009), + [anon_sym_if] = ACTIONS(2009), + [anon_sym_else] = ACTIONS(2009), + [anon_sym_match] = ACTIONS(2009), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_try] = ACTIONS(2009), + [anon_sym_catch] = ACTIONS(2009), + [anon_sym_return] = ACTIONS(2009), + [anon_sym_source] = ACTIONS(2009), + [anon_sym_source_DASHenv] = ACTIONS(2009), + [anon_sym_register] = ACTIONS(2009), + [anon_sym_hide] = ACTIONS(2009), + [anon_sym_hide_DASHenv] = ACTIONS(2009), + [anon_sym_overlay] = ACTIONS(2009), + [anon_sym_as] = ACTIONS(2009), + [anon_sym_PLUS2] = ACTIONS(2009), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2011), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2011), + [aux_sym__val_number_decimal_token1] = ACTIONS(2009), + [aux_sym__val_number_decimal_token2] = ACTIONS(2011), + [aux_sym__val_number_decimal_token3] = ACTIONS(2011), + [aux_sym__val_number_decimal_token4] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2011), + [aux_sym__val_number_token2] = ACTIONS(2011), + [aux_sym__val_number_token3] = ACTIONS(2011), + [aux_sym__val_number_token4] = ACTIONS(2009), + [aux_sym__val_number_token5] = ACTIONS(2009), + [aux_sym__val_number_token6] = ACTIONS(2009), + [anon_sym_DQUOTE] = ACTIONS(2011), + [sym__str_single_quotes] = ACTIONS(2011), + [sym__str_back_ticks] = ACTIONS(2011), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2011), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2483), - }, - [730] = { - [sym_comment] = STATE(730), - [anon_sym_export] = ACTIONS(2342), - [anon_sym_alias] = ACTIONS(2342), - [anon_sym_let] = ACTIONS(2342), - [anon_sym_let_DASHenv] = ACTIONS(2342), - [anon_sym_mut] = ACTIONS(2342), - [anon_sym_const] = ACTIONS(2342), - [aux_sym_cmd_identifier_token1] = ACTIONS(2342), - [aux_sym_cmd_identifier_token2] = ACTIONS(2344), - [aux_sym_cmd_identifier_token3] = ACTIONS(2344), - [aux_sym_cmd_identifier_token4] = ACTIONS(2344), - [aux_sym_cmd_identifier_token5] = ACTIONS(2344), - [aux_sym_cmd_identifier_token6] = ACTIONS(2344), - [aux_sym_cmd_identifier_token7] = ACTIONS(2344), - [aux_sym_cmd_identifier_token8] = ACTIONS(2342), - [aux_sym_cmd_identifier_token9] = ACTIONS(2342), - [aux_sym_cmd_identifier_token10] = ACTIONS(2344), - [aux_sym_cmd_identifier_token11] = ACTIONS(2344), - [aux_sym_cmd_identifier_token12] = ACTIONS(2342), - [aux_sym_cmd_identifier_token13] = ACTIONS(2342), - [aux_sym_cmd_identifier_token14] = ACTIONS(2342), - [aux_sym_cmd_identifier_token15] = ACTIONS(2342), - [aux_sym_cmd_identifier_token16] = ACTIONS(2344), - [aux_sym_cmd_identifier_token17] = ACTIONS(2344), - [aux_sym_cmd_identifier_token18] = ACTIONS(2344), - [aux_sym_cmd_identifier_token19] = ACTIONS(2344), - [aux_sym_cmd_identifier_token20] = ACTIONS(2344), - [aux_sym_cmd_identifier_token21] = ACTIONS(2344), - [aux_sym_cmd_identifier_token22] = ACTIONS(2344), - [aux_sym_cmd_identifier_token23] = ACTIONS(2344), - [aux_sym_cmd_identifier_token24] = ACTIONS(2344), - [aux_sym_cmd_identifier_token25] = ACTIONS(2344), - [aux_sym_cmd_identifier_token26] = ACTIONS(2344), - [aux_sym_cmd_identifier_token27] = ACTIONS(2344), - [aux_sym_cmd_identifier_token28] = ACTIONS(2344), - [aux_sym_cmd_identifier_token29] = ACTIONS(2344), - [aux_sym_cmd_identifier_token30] = ACTIONS(2344), - [aux_sym_cmd_identifier_token31] = ACTIONS(2344), - [aux_sym_cmd_identifier_token32] = ACTIONS(2344), - [aux_sym_cmd_identifier_token33] = ACTIONS(2344), - [aux_sym_cmd_identifier_token34] = ACTIONS(2342), - [aux_sym_cmd_identifier_token35] = ACTIONS(2344), - [aux_sym_cmd_identifier_token36] = ACTIONS(2344), - [aux_sym_cmd_identifier_token37] = ACTIONS(2344), - [aux_sym_cmd_identifier_token38] = ACTIONS(2342), - [aux_sym_cmd_identifier_token39] = ACTIONS(2344), - [aux_sym_cmd_identifier_token40] = ACTIONS(2344), - [anon_sym_def] = ACTIONS(2342), - [anon_sym_export_DASHenv] = ACTIONS(2342), - [anon_sym_extern] = ACTIONS(2342), - [anon_sym_module] = ACTIONS(2342), - [anon_sym_use] = ACTIONS(2342), - [anon_sym_LPAREN] = ACTIONS(2344), - [anon_sym_DOLLAR] = ACTIONS(2344), - [anon_sym_error] = ACTIONS(2342), - [anon_sym_DASH2] = ACTIONS(2342), - [anon_sym_break] = ACTIONS(2342), - [anon_sym_continue] = ACTIONS(2342), - [anon_sym_for] = ACTIONS(2342), - [anon_sym_in2] = ACTIONS(2342), - [anon_sym_loop] = ACTIONS(2342), - [anon_sym_make] = ACTIONS(2342), - [anon_sym_while] = ACTIONS(2342), - [anon_sym_do] = ACTIONS(2342), - [anon_sym_if] = ACTIONS(2342), - [anon_sym_else] = ACTIONS(2342), - [anon_sym_match] = ACTIONS(2342), - [anon_sym_RBRACE] = ACTIONS(2344), - [anon_sym_try] = ACTIONS(2342), - [anon_sym_catch] = ACTIONS(2342), - [anon_sym_return] = ACTIONS(2342), - [anon_sym_source] = ACTIONS(2342), - [anon_sym_source_DASHenv] = ACTIONS(2342), - [anon_sym_register] = ACTIONS(2342), - [anon_sym_hide] = ACTIONS(2342), - [anon_sym_hide_DASHenv] = ACTIONS(2342), - [anon_sym_overlay] = ACTIONS(2342), - [anon_sym_as] = ACTIONS(2342), - [anon_sym_PLUS2] = ACTIONS(2342), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2344), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2344), - [aux_sym__val_number_decimal_token1] = ACTIONS(2342), - [aux_sym__val_number_decimal_token2] = ACTIONS(2344), - [aux_sym__val_number_decimal_token3] = ACTIONS(2344), - [aux_sym__val_number_decimal_token4] = ACTIONS(2344), - [aux_sym__val_number_token1] = ACTIONS(2344), - [aux_sym__val_number_token2] = ACTIONS(2344), - [aux_sym__val_number_token3] = ACTIONS(2344), - [aux_sym__val_number_token4] = ACTIONS(2342), - [aux_sym__val_number_token5] = ACTIONS(2342), - [aux_sym__val_number_token6] = ACTIONS(2342), - [anon_sym_DQUOTE] = ACTIONS(2344), - [sym__str_single_quotes] = ACTIONS(2344), - [sym__str_back_ticks] = ACTIONS(2344), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2344), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2344), - }, - [731] = { - [sym_comment] = STATE(731), - [anon_sym_export] = ACTIONS(2142), - [anon_sym_alias] = ACTIONS(2142), - [anon_sym_let] = ACTIONS(2142), - [anon_sym_let_DASHenv] = ACTIONS(2142), - [anon_sym_mut] = ACTIONS(2142), - [anon_sym_const] = ACTIONS(2142), - [aux_sym_cmd_identifier_token1] = ACTIONS(2142), - [aux_sym_cmd_identifier_token2] = ACTIONS(2148), - [aux_sym_cmd_identifier_token3] = ACTIONS(2148), - [aux_sym_cmd_identifier_token4] = ACTIONS(2148), - [aux_sym_cmd_identifier_token5] = ACTIONS(2148), - [aux_sym_cmd_identifier_token6] = ACTIONS(2148), - [aux_sym_cmd_identifier_token7] = ACTIONS(2148), - [aux_sym_cmd_identifier_token8] = ACTIONS(2142), - [aux_sym_cmd_identifier_token9] = ACTIONS(2142), - [aux_sym_cmd_identifier_token10] = ACTIONS(2148), - [aux_sym_cmd_identifier_token11] = ACTIONS(2148), - [aux_sym_cmd_identifier_token12] = ACTIONS(2142), - [aux_sym_cmd_identifier_token13] = ACTIONS(2142), - [aux_sym_cmd_identifier_token14] = ACTIONS(2142), - [aux_sym_cmd_identifier_token15] = ACTIONS(2142), - [aux_sym_cmd_identifier_token16] = ACTIONS(2148), - [aux_sym_cmd_identifier_token17] = ACTIONS(2148), - [aux_sym_cmd_identifier_token18] = ACTIONS(2148), - [aux_sym_cmd_identifier_token19] = ACTIONS(2148), - [aux_sym_cmd_identifier_token20] = ACTIONS(2148), - [aux_sym_cmd_identifier_token21] = ACTIONS(2148), - [aux_sym_cmd_identifier_token22] = ACTIONS(2148), - [aux_sym_cmd_identifier_token23] = ACTIONS(2148), - [aux_sym_cmd_identifier_token24] = ACTIONS(2148), - [aux_sym_cmd_identifier_token25] = ACTIONS(2148), - [aux_sym_cmd_identifier_token26] = ACTIONS(2148), - [aux_sym_cmd_identifier_token27] = ACTIONS(2148), - [aux_sym_cmd_identifier_token28] = ACTIONS(2148), - [aux_sym_cmd_identifier_token29] = ACTIONS(2148), - [aux_sym_cmd_identifier_token30] = ACTIONS(2148), - [aux_sym_cmd_identifier_token31] = ACTIONS(2148), - [aux_sym_cmd_identifier_token32] = ACTIONS(2148), - [aux_sym_cmd_identifier_token33] = ACTIONS(2148), - [aux_sym_cmd_identifier_token34] = ACTIONS(2142), - [aux_sym_cmd_identifier_token35] = ACTIONS(2148), - [aux_sym_cmd_identifier_token36] = ACTIONS(2148), - [aux_sym_cmd_identifier_token37] = ACTIONS(2148), - [aux_sym_cmd_identifier_token38] = ACTIONS(2142), - [aux_sym_cmd_identifier_token39] = ACTIONS(2148), - [aux_sym_cmd_identifier_token40] = ACTIONS(2148), - [anon_sym_def] = ACTIONS(2142), - [anon_sym_export_DASHenv] = ACTIONS(2142), - [anon_sym_extern] = ACTIONS(2142), - [anon_sym_module] = ACTIONS(2142), - [anon_sym_use] = ACTIONS(2142), - [anon_sym_LPAREN] = ACTIONS(2148), - [anon_sym_DOLLAR] = ACTIONS(2148), - [anon_sym_error] = ACTIONS(2142), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_break] = ACTIONS(2142), - [anon_sym_continue] = ACTIONS(2142), - [anon_sym_for] = ACTIONS(2142), - [anon_sym_in2] = ACTIONS(2142), - [anon_sym_loop] = ACTIONS(2142), - [anon_sym_make] = ACTIONS(2142), - [anon_sym_while] = ACTIONS(2142), - [anon_sym_do] = ACTIONS(2142), - [anon_sym_if] = ACTIONS(2142), - [anon_sym_else] = ACTIONS(2142), - [anon_sym_match] = ACTIONS(2142), - [anon_sym_RBRACE] = ACTIONS(2148), - [anon_sym_try] = ACTIONS(2142), - [anon_sym_catch] = ACTIONS(2142), - [anon_sym_return] = ACTIONS(2142), - [anon_sym_source] = ACTIONS(2142), - [anon_sym_source_DASHenv] = ACTIONS(2142), - [anon_sym_register] = ACTIONS(2142), - [anon_sym_hide] = ACTIONS(2142), - [anon_sym_hide_DASHenv] = ACTIONS(2142), - [anon_sym_overlay] = ACTIONS(2142), - [anon_sym_as] = ACTIONS(2142), - [anon_sym_PLUS2] = ACTIONS(2142), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2148), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2148), - [aux_sym__val_number_decimal_token3] = ACTIONS(2148), - [aux_sym__val_number_decimal_token4] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2142), - [aux_sym__val_number_token5] = ACTIONS(2142), - [aux_sym__val_number_token6] = ACTIONS(2142), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2148), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2148), + [sym_raw_string_begin] = ACTIONS(2011), }, - [732] = { - [sym_comment] = STATE(732), - [anon_sym_export] = ACTIONS(2150), - [anon_sym_alias] = ACTIONS(2150), - [anon_sym_let] = ACTIONS(2150), - [anon_sym_let_DASHenv] = ACTIONS(2150), - [anon_sym_mut] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [aux_sym_cmd_identifier_token1] = ACTIONS(2150), - [aux_sym_cmd_identifier_token2] = ACTIONS(2156), - [aux_sym_cmd_identifier_token3] = ACTIONS(2156), - [aux_sym_cmd_identifier_token4] = ACTIONS(2156), - [aux_sym_cmd_identifier_token5] = ACTIONS(2156), - [aux_sym_cmd_identifier_token6] = ACTIONS(2156), - [aux_sym_cmd_identifier_token7] = ACTIONS(2156), - [aux_sym_cmd_identifier_token8] = ACTIONS(2150), - [aux_sym_cmd_identifier_token9] = ACTIONS(2150), - [aux_sym_cmd_identifier_token10] = ACTIONS(2156), - [aux_sym_cmd_identifier_token11] = ACTIONS(2156), - [aux_sym_cmd_identifier_token12] = ACTIONS(2150), - [aux_sym_cmd_identifier_token13] = ACTIONS(2150), - [aux_sym_cmd_identifier_token14] = ACTIONS(2150), - [aux_sym_cmd_identifier_token15] = ACTIONS(2150), - [aux_sym_cmd_identifier_token16] = ACTIONS(2156), - [aux_sym_cmd_identifier_token17] = ACTIONS(2156), - [aux_sym_cmd_identifier_token18] = ACTIONS(2156), - [aux_sym_cmd_identifier_token19] = ACTIONS(2156), - [aux_sym_cmd_identifier_token20] = ACTIONS(2156), - [aux_sym_cmd_identifier_token21] = ACTIONS(2156), - [aux_sym_cmd_identifier_token22] = ACTIONS(2156), - [aux_sym_cmd_identifier_token23] = ACTIONS(2156), - [aux_sym_cmd_identifier_token24] = ACTIONS(2156), - [aux_sym_cmd_identifier_token25] = ACTIONS(2156), - [aux_sym_cmd_identifier_token26] = ACTIONS(2156), - [aux_sym_cmd_identifier_token27] = ACTIONS(2156), - [aux_sym_cmd_identifier_token28] = ACTIONS(2156), - [aux_sym_cmd_identifier_token29] = ACTIONS(2156), - [aux_sym_cmd_identifier_token30] = ACTIONS(2156), - [aux_sym_cmd_identifier_token31] = ACTIONS(2156), - [aux_sym_cmd_identifier_token32] = ACTIONS(2156), - [aux_sym_cmd_identifier_token33] = ACTIONS(2156), - [aux_sym_cmd_identifier_token34] = ACTIONS(2150), - [aux_sym_cmd_identifier_token35] = ACTIONS(2156), - [aux_sym_cmd_identifier_token36] = ACTIONS(2156), - [aux_sym_cmd_identifier_token37] = ACTIONS(2156), - [aux_sym_cmd_identifier_token38] = ACTIONS(2150), - [aux_sym_cmd_identifier_token39] = ACTIONS(2156), - [aux_sym_cmd_identifier_token40] = ACTIONS(2156), - [anon_sym_def] = ACTIONS(2150), - [anon_sym_export_DASHenv] = ACTIONS(2150), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_module] = ACTIONS(2150), - [anon_sym_use] = ACTIONS(2150), - [anon_sym_LPAREN] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2156), - [anon_sym_error] = ACTIONS(2150), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_in2] = ACTIONS(2150), - [anon_sym_loop] = ACTIONS(2150), - [anon_sym_make] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_do] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_else] = ACTIONS(2150), - [anon_sym_match] = ACTIONS(2150), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_try] = ACTIONS(2150), - [anon_sym_catch] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_source] = ACTIONS(2150), - [anon_sym_source_DASHenv] = ACTIONS(2150), - [anon_sym_register] = ACTIONS(2150), - [anon_sym_hide] = ACTIONS(2150), - [anon_sym_hide_DASHenv] = ACTIONS(2150), - [anon_sym_overlay] = ACTIONS(2150), - [anon_sym_as] = ACTIONS(2150), - [anon_sym_PLUS2] = ACTIONS(2150), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2156), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2156), - [aux_sym__val_number_decimal_token3] = ACTIONS(2156), - [aux_sym__val_number_decimal_token4] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2150), - [aux_sym__val_number_token5] = ACTIONS(2150), - [aux_sym__val_number_token6] = ACTIONS(2150), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2156), + [706] = { + [sym_comment] = STATE(706), + [anon_sym_export] = ACTIONS(2467), + [anon_sym_alias] = ACTIONS(2467), + [anon_sym_let] = ACTIONS(2467), + [anon_sym_let_DASHenv] = ACTIONS(2467), + [anon_sym_mut] = ACTIONS(2467), + [anon_sym_const] = ACTIONS(2467), + [aux_sym_cmd_identifier_token1] = ACTIONS(2467), + [aux_sym_cmd_identifier_token2] = ACTIONS(2469), + [aux_sym_cmd_identifier_token3] = ACTIONS(2469), + [aux_sym_cmd_identifier_token4] = ACTIONS(2469), + [aux_sym_cmd_identifier_token5] = ACTIONS(2469), + [aux_sym_cmd_identifier_token6] = ACTIONS(2469), + [aux_sym_cmd_identifier_token7] = ACTIONS(2469), + [aux_sym_cmd_identifier_token8] = ACTIONS(2467), + [aux_sym_cmd_identifier_token9] = ACTIONS(2467), + [aux_sym_cmd_identifier_token10] = ACTIONS(2469), + [aux_sym_cmd_identifier_token11] = ACTIONS(2469), + [aux_sym_cmd_identifier_token12] = ACTIONS(2467), + [aux_sym_cmd_identifier_token13] = ACTIONS(2467), + [aux_sym_cmd_identifier_token14] = ACTIONS(2467), + [aux_sym_cmd_identifier_token15] = ACTIONS(2467), + [aux_sym_cmd_identifier_token16] = ACTIONS(2469), + [aux_sym_cmd_identifier_token17] = ACTIONS(2469), + [aux_sym_cmd_identifier_token18] = ACTIONS(2469), + [aux_sym_cmd_identifier_token19] = ACTIONS(2469), + [aux_sym_cmd_identifier_token20] = ACTIONS(2469), + [aux_sym_cmd_identifier_token21] = ACTIONS(2469), + [aux_sym_cmd_identifier_token22] = ACTIONS(2469), + [aux_sym_cmd_identifier_token23] = ACTIONS(2469), + [aux_sym_cmd_identifier_token24] = ACTIONS(2469), + [aux_sym_cmd_identifier_token25] = ACTIONS(2469), + [aux_sym_cmd_identifier_token26] = ACTIONS(2469), + [aux_sym_cmd_identifier_token27] = ACTIONS(2469), + [aux_sym_cmd_identifier_token28] = ACTIONS(2469), + [aux_sym_cmd_identifier_token29] = ACTIONS(2469), + [aux_sym_cmd_identifier_token30] = ACTIONS(2469), + [aux_sym_cmd_identifier_token31] = ACTIONS(2469), + [aux_sym_cmd_identifier_token32] = ACTIONS(2469), + [aux_sym_cmd_identifier_token33] = ACTIONS(2469), + [aux_sym_cmd_identifier_token34] = ACTIONS(2467), + [aux_sym_cmd_identifier_token35] = ACTIONS(2469), + [aux_sym_cmd_identifier_token36] = ACTIONS(2469), + [aux_sym_cmd_identifier_token37] = ACTIONS(2469), + [aux_sym_cmd_identifier_token38] = ACTIONS(2467), + [aux_sym_cmd_identifier_token39] = ACTIONS(2469), + [aux_sym_cmd_identifier_token40] = ACTIONS(2469), + [anon_sym_def] = ACTIONS(2467), + [anon_sym_export_DASHenv] = ACTIONS(2467), + [anon_sym_extern] = ACTIONS(2467), + [anon_sym_module] = ACTIONS(2467), + [anon_sym_use] = ACTIONS(2467), + [anon_sym_LPAREN] = ACTIONS(2469), + [anon_sym_DOLLAR] = ACTIONS(2469), + [anon_sym_error] = ACTIONS(2467), + [anon_sym_DASH2] = ACTIONS(2467), + [anon_sym_break] = ACTIONS(2467), + [anon_sym_continue] = ACTIONS(2467), + [anon_sym_for] = ACTIONS(2467), + [anon_sym_in2] = ACTIONS(2467), + [anon_sym_loop] = ACTIONS(2467), + [anon_sym_make] = ACTIONS(2467), + [anon_sym_while] = ACTIONS(2467), + [anon_sym_do] = ACTIONS(2467), + [anon_sym_if] = ACTIONS(2467), + [anon_sym_else] = ACTIONS(2467), + [anon_sym_match] = ACTIONS(2467), + [anon_sym_RBRACE] = ACTIONS(2469), + [anon_sym_try] = ACTIONS(2467), + [anon_sym_catch] = ACTIONS(2467), + [anon_sym_return] = ACTIONS(2467), + [anon_sym_source] = ACTIONS(2467), + [anon_sym_source_DASHenv] = ACTIONS(2467), + [anon_sym_register] = ACTIONS(2467), + [anon_sym_hide] = ACTIONS(2467), + [anon_sym_hide_DASHenv] = ACTIONS(2467), + [anon_sym_overlay] = ACTIONS(2467), + [anon_sym_as] = ACTIONS(2467), + [anon_sym_PLUS2] = ACTIONS(2467), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2469), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2469), + [aux_sym__val_number_decimal_token1] = ACTIONS(2467), + [aux_sym__val_number_decimal_token2] = ACTIONS(2469), + [aux_sym__val_number_decimal_token3] = ACTIONS(2469), + [aux_sym__val_number_decimal_token4] = ACTIONS(2469), + [aux_sym__val_number_token1] = ACTIONS(2469), + [aux_sym__val_number_token2] = ACTIONS(2469), + [aux_sym__val_number_token3] = ACTIONS(2469), + [aux_sym__val_number_token4] = ACTIONS(2467), + [aux_sym__val_number_token5] = ACTIONS(2467), + [aux_sym__val_number_token6] = ACTIONS(2467), + [anon_sym_DQUOTE] = ACTIONS(2469), + [sym__str_single_quotes] = ACTIONS(2469), + [sym__str_back_ticks] = ACTIONS(2469), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2469), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2156), - }, - [733] = { - [sym_comment] = STATE(733), - [anon_sym_export] = ACTIONS(2346), - [anon_sym_alias] = ACTIONS(2346), - [anon_sym_let] = ACTIONS(2346), - [anon_sym_let_DASHenv] = ACTIONS(2346), - [anon_sym_mut] = ACTIONS(2346), - [anon_sym_const] = ACTIONS(2346), - [aux_sym_cmd_identifier_token1] = ACTIONS(2346), - [aux_sym_cmd_identifier_token2] = ACTIONS(2348), - [aux_sym_cmd_identifier_token3] = ACTIONS(2348), - [aux_sym_cmd_identifier_token4] = ACTIONS(2348), - [aux_sym_cmd_identifier_token5] = ACTIONS(2348), - [aux_sym_cmd_identifier_token6] = ACTIONS(2348), - [aux_sym_cmd_identifier_token7] = ACTIONS(2348), - [aux_sym_cmd_identifier_token8] = ACTIONS(2346), - [aux_sym_cmd_identifier_token9] = ACTIONS(2346), - [aux_sym_cmd_identifier_token10] = ACTIONS(2348), - [aux_sym_cmd_identifier_token11] = ACTIONS(2348), - [aux_sym_cmd_identifier_token12] = ACTIONS(2346), - [aux_sym_cmd_identifier_token13] = ACTIONS(2346), - [aux_sym_cmd_identifier_token14] = ACTIONS(2346), - [aux_sym_cmd_identifier_token15] = ACTIONS(2346), - [aux_sym_cmd_identifier_token16] = ACTIONS(2348), - [aux_sym_cmd_identifier_token17] = ACTIONS(2348), - [aux_sym_cmd_identifier_token18] = ACTIONS(2348), - [aux_sym_cmd_identifier_token19] = ACTIONS(2348), - [aux_sym_cmd_identifier_token20] = ACTIONS(2348), - [aux_sym_cmd_identifier_token21] = ACTIONS(2348), - [aux_sym_cmd_identifier_token22] = ACTIONS(2348), - [aux_sym_cmd_identifier_token23] = ACTIONS(2348), - [aux_sym_cmd_identifier_token24] = ACTIONS(2348), - [aux_sym_cmd_identifier_token25] = ACTIONS(2348), - [aux_sym_cmd_identifier_token26] = ACTIONS(2348), - [aux_sym_cmd_identifier_token27] = ACTIONS(2348), - [aux_sym_cmd_identifier_token28] = ACTIONS(2348), - [aux_sym_cmd_identifier_token29] = ACTIONS(2348), - [aux_sym_cmd_identifier_token30] = ACTIONS(2348), - [aux_sym_cmd_identifier_token31] = ACTIONS(2348), - [aux_sym_cmd_identifier_token32] = ACTIONS(2348), - [aux_sym_cmd_identifier_token33] = ACTIONS(2348), - [aux_sym_cmd_identifier_token34] = ACTIONS(2346), - [aux_sym_cmd_identifier_token35] = ACTIONS(2348), - [aux_sym_cmd_identifier_token36] = ACTIONS(2348), - [aux_sym_cmd_identifier_token37] = ACTIONS(2348), - [aux_sym_cmd_identifier_token38] = ACTIONS(2346), - [aux_sym_cmd_identifier_token39] = ACTIONS(2348), - [aux_sym_cmd_identifier_token40] = ACTIONS(2348), - [anon_sym_def] = ACTIONS(2346), - [anon_sym_export_DASHenv] = ACTIONS(2346), - [anon_sym_extern] = ACTIONS(2346), - [anon_sym_module] = ACTIONS(2346), - [anon_sym_use] = ACTIONS(2346), - [anon_sym_LPAREN] = ACTIONS(2348), - [anon_sym_DOLLAR] = ACTIONS(2348), - [anon_sym_error] = ACTIONS(2346), - [anon_sym_DASH2] = ACTIONS(2346), - [anon_sym_break] = ACTIONS(2346), - [anon_sym_continue] = ACTIONS(2346), - [anon_sym_for] = ACTIONS(2346), - [anon_sym_in2] = ACTIONS(2346), - [anon_sym_loop] = ACTIONS(2346), - [anon_sym_make] = ACTIONS(2346), - [anon_sym_while] = ACTIONS(2346), - [anon_sym_do] = ACTIONS(2346), - [anon_sym_if] = ACTIONS(2346), - [anon_sym_else] = ACTIONS(2346), - [anon_sym_match] = ACTIONS(2346), - [anon_sym_RBRACE] = ACTIONS(2348), - [anon_sym_try] = ACTIONS(2346), - [anon_sym_catch] = ACTIONS(2346), - [anon_sym_return] = ACTIONS(2346), - [anon_sym_source] = ACTIONS(2346), - [anon_sym_source_DASHenv] = ACTIONS(2346), - [anon_sym_register] = ACTIONS(2346), - [anon_sym_hide] = ACTIONS(2346), - [anon_sym_hide_DASHenv] = ACTIONS(2346), - [anon_sym_overlay] = ACTIONS(2346), - [anon_sym_as] = ACTIONS(2346), - [anon_sym_PLUS2] = ACTIONS(2346), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2348), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2348), - [aux_sym__val_number_decimal_token1] = ACTIONS(2346), - [aux_sym__val_number_decimal_token2] = ACTIONS(2348), - [aux_sym__val_number_decimal_token3] = ACTIONS(2348), - [aux_sym__val_number_decimal_token4] = ACTIONS(2348), - [aux_sym__val_number_token1] = ACTIONS(2348), - [aux_sym__val_number_token2] = ACTIONS(2348), - [aux_sym__val_number_token3] = ACTIONS(2348), - [aux_sym__val_number_token4] = ACTIONS(2346), - [aux_sym__val_number_token5] = ACTIONS(2346), - [aux_sym__val_number_token6] = ACTIONS(2346), - [anon_sym_DQUOTE] = ACTIONS(2348), - [sym__str_single_quotes] = ACTIONS(2348), - [sym__str_back_ticks] = ACTIONS(2348), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2348), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2348), - }, - [734] = { - [sym_comment] = STATE(734), - [anon_sym_export] = ACTIONS(2350), - [anon_sym_alias] = ACTIONS(2350), - [anon_sym_let] = ACTIONS(2350), - [anon_sym_let_DASHenv] = ACTIONS(2350), - [anon_sym_mut] = ACTIONS(2350), - [anon_sym_const] = ACTIONS(2350), - [aux_sym_cmd_identifier_token1] = ACTIONS(2350), - [aux_sym_cmd_identifier_token2] = ACTIONS(2352), - [aux_sym_cmd_identifier_token3] = ACTIONS(2352), - [aux_sym_cmd_identifier_token4] = ACTIONS(2352), - [aux_sym_cmd_identifier_token5] = ACTIONS(2352), - [aux_sym_cmd_identifier_token6] = ACTIONS(2352), - [aux_sym_cmd_identifier_token7] = ACTIONS(2352), - [aux_sym_cmd_identifier_token8] = ACTIONS(2350), - [aux_sym_cmd_identifier_token9] = ACTIONS(2350), - [aux_sym_cmd_identifier_token10] = ACTIONS(2352), - [aux_sym_cmd_identifier_token11] = ACTIONS(2352), - [aux_sym_cmd_identifier_token12] = ACTIONS(2350), - [aux_sym_cmd_identifier_token13] = ACTIONS(2350), - [aux_sym_cmd_identifier_token14] = ACTIONS(2350), - [aux_sym_cmd_identifier_token15] = ACTIONS(2350), - [aux_sym_cmd_identifier_token16] = ACTIONS(2352), - [aux_sym_cmd_identifier_token17] = ACTIONS(2352), - [aux_sym_cmd_identifier_token18] = ACTIONS(2352), - [aux_sym_cmd_identifier_token19] = ACTIONS(2352), - [aux_sym_cmd_identifier_token20] = ACTIONS(2352), - [aux_sym_cmd_identifier_token21] = ACTIONS(2352), - [aux_sym_cmd_identifier_token22] = ACTIONS(2352), - [aux_sym_cmd_identifier_token23] = ACTIONS(2352), - [aux_sym_cmd_identifier_token24] = ACTIONS(2352), - [aux_sym_cmd_identifier_token25] = ACTIONS(2352), - [aux_sym_cmd_identifier_token26] = ACTIONS(2352), - [aux_sym_cmd_identifier_token27] = ACTIONS(2352), - [aux_sym_cmd_identifier_token28] = ACTIONS(2352), - [aux_sym_cmd_identifier_token29] = ACTIONS(2352), - [aux_sym_cmd_identifier_token30] = ACTIONS(2352), - [aux_sym_cmd_identifier_token31] = ACTIONS(2352), - [aux_sym_cmd_identifier_token32] = ACTIONS(2352), - [aux_sym_cmd_identifier_token33] = ACTIONS(2352), - [aux_sym_cmd_identifier_token34] = ACTIONS(2350), - [aux_sym_cmd_identifier_token35] = ACTIONS(2352), - [aux_sym_cmd_identifier_token36] = ACTIONS(2352), - [aux_sym_cmd_identifier_token37] = ACTIONS(2352), - [aux_sym_cmd_identifier_token38] = ACTIONS(2350), - [aux_sym_cmd_identifier_token39] = ACTIONS(2352), - [aux_sym_cmd_identifier_token40] = ACTIONS(2352), - [anon_sym_def] = ACTIONS(2350), - [anon_sym_export_DASHenv] = ACTIONS(2350), - [anon_sym_extern] = ACTIONS(2350), - [anon_sym_module] = ACTIONS(2350), - [anon_sym_use] = ACTIONS(2350), - [anon_sym_LPAREN] = ACTIONS(2352), - [anon_sym_DOLLAR] = ACTIONS(2352), - [anon_sym_error] = ACTIONS(2350), - [anon_sym_DASH2] = ACTIONS(2350), - [anon_sym_break] = ACTIONS(2350), - [anon_sym_continue] = ACTIONS(2350), - [anon_sym_for] = ACTIONS(2350), - [anon_sym_in2] = ACTIONS(2350), - [anon_sym_loop] = ACTIONS(2350), - [anon_sym_make] = ACTIONS(2350), - [anon_sym_while] = ACTIONS(2350), - [anon_sym_do] = ACTIONS(2350), - [anon_sym_if] = ACTIONS(2350), - [anon_sym_else] = ACTIONS(2350), - [anon_sym_match] = ACTIONS(2350), - [anon_sym_RBRACE] = ACTIONS(2352), - [anon_sym_try] = ACTIONS(2350), - [anon_sym_catch] = ACTIONS(2350), - [anon_sym_return] = ACTIONS(2350), - [anon_sym_source] = ACTIONS(2350), - [anon_sym_source_DASHenv] = ACTIONS(2350), - [anon_sym_register] = ACTIONS(2350), - [anon_sym_hide] = ACTIONS(2350), - [anon_sym_hide_DASHenv] = ACTIONS(2350), - [anon_sym_overlay] = ACTIONS(2350), - [anon_sym_as] = ACTIONS(2350), - [anon_sym_PLUS2] = ACTIONS(2350), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2352), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2352), - [aux_sym__val_number_decimal_token1] = ACTIONS(2350), - [aux_sym__val_number_decimal_token2] = ACTIONS(2352), - [aux_sym__val_number_decimal_token3] = ACTIONS(2352), - [aux_sym__val_number_decimal_token4] = ACTIONS(2352), - [aux_sym__val_number_token1] = ACTIONS(2352), - [aux_sym__val_number_token2] = ACTIONS(2352), - [aux_sym__val_number_token3] = ACTIONS(2352), - [aux_sym__val_number_token4] = ACTIONS(2350), - [aux_sym__val_number_token5] = ACTIONS(2350), - [aux_sym__val_number_token6] = ACTIONS(2350), - [anon_sym_DQUOTE] = ACTIONS(2352), - [sym__str_single_quotes] = ACTIONS(2352), - [sym__str_back_ticks] = ACTIONS(2352), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2352), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2352), - }, - [735] = { - [sym_comment] = STATE(735), - [anon_sym_export] = ACTIONS(2493), - [anon_sym_alias] = ACTIONS(2493), - [anon_sym_let] = ACTIONS(2493), - [anon_sym_let_DASHenv] = ACTIONS(2493), - [anon_sym_mut] = ACTIONS(2493), - [anon_sym_const] = ACTIONS(2493), - [aux_sym_cmd_identifier_token1] = ACTIONS(2493), - [aux_sym_cmd_identifier_token2] = ACTIONS(2495), - [aux_sym_cmd_identifier_token3] = ACTIONS(2495), - [aux_sym_cmd_identifier_token4] = ACTIONS(2495), - [aux_sym_cmd_identifier_token5] = ACTIONS(2495), - [aux_sym_cmd_identifier_token6] = ACTIONS(2495), - [aux_sym_cmd_identifier_token7] = ACTIONS(2495), - [aux_sym_cmd_identifier_token8] = ACTIONS(2493), - [aux_sym_cmd_identifier_token9] = ACTIONS(2493), - [aux_sym_cmd_identifier_token10] = ACTIONS(2495), - [aux_sym_cmd_identifier_token11] = ACTIONS(2495), - [aux_sym_cmd_identifier_token12] = ACTIONS(2493), - [aux_sym_cmd_identifier_token13] = ACTIONS(2493), - [aux_sym_cmd_identifier_token14] = ACTIONS(2493), - [aux_sym_cmd_identifier_token15] = ACTIONS(2493), - [aux_sym_cmd_identifier_token16] = ACTIONS(2495), - [aux_sym_cmd_identifier_token17] = ACTIONS(2495), - [aux_sym_cmd_identifier_token18] = ACTIONS(2495), - [aux_sym_cmd_identifier_token19] = ACTIONS(2495), - [aux_sym_cmd_identifier_token20] = ACTIONS(2495), - [aux_sym_cmd_identifier_token21] = ACTIONS(2495), - [aux_sym_cmd_identifier_token22] = ACTIONS(2495), - [aux_sym_cmd_identifier_token23] = ACTIONS(2495), - [aux_sym_cmd_identifier_token24] = ACTIONS(2495), - [aux_sym_cmd_identifier_token25] = ACTIONS(2495), - [aux_sym_cmd_identifier_token26] = ACTIONS(2495), - [aux_sym_cmd_identifier_token27] = ACTIONS(2495), - [aux_sym_cmd_identifier_token28] = ACTIONS(2495), - [aux_sym_cmd_identifier_token29] = ACTIONS(2495), - [aux_sym_cmd_identifier_token30] = ACTIONS(2495), - [aux_sym_cmd_identifier_token31] = ACTIONS(2495), - [aux_sym_cmd_identifier_token32] = ACTIONS(2495), - [aux_sym_cmd_identifier_token33] = ACTIONS(2495), - [aux_sym_cmd_identifier_token34] = ACTIONS(2493), - [aux_sym_cmd_identifier_token35] = ACTIONS(2495), - [aux_sym_cmd_identifier_token36] = ACTIONS(2495), - [aux_sym_cmd_identifier_token37] = ACTIONS(2495), - [aux_sym_cmd_identifier_token38] = ACTIONS(2493), - [aux_sym_cmd_identifier_token39] = ACTIONS(2495), - [aux_sym_cmd_identifier_token40] = ACTIONS(2495), - [anon_sym_def] = ACTIONS(2493), - [anon_sym_export_DASHenv] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2493), - [anon_sym_module] = ACTIONS(2493), - [anon_sym_use] = ACTIONS(2493), - [anon_sym_LPAREN] = ACTIONS(2495), - [anon_sym_DOLLAR] = ACTIONS(2495), - [anon_sym_error] = ACTIONS(2493), - [anon_sym_DASH2] = ACTIONS(2493), - [anon_sym_break] = ACTIONS(2493), - [anon_sym_continue] = ACTIONS(2493), - [anon_sym_for] = ACTIONS(2493), - [anon_sym_in2] = ACTIONS(2493), - [anon_sym_loop] = ACTIONS(2493), - [anon_sym_make] = ACTIONS(2493), - [anon_sym_while] = ACTIONS(2493), - [anon_sym_do] = ACTIONS(2493), - [anon_sym_if] = ACTIONS(2493), - [anon_sym_else] = ACTIONS(2493), - [anon_sym_match] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2495), - [anon_sym_try] = ACTIONS(2493), - [anon_sym_catch] = ACTIONS(2493), - [anon_sym_return] = ACTIONS(2493), - [anon_sym_source] = ACTIONS(2493), - [anon_sym_source_DASHenv] = ACTIONS(2493), - [anon_sym_register] = ACTIONS(2493), - [anon_sym_hide] = ACTIONS(2493), - [anon_sym_hide_DASHenv] = ACTIONS(2493), - [anon_sym_overlay] = ACTIONS(2493), - [anon_sym_as] = ACTIONS(2493), - [anon_sym_PLUS2] = ACTIONS(2493), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2495), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2495), - [aux_sym__val_number_decimal_token1] = ACTIONS(2493), - [aux_sym__val_number_decimal_token2] = ACTIONS(2495), - [aux_sym__val_number_decimal_token3] = ACTIONS(2495), - [aux_sym__val_number_decimal_token4] = ACTIONS(2495), - [aux_sym__val_number_token1] = ACTIONS(2495), - [aux_sym__val_number_token2] = ACTIONS(2495), - [aux_sym__val_number_token3] = ACTIONS(2495), - [aux_sym__val_number_token4] = ACTIONS(2493), - [aux_sym__val_number_token5] = ACTIONS(2493), - [aux_sym__val_number_token6] = ACTIONS(2493), - [anon_sym_DQUOTE] = ACTIONS(2495), - [sym__str_single_quotes] = ACTIONS(2495), - [sym__str_back_ticks] = ACTIONS(2495), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2495), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2495), + [sym_raw_string_begin] = ACTIONS(2469), }, - [736] = { - [sym_comment] = STATE(736), - [anon_sym_export] = ACTIONS(2497), - [anon_sym_alias] = ACTIONS(2497), - [anon_sym_let] = ACTIONS(2497), - [anon_sym_let_DASHenv] = ACTIONS(2497), - [anon_sym_mut] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [aux_sym_cmd_identifier_token1] = ACTIONS(2497), - [aux_sym_cmd_identifier_token2] = ACTIONS(2499), - [aux_sym_cmd_identifier_token3] = ACTIONS(2499), - [aux_sym_cmd_identifier_token4] = ACTIONS(2499), - [aux_sym_cmd_identifier_token5] = ACTIONS(2499), - [aux_sym_cmd_identifier_token6] = ACTIONS(2499), - [aux_sym_cmd_identifier_token7] = ACTIONS(2499), - [aux_sym_cmd_identifier_token8] = ACTIONS(2497), - [aux_sym_cmd_identifier_token9] = ACTIONS(2497), - [aux_sym_cmd_identifier_token10] = ACTIONS(2499), - [aux_sym_cmd_identifier_token11] = ACTIONS(2499), - [aux_sym_cmd_identifier_token12] = ACTIONS(2497), - [aux_sym_cmd_identifier_token13] = ACTIONS(2497), - [aux_sym_cmd_identifier_token14] = ACTIONS(2497), - [aux_sym_cmd_identifier_token15] = ACTIONS(2497), - [aux_sym_cmd_identifier_token16] = ACTIONS(2499), - [aux_sym_cmd_identifier_token17] = ACTIONS(2499), - [aux_sym_cmd_identifier_token18] = ACTIONS(2499), - [aux_sym_cmd_identifier_token19] = ACTIONS(2499), - [aux_sym_cmd_identifier_token20] = ACTIONS(2499), - [aux_sym_cmd_identifier_token21] = ACTIONS(2499), - [aux_sym_cmd_identifier_token22] = ACTIONS(2499), - [aux_sym_cmd_identifier_token23] = ACTIONS(2499), - [aux_sym_cmd_identifier_token24] = ACTIONS(2499), - [aux_sym_cmd_identifier_token25] = ACTIONS(2499), - [aux_sym_cmd_identifier_token26] = ACTIONS(2499), - [aux_sym_cmd_identifier_token27] = ACTIONS(2499), - [aux_sym_cmd_identifier_token28] = ACTIONS(2499), - [aux_sym_cmd_identifier_token29] = ACTIONS(2499), - [aux_sym_cmd_identifier_token30] = ACTIONS(2499), - [aux_sym_cmd_identifier_token31] = ACTIONS(2499), - [aux_sym_cmd_identifier_token32] = ACTIONS(2499), - [aux_sym_cmd_identifier_token33] = ACTIONS(2499), - [aux_sym_cmd_identifier_token34] = ACTIONS(2497), - [aux_sym_cmd_identifier_token35] = ACTIONS(2499), - [aux_sym_cmd_identifier_token36] = ACTIONS(2499), - [aux_sym_cmd_identifier_token37] = ACTIONS(2499), - [aux_sym_cmd_identifier_token38] = ACTIONS(2497), - [aux_sym_cmd_identifier_token39] = ACTIONS(2499), - [aux_sym_cmd_identifier_token40] = ACTIONS(2499), - [anon_sym_def] = ACTIONS(2497), - [anon_sym_export_DASHenv] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_module] = ACTIONS(2497), - [anon_sym_use] = ACTIONS(2497), - [anon_sym_LPAREN] = ACTIONS(2499), - [anon_sym_DOLLAR] = ACTIONS(2499), - [anon_sym_error] = ACTIONS(2497), - [anon_sym_DASH2] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_in2] = ACTIONS(2497), - [anon_sym_loop] = ACTIONS(2497), - [anon_sym_make] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_do] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_else] = ACTIONS(2497), - [anon_sym_match] = ACTIONS(2497), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_try] = ACTIONS(2497), - [anon_sym_catch] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_source] = ACTIONS(2497), - [anon_sym_source_DASHenv] = ACTIONS(2497), - [anon_sym_register] = ACTIONS(2497), - [anon_sym_hide] = ACTIONS(2497), - [anon_sym_hide_DASHenv] = ACTIONS(2497), - [anon_sym_overlay] = ACTIONS(2497), - [anon_sym_as] = ACTIONS(2497), - [anon_sym_PLUS2] = ACTIONS(2497), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2499), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2499), - [aux_sym__val_number_decimal_token1] = ACTIONS(2497), - [aux_sym__val_number_decimal_token2] = ACTIONS(2499), - [aux_sym__val_number_decimal_token3] = ACTIONS(2499), - [aux_sym__val_number_decimal_token4] = ACTIONS(2499), - [aux_sym__val_number_token1] = ACTIONS(2499), - [aux_sym__val_number_token2] = ACTIONS(2499), - [aux_sym__val_number_token3] = ACTIONS(2499), - [aux_sym__val_number_token4] = ACTIONS(2497), - [aux_sym__val_number_token5] = ACTIONS(2497), - [aux_sym__val_number_token6] = ACTIONS(2497), - [anon_sym_DQUOTE] = ACTIONS(2499), - [sym__str_single_quotes] = ACTIONS(2499), - [sym__str_back_ticks] = ACTIONS(2499), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2499), + [707] = { + [sym_comment] = STATE(707), + [anon_sym_export] = ACTIONS(2471), + [anon_sym_alias] = ACTIONS(2471), + [anon_sym_let] = ACTIONS(2471), + [anon_sym_let_DASHenv] = ACTIONS(2471), + [anon_sym_mut] = ACTIONS(2471), + [anon_sym_const] = ACTIONS(2471), + [aux_sym_cmd_identifier_token1] = ACTIONS(2471), + [aux_sym_cmd_identifier_token2] = ACTIONS(2473), + [aux_sym_cmd_identifier_token3] = ACTIONS(2473), + [aux_sym_cmd_identifier_token4] = ACTIONS(2473), + [aux_sym_cmd_identifier_token5] = ACTIONS(2473), + [aux_sym_cmd_identifier_token6] = ACTIONS(2473), + [aux_sym_cmd_identifier_token7] = ACTIONS(2473), + [aux_sym_cmd_identifier_token8] = ACTIONS(2471), + [aux_sym_cmd_identifier_token9] = ACTIONS(2471), + [aux_sym_cmd_identifier_token10] = ACTIONS(2473), + [aux_sym_cmd_identifier_token11] = ACTIONS(2473), + [aux_sym_cmd_identifier_token12] = ACTIONS(2471), + [aux_sym_cmd_identifier_token13] = ACTIONS(2471), + [aux_sym_cmd_identifier_token14] = ACTIONS(2471), + [aux_sym_cmd_identifier_token15] = ACTIONS(2471), + [aux_sym_cmd_identifier_token16] = ACTIONS(2473), + [aux_sym_cmd_identifier_token17] = ACTIONS(2473), + [aux_sym_cmd_identifier_token18] = ACTIONS(2473), + [aux_sym_cmd_identifier_token19] = ACTIONS(2473), + [aux_sym_cmd_identifier_token20] = ACTIONS(2473), + [aux_sym_cmd_identifier_token21] = ACTIONS(2473), + [aux_sym_cmd_identifier_token22] = ACTIONS(2473), + [aux_sym_cmd_identifier_token23] = ACTIONS(2473), + [aux_sym_cmd_identifier_token24] = ACTIONS(2473), + [aux_sym_cmd_identifier_token25] = ACTIONS(2473), + [aux_sym_cmd_identifier_token26] = ACTIONS(2473), + [aux_sym_cmd_identifier_token27] = ACTIONS(2473), + [aux_sym_cmd_identifier_token28] = ACTIONS(2473), + [aux_sym_cmd_identifier_token29] = ACTIONS(2473), + [aux_sym_cmd_identifier_token30] = ACTIONS(2473), + [aux_sym_cmd_identifier_token31] = ACTIONS(2473), + [aux_sym_cmd_identifier_token32] = ACTIONS(2473), + [aux_sym_cmd_identifier_token33] = ACTIONS(2473), + [aux_sym_cmd_identifier_token34] = ACTIONS(2471), + [aux_sym_cmd_identifier_token35] = ACTIONS(2473), + [aux_sym_cmd_identifier_token36] = ACTIONS(2473), + [aux_sym_cmd_identifier_token37] = ACTIONS(2473), + [aux_sym_cmd_identifier_token38] = ACTIONS(2471), + [aux_sym_cmd_identifier_token39] = ACTIONS(2473), + [aux_sym_cmd_identifier_token40] = ACTIONS(2473), + [anon_sym_def] = ACTIONS(2471), + [anon_sym_export_DASHenv] = ACTIONS(2471), + [anon_sym_extern] = ACTIONS(2471), + [anon_sym_module] = ACTIONS(2471), + [anon_sym_use] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2473), + [anon_sym_DOLLAR] = ACTIONS(2473), + [anon_sym_error] = ACTIONS(2471), + [anon_sym_DASH2] = ACTIONS(2471), + [anon_sym_break] = ACTIONS(2471), + [anon_sym_continue] = ACTIONS(2471), + [anon_sym_for] = ACTIONS(2471), + [anon_sym_in2] = ACTIONS(2471), + [anon_sym_loop] = ACTIONS(2471), + [anon_sym_make] = ACTIONS(2471), + [anon_sym_while] = ACTIONS(2471), + [anon_sym_do] = ACTIONS(2471), + [anon_sym_if] = ACTIONS(2471), + [anon_sym_else] = ACTIONS(2471), + [anon_sym_match] = ACTIONS(2471), + [anon_sym_RBRACE] = ACTIONS(2473), + [anon_sym_try] = ACTIONS(2471), + [anon_sym_catch] = ACTIONS(2471), + [anon_sym_return] = ACTIONS(2471), + [anon_sym_source] = ACTIONS(2471), + [anon_sym_source_DASHenv] = ACTIONS(2471), + [anon_sym_register] = ACTIONS(2471), + [anon_sym_hide] = ACTIONS(2471), + [anon_sym_hide_DASHenv] = ACTIONS(2471), + [anon_sym_overlay] = ACTIONS(2471), + [anon_sym_as] = ACTIONS(2471), + [anon_sym_PLUS2] = ACTIONS(2471), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2473), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2473), + [aux_sym__val_number_decimal_token1] = ACTIONS(2471), + [aux_sym__val_number_decimal_token2] = ACTIONS(2473), + [aux_sym__val_number_decimal_token3] = ACTIONS(2473), + [aux_sym__val_number_decimal_token4] = ACTIONS(2473), + [aux_sym__val_number_token1] = ACTIONS(2473), + [aux_sym__val_number_token2] = ACTIONS(2473), + [aux_sym__val_number_token3] = ACTIONS(2473), + [aux_sym__val_number_token4] = ACTIONS(2471), + [aux_sym__val_number_token5] = ACTIONS(2471), + [aux_sym__val_number_token6] = ACTIONS(2471), + [anon_sym_DQUOTE] = ACTIONS(2473), + [sym__str_single_quotes] = ACTIONS(2473), + [sym__str_back_ticks] = ACTIONS(2473), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2473), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2499), - }, - [737] = { - [aux_sym__pipe_separator] = STATE(700), - [sym_comment] = STATE(737), - [aux_sym_shebang_repeat1] = STATE(767), - [aux_sym_cmd_identifier_token1] = ACTIONS(2531), - [aux_sym_cmd_identifier_token2] = ACTIONS(2533), - [aux_sym_cmd_identifier_token3] = ACTIONS(2533), - [aux_sym_cmd_identifier_token4] = ACTIONS(2533), - [aux_sym_cmd_identifier_token5] = ACTIONS(2533), - [aux_sym_cmd_identifier_token6] = ACTIONS(2533), - [aux_sym_cmd_identifier_token7] = ACTIONS(2533), - [aux_sym_cmd_identifier_token8] = ACTIONS(2533), - [aux_sym_cmd_identifier_token9] = ACTIONS(2531), - [aux_sym_cmd_identifier_token10] = ACTIONS(2533), - [aux_sym_cmd_identifier_token11] = ACTIONS(2533), - [aux_sym_cmd_identifier_token12] = ACTIONS(2533), - [aux_sym_cmd_identifier_token13] = ACTIONS(2531), - [aux_sym_cmd_identifier_token14] = ACTIONS(2533), - [aux_sym_cmd_identifier_token15] = ACTIONS(2531), - [aux_sym_cmd_identifier_token16] = ACTIONS(2533), - [aux_sym_cmd_identifier_token17] = ACTIONS(2533), - [aux_sym_cmd_identifier_token18] = ACTIONS(2531), - [aux_sym_cmd_identifier_token19] = ACTIONS(2533), - [aux_sym_cmd_identifier_token20] = ACTIONS(2533), - [aux_sym_cmd_identifier_token21] = ACTIONS(2533), - [aux_sym_cmd_identifier_token22] = ACTIONS(2533), - [aux_sym_cmd_identifier_token23] = ACTIONS(2533), - [aux_sym_cmd_identifier_token24] = ACTIONS(2533), - [aux_sym_cmd_identifier_token25] = ACTIONS(2533), - [aux_sym_cmd_identifier_token26] = ACTIONS(2533), - [aux_sym_cmd_identifier_token27] = ACTIONS(2533), - [aux_sym_cmd_identifier_token28] = ACTIONS(2533), - [aux_sym_cmd_identifier_token29] = ACTIONS(2533), - [aux_sym_cmd_identifier_token30] = ACTIONS(2533), - [aux_sym_cmd_identifier_token31] = ACTIONS(2533), - [aux_sym_cmd_identifier_token32] = ACTIONS(2531), - [aux_sym_cmd_identifier_token33] = ACTIONS(2533), - [aux_sym_cmd_identifier_token34] = ACTIONS(2531), - [aux_sym_cmd_identifier_token35] = ACTIONS(2533), - [aux_sym_cmd_identifier_token36] = ACTIONS(2533), - [aux_sym_cmd_identifier_token37] = ACTIONS(2533), - [aux_sym_cmd_identifier_token38] = ACTIONS(2531), - [aux_sym_cmd_identifier_token39] = ACTIONS(2533), - [aux_sym_cmd_identifier_token40] = ACTIONS(2533), - [sym__newline] = ACTIONS(2535), - [anon_sym_PIPE] = ACTIONS(2529), - [anon_sym_err_GT_PIPE] = ACTIONS(2529), - [anon_sym_out_GT_PIPE] = ACTIONS(2529), - [anon_sym_e_GT_PIPE] = ACTIONS(2529), - [anon_sym_o_GT_PIPE] = ACTIONS(2529), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2529), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2529), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2529), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2529), - [anon_sym_LBRACK] = ACTIONS(2533), - [anon_sym_LPAREN] = ACTIONS(2533), - [anon_sym_DOLLAR] = ACTIONS(2531), - [anon_sym_DASH2] = ACTIONS(2531), - [anon_sym_break] = ACTIONS(2531), - [anon_sym_continue] = ACTIONS(2531), - [anon_sym_do] = ACTIONS(2531), - [anon_sym_if] = ACTIONS(2531), - [anon_sym_match] = ACTIONS(2531), - [anon_sym_LBRACE] = ACTIONS(2533), - [anon_sym_DOT_DOT] = ACTIONS(2531), - [anon_sym_try] = ACTIONS(2531), - [anon_sym_return] = ACTIONS(2531), - [anon_sym_where] = ACTIONS(2533), - [aux_sym_expr_unary_token1] = ACTIONS(2533), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2533), - [anon_sym_DOT_DOT_LT] = ACTIONS(2533), - [anon_sym_null] = ACTIONS(2531), - [anon_sym_true] = ACTIONS(2531), - [anon_sym_false] = ACTIONS(2531), - [aux_sym__val_number_decimal_token1] = ACTIONS(2531), - [aux_sym__val_number_decimal_token2] = ACTIONS(2533), - [aux_sym__val_number_decimal_token3] = ACTIONS(2533), - [aux_sym__val_number_decimal_token4] = ACTIONS(2533), - [aux_sym__val_number_token1] = ACTIONS(2533), - [aux_sym__val_number_token2] = ACTIONS(2533), - [aux_sym__val_number_token3] = ACTIONS(2533), - [aux_sym__val_number_token4] = ACTIONS(2531), - [aux_sym__val_number_token5] = ACTIONS(2531), - [aux_sym__val_number_token6] = ACTIONS(2531), - [anon_sym_0b] = ACTIONS(2531), - [anon_sym_0o] = ACTIONS(2531), - [anon_sym_0x] = ACTIONS(2531), - [sym_val_date] = ACTIONS(2533), - [anon_sym_DQUOTE] = ACTIONS(2533), - [sym__str_single_quotes] = ACTIONS(2533), - [sym__str_back_ticks] = ACTIONS(2533), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2533), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2533), - [aux_sym_env_var_token1] = ACTIONS(2531), - [anon_sym_CARET] = ACTIONS(2533), - [aux_sym_command_token1] = ACTIONS(2533), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2533), + [sym_raw_string_begin] = ACTIONS(2473), }, - [738] = { - [sym_comment] = STATE(738), - [anon_sym_export] = ACTIONS(2174), - [anon_sym_alias] = ACTIONS(2174), - [anon_sym_let] = ACTIONS(2174), - [anon_sym_let_DASHenv] = ACTIONS(2174), - [anon_sym_mut] = ACTIONS(2174), - [anon_sym_const] = ACTIONS(2174), - [aux_sym_cmd_identifier_token1] = ACTIONS(2174), - [aux_sym_cmd_identifier_token2] = ACTIONS(2176), - [aux_sym_cmd_identifier_token3] = ACTIONS(2176), - [aux_sym_cmd_identifier_token4] = ACTIONS(2176), - [aux_sym_cmd_identifier_token5] = ACTIONS(2176), - [aux_sym_cmd_identifier_token6] = ACTIONS(2176), - [aux_sym_cmd_identifier_token7] = ACTIONS(2176), - [aux_sym_cmd_identifier_token8] = ACTIONS(2174), - [aux_sym_cmd_identifier_token9] = ACTIONS(2174), - [aux_sym_cmd_identifier_token10] = ACTIONS(2176), - [aux_sym_cmd_identifier_token11] = ACTIONS(2176), - [aux_sym_cmd_identifier_token12] = ACTIONS(2174), - [aux_sym_cmd_identifier_token13] = ACTIONS(2174), - [aux_sym_cmd_identifier_token14] = ACTIONS(2174), - [aux_sym_cmd_identifier_token15] = ACTIONS(2174), - [aux_sym_cmd_identifier_token16] = ACTIONS(2176), - [aux_sym_cmd_identifier_token17] = ACTIONS(2176), - [aux_sym_cmd_identifier_token18] = ACTIONS(2176), - [aux_sym_cmd_identifier_token19] = ACTIONS(2176), - [aux_sym_cmd_identifier_token20] = ACTIONS(2176), - [aux_sym_cmd_identifier_token21] = ACTIONS(2176), - [aux_sym_cmd_identifier_token22] = ACTIONS(2176), - [aux_sym_cmd_identifier_token23] = ACTIONS(2176), - [aux_sym_cmd_identifier_token24] = ACTIONS(2176), - [aux_sym_cmd_identifier_token25] = ACTIONS(2176), - [aux_sym_cmd_identifier_token26] = ACTIONS(2176), - [aux_sym_cmd_identifier_token27] = ACTIONS(2176), - [aux_sym_cmd_identifier_token28] = ACTIONS(2176), - [aux_sym_cmd_identifier_token29] = ACTIONS(2176), - [aux_sym_cmd_identifier_token30] = ACTIONS(2176), - [aux_sym_cmd_identifier_token31] = ACTIONS(2176), - [aux_sym_cmd_identifier_token32] = ACTIONS(2176), - [aux_sym_cmd_identifier_token33] = ACTIONS(2176), - [aux_sym_cmd_identifier_token34] = ACTIONS(2174), - [aux_sym_cmd_identifier_token35] = ACTIONS(2176), - [aux_sym_cmd_identifier_token36] = ACTIONS(2176), - [aux_sym_cmd_identifier_token37] = ACTIONS(2176), - [aux_sym_cmd_identifier_token38] = ACTIONS(2174), - [aux_sym_cmd_identifier_token39] = ACTIONS(2176), - [aux_sym_cmd_identifier_token40] = ACTIONS(2176), - [anon_sym_def] = ACTIONS(2174), - [anon_sym_export_DASHenv] = ACTIONS(2174), - [anon_sym_extern] = ACTIONS(2174), - [anon_sym_module] = ACTIONS(2174), - [anon_sym_use] = ACTIONS(2174), - [anon_sym_LPAREN] = ACTIONS(2176), - [anon_sym_DOLLAR] = ACTIONS(2176), - [anon_sym_error] = ACTIONS(2174), - [anon_sym_DASH2] = ACTIONS(2174), - [anon_sym_break] = ACTIONS(2174), - [anon_sym_continue] = ACTIONS(2174), - [anon_sym_for] = ACTIONS(2174), - [anon_sym_in2] = ACTIONS(2174), - [anon_sym_loop] = ACTIONS(2174), - [anon_sym_make] = ACTIONS(2174), - [anon_sym_while] = ACTIONS(2174), - [anon_sym_do] = ACTIONS(2174), - [anon_sym_if] = ACTIONS(2174), - [anon_sym_else] = ACTIONS(2174), - [anon_sym_match] = ACTIONS(2174), - [anon_sym_RBRACE] = ACTIONS(2176), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_catch] = ACTIONS(2174), - [anon_sym_return] = ACTIONS(2174), - [anon_sym_source] = ACTIONS(2174), - [anon_sym_source_DASHenv] = ACTIONS(2174), - [anon_sym_register] = ACTIONS(2174), - [anon_sym_hide] = ACTIONS(2174), - [anon_sym_hide_DASHenv] = ACTIONS(2174), - [anon_sym_overlay] = ACTIONS(2174), - [anon_sym_as] = ACTIONS(2174), - [anon_sym_PLUS2] = ACTIONS(2174), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2176), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), - [aux_sym__val_number_decimal_token2] = ACTIONS(2176), - [aux_sym__val_number_decimal_token3] = ACTIONS(2176), - [aux_sym__val_number_decimal_token4] = ACTIONS(2176), - [aux_sym__val_number_token1] = ACTIONS(2176), - [aux_sym__val_number_token2] = ACTIONS(2176), - [aux_sym__val_number_token3] = ACTIONS(2176), - [aux_sym__val_number_token4] = ACTIONS(2174), - [aux_sym__val_number_token5] = ACTIONS(2174), - [aux_sym__val_number_token6] = ACTIONS(2174), - [anon_sym_DQUOTE] = ACTIONS(2176), - [sym__str_single_quotes] = ACTIONS(2176), - [sym__str_back_ticks] = ACTIONS(2176), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2176), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2176), + [708] = { + [sym_comment] = STATE(708), + [anon_sym_export] = ACTIONS(2089), + [anon_sym_alias] = ACTIONS(2089), + [anon_sym_let] = ACTIONS(2089), + [anon_sym_let_DASHenv] = ACTIONS(2089), + [anon_sym_mut] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [aux_sym_cmd_identifier_token1] = ACTIONS(2089), + [aux_sym_cmd_identifier_token2] = ACTIONS(2091), + [aux_sym_cmd_identifier_token3] = ACTIONS(2091), + [aux_sym_cmd_identifier_token4] = ACTIONS(2091), + [aux_sym_cmd_identifier_token5] = ACTIONS(2091), + [aux_sym_cmd_identifier_token6] = ACTIONS(2091), + [aux_sym_cmd_identifier_token7] = ACTIONS(2091), + [aux_sym_cmd_identifier_token8] = ACTIONS(2089), + [aux_sym_cmd_identifier_token9] = ACTIONS(2089), + [aux_sym_cmd_identifier_token10] = ACTIONS(2091), + [aux_sym_cmd_identifier_token11] = ACTIONS(2091), + [aux_sym_cmd_identifier_token12] = ACTIONS(2089), + [aux_sym_cmd_identifier_token13] = ACTIONS(2089), + [aux_sym_cmd_identifier_token14] = ACTIONS(2089), + [aux_sym_cmd_identifier_token15] = ACTIONS(2089), + [aux_sym_cmd_identifier_token16] = ACTIONS(2091), + [aux_sym_cmd_identifier_token17] = ACTIONS(2091), + [aux_sym_cmd_identifier_token18] = ACTIONS(2091), + [aux_sym_cmd_identifier_token19] = ACTIONS(2091), + [aux_sym_cmd_identifier_token20] = ACTIONS(2091), + [aux_sym_cmd_identifier_token21] = ACTIONS(2091), + [aux_sym_cmd_identifier_token22] = ACTIONS(2091), + [aux_sym_cmd_identifier_token23] = ACTIONS(2091), + [aux_sym_cmd_identifier_token24] = ACTIONS(2091), + [aux_sym_cmd_identifier_token25] = ACTIONS(2091), + [aux_sym_cmd_identifier_token26] = ACTIONS(2091), + [aux_sym_cmd_identifier_token27] = ACTIONS(2091), + [aux_sym_cmd_identifier_token28] = ACTIONS(2091), + [aux_sym_cmd_identifier_token29] = ACTIONS(2091), + [aux_sym_cmd_identifier_token30] = ACTIONS(2091), + [aux_sym_cmd_identifier_token31] = ACTIONS(2091), + [aux_sym_cmd_identifier_token32] = ACTIONS(2091), + [aux_sym_cmd_identifier_token33] = ACTIONS(2091), + [aux_sym_cmd_identifier_token34] = ACTIONS(2089), + [aux_sym_cmd_identifier_token35] = ACTIONS(2091), + [aux_sym_cmd_identifier_token36] = ACTIONS(2091), + [aux_sym_cmd_identifier_token37] = ACTIONS(2091), + [aux_sym_cmd_identifier_token38] = ACTIONS(2089), + [aux_sym_cmd_identifier_token39] = ACTIONS(2091), + [aux_sym_cmd_identifier_token40] = ACTIONS(2091), + [anon_sym_def] = ACTIONS(2089), + [anon_sym_export_DASHenv] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_module] = ACTIONS(2089), + [anon_sym_use] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_DOLLAR] = ACTIONS(2091), + [anon_sym_error] = ACTIONS(2089), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_in2] = ACTIONS(2089), + [anon_sym_loop] = ACTIONS(2089), + [anon_sym_make] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_match] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_try] = ACTIONS(2089), + [anon_sym_catch] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_source] = ACTIONS(2089), + [anon_sym_source_DASHenv] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_hide] = ACTIONS(2089), + [anon_sym_hide_DASHenv] = ACTIONS(2089), + [anon_sym_overlay] = ACTIONS(2089), + [anon_sym_as] = ACTIONS(2089), + [anon_sym_PLUS2] = ACTIONS(2089), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2091), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2091), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2091), + [aux_sym__val_number_decimal_token3] = ACTIONS(2091), + [aux_sym__val_number_decimal_token4] = ACTIONS(2091), + [aux_sym__val_number_token1] = ACTIONS(2091), + [aux_sym__val_number_token2] = ACTIONS(2091), + [aux_sym__val_number_token3] = ACTIONS(2091), + [aux_sym__val_number_token4] = ACTIONS(2089), + [aux_sym__val_number_token5] = ACTIONS(2089), + [aux_sym__val_number_token6] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(2091), + [sym__str_single_quotes] = ACTIONS(2091), + [sym__str_back_ticks] = ACTIONS(2091), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2091), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2091), }, - [739] = { - [sym_comment] = STATE(739), - [anon_sym_export] = ACTIONS(2013), - [anon_sym_alias] = ACTIONS(2013), - [anon_sym_let] = ACTIONS(2013), - [anon_sym_let_DASHenv] = ACTIONS(2013), - [anon_sym_mut] = ACTIONS(2013), - [anon_sym_const] = ACTIONS(2013), - [aux_sym_cmd_identifier_token1] = ACTIONS(2013), - [aux_sym_cmd_identifier_token2] = ACTIONS(2015), - [aux_sym_cmd_identifier_token3] = ACTIONS(2015), - [aux_sym_cmd_identifier_token4] = ACTIONS(2015), - [aux_sym_cmd_identifier_token5] = ACTIONS(2015), - [aux_sym_cmd_identifier_token6] = ACTIONS(2015), - [aux_sym_cmd_identifier_token7] = ACTIONS(2015), - [aux_sym_cmd_identifier_token8] = ACTIONS(2013), - [aux_sym_cmd_identifier_token9] = ACTIONS(2013), - [aux_sym_cmd_identifier_token10] = ACTIONS(2015), - [aux_sym_cmd_identifier_token11] = ACTIONS(2015), - [aux_sym_cmd_identifier_token12] = ACTIONS(2013), - [aux_sym_cmd_identifier_token13] = ACTIONS(2013), - [aux_sym_cmd_identifier_token14] = ACTIONS(2013), - [aux_sym_cmd_identifier_token15] = ACTIONS(2013), - [aux_sym_cmd_identifier_token16] = ACTIONS(2015), - [aux_sym_cmd_identifier_token17] = ACTIONS(2015), - [aux_sym_cmd_identifier_token18] = ACTIONS(2015), - [aux_sym_cmd_identifier_token19] = ACTIONS(2015), - [aux_sym_cmd_identifier_token20] = ACTIONS(2015), - [aux_sym_cmd_identifier_token21] = ACTIONS(2015), - [aux_sym_cmd_identifier_token22] = ACTIONS(2015), - [aux_sym_cmd_identifier_token23] = ACTIONS(2015), - [aux_sym_cmd_identifier_token24] = ACTIONS(2015), - [aux_sym_cmd_identifier_token25] = ACTIONS(2015), - [aux_sym_cmd_identifier_token26] = ACTIONS(2015), - [aux_sym_cmd_identifier_token27] = ACTIONS(2015), - [aux_sym_cmd_identifier_token28] = ACTIONS(2015), - [aux_sym_cmd_identifier_token29] = ACTIONS(2015), - [aux_sym_cmd_identifier_token30] = ACTIONS(2015), - [aux_sym_cmd_identifier_token31] = ACTIONS(2015), - [aux_sym_cmd_identifier_token32] = ACTIONS(2015), - [aux_sym_cmd_identifier_token33] = ACTIONS(2015), - [aux_sym_cmd_identifier_token34] = ACTIONS(2013), - [aux_sym_cmd_identifier_token35] = ACTIONS(2015), - [aux_sym_cmd_identifier_token36] = ACTIONS(2015), - [aux_sym_cmd_identifier_token37] = ACTIONS(2015), - [aux_sym_cmd_identifier_token38] = ACTIONS(2013), - [aux_sym_cmd_identifier_token39] = ACTIONS(2015), - [aux_sym_cmd_identifier_token40] = ACTIONS(2015), - [anon_sym_def] = ACTIONS(2013), - [anon_sym_export_DASHenv] = ACTIONS(2013), - [anon_sym_extern] = ACTIONS(2013), - [anon_sym_module] = ACTIONS(2013), - [anon_sym_use] = ACTIONS(2013), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_DOLLAR] = ACTIONS(2015), - [anon_sym_error] = ACTIONS(2013), - [anon_sym_DASH2] = ACTIONS(2013), - [anon_sym_break] = ACTIONS(2013), - [anon_sym_continue] = ACTIONS(2013), - [anon_sym_for] = ACTIONS(2013), - [anon_sym_in2] = ACTIONS(2013), - [anon_sym_loop] = ACTIONS(2013), - [anon_sym_make] = ACTIONS(2013), - [anon_sym_while] = ACTIONS(2013), - [anon_sym_do] = ACTIONS(2013), - [anon_sym_if] = ACTIONS(2013), - [anon_sym_else] = ACTIONS(2013), - [anon_sym_match] = ACTIONS(2013), - [anon_sym_RBRACE] = ACTIONS(2015), - [anon_sym_try] = ACTIONS(2013), - [anon_sym_catch] = ACTIONS(2013), - [anon_sym_return] = ACTIONS(2013), - [anon_sym_source] = ACTIONS(2013), - [anon_sym_source_DASHenv] = ACTIONS(2013), - [anon_sym_register] = ACTIONS(2013), - [anon_sym_hide] = ACTIONS(2013), - [anon_sym_hide_DASHenv] = ACTIONS(2013), - [anon_sym_overlay] = ACTIONS(2013), - [anon_sym_as] = ACTIONS(2013), - [anon_sym_PLUS2] = ACTIONS(2013), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2015), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2015), - [aux_sym__val_number_decimal_token1] = ACTIONS(2013), - [aux_sym__val_number_decimal_token2] = ACTIONS(2015), - [aux_sym__val_number_decimal_token3] = ACTIONS(2015), - [aux_sym__val_number_decimal_token4] = ACTIONS(2015), - [aux_sym__val_number_token1] = ACTIONS(2015), - [aux_sym__val_number_token2] = ACTIONS(2015), - [aux_sym__val_number_token3] = ACTIONS(2015), - [aux_sym__val_number_token4] = ACTIONS(2013), - [aux_sym__val_number_token5] = ACTIONS(2013), - [aux_sym__val_number_token6] = ACTIONS(2013), - [anon_sym_DQUOTE] = ACTIONS(2015), - [sym__str_single_quotes] = ACTIONS(2015), - [sym__str_back_ticks] = ACTIONS(2015), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2015), + [709] = { + [sym_comment] = STATE(709), + [anon_sym_export] = ACTIONS(2475), + [anon_sym_alias] = ACTIONS(2475), + [anon_sym_let] = ACTIONS(2475), + [anon_sym_let_DASHenv] = ACTIONS(2475), + [anon_sym_mut] = ACTIONS(2475), + [anon_sym_const] = ACTIONS(2475), + [aux_sym_cmd_identifier_token1] = ACTIONS(2475), + [aux_sym_cmd_identifier_token2] = ACTIONS(2477), + [aux_sym_cmd_identifier_token3] = ACTIONS(2477), + [aux_sym_cmd_identifier_token4] = ACTIONS(2477), + [aux_sym_cmd_identifier_token5] = ACTIONS(2477), + [aux_sym_cmd_identifier_token6] = ACTIONS(2477), + [aux_sym_cmd_identifier_token7] = ACTIONS(2477), + [aux_sym_cmd_identifier_token8] = ACTIONS(2475), + [aux_sym_cmd_identifier_token9] = ACTIONS(2475), + [aux_sym_cmd_identifier_token10] = ACTIONS(2477), + [aux_sym_cmd_identifier_token11] = ACTIONS(2477), + [aux_sym_cmd_identifier_token12] = ACTIONS(2475), + [aux_sym_cmd_identifier_token13] = ACTIONS(2475), + [aux_sym_cmd_identifier_token14] = ACTIONS(2475), + [aux_sym_cmd_identifier_token15] = ACTIONS(2475), + [aux_sym_cmd_identifier_token16] = ACTIONS(2477), + [aux_sym_cmd_identifier_token17] = ACTIONS(2477), + [aux_sym_cmd_identifier_token18] = ACTIONS(2477), + [aux_sym_cmd_identifier_token19] = ACTIONS(2477), + [aux_sym_cmd_identifier_token20] = ACTIONS(2477), + [aux_sym_cmd_identifier_token21] = ACTIONS(2477), + [aux_sym_cmd_identifier_token22] = ACTIONS(2477), + [aux_sym_cmd_identifier_token23] = ACTIONS(2477), + [aux_sym_cmd_identifier_token24] = ACTIONS(2477), + [aux_sym_cmd_identifier_token25] = ACTIONS(2477), + [aux_sym_cmd_identifier_token26] = ACTIONS(2477), + [aux_sym_cmd_identifier_token27] = ACTIONS(2477), + [aux_sym_cmd_identifier_token28] = ACTIONS(2477), + [aux_sym_cmd_identifier_token29] = ACTIONS(2477), + [aux_sym_cmd_identifier_token30] = ACTIONS(2477), + [aux_sym_cmd_identifier_token31] = ACTIONS(2477), + [aux_sym_cmd_identifier_token32] = ACTIONS(2477), + [aux_sym_cmd_identifier_token33] = ACTIONS(2477), + [aux_sym_cmd_identifier_token34] = ACTIONS(2475), + [aux_sym_cmd_identifier_token35] = ACTIONS(2477), + [aux_sym_cmd_identifier_token36] = ACTIONS(2477), + [aux_sym_cmd_identifier_token37] = ACTIONS(2477), + [aux_sym_cmd_identifier_token38] = ACTIONS(2475), + [aux_sym_cmd_identifier_token39] = ACTIONS(2477), + [aux_sym_cmd_identifier_token40] = ACTIONS(2477), + [anon_sym_def] = ACTIONS(2475), + [anon_sym_export_DASHenv] = ACTIONS(2475), + [anon_sym_extern] = ACTIONS(2475), + [anon_sym_module] = ACTIONS(2475), + [anon_sym_use] = ACTIONS(2475), + [anon_sym_LPAREN] = ACTIONS(2477), + [anon_sym_DOLLAR] = ACTIONS(2477), + [anon_sym_error] = ACTIONS(2475), + [anon_sym_DASH2] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_for] = ACTIONS(2475), + [anon_sym_in2] = ACTIONS(2475), + [anon_sym_loop] = ACTIONS(2475), + [anon_sym_make] = ACTIONS(2475), + [anon_sym_while] = ACTIONS(2475), + [anon_sym_do] = ACTIONS(2475), + [anon_sym_if] = ACTIONS(2475), + [anon_sym_else] = ACTIONS(2475), + [anon_sym_match] = ACTIONS(2475), + [anon_sym_RBRACE] = ACTIONS(2477), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_catch] = ACTIONS(2475), + [anon_sym_return] = ACTIONS(2475), + [anon_sym_source] = ACTIONS(2475), + [anon_sym_source_DASHenv] = ACTIONS(2475), + [anon_sym_register] = ACTIONS(2475), + [anon_sym_hide] = ACTIONS(2475), + [anon_sym_hide_DASHenv] = ACTIONS(2475), + [anon_sym_overlay] = ACTIONS(2475), + [anon_sym_as] = ACTIONS(2475), + [anon_sym_PLUS2] = ACTIONS(2475), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2477), + [aux_sym__val_number_decimal_token1] = ACTIONS(2475), + [aux_sym__val_number_decimal_token2] = ACTIONS(2477), + [aux_sym__val_number_decimal_token3] = ACTIONS(2477), + [aux_sym__val_number_decimal_token4] = ACTIONS(2477), + [aux_sym__val_number_token1] = ACTIONS(2477), + [aux_sym__val_number_token2] = ACTIONS(2477), + [aux_sym__val_number_token3] = ACTIONS(2477), + [aux_sym__val_number_token4] = ACTIONS(2475), + [aux_sym__val_number_token5] = ACTIONS(2475), + [aux_sym__val_number_token6] = ACTIONS(2475), + [anon_sym_DQUOTE] = ACTIONS(2477), + [sym__str_single_quotes] = ACTIONS(2477), + [sym__str_back_ticks] = ACTIONS(2477), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2477), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2015), + [sym_raw_string_begin] = ACTIONS(2477), }, - [740] = { - [sym_comment] = STATE(740), - [anon_sym_export] = ACTIONS(2138), - [anon_sym_alias] = ACTIONS(2138), - [anon_sym_let] = ACTIONS(2138), - [anon_sym_let_DASHenv] = ACTIONS(2138), - [anon_sym_mut] = ACTIONS(2138), - [anon_sym_const] = ACTIONS(2138), - [aux_sym_cmd_identifier_token1] = ACTIONS(2138), - [aux_sym_cmd_identifier_token2] = ACTIONS(2140), - [aux_sym_cmd_identifier_token3] = ACTIONS(2140), - [aux_sym_cmd_identifier_token4] = ACTIONS(2140), - [aux_sym_cmd_identifier_token5] = ACTIONS(2140), - [aux_sym_cmd_identifier_token6] = ACTIONS(2140), - [aux_sym_cmd_identifier_token7] = ACTIONS(2140), - [aux_sym_cmd_identifier_token8] = ACTIONS(2138), - [aux_sym_cmd_identifier_token9] = ACTIONS(2138), - [aux_sym_cmd_identifier_token10] = ACTIONS(2140), - [aux_sym_cmd_identifier_token11] = ACTIONS(2140), - [aux_sym_cmd_identifier_token12] = ACTIONS(2138), - [aux_sym_cmd_identifier_token13] = ACTIONS(2138), - [aux_sym_cmd_identifier_token14] = ACTIONS(2138), - [aux_sym_cmd_identifier_token15] = ACTIONS(2138), - [aux_sym_cmd_identifier_token16] = ACTIONS(2140), - [aux_sym_cmd_identifier_token17] = ACTIONS(2140), - [aux_sym_cmd_identifier_token18] = ACTIONS(2140), - [aux_sym_cmd_identifier_token19] = ACTIONS(2140), - [aux_sym_cmd_identifier_token20] = ACTIONS(2140), - [aux_sym_cmd_identifier_token21] = ACTIONS(2140), - [aux_sym_cmd_identifier_token22] = ACTIONS(2140), - [aux_sym_cmd_identifier_token23] = ACTIONS(2140), - [aux_sym_cmd_identifier_token24] = ACTIONS(2140), - [aux_sym_cmd_identifier_token25] = ACTIONS(2140), - [aux_sym_cmd_identifier_token26] = ACTIONS(2140), - [aux_sym_cmd_identifier_token27] = ACTIONS(2140), - [aux_sym_cmd_identifier_token28] = ACTIONS(2140), - [aux_sym_cmd_identifier_token29] = ACTIONS(2140), - [aux_sym_cmd_identifier_token30] = ACTIONS(2140), - [aux_sym_cmd_identifier_token31] = ACTIONS(2140), - [aux_sym_cmd_identifier_token32] = ACTIONS(2140), - [aux_sym_cmd_identifier_token33] = ACTIONS(2140), - [aux_sym_cmd_identifier_token34] = ACTIONS(2138), - [aux_sym_cmd_identifier_token35] = ACTIONS(2140), - [aux_sym_cmd_identifier_token36] = ACTIONS(2140), - [aux_sym_cmd_identifier_token37] = ACTIONS(2140), - [aux_sym_cmd_identifier_token38] = ACTIONS(2138), - [aux_sym_cmd_identifier_token39] = ACTIONS(2140), - [aux_sym_cmd_identifier_token40] = ACTIONS(2140), - [anon_sym_def] = ACTIONS(2138), - [anon_sym_export_DASHenv] = ACTIONS(2138), - [anon_sym_extern] = ACTIONS(2138), - [anon_sym_module] = ACTIONS(2138), - [anon_sym_use] = ACTIONS(2138), - [anon_sym_LPAREN] = ACTIONS(2140), - [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_error] = ACTIONS(2138), - [anon_sym_DASH2] = ACTIONS(2138), - [anon_sym_break] = ACTIONS(2138), - [anon_sym_continue] = ACTIONS(2138), - [anon_sym_for] = ACTIONS(2138), - [anon_sym_in2] = ACTIONS(2138), - [anon_sym_loop] = ACTIONS(2138), - [anon_sym_make] = ACTIONS(2138), - [anon_sym_while] = ACTIONS(2138), - [anon_sym_do] = ACTIONS(2138), - [anon_sym_if] = ACTIONS(2138), - [anon_sym_else] = ACTIONS(2138), - [anon_sym_match] = ACTIONS(2138), - [anon_sym_RBRACE] = ACTIONS(2140), - [anon_sym_try] = ACTIONS(2138), - [anon_sym_catch] = ACTIONS(2138), - [anon_sym_return] = ACTIONS(2138), - [anon_sym_source] = ACTIONS(2138), - [anon_sym_source_DASHenv] = ACTIONS(2138), - [anon_sym_register] = ACTIONS(2138), - [anon_sym_hide] = ACTIONS(2138), - [anon_sym_hide_DASHenv] = ACTIONS(2138), - [anon_sym_overlay] = ACTIONS(2138), - [anon_sym_as] = ACTIONS(2138), - [anon_sym_PLUS2] = ACTIONS(2138), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2140), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2140), - [aux_sym__val_number_decimal_token1] = ACTIONS(2138), - [aux_sym__val_number_decimal_token2] = ACTIONS(2140), - [aux_sym__val_number_decimal_token3] = ACTIONS(2140), - [aux_sym__val_number_decimal_token4] = ACTIONS(2140), - [aux_sym__val_number_token1] = ACTIONS(2140), - [aux_sym__val_number_token2] = ACTIONS(2140), - [aux_sym__val_number_token3] = ACTIONS(2140), - [aux_sym__val_number_token4] = ACTIONS(2138), - [aux_sym__val_number_token5] = ACTIONS(2138), - [aux_sym__val_number_token6] = ACTIONS(2138), - [anon_sym_DQUOTE] = ACTIONS(2140), - [sym__str_single_quotes] = ACTIONS(2140), - [sym__str_back_ticks] = ACTIONS(2140), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2140), + [710] = { + [sym_comment] = STATE(710), + [anon_sym_export] = ACTIONS(2479), + [anon_sym_alias] = ACTIONS(2479), + [anon_sym_let] = ACTIONS(2479), + [anon_sym_let_DASHenv] = ACTIONS(2479), + [anon_sym_mut] = ACTIONS(2479), + [anon_sym_const] = ACTIONS(2479), + [aux_sym_cmd_identifier_token1] = ACTIONS(2479), + [aux_sym_cmd_identifier_token2] = ACTIONS(2481), + [aux_sym_cmd_identifier_token3] = ACTIONS(2481), + [aux_sym_cmd_identifier_token4] = ACTIONS(2481), + [aux_sym_cmd_identifier_token5] = ACTIONS(2481), + [aux_sym_cmd_identifier_token6] = ACTIONS(2481), + [aux_sym_cmd_identifier_token7] = ACTIONS(2481), + [aux_sym_cmd_identifier_token8] = ACTIONS(2479), + [aux_sym_cmd_identifier_token9] = ACTIONS(2479), + [aux_sym_cmd_identifier_token10] = ACTIONS(2481), + [aux_sym_cmd_identifier_token11] = ACTIONS(2481), + [aux_sym_cmd_identifier_token12] = ACTIONS(2479), + [aux_sym_cmd_identifier_token13] = ACTIONS(2479), + [aux_sym_cmd_identifier_token14] = ACTIONS(2479), + [aux_sym_cmd_identifier_token15] = ACTIONS(2479), + [aux_sym_cmd_identifier_token16] = ACTIONS(2481), + [aux_sym_cmd_identifier_token17] = ACTIONS(2481), + [aux_sym_cmd_identifier_token18] = ACTIONS(2481), + [aux_sym_cmd_identifier_token19] = ACTIONS(2481), + [aux_sym_cmd_identifier_token20] = ACTIONS(2481), + [aux_sym_cmd_identifier_token21] = ACTIONS(2481), + [aux_sym_cmd_identifier_token22] = ACTIONS(2481), + [aux_sym_cmd_identifier_token23] = ACTIONS(2481), + [aux_sym_cmd_identifier_token24] = ACTIONS(2481), + [aux_sym_cmd_identifier_token25] = ACTIONS(2481), + [aux_sym_cmd_identifier_token26] = ACTIONS(2481), + [aux_sym_cmd_identifier_token27] = ACTIONS(2481), + [aux_sym_cmd_identifier_token28] = ACTIONS(2481), + [aux_sym_cmd_identifier_token29] = ACTIONS(2481), + [aux_sym_cmd_identifier_token30] = ACTIONS(2481), + [aux_sym_cmd_identifier_token31] = ACTIONS(2481), + [aux_sym_cmd_identifier_token32] = ACTIONS(2481), + [aux_sym_cmd_identifier_token33] = ACTIONS(2481), + [aux_sym_cmd_identifier_token34] = ACTIONS(2479), + [aux_sym_cmd_identifier_token35] = ACTIONS(2481), + [aux_sym_cmd_identifier_token36] = ACTIONS(2481), + [aux_sym_cmd_identifier_token37] = ACTIONS(2481), + [aux_sym_cmd_identifier_token38] = ACTIONS(2479), + [aux_sym_cmd_identifier_token39] = ACTIONS(2481), + [aux_sym_cmd_identifier_token40] = ACTIONS(2481), + [anon_sym_def] = ACTIONS(2479), + [anon_sym_export_DASHenv] = ACTIONS(2479), + [anon_sym_extern] = ACTIONS(2479), + [anon_sym_module] = ACTIONS(2479), + [anon_sym_use] = ACTIONS(2479), + [anon_sym_LPAREN] = ACTIONS(2481), + [anon_sym_DOLLAR] = ACTIONS(2481), + [anon_sym_error] = ACTIONS(2479), + [anon_sym_DASH2] = ACTIONS(2479), + [anon_sym_break] = ACTIONS(2479), + [anon_sym_continue] = ACTIONS(2479), + [anon_sym_for] = ACTIONS(2479), + [anon_sym_in2] = ACTIONS(2479), + [anon_sym_loop] = ACTIONS(2479), + [anon_sym_make] = ACTIONS(2479), + [anon_sym_while] = ACTIONS(2479), + [anon_sym_do] = ACTIONS(2479), + [anon_sym_if] = ACTIONS(2479), + [anon_sym_else] = ACTIONS(2479), + [anon_sym_match] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2481), + [anon_sym_try] = ACTIONS(2479), + [anon_sym_catch] = ACTIONS(2479), + [anon_sym_return] = ACTIONS(2479), + [anon_sym_source] = ACTIONS(2479), + [anon_sym_source_DASHenv] = ACTIONS(2479), + [anon_sym_register] = ACTIONS(2479), + [anon_sym_hide] = ACTIONS(2479), + [anon_sym_hide_DASHenv] = ACTIONS(2479), + [anon_sym_overlay] = ACTIONS(2479), + [anon_sym_as] = ACTIONS(2479), + [anon_sym_PLUS2] = ACTIONS(2479), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2481), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2481), + [aux_sym__val_number_decimal_token1] = ACTIONS(2479), + [aux_sym__val_number_decimal_token2] = ACTIONS(2481), + [aux_sym__val_number_decimal_token3] = ACTIONS(2481), + [aux_sym__val_number_decimal_token4] = ACTIONS(2481), + [aux_sym__val_number_token1] = ACTIONS(2481), + [aux_sym__val_number_token2] = ACTIONS(2481), + [aux_sym__val_number_token3] = ACTIONS(2481), + [aux_sym__val_number_token4] = ACTIONS(2479), + [aux_sym__val_number_token5] = ACTIONS(2479), + [aux_sym__val_number_token6] = ACTIONS(2479), + [anon_sym_DQUOTE] = ACTIONS(2481), + [sym__str_single_quotes] = ACTIONS(2481), + [sym__str_back_ticks] = ACTIONS(2481), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2481), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2140), + [sym_raw_string_begin] = ACTIONS(2481), }, - [741] = { - [sym_comment] = STATE(741), - [anon_sym_export] = ACTIONS(2354), - [anon_sym_alias] = ACTIONS(2354), - [anon_sym_let] = ACTIONS(2354), - [anon_sym_let_DASHenv] = ACTIONS(2354), - [anon_sym_mut] = ACTIONS(2354), - [anon_sym_const] = ACTIONS(2354), - [aux_sym_cmd_identifier_token1] = ACTIONS(2354), - [aux_sym_cmd_identifier_token2] = ACTIONS(2356), - [aux_sym_cmd_identifier_token3] = ACTIONS(2356), - [aux_sym_cmd_identifier_token4] = ACTIONS(2356), - [aux_sym_cmd_identifier_token5] = ACTIONS(2356), - [aux_sym_cmd_identifier_token6] = ACTIONS(2356), - [aux_sym_cmd_identifier_token7] = ACTIONS(2356), - [aux_sym_cmd_identifier_token8] = ACTIONS(2354), - [aux_sym_cmd_identifier_token9] = ACTIONS(2354), - [aux_sym_cmd_identifier_token10] = ACTIONS(2356), - [aux_sym_cmd_identifier_token11] = ACTIONS(2356), - [aux_sym_cmd_identifier_token12] = ACTIONS(2354), - [aux_sym_cmd_identifier_token13] = ACTIONS(2354), - [aux_sym_cmd_identifier_token14] = ACTIONS(2354), - [aux_sym_cmd_identifier_token15] = ACTIONS(2354), - [aux_sym_cmd_identifier_token16] = ACTIONS(2356), - [aux_sym_cmd_identifier_token17] = ACTIONS(2356), - [aux_sym_cmd_identifier_token18] = ACTIONS(2356), - [aux_sym_cmd_identifier_token19] = ACTIONS(2356), - [aux_sym_cmd_identifier_token20] = ACTIONS(2356), - [aux_sym_cmd_identifier_token21] = ACTIONS(2356), - [aux_sym_cmd_identifier_token22] = ACTIONS(2356), - [aux_sym_cmd_identifier_token23] = ACTIONS(2356), - [aux_sym_cmd_identifier_token24] = ACTIONS(2356), - [aux_sym_cmd_identifier_token25] = ACTIONS(2356), - [aux_sym_cmd_identifier_token26] = ACTIONS(2356), - [aux_sym_cmd_identifier_token27] = ACTIONS(2356), - [aux_sym_cmd_identifier_token28] = ACTIONS(2356), - [aux_sym_cmd_identifier_token29] = ACTIONS(2356), - [aux_sym_cmd_identifier_token30] = ACTIONS(2356), - [aux_sym_cmd_identifier_token31] = ACTIONS(2356), - [aux_sym_cmd_identifier_token32] = ACTIONS(2356), - [aux_sym_cmd_identifier_token33] = ACTIONS(2356), - [aux_sym_cmd_identifier_token34] = ACTIONS(2354), - [aux_sym_cmd_identifier_token35] = ACTIONS(2356), - [aux_sym_cmd_identifier_token36] = ACTIONS(2356), - [aux_sym_cmd_identifier_token37] = ACTIONS(2356), - [aux_sym_cmd_identifier_token38] = ACTIONS(2354), - [aux_sym_cmd_identifier_token39] = ACTIONS(2356), - [aux_sym_cmd_identifier_token40] = ACTIONS(2356), - [anon_sym_def] = ACTIONS(2354), - [anon_sym_export_DASHenv] = ACTIONS(2354), - [anon_sym_extern] = ACTIONS(2354), - [anon_sym_module] = ACTIONS(2354), - [anon_sym_use] = ACTIONS(2354), - [anon_sym_LPAREN] = ACTIONS(2356), - [anon_sym_DOLLAR] = ACTIONS(2356), - [anon_sym_error] = ACTIONS(2354), - [anon_sym_DASH2] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_for] = ACTIONS(2354), - [anon_sym_in2] = ACTIONS(2354), - [anon_sym_loop] = ACTIONS(2354), - [anon_sym_make] = ACTIONS(2354), - [anon_sym_while] = ACTIONS(2354), - [anon_sym_do] = ACTIONS(2354), - [anon_sym_if] = ACTIONS(2354), - [anon_sym_else] = ACTIONS(2354), - [anon_sym_match] = ACTIONS(2354), - [anon_sym_RBRACE] = ACTIONS(2356), - [anon_sym_try] = ACTIONS(2354), - [anon_sym_catch] = ACTIONS(2354), - [anon_sym_return] = ACTIONS(2354), - [anon_sym_source] = ACTIONS(2354), - [anon_sym_source_DASHenv] = ACTIONS(2354), - [anon_sym_register] = ACTIONS(2354), - [anon_sym_hide] = ACTIONS(2354), - [anon_sym_hide_DASHenv] = ACTIONS(2354), - [anon_sym_overlay] = ACTIONS(2354), - [anon_sym_as] = ACTIONS(2354), - [anon_sym_PLUS2] = ACTIONS(2354), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2356), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2356), - [aux_sym__val_number_decimal_token1] = ACTIONS(2354), - [aux_sym__val_number_decimal_token2] = ACTIONS(2356), - [aux_sym__val_number_decimal_token3] = ACTIONS(2356), - [aux_sym__val_number_decimal_token4] = ACTIONS(2356), - [aux_sym__val_number_token1] = ACTIONS(2356), - [aux_sym__val_number_token2] = ACTIONS(2356), - [aux_sym__val_number_token3] = ACTIONS(2356), - [aux_sym__val_number_token4] = ACTIONS(2354), - [aux_sym__val_number_token5] = ACTIONS(2354), - [aux_sym__val_number_token6] = ACTIONS(2354), - [anon_sym_DQUOTE] = ACTIONS(2356), - [sym__str_single_quotes] = ACTIONS(2356), - [sym__str_back_ticks] = ACTIONS(2356), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2356), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2356), + [711] = { + [sym_comment] = STATE(711), + [anon_sym_export] = ACTIONS(2353), + [anon_sym_alias] = ACTIONS(2353), + [anon_sym_let] = ACTIONS(2353), + [anon_sym_let_DASHenv] = ACTIONS(2353), + [anon_sym_mut] = ACTIONS(2353), + [anon_sym_const] = ACTIONS(2353), + [aux_sym_cmd_identifier_token1] = ACTIONS(2353), + [aux_sym_cmd_identifier_token2] = ACTIONS(2355), + [aux_sym_cmd_identifier_token3] = ACTIONS(2355), + [aux_sym_cmd_identifier_token4] = ACTIONS(2355), + [aux_sym_cmd_identifier_token5] = ACTIONS(2355), + [aux_sym_cmd_identifier_token6] = ACTIONS(2355), + [aux_sym_cmd_identifier_token7] = ACTIONS(2355), + [aux_sym_cmd_identifier_token8] = ACTIONS(2353), + [aux_sym_cmd_identifier_token9] = ACTIONS(2353), + [aux_sym_cmd_identifier_token10] = ACTIONS(2355), + [aux_sym_cmd_identifier_token11] = ACTIONS(2355), + [aux_sym_cmd_identifier_token12] = ACTIONS(2353), + [aux_sym_cmd_identifier_token13] = ACTIONS(2353), + [aux_sym_cmd_identifier_token14] = ACTIONS(2353), + [aux_sym_cmd_identifier_token15] = ACTIONS(2353), + [aux_sym_cmd_identifier_token16] = ACTIONS(2355), + [aux_sym_cmd_identifier_token17] = ACTIONS(2355), + [aux_sym_cmd_identifier_token18] = ACTIONS(2355), + [aux_sym_cmd_identifier_token19] = ACTIONS(2355), + [aux_sym_cmd_identifier_token20] = ACTIONS(2355), + [aux_sym_cmd_identifier_token21] = ACTIONS(2355), + [aux_sym_cmd_identifier_token22] = ACTIONS(2355), + [aux_sym_cmd_identifier_token23] = ACTIONS(2355), + [aux_sym_cmd_identifier_token24] = ACTIONS(2355), + [aux_sym_cmd_identifier_token25] = ACTIONS(2355), + [aux_sym_cmd_identifier_token26] = ACTIONS(2355), + [aux_sym_cmd_identifier_token27] = ACTIONS(2355), + [aux_sym_cmd_identifier_token28] = ACTIONS(2355), + [aux_sym_cmd_identifier_token29] = ACTIONS(2355), + [aux_sym_cmd_identifier_token30] = ACTIONS(2355), + [aux_sym_cmd_identifier_token31] = ACTIONS(2355), + [aux_sym_cmd_identifier_token32] = ACTIONS(2355), + [aux_sym_cmd_identifier_token33] = ACTIONS(2355), + [aux_sym_cmd_identifier_token34] = ACTIONS(2353), + [aux_sym_cmd_identifier_token35] = ACTIONS(2355), + [aux_sym_cmd_identifier_token36] = ACTIONS(2355), + [aux_sym_cmd_identifier_token37] = ACTIONS(2355), + [aux_sym_cmd_identifier_token38] = ACTIONS(2353), + [aux_sym_cmd_identifier_token39] = ACTIONS(2355), + [aux_sym_cmd_identifier_token40] = ACTIONS(2355), + [anon_sym_def] = ACTIONS(2353), + [anon_sym_export_DASHenv] = ACTIONS(2353), + [anon_sym_extern] = ACTIONS(2353), + [anon_sym_module] = ACTIONS(2353), + [anon_sym_use] = ACTIONS(2353), + [anon_sym_LPAREN] = ACTIONS(2355), + [anon_sym_DOLLAR] = ACTIONS(2355), + [anon_sym_error] = ACTIONS(2353), + [anon_sym_DASH2] = ACTIONS(2353), + [anon_sym_break] = ACTIONS(2353), + [anon_sym_continue] = ACTIONS(2353), + [anon_sym_for] = ACTIONS(2353), + [anon_sym_in2] = ACTIONS(2353), + [anon_sym_loop] = ACTIONS(2353), + [anon_sym_make] = ACTIONS(2353), + [anon_sym_while] = ACTIONS(2353), + [anon_sym_do] = ACTIONS(2353), + [anon_sym_if] = ACTIONS(2353), + [anon_sym_else] = ACTIONS(2353), + [anon_sym_match] = ACTIONS(2353), + [anon_sym_RBRACE] = ACTIONS(2355), + [anon_sym_try] = ACTIONS(2353), + [anon_sym_catch] = ACTIONS(2353), + [anon_sym_return] = ACTIONS(2353), + [anon_sym_source] = ACTIONS(2353), + [anon_sym_source_DASHenv] = ACTIONS(2353), + [anon_sym_register] = ACTIONS(2353), + [anon_sym_hide] = ACTIONS(2353), + [anon_sym_hide_DASHenv] = ACTIONS(2353), + [anon_sym_overlay] = ACTIONS(2353), + [anon_sym_as] = ACTIONS(2353), + [anon_sym_PLUS2] = ACTIONS(2353), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2355), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2355), + [aux_sym__val_number_decimal_token1] = ACTIONS(2353), + [aux_sym__val_number_decimal_token2] = ACTIONS(2355), + [aux_sym__val_number_decimal_token3] = ACTIONS(2355), + [aux_sym__val_number_decimal_token4] = ACTIONS(2355), + [aux_sym__val_number_token1] = ACTIONS(2355), + [aux_sym__val_number_token2] = ACTIONS(2355), + [aux_sym__val_number_token3] = ACTIONS(2355), + [aux_sym__val_number_token4] = ACTIONS(2353), + [aux_sym__val_number_token5] = ACTIONS(2353), + [aux_sym__val_number_token6] = ACTIONS(2353), + [anon_sym_DQUOTE] = ACTIONS(2355), + [sym__str_single_quotes] = ACTIONS(2355), + [sym__str_back_ticks] = ACTIONS(2355), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2355), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2355), }, - [742] = { - [sym_comment] = STATE(742), - [anon_sym_export] = ACTIONS(1922), - [anon_sym_alias] = ACTIONS(1922), - [anon_sym_let] = ACTIONS(1922), - [anon_sym_let_DASHenv] = ACTIONS(1922), - [anon_sym_mut] = ACTIONS(1922), - [anon_sym_const] = ACTIONS(1922), - [aux_sym_cmd_identifier_token1] = ACTIONS(1922), - [aux_sym_cmd_identifier_token2] = ACTIONS(1924), - [aux_sym_cmd_identifier_token3] = ACTIONS(1924), - [aux_sym_cmd_identifier_token4] = ACTIONS(1924), - [aux_sym_cmd_identifier_token5] = ACTIONS(1924), - [aux_sym_cmd_identifier_token6] = ACTIONS(1924), - [aux_sym_cmd_identifier_token7] = ACTIONS(1924), - [aux_sym_cmd_identifier_token8] = ACTIONS(1922), - [aux_sym_cmd_identifier_token9] = ACTIONS(1922), - [aux_sym_cmd_identifier_token10] = ACTIONS(1924), - [aux_sym_cmd_identifier_token11] = ACTIONS(1924), - [aux_sym_cmd_identifier_token12] = ACTIONS(1922), - [aux_sym_cmd_identifier_token13] = ACTIONS(1922), - [aux_sym_cmd_identifier_token14] = ACTIONS(1922), - [aux_sym_cmd_identifier_token15] = ACTIONS(1922), - [aux_sym_cmd_identifier_token16] = ACTIONS(1924), - [aux_sym_cmd_identifier_token17] = ACTIONS(1924), - [aux_sym_cmd_identifier_token18] = ACTIONS(1924), - [aux_sym_cmd_identifier_token19] = ACTIONS(1924), - [aux_sym_cmd_identifier_token20] = ACTIONS(1924), - [aux_sym_cmd_identifier_token21] = ACTIONS(1924), - [aux_sym_cmd_identifier_token22] = ACTIONS(1924), - [aux_sym_cmd_identifier_token23] = ACTIONS(1924), - [aux_sym_cmd_identifier_token24] = ACTIONS(1924), - [aux_sym_cmd_identifier_token25] = ACTIONS(1924), - [aux_sym_cmd_identifier_token26] = ACTIONS(1924), - [aux_sym_cmd_identifier_token27] = ACTIONS(1924), - [aux_sym_cmd_identifier_token28] = ACTIONS(1924), - [aux_sym_cmd_identifier_token29] = ACTIONS(1924), - [aux_sym_cmd_identifier_token30] = ACTIONS(1924), - [aux_sym_cmd_identifier_token31] = ACTIONS(1924), - [aux_sym_cmd_identifier_token32] = ACTIONS(1924), - [aux_sym_cmd_identifier_token33] = ACTIONS(1924), - [aux_sym_cmd_identifier_token34] = ACTIONS(1922), - [aux_sym_cmd_identifier_token35] = ACTIONS(1924), - [aux_sym_cmd_identifier_token36] = ACTIONS(1924), - [aux_sym_cmd_identifier_token37] = ACTIONS(1924), - [aux_sym_cmd_identifier_token38] = ACTIONS(1922), - [aux_sym_cmd_identifier_token39] = ACTIONS(1924), - [aux_sym_cmd_identifier_token40] = ACTIONS(1924), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_export_DASHenv] = ACTIONS(1922), - [anon_sym_extern] = ACTIONS(1922), - [anon_sym_module] = ACTIONS(1922), - [anon_sym_use] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1924), - [anon_sym_DOLLAR] = ACTIONS(1924), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH2] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_in2] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_make] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_else] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1924), - [anon_sym_try] = ACTIONS(1922), - [anon_sym_catch] = ACTIONS(1922), - [anon_sym_return] = ACTIONS(1922), - [anon_sym_source] = ACTIONS(1922), - [anon_sym_source_DASHenv] = ACTIONS(1922), - [anon_sym_register] = ACTIONS(1922), - [anon_sym_hide] = ACTIONS(1922), - [anon_sym_hide_DASHenv] = ACTIONS(1922), - [anon_sym_overlay] = ACTIONS(1922), - [anon_sym_as] = ACTIONS(1922), - [anon_sym_PLUS2] = ACTIONS(1922), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1924), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1924), - [aux_sym__val_number_decimal_token1] = ACTIONS(1922), - [aux_sym__val_number_decimal_token2] = ACTIONS(1924), - [aux_sym__val_number_decimal_token3] = ACTIONS(1924), - [aux_sym__val_number_decimal_token4] = ACTIONS(1924), - [aux_sym__val_number_token1] = ACTIONS(1924), - [aux_sym__val_number_token2] = ACTIONS(1924), - [aux_sym__val_number_token3] = ACTIONS(1924), - [aux_sym__val_number_token4] = ACTIONS(1922), - [aux_sym__val_number_token5] = ACTIONS(1922), - [aux_sym__val_number_token6] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1924), - [sym__str_single_quotes] = ACTIONS(1924), - [sym__str_back_ticks] = ACTIONS(1924), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1924), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1924), + [712] = { + [sym_comment] = STATE(712), + [anon_sym_export] = ACTIONS(2357), + [anon_sym_alias] = ACTIONS(2357), + [anon_sym_let] = ACTIONS(2357), + [anon_sym_let_DASHenv] = ACTIONS(2357), + [anon_sym_mut] = ACTIONS(2357), + [anon_sym_const] = ACTIONS(2357), + [aux_sym_cmd_identifier_token1] = ACTIONS(2357), + [aux_sym_cmd_identifier_token2] = ACTIONS(2359), + [aux_sym_cmd_identifier_token3] = ACTIONS(2359), + [aux_sym_cmd_identifier_token4] = ACTIONS(2359), + [aux_sym_cmd_identifier_token5] = ACTIONS(2359), + [aux_sym_cmd_identifier_token6] = ACTIONS(2359), + [aux_sym_cmd_identifier_token7] = ACTIONS(2359), + [aux_sym_cmd_identifier_token8] = ACTIONS(2357), + [aux_sym_cmd_identifier_token9] = ACTIONS(2357), + [aux_sym_cmd_identifier_token10] = ACTIONS(2359), + [aux_sym_cmd_identifier_token11] = ACTIONS(2359), + [aux_sym_cmd_identifier_token12] = ACTIONS(2357), + [aux_sym_cmd_identifier_token13] = ACTIONS(2357), + [aux_sym_cmd_identifier_token14] = ACTIONS(2357), + [aux_sym_cmd_identifier_token15] = ACTIONS(2357), + [aux_sym_cmd_identifier_token16] = ACTIONS(2359), + [aux_sym_cmd_identifier_token17] = ACTIONS(2359), + [aux_sym_cmd_identifier_token18] = ACTIONS(2359), + [aux_sym_cmd_identifier_token19] = ACTIONS(2359), + [aux_sym_cmd_identifier_token20] = ACTIONS(2359), + [aux_sym_cmd_identifier_token21] = ACTIONS(2359), + [aux_sym_cmd_identifier_token22] = ACTIONS(2359), + [aux_sym_cmd_identifier_token23] = ACTIONS(2359), + [aux_sym_cmd_identifier_token24] = ACTIONS(2359), + [aux_sym_cmd_identifier_token25] = ACTIONS(2359), + [aux_sym_cmd_identifier_token26] = ACTIONS(2359), + [aux_sym_cmd_identifier_token27] = ACTIONS(2359), + [aux_sym_cmd_identifier_token28] = ACTIONS(2359), + [aux_sym_cmd_identifier_token29] = ACTIONS(2359), + [aux_sym_cmd_identifier_token30] = ACTIONS(2359), + [aux_sym_cmd_identifier_token31] = ACTIONS(2359), + [aux_sym_cmd_identifier_token32] = ACTIONS(2359), + [aux_sym_cmd_identifier_token33] = ACTIONS(2359), + [aux_sym_cmd_identifier_token34] = ACTIONS(2357), + [aux_sym_cmd_identifier_token35] = ACTIONS(2359), + [aux_sym_cmd_identifier_token36] = ACTIONS(2359), + [aux_sym_cmd_identifier_token37] = ACTIONS(2359), + [aux_sym_cmd_identifier_token38] = ACTIONS(2357), + [aux_sym_cmd_identifier_token39] = ACTIONS(2359), + [aux_sym_cmd_identifier_token40] = ACTIONS(2359), + [anon_sym_def] = ACTIONS(2357), + [anon_sym_export_DASHenv] = ACTIONS(2357), + [anon_sym_extern] = ACTIONS(2357), + [anon_sym_module] = ACTIONS(2357), + [anon_sym_use] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2359), + [anon_sym_DOLLAR] = ACTIONS(2359), + [anon_sym_error] = ACTIONS(2357), + [anon_sym_DASH2] = ACTIONS(2357), + [anon_sym_break] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2357), + [anon_sym_for] = ACTIONS(2357), + [anon_sym_in2] = ACTIONS(2357), + [anon_sym_loop] = ACTIONS(2357), + [anon_sym_make] = ACTIONS(2357), + [anon_sym_while] = ACTIONS(2357), + [anon_sym_do] = ACTIONS(2357), + [anon_sym_if] = ACTIONS(2357), + [anon_sym_else] = ACTIONS(2357), + [anon_sym_match] = ACTIONS(2357), + [anon_sym_RBRACE] = ACTIONS(2359), + [anon_sym_try] = ACTIONS(2357), + [anon_sym_catch] = ACTIONS(2357), + [anon_sym_return] = ACTIONS(2357), + [anon_sym_source] = ACTIONS(2357), + [anon_sym_source_DASHenv] = ACTIONS(2357), + [anon_sym_register] = ACTIONS(2357), + [anon_sym_hide] = ACTIONS(2357), + [anon_sym_hide_DASHenv] = ACTIONS(2357), + [anon_sym_overlay] = ACTIONS(2357), + [anon_sym_as] = ACTIONS(2357), + [anon_sym_PLUS2] = ACTIONS(2357), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2359), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2359), + [aux_sym__val_number_decimal_token1] = ACTIONS(2357), + [aux_sym__val_number_decimal_token2] = ACTIONS(2359), + [aux_sym__val_number_decimal_token3] = ACTIONS(2359), + [aux_sym__val_number_decimal_token4] = ACTIONS(2359), + [aux_sym__val_number_token1] = ACTIONS(2359), + [aux_sym__val_number_token2] = ACTIONS(2359), + [aux_sym__val_number_token3] = ACTIONS(2359), + [aux_sym__val_number_token4] = ACTIONS(2357), + [aux_sym__val_number_token5] = ACTIONS(2357), + [aux_sym__val_number_token6] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2359), + [sym__str_single_quotes] = ACTIONS(2359), + [sym__str_back_ticks] = ACTIONS(2359), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2359), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2359), }, - [743] = { - [sym_comment] = STATE(743), - [anon_sym_export] = ACTIONS(2358), - [anon_sym_alias] = ACTIONS(2358), - [anon_sym_let] = ACTIONS(2358), - [anon_sym_let_DASHenv] = ACTIONS(2358), - [anon_sym_mut] = ACTIONS(2358), - [anon_sym_const] = ACTIONS(2358), - [aux_sym_cmd_identifier_token1] = ACTIONS(2358), - [aux_sym_cmd_identifier_token2] = ACTIONS(2360), - [aux_sym_cmd_identifier_token3] = ACTIONS(2360), - [aux_sym_cmd_identifier_token4] = ACTIONS(2360), - [aux_sym_cmd_identifier_token5] = ACTIONS(2360), - [aux_sym_cmd_identifier_token6] = ACTIONS(2360), - [aux_sym_cmd_identifier_token7] = ACTIONS(2360), - [aux_sym_cmd_identifier_token8] = ACTIONS(2358), - [aux_sym_cmd_identifier_token9] = ACTIONS(2358), - [aux_sym_cmd_identifier_token10] = ACTIONS(2360), - [aux_sym_cmd_identifier_token11] = ACTIONS(2360), - [aux_sym_cmd_identifier_token12] = ACTIONS(2358), - [aux_sym_cmd_identifier_token13] = ACTIONS(2358), - [aux_sym_cmd_identifier_token14] = ACTIONS(2358), - [aux_sym_cmd_identifier_token15] = ACTIONS(2358), - [aux_sym_cmd_identifier_token16] = ACTIONS(2360), - [aux_sym_cmd_identifier_token17] = ACTIONS(2360), - [aux_sym_cmd_identifier_token18] = ACTIONS(2360), - [aux_sym_cmd_identifier_token19] = ACTIONS(2360), - [aux_sym_cmd_identifier_token20] = ACTIONS(2360), - [aux_sym_cmd_identifier_token21] = ACTIONS(2360), - [aux_sym_cmd_identifier_token22] = ACTIONS(2360), - [aux_sym_cmd_identifier_token23] = ACTIONS(2360), - [aux_sym_cmd_identifier_token24] = ACTIONS(2360), - [aux_sym_cmd_identifier_token25] = ACTIONS(2360), - [aux_sym_cmd_identifier_token26] = ACTIONS(2360), - [aux_sym_cmd_identifier_token27] = ACTIONS(2360), - [aux_sym_cmd_identifier_token28] = ACTIONS(2360), - [aux_sym_cmd_identifier_token29] = ACTIONS(2360), - [aux_sym_cmd_identifier_token30] = ACTIONS(2360), - [aux_sym_cmd_identifier_token31] = ACTIONS(2360), - [aux_sym_cmd_identifier_token32] = ACTIONS(2360), - [aux_sym_cmd_identifier_token33] = ACTIONS(2360), - [aux_sym_cmd_identifier_token34] = ACTIONS(2358), - [aux_sym_cmd_identifier_token35] = ACTIONS(2360), - [aux_sym_cmd_identifier_token36] = ACTIONS(2360), - [aux_sym_cmd_identifier_token37] = ACTIONS(2360), - [aux_sym_cmd_identifier_token38] = ACTIONS(2358), - [aux_sym_cmd_identifier_token39] = ACTIONS(2360), - [aux_sym_cmd_identifier_token40] = ACTIONS(2360), - [anon_sym_def] = ACTIONS(2358), - [anon_sym_export_DASHenv] = ACTIONS(2358), - [anon_sym_extern] = ACTIONS(2358), - [anon_sym_module] = ACTIONS(2358), - [anon_sym_use] = ACTIONS(2358), - [anon_sym_LPAREN] = ACTIONS(2360), - [anon_sym_DOLLAR] = ACTIONS(2360), - [anon_sym_error] = ACTIONS(2358), - [anon_sym_DASH2] = ACTIONS(2358), - [anon_sym_break] = ACTIONS(2358), - [anon_sym_continue] = ACTIONS(2358), - [anon_sym_for] = ACTIONS(2358), - [anon_sym_in2] = ACTIONS(2358), - [anon_sym_loop] = ACTIONS(2358), - [anon_sym_make] = ACTIONS(2358), - [anon_sym_while] = ACTIONS(2358), - [anon_sym_do] = ACTIONS(2358), - [anon_sym_if] = ACTIONS(2358), - [anon_sym_else] = ACTIONS(2358), - [anon_sym_match] = ACTIONS(2358), - [anon_sym_RBRACE] = ACTIONS(2360), - [anon_sym_try] = ACTIONS(2358), - [anon_sym_catch] = ACTIONS(2358), - [anon_sym_return] = ACTIONS(2358), - [anon_sym_source] = ACTIONS(2358), - [anon_sym_source_DASHenv] = ACTIONS(2358), - [anon_sym_register] = ACTIONS(2358), - [anon_sym_hide] = ACTIONS(2358), - [anon_sym_hide_DASHenv] = ACTIONS(2358), - [anon_sym_overlay] = ACTIONS(2358), - [anon_sym_as] = ACTIONS(2358), - [anon_sym_PLUS2] = ACTIONS(2358), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2360), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2360), - [aux_sym__val_number_decimal_token1] = ACTIONS(2358), - [aux_sym__val_number_decimal_token2] = ACTIONS(2360), - [aux_sym__val_number_decimal_token3] = ACTIONS(2360), - [aux_sym__val_number_decimal_token4] = ACTIONS(2360), - [aux_sym__val_number_token1] = ACTIONS(2360), - [aux_sym__val_number_token2] = ACTIONS(2360), - [aux_sym__val_number_token3] = ACTIONS(2360), - [aux_sym__val_number_token4] = ACTIONS(2358), - [aux_sym__val_number_token5] = ACTIONS(2358), - [aux_sym__val_number_token6] = ACTIONS(2358), - [anon_sym_DQUOTE] = ACTIONS(2360), - [sym__str_single_quotes] = ACTIONS(2360), - [sym__str_back_ticks] = ACTIONS(2360), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2360), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2360), + [713] = { + [sym_comment] = STATE(713), + [anon_sym_export] = ACTIONS(2361), + [anon_sym_alias] = ACTIONS(2361), + [anon_sym_let] = ACTIONS(2361), + [anon_sym_let_DASHenv] = ACTIONS(2361), + [anon_sym_mut] = ACTIONS(2361), + [anon_sym_const] = ACTIONS(2361), + [aux_sym_cmd_identifier_token1] = ACTIONS(2361), + [aux_sym_cmd_identifier_token2] = ACTIONS(2363), + [aux_sym_cmd_identifier_token3] = ACTIONS(2363), + [aux_sym_cmd_identifier_token4] = ACTIONS(2363), + [aux_sym_cmd_identifier_token5] = ACTIONS(2363), + [aux_sym_cmd_identifier_token6] = ACTIONS(2363), + [aux_sym_cmd_identifier_token7] = ACTIONS(2363), + [aux_sym_cmd_identifier_token8] = ACTIONS(2361), + [aux_sym_cmd_identifier_token9] = ACTIONS(2361), + [aux_sym_cmd_identifier_token10] = ACTIONS(2363), + [aux_sym_cmd_identifier_token11] = ACTIONS(2363), + [aux_sym_cmd_identifier_token12] = ACTIONS(2361), + [aux_sym_cmd_identifier_token13] = ACTIONS(2361), + [aux_sym_cmd_identifier_token14] = ACTIONS(2361), + [aux_sym_cmd_identifier_token15] = ACTIONS(2361), + [aux_sym_cmd_identifier_token16] = ACTIONS(2363), + [aux_sym_cmd_identifier_token17] = ACTIONS(2363), + [aux_sym_cmd_identifier_token18] = ACTIONS(2363), + [aux_sym_cmd_identifier_token19] = ACTIONS(2363), + [aux_sym_cmd_identifier_token20] = ACTIONS(2363), + [aux_sym_cmd_identifier_token21] = ACTIONS(2363), + [aux_sym_cmd_identifier_token22] = ACTIONS(2363), + [aux_sym_cmd_identifier_token23] = ACTIONS(2363), + [aux_sym_cmd_identifier_token24] = ACTIONS(2363), + [aux_sym_cmd_identifier_token25] = ACTIONS(2363), + [aux_sym_cmd_identifier_token26] = ACTIONS(2363), + [aux_sym_cmd_identifier_token27] = ACTIONS(2363), + [aux_sym_cmd_identifier_token28] = ACTIONS(2363), + [aux_sym_cmd_identifier_token29] = ACTIONS(2363), + [aux_sym_cmd_identifier_token30] = ACTIONS(2363), + [aux_sym_cmd_identifier_token31] = ACTIONS(2363), + [aux_sym_cmd_identifier_token32] = ACTIONS(2363), + [aux_sym_cmd_identifier_token33] = ACTIONS(2363), + [aux_sym_cmd_identifier_token34] = ACTIONS(2361), + [aux_sym_cmd_identifier_token35] = ACTIONS(2363), + [aux_sym_cmd_identifier_token36] = ACTIONS(2363), + [aux_sym_cmd_identifier_token37] = ACTIONS(2363), + [aux_sym_cmd_identifier_token38] = ACTIONS(2361), + [aux_sym_cmd_identifier_token39] = ACTIONS(2363), + [aux_sym_cmd_identifier_token40] = ACTIONS(2363), + [anon_sym_def] = ACTIONS(2361), + [anon_sym_export_DASHenv] = ACTIONS(2361), + [anon_sym_extern] = ACTIONS(2361), + [anon_sym_module] = ACTIONS(2361), + [anon_sym_use] = ACTIONS(2361), + [anon_sym_LPAREN] = ACTIONS(2363), + [anon_sym_DOLLAR] = ACTIONS(2363), + [anon_sym_error] = ACTIONS(2361), + [anon_sym_DASH2] = ACTIONS(2361), + [anon_sym_break] = ACTIONS(2361), + [anon_sym_continue] = ACTIONS(2361), + [anon_sym_for] = ACTIONS(2361), + [anon_sym_in2] = ACTIONS(2361), + [anon_sym_loop] = ACTIONS(2361), + [anon_sym_make] = ACTIONS(2361), + [anon_sym_while] = ACTIONS(2361), + [anon_sym_do] = ACTIONS(2361), + [anon_sym_if] = ACTIONS(2361), + [anon_sym_else] = ACTIONS(2361), + [anon_sym_match] = ACTIONS(2361), + [anon_sym_RBRACE] = ACTIONS(2363), + [anon_sym_try] = ACTIONS(2361), + [anon_sym_catch] = ACTIONS(2361), + [anon_sym_return] = ACTIONS(2361), + [anon_sym_source] = ACTIONS(2361), + [anon_sym_source_DASHenv] = ACTIONS(2361), + [anon_sym_register] = ACTIONS(2361), + [anon_sym_hide] = ACTIONS(2361), + [anon_sym_hide_DASHenv] = ACTIONS(2361), + [anon_sym_overlay] = ACTIONS(2361), + [anon_sym_as] = ACTIONS(2361), + [anon_sym_PLUS2] = ACTIONS(2361), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2363), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2363), + [aux_sym__val_number_decimal_token1] = ACTIONS(2361), + [aux_sym__val_number_decimal_token2] = ACTIONS(2363), + [aux_sym__val_number_decimal_token3] = ACTIONS(2363), + [aux_sym__val_number_decimal_token4] = ACTIONS(2363), + [aux_sym__val_number_token1] = ACTIONS(2363), + [aux_sym__val_number_token2] = ACTIONS(2363), + [aux_sym__val_number_token3] = ACTIONS(2363), + [aux_sym__val_number_token4] = ACTIONS(2361), + [aux_sym__val_number_token5] = ACTIONS(2361), + [aux_sym__val_number_token6] = ACTIONS(2361), + [anon_sym_DQUOTE] = ACTIONS(2363), + [sym__str_single_quotes] = ACTIONS(2363), + [sym__str_back_ticks] = ACTIONS(2363), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2363), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2363), }, - [744] = { - [sym_comment] = STATE(744), - [anon_sym_export] = ACTIONS(2043), - [anon_sym_alias] = ACTIONS(2043), - [anon_sym_let] = ACTIONS(2043), - [anon_sym_let_DASHenv] = ACTIONS(2043), - [anon_sym_mut] = ACTIONS(2043), - [anon_sym_const] = ACTIONS(2043), - [aux_sym_cmd_identifier_token1] = ACTIONS(2043), - [aux_sym_cmd_identifier_token2] = ACTIONS(2049), - [aux_sym_cmd_identifier_token3] = ACTIONS(2049), - [aux_sym_cmd_identifier_token4] = ACTIONS(2049), - [aux_sym_cmd_identifier_token5] = ACTIONS(2049), - [aux_sym_cmd_identifier_token6] = ACTIONS(2049), - [aux_sym_cmd_identifier_token7] = ACTIONS(2049), - [aux_sym_cmd_identifier_token8] = ACTIONS(2043), - [aux_sym_cmd_identifier_token9] = ACTIONS(2043), - [aux_sym_cmd_identifier_token10] = ACTIONS(2049), - [aux_sym_cmd_identifier_token11] = ACTIONS(2049), - [aux_sym_cmd_identifier_token12] = ACTIONS(2043), - [aux_sym_cmd_identifier_token13] = ACTIONS(2043), - [aux_sym_cmd_identifier_token14] = ACTIONS(2043), - [aux_sym_cmd_identifier_token15] = ACTIONS(2043), - [aux_sym_cmd_identifier_token16] = ACTIONS(2049), - [aux_sym_cmd_identifier_token17] = ACTIONS(2049), - [aux_sym_cmd_identifier_token18] = ACTIONS(2049), - [aux_sym_cmd_identifier_token19] = ACTIONS(2049), - [aux_sym_cmd_identifier_token20] = ACTIONS(2049), - [aux_sym_cmd_identifier_token21] = ACTIONS(2049), - [aux_sym_cmd_identifier_token22] = ACTIONS(2049), - [aux_sym_cmd_identifier_token23] = ACTIONS(2049), - [aux_sym_cmd_identifier_token24] = ACTIONS(2049), - [aux_sym_cmd_identifier_token25] = ACTIONS(2049), - [aux_sym_cmd_identifier_token26] = ACTIONS(2049), - [aux_sym_cmd_identifier_token27] = ACTIONS(2049), - [aux_sym_cmd_identifier_token28] = ACTIONS(2049), - [aux_sym_cmd_identifier_token29] = ACTIONS(2049), - [aux_sym_cmd_identifier_token30] = ACTIONS(2049), - [aux_sym_cmd_identifier_token31] = ACTIONS(2049), - [aux_sym_cmd_identifier_token32] = ACTIONS(2049), - [aux_sym_cmd_identifier_token33] = ACTIONS(2049), - [aux_sym_cmd_identifier_token34] = ACTIONS(2043), - [aux_sym_cmd_identifier_token35] = ACTIONS(2049), - [aux_sym_cmd_identifier_token36] = ACTIONS(2049), - [aux_sym_cmd_identifier_token37] = ACTIONS(2049), - [aux_sym_cmd_identifier_token38] = ACTIONS(2043), - [aux_sym_cmd_identifier_token39] = ACTIONS(2049), - [aux_sym_cmd_identifier_token40] = ACTIONS(2049), - [anon_sym_def] = ACTIONS(2043), - [anon_sym_export_DASHenv] = ACTIONS(2043), - [anon_sym_extern] = ACTIONS(2043), - [anon_sym_module] = ACTIONS(2043), - [anon_sym_use] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2049), - [anon_sym_DOLLAR] = ACTIONS(2049), - [anon_sym_error] = ACTIONS(2043), - [anon_sym_DASH2] = ACTIONS(2043), - [anon_sym_break] = ACTIONS(2043), - [anon_sym_continue] = ACTIONS(2043), - [anon_sym_for] = ACTIONS(2043), - [anon_sym_in2] = ACTIONS(2043), - [anon_sym_loop] = ACTIONS(2043), - [anon_sym_make] = ACTIONS(2043), - [anon_sym_while] = ACTIONS(2043), - [anon_sym_do] = ACTIONS(2043), - [anon_sym_if] = ACTIONS(2043), - [anon_sym_else] = ACTIONS(2043), - [anon_sym_match] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2049), - [anon_sym_try] = ACTIONS(2043), - [anon_sym_catch] = ACTIONS(2043), - [anon_sym_return] = ACTIONS(2043), - [anon_sym_source] = ACTIONS(2043), - [anon_sym_source_DASHenv] = ACTIONS(2043), - [anon_sym_register] = ACTIONS(2043), - [anon_sym_hide] = ACTIONS(2043), - [anon_sym_hide_DASHenv] = ACTIONS(2043), - [anon_sym_overlay] = ACTIONS(2043), - [anon_sym_as] = ACTIONS(2043), - [anon_sym_PLUS2] = ACTIONS(2043), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2049), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2049), - [aux_sym__val_number_decimal_token1] = ACTIONS(2043), - [aux_sym__val_number_decimal_token2] = ACTIONS(2049), - [aux_sym__val_number_decimal_token3] = ACTIONS(2049), - [aux_sym__val_number_decimal_token4] = ACTIONS(2049), - [aux_sym__val_number_token1] = ACTIONS(2049), - [aux_sym__val_number_token2] = ACTIONS(2049), - [aux_sym__val_number_token3] = ACTIONS(2049), - [aux_sym__val_number_token4] = ACTIONS(2043), - [aux_sym__val_number_token5] = ACTIONS(2043), - [aux_sym__val_number_token6] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(2049), - [sym__str_single_quotes] = ACTIONS(2049), - [sym__str_back_ticks] = ACTIONS(2049), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2049), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2049), + [714] = { + [sym_comment] = STATE(714), + [anon_sym_export] = ACTIONS(2365), + [anon_sym_alias] = ACTIONS(2365), + [anon_sym_let] = ACTIONS(2365), + [anon_sym_let_DASHenv] = ACTIONS(2365), + [anon_sym_mut] = ACTIONS(2365), + [anon_sym_const] = ACTIONS(2365), + [aux_sym_cmd_identifier_token1] = ACTIONS(2365), + [aux_sym_cmd_identifier_token2] = ACTIONS(2367), + [aux_sym_cmd_identifier_token3] = ACTIONS(2367), + [aux_sym_cmd_identifier_token4] = ACTIONS(2367), + [aux_sym_cmd_identifier_token5] = ACTIONS(2367), + [aux_sym_cmd_identifier_token6] = ACTIONS(2367), + [aux_sym_cmd_identifier_token7] = ACTIONS(2367), + [aux_sym_cmd_identifier_token8] = ACTIONS(2365), + [aux_sym_cmd_identifier_token9] = ACTIONS(2365), + [aux_sym_cmd_identifier_token10] = ACTIONS(2367), + [aux_sym_cmd_identifier_token11] = ACTIONS(2367), + [aux_sym_cmd_identifier_token12] = ACTIONS(2365), + [aux_sym_cmd_identifier_token13] = ACTIONS(2365), + [aux_sym_cmd_identifier_token14] = ACTIONS(2365), + [aux_sym_cmd_identifier_token15] = ACTIONS(2365), + [aux_sym_cmd_identifier_token16] = ACTIONS(2367), + [aux_sym_cmd_identifier_token17] = ACTIONS(2367), + [aux_sym_cmd_identifier_token18] = ACTIONS(2367), + [aux_sym_cmd_identifier_token19] = ACTIONS(2367), + [aux_sym_cmd_identifier_token20] = ACTIONS(2367), + [aux_sym_cmd_identifier_token21] = ACTIONS(2367), + [aux_sym_cmd_identifier_token22] = ACTIONS(2367), + [aux_sym_cmd_identifier_token23] = ACTIONS(2367), + [aux_sym_cmd_identifier_token24] = ACTIONS(2367), + [aux_sym_cmd_identifier_token25] = ACTIONS(2367), + [aux_sym_cmd_identifier_token26] = ACTIONS(2367), + [aux_sym_cmd_identifier_token27] = ACTIONS(2367), + [aux_sym_cmd_identifier_token28] = ACTIONS(2367), + [aux_sym_cmd_identifier_token29] = ACTIONS(2367), + [aux_sym_cmd_identifier_token30] = ACTIONS(2367), + [aux_sym_cmd_identifier_token31] = ACTIONS(2367), + [aux_sym_cmd_identifier_token32] = ACTIONS(2367), + [aux_sym_cmd_identifier_token33] = ACTIONS(2367), + [aux_sym_cmd_identifier_token34] = ACTIONS(2365), + [aux_sym_cmd_identifier_token35] = ACTIONS(2367), + [aux_sym_cmd_identifier_token36] = ACTIONS(2367), + [aux_sym_cmd_identifier_token37] = ACTIONS(2367), + [aux_sym_cmd_identifier_token38] = ACTIONS(2365), + [aux_sym_cmd_identifier_token39] = ACTIONS(2367), + [aux_sym_cmd_identifier_token40] = ACTIONS(2367), + [anon_sym_def] = ACTIONS(2365), + [anon_sym_export_DASHenv] = ACTIONS(2365), + [anon_sym_extern] = ACTIONS(2365), + [anon_sym_module] = ACTIONS(2365), + [anon_sym_use] = ACTIONS(2365), + [anon_sym_LPAREN] = ACTIONS(2367), + [anon_sym_DOLLAR] = ACTIONS(2367), + [anon_sym_error] = ACTIONS(2365), + [anon_sym_DASH2] = ACTIONS(2365), + [anon_sym_break] = ACTIONS(2365), + [anon_sym_continue] = ACTIONS(2365), + [anon_sym_for] = ACTIONS(2365), + [anon_sym_in2] = ACTIONS(2365), + [anon_sym_loop] = ACTIONS(2365), + [anon_sym_make] = ACTIONS(2365), + [anon_sym_while] = ACTIONS(2365), + [anon_sym_do] = ACTIONS(2365), + [anon_sym_if] = ACTIONS(2365), + [anon_sym_else] = ACTIONS(2365), + [anon_sym_match] = ACTIONS(2365), + [anon_sym_RBRACE] = ACTIONS(2367), + [anon_sym_try] = ACTIONS(2365), + [anon_sym_catch] = ACTIONS(2365), + [anon_sym_return] = ACTIONS(2365), + [anon_sym_source] = ACTIONS(2365), + [anon_sym_source_DASHenv] = ACTIONS(2365), + [anon_sym_register] = ACTIONS(2365), + [anon_sym_hide] = ACTIONS(2365), + [anon_sym_hide_DASHenv] = ACTIONS(2365), + [anon_sym_overlay] = ACTIONS(2365), + [anon_sym_as] = ACTIONS(2365), + [anon_sym_PLUS2] = ACTIONS(2365), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2367), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2367), + [aux_sym__val_number_decimal_token1] = ACTIONS(2365), + [aux_sym__val_number_decimal_token2] = ACTIONS(2367), + [aux_sym__val_number_decimal_token3] = ACTIONS(2367), + [aux_sym__val_number_decimal_token4] = ACTIONS(2367), + [aux_sym__val_number_token1] = ACTIONS(2367), + [aux_sym__val_number_token2] = ACTIONS(2367), + [aux_sym__val_number_token3] = ACTIONS(2367), + [aux_sym__val_number_token4] = ACTIONS(2365), + [aux_sym__val_number_token5] = ACTIONS(2365), + [aux_sym__val_number_token6] = ACTIONS(2365), + [anon_sym_DQUOTE] = ACTIONS(2367), + [sym__str_single_quotes] = ACTIONS(2367), + [sym__str_back_ticks] = ACTIONS(2367), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2367), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2367), }, - [745] = { - [sym_comment] = STATE(745), - [anon_sym_export] = ACTIONS(2362), - [anon_sym_alias] = ACTIONS(2362), - [anon_sym_let] = ACTIONS(2362), - [anon_sym_let_DASHenv] = ACTIONS(2362), - [anon_sym_mut] = ACTIONS(2362), - [anon_sym_const] = ACTIONS(2362), - [aux_sym_cmd_identifier_token1] = ACTIONS(2362), - [aux_sym_cmd_identifier_token2] = ACTIONS(2364), - [aux_sym_cmd_identifier_token3] = ACTIONS(2364), - [aux_sym_cmd_identifier_token4] = ACTIONS(2364), - [aux_sym_cmd_identifier_token5] = ACTIONS(2364), - [aux_sym_cmd_identifier_token6] = ACTIONS(2364), - [aux_sym_cmd_identifier_token7] = ACTIONS(2364), - [aux_sym_cmd_identifier_token8] = ACTIONS(2362), - [aux_sym_cmd_identifier_token9] = ACTIONS(2362), - [aux_sym_cmd_identifier_token10] = ACTIONS(2364), - [aux_sym_cmd_identifier_token11] = ACTIONS(2364), - [aux_sym_cmd_identifier_token12] = ACTIONS(2362), - [aux_sym_cmd_identifier_token13] = ACTIONS(2362), - [aux_sym_cmd_identifier_token14] = ACTIONS(2362), - [aux_sym_cmd_identifier_token15] = ACTIONS(2362), - [aux_sym_cmd_identifier_token16] = ACTIONS(2364), - [aux_sym_cmd_identifier_token17] = ACTIONS(2364), - [aux_sym_cmd_identifier_token18] = ACTIONS(2364), - [aux_sym_cmd_identifier_token19] = ACTIONS(2364), - [aux_sym_cmd_identifier_token20] = ACTIONS(2364), - [aux_sym_cmd_identifier_token21] = ACTIONS(2364), - [aux_sym_cmd_identifier_token22] = ACTIONS(2364), - [aux_sym_cmd_identifier_token23] = ACTIONS(2364), - [aux_sym_cmd_identifier_token24] = ACTIONS(2364), - [aux_sym_cmd_identifier_token25] = ACTIONS(2364), - [aux_sym_cmd_identifier_token26] = ACTIONS(2364), - [aux_sym_cmd_identifier_token27] = ACTIONS(2364), - [aux_sym_cmd_identifier_token28] = ACTIONS(2364), - [aux_sym_cmd_identifier_token29] = ACTIONS(2364), - [aux_sym_cmd_identifier_token30] = ACTIONS(2364), - [aux_sym_cmd_identifier_token31] = ACTIONS(2364), - [aux_sym_cmd_identifier_token32] = ACTIONS(2364), - [aux_sym_cmd_identifier_token33] = ACTIONS(2364), - [aux_sym_cmd_identifier_token34] = ACTIONS(2362), - [aux_sym_cmd_identifier_token35] = ACTIONS(2364), - [aux_sym_cmd_identifier_token36] = ACTIONS(2364), - [aux_sym_cmd_identifier_token37] = ACTIONS(2364), - [aux_sym_cmd_identifier_token38] = ACTIONS(2362), - [aux_sym_cmd_identifier_token39] = ACTIONS(2364), - [aux_sym_cmd_identifier_token40] = ACTIONS(2364), - [anon_sym_def] = ACTIONS(2362), - [anon_sym_export_DASHenv] = ACTIONS(2362), - [anon_sym_extern] = ACTIONS(2362), - [anon_sym_module] = ACTIONS(2362), - [anon_sym_use] = ACTIONS(2362), - [anon_sym_LPAREN] = ACTIONS(2364), - [anon_sym_DOLLAR] = ACTIONS(2364), - [anon_sym_error] = ACTIONS(2362), - [anon_sym_DASH2] = ACTIONS(2362), - [anon_sym_break] = ACTIONS(2362), - [anon_sym_continue] = ACTIONS(2362), - [anon_sym_for] = ACTIONS(2362), - [anon_sym_in2] = ACTIONS(2362), - [anon_sym_loop] = ACTIONS(2362), - [anon_sym_make] = ACTIONS(2362), - [anon_sym_while] = ACTIONS(2362), - [anon_sym_do] = ACTIONS(2362), - [anon_sym_if] = ACTIONS(2362), - [anon_sym_else] = ACTIONS(2362), - [anon_sym_match] = ACTIONS(2362), - [anon_sym_RBRACE] = ACTIONS(2364), - [anon_sym_try] = ACTIONS(2362), - [anon_sym_catch] = ACTIONS(2362), - [anon_sym_return] = ACTIONS(2362), - [anon_sym_source] = ACTIONS(2362), - [anon_sym_source_DASHenv] = ACTIONS(2362), - [anon_sym_register] = ACTIONS(2362), - [anon_sym_hide] = ACTIONS(2362), - [anon_sym_hide_DASHenv] = ACTIONS(2362), - [anon_sym_overlay] = ACTIONS(2362), - [anon_sym_as] = ACTIONS(2362), - [anon_sym_PLUS2] = ACTIONS(2362), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2364), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2364), - [aux_sym__val_number_decimal_token1] = ACTIONS(2362), - [aux_sym__val_number_decimal_token2] = ACTIONS(2364), - [aux_sym__val_number_decimal_token3] = ACTIONS(2364), - [aux_sym__val_number_decimal_token4] = ACTIONS(2364), - [aux_sym__val_number_token1] = ACTIONS(2364), - [aux_sym__val_number_token2] = ACTIONS(2364), - [aux_sym__val_number_token3] = ACTIONS(2364), - [aux_sym__val_number_token4] = ACTIONS(2362), - [aux_sym__val_number_token5] = ACTIONS(2362), - [aux_sym__val_number_token6] = ACTIONS(2362), - [anon_sym_DQUOTE] = ACTIONS(2364), - [sym__str_single_quotes] = ACTIONS(2364), - [sym__str_back_ticks] = ACTIONS(2364), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2364), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2364), + [715] = { + [sym_comment] = STATE(715), + [anon_sym_export] = ACTIONS(2369), + [anon_sym_alias] = ACTIONS(2369), + [anon_sym_let] = ACTIONS(2369), + [anon_sym_let_DASHenv] = ACTIONS(2369), + [anon_sym_mut] = ACTIONS(2369), + [anon_sym_const] = ACTIONS(2369), + [aux_sym_cmd_identifier_token1] = ACTIONS(2369), + [aux_sym_cmd_identifier_token2] = ACTIONS(2371), + [aux_sym_cmd_identifier_token3] = ACTIONS(2371), + [aux_sym_cmd_identifier_token4] = ACTIONS(2371), + [aux_sym_cmd_identifier_token5] = ACTIONS(2371), + [aux_sym_cmd_identifier_token6] = ACTIONS(2371), + [aux_sym_cmd_identifier_token7] = ACTIONS(2371), + [aux_sym_cmd_identifier_token8] = ACTIONS(2369), + [aux_sym_cmd_identifier_token9] = ACTIONS(2369), + [aux_sym_cmd_identifier_token10] = ACTIONS(2371), + [aux_sym_cmd_identifier_token11] = ACTIONS(2371), + [aux_sym_cmd_identifier_token12] = ACTIONS(2369), + [aux_sym_cmd_identifier_token13] = ACTIONS(2369), + [aux_sym_cmd_identifier_token14] = ACTIONS(2369), + [aux_sym_cmd_identifier_token15] = ACTIONS(2369), + [aux_sym_cmd_identifier_token16] = ACTIONS(2371), + [aux_sym_cmd_identifier_token17] = ACTIONS(2371), + [aux_sym_cmd_identifier_token18] = ACTIONS(2371), + [aux_sym_cmd_identifier_token19] = ACTIONS(2371), + [aux_sym_cmd_identifier_token20] = ACTIONS(2371), + [aux_sym_cmd_identifier_token21] = ACTIONS(2371), + [aux_sym_cmd_identifier_token22] = ACTIONS(2371), + [aux_sym_cmd_identifier_token23] = ACTIONS(2371), + [aux_sym_cmd_identifier_token24] = ACTIONS(2371), + [aux_sym_cmd_identifier_token25] = ACTIONS(2371), + [aux_sym_cmd_identifier_token26] = ACTIONS(2371), + [aux_sym_cmd_identifier_token27] = ACTIONS(2371), + [aux_sym_cmd_identifier_token28] = ACTIONS(2371), + [aux_sym_cmd_identifier_token29] = ACTIONS(2371), + [aux_sym_cmd_identifier_token30] = ACTIONS(2371), + [aux_sym_cmd_identifier_token31] = ACTIONS(2371), + [aux_sym_cmd_identifier_token32] = ACTIONS(2371), + [aux_sym_cmd_identifier_token33] = ACTIONS(2371), + [aux_sym_cmd_identifier_token34] = ACTIONS(2369), + [aux_sym_cmd_identifier_token35] = ACTIONS(2371), + [aux_sym_cmd_identifier_token36] = ACTIONS(2371), + [aux_sym_cmd_identifier_token37] = ACTIONS(2371), + [aux_sym_cmd_identifier_token38] = ACTIONS(2369), + [aux_sym_cmd_identifier_token39] = ACTIONS(2371), + [aux_sym_cmd_identifier_token40] = ACTIONS(2371), + [anon_sym_def] = ACTIONS(2369), + [anon_sym_export_DASHenv] = ACTIONS(2369), + [anon_sym_extern] = ACTIONS(2369), + [anon_sym_module] = ACTIONS(2369), + [anon_sym_use] = ACTIONS(2369), + [anon_sym_LPAREN] = ACTIONS(2371), + [anon_sym_DOLLAR] = ACTIONS(2371), + [anon_sym_error] = ACTIONS(2369), + [anon_sym_DASH2] = ACTIONS(2369), + [anon_sym_break] = ACTIONS(2369), + [anon_sym_continue] = ACTIONS(2369), + [anon_sym_for] = ACTIONS(2369), + [anon_sym_in2] = ACTIONS(2369), + [anon_sym_loop] = ACTIONS(2369), + [anon_sym_make] = ACTIONS(2369), + [anon_sym_while] = ACTIONS(2369), + [anon_sym_do] = ACTIONS(2369), + [anon_sym_if] = ACTIONS(2369), + [anon_sym_else] = ACTIONS(2369), + [anon_sym_match] = ACTIONS(2369), + [anon_sym_RBRACE] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2369), + [anon_sym_catch] = ACTIONS(2369), + [anon_sym_return] = ACTIONS(2369), + [anon_sym_source] = ACTIONS(2369), + [anon_sym_source_DASHenv] = ACTIONS(2369), + [anon_sym_register] = ACTIONS(2369), + [anon_sym_hide] = ACTIONS(2369), + [anon_sym_hide_DASHenv] = ACTIONS(2369), + [anon_sym_overlay] = ACTIONS(2369), + [anon_sym_as] = ACTIONS(2369), + [anon_sym_PLUS2] = ACTIONS(2369), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2371), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2371), + [aux_sym__val_number_decimal_token1] = ACTIONS(2369), + [aux_sym__val_number_decimal_token2] = ACTIONS(2371), + [aux_sym__val_number_decimal_token3] = ACTIONS(2371), + [aux_sym__val_number_decimal_token4] = ACTIONS(2371), + [aux_sym__val_number_token1] = ACTIONS(2371), + [aux_sym__val_number_token2] = ACTIONS(2371), + [aux_sym__val_number_token3] = ACTIONS(2371), + [aux_sym__val_number_token4] = ACTIONS(2369), + [aux_sym__val_number_token5] = ACTIONS(2369), + [aux_sym__val_number_token6] = ACTIONS(2369), + [anon_sym_DQUOTE] = ACTIONS(2371), + [sym__str_single_quotes] = ACTIONS(2371), + [sym__str_back_ticks] = ACTIONS(2371), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2371), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2371), }, - [746] = { - [sym_comment] = STATE(746), - [anon_sym_export] = ACTIONS(2501), - [anon_sym_alias] = ACTIONS(2501), - [anon_sym_let] = ACTIONS(2501), - [anon_sym_let_DASHenv] = ACTIONS(2501), - [anon_sym_mut] = ACTIONS(2501), - [anon_sym_const] = ACTIONS(2501), - [aux_sym_cmd_identifier_token1] = ACTIONS(2501), - [aux_sym_cmd_identifier_token2] = ACTIONS(2503), - [aux_sym_cmd_identifier_token3] = ACTIONS(2503), - [aux_sym_cmd_identifier_token4] = ACTIONS(2503), - [aux_sym_cmd_identifier_token5] = ACTIONS(2503), - [aux_sym_cmd_identifier_token6] = ACTIONS(2503), - [aux_sym_cmd_identifier_token7] = ACTIONS(2503), - [aux_sym_cmd_identifier_token8] = ACTIONS(2501), - [aux_sym_cmd_identifier_token9] = ACTIONS(2501), - [aux_sym_cmd_identifier_token10] = ACTIONS(2503), - [aux_sym_cmd_identifier_token11] = ACTIONS(2503), - [aux_sym_cmd_identifier_token12] = ACTIONS(2501), - [aux_sym_cmd_identifier_token13] = ACTIONS(2501), - [aux_sym_cmd_identifier_token14] = ACTIONS(2501), - [aux_sym_cmd_identifier_token15] = ACTIONS(2501), - [aux_sym_cmd_identifier_token16] = ACTIONS(2503), - [aux_sym_cmd_identifier_token17] = ACTIONS(2503), - [aux_sym_cmd_identifier_token18] = ACTIONS(2503), - [aux_sym_cmd_identifier_token19] = ACTIONS(2503), - [aux_sym_cmd_identifier_token20] = ACTIONS(2503), - [aux_sym_cmd_identifier_token21] = ACTIONS(2503), - [aux_sym_cmd_identifier_token22] = ACTIONS(2503), - [aux_sym_cmd_identifier_token23] = ACTIONS(2503), - [aux_sym_cmd_identifier_token24] = ACTIONS(2503), - [aux_sym_cmd_identifier_token25] = ACTIONS(2503), - [aux_sym_cmd_identifier_token26] = ACTIONS(2503), - [aux_sym_cmd_identifier_token27] = ACTIONS(2503), - [aux_sym_cmd_identifier_token28] = ACTIONS(2503), - [aux_sym_cmd_identifier_token29] = ACTIONS(2503), - [aux_sym_cmd_identifier_token30] = ACTIONS(2503), - [aux_sym_cmd_identifier_token31] = ACTIONS(2503), - [aux_sym_cmd_identifier_token32] = ACTIONS(2503), - [aux_sym_cmd_identifier_token33] = ACTIONS(2503), - [aux_sym_cmd_identifier_token34] = ACTIONS(2501), - [aux_sym_cmd_identifier_token35] = ACTIONS(2503), - [aux_sym_cmd_identifier_token36] = ACTIONS(2503), - [aux_sym_cmd_identifier_token37] = ACTIONS(2503), - [aux_sym_cmd_identifier_token38] = ACTIONS(2501), - [aux_sym_cmd_identifier_token39] = ACTIONS(2503), - [aux_sym_cmd_identifier_token40] = ACTIONS(2503), - [anon_sym_def] = ACTIONS(2501), - [anon_sym_export_DASHenv] = ACTIONS(2501), - [anon_sym_extern] = ACTIONS(2501), - [anon_sym_module] = ACTIONS(2501), - [anon_sym_use] = ACTIONS(2501), - [anon_sym_LPAREN] = ACTIONS(2503), - [anon_sym_DOLLAR] = ACTIONS(2503), - [anon_sym_error] = ACTIONS(2501), - [anon_sym_DASH2] = ACTIONS(2501), - [anon_sym_break] = ACTIONS(2501), - [anon_sym_continue] = ACTIONS(2501), - [anon_sym_for] = ACTIONS(2501), - [anon_sym_in2] = ACTIONS(2501), - [anon_sym_loop] = ACTIONS(2501), - [anon_sym_make] = ACTIONS(2501), - [anon_sym_while] = ACTIONS(2501), - [anon_sym_do] = ACTIONS(2501), - [anon_sym_if] = ACTIONS(2501), - [anon_sym_else] = ACTIONS(2501), - [anon_sym_match] = ACTIONS(2501), - [anon_sym_RBRACE] = ACTIONS(2503), - [anon_sym_try] = ACTIONS(2501), - [anon_sym_catch] = ACTIONS(2501), - [anon_sym_return] = ACTIONS(2501), - [anon_sym_source] = ACTIONS(2501), - [anon_sym_source_DASHenv] = ACTIONS(2501), - [anon_sym_register] = ACTIONS(2501), - [anon_sym_hide] = ACTIONS(2501), - [anon_sym_hide_DASHenv] = ACTIONS(2501), - [anon_sym_overlay] = ACTIONS(2501), - [anon_sym_as] = ACTIONS(2501), - [anon_sym_PLUS2] = ACTIONS(2501), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2503), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2503), - [aux_sym__val_number_decimal_token1] = ACTIONS(2501), - [aux_sym__val_number_decimal_token2] = ACTIONS(2503), - [aux_sym__val_number_decimal_token3] = ACTIONS(2503), - [aux_sym__val_number_decimal_token4] = ACTIONS(2503), - [aux_sym__val_number_token1] = ACTIONS(2503), - [aux_sym__val_number_token2] = ACTIONS(2503), - [aux_sym__val_number_token3] = ACTIONS(2503), - [aux_sym__val_number_token4] = ACTIONS(2501), - [aux_sym__val_number_token5] = ACTIONS(2501), - [aux_sym__val_number_token6] = ACTIONS(2501), - [anon_sym_DQUOTE] = ACTIONS(2503), - [sym__str_single_quotes] = ACTIONS(2503), - [sym__str_back_ticks] = ACTIONS(2503), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2503), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2503), + [716] = { + [sym_comment] = STATE(716), + [anon_sym_export] = ACTIONS(2373), + [anon_sym_alias] = ACTIONS(2373), + [anon_sym_let] = ACTIONS(2373), + [anon_sym_let_DASHenv] = ACTIONS(2373), + [anon_sym_mut] = ACTIONS(2373), + [anon_sym_const] = ACTIONS(2373), + [aux_sym_cmd_identifier_token1] = ACTIONS(2373), + [aux_sym_cmd_identifier_token2] = ACTIONS(2375), + [aux_sym_cmd_identifier_token3] = ACTIONS(2375), + [aux_sym_cmd_identifier_token4] = ACTIONS(2375), + [aux_sym_cmd_identifier_token5] = ACTIONS(2375), + [aux_sym_cmd_identifier_token6] = ACTIONS(2375), + [aux_sym_cmd_identifier_token7] = ACTIONS(2375), + [aux_sym_cmd_identifier_token8] = ACTIONS(2373), + [aux_sym_cmd_identifier_token9] = ACTIONS(2373), + [aux_sym_cmd_identifier_token10] = ACTIONS(2375), + [aux_sym_cmd_identifier_token11] = ACTIONS(2375), + [aux_sym_cmd_identifier_token12] = ACTIONS(2373), + [aux_sym_cmd_identifier_token13] = ACTIONS(2373), + [aux_sym_cmd_identifier_token14] = ACTIONS(2373), + [aux_sym_cmd_identifier_token15] = ACTIONS(2373), + [aux_sym_cmd_identifier_token16] = ACTIONS(2375), + [aux_sym_cmd_identifier_token17] = ACTIONS(2375), + [aux_sym_cmd_identifier_token18] = ACTIONS(2375), + [aux_sym_cmd_identifier_token19] = ACTIONS(2375), + [aux_sym_cmd_identifier_token20] = ACTIONS(2375), + [aux_sym_cmd_identifier_token21] = ACTIONS(2375), + [aux_sym_cmd_identifier_token22] = ACTIONS(2375), + [aux_sym_cmd_identifier_token23] = ACTIONS(2375), + [aux_sym_cmd_identifier_token24] = ACTIONS(2375), + [aux_sym_cmd_identifier_token25] = ACTIONS(2375), + [aux_sym_cmd_identifier_token26] = ACTIONS(2375), + [aux_sym_cmd_identifier_token27] = ACTIONS(2375), + [aux_sym_cmd_identifier_token28] = ACTIONS(2375), + [aux_sym_cmd_identifier_token29] = ACTIONS(2375), + [aux_sym_cmd_identifier_token30] = ACTIONS(2375), + [aux_sym_cmd_identifier_token31] = ACTIONS(2375), + [aux_sym_cmd_identifier_token32] = ACTIONS(2375), + [aux_sym_cmd_identifier_token33] = ACTIONS(2375), + [aux_sym_cmd_identifier_token34] = ACTIONS(2373), + [aux_sym_cmd_identifier_token35] = ACTIONS(2375), + [aux_sym_cmd_identifier_token36] = ACTIONS(2375), + [aux_sym_cmd_identifier_token37] = ACTIONS(2375), + [aux_sym_cmd_identifier_token38] = ACTIONS(2373), + [aux_sym_cmd_identifier_token39] = ACTIONS(2375), + [aux_sym_cmd_identifier_token40] = ACTIONS(2375), + [anon_sym_def] = ACTIONS(2373), + [anon_sym_export_DASHenv] = ACTIONS(2373), + [anon_sym_extern] = ACTIONS(2373), + [anon_sym_module] = ACTIONS(2373), + [anon_sym_use] = ACTIONS(2373), + [anon_sym_LPAREN] = ACTIONS(2375), + [anon_sym_DOLLAR] = ACTIONS(2375), + [anon_sym_error] = ACTIONS(2373), + [anon_sym_DASH2] = ACTIONS(2373), + [anon_sym_break] = ACTIONS(2373), + [anon_sym_continue] = ACTIONS(2373), + [anon_sym_for] = ACTIONS(2373), + [anon_sym_in2] = ACTIONS(2373), + [anon_sym_loop] = ACTIONS(2373), + [anon_sym_make] = ACTIONS(2373), + [anon_sym_while] = ACTIONS(2373), + [anon_sym_do] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2373), + [anon_sym_else] = ACTIONS(2373), + [anon_sym_match] = ACTIONS(2373), + [anon_sym_RBRACE] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2373), + [anon_sym_catch] = ACTIONS(2373), + [anon_sym_return] = ACTIONS(2373), + [anon_sym_source] = ACTIONS(2373), + [anon_sym_source_DASHenv] = ACTIONS(2373), + [anon_sym_register] = ACTIONS(2373), + [anon_sym_hide] = ACTIONS(2373), + [anon_sym_hide_DASHenv] = ACTIONS(2373), + [anon_sym_overlay] = ACTIONS(2373), + [anon_sym_as] = ACTIONS(2373), + [anon_sym_PLUS2] = ACTIONS(2373), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2375), + [aux_sym__val_number_decimal_token1] = ACTIONS(2373), + [aux_sym__val_number_decimal_token2] = ACTIONS(2375), + [aux_sym__val_number_decimal_token3] = ACTIONS(2375), + [aux_sym__val_number_decimal_token4] = ACTIONS(2375), + [aux_sym__val_number_token1] = ACTIONS(2375), + [aux_sym__val_number_token2] = ACTIONS(2375), + [aux_sym__val_number_token3] = ACTIONS(2375), + [aux_sym__val_number_token4] = ACTIONS(2373), + [aux_sym__val_number_token5] = ACTIONS(2373), + [aux_sym__val_number_token6] = ACTIONS(2373), + [anon_sym_DQUOTE] = ACTIONS(2375), + [sym__str_single_quotes] = ACTIONS(2375), + [sym__str_back_ticks] = ACTIONS(2375), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2375), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2375), }, - [747] = { - [sym_comment] = STATE(747), - [anon_sym_export] = ACTIONS(2158), - [anon_sym_alias] = ACTIONS(2158), - [anon_sym_let] = ACTIONS(2158), - [anon_sym_let_DASHenv] = ACTIONS(2158), - [anon_sym_mut] = ACTIONS(2158), - [anon_sym_const] = ACTIONS(2158), - [aux_sym_cmd_identifier_token1] = ACTIONS(2158), - [aux_sym_cmd_identifier_token2] = ACTIONS(2164), - [aux_sym_cmd_identifier_token3] = ACTIONS(2164), - [aux_sym_cmd_identifier_token4] = ACTIONS(2164), - [aux_sym_cmd_identifier_token5] = ACTIONS(2164), - [aux_sym_cmd_identifier_token6] = ACTIONS(2164), - [aux_sym_cmd_identifier_token7] = ACTIONS(2164), - [aux_sym_cmd_identifier_token8] = ACTIONS(2158), - [aux_sym_cmd_identifier_token9] = ACTIONS(2158), - [aux_sym_cmd_identifier_token10] = ACTIONS(2164), - [aux_sym_cmd_identifier_token11] = ACTIONS(2164), - [aux_sym_cmd_identifier_token12] = ACTIONS(2158), - [aux_sym_cmd_identifier_token13] = ACTIONS(2158), - [aux_sym_cmd_identifier_token14] = ACTIONS(2158), - [aux_sym_cmd_identifier_token15] = ACTIONS(2158), - [aux_sym_cmd_identifier_token16] = ACTIONS(2164), - [aux_sym_cmd_identifier_token17] = ACTIONS(2164), - [aux_sym_cmd_identifier_token18] = ACTIONS(2164), - [aux_sym_cmd_identifier_token19] = ACTIONS(2164), - [aux_sym_cmd_identifier_token20] = ACTIONS(2164), - [aux_sym_cmd_identifier_token21] = ACTIONS(2164), - [aux_sym_cmd_identifier_token22] = ACTIONS(2164), - [aux_sym_cmd_identifier_token23] = ACTIONS(2164), - [aux_sym_cmd_identifier_token24] = ACTIONS(2164), - [aux_sym_cmd_identifier_token25] = ACTIONS(2164), - [aux_sym_cmd_identifier_token26] = ACTIONS(2164), - [aux_sym_cmd_identifier_token27] = ACTIONS(2164), - [aux_sym_cmd_identifier_token28] = ACTIONS(2164), - [aux_sym_cmd_identifier_token29] = ACTIONS(2164), - [aux_sym_cmd_identifier_token30] = ACTIONS(2164), - [aux_sym_cmd_identifier_token31] = ACTIONS(2164), - [aux_sym_cmd_identifier_token32] = ACTIONS(2164), - [aux_sym_cmd_identifier_token33] = ACTIONS(2164), - [aux_sym_cmd_identifier_token34] = ACTIONS(2158), - [aux_sym_cmd_identifier_token35] = ACTIONS(2164), - [aux_sym_cmd_identifier_token36] = ACTIONS(2164), - [aux_sym_cmd_identifier_token37] = ACTIONS(2164), - [aux_sym_cmd_identifier_token38] = ACTIONS(2158), - [aux_sym_cmd_identifier_token39] = ACTIONS(2164), - [aux_sym_cmd_identifier_token40] = ACTIONS(2164), - [anon_sym_def] = ACTIONS(2158), - [anon_sym_export_DASHenv] = ACTIONS(2158), - [anon_sym_extern] = ACTIONS(2158), - [anon_sym_module] = ACTIONS(2158), - [anon_sym_use] = ACTIONS(2158), - [anon_sym_LPAREN] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2164), - [anon_sym_error] = ACTIONS(2158), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_break] = ACTIONS(2158), - [anon_sym_continue] = ACTIONS(2158), - [anon_sym_for] = ACTIONS(2158), - [anon_sym_in2] = ACTIONS(2158), - [anon_sym_loop] = ACTIONS(2158), - [anon_sym_make] = ACTIONS(2158), - [anon_sym_while] = ACTIONS(2158), - [anon_sym_do] = ACTIONS(2158), - [anon_sym_if] = ACTIONS(2158), - [anon_sym_else] = ACTIONS(2158), - [anon_sym_match] = ACTIONS(2158), - [anon_sym_RBRACE] = ACTIONS(2164), - [anon_sym_try] = ACTIONS(2158), - [anon_sym_catch] = ACTIONS(2158), - [anon_sym_return] = ACTIONS(2158), - [anon_sym_source] = ACTIONS(2158), - [anon_sym_source_DASHenv] = ACTIONS(2158), - [anon_sym_register] = ACTIONS(2158), - [anon_sym_hide] = ACTIONS(2158), - [anon_sym_hide_DASHenv] = ACTIONS(2158), - [anon_sym_overlay] = ACTIONS(2158), - [anon_sym_as] = ACTIONS(2158), - [anon_sym_PLUS2] = ACTIONS(2158), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2164), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2164), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2164), - [aux_sym__val_number_decimal_token3] = ACTIONS(2164), - [aux_sym__val_number_decimal_token4] = ACTIONS(2164), - [aux_sym__val_number_token1] = ACTIONS(2164), - [aux_sym__val_number_token2] = ACTIONS(2164), - [aux_sym__val_number_token3] = ACTIONS(2164), - [aux_sym__val_number_token4] = ACTIONS(2158), - [aux_sym__val_number_token5] = ACTIONS(2158), - [aux_sym__val_number_token6] = ACTIONS(2158), - [anon_sym_DQUOTE] = ACTIONS(2164), - [sym__str_single_quotes] = ACTIONS(2164), - [sym__str_back_ticks] = ACTIONS(2164), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2164), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2164), + [717] = { + [sym_comment] = STATE(717), + [anon_sym_export] = ACTIONS(2377), + [anon_sym_alias] = ACTIONS(2377), + [anon_sym_let] = ACTIONS(2377), + [anon_sym_let_DASHenv] = ACTIONS(2377), + [anon_sym_mut] = ACTIONS(2377), + [anon_sym_const] = ACTIONS(2377), + [aux_sym_cmd_identifier_token1] = ACTIONS(2377), + [aux_sym_cmd_identifier_token2] = ACTIONS(2379), + [aux_sym_cmd_identifier_token3] = ACTIONS(2379), + [aux_sym_cmd_identifier_token4] = ACTIONS(2379), + [aux_sym_cmd_identifier_token5] = ACTIONS(2379), + [aux_sym_cmd_identifier_token6] = ACTIONS(2379), + [aux_sym_cmd_identifier_token7] = ACTIONS(2379), + [aux_sym_cmd_identifier_token8] = ACTIONS(2377), + [aux_sym_cmd_identifier_token9] = ACTIONS(2377), + [aux_sym_cmd_identifier_token10] = ACTIONS(2379), + [aux_sym_cmd_identifier_token11] = ACTIONS(2379), + [aux_sym_cmd_identifier_token12] = ACTIONS(2377), + [aux_sym_cmd_identifier_token13] = ACTIONS(2377), + [aux_sym_cmd_identifier_token14] = ACTIONS(2377), + [aux_sym_cmd_identifier_token15] = ACTIONS(2377), + [aux_sym_cmd_identifier_token16] = ACTIONS(2379), + [aux_sym_cmd_identifier_token17] = ACTIONS(2379), + [aux_sym_cmd_identifier_token18] = ACTIONS(2379), + [aux_sym_cmd_identifier_token19] = ACTIONS(2379), + [aux_sym_cmd_identifier_token20] = ACTIONS(2379), + [aux_sym_cmd_identifier_token21] = ACTIONS(2379), + [aux_sym_cmd_identifier_token22] = ACTIONS(2379), + [aux_sym_cmd_identifier_token23] = ACTIONS(2379), + [aux_sym_cmd_identifier_token24] = ACTIONS(2379), + [aux_sym_cmd_identifier_token25] = ACTIONS(2379), + [aux_sym_cmd_identifier_token26] = ACTIONS(2379), + [aux_sym_cmd_identifier_token27] = ACTIONS(2379), + [aux_sym_cmd_identifier_token28] = ACTIONS(2379), + [aux_sym_cmd_identifier_token29] = ACTIONS(2379), + [aux_sym_cmd_identifier_token30] = ACTIONS(2379), + [aux_sym_cmd_identifier_token31] = ACTIONS(2379), + [aux_sym_cmd_identifier_token32] = ACTIONS(2379), + [aux_sym_cmd_identifier_token33] = ACTIONS(2379), + [aux_sym_cmd_identifier_token34] = ACTIONS(2377), + [aux_sym_cmd_identifier_token35] = ACTIONS(2379), + [aux_sym_cmd_identifier_token36] = ACTIONS(2379), + [aux_sym_cmd_identifier_token37] = ACTIONS(2379), + [aux_sym_cmd_identifier_token38] = ACTIONS(2377), + [aux_sym_cmd_identifier_token39] = ACTIONS(2379), + [aux_sym_cmd_identifier_token40] = ACTIONS(2379), + [anon_sym_def] = ACTIONS(2377), + [anon_sym_export_DASHenv] = ACTIONS(2377), + [anon_sym_extern] = ACTIONS(2377), + [anon_sym_module] = ACTIONS(2377), + [anon_sym_use] = ACTIONS(2377), + [anon_sym_LPAREN] = ACTIONS(2379), + [anon_sym_DOLLAR] = ACTIONS(2379), + [anon_sym_error] = ACTIONS(2377), + [anon_sym_DASH2] = ACTIONS(2377), + [anon_sym_break] = ACTIONS(2377), + [anon_sym_continue] = ACTIONS(2377), + [anon_sym_for] = ACTIONS(2377), + [anon_sym_in2] = ACTIONS(2377), + [anon_sym_loop] = ACTIONS(2377), + [anon_sym_make] = ACTIONS(2377), + [anon_sym_while] = ACTIONS(2377), + [anon_sym_do] = ACTIONS(2377), + [anon_sym_if] = ACTIONS(2377), + [anon_sym_else] = ACTIONS(2377), + [anon_sym_match] = ACTIONS(2377), + [anon_sym_RBRACE] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2377), + [anon_sym_catch] = ACTIONS(2377), + [anon_sym_return] = ACTIONS(2377), + [anon_sym_source] = ACTIONS(2377), + [anon_sym_source_DASHenv] = ACTIONS(2377), + [anon_sym_register] = ACTIONS(2377), + [anon_sym_hide] = ACTIONS(2377), + [anon_sym_hide_DASHenv] = ACTIONS(2377), + [anon_sym_overlay] = ACTIONS(2377), + [anon_sym_as] = ACTIONS(2377), + [anon_sym_PLUS2] = ACTIONS(2377), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2379), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2379), + [aux_sym__val_number_decimal_token1] = ACTIONS(2377), + [aux_sym__val_number_decimal_token2] = ACTIONS(2379), + [aux_sym__val_number_decimal_token3] = ACTIONS(2379), + [aux_sym__val_number_decimal_token4] = ACTIONS(2379), + [aux_sym__val_number_token1] = ACTIONS(2379), + [aux_sym__val_number_token2] = ACTIONS(2379), + [aux_sym__val_number_token3] = ACTIONS(2379), + [aux_sym__val_number_token4] = ACTIONS(2377), + [aux_sym__val_number_token5] = ACTIONS(2377), + [aux_sym__val_number_token6] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2379), + [sym__str_single_quotes] = ACTIONS(2379), + [sym__str_back_ticks] = ACTIONS(2379), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2379), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2379), }, - [748] = { - [sym_comment] = STATE(748), - [anon_sym_export] = ACTIONS(2051), - [anon_sym_alias] = ACTIONS(2051), - [anon_sym_let] = ACTIONS(2051), - [anon_sym_let_DASHenv] = ACTIONS(2051), - [anon_sym_mut] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2051), - [aux_sym_cmd_identifier_token1] = ACTIONS(2051), - [aux_sym_cmd_identifier_token2] = ACTIONS(2053), - [aux_sym_cmd_identifier_token3] = ACTIONS(2053), - [aux_sym_cmd_identifier_token4] = ACTIONS(2053), - [aux_sym_cmd_identifier_token5] = ACTIONS(2053), - [aux_sym_cmd_identifier_token6] = ACTIONS(2053), - [aux_sym_cmd_identifier_token7] = ACTIONS(2053), - [aux_sym_cmd_identifier_token8] = ACTIONS(2051), - [aux_sym_cmd_identifier_token9] = ACTIONS(2051), - [aux_sym_cmd_identifier_token10] = ACTIONS(2053), - [aux_sym_cmd_identifier_token11] = ACTIONS(2053), - [aux_sym_cmd_identifier_token12] = ACTIONS(2051), - [aux_sym_cmd_identifier_token13] = ACTIONS(2051), - [aux_sym_cmd_identifier_token14] = ACTIONS(2051), - [aux_sym_cmd_identifier_token15] = ACTIONS(2051), - [aux_sym_cmd_identifier_token16] = ACTIONS(2053), - [aux_sym_cmd_identifier_token17] = ACTIONS(2053), - [aux_sym_cmd_identifier_token18] = ACTIONS(2053), - [aux_sym_cmd_identifier_token19] = ACTIONS(2053), - [aux_sym_cmd_identifier_token20] = ACTIONS(2053), - [aux_sym_cmd_identifier_token21] = ACTIONS(2053), - [aux_sym_cmd_identifier_token22] = ACTIONS(2053), - [aux_sym_cmd_identifier_token23] = ACTIONS(2053), - [aux_sym_cmd_identifier_token24] = ACTIONS(2053), - [aux_sym_cmd_identifier_token25] = ACTIONS(2053), - [aux_sym_cmd_identifier_token26] = ACTIONS(2053), - [aux_sym_cmd_identifier_token27] = ACTIONS(2053), - [aux_sym_cmd_identifier_token28] = ACTIONS(2053), - [aux_sym_cmd_identifier_token29] = ACTIONS(2053), - [aux_sym_cmd_identifier_token30] = ACTIONS(2053), - [aux_sym_cmd_identifier_token31] = ACTIONS(2053), - [aux_sym_cmd_identifier_token32] = ACTIONS(2053), - [aux_sym_cmd_identifier_token33] = ACTIONS(2053), - [aux_sym_cmd_identifier_token34] = ACTIONS(2051), - [aux_sym_cmd_identifier_token35] = ACTIONS(2053), - [aux_sym_cmd_identifier_token36] = ACTIONS(2053), - [aux_sym_cmd_identifier_token37] = ACTIONS(2053), - [aux_sym_cmd_identifier_token38] = ACTIONS(2051), - [aux_sym_cmd_identifier_token39] = ACTIONS(2053), - [aux_sym_cmd_identifier_token40] = ACTIONS(2053), - [anon_sym_def] = ACTIONS(2051), - [anon_sym_export_DASHenv] = ACTIONS(2051), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym_module] = ACTIONS(2051), - [anon_sym_use] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2053), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_error] = ACTIONS(2051), - [anon_sym_DASH2] = ACTIONS(2051), - [anon_sym_break] = ACTIONS(2051), - [anon_sym_continue] = ACTIONS(2051), - [anon_sym_for] = ACTIONS(2051), - [anon_sym_in2] = ACTIONS(2051), - [anon_sym_loop] = ACTIONS(2051), - [anon_sym_make] = ACTIONS(2051), - [anon_sym_while] = ACTIONS(2051), - [anon_sym_do] = ACTIONS(2051), - [anon_sym_if] = ACTIONS(2051), - [anon_sym_else] = ACTIONS(2051), - [anon_sym_match] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2053), - [anon_sym_try] = ACTIONS(2051), - [anon_sym_catch] = ACTIONS(2051), - [anon_sym_return] = ACTIONS(2051), - [anon_sym_source] = ACTIONS(2051), - [anon_sym_source_DASHenv] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_hide] = ACTIONS(2051), - [anon_sym_hide_DASHenv] = ACTIONS(2051), - [anon_sym_overlay] = ACTIONS(2051), - [anon_sym_as] = ACTIONS(2051), - [anon_sym_PLUS2] = ACTIONS(2051), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2053), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2053), - [aux_sym__val_number_decimal_token1] = ACTIONS(2051), - [aux_sym__val_number_decimal_token2] = ACTIONS(2053), - [aux_sym__val_number_decimal_token3] = ACTIONS(2053), - [aux_sym__val_number_decimal_token4] = ACTIONS(2053), - [aux_sym__val_number_token1] = ACTIONS(2053), - [aux_sym__val_number_token2] = ACTIONS(2053), - [aux_sym__val_number_token3] = ACTIONS(2053), - [aux_sym__val_number_token4] = ACTIONS(2051), - [aux_sym__val_number_token5] = ACTIONS(2051), - [aux_sym__val_number_token6] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(2053), - [sym__str_single_quotes] = ACTIONS(2053), - [sym__str_back_ticks] = ACTIONS(2053), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2053), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2053), + [718] = { + [sym_comment] = STATE(718), + [anon_sym_export] = ACTIONS(2381), + [anon_sym_alias] = ACTIONS(2381), + [anon_sym_let] = ACTIONS(2381), + [anon_sym_let_DASHenv] = ACTIONS(2381), + [anon_sym_mut] = ACTIONS(2381), + [anon_sym_const] = ACTIONS(2381), + [aux_sym_cmd_identifier_token1] = ACTIONS(2381), + [aux_sym_cmd_identifier_token2] = ACTIONS(2383), + [aux_sym_cmd_identifier_token3] = ACTIONS(2383), + [aux_sym_cmd_identifier_token4] = ACTIONS(2383), + [aux_sym_cmd_identifier_token5] = ACTIONS(2383), + [aux_sym_cmd_identifier_token6] = ACTIONS(2383), + [aux_sym_cmd_identifier_token7] = ACTIONS(2383), + [aux_sym_cmd_identifier_token8] = ACTIONS(2381), + [aux_sym_cmd_identifier_token9] = ACTIONS(2381), + [aux_sym_cmd_identifier_token10] = ACTIONS(2383), + [aux_sym_cmd_identifier_token11] = ACTIONS(2383), + [aux_sym_cmd_identifier_token12] = ACTIONS(2381), + [aux_sym_cmd_identifier_token13] = ACTIONS(2381), + [aux_sym_cmd_identifier_token14] = ACTIONS(2381), + [aux_sym_cmd_identifier_token15] = ACTIONS(2381), + [aux_sym_cmd_identifier_token16] = ACTIONS(2383), + [aux_sym_cmd_identifier_token17] = ACTIONS(2383), + [aux_sym_cmd_identifier_token18] = ACTIONS(2383), + [aux_sym_cmd_identifier_token19] = ACTIONS(2383), + [aux_sym_cmd_identifier_token20] = ACTIONS(2383), + [aux_sym_cmd_identifier_token21] = ACTIONS(2383), + [aux_sym_cmd_identifier_token22] = ACTIONS(2383), + [aux_sym_cmd_identifier_token23] = ACTIONS(2383), + [aux_sym_cmd_identifier_token24] = ACTIONS(2383), + [aux_sym_cmd_identifier_token25] = ACTIONS(2383), + [aux_sym_cmd_identifier_token26] = ACTIONS(2383), + [aux_sym_cmd_identifier_token27] = ACTIONS(2383), + [aux_sym_cmd_identifier_token28] = ACTIONS(2383), + [aux_sym_cmd_identifier_token29] = ACTIONS(2383), + [aux_sym_cmd_identifier_token30] = ACTIONS(2383), + [aux_sym_cmd_identifier_token31] = ACTIONS(2383), + [aux_sym_cmd_identifier_token32] = ACTIONS(2383), + [aux_sym_cmd_identifier_token33] = ACTIONS(2383), + [aux_sym_cmd_identifier_token34] = ACTIONS(2381), + [aux_sym_cmd_identifier_token35] = ACTIONS(2383), + [aux_sym_cmd_identifier_token36] = ACTIONS(2383), + [aux_sym_cmd_identifier_token37] = ACTIONS(2383), + [aux_sym_cmd_identifier_token38] = ACTIONS(2381), + [aux_sym_cmd_identifier_token39] = ACTIONS(2383), + [aux_sym_cmd_identifier_token40] = ACTIONS(2383), + [anon_sym_def] = ACTIONS(2381), + [anon_sym_export_DASHenv] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(2381), + [anon_sym_module] = ACTIONS(2381), + [anon_sym_use] = ACTIONS(2381), + [anon_sym_LPAREN] = ACTIONS(2383), + [anon_sym_DOLLAR] = ACTIONS(2383), + [anon_sym_error] = ACTIONS(2381), + [anon_sym_DASH2] = ACTIONS(2381), + [anon_sym_break] = ACTIONS(2381), + [anon_sym_continue] = ACTIONS(2381), + [anon_sym_for] = ACTIONS(2381), + [anon_sym_in2] = ACTIONS(2381), + [anon_sym_loop] = ACTIONS(2381), + [anon_sym_make] = ACTIONS(2381), + [anon_sym_while] = ACTIONS(2381), + [anon_sym_do] = ACTIONS(2381), + [anon_sym_if] = ACTIONS(2381), + [anon_sym_else] = ACTIONS(2381), + [anon_sym_match] = ACTIONS(2381), + [anon_sym_RBRACE] = ACTIONS(2383), + [anon_sym_try] = ACTIONS(2381), + [anon_sym_catch] = ACTIONS(2381), + [anon_sym_return] = ACTIONS(2381), + [anon_sym_source] = ACTIONS(2381), + [anon_sym_source_DASHenv] = ACTIONS(2381), + [anon_sym_register] = ACTIONS(2381), + [anon_sym_hide] = ACTIONS(2381), + [anon_sym_hide_DASHenv] = ACTIONS(2381), + [anon_sym_overlay] = ACTIONS(2381), + [anon_sym_as] = ACTIONS(2381), + [anon_sym_PLUS2] = ACTIONS(2381), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2383), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2383), + [aux_sym__val_number_decimal_token1] = ACTIONS(2381), + [aux_sym__val_number_decimal_token2] = ACTIONS(2383), + [aux_sym__val_number_decimal_token3] = ACTIONS(2383), + [aux_sym__val_number_decimal_token4] = ACTIONS(2383), + [aux_sym__val_number_token1] = ACTIONS(2383), + [aux_sym__val_number_token2] = ACTIONS(2383), + [aux_sym__val_number_token3] = ACTIONS(2383), + [aux_sym__val_number_token4] = ACTIONS(2381), + [aux_sym__val_number_token5] = ACTIONS(2381), + [aux_sym__val_number_token6] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2383), + [sym__str_single_quotes] = ACTIONS(2383), + [sym__str_back_ticks] = ACTIONS(2383), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2383), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2383), }, - [749] = { - [sym_comment] = STATE(749), - [anon_sym_export] = ACTIONS(2417), - [anon_sym_alias] = ACTIONS(2417), - [anon_sym_let] = ACTIONS(2417), - [anon_sym_let_DASHenv] = ACTIONS(2417), - [anon_sym_mut] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [aux_sym_cmd_identifier_token1] = ACTIONS(2417), - [aux_sym_cmd_identifier_token2] = ACTIONS(2419), - [aux_sym_cmd_identifier_token3] = ACTIONS(2419), - [aux_sym_cmd_identifier_token4] = ACTIONS(2419), - [aux_sym_cmd_identifier_token5] = ACTIONS(2419), - [aux_sym_cmd_identifier_token6] = ACTIONS(2419), - [aux_sym_cmd_identifier_token7] = ACTIONS(2419), - [aux_sym_cmd_identifier_token8] = ACTIONS(2417), - [aux_sym_cmd_identifier_token9] = ACTIONS(2417), - [aux_sym_cmd_identifier_token10] = ACTIONS(2419), - [aux_sym_cmd_identifier_token11] = ACTIONS(2419), - [aux_sym_cmd_identifier_token12] = ACTIONS(2417), - [aux_sym_cmd_identifier_token13] = ACTIONS(2417), - [aux_sym_cmd_identifier_token14] = ACTIONS(2417), - [aux_sym_cmd_identifier_token15] = ACTIONS(2417), - [aux_sym_cmd_identifier_token16] = ACTIONS(2419), - [aux_sym_cmd_identifier_token17] = ACTIONS(2419), - [aux_sym_cmd_identifier_token18] = ACTIONS(2419), - [aux_sym_cmd_identifier_token19] = ACTIONS(2419), - [aux_sym_cmd_identifier_token20] = ACTIONS(2419), - [aux_sym_cmd_identifier_token21] = ACTIONS(2419), - [aux_sym_cmd_identifier_token22] = ACTIONS(2419), - [aux_sym_cmd_identifier_token23] = ACTIONS(2419), - [aux_sym_cmd_identifier_token24] = ACTIONS(2419), - [aux_sym_cmd_identifier_token25] = ACTIONS(2419), - [aux_sym_cmd_identifier_token26] = ACTIONS(2419), - [aux_sym_cmd_identifier_token27] = ACTIONS(2419), - [aux_sym_cmd_identifier_token28] = ACTIONS(2419), - [aux_sym_cmd_identifier_token29] = ACTIONS(2419), - [aux_sym_cmd_identifier_token30] = ACTIONS(2419), - [aux_sym_cmd_identifier_token31] = ACTIONS(2419), - [aux_sym_cmd_identifier_token32] = ACTIONS(2419), - [aux_sym_cmd_identifier_token33] = ACTIONS(2419), - [aux_sym_cmd_identifier_token34] = ACTIONS(2417), - [aux_sym_cmd_identifier_token35] = ACTIONS(2419), - [aux_sym_cmd_identifier_token36] = ACTIONS(2419), - [aux_sym_cmd_identifier_token37] = ACTIONS(2419), - [aux_sym_cmd_identifier_token38] = ACTIONS(2417), - [aux_sym_cmd_identifier_token39] = ACTIONS(2419), - [aux_sym_cmd_identifier_token40] = ACTIONS(2419), - [anon_sym_def] = ACTIONS(2417), - [anon_sym_export_DASHenv] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym_module] = ACTIONS(2417), - [anon_sym_use] = ACTIONS(2417), - [anon_sym_LPAREN] = ACTIONS(2419), - [anon_sym_DOLLAR] = ACTIONS(2419), - [anon_sym_error] = ACTIONS(2417), - [anon_sym_DASH2] = ACTIONS(2417), - [anon_sym_break] = ACTIONS(2417), - [anon_sym_continue] = ACTIONS(2417), - [anon_sym_for] = ACTIONS(2417), - [anon_sym_in2] = ACTIONS(2417), - [anon_sym_loop] = ACTIONS(2417), - [anon_sym_make] = ACTIONS(2417), - [anon_sym_while] = ACTIONS(2417), - [anon_sym_do] = ACTIONS(2417), - [anon_sym_if] = ACTIONS(2417), - [anon_sym_else] = ACTIONS(2417), - [anon_sym_match] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2419), - [anon_sym_try] = ACTIONS(2417), - [anon_sym_catch] = ACTIONS(2417), - [anon_sym_return] = ACTIONS(2417), - [anon_sym_source] = ACTIONS(2417), - [anon_sym_source_DASHenv] = ACTIONS(2417), - [anon_sym_register] = ACTIONS(2417), - [anon_sym_hide] = ACTIONS(2417), - [anon_sym_hide_DASHenv] = ACTIONS(2417), - [anon_sym_overlay] = ACTIONS(2417), - [anon_sym_as] = ACTIONS(2417), - [anon_sym_PLUS2] = ACTIONS(2417), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2419), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2419), - [aux_sym__val_number_decimal_token1] = ACTIONS(2417), - [aux_sym__val_number_decimal_token2] = ACTIONS(2419), - [aux_sym__val_number_decimal_token3] = ACTIONS(2419), - [aux_sym__val_number_decimal_token4] = ACTIONS(2419), - [aux_sym__val_number_token1] = ACTIONS(2419), - [aux_sym__val_number_token2] = ACTIONS(2419), - [aux_sym__val_number_token3] = ACTIONS(2419), - [aux_sym__val_number_token4] = ACTIONS(2417), - [aux_sym__val_number_token5] = ACTIONS(2417), - [aux_sym__val_number_token6] = ACTIONS(2417), - [anon_sym_DQUOTE] = ACTIONS(2419), - [sym__str_single_quotes] = ACTIONS(2419), - [sym__str_back_ticks] = ACTIONS(2419), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2419), + [719] = { + [sym_comment] = STATE(719), + [anon_sym_export] = ACTIONS(2389), + [anon_sym_alias] = ACTIONS(2389), + [anon_sym_let] = ACTIONS(2389), + [anon_sym_let_DASHenv] = ACTIONS(2389), + [anon_sym_mut] = ACTIONS(2389), + [anon_sym_const] = ACTIONS(2389), + [aux_sym_cmd_identifier_token1] = ACTIONS(2389), + [aux_sym_cmd_identifier_token2] = ACTIONS(2391), + [aux_sym_cmd_identifier_token3] = ACTIONS(2391), + [aux_sym_cmd_identifier_token4] = ACTIONS(2391), + [aux_sym_cmd_identifier_token5] = ACTIONS(2391), + [aux_sym_cmd_identifier_token6] = ACTIONS(2391), + [aux_sym_cmd_identifier_token7] = ACTIONS(2391), + [aux_sym_cmd_identifier_token8] = ACTIONS(2389), + [aux_sym_cmd_identifier_token9] = ACTIONS(2389), + [aux_sym_cmd_identifier_token10] = ACTIONS(2391), + [aux_sym_cmd_identifier_token11] = ACTIONS(2391), + [aux_sym_cmd_identifier_token12] = ACTIONS(2389), + [aux_sym_cmd_identifier_token13] = ACTIONS(2389), + [aux_sym_cmd_identifier_token14] = ACTIONS(2389), + [aux_sym_cmd_identifier_token15] = ACTIONS(2389), + [aux_sym_cmd_identifier_token16] = ACTIONS(2391), + [aux_sym_cmd_identifier_token17] = ACTIONS(2391), + [aux_sym_cmd_identifier_token18] = ACTIONS(2391), + [aux_sym_cmd_identifier_token19] = ACTIONS(2391), + [aux_sym_cmd_identifier_token20] = ACTIONS(2391), + [aux_sym_cmd_identifier_token21] = ACTIONS(2391), + [aux_sym_cmd_identifier_token22] = ACTIONS(2391), + [aux_sym_cmd_identifier_token23] = ACTIONS(2391), + [aux_sym_cmd_identifier_token24] = ACTIONS(2391), + [aux_sym_cmd_identifier_token25] = ACTIONS(2391), + [aux_sym_cmd_identifier_token26] = ACTIONS(2391), + [aux_sym_cmd_identifier_token27] = ACTIONS(2391), + [aux_sym_cmd_identifier_token28] = ACTIONS(2391), + [aux_sym_cmd_identifier_token29] = ACTIONS(2391), + [aux_sym_cmd_identifier_token30] = ACTIONS(2391), + [aux_sym_cmd_identifier_token31] = ACTIONS(2391), + [aux_sym_cmd_identifier_token32] = ACTIONS(2391), + [aux_sym_cmd_identifier_token33] = ACTIONS(2391), + [aux_sym_cmd_identifier_token34] = ACTIONS(2389), + [aux_sym_cmd_identifier_token35] = ACTIONS(2391), + [aux_sym_cmd_identifier_token36] = ACTIONS(2391), + [aux_sym_cmd_identifier_token37] = ACTIONS(2391), + [aux_sym_cmd_identifier_token38] = ACTIONS(2389), + [aux_sym_cmd_identifier_token39] = ACTIONS(2391), + [aux_sym_cmd_identifier_token40] = ACTIONS(2391), + [anon_sym_def] = ACTIONS(2389), + [anon_sym_export_DASHenv] = ACTIONS(2389), + [anon_sym_extern] = ACTIONS(2389), + [anon_sym_module] = ACTIONS(2389), + [anon_sym_use] = ACTIONS(2389), + [anon_sym_LPAREN] = ACTIONS(2391), + [anon_sym_DOLLAR] = ACTIONS(2391), + [anon_sym_error] = ACTIONS(2389), + [anon_sym_DASH2] = ACTIONS(2389), + [anon_sym_break] = ACTIONS(2389), + [anon_sym_continue] = ACTIONS(2389), + [anon_sym_for] = ACTIONS(2389), + [anon_sym_in2] = ACTIONS(2389), + [anon_sym_loop] = ACTIONS(2389), + [anon_sym_make] = ACTIONS(2389), + [anon_sym_while] = ACTIONS(2389), + [anon_sym_do] = ACTIONS(2389), + [anon_sym_if] = ACTIONS(2389), + [anon_sym_else] = ACTIONS(2389), + [anon_sym_match] = ACTIONS(2389), + [anon_sym_RBRACE] = ACTIONS(2391), + [anon_sym_try] = ACTIONS(2389), + [anon_sym_catch] = ACTIONS(2389), + [anon_sym_return] = ACTIONS(2389), + [anon_sym_source] = ACTIONS(2389), + [anon_sym_source_DASHenv] = ACTIONS(2389), + [anon_sym_register] = ACTIONS(2389), + [anon_sym_hide] = ACTIONS(2389), + [anon_sym_hide_DASHenv] = ACTIONS(2389), + [anon_sym_overlay] = ACTIONS(2389), + [anon_sym_as] = ACTIONS(2389), + [anon_sym_PLUS2] = ACTIONS(2389), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2391), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2391), + [aux_sym__val_number_decimal_token1] = ACTIONS(2389), + [aux_sym__val_number_decimal_token2] = ACTIONS(2391), + [aux_sym__val_number_decimal_token3] = ACTIONS(2391), + [aux_sym__val_number_decimal_token4] = ACTIONS(2391), + [aux_sym__val_number_token1] = ACTIONS(2391), + [aux_sym__val_number_token2] = ACTIONS(2391), + [aux_sym__val_number_token3] = ACTIONS(2391), + [aux_sym__val_number_token4] = ACTIONS(2389), + [aux_sym__val_number_token5] = ACTIONS(2389), + [aux_sym__val_number_token6] = ACTIONS(2389), + [anon_sym_DQUOTE] = ACTIONS(2391), + [sym__str_single_quotes] = ACTIONS(2391), + [sym__str_back_ticks] = ACTIONS(2391), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2391), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2391), + }, + [720] = { + [sym_comment] = STATE(720), + [anon_sym_export] = ACTIONS(2393), + [anon_sym_alias] = ACTIONS(2393), + [anon_sym_let] = ACTIONS(2393), + [anon_sym_let_DASHenv] = ACTIONS(2393), + [anon_sym_mut] = ACTIONS(2393), + [anon_sym_const] = ACTIONS(2393), + [aux_sym_cmd_identifier_token1] = ACTIONS(2393), + [aux_sym_cmd_identifier_token2] = ACTIONS(2395), + [aux_sym_cmd_identifier_token3] = ACTIONS(2395), + [aux_sym_cmd_identifier_token4] = ACTIONS(2395), + [aux_sym_cmd_identifier_token5] = ACTIONS(2395), + [aux_sym_cmd_identifier_token6] = ACTIONS(2395), + [aux_sym_cmd_identifier_token7] = ACTIONS(2395), + [aux_sym_cmd_identifier_token8] = ACTIONS(2393), + [aux_sym_cmd_identifier_token9] = ACTIONS(2393), + [aux_sym_cmd_identifier_token10] = ACTIONS(2395), + [aux_sym_cmd_identifier_token11] = ACTIONS(2395), + [aux_sym_cmd_identifier_token12] = ACTIONS(2393), + [aux_sym_cmd_identifier_token13] = ACTIONS(2393), + [aux_sym_cmd_identifier_token14] = ACTIONS(2393), + [aux_sym_cmd_identifier_token15] = ACTIONS(2393), + [aux_sym_cmd_identifier_token16] = ACTIONS(2395), + [aux_sym_cmd_identifier_token17] = ACTIONS(2395), + [aux_sym_cmd_identifier_token18] = ACTIONS(2395), + [aux_sym_cmd_identifier_token19] = ACTIONS(2395), + [aux_sym_cmd_identifier_token20] = ACTIONS(2395), + [aux_sym_cmd_identifier_token21] = ACTIONS(2395), + [aux_sym_cmd_identifier_token22] = ACTIONS(2395), + [aux_sym_cmd_identifier_token23] = ACTIONS(2395), + [aux_sym_cmd_identifier_token24] = ACTIONS(2395), + [aux_sym_cmd_identifier_token25] = ACTIONS(2395), + [aux_sym_cmd_identifier_token26] = ACTIONS(2395), + [aux_sym_cmd_identifier_token27] = ACTIONS(2395), + [aux_sym_cmd_identifier_token28] = ACTIONS(2395), + [aux_sym_cmd_identifier_token29] = ACTIONS(2395), + [aux_sym_cmd_identifier_token30] = ACTIONS(2395), + [aux_sym_cmd_identifier_token31] = ACTIONS(2395), + [aux_sym_cmd_identifier_token32] = ACTIONS(2395), + [aux_sym_cmd_identifier_token33] = ACTIONS(2395), + [aux_sym_cmd_identifier_token34] = ACTIONS(2393), + [aux_sym_cmd_identifier_token35] = ACTIONS(2395), + [aux_sym_cmd_identifier_token36] = ACTIONS(2395), + [aux_sym_cmd_identifier_token37] = ACTIONS(2395), + [aux_sym_cmd_identifier_token38] = ACTIONS(2393), + [aux_sym_cmd_identifier_token39] = ACTIONS(2395), + [aux_sym_cmd_identifier_token40] = ACTIONS(2395), + [anon_sym_def] = ACTIONS(2393), + [anon_sym_export_DASHenv] = ACTIONS(2393), + [anon_sym_extern] = ACTIONS(2393), + [anon_sym_module] = ACTIONS(2393), + [anon_sym_use] = ACTIONS(2393), + [anon_sym_LPAREN] = ACTIONS(2395), + [anon_sym_DOLLAR] = ACTIONS(2395), + [anon_sym_error] = ACTIONS(2393), + [anon_sym_DASH2] = ACTIONS(2393), + [anon_sym_break] = ACTIONS(2393), + [anon_sym_continue] = ACTIONS(2393), + [anon_sym_for] = ACTIONS(2393), + [anon_sym_in2] = ACTIONS(2393), + [anon_sym_loop] = ACTIONS(2393), + [anon_sym_make] = ACTIONS(2393), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2393), + [anon_sym_if] = ACTIONS(2393), + [anon_sym_else] = ACTIONS(2393), + [anon_sym_match] = ACTIONS(2393), + [anon_sym_RBRACE] = ACTIONS(2395), + [anon_sym_try] = ACTIONS(2393), + [anon_sym_catch] = ACTIONS(2393), + [anon_sym_return] = ACTIONS(2393), + [anon_sym_source] = ACTIONS(2393), + [anon_sym_source_DASHenv] = ACTIONS(2393), + [anon_sym_register] = ACTIONS(2393), + [anon_sym_hide] = ACTIONS(2393), + [anon_sym_hide_DASHenv] = ACTIONS(2393), + [anon_sym_overlay] = ACTIONS(2393), + [anon_sym_as] = ACTIONS(2393), + [anon_sym_PLUS2] = ACTIONS(2393), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2395), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2395), + [aux_sym__val_number_decimal_token1] = ACTIONS(2393), + [aux_sym__val_number_decimal_token2] = ACTIONS(2395), + [aux_sym__val_number_decimal_token3] = ACTIONS(2395), + [aux_sym__val_number_decimal_token4] = ACTIONS(2395), + [aux_sym__val_number_token1] = ACTIONS(2395), + [aux_sym__val_number_token2] = ACTIONS(2395), + [aux_sym__val_number_token3] = ACTIONS(2395), + [aux_sym__val_number_token4] = ACTIONS(2393), + [aux_sym__val_number_token5] = ACTIONS(2393), + [aux_sym__val_number_token6] = ACTIONS(2393), + [anon_sym_DQUOTE] = ACTIONS(2395), + [sym__str_single_quotes] = ACTIONS(2395), + [sym__str_back_ticks] = ACTIONS(2395), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2395), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2395), + }, + [721] = { + [sym_comment] = STATE(721), + [anon_sym_export] = ACTIONS(2397), + [anon_sym_alias] = ACTIONS(2397), + [anon_sym_let] = ACTIONS(2397), + [anon_sym_let_DASHenv] = ACTIONS(2397), + [anon_sym_mut] = ACTIONS(2397), + [anon_sym_const] = ACTIONS(2397), + [aux_sym_cmd_identifier_token1] = ACTIONS(2397), + [aux_sym_cmd_identifier_token2] = ACTIONS(2399), + [aux_sym_cmd_identifier_token3] = ACTIONS(2399), + [aux_sym_cmd_identifier_token4] = ACTIONS(2399), + [aux_sym_cmd_identifier_token5] = ACTIONS(2399), + [aux_sym_cmd_identifier_token6] = ACTIONS(2399), + [aux_sym_cmd_identifier_token7] = ACTIONS(2399), + [aux_sym_cmd_identifier_token8] = ACTIONS(2397), + [aux_sym_cmd_identifier_token9] = ACTIONS(2397), + [aux_sym_cmd_identifier_token10] = ACTIONS(2399), + [aux_sym_cmd_identifier_token11] = ACTIONS(2399), + [aux_sym_cmd_identifier_token12] = ACTIONS(2397), + [aux_sym_cmd_identifier_token13] = ACTIONS(2397), + [aux_sym_cmd_identifier_token14] = ACTIONS(2397), + [aux_sym_cmd_identifier_token15] = ACTIONS(2397), + [aux_sym_cmd_identifier_token16] = ACTIONS(2399), + [aux_sym_cmd_identifier_token17] = ACTIONS(2399), + [aux_sym_cmd_identifier_token18] = ACTIONS(2399), + [aux_sym_cmd_identifier_token19] = ACTIONS(2399), + [aux_sym_cmd_identifier_token20] = ACTIONS(2399), + [aux_sym_cmd_identifier_token21] = ACTIONS(2399), + [aux_sym_cmd_identifier_token22] = ACTIONS(2399), + [aux_sym_cmd_identifier_token23] = ACTIONS(2399), + [aux_sym_cmd_identifier_token24] = ACTIONS(2399), + [aux_sym_cmd_identifier_token25] = ACTIONS(2399), + [aux_sym_cmd_identifier_token26] = ACTIONS(2399), + [aux_sym_cmd_identifier_token27] = ACTIONS(2399), + [aux_sym_cmd_identifier_token28] = ACTIONS(2399), + [aux_sym_cmd_identifier_token29] = ACTIONS(2399), + [aux_sym_cmd_identifier_token30] = ACTIONS(2399), + [aux_sym_cmd_identifier_token31] = ACTIONS(2399), + [aux_sym_cmd_identifier_token32] = ACTIONS(2399), + [aux_sym_cmd_identifier_token33] = ACTIONS(2399), + [aux_sym_cmd_identifier_token34] = ACTIONS(2397), + [aux_sym_cmd_identifier_token35] = ACTIONS(2399), + [aux_sym_cmd_identifier_token36] = ACTIONS(2399), + [aux_sym_cmd_identifier_token37] = ACTIONS(2399), + [aux_sym_cmd_identifier_token38] = ACTIONS(2397), + [aux_sym_cmd_identifier_token39] = ACTIONS(2399), + [aux_sym_cmd_identifier_token40] = ACTIONS(2399), + [anon_sym_def] = ACTIONS(2397), + [anon_sym_export_DASHenv] = ACTIONS(2397), + [anon_sym_extern] = ACTIONS(2397), + [anon_sym_module] = ACTIONS(2397), + [anon_sym_use] = ACTIONS(2397), + [anon_sym_LPAREN] = ACTIONS(2399), + [anon_sym_DOLLAR] = ACTIONS(2399), + [anon_sym_error] = ACTIONS(2397), + [anon_sym_DASH2] = ACTIONS(2397), + [anon_sym_break] = ACTIONS(2397), + [anon_sym_continue] = ACTIONS(2397), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_in2] = ACTIONS(2397), + [anon_sym_loop] = ACTIONS(2397), + [anon_sym_make] = ACTIONS(2397), + [anon_sym_while] = ACTIONS(2397), + [anon_sym_do] = ACTIONS(2397), + [anon_sym_if] = ACTIONS(2397), + [anon_sym_else] = ACTIONS(2397), + [anon_sym_match] = ACTIONS(2397), + [anon_sym_RBRACE] = ACTIONS(2399), + [anon_sym_try] = ACTIONS(2397), + [anon_sym_catch] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2397), + [anon_sym_source] = ACTIONS(2397), + [anon_sym_source_DASHenv] = ACTIONS(2397), + [anon_sym_register] = ACTIONS(2397), + [anon_sym_hide] = ACTIONS(2397), + [anon_sym_hide_DASHenv] = ACTIONS(2397), + [anon_sym_overlay] = ACTIONS(2397), + [anon_sym_as] = ACTIONS(2397), + [anon_sym_PLUS2] = ACTIONS(2397), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2399), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2399), + [aux_sym__val_number_decimal_token1] = ACTIONS(2397), + [aux_sym__val_number_decimal_token2] = ACTIONS(2399), + [aux_sym__val_number_decimal_token3] = ACTIONS(2399), + [aux_sym__val_number_decimal_token4] = ACTIONS(2399), + [aux_sym__val_number_token1] = ACTIONS(2399), + [aux_sym__val_number_token2] = ACTIONS(2399), + [aux_sym__val_number_token3] = ACTIONS(2399), + [aux_sym__val_number_token4] = ACTIONS(2397), + [aux_sym__val_number_token5] = ACTIONS(2397), + [aux_sym__val_number_token6] = ACTIONS(2397), + [anon_sym_DQUOTE] = ACTIONS(2399), + [sym__str_single_quotes] = ACTIONS(2399), + [sym__str_back_ticks] = ACTIONS(2399), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2399), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2399), + }, + [722] = { + [sym_comment] = STATE(722), + [anon_sym_export] = ACTIONS(1937), + [anon_sym_alias] = ACTIONS(1937), + [anon_sym_let] = ACTIONS(1937), + [anon_sym_let_DASHenv] = ACTIONS(1937), + [anon_sym_mut] = ACTIONS(1937), + [anon_sym_const] = ACTIONS(1937), + [aux_sym_cmd_identifier_token1] = ACTIONS(1937), + [aux_sym_cmd_identifier_token2] = ACTIONS(1939), + [aux_sym_cmd_identifier_token3] = ACTIONS(1939), + [aux_sym_cmd_identifier_token4] = ACTIONS(1939), + [aux_sym_cmd_identifier_token5] = ACTIONS(1939), + [aux_sym_cmd_identifier_token6] = ACTIONS(1939), + [aux_sym_cmd_identifier_token7] = ACTIONS(1939), + [aux_sym_cmd_identifier_token8] = ACTIONS(1937), + [aux_sym_cmd_identifier_token9] = ACTIONS(1937), + [aux_sym_cmd_identifier_token10] = ACTIONS(1939), + [aux_sym_cmd_identifier_token11] = ACTIONS(1939), + [aux_sym_cmd_identifier_token12] = ACTIONS(1937), + [aux_sym_cmd_identifier_token13] = ACTIONS(1937), + [aux_sym_cmd_identifier_token14] = ACTIONS(1937), + [aux_sym_cmd_identifier_token15] = ACTIONS(1937), + [aux_sym_cmd_identifier_token16] = ACTIONS(1939), + [aux_sym_cmd_identifier_token17] = ACTIONS(1939), + [aux_sym_cmd_identifier_token18] = ACTIONS(1939), + [aux_sym_cmd_identifier_token19] = ACTIONS(1939), + [aux_sym_cmd_identifier_token20] = ACTIONS(1939), + [aux_sym_cmd_identifier_token21] = ACTIONS(1939), + [aux_sym_cmd_identifier_token22] = ACTIONS(1939), + [aux_sym_cmd_identifier_token23] = ACTIONS(1939), + [aux_sym_cmd_identifier_token24] = ACTIONS(1939), + [aux_sym_cmd_identifier_token25] = ACTIONS(1939), + [aux_sym_cmd_identifier_token26] = ACTIONS(1939), + [aux_sym_cmd_identifier_token27] = ACTIONS(1939), + [aux_sym_cmd_identifier_token28] = ACTIONS(1939), + [aux_sym_cmd_identifier_token29] = ACTIONS(1939), + [aux_sym_cmd_identifier_token30] = ACTIONS(1939), + [aux_sym_cmd_identifier_token31] = ACTIONS(1939), + [aux_sym_cmd_identifier_token32] = ACTIONS(1939), + [aux_sym_cmd_identifier_token33] = ACTIONS(1939), + [aux_sym_cmd_identifier_token34] = ACTIONS(1937), + [aux_sym_cmd_identifier_token35] = ACTIONS(1939), + [aux_sym_cmd_identifier_token36] = ACTIONS(1939), + [aux_sym_cmd_identifier_token37] = ACTIONS(1939), + [aux_sym_cmd_identifier_token38] = ACTIONS(1937), + [aux_sym_cmd_identifier_token39] = ACTIONS(1939), + [aux_sym_cmd_identifier_token40] = ACTIONS(1939), + [anon_sym_def] = ACTIONS(1937), + [anon_sym_export_DASHenv] = ACTIONS(1937), + [anon_sym_extern] = ACTIONS(1937), + [anon_sym_module] = ACTIONS(1937), + [anon_sym_use] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1939), + [anon_sym_DOLLAR] = ACTIONS(1939), + [anon_sym_error] = ACTIONS(1937), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_break] = ACTIONS(1937), + [anon_sym_continue] = ACTIONS(1937), + [anon_sym_for] = ACTIONS(1937), + [anon_sym_in2] = ACTIONS(1937), + [anon_sym_loop] = ACTIONS(1937), + [anon_sym_make] = ACTIONS(1937), + [anon_sym_while] = ACTIONS(1937), + [anon_sym_do] = ACTIONS(1937), + [anon_sym_if] = ACTIONS(1937), + [anon_sym_else] = ACTIONS(1937), + [anon_sym_match] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1939), + [anon_sym_try] = ACTIONS(1937), + [anon_sym_catch] = ACTIONS(1937), + [anon_sym_return] = ACTIONS(1937), + [anon_sym_source] = ACTIONS(1937), + [anon_sym_source_DASHenv] = ACTIONS(1937), + [anon_sym_register] = ACTIONS(1937), + [anon_sym_hide] = ACTIONS(1937), + [anon_sym_hide_DASHenv] = ACTIONS(1937), + [anon_sym_overlay] = ACTIONS(1937), + [anon_sym_as] = ACTIONS(1937), + [anon_sym_PLUS2] = ACTIONS(1937), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1939), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1939), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1939), + [aux_sym__val_number_decimal_token3] = ACTIONS(1939), + [aux_sym__val_number_decimal_token4] = ACTIONS(1939), + [aux_sym__val_number_token1] = ACTIONS(1939), + [aux_sym__val_number_token2] = ACTIONS(1939), + [aux_sym__val_number_token3] = ACTIONS(1939), + [aux_sym__val_number_token4] = ACTIONS(1937), + [aux_sym__val_number_token5] = ACTIONS(1937), + [aux_sym__val_number_token6] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(1939), + [sym__str_single_quotes] = ACTIONS(1939), + [sym__str_back_ticks] = ACTIONS(1939), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1939), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2419), + [sym_raw_string_begin] = ACTIONS(1939), }, - [750] = { - [sym_comment] = STATE(750), - [anon_sym_export] = ACTIONS(2421), - [anon_sym_alias] = ACTIONS(2421), - [anon_sym_let] = ACTIONS(2421), - [anon_sym_let_DASHenv] = ACTIONS(2421), - [anon_sym_mut] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [aux_sym_cmd_identifier_token1] = ACTIONS(2421), - [aux_sym_cmd_identifier_token2] = ACTIONS(2423), - [aux_sym_cmd_identifier_token3] = ACTIONS(2423), - [aux_sym_cmd_identifier_token4] = ACTIONS(2423), - [aux_sym_cmd_identifier_token5] = ACTIONS(2423), - [aux_sym_cmd_identifier_token6] = ACTIONS(2423), - [aux_sym_cmd_identifier_token7] = ACTIONS(2423), - [aux_sym_cmd_identifier_token8] = ACTIONS(2421), - [aux_sym_cmd_identifier_token9] = ACTIONS(2421), - [aux_sym_cmd_identifier_token10] = ACTIONS(2423), - [aux_sym_cmd_identifier_token11] = ACTIONS(2423), - [aux_sym_cmd_identifier_token12] = ACTIONS(2421), - [aux_sym_cmd_identifier_token13] = ACTIONS(2421), - [aux_sym_cmd_identifier_token14] = ACTIONS(2421), - [aux_sym_cmd_identifier_token15] = ACTIONS(2421), - [aux_sym_cmd_identifier_token16] = ACTIONS(2423), - [aux_sym_cmd_identifier_token17] = ACTIONS(2423), - [aux_sym_cmd_identifier_token18] = ACTIONS(2423), - [aux_sym_cmd_identifier_token19] = ACTIONS(2423), - [aux_sym_cmd_identifier_token20] = ACTIONS(2423), - [aux_sym_cmd_identifier_token21] = ACTIONS(2423), - [aux_sym_cmd_identifier_token22] = ACTIONS(2423), - [aux_sym_cmd_identifier_token23] = ACTIONS(2423), - [aux_sym_cmd_identifier_token24] = ACTIONS(2423), - [aux_sym_cmd_identifier_token25] = ACTIONS(2423), - [aux_sym_cmd_identifier_token26] = ACTIONS(2423), - [aux_sym_cmd_identifier_token27] = ACTIONS(2423), - [aux_sym_cmd_identifier_token28] = ACTIONS(2423), - [aux_sym_cmd_identifier_token29] = ACTIONS(2423), - [aux_sym_cmd_identifier_token30] = ACTIONS(2423), - [aux_sym_cmd_identifier_token31] = ACTIONS(2423), - [aux_sym_cmd_identifier_token32] = ACTIONS(2423), - [aux_sym_cmd_identifier_token33] = ACTIONS(2423), - [aux_sym_cmd_identifier_token34] = ACTIONS(2421), - [aux_sym_cmd_identifier_token35] = ACTIONS(2423), - [aux_sym_cmd_identifier_token36] = ACTIONS(2423), - [aux_sym_cmd_identifier_token37] = ACTIONS(2423), - [aux_sym_cmd_identifier_token38] = ACTIONS(2421), - [aux_sym_cmd_identifier_token39] = ACTIONS(2423), - [aux_sym_cmd_identifier_token40] = ACTIONS(2423), - [anon_sym_def] = ACTIONS(2421), - [anon_sym_export_DASHenv] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym_module] = ACTIONS(2421), - [anon_sym_use] = ACTIONS(2421), - [anon_sym_LPAREN] = ACTIONS(2423), - [anon_sym_DOLLAR] = ACTIONS(2423), - [anon_sym_error] = ACTIONS(2421), - [anon_sym_DASH2] = ACTIONS(2421), - [anon_sym_break] = ACTIONS(2421), - [anon_sym_continue] = ACTIONS(2421), - [anon_sym_for] = ACTIONS(2421), - [anon_sym_in2] = ACTIONS(2421), - [anon_sym_loop] = ACTIONS(2421), - [anon_sym_make] = ACTIONS(2421), - [anon_sym_while] = ACTIONS(2421), - [anon_sym_do] = ACTIONS(2421), - [anon_sym_if] = ACTIONS(2421), - [anon_sym_else] = ACTIONS(2421), - [anon_sym_match] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2423), - [anon_sym_try] = ACTIONS(2421), - [anon_sym_catch] = ACTIONS(2421), - [anon_sym_return] = ACTIONS(2421), - [anon_sym_source] = ACTIONS(2421), - [anon_sym_source_DASHenv] = ACTIONS(2421), - [anon_sym_register] = ACTIONS(2421), - [anon_sym_hide] = ACTIONS(2421), - [anon_sym_hide_DASHenv] = ACTIONS(2421), - [anon_sym_overlay] = ACTIONS(2421), - [anon_sym_as] = ACTIONS(2421), - [anon_sym_PLUS2] = ACTIONS(2421), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2423), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2423), - [aux_sym__val_number_decimal_token1] = ACTIONS(2421), - [aux_sym__val_number_decimal_token2] = ACTIONS(2423), - [aux_sym__val_number_decimal_token3] = ACTIONS(2423), - [aux_sym__val_number_decimal_token4] = ACTIONS(2423), - [aux_sym__val_number_token1] = ACTIONS(2423), - [aux_sym__val_number_token2] = ACTIONS(2423), - [aux_sym__val_number_token3] = ACTIONS(2423), - [aux_sym__val_number_token4] = ACTIONS(2421), - [aux_sym__val_number_token5] = ACTIONS(2421), - [aux_sym__val_number_token6] = ACTIONS(2421), - [anon_sym_DQUOTE] = ACTIONS(2423), - [sym__str_single_quotes] = ACTIONS(2423), - [sym__str_back_ticks] = ACTIONS(2423), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2423), + [723] = { + [sym_comment] = STATE(723), + [anon_sym_export] = ACTIONS(2324), + [anon_sym_alias] = ACTIONS(2324), + [anon_sym_let] = ACTIONS(2324), + [anon_sym_let_DASHenv] = ACTIONS(2324), + [anon_sym_mut] = ACTIONS(2324), + [anon_sym_const] = ACTIONS(2324), + [aux_sym_cmd_identifier_token1] = ACTIONS(2324), + [aux_sym_cmd_identifier_token2] = ACTIONS(2328), + [aux_sym_cmd_identifier_token3] = ACTIONS(2328), + [aux_sym_cmd_identifier_token4] = ACTIONS(2328), + [aux_sym_cmd_identifier_token5] = ACTIONS(2328), + [aux_sym_cmd_identifier_token6] = ACTIONS(2328), + [aux_sym_cmd_identifier_token7] = ACTIONS(2328), + [aux_sym_cmd_identifier_token8] = ACTIONS(2324), + [aux_sym_cmd_identifier_token9] = ACTIONS(2324), + [aux_sym_cmd_identifier_token10] = ACTIONS(2328), + [aux_sym_cmd_identifier_token11] = ACTIONS(2328), + [aux_sym_cmd_identifier_token12] = ACTIONS(2324), + [aux_sym_cmd_identifier_token13] = ACTIONS(2324), + [aux_sym_cmd_identifier_token14] = ACTIONS(2324), + [aux_sym_cmd_identifier_token15] = ACTIONS(2324), + [aux_sym_cmd_identifier_token16] = ACTIONS(2328), + [aux_sym_cmd_identifier_token17] = ACTIONS(2328), + [aux_sym_cmd_identifier_token18] = ACTIONS(2328), + [aux_sym_cmd_identifier_token19] = ACTIONS(2328), + [aux_sym_cmd_identifier_token20] = ACTIONS(2328), + [aux_sym_cmd_identifier_token21] = ACTIONS(2328), + [aux_sym_cmd_identifier_token22] = ACTIONS(2328), + [aux_sym_cmd_identifier_token23] = ACTIONS(2328), + [aux_sym_cmd_identifier_token24] = ACTIONS(2328), + [aux_sym_cmd_identifier_token25] = ACTIONS(2328), + [aux_sym_cmd_identifier_token26] = ACTIONS(2328), + [aux_sym_cmd_identifier_token27] = ACTIONS(2328), + [aux_sym_cmd_identifier_token28] = ACTIONS(2328), + [aux_sym_cmd_identifier_token29] = ACTIONS(2328), + [aux_sym_cmd_identifier_token30] = ACTIONS(2328), + [aux_sym_cmd_identifier_token31] = ACTIONS(2328), + [aux_sym_cmd_identifier_token32] = ACTIONS(2328), + [aux_sym_cmd_identifier_token33] = ACTIONS(2328), + [aux_sym_cmd_identifier_token34] = ACTIONS(2324), + [aux_sym_cmd_identifier_token35] = ACTIONS(2328), + [aux_sym_cmd_identifier_token36] = ACTIONS(2328), + [aux_sym_cmd_identifier_token37] = ACTIONS(2328), + [aux_sym_cmd_identifier_token38] = ACTIONS(2324), + [aux_sym_cmd_identifier_token39] = ACTIONS(2328), + [aux_sym_cmd_identifier_token40] = ACTIONS(2328), + [anon_sym_def] = ACTIONS(2324), + [anon_sym_export_DASHenv] = ACTIONS(2324), + [anon_sym_extern] = ACTIONS(2324), + [anon_sym_module] = ACTIONS(2324), + [anon_sym_use] = ACTIONS(2324), + [anon_sym_LPAREN] = ACTIONS(2328), + [anon_sym_DOLLAR] = ACTIONS(2328), + [anon_sym_error] = ACTIONS(2324), + [anon_sym_DASH2] = ACTIONS(2324), + [anon_sym_break] = ACTIONS(2324), + [anon_sym_continue] = ACTIONS(2324), + [anon_sym_for] = ACTIONS(2324), + [anon_sym_in2] = ACTIONS(2324), + [anon_sym_loop] = ACTIONS(2324), + [anon_sym_make] = ACTIONS(2324), + [anon_sym_while] = ACTIONS(2324), + [anon_sym_do] = ACTIONS(2324), + [anon_sym_if] = ACTIONS(2324), + [anon_sym_else] = ACTIONS(2324), + [anon_sym_match] = ACTIONS(2324), + [anon_sym_RBRACE] = ACTIONS(2328), + [anon_sym_try] = ACTIONS(2324), + [anon_sym_catch] = ACTIONS(2324), + [anon_sym_return] = ACTIONS(2324), + [anon_sym_source] = ACTIONS(2324), + [anon_sym_source_DASHenv] = ACTIONS(2324), + [anon_sym_register] = ACTIONS(2324), + [anon_sym_hide] = ACTIONS(2324), + [anon_sym_hide_DASHenv] = ACTIONS(2324), + [anon_sym_overlay] = ACTIONS(2324), + [anon_sym_as] = ACTIONS(2324), + [anon_sym_PLUS2] = ACTIONS(2324), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2328), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2328), + [aux_sym__val_number_decimal_token1] = ACTIONS(2324), + [aux_sym__val_number_decimal_token2] = ACTIONS(2328), + [aux_sym__val_number_decimal_token3] = ACTIONS(2328), + [aux_sym__val_number_decimal_token4] = ACTIONS(2328), + [aux_sym__val_number_token1] = ACTIONS(2328), + [aux_sym__val_number_token2] = ACTIONS(2328), + [aux_sym__val_number_token3] = ACTIONS(2328), + [aux_sym__val_number_token4] = ACTIONS(2324), + [aux_sym__val_number_token5] = ACTIONS(2324), + [aux_sym__val_number_token6] = ACTIONS(2324), + [anon_sym_DQUOTE] = ACTIONS(2328), + [sym__str_single_quotes] = ACTIONS(2328), + [sym__str_back_ticks] = ACTIONS(2328), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2328), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2328), + }, + [724] = { + [sym_comment] = STATE(724), + [anon_sym_export] = ACTIONS(2509), + [anon_sym_alias] = ACTIONS(2509), + [anon_sym_let] = ACTIONS(2509), + [anon_sym_let_DASHenv] = ACTIONS(2509), + [anon_sym_mut] = ACTIONS(2509), + [anon_sym_const] = ACTIONS(2509), + [aux_sym_cmd_identifier_token1] = ACTIONS(2509), + [aux_sym_cmd_identifier_token2] = ACTIONS(2511), + [aux_sym_cmd_identifier_token3] = ACTIONS(2511), + [aux_sym_cmd_identifier_token4] = ACTIONS(2511), + [aux_sym_cmd_identifier_token5] = ACTIONS(2511), + [aux_sym_cmd_identifier_token6] = ACTIONS(2511), + [aux_sym_cmd_identifier_token7] = ACTIONS(2511), + [aux_sym_cmd_identifier_token8] = ACTIONS(2509), + [aux_sym_cmd_identifier_token9] = ACTIONS(2509), + [aux_sym_cmd_identifier_token10] = ACTIONS(2511), + [aux_sym_cmd_identifier_token11] = ACTIONS(2511), + [aux_sym_cmd_identifier_token12] = ACTIONS(2509), + [aux_sym_cmd_identifier_token13] = ACTIONS(2509), + [aux_sym_cmd_identifier_token14] = ACTIONS(2509), + [aux_sym_cmd_identifier_token15] = ACTIONS(2509), + [aux_sym_cmd_identifier_token16] = ACTIONS(2511), + [aux_sym_cmd_identifier_token17] = ACTIONS(2511), + [aux_sym_cmd_identifier_token18] = ACTIONS(2511), + [aux_sym_cmd_identifier_token19] = ACTIONS(2511), + [aux_sym_cmd_identifier_token20] = ACTIONS(2511), + [aux_sym_cmd_identifier_token21] = ACTIONS(2511), + [aux_sym_cmd_identifier_token22] = ACTIONS(2511), + [aux_sym_cmd_identifier_token23] = ACTIONS(2511), + [aux_sym_cmd_identifier_token24] = ACTIONS(2511), + [aux_sym_cmd_identifier_token25] = ACTIONS(2511), + [aux_sym_cmd_identifier_token26] = ACTIONS(2511), + [aux_sym_cmd_identifier_token27] = ACTIONS(2511), + [aux_sym_cmd_identifier_token28] = ACTIONS(2511), + [aux_sym_cmd_identifier_token29] = ACTIONS(2511), + [aux_sym_cmd_identifier_token30] = ACTIONS(2511), + [aux_sym_cmd_identifier_token31] = ACTIONS(2511), + [aux_sym_cmd_identifier_token32] = ACTIONS(2511), + [aux_sym_cmd_identifier_token33] = ACTIONS(2511), + [aux_sym_cmd_identifier_token34] = ACTIONS(2509), + [aux_sym_cmd_identifier_token35] = ACTIONS(2511), + [aux_sym_cmd_identifier_token36] = ACTIONS(2511), + [aux_sym_cmd_identifier_token37] = ACTIONS(2511), + [aux_sym_cmd_identifier_token38] = ACTIONS(2509), + [aux_sym_cmd_identifier_token39] = ACTIONS(2511), + [aux_sym_cmd_identifier_token40] = ACTIONS(2511), + [anon_sym_def] = ACTIONS(2509), + [anon_sym_export_DASHenv] = ACTIONS(2509), + [anon_sym_extern] = ACTIONS(2509), + [anon_sym_module] = ACTIONS(2509), + [anon_sym_use] = ACTIONS(2509), + [anon_sym_LPAREN] = ACTIONS(2511), + [anon_sym_DOLLAR] = ACTIONS(2511), + [anon_sym_error] = ACTIONS(2509), + [anon_sym_DASH2] = ACTIONS(2509), + [anon_sym_break] = ACTIONS(2509), + [anon_sym_continue] = ACTIONS(2509), + [anon_sym_for] = ACTIONS(2509), + [anon_sym_in2] = ACTIONS(2509), + [anon_sym_loop] = ACTIONS(2509), + [anon_sym_make] = ACTIONS(2509), + [anon_sym_while] = ACTIONS(2509), + [anon_sym_do] = ACTIONS(2509), + [anon_sym_if] = ACTIONS(2509), + [anon_sym_else] = ACTIONS(2509), + [anon_sym_match] = ACTIONS(2509), + [anon_sym_RBRACE] = ACTIONS(2511), + [anon_sym_try] = ACTIONS(2509), + [anon_sym_catch] = ACTIONS(2509), + [anon_sym_return] = ACTIONS(2509), + [anon_sym_source] = ACTIONS(2509), + [anon_sym_source_DASHenv] = ACTIONS(2509), + [anon_sym_register] = ACTIONS(2509), + [anon_sym_hide] = ACTIONS(2509), + [anon_sym_hide_DASHenv] = ACTIONS(2509), + [anon_sym_overlay] = ACTIONS(2509), + [anon_sym_as] = ACTIONS(2509), + [anon_sym_PLUS2] = ACTIONS(2509), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2511), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2511), + [aux_sym__val_number_decimal_token1] = ACTIONS(2509), + [aux_sym__val_number_decimal_token2] = ACTIONS(2511), + [aux_sym__val_number_decimal_token3] = ACTIONS(2511), + [aux_sym__val_number_decimal_token4] = ACTIONS(2511), + [aux_sym__val_number_token1] = ACTIONS(2511), + [aux_sym__val_number_token2] = ACTIONS(2511), + [aux_sym__val_number_token3] = ACTIONS(2511), + [aux_sym__val_number_token4] = ACTIONS(2509), + [aux_sym__val_number_token5] = ACTIONS(2509), + [aux_sym__val_number_token6] = ACTIONS(2509), + [anon_sym_DQUOTE] = ACTIONS(2511), + [sym__str_single_quotes] = ACTIONS(2511), + [sym__str_back_ticks] = ACTIONS(2511), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2511), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2423), + [sym_raw_string_begin] = ACTIONS(2511), }, - [751] = { - [sym_comment] = STATE(751), - [anon_sym_export] = ACTIONS(2386), - [anon_sym_alias] = ACTIONS(2386), - [anon_sym_let] = ACTIONS(2386), - [anon_sym_let_DASHenv] = ACTIONS(2386), - [anon_sym_mut] = ACTIONS(2386), - [anon_sym_const] = ACTIONS(2386), - [aux_sym_cmd_identifier_token1] = ACTIONS(2386), - [aux_sym_cmd_identifier_token2] = ACTIONS(2388), - [aux_sym_cmd_identifier_token3] = ACTIONS(2388), - [aux_sym_cmd_identifier_token4] = ACTIONS(2388), - [aux_sym_cmd_identifier_token5] = ACTIONS(2388), - [aux_sym_cmd_identifier_token6] = ACTIONS(2388), - [aux_sym_cmd_identifier_token7] = ACTIONS(2388), - [aux_sym_cmd_identifier_token8] = ACTIONS(2386), - [aux_sym_cmd_identifier_token9] = ACTIONS(2386), - [aux_sym_cmd_identifier_token10] = ACTIONS(2388), - [aux_sym_cmd_identifier_token11] = ACTIONS(2388), - [aux_sym_cmd_identifier_token12] = ACTIONS(2386), - [aux_sym_cmd_identifier_token13] = ACTIONS(2386), - [aux_sym_cmd_identifier_token14] = ACTIONS(2386), - [aux_sym_cmd_identifier_token15] = ACTIONS(2386), - [aux_sym_cmd_identifier_token16] = ACTIONS(2388), - [aux_sym_cmd_identifier_token17] = ACTIONS(2388), - [aux_sym_cmd_identifier_token18] = ACTIONS(2388), - [aux_sym_cmd_identifier_token19] = ACTIONS(2388), - [aux_sym_cmd_identifier_token20] = ACTIONS(2388), - [aux_sym_cmd_identifier_token21] = ACTIONS(2388), - [aux_sym_cmd_identifier_token22] = ACTIONS(2388), - [aux_sym_cmd_identifier_token23] = ACTIONS(2388), - [aux_sym_cmd_identifier_token24] = ACTIONS(2388), - [aux_sym_cmd_identifier_token25] = ACTIONS(2388), - [aux_sym_cmd_identifier_token26] = ACTIONS(2388), - [aux_sym_cmd_identifier_token27] = ACTIONS(2388), - [aux_sym_cmd_identifier_token28] = ACTIONS(2388), - [aux_sym_cmd_identifier_token29] = ACTIONS(2388), - [aux_sym_cmd_identifier_token30] = ACTIONS(2388), - [aux_sym_cmd_identifier_token31] = ACTIONS(2388), - [aux_sym_cmd_identifier_token32] = ACTIONS(2388), - [aux_sym_cmd_identifier_token33] = ACTIONS(2388), - [aux_sym_cmd_identifier_token34] = ACTIONS(2386), - [aux_sym_cmd_identifier_token35] = ACTIONS(2388), - [aux_sym_cmd_identifier_token36] = ACTIONS(2388), - [aux_sym_cmd_identifier_token37] = ACTIONS(2388), - [aux_sym_cmd_identifier_token38] = ACTIONS(2386), - [aux_sym_cmd_identifier_token39] = ACTIONS(2388), - [aux_sym_cmd_identifier_token40] = ACTIONS(2388), - [anon_sym_def] = ACTIONS(2386), - [anon_sym_export_DASHenv] = ACTIONS(2386), - [anon_sym_extern] = ACTIONS(2386), - [anon_sym_module] = ACTIONS(2386), - [anon_sym_use] = ACTIONS(2386), - [anon_sym_LPAREN] = ACTIONS(2388), - [anon_sym_DOLLAR] = ACTIONS(2388), - [anon_sym_error] = ACTIONS(2386), - [anon_sym_DASH2] = ACTIONS(2386), - [anon_sym_break] = ACTIONS(2386), - [anon_sym_continue] = ACTIONS(2386), - [anon_sym_for] = ACTIONS(2386), - [anon_sym_in2] = ACTIONS(2386), - [anon_sym_loop] = ACTIONS(2386), - [anon_sym_make] = ACTIONS(2386), - [anon_sym_while] = ACTIONS(2386), - [anon_sym_do] = ACTIONS(2386), - [anon_sym_if] = ACTIONS(2386), - [anon_sym_else] = ACTIONS(2386), - [anon_sym_match] = ACTIONS(2386), - [anon_sym_RBRACE] = ACTIONS(2388), - [anon_sym_try] = ACTIONS(2386), - [anon_sym_catch] = ACTIONS(2386), - [anon_sym_return] = ACTIONS(2386), - [anon_sym_source] = ACTIONS(2386), - [anon_sym_source_DASHenv] = ACTIONS(2386), - [anon_sym_register] = ACTIONS(2386), - [anon_sym_hide] = ACTIONS(2386), - [anon_sym_hide_DASHenv] = ACTIONS(2386), - [anon_sym_overlay] = ACTIONS(2386), - [anon_sym_as] = ACTIONS(2386), - [anon_sym_PLUS2] = ACTIONS(2386), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2388), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2388), - [aux_sym__val_number_decimal_token1] = ACTIONS(2386), - [aux_sym__val_number_decimal_token2] = ACTIONS(2388), - [aux_sym__val_number_decimal_token3] = ACTIONS(2388), - [aux_sym__val_number_decimal_token4] = ACTIONS(2388), - [aux_sym__val_number_token1] = ACTIONS(2388), - [aux_sym__val_number_token2] = ACTIONS(2388), - [aux_sym__val_number_token3] = ACTIONS(2388), - [aux_sym__val_number_token4] = ACTIONS(2386), - [aux_sym__val_number_token5] = ACTIONS(2386), - [aux_sym__val_number_token6] = ACTIONS(2386), - [anon_sym_DQUOTE] = ACTIONS(2388), - [sym__str_single_quotes] = ACTIONS(2388), - [sym__str_back_ticks] = ACTIONS(2388), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2388), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2388), + [725] = { + [aux_sym__pipe_separator] = STATE(754), + [sym_comment] = STATE(725), + [aux_sym_shebang_repeat1] = STATE(768), + [aux_sym_cmd_identifier_token1] = ACTIONS(2513), + [aux_sym_cmd_identifier_token2] = ACTIONS(2515), + [aux_sym_cmd_identifier_token3] = ACTIONS(2515), + [aux_sym_cmd_identifier_token4] = ACTIONS(2515), + [aux_sym_cmd_identifier_token5] = ACTIONS(2515), + [aux_sym_cmd_identifier_token6] = ACTIONS(2515), + [aux_sym_cmd_identifier_token7] = ACTIONS(2515), + [aux_sym_cmd_identifier_token8] = ACTIONS(2515), + [aux_sym_cmd_identifier_token9] = ACTIONS(2513), + [aux_sym_cmd_identifier_token10] = ACTIONS(2515), + [aux_sym_cmd_identifier_token11] = ACTIONS(2515), + [aux_sym_cmd_identifier_token12] = ACTIONS(2515), + [aux_sym_cmd_identifier_token13] = ACTIONS(2513), + [aux_sym_cmd_identifier_token14] = ACTIONS(2515), + [aux_sym_cmd_identifier_token15] = ACTIONS(2513), + [aux_sym_cmd_identifier_token16] = ACTIONS(2515), + [aux_sym_cmd_identifier_token17] = ACTIONS(2515), + [aux_sym_cmd_identifier_token18] = ACTIONS(2513), + [aux_sym_cmd_identifier_token19] = ACTIONS(2515), + [aux_sym_cmd_identifier_token20] = ACTIONS(2515), + [aux_sym_cmd_identifier_token21] = ACTIONS(2515), + [aux_sym_cmd_identifier_token22] = ACTIONS(2515), + [aux_sym_cmd_identifier_token23] = ACTIONS(2515), + [aux_sym_cmd_identifier_token24] = ACTIONS(2515), + [aux_sym_cmd_identifier_token25] = ACTIONS(2515), + [aux_sym_cmd_identifier_token26] = ACTIONS(2515), + [aux_sym_cmd_identifier_token27] = ACTIONS(2515), + [aux_sym_cmd_identifier_token28] = ACTIONS(2515), + [aux_sym_cmd_identifier_token29] = ACTIONS(2515), + [aux_sym_cmd_identifier_token30] = ACTIONS(2515), + [aux_sym_cmd_identifier_token31] = ACTIONS(2515), + [aux_sym_cmd_identifier_token32] = ACTIONS(2513), + [aux_sym_cmd_identifier_token33] = ACTIONS(2515), + [aux_sym_cmd_identifier_token34] = ACTIONS(2513), + [aux_sym_cmd_identifier_token35] = ACTIONS(2515), + [aux_sym_cmd_identifier_token36] = ACTIONS(2515), + [aux_sym_cmd_identifier_token37] = ACTIONS(2515), + [aux_sym_cmd_identifier_token38] = ACTIONS(2513), + [aux_sym_cmd_identifier_token39] = ACTIONS(2515), + [aux_sym_cmd_identifier_token40] = ACTIONS(2515), + [sym__newline] = ACTIONS(2517), + [anon_sym_PIPE] = ACTIONS(2519), + [anon_sym_err_GT_PIPE] = ACTIONS(2519), + [anon_sym_out_GT_PIPE] = ACTIONS(2519), + [anon_sym_e_GT_PIPE] = ACTIONS(2519), + [anon_sym_o_GT_PIPE] = ACTIONS(2519), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2519), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2519), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2519), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2515), + [anon_sym_LPAREN] = ACTIONS(2515), + [anon_sym_DOLLAR] = ACTIONS(2513), + [anon_sym_DASH2] = ACTIONS(2513), + [anon_sym_break] = ACTIONS(2513), + [anon_sym_continue] = ACTIONS(2513), + [anon_sym_do] = ACTIONS(2513), + [anon_sym_if] = ACTIONS(2513), + [anon_sym_match] = ACTIONS(2513), + [anon_sym_LBRACE] = ACTIONS(2515), + [anon_sym_DOT_DOT] = ACTIONS(2513), + [anon_sym_try] = ACTIONS(2513), + [anon_sym_return] = ACTIONS(2513), + [anon_sym_where] = ACTIONS(2515), + [aux_sym_expr_unary_token1] = ACTIONS(2515), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2515), + [anon_sym_DOT_DOT_LT] = ACTIONS(2515), + [anon_sym_null] = ACTIONS(2513), + [anon_sym_true] = ACTIONS(2513), + [anon_sym_false] = ACTIONS(2513), + [aux_sym__val_number_decimal_token1] = ACTIONS(2513), + [aux_sym__val_number_decimal_token2] = ACTIONS(2515), + [aux_sym__val_number_decimal_token3] = ACTIONS(2515), + [aux_sym__val_number_decimal_token4] = ACTIONS(2515), + [aux_sym__val_number_token1] = ACTIONS(2515), + [aux_sym__val_number_token2] = ACTIONS(2515), + [aux_sym__val_number_token3] = ACTIONS(2515), + [aux_sym__val_number_token4] = ACTIONS(2513), + [aux_sym__val_number_token5] = ACTIONS(2513), + [aux_sym__val_number_token6] = ACTIONS(2513), + [anon_sym_0b] = ACTIONS(2513), + [anon_sym_0o] = ACTIONS(2513), + [anon_sym_0x] = ACTIONS(2513), + [sym_val_date] = ACTIONS(2515), + [anon_sym_DQUOTE] = ACTIONS(2515), + [sym__str_single_quotes] = ACTIONS(2515), + [sym__str_back_ticks] = ACTIONS(2515), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2515), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2515), + [aux_sym_env_var_token1] = ACTIONS(2513), + [anon_sym_CARET] = ACTIONS(2515), + [aux_sym_command_token1] = ACTIONS(2515), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2515), }, - [752] = { - [sym_comment] = STATE(752), - [anon_sym_export] = ACTIONS(2390), - [anon_sym_alias] = ACTIONS(2390), - [anon_sym_let] = ACTIONS(2390), - [anon_sym_let_DASHenv] = ACTIONS(2390), - [anon_sym_mut] = ACTIONS(2390), - [anon_sym_const] = ACTIONS(2390), - [aux_sym_cmd_identifier_token1] = ACTIONS(2390), - [aux_sym_cmd_identifier_token2] = ACTIONS(2392), - [aux_sym_cmd_identifier_token3] = ACTIONS(2392), - [aux_sym_cmd_identifier_token4] = ACTIONS(2392), - [aux_sym_cmd_identifier_token5] = ACTIONS(2392), - [aux_sym_cmd_identifier_token6] = ACTIONS(2392), - [aux_sym_cmd_identifier_token7] = ACTIONS(2392), - [aux_sym_cmd_identifier_token8] = ACTIONS(2390), - [aux_sym_cmd_identifier_token9] = ACTIONS(2390), - [aux_sym_cmd_identifier_token10] = ACTIONS(2392), - [aux_sym_cmd_identifier_token11] = ACTIONS(2392), - [aux_sym_cmd_identifier_token12] = ACTIONS(2390), - [aux_sym_cmd_identifier_token13] = ACTIONS(2390), - [aux_sym_cmd_identifier_token14] = ACTIONS(2390), - [aux_sym_cmd_identifier_token15] = ACTIONS(2390), - [aux_sym_cmd_identifier_token16] = ACTIONS(2392), - [aux_sym_cmd_identifier_token17] = ACTIONS(2392), - [aux_sym_cmd_identifier_token18] = ACTIONS(2392), - [aux_sym_cmd_identifier_token19] = ACTIONS(2392), - [aux_sym_cmd_identifier_token20] = ACTIONS(2392), - [aux_sym_cmd_identifier_token21] = ACTIONS(2392), - [aux_sym_cmd_identifier_token22] = ACTIONS(2392), - [aux_sym_cmd_identifier_token23] = ACTIONS(2392), - [aux_sym_cmd_identifier_token24] = ACTIONS(2392), - [aux_sym_cmd_identifier_token25] = ACTIONS(2392), - [aux_sym_cmd_identifier_token26] = ACTIONS(2392), - [aux_sym_cmd_identifier_token27] = ACTIONS(2392), - [aux_sym_cmd_identifier_token28] = ACTIONS(2392), - [aux_sym_cmd_identifier_token29] = ACTIONS(2392), - [aux_sym_cmd_identifier_token30] = ACTIONS(2392), - [aux_sym_cmd_identifier_token31] = ACTIONS(2392), - [aux_sym_cmd_identifier_token32] = ACTIONS(2392), - [aux_sym_cmd_identifier_token33] = ACTIONS(2392), - [aux_sym_cmd_identifier_token34] = ACTIONS(2390), - [aux_sym_cmd_identifier_token35] = ACTIONS(2392), - [aux_sym_cmd_identifier_token36] = ACTIONS(2392), - [aux_sym_cmd_identifier_token37] = ACTIONS(2392), - [aux_sym_cmd_identifier_token38] = ACTIONS(2390), - [aux_sym_cmd_identifier_token39] = ACTIONS(2392), - [aux_sym_cmd_identifier_token40] = ACTIONS(2392), - [anon_sym_def] = ACTIONS(2390), - [anon_sym_export_DASHenv] = ACTIONS(2390), - [anon_sym_extern] = ACTIONS(2390), - [anon_sym_module] = ACTIONS(2390), - [anon_sym_use] = ACTIONS(2390), - [anon_sym_LPAREN] = ACTIONS(2392), - [anon_sym_DOLLAR] = ACTIONS(2392), - [anon_sym_error] = ACTIONS(2390), - [anon_sym_DASH2] = ACTIONS(2390), - [anon_sym_break] = ACTIONS(2390), - [anon_sym_continue] = ACTIONS(2390), - [anon_sym_for] = ACTIONS(2390), - [anon_sym_in2] = ACTIONS(2390), - [anon_sym_loop] = ACTIONS(2390), - [anon_sym_make] = ACTIONS(2390), - [anon_sym_while] = ACTIONS(2390), - [anon_sym_do] = ACTIONS(2390), - [anon_sym_if] = ACTIONS(2390), - [anon_sym_else] = ACTIONS(2390), - [anon_sym_match] = ACTIONS(2390), - [anon_sym_RBRACE] = ACTIONS(2392), - [anon_sym_try] = ACTIONS(2390), - [anon_sym_catch] = ACTIONS(2390), - [anon_sym_return] = ACTIONS(2390), - [anon_sym_source] = ACTIONS(2390), - [anon_sym_source_DASHenv] = ACTIONS(2390), - [anon_sym_register] = ACTIONS(2390), - [anon_sym_hide] = ACTIONS(2390), - [anon_sym_hide_DASHenv] = ACTIONS(2390), - [anon_sym_overlay] = ACTIONS(2390), - [anon_sym_as] = ACTIONS(2390), - [anon_sym_PLUS2] = ACTIONS(2390), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2392), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2392), - [aux_sym__val_number_decimal_token1] = ACTIONS(2390), - [aux_sym__val_number_decimal_token2] = ACTIONS(2392), - [aux_sym__val_number_decimal_token3] = ACTIONS(2392), - [aux_sym__val_number_decimal_token4] = ACTIONS(2392), - [aux_sym__val_number_token1] = ACTIONS(2392), - [aux_sym__val_number_token2] = ACTIONS(2392), - [aux_sym__val_number_token3] = ACTIONS(2392), - [aux_sym__val_number_token4] = ACTIONS(2390), - [aux_sym__val_number_token5] = ACTIONS(2390), - [aux_sym__val_number_token6] = ACTIONS(2390), - [anon_sym_DQUOTE] = ACTIONS(2392), - [sym__str_single_quotes] = ACTIONS(2392), - [sym__str_back_ticks] = ACTIONS(2392), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2392), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2392), + [726] = { + [sym_comment] = STATE(726), + [anon_sym_export] = ACTIONS(2403), + [anon_sym_alias] = ACTIONS(2403), + [anon_sym_let] = ACTIONS(2403), + [anon_sym_let_DASHenv] = ACTIONS(2403), + [anon_sym_mut] = ACTIONS(2403), + [anon_sym_const] = ACTIONS(2403), + [aux_sym_cmd_identifier_token1] = ACTIONS(2403), + [aux_sym_cmd_identifier_token2] = ACTIONS(2405), + [aux_sym_cmd_identifier_token3] = ACTIONS(2405), + [aux_sym_cmd_identifier_token4] = ACTIONS(2405), + [aux_sym_cmd_identifier_token5] = ACTIONS(2405), + [aux_sym_cmd_identifier_token6] = ACTIONS(2405), + [aux_sym_cmd_identifier_token7] = ACTIONS(2405), + [aux_sym_cmd_identifier_token8] = ACTIONS(2403), + [aux_sym_cmd_identifier_token9] = ACTIONS(2403), + [aux_sym_cmd_identifier_token10] = ACTIONS(2405), + [aux_sym_cmd_identifier_token11] = ACTIONS(2405), + [aux_sym_cmd_identifier_token12] = ACTIONS(2403), + [aux_sym_cmd_identifier_token13] = ACTIONS(2403), + [aux_sym_cmd_identifier_token14] = ACTIONS(2403), + [aux_sym_cmd_identifier_token15] = ACTIONS(2403), + [aux_sym_cmd_identifier_token16] = ACTIONS(2405), + [aux_sym_cmd_identifier_token17] = ACTIONS(2405), + [aux_sym_cmd_identifier_token18] = ACTIONS(2405), + [aux_sym_cmd_identifier_token19] = ACTIONS(2405), + [aux_sym_cmd_identifier_token20] = ACTIONS(2405), + [aux_sym_cmd_identifier_token21] = ACTIONS(2405), + [aux_sym_cmd_identifier_token22] = ACTIONS(2405), + [aux_sym_cmd_identifier_token23] = ACTIONS(2405), + [aux_sym_cmd_identifier_token24] = ACTIONS(2405), + [aux_sym_cmd_identifier_token25] = ACTIONS(2405), + [aux_sym_cmd_identifier_token26] = ACTIONS(2405), + [aux_sym_cmd_identifier_token27] = ACTIONS(2405), + [aux_sym_cmd_identifier_token28] = ACTIONS(2405), + [aux_sym_cmd_identifier_token29] = ACTIONS(2405), + [aux_sym_cmd_identifier_token30] = ACTIONS(2405), + [aux_sym_cmd_identifier_token31] = ACTIONS(2405), + [aux_sym_cmd_identifier_token32] = ACTIONS(2405), + [aux_sym_cmd_identifier_token33] = ACTIONS(2405), + [aux_sym_cmd_identifier_token34] = ACTIONS(2403), + [aux_sym_cmd_identifier_token35] = ACTIONS(2405), + [aux_sym_cmd_identifier_token36] = ACTIONS(2405), + [aux_sym_cmd_identifier_token37] = ACTIONS(2405), + [aux_sym_cmd_identifier_token38] = ACTIONS(2403), + [aux_sym_cmd_identifier_token39] = ACTIONS(2405), + [aux_sym_cmd_identifier_token40] = ACTIONS(2405), + [anon_sym_def] = ACTIONS(2403), + [anon_sym_export_DASHenv] = ACTIONS(2403), + [anon_sym_extern] = ACTIONS(2403), + [anon_sym_module] = ACTIONS(2403), + [anon_sym_use] = ACTIONS(2403), + [anon_sym_LPAREN] = ACTIONS(2405), + [anon_sym_DOLLAR] = ACTIONS(2405), + [anon_sym_error] = ACTIONS(2403), + [anon_sym_DASH2] = ACTIONS(2403), + [anon_sym_break] = ACTIONS(2403), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_for] = ACTIONS(2403), + [anon_sym_in2] = ACTIONS(2403), + [anon_sym_loop] = ACTIONS(2403), + [anon_sym_make] = ACTIONS(2403), + [anon_sym_while] = ACTIONS(2403), + [anon_sym_do] = ACTIONS(2403), + [anon_sym_if] = ACTIONS(2403), + [anon_sym_else] = ACTIONS(2403), + [anon_sym_match] = ACTIONS(2403), + [anon_sym_RBRACE] = ACTIONS(2405), + [anon_sym_try] = ACTIONS(2403), + [anon_sym_catch] = ACTIONS(2403), + [anon_sym_return] = ACTIONS(2403), + [anon_sym_source] = ACTIONS(2403), + [anon_sym_source_DASHenv] = ACTIONS(2403), + [anon_sym_register] = ACTIONS(2403), + [anon_sym_hide] = ACTIONS(2403), + [anon_sym_hide_DASHenv] = ACTIONS(2403), + [anon_sym_overlay] = ACTIONS(2403), + [anon_sym_as] = ACTIONS(2403), + [anon_sym_PLUS2] = ACTIONS(2403), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2405), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2405), + [aux_sym__val_number_decimal_token1] = ACTIONS(2403), + [aux_sym__val_number_decimal_token2] = ACTIONS(2405), + [aux_sym__val_number_decimal_token3] = ACTIONS(2405), + [aux_sym__val_number_decimal_token4] = ACTIONS(2405), + [aux_sym__val_number_token1] = ACTIONS(2405), + [aux_sym__val_number_token2] = ACTIONS(2405), + [aux_sym__val_number_token3] = ACTIONS(2405), + [aux_sym__val_number_token4] = ACTIONS(2403), + [aux_sym__val_number_token5] = ACTIONS(2403), + [aux_sym__val_number_token6] = ACTIONS(2403), + [anon_sym_DQUOTE] = ACTIONS(2405), + [sym__str_single_quotes] = ACTIONS(2405), + [sym__str_back_ticks] = ACTIONS(2405), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2405), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2405), }, - [753] = { - [sym_comment] = STATE(753), - [anon_sym_export] = ACTIONS(2425), - [anon_sym_alias] = ACTIONS(2425), - [anon_sym_let] = ACTIONS(2425), - [anon_sym_let_DASHenv] = ACTIONS(2425), - [anon_sym_mut] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [aux_sym_cmd_identifier_token1] = ACTIONS(2425), - [aux_sym_cmd_identifier_token2] = ACTIONS(2427), - [aux_sym_cmd_identifier_token3] = ACTIONS(2427), - [aux_sym_cmd_identifier_token4] = ACTIONS(2427), - [aux_sym_cmd_identifier_token5] = ACTIONS(2427), - [aux_sym_cmd_identifier_token6] = ACTIONS(2427), - [aux_sym_cmd_identifier_token7] = ACTIONS(2427), - [aux_sym_cmd_identifier_token8] = ACTIONS(2425), - [aux_sym_cmd_identifier_token9] = ACTIONS(2425), - [aux_sym_cmd_identifier_token10] = ACTIONS(2427), - [aux_sym_cmd_identifier_token11] = ACTIONS(2427), - [aux_sym_cmd_identifier_token12] = ACTIONS(2425), - [aux_sym_cmd_identifier_token13] = ACTIONS(2425), - [aux_sym_cmd_identifier_token14] = ACTIONS(2425), - [aux_sym_cmd_identifier_token15] = ACTIONS(2425), - [aux_sym_cmd_identifier_token16] = ACTIONS(2427), - [aux_sym_cmd_identifier_token17] = ACTIONS(2427), - [aux_sym_cmd_identifier_token18] = ACTIONS(2427), - [aux_sym_cmd_identifier_token19] = ACTIONS(2427), - [aux_sym_cmd_identifier_token20] = ACTIONS(2427), - [aux_sym_cmd_identifier_token21] = ACTIONS(2427), - [aux_sym_cmd_identifier_token22] = ACTIONS(2427), - [aux_sym_cmd_identifier_token23] = ACTIONS(2427), - [aux_sym_cmd_identifier_token24] = ACTIONS(2427), - [aux_sym_cmd_identifier_token25] = ACTIONS(2427), - [aux_sym_cmd_identifier_token26] = ACTIONS(2427), - [aux_sym_cmd_identifier_token27] = ACTIONS(2427), - [aux_sym_cmd_identifier_token28] = ACTIONS(2427), - [aux_sym_cmd_identifier_token29] = ACTIONS(2427), - [aux_sym_cmd_identifier_token30] = ACTIONS(2427), - [aux_sym_cmd_identifier_token31] = ACTIONS(2427), - [aux_sym_cmd_identifier_token32] = ACTIONS(2427), - [aux_sym_cmd_identifier_token33] = ACTIONS(2427), - [aux_sym_cmd_identifier_token34] = ACTIONS(2425), - [aux_sym_cmd_identifier_token35] = ACTIONS(2427), - [aux_sym_cmd_identifier_token36] = ACTIONS(2427), - [aux_sym_cmd_identifier_token37] = ACTIONS(2427), - [aux_sym_cmd_identifier_token38] = ACTIONS(2425), - [aux_sym_cmd_identifier_token39] = ACTIONS(2427), - [aux_sym_cmd_identifier_token40] = ACTIONS(2427), - [anon_sym_def] = ACTIONS(2425), - [anon_sym_export_DASHenv] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_module] = ACTIONS(2425), - [anon_sym_use] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2427), - [anon_sym_DOLLAR] = ACTIONS(2427), - [anon_sym_error] = ACTIONS(2425), - [anon_sym_DASH2] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_in2] = ACTIONS(2425), - [anon_sym_loop] = ACTIONS(2425), - [anon_sym_make] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_do] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_else] = ACTIONS(2425), - [anon_sym_match] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2427), - [anon_sym_try] = ACTIONS(2425), - [anon_sym_catch] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_source] = ACTIONS(2425), - [anon_sym_source_DASHenv] = ACTIONS(2425), - [anon_sym_register] = ACTIONS(2425), - [anon_sym_hide] = ACTIONS(2425), - [anon_sym_hide_DASHenv] = ACTIONS(2425), - [anon_sym_overlay] = ACTIONS(2425), - [anon_sym_as] = ACTIONS(2425), - [anon_sym_PLUS2] = ACTIONS(2425), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2427), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2427), - [aux_sym__val_number_decimal_token1] = ACTIONS(2425), - [aux_sym__val_number_decimal_token2] = ACTIONS(2427), - [aux_sym__val_number_decimal_token3] = ACTIONS(2427), - [aux_sym__val_number_decimal_token4] = ACTIONS(2427), - [aux_sym__val_number_token1] = ACTIONS(2427), - [aux_sym__val_number_token2] = ACTIONS(2427), - [aux_sym__val_number_token3] = ACTIONS(2427), - [aux_sym__val_number_token4] = ACTIONS(2425), - [aux_sym__val_number_token5] = ACTIONS(2425), - [aux_sym__val_number_token6] = ACTIONS(2425), - [anon_sym_DQUOTE] = ACTIONS(2427), - [sym__str_single_quotes] = ACTIONS(2427), - [sym__str_back_ticks] = ACTIONS(2427), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2427), + [727] = { + [sym_comment] = STATE(727), + [anon_sym_export] = ACTIONS(2116), + [anon_sym_alias] = ACTIONS(2116), + [anon_sym_let] = ACTIONS(2116), + [anon_sym_let_DASHenv] = ACTIONS(2116), + [anon_sym_mut] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(2116), + [aux_sym_cmd_identifier_token1] = ACTIONS(2116), + [aux_sym_cmd_identifier_token2] = ACTIONS(2118), + [aux_sym_cmd_identifier_token3] = ACTIONS(2118), + [aux_sym_cmd_identifier_token4] = ACTIONS(2118), + [aux_sym_cmd_identifier_token5] = ACTIONS(2118), + [aux_sym_cmd_identifier_token6] = ACTIONS(2118), + [aux_sym_cmd_identifier_token7] = ACTIONS(2118), + [aux_sym_cmd_identifier_token8] = ACTIONS(2116), + [aux_sym_cmd_identifier_token9] = ACTIONS(2116), + [aux_sym_cmd_identifier_token10] = ACTIONS(2118), + [aux_sym_cmd_identifier_token11] = ACTIONS(2118), + [aux_sym_cmd_identifier_token12] = ACTIONS(2116), + [aux_sym_cmd_identifier_token13] = ACTIONS(2116), + [aux_sym_cmd_identifier_token14] = ACTIONS(2116), + [aux_sym_cmd_identifier_token15] = ACTIONS(2116), + [aux_sym_cmd_identifier_token16] = ACTIONS(2118), + [aux_sym_cmd_identifier_token17] = ACTIONS(2118), + [aux_sym_cmd_identifier_token18] = ACTIONS(2118), + [aux_sym_cmd_identifier_token19] = ACTIONS(2118), + [aux_sym_cmd_identifier_token20] = ACTIONS(2118), + [aux_sym_cmd_identifier_token21] = ACTIONS(2118), + [aux_sym_cmd_identifier_token22] = ACTIONS(2118), + [aux_sym_cmd_identifier_token23] = ACTIONS(2118), + [aux_sym_cmd_identifier_token24] = ACTIONS(2118), + [aux_sym_cmd_identifier_token25] = ACTIONS(2118), + [aux_sym_cmd_identifier_token26] = ACTIONS(2118), + [aux_sym_cmd_identifier_token27] = ACTIONS(2118), + [aux_sym_cmd_identifier_token28] = ACTIONS(2118), + [aux_sym_cmd_identifier_token29] = ACTIONS(2118), + [aux_sym_cmd_identifier_token30] = ACTIONS(2118), + [aux_sym_cmd_identifier_token31] = ACTIONS(2118), + [aux_sym_cmd_identifier_token32] = ACTIONS(2118), + [aux_sym_cmd_identifier_token33] = ACTIONS(2118), + [aux_sym_cmd_identifier_token34] = ACTIONS(2116), + [aux_sym_cmd_identifier_token35] = ACTIONS(2118), + [aux_sym_cmd_identifier_token36] = ACTIONS(2118), + [aux_sym_cmd_identifier_token37] = ACTIONS(2118), + [aux_sym_cmd_identifier_token38] = ACTIONS(2116), + [aux_sym_cmd_identifier_token39] = ACTIONS(2118), + [aux_sym_cmd_identifier_token40] = ACTIONS(2118), + [anon_sym_def] = ACTIONS(2116), + [anon_sym_export_DASHenv] = ACTIONS(2116), + [anon_sym_extern] = ACTIONS(2116), + [anon_sym_module] = ACTIONS(2116), + [anon_sym_use] = ACTIONS(2116), + [anon_sym_LPAREN] = ACTIONS(2118), + [anon_sym_DOLLAR] = ACTIONS(2118), + [anon_sym_error] = ACTIONS(2116), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_break] = ACTIONS(2116), + [anon_sym_continue] = ACTIONS(2116), + [anon_sym_for] = ACTIONS(2116), + [anon_sym_in2] = ACTIONS(2116), + [anon_sym_loop] = ACTIONS(2116), + [anon_sym_make] = ACTIONS(2116), + [anon_sym_while] = ACTIONS(2116), + [anon_sym_do] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2116), + [anon_sym_else] = ACTIONS(2116), + [anon_sym_match] = ACTIONS(2116), + [anon_sym_RBRACE] = ACTIONS(2118), + [anon_sym_try] = ACTIONS(2116), + [anon_sym_catch] = ACTIONS(2116), + [anon_sym_return] = ACTIONS(2116), + [anon_sym_source] = ACTIONS(2116), + [anon_sym_source_DASHenv] = ACTIONS(2116), + [anon_sym_register] = ACTIONS(2116), + [anon_sym_hide] = ACTIONS(2116), + [anon_sym_hide_DASHenv] = ACTIONS(2116), + [anon_sym_overlay] = ACTIONS(2116), + [anon_sym_as] = ACTIONS(2116), + [anon_sym_PLUS2] = ACTIONS(2116), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2118), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2118), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2118), + [aux_sym__val_number_decimal_token3] = ACTIONS(2118), + [aux_sym__val_number_decimal_token4] = ACTIONS(2118), + [aux_sym__val_number_token1] = ACTIONS(2118), + [aux_sym__val_number_token2] = ACTIONS(2118), + [aux_sym__val_number_token3] = ACTIONS(2118), + [aux_sym__val_number_token4] = ACTIONS(2116), + [aux_sym__val_number_token5] = ACTIONS(2116), + [aux_sym__val_number_token6] = ACTIONS(2116), + [anon_sym_DQUOTE] = ACTIONS(2118), + [sym__str_single_quotes] = ACTIONS(2118), + [sym__str_back_ticks] = ACTIONS(2118), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [728] = { + [sym_comment] = STATE(728), + [anon_sym_export] = ACTIONS(2423), + [anon_sym_alias] = ACTIONS(2423), + [anon_sym_let] = ACTIONS(2423), + [anon_sym_let_DASHenv] = ACTIONS(2423), + [anon_sym_mut] = ACTIONS(2423), + [anon_sym_const] = ACTIONS(2423), + [aux_sym_cmd_identifier_token1] = ACTIONS(2423), + [aux_sym_cmd_identifier_token2] = ACTIONS(2425), + [aux_sym_cmd_identifier_token3] = ACTIONS(2425), + [aux_sym_cmd_identifier_token4] = ACTIONS(2425), + [aux_sym_cmd_identifier_token5] = ACTIONS(2425), + [aux_sym_cmd_identifier_token6] = ACTIONS(2425), + [aux_sym_cmd_identifier_token7] = ACTIONS(2425), + [aux_sym_cmd_identifier_token8] = ACTIONS(2423), + [aux_sym_cmd_identifier_token9] = ACTIONS(2423), + [aux_sym_cmd_identifier_token10] = ACTIONS(2425), + [aux_sym_cmd_identifier_token11] = ACTIONS(2425), + [aux_sym_cmd_identifier_token12] = ACTIONS(2423), + [aux_sym_cmd_identifier_token13] = ACTIONS(2423), + [aux_sym_cmd_identifier_token14] = ACTIONS(2423), + [aux_sym_cmd_identifier_token15] = ACTIONS(2423), + [aux_sym_cmd_identifier_token16] = ACTIONS(2425), + [aux_sym_cmd_identifier_token17] = ACTIONS(2425), + [aux_sym_cmd_identifier_token18] = ACTIONS(2425), + [aux_sym_cmd_identifier_token19] = ACTIONS(2425), + [aux_sym_cmd_identifier_token20] = ACTIONS(2425), + [aux_sym_cmd_identifier_token21] = ACTIONS(2425), + [aux_sym_cmd_identifier_token22] = ACTIONS(2425), + [aux_sym_cmd_identifier_token23] = ACTIONS(2425), + [aux_sym_cmd_identifier_token24] = ACTIONS(2425), + [aux_sym_cmd_identifier_token25] = ACTIONS(2425), + [aux_sym_cmd_identifier_token26] = ACTIONS(2425), + [aux_sym_cmd_identifier_token27] = ACTIONS(2425), + [aux_sym_cmd_identifier_token28] = ACTIONS(2425), + [aux_sym_cmd_identifier_token29] = ACTIONS(2425), + [aux_sym_cmd_identifier_token30] = ACTIONS(2425), + [aux_sym_cmd_identifier_token31] = ACTIONS(2425), + [aux_sym_cmd_identifier_token32] = ACTIONS(2425), + [aux_sym_cmd_identifier_token33] = ACTIONS(2425), + [aux_sym_cmd_identifier_token34] = ACTIONS(2423), + [aux_sym_cmd_identifier_token35] = ACTIONS(2425), + [aux_sym_cmd_identifier_token36] = ACTIONS(2425), + [aux_sym_cmd_identifier_token37] = ACTIONS(2425), + [aux_sym_cmd_identifier_token38] = ACTIONS(2423), + [aux_sym_cmd_identifier_token39] = ACTIONS(2425), + [aux_sym_cmd_identifier_token40] = ACTIONS(2425), + [anon_sym_def] = ACTIONS(2423), + [anon_sym_export_DASHenv] = ACTIONS(2423), + [anon_sym_extern] = ACTIONS(2423), + [anon_sym_module] = ACTIONS(2423), + [anon_sym_use] = ACTIONS(2423), + [anon_sym_LPAREN] = ACTIONS(2425), + [anon_sym_DOLLAR] = ACTIONS(2425), + [anon_sym_error] = ACTIONS(2423), + [anon_sym_DASH2] = ACTIONS(2423), + [anon_sym_break] = ACTIONS(2423), + [anon_sym_continue] = ACTIONS(2423), + [anon_sym_for] = ACTIONS(2423), + [anon_sym_in2] = ACTIONS(2423), + [anon_sym_loop] = ACTIONS(2423), + [anon_sym_make] = ACTIONS(2423), + [anon_sym_while] = ACTIONS(2423), + [anon_sym_do] = ACTIONS(2423), + [anon_sym_if] = ACTIONS(2423), + [anon_sym_else] = ACTIONS(2423), + [anon_sym_match] = ACTIONS(2423), + [anon_sym_RBRACE] = ACTIONS(2425), + [anon_sym_try] = ACTIONS(2423), + [anon_sym_catch] = ACTIONS(2423), + [anon_sym_return] = ACTIONS(2423), + [anon_sym_source] = ACTIONS(2423), + [anon_sym_source_DASHenv] = ACTIONS(2423), + [anon_sym_register] = ACTIONS(2423), + [anon_sym_hide] = ACTIONS(2423), + [anon_sym_hide_DASHenv] = ACTIONS(2423), + [anon_sym_overlay] = ACTIONS(2423), + [anon_sym_as] = ACTIONS(2423), + [anon_sym_PLUS2] = ACTIONS(2423), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2425), + [aux_sym__val_number_decimal_token1] = ACTIONS(2423), + [aux_sym__val_number_decimal_token2] = ACTIONS(2425), + [aux_sym__val_number_decimal_token3] = ACTIONS(2425), + [aux_sym__val_number_decimal_token4] = ACTIONS(2425), + [aux_sym__val_number_token1] = ACTIONS(2425), + [aux_sym__val_number_token2] = ACTIONS(2425), + [aux_sym__val_number_token3] = ACTIONS(2425), + [aux_sym__val_number_token4] = ACTIONS(2423), + [aux_sym__val_number_token5] = ACTIONS(2423), + [aux_sym__val_number_token6] = ACTIONS(2423), + [anon_sym_DQUOTE] = ACTIONS(2425), + [sym__str_single_quotes] = ACTIONS(2425), + [sym__str_back_ticks] = ACTIONS(2425), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2425), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2427), + [sym_raw_string_begin] = ACTIONS(2425), }, - [754] = { - [sym_comment] = STATE(754), - [anon_sym_export] = ACTIONS(958), - [anon_sym_alias] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_let_DASHenv] = ACTIONS(958), - [anon_sym_mut] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [aux_sym_cmd_identifier_token1] = ACTIONS(958), - [aux_sym_cmd_identifier_token2] = ACTIONS(960), - [aux_sym_cmd_identifier_token3] = ACTIONS(960), - [aux_sym_cmd_identifier_token4] = ACTIONS(960), - [aux_sym_cmd_identifier_token5] = ACTIONS(960), - [aux_sym_cmd_identifier_token6] = ACTIONS(960), - [aux_sym_cmd_identifier_token7] = ACTIONS(960), - [aux_sym_cmd_identifier_token8] = ACTIONS(958), - [aux_sym_cmd_identifier_token9] = ACTIONS(958), - [aux_sym_cmd_identifier_token10] = ACTIONS(960), - [aux_sym_cmd_identifier_token11] = ACTIONS(960), - [aux_sym_cmd_identifier_token12] = ACTIONS(958), - [aux_sym_cmd_identifier_token13] = ACTIONS(958), - [aux_sym_cmd_identifier_token14] = ACTIONS(958), - [aux_sym_cmd_identifier_token15] = ACTIONS(958), - [aux_sym_cmd_identifier_token16] = ACTIONS(960), - [aux_sym_cmd_identifier_token17] = ACTIONS(960), - [aux_sym_cmd_identifier_token18] = ACTIONS(960), - [aux_sym_cmd_identifier_token19] = ACTIONS(960), - [aux_sym_cmd_identifier_token20] = ACTIONS(960), - [aux_sym_cmd_identifier_token21] = ACTIONS(960), - [aux_sym_cmd_identifier_token22] = ACTIONS(960), - [aux_sym_cmd_identifier_token23] = ACTIONS(960), - [aux_sym_cmd_identifier_token24] = ACTIONS(960), - [aux_sym_cmd_identifier_token25] = ACTIONS(960), - [aux_sym_cmd_identifier_token26] = ACTIONS(960), - [aux_sym_cmd_identifier_token27] = ACTIONS(960), - [aux_sym_cmd_identifier_token28] = ACTIONS(960), - [aux_sym_cmd_identifier_token29] = ACTIONS(960), - [aux_sym_cmd_identifier_token30] = ACTIONS(960), - [aux_sym_cmd_identifier_token31] = ACTIONS(960), - [aux_sym_cmd_identifier_token32] = ACTIONS(960), - [aux_sym_cmd_identifier_token33] = ACTIONS(960), - [aux_sym_cmd_identifier_token34] = ACTIONS(958), - [aux_sym_cmd_identifier_token35] = ACTIONS(960), - [aux_sym_cmd_identifier_token36] = ACTIONS(960), - [aux_sym_cmd_identifier_token37] = ACTIONS(960), - [aux_sym_cmd_identifier_token38] = ACTIONS(958), - [aux_sym_cmd_identifier_token39] = ACTIONS(960), - [aux_sym_cmd_identifier_token40] = ACTIONS(960), - [anon_sym_def] = ACTIONS(958), - [anon_sym_export_DASHenv] = ACTIONS(958), - [anon_sym_extern] = ACTIONS(958), - [anon_sym_module] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(960), - [anon_sym_error] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_make] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [anon_sym_do] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_else] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_try] = ACTIONS(958), - [anon_sym_catch] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_source] = ACTIONS(958), - [anon_sym_source_DASHenv] = ACTIONS(958), - [anon_sym_register] = ACTIONS(958), - [anon_sym_hide] = ACTIONS(958), - [anon_sym_hide_DASHenv] = ACTIONS(958), - [anon_sym_overlay] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(958), - [aux_sym__val_number_token5] = ACTIONS(958), - [aux_sym__val_number_token6] = ACTIONS(958), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(960), + [729] = { + [sym_comment] = STATE(729), + [anon_sym_export] = ACTIONS(1004), + [anon_sym_alias] = ACTIONS(1004), + [anon_sym_let] = ACTIONS(1004), + [anon_sym_let_DASHenv] = ACTIONS(1004), + [anon_sym_mut] = ACTIONS(1004), + [anon_sym_const] = ACTIONS(1004), + [aux_sym_cmd_identifier_token1] = ACTIONS(1004), + [aux_sym_cmd_identifier_token2] = ACTIONS(1000), + [aux_sym_cmd_identifier_token3] = ACTIONS(1000), + [aux_sym_cmd_identifier_token4] = ACTIONS(1000), + [aux_sym_cmd_identifier_token5] = ACTIONS(1000), + [aux_sym_cmd_identifier_token6] = ACTIONS(1000), + [aux_sym_cmd_identifier_token7] = ACTIONS(1000), + [aux_sym_cmd_identifier_token8] = ACTIONS(1004), + [aux_sym_cmd_identifier_token9] = ACTIONS(1004), + [aux_sym_cmd_identifier_token10] = ACTIONS(1000), + [aux_sym_cmd_identifier_token11] = ACTIONS(1000), + [aux_sym_cmd_identifier_token12] = ACTIONS(1004), + [aux_sym_cmd_identifier_token13] = ACTIONS(1004), + [aux_sym_cmd_identifier_token14] = ACTIONS(1004), + [aux_sym_cmd_identifier_token15] = ACTIONS(1004), + [aux_sym_cmd_identifier_token16] = ACTIONS(1000), + [aux_sym_cmd_identifier_token17] = ACTIONS(1000), + [aux_sym_cmd_identifier_token18] = ACTIONS(1000), + [aux_sym_cmd_identifier_token19] = ACTIONS(1000), + [aux_sym_cmd_identifier_token20] = ACTIONS(1000), + [aux_sym_cmd_identifier_token21] = ACTIONS(1000), + [aux_sym_cmd_identifier_token22] = ACTIONS(1000), + [aux_sym_cmd_identifier_token23] = ACTIONS(1000), + [aux_sym_cmd_identifier_token24] = ACTIONS(1000), + [aux_sym_cmd_identifier_token25] = ACTIONS(1000), + [aux_sym_cmd_identifier_token26] = ACTIONS(1000), + [aux_sym_cmd_identifier_token27] = ACTIONS(1000), + [aux_sym_cmd_identifier_token28] = ACTIONS(1000), + [aux_sym_cmd_identifier_token29] = ACTIONS(1000), + [aux_sym_cmd_identifier_token30] = ACTIONS(1000), + [aux_sym_cmd_identifier_token31] = ACTIONS(1000), + [aux_sym_cmd_identifier_token32] = ACTIONS(1000), + [aux_sym_cmd_identifier_token33] = ACTIONS(1000), + [aux_sym_cmd_identifier_token34] = ACTIONS(1004), + [aux_sym_cmd_identifier_token35] = ACTIONS(1000), + [aux_sym_cmd_identifier_token36] = ACTIONS(1000), + [aux_sym_cmd_identifier_token37] = ACTIONS(1000), + [aux_sym_cmd_identifier_token38] = ACTIONS(1004), + [aux_sym_cmd_identifier_token39] = ACTIONS(1000), + [aux_sym_cmd_identifier_token40] = ACTIONS(1000), + [anon_sym_def] = ACTIONS(1004), + [anon_sym_export_DASHenv] = ACTIONS(1004), + [anon_sym_extern] = ACTIONS(1004), + [anon_sym_module] = ACTIONS(1004), + [anon_sym_use] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1000), + [anon_sym_error] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_break] = ACTIONS(1004), + [anon_sym_continue] = ACTIONS(1004), + [anon_sym_for] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1004), + [anon_sym_loop] = ACTIONS(1004), + [anon_sym_make] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1004), + [anon_sym_do] = ACTIONS(1004), + [anon_sym_if] = ACTIONS(1004), + [anon_sym_else] = ACTIONS(1004), + [anon_sym_match] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_try] = ACTIONS(1004), + [anon_sym_catch] = ACTIONS(1004), + [anon_sym_return] = ACTIONS(1004), + [anon_sym_source] = ACTIONS(1004), + [anon_sym_source_DASHenv] = ACTIONS(1004), + [anon_sym_register] = ACTIONS(1004), + [anon_sym_hide] = ACTIONS(1004), + [anon_sym_hide_DASHenv] = ACTIONS(1004), + [anon_sym_overlay] = ACTIONS(1004), + [anon_sym_as] = ACTIONS(1004), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1000), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1000), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1000), + [aux_sym__val_number_decimal_token3] = ACTIONS(1000), + [aux_sym__val_number_decimal_token4] = ACTIONS(1000), + [aux_sym__val_number_token1] = ACTIONS(1000), + [aux_sym__val_number_token2] = ACTIONS(1000), + [aux_sym__val_number_token3] = ACTIONS(1000), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), + [sym_raw_string_begin] = ACTIONS(1000), }, - [755] = { - [sym_comment] = STATE(755), - [anon_sym_export] = ACTIONS(2366), - [anon_sym_alias] = ACTIONS(2366), - [anon_sym_let] = ACTIONS(2366), - [anon_sym_let_DASHenv] = ACTIONS(2366), - [anon_sym_mut] = ACTIONS(2366), - [anon_sym_const] = ACTIONS(2366), - [aux_sym_cmd_identifier_token1] = ACTIONS(2366), - [aux_sym_cmd_identifier_token2] = ACTIONS(2368), - [aux_sym_cmd_identifier_token3] = ACTIONS(2368), - [aux_sym_cmd_identifier_token4] = ACTIONS(2368), - [aux_sym_cmd_identifier_token5] = ACTIONS(2368), - [aux_sym_cmd_identifier_token6] = ACTIONS(2368), - [aux_sym_cmd_identifier_token7] = ACTIONS(2368), - [aux_sym_cmd_identifier_token8] = ACTIONS(2366), - [aux_sym_cmd_identifier_token9] = ACTIONS(2366), - [aux_sym_cmd_identifier_token10] = ACTIONS(2368), - [aux_sym_cmd_identifier_token11] = ACTIONS(2368), - [aux_sym_cmd_identifier_token12] = ACTIONS(2366), - [aux_sym_cmd_identifier_token13] = ACTIONS(2366), - [aux_sym_cmd_identifier_token14] = ACTIONS(2366), - [aux_sym_cmd_identifier_token15] = ACTIONS(2366), - [aux_sym_cmd_identifier_token16] = ACTIONS(2368), - [aux_sym_cmd_identifier_token17] = ACTIONS(2368), - [aux_sym_cmd_identifier_token18] = ACTIONS(2368), - [aux_sym_cmd_identifier_token19] = ACTIONS(2368), - [aux_sym_cmd_identifier_token20] = ACTIONS(2368), - [aux_sym_cmd_identifier_token21] = ACTIONS(2368), - [aux_sym_cmd_identifier_token22] = ACTIONS(2368), - [aux_sym_cmd_identifier_token23] = ACTIONS(2368), - [aux_sym_cmd_identifier_token24] = ACTIONS(2368), - [aux_sym_cmd_identifier_token25] = ACTIONS(2368), - [aux_sym_cmd_identifier_token26] = ACTIONS(2368), - [aux_sym_cmd_identifier_token27] = ACTIONS(2368), - [aux_sym_cmd_identifier_token28] = ACTIONS(2368), - [aux_sym_cmd_identifier_token29] = ACTIONS(2368), - [aux_sym_cmd_identifier_token30] = ACTIONS(2368), - [aux_sym_cmd_identifier_token31] = ACTIONS(2368), - [aux_sym_cmd_identifier_token32] = ACTIONS(2368), - [aux_sym_cmd_identifier_token33] = ACTIONS(2368), - [aux_sym_cmd_identifier_token34] = ACTIONS(2366), - [aux_sym_cmd_identifier_token35] = ACTIONS(2368), - [aux_sym_cmd_identifier_token36] = ACTIONS(2368), - [aux_sym_cmd_identifier_token37] = ACTIONS(2368), - [aux_sym_cmd_identifier_token38] = ACTIONS(2366), - [aux_sym_cmd_identifier_token39] = ACTIONS(2368), - [aux_sym_cmd_identifier_token40] = ACTIONS(2368), - [anon_sym_def] = ACTIONS(2366), - [anon_sym_export_DASHenv] = ACTIONS(2366), - [anon_sym_extern] = ACTIONS(2366), - [anon_sym_module] = ACTIONS(2366), - [anon_sym_use] = ACTIONS(2366), - [anon_sym_LPAREN] = ACTIONS(2368), - [anon_sym_DOLLAR] = ACTIONS(2368), - [anon_sym_error] = ACTIONS(2366), - [anon_sym_DASH2] = ACTIONS(2366), - [anon_sym_break] = ACTIONS(2366), - [anon_sym_continue] = ACTIONS(2366), - [anon_sym_for] = ACTIONS(2366), - [anon_sym_in2] = ACTIONS(2366), - [anon_sym_loop] = ACTIONS(2366), - [anon_sym_make] = ACTIONS(2366), - [anon_sym_while] = ACTIONS(2366), - [anon_sym_do] = ACTIONS(2366), - [anon_sym_if] = ACTIONS(2366), - [anon_sym_else] = ACTIONS(2366), - [anon_sym_match] = ACTIONS(2366), - [anon_sym_RBRACE] = ACTIONS(2368), - [anon_sym_try] = ACTIONS(2366), - [anon_sym_catch] = ACTIONS(2366), - [anon_sym_return] = ACTIONS(2366), - [anon_sym_source] = ACTIONS(2366), - [anon_sym_source_DASHenv] = ACTIONS(2366), - [anon_sym_register] = ACTIONS(2366), - [anon_sym_hide] = ACTIONS(2366), - [anon_sym_hide_DASHenv] = ACTIONS(2366), - [anon_sym_overlay] = ACTIONS(2366), - [anon_sym_as] = ACTIONS(2366), - [anon_sym_PLUS2] = ACTIONS(2366), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2368), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2368), - [aux_sym__val_number_decimal_token1] = ACTIONS(2366), - [aux_sym__val_number_decimal_token2] = ACTIONS(2368), - [aux_sym__val_number_decimal_token3] = ACTIONS(2368), - [aux_sym__val_number_decimal_token4] = ACTIONS(2368), - [aux_sym__val_number_token1] = ACTIONS(2368), - [aux_sym__val_number_token2] = ACTIONS(2368), - [aux_sym__val_number_token3] = ACTIONS(2368), - [aux_sym__val_number_token4] = ACTIONS(2366), - [aux_sym__val_number_token5] = ACTIONS(2366), - [aux_sym__val_number_token6] = ACTIONS(2366), - [anon_sym_DQUOTE] = ACTIONS(2368), - [sym__str_single_quotes] = ACTIONS(2368), - [sym__str_back_ticks] = ACTIONS(2368), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2368), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2368), + [730] = { + [sym_comment] = STATE(730), + [anon_sym_export] = ACTIONS(964), + [anon_sym_alias] = ACTIONS(964), + [anon_sym_let] = ACTIONS(964), + [anon_sym_let_DASHenv] = ACTIONS(964), + [anon_sym_mut] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [aux_sym_cmd_identifier_token1] = ACTIONS(964), + [aux_sym_cmd_identifier_token2] = ACTIONS(966), + [aux_sym_cmd_identifier_token3] = ACTIONS(966), + [aux_sym_cmd_identifier_token4] = ACTIONS(966), + [aux_sym_cmd_identifier_token5] = ACTIONS(966), + [aux_sym_cmd_identifier_token6] = ACTIONS(966), + [aux_sym_cmd_identifier_token7] = ACTIONS(966), + [aux_sym_cmd_identifier_token8] = ACTIONS(964), + [aux_sym_cmd_identifier_token9] = ACTIONS(964), + [aux_sym_cmd_identifier_token10] = ACTIONS(966), + [aux_sym_cmd_identifier_token11] = ACTIONS(966), + [aux_sym_cmd_identifier_token12] = ACTIONS(964), + [aux_sym_cmd_identifier_token13] = ACTIONS(964), + [aux_sym_cmd_identifier_token14] = ACTIONS(964), + [aux_sym_cmd_identifier_token15] = ACTIONS(964), + [aux_sym_cmd_identifier_token16] = ACTIONS(966), + [aux_sym_cmd_identifier_token17] = ACTIONS(966), + [aux_sym_cmd_identifier_token18] = ACTIONS(966), + [aux_sym_cmd_identifier_token19] = ACTIONS(966), + [aux_sym_cmd_identifier_token20] = ACTIONS(966), + [aux_sym_cmd_identifier_token21] = ACTIONS(966), + [aux_sym_cmd_identifier_token22] = ACTIONS(966), + [aux_sym_cmd_identifier_token23] = ACTIONS(966), + [aux_sym_cmd_identifier_token24] = ACTIONS(966), + [aux_sym_cmd_identifier_token25] = ACTIONS(966), + [aux_sym_cmd_identifier_token26] = ACTIONS(966), + [aux_sym_cmd_identifier_token27] = ACTIONS(966), + [aux_sym_cmd_identifier_token28] = ACTIONS(966), + [aux_sym_cmd_identifier_token29] = ACTIONS(966), + [aux_sym_cmd_identifier_token30] = ACTIONS(966), + [aux_sym_cmd_identifier_token31] = ACTIONS(966), + [aux_sym_cmd_identifier_token32] = ACTIONS(966), + [aux_sym_cmd_identifier_token33] = ACTIONS(966), + [aux_sym_cmd_identifier_token34] = ACTIONS(964), + [aux_sym_cmd_identifier_token35] = ACTIONS(966), + [aux_sym_cmd_identifier_token36] = ACTIONS(966), + [aux_sym_cmd_identifier_token37] = ACTIONS(966), + [aux_sym_cmd_identifier_token38] = ACTIONS(964), + [aux_sym_cmd_identifier_token39] = ACTIONS(966), + [aux_sym_cmd_identifier_token40] = ACTIONS(966), + [anon_sym_def] = ACTIONS(964), + [anon_sym_export_DASHenv] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_module] = ACTIONS(964), + [anon_sym_use] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(966), + [anon_sym_error] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(964), + [anon_sym_loop] = ACTIONS(964), + [anon_sym_make] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_match] = ACTIONS(964), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_try] = ACTIONS(964), + [anon_sym_catch] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_source] = ACTIONS(964), + [anon_sym_source_DASHenv] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_hide] = ACTIONS(964), + [anon_sym_hide_DASHenv] = ACTIONS(964), + [anon_sym_overlay] = ACTIONS(964), + [anon_sym_as] = ACTIONS(964), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(964), + [aux_sym__val_number_token5] = ACTIONS(964), + [aux_sym__val_number_token6] = ACTIONS(964), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(966), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), }, - [756] = { - [sym_comment] = STATE(756), - [anon_sym_export] = ACTIONS(2429), - [anon_sym_alias] = ACTIONS(2429), - [anon_sym_let] = ACTIONS(2429), - [anon_sym_let_DASHenv] = ACTIONS(2429), - [anon_sym_mut] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [aux_sym_cmd_identifier_token1] = ACTIONS(2429), - [aux_sym_cmd_identifier_token2] = ACTIONS(2431), - [aux_sym_cmd_identifier_token3] = ACTIONS(2431), - [aux_sym_cmd_identifier_token4] = ACTIONS(2431), - [aux_sym_cmd_identifier_token5] = ACTIONS(2431), - [aux_sym_cmd_identifier_token6] = ACTIONS(2431), - [aux_sym_cmd_identifier_token7] = ACTIONS(2431), - [aux_sym_cmd_identifier_token8] = ACTIONS(2429), - [aux_sym_cmd_identifier_token9] = ACTIONS(2429), - [aux_sym_cmd_identifier_token10] = ACTIONS(2431), - [aux_sym_cmd_identifier_token11] = ACTIONS(2431), - [aux_sym_cmd_identifier_token12] = ACTIONS(2429), - [aux_sym_cmd_identifier_token13] = ACTIONS(2429), - [aux_sym_cmd_identifier_token14] = ACTIONS(2429), - [aux_sym_cmd_identifier_token15] = ACTIONS(2429), - [aux_sym_cmd_identifier_token16] = ACTIONS(2431), - [aux_sym_cmd_identifier_token17] = ACTIONS(2431), - [aux_sym_cmd_identifier_token18] = ACTIONS(2431), - [aux_sym_cmd_identifier_token19] = ACTIONS(2431), - [aux_sym_cmd_identifier_token20] = ACTIONS(2431), - [aux_sym_cmd_identifier_token21] = ACTIONS(2431), - [aux_sym_cmd_identifier_token22] = ACTIONS(2431), - [aux_sym_cmd_identifier_token23] = ACTIONS(2431), - [aux_sym_cmd_identifier_token24] = ACTIONS(2431), - [aux_sym_cmd_identifier_token25] = ACTIONS(2431), - [aux_sym_cmd_identifier_token26] = ACTIONS(2431), - [aux_sym_cmd_identifier_token27] = ACTIONS(2431), - [aux_sym_cmd_identifier_token28] = ACTIONS(2431), - [aux_sym_cmd_identifier_token29] = ACTIONS(2431), - [aux_sym_cmd_identifier_token30] = ACTIONS(2431), - [aux_sym_cmd_identifier_token31] = ACTIONS(2431), - [aux_sym_cmd_identifier_token32] = ACTIONS(2431), - [aux_sym_cmd_identifier_token33] = ACTIONS(2431), - [aux_sym_cmd_identifier_token34] = ACTIONS(2429), - [aux_sym_cmd_identifier_token35] = ACTIONS(2431), - [aux_sym_cmd_identifier_token36] = ACTIONS(2431), - [aux_sym_cmd_identifier_token37] = ACTIONS(2431), - [aux_sym_cmd_identifier_token38] = ACTIONS(2429), - [aux_sym_cmd_identifier_token39] = ACTIONS(2431), - [aux_sym_cmd_identifier_token40] = ACTIONS(2431), - [anon_sym_def] = ACTIONS(2429), - [anon_sym_export_DASHenv] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym_module] = ACTIONS(2429), - [anon_sym_use] = ACTIONS(2429), - [anon_sym_LPAREN] = ACTIONS(2431), - [anon_sym_DOLLAR] = ACTIONS(2431), - [anon_sym_error] = ACTIONS(2429), - [anon_sym_DASH2] = ACTIONS(2429), - [anon_sym_break] = ACTIONS(2429), - [anon_sym_continue] = ACTIONS(2429), - [anon_sym_for] = ACTIONS(2429), - [anon_sym_in2] = ACTIONS(2429), - [anon_sym_loop] = ACTIONS(2429), - [anon_sym_make] = ACTIONS(2429), - [anon_sym_while] = ACTIONS(2429), - [anon_sym_do] = ACTIONS(2429), - [anon_sym_if] = ACTIONS(2429), - [anon_sym_else] = ACTIONS(2429), - [anon_sym_match] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_try] = ACTIONS(2429), - [anon_sym_catch] = ACTIONS(2429), - [anon_sym_return] = ACTIONS(2429), - [anon_sym_source] = ACTIONS(2429), - [anon_sym_source_DASHenv] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_hide] = ACTIONS(2429), - [anon_sym_hide_DASHenv] = ACTIONS(2429), - [anon_sym_overlay] = ACTIONS(2429), - [anon_sym_as] = ACTIONS(2429), - [anon_sym_PLUS2] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2431), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2431), - [aux_sym__val_number_decimal_token1] = ACTIONS(2429), - [aux_sym__val_number_decimal_token2] = ACTIONS(2431), - [aux_sym__val_number_decimal_token3] = ACTIONS(2431), - [aux_sym__val_number_decimal_token4] = ACTIONS(2431), - [aux_sym__val_number_token1] = ACTIONS(2431), - [aux_sym__val_number_token2] = ACTIONS(2431), - [aux_sym__val_number_token3] = ACTIONS(2431), - [aux_sym__val_number_token4] = ACTIONS(2429), - [aux_sym__val_number_token5] = ACTIONS(2429), - [aux_sym__val_number_token6] = ACTIONS(2429), - [anon_sym_DQUOTE] = ACTIONS(2431), - [sym__str_single_quotes] = ACTIONS(2431), - [sym__str_back_ticks] = ACTIONS(2431), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2431), + [731] = { + [sym_comment] = STATE(731), + [anon_sym_export] = ACTIONS(968), + [anon_sym_alias] = ACTIONS(968), + [anon_sym_let] = ACTIONS(968), + [anon_sym_let_DASHenv] = ACTIONS(968), + [anon_sym_mut] = ACTIONS(968), + [anon_sym_const] = ACTIONS(968), + [aux_sym_cmd_identifier_token1] = ACTIONS(968), + [aux_sym_cmd_identifier_token2] = ACTIONS(970), + [aux_sym_cmd_identifier_token3] = ACTIONS(970), + [aux_sym_cmd_identifier_token4] = ACTIONS(970), + [aux_sym_cmd_identifier_token5] = ACTIONS(970), + [aux_sym_cmd_identifier_token6] = ACTIONS(970), + [aux_sym_cmd_identifier_token7] = ACTIONS(970), + [aux_sym_cmd_identifier_token8] = ACTIONS(968), + [aux_sym_cmd_identifier_token9] = ACTIONS(968), + [aux_sym_cmd_identifier_token10] = ACTIONS(970), + [aux_sym_cmd_identifier_token11] = ACTIONS(970), + [aux_sym_cmd_identifier_token12] = ACTIONS(968), + [aux_sym_cmd_identifier_token13] = ACTIONS(968), + [aux_sym_cmd_identifier_token14] = ACTIONS(968), + [aux_sym_cmd_identifier_token15] = ACTIONS(968), + [aux_sym_cmd_identifier_token16] = ACTIONS(970), + [aux_sym_cmd_identifier_token17] = ACTIONS(970), + [aux_sym_cmd_identifier_token18] = ACTIONS(970), + [aux_sym_cmd_identifier_token19] = ACTIONS(970), + [aux_sym_cmd_identifier_token20] = ACTIONS(970), + [aux_sym_cmd_identifier_token21] = ACTIONS(970), + [aux_sym_cmd_identifier_token22] = ACTIONS(970), + [aux_sym_cmd_identifier_token23] = ACTIONS(970), + [aux_sym_cmd_identifier_token24] = ACTIONS(970), + [aux_sym_cmd_identifier_token25] = ACTIONS(970), + [aux_sym_cmd_identifier_token26] = ACTIONS(970), + [aux_sym_cmd_identifier_token27] = ACTIONS(970), + [aux_sym_cmd_identifier_token28] = ACTIONS(970), + [aux_sym_cmd_identifier_token29] = ACTIONS(970), + [aux_sym_cmd_identifier_token30] = ACTIONS(970), + [aux_sym_cmd_identifier_token31] = ACTIONS(970), + [aux_sym_cmd_identifier_token32] = ACTIONS(970), + [aux_sym_cmd_identifier_token33] = ACTIONS(970), + [aux_sym_cmd_identifier_token34] = ACTIONS(968), + [aux_sym_cmd_identifier_token35] = ACTIONS(970), + [aux_sym_cmd_identifier_token36] = ACTIONS(970), + [aux_sym_cmd_identifier_token37] = ACTIONS(970), + [aux_sym_cmd_identifier_token38] = ACTIONS(968), + [aux_sym_cmd_identifier_token39] = ACTIONS(970), + [aux_sym_cmd_identifier_token40] = ACTIONS(970), + [anon_sym_def] = ACTIONS(968), + [anon_sym_export_DASHenv] = ACTIONS(968), + [anon_sym_extern] = ACTIONS(968), + [anon_sym_module] = ACTIONS(968), + [anon_sym_use] = ACTIONS(968), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(970), + [anon_sym_error] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_break] = ACTIONS(968), + [anon_sym_continue] = ACTIONS(968), + [anon_sym_for] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(968), + [anon_sym_loop] = ACTIONS(968), + [anon_sym_make] = ACTIONS(968), + [anon_sym_while] = ACTIONS(968), + [anon_sym_do] = ACTIONS(968), + [anon_sym_if] = ACTIONS(968), + [anon_sym_else] = ACTIONS(968), + [anon_sym_match] = ACTIONS(968), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_try] = ACTIONS(968), + [anon_sym_catch] = ACTIONS(968), + [anon_sym_return] = ACTIONS(968), + [anon_sym_source] = ACTIONS(968), + [anon_sym_source_DASHenv] = ACTIONS(968), + [anon_sym_register] = ACTIONS(968), + [anon_sym_hide] = ACTIONS(968), + [anon_sym_hide_DASHenv] = ACTIONS(968), + [anon_sym_overlay] = ACTIONS(968), + [anon_sym_as] = ACTIONS(968), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(968), + [aux_sym__val_number_token5] = ACTIONS(968), + [aux_sym__val_number_token6] = ACTIONS(968), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(970), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [732] = { + [sym_comment] = STATE(732), + [anon_sym_export] = ACTIONS(972), + [anon_sym_alias] = ACTIONS(972), + [anon_sym_let] = ACTIONS(972), + [anon_sym_let_DASHenv] = ACTIONS(972), + [anon_sym_mut] = ACTIONS(972), + [anon_sym_const] = ACTIONS(972), + [aux_sym_cmd_identifier_token1] = ACTIONS(972), + [aux_sym_cmd_identifier_token2] = ACTIONS(974), + [aux_sym_cmd_identifier_token3] = ACTIONS(974), + [aux_sym_cmd_identifier_token4] = ACTIONS(974), + [aux_sym_cmd_identifier_token5] = ACTIONS(974), + [aux_sym_cmd_identifier_token6] = ACTIONS(974), + [aux_sym_cmd_identifier_token7] = ACTIONS(974), + [aux_sym_cmd_identifier_token8] = ACTIONS(972), + [aux_sym_cmd_identifier_token9] = ACTIONS(972), + [aux_sym_cmd_identifier_token10] = ACTIONS(974), + [aux_sym_cmd_identifier_token11] = ACTIONS(974), + [aux_sym_cmd_identifier_token12] = ACTIONS(972), + [aux_sym_cmd_identifier_token13] = ACTIONS(972), + [aux_sym_cmd_identifier_token14] = ACTIONS(972), + [aux_sym_cmd_identifier_token15] = ACTIONS(972), + [aux_sym_cmd_identifier_token16] = ACTIONS(974), + [aux_sym_cmd_identifier_token17] = ACTIONS(974), + [aux_sym_cmd_identifier_token18] = ACTIONS(974), + [aux_sym_cmd_identifier_token19] = ACTIONS(974), + [aux_sym_cmd_identifier_token20] = ACTIONS(974), + [aux_sym_cmd_identifier_token21] = ACTIONS(974), + [aux_sym_cmd_identifier_token22] = ACTIONS(974), + [aux_sym_cmd_identifier_token23] = ACTIONS(974), + [aux_sym_cmd_identifier_token24] = ACTIONS(974), + [aux_sym_cmd_identifier_token25] = ACTIONS(974), + [aux_sym_cmd_identifier_token26] = ACTIONS(974), + [aux_sym_cmd_identifier_token27] = ACTIONS(974), + [aux_sym_cmd_identifier_token28] = ACTIONS(974), + [aux_sym_cmd_identifier_token29] = ACTIONS(974), + [aux_sym_cmd_identifier_token30] = ACTIONS(974), + [aux_sym_cmd_identifier_token31] = ACTIONS(974), + [aux_sym_cmd_identifier_token32] = ACTIONS(974), + [aux_sym_cmd_identifier_token33] = ACTIONS(974), + [aux_sym_cmd_identifier_token34] = ACTIONS(972), + [aux_sym_cmd_identifier_token35] = ACTIONS(974), + [aux_sym_cmd_identifier_token36] = ACTIONS(974), + [aux_sym_cmd_identifier_token37] = ACTIONS(974), + [aux_sym_cmd_identifier_token38] = ACTIONS(972), + [aux_sym_cmd_identifier_token39] = ACTIONS(974), + [aux_sym_cmd_identifier_token40] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_export_DASHenv] = ACTIONS(972), + [anon_sym_extern] = ACTIONS(972), + [anon_sym_module] = ACTIONS(972), + [anon_sym_use] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(974), + [anon_sym_error] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(972), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_make] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_else] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_try] = ACTIONS(972), + [anon_sym_catch] = ACTIONS(972), + [anon_sym_return] = ACTIONS(972), + [anon_sym_source] = ACTIONS(972), + [anon_sym_source_DASHenv] = ACTIONS(972), + [anon_sym_register] = ACTIONS(972), + [anon_sym_hide] = ACTIONS(972), + [anon_sym_hide_DASHenv] = ACTIONS(972), + [anon_sym_overlay] = ACTIONS(972), + [anon_sym_as] = ACTIONS(972), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(972), + [aux_sym__val_number_token5] = ACTIONS(972), + [aux_sym__val_number_token6] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(974), + }, + [733] = { + [sym_comment] = STATE(733), + [anon_sym_export] = ACTIONS(1018), + [anon_sym_alias] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_let_DASHenv] = ACTIONS(1018), + [anon_sym_mut] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [aux_sym_cmd_identifier_token1] = ACTIONS(1018), + [aux_sym_cmd_identifier_token2] = ACTIONS(1020), + [aux_sym_cmd_identifier_token3] = ACTIONS(1020), + [aux_sym_cmd_identifier_token4] = ACTIONS(1020), + [aux_sym_cmd_identifier_token5] = ACTIONS(1020), + [aux_sym_cmd_identifier_token6] = ACTIONS(1020), + [aux_sym_cmd_identifier_token7] = ACTIONS(1020), + [aux_sym_cmd_identifier_token8] = ACTIONS(1018), + [aux_sym_cmd_identifier_token9] = ACTIONS(1018), + [aux_sym_cmd_identifier_token10] = ACTIONS(1020), + [aux_sym_cmd_identifier_token11] = ACTIONS(1020), + [aux_sym_cmd_identifier_token12] = ACTIONS(1018), + [aux_sym_cmd_identifier_token13] = ACTIONS(1018), + [aux_sym_cmd_identifier_token14] = ACTIONS(1018), + [aux_sym_cmd_identifier_token15] = ACTIONS(1018), + [aux_sym_cmd_identifier_token16] = ACTIONS(1020), + [aux_sym_cmd_identifier_token17] = ACTIONS(1020), + [aux_sym_cmd_identifier_token18] = ACTIONS(1020), + [aux_sym_cmd_identifier_token19] = ACTIONS(1020), + [aux_sym_cmd_identifier_token20] = ACTIONS(1020), + [aux_sym_cmd_identifier_token21] = ACTIONS(1020), + [aux_sym_cmd_identifier_token22] = ACTIONS(1020), + [aux_sym_cmd_identifier_token23] = ACTIONS(1020), + [aux_sym_cmd_identifier_token24] = ACTIONS(1020), + [aux_sym_cmd_identifier_token25] = ACTIONS(1020), + [aux_sym_cmd_identifier_token26] = ACTIONS(1020), + [aux_sym_cmd_identifier_token27] = ACTIONS(1020), + [aux_sym_cmd_identifier_token28] = ACTIONS(1020), + [aux_sym_cmd_identifier_token29] = ACTIONS(1020), + [aux_sym_cmd_identifier_token30] = ACTIONS(1020), + [aux_sym_cmd_identifier_token31] = ACTIONS(1020), + [aux_sym_cmd_identifier_token32] = ACTIONS(1020), + [aux_sym_cmd_identifier_token33] = ACTIONS(1020), + [aux_sym_cmd_identifier_token34] = ACTIONS(1018), + [aux_sym_cmd_identifier_token35] = ACTIONS(1020), + [aux_sym_cmd_identifier_token36] = ACTIONS(1020), + [aux_sym_cmd_identifier_token37] = ACTIONS(1020), + [aux_sym_cmd_identifier_token38] = ACTIONS(1018), + [aux_sym_cmd_identifier_token39] = ACTIONS(1020), + [aux_sym_cmd_identifier_token40] = ACTIONS(1020), + [anon_sym_def] = ACTIONS(1018), + [anon_sym_export_DASHenv] = ACTIONS(1018), + [anon_sym_extern] = ACTIONS(1018), + [anon_sym_module] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_error] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_make] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [anon_sym_do] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_else] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_try] = ACTIONS(1018), + [anon_sym_catch] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_source] = ACTIONS(1018), + [anon_sym_source_DASHenv] = ACTIONS(1018), + [anon_sym_register] = ACTIONS(1018), + [anon_sym_hide] = ACTIONS(1018), + [anon_sym_hide_DASHenv] = ACTIONS(1018), + [anon_sym_overlay] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1020), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1020), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1020), + [aux_sym__val_number_decimal_token3] = ACTIONS(1020), + [aux_sym__val_number_decimal_token4] = ACTIONS(1020), + [aux_sym__val_number_token1] = ACTIONS(1020), + [aux_sym__val_number_token2] = ACTIONS(1020), + [aux_sym__val_number_token3] = ACTIONS(1020), + [aux_sym__val_number_token4] = ACTIONS(1018), + [aux_sym__val_number_token5] = ACTIONS(1018), + [aux_sym__val_number_token6] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1020), + [sym__str_single_quotes] = ACTIONS(1020), + [sym__str_back_ticks] = ACTIONS(1020), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1020), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2431), + [sym_raw_string_begin] = ACTIONS(1020), }, - [757] = { - [sym_comment] = STATE(757), + [734] = { + [sym_comment] = STATE(734), [anon_sym_export] = ACTIONS(976), [anon_sym_alias] = ACTIONS(976), [anon_sym_let] = ACTIONS(976), @@ -160503,2093 +158255,4472 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(978), }, + [735] = { + [sym_comment] = STATE(735), + [anon_sym_export] = ACTIONS(2487), + [anon_sym_alias] = ACTIONS(2487), + [anon_sym_let] = ACTIONS(2487), + [anon_sym_let_DASHenv] = ACTIONS(2487), + [anon_sym_mut] = ACTIONS(2487), + [anon_sym_const] = ACTIONS(2487), + [aux_sym_cmd_identifier_token1] = ACTIONS(2487), + [aux_sym_cmd_identifier_token2] = ACTIONS(2489), + [aux_sym_cmd_identifier_token3] = ACTIONS(2489), + [aux_sym_cmd_identifier_token4] = ACTIONS(2489), + [aux_sym_cmd_identifier_token5] = ACTIONS(2489), + [aux_sym_cmd_identifier_token6] = ACTIONS(2489), + [aux_sym_cmd_identifier_token7] = ACTIONS(2489), + [aux_sym_cmd_identifier_token8] = ACTIONS(2487), + [aux_sym_cmd_identifier_token9] = ACTIONS(2487), + [aux_sym_cmd_identifier_token10] = ACTIONS(2489), + [aux_sym_cmd_identifier_token11] = ACTIONS(2489), + [aux_sym_cmd_identifier_token12] = ACTIONS(2487), + [aux_sym_cmd_identifier_token13] = ACTIONS(2487), + [aux_sym_cmd_identifier_token14] = ACTIONS(2487), + [aux_sym_cmd_identifier_token15] = ACTIONS(2487), + [aux_sym_cmd_identifier_token16] = ACTIONS(2489), + [aux_sym_cmd_identifier_token17] = ACTIONS(2489), + [aux_sym_cmd_identifier_token18] = ACTIONS(2489), + [aux_sym_cmd_identifier_token19] = ACTIONS(2489), + [aux_sym_cmd_identifier_token20] = ACTIONS(2489), + [aux_sym_cmd_identifier_token21] = ACTIONS(2489), + [aux_sym_cmd_identifier_token22] = ACTIONS(2489), + [aux_sym_cmd_identifier_token23] = ACTIONS(2489), + [aux_sym_cmd_identifier_token24] = ACTIONS(2489), + [aux_sym_cmd_identifier_token25] = ACTIONS(2489), + [aux_sym_cmd_identifier_token26] = ACTIONS(2489), + [aux_sym_cmd_identifier_token27] = ACTIONS(2489), + [aux_sym_cmd_identifier_token28] = ACTIONS(2489), + [aux_sym_cmd_identifier_token29] = ACTIONS(2489), + [aux_sym_cmd_identifier_token30] = ACTIONS(2489), + [aux_sym_cmd_identifier_token31] = ACTIONS(2489), + [aux_sym_cmd_identifier_token32] = ACTIONS(2489), + [aux_sym_cmd_identifier_token33] = ACTIONS(2489), + [aux_sym_cmd_identifier_token34] = ACTIONS(2487), + [aux_sym_cmd_identifier_token35] = ACTIONS(2489), + [aux_sym_cmd_identifier_token36] = ACTIONS(2489), + [aux_sym_cmd_identifier_token37] = ACTIONS(2489), + [aux_sym_cmd_identifier_token38] = ACTIONS(2487), + [aux_sym_cmd_identifier_token39] = ACTIONS(2489), + [aux_sym_cmd_identifier_token40] = ACTIONS(2489), + [anon_sym_def] = ACTIONS(2487), + [anon_sym_export_DASHenv] = ACTIONS(2487), + [anon_sym_extern] = ACTIONS(2487), + [anon_sym_module] = ACTIONS(2487), + [anon_sym_use] = ACTIONS(2487), + [anon_sym_LPAREN] = ACTIONS(2489), + [anon_sym_DOLLAR] = ACTIONS(2489), + [anon_sym_error] = ACTIONS(2487), + [anon_sym_DASH2] = ACTIONS(2487), + [anon_sym_break] = ACTIONS(2487), + [anon_sym_continue] = ACTIONS(2487), + [anon_sym_for] = ACTIONS(2487), + [anon_sym_in2] = ACTIONS(2487), + [anon_sym_loop] = ACTIONS(2487), + [anon_sym_make] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2487), + [anon_sym_do] = ACTIONS(2487), + [anon_sym_if] = ACTIONS(2487), + [anon_sym_else] = ACTIONS(2487), + [anon_sym_match] = ACTIONS(2487), + [anon_sym_RBRACE] = ACTIONS(2489), + [anon_sym_try] = ACTIONS(2487), + [anon_sym_catch] = ACTIONS(2487), + [anon_sym_return] = ACTIONS(2487), + [anon_sym_source] = ACTIONS(2487), + [anon_sym_source_DASHenv] = ACTIONS(2487), + [anon_sym_register] = ACTIONS(2487), + [anon_sym_hide] = ACTIONS(2487), + [anon_sym_hide_DASHenv] = ACTIONS(2487), + [anon_sym_overlay] = ACTIONS(2487), + [anon_sym_as] = ACTIONS(2487), + [anon_sym_PLUS2] = ACTIONS(2487), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2489), + [aux_sym__val_number_decimal_token1] = ACTIONS(2487), + [aux_sym__val_number_decimal_token2] = ACTIONS(2489), + [aux_sym__val_number_decimal_token3] = ACTIONS(2489), + [aux_sym__val_number_decimal_token4] = ACTIONS(2489), + [aux_sym__val_number_token1] = ACTIONS(2489), + [aux_sym__val_number_token2] = ACTIONS(2489), + [aux_sym__val_number_token3] = ACTIONS(2489), + [aux_sym__val_number_token4] = ACTIONS(2487), + [aux_sym__val_number_token5] = ACTIONS(2487), + [aux_sym__val_number_token6] = ACTIONS(2487), + [anon_sym_DQUOTE] = ACTIONS(2489), + [sym__str_single_quotes] = ACTIONS(2489), + [sym__str_back_ticks] = ACTIONS(2489), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2489), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2489), + }, + [736] = { + [sym_comment] = STATE(736), + [anon_sym_export] = ACTIONS(2491), + [anon_sym_alias] = ACTIONS(2491), + [anon_sym_let] = ACTIONS(2491), + [anon_sym_let_DASHenv] = ACTIONS(2491), + [anon_sym_mut] = ACTIONS(2491), + [anon_sym_const] = ACTIONS(2491), + [aux_sym_cmd_identifier_token1] = ACTIONS(2491), + [aux_sym_cmd_identifier_token2] = ACTIONS(2493), + [aux_sym_cmd_identifier_token3] = ACTIONS(2493), + [aux_sym_cmd_identifier_token4] = ACTIONS(2493), + [aux_sym_cmd_identifier_token5] = ACTIONS(2493), + [aux_sym_cmd_identifier_token6] = ACTIONS(2493), + [aux_sym_cmd_identifier_token7] = ACTIONS(2493), + [aux_sym_cmd_identifier_token8] = ACTIONS(2491), + [aux_sym_cmd_identifier_token9] = ACTIONS(2491), + [aux_sym_cmd_identifier_token10] = ACTIONS(2493), + [aux_sym_cmd_identifier_token11] = ACTIONS(2493), + [aux_sym_cmd_identifier_token12] = ACTIONS(2491), + [aux_sym_cmd_identifier_token13] = ACTIONS(2491), + [aux_sym_cmd_identifier_token14] = ACTIONS(2491), + [aux_sym_cmd_identifier_token15] = ACTIONS(2491), + [aux_sym_cmd_identifier_token16] = ACTIONS(2493), + [aux_sym_cmd_identifier_token17] = ACTIONS(2493), + [aux_sym_cmd_identifier_token18] = ACTIONS(2493), + [aux_sym_cmd_identifier_token19] = ACTIONS(2493), + [aux_sym_cmd_identifier_token20] = ACTIONS(2493), + [aux_sym_cmd_identifier_token21] = ACTIONS(2493), + [aux_sym_cmd_identifier_token22] = ACTIONS(2493), + [aux_sym_cmd_identifier_token23] = ACTIONS(2493), + [aux_sym_cmd_identifier_token24] = ACTIONS(2493), + [aux_sym_cmd_identifier_token25] = ACTIONS(2493), + [aux_sym_cmd_identifier_token26] = ACTIONS(2493), + [aux_sym_cmd_identifier_token27] = ACTIONS(2493), + [aux_sym_cmd_identifier_token28] = ACTIONS(2493), + [aux_sym_cmd_identifier_token29] = ACTIONS(2493), + [aux_sym_cmd_identifier_token30] = ACTIONS(2493), + [aux_sym_cmd_identifier_token31] = ACTIONS(2493), + [aux_sym_cmd_identifier_token32] = ACTIONS(2493), + [aux_sym_cmd_identifier_token33] = ACTIONS(2493), + [aux_sym_cmd_identifier_token34] = ACTIONS(2491), + [aux_sym_cmd_identifier_token35] = ACTIONS(2493), + [aux_sym_cmd_identifier_token36] = ACTIONS(2493), + [aux_sym_cmd_identifier_token37] = ACTIONS(2493), + [aux_sym_cmd_identifier_token38] = ACTIONS(2491), + [aux_sym_cmd_identifier_token39] = ACTIONS(2493), + [aux_sym_cmd_identifier_token40] = ACTIONS(2493), + [anon_sym_def] = ACTIONS(2491), + [anon_sym_export_DASHenv] = ACTIONS(2491), + [anon_sym_extern] = ACTIONS(2491), + [anon_sym_module] = ACTIONS(2491), + [anon_sym_use] = ACTIONS(2491), + [anon_sym_LPAREN] = ACTIONS(2493), + [anon_sym_DOLLAR] = ACTIONS(2493), + [anon_sym_error] = ACTIONS(2491), + [anon_sym_DASH2] = ACTIONS(2491), + [anon_sym_break] = ACTIONS(2491), + [anon_sym_continue] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2491), + [anon_sym_in2] = ACTIONS(2491), + [anon_sym_loop] = ACTIONS(2491), + [anon_sym_make] = ACTIONS(2491), + [anon_sym_while] = ACTIONS(2491), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_if] = ACTIONS(2491), + [anon_sym_else] = ACTIONS(2491), + [anon_sym_match] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2493), + [anon_sym_try] = ACTIONS(2491), + [anon_sym_catch] = ACTIONS(2491), + [anon_sym_return] = ACTIONS(2491), + [anon_sym_source] = ACTIONS(2491), + [anon_sym_source_DASHenv] = ACTIONS(2491), + [anon_sym_register] = ACTIONS(2491), + [anon_sym_hide] = ACTIONS(2491), + [anon_sym_hide_DASHenv] = ACTIONS(2491), + [anon_sym_overlay] = ACTIONS(2491), + [anon_sym_as] = ACTIONS(2491), + [anon_sym_PLUS2] = ACTIONS(2491), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2493), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2493), + [aux_sym__val_number_decimal_token1] = ACTIONS(2491), + [aux_sym__val_number_decimal_token2] = ACTIONS(2493), + [aux_sym__val_number_decimal_token3] = ACTIONS(2493), + [aux_sym__val_number_decimal_token4] = ACTIONS(2493), + [aux_sym__val_number_token1] = ACTIONS(2493), + [aux_sym__val_number_token2] = ACTIONS(2493), + [aux_sym__val_number_token3] = ACTIONS(2493), + [aux_sym__val_number_token4] = ACTIONS(2491), + [aux_sym__val_number_token5] = ACTIONS(2491), + [aux_sym__val_number_token6] = ACTIONS(2491), + [anon_sym_DQUOTE] = ACTIONS(2493), + [sym__str_single_quotes] = ACTIONS(2493), + [sym__str_back_ticks] = ACTIONS(2493), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2493), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2493), + }, + [737] = { + [sym_comment] = STATE(737), + [anon_sym_export] = ACTIONS(2170), + [anon_sym_alias] = ACTIONS(2170), + [anon_sym_let] = ACTIONS(2170), + [anon_sym_let_DASHenv] = ACTIONS(2170), + [anon_sym_mut] = ACTIONS(2170), + [anon_sym_const] = ACTIONS(2170), + [aux_sym_cmd_identifier_token1] = ACTIONS(2170), + [aux_sym_cmd_identifier_token2] = ACTIONS(2176), + [aux_sym_cmd_identifier_token3] = ACTIONS(2176), + [aux_sym_cmd_identifier_token4] = ACTIONS(2176), + [aux_sym_cmd_identifier_token5] = ACTIONS(2176), + [aux_sym_cmd_identifier_token6] = ACTIONS(2176), + [aux_sym_cmd_identifier_token7] = ACTIONS(2176), + [aux_sym_cmd_identifier_token8] = ACTIONS(2170), + [aux_sym_cmd_identifier_token9] = ACTIONS(2170), + [aux_sym_cmd_identifier_token10] = ACTIONS(2176), + [aux_sym_cmd_identifier_token11] = ACTIONS(2176), + [aux_sym_cmd_identifier_token12] = ACTIONS(2170), + [aux_sym_cmd_identifier_token13] = ACTIONS(2170), + [aux_sym_cmd_identifier_token14] = ACTIONS(2170), + [aux_sym_cmd_identifier_token15] = ACTIONS(2170), + [aux_sym_cmd_identifier_token16] = ACTIONS(2176), + [aux_sym_cmd_identifier_token17] = ACTIONS(2176), + [aux_sym_cmd_identifier_token18] = ACTIONS(2176), + [aux_sym_cmd_identifier_token19] = ACTIONS(2176), + [aux_sym_cmd_identifier_token20] = ACTIONS(2176), + [aux_sym_cmd_identifier_token21] = ACTIONS(2176), + [aux_sym_cmd_identifier_token22] = ACTIONS(2176), + [aux_sym_cmd_identifier_token23] = ACTIONS(2176), + [aux_sym_cmd_identifier_token24] = ACTIONS(2176), + [aux_sym_cmd_identifier_token25] = ACTIONS(2176), + [aux_sym_cmd_identifier_token26] = ACTIONS(2176), + [aux_sym_cmd_identifier_token27] = ACTIONS(2176), + [aux_sym_cmd_identifier_token28] = ACTIONS(2176), + [aux_sym_cmd_identifier_token29] = ACTIONS(2176), + [aux_sym_cmd_identifier_token30] = ACTIONS(2176), + [aux_sym_cmd_identifier_token31] = ACTIONS(2176), + [aux_sym_cmd_identifier_token32] = ACTIONS(2176), + [aux_sym_cmd_identifier_token33] = ACTIONS(2176), + [aux_sym_cmd_identifier_token34] = ACTIONS(2170), + [aux_sym_cmd_identifier_token35] = ACTIONS(2176), + [aux_sym_cmd_identifier_token36] = ACTIONS(2176), + [aux_sym_cmd_identifier_token37] = ACTIONS(2176), + [aux_sym_cmd_identifier_token38] = ACTIONS(2170), + [aux_sym_cmd_identifier_token39] = ACTIONS(2176), + [aux_sym_cmd_identifier_token40] = ACTIONS(2176), + [anon_sym_def] = ACTIONS(2170), + [anon_sym_export_DASHenv] = ACTIONS(2170), + [anon_sym_extern] = ACTIONS(2170), + [anon_sym_module] = ACTIONS(2170), + [anon_sym_use] = ACTIONS(2170), + [anon_sym_LPAREN] = ACTIONS(2176), + [anon_sym_DOLLAR] = ACTIONS(2176), + [anon_sym_error] = ACTIONS(2170), + [anon_sym_DASH2] = ACTIONS(2170), + [anon_sym_break] = ACTIONS(2170), + [anon_sym_continue] = ACTIONS(2170), + [anon_sym_for] = ACTIONS(2170), + [anon_sym_in2] = ACTIONS(2170), + [anon_sym_loop] = ACTIONS(2170), + [anon_sym_make] = ACTIONS(2170), + [anon_sym_while] = ACTIONS(2170), + [anon_sym_do] = ACTIONS(2170), + [anon_sym_if] = ACTIONS(2170), + [anon_sym_else] = ACTIONS(2170), + [anon_sym_match] = ACTIONS(2170), + [anon_sym_RBRACE] = ACTIONS(2176), + [anon_sym_try] = ACTIONS(2170), + [anon_sym_catch] = ACTIONS(2170), + [anon_sym_return] = ACTIONS(2170), + [anon_sym_source] = ACTIONS(2170), + [anon_sym_source_DASHenv] = ACTIONS(2170), + [anon_sym_register] = ACTIONS(2170), + [anon_sym_hide] = ACTIONS(2170), + [anon_sym_hide_DASHenv] = ACTIONS(2170), + [anon_sym_overlay] = ACTIONS(2170), + [anon_sym_as] = ACTIONS(2170), + [anon_sym_PLUS2] = ACTIONS(2170), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2176), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2176), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), + [aux_sym__val_number_decimal_token2] = ACTIONS(2176), + [aux_sym__val_number_decimal_token3] = ACTIONS(2176), + [aux_sym__val_number_decimal_token4] = ACTIONS(2176), + [aux_sym__val_number_token1] = ACTIONS(2176), + [aux_sym__val_number_token2] = ACTIONS(2176), + [aux_sym__val_number_token3] = ACTIONS(2176), + [aux_sym__val_number_token4] = ACTIONS(2170), + [aux_sym__val_number_token5] = ACTIONS(2170), + [aux_sym__val_number_token6] = ACTIONS(2170), + [anon_sym_DQUOTE] = ACTIONS(2176), + [sym__str_single_quotes] = ACTIONS(2176), + [sym__str_back_ticks] = ACTIONS(2176), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2176), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2176), + }, + [738] = { + [sym_comment] = STATE(738), + [anon_sym_export] = ACTIONS(1933), + [anon_sym_alias] = ACTIONS(1933), + [anon_sym_let] = ACTIONS(1933), + [anon_sym_let_DASHenv] = ACTIONS(1933), + [anon_sym_mut] = ACTIONS(1933), + [anon_sym_const] = ACTIONS(1933), + [aux_sym_cmd_identifier_token1] = ACTIONS(1933), + [aux_sym_cmd_identifier_token2] = ACTIONS(1935), + [aux_sym_cmd_identifier_token3] = ACTIONS(1935), + [aux_sym_cmd_identifier_token4] = ACTIONS(1935), + [aux_sym_cmd_identifier_token5] = ACTIONS(1935), + [aux_sym_cmd_identifier_token6] = ACTIONS(1935), + [aux_sym_cmd_identifier_token7] = ACTIONS(1935), + [aux_sym_cmd_identifier_token8] = ACTIONS(1933), + [aux_sym_cmd_identifier_token9] = ACTIONS(1933), + [aux_sym_cmd_identifier_token10] = ACTIONS(1935), + [aux_sym_cmd_identifier_token11] = ACTIONS(1935), + [aux_sym_cmd_identifier_token12] = ACTIONS(1933), + [aux_sym_cmd_identifier_token13] = ACTIONS(1933), + [aux_sym_cmd_identifier_token14] = ACTIONS(1933), + [aux_sym_cmd_identifier_token15] = ACTIONS(1933), + [aux_sym_cmd_identifier_token16] = ACTIONS(1935), + [aux_sym_cmd_identifier_token17] = ACTIONS(1935), + [aux_sym_cmd_identifier_token18] = ACTIONS(1935), + [aux_sym_cmd_identifier_token19] = ACTIONS(1935), + [aux_sym_cmd_identifier_token20] = ACTIONS(1935), + [aux_sym_cmd_identifier_token21] = ACTIONS(1935), + [aux_sym_cmd_identifier_token22] = ACTIONS(1935), + [aux_sym_cmd_identifier_token23] = ACTIONS(1935), + [aux_sym_cmd_identifier_token24] = ACTIONS(1935), + [aux_sym_cmd_identifier_token25] = ACTIONS(1935), + [aux_sym_cmd_identifier_token26] = ACTIONS(1935), + [aux_sym_cmd_identifier_token27] = ACTIONS(1935), + [aux_sym_cmd_identifier_token28] = ACTIONS(1935), + [aux_sym_cmd_identifier_token29] = ACTIONS(1935), + [aux_sym_cmd_identifier_token30] = ACTIONS(1935), + [aux_sym_cmd_identifier_token31] = ACTIONS(1935), + [aux_sym_cmd_identifier_token32] = ACTIONS(1935), + [aux_sym_cmd_identifier_token33] = ACTIONS(1935), + [aux_sym_cmd_identifier_token34] = ACTIONS(1933), + [aux_sym_cmd_identifier_token35] = ACTIONS(1935), + [aux_sym_cmd_identifier_token36] = ACTIONS(1935), + [aux_sym_cmd_identifier_token37] = ACTIONS(1935), + [aux_sym_cmd_identifier_token38] = ACTIONS(1933), + [aux_sym_cmd_identifier_token39] = ACTIONS(1935), + [aux_sym_cmd_identifier_token40] = ACTIONS(1935), + [anon_sym_def] = ACTIONS(1933), + [anon_sym_export_DASHenv] = ACTIONS(1933), + [anon_sym_extern] = ACTIONS(1933), + [anon_sym_module] = ACTIONS(1933), + [anon_sym_use] = ACTIONS(1933), + [anon_sym_LPAREN] = ACTIONS(1935), + [anon_sym_DOLLAR] = ACTIONS(1935), + [anon_sym_error] = ACTIONS(1933), + [anon_sym_DASH2] = ACTIONS(1933), + [anon_sym_break] = ACTIONS(1933), + [anon_sym_continue] = ACTIONS(1933), + [anon_sym_for] = ACTIONS(1933), + [anon_sym_in2] = ACTIONS(1933), + [anon_sym_loop] = ACTIONS(1933), + [anon_sym_make] = ACTIONS(1933), + [anon_sym_while] = ACTIONS(1933), + [anon_sym_do] = ACTIONS(1933), + [anon_sym_if] = ACTIONS(1933), + [anon_sym_else] = ACTIONS(1933), + [anon_sym_match] = ACTIONS(1933), + [anon_sym_RBRACE] = ACTIONS(1935), + [anon_sym_try] = ACTIONS(1933), + [anon_sym_catch] = ACTIONS(1933), + [anon_sym_return] = ACTIONS(1933), + [anon_sym_source] = ACTIONS(1933), + [anon_sym_source_DASHenv] = ACTIONS(1933), + [anon_sym_register] = ACTIONS(1933), + [anon_sym_hide] = ACTIONS(1933), + [anon_sym_hide_DASHenv] = ACTIONS(1933), + [anon_sym_overlay] = ACTIONS(1933), + [anon_sym_as] = ACTIONS(1933), + [anon_sym_PLUS2] = ACTIONS(1933), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1935), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1935), + [aux_sym__val_number_decimal_token1] = ACTIONS(1933), + [aux_sym__val_number_decimal_token2] = ACTIONS(1935), + [aux_sym__val_number_decimal_token3] = ACTIONS(1935), + [aux_sym__val_number_decimal_token4] = ACTIONS(1935), + [aux_sym__val_number_token1] = ACTIONS(1935), + [aux_sym__val_number_token2] = ACTIONS(1935), + [aux_sym__val_number_token3] = ACTIONS(1935), + [aux_sym__val_number_token4] = ACTIONS(1933), + [aux_sym__val_number_token5] = ACTIONS(1933), + [aux_sym__val_number_token6] = ACTIONS(1933), + [anon_sym_DQUOTE] = ACTIONS(1935), + [sym__str_single_quotes] = ACTIONS(1935), + [sym__str_back_ticks] = ACTIONS(1935), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1935), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1935), + }, + [739] = { + [sym_comment] = STATE(739), + [anon_sym_export] = ACTIONS(2419), + [anon_sym_alias] = ACTIONS(2419), + [anon_sym_let] = ACTIONS(2419), + [anon_sym_let_DASHenv] = ACTIONS(2419), + [anon_sym_mut] = ACTIONS(2419), + [anon_sym_const] = ACTIONS(2419), + [aux_sym_cmd_identifier_token1] = ACTIONS(2419), + [aux_sym_cmd_identifier_token2] = ACTIONS(2421), + [aux_sym_cmd_identifier_token3] = ACTIONS(2421), + [aux_sym_cmd_identifier_token4] = ACTIONS(2421), + [aux_sym_cmd_identifier_token5] = ACTIONS(2421), + [aux_sym_cmd_identifier_token6] = ACTIONS(2421), + [aux_sym_cmd_identifier_token7] = ACTIONS(2421), + [aux_sym_cmd_identifier_token8] = ACTIONS(2419), + [aux_sym_cmd_identifier_token9] = ACTIONS(2419), + [aux_sym_cmd_identifier_token10] = ACTIONS(2421), + [aux_sym_cmd_identifier_token11] = ACTIONS(2421), + [aux_sym_cmd_identifier_token12] = ACTIONS(2419), + [aux_sym_cmd_identifier_token13] = ACTIONS(2419), + [aux_sym_cmd_identifier_token14] = ACTIONS(2419), + [aux_sym_cmd_identifier_token15] = ACTIONS(2419), + [aux_sym_cmd_identifier_token16] = ACTIONS(2421), + [aux_sym_cmd_identifier_token17] = ACTIONS(2421), + [aux_sym_cmd_identifier_token18] = ACTIONS(2421), + [aux_sym_cmd_identifier_token19] = ACTIONS(2421), + [aux_sym_cmd_identifier_token20] = ACTIONS(2421), + [aux_sym_cmd_identifier_token21] = ACTIONS(2421), + [aux_sym_cmd_identifier_token22] = ACTIONS(2421), + [aux_sym_cmd_identifier_token23] = ACTIONS(2421), + [aux_sym_cmd_identifier_token24] = ACTIONS(2421), + [aux_sym_cmd_identifier_token25] = ACTIONS(2421), + [aux_sym_cmd_identifier_token26] = ACTIONS(2421), + [aux_sym_cmd_identifier_token27] = ACTIONS(2421), + [aux_sym_cmd_identifier_token28] = ACTIONS(2421), + [aux_sym_cmd_identifier_token29] = ACTIONS(2421), + [aux_sym_cmd_identifier_token30] = ACTIONS(2421), + [aux_sym_cmd_identifier_token31] = ACTIONS(2421), + [aux_sym_cmd_identifier_token32] = ACTIONS(2421), + [aux_sym_cmd_identifier_token33] = ACTIONS(2421), + [aux_sym_cmd_identifier_token34] = ACTIONS(2419), + [aux_sym_cmd_identifier_token35] = ACTIONS(2421), + [aux_sym_cmd_identifier_token36] = ACTIONS(2421), + [aux_sym_cmd_identifier_token37] = ACTIONS(2421), + [aux_sym_cmd_identifier_token38] = ACTIONS(2419), + [aux_sym_cmd_identifier_token39] = ACTIONS(2421), + [aux_sym_cmd_identifier_token40] = ACTIONS(2421), + [anon_sym_def] = ACTIONS(2419), + [anon_sym_export_DASHenv] = ACTIONS(2419), + [anon_sym_extern] = ACTIONS(2419), + [anon_sym_module] = ACTIONS(2419), + [anon_sym_use] = ACTIONS(2419), + [anon_sym_LPAREN] = ACTIONS(2421), + [anon_sym_DOLLAR] = ACTIONS(2421), + [anon_sym_error] = ACTIONS(2419), + [anon_sym_DASH2] = ACTIONS(2419), + [anon_sym_break] = ACTIONS(2419), + [anon_sym_continue] = ACTIONS(2419), + [anon_sym_for] = ACTIONS(2419), + [anon_sym_in2] = ACTIONS(2419), + [anon_sym_loop] = ACTIONS(2419), + [anon_sym_make] = ACTIONS(2419), + [anon_sym_while] = ACTIONS(2419), + [anon_sym_do] = ACTIONS(2419), + [anon_sym_if] = ACTIONS(2419), + [anon_sym_else] = ACTIONS(2419), + [anon_sym_match] = ACTIONS(2419), + [anon_sym_RBRACE] = ACTIONS(2421), + [anon_sym_try] = ACTIONS(2419), + [anon_sym_catch] = ACTIONS(2419), + [anon_sym_return] = ACTIONS(2419), + [anon_sym_source] = ACTIONS(2419), + [anon_sym_source_DASHenv] = ACTIONS(2419), + [anon_sym_register] = ACTIONS(2419), + [anon_sym_hide] = ACTIONS(2419), + [anon_sym_hide_DASHenv] = ACTIONS(2419), + [anon_sym_overlay] = ACTIONS(2419), + [anon_sym_as] = ACTIONS(2419), + [anon_sym_PLUS2] = ACTIONS(2419), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2421), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2421), + [aux_sym__val_number_decimal_token1] = ACTIONS(2419), + [aux_sym__val_number_decimal_token2] = ACTIONS(2421), + [aux_sym__val_number_decimal_token3] = ACTIONS(2421), + [aux_sym__val_number_decimal_token4] = ACTIONS(2421), + [aux_sym__val_number_token1] = ACTIONS(2421), + [aux_sym__val_number_token2] = ACTIONS(2421), + [aux_sym__val_number_token3] = ACTIONS(2421), + [aux_sym__val_number_token4] = ACTIONS(2419), + [aux_sym__val_number_token5] = ACTIONS(2419), + [aux_sym__val_number_token6] = ACTIONS(2419), + [anon_sym_DQUOTE] = ACTIONS(2421), + [sym__str_single_quotes] = ACTIONS(2421), + [sym__str_back_ticks] = ACTIONS(2421), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2421), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2421), + }, + [740] = { + [sym_comment] = STATE(740), + [anon_sym_export] = ACTIONS(2124), + [anon_sym_alias] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_let_DASHenv] = ACTIONS(2124), + [anon_sym_mut] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [aux_sym_cmd_identifier_token1] = ACTIONS(2124), + [aux_sym_cmd_identifier_token2] = ACTIONS(2130), + [aux_sym_cmd_identifier_token3] = ACTIONS(2130), + [aux_sym_cmd_identifier_token4] = ACTIONS(2130), + [aux_sym_cmd_identifier_token5] = ACTIONS(2130), + [aux_sym_cmd_identifier_token6] = ACTIONS(2130), + [aux_sym_cmd_identifier_token7] = ACTIONS(2130), + [aux_sym_cmd_identifier_token8] = ACTIONS(2124), + [aux_sym_cmd_identifier_token9] = ACTIONS(2124), + [aux_sym_cmd_identifier_token10] = ACTIONS(2130), + [aux_sym_cmd_identifier_token11] = ACTIONS(2130), + [aux_sym_cmd_identifier_token12] = ACTIONS(2124), + [aux_sym_cmd_identifier_token13] = ACTIONS(2124), + [aux_sym_cmd_identifier_token14] = ACTIONS(2124), + [aux_sym_cmd_identifier_token15] = ACTIONS(2124), + [aux_sym_cmd_identifier_token16] = ACTIONS(2130), + [aux_sym_cmd_identifier_token17] = ACTIONS(2130), + [aux_sym_cmd_identifier_token18] = ACTIONS(2130), + [aux_sym_cmd_identifier_token19] = ACTIONS(2130), + [aux_sym_cmd_identifier_token20] = ACTIONS(2130), + [aux_sym_cmd_identifier_token21] = ACTIONS(2130), + [aux_sym_cmd_identifier_token22] = ACTIONS(2130), + [aux_sym_cmd_identifier_token23] = ACTIONS(2130), + [aux_sym_cmd_identifier_token24] = ACTIONS(2130), + [aux_sym_cmd_identifier_token25] = ACTIONS(2130), + [aux_sym_cmd_identifier_token26] = ACTIONS(2130), + [aux_sym_cmd_identifier_token27] = ACTIONS(2130), + [aux_sym_cmd_identifier_token28] = ACTIONS(2130), + [aux_sym_cmd_identifier_token29] = ACTIONS(2130), + [aux_sym_cmd_identifier_token30] = ACTIONS(2130), + [aux_sym_cmd_identifier_token31] = ACTIONS(2130), + [aux_sym_cmd_identifier_token32] = ACTIONS(2130), + [aux_sym_cmd_identifier_token33] = ACTIONS(2130), + [aux_sym_cmd_identifier_token34] = ACTIONS(2124), + [aux_sym_cmd_identifier_token35] = ACTIONS(2130), + [aux_sym_cmd_identifier_token36] = ACTIONS(2130), + [aux_sym_cmd_identifier_token37] = ACTIONS(2130), + [aux_sym_cmd_identifier_token38] = ACTIONS(2124), + [aux_sym_cmd_identifier_token39] = ACTIONS(2130), + [aux_sym_cmd_identifier_token40] = ACTIONS(2130), + [anon_sym_def] = ACTIONS(2124), + [anon_sym_export_DASHenv] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_module] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_DOLLAR] = ACTIONS(2130), + [anon_sym_error] = ACTIONS(2124), + [anon_sym_DASH2] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_in2] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_make] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_do] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_else] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_try] = ACTIONS(2124), + [anon_sym_catch] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_source] = ACTIONS(2124), + [anon_sym_source_DASHenv] = ACTIONS(2124), + [anon_sym_register] = ACTIONS(2124), + [anon_sym_hide] = ACTIONS(2124), + [anon_sym_hide_DASHenv] = ACTIONS(2124), + [anon_sym_overlay] = ACTIONS(2124), + [anon_sym_as] = ACTIONS(2124), + [anon_sym_PLUS2] = ACTIONS(2124), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2130), + [aux_sym__val_number_decimal_token1] = ACTIONS(2124), + [aux_sym__val_number_decimal_token2] = ACTIONS(2130), + [aux_sym__val_number_decimal_token3] = ACTIONS(2130), + [aux_sym__val_number_decimal_token4] = ACTIONS(2130), + [aux_sym__val_number_token1] = ACTIONS(2130), + [aux_sym__val_number_token2] = ACTIONS(2130), + [aux_sym__val_number_token3] = ACTIONS(2130), + [aux_sym__val_number_token4] = ACTIONS(2124), + [aux_sym__val_number_token5] = ACTIONS(2124), + [aux_sym__val_number_token6] = ACTIONS(2124), + [anon_sym_DQUOTE] = ACTIONS(2130), + [sym__str_single_quotes] = ACTIONS(2130), + [sym__str_back_ticks] = ACTIONS(2130), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2130), + }, + [741] = { + [sym_comment] = STATE(741), + [anon_sym_export] = ACTIONS(1894), + [anon_sym_alias] = ACTIONS(1894), + [anon_sym_let] = ACTIONS(1894), + [anon_sym_let_DASHenv] = ACTIONS(1894), + [anon_sym_mut] = ACTIONS(1894), + [anon_sym_const] = ACTIONS(1894), + [aux_sym_cmd_identifier_token1] = ACTIONS(1894), + [aux_sym_cmd_identifier_token2] = ACTIONS(1896), + [aux_sym_cmd_identifier_token3] = ACTIONS(1896), + [aux_sym_cmd_identifier_token4] = ACTIONS(1896), + [aux_sym_cmd_identifier_token5] = ACTIONS(1896), + [aux_sym_cmd_identifier_token6] = ACTIONS(1896), + [aux_sym_cmd_identifier_token7] = ACTIONS(1896), + [aux_sym_cmd_identifier_token8] = ACTIONS(1894), + [aux_sym_cmd_identifier_token9] = ACTIONS(1894), + [aux_sym_cmd_identifier_token10] = ACTIONS(1896), + [aux_sym_cmd_identifier_token11] = ACTIONS(1896), + [aux_sym_cmd_identifier_token12] = ACTIONS(1894), + [aux_sym_cmd_identifier_token13] = ACTIONS(1894), + [aux_sym_cmd_identifier_token14] = ACTIONS(1894), + [aux_sym_cmd_identifier_token15] = ACTIONS(1894), + [aux_sym_cmd_identifier_token16] = ACTIONS(1896), + [aux_sym_cmd_identifier_token17] = ACTIONS(1896), + [aux_sym_cmd_identifier_token18] = ACTIONS(1896), + [aux_sym_cmd_identifier_token19] = ACTIONS(1896), + [aux_sym_cmd_identifier_token20] = ACTIONS(1896), + [aux_sym_cmd_identifier_token21] = ACTIONS(1896), + [aux_sym_cmd_identifier_token22] = ACTIONS(1896), + [aux_sym_cmd_identifier_token23] = ACTIONS(1896), + [aux_sym_cmd_identifier_token24] = ACTIONS(1896), + [aux_sym_cmd_identifier_token25] = ACTIONS(1896), + [aux_sym_cmd_identifier_token26] = ACTIONS(1896), + [aux_sym_cmd_identifier_token27] = ACTIONS(1896), + [aux_sym_cmd_identifier_token28] = ACTIONS(1896), + [aux_sym_cmd_identifier_token29] = ACTIONS(1896), + [aux_sym_cmd_identifier_token30] = ACTIONS(1896), + [aux_sym_cmd_identifier_token31] = ACTIONS(1896), + [aux_sym_cmd_identifier_token32] = ACTIONS(1896), + [aux_sym_cmd_identifier_token33] = ACTIONS(1896), + [aux_sym_cmd_identifier_token34] = ACTIONS(1894), + [aux_sym_cmd_identifier_token35] = ACTIONS(1896), + [aux_sym_cmd_identifier_token36] = ACTIONS(1896), + [aux_sym_cmd_identifier_token37] = ACTIONS(1896), + [aux_sym_cmd_identifier_token38] = ACTIONS(1894), + [aux_sym_cmd_identifier_token39] = ACTIONS(1896), + [aux_sym_cmd_identifier_token40] = ACTIONS(1896), + [anon_sym_def] = ACTIONS(1894), + [anon_sym_export_DASHenv] = ACTIONS(1894), + [anon_sym_extern] = ACTIONS(1894), + [anon_sym_module] = ACTIONS(1894), + [anon_sym_use] = ACTIONS(1894), + [anon_sym_LPAREN] = ACTIONS(1896), + [anon_sym_DOLLAR] = ACTIONS(1896), + [anon_sym_error] = ACTIONS(1894), + [anon_sym_DASH2] = ACTIONS(1894), + [anon_sym_break] = ACTIONS(1894), + [anon_sym_continue] = ACTIONS(1894), + [anon_sym_for] = ACTIONS(1894), + [anon_sym_in2] = ACTIONS(1894), + [anon_sym_loop] = ACTIONS(1894), + [anon_sym_make] = ACTIONS(1894), + [anon_sym_while] = ACTIONS(1894), + [anon_sym_do] = ACTIONS(1894), + [anon_sym_if] = ACTIONS(1894), + [anon_sym_else] = ACTIONS(1894), + [anon_sym_match] = ACTIONS(1894), + [anon_sym_RBRACE] = ACTIONS(1896), + [anon_sym_try] = ACTIONS(1894), + [anon_sym_catch] = ACTIONS(1894), + [anon_sym_return] = ACTIONS(1894), + [anon_sym_source] = ACTIONS(1894), + [anon_sym_source_DASHenv] = ACTIONS(1894), + [anon_sym_register] = ACTIONS(1894), + [anon_sym_hide] = ACTIONS(1894), + [anon_sym_hide_DASHenv] = ACTIONS(1894), + [anon_sym_overlay] = ACTIONS(1894), + [anon_sym_as] = ACTIONS(1894), + [anon_sym_PLUS2] = ACTIONS(1894), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1896), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1896), + [aux_sym__val_number_decimal_token1] = ACTIONS(1894), + [aux_sym__val_number_decimal_token2] = ACTIONS(1896), + [aux_sym__val_number_decimal_token3] = ACTIONS(1896), + [aux_sym__val_number_decimal_token4] = ACTIONS(1896), + [aux_sym__val_number_token1] = ACTIONS(1896), + [aux_sym__val_number_token2] = ACTIONS(1896), + [aux_sym__val_number_token3] = ACTIONS(1896), + [aux_sym__val_number_token4] = ACTIONS(1894), + [aux_sym__val_number_token5] = ACTIONS(1894), + [aux_sym__val_number_token6] = ACTIONS(1894), + [anon_sym_DQUOTE] = ACTIONS(1896), + [sym__str_single_quotes] = ACTIONS(1896), + [sym__str_back_ticks] = ACTIONS(1896), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1896), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1896), + }, + [742] = { + [sym_comment] = STATE(742), + [anon_sym_export] = ACTIONS(2136), + [anon_sym_alias] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_let_DASHenv] = ACTIONS(2136), + [anon_sym_mut] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [aux_sym_cmd_identifier_token1] = ACTIONS(2136), + [aux_sym_cmd_identifier_token2] = ACTIONS(2138), + [aux_sym_cmd_identifier_token3] = ACTIONS(2138), + [aux_sym_cmd_identifier_token4] = ACTIONS(2138), + [aux_sym_cmd_identifier_token5] = ACTIONS(2138), + [aux_sym_cmd_identifier_token6] = ACTIONS(2138), + [aux_sym_cmd_identifier_token7] = ACTIONS(2138), + [aux_sym_cmd_identifier_token8] = ACTIONS(2136), + [aux_sym_cmd_identifier_token9] = ACTIONS(2136), + [aux_sym_cmd_identifier_token10] = ACTIONS(2138), + [aux_sym_cmd_identifier_token11] = ACTIONS(2138), + [aux_sym_cmd_identifier_token12] = ACTIONS(2136), + [aux_sym_cmd_identifier_token13] = ACTIONS(2136), + [aux_sym_cmd_identifier_token14] = ACTIONS(2136), + [aux_sym_cmd_identifier_token15] = ACTIONS(2136), + [aux_sym_cmd_identifier_token16] = ACTIONS(2138), + [aux_sym_cmd_identifier_token17] = ACTIONS(2138), + [aux_sym_cmd_identifier_token18] = ACTIONS(2138), + [aux_sym_cmd_identifier_token19] = ACTIONS(2138), + [aux_sym_cmd_identifier_token20] = ACTIONS(2138), + [aux_sym_cmd_identifier_token21] = ACTIONS(2138), + [aux_sym_cmd_identifier_token22] = ACTIONS(2138), + [aux_sym_cmd_identifier_token23] = ACTIONS(2138), + [aux_sym_cmd_identifier_token24] = ACTIONS(2138), + [aux_sym_cmd_identifier_token25] = ACTIONS(2138), + [aux_sym_cmd_identifier_token26] = ACTIONS(2138), + [aux_sym_cmd_identifier_token27] = ACTIONS(2138), + [aux_sym_cmd_identifier_token28] = ACTIONS(2138), + [aux_sym_cmd_identifier_token29] = ACTIONS(2138), + [aux_sym_cmd_identifier_token30] = ACTIONS(2138), + [aux_sym_cmd_identifier_token31] = ACTIONS(2138), + [aux_sym_cmd_identifier_token32] = ACTIONS(2138), + [aux_sym_cmd_identifier_token33] = ACTIONS(2138), + [aux_sym_cmd_identifier_token34] = ACTIONS(2136), + [aux_sym_cmd_identifier_token35] = ACTIONS(2138), + [aux_sym_cmd_identifier_token36] = ACTIONS(2138), + [aux_sym_cmd_identifier_token37] = ACTIONS(2138), + [aux_sym_cmd_identifier_token38] = ACTIONS(2136), + [aux_sym_cmd_identifier_token39] = ACTIONS(2138), + [aux_sym_cmd_identifier_token40] = ACTIONS(2138), + [anon_sym_def] = ACTIONS(2136), + [anon_sym_export_DASHenv] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_module] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_DOLLAR] = ACTIONS(2138), + [anon_sym_error] = ACTIONS(2136), + [anon_sym_DASH2] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_in2] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_make] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_do] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_else] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_RBRACE] = ACTIONS(2138), + [anon_sym_try] = ACTIONS(2136), + [anon_sym_catch] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_source] = ACTIONS(2136), + [anon_sym_source_DASHenv] = ACTIONS(2136), + [anon_sym_register] = ACTIONS(2136), + [anon_sym_hide] = ACTIONS(2136), + [anon_sym_hide_DASHenv] = ACTIONS(2136), + [anon_sym_overlay] = ACTIONS(2136), + [anon_sym_as] = ACTIONS(2136), + [anon_sym_PLUS2] = ACTIONS(2136), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2138), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2138), + [aux_sym__val_number_decimal_token1] = ACTIONS(2136), + [aux_sym__val_number_decimal_token2] = ACTIONS(2138), + [aux_sym__val_number_decimal_token3] = ACTIONS(2138), + [aux_sym__val_number_decimal_token4] = ACTIONS(2138), + [aux_sym__val_number_token1] = ACTIONS(2138), + [aux_sym__val_number_token2] = ACTIONS(2138), + [aux_sym__val_number_token3] = ACTIONS(2138), + [aux_sym__val_number_token4] = ACTIONS(2136), + [aux_sym__val_number_token5] = ACTIONS(2136), + [aux_sym__val_number_token6] = ACTIONS(2136), + [anon_sym_DQUOTE] = ACTIONS(2138), + [sym__str_single_quotes] = ACTIONS(2138), + [sym__str_back_ticks] = ACTIONS(2138), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2138), + }, + [743] = { + [aux_sym__pipe_separator] = STATE(754), + [sym_comment] = STATE(743), + [aux_sym_shebang_repeat1] = STATE(5022), + [aux_sym_cmd_identifier_token1] = ACTIONS(2521), + [aux_sym_cmd_identifier_token2] = ACTIONS(2523), + [aux_sym_cmd_identifier_token3] = ACTIONS(2523), + [aux_sym_cmd_identifier_token4] = ACTIONS(2523), + [aux_sym_cmd_identifier_token5] = ACTIONS(2523), + [aux_sym_cmd_identifier_token6] = ACTIONS(2523), + [aux_sym_cmd_identifier_token7] = ACTIONS(2523), + [aux_sym_cmd_identifier_token8] = ACTIONS(2523), + [aux_sym_cmd_identifier_token9] = ACTIONS(2521), + [aux_sym_cmd_identifier_token10] = ACTIONS(2523), + [aux_sym_cmd_identifier_token11] = ACTIONS(2523), + [aux_sym_cmd_identifier_token12] = ACTIONS(2523), + [aux_sym_cmd_identifier_token13] = ACTIONS(2521), + [aux_sym_cmd_identifier_token14] = ACTIONS(2523), + [aux_sym_cmd_identifier_token15] = ACTIONS(2521), + [aux_sym_cmd_identifier_token16] = ACTIONS(2523), + [aux_sym_cmd_identifier_token17] = ACTIONS(2523), + [aux_sym_cmd_identifier_token18] = ACTIONS(2521), + [aux_sym_cmd_identifier_token19] = ACTIONS(2523), + [aux_sym_cmd_identifier_token20] = ACTIONS(2523), + [aux_sym_cmd_identifier_token21] = ACTIONS(2523), + [aux_sym_cmd_identifier_token22] = ACTIONS(2523), + [aux_sym_cmd_identifier_token23] = ACTIONS(2523), + [aux_sym_cmd_identifier_token24] = ACTIONS(2523), + [aux_sym_cmd_identifier_token25] = ACTIONS(2523), + [aux_sym_cmd_identifier_token26] = ACTIONS(2523), + [aux_sym_cmd_identifier_token27] = ACTIONS(2523), + [aux_sym_cmd_identifier_token28] = ACTIONS(2523), + [aux_sym_cmd_identifier_token29] = ACTIONS(2523), + [aux_sym_cmd_identifier_token30] = ACTIONS(2523), + [aux_sym_cmd_identifier_token31] = ACTIONS(2523), + [aux_sym_cmd_identifier_token32] = ACTIONS(2521), + [aux_sym_cmd_identifier_token33] = ACTIONS(2523), + [aux_sym_cmd_identifier_token34] = ACTIONS(2521), + [aux_sym_cmd_identifier_token35] = ACTIONS(2523), + [aux_sym_cmd_identifier_token36] = ACTIONS(2523), + [aux_sym_cmd_identifier_token37] = ACTIONS(2523), + [aux_sym_cmd_identifier_token38] = ACTIONS(2521), + [aux_sym_cmd_identifier_token39] = ACTIONS(2523), + [aux_sym_cmd_identifier_token40] = ACTIONS(2523), + [sym__newline] = ACTIONS(2525), + [anon_sym_PIPE] = ACTIONS(2519), + [anon_sym_err_GT_PIPE] = ACTIONS(2519), + [anon_sym_out_GT_PIPE] = ACTIONS(2519), + [anon_sym_e_GT_PIPE] = ACTIONS(2519), + [anon_sym_o_GT_PIPE] = ACTIONS(2519), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2519), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2519), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2519), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LPAREN] = ACTIONS(2523), + [anon_sym_DOLLAR] = ACTIONS(2521), + [anon_sym_DASH2] = ACTIONS(2521), + [anon_sym_break] = ACTIONS(2521), + [anon_sym_continue] = ACTIONS(2521), + [anon_sym_do] = ACTIONS(2521), + [anon_sym_if] = ACTIONS(2521), + [anon_sym_match] = ACTIONS(2521), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_DOT_DOT] = ACTIONS(2521), + [anon_sym_try] = ACTIONS(2521), + [anon_sym_return] = ACTIONS(2521), + [anon_sym_where] = ACTIONS(2523), + [aux_sym_expr_unary_token1] = ACTIONS(2523), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2523), + [anon_sym_DOT_DOT_LT] = ACTIONS(2523), + [anon_sym_null] = ACTIONS(2521), + [anon_sym_true] = ACTIONS(2521), + [anon_sym_false] = ACTIONS(2521), + [aux_sym__val_number_decimal_token1] = ACTIONS(2521), + [aux_sym__val_number_decimal_token2] = ACTIONS(2523), + [aux_sym__val_number_decimal_token3] = ACTIONS(2523), + [aux_sym__val_number_decimal_token4] = ACTIONS(2523), + [aux_sym__val_number_token1] = ACTIONS(2523), + [aux_sym__val_number_token2] = ACTIONS(2523), + [aux_sym__val_number_token3] = ACTIONS(2523), + [aux_sym__val_number_token4] = ACTIONS(2521), + [aux_sym__val_number_token5] = ACTIONS(2521), + [aux_sym__val_number_token6] = ACTIONS(2521), + [anon_sym_0b] = ACTIONS(2521), + [anon_sym_0o] = ACTIONS(2521), + [anon_sym_0x] = ACTIONS(2521), + [sym_val_date] = ACTIONS(2523), + [anon_sym_DQUOTE] = ACTIONS(2523), + [sym__str_single_quotes] = ACTIONS(2523), + [sym__str_back_ticks] = ACTIONS(2523), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2523), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2523), + [aux_sym_env_var_token1] = ACTIONS(2521), + [anon_sym_CARET] = ACTIONS(2523), + [aux_sym_command_token1] = ACTIONS(2523), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2523), + }, + [744] = { + [sym_comment] = STATE(744), + [anon_sym_export] = ACTIONS(2497), + [anon_sym_alias] = ACTIONS(2497), + [anon_sym_let] = ACTIONS(2497), + [anon_sym_let_DASHenv] = ACTIONS(2497), + [anon_sym_mut] = ACTIONS(2497), + [anon_sym_const] = ACTIONS(2497), + [aux_sym_cmd_identifier_token1] = ACTIONS(2497), + [aux_sym_cmd_identifier_token2] = ACTIONS(2499), + [aux_sym_cmd_identifier_token3] = ACTIONS(2499), + [aux_sym_cmd_identifier_token4] = ACTIONS(2499), + [aux_sym_cmd_identifier_token5] = ACTIONS(2499), + [aux_sym_cmd_identifier_token6] = ACTIONS(2499), + [aux_sym_cmd_identifier_token7] = ACTIONS(2499), + [aux_sym_cmd_identifier_token8] = ACTIONS(2497), + [aux_sym_cmd_identifier_token9] = ACTIONS(2497), + [aux_sym_cmd_identifier_token10] = ACTIONS(2499), + [aux_sym_cmd_identifier_token11] = ACTIONS(2499), + [aux_sym_cmd_identifier_token12] = ACTIONS(2497), + [aux_sym_cmd_identifier_token13] = ACTIONS(2497), + [aux_sym_cmd_identifier_token14] = ACTIONS(2497), + [aux_sym_cmd_identifier_token15] = ACTIONS(2497), + [aux_sym_cmd_identifier_token16] = ACTIONS(2499), + [aux_sym_cmd_identifier_token17] = ACTIONS(2499), + [aux_sym_cmd_identifier_token18] = ACTIONS(2499), + [aux_sym_cmd_identifier_token19] = ACTIONS(2499), + [aux_sym_cmd_identifier_token20] = ACTIONS(2499), + [aux_sym_cmd_identifier_token21] = ACTIONS(2499), + [aux_sym_cmd_identifier_token22] = ACTIONS(2499), + [aux_sym_cmd_identifier_token23] = ACTIONS(2499), + [aux_sym_cmd_identifier_token24] = ACTIONS(2499), + [aux_sym_cmd_identifier_token25] = ACTIONS(2499), + [aux_sym_cmd_identifier_token26] = ACTIONS(2499), + [aux_sym_cmd_identifier_token27] = ACTIONS(2499), + [aux_sym_cmd_identifier_token28] = ACTIONS(2499), + [aux_sym_cmd_identifier_token29] = ACTIONS(2499), + [aux_sym_cmd_identifier_token30] = ACTIONS(2499), + [aux_sym_cmd_identifier_token31] = ACTIONS(2499), + [aux_sym_cmd_identifier_token32] = ACTIONS(2499), + [aux_sym_cmd_identifier_token33] = ACTIONS(2499), + [aux_sym_cmd_identifier_token34] = ACTIONS(2497), + [aux_sym_cmd_identifier_token35] = ACTIONS(2499), + [aux_sym_cmd_identifier_token36] = ACTIONS(2499), + [aux_sym_cmd_identifier_token37] = ACTIONS(2499), + [aux_sym_cmd_identifier_token38] = ACTIONS(2497), + [aux_sym_cmd_identifier_token39] = ACTIONS(2499), + [aux_sym_cmd_identifier_token40] = ACTIONS(2499), + [anon_sym_def] = ACTIONS(2497), + [anon_sym_export_DASHenv] = ACTIONS(2497), + [anon_sym_extern] = ACTIONS(2497), + [anon_sym_module] = ACTIONS(2497), + [anon_sym_use] = ACTIONS(2497), + [anon_sym_LPAREN] = ACTIONS(2499), + [anon_sym_DOLLAR] = ACTIONS(2499), + [anon_sym_error] = ACTIONS(2497), + [anon_sym_DASH2] = ACTIONS(2497), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2497), + [anon_sym_for] = ACTIONS(2497), + [anon_sym_in2] = ACTIONS(2497), + [anon_sym_loop] = ACTIONS(2497), + [anon_sym_make] = ACTIONS(2497), + [anon_sym_while] = ACTIONS(2497), + [anon_sym_do] = ACTIONS(2497), + [anon_sym_if] = ACTIONS(2497), + [anon_sym_else] = ACTIONS(2497), + [anon_sym_match] = ACTIONS(2497), + [anon_sym_RBRACE] = ACTIONS(2499), + [anon_sym_try] = ACTIONS(2497), + [anon_sym_catch] = ACTIONS(2497), + [anon_sym_return] = ACTIONS(2497), + [anon_sym_source] = ACTIONS(2497), + [anon_sym_source_DASHenv] = ACTIONS(2497), + [anon_sym_register] = ACTIONS(2497), + [anon_sym_hide] = ACTIONS(2497), + [anon_sym_hide_DASHenv] = ACTIONS(2497), + [anon_sym_overlay] = ACTIONS(2497), + [anon_sym_as] = ACTIONS(2497), + [anon_sym_PLUS2] = ACTIONS(2497), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2499), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2499), + [aux_sym__val_number_decimal_token1] = ACTIONS(2497), + [aux_sym__val_number_decimal_token2] = ACTIONS(2499), + [aux_sym__val_number_decimal_token3] = ACTIONS(2499), + [aux_sym__val_number_decimal_token4] = ACTIONS(2499), + [aux_sym__val_number_token1] = ACTIONS(2499), + [aux_sym__val_number_token2] = ACTIONS(2499), + [aux_sym__val_number_token3] = ACTIONS(2499), + [aux_sym__val_number_token4] = ACTIONS(2497), + [aux_sym__val_number_token5] = ACTIONS(2497), + [aux_sym__val_number_token6] = ACTIONS(2497), + [anon_sym_DQUOTE] = ACTIONS(2499), + [sym__str_single_quotes] = ACTIONS(2499), + [sym__str_back_ticks] = ACTIONS(2499), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2499), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2499), + }, + [745] = { + [sym_comment] = STATE(745), + [anon_sym_export] = ACTIONS(2140), + [anon_sym_alias] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_let_DASHenv] = ACTIONS(2140), + [anon_sym_mut] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [aux_sym_cmd_identifier_token1] = ACTIONS(2140), + [aux_sym_cmd_identifier_token2] = ACTIONS(2142), + [aux_sym_cmd_identifier_token3] = ACTIONS(2142), + [aux_sym_cmd_identifier_token4] = ACTIONS(2142), + [aux_sym_cmd_identifier_token5] = ACTIONS(2142), + [aux_sym_cmd_identifier_token6] = ACTIONS(2142), + [aux_sym_cmd_identifier_token7] = ACTIONS(2142), + [aux_sym_cmd_identifier_token8] = ACTIONS(2140), + [aux_sym_cmd_identifier_token9] = ACTIONS(2140), + [aux_sym_cmd_identifier_token10] = ACTIONS(2142), + [aux_sym_cmd_identifier_token11] = ACTIONS(2142), + [aux_sym_cmd_identifier_token12] = ACTIONS(2140), + [aux_sym_cmd_identifier_token13] = ACTIONS(2140), + [aux_sym_cmd_identifier_token14] = ACTIONS(2140), + [aux_sym_cmd_identifier_token15] = ACTIONS(2140), + [aux_sym_cmd_identifier_token16] = ACTIONS(2142), + [aux_sym_cmd_identifier_token17] = ACTIONS(2142), + [aux_sym_cmd_identifier_token18] = ACTIONS(2142), + [aux_sym_cmd_identifier_token19] = ACTIONS(2142), + [aux_sym_cmd_identifier_token20] = ACTIONS(2142), + [aux_sym_cmd_identifier_token21] = ACTIONS(2142), + [aux_sym_cmd_identifier_token22] = ACTIONS(2142), + [aux_sym_cmd_identifier_token23] = ACTIONS(2142), + [aux_sym_cmd_identifier_token24] = ACTIONS(2142), + [aux_sym_cmd_identifier_token25] = ACTIONS(2142), + [aux_sym_cmd_identifier_token26] = ACTIONS(2142), + [aux_sym_cmd_identifier_token27] = ACTIONS(2142), + [aux_sym_cmd_identifier_token28] = ACTIONS(2142), + [aux_sym_cmd_identifier_token29] = ACTIONS(2142), + [aux_sym_cmd_identifier_token30] = ACTIONS(2142), + [aux_sym_cmd_identifier_token31] = ACTIONS(2142), + [aux_sym_cmd_identifier_token32] = ACTIONS(2142), + [aux_sym_cmd_identifier_token33] = ACTIONS(2142), + [aux_sym_cmd_identifier_token34] = ACTIONS(2140), + [aux_sym_cmd_identifier_token35] = ACTIONS(2142), + [aux_sym_cmd_identifier_token36] = ACTIONS(2142), + [aux_sym_cmd_identifier_token37] = ACTIONS(2142), + [aux_sym_cmd_identifier_token38] = ACTIONS(2140), + [aux_sym_cmd_identifier_token39] = ACTIONS(2142), + [aux_sym_cmd_identifier_token40] = ACTIONS(2142), + [anon_sym_def] = ACTIONS(2140), + [anon_sym_export_DASHenv] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_module] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_LPAREN] = ACTIONS(2142), + [anon_sym_DOLLAR] = ACTIONS(2142), + [anon_sym_error] = ACTIONS(2140), + [anon_sym_DASH2] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_in2] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_make] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_do] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_else] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_try] = ACTIONS(2140), + [anon_sym_catch] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_source] = ACTIONS(2140), + [anon_sym_source_DASHenv] = ACTIONS(2140), + [anon_sym_register] = ACTIONS(2140), + [anon_sym_hide] = ACTIONS(2140), + [anon_sym_hide_DASHenv] = ACTIONS(2140), + [anon_sym_overlay] = ACTIONS(2140), + [anon_sym_as] = ACTIONS(2140), + [anon_sym_PLUS2] = ACTIONS(2140), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2142), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2142), + [aux_sym__val_number_decimal_token1] = ACTIONS(2140), + [aux_sym__val_number_decimal_token2] = ACTIONS(2142), + [aux_sym__val_number_decimal_token3] = ACTIONS(2142), + [aux_sym__val_number_decimal_token4] = ACTIONS(2142), + [aux_sym__val_number_token1] = ACTIONS(2142), + [aux_sym__val_number_token2] = ACTIONS(2142), + [aux_sym__val_number_token3] = ACTIONS(2142), + [aux_sym__val_number_token4] = ACTIONS(2140), + [aux_sym__val_number_token5] = ACTIONS(2140), + [aux_sym__val_number_token6] = ACTIONS(2140), + [anon_sym_DQUOTE] = ACTIONS(2142), + [sym__str_single_quotes] = ACTIONS(2142), + [sym__str_back_ticks] = ACTIONS(2142), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2142), + }, + [746] = { + [sym_comment] = STATE(746), + [anon_sym_export] = ACTIONS(2337), + [anon_sym_alias] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_let_DASHenv] = ACTIONS(2337), + [anon_sym_mut] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [aux_sym_cmd_identifier_token1] = ACTIONS(2337), + [aux_sym_cmd_identifier_token2] = ACTIONS(2339), + [aux_sym_cmd_identifier_token3] = ACTIONS(2339), + [aux_sym_cmd_identifier_token4] = ACTIONS(2339), + [aux_sym_cmd_identifier_token5] = ACTIONS(2339), + [aux_sym_cmd_identifier_token6] = ACTIONS(2339), + [aux_sym_cmd_identifier_token7] = ACTIONS(2339), + [aux_sym_cmd_identifier_token8] = ACTIONS(2337), + [aux_sym_cmd_identifier_token9] = ACTIONS(2337), + [aux_sym_cmd_identifier_token10] = ACTIONS(2339), + [aux_sym_cmd_identifier_token11] = ACTIONS(2339), + [aux_sym_cmd_identifier_token12] = ACTIONS(2337), + [aux_sym_cmd_identifier_token13] = ACTIONS(2337), + [aux_sym_cmd_identifier_token14] = ACTIONS(2337), + [aux_sym_cmd_identifier_token15] = ACTIONS(2337), + [aux_sym_cmd_identifier_token16] = ACTIONS(2339), + [aux_sym_cmd_identifier_token17] = ACTIONS(2339), + [aux_sym_cmd_identifier_token18] = ACTIONS(2339), + [aux_sym_cmd_identifier_token19] = ACTIONS(2339), + [aux_sym_cmd_identifier_token20] = ACTIONS(2339), + [aux_sym_cmd_identifier_token21] = ACTIONS(2339), + [aux_sym_cmd_identifier_token22] = ACTIONS(2339), + [aux_sym_cmd_identifier_token23] = ACTIONS(2339), + [aux_sym_cmd_identifier_token24] = ACTIONS(2339), + [aux_sym_cmd_identifier_token25] = ACTIONS(2339), + [aux_sym_cmd_identifier_token26] = ACTIONS(2339), + [aux_sym_cmd_identifier_token27] = ACTIONS(2339), + [aux_sym_cmd_identifier_token28] = ACTIONS(2339), + [aux_sym_cmd_identifier_token29] = ACTIONS(2339), + [aux_sym_cmd_identifier_token30] = ACTIONS(2339), + [aux_sym_cmd_identifier_token31] = ACTIONS(2339), + [aux_sym_cmd_identifier_token32] = ACTIONS(2339), + [aux_sym_cmd_identifier_token33] = ACTIONS(2339), + [aux_sym_cmd_identifier_token34] = ACTIONS(2337), + [aux_sym_cmd_identifier_token35] = ACTIONS(2339), + [aux_sym_cmd_identifier_token36] = ACTIONS(2339), + [aux_sym_cmd_identifier_token37] = ACTIONS(2339), + [aux_sym_cmd_identifier_token38] = ACTIONS(2337), + [aux_sym_cmd_identifier_token39] = ACTIONS(2339), + [aux_sym_cmd_identifier_token40] = ACTIONS(2339), + [anon_sym_def] = ACTIONS(2337), + [anon_sym_export_DASHenv] = ACTIONS(2337), + [anon_sym_extern] = ACTIONS(2337), + [anon_sym_module] = ACTIONS(2337), + [anon_sym_use] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2339), + [anon_sym_DOLLAR] = ACTIONS(2339), + [anon_sym_error] = ACTIONS(2337), + [anon_sym_DASH2] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_in2] = ACTIONS(2337), + [anon_sym_loop] = ACTIONS(2337), + [anon_sym_make] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_do] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_else] = ACTIONS(2337), + [anon_sym_match] = ACTIONS(2337), + [anon_sym_RBRACE] = ACTIONS(2339), + [anon_sym_try] = ACTIONS(2337), + [anon_sym_catch] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_source] = ACTIONS(2337), + [anon_sym_source_DASHenv] = ACTIONS(2337), + [anon_sym_register] = ACTIONS(2337), + [anon_sym_hide] = ACTIONS(2337), + [anon_sym_hide_DASHenv] = ACTIONS(2337), + [anon_sym_overlay] = ACTIONS(2337), + [anon_sym_as] = ACTIONS(2337), + [anon_sym_PLUS2] = ACTIONS(2337), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2339), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2339), + [aux_sym__val_number_decimal_token1] = ACTIONS(2337), + [aux_sym__val_number_decimal_token2] = ACTIONS(2339), + [aux_sym__val_number_decimal_token3] = ACTIONS(2339), + [aux_sym__val_number_decimal_token4] = ACTIONS(2339), + [aux_sym__val_number_token1] = ACTIONS(2339), + [aux_sym__val_number_token2] = ACTIONS(2339), + [aux_sym__val_number_token3] = ACTIONS(2339), + [aux_sym__val_number_token4] = ACTIONS(2337), + [aux_sym__val_number_token5] = ACTIONS(2337), + [aux_sym__val_number_token6] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2339), + [sym__str_single_quotes] = ACTIONS(2339), + [sym__str_back_ticks] = ACTIONS(2339), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2339), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2339), + }, + [747] = { + [sym_comment] = STATE(747), + [anon_sym_export] = ACTIONS(2341), + [anon_sym_alias] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_let_DASHenv] = ACTIONS(2341), + [anon_sym_mut] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [aux_sym_cmd_identifier_token1] = ACTIONS(2341), + [aux_sym_cmd_identifier_token2] = ACTIONS(2343), + [aux_sym_cmd_identifier_token3] = ACTIONS(2343), + [aux_sym_cmd_identifier_token4] = ACTIONS(2343), + [aux_sym_cmd_identifier_token5] = ACTIONS(2343), + [aux_sym_cmd_identifier_token6] = ACTIONS(2343), + [aux_sym_cmd_identifier_token7] = ACTIONS(2343), + [aux_sym_cmd_identifier_token8] = ACTIONS(2341), + [aux_sym_cmd_identifier_token9] = ACTIONS(2341), + [aux_sym_cmd_identifier_token10] = ACTIONS(2343), + [aux_sym_cmd_identifier_token11] = ACTIONS(2343), + [aux_sym_cmd_identifier_token12] = ACTIONS(2341), + [aux_sym_cmd_identifier_token13] = ACTIONS(2341), + [aux_sym_cmd_identifier_token14] = ACTIONS(2341), + [aux_sym_cmd_identifier_token15] = ACTIONS(2341), + [aux_sym_cmd_identifier_token16] = ACTIONS(2343), + [aux_sym_cmd_identifier_token17] = ACTIONS(2343), + [aux_sym_cmd_identifier_token18] = ACTIONS(2343), + [aux_sym_cmd_identifier_token19] = ACTIONS(2343), + [aux_sym_cmd_identifier_token20] = ACTIONS(2343), + [aux_sym_cmd_identifier_token21] = ACTIONS(2343), + [aux_sym_cmd_identifier_token22] = ACTIONS(2343), + [aux_sym_cmd_identifier_token23] = ACTIONS(2343), + [aux_sym_cmd_identifier_token24] = ACTIONS(2343), + [aux_sym_cmd_identifier_token25] = ACTIONS(2343), + [aux_sym_cmd_identifier_token26] = ACTIONS(2343), + [aux_sym_cmd_identifier_token27] = ACTIONS(2343), + [aux_sym_cmd_identifier_token28] = ACTIONS(2343), + [aux_sym_cmd_identifier_token29] = ACTIONS(2343), + [aux_sym_cmd_identifier_token30] = ACTIONS(2343), + [aux_sym_cmd_identifier_token31] = ACTIONS(2343), + [aux_sym_cmd_identifier_token32] = ACTIONS(2343), + [aux_sym_cmd_identifier_token33] = ACTIONS(2343), + [aux_sym_cmd_identifier_token34] = ACTIONS(2341), + [aux_sym_cmd_identifier_token35] = ACTIONS(2343), + [aux_sym_cmd_identifier_token36] = ACTIONS(2343), + [aux_sym_cmd_identifier_token37] = ACTIONS(2343), + [aux_sym_cmd_identifier_token38] = ACTIONS(2341), + [aux_sym_cmd_identifier_token39] = ACTIONS(2343), + [aux_sym_cmd_identifier_token40] = ACTIONS(2343), + [anon_sym_def] = ACTIONS(2341), + [anon_sym_export_DASHenv] = ACTIONS(2341), + [anon_sym_extern] = ACTIONS(2341), + [anon_sym_module] = ACTIONS(2341), + [anon_sym_use] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2343), + [anon_sym_DOLLAR] = ACTIONS(2343), + [anon_sym_error] = ACTIONS(2341), + [anon_sym_DASH2] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_in2] = ACTIONS(2341), + [anon_sym_loop] = ACTIONS(2341), + [anon_sym_make] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_do] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_else] = ACTIONS(2341), + [anon_sym_match] = ACTIONS(2341), + [anon_sym_RBRACE] = ACTIONS(2343), + [anon_sym_try] = ACTIONS(2341), + [anon_sym_catch] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_source] = ACTIONS(2341), + [anon_sym_source_DASHenv] = ACTIONS(2341), + [anon_sym_register] = ACTIONS(2341), + [anon_sym_hide] = ACTIONS(2341), + [anon_sym_hide_DASHenv] = ACTIONS(2341), + [anon_sym_overlay] = ACTIONS(2341), + [anon_sym_as] = ACTIONS(2341), + [anon_sym_PLUS2] = ACTIONS(2341), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2343), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2343), + [aux_sym__val_number_decimal_token1] = ACTIONS(2341), + [aux_sym__val_number_decimal_token2] = ACTIONS(2343), + [aux_sym__val_number_decimal_token3] = ACTIONS(2343), + [aux_sym__val_number_decimal_token4] = ACTIONS(2343), + [aux_sym__val_number_token1] = ACTIONS(2343), + [aux_sym__val_number_token2] = ACTIONS(2343), + [aux_sym__val_number_token3] = ACTIONS(2343), + [aux_sym__val_number_token4] = ACTIONS(2341), + [aux_sym__val_number_token5] = ACTIONS(2341), + [aux_sym__val_number_token6] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2343), + [sym__str_single_quotes] = ACTIONS(2343), + [sym__str_back_ticks] = ACTIONS(2343), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2343), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2343), + }, + [748] = { + [sym_comment] = STATE(748), + [anon_sym_export] = ACTIONS(1725), + [anon_sym_alias] = ACTIONS(1725), + [anon_sym_let] = ACTIONS(1725), + [anon_sym_let_DASHenv] = ACTIONS(1725), + [anon_sym_mut] = ACTIONS(1725), + [anon_sym_const] = ACTIONS(1725), + [aux_sym_cmd_identifier_token1] = ACTIONS(1725), + [aux_sym_cmd_identifier_token2] = ACTIONS(1727), + [aux_sym_cmd_identifier_token3] = ACTIONS(1727), + [aux_sym_cmd_identifier_token4] = ACTIONS(1727), + [aux_sym_cmd_identifier_token5] = ACTIONS(1727), + [aux_sym_cmd_identifier_token6] = ACTIONS(1727), + [aux_sym_cmd_identifier_token7] = ACTIONS(1727), + [aux_sym_cmd_identifier_token8] = ACTIONS(1725), + [aux_sym_cmd_identifier_token9] = ACTIONS(1725), + [aux_sym_cmd_identifier_token10] = ACTIONS(1727), + [aux_sym_cmd_identifier_token11] = ACTIONS(1727), + [aux_sym_cmd_identifier_token12] = ACTIONS(1725), + [aux_sym_cmd_identifier_token13] = ACTIONS(1725), + [aux_sym_cmd_identifier_token14] = ACTIONS(1725), + [aux_sym_cmd_identifier_token15] = ACTIONS(1725), + [aux_sym_cmd_identifier_token16] = ACTIONS(1727), + [aux_sym_cmd_identifier_token17] = ACTIONS(1727), + [aux_sym_cmd_identifier_token18] = ACTIONS(1727), + [aux_sym_cmd_identifier_token19] = ACTIONS(1727), + [aux_sym_cmd_identifier_token20] = ACTIONS(1727), + [aux_sym_cmd_identifier_token21] = ACTIONS(1727), + [aux_sym_cmd_identifier_token22] = ACTIONS(1727), + [aux_sym_cmd_identifier_token23] = ACTIONS(1727), + [aux_sym_cmd_identifier_token24] = ACTIONS(1727), + [aux_sym_cmd_identifier_token25] = ACTIONS(1727), + [aux_sym_cmd_identifier_token26] = ACTIONS(1727), + [aux_sym_cmd_identifier_token27] = ACTIONS(1727), + [aux_sym_cmd_identifier_token28] = ACTIONS(1727), + [aux_sym_cmd_identifier_token29] = ACTIONS(1727), + [aux_sym_cmd_identifier_token30] = ACTIONS(1727), + [aux_sym_cmd_identifier_token31] = ACTIONS(1727), + [aux_sym_cmd_identifier_token32] = ACTIONS(1727), + [aux_sym_cmd_identifier_token33] = ACTIONS(1727), + [aux_sym_cmd_identifier_token34] = ACTIONS(1725), + [aux_sym_cmd_identifier_token35] = ACTIONS(1727), + [aux_sym_cmd_identifier_token36] = ACTIONS(1727), + [aux_sym_cmd_identifier_token37] = ACTIONS(1727), + [aux_sym_cmd_identifier_token38] = ACTIONS(1725), + [aux_sym_cmd_identifier_token39] = ACTIONS(1727), + [aux_sym_cmd_identifier_token40] = ACTIONS(1727), + [anon_sym_def] = ACTIONS(1725), + [anon_sym_export_DASHenv] = ACTIONS(1725), + [anon_sym_extern] = ACTIONS(1725), + [anon_sym_module] = ACTIONS(1725), + [anon_sym_use] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1727), + [anon_sym_error] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_break] = ACTIONS(1725), + [anon_sym_continue] = ACTIONS(1725), + [anon_sym_for] = ACTIONS(1725), + [anon_sym_in2] = ACTIONS(1725), + [anon_sym_loop] = ACTIONS(1725), + [anon_sym_make] = ACTIONS(1725), + [anon_sym_while] = ACTIONS(1725), + [anon_sym_do] = ACTIONS(1725), + [anon_sym_if] = ACTIONS(1725), + [anon_sym_else] = ACTIONS(1725), + [anon_sym_match] = ACTIONS(1725), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_try] = ACTIONS(1725), + [anon_sym_catch] = ACTIONS(1725), + [anon_sym_return] = ACTIONS(1725), + [anon_sym_source] = ACTIONS(1725), + [anon_sym_source_DASHenv] = ACTIONS(1725), + [anon_sym_register] = ACTIONS(1725), + [anon_sym_hide] = ACTIONS(1725), + [anon_sym_hide_DASHenv] = ACTIONS(1725), + [anon_sym_overlay] = ACTIONS(1725), + [anon_sym_as] = ACTIONS(1725), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1725), + [aux_sym__val_number_token5] = ACTIONS(1725), + [aux_sym__val_number_token6] = ACTIONS(1725), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1727), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [749] = { + [sym_comment] = STATE(749), + [anon_sym_export] = ACTIONS(1757), + [anon_sym_alias] = ACTIONS(1757), + [anon_sym_let] = ACTIONS(1757), + [anon_sym_let_DASHenv] = ACTIONS(1757), + [anon_sym_mut] = ACTIONS(1757), + [anon_sym_const] = ACTIONS(1757), + [aux_sym_cmd_identifier_token1] = ACTIONS(1757), + [aux_sym_cmd_identifier_token2] = ACTIONS(1759), + [aux_sym_cmd_identifier_token3] = ACTIONS(1759), + [aux_sym_cmd_identifier_token4] = ACTIONS(1759), + [aux_sym_cmd_identifier_token5] = ACTIONS(1759), + [aux_sym_cmd_identifier_token6] = ACTIONS(1759), + [aux_sym_cmd_identifier_token7] = ACTIONS(1759), + [aux_sym_cmd_identifier_token8] = ACTIONS(1757), + [aux_sym_cmd_identifier_token9] = ACTIONS(1757), + [aux_sym_cmd_identifier_token10] = ACTIONS(1759), + [aux_sym_cmd_identifier_token11] = ACTIONS(1759), + [aux_sym_cmd_identifier_token12] = ACTIONS(1757), + [aux_sym_cmd_identifier_token13] = ACTIONS(1757), + [aux_sym_cmd_identifier_token14] = ACTIONS(1757), + [aux_sym_cmd_identifier_token15] = ACTIONS(1757), + [aux_sym_cmd_identifier_token16] = ACTIONS(1759), + [aux_sym_cmd_identifier_token17] = ACTIONS(1759), + [aux_sym_cmd_identifier_token18] = ACTIONS(1759), + [aux_sym_cmd_identifier_token19] = ACTIONS(1759), + [aux_sym_cmd_identifier_token20] = ACTIONS(1759), + [aux_sym_cmd_identifier_token21] = ACTIONS(1759), + [aux_sym_cmd_identifier_token22] = ACTIONS(1759), + [aux_sym_cmd_identifier_token23] = ACTIONS(1759), + [aux_sym_cmd_identifier_token24] = ACTIONS(1759), + [aux_sym_cmd_identifier_token25] = ACTIONS(1759), + [aux_sym_cmd_identifier_token26] = ACTIONS(1759), + [aux_sym_cmd_identifier_token27] = ACTIONS(1759), + [aux_sym_cmd_identifier_token28] = ACTIONS(1759), + [aux_sym_cmd_identifier_token29] = ACTIONS(1759), + [aux_sym_cmd_identifier_token30] = ACTIONS(1759), + [aux_sym_cmd_identifier_token31] = ACTIONS(1759), + [aux_sym_cmd_identifier_token32] = ACTIONS(1759), + [aux_sym_cmd_identifier_token33] = ACTIONS(1759), + [aux_sym_cmd_identifier_token34] = ACTIONS(1757), + [aux_sym_cmd_identifier_token35] = ACTIONS(1759), + [aux_sym_cmd_identifier_token36] = ACTIONS(1759), + [aux_sym_cmd_identifier_token37] = ACTIONS(1759), + [aux_sym_cmd_identifier_token38] = ACTIONS(1757), + [aux_sym_cmd_identifier_token39] = ACTIONS(1759), + [aux_sym_cmd_identifier_token40] = ACTIONS(1759), + [anon_sym_def] = ACTIONS(1757), + [anon_sym_export_DASHenv] = ACTIONS(1757), + [anon_sym_extern] = ACTIONS(1757), + [anon_sym_module] = ACTIONS(1757), + [anon_sym_use] = ACTIONS(1757), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1759), + [anon_sym_error] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_break] = ACTIONS(1757), + [anon_sym_continue] = ACTIONS(1757), + [anon_sym_for] = ACTIONS(1757), + [anon_sym_in2] = ACTIONS(1757), + [anon_sym_loop] = ACTIONS(1757), + [anon_sym_make] = ACTIONS(1757), + [anon_sym_while] = ACTIONS(1757), + [anon_sym_do] = ACTIONS(1757), + [anon_sym_if] = ACTIONS(1757), + [anon_sym_else] = ACTIONS(1757), + [anon_sym_match] = ACTIONS(1757), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_try] = ACTIONS(1757), + [anon_sym_catch] = ACTIONS(1757), + [anon_sym_return] = ACTIONS(1757), + [anon_sym_source] = ACTIONS(1757), + [anon_sym_source_DASHenv] = ACTIONS(1757), + [anon_sym_register] = ACTIONS(1757), + [anon_sym_hide] = ACTIONS(1757), + [anon_sym_hide_DASHenv] = ACTIONS(1757), + [anon_sym_overlay] = ACTIONS(1757), + [anon_sym_as] = ACTIONS(1757), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1757), + [aux_sym__val_number_token5] = ACTIONS(1757), + [aux_sym__val_number_token6] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1759), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [750] = { + [sym_comment] = STATE(750), + [anon_sym_export] = ACTIONS(1765), + [anon_sym_alias] = ACTIONS(1765), + [anon_sym_let] = ACTIONS(1765), + [anon_sym_let_DASHenv] = ACTIONS(1765), + [anon_sym_mut] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [aux_sym_cmd_identifier_token1] = ACTIONS(1765), + [aux_sym_cmd_identifier_token2] = ACTIONS(1767), + [aux_sym_cmd_identifier_token3] = ACTIONS(1767), + [aux_sym_cmd_identifier_token4] = ACTIONS(1767), + [aux_sym_cmd_identifier_token5] = ACTIONS(1767), + [aux_sym_cmd_identifier_token6] = ACTIONS(1767), + [aux_sym_cmd_identifier_token7] = ACTIONS(1767), + [aux_sym_cmd_identifier_token8] = ACTIONS(1765), + [aux_sym_cmd_identifier_token9] = ACTIONS(1765), + [aux_sym_cmd_identifier_token10] = ACTIONS(1767), + [aux_sym_cmd_identifier_token11] = ACTIONS(1767), + [aux_sym_cmd_identifier_token12] = ACTIONS(1765), + [aux_sym_cmd_identifier_token13] = ACTIONS(1765), + [aux_sym_cmd_identifier_token14] = ACTIONS(1765), + [aux_sym_cmd_identifier_token15] = ACTIONS(1765), + [aux_sym_cmd_identifier_token16] = ACTIONS(1767), + [aux_sym_cmd_identifier_token17] = ACTIONS(1767), + [aux_sym_cmd_identifier_token18] = ACTIONS(1767), + [aux_sym_cmd_identifier_token19] = ACTIONS(1767), + [aux_sym_cmd_identifier_token20] = ACTIONS(1767), + [aux_sym_cmd_identifier_token21] = ACTIONS(1767), + [aux_sym_cmd_identifier_token22] = ACTIONS(1767), + [aux_sym_cmd_identifier_token23] = ACTIONS(1767), + [aux_sym_cmd_identifier_token24] = ACTIONS(1767), + [aux_sym_cmd_identifier_token25] = ACTIONS(1767), + [aux_sym_cmd_identifier_token26] = ACTIONS(1767), + [aux_sym_cmd_identifier_token27] = ACTIONS(1767), + [aux_sym_cmd_identifier_token28] = ACTIONS(1767), + [aux_sym_cmd_identifier_token29] = ACTIONS(1767), + [aux_sym_cmd_identifier_token30] = ACTIONS(1767), + [aux_sym_cmd_identifier_token31] = ACTIONS(1767), + [aux_sym_cmd_identifier_token32] = ACTIONS(1767), + [aux_sym_cmd_identifier_token33] = ACTIONS(1767), + [aux_sym_cmd_identifier_token34] = ACTIONS(1765), + [aux_sym_cmd_identifier_token35] = ACTIONS(1767), + [aux_sym_cmd_identifier_token36] = ACTIONS(1767), + [aux_sym_cmd_identifier_token37] = ACTIONS(1767), + [aux_sym_cmd_identifier_token38] = ACTIONS(1765), + [aux_sym_cmd_identifier_token39] = ACTIONS(1767), + [aux_sym_cmd_identifier_token40] = ACTIONS(1767), + [anon_sym_def] = ACTIONS(1765), + [anon_sym_export_DASHenv] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym_module] = ACTIONS(1765), + [anon_sym_use] = ACTIONS(1765), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1767), + [anon_sym_error] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_in2] = ACTIONS(1765), + [anon_sym_loop] = ACTIONS(1765), + [anon_sym_make] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_else] = ACTIONS(1765), + [anon_sym_match] = ACTIONS(1765), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_try] = ACTIONS(1765), + [anon_sym_catch] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_source] = ACTIONS(1765), + [anon_sym_source_DASHenv] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_hide] = ACTIONS(1765), + [anon_sym_hide_DASHenv] = ACTIONS(1765), + [anon_sym_overlay] = ACTIONS(1765), + [anon_sym_as] = ACTIONS(1765), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1765), + [aux_sym__val_number_token5] = ACTIONS(1765), + [aux_sym__val_number_token6] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1767), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [751] = { + [sym_comment] = STATE(751), + [anon_sym_export] = ACTIONS(1861), + [anon_sym_alias] = ACTIONS(1861), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_let_DASHenv] = ACTIONS(1861), + [anon_sym_mut] = ACTIONS(1861), + [anon_sym_const] = ACTIONS(1861), + [aux_sym_cmd_identifier_token1] = ACTIONS(1861), + [aux_sym_cmd_identifier_token2] = ACTIONS(1863), + [aux_sym_cmd_identifier_token3] = ACTIONS(1863), + [aux_sym_cmd_identifier_token4] = ACTIONS(1863), + [aux_sym_cmd_identifier_token5] = ACTIONS(1863), + [aux_sym_cmd_identifier_token6] = ACTIONS(1863), + [aux_sym_cmd_identifier_token7] = ACTIONS(1863), + [aux_sym_cmd_identifier_token8] = ACTIONS(1861), + [aux_sym_cmd_identifier_token9] = ACTIONS(1861), + [aux_sym_cmd_identifier_token10] = ACTIONS(1863), + [aux_sym_cmd_identifier_token11] = ACTIONS(1863), + [aux_sym_cmd_identifier_token12] = ACTIONS(1861), + [aux_sym_cmd_identifier_token13] = ACTIONS(1861), + [aux_sym_cmd_identifier_token14] = ACTIONS(1861), + [aux_sym_cmd_identifier_token15] = ACTIONS(1861), + [aux_sym_cmd_identifier_token16] = ACTIONS(1863), + [aux_sym_cmd_identifier_token17] = ACTIONS(1863), + [aux_sym_cmd_identifier_token18] = ACTIONS(1863), + [aux_sym_cmd_identifier_token19] = ACTIONS(1863), + [aux_sym_cmd_identifier_token20] = ACTIONS(1863), + [aux_sym_cmd_identifier_token21] = ACTIONS(1863), + [aux_sym_cmd_identifier_token22] = ACTIONS(1863), + [aux_sym_cmd_identifier_token23] = ACTIONS(1863), + [aux_sym_cmd_identifier_token24] = ACTIONS(1863), + [aux_sym_cmd_identifier_token25] = ACTIONS(1863), + [aux_sym_cmd_identifier_token26] = ACTIONS(1863), + [aux_sym_cmd_identifier_token27] = ACTIONS(1863), + [aux_sym_cmd_identifier_token28] = ACTIONS(1863), + [aux_sym_cmd_identifier_token29] = ACTIONS(1863), + [aux_sym_cmd_identifier_token30] = ACTIONS(1863), + [aux_sym_cmd_identifier_token31] = ACTIONS(1863), + [aux_sym_cmd_identifier_token32] = ACTIONS(1863), + [aux_sym_cmd_identifier_token33] = ACTIONS(1863), + [aux_sym_cmd_identifier_token34] = ACTIONS(1861), + [aux_sym_cmd_identifier_token35] = ACTIONS(1863), + [aux_sym_cmd_identifier_token36] = ACTIONS(1863), + [aux_sym_cmd_identifier_token37] = ACTIONS(1863), + [aux_sym_cmd_identifier_token38] = ACTIONS(1861), + [aux_sym_cmd_identifier_token39] = ACTIONS(1863), + [aux_sym_cmd_identifier_token40] = ACTIONS(1863), + [anon_sym_def] = ACTIONS(1861), + [anon_sym_export_DASHenv] = ACTIONS(1861), + [anon_sym_extern] = ACTIONS(1861), + [anon_sym_module] = ACTIONS(1861), + [anon_sym_use] = ACTIONS(1861), + [anon_sym_LPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1863), + [anon_sym_error] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_break] = ACTIONS(1861), + [anon_sym_continue] = ACTIONS(1861), + [anon_sym_for] = ACTIONS(1861), + [anon_sym_in2] = ACTIONS(1861), + [anon_sym_loop] = ACTIONS(1861), + [anon_sym_make] = ACTIONS(1861), + [anon_sym_while] = ACTIONS(1861), + [anon_sym_do] = ACTIONS(1861), + [anon_sym_if] = ACTIONS(1861), + [anon_sym_else] = ACTIONS(1861), + [anon_sym_match] = ACTIONS(1861), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_try] = ACTIONS(1861), + [anon_sym_catch] = ACTIONS(1861), + [anon_sym_return] = ACTIONS(1861), + [anon_sym_source] = ACTIONS(1861), + [anon_sym_source_DASHenv] = ACTIONS(1861), + [anon_sym_register] = ACTIONS(1861), + [anon_sym_hide] = ACTIONS(1861), + [anon_sym_hide_DASHenv] = ACTIONS(1861), + [anon_sym_overlay] = ACTIONS(1861), + [anon_sym_as] = ACTIONS(1861), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1861), + [aux_sym__val_number_token5] = ACTIONS(1861), + [aux_sym__val_number_token6] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1863), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [752] = { + [sym_comment] = STATE(752), + [anon_sym_export] = ACTIONS(2144), + [anon_sym_alias] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_let_DASHenv] = ACTIONS(2144), + [anon_sym_mut] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [aux_sym_cmd_identifier_token1] = ACTIONS(2144), + [aux_sym_cmd_identifier_token2] = ACTIONS(2150), + [aux_sym_cmd_identifier_token3] = ACTIONS(2150), + [aux_sym_cmd_identifier_token4] = ACTIONS(2150), + [aux_sym_cmd_identifier_token5] = ACTIONS(2150), + [aux_sym_cmd_identifier_token6] = ACTIONS(2150), + [aux_sym_cmd_identifier_token7] = ACTIONS(2150), + [aux_sym_cmd_identifier_token8] = ACTIONS(2144), + [aux_sym_cmd_identifier_token9] = ACTIONS(2144), + [aux_sym_cmd_identifier_token10] = ACTIONS(2150), + [aux_sym_cmd_identifier_token11] = ACTIONS(2150), + [aux_sym_cmd_identifier_token12] = ACTIONS(2144), + [aux_sym_cmd_identifier_token13] = ACTIONS(2144), + [aux_sym_cmd_identifier_token14] = ACTIONS(2144), + [aux_sym_cmd_identifier_token15] = ACTIONS(2144), + [aux_sym_cmd_identifier_token16] = ACTIONS(2150), + [aux_sym_cmd_identifier_token17] = ACTIONS(2150), + [aux_sym_cmd_identifier_token18] = ACTIONS(2150), + [aux_sym_cmd_identifier_token19] = ACTIONS(2150), + [aux_sym_cmd_identifier_token20] = ACTIONS(2150), + [aux_sym_cmd_identifier_token21] = ACTIONS(2150), + [aux_sym_cmd_identifier_token22] = ACTIONS(2150), + [aux_sym_cmd_identifier_token23] = ACTIONS(2150), + [aux_sym_cmd_identifier_token24] = ACTIONS(2150), + [aux_sym_cmd_identifier_token25] = ACTIONS(2150), + [aux_sym_cmd_identifier_token26] = ACTIONS(2150), + [aux_sym_cmd_identifier_token27] = ACTIONS(2150), + [aux_sym_cmd_identifier_token28] = ACTIONS(2150), + [aux_sym_cmd_identifier_token29] = ACTIONS(2150), + [aux_sym_cmd_identifier_token30] = ACTIONS(2150), + [aux_sym_cmd_identifier_token31] = ACTIONS(2150), + [aux_sym_cmd_identifier_token32] = ACTIONS(2150), + [aux_sym_cmd_identifier_token33] = ACTIONS(2150), + [aux_sym_cmd_identifier_token34] = ACTIONS(2144), + [aux_sym_cmd_identifier_token35] = ACTIONS(2150), + [aux_sym_cmd_identifier_token36] = ACTIONS(2150), + [aux_sym_cmd_identifier_token37] = ACTIONS(2150), + [aux_sym_cmd_identifier_token38] = ACTIONS(2144), + [aux_sym_cmd_identifier_token39] = ACTIONS(2150), + [aux_sym_cmd_identifier_token40] = ACTIONS(2150), + [anon_sym_def] = ACTIONS(2144), + [anon_sym_export_DASHenv] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_module] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_DOLLAR] = ACTIONS(2150), + [anon_sym_error] = ACTIONS(2144), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_in2] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_make] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_do] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_else] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_try] = ACTIONS(2144), + [anon_sym_catch] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_source] = ACTIONS(2144), + [anon_sym_source_DASHenv] = ACTIONS(2144), + [anon_sym_register] = ACTIONS(2144), + [anon_sym_hide] = ACTIONS(2144), + [anon_sym_hide_DASHenv] = ACTIONS(2144), + [anon_sym_overlay] = ACTIONS(2144), + [anon_sym_as] = ACTIONS(2144), + [anon_sym_PLUS2] = ACTIONS(2144), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2150), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2150), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2150), + [aux_sym__val_number_decimal_token3] = ACTIONS(2150), + [aux_sym__val_number_decimal_token4] = ACTIONS(2150), + [aux_sym__val_number_token1] = ACTIONS(2150), + [aux_sym__val_number_token2] = ACTIONS(2150), + [aux_sym__val_number_token3] = ACTIONS(2150), + [aux_sym__val_number_token4] = ACTIONS(2144), + [aux_sym__val_number_token5] = ACTIONS(2144), + [aux_sym__val_number_token6] = ACTIONS(2144), + [anon_sym_DQUOTE] = ACTIONS(2150), + [sym__str_single_quotes] = ACTIONS(2150), + [sym__str_back_ticks] = ACTIONS(2150), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2150), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2150), + }, + [753] = { + [sym_comment] = STATE(753), + [anon_sym_export] = ACTIONS(2152), + [anon_sym_alias] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_let_DASHenv] = ACTIONS(2152), + [anon_sym_mut] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [aux_sym_cmd_identifier_token1] = ACTIONS(2152), + [aux_sym_cmd_identifier_token2] = ACTIONS(2158), + [aux_sym_cmd_identifier_token3] = ACTIONS(2158), + [aux_sym_cmd_identifier_token4] = ACTIONS(2158), + [aux_sym_cmd_identifier_token5] = ACTIONS(2158), + [aux_sym_cmd_identifier_token6] = ACTIONS(2158), + [aux_sym_cmd_identifier_token7] = ACTIONS(2158), + [aux_sym_cmd_identifier_token8] = ACTIONS(2152), + [aux_sym_cmd_identifier_token9] = ACTIONS(2152), + [aux_sym_cmd_identifier_token10] = ACTIONS(2158), + [aux_sym_cmd_identifier_token11] = ACTIONS(2158), + [aux_sym_cmd_identifier_token12] = ACTIONS(2152), + [aux_sym_cmd_identifier_token13] = ACTIONS(2152), + [aux_sym_cmd_identifier_token14] = ACTIONS(2152), + [aux_sym_cmd_identifier_token15] = ACTIONS(2152), + [aux_sym_cmd_identifier_token16] = ACTIONS(2158), + [aux_sym_cmd_identifier_token17] = ACTIONS(2158), + [aux_sym_cmd_identifier_token18] = ACTIONS(2158), + [aux_sym_cmd_identifier_token19] = ACTIONS(2158), + [aux_sym_cmd_identifier_token20] = ACTIONS(2158), + [aux_sym_cmd_identifier_token21] = ACTIONS(2158), + [aux_sym_cmd_identifier_token22] = ACTIONS(2158), + [aux_sym_cmd_identifier_token23] = ACTIONS(2158), + [aux_sym_cmd_identifier_token24] = ACTIONS(2158), + [aux_sym_cmd_identifier_token25] = ACTIONS(2158), + [aux_sym_cmd_identifier_token26] = ACTIONS(2158), + [aux_sym_cmd_identifier_token27] = ACTIONS(2158), + [aux_sym_cmd_identifier_token28] = ACTIONS(2158), + [aux_sym_cmd_identifier_token29] = ACTIONS(2158), + [aux_sym_cmd_identifier_token30] = ACTIONS(2158), + [aux_sym_cmd_identifier_token31] = ACTIONS(2158), + [aux_sym_cmd_identifier_token32] = ACTIONS(2158), + [aux_sym_cmd_identifier_token33] = ACTIONS(2158), + [aux_sym_cmd_identifier_token34] = ACTIONS(2152), + [aux_sym_cmd_identifier_token35] = ACTIONS(2158), + [aux_sym_cmd_identifier_token36] = ACTIONS(2158), + [aux_sym_cmd_identifier_token37] = ACTIONS(2158), + [aux_sym_cmd_identifier_token38] = ACTIONS(2152), + [aux_sym_cmd_identifier_token39] = ACTIONS(2158), + [aux_sym_cmd_identifier_token40] = ACTIONS(2158), + [anon_sym_def] = ACTIONS(2152), + [anon_sym_export_DASHenv] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_module] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(2158), + [anon_sym_error] = ACTIONS(2152), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_in2] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_make] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_do] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_else] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_try] = ACTIONS(2152), + [anon_sym_catch] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_source] = ACTIONS(2152), + [anon_sym_source_DASHenv] = ACTIONS(2152), + [anon_sym_register] = ACTIONS(2152), + [anon_sym_hide] = ACTIONS(2152), + [anon_sym_hide_DASHenv] = ACTIONS(2152), + [anon_sym_overlay] = ACTIONS(2152), + [anon_sym_as] = ACTIONS(2152), + [anon_sym_PLUS2] = ACTIONS(2152), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2158), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2158), + [aux_sym__val_number_decimal_token3] = ACTIONS(2158), + [aux_sym__val_number_decimal_token4] = ACTIONS(2158), + [aux_sym__val_number_token1] = ACTIONS(2158), + [aux_sym__val_number_token2] = ACTIONS(2158), + [aux_sym__val_number_token3] = ACTIONS(2158), + [aux_sym__val_number_token4] = ACTIONS(2152), + [aux_sym__val_number_token5] = ACTIONS(2152), + [aux_sym__val_number_token6] = ACTIONS(2152), + [anon_sym_DQUOTE] = ACTIONS(2158), + [sym__str_single_quotes] = ACTIONS(2158), + [sym__str_back_ticks] = ACTIONS(2158), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2158), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2158), + }, + [754] = { + [aux_sym__pipe_separator] = STATE(754), + [sym_comment] = STATE(754), + [aux_sym_shebang_repeat1] = STATE(5022), + [aux_sym_cmd_identifier_token1] = ACTIONS(2527), + [aux_sym_cmd_identifier_token2] = ACTIONS(2529), + [aux_sym_cmd_identifier_token3] = ACTIONS(2529), + [aux_sym_cmd_identifier_token4] = ACTIONS(2529), + [aux_sym_cmd_identifier_token5] = ACTIONS(2529), + [aux_sym_cmd_identifier_token6] = ACTIONS(2529), + [aux_sym_cmd_identifier_token7] = ACTIONS(2529), + [aux_sym_cmd_identifier_token8] = ACTIONS(2529), + [aux_sym_cmd_identifier_token9] = ACTIONS(2527), + [aux_sym_cmd_identifier_token10] = ACTIONS(2529), + [aux_sym_cmd_identifier_token11] = ACTIONS(2529), + [aux_sym_cmd_identifier_token12] = ACTIONS(2529), + [aux_sym_cmd_identifier_token13] = ACTIONS(2527), + [aux_sym_cmd_identifier_token14] = ACTIONS(2529), + [aux_sym_cmd_identifier_token15] = ACTIONS(2527), + [aux_sym_cmd_identifier_token16] = ACTIONS(2529), + [aux_sym_cmd_identifier_token17] = ACTIONS(2529), + [aux_sym_cmd_identifier_token18] = ACTIONS(2527), + [aux_sym_cmd_identifier_token19] = ACTIONS(2529), + [aux_sym_cmd_identifier_token20] = ACTIONS(2529), + [aux_sym_cmd_identifier_token21] = ACTIONS(2529), + [aux_sym_cmd_identifier_token22] = ACTIONS(2529), + [aux_sym_cmd_identifier_token23] = ACTIONS(2529), + [aux_sym_cmd_identifier_token24] = ACTIONS(2529), + [aux_sym_cmd_identifier_token25] = ACTIONS(2529), + [aux_sym_cmd_identifier_token26] = ACTIONS(2529), + [aux_sym_cmd_identifier_token27] = ACTIONS(2529), + [aux_sym_cmd_identifier_token28] = ACTIONS(2529), + [aux_sym_cmd_identifier_token29] = ACTIONS(2529), + [aux_sym_cmd_identifier_token30] = ACTIONS(2529), + [aux_sym_cmd_identifier_token31] = ACTIONS(2529), + [aux_sym_cmd_identifier_token32] = ACTIONS(2527), + [aux_sym_cmd_identifier_token33] = ACTIONS(2529), + [aux_sym_cmd_identifier_token34] = ACTIONS(2527), + [aux_sym_cmd_identifier_token35] = ACTIONS(2529), + [aux_sym_cmd_identifier_token36] = ACTIONS(2529), + [aux_sym_cmd_identifier_token37] = ACTIONS(2529), + [aux_sym_cmd_identifier_token38] = ACTIONS(2527), + [aux_sym_cmd_identifier_token39] = ACTIONS(2529), + [aux_sym_cmd_identifier_token40] = ACTIONS(2529), + [sym__newline] = ACTIONS(2531), + [anon_sym_PIPE] = ACTIONS(2534), + [anon_sym_err_GT_PIPE] = ACTIONS(2534), + [anon_sym_out_GT_PIPE] = ACTIONS(2534), + [anon_sym_e_GT_PIPE] = ACTIONS(2534), + [anon_sym_o_GT_PIPE] = ACTIONS(2534), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2534), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2534), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2534), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_DOLLAR] = ACTIONS(2527), + [anon_sym_DASH2] = ACTIONS(2527), + [anon_sym_break] = ACTIONS(2527), + [anon_sym_continue] = ACTIONS(2527), + [anon_sym_do] = ACTIONS(2527), + [anon_sym_if] = ACTIONS(2527), + [anon_sym_match] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2529), + [anon_sym_DOT_DOT] = ACTIONS(2527), + [anon_sym_try] = ACTIONS(2527), + [anon_sym_return] = ACTIONS(2527), + [anon_sym_where] = ACTIONS(2529), + [aux_sym_expr_unary_token1] = ACTIONS(2529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2529), + [anon_sym_DOT_DOT_LT] = ACTIONS(2529), + [anon_sym_null] = ACTIONS(2527), + [anon_sym_true] = ACTIONS(2527), + [anon_sym_false] = ACTIONS(2527), + [aux_sym__val_number_decimal_token1] = ACTIONS(2527), + [aux_sym__val_number_decimal_token2] = ACTIONS(2529), + [aux_sym__val_number_decimal_token3] = ACTIONS(2529), + [aux_sym__val_number_decimal_token4] = ACTIONS(2529), + [aux_sym__val_number_token1] = ACTIONS(2529), + [aux_sym__val_number_token2] = ACTIONS(2529), + [aux_sym__val_number_token3] = ACTIONS(2529), + [aux_sym__val_number_token4] = ACTIONS(2527), + [aux_sym__val_number_token5] = ACTIONS(2527), + [aux_sym__val_number_token6] = ACTIONS(2527), + [anon_sym_0b] = ACTIONS(2527), + [anon_sym_0o] = ACTIONS(2527), + [anon_sym_0x] = ACTIONS(2527), + [sym_val_date] = ACTIONS(2529), + [anon_sym_DQUOTE] = ACTIONS(2529), + [sym__str_single_quotes] = ACTIONS(2529), + [sym__str_back_ticks] = ACTIONS(2529), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2529), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2529), + [aux_sym_env_var_token1] = ACTIONS(2527), + [anon_sym_CARET] = ACTIONS(2529), + [aux_sym_command_token1] = ACTIONS(2529), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2529), + }, + [755] = { + [sym_comment] = STATE(755), + [anon_sym_export] = ACTIONS(1681), + [anon_sym_alias] = ACTIONS(1681), + [anon_sym_let] = ACTIONS(1681), + [anon_sym_let_DASHenv] = ACTIONS(1681), + [anon_sym_mut] = ACTIONS(1681), + [anon_sym_const] = ACTIONS(1681), + [aux_sym_cmd_identifier_token1] = ACTIONS(1681), + [aux_sym_cmd_identifier_token2] = ACTIONS(1693), + [aux_sym_cmd_identifier_token3] = ACTIONS(1693), + [aux_sym_cmd_identifier_token4] = ACTIONS(1693), + [aux_sym_cmd_identifier_token5] = ACTIONS(1693), + [aux_sym_cmd_identifier_token6] = ACTIONS(1693), + [aux_sym_cmd_identifier_token7] = ACTIONS(1693), + [aux_sym_cmd_identifier_token8] = ACTIONS(1681), + [aux_sym_cmd_identifier_token9] = ACTIONS(1681), + [aux_sym_cmd_identifier_token10] = ACTIONS(1693), + [aux_sym_cmd_identifier_token11] = ACTIONS(1693), + [aux_sym_cmd_identifier_token12] = ACTIONS(1681), + [aux_sym_cmd_identifier_token13] = ACTIONS(1681), + [aux_sym_cmd_identifier_token14] = ACTIONS(1681), + [aux_sym_cmd_identifier_token15] = ACTIONS(1681), + [aux_sym_cmd_identifier_token16] = ACTIONS(1693), + [aux_sym_cmd_identifier_token17] = ACTIONS(1693), + [aux_sym_cmd_identifier_token18] = ACTIONS(1693), + [aux_sym_cmd_identifier_token19] = ACTIONS(1693), + [aux_sym_cmd_identifier_token20] = ACTIONS(1693), + [aux_sym_cmd_identifier_token21] = ACTIONS(1693), + [aux_sym_cmd_identifier_token22] = ACTIONS(1693), + [aux_sym_cmd_identifier_token23] = ACTIONS(1693), + [aux_sym_cmd_identifier_token24] = ACTIONS(1693), + [aux_sym_cmd_identifier_token25] = ACTIONS(1693), + [aux_sym_cmd_identifier_token26] = ACTIONS(1693), + [aux_sym_cmd_identifier_token27] = ACTIONS(1693), + [aux_sym_cmd_identifier_token28] = ACTIONS(1693), + [aux_sym_cmd_identifier_token29] = ACTIONS(1693), + [aux_sym_cmd_identifier_token30] = ACTIONS(1693), + [aux_sym_cmd_identifier_token31] = ACTIONS(1693), + [aux_sym_cmd_identifier_token32] = ACTIONS(1693), + [aux_sym_cmd_identifier_token33] = ACTIONS(1693), + [aux_sym_cmd_identifier_token34] = ACTIONS(1681), + [aux_sym_cmd_identifier_token35] = ACTIONS(1693), + [aux_sym_cmd_identifier_token36] = ACTIONS(1693), + [aux_sym_cmd_identifier_token37] = ACTIONS(1693), + [aux_sym_cmd_identifier_token38] = ACTIONS(1681), + [aux_sym_cmd_identifier_token39] = ACTIONS(1693), + [aux_sym_cmd_identifier_token40] = ACTIONS(1693), + [anon_sym_def] = ACTIONS(1681), + [anon_sym_export_DASHenv] = ACTIONS(1681), + [anon_sym_extern] = ACTIONS(1681), + [anon_sym_module] = ACTIONS(1681), + [anon_sym_use] = ACTIONS(1681), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1693), + [anon_sym_error] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1681), + [anon_sym_continue] = ACTIONS(1681), + [anon_sym_for] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_loop] = ACTIONS(1681), + [anon_sym_make] = ACTIONS(1681), + [anon_sym_while] = ACTIONS(1681), + [anon_sym_do] = ACTIONS(1681), + [anon_sym_if] = ACTIONS(1681), + [anon_sym_else] = ACTIONS(1681), + [anon_sym_match] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_try] = ACTIONS(1681), + [anon_sym_catch] = ACTIONS(1681), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_source] = ACTIONS(1681), + [anon_sym_source_DASHenv] = ACTIONS(1681), + [anon_sym_register] = ACTIONS(1681), + [anon_sym_hide] = ACTIONS(1681), + [anon_sym_hide_DASHenv] = ACTIONS(1681), + [anon_sym_overlay] = ACTIONS(1681), + [anon_sym_as] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1693), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1681), + [aux_sym__val_number_token5] = ACTIONS(1681), + [aux_sym__val_number_token6] = ACTIONS(1681), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1693), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [756] = { + [sym_comment] = STATE(756), + [anon_sym_export] = ACTIONS(2160), + [anon_sym_alias] = ACTIONS(2160), + [anon_sym_let] = ACTIONS(2160), + [anon_sym_let_DASHenv] = ACTIONS(2160), + [anon_sym_mut] = ACTIONS(2160), + [anon_sym_const] = ACTIONS(2160), + [aux_sym_cmd_identifier_token1] = ACTIONS(2160), + [aux_sym_cmd_identifier_token2] = ACTIONS(2166), + [aux_sym_cmd_identifier_token3] = ACTIONS(2166), + [aux_sym_cmd_identifier_token4] = ACTIONS(2166), + [aux_sym_cmd_identifier_token5] = ACTIONS(2166), + [aux_sym_cmd_identifier_token6] = ACTIONS(2166), + [aux_sym_cmd_identifier_token7] = ACTIONS(2166), + [aux_sym_cmd_identifier_token8] = ACTIONS(2160), + [aux_sym_cmd_identifier_token9] = ACTIONS(2160), + [aux_sym_cmd_identifier_token10] = ACTIONS(2166), + [aux_sym_cmd_identifier_token11] = ACTIONS(2166), + [aux_sym_cmd_identifier_token12] = ACTIONS(2160), + [aux_sym_cmd_identifier_token13] = ACTIONS(2160), + [aux_sym_cmd_identifier_token14] = ACTIONS(2160), + [aux_sym_cmd_identifier_token15] = ACTIONS(2160), + [aux_sym_cmd_identifier_token16] = ACTIONS(2166), + [aux_sym_cmd_identifier_token17] = ACTIONS(2166), + [aux_sym_cmd_identifier_token18] = ACTIONS(2166), + [aux_sym_cmd_identifier_token19] = ACTIONS(2166), + [aux_sym_cmd_identifier_token20] = ACTIONS(2166), + [aux_sym_cmd_identifier_token21] = ACTIONS(2166), + [aux_sym_cmd_identifier_token22] = ACTIONS(2166), + [aux_sym_cmd_identifier_token23] = ACTIONS(2166), + [aux_sym_cmd_identifier_token24] = ACTIONS(2166), + [aux_sym_cmd_identifier_token25] = ACTIONS(2166), + [aux_sym_cmd_identifier_token26] = ACTIONS(2166), + [aux_sym_cmd_identifier_token27] = ACTIONS(2166), + [aux_sym_cmd_identifier_token28] = ACTIONS(2166), + [aux_sym_cmd_identifier_token29] = ACTIONS(2166), + [aux_sym_cmd_identifier_token30] = ACTIONS(2166), + [aux_sym_cmd_identifier_token31] = ACTIONS(2166), + [aux_sym_cmd_identifier_token32] = ACTIONS(2166), + [aux_sym_cmd_identifier_token33] = ACTIONS(2166), + [aux_sym_cmd_identifier_token34] = ACTIONS(2160), + [aux_sym_cmd_identifier_token35] = ACTIONS(2166), + [aux_sym_cmd_identifier_token36] = ACTIONS(2166), + [aux_sym_cmd_identifier_token37] = ACTIONS(2166), + [aux_sym_cmd_identifier_token38] = ACTIONS(2160), + [aux_sym_cmd_identifier_token39] = ACTIONS(2166), + [aux_sym_cmd_identifier_token40] = ACTIONS(2166), + [anon_sym_def] = ACTIONS(2160), + [anon_sym_export_DASHenv] = ACTIONS(2160), + [anon_sym_extern] = ACTIONS(2160), + [anon_sym_module] = ACTIONS(2160), + [anon_sym_use] = ACTIONS(2160), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_DOLLAR] = ACTIONS(2166), + [anon_sym_error] = ACTIONS(2160), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_break] = ACTIONS(2160), + [anon_sym_continue] = ACTIONS(2160), + [anon_sym_for] = ACTIONS(2160), + [anon_sym_in2] = ACTIONS(2160), + [anon_sym_loop] = ACTIONS(2160), + [anon_sym_make] = ACTIONS(2160), + [anon_sym_while] = ACTIONS(2160), + [anon_sym_do] = ACTIONS(2160), + [anon_sym_if] = ACTIONS(2160), + [anon_sym_else] = ACTIONS(2160), + [anon_sym_match] = ACTIONS(2160), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_try] = ACTIONS(2160), + [anon_sym_catch] = ACTIONS(2160), + [anon_sym_return] = ACTIONS(2160), + [anon_sym_source] = ACTIONS(2160), + [anon_sym_source_DASHenv] = ACTIONS(2160), + [anon_sym_register] = ACTIONS(2160), + [anon_sym_hide] = ACTIONS(2160), + [anon_sym_hide_DASHenv] = ACTIONS(2160), + [anon_sym_overlay] = ACTIONS(2160), + [anon_sym_as] = ACTIONS(2160), + [anon_sym_PLUS2] = ACTIONS(2160), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2166), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2166), + [aux_sym__val_number_decimal_token3] = ACTIONS(2166), + [aux_sym__val_number_decimal_token4] = ACTIONS(2166), + [aux_sym__val_number_token1] = ACTIONS(2166), + [aux_sym__val_number_token2] = ACTIONS(2166), + [aux_sym__val_number_token3] = ACTIONS(2166), + [aux_sym__val_number_token4] = ACTIONS(2160), + [aux_sym__val_number_token5] = ACTIONS(2160), + [aux_sym__val_number_token6] = ACTIONS(2160), + [anon_sym_DQUOTE] = ACTIONS(2166), + [sym__str_single_quotes] = ACTIONS(2166), + [sym__str_back_ticks] = ACTIONS(2166), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2166), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2166), + }, + [757] = { + [sym_comment] = STATE(757), + [anon_sym_export] = ACTIONS(2407), + [anon_sym_alias] = ACTIONS(2407), + [anon_sym_let] = ACTIONS(2407), + [anon_sym_let_DASHenv] = ACTIONS(2407), + [anon_sym_mut] = ACTIONS(2407), + [anon_sym_const] = ACTIONS(2407), + [aux_sym_cmd_identifier_token1] = ACTIONS(2407), + [aux_sym_cmd_identifier_token2] = ACTIONS(2409), + [aux_sym_cmd_identifier_token3] = ACTIONS(2409), + [aux_sym_cmd_identifier_token4] = ACTIONS(2409), + [aux_sym_cmd_identifier_token5] = ACTIONS(2409), + [aux_sym_cmd_identifier_token6] = ACTIONS(2409), + [aux_sym_cmd_identifier_token7] = ACTIONS(2409), + [aux_sym_cmd_identifier_token8] = ACTIONS(2407), + [aux_sym_cmd_identifier_token9] = ACTIONS(2407), + [aux_sym_cmd_identifier_token10] = ACTIONS(2409), + [aux_sym_cmd_identifier_token11] = ACTIONS(2409), + [aux_sym_cmd_identifier_token12] = ACTIONS(2407), + [aux_sym_cmd_identifier_token13] = ACTIONS(2407), + [aux_sym_cmd_identifier_token14] = ACTIONS(2407), + [aux_sym_cmd_identifier_token15] = ACTIONS(2407), + [aux_sym_cmd_identifier_token16] = ACTIONS(2409), + [aux_sym_cmd_identifier_token17] = ACTIONS(2409), + [aux_sym_cmd_identifier_token18] = ACTIONS(2409), + [aux_sym_cmd_identifier_token19] = ACTIONS(2409), + [aux_sym_cmd_identifier_token20] = ACTIONS(2409), + [aux_sym_cmd_identifier_token21] = ACTIONS(2409), + [aux_sym_cmd_identifier_token22] = ACTIONS(2409), + [aux_sym_cmd_identifier_token23] = ACTIONS(2409), + [aux_sym_cmd_identifier_token24] = ACTIONS(2409), + [aux_sym_cmd_identifier_token25] = ACTIONS(2409), + [aux_sym_cmd_identifier_token26] = ACTIONS(2409), + [aux_sym_cmd_identifier_token27] = ACTIONS(2409), + [aux_sym_cmd_identifier_token28] = ACTIONS(2409), + [aux_sym_cmd_identifier_token29] = ACTIONS(2409), + [aux_sym_cmd_identifier_token30] = ACTIONS(2409), + [aux_sym_cmd_identifier_token31] = ACTIONS(2409), + [aux_sym_cmd_identifier_token32] = ACTIONS(2409), + [aux_sym_cmd_identifier_token33] = ACTIONS(2409), + [aux_sym_cmd_identifier_token34] = ACTIONS(2407), + [aux_sym_cmd_identifier_token35] = ACTIONS(2409), + [aux_sym_cmd_identifier_token36] = ACTIONS(2409), + [aux_sym_cmd_identifier_token37] = ACTIONS(2409), + [aux_sym_cmd_identifier_token38] = ACTIONS(2407), + [aux_sym_cmd_identifier_token39] = ACTIONS(2409), + [aux_sym_cmd_identifier_token40] = ACTIONS(2409), + [anon_sym_def] = ACTIONS(2407), + [anon_sym_export_DASHenv] = ACTIONS(2407), + [anon_sym_extern] = ACTIONS(2407), + [anon_sym_module] = ACTIONS(2407), + [anon_sym_use] = ACTIONS(2407), + [anon_sym_LPAREN] = ACTIONS(2409), + [anon_sym_DOLLAR] = ACTIONS(2409), + [anon_sym_error] = ACTIONS(2407), + [anon_sym_DASH2] = ACTIONS(2407), + [anon_sym_break] = ACTIONS(2407), + [anon_sym_continue] = ACTIONS(2407), + [anon_sym_for] = ACTIONS(2407), + [anon_sym_in2] = ACTIONS(2407), + [anon_sym_loop] = ACTIONS(2407), + [anon_sym_make] = ACTIONS(2407), + [anon_sym_while] = ACTIONS(2407), + [anon_sym_do] = ACTIONS(2407), + [anon_sym_if] = ACTIONS(2407), + [anon_sym_else] = ACTIONS(2407), + [anon_sym_match] = ACTIONS(2407), + [anon_sym_RBRACE] = ACTIONS(2409), + [anon_sym_try] = ACTIONS(2407), + [anon_sym_catch] = ACTIONS(2407), + [anon_sym_return] = ACTIONS(2407), + [anon_sym_source] = ACTIONS(2407), + [anon_sym_source_DASHenv] = ACTIONS(2407), + [anon_sym_register] = ACTIONS(2407), + [anon_sym_hide] = ACTIONS(2407), + [anon_sym_hide_DASHenv] = ACTIONS(2407), + [anon_sym_overlay] = ACTIONS(2407), + [anon_sym_as] = ACTIONS(2407), + [anon_sym_PLUS2] = ACTIONS(2407), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2409), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2409), + [aux_sym__val_number_decimal_token1] = ACTIONS(2407), + [aux_sym__val_number_decimal_token2] = ACTIONS(2409), + [aux_sym__val_number_decimal_token3] = ACTIONS(2409), + [aux_sym__val_number_decimal_token4] = ACTIONS(2409), + [aux_sym__val_number_token1] = ACTIONS(2409), + [aux_sym__val_number_token2] = ACTIONS(2409), + [aux_sym__val_number_token3] = ACTIONS(2409), + [aux_sym__val_number_token4] = ACTIONS(2407), + [aux_sym__val_number_token5] = ACTIONS(2407), + [aux_sym__val_number_token6] = ACTIONS(2407), + [anon_sym_DQUOTE] = ACTIONS(2409), + [sym__str_single_quotes] = ACTIONS(2409), + [sym__str_back_ticks] = ACTIONS(2409), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2409), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2409), + }, [758] = { [sym_comment] = STATE(758), - [anon_sym_export] = ACTIONS(2370), - [anon_sym_alias] = ACTIONS(2370), - [anon_sym_let] = ACTIONS(2370), - [anon_sym_let_DASHenv] = ACTIONS(2370), - [anon_sym_mut] = ACTIONS(2370), - [anon_sym_const] = ACTIONS(2370), - [aux_sym_cmd_identifier_token1] = ACTIONS(2370), - [aux_sym_cmd_identifier_token2] = ACTIONS(2372), - [aux_sym_cmd_identifier_token3] = ACTIONS(2372), - [aux_sym_cmd_identifier_token4] = ACTIONS(2372), - [aux_sym_cmd_identifier_token5] = ACTIONS(2372), - [aux_sym_cmd_identifier_token6] = ACTIONS(2372), - [aux_sym_cmd_identifier_token7] = ACTIONS(2372), - [aux_sym_cmd_identifier_token8] = ACTIONS(2370), - [aux_sym_cmd_identifier_token9] = ACTIONS(2370), - [aux_sym_cmd_identifier_token10] = ACTIONS(2372), - [aux_sym_cmd_identifier_token11] = ACTIONS(2372), - [aux_sym_cmd_identifier_token12] = ACTIONS(2370), - [aux_sym_cmd_identifier_token13] = ACTIONS(2370), - [aux_sym_cmd_identifier_token14] = ACTIONS(2370), - [aux_sym_cmd_identifier_token15] = ACTIONS(2370), - [aux_sym_cmd_identifier_token16] = ACTIONS(2372), - [aux_sym_cmd_identifier_token17] = ACTIONS(2372), - [aux_sym_cmd_identifier_token18] = ACTIONS(2372), - [aux_sym_cmd_identifier_token19] = ACTIONS(2372), - [aux_sym_cmd_identifier_token20] = ACTIONS(2372), - [aux_sym_cmd_identifier_token21] = ACTIONS(2372), - [aux_sym_cmd_identifier_token22] = ACTIONS(2372), - [aux_sym_cmd_identifier_token23] = ACTIONS(2372), - [aux_sym_cmd_identifier_token24] = ACTIONS(2372), - [aux_sym_cmd_identifier_token25] = ACTIONS(2372), - [aux_sym_cmd_identifier_token26] = ACTIONS(2372), - [aux_sym_cmd_identifier_token27] = ACTIONS(2372), - [aux_sym_cmd_identifier_token28] = ACTIONS(2372), - [aux_sym_cmd_identifier_token29] = ACTIONS(2372), - [aux_sym_cmd_identifier_token30] = ACTIONS(2372), - [aux_sym_cmd_identifier_token31] = ACTIONS(2372), - [aux_sym_cmd_identifier_token32] = ACTIONS(2372), - [aux_sym_cmd_identifier_token33] = ACTIONS(2372), - [aux_sym_cmd_identifier_token34] = ACTIONS(2370), - [aux_sym_cmd_identifier_token35] = ACTIONS(2372), - [aux_sym_cmd_identifier_token36] = ACTIONS(2372), - [aux_sym_cmd_identifier_token37] = ACTIONS(2372), - [aux_sym_cmd_identifier_token38] = ACTIONS(2370), - [aux_sym_cmd_identifier_token39] = ACTIONS(2372), - [aux_sym_cmd_identifier_token40] = ACTIONS(2372), - [anon_sym_def] = ACTIONS(2370), - [anon_sym_export_DASHenv] = ACTIONS(2370), - [anon_sym_extern] = ACTIONS(2370), - [anon_sym_module] = ACTIONS(2370), - [anon_sym_use] = ACTIONS(2370), - [anon_sym_LPAREN] = ACTIONS(2372), - [anon_sym_DOLLAR] = ACTIONS(2372), - [anon_sym_error] = ACTIONS(2370), - [anon_sym_DASH2] = ACTIONS(2370), - [anon_sym_break] = ACTIONS(2370), - [anon_sym_continue] = ACTIONS(2370), - [anon_sym_for] = ACTIONS(2370), - [anon_sym_in2] = ACTIONS(2370), - [anon_sym_loop] = ACTIONS(2370), - [anon_sym_make] = ACTIONS(2370), - [anon_sym_while] = ACTIONS(2370), - [anon_sym_do] = ACTIONS(2370), - [anon_sym_if] = ACTIONS(2370), - [anon_sym_else] = ACTIONS(2370), - [anon_sym_match] = ACTIONS(2370), - [anon_sym_RBRACE] = ACTIONS(2372), - [anon_sym_try] = ACTIONS(2370), - [anon_sym_catch] = ACTIONS(2370), - [anon_sym_return] = ACTIONS(2370), - [anon_sym_source] = ACTIONS(2370), - [anon_sym_source_DASHenv] = ACTIONS(2370), - [anon_sym_register] = ACTIONS(2370), - [anon_sym_hide] = ACTIONS(2370), - [anon_sym_hide_DASHenv] = ACTIONS(2370), - [anon_sym_overlay] = ACTIONS(2370), - [anon_sym_as] = ACTIONS(2370), - [anon_sym_PLUS2] = ACTIONS(2370), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2372), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2372), - [aux_sym__val_number_decimal_token1] = ACTIONS(2370), - [aux_sym__val_number_decimal_token2] = ACTIONS(2372), - [aux_sym__val_number_decimal_token3] = ACTIONS(2372), - [aux_sym__val_number_decimal_token4] = ACTIONS(2372), - [aux_sym__val_number_token1] = ACTIONS(2372), - [aux_sym__val_number_token2] = ACTIONS(2372), - [aux_sym__val_number_token3] = ACTIONS(2372), - [aux_sym__val_number_token4] = ACTIONS(2370), - [aux_sym__val_number_token5] = ACTIONS(2370), - [aux_sym__val_number_token6] = ACTIONS(2370), - [anon_sym_DQUOTE] = ACTIONS(2372), - [sym__str_single_quotes] = ACTIONS(2372), - [sym__str_back_ticks] = ACTIONS(2372), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2372), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2372), - }, - [759] = { - [sym_comment] = STATE(759), - [anon_sym_export] = ACTIONS(972), - [anon_sym_alias] = ACTIONS(972), - [anon_sym_let] = ACTIONS(972), - [anon_sym_let_DASHenv] = ACTIONS(972), - [anon_sym_mut] = ACTIONS(972), - [anon_sym_const] = ACTIONS(972), - [aux_sym_cmd_identifier_token1] = ACTIONS(972), - [aux_sym_cmd_identifier_token2] = ACTIONS(974), - [aux_sym_cmd_identifier_token3] = ACTIONS(974), - [aux_sym_cmd_identifier_token4] = ACTIONS(974), - [aux_sym_cmd_identifier_token5] = ACTIONS(974), - [aux_sym_cmd_identifier_token6] = ACTIONS(974), - [aux_sym_cmd_identifier_token7] = ACTIONS(974), - [aux_sym_cmd_identifier_token8] = ACTIONS(972), - [aux_sym_cmd_identifier_token9] = ACTIONS(972), - [aux_sym_cmd_identifier_token10] = ACTIONS(974), - [aux_sym_cmd_identifier_token11] = ACTIONS(974), - [aux_sym_cmd_identifier_token12] = ACTIONS(972), - [aux_sym_cmd_identifier_token13] = ACTIONS(972), - [aux_sym_cmd_identifier_token14] = ACTIONS(972), - [aux_sym_cmd_identifier_token15] = ACTIONS(972), - [aux_sym_cmd_identifier_token16] = ACTIONS(974), - [aux_sym_cmd_identifier_token17] = ACTIONS(974), - [aux_sym_cmd_identifier_token18] = ACTIONS(974), - [aux_sym_cmd_identifier_token19] = ACTIONS(974), - [aux_sym_cmd_identifier_token20] = ACTIONS(974), - [aux_sym_cmd_identifier_token21] = ACTIONS(974), - [aux_sym_cmd_identifier_token22] = ACTIONS(974), - [aux_sym_cmd_identifier_token23] = ACTIONS(974), - [aux_sym_cmd_identifier_token24] = ACTIONS(974), - [aux_sym_cmd_identifier_token25] = ACTIONS(974), - [aux_sym_cmd_identifier_token26] = ACTIONS(974), - [aux_sym_cmd_identifier_token27] = ACTIONS(974), - [aux_sym_cmd_identifier_token28] = ACTIONS(974), - [aux_sym_cmd_identifier_token29] = ACTIONS(974), - [aux_sym_cmd_identifier_token30] = ACTIONS(974), - [aux_sym_cmd_identifier_token31] = ACTIONS(974), - [aux_sym_cmd_identifier_token32] = ACTIONS(974), - [aux_sym_cmd_identifier_token33] = ACTIONS(974), - [aux_sym_cmd_identifier_token34] = ACTIONS(972), - [aux_sym_cmd_identifier_token35] = ACTIONS(974), - [aux_sym_cmd_identifier_token36] = ACTIONS(974), - [aux_sym_cmd_identifier_token37] = ACTIONS(974), - [aux_sym_cmd_identifier_token38] = ACTIONS(972), - [aux_sym_cmd_identifier_token39] = ACTIONS(974), - [aux_sym_cmd_identifier_token40] = ACTIONS(974), - [anon_sym_def] = ACTIONS(972), - [anon_sym_export_DASHenv] = ACTIONS(972), - [anon_sym_extern] = ACTIONS(972), - [anon_sym_module] = ACTIONS(972), - [anon_sym_use] = ACTIONS(972), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(974), - [anon_sym_error] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_break] = ACTIONS(972), - [anon_sym_continue] = ACTIONS(972), - [anon_sym_for] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(972), - [anon_sym_loop] = ACTIONS(972), - [anon_sym_make] = ACTIONS(972), - [anon_sym_while] = ACTIONS(972), - [anon_sym_do] = ACTIONS(972), - [anon_sym_if] = ACTIONS(972), - [anon_sym_else] = ACTIONS(972), - [anon_sym_match] = ACTIONS(972), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_try] = ACTIONS(972), - [anon_sym_catch] = ACTIONS(972), - [anon_sym_return] = ACTIONS(972), - [anon_sym_source] = ACTIONS(972), - [anon_sym_source_DASHenv] = ACTIONS(972), - [anon_sym_register] = ACTIONS(972), - [anon_sym_hide] = ACTIONS(972), - [anon_sym_hide_DASHenv] = ACTIONS(972), - [anon_sym_overlay] = ACTIONS(972), - [anon_sym_as] = ACTIONS(972), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(972), - [aux_sym__val_number_token5] = ACTIONS(972), - [aux_sym__val_number_token6] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(974), + [anon_sym_export] = ACTIONS(2411), + [anon_sym_alias] = ACTIONS(2411), + [anon_sym_let] = ACTIONS(2411), + [anon_sym_let_DASHenv] = ACTIONS(2411), + [anon_sym_mut] = ACTIONS(2411), + [anon_sym_const] = ACTIONS(2411), + [aux_sym_cmd_identifier_token1] = ACTIONS(2411), + [aux_sym_cmd_identifier_token2] = ACTIONS(2413), + [aux_sym_cmd_identifier_token3] = ACTIONS(2413), + [aux_sym_cmd_identifier_token4] = ACTIONS(2413), + [aux_sym_cmd_identifier_token5] = ACTIONS(2413), + [aux_sym_cmd_identifier_token6] = ACTIONS(2413), + [aux_sym_cmd_identifier_token7] = ACTIONS(2413), + [aux_sym_cmd_identifier_token8] = ACTIONS(2411), + [aux_sym_cmd_identifier_token9] = ACTIONS(2411), + [aux_sym_cmd_identifier_token10] = ACTIONS(2413), + [aux_sym_cmd_identifier_token11] = ACTIONS(2413), + [aux_sym_cmd_identifier_token12] = ACTIONS(2411), + [aux_sym_cmd_identifier_token13] = ACTIONS(2411), + [aux_sym_cmd_identifier_token14] = ACTIONS(2411), + [aux_sym_cmd_identifier_token15] = ACTIONS(2411), + [aux_sym_cmd_identifier_token16] = ACTIONS(2413), + [aux_sym_cmd_identifier_token17] = ACTIONS(2413), + [aux_sym_cmd_identifier_token18] = ACTIONS(2413), + [aux_sym_cmd_identifier_token19] = ACTIONS(2413), + [aux_sym_cmd_identifier_token20] = ACTIONS(2413), + [aux_sym_cmd_identifier_token21] = ACTIONS(2413), + [aux_sym_cmd_identifier_token22] = ACTIONS(2413), + [aux_sym_cmd_identifier_token23] = ACTIONS(2413), + [aux_sym_cmd_identifier_token24] = ACTIONS(2413), + [aux_sym_cmd_identifier_token25] = ACTIONS(2413), + [aux_sym_cmd_identifier_token26] = ACTIONS(2413), + [aux_sym_cmd_identifier_token27] = ACTIONS(2413), + [aux_sym_cmd_identifier_token28] = ACTIONS(2413), + [aux_sym_cmd_identifier_token29] = ACTIONS(2413), + [aux_sym_cmd_identifier_token30] = ACTIONS(2413), + [aux_sym_cmd_identifier_token31] = ACTIONS(2413), + [aux_sym_cmd_identifier_token32] = ACTIONS(2413), + [aux_sym_cmd_identifier_token33] = ACTIONS(2413), + [aux_sym_cmd_identifier_token34] = ACTIONS(2411), + [aux_sym_cmd_identifier_token35] = ACTIONS(2413), + [aux_sym_cmd_identifier_token36] = ACTIONS(2413), + [aux_sym_cmd_identifier_token37] = ACTIONS(2413), + [aux_sym_cmd_identifier_token38] = ACTIONS(2411), + [aux_sym_cmd_identifier_token39] = ACTIONS(2413), + [aux_sym_cmd_identifier_token40] = ACTIONS(2413), + [anon_sym_def] = ACTIONS(2411), + [anon_sym_export_DASHenv] = ACTIONS(2411), + [anon_sym_extern] = ACTIONS(2411), + [anon_sym_module] = ACTIONS(2411), + [anon_sym_use] = ACTIONS(2411), + [anon_sym_LPAREN] = ACTIONS(2413), + [anon_sym_DOLLAR] = ACTIONS(2413), + [anon_sym_error] = ACTIONS(2411), + [anon_sym_DASH2] = ACTIONS(2411), + [anon_sym_break] = ACTIONS(2411), + [anon_sym_continue] = ACTIONS(2411), + [anon_sym_for] = ACTIONS(2411), + [anon_sym_in2] = ACTIONS(2411), + [anon_sym_loop] = ACTIONS(2411), + [anon_sym_make] = ACTIONS(2411), + [anon_sym_while] = ACTIONS(2411), + [anon_sym_do] = ACTIONS(2411), + [anon_sym_if] = ACTIONS(2411), + [anon_sym_else] = ACTIONS(2411), + [anon_sym_match] = ACTIONS(2411), + [anon_sym_RBRACE] = ACTIONS(2413), + [anon_sym_try] = ACTIONS(2411), + [anon_sym_catch] = ACTIONS(2411), + [anon_sym_return] = ACTIONS(2411), + [anon_sym_source] = ACTIONS(2411), + [anon_sym_source_DASHenv] = ACTIONS(2411), + [anon_sym_register] = ACTIONS(2411), + [anon_sym_hide] = ACTIONS(2411), + [anon_sym_hide_DASHenv] = ACTIONS(2411), + [anon_sym_overlay] = ACTIONS(2411), + [anon_sym_as] = ACTIONS(2411), + [anon_sym_PLUS2] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2413), + [aux_sym__val_number_decimal_token1] = ACTIONS(2411), + [aux_sym__val_number_decimal_token2] = ACTIONS(2413), + [aux_sym__val_number_decimal_token3] = ACTIONS(2413), + [aux_sym__val_number_decimal_token4] = ACTIONS(2413), + [aux_sym__val_number_token1] = ACTIONS(2413), + [aux_sym__val_number_token2] = ACTIONS(2413), + [aux_sym__val_number_token3] = ACTIONS(2413), + [aux_sym__val_number_token4] = ACTIONS(2411), + [aux_sym__val_number_token5] = ACTIONS(2411), + [aux_sym__val_number_token6] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(2413), + [sym__str_single_quotes] = ACTIONS(2413), + [sym__str_back_ticks] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2413), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2413), + }, + [759] = { + [sym_comment] = STATE(759), + [anon_sym_export] = ACTIONS(2411), + [anon_sym_alias] = ACTIONS(2411), + [anon_sym_let] = ACTIONS(2411), + [anon_sym_let_DASHenv] = ACTIONS(2411), + [anon_sym_mut] = ACTIONS(2411), + [anon_sym_const] = ACTIONS(2411), + [aux_sym_cmd_identifier_token1] = ACTIONS(2411), + [aux_sym_cmd_identifier_token2] = ACTIONS(2413), + [aux_sym_cmd_identifier_token3] = ACTIONS(2413), + [aux_sym_cmd_identifier_token4] = ACTIONS(2413), + [aux_sym_cmd_identifier_token5] = ACTIONS(2413), + [aux_sym_cmd_identifier_token6] = ACTIONS(2413), + [aux_sym_cmd_identifier_token7] = ACTIONS(2413), + [aux_sym_cmd_identifier_token8] = ACTIONS(2411), + [aux_sym_cmd_identifier_token9] = ACTIONS(2411), + [aux_sym_cmd_identifier_token10] = ACTIONS(2413), + [aux_sym_cmd_identifier_token11] = ACTIONS(2413), + [aux_sym_cmd_identifier_token12] = ACTIONS(2411), + [aux_sym_cmd_identifier_token13] = ACTIONS(2411), + [aux_sym_cmd_identifier_token14] = ACTIONS(2411), + [aux_sym_cmd_identifier_token15] = ACTIONS(2411), + [aux_sym_cmd_identifier_token16] = ACTIONS(2413), + [aux_sym_cmd_identifier_token17] = ACTIONS(2413), + [aux_sym_cmd_identifier_token18] = ACTIONS(2413), + [aux_sym_cmd_identifier_token19] = ACTIONS(2413), + [aux_sym_cmd_identifier_token20] = ACTIONS(2413), + [aux_sym_cmd_identifier_token21] = ACTIONS(2413), + [aux_sym_cmd_identifier_token22] = ACTIONS(2413), + [aux_sym_cmd_identifier_token23] = ACTIONS(2413), + [aux_sym_cmd_identifier_token24] = ACTIONS(2413), + [aux_sym_cmd_identifier_token25] = ACTIONS(2413), + [aux_sym_cmd_identifier_token26] = ACTIONS(2413), + [aux_sym_cmd_identifier_token27] = ACTIONS(2413), + [aux_sym_cmd_identifier_token28] = ACTIONS(2413), + [aux_sym_cmd_identifier_token29] = ACTIONS(2413), + [aux_sym_cmd_identifier_token30] = ACTIONS(2413), + [aux_sym_cmd_identifier_token31] = ACTIONS(2413), + [aux_sym_cmd_identifier_token32] = ACTIONS(2413), + [aux_sym_cmd_identifier_token33] = ACTIONS(2413), + [aux_sym_cmd_identifier_token34] = ACTIONS(2411), + [aux_sym_cmd_identifier_token35] = ACTIONS(2413), + [aux_sym_cmd_identifier_token36] = ACTIONS(2413), + [aux_sym_cmd_identifier_token37] = ACTIONS(2413), + [aux_sym_cmd_identifier_token38] = ACTIONS(2411), + [aux_sym_cmd_identifier_token39] = ACTIONS(2413), + [aux_sym_cmd_identifier_token40] = ACTIONS(2413), + [anon_sym_def] = ACTIONS(2411), + [anon_sym_export_DASHenv] = ACTIONS(2411), + [anon_sym_extern] = ACTIONS(2411), + [anon_sym_module] = ACTIONS(2411), + [anon_sym_use] = ACTIONS(2411), + [anon_sym_LPAREN] = ACTIONS(2413), + [anon_sym_DOLLAR] = ACTIONS(2413), + [anon_sym_error] = ACTIONS(2411), + [anon_sym_DASH2] = ACTIONS(2411), + [anon_sym_break] = ACTIONS(2411), + [anon_sym_continue] = ACTIONS(2411), + [anon_sym_for] = ACTIONS(2411), + [anon_sym_in2] = ACTIONS(2411), + [anon_sym_loop] = ACTIONS(2411), + [anon_sym_make] = ACTIONS(2411), + [anon_sym_while] = ACTIONS(2411), + [anon_sym_do] = ACTIONS(2411), + [anon_sym_if] = ACTIONS(2411), + [anon_sym_else] = ACTIONS(2411), + [anon_sym_match] = ACTIONS(2411), + [anon_sym_RBRACE] = ACTIONS(2413), + [anon_sym_try] = ACTIONS(2411), + [anon_sym_catch] = ACTIONS(2411), + [anon_sym_return] = ACTIONS(2411), + [anon_sym_source] = ACTIONS(2411), + [anon_sym_source_DASHenv] = ACTIONS(2411), + [anon_sym_register] = ACTIONS(2411), + [anon_sym_hide] = ACTIONS(2411), + [anon_sym_hide_DASHenv] = ACTIONS(2411), + [anon_sym_overlay] = ACTIONS(2411), + [anon_sym_as] = ACTIONS(2411), + [anon_sym_PLUS2] = ACTIONS(2411), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2413), + [aux_sym__val_number_decimal_token1] = ACTIONS(2411), + [aux_sym__val_number_decimal_token2] = ACTIONS(2413), + [aux_sym__val_number_decimal_token3] = ACTIONS(2413), + [aux_sym__val_number_decimal_token4] = ACTIONS(2413), + [aux_sym__val_number_token1] = ACTIONS(2413), + [aux_sym__val_number_token2] = ACTIONS(2413), + [aux_sym__val_number_token3] = ACTIONS(2413), + [aux_sym__val_number_token4] = ACTIONS(2411), + [aux_sym__val_number_token5] = ACTIONS(2411), + [aux_sym__val_number_token6] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(2413), + [sym__str_single_quotes] = ACTIONS(2413), + [sym__str_back_ticks] = ACTIONS(2413), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2413), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), + [sym_raw_string_begin] = ACTIONS(2413), }, [760] = { [sym_comment] = STATE(760), - [anon_sym_export] = ACTIONS(2433), - [anon_sym_alias] = ACTIONS(2433), - [anon_sym_let] = ACTIONS(2433), - [anon_sym_let_DASHenv] = ACTIONS(2433), - [anon_sym_mut] = ACTIONS(2433), - [anon_sym_const] = ACTIONS(2433), - [aux_sym_cmd_identifier_token1] = ACTIONS(2433), - [aux_sym_cmd_identifier_token2] = ACTIONS(2435), - [aux_sym_cmd_identifier_token3] = ACTIONS(2435), - [aux_sym_cmd_identifier_token4] = ACTIONS(2435), - [aux_sym_cmd_identifier_token5] = ACTIONS(2435), - [aux_sym_cmd_identifier_token6] = ACTIONS(2435), - [aux_sym_cmd_identifier_token7] = ACTIONS(2435), - [aux_sym_cmd_identifier_token8] = ACTIONS(2433), - [aux_sym_cmd_identifier_token9] = ACTIONS(2433), - [aux_sym_cmd_identifier_token10] = ACTIONS(2435), - [aux_sym_cmd_identifier_token11] = ACTIONS(2435), - [aux_sym_cmd_identifier_token12] = ACTIONS(2433), - [aux_sym_cmd_identifier_token13] = ACTIONS(2433), - [aux_sym_cmd_identifier_token14] = ACTIONS(2433), - [aux_sym_cmd_identifier_token15] = ACTIONS(2433), - [aux_sym_cmd_identifier_token16] = ACTIONS(2435), - [aux_sym_cmd_identifier_token17] = ACTIONS(2435), - [aux_sym_cmd_identifier_token18] = ACTIONS(2435), - [aux_sym_cmd_identifier_token19] = ACTIONS(2435), - [aux_sym_cmd_identifier_token20] = ACTIONS(2435), - [aux_sym_cmd_identifier_token21] = ACTIONS(2435), - [aux_sym_cmd_identifier_token22] = ACTIONS(2435), - [aux_sym_cmd_identifier_token23] = ACTIONS(2435), - [aux_sym_cmd_identifier_token24] = ACTIONS(2435), - [aux_sym_cmd_identifier_token25] = ACTIONS(2435), - [aux_sym_cmd_identifier_token26] = ACTIONS(2435), - [aux_sym_cmd_identifier_token27] = ACTIONS(2435), - [aux_sym_cmd_identifier_token28] = ACTIONS(2435), - [aux_sym_cmd_identifier_token29] = ACTIONS(2435), - [aux_sym_cmd_identifier_token30] = ACTIONS(2435), - [aux_sym_cmd_identifier_token31] = ACTIONS(2435), - [aux_sym_cmd_identifier_token32] = ACTIONS(2435), - [aux_sym_cmd_identifier_token33] = ACTIONS(2435), - [aux_sym_cmd_identifier_token34] = ACTIONS(2433), - [aux_sym_cmd_identifier_token35] = ACTIONS(2435), - [aux_sym_cmd_identifier_token36] = ACTIONS(2435), - [aux_sym_cmd_identifier_token37] = ACTIONS(2435), - [aux_sym_cmd_identifier_token38] = ACTIONS(2433), - [aux_sym_cmd_identifier_token39] = ACTIONS(2435), - [aux_sym_cmd_identifier_token40] = ACTIONS(2435), - [anon_sym_def] = ACTIONS(2433), - [anon_sym_export_DASHenv] = ACTIONS(2433), - [anon_sym_extern] = ACTIONS(2433), - [anon_sym_module] = ACTIONS(2433), - [anon_sym_use] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2435), - [anon_sym_DOLLAR] = ACTIONS(2435), - [anon_sym_error] = ACTIONS(2433), - [anon_sym_DASH2] = ACTIONS(2433), - [anon_sym_break] = ACTIONS(2433), - [anon_sym_continue] = ACTIONS(2433), - [anon_sym_for] = ACTIONS(2433), - [anon_sym_in2] = ACTIONS(2433), - [anon_sym_loop] = ACTIONS(2433), - [anon_sym_make] = ACTIONS(2433), - [anon_sym_while] = ACTIONS(2433), - [anon_sym_do] = ACTIONS(2433), - [anon_sym_if] = ACTIONS(2433), - [anon_sym_else] = ACTIONS(2433), - [anon_sym_match] = ACTIONS(2433), - [anon_sym_RBRACE] = ACTIONS(2435), - [anon_sym_try] = ACTIONS(2433), - [anon_sym_catch] = ACTIONS(2433), - [anon_sym_return] = ACTIONS(2433), - [anon_sym_source] = ACTIONS(2433), - [anon_sym_source_DASHenv] = ACTIONS(2433), - [anon_sym_register] = ACTIONS(2433), - [anon_sym_hide] = ACTIONS(2433), - [anon_sym_hide_DASHenv] = ACTIONS(2433), - [anon_sym_overlay] = ACTIONS(2433), - [anon_sym_as] = ACTIONS(2433), - [anon_sym_PLUS2] = ACTIONS(2433), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2435), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2435), - [aux_sym__val_number_decimal_token1] = ACTIONS(2433), - [aux_sym__val_number_decimal_token2] = ACTIONS(2435), - [aux_sym__val_number_decimal_token3] = ACTIONS(2435), - [aux_sym__val_number_decimal_token4] = ACTIONS(2435), - [aux_sym__val_number_token1] = ACTIONS(2435), - [aux_sym__val_number_token2] = ACTIONS(2435), - [aux_sym__val_number_token3] = ACTIONS(2435), - [aux_sym__val_number_token4] = ACTIONS(2433), - [aux_sym__val_number_token5] = ACTIONS(2433), - [aux_sym__val_number_token6] = ACTIONS(2433), - [anon_sym_DQUOTE] = ACTIONS(2435), - [sym__str_single_quotes] = ACTIONS(2435), - [sym__str_back_ticks] = ACTIONS(2435), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2435), + [anon_sym_export] = ACTIONS(2415), + [anon_sym_alias] = ACTIONS(2415), + [anon_sym_let] = ACTIONS(2415), + [anon_sym_let_DASHenv] = ACTIONS(2415), + [anon_sym_mut] = ACTIONS(2415), + [anon_sym_const] = ACTIONS(2415), + [aux_sym_cmd_identifier_token1] = ACTIONS(2415), + [aux_sym_cmd_identifier_token2] = ACTIONS(2417), + [aux_sym_cmd_identifier_token3] = ACTIONS(2417), + [aux_sym_cmd_identifier_token4] = ACTIONS(2417), + [aux_sym_cmd_identifier_token5] = ACTIONS(2417), + [aux_sym_cmd_identifier_token6] = ACTIONS(2417), + [aux_sym_cmd_identifier_token7] = ACTIONS(2417), + [aux_sym_cmd_identifier_token8] = ACTIONS(2415), + [aux_sym_cmd_identifier_token9] = ACTIONS(2415), + [aux_sym_cmd_identifier_token10] = ACTIONS(2417), + [aux_sym_cmd_identifier_token11] = ACTIONS(2417), + [aux_sym_cmd_identifier_token12] = ACTIONS(2415), + [aux_sym_cmd_identifier_token13] = ACTIONS(2415), + [aux_sym_cmd_identifier_token14] = ACTIONS(2415), + [aux_sym_cmd_identifier_token15] = ACTIONS(2415), + [aux_sym_cmd_identifier_token16] = ACTIONS(2417), + [aux_sym_cmd_identifier_token17] = ACTIONS(2417), + [aux_sym_cmd_identifier_token18] = ACTIONS(2417), + [aux_sym_cmd_identifier_token19] = ACTIONS(2417), + [aux_sym_cmd_identifier_token20] = ACTIONS(2417), + [aux_sym_cmd_identifier_token21] = ACTIONS(2417), + [aux_sym_cmd_identifier_token22] = ACTIONS(2417), + [aux_sym_cmd_identifier_token23] = ACTIONS(2417), + [aux_sym_cmd_identifier_token24] = ACTIONS(2417), + [aux_sym_cmd_identifier_token25] = ACTIONS(2417), + [aux_sym_cmd_identifier_token26] = ACTIONS(2417), + [aux_sym_cmd_identifier_token27] = ACTIONS(2417), + [aux_sym_cmd_identifier_token28] = ACTIONS(2417), + [aux_sym_cmd_identifier_token29] = ACTIONS(2417), + [aux_sym_cmd_identifier_token30] = ACTIONS(2417), + [aux_sym_cmd_identifier_token31] = ACTIONS(2417), + [aux_sym_cmd_identifier_token32] = ACTIONS(2417), + [aux_sym_cmd_identifier_token33] = ACTIONS(2417), + [aux_sym_cmd_identifier_token34] = ACTIONS(2415), + [aux_sym_cmd_identifier_token35] = ACTIONS(2417), + [aux_sym_cmd_identifier_token36] = ACTIONS(2417), + [aux_sym_cmd_identifier_token37] = ACTIONS(2417), + [aux_sym_cmd_identifier_token38] = ACTIONS(2415), + [aux_sym_cmd_identifier_token39] = ACTIONS(2417), + [aux_sym_cmd_identifier_token40] = ACTIONS(2417), + [anon_sym_def] = ACTIONS(2415), + [anon_sym_export_DASHenv] = ACTIONS(2415), + [anon_sym_extern] = ACTIONS(2415), + [anon_sym_module] = ACTIONS(2415), + [anon_sym_use] = ACTIONS(2415), + [anon_sym_LPAREN] = ACTIONS(2417), + [anon_sym_DOLLAR] = ACTIONS(2417), + [anon_sym_error] = ACTIONS(2415), + [anon_sym_DASH2] = ACTIONS(2415), + [anon_sym_break] = ACTIONS(2415), + [anon_sym_continue] = ACTIONS(2415), + [anon_sym_for] = ACTIONS(2415), + [anon_sym_in2] = ACTIONS(2415), + [anon_sym_loop] = ACTIONS(2415), + [anon_sym_make] = ACTIONS(2415), + [anon_sym_while] = ACTIONS(2415), + [anon_sym_do] = ACTIONS(2415), + [anon_sym_if] = ACTIONS(2415), + [anon_sym_else] = ACTIONS(2415), + [anon_sym_match] = ACTIONS(2415), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_try] = ACTIONS(2415), + [anon_sym_catch] = ACTIONS(2415), + [anon_sym_return] = ACTIONS(2415), + [anon_sym_source] = ACTIONS(2415), + [anon_sym_source_DASHenv] = ACTIONS(2415), + [anon_sym_register] = ACTIONS(2415), + [anon_sym_hide] = ACTIONS(2415), + [anon_sym_hide_DASHenv] = ACTIONS(2415), + [anon_sym_overlay] = ACTIONS(2415), + [anon_sym_as] = ACTIONS(2415), + [anon_sym_PLUS2] = ACTIONS(2415), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2417), + [aux_sym__val_number_decimal_token1] = ACTIONS(2415), + [aux_sym__val_number_decimal_token2] = ACTIONS(2417), + [aux_sym__val_number_decimal_token3] = ACTIONS(2417), + [aux_sym__val_number_decimal_token4] = ACTIONS(2417), + [aux_sym__val_number_token1] = ACTIONS(2417), + [aux_sym__val_number_token2] = ACTIONS(2417), + [aux_sym__val_number_token3] = ACTIONS(2417), + [aux_sym__val_number_token4] = ACTIONS(2415), + [aux_sym__val_number_token5] = ACTIONS(2415), + [aux_sym__val_number_token6] = ACTIONS(2415), + [anon_sym_DQUOTE] = ACTIONS(2417), + [sym__str_single_quotes] = ACTIONS(2417), + [sym__str_back_ticks] = ACTIONS(2417), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2417), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2435), + [sym_raw_string_begin] = ACTIONS(2417), }, [761] = { [sym_comment] = STATE(761), - [anon_sym_export] = ACTIONS(1018), - [anon_sym_alias] = ACTIONS(1018), - [anon_sym_let] = ACTIONS(1018), - [anon_sym_let_DASHenv] = ACTIONS(1018), - [anon_sym_mut] = ACTIONS(1018), - [anon_sym_const] = ACTIONS(1018), - [aux_sym_cmd_identifier_token1] = ACTIONS(1018), - [aux_sym_cmd_identifier_token2] = ACTIONS(1020), - [aux_sym_cmd_identifier_token3] = ACTIONS(1020), - [aux_sym_cmd_identifier_token4] = ACTIONS(1020), - [aux_sym_cmd_identifier_token5] = ACTIONS(1020), - [aux_sym_cmd_identifier_token6] = ACTIONS(1020), - [aux_sym_cmd_identifier_token7] = ACTIONS(1020), - [aux_sym_cmd_identifier_token8] = ACTIONS(1018), - [aux_sym_cmd_identifier_token9] = ACTIONS(1018), - [aux_sym_cmd_identifier_token10] = ACTIONS(1020), - [aux_sym_cmd_identifier_token11] = ACTIONS(1020), - [aux_sym_cmd_identifier_token12] = ACTIONS(1018), - [aux_sym_cmd_identifier_token13] = ACTIONS(1018), - [aux_sym_cmd_identifier_token14] = ACTIONS(1018), - [aux_sym_cmd_identifier_token15] = ACTIONS(1018), - [aux_sym_cmd_identifier_token16] = ACTIONS(1020), - [aux_sym_cmd_identifier_token17] = ACTIONS(1020), - [aux_sym_cmd_identifier_token18] = ACTIONS(1020), - [aux_sym_cmd_identifier_token19] = ACTIONS(1020), - [aux_sym_cmd_identifier_token20] = ACTIONS(1020), - [aux_sym_cmd_identifier_token21] = ACTIONS(1020), - [aux_sym_cmd_identifier_token22] = ACTIONS(1020), - [aux_sym_cmd_identifier_token23] = ACTIONS(1020), - [aux_sym_cmd_identifier_token24] = ACTIONS(1020), - [aux_sym_cmd_identifier_token25] = ACTIONS(1020), - [aux_sym_cmd_identifier_token26] = ACTIONS(1020), - [aux_sym_cmd_identifier_token27] = ACTIONS(1020), - [aux_sym_cmd_identifier_token28] = ACTIONS(1020), - [aux_sym_cmd_identifier_token29] = ACTIONS(1020), - [aux_sym_cmd_identifier_token30] = ACTIONS(1020), - [aux_sym_cmd_identifier_token31] = ACTIONS(1020), - [aux_sym_cmd_identifier_token32] = ACTIONS(1020), - [aux_sym_cmd_identifier_token33] = ACTIONS(1020), - [aux_sym_cmd_identifier_token34] = ACTIONS(1018), - [aux_sym_cmd_identifier_token35] = ACTIONS(1020), - [aux_sym_cmd_identifier_token36] = ACTIONS(1020), - [aux_sym_cmd_identifier_token37] = ACTIONS(1020), - [aux_sym_cmd_identifier_token38] = ACTIONS(1018), - [aux_sym_cmd_identifier_token39] = ACTIONS(1020), - [aux_sym_cmd_identifier_token40] = ACTIONS(1020), - [anon_sym_def] = ACTIONS(1018), - [anon_sym_export_DASHenv] = ACTIONS(1018), - [anon_sym_extern] = ACTIONS(1018), - [anon_sym_module] = ACTIONS(1018), - [anon_sym_use] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1020), - [anon_sym_DOLLAR] = ACTIONS(1020), - [anon_sym_error] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_break] = ACTIONS(1018), - [anon_sym_continue] = ACTIONS(1018), - [anon_sym_for] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1018), - [anon_sym_loop] = ACTIONS(1018), - [anon_sym_make] = ACTIONS(1018), - [anon_sym_while] = ACTIONS(1018), - [anon_sym_do] = ACTIONS(1018), - [anon_sym_if] = ACTIONS(1018), - [anon_sym_else] = ACTIONS(1018), - [anon_sym_match] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_try] = ACTIONS(1018), - [anon_sym_catch] = ACTIONS(1018), - [anon_sym_return] = ACTIONS(1018), - [anon_sym_source] = ACTIONS(1018), - [anon_sym_source_DASHenv] = ACTIONS(1018), - [anon_sym_register] = ACTIONS(1018), - [anon_sym_hide] = ACTIONS(1018), - [anon_sym_hide_DASHenv] = ACTIONS(1018), - [anon_sym_overlay] = ACTIONS(1018), - [anon_sym_as] = ACTIONS(1018), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1020), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1020), - [aux_sym__val_number_decimal_token3] = ACTIONS(1020), - [aux_sym__val_number_decimal_token4] = ACTIONS(1020), - [aux_sym__val_number_token1] = ACTIONS(1020), - [aux_sym__val_number_token2] = ACTIONS(1020), - [aux_sym__val_number_token3] = ACTIONS(1020), - [aux_sym__val_number_token4] = ACTIONS(1018), - [aux_sym__val_number_token5] = ACTIONS(1018), - [aux_sym__val_number_token6] = ACTIONS(1018), - [anon_sym_DQUOTE] = ACTIONS(1020), - [sym__str_single_quotes] = ACTIONS(1020), - [sym__str_back_ticks] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1020), + [anon_sym_export] = ACTIONS(2025), + [anon_sym_alias] = ACTIONS(2025), + [anon_sym_let] = ACTIONS(2025), + [anon_sym_let_DASHenv] = ACTIONS(2025), + [anon_sym_mut] = ACTIONS(2025), + [anon_sym_const] = ACTIONS(2025), + [aux_sym_cmd_identifier_token1] = ACTIONS(2025), + [aux_sym_cmd_identifier_token2] = ACTIONS(2027), + [aux_sym_cmd_identifier_token3] = ACTIONS(2027), + [aux_sym_cmd_identifier_token4] = ACTIONS(2027), + [aux_sym_cmd_identifier_token5] = ACTIONS(2027), + [aux_sym_cmd_identifier_token6] = ACTIONS(2027), + [aux_sym_cmd_identifier_token7] = ACTIONS(2027), + [aux_sym_cmd_identifier_token8] = ACTIONS(2025), + [aux_sym_cmd_identifier_token9] = ACTIONS(2025), + [aux_sym_cmd_identifier_token10] = ACTIONS(2027), + [aux_sym_cmd_identifier_token11] = ACTIONS(2027), + [aux_sym_cmd_identifier_token12] = ACTIONS(2025), + [aux_sym_cmd_identifier_token13] = ACTIONS(2025), + [aux_sym_cmd_identifier_token14] = ACTIONS(2025), + [aux_sym_cmd_identifier_token15] = ACTIONS(2025), + [aux_sym_cmd_identifier_token16] = ACTIONS(2027), + [aux_sym_cmd_identifier_token17] = ACTIONS(2027), + [aux_sym_cmd_identifier_token18] = ACTIONS(2027), + [aux_sym_cmd_identifier_token19] = ACTIONS(2027), + [aux_sym_cmd_identifier_token20] = ACTIONS(2027), + [aux_sym_cmd_identifier_token21] = ACTIONS(2027), + [aux_sym_cmd_identifier_token22] = ACTIONS(2027), + [aux_sym_cmd_identifier_token23] = ACTIONS(2027), + [aux_sym_cmd_identifier_token24] = ACTIONS(2027), + [aux_sym_cmd_identifier_token25] = ACTIONS(2027), + [aux_sym_cmd_identifier_token26] = ACTIONS(2027), + [aux_sym_cmd_identifier_token27] = ACTIONS(2027), + [aux_sym_cmd_identifier_token28] = ACTIONS(2027), + [aux_sym_cmd_identifier_token29] = ACTIONS(2027), + [aux_sym_cmd_identifier_token30] = ACTIONS(2027), + [aux_sym_cmd_identifier_token31] = ACTIONS(2027), + [aux_sym_cmd_identifier_token32] = ACTIONS(2027), + [aux_sym_cmd_identifier_token33] = ACTIONS(2027), + [aux_sym_cmd_identifier_token34] = ACTIONS(2025), + [aux_sym_cmd_identifier_token35] = ACTIONS(2027), + [aux_sym_cmd_identifier_token36] = ACTIONS(2027), + [aux_sym_cmd_identifier_token37] = ACTIONS(2027), + [aux_sym_cmd_identifier_token38] = ACTIONS(2025), + [aux_sym_cmd_identifier_token39] = ACTIONS(2027), + [aux_sym_cmd_identifier_token40] = ACTIONS(2027), + [anon_sym_def] = ACTIONS(2025), + [anon_sym_export_DASHenv] = ACTIONS(2025), + [anon_sym_extern] = ACTIONS(2025), + [anon_sym_module] = ACTIONS(2025), + [anon_sym_use] = ACTIONS(2025), + [anon_sym_LPAREN] = ACTIONS(2027), + [anon_sym_DOLLAR] = ACTIONS(2027), + [anon_sym_error] = ACTIONS(2025), + [anon_sym_DASH2] = ACTIONS(2025), + [anon_sym_break] = ACTIONS(2025), + [anon_sym_continue] = ACTIONS(2025), + [anon_sym_for] = ACTIONS(2025), + [anon_sym_in2] = ACTIONS(2025), + [anon_sym_loop] = ACTIONS(2025), + [anon_sym_make] = ACTIONS(2025), + [anon_sym_while] = ACTIONS(2025), + [anon_sym_do] = ACTIONS(2025), + [anon_sym_if] = ACTIONS(2025), + [anon_sym_else] = ACTIONS(2025), + [anon_sym_match] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2027), + [anon_sym_try] = ACTIONS(2025), + [anon_sym_catch] = ACTIONS(2025), + [anon_sym_return] = ACTIONS(2025), + [anon_sym_source] = ACTIONS(2025), + [anon_sym_source_DASHenv] = ACTIONS(2025), + [anon_sym_register] = ACTIONS(2025), + [anon_sym_hide] = ACTIONS(2025), + [anon_sym_hide_DASHenv] = ACTIONS(2025), + [anon_sym_overlay] = ACTIONS(2025), + [anon_sym_as] = ACTIONS(2025), + [anon_sym_PLUS2] = ACTIONS(2025), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2027), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2027), + [aux_sym__val_number_decimal_token1] = ACTIONS(2025), + [aux_sym__val_number_decimal_token2] = ACTIONS(2027), + [aux_sym__val_number_decimal_token3] = ACTIONS(2027), + [aux_sym__val_number_decimal_token4] = ACTIONS(2027), + [aux_sym__val_number_token1] = ACTIONS(2027), + [aux_sym__val_number_token2] = ACTIONS(2027), + [aux_sym__val_number_token3] = ACTIONS(2027), + [aux_sym__val_number_token4] = ACTIONS(2025), + [aux_sym__val_number_token5] = ACTIONS(2025), + [aux_sym__val_number_token6] = ACTIONS(2025), + [anon_sym_DQUOTE] = ACTIONS(2027), + [sym__str_single_quotes] = ACTIONS(2027), + [sym__str_back_ticks] = ACTIONS(2027), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2027), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1020), + [sym_raw_string_begin] = ACTIONS(2027), }, [762] = { [sym_comment] = STATE(762), - [anon_sym_export] = ACTIONS(1977), - [anon_sym_alias] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_let_DASHenv] = ACTIONS(1977), - [anon_sym_mut] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [aux_sym_cmd_identifier_token1] = ACTIONS(1977), - [aux_sym_cmd_identifier_token2] = ACTIONS(1979), - [aux_sym_cmd_identifier_token3] = ACTIONS(1979), - [aux_sym_cmd_identifier_token4] = ACTIONS(1979), - [aux_sym_cmd_identifier_token5] = ACTIONS(1979), - [aux_sym_cmd_identifier_token6] = ACTIONS(1979), - [aux_sym_cmd_identifier_token7] = ACTIONS(1979), - [aux_sym_cmd_identifier_token8] = ACTIONS(1977), - [aux_sym_cmd_identifier_token9] = ACTIONS(1977), - [aux_sym_cmd_identifier_token10] = ACTIONS(1979), - [aux_sym_cmd_identifier_token11] = ACTIONS(1979), - [aux_sym_cmd_identifier_token12] = ACTIONS(1977), - [aux_sym_cmd_identifier_token13] = ACTIONS(1977), - [aux_sym_cmd_identifier_token14] = ACTIONS(1977), - [aux_sym_cmd_identifier_token15] = ACTIONS(1977), - [aux_sym_cmd_identifier_token16] = ACTIONS(1979), - [aux_sym_cmd_identifier_token17] = ACTIONS(1979), - [aux_sym_cmd_identifier_token18] = ACTIONS(1979), - [aux_sym_cmd_identifier_token19] = ACTIONS(1979), - [aux_sym_cmd_identifier_token20] = ACTIONS(1979), - [aux_sym_cmd_identifier_token21] = ACTIONS(1979), - [aux_sym_cmd_identifier_token22] = ACTIONS(1979), - [aux_sym_cmd_identifier_token23] = ACTIONS(1979), - [aux_sym_cmd_identifier_token24] = ACTIONS(1979), - [aux_sym_cmd_identifier_token25] = ACTIONS(1979), - [aux_sym_cmd_identifier_token26] = ACTIONS(1979), - [aux_sym_cmd_identifier_token27] = ACTIONS(1979), - [aux_sym_cmd_identifier_token28] = ACTIONS(1979), - [aux_sym_cmd_identifier_token29] = ACTIONS(1979), - [aux_sym_cmd_identifier_token30] = ACTIONS(1979), - [aux_sym_cmd_identifier_token31] = ACTIONS(1979), - [aux_sym_cmd_identifier_token32] = ACTIONS(1979), - [aux_sym_cmd_identifier_token33] = ACTIONS(1979), - [aux_sym_cmd_identifier_token34] = ACTIONS(1977), - [aux_sym_cmd_identifier_token35] = ACTIONS(1979), - [aux_sym_cmd_identifier_token36] = ACTIONS(1979), - [aux_sym_cmd_identifier_token37] = ACTIONS(1979), - [aux_sym_cmd_identifier_token38] = ACTIONS(1977), - [aux_sym_cmd_identifier_token39] = ACTIONS(1979), - [aux_sym_cmd_identifier_token40] = ACTIONS(1979), - [anon_sym_def] = ACTIONS(1977), - [anon_sym_export_DASHenv] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_module] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_DOLLAR] = ACTIONS(1979), - [anon_sym_error] = ACTIONS(1977), - [anon_sym_DASH2] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_in2] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_make] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_do] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_else] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_try] = ACTIONS(1977), - [anon_sym_catch] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_source] = ACTIONS(1977), - [anon_sym_source_DASHenv] = ACTIONS(1977), - [anon_sym_register] = ACTIONS(1977), - [anon_sym_hide] = ACTIONS(1977), - [anon_sym_hide_DASHenv] = ACTIONS(1977), - [anon_sym_overlay] = ACTIONS(1977), - [anon_sym_as] = ACTIONS(1977), - [anon_sym_PLUS2] = ACTIONS(1977), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1979), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1979), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_decimal_token2] = ACTIONS(1979), - [aux_sym__val_number_decimal_token3] = ACTIONS(1979), - [aux_sym__val_number_decimal_token4] = ACTIONS(1979), - [aux_sym__val_number_token1] = ACTIONS(1979), - [aux_sym__val_number_token2] = ACTIONS(1979), - [aux_sym__val_number_token3] = ACTIONS(1979), - [aux_sym__val_number_token4] = ACTIONS(1977), - [aux_sym__val_number_token5] = ACTIONS(1977), - [aux_sym__val_number_token6] = ACTIONS(1977), - [anon_sym_DQUOTE] = ACTIONS(1979), - [sym__str_single_quotes] = ACTIONS(1979), - [sym__str_back_ticks] = ACTIONS(1979), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1979), + [anon_sym_export] = ACTIONS(2501), + [anon_sym_alias] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_let_DASHenv] = ACTIONS(2501), + [anon_sym_mut] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [aux_sym_cmd_identifier_token1] = ACTIONS(2501), + [aux_sym_cmd_identifier_token2] = ACTIONS(2503), + [aux_sym_cmd_identifier_token3] = ACTIONS(2503), + [aux_sym_cmd_identifier_token4] = ACTIONS(2503), + [aux_sym_cmd_identifier_token5] = ACTIONS(2503), + [aux_sym_cmd_identifier_token6] = ACTIONS(2503), + [aux_sym_cmd_identifier_token7] = ACTIONS(2503), + [aux_sym_cmd_identifier_token8] = ACTIONS(2501), + [aux_sym_cmd_identifier_token9] = ACTIONS(2501), + [aux_sym_cmd_identifier_token10] = ACTIONS(2503), + [aux_sym_cmd_identifier_token11] = ACTIONS(2503), + [aux_sym_cmd_identifier_token12] = ACTIONS(2501), + [aux_sym_cmd_identifier_token13] = ACTIONS(2501), + [aux_sym_cmd_identifier_token14] = ACTIONS(2501), + [aux_sym_cmd_identifier_token15] = ACTIONS(2501), + [aux_sym_cmd_identifier_token16] = ACTIONS(2503), + [aux_sym_cmd_identifier_token17] = ACTIONS(2503), + [aux_sym_cmd_identifier_token18] = ACTIONS(2503), + [aux_sym_cmd_identifier_token19] = ACTIONS(2503), + [aux_sym_cmd_identifier_token20] = ACTIONS(2503), + [aux_sym_cmd_identifier_token21] = ACTIONS(2503), + [aux_sym_cmd_identifier_token22] = ACTIONS(2503), + [aux_sym_cmd_identifier_token23] = ACTIONS(2503), + [aux_sym_cmd_identifier_token24] = ACTIONS(2503), + [aux_sym_cmd_identifier_token25] = ACTIONS(2503), + [aux_sym_cmd_identifier_token26] = ACTIONS(2503), + [aux_sym_cmd_identifier_token27] = ACTIONS(2503), + [aux_sym_cmd_identifier_token28] = ACTIONS(2503), + [aux_sym_cmd_identifier_token29] = ACTIONS(2503), + [aux_sym_cmd_identifier_token30] = ACTIONS(2503), + [aux_sym_cmd_identifier_token31] = ACTIONS(2503), + [aux_sym_cmd_identifier_token32] = ACTIONS(2503), + [aux_sym_cmd_identifier_token33] = ACTIONS(2503), + [aux_sym_cmd_identifier_token34] = ACTIONS(2501), + [aux_sym_cmd_identifier_token35] = ACTIONS(2503), + [aux_sym_cmd_identifier_token36] = ACTIONS(2503), + [aux_sym_cmd_identifier_token37] = ACTIONS(2503), + [aux_sym_cmd_identifier_token38] = ACTIONS(2501), + [aux_sym_cmd_identifier_token39] = ACTIONS(2503), + [aux_sym_cmd_identifier_token40] = ACTIONS(2503), + [anon_sym_def] = ACTIONS(2501), + [anon_sym_export_DASHenv] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_module] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_LPAREN] = ACTIONS(2503), + [anon_sym_DOLLAR] = ACTIONS(2503), + [anon_sym_error] = ACTIONS(2501), + [anon_sym_DASH2] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_in2] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_make] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_do] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_else] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_RBRACE] = ACTIONS(2503), + [anon_sym_try] = ACTIONS(2501), + [anon_sym_catch] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_source] = ACTIONS(2501), + [anon_sym_source_DASHenv] = ACTIONS(2501), + [anon_sym_register] = ACTIONS(2501), + [anon_sym_hide] = ACTIONS(2501), + [anon_sym_hide_DASHenv] = ACTIONS(2501), + [anon_sym_overlay] = ACTIONS(2501), + [anon_sym_as] = ACTIONS(2501), + [anon_sym_PLUS2] = ACTIONS(2501), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2503), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2503), + [aux_sym__val_number_decimal_token1] = ACTIONS(2501), + [aux_sym__val_number_decimal_token2] = ACTIONS(2503), + [aux_sym__val_number_decimal_token3] = ACTIONS(2503), + [aux_sym__val_number_decimal_token4] = ACTIONS(2503), + [aux_sym__val_number_token1] = ACTIONS(2503), + [aux_sym__val_number_token2] = ACTIONS(2503), + [aux_sym__val_number_token3] = ACTIONS(2503), + [aux_sym__val_number_token4] = ACTIONS(2501), + [aux_sym__val_number_token5] = ACTIONS(2501), + [aux_sym__val_number_token6] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(2503), + [sym__str_single_quotes] = ACTIONS(2503), + [sym__str_back_ticks] = ACTIONS(2503), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2503), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1979), + [sym_raw_string_begin] = ACTIONS(2503), }, [763] = { [sym_comment] = STATE(763), - [anon_sym_export] = ACTIONS(2374), - [anon_sym_alias] = ACTIONS(2374), - [anon_sym_let] = ACTIONS(2374), - [anon_sym_let_DASHenv] = ACTIONS(2374), - [anon_sym_mut] = ACTIONS(2374), - [anon_sym_const] = ACTIONS(2374), - [aux_sym_cmd_identifier_token1] = ACTIONS(2374), - [aux_sym_cmd_identifier_token2] = ACTIONS(2376), - [aux_sym_cmd_identifier_token3] = ACTIONS(2376), - [aux_sym_cmd_identifier_token4] = ACTIONS(2376), - [aux_sym_cmd_identifier_token5] = ACTIONS(2376), - [aux_sym_cmd_identifier_token6] = ACTIONS(2376), - [aux_sym_cmd_identifier_token7] = ACTIONS(2376), - [aux_sym_cmd_identifier_token8] = ACTIONS(2374), - [aux_sym_cmd_identifier_token9] = ACTIONS(2374), - [aux_sym_cmd_identifier_token10] = ACTIONS(2376), - [aux_sym_cmd_identifier_token11] = ACTIONS(2376), - [aux_sym_cmd_identifier_token12] = ACTIONS(2374), - [aux_sym_cmd_identifier_token13] = ACTIONS(2374), - [aux_sym_cmd_identifier_token14] = ACTIONS(2374), - [aux_sym_cmd_identifier_token15] = ACTIONS(2374), - [aux_sym_cmd_identifier_token16] = ACTIONS(2376), - [aux_sym_cmd_identifier_token17] = ACTIONS(2376), - [aux_sym_cmd_identifier_token18] = ACTIONS(2376), - [aux_sym_cmd_identifier_token19] = ACTIONS(2376), - [aux_sym_cmd_identifier_token20] = ACTIONS(2376), - [aux_sym_cmd_identifier_token21] = ACTIONS(2376), - [aux_sym_cmd_identifier_token22] = ACTIONS(2376), - [aux_sym_cmd_identifier_token23] = ACTIONS(2376), - [aux_sym_cmd_identifier_token24] = ACTIONS(2376), - [aux_sym_cmd_identifier_token25] = ACTIONS(2376), - [aux_sym_cmd_identifier_token26] = ACTIONS(2376), - [aux_sym_cmd_identifier_token27] = ACTIONS(2376), - [aux_sym_cmd_identifier_token28] = ACTIONS(2376), - [aux_sym_cmd_identifier_token29] = ACTIONS(2376), - [aux_sym_cmd_identifier_token30] = ACTIONS(2376), - [aux_sym_cmd_identifier_token31] = ACTIONS(2376), - [aux_sym_cmd_identifier_token32] = ACTIONS(2376), - [aux_sym_cmd_identifier_token33] = ACTIONS(2376), - [aux_sym_cmd_identifier_token34] = ACTIONS(2374), - [aux_sym_cmd_identifier_token35] = ACTIONS(2376), - [aux_sym_cmd_identifier_token36] = ACTIONS(2376), - [aux_sym_cmd_identifier_token37] = ACTIONS(2376), - [aux_sym_cmd_identifier_token38] = ACTIONS(2374), - [aux_sym_cmd_identifier_token39] = ACTIONS(2376), - [aux_sym_cmd_identifier_token40] = ACTIONS(2376), - [anon_sym_def] = ACTIONS(2374), - [anon_sym_export_DASHenv] = ACTIONS(2374), - [anon_sym_extern] = ACTIONS(2374), - [anon_sym_module] = ACTIONS(2374), - [anon_sym_use] = ACTIONS(2374), - [anon_sym_LPAREN] = ACTIONS(2376), - [anon_sym_DOLLAR] = ACTIONS(2376), - [anon_sym_error] = ACTIONS(2374), - [anon_sym_DASH2] = ACTIONS(2374), - [anon_sym_break] = ACTIONS(2374), - [anon_sym_continue] = ACTIONS(2374), - [anon_sym_for] = ACTIONS(2374), - [anon_sym_in2] = ACTIONS(2374), - [anon_sym_loop] = ACTIONS(2374), - [anon_sym_make] = ACTIONS(2374), - [anon_sym_while] = ACTIONS(2374), - [anon_sym_do] = ACTIONS(2374), - [anon_sym_if] = ACTIONS(2374), - [anon_sym_else] = ACTIONS(2374), - [anon_sym_match] = ACTIONS(2374), - [anon_sym_RBRACE] = ACTIONS(2376), - [anon_sym_try] = ACTIONS(2374), - [anon_sym_catch] = ACTIONS(2374), - [anon_sym_return] = ACTIONS(2374), - [anon_sym_source] = ACTIONS(2374), - [anon_sym_source_DASHenv] = ACTIONS(2374), - [anon_sym_register] = ACTIONS(2374), - [anon_sym_hide] = ACTIONS(2374), - [anon_sym_hide_DASHenv] = ACTIONS(2374), - [anon_sym_overlay] = ACTIONS(2374), - [anon_sym_as] = ACTIONS(2374), - [anon_sym_PLUS2] = ACTIONS(2374), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2376), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2376), - [aux_sym__val_number_decimal_token1] = ACTIONS(2374), - [aux_sym__val_number_decimal_token2] = ACTIONS(2376), - [aux_sym__val_number_decimal_token3] = ACTIONS(2376), - [aux_sym__val_number_decimal_token4] = ACTIONS(2376), - [aux_sym__val_number_token1] = ACTIONS(2376), - [aux_sym__val_number_token2] = ACTIONS(2376), - [aux_sym__val_number_token3] = ACTIONS(2376), - [aux_sym__val_number_token4] = ACTIONS(2374), - [aux_sym__val_number_token5] = ACTIONS(2374), - [aux_sym__val_number_token6] = ACTIONS(2374), - [anon_sym_DQUOTE] = ACTIONS(2376), - [sym__str_single_quotes] = ACTIONS(2376), - [sym__str_back_ticks] = ACTIONS(2376), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2376), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2376), + [anon_sym_export] = ACTIONS(2455), + [anon_sym_alias] = ACTIONS(2455), + [anon_sym_let] = ACTIONS(2455), + [anon_sym_let_DASHenv] = ACTIONS(2455), + [anon_sym_mut] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [aux_sym_cmd_identifier_token1] = ACTIONS(2455), + [aux_sym_cmd_identifier_token2] = ACTIONS(2457), + [aux_sym_cmd_identifier_token3] = ACTIONS(2457), + [aux_sym_cmd_identifier_token4] = ACTIONS(2457), + [aux_sym_cmd_identifier_token5] = ACTIONS(2457), + [aux_sym_cmd_identifier_token6] = ACTIONS(2457), + [aux_sym_cmd_identifier_token7] = ACTIONS(2457), + [aux_sym_cmd_identifier_token8] = ACTIONS(2455), + [aux_sym_cmd_identifier_token9] = ACTIONS(2455), + [aux_sym_cmd_identifier_token10] = ACTIONS(2457), + [aux_sym_cmd_identifier_token11] = ACTIONS(2457), + [aux_sym_cmd_identifier_token12] = ACTIONS(2455), + [aux_sym_cmd_identifier_token13] = ACTIONS(2455), + [aux_sym_cmd_identifier_token14] = ACTIONS(2455), + [aux_sym_cmd_identifier_token15] = ACTIONS(2455), + [aux_sym_cmd_identifier_token16] = ACTIONS(2457), + [aux_sym_cmd_identifier_token17] = ACTIONS(2457), + [aux_sym_cmd_identifier_token18] = ACTIONS(2457), + [aux_sym_cmd_identifier_token19] = ACTIONS(2457), + [aux_sym_cmd_identifier_token20] = ACTIONS(2457), + [aux_sym_cmd_identifier_token21] = ACTIONS(2457), + [aux_sym_cmd_identifier_token22] = ACTIONS(2457), + [aux_sym_cmd_identifier_token23] = ACTIONS(2457), + [aux_sym_cmd_identifier_token24] = ACTIONS(2457), + [aux_sym_cmd_identifier_token25] = ACTIONS(2457), + [aux_sym_cmd_identifier_token26] = ACTIONS(2457), + [aux_sym_cmd_identifier_token27] = ACTIONS(2457), + [aux_sym_cmd_identifier_token28] = ACTIONS(2457), + [aux_sym_cmd_identifier_token29] = ACTIONS(2457), + [aux_sym_cmd_identifier_token30] = ACTIONS(2457), + [aux_sym_cmd_identifier_token31] = ACTIONS(2457), + [aux_sym_cmd_identifier_token32] = ACTIONS(2457), + [aux_sym_cmd_identifier_token33] = ACTIONS(2457), + [aux_sym_cmd_identifier_token34] = ACTIONS(2455), + [aux_sym_cmd_identifier_token35] = ACTIONS(2457), + [aux_sym_cmd_identifier_token36] = ACTIONS(2457), + [aux_sym_cmd_identifier_token37] = ACTIONS(2457), + [aux_sym_cmd_identifier_token38] = ACTIONS(2455), + [aux_sym_cmd_identifier_token39] = ACTIONS(2457), + [aux_sym_cmd_identifier_token40] = ACTIONS(2457), + [anon_sym_def] = ACTIONS(2455), + [anon_sym_export_DASHenv] = ACTIONS(2455), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_module] = ACTIONS(2455), + [anon_sym_use] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [anon_sym_DOLLAR] = ACTIONS(2457), + [anon_sym_error] = ACTIONS(2455), + [anon_sym_DASH2] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_in2] = ACTIONS(2455), + [anon_sym_loop] = ACTIONS(2455), + [anon_sym_make] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2455), + [anon_sym_match] = ACTIONS(2455), + [anon_sym_RBRACE] = ACTIONS(2457), + [anon_sym_try] = ACTIONS(2455), + [anon_sym_catch] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_source] = ACTIONS(2455), + [anon_sym_source_DASHenv] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_hide] = ACTIONS(2455), + [anon_sym_hide_DASHenv] = ACTIONS(2455), + [anon_sym_overlay] = ACTIONS(2455), + [anon_sym_as] = ACTIONS(2455), + [anon_sym_PLUS2] = ACTIONS(2455), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2457), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2457), + [aux_sym__val_number_decimal_token1] = ACTIONS(2455), + [aux_sym__val_number_decimal_token2] = ACTIONS(2457), + [aux_sym__val_number_decimal_token3] = ACTIONS(2457), + [aux_sym__val_number_decimal_token4] = ACTIONS(2457), + [aux_sym__val_number_token1] = ACTIONS(2457), + [aux_sym__val_number_token2] = ACTIONS(2457), + [aux_sym__val_number_token3] = ACTIONS(2457), + [aux_sym__val_number_token4] = ACTIONS(2455), + [aux_sym__val_number_token5] = ACTIONS(2455), + [aux_sym__val_number_token6] = ACTIONS(2455), + [anon_sym_DQUOTE] = ACTIONS(2457), + [sym__str_single_quotes] = ACTIONS(2457), + [sym__str_back_ticks] = ACTIONS(2457), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2457), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2457), }, [764] = { [sym_comment] = STATE(764), - [anon_sym_export] = ACTIONS(2378), - [anon_sym_alias] = ACTIONS(2378), - [anon_sym_let] = ACTIONS(2378), - [anon_sym_let_DASHenv] = ACTIONS(2378), - [anon_sym_mut] = ACTIONS(2378), - [anon_sym_const] = ACTIONS(2378), - [aux_sym_cmd_identifier_token1] = ACTIONS(2378), - [aux_sym_cmd_identifier_token2] = ACTIONS(2380), - [aux_sym_cmd_identifier_token3] = ACTIONS(2380), - [aux_sym_cmd_identifier_token4] = ACTIONS(2380), - [aux_sym_cmd_identifier_token5] = ACTIONS(2380), - [aux_sym_cmd_identifier_token6] = ACTIONS(2380), - [aux_sym_cmd_identifier_token7] = ACTIONS(2380), - [aux_sym_cmd_identifier_token8] = ACTIONS(2378), - [aux_sym_cmd_identifier_token9] = ACTIONS(2378), - [aux_sym_cmd_identifier_token10] = ACTIONS(2380), - [aux_sym_cmd_identifier_token11] = ACTIONS(2380), - [aux_sym_cmd_identifier_token12] = ACTIONS(2378), - [aux_sym_cmd_identifier_token13] = ACTIONS(2378), - [aux_sym_cmd_identifier_token14] = ACTIONS(2378), - [aux_sym_cmd_identifier_token15] = ACTIONS(2378), - [aux_sym_cmd_identifier_token16] = ACTIONS(2380), - [aux_sym_cmd_identifier_token17] = ACTIONS(2380), - [aux_sym_cmd_identifier_token18] = ACTIONS(2380), - [aux_sym_cmd_identifier_token19] = ACTIONS(2380), - [aux_sym_cmd_identifier_token20] = ACTIONS(2380), - [aux_sym_cmd_identifier_token21] = ACTIONS(2380), - [aux_sym_cmd_identifier_token22] = ACTIONS(2380), - [aux_sym_cmd_identifier_token23] = ACTIONS(2380), - [aux_sym_cmd_identifier_token24] = ACTIONS(2380), - [aux_sym_cmd_identifier_token25] = ACTIONS(2380), - [aux_sym_cmd_identifier_token26] = ACTIONS(2380), - [aux_sym_cmd_identifier_token27] = ACTIONS(2380), - [aux_sym_cmd_identifier_token28] = ACTIONS(2380), - [aux_sym_cmd_identifier_token29] = ACTIONS(2380), - [aux_sym_cmd_identifier_token30] = ACTIONS(2380), - [aux_sym_cmd_identifier_token31] = ACTIONS(2380), - [aux_sym_cmd_identifier_token32] = ACTIONS(2380), - [aux_sym_cmd_identifier_token33] = ACTIONS(2380), - [aux_sym_cmd_identifier_token34] = ACTIONS(2378), - [aux_sym_cmd_identifier_token35] = ACTIONS(2380), - [aux_sym_cmd_identifier_token36] = ACTIONS(2380), - [aux_sym_cmd_identifier_token37] = ACTIONS(2380), - [aux_sym_cmd_identifier_token38] = ACTIONS(2378), - [aux_sym_cmd_identifier_token39] = ACTIONS(2380), - [aux_sym_cmd_identifier_token40] = ACTIONS(2380), - [anon_sym_def] = ACTIONS(2378), - [anon_sym_export_DASHenv] = ACTIONS(2378), - [anon_sym_extern] = ACTIONS(2378), - [anon_sym_module] = ACTIONS(2378), - [anon_sym_use] = ACTIONS(2378), - [anon_sym_LPAREN] = ACTIONS(2380), - [anon_sym_DOLLAR] = ACTIONS(2380), - [anon_sym_error] = ACTIONS(2378), - [anon_sym_DASH2] = ACTIONS(2378), - [anon_sym_break] = ACTIONS(2378), - [anon_sym_continue] = ACTIONS(2378), - [anon_sym_for] = ACTIONS(2378), - [anon_sym_in2] = ACTIONS(2378), - [anon_sym_loop] = ACTIONS(2378), - [anon_sym_make] = ACTIONS(2378), - [anon_sym_while] = ACTIONS(2378), - [anon_sym_do] = ACTIONS(2378), - [anon_sym_if] = ACTIONS(2378), - [anon_sym_else] = ACTIONS(2378), - [anon_sym_match] = ACTIONS(2378), - [anon_sym_RBRACE] = ACTIONS(2380), - [anon_sym_try] = ACTIONS(2378), - [anon_sym_catch] = ACTIONS(2378), - [anon_sym_return] = ACTIONS(2378), - [anon_sym_source] = ACTIONS(2378), - [anon_sym_source_DASHenv] = ACTIONS(2378), - [anon_sym_register] = ACTIONS(2378), - [anon_sym_hide] = ACTIONS(2378), - [anon_sym_hide_DASHenv] = ACTIONS(2378), - [anon_sym_overlay] = ACTIONS(2378), - [anon_sym_as] = ACTIONS(2378), - [anon_sym_PLUS2] = ACTIONS(2378), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2380), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2380), - [aux_sym__val_number_decimal_token1] = ACTIONS(2378), - [aux_sym__val_number_decimal_token2] = ACTIONS(2380), - [aux_sym__val_number_decimal_token3] = ACTIONS(2380), - [aux_sym__val_number_decimal_token4] = ACTIONS(2380), - [aux_sym__val_number_token1] = ACTIONS(2380), - [aux_sym__val_number_token2] = ACTIONS(2380), - [aux_sym__val_number_token3] = ACTIONS(2380), - [aux_sym__val_number_token4] = ACTIONS(2378), - [aux_sym__val_number_token5] = ACTIONS(2378), - [aux_sym__val_number_token6] = ACTIONS(2378), - [anon_sym_DQUOTE] = ACTIONS(2380), - [sym__str_single_quotes] = ACTIONS(2380), - [sym__str_back_ticks] = ACTIONS(2380), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2380), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2380), + [anon_sym_export] = ACTIONS(1270), + [anon_sym_alias] = ACTIONS(1270), + [anon_sym_let] = ACTIONS(1270), + [anon_sym_let_DASHenv] = ACTIONS(1270), + [anon_sym_mut] = ACTIONS(1270), + [anon_sym_const] = ACTIONS(1270), + [aux_sym_cmd_identifier_token1] = ACTIONS(1270), + [aux_sym_cmd_identifier_token2] = ACTIONS(1268), + [aux_sym_cmd_identifier_token3] = ACTIONS(1268), + [aux_sym_cmd_identifier_token4] = ACTIONS(1268), + [aux_sym_cmd_identifier_token5] = ACTIONS(1268), + [aux_sym_cmd_identifier_token6] = ACTIONS(1268), + [aux_sym_cmd_identifier_token7] = ACTIONS(1268), + [aux_sym_cmd_identifier_token8] = ACTIONS(1270), + [aux_sym_cmd_identifier_token9] = ACTIONS(1270), + [aux_sym_cmd_identifier_token10] = ACTIONS(1268), + [aux_sym_cmd_identifier_token11] = ACTIONS(1268), + [aux_sym_cmd_identifier_token12] = ACTIONS(1270), + [aux_sym_cmd_identifier_token13] = ACTIONS(1270), + [aux_sym_cmd_identifier_token14] = ACTIONS(1270), + [aux_sym_cmd_identifier_token15] = ACTIONS(1270), + [aux_sym_cmd_identifier_token16] = ACTIONS(1268), + [aux_sym_cmd_identifier_token17] = ACTIONS(1268), + [aux_sym_cmd_identifier_token18] = ACTIONS(1268), + [aux_sym_cmd_identifier_token19] = ACTIONS(1268), + [aux_sym_cmd_identifier_token20] = ACTIONS(1268), + [aux_sym_cmd_identifier_token21] = ACTIONS(1268), + [aux_sym_cmd_identifier_token22] = ACTIONS(1268), + [aux_sym_cmd_identifier_token23] = ACTIONS(1268), + [aux_sym_cmd_identifier_token24] = ACTIONS(1268), + [aux_sym_cmd_identifier_token25] = ACTIONS(1268), + [aux_sym_cmd_identifier_token26] = ACTIONS(1268), + [aux_sym_cmd_identifier_token27] = ACTIONS(1268), + [aux_sym_cmd_identifier_token28] = ACTIONS(1268), + [aux_sym_cmd_identifier_token29] = ACTIONS(1268), + [aux_sym_cmd_identifier_token30] = ACTIONS(1268), + [aux_sym_cmd_identifier_token31] = ACTIONS(1268), + [aux_sym_cmd_identifier_token32] = ACTIONS(1268), + [aux_sym_cmd_identifier_token33] = ACTIONS(1268), + [aux_sym_cmd_identifier_token34] = ACTIONS(1270), + [aux_sym_cmd_identifier_token35] = ACTIONS(1268), + [aux_sym_cmd_identifier_token36] = ACTIONS(1268), + [aux_sym_cmd_identifier_token37] = ACTIONS(1268), + [aux_sym_cmd_identifier_token38] = ACTIONS(1270), + [aux_sym_cmd_identifier_token39] = ACTIONS(1268), + [aux_sym_cmd_identifier_token40] = ACTIONS(1268), + [sym__newline] = ACTIONS(1268), + [anon_sym_def] = ACTIONS(1270), + [anon_sym_export_DASHenv] = ACTIONS(1270), + [anon_sym_extern] = ACTIONS(1270), + [anon_sym_module] = ACTIONS(1270), + [anon_sym_use] = ACTIONS(1270), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1268), + [anon_sym_error] = ACTIONS(1270), + [anon_sym_DASH2] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_for] = ACTIONS(1270), + [anon_sym_in2] = ACTIONS(1270), + [anon_sym_loop] = ACTIONS(1270), + [anon_sym_make] = ACTIONS(1270), + [anon_sym_while] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_else] = ACTIONS(1270), + [anon_sym_match] = ACTIONS(1270), + [anon_sym_try] = ACTIONS(1270), + [anon_sym_catch] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_source] = ACTIONS(1270), + [anon_sym_source_DASHenv] = ACTIONS(1270), + [anon_sym_register] = ACTIONS(1270), + [anon_sym_hide] = ACTIONS(1270), + [anon_sym_hide_DASHenv] = ACTIONS(1270), + [anon_sym_overlay] = ACTIONS(1270), + [anon_sym_as] = ACTIONS(1270), + [anon_sym_PLUS2] = ACTIONS(1270), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1268), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1268), + [aux_sym__val_number_decimal_token1] = ACTIONS(1270), + [aux_sym__val_number_decimal_token2] = ACTIONS(1268), + [aux_sym__val_number_decimal_token3] = ACTIONS(1268), + [aux_sym__val_number_decimal_token4] = ACTIONS(1268), + [aux_sym__val_number_token1] = ACTIONS(1268), + [aux_sym__val_number_token2] = ACTIONS(1268), + [aux_sym__val_number_token3] = ACTIONS(1268), + [aux_sym__val_number_token4] = ACTIONS(1270), + [aux_sym__val_number_token5] = ACTIONS(1270), + [aux_sym__val_number_token6] = ACTIONS(1270), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym__str_single_quotes] = ACTIONS(1268), + [sym__str_back_ticks] = ACTIONS(1268), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1268), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1268), }, [765] = { [sym_comment] = STATE(765), - [anon_sym_export] = ACTIONS(1937), - [anon_sym_alias] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_let_DASHenv] = ACTIONS(1937), - [anon_sym_mut] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [aux_sym_cmd_identifier_token1] = ACTIONS(1937), - [aux_sym_cmd_identifier_token2] = ACTIONS(1939), - [aux_sym_cmd_identifier_token3] = ACTIONS(1939), - [aux_sym_cmd_identifier_token4] = ACTIONS(1939), - [aux_sym_cmd_identifier_token5] = ACTIONS(1939), - [aux_sym_cmd_identifier_token6] = ACTIONS(1939), - [aux_sym_cmd_identifier_token7] = ACTIONS(1939), - [aux_sym_cmd_identifier_token8] = ACTIONS(1937), - [aux_sym_cmd_identifier_token9] = ACTIONS(1937), - [aux_sym_cmd_identifier_token10] = ACTIONS(1939), - [aux_sym_cmd_identifier_token11] = ACTIONS(1939), - [aux_sym_cmd_identifier_token12] = ACTIONS(1937), - [aux_sym_cmd_identifier_token13] = ACTIONS(1937), - [aux_sym_cmd_identifier_token14] = ACTIONS(1937), - [aux_sym_cmd_identifier_token15] = ACTIONS(1937), - [aux_sym_cmd_identifier_token16] = ACTIONS(1939), - [aux_sym_cmd_identifier_token17] = ACTIONS(1939), - [aux_sym_cmd_identifier_token18] = ACTIONS(1939), - [aux_sym_cmd_identifier_token19] = ACTIONS(1939), - [aux_sym_cmd_identifier_token20] = ACTIONS(1939), - [aux_sym_cmd_identifier_token21] = ACTIONS(1939), - [aux_sym_cmd_identifier_token22] = ACTIONS(1939), - [aux_sym_cmd_identifier_token23] = ACTIONS(1939), - [aux_sym_cmd_identifier_token24] = ACTIONS(1939), - [aux_sym_cmd_identifier_token25] = ACTIONS(1939), - [aux_sym_cmd_identifier_token26] = ACTIONS(1939), - [aux_sym_cmd_identifier_token27] = ACTIONS(1939), - [aux_sym_cmd_identifier_token28] = ACTIONS(1939), - [aux_sym_cmd_identifier_token29] = ACTIONS(1939), - [aux_sym_cmd_identifier_token30] = ACTIONS(1939), - [aux_sym_cmd_identifier_token31] = ACTIONS(1939), - [aux_sym_cmd_identifier_token32] = ACTIONS(1939), - [aux_sym_cmd_identifier_token33] = ACTIONS(1939), - [aux_sym_cmd_identifier_token34] = ACTIONS(1937), - [aux_sym_cmd_identifier_token35] = ACTIONS(1939), - [aux_sym_cmd_identifier_token36] = ACTIONS(1939), - [aux_sym_cmd_identifier_token37] = ACTIONS(1939), - [aux_sym_cmd_identifier_token38] = ACTIONS(1937), - [aux_sym_cmd_identifier_token39] = ACTIONS(1939), - [aux_sym_cmd_identifier_token40] = ACTIONS(1939), - [anon_sym_def] = ACTIONS(1937), - [anon_sym_export_DASHenv] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_module] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_LPAREN] = ACTIONS(1939), - [anon_sym_DOLLAR] = ACTIONS(1939), - [anon_sym_error] = ACTIONS(1937), - [anon_sym_DASH2] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_in2] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_make] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_do] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_else] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_try] = ACTIONS(1937), - [anon_sym_catch] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_source] = ACTIONS(1937), - [anon_sym_source_DASHenv] = ACTIONS(1937), - [anon_sym_register] = ACTIONS(1937), - [anon_sym_hide] = ACTIONS(1937), - [anon_sym_hide_DASHenv] = ACTIONS(1937), - [anon_sym_overlay] = ACTIONS(1937), - [anon_sym_as] = ACTIONS(1937), - [anon_sym_PLUS2] = ACTIONS(1937), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(1939), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(1939), - [aux_sym__val_number_decimal_token1] = ACTIONS(1937), - [aux_sym__val_number_decimal_token2] = ACTIONS(1939), - [aux_sym__val_number_decimal_token3] = ACTIONS(1939), - [aux_sym__val_number_decimal_token4] = ACTIONS(1939), - [aux_sym__val_number_token1] = ACTIONS(1939), - [aux_sym__val_number_token2] = ACTIONS(1939), - [aux_sym__val_number_token3] = ACTIONS(1939), - [aux_sym__val_number_token4] = ACTIONS(1937), - [aux_sym__val_number_token5] = ACTIONS(1937), - [aux_sym__val_number_token6] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(1939), - [sym__str_single_quotes] = ACTIONS(1939), - [sym__str_back_ticks] = ACTIONS(1939), - [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(1939), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1939), + [anon_sym_export] = ACTIONS(2120), + [anon_sym_alias] = ACTIONS(2120), + [anon_sym_let] = ACTIONS(2120), + [anon_sym_let_DASHenv] = ACTIONS(2120), + [anon_sym_mut] = ACTIONS(2120), + [anon_sym_const] = ACTIONS(2120), + [aux_sym_cmd_identifier_token1] = ACTIONS(2120), + [aux_sym_cmd_identifier_token2] = ACTIONS(2122), + [aux_sym_cmd_identifier_token3] = ACTIONS(2122), + [aux_sym_cmd_identifier_token4] = ACTIONS(2122), + [aux_sym_cmd_identifier_token5] = ACTIONS(2122), + [aux_sym_cmd_identifier_token6] = ACTIONS(2122), + [aux_sym_cmd_identifier_token7] = ACTIONS(2122), + [aux_sym_cmd_identifier_token8] = ACTIONS(2120), + [aux_sym_cmd_identifier_token9] = ACTIONS(2120), + [aux_sym_cmd_identifier_token10] = ACTIONS(2122), + [aux_sym_cmd_identifier_token11] = ACTIONS(2122), + [aux_sym_cmd_identifier_token12] = ACTIONS(2120), + [aux_sym_cmd_identifier_token13] = ACTIONS(2120), + [aux_sym_cmd_identifier_token14] = ACTIONS(2120), + [aux_sym_cmd_identifier_token15] = ACTIONS(2120), + [aux_sym_cmd_identifier_token16] = ACTIONS(2122), + [aux_sym_cmd_identifier_token17] = ACTIONS(2122), + [aux_sym_cmd_identifier_token18] = ACTIONS(2122), + [aux_sym_cmd_identifier_token19] = ACTIONS(2122), + [aux_sym_cmd_identifier_token20] = ACTIONS(2122), + [aux_sym_cmd_identifier_token21] = ACTIONS(2122), + [aux_sym_cmd_identifier_token22] = ACTIONS(2122), + [aux_sym_cmd_identifier_token23] = ACTIONS(2122), + [aux_sym_cmd_identifier_token24] = ACTIONS(2122), + [aux_sym_cmd_identifier_token25] = ACTIONS(2122), + [aux_sym_cmd_identifier_token26] = ACTIONS(2122), + [aux_sym_cmd_identifier_token27] = ACTIONS(2122), + [aux_sym_cmd_identifier_token28] = ACTIONS(2122), + [aux_sym_cmd_identifier_token29] = ACTIONS(2122), + [aux_sym_cmd_identifier_token30] = ACTIONS(2122), + [aux_sym_cmd_identifier_token31] = ACTIONS(2122), + [aux_sym_cmd_identifier_token32] = ACTIONS(2122), + [aux_sym_cmd_identifier_token33] = ACTIONS(2122), + [aux_sym_cmd_identifier_token34] = ACTIONS(2120), + [aux_sym_cmd_identifier_token35] = ACTIONS(2122), + [aux_sym_cmd_identifier_token36] = ACTIONS(2122), + [aux_sym_cmd_identifier_token37] = ACTIONS(2122), + [aux_sym_cmd_identifier_token38] = ACTIONS(2120), + [aux_sym_cmd_identifier_token39] = ACTIONS(2122), + [aux_sym_cmd_identifier_token40] = ACTIONS(2122), + [anon_sym_def] = ACTIONS(2120), + [anon_sym_export_DASHenv] = ACTIONS(2120), + [anon_sym_extern] = ACTIONS(2120), + [anon_sym_module] = ACTIONS(2120), + [anon_sym_use] = ACTIONS(2120), + [anon_sym_LPAREN] = ACTIONS(2122), + [anon_sym_DOLLAR] = ACTIONS(2122), + [anon_sym_error] = ACTIONS(2120), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_break] = ACTIONS(2120), + [anon_sym_continue] = ACTIONS(2120), + [anon_sym_for] = ACTIONS(2120), + [anon_sym_in2] = ACTIONS(2120), + [anon_sym_loop] = ACTIONS(2120), + [anon_sym_make] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2120), + [anon_sym_do] = ACTIONS(2120), + [anon_sym_if] = ACTIONS(2120), + [anon_sym_else] = ACTIONS(2120), + [anon_sym_match] = ACTIONS(2120), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2120), + [anon_sym_catch] = ACTIONS(2120), + [anon_sym_return] = ACTIONS(2120), + [anon_sym_source] = ACTIONS(2120), + [anon_sym_source_DASHenv] = ACTIONS(2120), + [anon_sym_register] = ACTIONS(2120), + [anon_sym_hide] = ACTIONS(2120), + [anon_sym_hide_DASHenv] = ACTIONS(2120), + [anon_sym_overlay] = ACTIONS(2120), + [anon_sym_as] = ACTIONS(2120), + [anon_sym_PLUS2] = ACTIONS(2120), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(2122), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(2122), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2122), + [aux_sym__val_number_decimal_token3] = ACTIONS(2122), + [aux_sym__val_number_decimal_token4] = ACTIONS(2122), + [aux_sym__val_number_token1] = ACTIONS(2122), + [aux_sym__val_number_token2] = ACTIONS(2122), + [aux_sym__val_number_token3] = ACTIONS(2122), + [aux_sym__val_number_token4] = ACTIONS(2120), + [aux_sym__val_number_token5] = ACTIONS(2120), + [aux_sym__val_number_token6] = ACTIONS(2120), + [anon_sym_DQUOTE] = ACTIONS(2122), + [sym__str_single_quotes] = ACTIONS(2122), + [sym__str_back_ticks] = ACTIONS(2122), + [anon_sym_DOT_DOT_DOT_LBRACE] = ACTIONS(2122), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2122), }, [766] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7523), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2826), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(3048), + [sym__val_range] = STATE(7611), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(3049), + [sym_val_bool] = STATE(2917), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(2831), + [sym_val_number] = STATE(3049), + [sym__val_number_decimal] = STATE(2475), + [sym__val_number] = STATE(3050), + [sym_val_duration] = STATE(3049), + [sym_val_filesize] = STATE(3049), + [sym_val_binary] = STATE(3049), + [sym_val_string] = STATE(3049), + [sym__raw_str] = STATE(3066), + [sym__str_double_quotes] = STATE(3066), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7135), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7384), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(3049), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(2923), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6679), [sym_comment] = STATE(766), - [aux_sym_shebang_repeat1] = STATE(766), - [aux_sym_cmd_identifier_token1] = ACTIONS(1262), - [aux_sym_cmd_identifier_token2] = ACTIONS(1264), - [aux_sym_cmd_identifier_token3] = ACTIONS(1264), - [aux_sym_cmd_identifier_token4] = ACTIONS(1264), - [aux_sym_cmd_identifier_token5] = ACTIONS(1264), - [aux_sym_cmd_identifier_token6] = ACTIONS(1264), - [aux_sym_cmd_identifier_token7] = ACTIONS(1264), - [aux_sym_cmd_identifier_token8] = ACTIONS(1264), - [aux_sym_cmd_identifier_token9] = ACTIONS(1262), - [aux_sym_cmd_identifier_token10] = ACTIONS(1264), - [aux_sym_cmd_identifier_token11] = ACTIONS(1264), - [aux_sym_cmd_identifier_token12] = ACTIONS(1264), - [aux_sym_cmd_identifier_token13] = ACTIONS(1262), - [aux_sym_cmd_identifier_token14] = ACTIONS(1264), - [aux_sym_cmd_identifier_token15] = ACTIONS(1262), - [aux_sym_cmd_identifier_token16] = ACTIONS(1264), - [aux_sym_cmd_identifier_token17] = ACTIONS(1264), - [aux_sym_cmd_identifier_token18] = ACTIONS(1262), - [aux_sym_cmd_identifier_token19] = ACTIONS(1264), - [aux_sym_cmd_identifier_token20] = ACTIONS(1264), - [aux_sym_cmd_identifier_token21] = ACTIONS(1264), - [aux_sym_cmd_identifier_token22] = ACTIONS(1264), - [aux_sym_cmd_identifier_token23] = ACTIONS(1264), - [aux_sym_cmd_identifier_token24] = ACTIONS(1264), - [aux_sym_cmd_identifier_token25] = ACTIONS(1264), - [aux_sym_cmd_identifier_token26] = ACTIONS(1264), - [aux_sym_cmd_identifier_token27] = ACTIONS(1264), - [aux_sym_cmd_identifier_token28] = ACTIONS(1264), - [aux_sym_cmd_identifier_token29] = ACTIONS(1264), - [aux_sym_cmd_identifier_token30] = ACTIONS(1264), - [aux_sym_cmd_identifier_token31] = ACTIONS(1264), - [aux_sym_cmd_identifier_token32] = ACTIONS(1262), - [aux_sym_cmd_identifier_token33] = ACTIONS(1264), - [aux_sym_cmd_identifier_token34] = ACTIONS(1262), - [aux_sym_cmd_identifier_token35] = ACTIONS(1264), - [aux_sym_cmd_identifier_token36] = ACTIONS(1264), - [aux_sym_cmd_identifier_token37] = ACTIONS(1264), - [aux_sym_cmd_identifier_token38] = ACTIONS(1262), - [aux_sym_cmd_identifier_token39] = ACTIONS(1264), - [aux_sym_cmd_identifier_token40] = ACTIONS(1264), + [aux_sym_shebang_repeat1] = STATE(888), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym__match_pattern_list_repeat1] = STATE(1302), + [aux_sym_list_body_repeat1] = STATE(973), [sym__newline] = ACTIONS(2537), - [anon_sym_PIPE] = ACTIONS(1264), - [anon_sym_err_GT_PIPE] = ACTIONS(1264), - [anon_sym_out_GT_PIPE] = ACTIONS(1264), - [anon_sym_e_GT_PIPE] = ACTIONS(1264), - [anon_sym_o_GT_PIPE] = ACTIONS(1264), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1264), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1264), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1264), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1264), - [anon_sym_LBRACK] = ACTIONS(1264), - [anon_sym_LPAREN] = ACTIONS(1264), - [anon_sym_DOLLAR] = ACTIONS(1262), - [anon_sym_DASH2] = ACTIONS(1262), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1262), - [anon_sym_do] = ACTIONS(1262), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_match] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1264), - [anon_sym_DOT_DOT] = ACTIONS(1262), - [anon_sym_try] = ACTIONS(1262), - [anon_sym_return] = ACTIONS(1262), - [anon_sym_where] = ACTIONS(1264), - [aux_sym_expr_unary_token1] = ACTIONS(1264), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1264), - [anon_sym_DOT_DOT_LT] = ACTIONS(1264), - [anon_sym_null] = ACTIONS(1262), - [anon_sym_true] = ACTIONS(1262), - [anon_sym_false] = ACTIONS(1262), - [aux_sym__val_number_decimal_token1] = ACTIONS(1262), - [aux_sym__val_number_decimal_token2] = ACTIONS(1264), - [aux_sym__val_number_decimal_token3] = ACTIONS(1264), - [aux_sym__val_number_decimal_token4] = ACTIONS(1264), - [aux_sym__val_number_token1] = ACTIONS(1264), - [aux_sym__val_number_token2] = ACTIONS(1264), - [aux_sym__val_number_token3] = ACTIONS(1264), - [aux_sym__val_number_token4] = ACTIONS(1262), - [aux_sym__val_number_token5] = ACTIONS(1262), - [aux_sym__val_number_token6] = ACTIONS(1262), - [anon_sym_0b] = ACTIONS(1262), - [anon_sym_0o] = ACTIONS(1262), - [anon_sym_0x] = ACTIONS(1262), - [sym_val_date] = ACTIONS(1264), - [anon_sym_DQUOTE] = ACTIONS(1264), - [sym__str_single_quotes] = ACTIONS(1264), - [sym__str_back_ticks] = ACTIONS(1264), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1264), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1264), - [aux_sym_env_var_token1] = ACTIONS(1262), - [anon_sym_CARET] = ACTIONS(1264), - [aux_sym_command_token1] = ACTIONS(1264), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1264), + [anon_sym_LBRACK] = ACTIONS(2539), + [anon_sym_RBRACK] = ACTIONS(2541), + [anon_sym_LPAREN] = ACTIONS(2543), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_DOLLAR] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_DOT_DOT] = ACTIONS(2551), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2553), + [anon_sym_DOT_DOT_LT] = ACTIONS(2553), + [anon_sym_null] = ACTIONS(2555), + [anon_sym_true] = ACTIONS(2557), + [anon_sym_false] = ACTIONS(2557), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(2559), + [aux_sym__val_number_decimal_token2] = ACTIONS(2561), + [aux_sym__val_number_decimal_token3] = ACTIONS(2563), + [aux_sym__val_number_decimal_token4] = ACTIONS(2565), + [aux_sym__val_number_token1] = ACTIONS(2567), + [aux_sym__val_number_token2] = ACTIONS(2567), + [aux_sym__val_number_token3] = ACTIONS(2567), + [aux_sym__val_number_token4] = ACTIONS(2569), + [aux_sym__val_number_token5] = ACTIONS(2569), + [aux_sym__val_number_token6] = ACTIONS(2569), + [anon_sym_0b] = ACTIONS(2571), + [anon_sym_0o] = ACTIONS(2573), + [anon_sym_0x] = ACTIONS(2573), + [sym_val_date] = ACTIONS(2575), + [anon_sym_DQUOTE] = ACTIONS(2577), + [sym__str_single_quotes] = ACTIONS(2579), + [sym__str_back_ticks] = ACTIONS(2579), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(2591), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2593), }, [767] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7523), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2826), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(3048), + [sym__val_range] = STATE(7611), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(3049), + [sym_val_bool] = STATE(2917), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(2831), + [sym_val_number] = STATE(3049), + [sym__val_number_decimal] = STATE(2475), + [sym__val_number] = STATE(3050), + [sym_val_duration] = STATE(3049), + [sym_val_filesize] = STATE(3049), + [sym_val_binary] = STATE(3049), + [sym_val_string] = STATE(3049), + [sym__raw_str] = STATE(3066), + [sym__str_double_quotes] = STATE(3066), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7151), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7497), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(3049), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(2923), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6679), [sym_comment] = STATE(767), - [aux_sym_shebang_repeat1] = STATE(766), - [aux_sym_cmd_identifier_token1] = ACTIONS(2540), - [aux_sym_cmd_identifier_token2] = ACTIONS(2542), - [aux_sym_cmd_identifier_token3] = ACTIONS(2542), - [aux_sym_cmd_identifier_token4] = ACTIONS(2542), - [aux_sym_cmd_identifier_token5] = ACTIONS(2542), - [aux_sym_cmd_identifier_token6] = ACTIONS(2542), - [aux_sym_cmd_identifier_token7] = ACTIONS(2542), - [aux_sym_cmd_identifier_token8] = ACTIONS(2542), - [aux_sym_cmd_identifier_token9] = ACTIONS(2540), - [aux_sym_cmd_identifier_token10] = ACTIONS(2542), - [aux_sym_cmd_identifier_token11] = ACTIONS(2542), - [aux_sym_cmd_identifier_token12] = ACTIONS(2542), - [aux_sym_cmd_identifier_token13] = ACTIONS(2540), - [aux_sym_cmd_identifier_token14] = ACTIONS(2542), - [aux_sym_cmd_identifier_token15] = ACTIONS(2540), - [aux_sym_cmd_identifier_token16] = ACTIONS(2542), - [aux_sym_cmd_identifier_token17] = ACTIONS(2542), - [aux_sym_cmd_identifier_token18] = ACTIONS(2540), - [aux_sym_cmd_identifier_token19] = ACTIONS(2542), - [aux_sym_cmd_identifier_token20] = ACTIONS(2542), - [aux_sym_cmd_identifier_token21] = ACTIONS(2542), - [aux_sym_cmd_identifier_token22] = ACTIONS(2542), - [aux_sym_cmd_identifier_token23] = ACTIONS(2542), - [aux_sym_cmd_identifier_token24] = ACTIONS(2542), - [aux_sym_cmd_identifier_token25] = ACTIONS(2542), - [aux_sym_cmd_identifier_token26] = ACTIONS(2542), - [aux_sym_cmd_identifier_token27] = ACTIONS(2542), - [aux_sym_cmd_identifier_token28] = ACTIONS(2542), - [aux_sym_cmd_identifier_token29] = ACTIONS(2542), - [aux_sym_cmd_identifier_token30] = ACTIONS(2542), - [aux_sym_cmd_identifier_token31] = ACTIONS(2542), - [aux_sym_cmd_identifier_token32] = ACTIONS(2540), - [aux_sym_cmd_identifier_token33] = ACTIONS(2542), - [aux_sym_cmd_identifier_token34] = ACTIONS(2540), - [aux_sym_cmd_identifier_token35] = ACTIONS(2542), - [aux_sym_cmd_identifier_token36] = ACTIONS(2542), - [aux_sym_cmd_identifier_token37] = ACTIONS(2542), - [aux_sym_cmd_identifier_token38] = ACTIONS(2540), - [aux_sym_cmd_identifier_token39] = ACTIONS(2542), - [aux_sym_cmd_identifier_token40] = ACTIONS(2542), - [sym__newline] = ACTIONS(2535), - [anon_sym_PIPE] = ACTIONS(2544), - [anon_sym_err_GT_PIPE] = ACTIONS(2544), - [anon_sym_out_GT_PIPE] = ACTIONS(2544), - [anon_sym_e_GT_PIPE] = ACTIONS(2544), - [anon_sym_o_GT_PIPE] = ACTIONS(2544), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2544), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2544), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2544), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2544), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LPAREN] = ACTIONS(2542), - [anon_sym_DOLLAR] = ACTIONS(2540), - [anon_sym_DASH2] = ACTIONS(2540), - [anon_sym_break] = ACTIONS(2540), - [anon_sym_continue] = ACTIONS(2540), - [anon_sym_do] = ACTIONS(2540), - [anon_sym_if] = ACTIONS(2540), - [anon_sym_match] = ACTIONS(2540), - [anon_sym_LBRACE] = ACTIONS(2542), - [anon_sym_DOT_DOT] = ACTIONS(2540), - [anon_sym_try] = ACTIONS(2540), - [anon_sym_return] = ACTIONS(2540), - [anon_sym_where] = ACTIONS(2542), - [aux_sym_expr_unary_token1] = ACTIONS(2542), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2542), - [anon_sym_DOT_DOT_LT] = ACTIONS(2542), - [anon_sym_null] = ACTIONS(2540), - [anon_sym_true] = ACTIONS(2540), - [anon_sym_false] = ACTIONS(2540), - [aux_sym__val_number_decimal_token1] = ACTIONS(2540), - [aux_sym__val_number_decimal_token2] = ACTIONS(2542), - [aux_sym__val_number_decimal_token3] = ACTIONS(2542), - [aux_sym__val_number_decimal_token4] = ACTIONS(2542), - [aux_sym__val_number_token1] = ACTIONS(2542), - [aux_sym__val_number_token2] = ACTIONS(2542), - [aux_sym__val_number_token3] = ACTIONS(2542), - [aux_sym__val_number_token4] = ACTIONS(2540), - [aux_sym__val_number_token5] = ACTIONS(2540), - [aux_sym__val_number_token6] = ACTIONS(2540), - [anon_sym_0b] = ACTIONS(2540), - [anon_sym_0o] = ACTIONS(2540), - [anon_sym_0x] = ACTIONS(2540), - [sym_val_date] = ACTIONS(2542), - [anon_sym_DQUOTE] = ACTIONS(2542), - [sym__str_single_quotes] = ACTIONS(2542), - [sym__str_back_ticks] = ACTIONS(2542), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2542), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2542), - [aux_sym_env_var_token1] = ACTIONS(2540), - [anon_sym_CARET] = ACTIONS(2542), - [aux_sym_command_token1] = ACTIONS(2542), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2542), + [aux_sym_shebang_repeat1] = STATE(890), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym__match_pattern_list_repeat1] = STATE(1302), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(2539), + [anon_sym_RBRACK] = ACTIONS(2595), + [anon_sym_LPAREN] = ACTIONS(2543), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_DOLLAR] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2549), + [anon_sym_DOT_DOT] = ACTIONS(2551), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2553), + [anon_sym_DOT_DOT_LT] = ACTIONS(2553), + [anon_sym_null] = ACTIONS(2555), + [anon_sym_true] = ACTIONS(2557), + [anon_sym_false] = ACTIONS(2557), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(2559), + [aux_sym__val_number_decimal_token2] = ACTIONS(2561), + [aux_sym__val_number_decimal_token3] = ACTIONS(2563), + [aux_sym__val_number_decimal_token4] = ACTIONS(2565), + [aux_sym__val_number_token1] = ACTIONS(2567), + [aux_sym__val_number_token2] = ACTIONS(2567), + [aux_sym__val_number_token3] = ACTIONS(2567), + [aux_sym__val_number_token4] = ACTIONS(2569), + [aux_sym__val_number_token5] = ACTIONS(2569), + [aux_sym__val_number_token6] = ACTIONS(2569), + [anon_sym_0b] = ACTIONS(2571), + [anon_sym_0o] = ACTIONS(2573), + [anon_sym_0x] = ACTIONS(2573), + [sym_val_date] = ACTIONS(2575), + [anon_sym_DQUOTE] = ACTIONS(2577), + [sym__str_single_quotes] = ACTIONS(2579), + [sym__str_back_ticks] = ACTIONS(2579), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(2591), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2593), }, [768] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7759), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2845), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(3094), - [sym__val_range] = STATE(7379), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(3096), - [sym_val_bool] = STATE(2878), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(2848), - [sym_val_number] = STATE(3096), - [sym__val_number_decimal] = STATE(2535), - [sym__val_number] = STATE(3105), - [sym_val_duration] = STATE(3096), - [sym_val_filesize] = STATE(3096), - [sym_val_binary] = STATE(3096), - [sym_val_string] = STATE(3096), - [sym__raw_str] = STATE(3064), - [sym__str_double_quotes] = STATE(3064), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7124), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7499), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(3096), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(2889), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6909), [sym_comment] = STATE(768), - [aux_sym_shebang_repeat1] = STATE(887), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym__match_pattern_list_repeat1] = STATE(1256), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(2548), - [anon_sym_RBRACK] = ACTIONS(2550), - [anon_sym_LPAREN] = ACTIONS(2552), - [anon_sym_COMMA] = ACTIONS(2554), - [anon_sym_DOLLAR] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_DOT_DOT] = ACTIONS(2560), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2562), - [anon_sym_DOT_DOT_LT] = ACTIONS(2562), - [anon_sym_null] = ACTIONS(2564), - [anon_sym_true] = ACTIONS(2566), - [anon_sym_false] = ACTIONS(2566), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(2568), - [aux_sym__val_number_decimal_token2] = ACTIONS(2570), - [aux_sym__val_number_decimal_token3] = ACTIONS(2572), - [aux_sym__val_number_decimal_token4] = ACTIONS(2574), - [aux_sym__val_number_token1] = ACTIONS(2576), - [aux_sym__val_number_token2] = ACTIONS(2576), - [aux_sym__val_number_token3] = ACTIONS(2576), - [aux_sym__val_number_token4] = ACTIONS(2578), - [aux_sym__val_number_token5] = ACTIONS(2578), - [aux_sym__val_number_token6] = ACTIONS(2578), - [anon_sym_0b] = ACTIONS(2580), - [anon_sym_0o] = ACTIONS(2582), - [anon_sym_0x] = ACTIONS(2582), - [sym_val_date] = ACTIONS(2584), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym__str_single_quotes] = ACTIONS(2588), - [sym__str_back_ticks] = ACTIONS(2588), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(2600), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2602), + [aux_sym_shebang_repeat1] = STATE(769), + [aux_sym_cmd_identifier_token1] = ACTIONS(2597), + [aux_sym_cmd_identifier_token2] = ACTIONS(2599), + [aux_sym_cmd_identifier_token3] = ACTIONS(2599), + [aux_sym_cmd_identifier_token4] = ACTIONS(2599), + [aux_sym_cmd_identifier_token5] = ACTIONS(2599), + [aux_sym_cmd_identifier_token6] = ACTIONS(2599), + [aux_sym_cmd_identifier_token7] = ACTIONS(2599), + [aux_sym_cmd_identifier_token8] = ACTIONS(2599), + [aux_sym_cmd_identifier_token9] = ACTIONS(2597), + [aux_sym_cmd_identifier_token10] = ACTIONS(2599), + [aux_sym_cmd_identifier_token11] = ACTIONS(2599), + [aux_sym_cmd_identifier_token12] = ACTIONS(2599), + [aux_sym_cmd_identifier_token13] = ACTIONS(2597), + [aux_sym_cmd_identifier_token14] = ACTIONS(2599), + [aux_sym_cmd_identifier_token15] = ACTIONS(2597), + [aux_sym_cmd_identifier_token16] = ACTIONS(2599), + [aux_sym_cmd_identifier_token17] = ACTIONS(2599), + [aux_sym_cmd_identifier_token18] = ACTIONS(2597), + [aux_sym_cmd_identifier_token19] = ACTIONS(2599), + [aux_sym_cmd_identifier_token20] = ACTIONS(2599), + [aux_sym_cmd_identifier_token21] = ACTIONS(2599), + [aux_sym_cmd_identifier_token22] = ACTIONS(2599), + [aux_sym_cmd_identifier_token23] = ACTIONS(2599), + [aux_sym_cmd_identifier_token24] = ACTIONS(2599), + [aux_sym_cmd_identifier_token25] = ACTIONS(2599), + [aux_sym_cmd_identifier_token26] = ACTIONS(2599), + [aux_sym_cmd_identifier_token27] = ACTIONS(2599), + [aux_sym_cmd_identifier_token28] = ACTIONS(2599), + [aux_sym_cmd_identifier_token29] = ACTIONS(2599), + [aux_sym_cmd_identifier_token30] = ACTIONS(2599), + [aux_sym_cmd_identifier_token31] = ACTIONS(2599), + [aux_sym_cmd_identifier_token32] = ACTIONS(2597), + [aux_sym_cmd_identifier_token33] = ACTIONS(2599), + [aux_sym_cmd_identifier_token34] = ACTIONS(2597), + [aux_sym_cmd_identifier_token35] = ACTIONS(2599), + [aux_sym_cmd_identifier_token36] = ACTIONS(2599), + [aux_sym_cmd_identifier_token37] = ACTIONS(2599), + [aux_sym_cmd_identifier_token38] = ACTIONS(2597), + [aux_sym_cmd_identifier_token39] = ACTIONS(2599), + [aux_sym_cmd_identifier_token40] = ACTIONS(2599), + [sym__newline] = ACTIONS(2517), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_err_GT_PIPE] = ACTIONS(2601), + [anon_sym_out_GT_PIPE] = ACTIONS(2601), + [anon_sym_e_GT_PIPE] = ACTIONS(2601), + [anon_sym_o_GT_PIPE] = ACTIONS(2601), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2601), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2601), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2601), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2599), + [anon_sym_LPAREN] = ACTIONS(2599), + [anon_sym_DOLLAR] = ACTIONS(2597), + [anon_sym_DASH2] = ACTIONS(2597), + [anon_sym_break] = ACTIONS(2597), + [anon_sym_continue] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_if] = ACTIONS(2597), + [anon_sym_match] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2599), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_try] = ACTIONS(2597), + [anon_sym_return] = ACTIONS(2597), + [anon_sym_where] = ACTIONS(2599), + [aux_sym_expr_unary_token1] = ACTIONS(2599), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2599), + [anon_sym_DOT_DOT_LT] = ACTIONS(2599), + [anon_sym_null] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [aux_sym__val_number_decimal_token1] = ACTIONS(2597), + [aux_sym__val_number_decimal_token2] = ACTIONS(2599), + [aux_sym__val_number_decimal_token3] = ACTIONS(2599), + [aux_sym__val_number_decimal_token4] = ACTIONS(2599), + [aux_sym__val_number_token1] = ACTIONS(2599), + [aux_sym__val_number_token2] = ACTIONS(2599), + [aux_sym__val_number_token3] = ACTIONS(2599), + [aux_sym__val_number_token4] = ACTIONS(2597), + [aux_sym__val_number_token5] = ACTIONS(2597), + [aux_sym__val_number_token6] = ACTIONS(2597), + [anon_sym_0b] = ACTIONS(2597), + [anon_sym_0o] = ACTIONS(2597), + [anon_sym_0x] = ACTIONS(2597), + [sym_val_date] = ACTIONS(2599), + [anon_sym_DQUOTE] = ACTIONS(2599), + [sym__str_single_quotes] = ACTIONS(2599), + [sym__str_back_ticks] = ACTIONS(2599), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2599), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2599), + [aux_sym_env_var_token1] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2599), + [aux_sym_command_token1] = ACTIONS(2599), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2599), }, [769] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7759), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2845), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(3094), - [sym__val_range] = STATE(7379), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(3096), - [sym_val_bool] = STATE(2878), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(2848), - [sym_val_number] = STATE(3096), - [sym__val_number_decimal] = STATE(2535), - [sym__val_number] = STATE(3105), - [sym_val_duration] = STATE(3096), - [sym_val_filesize] = STATE(3096), - [sym_val_binary] = STATE(3096), - [sym_val_string] = STATE(3096), - [sym__raw_str] = STATE(3064), - [sym__str_double_quotes] = STATE(3064), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7141), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7480), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(3096), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(2889), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6909), [sym_comment] = STATE(769), - [aux_sym_shebang_repeat1] = STATE(889), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym__match_pattern_list_repeat1] = STATE(1256), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(2548), - [anon_sym_RBRACK] = ACTIONS(2604), - [anon_sym_LPAREN] = ACTIONS(2552), - [anon_sym_COMMA] = ACTIONS(2554), - [anon_sym_DOLLAR] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_DOT_DOT] = ACTIONS(2560), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2562), - [anon_sym_DOT_DOT_LT] = ACTIONS(2562), - [anon_sym_null] = ACTIONS(2564), - [anon_sym_true] = ACTIONS(2566), - [anon_sym_false] = ACTIONS(2566), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(2568), - [aux_sym__val_number_decimal_token2] = ACTIONS(2570), - [aux_sym__val_number_decimal_token3] = ACTIONS(2572), - [aux_sym__val_number_decimal_token4] = ACTIONS(2574), - [aux_sym__val_number_token1] = ACTIONS(2576), - [aux_sym__val_number_token2] = ACTIONS(2576), - [aux_sym__val_number_token3] = ACTIONS(2576), - [aux_sym__val_number_token4] = ACTIONS(2578), - [aux_sym__val_number_token5] = ACTIONS(2578), - [aux_sym__val_number_token6] = ACTIONS(2578), - [anon_sym_0b] = ACTIONS(2580), - [anon_sym_0o] = ACTIONS(2582), - [anon_sym_0x] = ACTIONS(2582), - [sym_val_date] = ACTIONS(2584), - [anon_sym_DQUOTE] = ACTIONS(2586), - [sym__str_single_quotes] = ACTIONS(2588), - [sym__str_back_ticks] = ACTIONS(2588), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(2600), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2602), + [aux_sym_shebang_repeat1] = STATE(769), + [aux_sym_cmd_identifier_token1] = ACTIONS(1274), + [aux_sym_cmd_identifier_token2] = ACTIONS(1276), + [aux_sym_cmd_identifier_token3] = ACTIONS(1276), + [aux_sym_cmd_identifier_token4] = ACTIONS(1276), + [aux_sym_cmd_identifier_token5] = ACTIONS(1276), + [aux_sym_cmd_identifier_token6] = ACTIONS(1276), + [aux_sym_cmd_identifier_token7] = ACTIONS(1276), + [aux_sym_cmd_identifier_token8] = ACTIONS(1276), + [aux_sym_cmd_identifier_token9] = ACTIONS(1274), + [aux_sym_cmd_identifier_token10] = ACTIONS(1276), + [aux_sym_cmd_identifier_token11] = ACTIONS(1276), + [aux_sym_cmd_identifier_token12] = ACTIONS(1276), + [aux_sym_cmd_identifier_token13] = ACTIONS(1274), + [aux_sym_cmd_identifier_token14] = ACTIONS(1276), + [aux_sym_cmd_identifier_token15] = ACTIONS(1274), + [aux_sym_cmd_identifier_token16] = ACTIONS(1276), + [aux_sym_cmd_identifier_token17] = ACTIONS(1276), + [aux_sym_cmd_identifier_token18] = ACTIONS(1274), + [aux_sym_cmd_identifier_token19] = ACTIONS(1276), + [aux_sym_cmd_identifier_token20] = ACTIONS(1276), + [aux_sym_cmd_identifier_token21] = ACTIONS(1276), + [aux_sym_cmd_identifier_token22] = ACTIONS(1276), + [aux_sym_cmd_identifier_token23] = ACTIONS(1276), + [aux_sym_cmd_identifier_token24] = ACTIONS(1276), + [aux_sym_cmd_identifier_token25] = ACTIONS(1276), + [aux_sym_cmd_identifier_token26] = ACTIONS(1276), + [aux_sym_cmd_identifier_token27] = ACTIONS(1276), + [aux_sym_cmd_identifier_token28] = ACTIONS(1276), + [aux_sym_cmd_identifier_token29] = ACTIONS(1276), + [aux_sym_cmd_identifier_token30] = ACTIONS(1276), + [aux_sym_cmd_identifier_token31] = ACTIONS(1276), + [aux_sym_cmd_identifier_token32] = ACTIONS(1274), + [aux_sym_cmd_identifier_token33] = ACTIONS(1276), + [aux_sym_cmd_identifier_token34] = ACTIONS(1274), + [aux_sym_cmd_identifier_token35] = ACTIONS(1276), + [aux_sym_cmd_identifier_token36] = ACTIONS(1276), + [aux_sym_cmd_identifier_token37] = ACTIONS(1276), + [aux_sym_cmd_identifier_token38] = ACTIONS(1274), + [aux_sym_cmd_identifier_token39] = ACTIONS(1276), + [aux_sym_cmd_identifier_token40] = ACTIONS(1276), + [sym__newline] = ACTIONS(2603), + [anon_sym_PIPE] = ACTIONS(1276), + [anon_sym_err_GT_PIPE] = ACTIONS(1276), + [anon_sym_out_GT_PIPE] = ACTIONS(1276), + [anon_sym_e_GT_PIPE] = ACTIONS(1276), + [anon_sym_o_GT_PIPE] = ACTIONS(1276), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1276), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1276), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1276), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1276), + [anon_sym_LBRACK] = ACTIONS(1276), + [anon_sym_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1274), + [anon_sym_DASH2] = ACTIONS(1274), + [anon_sym_break] = ACTIONS(1274), + [anon_sym_continue] = ACTIONS(1274), + [anon_sym_do] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_match] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_DOT_DOT] = ACTIONS(1274), + [anon_sym_try] = ACTIONS(1274), + [anon_sym_return] = ACTIONS(1274), + [anon_sym_where] = ACTIONS(1276), + [aux_sym_expr_unary_token1] = ACTIONS(1276), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1276), + [anon_sym_DOT_DOT_LT] = ACTIONS(1276), + [anon_sym_null] = ACTIONS(1274), + [anon_sym_true] = ACTIONS(1274), + [anon_sym_false] = ACTIONS(1274), + [aux_sym__val_number_decimal_token1] = ACTIONS(1274), + [aux_sym__val_number_decimal_token2] = ACTIONS(1276), + [aux_sym__val_number_decimal_token3] = ACTIONS(1276), + [aux_sym__val_number_decimal_token4] = ACTIONS(1276), + [aux_sym__val_number_token1] = ACTIONS(1276), + [aux_sym__val_number_token2] = ACTIONS(1276), + [aux_sym__val_number_token3] = ACTIONS(1276), + [aux_sym__val_number_token4] = ACTIONS(1274), + [aux_sym__val_number_token5] = ACTIONS(1274), + [aux_sym__val_number_token6] = ACTIONS(1274), + [anon_sym_0b] = ACTIONS(1274), + [anon_sym_0o] = ACTIONS(1274), + [anon_sym_0x] = ACTIONS(1274), + [sym_val_date] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym__str_single_quotes] = ACTIONS(1276), + [sym__str_back_ticks] = ACTIONS(1276), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1276), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1276), + [aux_sym_env_var_token1] = ACTIONS(1274), + [anon_sym_CARET] = ACTIONS(1276), + [aux_sym_command_token1] = ACTIONS(1276), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1276), }, [770] = { + [sym_expr_parenthesized] = STATE(1507), + [sym_val_range] = STATE(1812), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1812), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1812), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1620), + [sym__unquoted_with_expr] = STATE(1813), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(770), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(2606), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2608), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_COLON2] = ACTIONS(1599), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_ctrl_do_repeat2] = STATE(770), + [sym__newline] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_PIPE] = ACTIONS(2606), + [anon_sym_err_GT_PIPE] = ACTIONS(2606), + [anon_sym_out_GT_PIPE] = ACTIONS(2606), + [anon_sym_e_GT_PIPE] = ACTIONS(2606), + [anon_sym_o_GT_PIPE] = ACTIONS(2606), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2606), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2606), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2606), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_LPAREN] = ACTIONS(2611), + [anon_sym_RPAREN] = ACTIONS(2606), + [anon_sym_DOLLAR] = ACTIONS(2614), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_DASH2] = ACTIONS(2620), + [anon_sym_LBRACE] = ACTIONS(2623), + [anon_sym_RBRACE] = ACTIONS(2606), + [anon_sym_DOT_DOT] = ACTIONS(2626), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2629), + [anon_sym_DOT_DOT_LT] = ACTIONS(2629), + [anon_sym_null] = ACTIONS(2632), + [anon_sym_true] = ACTIONS(2635), + [anon_sym_false] = ACTIONS(2635), + [aux_sym__val_number_decimal_token1] = ACTIONS(2638), + [aux_sym__val_number_decimal_token2] = ACTIONS(2641), + [aux_sym__val_number_decimal_token3] = ACTIONS(2644), + [aux_sym__val_number_decimal_token4] = ACTIONS(2647), + [aux_sym__val_number_token1] = ACTIONS(2650), + [aux_sym__val_number_token2] = ACTIONS(2650), + [aux_sym__val_number_token3] = ACTIONS(2650), + [aux_sym__val_number_token4] = ACTIONS(2653), + [aux_sym__val_number_token5] = ACTIONS(2653), + [aux_sym__val_number_token6] = ACTIONS(2653), + [anon_sym_0b] = ACTIONS(2656), + [anon_sym_0o] = ACTIONS(2659), + [anon_sym_0x] = ACTIONS(2659), + [sym_val_date] = ACTIONS(2662), + [anon_sym_DQUOTE] = ACTIONS(2665), + [sym__str_single_quotes] = ACTIONS(2668), + [sym__str_back_ticks] = ACTIONS(2668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2677), + [anon_sym_out_GT] = ACTIONS(2677), + [anon_sym_e_GT] = ACTIONS(2677), + [anon_sym_o_GT] = ACTIONS(2677), + [anon_sym_err_PLUSout_GT] = ACTIONS(2677), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2677), + [anon_sym_o_PLUSe_GT] = ACTIONS(2677), + [anon_sym_e_PLUSo_GT] = ACTIONS(2677), + [anon_sym_err_GT_GT] = ACTIONS(2680), + [anon_sym_out_GT_GT] = ACTIONS(2680), + [anon_sym_e_GT_GT] = ACTIONS(2680), + [anon_sym_o_GT_GT] = ACTIONS(2680), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2680), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2680), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2680), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2680), + [aux_sym_unquoted_token1] = ACTIONS(2683), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2686), }, [771] = { [sym_comment] = STATE(771), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(2610), - [aux_sym__immediate_decimal_token2] = ACTIONS(2612), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_COLON2] = ACTIONS(1623), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(2689), + [aux_sym__immediate_decimal_token2] = ACTIONS(2691), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_COLON2] = ACTIONS(1595), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [772] = { + [sym_expr_parenthesized] = STATE(1507), + [sym_val_range] = STATE(1812), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1812), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1812), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1620), + [sym__unquoted_with_expr] = STATE(1813), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(772), - [aux_sym_cmd_identifier_token1] = ACTIONS(2614), - [aux_sym_cmd_identifier_token2] = ACTIONS(2616), - [aux_sym_cmd_identifier_token3] = ACTIONS(2616), - [aux_sym_cmd_identifier_token4] = ACTIONS(2616), - [aux_sym_cmd_identifier_token5] = ACTIONS(2616), - [aux_sym_cmd_identifier_token6] = ACTIONS(2616), - [aux_sym_cmd_identifier_token7] = ACTIONS(2616), - [aux_sym_cmd_identifier_token8] = ACTIONS(2616), - [aux_sym_cmd_identifier_token9] = ACTIONS(2614), - [aux_sym_cmd_identifier_token10] = ACTIONS(2616), - [aux_sym_cmd_identifier_token11] = ACTIONS(2616), - [aux_sym_cmd_identifier_token12] = ACTIONS(2616), - [aux_sym_cmd_identifier_token13] = ACTIONS(2614), - [aux_sym_cmd_identifier_token14] = ACTIONS(2616), - [aux_sym_cmd_identifier_token15] = ACTIONS(2614), - [aux_sym_cmd_identifier_token16] = ACTIONS(2616), - [aux_sym_cmd_identifier_token17] = ACTIONS(2616), - [aux_sym_cmd_identifier_token18] = ACTIONS(2614), - [aux_sym_cmd_identifier_token19] = ACTIONS(2616), - [aux_sym_cmd_identifier_token20] = ACTIONS(2616), - [aux_sym_cmd_identifier_token21] = ACTIONS(2616), - [aux_sym_cmd_identifier_token22] = ACTIONS(2616), - [aux_sym_cmd_identifier_token23] = ACTIONS(2616), - [aux_sym_cmd_identifier_token24] = ACTIONS(2616), - [aux_sym_cmd_identifier_token25] = ACTIONS(2616), - [aux_sym_cmd_identifier_token26] = ACTIONS(2616), - [aux_sym_cmd_identifier_token27] = ACTIONS(2616), - [aux_sym_cmd_identifier_token28] = ACTIONS(2616), - [aux_sym_cmd_identifier_token29] = ACTIONS(2616), - [aux_sym_cmd_identifier_token30] = ACTIONS(2616), - [aux_sym_cmd_identifier_token31] = ACTIONS(2616), - [aux_sym_cmd_identifier_token32] = ACTIONS(2614), - [aux_sym_cmd_identifier_token33] = ACTIONS(2616), - [aux_sym_cmd_identifier_token34] = ACTIONS(2614), - [aux_sym_cmd_identifier_token35] = ACTIONS(2616), - [aux_sym_cmd_identifier_token36] = ACTIONS(2616), - [aux_sym_cmd_identifier_token37] = ACTIONS(2616), - [aux_sym_cmd_identifier_token38] = ACTIONS(2614), - [aux_sym_cmd_identifier_token39] = ACTIONS(2616), - [aux_sym_cmd_identifier_token40] = ACTIONS(2616), - [sym__newline] = ACTIONS(2616), - [anon_sym_PIPE] = ACTIONS(2616), - [anon_sym_err_GT_PIPE] = ACTIONS(2616), - [anon_sym_out_GT_PIPE] = ACTIONS(2616), - [anon_sym_e_GT_PIPE] = ACTIONS(2616), - [anon_sym_o_GT_PIPE] = ACTIONS(2616), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2616), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2616), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2616), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2616), - [anon_sym_LBRACK] = ACTIONS(2616), - [anon_sym_LPAREN] = ACTIONS(2616), - [anon_sym_DOLLAR] = ACTIONS(2614), - [anon_sym_DASH2] = ACTIONS(2614), - [anon_sym_break] = ACTIONS(2614), - [anon_sym_continue] = ACTIONS(2614), - [anon_sym_do] = ACTIONS(2614), - [anon_sym_if] = ACTIONS(2614), - [anon_sym_match] = ACTIONS(2614), - [anon_sym_LBRACE] = ACTIONS(2616), - [anon_sym_DOT_DOT] = ACTIONS(2614), - [anon_sym_try] = ACTIONS(2614), - [anon_sym_return] = ACTIONS(2614), - [anon_sym_where] = ACTIONS(2616), - [aux_sym_expr_unary_token1] = ACTIONS(2616), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2616), - [anon_sym_DOT_DOT_LT] = ACTIONS(2616), - [anon_sym_null] = ACTIONS(2614), - [anon_sym_true] = ACTIONS(2614), - [anon_sym_false] = ACTIONS(2614), - [aux_sym__val_number_decimal_token1] = ACTIONS(2614), - [aux_sym__val_number_decimal_token2] = ACTIONS(2616), - [aux_sym__val_number_decimal_token3] = ACTIONS(2616), - [aux_sym__val_number_decimal_token4] = ACTIONS(2616), - [aux_sym__val_number_token1] = ACTIONS(2616), - [aux_sym__val_number_token2] = ACTIONS(2616), - [aux_sym__val_number_token3] = ACTIONS(2616), - [aux_sym__val_number_token4] = ACTIONS(2614), - [aux_sym__val_number_token5] = ACTIONS(2614), - [aux_sym__val_number_token6] = ACTIONS(2614), - [anon_sym_0b] = ACTIONS(2614), - [anon_sym_0o] = ACTIONS(2614), - [anon_sym_0x] = ACTIONS(2614), - [sym_val_date] = ACTIONS(2616), - [anon_sym_DQUOTE] = ACTIONS(2616), - [sym__str_single_quotes] = ACTIONS(2616), - [sym__str_back_ticks] = ACTIONS(2616), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2616), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2616), - [aux_sym_env_var_token1] = ACTIONS(2614), - [anon_sym_CARET] = ACTIONS(2616), - [aux_sym_command_token1] = ACTIONS(2616), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2616), + [aux_sym_ctrl_do_repeat2] = STATE(773), + [sym__newline] = ACTIONS(2693), + [anon_sym_SEMI] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_err_GT_PIPE] = ACTIONS(2693), + [anon_sym_out_GT_PIPE] = ACTIONS(2693), + [anon_sym_e_GT_PIPE] = ACTIONS(2693), + [anon_sym_o_GT_PIPE] = ACTIONS(2693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2693), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2693), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [773] = { + [sym_expr_parenthesized] = STATE(1507), + [sym_val_range] = STATE(1812), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1812), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1812), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1620), + [sym__unquoted_with_expr] = STATE(1813), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(773), - [aux_sym_cmd_identifier_token1] = ACTIONS(2509), - [aux_sym_cmd_identifier_token2] = ACTIONS(2511), - [aux_sym_cmd_identifier_token3] = ACTIONS(2511), - [aux_sym_cmd_identifier_token4] = ACTIONS(2511), - [aux_sym_cmd_identifier_token5] = ACTIONS(2511), - [aux_sym_cmd_identifier_token6] = ACTIONS(2511), - [aux_sym_cmd_identifier_token7] = ACTIONS(2511), - [aux_sym_cmd_identifier_token8] = ACTIONS(2511), - [aux_sym_cmd_identifier_token9] = ACTIONS(2509), - [aux_sym_cmd_identifier_token10] = ACTIONS(2511), - [aux_sym_cmd_identifier_token11] = ACTIONS(2511), - [aux_sym_cmd_identifier_token12] = ACTIONS(2511), - [aux_sym_cmd_identifier_token13] = ACTIONS(2509), - [aux_sym_cmd_identifier_token14] = ACTIONS(2511), - [aux_sym_cmd_identifier_token15] = ACTIONS(2509), - [aux_sym_cmd_identifier_token16] = ACTIONS(2511), - [aux_sym_cmd_identifier_token17] = ACTIONS(2511), - [aux_sym_cmd_identifier_token18] = ACTIONS(2509), - [aux_sym_cmd_identifier_token19] = ACTIONS(2511), - [aux_sym_cmd_identifier_token20] = ACTIONS(2511), - [aux_sym_cmd_identifier_token21] = ACTIONS(2511), - [aux_sym_cmd_identifier_token22] = ACTIONS(2511), - [aux_sym_cmd_identifier_token23] = ACTIONS(2511), - [aux_sym_cmd_identifier_token24] = ACTIONS(2511), - [aux_sym_cmd_identifier_token25] = ACTIONS(2511), - [aux_sym_cmd_identifier_token26] = ACTIONS(2511), - [aux_sym_cmd_identifier_token27] = ACTIONS(2511), - [aux_sym_cmd_identifier_token28] = ACTIONS(2511), - [aux_sym_cmd_identifier_token29] = ACTIONS(2511), - [aux_sym_cmd_identifier_token30] = ACTIONS(2511), - [aux_sym_cmd_identifier_token31] = ACTIONS(2511), - [aux_sym_cmd_identifier_token32] = ACTIONS(2509), - [aux_sym_cmd_identifier_token33] = ACTIONS(2511), - [aux_sym_cmd_identifier_token34] = ACTIONS(2509), - [aux_sym_cmd_identifier_token35] = ACTIONS(2511), - [aux_sym_cmd_identifier_token36] = ACTIONS(2511), - [aux_sym_cmd_identifier_token37] = ACTIONS(2511), - [aux_sym_cmd_identifier_token38] = ACTIONS(2509), - [aux_sym_cmd_identifier_token39] = ACTIONS(2511), - [aux_sym_cmd_identifier_token40] = ACTIONS(2511), - [sym__newline] = ACTIONS(2511), - [anon_sym_PIPE] = ACTIONS(2511), - [anon_sym_err_GT_PIPE] = ACTIONS(2511), - [anon_sym_out_GT_PIPE] = ACTIONS(2511), - [anon_sym_e_GT_PIPE] = ACTIONS(2511), - [anon_sym_o_GT_PIPE] = ACTIONS(2511), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2511), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2511), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2511), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2511), - [anon_sym_LBRACK] = ACTIONS(2511), - [anon_sym_LPAREN] = ACTIONS(2511), - [anon_sym_DOLLAR] = ACTIONS(2509), - [anon_sym_DASH2] = ACTIONS(2509), - [anon_sym_break] = ACTIONS(2509), - [anon_sym_continue] = ACTIONS(2509), - [anon_sym_do] = ACTIONS(2509), - [anon_sym_if] = ACTIONS(2509), - [anon_sym_match] = ACTIONS(2509), - [anon_sym_LBRACE] = ACTIONS(2511), - [anon_sym_DOT_DOT] = ACTIONS(2509), - [anon_sym_try] = ACTIONS(2509), - [anon_sym_return] = ACTIONS(2509), - [anon_sym_where] = ACTIONS(2511), - [aux_sym_expr_unary_token1] = ACTIONS(2511), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2511), - [anon_sym_DOT_DOT_LT] = ACTIONS(2511), - [anon_sym_null] = ACTIONS(2509), - [anon_sym_true] = ACTIONS(2509), - [anon_sym_false] = ACTIONS(2509), - [aux_sym__val_number_decimal_token1] = ACTIONS(2509), - [aux_sym__val_number_decimal_token2] = ACTIONS(2511), - [aux_sym__val_number_decimal_token3] = ACTIONS(2511), - [aux_sym__val_number_decimal_token4] = ACTIONS(2511), - [aux_sym__val_number_token1] = ACTIONS(2511), - [aux_sym__val_number_token2] = ACTIONS(2511), - [aux_sym__val_number_token3] = ACTIONS(2511), - [aux_sym__val_number_token4] = ACTIONS(2509), - [aux_sym__val_number_token5] = ACTIONS(2509), - [aux_sym__val_number_token6] = ACTIONS(2509), - [anon_sym_0b] = ACTIONS(2509), - [anon_sym_0o] = ACTIONS(2509), - [anon_sym_0x] = ACTIONS(2509), - [sym_val_date] = ACTIONS(2511), - [anon_sym_DQUOTE] = ACTIONS(2511), - [sym__str_single_quotes] = ACTIONS(2511), - [sym__str_back_ticks] = ACTIONS(2511), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2511), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2511), - [aux_sym_env_var_token1] = ACTIONS(2509), - [anon_sym_CARET] = ACTIONS(2511), - [aux_sym_command_token1] = ACTIONS(2511), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2511), + [aux_sym_ctrl_do_repeat2] = STATE(770), + [sym__newline] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_err_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_GT_PIPE] = ACTIONS(2749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2749), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2749), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [774] = { + [sym_expr_parenthesized] = STATE(1507), + [sym_val_range] = STATE(1812), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1812), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1812), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1620), + [sym__unquoted_with_expr] = STATE(1813), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(774), - [aux_sym_cmd_identifier_token1] = ACTIONS(2618), - [aux_sym_cmd_identifier_token2] = ACTIONS(2620), - [aux_sym_cmd_identifier_token3] = ACTIONS(2620), - [aux_sym_cmd_identifier_token4] = ACTIONS(2620), - [aux_sym_cmd_identifier_token5] = ACTIONS(2620), - [aux_sym_cmd_identifier_token6] = ACTIONS(2620), - [aux_sym_cmd_identifier_token7] = ACTIONS(2620), - [aux_sym_cmd_identifier_token8] = ACTIONS(2620), - [aux_sym_cmd_identifier_token9] = ACTIONS(2618), - [aux_sym_cmd_identifier_token10] = ACTIONS(2620), - [aux_sym_cmd_identifier_token11] = ACTIONS(2620), - [aux_sym_cmd_identifier_token12] = ACTIONS(2620), - [aux_sym_cmd_identifier_token13] = ACTIONS(2618), - [aux_sym_cmd_identifier_token14] = ACTIONS(2620), - [aux_sym_cmd_identifier_token15] = ACTIONS(2618), - [aux_sym_cmd_identifier_token16] = ACTIONS(2620), - [aux_sym_cmd_identifier_token17] = ACTIONS(2620), - [aux_sym_cmd_identifier_token18] = ACTIONS(2618), - [aux_sym_cmd_identifier_token19] = ACTIONS(2620), - [aux_sym_cmd_identifier_token20] = ACTIONS(2620), - [aux_sym_cmd_identifier_token21] = ACTIONS(2620), - [aux_sym_cmd_identifier_token22] = ACTIONS(2620), - [aux_sym_cmd_identifier_token23] = ACTIONS(2620), - [aux_sym_cmd_identifier_token24] = ACTIONS(2620), - [aux_sym_cmd_identifier_token25] = ACTIONS(2620), - [aux_sym_cmd_identifier_token26] = ACTIONS(2620), - [aux_sym_cmd_identifier_token27] = ACTIONS(2620), - [aux_sym_cmd_identifier_token28] = ACTIONS(2620), - [aux_sym_cmd_identifier_token29] = ACTIONS(2620), - [aux_sym_cmd_identifier_token30] = ACTIONS(2620), - [aux_sym_cmd_identifier_token31] = ACTIONS(2620), - [aux_sym_cmd_identifier_token32] = ACTIONS(2618), - [aux_sym_cmd_identifier_token33] = ACTIONS(2620), - [aux_sym_cmd_identifier_token34] = ACTIONS(2618), - [aux_sym_cmd_identifier_token35] = ACTIONS(2620), - [aux_sym_cmd_identifier_token36] = ACTIONS(2620), - [aux_sym_cmd_identifier_token37] = ACTIONS(2620), - [aux_sym_cmd_identifier_token38] = ACTIONS(2618), - [aux_sym_cmd_identifier_token39] = ACTIONS(2620), - [aux_sym_cmd_identifier_token40] = ACTIONS(2620), - [sym__newline] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_err_GT_PIPE] = ACTIONS(1275), - [anon_sym_out_GT_PIPE] = ACTIONS(1275), - [anon_sym_e_GT_PIPE] = ACTIONS(1275), - [anon_sym_o_GT_PIPE] = ACTIONS(1275), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1275), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1275), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1275), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1275), - [anon_sym_LBRACK] = ACTIONS(2620), - [anon_sym_LPAREN] = ACTIONS(2620), - [anon_sym_DOLLAR] = ACTIONS(2618), - [anon_sym_DASH2] = ACTIONS(2618), - [anon_sym_break] = ACTIONS(2618), - [anon_sym_continue] = ACTIONS(2618), - [anon_sym_do] = ACTIONS(2618), - [anon_sym_if] = ACTIONS(2618), - [anon_sym_match] = ACTIONS(2618), - [anon_sym_LBRACE] = ACTIONS(2620), - [anon_sym_DOT_DOT] = ACTIONS(2618), - [anon_sym_try] = ACTIONS(2618), - [anon_sym_return] = ACTIONS(2618), - [anon_sym_where] = ACTIONS(2620), - [aux_sym_expr_unary_token1] = ACTIONS(2620), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2620), - [anon_sym_DOT_DOT_LT] = ACTIONS(2620), - [anon_sym_null] = ACTIONS(2618), - [anon_sym_true] = ACTIONS(2618), - [anon_sym_false] = ACTIONS(2618), - [aux_sym__val_number_decimal_token1] = ACTIONS(2618), - [aux_sym__val_number_decimal_token2] = ACTIONS(2620), - [aux_sym__val_number_decimal_token3] = ACTIONS(2620), - [aux_sym__val_number_decimal_token4] = ACTIONS(2620), - [aux_sym__val_number_token1] = ACTIONS(2620), - [aux_sym__val_number_token2] = ACTIONS(2620), - [aux_sym__val_number_token3] = ACTIONS(2620), - [aux_sym__val_number_token4] = ACTIONS(2618), - [aux_sym__val_number_token5] = ACTIONS(2618), - [aux_sym__val_number_token6] = ACTIONS(2618), - [anon_sym_0b] = ACTIONS(2618), - [anon_sym_0o] = ACTIONS(2618), - [anon_sym_0x] = ACTIONS(2618), - [sym_val_date] = ACTIONS(2620), - [anon_sym_DQUOTE] = ACTIONS(2620), - [sym__str_single_quotes] = ACTIONS(2620), - [sym__str_back_ticks] = ACTIONS(2620), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2620), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2620), - [aux_sym_env_var_token1] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2620), - [aux_sym_command_token1] = ACTIONS(2620), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2620), + [aux_sym_ctrl_do_repeat2] = STATE(775), + [sym__newline] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_err_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_GT_PIPE] = ACTIONS(2749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2749), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2749), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [775] = { + [sym_expr_parenthesized] = STATE(1507), + [sym_val_range] = STATE(1812), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1812), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1812), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1620), + [sym__unquoted_with_expr] = STATE(1813), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(775), - [aux_sym_cmd_identifier_token1] = ACTIONS(1277), - [aux_sym_cmd_identifier_token2] = ACTIONS(1275), - [aux_sym_cmd_identifier_token3] = ACTIONS(1275), - [aux_sym_cmd_identifier_token4] = ACTIONS(1275), - [aux_sym_cmd_identifier_token5] = ACTIONS(1275), - [aux_sym_cmd_identifier_token6] = ACTIONS(1275), - [aux_sym_cmd_identifier_token7] = ACTIONS(1275), - [aux_sym_cmd_identifier_token8] = ACTIONS(1275), - [aux_sym_cmd_identifier_token9] = ACTIONS(1277), - [aux_sym_cmd_identifier_token10] = ACTIONS(1275), - [aux_sym_cmd_identifier_token11] = ACTIONS(1275), - [aux_sym_cmd_identifier_token12] = ACTIONS(1275), - [aux_sym_cmd_identifier_token13] = ACTIONS(1277), - [aux_sym_cmd_identifier_token14] = ACTIONS(1275), - [aux_sym_cmd_identifier_token15] = ACTIONS(1277), - [aux_sym_cmd_identifier_token16] = ACTIONS(1275), - [aux_sym_cmd_identifier_token17] = ACTIONS(1275), - [aux_sym_cmd_identifier_token18] = ACTIONS(1277), - [aux_sym_cmd_identifier_token19] = ACTIONS(1275), - [aux_sym_cmd_identifier_token20] = ACTIONS(1275), - [aux_sym_cmd_identifier_token21] = ACTIONS(1275), - [aux_sym_cmd_identifier_token22] = ACTIONS(1275), - [aux_sym_cmd_identifier_token23] = ACTIONS(1275), - [aux_sym_cmd_identifier_token24] = ACTIONS(1275), - [aux_sym_cmd_identifier_token25] = ACTIONS(1275), - [aux_sym_cmd_identifier_token26] = ACTIONS(1275), - [aux_sym_cmd_identifier_token27] = ACTIONS(1275), - [aux_sym_cmd_identifier_token28] = ACTIONS(1275), - [aux_sym_cmd_identifier_token29] = ACTIONS(1275), - [aux_sym_cmd_identifier_token30] = ACTIONS(1275), - [aux_sym_cmd_identifier_token31] = ACTIONS(1275), - [aux_sym_cmd_identifier_token32] = ACTIONS(1277), - [aux_sym_cmd_identifier_token33] = ACTIONS(1275), - [aux_sym_cmd_identifier_token34] = ACTIONS(1277), - [aux_sym_cmd_identifier_token35] = ACTIONS(1275), - [aux_sym_cmd_identifier_token36] = ACTIONS(1275), - [aux_sym_cmd_identifier_token37] = ACTIONS(1275), - [aux_sym_cmd_identifier_token38] = ACTIONS(1277), - [aux_sym_cmd_identifier_token39] = ACTIONS(1275), - [aux_sym_cmd_identifier_token40] = ACTIONS(1275), - [sym__newline] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_err_GT_PIPE] = ACTIONS(1275), - [anon_sym_out_GT_PIPE] = ACTIONS(1275), - [anon_sym_e_GT_PIPE] = ACTIONS(1275), - [anon_sym_o_GT_PIPE] = ACTIONS(1275), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1275), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1275), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1275), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1275), - [anon_sym_LBRACK] = ACTIONS(1275), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1277), - [anon_sym_DASH2] = ACTIONS(1277), - [anon_sym_break] = ACTIONS(1277), - [anon_sym_continue] = ACTIONS(1277), - [anon_sym_do] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_DOT_DOT] = ACTIONS(1277), - [anon_sym_try] = ACTIONS(1277), - [anon_sym_return] = ACTIONS(1277), - [anon_sym_where] = ACTIONS(1275), - [aux_sym_expr_unary_token1] = ACTIONS(1275), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1275), - [anon_sym_DOT_DOT_LT] = ACTIONS(1275), - [anon_sym_null] = ACTIONS(1277), - [anon_sym_true] = ACTIONS(1277), - [anon_sym_false] = ACTIONS(1277), - [aux_sym__val_number_decimal_token1] = ACTIONS(1277), - [aux_sym__val_number_decimal_token2] = ACTIONS(1275), - [aux_sym__val_number_decimal_token3] = ACTIONS(1275), - [aux_sym__val_number_decimal_token4] = ACTIONS(1275), - [aux_sym__val_number_token1] = ACTIONS(1275), - [aux_sym__val_number_token2] = ACTIONS(1275), - [aux_sym__val_number_token3] = ACTIONS(1275), - [aux_sym__val_number_token4] = ACTIONS(1277), - [aux_sym__val_number_token5] = ACTIONS(1277), - [aux_sym__val_number_token6] = ACTIONS(1277), - [anon_sym_0b] = ACTIONS(1277), - [anon_sym_0o] = ACTIONS(1277), - [anon_sym_0x] = ACTIONS(1277), - [sym_val_date] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym__str_single_quotes] = ACTIONS(1275), - [sym__str_back_ticks] = ACTIONS(1275), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1275), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1275), - [aux_sym_env_var_token1] = ACTIONS(1277), - [anon_sym_CARET] = ACTIONS(1275), - [aux_sym_command_token1] = ACTIONS(1275), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1275), + [aux_sym_ctrl_do_repeat2] = STATE(770), + [sym__newline] = ACTIONS(2751), + [anon_sym_SEMI] = ACTIONS(2751), + [anon_sym_PIPE] = ACTIONS(2751), + [anon_sym_err_GT_PIPE] = ACTIONS(2751), + [anon_sym_out_GT_PIPE] = ACTIONS(2751), + [anon_sym_e_GT_PIPE] = ACTIONS(2751), + [anon_sym_o_GT_PIPE] = ACTIONS(2751), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2751), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2751), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2751), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2751), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2751), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_RBRACE] = ACTIONS(2751), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [776] = { [sym_comment] = STATE(776), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2608), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_COLON2] = ACTIONS(1599), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cmd_identifier_token1] = ACTIONS(2753), + [aux_sym_cmd_identifier_token2] = ACTIONS(2755), + [aux_sym_cmd_identifier_token3] = ACTIONS(2755), + [aux_sym_cmd_identifier_token4] = ACTIONS(2755), + [aux_sym_cmd_identifier_token5] = ACTIONS(2755), + [aux_sym_cmd_identifier_token6] = ACTIONS(2755), + [aux_sym_cmd_identifier_token7] = ACTIONS(2755), + [aux_sym_cmd_identifier_token8] = ACTIONS(2755), + [aux_sym_cmd_identifier_token9] = ACTIONS(2753), + [aux_sym_cmd_identifier_token10] = ACTIONS(2755), + [aux_sym_cmd_identifier_token11] = ACTIONS(2755), + [aux_sym_cmd_identifier_token12] = ACTIONS(2755), + [aux_sym_cmd_identifier_token13] = ACTIONS(2753), + [aux_sym_cmd_identifier_token14] = ACTIONS(2755), + [aux_sym_cmd_identifier_token15] = ACTIONS(2753), + [aux_sym_cmd_identifier_token16] = ACTIONS(2755), + [aux_sym_cmd_identifier_token17] = ACTIONS(2755), + [aux_sym_cmd_identifier_token18] = ACTIONS(2753), + [aux_sym_cmd_identifier_token19] = ACTIONS(2755), + [aux_sym_cmd_identifier_token20] = ACTIONS(2755), + [aux_sym_cmd_identifier_token21] = ACTIONS(2755), + [aux_sym_cmd_identifier_token22] = ACTIONS(2755), + [aux_sym_cmd_identifier_token23] = ACTIONS(2755), + [aux_sym_cmd_identifier_token24] = ACTIONS(2755), + [aux_sym_cmd_identifier_token25] = ACTIONS(2755), + [aux_sym_cmd_identifier_token26] = ACTIONS(2755), + [aux_sym_cmd_identifier_token27] = ACTIONS(2755), + [aux_sym_cmd_identifier_token28] = ACTIONS(2755), + [aux_sym_cmd_identifier_token29] = ACTIONS(2755), + [aux_sym_cmd_identifier_token30] = ACTIONS(2755), + [aux_sym_cmd_identifier_token31] = ACTIONS(2755), + [aux_sym_cmd_identifier_token32] = ACTIONS(2753), + [aux_sym_cmd_identifier_token33] = ACTIONS(2755), + [aux_sym_cmd_identifier_token34] = ACTIONS(2753), + [aux_sym_cmd_identifier_token35] = ACTIONS(2755), + [aux_sym_cmd_identifier_token36] = ACTIONS(2755), + [aux_sym_cmd_identifier_token37] = ACTIONS(2755), + [aux_sym_cmd_identifier_token38] = ACTIONS(2753), + [aux_sym_cmd_identifier_token39] = ACTIONS(2755), + [aux_sym_cmd_identifier_token40] = ACTIONS(2755), + [sym__newline] = ACTIONS(2755), + [anon_sym_PIPE] = ACTIONS(2755), + [anon_sym_err_GT_PIPE] = ACTIONS(2755), + [anon_sym_out_GT_PIPE] = ACTIONS(2755), + [anon_sym_e_GT_PIPE] = ACTIONS(2755), + [anon_sym_o_GT_PIPE] = ACTIONS(2755), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2755), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2755), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2755), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2755), + [anon_sym_LBRACK] = ACTIONS(2755), + [anon_sym_LPAREN] = ACTIONS(2755), + [anon_sym_DOLLAR] = ACTIONS(2753), + [anon_sym_DASH2] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_do] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_match] = ACTIONS(2753), + [anon_sym_LBRACE] = ACTIONS(2755), + [anon_sym_DOT_DOT] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_where] = ACTIONS(2755), + [aux_sym_expr_unary_token1] = ACTIONS(2755), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2755), + [anon_sym_DOT_DOT_LT] = ACTIONS(2755), + [anon_sym_null] = ACTIONS(2753), + [anon_sym_true] = ACTIONS(2753), + [anon_sym_false] = ACTIONS(2753), + [aux_sym__val_number_decimal_token1] = ACTIONS(2753), + [aux_sym__val_number_decimal_token2] = ACTIONS(2755), + [aux_sym__val_number_decimal_token3] = ACTIONS(2755), + [aux_sym__val_number_decimal_token4] = ACTIONS(2755), + [aux_sym__val_number_token1] = ACTIONS(2755), + [aux_sym__val_number_token2] = ACTIONS(2755), + [aux_sym__val_number_token3] = ACTIONS(2755), + [aux_sym__val_number_token4] = ACTIONS(2753), + [aux_sym__val_number_token5] = ACTIONS(2753), + [aux_sym__val_number_token6] = ACTIONS(2753), + [anon_sym_0b] = ACTIONS(2753), + [anon_sym_0o] = ACTIONS(2753), + [anon_sym_0x] = ACTIONS(2753), + [sym_val_date] = ACTIONS(2755), + [anon_sym_DQUOTE] = ACTIONS(2755), + [sym__str_single_quotes] = ACTIONS(2755), + [sym__str_back_ticks] = ACTIONS(2755), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2755), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2755), + [aux_sym_env_var_token1] = ACTIONS(2753), + [anon_sym_CARET] = ACTIONS(2755), + [aux_sym_command_token1] = ACTIONS(2755), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2755), }, [777] = { - [sym_expr_parenthesized] = STATE(1583), - [sym_val_range] = STATE(1945), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1945), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1945), - [sym_long_flag] = STATE(1945), - [sym_unquoted] = STATE(1667), - [sym__unquoted_with_expr] = STATE(1918), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_parenthesized] = STATE(1574), + [sym_val_range] = STATE(1904), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1904), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1904), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1685), + [sym__unquoted_with_expr] = STATE(1907), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(777), - [aux_sym_shebang_repeat1] = STATE(1107), - [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(778), - [sym__newline] = ACTIONS(2622), - [anon_sym_SEMI] = ACTIONS(2624), - [anon_sym_PIPE] = ACTIONS(2624), - [anon_sym_err_GT_PIPE] = ACTIONS(2624), - [anon_sym_out_GT_PIPE] = ACTIONS(2624), - [anon_sym_e_GT_PIPE] = ACTIONS(2624), - [anon_sym_o_GT_PIPE] = ACTIONS(2624), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2624), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2624), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2624), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2624), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2624), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [aux_sym_shebang_repeat1] = STATE(1053), + [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(779), + [sym__newline] = ACTIONS(2757), + [anon_sym_SEMI] = ACTIONS(2757), + [anon_sym_PIPE] = ACTIONS(2757), + [anon_sym_err_GT_PIPE] = ACTIONS(2757), + [anon_sym_out_GT_PIPE] = ACTIONS(2757), + [anon_sym_e_GT_PIPE] = ACTIONS(2757), + [anon_sym_o_GT_PIPE] = ACTIONS(2757), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2757), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2757), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2757), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2757), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [778] = { - [sym_expr_parenthesized] = STATE(1583), - [sym_val_range] = STATE(1945), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1945), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1945), - [sym_long_flag] = STATE(1945), - [sym_unquoted] = STATE(1667), - [sym__unquoted_with_expr] = STATE(1918), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_parenthesized] = STATE(1574), + [sym_val_range] = STATE(1904), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1904), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1904), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1685), + [sym__unquoted_with_expr] = STATE(1907), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(778), - [aux_sym_shebang_repeat1] = STATE(1107), - [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(778), - [sym__newline] = ACTIONS(2680), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_PIPE] = ACTIONS(2683), - [anon_sym_err_GT_PIPE] = ACTIONS(2683), - [anon_sym_out_GT_PIPE] = ACTIONS(2683), - [anon_sym_e_GT_PIPE] = ACTIONS(2683), - [anon_sym_o_GT_PIPE] = ACTIONS(2683), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2683), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2683), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2683), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2683), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LPAREN] = ACTIONS(2688), - [anon_sym_RPAREN] = ACTIONS(2683), - [anon_sym_DOLLAR] = ACTIONS(2691), - [anon_sym_DASH_DASH] = ACTIONS(2694), - [anon_sym_DASH2] = ACTIONS(2697), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_DOT_DOT] = ACTIONS(2703), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2706), - [anon_sym_DOT_DOT_LT] = ACTIONS(2706), - [anon_sym_null] = ACTIONS(2709), - [anon_sym_true] = ACTIONS(2712), - [anon_sym_false] = ACTIONS(2712), + [aux_sym_shebang_repeat1] = STATE(1053), + [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(780), + [sym__newline] = ACTIONS(2759), + [anon_sym_SEMI] = ACTIONS(2757), + [anon_sym_PIPE] = ACTIONS(2757), + [anon_sym_err_GT_PIPE] = ACTIONS(2757), + [anon_sym_out_GT_PIPE] = ACTIONS(2757), + [anon_sym_e_GT_PIPE] = ACTIONS(2757), + [anon_sym_o_GT_PIPE] = ACTIONS(2757), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2757), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2757), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2757), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2757), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2757), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), [aux_sym__val_number_decimal_token1] = ACTIONS(2715), - [aux_sym__val_number_decimal_token2] = ACTIONS(2718), - [aux_sym__val_number_decimal_token3] = ACTIONS(2721), - [aux_sym__val_number_decimal_token4] = ACTIONS(2724), - [aux_sym__val_number_token1] = ACTIONS(2727), - [aux_sym__val_number_token2] = ACTIONS(2727), - [aux_sym__val_number_token3] = ACTIONS(2727), - [aux_sym__val_number_token4] = ACTIONS(2730), - [aux_sym__val_number_token5] = ACTIONS(2730), - [aux_sym__val_number_token6] = ACTIONS(2730), - [anon_sym_0b] = ACTIONS(2733), - [anon_sym_0o] = ACTIONS(2736), - [anon_sym_0x] = ACTIONS(2736), - [sym_val_date] = ACTIONS(2739), - [anon_sym_DQUOTE] = ACTIONS(2742), - [sym__str_single_quotes] = ACTIONS(2745), - [sym__str_back_ticks] = ACTIONS(2745), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2748), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2751), - [anon_sym_err_GT] = ACTIONS(2754), - [anon_sym_out_GT] = ACTIONS(2754), - [anon_sym_e_GT] = ACTIONS(2754), - [anon_sym_o_GT] = ACTIONS(2754), - [anon_sym_err_PLUSout_GT] = ACTIONS(2754), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2754), - [anon_sym_o_PLUSe_GT] = ACTIONS(2754), - [anon_sym_e_PLUSo_GT] = ACTIONS(2754), - [anon_sym_err_GT_GT] = ACTIONS(2757), - [anon_sym_out_GT_GT] = ACTIONS(2757), - [anon_sym_e_GT_GT] = ACTIONS(2757), - [anon_sym_o_GT_GT] = ACTIONS(2757), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2757), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2757), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2757), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2757), - [aux_sym_unquoted_token1] = ACTIONS(2760), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2763), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [779] = { - [sym_expr_parenthesized] = STATE(1505), - [sym_val_range] = STATE(1768), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1768), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1768), - [sym_long_flag] = STATE(1768), - [sym_unquoted] = STATE(1575), - [sym__unquoted_with_expr] = STATE(1770), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_parenthesized] = STATE(1574), + [sym_val_range] = STATE(1904), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1904), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1904), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1685), + [sym__unquoted_with_expr] = STATE(1907), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(779), - [aux_sym_ctrl_do_repeat2] = STATE(785), - [sym__newline] = ACTIONS(2766), + [aux_sym_shebang_repeat1] = STATE(1053), + [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(780), + [sym__newline] = ACTIONS(2759), + [anon_sym_SEMI] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_err_GT_PIPE] = ACTIONS(2761), + [anon_sym_out_GT_PIPE] = ACTIONS(2761), + [anon_sym_e_GT_PIPE] = ACTIONS(2761), + [anon_sym_o_GT_PIPE] = ACTIONS(2761), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2761), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2761), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2761), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2761), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [780] = { + [sym_expr_parenthesized] = STATE(1574), + [sym_val_range] = STATE(1904), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1904), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1904), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1685), + [sym__unquoted_with_expr] = STATE(1907), + [sym__unquoted_anonymous_prefix] = STATE(6658), + [sym_comment] = STATE(780), + [aux_sym_shebang_repeat1] = STATE(1053), + [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(780), + [sym__newline] = ACTIONS(2763), [anon_sym_SEMI] = ACTIONS(2766), [anon_sym_PIPE] = ACTIONS(2766), [anon_sym_err_GT_PIPE] = ACTIONS(2766), @@ -162600,3774 +162731,3686 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2766), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2766), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_LPAREN] = ACTIONS(2771), [anon_sym_RPAREN] = ACTIONS(2766), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_RBRACE] = ACTIONS(2766), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [780] = { - [sym_expr_parenthesized] = STATE(1583), - [sym_val_range] = STATE(1945), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1945), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1945), - [sym_long_flag] = STATE(1945), - [sym_unquoted] = STATE(1667), - [sym__unquoted_with_expr] = STATE(1918), - [sym__unquoted_anonymous_prefix] = STATE(6652), - [sym_comment] = STATE(780), - [aux_sym_shebang_repeat1] = STATE(1107), - [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(777), - [sym__newline] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_PIPE] = ACTIONS(2768), - [anon_sym_err_GT_PIPE] = ACTIONS(2768), - [anon_sym_out_GT_PIPE] = ACTIONS(2768), - [anon_sym_e_GT_PIPE] = ACTIONS(2768), - [anon_sym_o_GT_PIPE] = ACTIONS(2768), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2768), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2768), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2768), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [anon_sym_DOLLAR] = ACTIONS(2774), + [anon_sym_DASH_DASH] = ACTIONS(2777), + [anon_sym_DASH2] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_DOT_DOT] = ACTIONS(2786), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2789), + [anon_sym_DOT_DOT_LT] = ACTIONS(2789), + [anon_sym_null] = ACTIONS(2792), + [anon_sym_true] = ACTIONS(2795), + [anon_sym_false] = ACTIONS(2795), + [aux_sym__val_number_decimal_token1] = ACTIONS(2798), + [aux_sym__val_number_decimal_token2] = ACTIONS(2801), + [aux_sym__val_number_decimal_token3] = ACTIONS(2804), + [aux_sym__val_number_decimal_token4] = ACTIONS(2807), + [aux_sym__val_number_token1] = ACTIONS(2810), + [aux_sym__val_number_token2] = ACTIONS(2810), + [aux_sym__val_number_token3] = ACTIONS(2810), + [aux_sym__val_number_token4] = ACTIONS(2813), + [aux_sym__val_number_token5] = ACTIONS(2813), + [aux_sym__val_number_token6] = ACTIONS(2813), + [anon_sym_0b] = ACTIONS(2816), + [anon_sym_0o] = ACTIONS(2819), + [anon_sym_0x] = ACTIONS(2819), + [sym_val_date] = ACTIONS(2822), + [anon_sym_DQUOTE] = ACTIONS(2825), + [sym__str_single_quotes] = ACTIONS(2828), + [sym__str_back_ticks] = ACTIONS(2828), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2831), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2834), + [anon_sym_err_GT] = ACTIONS(2837), + [anon_sym_out_GT] = ACTIONS(2837), + [anon_sym_e_GT] = ACTIONS(2837), + [anon_sym_o_GT] = ACTIONS(2837), + [anon_sym_err_PLUSout_GT] = ACTIONS(2837), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2837), + [anon_sym_o_PLUSe_GT] = ACTIONS(2837), + [anon_sym_e_PLUSo_GT] = ACTIONS(2837), + [anon_sym_err_GT_GT] = ACTIONS(2840), + [anon_sym_out_GT_GT] = ACTIONS(2840), + [anon_sym_e_GT_GT] = ACTIONS(2840), + [anon_sym_o_GT_GT] = ACTIONS(2840), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2840), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2840), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2840), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2840), + [aux_sym_unquoted_token1] = ACTIONS(2843), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2846), }, [781] = { [sym_comment] = STATE(781), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(2770), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_COLON2] = ACTIONS(1709), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cmd_identifier_token1] = ACTIONS(2849), + [aux_sym_cmd_identifier_token2] = ACTIONS(2851), + [aux_sym_cmd_identifier_token3] = ACTIONS(2851), + [aux_sym_cmd_identifier_token4] = ACTIONS(2851), + [aux_sym_cmd_identifier_token5] = ACTIONS(2851), + [aux_sym_cmd_identifier_token6] = ACTIONS(2851), + [aux_sym_cmd_identifier_token7] = ACTIONS(2851), + [aux_sym_cmd_identifier_token8] = ACTIONS(2851), + [aux_sym_cmd_identifier_token9] = ACTIONS(2849), + [aux_sym_cmd_identifier_token10] = ACTIONS(2851), + [aux_sym_cmd_identifier_token11] = ACTIONS(2851), + [aux_sym_cmd_identifier_token12] = ACTIONS(2851), + [aux_sym_cmd_identifier_token13] = ACTIONS(2849), + [aux_sym_cmd_identifier_token14] = ACTIONS(2851), + [aux_sym_cmd_identifier_token15] = ACTIONS(2849), + [aux_sym_cmd_identifier_token16] = ACTIONS(2851), + [aux_sym_cmd_identifier_token17] = ACTIONS(2851), + [aux_sym_cmd_identifier_token18] = ACTIONS(2849), + [aux_sym_cmd_identifier_token19] = ACTIONS(2851), + [aux_sym_cmd_identifier_token20] = ACTIONS(2851), + [aux_sym_cmd_identifier_token21] = ACTIONS(2851), + [aux_sym_cmd_identifier_token22] = ACTIONS(2851), + [aux_sym_cmd_identifier_token23] = ACTIONS(2851), + [aux_sym_cmd_identifier_token24] = ACTIONS(2851), + [aux_sym_cmd_identifier_token25] = ACTIONS(2851), + [aux_sym_cmd_identifier_token26] = ACTIONS(2851), + [aux_sym_cmd_identifier_token27] = ACTIONS(2851), + [aux_sym_cmd_identifier_token28] = ACTIONS(2851), + [aux_sym_cmd_identifier_token29] = ACTIONS(2851), + [aux_sym_cmd_identifier_token30] = ACTIONS(2851), + [aux_sym_cmd_identifier_token31] = ACTIONS(2851), + [aux_sym_cmd_identifier_token32] = ACTIONS(2849), + [aux_sym_cmd_identifier_token33] = ACTIONS(2851), + [aux_sym_cmd_identifier_token34] = ACTIONS(2849), + [aux_sym_cmd_identifier_token35] = ACTIONS(2851), + [aux_sym_cmd_identifier_token36] = ACTIONS(2851), + [aux_sym_cmd_identifier_token37] = ACTIONS(2851), + [aux_sym_cmd_identifier_token38] = ACTIONS(2849), + [aux_sym_cmd_identifier_token39] = ACTIONS(2851), + [aux_sym_cmd_identifier_token40] = ACTIONS(2851), + [sym__newline] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_err_GT_PIPE] = ACTIONS(1268), + [anon_sym_out_GT_PIPE] = ACTIONS(1268), + [anon_sym_e_GT_PIPE] = ACTIONS(1268), + [anon_sym_o_GT_PIPE] = ACTIONS(1268), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1268), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1268), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1268), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1268), + [anon_sym_LBRACK] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(2851), + [anon_sym_DOLLAR] = ACTIONS(2849), + [anon_sym_DASH2] = ACTIONS(2849), + [anon_sym_break] = ACTIONS(2849), + [anon_sym_continue] = ACTIONS(2849), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2849), + [anon_sym_match] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_DOT_DOT] = ACTIONS(2849), + [anon_sym_try] = ACTIONS(2849), + [anon_sym_return] = ACTIONS(2849), + [anon_sym_where] = ACTIONS(2851), + [aux_sym_expr_unary_token1] = ACTIONS(2851), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2851), + [anon_sym_DOT_DOT_LT] = ACTIONS(2851), + [anon_sym_null] = ACTIONS(2849), + [anon_sym_true] = ACTIONS(2849), + [anon_sym_false] = ACTIONS(2849), + [aux_sym__val_number_decimal_token1] = ACTIONS(2849), + [aux_sym__val_number_decimal_token2] = ACTIONS(2851), + [aux_sym__val_number_decimal_token3] = ACTIONS(2851), + [aux_sym__val_number_decimal_token4] = ACTIONS(2851), + [aux_sym__val_number_token1] = ACTIONS(2851), + [aux_sym__val_number_token2] = ACTIONS(2851), + [aux_sym__val_number_token3] = ACTIONS(2851), + [aux_sym__val_number_token4] = ACTIONS(2849), + [aux_sym__val_number_token5] = ACTIONS(2849), + [aux_sym__val_number_token6] = ACTIONS(2849), + [anon_sym_0b] = ACTIONS(2849), + [anon_sym_0o] = ACTIONS(2849), + [anon_sym_0x] = ACTIONS(2849), + [sym_val_date] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2851), + [sym__str_single_quotes] = ACTIONS(2851), + [sym__str_back_ticks] = ACTIONS(2851), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2851), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2851), + [aux_sym_env_var_token1] = ACTIONS(2849), + [anon_sym_CARET] = ACTIONS(2851), + [aux_sym_command_token1] = ACTIONS(2851), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2851), }, [782] = { [sym_comment] = STATE(782), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2774), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_cmd_identifier_token1] = ACTIONS(2527), + [aux_sym_cmd_identifier_token2] = ACTIONS(2529), + [aux_sym_cmd_identifier_token3] = ACTIONS(2529), + [aux_sym_cmd_identifier_token4] = ACTIONS(2529), + [aux_sym_cmd_identifier_token5] = ACTIONS(2529), + [aux_sym_cmd_identifier_token6] = ACTIONS(2529), + [aux_sym_cmd_identifier_token7] = ACTIONS(2529), + [aux_sym_cmd_identifier_token8] = ACTIONS(2529), + [aux_sym_cmd_identifier_token9] = ACTIONS(2527), + [aux_sym_cmd_identifier_token10] = ACTIONS(2529), + [aux_sym_cmd_identifier_token11] = ACTIONS(2529), + [aux_sym_cmd_identifier_token12] = ACTIONS(2529), + [aux_sym_cmd_identifier_token13] = ACTIONS(2527), + [aux_sym_cmd_identifier_token14] = ACTIONS(2529), + [aux_sym_cmd_identifier_token15] = ACTIONS(2527), + [aux_sym_cmd_identifier_token16] = ACTIONS(2529), + [aux_sym_cmd_identifier_token17] = ACTIONS(2529), + [aux_sym_cmd_identifier_token18] = ACTIONS(2527), + [aux_sym_cmd_identifier_token19] = ACTIONS(2529), + [aux_sym_cmd_identifier_token20] = ACTIONS(2529), + [aux_sym_cmd_identifier_token21] = ACTIONS(2529), + [aux_sym_cmd_identifier_token22] = ACTIONS(2529), + [aux_sym_cmd_identifier_token23] = ACTIONS(2529), + [aux_sym_cmd_identifier_token24] = ACTIONS(2529), + [aux_sym_cmd_identifier_token25] = ACTIONS(2529), + [aux_sym_cmd_identifier_token26] = ACTIONS(2529), + [aux_sym_cmd_identifier_token27] = ACTIONS(2529), + [aux_sym_cmd_identifier_token28] = ACTIONS(2529), + [aux_sym_cmd_identifier_token29] = ACTIONS(2529), + [aux_sym_cmd_identifier_token30] = ACTIONS(2529), + [aux_sym_cmd_identifier_token31] = ACTIONS(2529), + [aux_sym_cmd_identifier_token32] = ACTIONS(2527), + [aux_sym_cmd_identifier_token33] = ACTIONS(2529), + [aux_sym_cmd_identifier_token34] = ACTIONS(2527), + [aux_sym_cmd_identifier_token35] = ACTIONS(2529), + [aux_sym_cmd_identifier_token36] = ACTIONS(2529), + [aux_sym_cmd_identifier_token37] = ACTIONS(2529), + [aux_sym_cmd_identifier_token38] = ACTIONS(2527), + [aux_sym_cmd_identifier_token39] = ACTIONS(2529), + [aux_sym_cmd_identifier_token40] = ACTIONS(2529), + [sym__newline] = ACTIONS(2529), + [anon_sym_PIPE] = ACTIONS(2529), + [anon_sym_err_GT_PIPE] = ACTIONS(2529), + [anon_sym_out_GT_PIPE] = ACTIONS(2529), + [anon_sym_e_GT_PIPE] = ACTIONS(2529), + [anon_sym_o_GT_PIPE] = ACTIONS(2529), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2529), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2529), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2529), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2529), + [anon_sym_LBRACK] = ACTIONS(2529), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_DOLLAR] = ACTIONS(2527), + [anon_sym_DASH2] = ACTIONS(2527), + [anon_sym_break] = ACTIONS(2527), + [anon_sym_continue] = ACTIONS(2527), + [anon_sym_do] = ACTIONS(2527), + [anon_sym_if] = ACTIONS(2527), + [anon_sym_match] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2529), + [anon_sym_DOT_DOT] = ACTIONS(2527), + [anon_sym_try] = ACTIONS(2527), + [anon_sym_return] = ACTIONS(2527), + [anon_sym_where] = ACTIONS(2529), + [aux_sym_expr_unary_token1] = ACTIONS(2529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2529), + [anon_sym_DOT_DOT_LT] = ACTIONS(2529), + [anon_sym_null] = ACTIONS(2527), + [anon_sym_true] = ACTIONS(2527), + [anon_sym_false] = ACTIONS(2527), + [aux_sym__val_number_decimal_token1] = ACTIONS(2527), + [aux_sym__val_number_decimal_token2] = ACTIONS(2529), + [aux_sym__val_number_decimal_token3] = ACTIONS(2529), + [aux_sym__val_number_decimal_token4] = ACTIONS(2529), + [aux_sym__val_number_token1] = ACTIONS(2529), + [aux_sym__val_number_token2] = ACTIONS(2529), + [aux_sym__val_number_token3] = ACTIONS(2529), + [aux_sym__val_number_token4] = ACTIONS(2527), + [aux_sym__val_number_token5] = ACTIONS(2527), + [aux_sym__val_number_token6] = ACTIONS(2527), + [anon_sym_0b] = ACTIONS(2527), + [anon_sym_0o] = ACTIONS(2527), + [anon_sym_0x] = ACTIONS(2527), + [sym_val_date] = ACTIONS(2529), + [anon_sym_DQUOTE] = ACTIONS(2529), + [sym__str_single_quotes] = ACTIONS(2529), + [sym__str_back_ticks] = ACTIONS(2529), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2529), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2529), + [aux_sym_env_var_token1] = ACTIONS(2527), + [anon_sym_CARET] = ACTIONS(2529), + [aux_sym_command_token1] = ACTIONS(2529), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2529), }, [783] = { - [sym_expr_parenthesized] = STATE(1583), - [sym_val_range] = STATE(1945), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1945), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1945), - [sym_long_flag] = STATE(1945), - [sym_unquoted] = STATE(1667), - [sym__unquoted_with_expr] = STATE(1918), - [sym__unquoted_anonymous_prefix] = STATE(6652), [sym_comment] = STATE(783), - [aux_sym_shebang_repeat1] = STATE(1107), - [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(778), - [sym__newline] = ACTIONS(2622), - [anon_sym_SEMI] = ACTIONS(2768), - [anon_sym_PIPE] = ACTIONS(2768), - [anon_sym_err_GT_PIPE] = ACTIONS(2768), - [anon_sym_out_GT_PIPE] = ACTIONS(2768), - [anon_sym_e_GT_PIPE] = ACTIONS(2768), - [anon_sym_o_GT_PIPE] = ACTIONS(2768), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2768), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2768), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2768), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2768), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [aux_sym_cmd_identifier_token1] = ACTIONS(1270), + [aux_sym_cmd_identifier_token2] = ACTIONS(1268), + [aux_sym_cmd_identifier_token3] = ACTIONS(1268), + [aux_sym_cmd_identifier_token4] = ACTIONS(1268), + [aux_sym_cmd_identifier_token5] = ACTIONS(1268), + [aux_sym_cmd_identifier_token6] = ACTIONS(1268), + [aux_sym_cmd_identifier_token7] = ACTIONS(1268), + [aux_sym_cmd_identifier_token8] = ACTIONS(1268), + [aux_sym_cmd_identifier_token9] = ACTIONS(1270), + [aux_sym_cmd_identifier_token10] = ACTIONS(1268), + [aux_sym_cmd_identifier_token11] = ACTIONS(1268), + [aux_sym_cmd_identifier_token12] = ACTIONS(1268), + [aux_sym_cmd_identifier_token13] = ACTIONS(1270), + [aux_sym_cmd_identifier_token14] = ACTIONS(1268), + [aux_sym_cmd_identifier_token15] = ACTIONS(1270), + [aux_sym_cmd_identifier_token16] = ACTIONS(1268), + [aux_sym_cmd_identifier_token17] = ACTIONS(1268), + [aux_sym_cmd_identifier_token18] = ACTIONS(1270), + [aux_sym_cmd_identifier_token19] = ACTIONS(1268), + [aux_sym_cmd_identifier_token20] = ACTIONS(1268), + [aux_sym_cmd_identifier_token21] = ACTIONS(1268), + [aux_sym_cmd_identifier_token22] = ACTIONS(1268), + [aux_sym_cmd_identifier_token23] = ACTIONS(1268), + [aux_sym_cmd_identifier_token24] = ACTIONS(1268), + [aux_sym_cmd_identifier_token25] = ACTIONS(1268), + [aux_sym_cmd_identifier_token26] = ACTIONS(1268), + [aux_sym_cmd_identifier_token27] = ACTIONS(1268), + [aux_sym_cmd_identifier_token28] = ACTIONS(1268), + [aux_sym_cmd_identifier_token29] = ACTIONS(1268), + [aux_sym_cmd_identifier_token30] = ACTIONS(1268), + [aux_sym_cmd_identifier_token31] = ACTIONS(1268), + [aux_sym_cmd_identifier_token32] = ACTIONS(1270), + [aux_sym_cmd_identifier_token33] = ACTIONS(1268), + [aux_sym_cmd_identifier_token34] = ACTIONS(1270), + [aux_sym_cmd_identifier_token35] = ACTIONS(1268), + [aux_sym_cmd_identifier_token36] = ACTIONS(1268), + [aux_sym_cmd_identifier_token37] = ACTIONS(1268), + [aux_sym_cmd_identifier_token38] = ACTIONS(1270), + [aux_sym_cmd_identifier_token39] = ACTIONS(1268), + [aux_sym_cmd_identifier_token40] = ACTIONS(1268), + [sym__newline] = ACTIONS(1268), + [anon_sym_PIPE] = ACTIONS(1268), + [anon_sym_err_GT_PIPE] = ACTIONS(1268), + [anon_sym_out_GT_PIPE] = ACTIONS(1268), + [anon_sym_e_GT_PIPE] = ACTIONS(1268), + [anon_sym_o_GT_PIPE] = ACTIONS(1268), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1268), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1268), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1268), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1268), + [anon_sym_LBRACK] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1270), + [anon_sym_DASH2] = ACTIONS(1270), + [anon_sym_break] = ACTIONS(1270), + [anon_sym_continue] = ACTIONS(1270), + [anon_sym_do] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_match] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1268), + [anon_sym_DOT_DOT] = ACTIONS(1270), + [anon_sym_try] = ACTIONS(1270), + [anon_sym_return] = ACTIONS(1270), + [anon_sym_where] = ACTIONS(1268), + [aux_sym_expr_unary_token1] = ACTIONS(1268), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1268), + [anon_sym_DOT_DOT_LT] = ACTIONS(1268), + [anon_sym_null] = ACTIONS(1270), + [anon_sym_true] = ACTIONS(1270), + [anon_sym_false] = ACTIONS(1270), + [aux_sym__val_number_decimal_token1] = ACTIONS(1270), + [aux_sym__val_number_decimal_token2] = ACTIONS(1268), + [aux_sym__val_number_decimal_token3] = ACTIONS(1268), + [aux_sym__val_number_decimal_token4] = ACTIONS(1268), + [aux_sym__val_number_token1] = ACTIONS(1268), + [aux_sym__val_number_token2] = ACTIONS(1268), + [aux_sym__val_number_token3] = ACTIONS(1268), + [aux_sym__val_number_token4] = ACTIONS(1270), + [aux_sym__val_number_token5] = ACTIONS(1270), + [aux_sym__val_number_token6] = ACTIONS(1270), + [anon_sym_0b] = ACTIONS(1270), + [anon_sym_0o] = ACTIONS(1270), + [anon_sym_0x] = ACTIONS(1270), + [sym_val_date] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym__str_single_quotes] = ACTIONS(1268), + [sym__str_back_ticks] = ACTIONS(1268), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1268), + [aux_sym_env_var_token1] = ACTIONS(1270), + [anon_sym_CARET] = ACTIONS(1268), + [aux_sym_command_token1] = ACTIONS(1268), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1268), }, [784] = { + [sym_expr_parenthesized] = STATE(1574), + [sym_val_range] = STATE(1904), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1904), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1904), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1685), + [sym__unquoted_with_expr] = STATE(1907), + [sym__unquoted_anonymous_prefix] = STATE(6658), [sym_comment] = STATE(784), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(2776), - [aux_sym__immediate_decimal_token2] = ACTIONS(2778), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_shebang_repeat1] = STATE(1053), + [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(778), + [sym__newline] = ACTIONS(2853), + [anon_sym_SEMI] = ACTIONS(2853), + [anon_sym_PIPE] = ACTIONS(2853), + [anon_sym_err_GT_PIPE] = ACTIONS(2853), + [anon_sym_out_GT_PIPE] = ACTIONS(2853), + [anon_sym_e_GT_PIPE] = ACTIONS(2853), + [anon_sym_o_GT_PIPE] = ACTIONS(2853), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2853), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2853), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2853), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_RPAREN] = ACTIONS(2853), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), }, [785] = { - [sym_expr_parenthesized] = STATE(1505), - [sym_val_range] = STATE(1768), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1768), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1768), - [sym_long_flag] = STATE(1768), - [sym_unquoted] = STATE(1575), - [sym__unquoted_with_expr] = STATE(1770), - [sym__unquoted_anonymous_prefix] = STATE(6652), [sym_comment] = STATE(785), - [aux_sym_ctrl_do_repeat2] = STATE(785), - [sym__newline] = ACTIONS(2780), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_PIPE] = ACTIONS(2780), - [anon_sym_err_GT_PIPE] = ACTIONS(2780), - [anon_sym_out_GT_PIPE] = ACTIONS(2780), - [anon_sym_e_GT_PIPE] = ACTIONS(2780), - [anon_sym_o_GT_PIPE] = ACTIONS(2780), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2780), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2780), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2780), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_LPAREN] = ACTIONS(2785), - [anon_sym_RPAREN] = ACTIONS(2780), - [anon_sym_DOLLAR] = ACTIONS(2788), - [anon_sym_DASH_DASH] = ACTIONS(2791), - [anon_sym_DASH2] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_RBRACE] = ACTIONS(2780), - [anon_sym_DOT_DOT] = ACTIONS(2800), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2803), - [anon_sym_DOT_DOT_LT] = ACTIONS(2803), - [anon_sym_null] = ACTIONS(2806), - [anon_sym_true] = ACTIONS(2809), - [anon_sym_false] = ACTIONS(2809), - [aux_sym__val_number_decimal_token1] = ACTIONS(2812), - [aux_sym__val_number_decimal_token2] = ACTIONS(2815), - [aux_sym__val_number_decimal_token3] = ACTIONS(2818), - [aux_sym__val_number_decimal_token4] = ACTIONS(2821), - [aux_sym__val_number_token1] = ACTIONS(2824), - [aux_sym__val_number_token2] = ACTIONS(2824), - [aux_sym__val_number_token3] = ACTIONS(2824), - [aux_sym__val_number_token4] = ACTIONS(2827), - [aux_sym__val_number_token5] = ACTIONS(2827), - [aux_sym__val_number_token6] = ACTIONS(2827), - [anon_sym_0b] = ACTIONS(2830), - [anon_sym_0o] = ACTIONS(2833), - [anon_sym_0x] = ACTIONS(2833), - [sym_val_date] = ACTIONS(2836), - [anon_sym_DQUOTE] = ACTIONS(2839), - [sym__str_single_quotes] = ACTIONS(2842), - [sym__str_back_ticks] = ACTIONS(2842), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2845), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2848), - [anon_sym_err_GT] = ACTIONS(2851), - [anon_sym_out_GT] = ACTIONS(2851), - [anon_sym_e_GT] = ACTIONS(2851), - [anon_sym_o_GT] = ACTIONS(2851), - [anon_sym_err_PLUSout_GT] = ACTIONS(2851), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2851), - [anon_sym_o_PLUSe_GT] = ACTIONS(2851), - [anon_sym_e_PLUSo_GT] = ACTIONS(2851), - [anon_sym_err_GT_GT] = ACTIONS(2854), - [anon_sym_out_GT_GT] = ACTIONS(2854), - [anon_sym_e_GT_GT] = ACTIONS(2854), - [anon_sym_o_GT_GT] = ACTIONS(2854), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2854), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2854), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2854), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2854), - [aux_sym_unquoted_token1] = ACTIONS(2857), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2860), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(2855), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2857), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_COLON2] = ACTIONS(1587), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), }, [786] = { + [sym_expr_parenthesized] = STATE(1551), + [sym_val_range] = STATE(1884), + [sym__val_range] = STATE(7740), + [sym__val_range_with_end] = STATE(7326), + [sym__value] = STATE(1884), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1669), + [sym_val_variable] = STATE(1573), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1338), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym__flag] = STATE(1884), + [sym_short_flag] = STATE(1897), + [sym_long_flag] = STATE(1897), + [sym_unquoted] = STATE(1672), + [sym__unquoted_with_expr] = STATE(1886), + [sym__unquoted_anonymous_prefix] = STATE(6804), [sym_comment] = STATE(786), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(2863), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2865), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_ctrl_do_repeat2] = STATE(786), + [ts_builtin_sym_end] = ACTIONS(2606), + [sym__newline] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_PIPE] = ACTIONS(2606), + [anon_sym_err_GT_PIPE] = ACTIONS(2606), + [anon_sym_out_GT_PIPE] = ACTIONS(2606), + [anon_sym_e_GT_PIPE] = ACTIONS(2606), + [anon_sym_o_GT_PIPE] = ACTIONS(2606), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2606), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2606), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2606), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2859), + [anon_sym_LPAREN] = ACTIONS(2862), + [anon_sym_DOLLAR] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2868), + [anon_sym_DASH2] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2874), + [anon_sym_DOT_DOT] = ACTIONS(2877), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2880), + [anon_sym_DOT_DOT_LT] = ACTIONS(2880), + [anon_sym_null] = ACTIONS(2883), + [anon_sym_true] = ACTIONS(2886), + [anon_sym_false] = ACTIONS(2886), + [aux_sym__val_number_decimal_token1] = ACTIONS(2889), + [aux_sym__val_number_decimal_token2] = ACTIONS(2892), + [aux_sym__val_number_decimal_token3] = ACTIONS(2895), + [aux_sym__val_number_decimal_token4] = ACTIONS(2898), + [aux_sym__val_number_token1] = ACTIONS(2901), + [aux_sym__val_number_token2] = ACTIONS(2901), + [aux_sym__val_number_token3] = ACTIONS(2901), + [aux_sym__val_number_token4] = ACTIONS(2904), + [aux_sym__val_number_token5] = ACTIONS(2904), + [aux_sym__val_number_token6] = ACTIONS(2904), + [anon_sym_0b] = ACTIONS(2907), + [anon_sym_0o] = ACTIONS(2910), + [anon_sym_0x] = ACTIONS(2910), + [sym_val_date] = ACTIONS(2913), + [anon_sym_DQUOTE] = ACTIONS(2916), + [sym__str_single_quotes] = ACTIONS(2919), + [sym__str_back_ticks] = ACTIONS(2919), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2922), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2925), + [anon_sym_err_GT] = ACTIONS(2677), + [anon_sym_out_GT] = ACTIONS(2677), + [anon_sym_e_GT] = ACTIONS(2677), + [anon_sym_o_GT] = ACTIONS(2677), + [anon_sym_err_PLUSout_GT] = ACTIONS(2677), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2677), + [anon_sym_o_PLUSe_GT] = ACTIONS(2677), + [anon_sym_e_PLUSo_GT] = ACTIONS(2677), + [anon_sym_err_GT_GT] = ACTIONS(2680), + [anon_sym_out_GT_GT] = ACTIONS(2680), + [anon_sym_e_GT_GT] = ACTIONS(2680), + [anon_sym_o_GT_GT] = ACTIONS(2680), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2680), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2680), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2680), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2680), + [aux_sym_unquoted_token1] = ACTIONS(2928), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2931), }, [787] = { - [sym_expr_parenthesized] = STATE(1505), - [sym_val_range] = STATE(1768), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1768), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1768), - [sym_long_flag] = STATE(1768), - [sym_unquoted] = STATE(1575), - [sym__unquoted_with_expr] = STATE(1770), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_parenthesized] = STATE(1551), + [sym_val_range] = STATE(1884), + [sym__val_range] = STATE(7740), + [sym__val_range_with_end] = STATE(7326), + [sym__value] = STATE(1884), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1669), + [sym_val_variable] = STATE(1573), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1338), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym__flag] = STATE(1884), + [sym_short_flag] = STATE(1897), + [sym_long_flag] = STATE(1897), + [sym_unquoted] = STATE(1672), + [sym__unquoted_with_expr] = STATE(1886), + [sym__unquoted_anonymous_prefix] = STATE(6804), [sym_comment] = STATE(787), - [aux_sym_ctrl_do_repeat2] = STATE(791), - [sym__newline] = ACTIONS(2867), - [anon_sym_SEMI] = ACTIONS(2867), - [anon_sym_PIPE] = ACTIONS(2867), - [anon_sym_err_GT_PIPE] = ACTIONS(2867), - [anon_sym_out_GT_PIPE] = ACTIONS(2867), - [anon_sym_e_GT_PIPE] = ACTIONS(2867), - [anon_sym_o_GT_PIPE] = ACTIONS(2867), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2867), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2867), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2867), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2867), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2867), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_RBRACE] = ACTIONS(2867), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [aux_sym_ctrl_do_repeat2] = STATE(786), + [ts_builtin_sym_end] = ACTIONS(2751), + [sym__newline] = ACTIONS(2751), + [anon_sym_SEMI] = ACTIONS(2751), + [anon_sym_PIPE] = ACTIONS(2751), + [anon_sym_err_GT_PIPE] = ACTIONS(2751), + [anon_sym_out_GT_PIPE] = ACTIONS(2751), + [anon_sym_e_GT_PIPE] = ACTIONS(2751), + [anon_sym_o_GT_PIPE] = ACTIONS(2751), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2751), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2751), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2751), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2751), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(2936), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(2940), + [anon_sym_DASH2] = ACTIONS(2942), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(2946), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2948), + [anon_sym_DOT_DOT_LT] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2950), + [anon_sym_true] = ACTIONS(2952), + [anon_sym_false] = ACTIONS(2952), + [aux_sym__val_number_decimal_token1] = ACTIONS(2954), + [aux_sym__val_number_decimal_token2] = ACTIONS(2956), + [aux_sym__val_number_decimal_token3] = ACTIONS(2958), + [aux_sym__val_number_decimal_token4] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(2964), + [aux_sym__val_number_token5] = ACTIONS(2964), + [aux_sym__val_number_token6] = ACTIONS(2964), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(2970), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, [788] = { + [sym_expr_parenthesized] = STATE(1551), + [sym_val_range] = STATE(1884), + [sym__val_range] = STATE(7740), + [sym__val_range_with_end] = STATE(7326), + [sym__value] = STATE(1884), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1669), + [sym_val_variable] = STATE(1573), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1338), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym__flag] = STATE(1884), + [sym_short_flag] = STATE(1897), + [sym_long_flag] = STATE(1897), + [sym_unquoted] = STATE(1672), + [sym__unquoted_with_expr] = STATE(1886), + [sym__unquoted_anonymous_prefix] = STATE(6804), [sym_comment] = STATE(788), - [ts_builtin_sym_end] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(2869), - [aux_sym__immediate_decimal_token2] = ACTIONS(2871), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_ctrl_do_repeat2] = STATE(786), + [ts_builtin_sym_end] = ACTIONS(2749), + [sym__newline] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_err_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_GT_PIPE] = ACTIONS(2749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(2936), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(2940), + [anon_sym_DASH2] = ACTIONS(2942), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(2946), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2948), + [anon_sym_DOT_DOT_LT] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2950), + [anon_sym_true] = ACTIONS(2952), + [anon_sym_false] = ACTIONS(2952), + [aux_sym__val_number_decimal_token1] = ACTIONS(2954), + [aux_sym__val_number_decimal_token2] = ACTIONS(2956), + [aux_sym__val_number_decimal_token3] = ACTIONS(2958), + [aux_sym__val_number_decimal_token4] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(2964), + [aux_sym__val_number_token5] = ACTIONS(2964), + [aux_sym__val_number_token6] = ACTIONS(2964), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(2970), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, [789] = { [sym_comment] = STATE(789), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(2873), - [aux_sym__immediate_decimal_token2] = ACTIONS(2875), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(2984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2986), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [790] = { - [sym_expr_parenthesized] = STATE(1583), - [sym_val_range] = STATE(1945), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1945), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1945), - [sym_long_flag] = STATE(1945), - [sym_unquoted] = STATE(1667), - [sym__unquoted_with_expr] = STATE(1918), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_parenthesized] = STATE(1551), + [sym_val_range] = STATE(1884), + [sym__val_range] = STATE(7740), + [sym__val_range_with_end] = STATE(7326), + [sym__value] = STATE(1884), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1669), + [sym_val_variable] = STATE(1573), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1338), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym__flag] = STATE(1884), + [sym_short_flag] = STATE(1897), + [sym_long_flag] = STATE(1897), + [sym_unquoted] = STATE(1672), + [sym__unquoted_with_expr] = STATE(1886), + [sym__unquoted_anonymous_prefix] = STATE(6804), [sym_comment] = STATE(790), - [aux_sym_shebang_repeat1] = STATE(1107), - [aux_sym_ctrl_do_parenthesized_repeat3] = STATE(783), - [sym__newline] = ACTIONS(2877), - [anon_sym_SEMI] = ACTIONS(2877), - [anon_sym_PIPE] = ACTIONS(2877), - [anon_sym_err_GT_PIPE] = ACTIONS(2877), - [anon_sym_out_GT_PIPE] = ACTIONS(2877), - [anon_sym_e_GT_PIPE] = ACTIONS(2877), - [anon_sym_o_GT_PIPE] = ACTIONS(2877), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2877), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2877), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2877), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2877), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2877), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [aux_sym_ctrl_do_repeat2] = STATE(788), + [ts_builtin_sym_end] = ACTIONS(2693), + [sym__newline] = ACTIONS(2693), + [anon_sym_SEMI] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_err_GT_PIPE] = ACTIONS(2693), + [anon_sym_out_GT_PIPE] = ACTIONS(2693), + [anon_sym_e_GT_PIPE] = ACTIONS(2693), + [anon_sym_o_GT_PIPE] = ACTIONS(2693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(2936), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(2940), + [anon_sym_DASH2] = ACTIONS(2942), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(2946), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2948), + [anon_sym_DOT_DOT_LT] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2950), + [anon_sym_true] = ACTIONS(2952), + [anon_sym_false] = ACTIONS(2952), + [aux_sym__val_number_decimal_token1] = ACTIONS(2954), + [aux_sym__val_number_decimal_token2] = ACTIONS(2956), + [aux_sym__val_number_decimal_token3] = ACTIONS(2958), + [aux_sym__val_number_decimal_token4] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(2964), + [aux_sym__val_number_token5] = ACTIONS(2964), + [aux_sym__val_number_token6] = ACTIONS(2964), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(2970), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, [791] = { - [sym_expr_parenthesized] = STATE(1505), - [sym_val_range] = STATE(1768), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1768), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1768), - [sym_long_flag] = STATE(1768), - [sym_unquoted] = STATE(1575), - [sym__unquoted_with_expr] = STATE(1770), - [sym__unquoted_anonymous_prefix] = STATE(6652), [sym_comment] = STATE(791), - [aux_sym_ctrl_do_repeat2] = STATE(785), - [sym__newline] = ACTIONS(2879), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym_PIPE] = ACTIONS(2879), - [anon_sym_err_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_GT_PIPE] = ACTIONS(2879), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2879), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2879), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_RBRACE] = ACTIONS(2879), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(2988), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2990), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), }, [792] = { - [sym_expr_parenthesized] = STATE(1505), - [sym_val_range] = STATE(1768), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1768), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1768), - [sym_long_flag] = STATE(1768), - [sym_unquoted] = STATE(1575), - [sym__unquoted_with_expr] = STATE(1770), - [sym__unquoted_anonymous_prefix] = STATE(6652), [sym_comment] = STATE(792), - [aux_sym_ctrl_do_repeat2] = STATE(779), - [sym__newline] = ACTIONS(2879), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym_PIPE] = ACTIONS(2879), - [anon_sym_err_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_GT_PIPE] = ACTIONS(2879), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2879), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_RPAREN] = ACTIONS(2879), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_RBRACE] = ACTIONS(2879), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(2992), + [aux_sym__immediate_decimal_token2] = ACTIONS(2994), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(3), }, [793] = { + [sym_expr_parenthesized] = STATE(1551), + [sym_val_range] = STATE(1884), + [sym__val_range] = STATE(7740), + [sym__val_range_with_end] = STATE(7326), + [sym__value] = STATE(1884), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1669), + [sym_val_variable] = STATE(1573), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1338), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym__flag] = STATE(1884), + [sym_short_flag] = STATE(1897), + [sym_long_flag] = STATE(1897), + [sym_unquoted] = STATE(1672), + [sym__unquoted_with_expr] = STATE(1886), + [sym__unquoted_anonymous_prefix] = STATE(6804), [sym_comment] = STATE(793), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(2881), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2883), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_ctrl_do_repeat2] = STATE(787), + [ts_builtin_sym_end] = ACTIONS(2749), + [sym__newline] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2749), + [anon_sym_PIPE] = ACTIONS(2749), + [anon_sym_err_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_GT_PIPE] = ACTIONS(2749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2749), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(2936), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(2940), + [anon_sym_DASH2] = ACTIONS(2942), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(2946), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2948), + [anon_sym_DOT_DOT_LT] = ACTIONS(2948), + [anon_sym_null] = ACTIONS(2950), + [anon_sym_true] = ACTIONS(2952), + [anon_sym_false] = ACTIONS(2952), + [aux_sym__val_number_decimal_token1] = ACTIONS(2954), + [aux_sym__val_number_decimal_token2] = ACTIONS(2956), + [aux_sym__val_number_decimal_token3] = ACTIONS(2958), + [aux_sym__val_number_decimal_token4] = ACTIONS(2960), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(2964), + [aux_sym__val_number_token5] = ACTIONS(2964), + [aux_sym__val_number_token6] = ACTIONS(2964), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(2970), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, [794] = { - [sym_expr_parenthesized] = STATE(1603), - [sym_val_range] = STATE(1852), - [sym__val_range] = STATE(7725), - [sym__val_range_with_end] = STATE(7255), - [sym__value] = STATE(1852), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1663), - [sym_val_variable] = STATE(1563), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1312), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_short_flag] = STATE(1852), - [sym_long_flag] = STATE(1852), - [sym_unquoted] = STATE(1696), - [sym__unquoted_with_expr] = STATE(1913), - [sym__unquoted_anonymous_prefix] = STATE(6954), [sym_comment] = STATE(794), - [aux_sym_ctrl_do_repeat2] = STATE(797), - [ts_builtin_sym_end] = ACTIONS(2879), - [sym__newline] = ACTIONS(2879), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym_PIPE] = ACTIONS(2879), - [anon_sym_err_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_GT_PIPE] = ACTIONS(2879), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2879), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_DASH2] = ACTIONS(2893), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(2897), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2899), - [anon_sym_DOT_DOT_LT] = ACTIONS(2899), - [anon_sym_null] = ACTIONS(2901), - [anon_sym_true] = ACTIONS(2903), - [anon_sym_false] = ACTIONS(2903), - [aux_sym__val_number_decimal_token1] = ACTIONS(2905), - [aux_sym__val_number_decimal_token2] = ACTIONS(2907), - [aux_sym__val_number_decimal_token3] = ACTIONS(2909), - [aux_sym__val_number_decimal_token4] = ACTIONS(2911), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(2915), - [aux_sym__val_number_token5] = ACTIONS(2915), - [aux_sym__val_number_token6] = ACTIONS(2915), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(2921), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(2996), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2998), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), }, [795] = { [sym_comment] = STATE(795), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2937), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3000), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_COLON2] = ACTIONS(1667), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [796] = { - [sym_expr_parenthesized] = STATE(1603), - [sym_val_range] = STATE(1852), - [sym__val_range] = STATE(7725), - [sym__val_range_with_end] = STATE(7255), - [sym__value] = STATE(1852), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1663), - [sym_val_variable] = STATE(1563), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1312), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_short_flag] = STATE(1852), - [sym_long_flag] = STATE(1852), - [sym_unquoted] = STATE(1696), - [sym__unquoted_with_expr] = STATE(1913), - [sym__unquoted_anonymous_prefix] = STATE(6954), [sym_comment] = STATE(796), - [aux_sym_ctrl_do_repeat2] = STATE(796), - [ts_builtin_sym_end] = ACTIONS(2780), - [sym__newline] = ACTIONS(2780), - [anon_sym_SEMI] = ACTIONS(2780), - [anon_sym_PIPE] = ACTIONS(2780), - [anon_sym_err_GT_PIPE] = ACTIONS(2780), - [anon_sym_out_GT_PIPE] = ACTIONS(2780), - [anon_sym_e_GT_PIPE] = ACTIONS(2780), - [anon_sym_o_GT_PIPE] = ACTIONS(2780), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2780), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2780), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2780), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2780), - [anon_sym_LBRACK] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2942), - [anon_sym_DOLLAR] = ACTIONS(2945), - [anon_sym_DASH_DASH] = ACTIONS(2948), - [anon_sym_DASH2] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2954), - [anon_sym_DOT_DOT] = ACTIONS(2957), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2960), - [anon_sym_DOT_DOT_LT] = ACTIONS(2960), - [anon_sym_null] = ACTIONS(2963), - [anon_sym_true] = ACTIONS(2966), - [anon_sym_false] = ACTIONS(2966), - [aux_sym__val_number_decimal_token1] = ACTIONS(2969), - [aux_sym__val_number_decimal_token2] = ACTIONS(2972), - [aux_sym__val_number_decimal_token3] = ACTIONS(2975), - [aux_sym__val_number_decimal_token4] = ACTIONS(2978), - [aux_sym__val_number_token1] = ACTIONS(2981), - [aux_sym__val_number_token2] = ACTIONS(2981), - [aux_sym__val_number_token3] = ACTIONS(2981), - [aux_sym__val_number_token4] = ACTIONS(2984), - [aux_sym__val_number_token5] = ACTIONS(2984), - [aux_sym__val_number_token6] = ACTIONS(2984), - [anon_sym_0b] = ACTIONS(2987), - [anon_sym_0o] = ACTIONS(2990), - [anon_sym_0x] = ACTIONS(2990), - [sym_val_date] = ACTIONS(2993), - [anon_sym_DQUOTE] = ACTIONS(2996), - [sym__str_single_quotes] = ACTIONS(2999), - [sym__str_back_ticks] = ACTIONS(2999), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3002), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3005), - [anon_sym_err_GT] = ACTIONS(2851), - [anon_sym_out_GT] = ACTIONS(2851), - [anon_sym_e_GT] = ACTIONS(2851), - [anon_sym_o_GT] = ACTIONS(2851), - [anon_sym_err_PLUSout_GT] = ACTIONS(2851), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2851), - [anon_sym_o_PLUSe_GT] = ACTIONS(2851), - [anon_sym_e_PLUSo_GT] = ACTIONS(2851), - [anon_sym_err_GT_GT] = ACTIONS(2854), - [anon_sym_out_GT_GT] = ACTIONS(2854), - [anon_sym_e_GT_GT] = ACTIONS(2854), - [anon_sym_o_GT_GT] = ACTIONS(2854), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2854), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2854), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2854), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2854), - [aux_sym_unquoted_token1] = ACTIONS(3008), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3011), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3002), + [aux_sym__immediate_decimal_token2] = ACTIONS(3004), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(3), }, [797] = { - [sym_expr_parenthesized] = STATE(1603), - [sym_val_range] = STATE(1852), - [sym__val_range] = STATE(7725), - [sym__val_range_with_end] = STATE(7255), - [sym__value] = STATE(1852), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1663), - [sym_val_variable] = STATE(1563), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1312), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_short_flag] = STATE(1852), - [sym_long_flag] = STATE(1852), - [sym_unquoted] = STATE(1696), - [sym__unquoted_with_expr] = STATE(1913), - [sym__unquoted_anonymous_prefix] = STATE(6954), [sym_comment] = STATE(797), - [aux_sym_ctrl_do_repeat2] = STATE(796), - [ts_builtin_sym_end] = ACTIONS(2766), - [sym__newline] = ACTIONS(2766), - [anon_sym_SEMI] = ACTIONS(2766), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_err_GT_PIPE] = ACTIONS(2766), - [anon_sym_out_GT_PIPE] = ACTIONS(2766), - [anon_sym_e_GT_PIPE] = ACTIONS(2766), - [anon_sym_o_GT_PIPE] = ACTIONS(2766), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2766), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2766), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2766), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_DASH2] = ACTIONS(2893), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(2897), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2899), - [anon_sym_DOT_DOT_LT] = ACTIONS(2899), - [anon_sym_null] = ACTIONS(2901), - [anon_sym_true] = ACTIONS(2903), - [anon_sym_false] = ACTIONS(2903), - [aux_sym__val_number_decimal_token1] = ACTIONS(2905), - [aux_sym__val_number_decimal_token2] = ACTIONS(2907), - [aux_sym__val_number_decimal_token3] = ACTIONS(2909), - [aux_sym__val_number_decimal_token4] = ACTIONS(2911), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(2915), - [aux_sym__val_number_token5] = ACTIONS(2915), - [aux_sym__val_number_token6] = ACTIONS(2915), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(2921), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2857), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_COLON2] = ACTIONS(1587), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), }, [798] = { [sym_comment] = STATE(798), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_COLON2] = ACTIONS(1599), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [ts_builtin_sym_end] = ACTIONS(1597), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3006), + [aux_sym__immediate_decimal_token2] = ACTIONS(3008), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [799] = { [sym_comment] = STATE(799), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2883), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_COLON2] = ACTIONS(1733), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), }, [800] = { [sym_comment] = STATE(800), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_COLON2] = ACTIONS(1623), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(3), - }, - [801] = { - [sym_comment] = STATE(801), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3014), - [aux_sym__immediate_decimal_token2] = ACTIONS(3016), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(3), - }, - [802] = { - [sym_expr_parenthesized] = STATE(1603), - [sym_val_range] = STATE(1852), - [sym__val_range] = STATE(7725), - [sym__val_range_with_end] = STATE(7255), - [sym__value] = STATE(1852), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1663), - [sym_val_variable] = STATE(1563), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1312), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_short_flag] = STATE(1852), - [sym_long_flag] = STATE(1852), - [sym_unquoted] = STATE(1696), - [sym__unquoted_with_expr] = STATE(1913), - [sym__unquoted_anonymous_prefix] = STATE(6954), - [sym_comment] = STATE(802), - [aux_sym_ctrl_do_repeat2] = STATE(796), - [ts_builtin_sym_end] = ACTIONS(2879), - [sym__newline] = ACTIONS(2879), - [anon_sym_SEMI] = ACTIONS(2879), - [anon_sym_PIPE] = ACTIONS(2879), - [anon_sym_err_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_GT_PIPE] = ACTIONS(2879), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2879), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2879), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2879), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2879), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_DASH2] = ACTIONS(2893), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(2897), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2899), - [anon_sym_DOT_DOT_LT] = ACTIONS(2899), - [anon_sym_null] = ACTIONS(2901), - [anon_sym_true] = ACTIONS(2903), - [anon_sym_false] = ACTIONS(2903), - [aux_sym__val_number_decimal_token1] = ACTIONS(2905), - [aux_sym__val_number_decimal_token2] = ACTIONS(2907), - [aux_sym__val_number_decimal_token3] = ACTIONS(2909), - [aux_sym__val_number_decimal_token4] = ACTIONS(2911), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(2915), - [aux_sym__val_number_token5] = ACTIONS(2915), - [aux_sym__val_number_token6] = ACTIONS(2915), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(2921), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), - }, - [803] = { - [sym_comment] = STATE(803), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_COLON2] = ACTIONS(1709), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3010), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3012), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), + }, + [801] = { + [sym_comment] = STATE(801), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3014), + [aux_sym__immediate_decimal_token2] = ACTIONS(3016), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(3), + }, + [802] = { + [sym_comment] = STATE(802), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2986), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(3), + }, + [803] = { + [sym_comment] = STATE(803), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2990), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [804] = { [sym_comment] = STATE(804), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2774), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(3018), + [anon_sym_PLUS_PLUS] = ACTIONS(3018), + [anon_sym_STAR] = ACTIONS(3020), + [anon_sym_SLASH] = ACTIONS(3020), + [anon_sym_mod] = ACTIONS(3018), + [anon_sym_SLASH_SLASH] = ACTIONS(3018), + [anon_sym_PLUS] = ACTIONS(3020), + [anon_sym_DASH] = ACTIONS(3018), + [anon_sym_bit_DASHshl] = ACTIONS(3018), + [anon_sym_bit_DASHshr] = ACTIONS(3018), + [anon_sym_EQ_TILDE] = ACTIONS(3018), + [anon_sym_BANG_TILDE] = ACTIONS(3018), + [anon_sym_bit_DASHand] = ACTIONS(3018), + [anon_sym_bit_DASHxor] = ACTIONS(3018), + [anon_sym_bit_DASHor] = ACTIONS(3018), + [anon_sym_and] = ACTIONS(3018), + [anon_sym_xor] = ACTIONS(3018), + [anon_sym_or] = ACTIONS(3018), + [anon_sym_in] = ACTIONS(3018), + [anon_sym_not_DASHin] = ACTIONS(3018), + [anon_sym_starts_DASHwith] = ACTIONS(3018), + [anon_sym_ends_DASHwith] = ACTIONS(3018), + [anon_sym_EQ_EQ] = ACTIONS(3018), + [anon_sym_BANG_EQ] = ACTIONS(3018), + [anon_sym_LT] = ACTIONS(3020), + [anon_sym_LT_EQ] = ACTIONS(3018), + [anon_sym_GT] = ACTIONS(3020), + [anon_sym_GT_EQ] = ACTIONS(3018), + [aux_sym_cmd_identifier_token41] = ACTIONS(3022), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3028), + [sym_duration_unit] = ACTIONS(3030), + [anon_sym_COLON2] = ACTIONS(1681), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), [anon_sym_POUND] = ACTIONS(3), }, [805] = { [sym_comment] = STATE(805), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_RBRACE] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_COLON2] = ACTIONS(1723), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [ts_builtin_sym_end] = ACTIONS(1669), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3032), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [806] = { [sym_comment] = STATE(806), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2865), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3034), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [807] = { [sym_comment] = STATE(807), - [ts_builtin_sym_end] = ACTIONS(1711), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3018), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_COLON2] = ACTIONS(1587), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [808] = { [sym_comment] = STATE(808), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3020), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3036), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [809] = { [sym_comment] = STATE(809), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3022), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_COLON2] = ACTIONS(1595), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [810] = { [sym_comment] = STATE(810), - [anon_sym_STAR_STAR] = ACTIONS(3024), - [anon_sym_PLUS_PLUS] = ACTIONS(3024), - [anon_sym_STAR] = ACTIONS(3026), - [anon_sym_SLASH] = ACTIONS(3026), - [anon_sym_mod] = ACTIONS(3024), - [anon_sym_SLASH_SLASH] = ACTIONS(3024), - [anon_sym_PLUS] = ACTIONS(3026), - [anon_sym_DASH] = ACTIONS(3024), - [anon_sym_bit_DASHshl] = ACTIONS(3024), - [anon_sym_bit_DASHshr] = ACTIONS(3024), - [anon_sym_EQ_TILDE] = ACTIONS(3024), - [anon_sym_BANG_TILDE] = ACTIONS(3024), - [anon_sym_bit_DASHand] = ACTIONS(3024), - [anon_sym_bit_DASHxor] = ACTIONS(3024), - [anon_sym_bit_DASHor] = ACTIONS(3024), - [anon_sym_and] = ACTIONS(3024), - [anon_sym_xor] = ACTIONS(3024), - [anon_sym_or] = ACTIONS(3024), - [anon_sym_in] = ACTIONS(3024), - [anon_sym_not_DASHin] = ACTIONS(3024), - [anon_sym_starts_DASHwith] = ACTIONS(3024), - [anon_sym_ends_DASHwith] = ACTIONS(3024), - [anon_sym_EQ_EQ] = ACTIONS(3024), - [anon_sym_BANG_EQ] = ACTIONS(3024), - [anon_sym_LT] = ACTIONS(3026), - [anon_sym_LT_EQ] = ACTIONS(3024), - [anon_sym_GT] = ACTIONS(3026), - [anon_sym_GT_EQ] = ACTIONS(3024), - [aux_sym_cmd_identifier_token41] = ACTIONS(3028), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3034), - [sym_duration_unit] = ACTIONS(3036), - [anon_sym_COLON2] = ACTIONS(1653), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(2998), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [811] = { - [sym_expr_parenthesized] = STATE(1603), - [sym_val_range] = STATE(1852), - [sym__val_range] = STATE(7725), - [sym__val_range_with_end] = STATE(7255), - [sym__value] = STATE(1852), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1663), - [sym_val_variable] = STATE(1563), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1312), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_short_flag] = STATE(1852), - [sym_long_flag] = STATE(1852), - [sym_unquoted] = STATE(1696), - [sym__unquoted_with_expr] = STATE(1913), - [sym__unquoted_anonymous_prefix] = STATE(6954), [sym_comment] = STATE(811), - [aux_sym_ctrl_do_repeat2] = STATE(802), - [ts_builtin_sym_end] = ACTIONS(2867), - [sym__newline] = ACTIONS(2867), - [anon_sym_SEMI] = ACTIONS(2867), - [anon_sym_PIPE] = ACTIONS(2867), - [anon_sym_err_GT_PIPE] = ACTIONS(2867), - [anon_sym_out_GT_PIPE] = ACTIONS(2867), - [anon_sym_e_GT_PIPE] = ACTIONS(2867), - [anon_sym_o_GT_PIPE] = ACTIONS(2867), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2867), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2867), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2867), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2867), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2887), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_DASH2] = ACTIONS(2893), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(2897), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2899), - [anon_sym_DOT_DOT_LT] = ACTIONS(2899), - [anon_sym_null] = ACTIONS(2901), - [anon_sym_true] = ACTIONS(2903), - [anon_sym_false] = ACTIONS(2903), - [aux_sym__val_number_decimal_token1] = ACTIONS(2905), - [aux_sym__val_number_decimal_token2] = ACTIONS(2907), - [aux_sym__val_number_decimal_token3] = ACTIONS(2909), - [aux_sym__val_number_decimal_token4] = ACTIONS(2911), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(2915), - [aux_sym__val_number_token5] = ACTIONS(2915), - [aux_sym__val_number_token6] = ACTIONS(2915), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(2921), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_COLON2] = ACTIONS(1667), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(3), }, [812] = { [sym_comment] = STATE(812), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3044), - [sym_duration_unit] = ACTIONS(3046), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [813] = { [sym_comment] = STATE(813), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [ts_builtin_sym_end] = ACTIONS(1597), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [814] = { [sym_comment] = STATE(814), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3038), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3040), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [815] = { [sym_comment] = STATE(815), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3048), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [ts_builtin_sym_end] = ACTIONS(1693), + [anon_sym_STAR_STAR] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_STAR] = ACTIONS(3044), + [anon_sym_SLASH] = ACTIONS(3044), + [anon_sym_mod] = ACTIONS(3042), + [anon_sym_SLASH_SLASH] = ACTIONS(3042), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_DASH] = ACTIONS(3042), + [anon_sym_bit_DASHshl] = ACTIONS(3042), + [anon_sym_bit_DASHshr] = ACTIONS(3042), + [anon_sym_EQ_TILDE] = ACTIONS(3042), + [anon_sym_BANG_TILDE] = ACTIONS(3042), + [anon_sym_bit_DASHand] = ACTIONS(3042), + [anon_sym_bit_DASHxor] = ACTIONS(3042), + [anon_sym_bit_DASHor] = ACTIONS(3042), + [anon_sym_and] = ACTIONS(3042), + [anon_sym_xor] = ACTIONS(3042), + [anon_sym_or] = ACTIONS(3042), + [anon_sym_in] = ACTIONS(3042), + [anon_sym_not_DASHin] = ACTIONS(3042), + [anon_sym_starts_DASHwith] = ACTIONS(3042), + [anon_sym_ends_DASHwith] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(3044), + [anon_sym_LT_EQ] = ACTIONS(3042), + [anon_sym_GT] = ACTIONS(3044), + [anon_sym_GT_EQ] = ACTIONS(3042), + [aux_sym_cmd_identifier_token41] = ACTIONS(3046), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3048), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3050), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3050), + [sym_filesize_unit] = ACTIONS(3052), + [sym_duration_unit] = ACTIONS(3054), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), [anon_sym_POUND] = ACTIONS(3), }, [816] = { [sym_comment] = STATE(816), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3050), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3052), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3056), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [817] = { [sym_comment] = STATE(817), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_RPAREN] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3054), - [sym_duration_unit] = ACTIONS(3056), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3012), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [818] = { [sym_comment] = STATE(818), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [819] = { [sym_comment] = STATE(819), - [ts_builtin_sym_end] = ACTIONS(1665), [anon_sym_STAR_STAR] = ACTIONS(3058), [anon_sym_PLUS_PLUS] = ACTIONS(3058), [anon_sym_STAR] = ACTIONS(3060), @@ -166397,1795 +166440,1796 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3060), [anon_sym_GT_EQ] = ACTIONS(3058), [aux_sym_cmd_identifier_token41] = ACTIONS(3062), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3064), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3066), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3066), - [sym_filesize_unit] = ACTIONS(3068), - [sym_duration_unit] = ACTIONS(3070), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3064), + [sym_duration_unit] = ACTIONS(3066), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), [anon_sym_POUND] = ACTIONS(3), }, [820] = { [sym_comment] = STATE(820), - [ts_builtin_sym_end] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_RPAREN] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3068), + [sym_duration_unit] = ACTIONS(3070), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), [anon_sym_POUND] = ACTIONS(3), }, [821] = { [sym_comment] = STATE(821), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [ts_builtin_sym_end] = ACTIONS(1735), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), }, [822] = { [sym_comment] = STATE(822), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(2937), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [823] = { [sym_comment] = STATE(823), - [ts_builtin_sym_end] = ACTIONS(1725), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), }, [824] = { [sym_comment] = STATE(824), - [ts_builtin_sym_end] = ACTIONS(1711), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [825] = { [sym_comment] = STATE(825), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [826] = { [sym_comment] = STATE(826), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), [aux_sym__immediate_decimal_token1] = ACTIONS(3072), [aux_sym__immediate_decimal_token2] = ACTIONS(3074), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [827] = { [sym_comment] = STATE(827), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_RPAREN] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), }, [828] = { [sym_comment] = STATE(828), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_RBRACE] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [829] = { [sym_comment] = STATE(829), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [ts_builtin_sym_end] = ACTIONS(1669), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [830] = { [sym_comment] = STATE(830), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_RPAREN] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [831] = { [sym_comment] = STATE(831), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3076), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3040), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [832] = { [sym_comment] = STATE(832), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [833] = { [sym_comment] = STATE(833), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [834] = { [sym_comment] = STATE(834), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3078), - [sym_duration_unit] = ACTIONS(3080), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3076), + [sym_duration_unit] = ACTIONS(3078), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), [anon_sym_POUND] = ACTIONS(3), }, [835] = { [sym_comment] = STATE(835), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [836] = { [sym_comment] = STATE(836), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3080), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(3), }, [837] = { [sym_comment] = STATE(837), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3052), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), [anon_sym_POUND] = ACTIONS(3), }, [838] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7754), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7726), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(838), - [aux_sym_shebang_repeat1] = STATE(877), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [aux_sym_shebang_repeat1] = STATE(875), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3082), [anon_sym_RBRACK] = ACTIONS(3084), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168213,71 +168257,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [839] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7499), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7568), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(839), - [aux_sym_shebang_repeat1] = STATE(877), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [aux_sym_shebang_repeat1] = STATE(875), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3082), [anon_sym_RBRACK] = ACTIONS(3126), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168305,71 +168349,255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [840] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7058), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7668), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), [sym_comment] = STATE(840), - [aux_sym_shebang_repeat1] = STATE(880), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1733), + [anon_sym_out_GT_GT] = ACTIONS(1733), + [anon_sym_e_GT_GT] = ACTIONS(1733), + [anon_sym_o_GT_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(3), + }, + [841] = { + [sym_comment] = STATE(841), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1595), + [anon_sym_out_GT_GT] = ACTIONS(1595), + [anon_sym_e_GT_GT] = ACTIONS(1595), + [anon_sym_o_GT_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(3), + }, + [842] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7073), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7462), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(842), + [aux_sym_shebang_repeat1] = STATE(872), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3130), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168397,71 +168625,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [841] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(6742), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7541), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(841), - [aux_sym_shebang_repeat1] = STATE(872), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [843] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(6972), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7745), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(843), + [aux_sym_shebang_repeat1] = STATE(880), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3132), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168489,163 +168717,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [842] = { - [sym_comment] = STATE(842), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1709), - [anon_sym_out_GT_GT] = ACTIONS(1709), - [anon_sym_e_GT_GT] = ACTIONS(1709), - [anon_sym_o_GT_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(3), - }, - [843] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(6967), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7729), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(843), - [aux_sym_shebang_repeat1] = STATE(878), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [844] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7084), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7743), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(844), + [aux_sym_shebang_repeat1] = STATE(882), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3134), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168673,255 +168809,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [844] = { - [sym_comment] = STATE(844), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1723), - [anon_sym_out_GT_GT] = ACTIONS(1723), - [anon_sym_e_GT_GT] = ACTIONS(1723), - [anon_sym_o_GT_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(3), - }, [845] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7092), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7584), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(845), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1623), - [anon_sym_out_GT_GT] = ACTIONS(1623), - [anon_sym_e_GT_GT] = ACTIONS(1623), - [anon_sym_o_GT_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(3), - }, - [846] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7606), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(846), - [aux_sym_shebang_repeat1] = STATE(877), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(3082), + [aux_sym_shebang_repeat1] = STATE(883), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3136), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -168949,71 +168901,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [847] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7070), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7747), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(847), - [aux_sym_shebang_repeat1] = STATE(881), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [846] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(6972), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7497), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(846), + [aux_sym_shebang_repeat1] = STATE(880), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3138), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169041,71 +168993,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [848] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7078), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7446), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(848), - [aux_sym_shebang_repeat1] = STATE(882), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [847] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7099), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7625), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(847), + [aux_sym_shebang_repeat1] = STATE(884), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3140), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169133,163 +169085,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [849] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7088), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7483), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(849), - [aux_sym_shebang_repeat1] = STATE(883), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [848] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7108), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7538), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(848), + [aux_sym_shebang_repeat1] = STATE(885), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3142), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3092), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), - [anon_sym_DOT_DOT_LT] = ACTIONS(3094), - [anon_sym_null] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3098), - [anon_sym_false] = ACTIONS(3098), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(3100), - [aux_sym__val_number_decimal_token2] = ACTIONS(3102), - [aux_sym__val_number_decimal_token3] = ACTIONS(3104), - [aux_sym__val_number_decimal_token4] = ACTIONS(3106), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3110), - [aux_sym__val_number_token5] = ACTIONS(3110), - [aux_sym__val_number_token6] = ACTIONS(3110), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), - }, - [850] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(6967), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7480), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(850), - [aux_sym_shebang_repeat1] = STATE(878), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3144), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169317,71 +169177,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [851] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7025), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7439), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(851), - [aux_sym_shebang_repeat1] = STATE(879), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [849] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7116), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7690), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(849), + [aux_sym_shebang_repeat1] = STATE(886), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3146), + [anon_sym_RBRACK] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169409,71 +169269,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [852] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7097), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7425), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(852), - [aux_sym_shebang_repeat1] = STATE(884), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [850] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7125), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7401), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(850), + [aux_sym_shebang_repeat1] = STATE(887), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3148), + [anon_sym_RBRACK] = ACTIONS(3146), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169501,71 +169361,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [853] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7106), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7573), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(853), - [aux_sym_shebang_repeat1] = STATE(885), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [851] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7143), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7472), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(851), + [aux_sym_shebang_repeat1] = STATE(889), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3150), + [anon_sym_RBRACK] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169593,71 +169453,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [854] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7729), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(854), - [aux_sym_shebang_repeat1] = STATE(877), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_RBRACK] = ACTIONS(3134), + [852] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7159), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7560), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(852), + [aux_sym_shebang_repeat1] = STATE(891), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3150), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169685,71 +169545,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [855] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7115), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7405), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(855), - [aux_sym_shebang_repeat1] = STATE(886), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [853] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7166), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7616), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(853), + [aux_sym_shebang_repeat1] = STATE(873), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169777,71 +169637,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [856] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7131), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7596), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(856), - [aux_sym_shebang_repeat1] = STATE(888), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [854] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(6904), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7722), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(854), + [aux_sym_shebang_repeat1] = STATE(878), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3154), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169869,71 +169729,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [857] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7152), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7740), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(857), - [aux_sym_shebang_repeat1] = STATE(890), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [855] = { + [sym_comment] = STATE(855), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1667), + [anon_sym_out_GT_GT] = ACTIONS(1667), + [anon_sym_e_GT_GT] = ACTIONS(1667), + [anon_sym_o_GT_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(3), + }, + [856] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7173), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7668), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(856), + [aux_sym_shebang_repeat1] = STATE(874), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -169961,71 +169913,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [858] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7159), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7410), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(858), - [aux_sym_shebang_repeat1] = STATE(891), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [857] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7180), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7725), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(857), + [aux_sym_shebang_repeat1] = STATE(876), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_RBRACK] = ACTIONS(3158), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -170053,71 +170005,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, + [858] = { + [sym_comment] = STATE(858), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3160), + [sym_duration_unit] = ACTIONS(3162), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1681), + [anon_sym_out_GT_GT] = ACTIONS(1681), + [anon_sym_e_GT_GT] = ACTIONS(1681), + [anon_sym_o_GT_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1681), + [anon_sym_POUND] = ACTIONS(3), + }, [859] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7166), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7457), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7745), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(859), [aux_sym_shebang_repeat1] = STATE(875), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3160), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_RBRACK] = ACTIONS(3132), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -170145,71 +170189,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [860] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7174), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7490), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7729), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(860), - [aux_sym_shebang_repeat1] = STATE(873), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(3128), - [anon_sym_RBRACK] = ACTIONS(3162), + [aux_sym_shebang_repeat1] = STATE(875), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_RBRACK] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -170237,255 +170281,255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [861] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7048), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7626), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(861), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1599), - [anon_sym_out_GT_GT] = ACTIONS(1599), - [anon_sym_e_GT_GT] = ACTIONS(1599), - [anon_sym_o_GT_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(3), + [aux_sym_shebang_repeat1] = STATE(881), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), + [anon_sym_LBRACK] = ACTIONS(3128), + [anon_sym_RBRACK] = ACTIONS(3166), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_COMMA] = ACTIONS(2545), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3092), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), + [anon_sym_DOT_DOT_LT] = ACTIONS(3094), + [anon_sym_null] = ACTIONS(3096), + [anon_sym_true] = ACTIONS(3098), + [anon_sym_false] = ACTIONS(3098), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(3100), + [aux_sym__val_number_decimal_token2] = ACTIONS(3102), + [aux_sym__val_number_decimal_token3] = ACTIONS(3104), + [aux_sym__val_number_decimal_token4] = ACTIONS(3106), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3110), + [aux_sym__val_number_token5] = ACTIONS(3110), + [aux_sym__val_number_token6] = ACTIONS(3110), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3116), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3124), }, [862] = { [sym_comment] = STATE(862), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3164), - [sym_duration_unit] = ACTIONS(3166), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1653), - [anon_sym_out_GT_GT] = ACTIONS(1653), - [anon_sym_e_GT_GT] = ACTIONS(1653), - [anon_sym_o_GT_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1653), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1587), + [anon_sym_out_GT_GT] = ACTIONS(1587), + [anon_sym_e_GT_GT] = ACTIONS(1587), + [anon_sym_o_GT_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(3), }, [863] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_list_body] = STATE(7659), - [sym_val_entry] = STATE(6769), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_list_body] = STATE(7384), + [sym_val_entry] = STATE(6912), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(863), - [aux_sym_shebang_repeat1] = STATE(877), - [aux_sym_parameter_repeat2] = STATE(6323), - [aux_sym_list_body_repeat1] = STATE(906), - [sym__newline] = ACTIONS(2546), + [aux_sym_shebang_repeat1] = STATE(875), + [aux_sym_parameter_repeat2] = STATE(6085), + [aux_sym_list_body_repeat1] = STATE(973), + [sym__newline] = ACTIONS(2537), [anon_sym_LBRACK] = ACTIONS(3082), [anon_sym_RBRACK] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_COMMA] = ACTIONS(2554), + [anon_sym_COMMA] = ACTIONS(2545), [anon_sym_DOLLAR] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(3090), [anon_sym_DOT_DOT] = ACTIONS(3092), @@ -170513,25 +170557,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), @@ -170567,66 +170611,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_RPAREN] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_RPAREN] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), [anon_sym_POUND] = ACTIONS(3), }, [865] = { [sym_comment] = STATE(865), + [ts_builtin_sym_end] = ACTIONS(2247), [anon_sym_STAR_STAR] = ACTIONS(3176), [anon_sym_PLUS_PLUS] = ACTIONS(3176), [anon_sym_STAR] = ACTIONS(3178), @@ -170656,62 +170701,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3178), [anon_sym_GT_EQ] = ACTIONS(3176), [aux_sym_cmd_identifier_token41] = ACTIONS(3180), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), [anon_sym_POUND] = ACTIONS(3), }, [866] = { @@ -170745,244 +170789,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_RPAREN] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), [anon_sym_POUND] = ACTIONS(3), }, [867] = { [sym_comment] = STATE(867), - [anon_sym_STAR_STAR] = ACTIONS(3176), - [anon_sym_PLUS_PLUS] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3178), - [anon_sym_SLASH] = ACTIONS(3178), - [anon_sym_mod] = ACTIONS(3176), - [anon_sym_SLASH_SLASH] = ACTIONS(3176), - [anon_sym_PLUS] = ACTIONS(3178), - [anon_sym_DASH] = ACTIONS(3176), - [anon_sym_bit_DASHshl] = ACTIONS(3176), - [anon_sym_bit_DASHshr] = ACTIONS(3176), - [anon_sym_EQ_TILDE] = ACTIONS(3176), - [anon_sym_BANG_TILDE] = ACTIONS(3176), - [anon_sym_bit_DASHand] = ACTIONS(3176), - [anon_sym_bit_DASHxor] = ACTIONS(3176), - [anon_sym_bit_DASHor] = ACTIONS(3176), - [anon_sym_and] = ACTIONS(3176), - [anon_sym_xor] = ACTIONS(3176), - [anon_sym_or] = ACTIONS(3176), - [anon_sym_in] = ACTIONS(3176), - [anon_sym_not_DASHin] = ACTIONS(3176), - [anon_sym_starts_DASHwith] = ACTIONS(3176), - [anon_sym_ends_DASHwith] = ACTIONS(3176), - [anon_sym_EQ_EQ] = ACTIONS(3176), - [anon_sym_BANG_EQ] = ACTIONS(3176), - [anon_sym_LT] = ACTIONS(3178), - [anon_sym_LT_EQ] = ACTIONS(3176), - [anon_sym_GT] = ACTIONS(3178), - [anon_sym_GT_EQ] = ACTIONS(3176), - [aux_sym_cmd_identifier_token41] = ACTIONS(3180), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [868] = { - [sym_comment] = STATE(868), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [869] = { - [sym_comment] = STATE(869), [anon_sym_STAR_STAR] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_STAR] = ACTIONS(3172), @@ -171012,67 +170878,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), [anon_sym_POUND] = ACTIONS(3), }, - [870] = { - [sym_comment] = STATE(870), - [ts_builtin_sym_end] = ACTIONS(2259), + [868] = { + [sym_comment] = STATE(868), + [ts_builtin_sym_end] = ACTIONS(2241), + [anon_sym_STAR_STAR] = ACTIONS(3176), + [anon_sym_PLUS_PLUS] = ACTIONS(3176), + [anon_sym_STAR] = ACTIONS(3178), + [anon_sym_SLASH] = ACTIONS(3178), + [anon_sym_mod] = ACTIONS(3176), + [anon_sym_SLASH_SLASH] = ACTIONS(3176), + [anon_sym_PLUS] = ACTIONS(3178), + [anon_sym_DASH] = ACTIONS(3176), + [anon_sym_bit_DASHshl] = ACTIONS(3176), + [anon_sym_bit_DASHshr] = ACTIONS(3176), + [anon_sym_EQ_TILDE] = ACTIONS(3176), + [anon_sym_BANG_TILDE] = ACTIONS(3176), + [anon_sym_bit_DASHand] = ACTIONS(3176), + [anon_sym_bit_DASHxor] = ACTIONS(3176), + [anon_sym_bit_DASHor] = ACTIONS(3176), + [anon_sym_and] = ACTIONS(3176), + [anon_sym_xor] = ACTIONS(3176), + [anon_sym_or] = ACTIONS(3176), + [anon_sym_in] = ACTIONS(3176), + [anon_sym_not_DASHin] = ACTIONS(3176), + [anon_sym_starts_DASHwith] = ACTIONS(3176), + [anon_sym_ends_DASHwith] = ACTIONS(3176), + [anon_sym_EQ_EQ] = ACTIONS(3176), + [anon_sym_BANG_EQ] = ACTIONS(3176), + [anon_sym_LT] = ACTIONS(3178), + [anon_sym_LT_EQ] = ACTIONS(3176), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_GT_EQ] = ACTIONS(3176), + [aux_sym_cmd_identifier_token41] = ACTIONS(3180), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), + }, + [869] = { + [sym_comment] = STATE(869), [anon_sym_STAR_STAR] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_STAR] = ACTIONS(3184), @@ -171102,66 +171056,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3184), [anon_sym_GT_EQ] = ACTIONS(3182), [aux_sym_cmd_identifier_token41] = ACTIONS(3186), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), [anon_sym_POUND] = ACTIONS(3), }, - [871] = { - [sym_comment] = STATE(871), - [ts_builtin_sym_end] = ACTIONS(2253), + [870] = { + [sym_comment] = STATE(870), [anon_sym_STAR_STAR] = ACTIONS(3182), [anon_sym_PLUS_PLUS] = ACTIONS(3182), [anon_sym_STAR] = ACTIONS(3184), @@ -171191,98 +171145,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3184), [anon_sym_GT_EQ] = ACTIONS(3182), [aux_sym_cmd_identifier_token41] = ACTIONS(3186), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [871] = { + [sym_comment] = STATE(871), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_RPAREN] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), [anon_sym_POUND] = ACTIONS(3), }, [872] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7005), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7075), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(872), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171313,64 +171357,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [873] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7175), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7167), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(873), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171401,152 +171445,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [874] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7174), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(874), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), - [anon_sym_POUND] = ACTIONS(3), - }, - [875] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7167), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(875), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171577,152 +171533,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [876] = { - [sym_comment] = STATE(876), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [877] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(877), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [875] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(875), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3082), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171753,64 +171621,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [878] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(6986), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(878), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [876] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7181), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(876), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171841,64 +171709,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, - [879] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7028), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), - [sym_comment] = STATE(879), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [877] = { + [sym_comment] = STATE(877), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [878] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7017), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(878), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -171929,64 +171885,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, + [879] = { + [sym_comment] = STATE(879), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), + }, [880] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7061), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(6999), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(880), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172017,64 +172061,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [881] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7072), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7049), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(881), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172105,64 +172149,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [882] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7081), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7087), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(882), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172193,64 +172237,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [883] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7089), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7093), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(883), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172281,64 +172325,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [884] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7100), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7101), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(884), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172369,64 +172413,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [885] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7108), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7109), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(885), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172457,64 +172501,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [886] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7117), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7118), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(886), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172545,64 +172589,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [887] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7126), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7127), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(887), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172633,64 +172677,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [888] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7133), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7137), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(888), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172721,64 +172765,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [889] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7144), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7145), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(889), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172809,64 +172853,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [890] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7153), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7154), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(890), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172897,64 +172941,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), }, [891] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), [sym_val_list] = STATE(7160), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7010), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7034), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(891), - [aux_sym_shebang_repeat1] = STATE(2785), - [aux_sym_list_body_repeat1] = STATE(958), + [aux_sym_shebang_repeat1] = STATE(2797), + [aux_sym_list_body_repeat1] = STATE(1048), [sym__newline] = ACTIONS(3188), [anon_sym_LBRACK] = ACTIONS(3128), [anon_sym_LPAREN] = ACTIONS(3086), @@ -172985,25 +173029,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(3118), [sym__str_single_quotes] = ACTIONS(3120), [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(3124), @@ -173039,60 +173083,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), + [sym__newline] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), [anon_sym_POUND] = ACTIONS(3), }, [893] = { @@ -173126,96 +173170,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), + [sym__newline] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), [anon_sym_POUND] = ACTIONS(3), }, [894] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3376), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2030), - [sym__unquoted_with_expr] = STATE(2221), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3280), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2070), + [sym__unquoted_with_expr] = STATE(2300), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(894), - [aux_sym_shebang_repeat1] = STATE(987), + [aux_sym_shebang_repeat1] = STATE(994), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173248,60 +173292,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [895] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3592), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2072), - [sym__unquoted_with_expr] = STATE(2186), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2433), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2062), + [sym__unquoted_with_expr] = STATE(2288), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(895), - [aux_sym_shebang_repeat1] = STATE(909), + [aux_sym_shebang_repeat1] = STATE(974), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173334,60 +173378,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [896] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3606), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2016), - [sym__unquoted_with_expr] = STATE(2190), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2429), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1958), + [sym__unquoted_with_expr] = STATE(2267), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(896), - [aux_sym_shebang_repeat1] = STATE(910), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173420,60 +173464,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [897] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3643), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2018), - [sym__unquoted_with_expr] = STATE(2193), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2311), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2070), + [sym__unquoted_with_expr] = STATE(2300), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(897), - [aux_sym_shebang_repeat1] = STATE(911), + [aux_sym_shebang_repeat1] = STATE(977), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173506,60 +173550,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [898] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3660), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2019), - [sym__unquoted_with_expr] = STATE(2197), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2425), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2014), + [sym__unquoted_with_expr] = STATE(2240), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(898), - [aux_sym_shebang_repeat1] = STATE(912), + [aux_sym_shebang_repeat1] = STATE(1052), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173592,60 +173636,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [899] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3619), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2020), - [sym__unquoted_with_expr] = STATE(2199), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2365), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1955), + [sym__unquoted_with_expr] = STATE(2170), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(899), - [aux_sym_shebang_repeat1] = STATE(913), + [aux_sym_shebang_repeat1] = STATE(1034), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173678,60 +173722,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [900] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3558), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2023), - [sym__unquoted_with_expr] = STATE(2205), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2398), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2001), + [sym__unquoted_with_expr] = STATE(2230), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(900), - [aux_sym_shebang_repeat1] = STATE(914), + [aux_sym_shebang_repeat1] = STATE(1035), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173764,60 +173808,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [901] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2154), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2027), - [sym__unquoted_with_expr] = STATE(2212), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2442), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1963), + [sym__unquoted_with_expr] = STATE(2243), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(901), - [aux_sym_shebang_repeat1] = STATE(915), + [aux_sym_shebang_repeat1] = STATE(971), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173850,60 +173894,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [902] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3568), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2028), - [sym__unquoted_with_expr] = STATE(2216), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2430), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1959), + [sym__unquoted_with_expr] = STATE(2294), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(902), - [aux_sym_shebang_repeat1] = STATE(916), + [aux_sym_shebang_repeat1] = STATE(912), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -173936,60 +173980,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [903] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3584), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2029), - [sym__unquoted_with_expr] = STATE(2218), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2367), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1983), + [sym__unquoted_with_expr] = STATE(2228), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(903), - [aux_sym_shebang_repeat1] = STATE(917), + [aux_sym_shebang_repeat1] = STATE(1037), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174022,60 +174066,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [904] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3587), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2030), - [sym__unquoted_with_expr] = STATE(2221), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2441), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2010), + [sym__unquoted_with_expr] = STATE(2190), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(904), - [aux_sym_shebang_repeat1] = STATE(918), + [aux_sym_shebang_repeat1] = STATE(1046), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174108,60 +174152,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [905] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3588), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2035), - [sym__unquoted_with_expr] = STATE(2229), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2396), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2036), + [sym__unquoted_with_expr] = STATE(2177), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(905), - [aux_sym_shebang_repeat1] = STATE(919), + [aux_sym_shebang_repeat1] = STATE(1032), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174194,146 +174238,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [906] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7045), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2416), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2073), + [sym__unquoted_with_expr] = STATE(2305), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(906), - [aux_sym_list_body_repeat1] = STATE(1020), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3092), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), - [anon_sym_DOT_DOT_LT] = ACTIONS(3094), - [anon_sym_null] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3098), - [anon_sym_false] = ACTIONS(3098), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(3100), - [aux_sym__val_number_decimal_token2] = ACTIONS(3102), - [aux_sym__val_number_decimal_token3] = ACTIONS(3104), - [aux_sym__val_number_decimal_token4] = ACTIONS(3106), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3110), - [aux_sym__val_number_token5] = ACTIONS(3110), - [aux_sym__val_number_token6] = ACTIONS(3110), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), + [aux_sym_shebang_repeat1] = STATE(2817), + [sym__newline] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3214), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3232), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), + [sym_raw_string_begin] = ACTIONS(253), }, [907] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3625), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2070), - [sym__unquoted_with_expr] = STATE(2301), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2174), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1999), + [sym__unquoted_with_expr] = STATE(2302), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(907), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1045), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174366,60 +174410,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [908] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3627), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2071), - [sym__unquoted_with_expr] = STATE(2304), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2421), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1967), + [sym__unquoted_with_expr] = STATE(2258), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(908), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(906), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174452,60 +174496,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [909] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3631), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2014), - [sym__unquoted_with_expr] = STATE(2307), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2373), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2003), + [sym__unquoted_with_expr] = STATE(2292), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(909), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1038), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174538,60 +174582,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [910] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3636), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2009), - [sym__unquoted_with_expr] = STATE(2210), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2417), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2018), + [sym__unquoted_with_expr] = STATE(2163), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(910), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1051), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174624,60 +174668,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [911] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3638), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1951), - [sym__unquoted_with_expr] = STATE(2217), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2440), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2022), + [sym__unquoted_with_expr] = STATE(2179), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(911), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(896), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174710,60 +174754,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [912] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3640), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1952), - [sym__unquoted_with_expr] = STATE(2177), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2334), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1987), + [sym__unquoted_with_expr] = STATE(2262), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(912), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174796,60 +174840,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [913] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3642), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1953), - [sym__unquoted_with_expr] = STATE(2259), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2316), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1974), + [sym__unquoted_with_expr] = STATE(2283), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(913), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1040), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -174882,1694 +174926,1694 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [914] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3646), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1954), - [sym__unquoted_with_expr] = STATE(2156), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3631), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2062), + [sym__unquoted_with_expr] = STATE(2288), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(914), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(927), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [915] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2168), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1955), - [sym__unquoted_with_expr] = STATE(2215), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3632), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2070), + [sym__unquoted_with_expr] = STATE(2300), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(915), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(928), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [916] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3648), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1956), - [sym__unquoted_with_expr] = STATE(2181), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3638), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2014), + [sym__unquoted_with_expr] = STATE(2240), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(916), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(929), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [917] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3650), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1957), - [sym__unquoted_with_expr] = STATE(2207), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3641), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1955), + [sym__unquoted_with_expr] = STATE(2170), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(917), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(930), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [918] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3652), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1958), - [sym__unquoted_with_expr] = STATE(2224), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3655), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2001), + [sym__unquoted_with_expr] = STATE(2230), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(918), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(931), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [919] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3654), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1959), - [sym__unquoted_with_expr] = STATE(2264), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3656), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1983), + [sym__unquoted_with_expr] = STATE(2228), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(919), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(932), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [920] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3655), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1960), - [sym__unquoted_with_expr] = STATE(2303), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3667), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2010), + [sym__unquoted_with_expr] = STATE(2190), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(920), - [aux_sym_shebang_repeat1] = STATE(935), + [aux_sym_shebang_repeat1] = STATE(933), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [921] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3656), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1961), - [sym__unquoted_with_expr] = STATE(2270), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3678), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2036), + [sym__unquoted_with_expr] = STATE(2177), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(921), - [aux_sym_shebang_repeat1] = STATE(936), + [aux_sym_shebang_repeat1] = STATE(934), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [922] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3657), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1962), - [sym__unquoted_with_expr] = STATE(2159), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2174), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1999), + [sym__unquoted_with_expr] = STATE(2302), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(922), - [aux_sym_shebang_repeat1] = STATE(937), + [aux_sym_shebang_repeat1] = STATE(935), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [923] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3658), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1963), - [sym__unquoted_with_expr] = STATE(2164), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3628), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1967), + [sym__unquoted_with_expr] = STATE(2258), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(923), - [aux_sym_shebang_repeat1] = STATE(938), + [aux_sym_shebang_repeat1] = STATE(936), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [924] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), [sym__expr_binary_expression_parenthesized] = STATE(3659), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1964), - [sym__unquoted_with_expr] = STATE(2167), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2003), + [sym__unquoted_with_expr] = STATE(2292), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(924), - [aux_sym_shebang_repeat1] = STATE(939), + [aux_sym_shebang_repeat1] = STATE(937), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [925] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3661), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1965), - [sym__unquoted_with_expr] = STATE(2192), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3662), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2018), + [sym__unquoted_with_expr] = STATE(2163), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(925), - [aux_sym_shebang_repeat1] = STATE(940), + [aux_sym_shebang_repeat1] = STATE(938), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [926] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3662), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1966), - [sym__unquoted_with_expr] = STATE(2214), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3587), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2022), + [sym__unquoted_with_expr] = STATE(2179), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(926), - [aux_sym_shebang_repeat1] = STATE(941), + [aux_sym_shebang_repeat1] = STATE(939), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [927] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3663), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1967), - [sym__unquoted_with_expr] = STATE(2219), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3664), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2017), + [sym__unquoted_with_expr] = STATE(2239), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(927), - [aux_sym_shebang_repeat1] = STATE(942), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [928] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2220), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1968), - [sym__unquoted_with_expr] = STATE(2155), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3666), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2019), + [sym__unquoted_with_expr] = STATE(2270), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(928), - [aux_sym_shebang_repeat1] = STATE(943), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [929] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3664), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1969), - [sym__unquoted_with_expr] = STATE(2173), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3673), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2020), + [sym__unquoted_with_expr] = STATE(2289), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(929), - [aux_sym_shebang_repeat1] = STATE(944), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [930] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3668), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1970), - [sym__unquoted_with_expr] = STATE(2178), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3676), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2021), + [sym__unquoted_with_expr] = STATE(2167), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(930), - [aux_sym_shebang_repeat1] = STATE(945), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [931] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3670), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1971), - [sym__unquoted_with_expr] = STATE(2185), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3558), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2024), + [sym__unquoted_with_expr] = STATE(2183), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(931), - [aux_sym_shebang_repeat1] = STATE(946), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [932] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3672), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1972), - [sym__unquoted_with_expr] = STATE(2189), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3560), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2025), + [sym__unquoted_with_expr] = STATE(2213), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(932), - [aux_sym_shebang_repeat1] = STATE(947), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [933] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2369), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1963), - [sym__unquoted_with_expr] = STATE(2164), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3562), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2027), + [sym__unquoted_with_expr] = STATE(2225), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(933), - [aux_sym_shebang_repeat1] = STATE(1045), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -176602,60 +176646,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [934] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2333), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2012), - [sym__unquoted_with_expr] = STATE(2179), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3565), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2032), + [sym__unquoted_with_expr] = STATE(2237), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(934), - [aux_sym_shebang_repeat1] = STATE(1027), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -176688,1178 +176732,1178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [935] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3573), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1980), - [sym__unquoted_with_expr] = STATE(2251), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2245), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2042), + [sym__unquoted_with_expr] = STATE(2254), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(935), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [936] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3575), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1981), - [sym__unquoted_with_expr] = STATE(2255), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3568), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2073), + [sym__unquoted_with_expr] = STATE(2305), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(936), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [937] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3577), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1982), - [sym__unquoted_with_expr] = STATE(2260), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3570), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1954), + [sym__unquoted_with_expr] = STATE(2261), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(937), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [938] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3579), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1983), - [sym__unquoted_with_expr] = STATE(2263), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3572), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1956), + [sym__unquoted_with_expr] = STATE(2219), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(938), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [939] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3581), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1985), - [sym__unquoted_with_expr] = STATE(2281), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3574), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1958), + [sym__unquoted_with_expr] = STATE(2267), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(939), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [940] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3583), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1986), - [sym__unquoted_with_expr] = STATE(2292), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3575), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1959), + [sym__unquoted_with_expr] = STATE(2294), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(940), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(953), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [941] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3590), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1987), - [sym__unquoted_with_expr] = STATE(2162), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3576), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1960), + [sym__unquoted_with_expr] = STATE(2247), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(941), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(954), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [942] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3594), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1988), - [sym__unquoted_with_expr] = STATE(2204), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3577), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1961), + [sym__unquoted_with_expr] = STATE(2173), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(942), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(955), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [943] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2227), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1989), - [sym__unquoted_with_expr] = STATE(2244), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3578), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1962), + [sym__unquoted_with_expr] = STATE(2215), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(943), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(956), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [944] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3596), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1990), - [sym__unquoted_with_expr] = STATE(2271), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3579), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1963), + [sym__unquoted_with_expr] = STATE(2243), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(944), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(957), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [945] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3599), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1991), - [sym__unquoted_with_expr] = STATE(2298), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3580), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1965), + [sym__unquoted_with_expr] = STATE(2216), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(945), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(958), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [946] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3602), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1992), - [sym__unquoted_with_expr] = STATE(2157), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3581), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1966), + [sym__unquoted_with_expr] = STATE(2264), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(946), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(959), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [947] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3605), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1993), - [sym__unquoted_with_expr] = STATE(2160), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3582), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1968), + [sym__unquoted_with_expr] = STATE(2273), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(947), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(960), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [948] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2336), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2013), - [sym__unquoted_with_expr] = STATE(2182), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2286), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1970), + [sym__unquoted_with_expr] = STATE(2299), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(948), - [aux_sym_shebang_repeat1] = STATE(1028), + [aux_sym_shebang_repeat1] = STATE(961), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -177892,60 +177936,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [949] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2342), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1991), - [sym__unquoted_with_expr] = STATE(2298), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3583), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1971), + [sym__unquoted_with_expr] = STATE(2221), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(949), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(962), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -177978,60 +178022,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [950] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2227), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1989), - [sym__unquoted_with_expr] = STATE(2244), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3584), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1972), + [sym__unquoted_with_expr] = STATE(2206), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(950), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(963), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178064,60 +178108,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [951] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2339), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2072), - [sym__unquoted_with_expr] = STATE(2186), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3585), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1974), + [sym__unquoted_with_expr] = STATE(2283), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(951), - [aux_sym_shebang_repeat1] = STATE(1029), + [aux_sym_shebang_repeat1] = STATE(964), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178150,60 +178194,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [952] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2346), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2016), - [sym__unquoted_with_expr] = STATE(2190), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3586), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1975), + [sym__unquoted_with_expr] = STATE(2161), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(952), - [aux_sym_shebang_repeat1] = STATE(1030), + [aux_sym_shebang_repeat1] = STATE(965), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178236,60 +178280,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [953] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2351), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2018), - [sym__unquoted_with_expr] = STATE(2193), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3609), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1987), + [sym__unquoted_with_expr] = STATE(2262), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(953), - [aux_sym_shebang_repeat1] = STATE(1031), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178322,60 +178366,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [954] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2354), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2019), - [sym__unquoted_with_expr] = STATE(2197), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3612), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1988), + [sym__unquoted_with_expr] = STATE(2265), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(954), - [aux_sym_shebang_repeat1] = STATE(1032), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178408,60 +178452,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [955] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2384), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1964), - [sym__unquoted_with_expr] = STATE(2167), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3614), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1989), + [sym__unquoted_with_expr] = STATE(2271), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(955), - [aux_sym_shebang_repeat1] = STATE(1046), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178494,60 +178538,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [956] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2359), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2020), - [sym__unquoted_with_expr] = STATE(2199), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3617), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1990), + [sym__unquoted_with_expr] = STATE(2276), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(956), - [aux_sym_shebang_repeat1] = STATE(1034), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178580,60 +178624,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [957] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2391), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1959), - [sym__unquoted_with_expr] = STATE(2264), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3619), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1991), + [sym__unquoted_with_expr] = STATE(2280), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(957), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178666,146 +178710,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [958] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(6985), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3622), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1992), + [sym__unquoted_with_expr] = STATE(2284), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(958), - [aux_sym_list_body_repeat1] = STATE(1020), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3092), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), - [anon_sym_DOT_DOT_LT] = ACTIONS(3094), - [anon_sym_null] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3098), - [anon_sym_false] = ACTIONS(3098), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), - [aux_sym__val_number_decimal_token1] = ACTIONS(3100), - [aux_sym__val_number_decimal_token2] = ACTIONS(3102), - [aux_sym__val_number_decimal_token3] = ACTIONS(3104), - [aux_sym__val_number_decimal_token4] = ACTIONS(3106), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3110), - [aux_sym__val_number_token5] = ACTIONS(3110), - [aux_sym__val_number_token6] = ACTIONS(3110), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3116), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2594), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), + [aux_sym_shebang_repeat1] = STATE(2817), + [sym__newline] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), + [sym_raw_string_begin] = ACTIONS(253), }, [959] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2417), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1965), - [sym__unquoted_with_expr] = STATE(2192), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3624), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1993), + [sym__unquoted_with_expr] = STATE(2287), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(959), - [aux_sym_shebang_repeat1] = STATE(1047), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178838,60 +178882,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [960] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2320), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1966), - [sym__unquoted_with_expr] = STATE(2214), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3626), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1994), + [sym__unquoted_with_expr] = STATE(2295), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(960), - [aux_sym_shebang_repeat1] = STATE(1048), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -178924,60 +178968,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [961] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2326), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1967), - [sym__unquoted_with_expr] = STATE(2219), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2156), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1995), + [sym__unquoted_with_expr] = STATE(2304), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(961), - [aux_sym_shebang_repeat1] = STATE(1049), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -179010,60 +179054,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [962] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2364), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2023), - [sym__unquoted_with_expr] = STATE(2205), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3679), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1996), + [sym__unquoted_with_expr] = STATE(2178), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(962), - [aux_sym_shebang_repeat1] = STATE(1035), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -179096,1608 +179140,1608 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [963] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3387), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2012), - [sym__unquoted_with_expr] = STATE(2179), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3633), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1997), + [sym__unquoted_with_expr] = STATE(2248), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(963), - [aux_sym_shebang_repeat1] = STATE(976), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [964] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3276), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2013), - [sym__unquoted_with_expr] = STATE(2182), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3635), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1998), + [sym__unquoted_with_expr] = STATE(2212), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(964), - [aux_sym_shebang_repeat1] = STATE(977), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [965] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3297), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2072), - [sym__unquoted_with_expr] = STATE(2186), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3639), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2000), + [sym__unquoted_with_expr] = STATE(2229), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(965), - [aux_sym_shebang_repeat1] = STATE(978), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [966] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3299), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2016), - [sym__unquoted_with_expr] = STATE(2190), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2336), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1988), + [sym__unquoted_with_expr] = STATE(2265), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(966), - [aux_sym_shebang_repeat1] = STATE(979), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [967] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3301), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2018), - [sym__unquoted_with_expr] = STATE(2193), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2339), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1989), + [sym__unquoted_with_expr] = STATE(2271), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(967), - [aux_sym_shebang_repeat1] = STATE(980), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [968] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3303), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2019), - [sym__unquoted_with_expr] = STATE(2197), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2341), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1990), + [sym__unquoted_with_expr] = STATE(2276), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(968), - [aux_sym_shebang_repeat1] = STATE(981), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [969] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3308), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2020), - [sym__unquoted_with_expr] = STATE(2199), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2387), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1965), + [sym__unquoted_with_expr] = STATE(2216), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(969), - [aux_sym_shebang_repeat1] = STATE(982), + [aux_sym_shebang_repeat1] = STATE(972), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [970] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3369), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2023), - [sym__unquoted_with_expr] = STATE(2205), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2312), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1966), + [sym__unquoted_with_expr] = STATE(2264), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(970), - [aux_sym_shebang_repeat1] = STATE(983), + [aux_sym_shebang_repeat1] = STATE(975), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [971] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2154), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2027), - [sym__unquoted_with_expr] = STATE(2212), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2343), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1991), + [sym__unquoted_with_expr] = STATE(2280), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(971), - [aux_sym_shebang_repeat1] = STATE(984), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [972] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3268), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2028), - [sym__unquoted_with_expr] = STATE(2216), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2345), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1992), + [sym__unquoted_with_expr] = STATE(2284), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(972), - [aux_sym_shebang_repeat1] = STATE(985), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [973] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3372), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2029), - [sym__unquoted_with_expr] = STATE(2218), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7063), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(973), - [aux_sym_shebang_repeat1] = STATE(986), - [sym__newline] = ACTIONS(3190), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [aux_sym_list_body_repeat1] = STATE(1049), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3092), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), + [anon_sym_DOT_DOT_LT] = ACTIONS(3094), + [anon_sym_null] = ACTIONS(3096), + [anon_sym_true] = ACTIONS(3098), + [anon_sym_false] = ACTIONS(3098), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(3100), + [aux_sym__val_number_decimal_token2] = ACTIONS(3102), + [aux_sym__val_number_decimal_token3] = ACTIONS(3104), + [aux_sym__val_number_decimal_token4] = ACTIONS(3106), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3110), + [aux_sym__val_number_token5] = ACTIONS(3110), + [aux_sym__val_number_token6] = ACTIONS(3110), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3116), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(3124), }, [974] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2337), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1990), - [sym__unquoted_with_expr] = STATE(2271), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2355), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2017), + [sym__unquoted_with_expr] = STATE(2239), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(974), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [975] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3380), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2035), - [sym__unquoted_with_expr] = STATE(2229), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2347), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1993), + [sym__unquoted_with_expr] = STATE(2287), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(975), - [aux_sym_shebang_repeat1] = STATE(988), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [976] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3269), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2070), - [sym__unquoted_with_expr] = STATE(2301), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2349), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1994), + [sym__unquoted_with_expr] = STATE(2295), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(976), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [977] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3271), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2071), - [sym__unquoted_with_expr] = STATE(2304), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2361), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2019), + [sym__unquoted_with_expr] = STATE(2270), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(977), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [978] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3273), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2014), - [sym__unquoted_with_expr] = STATE(2307), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2438), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1962), + [sym__unquoted_with_expr] = STATE(2215), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(978), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(968), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [979] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3275), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2009), - [sym__unquoted_with_expr] = STATE(2210), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2156), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1995), + [sym__unquoted_with_expr] = STATE(2304), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(979), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [980] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3277), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1951), - [sym__unquoted_with_expr] = STATE(2217), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2353), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1996), + [sym__unquoted_with_expr] = STATE(2178), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(980), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [981] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), [sym__expr_binary_expression_parenthesized] = STATE(3279), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1952), - [sym__unquoted_with_expr] = STATE(2177), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2062), + [sym__unquoted_with_expr] = STATE(2288), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(981), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(993), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -180730,60 +180774,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [982] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), [sym__expr_binary_expression_parenthesized] = STATE(3281), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1953), - [sym__unquoted_with_expr] = STATE(2259), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2014), + [sym__unquoted_with_expr] = STATE(2240), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(982), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(995), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -180816,60 +180860,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [983] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3283), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1954), - [sym__unquoted_with_expr] = STATE(2156), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3282), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1955), + [sym__unquoted_with_expr] = STATE(2170), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(983), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(996), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -180902,60 +180946,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [984] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2168), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1955), - [sym__unquoted_with_expr] = STATE(2215), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3283), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2001), + [sym__unquoted_with_expr] = STATE(2230), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(984), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(997), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -180988,60 +181032,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [985] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3285), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1956), - [sym__unquoted_with_expr] = STATE(2181), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3284), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1983), + [sym__unquoted_with_expr] = STATE(2228), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(985), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(998), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181074,60 +181118,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [986] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3287), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1957), - [sym__unquoted_with_expr] = STATE(2207), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3285), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2010), + [sym__unquoted_with_expr] = STATE(2190), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(986), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(999), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181160,60 +181204,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [987] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3289), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1958), - [sym__unquoted_with_expr] = STATE(2224), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3286), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2036), + [sym__unquoted_with_expr] = STATE(2177), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(987), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1000), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181246,60 +181290,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [988] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3291), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1959), - [sym__unquoted_with_expr] = STATE(2264), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2174), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1999), + [sym__unquoted_with_expr] = STATE(2302), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(988), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1001), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181332,58 +181376,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [989] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3292), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1960), - [sym__unquoted_with_expr] = STATE(2303), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3287), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1967), + [sym__unquoted_with_expr] = STATE(2258), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(989), [aux_sym_shebang_repeat1] = STATE(1002), [sym__newline] = ACTIONS(3190), @@ -181418,58 +181462,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [990] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3293), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1961), - [sym__unquoted_with_expr] = STATE(2270), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3288), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2003), + [sym__unquoted_with_expr] = STATE(2292), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(990), [aux_sym_shebang_repeat1] = STATE(1003), [sym__newline] = ACTIONS(3190), @@ -181504,58 +181548,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [991] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3294), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1962), - [sym__unquoted_with_expr] = STATE(2159), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3289), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2018), + [sym__unquoted_with_expr] = STATE(2163), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(991), [aux_sym_shebang_repeat1] = STATE(1004), [sym__newline] = ACTIONS(3190), @@ -181590,58 +181634,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [992] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3295), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1963), - [sym__unquoted_with_expr] = STATE(2164), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3290), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2022), + [sym__unquoted_with_expr] = STATE(2179), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(992), [aux_sym_shebang_repeat1] = STATE(1005), [sym__newline] = ACTIONS(3190), @@ -181676,60 +181720,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [993] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3296), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1964), - [sym__unquoted_with_expr] = STATE(2167), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3294), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2017), + [sym__unquoted_with_expr] = STATE(2239), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(993), - [aux_sym_shebang_repeat1] = STATE(1006), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181762,60 +181806,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [994] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3298), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1965), - [sym__unquoted_with_expr] = STATE(2192), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3296), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2019), + [sym__unquoted_with_expr] = STATE(2270), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(994), - [aux_sym_shebang_repeat1] = STATE(1007), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181848,60 +181892,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [995] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3300), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1966), - [sym__unquoted_with_expr] = STATE(2214), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3298), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2020), + [sym__unquoted_with_expr] = STATE(2289), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(995), - [aux_sym_shebang_repeat1] = STATE(1008), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -181934,60 +181978,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [996] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3302), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1967), - [sym__unquoted_with_expr] = STATE(2219), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3300), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2021), + [sym__unquoted_with_expr] = STATE(2167), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(996), - [aux_sym_shebang_repeat1] = STATE(1009), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182020,60 +182064,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [997] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2220), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1968), - [sym__unquoted_with_expr] = STATE(2155), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3302), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2024), + [sym__unquoted_with_expr] = STATE(2183), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(997), - [aux_sym_shebang_repeat1] = STATE(1010), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182106,60 +182150,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [998] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), [sym__expr_binary_expression_parenthesized] = STATE(3304), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1969), - [sym__unquoted_with_expr] = STATE(2173), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2025), + [sym__unquoted_with_expr] = STATE(2213), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(998), - [aux_sym_shebang_repeat1] = STATE(1011), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182192,60 +182236,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [999] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3305), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1970), - [sym__unquoted_with_expr] = STATE(2178), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3306), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2027), + [sym__unquoted_with_expr] = STATE(2225), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(999), - [aux_sym_shebang_repeat1] = STATE(1012), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182278,60 +182322,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1000] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3306), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1971), - [sym__unquoted_with_expr] = STATE(2185), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3308), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2032), + [sym__unquoted_with_expr] = STATE(2237), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1000), - [aux_sym_shebang_repeat1] = STATE(1013), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182364,60 +182408,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1001] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3307), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1972), - [sym__unquoted_with_expr] = STATE(2189), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2245), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2042), + [sym__unquoted_with_expr] = STATE(2254), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1001), - [aux_sym_shebang_repeat1] = STATE(1014), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182450,60 +182494,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1002] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3322), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1980), - [sym__unquoted_with_expr] = STATE(2251), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3310), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2073), + [sym__unquoted_with_expr] = STATE(2305), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1002), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182536,60 +182580,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1003] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3324), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1981), - [sym__unquoted_with_expr] = STATE(2255), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3312), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1954), + [sym__unquoted_with_expr] = STATE(2261), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1003), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182622,60 +182666,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1004] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3326), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1982), - [sym__unquoted_with_expr] = STATE(2260), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3314), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1956), + [sym__unquoted_with_expr] = STATE(2219), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1004), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182708,60 +182752,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1005] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3328), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1983), - [sym__unquoted_with_expr] = STATE(2263), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3316), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1958), + [sym__unquoted_with_expr] = STATE(2267), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1005), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182794,60 +182838,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1006] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3330), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1985), - [sym__unquoted_with_expr] = STATE(2281), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3317), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1959), + [sym__unquoted_with_expr] = STATE(2294), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1006), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1019), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182880,60 +182924,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1007] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3332), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1986), - [sym__unquoted_with_expr] = STATE(2292), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3318), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1960), + [sym__unquoted_with_expr] = STATE(2247), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1007), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1020), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -182966,60 +183010,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1008] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3334), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1987), - [sym__unquoted_with_expr] = STATE(2162), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3319), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1961), + [sym__unquoted_with_expr] = STATE(2173), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1008), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1021), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183052,60 +183096,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1009] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3336), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1988), - [sym__unquoted_with_expr] = STATE(2204), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3320), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1962), + [sym__unquoted_with_expr] = STATE(2215), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1009), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1022), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183138,60 +183182,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1010] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2227), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1989), - [sym__unquoted_with_expr] = STATE(2244), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3321), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1963), + [sym__unquoted_with_expr] = STATE(2243), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1010), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1023), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183224,60 +183268,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1011] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3338), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1990), - [sym__unquoted_with_expr] = STATE(2271), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3322), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1965), + [sym__unquoted_with_expr] = STATE(2216), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1011), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1024), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183310,60 +183354,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1012] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3340), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1991), - [sym__unquoted_with_expr] = STATE(2298), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3323), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1966), + [sym__unquoted_with_expr] = STATE(2264), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1012), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1025), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183396,60 +183440,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1013] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3342), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1992), - [sym__unquoted_with_expr] = STATE(2157), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3324), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1968), + [sym__unquoted_with_expr] = STATE(2273), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1013), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1026), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183482,60 +183526,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1014] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3344), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1993), - [sym__unquoted_with_expr] = STATE(2160), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2286), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1970), + [sym__unquoted_with_expr] = STATE(2299), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1014), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1027), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -183568,1864 +183612,1864 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1015] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2154), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2027), - [sym__unquoted_with_expr] = STATE(2212), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3325), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1971), + [sym__unquoted_with_expr] = STATE(2221), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1015), - [aux_sym_shebang_repeat1] = STATE(1037), + [aux_sym_shebang_repeat1] = STATE(1028), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1016] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2371), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2028), - [sym__unquoted_with_expr] = STATE(2216), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3326), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1972), + [sym__unquoted_with_expr] = STATE(2206), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1016), - [aux_sym_shebang_repeat1] = STATE(1040), + [aux_sym_shebang_repeat1] = STATE(1029), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1017] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2372), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2029), - [sym__unquoted_with_expr] = STATE(2218), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3327), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1974), + [sym__unquoted_with_expr] = STATE(2283), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1017), - [aux_sym_shebang_repeat1] = STATE(1042), + [aux_sym_shebang_repeat1] = STATE(1030), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1018] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2220), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1968), - [sym__unquoted_with_expr] = STATE(2155), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3328), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1975), + [sym__unquoted_with_expr] = STATE(2161), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1018), - [aux_sym_shebang_repeat1] = STATE(950), + [aux_sym_shebang_repeat1] = STATE(1031), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1019] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2344), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1969), - [sym__unquoted_with_expr] = STATE(2173), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3342), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1987), + [sym__unquoted_with_expr] = STATE(2262), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1019), - [aux_sym_shebang_repeat1] = STATE(974), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1020] = { - [sym_expr_parenthesized] = STATE(5946), - [sym__spread_parenthesized] = STATE(7313), - [sym_val_range] = STATE(7304), - [sym__val_range] = STATE(7565), - [sym__val_range_with_end] = STATE(7331), - [sym__value] = STATE(7304), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6097), - [sym__spread_variable] = STATE(7292), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5069), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym__spread_list] = STATE(7313), - [sym_val_entry] = STATE(7250), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_list] = STATE(6297), - [sym__unquoted_in_list_with_expr] = STATE(7304), - [sym__unquoted_anonymous_prefix] = STATE(6786), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3344), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1988), + [sym__unquoted_with_expr] = STATE(2265), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1020), - [aux_sym_list_body_repeat1] = STATE(1020), - [anon_sym_LBRACK] = ACTIONS(3254), - [anon_sym_LPAREN] = ACTIONS(3257), - [anon_sym_DOLLAR] = ACTIONS(3260), - [anon_sym_LBRACE] = ACTIONS(3263), - [anon_sym_DOT_DOT] = ACTIONS(3266), - [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(3269), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3272), - [anon_sym_DOT_DOT_LT] = ACTIONS(3272), - [anon_sym_null] = ACTIONS(3275), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(3281), - [aux_sym__val_number_decimal_token1] = ACTIONS(3284), - [aux_sym__val_number_decimal_token2] = ACTIONS(3287), - [aux_sym__val_number_decimal_token3] = ACTIONS(3290), - [aux_sym__val_number_decimal_token4] = ACTIONS(3293), - [aux_sym__val_number_token1] = ACTIONS(3296), - [aux_sym__val_number_token2] = ACTIONS(3296), - [aux_sym__val_number_token3] = ACTIONS(3296), - [aux_sym__val_number_token4] = ACTIONS(3299), - [aux_sym__val_number_token5] = ACTIONS(3299), - [aux_sym__val_number_token6] = ACTIONS(3299), - [anon_sym_0b] = ACTIONS(3302), - [anon_sym_0o] = ACTIONS(3305), - [anon_sym_0x] = ACTIONS(3305), - [sym_val_date] = ACTIONS(3308), - [anon_sym_DQUOTE] = ACTIONS(3311), - [sym__str_single_quotes] = ACTIONS(3314), - [sym__str_back_ticks] = ACTIONS(3314), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3317), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3320), - [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(3323), - [anon_sym_err_GT] = ACTIONS(3326), - [anon_sym_out_GT] = ACTIONS(3326), - [anon_sym_e_GT] = ACTIONS(3326), - [anon_sym_o_GT] = ACTIONS(3326), - [anon_sym_err_PLUSout_GT] = ACTIONS(3326), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3326), - [anon_sym_o_PLUSe_GT] = ACTIONS(3326), - [anon_sym_e_PLUSo_GT] = ACTIONS(3326), - [anon_sym_err_GT_GT] = ACTIONS(3329), - [anon_sym_out_GT_GT] = ACTIONS(3329), - [anon_sym_e_GT_GT] = ACTIONS(3329), - [anon_sym_o_GT_GT] = ACTIONS(3329), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3329), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3329), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3329), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3329), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3332), + [aux_sym_shebang_repeat1] = STATE(2817), + [sym__newline] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3192), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3210), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3335), + [sym_raw_string_begin] = ACTIONS(253), }, [1021] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2374), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2030), - [sym__unquoted_with_expr] = STATE(2221), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3346), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1989), + [sym__unquoted_with_expr] = STATE(2271), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1021), - [aux_sym_shebang_repeat1] = STATE(1033), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1022] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2358), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1970), - [sym__unquoted_with_expr] = STATE(2178), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3348), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1990), + [sym__unquoted_with_expr] = STATE(2276), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1022), - [aux_sym_shebang_repeat1] = STATE(949), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1023] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2368), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1971), - [sym__unquoted_with_expr] = STATE(2185), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3350), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1991), + [sym__unquoted_with_expr] = STATE(2280), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1023), - [aux_sym_shebang_repeat1] = STATE(1026), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1024] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2378), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2035), - [sym__unquoted_with_expr] = STATE(2229), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3352), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1992), + [sym__unquoted_with_expr] = STATE(2284), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1024), - [aux_sym_shebang_repeat1] = STATE(957), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1025] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2377), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1972), - [sym__unquoted_with_expr] = STATE(2189), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3354), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1993), + [sym__unquoted_with_expr] = STATE(2287), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1025), - [aux_sym_shebang_repeat1] = STATE(1052), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1026] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2350), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1992), - [sym__unquoted_with_expr] = STATE(2157), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3356), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1994), + [sym__unquoted_with_expr] = STATE(2295), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1026), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1027] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2434), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2070), - [sym__unquoted_with_expr] = STATE(2301), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2156), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1995), + [sym__unquoted_with_expr] = STATE(2304), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1027), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1028] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2441), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2071), - [sym__unquoted_with_expr] = STATE(2304), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3358), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1996), + [sym__unquoted_with_expr] = STATE(2178), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1028), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1029] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2309), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2014), - [sym__unquoted_with_expr] = STATE(2307), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3360), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1997), + [sym__unquoted_with_expr] = STATE(2248), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1029), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1030] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2443), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2009), - [sym__unquoted_with_expr] = STATE(2210), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3362), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1998), + [sym__unquoted_with_expr] = STATE(2212), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1030), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1031] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2321), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1951), - [sym__unquoted_with_expr] = STATE(2217), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(3364), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2000), + [sym__unquoted_with_expr] = STATE(2229), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1031), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1032] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2425), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1952), - [sym__unquoted_with_expr] = STATE(2177), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2394), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2032), + [sym__unquoted_with_expr] = STATE(2237), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1032), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1033] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2352), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1958), - [sym__unquoted_with_expr] = STATE(2224), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2434), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1960), + [sym__unquoted_with_expr] = STATE(2247), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1033), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(966), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1034] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2389), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1953), - [sym__unquoted_with_expr] = STATE(2259), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2370), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2021), + [sym__unquoted_with_expr] = STATE(2167), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1034), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1035] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2331), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1954), - [sym__unquoted_with_expr] = STATE(2156), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2376), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2024), + [sym__unquoted_with_expr] = STATE(2183), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1035), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1036] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2427), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1960), - [sym__unquoted_with_expr] = STATE(2303), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2317), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1975), + [sym__unquoted_with_expr] = STATE(2161), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1036), [aux_sym_shebang_repeat1] = STATE(1041), [sym__newline] = ACTIONS(3190), @@ -185434,1204 +185478,1376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1037] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2168), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1955), - [sym__unquoted_with_expr] = STATE(2215), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2447), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2025), + [sym__unquoted_with_expr] = STATE(2213), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1037), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1038] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2328), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1961), - [sym__unquoted_with_expr] = STATE(2270), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2419), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1954), + [sym__unquoted_with_expr] = STATE(2261), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1038), - [aux_sym_shebang_repeat1] = STATE(1043), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1039] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2353), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1962), - [sym__unquoted_with_expr] = STATE(2159), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2356), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1997), + [sym__unquoted_with_expr] = STATE(2248), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1039), - [aux_sym_shebang_repeat1] = STATE(1044), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1040] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2366), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1956), - [sym__unquoted_with_expr] = STATE(2181), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2359), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1998), + [sym__unquoted_with_expr] = STATE(2212), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1040), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1041] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2399), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1980), - [sym__unquoted_with_expr] = STATE(2251), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2362), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2000), + [sym__unquoted_with_expr] = STATE(2229), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1041), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1042] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2426), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1957), - [sym__unquoted_with_expr] = STATE(2207), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2286), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1970), + [sym__unquoted_with_expr] = STATE(2299), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1042), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(979), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1043] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2402), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1981), - [sym__unquoted_with_expr] = STATE(2255), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2314), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1971), + [sym__unquoted_with_expr] = STATE(2221), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1043), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(980), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1044] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2428), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1982), - [sym__unquoted_with_expr] = STATE(2260), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2315), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1972), + [sym__unquoted_with_expr] = STATE(2206), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1044), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(1039), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1045] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2310), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1983), - [sym__unquoted_with_expr] = STATE(2263), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2245), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2042), + [sym__unquoted_with_expr] = STATE(2254), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1045), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1046] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2312), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1985), - [sym__unquoted_with_expr] = STATE(2281), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2391), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2027), + [sym__unquoted_with_expr] = STATE(2225), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1046), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1047] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2314), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1986), - [sym__unquoted_with_expr] = STATE(2292), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2313), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1968), + [sym__unquoted_with_expr] = STATE(2273), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1047), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_shebang_repeat1] = STATE(976), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1048] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2319), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1987), - [sym__unquoted_with_expr] = STATE(2162), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(6995), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), [sym_comment] = STATE(1048), - [aux_sym_shebang_repeat1] = STATE(2870), + [aux_sym_list_body_repeat1] = STATE(1049), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3092), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(313), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3094), + [anon_sym_DOT_DOT_LT] = ACTIONS(3094), + [anon_sym_null] = ACTIONS(3096), + [anon_sym_true] = ACTIONS(3098), + [anon_sym_false] = ACTIONS(3098), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(315), + [aux_sym__val_number_decimal_token1] = ACTIONS(3100), + [aux_sym__val_number_decimal_token2] = ACTIONS(3102), + [aux_sym__val_number_decimal_token3] = ACTIONS(3104), + [aux_sym__val_number_decimal_token4] = ACTIONS(3106), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3110), + [aux_sym__val_number_token5] = ACTIONS(3110), + [aux_sym__val_number_token6] = ACTIONS(3110), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3116), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(2585), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3122), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3124), + }, + [1049] = { + [sym_expr_parenthesized] = STATE(5918), + [sym__spread_parenthesized] = STATE(7376), + [sym_val_range] = STATE(7310), + [sym__val_range] = STATE(7646), + [sym__val_range_with_end] = STATE(7258), + [sym__value] = STATE(7310), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6108), + [sym__spread_variable] = STATE(7279), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5067), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym__spread_list] = STATE(7376), + [sym_val_entry] = STATE(7262), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_list] = STATE(6539), + [sym__unquoted_in_list_with_expr] = STATE(7310), + [sym__unquoted_anonymous_prefix] = STATE(6930), + [sym_comment] = STATE(1049), + [aux_sym_list_body_repeat1] = STATE(1049), + [anon_sym_LBRACK] = ACTIONS(3254), + [anon_sym_LPAREN] = ACTIONS(3257), + [anon_sym_DOLLAR] = ACTIONS(3260), + [anon_sym_LBRACE] = ACTIONS(3263), + [anon_sym_DOT_DOT] = ACTIONS(3266), + [anon_sym_DOT_DOT_DOT_LPAREN] = ACTIONS(3269), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3272), + [anon_sym_DOT_DOT_LT] = ACTIONS(3272), + [anon_sym_null] = ACTIONS(3275), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_DOT_DOT_DOT_DOLLAR] = ACTIONS(3281), + [aux_sym__val_number_decimal_token1] = ACTIONS(3284), + [aux_sym__val_number_decimal_token2] = ACTIONS(3287), + [aux_sym__val_number_decimal_token3] = ACTIONS(3290), + [aux_sym__val_number_decimal_token4] = ACTIONS(3293), + [aux_sym__val_number_token1] = ACTIONS(3296), + [aux_sym__val_number_token2] = ACTIONS(3296), + [aux_sym__val_number_token3] = ACTIONS(3296), + [aux_sym__val_number_token4] = ACTIONS(3299), + [aux_sym__val_number_token5] = ACTIONS(3299), + [aux_sym__val_number_token6] = ACTIONS(3299), + [anon_sym_0b] = ACTIONS(3302), + [anon_sym_0o] = ACTIONS(3305), + [anon_sym_0x] = ACTIONS(3305), + [sym_val_date] = ACTIONS(3308), + [anon_sym_DQUOTE] = ACTIONS(3311), + [sym__str_single_quotes] = ACTIONS(3314), + [sym__str_back_ticks] = ACTIONS(3314), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3317), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3320), + [anon_sym_DOT_DOT_DOT_LBRACK] = ACTIONS(3323), + [anon_sym_err_GT] = ACTIONS(3326), + [anon_sym_out_GT] = ACTIONS(3326), + [anon_sym_e_GT] = ACTIONS(3326), + [anon_sym_o_GT] = ACTIONS(3326), + [anon_sym_err_PLUSout_GT] = ACTIONS(3326), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3326), + [anon_sym_o_PLUSe_GT] = ACTIONS(3326), + [anon_sym_e_PLUSo_GT] = ACTIONS(3326), + [anon_sym_err_GT_GT] = ACTIONS(3329), + [anon_sym_out_GT_GT] = ACTIONS(3329), + [anon_sym_e_GT_GT] = ACTIONS(3329), + [anon_sym_o_GT_GT] = ACTIONS(3329), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3329), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3329), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3329), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3329), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3332), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3335), + }, + [1050] = { + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2435), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1961), + [sym__unquoted_with_expr] = STATE(2173), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1050), + [aux_sym_shebang_repeat1] = STATE(967), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1049] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2325), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1988), - [sym__unquoted_with_expr] = STATE(2204), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1049), - [aux_sym_shebang_repeat1] = STATE(2870), + [1051] = { + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2427), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1956), + [sym__unquoted_with_expr] = STATE(2219), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1051), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1050] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3674), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2012), - [sym__unquoted_with_expr] = STATE(2179), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1050), - [aux_sym_shebang_repeat1] = STATE(907), + [1052] = { + [sym_expr_unary] = STATE(2432), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary_parenthesized] = STATE(2432), + [sym__expr_binary_expression_parenthesized] = STATE(2364), + [sym_expr_parenthesized] = STATE(2056), + [sym_val_range] = STATE(2432), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2432), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(2020), + [sym__unquoted_with_expr] = STATE(2289), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1052), + [aux_sym_shebang_repeat1] = STATE(2817), [sym__newline] = ACTIONS(3190), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -186664,61 +186880,564 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [1053] = { + [sym_expr_parenthesized] = STATE(1565), + [sym_val_range] = STATE(1870), + [sym__val_range] = STATE(7686), + [sym__val_range_with_end] = STATE(7324), + [sym__value] = STATE(1870), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1604), + [sym_val_variable] = STATE(1504), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1293), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym__flag] = STATE(1870), + [sym_short_flag] = STATE(1711), + [sym_long_flag] = STATE(1711), + [sym_unquoted] = STATE(1654), + [sym__unquoted_with_expr] = STATE(1871), + [sym__unquoted_anonymous_prefix] = STATE(6658), + [sym_comment] = STATE(1053), + [aux_sym_shebang_repeat1] = STATE(2810), + [sym__newline] = ACTIONS(2759), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(2701), + [anon_sym_DASH2] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2709), + [anon_sym_DOT_DOT_LT] = ACTIONS(2709), + [anon_sym_null] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [aux_sym__val_number_decimal_token1] = ACTIONS(2715), + [aux_sym__val_number_decimal_token2] = ACTIONS(2717), + [aux_sym__val_number_decimal_token3] = ACTIONS(2719), + [aux_sym__val_number_decimal_token4] = ACTIONS(2721), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(2725), + [aux_sym__val_number_token5] = ACTIONS(2725), + [aux_sym__val_number_token6] = ACTIONS(2725), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2745), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [1054] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3388), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1921), + [sym__unquoted_with_expr] = STATE(2116), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1054), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3192), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3210), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [1055] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2516), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2208), + [sym__unquoted_with_expr] = STATE(2517), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1055), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1056] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2506), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2199), + [sym__unquoted_with_expr] = STATE(2507), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1056), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1057] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2508), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2200), + [sym__unquoted_with_expr] = STATE(2509), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1057), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1058] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2401), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1911), + [sym__unquoted_with_expr] = STATE(2102), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1058), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3214), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3232), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1051] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(3557), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(2013), - [sym__unquoted_with_expr] = STATE(2182), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1051), - [aux_sym_shebang_repeat1] = STATE(908), - [sym__newline] = ACTIONS(3190), + [1059] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2402), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1912), + [sym__unquoted_with_expr] = STATE(2104), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1059), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -186750,1069 +187469,731 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1052] = { - [sym_expr_unary] = STATE(2332), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary_parenthesized] = STATE(2332), - [sym__expr_binary_expression_parenthesized] = STATE(2357), - [sym_expr_parenthesized] = STATE(2011), - [sym_val_range] = STATE(2332), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2332), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1993), - [sym__unquoted_with_expr] = STATE(2160), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1052), - [aux_sym_shebang_repeat1] = STATE(2870), - [sym__newline] = ACTIONS(3190), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1053] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2405), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1845), - [sym__unquoted_with_expr] = STATE(2094), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1053), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1054] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3360), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1853), - [sym__unquoted_with_expr] = STATE(2095), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1054), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1055] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3361), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1857), - [sym__unquoted_with_expr] = STATE(2073), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1055), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1056] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3362), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1860), - [sym__unquoted_with_expr] = STATE(2096), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1056), + [1060] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2403), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1913), + [sym__unquoted_with_expr] = STATE(2105), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1060), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1057] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3363), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1861), - [sym__unquoted_with_expr] = STATE(2097), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1057), + [1061] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2404), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1914), + [sym__unquoted_with_expr] = STATE(2107), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1061), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1058] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3364), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1863), - [sym__unquoted_with_expr] = STATE(2098), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1058), + [1062] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2405), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1915), + [sym__unquoted_with_expr] = STATE(2108), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1062), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1059] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2099), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1870), - [sym__unquoted_with_expr] = STATE(2100), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1059), + [1063] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2406), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1916), + [sym__unquoted_with_expr] = STATE(2109), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1063), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1060] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3365), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1871), - [sym__unquoted_with_expr] = STATE(2101), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1060), + [1064] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2407), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1917), + [sym__unquoted_with_expr] = STATE(2110), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1064), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1061] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3366), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1873), - [sym__unquoted_with_expr] = STATE(2102), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1061), + [1065] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2408), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1918), + [sym__unquoted_with_expr] = STATE(2111), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1065), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1062] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3367), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1876), - [sym__unquoted_with_expr] = STATE(2103), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1062), + [1066] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2112), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1919), + [sym__unquoted_with_expr] = STATE(2114), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1066), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1063] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3368), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1883), - [sym__unquoted_with_expr] = STATE(2104), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1063), + [1067] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2409), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1920), + [sym__unquoted_with_expr] = STATE(2115), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1067), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), + [anon_sym_DOT_DOT] = ACTIONS(3214), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), + [anon_sym_DOT_DOT_LT] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3218), + [anon_sym_true] = ACTIONS(3220), + [anon_sym_false] = ACTIONS(3220), + [aux_sym__val_number_decimal_token1] = ACTIONS(3222), + [aux_sym__val_number_decimal_token2] = ACTIONS(3224), + [aux_sym__val_number_decimal_token3] = ACTIONS(3226), + [aux_sym__val_number_decimal_token4] = ACTIONS(3228), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), + [aux_sym__val_number_token4] = ACTIONS(3230), + [aux_sym__val_number_token5] = ACTIONS(3230), + [aux_sym__val_number_token6] = ACTIONS(3230), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), + [sym_val_date] = ACTIONS(3232), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1064] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2099), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1870), - [sym__unquoted_with_expr] = STATE(2100), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1064), + [1068] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2410), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1921), + [sym__unquoted_with_expr] = STATE(2116), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1068), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -187844,59 +188225,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1065] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3734), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1871), - [sym__unquoted_with_expr] = STATE(2101), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1065), + [1069] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2411), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1922), + [sym__unquoted_with_expr] = STATE(2117), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1069), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -187928,59 +188309,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1066] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3743), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1873), - [sym__unquoted_with_expr] = STATE(2102), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1066), + [1070] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2412), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2096), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(1539), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1923), + [sym__unquoted_with_expr] = STATE(2075), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1070), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -188012,59 +188393,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1067] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2530), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2257), - [sym__unquoted_with_expr] = STATE(2532), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1067), + [1071] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2510), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2201), + [sym__unquoted_with_expr] = STATE(2511), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1071), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), @@ -188096,59 +188477,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1068] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2525), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2252), - [sym__unquoted_with_expr] = STATE(2529), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1068), + [1072] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2512), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2202), + [sym__unquoted_with_expr] = STATE(2513), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1072), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), @@ -188180,143 +188561,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1069] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3731), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1876), - [sym__unquoted_with_expr] = STATE(2103), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1069), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1070] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2499), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2275), - [sym__unquoted_with_expr] = STATE(2508), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1070), + [1073] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2487), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2157), + [sym__unquoted_with_expr] = STATE(2488), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1073), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), @@ -188348,318 +188645,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1071] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3741), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1839), - [sym__unquoted_with_expr] = STATE(2092), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1071), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [1074] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2489), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2158), + [sym__unquoted_with_expr] = STATE(2490), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1074), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(123), }, - [1072] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3746), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1842), - [sym__unquoted_with_expr] = STATE(2093), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1072), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [1075] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2491), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2159), + [sym__unquoted_with_expr] = STATE(2493), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1075), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(123), }, - [1073] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3715), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1845), - [sym__unquoted_with_expr] = STATE(2094), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1073), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [1076] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2495), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2162), + [sym__unquoted_with_expr] = STATE(2497), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1076), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(123), }, - [1074] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3720), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1853), - [sym__unquoted_with_expr] = STATE(2095), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1074), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), + [1077] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3416), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2157), + [sym__unquoted_with_expr] = STATE(2488), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1077), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), [anon_sym_DOT_DOT] = ACTIONS(3360), - [aux_sym_expr_unary_token1] = ACTIONS(205), + [aux_sym_expr_unary_token1] = ACTIONS(83), [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), [anon_sym_DOT_DOT_LT] = ACTIONS(3362), [anon_sym_null] = ACTIONS(3364), @@ -188669,585 +188966,585 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__val_number_decimal_token2] = ACTIONS(3370), [aux_sym__val_number_decimal_token3] = ACTIONS(3372), [aux_sym__val_number_decimal_token4] = ACTIONS(3374), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), [aux_sym__val_number_token4] = ACTIONS(3376), [aux_sym__val_number_token5] = ACTIONS(3376), [aux_sym__val_number_token6] = ACTIONS(3376), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), [sym_val_date] = ACTIONS(3378), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(123), }, - [1075] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3721), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1857), - [sym__unquoted_with_expr] = STATE(2073), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1075), + [1078] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3732), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1913), + [sym__unquoted_with_expr] = STATE(2105), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1078), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1076] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3724), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1860), - [sym__unquoted_with_expr] = STATE(2096), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1076), + [1079] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3745), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1914), + [sym__unquoted_with_expr] = STATE(2107), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1079), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1077] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3725), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1861), - [sym__unquoted_with_expr] = STATE(2097), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1077), + [1080] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3749), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1911), + [sym__unquoted_with_expr] = STATE(2102), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1080), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1078] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3726), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1863), - [sym__unquoted_with_expr] = STATE(2098), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1078), + [1081] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3727), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1912), + [sym__unquoted_with_expr] = STATE(2104), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1081), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1079] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2099), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1870), - [sym__unquoted_with_expr] = STATE(2100), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1079), + [1082] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3748), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1915), + [sym__unquoted_with_expr] = STATE(2108), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1082), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1080] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3737), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1871), - [sym__unquoted_with_expr] = STATE(2101), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1080), + [1083] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3723), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1916), + [sym__unquoted_with_expr] = STATE(2109), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1083), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1081] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3738), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1873), - [sym__unquoted_with_expr] = STATE(2102), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1081), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), + [1084] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3417), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2158), + [sym__unquoted_with_expr] = STATE(2490), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1084), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), [anon_sym_DOT_DOT] = ACTIONS(3360), - [aux_sym_expr_unary_token1] = ACTIONS(205), + [aux_sym_expr_unary_token1] = ACTIONS(83), [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), [anon_sym_DOT_DOT_LT] = ACTIONS(3362), [anon_sym_null] = ACTIONS(3364), @@ -189257,997 +189554,745 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__val_number_decimal_token2] = ACTIONS(3370), [aux_sym__val_number_decimal_token3] = ACTIONS(3372), [aux_sym__val_number_decimal_token4] = ACTIONS(3374), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), [aux_sym__val_number_token4] = ACTIONS(3376), [aux_sym__val_number_token5] = ACTIONS(3376), [aux_sym__val_number_token6] = ACTIONS(3376), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), [sym_val_date] = ACTIONS(3378), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(123), }, - [1082] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3739), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1876), - [sym__unquoted_with_expr] = STATE(2103), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1082), + [1085] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3728), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1917), + [sym__unquoted_with_expr] = STATE(2110), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1085), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1083] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3744), - [sym_expr_parenthesized] = STATE(3537), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3673), - [sym_val_variable] = STATE(3552), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3470), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1883), - [sym__unquoted_with_expr] = STATE(2104), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1083), + [1086] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3380), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1911), + [sym__unquoted_with_expr] = STATE(2102), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1086), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3360), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), - [anon_sym_DOT_DOT_LT] = ACTIONS(3362), - [anon_sym_null] = ACTIONS(3364), - [anon_sym_true] = ACTIONS(3366), - [anon_sym_false] = ACTIONS(3366), - [aux_sym__val_number_decimal_token1] = ACTIONS(3368), - [aux_sym__val_number_decimal_token2] = ACTIONS(3370), - [aux_sym__val_number_decimal_token3] = ACTIONS(3372), - [aux_sym__val_number_decimal_token4] = ACTIONS(3374), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3376), - [aux_sym__val_number_token5] = ACTIONS(3376), - [aux_sym__val_number_token6] = ACTIONS(3376), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3378), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1084] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2512), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2283), - [sym__unquoted_with_expr] = STATE(2522), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1084), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1085] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3717), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1883), + [1087] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3381), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1912), [sym__unquoted_with_expr] = STATE(2104), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1085), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1087), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1086] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2457), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2288), - [sym__unquoted_with_expr] = STATE(2460), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1086), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1087] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2463), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2293), - [sym__unquoted_with_expr] = STATE(2468), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1087), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, [1088] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3713), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1839), - [sym__unquoted_with_expr] = STATE(2092), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3382), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1913), + [sym__unquoted_with_expr] = STATE(2105), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1088), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1089] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3742), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1842), - [sym__unquoted_with_expr] = STATE(2093), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3383), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1914), + [sym__unquoted_with_expr] = STATE(2107), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1089), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1090] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3716), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1845), - [sym__unquoted_with_expr] = STATE(2094), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3384), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1915), + [sym__unquoted_with_expr] = STATE(2108), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1090), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1091] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3727), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1853), - [sym__unquoted_with_expr] = STATE(2095), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3385), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1916), + [sym__unquoted_with_expr] = STATE(2109), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1091), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1092] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2403), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1839), - [sym__unquoted_with_expr] = STATE(2092), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3386), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1917), + [sym__unquoted_with_expr] = STATE(2110), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1092), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1093] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3359), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1845), - [sym__unquoted_with_expr] = STATE(2094), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3270), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1918), + [sym__unquoted_with_expr] = STATE(2111), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1093), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), @@ -190280,143 +190325,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1094] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2404), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1842), - [sym__unquoted_with_expr] = STATE(2093), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2112), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1919), + [sym__unquoted_with_expr] = STATE(2114), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1094), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3192), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1095] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2540), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2266), - [sym__unquoted_with_expr] = STATE(2544), - [sym__unquoted_anonymous_prefix] = STATE(6916), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3387), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1920), + [sym__unquoted_with_expr] = STATE(2115), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1095), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3192), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3210), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [1096] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2498), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2164), + [sym__unquoted_with_expr] = STATE(2499), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1096), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), @@ -190448,59 +190577,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1096] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3358), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1842), - [sym__unquoted_with_expr] = STATE(2093), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1096), + [1097] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2500), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2165), + [sym__unquoted_with_expr] = STATE(2505), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1097), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1098] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3271), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1923), + [sym__unquoted_with_expr] = STATE(2075), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1098), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -190532,59 +190745,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1097] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2406), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1853), - [sym__unquoted_with_expr] = STATE(2095), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1097), + [1099] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3729), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1918), + [sym__unquoted_with_expr] = STATE(2111), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1099), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -190616,59 +190829,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1098] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2407), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1857), - [sym__unquoted_with_expr] = STATE(2073), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1098), + [1100] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2112), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1919), + [sym__unquoted_with_expr] = STATE(2114), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1100), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), @@ -190700,2915 +190913,2159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1099] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2545), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2268), - [sym__unquoted_with_expr] = STATE(2552), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1099), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1100] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_comment] = STATE(1100), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), + [1101] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3746), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1911), + [sym__unquoted_with_expr] = STATE(2102), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1101), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3384), - [anon_sym_match] = ACTIONS(3386), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(3380), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(227), - [aux_sym__val_number_token5] = ACTIONS(227), - [aux_sym__val_number_token6] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_COLON2] = ACTIONS(3402), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1101] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2491), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2274), - [sym__unquoted_with_expr] = STATE(2498), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1101), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, [1102] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2408), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1860), - [sym__unquoted_with_expr] = STATE(2096), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3734), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1912), + [sym__unquoted_with_expr] = STATE(2104), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1102), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1103] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2409), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1861), - [sym__unquoted_with_expr] = STATE(2097), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3730), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1913), + [sym__unquoted_with_expr] = STATE(2105), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1103), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1104] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2410), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1863), - [sym__unquoted_with_expr] = STATE(2098), - [sym__unquoted_anonymous_prefix] = STATE(7198), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3716), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1914), + [sym__unquoted_with_expr] = STATE(2107), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1104), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1105] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2536), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2284), - [sym__unquoted_with_expr] = STATE(2448), - [sym__unquoted_anonymous_prefix] = STATE(6916), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3718), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1915), + [sym__unquoted_with_expr] = STATE(2108), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1105), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3380), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3398), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), + [sym_raw_string_begin] = ACTIONS(253), }, [1106] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3719), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1916), + [sym__unquoted_with_expr] = STATE(2109), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1106), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3384), - [anon_sym_match] = ACTIONS(3386), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(3380), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(227), - [aux_sym__val_number_token5] = ACTIONS(227), - [aux_sym__val_number_token6] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_COLON2] = ACTIONS(3404), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, [1107] = { - [sym_expr_parenthesized] = STATE(1574), - [sym_val_range] = STATE(1835), - [sym__val_range] = STATE(7569), - [sym__val_range_with_end] = STATE(7233), - [sym__value] = STATE(1835), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1552), - [sym_val_variable] = STATE(1508), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1257), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_short_flag] = STATE(1835), - [sym_long_flag] = STATE(1835), - [sym_unquoted] = STATE(1668), - [sym__unquoted_with_expr] = STATE(1893), - [sym__unquoted_anonymous_prefix] = STATE(6652), + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3720), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1917), + [sym__unquoted_with_expr] = STATE(2110), + [sym__unquoted_anonymous_prefix] = STATE(7204), [sym_comment] = STATE(1107), - [aux_sym_shebang_repeat1] = STATE(2876), - [sym__newline] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(2628), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2632), - [anon_sym_DASH2] = ACTIONS(2634), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2640), - [anon_sym_DOT_DOT_LT] = ACTIONS(2640), - [anon_sym_null] = ACTIONS(2642), - [anon_sym_true] = ACTIONS(2644), - [anon_sym_false] = ACTIONS(2644), - [aux_sym__val_number_decimal_token1] = ACTIONS(2646), - [aux_sym__val_number_decimal_token2] = ACTIONS(2648), - [aux_sym__val_number_decimal_token3] = ACTIONS(2650), - [aux_sym__val_number_decimal_token4] = ACTIONS(2652), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(2656), - [aux_sym__val_number_token5] = ACTIONS(2656), - [aux_sym__val_number_token6] = ACTIONS(2656), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(2662), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2676), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [1108] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2451), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2287), - [sym__unquoted_with_expr] = STATE(2456), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1108), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1109] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2099), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1870), - [sym__unquoted_with_expr] = STATE(2100), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1109), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1110] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2549), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2272), - [sym__unquoted_with_expr] = STATE(2488), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1110), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3338), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), - [anon_sym_DOT_DOT_LT] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3354), - [aux_sym__val_number_token5] = ACTIONS(3354), - [aux_sym__val_number_token6] = ACTIONS(3354), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3356), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1111] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2411), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1871), - [sym__unquoted_with_expr] = STATE(2101), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1111), + [1108] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3721), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1918), + [sym__unquoted_with_expr] = STATE(2111), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1108), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1112] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2412), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1873), - [sym__unquoted_with_expr] = STATE(2102), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1112), + [1109] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(2112), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1919), + [sym__unquoted_with_expr] = STATE(2114), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1109), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1113] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2413), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1876), - [sym__unquoted_with_expr] = STATE(2103), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1113), + [1110] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3722), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1920), + [sym__unquoted_with_expr] = STATE(2115), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1110), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1114] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(2414), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2114), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(1518), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1883), - [sym__unquoted_with_expr] = STATE(2104), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1114), + [1111] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3724), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1921), + [sym__unquoted_with_expr] = STATE(2116), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1111), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), - [anon_sym_DOT_DOT_LT] = ACTIONS(3236), - [anon_sym_null] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3240), - [anon_sym_false] = ACTIONS(3240), - [aux_sym__val_number_decimal_token1] = ACTIONS(3242), - [aux_sym__val_number_decimal_token2] = ACTIONS(3244), - [aux_sym__val_number_decimal_token3] = ACTIONS(3246), - [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3250), - [aux_sym__val_number_token5] = ACTIONS(3250), - [aux_sym__val_number_token6] = ACTIONS(3250), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3252), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1115] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3745), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1857), - [sym__unquoted_with_expr] = STATE(2073), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1115), + [1112] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3725), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1922), + [sym__unquoted_with_expr] = STATE(2117), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1112), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1116] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3719), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1860), - [sym__unquoted_with_expr] = STATE(2096), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1116), + [1113] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3726), + [sym_expr_parenthesized] = STATE(3540), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3670), + [sym_val_variable] = STATE(3538), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3474), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1923), + [sym__unquoted_with_expr] = STATE(2075), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1113), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3380), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3382), + [anon_sym_DOT_DOT_LT] = ACTIONS(3382), + [anon_sym_null] = ACTIONS(3384), + [anon_sym_true] = ACTIONS(3386), + [anon_sym_false] = ACTIONS(3386), + [aux_sym__val_number_decimal_token1] = ACTIONS(3388), + [aux_sym__val_number_decimal_token2] = ACTIONS(3390), + [aux_sym__val_number_decimal_token3] = ACTIONS(3392), + [aux_sym__val_number_decimal_token4] = ACTIONS(3394), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3396), + [aux_sym__val_number_token5] = ACTIONS(3396), + [aux_sym__val_number_token6] = ACTIONS(3396), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3398), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1117] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3733), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1861), - [sym__unquoted_with_expr] = STATE(2097), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1117), + [1114] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3750), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1920), + [sym__unquoted_with_expr] = STATE(2115), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1114), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), + [anon_sym_DOT_DOT] = ACTIONS(3234), [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), + [sym_val_date] = ACTIONS(3252), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1118] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3396), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2252), - [sym__unquoted_with_expr] = STATE(2529), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1118), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1119] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3399), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2257), - [sym__unquoted_with_expr] = STATE(2532), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1119), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1120] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3401), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2262), - [sym__unquoted_with_expr] = STATE(2539), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1120), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1121] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3402), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2266), - [sym__unquoted_with_expr] = STATE(2544), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1121), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), + [1115] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3742), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1921), + [sym__unquoted_with_expr] = STATE(2116), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1115), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), + [sym_raw_string_begin] = ACTIONS(253), }, - [1122] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3405), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2268), - [sym__unquoted_with_expr] = STATE(2552), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1122), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3358), + [1116] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3744), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1922), + [sym__unquoted_with_expr] = STATE(2117), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1116), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), + [sym_raw_string_begin] = ACTIONS(253), }, - [1123] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3407), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2272), - [sym__unquoted_with_expr] = STATE(2488), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1123), + [1117] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3418), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2159), + [sym__unquoted_with_expr] = STATE(2493), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1117), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1124] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3410), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2274), - [sym__unquoted_with_expr] = STATE(2498), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1124), + [1118] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3739), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3542), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3430), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1923), + [sym__unquoted_with_expr] = STATE(2075), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1118), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3236), + [anon_sym_DOT_DOT_LT] = ACTIONS(3236), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_true] = ACTIONS(3240), + [anon_sym_false] = ACTIONS(3240), + [aux_sym__val_number_decimal_token1] = ACTIONS(3242), + [aux_sym__val_number_decimal_token2] = ACTIONS(3244), + [aux_sym__val_number_decimal_token3] = ACTIONS(3246), + [aux_sym__val_number_decimal_token4] = ACTIONS(3248), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3250), + [aux_sym__val_number_token5] = ACTIONS(3250), + [aux_sym__val_number_token6] = ACTIONS(3250), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3252), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), + }, + [1119] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3392), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2162), + [sym__unquoted_with_expr] = STATE(2497), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1119), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1125] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3411), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2275), - [sym__unquoted_with_expr] = STATE(2508), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1125), + [1120] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3391), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2164), + [sym__unquoted_with_expr] = STATE(2499), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1120), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1126] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2512), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2283), - [sym__unquoted_with_expr] = STATE(2522), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1126), + [1121] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3395), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2165), + [sym__unquoted_with_expr] = STATE(2505), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1121), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1127] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3412), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2284), - [sym__unquoted_with_expr] = STATE(2448), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1127), + [1122] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3396), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2199), + [sym__unquoted_with_expr] = STATE(2507), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1122), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1128] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3413), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2287), - [sym__unquoted_with_expr] = STATE(2456), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1128), + [1123] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3401), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2200), + [sym__unquoted_with_expr] = STATE(2509), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1123), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1129] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3398), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2288), - [sym__unquoted_with_expr] = STATE(2460), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1129), + [1124] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2510), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2201), + [sym__unquoted_with_expr] = STATE(2511), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1124), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1130] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(3406), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(3264), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3053), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2293), - [sym__unquoted_with_expr] = STATE(2468), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1130), + [1125] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3402), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2202), + [sym__unquoted_with_expr] = STATE(2513), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1125), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3406), + [anon_sym_DOT_DOT] = ACTIONS(3360), [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3408), - [anon_sym_DOT_DOT_LT] = ACTIONS(3408), - [anon_sym_null] = ACTIONS(3410), - [anon_sym_true] = ACTIONS(3412), - [anon_sym_false] = ACTIONS(3412), - [aux_sym__val_number_decimal_token1] = ACTIONS(3414), - [aux_sym__val_number_decimal_token2] = ACTIONS(3416), - [aux_sym__val_number_decimal_token3] = ACTIONS(3418), - [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3422), - [aux_sym__val_number_token5] = ACTIONS(3422), - [aux_sym__val_number_token6] = ACTIONS(3422), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3424), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1131] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3728), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3536), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3445), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1863), - [sym__unquoted_with_expr] = STATE(2098), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1131), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3214), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3216), - [anon_sym_DOT_DOT_LT] = ACTIONS(3216), - [anon_sym_null] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3220), - [anon_sym_false] = ACTIONS(3220), - [aux_sym__val_number_decimal_token1] = ACTIONS(3222), - [aux_sym__val_number_decimal_token2] = ACTIONS(3224), - [aux_sym__val_number_decimal_token3] = ACTIONS(3226), - [aux_sym__val_number_decimal_token4] = ACTIONS(3228), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3230), - [aux_sym__val_number_token5] = ACTIONS(3230), - [aux_sym__val_number_token6] = ACTIONS(3230), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3232), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1132] = { - [sym_expr_unary] = STATE(2091), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2091), - [sym__expr_binary_expression] = STATE(3357), - [sym_expr_parenthesized] = STATE(1837), - [sym_val_range] = STATE(2091), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(2091), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(3239), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3015), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(1839), - [sym__unquoted_with_expr] = STATE(2092), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1132), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3192), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), - [anon_sym_DOT_DOT_LT] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3196), - [anon_sym_true] = ACTIONS(3198), - [anon_sym_false] = ACTIONS(3198), - [aux_sym__val_number_decimal_token1] = ACTIONS(3200), - [aux_sym__val_number_decimal_token2] = ACTIONS(3202), - [aux_sym__val_number_decimal_token3] = ACTIONS(3204), - [aux_sym__val_number_decimal_token4] = ACTIONS(3206), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3208), - [aux_sym__val_number_token5] = ACTIONS(3208), - [aux_sym__val_number_token6] = ACTIONS(3208), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3210), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1133] = { - [sym_expr_unary] = STATE(2524), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2524), - [sym__expr_binary_expression] = STATE(2534), - [sym_expr_parenthesized] = STATE(2084), - [sym_val_range] = STATE(2524), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(2524), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2286), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(1614), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(2262), - [sym__unquoted_with_expr] = STATE(2539), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1133), + [1126] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2514), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2207), + [sym__unquoted_with_expr] = STATE(2515), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1126), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), [anon_sym_DOLLAR] = ACTIONS(1024), @@ -193640,257 +193097,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1134] = { - [sym_ctrl_do] = STATE(4815), - [sym_ctrl_if] = STATE(4815), - [sym_ctrl_match] = STATE(4815), - [sym_ctrl_try] = STATE(4815), - [sym__expression] = STATE(4815), - [sym_expr_unary] = STATE(2447), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_binary] = STATE(2447), + [1127] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), [sym__expr_binary_expression] = STATE(3758), - [sym_expr_parenthesized] = STATE(2107), - [sym_val_range] = STATE(2447), - [sym__value] = STATE(2447), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(2526), - [sym_val_variable] = STATE(2112), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3211), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_comment] = STATE(1134), - [ts_builtin_sym_end] = ACTIONS(3380), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(1024), - [anon_sym_DASH2] = ACTIONS(45), - [anon_sym_do] = ACTIONS(3426), - [anon_sym_if] = ACTIONS(3428), - [anon_sym_match] = ACTIONS(3430), - [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(65), - [anon_sym_try] = ACTIONS(3432), - [aux_sym_expr_unary_token1] = ACTIONS(83), - [anon_sym_DOT_DOT_EQ] = ACTIONS(85), - [anon_sym_DOT_DOT_LT] = ACTIONS(85), - [anon_sym_null] = ACTIONS(3434), - [anon_sym_true] = ACTIONS(3436), - [anon_sym_false] = ACTIONS(3436), - [aux_sym__val_number_decimal_token1] = ACTIONS(3346), - [aux_sym__val_number_decimal_token2] = ACTIONS(3348), - [aux_sym__val_number_decimal_token3] = ACTIONS(3350), - [aux_sym__val_number_decimal_token4] = ACTIONS(3352), - [aux_sym__val_number_token1] = ACTIONS(99), - [aux_sym__val_number_token2] = ACTIONS(99), - [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(99), - [aux_sym__val_number_token5] = ACTIONS(99), - [aux_sym__val_number_token6] = ACTIONS(99), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(105), - [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(111), - [sym__str_back_ticks] = ACTIONS(111), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(123), - }, - [1135] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_comment] = STATE(1135), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_RPAREN] = ACTIONS(3380), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3438), - [anon_sym_match] = ACTIONS(3386), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(227), - [aux_sym__val_number_token5] = ACTIONS(227), - [aux_sym__val_number_token6] = ACTIONS(227), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1136] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_comment] = STATE(1136), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1127), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3384), - [anon_sym_match] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_RBRACE] = ACTIONS(3380), + [anon_sym_RBRACE] = ACTIONS(3400), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), + [anon_sym_try] = ACTIONS(3408), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -193906,810 +193197,327 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_COLON2] = ACTIONS(3422), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1137] = { - [sym_expr_unary] = STATE(4250), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_parenthesized] = STATE(3911), - [sym_val_range] = STATE(4250), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(4250), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(4003), - [sym_val_variable] = STATE(3929), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3787), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(3994), - [sym__unquoted_with_expr] = STATE(4256), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1137), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3440), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3442), - [aux_sym_expr_unary_token1] = ACTIONS(3444), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), - [anon_sym_DOT_DOT_LT] = ACTIONS(3446), - [anon_sym_null] = ACTIONS(3448), - [anon_sym_true] = ACTIONS(3450), - [anon_sym_false] = ACTIONS(3450), - [aux_sym__val_number_decimal_token1] = ACTIONS(3452), - [aux_sym__val_number_decimal_token2] = ACTIONS(3454), - [aux_sym__val_number_decimal_token3] = ACTIONS(3456), - [aux_sym__val_number_decimal_token4] = ACTIONS(3458), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3460), - [aux_sym__val_number_token5] = ACTIONS(3460), - [aux_sym__val_number_token6] = ACTIONS(3460), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3462), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1138] = { - [sym_expr_unary] = STATE(4301), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_parenthesized] = STATE(3951), - [sym_val_range] = STATE(4301), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(4301), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(4051), - [sym_val_variable] = STATE(3981), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3813), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(4101), - [sym__unquoted_with_expr] = STATE(4303), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1138), + [1128] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3406), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2207), + [sym__unquoted_with_expr] = STATE(2515), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1128), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(3464), + [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3466), - [aux_sym_expr_unary_token1] = ACTIONS(3468), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3470), - [anon_sym_DOT_DOT_LT] = ACTIONS(3470), - [anon_sym_null] = ACTIONS(3472), - [anon_sym_true] = ACTIONS(3474), - [anon_sym_false] = ACTIONS(3474), - [aux_sym__val_number_decimal_token1] = ACTIONS(3476), - [aux_sym__val_number_decimal_token2] = ACTIONS(3478), - [aux_sym__val_number_decimal_token3] = ACTIONS(3480), - [aux_sym__val_number_decimal_token4] = ACTIONS(3482), + [anon_sym_DOT_DOT] = ACTIONS(3360), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3484), - [aux_sym__val_number_token5] = ACTIONS(3484), - [aux_sym__val_number_token6] = ACTIONS(3484), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3486), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1139] = { - [sym_expr_unary] = STATE(4378), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_parenthesized] = STATE(3950), - [sym_val_range] = STATE(4378), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(4378), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(4051), - [sym_val_variable] = STATE(3981), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3813), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(4098), - [sym__unquoted_with_expr] = STATE(4300), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1139), + [1129] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3407), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2208), + [sym__unquoted_with_expr] = STATE(2517), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1129), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(3464), + [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3466), - [aux_sym_expr_unary_token1] = ACTIONS(3468), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3470), - [anon_sym_DOT_DOT_LT] = ACTIONS(3470), - [anon_sym_null] = ACTIONS(3472), - [anon_sym_true] = ACTIONS(3474), - [anon_sym_false] = ACTIONS(3474), - [aux_sym__val_number_decimal_token1] = ACTIONS(3476), - [aux_sym__val_number_decimal_token2] = ACTIONS(3478), - [aux_sym__val_number_decimal_token3] = ACTIONS(3480), - [aux_sym__val_number_decimal_token4] = ACTIONS(3482), + [anon_sym_DOT_DOT] = ACTIONS(3360), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3484), - [aux_sym__val_number_token5] = ACTIONS(3484), - [aux_sym__val_number_token6] = ACTIONS(3484), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3486), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1140] = { - [sym_comment] = STATE(1140), - [aux_sym_ctrl_do_parenthesized_repeat2] = STATE(1140), - [aux_sym_cmd_identifier_token1] = ACTIONS(3488), - [aux_sym_cmd_identifier_token2] = ACTIONS(3488), - [aux_sym_cmd_identifier_token3] = ACTIONS(3488), - [aux_sym_cmd_identifier_token4] = ACTIONS(3488), - [aux_sym_cmd_identifier_token5] = ACTIONS(3488), - [aux_sym_cmd_identifier_token6] = ACTIONS(3488), - [aux_sym_cmd_identifier_token7] = ACTIONS(3488), - [aux_sym_cmd_identifier_token8] = ACTIONS(3488), - [aux_sym_cmd_identifier_token9] = ACTIONS(3488), - [aux_sym_cmd_identifier_token10] = ACTIONS(3488), - [aux_sym_cmd_identifier_token11] = ACTIONS(3488), - [aux_sym_cmd_identifier_token12] = ACTIONS(3488), - [aux_sym_cmd_identifier_token13] = ACTIONS(3488), - [aux_sym_cmd_identifier_token14] = ACTIONS(3488), - [aux_sym_cmd_identifier_token15] = ACTIONS(3488), - [aux_sym_cmd_identifier_token16] = ACTIONS(3488), - [aux_sym_cmd_identifier_token17] = ACTIONS(3488), - [aux_sym_cmd_identifier_token18] = ACTIONS(3488), - [aux_sym_cmd_identifier_token19] = ACTIONS(3488), - [aux_sym_cmd_identifier_token20] = ACTIONS(3488), - [aux_sym_cmd_identifier_token21] = ACTIONS(3488), - [aux_sym_cmd_identifier_token22] = ACTIONS(3488), - [aux_sym_cmd_identifier_token23] = ACTIONS(3488), - [aux_sym_cmd_identifier_token24] = ACTIONS(3488), - [aux_sym_cmd_identifier_token25] = ACTIONS(3488), - [aux_sym_cmd_identifier_token26] = ACTIONS(3488), - [aux_sym_cmd_identifier_token27] = ACTIONS(3488), - [aux_sym_cmd_identifier_token28] = ACTIONS(3488), - [aux_sym_cmd_identifier_token29] = ACTIONS(3488), - [aux_sym_cmd_identifier_token30] = ACTIONS(3488), - [aux_sym_cmd_identifier_token31] = ACTIONS(3488), - [aux_sym_cmd_identifier_token32] = ACTIONS(3488), - [aux_sym_cmd_identifier_token33] = ACTIONS(3488), - [aux_sym_cmd_identifier_token34] = ACTIONS(3488), - [aux_sym_cmd_identifier_token35] = ACTIONS(3488), - [aux_sym_cmd_identifier_token36] = ACTIONS(3488), - [aux_sym_cmd_identifier_token37] = ACTIONS(3488), - [aux_sym_cmd_identifier_token38] = ACTIONS(3488), - [aux_sym_cmd_identifier_token39] = ACTIONS(3488), - [aux_sym_cmd_identifier_token40] = ACTIONS(3488), - [sym__newline] = ACTIONS(3490), - [sym__space] = ACTIONS(3493), - [anon_sym_LBRACK] = ACTIONS(3488), - [anon_sym_LPAREN] = ACTIONS(3488), - [anon_sym_DOLLAR] = ACTIONS(3488), - [anon_sym_DASH2] = ACTIONS(3488), - [anon_sym_LBRACE] = ACTIONS(3488), - [anon_sym_DOT_DOT] = ACTIONS(3488), - [aux_sym_expr_unary_token1] = ACTIONS(3488), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3488), - [anon_sym_DOT_DOT_LT] = ACTIONS(3488), - [anon_sym_null] = ACTIONS(3488), - [anon_sym_true] = ACTIONS(3488), - [anon_sym_false] = ACTIONS(3488), - [aux_sym__val_number_decimal_token1] = ACTIONS(3488), - [aux_sym__val_number_decimal_token2] = ACTIONS(3488), - [aux_sym__val_number_decimal_token3] = ACTIONS(3488), - [aux_sym__val_number_decimal_token4] = ACTIONS(3488), - [aux_sym__val_number_token1] = ACTIONS(3488), - [aux_sym__val_number_token2] = ACTIONS(3488), - [aux_sym__val_number_token3] = ACTIONS(3488), - [aux_sym__val_number_token4] = ACTIONS(3488), - [aux_sym__val_number_token5] = ACTIONS(3488), - [aux_sym__val_number_token6] = ACTIONS(3488), - [anon_sym_0b] = ACTIONS(3488), - [anon_sym_0o] = ACTIONS(3488), - [anon_sym_0x] = ACTIONS(3488), - [sym_val_date] = ACTIONS(3488), - [anon_sym_DQUOTE] = ACTIONS(3488), - [sym__str_single_quotes] = ACTIONS(3488), - [sym__str_back_ticks] = ACTIONS(3488), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3488), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3488), - [aux_sym_env_var_token1] = ACTIONS(3488), - [anon_sym_CARET] = ACTIONS(3488), - [aux_sym_command_token1] = ACTIONS(3488), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3496), - }, - [1141] = { - [sym_expr_unary] = STATE(4362), - [sym__expr_unary_minus] = STATE(2450), - [sym_expr_parenthesized] = STATE(3947), - [sym_val_range] = STATE(4362), - [sym__val_range] = STATE(7514), - [sym__val_range_with_end] = STATE(7325), - [sym__value] = STATE(4362), - [sym_val_nothing] = STATE(2526), - [sym_val_bool] = STATE(4051), - [sym_val_variable] = STATE(3981), - [sym_val_number] = STATE(2526), - [sym__val_number_decimal] = STATE(3813), - [sym__val_number] = STATE(2458), - [sym_val_duration] = STATE(2526), - [sym_val_filesize] = STATE(2526), - [sym_val_binary] = STATE(2526), - [sym_val_string] = STATE(2526), - [sym__raw_str] = STATE(1812), - [sym__str_double_quotes] = STATE(1812), - [sym_val_interpolated] = STATE(2526), - [sym__inter_single_quotes] = STATE(2480), - [sym__inter_double_quotes] = STATE(2486), - [sym_val_list] = STATE(2526), - [sym_val_record] = STATE(2526), - [sym_val_table] = STATE(2526), - [sym_val_closure] = STATE(2526), - [sym_unquoted] = STATE(4090), - [sym__unquoted_with_expr] = STATE(4377), - [sym__unquoted_anonymous_prefix] = STATE(6916), - [sym_comment] = STATE(1141), + [1130] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(3393), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(3261), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3068), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2209), + [sym__unquoted_with_expr] = STATE(2519), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1130), [anon_sym_LBRACK] = ACTIONS(37), [anon_sym_LPAREN] = ACTIONS(39), - [anon_sym_DOLLAR] = ACTIONS(3464), + [anon_sym_DOLLAR] = ACTIONS(1024), [anon_sym_DASH2] = ACTIONS(45), [anon_sym_LBRACE] = ACTIONS(63), - [anon_sym_DOT_DOT] = ACTIONS(3466), - [aux_sym_expr_unary_token1] = ACTIONS(3468), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3470), - [anon_sym_DOT_DOT_LT] = ACTIONS(3470), - [anon_sym_null] = ACTIONS(3472), - [anon_sym_true] = ACTIONS(3474), - [anon_sym_false] = ACTIONS(3474), - [aux_sym__val_number_decimal_token1] = ACTIONS(3476), - [aux_sym__val_number_decimal_token2] = ACTIONS(3478), - [aux_sym__val_number_decimal_token3] = ACTIONS(3480), - [aux_sym__val_number_decimal_token4] = ACTIONS(3482), + [anon_sym_DOT_DOT] = ACTIONS(3360), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3362), + [anon_sym_DOT_DOT_LT] = ACTIONS(3362), + [anon_sym_null] = ACTIONS(3364), + [anon_sym_true] = ACTIONS(3366), + [anon_sym_false] = ACTIONS(3366), + [aux_sym__val_number_decimal_token1] = ACTIONS(3368), + [aux_sym__val_number_decimal_token2] = ACTIONS(3370), + [aux_sym__val_number_decimal_token3] = ACTIONS(3372), + [aux_sym__val_number_decimal_token4] = ACTIONS(3374), [aux_sym__val_number_token1] = ACTIONS(99), [aux_sym__val_number_token2] = ACTIONS(99), [aux_sym__val_number_token3] = ACTIONS(99), - [aux_sym__val_number_token4] = ACTIONS(3484), - [aux_sym__val_number_token5] = ACTIONS(3484), - [aux_sym__val_number_token6] = ACTIONS(3484), + [aux_sym__val_number_token4] = ACTIONS(3376), + [aux_sym__val_number_token5] = ACTIONS(3376), + [aux_sym__val_number_token6] = ACTIONS(3376), [anon_sym_0b] = ACTIONS(103), [anon_sym_0o] = ACTIONS(105), [anon_sym_0x] = ACTIONS(105), - [sym_val_date] = ACTIONS(3486), + [sym_val_date] = ACTIONS(3378), [anon_sym_DQUOTE] = ACTIONS(109), [sym__str_single_quotes] = ACTIONS(111), [sym__str_back_ticks] = ACTIONS(111), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(123), }, - [1142] = { - [sym_expr_unary] = STATE(4106), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_parenthesized] = STATE(3892), - [sym_val_range] = STATE(4106), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(4106), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(4003), - [sym_val_variable] = STATE(3929), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3787), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(3999), - [sym__unquoted_with_expr] = STATE(4262), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1142), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3440), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3442), - [aux_sym_expr_unary_token1] = ACTIONS(3444), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), - [anon_sym_DOT_DOT_LT] = ACTIONS(3446), - [anon_sym_null] = ACTIONS(3448), - [anon_sym_true] = ACTIONS(3450), - [anon_sym_false] = ACTIONS(3450), - [aux_sym__val_number_decimal_token1] = ACTIONS(3452), - [aux_sym__val_number_decimal_token2] = ACTIONS(3454), - [aux_sym__val_number_decimal_token3] = ACTIONS(3456), - [aux_sym__val_number_decimal_token4] = ACTIONS(3458), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3460), - [aux_sym__val_number_token5] = ACTIONS(3460), - [aux_sym__val_number_token6] = ACTIONS(3460), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3462), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1143] = { - [sym_expr_unary] = STATE(4245), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_parenthesized] = STATE(3908), - [sym_val_range] = STATE(4245), - [sym__val_range] = STATE(7459), - [sym__val_range_with_end] = STATE(7221), - [sym__value] = STATE(4245), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(4003), - [sym_val_variable] = STATE(3929), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3787), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(3985), - [sym__unquoted_with_expr] = STATE(4248), - [sym__unquoted_anonymous_prefix] = STATE(7198), - [sym_comment] = STATE(1143), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3440), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(3442), - [aux_sym_expr_unary_token1] = ACTIONS(3444), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), - [anon_sym_DOT_DOT_LT] = ACTIONS(3446), - [anon_sym_null] = ACTIONS(3448), - [anon_sym_true] = ACTIONS(3450), - [anon_sym_false] = ACTIONS(3450), - [aux_sym__val_number_decimal_token1] = ACTIONS(3452), - [aux_sym__val_number_decimal_token2] = ACTIONS(3454), - [aux_sym__val_number_decimal_token3] = ACTIONS(3456), - [aux_sym__val_number_decimal_token4] = ACTIONS(3458), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3460), - [aux_sym__val_number_token5] = ACTIONS(3460), - [aux_sym__val_number_token6] = ACTIONS(3460), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3462), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1144] = { - [sym_comment] = STATE(1144), - [aux_sym_ctrl_do_parenthesized_repeat2] = STATE(1140), - [aux_sym_cmd_identifier_token1] = ACTIONS(3498), - [aux_sym_cmd_identifier_token2] = ACTIONS(3498), - [aux_sym_cmd_identifier_token3] = ACTIONS(3498), - [aux_sym_cmd_identifier_token4] = ACTIONS(3498), - [aux_sym_cmd_identifier_token5] = ACTIONS(3498), - [aux_sym_cmd_identifier_token6] = ACTIONS(3498), - [aux_sym_cmd_identifier_token7] = ACTIONS(3498), - [aux_sym_cmd_identifier_token8] = ACTIONS(3498), - [aux_sym_cmd_identifier_token9] = ACTIONS(3498), - [aux_sym_cmd_identifier_token10] = ACTIONS(3498), - [aux_sym_cmd_identifier_token11] = ACTIONS(3498), - [aux_sym_cmd_identifier_token12] = ACTIONS(3498), - [aux_sym_cmd_identifier_token13] = ACTIONS(3498), - [aux_sym_cmd_identifier_token14] = ACTIONS(3498), - [aux_sym_cmd_identifier_token15] = ACTIONS(3498), - [aux_sym_cmd_identifier_token16] = ACTIONS(3498), - [aux_sym_cmd_identifier_token17] = ACTIONS(3498), - [aux_sym_cmd_identifier_token18] = ACTIONS(3498), - [aux_sym_cmd_identifier_token19] = ACTIONS(3498), - [aux_sym_cmd_identifier_token20] = ACTIONS(3498), - [aux_sym_cmd_identifier_token21] = ACTIONS(3498), - [aux_sym_cmd_identifier_token22] = ACTIONS(3498), - [aux_sym_cmd_identifier_token23] = ACTIONS(3498), - [aux_sym_cmd_identifier_token24] = ACTIONS(3498), - [aux_sym_cmd_identifier_token25] = ACTIONS(3498), - [aux_sym_cmd_identifier_token26] = ACTIONS(3498), - [aux_sym_cmd_identifier_token27] = ACTIONS(3498), - [aux_sym_cmd_identifier_token28] = ACTIONS(3498), - [aux_sym_cmd_identifier_token29] = ACTIONS(3498), - [aux_sym_cmd_identifier_token30] = ACTIONS(3498), - [aux_sym_cmd_identifier_token31] = ACTIONS(3498), - [aux_sym_cmd_identifier_token32] = ACTIONS(3498), - [aux_sym_cmd_identifier_token33] = ACTIONS(3498), - [aux_sym_cmd_identifier_token34] = ACTIONS(3498), - [aux_sym_cmd_identifier_token35] = ACTIONS(3498), - [aux_sym_cmd_identifier_token36] = ACTIONS(3498), - [aux_sym_cmd_identifier_token37] = ACTIONS(3498), - [aux_sym_cmd_identifier_token38] = ACTIONS(3498), - [aux_sym_cmd_identifier_token39] = ACTIONS(3498), - [aux_sym_cmd_identifier_token40] = ACTIONS(3498), - [sym__newline] = ACTIONS(3500), - [sym__space] = ACTIONS(3502), - [anon_sym_LBRACK] = ACTIONS(3498), - [anon_sym_LPAREN] = ACTIONS(3498), - [anon_sym_DOLLAR] = ACTIONS(3498), - [anon_sym_DASH2] = ACTIONS(3498), - [anon_sym_LBRACE] = ACTIONS(3498), - [anon_sym_DOT_DOT] = ACTIONS(3498), - [aux_sym_expr_unary_token1] = ACTIONS(3498), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3498), - [anon_sym_DOT_DOT_LT] = ACTIONS(3498), - [anon_sym_null] = ACTIONS(3498), - [anon_sym_true] = ACTIONS(3498), - [anon_sym_false] = ACTIONS(3498), - [aux_sym__val_number_decimal_token1] = ACTIONS(3498), - [aux_sym__val_number_decimal_token2] = ACTIONS(3498), - [aux_sym__val_number_decimal_token3] = ACTIONS(3498), - [aux_sym__val_number_decimal_token4] = ACTIONS(3498), - [aux_sym__val_number_token1] = ACTIONS(3498), - [aux_sym__val_number_token2] = ACTIONS(3498), - [aux_sym__val_number_token3] = ACTIONS(3498), - [aux_sym__val_number_token4] = ACTIONS(3498), - [aux_sym__val_number_token5] = ACTIONS(3498), - [aux_sym__val_number_token6] = ACTIONS(3498), - [anon_sym_0b] = ACTIONS(3498), - [anon_sym_0o] = ACTIONS(3498), - [anon_sym_0x] = ACTIONS(3498), - [sym_val_date] = ACTIONS(3498), - [anon_sym_DQUOTE] = ACTIONS(3498), - [sym__str_single_quotes] = ACTIONS(3498), - [sym__str_back_ticks] = ACTIONS(3498), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3498), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3498), - [aux_sym_env_var_token1] = ACTIONS(3498), - [anon_sym_CARET] = ACTIONS(3498), - [aux_sym_command_token1] = ACTIONS(3498), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3504), - }, - [1145] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_comment] = STATE(1145), - [sym__newline] = ACTIONS(3380), - [anon_sym_SEMI] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), - [anon_sym_LBRACK] = ACTIONS(155), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(1022), - [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3506), - [anon_sym_match] = ACTIONS(3386), - [anon_sym_LBRACE] = ACTIONS(183), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), - [aux_sym_expr_unary_token1] = ACTIONS(205), - [anon_sym_DOT_DOT_EQ] = ACTIONS(211), - [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(227), - [aux_sym__val_number_token5] = ACTIONS(227), - [aux_sym__val_number_token6] = ACTIONS(227), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(235), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1146] = { - [sym_ctrl_do] = STATE(4648), - [sym_ctrl_if] = STATE(4648), - [sym_ctrl_match] = STATE(4648), - [sym_ctrl_try] = STATE(4648), - [sym__expression] = STATE(4648), - [sym_expr_unary] = STATE(2082), - [sym__expr_unary_minus] = STATE(2083), - [sym_expr_binary] = STATE(2082), - [sym__expr_binary_expression] = STATE(3762), - [sym_expr_parenthesized] = STATE(1819), - [sym_val_range] = STATE(2082), - [sym__value] = STATE(2082), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(2111), - [sym_val_variable] = STATE(1868), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(3168), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_comment] = STATE(1146), - [sym__newline] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_err_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_GT_PIPE] = ACTIONS(3380), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3380), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3380), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3380), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3380), + [1131] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1131), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), [anon_sym_DOLLAR] = ACTIONS(1022), [anon_sym_DASH2] = ACTIONS(381), - [anon_sym_do] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3508), - [anon_sym_match] = ACTIONS(3386), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3406), [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(3400), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_try] = ACTIONS(3388), + [anon_sym_try] = ACTIONS(3408), [aux_sym_expr_unary_token1] = ACTIONS(205), [anon_sym_DOT_DOT_EQ] = ACTIONS(211), [anon_sym_DOT_DOT_LT] = ACTIONS(211), - [anon_sym_null] = ACTIONS(3390), - [anon_sym_true] = ACTIONS(3392), - [anon_sym_false] = ACTIONS(3392), - [aux_sym__val_number_decimal_token1] = ACTIONS(3394), - [aux_sym__val_number_decimal_token2] = ACTIONS(3396), - [aux_sym__val_number_decimal_token3] = ACTIONS(3398), - [aux_sym__val_number_decimal_token4] = ACTIONS(3400), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), @@ -194725,13417 +193533,8372 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(239), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_COLON2] = ACTIONS(3424), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1147] = { - [sym_comment] = STATE(1147), - [aux_sym_shebang_repeat1] = STATE(1147), - [aux_sym_cmd_identifier_token1] = ACTIONS(1262), - [aux_sym_cmd_identifier_token2] = ACTIONS(1264), - [aux_sym_cmd_identifier_token3] = ACTIONS(1264), - [aux_sym_cmd_identifier_token4] = ACTIONS(1264), - [aux_sym_cmd_identifier_token5] = ACTIONS(1264), - [aux_sym_cmd_identifier_token6] = ACTIONS(1264), - [aux_sym_cmd_identifier_token7] = ACTIONS(1264), - [aux_sym_cmd_identifier_token8] = ACTIONS(1264), - [aux_sym_cmd_identifier_token9] = ACTIONS(1262), - [aux_sym_cmd_identifier_token10] = ACTIONS(1264), - [aux_sym_cmd_identifier_token11] = ACTIONS(1264), - [aux_sym_cmd_identifier_token12] = ACTIONS(1264), - [aux_sym_cmd_identifier_token13] = ACTIONS(1262), - [aux_sym_cmd_identifier_token14] = ACTIONS(1264), - [aux_sym_cmd_identifier_token15] = ACTIONS(1262), - [aux_sym_cmd_identifier_token16] = ACTIONS(1264), - [aux_sym_cmd_identifier_token17] = ACTIONS(1264), - [aux_sym_cmd_identifier_token18] = ACTIONS(1262), - [aux_sym_cmd_identifier_token19] = ACTIONS(1264), - [aux_sym_cmd_identifier_token20] = ACTIONS(1264), - [aux_sym_cmd_identifier_token21] = ACTIONS(1264), - [aux_sym_cmd_identifier_token22] = ACTIONS(1264), - [aux_sym_cmd_identifier_token23] = ACTIONS(1264), - [aux_sym_cmd_identifier_token24] = ACTIONS(1264), - [aux_sym_cmd_identifier_token25] = ACTIONS(1264), - [aux_sym_cmd_identifier_token26] = ACTIONS(1264), - [aux_sym_cmd_identifier_token27] = ACTIONS(1264), - [aux_sym_cmd_identifier_token28] = ACTIONS(1264), - [aux_sym_cmd_identifier_token29] = ACTIONS(1264), - [aux_sym_cmd_identifier_token30] = ACTIONS(1264), - [aux_sym_cmd_identifier_token31] = ACTIONS(1264), - [aux_sym_cmd_identifier_token32] = ACTIONS(1262), - [aux_sym_cmd_identifier_token33] = ACTIONS(1264), - [aux_sym_cmd_identifier_token34] = ACTIONS(1262), - [aux_sym_cmd_identifier_token35] = ACTIONS(1264), - [aux_sym_cmd_identifier_token36] = ACTIONS(1264), - [aux_sym_cmd_identifier_token37] = ACTIONS(1264), - [aux_sym_cmd_identifier_token38] = ACTIONS(1262), - [aux_sym_cmd_identifier_token39] = ACTIONS(1264), - [aux_sym_cmd_identifier_token40] = ACTIONS(1264), - [sym__newline] = ACTIONS(3510), - [anon_sym_LBRACK] = ACTIONS(1264), - [anon_sym_LPAREN] = ACTIONS(1264), - [anon_sym_DOLLAR] = ACTIONS(1262), - [anon_sym_DASH2] = ACTIONS(1262), - [anon_sym_if] = ACTIONS(1262), - [anon_sym_LBRACE] = ACTIONS(1264), - [anon_sym_DOT_DOT] = ACTIONS(1262), - [aux_sym_expr_unary_token1] = ACTIONS(1264), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1264), - [anon_sym_DOT_DOT_LT] = ACTIONS(1264), - [anon_sym_null] = ACTIONS(1262), - [anon_sym_true] = ACTIONS(1262), - [anon_sym_false] = ACTIONS(1262), - [aux_sym__val_number_decimal_token1] = ACTIONS(1262), - [aux_sym__val_number_decimal_token2] = ACTIONS(1264), - [aux_sym__val_number_decimal_token3] = ACTIONS(1264), - [aux_sym__val_number_decimal_token4] = ACTIONS(1264), - [aux_sym__val_number_token1] = ACTIONS(1264), - [aux_sym__val_number_token2] = ACTIONS(1264), - [aux_sym__val_number_token3] = ACTIONS(1264), - [aux_sym__val_number_token4] = ACTIONS(1262), - [aux_sym__val_number_token5] = ACTIONS(1262), - [aux_sym__val_number_token6] = ACTIONS(1262), - [anon_sym_0b] = ACTIONS(1262), - [anon_sym_0o] = ACTIONS(1262), - [anon_sym_0x] = ACTIONS(1262), - [sym_val_date] = ACTIONS(1264), - [anon_sym_DQUOTE] = ACTIONS(1264), - [sym__str_single_quotes] = ACTIONS(1264), - [sym__str_back_ticks] = ACTIONS(1264), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1264), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1264), - [anon_sym_CARET] = ACTIONS(1264), - [aux_sym_command_token1] = ACTIONS(1264), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1264), - }, - [1148] = { - [sym_comment] = STATE(1148), - [aux_sym_pipe_element_repeat1] = STATE(1151), - [aux_sym_cmd_identifier_token1] = ACTIONS(3513), - [aux_sym_cmd_identifier_token2] = ACTIONS(3513), - [aux_sym_cmd_identifier_token3] = ACTIONS(3513), - [aux_sym_cmd_identifier_token4] = ACTIONS(3513), - [aux_sym_cmd_identifier_token5] = ACTIONS(3513), - [aux_sym_cmd_identifier_token6] = ACTIONS(3513), - [aux_sym_cmd_identifier_token7] = ACTIONS(3513), - [aux_sym_cmd_identifier_token8] = ACTIONS(3513), - [aux_sym_cmd_identifier_token9] = ACTIONS(3513), - [aux_sym_cmd_identifier_token10] = ACTIONS(3513), - [aux_sym_cmd_identifier_token11] = ACTIONS(3513), - [aux_sym_cmd_identifier_token12] = ACTIONS(3513), - [aux_sym_cmd_identifier_token13] = ACTIONS(3513), - [aux_sym_cmd_identifier_token14] = ACTIONS(3513), - [aux_sym_cmd_identifier_token15] = ACTIONS(3513), - [aux_sym_cmd_identifier_token16] = ACTIONS(3513), - [aux_sym_cmd_identifier_token17] = ACTIONS(3513), - [aux_sym_cmd_identifier_token18] = ACTIONS(3513), - [aux_sym_cmd_identifier_token19] = ACTIONS(3513), - [aux_sym_cmd_identifier_token20] = ACTIONS(3513), - [aux_sym_cmd_identifier_token21] = ACTIONS(3513), - [aux_sym_cmd_identifier_token22] = ACTIONS(3513), - [aux_sym_cmd_identifier_token23] = ACTIONS(3513), - [aux_sym_cmd_identifier_token24] = ACTIONS(3513), - [aux_sym_cmd_identifier_token25] = ACTIONS(3513), - [aux_sym_cmd_identifier_token26] = ACTIONS(3513), - [aux_sym_cmd_identifier_token27] = ACTIONS(3513), - [aux_sym_cmd_identifier_token28] = ACTIONS(3513), - [aux_sym_cmd_identifier_token29] = ACTIONS(3513), - [aux_sym_cmd_identifier_token30] = ACTIONS(3513), - [aux_sym_cmd_identifier_token31] = ACTIONS(3513), - [aux_sym_cmd_identifier_token32] = ACTIONS(3513), - [aux_sym_cmd_identifier_token33] = ACTIONS(3513), - [aux_sym_cmd_identifier_token34] = ACTIONS(3513), - [aux_sym_cmd_identifier_token35] = ACTIONS(3513), - [aux_sym_cmd_identifier_token36] = ACTIONS(3513), - [aux_sym_cmd_identifier_token37] = ACTIONS(3513), - [aux_sym_cmd_identifier_token38] = ACTIONS(3513), - [aux_sym_cmd_identifier_token39] = ACTIONS(3513), - [aux_sym_cmd_identifier_token40] = ACTIONS(3513), - [sym__space] = ACTIONS(3515), - [anon_sym_LBRACK] = ACTIONS(3513), - [anon_sym_LPAREN] = ACTIONS(3513), - [anon_sym_DOLLAR] = ACTIONS(3513), - [anon_sym_DASH2] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(3513), - [anon_sym_DOT_DOT] = ACTIONS(3513), - [aux_sym_expr_unary_token1] = ACTIONS(3513), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3513), - [anon_sym_DOT_DOT_LT] = ACTIONS(3513), - [anon_sym_null] = ACTIONS(3513), - [anon_sym_true] = ACTIONS(3513), - [anon_sym_false] = ACTIONS(3513), - [aux_sym__val_number_decimal_token1] = ACTIONS(3513), - [aux_sym__val_number_decimal_token2] = ACTIONS(3513), - [aux_sym__val_number_decimal_token3] = ACTIONS(3513), - [aux_sym__val_number_decimal_token4] = ACTIONS(3513), - [aux_sym__val_number_token1] = ACTIONS(3513), - [aux_sym__val_number_token2] = ACTIONS(3513), - [aux_sym__val_number_token3] = ACTIONS(3513), - [aux_sym__val_number_token4] = ACTIONS(3513), - [aux_sym__val_number_token5] = ACTIONS(3513), - [aux_sym__val_number_token6] = ACTIONS(3513), - [anon_sym_0b] = ACTIONS(3513), - [anon_sym_0o] = ACTIONS(3513), - [anon_sym_0x] = ACTIONS(3513), - [sym_val_date] = ACTIONS(3513), - [anon_sym_DQUOTE] = ACTIONS(3513), - [sym__str_single_quotes] = ACTIONS(3513), - [sym__str_back_ticks] = ACTIONS(3513), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3513), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3513), - [aux_sym_env_var_token1] = ACTIONS(3513), - [anon_sym_CARET] = ACTIONS(3513), - [aux_sym_command_token1] = ACTIONS(3513), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3517), - }, - [1149] = { - [sym_env_var] = STATE(7327), - [sym_comment] = STATE(1149), - [aux_sym_pipe_element_repeat2] = STATE(1149), - [aux_sym_cmd_identifier_token1] = ACTIONS(3513), - [aux_sym_cmd_identifier_token2] = ACTIONS(3517), - [aux_sym_cmd_identifier_token3] = ACTIONS(3517), - [aux_sym_cmd_identifier_token4] = ACTIONS(3517), - [aux_sym_cmd_identifier_token5] = ACTIONS(3517), - [aux_sym_cmd_identifier_token6] = ACTIONS(3517), - [aux_sym_cmd_identifier_token7] = ACTIONS(3517), - [aux_sym_cmd_identifier_token8] = ACTIONS(3517), - [aux_sym_cmd_identifier_token9] = ACTIONS(3513), - [aux_sym_cmd_identifier_token10] = ACTIONS(3517), - [aux_sym_cmd_identifier_token11] = ACTIONS(3517), - [aux_sym_cmd_identifier_token12] = ACTIONS(3517), - [aux_sym_cmd_identifier_token13] = ACTIONS(3513), - [aux_sym_cmd_identifier_token14] = ACTIONS(3517), - [aux_sym_cmd_identifier_token15] = ACTIONS(3513), - [aux_sym_cmd_identifier_token16] = ACTIONS(3517), - [aux_sym_cmd_identifier_token17] = ACTIONS(3517), - [aux_sym_cmd_identifier_token18] = ACTIONS(3513), - [aux_sym_cmd_identifier_token19] = ACTIONS(3517), - [aux_sym_cmd_identifier_token20] = ACTIONS(3517), - [aux_sym_cmd_identifier_token21] = ACTIONS(3517), - [aux_sym_cmd_identifier_token22] = ACTIONS(3517), - [aux_sym_cmd_identifier_token23] = ACTIONS(3517), - [aux_sym_cmd_identifier_token24] = ACTIONS(3517), - [aux_sym_cmd_identifier_token25] = ACTIONS(3517), - [aux_sym_cmd_identifier_token26] = ACTIONS(3517), - [aux_sym_cmd_identifier_token27] = ACTIONS(3517), - [aux_sym_cmd_identifier_token28] = ACTIONS(3517), - [aux_sym_cmd_identifier_token29] = ACTIONS(3517), - [aux_sym_cmd_identifier_token30] = ACTIONS(3517), - [aux_sym_cmd_identifier_token31] = ACTIONS(3517), - [aux_sym_cmd_identifier_token32] = ACTIONS(3513), - [aux_sym_cmd_identifier_token33] = ACTIONS(3517), - [aux_sym_cmd_identifier_token34] = ACTIONS(3513), - [aux_sym_cmd_identifier_token35] = ACTIONS(3517), - [aux_sym_cmd_identifier_token36] = ACTIONS(3517), - [aux_sym_cmd_identifier_token37] = ACTIONS(3517), - [aux_sym_cmd_identifier_token38] = ACTIONS(3513), - [aux_sym_cmd_identifier_token39] = ACTIONS(3517), - [aux_sym_cmd_identifier_token40] = ACTIONS(3517), - [anon_sym_LBRACK] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(3517), - [anon_sym_DOLLAR] = ACTIONS(3513), - [anon_sym_DASH2] = ACTIONS(3513), - [anon_sym_LBRACE] = ACTIONS(3517), - [anon_sym_DOT_DOT] = ACTIONS(3513), - [aux_sym_expr_unary_token1] = ACTIONS(3517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3517), - [anon_sym_DOT_DOT_LT] = ACTIONS(3517), - [anon_sym_null] = ACTIONS(3513), - [anon_sym_true] = ACTIONS(3513), - [anon_sym_false] = ACTIONS(3513), - [aux_sym__val_number_decimal_token1] = ACTIONS(3513), - [aux_sym__val_number_decimal_token2] = ACTIONS(3517), - [aux_sym__val_number_decimal_token3] = ACTIONS(3517), - [aux_sym__val_number_decimal_token4] = ACTIONS(3517), - [aux_sym__val_number_token1] = ACTIONS(3517), - [aux_sym__val_number_token2] = ACTIONS(3517), - [aux_sym__val_number_token3] = ACTIONS(3517), - [aux_sym__val_number_token4] = ACTIONS(3513), - [aux_sym__val_number_token5] = ACTIONS(3513), - [aux_sym__val_number_token6] = ACTIONS(3513), - [anon_sym_0b] = ACTIONS(3513), - [anon_sym_0o] = ACTIONS(3513), - [anon_sym_0x] = ACTIONS(3513), - [sym_val_date] = ACTIONS(3517), - [anon_sym_DQUOTE] = ACTIONS(3517), - [sym__str_single_quotes] = ACTIONS(3517), - [sym__str_back_ticks] = ACTIONS(3517), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3517), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3517), - [aux_sym_env_var_token1] = ACTIONS(3519), - [anon_sym_CARET] = ACTIONS(3517), - [aux_sym_command_token1] = ACTIONS(3517), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3517), - }, - [1150] = { - [sym_comment] = STATE(1150), - [aux_sym_cmd_identifier_token1] = ACTIONS(1916), - [aux_sym_cmd_identifier_token2] = ACTIONS(1916), - [aux_sym_cmd_identifier_token3] = ACTIONS(1916), - [aux_sym_cmd_identifier_token4] = ACTIONS(1916), - [aux_sym_cmd_identifier_token5] = ACTIONS(1916), - [aux_sym_cmd_identifier_token6] = ACTIONS(1916), - [aux_sym_cmd_identifier_token7] = ACTIONS(1916), - [aux_sym_cmd_identifier_token8] = ACTIONS(1916), - [aux_sym_cmd_identifier_token9] = ACTIONS(1916), - [aux_sym_cmd_identifier_token10] = ACTIONS(1916), - [aux_sym_cmd_identifier_token11] = ACTIONS(1916), - [aux_sym_cmd_identifier_token12] = ACTIONS(1916), - [aux_sym_cmd_identifier_token13] = ACTIONS(1916), - [aux_sym_cmd_identifier_token14] = ACTIONS(1916), - [aux_sym_cmd_identifier_token15] = ACTIONS(1916), - [aux_sym_cmd_identifier_token16] = ACTIONS(1916), - [aux_sym_cmd_identifier_token17] = ACTIONS(1916), - [aux_sym_cmd_identifier_token18] = ACTIONS(1916), - [aux_sym_cmd_identifier_token19] = ACTIONS(1916), - [aux_sym_cmd_identifier_token20] = ACTIONS(1916), - [aux_sym_cmd_identifier_token21] = ACTIONS(1916), - [aux_sym_cmd_identifier_token22] = ACTIONS(1916), - [aux_sym_cmd_identifier_token23] = ACTIONS(1916), - [aux_sym_cmd_identifier_token24] = ACTIONS(1916), - [aux_sym_cmd_identifier_token25] = ACTIONS(1916), - [aux_sym_cmd_identifier_token26] = ACTIONS(1916), - [aux_sym_cmd_identifier_token27] = ACTIONS(1916), - [aux_sym_cmd_identifier_token28] = ACTIONS(1916), - [aux_sym_cmd_identifier_token29] = ACTIONS(1916), - [aux_sym_cmd_identifier_token30] = ACTIONS(1916), - [aux_sym_cmd_identifier_token31] = ACTIONS(1916), - [aux_sym_cmd_identifier_token32] = ACTIONS(1916), - [aux_sym_cmd_identifier_token33] = ACTIONS(1916), - [aux_sym_cmd_identifier_token34] = ACTIONS(1916), - [aux_sym_cmd_identifier_token35] = ACTIONS(1916), - [aux_sym_cmd_identifier_token36] = ACTIONS(1916), - [aux_sym_cmd_identifier_token37] = ACTIONS(1916), - [aux_sym_cmd_identifier_token38] = ACTIONS(1916), - [aux_sym_cmd_identifier_token39] = ACTIONS(1916), - [aux_sym_cmd_identifier_token40] = ACTIONS(1916), - [sym__newline] = ACTIONS(1916), - [sym__space] = ACTIONS(3522), - [anon_sym_LBRACK] = ACTIONS(1916), - [anon_sym_LPAREN] = ACTIONS(1916), - [anon_sym_DOLLAR] = ACTIONS(1916), - [anon_sym_DASH2] = ACTIONS(1916), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_DOT_DOT] = ACTIONS(1916), - [aux_sym_expr_unary_token1] = ACTIONS(1916), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1916), - [anon_sym_DOT_DOT_LT] = ACTIONS(1916), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_true] = ACTIONS(1916), - [anon_sym_false] = ACTIONS(1916), - [aux_sym__val_number_decimal_token1] = ACTIONS(1916), - [aux_sym__val_number_decimal_token2] = ACTIONS(1916), - [aux_sym__val_number_decimal_token3] = ACTIONS(1916), - [aux_sym__val_number_decimal_token4] = ACTIONS(1916), - [aux_sym__val_number_token1] = ACTIONS(1916), - [aux_sym__val_number_token2] = ACTIONS(1916), - [aux_sym__val_number_token3] = ACTIONS(1916), - [aux_sym__val_number_token4] = ACTIONS(1916), - [aux_sym__val_number_token5] = ACTIONS(1916), - [aux_sym__val_number_token6] = ACTIONS(1916), - [anon_sym_0b] = ACTIONS(1916), - [anon_sym_0o] = ACTIONS(1916), - [anon_sym_0x] = ACTIONS(1916), - [sym_val_date] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1916), - [sym__str_single_quotes] = ACTIONS(1916), - [sym__str_back_ticks] = ACTIONS(1916), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1916), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1916), - [aux_sym_env_var_token1] = ACTIONS(1916), - [anon_sym_CARET] = ACTIONS(1916), - [aux_sym_command_token1] = ACTIONS(1916), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3522), - }, - [1151] = { - [sym_comment] = STATE(1151), - [aux_sym_pipe_element_repeat1] = STATE(1151), - [aux_sym_cmd_identifier_token1] = ACTIONS(3524), - [aux_sym_cmd_identifier_token2] = ACTIONS(3524), - [aux_sym_cmd_identifier_token3] = ACTIONS(3524), - [aux_sym_cmd_identifier_token4] = ACTIONS(3524), - [aux_sym_cmd_identifier_token5] = ACTIONS(3524), - [aux_sym_cmd_identifier_token6] = ACTIONS(3524), - [aux_sym_cmd_identifier_token7] = ACTIONS(3524), - [aux_sym_cmd_identifier_token8] = ACTIONS(3524), - [aux_sym_cmd_identifier_token9] = ACTIONS(3524), - [aux_sym_cmd_identifier_token10] = ACTIONS(3524), - [aux_sym_cmd_identifier_token11] = ACTIONS(3524), - [aux_sym_cmd_identifier_token12] = ACTIONS(3524), - [aux_sym_cmd_identifier_token13] = ACTIONS(3524), - [aux_sym_cmd_identifier_token14] = ACTIONS(3524), - [aux_sym_cmd_identifier_token15] = ACTIONS(3524), - [aux_sym_cmd_identifier_token16] = ACTIONS(3524), - [aux_sym_cmd_identifier_token17] = ACTIONS(3524), - [aux_sym_cmd_identifier_token18] = ACTIONS(3524), - [aux_sym_cmd_identifier_token19] = ACTIONS(3524), - [aux_sym_cmd_identifier_token20] = ACTIONS(3524), - [aux_sym_cmd_identifier_token21] = ACTIONS(3524), - [aux_sym_cmd_identifier_token22] = ACTIONS(3524), - [aux_sym_cmd_identifier_token23] = ACTIONS(3524), - [aux_sym_cmd_identifier_token24] = ACTIONS(3524), - [aux_sym_cmd_identifier_token25] = ACTIONS(3524), - [aux_sym_cmd_identifier_token26] = ACTIONS(3524), - [aux_sym_cmd_identifier_token27] = ACTIONS(3524), - [aux_sym_cmd_identifier_token28] = ACTIONS(3524), - [aux_sym_cmd_identifier_token29] = ACTIONS(3524), - [aux_sym_cmd_identifier_token30] = ACTIONS(3524), - [aux_sym_cmd_identifier_token31] = ACTIONS(3524), - [aux_sym_cmd_identifier_token32] = ACTIONS(3524), - [aux_sym_cmd_identifier_token33] = ACTIONS(3524), - [aux_sym_cmd_identifier_token34] = ACTIONS(3524), - [aux_sym_cmd_identifier_token35] = ACTIONS(3524), - [aux_sym_cmd_identifier_token36] = ACTIONS(3524), - [aux_sym_cmd_identifier_token37] = ACTIONS(3524), - [aux_sym_cmd_identifier_token38] = ACTIONS(3524), - [aux_sym_cmd_identifier_token39] = ACTIONS(3524), - [aux_sym_cmd_identifier_token40] = ACTIONS(3524), - [sym__space] = ACTIONS(3526), - [anon_sym_LBRACK] = ACTIONS(3524), - [anon_sym_LPAREN] = ACTIONS(3524), - [anon_sym_DOLLAR] = ACTIONS(3524), - [anon_sym_DASH2] = ACTIONS(3524), - [anon_sym_LBRACE] = ACTIONS(3524), - [anon_sym_DOT_DOT] = ACTIONS(3524), - [aux_sym_expr_unary_token1] = ACTIONS(3524), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3524), - [anon_sym_DOT_DOT_LT] = ACTIONS(3524), - [anon_sym_null] = ACTIONS(3524), - [anon_sym_true] = ACTIONS(3524), - [anon_sym_false] = ACTIONS(3524), - [aux_sym__val_number_decimal_token1] = ACTIONS(3524), - [aux_sym__val_number_decimal_token2] = ACTIONS(3524), - [aux_sym__val_number_decimal_token3] = ACTIONS(3524), - [aux_sym__val_number_decimal_token4] = ACTIONS(3524), - [aux_sym__val_number_token1] = ACTIONS(3524), - [aux_sym__val_number_token2] = ACTIONS(3524), - [aux_sym__val_number_token3] = ACTIONS(3524), - [aux_sym__val_number_token4] = ACTIONS(3524), - [aux_sym__val_number_token5] = ACTIONS(3524), - [aux_sym__val_number_token6] = ACTIONS(3524), - [anon_sym_0b] = ACTIONS(3524), - [anon_sym_0o] = ACTIONS(3524), - [anon_sym_0x] = ACTIONS(3524), - [sym_val_date] = ACTIONS(3524), - [anon_sym_DQUOTE] = ACTIONS(3524), - [sym__str_single_quotes] = ACTIONS(3524), - [sym__str_back_ticks] = ACTIONS(3524), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3524), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3524), - [aux_sym_env_var_token1] = ACTIONS(3524), - [anon_sym_CARET] = ACTIONS(3524), - [aux_sym_command_token1] = ACTIONS(3524), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3529), - }, - [1152] = { - [sym_env_var] = STATE(7060), - [sym_comment] = STATE(1152), - [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1152), - [aux_sym_cmd_identifier_token1] = ACTIONS(3498), - [aux_sym_cmd_identifier_token2] = ACTIONS(3504), - [aux_sym_cmd_identifier_token3] = ACTIONS(3504), - [aux_sym_cmd_identifier_token4] = ACTIONS(3504), - [aux_sym_cmd_identifier_token5] = ACTIONS(3504), - [aux_sym_cmd_identifier_token6] = ACTIONS(3504), - [aux_sym_cmd_identifier_token7] = ACTIONS(3504), - [aux_sym_cmd_identifier_token8] = ACTIONS(3504), - [aux_sym_cmd_identifier_token9] = ACTIONS(3498), - [aux_sym_cmd_identifier_token10] = ACTIONS(3504), - [aux_sym_cmd_identifier_token11] = ACTIONS(3504), - [aux_sym_cmd_identifier_token12] = ACTIONS(3504), - [aux_sym_cmd_identifier_token13] = ACTIONS(3498), - [aux_sym_cmd_identifier_token14] = ACTIONS(3504), - [aux_sym_cmd_identifier_token15] = ACTIONS(3498), - [aux_sym_cmd_identifier_token16] = ACTIONS(3504), - [aux_sym_cmd_identifier_token17] = ACTIONS(3504), - [aux_sym_cmd_identifier_token18] = ACTIONS(3498), - [aux_sym_cmd_identifier_token19] = ACTIONS(3504), - [aux_sym_cmd_identifier_token20] = ACTIONS(3504), - [aux_sym_cmd_identifier_token21] = ACTIONS(3504), - [aux_sym_cmd_identifier_token22] = ACTIONS(3504), - [aux_sym_cmd_identifier_token23] = ACTIONS(3504), - [aux_sym_cmd_identifier_token24] = ACTIONS(3504), - [aux_sym_cmd_identifier_token25] = ACTIONS(3504), - [aux_sym_cmd_identifier_token26] = ACTIONS(3504), - [aux_sym_cmd_identifier_token27] = ACTIONS(3504), - [aux_sym_cmd_identifier_token28] = ACTIONS(3504), - [aux_sym_cmd_identifier_token29] = ACTIONS(3504), - [aux_sym_cmd_identifier_token30] = ACTIONS(3504), - [aux_sym_cmd_identifier_token31] = ACTIONS(3504), - [aux_sym_cmd_identifier_token32] = ACTIONS(3498), - [aux_sym_cmd_identifier_token33] = ACTIONS(3504), - [aux_sym_cmd_identifier_token34] = ACTIONS(3498), - [aux_sym_cmd_identifier_token35] = ACTIONS(3504), - [aux_sym_cmd_identifier_token36] = ACTIONS(3504), - [aux_sym_cmd_identifier_token37] = ACTIONS(3504), - [aux_sym_cmd_identifier_token38] = ACTIONS(3498), - [aux_sym_cmd_identifier_token39] = ACTIONS(3504), - [aux_sym_cmd_identifier_token40] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(3504), - [anon_sym_LPAREN] = ACTIONS(3504), - [anon_sym_DOLLAR] = ACTIONS(3498), - [anon_sym_DASH2] = ACTIONS(3498), - [anon_sym_LBRACE] = ACTIONS(3504), - [anon_sym_DOT_DOT] = ACTIONS(3498), - [aux_sym_expr_unary_token1] = ACTIONS(3504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3504), - [anon_sym_DOT_DOT_LT] = ACTIONS(3504), - [anon_sym_null] = ACTIONS(3498), - [anon_sym_true] = ACTIONS(3498), - [anon_sym_false] = ACTIONS(3498), - [aux_sym__val_number_decimal_token1] = ACTIONS(3498), - [aux_sym__val_number_decimal_token2] = ACTIONS(3504), - [aux_sym__val_number_decimal_token3] = ACTIONS(3504), - [aux_sym__val_number_decimal_token4] = ACTIONS(3504), - [aux_sym__val_number_token1] = ACTIONS(3504), - [aux_sym__val_number_token2] = ACTIONS(3504), - [aux_sym__val_number_token3] = ACTIONS(3504), - [aux_sym__val_number_token4] = ACTIONS(3498), - [aux_sym__val_number_token5] = ACTIONS(3498), - [aux_sym__val_number_token6] = ACTIONS(3498), - [anon_sym_0b] = ACTIONS(3498), - [anon_sym_0o] = ACTIONS(3498), - [anon_sym_0x] = ACTIONS(3498), - [sym_val_date] = ACTIONS(3504), - [anon_sym_DQUOTE] = ACTIONS(3504), - [sym__str_single_quotes] = ACTIONS(3504), - [sym__str_back_ticks] = ACTIONS(3504), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3504), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3504), - [aux_sym_env_var_token1] = ACTIONS(3531), - [anon_sym_CARET] = ACTIONS(3504), - [aux_sym_command_token1] = ACTIONS(3504), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3504), - }, - [1153] = { - [sym_comment] = STATE(1153), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3534), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3536), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1154] = { - [sym_expr_parenthesized] = STATE(4376), - [sym_val_range] = STATE(4866), - [sym__val_range] = STATE(7392), - [sym__val_range_with_end] = STATE(7266), - [sym__value] = STATE(4866), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(4440), - [sym_val_variable] = STATE(4369), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(3874), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(4083), - [sym__str_double_quotes] = STATE(4083), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym__unquoted_in_record] = STATE(4464), - [sym__unquoted_in_record_with_expr] = STATE(4866), - [sym__unquoted_anonymous_prefix] = STATE(6732), - [sym_comment] = STATE(1154), - [aux_sym_shebang_repeat1] = STATE(1162), - [sym__newline] = ACTIONS(3538), - [anon_sym_LBRACK] = ACTIONS(3540), - [anon_sym_LPAREN] = ACTIONS(3542), - [anon_sym_DOLLAR] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(3546), - [anon_sym_DOT_DOT] = ACTIONS(3548), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3550), - [anon_sym_DOT_DOT_LT] = ACTIONS(3550), - [anon_sym_null] = ACTIONS(3552), - [anon_sym_true] = ACTIONS(3554), - [anon_sym_false] = ACTIONS(3554), - [aux_sym__val_number_decimal_token1] = ACTIONS(3556), - [aux_sym__val_number_decimal_token2] = ACTIONS(3558), - [aux_sym__val_number_decimal_token3] = ACTIONS(3560), - [aux_sym__val_number_decimal_token4] = ACTIONS(3562), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(3566), - [aux_sym__val_number_token5] = ACTIONS(3566), - [aux_sym__val_number_token6] = ACTIONS(3566), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(3572), - [anon_sym_DQUOTE] = ACTIONS(3574), - [sym__str_single_quotes] = ACTIONS(3576), - [sym__str_back_ticks] = ACTIONS(3576), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3586), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3588), - }, - [1155] = { - [sym_comment] = STATE(1155), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3590), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3592), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1156] = { - [sym_comment] = STATE(1156), - [aux_sym_cmd_identifier_token1] = ACTIONS(1277), - [aux_sym_cmd_identifier_token2] = ACTIONS(1275), - [aux_sym_cmd_identifier_token3] = ACTIONS(1275), - [aux_sym_cmd_identifier_token4] = ACTIONS(1275), - [aux_sym_cmd_identifier_token5] = ACTIONS(1275), - [aux_sym_cmd_identifier_token6] = ACTIONS(1275), - [aux_sym_cmd_identifier_token7] = ACTIONS(1275), - [aux_sym_cmd_identifier_token8] = ACTIONS(1275), - [aux_sym_cmd_identifier_token9] = ACTIONS(1277), - [aux_sym_cmd_identifier_token10] = ACTIONS(1275), - [aux_sym_cmd_identifier_token11] = ACTIONS(1275), - [aux_sym_cmd_identifier_token12] = ACTIONS(1275), - [aux_sym_cmd_identifier_token13] = ACTIONS(1277), - [aux_sym_cmd_identifier_token14] = ACTIONS(1275), - [aux_sym_cmd_identifier_token15] = ACTIONS(1277), - [aux_sym_cmd_identifier_token16] = ACTIONS(1275), - [aux_sym_cmd_identifier_token17] = ACTIONS(1275), - [aux_sym_cmd_identifier_token18] = ACTIONS(1277), - [aux_sym_cmd_identifier_token19] = ACTIONS(1275), - [aux_sym_cmd_identifier_token20] = ACTIONS(1275), - [aux_sym_cmd_identifier_token21] = ACTIONS(1275), - [aux_sym_cmd_identifier_token22] = ACTIONS(1275), - [aux_sym_cmd_identifier_token23] = ACTIONS(1275), - [aux_sym_cmd_identifier_token24] = ACTIONS(1275), - [aux_sym_cmd_identifier_token25] = ACTIONS(1275), - [aux_sym_cmd_identifier_token26] = ACTIONS(1275), - [aux_sym_cmd_identifier_token27] = ACTIONS(1275), - [aux_sym_cmd_identifier_token28] = ACTIONS(1275), - [aux_sym_cmd_identifier_token29] = ACTIONS(1275), - [aux_sym_cmd_identifier_token30] = ACTIONS(1275), - [aux_sym_cmd_identifier_token31] = ACTIONS(1275), - [aux_sym_cmd_identifier_token32] = ACTIONS(1277), - [aux_sym_cmd_identifier_token33] = ACTIONS(1275), - [aux_sym_cmd_identifier_token34] = ACTIONS(1277), - [aux_sym_cmd_identifier_token35] = ACTIONS(1275), - [aux_sym_cmd_identifier_token36] = ACTIONS(1275), - [aux_sym_cmd_identifier_token37] = ACTIONS(1275), - [aux_sym_cmd_identifier_token38] = ACTIONS(1277), - [aux_sym_cmd_identifier_token39] = ACTIONS(1275), - [aux_sym_cmd_identifier_token40] = ACTIONS(1275), - [sym__newline] = ACTIONS(1275), - [anon_sym_LBRACK] = ACTIONS(1275), - [anon_sym_LPAREN] = ACTIONS(1275), - [anon_sym_DOLLAR] = ACTIONS(1277), - [anon_sym_DASH2] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_LBRACE] = ACTIONS(1275), - [anon_sym_DOT_DOT] = ACTIONS(1277), - [aux_sym_expr_unary_token1] = ACTIONS(1275), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1275), - [anon_sym_DOT_DOT_LT] = ACTIONS(1275), - [anon_sym_null] = ACTIONS(1277), - [anon_sym_true] = ACTIONS(1277), - [anon_sym_false] = ACTIONS(1277), - [aux_sym__val_number_decimal_token1] = ACTIONS(1277), - [aux_sym__val_number_decimal_token2] = ACTIONS(1275), - [aux_sym__val_number_decimal_token3] = ACTIONS(1275), - [aux_sym__val_number_decimal_token4] = ACTIONS(1275), - [aux_sym__val_number_token1] = ACTIONS(1275), - [aux_sym__val_number_token2] = ACTIONS(1275), - [aux_sym__val_number_token3] = ACTIONS(1275), - [aux_sym__val_number_token4] = ACTIONS(1277), - [aux_sym__val_number_token5] = ACTIONS(1277), - [aux_sym__val_number_token6] = ACTIONS(1277), - [anon_sym_0b] = ACTIONS(1277), - [anon_sym_0o] = ACTIONS(1277), - [anon_sym_0x] = ACTIONS(1277), - [sym_val_date] = ACTIONS(1275), - [anon_sym_DQUOTE] = ACTIONS(1275), - [sym__str_single_quotes] = ACTIONS(1275), - [sym__str_back_ticks] = ACTIONS(1275), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1275), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1275), - [anon_sym_CARET] = ACTIONS(1275), - [aux_sym_command_token1] = ACTIONS(1275), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1275), - }, - [1157] = { - [sym_comment] = STATE(1157), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3594), - [aux_sym__immediate_decimal_token2] = ACTIONS(3596), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1158] = { - [sym_comment] = STATE(1158), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3598), - [aux_sym__immediate_decimal_token2] = ACTIONS(3600), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1159] = { - [sym_comment] = STATE(1159), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3602), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3604), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1160] = { - [sym_expr_parenthesized] = STATE(4376), - [sym_val_range] = STATE(4866), - [sym__val_range] = STATE(7392), - [sym__val_range_with_end] = STATE(7266), - [sym__value] = STATE(4866), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(4440), - [sym_val_variable] = STATE(4369), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(3874), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(4083), - [sym__str_double_quotes] = STATE(4083), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym__unquoted_in_record] = STATE(4464), - [sym__unquoted_in_record_with_expr] = STATE(4866), - [sym__unquoted_anonymous_prefix] = STATE(6732), - [sym_comment] = STATE(1160), - [aux_sym_shebang_repeat1] = STATE(2996), - [sym__newline] = ACTIONS(3538), - [anon_sym_LBRACK] = ACTIONS(3540), - [anon_sym_LPAREN] = ACTIONS(3542), - [anon_sym_DOLLAR] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(3546), - [anon_sym_DOT_DOT] = ACTIONS(3548), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3550), - [anon_sym_DOT_DOT_LT] = ACTIONS(3550), - [anon_sym_null] = ACTIONS(3552), - [anon_sym_true] = ACTIONS(3554), - [anon_sym_false] = ACTIONS(3554), - [aux_sym__val_number_decimal_token1] = ACTIONS(3556), - [aux_sym__val_number_decimal_token2] = ACTIONS(3558), - [aux_sym__val_number_decimal_token3] = ACTIONS(3560), - [aux_sym__val_number_decimal_token4] = ACTIONS(3562), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(3566), - [aux_sym__val_number_token5] = ACTIONS(3566), - [aux_sym__val_number_token6] = ACTIONS(3566), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(3572), - [anon_sym_DQUOTE] = ACTIONS(3574), - [sym__str_single_quotes] = ACTIONS(3576), - [sym__str_back_ticks] = ACTIONS(3576), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3586), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3588), - }, - [1161] = { - [sym_match_arm] = STATE(6903), - [sym_default_arm] = STATE(6903), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1161), - [aux_sym_shebang_repeat1] = STATE(1177), - [aux_sym_ctrl_match_repeat1] = STATE(1224), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym_RBRACE] = ACTIONS(3614), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1162] = { - [sym_expr_parenthesized] = STATE(4348), - [sym_val_range] = STATE(4894), - [sym__val_range] = STATE(7392), - [sym__val_range_with_end] = STATE(7266), - [sym__value] = STATE(4894), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(4440), - [sym_val_variable] = STATE(4369), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(3874), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(4083), - [sym__str_double_quotes] = STATE(4083), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym__unquoted_in_record] = STATE(4416), - [sym__unquoted_in_record_with_expr] = STATE(4894), - [sym__unquoted_anonymous_prefix] = STATE(6732), - [sym_comment] = STATE(1162), - [aux_sym_shebang_repeat1] = STATE(2996), - [sym__newline] = ACTIONS(3538), - [anon_sym_LBRACK] = ACTIONS(3540), - [anon_sym_LPAREN] = ACTIONS(3542), - [anon_sym_DOLLAR] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(3546), - [anon_sym_DOT_DOT] = ACTIONS(3548), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3550), - [anon_sym_DOT_DOT_LT] = ACTIONS(3550), - [anon_sym_null] = ACTIONS(3552), - [anon_sym_true] = ACTIONS(3554), - [anon_sym_false] = ACTIONS(3554), - [aux_sym__val_number_decimal_token1] = ACTIONS(3556), - [aux_sym__val_number_decimal_token2] = ACTIONS(3558), - [aux_sym__val_number_decimal_token3] = ACTIONS(3560), - [aux_sym__val_number_decimal_token4] = ACTIONS(3562), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(3566), - [aux_sym__val_number_token5] = ACTIONS(3566), - [aux_sym__val_number_token6] = ACTIONS(3566), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(3572), - [anon_sym_DQUOTE] = ACTIONS(3574), - [sym__str_single_quotes] = ACTIONS(3576), - [sym__str_back_ticks] = ACTIONS(3576), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3586), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3588), - }, - [1163] = { - [sym_comment] = STATE(1163), - [aux_sym_cmd_identifier_token1] = ACTIONS(3638), - [aux_sym_cmd_identifier_token2] = ACTIONS(3638), - [aux_sym_cmd_identifier_token3] = ACTIONS(3638), - [aux_sym_cmd_identifier_token4] = ACTIONS(3638), - [aux_sym_cmd_identifier_token5] = ACTIONS(3638), - [aux_sym_cmd_identifier_token6] = ACTIONS(3638), - [aux_sym_cmd_identifier_token7] = ACTIONS(3638), - [aux_sym_cmd_identifier_token8] = ACTIONS(3638), - [aux_sym_cmd_identifier_token9] = ACTIONS(3638), - [aux_sym_cmd_identifier_token10] = ACTIONS(3638), - [aux_sym_cmd_identifier_token11] = ACTIONS(3638), - [aux_sym_cmd_identifier_token12] = ACTIONS(3638), - [aux_sym_cmd_identifier_token13] = ACTIONS(3638), - [aux_sym_cmd_identifier_token14] = ACTIONS(3638), - [aux_sym_cmd_identifier_token15] = ACTIONS(3638), - [aux_sym_cmd_identifier_token16] = ACTIONS(3638), - [aux_sym_cmd_identifier_token17] = ACTIONS(3638), - [aux_sym_cmd_identifier_token18] = ACTIONS(3638), - [aux_sym_cmd_identifier_token19] = ACTIONS(3638), - [aux_sym_cmd_identifier_token20] = ACTIONS(3638), - [aux_sym_cmd_identifier_token21] = ACTIONS(3638), - [aux_sym_cmd_identifier_token22] = ACTIONS(3638), - [aux_sym_cmd_identifier_token23] = ACTIONS(3638), - [aux_sym_cmd_identifier_token24] = ACTIONS(3638), - [aux_sym_cmd_identifier_token25] = ACTIONS(3638), - [aux_sym_cmd_identifier_token26] = ACTIONS(3638), - [aux_sym_cmd_identifier_token27] = ACTIONS(3638), - [aux_sym_cmd_identifier_token28] = ACTIONS(3638), - [aux_sym_cmd_identifier_token29] = ACTIONS(3638), - [aux_sym_cmd_identifier_token30] = ACTIONS(3638), - [aux_sym_cmd_identifier_token31] = ACTIONS(3638), - [aux_sym_cmd_identifier_token32] = ACTIONS(3638), - [aux_sym_cmd_identifier_token33] = ACTIONS(3638), - [aux_sym_cmd_identifier_token34] = ACTIONS(3638), - [aux_sym_cmd_identifier_token35] = ACTIONS(3638), - [aux_sym_cmd_identifier_token36] = ACTIONS(3638), - [aux_sym_cmd_identifier_token37] = ACTIONS(3638), - [aux_sym_cmd_identifier_token38] = ACTIONS(3638), - [aux_sym_cmd_identifier_token39] = ACTIONS(3638), - [aux_sym_cmd_identifier_token40] = ACTIONS(3638), - [sym__space] = ACTIONS(3640), - [anon_sym_LBRACK] = ACTIONS(3638), - [anon_sym_LPAREN] = ACTIONS(3638), - [anon_sym_DOLLAR] = ACTIONS(3638), - [anon_sym_DASH2] = ACTIONS(3638), - [anon_sym_LBRACE] = ACTIONS(3638), - [anon_sym_DOT_DOT] = ACTIONS(3638), - [aux_sym_expr_unary_token1] = ACTIONS(3638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3638), - [anon_sym_DOT_DOT_LT] = ACTIONS(3638), - [anon_sym_null] = ACTIONS(3638), - [anon_sym_true] = ACTIONS(3638), - [anon_sym_false] = ACTIONS(3638), - [aux_sym__val_number_decimal_token1] = ACTIONS(3638), - [aux_sym__val_number_decimal_token2] = ACTIONS(3638), - [aux_sym__val_number_decimal_token3] = ACTIONS(3638), - [aux_sym__val_number_decimal_token4] = ACTIONS(3638), - [aux_sym__val_number_token1] = ACTIONS(3638), - [aux_sym__val_number_token2] = ACTIONS(3638), - [aux_sym__val_number_token3] = ACTIONS(3638), - [aux_sym__val_number_token4] = ACTIONS(3638), - [aux_sym__val_number_token5] = ACTIONS(3638), - [aux_sym__val_number_token6] = ACTIONS(3638), - [anon_sym_0b] = ACTIONS(3638), - [anon_sym_0o] = ACTIONS(3638), - [anon_sym_0x] = ACTIONS(3638), - [sym_val_date] = ACTIONS(3638), - [anon_sym_DQUOTE] = ACTIONS(3638), - [sym__str_single_quotes] = ACTIONS(3638), - [sym__str_back_ticks] = ACTIONS(3638), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3638), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3638), - [aux_sym_env_var_token1] = ACTIONS(3638), - [anon_sym_CARET] = ACTIONS(3638), - [aux_sym_command_token1] = ACTIONS(3638), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(3640), - }, - [1164] = { - [sym_match_arm] = STATE(6728), - [sym_default_arm] = STATE(6728), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1164), - [aux_sym_shebang_repeat1] = STATE(1180), - [aux_sym_ctrl_match_repeat1] = STATE(1225), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym_RBRACE] = ACTIONS(3642), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1165] = { - [sym_match_arm] = STATE(6727), - [sym_default_arm] = STATE(6727), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1165), - [aux_sym_shebang_repeat1] = STATE(1179), - [aux_sym_ctrl_match_repeat1] = STATE(1223), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym_RBRACE] = ACTIONS(3644), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1166] = { - [sym_expr_parenthesized] = STATE(4310), - [sym_val_range] = STATE(4800), - [sym__val_range] = STATE(7392), - [sym__val_range_with_end] = STATE(7266), - [sym__value] = STATE(4800), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(4440), - [sym_val_variable] = STATE(4369), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(3874), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(4083), - [sym__str_double_quotes] = STATE(4083), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym__unquoted_in_record] = STATE(4466), - [sym__unquoted_in_record_with_expr] = STATE(4800), - [sym__unquoted_anonymous_prefix] = STATE(6732), - [sym_comment] = STATE(1166), - [aux_sym_shebang_repeat1] = STATE(1160), - [sym__newline] = ACTIONS(3538), - [anon_sym_LBRACK] = ACTIONS(3540), - [anon_sym_LPAREN] = ACTIONS(3542), - [anon_sym_DOLLAR] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(3546), - [anon_sym_DOT_DOT] = ACTIONS(3548), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3550), - [anon_sym_DOT_DOT_LT] = ACTIONS(3550), - [anon_sym_null] = ACTIONS(3552), - [anon_sym_true] = ACTIONS(3554), - [anon_sym_false] = ACTIONS(3554), - [aux_sym__val_number_decimal_token1] = ACTIONS(3556), - [aux_sym__val_number_decimal_token2] = ACTIONS(3558), - [aux_sym__val_number_decimal_token3] = ACTIONS(3560), - [aux_sym__val_number_decimal_token4] = ACTIONS(3562), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(3566), - [aux_sym__val_number_token5] = ACTIONS(3566), - [aux_sym__val_number_token6] = ACTIONS(3566), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(3572), - [anon_sym_DQUOTE] = ACTIONS(3574), - [sym__str_single_quotes] = ACTIONS(3576), - [sym__str_back_ticks] = ACTIONS(3576), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3586), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3588), - }, - [1167] = { - [sym_match_arm] = STATE(6956), - [sym_default_arm] = STATE(6956), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1167), - [aux_sym_shebang_repeat1] = STATE(1176), - [aux_sym_ctrl_match_repeat1] = STATE(1220), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym_RBRACE] = ACTIONS(3646), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), - }, - [1168] = { - [sym_comment] = STATE(1168), - [ts_builtin_sym_end] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3648), - [aux_sym__immediate_decimal_token2] = ACTIONS(3650), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1169] = { - [sym_comment] = STATE(1169), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3536), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1170] = { - [sym_comment] = STATE(1170), - [ts_builtin_sym_end] = ACTIONS(1711), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3652), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1171] = { - [sym_comment] = STATE(1171), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3604), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1172] = { - [sym_comment] = STATE(1172), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3654), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1173] = { - [sym_comment] = STATE(1173), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3656), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1174] = { - [sym_comment] = STATE(1174), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3658), - [aux_sym__immediate_decimal_token2] = ACTIONS(3660), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1175] = { - [sym_comment] = STATE(1175), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3662), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3664), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), + [1132] = { + [sym_expr_unary] = STATE(2486), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2486), + [sym__expr_binary_expression] = STATE(2518), + [sym_expr_parenthesized] = STATE(2099), + [sym_val_range] = STATE(2486), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(2486), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2218), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(1622), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(2209), + [sym__unquoted_with_expr] = STATE(2519), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1132), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3338), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3340), + [anon_sym_DOT_DOT_LT] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3342), + [anon_sym_true] = ACTIONS(3344), + [anon_sym_false] = ACTIONS(3344), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3354), + [aux_sym__val_number_token5] = ACTIONS(3354), + [aux_sym__val_number_token6] = ACTIONS(3354), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3356), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), }, - [1176] = { - [sym_match_arm] = STATE(7193), - [sym_default_arm] = STATE(7193), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1176), - [aux_sym_shebang_repeat1] = STATE(3079), - [aux_sym_ctrl_match_repeat1] = STATE(1216), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), + [1133] = { + [sym_expr_unary] = STATE(2101), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2101), + [sym__expr_binary_expression] = STATE(3389), + [sym_expr_parenthesized] = STATE(1910), + [sym_val_range] = STATE(2101), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(2101), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(3251), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(2978), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(1922), + [sym__unquoted_with_expr] = STATE(2117), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1133), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3192), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3194), + [anon_sym_DOT_DOT_LT] = ACTIONS(3194), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_true] = ACTIONS(3198), + [anon_sym_false] = ACTIONS(3198), + [aux_sym__val_number_decimal_token1] = ACTIONS(3200), + [aux_sym__val_number_decimal_token2] = ACTIONS(3202), + [aux_sym__val_number_decimal_token3] = ACTIONS(3204), + [aux_sym__val_number_decimal_token4] = ACTIONS(3206), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3208), + [aux_sym__val_number_token5] = ACTIONS(3208), + [aux_sym__val_number_token6] = ACTIONS(3208), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3210), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1177] = { - [sym_match_arm] = STATE(7134), - [sym_default_arm] = STATE(7134), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1177), - [aux_sym_shebang_repeat1] = STATE(3079), - [aux_sym_ctrl_match_repeat1] = STATE(1214), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), + [1134] = { + [sym_ctrl_do] = STATE(4821), + [sym_ctrl_if] = STATE(4821), + [sym_ctrl_match] = STATE(4821), + [sym_ctrl_try] = STATE(4821), + [sym__expression] = STATE(4821), + [sym_expr_unary] = STATE(2546), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_binary] = STATE(2546), + [sym__expr_binary_expression] = STATE(3755), + [sym_expr_parenthesized] = STATE(2085), + [sym_val_range] = STATE(2546), + [sym__value] = STATE(2546), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(2448), + [sym_val_variable] = STATE(2132), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3218), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_comment] = STATE(1134), + [ts_builtin_sym_end] = ACTIONS(3400), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_do] = ACTIONS(3426), + [anon_sym_if] = ACTIONS(3428), + [anon_sym_match] = ACTIONS(3430), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(65), + [anon_sym_try] = ACTIONS(3432), + [aux_sym_expr_unary_token1] = ACTIONS(83), + [anon_sym_DOT_DOT_EQ] = ACTIONS(85), + [anon_sym_DOT_DOT_LT] = ACTIONS(85), + [anon_sym_null] = ACTIONS(3434), + [anon_sym_true] = ACTIONS(3436), + [anon_sym_false] = ACTIONS(3436), + [aux_sym__val_number_decimal_token1] = ACTIONS(3346), + [aux_sym__val_number_decimal_token2] = ACTIONS(3348), + [aux_sym__val_number_decimal_token3] = ACTIONS(3350), + [aux_sym__val_number_decimal_token4] = ACTIONS(3352), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(99), + [aux_sym__val_number_token5] = ACTIONS(99), + [aux_sym__val_number_token6] = ACTIONS(99), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1135] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1135), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3404), + [anon_sym_match] = ACTIONS(3406), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_RBRACE] = ACTIONS(3400), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(3408), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(227), + [aux_sym__val_number_token5] = ACTIONS(227), + [aux_sym__val_number_token6] = ACTIONS(227), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(235), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1178] = { - [sym_comment] = STATE(1178), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3592), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1179] = { - [sym_match_arm] = STATE(6872), - [sym_default_arm] = STATE(6872), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1179), - [aux_sym_shebang_repeat1] = STATE(3079), - [aux_sym_ctrl_match_repeat1] = STATE(1226), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), + [1136] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1136), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_RPAREN] = ACTIONS(3400), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3438), + [anon_sym_match] = ACTIONS(3406), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(3408), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(227), + [aux_sym__val_number_token5] = ACTIONS(227), + [aux_sym__val_number_token6] = ACTIONS(227), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(235), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1180] = { - [sym_match_arm] = STATE(6875), - [sym_default_arm] = STATE(6875), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1180), - [aux_sym_shebang_repeat1] = STATE(3079), - [aux_sym_ctrl_match_repeat1] = STATE(1227), - [sym__newline] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3608), + [1137] = { + [sym_expr_unary] = STATE(4170), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_parenthesized] = STATE(3901), + [sym_val_range] = STATE(4170), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(4170), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(4002), + [sym_val_variable] = STATE(3931), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3799), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(3940), + [sym__unquoted_with_expr] = STATE(4174), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1137), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3440), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3442), + [aux_sym_expr_unary_token1] = ACTIONS(3444), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), + [anon_sym_DOT_DOT_LT] = ACTIONS(3446), + [anon_sym_null] = ACTIONS(3448), + [anon_sym_true] = ACTIONS(3450), + [anon_sym_false] = ACTIONS(3450), + [aux_sym__val_number_decimal_token1] = ACTIONS(3452), + [aux_sym__val_number_decimal_token2] = ACTIONS(3454), + [aux_sym__val_number_decimal_token3] = ACTIONS(3456), + [aux_sym__val_number_decimal_token4] = ACTIONS(3458), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3460), + [aux_sym__val_number_token5] = ACTIONS(3460), + [aux_sym__val_number_token6] = ACTIONS(3460), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3462), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1181] = { - [sym_expr_parenthesized] = STATE(5995), - [sym_val_range] = STATE(7282), - [sym__val_range] = STATE(7719), - [sym__val_range_with_end] = STATE(7287), - [sym__value] = STATE(7282), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6202), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5142), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_record] = STATE(6078), - [sym__unquoted_in_record_with_expr] = STATE(7282), - [sym__unquoted_anonymous_prefix] = STATE(6858), - [sym_comment] = STATE(1181), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3668), - [anon_sym_DOT_DOT_LT] = ACTIONS(3668), - [anon_sym_null] = ACTIONS(3670), - [anon_sym_true] = ACTIONS(3672), - [anon_sym_false] = ACTIONS(3672), - [aux_sym__val_number_decimal_token1] = ACTIONS(3674), - [aux_sym__val_number_decimal_token2] = ACTIONS(3676), - [aux_sym__val_number_decimal_token3] = ACTIONS(3678), - [aux_sym__val_number_decimal_token4] = ACTIONS(3680), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3682), - [aux_sym__val_number_token5] = ACTIONS(3682), - [aux_sym__val_number_token6] = ACTIONS(3682), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3684), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3686), + [1138] = { + [sym_expr_unary] = STATE(4157), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_parenthesized] = STATE(3900), + [sym_val_range] = STATE(4157), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(4157), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(4002), + [sym_val_variable] = STATE(3931), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3799), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(4006), + [sym__unquoted_with_expr] = STATE(4168), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1138), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3440), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3442), + [aux_sym_expr_unary_token1] = ACTIONS(3444), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), + [anon_sym_DOT_DOT_LT] = ACTIONS(3446), + [anon_sym_null] = ACTIONS(3448), + [anon_sym_true] = ACTIONS(3450), + [anon_sym_false] = ACTIONS(3450), + [aux_sym__val_number_decimal_token1] = ACTIONS(3452), + [aux_sym__val_number_decimal_token2] = ACTIONS(3454), + [aux_sym__val_number_decimal_token3] = ACTIONS(3456), + [aux_sym__val_number_decimal_token4] = ACTIONS(3458), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3460), + [aux_sym__val_number_token5] = ACTIONS(3460), + [aux_sym__val_number_token6] = ACTIONS(3460), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3462), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), - }, - [1182] = { - [sym_comment] = STATE(1182), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3688), - [sym_duration_unit] = ACTIONS(3690), - [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(253), }, - [1183] = { - [sym_comment] = STATE(1183), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), + [1139] = { + [sym_comment] = STATE(1139), + [aux_sym_ctrl_do_parenthesized_repeat2] = STATE(1142), + [aux_sym_cmd_identifier_token1] = ACTIONS(3464), + [aux_sym_cmd_identifier_token2] = ACTIONS(3464), + [aux_sym_cmd_identifier_token3] = ACTIONS(3464), + [aux_sym_cmd_identifier_token4] = ACTIONS(3464), + [aux_sym_cmd_identifier_token5] = ACTIONS(3464), + [aux_sym_cmd_identifier_token6] = ACTIONS(3464), + [aux_sym_cmd_identifier_token7] = ACTIONS(3464), + [aux_sym_cmd_identifier_token8] = ACTIONS(3464), + [aux_sym_cmd_identifier_token9] = ACTIONS(3464), + [aux_sym_cmd_identifier_token10] = ACTIONS(3464), + [aux_sym_cmd_identifier_token11] = ACTIONS(3464), + [aux_sym_cmd_identifier_token12] = ACTIONS(3464), + [aux_sym_cmd_identifier_token13] = ACTIONS(3464), + [aux_sym_cmd_identifier_token14] = ACTIONS(3464), + [aux_sym_cmd_identifier_token15] = ACTIONS(3464), + [aux_sym_cmd_identifier_token16] = ACTIONS(3464), + [aux_sym_cmd_identifier_token17] = ACTIONS(3464), + [aux_sym_cmd_identifier_token18] = ACTIONS(3464), + [aux_sym_cmd_identifier_token19] = ACTIONS(3464), + [aux_sym_cmd_identifier_token20] = ACTIONS(3464), + [aux_sym_cmd_identifier_token21] = ACTIONS(3464), + [aux_sym_cmd_identifier_token22] = ACTIONS(3464), + [aux_sym_cmd_identifier_token23] = ACTIONS(3464), + [aux_sym_cmd_identifier_token24] = ACTIONS(3464), + [aux_sym_cmd_identifier_token25] = ACTIONS(3464), + [aux_sym_cmd_identifier_token26] = ACTIONS(3464), + [aux_sym_cmd_identifier_token27] = ACTIONS(3464), + [aux_sym_cmd_identifier_token28] = ACTIONS(3464), + [aux_sym_cmd_identifier_token29] = ACTIONS(3464), + [aux_sym_cmd_identifier_token30] = ACTIONS(3464), + [aux_sym_cmd_identifier_token31] = ACTIONS(3464), + [aux_sym_cmd_identifier_token32] = ACTIONS(3464), + [aux_sym_cmd_identifier_token33] = ACTIONS(3464), + [aux_sym_cmd_identifier_token34] = ACTIONS(3464), + [aux_sym_cmd_identifier_token35] = ACTIONS(3464), + [aux_sym_cmd_identifier_token36] = ACTIONS(3464), + [aux_sym_cmd_identifier_token37] = ACTIONS(3464), + [aux_sym_cmd_identifier_token38] = ACTIONS(3464), + [aux_sym_cmd_identifier_token39] = ACTIONS(3464), + [aux_sym_cmd_identifier_token40] = ACTIONS(3464), + [sym__newline] = ACTIONS(3466), + [sym__space] = ACTIONS(3468), + [anon_sym_LBRACK] = ACTIONS(3464), + [anon_sym_LPAREN] = ACTIONS(3464), + [anon_sym_DOLLAR] = ACTIONS(3464), + [anon_sym_DASH2] = ACTIONS(3464), + [anon_sym_LBRACE] = ACTIONS(3464), + [anon_sym_DOT_DOT] = ACTIONS(3464), + [aux_sym_expr_unary_token1] = ACTIONS(3464), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3464), + [anon_sym_DOT_DOT_LT] = ACTIONS(3464), + [anon_sym_null] = ACTIONS(3464), + [anon_sym_true] = ACTIONS(3464), + [anon_sym_false] = ACTIONS(3464), + [aux_sym__val_number_decimal_token1] = ACTIONS(3464), + [aux_sym__val_number_decimal_token2] = ACTIONS(3464), + [aux_sym__val_number_decimal_token3] = ACTIONS(3464), + [aux_sym__val_number_decimal_token4] = ACTIONS(3464), + [aux_sym__val_number_token1] = ACTIONS(3464), + [aux_sym__val_number_token2] = ACTIONS(3464), + [aux_sym__val_number_token3] = ACTIONS(3464), + [aux_sym__val_number_token4] = ACTIONS(3464), + [aux_sym__val_number_token5] = ACTIONS(3464), + [aux_sym__val_number_token6] = ACTIONS(3464), + [anon_sym_0b] = ACTIONS(3464), + [anon_sym_0o] = ACTIONS(3464), + [anon_sym_0x] = ACTIONS(3464), + [sym_val_date] = ACTIONS(3464), + [anon_sym_DQUOTE] = ACTIONS(3464), + [sym__str_single_quotes] = ACTIONS(3464), + [sym__str_back_ticks] = ACTIONS(3464), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3464), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3464), + [aux_sym_env_var_token1] = ACTIONS(3464), + [anon_sym_CARET] = ACTIONS(3464), + [aux_sym_command_token1] = ACTIONS(3464), [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3470), }, - [1184] = { - [sym_expr_parenthesized] = STATE(5832), - [sym_val_range] = STATE(7222), - [sym__val_range] = STATE(7719), - [sym__val_range_with_end] = STATE(7287), - [sym__value] = STATE(7222), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6202), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5142), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_record] = STATE(6580), - [sym__unquoted_in_record_with_expr] = STATE(7222), - [sym__unquoted_anonymous_prefix] = STATE(6858), - [sym_comment] = STATE(1184), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3668), - [anon_sym_DOT_DOT_LT] = ACTIONS(3668), - [anon_sym_null] = ACTIONS(3670), - [anon_sym_true] = ACTIONS(3672), - [anon_sym_false] = ACTIONS(3672), - [aux_sym__val_number_decimal_token1] = ACTIONS(3674), - [aux_sym__val_number_decimal_token2] = ACTIONS(3676), - [aux_sym__val_number_decimal_token3] = ACTIONS(3678), - [aux_sym__val_number_decimal_token4] = ACTIONS(3680), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3682), - [aux_sym__val_number_token5] = ACTIONS(3682), - [aux_sym__val_number_token6] = ACTIONS(3682), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3684), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3686), + [1140] = { + [sym_expr_unary] = STATE(4372), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_parenthesized] = STATE(3987), + [sym_val_range] = STATE(4372), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(4372), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(4035), + [sym_val_variable] = STATE(3990), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3816), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(4046), + [sym__unquoted_with_expr] = STATE(4353), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1140), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(3472), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3474), + [aux_sym_expr_unary_token1] = ACTIONS(3476), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3478), + [anon_sym_DOT_DOT_LT] = ACTIONS(3478), + [anon_sym_null] = ACTIONS(3480), + [anon_sym_true] = ACTIONS(3482), + [anon_sym_false] = ACTIONS(3482), + [aux_sym__val_number_decimal_token1] = ACTIONS(3484), + [aux_sym__val_number_decimal_token2] = ACTIONS(3486), + [aux_sym__val_number_decimal_token3] = ACTIONS(3488), + [aux_sym__val_number_decimal_token4] = ACTIONS(3490), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3492), + [aux_sym__val_number_token5] = ACTIONS(3492), + [aux_sym__val_number_token6] = ACTIONS(3492), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3494), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), - }, - [1185] = { - [sym_comment] = STATE(1185), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1186] = { - [sym_comment] = STATE(1186), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1187] = { - [sym_comment] = STATE(1187), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_RPAREN] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_POUND] = ACTIONS(3), - }, - [1188] = { - [sym_comment] = STATE(1188), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_RBRACE] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1189] = { - [sym_comment] = STATE(1189), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_RBRACE] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1190] = { - [sym_comment] = STATE(1190), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_RBRACE] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1191] = { - [sym_comment] = STATE(1191), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_RBRACE] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_POUND] = ACTIONS(3), - }, - [1192] = { - [sym_comment] = STATE(1192), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(3692), - [aux_sym__immediate_decimal_token2] = ACTIONS(3694), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1193] = { - [sym_comment] = STATE(1193), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3696), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3698), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1194] = { - [sym_comment] = STATE(1194), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_RPAREN] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3700), - [sym_duration_unit] = ACTIONS(3702), - [anon_sym_POUND] = ACTIONS(3), - }, - [1195] = { - [sym_comment] = STATE(1195), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3704), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1196] = { - [sym_comment] = STATE(1196), - [ts_builtin_sym_end] = ACTIONS(1601), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1197] = { - [sym_expr_parenthesized] = STATE(548), - [sym_val_range] = STATE(740), - [sym__val_range] = STATE(7545), - [sym__val_range_with_end] = STATE(7329), - [sym__value] = STATE(740), - [sym_val_nothing] = STATE(712), - [sym_val_bool] = STATE(599), - [sym_val_variable] = STATE(506), - [sym_val_number] = STATE(712), - [sym__val_number_decimal] = STATE(346), - [sym__val_number] = STATE(725), - [sym_val_duration] = STATE(712), - [sym_val_filesize] = STATE(712), - [sym_val_binary] = STATE(712), - [sym_val_string] = STATE(712), - [sym__raw_str] = STATE(754), - [sym__str_double_quotes] = STATE(754), - [sym_val_interpolated] = STATE(712), - [sym__inter_single_quotes] = STATE(727), - [sym__inter_double_quotes] = STATE(728), - [sym_val_list] = STATE(712), - [sym_val_record] = STATE(712), - [sym_val_table] = STATE(712), - [sym_val_closure] = STATE(712), - [sym__unquoted_in_record] = STATE(554), - [sym__unquoted_in_record_with_expr] = STATE(740), - [sym__unquoted_anonymous_prefix] = STATE(6633), - [sym_comment] = STATE(1197), - [anon_sym_LBRACK] = ACTIONS(3706), - [anon_sym_LPAREN] = ACTIONS(3708), - [anon_sym_DOLLAR] = ACTIONS(3710), - [anon_sym_LBRACE] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), - [anon_sym_DOT_DOT_LT] = ACTIONS(3716), - [anon_sym_null] = ACTIONS(3718), - [anon_sym_true] = ACTIONS(3720), - [anon_sym_false] = ACTIONS(3720), - [aux_sym__val_number_decimal_token1] = ACTIONS(3722), - [aux_sym__val_number_decimal_token2] = ACTIONS(3724), - [aux_sym__val_number_decimal_token3] = ACTIONS(3726), - [aux_sym__val_number_decimal_token4] = ACTIONS(3728), - [aux_sym__val_number_token1] = ACTIONS(3730), - [aux_sym__val_number_token2] = ACTIONS(3730), - [aux_sym__val_number_token3] = ACTIONS(3730), - [aux_sym__val_number_token4] = ACTIONS(3732), - [aux_sym__val_number_token5] = ACTIONS(3732), - [aux_sym__val_number_token6] = ACTIONS(3732), - [anon_sym_0b] = ACTIONS(3734), - [anon_sym_0o] = ACTIONS(3736), - [anon_sym_0x] = ACTIONS(3736), - [sym_val_date] = ACTIONS(3738), - [anon_sym_DQUOTE] = ACTIONS(3740), - [sym__str_single_quotes] = ACTIONS(3742), - [sym__str_back_ticks] = ACTIONS(3742), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3744), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3746), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3748), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3750), - }, - [1198] = { - [sym_expr_parenthesized] = STATE(549), - [sym_val_range] = STATE(744), - [sym__val_range] = STATE(7545), - [sym__val_range_with_end] = STATE(7329), - [sym__value] = STATE(744), - [sym_val_nothing] = STATE(712), - [sym_val_bool] = STATE(599), - [sym_val_variable] = STATE(506), - [sym_val_number] = STATE(712), - [sym__val_number_decimal] = STATE(346), - [sym__val_number] = STATE(725), - [sym_val_duration] = STATE(712), - [sym_val_filesize] = STATE(712), - [sym_val_binary] = STATE(712), - [sym_val_string] = STATE(712), - [sym__raw_str] = STATE(754), - [sym__str_double_quotes] = STATE(754), - [sym_val_interpolated] = STATE(712), - [sym__inter_single_quotes] = STATE(727), - [sym__inter_double_quotes] = STATE(728), - [sym_val_list] = STATE(712), - [sym_val_record] = STATE(712), - [sym_val_table] = STATE(712), - [sym_val_closure] = STATE(712), - [sym__unquoted_in_record] = STATE(591), - [sym__unquoted_in_record_with_expr] = STATE(744), - [sym__unquoted_anonymous_prefix] = STATE(6633), - [sym_comment] = STATE(1198), - [anon_sym_LBRACK] = ACTIONS(3706), - [anon_sym_LPAREN] = ACTIONS(3708), - [anon_sym_DOLLAR] = ACTIONS(3710), - [anon_sym_LBRACE] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), - [anon_sym_DOT_DOT_LT] = ACTIONS(3716), - [anon_sym_null] = ACTIONS(3718), - [anon_sym_true] = ACTIONS(3720), - [anon_sym_false] = ACTIONS(3720), - [aux_sym__val_number_decimal_token1] = ACTIONS(3722), - [aux_sym__val_number_decimal_token2] = ACTIONS(3724), - [aux_sym__val_number_decimal_token3] = ACTIONS(3726), - [aux_sym__val_number_decimal_token4] = ACTIONS(3728), - [aux_sym__val_number_token1] = ACTIONS(3730), - [aux_sym__val_number_token2] = ACTIONS(3730), - [aux_sym__val_number_token3] = ACTIONS(3730), - [aux_sym__val_number_token4] = ACTIONS(3732), - [aux_sym__val_number_token5] = ACTIONS(3732), - [aux_sym__val_number_token6] = ACTIONS(3732), - [anon_sym_0b] = ACTIONS(3734), - [anon_sym_0o] = ACTIONS(3736), - [anon_sym_0x] = ACTIONS(3736), - [sym_val_date] = ACTIONS(3738), - [anon_sym_DQUOTE] = ACTIONS(3740), - [sym__str_single_quotes] = ACTIONS(3742), - [sym__str_back_ticks] = ACTIONS(3742), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3744), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3746), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3748), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3750), + [sym_raw_string_begin] = ACTIONS(123), }, - [1199] = { - [sym_expr_parenthesized] = STATE(5926), - [sym_val_range] = STATE(7277), - [sym__val_range] = STATE(7719), - [sym__val_range_with_end] = STATE(7287), - [sym__value] = STATE(7277), - [sym_val_nothing] = STATE(7055), - [sym_val_bool] = STATE(6202), - [sym_val_variable] = STATE(5793), - [sym_val_number] = STATE(7055), - [sym__val_number_decimal] = STATE(5142), - [sym__val_number] = STATE(7188), - [sym_val_duration] = STATE(7055), - [sym_val_filesize] = STATE(7055), - [sym_val_binary] = STATE(7055), - [sym_val_string] = STATE(7055), - [sym__raw_str] = STATE(5080), - [sym__str_double_quotes] = STATE(5080), - [sym_val_interpolated] = STATE(7055), - [sym__inter_single_quotes] = STATE(6630), - [sym__inter_double_quotes] = STATE(6638), - [sym_val_list] = STATE(7055), - [sym_val_record] = STATE(7055), - [sym_val_table] = STATE(7055), - [sym_val_closure] = STATE(7055), - [sym__unquoted_in_record] = STATE(6361), - [sym__unquoted_in_record_with_expr] = STATE(7277), - [sym__unquoted_anonymous_prefix] = STATE(6858), - [sym_comment] = STATE(1199), - [anon_sym_LBRACK] = ACTIONS(3082), - [anon_sym_LPAREN] = ACTIONS(3086), - [anon_sym_DOLLAR] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3668), - [anon_sym_DOT_DOT_LT] = ACTIONS(3668), - [anon_sym_null] = ACTIONS(3670), - [anon_sym_true] = ACTIONS(3672), - [anon_sym_false] = ACTIONS(3672), - [aux_sym__val_number_decimal_token1] = ACTIONS(3674), - [aux_sym__val_number_decimal_token2] = ACTIONS(3676), - [aux_sym__val_number_decimal_token3] = ACTIONS(3678), - [aux_sym__val_number_decimal_token4] = ACTIONS(3680), - [aux_sym__val_number_token1] = ACTIONS(3108), - [aux_sym__val_number_token2] = ACTIONS(3108), - [aux_sym__val_number_token3] = ACTIONS(3108), - [aux_sym__val_number_token4] = ACTIONS(3682), - [aux_sym__val_number_token5] = ACTIONS(3682), - [aux_sym__val_number_token6] = ACTIONS(3682), - [anon_sym_0b] = ACTIONS(3112), - [anon_sym_0o] = ACTIONS(3114), - [anon_sym_0x] = ACTIONS(3114), - [sym_val_date] = ACTIONS(3684), - [anon_sym_DQUOTE] = ACTIONS(3118), - [sym__str_single_quotes] = ACTIONS(3120), - [sym__str_back_ticks] = ACTIONS(3120), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2592), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3686), + [1141] = { + [sym_expr_unary] = STATE(4316), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_parenthesized] = STATE(3956), + [sym_val_range] = STATE(4316), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(4316), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(4035), + [sym_val_variable] = STATE(3990), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3816), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(4053), + [sym__unquoted_with_expr] = STATE(4369), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1141), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(3472), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3474), + [aux_sym_expr_unary_token1] = ACTIONS(3476), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3478), + [anon_sym_DOT_DOT_LT] = ACTIONS(3478), + [anon_sym_null] = ACTIONS(3480), + [anon_sym_true] = ACTIONS(3482), + [anon_sym_false] = ACTIONS(3482), + [aux_sym__val_number_decimal_token1] = ACTIONS(3484), + [aux_sym__val_number_decimal_token2] = ACTIONS(3486), + [aux_sym__val_number_decimal_token3] = ACTIONS(3488), + [aux_sym__val_number_decimal_token4] = ACTIONS(3490), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3492), + [aux_sym__val_number_token5] = ACTIONS(3492), + [aux_sym__val_number_token6] = ACTIONS(3492), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3494), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3124), - }, - [1200] = { - [sym_expr_parenthesized] = STATE(447), - [sym_val_range] = STATE(644), - [sym__val_range] = STATE(7422), - [sym__val_range_with_end] = STATE(7210), - [sym__value] = STATE(644), - [sym_val_nothing] = STATE(636), - [sym_val_bool] = STATE(527), - [sym_val_variable] = STATE(487), - [sym_val_number] = STATE(636), - [sym__val_number_decimal] = STATE(326), - [sym__val_number] = STATE(602), - [sym_val_duration] = STATE(636), - [sym_val_filesize] = STATE(636), - [sym_val_binary] = STATE(636), - [sym_val_string] = STATE(636), - [sym__raw_str] = STATE(640), - [sym__str_double_quotes] = STATE(640), - [sym_val_interpolated] = STATE(636), - [sym__inter_single_quotes] = STATE(603), - [sym__inter_double_quotes] = STATE(604), - [sym_val_list] = STATE(636), - [sym_val_record] = STATE(636), - [sym_val_table] = STATE(636), - [sym_val_closure] = STATE(636), - [sym__unquoted_in_record] = STATE(525), - [sym__unquoted_in_record_with_expr] = STATE(644), - [sym__unquoted_anonymous_prefix] = STATE(7006), - [sym_comment] = STATE(1200), - [anon_sym_LBRACK] = ACTIONS(3752), - [anon_sym_LPAREN] = ACTIONS(3754), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_LBRACE] = ACTIONS(3756), - [anon_sym_DOT_DOT] = ACTIONS(3758), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3760), - [anon_sym_DOT_DOT_LT] = ACTIONS(3760), - [anon_sym_null] = ACTIONS(3762), - [anon_sym_true] = ACTIONS(3764), - [anon_sym_false] = ACTIONS(3764), - [aux_sym__val_number_decimal_token1] = ACTIONS(3766), - [aux_sym__val_number_decimal_token2] = ACTIONS(3768), - [aux_sym__val_number_decimal_token3] = ACTIONS(3770), - [aux_sym__val_number_decimal_token4] = ACTIONS(3772), - [aux_sym__val_number_token1] = ACTIONS(3774), - [aux_sym__val_number_token2] = ACTIONS(3774), - [aux_sym__val_number_token3] = ACTIONS(3774), - [aux_sym__val_number_token4] = ACTIONS(3776), - [aux_sym__val_number_token5] = ACTIONS(3776), - [aux_sym__val_number_token6] = ACTIONS(3776), - [anon_sym_0b] = ACTIONS(3778), - [anon_sym_0o] = ACTIONS(3780), - [anon_sym_0x] = ACTIONS(3780), - [sym_val_date] = ACTIONS(3782), - [anon_sym_DQUOTE] = ACTIONS(3784), - [sym__str_single_quotes] = ACTIONS(3786), - [sym__str_back_ticks] = ACTIONS(3786), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3790), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3792), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3794), - }, - [1201] = { - [sym_expr_parenthesized] = STATE(489), - [sym_val_range] = STATE(680), - [sym__val_range] = STATE(7422), - [sym__val_range_with_end] = STATE(7210), - [sym__value] = STATE(680), - [sym_val_nothing] = STATE(636), - [sym_val_bool] = STATE(527), - [sym_val_variable] = STATE(487), - [sym_val_number] = STATE(636), - [sym__val_number_decimal] = STATE(326), - [sym__val_number] = STATE(602), - [sym_val_duration] = STATE(636), - [sym_val_filesize] = STATE(636), - [sym_val_binary] = STATE(636), - [sym_val_string] = STATE(636), - [sym__raw_str] = STATE(640), - [sym__str_double_quotes] = STATE(640), - [sym_val_interpolated] = STATE(636), - [sym__inter_single_quotes] = STATE(603), - [sym__inter_double_quotes] = STATE(604), - [sym_val_list] = STATE(636), - [sym_val_record] = STATE(636), - [sym_val_table] = STATE(636), - [sym_val_closure] = STATE(636), - [sym__unquoted_in_record] = STATE(551), - [sym__unquoted_in_record_with_expr] = STATE(680), - [sym__unquoted_anonymous_prefix] = STATE(7006), - [sym_comment] = STATE(1201), - [anon_sym_LBRACK] = ACTIONS(3752), - [anon_sym_LPAREN] = ACTIONS(3754), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_LBRACE] = ACTIONS(3756), - [anon_sym_DOT_DOT] = ACTIONS(3758), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3760), - [anon_sym_DOT_DOT_LT] = ACTIONS(3760), - [anon_sym_null] = ACTIONS(3762), - [anon_sym_true] = ACTIONS(3764), - [anon_sym_false] = ACTIONS(3764), - [aux_sym__val_number_decimal_token1] = ACTIONS(3766), - [aux_sym__val_number_decimal_token2] = ACTIONS(3768), - [aux_sym__val_number_decimal_token3] = ACTIONS(3770), - [aux_sym__val_number_decimal_token4] = ACTIONS(3772), - [aux_sym__val_number_token1] = ACTIONS(3774), - [aux_sym__val_number_token2] = ACTIONS(3774), - [aux_sym__val_number_token3] = ACTIONS(3774), - [aux_sym__val_number_token4] = ACTIONS(3776), - [aux_sym__val_number_token5] = ACTIONS(3776), - [aux_sym__val_number_token6] = ACTIONS(3776), - [anon_sym_0b] = ACTIONS(3778), - [anon_sym_0o] = ACTIONS(3780), - [anon_sym_0x] = ACTIONS(3780), - [sym_val_date] = ACTIONS(3782), - [anon_sym_DQUOTE] = ACTIONS(3784), - [sym__str_single_quotes] = ACTIONS(3786), - [sym__str_back_ticks] = ACTIONS(3786), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3790), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3792), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3794), - }, - [1202] = { - [sym_expr_parenthesized] = STATE(446), - [sym_val_range] = STATE(682), - [sym__val_range] = STATE(7422), - [sym__val_range_with_end] = STATE(7210), - [sym__value] = STATE(682), - [sym_val_nothing] = STATE(636), - [sym_val_bool] = STATE(527), - [sym_val_variable] = STATE(487), - [sym_val_number] = STATE(636), - [sym__val_number_decimal] = STATE(326), - [sym__val_number] = STATE(602), - [sym_val_duration] = STATE(636), - [sym_val_filesize] = STATE(636), - [sym_val_binary] = STATE(636), - [sym_val_string] = STATE(636), - [sym__raw_str] = STATE(640), - [sym__str_double_quotes] = STATE(640), - [sym_val_interpolated] = STATE(636), - [sym__inter_single_quotes] = STATE(603), - [sym__inter_double_quotes] = STATE(604), - [sym_val_list] = STATE(636), - [sym_val_record] = STATE(636), - [sym_val_table] = STATE(636), - [sym_val_closure] = STATE(636), - [sym__unquoted_in_record] = STATE(552), - [sym__unquoted_in_record_with_expr] = STATE(682), - [sym__unquoted_anonymous_prefix] = STATE(7006), - [sym_comment] = STATE(1202), - [anon_sym_LBRACK] = ACTIONS(3752), - [anon_sym_LPAREN] = ACTIONS(3754), - [anon_sym_DOLLAR] = ACTIONS(1571), - [anon_sym_LBRACE] = ACTIONS(3756), - [anon_sym_DOT_DOT] = ACTIONS(3758), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3760), - [anon_sym_DOT_DOT_LT] = ACTIONS(3760), - [anon_sym_null] = ACTIONS(3762), - [anon_sym_true] = ACTIONS(3764), - [anon_sym_false] = ACTIONS(3764), - [aux_sym__val_number_decimal_token1] = ACTIONS(3766), - [aux_sym__val_number_decimal_token2] = ACTIONS(3768), - [aux_sym__val_number_decimal_token3] = ACTIONS(3770), - [aux_sym__val_number_decimal_token4] = ACTIONS(3772), - [aux_sym__val_number_token1] = ACTIONS(3774), - [aux_sym__val_number_token2] = ACTIONS(3774), - [aux_sym__val_number_token3] = ACTIONS(3774), - [aux_sym__val_number_token4] = ACTIONS(3776), - [aux_sym__val_number_token5] = ACTIONS(3776), - [aux_sym__val_number_token6] = ACTIONS(3776), - [anon_sym_0b] = ACTIONS(3778), - [anon_sym_0o] = ACTIONS(3780), - [anon_sym_0x] = ACTIONS(3780), - [sym_val_date] = ACTIONS(3782), - [anon_sym_DQUOTE] = ACTIONS(3784), - [sym__str_single_quotes] = ACTIONS(3786), - [sym__str_back_ticks] = ACTIONS(3786), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3790), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3792), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3794), - }, - [1203] = { - [sym_expr_parenthesized] = STATE(550), - [sym_val_range] = STATE(748), - [sym__val_range] = STATE(7545), - [sym__val_range_with_end] = STATE(7329), - [sym__value] = STATE(748), - [sym_val_nothing] = STATE(712), - [sym_val_bool] = STATE(599), - [sym_val_variable] = STATE(506), - [sym_val_number] = STATE(712), - [sym__val_number_decimal] = STATE(346), - [sym__val_number] = STATE(725), - [sym_val_duration] = STATE(712), - [sym_val_filesize] = STATE(712), - [sym_val_binary] = STATE(712), - [sym_val_string] = STATE(712), - [sym__raw_str] = STATE(754), - [sym__str_double_quotes] = STATE(754), - [sym_val_interpolated] = STATE(712), - [sym__inter_single_quotes] = STATE(727), - [sym__inter_double_quotes] = STATE(728), - [sym_val_list] = STATE(712), - [sym_val_record] = STATE(712), - [sym_val_table] = STATE(712), - [sym_val_closure] = STATE(712), - [sym__unquoted_in_record] = STATE(593), - [sym__unquoted_in_record_with_expr] = STATE(748), - [sym__unquoted_anonymous_prefix] = STATE(6633), - [sym_comment] = STATE(1203), - [anon_sym_LBRACK] = ACTIONS(3706), - [anon_sym_LPAREN] = ACTIONS(3708), - [anon_sym_DOLLAR] = ACTIONS(3710), - [anon_sym_LBRACE] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), - [anon_sym_DOT_DOT_LT] = ACTIONS(3716), - [anon_sym_null] = ACTIONS(3718), - [anon_sym_true] = ACTIONS(3720), - [anon_sym_false] = ACTIONS(3720), - [aux_sym__val_number_decimal_token1] = ACTIONS(3722), - [aux_sym__val_number_decimal_token2] = ACTIONS(3724), - [aux_sym__val_number_decimal_token3] = ACTIONS(3726), - [aux_sym__val_number_decimal_token4] = ACTIONS(3728), - [aux_sym__val_number_token1] = ACTIONS(3730), - [aux_sym__val_number_token2] = ACTIONS(3730), - [aux_sym__val_number_token3] = ACTIONS(3730), - [aux_sym__val_number_token4] = ACTIONS(3732), - [aux_sym__val_number_token5] = ACTIONS(3732), - [aux_sym__val_number_token6] = ACTIONS(3732), - [anon_sym_0b] = ACTIONS(3734), - [anon_sym_0o] = ACTIONS(3736), - [anon_sym_0x] = ACTIONS(3736), - [sym_val_date] = ACTIONS(3738), - [anon_sym_DQUOTE] = ACTIONS(3740), - [sym__str_single_quotes] = ACTIONS(3742), - [sym__str_back_ticks] = ACTIONS(3742), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3744), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3746), - [anon_sym_err_GT] = ACTIONS(3582), - [anon_sym_out_GT] = ACTIONS(3582), - [anon_sym_e_GT] = ACTIONS(3582), - [anon_sym_o_GT] = ACTIONS(3582), - [anon_sym_err_PLUSout_GT] = ACTIONS(3582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3582), - [anon_sym_o_PLUSe_GT] = ACTIONS(3582), - [anon_sym_e_PLUSo_GT] = ACTIONS(3582), - [anon_sym_err_GT_GT] = ACTIONS(3584), - [anon_sym_out_GT_GT] = ACTIONS(3584), - [anon_sym_e_GT_GT] = ACTIONS(3584), - [anon_sym_o_GT_GT] = ACTIONS(3584), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3584), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3584), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3584), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3584), - [aux_sym__unquoted_in_record_token1] = ACTIONS(3748), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3750), - }, - [1204] = { - [sym_comment] = STATE(1204), - [ts_builtin_sym_end] = ACTIONS(1665), - [anon_sym_STAR_STAR] = ACTIONS(3058), - [anon_sym_PLUS_PLUS] = ACTIONS(3058), - [anon_sym_STAR] = ACTIONS(3060), - [anon_sym_SLASH] = ACTIONS(3060), - [anon_sym_mod] = ACTIONS(3058), - [anon_sym_SLASH_SLASH] = ACTIONS(3058), - [anon_sym_PLUS] = ACTIONS(3060), - [anon_sym_DASH] = ACTIONS(3058), - [anon_sym_bit_DASHshl] = ACTIONS(3058), - [anon_sym_bit_DASHshr] = ACTIONS(3058), - [anon_sym_EQ_TILDE] = ACTIONS(3058), - [anon_sym_BANG_TILDE] = ACTIONS(3058), - [anon_sym_bit_DASHand] = ACTIONS(3058), - [anon_sym_bit_DASHxor] = ACTIONS(3058), - [anon_sym_bit_DASHor] = ACTIONS(3058), - [anon_sym_and] = ACTIONS(3058), - [anon_sym_xor] = ACTIONS(3058), - [anon_sym_or] = ACTIONS(3058), - [anon_sym_in] = ACTIONS(3058), - [anon_sym_not_DASHin] = ACTIONS(3058), - [anon_sym_starts_DASHwith] = ACTIONS(3058), - [anon_sym_ends_DASHwith] = ACTIONS(3058), - [anon_sym_EQ_EQ] = ACTIONS(3058), - [anon_sym_BANG_EQ] = ACTIONS(3058), - [anon_sym_LT] = ACTIONS(3060), - [anon_sym_LT_EQ] = ACTIONS(3058), - [anon_sym_GT] = ACTIONS(3060), - [anon_sym_GT_EQ] = ACTIONS(3058), - [aux_sym_cmd_identifier_token41] = ACTIONS(3062), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3064), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3066), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3066), - [sym_filesize_unit] = ACTIONS(3796), - [sym_duration_unit] = ACTIONS(3798), - [anon_sym_POUND] = ACTIONS(3), - }, - [1205] = { - [sym_comment] = STATE(1205), - [ts_builtin_sym_end] = ACTIONS(1625), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1206] = { - [sym_comment] = STATE(1206), - [ts_builtin_sym_end] = ACTIONS(1711), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1207] = { - [sym_comment] = STATE(1207), - [ts_builtin_sym_end] = ACTIONS(1725), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_POUND] = ACTIONS(3), - }, - [1208] = { - [sym_comment] = STATE(1208), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3664), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1209] = { - [sym_comment] = STATE(1209), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_SEMI] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_POUND] = ACTIONS(3), - }, - [1210] = { - [sym_comment] = STATE(1210), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_SEMI] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [1211] = { - [sym_comment] = STATE(1211), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_SEMI] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_POUND] = ACTIONS(3), - }, - [1212] = { - [sym_comment] = STATE(1212), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_SEMI] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(123), }, - [1213] = { - [sym_comment] = STATE(1213), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_SEMI] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3800), - [sym_duration_unit] = ACTIONS(3802), + [1142] = { + [sym_comment] = STATE(1142), + [aux_sym_ctrl_do_parenthesized_repeat2] = STATE(1142), + [aux_sym_cmd_identifier_token1] = ACTIONS(3496), + [aux_sym_cmd_identifier_token2] = ACTIONS(3496), + [aux_sym_cmd_identifier_token3] = ACTIONS(3496), + [aux_sym_cmd_identifier_token4] = ACTIONS(3496), + [aux_sym_cmd_identifier_token5] = ACTIONS(3496), + [aux_sym_cmd_identifier_token6] = ACTIONS(3496), + [aux_sym_cmd_identifier_token7] = ACTIONS(3496), + [aux_sym_cmd_identifier_token8] = ACTIONS(3496), + [aux_sym_cmd_identifier_token9] = ACTIONS(3496), + [aux_sym_cmd_identifier_token10] = ACTIONS(3496), + [aux_sym_cmd_identifier_token11] = ACTIONS(3496), + [aux_sym_cmd_identifier_token12] = ACTIONS(3496), + [aux_sym_cmd_identifier_token13] = ACTIONS(3496), + [aux_sym_cmd_identifier_token14] = ACTIONS(3496), + [aux_sym_cmd_identifier_token15] = ACTIONS(3496), + [aux_sym_cmd_identifier_token16] = ACTIONS(3496), + [aux_sym_cmd_identifier_token17] = ACTIONS(3496), + [aux_sym_cmd_identifier_token18] = ACTIONS(3496), + [aux_sym_cmd_identifier_token19] = ACTIONS(3496), + [aux_sym_cmd_identifier_token20] = ACTIONS(3496), + [aux_sym_cmd_identifier_token21] = ACTIONS(3496), + [aux_sym_cmd_identifier_token22] = ACTIONS(3496), + [aux_sym_cmd_identifier_token23] = ACTIONS(3496), + [aux_sym_cmd_identifier_token24] = ACTIONS(3496), + [aux_sym_cmd_identifier_token25] = ACTIONS(3496), + [aux_sym_cmd_identifier_token26] = ACTIONS(3496), + [aux_sym_cmd_identifier_token27] = ACTIONS(3496), + [aux_sym_cmd_identifier_token28] = ACTIONS(3496), + [aux_sym_cmd_identifier_token29] = ACTIONS(3496), + [aux_sym_cmd_identifier_token30] = ACTIONS(3496), + [aux_sym_cmd_identifier_token31] = ACTIONS(3496), + [aux_sym_cmd_identifier_token32] = ACTIONS(3496), + [aux_sym_cmd_identifier_token33] = ACTIONS(3496), + [aux_sym_cmd_identifier_token34] = ACTIONS(3496), + [aux_sym_cmd_identifier_token35] = ACTIONS(3496), + [aux_sym_cmd_identifier_token36] = ACTIONS(3496), + [aux_sym_cmd_identifier_token37] = ACTIONS(3496), + [aux_sym_cmd_identifier_token38] = ACTIONS(3496), + [aux_sym_cmd_identifier_token39] = ACTIONS(3496), + [aux_sym_cmd_identifier_token40] = ACTIONS(3496), + [sym__newline] = ACTIONS(3498), + [sym__space] = ACTIONS(3501), + [anon_sym_LBRACK] = ACTIONS(3496), + [anon_sym_LPAREN] = ACTIONS(3496), + [anon_sym_DOLLAR] = ACTIONS(3496), + [anon_sym_DASH2] = ACTIONS(3496), + [anon_sym_LBRACE] = ACTIONS(3496), + [anon_sym_DOT_DOT] = ACTIONS(3496), + [aux_sym_expr_unary_token1] = ACTIONS(3496), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3496), + [anon_sym_DOT_DOT_LT] = ACTIONS(3496), + [anon_sym_null] = ACTIONS(3496), + [anon_sym_true] = ACTIONS(3496), + [anon_sym_false] = ACTIONS(3496), + [aux_sym__val_number_decimal_token1] = ACTIONS(3496), + [aux_sym__val_number_decimal_token2] = ACTIONS(3496), + [aux_sym__val_number_decimal_token3] = ACTIONS(3496), + [aux_sym__val_number_decimal_token4] = ACTIONS(3496), + [aux_sym__val_number_token1] = ACTIONS(3496), + [aux_sym__val_number_token2] = ACTIONS(3496), + [aux_sym__val_number_token3] = ACTIONS(3496), + [aux_sym__val_number_token4] = ACTIONS(3496), + [aux_sym__val_number_token5] = ACTIONS(3496), + [aux_sym__val_number_token6] = ACTIONS(3496), + [anon_sym_0b] = ACTIONS(3496), + [anon_sym_0o] = ACTIONS(3496), + [anon_sym_0x] = ACTIONS(3496), + [sym_val_date] = ACTIONS(3496), + [anon_sym_DQUOTE] = ACTIONS(3496), + [sym__str_single_quotes] = ACTIONS(3496), + [sym__str_back_ticks] = ACTIONS(3496), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3496), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3496), + [aux_sym_env_var_token1] = ACTIONS(3496), + [anon_sym_CARET] = ACTIONS(3496), + [aux_sym_command_token1] = ACTIONS(3496), [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3504), }, - [1214] = { - [sym_match_arm] = STATE(6855), - [sym_default_arm] = STATE(6855), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1214), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1143] = { + [sym_expr_unary] = STATE(4140), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_parenthesized] = STATE(3899), + [sym_val_range] = STATE(4140), + [sym__val_range] = STATE(7439), + [sym__val_range_with_end] = STATE(7317), + [sym__value] = STATE(4140), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(4002), + [sym_val_variable] = STATE(3931), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3799), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(3999), + [sym__unquoted_with_expr] = STATE(4154), + [sym__unquoted_anonymous_prefix] = STATE(7204), + [sym_comment] = STATE(1143), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3440), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(3442), + [aux_sym_expr_unary_token1] = ACTIONS(3444), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3446), + [anon_sym_DOT_DOT_LT] = ACTIONS(3446), + [anon_sym_null] = ACTIONS(3448), + [anon_sym_true] = ACTIONS(3450), + [anon_sym_false] = ACTIONS(3450), + [aux_sym__val_number_decimal_token1] = ACTIONS(3452), + [aux_sym__val_number_decimal_token2] = ACTIONS(3454), + [aux_sym__val_number_decimal_token3] = ACTIONS(3456), + [aux_sym__val_number_decimal_token4] = ACTIONS(3458), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3460), + [aux_sym__val_number_token5] = ACTIONS(3460), + [aux_sym__val_number_token6] = ACTIONS(3460), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3462), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1215] = { - [sym_match_arm] = STATE(7321), - [sym_default_arm] = STATE(7321), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1215), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3804), - [anon_sym_LPAREN] = ACTIONS(3807), - [anon_sym_DOLLAR] = ACTIONS(3810), - [anon_sym_LBRACE] = ACTIONS(3813), - [anon_sym__] = ACTIONS(3816), - [anon_sym_DOT_DOT] = ACTIONS(3819), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3822), - [anon_sym_DOT_DOT_LT] = ACTIONS(3822), - [anon_sym_null] = ACTIONS(3825), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [aux_sym__val_number_decimal_token1] = ACTIONS(3831), - [aux_sym__val_number_decimal_token2] = ACTIONS(3834), - [aux_sym__val_number_decimal_token3] = ACTIONS(3837), - [aux_sym__val_number_decimal_token4] = ACTIONS(3840), - [aux_sym__val_number_token1] = ACTIONS(3843), - [aux_sym__val_number_token2] = ACTIONS(3843), - [aux_sym__val_number_token3] = ACTIONS(3843), - [aux_sym__val_number_token4] = ACTIONS(3846), - [aux_sym__val_number_token5] = ACTIONS(3846), - [aux_sym__val_number_token6] = ACTIONS(3846), - [anon_sym_0b] = ACTIONS(3849), - [anon_sym_0o] = ACTIONS(3852), - [anon_sym_0x] = ACTIONS(3852), - [sym_val_date] = ACTIONS(3855), - [anon_sym_DQUOTE] = ACTIONS(3858), - [sym__str_single_quotes] = ACTIONS(3861), - [sym__str_back_ticks] = ACTIONS(3861), - [anon_sym_err_GT] = ACTIONS(3864), - [anon_sym_out_GT] = ACTIONS(3864), - [anon_sym_e_GT] = ACTIONS(3864), - [anon_sym_o_GT] = ACTIONS(3864), - [anon_sym_err_PLUSout_GT] = ACTIONS(3864), - [anon_sym_out_PLUSerr_GT] = ACTIONS(3864), - [anon_sym_o_PLUSe_GT] = ACTIONS(3864), - [anon_sym_e_PLUSo_GT] = ACTIONS(3864), - [anon_sym_err_GT_GT] = ACTIONS(3867), - [anon_sym_out_GT_GT] = ACTIONS(3867), - [anon_sym_e_GT_GT] = ACTIONS(3867), - [anon_sym_o_GT_GT] = ACTIONS(3867), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3867), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3867), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3867), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3867), - [aux_sym_unquoted_token1] = ACTIONS(3870), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3873), + [1144] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1144), + [sym__newline] = ACTIONS(3400), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), + [anon_sym_LBRACK] = ACTIONS(155), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3506), + [anon_sym_match] = ACTIONS(3406), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(3408), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(227), + [aux_sym__val_number_token5] = ACTIONS(227), + [aux_sym__val_number_token6] = ACTIONS(227), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(235), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), }, - [1216] = { - [sym_match_arm] = STATE(6891), - [sym_default_arm] = STATE(6891), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1216), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1145] = { + [sym_expr_unary] = STATE(4306), + [sym__expr_unary_minus] = STATE(2545), + [sym_expr_parenthesized] = STATE(4014), + [sym_val_range] = STATE(4306), + [sym__val_range] = STATE(7581), + [sym__val_range_with_end] = STATE(7299), + [sym__value] = STATE(4306), + [sym_val_nothing] = STATE(2448), + [sym_val_bool] = STATE(4035), + [sym_val_variable] = STATE(3990), + [sym_val_number] = STATE(2448), + [sym__val_number_decimal] = STATE(3816), + [sym__val_number] = STATE(2544), + [sym_val_duration] = STATE(2448), + [sym_val_filesize] = STATE(2448), + [sym_val_binary] = STATE(2448), + [sym_val_string] = STATE(2448), + [sym__raw_str] = STATE(1720), + [sym__str_double_quotes] = STATE(1720), + [sym_val_interpolated] = STATE(2448), + [sym__inter_single_quotes] = STATE(2550), + [sym__inter_double_quotes] = STATE(2552), + [sym_val_list] = STATE(2448), + [sym_val_record] = STATE(2448), + [sym_val_table] = STATE(2448), + [sym_val_closure] = STATE(2448), + [sym_unquoted] = STATE(4105), + [sym__unquoted_with_expr] = STATE(4314), + [sym__unquoted_anonymous_prefix] = STATE(6774), + [sym_comment] = STATE(1145), + [anon_sym_LBRACK] = ACTIONS(37), + [anon_sym_LPAREN] = ACTIONS(39), + [anon_sym_DOLLAR] = ACTIONS(3472), + [anon_sym_DASH2] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(63), + [anon_sym_DOT_DOT] = ACTIONS(3474), + [aux_sym_expr_unary_token1] = ACTIONS(3476), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3478), + [anon_sym_DOT_DOT_LT] = ACTIONS(3478), + [anon_sym_null] = ACTIONS(3480), + [anon_sym_true] = ACTIONS(3482), + [anon_sym_false] = ACTIONS(3482), + [aux_sym__val_number_decimal_token1] = ACTIONS(3484), + [aux_sym__val_number_decimal_token2] = ACTIONS(3486), + [aux_sym__val_number_decimal_token3] = ACTIONS(3488), + [aux_sym__val_number_decimal_token4] = ACTIONS(3490), + [aux_sym__val_number_token1] = ACTIONS(99), + [aux_sym__val_number_token2] = ACTIONS(99), + [aux_sym__val_number_token3] = ACTIONS(99), + [aux_sym__val_number_token4] = ACTIONS(3492), + [aux_sym__val_number_token5] = ACTIONS(3492), + [aux_sym__val_number_token6] = ACTIONS(3492), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(105), + [anon_sym_0x] = ACTIONS(105), + [sym_val_date] = ACTIONS(3494), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(111), + [sym__str_back_ticks] = ACTIONS(111), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(113), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(115), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3358), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(123), + }, + [1146] = { + [sym_comment] = STATE(1146), + [aux_sym_pipe_element_repeat1] = STATE(1148), + [aux_sym_cmd_identifier_token1] = ACTIONS(3508), + [aux_sym_cmd_identifier_token2] = ACTIONS(3508), + [aux_sym_cmd_identifier_token3] = ACTIONS(3508), + [aux_sym_cmd_identifier_token4] = ACTIONS(3508), + [aux_sym_cmd_identifier_token5] = ACTIONS(3508), + [aux_sym_cmd_identifier_token6] = ACTIONS(3508), + [aux_sym_cmd_identifier_token7] = ACTIONS(3508), + [aux_sym_cmd_identifier_token8] = ACTIONS(3508), + [aux_sym_cmd_identifier_token9] = ACTIONS(3508), + [aux_sym_cmd_identifier_token10] = ACTIONS(3508), + [aux_sym_cmd_identifier_token11] = ACTIONS(3508), + [aux_sym_cmd_identifier_token12] = ACTIONS(3508), + [aux_sym_cmd_identifier_token13] = ACTIONS(3508), + [aux_sym_cmd_identifier_token14] = ACTIONS(3508), + [aux_sym_cmd_identifier_token15] = ACTIONS(3508), + [aux_sym_cmd_identifier_token16] = ACTIONS(3508), + [aux_sym_cmd_identifier_token17] = ACTIONS(3508), + [aux_sym_cmd_identifier_token18] = ACTIONS(3508), + [aux_sym_cmd_identifier_token19] = ACTIONS(3508), + [aux_sym_cmd_identifier_token20] = ACTIONS(3508), + [aux_sym_cmd_identifier_token21] = ACTIONS(3508), + [aux_sym_cmd_identifier_token22] = ACTIONS(3508), + [aux_sym_cmd_identifier_token23] = ACTIONS(3508), + [aux_sym_cmd_identifier_token24] = ACTIONS(3508), + [aux_sym_cmd_identifier_token25] = ACTIONS(3508), + [aux_sym_cmd_identifier_token26] = ACTIONS(3508), + [aux_sym_cmd_identifier_token27] = ACTIONS(3508), + [aux_sym_cmd_identifier_token28] = ACTIONS(3508), + [aux_sym_cmd_identifier_token29] = ACTIONS(3508), + [aux_sym_cmd_identifier_token30] = ACTIONS(3508), + [aux_sym_cmd_identifier_token31] = ACTIONS(3508), + [aux_sym_cmd_identifier_token32] = ACTIONS(3508), + [aux_sym_cmd_identifier_token33] = ACTIONS(3508), + [aux_sym_cmd_identifier_token34] = ACTIONS(3508), + [aux_sym_cmd_identifier_token35] = ACTIONS(3508), + [aux_sym_cmd_identifier_token36] = ACTIONS(3508), + [aux_sym_cmd_identifier_token37] = ACTIONS(3508), + [aux_sym_cmd_identifier_token38] = ACTIONS(3508), + [aux_sym_cmd_identifier_token39] = ACTIONS(3508), + [aux_sym_cmd_identifier_token40] = ACTIONS(3508), + [sym__space] = ACTIONS(3510), + [anon_sym_LBRACK] = ACTIONS(3508), + [anon_sym_LPAREN] = ACTIONS(3508), + [anon_sym_DOLLAR] = ACTIONS(3508), + [anon_sym_DASH2] = ACTIONS(3508), + [anon_sym_LBRACE] = ACTIONS(3508), + [anon_sym_DOT_DOT] = ACTIONS(3508), + [aux_sym_expr_unary_token1] = ACTIONS(3508), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3508), + [anon_sym_DOT_DOT_LT] = ACTIONS(3508), + [anon_sym_null] = ACTIONS(3508), + [anon_sym_true] = ACTIONS(3508), + [anon_sym_false] = ACTIONS(3508), + [aux_sym__val_number_decimal_token1] = ACTIONS(3508), + [aux_sym__val_number_decimal_token2] = ACTIONS(3508), + [aux_sym__val_number_decimal_token3] = ACTIONS(3508), + [aux_sym__val_number_decimal_token4] = ACTIONS(3508), + [aux_sym__val_number_token1] = ACTIONS(3508), + [aux_sym__val_number_token2] = ACTIONS(3508), + [aux_sym__val_number_token3] = ACTIONS(3508), + [aux_sym__val_number_token4] = ACTIONS(3508), + [aux_sym__val_number_token5] = ACTIONS(3508), + [aux_sym__val_number_token6] = ACTIONS(3508), + [anon_sym_0b] = ACTIONS(3508), + [anon_sym_0o] = ACTIONS(3508), + [anon_sym_0x] = ACTIONS(3508), + [sym_val_date] = ACTIONS(3508), + [anon_sym_DQUOTE] = ACTIONS(3508), + [sym__str_single_quotes] = ACTIONS(3508), + [sym__str_back_ticks] = ACTIONS(3508), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3508), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3508), + [aux_sym_env_var_token1] = ACTIONS(3508), + [anon_sym_CARET] = ACTIONS(3508), + [aux_sym_command_token1] = ACTIONS(3508), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3512), + }, + [1147] = { + [sym_ctrl_do] = STATE(4623), + [sym_ctrl_if] = STATE(4623), + [sym_ctrl_match] = STATE(4623), + [sym_ctrl_try] = STATE(4623), + [sym__expression] = STATE(4623), + [sym_expr_unary] = STATE(2089), + [sym__expr_unary_minus] = STATE(2090), + [sym_expr_binary] = STATE(2089), + [sym__expr_binary_expression] = STATE(3758), + [sym_expr_parenthesized] = STATE(1891), + [sym_val_range] = STATE(2089), + [sym__value] = STATE(2089), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(2131), + [sym_val_variable] = STATE(1894), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(3124), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_comment] = STATE(1147), + [sym__newline] = ACTIONS(3400), + [anon_sym_PIPE] = ACTIONS(3400), + [anon_sym_err_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_GT_PIPE] = ACTIONS(3400), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(3400), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(3400), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(3400), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(3400), + [anon_sym_LBRACK] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(1022), + [anon_sym_DASH2] = ACTIONS(381), + [anon_sym_do] = ACTIONS(3402), + [anon_sym_if] = ACTIONS(3514), + [anon_sym_match] = ACTIONS(3406), + [anon_sym_LBRACE] = ACTIONS(183), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_try] = ACTIONS(3408), + [aux_sym_expr_unary_token1] = ACTIONS(205), + [anon_sym_DOT_DOT_EQ] = ACTIONS(211), + [anon_sym_DOT_DOT_LT] = ACTIONS(211), + [anon_sym_null] = ACTIONS(3410), + [anon_sym_true] = ACTIONS(3412), + [anon_sym_false] = ACTIONS(3412), + [aux_sym__val_number_decimal_token1] = ACTIONS(3414), + [aux_sym__val_number_decimal_token2] = ACTIONS(3416), + [aux_sym__val_number_decimal_token3] = ACTIONS(3418), + [aux_sym__val_number_decimal_token4] = ACTIONS(3420), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(227), + [aux_sym__val_number_token5] = ACTIONS(227), + [aux_sym__val_number_token6] = ACTIONS(227), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(235), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1217] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7759), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2932), - [sym_val_range] = STATE(3151), - [sym__val_range] = STATE(7478), - [sym_val_nothing] = STATE(3156), - [sym_val_bool] = STATE(3060), - [sym_val_variable] = STATE(2899), - [sym_val_number] = STATE(3156), - [sym__val_number_decimal] = STATE(2706), - [sym__val_number] = STATE(3188), - [sym_val_duration] = STATE(3156), - [sym_val_filesize] = STATE(3156), - [sym_val_binary] = STATE(3156), - [sym_val_string] = STATE(3156), - [sym__raw_str] = STATE(3162), - [sym__str_double_quotes] = STATE(3162), - [sym_val_list] = STATE(7402), - [sym_val_table] = STATE(3156), - [sym__unquoted_in_list] = STATE(3134), - [sym__unquoted_anonymous_prefix] = STATE(7504), - [sym_comment] = STATE(1217), - [aux_sym_shebang_repeat1] = STATE(6596), - [aux_sym__match_pattern_list_repeat1] = STATE(1256), - [sym__newline] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3880), - [anon_sym_LPAREN] = ACTIONS(3882), - [anon_sym_DOLLAR] = ACTIONS(3884), - [anon_sym_LBRACE] = ACTIONS(3886), - [anon_sym_DOT_DOT] = ACTIONS(3888), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3890), - [anon_sym_DOT_DOT_LT] = ACTIONS(3890), - [anon_sym_null] = ACTIONS(3892), - [anon_sym_true] = ACTIONS(3894), - [anon_sym_false] = ACTIONS(3894), - [aux_sym__val_number_decimal_token1] = ACTIONS(3896), - [aux_sym__val_number_decimal_token2] = ACTIONS(3898), - [aux_sym__val_number_decimal_token3] = ACTIONS(3900), - [aux_sym__val_number_decimal_token4] = ACTIONS(3902), - [aux_sym__val_number_token1] = ACTIONS(3904), - [aux_sym__val_number_token2] = ACTIONS(3904), - [aux_sym__val_number_token3] = ACTIONS(3904), - [aux_sym__val_number_token4] = ACTIONS(3906), - [aux_sym__val_number_token5] = ACTIONS(3906), - [aux_sym__val_number_token6] = ACTIONS(3906), - [anon_sym_0b] = ACTIONS(3908), - [anon_sym_0o] = ACTIONS(3910), - [anon_sym_0x] = ACTIONS(3910), - [sym_val_date] = ACTIONS(3912), - [anon_sym_DQUOTE] = ACTIONS(3914), - [sym__str_single_quotes] = ACTIONS(3916), - [sym__str_back_ticks] = ACTIONS(3916), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3918), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3920), + [1148] = { + [sym_comment] = STATE(1148), + [aux_sym_pipe_element_repeat1] = STATE(1148), + [aux_sym_cmd_identifier_token1] = ACTIONS(3516), + [aux_sym_cmd_identifier_token2] = ACTIONS(3516), + [aux_sym_cmd_identifier_token3] = ACTIONS(3516), + [aux_sym_cmd_identifier_token4] = ACTIONS(3516), + [aux_sym_cmd_identifier_token5] = ACTIONS(3516), + [aux_sym_cmd_identifier_token6] = ACTIONS(3516), + [aux_sym_cmd_identifier_token7] = ACTIONS(3516), + [aux_sym_cmd_identifier_token8] = ACTIONS(3516), + [aux_sym_cmd_identifier_token9] = ACTIONS(3516), + [aux_sym_cmd_identifier_token10] = ACTIONS(3516), + [aux_sym_cmd_identifier_token11] = ACTIONS(3516), + [aux_sym_cmd_identifier_token12] = ACTIONS(3516), + [aux_sym_cmd_identifier_token13] = ACTIONS(3516), + [aux_sym_cmd_identifier_token14] = ACTIONS(3516), + [aux_sym_cmd_identifier_token15] = ACTIONS(3516), + [aux_sym_cmd_identifier_token16] = ACTIONS(3516), + [aux_sym_cmd_identifier_token17] = ACTIONS(3516), + [aux_sym_cmd_identifier_token18] = ACTIONS(3516), + [aux_sym_cmd_identifier_token19] = ACTIONS(3516), + [aux_sym_cmd_identifier_token20] = ACTIONS(3516), + [aux_sym_cmd_identifier_token21] = ACTIONS(3516), + [aux_sym_cmd_identifier_token22] = ACTIONS(3516), + [aux_sym_cmd_identifier_token23] = ACTIONS(3516), + [aux_sym_cmd_identifier_token24] = ACTIONS(3516), + [aux_sym_cmd_identifier_token25] = ACTIONS(3516), + [aux_sym_cmd_identifier_token26] = ACTIONS(3516), + [aux_sym_cmd_identifier_token27] = ACTIONS(3516), + [aux_sym_cmd_identifier_token28] = ACTIONS(3516), + [aux_sym_cmd_identifier_token29] = ACTIONS(3516), + [aux_sym_cmd_identifier_token30] = ACTIONS(3516), + [aux_sym_cmd_identifier_token31] = ACTIONS(3516), + [aux_sym_cmd_identifier_token32] = ACTIONS(3516), + [aux_sym_cmd_identifier_token33] = ACTIONS(3516), + [aux_sym_cmd_identifier_token34] = ACTIONS(3516), + [aux_sym_cmd_identifier_token35] = ACTIONS(3516), + [aux_sym_cmd_identifier_token36] = ACTIONS(3516), + [aux_sym_cmd_identifier_token37] = ACTIONS(3516), + [aux_sym_cmd_identifier_token38] = ACTIONS(3516), + [aux_sym_cmd_identifier_token39] = ACTIONS(3516), + [aux_sym_cmd_identifier_token40] = ACTIONS(3516), + [sym__space] = ACTIONS(3518), + [anon_sym_LBRACK] = ACTIONS(3516), + [anon_sym_LPAREN] = ACTIONS(3516), + [anon_sym_DOLLAR] = ACTIONS(3516), + [anon_sym_DASH2] = ACTIONS(3516), + [anon_sym_LBRACE] = ACTIONS(3516), + [anon_sym_DOT_DOT] = ACTIONS(3516), + [aux_sym_expr_unary_token1] = ACTIONS(3516), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3516), + [anon_sym_DOT_DOT_LT] = ACTIONS(3516), + [anon_sym_null] = ACTIONS(3516), + [anon_sym_true] = ACTIONS(3516), + [anon_sym_false] = ACTIONS(3516), + [aux_sym__val_number_decimal_token1] = ACTIONS(3516), + [aux_sym__val_number_decimal_token2] = ACTIONS(3516), + [aux_sym__val_number_decimal_token3] = ACTIONS(3516), + [aux_sym__val_number_decimal_token4] = ACTIONS(3516), + [aux_sym__val_number_token1] = ACTIONS(3516), + [aux_sym__val_number_token2] = ACTIONS(3516), + [aux_sym__val_number_token3] = ACTIONS(3516), + [aux_sym__val_number_token4] = ACTIONS(3516), + [aux_sym__val_number_token5] = ACTIONS(3516), + [aux_sym__val_number_token6] = ACTIONS(3516), + [anon_sym_0b] = ACTIONS(3516), + [anon_sym_0o] = ACTIONS(3516), + [anon_sym_0x] = ACTIONS(3516), + [sym_val_date] = ACTIONS(3516), + [anon_sym_DQUOTE] = ACTIONS(3516), + [sym__str_single_quotes] = ACTIONS(3516), + [sym__str_back_ticks] = ACTIONS(3516), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3516), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3516), + [aux_sym_env_var_token1] = ACTIONS(3516), + [anon_sym_CARET] = ACTIONS(3516), + [aux_sym_command_token1] = ACTIONS(3516), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3521), }, - [1218] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7496), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2932), - [sym_val_range] = STATE(3151), - [sym__val_range] = STATE(7478), - [sym_val_nothing] = STATE(3156), - [sym_val_bool] = STATE(3060), - [sym_val_variable] = STATE(2899), - [sym_val_number] = STATE(3156), - [sym__val_number_decimal] = STATE(2706), - [sym__val_number] = STATE(3188), - [sym_val_duration] = STATE(3156), - [sym_val_filesize] = STATE(3156), - [sym_val_binary] = STATE(3156), - [sym_val_string] = STATE(3156), - [sym__raw_str] = STATE(3162), - [sym__str_double_quotes] = STATE(3162), - [sym_val_list] = STATE(7498), - [sym_val_table] = STATE(3156), - [sym__unquoted_in_list] = STATE(3134), - [sym__unquoted_anonymous_prefix] = STATE(7504), - [sym_comment] = STATE(1218), - [aux_sym_shebang_repeat1] = STATE(6556), - [aux_sym__match_pattern_list_repeat1] = STATE(1266), - [sym__newline] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3922), - [anon_sym_LPAREN] = ACTIONS(3882), - [anon_sym_DOLLAR] = ACTIONS(3884), - [anon_sym_LBRACE] = ACTIONS(3886), - [anon_sym_DOT_DOT] = ACTIONS(3924), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3890), - [anon_sym_DOT_DOT_LT] = ACTIONS(3890), - [anon_sym_null] = ACTIONS(3892), - [anon_sym_true] = ACTIONS(3894), - [anon_sym_false] = ACTIONS(3894), - [aux_sym__val_number_decimal_token1] = ACTIONS(3896), - [aux_sym__val_number_decimal_token2] = ACTIONS(3898), - [aux_sym__val_number_decimal_token3] = ACTIONS(3900), - [aux_sym__val_number_decimal_token4] = ACTIONS(3902), - [aux_sym__val_number_token1] = ACTIONS(3904), - [aux_sym__val_number_token2] = ACTIONS(3904), - [aux_sym__val_number_token3] = ACTIONS(3904), - [aux_sym__val_number_token4] = ACTIONS(3906), - [aux_sym__val_number_token5] = ACTIONS(3906), - [aux_sym__val_number_token6] = ACTIONS(3906), - [anon_sym_0b] = ACTIONS(3908), - [anon_sym_0o] = ACTIONS(3910), - [anon_sym_0x] = ACTIONS(3910), - [sym_val_date] = ACTIONS(3912), - [anon_sym_DQUOTE] = ACTIONS(3914), - [sym__str_single_quotes] = ACTIONS(3916), - [sym__str_back_ticks] = ACTIONS(3916), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3918), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3920), + [1149] = { + [sym_env_var] = STATE(6681), + [sym_comment] = STATE(1149), + [aux_sym_pipe_element_parenthesized_repeat1] = STATE(1149), + [aux_sym_cmd_identifier_token1] = ACTIONS(3464), + [aux_sym_cmd_identifier_token2] = ACTIONS(3470), + [aux_sym_cmd_identifier_token3] = ACTIONS(3470), + [aux_sym_cmd_identifier_token4] = ACTIONS(3470), + [aux_sym_cmd_identifier_token5] = ACTIONS(3470), + [aux_sym_cmd_identifier_token6] = ACTIONS(3470), + [aux_sym_cmd_identifier_token7] = ACTIONS(3470), + [aux_sym_cmd_identifier_token8] = ACTIONS(3470), + [aux_sym_cmd_identifier_token9] = ACTIONS(3464), + [aux_sym_cmd_identifier_token10] = ACTIONS(3470), + [aux_sym_cmd_identifier_token11] = ACTIONS(3470), + [aux_sym_cmd_identifier_token12] = ACTIONS(3470), + [aux_sym_cmd_identifier_token13] = ACTIONS(3464), + [aux_sym_cmd_identifier_token14] = ACTIONS(3470), + [aux_sym_cmd_identifier_token15] = ACTIONS(3464), + [aux_sym_cmd_identifier_token16] = ACTIONS(3470), + [aux_sym_cmd_identifier_token17] = ACTIONS(3470), + [aux_sym_cmd_identifier_token18] = ACTIONS(3464), + [aux_sym_cmd_identifier_token19] = ACTIONS(3470), + [aux_sym_cmd_identifier_token20] = ACTIONS(3470), + [aux_sym_cmd_identifier_token21] = ACTIONS(3470), + [aux_sym_cmd_identifier_token22] = ACTIONS(3470), + [aux_sym_cmd_identifier_token23] = ACTIONS(3470), + [aux_sym_cmd_identifier_token24] = ACTIONS(3470), + [aux_sym_cmd_identifier_token25] = ACTIONS(3470), + [aux_sym_cmd_identifier_token26] = ACTIONS(3470), + [aux_sym_cmd_identifier_token27] = ACTIONS(3470), + [aux_sym_cmd_identifier_token28] = ACTIONS(3470), + [aux_sym_cmd_identifier_token29] = ACTIONS(3470), + [aux_sym_cmd_identifier_token30] = ACTIONS(3470), + [aux_sym_cmd_identifier_token31] = ACTIONS(3470), + [aux_sym_cmd_identifier_token32] = ACTIONS(3464), + [aux_sym_cmd_identifier_token33] = ACTIONS(3470), + [aux_sym_cmd_identifier_token34] = ACTIONS(3464), + [aux_sym_cmd_identifier_token35] = ACTIONS(3470), + [aux_sym_cmd_identifier_token36] = ACTIONS(3470), + [aux_sym_cmd_identifier_token37] = ACTIONS(3470), + [aux_sym_cmd_identifier_token38] = ACTIONS(3464), + [aux_sym_cmd_identifier_token39] = ACTIONS(3470), + [aux_sym_cmd_identifier_token40] = ACTIONS(3470), + [anon_sym_LBRACK] = ACTIONS(3470), + [anon_sym_LPAREN] = ACTIONS(3470), + [anon_sym_DOLLAR] = ACTIONS(3464), + [anon_sym_DASH2] = ACTIONS(3464), + [anon_sym_LBRACE] = ACTIONS(3470), + [anon_sym_DOT_DOT] = ACTIONS(3464), + [aux_sym_expr_unary_token1] = ACTIONS(3470), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3470), + [anon_sym_DOT_DOT_LT] = ACTIONS(3470), + [anon_sym_null] = ACTIONS(3464), + [anon_sym_true] = ACTIONS(3464), + [anon_sym_false] = ACTIONS(3464), + [aux_sym__val_number_decimal_token1] = ACTIONS(3464), + [aux_sym__val_number_decimal_token2] = ACTIONS(3470), + [aux_sym__val_number_decimal_token3] = ACTIONS(3470), + [aux_sym__val_number_decimal_token4] = ACTIONS(3470), + [aux_sym__val_number_token1] = ACTIONS(3470), + [aux_sym__val_number_token2] = ACTIONS(3470), + [aux_sym__val_number_token3] = ACTIONS(3470), + [aux_sym__val_number_token4] = ACTIONS(3464), + [aux_sym__val_number_token5] = ACTIONS(3464), + [aux_sym__val_number_token6] = ACTIONS(3464), + [anon_sym_0b] = ACTIONS(3464), + [anon_sym_0o] = ACTIONS(3464), + [anon_sym_0x] = ACTIONS(3464), + [sym_val_date] = ACTIONS(3470), + [anon_sym_DQUOTE] = ACTIONS(3470), + [sym__str_single_quotes] = ACTIONS(3470), + [sym__str_back_ticks] = ACTIONS(3470), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3470), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3470), + [aux_sym_env_var_token1] = ACTIONS(3523), + [anon_sym_CARET] = ACTIONS(3470), + [aux_sym_command_token1] = ACTIONS(3470), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3470), }, - [1219] = { - [sym_comment] = STATE(1219), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3698), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), + [1150] = { + [sym_comment] = STATE(1150), + [aux_sym_shebang_repeat1] = STATE(1150), + [aux_sym_cmd_identifier_token1] = ACTIONS(1274), + [aux_sym_cmd_identifier_token2] = ACTIONS(1276), + [aux_sym_cmd_identifier_token3] = ACTIONS(1276), + [aux_sym_cmd_identifier_token4] = ACTIONS(1276), + [aux_sym_cmd_identifier_token5] = ACTIONS(1276), + [aux_sym_cmd_identifier_token6] = ACTIONS(1276), + [aux_sym_cmd_identifier_token7] = ACTIONS(1276), + [aux_sym_cmd_identifier_token8] = ACTIONS(1276), + [aux_sym_cmd_identifier_token9] = ACTIONS(1274), + [aux_sym_cmd_identifier_token10] = ACTIONS(1276), + [aux_sym_cmd_identifier_token11] = ACTIONS(1276), + [aux_sym_cmd_identifier_token12] = ACTIONS(1276), + [aux_sym_cmd_identifier_token13] = ACTIONS(1274), + [aux_sym_cmd_identifier_token14] = ACTIONS(1276), + [aux_sym_cmd_identifier_token15] = ACTIONS(1274), + [aux_sym_cmd_identifier_token16] = ACTIONS(1276), + [aux_sym_cmd_identifier_token17] = ACTIONS(1276), + [aux_sym_cmd_identifier_token18] = ACTIONS(1274), + [aux_sym_cmd_identifier_token19] = ACTIONS(1276), + [aux_sym_cmd_identifier_token20] = ACTIONS(1276), + [aux_sym_cmd_identifier_token21] = ACTIONS(1276), + [aux_sym_cmd_identifier_token22] = ACTIONS(1276), + [aux_sym_cmd_identifier_token23] = ACTIONS(1276), + [aux_sym_cmd_identifier_token24] = ACTIONS(1276), + [aux_sym_cmd_identifier_token25] = ACTIONS(1276), + [aux_sym_cmd_identifier_token26] = ACTIONS(1276), + [aux_sym_cmd_identifier_token27] = ACTIONS(1276), + [aux_sym_cmd_identifier_token28] = ACTIONS(1276), + [aux_sym_cmd_identifier_token29] = ACTIONS(1276), + [aux_sym_cmd_identifier_token30] = ACTIONS(1276), + [aux_sym_cmd_identifier_token31] = ACTIONS(1276), + [aux_sym_cmd_identifier_token32] = ACTIONS(1274), + [aux_sym_cmd_identifier_token33] = ACTIONS(1276), + [aux_sym_cmd_identifier_token34] = ACTIONS(1274), + [aux_sym_cmd_identifier_token35] = ACTIONS(1276), + [aux_sym_cmd_identifier_token36] = ACTIONS(1276), + [aux_sym_cmd_identifier_token37] = ACTIONS(1276), + [aux_sym_cmd_identifier_token38] = ACTIONS(1274), + [aux_sym_cmd_identifier_token39] = ACTIONS(1276), + [aux_sym_cmd_identifier_token40] = ACTIONS(1276), + [sym__newline] = ACTIONS(3526), + [anon_sym_LBRACK] = ACTIONS(1276), + [anon_sym_LPAREN] = ACTIONS(1276), + [anon_sym_DOLLAR] = ACTIONS(1274), + [anon_sym_DASH2] = ACTIONS(1274), + [anon_sym_if] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1276), + [anon_sym_DOT_DOT] = ACTIONS(1274), + [aux_sym_expr_unary_token1] = ACTIONS(1276), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1276), + [anon_sym_DOT_DOT_LT] = ACTIONS(1276), + [anon_sym_null] = ACTIONS(1274), + [anon_sym_true] = ACTIONS(1274), + [anon_sym_false] = ACTIONS(1274), + [aux_sym__val_number_decimal_token1] = ACTIONS(1274), + [aux_sym__val_number_decimal_token2] = ACTIONS(1276), + [aux_sym__val_number_decimal_token3] = ACTIONS(1276), + [aux_sym__val_number_decimal_token4] = ACTIONS(1276), + [aux_sym__val_number_token1] = ACTIONS(1276), + [aux_sym__val_number_token2] = ACTIONS(1276), + [aux_sym__val_number_token3] = ACTIONS(1276), + [aux_sym__val_number_token4] = ACTIONS(1274), + [aux_sym__val_number_token5] = ACTIONS(1274), + [aux_sym__val_number_token6] = ACTIONS(1274), + [anon_sym_0b] = ACTIONS(1274), + [anon_sym_0o] = ACTIONS(1274), + [anon_sym_0x] = ACTIONS(1274), + [sym_val_date] = ACTIONS(1276), + [anon_sym_DQUOTE] = ACTIONS(1276), + [sym__str_single_quotes] = ACTIONS(1276), + [sym__str_back_ticks] = ACTIONS(1276), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1276), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1276), + [anon_sym_CARET] = ACTIONS(1276), + [aux_sym_command_token1] = ACTIONS(1276), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1276), + }, + [1151] = { + [sym_env_var] = STATE(7347), + [sym_comment] = STATE(1151), + [aux_sym_pipe_element_repeat2] = STATE(1151), + [aux_sym_cmd_identifier_token1] = ACTIONS(3508), + [aux_sym_cmd_identifier_token2] = ACTIONS(3512), + [aux_sym_cmd_identifier_token3] = ACTIONS(3512), + [aux_sym_cmd_identifier_token4] = ACTIONS(3512), + [aux_sym_cmd_identifier_token5] = ACTIONS(3512), + [aux_sym_cmd_identifier_token6] = ACTIONS(3512), + [aux_sym_cmd_identifier_token7] = ACTIONS(3512), + [aux_sym_cmd_identifier_token8] = ACTIONS(3512), + [aux_sym_cmd_identifier_token9] = ACTIONS(3508), + [aux_sym_cmd_identifier_token10] = ACTIONS(3512), + [aux_sym_cmd_identifier_token11] = ACTIONS(3512), + [aux_sym_cmd_identifier_token12] = ACTIONS(3512), + [aux_sym_cmd_identifier_token13] = ACTIONS(3508), + [aux_sym_cmd_identifier_token14] = ACTIONS(3512), + [aux_sym_cmd_identifier_token15] = ACTIONS(3508), + [aux_sym_cmd_identifier_token16] = ACTIONS(3512), + [aux_sym_cmd_identifier_token17] = ACTIONS(3512), + [aux_sym_cmd_identifier_token18] = ACTIONS(3508), + [aux_sym_cmd_identifier_token19] = ACTIONS(3512), + [aux_sym_cmd_identifier_token20] = ACTIONS(3512), + [aux_sym_cmd_identifier_token21] = ACTIONS(3512), + [aux_sym_cmd_identifier_token22] = ACTIONS(3512), + [aux_sym_cmd_identifier_token23] = ACTIONS(3512), + [aux_sym_cmd_identifier_token24] = ACTIONS(3512), + [aux_sym_cmd_identifier_token25] = ACTIONS(3512), + [aux_sym_cmd_identifier_token26] = ACTIONS(3512), + [aux_sym_cmd_identifier_token27] = ACTIONS(3512), + [aux_sym_cmd_identifier_token28] = ACTIONS(3512), + [aux_sym_cmd_identifier_token29] = ACTIONS(3512), + [aux_sym_cmd_identifier_token30] = ACTIONS(3512), + [aux_sym_cmd_identifier_token31] = ACTIONS(3512), + [aux_sym_cmd_identifier_token32] = ACTIONS(3508), + [aux_sym_cmd_identifier_token33] = ACTIONS(3512), + [aux_sym_cmd_identifier_token34] = ACTIONS(3508), + [aux_sym_cmd_identifier_token35] = ACTIONS(3512), + [aux_sym_cmd_identifier_token36] = ACTIONS(3512), + [aux_sym_cmd_identifier_token37] = ACTIONS(3512), + [aux_sym_cmd_identifier_token38] = ACTIONS(3508), + [aux_sym_cmd_identifier_token39] = ACTIONS(3512), + [aux_sym_cmd_identifier_token40] = ACTIONS(3512), + [anon_sym_LBRACK] = ACTIONS(3512), + [anon_sym_LPAREN] = ACTIONS(3512), + [anon_sym_DOLLAR] = ACTIONS(3508), + [anon_sym_DASH2] = ACTIONS(3508), + [anon_sym_LBRACE] = ACTIONS(3512), + [anon_sym_DOT_DOT] = ACTIONS(3508), + [aux_sym_expr_unary_token1] = ACTIONS(3512), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3512), + [anon_sym_DOT_DOT_LT] = ACTIONS(3512), + [anon_sym_null] = ACTIONS(3508), + [anon_sym_true] = ACTIONS(3508), + [anon_sym_false] = ACTIONS(3508), + [aux_sym__val_number_decimal_token1] = ACTIONS(3508), + [aux_sym__val_number_decimal_token2] = ACTIONS(3512), + [aux_sym__val_number_decimal_token3] = ACTIONS(3512), + [aux_sym__val_number_decimal_token4] = ACTIONS(3512), + [aux_sym__val_number_token1] = ACTIONS(3512), + [aux_sym__val_number_token2] = ACTIONS(3512), + [aux_sym__val_number_token3] = ACTIONS(3512), + [aux_sym__val_number_token4] = ACTIONS(3508), + [aux_sym__val_number_token5] = ACTIONS(3508), + [aux_sym__val_number_token6] = ACTIONS(3508), + [anon_sym_0b] = ACTIONS(3508), + [anon_sym_0o] = ACTIONS(3508), + [anon_sym_0x] = ACTIONS(3508), + [sym_val_date] = ACTIONS(3512), + [anon_sym_DQUOTE] = ACTIONS(3512), + [sym__str_single_quotes] = ACTIONS(3512), + [sym__str_back_ticks] = ACTIONS(3512), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3512), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3512), + [aux_sym_env_var_token1] = ACTIONS(3529), + [anon_sym_CARET] = ACTIONS(3512), + [aux_sym_command_token1] = ACTIONS(3512), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3512), + }, + [1152] = { + [sym_comment] = STATE(1152), + [aux_sym_cmd_identifier_token1] = ACTIONS(1853), + [aux_sym_cmd_identifier_token2] = ACTIONS(1853), + [aux_sym_cmd_identifier_token3] = ACTIONS(1853), + [aux_sym_cmd_identifier_token4] = ACTIONS(1853), + [aux_sym_cmd_identifier_token5] = ACTIONS(1853), + [aux_sym_cmd_identifier_token6] = ACTIONS(1853), + [aux_sym_cmd_identifier_token7] = ACTIONS(1853), + [aux_sym_cmd_identifier_token8] = ACTIONS(1853), + [aux_sym_cmd_identifier_token9] = ACTIONS(1853), + [aux_sym_cmd_identifier_token10] = ACTIONS(1853), + [aux_sym_cmd_identifier_token11] = ACTIONS(1853), + [aux_sym_cmd_identifier_token12] = ACTIONS(1853), + [aux_sym_cmd_identifier_token13] = ACTIONS(1853), + [aux_sym_cmd_identifier_token14] = ACTIONS(1853), + [aux_sym_cmd_identifier_token15] = ACTIONS(1853), + [aux_sym_cmd_identifier_token16] = ACTIONS(1853), + [aux_sym_cmd_identifier_token17] = ACTIONS(1853), + [aux_sym_cmd_identifier_token18] = ACTIONS(1853), + [aux_sym_cmd_identifier_token19] = ACTIONS(1853), + [aux_sym_cmd_identifier_token20] = ACTIONS(1853), + [aux_sym_cmd_identifier_token21] = ACTIONS(1853), + [aux_sym_cmd_identifier_token22] = ACTIONS(1853), + [aux_sym_cmd_identifier_token23] = ACTIONS(1853), + [aux_sym_cmd_identifier_token24] = ACTIONS(1853), + [aux_sym_cmd_identifier_token25] = ACTIONS(1853), + [aux_sym_cmd_identifier_token26] = ACTIONS(1853), + [aux_sym_cmd_identifier_token27] = ACTIONS(1853), + [aux_sym_cmd_identifier_token28] = ACTIONS(1853), + [aux_sym_cmd_identifier_token29] = ACTIONS(1853), + [aux_sym_cmd_identifier_token30] = ACTIONS(1853), + [aux_sym_cmd_identifier_token31] = ACTIONS(1853), + [aux_sym_cmd_identifier_token32] = ACTIONS(1853), + [aux_sym_cmd_identifier_token33] = ACTIONS(1853), + [aux_sym_cmd_identifier_token34] = ACTIONS(1853), + [aux_sym_cmd_identifier_token35] = ACTIONS(1853), + [aux_sym_cmd_identifier_token36] = ACTIONS(1853), + [aux_sym_cmd_identifier_token37] = ACTIONS(1853), + [aux_sym_cmd_identifier_token38] = ACTIONS(1853), + [aux_sym_cmd_identifier_token39] = ACTIONS(1853), + [aux_sym_cmd_identifier_token40] = ACTIONS(1853), + [sym__newline] = ACTIONS(1853), + [sym__space] = ACTIONS(3532), + [anon_sym_LBRACK] = ACTIONS(1853), + [anon_sym_LPAREN] = ACTIONS(1853), + [anon_sym_DOLLAR] = ACTIONS(1853), + [anon_sym_DASH2] = ACTIONS(1853), + [anon_sym_LBRACE] = ACTIONS(1853), + [anon_sym_DOT_DOT] = ACTIONS(1853), + [aux_sym_expr_unary_token1] = ACTIONS(1853), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1853), + [anon_sym_DOT_DOT_LT] = ACTIONS(1853), + [anon_sym_null] = ACTIONS(1853), + [anon_sym_true] = ACTIONS(1853), + [anon_sym_false] = ACTIONS(1853), + [aux_sym__val_number_decimal_token1] = ACTIONS(1853), + [aux_sym__val_number_decimal_token2] = ACTIONS(1853), + [aux_sym__val_number_decimal_token3] = ACTIONS(1853), + [aux_sym__val_number_decimal_token4] = ACTIONS(1853), + [aux_sym__val_number_token1] = ACTIONS(1853), + [aux_sym__val_number_token2] = ACTIONS(1853), + [aux_sym__val_number_token3] = ACTIONS(1853), + [aux_sym__val_number_token4] = ACTIONS(1853), + [aux_sym__val_number_token5] = ACTIONS(1853), + [aux_sym__val_number_token6] = ACTIONS(1853), + [anon_sym_0b] = ACTIONS(1853), + [anon_sym_0o] = ACTIONS(1853), + [anon_sym_0x] = ACTIONS(1853), + [sym_val_date] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1853), + [sym__str_single_quotes] = ACTIONS(1853), + [sym__str_back_ticks] = ACTIONS(1853), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1853), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1853), + [aux_sym_env_var_token1] = ACTIONS(1853), + [anon_sym_CARET] = ACTIONS(1853), + [aux_sym_command_token1] = ACTIONS(1853), [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3532), }, - [1220] = { - [sym_match_arm] = STATE(7193), - [sym_default_arm] = STATE(7193), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1220), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1153] = { + [sym_match_arm] = STATE(6888), + [sym_default_arm] = STATE(6888), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1153), + [aux_sym_shebang_repeat1] = STATE(1169), + [aux_sym_ctrl_match_repeat1] = STATE(1221), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(3542), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1221] = { - [sym_comment] = STATE(1221), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(3926), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), + [1154] = { + [sym_comment] = STATE(1154), + [ts_builtin_sym_end] = ACTIONS(1597), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3566), + [aux_sym__immediate_decimal_token2] = ACTIONS(3568), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), [anon_sym_POUND] = ACTIONS(3), }, - [1222] = { - [sym_expr_parenthesized] = STATE(6488), - [sym_val_range] = STATE(7677), - [sym__val_range] = STATE(7459), - [sym__value] = STATE(7677), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(6568), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5555), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(7678), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1222), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(3930), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(3936), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3938), - [anon_sym_DOT_DOT_LT] = ACTIONS(3938), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), + [1155] = { + [sym_match_arm] = STATE(6677), + [sym_default_arm] = STATE(6677), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1155), + [aux_sym_shebang_repeat1] = STATE(1173), + [aux_sym_ctrl_match_repeat1] = STATE(1214), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(3570), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_COLON2] = ACTIONS(3404), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), + }, + [1156] = { + [sym_comment] = STATE(1156), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3572), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3574), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), + }, + [1157] = { + [sym_expr_parenthesized] = STATE(4339), + [sym_val_range] = STATE(4806), + [sym__val_range] = STATE(7669), + [sym__val_range_with_end] = STATE(7271), + [sym__value] = STATE(4806), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(4397), + [sym_val_variable] = STATE(4380), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(3891), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(4074), + [sym__str_double_quotes] = STATE(4074), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym__unquoted_in_record] = STATE(4514), + [sym__unquoted_in_record_with_expr] = STATE(4806), + [sym__unquoted_anonymous_prefix] = STATE(6891), + [sym_comment] = STATE(1157), + [aux_sym_shebang_repeat1] = STATE(1163), + [sym__newline] = ACTIONS(3576), + [anon_sym_LBRACK] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3582), + [anon_sym_LBRACE] = ACTIONS(3584), + [anon_sym_DOT_DOT] = ACTIONS(3586), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3588), + [anon_sym_DOT_DOT_LT] = ACTIONS(3588), + [anon_sym_null] = ACTIONS(3590), + [anon_sym_true] = ACTIONS(3592), + [anon_sym_false] = ACTIONS(3592), + [aux_sym__val_number_decimal_token1] = ACTIONS(3594), + [aux_sym__val_number_decimal_token2] = ACTIONS(3596), + [aux_sym__val_number_decimal_token3] = ACTIONS(3598), + [aux_sym__val_number_decimal_token4] = ACTIONS(3600), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(3604), + [aux_sym__val_number_token5] = ACTIONS(3604), + [aux_sym__val_number_token6] = ACTIONS(3604), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(3610), + [anon_sym_DQUOTE] = ACTIONS(3612), + [sym__str_single_quotes] = ACTIONS(3614), + [sym__str_back_ticks] = ACTIONS(3614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3624), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3626), + }, + [1158] = { + [sym_comment] = STATE(1158), + [aux_sym_cmd_identifier_token1] = ACTIONS(3628), + [aux_sym_cmd_identifier_token2] = ACTIONS(3628), + [aux_sym_cmd_identifier_token3] = ACTIONS(3628), + [aux_sym_cmd_identifier_token4] = ACTIONS(3628), + [aux_sym_cmd_identifier_token5] = ACTIONS(3628), + [aux_sym_cmd_identifier_token6] = ACTIONS(3628), + [aux_sym_cmd_identifier_token7] = ACTIONS(3628), + [aux_sym_cmd_identifier_token8] = ACTIONS(3628), + [aux_sym_cmd_identifier_token9] = ACTIONS(3628), + [aux_sym_cmd_identifier_token10] = ACTIONS(3628), + [aux_sym_cmd_identifier_token11] = ACTIONS(3628), + [aux_sym_cmd_identifier_token12] = ACTIONS(3628), + [aux_sym_cmd_identifier_token13] = ACTIONS(3628), + [aux_sym_cmd_identifier_token14] = ACTIONS(3628), + [aux_sym_cmd_identifier_token15] = ACTIONS(3628), + [aux_sym_cmd_identifier_token16] = ACTIONS(3628), + [aux_sym_cmd_identifier_token17] = ACTIONS(3628), + [aux_sym_cmd_identifier_token18] = ACTIONS(3628), + [aux_sym_cmd_identifier_token19] = ACTIONS(3628), + [aux_sym_cmd_identifier_token20] = ACTIONS(3628), + [aux_sym_cmd_identifier_token21] = ACTIONS(3628), + [aux_sym_cmd_identifier_token22] = ACTIONS(3628), + [aux_sym_cmd_identifier_token23] = ACTIONS(3628), + [aux_sym_cmd_identifier_token24] = ACTIONS(3628), + [aux_sym_cmd_identifier_token25] = ACTIONS(3628), + [aux_sym_cmd_identifier_token26] = ACTIONS(3628), + [aux_sym_cmd_identifier_token27] = ACTIONS(3628), + [aux_sym_cmd_identifier_token28] = ACTIONS(3628), + [aux_sym_cmd_identifier_token29] = ACTIONS(3628), + [aux_sym_cmd_identifier_token30] = ACTIONS(3628), + [aux_sym_cmd_identifier_token31] = ACTIONS(3628), + [aux_sym_cmd_identifier_token32] = ACTIONS(3628), + [aux_sym_cmd_identifier_token33] = ACTIONS(3628), + [aux_sym_cmd_identifier_token34] = ACTIONS(3628), + [aux_sym_cmd_identifier_token35] = ACTIONS(3628), + [aux_sym_cmd_identifier_token36] = ACTIONS(3628), + [aux_sym_cmd_identifier_token37] = ACTIONS(3628), + [aux_sym_cmd_identifier_token38] = ACTIONS(3628), + [aux_sym_cmd_identifier_token39] = ACTIONS(3628), + [aux_sym_cmd_identifier_token40] = ACTIONS(3628), + [sym__space] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3628), + [anon_sym_LPAREN] = ACTIONS(3628), + [anon_sym_DOLLAR] = ACTIONS(3628), + [anon_sym_DASH2] = ACTIONS(3628), + [anon_sym_LBRACE] = ACTIONS(3628), + [anon_sym_DOT_DOT] = ACTIONS(3628), + [aux_sym_expr_unary_token1] = ACTIONS(3628), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3628), + [anon_sym_DOT_DOT_LT] = ACTIONS(3628), + [anon_sym_null] = ACTIONS(3628), + [anon_sym_true] = ACTIONS(3628), + [anon_sym_false] = ACTIONS(3628), + [aux_sym__val_number_decimal_token1] = ACTIONS(3628), + [aux_sym__val_number_decimal_token2] = ACTIONS(3628), + [aux_sym__val_number_decimal_token3] = ACTIONS(3628), + [aux_sym__val_number_decimal_token4] = ACTIONS(3628), + [aux_sym__val_number_token1] = ACTIONS(3628), + [aux_sym__val_number_token2] = ACTIONS(3628), + [aux_sym__val_number_token3] = ACTIONS(3628), + [aux_sym__val_number_token4] = ACTIONS(3628), + [aux_sym__val_number_token5] = ACTIONS(3628), + [aux_sym__val_number_token6] = ACTIONS(3628), + [anon_sym_0b] = ACTIONS(3628), + [anon_sym_0o] = ACTIONS(3628), + [anon_sym_0x] = ACTIONS(3628), + [sym_val_date] = ACTIONS(3628), + [anon_sym_DQUOTE] = ACTIONS(3628), + [sym__str_single_quotes] = ACTIONS(3628), + [sym__str_back_ticks] = ACTIONS(3628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3628), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3628), + [aux_sym_env_var_token1] = ACTIONS(3628), + [anon_sym_CARET] = ACTIONS(3628), + [aux_sym_command_token1] = ACTIONS(3628), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(3630), }, - [1223] = { - [sym_match_arm] = STATE(6872), - [sym_default_arm] = STATE(6872), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1223), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1159] = { + [sym_comment] = STATE(1159), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3632), + [aux_sym__immediate_decimal_token2] = ACTIONS(3634), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), + }, + [1160] = { + [sym_comment] = STATE(1160), + [aux_sym_cmd_identifier_token1] = ACTIONS(1270), + [aux_sym_cmd_identifier_token2] = ACTIONS(1268), + [aux_sym_cmd_identifier_token3] = ACTIONS(1268), + [aux_sym_cmd_identifier_token4] = ACTIONS(1268), + [aux_sym_cmd_identifier_token5] = ACTIONS(1268), + [aux_sym_cmd_identifier_token6] = ACTIONS(1268), + [aux_sym_cmd_identifier_token7] = ACTIONS(1268), + [aux_sym_cmd_identifier_token8] = ACTIONS(1268), + [aux_sym_cmd_identifier_token9] = ACTIONS(1270), + [aux_sym_cmd_identifier_token10] = ACTIONS(1268), + [aux_sym_cmd_identifier_token11] = ACTIONS(1268), + [aux_sym_cmd_identifier_token12] = ACTIONS(1268), + [aux_sym_cmd_identifier_token13] = ACTIONS(1270), + [aux_sym_cmd_identifier_token14] = ACTIONS(1268), + [aux_sym_cmd_identifier_token15] = ACTIONS(1270), + [aux_sym_cmd_identifier_token16] = ACTIONS(1268), + [aux_sym_cmd_identifier_token17] = ACTIONS(1268), + [aux_sym_cmd_identifier_token18] = ACTIONS(1270), + [aux_sym_cmd_identifier_token19] = ACTIONS(1268), + [aux_sym_cmd_identifier_token20] = ACTIONS(1268), + [aux_sym_cmd_identifier_token21] = ACTIONS(1268), + [aux_sym_cmd_identifier_token22] = ACTIONS(1268), + [aux_sym_cmd_identifier_token23] = ACTIONS(1268), + [aux_sym_cmd_identifier_token24] = ACTIONS(1268), + [aux_sym_cmd_identifier_token25] = ACTIONS(1268), + [aux_sym_cmd_identifier_token26] = ACTIONS(1268), + [aux_sym_cmd_identifier_token27] = ACTIONS(1268), + [aux_sym_cmd_identifier_token28] = ACTIONS(1268), + [aux_sym_cmd_identifier_token29] = ACTIONS(1268), + [aux_sym_cmd_identifier_token30] = ACTIONS(1268), + [aux_sym_cmd_identifier_token31] = ACTIONS(1268), + [aux_sym_cmd_identifier_token32] = ACTIONS(1270), + [aux_sym_cmd_identifier_token33] = ACTIONS(1268), + [aux_sym_cmd_identifier_token34] = ACTIONS(1270), + [aux_sym_cmd_identifier_token35] = ACTIONS(1268), + [aux_sym_cmd_identifier_token36] = ACTIONS(1268), + [aux_sym_cmd_identifier_token37] = ACTIONS(1268), + [aux_sym_cmd_identifier_token38] = ACTIONS(1270), + [aux_sym_cmd_identifier_token39] = ACTIONS(1268), + [aux_sym_cmd_identifier_token40] = ACTIONS(1268), + [sym__newline] = ACTIONS(1268), + [anon_sym_LBRACK] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1268), + [anon_sym_DOLLAR] = ACTIONS(1270), + [anon_sym_DASH2] = ACTIONS(1270), + [anon_sym_if] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1268), + [anon_sym_DOT_DOT] = ACTIONS(1270), + [aux_sym_expr_unary_token1] = ACTIONS(1268), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1268), + [anon_sym_DOT_DOT_LT] = ACTIONS(1268), + [anon_sym_null] = ACTIONS(1270), + [anon_sym_true] = ACTIONS(1270), + [anon_sym_false] = ACTIONS(1270), + [aux_sym__val_number_decimal_token1] = ACTIONS(1270), + [aux_sym__val_number_decimal_token2] = ACTIONS(1268), + [aux_sym__val_number_decimal_token3] = ACTIONS(1268), + [aux_sym__val_number_decimal_token4] = ACTIONS(1268), + [aux_sym__val_number_token1] = ACTIONS(1268), + [aux_sym__val_number_token2] = ACTIONS(1268), + [aux_sym__val_number_token3] = ACTIONS(1268), + [aux_sym__val_number_token4] = ACTIONS(1270), + [aux_sym__val_number_token5] = ACTIONS(1270), + [aux_sym__val_number_token6] = ACTIONS(1270), + [anon_sym_0b] = ACTIONS(1270), + [anon_sym_0o] = ACTIONS(1270), + [anon_sym_0x] = ACTIONS(1270), + [sym_val_date] = ACTIONS(1268), + [anon_sym_DQUOTE] = ACTIONS(1268), + [sym__str_single_quotes] = ACTIONS(1268), + [sym__str_back_ticks] = ACTIONS(1268), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1268), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1268), + [anon_sym_CARET] = ACTIONS(1268), + [aux_sym_command_token1] = ACTIONS(1268), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1268), + }, + [1161] = { + [sym_match_arm] = STATE(6889), + [sym_default_arm] = STATE(6889), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1161), + [aux_sym_shebang_repeat1] = STATE(1170), + [aux_sym_ctrl_match_repeat1] = STATE(1222), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(3636), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1224] = { - [sym_match_arm] = STATE(7134), - [sym_default_arm] = STATE(7134), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1224), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1162] = { + [sym_comment] = STATE(1162), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3638), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3640), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), + }, + [1163] = { + [sym_expr_parenthesized] = STATE(4370), + [sym_val_range] = STATE(4873), + [sym__val_range] = STATE(7669), + [sym__val_range_with_end] = STATE(7271), + [sym__value] = STATE(4873), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(4397), + [sym_val_variable] = STATE(4380), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(3891), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(4074), + [sym__str_double_quotes] = STATE(4074), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym__unquoted_in_record] = STATE(4430), + [sym__unquoted_in_record_with_expr] = STATE(4873), + [sym__unquoted_anonymous_prefix] = STATE(6891), + [sym_comment] = STATE(1163), + [aux_sym_shebang_repeat1] = STATE(3034), + [sym__newline] = ACTIONS(3576), + [anon_sym_LBRACK] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3582), + [anon_sym_LBRACE] = ACTIONS(3584), + [anon_sym_DOT_DOT] = ACTIONS(3586), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3588), + [anon_sym_DOT_DOT_LT] = ACTIONS(3588), + [anon_sym_null] = ACTIONS(3590), + [anon_sym_true] = ACTIONS(3592), + [anon_sym_false] = ACTIONS(3592), + [aux_sym__val_number_decimal_token1] = ACTIONS(3594), + [aux_sym__val_number_decimal_token2] = ACTIONS(3596), + [aux_sym__val_number_decimal_token3] = ACTIONS(3598), + [aux_sym__val_number_decimal_token4] = ACTIONS(3600), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(3604), + [aux_sym__val_number_token5] = ACTIONS(3604), + [aux_sym__val_number_token6] = ACTIONS(3604), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(3610), + [anon_sym_DQUOTE] = ACTIONS(3612), + [sym__str_single_quotes] = ACTIONS(3614), + [sym__str_back_ticks] = ACTIONS(3614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3624), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3626), + }, + [1164] = { + [sym_expr_parenthesized] = STATE(4354), + [sym_val_range] = STATE(4902), + [sym__val_range] = STATE(7669), + [sym__val_range_with_end] = STATE(7271), + [sym__value] = STATE(4902), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(4397), + [sym_val_variable] = STATE(4380), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(3891), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(4074), + [sym__str_double_quotes] = STATE(4074), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym__unquoted_in_record] = STATE(4531), + [sym__unquoted_in_record_with_expr] = STATE(4902), + [sym__unquoted_anonymous_prefix] = STATE(6891), + [sym_comment] = STATE(1164), + [aux_sym_shebang_repeat1] = STATE(3034), + [sym__newline] = ACTIONS(3576), + [anon_sym_LBRACK] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3582), + [anon_sym_LBRACE] = ACTIONS(3584), + [anon_sym_DOT_DOT] = ACTIONS(3586), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3588), + [anon_sym_DOT_DOT_LT] = ACTIONS(3588), + [anon_sym_null] = ACTIONS(3590), + [anon_sym_true] = ACTIONS(3592), + [anon_sym_false] = ACTIONS(3592), + [aux_sym__val_number_decimal_token1] = ACTIONS(3594), + [aux_sym__val_number_decimal_token2] = ACTIONS(3596), + [aux_sym__val_number_decimal_token3] = ACTIONS(3598), + [aux_sym__val_number_decimal_token4] = ACTIONS(3600), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(3604), + [aux_sym__val_number_token5] = ACTIONS(3604), + [aux_sym__val_number_token6] = ACTIONS(3604), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(3610), + [anon_sym_DQUOTE] = ACTIONS(3612), + [sym__str_single_quotes] = ACTIONS(3614), + [sym__str_back_ticks] = ACTIONS(3614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3624), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3626), + }, + [1165] = { + [sym_comment] = STATE(1165), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3642), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3644), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), + }, + [1166] = { + [sym_match_arm] = STATE(6733), + [sym_default_arm] = STATE(6733), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1166), + [aux_sym_shebang_repeat1] = STATE(1174), + [aux_sym_ctrl_match_repeat1] = STATE(1219), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_RBRACE] = ACTIONS(3646), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1225] = { - [sym_match_arm] = STATE(6875), - [sym_default_arm] = STATE(6875), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1225), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1167] = { + [sym_comment] = STATE(1167), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3648), + [aux_sym__immediate_decimal_token2] = ACTIONS(3650), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), + }, + [1168] = { + [sym_expr_parenthesized] = STATE(4370), + [sym_val_range] = STATE(4873), + [sym__val_range] = STATE(7669), + [sym__val_range_with_end] = STATE(7271), + [sym__value] = STATE(4873), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(4397), + [sym_val_variable] = STATE(4380), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(3891), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(4074), + [sym__str_double_quotes] = STATE(4074), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym__unquoted_in_record] = STATE(4430), + [sym__unquoted_in_record_with_expr] = STATE(4873), + [sym__unquoted_anonymous_prefix] = STATE(6891), + [sym_comment] = STATE(1168), + [aux_sym_shebang_repeat1] = STATE(1164), + [sym__newline] = ACTIONS(3576), + [anon_sym_LBRACK] = ACTIONS(3578), + [anon_sym_LPAREN] = ACTIONS(3580), + [anon_sym_DOLLAR] = ACTIONS(3582), + [anon_sym_LBRACE] = ACTIONS(3584), + [anon_sym_DOT_DOT] = ACTIONS(3586), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3588), + [anon_sym_DOT_DOT_LT] = ACTIONS(3588), + [anon_sym_null] = ACTIONS(3590), + [anon_sym_true] = ACTIONS(3592), + [anon_sym_false] = ACTIONS(3592), + [aux_sym__val_number_decimal_token1] = ACTIONS(3594), + [aux_sym__val_number_decimal_token2] = ACTIONS(3596), + [aux_sym__val_number_decimal_token3] = ACTIONS(3598), + [aux_sym__val_number_decimal_token4] = ACTIONS(3600), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(3604), + [aux_sym__val_number_token5] = ACTIONS(3604), + [aux_sym__val_number_token6] = ACTIONS(3604), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(3610), + [anon_sym_DQUOTE] = ACTIONS(3612), + [sym__str_single_quotes] = ACTIONS(3614), + [sym__str_back_ticks] = ACTIONS(3614), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3624), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3626), + }, + [1169] = { + [sym_match_arm] = STATE(6969), + [sym_default_arm] = STATE(6969), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1169), + [aux_sym_shebang_repeat1] = STATE(3088), + [aux_sym_ctrl_match_repeat1] = STATE(1223), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1226] = { - [sym_match_arm] = STATE(6994), - [sym_default_arm] = STATE(6994), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1226), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1170] = { + [sym_match_arm] = STATE(6970), + [sym_default_arm] = STATE(6970), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1170), + [aux_sym_shebang_repeat1] = STATE(3088), + [aux_sym_ctrl_match_repeat1] = STATE(1224), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1227] = { - [sym_match_arm] = STATE(6998), - [sym_default_arm] = STATE(6998), - [sym_match_pattern] = STATE(7487), - [sym__match_pattern] = STATE(5935), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6156), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5215), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1227), - [aux_sym_ctrl_match_repeat1] = STATE(1215), - [anon_sym_LBRACK] = ACTIONS(3608), + [1171] = { + [sym_comment] = STATE(1171), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3652), + [aux_sym__immediate_decimal_token2] = ACTIONS(3654), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), + }, + [1172] = { + [sym_comment] = STATE(1172), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3656), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3658), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), + }, + [1173] = { + [sym_match_arm] = STATE(7144), + [sym_default_arm] = STATE(7144), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1173), + [aux_sym_shebang_repeat1] = STATE(3088), + [aux_sym_ctrl_match_repeat1] = STATE(1228), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym__] = ACTIONS(3616), - [anon_sym_DOT_DOT] = ACTIONS(3618), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3620), - [anon_sym_DOT_DOT_LT] = ACTIONS(3620), - [anon_sym_null] = ACTIONS(3622), - [anon_sym_true] = ACTIONS(3624), - [anon_sym_false] = ACTIONS(3624), - [aux_sym__val_number_decimal_token1] = ACTIONS(3626), - [aux_sym__val_number_decimal_token2] = ACTIONS(3628), - [aux_sym__val_number_decimal_token3] = ACTIONS(3630), - [aux_sym__val_number_decimal_token4] = ACTIONS(3632), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3634), - [aux_sym__val_number_token5] = ACTIONS(3634), - [aux_sym__val_number_token6] = ACTIONS(3634), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3636), + [sym_val_date] = ACTIONS(3564), [anon_sym_DQUOTE] = ACTIONS(237), [sym__str_single_quotes] = ACTIONS(239), [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(253), }, - [1228] = { - [sym_expr_parenthesized] = STATE(6488), - [sym_val_range] = STATE(7677), - [sym__val_range] = STATE(7459), - [sym__value] = STATE(7677), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(6568), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5555), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(7678), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1228), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(3930), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(3936), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3938), - [anon_sym_DOT_DOT_LT] = ACTIONS(3938), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), + [1174] = { + [sym_match_arm] = STATE(7191), + [sym_default_arm] = STATE(7191), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1174), + [aux_sym_shebang_repeat1] = STATE(3088), + [aux_sym_ctrl_match_repeat1] = STATE(1210), + [sym__newline] = ACTIONS(3534), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_COLON2] = ACTIONS(3402), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), }, - [1229] = { - [sym__expr_parenthesized_immediate] = STATE(1546), - [sym__immediate_decimal] = STATE(1395), - [sym_val_variable] = STATE(1546), - [sym_comment] = STATE(1229), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_DOT_DOT] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(3956), - [anon_sym_DOT] = ACTIONS(3958), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1583), - [anon_sym_DOT_DOT_LT] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(3960), - [aux_sym__immediate_decimal_token3] = ACTIONS(3962), - [aux_sym__immediate_decimal_token4] = ACTIONS(3964), - [aux_sym__immediate_decimal_token5] = ACTIONS(3966), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1569), - [anon_sym_0o] = ACTIONS(1569), - [anon_sym_0x] = ACTIONS(1569), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1569), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [1175] = { + [sym_comment] = STATE(1175), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3644), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1230] = { - [sym_comment] = STATE(1230), - [anon_sym_STAR_STAR] = ACTIONS(1711), - [anon_sym_PLUS_PLUS] = ACTIONS(1711), - [anon_sym_STAR] = ACTIONS(1709), - [anon_sym_SLASH] = ACTIONS(1709), - [anon_sym_mod] = ACTIONS(1711), - [anon_sym_SLASH_SLASH] = ACTIONS(1711), - [anon_sym_PLUS] = ACTIONS(1709), - [anon_sym_DASH] = ACTIONS(1711), - [anon_sym_bit_DASHshl] = ACTIONS(1711), - [anon_sym_bit_DASHshr] = ACTIONS(1711), - [anon_sym_EQ_TILDE] = ACTIONS(1711), - [anon_sym_BANG_TILDE] = ACTIONS(1711), - [anon_sym_bit_DASHand] = ACTIONS(1711), - [anon_sym_bit_DASHxor] = ACTIONS(1711), - [anon_sym_bit_DASHor] = ACTIONS(1711), - [anon_sym_and] = ACTIONS(1711), - [anon_sym_xor] = ACTIONS(1711), - [anon_sym_or] = ACTIONS(1711), - [anon_sym_in] = ACTIONS(1711), - [anon_sym_not_DASHin] = ACTIONS(1711), - [anon_sym_starts_DASHwith] = ACTIONS(1711), - [anon_sym_ends_DASHwith] = ACTIONS(1711), - [anon_sym_EQ_EQ] = ACTIONS(1711), - [anon_sym_BANG_EQ] = ACTIONS(1711), - [anon_sym_LT] = ACTIONS(1709), - [anon_sym_LT_EQ] = ACTIONS(1711), - [anon_sym_GT] = ACTIONS(1709), - [anon_sym_GT_EQ] = ACTIONS(1711), - [aux_sym_cmd_identifier_token41] = ACTIONS(1709), - [sym__newline] = ACTIONS(1709), - [anon_sym_PIPE] = ACTIONS(1709), - [anon_sym_err_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_GT_PIPE] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_in2] = ACTIONS(1709), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1709), - [anon_sym_xor2] = ACTIONS(1709), - [anon_sym_or2] = ACTIONS(1709), - [anon_sym_not_DASHin2] = ACTIONS(1709), - [anon_sym_starts_DASHwith2] = ACTIONS(1709), - [anon_sym_ends_DASHwith2] = ACTIONS(1709), - [anon_sym_EQ_EQ2] = ACTIONS(1709), - [anon_sym_BANG_EQ2] = ACTIONS(1709), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1709), - [anon_sym_GT_EQ2] = ACTIONS(1709), - [anon_sym_EQ_TILDE2] = ACTIONS(1709), - [anon_sym_BANG_TILDE2] = ACTIONS(1709), - [anon_sym_STAR_STAR2] = ACTIONS(1709), - [anon_sym_PLUS_PLUS2] = ACTIONS(1709), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1709), - [anon_sym_SLASH_SLASH2] = ACTIONS(1709), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1709), - [anon_sym_bit_DASHshr2] = ACTIONS(1709), - [anon_sym_bit_DASHand2] = ACTIONS(1709), - [anon_sym_bit_DASHxor2] = ACTIONS(1709), - [anon_sym_bit_DASHor2] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), + [1176] = { + [sym_comment] = STATE(1176), + [ts_builtin_sym_end] = ACTIONS(1669), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3660), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), [anon_sym_POUND] = ACTIONS(3), }, - [1231] = { - [sym_comment] = STATE(1231), - [anon_sym_STAR_STAR] = ACTIONS(1625), - [anon_sym_PLUS_PLUS] = ACTIONS(1625), - [anon_sym_STAR] = ACTIONS(1623), - [anon_sym_SLASH] = ACTIONS(1623), - [anon_sym_mod] = ACTIONS(1625), - [anon_sym_SLASH_SLASH] = ACTIONS(1625), - [anon_sym_PLUS] = ACTIONS(1623), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_bit_DASHshl] = ACTIONS(1625), - [anon_sym_bit_DASHshr] = ACTIONS(1625), - [anon_sym_EQ_TILDE] = ACTIONS(1625), - [anon_sym_BANG_TILDE] = ACTIONS(1625), - [anon_sym_bit_DASHand] = ACTIONS(1625), - [anon_sym_bit_DASHxor] = ACTIONS(1625), - [anon_sym_bit_DASHor] = ACTIONS(1625), - [anon_sym_and] = ACTIONS(1625), - [anon_sym_xor] = ACTIONS(1625), - [anon_sym_or] = ACTIONS(1625), - [anon_sym_in] = ACTIONS(1625), - [anon_sym_not_DASHin] = ACTIONS(1625), - [anon_sym_starts_DASHwith] = ACTIONS(1625), - [anon_sym_ends_DASHwith] = ACTIONS(1625), - [anon_sym_EQ_EQ] = ACTIONS(1625), - [anon_sym_BANG_EQ] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(1623), - [anon_sym_LT_EQ] = ACTIONS(1625), - [anon_sym_GT] = ACTIONS(1623), - [anon_sym_GT_EQ] = ACTIONS(1625), - [aux_sym_cmd_identifier_token41] = ACTIONS(1623), - [sym__newline] = ACTIONS(1623), - [anon_sym_PIPE] = ACTIONS(1623), - [anon_sym_err_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_GT_PIPE] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1623), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_in2] = ACTIONS(1623), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1623), - [anon_sym_xor2] = ACTIONS(1623), - [anon_sym_or2] = ACTIONS(1623), - [anon_sym_not_DASHin2] = ACTIONS(1623), - [anon_sym_starts_DASHwith2] = ACTIONS(1623), - [anon_sym_ends_DASHwith2] = ACTIONS(1623), - [anon_sym_EQ_EQ2] = ACTIONS(1623), - [anon_sym_BANG_EQ2] = ACTIONS(1623), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1623), - [anon_sym_GT_EQ2] = ACTIONS(1623), - [anon_sym_EQ_TILDE2] = ACTIONS(1623), - [anon_sym_BANG_TILDE2] = ACTIONS(1623), - [anon_sym_STAR_STAR2] = ACTIONS(1623), - [anon_sym_PLUS_PLUS2] = ACTIONS(1623), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1623), - [anon_sym_SLASH_SLASH2] = ACTIONS(1623), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1623), - [anon_sym_bit_DASHshr2] = ACTIONS(1623), - [anon_sym_bit_DASHand2] = ACTIONS(1623), - [anon_sym_bit_DASHxor2] = ACTIONS(1623), - [anon_sym_bit_DASHor2] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), + [1177] = { + [sym_comment] = STATE(1177), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3574), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), [anon_sym_POUND] = ACTIONS(3), }, - [1232] = { - [sym_comment] = STATE(1232), - [anon_sym_STAR_STAR] = ACTIONS(3038), - [anon_sym_PLUS_PLUS] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3040), - [anon_sym_SLASH] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3038), - [anon_sym_SLASH_SLASH] = ACTIONS(3038), - [anon_sym_PLUS] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_bit_DASHshl] = ACTIONS(3038), - [anon_sym_bit_DASHshr] = ACTIONS(3038), - [anon_sym_EQ_TILDE] = ACTIONS(3038), - [anon_sym_BANG_TILDE] = ACTIONS(3038), - [anon_sym_bit_DASHand] = ACTIONS(3038), - [anon_sym_bit_DASHxor] = ACTIONS(3038), - [anon_sym_bit_DASHor] = ACTIONS(3038), - [anon_sym_and] = ACTIONS(3038), - [anon_sym_xor] = ACTIONS(3038), - [anon_sym_or] = ACTIONS(3038), - [anon_sym_in] = ACTIONS(3038), - [anon_sym_not_DASHin] = ACTIONS(3038), - [anon_sym_starts_DASHwith] = ACTIONS(3038), - [anon_sym_ends_DASHwith] = ACTIONS(3038), - [anon_sym_EQ_EQ] = ACTIONS(3038), - [anon_sym_BANG_EQ] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3040), - [anon_sym_LT_EQ] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3040), - [anon_sym_GT_EQ] = ACTIONS(3038), - [aux_sym_cmd_identifier_token41] = ACTIONS(3042), - [sym__newline] = ACTIONS(1653), - [anon_sym_PIPE] = ACTIONS(1653), - [anon_sym_err_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_GT_PIPE] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1653), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_in2] = ACTIONS(1653), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1653), - [anon_sym_xor2] = ACTIONS(1653), - [anon_sym_or2] = ACTIONS(1653), - [anon_sym_not_DASHin2] = ACTIONS(1653), - [anon_sym_starts_DASHwith2] = ACTIONS(1653), - [anon_sym_ends_DASHwith2] = ACTIONS(1653), - [anon_sym_EQ_EQ2] = ACTIONS(1653), - [anon_sym_BANG_EQ2] = ACTIONS(1653), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1653), - [anon_sym_GT_EQ2] = ACTIONS(1653), - [anon_sym_EQ_TILDE2] = ACTIONS(1653), - [anon_sym_BANG_TILDE2] = ACTIONS(1653), - [anon_sym_STAR_STAR2] = ACTIONS(1653), - [anon_sym_PLUS_PLUS2] = ACTIONS(1653), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1653), - [anon_sym_SLASH_SLASH2] = ACTIONS(1653), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1653), - [anon_sym_bit_DASHshr2] = ACTIONS(1653), - [anon_sym_bit_DASHand2] = ACTIONS(1653), - [anon_sym_bit_DASHxor2] = ACTIONS(1653), - [anon_sym_bit_DASHor2] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(3030), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(3032), - [anon_sym_DOT_DOT_LT2] = ACTIONS(3032), - [sym_filesize_unit] = ACTIONS(3968), - [sym_duration_unit] = ACTIONS(3970), + [1178] = { + [sym_comment] = STATE(1178), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3662), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), [anon_sym_POUND] = ACTIONS(3), }, - [1233] = { - [sym_comment] = STATE(1233), - [anon_sym_STAR_STAR] = ACTIONS(1601), - [anon_sym_PLUS_PLUS] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1599), - [anon_sym_SLASH] = ACTIONS(1599), - [anon_sym_mod] = ACTIONS(1601), - [anon_sym_SLASH_SLASH] = ACTIONS(1601), - [anon_sym_PLUS] = ACTIONS(1599), - [anon_sym_DASH] = ACTIONS(1601), - [anon_sym_bit_DASHshl] = ACTIONS(1601), - [anon_sym_bit_DASHshr] = ACTIONS(1601), - [anon_sym_EQ_TILDE] = ACTIONS(1601), - [anon_sym_BANG_TILDE] = ACTIONS(1601), - [anon_sym_bit_DASHand] = ACTIONS(1601), - [anon_sym_bit_DASHxor] = ACTIONS(1601), - [anon_sym_bit_DASHor] = ACTIONS(1601), - [anon_sym_and] = ACTIONS(1601), - [anon_sym_xor] = ACTIONS(1601), - [anon_sym_or] = ACTIONS(1601), - [anon_sym_in] = ACTIONS(1601), - [anon_sym_not_DASHin] = ACTIONS(1601), - [anon_sym_starts_DASHwith] = ACTIONS(1601), - [anon_sym_ends_DASHwith] = ACTIONS(1601), - [anon_sym_EQ_EQ] = ACTIONS(1601), - [anon_sym_BANG_EQ] = ACTIONS(1601), - [anon_sym_LT] = ACTIONS(1599), - [anon_sym_LT_EQ] = ACTIONS(1601), - [anon_sym_GT] = ACTIONS(1599), - [anon_sym_GT_EQ] = ACTIONS(1601), - [aux_sym_cmd_identifier_token41] = ACTIONS(1599), - [sym__newline] = ACTIONS(1599), - [anon_sym_PIPE] = ACTIONS(1599), - [anon_sym_err_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_GT_PIPE] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1599), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_in2] = ACTIONS(1599), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1599), - [anon_sym_xor2] = ACTIONS(1599), - [anon_sym_or2] = ACTIONS(1599), - [anon_sym_not_DASHin2] = ACTIONS(1599), - [anon_sym_starts_DASHwith2] = ACTIONS(1599), - [anon_sym_ends_DASHwith2] = ACTIONS(1599), - [anon_sym_EQ_EQ2] = ACTIONS(1599), - [anon_sym_BANG_EQ2] = ACTIONS(1599), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1599), - [anon_sym_GT_EQ2] = ACTIONS(1599), - [anon_sym_EQ_TILDE2] = ACTIONS(1599), - [anon_sym_BANG_TILDE2] = ACTIONS(1599), - [anon_sym_STAR_STAR2] = ACTIONS(1599), - [anon_sym_PLUS_PLUS2] = ACTIONS(1599), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1599), - [anon_sym_SLASH_SLASH2] = ACTIONS(1599), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1599), - [anon_sym_bit_DASHshr2] = ACTIONS(1599), - [anon_sym_bit_DASHand2] = ACTIONS(1599), - [anon_sym_bit_DASHxor2] = ACTIONS(1599), - [anon_sym_bit_DASHor2] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), + [1179] = { + [sym_comment] = STATE(1179), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3640), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), [anon_sym_POUND] = ACTIONS(3), }, - [1234] = { - [sym_comment] = STATE(1234), - [anon_sym_STAR_STAR] = ACTIONS(1725), - [anon_sym_PLUS_PLUS] = ACTIONS(1725), - [anon_sym_STAR] = ACTIONS(1723), - [anon_sym_SLASH] = ACTIONS(1723), - [anon_sym_mod] = ACTIONS(1725), - [anon_sym_SLASH_SLASH] = ACTIONS(1725), - [anon_sym_PLUS] = ACTIONS(1723), - [anon_sym_DASH] = ACTIONS(1725), - [anon_sym_bit_DASHshl] = ACTIONS(1725), - [anon_sym_bit_DASHshr] = ACTIONS(1725), - [anon_sym_EQ_TILDE] = ACTIONS(1725), - [anon_sym_BANG_TILDE] = ACTIONS(1725), - [anon_sym_bit_DASHand] = ACTIONS(1725), - [anon_sym_bit_DASHxor] = ACTIONS(1725), - [anon_sym_bit_DASHor] = ACTIONS(1725), - [anon_sym_and] = ACTIONS(1725), - [anon_sym_xor] = ACTIONS(1725), - [anon_sym_or] = ACTIONS(1725), - [anon_sym_in] = ACTIONS(1725), - [anon_sym_not_DASHin] = ACTIONS(1725), - [anon_sym_starts_DASHwith] = ACTIONS(1725), - [anon_sym_ends_DASHwith] = ACTIONS(1725), - [anon_sym_EQ_EQ] = ACTIONS(1725), - [anon_sym_BANG_EQ] = ACTIONS(1725), - [anon_sym_LT] = ACTIONS(1723), - [anon_sym_LT_EQ] = ACTIONS(1725), - [anon_sym_GT] = ACTIONS(1723), - [anon_sym_GT_EQ] = ACTIONS(1725), - [aux_sym_cmd_identifier_token41] = ACTIONS(1723), - [sym__newline] = ACTIONS(1723), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_err_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_GT_PIPE] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_in2] = ACTIONS(1723), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1723), - [anon_sym_xor2] = ACTIONS(1723), - [anon_sym_or2] = ACTIONS(1723), - [anon_sym_not_DASHin2] = ACTIONS(1723), - [anon_sym_starts_DASHwith2] = ACTIONS(1723), - [anon_sym_ends_DASHwith2] = ACTIONS(1723), - [anon_sym_EQ_EQ2] = ACTIONS(1723), - [anon_sym_BANG_EQ2] = ACTIONS(1723), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1723), - [anon_sym_GT_EQ2] = ACTIONS(1723), - [anon_sym_EQ_TILDE2] = ACTIONS(1723), - [anon_sym_BANG_TILDE2] = ACTIONS(1723), - [anon_sym_STAR_STAR2] = ACTIONS(1723), - [anon_sym_PLUS_PLUS2] = ACTIONS(1723), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1723), - [anon_sym_SLASH_SLASH2] = ACTIONS(1723), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1723), - [anon_sym_bit_DASHshr2] = ACTIONS(1723), - [anon_sym_bit_DASHand2] = ACTIONS(1723), - [anon_sym_bit_DASHxor2] = ACTIONS(1723), - [anon_sym_bit_DASHor2] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), + [1180] = { + [sym_comment] = STATE(1180), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3664), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), [anon_sym_POUND] = ACTIONS(3), }, - [1235] = { - [sym_expr_parenthesized] = STATE(6551), - [sym_val_range] = STATE(7618), - [sym__val_range] = STATE(7459), - [sym__value] = STATE(7618), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(6568), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5555), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(7482), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1235), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(3930), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(3936), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3938), - [anon_sym_DOT_DOT_LT] = ACTIONS(3938), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1181] = { + [sym_comment] = STATE(1181), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_RPAREN] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_POUND] = ACTIONS(3), }, - [1236] = { - [sym_expr_parenthesized] = STATE(6488), - [sym_val_range] = STATE(7677), - [sym__val_range] = STATE(7459), - [sym__value] = STATE(7677), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(6568), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5555), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(7678), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1236), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(3930), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(3936), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3938), - [anon_sym_DOT_DOT_LT] = ACTIONS(3938), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), + [1182] = { + [sym_comment] = STATE(1182), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(3666), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3668), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), + }, + [1183] = { + [sym_expr_parenthesized] = STATE(479), + [sym_val_range] = STATE(682), + [sym__val_range] = STATE(7528), + [sym__val_range_with_end] = STATE(7315), + [sym__value] = STATE(682), + [sym_val_nothing] = STATE(602), + [sym_val_bool] = STATE(510), + [sym_val_variable] = STATE(485), + [sym_val_number] = STATE(602), + [sym__val_number_decimal] = STATE(330), + [sym__val_number] = STATE(628), + [sym_val_duration] = STATE(602), + [sym_val_filesize] = STATE(602), + [sym_val_binary] = STATE(602), + [sym_val_string] = STATE(602), + [sym__raw_str] = STATE(663), + [sym__str_double_quotes] = STATE(663), + [sym_val_interpolated] = STATE(602), + [sym__inter_single_quotes] = STATE(629), + [sym__inter_double_quotes] = STATE(630), + [sym_val_list] = STATE(602), + [sym_val_record] = STATE(602), + [sym_val_table] = STATE(602), + [sym_val_closure] = STATE(602), + [sym__unquoted_in_record] = STATE(523), + [sym__unquoted_in_record_with_expr] = STATE(682), + [sym__unquoted_anonymous_prefix] = STATE(7076), + [sym_comment] = STATE(1183), + [anon_sym_LBRACK] = ACTIONS(3670), + [anon_sym_LPAREN] = ACTIONS(3672), + [anon_sym_DOLLAR] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(3674), + [anon_sym_DOT_DOT] = ACTIONS(3676), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3678), + [anon_sym_DOT_DOT_LT] = ACTIONS(3678), + [anon_sym_null] = ACTIONS(3680), + [anon_sym_true] = ACTIONS(3682), + [anon_sym_false] = ACTIONS(3682), + [aux_sym__val_number_decimal_token1] = ACTIONS(3684), + [aux_sym__val_number_decimal_token2] = ACTIONS(3686), + [aux_sym__val_number_decimal_token3] = ACTIONS(3688), + [aux_sym__val_number_decimal_token4] = ACTIONS(3690), + [aux_sym__val_number_token1] = ACTIONS(3692), + [aux_sym__val_number_token2] = ACTIONS(3692), + [aux_sym__val_number_token3] = ACTIONS(3692), + [aux_sym__val_number_token4] = ACTIONS(3694), + [aux_sym__val_number_token5] = ACTIONS(3694), + [aux_sym__val_number_token6] = ACTIONS(3694), + [anon_sym_0b] = ACTIONS(3696), + [anon_sym_0o] = ACTIONS(3698), + [anon_sym_0x] = ACTIONS(3698), + [sym_val_date] = ACTIONS(3700), + [anon_sym_DQUOTE] = ACTIONS(3702), + [sym__str_single_quotes] = ACTIONS(3704), + [sym__str_back_ticks] = ACTIONS(3704), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3708), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3710), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3712), + }, + [1184] = { + [sym_expr_parenthesized] = STATE(5869), + [sym_val_range] = STATE(7351), + [sym__val_range] = STATE(7475), + [sym__val_range_with_end] = STATE(7236), + [sym__value] = STATE(7351), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6457), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5119), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_record] = STATE(6253), + [sym__unquoted_in_record_with_expr] = STATE(7351), + [sym__unquoted_anonymous_prefix] = STATE(6968), + [sym_comment] = STATE(1184), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), + [anon_sym_DOT_DOT_LT] = ACTIONS(3716), + [anon_sym_null] = ACTIONS(3718), + [anon_sym_true] = ACTIONS(3720), + [anon_sym_false] = ACTIONS(3720), + [aux_sym__val_number_decimal_token1] = ACTIONS(3722), + [aux_sym__val_number_decimal_token2] = ACTIONS(3724), + [aux_sym__val_number_decimal_token3] = ACTIONS(3726), + [aux_sym__val_number_decimal_token4] = ACTIONS(3728), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3730), + [aux_sym__val_number_token5] = ACTIONS(3730), + [aux_sym__val_number_token6] = ACTIONS(3730), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3732), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3734), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(3124), }, - [1237] = { - [sym__expr_parenthesized_immediate] = STATE(1809), - [sym__immediate_decimal] = STATE(1584), - [sym_val_variable] = STATE(1809), - [sym_comment] = STATE(1237), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1617), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_DOT_DOT] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1619), - [anon_sym_DOT_DOT_LT] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(3976), - [aux_sym__immediate_decimal_token3] = ACTIONS(3978), - [aux_sym__immediate_decimal_token4] = ACTIONS(3980), - [aux_sym__immediate_decimal_token5] = ACTIONS(3982), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1617), - [aux_sym__val_number_decimal_token2] = ACTIONS(1617), - [aux_sym__val_number_decimal_token3] = ACTIONS(1617), - [aux_sym__val_number_decimal_token4] = ACTIONS(1617), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1617), - [anon_sym_0o] = ACTIONS(1617), - [anon_sym_0x] = ACTIONS(1617), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1617), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1619), + [1185] = { + [sym_comment] = STATE(1185), + [ts_builtin_sym_end] = ACTIONS(1589), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1238] = { - [sym_comment] = STATE(1238), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(3984), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3986), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1186] = { + [sym_expr_parenthesized] = STATE(5877), + [sym_val_range] = STATE(7360), + [sym__val_range] = STATE(7475), + [sym__val_range_with_end] = STATE(7236), + [sym__value] = STATE(7360), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6457), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5119), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_record] = STATE(6487), + [sym__unquoted_in_record_with_expr] = STATE(7360), + [sym__unquoted_anonymous_prefix] = STATE(6968), + [sym_comment] = STATE(1186), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), + [anon_sym_DOT_DOT_LT] = ACTIONS(3716), + [anon_sym_null] = ACTIONS(3718), + [anon_sym_true] = ACTIONS(3720), + [anon_sym_false] = ACTIONS(3720), + [aux_sym__val_number_decimal_token1] = ACTIONS(3722), + [aux_sym__val_number_decimal_token2] = ACTIONS(3724), + [aux_sym__val_number_decimal_token3] = ACTIONS(3726), + [aux_sym__val_number_decimal_token4] = ACTIONS(3728), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3730), + [aux_sym__val_number_token5] = ACTIONS(3730), + [aux_sym__val_number_token6] = ACTIONS(3730), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3732), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3734), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3124), }, - [1239] = { - [sym__expr_parenthesized_immediate] = STATE(1592), - [sym__immediate_decimal] = STATE(1425), - [sym_val_variable] = STATE(1592), - [sym_comment] = STATE(1239), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_DOT_DOT] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(3988), - [anon_sym_DOT] = ACTIONS(3990), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1583), - [anon_sym_DOT_DOT_LT] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(3992), - [aux_sym__immediate_decimal_token3] = ACTIONS(3994), - [aux_sym__immediate_decimal_token4] = ACTIONS(3996), - [aux_sym__immediate_decimal_token5] = ACTIONS(3998), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1569), - [anon_sym_0o] = ACTIONS(1569), - [anon_sym_0x] = ACTIONS(1569), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1569), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [1187] = { + [sym_comment] = STATE(1187), + [ts_builtin_sym_end] = ACTIONS(1597), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1240] = { - [sym__expr_parenthesized_immediate] = STATE(1817), - [sym__immediate_decimal] = STATE(1555), - [sym_val_variable] = STATE(1817), - [sym_comment] = STATE(1240), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_DOT_DOT] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1583), - [anon_sym_DOT_DOT_LT] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(3976), - [aux_sym__immediate_decimal_token3] = ACTIONS(3978), - [aux_sym__immediate_decimal_token4] = ACTIONS(3980), - [aux_sym__immediate_decimal_token5] = ACTIONS(3982), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1569), - [anon_sym_0o] = ACTIONS(1569), - [anon_sym_0x] = ACTIONS(1569), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1569), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [1188] = { + [sym_expr_parenthesized] = STATE(476), + [sym_val_range] = STATE(673), + [sym__val_range] = STATE(7528), + [sym__val_range_with_end] = STATE(7315), + [sym__value] = STATE(673), + [sym_val_nothing] = STATE(602), + [sym_val_bool] = STATE(510), + [sym_val_variable] = STATE(485), + [sym_val_number] = STATE(602), + [sym__val_number_decimal] = STATE(330), + [sym__val_number] = STATE(628), + [sym_val_duration] = STATE(602), + [sym_val_filesize] = STATE(602), + [sym_val_binary] = STATE(602), + [sym_val_string] = STATE(602), + [sym__raw_str] = STATE(663), + [sym__str_double_quotes] = STATE(663), + [sym_val_interpolated] = STATE(602), + [sym__inter_single_quotes] = STATE(629), + [sym__inter_double_quotes] = STATE(630), + [sym_val_list] = STATE(602), + [sym_val_record] = STATE(602), + [sym_val_table] = STATE(602), + [sym_val_closure] = STATE(602), + [sym__unquoted_in_record] = STATE(520), + [sym__unquoted_in_record_with_expr] = STATE(673), + [sym__unquoted_anonymous_prefix] = STATE(7076), + [sym_comment] = STATE(1188), + [anon_sym_LBRACK] = ACTIONS(3670), + [anon_sym_LPAREN] = ACTIONS(3672), + [anon_sym_DOLLAR] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(3674), + [anon_sym_DOT_DOT] = ACTIONS(3676), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3678), + [anon_sym_DOT_DOT_LT] = ACTIONS(3678), + [anon_sym_null] = ACTIONS(3680), + [anon_sym_true] = ACTIONS(3682), + [anon_sym_false] = ACTIONS(3682), + [aux_sym__val_number_decimal_token1] = ACTIONS(3684), + [aux_sym__val_number_decimal_token2] = ACTIONS(3686), + [aux_sym__val_number_decimal_token3] = ACTIONS(3688), + [aux_sym__val_number_decimal_token4] = ACTIONS(3690), + [aux_sym__val_number_token1] = ACTIONS(3692), + [aux_sym__val_number_token2] = ACTIONS(3692), + [aux_sym__val_number_token3] = ACTIONS(3692), + [aux_sym__val_number_token4] = ACTIONS(3694), + [aux_sym__val_number_token5] = ACTIONS(3694), + [aux_sym__val_number_token6] = ACTIONS(3694), + [anon_sym_0b] = ACTIONS(3696), + [anon_sym_0o] = ACTIONS(3698), + [anon_sym_0x] = ACTIONS(3698), + [sym_val_date] = ACTIONS(3700), + [anon_sym_DQUOTE] = ACTIONS(3702), + [sym__str_single_quotes] = ACTIONS(3704), + [sym__str_back_ticks] = ACTIONS(3704), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3708), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3710), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3712), }, - [1241] = { - [sym_cell_path] = STATE(1409), - [sym_path] = STATE(1357), - [sym_comment] = STATE(1241), - [aux_sym_cell_path_repeat1] = STATE(1251), - [anon_sym_EQ] = ACTIONS(935), - [anon_sym_PLUS_EQ] = ACTIONS(937), - [anon_sym_DASH_EQ] = ACTIONS(937), - [anon_sym_STAR_EQ] = ACTIONS(937), - [anon_sym_SLASH_EQ] = ACTIONS(937), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(937), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_RPAREN] = ACTIONS(937), - [anon_sym_GT2] = ACTIONS(935), - [anon_sym_DASH2] = ACTIONS(935), - [anon_sym_in2] = ACTIONS(937), - [anon_sym_RBRACE] = ACTIONS(937), - [anon_sym_STAR2] = ACTIONS(935), - [anon_sym_and2] = ACTIONS(937), - [anon_sym_xor2] = ACTIONS(937), - [anon_sym_or2] = ACTIONS(937), - [anon_sym_not_DASHin2] = ACTIONS(937), - [anon_sym_starts_DASHwith2] = ACTIONS(937), - [anon_sym_ends_DASHwith2] = ACTIONS(937), - [anon_sym_EQ_EQ2] = ACTIONS(937), - [anon_sym_BANG_EQ2] = ACTIONS(937), - [anon_sym_LT2] = ACTIONS(935), - [anon_sym_LT_EQ2] = ACTIONS(937), - [anon_sym_GT_EQ2] = ACTIONS(937), - [anon_sym_EQ_TILDE2] = ACTIONS(937), - [anon_sym_BANG_TILDE2] = ACTIONS(937), - [anon_sym_STAR_STAR2] = ACTIONS(937), - [anon_sym_PLUS_PLUS2] = ACTIONS(935), - [anon_sym_SLASH2] = ACTIONS(935), - [anon_sym_mod2] = ACTIONS(937), - [anon_sym_SLASH_SLASH2] = ACTIONS(937), - [anon_sym_PLUS2] = ACTIONS(935), - [anon_sym_bit_DASHshl2] = ACTIONS(937), - [anon_sym_bit_DASHshr2] = ACTIONS(937), - [anon_sym_bit_DASHand2] = ACTIONS(937), - [anon_sym_bit_DASHxor2] = ACTIONS(937), - [anon_sym_bit_DASHor2] = ACTIONS(937), - [anon_sym_DOT_DOT2] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), - [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_COLON2] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4000), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [anon_sym_POUND] = ACTIONS(251), + [1189] = { + [sym_expr_parenthesized] = STATE(478), + [sym_val_range] = STATE(677), + [sym__val_range] = STATE(7528), + [sym__val_range_with_end] = STATE(7315), + [sym__value] = STATE(677), + [sym_val_nothing] = STATE(602), + [sym_val_bool] = STATE(510), + [sym_val_variable] = STATE(485), + [sym_val_number] = STATE(602), + [sym__val_number_decimal] = STATE(330), + [sym__val_number] = STATE(628), + [sym_val_duration] = STATE(602), + [sym_val_filesize] = STATE(602), + [sym_val_binary] = STATE(602), + [sym_val_string] = STATE(602), + [sym__raw_str] = STATE(663), + [sym__str_double_quotes] = STATE(663), + [sym_val_interpolated] = STATE(602), + [sym__inter_single_quotes] = STATE(629), + [sym__inter_double_quotes] = STATE(630), + [sym_val_list] = STATE(602), + [sym_val_record] = STATE(602), + [sym_val_table] = STATE(602), + [sym_val_closure] = STATE(602), + [sym__unquoted_in_record] = STATE(522), + [sym__unquoted_in_record_with_expr] = STATE(677), + [sym__unquoted_anonymous_prefix] = STATE(7076), + [sym_comment] = STATE(1189), + [anon_sym_LBRACK] = ACTIONS(3670), + [anon_sym_LPAREN] = ACTIONS(3672), + [anon_sym_DOLLAR] = ACTIONS(1541), + [anon_sym_LBRACE] = ACTIONS(3674), + [anon_sym_DOT_DOT] = ACTIONS(3676), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3678), + [anon_sym_DOT_DOT_LT] = ACTIONS(3678), + [anon_sym_null] = ACTIONS(3680), + [anon_sym_true] = ACTIONS(3682), + [anon_sym_false] = ACTIONS(3682), + [aux_sym__val_number_decimal_token1] = ACTIONS(3684), + [aux_sym__val_number_decimal_token2] = ACTIONS(3686), + [aux_sym__val_number_decimal_token3] = ACTIONS(3688), + [aux_sym__val_number_decimal_token4] = ACTIONS(3690), + [aux_sym__val_number_token1] = ACTIONS(3692), + [aux_sym__val_number_token2] = ACTIONS(3692), + [aux_sym__val_number_token3] = ACTIONS(3692), + [aux_sym__val_number_token4] = ACTIONS(3694), + [aux_sym__val_number_token5] = ACTIONS(3694), + [aux_sym__val_number_token6] = ACTIONS(3694), + [anon_sym_0b] = ACTIONS(3696), + [anon_sym_0o] = ACTIONS(3698), + [anon_sym_0x] = ACTIONS(3698), + [sym_val_date] = ACTIONS(3700), + [anon_sym_DQUOTE] = ACTIONS(3702), + [sym__str_single_quotes] = ACTIONS(3704), + [sym__str_back_ticks] = ACTIONS(3704), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3708), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3710), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3712), }, - [1242] = { - [sym_comment] = STATE(1242), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4002), - [aux_sym__immediate_decimal_token2] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), + [1190] = { + [sym_expr_parenthesized] = STATE(517), + [sym_val_range] = STATE(745), + [sym__val_range] = STATE(7453), + [sym__val_range_with_end] = STATE(7300), + [sym__value] = STATE(745), + [sym_val_nothing] = STATE(729), + [sym_val_bool] = STATE(583), + [sym_val_variable] = STATE(532), + [sym_val_number] = STATE(729), + [sym__val_number_decimal] = STATE(344), + [sym__val_number] = STATE(757), + [sym_val_duration] = STATE(729), + [sym_val_filesize] = STATE(729), + [sym_val_binary] = STATE(729), + [sym_val_string] = STATE(729), + [sym__raw_str] = STATE(730), + [sym__str_double_quotes] = STATE(730), + [sym_val_interpolated] = STATE(729), + [sym__inter_single_quotes] = STATE(758), + [sym__inter_double_quotes] = STATE(759), + [sym_val_list] = STATE(729), + [sym_val_record] = STATE(729), + [sym_val_table] = STATE(729), + [sym_val_closure] = STATE(729), + [sym__unquoted_in_record] = STATE(571), + [sym__unquoted_in_record_with_expr] = STATE(745), + [sym__unquoted_anonymous_prefix] = STATE(6826), + [sym_comment] = STATE(1190), + [anon_sym_LBRACK] = ACTIONS(3736), + [anon_sym_LPAREN] = ACTIONS(3738), + [anon_sym_DOLLAR] = ACTIONS(3740), + [anon_sym_LBRACE] = ACTIONS(3742), + [anon_sym_DOT_DOT] = ACTIONS(3744), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3746), + [anon_sym_DOT_DOT_LT] = ACTIONS(3746), + [anon_sym_null] = ACTIONS(3748), + [anon_sym_true] = ACTIONS(3750), + [anon_sym_false] = ACTIONS(3750), + [aux_sym__val_number_decimal_token1] = ACTIONS(3752), + [aux_sym__val_number_decimal_token2] = ACTIONS(3754), + [aux_sym__val_number_decimal_token3] = ACTIONS(3756), + [aux_sym__val_number_decimal_token4] = ACTIONS(3758), + [aux_sym__val_number_token1] = ACTIONS(3760), + [aux_sym__val_number_token2] = ACTIONS(3760), + [aux_sym__val_number_token3] = ACTIONS(3760), + [aux_sym__val_number_token4] = ACTIONS(3762), + [aux_sym__val_number_token5] = ACTIONS(3762), + [aux_sym__val_number_token6] = ACTIONS(3762), + [anon_sym_0b] = ACTIONS(3764), + [anon_sym_0o] = ACTIONS(3766), + [anon_sym_0x] = ACTIONS(3766), + [sym_val_date] = ACTIONS(3768), + [anon_sym_DQUOTE] = ACTIONS(3770), + [sym__str_single_quotes] = ACTIONS(3772), + [sym__str_back_ticks] = ACTIONS(3772), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3774), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3776), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3778), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3780), }, - [1243] = { - [sym__expr_parenthesized_immediate] = STATE(1544), - [sym__immediate_decimal] = STATE(1545), - [sym_val_variable] = STATE(1544), - [sym_comment] = STATE(1243), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_RPAREN] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(1597), - [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_DOT_DOT] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(3956), - [anon_sym_DOT] = ACTIONS(4006), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1597), - [anon_sym_DOT_DOT_LT] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4008), - [aux_sym__immediate_decimal_token3] = ACTIONS(4010), - [aux_sym__immediate_decimal_token4] = ACTIONS(4012), - [aux_sym__immediate_decimal_token5] = ACTIONS(4014), - [anon_sym_null] = ACTIONS(1597), - [anon_sym_true] = ACTIONS(1597), - [anon_sym_false] = ACTIONS(1597), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_decimal_token2] = ACTIONS(1587), - [aux_sym__val_number_decimal_token3] = ACTIONS(1587), - [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), - [aux_sym__val_number_token4] = ACTIONS(1597), - [aux_sym__val_number_token5] = ACTIONS(1597), - [aux_sym__val_number_token6] = ACTIONS(1597), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1597), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), - [aux_sym_unquoted_token1] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), + [1191] = { + [sym_comment] = STATE(1191), + [ts_builtin_sym_end] = ACTIONS(1669), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1244] = { - [sym__val_range] = STATE(7401), - [sym__value] = STATE(1833), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1772), - [sym_val_variable] = STATE(1825), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1415), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_unquoted] = STATE(1834), - [sym__unquoted_anonymous_prefix] = STATE(7445), - [sym_comment] = STATE(1244), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(4016), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(4020), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4022), - [anon_sym_DOT_DOT_LT] = ACTIONS(4022), - [anon_sym_null] = ACTIONS(4024), - [anon_sym_true] = ACTIONS(4026), - [anon_sym_false] = ACTIONS(4026), - [aux_sym__val_number_decimal_token1] = ACTIONS(4028), - [aux_sym__val_number_decimal_token2] = ACTIONS(4030), - [aux_sym__val_number_decimal_token3] = ACTIONS(4032), - [aux_sym__val_number_decimal_token4] = ACTIONS(4034), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(4036), - [aux_sym__val_number_token5] = ACTIONS(4036), - [aux_sym__val_number_token6] = ACTIONS(4036), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(4038), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4040), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), + [1192] = { + [sym_comment] = STATE(1192), + [ts_builtin_sym_end] = ACTIONS(1735), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_POUND] = ACTIONS(3), }, - [1245] = { - [sym__expr_parenthesized_immediate] = STATE(1710), - [sym__immediate_decimal] = STATE(1717), - [sym_val_variable] = STATE(1710), - [sym_comment] = STATE(1245), - [sym__newline] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_err_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_GT_PIPE] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1691), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1689), - [anon_sym_RPAREN] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1691), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_DOT_DOT_LT] = ACTIONS(1691), - [aux_sym__immediate_decimal_token1] = ACTIONS(4042), - [aux_sym__immediate_decimal_token3] = ACTIONS(4044), - [aux_sym__immediate_decimal_token4] = ACTIONS(4046), - [aux_sym__immediate_decimal_token5] = ACTIONS(4048), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1689), - [aux_sym__val_number_decimal_token2] = ACTIONS(1689), - [aux_sym__val_number_decimal_token3] = ACTIONS(1689), - [aux_sym__val_number_decimal_token4] = ACTIONS(1689), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1689), - [anon_sym_0o] = ACTIONS(1689), - [anon_sym_0x] = ACTIONS(1689), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_err_GT] = ACTIONS(1689), - [anon_sym_out_GT] = ACTIONS(1689), - [anon_sym_e_GT] = ACTIONS(1689), - [anon_sym_o_GT] = ACTIONS(1689), - [anon_sym_err_PLUSout_GT] = ACTIONS(1689), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1689), - [anon_sym_o_PLUSe_GT] = ACTIONS(1689), - [anon_sym_e_PLUSo_GT] = ACTIONS(1689), - [anon_sym_err_GT_GT] = ACTIONS(1691), - [anon_sym_out_GT_GT] = ACTIONS(1691), - [anon_sym_e_GT_GT] = ACTIONS(1691), - [anon_sym_o_GT_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1691), - [aux_sym_unquoted_token1] = ACTIONS(1689), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1691), + [1193] = { + [sym_comment] = STATE(1193), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1246] = { - [sym_comment] = STATE(1246), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4050), - [aux_sym__immediate_decimal_token2] = ACTIONS(4052), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), + [1194] = { + [sym_comment] = STATE(1194), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3782), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1247] = { - [sym_comment] = STATE(1247), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4054), - [aux_sym__immediate_decimal_token2] = ACTIONS(4056), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), + [1195] = { + [sym_comment] = STATE(1195), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1248] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5874), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5064), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5880), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1248), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4062), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4074), - [aux_sym__val_number_decimal_token2] = ACTIONS(4076), - [aux_sym__val_number_decimal_token3] = ACTIONS(4078), - [aux_sym__val_number_decimal_token4] = ACTIONS(4080), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4082), - [aux_sym__val_number_token5] = ACTIONS(4082), - [aux_sym__val_number_token6] = ACTIONS(4082), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1196] = { + [sym_expr_parenthesized] = STATE(513), + [sym_val_range] = STATE(740), + [sym__val_range] = STATE(7453), + [sym__val_range_with_end] = STATE(7300), + [sym__value] = STATE(740), + [sym_val_nothing] = STATE(729), + [sym_val_bool] = STATE(583), + [sym_val_variable] = STATE(532), + [sym_val_number] = STATE(729), + [sym__val_number_decimal] = STATE(344), + [sym__val_number] = STATE(757), + [sym_val_duration] = STATE(729), + [sym_val_filesize] = STATE(729), + [sym_val_binary] = STATE(729), + [sym_val_string] = STATE(729), + [sym__raw_str] = STATE(730), + [sym__str_double_quotes] = STATE(730), + [sym_val_interpolated] = STATE(729), + [sym__inter_single_quotes] = STATE(758), + [sym__inter_double_quotes] = STATE(759), + [sym_val_list] = STATE(729), + [sym_val_record] = STATE(729), + [sym_val_table] = STATE(729), + [sym_val_closure] = STATE(729), + [sym__unquoted_in_record] = STATE(563), + [sym__unquoted_in_record_with_expr] = STATE(740), + [sym__unquoted_anonymous_prefix] = STATE(6826), + [sym_comment] = STATE(1196), + [anon_sym_LBRACK] = ACTIONS(3736), + [anon_sym_LPAREN] = ACTIONS(3738), + [anon_sym_DOLLAR] = ACTIONS(3740), + [anon_sym_LBRACE] = ACTIONS(3742), + [anon_sym_DOT_DOT] = ACTIONS(3744), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3746), + [anon_sym_DOT_DOT_LT] = ACTIONS(3746), + [anon_sym_null] = ACTIONS(3748), + [anon_sym_true] = ACTIONS(3750), + [anon_sym_false] = ACTIONS(3750), + [aux_sym__val_number_decimal_token1] = ACTIONS(3752), + [aux_sym__val_number_decimal_token2] = ACTIONS(3754), + [aux_sym__val_number_decimal_token3] = ACTIONS(3756), + [aux_sym__val_number_decimal_token4] = ACTIONS(3758), + [aux_sym__val_number_token1] = ACTIONS(3760), + [aux_sym__val_number_token2] = ACTIONS(3760), + [aux_sym__val_number_token3] = ACTIONS(3760), + [aux_sym__val_number_token4] = ACTIONS(3762), + [aux_sym__val_number_token5] = ACTIONS(3762), + [aux_sym__val_number_token6] = ACTIONS(3762), + [anon_sym_0b] = ACTIONS(3764), + [anon_sym_0o] = ACTIONS(3766), + [anon_sym_0x] = ACTIONS(3766), + [sym_val_date] = ACTIONS(3768), + [anon_sym_DQUOTE] = ACTIONS(3770), + [sym__str_single_quotes] = ACTIONS(3772), + [sym__str_back_ticks] = ACTIONS(3772), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3774), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3776), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3778), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3780), }, - [1249] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5806), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5110), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5808), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1249), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4090), - [aux_sym__val_number_decimal_token2] = ACTIONS(4092), - [aux_sym__val_number_decimal_token3] = ACTIONS(4094), - [aux_sym__val_number_decimal_token4] = ACTIONS(4096), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4098), - [aux_sym__val_number_token5] = ACTIONS(4098), - [aux_sym__val_number_token6] = ACTIONS(4098), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1197] = { + [sym_comment] = STATE(1197), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1250] = { - [sym_comment] = STATE(1250), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(4100), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4102), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1198] = { + [sym_comment] = STATE(1198), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(3784), + [aux_sym__immediate_decimal_token2] = ACTIONS(3786), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1251] = { - [sym_path] = STATE(1357), - [sym_comment] = STATE(1251), - [aux_sym_cell_path_repeat1] = STATE(1255), - [anon_sym_EQ] = ACTIONS(948), - [anon_sym_PLUS_EQ] = ACTIONS(950), - [anon_sym_DASH_EQ] = ACTIONS(950), - [anon_sym_STAR_EQ] = ACTIONS(950), - [anon_sym_SLASH_EQ] = ACTIONS(950), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(950), - [sym__newline] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_err_GT_PIPE] = ACTIONS(950), - [anon_sym_out_GT_PIPE] = ACTIONS(950), - [anon_sym_e_GT_PIPE] = ACTIONS(950), - [anon_sym_o_GT_PIPE] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), - [anon_sym_RPAREN] = ACTIONS(950), - [anon_sym_GT2] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_in2] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_STAR2] = ACTIONS(948), - [anon_sym_and2] = ACTIONS(950), - [anon_sym_xor2] = ACTIONS(950), - [anon_sym_or2] = ACTIONS(950), - [anon_sym_not_DASHin2] = ACTIONS(950), - [anon_sym_starts_DASHwith2] = ACTIONS(950), - [anon_sym_ends_DASHwith2] = ACTIONS(950), - [anon_sym_EQ_EQ2] = ACTIONS(950), - [anon_sym_BANG_EQ2] = ACTIONS(950), - [anon_sym_LT2] = ACTIONS(948), - [anon_sym_LT_EQ2] = ACTIONS(950), - [anon_sym_GT_EQ2] = ACTIONS(950), - [anon_sym_EQ_TILDE2] = ACTIONS(950), - [anon_sym_BANG_TILDE2] = ACTIONS(950), - [anon_sym_STAR_STAR2] = ACTIONS(950), - [anon_sym_PLUS_PLUS2] = ACTIONS(948), - [anon_sym_SLASH2] = ACTIONS(948), - [anon_sym_mod2] = ACTIONS(950), - [anon_sym_SLASH_SLASH2] = ACTIONS(950), - [anon_sym_PLUS2] = ACTIONS(948), - [anon_sym_bit_DASHshl2] = ACTIONS(950), - [anon_sym_bit_DASHshr2] = ACTIONS(950), - [anon_sym_bit_DASHand2] = ACTIONS(950), - [anon_sym_bit_DASHxor2] = ACTIONS(950), - [anon_sym_bit_DASHor2] = ACTIONS(950), - [anon_sym_DOT_DOT2] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), - [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_COLON2] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4000), - [anon_sym_err_GT] = ACTIONS(948), - [anon_sym_out_GT] = ACTIONS(948), - [anon_sym_e_GT] = ACTIONS(948), - [anon_sym_o_GT] = ACTIONS(948), - [anon_sym_err_PLUSout_GT] = ACTIONS(948), - [anon_sym_out_PLUSerr_GT] = ACTIONS(948), - [anon_sym_o_PLUSe_GT] = ACTIONS(948), - [anon_sym_e_PLUSo_GT] = ACTIONS(948), - [anon_sym_err_GT_GT] = ACTIONS(950), - [anon_sym_out_GT_GT] = ACTIONS(950), - [anon_sym_e_GT_GT] = ACTIONS(950), - [anon_sym_o_GT_GT] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), - [anon_sym_POUND] = ACTIONS(251), + [1199] = { + [sym_comment] = STATE(1199), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_RBRACE] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1252] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5867), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5064), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5869), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1252), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4062), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4074), - [aux_sym__val_number_decimal_token2] = ACTIONS(4076), - [aux_sym__val_number_decimal_token3] = ACTIONS(4078), - [aux_sym__val_number_decimal_token4] = ACTIONS(4080), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4082), - [aux_sym__val_number_token5] = ACTIONS(4082), - [aux_sym__val_number_token6] = ACTIONS(4082), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1200] = { + [sym_expr_parenthesized] = STATE(515), + [sym_val_range] = STATE(742), + [sym__val_range] = STATE(7453), + [sym__val_range_with_end] = STATE(7300), + [sym__value] = STATE(742), + [sym_val_nothing] = STATE(729), + [sym_val_bool] = STATE(583), + [sym_val_variable] = STATE(532), + [sym_val_number] = STATE(729), + [sym__val_number_decimal] = STATE(344), + [sym__val_number] = STATE(757), + [sym_val_duration] = STATE(729), + [sym_val_filesize] = STATE(729), + [sym_val_binary] = STATE(729), + [sym_val_string] = STATE(729), + [sym__raw_str] = STATE(730), + [sym__str_double_quotes] = STATE(730), + [sym_val_interpolated] = STATE(729), + [sym__inter_single_quotes] = STATE(758), + [sym__inter_double_quotes] = STATE(759), + [sym_val_list] = STATE(729), + [sym_val_record] = STATE(729), + [sym_val_table] = STATE(729), + [sym_val_closure] = STATE(729), + [sym__unquoted_in_record] = STATE(567), + [sym__unquoted_in_record_with_expr] = STATE(742), + [sym__unquoted_anonymous_prefix] = STATE(6826), + [sym_comment] = STATE(1200), + [anon_sym_LBRACK] = ACTIONS(3736), + [anon_sym_LPAREN] = ACTIONS(3738), + [anon_sym_DOLLAR] = ACTIONS(3740), + [anon_sym_LBRACE] = ACTIONS(3742), + [anon_sym_DOT_DOT] = ACTIONS(3744), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3746), + [anon_sym_DOT_DOT_LT] = ACTIONS(3746), + [anon_sym_null] = ACTIONS(3748), + [anon_sym_true] = ACTIONS(3750), + [anon_sym_false] = ACTIONS(3750), + [aux_sym__val_number_decimal_token1] = ACTIONS(3752), + [aux_sym__val_number_decimal_token2] = ACTIONS(3754), + [aux_sym__val_number_decimal_token3] = ACTIONS(3756), + [aux_sym__val_number_decimal_token4] = ACTIONS(3758), + [aux_sym__val_number_token1] = ACTIONS(3760), + [aux_sym__val_number_token2] = ACTIONS(3760), + [aux_sym__val_number_token3] = ACTIONS(3760), + [aux_sym__val_number_token4] = ACTIONS(3762), + [aux_sym__val_number_token5] = ACTIONS(3762), + [aux_sym__val_number_token6] = ACTIONS(3762), + [anon_sym_0b] = ACTIONS(3764), + [anon_sym_0o] = ACTIONS(3766), + [anon_sym_0x] = ACTIONS(3766), + [sym_val_date] = ACTIONS(3768), + [anon_sym_DQUOTE] = ACTIONS(3770), + [sym__str_single_quotes] = ACTIONS(3772), + [sym__str_back_ticks] = ACTIONS(3772), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3774), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3776), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3778), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3780), }, - [1253] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5940), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5110), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5941), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1253), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4090), - [aux_sym__val_number_decimal_token2] = ACTIONS(4092), - [aux_sym__val_number_decimal_token3] = ACTIONS(4094), - [aux_sym__val_number_decimal_token4] = ACTIONS(4096), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4098), - [aux_sym__val_number_token5] = ACTIONS(4098), - [aux_sym__val_number_token6] = ACTIONS(4098), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1201] = { + [sym_comment] = STATE(1201), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_RBRACE] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1254] = { - [sym_comment] = STATE(1254), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(3986), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1202] = { + [sym_comment] = STATE(1202), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3788), + [sym_duration_unit] = ACTIONS(3790), + [anon_sym_POUND] = ACTIONS(3), }, - [1255] = { - [sym_path] = STATE(1357), - [sym_comment] = STATE(1255), - [aux_sym_cell_path_repeat1] = STATE(1255), - [anon_sym_EQ] = ACTIONS(941), - [anon_sym_PLUS_EQ] = ACTIONS(943), - [anon_sym_DASH_EQ] = ACTIONS(943), - [anon_sym_STAR_EQ] = ACTIONS(943), - [anon_sym_SLASH_EQ] = ACTIONS(943), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(943), - [sym__newline] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_err_GT_PIPE] = ACTIONS(943), - [anon_sym_out_GT_PIPE] = ACTIONS(943), - [anon_sym_e_GT_PIPE] = ACTIONS(943), - [anon_sym_o_GT_PIPE] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [anon_sym_GT2] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(943), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_STAR2] = ACTIONS(941), - [anon_sym_and2] = ACTIONS(943), - [anon_sym_xor2] = ACTIONS(943), - [anon_sym_or2] = ACTIONS(943), - [anon_sym_not_DASHin2] = ACTIONS(943), - [anon_sym_starts_DASHwith2] = ACTIONS(943), - [anon_sym_ends_DASHwith2] = ACTIONS(943), - [anon_sym_EQ_EQ2] = ACTIONS(943), - [anon_sym_BANG_EQ2] = ACTIONS(943), - [anon_sym_LT2] = ACTIONS(941), - [anon_sym_LT_EQ2] = ACTIONS(943), - [anon_sym_GT_EQ2] = ACTIONS(943), - [anon_sym_EQ_TILDE2] = ACTIONS(943), - [anon_sym_BANG_TILDE2] = ACTIONS(943), - [anon_sym_STAR_STAR2] = ACTIONS(943), - [anon_sym_PLUS_PLUS2] = ACTIONS(941), - [anon_sym_SLASH2] = ACTIONS(941), - [anon_sym_mod2] = ACTIONS(943), - [anon_sym_SLASH_SLASH2] = ACTIONS(943), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_bit_DASHshl2] = ACTIONS(943), - [anon_sym_bit_DASHshr2] = ACTIONS(943), - [anon_sym_bit_DASHand2] = ACTIONS(943), - [anon_sym_bit_DASHxor2] = ACTIONS(943), - [anon_sym_bit_DASHor2] = ACTIONS(943), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_COLON2] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4104), - [anon_sym_err_GT] = ACTIONS(941), - [anon_sym_out_GT] = ACTIONS(941), - [anon_sym_e_GT] = ACTIONS(941), - [anon_sym_o_GT] = ACTIONS(941), - [anon_sym_err_PLUSout_GT] = ACTIONS(941), - [anon_sym_out_PLUSerr_GT] = ACTIONS(941), - [anon_sym_o_PLUSe_GT] = ACTIONS(941), - [anon_sym_e_PLUSo_GT] = ACTIONS(941), - [anon_sym_err_GT_GT] = ACTIONS(943), - [anon_sym_out_GT_GT] = ACTIONS(943), - [anon_sym_e_GT_GT] = ACTIONS(943), - [anon_sym_o_GT_GT] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), - [anon_sym_POUND] = ACTIONS(251), + [1203] = { + [sym_comment] = STATE(1203), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_RBRACE] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1256] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7390), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2932), - [sym_val_range] = STATE(3151), - [sym__val_range] = STATE(7478), - [sym_val_nothing] = STATE(3156), - [sym_val_bool] = STATE(3060), - [sym_val_variable] = STATE(2899), - [sym_val_number] = STATE(3156), - [sym__val_number_decimal] = STATE(2706), - [sym__val_number] = STATE(3188), - [sym_val_duration] = STATE(3156), - [sym_val_filesize] = STATE(3156), - [sym_val_binary] = STATE(3156), - [sym_val_string] = STATE(3156), - [sym__raw_str] = STATE(3162), - [sym__str_double_quotes] = STATE(3162), - [sym_val_table] = STATE(3156), - [sym__unquoted_in_list] = STATE(3134), - [sym__unquoted_anonymous_prefix] = STATE(7504), - [sym_comment] = STATE(1256), - [aux_sym__match_pattern_list_repeat1] = STATE(1328), - [anon_sym_LBRACK] = ACTIONS(4107), - [anon_sym_RBRACK] = ACTIONS(4109), - [anon_sym_LPAREN] = ACTIONS(3882), - [anon_sym_DOLLAR] = ACTIONS(3884), - [anon_sym_LBRACE] = ACTIONS(3886), - [anon_sym_DOT_DOT] = ACTIONS(4111), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3890), - [anon_sym_DOT_DOT_LT] = ACTIONS(3890), - [anon_sym_null] = ACTIONS(3892), - [anon_sym_true] = ACTIONS(3894), - [anon_sym_false] = ACTIONS(3894), - [aux_sym__val_number_decimal_token1] = ACTIONS(3896), - [aux_sym__val_number_decimal_token2] = ACTIONS(3898), - [aux_sym__val_number_decimal_token3] = ACTIONS(3900), - [aux_sym__val_number_decimal_token4] = ACTIONS(3902), - [aux_sym__val_number_token1] = ACTIONS(3904), - [aux_sym__val_number_token2] = ACTIONS(3904), - [aux_sym__val_number_token3] = ACTIONS(3904), - [aux_sym__val_number_token4] = ACTIONS(3906), - [aux_sym__val_number_token5] = ACTIONS(3906), - [aux_sym__val_number_token6] = ACTIONS(3906), - [anon_sym_0b] = ACTIONS(3908), - [anon_sym_0o] = ACTIONS(3910), - [anon_sym_0x] = ACTIONS(3910), - [sym_val_date] = ACTIONS(3912), - [anon_sym_DQUOTE] = ACTIONS(3914), - [sym__str_single_quotes] = ACTIONS(3916), - [sym__str_back_ticks] = ACTIONS(3916), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3918), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3920), + [1204] = { + [sym_comment] = STATE(1204), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_RBRACE] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_POUND] = ACTIONS(3), }, - [1257] = { - [sym__expr_parenthesized_immediate] = STATE(7219), - [sym_comment] = STATE(1257), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT2] = ACTIONS(4115), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1653), - [anon_sym_DOT_DOT_LT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4117), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4117), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(4119), - [sym_duration_unit] = ACTIONS(4121), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4123), + [1205] = { + [sym_expr_parenthesized] = STATE(5924), + [sym_val_range] = STATE(7231), + [sym__val_range] = STATE(7475), + [sym__val_range_with_end] = STATE(7236), + [sym__value] = STATE(7231), + [sym_val_nothing] = STATE(7128), + [sym_val_bool] = STATE(6457), + [sym_val_variable] = STATE(5784), + [sym_val_number] = STATE(7128), + [sym__val_number_decimal] = STATE(5119), + [sym__val_number] = STATE(7195), + [sym_val_duration] = STATE(7128), + [sym_val_filesize] = STATE(7128), + [sym_val_binary] = STATE(7128), + [sym_val_string] = STATE(7128), + [sym__raw_str] = STATE(5129), + [sym__str_double_quotes] = STATE(5129), + [sym_val_interpolated] = STATE(7128), + [sym__inter_single_quotes] = STATE(6854), + [sym__inter_double_quotes] = STATE(6868), + [sym_val_list] = STATE(7128), + [sym_val_record] = STATE(7128), + [sym_val_table] = STATE(7128), + [sym_val_closure] = STATE(7128), + [sym__unquoted_in_record] = STATE(6181), + [sym__unquoted_in_record_with_expr] = STATE(7231), + [sym__unquoted_anonymous_prefix] = STATE(6968), + [sym_comment] = STATE(1205), + [anon_sym_LBRACK] = ACTIONS(3082), + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_DOLLAR] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(3090), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3716), + [anon_sym_DOT_DOT_LT] = ACTIONS(3716), + [anon_sym_null] = ACTIONS(3718), + [anon_sym_true] = ACTIONS(3720), + [anon_sym_false] = ACTIONS(3720), + [aux_sym__val_number_decimal_token1] = ACTIONS(3722), + [aux_sym__val_number_decimal_token2] = ACTIONS(3724), + [aux_sym__val_number_decimal_token3] = ACTIONS(3726), + [aux_sym__val_number_decimal_token4] = ACTIONS(3728), + [aux_sym__val_number_token1] = ACTIONS(3108), + [aux_sym__val_number_token2] = ACTIONS(3108), + [aux_sym__val_number_token3] = ACTIONS(3108), + [aux_sym__val_number_token4] = ACTIONS(3730), + [aux_sym__val_number_token5] = ACTIONS(3730), + [aux_sym__val_number_token6] = ACTIONS(3730), + [anon_sym_0b] = ACTIONS(3112), + [anon_sym_0o] = ACTIONS(3114), + [anon_sym_0x] = ACTIONS(3114), + [sym_val_date] = ACTIONS(3732), + [anon_sym_DQUOTE] = ACTIONS(3118), + [sym__str_single_quotes] = ACTIONS(3120), + [sym__str_back_ticks] = ACTIONS(3120), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2583), + [anon_sym_err_GT] = ACTIONS(3620), + [anon_sym_out_GT] = ACTIONS(3620), + [anon_sym_e_GT] = ACTIONS(3620), + [anon_sym_o_GT] = ACTIONS(3620), + [anon_sym_err_PLUSout_GT] = ACTIONS(3620), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3620), + [anon_sym_o_PLUSe_GT] = ACTIONS(3620), + [anon_sym_e_PLUSo_GT] = ACTIONS(3620), + [anon_sym_err_GT_GT] = ACTIONS(3622), + [anon_sym_out_GT_GT] = ACTIONS(3622), + [anon_sym_e_GT_GT] = ACTIONS(3622), + [anon_sym_o_GT_GT] = ACTIONS(3622), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3622), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3622), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3622), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3622), + [aux_sym__unquoted_in_record_token1] = ACTIONS(3734), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), + [sym_raw_string_begin] = ACTIONS(3124), }, - [1258] = { - [sym__val_range] = STATE(7459), - [sym__value] = STATE(5874), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(2111), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5539), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(5880), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1258), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(4125), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(4127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4129), - [anon_sym_DOT_DOT_LT] = ACTIONS(4129), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), - [aux_sym__val_number_token1] = ACTIONS(227), - [aux_sym__val_number_token2] = ACTIONS(227), - [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), - [anon_sym_0b] = ACTIONS(231), - [anon_sym_0o] = ACTIONS(233), - [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(3212), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1206] = { + [sym_comment] = STATE(1206), + [ts_builtin_sym_end] = ACTIONS(1693), + [anon_sym_STAR_STAR] = ACTIONS(3042), + [anon_sym_PLUS_PLUS] = ACTIONS(3042), + [anon_sym_STAR] = ACTIONS(3044), + [anon_sym_SLASH] = ACTIONS(3044), + [anon_sym_mod] = ACTIONS(3042), + [anon_sym_SLASH_SLASH] = ACTIONS(3042), + [anon_sym_PLUS] = ACTIONS(3044), + [anon_sym_DASH] = ACTIONS(3042), + [anon_sym_bit_DASHshl] = ACTIONS(3042), + [anon_sym_bit_DASHshr] = ACTIONS(3042), + [anon_sym_EQ_TILDE] = ACTIONS(3042), + [anon_sym_BANG_TILDE] = ACTIONS(3042), + [anon_sym_bit_DASHand] = ACTIONS(3042), + [anon_sym_bit_DASHxor] = ACTIONS(3042), + [anon_sym_bit_DASHor] = ACTIONS(3042), + [anon_sym_and] = ACTIONS(3042), + [anon_sym_xor] = ACTIONS(3042), + [anon_sym_or] = ACTIONS(3042), + [anon_sym_in] = ACTIONS(3042), + [anon_sym_not_DASHin] = ACTIONS(3042), + [anon_sym_starts_DASHwith] = ACTIONS(3042), + [anon_sym_ends_DASHwith] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(3044), + [anon_sym_LT_EQ] = ACTIONS(3042), + [anon_sym_GT] = ACTIONS(3044), + [anon_sym_GT_EQ] = ACTIONS(3042), + [aux_sym_cmd_identifier_token41] = ACTIONS(3046), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3048), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3050), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3050), + [sym_filesize_unit] = ACTIONS(3792), + [sym_duration_unit] = ACTIONS(3794), + [anon_sym_POUND] = ACTIONS(3), }, - [1259] = { - [sym__expr_parenthesized_immediate] = STATE(1815), - [sym__immediate_decimal] = STATE(1705), - [sym_val_variable] = STATE(1815), - [sym_comment] = STATE(1259), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_RPAREN] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1597), + [1207] = { + [sym_comment] = STATE(1207), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_DOT_DOT] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1597), - [anon_sym_DOT_DOT_LT] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4042), - [aux_sym__immediate_decimal_token3] = ACTIONS(4044), - [aux_sym__immediate_decimal_token4] = ACTIONS(4046), - [aux_sym__immediate_decimal_token5] = ACTIONS(4048), - [anon_sym_null] = ACTIONS(1597), - [anon_sym_true] = ACTIONS(1597), - [anon_sym_false] = ACTIONS(1597), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_decimal_token2] = ACTIONS(1587), - [aux_sym__val_number_decimal_token3] = ACTIONS(1587), - [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), - [aux_sym__val_number_token4] = ACTIONS(1597), - [aux_sym__val_number_token5] = ACTIONS(1597), - [aux_sym__val_number_token6] = ACTIONS(1597), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1597), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), - [aux_sym_unquoted_token1] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3658), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1260] = { - [sym__expr_parenthesized_immediate] = STATE(1628), - [sym__immediate_decimal] = STATE(1613), - [sym_val_variable] = STATE(1628), - [sym_comment] = STATE(1260), - [ts_builtin_sym_end] = ACTIONS(1597), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(1597), - [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_DOT_DOT] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(3988), - [anon_sym_DOT] = ACTIONS(4131), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1597), - [anon_sym_DOT_DOT_LT] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4133), - [aux_sym__immediate_decimal_token3] = ACTIONS(4135), - [aux_sym__immediate_decimal_token4] = ACTIONS(4137), - [aux_sym__immediate_decimal_token5] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(1597), - [anon_sym_true] = ACTIONS(1597), - [anon_sym_false] = ACTIONS(1597), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_decimal_token2] = ACTIONS(1587), - [aux_sym__val_number_decimal_token3] = ACTIONS(1587), - [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), - [aux_sym__val_number_token4] = ACTIONS(1597), - [aux_sym__val_number_token5] = ACTIONS(1597), - [aux_sym__val_number_token6] = ACTIONS(1597), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1597), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), - [aux_sym_unquoted_token1] = ACTIONS(1587), + [1208] = { + [sym_comment] = STATE(1208), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_RPAREN] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3796), + [sym_duration_unit] = ACTIONS(3798), + [anon_sym_POUND] = ACTIONS(3), + }, + [1209] = { + [sym_comment] = STATE(1209), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(3800), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), + }, + [1210] = { + [sym_match_arm] = STATE(6667), + [sym_default_arm] = STATE(6667), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1210), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), + [sym_raw_string_begin] = ACTIONS(253), }, - [1261] = { - [sym__expr_parenthesized_immediate] = STATE(1921), - [sym__immediate_decimal] = STATE(1700), - [sym_val_variable] = STATE(1921), - [sym_comment] = STATE(1261), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(1583), - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_DOT_DOT] = ACTIONS(1569), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1583), - [anon_sym_DOT_DOT_LT] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(4143), - [aux_sym__immediate_decimal_token3] = ACTIONS(4145), - [aux_sym__immediate_decimal_token4] = ACTIONS(4147), - [aux_sym__immediate_decimal_token5] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(1583), - [anon_sym_true] = ACTIONS(1583), - [anon_sym_false] = ACTIONS(1583), - [aux_sym__val_number_decimal_token1] = ACTIONS(1569), - [aux_sym__val_number_decimal_token2] = ACTIONS(1569), - [aux_sym__val_number_decimal_token3] = ACTIONS(1569), - [aux_sym__val_number_decimal_token4] = ACTIONS(1569), - [aux_sym__val_number_token1] = ACTIONS(1583), - [aux_sym__val_number_token2] = ACTIONS(1583), - [aux_sym__val_number_token3] = ACTIONS(1583), - [aux_sym__val_number_token4] = ACTIONS(1583), - [aux_sym__val_number_token5] = ACTIONS(1583), - [aux_sym__val_number_token6] = ACTIONS(1583), - [anon_sym_0b] = ACTIONS(1569), - [anon_sym_0o] = ACTIONS(1569), - [anon_sym_0x] = ACTIONS(1569), - [sym_val_date] = ACTIONS(1583), - [anon_sym_DQUOTE] = ACTIONS(1583), - [sym__str_single_quotes] = ACTIONS(1583), - [sym__str_back_ticks] = ACTIONS(1583), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1583), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token1] = ACTIONS(1569), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1583), + [1211] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7501), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2902), + [sym_val_range] = STATE(3134), + [sym__val_range] = STATE(7495), + [sym_val_nothing] = STATE(3146), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2903), + [sym_val_number] = STATE(3146), + [sym__val_number_decimal] = STATE(2743), + [sym__val_number] = STATE(3166), + [sym_val_duration] = STATE(3146), + [sym_val_filesize] = STATE(3146), + [sym_val_binary] = STATE(3146), + [sym_val_string] = STATE(3146), + [sym__raw_str] = STATE(3154), + [sym__str_double_quotes] = STATE(3154), + [sym_val_list] = STATE(7503), + [sym_val_table] = STATE(3146), + [sym__unquoted_in_list] = STATE(3138), + [sym__unquoted_anonymous_prefix] = STATE(7504), + [sym_comment] = STATE(1211), + [aux_sym_shebang_repeat1] = STATE(6517), + [aux_sym__match_pattern_list_repeat1] = STATE(1289), + [sym__newline] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3804), + [anon_sym_RBRACK] = ACTIONS(3806), + [anon_sym_LPAREN] = ACTIONS(3808), + [anon_sym_DOLLAR] = ACTIONS(3810), + [anon_sym_LBRACE] = ACTIONS(3812), + [anon_sym_DOT_DOT] = ACTIONS(3814), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3816), + [anon_sym_DOT_DOT_LT] = ACTIONS(3816), + [anon_sym_null] = ACTIONS(3818), + [anon_sym_true] = ACTIONS(3820), + [anon_sym_false] = ACTIONS(3820), + [aux_sym__val_number_decimal_token1] = ACTIONS(3822), + [aux_sym__val_number_decimal_token2] = ACTIONS(3824), + [aux_sym__val_number_decimal_token3] = ACTIONS(3826), + [aux_sym__val_number_decimal_token4] = ACTIONS(3828), + [aux_sym__val_number_token1] = ACTIONS(3830), + [aux_sym__val_number_token2] = ACTIONS(3830), + [aux_sym__val_number_token3] = ACTIONS(3830), + [aux_sym__val_number_token4] = ACTIONS(3832), + [aux_sym__val_number_token5] = ACTIONS(3832), + [aux_sym__val_number_token6] = ACTIONS(3832), + [anon_sym_0b] = ACTIONS(3834), + [anon_sym_0o] = ACTIONS(3836), + [anon_sym_0x] = ACTIONS(3836), + [sym_val_date] = ACTIONS(3838), + [anon_sym_DQUOTE] = ACTIONS(3840), + [sym__str_single_quotes] = ACTIONS(3842), + [sym__str_back_ticks] = ACTIONS(3842), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3844), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3846), }, - [1262] = { - [sym__expr_parenthesized_immediate] = STATE(1780), - [sym__immediate_decimal] = STATE(1808), - [sym_val_variable] = STATE(1780), - [sym_comment] = STATE(1262), - [sym__newline] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_err_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_GT_PIPE] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1695), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1693), - [anon_sym_RPAREN] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1695), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_DOT_DOT] = ACTIONS(1693), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1695), - [anon_sym_DOT_DOT_LT] = ACTIONS(1695), - [aux_sym__immediate_decimal_token1] = ACTIONS(4042), - [aux_sym__immediate_decimal_token3] = ACTIONS(4044), - [aux_sym__immediate_decimal_token4] = ACTIONS(4046), - [aux_sym__immediate_decimal_token5] = ACTIONS(4048), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1693), - [aux_sym__val_number_decimal_token2] = ACTIONS(1693), - [aux_sym__val_number_decimal_token3] = ACTIONS(1693), - [aux_sym__val_number_decimal_token4] = ACTIONS(1693), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1693), - [anon_sym_0o] = ACTIONS(1693), - [anon_sym_0x] = ACTIONS(1693), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_err_GT] = ACTIONS(1693), - [anon_sym_out_GT] = ACTIONS(1693), - [anon_sym_e_GT] = ACTIONS(1693), - [anon_sym_o_GT] = ACTIONS(1693), - [anon_sym_err_PLUSout_GT] = ACTIONS(1693), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1693), - [anon_sym_o_PLUSe_GT] = ACTIONS(1693), - [anon_sym_e_PLUSo_GT] = ACTIONS(1693), - [anon_sym_err_GT_GT] = ACTIONS(1695), - [anon_sym_out_GT_GT] = ACTIONS(1695), - [anon_sym_e_GT_GT] = ACTIONS(1695), - [anon_sym_o_GT_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1695), - [aux_sym_unquoted_token1] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1695), + [1212] = { + [sym_comment] = STATE(1212), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1263] = { - [sym__val_range] = STATE(7459), - [sym__value] = STATE(5806), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(2111), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5539), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(5808), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1263), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(4125), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(4127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4129), - [anon_sym_DOT_DOT_LT] = ACTIONS(4129), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), + [1213] = { + [sym_expr_parenthesized] = STATE(6408), + [sym_val_range] = STATE(7607), + [sym__val_range] = STATE(7439), + [sym__value] = STATE(7607), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(6084), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5557), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(7613), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1213), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(3850), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(3856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3858), + [anon_sym_DOT_DOT_LT] = ACTIONS(3858), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), + [sym_val_date] = ACTIONS(3874), [anon_sym_DQUOTE] = ACTIONS(1295), [sym__str_single_quotes] = ACTIONS(1297), [sym__str_back_ticks] = ACTIONS(1297), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_COLON2] = ACTIONS(3424), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1299), }, - [1264] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5874), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5110), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5880), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1264), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4090), - [aux_sym__val_number_decimal_token2] = ACTIONS(4092), - [aux_sym__val_number_decimal_token3] = ACTIONS(4094), - [aux_sym__val_number_decimal_token4] = ACTIONS(4096), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4098), - [aux_sym__val_number_token5] = ACTIONS(4098), - [aux_sym__val_number_token6] = ACTIONS(4098), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), + [1214] = { + [sym_match_arm] = STATE(7144), + [sym_default_arm] = STATE(7144), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1214), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), }, - [1265] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5940), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5064), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5941), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1265), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4062), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4074), - [aux_sym__val_number_decimal_token2] = ACTIONS(4076), - [aux_sym__val_number_decimal_token3] = ACTIONS(4078), - [aux_sym__val_number_decimal_token4] = ACTIONS(4080), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4082), - [aux_sym__val_number_token5] = ACTIONS(4082), - [aux_sym__val_number_token6] = ACTIONS(4082), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1215] = { + [sym_comment] = STATE(1215), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_SEMI] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_POUND] = ACTIONS(3), }, - [1266] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_rest] = STATE(7688), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2932), - [sym_val_range] = STATE(3151), - [sym__val_range] = STATE(7478), - [sym_val_nothing] = STATE(3156), - [sym_val_bool] = STATE(3060), - [sym_val_variable] = STATE(2899), - [sym_val_number] = STATE(3156), - [sym__val_number_decimal] = STATE(2706), - [sym__val_number] = STATE(3188), - [sym_val_duration] = STATE(3156), - [sym_val_filesize] = STATE(3156), - [sym_val_binary] = STATE(3156), - [sym_val_string] = STATE(3156), - [sym__raw_str] = STATE(3162), - [sym__str_double_quotes] = STATE(3162), - [sym_val_table] = STATE(3156), - [sym__unquoted_in_list] = STATE(3134), - [sym__unquoted_anonymous_prefix] = STATE(7504), - [sym_comment] = STATE(1266), - [aux_sym__match_pattern_list_repeat1] = STATE(1328), - [anon_sym_LBRACK] = ACTIONS(4107), - [anon_sym_RBRACK] = ACTIONS(4151), - [anon_sym_LPAREN] = ACTIONS(3882), - [anon_sym_DOLLAR] = ACTIONS(3884), - [anon_sym_LBRACE] = ACTIONS(3886), - [anon_sym_DOT_DOT] = ACTIONS(4153), - [anon_sym_DOT_DOT_EQ] = ACTIONS(3890), - [anon_sym_DOT_DOT_LT] = ACTIONS(3890), - [anon_sym_null] = ACTIONS(3892), - [anon_sym_true] = ACTIONS(3894), - [anon_sym_false] = ACTIONS(3894), - [aux_sym__val_number_decimal_token1] = ACTIONS(3896), - [aux_sym__val_number_decimal_token2] = ACTIONS(3898), - [aux_sym__val_number_decimal_token3] = ACTIONS(3900), - [aux_sym__val_number_decimal_token4] = ACTIONS(3902), - [aux_sym__val_number_token1] = ACTIONS(3904), - [aux_sym__val_number_token2] = ACTIONS(3904), - [aux_sym__val_number_token3] = ACTIONS(3904), - [aux_sym__val_number_token4] = ACTIONS(3906), - [aux_sym__val_number_token5] = ACTIONS(3906), - [aux_sym__val_number_token6] = ACTIONS(3906), - [anon_sym_0b] = ACTIONS(3908), - [anon_sym_0o] = ACTIONS(3910), - [anon_sym_0x] = ACTIONS(3910), - [sym_val_date] = ACTIONS(3912), - [anon_sym_DQUOTE] = ACTIONS(3914), - [sym__str_single_quotes] = ACTIONS(3916), - [sym__str_back_ticks] = ACTIONS(3916), - [anon_sym_err_GT] = ACTIONS(2596), - [anon_sym_out_GT] = ACTIONS(2596), - [anon_sym_e_GT] = ACTIONS(2596), - [anon_sym_o_GT] = ACTIONS(2596), - [anon_sym_err_PLUSout_GT] = ACTIONS(2596), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2596), - [anon_sym_o_PLUSe_GT] = ACTIONS(2596), - [anon_sym_e_PLUSo_GT] = ACTIONS(2596), - [anon_sym_err_GT_GT] = ACTIONS(2598), - [anon_sym_out_GT_GT] = ACTIONS(2598), - [anon_sym_e_GT_GT] = ACTIONS(2598), - [anon_sym_o_GT_GT] = ACTIONS(2598), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2598), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2598), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2598), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2598), - [aux_sym__unquoted_in_list_token1] = ACTIONS(3918), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(3920), + [1216] = { + [sym_comment] = STATE(1216), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_SEMI] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1267] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5867), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5110), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5869), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1267), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4090), - [aux_sym__val_number_decimal_token2] = ACTIONS(4092), - [aux_sym__val_number_decimal_token3] = ACTIONS(4094), - [aux_sym__val_number_decimal_token4] = ACTIONS(4096), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4098), - [aux_sym__val_number_token5] = ACTIONS(4098), - [aux_sym__val_number_token6] = ACTIONS(4098), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1217] = { + [sym_comment] = STATE(1217), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_SEMI] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1268] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5806), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(5721), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5064), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5808), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1268), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4062), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4070), - [anon_sym_true] = ACTIONS(4072), - [anon_sym_false] = ACTIONS(4072), - [aux_sym__val_number_decimal_token1] = ACTIONS(4074), - [aux_sym__val_number_decimal_token2] = ACTIONS(4076), - [aux_sym__val_number_decimal_token3] = ACTIONS(4078), - [aux_sym__val_number_decimal_token4] = ACTIONS(4080), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4082), - [aux_sym__val_number_token5] = ACTIONS(4082), - [aux_sym__val_number_token6] = ACTIONS(4082), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4084), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [1218] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7523), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2902), + [sym_val_range] = STATE(3134), + [sym__val_range] = STATE(7495), + [sym_val_nothing] = STATE(3146), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2903), + [sym_val_number] = STATE(3146), + [sym__val_number_decimal] = STATE(2743), + [sym__val_number] = STATE(3166), + [sym_val_duration] = STATE(3146), + [sym_val_filesize] = STATE(3146), + [sym_val_binary] = STATE(3146), + [sym_val_string] = STATE(3146), + [sym__raw_str] = STATE(3154), + [sym__str_double_quotes] = STATE(3154), + [sym_val_list] = STATE(7409), + [sym_val_table] = STATE(3146), + [sym__unquoted_in_list] = STATE(3138), + [sym__unquoted_anonymous_prefix] = STATE(7504), + [sym_comment] = STATE(1218), + [aux_sym_shebang_repeat1] = STATE(6595), + [aux_sym__match_pattern_list_repeat1] = STATE(1302), + [sym__newline] = ACTIONS(3802), + [anon_sym_LBRACK] = ACTIONS(3804), + [anon_sym_RBRACK] = ACTIONS(3876), + [anon_sym_LPAREN] = ACTIONS(3808), + [anon_sym_DOLLAR] = ACTIONS(3810), + [anon_sym_LBRACE] = ACTIONS(3812), + [anon_sym_DOT_DOT] = ACTIONS(3878), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3816), + [anon_sym_DOT_DOT_LT] = ACTIONS(3816), + [anon_sym_null] = ACTIONS(3818), + [anon_sym_true] = ACTIONS(3820), + [anon_sym_false] = ACTIONS(3820), + [aux_sym__val_number_decimal_token1] = ACTIONS(3822), + [aux_sym__val_number_decimal_token2] = ACTIONS(3824), + [aux_sym__val_number_decimal_token3] = ACTIONS(3826), + [aux_sym__val_number_decimal_token4] = ACTIONS(3828), + [aux_sym__val_number_token1] = ACTIONS(3830), + [aux_sym__val_number_token2] = ACTIONS(3830), + [aux_sym__val_number_token3] = ACTIONS(3830), + [aux_sym__val_number_token4] = ACTIONS(3832), + [aux_sym__val_number_token5] = ACTIONS(3832), + [aux_sym__val_number_token6] = ACTIONS(3832), + [anon_sym_0b] = ACTIONS(3834), + [anon_sym_0o] = ACTIONS(3836), + [anon_sym_0x] = ACTIONS(3836), + [sym_val_date] = ACTIONS(3838), + [anon_sym_DQUOTE] = ACTIONS(3840), + [sym__str_single_quotes] = ACTIONS(3842), + [sym__str_back_ticks] = ACTIONS(3842), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3844), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3846), }, - [1269] = { - [sym__val_range] = STATE(7401), - [sym__value] = STATE(1941), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1772), - [sym_val_variable] = STATE(1825), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1415), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_unquoted] = STATE(1943), + [1219] = { + [sym_match_arm] = STATE(7191), + [sym_default_arm] = STATE(7191), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), [sym__unquoted_anonymous_prefix] = STATE(7445), - [sym_comment] = STATE(1269), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(4016), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(4020), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4022), - [anon_sym_DOT_DOT_LT] = ACTIONS(4022), - [anon_sym_null] = ACTIONS(4024), - [anon_sym_true] = ACTIONS(4026), - [anon_sym_false] = ACTIONS(4026), - [aux_sym__val_number_decimal_token1] = ACTIONS(4028), - [aux_sym__val_number_decimal_token2] = ACTIONS(4030), - [aux_sym__val_number_decimal_token3] = ACTIONS(4032), - [aux_sym__val_number_decimal_token4] = ACTIONS(4034), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(4036), - [aux_sym__val_number_token5] = ACTIONS(4036), - [aux_sym__val_number_token6] = ACTIONS(4036), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(4038), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4040), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), - }, - [1270] = { - [sym__val_range] = STATE(7459), - [sym__value] = STATE(5867), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(2111), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5539), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(5869), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1270), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(4125), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(4127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4129), - [anon_sym_DOT_DOT_LT] = ACTIONS(4129), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), + [sym_comment] = STATE(1219), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), }, - [1271] = { - [sym__val_range] = STATE(7459), - [sym__value] = STATE(5940), - [sym_val_nothing] = STATE(2111), - [sym_val_bool] = STATE(7298), - [sym_val_variable] = STATE(2111), - [sym_val_number] = STATE(2111), - [sym__val_number_decimal] = STATE(5539), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(2111), - [sym_val_filesize] = STATE(2111), - [sym_val_binary] = STATE(2111), - [sym_val_string] = STATE(2111), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(2111), - [sym__inter_single_quotes] = STATE(2138), - [sym__inter_double_quotes] = STATE(2139), - [sym_val_list] = STATE(2111), - [sym_val_record] = STATE(2111), - [sym_val_table] = STATE(2111), - [sym_val_closure] = STATE(2111), - [sym_unquoted] = STATE(5941), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1271), - [anon_sym_LBRACK] = ACTIONS(3928), - [anon_sym_LPAREN] = ACTIONS(4125), - [anon_sym_DOLLAR] = ACTIONS(3932), - [anon_sym_LBRACE] = ACTIONS(3934), - [anon_sym_DOT_DOT] = ACTIONS(4127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4129), - [anon_sym_DOT_DOT_LT] = ACTIONS(4129), - [anon_sym_null] = ACTIONS(3940), - [anon_sym_true] = ACTIONS(3942), - [anon_sym_false] = ACTIONS(3942), - [aux_sym__val_number_decimal_token1] = ACTIONS(3944), - [aux_sym__val_number_decimal_token2] = ACTIONS(3946), - [aux_sym__val_number_decimal_token3] = ACTIONS(3948), - [aux_sym__val_number_decimal_token4] = ACTIONS(3950), + [1220] = { + [sym_expr_parenthesized] = STATE(6408), + [sym_val_range] = STATE(7607), + [sym__val_range] = STATE(7439), + [sym__value] = STATE(7607), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(6084), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5557), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(7613), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1220), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(3850), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(3856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3858), + [anon_sym_DOT_DOT_LT] = ACTIONS(3858), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(3952), - [aux_sym__val_number_token5] = ACTIONS(3952), - [aux_sym__val_number_token6] = ACTIONS(3952), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(3954), + [sym_val_date] = ACTIONS(3874), [anon_sym_DQUOTE] = ACTIONS(1295), [sym__str_single_quotes] = ACTIONS(1297), [sym__str_back_ticks] = ACTIONS(1297), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [anon_sym_COLON2] = ACTIONS(3422), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1299), }, - [1272] = { - [sym__val_range] = STATE(7401), - [sym__value] = STATE(1881), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1772), - [sym_val_variable] = STATE(1825), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1415), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_unquoted] = STATE(1882), + [1221] = { + [sym_match_arm] = STATE(6969), + [sym_default_arm] = STATE(6969), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), [sym__unquoted_anonymous_prefix] = STATE(7445), - [sym_comment] = STATE(1272), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(4016), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(4020), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4022), - [anon_sym_DOT_DOT_LT] = ACTIONS(4022), - [anon_sym_null] = ACTIONS(4024), - [anon_sym_true] = ACTIONS(4026), - [anon_sym_false] = ACTIONS(4026), - [aux_sym__val_number_decimal_token1] = ACTIONS(4028), - [aux_sym__val_number_decimal_token2] = ACTIONS(4030), - [aux_sym__val_number_decimal_token3] = ACTIONS(4032), - [aux_sym__val_number_decimal_token4] = ACTIONS(4034), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(4036), - [aux_sym__val_number_token5] = ACTIONS(4036), - [aux_sym__val_number_token6] = ACTIONS(4036), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(4038), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4040), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), - }, - [1273] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5806), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(6600), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5260), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5808), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1273), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4157), - [anon_sym_false] = ACTIONS(4157), - [aux_sym__val_number_decimal_token1] = ACTIONS(4159), - [aux_sym__val_number_decimal_token2] = ACTIONS(4161), - [aux_sym__val_number_decimal_token3] = ACTIONS(4163), - [aux_sym__val_number_decimal_token4] = ACTIONS(4165), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4167), - [aux_sym__val_number_token5] = ACTIONS(4167), - [aux_sym__val_number_token6] = ACTIONS(4167), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4169), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), + [sym_comment] = STATE(1221), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), }, - [1274] = { - [sym__val_range] = STATE(7401), - [sym__value] = STATE(1909), - [sym_val_nothing] = STATE(1825), - [sym_val_bool] = STATE(1772), - [sym_val_variable] = STATE(1825), - [sym_val_number] = STATE(1825), - [sym__val_number_decimal] = STATE(1415), - [sym__val_number] = STATE(1828), - [sym_val_duration] = STATE(1825), - [sym_val_filesize] = STATE(1825), - [sym_val_binary] = STATE(1825), - [sym_val_string] = STATE(1825), - [sym__raw_str] = STATE(1929), - [sym__str_double_quotes] = STATE(1929), - [sym_val_interpolated] = STATE(1825), - [sym__inter_single_quotes] = STATE(1877), - [sym__inter_double_quotes] = STATE(1886), - [sym_val_list] = STATE(1825), - [sym_val_record] = STATE(1825), - [sym_val_table] = STATE(1825), - [sym_val_closure] = STATE(1825), - [sym_unquoted] = STATE(1910), + [1222] = { + [sym_match_arm] = STATE(6970), + [sym_default_arm] = STATE(6970), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), [sym__unquoted_anonymous_prefix] = STATE(7445), - [sym_comment] = STATE(1274), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(4016), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_DOT_DOT] = ACTIONS(4020), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4022), - [anon_sym_DOT_DOT_LT] = ACTIONS(4022), - [anon_sym_null] = ACTIONS(4024), - [anon_sym_true] = ACTIONS(4026), - [anon_sym_false] = ACTIONS(4026), - [aux_sym__val_number_decimal_token1] = ACTIONS(4028), - [aux_sym__val_number_decimal_token2] = ACTIONS(4030), - [aux_sym__val_number_decimal_token3] = ACTIONS(4032), - [aux_sym__val_number_decimal_token4] = ACTIONS(4034), - [aux_sym__val_number_token1] = ACTIONS(2913), - [aux_sym__val_number_token2] = ACTIONS(2913), - [aux_sym__val_number_token3] = ACTIONS(2913), - [aux_sym__val_number_token4] = ACTIONS(4036), - [aux_sym__val_number_token5] = ACTIONS(4036), - [aux_sym__val_number_token6] = ACTIONS(4036), - [anon_sym_0b] = ACTIONS(2917), - [anon_sym_0o] = ACTIONS(2919), - [anon_sym_0x] = ACTIONS(2919), - [sym_val_date] = ACTIONS(4038), - [anon_sym_DQUOTE] = ACTIONS(2923), - [sym__str_single_quotes] = ACTIONS(2925), - [sym__str_back_ticks] = ACTIONS(2925), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2927), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2929), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4040), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2933), - }, - [1275] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5940), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(6600), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5260), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5941), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1275), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4157), - [anon_sym_false] = ACTIONS(4157), - [aux_sym__val_number_decimal_token1] = ACTIONS(4159), - [aux_sym__val_number_decimal_token2] = ACTIONS(4161), - [aux_sym__val_number_decimal_token3] = ACTIONS(4163), - [aux_sym__val_number_decimal_token4] = ACTIONS(4165), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4167), - [aux_sym__val_number_token5] = ACTIONS(4167), - [aux_sym__val_number_token6] = ACTIONS(4167), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4169), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), + [sym_comment] = STATE(1222), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym_raw_string_begin] = ACTIONS(253), }, - [1276] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5874), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(6600), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5260), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5880), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1276), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4157), - [anon_sym_false] = ACTIONS(4157), - [aux_sym__val_number_decimal_token1] = ACTIONS(4159), - [aux_sym__val_number_decimal_token2] = ACTIONS(4161), - [aux_sym__val_number_decimal_token3] = ACTIONS(4163), - [aux_sym__val_number_decimal_token4] = ACTIONS(4165), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4167), - [aux_sym__val_number_token5] = ACTIONS(4167), - [aux_sym__val_number_token6] = ACTIONS(4167), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4169), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), + [1223] = { + [sym_match_arm] = STATE(7036), + [sym_default_arm] = STATE(7036), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1223), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), - }, - [1277] = { - [sym__val_range] = STATE(7680), - [sym__value] = STATE(4573), - [sym_val_nothing] = STATE(4586), - [sym_val_bool] = STATE(4323), - [sym_val_variable] = STATE(4586), - [sym_val_number] = STATE(4586), - [sym__val_number_decimal] = STATE(3898), - [sym__val_number] = STATE(4589), - [sym_val_duration] = STATE(4586), - [sym_val_filesize] = STATE(4586), - [sym_val_binary] = STATE(4586), - [sym_val_string] = STATE(4586), - [sym__raw_str] = STATE(3998), - [sym__str_double_quotes] = STATE(3998), - [sym_val_interpolated] = STATE(4586), - [sym__inter_single_quotes] = STATE(4590), - [sym__inter_double_quotes] = STATE(4591), - [sym_val_list] = STATE(4586), - [sym_val_record] = STATE(4586), - [sym_val_table] = STATE(4586), - [sym_val_closure] = STATE(4586), - [sym_unquoted] = STATE(4578), - [sym__unquoted_anonymous_prefix] = STATE(7476), - [sym_comment] = STATE(1277), - [anon_sym_LBRACK] = ACTIONS(4171), - [anon_sym_LPAREN] = ACTIONS(4173), - [anon_sym_DOLLAR] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(4175), - [anon_sym_DOT_DOT] = ACTIONS(4177), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4179), - [anon_sym_DOT_DOT_LT] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_decimal_token2] = ACTIONS(4185), - [aux_sym__val_number_decimal_token3] = ACTIONS(4187), - [aux_sym__val_number_decimal_token4] = ACTIONS(4189), - [aux_sym__val_number_token1] = ACTIONS(4191), - [aux_sym__val_number_token2] = ACTIONS(4191), - [aux_sym__val_number_token3] = ACTIONS(4191), - [aux_sym__val_number_token4] = ACTIONS(4193), - [aux_sym__val_number_token5] = ACTIONS(4193), - [aux_sym__val_number_token6] = ACTIONS(4193), - [anon_sym_0b] = ACTIONS(2093), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(4195), - [anon_sym_DQUOTE] = ACTIONS(4197), - [sym__str_single_quotes] = ACTIONS(4199), - [sym__str_back_ticks] = ACTIONS(4199), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4201), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4203), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2113), + [sym_raw_string_begin] = ACTIONS(253), }, - [1278] = { - [sym__val_range] = STATE(7400), - [sym__value] = STATE(5867), - [sym_val_nothing] = STATE(4783), - [sym_val_bool] = STATE(6600), - [sym_val_variable] = STATE(4783), - [sym_val_number] = STATE(4783), - [sym__val_number_decimal] = STATE(5260), - [sym__val_number] = STATE(4795), - [sym_val_duration] = STATE(4783), - [sym_val_filesize] = STATE(4783), - [sym_val_binary] = STATE(4783), - [sym_val_string] = STATE(4783), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), - [sym_val_interpolated] = STATE(4783), - [sym__inter_single_quotes] = STATE(4684), - [sym__inter_double_quotes] = STATE(4695), - [sym_val_list] = STATE(4783), - [sym_val_record] = STATE(4783), - [sym_val_table] = STATE(4783), - [sym_val_closure] = STATE(4783), - [sym_unquoted] = STATE(5869), - [sym__unquoted_anonymous_prefix] = STATE(7721), - [sym_comment] = STATE(1278), - [anon_sym_LBRACK] = ACTIONS(4058), - [anon_sym_LPAREN] = ACTIONS(4060), - [anon_sym_DOLLAR] = ACTIONS(4088), - [anon_sym_LBRACE] = ACTIONS(4064), - [anon_sym_DOT_DOT] = ACTIONS(4066), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4068), - [anon_sym_DOT_DOT_LT] = ACTIONS(4068), - [anon_sym_null] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4157), - [anon_sym_false] = ACTIONS(4157), - [aux_sym__val_number_decimal_token1] = ACTIONS(4159), - [aux_sym__val_number_decimal_token2] = ACTIONS(4161), - [aux_sym__val_number_decimal_token3] = ACTIONS(4163), - [aux_sym__val_number_decimal_token4] = ACTIONS(4165), - [aux_sym__val_number_token1] = ACTIONS(3564), - [aux_sym__val_number_token2] = ACTIONS(3564), - [aux_sym__val_number_token3] = ACTIONS(3564), - [aux_sym__val_number_token4] = ACTIONS(4167), - [aux_sym__val_number_token5] = ACTIONS(4167), - [aux_sym__val_number_token6] = ACTIONS(4167), - [anon_sym_0b] = ACTIONS(3568), - [anon_sym_0o] = ACTIONS(3570), - [anon_sym_0x] = ACTIONS(3570), - [sym_val_date] = ACTIONS(4169), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3580), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4086), + [1224] = { + [sym_match_arm] = STATE(7038), + [sym_default_arm] = STATE(7038), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1224), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), - }, - [1279] = { - [sym__val_range] = STATE(7680), - [sym__value] = STATE(4630), - [sym_val_nothing] = STATE(4586), - [sym_val_bool] = STATE(4323), - [sym_val_variable] = STATE(4586), - [sym_val_number] = STATE(4586), - [sym__val_number_decimal] = STATE(3898), - [sym__val_number] = STATE(4589), - [sym_val_duration] = STATE(4586), - [sym_val_filesize] = STATE(4586), - [sym_val_binary] = STATE(4586), - [sym_val_string] = STATE(4586), - [sym__raw_str] = STATE(3998), - [sym__str_double_quotes] = STATE(3998), - [sym_val_interpolated] = STATE(4586), - [sym__inter_single_quotes] = STATE(4590), - [sym__inter_double_quotes] = STATE(4591), - [sym_val_list] = STATE(4586), - [sym_val_record] = STATE(4586), - [sym_val_table] = STATE(4586), - [sym_val_closure] = STATE(4586), - [sym_unquoted] = STATE(4660), - [sym__unquoted_anonymous_prefix] = STATE(7476), - [sym_comment] = STATE(1279), - [anon_sym_LBRACK] = ACTIONS(4171), - [anon_sym_LPAREN] = ACTIONS(4173), - [anon_sym_DOLLAR] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(4175), - [anon_sym_DOT_DOT] = ACTIONS(4177), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4179), - [anon_sym_DOT_DOT_LT] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_decimal_token2] = ACTIONS(4185), - [aux_sym__val_number_decimal_token3] = ACTIONS(4187), - [aux_sym__val_number_decimal_token4] = ACTIONS(4189), - [aux_sym__val_number_token1] = ACTIONS(4191), - [aux_sym__val_number_token2] = ACTIONS(4191), - [aux_sym__val_number_token3] = ACTIONS(4191), - [aux_sym__val_number_token4] = ACTIONS(4193), - [aux_sym__val_number_token5] = ACTIONS(4193), - [aux_sym__val_number_token6] = ACTIONS(4193), - [anon_sym_0b] = ACTIONS(2093), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(4195), - [anon_sym_DQUOTE] = ACTIONS(4197), - [sym__str_single_quotes] = ACTIONS(4199), - [sym__str_back_ticks] = ACTIONS(4199), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4201), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4203), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2113), - }, - [1280] = { - [sym__val_range] = STATE(7680), - [sym__value] = STATE(4599), - [sym_val_nothing] = STATE(4586), - [sym_val_bool] = STATE(4323), - [sym_val_variable] = STATE(4586), - [sym_val_number] = STATE(4586), - [sym__val_number_decimal] = STATE(3898), - [sym__val_number] = STATE(4589), - [sym_val_duration] = STATE(4586), - [sym_val_filesize] = STATE(4586), - [sym_val_binary] = STATE(4586), - [sym_val_string] = STATE(4586), - [sym__raw_str] = STATE(3998), - [sym__str_double_quotes] = STATE(3998), - [sym_val_interpolated] = STATE(4586), - [sym__inter_single_quotes] = STATE(4590), - [sym__inter_double_quotes] = STATE(4591), - [sym_val_list] = STATE(4586), - [sym_val_record] = STATE(4586), - [sym_val_table] = STATE(4586), - [sym_val_closure] = STATE(4586), - [sym_unquoted] = STATE(4610), - [sym__unquoted_anonymous_prefix] = STATE(7476), - [sym_comment] = STATE(1280), - [anon_sym_LBRACK] = ACTIONS(4171), - [anon_sym_LPAREN] = ACTIONS(4173), - [anon_sym_DOLLAR] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(4175), - [anon_sym_DOT_DOT] = ACTIONS(4177), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4179), - [anon_sym_DOT_DOT_LT] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_decimal_token2] = ACTIONS(4185), - [aux_sym__val_number_decimal_token3] = ACTIONS(4187), - [aux_sym__val_number_decimal_token4] = ACTIONS(4189), - [aux_sym__val_number_token1] = ACTIONS(4191), - [aux_sym__val_number_token2] = ACTIONS(4191), - [aux_sym__val_number_token3] = ACTIONS(4191), - [aux_sym__val_number_token4] = ACTIONS(4193), - [aux_sym__val_number_token5] = ACTIONS(4193), - [aux_sym__val_number_token6] = ACTIONS(4193), - [anon_sym_0b] = ACTIONS(2093), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(4195), - [anon_sym_DQUOTE] = ACTIONS(4197), - [sym__str_single_quotes] = ACTIONS(4199), - [sym__str_back_ticks] = ACTIONS(4199), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4201), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4203), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2113), - }, - [1281] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4430), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(7002), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(5297), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4431), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1281), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4217), - [anon_sym_false] = ACTIONS(4217), - [aux_sym__val_number_decimal_token1] = ACTIONS(4219), - [aux_sym__val_number_decimal_token2] = ACTIONS(4221), - [aux_sym__val_number_decimal_token3] = ACTIONS(4223), - [aux_sym__val_number_decimal_token4] = ACTIONS(4225), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4229), - [aux_sym__val_number_token5] = ACTIONS(4229), - [aux_sym__val_number_token6] = ACTIONS(4229), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4231), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1282] = { - [sym__val_range] = STATE(7680), - [sym__value] = STATE(4724), - [sym_val_nothing] = STATE(4586), - [sym_val_bool] = STATE(4323), - [sym_val_variable] = STATE(4586), - [sym_val_number] = STATE(4586), - [sym__val_number_decimal] = STATE(3898), - [sym__val_number] = STATE(4589), - [sym_val_duration] = STATE(4586), - [sym_val_filesize] = STATE(4586), - [sym_val_binary] = STATE(4586), - [sym_val_string] = STATE(4586), - [sym__raw_str] = STATE(3998), - [sym__str_double_quotes] = STATE(3998), - [sym_val_interpolated] = STATE(4586), - [sym__inter_single_quotes] = STATE(4590), - [sym__inter_double_quotes] = STATE(4591), - [sym_val_list] = STATE(4586), - [sym_val_record] = STATE(4586), - [sym_val_table] = STATE(4586), - [sym_val_closure] = STATE(4586), - [sym_unquoted] = STATE(4725), - [sym__unquoted_anonymous_prefix] = STATE(7476), - [sym_comment] = STATE(1282), - [anon_sym_LBRACK] = ACTIONS(4171), - [anon_sym_LPAREN] = ACTIONS(4173), - [anon_sym_DOLLAR] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(4175), - [anon_sym_DOT_DOT] = ACTIONS(4177), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4179), - [anon_sym_DOT_DOT_LT] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [aux_sym__val_number_decimal_token1] = ACTIONS(2083), - [aux_sym__val_number_decimal_token2] = ACTIONS(4185), - [aux_sym__val_number_decimal_token3] = ACTIONS(4187), - [aux_sym__val_number_decimal_token4] = ACTIONS(4189), - [aux_sym__val_number_token1] = ACTIONS(4191), - [aux_sym__val_number_token2] = ACTIONS(4191), - [aux_sym__val_number_token3] = ACTIONS(4191), - [aux_sym__val_number_token4] = ACTIONS(4193), - [aux_sym__val_number_token5] = ACTIONS(4193), - [aux_sym__val_number_token6] = ACTIONS(4193), - [anon_sym_0b] = ACTIONS(2093), - [anon_sym_0o] = ACTIONS(2095), - [anon_sym_0x] = ACTIONS(2095), - [sym_val_date] = ACTIONS(4195), - [anon_sym_DQUOTE] = ACTIONS(4197), - [sym__str_single_quotes] = ACTIONS(4199), - [sym__str_back_ticks] = ACTIONS(4199), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4201), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4203), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2113), - }, - [1283] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4443), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(7002), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(5297), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4444), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1283), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4217), - [anon_sym_false] = ACTIONS(4217), - [aux_sym__val_number_decimal_token1] = ACTIONS(4219), - [aux_sym__val_number_decimal_token2] = ACTIONS(4221), - [aux_sym__val_number_decimal_token3] = ACTIONS(4223), - [aux_sym__val_number_decimal_token4] = ACTIONS(4225), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4229), - [aux_sym__val_number_token5] = ACTIONS(4229), - [aux_sym__val_number_token6] = ACTIONS(4229), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4231), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1284] = { - [sym__expr_parenthesized_immediate] = STATE(1902), - [sym__immediate_decimal] = STATE(1654), - [sym_val_variable] = STATE(1902), - [sym_comment] = STATE(1284), - [ts_builtin_sym_end] = ACTIONS(1619), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_LBRACK] = ACTIONS(1619), - [anon_sym_LPAREN] = ACTIONS(1617), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1619), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_DOT_DOT] = ACTIONS(1617), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1619), - [anon_sym_DOT_DOT_LT] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(4143), - [aux_sym__immediate_decimal_token3] = ACTIONS(4145), - [aux_sym__immediate_decimal_token4] = ACTIONS(4147), - [aux_sym__immediate_decimal_token5] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(1619), - [anon_sym_true] = ACTIONS(1619), - [anon_sym_false] = ACTIONS(1619), - [aux_sym__val_number_decimal_token1] = ACTIONS(1617), - [aux_sym__val_number_decimal_token2] = ACTIONS(1617), - [aux_sym__val_number_decimal_token3] = ACTIONS(1617), - [aux_sym__val_number_decimal_token4] = ACTIONS(1617), - [aux_sym__val_number_token1] = ACTIONS(1619), - [aux_sym__val_number_token2] = ACTIONS(1619), - [aux_sym__val_number_token3] = ACTIONS(1619), - [aux_sym__val_number_token4] = ACTIONS(1619), - [aux_sym__val_number_token5] = ACTIONS(1619), - [aux_sym__val_number_token6] = ACTIONS(1619), - [anon_sym_0b] = ACTIONS(1617), - [anon_sym_0o] = ACTIONS(1617), - [anon_sym_0x] = ACTIONS(1617), - [sym_val_date] = ACTIONS(1619), - [anon_sym_DQUOTE] = ACTIONS(1619), - [sym__str_single_quotes] = ACTIONS(1619), - [sym__str_back_ticks] = ACTIONS(1619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1619), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1617), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1619), - }, - [1285] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4520), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(7002), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(5297), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4522), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1285), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4217), - [anon_sym_false] = ACTIONS(4217), - [aux_sym__val_number_decimal_token1] = ACTIONS(4219), - [aux_sym__val_number_decimal_token2] = ACTIONS(4221), - [aux_sym__val_number_decimal_token3] = ACTIONS(4223), - [aux_sym__val_number_decimal_token4] = ACTIONS(4225), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4229), - [aux_sym__val_number_token5] = ACTIONS(4229), - [aux_sym__val_number_token6] = ACTIONS(4229), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4231), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1286] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4430), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3864), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4431), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1286), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_true] = ACTIONS(4243), - [anon_sym_false] = ACTIONS(4243), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(4245), - [aux_sym__val_number_decimal_token3] = ACTIONS(4247), - [aux_sym__val_number_decimal_token4] = ACTIONS(4249), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4251), - [aux_sym__val_number_token5] = ACTIONS(4251), - [aux_sym__val_number_token6] = ACTIONS(4251), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4253), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1287] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4537), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(7002), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(5297), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4538), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1287), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4217), - [anon_sym_false] = ACTIONS(4217), - [aux_sym__val_number_decimal_token1] = ACTIONS(4219), - [aux_sym__val_number_decimal_token2] = ACTIONS(4221), - [aux_sym__val_number_decimal_token3] = ACTIONS(4223), - [aux_sym__val_number_decimal_token4] = ACTIONS(4225), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4229), - [aux_sym__val_number_token5] = ACTIONS(4229), - [aux_sym__val_number_token6] = ACTIONS(4229), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4231), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1288] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4443), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3864), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4444), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1288), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_true] = ACTIONS(4243), - [anon_sym_false] = ACTIONS(4243), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(4245), - [aux_sym__val_number_decimal_token3] = ACTIONS(4247), - [aux_sym__val_number_decimal_token4] = ACTIONS(4249), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4251), - [aux_sym__val_number_token5] = ACTIONS(4251), - [aux_sym__val_number_token6] = ACTIONS(4251), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4253), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1289] = { - [sym__val_range] = STATE(7394), - [sym__value] = STATE(2990), - [sym_val_nothing] = STATE(3017), - [sym_val_bool] = STATE(2881), - [sym_val_variable] = STATE(3017), - [sym_val_number] = STATE(3017), - [sym__val_number_decimal] = STATE(2564), - [sym__val_number] = STATE(3018), - [sym_val_duration] = STATE(3017), - [sym_val_filesize] = STATE(3017), - [sym_val_binary] = STATE(3017), - [sym_val_string] = STATE(3017), - [sym__raw_str] = STATE(2965), - [sym__str_double_quotes] = STATE(2965), - [sym_val_interpolated] = STATE(3017), - [sym__inter_single_quotes] = STATE(3000), - [sym__inter_double_quotes] = STATE(3002), - [sym_val_list] = STATE(3017), - [sym_val_record] = STATE(3017), - [sym_val_table] = STATE(3017), - [sym_val_closure] = STATE(3017), - [sym_unquoted] = STATE(2991), - [sym__unquoted_anonymous_prefix] = STATE(7726), - [sym_comment] = STATE(1289), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4257), - [anon_sym_DOLLAR] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4261), - [anon_sym_DOT_DOT] = ACTIONS(4263), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4265), - [anon_sym_DOT_DOT_LT] = ACTIONS(4265), - [anon_sym_null] = ACTIONS(4267), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [aux_sym__val_number_decimal_token1] = ACTIONS(4271), - [aux_sym__val_number_decimal_token2] = ACTIONS(4273), - [aux_sym__val_number_decimal_token3] = ACTIONS(4275), - [aux_sym__val_number_decimal_token4] = ACTIONS(4277), - [aux_sym__val_number_token1] = ACTIONS(4279), - [aux_sym__val_number_token2] = ACTIONS(4279), - [aux_sym__val_number_token3] = ACTIONS(4279), - [aux_sym__val_number_token4] = ACTIONS(4281), - [aux_sym__val_number_token5] = ACTIONS(4281), - [aux_sym__val_number_token6] = ACTIONS(4281), - [anon_sym_0b] = ACTIONS(4283), - [anon_sym_0o] = ACTIONS(4285), - [anon_sym_0x] = ACTIONS(4285), - [sym_val_date] = ACTIONS(4287), - [anon_sym_DQUOTE] = ACTIONS(4289), - [sym__str_single_quotes] = ACTIONS(4291), - [sym__str_back_ticks] = ACTIONS(4291), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4293), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4295), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4297), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4299), - }, - [1290] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4520), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3864), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4522), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1290), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_true] = ACTIONS(4243), - [anon_sym_false] = ACTIONS(4243), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(4245), - [aux_sym__val_number_decimal_token3] = ACTIONS(4247), - [aux_sym__val_number_decimal_token4] = ACTIONS(4249), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4251), - [aux_sym__val_number_token5] = ACTIONS(4251), - [aux_sym__val_number_token6] = ACTIONS(4251), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4253), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1291] = { - [sym__val_range] = STATE(7495), - [sym__value] = STATE(1803), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1633), - [sym_val_variable] = STATE(1716), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1345), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_unquoted] = STATE(1804), - [sym__unquoted_anonymous_prefix] = STATE(7570), - [sym_comment] = STATE(1291), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(4303), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4305), - [anon_sym_DOT_DOT_LT] = ACTIONS(4305), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_true] = ACTIONS(4309), - [anon_sym_false] = ACTIONS(4309), - [aux_sym__val_number_decimal_token1] = ACTIONS(4311), - [aux_sym__val_number_decimal_token2] = ACTIONS(4313), - [aux_sym__val_number_decimal_token3] = ACTIONS(4315), - [aux_sym__val_number_decimal_token4] = ACTIONS(4317), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(4319), - [aux_sym__val_number_token5] = ACTIONS(4319), - [aux_sym__val_number_token6] = ACTIONS(4319), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(4321), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4323), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [1292] = { - [sym__val_range] = STATE(7475), - [sym__value] = STATE(4537), - [sym_val_nothing] = STATE(4481), - [sym_val_bool] = STATE(4108), - [sym_val_variable] = STATE(4481), - [sym_val_number] = STATE(4481), - [sym__val_number_decimal] = STATE(3864), - [sym__val_number] = STATE(4477), - [sym_val_duration] = STATE(4481), - [sym_val_filesize] = STATE(4481), - [sym_val_binary] = STATE(4481), - [sym_val_string] = STATE(4481), - [sym__raw_str] = STATE(3915), - [sym__str_double_quotes] = STATE(3915), - [sym_val_interpolated] = STATE(4481), - [sym__inter_single_quotes] = STATE(4426), - [sym__inter_double_quotes] = STATE(4441), - [sym_val_list] = STATE(4481), - [sym_val_record] = STATE(4481), - [sym_val_table] = STATE(4481), - [sym_val_closure] = STATE(4481), - [sym_unquoted] = STATE(4538), - [sym__unquoted_anonymous_prefix] = STATE(7424), - [sym_comment] = STATE(1292), - [anon_sym_LBRACK] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym_DOLLAR] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(4209), - [anon_sym_DOT_DOT] = ACTIONS(4211), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4213), - [anon_sym_DOT_DOT_LT] = ACTIONS(4213), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_true] = ACTIONS(4243), - [anon_sym_false] = ACTIONS(4243), - [aux_sym__val_number_decimal_token1] = ACTIONS(1867), - [aux_sym__val_number_decimal_token2] = ACTIONS(4245), - [aux_sym__val_number_decimal_token3] = ACTIONS(4247), - [aux_sym__val_number_decimal_token4] = ACTIONS(4249), - [aux_sym__val_number_token1] = ACTIONS(4227), - [aux_sym__val_number_token2] = ACTIONS(4227), - [aux_sym__val_number_token3] = ACTIONS(4227), - [aux_sym__val_number_token4] = ACTIONS(4251), - [aux_sym__val_number_token5] = ACTIONS(4251), - [aux_sym__val_number_token6] = ACTIONS(4251), - [anon_sym_0b] = ACTIONS(1877), - [anon_sym_0o] = ACTIONS(1879), - [anon_sym_0x] = ACTIONS(1879), - [sym_val_date] = ACTIONS(4253), - [anon_sym_DQUOTE] = ACTIONS(4233), - [sym__str_single_quotes] = ACTIONS(4235), - [sym__str_back_ticks] = ACTIONS(4235), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4237), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1897), - }, - [1293] = { - [sym__val_range] = STATE(7495), - [sym__value] = STATE(1706), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1633), - [sym_val_variable] = STATE(1716), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1345), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_unquoted] = STATE(1707), - [sym__unquoted_anonymous_prefix] = STATE(7570), - [sym_comment] = STATE(1293), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(4303), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4305), - [anon_sym_DOT_DOT_LT] = ACTIONS(4305), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_true] = ACTIONS(4309), - [anon_sym_false] = ACTIONS(4309), - [aux_sym__val_number_decimal_token1] = ACTIONS(4311), - [aux_sym__val_number_decimal_token2] = ACTIONS(4313), - [aux_sym__val_number_decimal_token3] = ACTIONS(4315), - [aux_sym__val_number_decimal_token4] = ACTIONS(4317), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(4319), - [aux_sym__val_number_token5] = ACTIONS(4319), - [aux_sym__val_number_token6] = ACTIONS(4319), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(4321), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4323), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [1294] = { - [sym__val_range] = STATE(7495), - [sym__value] = STATE(1734), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1633), - [sym_val_variable] = STATE(1716), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1345), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_unquoted] = STATE(1735), - [sym__unquoted_anonymous_prefix] = STATE(7570), - [sym_comment] = STATE(1294), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(4303), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4305), - [anon_sym_DOT_DOT_LT] = ACTIONS(4305), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_true] = ACTIONS(4309), - [anon_sym_false] = ACTIONS(4309), - [aux_sym__val_number_decimal_token1] = ACTIONS(4311), - [aux_sym__val_number_decimal_token2] = ACTIONS(4313), - [aux_sym__val_number_decimal_token3] = ACTIONS(4315), - [aux_sym__val_number_decimal_token4] = ACTIONS(4317), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(4319), - [aux_sym__val_number_token5] = ACTIONS(4319), - [aux_sym__val_number_token6] = ACTIONS(4319), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(4321), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4323), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [1295] = { - [sym__val_range] = STATE(7594), - [sym__value] = STATE(5780), - [sym_val_nothing] = STATE(5712), - [sym_val_bool] = STATE(5533), - [sym_val_variable] = STATE(5712), - [sym_val_number] = STATE(5712), - [sym__val_number_decimal] = STATE(4881), - [sym__val_number] = STATE(5579), - [sym_val_duration] = STATE(5712), - [sym_val_filesize] = STATE(5712), - [sym_val_binary] = STATE(5712), - [sym_val_string] = STATE(5712), - [sym__raw_str] = STATE(5296), - [sym__str_double_quotes] = STATE(5296), - [sym_val_interpolated] = STATE(5712), - [sym__inter_single_quotes] = STATE(5580), - [sym__inter_double_quotes] = STATE(5581), - [sym_val_list] = STATE(5712), - [sym_val_record] = STATE(5712), - [sym_val_table] = STATE(5712), - [sym_val_closure] = STATE(5712), - [sym_unquoted] = STATE(5781), - [sym__unquoted_anonymous_prefix] = STATE(7404), - [sym_comment] = STATE(1295), - [anon_sym_LBRACK] = ACTIONS(4325), - [anon_sym_LPAREN] = ACTIONS(4327), - [anon_sym_DOLLAR] = ACTIONS(4329), - [anon_sym_LBRACE] = ACTIONS(4331), - [anon_sym_DOT_DOT] = ACTIONS(4333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4335), - [anon_sym_DOT_DOT_LT] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [aux_sym__val_number_decimal_token1] = ACTIONS(4341), - [aux_sym__val_number_decimal_token2] = ACTIONS(4343), - [aux_sym__val_number_decimal_token3] = ACTIONS(4345), - [aux_sym__val_number_decimal_token4] = ACTIONS(4347), - [aux_sym__val_number_token1] = ACTIONS(4349), - [aux_sym__val_number_token2] = ACTIONS(4349), - [aux_sym__val_number_token3] = ACTIONS(4349), - [aux_sym__val_number_token4] = ACTIONS(4351), - [aux_sym__val_number_token5] = ACTIONS(4351), - [aux_sym__val_number_token6] = ACTIONS(4351), - [anon_sym_0b] = ACTIONS(4353), - [anon_sym_0o] = ACTIONS(4355), - [anon_sym_0x] = ACTIONS(4355), - [sym_val_date] = ACTIONS(4357), - [anon_sym_DQUOTE] = ACTIONS(4359), - [sym__str_single_quotes] = ACTIONS(4361), - [sym__str_back_ticks] = ACTIONS(4361), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4365), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4367), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4369), - }, - [1296] = { - [sym__val_range] = STATE(7495), - [sym__value] = STATE(1738), - [sym_val_nothing] = STATE(1716), - [sym_val_bool] = STATE(1633), - [sym_val_variable] = STATE(1716), - [sym_val_number] = STATE(1716), - [sym__val_number_decimal] = STATE(1345), - [sym__val_number] = STATE(1718), - [sym_val_duration] = STATE(1716), - [sym_val_filesize] = STATE(1716), - [sym_val_binary] = STATE(1716), - [sym_val_string] = STATE(1716), - [sym__raw_str] = STATE(1722), - [sym__str_double_quotes] = STATE(1722), - [sym_val_interpolated] = STATE(1716), - [sym__inter_single_quotes] = STATE(1795), - [sym__inter_double_quotes] = STATE(1796), - [sym_val_list] = STATE(1716), - [sym_val_record] = STATE(1716), - [sym_val_table] = STATE(1716), - [sym_val_closure] = STATE(1716), - [sym_unquoted] = STATE(1739), - [sym__unquoted_anonymous_prefix] = STATE(7570), - [sym_comment] = STATE(1296), - [anon_sym_LBRACK] = ACTIONS(2626), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_LBRACE] = ACTIONS(2636), - [anon_sym_DOT_DOT] = ACTIONS(4303), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4305), - [anon_sym_DOT_DOT_LT] = ACTIONS(4305), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_true] = ACTIONS(4309), - [anon_sym_false] = ACTIONS(4309), - [aux_sym__val_number_decimal_token1] = ACTIONS(4311), - [aux_sym__val_number_decimal_token2] = ACTIONS(4313), - [aux_sym__val_number_decimal_token3] = ACTIONS(4315), - [aux_sym__val_number_decimal_token4] = ACTIONS(4317), - [aux_sym__val_number_token1] = ACTIONS(2654), - [aux_sym__val_number_token2] = ACTIONS(2654), - [aux_sym__val_number_token3] = ACTIONS(2654), - [aux_sym__val_number_token4] = ACTIONS(4319), - [aux_sym__val_number_token5] = ACTIONS(4319), - [aux_sym__val_number_token6] = ACTIONS(4319), - [anon_sym_0b] = ACTIONS(2658), - [anon_sym_0o] = ACTIONS(2660), - [anon_sym_0x] = ACTIONS(2660), - [sym_val_date] = ACTIONS(4321), - [anon_sym_DQUOTE] = ACTIONS(2664), - [sym__str_single_quotes] = ACTIONS(2666), - [sym__str_back_ticks] = ACTIONS(2666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2670), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4323), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2678), - }, - [1297] = { - [sym__val_range] = STATE(7594), - [sym__value] = STATE(5795), - [sym_val_nothing] = STATE(5712), - [sym_val_bool] = STATE(5533), - [sym_val_variable] = STATE(5712), - [sym_val_number] = STATE(5712), - [sym__val_number_decimal] = STATE(4881), - [sym__val_number] = STATE(5579), - [sym_val_duration] = STATE(5712), - [sym_val_filesize] = STATE(5712), - [sym_val_binary] = STATE(5712), - [sym_val_string] = STATE(5712), - [sym__raw_str] = STATE(5296), - [sym__str_double_quotes] = STATE(5296), - [sym_val_interpolated] = STATE(5712), - [sym__inter_single_quotes] = STATE(5580), - [sym__inter_double_quotes] = STATE(5581), - [sym_val_list] = STATE(5712), - [sym_val_record] = STATE(5712), - [sym_val_table] = STATE(5712), - [sym_val_closure] = STATE(5712), - [sym_unquoted] = STATE(5796), - [sym__unquoted_anonymous_prefix] = STATE(7404), - [sym_comment] = STATE(1297), - [anon_sym_LBRACK] = ACTIONS(4325), - [anon_sym_LPAREN] = ACTIONS(4327), - [anon_sym_DOLLAR] = ACTIONS(4329), - [anon_sym_LBRACE] = ACTIONS(4331), - [anon_sym_DOT_DOT] = ACTIONS(4333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4335), - [anon_sym_DOT_DOT_LT] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [aux_sym__val_number_decimal_token1] = ACTIONS(4341), - [aux_sym__val_number_decimal_token2] = ACTIONS(4343), - [aux_sym__val_number_decimal_token3] = ACTIONS(4345), - [aux_sym__val_number_decimal_token4] = ACTIONS(4347), - [aux_sym__val_number_token1] = ACTIONS(4349), - [aux_sym__val_number_token2] = ACTIONS(4349), - [aux_sym__val_number_token3] = ACTIONS(4349), - [aux_sym__val_number_token4] = ACTIONS(4351), - [aux_sym__val_number_token5] = ACTIONS(4351), - [aux_sym__val_number_token6] = ACTIONS(4351), - [anon_sym_0b] = ACTIONS(4353), - [anon_sym_0o] = ACTIONS(4355), - [anon_sym_0x] = ACTIONS(4355), - [sym_val_date] = ACTIONS(4357), - [anon_sym_DQUOTE] = ACTIONS(4359), - [sym__str_single_quotes] = ACTIONS(4361), - [sym__str_back_ticks] = ACTIONS(4361), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4365), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4367), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4369), - }, - [1298] = { - [sym__val_range] = STATE(7594), - [sym__value] = STATE(5722), - [sym_val_nothing] = STATE(5712), - [sym_val_bool] = STATE(5533), - [sym_val_variable] = STATE(5712), - [sym_val_number] = STATE(5712), - [sym__val_number_decimal] = STATE(4881), - [sym__val_number] = STATE(5579), - [sym_val_duration] = STATE(5712), - [sym_val_filesize] = STATE(5712), - [sym_val_binary] = STATE(5712), - [sym_val_string] = STATE(5712), - [sym__raw_str] = STATE(5296), - [sym__str_double_quotes] = STATE(5296), - [sym_val_interpolated] = STATE(5712), - [sym__inter_single_quotes] = STATE(5580), - [sym__inter_double_quotes] = STATE(5581), - [sym_val_list] = STATE(5712), - [sym_val_record] = STATE(5712), - [sym_val_table] = STATE(5712), - [sym_val_closure] = STATE(5712), - [sym_unquoted] = STATE(5723), - [sym__unquoted_anonymous_prefix] = STATE(7404), - [sym_comment] = STATE(1298), - [anon_sym_LBRACK] = ACTIONS(4325), - [anon_sym_LPAREN] = ACTIONS(4327), - [anon_sym_DOLLAR] = ACTIONS(4329), - [anon_sym_LBRACE] = ACTIONS(4331), - [anon_sym_DOT_DOT] = ACTIONS(4333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4335), - [anon_sym_DOT_DOT_LT] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [aux_sym__val_number_decimal_token1] = ACTIONS(4341), - [aux_sym__val_number_decimal_token2] = ACTIONS(4343), - [aux_sym__val_number_decimal_token3] = ACTIONS(4345), - [aux_sym__val_number_decimal_token4] = ACTIONS(4347), - [aux_sym__val_number_token1] = ACTIONS(4349), - [aux_sym__val_number_token2] = ACTIONS(4349), - [aux_sym__val_number_token3] = ACTIONS(4349), - [aux_sym__val_number_token4] = ACTIONS(4351), - [aux_sym__val_number_token5] = ACTIONS(4351), - [aux_sym__val_number_token6] = ACTIONS(4351), - [anon_sym_0b] = ACTIONS(4353), - [anon_sym_0o] = ACTIONS(4355), - [anon_sym_0x] = ACTIONS(4355), - [sym_val_date] = ACTIONS(4357), - [anon_sym_DQUOTE] = ACTIONS(4359), - [sym__str_single_quotes] = ACTIONS(4361), - [sym__str_back_ticks] = ACTIONS(4361), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4365), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4367), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4369), - }, - [1299] = { - [sym__val_range] = STATE(7739), - [sym__value] = STATE(5542), - [sym_val_nothing] = STATE(5499), - [sym_val_bool] = STATE(5281), - [sym_val_variable] = STATE(5499), - [sym_val_number] = STATE(5499), - [sym__val_number_decimal] = STATE(4689), - [sym__val_number] = STATE(5484), - [sym_val_duration] = STATE(5499), - [sym_val_filesize] = STATE(5499), - [sym_val_binary] = STATE(5499), - [sym_val_string] = STATE(5499), - [sym__raw_str] = STATE(5164), - [sym__str_double_quotes] = STATE(5164), - [sym_val_interpolated] = STATE(5499), - [sym__inter_single_quotes] = STATE(5485), - [sym__inter_double_quotes] = STATE(5487), - [sym_val_list] = STATE(5499), - [sym_val_record] = STATE(5499), - [sym_val_table] = STATE(5499), - [sym_val_closure] = STATE(5499), - [sym_unquoted] = STATE(5545), - [sym__unquoted_anonymous_prefix] = STATE(7497), - [sym_comment] = STATE(1299), - [anon_sym_LBRACK] = ACTIONS(4371), - [anon_sym_LPAREN] = ACTIONS(4373), - [anon_sym_DOLLAR] = ACTIONS(4375), - [anon_sym_LBRACE] = ACTIONS(4377), - [anon_sym_DOT_DOT] = ACTIONS(4379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4381), - [anon_sym_DOT_DOT_LT] = ACTIONS(4381), - [anon_sym_null] = ACTIONS(4383), - [anon_sym_true] = ACTIONS(4385), - [anon_sym_false] = ACTIONS(4385), - [aux_sym__val_number_decimal_token1] = ACTIONS(4387), - [aux_sym__val_number_decimal_token2] = ACTIONS(4389), - [aux_sym__val_number_decimal_token3] = ACTIONS(4391), - [aux_sym__val_number_decimal_token4] = ACTIONS(4393), - [aux_sym__val_number_token1] = ACTIONS(4395), - [aux_sym__val_number_token2] = ACTIONS(4395), - [aux_sym__val_number_token3] = ACTIONS(4395), - [aux_sym__val_number_token4] = ACTIONS(4397), - [aux_sym__val_number_token5] = ACTIONS(4397), - [aux_sym__val_number_token6] = ACTIONS(4397), - [anon_sym_0b] = ACTIONS(4399), - [anon_sym_0o] = ACTIONS(4401), - [anon_sym_0x] = ACTIONS(4401), - [sym_val_date] = ACTIONS(4403), - [anon_sym_DQUOTE] = ACTIONS(4405), - [sym__str_single_quotes] = ACTIONS(4407), - [sym__str_back_ticks] = ACTIONS(4407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4409), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4411), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4413), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4415), - }, - [1300] = { - [sym__val_range] = STATE(7594), - [sym__value] = STATE(5582), - [sym_val_nothing] = STATE(5712), - [sym_val_bool] = STATE(5533), - [sym_val_variable] = STATE(5712), - [sym_val_number] = STATE(5712), - [sym__val_number_decimal] = STATE(4881), - [sym__val_number] = STATE(5579), - [sym_val_duration] = STATE(5712), - [sym_val_filesize] = STATE(5712), - [sym_val_binary] = STATE(5712), - [sym_val_string] = STATE(5712), - [sym__raw_str] = STATE(5296), - [sym__str_double_quotes] = STATE(5296), - [sym_val_interpolated] = STATE(5712), - [sym__inter_single_quotes] = STATE(5580), - [sym__inter_double_quotes] = STATE(5581), - [sym_val_list] = STATE(5712), - [sym_val_record] = STATE(5712), - [sym_val_table] = STATE(5712), - [sym_val_closure] = STATE(5712), - [sym_unquoted] = STATE(5601), - [sym__unquoted_anonymous_prefix] = STATE(7404), - [sym_comment] = STATE(1300), - [anon_sym_LBRACK] = ACTIONS(4325), - [anon_sym_LPAREN] = ACTIONS(4327), - [anon_sym_DOLLAR] = ACTIONS(4329), - [anon_sym_LBRACE] = ACTIONS(4331), - [anon_sym_DOT_DOT] = ACTIONS(4333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4335), - [anon_sym_DOT_DOT_LT] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [aux_sym__val_number_decimal_token1] = ACTIONS(4341), - [aux_sym__val_number_decimal_token2] = ACTIONS(4343), - [aux_sym__val_number_decimal_token3] = ACTIONS(4345), - [aux_sym__val_number_decimal_token4] = ACTIONS(4347), - [aux_sym__val_number_token1] = ACTIONS(4349), - [aux_sym__val_number_token2] = ACTIONS(4349), - [aux_sym__val_number_token3] = ACTIONS(4349), - [aux_sym__val_number_token4] = ACTIONS(4351), - [aux_sym__val_number_token5] = ACTIONS(4351), - [aux_sym__val_number_token6] = ACTIONS(4351), - [anon_sym_0b] = ACTIONS(4353), - [anon_sym_0o] = ACTIONS(4355), - [anon_sym_0x] = ACTIONS(4355), - [sym_val_date] = ACTIONS(4357), - [anon_sym_DQUOTE] = ACTIONS(4359), - [sym__str_single_quotes] = ACTIONS(4361), - [sym__str_back_ticks] = ACTIONS(4361), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4365), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4367), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4369), - }, - [1301] = { - [sym__val_range] = STATE(7739), - [sym__value] = STATE(5436), - [sym_val_nothing] = STATE(5499), - [sym_val_bool] = STATE(5281), - [sym_val_variable] = STATE(5499), - [sym_val_number] = STATE(5499), - [sym__val_number_decimal] = STATE(4689), - [sym__val_number] = STATE(5484), - [sym_val_duration] = STATE(5499), - [sym_val_filesize] = STATE(5499), - [sym_val_binary] = STATE(5499), - [sym_val_string] = STATE(5499), - [sym__raw_str] = STATE(5164), - [sym__str_double_quotes] = STATE(5164), - [sym_val_interpolated] = STATE(5499), - [sym__inter_single_quotes] = STATE(5485), - [sym__inter_double_quotes] = STATE(5487), - [sym_val_list] = STATE(5499), - [sym_val_record] = STATE(5499), - [sym_val_table] = STATE(5499), - [sym_val_closure] = STATE(5499), - [sym_unquoted] = STATE(5438), - [sym__unquoted_anonymous_prefix] = STATE(7497), - [sym_comment] = STATE(1301), - [anon_sym_LBRACK] = ACTIONS(4371), - [anon_sym_LPAREN] = ACTIONS(4373), - [anon_sym_DOLLAR] = ACTIONS(4375), - [anon_sym_LBRACE] = ACTIONS(4377), - [anon_sym_DOT_DOT] = ACTIONS(4379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4381), - [anon_sym_DOT_DOT_LT] = ACTIONS(4381), - [anon_sym_null] = ACTIONS(4383), - [anon_sym_true] = ACTIONS(4385), - [anon_sym_false] = ACTIONS(4385), - [aux_sym__val_number_decimal_token1] = ACTIONS(4387), - [aux_sym__val_number_decimal_token2] = ACTIONS(4389), - [aux_sym__val_number_decimal_token3] = ACTIONS(4391), - [aux_sym__val_number_decimal_token4] = ACTIONS(4393), - [aux_sym__val_number_token1] = ACTIONS(4395), - [aux_sym__val_number_token2] = ACTIONS(4395), - [aux_sym__val_number_token3] = ACTIONS(4395), - [aux_sym__val_number_token4] = ACTIONS(4397), - [aux_sym__val_number_token5] = ACTIONS(4397), - [aux_sym__val_number_token6] = ACTIONS(4397), - [anon_sym_0b] = ACTIONS(4399), - [anon_sym_0o] = ACTIONS(4401), - [anon_sym_0x] = ACTIONS(4401), - [sym_val_date] = ACTIONS(4403), - [anon_sym_DQUOTE] = ACTIONS(4405), - [sym__str_single_quotes] = ACTIONS(4407), - [sym__str_back_ticks] = ACTIONS(4407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4409), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4411), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4413), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4415), - }, - [1302] = { - [sym__val_range] = STATE(7739), - [sym__value] = STATE(5552), - [sym_val_nothing] = STATE(5499), - [sym_val_bool] = STATE(5281), - [sym_val_variable] = STATE(5499), - [sym_val_number] = STATE(5499), - [sym__val_number_decimal] = STATE(4689), - [sym__val_number] = STATE(5484), - [sym_val_duration] = STATE(5499), - [sym_val_filesize] = STATE(5499), - [sym_val_binary] = STATE(5499), - [sym_val_string] = STATE(5499), - [sym__raw_str] = STATE(5164), - [sym__str_double_quotes] = STATE(5164), - [sym_val_interpolated] = STATE(5499), - [sym__inter_single_quotes] = STATE(5485), - [sym__inter_double_quotes] = STATE(5487), - [sym_val_list] = STATE(5499), - [sym_val_record] = STATE(5499), - [sym_val_table] = STATE(5499), - [sym_val_closure] = STATE(5499), - [sym_unquoted] = STATE(5554), - [sym__unquoted_anonymous_prefix] = STATE(7497), - [sym_comment] = STATE(1302), - [anon_sym_LBRACK] = ACTIONS(4371), - [anon_sym_LPAREN] = ACTIONS(4373), - [anon_sym_DOLLAR] = ACTIONS(4375), - [anon_sym_LBRACE] = ACTIONS(4377), - [anon_sym_DOT_DOT] = ACTIONS(4379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4381), - [anon_sym_DOT_DOT_LT] = ACTIONS(4381), - [anon_sym_null] = ACTIONS(4383), - [anon_sym_true] = ACTIONS(4385), - [anon_sym_false] = ACTIONS(4385), - [aux_sym__val_number_decimal_token1] = ACTIONS(4387), - [aux_sym__val_number_decimal_token2] = ACTIONS(4389), - [aux_sym__val_number_decimal_token3] = ACTIONS(4391), - [aux_sym__val_number_decimal_token4] = ACTIONS(4393), - [aux_sym__val_number_token1] = ACTIONS(4395), - [aux_sym__val_number_token2] = ACTIONS(4395), - [aux_sym__val_number_token3] = ACTIONS(4395), - [aux_sym__val_number_token4] = ACTIONS(4397), - [aux_sym__val_number_token5] = ACTIONS(4397), - [aux_sym__val_number_token6] = ACTIONS(4397), - [anon_sym_0b] = ACTIONS(4399), - [anon_sym_0o] = ACTIONS(4401), - [anon_sym_0x] = ACTIONS(4401), - [sym_val_date] = ACTIONS(4403), - [anon_sym_DQUOTE] = ACTIONS(4405), - [sym__str_single_quotes] = ACTIONS(4407), - [sym__str_back_ticks] = ACTIONS(4407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4409), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4411), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4413), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4415), - }, - [1303] = { - [sym__val_range] = STATE(7739), - [sym__value] = STATE(5445), - [sym_val_nothing] = STATE(5499), - [sym_val_bool] = STATE(5281), - [sym_val_variable] = STATE(5499), - [sym_val_number] = STATE(5499), - [sym__val_number_decimal] = STATE(4689), - [sym__val_number] = STATE(5484), - [sym_val_duration] = STATE(5499), - [sym_val_filesize] = STATE(5499), - [sym_val_binary] = STATE(5499), - [sym_val_string] = STATE(5499), - [sym__raw_str] = STATE(5164), - [sym__str_double_quotes] = STATE(5164), - [sym_val_interpolated] = STATE(5499), - [sym__inter_single_quotes] = STATE(5485), - [sym__inter_double_quotes] = STATE(5487), - [sym_val_list] = STATE(5499), - [sym_val_record] = STATE(5499), - [sym_val_table] = STATE(5499), - [sym_val_closure] = STATE(5499), - [sym_unquoted] = STATE(5446), - [sym__unquoted_anonymous_prefix] = STATE(7497), - [sym_comment] = STATE(1303), - [anon_sym_LBRACK] = ACTIONS(4371), - [anon_sym_LPAREN] = ACTIONS(4373), - [anon_sym_DOLLAR] = ACTIONS(4375), - [anon_sym_LBRACE] = ACTIONS(4377), - [anon_sym_DOT_DOT] = ACTIONS(4379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4381), - [anon_sym_DOT_DOT_LT] = ACTIONS(4381), - [anon_sym_null] = ACTIONS(4383), - [anon_sym_true] = ACTIONS(4385), - [anon_sym_false] = ACTIONS(4385), - [aux_sym__val_number_decimal_token1] = ACTIONS(4387), - [aux_sym__val_number_decimal_token2] = ACTIONS(4389), - [aux_sym__val_number_decimal_token3] = ACTIONS(4391), - [aux_sym__val_number_decimal_token4] = ACTIONS(4393), - [aux_sym__val_number_token1] = ACTIONS(4395), - [aux_sym__val_number_token2] = ACTIONS(4395), - [aux_sym__val_number_token3] = ACTIONS(4395), - [aux_sym__val_number_token4] = ACTIONS(4397), - [aux_sym__val_number_token5] = ACTIONS(4397), - [aux_sym__val_number_token6] = ACTIONS(4397), - [anon_sym_0b] = ACTIONS(4399), - [anon_sym_0o] = ACTIONS(4401), - [anon_sym_0x] = ACTIONS(4401), - [sym_val_date] = ACTIONS(4403), - [anon_sym_DQUOTE] = ACTIONS(4405), - [sym__str_single_quotes] = ACTIONS(4407), - [sym__str_back_ticks] = ACTIONS(4407), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4409), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4411), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4413), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4415), - }, - [1304] = { - [sym__expr_parenthesized_immediate] = STATE(1799), - [sym__immediate_decimal] = STATE(1720), - [sym_val_variable] = STATE(1799), - [sym_comment] = STATE(1304), - [sym__newline] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_err_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_GT_PIPE] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1687), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1685), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(3972), - [anon_sym_DASH_DASH] = ACTIONS(1687), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_RBRACE] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1685), - [anon_sym_LPAREN2] = ACTIONS(3974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1687), - [anon_sym_DOT_DOT_LT] = ACTIONS(1687), - [aux_sym__immediate_decimal_token1] = ACTIONS(4042), - [aux_sym__immediate_decimal_token3] = ACTIONS(4044), - [aux_sym__immediate_decimal_token4] = ACTIONS(4046), - [aux_sym__immediate_decimal_token5] = ACTIONS(4048), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1685), - [aux_sym__val_number_decimal_token2] = ACTIONS(1685), - [aux_sym__val_number_decimal_token3] = ACTIONS(1685), - [aux_sym__val_number_decimal_token4] = ACTIONS(1685), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1685), - [anon_sym_0o] = ACTIONS(1685), - [anon_sym_0x] = ACTIONS(1685), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_err_GT] = ACTIONS(1685), - [anon_sym_out_GT] = ACTIONS(1685), - [anon_sym_e_GT] = ACTIONS(1685), - [anon_sym_o_GT] = ACTIONS(1685), - [anon_sym_err_PLUSout_GT] = ACTIONS(1685), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1685), - [anon_sym_o_PLUSe_GT] = ACTIONS(1685), - [anon_sym_e_PLUSo_GT] = ACTIONS(1685), - [anon_sym_err_GT_GT] = ACTIONS(1687), - [anon_sym_out_GT_GT] = ACTIONS(1687), - [anon_sym_e_GT_GT] = ACTIONS(1687), - [anon_sym_o_GT_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1687), - [aux_sym_unquoted_token1] = ACTIONS(1685), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1687), - }, - [1305] = { - [sym__val_range] = STATE(7394), - [sym__value] = STATE(2980), - [sym_val_nothing] = STATE(3017), - [sym_val_bool] = STATE(2881), - [sym_val_variable] = STATE(3017), - [sym_val_number] = STATE(3017), - [sym__val_number_decimal] = STATE(2564), - [sym__val_number] = STATE(3018), - [sym_val_duration] = STATE(3017), - [sym_val_filesize] = STATE(3017), - [sym_val_binary] = STATE(3017), - [sym_val_string] = STATE(3017), - [sym__raw_str] = STATE(2965), - [sym__str_double_quotes] = STATE(2965), - [sym_val_interpolated] = STATE(3017), - [sym__inter_single_quotes] = STATE(3000), - [sym__inter_double_quotes] = STATE(3002), - [sym_val_list] = STATE(3017), - [sym_val_record] = STATE(3017), - [sym_val_table] = STATE(3017), - [sym_val_closure] = STATE(3017), - [sym_unquoted] = STATE(2982), - [sym__unquoted_anonymous_prefix] = STATE(7726), - [sym_comment] = STATE(1305), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4257), - [anon_sym_DOLLAR] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4261), - [anon_sym_DOT_DOT] = ACTIONS(4263), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4265), - [anon_sym_DOT_DOT_LT] = ACTIONS(4265), - [anon_sym_null] = ACTIONS(4267), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [aux_sym__val_number_decimal_token1] = ACTIONS(4271), - [aux_sym__val_number_decimal_token2] = ACTIONS(4273), - [aux_sym__val_number_decimal_token3] = ACTIONS(4275), - [aux_sym__val_number_decimal_token4] = ACTIONS(4277), - [aux_sym__val_number_token1] = ACTIONS(4279), - [aux_sym__val_number_token2] = ACTIONS(4279), - [aux_sym__val_number_token3] = ACTIONS(4279), - [aux_sym__val_number_token4] = ACTIONS(4281), - [aux_sym__val_number_token5] = ACTIONS(4281), - [aux_sym__val_number_token6] = ACTIONS(4281), - [anon_sym_0b] = ACTIONS(4283), - [anon_sym_0o] = ACTIONS(4285), - [anon_sym_0x] = ACTIONS(4285), - [sym_val_date] = ACTIONS(4287), - [anon_sym_DQUOTE] = ACTIONS(4289), - [sym__str_single_quotes] = ACTIONS(4291), - [sym__str_back_ticks] = ACTIONS(4291), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4293), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4295), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), - [aux_sym_unquoted_token1] = ACTIONS(4297), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4299), - }, - [1306] = { - [sym_comment] = STATE(1306), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4417), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), - }, - [1307] = { - [sym_comment] = STATE(1307), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(4419), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4421), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [1308] = { - [sym__expr_parenthesized_immediate] = STATE(1838), - [sym__immediate_decimal] = STATE(1869), - [sym_val_variable] = STATE(1838), - [sym_comment] = STATE(1308), - [ts_builtin_sym_end] = ACTIONS(1687), - [sym__newline] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_err_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_GT_PIPE] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1687), - [anon_sym_LBRACK] = ACTIONS(1687), - [anon_sym_LPAREN] = ACTIONS(1685), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1687), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1685), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1687), - [anon_sym_DOT_DOT_LT] = ACTIONS(1687), - [aux_sym__immediate_decimal_token1] = ACTIONS(4423), - [aux_sym__immediate_decimal_token3] = ACTIONS(4425), - [aux_sym__immediate_decimal_token4] = ACTIONS(4427), - [aux_sym__immediate_decimal_token5] = ACTIONS(4429), - [anon_sym_null] = ACTIONS(1687), - [anon_sym_true] = ACTIONS(1687), - [anon_sym_false] = ACTIONS(1687), - [aux_sym__val_number_decimal_token1] = ACTIONS(1685), - [aux_sym__val_number_decimal_token2] = ACTIONS(1685), - [aux_sym__val_number_decimal_token3] = ACTIONS(1685), - [aux_sym__val_number_decimal_token4] = ACTIONS(1685), - [aux_sym__val_number_token1] = ACTIONS(1687), - [aux_sym__val_number_token2] = ACTIONS(1687), - [aux_sym__val_number_token3] = ACTIONS(1687), - [aux_sym__val_number_token4] = ACTIONS(1687), - [aux_sym__val_number_token5] = ACTIONS(1687), - [aux_sym__val_number_token6] = ACTIONS(1687), - [anon_sym_0b] = ACTIONS(1685), - [anon_sym_0o] = ACTIONS(1685), - [anon_sym_0x] = ACTIONS(1685), - [sym_val_date] = ACTIONS(1687), - [anon_sym_DQUOTE] = ACTIONS(1687), - [sym__str_single_quotes] = ACTIONS(1687), - [sym__str_back_ticks] = ACTIONS(1687), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1687), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1687), - [anon_sym_err_GT] = ACTIONS(1685), - [anon_sym_out_GT] = ACTIONS(1685), - [anon_sym_e_GT] = ACTIONS(1685), - [anon_sym_o_GT] = ACTIONS(1685), - [anon_sym_err_PLUSout_GT] = ACTIONS(1685), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1685), - [anon_sym_o_PLUSe_GT] = ACTIONS(1685), - [anon_sym_e_PLUSo_GT] = ACTIONS(1685), - [anon_sym_err_GT_GT] = ACTIONS(1687), - [anon_sym_out_GT_GT] = ACTIONS(1687), - [anon_sym_e_GT_GT] = ACTIONS(1687), - [anon_sym_o_GT_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1687), - [aux_sym_unquoted_token1] = ACTIONS(1685), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1687), + [sym_raw_string_begin] = ACTIONS(253), }, - [1309] = { - [sym_comment] = STATE(1309), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1711), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4431), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [1225] = { + [sym_match_arm] = STATE(7211), + [sym_default_arm] = STATE(7211), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1225), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3880), + [anon_sym_LPAREN] = ACTIONS(3883), + [anon_sym_DOLLAR] = ACTIONS(3886), + [anon_sym_LBRACE] = ACTIONS(3889), + [anon_sym__] = ACTIONS(3892), + [anon_sym_DOT_DOT] = ACTIONS(3895), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3898), + [anon_sym_DOT_DOT_LT] = ACTIONS(3898), + [anon_sym_null] = ACTIONS(3901), + [anon_sym_true] = ACTIONS(3904), + [anon_sym_false] = ACTIONS(3904), + [aux_sym__val_number_decimal_token1] = ACTIONS(3907), + [aux_sym__val_number_decimal_token2] = ACTIONS(3910), + [aux_sym__val_number_decimal_token3] = ACTIONS(3913), + [aux_sym__val_number_decimal_token4] = ACTIONS(3916), + [aux_sym__val_number_token1] = ACTIONS(3919), + [aux_sym__val_number_token2] = ACTIONS(3919), + [aux_sym__val_number_token3] = ACTIONS(3919), + [aux_sym__val_number_token4] = ACTIONS(3922), + [aux_sym__val_number_token5] = ACTIONS(3922), + [aux_sym__val_number_token6] = ACTIONS(3922), + [anon_sym_0b] = ACTIONS(3925), + [anon_sym_0o] = ACTIONS(3928), + [anon_sym_0x] = ACTIONS(3928), + [sym_val_date] = ACTIONS(3931), + [anon_sym_DQUOTE] = ACTIONS(3934), + [sym__str_single_quotes] = ACTIONS(3937), + [sym__str_back_ticks] = ACTIONS(3937), + [anon_sym_err_GT] = ACTIONS(3940), + [anon_sym_out_GT] = ACTIONS(3940), + [anon_sym_e_GT] = ACTIONS(3940), + [anon_sym_o_GT] = ACTIONS(3940), + [anon_sym_err_PLUSout_GT] = ACTIONS(3940), + [anon_sym_out_PLUSerr_GT] = ACTIONS(3940), + [anon_sym_o_PLUSe_GT] = ACTIONS(3940), + [anon_sym_e_PLUSo_GT] = ACTIONS(3940), + [anon_sym_err_GT_GT] = ACTIONS(3943), + [anon_sym_out_GT_GT] = ACTIONS(3943), + [anon_sym_e_GT_GT] = ACTIONS(3943), + [anon_sym_o_GT_GT] = ACTIONS(3943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(3943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(3943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(3943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(3943), + [aux_sym_unquoted_token1] = ACTIONS(3946), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3949), }, - [1310] = { - [sym_comment] = STATE(1310), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), + [1226] = { + [sym_comment] = STATE(1226), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_SEMI] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3952), + [sym_duration_unit] = ACTIONS(3954), [anon_sym_POUND] = ACTIONS(3), }, - [1311] = { - [sym_comment] = STATE(1311), - [anon_sym_EQ] = ACTIONS(962), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(964), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_GT2] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_STAR2] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_and2] = ACTIONS(964), - [anon_sym_xor2] = ACTIONS(964), - [anon_sym_or2] = ACTIONS(964), - [anon_sym_not_DASHin2] = ACTIONS(964), - [anon_sym_starts_DASHwith2] = ACTIONS(964), - [anon_sym_ends_DASHwith2] = ACTIONS(964), - [anon_sym_EQ_EQ2] = ACTIONS(964), - [anon_sym_BANG_EQ2] = ACTIONS(964), - [anon_sym_LT2] = ACTIONS(962), - [anon_sym_LT_EQ2] = ACTIONS(964), - [anon_sym_GT_EQ2] = ACTIONS(964), - [anon_sym_EQ_TILDE2] = ACTIONS(964), - [anon_sym_BANG_TILDE2] = ACTIONS(964), - [anon_sym_STAR_STAR2] = ACTIONS(964), - [anon_sym_PLUS_PLUS2] = ACTIONS(962), - [anon_sym_SLASH2] = ACTIONS(962), - [anon_sym_mod2] = ACTIONS(964), - [anon_sym_SLASH_SLASH2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_bit_DASHshl2] = ACTIONS(964), - [anon_sym_bit_DASHshr2] = ACTIONS(964), - [anon_sym_bit_DASHand2] = ACTIONS(964), - [anon_sym_bit_DASHxor2] = ACTIONS(964), - [anon_sym_bit_DASHor2] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_COLON2] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(251), + [1227] = { + [sym_comment] = STATE(1227), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(3668), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1312] = { - [sym__expr_parenthesized_immediate] = STATE(7289), - [sym_comment] = STATE(1312), - [ts_builtin_sym_end] = ACTIONS(1665), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1653), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT2] = ACTIONS(4433), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1653), - [anon_sym_DOT_DOT_LT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4435), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4435), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(4437), - [sym_duration_unit] = ACTIONS(4439), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4441), + [1228] = { + [sym_match_arm] = STATE(6647), + [sym_default_arm] = STATE(6647), + [sym_match_pattern] = STATE(7571), + [sym__match_pattern] = STATE(5882), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6433), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5235), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1228), + [aux_sym_ctrl_match_repeat1] = STATE(1225), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym__] = ACTIONS(3544), + [anon_sym_DOT_DOT] = ACTIONS(3546), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3548), + [anon_sym_DOT_DOT_LT] = ACTIONS(3548), + [anon_sym_null] = ACTIONS(3550), + [anon_sym_true] = ACTIONS(3552), + [anon_sym_false] = ACTIONS(3552), + [aux_sym__val_number_decimal_token1] = ACTIONS(3554), + [aux_sym__val_number_decimal_token2] = ACTIONS(3556), + [aux_sym__val_number_decimal_token3] = ACTIONS(3558), + [aux_sym__val_number_decimal_token4] = ACTIONS(3560), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3562), + [aux_sym__val_number_token5] = ACTIONS(3562), + [aux_sym__val_number_token6] = ACTIONS(3562), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3564), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), + [sym_raw_string_begin] = ACTIONS(253), }, - [1313] = { - [sym_cell_path] = STATE(1501), - [sym_path] = STATE(1441), - [sym_comment] = STATE(1313), - [aux_sym_cell_path_repeat1] = STATE(1342), - [sym__newline] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(1719), - [anon_sym_err_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_GT_PIPE] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_LPAREN] = ACTIONS(1719), - [anon_sym_RPAREN] = ACTIONS(1719), - [anon_sym_DOLLAR] = ACTIONS(1717), - [anon_sym_DASH_DASH] = ACTIONS(1719), - [anon_sym_DASH2] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_RBRACE] = ACTIONS(1719), - [anon_sym_DOT_DOT] = ACTIONS(1717), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), - [anon_sym_DOT_DOT_LT] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_null] = ACTIONS(1719), - [anon_sym_true] = ACTIONS(1719), - [anon_sym_false] = ACTIONS(1719), - [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1719), - [aux_sym__val_number_decimal_token3] = ACTIONS(1719), - [aux_sym__val_number_decimal_token4] = ACTIONS(1719), - [aux_sym__val_number_token1] = ACTIONS(1719), - [aux_sym__val_number_token2] = ACTIONS(1719), - [aux_sym__val_number_token3] = ACTIONS(1719), - [aux_sym__val_number_token4] = ACTIONS(1719), - [aux_sym__val_number_token5] = ACTIONS(1719), - [aux_sym__val_number_token6] = ACTIONS(1719), - [anon_sym_0b] = ACTIONS(1717), - [anon_sym_0o] = ACTIONS(1717), - [anon_sym_0x] = ACTIONS(1717), - [sym_val_date] = ACTIONS(1719), - [anon_sym_DQUOTE] = ACTIONS(1719), - [sym__str_single_quotes] = ACTIONS(1719), - [sym__str_back_ticks] = ACTIONS(1719), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), - [anon_sym_DOT2] = ACTIONS(4443), - [anon_sym_err_GT] = ACTIONS(1717), - [anon_sym_out_GT] = ACTIONS(1717), - [anon_sym_e_GT] = ACTIONS(1717), - [anon_sym_o_GT] = ACTIONS(1717), - [anon_sym_err_PLUSout_GT] = ACTIONS(1717), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), - [anon_sym_o_PLUSe_GT] = ACTIONS(1717), - [anon_sym_e_PLUSo_GT] = ACTIONS(1717), - [anon_sym_err_GT_GT] = ACTIONS(1719), - [anon_sym_out_GT_GT] = ACTIONS(1719), - [anon_sym_e_GT_GT] = ACTIONS(1719), - [anon_sym_o_GT_GT] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), - [aux_sym_unquoted_token1] = ACTIONS(1717), + [1229] = { + [sym_expr_parenthesized] = STATE(6408), + [sym_val_range] = STATE(7607), + [sym__val_range] = STATE(7439), + [sym__value] = STATE(7607), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(6084), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5557), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(7613), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1229), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(3850), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(3856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3858), + [anon_sym_DOT_DOT_LT] = ACTIONS(3858), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1719), - }, - [1314] = { - [sym_comment] = STATE(1314), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1315] = { - [sym_comment] = STATE(1315), - [anon_sym_EQ] = ACTIONS(958), - [anon_sym_PLUS_EQ] = ACTIONS(960), - [anon_sym_DASH_EQ] = ACTIONS(960), - [anon_sym_STAR_EQ] = ACTIONS(960), - [anon_sym_SLASH_EQ] = ACTIONS(960), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(960), - [sym__newline] = ACTIONS(960), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_err_GT_PIPE] = ACTIONS(960), - [anon_sym_out_GT_PIPE] = ACTIONS(960), - [anon_sym_e_GT_PIPE] = ACTIONS(960), - [anon_sym_o_GT_PIPE] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_GT2] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_in2] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_STAR2] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_and2] = ACTIONS(960), - [anon_sym_xor2] = ACTIONS(960), - [anon_sym_or2] = ACTIONS(960), - [anon_sym_not_DASHin2] = ACTIONS(960), - [anon_sym_starts_DASHwith2] = ACTIONS(960), - [anon_sym_ends_DASHwith2] = ACTIONS(960), - [anon_sym_EQ_EQ2] = ACTIONS(960), - [anon_sym_BANG_EQ2] = ACTIONS(960), - [anon_sym_LT2] = ACTIONS(958), - [anon_sym_LT_EQ2] = ACTIONS(960), - [anon_sym_GT_EQ2] = ACTIONS(960), - [anon_sym_EQ_TILDE2] = ACTIONS(960), - [anon_sym_BANG_TILDE2] = ACTIONS(960), - [anon_sym_STAR_STAR2] = ACTIONS(960), - [anon_sym_PLUS_PLUS2] = ACTIONS(958), - [anon_sym_SLASH2] = ACTIONS(958), - [anon_sym_mod2] = ACTIONS(960), - [anon_sym_SLASH_SLASH2] = ACTIONS(960), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_bit_DASHshl2] = ACTIONS(960), - [anon_sym_bit_DASHshr2] = ACTIONS(960), - [anon_sym_bit_DASHand2] = ACTIONS(960), - [anon_sym_bit_DASHxor2] = ACTIONS(960), - [anon_sym_bit_DASHor2] = ACTIONS(960), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_COLON2] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_err_GT] = ACTIONS(958), - [anon_sym_out_GT] = ACTIONS(958), - [anon_sym_e_GT] = ACTIONS(958), - [anon_sym_o_GT] = ACTIONS(958), - [anon_sym_err_PLUSout_GT] = ACTIONS(958), - [anon_sym_out_PLUSerr_GT] = ACTIONS(958), - [anon_sym_o_PLUSe_GT] = ACTIONS(958), - [anon_sym_e_PLUSo_GT] = ACTIONS(958), - [anon_sym_err_GT_GT] = ACTIONS(960), - [anon_sym_out_GT_GT] = ACTIONS(960), - [anon_sym_e_GT_GT] = ACTIONS(960), - [anon_sym_o_GT_GT] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), - [anon_sym_POUND] = ACTIONS(251), + [1230] = { + [sym_comment] = STATE(1230), + [anon_sym_STAR_STAR] = ACTIONS(1597), + [anon_sym_PLUS_PLUS] = ACTIONS(1597), + [anon_sym_STAR] = ACTIONS(1595), + [anon_sym_SLASH] = ACTIONS(1595), + [anon_sym_mod] = ACTIONS(1597), + [anon_sym_SLASH_SLASH] = ACTIONS(1597), + [anon_sym_PLUS] = ACTIONS(1595), + [anon_sym_DASH] = ACTIONS(1597), + [anon_sym_bit_DASHshl] = ACTIONS(1597), + [anon_sym_bit_DASHshr] = ACTIONS(1597), + [anon_sym_EQ_TILDE] = ACTIONS(1597), + [anon_sym_BANG_TILDE] = ACTIONS(1597), + [anon_sym_bit_DASHand] = ACTIONS(1597), + [anon_sym_bit_DASHxor] = ACTIONS(1597), + [anon_sym_bit_DASHor] = ACTIONS(1597), + [anon_sym_and] = ACTIONS(1597), + [anon_sym_xor] = ACTIONS(1597), + [anon_sym_or] = ACTIONS(1597), + [anon_sym_in] = ACTIONS(1597), + [anon_sym_not_DASHin] = ACTIONS(1597), + [anon_sym_starts_DASHwith] = ACTIONS(1597), + [anon_sym_ends_DASHwith] = ACTIONS(1597), + [anon_sym_EQ_EQ] = ACTIONS(1597), + [anon_sym_BANG_EQ] = ACTIONS(1597), + [anon_sym_LT] = ACTIONS(1595), + [anon_sym_LT_EQ] = ACTIONS(1597), + [anon_sym_GT] = ACTIONS(1595), + [anon_sym_GT_EQ] = ACTIONS(1597), + [aux_sym_cmd_identifier_token41] = ACTIONS(1595), + [sym__newline] = ACTIONS(1595), + [anon_sym_PIPE] = ACTIONS(1595), + [anon_sym_err_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_GT_PIPE] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1595), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_in2] = ACTIONS(1595), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1595), + [anon_sym_xor2] = ACTIONS(1595), + [anon_sym_or2] = ACTIONS(1595), + [anon_sym_not_DASHin2] = ACTIONS(1595), + [anon_sym_starts_DASHwith2] = ACTIONS(1595), + [anon_sym_ends_DASHwith2] = ACTIONS(1595), + [anon_sym_EQ_EQ2] = ACTIONS(1595), + [anon_sym_BANG_EQ2] = ACTIONS(1595), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1595), + [anon_sym_GT_EQ2] = ACTIONS(1595), + [anon_sym_EQ_TILDE2] = ACTIONS(1595), + [anon_sym_BANG_TILDE2] = ACTIONS(1595), + [anon_sym_STAR_STAR2] = ACTIONS(1595), + [anon_sym_PLUS_PLUS2] = ACTIONS(1595), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1595), + [anon_sym_SLASH_SLASH2] = ACTIONS(1595), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1595), + [anon_sym_bit_DASHshr2] = ACTIONS(1595), + [anon_sym_bit_DASHand2] = ACTIONS(1595), + [anon_sym_bit_DASHxor2] = ACTIONS(1595), + [anon_sym_bit_DASHor2] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_POUND] = ACTIONS(3), }, - [1316] = { - [sym_comment] = STATE(1316), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1231] = { + [sym_comment] = STATE(1231), + [anon_sym_STAR_STAR] = ACTIONS(1669), + [anon_sym_PLUS_PLUS] = ACTIONS(1669), + [anon_sym_STAR] = ACTIONS(1667), + [anon_sym_SLASH] = ACTIONS(1667), + [anon_sym_mod] = ACTIONS(1669), + [anon_sym_SLASH_SLASH] = ACTIONS(1669), + [anon_sym_PLUS] = ACTIONS(1667), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_bit_DASHshl] = ACTIONS(1669), + [anon_sym_bit_DASHshr] = ACTIONS(1669), + [anon_sym_EQ_TILDE] = ACTIONS(1669), + [anon_sym_BANG_TILDE] = ACTIONS(1669), + [anon_sym_bit_DASHand] = ACTIONS(1669), + [anon_sym_bit_DASHxor] = ACTIONS(1669), + [anon_sym_bit_DASHor] = ACTIONS(1669), + [anon_sym_and] = ACTIONS(1669), + [anon_sym_xor] = ACTIONS(1669), + [anon_sym_or] = ACTIONS(1669), + [anon_sym_in] = ACTIONS(1669), + [anon_sym_not_DASHin] = ACTIONS(1669), + [anon_sym_starts_DASHwith] = ACTIONS(1669), + [anon_sym_ends_DASHwith] = ACTIONS(1669), + [anon_sym_EQ_EQ] = ACTIONS(1669), + [anon_sym_BANG_EQ] = ACTIONS(1669), + [anon_sym_LT] = ACTIONS(1667), + [anon_sym_LT_EQ] = ACTIONS(1669), + [anon_sym_GT] = ACTIONS(1667), + [anon_sym_GT_EQ] = ACTIONS(1669), + [aux_sym_cmd_identifier_token41] = ACTIONS(1667), + [sym__newline] = ACTIONS(1667), + [anon_sym_PIPE] = ACTIONS(1667), + [anon_sym_err_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_GT_PIPE] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1667), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_in2] = ACTIONS(1667), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1667), + [anon_sym_xor2] = ACTIONS(1667), + [anon_sym_or2] = ACTIONS(1667), + [anon_sym_not_DASHin2] = ACTIONS(1667), + [anon_sym_starts_DASHwith2] = ACTIONS(1667), + [anon_sym_ends_DASHwith2] = ACTIONS(1667), + [anon_sym_EQ_EQ2] = ACTIONS(1667), + [anon_sym_BANG_EQ2] = ACTIONS(1667), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1667), + [anon_sym_GT_EQ2] = ACTIONS(1667), + [anon_sym_EQ_TILDE2] = ACTIONS(1667), + [anon_sym_BANG_TILDE2] = ACTIONS(1667), + [anon_sym_STAR_STAR2] = ACTIONS(1667), + [anon_sym_PLUS_PLUS2] = ACTIONS(1667), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1667), + [anon_sym_SLASH_SLASH2] = ACTIONS(1667), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1667), + [anon_sym_bit_DASHshr2] = ACTIONS(1667), + [anon_sym_bit_DASHand2] = ACTIONS(1667), + [anon_sym_bit_DASHxor2] = ACTIONS(1667), + [anon_sym_bit_DASHor2] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_POUND] = ACTIONS(3), }, - [1317] = { - [sym_comment] = STATE(1317), - [anon_sym_EQ] = ACTIONS(976), - [anon_sym_PLUS_EQ] = ACTIONS(978), - [anon_sym_DASH_EQ] = ACTIONS(978), - [anon_sym_STAR_EQ] = ACTIONS(978), - [anon_sym_SLASH_EQ] = ACTIONS(978), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(978), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(978), - [anon_sym_GT2] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_in2] = ACTIONS(978), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_STAR2] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_and2] = ACTIONS(978), - [anon_sym_xor2] = ACTIONS(978), - [anon_sym_or2] = ACTIONS(978), - [anon_sym_not_DASHin2] = ACTIONS(978), - [anon_sym_starts_DASHwith2] = ACTIONS(978), - [anon_sym_ends_DASHwith2] = ACTIONS(978), - [anon_sym_EQ_EQ2] = ACTIONS(978), - [anon_sym_BANG_EQ2] = ACTIONS(978), - [anon_sym_LT2] = ACTIONS(976), - [anon_sym_LT_EQ2] = ACTIONS(978), - [anon_sym_GT_EQ2] = ACTIONS(978), - [anon_sym_EQ_TILDE2] = ACTIONS(978), - [anon_sym_BANG_TILDE2] = ACTIONS(978), - [anon_sym_STAR_STAR2] = ACTIONS(978), - [anon_sym_PLUS_PLUS2] = ACTIONS(976), - [anon_sym_SLASH2] = ACTIONS(976), - [anon_sym_mod2] = ACTIONS(978), - [anon_sym_SLASH_SLASH2] = ACTIONS(978), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_bit_DASHshl2] = ACTIONS(978), - [anon_sym_bit_DASHshr2] = ACTIONS(978), - [anon_sym_bit_DASHand2] = ACTIONS(978), - [anon_sym_bit_DASHxor2] = ACTIONS(978), - [anon_sym_bit_DASHor2] = ACTIONS(978), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_COLON2] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [anon_sym_POUND] = ACTIONS(251), + [1232] = { + [sym_comment] = STATE(1232), + [anon_sym_STAR_STAR] = ACTIONS(1735), + [anon_sym_PLUS_PLUS] = ACTIONS(1735), + [anon_sym_STAR] = ACTIONS(1733), + [anon_sym_SLASH] = ACTIONS(1733), + [anon_sym_mod] = ACTIONS(1735), + [anon_sym_SLASH_SLASH] = ACTIONS(1735), + [anon_sym_PLUS] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1735), + [anon_sym_bit_DASHshl] = ACTIONS(1735), + [anon_sym_bit_DASHshr] = ACTIONS(1735), + [anon_sym_EQ_TILDE] = ACTIONS(1735), + [anon_sym_BANG_TILDE] = ACTIONS(1735), + [anon_sym_bit_DASHand] = ACTIONS(1735), + [anon_sym_bit_DASHxor] = ACTIONS(1735), + [anon_sym_bit_DASHor] = ACTIONS(1735), + [anon_sym_and] = ACTIONS(1735), + [anon_sym_xor] = ACTIONS(1735), + [anon_sym_or] = ACTIONS(1735), + [anon_sym_in] = ACTIONS(1735), + [anon_sym_not_DASHin] = ACTIONS(1735), + [anon_sym_starts_DASHwith] = ACTIONS(1735), + [anon_sym_ends_DASHwith] = ACTIONS(1735), + [anon_sym_EQ_EQ] = ACTIONS(1735), + [anon_sym_BANG_EQ] = ACTIONS(1735), + [anon_sym_LT] = ACTIONS(1733), + [anon_sym_LT_EQ] = ACTIONS(1735), + [anon_sym_GT] = ACTIONS(1733), + [anon_sym_GT_EQ] = ACTIONS(1735), + [aux_sym_cmd_identifier_token41] = ACTIONS(1733), + [sym__newline] = ACTIONS(1733), + [anon_sym_PIPE] = ACTIONS(1733), + [anon_sym_err_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_GT_PIPE] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1733), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_in2] = ACTIONS(1733), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1733), + [anon_sym_xor2] = ACTIONS(1733), + [anon_sym_or2] = ACTIONS(1733), + [anon_sym_not_DASHin2] = ACTIONS(1733), + [anon_sym_starts_DASHwith2] = ACTIONS(1733), + [anon_sym_ends_DASHwith2] = ACTIONS(1733), + [anon_sym_EQ_EQ2] = ACTIONS(1733), + [anon_sym_BANG_EQ2] = ACTIONS(1733), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1733), + [anon_sym_GT_EQ2] = ACTIONS(1733), + [anon_sym_EQ_TILDE2] = ACTIONS(1733), + [anon_sym_BANG_TILDE2] = ACTIONS(1733), + [anon_sym_STAR_STAR2] = ACTIONS(1733), + [anon_sym_PLUS_PLUS2] = ACTIONS(1733), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1733), + [anon_sym_SLASH_SLASH2] = ACTIONS(1733), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1733), + [anon_sym_bit_DASHshr2] = ACTIONS(1733), + [anon_sym_bit_DASHand2] = ACTIONS(1733), + [anon_sym_bit_DASHxor2] = ACTIONS(1733), + [anon_sym_bit_DASHor2] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_POUND] = ACTIONS(3), }, - [1318] = { - [sym_comment] = STATE(1318), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [1233] = { + [sym_comment] = STATE(1233), + [anon_sym_STAR_STAR] = ACTIONS(3058), + [anon_sym_PLUS_PLUS] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_SLASH] = ACTIONS(3060), + [anon_sym_mod] = ACTIONS(3058), + [anon_sym_SLASH_SLASH] = ACTIONS(3058), + [anon_sym_PLUS] = ACTIONS(3060), + [anon_sym_DASH] = ACTIONS(3058), + [anon_sym_bit_DASHshl] = ACTIONS(3058), + [anon_sym_bit_DASHshr] = ACTIONS(3058), + [anon_sym_EQ_TILDE] = ACTIONS(3058), + [anon_sym_BANG_TILDE] = ACTIONS(3058), + [anon_sym_bit_DASHand] = ACTIONS(3058), + [anon_sym_bit_DASHxor] = ACTIONS(3058), + [anon_sym_bit_DASHor] = ACTIONS(3058), + [anon_sym_and] = ACTIONS(3058), + [anon_sym_xor] = ACTIONS(3058), + [anon_sym_or] = ACTIONS(3058), + [anon_sym_in] = ACTIONS(3058), + [anon_sym_not_DASHin] = ACTIONS(3058), + [anon_sym_starts_DASHwith] = ACTIONS(3058), + [anon_sym_ends_DASHwith] = ACTIONS(3058), + [anon_sym_EQ_EQ] = ACTIONS(3058), + [anon_sym_BANG_EQ] = ACTIONS(3058), + [anon_sym_LT] = ACTIONS(3060), + [anon_sym_LT_EQ] = ACTIONS(3058), + [anon_sym_GT] = ACTIONS(3060), + [anon_sym_GT_EQ] = ACTIONS(3058), + [aux_sym_cmd_identifier_token41] = ACTIONS(3062), + [sym__newline] = ACTIONS(1681), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_err_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_GT_PIPE] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1681), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_in2] = ACTIONS(1681), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1681), + [anon_sym_xor2] = ACTIONS(1681), + [anon_sym_or2] = ACTIONS(1681), + [anon_sym_not_DASHin2] = ACTIONS(1681), + [anon_sym_starts_DASHwith2] = ACTIONS(1681), + [anon_sym_ends_DASHwith2] = ACTIONS(1681), + [anon_sym_EQ_EQ2] = ACTIONS(1681), + [anon_sym_BANG_EQ2] = ACTIONS(1681), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1681), + [anon_sym_GT_EQ2] = ACTIONS(1681), + [anon_sym_EQ_TILDE2] = ACTIONS(1681), + [anon_sym_BANG_TILDE2] = ACTIONS(1681), + [anon_sym_STAR_STAR2] = ACTIONS(1681), + [anon_sym_PLUS_PLUS2] = ACTIONS(1681), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1681), + [anon_sym_SLASH_SLASH2] = ACTIONS(1681), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1681), + [anon_sym_bit_DASHshr2] = ACTIONS(1681), + [anon_sym_bit_DASHand2] = ACTIONS(1681), + [anon_sym_bit_DASHxor2] = ACTIONS(1681), + [anon_sym_bit_DASHor2] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(3024), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(3026), + [anon_sym_DOT_DOT_LT2] = ACTIONS(3026), + [sym_filesize_unit] = ACTIONS(3956), + [sym_duration_unit] = ACTIONS(3958), + [anon_sym_POUND] = ACTIONS(3), }, - [1319] = { - [sym_comment] = STATE(1319), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1234] = { + [sym__expr_parenthesized_immediate] = STATE(1523), + [sym__immediate_decimal] = STATE(1401), + [sym_val_variable] = STATE(1523), + [sym_comment] = STATE(1234), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_DOT_DOT] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(3960), + [anon_sym_DOT] = ACTIONS(3962), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_DOT_DOT_LT] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(3964), + [aux_sym__immediate_decimal_token3] = ACTIONS(3966), + [aux_sym__immediate_decimal_token4] = ACTIONS(3968), + [aux_sym__immediate_decimal_token5] = ACTIONS(3970), + [anon_sym_null] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1553), + [anon_sym_false] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1553), + [aux_sym__val_number_token5] = ACTIONS(1553), + [aux_sym__val_number_token6] = ACTIONS(1553), + [anon_sym_0b] = ACTIONS(1539), + [anon_sym_0o] = ACTIONS(1539), + [anon_sym_0x] = ACTIONS(1539), + [sym_val_date] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1553), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1553), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), }, - [1320] = { - [sym__expr_parenthesized_immediate] = STATE(1827), - [sym__immediate_decimal] = STATE(1830), - [sym_val_variable] = STATE(1827), - [sym_comment] = STATE(1320), - [ts_builtin_sym_end] = ACTIONS(1597), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1597), - [anon_sym_LPAREN] = ACTIONS(1587), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1597), + [1235] = { + [sym_comment] = STATE(1235), + [anon_sym_STAR_STAR] = ACTIONS(1589), + [anon_sym_PLUS_PLUS] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1587), + [anon_sym_SLASH] = ACTIONS(1587), + [anon_sym_mod] = ACTIONS(1589), + [anon_sym_SLASH_SLASH] = ACTIONS(1589), + [anon_sym_PLUS] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1589), + [anon_sym_bit_DASHshl] = ACTIONS(1589), + [anon_sym_bit_DASHshr] = ACTIONS(1589), + [anon_sym_EQ_TILDE] = ACTIONS(1589), + [anon_sym_BANG_TILDE] = ACTIONS(1589), + [anon_sym_bit_DASHand] = ACTIONS(1589), + [anon_sym_bit_DASHxor] = ACTIONS(1589), + [anon_sym_bit_DASHor] = ACTIONS(1589), + [anon_sym_and] = ACTIONS(1589), + [anon_sym_xor] = ACTIONS(1589), + [anon_sym_or] = ACTIONS(1589), + [anon_sym_in] = ACTIONS(1589), + [anon_sym_not_DASHin] = ACTIONS(1589), + [anon_sym_starts_DASHwith] = ACTIONS(1589), + [anon_sym_ends_DASHwith] = ACTIONS(1589), + [anon_sym_EQ_EQ] = ACTIONS(1589), + [anon_sym_BANG_EQ] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1587), + [anon_sym_LT_EQ] = ACTIONS(1589), + [anon_sym_GT] = ACTIONS(1587), + [anon_sym_GT_EQ] = ACTIONS(1589), + [aux_sym_cmd_identifier_token41] = ACTIONS(1587), + [sym__newline] = ACTIONS(1587), + [anon_sym_PIPE] = ACTIONS(1587), + [anon_sym_err_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_GT_PIPE] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1587), + [anon_sym_GT2] = ACTIONS(1587), [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_DOT_DOT] = ACTIONS(1587), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1597), - [anon_sym_DOT_DOT_LT] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4423), - [aux_sym__immediate_decimal_token3] = ACTIONS(4425), - [aux_sym__immediate_decimal_token4] = ACTIONS(4427), - [aux_sym__immediate_decimal_token5] = ACTIONS(4429), - [anon_sym_null] = ACTIONS(1597), - [anon_sym_true] = ACTIONS(1597), - [anon_sym_false] = ACTIONS(1597), - [aux_sym__val_number_decimal_token1] = ACTIONS(1587), - [aux_sym__val_number_decimal_token2] = ACTIONS(1587), - [aux_sym__val_number_decimal_token3] = ACTIONS(1587), - [aux_sym__val_number_decimal_token4] = ACTIONS(1587), - [aux_sym__val_number_token1] = ACTIONS(1597), - [aux_sym__val_number_token2] = ACTIONS(1597), - [aux_sym__val_number_token3] = ACTIONS(1597), - [aux_sym__val_number_token4] = ACTIONS(1597), - [aux_sym__val_number_token5] = ACTIONS(1597), - [aux_sym__val_number_token6] = ACTIONS(1597), - [anon_sym_0b] = ACTIONS(1587), - [anon_sym_0o] = ACTIONS(1587), - [anon_sym_0x] = ACTIONS(1587), - [sym_val_date] = ACTIONS(1597), - [anon_sym_DQUOTE] = ACTIONS(1597), - [sym__str_single_quotes] = ACTIONS(1597), - [sym__str_back_ticks] = ACTIONS(1597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), - [aux_sym_unquoted_token1] = ACTIONS(1587), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1587), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1587), + [anon_sym_xor2] = ACTIONS(1587), + [anon_sym_or2] = ACTIONS(1587), + [anon_sym_not_DASHin2] = ACTIONS(1587), + [anon_sym_starts_DASHwith2] = ACTIONS(1587), + [anon_sym_ends_DASHwith2] = ACTIONS(1587), + [anon_sym_EQ_EQ2] = ACTIONS(1587), + [anon_sym_BANG_EQ2] = ACTIONS(1587), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1587), + [anon_sym_GT_EQ2] = ACTIONS(1587), + [anon_sym_EQ_TILDE2] = ACTIONS(1587), + [anon_sym_BANG_TILDE2] = ACTIONS(1587), + [anon_sym_STAR_STAR2] = ACTIONS(1587), + [anon_sym_PLUS_PLUS2] = ACTIONS(1587), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1587), + [anon_sym_SLASH_SLASH2] = ACTIONS(1587), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1587), + [anon_sym_bit_DASHshr2] = ACTIONS(1587), + [anon_sym_bit_DASHand2] = ACTIONS(1587), + [anon_sym_bit_DASHxor2] = ACTIONS(1587), + [anon_sym_bit_DASHor2] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_POUND] = ACTIONS(3), }, - [1321] = { - [sym_comment] = STATE(1321), - [anon_sym_EQ] = ACTIONS(952), - [anon_sym_PLUS_EQ] = ACTIONS(954), - [anon_sym_DASH_EQ] = ACTIONS(954), - [anon_sym_STAR_EQ] = ACTIONS(954), - [anon_sym_SLASH_EQ] = ACTIONS(954), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(954), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_RPAREN] = ACTIONS(954), - [anon_sym_GT2] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_STAR2] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4451), - [anon_sym_and2] = ACTIONS(954), - [anon_sym_xor2] = ACTIONS(954), - [anon_sym_or2] = ACTIONS(954), - [anon_sym_not_DASHin2] = ACTIONS(954), - [anon_sym_starts_DASHwith2] = ACTIONS(954), - [anon_sym_ends_DASHwith2] = ACTIONS(954), - [anon_sym_EQ_EQ2] = ACTIONS(954), - [anon_sym_BANG_EQ2] = ACTIONS(954), - [anon_sym_LT2] = ACTIONS(952), - [anon_sym_LT_EQ2] = ACTIONS(954), - [anon_sym_GT_EQ2] = ACTIONS(954), - [anon_sym_EQ_TILDE2] = ACTIONS(954), - [anon_sym_BANG_TILDE2] = ACTIONS(954), - [anon_sym_STAR_STAR2] = ACTIONS(954), - [anon_sym_PLUS_PLUS2] = ACTIONS(952), - [anon_sym_SLASH2] = ACTIONS(952), - [anon_sym_mod2] = ACTIONS(954), - [anon_sym_SLASH_SLASH2] = ACTIONS(954), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_bit_DASHshl2] = ACTIONS(954), - [anon_sym_bit_DASHshr2] = ACTIONS(954), - [anon_sym_bit_DASHand2] = ACTIONS(954), - [anon_sym_bit_DASHxor2] = ACTIONS(954), - [anon_sym_bit_DASHor2] = ACTIONS(954), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_COLON2] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [1236] = { + [sym_expr_parenthesized] = STATE(6516), + [sym_val_range] = STATE(7598), + [sym__val_range] = STATE(7439), + [sym__value] = STATE(7598), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(6084), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5557), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(7731), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1236), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(3850), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(3856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3858), + [anon_sym_DOT_DOT_LT] = ACTIONS(3858), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1322] = { - [sym_comment] = STATE(1322), - [anon_sym_EQ] = ACTIONS(972), - [anon_sym_PLUS_EQ] = ACTIONS(974), - [anon_sym_DASH_EQ] = ACTIONS(974), - [anon_sym_STAR_EQ] = ACTIONS(974), - [anon_sym_SLASH_EQ] = ACTIONS(974), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(974), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_RPAREN] = ACTIONS(974), - [anon_sym_GT2] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_STAR2] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_and2] = ACTIONS(974), - [anon_sym_xor2] = ACTIONS(974), - [anon_sym_or2] = ACTIONS(974), - [anon_sym_not_DASHin2] = ACTIONS(974), - [anon_sym_starts_DASHwith2] = ACTIONS(974), - [anon_sym_ends_DASHwith2] = ACTIONS(974), - [anon_sym_EQ_EQ2] = ACTIONS(974), - [anon_sym_BANG_EQ2] = ACTIONS(974), - [anon_sym_LT2] = ACTIONS(972), - [anon_sym_LT_EQ2] = ACTIONS(974), - [anon_sym_GT_EQ2] = ACTIONS(974), - [anon_sym_EQ_TILDE2] = ACTIONS(974), - [anon_sym_BANG_TILDE2] = ACTIONS(974), - [anon_sym_STAR_STAR2] = ACTIONS(974), - [anon_sym_PLUS_PLUS2] = ACTIONS(972), - [anon_sym_SLASH2] = ACTIONS(972), - [anon_sym_mod2] = ACTIONS(974), - [anon_sym_SLASH_SLASH2] = ACTIONS(974), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_bit_DASHshl2] = ACTIONS(974), - [anon_sym_bit_DASHshr2] = ACTIONS(974), - [anon_sym_bit_DASHand2] = ACTIONS(974), - [anon_sym_bit_DASHxor2] = ACTIONS(974), - [anon_sym_bit_DASHor2] = ACTIONS(974), - [anon_sym_DOT_DOT2] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), - [anon_sym_DOT_DOT_LT2] = ACTIONS(974), - [anon_sym_COLON2] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [anon_sym_POUND] = ACTIONS(251), + [1237] = { + [sym__expr_parenthesized_immediate] = STATE(1582), + [sym__immediate_decimal] = STATE(1461), + [sym_val_variable] = STATE(1582), + [sym_comment] = STATE(1237), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_DOT_DOT] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(3972), + [anon_sym_DOT] = ACTIONS(3974), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_DOT_DOT_LT] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(3976), + [aux_sym__immediate_decimal_token3] = ACTIONS(3978), + [aux_sym__immediate_decimal_token4] = ACTIONS(3980), + [aux_sym__immediate_decimal_token5] = ACTIONS(3982), + [anon_sym_null] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1553), + [anon_sym_false] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1553), + [aux_sym__val_number_token5] = ACTIONS(1553), + [aux_sym__val_number_token6] = ACTIONS(1553), + [anon_sym_0b] = ACTIONS(1539), + [anon_sym_0o] = ACTIONS(1539), + [anon_sym_0x] = ACTIONS(1539), + [sym_val_date] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1553), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1553), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), }, - [1323] = { - [sym_cell_path] = STATE(1475), - [sym_path] = STATE(1428), - [sym_comment] = STATE(1323), - [aux_sym_cell_path_repeat1] = STATE(1353), - [ts_builtin_sym_end] = ACTIONS(937), + [1238] = { + [sym_cell_path] = STATE(1400), + [sym_path] = STATE(1363), + [sym_comment] = STATE(1238), + [aux_sym_cell_path_repeat1] = STATE(1250), [anon_sym_EQ] = ACTIONS(935), [anon_sym_PLUS_EQ] = ACTIONS(937), [anon_sym_DASH_EQ] = ACTIONS(937), @@ -208153,9 +201916,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_RPAREN] = ACTIONS(937), [anon_sym_GT2] = ACTIONS(935), [anon_sym_DASH2] = ACTIONS(935), [anon_sym_in2] = ACTIONS(937), + [anon_sym_RBRACE] = ACTIONS(937), [anon_sym_STAR2] = ACTIONS(935), [anon_sym_and2] = ACTIONS(937), [anon_sym_xor2] = ACTIONS(937), @@ -208184,7 +201949,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(935), [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4453), + [anon_sym_COLON2] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(3984), [anon_sym_err_GT] = ACTIONS(935), [anon_sym_out_GT] = ACTIONS(935), [anon_sym_e_GT] = ACTIONS(935), @@ -208203,2117 +201969,829 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), [anon_sym_POUND] = ACTIONS(251), }, - [1324] = { - [sym_comment] = STATE(1324), - [ts_builtin_sym_end] = ACTIONS(2259), - [anon_sym_STAR_STAR] = ACTIONS(3182), - [anon_sym_PLUS_PLUS] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(3184), - [anon_sym_SLASH] = ACTIONS(3184), - [anon_sym_mod] = ACTIONS(3182), - [anon_sym_SLASH_SLASH] = ACTIONS(3182), - [anon_sym_PLUS] = ACTIONS(3184), - [anon_sym_DASH] = ACTIONS(3182), - [anon_sym_bit_DASHshl] = ACTIONS(3182), - [anon_sym_bit_DASHshr] = ACTIONS(3182), - [anon_sym_EQ_TILDE] = ACTIONS(3182), - [anon_sym_BANG_TILDE] = ACTIONS(3182), - [anon_sym_bit_DASHand] = ACTIONS(3182), - [anon_sym_bit_DASHxor] = ACTIONS(3182), - [anon_sym_bit_DASHor] = ACTIONS(3182), - [anon_sym_and] = ACTIONS(3182), - [anon_sym_xor] = ACTIONS(3182), - [anon_sym_or] = ACTIONS(3182), - [anon_sym_in] = ACTIONS(3182), - [anon_sym_not_DASHin] = ACTIONS(3182), - [anon_sym_starts_DASHwith] = ACTIONS(3182), - [anon_sym_ends_DASHwith] = ACTIONS(3182), - [anon_sym_EQ_EQ] = ACTIONS(3182), - [anon_sym_BANG_EQ] = ACTIONS(3182), - [anon_sym_LT] = ACTIONS(3184), - [anon_sym_LT_EQ] = ACTIONS(3182), - [anon_sym_GT] = ACTIONS(3184), - [anon_sym_GT_EQ] = ACTIONS(3182), - [aux_sym_cmd_identifier_token41] = ACTIONS(3186), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_POUND] = ACTIONS(3), - }, - [1325] = { - [sym__expr_parenthesized_immediate] = STATE(1916), - [sym__immediate_decimal] = STATE(1936), - [sym_val_variable] = STATE(1916), - [sym_comment] = STATE(1325), - [ts_builtin_sym_end] = ACTIONS(1695), - [sym__newline] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_err_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_GT_PIPE] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1695), - [anon_sym_LBRACK] = ACTIONS(1695), - [anon_sym_LPAREN] = ACTIONS(1693), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1695), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_DOT_DOT] = ACTIONS(1693), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1695), - [anon_sym_DOT_DOT_LT] = ACTIONS(1695), - [aux_sym__immediate_decimal_token1] = ACTIONS(4423), - [aux_sym__immediate_decimal_token3] = ACTIONS(4425), - [aux_sym__immediate_decimal_token4] = ACTIONS(4427), - [aux_sym__immediate_decimal_token5] = ACTIONS(4429), - [anon_sym_null] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(1695), - [anon_sym_false] = ACTIONS(1695), - [aux_sym__val_number_decimal_token1] = ACTIONS(1693), - [aux_sym__val_number_decimal_token2] = ACTIONS(1693), - [aux_sym__val_number_decimal_token3] = ACTIONS(1693), - [aux_sym__val_number_decimal_token4] = ACTIONS(1693), - [aux_sym__val_number_token1] = ACTIONS(1695), - [aux_sym__val_number_token2] = ACTIONS(1695), - [aux_sym__val_number_token3] = ACTIONS(1695), - [aux_sym__val_number_token4] = ACTIONS(1695), - [aux_sym__val_number_token5] = ACTIONS(1695), - [aux_sym__val_number_token6] = ACTIONS(1695), - [anon_sym_0b] = ACTIONS(1693), - [anon_sym_0o] = ACTIONS(1693), - [anon_sym_0x] = ACTIONS(1693), - [sym_val_date] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(1695), - [sym__str_single_quotes] = ACTIONS(1695), - [sym__str_back_ticks] = ACTIONS(1695), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1695), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1695), - [anon_sym_err_GT] = ACTIONS(1693), - [anon_sym_out_GT] = ACTIONS(1693), - [anon_sym_e_GT] = ACTIONS(1693), - [anon_sym_o_GT] = ACTIONS(1693), - [anon_sym_err_PLUSout_GT] = ACTIONS(1693), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1693), - [anon_sym_o_PLUSe_GT] = ACTIONS(1693), - [anon_sym_e_PLUSo_GT] = ACTIONS(1693), - [anon_sym_err_GT_GT] = ACTIONS(1695), - [anon_sym_out_GT_GT] = ACTIONS(1695), - [anon_sym_e_GT_GT] = ACTIONS(1695), - [anon_sym_o_GT_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1695), - [aux_sym_unquoted_token1] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1695), - }, - [1326] = { - [sym_comment] = STATE(1326), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4102), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [1327] = { - [sym_comment] = STATE(1327), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1723), - [anon_sym_RPAREN] = ACTIONS(1725), - [anon_sym_DOLLAR] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_DOT_DOT] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1723), - [anon_sym_DOT_DOT_LT] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_null] = ACTIONS(1725), - [anon_sym_true] = ACTIONS(1725), - [anon_sym_false] = ACTIONS(1725), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1725), - [aux_sym__val_number_decimal_token3] = ACTIONS(1725), - [aux_sym__val_number_decimal_token4] = ACTIONS(1725), - [aux_sym__val_number_token1] = ACTIONS(1725), - [aux_sym__val_number_token2] = ACTIONS(1725), - [aux_sym__val_number_token3] = ACTIONS(1725), - [aux_sym__val_number_token4] = ACTIONS(1725), - [aux_sym__val_number_token5] = ACTIONS(1725), - [aux_sym__val_number_token6] = ACTIONS(1725), - [anon_sym_0b] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1725), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_0o] = ACTIONS(1723), - [anon_sym_0x] = ACTIONS(1723), - [sym_val_date] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym__str_single_quotes] = ACTIONS(1725), - [sym__str_back_ticks] = ACTIONS(1725), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1725), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token1] = ACTIONS(1723), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1725), - }, - [1328] = { - [sym__match_pattern_expression] = STATE(3134), - [sym__match_pattern_value] = STATE(3151), - [sym__match_pattern_list] = STATE(3152), - [sym__match_pattern_record] = STATE(3154), - [sym_expr_parenthesized] = STATE(2932), - [sym_val_range] = STATE(3151), - [sym__val_range] = STATE(7478), - [sym_val_nothing] = STATE(3156), - [sym_val_bool] = STATE(3060), - [sym_val_variable] = STATE(2899), - [sym_val_number] = STATE(3156), - [sym__val_number_decimal] = STATE(2706), - [sym__val_number] = STATE(3188), - [sym_val_duration] = STATE(3156), - [sym_val_filesize] = STATE(3156), - [sym_val_binary] = STATE(3156), - [sym_val_string] = STATE(3156), - [sym__raw_str] = STATE(3162), - [sym__str_double_quotes] = STATE(3162), - [sym_val_table] = STATE(3156), - [sym__unquoted_in_list] = STATE(3134), - [sym__unquoted_anonymous_prefix] = STATE(7504), - [sym_comment] = STATE(1328), - [aux_sym__match_pattern_list_repeat1] = STATE(1328), - [anon_sym_LBRACK] = ACTIONS(4455), - [anon_sym_RBRACK] = ACTIONS(4458), - [anon_sym_LPAREN] = ACTIONS(4460), - [anon_sym_DOLLAR] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4472), - [anon_sym_DOT_DOT_LT] = ACTIONS(4472), - [anon_sym_null] = ACTIONS(4475), - [anon_sym_true] = ACTIONS(4478), - [anon_sym_false] = ACTIONS(4478), - [aux_sym__val_number_decimal_token1] = ACTIONS(4481), - [aux_sym__val_number_decimal_token2] = ACTIONS(4484), - [aux_sym__val_number_decimal_token3] = ACTIONS(4487), - [aux_sym__val_number_decimal_token4] = ACTIONS(4490), - [aux_sym__val_number_token1] = ACTIONS(4493), - [aux_sym__val_number_token2] = ACTIONS(4493), - [aux_sym__val_number_token3] = ACTIONS(4493), - [aux_sym__val_number_token4] = ACTIONS(4496), - [aux_sym__val_number_token5] = ACTIONS(4496), - [aux_sym__val_number_token6] = ACTIONS(4496), - [anon_sym_0b] = ACTIONS(4499), - [anon_sym_0o] = ACTIONS(4502), - [anon_sym_0x] = ACTIONS(4502), - [sym_val_date] = ACTIONS(4505), - [anon_sym_DQUOTE] = ACTIONS(4508), - [sym__str_single_quotes] = ACTIONS(4511), - [sym__str_back_ticks] = ACTIONS(4511), - [anon_sym_err_GT] = ACTIONS(4514), - [anon_sym_out_GT] = ACTIONS(4514), - [anon_sym_e_GT] = ACTIONS(4514), - [anon_sym_o_GT] = ACTIONS(4514), - [anon_sym_err_PLUSout_GT] = ACTIONS(4514), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4514), - [anon_sym_o_PLUSe_GT] = ACTIONS(4514), - [anon_sym_e_PLUSo_GT] = ACTIONS(4514), - [anon_sym_err_GT_GT] = ACTIONS(4517), - [anon_sym_out_GT_GT] = ACTIONS(4517), - [anon_sym_e_GT_GT] = ACTIONS(4517), - [anon_sym_o_GT_GT] = ACTIONS(4517), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4517), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4517), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4517), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4517), - [aux_sym__unquoted_in_list_token1] = ACTIONS(4520), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4523), - }, - [1329] = { - [sym_comment] = STATE(1329), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_POUND] = ACTIONS(3), - }, - [1330] = { - [sym_comment] = STATE(1330), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4526), - [aux_sym__immediate_decimal_token2] = ACTIONS(4528), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1331] = { - [sym_comment] = STATE(1331), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4530), - [aux_sym__immediate_decimal_token2] = ACTIONS(4532), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), - }, - [1332] = { - [sym_comment] = STATE(1332), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), - }, - [1333] = { - [sym_comment] = STATE(1333), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(4534), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4536), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [1334] = { - [sym_comment] = STATE(1334), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_RPAREN] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [1335] = { - [sym_comment] = STATE(1335), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4421), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [1336] = { - [sym_comment] = STATE(1336), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_PLUS_EQ] = ACTIONS(968), - [anon_sym_DASH_EQ] = ACTIONS(968), - [anon_sym_STAR_EQ] = ACTIONS(968), - [anon_sym_SLASH_EQ] = ACTIONS(968), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(968), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_GT2] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_STAR2] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4538), - [anon_sym_and2] = ACTIONS(968), - [anon_sym_xor2] = ACTIONS(968), - [anon_sym_or2] = ACTIONS(968), - [anon_sym_not_DASHin2] = ACTIONS(968), - [anon_sym_starts_DASHwith2] = ACTIONS(968), - [anon_sym_ends_DASHwith2] = ACTIONS(968), - [anon_sym_EQ_EQ2] = ACTIONS(968), - [anon_sym_BANG_EQ2] = ACTIONS(968), - [anon_sym_LT2] = ACTIONS(966), - [anon_sym_LT_EQ2] = ACTIONS(968), - [anon_sym_GT_EQ2] = ACTIONS(968), - [anon_sym_EQ_TILDE2] = ACTIONS(968), - [anon_sym_BANG_TILDE2] = ACTIONS(968), - [anon_sym_STAR_STAR2] = ACTIONS(968), - [anon_sym_PLUS_PLUS2] = ACTIONS(966), - [anon_sym_SLASH2] = ACTIONS(966), - [anon_sym_mod2] = ACTIONS(968), - [anon_sym_SLASH_SLASH2] = ACTIONS(968), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_bit_DASHshl2] = ACTIONS(968), - [anon_sym_bit_DASHshr2] = ACTIONS(968), - [anon_sym_bit_DASHand2] = ACTIONS(968), - [anon_sym_bit_DASHxor2] = ACTIONS(968), - [anon_sym_bit_DASHor2] = ACTIONS(968), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_COLON2] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [anon_sym_POUND] = ACTIONS(251), + [1239] = { + [sym__expr_parenthesized_immediate] = STATE(1746), + [sym__immediate_decimal] = STATE(1606), + [sym_val_variable] = STATE(1746), + [sym_comment] = STATE(1239), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_LPAREN] = ACTIONS(1627), + [anon_sym_RPAREN] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1629), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_RBRACE] = ACTIONS(1629), + [anon_sym_DOT_DOT] = ACTIONS(1627), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1629), + [anon_sym_DOT_DOT_LT] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(3990), + [aux_sym__immediate_decimal_token3] = ACTIONS(3992), + [aux_sym__immediate_decimal_token4] = ACTIONS(3994), + [aux_sym__immediate_decimal_token5] = ACTIONS(3996), + [anon_sym_null] = ACTIONS(1629), + [anon_sym_true] = ACTIONS(1629), + [anon_sym_false] = ACTIONS(1629), + [aux_sym__val_number_decimal_token1] = ACTIONS(1627), + [aux_sym__val_number_decimal_token2] = ACTIONS(1627), + [aux_sym__val_number_decimal_token3] = ACTIONS(1627), + [aux_sym__val_number_decimal_token4] = ACTIONS(1627), + [aux_sym__val_number_token1] = ACTIONS(1629), + [aux_sym__val_number_token2] = ACTIONS(1629), + [aux_sym__val_number_token3] = ACTIONS(1629), + [aux_sym__val_number_token4] = ACTIONS(1629), + [aux_sym__val_number_token5] = ACTIONS(1629), + [aux_sym__val_number_token6] = ACTIONS(1629), + [anon_sym_0b] = ACTIONS(1627), + [anon_sym_0o] = ACTIONS(1627), + [anon_sym_0x] = ACTIONS(1627), + [sym_val_date] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym__str_single_quotes] = ACTIONS(1629), + [sym__str_back_ticks] = ACTIONS(1629), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), + [aux_sym_unquoted_token1] = ACTIONS(1627), + [aux_sym_unquoted_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1629), }, - [1337] = { - [sym_comment] = STATE(1337), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_RPAREN] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_POUND] = ACTIONS(3), + [1240] = { + [sym__expr_parenthesized_immediate] = STATE(1521), + [sym__immediate_decimal] = STATE(1522), + [sym_val_variable] = STATE(1521), + [sym_comment] = STATE(1240), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1643), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_RPAREN] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_DOT_DOT] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(3960), + [anon_sym_DOT] = ACTIONS(3998), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1643), + [anon_sym_DOT_DOT_LT] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4000), + [aux_sym__immediate_decimal_token3] = ACTIONS(4002), + [aux_sym__immediate_decimal_token4] = ACTIONS(4004), + [aux_sym__immediate_decimal_token5] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(1643), + [anon_sym_false] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1643), + [aux_sym__val_number_token5] = ACTIONS(1643), + [aux_sym__val_number_token6] = ACTIONS(1643), + [anon_sym_0b] = ACTIONS(1633), + [anon_sym_0o] = ACTIONS(1633), + [anon_sym_0x] = ACTIONS(1633), + [sym_val_date] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1643), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1643), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [aux_sym_unquoted_token1] = ACTIONS(1633), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), }, - [1338] = { - [sym_cell_path] = STATE(1484), - [sym_path] = STATE(1441), - [sym_comment] = STATE(1338), - [aux_sym_cell_path_repeat1] = STATE(1342), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(937), - [anon_sym_LPAREN] = ACTIONS(937), - [anon_sym_RPAREN] = ACTIONS(937), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_DASH2] = ACTIONS(935), - [anon_sym_LBRACE] = ACTIONS(937), - [anon_sym_RBRACE] = ACTIONS(937), - [anon_sym_DOT_DOT] = ACTIONS(935), - [anon_sym_DOT_DOT2] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ] = ACTIONS(935), - [anon_sym_DOT_DOT_LT] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), - [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_null] = ACTIONS(937), - [anon_sym_true] = ACTIONS(937), - [anon_sym_false] = ACTIONS(937), - [aux_sym__val_number_decimal_token1] = ACTIONS(935), - [aux_sym__val_number_decimal_token2] = ACTIONS(937), - [aux_sym__val_number_decimal_token3] = ACTIONS(937), - [aux_sym__val_number_decimal_token4] = ACTIONS(937), - [aux_sym__val_number_token1] = ACTIONS(937), - [aux_sym__val_number_token2] = ACTIONS(937), - [aux_sym__val_number_token3] = ACTIONS(937), - [aux_sym__val_number_token4] = ACTIONS(937), - [aux_sym__val_number_token5] = ACTIONS(937), - [aux_sym__val_number_token6] = ACTIONS(937), - [anon_sym_0b] = ACTIONS(935), - [anon_sym_0o] = ACTIONS(935), - [anon_sym_0x] = ACTIONS(935), - [sym_val_date] = ACTIONS(937), - [anon_sym_DQUOTE] = ACTIONS(937), - [sym__str_single_quotes] = ACTIONS(937), - [sym__str_back_ticks] = ACTIONS(937), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4443), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [aux_sym_unquoted_token1] = ACTIONS(935), + [1241] = { + [sym_comment] = STATE(1241), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4008), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4010), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(937), - }, - [1339] = { - [sym_comment] = STATE(1339), - [ts_builtin_sym_end] = ACTIONS(2253), - [anon_sym_STAR_STAR] = ACTIONS(3182), - [anon_sym_PLUS_PLUS] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(3184), - [anon_sym_SLASH] = ACTIONS(3184), - [anon_sym_mod] = ACTIONS(3182), - [anon_sym_SLASH_SLASH] = ACTIONS(3182), - [anon_sym_PLUS] = ACTIONS(3184), - [anon_sym_DASH] = ACTIONS(3182), - [anon_sym_bit_DASHshl] = ACTIONS(3182), - [anon_sym_bit_DASHshr] = ACTIONS(3182), - [anon_sym_EQ_TILDE] = ACTIONS(3182), - [anon_sym_BANG_TILDE] = ACTIONS(3182), - [anon_sym_bit_DASHand] = ACTIONS(3182), - [anon_sym_bit_DASHxor] = ACTIONS(3182), - [anon_sym_bit_DASHor] = ACTIONS(3182), - [anon_sym_and] = ACTIONS(3182), - [anon_sym_xor] = ACTIONS(3182), - [anon_sym_or] = ACTIONS(3182), - [anon_sym_in] = ACTIONS(3182), - [anon_sym_not_DASHin] = ACTIONS(3182), - [anon_sym_starts_DASHwith] = ACTIONS(3182), - [anon_sym_ends_DASHwith] = ACTIONS(3182), - [anon_sym_EQ_EQ] = ACTIONS(3182), - [anon_sym_BANG_EQ] = ACTIONS(3182), - [anon_sym_LT] = ACTIONS(3184), - [anon_sym_LT_EQ] = ACTIONS(3182), - [anon_sym_GT] = ACTIONS(3184), - [anon_sym_GT_EQ] = ACTIONS(3182), - [aux_sym_cmd_identifier_token41] = ACTIONS(3186), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [1340] = { - [sym_cell_path] = STATE(1480), - [sym_path] = STATE(1441), - [sym_comment] = STATE(1340), - [aux_sym_cell_path_repeat1] = STATE(1342), - [sym__newline] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1763), - [anon_sym_err_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_GT_PIPE] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1763), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_LPAREN] = ACTIONS(1763), - [anon_sym_RPAREN] = ACTIONS(1763), - [anon_sym_DOLLAR] = ACTIONS(1761), - [anon_sym_DASH_DASH] = ACTIONS(1763), - [anon_sym_DASH2] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_RBRACE] = ACTIONS(1763), - [anon_sym_DOT_DOT] = ACTIONS(1761), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1761), - [anon_sym_DOT_DOT_LT] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_null] = ACTIONS(1763), - [anon_sym_true] = ACTIONS(1763), - [anon_sym_false] = ACTIONS(1763), - [aux_sym__val_number_decimal_token1] = ACTIONS(1761), - [aux_sym__val_number_decimal_token2] = ACTIONS(1763), - [aux_sym__val_number_decimal_token3] = ACTIONS(1763), - [aux_sym__val_number_decimal_token4] = ACTIONS(1763), - [aux_sym__val_number_token1] = ACTIONS(1763), - [aux_sym__val_number_token2] = ACTIONS(1763), - [aux_sym__val_number_token3] = ACTIONS(1763), - [aux_sym__val_number_token4] = ACTIONS(1763), - [aux_sym__val_number_token5] = ACTIONS(1763), - [aux_sym__val_number_token6] = ACTIONS(1763), - [anon_sym_0b] = ACTIONS(1761), - [anon_sym_0o] = ACTIONS(1761), - [anon_sym_0x] = ACTIONS(1761), - [sym_val_date] = ACTIONS(1763), - [anon_sym_DQUOTE] = ACTIONS(1763), - [sym__str_single_quotes] = ACTIONS(1763), - [sym__str_back_ticks] = ACTIONS(1763), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1763), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(4443), - [anon_sym_err_GT] = ACTIONS(1761), - [anon_sym_out_GT] = ACTIONS(1761), - [anon_sym_e_GT] = ACTIONS(1761), - [anon_sym_o_GT] = ACTIONS(1761), - [anon_sym_err_PLUSout_GT] = ACTIONS(1761), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1761), - [anon_sym_o_PLUSe_GT] = ACTIONS(1761), - [anon_sym_e_PLUSo_GT] = ACTIONS(1761), - [anon_sym_err_GT_GT] = ACTIONS(1763), - [anon_sym_out_GT_GT] = ACTIONS(1763), - [anon_sym_e_GT_GT] = ACTIONS(1763), - [anon_sym_o_GT_GT] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1763), - [aux_sym_unquoted_token1] = ACTIONS(1761), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1763), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1341] = { - [sym__expr_parenthesized_immediate] = STATE(1890), - [sym__immediate_decimal] = STATE(1911), - [sym_val_variable] = STATE(1890), - [sym_comment] = STATE(1341), - [ts_builtin_sym_end] = ACTIONS(1691), - [sym__newline] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_err_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_GT_PIPE] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1691), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_LPAREN] = ACTIONS(1689), - [anon_sym_DOLLAR] = ACTIONS(4018), - [anon_sym_DASH_DASH] = ACTIONS(1691), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_LPAREN2] = ACTIONS(4141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_DOT_DOT_LT] = ACTIONS(1691), - [aux_sym__immediate_decimal_token1] = ACTIONS(4423), - [aux_sym__immediate_decimal_token3] = ACTIONS(4425), - [aux_sym__immediate_decimal_token4] = ACTIONS(4427), - [aux_sym__immediate_decimal_token5] = ACTIONS(4429), - [anon_sym_null] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1691), - [anon_sym_false] = ACTIONS(1691), - [aux_sym__val_number_decimal_token1] = ACTIONS(1689), - [aux_sym__val_number_decimal_token2] = ACTIONS(1689), - [aux_sym__val_number_decimal_token3] = ACTIONS(1689), - [aux_sym__val_number_decimal_token4] = ACTIONS(1689), - [aux_sym__val_number_token1] = ACTIONS(1691), - [aux_sym__val_number_token2] = ACTIONS(1691), - [aux_sym__val_number_token3] = ACTIONS(1691), - [aux_sym__val_number_token4] = ACTIONS(1691), - [aux_sym__val_number_token5] = ACTIONS(1691), - [aux_sym__val_number_token6] = ACTIONS(1691), - [anon_sym_0b] = ACTIONS(1689), - [anon_sym_0o] = ACTIONS(1689), - [anon_sym_0x] = ACTIONS(1689), - [sym_val_date] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(1691), - [sym__str_single_quotes] = ACTIONS(1691), - [sym__str_back_ticks] = ACTIONS(1691), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1691), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1691), - [anon_sym_err_GT] = ACTIONS(1689), - [anon_sym_out_GT] = ACTIONS(1689), - [anon_sym_e_GT] = ACTIONS(1689), - [anon_sym_o_GT] = ACTIONS(1689), - [anon_sym_err_PLUSout_GT] = ACTIONS(1689), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1689), - [anon_sym_o_PLUSe_GT] = ACTIONS(1689), - [anon_sym_e_PLUSo_GT] = ACTIONS(1689), - [anon_sym_err_GT_GT] = ACTIONS(1691), - [anon_sym_out_GT_GT] = ACTIONS(1691), - [anon_sym_e_GT_GT] = ACTIONS(1691), - [anon_sym_o_GT_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1691), - [aux_sym_unquoted_token1] = ACTIONS(1689), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1691), - }, - [1342] = { - [sym_path] = STATE(1441), - [sym_comment] = STATE(1342), - [aux_sym_cell_path_repeat1] = STATE(1374), - [sym__newline] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_err_GT_PIPE] = ACTIONS(950), - [anon_sym_out_GT_PIPE] = ACTIONS(950), - [anon_sym_e_GT_PIPE] = ACTIONS(950), - [anon_sym_o_GT_PIPE] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), - [anon_sym_LBRACK] = ACTIONS(950), - [anon_sym_LPAREN] = ACTIONS(950), - [anon_sym_RPAREN] = ACTIONS(950), - [anon_sym_DOLLAR] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_DOT_DOT] = ACTIONS(948), - [anon_sym_DOT_DOT2] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ] = ACTIONS(948), - [anon_sym_DOT_DOT_LT] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), - [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_null] = ACTIONS(950), - [anon_sym_true] = ACTIONS(950), - [anon_sym_false] = ACTIONS(950), - [aux_sym__val_number_decimal_token1] = ACTIONS(948), - [aux_sym__val_number_decimal_token2] = ACTIONS(950), - [aux_sym__val_number_decimal_token3] = ACTIONS(950), - [aux_sym__val_number_decimal_token4] = ACTIONS(950), - [aux_sym__val_number_token1] = ACTIONS(950), - [aux_sym__val_number_token2] = ACTIONS(950), - [aux_sym__val_number_token3] = ACTIONS(950), - [aux_sym__val_number_token4] = ACTIONS(950), - [aux_sym__val_number_token5] = ACTIONS(950), - [aux_sym__val_number_token6] = ACTIONS(950), - [anon_sym_0b] = ACTIONS(948), - [anon_sym_0o] = ACTIONS(948), - [anon_sym_0x] = ACTIONS(948), - [sym_val_date] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym__str_single_quotes] = ACTIONS(950), - [sym__str_back_ticks] = ACTIONS(950), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4443), - [anon_sym_err_GT] = ACTIONS(948), - [anon_sym_out_GT] = ACTIONS(948), - [anon_sym_e_GT] = ACTIONS(948), - [anon_sym_o_GT] = ACTIONS(948), - [anon_sym_err_PLUSout_GT] = ACTIONS(948), - [anon_sym_out_PLUSerr_GT] = ACTIONS(948), - [anon_sym_o_PLUSe_GT] = ACTIONS(948), - [anon_sym_e_PLUSo_GT] = ACTIONS(948), - [anon_sym_err_GT_GT] = ACTIONS(950), - [anon_sym_out_GT_GT] = ACTIONS(950), - [anon_sym_e_GT_GT] = ACTIONS(950), - [anon_sym_o_GT_GT] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), - [aux_sym_unquoted_token1] = ACTIONS(948), + [1242] = { + [sym_comment] = STATE(1242), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4012), + [aux_sym__immediate_decimal_token2] = ACTIONS(4014), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(950), + [sym_raw_string_begin] = ACTIONS(1597), }, - [1343] = { - [sym_comment] = STATE(1343), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1243] = { + [sym__expr_parenthesized_immediate] = STATE(1736), + [sym__immediate_decimal] = STATE(1591), + [sym_val_variable] = STATE(1736), + [sym_comment] = STATE(1243), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_DOT_DOT] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_DOT_DOT_LT] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(3990), + [aux_sym__immediate_decimal_token3] = ACTIONS(3992), + [aux_sym__immediate_decimal_token4] = ACTIONS(3994), + [aux_sym__immediate_decimal_token5] = ACTIONS(3996), + [anon_sym_null] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1553), + [anon_sym_false] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1553), + [aux_sym__val_number_token5] = ACTIONS(1553), + [aux_sym__val_number_token6] = ACTIONS(1553), + [anon_sym_0b] = ACTIONS(1539), + [anon_sym_0o] = ACTIONS(1539), + [anon_sym_0x] = ACTIONS(1539), + [sym_val_date] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1553), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1553), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), }, - [1344] = { - [sym_comment] = STATE(1344), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1709), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [1244] = { + [sym__val_range] = STATE(7666), + [sym__value] = STATE(4636), + [sym_val_nothing] = STATE(4663), + [sym_val_bool] = STATE(4379), + [sym_val_variable] = STATE(4663), + [sym_val_number] = STATE(4663), + [sym__val_number_decimal] = STATE(3911), + [sym__val_number] = STATE(4579), + [sym_val_duration] = STATE(4663), + [sym_val_filesize] = STATE(4663), + [sym_val_binary] = STATE(4663), + [sym_val_string] = STATE(4663), + [sym__raw_str] = STATE(3997), + [sym__str_double_quotes] = STATE(3997), + [sym_val_interpolated] = STATE(4663), + [sym__inter_single_quotes] = STATE(4562), + [sym__inter_double_quotes] = STATE(4658), + [sym_val_list] = STATE(4663), + [sym_val_record] = STATE(4663), + [sym_val_table] = STATE(4663), + [sym_val_closure] = STATE(4663), + [sym_unquoted] = STATE(4803), + [sym__unquoted_anonymous_prefix] = STATE(7624), + [sym_comment] = STATE(1244), + [anon_sym_LBRACK] = ACTIONS(4016), + [anon_sym_LPAREN] = ACTIONS(4018), + [anon_sym_DOLLAR] = ACTIONS(2033), + [anon_sym_LBRACE] = ACTIONS(4020), + [anon_sym_DOT_DOT] = ACTIONS(4022), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4024), + [anon_sym_DOT_DOT_LT] = ACTIONS(4024), + [anon_sym_null] = ACTIONS(4026), + [anon_sym_true] = ACTIONS(4028), + [anon_sym_false] = ACTIONS(4028), + [aux_sym__val_number_decimal_token1] = ACTIONS(2053), + [aux_sym__val_number_decimal_token2] = ACTIONS(4030), + [aux_sym__val_number_decimal_token3] = ACTIONS(4032), + [aux_sym__val_number_decimal_token4] = ACTIONS(4034), + [aux_sym__val_number_token1] = ACTIONS(4036), + [aux_sym__val_number_token2] = ACTIONS(4036), + [aux_sym__val_number_token3] = ACTIONS(4036), + [aux_sym__val_number_token4] = ACTIONS(4038), + [aux_sym__val_number_token5] = ACTIONS(4038), + [aux_sym__val_number_token6] = ACTIONS(4038), + [anon_sym_0b] = ACTIONS(2063), + [anon_sym_0o] = ACTIONS(2065), + [anon_sym_0x] = ACTIONS(2065), + [sym_val_date] = ACTIONS(4040), + [anon_sym_DQUOTE] = ACTIONS(4042), + [sym__str_single_quotes] = ACTIONS(4044), + [sym__str_back_ticks] = ACTIONS(4044), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4046), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4048), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2083), }, - [1345] = { - [sym_comment] = STATE(1345), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(4540), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1653), - [anon_sym_DOT_DOT_LT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4542), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4542), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(4544), - [sym_duration_unit] = ACTIONS(4546), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4548), + [1245] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5931), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5058), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5933), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1245), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4054), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4066), + [aux_sym__val_number_decimal_token2] = ACTIONS(4068), + [aux_sym__val_number_decimal_token3] = ACTIONS(4070), + [aux_sym__val_number_decimal_token4] = ACTIONS(4072), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4074), + [aux_sym__val_number_token5] = ACTIONS(4074), + [aux_sym__val_number_token6] = ACTIONS(4074), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), - }, - [1346] = { - [sym_comment] = STATE(1346), - [ts_builtin_sym_end] = ACTIONS(1725), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1723), - [anon_sym_DOLLAR] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_DOT_DOT] = ACTIONS(1723), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1723), - [anon_sym_DOT_DOT_LT] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_null] = ACTIONS(1725), - [anon_sym_true] = ACTIONS(1725), - [anon_sym_false] = ACTIONS(1725), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1725), - [aux_sym__val_number_decimal_token3] = ACTIONS(1725), - [aux_sym__val_number_decimal_token4] = ACTIONS(1725), - [aux_sym__val_number_token1] = ACTIONS(1725), - [aux_sym__val_number_token2] = ACTIONS(1725), - [aux_sym__val_number_token3] = ACTIONS(1725), - [aux_sym__val_number_token4] = ACTIONS(1725), - [aux_sym__val_number_token5] = ACTIONS(1725), - [aux_sym__val_number_token6] = ACTIONS(1725), - [anon_sym_0b] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1725), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_0o] = ACTIONS(1723), - [anon_sym_0x] = ACTIONS(1723), - [sym_val_date] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym__str_single_quotes] = ACTIONS(1725), - [sym__str_back_ticks] = ACTIONS(1725), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1725), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token1] = ACTIONS(1723), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1725), - }, - [1347] = { - [sym_comment] = STATE(1347), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), - }, - [1348] = { - [sym_comment] = STATE(1348), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1711), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1349] = { - [sym_comment] = STATE(1349), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1725), - [anon_sym_RPAREN] = ACTIONS(1725), - [anon_sym_DOLLAR] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_DOT_DOT] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1723), - [anon_sym_DOT_DOT_LT] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_null] = ACTIONS(1725), - [anon_sym_true] = ACTIONS(1725), - [anon_sym_false] = ACTIONS(1725), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1725), - [aux_sym__val_number_decimal_token3] = ACTIONS(1725), - [aux_sym__val_number_decimal_token4] = ACTIONS(1725), - [aux_sym__val_number_token1] = ACTIONS(1725), - [aux_sym__val_number_token2] = ACTIONS(1725), - [aux_sym__val_number_token3] = ACTIONS(1725), - [aux_sym__val_number_token4] = ACTIONS(1725), - [aux_sym__val_number_token5] = ACTIONS(1725), - [aux_sym__val_number_token6] = ACTIONS(1725), - [anon_sym_0b] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1725), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_0o] = ACTIONS(1723), - [anon_sym_0x] = ACTIONS(1723), - [sym_val_date] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym__str_single_quotes] = ACTIONS(1725), - [sym__str_back_ticks] = ACTIONS(1725), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1725), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token1] = ACTIONS(1723), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1725), + [1246] = { + [sym__val_range] = STATE(7396), + [sym__value] = STATE(1929), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1793), + [sym_val_variable] = STATE(1946), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1396), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym_unquoted] = STATE(1930), + [sym__unquoted_anonymous_prefix] = STATE(7578), + [sym_comment] = STATE(1246), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(4080), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(4084), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4086), + [anon_sym_DOT_DOT_LT] = ACTIONS(4086), + [anon_sym_null] = ACTIONS(4088), + [anon_sym_true] = ACTIONS(4090), + [anon_sym_false] = ACTIONS(4090), + [aux_sym__val_number_decimal_token1] = ACTIONS(4092), + [aux_sym__val_number_decimal_token2] = ACTIONS(4094), + [aux_sym__val_number_decimal_token3] = ACTIONS(4096), + [aux_sym__val_number_decimal_token4] = ACTIONS(4098), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(4100), + [aux_sym__val_number_token5] = ACTIONS(4100), + [aux_sym__val_number_token6] = ACTIONS(4100), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(4102), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4104), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, - [1350] = { - [sym_cell_path] = STATE(1557), - [sym_path] = STATE(1524), - [sym_comment] = STATE(1350), - [aux_sym_cell_path_repeat1] = STATE(1413), - [ts_builtin_sym_end] = ACTIONS(937), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(937), - [anon_sym_LPAREN] = ACTIONS(937), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_DASH2] = ACTIONS(935), - [anon_sym_LBRACE] = ACTIONS(937), - [anon_sym_DOT_DOT] = ACTIONS(935), - [anon_sym_DOT_DOT2] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ] = ACTIONS(935), - [anon_sym_DOT_DOT_LT] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), - [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_null] = ACTIONS(937), - [anon_sym_true] = ACTIONS(937), - [anon_sym_false] = ACTIONS(937), - [aux_sym__val_number_decimal_token1] = ACTIONS(935), - [aux_sym__val_number_decimal_token2] = ACTIONS(937), - [aux_sym__val_number_decimal_token3] = ACTIONS(937), - [aux_sym__val_number_decimal_token4] = ACTIONS(937), - [aux_sym__val_number_token1] = ACTIONS(937), - [aux_sym__val_number_token2] = ACTIONS(937), - [aux_sym__val_number_token3] = ACTIONS(937), - [aux_sym__val_number_token4] = ACTIONS(937), - [aux_sym__val_number_token5] = ACTIONS(937), - [aux_sym__val_number_token6] = ACTIONS(937), - [anon_sym_0b] = ACTIONS(935), - [anon_sym_0o] = ACTIONS(935), - [anon_sym_0x] = ACTIONS(935), - [sym_val_date] = ACTIONS(937), - [anon_sym_DQUOTE] = ACTIONS(937), - [sym__str_single_quotes] = ACTIONS(937), - [sym__str_back_ticks] = ACTIONS(937), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4550), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [aux_sym_unquoted_token1] = ACTIONS(935), + [1247] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5931), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5062), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5933), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1247), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4108), + [aux_sym__val_number_decimal_token2] = ACTIONS(4110), + [aux_sym__val_number_decimal_token3] = ACTIONS(4112), + [aux_sym__val_number_decimal_token4] = ACTIONS(4114), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4116), + [aux_sym__val_number_token5] = ACTIONS(4116), + [aux_sym__val_number_token6] = ACTIONS(4116), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(937), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1351] = { - [sym__expr_parenthesized_immediate] = STATE(1880), - [sym__immediate_decimal] = STATE(1884), - [sym_val_variable] = STATE(1880), - [sym_comment] = STATE(1351), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(4554), - [aux_sym__immediate_decimal_token1] = ACTIONS(4556), - [aux_sym__immediate_decimal_token3] = ACTIONS(4556), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(251), + [1248] = { + [sym__expr_parenthesized_immediate] = STATE(1578), + [sym__immediate_decimal] = STATE(1579), + [sym_val_variable] = STATE(1578), + [sym_comment] = STATE(1248), + [ts_builtin_sym_end] = ACTIONS(1643), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1643), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(2938), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_DOT_DOT] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(3972), + [anon_sym_DOT] = ACTIONS(4118), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1643), + [anon_sym_DOT_DOT_LT] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4120), + [aux_sym__immediate_decimal_token3] = ACTIONS(4122), + [aux_sym__immediate_decimal_token4] = ACTIONS(4124), + [aux_sym__immediate_decimal_token5] = ACTIONS(4126), + [anon_sym_null] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(1643), + [anon_sym_false] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1643), + [aux_sym__val_number_token5] = ACTIONS(1643), + [aux_sym__val_number_token6] = ACTIONS(1643), + [anon_sym_0b] = ACTIONS(1633), + [anon_sym_0o] = ACTIONS(1633), + [anon_sym_0x] = ACTIONS(1633), + [sym_val_date] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1643), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1643), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [aux_sym_unquoted_token1] = ACTIONS(1633), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), }, - [1352] = { - [sym_cell_path] = STATE(1610), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1352), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1763), - [anon_sym_err_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_GT_PIPE] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1763), - [anon_sym_RPAREN] = ACTIONS(1763), - [anon_sym_GT2] = ACTIONS(1761), - [anon_sym_DASH2] = ACTIONS(1763), - [anon_sym_in2] = ACTIONS(1763), - [anon_sym_if] = ACTIONS(1763), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_RBRACE] = ACTIONS(1763), - [anon_sym_EQ_GT] = ACTIONS(1763), - [anon_sym_STAR2] = ACTIONS(1761), - [anon_sym_and2] = ACTIONS(1763), - [anon_sym_xor2] = ACTIONS(1763), - [anon_sym_or2] = ACTIONS(1763), - [anon_sym_not_DASHin2] = ACTIONS(1763), - [anon_sym_starts_DASHwith2] = ACTIONS(1763), - [anon_sym_ends_DASHwith2] = ACTIONS(1763), - [anon_sym_EQ_EQ2] = ACTIONS(1763), - [anon_sym_BANG_EQ2] = ACTIONS(1763), - [anon_sym_LT2] = ACTIONS(1761), - [anon_sym_LT_EQ2] = ACTIONS(1763), - [anon_sym_GT_EQ2] = ACTIONS(1763), - [anon_sym_EQ_TILDE2] = ACTIONS(1763), - [anon_sym_BANG_TILDE2] = ACTIONS(1763), - [anon_sym_STAR_STAR2] = ACTIONS(1763), - [anon_sym_PLUS_PLUS2] = ACTIONS(1763), - [anon_sym_SLASH2] = ACTIONS(1761), - [anon_sym_mod2] = ACTIONS(1763), - [anon_sym_SLASH_SLASH2] = ACTIONS(1763), - [anon_sym_PLUS2] = ACTIONS(1761), - [anon_sym_bit_DASHshl2] = ACTIONS(1763), - [anon_sym_bit_DASHshr2] = ACTIONS(1763), - [anon_sym_bit_DASHand2] = ACTIONS(1763), - [anon_sym_bit_DASHxor2] = ACTIONS(1763), - [anon_sym_bit_DASHor2] = ACTIONS(1763), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_COLON2] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(4562), - [anon_sym_err_GT] = ACTIONS(1761), - [anon_sym_out_GT] = ACTIONS(1761), - [anon_sym_e_GT] = ACTIONS(1761), - [anon_sym_o_GT] = ACTIONS(1761), - [anon_sym_err_PLUSout_GT] = ACTIONS(1761), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1761), - [anon_sym_o_PLUSe_GT] = ACTIONS(1761), - [anon_sym_e_PLUSo_GT] = ACTIONS(1761), - [anon_sym_err_GT_GT] = ACTIONS(1763), - [anon_sym_out_GT_GT] = ACTIONS(1763), - [anon_sym_e_GT_GT] = ACTIONS(1763), - [anon_sym_o_GT_GT] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1763), + [1249] = { + [sym__val_range] = STATE(7439), + [sym__value] = STATE(5911), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(2131), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5438), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(5913), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1249), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(4128), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(4130), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4132), + [anon_sym_DOT_DOT_LT] = ACTIONS(4132), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1353] = { - [sym_path] = STATE(1428), - [sym_comment] = STATE(1353), - [aux_sym_cell_path_repeat1] = STATE(1358), - [ts_builtin_sym_end] = ACTIONS(950), + [1250] = { + [sym_path] = STATE(1363), + [sym_comment] = STATE(1250), + [aux_sym_cell_path_repeat1] = STATE(1251), [anon_sym_EQ] = ACTIONS(948), [anon_sym_PLUS_EQ] = ACTIONS(950), [anon_sym_DASH_EQ] = ACTIONS(950), @@ -210331,9 +202809,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), + [anon_sym_RPAREN] = ACTIONS(950), [anon_sym_GT2] = ACTIONS(948), [anon_sym_DASH2] = ACTIONS(948), [anon_sym_in2] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), [anon_sym_STAR2] = ACTIONS(948), [anon_sym_and2] = ACTIONS(950), [anon_sym_xor2] = ACTIONS(950), @@ -210362,7 +202842,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(948), [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4453), + [anon_sym_COLON2] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(3984), [anon_sym_err_GT] = ACTIONS(948), [anon_sym_out_GT] = ACTIONS(948), [anon_sym_e_GT] = ACTIONS(948), @@ -210381,803 +202862,4005 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), [anon_sym_POUND] = ACTIONS(251), }, - [1354] = { - [sym__match_pattern] = STATE(7260), - [sym__match_pattern_expression] = STATE(6933), - [sym__match_pattern_value] = STATE(6936), - [sym__match_pattern_list] = STATE(6937), - [sym__match_pattern_record] = STATE(6939), - [sym_expr_parenthesized] = STATE(5763), - [sym_val_range] = STATE(6936), - [sym__val_range] = STATE(7459), - [sym_val_nothing] = STATE(6945), - [sym_val_bool] = STATE(6928), - [sym_val_variable] = STATE(5765), - [sym_val_number] = STATE(6945), - [sym__val_number_decimal] = STATE(5372), - [sym__val_number] = STATE(1660), - [sym_val_duration] = STATE(6945), - [sym_val_filesize] = STATE(6945), - [sym_val_binary] = STATE(6945), - [sym_val_string] = STATE(6945), - [sym__raw_str] = STATE(1427), - [sym__str_double_quotes] = STATE(1427), - [sym_val_table] = STATE(6945), - [sym_unquoted] = STATE(6948), - [sym__unquoted_anonymous_prefix] = STATE(7461), - [sym_comment] = STATE(1354), - [anon_sym_LBRACK] = ACTIONS(3608), - [anon_sym_LPAREN] = ACTIONS(157), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_LBRACE] = ACTIONS(3612), - [anon_sym_DOT_DOT] = ACTIONS(4564), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4566), - [anon_sym_DOT_DOT_LT] = ACTIONS(4566), - [anon_sym_null] = ACTIONS(4568), - [anon_sym_true] = ACTIONS(4570), - [anon_sym_false] = ACTIONS(4570), - [aux_sym__val_number_decimal_token1] = ACTIONS(4572), - [aux_sym__val_number_decimal_token2] = ACTIONS(4574), - [aux_sym__val_number_decimal_token3] = ACTIONS(4576), - [aux_sym__val_number_decimal_token4] = ACTIONS(4578), + [1251] = { + [sym_path] = STATE(1363), + [sym_comment] = STATE(1251), + [aux_sym_cell_path_repeat1] = STATE(1251), + [anon_sym_EQ] = ACTIONS(941), + [anon_sym_PLUS_EQ] = ACTIONS(943), + [anon_sym_DASH_EQ] = ACTIONS(943), + [anon_sym_STAR_EQ] = ACTIONS(943), + [anon_sym_SLASH_EQ] = ACTIONS(943), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(943), + [sym__newline] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_err_GT_PIPE] = ACTIONS(943), + [anon_sym_out_GT_PIPE] = ACTIONS(943), + [anon_sym_e_GT_PIPE] = ACTIONS(943), + [anon_sym_o_GT_PIPE] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), + [anon_sym_GT2] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_STAR2] = ACTIONS(941), + [anon_sym_and2] = ACTIONS(943), + [anon_sym_xor2] = ACTIONS(943), + [anon_sym_or2] = ACTIONS(943), + [anon_sym_not_DASHin2] = ACTIONS(943), + [anon_sym_starts_DASHwith2] = ACTIONS(943), + [anon_sym_ends_DASHwith2] = ACTIONS(943), + [anon_sym_EQ_EQ2] = ACTIONS(943), + [anon_sym_BANG_EQ2] = ACTIONS(943), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ2] = ACTIONS(943), + [anon_sym_GT_EQ2] = ACTIONS(943), + [anon_sym_EQ_TILDE2] = ACTIONS(943), + [anon_sym_BANG_TILDE2] = ACTIONS(943), + [anon_sym_STAR_STAR2] = ACTIONS(943), + [anon_sym_PLUS_PLUS2] = ACTIONS(941), + [anon_sym_SLASH2] = ACTIONS(941), + [anon_sym_mod2] = ACTIONS(943), + [anon_sym_SLASH_SLASH2] = ACTIONS(943), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_bit_DASHshl2] = ACTIONS(943), + [anon_sym_bit_DASHshr2] = ACTIONS(943), + [anon_sym_bit_DASHand2] = ACTIONS(943), + [anon_sym_bit_DASHxor2] = ACTIONS(943), + [anon_sym_bit_DASHor2] = ACTIONS(943), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_COLON2] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(4134), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [anon_sym_err_GT_GT] = ACTIONS(943), + [anon_sym_out_GT_GT] = ACTIONS(943), + [anon_sym_e_GT_GT] = ACTIONS(943), + [anon_sym_o_GT_GT] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), + [anon_sym_POUND] = ACTIONS(251), + }, + [1252] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5911), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5062), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5913), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1252), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4108), + [aux_sym__val_number_decimal_token2] = ACTIONS(4110), + [aux_sym__val_number_decimal_token3] = ACTIONS(4112), + [aux_sym__val_number_decimal_token4] = ACTIONS(4114), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4116), + [aux_sym__val_number_token5] = ACTIONS(4116), + [aux_sym__val_number_token6] = ACTIONS(4116), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1253] = { + [sym__expr_parenthesized_immediate] = STATE(1837), + [sym__immediate_decimal] = STATE(1639), + [sym_val_variable] = STATE(1837), + [sym_comment] = STATE(1253), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1539), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1553), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_DOT_DOT] = ACTIONS(1539), + [anon_sym_LPAREN2] = ACTIONS(4137), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_DOT_DOT_LT] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(4139), + [aux_sym__immediate_decimal_token3] = ACTIONS(4141), + [aux_sym__immediate_decimal_token4] = ACTIONS(4143), + [aux_sym__immediate_decimal_token5] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1553), + [anon_sym_false] = ACTIONS(1553), + [aux_sym__val_number_decimal_token1] = ACTIONS(1539), + [aux_sym__val_number_decimal_token2] = ACTIONS(1539), + [aux_sym__val_number_decimal_token3] = ACTIONS(1539), + [aux_sym__val_number_decimal_token4] = ACTIONS(1539), + [aux_sym__val_number_token1] = ACTIONS(1553), + [aux_sym__val_number_token2] = ACTIONS(1553), + [aux_sym__val_number_token3] = ACTIONS(1553), + [aux_sym__val_number_token4] = ACTIONS(1553), + [aux_sym__val_number_token5] = ACTIONS(1553), + [aux_sym__val_number_token6] = ACTIONS(1553), + [anon_sym_0b] = ACTIONS(1539), + [anon_sym_0o] = ACTIONS(1539), + [anon_sym_0x] = ACTIONS(1539), + [sym_val_date] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1553), + [sym__str_single_quotes] = ACTIONS(1553), + [sym__str_back_ticks] = ACTIONS(1553), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1553), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1553), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1553), + }, + [1254] = { + [sym__val_range] = STATE(7439), + [sym__value] = STATE(5931), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(2131), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5438), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(5933), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1254), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(4128), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(4130), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4132), + [anon_sym_DOT_DOT_LT] = ACTIONS(4132), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1255] = { + [sym_comment] = STATE(1255), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4147), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4149), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [1256] = { + [sym__val_range] = STATE(7396), + [sym__value] = STATE(1937), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1793), + [sym_val_variable] = STATE(1946), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1396), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym_unquoted] = STATE(1938), + [sym__unquoted_anonymous_prefix] = STATE(7578), + [sym_comment] = STATE(1256), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(4080), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(4084), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4086), + [anon_sym_DOT_DOT_LT] = ACTIONS(4086), + [anon_sym_null] = ACTIONS(4088), + [anon_sym_true] = ACTIONS(4090), + [anon_sym_false] = ACTIONS(4090), + [aux_sym__val_number_decimal_token1] = ACTIONS(4092), + [aux_sym__val_number_decimal_token2] = ACTIONS(4094), + [aux_sym__val_number_decimal_token3] = ACTIONS(4096), + [aux_sym__val_number_decimal_token4] = ACTIONS(4098), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(4100), + [aux_sym__val_number_token5] = ACTIONS(4100), + [aux_sym__val_number_token6] = ACTIONS(4100), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(4102), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4104), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), + }, + [1257] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5931), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(6599), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5265), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5933), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1257), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_true] = ACTIONS(4153), + [anon_sym_false] = ACTIONS(4153), + [aux_sym__val_number_decimal_token1] = ACTIONS(4155), + [aux_sym__val_number_decimal_token2] = ACTIONS(4157), + [aux_sym__val_number_decimal_token3] = ACTIONS(4159), + [aux_sym__val_number_decimal_token4] = ACTIONS(4161), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4163), + [aux_sym__val_number_token5] = ACTIONS(4163), + [aux_sym__val_number_token6] = ACTIONS(4163), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4165), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1258] = { + [sym__val_range] = STATE(7396), + [sym__value] = STATE(1942), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1793), + [sym_val_variable] = STATE(1946), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1396), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym_unquoted] = STATE(1943), + [sym__unquoted_anonymous_prefix] = STATE(7578), + [sym_comment] = STATE(1258), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(4080), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(4084), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4086), + [anon_sym_DOT_DOT_LT] = ACTIONS(4086), + [anon_sym_null] = ACTIONS(4088), + [anon_sym_true] = ACTIONS(4090), + [anon_sym_false] = ACTIONS(4090), + [aux_sym__val_number_decimal_token1] = ACTIONS(4092), + [aux_sym__val_number_decimal_token2] = ACTIONS(4094), + [aux_sym__val_number_decimal_token3] = ACTIONS(4096), + [aux_sym__val_number_decimal_token4] = ACTIONS(4098), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(4100), + [aux_sym__val_number_token5] = ACTIONS(4100), + [aux_sym__val_number_token6] = ACTIONS(4100), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(4102), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4104), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), + }, + [1259] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5988), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(6599), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5265), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5989), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1259), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_true] = ACTIONS(4153), + [anon_sym_false] = ACTIONS(4153), + [aux_sym__val_number_decimal_token1] = ACTIONS(4155), + [aux_sym__val_number_decimal_token2] = ACTIONS(4157), + [aux_sym__val_number_decimal_token3] = ACTIONS(4159), + [aux_sym__val_number_decimal_token4] = ACTIONS(4161), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4163), + [aux_sym__val_number_token5] = ACTIONS(4163), + [aux_sym__val_number_token6] = ACTIONS(4163), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4165), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1260] = { + [sym__expr_parenthesized_immediate] = STATE(1866), + [sym__immediate_decimal] = STATE(1699), + [sym_val_variable] = STATE(1866), + [sym_comment] = STATE(1260), + [ts_builtin_sym_end] = ACTIONS(1629), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_LBRACK] = ACTIONS(1629), + [anon_sym_LPAREN] = ACTIONS(1627), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1629), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_DOT_DOT] = ACTIONS(1627), + [anon_sym_LPAREN2] = ACTIONS(4137), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1629), + [anon_sym_DOT_DOT_LT] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(4139), + [aux_sym__immediate_decimal_token3] = ACTIONS(4141), + [aux_sym__immediate_decimal_token4] = ACTIONS(4143), + [aux_sym__immediate_decimal_token5] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(1629), + [anon_sym_true] = ACTIONS(1629), + [anon_sym_false] = ACTIONS(1629), + [aux_sym__val_number_decimal_token1] = ACTIONS(1627), + [aux_sym__val_number_decimal_token2] = ACTIONS(1627), + [aux_sym__val_number_decimal_token3] = ACTIONS(1627), + [aux_sym__val_number_decimal_token4] = ACTIONS(1627), + [aux_sym__val_number_token1] = ACTIONS(1629), + [aux_sym__val_number_token2] = ACTIONS(1629), + [aux_sym__val_number_token3] = ACTIONS(1629), + [aux_sym__val_number_token4] = ACTIONS(1629), + [aux_sym__val_number_token5] = ACTIONS(1629), + [aux_sym__val_number_token6] = ACTIONS(1629), + [anon_sym_0b] = ACTIONS(1627), + [anon_sym_0o] = ACTIONS(1627), + [anon_sym_0x] = ACTIONS(1627), + [sym_val_date] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(1629), + [sym__str_single_quotes] = ACTIONS(1629), + [sym__str_back_ticks] = ACTIONS(1629), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1629), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1629), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), + [aux_sym_unquoted_token1] = ACTIONS(1627), + [aux_sym_unquoted_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1629), + }, + [1261] = { + [sym_comment] = STATE(1261), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4167), + [aux_sym__immediate_decimal_token2] = ACTIONS(4169), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), + }, + [1262] = { + [sym_comment] = STATE(1262), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4171), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4173), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [1263] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5911), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(6599), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5265), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5913), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1263), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_true] = ACTIONS(4153), + [anon_sym_false] = ACTIONS(4153), + [aux_sym__val_number_decimal_token1] = ACTIONS(4155), + [aux_sym__val_number_decimal_token2] = ACTIONS(4157), + [aux_sym__val_number_decimal_token3] = ACTIONS(4159), + [aux_sym__val_number_decimal_token4] = ACTIONS(4161), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4163), + [aux_sym__val_number_token5] = ACTIONS(4163), + [aux_sym__val_number_token6] = ACTIONS(4163), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4165), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1264] = { + [sym__val_range] = STATE(7666), + [sym__value] = STATE(4677), + [sym_val_nothing] = STATE(4663), + [sym_val_bool] = STATE(4379), + [sym_val_variable] = STATE(4663), + [sym_val_number] = STATE(4663), + [sym__val_number_decimal] = STATE(3911), + [sym__val_number] = STATE(4579), + [sym_val_duration] = STATE(4663), + [sym_val_filesize] = STATE(4663), + [sym_val_binary] = STATE(4663), + [sym_val_string] = STATE(4663), + [sym__raw_str] = STATE(3997), + [sym__str_double_quotes] = STATE(3997), + [sym_val_interpolated] = STATE(4663), + [sym__inter_single_quotes] = STATE(4562), + [sym__inter_double_quotes] = STATE(4658), + [sym_val_list] = STATE(4663), + [sym_val_record] = STATE(4663), + [sym_val_table] = STATE(4663), + [sym_val_closure] = STATE(4663), + [sym_unquoted] = STATE(4678), + [sym__unquoted_anonymous_prefix] = STATE(7624), + [sym_comment] = STATE(1264), + [anon_sym_LBRACK] = ACTIONS(4016), + [anon_sym_LPAREN] = ACTIONS(4018), + [anon_sym_DOLLAR] = ACTIONS(2033), + [anon_sym_LBRACE] = ACTIONS(4020), + [anon_sym_DOT_DOT] = ACTIONS(4022), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4024), + [anon_sym_DOT_DOT_LT] = ACTIONS(4024), + [anon_sym_null] = ACTIONS(4026), + [anon_sym_true] = ACTIONS(4028), + [anon_sym_false] = ACTIONS(4028), + [aux_sym__val_number_decimal_token1] = ACTIONS(2053), + [aux_sym__val_number_decimal_token2] = ACTIONS(4030), + [aux_sym__val_number_decimal_token3] = ACTIONS(4032), + [aux_sym__val_number_decimal_token4] = ACTIONS(4034), + [aux_sym__val_number_token1] = ACTIONS(4036), + [aux_sym__val_number_token2] = ACTIONS(4036), + [aux_sym__val_number_token3] = ACTIONS(4036), + [aux_sym__val_number_token4] = ACTIONS(4038), + [aux_sym__val_number_token5] = ACTIONS(4038), + [aux_sym__val_number_token6] = ACTIONS(4038), + [anon_sym_0b] = ACTIONS(2063), + [anon_sym_0o] = ACTIONS(2065), + [anon_sym_0x] = ACTIONS(2065), + [sym_val_date] = ACTIONS(4040), + [anon_sym_DQUOTE] = ACTIONS(4042), + [sym__str_single_quotes] = ACTIONS(4044), + [sym__str_back_ticks] = ACTIONS(4044), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4046), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4048), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2083), + }, + [1265] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(6049), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(6599), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5265), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5814), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1265), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_true] = ACTIONS(4153), + [anon_sym_false] = ACTIONS(4153), + [aux_sym__val_number_decimal_token1] = ACTIONS(4155), + [aux_sym__val_number_decimal_token2] = ACTIONS(4157), + [aux_sym__val_number_decimal_token3] = ACTIONS(4159), + [aux_sym__val_number_decimal_token4] = ACTIONS(4161), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4163), + [aux_sym__val_number_token5] = ACTIONS(4163), + [aux_sym__val_number_token6] = ACTIONS(4163), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4165), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1266] = { + [sym__val_range] = STATE(7666), + [sym__value] = STATE(4578), + [sym_val_nothing] = STATE(4663), + [sym_val_bool] = STATE(4379), + [sym_val_variable] = STATE(4663), + [sym_val_number] = STATE(4663), + [sym__val_number_decimal] = STATE(3911), + [sym__val_number] = STATE(4579), + [sym_val_duration] = STATE(4663), + [sym_val_filesize] = STATE(4663), + [sym_val_binary] = STATE(4663), + [sym_val_string] = STATE(4663), + [sym__raw_str] = STATE(3997), + [sym__str_double_quotes] = STATE(3997), + [sym_val_interpolated] = STATE(4663), + [sym__inter_single_quotes] = STATE(4562), + [sym__inter_double_quotes] = STATE(4658), + [sym_val_list] = STATE(4663), + [sym_val_record] = STATE(4663), + [sym_val_table] = STATE(4663), + [sym_val_closure] = STATE(4663), + [sym_unquoted] = STATE(4580), + [sym__unquoted_anonymous_prefix] = STATE(7624), + [sym_comment] = STATE(1266), + [anon_sym_LBRACK] = ACTIONS(4016), + [anon_sym_LPAREN] = ACTIONS(4018), + [anon_sym_DOLLAR] = ACTIONS(2033), + [anon_sym_LBRACE] = ACTIONS(4020), + [anon_sym_DOT_DOT] = ACTIONS(4022), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4024), + [anon_sym_DOT_DOT_LT] = ACTIONS(4024), + [anon_sym_null] = ACTIONS(4026), + [anon_sym_true] = ACTIONS(4028), + [anon_sym_false] = ACTIONS(4028), + [aux_sym__val_number_decimal_token1] = ACTIONS(2053), + [aux_sym__val_number_decimal_token2] = ACTIONS(4030), + [aux_sym__val_number_decimal_token3] = ACTIONS(4032), + [aux_sym__val_number_decimal_token4] = ACTIONS(4034), + [aux_sym__val_number_token1] = ACTIONS(4036), + [aux_sym__val_number_token2] = ACTIONS(4036), + [aux_sym__val_number_token3] = ACTIONS(4036), + [aux_sym__val_number_token4] = ACTIONS(4038), + [aux_sym__val_number_token5] = ACTIONS(4038), + [aux_sym__val_number_token6] = ACTIONS(4038), + [anon_sym_0b] = ACTIONS(2063), + [anon_sym_0o] = ACTIONS(2065), + [anon_sym_0x] = ACTIONS(2065), + [sym_val_date] = ACTIONS(4040), + [anon_sym_DQUOTE] = ACTIONS(4042), + [sym__str_single_quotes] = ACTIONS(4044), + [sym__str_back_ticks] = ACTIONS(4044), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4046), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4048), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2083), + }, + [1267] = { + [sym__val_range] = STATE(7666), + [sym__value] = STATE(4559), + [sym_val_nothing] = STATE(4663), + [sym_val_bool] = STATE(4379), + [sym_val_variable] = STATE(4663), + [sym_val_number] = STATE(4663), + [sym__val_number_decimal] = STATE(3911), + [sym__val_number] = STATE(4579), + [sym_val_duration] = STATE(4663), + [sym_val_filesize] = STATE(4663), + [sym_val_binary] = STATE(4663), + [sym_val_string] = STATE(4663), + [sym__raw_str] = STATE(3997), + [sym__str_double_quotes] = STATE(3997), + [sym_val_interpolated] = STATE(4663), + [sym__inter_single_quotes] = STATE(4562), + [sym__inter_double_quotes] = STATE(4658), + [sym_val_list] = STATE(4663), + [sym_val_record] = STATE(4663), + [sym_val_table] = STATE(4663), + [sym_val_closure] = STATE(4663), + [sym_unquoted] = STATE(4629), + [sym__unquoted_anonymous_prefix] = STATE(7624), + [sym_comment] = STATE(1267), + [anon_sym_LBRACK] = ACTIONS(4016), + [anon_sym_LPAREN] = ACTIONS(4018), + [anon_sym_DOLLAR] = ACTIONS(2033), + [anon_sym_LBRACE] = ACTIONS(4020), + [anon_sym_DOT_DOT] = ACTIONS(4022), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4024), + [anon_sym_DOT_DOT_LT] = ACTIONS(4024), + [anon_sym_null] = ACTIONS(4026), + [anon_sym_true] = ACTIONS(4028), + [anon_sym_false] = ACTIONS(4028), + [aux_sym__val_number_decimal_token1] = ACTIONS(2053), + [aux_sym__val_number_decimal_token2] = ACTIONS(4030), + [aux_sym__val_number_decimal_token3] = ACTIONS(4032), + [aux_sym__val_number_decimal_token4] = ACTIONS(4034), + [aux_sym__val_number_token1] = ACTIONS(4036), + [aux_sym__val_number_token2] = ACTIONS(4036), + [aux_sym__val_number_token3] = ACTIONS(4036), + [aux_sym__val_number_token4] = ACTIONS(4038), + [aux_sym__val_number_token5] = ACTIONS(4038), + [aux_sym__val_number_token6] = ACTIONS(4038), + [anon_sym_0b] = ACTIONS(2063), + [anon_sym_0o] = ACTIONS(2065), + [anon_sym_0x] = ACTIONS(2065), + [sym_val_date] = ACTIONS(4040), + [anon_sym_DQUOTE] = ACTIONS(4042), + [sym__str_single_quotes] = ACTIONS(4044), + [sym__str_back_ticks] = ACTIONS(4044), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4046), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4048), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2083), + }, + [1268] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4527), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(6799), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(5285), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4529), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1268), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4185), + [anon_sym_true] = ACTIONS(4187), + [anon_sym_false] = ACTIONS(4187), + [aux_sym__val_number_decimal_token1] = ACTIONS(4189), + [aux_sym__val_number_decimal_token2] = ACTIONS(4191), + [aux_sym__val_number_decimal_token3] = ACTIONS(4193), + [aux_sym__val_number_decimal_token4] = ACTIONS(4195), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4199), + [aux_sym__val_number_token5] = ACTIONS(4199), + [aux_sym__val_number_token6] = ACTIONS(4199), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4201), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1269] = { + [sym__val_range] = STATE(7567), + [sym__value] = STATE(2997), + [sym_val_nothing] = STATE(2967), + [sym_val_bool] = STATE(2936), + [sym_val_variable] = STATE(2967), + [sym_val_number] = STATE(2967), + [sym__val_number_decimal] = STATE(2574), + [sym__val_number] = STATE(3035), + [sym_val_duration] = STATE(2967), + [sym_val_filesize] = STATE(2967), + [sym_val_binary] = STATE(2967), + [sym_val_string] = STATE(2967), + [sym__raw_str] = STATE(3030), + [sym__str_double_quotes] = STATE(3030), + [sym_val_interpolated] = STATE(2967), + [sym__inter_single_quotes] = STATE(2985), + [sym__inter_double_quotes] = STATE(2993), + [sym_val_list] = STATE(2967), + [sym_val_record] = STATE(2967), + [sym_val_table] = STATE(2967), + [sym_val_closure] = STATE(2967), + [sym_unquoted] = STATE(3004), + [sym__unquoted_anonymous_prefix] = STATE(7742), + [sym_comment] = STATE(1269), + [anon_sym_LBRACK] = ACTIONS(4211), + [anon_sym_LPAREN] = ACTIONS(4213), + [anon_sym_DOLLAR] = ACTIONS(4215), + [anon_sym_LBRACE] = ACTIONS(4217), + [anon_sym_DOT_DOT] = ACTIONS(4219), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4221), + [anon_sym_DOT_DOT_LT] = ACTIONS(4221), + [anon_sym_null] = ACTIONS(4223), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [aux_sym__val_number_decimal_token1] = ACTIONS(4227), + [aux_sym__val_number_decimal_token2] = ACTIONS(4229), + [aux_sym__val_number_decimal_token3] = ACTIONS(4231), + [aux_sym__val_number_decimal_token4] = ACTIONS(4233), + [aux_sym__val_number_token1] = ACTIONS(4235), + [aux_sym__val_number_token2] = ACTIONS(4235), + [aux_sym__val_number_token3] = ACTIONS(4235), + [aux_sym__val_number_token4] = ACTIONS(4237), + [aux_sym__val_number_token5] = ACTIONS(4237), + [aux_sym__val_number_token6] = ACTIONS(4237), + [anon_sym_0b] = ACTIONS(4239), + [anon_sym_0o] = ACTIONS(4241), + [anon_sym_0x] = ACTIONS(4241), + [sym_val_date] = ACTIONS(4243), + [anon_sym_DQUOTE] = ACTIONS(4245), + [sym__str_single_quotes] = ACTIONS(4247), + [sym__str_back_ticks] = ACTIONS(4247), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4249), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4251), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4253), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4255), + }, + [1270] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4500), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(6799), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(5285), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4548), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1270), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4185), + [anon_sym_true] = ACTIONS(4187), + [anon_sym_false] = ACTIONS(4187), + [aux_sym__val_number_decimal_token1] = ACTIONS(4189), + [aux_sym__val_number_decimal_token2] = ACTIONS(4191), + [aux_sym__val_number_decimal_token3] = ACTIONS(4193), + [aux_sym__val_number_decimal_token4] = ACTIONS(4195), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4199), + [aux_sym__val_number_token5] = ACTIONS(4199), + [aux_sym__val_number_token6] = ACTIONS(4199), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4201), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1271] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4493), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(6799), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(5285), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4533), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1271), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4185), + [anon_sym_true] = ACTIONS(4187), + [anon_sym_false] = ACTIONS(4187), + [aux_sym__val_number_decimal_token1] = ACTIONS(4189), + [aux_sym__val_number_decimal_token2] = ACTIONS(4191), + [aux_sym__val_number_decimal_token3] = ACTIONS(4193), + [aux_sym__val_number_decimal_token4] = ACTIONS(4195), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4199), + [aux_sym__val_number_token5] = ACTIONS(4199), + [aux_sym__val_number_token6] = ACTIONS(4199), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4201), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1272] = { + [sym_comment] = STATE(1272), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4257), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1273] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4442), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(6799), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(5285), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4444), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1273), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4185), + [anon_sym_true] = ACTIONS(4187), + [anon_sym_false] = ACTIONS(4187), + [aux_sym__val_number_decimal_token1] = ACTIONS(4189), + [aux_sym__val_number_decimal_token2] = ACTIONS(4191), + [aux_sym__val_number_decimal_token3] = ACTIONS(4193), + [aux_sym__val_number_decimal_token4] = ACTIONS(4195), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4199), + [aux_sym__val_number_token5] = ACTIONS(4199), + [aux_sym__val_number_token6] = ACTIONS(4199), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4201), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1274] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4500), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3881), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4548), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1274), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4259), + [anon_sym_true] = ACTIONS(4261), + [anon_sym_false] = ACTIONS(4261), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(4263), + [aux_sym__val_number_decimal_token3] = ACTIONS(4265), + [aux_sym__val_number_decimal_token4] = ACTIONS(4267), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4269), + [aux_sym__val_number_token5] = ACTIONS(4269), + [aux_sym__val_number_token6] = ACTIONS(4269), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4271), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1275] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4493), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3881), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4533), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1275), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4259), + [anon_sym_true] = ACTIONS(4261), + [anon_sym_false] = ACTIONS(4261), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(4263), + [aux_sym__val_number_decimal_token3] = ACTIONS(4265), + [aux_sym__val_number_decimal_token4] = ACTIONS(4267), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4269), + [aux_sym__val_number_token5] = ACTIONS(4269), + [aux_sym__val_number_token6] = ACTIONS(4269), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4271), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1276] = { + [sym__val_range] = STATE(7379), + [sym__value] = STATE(1716), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1691), + [sym_val_variable] = STATE(1751), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1373), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym_unquoted] = STATE(1717), + [sym__unquoted_anonymous_prefix] = STATE(7688), + [sym_comment] = STATE(1276), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(4273), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4277), + [anon_sym_DOT_DOT_LT] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [aux_sym__val_number_decimal_token1] = ACTIONS(4283), + [aux_sym__val_number_decimal_token2] = ACTIONS(4285), + [aux_sym__val_number_decimal_token3] = ACTIONS(4287), + [aux_sym__val_number_decimal_token4] = ACTIONS(4289), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(4291), + [aux_sym__val_number_token5] = ACTIONS(4291), + [aux_sym__val_number_token6] = ACTIONS(4291), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(4293), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4295), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [1277] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4442), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3881), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4444), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1277), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4259), + [anon_sym_true] = ACTIONS(4261), + [anon_sym_false] = ACTIONS(4261), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(4263), + [aux_sym__val_number_decimal_token3] = ACTIONS(4265), + [aux_sym__val_number_decimal_token4] = ACTIONS(4267), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4269), + [aux_sym__val_number_token5] = ACTIONS(4269), + [aux_sym__val_number_token6] = ACTIONS(4269), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4271), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1278] = { + [sym__val_range] = STATE(7379), + [sym__value] = STATE(1722), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1691), + [sym_val_variable] = STATE(1751), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1373), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym_unquoted] = STATE(1723), + [sym__unquoted_anonymous_prefix] = STATE(7688), + [sym_comment] = STATE(1278), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(4273), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4277), + [anon_sym_DOT_DOT_LT] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [aux_sym__val_number_decimal_token1] = ACTIONS(4283), + [aux_sym__val_number_decimal_token2] = ACTIONS(4285), + [aux_sym__val_number_decimal_token3] = ACTIONS(4287), + [aux_sym__val_number_decimal_token4] = ACTIONS(4289), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(4291), + [aux_sym__val_number_token5] = ACTIONS(4291), + [aux_sym__val_number_token6] = ACTIONS(4291), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(4293), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4295), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [1279] = { + [sym__val_range] = STATE(7379), + [sym__value] = STATE(1727), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1691), + [sym_val_variable] = STATE(1751), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1373), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym_unquoted] = STATE(1728), + [sym__unquoted_anonymous_prefix] = STATE(7688), + [sym_comment] = STATE(1279), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(4273), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4277), + [anon_sym_DOT_DOT_LT] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [aux_sym__val_number_decimal_token1] = ACTIONS(4283), + [aux_sym__val_number_decimal_token2] = ACTIONS(4285), + [aux_sym__val_number_decimal_token3] = ACTIONS(4287), + [aux_sym__val_number_decimal_token4] = ACTIONS(4289), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(4291), + [aux_sym__val_number_token5] = ACTIONS(4291), + [aux_sym__val_number_token6] = ACTIONS(4291), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(4293), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4295), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [1280] = { + [sym__val_range] = STATE(7471), + [sym__value] = STATE(5773), + [sym_val_nothing] = STATE(5601), + [sym_val_bool] = STATE(5523), + [sym_val_variable] = STATE(5601), + [sym_val_number] = STATE(5601), + [sym__val_number_decimal] = STATE(4889), + [sym__val_number] = STATE(5681), + [sym_val_duration] = STATE(5601), + [sym_val_filesize] = STATE(5601), + [sym_val_binary] = STATE(5601), + [sym_val_string] = STATE(5601), + [sym__raw_str] = STATE(5406), + [sym__str_double_quotes] = STATE(5406), + [sym_val_interpolated] = STATE(5601), + [sym__inter_single_quotes] = STATE(5690), + [sym__inter_double_quotes] = STATE(5691), + [sym_val_list] = STATE(5601), + [sym_val_record] = STATE(5601), + [sym_val_table] = STATE(5601), + [sym_val_closure] = STATE(5601), + [sym_unquoted] = STATE(5777), + [sym__unquoted_anonymous_prefix] = STATE(7399), + [sym_comment] = STATE(1280), + [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_LPAREN] = ACTIONS(4299), + [anon_sym_DOLLAR] = ACTIONS(4301), + [anon_sym_LBRACE] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4307), + [anon_sym_DOT_DOT_LT] = ACTIONS(4307), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_true] = ACTIONS(4311), + [anon_sym_false] = ACTIONS(4311), + [aux_sym__val_number_decimal_token1] = ACTIONS(4313), + [aux_sym__val_number_decimal_token2] = ACTIONS(4315), + [aux_sym__val_number_decimal_token3] = ACTIONS(4317), + [aux_sym__val_number_decimal_token4] = ACTIONS(4319), + [aux_sym__val_number_token1] = ACTIONS(4321), + [aux_sym__val_number_token2] = ACTIONS(4321), + [aux_sym__val_number_token3] = ACTIONS(4321), + [aux_sym__val_number_token4] = ACTIONS(4323), + [aux_sym__val_number_token5] = ACTIONS(4323), + [aux_sym__val_number_token6] = ACTIONS(4323), + [anon_sym_0b] = ACTIONS(4325), + [anon_sym_0o] = ACTIONS(4327), + [anon_sym_0x] = ACTIONS(4327), + [sym_val_date] = ACTIONS(4329), + [anon_sym_DQUOTE] = ACTIONS(4331), + [sym__str_single_quotes] = ACTIONS(4333), + [sym__str_back_ticks] = ACTIONS(4333), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4335), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4337), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4339), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4341), + }, + [1281] = { + [sym__val_range] = STATE(7379), + [sym__value] = STATE(1730), + [sym_val_nothing] = STATE(1751), + [sym_val_bool] = STATE(1691), + [sym_val_variable] = STATE(1751), + [sym_val_number] = STATE(1751), + [sym__val_number_decimal] = STATE(1373), + [sym__val_number] = STATE(1752), + [sym_val_duration] = STATE(1751), + [sym_val_filesize] = STATE(1751), + [sym_val_binary] = STATE(1751), + [sym_val_string] = STATE(1751), + [sym__raw_str] = STATE(1786), + [sym__str_double_quotes] = STATE(1786), + [sym_val_interpolated] = STATE(1751), + [sym__inter_single_quotes] = STATE(1779), + [sym__inter_double_quotes] = STATE(1780), + [sym_val_list] = STATE(1751), + [sym_val_record] = STATE(1751), + [sym_val_table] = STATE(1751), + [sym_val_closure] = STATE(1751), + [sym_unquoted] = STATE(1731), + [sym__unquoted_anonymous_prefix] = STATE(7688), + [sym_comment] = STATE(1281), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(4273), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_LBRACE] = ACTIONS(2705), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4277), + [anon_sym_DOT_DOT_LT] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [aux_sym__val_number_decimal_token1] = ACTIONS(4283), + [aux_sym__val_number_decimal_token2] = ACTIONS(4285), + [aux_sym__val_number_decimal_token3] = ACTIONS(4287), + [aux_sym__val_number_decimal_token4] = ACTIONS(4289), + [aux_sym__val_number_token1] = ACTIONS(2723), + [aux_sym__val_number_token2] = ACTIONS(2723), + [aux_sym__val_number_token3] = ACTIONS(2723), + [aux_sym__val_number_token4] = ACTIONS(4291), + [aux_sym__val_number_token5] = ACTIONS(4291), + [aux_sym__val_number_token6] = ACTIONS(4291), + [anon_sym_0b] = ACTIONS(2727), + [anon_sym_0o] = ACTIONS(2729), + [anon_sym_0x] = ACTIONS(2729), + [sym_val_date] = ACTIONS(4293), + [anon_sym_DQUOTE] = ACTIONS(2733), + [sym__str_single_quotes] = ACTIONS(2735), + [sym__str_back_ticks] = ACTIONS(2735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2737), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2739), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4295), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2747), + }, + [1282] = { + [sym__val_range] = STATE(7471), + [sym__value] = STATE(5799), + [sym_val_nothing] = STATE(5601), + [sym_val_bool] = STATE(5523), + [sym_val_variable] = STATE(5601), + [sym_val_number] = STATE(5601), + [sym__val_number_decimal] = STATE(4889), + [sym__val_number] = STATE(5681), + [sym_val_duration] = STATE(5601), + [sym_val_filesize] = STATE(5601), + [sym_val_binary] = STATE(5601), + [sym_val_string] = STATE(5601), + [sym__raw_str] = STATE(5406), + [sym__str_double_quotes] = STATE(5406), + [sym_val_interpolated] = STATE(5601), + [sym__inter_single_quotes] = STATE(5690), + [sym__inter_double_quotes] = STATE(5691), + [sym_val_list] = STATE(5601), + [sym_val_record] = STATE(5601), + [sym_val_table] = STATE(5601), + [sym_val_closure] = STATE(5601), + [sym_unquoted] = STATE(5800), + [sym__unquoted_anonymous_prefix] = STATE(7399), + [sym_comment] = STATE(1282), + [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_LPAREN] = ACTIONS(4299), + [anon_sym_DOLLAR] = ACTIONS(4301), + [anon_sym_LBRACE] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4307), + [anon_sym_DOT_DOT_LT] = ACTIONS(4307), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_true] = ACTIONS(4311), + [anon_sym_false] = ACTIONS(4311), + [aux_sym__val_number_decimal_token1] = ACTIONS(4313), + [aux_sym__val_number_decimal_token2] = ACTIONS(4315), + [aux_sym__val_number_decimal_token3] = ACTIONS(4317), + [aux_sym__val_number_decimal_token4] = ACTIONS(4319), + [aux_sym__val_number_token1] = ACTIONS(4321), + [aux_sym__val_number_token2] = ACTIONS(4321), + [aux_sym__val_number_token3] = ACTIONS(4321), + [aux_sym__val_number_token4] = ACTIONS(4323), + [aux_sym__val_number_token5] = ACTIONS(4323), + [aux_sym__val_number_token6] = ACTIONS(4323), + [anon_sym_0b] = ACTIONS(4325), + [anon_sym_0o] = ACTIONS(4327), + [anon_sym_0x] = ACTIONS(4327), + [sym_val_date] = ACTIONS(4329), + [anon_sym_DQUOTE] = ACTIONS(4331), + [sym__str_single_quotes] = ACTIONS(4333), + [sym__str_back_ticks] = ACTIONS(4333), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4335), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4337), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4339), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4341), + }, + [1283] = { + [sym__val_range] = STATE(7471), + [sym__value] = STATE(5719), + [sym_val_nothing] = STATE(5601), + [sym_val_bool] = STATE(5523), + [sym_val_variable] = STATE(5601), + [sym_val_number] = STATE(5601), + [sym__val_number_decimal] = STATE(4889), + [sym__val_number] = STATE(5681), + [sym_val_duration] = STATE(5601), + [sym_val_filesize] = STATE(5601), + [sym_val_binary] = STATE(5601), + [sym_val_string] = STATE(5601), + [sym__raw_str] = STATE(5406), + [sym__str_double_quotes] = STATE(5406), + [sym_val_interpolated] = STATE(5601), + [sym__inter_single_quotes] = STATE(5690), + [sym__inter_double_quotes] = STATE(5691), + [sym_val_list] = STATE(5601), + [sym_val_record] = STATE(5601), + [sym_val_table] = STATE(5601), + [sym_val_closure] = STATE(5601), + [sym_unquoted] = STATE(5731), + [sym__unquoted_anonymous_prefix] = STATE(7399), + [sym_comment] = STATE(1283), + [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_LPAREN] = ACTIONS(4299), + [anon_sym_DOLLAR] = ACTIONS(4301), + [anon_sym_LBRACE] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4307), + [anon_sym_DOT_DOT_LT] = ACTIONS(4307), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_true] = ACTIONS(4311), + [anon_sym_false] = ACTIONS(4311), + [aux_sym__val_number_decimal_token1] = ACTIONS(4313), + [aux_sym__val_number_decimal_token2] = ACTIONS(4315), + [aux_sym__val_number_decimal_token3] = ACTIONS(4317), + [aux_sym__val_number_decimal_token4] = ACTIONS(4319), + [aux_sym__val_number_token1] = ACTIONS(4321), + [aux_sym__val_number_token2] = ACTIONS(4321), + [aux_sym__val_number_token3] = ACTIONS(4321), + [aux_sym__val_number_token4] = ACTIONS(4323), + [aux_sym__val_number_token5] = ACTIONS(4323), + [aux_sym__val_number_token6] = ACTIONS(4323), + [anon_sym_0b] = ACTIONS(4325), + [anon_sym_0o] = ACTIONS(4327), + [anon_sym_0x] = ACTIONS(4327), + [sym_val_date] = ACTIONS(4329), + [anon_sym_DQUOTE] = ACTIONS(4331), + [sym__str_single_quotes] = ACTIONS(4333), + [sym__str_back_ticks] = ACTIONS(4333), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4335), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4337), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4339), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4341), + }, + [1284] = { + [sym__val_range] = STATE(7557), + [sym__value] = STATE(5478), + [sym_val_nothing] = STATE(5550), + [sym_val_bool] = STATE(5291), + [sym_val_variable] = STATE(5550), + [sym_val_number] = STATE(5550), + [sym__val_number_decimal] = STATE(4667), + [sym__val_number] = STATE(5538), + [sym_val_duration] = STATE(5550), + [sym_val_filesize] = STATE(5550), + [sym_val_binary] = STATE(5550), + [sym_val_string] = STATE(5550), + [sym__raw_str] = STATE(5198), + [sym__str_double_quotes] = STATE(5198), + [sym_val_interpolated] = STATE(5550), + [sym__inter_single_quotes] = STATE(5545), + [sym__inter_double_quotes] = STATE(5548), + [sym_val_list] = STATE(5550), + [sym_val_record] = STATE(5550), + [sym_val_table] = STATE(5550), + [sym_val_closure] = STATE(5550), + [sym_unquoted] = STATE(5485), + [sym__unquoted_anonymous_prefix] = STATE(7383), + [sym_comment] = STATE(1284), + [anon_sym_LBRACK] = ACTIONS(4343), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_DOLLAR] = ACTIONS(4347), + [anon_sym_LBRACE] = ACTIONS(4349), + [anon_sym_DOT_DOT] = ACTIONS(4351), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4353), + [anon_sym_DOT_DOT_LT] = ACTIONS(4353), + [anon_sym_null] = ACTIONS(4355), + [anon_sym_true] = ACTIONS(4357), + [anon_sym_false] = ACTIONS(4357), + [aux_sym__val_number_decimal_token1] = ACTIONS(4359), + [aux_sym__val_number_decimal_token2] = ACTIONS(4361), + [aux_sym__val_number_decimal_token3] = ACTIONS(4363), + [aux_sym__val_number_decimal_token4] = ACTIONS(4365), + [aux_sym__val_number_token1] = ACTIONS(4367), + [aux_sym__val_number_token2] = ACTIONS(4367), + [aux_sym__val_number_token3] = ACTIONS(4367), + [aux_sym__val_number_token4] = ACTIONS(4369), + [aux_sym__val_number_token5] = ACTIONS(4369), + [aux_sym__val_number_token6] = ACTIONS(4369), + [anon_sym_0b] = ACTIONS(4371), + [anon_sym_0o] = ACTIONS(4373), + [anon_sym_0x] = ACTIONS(4373), + [sym_val_date] = ACTIONS(4375), + [anon_sym_DQUOTE] = ACTIONS(4377), + [sym__str_single_quotes] = ACTIONS(4379), + [sym__str_back_ticks] = ACTIONS(4379), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4381), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4383), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4385), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4387), + }, + [1285] = { + [sym__val_range] = STATE(7471), + [sym__value] = STATE(5792), + [sym_val_nothing] = STATE(5601), + [sym_val_bool] = STATE(5523), + [sym_val_variable] = STATE(5601), + [sym_val_number] = STATE(5601), + [sym__val_number_decimal] = STATE(4889), + [sym__val_number] = STATE(5681), + [sym_val_duration] = STATE(5601), + [sym_val_filesize] = STATE(5601), + [sym_val_binary] = STATE(5601), + [sym_val_string] = STATE(5601), + [sym__raw_str] = STATE(5406), + [sym__str_double_quotes] = STATE(5406), + [sym_val_interpolated] = STATE(5601), + [sym__inter_single_quotes] = STATE(5690), + [sym__inter_double_quotes] = STATE(5691), + [sym_val_list] = STATE(5601), + [sym_val_record] = STATE(5601), + [sym_val_table] = STATE(5601), + [sym_val_closure] = STATE(5601), + [sym_unquoted] = STATE(5576), + [sym__unquoted_anonymous_prefix] = STATE(7399), + [sym_comment] = STATE(1285), + [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_LPAREN] = ACTIONS(4299), + [anon_sym_DOLLAR] = ACTIONS(4301), + [anon_sym_LBRACE] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4307), + [anon_sym_DOT_DOT_LT] = ACTIONS(4307), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_true] = ACTIONS(4311), + [anon_sym_false] = ACTIONS(4311), + [aux_sym__val_number_decimal_token1] = ACTIONS(4313), + [aux_sym__val_number_decimal_token2] = ACTIONS(4315), + [aux_sym__val_number_decimal_token3] = ACTIONS(4317), + [aux_sym__val_number_decimal_token4] = ACTIONS(4319), + [aux_sym__val_number_token1] = ACTIONS(4321), + [aux_sym__val_number_token2] = ACTIONS(4321), + [aux_sym__val_number_token3] = ACTIONS(4321), + [aux_sym__val_number_token4] = ACTIONS(4323), + [aux_sym__val_number_token5] = ACTIONS(4323), + [aux_sym__val_number_token6] = ACTIONS(4323), + [anon_sym_0b] = ACTIONS(4325), + [anon_sym_0o] = ACTIONS(4327), + [anon_sym_0x] = ACTIONS(4327), + [sym_val_date] = ACTIONS(4329), + [anon_sym_DQUOTE] = ACTIONS(4331), + [sym__str_single_quotes] = ACTIONS(4333), + [sym__str_back_ticks] = ACTIONS(4333), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4335), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4337), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4339), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4341), + }, + [1286] = { + [sym__val_range] = STATE(7557), + [sym__value] = STATE(5508), + [sym_val_nothing] = STATE(5550), + [sym_val_bool] = STATE(5291), + [sym_val_variable] = STATE(5550), + [sym_val_number] = STATE(5550), + [sym__val_number_decimal] = STATE(4667), + [sym__val_number] = STATE(5538), + [sym_val_duration] = STATE(5550), + [sym_val_filesize] = STATE(5550), + [sym_val_binary] = STATE(5550), + [sym_val_string] = STATE(5550), + [sym__raw_str] = STATE(5198), + [sym__str_double_quotes] = STATE(5198), + [sym_val_interpolated] = STATE(5550), + [sym__inter_single_quotes] = STATE(5545), + [sym__inter_double_quotes] = STATE(5548), + [sym_val_list] = STATE(5550), + [sym_val_record] = STATE(5550), + [sym_val_table] = STATE(5550), + [sym_val_closure] = STATE(5550), + [sym_unquoted] = STATE(5509), + [sym__unquoted_anonymous_prefix] = STATE(7383), + [sym_comment] = STATE(1286), + [anon_sym_LBRACK] = ACTIONS(4343), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_DOLLAR] = ACTIONS(4347), + [anon_sym_LBRACE] = ACTIONS(4349), + [anon_sym_DOT_DOT] = ACTIONS(4351), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4353), + [anon_sym_DOT_DOT_LT] = ACTIONS(4353), + [anon_sym_null] = ACTIONS(4355), + [anon_sym_true] = ACTIONS(4357), + [anon_sym_false] = ACTIONS(4357), + [aux_sym__val_number_decimal_token1] = ACTIONS(4359), + [aux_sym__val_number_decimal_token2] = ACTIONS(4361), + [aux_sym__val_number_decimal_token3] = ACTIONS(4363), + [aux_sym__val_number_decimal_token4] = ACTIONS(4365), + [aux_sym__val_number_token1] = ACTIONS(4367), + [aux_sym__val_number_token2] = ACTIONS(4367), + [aux_sym__val_number_token3] = ACTIONS(4367), + [aux_sym__val_number_token4] = ACTIONS(4369), + [aux_sym__val_number_token5] = ACTIONS(4369), + [aux_sym__val_number_token6] = ACTIONS(4369), + [anon_sym_0b] = ACTIONS(4371), + [anon_sym_0o] = ACTIONS(4373), + [anon_sym_0x] = ACTIONS(4373), + [sym_val_date] = ACTIONS(4375), + [anon_sym_DQUOTE] = ACTIONS(4377), + [sym__str_single_quotes] = ACTIONS(4379), + [sym__str_back_ticks] = ACTIONS(4379), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4381), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4383), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4385), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4387), + }, + [1287] = { + [sym__val_range] = STATE(7557), + [sym__value] = STATE(5469), + [sym_val_nothing] = STATE(5550), + [sym_val_bool] = STATE(5291), + [sym_val_variable] = STATE(5550), + [sym_val_number] = STATE(5550), + [sym__val_number_decimal] = STATE(4667), + [sym__val_number] = STATE(5538), + [sym_val_duration] = STATE(5550), + [sym_val_filesize] = STATE(5550), + [sym_val_binary] = STATE(5550), + [sym_val_string] = STATE(5550), + [sym__raw_str] = STATE(5198), + [sym__str_double_quotes] = STATE(5198), + [sym_val_interpolated] = STATE(5550), + [sym__inter_single_quotes] = STATE(5545), + [sym__inter_double_quotes] = STATE(5548), + [sym_val_list] = STATE(5550), + [sym_val_record] = STATE(5550), + [sym_val_table] = STATE(5550), + [sym_val_closure] = STATE(5550), + [sym_unquoted] = STATE(5484), + [sym__unquoted_anonymous_prefix] = STATE(7383), + [sym_comment] = STATE(1287), + [anon_sym_LBRACK] = ACTIONS(4343), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_DOLLAR] = ACTIONS(4347), + [anon_sym_LBRACE] = ACTIONS(4349), + [anon_sym_DOT_DOT] = ACTIONS(4351), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4353), + [anon_sym_DOT_DOT_LT] = ACTIONS(4353), + [anon_sym_null] = ACTIONS(4355), + [anon_sym_true] = ACTIONS(4357), + [anon_sym_false] = ACTIONS(4357), + [aux_sym__val_number_decimal_token1] = ACTIONS(4359), + [aux_sym__val_number_decimal_token2] = ACTIONS(4361), + [aux_sym__val_number_decimal_token3] = ACTIONS(4363), + [aux_sym__val_number_decimal_token4] = ACTIONS(4365), + [aux_sym__val_number_token1] = ACTIONS(4367), + [aux_sym__val_number_token2] = ACTIONS(4367), + [aux_sym__val_number_token3] = ACTIONS(4367), + [aux_sym__val_number_token4] = ACTIONS(4369), + [aux_sym__val_number_token5] = ACTIONS(4369), + [aux_sym__val_number_token6] = ACTIONS(4369), + [anon_sym_0b] = ACTIONS(4371), + [anon_sym_0o] = ACTIONS(4373), + [anon_sym_0x] = ACTIONS(4373), + [sym_val_date] = ACTIONS(4375), + [anon_sym_DQUOTE] = ACTIONS(4377), + [sym__str_single_quotes] = ACTIONS(4379), + [sym__str_back_ticks] = ACTIONS(4379), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4381), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4383), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4385), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4387), + }, + [1288] = { + [sym__val_range] = STATE(7557), + [sym__value] = STATE(5447), + [sym_val_nothing] = STATE(5550), + [sym_val_bool] = STATE(5291), + [sym_val_variable] = STATE(5550), + [sym_val_number] = STATE(5550), + [sym__val_number_decimal] = STATE(4667), + [sym__val_number] = STATE(5538), + [sym_val_duration] = STATE(5550), + [sym_val_filesize] = STATE(5550), + [sym_val_binary] = STATE(5550), + [sym_val_string] = STATE(5550), + [sym__raw_str] = STATE(5198), + [sym__str_double_quotes] = STATE(5198), + [sym_val_interpolated] = STATE(5550), + [sym__inter_single_quotes] = STATE(5545), + [sym__inter_double_quotes] = STATE(5548), + [sym_val_list] = STATE(5550), + [sym_val_record] = STATE(5550), + [sym_val_table] = STATE(5550), + [sym_val_closure] = STATE(5550), + [sym_unquoted] = STATE(5459), + [sym__unquoted_anonymous_prefix] = STATE(7383), + [sym_comment] = STATE(1288), + [anon_sym_LBRACK] = ACTIONS(4343), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_DOLLAR] = ACTIONS(4347), + [anon_sym_LBRACE] = ACTIONS(4349), + [anon_sym_DOT_DOT] = ACTIONS(4351), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4353), + [anon_sym_DOT_DOT_LT] = ACTIONS(4353), + [anon_sym_null] = ACTIONS(4355), + [anon_sym_true] = ACTIONS(4357), + [anon_sym_false] = ACTIONS(4357), + [aux_sym__val_number_decimal_token1] = ACTIONS(4359), + [aux_sym__val_number_decimal_token2] = ACTIONS(4361), + [aux_sym__val_number_decimal_token3] = ACTIONS(4363), + [aux_sym__val_number_decimal_token4] = ACTIONS(4365), + [aux_sym__val_number_token1] = ACTIONS(4367), + [aux_sym__val_number_token2] = ACTIONS(4367), + [aux_sym__val_number_token3] = ACTIONS(4367), + [aux_sym__val_number_token4] = ACTIONS(4369), + [aux_sym__val_number_token5] = ACTIONS(4369), + [aux_sym__val_number_token6] = ACTIONS(4369), + [anon_sym_0b] = ACTIONS(4371), + [anon_sym_0o] = ACTIONS(4373), + [anon_sym_0x] = ACTIONS(4373), + [sym_val_date] = ACTIONS(4375), + [anon_sym_DQUOTE] = ACTIONS(4377), + [sym__str_single_quotes] = ACTIONS(4379), + [sym__str_back_ticks] = ACTIONS(4379), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4381), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4383), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4385), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4387), + }, + [1289] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7638), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2902), + [sym_val_range] = STATE(3134), + [sym__val_range] = STATE(7495), + [sym_val_nothing] = STATE(3146), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2903), + [sym_val_number] = STATE(3146), + [sym__val_number_decimal] = STATE(2743), + [sym__val_number] = STATE(3166), + [sym_val_duration] = STATE(3146), + [sym_val_filesize] = STATE(3146), + [sym_val_binary] = STATE(3146), + [sym_val_string] = STATE(3146), + [sym__raw_str] = STATE(3154), + [sym__str_double_quotes] = STATE(3154), + [sym_val_table] = STATE(3146), + [sym__unquoted_in_list] = STATE(3138), + [sym__unquoted_anonymous_prefix] = STATE(7504), + [sym_comment] = STATE(1289), + [aux_sym__match_pattern_list_repeat1] = STATE(1328), + [anon_sym_LBRACK] = ACTIONS(4389), + [anon_sym_RBRACK] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(3808), + [anon_sym_DOLLAR] = ACTIONS(3810), + [anon_sym_LBRACE] = ACTIONS(3812), + [anon_sym_DOT_DOT] = ACTIONS(4393), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3816), + [anon_sym_DOT_DOT_LT] = ACTIONS(3816), + [anon_sym_null] = ACTIONS(3818), + [anon_sym_true] = ACTIONS(3820), + [anon_sym_false] = ACTIONS(3820), + [aux_sym__val_number_decimal_token1] = ACTIONS(3822), + [aux_sym__val_number_decimal_token2] = ACTIONS(3824), + [aux_sym__val_number_decimal_token3] = ACTIONS(3826), + [aux_sym__val_number_decimal_token4] = ACTIONS(3828), + [aux_sym__val_number_token1] = ACTIONS(3830), + [aux_sym__val_number_token2] = ACTIONS(3830), + [aux_sym__val_number_token3] = ACTIONS(3830), + [aux_sym__val_number_token4] = ACTIONS(3832), + [aux_sym__val_number_token5] = ACTIONS(3832), + [aux_sym__val_number_token6] = ACTIONS(3832), + [anon_sym_0b] = ACTIONS(3834), + [anon_sym_0o] = ACTIONS(3836), + [anon_sym_0x] = ACTIONS(3836), + [sym_val_date] = ACTIONS(3838), + [anon_sym_DQUOTE] = ACTIONS(3840), + [sym__str_single_quotes] = ACTIONS(3842), + [sym__str_back_ticks] = ACTIONS(3842), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3844), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3846), + }, + [1290] = { + [sym__expr_parenthesized_immediate] = STATE(1742), + [sym__immediate_decimal] = STATE(1743), + [sym_val_variable] = STATE(1742), + [sym_comment] = STATE(1290), + [sym__newline] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_err_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_GT_PIPE] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1713), + [anon_sym_LBRACK] = ACTIONS(1713), + [anon_sym_LPAREN] = ACTIONS(1711), + [anon_sym_RPAREN] = ACTIONS(1713), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_DOT_DOT] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1713), + [anon_sym_DOT_DOT_LT] = ACTIONS(1713), + [aux_sym__immediate_decimal_token1] = ACTIONS(4395), + [aux_sym__immediate_decimal_token3] = ACTIONS(4397), + [aux_sym__immediate_decimal_token4] = ACTIONS(4399), + [aux_sym__immediate_decimal_token5] = ACTIONS(4401), + [anon_sym_null] = ACTIONS(1713), + [anon_sym_true] = ACTIONS(1713), + [anon_sym_false] = ACTIONS(1713), + [aux_sym__val_number_decimal_token1] = ACTIONS(1711), + [aux_sym__val_number_decimal_token2] = ACTIONS(1711), + [aux_sym__val_number_decimal_token3] = ACTIONS(1711), + [aux_sym__val_number_decimal_token4] = ACTIONS(1711), + [aux_sym__val_number_token1] = ACTIONS(1713), + [aux_sym__val_number_token2] = ACTIONS(1713), + [aux_sym__val_number_token3] = ACTIONS(1713), + [aux_sym__val_number_token4] = ACTIONS(1713), + [aux_sym__val_number_token5] = ACTIONS(1713), + [aux_sym__val_number_token6] = ACTIONS(1713), + [anon_sym_0b] = ACTIONS(1711), + [anon_sym_0o] = ACTIONS(1711), + [anon_sym_0x] = ACTIONS(1711), + [sym_val_date] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym__str_single_quotes] = ACTIONS(1713), + [sym__str_back_ticks] = ACTIONS(1713), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1713), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1713), + [anon_sym_err_GT] = ACTIONS(1711), + [anon_sym_out_GT] = ACTIONS(1711), + [anon_sym_e_GT] = ACTIONS(1711), + [anon_sym_o_GT] = ACTIONS(1711), + [anon_sym_err_PLUSout_GT] = ACTIONS(1711), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1711), + [anon_sym_o_PLUSe_GT] = ACTIONS(1711), + [anon_sym_e_PLUSo_GT] = ACTIONS(1711), + [anon_sym_err_GT_GT] = ACTIONS(1713), + [anon_sym_out_GT_GT] = ACTIONS(1713), + [anon_sym_e_GT_GT] = ACTIONS(1713), + [anon_sym_o_GT_GT] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1713), + [aux_sym_unquoted_token1] = ACTIONS(1711), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1713), + }, + [1291] = { + [sym__val_range] = STATE(7439), + [sym__value] = STATE(6049), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(2131), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5438), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(5814), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1291), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(4128), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(4130), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4132), + [anon_sym_DOT_DOT_LT] = ACTIONS(4132), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), [aux_sym__val_number_token1] = ACTIONS(227), [aux_sym__val_number_token2] = ACTIONS(227), [aux_sym__val_number_token3] = ACTIONS(227), - [aux_sym__val_number_token4] = ACTIONS(4580), - [aux_sym__val_number_token5] = ACTIONS(4580), - [aux_sym__val_number_token6] = ACTIONS(4580), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), [anon_sym_0b] = ACTIONS(231), [anon_sym_0o] = ACTIONS(233), [anon_sym_0x] = ACTIONS(233), - [sym_val_date] = ACTIONS(4582), - [anon_sym_DQUOTE] = ACTIONS(237), - [sym__str_single_quotes] = ACTIONS(239), - [sym__str_back_ticks] = ACTIONS(239), - [anon_sym_err_GT] = ACTIONS(2672), - [anon_sym_out_GT] = ACTIONS(2672), - [anon_sym_e_GT] = ACTIONS(2672), - [anon_sym_o_GT] = ACTIONS(2672), - [anon_sym_err_PLUSout_GT] = ACTIONS(2672), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2672), - [anon_sym_o_PLUSe_GT] = ACTIONS(2672), - [anon_sym_e_PLUSo_GT] = ACTIONS(2672), - [anon_sym_err_GT_GT] = ACTIONS(2674), - [anon_sym_out_GT_GT] = ACTIONS(2674), - [anon_sym_e_GT_GT] = ACTIONS(2674), - [anon_sym_o_GT_GT] = ACTIONS(2674), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2674), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2674), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2674), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2674), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(253), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1355] = { - [sym_comment] = STATE(1355), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1292] = { + [sym__val_range] = STATE(7396), + [sym__value] = STATE(1925), + [sym_val_nothing] = STATE(1946), + [sym_val_bool] = STATE(1793), + [sym_val_variable] = STATE(1946), + [sym_val_number] = STATE(1946), + [sym__val_number_decimal] = STATE(1396), + [sym__val_number] = STATE(1947), + [sym_val_duration] = STATE(1946), + [sym_val_filesize] = STATE(1946), + [sym_val_binary] = STATE(1946), + [sym_val_string] = STATE(1946), + [sym__raw_str] = STATE(1945), + [sym__str_double_quotes] = STATE(1945), + [sym_val_interpolated] = STATE(1946), + [sym__inter_single_quotes] = STATE(1895), + [sym__inter_double_quotes] = STATE(1896), + [sym_val_list] = STATE(1946), + [sym_val_record] = STATE(1946), + [sym_val_table] = STATE(1946), + [sym_val_closure] = STATE(1946), + [sym_unquoted] = STATE(1926), + [sym__unquoted_anonymous_prefix] = STATE(7578), + [sym_comment] = STATE(1292), + [anon_sym_LBRACK] = ACTIONS(2934), + [anon_sym_LPAREN] = ACTIONS(4080), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(4084), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4086), + [anon_sym_DOT_DOT_LT] = ACTIONS(4086), + [anon_sym_null] = ACTIONS(4088), + [anon_sym_true] = ACTIONS(4090), + [anon_sym_false] = ACTIONS(4090), + [aux_sym__val_number_decimal_token1] = ACTIONS(4092), + [aux_sym__val_number_decimal_token2] = ACTIONS(4094), + [aux_sym__val_number_decimal_token3] = ACTIONS(4096), + [aux_sym__val_number_decimal_token4] = ACTIONS(4098), + [aux_sym__val_number_token1] = ACTIONS(2962), + [aux_sym__val_number_token2] = ACTIONS(2962), + [aux_sym__val_number_token3] = ACTIONS(2962), + [aux_sym__val_number_token4] = ACTIONS(4100), + [aux_sym__val_number_token5] = ACTIONS(4100), + [aux_sym__val_number_token6] = ACTIONS(4100), + [anon_sym_0b] = ACTIONS(2966), + [anon_sym_0o] = ACTIONS(2968), + [anon_sym_0x] = ACTIONS(2968), + [sym_val_date] = ACTIONS(4102), + [anon_sym_DQUOTE] = ACTIONS(2972), + [sym__str_single_quotes] = ACTIONS(2974), + [sym__str_back_ticks] = ACTIONS(2974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2978), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4104), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2982), }, - [1356] = { - [sym_cell_path] = STATE(1608), - [sym_path] = STATE(1524), - [sym_comment] = STATE(1356), - [aux_sym_cell_path_repeat1] = STATE(1413), - [ts_builtin_sym_end] = ACTIONS(1763), - [sym__newline] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1763), - [anon_sym_err_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_GT_PIPE] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1763), - [anon_sym_LBRACK] = ACTIONS(1763), - [anon_sym_LPAREN] = ACTIONS(1763), - [anon_sym_DOLLAR] = ACTIONS(1761), - [anon_sym_DASH_DASH] = ACTIONS(1763), - [anon_sym_DASH2] = ACTIONS(1761), - [anon_sym_LBRACE] = ACTIONS(1763), - [anon_sym_DOT_DOT] = ACTIONS(1761), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1761), - [anon_sym_DOT_DOT_LT] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_null] = ACTIONS(1763), - [anon_sym_true] = ACTIONS(1763), - [anon_sym_false] = ACTIONS(1763), - [aux_sym__val_number_decimal_token1] = ACTIONS(1761), - [aux_sym__val_number_decimal_token2] = ACTIONS(1763), - [aux_sym__val_number_decimal_token3] = ACTIONS(1763), - [aux_sym__val_number_decimal_token4] = ACTIONS(1763), - [aux_sym__val_number_token1] = ACTIONS(1763), - [aux_sym__val_number_token2] = ACTIONS(1763), - [aux_sym__val_number_token3] = ACTIONS(1763), - [aux_sym__val_number_token4] = ACTIONS(1763), - [aux_sym__val_number_token5] = ACTIONS(1763), - [aux_sym__val_number_token6] = ACTIONS(1763), - [anon_sym_0b] = ACTIONS(1761), - [anon_sym_0o] = ACTIONS(1761), - [anon_sym_0x] = ACTIONS(1761), - [sym_val_date] = ACTIONS(1763), - [anon_sym_DQUOTE] = ACTIONS(1763), - [sym__str_single_quotes] = ACTIONS(1763), - [sym__str_back_ticks] = ACTIONS(1763), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1763), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(4550), - [anon_sym_err_GT] = ACTIONS(1761), - [anon_sym_out_GT] = ACTIONS(1761), - [anon_sym_e_GT] = ACTIONS(1761), - [anon_sym_o_GT] = ACTIONS(1761), - [anon_sym_err_PLUSout_GT] = ACTIONS(1761), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1761), - [anon_sym_o_PLUSe_GT] = ACTIONS(1761), - [anon_sym_e_PLUSo_GT] = ACTIONS(1761), - [anon_sym_err_GT_GT] = ACTIONS(1763), - [anon_sym_out_GT_GT] = ACTIONS(1763), - [anon_sym_e_GT_GT] = ACTIONS(1763), - [anon_sym_o_GT_GT] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1763), - [aux_sym_unquoted_token1] = ACTIONS(1761), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1763), + [1293] = { + [sym__expr_parenthesized_immediate] = STATE(7220), + [sym_comment] = STATE(1293), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT2] = ACTIONS(4405), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1681), + [anon_sym_DOT_DOT_LT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4407), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4407), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(4409), + [sym_duration_unit] = ACTIONS(4411), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4413), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), }, - [1357] = { - [sym_comment] = STATE(1357), - [anon_sym_EQ] = ACTIONS(988), - [anon_sym_PLUS_EQ] = ACTIONS(990), - [anon_sym_DASH_EQ] = ACTIONS(990), - [anon_sym_STAR_EQ] = ACTIONS(990), - [anon_sym_SLASH_EQ] = ACTIONS(990), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(990), - [sym__newline] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_PIPE] = ACTIONS(990), - [anon_sym_err_GT_PIPE] = ACTIONS(990), - [anon_sym_out_GT_PIPE] = ACTIONS(990), - [anon_sym_e_GT_PIPE] = ACTIONS(990), - [anon_sym_o_GT_PIPE] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), - [anon_sym_RPAREN] = ACTIONS(990), - [anon_sym_GT2] = ACTIONS(988), - [anon_sym_DASH2] = ACTIONS(988), - [anon_sym_in2] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_STAR2] = ACTIONS(988), - [anon_sym_and2] = ACTIONS(990), - [anon_sym_xor2] = ACTIONS(990), - [anon_sym_or2] = ACTIONS(990), - [anon_sym_not_DASHin2] = ACTIONS(990), - [anon_sym_starts_DASHwith2] = ACTIONS(990), - [anon_sym_ends_DASHwith2] = ACTIONS(990), - [anon_sym_EQ_EQ2] = ACTIONS(990), - [anon_sym_BANG_EQ2] = ACTIONS(990), - [anon_sym_LT2] = ACTIONS(988), - [anon_sym_LT_EQ2] = ACTIONS(990), - [anon_sym_GT_EQ2] = ACTIONS(990), - [anon_sym_EQ_TILDE2] = ACTIONS(990), - [anon_sym_BANG_TILDE2] = ACTIONS(990), - [anon_sym_STAR_STAR2] = ACTIONS(990), - [anon_sym_PLUS_PLUS2] = ACTIONS(988), - [anon_sym_SLASH2] = ACTIONS(988), - [anon_sym_mod2] = ACTIONS(990), - [anon_sym_SLASH_SLASH2] = ACTIONS(990), - [anon_sym_PLUS2] = ACTIONS(988), - [anon_sym_bit_DASHshl2] = ACTIONS(990), - [anon_sym_bit_DASHshr2] = ACTIONS(990), - [anon_sym_bit_DASHand2] = ACTIONS(990), - [anon_sym_bit_DASHxor2] = ACTIONS(990), - [anon_sym_bit_DASHor2] = ACTIONS(990), - [anon_sym_DOT_DOT2] = ACTIONS(988), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), - [anon_sym_DOT_DOT_LT2] = ACTIONS(990), - [anon_sym_COLON2] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_err_GT] = ACTIONS(988), - [anon_sym_out_GT] = ACTIONS(988), - [anon_sym_e_GT] = ACTIONS(988), - [anon_sym_o_GT] = ACTIONS(988), - [anon_sym_err_PLUSout_GT] = ACTIONS(988), - [anon_sym_out_PLUSerr_GT] = ACTIONS(988), - [anon_sym_o_PLUSe_GT] = ACTIONS(988), - [anon_sym_e_PLUSo_GT] = ACTIONS(988), - [anon_sym_err_GT_GT] = ACTIONS(990), - [anon_sym_out_GT_GT] = ACTIONS(990), - [anon_sym_e_GT_GT] = ACTIONS(990), - [anon_sym_o_GT_GT] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), + [1294] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5911), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5058), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5913), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1294), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4054), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4066), + [aux_sym__val_number_decimal_token2] = ACTIONS(4068), + [aux_sym__val_number_decimal_token3] = ACTIONS(4070), + [aux_sym__val_number_decimal_token4] = ACTIONS(4072), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4074), + [aux_sym__val_number_token5] = ACTIONS(4074), + [aux_sym__val_number_token6] = ACTIONS(4074), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1358] = { - [sym_path] = STATE(1428), - [sym_comment] = STATE(1358), - [aux_sym_cell_path_repeat1] = STATE(1358), - [ts_builtin_sym_end] = ACTIONS(943), - [anon_sym_EQ] = ACTIONS(941), - [anon_sym_PLUS_EQ] = ACTIONS(943), - [anon_sym_DASH_EQ] = ACTIONS(943), - [anon_sym_STAR_EQ] = ACTIONS(943), - [anon_sym_SLASH_EQ] = ACTIONS(943), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(943), - [sym__newline] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_err_GT_PIPE] = ACTIONS(943), - [anon_sym_out_GT_PIPE] = ACTIONS(943), - [anon_sym_e_GT_PIPE] = ACTIONS(943), - [anon_sym_o_GT_PIPE] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), - [anon_sym_GT2] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_in2] = ACTIONS(943), - [anon_sym_STAR2] = ACTIONS(941), - [anon_sym_and2] = ACTIONS(943), - [anon_sym_xor2] = ACTIONS(943), - [anon_sym_or2] = ACTIONS(943), - [anon_sym_not_DASHin2] = ACTIONS(943), - [anon_sym_starts_DASHwith2] = ACTIONS(943), - [anon_sym_ends_DASHwith2] = ACTIONS(943), - [anon_sym_EQ_EQ2] = ACTIONS(943), - [anon_sym_BANG_EQ2] = ACTIONS(943), - [anon_sym_LT2] = ACTIONS(941), - [anon_sym_LT_EQ2] = ACTIONS(943), - [anon_sym_GT_EQ2] = ACTIONS(943), - [anon_sym_EQ_TILDE2] = ACTIONS(943), - [anon_sym_BANG_TILDE2] = ACTIONS(943), - [anon_sym_STAR_STAR2] = ACTIONS(943), - [anon_sym_PLUS_PLUS2] = ACTIONS(941), - [anon_sym_SLASH2] = ACTIONS(941), - [anon_sym_mod2] = ACTIONS(943), - [anon_sym_SLASH_SLASH2] = ACTIONS(943), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_bit_DASHshl2] = ACTIONS(943), - [anon_sym_bit_DASHshr2] = ACTIONS(943), - [anon_sym_bit_DASHand2] = ACTIONS(943), - [anon_sym_bit_DASHxor2] = ACTIONS(943), - [anon_sym_bit_DASHor2] = ACTIONS(943), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4584), - [anon_sym_err_GT] = ACTIONS(941), - [anon_sym_out_GT] = ACTIONS(941), - [anon_sym_e_GT] = ACTIONS(941), - [anon_sym_o_GT] = ACTIONS(941), - [anon_sym_err_PLUSout_GT] = ACTIONS(941), - [anon_sym_out_PLUSerr_GT] = ACTIONS(941), - [anon_sym_o_PLUSe_GT] = ACTIONS(941), - [anon_sym_e_PLUSo_GT] = ACTIONS(941), - [anon_sym_err_GT_GT] = ACTIONS(943), - [anon_sym_out_GT_GT] = ACTIONS(943), - [anon_sym_e_GT_GT] = ACTIONS(943), - [anon_sym_o_GT_GT] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), + [1295] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(6049), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5058), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5814), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1295), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4054), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4066), + [aux_sym__val_number_decimal_token2] = ACTIONS(4068), + [aux_sym__val_number_decimal_token3] = ACTIONS(4070), + [aux_sym__val_number_decimal_token4] = ACTIONS(4072), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4074), + [aux_sym__val_number_token5] = ACTIONS(4074), + [aux_sym__val_number_token6] = ACTIONS(4074), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1359] = { - [sym_comment] = STATE(1359), - [anon_sym_EQ] = ACTIONS(984), - [anon_sym_PLUS_EQ] = ACTIONS(986), - [anon_sym_DASH_EQ] = ACTIONS(986), - [anon_sym_STAR_EQ] = ACTIONS(986), - [anon_sym_SLASH_EQ] = ACTIONS(986), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(986), - [sym__newline] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_PIPE] = ACTIONS(986), - [anon_sym_err_GT_PIPE] = ACTIONS(986), - [anon_sym_out_GT_PIPE] = ACTIONS(986), - [anon_sym_e_GT_PIPE] = ACTIONS(986), - [anon_sym_o_GT_PIPE] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), - [anon_sym_RPAREN] = ACTIONS(986), - [anon_sym_GT2] = ACTIONS(984), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_in2] = ACTIONS(986), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_STAR2] = ACTIONS(984), - [anon_sym_and2] = ACTIONS(986), - [anon_sym_xor2] = ACTIONS(986), - [anon_sym_or2] = ACTIONS(986), - [anon_sym_not_DASHin2] = ACTIONS(986), - [anon_sym_starts_DASHwith2] = ACTIONS(986), - [anon_sym_ends_DASHwith2] = ACTIONS(986), - [anon_sym_EQ_EQ2] = ACTIONS(986), - [anon_sym_BANG_EQ2] = ACTIONS(986), - [anon_sym_LT2] = ACTIONS(984), - [anon_sym_LT_EQ2] = ACTIONS(986), - [anon_sym_GT_EQ2] = ACTIONS(986), - [anon_sym_EQ_TILDE2] = ACTIONS(986), - [anon_sym_BANG_TILDE2] = ACTIONS(986), - [anon_sym_STAR_STAR2] = ACTIONS(986), - [anon_sym_PLUS_PLUS2] = ACTIONS(984), - [anon_sym_SLASH2] = ACTIONS(984), - [anon_sym_mod2] = ACTIONS(986), - [anon_sym_SLASH_SLASH2] = ACTIONS(986), - [anon_sym_PLUS2] = ACTIONS(984), - [anon_sym_bit_DASHshl2] = ACTIONS(986), - [anon_sym_bit_DASHshr2] = ACTIONS(986), - [anon_sym_bit_DASHand2] = ACTIONS(986), - [anon_sym_bit_DASHxor2] = ACTIONS(986), - [anon_sym_bit_DASHor2] = ACTIONS(986), - [anon_sym_DOT_DOT2] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), - [anon_sym_DOT_DOT_LT2] = ACTIONS(986), - [anon_sym_COLON2] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_err_GT] = ACTIONS(984), - [anon_sym_out_GT] = ACTIONS(984), - [anon_sym_e_GT] = ACTIONS(984), - [anon_sym_o_GT] = ACTIONS(984), - [anon_sym_err_PLUSout_GT] = ACTIONS(984), - [anon_sym_out_PLUSerr_GT] = ACTIONS(984), - [anon_sym_o_PLUSe_GT] = ACTIONS(984), - [anon_sym_e_PLUSo_GT] = ACTIONS(984), - [anon_sym_err_GT_GT] = ACTIONS(986), - [anon_sym_out_GT_GT] = ACTIONS(986), - [anon_sym_e_GT_GT] = ACTIONS(986), - [anon_sym_o_GT_GT] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), + [1296] = { + [sym__val_range] = STATE(7567), + [sym__value] = STATE(2968), + [sym_val_nothing] = STATE(2967), + [sym_val_bool] = STATE(2936), + [sym_val_variable] = STATE(2967), + [sym_val_number] = STATE(2967), + [sym__val_number_decimal] = STATE(2574), + [sym__val_number] = STATE(3035), + [sym_val_duration] = STATE(2967), + [sym_val_filesize] = STATE(2967), + [sym_val_binary] = STATE(2967), + [sym_val_string] = STATE(2967), + [sym__raw_str] = STATE(3030), + [sym__str_double_quotes] = STATE(3030), + [sym_val_interpolated] = STATE(2967), + [sym__inter_single_quotes] = STATE(2985), + [sym__inter_double_quotes] = STATE(2993), + [sym_val_list] = STATE(2967), + [sym_val_record] = STATE(2967), + [sym_val_table] = STATE(2967), + [sym_val_closure] = STATE(2967), + [sym_unquoted] = STATE(2971), + [sym__unquoted_anonymous_prefix] = STATE(7742), + [sym_comment] = STATE(1296), + [anon_sym_LBRACK] = ACTIONS(4211), + [anon_sym_LPAREN] = ACTIONS(4213), + [anon_sym_DOLLAR] = ACTIONS(4215), + [anon_sym_LBRACE] = ACTIONS(4217), + [anon_sym_DOT_DOT] = ACTIONS(4219), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4221), + [anon_sym_DOT_DOT_LT] = ACTIONS(4221), + [anon_sym_null] = ACTIONS(4223), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [aux_sym__val_number_decimal_token1] = ACTIONS(4227), + [aux_sym__val_number_decimal_token2] = ACTIONS(4229), + [aux_sym__val_number_decimal_token3] = ACTIONS(4231), + [aux_sym__val_number_decimal_token4] = ACTIONS(4233), + [aux_sym__val_number_token1] = ACTIONS(4235), + [aux_sym__val_number_token2] = ACTIONS(4235), + [aux_sym__val_number_token3] = ACTIONS(4235), + [aux_sym__val_number_token4] = ACTIONS(4237), + [aux_sym__val_number_token5] = ACTIONS(4237), + [aux_sym__val_number_token6] = ACTIONS(4237), + [anon_sym_0b] = ACTIONS(4239), + [anon_sym_0o] = ACTIONS(4241), + [anon_sym_0x] = ACTIONS(4241), + [sym_val_date] = ACTIONS(4243), + [anon_sym_DQUOTE] = ACTIONS(4245), + [sym__str_single_quotes] = ACTIONS(4247), + [sym__str_back_ticks] = ACTIONS(4247), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4249), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4251), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4253), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4255), + }, + [1297] = { + [sym__expr_parenthesized_immediate] = STATE(1744), + [sym__immediate_decimal] = STATE(1745), + [sym_val_variable] = STATE(1744), + [sym_comment] = STATE(1297), + [sym__newline] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_PIPE] = ACTIONS(1665), + [anon_sym_err_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_GT_PIPE] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1657), + [anon_sym_RPAREN] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_RBRACE] = ACTIONS(1665), + [anon_sym_DOT_DOT] = ACTIONS(1657), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_DOT_DOT_LT] = ACTIONS(1665), + [aux_sym__immediate_decimal_token1] = ACTIONS(4395), + [aux_sym__immediate_decimal_token3] = ACTIONS(4397), + [aux_sym__immediate_decimal_token4] = ACTIONS(4399), + [aux_sym__immediate_decimal_token5] = ACTIONS(4401), + [anon_sym_null] = ACTIONS(1665), + [anon_sym_true] = ACTIONS(1665), + [anon_sym_false] = ACTIONS(1665), + [aux_sym__val_number_decimal_token1] = ACTIONS(1657), + [aux_sym__val_number_decimal_token2] = ACTIONS(1657), + [aux_sym__val_number_decimal_token3] = ACTIONS(1657), + [aux_sym__val_number_decimal_token4] = ACTIONS(1657), + [aux_sym__val_number_token1] = ACTIONS(1665), + [aux_sym__val_number_token2] = ACTIONS(1665), + [aux_sym__val_number_token3] = ACTIONS(1665), + [aux_sym__val_number_token4] = ACTIONS(1665), + [aux_sym__val_number_token5] = ACTIONS(1665), + [aux_sym__val_number_token6] = ACTIONS(1665), + [anon_sym_0b] = ACTIONS(1657), + [anon_sym_0o] = ACTIONS(1657), + [anon_sym_0x] = ACTIONS(1657), + [sym_val_date] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym__str_single_quotes] = ACTIONS(1665), + [sym__str_back_ticks] = ACTIONS(1665), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), + [anon_sym_err_GT] = ACTIONS(1657), + [anon_sym_out_GT] = ACTIONS(1657), + [anon_sym_e_GT] = ACTIONS(1657), + [anon_sym_o_GT] = ACTIONS(1657), + [anon_sym_err_PLUSout_GT] = ACTIONS(1657), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1657), + [anon_sym_o_PLUSe_GT] = ACTIONS(1657), + [anon_sym_e_PLUSo_GT] = ACTIONS(1657), + [anon_sym_err_GT_GT] = ACTIONS(1665), + [anon_sym_out_GT_GT] = ACTIONS(1665), + [anon_sym_e_GT_GT] = ACTIONS(1665), + [anon_sym_o_GT_GT] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), + [aux_sym_unquoted_token1] = ACTIONS(1657), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1665), }, - [1360] = { - [sym_comment] = STATE(1360), - [anon_sym_EQ] = ACTIONS(980), - [anon_sym_PLUS_EQ] = ACTIONS(982), - [anon_sym_DASH_EQ] = ACTIONS(982), - [anon_sym_STAR_EQ] = ACTIONS(982), - [anon_sym_SLASH_EQ] = ACTIONS(982), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(982), - [sym__newline] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_PIPE] = ACTIONS(982), - [anon_sym_err_GT_PIPE] = ACTIONS(982), - [anon_sym_out_GT_PIPE] = ACTIONS(982), - [anon_sym_e_GT_PIPE] = ACTIONS(982), - [anon_sym_o_GT_PIPE] = ACTIONS(982), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), - [anon_sym_RPAREN] = ACTIONS(982), - [anon_sym_GT2] = ACTIONS(980), - [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_in2] = ACTIONS(982), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_STAR2] = ACTIONS(980), - [anon_sym_and2] = ACTIONS(982), - [anon_sym_xor2] = ACTIONS(982), - [anon_sym_or2] = ACTIONS(982), - [anon_sym_not_DASHin2] = ACTIONS(982), - [anon_sym_starts_DASHwith2] = ACTIONS(982), - [anon_sym_ends_DASHwith2] = ACTIONS(982), - [anon_sym_EQ_EQ2] = ACTIONS(982), - [anon_sym_BANG_EQ2] = ACTIONS(982), - [anon_sym_LT2] = ACTIONS(980), - [anon_sym_LT_EQ2] = ACTIONS(982), - [anon_sym_GT_EQ2] = ACTIONS(982), - [anon_sym_EQ_TILDE2] = ACTIONS(982), - [anon_sym_BANG_TILDE2] = ACTIONS(982), - [anon_sym_STAR_STAR2] = ACTIONS(982), - [anon_sym_PLUS_PLUS2] = ACTIONS(980), - [anon_sym_SLASH2] = ACTIONS(980), - [anon_sym_mod2] = ACTIONS(982), - [anon_sym_SLASH_SLASH2] = ACTIONS(982), - [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_bit_DASHshl2] = ACTIONS(982), - [anon_sym_bit_DASHshr2] = ACTIONS(982), - [anon_sym_bit_DASHand2] = ACTIONS(982), - [anon_sym_bit_DASHxor2] = ACTIONS(982), - [anon_sym_bit_DASHor2] = ACTIONS(982), - [anon_sym_DOT_DOT2] = ACTIONS(980), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), - [anon_sym_DOT_DOT_LT2] = ACTIONS(982), - [anon_sym_COLON2] = ACTIONS(982), - [anon_sym_DOT2] = ACTIONS(980), - [anon_sym_err_GT] = ACTIONS(980), - [anon_sym_out_GT] = ACTIONS(980), - [anon_sym_e_GT] = ACTIONS(980), - [anon_sym_o_GT] = ACTIONS(980), - [anon_sym_err_PLUSout_GT] = ACTIONS(980), - [anon_sym_out_PLUSerr_GT] = ACTIONS(980), - [anon_sym_o_PLUSe_GT] = ACTIONS(980), - [anon_sym_e_PLUSo_GT] = ACTIONS(980), - [anon_sym_err_GT_GT] = ACTIONS(982), - [anon_sym_out_GT_GT] = ACTIONS(982), - [anon_sym_e_GT_GT] = ACTIONS(982), - [anon_sym_o_GT_GT] = ACTIONS(982), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(982), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), + [1298] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(6049), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5062), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5814), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1298), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4108), + [aux_sym__val_number_decimal_token2] = ACTIONS(4110), + [aux_sym__val_number_decimal_token3] = ACTIONS(4112), + [aux_sym__val_number_decimal_token4] = ACTIONS(4114), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4116), + [aux_sym__val_number_token5] = ACTIONS(4116), + [aux_sym__val_number_token6] = ACTIONS(4116), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1361] = { - [sym__expr_parenthesized_immediate] = STATE(1880), - [sym__immediate_decimal] = STATE(1736), - [sym_val_variable] = STATE(1880), - [sym_comment] = STATE(1361), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(4587), - [aux_sym__immediate_decimal_token1] = ACTIONS(4556), - [aux_sym__immediate_decimal_token3] = ACTIONS(4556), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token2] = ACTIONS(1585), + [1299] = { + [sym__expr_parenthesized_immediate] = STATE(1734), + [sym__immediate_decimal] = STATE(1735), + [sym_val_variable] = STATE(1734), + [sym_comment] = STATE(1299), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1643), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_RPAREN] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_DOT_DOT] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1643), + [anon_sym_DOT_DOT_LT] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4395), + [aux_sym__immediate_decimal_token3] = ACTIONS(4397), + [aux_sym__immediate_decimal_token4] = ACTIONS(4399), + [aux_sym__immediate_decimal_token5] = ACTIONS(4401), + [anon_sym_null] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(1643), + [anon_sym_false] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1643), + [aux_sym__val_number_token5] = ACTIONS(1643), + [aux_sym__val_number_token6] = ACTIONS(1643), + [anon_sym_0b] = ACTIONS(1633), + [anon_sym_0o] = ACTIONS(1633), + [anon_sym_0x] = ACTIONS(1633), + [sym_val_date] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1643), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1643), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [aux_sym_unquoted_token1] = ACTIONS(1633), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), + }, + [1300] = { + [sym_comment] = STATE(1300), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4010), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1362] = { - [sym_comment] = STATE(1362), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4589), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [1301] = { + [sym__val_range] = STATE(7439), + [sym__value] = STATE(5988), + [sym_val_nothing] = STATE(2131), + [sym_val_bool] = STATE(7261), + [sym_val_variable] = STATE(2131), + [sym_val_number] = STATE(2131), + [sym__val_number_decimal] = STATE(5438), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(2131), + [sym_val_filesize] = STATE(2131), + [sym_val_binary] = STATE(2131), + [sym_val_string] = STATE(2131), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(2131), + [sym__inter_single_quotes] = STATE(2149), + [sym__inter_double_quotes] = STATE(2143), + [sym_val_list] = STATE(2131), + [sym_val_record] = STATE(2131), + [sym_val_table] = STATE(2131), + [sym_val_closure] = STATE(2131), + [sym_unquoted] = STATE(5989), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1301), + [anon_sym_LBRACK] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(4128), + [anon_sym_DOLLAR] = ACTIONS(3852), + [anon_sym_LBRACE] = ACTIONS(3854), + [anon_sym_DOT_DOT] = ACTIONS(4130), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4132), + [anon_sym_DOT_DOT_LT] = ACTIONS(4132), + [anon_sym_null] = ACTIONS(3860), + [anon_sym_true] = ACTIONS(3862), + [anon_sym_false] = ACTIONS(3862), + [aux_sym__val_number_decimal_token1] = ACTIONS(3864), + [aux_sym__val_number_decimal_token2] = ACTIONS(3866), + [aux_sym__val_number_decimal_token3] = ACTIONS(3868), + [aux_sym__val_number_decimal_token4] = ACTIONS(3870), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(3872), + [aux_sym__val_number_token5] = ACTIONS(3872), + [aux_sym__val_number_token6] = ACTIONS(3872), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(3874), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(243), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1363] = { - [sym_comment] = STATE(1363), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4536), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1302] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_rest] = STATE(7436), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2902), + [sym_val_range] = STATE(3134), + [sym__val_range] = STATE(7495), + [sym_val_nothing] = STATE(3146), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2903), + [sym_val_number] = STATE(3146), + [sym__val_number_decimal] = STATE(2743), + [sym__val_number] = STATE(3166), + [sym_val_duration] = STATE(3146), + [sym_val_filesize] = STATE(3146), + [sym_val_binary] = STATE(3146), + [sym_val_string] = STATE(3146), + [sym__raw_str] = STATE(3154), + [sym__str_double_quotes] = STATE(3154), + [sym_val_table] = STATE(3146), + [sym__unquoted_in_list] = STATE(3138), + [sym__unquoted_anonymous_prefix] = STATE(7504), + [sym_comment] = STATE(1302), + [aux_sym__match_pattern_list_repeat1] = STATE(1328), + [anon_sym_LBRACK] = ACTIONS(4389), + [anon_sym_RBRACK] = ACTIONS(4415), + [anon_sym_LPAREN] = ACTIONS(3808), + [anon_sym_DOLLAR] = ACTIONS(3810), + [anon_sym_LBRACE] = ACTIONS(3812), + [anon_sym_DOT_DOT] = ACTIONS(4417), + [anon_sym_DOT_DOT_EQ] = ACTIONS(3816), + [anon_sym_DOT_DOT_LT] = ACTIONS(3816), + [anon_sym_null] = ACTIONS(3818), + [anon_sym_true] = ACTIONS(3820), + [anon_sym_false] = ACTIONS(3820), + [aux_sym__val_number_decimal_token1] = ACTIONS(3822), + [aux_sym__val_number_decimal_token2] = ACTIONS(3824), + [aux_sym__val_number_decimal_token3] = ACTIONS(3826), + [aux_sym__val_number_decimal_token4] = ACTIONS(3828), + [aux_sym__val_number_token1] = ACTIONS(3830), + [aux_sym__val_number_token2] = ACTIONS(3830), + [aux_sym__val_number_token3] = ACTIONS(3830), + [aux_sym__val_number_token4] = ACTIONS(3832), + [aux_sym__val_number_token5] = ACTIONS(3832), + [aux_sym__val_number_token6] = ACTIONS(3832), + [anon_sym_0b] = ACTIONS(3834), + [anon_sym_0o] = ACTIONS(3836), + [anon_sym_0x] = ACTIONS(3836), + [sym_val_date] = ACTIONS(3838), + [anon_sym_DQUOTE] = ACTIONS(3840), + [sym__str_single_quotes] = ACTIONS(3842), + [sym__str_back_ticks] = ACTIONS(3842), + [anon_sym_err_GT] = ACTIONS(2587), + [anon_sym_out_GT] = ACTIONS(2587), + [anon_sym_e_GT] = ACTIONS(2587), + [anon_sym_o_GT] = ACTIONS(2587), + [anon_sym_err_PLUSout_GT] = ACTIONS(2587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2587), + [anon_sym_o_PLUSe_GT] = ACTIONS(2587), + [anon_sym_e_PLUSo_GT] = ACTIONS(2587), + [anon_sym_err_GT_GT] = ACTIONS(2589), + [anon_sym_out_GT_GT] = ACTIONS(2589), + [anon_sym_e_GT_GT] = ACTIONS(2589), + [anon_sym_o_GT_GT] = ACTIONS(2589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2589), + [aux_sym__unquoted_in_list_token1] = ACTIONS(3844), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(3846), }, - [1364] = { - [sym_cell_path] = STATE(1619), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1364), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(1719), - [anon_sym_err_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_GT_PIPE] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), - [anon_sym_RPAREN] = ACTIONS(1719), - [anon_sym_GT2] = ACTIONS(1717), - [anon_sym_DASH2] = ACTIONS(1719), - [anon_sym_in2] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_RBRACE] = ACTIONS(1719), - [anon_sym_EQ_GT] = ACTIONS(1719), - [anon_sym_STAR2] = ACTIONS(1717), - [anon_sym_and2] = ACTIONS(1719), - [anon_sym_xor2] = ACTIONS(1719), - [anon_sym_or2] = ACTIONS(1719), - [anon_sym_not_DASHin2] = ACTIONS(1719), - [anon_sym_starts_DASHwith2] = ACTIONS(1719), - [anon_sym_ends_DASHwith2] = ACTIONS(1719), - [anon_sym_EQ_EQ2] = ACTIONS(1719), - [anon_sym_BANG_EQ2] = ACTIONS(1719), - [anon_sym_LT2] = ACTIONS(1717), - [anon_sym_LT_EQ2] = ACTIONS(1719), - [anon_sym_GT_EQ2] = ACTIONS(1719), - [anon_sym_EQ_TILDE2] = ACTIONS(1719), - [anon_sym_BANG_TILDE2] = ACTIONS(1719), - [anon_sym_STAR_STAR2] = ACTIONS(1719), - [anon_sym_PLUS_PLUS2] = ACTIONS(1719), - [anon_sym_SLASH2] = ACTIONS(1717), - [anon_sym_mod2] = ACTIONS(1719), - [anon_sym_SLASH_SLASH2] = ACTIONS(1719), - [anon_sym_PLUS2] = ACTIONS(1717), - [anon_sym_bit_DASHshl2] = ACTIONS(1719), - [anon_sym_bit_DASHshr2] = ACTIONS(1719), - [anon_sym_bit_DASHand2] = ACTIONS(1719), - [anon_sym_bit_DASHxor2] = ACTIONS(1719), - [anon_sym_bit_DASHor2] = ACTIONS(1719), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_COLON2] = ACTIONS(1719), - [anon_sym_DOT2] = ACTIONS(4562), - [anon_sym_err_GT] = ACTIONS(1717), - [anon_sym_out_GT] = ACTIONS(1717), - [anon_sym_e_GT] = ACTIONS(1717), - [anon_sym_o_GT] = ACTIONS(1717), - [anon_sym_err_PLUSout_GT] = ACTIONS(1717), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), - [anon_sym_o_PLUSe_GT] = ACTIONS(1717), - [anon_sym_e_PLUSo_GT] = ACTIONS(1717), - [anon_sym_err_GT_GT] = ACTIONS(1719), - [anon_sym_out_GT_GT] = ACTIONS(1719), - [anon_sym_e_GT_GT] = ACTIONS(1719), - [anon_sym_o_GT_GT] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [1303] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5988), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5058), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5989), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1303), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4054), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4066), + [aux_sym__val_number_decimal_token2] = ACTIONS(4068), + [aux_sym__val_number_decimal_token3] = ACTIONS(4070), + [aux_sym__val_number_decimal_token4] = ACTIONS(4072), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4074), + [aux_sym__val_number_token5] = ACTIONS(4074), + [aux_sym__val_number_token6] = ACTIONS(4074), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, - [1365] = { - [sym__expr_parenthesized_immediate] = STATE(1878), - [sym__immediate_decimal] = STATE(1879), - [sym_val_variable] = STATE(1878), - [sym_comment] = STATE(1365), + [1304] = { + [sym__val_range] = STATE(7536), + [sym__value] = STATE(5988), + [sym_val_nothing] = STATE(4683), + [sym_val_bool] = STATE(5629), + [sym_val_variable] = STATE(4683), + [sym_val_number] = STATE(4683), + [sym__val_number_decimal] = STATE(5062), + [sym__val_number] = STATE(4690), + [sym_val_duration] = STATE(4683), + [sym_val_filesize] = STATE(4683), + [sym_val_binary] = STATE(4683), + [sym_val_string] = STATE(4683), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_val_interpolated] = STATE(4683), + [sym__inter_single_quotes] = STATE(4745), + [sym__inter_double_quotes] = STATE(4746), + [sym_val_list] = STATE(4683), + [sym_val_record] = STATE(4683), + [sym_val_table] = STATE(4683), + [sym_val_closure] = STATE(4683), + [sym_unquoted] = STATE(5989), + [sym__unquoted_anonymous_prefix] = STATE(7738), + [sym_comment] = STATE(1304), + [anon_sym_LBRACK] = ACTIONS(4050), + [anon_sym_LPAREN] = ACTIONS(4052), + [anon_sym_DOLLAR] = ACTIONS(4106), + [anon_sym_LBRACE] = ACTIONS(4056), + [anon_sym_DOT_DOT] = ACTIONS(4058), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4060), + [anon_sym_DOT_DOT_LT] = ACTIONS(4060), + [anon_sym_null] = ACTIONS(4062), + [anon_sym_true] = ACTIONS(4064), + [anon_sym_false] = ACTIONS(4064), + [aux_sym__val_number_decimal_token1] = ACTIONS(4108), + [aux_sym__val_number_decimal_token2] = ACTIONS(4110), + [aux_sym__val_number_decimal_token3] = ACTIONS(4112), + [aux_sym__val_number_decimal_token4] = ACTIONS(4114), + [aux_sym__val_number_token1] = ACTIONS(3602), + [aux_sym__val_number_token2] = ACTIONS(3602), + [aux_sym__val_number_token3] = ACTIONS(3602), + [aux_sym__val_number_token4] = ACTIONS(4116), + [aux_sym__val_number_token5] = ACTIONS(4116), + [aux_sym__val_number_token6] = ACTIONS(4116), + [anon_sym_0b] = ACTIONS(3606), + [anon_sym_0o] = ACTIONS(3608), + [anon_sym_0x] = ACTIONS(3608), + [sym_val_date] = ACTIONS(4076), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(3616), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(3618), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(4078), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, + [1305] = { + [sym_comment] = STATE(1305), + [ts_builtin_sym_end] = ACTIONS(1597), [sym__newline] = ACTIONS(1597), [anon_sym_SEMI] = ACTIONS(1597), [anon_sym_PIPE] = ACTIONS(1597), @@ -211189,52 +206872,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1587), - [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_in2] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_STAR2] = ACTIONS(1587), - [anon_sym_and2] = ACTIONS(1597), - [anon_sym_xor2] = ACTIONS(1597), - [anon_sym_or2] = ACTIONS(1597), - [anon_sym_not_DASHin2] = ACTIONS(1597), - [anon_sym_starts_DASHwith2] = ACTIONS(1597), - [anon_sym_ends_DASHwith2] = ACTIONS(1597), - [anon_sym_EQ_EQ2] = ACTIONS(1597), - [anon_sym_BANG_EQ2] = ACTIONS(1597), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ2] = ACTIONS(1597), - [anon_sym_GT_EQ2] = ACTIONS(1597), - [anon_sym_EQ_TILDE2] = ACTIONS(1597), - [anon_sym_BANG_TILDE2] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1597), - [anon_sym_PLUS_PLUS2] = ACTIONS(1597), - [anon_sym_SLASH2] = ACTIONS(1587), - [anon_sym_mod2] = ACTIONS(1597), - [anon_sym_SLASH_SLASH2] = ACTIONS(1597), - [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_bit_DASHshl2] = ACTIONS(1597), - [anon_sym_bit_DASHshr2] = ACTIONS(1597), - [anon_sym_bit_DASHand2] = ACTIONS(1597), - [anon_sym_bit_DASHxor2] = ACTIONS(1597), - [anon_sym_bit_DASHor2] = ACTIONS(1597), - [anon_sym_DOT] = ACTIONS(4591), - [aux_sym__immediate_decimal_token1] = ACTIONS(4556), - [aux_sym__immediate_decimal_token3] = ACTIONS(4556), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4419), + [aux_sym__immediate_decimal_token2] = ACTIONS(4421), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), [anon_sym_err_GT_GT] = ACTIONS(1597), [anon_sym_out_GT_GT] = ACTIONS(1597), [anon_sym_e_GT_GT] = ACTIONS(1597), @@ -211243,86 +206927,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), }, - [1366] = { - [sym_comment] = STATE(1366), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1599), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), + [1306] = { + [sym__expr_parenthesized_immediate] = STATE(1740), + [sym__immediate_decimal] = STATE(1741), + [sym_val_variable] = STATE(1740), + [sym_comment] = STATE(1306), + [sym__newline] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_err_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_GT_PIPE] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1709), + [anon_sym_LPAREN] = ACTIONS(1707), + [anon_sym_RPAREN] = ACTIONS(1709), + [anon_sym_DOLLAR] = ACTIONS(3986), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_DOT_DOT] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(3988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), + [anon_sym_DOT_DOT_LT] = ACTIONS(1709), + [aux_sym__immediate_decimal_token1] = ACTIONS(4395), + [aux_sym__immediate_decimal_token3] = ACTIONS(4397), + [aux_sym__immediate_decimal_token4] = ACTIONS(4399), + [aux_sym__immediate_decimal_token5] = ACTIONS(4401), + [anon_sym_null] = ACTIONS(1709), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [aux_sym__val_number_decimal_token1] = ACTIONS(1707), + [aux_sym__val_number_decimal_token2] = ACTIONS(1707), + [aux_sym__val_number_decimal_token3] = ACTIONS(1707), + [aux_sym__val_number_decimal_token4] = ACTIONS(1707), + [aux_sym__val_number_token1] = ACTIONS(1709), + [aux_sym__val_number_token2] = ACTIONS(1709), + [aux_sym__val_number_token3] = ACTIONS(1709), + [aux_sym__val_number_token4] = ACTIONS(1709), + [aux_sym__val_number_token5] = ACTIONS(1709), + [aux_sym__val_number_token6] = ACTIONS(1709), + [anon_sym_0b] = ACTIONS(1707), + [anon_sym_0o] = ACTIONS(1707), + [anon_sym_0x] = ACTIONS(1707), + [sym_val_date] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym__str_single_quotes] = ACTIONS(1709), + [sym__str_back_ticks] = ACTIONS(1709), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1709), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1709), + [anon_sym_err_GT] = ACTIONS(1707), + [anon_sym_out_GT] = ACTIONS(1707), + [anon_sym_e_GT] = ACTIONS(1707), + [anon_sym_o_GT] = ACTIONS(1707), + [anon_sym_err_PLUSout_GT] = ACTIONS(1707), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1707), + [anon_sym_o_PLUSe_GT] = ACTIONS(1707), + [anon_sym_e_PLUSo_GT] = ACTIONS(1707), + [anon_sym_err_GT_GT] = ACTIONS(1709), + [anon_sym_out_GT_GT] = ACTIONS(1709), + [anon_sym_e_GT_GT] = ACTIONS(1709), + [anon_sym_o_GT_GT] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [aux_sym_unquoted_token1] = ACTIONS(1707), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1709), }, - [1367] = { - [sym_cell_path] = STATE(1558), - [sym_path] = STATE(1524), - [sym_comment] = STATE(1367), - [aux_sym_cell_path_repeat1] = STATE(1413), - [ts_builtin_sym_end] = ACTIONS(1719), + [1307] = { + [sym__val_range] = STATE(7614), + [sym__value] = STATE(4527), + [sym_val_nothing] = STATE(4484), + [sym_val_bool] = STATE(4132), + [sym_val_variable] = STATE(4484), + [sym_val_number] = STATE(4484), + [sym__val_number_decimal] = STATE(3881), + [sym__val_number] = STATE(4521), + [sym_val_duration] = STATE(4484), + [sym_val_filesize] = STATE(4484), + [sym_val_binary] = STATE(4484), + [sym_val_string] = STATE(4484), + [sym__raw_str] = STATE(3922), + [sym__str_double_quotes] = STATE(3922), + [sym_val_interpolated] = STATE(4484), + [sym__inter_single_quotes] = STATE(4525), + [sym__inter_double_quotes] = STATE(4526), + [sym_val_list] = STATE(4484), + [sym_val_record] = STATE(4484), + [sym_val_table] = STATE(4484), + [sym_val_closure] = STATE(4484), + [sym_unquoted] = STATE(4529), + [sym__unquoted_anonymous_prefix] = STATE(7537), + [sym_comment] = STATE(1307), + [anon_sym_LBRACK] = ACTIONS(4175), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_DOLLAR] = ACTIONS(1807), + [anon_sym_LBRACE] = ACTIONS(4179), + [anon_sym_DOT_DOT] = ACTIONS(4181), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4183), + [anon_sym_DOT_DOT_LT] = ACTIONS(4183), + [anon_sym_null] = ACTIONS(4259), + [anon_sym_true] = ACTIONS(4261), + [anon_sym_false] = ACTIONS(4261), + [aux_sym__val_number_decimal_token1] = ACTIONS(1827), + [aux_sym__val_number_decimal_token2] = ACTIONS(4263), + [aux_sym__val_number_decimal_token3] = ACTIONS(4265), + [aux_sym__val_number_decimal_token4] = ACTIONS(4267), + [aux_sym__val_number_token1] = ACTIONS(4197), + [aux_sym__val_number_token2] = ACTIONS(4197), + [aux_sym__val_number_token3] = ACTIONS(4197), + [aux_sym__val_number_token4] = ACTIONS(4269), + [aux_sym__val_number_token5] = ACTIONS(4269), + [aux_sym__val_number_token6] = ACTIONS(4269), + [anon_sym_0b] = ACTIONS(1837), + [anon_sym_0o] = ACTIONS(1839), + [anon_sym_0x] = ACTIONS(1839), + [sym_val_date] = ACTIONS(4271), + [anon_sym_DQUOTE] = ACTIONS(4203), + [sym__str_single_quotes] = ACTIONS(4205), + [sym__str_back_ticks] = ACTIONS(4205), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4209), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(1857), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1859), + }, + [1308] = { + [sym_comment] = STATE(1308), + [anon_sym_EQ] = ACTIONS(964), + [anon_sym_PLUS_EQ] = ACTIONS(966), + [anon_sym_DASH_EQ] = ACTIONS(966), + [anon_sym_STAR_EQ] = ACTIONS(966), + [anon_sym_SLASH_EQ] = ACTIONS(966), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(966), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_RPAREN] = ACTIONS(966), + [anon_sym_GT2] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_STAR2] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_and2] = ACTIONS(966), + [anon_sym_xor2] = ACTIONS(966), + [anon_sym_or2] = ACTIONS(966), + [anon_sym_not_DASHin2] = ACTIONS(966), + [anon_sym_starts_DASHwith2] = ACTIONS(966), + [anon_sym_ends_DASHwith2] = ACTIONS(966), + [anon_sym_EQ_EQ2] = ACTIONS(966), + [anon_sym_BANG_EQ2] = ACTIONS(966), + [anon_sym_LT2] = ACTIONS(964), + [anon_sym_LT_EQ2] = ACTIONS(966), + [anon_sym_GT_EQ2] = ACTIONS(966), + [anon_sym_EQ_TILDE2] = ACTIONS(966), + [anon_sym_BANG_TILDE2] = ACTIONS(966), + [anon_sym_STAR_STAR2] = ACTIONS(966), + [anon_sym_PLUS_PLUS2] = ACTIONS(964), + [anon_sym_SLASH2] = ACTIONS(964), + [anon_sym_mod2] = ACTIONS(966), + [anon_sym_SLASH_SLASH2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_bit_DASHshl2] = ACTIONS(966), + [anon_sym_bit_DASHshr2] = ACTIONS(966), + [anon_sym_bit_DASHand2] = ACTIONS(966), + [anon_sym_bit_DASHxor2] = ACTIONS(966), + [anon_sym_bit_DASHor2] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_COLON2] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [anon_sym_POUND] = ACTIONS(251), + }, + [1309] = { + [sym_cell_path] = STATE(1496), + [sym_path] = STATE(1449), + [sym_comment] = STATE(1309), + [aux_sym_cell_path_repeat1] = STATE(1345), [sym__newline] = ACTIONS(1719), [anon_sym_SEMI] = ACTIONS(1719), [anon_sym_PIPE] = ACTIONS(1719), @@ -211336,10 +207171,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), [anon_sym_LBRACK] = ACTIONS(1719), [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_RPAREN] = ACTIONS(1719), [anon_sym_DOLLAR] = ACTIONS(1717), [anon_sym_DASH_DASH] = ACTIONS(1719), [anon_sym_DASH2] = ACTIONS(1717), [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_RBRACE] = ACTIONS(1719), [anon_sym_DOT_DOT] = ACTIONS(1717), [anon_sym_DOT_DOT2] = ACTIONS(1717), [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), @@ -211368,7 +207205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1719), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), - [anon_sym_DOT2] = ACTIONS(4550), + [anon_sym_DOT2] = ACTIONS(4423), [anon_sym_err_GT] = ACTIONS(1717), [anon_sym_out_GT] = ACTIONS(1717), [anon_sym_e_GT] = ACTIONS(1717), @@ -211389,941 +207226,821 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1719), }, - [1368] = { - [sym_comment] = STATE(1368), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4593), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4595), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1310] = { + [sym_cell_path] = STATE(1501), + [sym_path] = STATE(1449), + [sym_comment] = STATE(1310), + [aux_sym_cell_path_repeat1] = STATE(1345), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_RPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(937), + [anon_sym_DASH2] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(937), + [anon_sym_RBRACE] = ACTIONS(937), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_DOT_DOT2] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ] = ACTIONS(935), + [anon_sym_DOT_DOT_LT] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), + [anon_sym_DOT_DOT_LT2] = ACTIONS(937), + [anon_sym_null] = ACTIONS(937), + [anon_sym_true] = ACTIONS(937), + [anon_sym_false] = ACTIONS(937), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_decimal_token2] = ACTIONS(937), + [aux_sym__val_number_decimal_token3] = ACTIONS(937), + [aux_sym__val_number_decimal_token4] = ACTIONS(937), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(937), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(937), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(937), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4423), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), + [aux_sym_unquoted_token1] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(937), }, - [1369] = { - [sym_comment] = STATE(1369), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), + [1311] = { + [sym_comment] = STATE(1311), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4425), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1312] = { + [sym__expr_parenthesized_immediate] = STATE(1856), + [sym__immediate_decimal] = STATE(1858), + [sym_val_variable] = STATE(1856), + [sym_comment] = STATE(1312), + [ts_builtin_sym_end] = ACTIONS(1709), + [sym__newline] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_err_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_GT_PIPE] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), + [anon_sym_LBRACK] = ACTIONS(1709), + [anon_sym_LPAREN] = ACTIONS(1707), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1709), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_DOT_DOT] = ACTIONS(1707), + [anon_sym_LPAREN2] = ACTIONS(4137), [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4597), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), + [aux_sym__immediate_decimal_token1] = ACTIONS(4427), + [aux_sym__immediate_decimal_token3] = ACTIONS(4429), + [aux_sym__immediate_decimal_token4] = ACTIONS(4431), + [aux_sym__immediate_decimal_token5] = ACTIONS(4433), + [anon_sym_null] = ACTIONS(1709), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [aux_sym__val_number_decimal_token1] = ACTIONS(1707), + [aux_sym__val_number_decimal_token2] = ACTIONS(1707), + [aux_sym__val_number_decimal_token3] = ACTIONS(1707), + [aux_sym__val_number_decimal_token4] = ACTIONS(1707), + [aux_sym__val_number_token1] = ACTIONS(1709), + [aux_sym__val_number_token2] = ACTIONS(1709), + [aux_sym__val_number_token3] = ACTIONS(1709), + [aux_sym__val_number_token4] = ACTIONS(1709), + [aux_sym__val_number_token5] = ACTIONS(1709), + [aux_sym__val_number_token6] = ACTIONS(1709), + [anon_sym_0b] = ACTIONS(1707), + [anon_sym_0o] = ACTIONS(1707), + [anon_sym_0x] = ACTIONS(1707), + [sym_val_date] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1709), + [sym__str_single_quotes] = ACTIONS(1709), + [sym__str_back_ticks] = ACTIONS(1709), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1709), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1709), + [anon_sym_err_GT] = ACTIONS(1707), + [anon_sym_out_GT] = ACTIONS(1707), + [anon_sym_e_GT] = ACTIONS(1707), + [anon_sym_o_GT] = ACTIONS(1707), + [anon_sym_err_PLUSout_GT] = ACTIONS(1707), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1707), + [anon_sym_o_PLUSe_GT] = ACTIONS(1707), + [anon_sym_e_PLUSo_GT] = ACTIONS(1707), + [anon_sym_err_GT_GT] = ACTIONS(1709), + [anon_sym_out_GT_GT] = ACTIONS(1709), + [anon_sym_e_GT_GT] = ACTIONS(1709), + [anon_sym_o_GT_GT] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [aux_sym_unquoted_token1] = ACTIONS(1707), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1709), + }, + [1313] = { + [sym__expr_parenthesized_immediate] = STATE(1859), + [sym__immediate_decimal] = STATE(1860), + [sym_val_variable] = STATE(1859), + [sym_comment] = STATE(1313), + [ts_builtin_sym_end] = ACTIONS(1713), + [sym__newline] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_err_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_GT_PIPE] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1713), + [anon_sym_LBRACK] = ACTIONS(1713), + [anon_sym_LPAREN] = ACTIONS(1711), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_DOT_DOT] = ACTIONS(1711), + [anon_sym_LPAREN2] = ACTIONS(4137), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1713), + [anon_sym_DOT_DOT_LT] = ACTIONS(1713), + [aux_sym__immediate_decimal_token1] = ACTIONS(4427), + [aux_sym__immediate_decimal_token3] = ACTIONS(4429), + [aux_sym__immediate_decimal_token4] = ACTIONS(4431), + [aux_sym__immediate_decimal_token5] = ACTIONS(4433), + [anon_sym_null] = ACTIONS(1713), + [anon_sym_true] = ACTIONS(1713), + [anon_sym_false] = ACTIONS(1713), + [aux_sym__val_number_decimal_token1] = ACTIONS(1711), [aux_sym__val_number_decimal_token2] = ACTIONS(1711), [aux_sym__val_number_decimal_token3] = ACTIONS(1711), [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), - }, - [1370] = { - [sym_comment] = STATE(1370), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1623), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), - }, - [1371] = { - [sym_comment] = STATE(1371), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), - [anon_sym_POUND] = ACTIONS(3), - }, - [1372] = { - [sym_comment] = STATE(1372), - [anon_sym_STAR_STAR] = ACTIONS(3170), - [anon_sym_PLUS_PLUS] = ACTIONS(3170), - [anon_sym_STAR] = ACTIONS(3172), - [anon_sym_SLASH] = ACTIONS(3172), - [anon_sym_mod] = ACTIONS(3170), - [anon_sym_SLASH_SLASH] = ACTIONS(3170), - [anon_sym_PLUS] = ACTIONS(3172), - [anon_sym_DASH] = ACTIONS(3170), - [anon_sym_bit_DASHshl] = ACTIONS(3170), - [anon_sym_bit_DASHshr] = ACTIONS(3170), - [anon_sym_EQ_TILDE] = ACTIONS(3170), - [anon_sym_BANG_TILDE] = ACTIONS(3170), - [anon_sym_bit_DASHand] = ACTIONS(3170), - [anon_sym_bit_DASHxor] = ACTIONS(3170), - [anon_sym_bit_DASHor] = ACTIONS(3170), - [anon_sym_and] = ACTIONS(3170), - [anon_sym_xor] = ACTIONS(3170), - [anon_sym_or] = ACTIONS(3170), - [anon_sym_in] = ACTIONS(3170), - [anon_sym_not_DASHin] = ACTIONS(3170), - [anon_sym_starts_DASHwith] = ACTIONS(3170), - [anon_sym_ends_DASHwith] = ACTIONS(3170), - [anon_sym_EQ_EQ] = ACTIONS(3170), - [anon_sym_BANG_EQ] = ACTIONS(3170), - [anon_sym_LT] = ACTIONS(3172), - [anon_sym_LT_EQ] = ACTIONS(3170), - [anon_sym_GT] = ACTIONS(3172), - [anon_sym_GT_EQ] = ACTIONS(3170), - [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), - [anon_sym_POUND] = ACTIONS(3), - }, - [1373] = { - [sym_comment] = STATE(1373), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4599), - [aux_sym__immediate_decimal_token2] = ACTIONS(4601), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1374] = { - [sym_path] = STATE(1441), - [sym_comment] = STATE(1374), - [aux_sym_cell_path_repeat1] = STATE(1374), - [sym__newline] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_err_GT_PIPE] = ACTIONS(943), - [anon_sym_out_GT_PIPE] = ACTIONS(943), - [anon_sym_e_GT_PIPE] = ACTIONS(943), - [anon_sym_o_GT_PIPE] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), - [anon_sym_LBRACK] = ACTIONS(943), - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(943), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_DOT_DOT] = ACTIONS(941), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ] = ACTIONS(941), - [anon_sym_DOT_DOT_LT] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_null] = ACTIONS(943), - [anon_sym_true] = ACTIONS(943), - [anon_sym_false] = ACTIONS(943), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(943), - [aux_sym__val_number_decimal_token3] = ACTIONS(943), - [aux_sym__val_number_decimal_token4] = ACTIONS(943), - [aux_sym__val_number_token1] = ACTIONS(943), - [aux_sym__val_number_token2] = ACTIONS(943), - [aux_sym__val_number_token3] = ACTIONS(943), - [aux_sym__val_number_token4] = ACTIONS(943), - [aux_sym__val_number_token5] = ACTIONS(943), - [aux_sym__val_number_token6] = ACTIONS(943), - [anon_sym_0b] = ACTIONS(941), - [anon_sym_0o] = ACTIONS(941), - [anon_sym_0x] = ACTIONS(941), - [sym_val_date] = ACTIONS(943), - [anon_sym_DQUOTE] = ACTIONS(943), - [sym__str_single_quotes] = ACTIONS(943), - [sym__str_back_ticks] = ACTIONS(943), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4603), - [anon_sym_err_GT] = ACTIONS(941), - [anon_sym_out_GT] = ACTIONS(941), - [anon_sym_e_GT] = ACTIONS(941), - [anon_sym_o_GT] = ACTIONS(941), - [anon_sym_err_PLUSout_GT] = ACTIONS(941), - [anon_sym_out_PLUSerr_GT] = ACTIONS(941), - [anon_sym_o_PLUSe_GT] = ACTIONS(941), - [anon_sym_e_PLUSo_GT] = ACTIONS(941), - [anon_sym_err_GT_GT] = ACTIONS(943), - [anon_sym_out_GT_GT] = ACTIONS(943), - [anon_sym_e_GT_GT] = ACTIONS(943), - [anon_sym_o_GT_GT] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), - [aux_sym_unquoted_token1] = ACTIONS(941), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(943), + [aux_sym__val_number_token1] = ACTIONS(1713), + [aux_sym__val_number_token2] = ACTIONS(1713), + [aux_sym__val_number_token3] = ACTIONS(1713), + [aux_sym__val_number_token4] = ACTIONS(1713), + [aux_sym__val_number_token5] = ACTIONS(1713), + [aux_sym__val_number_token6] = ACTIONS(1713), + [anon_sym_0b] = ACTIONS(1711), + [anon_sym_0o] = ACTIONS(1711), + [anon_sym_0x] = ACTIONS(1711), + [sym_val_date] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(1713), + [sym__str_single_quotes] = ACTIONS(1713), + [sym__str_back_ticks] = ACTIONS(1713), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1713), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1713), + [anon_sym_err_GT] = ACTIONS(1711), + [anon_sym_out_GT] = ACTIONS(1711), + [anon_sym_e_GT] = ACTIONS(1711), + [anon_sym_o_GT] = ACTIONS(1711), + [anon_sym_err_PLUSout_GT] = ACTIONS(1711), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1711), + [anon_sym_o_PLUSe_GT] = ACTIONS(1711), + [anon_sym_e_PLUSo_GT] = ACTIONS(1711), + [anon_sym_err_GT_GT] = ACTIONS(1713), + [anon_sym_out_GT_GT] = ACTIONS(1713), + [anon_sym_e_GT_GT] = ACTIONS(1713), + [anon_sym_o_GT_GT] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1713), + [aux_sym_unquoted_token1] = ACTIONS(1711), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1713), }, - [1375] = { - [sym__expr_parenthesized_immediate] = STATE(2041), - [sym__immediate_decimal] = STATE(2042), - [sym_val_variable] = STATE(2041), - [sym_comment] = STATE(1375), - [sym__newline] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_err_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_GT_PIPE] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1695), - [anon_sym_RPAREN] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1693), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_in2] = ACTIONS(1695), - [anon_sym_LBRACE] = ACTIONS(1695), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_STAR2] = ACTIONS(1693), - [anon_sym_and2] = ACTIONS(1695), - [anon_sym_xor2] = ACTIONS(1695), - [anon_sym_or2] = ACTIONS(1695), - [anon_sym_not_DASHin2] = ACTIONS(1695), - [anon_sym_starts_DASHwith2] = ACTIONS(1695), - [anon_sym_ends_DASHwith2] = ACTIONS(1695), - [anon_sym_EQ_EQ2] = ACTIONS(1695), - [anon_sym_BANG_EQ2] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1693), - [anon_sym_LT_EQ2] = ACTIONS(1695), - [anon_sym_GT_EQ2] = ACTIONS(1695), - [anon_sym_EQ_TILDE2] = ACTIONS(1695), - [anon_sym_BANG_TILDE2] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1695), - [anon_sym_PLUS_PLUS2] = ACTIONS(1695), - [anon_sym_SLASH2] = ACTIONS(1693), - [anon_sym_mod2] = ACTIONS(1695), - [anon_sym_SLASH_SLASH2] = ACTIONS(1695), - [anon_sym_PLUS2] = ACTIONS(1693), - [anon_sym_bit_DASHshl2] = ACTIONS(1695), - [anon_sym_bit_DASHshr2] = ACTIONS(1695), - [anon_sym_bit_DASHand2] = ACTIONS(1695), - [anon_sym_bit_DASHxor2] = ACTIONS(1695), - [anon_sym_bit_DASHor2] = ACTIONS(1695), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1693), - [anon_sym_out_GT] = ACTIONS(1693), - [anon_sym_e_GT] = ACTIONS(1693), - [anon_sym_o_GT] = ACTIONS(1693), - [anon_sym_err_PLUSout_GT] = ACTIONS(1693), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1693), - [anon_sym_o_PLUSe_GT] = ACTIONS(1693), - [anon_sym_e_PLUSo_GT] = ACTIONS(1693), - [anon_sym_err_GT_GT] = ACTIONS(1695), - [anon_sym_out_GT_GT] = ACTIONS(1695), - [anon_sym_e_GT_GT] = ACTIONS(1695), - [anon_sym_o_GT_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1695), + [1314] = { + [sym__expr_parenthesized_immediate] = STATE(1863), + [sym__immediate_decimal] = STATE(1864), + [sym_val_variable] = STATE(1863), + [sym_comment] = STATE(1314), + [ts_builtin_sym_end] = ACTIONS(1665), + [sym__newline] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_PIPE] = ACTIONS(1665), + [anon_sym_err_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_GT_PIPE] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), + [anon_sym_LBRACK] = ACTIONS(1665), + [anon_sym_LPAREN] = ACTIONS(1657), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_DOT_DOT] = ACTIONS(1657), + [anon_sym_LPAREN2] = ACTIONS(4137), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_DOT_DOT_LT] = ACTIONS(1665), + [aux_sym__immediate_decimal_token1] = ACTIONS(4427), + [aux_sym__immediate_decimal_token3] = ACTIONS(4429), + [aux_sym__immediate_decimal_token4] = ACTIONS(4431), + [aux_sym__immediate_decimal_token5] = ACTIONS(4433), + [anon_sym_null] = ACTIONS(1665), + [anon_sym_true] = ACTIONS(1665), + [anon_sym_false] = ACTIONS(1665), + [aux_sym__val_number_decimal_token1] = ACTIONS(1657), + [aux_sym__val_number_decimal_token2] = ACTIONS(1657), + [aux_sym__val_number_decimal_token3] = ACTIONS(1657), + [aux_sym__val_number_decimal_token4] = ACTIONS(1657), + [aux_sym__val_number_token1] = ACTIONS(1665), + [aux_sym__val_number_token2] = ACTIONS(1665), + [aux_sym__val_number_token3] = ACTIONS(1665), + [aux_sym__val_number_token4] = ACTIONS(1665), + [aux_sym__val_number_token5] = ACTIONS(1665), + [aux_sym__val_number_token6] = ACTIONS(1665), + [anon_sym_0b] = ACTIONS(1657), + [anon_sym_0o] = ACTIONS(1657), + [anon_sym_0x] = ACTIONS(1657), + [sym_val_date] = ACTIONS(1665), + [anon_sym_DQUOTE] = ACTIONS(1665), + [sym__str_single_quotes] = ACTIONS(1665), + [sym__str_back_ticks] = ACTIONS(1665), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), + [anon_sym_err_GT] = ACTIONS(1657), + [anon_sym_out_GT] = ACTIONS(1657), + [anon_sym_e_GT] = ACTIONS(1657), + [anon_sym_o_GT] = ACTIONS(1657), + [anon_sym_err_PLUSout_GT] = ACTIONS(1657), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1657), + [anon_sym_o_PLUSe_GT] = ACTIONS(1657), + [anon_sym_e_PLUSo_GT] = ACTIONS(1657), + [anon_sym_err_GT_GT] = ACTIONS(1665), + [anon_sym_out_GT_GT] = ACTIONS(1665), + [anon_sym_e_GT_GT] = ACTIONS(1665), + [anon_sym_o_GT_GT] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), + [aux_sym_unquoted_token1] = ACTIONS(1657), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1665), }, - [1376] = { - [sym_comment] = STATE(1376), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [1315] = { + [sym_comment] = STATE(1315), + [ts_builtin_sym_end] = ACTIONS(1597), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4435), + [aux_sym__immediate_decimal_token2] = ACTIONS(4437), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), }, - [1377] = { - [sym_comment] = STATE(1377), - [ts_builtin_sym_end] = ACTIONS(954), - [anon_sym_EQ] = ACTIONS(952), - [anon_sym_PLUS_EQ] = ACTIONS(954), - [anon_sym_DASH_EQ] = ACTIONS(954), - [anon_sym_STAR_EQ] = ACTIONS(954), - [anon_sym_SLASH_EQ] = ACTIONS(954), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(954), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_GT2] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_in2] = ACTIONS(954), - [anon_sym_STAR2] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4608), - [anon_sym_and2] = ACTIONS(954), - [anon_sym_xor2] = ACTIONS(954), - [anon_sym_or2] = ACTIONS(954), - [anon_sym_not_DASHin2] = ACTIONS(954), - [anon_sym_starts_DASHwith2] = ACTIONS(954), - [anon_sym_ends_DASHwith2] = ACTIONS(954), - [anon_sym_EQ_EQ2] = ACTIONS(954), - [anon_sym_BANG_EQ2] = ACTIONS(954), - [anon_sym_LT2] = ACTIONS(952), - [anon_sym_LT_EQ2] = ACTIONS(954), - [anon_sym_GT_EQ2] = ACTIONS(954), - [anon_sym_EQ_TILDE2] = ACTIONS(954), - [anon_sym_BANG_TILDE2] = ACTIONS(954), - [anon_sym_STAR_STAR2] = ACTIONS(954), - [anon_sym_PLUS_PLUS2] = ACTIONS(952), - [anon_sym_SLASH2] = ACTIONS(952), - [anon_sym_mod2] = ACTIONS(954), - [anon_sym_SLASH_SLASH2] = ACTIONS(954), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_bit_DASHshl2] = ACTIONS(954), - [anon_sym_bit_DASHshr2] = ACTIONS(954), - [anon_sym_bit_DASHand2] = ACTIONS(954), - [anon_sym_bit_DASHxor2] = ACTIONS(954), - [anon_sym_bit_DASHor2] = ACTIONS(954), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [1316] = { + [sym_comment] = STATE(1316), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4173), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1378] = { - [sym_comment] = STATE(1378), - [ts_builtin_sym_end] = ACTIONS(968), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_PLUS_EQ] = ACTIONS(968), - [anon_sym_DASH_EQ] = ACTIONS(968), - [anon_sym_STAR_EQ] = ACTIONS(968), - [anon_sym_SLASH_EQ] = ACTIONS(968), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(968), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_GT2] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_in2] = ACTIONS(968), - [anon_sym_STAR2] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4610), - [anon_sym_and2] = ACTIONS(968), - [anon_sym_xor2] = ACTIONS(968), - [anon_sym_or2] = ACTIONS(968), - [anon_sym_not_DASHin2] = ACTIONS(968), - [anon_sym_starts_DASHwith2] = ACTIONS(968), - [anon_sym_ends_DASHwith2] = ACTIONS(968), - [anon_sym_EQ_EQ2] = ACTIONS(968), - [anon_sym_BANG_EQ2] = ACTIONS(968), - [anon_sym_LT2] = ACTIONS(966), - [anon_sym_LT_EQ2] = ACTIONS(968), - [anon_sym_GT_EQ2] = ACTIONS(968), - [anon_sym_EQ_TILDE2] = ACTIONS(968), - [anon_sym_BANG_TILDE2] = ACTIONS(968), - [anon_sym_STAR_STAR2] = ACTIONS(968), - [anon_sym_PLUS_PLUS2] = ACTIONS(966), - [anon_sym_SLASH2] = ACTIONS(966), - [anon_sym_mod2] = ACTIONS(968), - [anon_sym_SLASH_SLASH2] = ACTIONS(968), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_bit_DASHshl2] = ACTIONS(968), - [anon_sym_bit_DASHshr2] = ACTIONS(968), - [anon_sym_bit_DASHand2] = ACTIONS(968), - [anon_sym_bit_DASHxor2] = ACTIONS(968), - [anon_sym_bit_DASHor2] = ACTIONS(968), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), + [1317] = { + [sym_comment] = STATE(1317), + [anon_sym_EQ] = ACTIONS(968), + [anon_sym_PLUS_EQ] = ACTIONS(970), + [anon_sym_DASH_EQ] = ACTIONS(970), + [anon_sym_STAR_EQ] = ACTIONS(970), + [anon_sym_SLASH_EQ] = ACTIONS(970), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(970), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_RPAREN] = ACTIONS(970), + [anon_sym_GT2] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_STAR2] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_and2] = ACTIONS(970), + [anon_sym_xor2] = ACTIONS(970), + [anon_sym_or2] = ACTIONS(970), + [anon_sym_not_DASHin2] = ACTIONS(970), + [anon_sym_starts_DASHwith2] = ACTIONS(970), + [anon_sym_ends_DASHwith2] = ACTIONS(970), + [anon_sym_EQ_EQ2] = ACTIONS(970), + [anon_sym_BANG_EQ2] = ACTIONS(970), + [anon_sym_LT2] = ACTIONS(968), + [anon_sym_LT_EQ2] = ACTIONS(970), + [anon_sym_GT_EQ2] = ACTIONS(970), + [anon_sym_EQ_TILDE2] = ACTIONS(970), + [anon_sym_BANG_TILDE2] = ACTIONS(970), + [anon_sym_STAR_STAR2] = ACTIONS(970), + [anon_sym_PLUS_PLUS2] = ACTIONS(968), + [anon_sym_SLASH2] = ACTIONS(968), + [anon_sym_mod2] = ACTIONS(970), + [anon_sym_SLASH_SLASH2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_bit_DASHshl2] = ACTIONS(970), + [anon_sym_bit_DASHshr2] = ACTIONS(970), + [anon_sym_bit_DASHand2] = ACTIONS(970), + [anon_sym_bit_DASHxor2] = ACTIONS(970), + [anon_sym_bit_DASHor2] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_COLON2] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), [anon_sym_POUND] = ACTIONS(251), }, - [1379] = { - [sym_comment] = STATE(1379), - [sym__newline] = ACTIONS(960), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_err_GT_PIPE] = ACTIONS(960), - [anon_sym_out_GT_PIPE] = ACTIONS(960), - [anon_sym_e_GT_PIPE] = ACTIONS(960), - [anon_sym_o_GT_PIPE] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), - [anon_sym_LBRACK] = ACTIONS(960), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(960), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ] = ACTIONS(958), - [anon_sym_DOT_DOT_LT] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_null] = ACTIONS(960), - [anon_sym_true] = ACTIONS(960), - [anon_sym_false] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(960), - [aux_sym__val_number_token5] = ACTIONS(960), - [aux_sym__val_number_token6] = ACTIONS(960), - [anon_sym_0b] = ACTIONS(958), - [anon_sym_0o] = ACTIONS(958), - [anon_sym_0x] = ACTIONS(958), - [sym_val_date] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_err_GT] = ACTIONS(958), - [anon_sym_out_GT] = ACTIONS(958), - [anon_sym_e_GT] = ACTIONS(958), - [anon_sym_o_GT] = ACTIONS(958), - [anon_sym_err_PLUSout_GT] = ACTIONS(958), - [anon_sym_out_PLUSerr_GT] = ACTIONS(958), - [anon_sym_o_PLUSe_GT] = ACTIONS(958), - [anon_sym_e_PLUSo_GT] = ACTIONS(958), - [anon_sym_err_GT_GT] = ACTIONS(960), - [anon_sym_out_GT_GT] = ACTIONS(960), - [anon_sym_e_GT_GT] = ACTIONS(960), - [anon_sym_o_GT_GT] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), - [aux_sym_unquoted_token1] = ACTIONS(958), + [1318] = { + [sym_comment] = STATE(1318), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1669), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4439), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1319] = { + [sym_comment] = STATE(1319), + [anon_sym_EQ] = ACTIONS(972), + [anon_sym_PLUS_EQ] = ACTIONS(974), + [anon_sym_DASH_EQ] = ACTIONS(974), + [anon_sym_STAR_EQ] = ACTIONS(974), + [anon_sym_SLASH_EQ] = ACTIONS(974), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(974), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_GT2] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_in2] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_STAR2] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_and2] = ACTIONS(974), + [anon_sym_xor2] = ACTIONS(974), + [anon_sym_or2] = ACTIONS(974), + [anon_sym_not_DASHin2] = ACTIONS(974), + [anon_sym_starts_DASHwith2] = ACTIONS(974), + [anon_sym_ends_DASHwith2] = ACTIONS(974), + [anon_sym_EQ_EQ2] = ACTIONS(974), + [anon_sym_BANG_EQ2] = ACTIONS(974), + [anon_sym_LT2] = ACTIONS(972), + [anon_sym_LT_EQ2] = ACTIONS(974), + [anon_sym_GT_EQ2] = ACTIONS(974), + [anon_sym_EQ_TILDE2] = ACTIONS(974), + [anon_sym_BANG_TILDE2] = ACTIONS(974), + [anon_sym_STAR_STAR2] = ACTIONS(974), + [anon_sym_PLUS_PLUS2] = ACTIONS(972), + [anon_sym_SLASH2] = ACTIONS(972), + [anon_sym_mod2] = ACTIONS(974), + [anon_sym_SLASH_SLASH2] = ACTIONS(974), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_bit_DASHshl2] = ACTIONS(974), + [anon_sym_bit_DASHshr2] = ACTIONS(974), + [anon_sym_bit_DASHand2] = ACTIONS(974), + [anon_sym_bit_DASHxor2] = ACTIONS(974), + [anon_sym_bit_DASHor2] = ACTIONS(974), + [anon_sym_DOT_DOT2] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), + [anon_sym_DOT_DOT_LT2] = ACTIONS(974), + [anon_sym_COLON2] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), }, - [1380] = { - [sym__expr_parenthesized_immediate] = STATE(2089), - [sym__immediate_decimal] = STATE(1892), - [sym_val_variable] = STATE(2089), - [sym_comment] = STATE(1380), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(4616), - [aux_sym__immediate_decimal_token1] = ACTIONS(4618), - [aux_sym__immediate_decimal_token3] = ACTIONS(4618), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token2] = ACTIONS(1585), + [1320] = { + [sym_comment] = STATE(1320), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4441), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4443), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1381] = { - [sym_cell_path] = STATE(1703), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1381), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1321] = { + [sym_cell_path] = STATE(1421), + [sym_path] = STATE(1430), + [sym_comment] = STATE(1321), + [aux_sym_cell_path_repeat1] = STATE(1343), + [ts_builtin_sym_end] = ACTIONS(937), + [anon_sym_EQ] = ACTIONS(935), + [anon_sym_PLUS_EQ] = ACTIONS(937), + [anon_sym_DASH_EQ] = ACTIONS(937), + [anon_sym_STAR_EQ] = ACTIONS(937), + [anon_sym_SLASH_EQ] = ACTIONS(937), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(937), [sym__newline] = ACTIONS(937), [anon_sym_SEMI] = ACTIONS(937), [anon_sym_PIPE] = ACTIONS(937), @@ -212335,14 +208052,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_RPAREN] = ACTIONS(937), [anon_sym_GT2] = ACTIONS(935), - [anon_sym_DASH2] = ACTIONS(937), + [anon_sym_DASH2] = ACTIONS(935), [anon_sym_in2] = ACTIONS(937), - [anon_sym_if] = ACTIONS(937), - [anon_sym_LBRACE] = ACTIONS(937), - [anon_sym_RBRACE] = ACTIONS(937), - [anon_sym_EQ_GT] = ACTIONS(937), [anon_sym_STAR2] = ACTIONS(935), [anon_sym_and2] = ACTIONS(937), [anon_sym_xor2] = ACTIONS(937), @@ -212358,7 +208070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_TILDE2] = ACTIONS(937), [anon_sym_BANG_TILDE2] = ACTIONS(937), [anon_sym_STAR_STAR2] = ACTIONS(937), - [anon_sym_PLUS_PLUS2] = ACTIONS(937), + [anon_sym_PLUS_PLUS2] = ACTIONS(935), [anon_sym_SLASH2] = ACTIONS(935), [anon_sym_mod2] = ACTIONS(937), [anon_sym_SLASH_SLASH2] = ACTIONS(937), @@ -212371,7 +208083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(935), [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4562), + [anon_sym_DOT2] = ACTIONS(4445), [anon_sym_err_GT] = ACTIONS(935), [anon_sym_out_GT] = ACTIONS(935), [anon_sym_e_GT] = ACTIONS(935), @@ -212390,9 +208102,592 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), [anon_sym_POUND] = ACTIONS(251), }, - [1382] = { - [sym_comment] = STATE(1382), - [ts_builtin_sym_end] = ACTIONS(978), + [1322] = { + [sym_comment] = STATE(1322), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1323] = { + [sym_comment] = STATE(1323), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_RPAREN] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1735), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1735), + [anon_sym_RBRACE] = ACTIONS(1735), + [anon_sym_DOT_DOT] = ACTIONS(1733), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1733), + [anon_sym_DOT_DOT_LT] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [anon_sym_null] = ACTIONS(1735), + [anon_sym_true] = ACTIONS(1735), + [anon_sym_false] = ACTIONS(1735), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), + [aux_sym__val_number_decimal_token2] = ACTIONS(1735), + [aux_sym__val_number_decimal_token3] = ACTIONS(1735), + [aux_sym__val_number_decimal_token4] = ACTIONS(1735), + [aux_sym__val_number_token1] = ACTIONS(1735), + [aux_sym__val_number_token2] = ACTIONS(1735), + [aux_sym__val_number_token3] = ACTIONS(1735), + [aux_sym__val_number_token4] = ACTIONS(1735), + [aux_sym__val_number_token5] = ACTIONS(1735), + [aux_sym__val_number_token6] = ACTIONS(1735), + [anon_sym_0b] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1735), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_0o] = ACTIONS(1733), + [anon_sym_0x] = ACTIONS(1733), + [sym_val_date] = ACTIONS(1735), + [anon_sym_DQUOTE] = ACTIONS(1735), + [sym__str_single_quotes] = ACTIONS(1735), + [sym__str_back_ticks] = ACTIONS(1735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1735), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token1] = ACTIONS(1733), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1735), + }, + [1324] = { + [sym_comment] = STATE(1324), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), + }, + [1325] = { + [sym_comment] = STATE(1325), + [ts_builtin_sym_end] = ACTIONS(2247), + [anon_sym_STAR_STAR] = ACTIONS(3176), + [anon_sym_PLUS_PLUS] = ACTIONS(3176), + [anon_sym_STAR] = ACTIONS(3178), + [anon_sym_SLASH] = ACTIONS(3178), + [anon_sym_mod] = ACTIONS(3176), + [anon_sym_SLASH_SLASH] = ACTIONS(3176), + [anon_sym_PLUS] = ACTIONS(3178), + [anon_sym_DASH] = ACTIONS(3176), + [anon_sym_bit_DASHshl] = ACTIONS(3176), + [anon_sym_bit_DASHshr] = ACTIONS(3176), + [anon_sym_EQ_TILDE] = ACTIONS(3176), + [anon_sym_BANG_TILDE] = ACTIONS(3176), + [anon_sym_bit_DASHand] = ACTIONS(3176), + [anon_sym_bit_DASHxor] = ACTIONS(3176), + [anon_sym_bit_DASHor] = ACTIONS(3176), + [anon_sym_and] = ACTIONS(3176), + [anon_sym_xor] = ACTIONS(3176), + [anon_sym_or] = ACTIONS(3176), + [anon_sym_in] = ACTIONS(3176), + [anon_sym_not_DASHin] = ACTIONS(3176), + [anon_sym_starts_DASHwith] = ACTIONS(3176), + [anon_sym_ends_DASHwith] = ACTIONS(3176), + [anon_sym_EQ_EQ] = ACTIONS(3176), + [anon_sym_BANG_EQ] = ACTIONS(3176), + [anon_sym_LT] = ACTIONS(3178), + [anon_sym_LT_EQ] = ACTIONS(3176), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_GT_EQ] = ACTIONS(3176), + [aux_sym_cmd_identifier_token41] = ACTIONS(3180), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [1326] = { + [sym_comment] = STATE(1326), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4149), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [1327] = { + [sym_comment] = STATE(1327), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [1328] = { + [sym__match_pattern_expression] = STATE(3138), + [sym__match_pattern_value] = STATE(3134), + [sym__match_pattern_list] = STATE(3139), + [sym__match_pattern_record] = STATE(3140), + [sym_expr_parenthesized] = STATE(2902), + [sym_val_range] = STATE(3134), + [sym__val_range] = STATE(7495), + [sym_val_nothing] = STATE(3146), + [sym_val_bool] = STATE(3047), + [sym_val_variable] = STATE(2903), + [sym_val_number] = STATE(3146), + [sym__val_number_decimal] = STATE(2743), + [sym__val_number] = STATE(3166), + [sym_val_duration] = STATE(3146), + [sym_val_filesize] = STATE(3146), + [sym_val_binary] = STATE(3146), + [sym_val_string] = STATE(3146), + [sym__raw_str] = STATE(3154), + [sym__str_double_quotes] = STATE(3154), + [sym_val_table] = STATE(3146), + [sym__unquoted_in_list] = STATE(3138), + [sym__unquoted_anonymous_prefix] = STATE(7504), + [sym_comment] = STATE(1328), + [aux_sym__match_pattern_list_repeat1] = STATE(1328), + [anon_sym_LBRACK] = ACTIONS(4447), + [anon_sym_RBRACK] = ACTIONS(4450), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_DOLLAR] = ACTIONS(4455), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4461), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4464), + [anon_sym_DOT_DOT_LT] = ACTIONS(4464), + [anon_sym_null] = ACTIONS(4467), + [anon_sym_true] = ACTIONS(4470), + [anon_sym_false] = ACTIONS(4470), + [aux_sym__val_number_decimal_token1] = ACTIONS(4473), + [aux_sym__val_number_decimal_token2] = ACTIONS(4476), + [aux_sym__val_number_decimal_token3] = ACTIONS(4479), + [aux_sym__val_number_decimal_token4] = ACTIONS(4482), + [aux_sym__val_number_token1] = ACTIONS(4485), + [aux_sym__val_number_token2] = ACTIONS(4485), + [aux_sym__val_number_token3] = ACTIONS(4485), + [aux_sym__val_number_token4] = ACTIONS(4488), + [aux_sym__val_number_token5] = ACTIONS(4488), + [aux_sym__val_number_token6] = ACTIONS(4488), + [anon_sym_0b] = ACTIONS(4491), + [anon_sym_0o] = ACTIONS(4494), + [anon_sym_0x] = ACTIONS(4494), + [sym_val_date] = ACTIONS(4497), + [anon_sym_DQUOTE] = ACTIONS(4500), + [sym__str_single_quotes] = ACTIONS(4503), + [sym__str_back_ticks] = ACTIONS(4503), + [anon_sym_err_GT] = ACTIONS(4506), + [anon_sym_out_GT] = ACTIONS(4506), + [anon_sym_e_GT] = ACTIONS(4506), + [anon_sym_o_GT] = ACTIONS(4506), + [anon_sym_err_PLUSout_GT] = ACTIONS(4506), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4506), + [anon_sym_o_PLUSe_GT] = ACTIONS(4506), + [anon_sym_e_PLUSo_GT] = ACTIONS(4506), + [anon_sym_err_GT_GT] = ACTIONS(4509), + [anon_sym_out_GT_GT] = ACTIONS(4509), + [anon_sym_e_GT_GT] = ACTIONS(4509), + [anon_sym_o_GT_GT] = ACTIONS(4509), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4509), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4509), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4509), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4509), + [aux_sym__unquoted_in_list_token1] = ACTIONS(4512), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4515), + }, + [1329] = { + [sym_cell_path] = STATE(1502), + [sym_path] = STATE(1449), + [sym_comment] = STATE(1329), + [aux_sym_cell_path_repeat1] = STATE(1345), + [sym__newline] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_err_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_GT_PIPE] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1723), + [anon_sym_RPAREN] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1723), + [anon_sym_DASH2] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_RBRACE] = ACTIONS(1723), + [anon_sym_DOT_DOT] = ACTIONS(1721), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1721), + [anon_sym_DOT_DOT_LT] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_null] = ACTIONS(1723), + [anon_sym_true] = ACTIONS(1723), + [anon_sym_false] = ACTIONS(1723), + [aux_sym__val_number_decimal_token1] = ACTIONS(1721), + [aux_sym__val_number_decimal_token2] = ACTIONS(1723), + [aux_sym__val_number_decimal_token3] = ACTIONS(1723), + [aux_sym__val_number_decimal_token4] = ACTIONS(1723), + [aux_sym__val_number_token1] = ACTIONS(1723), + [aux_sym__val_number_token2] = ACTIONS(1723), + [aux_sym__val_number_token3] = ACTIONS(1723), + [aux_sym__val_number_token4] = ACTIONS(1723), + [aux_sym__val_number_token5] = ACTIONS(1723), + [aux_sym__val_number_token6] = ACTIONS(1723), + [anon_sym_0b] = ACTIONS(1721), + [anon_sym_0o] = ACTIONS(1721), + [anon_sym_0x] = ACTIONS(1721), + [sym_val_date] = ACTIONS(1723), + [anon_sym_DQUOTE] = ACTIONS(1723), + [sym__str_single_quotes] = ACTIONS(1723), + [sym__str_back_ticks] = ACTIONS(1723), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1723), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(4423), + [anon_sym_err_GT] = ACTIONS(1721), + [anon_sym_out_GT] = ACTIONS(1721), + [anon_sym_e_GT] = ACTIONS(1721), + [anon_sym_o_GT] = ACTIONS(1721), + [anon_sym_err_PLUSout_GT] = ACTIONS(1721), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1721), + [anon_sym_o_PLUSe_GT] = ACTIONS(1721), + [anon_sym_e_PLUSo_GT] = ACTIONS(1721), + [anon_sym_err_GT_GT] = ACTIONS(1723), + [anon_sym_out_GT_GT] = ACTIONS(1723), + [anon_sym_e_GT_GT] = ACTIONS(1723), + [anon_sym_o_GT_GT] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [aux_sym_unquoted_token1] = ACTIONS(1721), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1723), + }, + [1330] = { + [sym_comment] = STATE(1330), [anon_sym_EQ] = ACTIONS(976), [anon_sym_PLUS_EQ] = ACTIONS(978), [anon_sym_DASH_EQ] = ACTIONS(978), @@ -212410,9 +208705,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_RPAREN] = ACTIONS(978), [anon_sym_GT2] = ACTIONS(976), [anon_sym_DASH2] = ACTIONS(976), [anon_sym_in2] = ACTIONS(978), + [anon_sym_RBRACE] = ACTIONS(978), [anon_sym_STAR2] = ACTIONS(976), [anon_sym_QMARK2] = ACTIONS(978), [anon_sym_and2] = ACTIONS(978), @@ -212442,6 +208739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(976), [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_COLON2] = ACTIONS(978), [anon_sym_DOT2] = ACTIONS(976), [anon_sym_err_GT] = ACTIONS(976), [anon_sym_out_GT] = ACTIONS(976), @@ -212461,221 +208759,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), [anon_sym_POUND] = ACTIONS(251), }, - [1383] = { - [sym__expr_parenthesized_immediate] = STATE(2026), - [sym__immediate_decimal] = STATE(2106), - [sym_val_variable] = STATE(2026), - [sym_comment] = STATE(1383), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(251), - }, - [1384] = { - [sym_comment] = STATE(1384), - [ts_builtin_sym_end] = ACTIONS(974), - [anon_sym_EQ] = ACTIONS(972), - [anon_sym_PLUS_EQ] = ACTIONS(974), - [anon_sym_DASH_EQ] = ACTIONS(974), - [anon_sym_STAR_EQ] = ACTIONS(974), - [anon_sym_SLASH_EQ] = ACTIONS(974), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(974), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_GT2] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_in2] = ACTIONS(974), - [anon_sym_STAR2] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_and2] = ACTIONS(974), - [anon_sym_xor2] = ACTIONS(974), - [anon_sym_or2] = ACTIONS(974), - [anon_sym_not_DASHin2] = ACTIONS(974), - [anon_sym_starts_DASHwith2] = ACTIONS(974), - [anon_sym_ends_DASHwith2] = ACTIONS(974), - [anon_sym_EQ_EQ2] = ACTIONS(974), - [anon_sym_BANG_EQ2] = ACTIONS(974), - [anon_sym_LT2] = ACTIONS(972), - [anon_sym_LT_EQ2] = ACTIONS(974), - [anon_sym_GT_EQ2] = ACTIONS(974), - [anon_sym_EQ_TILDE2] = ACTIONS(974), - [anon_sym_BANG_TILDE2] = ACTIONS(974), - [anon_sym_STAR_STAR2] = ACTIONS(974), - [anon_sym_PLUS_PLUS2] = ACTIONS(972), - [anon_sym_SLASH2] = ACTIONS(972), - [anon_sym_mod2] = ACTIONS(974), - [anon_sym_SLASH_SLASH2] = ACTIONS(974), - [anon_sym_PLUS2] = ACTIONS(972), - [anon_sym_bit_DASHshl2] = ACTIONS(974), - [anon_sym_bit_DASHshr2] = ACTIONS(974), - [anon_sym_bit_DASHand2] = ACTIONS(974), - [anon_sym_bit_DASHxor2] = ACTIONS(974), - [anon_sym_bit_DASHor2] = ACTIONS(974), - [anon_sym_DOT_DOT2] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), - [anon_sym_DOT_DOT_LT2] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [anon_sym_POUND] = ACTIONS(251), - }, - [1385] = { - [sym__expr_parenthesized_immediate] = STATE(2026), - [sym__immediate_decimal] = STATE(2123), - [sym_val_variable] = STATE(2026), - [sym_comment] = STATE(1385), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_RBRACE] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(4624), - [aux_sym__immediate_decimal_token3] = ACTIONS(4624), - [aux_sym__immediate_decimal_token4] = ACTIONS(4626), - [aux_sym__immediate_decimal_token5] = ACTIONS(4628), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - }, - [1386] = { - [sym_comment] = STATE(1386), + [1331] = { + [sym_comment] = STATE(1331), [anon_sym_STAR_STAR] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_STAR] = ACTIONS(3172), @@ -212705,48 +208790,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2249), - [anon_sym_PIPE] = ACTIONS(2249), - [anon_sym_err_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_GT_PIPE] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2249), - [anon_sym_GT2] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_in2] = ACTIONS(2249), - [anon_sym_STAR2] = ACTIONS(2249), - [anon_sym_and2] = ACTIONS(2249), - [anon_sym_xor2] = ACTIONS(2249), - [anon_sym_or2] = ACTIONS(2249), - [anon_sym_not_DASHin2] = ACTIONS(2249), - [anon_sym_starts_DASHwith2] = ACTIONS(2249), - [anon_sym_ends_DASHwith2] = ACTIONS(2249), - [anon_sym_EQ_EQ2] = ACTIONS(2249), - [anon_sym_BANG_EQ2] = ACTIONS(2249), - [anon_sym_LT2] = ACTIONS(2249), - [anon_sym_LT_EQ2] = ACTIONS(2249), - [anon_sym_GT_EQ2] = ACTIONS(2249), - [anon_sym_EQ_TILDE2] = ACTIONS(2249), - [anon_sym_BANG_TILDE2] = ACTIONS(2249), - [anon_sym_STAR_STAR2] = ACTIONS(2249), - [anon_sym_PLUS_PLUS2] = ACTIONS(2249), - [anon_sym_SLASH2] = ACTIONS(2249), - [anon_sym_mod2] = ACTIONS(2249), - [anon_sym_SLASH_SLASH2] = ACTIONS(2249), - [anon_sym_PLUS2] = ACTIONS(2249), - [anon_sym_bit_DASHshl2] = ACTIONS(2249), - [anon_sym_bit_DASHshr2] = ACTIONS(2249), - [anon_sym_bit_DASHand2] = ACTIONS(2249), - [anon_sym_bit_DASHxor2] = ACTIONS(2249), - [anon_sym_bit_DASHor2] = ACTIONS(2249), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_RPAREN] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), [anon_sym_POUND] = ACTIONS(3), }, - [1387] = { - [sym_comment] = STATE(1387), + [1332] = { + [sym_comment] = STATE(1332), [anon_sym_STAR_STAR] = ACTIONS(3170), [anon_sym_PLUS_PLUS] = ACTIONS(3170), [anon_sym_STAR] = ACTIONS(3172), @@ -212776,830 +208863,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3172), [anon_sym_GT_EQ] = ACTIONS(3170), [aux_sym_cmd_identifier_token41] = ACTIONS(3174), - [sym__newline] = ACTIONS(2257), - [anon_sym_PIPE] = ACTIONS(2257), - [anon_sym_err_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_GT_PIPE] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2257), - [anon_sym_GT2] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_in2] = ACTIONS(2257), - [anon_sym_STAR2] = ACTIONS(2257), - [anon_sym_and2] = ACTIONS(2257), - [anon_sym_xor2] = ACTIONS(2257), - [anon_sym_or2] = ACTIONS(2257), - [anon_sym_not_DASHin2] = ACTIONS(2257), - [anon_sym_starts_DASHwith2] = ACTIONS(2257), - [anon_sym_ends_DASHwith2] = ACTIONS(2257), - [anon_sym_EQ_EQ2] = ACTIONS(2257), - [anon_sym_BANG_EQ2] = ACTIONS(2257), - [anon_sym_LT2] = ACTIONS(2257), - [anon_sym_LT_EQ2] = ACTIONS(2257), - [anon_sym_GT_EQ2] = ACTIONS(2257), - [anon_sym_EQ_TILDE2] = ACTIONS(2257), - [anon_sym_BANG_TILDE2] = ACTIONS(2257), - [anon_sym_STAR_STAR2] = ACTIONS(2257), - [anon_sym_PLUS_PLUS2] = ACTIONS(2257), - [anon_sym_SLASH2] = ACTIONS(2257), - [anon_sym_mod2] = ACTIONS(2257), - [anon_sym_SLASH_SLASH2] = ACTIONS(2257), - [anon_sym_PLUS2] = ACTIONS(2257), - [anon_sym_bit_DASHshl2] = ACTIONS(2257), - [anon_sym_bit_DASHshr2] = ACTIONS(2257), - [anon_sym_bit_DASHand2] = ACTIONS(2257), - [anon_sym_bit_DASHxor2] = ACTIONS(2257), - [anon_sym_bit_DASHor2] = ACTIONS(2257), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_RPAREN] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), [anon_sym_POUND] = ACTIONS(3), }, - [1388] = { - [sym__expr_parenthesized_immediate] = STATE(2043), - [sym__immediate_decimal] = STATE(2136), - [sym_val_variable] = STATE(2043), - [sym_comment] = STATE(1388), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_STAR2] = ACTIONS(1617), - [anon_sym_and2] = ACTIONS(1619), - [anon_sym_xor2] = ACTIONS(1619), - [anon_sym_or2] = ACTIONS(1619), - [anon_sym_not_DASHin2] = ACTIONS(1619), - [anon_sym_starts_DASHwith2] = ACTIONS(1619), - [anon_sym_ends_DASHwith2] = ACTIONS(1619), - [anon_sym_EQ_EQ2] = ACTIONS(1619), - [anon_sym_BANG_EQ2] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1617), - [anon_sym_LT_EQ2] = ACTIONS(1619), - [anon_sym_GT_EQ2] = ACTIONS(1619), - [anon_sym_EQ_TILDE2] = ACTIONS(1619), - [anon_sym_BANG_TILDE2] = ACTIONS(1619), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1619), - [anon_sym_PLUS_PLUS2] = ACTIONS(1619), - [anon_sym_SLASH2] = ACTIONS(1617), - [anon_sym_mod2] = ACTIONS(1619), - [anon_sym_SLASH_SLASH2] = ACTIONS(1619), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_bit_DASHshl2] = ACTIONS(1619), - [anon_sym_bit_DASHshr2] = ACTIONS(1619), - [anon_sym_bit_DASHand2] = ACTIONS(1619), - [anon_sym_bit_DASHxor2] = ACTIONS(1619), - [anon_sym_bit_DASHor2] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(4624), - [aux_sym__immediate_decimal_token3] = ACTIONS(4624), - [aux_sym__immediate_decimal_token4] = ACTIONS(4626), - [aux_sym__immediate_decimal_token5] = ACTIONS(4628), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - }, - [1389] = { - [sym_comment] = STATE(1389), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_LBRACK] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_DOT_DOT] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ] = ACTIONS(976), - [anon_sym_DOT_DOT_LT] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_null] = ACTIONS(978), - [anon_sym_true] = ACTIONS(978), - [anon_sym_false] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(978), - [aux_sym__val_number_token5] = ACTIONS(978), - [aux_sym__val_number_token6] = ACTIONS(978), - [anon_sym_0b] = ACTIONS(976), - [anon_sym_0o] = ACTIONS(976), - [anon_sym_0x] = ACTIONS(976), - [sym_val_date] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [aux_sym_unquoted_token1] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), - }, - [1390] = { - [sym_comment] = STATE(1390), - [sym__newline] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1827), - [anon_sym_PIPE] = ACTIONS(1827), - [anon_sym_err_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_GT_PIPE] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1827), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_RPAREN] = ACTIONS(1827), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1827), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1827), - [anon_sym_RBRACE] = ACTIONS(1827), - [anon_sym_DOT_DOT] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_DOT_DOT2] = ACTIONS(4630), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1819), - [anon_sym_DOT_DOT_LT] = ACTIONS(1819), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4632), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4632), - [anon_sym_null] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(1827), - [anon_sym_false] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1827), - [aux_sym__val_number_token5] = ACTIONS(1827), - [aux_sym__val_number_token6] = ACTIONS(1827), - [anon_sym_0b] = ACTIONS(1819), - [anon_sym_0o] = ACTIONS(1819), - [anon_sym_0x] = ACTIONS(1819), - [sym_val_date] = ACTIONS(1827), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1827), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1827), - [anon_sym_err_GT] = ACTIONS(1819), - [anon_sym_out_GT] = ACTIONS(1819), - [anon_sym_e_GT] = ACTIONS(1819), - [anon_sym_o_GT] = ACTIONS(1819), - [anon_sym_err_PLUSout_GT] = ACTIONS(1819), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1819), - [anon_sym_o_PLUSe_GT] = ACTIONS(1819), - [anon_sym_e_PLUSo_GT] = ACTIONS(1819), - [anon_sym_err_GT_GT] = ACTIONS(1827), - [anon_sym_out_GT_GT] = ACTIONS(1827), - [anon_sym_e_GT_GT] = ACTIONS(1827), - [anon_sym_o_GT_GT] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1827), - [aux_sym_unquoted_token1] = ACTIONS(1819), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), - }, - [1391] = { - [sym_comment] = STATE(1391), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1392] = { - [sym__expr_parenthesized_immediate] = STATE(2043), - [sym__immediate_decimal] = STATE(2110), - [sym_val_variable] = STATE(2043), - [sym_comment] = STATE(1392), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_RPAREN] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1619), - [anon_sym_LBRACE] = ACTIONS(1619), - [anon_sym_RBRACE] = ACTIONS(1619), - [anon_sym_STAR2] = ACTIONS(1617), - [anon_sym_and2] = ACTIONS(1619), - [anon_sym_xor2] = ACTIONS(1619), - [anon_sym_or2] = ACTIONS(1619), - [anon_sym_not_DASHin2] = ACTIONS(1619), - [anon_sym_starts_DASHwith2] = ACTIONS(1619), - [anon_sym_ends_DASHwith2] = ACTIONS(1619), - [anon_sym_EQ_EQ2] = ACTIONS(1619), - [anon_sym_BANG_EQ2] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1617), - [anon_sym_LT_EQ2] = ACTIONS(1619), - [anon_sym_GT_EQ2] = ACTIONS(1619), - [anon_sym_EQ_TILDE2] = ACTIONS(1619), - [anon_sym_BANG_TILDE2] = ACTIONS(1619), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1619), - [anon_sym_PLUS_PLUS2] = ACTIONS(1619), - [anon_sym_SLASH2] = ACTIONS(1617), - [anon_sym_mod2] = ACTIONS(1619), - [anon_sym_SLASH_SLASH2] = ACTIONS(1619), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_bit_DASHshl2] = ACTIONS(1619), - [anon_sym_bit_DASHshr2] = ACTIONS(1619), - [anon_sym_bit_DASHand2] = ACTIONS(1619), - [anon_sym_bit_DASHxor2] = ACTIONS(1619), - [anon_sym_bit_DASHor2] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(251), - }, - [1393] = { - [sym_comment] = STATE(1393), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4634), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4636), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1394] = { - [sym_comment] = STATE(1394), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_RPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), - [anon_sym_DOT_DOT_LT] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), - [aux_sym_unquoted_token2] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [1395] = { - [sym_comment] = STATE(1395), - [sym__newline] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_PIPE] = ACTIONS(1802), - [anon_sym_err_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_GT_PIPE] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT2] = ACTIONS(4638), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), - [anon_sym_DOT_DOT_LT] = ACTIONS(1794), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4640), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4640), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1802), - [aux_sym__val_number_token5] = ACTIONS(1802), - [aux_sym__val_number_token6] = ACTIONS(1802), - [anon_sym_0b] = ACTIONS(1794), - [anon_sym_0o] = ACTIONS(1794), - [anon_sym_0x] = ACTIONS(1794), - [sym_val_date] = ACTIONS(1802), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1802), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1802), - [anon_sym_err_GT] = ACTIONS(1794), - [anon_sym_out_GT] = ACTIONS(1794), - [anon_sym_e_GT] = ACTIONS(1794), - [anon_sym_o_GT] = ACTIONS(1794), - [anon_sym_err_PLUSout_GT] = ACTIONS(1794), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1794), - [anon_sym_o_PLUSe_GT] = ACTIONS(1794), - [anon_sym_e_PLUSo_GT] = ACTIONS(1794), - [anon_sym_err_GT_GT] = ACTIONS(1802), - [anon_sym_out_GT_GT] = ACTIONS(1802), - [anon_sym_e_GT_GT] = ACTIONS(1802), - [anon_sym_o_GT_GT] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1802), - [aux_sym_unquoted_token1] = ACTIONS(1794), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), - }, - [1396] = { - [sym_comment] = STATE(1396), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(968), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4642), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ] = ACTIONS(966), - [anon_sym_DOT_DOT_LT] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_null] = ACTIONS(968), - [anon_sym_true] = ACTIONS(968), - [anon_sym_false] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(968), - [aux_sym__val_number_token5] = ACTIONS(968), - [aux_sym__val_number_token6] = ACTIONS(968), - [anon_sym_0b] = ACTIONS(966), - [anon_sym_0o] = ACTIONS(966), - [anon_sym_0x] = ACTIONS(966), - [sym_val_date] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [aux_sym_unquoted_token1] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), - }, - [1397] = { - [sym_comment] = STATE(1397), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_LBRACK] = ACTIONS(1601), - [anon_sym_LPAREN] = ACTIONS(1601), - [anon_sym_DOLLAR] = ACTIONS(1599), - [anon_sym_DASH_DASH] = ACTIONS(1601), - [anon_sym_DASH2] = ACTIONS(1599), - [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_DOT_DOT] = ACTIONS(1599), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1599), - [anon_sym_DOT_DOT_LT] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [anon_sym_null] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(1601), - [anon_sym_false] = ACTIONS(1601), - [aux_sym__val_number_decimal_token1] = ACTIONS(1599), - [aux_sym__val_number_decimal_token2] = ACTIONS(1601), - [aux_sym__val_number_decimal_token3] = ACTIONS(1601), - [aux_sym__val_number_decimal_token4] = ACTIONS(1601), - [aux_sym__val_number_token1] = ACTIONS(1601), - [aux_sym__val_number_token2] = ACTIONS(1601), - [aux_sym__val_number_token3] = ACTIONS(1601), - [aux_sym__val_number_token4] = ACTIONS(1601), - [aux_sym__val_number_token5] = ACTIONS(1601), - [aux_sym__val_number_token6] = ACTIONS(1601), - [anon_sym_0b] = ACTIONS(1599), - [sym_filesize_unit] = ACTIONS(1601), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1599), - [anon_sym_0x] = ACTIONS(1599), - [sym_val_date] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(1601), - [sym__str_single_quotes] = ACTIONS(1601), - [sym__str_back_ticks] = ACTIONS(1601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token1] = ACTIONS(1599), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1601), - }, - [1398] = { - [sym_comment] = STATE(1398), - [ts_builtin_sym_end] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(962), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(964), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_GT2] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_in2] = ACTIONS(964), - [anon_sym_STAR2] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_and2] = ACTIONS(964), - [anon_sym_xor2] = ACTIONS(964), - [anon_sym_or2] = ACTIONS(964), - [anon_sym_not_DASHin2] = ACTIONS(964), - [anon_sym_starts_DASHwith2] = ACTIONS(964), - [anon_sym_ends_DASHwith2] = ACTIONS(964), - [anon_sym_EQ_EQ2] = ACTIONS(964), - [anon_sym_BANG_EQ2] = ACTIONS(964), - [anon_sym_LT2] = ACTIONS(962), - [anon_sym_LT_EQ2] = ACTIONS(964), - [anon_sym_GT_EQ2] = ACTIONS(964), - [anon_sym_EQ_TILDE2] = ACTIONS(964), - [anon_sym_BANG_TILDE2] = ACTIONS(964), - [anon_sym_STAR_STAR2] = ACTIONS(964), - [anon_sym_PLUS_PLUS2] = ACTIONS(962), - [anon_sym_SLASH2] = ACTIONS(962), - [anon_sym_mod2] = ACTIONS(964), - [anon_sym_SLASH_SLASH2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_bit_DASHshl2] = ACTIONS(964), - [anon_sym_bit_DASHshr2] = ACTIONS(964), - [anon_sym_bit_DASHand2] = ACTIONS(964), - [anon_sym_bit_DASHxor2] = ACTIONS(964), - [anon_sym_bit_DASHor2] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(251), + [1333] = { + [sym_comment] = STATE(1333), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4518), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4520), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1399] = { - [sym_comment] = STATE(1399), - [ts_builtin_sym_end] = ACTIONS(960), + [1334] = { + [sym_comment] = STATE(1334), [anon_sym_EQ] = ACTIONS(958), [anon_sym_PLUS_EQ] = ACTIONS(960), [anon_sym_DASH_EQ] = ACTIONS(960), @@ -213617,11 +208997,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_RPAREN] = ACTIONS(960), [anon_sym_GT2] = ACTIONS(958), [anon_sym_DASH2] = ACTIONS(958), [anon_sym_in2] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(960), [anon_sym_STAR2] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), + [anon_sym_QMARK2] = ACTIONS(4522), [anon_sym_and2] = ACTIONS(960), [anon_sym_xor2] = ACTIONS(960), [anon_sym_or2] = ACTIONS(960), @@ -213649,6 +209031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(958), [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_COLON2] = ACTIONS(960), [anon_sym_DOT2] = ACTIONS(958), [anon_sym_err_GT] = ACTIONS(958), [anon_sym_out_GT] = ACTIONS(958), @@ -213668,130 +209051,568 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), [anon_sym_POUND] = ACTIONS(251), }, - [1400] = { - [sym_comment] = STATE(1400), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_RPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_DOT_DOT] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_DOT_DOT2] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ] = ACTIONS(972), - [anon_sym_DOT_DOT_LT] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), - [anon_sym_DOT_DOT_LT2] = ACTIONS(974), - [anon_sym_null] = ACTIONS(974), - [anon_sym_true] = ACTIONS(974), - [anon_sym_false] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(974), - [aux_sym__val_number_token5] = ACTIONS(974), - [aux_sym__val_number_token6] = ACTIONS(974), - [anon_sym_0b] = ACTIONS(972), - [anon_sym_0o] = ACTIONS(972), - [anon_sym_0x] = ACTIONS(972), - [sym_val_date] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [aux_sym_unquoted_token1] = ACTIONS(972), + [1335] = { + [sym_comment] = STATE(1335), + [anon_sym_EQ] = ACTIONS(952), + [anon_sym_PLUS_EQ] = ACTIONS(954), + [anon_sym_DASH_EQ] = ACTIONS(954), + [anon_sym_STAR_EQ] = ACTIONS(954), + [anon_sym_SLASH_EQ] = ACTIONS(954), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(954), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_RPAREN] = ACTIONS(954), + [anon_sym_GT2] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_STAR2] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4524), + [anon_sym_and2] = ACTIONS(954), + [anon_sym_xor2] = ACTIONS(954), + [anon_sym_or2] = ACTIONS(954), + [anon_sym_not_DASHin2] = ACTIONS(954), + [anon_sym_starts_DASHwith2] = ACTIONS(954), + [anon_sym_ends_DASHwith2] = ACTIONS(954), + [anon_sym_EQ_EQ2] = ACTIONS(954), + [anon_sym_BANG_EQ2] = ACTIONS(954), + [anon_sym_LT2] = ACTIONS(952), + [anon_sym_LT_EQ2] = ACTIONS(954), + [anon_sym_GT_EQ2] = ACTIONS(954), + [anon_sym_EQ_TILDE2] = ACTIONS(954), + [anon_sym_BANG_TILDE2] = ACTIONS(954), + [anon_sym_STAR_STAR2] = ACTIONS(954), + [anon_sym_PLUS_PLUS2] = ACTIONS(952), + [anon_sym_SLASH2] = ACTIONS(952), + [anon_sym_mod2] = ACTIONS(954), + [anon_sym_SLASH_SLASH2] = ACTIONS(954), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_bit_DASHshl2] = ACTIONS(954), + [anon_sym_bit_DASHshr2] = ACTIONS(954), + [anon_sym_bit_DASHand2] = ACTIONS(954), + [anon_sym_bit_DASHxor2] = ACTIONS(954), + [anon_sym_bit_DASHor2] = ACTIONS(954), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_COLON2] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), }, - [1401] = { - [sym__expr_parenthesized_immediate] = STATE(2024), - [sym__immediate_decimal] = STATE(2025), - [sym_val_variable] = STATE(2024), - [sym_comment] = STATE(1401), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1587), + [1336] = { + [sym_comment] = STATE(1336), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), + }, + [1337] = { + [sym_comment] = STATE(1337), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [1338] = { + [sym__expr_parenthesized_immediate] = STATE(7227), + [sym_comment] = STATE(1338), + [ts_builtin_sym_end] = ACTIONS(1693), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1681), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT2] = ACTIONS(4526), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1681), + [anon_sym_DOT_DOT_LT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4528), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4528), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(4530), + [sym_duration_unit] = ACTIONS(4532), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4534), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [1339] = { + [sym__expr_parenthesized_immediate] = STATE(1835), + [sym__immediate_decimal] = STATE(1836), + [sym_val_variable] = STATE(1835), + [sym_comment] = STATE(1339), + [ts_builtin_sym_end] = ACTIONS(1643), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_LBRACK] = ACTIONS(1643), + [anon_sym_LPAREN] = ACTIONS(1633), + [anon_sym_DOLLAR] = ACTIONS(4082), + [anon_sym_DASH_DASH] = ACTIONS(1643), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_DOT_DOT] = ACTIONS(1633), + [anon_sym_LPAREN2] = ACTIONS(4137), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1643), + [anon_sym_DOT_DOT_LT] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4427), + [aux_sym__immediate_decimal_token3] = ACTIONS(4429), + [aux_sym__immediate_decimal_token4] = ACTIONS(4431), + [aux_sym__immediate_decimal_token5] = ACTIONS(4433), + [anon_sym_null] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(1643), + [anon_sym_false] = ACTIONS(1643), + [aux_sym__val_number_decimal_token1] = ACTIONS(1633), + [aux_sym__val_number_decimal_token2] = ACTIONS(1633), + [aux_sym__val_number_decimal_token3] = ACTIONS(1633), + [aux_sym__val_number_decimal_token4] = ACTIONS(1633), + [aux_sym__val_number_token1] = ACTIONS(1643), + [aux_sym__val_number_token2] = ACTIONS(1643), + [aux_sym__val_number_token3] = ACTIONS(1643), + [aux_sym__val_number_token4] = ACTIONS(1643), + [aux_sym__val_number_token5] = ACTIONS(1643), + [aux_sym__val_number_token6] = ACTIONS(1643), + [anon_sym_0b] = ACTIONS(1633), + [anon_sym_0o] = ACTIONS(1633), + [anon_sym_0x] = ACTIONS(1633), + [sym_val_date] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1643), + [sym__str_single_quotes] = ACTIONS(1643), + [sym__str_back_ticks] = ACTIONS(1643), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1643), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1643), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [aux_sym_unquoted_token1] = ACTIONS(1633), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1643), + }, + [1340] = { + [sym_comment] = STATE(1340), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4536), + [aux_sym__immediate_decimal_token2] = ACTIONS(4538), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [1341] = { + [sym_comment] = STATE(1341), + [ts_builtin_sym_end] = ACTIONS(2241), + [anon_sym_STAR_STAR] = ACTIONS(3176), + [anon_sym_PLUS_PLUS] = ACTIONS(3176), + [anon_sym_STAR] = ACTIONS(3178), + [anon_sym_SLASH] = ACTIONS(3178), + [anon_sym_mod] = ACTIONS(3176), + [anon_sym_SLASH_SLASH] = ACTIONS(3176), + [anon_sym_PLUS] = ACTIONS(3178), + [anon_sym_DASH] = ACTIONS(3176), + [anon_sym_bit_DASHshl] = ACTIONS(3176), + [anon_sym_bit_DASHshr] = ACTIONS(3176), + [anon_sym_EQ_TILDE] = ACTIONS(3176), + [anon_sym_BANG_TILDE] = ACTIONS(3176), + [anon_sym_bit_DASHand] = ACTIONS(3176), + [anon_sym_bit_DASHxor] = ACTIONS(3176), + [anon_sym_bit_DASHor] = ACTIONS(3176), + [anon_sym_and] = ACTIONS(3176), + [anon_sym_xor] = ACTIONS(3176), + [anon_sym_or] = ACTIONS(3176), + [anon_sym_in] = ACTIONS(3176), + [anon_sym_not_DASHin] = ACTIONS(3176), + [anon_sym_starts_DASHwith] = ACTIONS(3176), + [anon_sym_ends_DASHwith] = ACTIONS(3176), + [anon_sym_EQ_EQ] = ACTIONS(3176), + [anon_sym_BANG_EQ] = ACTIONS(3176), + [anon_sym_LT] = ACTIONS(3178), + [anon_sym_LT_EQ] = ACTIONS(3176), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_GT_EQ] = ACTIONS(3176), + [aux_sym_cmd_identifier_token41] = ACTIONS(3180), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), + }, + [1342] = { + [sym_comment] = STATE(1342), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1587), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_in2] = ACTIONS(1597), - [anon_sym_LBRACE] = ACTIONS(1597), - [anon_sym_RBRACE] = ACTIONS(1597), - [anon_sym_STAR2] = ACTIONS(1587), - [anon_sym_and2] = ACTIONS(1597), - [anon_sym_xor2] = ACTIONS(1597), - [anon_sym_or2] = ACTIONS(1597), - [anon_sym_not_DASHin2] = ACTIONS(1597), - [anon_sym_starts_DASHwith2] = ACTIONS(1597), - [anon_sym_ends_DASHwith2] = ACTIONS(1597), - [anon_sym_EQ_EQ2] = ACTIONS(1597), - [anon_sym_BANG_EQ2] = ACTIONS(1597), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ2] = ACTIONS(1597), - [anon_sym_GT_EQ2] = ACTIONS(1597), - [anon_sym_EQ_TILDE2] = ACTIONS(1597), - [anon_sym_BANG_TILDE2] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1597), - [anon_sym_PLUS_PLUS2] = ACTIONS(1597), - [anon_sym_SLASH2] = ACTIONS(1587), - [anon_sym_mod2] = ACTIONS(1597), - [anon_sym_SLASH_SLASH2] = ACTIONS(1597), - [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_bit_DASHshl2] = ACTIONS(1597), - [anon_sym_bit_DASHshr2] = ACTIONS(1597), - [anon_sym_bit_DASHand2] = ACTIONS(1597), - [anon_sym_bit_DASHxor2] = ACTIONS(1597), - [anon_sym_bit_DASHor2] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), [anon_sym_err_GT] = ACTIONS(1587), [anon_sym_out_GT] = ACTIONS(1587), [anon_sym_e_GT] = ACTIONS(1587), @@ -213800,20 +209621,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), [anon_sym_o_PLUSe_GT] = ACTIONS(1587), [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1402] = { - [sym_path] = STATE(1510), - [sym_comment] = STATE(1402), - [aux_sym_cell_path_repeat1] = STATE(1405), + [1343] = { + [sym_path] = STATE(1430), + [sym_comment] = STATE(1343), + [aux_sym_cell_path_repeat1] = STATE(1360), + [ts_builtin_sym_end] = ACTIONS(950), + [anon_sym_EQ] = ACTIONS(948), + [anon_sym_PLUS_EQ] = ACTIONS(950), + [anon_sym_DASH_EQ] = ACTIONS(950), + [anon_sym_STAR_EQ] = ACTIONS(950), + [anon_sym_SLASH_EQ] = ACTIONS(950), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(950), [sym__newline] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_PIPE] = ACTIONS(950), @@ -213825,14 +209656,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), - [anon_sym_RPAREN] = ACTIONS(950), [anon_sym_GT2] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(950), + [anon_sym_DASH2] = ACTIONS(948), [anon_sym_in2] = ACTIONS(950), - [anon_sym_if] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_EQ_GT] = ACTIONS(950), [anon_sym_STAR2] = ACTIONS(948), [anon_sym_and2] = ACTIONS(950), [anon_sym_xor2] = ACTIONS(950), @@ -213848,7 +209674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_TILDE2] = ACTIONS(950), [anon_sym_BANG_TILDE2] = ACTIONS(950), [anon_sym_STAR_STAR2] = ACTIONS(950), - [anon_sym_PLUS_PLUS2] = ACTIONS(950), + [anon_sym_PLUS_PLUS2] = ACTIONS(948), [anon_sym_SLASH2] = ACTIONS(948), [anon_sym_mod2] = ACTIONS(950), [anon_sym_SLASH_SLASH2] = ACTIONS(950), @@ -213861,8 +209687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(948), [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_COLON2] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4562), + [anon_sym_DOT2] = ACTIONS(4445), [anon_sym_err_GT] = ACTIONS(948), [anon_sym_out_GT] = ACTIONS(948), [anon_sym_e_GT] = ACTIONS(948), @@ -213881,721 +209706,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), [anon_sym_POUND] = ACTIONS(251), }, - [1403] = { - [sym_comment] = STATE(1403), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ] = ACTIONS(962), - [anon_sym_DOT_DOT_LT] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_null] = ACTIONS(964), - [anon_sym_true] = ACTIONS(964), - [anon_sym_false] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(964), - [aux_sym__val_number_token5] = ACTIONS(964), - [aux_sym__val_number_token6] = ACTIONS(964), - [anon_sym_0b] = ACTIONS(962), - [anon_sym_0o] = ACTIONS(962), - [anon_sym_0x] = ACTIONS(962), - [sym_val_date] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [aux_sym_unquoted_token1] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), - }, - [1404] = { - [sym_comment] = STATE(1404), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1623), - [anon_sym_DASH_DASH] = ACTIONS(1625), - [anon_sym_DASH2] = ACTIONS(1623), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1623), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1623), - [anon_sym_DOT_DOT_LT] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [anon_sym_null] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = ACTIONS(1625), - [aux_sym__val_number_decimal_token1] = ACTIONS(1623), - [aux_sym__val_number_decimal_token2] = ACTIONS(1625), - [aux_sym__val_number_decimal_token3] = ACTIONS(1625), - [aux_sym__val_number_decimal_token4] = ACTIONS(1625), - [aux_sym__val_number_token1] = ACTIONS(1625), - [aux_sym__val_number_token2] = ACTIONS(1625), - [aux_sym__val_number_token3] = ACTIONS(1625), - [aux_sym__val_number_token4] = ACTIONS(1625), - [aux_sym__val_number_token5] = ACTIONS(1625), - [aux_sym__val_number_token6] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1623), - [sym_filesize_unit] = ACTIONS(1625), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1623), - [anon_sym_0x] = ACTIONS(1623), - [sym_val_date] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(1625), - [sym__str_single_quotes] = ACTIONS(1625), - [sym__str_back_ticks] = ACTIONS(1625), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1625), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token1] = ACTIONS(1623), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1625), - }, - [1405] = { - [sym_path] = STATE(1510), - [sym_comment] = STATE(1405), - [aux_sym_cell_path_repeat1] = STATE(1405), - [sym__newline] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_err_GT_PIPE] = ACTIONS(943), - [anon_sym_out_GT_PIPE] = ACTIONS(943), - [anon_sym_e_GT_PIPE] = ACTIONS(943), - [anon_sym_o_GT_PIPE] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [anon_sym_GT2] = ACTIONS(941), - [anon_sym_DASH2] = ACTIONS(943), - [anon_sym_in2] = ACTIONS(943), - [anon_sym_if] = ACTIONS(943), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_EQ_GT] = ACTIONS(943), - [anon_sym_STAR2] = ACTIONS(941), - [anon_sym_and2] = ACTIONS(943), - [anon_sym_xor2] = ACTIONS(943), - [anon_sym_or2] = ACTIONS(943), - [anon_sym_not_DASHin2] = ACTIONS(943), - [anon_sym_starts_DASHwith2] = ACTIONS(943), - [anon_sym_ends_DASHwith2] = ACTIONS(943), - [anon_sym_EQ_EQ2] = ACTIONS(943), - [anon_sym_BANG_EQ2] = ACTIONS(943), - [anon_sym_LT2] = ACTIONS(941), - [anon_sym_LT_EQ2] = ACTIONS(943), - [anon_sym_GT_EQ2] = ACTIONS(943), - [anon_sym_EQ_TILDE2] = ACTIONS(943), - [anon_sym_BANG_TILDE2] = ACTIONS(943), - [anon_sym_STAR_STAR2] = ACTIONS(943), - [anon_sym_PLUS_PLUS2] = ACTIONS(943), - [anon_sym_SLASH2] = ACTIONS(941), - [anon_sym_mod2] = ACTIONS(943), - [anon_sym_SLASH_SLASH2] = ACTIONS(943), - [anon_sym_PLUS2] = ACTIONS(941), - [anon_sym_bit_DASHshl2] = ACTIONS(943), - [anon_sym_bit_DASHshr2] = ACTIONS(943), - [anon_sym_bit_DASHand2] = ACTIONS(943), - [anon_sym_bit_DASHxor2] = ACTIONS(943), - [anon_sym_bit_DASHor2] = ACTIONS(943), - [anon_sym_DOT_DOT2] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), - [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_COLON2] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4644), - [anon_sym_err_GT] = ACTIONS(941), - [anon_sym_out_GT] = ACTIONS(941), - [anon_sym_e_GT] = ACTIONS(941), - [anon_sym_o_GT] = ACTIONS(941), - [anon_sym_err_PLUSout_GT] = ACTIONS(941), - [anon_sym_out_PLUSerr_GT] = ACTIONS(941), - [anon_sym_o_PLUSe_GT] = ACTIONS(941), - [anon_sym_e_PLUSo_GT] = ACTIONS(941), - [anon_sym_err_GT_GT] = ACTIONS(943), - [anon_sym_out_GT_GT] = ACTIONS(943), - [anon_sym_e_GT_GT] = ACTIONS(943), - [anon_sym_o_GT_GT] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), - [anon_sym_POUND] = ACTIONS(251), - }, - [1406] = { - [sym_comment] = STATE(1406), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4595), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1407] = { - [sym_comment] = STATE(1407), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), + [1344] = { + [sym_comment] = STATE(1344), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1408] = { - [sym_comment] = STATE(1408), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4647), - [aux_sym__immediate_decimal_token2] = ACTIONS(4649), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1409] = { - [sym_comment] = STATE(1409), - [anon_sym_EQ] = ACTIONS(1018), - [anon_sym_PLUS_EQ] = ACTIONS(1020), - [anon_sym_DASH_EQ] = ACTIONS(1020), - [anon_sym_STAR_EQ] = ACTIONS(1020), - [anon_sym_SLASH_EQ] = ACTIONS(1020), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1020), - [sym__newline] = ACTIONS(1020), - [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_err_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_GT_PIPE] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), - [anon_sym_RPAREN] = ACTIONS(1020), - [anon_sym_GT2] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1020), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_STAR2] = ACTIONS(1018), - [anon_sym_and2] = ACTIONS(1020), - [anon_sym_xor2] = ACTIONS(1020), - [anon_sym_or2] = ACTIONS(1020), - [anon_sym_not_DASHin2] = ACTIONS(1020), - [anon_sym_starts_DASHwith2] = ACTIONS(1020), - [anon_sym_ends_DASHwith2] = ACTIONS(1020), - [anon_sym_EQ_EQ2] = ACTIONS(1020), - [anon_sym_BANG_EQ2] = ACTIONS(1020), - [anon_sym_LT2] = ACTIONS(1018), - [anon_sym_LT_EQ2] = ACTIONS(1020), - [anon_sym_GT_EQ2] = ACTIONS(1020), - [anon_sym_EQ_TILDE2] = ACTIONS(1020), - [anon_sym_BANG_TILDE2] = ACTIONS(1020), - [anon_sym_STAR_STAR2] = ACTIONS(1020), - [anon_sym_PLUS_PLUS2] = ACTIONS(1018), - [anon_sym_SLASH2] = ACTIONS(1018), - [anon_sym_mod2] = ACTIONS(1020), - [anon_sym_SLASH_SLASH2] = ACTIONS(1020), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_bit_DASHshl2] = ACTIONS(1020), - [anon_sym_bit_DASHshr2] = ACTIONS(1020), - [anon_sym_bit_DASHand2] = ACTIONS(1020), - [anon_sym_bit_DASHxor2] = ACTIONS(1020), - [anon_sym_bit_DASHor2] = ACTIONS(1020), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_COLON2] = ACTIONS(1020), - [anon_sym_err_GT] = ACTIONS(1018), - [anon_sym_out_GT] = ACTIONS(1018), - [anon_sym_e_GT] = ACTIONS(1018), - [anon_sym_o_GT] = ACTIONS(1018), - [anon_sym_err_PLUSout_GT] = ACTIONS(1018), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), - [anon_sym_o_PLUSe_GT] = ACTIONS(1018), - [anon_sym_e_PLUSo_GT] = ACTIONS(1018), - [anon_sym_err_GT_GT] = ACTIONS(1020), - [anon_sym_out_GT_GT] = ACTIONS(1020), - [anon_sym_e_GT_GT] = ACTIONS(1020), - [anon_sym_o_GT_GT] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), - [anon_sym_POUND] = ACTIONS(251), - }, - [1410] = { - [sym__expr_parenthesized_immediate] = STATE(2037), - [sym__immediate_decimal] = STATE(2038), - [sym_val_variable] = STATE(2037), - [sym_comment] = STATE(1410), - [sym__newline] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_err_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_GT_PIPE] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1687), - [anon_sym_RPAREN] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1685), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_in2] = ACTIONS(1687), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_RBRACE] = ACTIONS(1687), - [anon_sym_STAR2] = ACTIONS(1685), - [anon_sym_and2] = ACTIONS(1687), - [anon_sym_xor2] = ACTIONS(1687), - [anon_sym_or2] = ACTIONS(1687), - [anon_sym_not_DASHin2] = ACTIONS(1687), - [anon_sym_starts_DASHwith2] = ACTIONS(1687), - [anon_sym_ends_DASHwith2] = ACTIONS(1687), - [anon_sym_EQ_EQ2] = ACTIONS(1687), - [anon_sym_BANG_EQ2] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1685), - [anon_sym_LT_EQ2] = ACTIONS(1687), - [anon_sym_GT_EQ2] = ACTIONS(1687), - [anon_sym_EQ_TILDE2] = ACTIONS(1687), - [anon_sym_BANG_TILDE2] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1687), - [anon_sym_PLUS_PLUS2] = ACTIONS(1687), - [anon_sym_SLASH2] = ACTIONS(1685), - [anon_sym_mod2] = ACTIONS(1687), - [anon_sym_SLASH_SLASH2] = ACTIONS(1687), - [anon_sym_PLUS2] = ACTIONS(1685), - [anon_sym_bit_DASHshl2] = ACTIONS(1687), - [anon_sym_bit_DASHshr2] = ACTIONS(1687), - [anon_sym_bit_DASHand2] = ACTIONS(1687), - [anon_sym_bit_DASHxor2] = ACTIONS(1687), - [anon_sym_bit_DASHor2] = ACTIONS(1687), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1685), - [anon_sym_out_GT] = ACTIONS(1685), - [anon_sym_e_GT] = ACTIONS(1685), - [anon_sym_o_GT] = ACTIONS(1685), - [anon_sym_err_PLUSout_GT] = ACTIONS(1685), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1685), - [anon_sym_o_PLUSe_GT] = ACTIONS(1685), - [anon_sym_e_PLUSo_GT] = ACTIONS(1685), - [anon_sym_err_GT_GT] = ACTIONS(1687), - [anon_sym_out_GT_GT] = ACTIONS(1687), - [anon_sym_e_GT_GT] = ACTIONS(1687), - [anon_sym_o_GT_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(251), - }, - [1411] = { - [sym__expr_parenthesized_immediate] = STATE(2039), - [sym__immediate_decimal] = STATE(2040), - [sym_val_variable] = STATE(2039), - [sym_comment] = STATE(1411), - [sym__newline] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_err_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_GT_PIPE] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1691), - [anon_sym_RPAREN] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(3610), - [anon_sym_GT2] = ACTIONS(1689), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_in2] = ACTIONS(1691), - [anon_sym_LBRACE] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_STAR2] = ACTIONS(1689), - [anon_sym_and2] = ACTIONS(1691), - [anon_sym_xor2] = ACTIONS(1691), - [anon_sym_or2] = ACTIONS(1691), - [anon_sym_not_DASHin2] = ACTIONS(1691), - [anon_sym_starts_DASHwith2] = ACTIONS(1691), - [anon_sym_ends_DASHwith2] = ACTIONS(1691), - [anon_sym_EQ_EQ2] = ACTIONS(1691), - [anon_sym_BANG_EQ2] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1689), - [anon_sym_LT_EQ2] = ACTIONS(1691), - [anon_sym_GT_EQ2] = ACTIONS(1691), - [anon_sym_EQ_TILDE2] = ACTIONS(1691), - [anon_sym_BANG_TILDE2] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(4552), - [anon_sym_STAR_STAR2] = ACTIONS(1691), - [anon_sym_PLUS_PLUS2] = ACTIONS(1691), - [anon_sym_SLASH2] = ACTIONS(1689), - [anon_sym_mod2] = ACTIONS(1691), - [anon_sym_SLASH_SLASH2] = ACTIONS(1691), - [anon_sym_PLUS2] = ACTIONS(1689), - [anon_sym_bit_DASHshl2] = ACTIONS(1691), - [anon_sym_bit_DASHshr2] = ACTIONS(1691), - [anon_sym_bit_DASHand2] = ACTIONS(1691), - [anon_sym_bit_DASHxor2] = ACTIONS(1691), - [anon_sym_bit_DASHor2] = ACTIONS(1691), - [aux_sym__immediate_decimal_token1] = ACTIONS(4606), - [aux_sym__immediate_decimal_token3] = ACTIONS(4606), - [aux_sym__immediate_decimal_token4] = ACTIONS(4558), - [aux_sym__immediate_decimal_token5] = ACTIONS(4560), - [anon_sym_err_GT] = ACTIONS(1689), - [anon_sym_out_GT] = ACTIONS(1689), - [anon_sym_e_GT] = ACTIONS(1689), - [anon_sym_o_GT] = ACTIONS(1689), - [anon_sym_err_PLUSout_GT] = ACTIONS(1689), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1689), - [anon_sym_o_PLUSe_GT] = ACTIONS(1689), - [anon_sym_e_PLUSo_GT] = ACTIONS(1689), - [anon_sym_err_GT_GT] = ACTIONS(1691), - [anon_sym_out_GT_GT] = ACTIONS(1691), - [anon_sym_e_GT_GT] = ACTIONS(1691), - [anon_sym_o_GT_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(251), - }, - [1412] = { - [sym_comment] = STATE(1412), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4651), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [anon_sym_RPAREN] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1735), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1735), + [anon_sym_RBRACE] = ACTIONS(1735), + [anon_sym_DOT_DOT] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1733), + [anon_sym_DOT_DOT_LT] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [anon_sym_null] = ACTIONS(1735), + [anon_sym_true] = ACTIONS(1735), + [anon_sym_false] = ACTIONS(1735), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), + [aux_sym__val_number_decimal_token2] = ACTIONS(1735), + [aux_sym__val_number_decimal_token3] = ACTIONS(1735), + [aux_sym__val_number_decimal_token4] = ACTIONS(1735), + [aux_sym__val_number_token1] = ACTIONS(1735), + [aux_sym__val_number_token2] = ACTIONS(1735), + [aux_sym__val_number_token3] = ACTIONS(1735), + [aux_sym__val_number_token4] = ACTIONS(1735), + [aux_sym__val_number_token5] = ACTIONS(1735), + [aux_sym__val_number_token6] = ACTIONS(1735), + [anon_sym_0b] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1735), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_0o] = ACTIONS(1733), + [anon_sym_0x] = ACTIONS(1733), + [sym_val_date] = ACTIONS(1735), + [anon_sym_DQUOTE] = ACTIONS(1735), + [sym__str_single_quotes] = ACTIONS(1735), + [sym__str_back_ticks] = ACTIONS(1735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1735), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token1] = ACTIONS(1733), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1735), }, - [1413] = { - [sym_path] = STATE(1524), - [sym_comment] = STATE(1413), - [aux_sym_cell_path_repeat1] = STATE(1416), - [ts_builtin_sym_end] = ACTIONS(950), + [1345] = { + [sym_path] = STATE(1449), + [sym_comment] = STATE(1345), + [aux_sym_cell_path_repeat1] = STATE(1350), [sym__newline] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_PIPE] = ACTIONS(950), @@ -214609,10 +209795,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), [anon_sym_LBRACK] = ACTIONS(950), [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_RPAREN] = ACTIONS(950), [anon_sym_DOLLAR] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_DASH2] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), [anon_sym_DOT_DOT] = ACTIONS(948), [anon_sym_DOT_DOT2] = ACTIONS(948), [anon_sym_DOT_DOT_EQ] = ACTIONS(948), @@ -214641,7 +209829,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(950), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4550), + [anon_sym_DOT2] = ACTIONS(4423), [anon_sym_err_GT] = ACTIONS(948), [anon_sym_out_GT] = ACTIONS(948), [anon_sym_e_GT] = ACTIONS(948), @@ -214662,153 +209850,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(950), }, - [1414] = { - [sym_comment] = STATE(1414), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_LPAREN] = ACTIONS(1711), - [anon_sym_DOLLAR] = ACTIONS(1709), - [anon_sym_DASH_DASH] = ACTIONS(1711), - [anon_sym_DASH2] = ACTIONS(1709), - [anon_sym_LBRACE] = ACTIONS(1711), - [anon_sym_DOT_DOT] = ACTIONS(1709), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1709), - [anon_sym_DOT_DOT_LT] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [anon_sym_null] = ACTIONS(1711), - [anon_sym_true] = ACTIONS(1711), - [anon_sym_false] = ACTIONS(1711), - [aux_sym__val_number_decimal_token1] = ACTIONS(1709), - [aux_sym__val_number_decimal_token2] = ACTIONS(1711), - [aux_sym__val_number_decimal_token3] = ACTIONS(1711), - [aux_sym__val_number_decimal_token4] = ACTIONS(1711), - [aux_sym__val_number_token1] = ACTIONS(1711), - [aux_sym__val_number_token2] = ACTIONS(1711), - [aux_sym__val_number_token3] = ACTIONS(1711), - [aux_sym__val_number_token4] = ACTIONS(1711), - [aux_sym__val_number_token5] = ACTIONS(1711), - [aux_sym__val_number_token6] = ACTIONS(1711), - [anon_sym_0b] = ACTIONS(1709), - [sym_filesize_unit] = ACTIONS(1711), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_0o] = ACTIONS(1709), - [anon_sym_0x] = ACTIONS(1709), - [sym_val_date] = ACTIONS(1711), - [anon_sym_DQUOTE] = ACTIONS(1711), - [sym__str_single_quotes] = ACTIONS(1711), - [sym__str_back_ticks] = ACTIONS(1711), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1711), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token1] = ACTIONS(1709), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1711), + [1346] = { + [sym_cell_path] = STATE(1594), + [sym_path] = STATE(1484), + [sym_comment] = STATE(1346), + [aux_sym_cell_path_repeat1] = STATE(1380), + [ts_builtin_sym_end] = ACTIONS(1719), + [sym__newline] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1719), + [anon_sym_PIPE] = ACTIONS(1719), + [anon_sym_err_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_GT_PIPE] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1719), + [anon_sym_DASH2] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_DOT_DOT] = ACTIONS(1717), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), + [anon_sym_DOT_DOT_LT] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_null] = ACTIONS(1719), + [anon_sym_true] = ACTIONS(1719), + [anon_sym_false] = ACTIONS(1719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1717), + [aux_sym__val_number_decimal_token2] = ACTIONS(1719), + [aux_sym__val_number_decimal_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token4] = ACTIONS(1719), + [aux_sym__val_number_token1] = ACTIONS(1719), + [aux_sym__val_number_token2] = ACTIONS(1719), + [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_token4] = ACTIONS(1719), + [aux_sym__val_number_token5] = ACTIONS(1719), + [aux_sym__val_number_token6] = ACTIONS(1719), + [anon_sym_0b] = ACTIONS(1717), + [anon_sym_0o] = ACTIONS(1717), + [anon_sym_0x] = ACTIONS(1717), + [sym_val_date] = ACTIONS(1719), + [anon_sym_DQUOTE] = ACTIONS(1719), + [sym__str_single_quotes] = ACTIONS(1719), + [sym__str_back_ticks] = ACTIONS(1719), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), + [anon_sym_DOT2] = ACTIONS(4540), + [anon_sym_err_GT] = ACTIONS(1717), + [anon_sym_out_GT] = ACTIONS(1717), + [anon_sym_e_GT] = ACTIONS(1717), + [anon_sym_o_GT] = ACTIONS(1717), + [anon_sym_err_PLUSout_GT] = ACTIONS(1717), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), + [anon_sym_o_PLUSe_GT] = ACTIONS(1717), + [anon_sym_e_PLUSo_GT] = ACTIONS(1717), + [anon_sym_err_GT_GT] = ACTIONS(1719), + [anon_sym_out_GT_GT] = ACTIONS(1719), + [anon_sym_e_GT_GT] = ACTIONS(1719), + [anon_sym_o_GT_GT] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [aux_sym_unquoted_token1] = ACTIONS(1717), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1719), }, - [1415] = { - [sym_comment] = STATE(1415), - [ts_builtin_sym_end] = ACTIONS(1665), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_DOT_DOT2] = ACTIONS(4540), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1653), - [anon_sym_DOT_DOT_LT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4542), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4542), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [sym_filesize_unit] = ACTIONS(4653), - [sym_duration_unit] = ACTIONS(4655), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4657), + [1347] = { + [sym_cell_path] = STATE(1563), + [sym_path] = STATE(1484), + [sym_comment] = STATE(1347), + [aux_sym_cell_path_repeat1] = STATE(1380), + [ts_builtin_sym_end] = ACTIONS(937), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(937), + [anon_sym_DASH2] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(937), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_DOT_DOT2] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ] = ACTIONS(935), + [anon_sym_DOT_DOT_LT] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), + [anon_sym_DOT_DOT_LT2] = ACTIONS(937), + [anon_sym_null] = ACTIONS(937), + [anon_sym_true] = ACTIONS(937), + [anon_sym_false] = ACTIONS(937), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_decimal_token2] = ACTIONS(937), + [aux_sym__val_number_decimal_token3] = ACTIONS(937), + [aux_sym__val_number_decimal_token4] = ACTIONS(937), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(937), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(937), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(937), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4540), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), + [aux_sym_unquoted_token1] = ACTIONS(935), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), + [sym_raw_string_begin] = ACTIONS(937), }, - [1416] = { - [sym_path] = STATE(1524), - [sym_comment] = STATE(1416), - [aux_sym_cell_path_repeat1] = STATE(1416), - [ts_builtin_sym_end] = ACTIONS(943), + [1348] = { + [sym_comment] = STATE(1348), + [ts_builtin_sym_end] = ACTIONS(1735), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1733), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1735), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1735), + [anon_sym_DOT_DOT] = ACTIONS(1733), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1733), + [anon_sym_DOT_DOT_LT] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [anon_sym_null] = ACTIONS(1735), + [anon_sym_true] = ACTIONS(1735), + [anon_sym_false] = ACTIONS(1735), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), + [aux_sym__val_number_decimal_token2] = ACTIONS(1735), + [aux_sym__val_number_decimal_token3] = ACTIONS(1735), + [aux_sym__val_number_decimal_token4] = ACTIONS(1735), + [aux_sym__val_number_token1] = ACTIONS(1735), + [aux_sym__val_number_token2] = ACTIONS(1735), + [aux_sym__val_number_token3] = ACTIONS(1735), + [aux_sym__val_number_token4] = ACTIONS(1735), + [aux_sym__val_number_token5] = ACTIONS(1735), + [aux_sym__val_number_token6] = ACTIONS(1735), + [anon_sym_0b] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1735), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_0o] = ACTIONS(1733), + [anon_sym_0x] = ACTIONS(1733), + [sym_val_date] = ACTIONS(1735), + [anon_sym_DQUOTE] = ACTIONS(1735), + [sym__str_single_quotes] = ACTIONS(1735), + [sym__str_back_ticks] = ACTIONS(1735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1735), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token1] = ACTIONS(1733), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1735), + }, + [1349] = { + [sym__expr_parenthesized_immediate] = STATE(1934), + [sym__immediate_decimal] = STATE(1935), + [sym_val_variable] = STATE(1934), + [sym_comment] = STATE(1349), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_RPAREN] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1643), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_STAR2] = ACTIONS(1633), + [anon_sym_and2] = ACTIONS(1643), + [anon_sym_xor2] = ACTIONS(1643), + [anon_sym_or2] = ACTIONS(1643), + [anon_sym_not_DASHin2] = ACTIONS(1643), + [anon_sym_starts_DASHwith2] = ACTIONS(1643), + [anon_sym_ends_DASHwith2] = ACTIONS(1643), + [anon_sym_EQ_EQ2] = ACTIONS(1643), + [anon_sym_BANG_EQ2] = ACTIONS(1643), + [anon_sym_LT2] = ACTIONS(1633), + [anon_sym_LT_EQ2] = ACTIONS(1643), + [anon_sym_GT_EQ2] = ACTIONS(1643), + [anon_sym_EQ_TILDE2] = ACTIONS(1643), + [anon_sym_BANG_TILDE2] = ACTIONS(1643), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1643), + [anon_sym_PLUS_PLUS2] = ACTIONS(1643), + [anon_sym_SLASH2] = ACTIONS(1633), + [anon_sym_mod2] = ACTIONS(1643), + [anon_sym_SLASH_SLASH2] = ACTIONS(1643), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_bit_DASHshl2] = ACTIONS(1643), + [anon_sym_bit_DASHshr2] = ACTIONS(1643), + [anon_sym_bit_DASHand2] = ACTIONS(1643), + [anon_sym_bit_DASHxor2] = ACTIONS(1643), + [anon_sym_bit_DASHor2] = ACTIONS(1643), + [anon_sym_DOT] = ACTIONS(4544), + [aux_sym__immediate_decimal_token1] = ACTIONS(4546), + [aux_sym__immediate_decimal_token3] = ACTIONS(4546), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + }, + [1350] = { + [sym_path] = STATE(1449), + [sym_comment] = STATE(1350), + [aux_sym_cell_path_repeat1] = STATE(1350), [sym__newline] = ACTIONS(943), [anon_sym_SEMI] = ACTIONS(943), [anon_sym_PIPE] = ACTIONS(943), @@ -214822,10 +210155,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), [anon_sym_LBRACK] = ACTIONS(943), [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), [anon_sym_DOLLAR] = ACTIONS(941), [anon_sym_DASH_DASH] = ACTIONS(943), [anon_sym_DASH2] = ACTIONS(941), [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), [anon_sym_DOT_DOT] = ACTIONS(941), [anon_sym_DOT_DOT2] = ACTIONS(941), [anon_sym_DOT_DOT_EQ] = ACTIONS(941), @@ -214854,7 +210189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(943), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4659), + [anon_sym_DOT2] = ACTIONS(4552), [anon_sym_err_GT] = ACTIONS(941), [anon_sym_out_GT] = ACTIONS(941), [anon_sym_e_GT] = ACTIONS(941), @@ -214875,781 +210210,872 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(943), }, - [1417] = { - [sym_comment] = STATE(1417), - [ts_builtin_sym_end] = ACTIONS(1725), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1725), - [anon_sym_DOLLAR] = ACTIONS(1723), - [anon_sym_DASH_DASH] = ACTIONS(1725), - [anon_sym_DASH2] = ACTIONS(1723), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_DOT_DOT] = ACTIONS(1723), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1723), - [anon_sym_DOT_DOT_LT] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [anon_sym_null] = ACTIONS(1725), - [anon_sym_true] = ACTIONS(1725), - [anon_sym_false] = ACTIONS(1725), - [aux_sym__val_number_decimal_token1] = ACTIONS(1723), - [aux_sym__val_number_decimal_token2] = ACTIONS(1725), - [aux_sym__val_number_decimal_token3] = ACTIONS(1725), - [aux_sym__val_number_decimal_token4] = ACTIONS(1725), - [aux_sym__val_number_token1] = ACTIONS(1725), - [aux_sym__val_number_token2] = ACTIONS(1725), - [aux_sym__val_number_token3] = ACTIONS(1725), - [aux_sym__val_number_token4] = ACTIONS(1725), - [aux_sym__val_number_token5] = ACTIONS(1725), - [aux_sym__val_number_token6] = ACTIONS(1725), - [anon_sym_0b] = ACTIONS(1723), - [sym_filesize_unit] = ACTIONS(1725), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_0o] = ACTIONS(1723), - [anon_sym_0x] = ACTIONS(1723), - [sym_val_date] = ACTIONS(1725), - [anon_sym_DQUOTE] = ACTIONS(1725), - [sym__str_single_quotes] = ACTIONS(1725), - [sym__str_back_ticks] = ACTIONS(1725), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1725), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token1] = ACTIONS(1723), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1725), - }, - [1418] = { - [sym_comment] = STATE(1418), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_LBRACK] = ACTIONS(954), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_RPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4662), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ] = ACTIONS(952), - [anon_sym_DOT_DOT_LT] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_null] = ACTIONS(954), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(954), - [aux_sym__val_number_token5] = ACTIONS(954), - [aux_sym__val_number_token6] = ACTIONS(954), - [anon_sym_0b] = ACTIONS(952), - [anon_sym_0o] = ACTIONS(952), - [anon_sym_0x] = ACTIONS(952), - [sym_val_date] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), - [aux_sym_unquoted_token1] = ACTIONS(952), + [1351] = { + [sym__expr_parenthesized_immediate] = STATE(1820), + [sym__immediate_decimal] = STATE(1729), + [sym_val_variable] = STATE(1820), + [sym_comment] = STATE(1351), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(4555), + [aux_sym__immediate_decimal_token1] = ACTIONS(4546), + [aux_sym__immediate_decimal_token3] = ACTIONS(4546), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), }, - [1419] = { - [sym_comment] = STATE(1419), - [ts_builtin_sym_end] = ACTIONS(1788), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), - [anon_sym_DOT_DOT_LT] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), - [aux_sym_unquoted_token2] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), + [1352] = { + [sym_comment] = STATE(1352), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4557), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [1420] = { - [sym_comment] = STATE(1420), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [1353] = { + [sym_cell_path] = STATE(1615), + [sym_path] = STATE(1484), + [sym_comment] = STATE(1353), + [aux_sym_cell_path_repeat1] = STATE(1380), + [ts_builtin_sym_end] = ACTIONS(1723), + [sym__newline] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_err_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_GT_PIPE] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), + [anon_sym_LBRACK] = ACTIONS(1723), + [anon_sym_LPAREN] = ACTIONS(1723), + [anon_sym_DOLLAR] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1723), + [anon_sym_DASH2] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_DOT_DOT] = ACTIONS(1721), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1721), + [anon_sym_DOT_DOT_LT] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_null] = ACTIONS(1723), + [anon_sym_true] = ACTIONS(1723), + [anon_sym_false] = ACTIONS(1723), + [aux_sym__val_number_decimal_token1] = ACTIONS(1721), + [aux_sym__val_number_decimal_token2] = ACTIONS(1723), + [aux_sym__val_number_decimal_token3] = ACTIONS(1723), + [aux_sym__val_number_decimal_token4] = ACTIONS(1723), + [aux_sym__val_number_token1] = ACTIONS(1723), + [aux_sym__val_number_token2] = ACTIONS(1723), + [aux_sym__val_number_token3] = ACTIONS(1723), + [aux_sym__val_number_token4] = ACTIONS(1723), + [aux_sym__val_number_token5] = ACTIONS(1723), + [aux_sym__val_number_token6] = ACTIONS(1723), + [anon_sym_0b] = ACTIONS(1721), + [anon_sym_0o] = ACTIONS(1721), + [anon_sym_0x] = ACTIONS(1721), + [sym_val_date] = ACTIONS(1723), + [anon_sym_DQUOTE] = ACTIONS(1723), + [sym__str_single_quotes] = ACTIONS(1723), + [sym__str_back_ticks] = ACTIONS(1723), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1723), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(4540), + [anon_sym_err_GT] = ACTIONS(1721), + [anon_sym_out_GT] = ACTIONS(1721), + [anon_sym_e_GT] = ACTIONS(1721), + [anon_sym_o_GT] = ACTIONS(1721), + [anon_sym_err_PLUSout_GT] = ACTIONS(1721), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1721), + [anon_sym_o_PLUSe_GT] = ACTIONS(1721), + [anon_sym_e_PLUSo_GT] = ACTIONS(1721), + [anon_sym_err_GT_GT] = ACTIONS(1723), + [anon_sym_out_GT_GT] = ACTIONS(1723), + [anon_sym_e_GT_GT] = ACTIONS(1723), + [anon_sym_o_GT_GT] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), + [aux_sym_unquoted_token1] = ACTIONS(1721), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1723), }, - [1421] = { - [sym_comment] = STATE(1421), - [ts_builtin_sym_end] = ACTIONS(954), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_LBRACK] = ACTIONS(954), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4664), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ] = ACTIONS(952), - [anon_sym_DOT_DOT_LT] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_null] = ACTIONS(954), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(954), - [aux_sym__val_number_token5] = ACTIONS(954), - [aux_sym__val_number_token6] = ACTIONS(954), - [anon_sym_0b] = ACTIONS(952), - [anon_sym_0o] = ACTIONS(952), - [anon_sym_0x] = ACTIONS(952), - [sym_val_date] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), - [aux_sym_unquoted_token1] = ACTIONS(952), + [1354] = { + [sym_comment] = STATE(1354), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4443), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1422] = { - [sym_comment] = STATE(1422), - [ts_builtin_sym_end] = ACTIONS(968), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(968), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4666), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ] = ACTIONS(966), - [anon_sym_DOT_DOT_LT] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_null] = ACTIONS(968), - [anon_sym_true] = ACTIONS(968), - [anon_sym_false] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(968), - [aux_sym__val_number_token5] = ACTIONS(968), - [aux_sym__val_number_token6] = ACTIONS(968), - [anon_sym_0b] = ACTIONS(966), - [anon_sym_0o] = ACTIONS(966), - [anon_sym_0x] = ACTIONS(966), - [sym_val_date] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [aux_sym_unquoted_token1] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), + [1355] = { + [sym_comment] = STATE(1355), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4559), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4561), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1423] = { - [sym_comment] = STATE(1423), - [ts_builtin_sym_end] = ACTIONS(978), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_LBRACK] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_DOT_DOT] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ] = ACTIONS(976), - [anon_sym_DOT_DOT_LT] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_null] = ACTIONS(978), - [anon_sym_true] = ACTIONS(978), - [anon_sym_false] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(978), - [aux_sym__val_number_token5] = ACTIONS(978), - [aux_sym__val_number_token6] = ACTIONS(978), - [anon_sym_0b] = ACTIONS(976), - [anon_sym_0o] = ACTIONS(976), - [anon_sym_0x] = ACTIONS(976), - [sym_val_date] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [aux_sym_unquoted_token1] = ACTIONS(976), + [1356] = { + [sym_comment] = STATE(1356), + [ts_builtin_sym_end] = ACTIONS(1597), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1595), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), + [sym_raw_string_begin] = ACTIONS(1597), }, - [1424] = { - [sym_comment] = STATE(1424), - [ts_builtin_sym_end] = ACTIONS(974), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_DOT_DOT] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_DOT_DOT2] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ] = ACTIONS(972), - [anon_sym_DOT_DOT_LT] = ACTIONS(972), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), - [anon_sym_DOT_DOT_LT2] = ACTIONS(974), - [anon_sym_null] = ACTIONS(974), - [anon_sym_true] = ACTIONS(974), - [anon_sym_false] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(974), - [aux_sym__val_number_token5] = ACTIONS(974), - [aux_sym__val_number_token6] = ACTIONS(974), - [anon_sym_0b] = ACTIONS(972), - [anon_sym_0o] = ACTIONS(972), - [anon_sym_0x] = ACTIONS(972), - [sym_val_date] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [aux_sym_unquoted_token1] = ACTIONS(972), + [1357] = { + [sym_cell_path] = STATE(1576), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1357), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_err_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_GT_PIPE] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), + [anon_sym_RPAREN] = ACTIONS(1723), + [anon_sym_GT2] = ACTIONS(1721), + [anon_sym_DASH2] = ACTIONS(1723), + [anon_sym_in2] = ACTIONS(1723), + [anon_sym_if] = ACTIONS(1723), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_RBRACE] = ACTIONS(1723), + [anon_sym_EQ_GT] = ACTIONS(1723), + [anon_sym_STAR2] = ACTIONS(1721), + [anon_sym_and2] = ACTIONS(1723), + [anon_sym_xor2] = ACTIONS(1723), + [anon_sym_or2] = ACTIONS(1723), + [anon_sym_not_DASHin2] = ACTIONS(1723), + [anon_sym_starts_DASHwith2] = ACTIONS(1723), + [anon_sym_ends_DASHwith2] = ACTIONS(1723), + [anon_sym_EQ_EQ2] = ACTIONS(1723), + [anon_sym_BANG_EQ2] = ACTIONS(1723), + [anon_sym_LT2] = ACTIONS(1721), + [anon_sym_LT_EQ2] = ACTIONS(1723), + [anon_sym_GT_EQ2] = ACTIONS(1723), + [anon_sym_EQ_TILDE2] = ACTIONS(1723), + [anon_sym_BANG_TILDE2] = ACTIONS(1723), + [anon_sym_STAR_STAR2] = ACTIONS(1723), + [anon_sym_PLUS_PLUS2] = ACTIONS(1723), + [anon_sym_SLASH2] = ACTIONS(1721), + [anon_sym_mod2] = ACTIONS(1723), + [anon_sym_SLASH_SLASH2] = ACTIONS(1723), + [anon_sym_PLUS2] = ACTIONS(1721), + [anon_sym_bit_DASHshl2] = ACTIONS(1723), + [anon_sym_bit_DASHshr2] = ACTIONS(1723), + [anon_sym_bit_DASHand2] = ACTIONS(1723), + [anon_sym_bit_DASHxor2] = ACTIONS(1723), + [anon_sym_bit_DASHor2] = ACTIONS(1723), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_COLON2] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(4563), + [anon_sym_err_GT] = ACTIONS(1721), + [anon_sym_out_GT] = ACTIONS(1721), + [anon_sym_e_GT] = ACTIONS(1721), + [anon_sym_o_GT] = ACTIONS(1721), + [anon_sym_err_PLUSout_GT] = ACTIONS(1721), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1721), + [anon_sym_o_PLUSe_GT] = ACTIONS(1721), + [anon_sym_e_PLUSo_GT] = ACTIONS(1721), + [anon_sym_err_GT_GT] = ACTIONS(1723), + [anon_sym_out_GT_GT] = ACTIONS(1723), + [anon_sym_e_GT_GT] = ACTIONS(1723), + [anon_sym_o_GT_GT] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), }, - [1425] = { - [sym_comment] = STATE(1425), - [ts_builtin_sym_end] = ACTIONS(1802), - [sym__newline] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_PIPE] = ACTIONS(1802), - [anon_sym_err_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_GT_PIPE] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT2] = ACTIONS(4668), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), - [anon_sym_DOT_DOT_LT] = ACTIONS(1794), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4670), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4670), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1802), - [aux_sym__val_number_token5] = ACTIONS(1802), - [aux_sym__val_number_token6] = ACTIONS(1802), - [anon_sym_0b] = ACTIONS(1794), - [anon_sym_0o] = ACTIONS(1794), - [anon_sym_0x] = ACTIONS(1794), - [sym_val_date] = ACTIONS(1802), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1802), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1802), - [anon_sym_err_GT] = ACTIONS(1794), - [anon_sym_out_GT] = ACTIONS(1794), - [anon_sym_e_GT] = ACTIONS(1794), - [anon_sym_o_GT] = ACTIONS(1794), - [anon_sym_err_PLUSout_GT] = ACTIONS(1794), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1794), - [anon_sym_o_PLUSe_GT] = ACTIONS(1794), - [anon_sym_e_PLUSo_GT] = ACTIONS(1794), - [anon_sym_err_GT_GT] = ACTIONS(1802), - [anon_sym_out_GT_GT] = ACTIONS(1802), - [anon_sym_e_GT_GT] = ACTIONS(1802), - [anon_sym_o_GT_GT] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1802), - [aux_sym_unquoted_token1] = ACTIONS(1794), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), + [1358] = { + [sym_comment] = STATE(1358), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), }, - [1426] = { - [sym_cell_path] = STATE(1788), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1426), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2035), - [anon_sym_SEMI] = ACTIONS(2035), - [anon_sym_PIPE] = ACTIONS(2035), - [anon_sym_err_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_GT_PIPE] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2035), - [anon_sym_LBRACK] = ACTIONS(2035), - [anon_sym_LPAREN] = ACTIONS(2035), - [anon_sym_RPAREN] = ACTIONS(2035), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DASH_DASH] = ACTIONS(2035), - [anon_sym_DASH2] = ACTIONS(2033), - [anon_sym_LBRACE] = ACTIONS(2035), - [anon_sym_RBRACE] = ACTIONS(2035), - [anon_sym_DOT_DOT] = ACTIONS(2033), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2035), - [anon_sym_DOT_DOT_LT] = ACTIONS(2035), - [anon_sym_null] = ACTIONS(2035), - [anon_sym_true] = ACTIONS(2035), - [anon_sym_false] = ACTIONS(2035), - [aux_sym__val_number_decimal_token1] = ACTIONS(2033), - [aux_sym__val_number_decimal_token2] = ACTIONS(2035), - [aux_sym__val_number_decimal_token3] = ACTIONS(2035), - [aux_sym__val_number_decimal_token4] = ACTIONS(2035), - [aux_sym__val_number_token1] = ACTIONS(2035), - [aux_sym__val_number_token2] = ACTIONS(2035), - [aux_sym__val_number_token3] = ACTIONS(2035), - [aux_sym__val_number_token4] = ACTIONS(2035), - [aux_sym__val_number_token5] = ACTIONS(2035), - [aux_sym__val_number_token6] = ACTIONS(2035), - [anon_sym_0b] = ACTIONS(2033), - [anon_sym_0o] = ACTIONS(2033), - [anon_sym_0x] = ACTIONS(2033), - [sym_val_date] = ACTIONS(2035), - [anon_sym_DQUOTE] = ACTIONS(2035), - [sym__str_single_quotes] = ACTIONS(2035), - [sym__str_back_ticks] = ACTIONS(2035), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2035), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2035), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2033), - [anon_sym_out_GT] = ACTIONS(2033), - [anon_sym_e_GT] = ACTIONS(2033), - [anon_sym_o_GT] = ACTIONS(2033), - [anon_sym_err_PLUSout_GT] = ACTIONS(2033), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2033), - [anon_sym_o_PLUSe_GT] = ACTIONS(2033), - [anon_sym_e_PLUSo_GT] = ACTIONS(2033), - [anon_sym_err_GT_GT] = ACTIONS(2035), - [anon_sym_out_GT_GT] = ACTIONS(2035), - [anon_sym_e_GT_GT] = ACTIONS(2035), - [anon_sym_o_GT_GT] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2035), - [aux_sym_unquoted_token1] = ACTIONS(2033), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2035), + [1359] = { + [sym__expr_parenthesized_immediate] = STATE(1820), + [sym__immediate_decimal] = STATE(1924), + [sym_val_variable] = STATE(1820), + [sym_comment] = STATE(1359), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(4565), + [aux_sym__immediate_decimal_token1] = ACTIONS(4546), + [aux_sym__immediate_decimal_token3] = ACTIONS(4546), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [anon_sym_POUND] = ACTIONS(251), }, - [1427] = { - [sym_comment] = STATE(1427), - [sym__newline] = ACTIONS(960), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_err_GT_PIPE] = ACTIONS(960), - [anon_sym_out_GT_PIPE] = ACTIONS(960), - [anon_sym_e_GT_PIPE] = ACTIONS(960), - [anon_sym_o_GT_PIPE] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_GT2] = ACTIONS(958), - [anon_sym_DASH2] = ACTIONS(960), - [anon_sym_in2] = ACTIONS(960), - [anon_sym_if] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_EQ_GT] = ACTIONS(960), - [anon_sym_STAR2] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_and2] = ACTIONS(960), - [anon_sym_xor2] = ACTIONS(960), - [anon_sym_or2] = ACTIONS(960), - [anon_sym_not_DASHin2] = ACTIONS(960), - [anon_sym_starts_DASHwith2] = ACTIONS(960), - [anon_sym_ends_DASHwith2] = ACTIONS(960), - [anon_sym_EQ_EQ2] = ACTIONS(960), - [anon_sym_BANG_EQ2] = ACTIONS(960), - [anon_sym_LT2] = ACTIONS(958), - [anon_sym_LT_EQ2] = ACTIONS(960), - [anon_sym_GT_EQ2] = ACTIONS(960), - [anon_sym_EQ_TILDE2] = ACTIONS(960), - [anon_sym_BANG_TILDE2] = ACTIONS(960), - [anon_sym_STAR_STAR2] = ACTIONS(960), - [anon_sym_PLUS_PLUS2] = ACTIONS(960), - [anon_sym_SLASH2] = ACTIONS(958), - [anon_sym_mod2] = ACTIONS(960), - [anon_sym_SLASH_SLASH2] = ACTIONS(960), - [anon_sym_PLUS2] = ACTIONS(958), - [anon_sym_bit_DASHshl2] = ACTIONS(960), - [anon_sym_bit_DASHshr2] = ACTIONS(960), - [anon_sym_bit_DASHand2] = ACTIONS(960), - [anon_sym_bit_DASHxor2] = ACTIONS(960), - [anon_sym_bit_DASHor2] = ACTIONS(960), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_COLON2] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_err_GT] = ACTIONS(958), - [anon_sym_out_GT] = ACTIONS(958), - [anon_sym_e_GT] = ACTIONS(958), - [anon_sym_o_GT] = ACTIONS(958), - [anon_sym_err_PLUSout_GT] = ACTIONS(958), - [anon_sym_out_PLUSerr_GT] = ACTIONS(958), - [anon_sym_o_PLUSe_GT] = ACTIONS(958), - [anon_sym_e_PLUSo_GT] = ACTIONS(958), - [anon_sym_err_GT_GT] = ACTIONS(960), - [anon_sym_out_GT_GT] = ACTIONS(960), - [anon_sym_e_GT_GT] = ACTIONS(960), - [anon_sym_o_GT_GT] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [1360] = { + [sym_path] = STATE(1430), + [sym_comment] = STATE(1360), + [aux_sym_cell_path_repeat1] = STATE(1360), + [ts_builtin_sym_end] = ACTIONS(943), + [anon_sym_EQ] = ACTIONS(941), + [anon_sym_PLUS_EQ] = ACTIONS(943), + [anon_sym_DASH_EQ] = ACTIONS(943), + [anon_sym_STAR_EQ] = ACTIONS(943), + [anon_sym_SLASH_EQ] = ACTIONS(943), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(943), + [sym__newline] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_err_GT_PIPE] = ACTIONS(943), + [anon_sym_out_GT_PIPE] = ACTIONS(943), + [anon_sym_e_GT_PIPE] = ACTIONS(943), + [anon_sym_o_GT_PIPE] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), + [anon_sym_GT2] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_in2] = ACTIONS(943), + [anon_sym_STAR2] = ACTIONS(941), + [anon_sym_and2] = ACTIONS(943), + [anon_sym_xor2] = ACTIONS(943), + [anon_sym_or2] = ACTIONS(943), + [anon_sym_not_DASHin2] = ACTIONS(943), + [anon_sym_starts_DASHwith2] = ACTIONS(943), + [anon_sym_ends_DASHwith2] = ACTIONS(943), + [anon_sym_EQ_EQ2] = ACTIONS(943), + [anon_sym_BANG_EQ2] = ACTIONS(943), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ2] = ACTIONS(943), + [anon_sym_GT_EQ2] = ACTIONS(943), + [anon_sym_EQ_TILDE2] = ACTIONS(943), + [anon_sym_BANG_TILDE2] = ACTIONS(943), + [anon_sym_STAR_STAR2] = ACTIONS(943), + [anon_sym_PLUS_PLUS2] = ACTIONS(941), + [anon_sym_SLASH2] = ACTIONS(941), + [anon_sym_mod2] = ACTIONS(943), + [anon_sym_SLASH_SLASH2] = ACTIONS(943), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_bit_DASHshl2] = ACTIONS(943), + [anon_sym_bit_DASHshr2] = ACTIONS(943), + [anon_sym_bit_DASHand2] = ACTIONS(943), + [anon_sym_bit_DASHxor2] = ACTIONS(943), + [anon_sym_bit_DASHor2] = ACTIONS(943), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(4567), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [anon_sym_err_GT_GT] = ACTIONS(943), + [anon_sym_out_GT_GT] = ACTIONS(943), + [anon_sym_e_GT_GT] = ACTIONS(943), + [anon_sym_o_GT_GT] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), [anon_sym_POUND] = ACTIONS(251), }, - [1428] = { - [sym_comment] = STATE(1428), - [ts_builtin_sym_end] = ACTIONS(990), + [1361] = { + [sym_comment] = STATE(1361), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4520), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1362] = { + [sym_comment] = STATE(1362), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2245), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [1363] = { + [sym_comment] = STATE(1363), [anon_sym_EQ] = ACTIONS(988), [anon_sym_PLUS_EQ] = ACTIONS(990), [anon_sym_DASH_EQ] = ACTIONS(990), @@ -215667,9 +211093,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), + [anon_sym_RPAREN] = ACTIONS(990), [anon_sym_GT2] = ACTIONS(988), [anon_sym_DASH2] = ACTIONS(988), [anon_sym_in2] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), [anon_sym_STAR2] = ACTIONS(988), [anon_sym_and2] = ACTIONS(990), [anon_sym_xor2] = ACTIONS(990), @@ -215698,6 +211126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(988), [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), [anon_sym_DOT_DOT_LT2] = ACTIONS(990), + [anon_sym_COLON2] = ACTIONS(990), [anon_sym_DOT2] = ACTIONS(988), [anon_sym_err_GT] = ACTIONS(988), [anon_sym_out_GT] = ACTIONS(988), @@ -215717,639 +211146,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), [anon_sym_POUND] = ACTIONS(251), }, - [1429] = { - [sym__expr_parenthesized_immediate] = STATE(2493), - [sym__immediate_decimal] = STATE(2280), - [sym_val_variable] = STATE(2493), - [sym_comment] = STATE(1429), - [ts_builtin_sym_end] = ACTIONS(1619), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1619), - [anon_sym_STAR2] = ACTIONS(1617), - [anon_sym_and2] = ACTIONS(1619), - [anon_sym_xor2] = ACTIONS(1619), - [anon_sym_or2] = ACTIONS(1619), - [anon_sym_not_DASHin2] = ACTIONS(1619), - [anon_sym_starts_DASHwith2] = ACTIONS(1619), - [anon_sym_ends_DASHwith2] = ACTIONS(1619), - [anon_sym_EQ_EQ2] = ACTIONS(1619), - [anon_sym_BANG_EQ2] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1617), - [anon_sym_LT_EQ2] = ACTIONS(1619), - [anon_sym_GT_EQ2] = ACTIONS(1619), - [anon_sym_EQ_TILDE2] = ACTIONS(1619), - [anon_sym_BANG_TILDE2] = ACTIONS(1619), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1619), - [anon_sym_PLUS_PLUS2] = ACTIONS(1619), - [anon_sym_SLASH2] = ACTIONS(1617), - [anon_sym_mod2] = ACTIONS(1619), - [anon_sym_SLASH_SLASH2] = ACTIONS(1619), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_bit_DASHshl2] = ACTIONS(1619), - [anon_sym_bit_DASHshr2] = ACTIONS(1619), - [anon_sym_bit_DASHand2] = ACTIONS(1619), - [anon_sym_bit_DASHxor2] = ACTIONS(1619), - [anon_sym_bit_DASHor2] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(4674), - [aux_sym__immediate_decimal_token3] = ACTIONS(4674), - [aux_sym__immediate_decimal_token4] = ACTIONS(4676), - [aux_sym__immediate_decimal_token5] = ACTIONS(4678), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - }, - [1430] = { - [sym_comment] = STATE(1430), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT] = ACTIONS(4680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4682), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1431] = { - [sym_comment] = STATE(1431), - [ts_builtin_sym_end] = ACTIONS(1827), - [sym__newline] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1827), - [anon_sym_PIPE] = ACTIONS(1827), - [anon_sym_err_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_GT_PIPE] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1827), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1827), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1827), - [anon_sym_DOT_DOT] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_DOT_DOT2] = ACTIONS(4684), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1819), - [anon_sym_DOT_DOT_LT] = ACTIONS(1819), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4686), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(1827), - [anon_sym_false] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1827), - [aux_sym__val_number_token5] = ACTIONS(1827), - [aux_sym__val_number_token6] = ACTIONS(1827), - [anon_sym_0b] = ACTIONS(1819), - [anon_sym_0o] = ACTIONS(1819), - [anon_sym_0x] = ACTIONS(1819), - [sym_val_date] = ACTIONS(1827), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1827), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1827), - [anon_sym_err_GT] = ACTIONS(1819), - [anon_sym_out_GT] = ACTIONS(1819), - [anon_sym_e_GT] = ACTIONS(1819), - [anon_sym_o_GT] = ACTIONS(1819), - [anon_sym_err_PLUSout_GT] = ACTIONS(1819), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1819), - [anon_sym_o_PLUSe_GT] = ACTIONS(1819), - [anon_sym_e_PLUSo_GT] = ACTIONS(1819), - [anon_sym_err_GT_GT] = ACTIONS(1827), - [anon_sym_out_GT_GT] = ACTIONS(1827), - [anon_sym_e_GT_GT] = ACTIONS(1827), - [anon_sym_o_GT_GT] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1827), - [aux_sym_unquoted_token1] = ACTIONS(1819), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), - }, - [1432] = { - [sym_comment] = STATE(1432), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(978), - [anon_sym_GT2] = ACTIONS(976), - [anon_sym_DASH2] = ACTIONS(978), - [anon_sym_in2] = ACTIONS(978), - [anon_sym_if] = ACTIONS(978), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_EQ_GT] = ACTIONS(978), - [anon_sym_STAR2] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_and2] = ACTIONS(978), - [anon_sym_xor2] = ACTIONS(978), - [anon_sym_or2] = ACTIONS(978), - [anon_sym_not_DASHin2] = ACTIONS(978), - [anon_sym_starts_DASHwith2] = ACTIONS(978), - [anon_sym_ends_DASHwith2] = ACTIONS(978), - [anon_sym_EQ_EQ2] = ACTIONS(978), - [anon_sym_BANG_EQ2] = ACTIONS(978), - [anon_sym_LT2] = ACTIONS(976), - [anon_sym_LT_EQ2] = ACTIONS(978), - [anon_sym_GT_EQ2] = ACTIONS(978), - [anon_sym_EQ_TILDE2] = ACTIONS(978), - [anon_sym_BANG_TILDE2] = ACTIONS(978), - [anon_sym_STAR_STAR2] = ACTIONS(978), - [anon_sym_PLUS_PLUS2] = ACTIONS(978), - [anon_sym_SLASH2] = ACTIONS(976), - [anon_sym_mod2] = ACTIONS(978), - [anon_sym_SLASH_SLASH2] = ACTIONS(978), - [anon_sym_PLUS2] = ACTIONS(976), - [anon_sym_bit_DASHshl2] = ACTIONS(978), - [anon_sym_bit_DASHshr2] = ACTIONS(978), - [anon_sym_bit_DASHand2] = ACTIONS(978), - [anon_sym_bit_DASHxor2] = ACTIONS(978), - [anon_sym_bit_DASHor2] = ACTIONS(978), - [anon_sym_DOT_DOT2] = ACTIONS(976), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), - [anon_sym_DOT_DOT_LT2] = ACTIONS(978), - [anon_sym_COLON2] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [anon_sym_POUND] = ACTIONS(251), - }, - [1433] = { - [sym_cell_path] = STATE(1709), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1433), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1971), - [anon_sym_SEMI] = ACTIONS(1971), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_err_GT_PIPE] = ACTIONS(1971), - [anon_sym_out_GT_PIPE] = ACTIONS(1971), - [anon_sym_e_GT_PIPE] = ACTIONS(1971), - [anon_sym_o_GT_PIPE] = ACTIONS(1971), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1971), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1971), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1971), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1971), - [anon_sym_LPAREN] = ACTIONS(1971), - [anon_sym_RPAREN] = ACTIONS(1971), - [anon_sym_DOLLAR] = ACTIONS(1969), - [anon_sym_DASH_DASH] = ACTIONS(1971), - [anon_sym_DASH2] = ACTIONS(1969), - [anon_sym_LBRACE] = ACTIONS(1971), - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_DOT_DOT] = ACTIONS(1969), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1971), - [anon_sym_DOT_DOT_LT] = ACTIONS(1971), - [anon_sym_null] = ACTIONS(1971), - [anon_sym_true] = ACTIONS(1971), - [anon_sym_false] = ACTIONS(1971), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_decimal_token2] = ACTIONS(1971), - [aux_sym__val_number_decimal_token3] = ACTIONS(1971), - [aux_sym__val_number_decimal_token4] = ACTIONS(1971), - [aux_sym__val_number_token1] = ACTIONS(1971), - [aux_sym__val_number_token2] = ACTIONS(1971), - [aux_sym__val_number_token3] = ACTIONS(1971), - [aux_sym__val_number_token4] = ACTIONS(1971), - [aux_sym__val_number_token5] = ACTIONS(1971), - [aux_sym__val_number_token6] = ACTIONS(1971), - [anon_sym_0b] = ACTIONS(1969), - [anon_sym_0o] = ACTIONS(1969), - [anon_sym_0x] = ACTIONS(1969), - [sym_val_date] = ACTIONS(1971), - [anon_sym_DQUOTE] = ACTIONS(1971), - [sym__str_single_quotes] = ACTIONS(1971), - [sym__str_back_ticks] = ACTIONS(1971), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1971), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1971), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1969), - [anon_sym_out_GT] = ACTIONS(1969), - [anon_sym_e_GT] = ACTIONS(1969), - [anon_sym_o_GT] = ACTIONS(1969), - [anon_sym_err_PLUSout_GT] = ACTIONS(1969), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1969), - [anon_sym_o_PLUSe_GT] = ACTIONS(1969), - [anon_sym_e_PLUSo_GT] = ACTIONS(1969), - [anon_sym_err_GT_GT] = ACTIONS(1971), - [anon_sym_out_GT_GT] = ACTIONS(1971), - [anon_sym_e_GT_GT] = ACTIONS(1971), - [anon_sym_o_GT_GT] = ACTIONS(1971), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1971), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1971), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1971), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1971), - [aux_sym_unquoted_token1] = ACTIONS(1969), + [1364] = { + [sym_comment] = STATE(1364), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1971), + [sym_raw_string_begin] = ACTIONS(1589), }, - [1434] = { - [sym_cell_path] = STATE(1719), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1434), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1975), - [anon_sym_SEMI] = ACTIONS(1975), - [anon_sym_PIPE] = ACTIONS(1975), - [anon_sym_err_GT_PIPE] = ACTIONS(1975), - [anon_sym_out_GT_PIPE] = ACTIONS(1975), - [anon_sym_e_GT_PIPE] = ACTIONS(1975), - [anon_sym_o_GT_PIPE] = ACTIONS(1975), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1975), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1975), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1975), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1975), - [anon_sym_LBRACK] = ACTIONS(1975), - [anon_sym_LPAREN] = ACTIONS(1975), - [anon_sym_RPAREN] = ACTIONS(1975), - [anon_sym_DOLLAR] = ACTIONS(1973), - [anon_sym_DASH_DASH] = ACTIONS(1975), - [anon_sym_DASH2] = ACTIONS(1973), - [anon_sym_LBRACE] = ACTIONS(1975), - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_DOT_DOT] = ACTIONS(1973), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1975), - [anon_sym_DOT_DOT_LT] = ACTIONS(1975), - [anon_sym_null] = ACTIONS(1975), - [anon_sym_true] = ACTIONS(1975), - [anon_sym_false] = ACTIONS(1975), - [aux_sym__val_number_decimal_token1] = ACTIONS(1973), - [aux_sym__val_number_decimal_token2] = ACTIONS(1975), - [aux_sym__val_number_decimal_token3] = ACTIONS(1975), - [aux_sym__val_number_decimal_token4] = ACTIONS(1975), - [aux_sym__val_number_token1] = ACTIONS(1975), - [aux_sym__val_number_token2] = ACTIONS(1975), - [aux_sym__val_number_token3] = ACTIONS(1975), - [aux_sym__val_number_token4] = ACTIONS(1975), - [aux_sym__val_number_token5] = ACTIONS(1975), - [aux_sym__val_number_token6] = ACTIONS(1975), - [anon_sym_0b] = ACTIONS(1973), - [anon_sym_0o] = ACTIONS(1973), - [anon_sym_0x] = ACTIONS(1973), - [sym_val_date] = ACTIONS(1975), - [anon_sym_DQUOTE] = ACTIONS(1975), - [sym__str_single_quotes] = ACTIONS(1975), - [sym__str_back_ticks] = ACTIONS(1975), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1975), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1975), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1973), - [anon_sym_out_GT] = ACTIONS(1973), - [anon_sym_e_GT] = ACTIONS(1973), - [anon_sym_o_GT] = ACTIONS(1973), - [anon_sym_err_PLUSout_GT] = ACTIONS(1973), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1973), - [anon_sym_o_PLUSe_GT] = ACTIONS(1973), - [anon_sym_e_PLUSo_GT] = ACTIONS(1973), - [anon_sym_err_GT_GT] = ACTIONS(1975), - [anon_sym_out_GT_GT] = ACTIONS(1975), - [anon_sym_e_GT_GT] = ACTIONS(1975), - [anon_sym_o_GT_GT] = ACTIONS(1975), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1975), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1975), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1975), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1975), - [aux_sym_unquoted_token1] = ACTIONS(1973), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1975), + [1365] = { + [sym_comment] = STATE(1365), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1667), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), }, - [1435] = { - [sym_cell_path] = STATE(1723), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1435), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1979), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1979), - [anon_sym_err_GT_PIPE] = ACTIONS(1979), - [anon_sym_out_GT_PIPE] = ACTIONS(1979), - [anon_sym_e_GT_PIPE] = ACTIONS(1979), - [anon_sym_o_GT_PIPE] = ACTIONS(1979), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1979), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1979), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1979), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1979), - [anon_sym_LBRACK] = ACTIONS(1979), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_RPAREN] = ACTIONS(1979), - [anon_sym_DOLLAR] = ACTIONS(1977), - [anon_sym_DASH_DASH] = ACTIONS(1979), - [anon_sym_DASH2] = ACTIONS(1977), - [anon_sym_LBRACE] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_DOT_DOT] = ACTIONS(1977), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1979), - [anon_sym_DOT_DOT_LT] = ACTIONS(1979), - [anon_sym_null] = ACTIONS(1979), - [anon_sym_true] = ACTIONS(1979), - [anon_sym_false] = ACTIONS(1979), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_decimal_token2] = ACTIONS(1979), - [aux_sym__val_number_decimal_token3] = ACTIONS(1979), - [aux_sym__val_number_decimal_token4] = ACTIONS(1979), - [aux_sym__val_number_token1] = ACTIONS(1979), - [aux_sym__val_number_token2] = ACTIONS(1979), - [aux_sym__val_number_token3] = ACTIONS(1979), - [aux_sym__val_number_token4] = ACTIONS(1979), - [aux_sym__val_number_token5] = ACTIONS(1979), - [aux_sym__val_number_token6] = ACTIONS(1979), - [anon_sym_0b] = ACTIONS(1977), - [anon_sym_0o] = ACTIONS(1977), - [anon_sym_0x] = ACTIONS(1977), - [sym_val_date] = ACTIONS(1979), - [anon_sym_DQUOTE] = ACTIONS(1979), - [sym__str_single_quotes] = ACTIONS(1979), - [sym__str_back_ticks] = ACTIONS(1979), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1979), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1979), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1977), - [anon_sym_out_GT] = ACTIONS(1977), - [anon_sym_e_GT] = ACTIONS(1977), - [anon_sym_o_GT] = ACTIONS(1977), - [anon_sym_err_PLUSout_GT] = ACTIONS(1977), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1977), - [anon_sym_o_PLUSe_GT] = ACTIONS(1977), - [anon_sym_e_PLUSo_GT] = ACTIONS(1977), - [anon_sym_err_GT_GT] = ACTIONS(1979), - [anon_sym_out_GT_GT] = ACTIONS(1979), - [anon_sym_e_GT_GT] = ACTIONS(1979), - [anon_sym_o_GT_GT] = ACTIONS(1979), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1979), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1979), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1979), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1979), - [aux_sym_unquoted_token1] = ACTIONS(1977), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1979), + [1366] = { + [sym_comment] = STATE(1366), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4570), + [aux_sym__immediate_decimal_token2] = ACTIONS(4572), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1436] = { - [sym_comment] = STATE(1436), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1625), - [anon_sym_in2] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1625), - [anon_sym_xor2] = ACTIONS(1625), - [anon_sym_or2] = ACTIONS(1625), - [anon_sym_not_DASHin2] = ACTIONS(1625), - [anon_sym_starts_DASHwith2] = ACTIONS(1625), - [anon_sym_ends_DASHwith2] = ACTIONS(1625), - [anon_sym_EQ_EQ2] = ACTIONS(1625), - [anon_sym_BANG_EQ2] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1625), - [anon_sym_GT_EQ2] = ACTIONS(1625), - [anon_sym_EQ_TILDE2] = ACTIONS(1625), - [anon_sym_BANG_TILDE2] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_STAR_STAR2] = ACTIONS(1625), - [anon_sym_PLUS_PLUS2] = ACTIONS(1625), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1625), - [anon_sym_SLASH_SLASH2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1625), - [anon_sym_bit_DASHshr2] = ACTIONS(1625), - [anon_sym_bit_DASHand2] = ACTIONS(1625), - [anon_sym_bit_DASHxor2] = ACTIONS(1625), - [anon_sym_bit_DASHor2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4688), - [aux_sym__immediate_decimal_token2] = ACTIONS(4690), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token2] = ACTIONS(1623), + [1367] = { + [sym__match_pattern] = STATE(7334), + [sym__match_pattern_expression] = STATE(6701), + [sym__match_pattern_value] = STATE(6704), + [sym__match_pattern_list] = STATE(6712), + [sym__match_pattern_record] = STATE(6713), + [sym_expr_parenthesized] = STATE(5584), + [sym_val_range] = STATE(6704), + [sym__val_range] = STATE(7439), + [sym_val_nothing] = STATE(6717), + [sym_val_bool] = STATE(6695), + [sym_val_variable] = STATE(5590), + [sym_val_number] = STATE(6717), + [sym__val_number_decimal] = STATE(5309), + [sym__val_number] = STATE(1638), + [sym_val_duration] = STATE(6717), + [sym_val_filesize] = STATE(6717), + [sym_val_binary] = STATE(6717), + [sym_val_string] = STATE(6717), + [sym__raw_str] = STATE(1420), + [sym__str_double_quotes] = STATE(1420), + [sym_val_table] = STATE(6717), + [sym_unquoted] = STATE(6730), + [sym__unquoted_anonymous_prefix] = STATE(7445), + [sym_comment] = STATE(1367), + [anon_sym_LBRACK] = ACTIONS(3536), + [anon_sym_LPAREN] = ACTIONS(157), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3540), + [anon_sym_DOT_DOT] = ACTIONS(4574), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4576), + [anon_sym_DOT_DOT_LT] = ACTIONS(4576), + [anon_sym_null] = ACTIONS(4578), + [anon_sym_true] = ACTIONS(4580), + [anon_sym_false] = ACTIONS(4580), + [aux_sym__val_number_decimal_token1] = ACTIONS(4582), + [aux_sym__val_number_decimal_token2] = ACTIONS(4584), + [aux_sym__val_number_decimal_token3] = ACTIONS(4586), + [aux_sym__val_number_decimal_token4] = ACTIONS(4588), + [aux_sym__val_number_token1] = ACTIONS(227), + [aux_sym__val_number_token2] = ACTIONS(227), + [aux_sym__val_number_token3] = ACTIONS(227), + [aux_sym__val_number_token4] = ACTIONS(4590), + [aux_sym__val_number_token5] = ACTIONS(4590), + [aux_sym__val_number_token6] = ACTIONS(4590), + [anon_sym_0b] = ACTIONS(231), + [anon_sym_0o] = ACTIONS(233), + [anon_sym_0x] = ACTIONS(233), + [sym_val_date] = ACTIONS(4592), + [anon_sym_DQUOTE] = ACTIONS(237), + [sym__str_single_quotes] = ACTIONS(239), + [sym__str_back_ticks] = ACTIONS(239), + [anon_sym_err_GT] = ACTIONS(2741), + [anon_sym_out_GT] = ACTIONS(2741), + [anon_sym_e_GT] = ACTIONS(2741), + [anon_sym_o_GT] = ACTIONS(2741), + [anon_sym_err_PLUSout_GT] = ACTIONS(2741), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2741), + [anon_sym_o_PLUSe_GT] = ACTIONS(2741), + [anon_sym_e_PLUSo_GT] = ACTIONS(2741), + [anon_sym_err_GT_GT] = ACTIONS(2743), + [anon_sym_out_GT_GT] = ACTIONS(2743), + [anon_sym_e_GT_GT] = ACTIONS(2743), + [anon_sym_o_GT_GT] = ACTIONS(2743), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2743), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2743), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2743), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2743), + [aux_sym_unquoted_token1] = ACTIONS(3212), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(253), }, - [1437] = { - [sym_comment] = STATE(1437), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4692), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4694), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1438] = { - [sym_comment] = STATE(1438), - [ts_builtin_sym_end] = ACTIONS(986), + [1368] = { + [sym_comment] = STATE(1368), [anon_sym_EQ] = ACTIONS(984), [anon_sym_PLUS_EQ] = ACTIONS(986), [anon_sym_DASH_EQ] = ACTIONS(986), @@ -216367,9 +211453,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_RPAREN] = ACTIONS(986), [anon_sym_GT2] = ACTIONS(984), [anon_sym_DASH2] = ACTIONS(984), [anon_sym_in2] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), [anon_sym_STAR2] = ACTIONS(984), [anon_sym_and2] = ACTIONS(986), [anon_sym_xor2] = ACTIONS(986), @@ -216398,6 +211486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(984), [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_COLON2] = ACTIONS(986), [anon_sym_DOT2] = ACTIONS(984), [anon_sym_err_GT] = ACTIONS(984), [anon_sym_out_GT] = ACTIONS(984), @@ -216417,9 +211506,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), [anon_sym_POUND] = ACTIONS(251), }, - [1439] = { - [sym_comment] = STATE(1439), - [ts_builtin_sym_end] = ACTIONS(982), + [1369] = { + [sym_comment] = STATE(1369), [anon_sym_EQ] = ACTIONS(980), [anon_sym_PLUS_EQ] = ACTIONS(982), [anon_sym_DASH_EQ] = ACTIONS(982), @@ -216437,9 +211525,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), + [anon_sym_RPAREN] = ACTIONS(982), [anon_sym_GT2] = ACTIONS(980), [anon_sym_DASH2] = ACTIONS(980), [anon_sym_in2] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(982), [anon_sym_STAR2] = ACTIONS(980), [anon_sym_and2] = ACTIONS(982), [anon_sym_xor2] = ACTIONS(982), @@ -216468,6 +211558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(980), [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), [anon_sym_DOT_DOT_LT2] = ACTIONS(982), + [anon_sym_COLON2] = ACTIONS(982), [anon_sym_DOT2] = ACTIONS(980), [anon_sym_err_GT] = ACTIONS(980), [anon_sym_out_GT] = ACTIONS(980), @@ -216487,11 +211578,368 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), [anon_sym_POUND] = ACTIONS(251), }, - [1440] = { - [sym__expr_parenthesized_immediate] = STATE(2087), - [sym__immediate_decimal] = STATE(2088), - [sym_val_variable] = STATE(2087), - [sym_comment] = STATE(1440), + [1370] = { + [sym_comment] = STATE(1370), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4594), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1371] = { + [sym_comment] = STATE(1371), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), + }, + [1372] = { + [sym_cell_path] = STATE(1585), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1372), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1719), + [anon_sym_PIPE] = ACTIONS(1719), + [anon_sym_err_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_GT_PIPE] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), + [anon_sym_RPAREN] = ACTIONS(1719), + [anon_sym_GT2] = ACTIONS(1717), + [anon_sym_DASH2] = ACTIONS(1719), + [anon_sym_in2] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_EQ_GT] = ACTIONS(1719), + [anon_sym_STAR2] = ACTIONS(1717), + [anon_sym_and2] = ACTIONS(1719), + [anon_sym_xor2] = ACTIONS(1719), + [anon_sym_or2] = ACTIONS(1719), + [anon_sym_not_DASHin2] = ACTIONS(1719), + [anon_sym_starts_DASHwith2] = ACTIONS(1719), + [anon_sym_ends_DASHwith2] = ACTIONS(1719), + [anon_sym_EQ_EQ2] = ACTIONS(1719), + [anon_sym_BANG_EQ2] = ACTIONS(1719), + [anon_sym_LT2] = ACTIONS(1717), + [anon_sym_LT_EQ2] = ACTIONS(1719), + [anon_sym_GT_EQ2] = ACTIONS(1719), + [anon_sym_EQ_TILDE2] = ACTIONS(1719), + [anon_sym_BANG_TILDE2] = ACTIONS(1719), + [anon_sym_STAR_STAR2] = ACTIONS(1719), + [anon_sym_PLUS_PLUS2] = ACTIONS(1719), + [anon_sym_SLASH2] = ACTIONS(1717), + [anon_sym_mod2] = ACTIONS(1719), + [anon_sym_SLASH_SLASH2] = ACTIONS(1719), + [anon_sym_PLUS2] = ACTIONS(1717), + [anon_sym_bit_DASHshl2] = ACTIONS(1719), + [anon_sym_bit_DASHshr2] = ACTIONS(1719), + [anon_sym_bit_DASHand2] = ACTIONS(1719), + [anon_sym_bit_DASHxor2] = ACTIONS(1719), + [anon_sym_bit_DASHor2] = ACTIONS(1719), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_COLON2] = ACTIONS(1719), + [anon_sym_DOT2] = ACTIONS(4563), + [anon_sym_err_GT] = ACTIONS(1717), + [anon_sym_out_GT] = ACTIONS(1717), + [anon_sym_e_GT] = ACTIONS(1717), + [anon_sym_o_GT] = ACTIONS(1717), + [anon_sym_err_PLUSout_GT] = ACTIONS(1717), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), + [anon_sym_o_PLUSe_GT] = ACTIONS(1717), + [anon_sym_e_PLUSo_GT] = ACTIONS(1717), + [anon_sym_err_GT_GT] = ACTIONS(1719), + [anon_sym_out_GT_GT] = ACTIONS(1719), + [anon_sym_e_GT_GT] = ACTIONS(1719), + [anon_sym_o_GT_GT] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [anon_sym_POUND] = ACTIONS(251), + }, + [1373] = { + [sym_comment] = STATE(1373), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(4596), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1681), + [anon_sym_DOT_DOT_LT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4598), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4598), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(4600), + [sym_duration_unit] = ACTIONS(4602), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4604), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [1374] = { + [sym_comment] = STATE(1374), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1669), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1375] = { + [sym_comment] = STATE(1375), [ts_builtin_sym_end] = ACTIONS(1597), [sym__newline] = ACTIONS(1597), [anon_sym_SEMI] = ACTIONS(1597), @@ -216504,49 +211952,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1587), - [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_in2] = ACTIONS(1597), - [anon_sym_STAR2] = ACTIONS(1587), - [anon_sym_and2] = ACTIONS(1597), - [anon_sym_xor2] = ACTIONS(1597), - [anon_sym_or2] = ACTIONS(1597), - [anon_sym_not_DASHin2] = ACTIONS(1597), - [anon_sym_starts_DASHwith2] = ACTIONS(1597), - [anon_sym_ends_DASHwith2] = ACTIONS(1597), - [anon_sym_EQ_EQ2] = ACTIONS(1597), - [anon_sym_BANG_EQ2] = ACTIONS(1597), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ2] = ACTIONS(1597), - [anon_sym_GT_EQ2] = ACTIONS(1597), - [anon_sym_EQ_TILDE2] = ACTIONS(1597), - [anon_sym_BANG_TILDE2] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1597), - [anon_sym_PLUS_PLUS2] = ACTIONS(1597), - [anon_sym_SLASH2] = ACTIONS(1587), - [anon_sym_mod2] = ACTIONS(1597), - [anon_sym_SLASH_SLASH2] = ACTIONS(1597), - [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_bit_DASHshl2] = ACTIONS(1597), - [anon_sym_bit_DASHshr2] = ACTIONS(1597), - [anon_sym_bit_DASHand2] = ACTIONS(1597), - [anon_sym_bit_DASHxor2] = ACTIONS(1597), - [anon_sym_bit_DASHor2] = ACTIONS(1597), - [anon_sym_DOT] = ACTIONS(4696), - [aux_sym__immediate_decimal_token1] = ACTIONS(4618), - [aux_sym__immediate_decimal_token3] = ACTIONS(4618), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_LBRACK] = ACTIONS(1597), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_DOLLAR] = ACTIONS(1595), + [anon_sym_DASH_DASH] = ACTIONS(1597), + [anon_sym_DASH2] = ACTIONS(1595), + [anon_sym_LBRACE] = ACTIONS(1597), + [anon_sym_DOT_DOT] = ACTIONS(1595), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1595), + [anon_sym_DOT_DOT_LT] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [anon_sym_null] = ACTIONS(1597), + [anon_sym_true] = ACTIONS(1597), + [anon_sym_false] = ACTIONS(1597), + [aux_sym__val_number_decimal_token1] = ACTIONS(1595), + [aux_sym__val_number_decimal_token2] = ACTIONS(1597), + [aux_sym__val_number_decimal_token3] = ACTIONS(1597), + [aux_sym__val_number_decimal_token4] = ACTIONS(1597), + [aux_sym__val_number_token1] = ACTIONS(1597), + [aux_sym__val_number_token2] = ACTIONS(1597), + [aux_sym__val_number_token3] = ACTIONS(1597), + [aux_sym__val_number_token4] = ACTIONS(1597), + [aux_sym__val_number_token5] = ACTIONS(1597), + [aux_sym__val_number_token6] = ACTIONS(1597), + [anon_sym_0b] = ACTIONS(1595), + [sym_filesize_unit] = ACTIONS(1597), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_0o] = ACTIONS(1595), + [anon_sym_0x] = ACTIONS(1595), + [sym_val_date] = ACTIONS(1597), + [anon_sym_DQUOTE] = ACTIONS(1597), + [sym__str_single_quotes] = ACTIONS(1597), + [sym__str_back_ticks] = ACTIONS(1597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), [anon_sym_err_GT_GT] = ACTIONS(1597), [anon_sym_out_GT_GT] = ACTIONS(1597), [anon_sym_e_GT_GT] = ACTIONS(1597), @@ -216555,150 +212004,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token1] = ACTIONS(1595), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1597), }, - [1441] = { - [sym_comment] = STATE(1441), - [sym__newline] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_PIPE] = ACTIONS(990), - [anon_sym_err_GT_PIPE] = ACTIONS(990), - [anon_sym_out_GT_PIPE] = ACTIONS(990), - [anon_sym_e_GT_PIPE] = ACTIONS(990), - [anon_sym_o_GT_PIPE] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), - [anon_sym_LBRACK] = ACTIONS(990), - [anon_sym_LPAREN] = ACTIONS(990), - [anon_sym_RPAREN] = ACTIONS(990), - [anon_sym_DOLLAR] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_DASH2] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_DOT_DOT] = ACTIONS(988), - [anon_sym_DOT_DOT2] = ACTIONS(988), - [anon_sym_DOT_DOT_EQ] = ACTIONS(988), - [anon_sym_DOT_DOT_LT] = ACTIONS(988), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), - [anon_sym_DOT_DOT_LT2] = ACTIONS(990), - [anon_sym_null] = ACTIONS(990), - [anon_sym_true] = ACTIONS(990), - [anon_sym_false] = ACTIONS(990), - [aux_sym__val_number_decimal_token1] = ACTIONS(988), - [aux_sym__val_number_decimal_token2] = ACTIONS(990), - [aux_sym__val_number_decimal_token3] = ACTIONS(990), - [aux_sym__val_number_decimal_token4] = ACTIONS(990), - [aux_sym__val_number_token1] = ACTIONS(990), - [aux_sym__val_number_token2] = ACTIONS(990), - [aux_sym__val_number_token3] = ACTIONS(990), - [aux_sym__val_number_token4] = ACTIONS(990), - [aux_sym__val_number_token5] = ACTIONS(990), - [aux_sym__val_number_token6] = ACTIONS(990), - [anon_sym_0b] = ACTIONS(988), - [anon_sym_0o] = ACTIONS(988), - [anon_sym_0x] = ACTIONS(988), - [sym_val_date] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym__str_single_quotes] = ACTIONS(990), - [sym__str_back_ticks] = ACTIONS(990), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(990), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_err_GT] = ACTIONS(988), - [anon_sym_out_GT] = ACTIONS(988), - [anon_sym_e_GT] = ACTIONS(988), - [anon_sym_o_GT] = ACTIONS(988), - [anon_sym_err_PLUSout_GT] = ACTIONS(988), - [anon_sym_out_PLUSerr_GT] = ACTIONS(988), - [anon_sym_o_PLUSe_GT] = ACTIONS(988), - [anon_sym_e_PLUSo_GT] = ACTIONS(988), - [anon_sym_err_GT_GT] = ACTIONS(990), - [anon_sym_out_GT_GT] = ACTIONS(990), - [anon_sym_e_GT_GT] = ACTIONS(990), - [anon_sym_o_GT_GT] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), - [aux_sym_unquoted_token1] = ACTIONS(988), + [1376] = { + [sym_path] = STATE(1484), + [sym_comment] = STATE(1376), + [aux_sym_cell_path_repeat1] = STATE(1376), + [ts_builtin_sym_end] = ACTIONS(943), + [sym__newline] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_err_GT_PIPE] = ACTIONS(943), + [anon_sym_out_GT_PIPE] = ACTIONS(943), + [anon_sym_e_GT_PIPE] = ACTIONS(943), + [anon_sym_o_GT_PIPE] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_DASH_DASH] = ACTIONS(943), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_DOT_DOT] = ACTIONS(941), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ] = ACTIONS(941), + [anon_sym_DOT_DOT_LT] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_null] = ACTIONS(943), + [anon_sym_true] = ACTIONS(943), + [anon_sym_false] = ACTIONS(943), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(943), + [aux_sym__val_number_decimal_token3] = ACTIONS(943), + [aux_sym__val_number_decimal_token4] = ACTIONS(943), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(943), + [aux_sym__val_number_token5] = ACTIONS(943), + [aux_sym__val_number_token6] = ACTIONS(943), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(943), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(4606), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [anon_sym_err_GT_GT] = ACTIONS(943), + [anon_sym_out_GT_GT] = ACTIONS(943), + [anon_sym_e_GT_GT] = ACTIONS(943), + [anon_sym_o_GT_GT] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), + [aux_sym_unquoted_token1] = ACTIONS(941), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(990), + [sym_raw_string_begin] = ACTIONS(943), }, - [1442] = { - [sym_cell_path] = STATE(1724), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1442), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1983), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1983), - [anon_sym_err_GT_PIPE] = ACTIONS(1983), - [anon_sym_out_GT_PIPE] = ACTIONS(1983), - [anon_sym_e_GT_PIPE] = ACTIONS(1983), - [anon_sym_o_GT_PIPE] = ACTIONS(1983), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1983), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1983), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1983), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1983), - [anon_sym_LBRACK] = ACTIONS(1983), - [anon_sym_LPAREN] = ACTIONS(1983), - [anon_sym_RPAREN] = ACTIONS(1983), - [anon_sym_DOLLAR] = ACTIONS(1981), - [anon_sym_DASH_DASH] = ACTIONS(1983), - [anon_sym_DASH2] = ACTIONS(1981), - [anon_sym_LBRACE] = ACTIONS(1983), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_DOT_DOT] = ACTIONS(1981), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1983), - [anon_sym_DOT_DOT_LT] = ACTIONS(1983), - [anon_sym_null] = ACTIONS(1983), - [anon_sym_true] = ACTIONS(1983), - [anon_sym_false] = ACTIONS(1983), - [aux_sym__val_number_decimal_token1] = ACTIONS(1981), - [aux_sym__val_number_decimal_token2] = ACTIONS(1983), - [aux_sym__val_number_decimal_token3] = ACTIONS(1983), - [aux_sym__val_number_decimal_token4] = ACTIONS(1983), - [aux_sym__val_number_token1] = ACTIONS(1983), - [aux_sym__val_number_token2] = ACTIONS(1983), - [aux_sym__val_number_token3] = ACTIONS(1983), - [aux_sym__val_number_token4] = ACTIONS(1983), - [aux_sym__val_number_token5] = ACTIONS(1983), - [aux_sym__val_number_token6] = ACTIONS(1983), - [anon_sym_0b] = ACTIONS(1981), - [anon_sym_0o] = ACTIONS(1981), - [anon_sym_0x] = ACTIONS(1981), - [sym_val_date] = ACTIONS(1983), - [anon_sym_DQUOTE] = ACTIONS(1983), - [sym__str_single_quotes] = ACTIONS(1983), - [sym__str_back_ticks] = ACTIONS(1983), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1983), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1983), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1981), - [anon_sym_out_GT] = ACTIONS(1981), - [anon_sym_e_GT] = ACTIONS(1981), - [anon_sym_o_GT] = ACTIONS(1981), - [anon_sym_err_PLUSout_GT] = ACTIONS(1981), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), - [anon_sym_o_PLUSe_GT] = ACTIONS(1981), - [anon_sym_e_PLUSo_GT] = ACTIONS(1981), - [anon_sym_err_GT_GT] = ACTIONS(1983), - [anon_sym_out_GT_GT] = ACTIONS(1983), - [anon_sym_e_GT_GT] = ACTIONS(1983), - [anon_sym_o_GT_GT] = ACTIONS(1983), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), - [aux_sym_unquoted_token1] = ACTIONS(1981), + [1377] = { + [sym_cell_path] = STATE(1647), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1377), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_RPAREN] = ACTIONS(937), + [anon_sym_GT2] = ACTIONS(935), + [anon_sym_DASH2] = ACTIONS(937), + [anon_sym_in2] = ACTIONS(937), + [anon_sym_if] = ACTIONS(937), + [anon_sym_LBRACE] = ACTIONS(937), + [anon_sym_RBRACE] = ACTIONS(937), + [anon_sym_EQ_GT] = ACTIONS(937), + [anon_sym_STAR2] = ACTIONS(935), + [anon_sym_and2] = ACTIONS(937), + [anon_sym_xor2] = ACTIONS(937), + [anon_sym_or2] = ACTIONS(937), + [anon_sym_not_DASHin2] = ACTIONS(937), + [anon_sym_starts_DASHwith2] = ACTIONS(937), + [anon_sym_ends_DASHwith2] = ACTIONS(937), + [anon_sym_EQ_EQ2] = ACTIONS(937), + [anon_sym_BANG_EQ2] = ACTIONS(937), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ2] = ACTIONS(937), + [anon_sym_GT_EQ2] = ACTIONS(937), + [anon_sym_EQ_TILDE2] = ACTIONS(937), + [anon_sym_BANG_TILDE2] = ACTIONS(937), + [anon_sym_STAR_STAR2] = ACTIONS(937), + [anon_sym_PLUS_PLUS2] = ACTIONS(937), + [anon_sym_SLASH2] = ACTIONS(935), + [anon_sym_mod2] = ACTIONS(937), + [anon_sym_SLASH_SLASH2] = ACTIONS(937), + [anon_sym_PLUS2] = ACTIONS(935), + [anon_sym_bit_DASHshl2] = ACTIONS(937), + [anon_sym_bit_DASHshr2] = ACTIONS(937), + [anon_sym_bit_DASHand2] = ACTIONS(937), + [anon_sym_bit_DASHxor2] = ACTIONS(937), + [anon_sym_bit_DASHor2] = ACTIONS(937), + [anon_sym_DOT_DOT2] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), + [anon_sym_DOT_DOT_LT2] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4563), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1983), }, - [1443] = { - [sym_comment] = STATE(1443), + [1378] = { + [sym__expr_parenthesized_immediate] = STATE(2050), + [sym__immediate_decimal] = STATE(2095), + [sym_val_variable] = STATE(2050), + [sym_comment] = STATE(1378), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_RPAREN] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1629), + [anon_sym_RBRACE] = ACTIONS(1629), + [anon_sym_STAR2] = ACTIONS(1627), + [anon_sym_and2] = ACTIONS(1629), + [anon_sym_xor2] = ACTIONS(1629), + [anon_sym_or2] = ACTIONS(1629), + [anon_sym_not_DASHin2] = ACTIONS(1629), + [anon_sym_starts_DASHwith2] = ACTIONS(1629), + [anon_sym_ends_DASHwith2] = ACTIONS(1629), + [anon_sym_EQ_EQ2] = ACTIONS(1629), + [anon_sym_BANG_EQ2] = ACTIONS(1629), + [anon_sym_LT2] = ACTIONS(1627), + [anon_sym_LT_EQ2] = ACTIONS(1629), + [anon_sym_GT_EQ2] = ACTIONS(1629), + [anon_sym_EQ_TILDE2] = ACTIONS(1629), + [anon_sym_BANG_TILDE2] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1629), + [anon_sym_PLUS_PLUS2] = ACTIONS(1629), + [anon_sym_SLASH2] = ACTIONS(1627), + [anon_sym_mod2] = ACTIONS(1629), + [anon_sym_SLASH_SLASH2] = ACTIONS(1629), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_bit_DASHshl2] = ACTIONS(1629), + [anon_sym_bit_DASHshr2] = ACTIONS(1629), + [anon_sym_bit_DASHand2] = ACTIONS(1629), + [anon_sym_bit_DASHxor2] = ACTIONS(1629), + [anon_sym_bit_DASHor2] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(4609), + [aux_sym__immediate_decimal_token3] = ACTIONS(4609), + [aux_sym__immediate_decimal_token4] = ACTIONS(4611), + [aux_sym__immediate_decimal_token5] = ACTIONS(4613), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), + [aux_sym_unquoted_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), + }, + [1379] = { + [sym_comment] = STATE(1379), + [ts_builtin_sym_end] = ACTIONS(974), + [anon_sym_EQ] = ACTIONS(972), + [anon_sym_PLUS_EQ] = ACTIONS(974), + [anon_sym_DASH_EQ] = ACTIONS(974), + [anon_sym_STAR_EQ] = ACTIONS(974), + [anon_sym_SLASH_EQ] = ACTIONS(974), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(974), [sym__newline] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(974), [anon_sym_PIPE] = ACTIONS(974), @@ -216710,14 +212242,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_RPAREN] = ACTIONS(974), [anon_sym_GT2] = ACTIONS(972), - [anon_sym_DASH2] = ACTIONS(974), + [anon_sym_DASH2] = ACTIONS(972), [anon_sym_in2] = ACTIONS(974), - [anon_sym_if] = ACTIONS(974), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_EQ_GT] = ACTIONS(974), [anon_sym_STAR2] = ACTIONS(972), [anon_sym_QMARK2] = ACTIONS(974), [anon_sym_and2] = ACTIONS(974), @@ -216734,7 +212261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_TILDE2] = ACTIONS(974), [anon_sym_BANG_TILDE2] = ACTIONS(974), [anon_sym_STAR_STAR2] = ACTIONS(974), - [anon_sym_PLUS_PLUS2] = ACTIONS(974), + [anon_sym_PLUS_PLUS2] = ACTIONS(972), [anon_sym_SLASH2] = ACTIONS(972), [anon_sym_mod2] = ACTIONS(974), [anon_sym_SLASH_SLASH2] = ACTIONS(974), @@ -216747,7 +212274,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(972), [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), [anon_sym_DOT_DOT_LT2] = ACTIONS(974), - [anon_sym_COLON2] = ACTIONS(974), [anon_sym_DOT2] = ACTIONS(972), [anon_sym_err_GT] = ACTIONS(972), [anon_sym_out_GT] = ACTIONS(972), @@ -216767,1058 +212293,2777 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), [anon_sym_POUND] = ACTIONS(251), }, - [1444] = { - [sym_cell_path] = STATE(1730), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1444), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1987), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1987), - [anon_sym_err_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_GT_PIPE] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), - [anon_sym_LBRACK] = ACTIONS(1987), - [anon_sym_LPAREN] = ACTIONS(1987), - [anon_sym_RPAREN] = ACTIONS(1987), - [anon_sym_DOLLAR] = ACTIONS(1985), - [anon_sym_DASH_DASH] = ACTIONS(1987), - [anon_sym_DASH2] = ACTIONS(1985), - [anon_sym_LBRACE] = ACTIONS(1987), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_DOT_DOT] = ACTIONS(1985), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1987), - [anon_sym_DOT_DOT_LT] = ACTIONS(1987), - [anon_sym_null] = ACTIONS(1987), - [anon_sym_true] = ACTIONS(1987), - [anon_sym_false] = ACTIONS(1987), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_decimal_token2] = ACTIONS(1987), - [aux_sym__val_number_decimal_token3] = ACTIONS(1987), - [aux_sym__val_number_decimal_token4] = ACTIONS(1987), - [aux_sym__val_number_token1] = ACTIONS(1987), - [aux_sym__val_number_token2] = ACTIONS(1987), - [aux_sym__val_number_token3] = ACTIONS(1987), - [aux_sym__val_number_token4] = ACTIONS(1987), - [aux_sym__val_number_token5] = ACTIONS(1987), - [aux_sym__val_number_token6] = ACTIONS(1987), - [anon_sym_0b] = ACTIONS(1985), - [anon_sym_0o] = ACTIONS(1985), - [anon_sym_0x] = ACTIONS(1985), - [sym_val_date] = ACTIONS(1987), - [anon_sym_DQUOTE] = ACTIONS(1987), - [sym__str_single_quotes] = ACTIONS(1987), - [sym__str_back_ticks] = ACTIONS(1987), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1987), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1987), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1985), - [anon_sym_out_GT] = ACTIONS(1985), - [anon_sym_e_GT] = ACTIONS(1985), - [anon_sym_o_GT] = ACTIONS(1985), - [anon_sym_err_PLUSout_GT] = ACTIONS(1985), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), - [anon_sym_o_PLUSe_GT] = ACTIONS(1985), - [anon_sym_e_PLUSo_GT] = ACTIONS(1985), - [anon_sym_err_GT_GT] = ACTIONS(1987), - [anon_sym_out_GT_GT] = ACTIONS(1987), - [anon_sym_e_GT_GT] = ACTIONS(1987), - [anon_sym_o_GT_GT] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), - [aux_sym_unquoted_token1] = ACTIONS(1985), + [1380] = { + [sym_path] = STATE(1484), + [sym_comment] = STATE(1380), + [aux_sym_cell_path_repeat1] = STATE(1376), + [ts_builtin_sym_end] = ACTIONS(950), + [sym__newline] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_err_GT_PIPE] = ACTIONS(950), + [anon_sym_out_GT_PIPE] = ACTIONS(950), + [anon_sym_e_GT_PIPE] = ACTIONS(950), + [anon_sym_o_GT_PIPE] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), + [anon_sym_LBRACK] = ACTIONS(950), + [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_DOLLAR] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_DASH2] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_DOT_DOT] = ACTIONS(948), + [anon_sym_DOT_DOT2] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(948), + [anon_sym_DOT_DOT_LT] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), + [anon_sym_DOT_DOT_LT2] = ACTIONS(950), + [anon_sym_null] = ACTIONS(950), + [anon_sym_true] = ACTIONS(950), + [anon_sym_false] = ACTIONS(950), + [aux_sym__val_number_decimal_token1] = ACTIONS(948), + [aux_sym__val_number_decimal_token2] = ACTIONS(950), + [aux_sym__val_number_decimal_token3] = ACTIONS(950), + [aux_sym__val_number_decimal_token4] = ACTIONS(950), + [aux_sym__val_number_token1] = ACTIONS(950), + [aux_sym__val_number_token2] = ACTIONS(950), + [aux_sym__val_number_token3] = ACTIONS(950), + [aux_sym__val_number_token4] = ACTIONS(950), + [aux_sym__val_number_token5] = ACTIONS(950), + [aux_sym__val_number_token6] = ACTIONS(950), + [anon_sym_0b] = ACTIONS(948), + [anon_sym_0o] = ACTIONS(948), + [anon_sym_0x] = ACTIONS(948), + [sym_val_date] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym__str_single_quotes] = ACTIONS(950), + [sym__str_back_ticks] = ACTIONS(950), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(4540), + [anon_sym_err_GT] = ACTIONS(948), + [anon_sym_out_GT] = ACTIONS(948), + [anon_sym_e_GT] = ACTIONS(948), + [anon_sym_o_GT] = ACTIONS(948), + [anon_sym_err_PLUSout_GT] = ACTIONS(948), + [anon_sym_out_PLUSerr_GT] = ACTIONS(948), + [anon_sym_o_PLUSe_GT] = ACTIONS(948), + [anon_sym_e_PLUSo_GT] = ACTIONS(948), + [anon_sym_err_GT_GT] = ACTIONS(950), + [anon_sym_out_GT_GT] = ACTIONS(950), + [anon_sym_e_GT_GT] = ACTIONS(950), + [anon_sym_o_GT_GT] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), + [aux_sym_unquoted_token1] = ACTIONS(948), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1987), + [sym_raw_string_begin] = ACTIONS(950), }, - [1445] = { - [sym_cell_path] = STATE(1732), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1445), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1831), - [anon_sym_PIPE] = ACTIONS(1831), - [anon_sym_err_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_GT_PIPE] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_LPAREN] = ACTIONS(1831), - [anon_sym_RPAREN] = ACTIONS(1831), - [anon_sym_DOLLAR] = ACTIONS(1829), - [anon_sym_DASH_DASH] = ACTIONS(1831), - [anon_sym_DASH2] = ACTIONS(1829), - [anon_sym_LBRACE] = ACTIONS(1831), - [anon_sym_RBRACE] = ACTIONS(1831), - [anon_sym_DOT_DOT] = ACTIONS(1829), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1831), - [anon_sym_DOT_DOT_LT] = ACTIONS(1831), - [anon_sym_null] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(1831), - [anon_sym_false] = ACTIONS(1831), - [aux_sym__val_number_decimal_token1] = ACTIONS(1829), - [aux_sym__val_number_decimal_token2] = ACTIONS(1831), - [aux_sym__val_number_decimal_token3] = ACTIONS(1831), - [aux_sym__val_number_decimal_token4] = ACTIONS(1831), - [aux_sym__val_number_token1] = ACTIONS(1831), - [aux_sym__val_number_token2] = ACTIONS(1831), - [aux_sym__val_number_token3] = ACTIONS(1831), - [aux_sym__val_number_token4] = ACTIONS(1831), - [aux_sym__val_number_token5] = ACTIONS(1831), - [aux_sym__val_number_token6] = ACTIONS(1831), - [anon_sym_0b] = ACTIONS(1829), - [anon_sym_0o] = ACTIONS(1829), - [anon_sym_0x] = ACTIONS(1829), - [sym_val_date] = ACTIONS(1831), - [anon_sym_DQUOTE] = ACTIONS(1831), - [sym__str_single_quotes] = ACTIONS(1831), - [sym__str_back_ticks] = ACTIONS(1831), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1831), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1831), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1829), - [anon_sym_out_GT] = ACTIONS(1829), - [anon_sym_e_GT] = ACTIONS(1829), - [anon_sym_o_GT] = ACTIONS(1829), - [anon_sym_err_PLUSout_GT] = ACTIONS(1829), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1829), - [anon_sym_o_PLUSe_GT] = ACTIONS(1829), - [anon_sym_e_PLUSo_GT] = ACTIONS(1829), - [anon_sym_err_GT_GT] = ACTIONS(1831), - [anon_sym_out_GT_GT] = ACTIONS(1831), - [anon_sym_e_GT_GT] = ACTIONS(1831), - [anon_sym_o_GT_GT] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1831), - [aux_sym_unquoted_token1] = ACTIONS(1829), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1831), + [1381] = { + [sym_comment] = STATE(1381), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1446] = { - [sym__expr_parenthesized_immediate] = STATE(2489), - [sym__immediate_decimal] = STATE(2277), - [sym_val_variable] = STATE(2489), - [sym_comment] = STATE(1446), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(4674), - [aux_sym__immediate_decimal_token3] = ACTIONS(4674), - [aux_sym__immediate_decimal_token4] = ACTIONS(4676), - [aux_sym__immediate_decimal_token5] = ACTIONS(4678), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [aux_sym_unquoted_token2] = ACTIONS(1585), + [1382] = { + [sym_comment] = STATE(1382), + [sym__newline] = ACTIONS(1794), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_PIPE] = ACTIONS(1794), + [anon_sym_err_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_GT_PIPE] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1794), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_DOT_DOT2] = ACTIONS(4615), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), + [anon_sym_DOT_DOT_LT] = ACTIONS(1786), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4617), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4617), + [anon_sym_null] = ACTIONS(1794), + [anon_sym_true] = ACTIONS(1794), + [anon_sym_false] = ACTIONS(1794), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), + [aux_sym__val_number_token4] = ACTIONS(1794), + [aux_sym__val_number_token5] = ACTIONS(1794), + [aux_sym__val_number_token6] = ACTIONS(1794), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1794), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1794), + [anon_sym_err_GT] = ACTIONS(1786), + [anon_sym_out_GT] = ACTIONS(1786), + [anon_sym_e_GT] = ACTIONS(1786), + [anon_sym_o_GT] = ACTIONS(1786), + [anon_sym_err_PLUSout_GT] = ACTIONS(1786), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), + [anon_sym_o_PLUSe_GT] = ACTIONS(1786), + [anon_sym_e_PLUSo_GT] = ACTIONS(1786), + [anon_sym_err_GT_GT] = ACTIONS(1794), + [anon_sym_out_GT_GT] = ACTIONS(1794), + [anon_sym_e_GT_GT] = ACTIONS(1794), + [anon_sym_o_GT_GT] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1794), + [aux_sym_unquoted_token1] = ACTIONS(1786), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1794), + }, + [1383] = { + [sym_comment] = STATE(1383), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1384] = { + [sym_comment] = STATE(1384), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_LBRACK] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1669), + [anon_sym_DOLLAR] = ACTIONS(1667), + [anon_sym_DASH_DASH] = ACTIONS(1669), + [anon_sym_DASH2] = ACTIONS(1667), + [anon_sym_LBRACE] = ACTIONS(1669), + [anon_sym_DOT_DOT] = ACTIONS(1667), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1667), + [anon_sym_DOT_DOT_LT] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [anon_sym_null] = ACTIONS(1669), + [anon_sym_true] = ACTIONS(1669), + [anon_sym_false] = ACTIONS(1669), + [aux_sym__val_number_decimal_token1] = ACTIONS(1667), + [aux_sym__val_number_decimal_token2] = ACTIONS(1669), + [aux_sym__val_number_decimal_token3] = ACTIONS(1669), + [aux_sym__val_number_decimal_token4] = ACTIONS(1669), + [aux_sym__val_number_token1] = ACTIONS(1669), + [aux_sym__val_number_token2] = ACTIONS(1669), + [aux_sym__val_number_token3] = ACTIONS(1669), + [aux_sym__val_number_token4] = ACTIONS(1669), + [aux_sym__val_number_token5] = ACTIONS(1669), + [aux_sym__val_number_token6] = ACTIONS(1669), + [anon_sym_0b] = ACTIONS(1667), + [sym_filesize_unit] = ACTIONS(1669), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_0o] = ACTIONS(1667), + [anon_sym_0x] = ACTIONS(1667), + [sym_val_date] = ACTIONS(1669), + [anon_sym_DQUOTE] = ACTIONS(1669), + [sym__str_single_quotes] = ACTIONS(1669), + [sym__str_back_ticks] = ACTIONS(1669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token1] = ACTIONS(1667), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1669), + }, + [1385] = { + [sym_comment] = STATE(1385), + [sym__newline] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_err_GT_PIPE] = ACTIONS(960), + [anon_sym_out_GT_PIPE] = ACTIONS(960), + [anon_sym_e_GT_PIPE] = ACTIONS(960), + [anon_sym_o_GT_PIPE] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_RPAREN] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_DOT_DOT] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(4619), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ] = ACTIONS(958), + [anon_sym_DOT_DOT_LT] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_null] = ACTIONS(960), + [anon_sym_true] = ACTIONS(960), + [anon_sym_false] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(960), + [aux_sym__val_number_token5] = ACTIONS(960), + [aux_sym__val_number_token6] = ACTIONS(960), + [anon_sym_0b] = ACTIONS(958), + [anon_sym_0o] = ACTIONS(958), + [anon_sym_0x] = ACTIONS(958), + [sym_val_date] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_err_GT] = ACTIONS(958), + [anon_sym_out_GT] = ACTIONS(958), + [anon_sym_e_GT] = ACTIONS(958), + [anon_sym_o_GT] = ACTIONS(958), + [anon_sym_err_PLUSout_GT] = ACTIONS(958), + [anon_sym_out_PLUSerr_GT] = ACTIONS(958), + [anon_sym_o_PLUSe_GT] = ACTIONS(958), + [anon_sym_e_PLUSo_GT] = ACTIONS(958), + [anon_sym_err_GT_GT] = ACTIONS(960), + [anon_sym_out_GT_GT] = ACTIONS(960), + [anon_sym_e_GT_GT] = ACTIONS(960), + [anon_sym_o_GT_GT] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [aux_sym_unquoted_token1] = ACTIONS(958), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), + }, + [1386] = { + [sym__expr_parenthesized_immediate] = STATE(2044), + [sym__immediate_decimal] = STATE(2045), + [sym_val_variable] = STATE(2044), + [sym_comment] = STATE(1386), + [sym__newline] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_err_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_GT_PIPE] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), + [anon_sym_RPAREN] = ACTIONS(1709), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1707), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_in2] = ACTIONS(1709), + [anon_sym_LBRACE] = ACTIONS(1709), + [anon_sym_RBRACE] = ACTIONS(1709), + [anon_sym_STAR2] = ACTIONS(1707), + [anon_sym_and2] = ACTIONS(1709), + [anon_sym_xor2] = ACTIONS(1709), + [anon_sym_or2] = ACTIONS(1709), + [anon_sym_not_DASHin2] = ACTIONS(1709), + [anon_sym_starts_DASHwith2] = ACTIONS(1709), + [anon_sym_ends_DASHwith2] = ACTIONS(1709), + [anon_sym_EQ_EQ2] = ACTIONS(1709), + [anon_sym_BANG_EQ2] = ACTIONS(1709), + [anon_sym_LT2] = ACTIONS(1707), + [anon_sym_LT_EQ2] = ACTIONS(1709), + [anon_sym_GT_EQ2] = ACTIONS(1709), + [anon_sym_EQ_TILDE2] = ACTIONS(1709), + [anon_sym_BANG_TILDE2] = ACTIONS(1709), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1709), + [anon_sym_PLUS_PLUS2] = ACTIONS(1709), + [anon_sym_SLASH2] = ACTIONS(1707), + [anon_sym_mod2] = ACTIONS(1709), + [anon_sym_SLASH_SLASH2] = ACTIONS(1709), + [anon_sym_PLUS2] = ACTIONS(1707), + [anon_sym_bit_DASHshl2] = ACTIONS(1709), + [anon_sym_bit_DASHshr2] = ACTIONS(1709), + [anon_sym_bit_DASHand2] = ACTIONS(1709), + [anon_sym_bit_DASHxor2] = ACTIONS(1709), + [anon_sym_bit_DASHor2] = ACTIONS(1709), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1707), + [anon_sym_out_GT] = ACTIONS(1707), + [anon_sym_e_GT] = ACTIONS(1707), + [anon_sym_o_GT] = ACTIONS(1707), + [anon_sym_err_PLUSout_GT] = ACTIONS(1707), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1707), + [anon_sym_o_PLUSe_GT] = ACTIONS(1707), + [anon_sym_e_PLUSo_GT] = ACTIONS(1707), + [anon_sym_err_GT_GT] = ACTIONS(1709), + [anon_sym_out_GT_GT] = ACTIONS(1709), + [anon_sym_e_GT_GT] = ACTIONS(1709), + [anon_sym_o_GT_GT] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_POUND] = ACTIONS(251), + }, + [1387] = { + [sym__expr_parenthesized_immediate] = STATE(2035), + [sym__immediate_decimal] = STATE(2120), + [sym_val_variable] = STATE(2035), + [sym_comment] = STATE(1387), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [anon_sym_POUND] = ACTIONS(251), + }, + [1388] = { + [sym__expr_parenthesized_immediate] = STATE(2046), + [sym__immediate_decimal] = STATE(2047), + [sym_val_variable] = STATE(2046), + [sym_comment] = STATE(1388), + [sym__newline] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_err_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_GT_PIPE] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1713), + [anon_sym_RPAREN] = ACTIONS(1713), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1711), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_in2] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_STAR2] = ACTIONS(1711), + [anon_sym_and2] = ACTIONS(1713), + [anon_sym_xor2] = ACTIONS(1713), + [anon_sym_or2] = ACTIONS(1713), + [anon_sym_not_DASHin2] = ACTIONS(1713), + [anon_sym_starts_DASHwith2] = ACTIONS(1713), + [anon_sym_ends_DASHwith2] = ACTIONS(1713), + [anon_sym_EQ_EQ2] = ACTIONS(1713), + [anon_sym_BANG_EQ2] = ACTIONS(1713), + [anon_sym_LT2] = ACTIONS(1711), + [anon_sym_LT_EQ2] = ACTIONS(1713), + [anon_sym_GT_EQ2] = ACTIONS(1713), + [anon_sym_EQ_TILDE2] = ACTIONS(1713), + [anon_sym_BANG_TILDE2] = ACTIONS(1713), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1713), + [anon_sym_PLUS_PLUS2] = ACTIONS(1713), + [anon_sym_SLASH2] = ACTIONS(1711), + [anon_sym_mod2] = ACTIONS(1713), + [anon_sym_SLASH_SLASH2] = ACTIONS(1713), + [anon_sym_PLUS2] = ACTIONS(1711), + [anon_sym_bit_DASHshl2] = ACTIONS(1713), + [anon_sym_bit_DASHshr2] = ACTIONS(1713), + [anon_sym_bit_DASHand2] = ACTIONS(1713), + [anon_sym_bit_DASHxor2] = ACTIONS(1713), + [anon_sym_bit_DASHor2] = ACTIONS(1713), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1711), + [anon_sym_out_GT] = ACTIONS(1711), + [anon_sym_e_GT] = ACTIONS(1711), + [anon_sym_o_GT] = ACTIONS(1711), + [anon_sym_err_PLUSout_GT] = ACTIONS(1711), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1711), + [anon_sym_o_PLUSe_GT] = ACTIONS(1711), + [anon_sym_e_PLUSo_GT] = ACTIONS(1711), + [anon_sym_err_GT_GT] = ACTIONS(1713), + [anon_sym_out_GT_GT] = ACTIONS(1713), + [anon_sym_e_GT_GT] = ACTIONS(1713), + [anon_sym_o_GT_GT] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1713), + [anon_sym_POUND] = ACTIONS(251), + }, + [1389] = { + [sym_comment] = STATE(1389), + [ts_builtin_sym_end] = ACTIONS(960), + [anon_sym_EQ] = ACTIONS(958), + [anon_sym_PLUS_EQ] = ACTIONS(960), + [anon_sym_DASH_EQ] = ACTIONS(960), + [anon_sym_STAR_EQ] = ACTIONS(960), + [anon_sym_SLASH_EQ] = ACTIONS(960), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(960), + [sym__newline] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_err_GT_PIPE] = ACTIONS(960), + [anon_sym_out_GT_PIPE] = ACTIONS(960), + [anon_sym_e_GT_PIPE] = ACTIONS(960), + [anon_sym_o_GT_PIPE] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_GT2] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_in2] = ACTIONS(960), + [anon_sym_STAR2] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(4623), + [anon_sym_and2] = ACTIONS(960), + [anon_sym_xor2] = ACTIONS(960), + [anon_sym_or2] = ACTIONS(960), + [anon_sym_not_DASHin2] = ACTIONS(960), + [anon_sym_starts_DASHwith2] = ACTIONS(960), + [anon_sym_ends_DASHwith2] = ACTIONS(960), + [anon_sym_EQ_EQ2] = ACTIONS(960), + [anon_sym_BANG_EQ2] = ACTIONS(960), + [anon_sym_LT2] = ACTIONS(958), + [anon_sym_LT_EQ2] = ACTIONS(960), + [anon_sym_GT_EQ2] = ACTIONS(960), + [anon_sym_EQ_TILDE2] = ACTIONS(960), + [anon_sym_BANG_TILDE2] = ACTIONS(960), + [anon_sym_STAR_STAR2] = ACTIONS(960), + [anon_sym_PLUS_PLUS2] = ACTIONS(958), + [anon_sym_SLASH2] = ACTIONS(958), + [anon_sym_mod2] = ACTIONS(960), + [anon_sym_SLASH_SLASH2] = ACTIONS(960), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_bit_DASHshl2] = ACTIONS(960), + [anon_sym_bit_DASHshr2] = ACTIONS(960), + [anon_sym_bit_DASHand2] = ACTIONS(960), + [anon_sym_bit_DASHxor2] = ACTIONS(960), + [anon_sym_bit_DASHor2] = ACTIONS(960), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_err_GT] = ACTIONS(958), + [anon_sym_out_GT] = ACTIONS(958), + [anon_sym_e_GT] = ACTIONS(958), + [anon_sym_o_GT] = ACTIONS(958), + [anon_sym_err_PLUSout_GT] = ACTIONS(958), + [anon_sym_out_PLUSerr_GT] = ACTIONS(958), + [anon_sym_o_PLUSe_GT] = ACTIONS(958), + [anon_sym_e_PLUSo_GT] = ACTIONS(958), + [anon_sym_err_GT_GT] = ACTIONS(960), + [anon_sym_out_GT_GT] = ACTIONS(960), + [anon_sym_e_GT_GT] = ACTIONS(960), + [anon_sym_o_GT_GT] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [anon_sym_POUND] = ACTIONS(251), + }, + [1390] = { + [sym_comment] = STATE(1390), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4561), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1391] = { + [sym_comment] = STATE(1391), + [ts_builtin_sym_end] = ACTIONS(954), + [anon_sym_EQ] = ACTIONS(952), + [anon_sym_PLUS_EQ] = ACTIONS(954), + [anon_sym_DASH_EQ] = ACTIONS(954), + [anon_sym_STAR_EQ] = ACTIONS(954), + [anon_sym_SLASH_EQ] = ACTIONS(954), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(954), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_GT2] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_in2] = ACTIONS(954), + [anon_sym_STAR2] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4625), + [anon_sym_and2] = ACTIONS(954), + [anon_sym_xor2] = ACTIONS(954), + [anon_sym_or2] = ACTIONS(954), + [anon_sym_not_DASHin2] = ACTIONS(954), + [anon_sym_starts_DASHwith2] = ACTIONS(954), + [anon_sym_ends_DASHwith2] = ACTIONS(954), + [anon_sym_EQ_EQ2] = ACTIONS(954), + [anon_sym_BANG_EQ2] = ACTIONS(954), + [anon_sym_LT2] = ACTIONS(952), + [anon_sym_LT_EQ2] = ACTIONS(954), + [anon_sym_GT_EQ2] = ACTIONS(954), + [anon_sym_EQ_TILDE2] = ACTIONS(954), + [anon_sym_BANG_TILDE2] = ACTIONS(954), + [anon_sym_STAR_STAR2] = ACTIONS(954), + [anon_sym_PLUS_PLUS2] = ACTIONS(952), + [anon_sym_SLASH2] = ACTIONS(952), + [anon_sym_mod2] = ACTIONS(954), + [anon_sym_SLASH_SLASH2] = ACTIONS(954), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_bit_DASHshl2] = ACTIONS(954), + [anon_sym_bit_DASHshr2] = ACTIONS(954), + [anon_sym_bit_DASHand2] = ACTIONS(954), + [anon_sym_bit_DASHxor2] = ACTIONS(954), + [anon_sym_bit_DASHor2] = ACTIONS(954), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [anon_sym_POUND] = ACTIONS(251), + }, + [1392] = { + [sym_comment] = STATE(1392), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(970), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_RPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_DOT_DOT] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ] = ACTIONS(968), + [anon_sym_DOT_DOT_LT] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_null] = ACTIONS(970), + [anon_sym_true] = ACTIONS(970), + [anon_sym_false] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(970), + [aux_sym__val_number_token5] = ACTIONS(970), + [aux_sym__val_number_token6] = ACTIONS(970), + [anon_sym_0b] = ACTIONS(968), + [anon_sym_0o] = ACTIONS(968), + [anon_sym_0x] = ACTIONS(968), + [sym_val_date] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), + [aux_sym_unquoted_token1] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [1393] = { + [sym_comment] = STATE(1393), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_DOLLAR] = ACTIONS(1587), + [anon_sym_DASH_DASH] = ACTIONS(1589), + [anon_sym_DASH2] = ACTIONS(1587), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1587), + [anon_sym_DOT_DOT_LT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [anon_sym_null] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1589), + [anon_sym_false] = ACTIONS(1589), + [aux_sym__val_number_decimal_token1] = ACTIONS(1587), + [aux_sym__val_number_decimal_token2] = ACTIONS(1589), + [aux_sym__val_number_decimal_token3] = ACTIONS(1589), + [aux_sym__val_number_decimal_token4] = ACTIONS(1589), + [aux_sym__val_number_token1] = ACTIONS(1589), + [aux_sym__val_number_token2] = ACTIONS(1589), + [aux_sym__val_number_token3] = ACTIONS(1589), + [aux_sym__val_number_token4] = ACTIONS(1589), + [aux_sym__val_number_token5] = ACTIONS(1589), + [aux_sym__val_number_token6] = ACTIONS(1589), + [anon_sym_0b] = ACTIONS(1587), + [sym_filesize_unit] = ACTIONS(1589), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_0o] = ACTIONS(1587), + [anon_sym_0x] = ACTIONS(1587), + [sym_val_date] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1589), + [sym__str_single_quotes] = ACTIONS(1589), + [sym__str_back_ticks] = ACTIONS(1589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token1] = ACTIONS(1587), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1589), + }, + [1394] = { + [sym_comment] = STATE(1394), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_RPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1861), + [anon_sym_DOT_DOT_LT] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [aux_sym_unquoted_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [1395] = { + [sym_comment] = STATE(1395), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_err_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_GT_PIPE] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), + [anon_sym_GT2] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_in2] = ACTIONS(2245), + [anon_sym_STAR2] = ACTIONS(2245), + [anon_sym_and2] = ACTIONS(2245), + [anon_sym_xor2] = ACTIONS(2245), + [anon_sym_or2] = ACTIONS(2245), + [anon_sym_not_DASHin2] = ACTIONS(2245), + [anon_sym_starts_DASHwith2] = ACTIONS(2245), + [anon_sym_ends_DASHwith2] = ACTIONS(2245), + [anon_sym_EQ_EQ2] = ACTIONS(2245), + [anon_sym_BANG_EQ2] = ACTIONS(2245), + [anon_sym_LT2] = ACTIONS(2245), + [anon_sym_LT_EQ2] = ACTIONS(2245), + [anon_sym_GT_EQ2] = ACTIONS(2245), + [anon_sym_EQ_TILDE2] = ACTIONS(2245), + [anon_sym_BANG_TILDE2] = ACTIONS(2245), + [anon_sym_STAR_STAR2] = ACTIONS(2245), + [anon_sym_PLUS_PLUS2] = ACTIONS(2245), + [anon_sym_SLASH2] = ACTIONS(2245), + [anon_sym_mod2] = ACTIONS(2245), + [anon_sym_SLASH_SLASH2] = ACTIONS(2245), + [anon_sym_PLUS2] = ACTIONS(2245), + [anon_sym_bit_DASHshl2] = ACTIONS(2245), + [anon_sym_bit_DASHshr2] = ACTIONS(2245), + [anon_sym_bit_DASHand2] = ACTIONS(2245), + [anon_sym_bit_DASHxor2] = ACTIONS(2245), + [anon_sym_bit_DASHor2] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(3), + }, + [1396] = { + [sym_comment] = STATE(1396), + [ts_builtin_sym_end] = ACTIONS(1693), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_DOT_DOT2] = ACTIONS(4596), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1681), + [anon_sym_DOT_DOT_LT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4598), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4598), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [sym_filesize_unit] = ACTIONS(4627), + [sym_duration_unit] = ACTIONS(4629), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4631), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [1397] = { + [sym_comment] = STATE(1397), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4633), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4635), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1398] = { + [sym__expr_parenthesized_immediate] = STATE(2048), + [sym__immediate_decimal] = STATE(2049), + [sym_val_variable] = STATE(2048), + [sym_comment] = STATE(1398), + [sym__newline] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_PIPE] = ACTIONS(1665), + [anon_sym_err_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_GT_PIPE] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), + [anon_sym_RPAREN] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1657), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_in2] = ACTIONS(1665), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_RBRACE] = ACTIONS(1665), + [anon_sym_STAR2] = ACTIONS(1657), + [anon_sym_and2] = ACTIONS(1665), + [anon_sym_xor2] = ACTIONS(1665), + [anon_sym_or2] = ACTIONS(1665), + [anon_sym_not_DASHin2] = ACTIONS(1665), + [anon_sym_starts_DASHwith2] = ACTIONS(1665), + [anon_sym_ends_DASHwith2] = ACTIONS(1665), + [anon_sym_EQ_EQ2] = ACTIONS(1665), + [anon_sym_BANG_EQ2] = ACTIONS(1665), + [anon_sym_LT2] = ACTIONS(1657), + [anon_sym_LT_EQ2] = ACTIONS(1665), + [anon_sym_GT_EQ2] = ACTIONS(1665), + [anon_sym_EQ_TILDE2] = ACTIONS(1665), + [anon_sym_BANG_TILDE2] = ACTIONS(1665), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1665), + [anon_sym_PLUS_PLUS2] = ACTIONS(1665), + [anon_sym_SLASH2] = ACTIONS(1657), + [anon_sym_mod2] = ACTIONS(1665), + [anon_sym_SLASH_SLASH2] = ACTIONS(1665), + [anon_sym_PLUS2] = ACTIONS(1657), + [anon_sym_bit_DASHshl2] = ACTIONS(1665), + [anon_sym_bit_DASHshr2] = ACTIONS(1665), + [anon_sym_bit_DASHand2] = ACTIONS(1665), + [anon_sym_bit_DASHxor2] = ACTIONS(1665), + [anon_sym_bit_DASHor2] = ACTIONS(1665), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1657), + [anon_sym_out_GT] = ACTIONS(1657), + [anon_sym_e_GT] = ACTIONS(1657), + [anon_sym_o_GT] = ACTIONS(1657), + [anon_sym_err_PLUSout_GT] = ACTIONS(1657), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1657), + [anon_sym_o_PLUSe_GT] = ACTIONS(1657), + [anon_sym_e_PLUSo_GT] = ACTIONS(1657), + [anon_sym_err_GT_GT] = ACTIONS(1665), + [anon_sym_out_GT_GT] = ACTIONS(1665), + [anon_sym_e_GT_GT] = ACTIONS(1665), + [anon_sym_o_GT_GT] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), + [anon_sym_POUND] = ACTIONS(251), + }, + [1399] = { + [sym_comment] = STATE(1399), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_DOT_DOT2] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ] = ACTIONS(972), + [anon_sym_DOT_DOT_LT] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), + [anon_sym_DOT_DOT_LT2] = ACTIONS(974), + [anon_sym_null] = ACTIONS(974), + [anon_sym_true] = ACTIONS(974), + [anon_sym_false] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(974), + [aux_sym__val_number_token5] = ACTIONS(974), + [aux_sym__val_number_token6] = ACTIONS(974), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), + [aux_sym_unquoted_token1] = ACTIONS(972), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(974), + }, + [1400] = { + [sym_comment] = STATE(1400), + [anon_sym_EQ] = ACTIONS(1018), + [anon_sym_PLUS_EQ] = ACTIONS(1020), + [anon_sym_DASH_EQ] = ACTIONS(1020), + [anon_sym_STAR_EQ] = ACTIONS(1020), + [anon_sym_SLASH_EQ] = ACTIONS(1020), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1020), + [sym__newline] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_PIPE] = ACTIONS(1020), + [anon_sym_err_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_GT_PIPE] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), + [anon_sym_RPAREN] = ACTIONS(1020), + [anon_sym_GT2] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_STAR2] = ACTIONS(1018), + [anon_sym_and2] = ACTIONS(1020), + [anon_sym_xor2] = ACTIONS(1020), + [anon_sym_or2] = ACTIONS(1020), + [anon_sym_not_DASHin2] = ACTIONS(1020), + [anon_sym_starts_DASHwith2] = ACTIONS(1020), + [anon_sym_ends_DASHwith2] = ACTIONS(1020), + [anon_sym_EQ_EQ2] = ACTIONS(1020), + [anon_sym_BANG_EQ2] = ACTIONS(1020), + [anon_sym_LT2] = ACTIONS(1018), + [anon_sym_LT_EQ2] = ACTIONS(1020), + [anon_sym_GT_EQ2] = ACTIONS(1020), + [anon_sym_EQ_TILDE2] = ACTIONS(1020), + [anon_sym_BANG_TILDE2] = ACTIONS(1020), + [anon_sym_STAR_STAR2] = ACTIONS(1020), + [anon_sym_PLUS_PLUS2] = ACTIONS(1018), + [anon_sym_SLASH2] = ACTIONS(1018), + [anon_sym_mod2] = ACTIONS(1020), + [anon_sym_SLASH_SLASH2] = ACTIONS(1020), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_bit_DASHshl2] = ACTIONS(1020), + [anon_sym_bit_DASHshr2] = ACTIONS(1020), + [anon_sym_bit_DASHand2] = ACTIONS(1020), + [anon_sym_bit_DASHxor2] = ACTIONS(1020), + [anon_sym_bit_DASHor2] = ACTIONS(1020), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_COLON2] = ACTIONS(1020), + [anon_sym_err_GT] = ACTIONS(1018), + [anon_sym_out_GT] = ACTIONS(1018), + [anon_sym_e_GT] = ACTIONS(1018), + [anon_sym_o_GT] = ACTIONS(1018), + [anon_sym_err_PLUSout_GT] = ACTIONS(1018), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), + [anon_sym_o_PLUSe_GT] = ACTIONS(1018), + [anon_sym_e_PLUSo_GT] = ACTIONS(1018), + [anon_sym_err_GT_GT] = ACTIONS(1020), + [anon_sym_out_GT_GT] = ACTIONS(1020), + [anon_sym_e_GT_GT] = ACTIONS(1020), + [anon_sym_o_GT_GT] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(251), + }, + [1401] = { + [sym_comment] = STATE(1401), + [sym__newline] = ACTIONS(1873), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_err_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_GT_PIPE] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_RPAREN] = ACTIONS(1873), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_DOT_DOT] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT2] = ACTIONS(4637), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4639), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4639), + [anon_sym_null] = ACTIONS(1873), + [anon_sym_true] = ACTIONS(1873), + [anon_sym_false] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1873), + [aux_sym__val_number_token5] = ACTIONS(1873), + [aux_sym__val_number_token6] = ACTIONS(1873), + [anon_sym_0b] = ACTIONS(1865), + [anon_sym_0o] = ACTIONS(1865), + [anon_sym_0x] = ACTIONS(1865), + [sym_val_date] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1873), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1873), + [anon_sym_err_GT] = ACTIONS(1865), + [anon_sym_out_GT] = ACTIONS(1865), + [anon_sym_e_GT] = ACTIONS(1865), + [anon_sym_o_GT] = ACTIONS(1865), + [anon_sym_err_PLUSout_GT] = ACTIONS(1865), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1865), + [anon_sym_o_PLUSe_GT] = ACTIONS(1865), + [anon_sym_e_PLUSo_GT] = ACTIONS(1865), + [anon_sym_err_GT_GT] = ACTIONS(1873), + [anon_sym_out_GT_GT] = ACTIONS(1873), + [anon_sym_e_GT_GT] = ACTIONS(1873), + [anon_sym_o_GT_GT] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1873), + [aux_sym_unquoted_token1] = ACTIONS(1865), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), + }, + [1402] = { + [sym__expr_parenthesized_immediate] = STATE(2033), + [sym__immediate_decimal] = STATE(2034), + [sym_val_variable] = STATE(2033), + [sym_comment] = STATE(1402), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_RPAREN] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1643), + [anon_sym_LBRACE] = ACTIONS(1643), + [anon_sym_RBRACE] = ACTIONS(1643), + [anon_sym_STAR2] = ACTIONS(1633), + [anon_sym_and2] = ACTIONS(1643), + [anon_sym_xor2] = ACTIONS(1643), + [anon_sym_or2] = ACTIONS(1643), + [anon_sym_not_DASHin2] = ACTIONS(1643), + [anon_sym_starts_DASHwith2] = ACTIONS(1643), + [anon_sym_ends_DASHwith2] = ACTIONS(1643), + [anon_sym_EQ_EQ2] = ACTIONS(1643), + [anon_sym_BANG_EQ2] = ACTIONS(1643), + [anon_sym_LT2] = ACTIONS(1633), + [anon_sym_LT_EQ2] = ACTIONS(1643), + [anon_sym_GT_EQ2] = ACTIONS(1643), + [anon_sym_EQ_TILDE2] = ACTIONS(1643), + [anon_sym_BANG_TILDE2] = ACTIONS(1643), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1643), + [anon_sym_PLUS_PLUS2] = ACTIONS(1643), + [anon_sym_SLASH2] = ACTIONS(1633), + [anon_sym_mod2] = ACTIONS(1643), + [anon_sym_SLASH_SLASH2] = ACTIONS(1643), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_bit_DASHshl2] = ACTIONS(1643), + [anon_sym_bit_DASHshr2] = ACTIONS(1643), + [anon_sym_bit_DASHand2] = ACTIONS(1643), + [anon_sym_bit_DASHxor2] = ACTIONS(1643), + [anon_sym_bit_DASHor2] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + }, + [1403] = { + [sym_comment] = STATE(1403), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(954), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_RPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_DOT_DOT] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4641), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ] = ACTIONS(952), + [anon_sym_DOT_DOT_LT] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_null] = ACTIONS(954), + [anon_sym_true] = ACTIONS(954), + [anon_sym_false] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(954), + [aux_sym__val_number_token5] = ACTIONS(954), + [aux_sym__val_number_token6] = ACTIONS(954), + [anon_sym_0b] = ACTIONS(952), + [anon_sym_0o] = ACTIONS(952), + [anon_sym_0x] = ACTIONS(952), + [sym_val_date] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [aux_sym_unquoted_token1] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), + }, + [1404] = { + [sym_comment] = STATE(1404), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4643), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1405] = { + [sym_comment] = STATE(1405), + [anon_sym_STAR_STAR] = ACTIONS(3170), + [anon_sym_PLUS_PLUS] = ACTIONS(3170), + [anon_sym_STAR] = ACTIONS(3172), + [anon_sym_SLASH] = ACTIONS(3172), + [anon_sym_mod] = ACTIONS(3170), + [anon_sym_SLASH_SLASH] = ACTIONS(3170), + [anon_sym_PLUS] = ACTIONS(3172), + [anon_sym_DASH] = ACTIONS(3170), + [anon_sym_bit_DASHshl] = ACTIONS(3170), + [anon_sym_bit_DASHshr] = ACTIONS(3170), + [anon_sym_EQ_TILDE] = ACTIONS(3170), + [anon_sym_BANG_TILDE] = ACTIONS(3170), + [anon_sym_bit_DASHand] = ACTIONS(3170), + [anon_sym_bit_DASHxor] = ACTIONS(3170), + [anon_sym_bit_DASHor] = ACTIONS(3170), + [anon_sym_and] = ACTIONS(3170), + [anon_sym_xor] = ACTIONS(3170), + [anon_sym_or] = ACTIONS(3170), + [anon_sym_in] = ACTIONS(3170), + [anon_sym_not_DASHin] = ACTIONS(3170), + [anon_sym_starts_DASHwith] = ACTIONS(3170), + [anon_sym_ends_DASHwith] = ACTIONS(3170), + [anon_sym_EQ_EQ] = ACTIONS(3170), + [anon_sym_BANG_EQ] = ACTIONS(3170), + [anon_sym_LT] = ACTIONS(3172), + [anon_sym_LT_EQ] = ACTIONS(3170), + [anon_sym_GT] = ACTIONS(3172), + [anon_sym_GT_EQ] = ACTIONS(3170), + [aux_sym_cmd_identifier_token41] = ACTIONS(3174), + [sym__newline] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_err_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_GT_PIPE] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2237), + [anon_sym_GT2] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_in2] = ACTIONS(2237), + [anon_sym_STAR2] = ACTIONS(2237), + [anon_sym_and2] = ACTIONS(2237), + [anon_sym_xor2] = ACTIONS(2237), + [anon_sym_or2] = ACTIONS(2237), + [anon_sym_not_DASHin2] = ACTIONS(2237), + [anon_sym_starts_DASHwith2] = ACTIONS(2237), + [anon_sym_ends_DASHwith2] = ACTIONS(2237), + [anon_sym_EQ_EQ2] = ACTIONS(2237), + [anon_sym_BANG_EQ2] = ACTIONS(2237), + [anon_sym_LT2] = ACTIONS(2237), + [anon_sym_LT_EQ2] = ACTIONS(2237), + [anon_sym_GT_EQ2] = ACTIONS(2237), + [anon_sym_EQ_TILDE2] = ACTIONS(2237), + [anon_sym_BANG_TILDE2] = ACTIONS(2237), + [anon_sym_STAR_STAR2] = ACTIONS(2237), + [anon_sym_PLUS_PLUS2] = ACTIONS(2237), + [anon_sym_SLASH2] = ACTIONS(2237), + [anon_sym_mod2] = ACTIONS(2237), + [anon_sym_SLASH_SLASH2] = ACTIONS(2237), + [anon_sym_PLUS2] = ACTIONS(2237), + [anon_sym_bit_DASHshl2] = ACTIONS(2237), + [anon_sym_bit_DASHshr2] = ACTIONS(2237), + [anon_sym_bit_DASHand2] = ACTIONS(2237), + [anon_sym_bit_DASHxor2] = ACTIONS(2237), + [anon_sym_bit_DASHor2] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(3), + }, + [1406] = { + [sym_path] = STATE(1497), + [sym_comment] = STATE(1406), + [aux_sym_cell_path_repeat1] = STATE(1406), + [sym__newline] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_err_GT_PIPE] = ACTIONS(943), + [anon_sym_out_GT_PIPE] = ACTIONS(943), + [anon_sym_e_GT_PIPE] = ACTIONS(943), + [anon_sym_o_GT_PIPE] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), + [anon_sym_GT2] = ACTIONS(941), + [anon_sym_DASH2] = ACTIONS(943), + [anon_sym_in2] = ACTIONS(943), + [anon_sym_if] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_EQ_GT] = ACTIONS(943), + [anon_sym_STAR2] = ACTIONS(941), + [anon_sym_and2] = ACTIONS(943), + [anon_sym_xor2] = ACTIONS(943), + [anon_sym_or2] = ACTIONS(943), + [anon_sym_not_DASHin2] = ACTIONS(943), + [anon_sym_starts_DASHwith2] = ACTIONS(943), + [anon_sym_ends_DASHwith2] = ACTIONS(943), + [anon_sym_EQ_EQ2] = ACTIONS(943), + [anon_sym_BANG_EQ2] = ACTIONS(943), + [anon_sym_LT2] = ACTIONS(941), + [anon_sym_LT_EQ2] = ACTIONS(943), + [anon_sym_GT_EQ2] = ACTIONS(943), + [anon_sym_EQ_TILDE2] = ACTIONS(943), + [anon_sym_BANG_TILDE2] = ACTIONS(943), + [anon_sym_STAR_STAR2] = ACTIONS(943), + [anon_sym_PLUS_PLUS2] = ACTIONS(943), + [anon_sym_SLASH2] = ACTIONS(941), + [anon_sym_mod2] = ACTIONS(943), + [anon_sym_SLASH_SLASH2] = ACTIONS(943), + [anon_sym_PLUS2] = ACTIONS(941), + [anon_sym_bit_DASHshl2] = ACTIONS(943), + [anon_sym_bit_DASHshr2] = ACTIONS(943), + [anon_sym_bit_DASHand2] = ACTIONS(943), + [anon_sym_bit_DASHxor2] = ACTIONS(943), + [anon_sym_bit_DASHor2] = ACTIONS(943), + [anon_sym_DOT_DOT2] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), + [anon_sym_DOT_DOT_LT2] = ACTIONS(943), + [anon_sym_COLON2] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(4645), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [anon_sym_err_GT_GT] = ACTIONS(943), + [anon_sym_out_GT_GT] = ACTIONS(943), + [anon_sym_e_GT_GT] = ACTIONS(943), + [anon_sym_o_GT_GT] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), [anon_sym_POUND] = ACTIONS(251), }, - [1447] = { - [sym_cell_path] = STATE(1789), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1447), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1959), - [anon_sym_err_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_GT_PIPE] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1959), - [anon_sym_LPAREN] = ACTIONS(1959), - [anon_sym_RPAREN] = ACTIONS(1959), - [anon_sym_DOLLAR] = ACTIONS(1957), - [anon_sym_DASH_DASH] = ACTIONS(1959), - [anon_sym_DASH2] = ACTIONS(1957), - [anon_sym_LBRACE] = ACTIONS(1959), - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_DOT_DOT] = ACTIONS(1957), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1959), - [anon_sym_DOT_DOT_LT] = ACTIONS(1959), - [anon_sym_null] = ACTIONS(1959), - [anon_sym_true] = ACTIONS(1959), - [anon_sym_false] = ACTIONS(1959), - [aux_sym__val_number_decimal_token1] = ACTIONS(1957), - [aux_sym__val_number_decimal_token2] = ACTIONS(1959), - [aux_sym__val_number_decimal_token3] = ACTIONS(1959), - [aux_sym__val_number_decimal_token4] = ACTIONS(1959), - [aux_sym__val_number_token1] = ACTIONS(1959), - [aux_sym__val_number_token2] = ACTIONS(1959), - [aux_sym__val_number_token3] = ACTIONS(1959), - [aux_sym__val_number_token4] = ACTIONS(1959), - [aux_sym__val_number_token5] = ACTIONS(1959), - [aux_sym__val_number_token6] = ACTIONS(1959), - [anon_sym_0b] = ACTIONS(1957), - [anon_sym_0o] = ACTIONS(1957), - [anon_sym_0x] = ACTIONS(1957), - [sym_val_date] = ACTIONS(1959), - [anon_sym_DQUOTE] = ACTIONS(1959), - [sym__str_single_quotes] = ACTIONS(1959), - [sym__str_back_ticks] = ACTIONS(1959), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1959), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1959), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1957), - [anon_sym_out_GT] = ACTIONS(1957), - [anon_sym_e_GT] = ACTIONS(1957), - [anon_sym_o_GT] = ACTIONS(1957), - [anon_sym_err_PLUSout_GT] = ACTIONS(1957), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), - [anon_sym_o_PLUSe_GT] = ACTIONS(1957), - [anon_sym_e_PLUSo_GT] = ACTIONS(1957), - [anon_sym_err_GT_GT] = ACTIONS(1959), - [anon_sym_out_GT_GT] = ACTIONS(1959), - [anon_sym_e_GT_GT] = ACTIONS(1959), - [anon_sym_o_GT_GT] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), - [aux_sym_unquoted_token1] = ACTIONS(1957), + [1407] = { + [sym__expr_parenthesized_immediate] = STATE(2035), + [sym__immediate_decimal] = STATE(2082), + [sym_val_variable] = STATE(2035), + [sym_comment] = STATE(1407), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_RPAREN] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(4609), + [aux_sym__immediate_decimal_token3] = ACTIONS(4609), + [aux_sym__immediate_decimal_token4] = ACTIONS(4611), + [aux_sym__immediate_decimal_token5] = ACTIONS(4613), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1959), }, - [1448] = { - [sym_cell_path] = STATE(1745), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1448), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1995), - [anon_sym_SEMI] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1995), - [anon_sym_err_GT_PIPE] = ACTIONS(1995), - [anon_sym_out_GT_PIPE] = ACTIONS(1995), - [anon_sym_e_GT_PIPE] = ACTIONS(1995), - [anon_sym_o_GT_PIPE] = ACTIONS(1995), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1995), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1995), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1995), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1995), - [anon_sym_LBRACK] = ACTIONS(1995), - [anon_sym_LPAREN] = ACTIONS(1995), - [anon_sym_RPAREN] = ACTIONS(1995), - [anon_sym_DOLLAR] = ACTIONS(1993), - [anon_sym_DASH_DASH] = ACTIONS(1995), - [anon_sym_DASH2] = ACTIONS(1993), - [anon_sym_LBRACE] = ACTIONS(1995), - [anon_sym_RBRACE] = ACTIONS(1995), - [anon_sym_DOT_DOT] = ACTIONS(1993), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1995), - [anon_sym_DOT_DOT_LT] = ACTIONS(1995), - [anon_sym_null] = ACTIONS(1995), - [anon_sym_true] = ACTIONS(1995), - [anon_sym_false] = ACTIONS(1995), - [aux_sym__val_number_decimal_token1] = ACTIONS(1993), - [aux_sym__val_number_decimal_token2] = ACTIONS(1995), - [aux_sym__val_number_decimal_token3] = ACTIONS(1995), - [aux_sym__val_number_decimal_token4] = ACTIONS(1995), - [aux_sym__val_number_token1] = ACTIONS(1995), - [aux_sym__val_number_token2] = ACTIONS(1995), - [aux_sym__val_number_token3] = ACTIONS(1995), - [aux_sym__val_number_token4] = ACTIONS(1995), - [aux_sym__val_number_token5] = ACTIONS(1995), - [aux_sym__val_number_token6] = ACTIONS(1995), - [anon_sym_0b] = ACTIONS(1993), - [anon_sym_0o] = ACTIONS(1993), - [anon_sym_0x] = ACTIONS(1993), - [sym_val_date] = ACTIONS(1995), - [anon_sym_DQUOTE] = ACTIONS(1995), - [sym__str_single_quotes] = ACTIONS(1995), - [sym__str_back_ticks] = ACTIONS(1995), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1995), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1993), - [anon_sym_out_GT] = ACTIONS(1993), - [anon_sym_e_GT] = ACTIONS(1993), - [anon_sym_o_GT] = ACTIONS(1993), - [anon_sym_err_PLUSout_GT] = ACTIONS(1993), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1993), - [anon_sym_o_PLUSe_GT] = ACTIONS(1993), - [anon_sym_e_PLUSo_GT] = ACTIONS(1993), - [anon_sym_err_GT_GT] = ACTIONS(1995), - [anon_sym_out_GT_GT] = ACTIONS(1995), - [anon_sym_e_GT_GT] = ACTIONS(1995), - [anon_sym_o_GT_GT] = ACTIONS(1995), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1995), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1995), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1995), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1995), - [aux_sym_unquoted_token1] = ACTIONS(1993), + [1408] = { + [sym_comment] = STATE(1408), + [ts_builtin_sym_end] = ACTIONS(966), + [anon_sym_EQ] = ACTIONS(964), + [anon_sym_PLUS_EQ] = ACTIONS(966), + [anon_sym_DASH_EQ] = ACTIONS(966), + [anon_sym_STAR_EQ] = ACTIONS(966), + [anon_sym_SLASH_EQ] = ACTIONS(966), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(966), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_GT2] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_in2] = ACTIONS(966), + [anon_sym_STAR2] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_and2] = ACTIONS(966), + [anon_sym_xor2] = ACTIONS(966), + [anon_sym_or2] = ACTIONS(966), + [anon_sym_not_DASHin2] = ACTIONS(966), + [anon_sym_starts_DASHwith2] = ACTIONS(966), + [anon_sym_ends_DASHwith2] = ACTIONS(966), + [anon_sym_EQ_EQ2] = ACTIONS(966), + [anon_sym_BANG_EQ2] = ACTIONS(966), + [anon_sym_LT2] = ACTIONS(964), + [anon_sym_LT_EQ2] = ACTIONS(966), + [anon_sym_GT_EQ2] = ACTIONS(966), + [anon_sym_EQ_TILDE2] = ACTIONS(966), + [anon_sym_BANG_TILDE2] = ACTIONS(966), + [anon_sym_STAR_STAR2] = ACTIONS(966), + [anon_sym_PLUS_PLUS2] = ACTIONS(964), + [anon_sym_SLASH2] = ACTIONS(964), + [anon_sym_mod2] = ACTIONS(966), + [anon_sym_SLASH_SLASH2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_bit_DASHshl2] = ACTIONS(966), + [anon_sym_bit_DASHshr2] = ACTIONS(966), + [anon_sym_bit_DASHand2] = ACTIONS(966), + [anon_sym_bit_DASHxor2] = ACTIONS(966), + [anon_sym_bit_DASHor2] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1995), }, - [1449] = { - [sym__expr_parenthesized_immediate] = STATE(2089), - [sym__immediate_decimal] = STATE(2090), - [sym_val_variable] = STATE(2089), - [sym_comment] = STATE(1449), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [anon_sym_DOT] = ACTIONS(4698), - [aux_sym__immediate_decimal_token1] = ACTIONS(4618), - [aux_sym__immediate_decimal_token3] = ACTIONS(4618), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), + [1409] = { + [sym_comment] = STATE(1409), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_LBRACK] = ACTIONS(978), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_RPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ] = ACTIONS(976), + [anon_sym_DOT_DOT_LT] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_null] = ACTIONS(978), + [anon_sym_true] = ACTIONS(978), + [anon_sym_false] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(978), + [aux_sym__val_number_token5] = ACTIONS(978), + [aux_sym__val_number_token6] = ACTIONS(978), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), + [aux_sym_unquoted_token1] = ACTIONS(976), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(978), }, - [1450] = { - [sym_cell_path] = STATE(1746), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1450), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1999), - [anon_sym_SEMI] = ACTIONS(1999), - [anon_sym_PIPE] = ACTIONS(1999), - [anon_sym_err_GT_PIPE] = ACTIONS(1999), - [anon_sym_out_GT_PIPE] = ACTIONS(1999), - [anon_sym_e_GT_PIPE] = ACTIONS(1999), - [anon_sym_o_GT_PIPE] = ACTIONS(1999), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1999), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1999), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1999), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1999), - [anon_sym_LBRACK] = ACTIONS(1999), - [anon_sym_LPAREN] = ACTIONS(1999), - [anon_sym_RPAREN] = ACTIONS(1999), - [anon_sym_DOLLAR] = ACTIONS(1997), - [anon_sym_DASH_DASH] = ACTIONS(1999), - [anon_sym_DASH2] = ACTIONS(1997), - [anon_sym_LBRACE] = ACTIONS(1999), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_DOT_DOT] = ACTIONS(1997), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1999), - [anon_sym_DOT_DOT_LT] = ACTIONS(1999), - [anon_sym_null] = ACTIONS(1999), - [anon_sym_true] = ACTIONS(1999), - [anon_sym_false] = ACTIONS(1999), - [aux_sym__val_number_decimal_token1] = ACTIONS(1997), - [aux_sym__val_number_decimal_token2] = ACTIONS(1999), - [aux_sym__val_number_decimal_token3] = ACTIONS(1999), - [aux_sym__val_number_decimal_token4] = ACTIONS(1999), - [aux_sym__val_number_token1] = ACTIONS(1999), - [aux_sym__val_number_token2] = ACTIONS(1999), - [aux_sym__val_number_token3] = ACTIONS(1999), - [aux_sym__val_number_token4] = ACTIONS(1999), - [aux_sym__val_number_token5] = ACTIONS(1999), - [aux_sym__val_number_token6] = ACTIONS(1999), - [anon_sym_0b] = ACTIONS(1997), - [anon_sym_0o] = ACTIONS(1997), - [anon_sym_0x] = ACTIONS(1997), - [sym_val_date] = ACTIONS(1999), - [anon_sym_DQUOTE] = ACTIONS(1999), - [sym__str_single_quotes] = ACTIONS(1999), - [sym__str_back_ticks] = ACTIONS(1999), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1999), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1999), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1997), - [anon_sym_out_GT] = ACTIONS(1997), - [anon_sym_e_GT] = ACTIONS(1997), - [anon_sym_o_GT] = ACTIONS(1997), - [anon_sym_err_PLUSout_GT] = ACTIONS(1997), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1997), - [anon_sym_o_PLUSe_GT] = ACTIONS(1997), - [anon_sym_e_PLUSo_GT] = ACTIONS(1997), - [anon_sym_err_GT_GT] = ACTIONS(1999), - [anon_sym_out_GT_GT] = ACTIONS(1999), - [anon_sym_e_GT_GT] = ACTIONS(1999), - [anon_sym_o_GT_GT] = ACTIONS(1999), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1999), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1999), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1999), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1999), - [aux_sym_unquoted_token1] = ACTIONS(1997), + [1410] = { + [sym_comment] = STATE(1410), + [ts_builtin_sym_end] = ACTIONS(978), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_PLUS_EQ] = ACTIONS(978), + [anon_sym_DASH_EQ] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(978), + [anon_sym_SLASH_EQ] = ACTIONS(978), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(978), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_GT2] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_in2] = ACTIONS(978), + [anon_sym_STAR2] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_and2] = ACTIONS(978), + [anon_sym_xor2] = ACTIONS(978), + [anon_sym_or2] = ACTIONS(978), + [anon_sym_not_DASHin2] = ACTIONS(978), + [anon_sym_starts_DASHwith2] = ACTIONS(978), + [anon_sym_ends_DASHwith2] = ACTIONS(978), + [anon_sym_EQ_EQ2] = ACTIONS(978), + [anon_sym_BANG_EQ2] = ACTIONS(978), + [anon_sym_LT2] = ACTIONS(976), + [anon_sym_LT_EQ2] = ACTIONS(978), + [anon_sym_GT_EQ2] = ACTIONS(978), + [anon_sym_EQ_TILDE2] = ACTIONS(978), + [anon_sym_BANG_TILDE2] = ACTIONS(978), + [anon_sym_STAR_STAR2] = ACTIONS(978), + [anon_sym_PLUS_PLUS2] = ACTIONS(976), + [anon_sym_SLASH2] = ACTIONS(976), + [anon_sym_mod2] = ACTIONS(978), + [anon_sym_SLASH_SLASH2] = ACTIONS(978), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_bit_DASHshl2] = ACTIONS(978), + [anon_sym_bit_DASHshr2] = ACTIONS(978), + [anon_sym_bit_DASHand2] = ACTIONS(978), + [anon_sym_bit_DASHxor2] = ACTIONS(978), + [anon_sym_bit_DASHor2] = ACTIONS(978), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1999), }, - [1451] = { - [sym_cell_path] = STATE(1747), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1451), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2003), - [anon_sym_SEMI] = ACTIONS(2003), - [anon_sym_PIPE] = ACTIONS(2003), - [anon_sym_err_GT_PIPE] = ACTIONS(2003), - [anon_sym_out_GT_PIPE] = ACTIONS(2003), - [anon_sym_e_GT_PIPE] = ACTIONS(2003), - [anon_sym_o_GT_PIPE] = ACTIONS(2003), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2003), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2003), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2003), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2003), - [anon_sym_LBRACK] = ACTIONS(2003), - [anon_sym_LPAREN] = ACTIONS(2003), - [anon_sym_RPAREN] = ACTIONS(2003), - [anon_sym_DOLLAR] = ACTIONS(2001), - [anon_sym_DASH_DASH] = ACTIONS(2003), - [anon_sym_DASH2] = ACTIONS(2001), - [anon_sym_LBRACE] = ACTIONS(2003), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_DOT_DOT] = ACTIONS(2001), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2003), - [anon_sym_DOT_DOT_LT] = ACTIONS(2003), - [anon_sym_null] = ACTIONS(2003), - [anon_sym_true] = ACTIONS(2003), - [anon_sym_false] = ACTIONS(2003), - [aux_sym__val_number_decimal_token1] = ACTIONS(2001), - [aux_sym__val_number_decimal_token2] = ACTIONS(2003), - [aux_sym__val_number_decimal_token3] = ACTIONS(2003), - [aux_sym__val_number_decimal_token4] = ACTIONS(2003), - [aux_sym__val_number_token1] = ACTIONS(2003), - [aux_sym__val_number_token2] = ACTIONS(2003), - [aux_sym__val_number_token3] = ACTIONS(2003), - [aux_sym__val_number_token4] = ACTIONS(2003), - [aux_sym__val_number_token5] = ACTIONS(2003), - [aux_sym__val_number_token6] = ACTIONS(2003), - [anon_sym_0b] = ACTIONS(2001), - [anon_sym_0o] = ACTIONS(2001), - [anon_sym_0x] = ACTIONS(2001), - [sym_val_date] = ACTIONS(2003), - [anon_sym_DQUOTE] = ACTIONS(2003), - [sym__str_single_quotes] = ACTIONS(2003), - [sym__str_back_ticks] = ACTIONS(2003), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2003), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2003), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2001), - [anon_sym_out_GT] = ACTIONS(2001), - [anon_sym_e_GT] = ACTIONS(2001), - [anon_sym_o_GT] = ACTIONS(2001), - [anon_sym_err_PLUSout_GT] = ACTIONS(2001), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2001), - [anon_sym_o_PLUSe_GT] = ACTIONS(2001), - [anon_sym_e_PLUSo_GT] = ACTIONS(2001), - [anon_sym_err_GT_GT] = ACTIONS(2003), - [anon_sym_out_GT_GT] = ACTIONS(2003), - [anon_sym_e_GT_GT] = ACTIONS(2003), - [anon_sym_o_GT_GT] = ACTIONS(2003), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2003), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2003), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2003), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2003), - [aux_sym_unquoted_token1] = ACTIONS(2001), + [1411] = { + [sym__expr_parenthesized_immediate] = STATE(2127), + [sym__immediate_decimal] = STATE(1838), + [sym_val_variable] = STATE(2127), + [sym_comment] = STATE(1411), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(4652), + [aux_sym__immediate_decimal_token1] = ACTIONS(4654), + [aux_sym__immediate_decimal_token3] = ACTIONS(4654), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2003), }, - [1452] = { - [sym_comment] = STATE(1452), - [ts_builtin_sym_end] = ACTIONS(964), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ] = ACTIONS(962), - [anon_sym_DOT_DOT_LT] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_null] = ACTIONS(964), - [anon_sym_true] = ACTIONS(964), - [anon_sym_false] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(964), - [aux_sym__val_number_token5] = ACTIONS(964), - [aux_sym__val_number_token6] = ACTIONS(964), - [anon_sym_0b] = ACTIONS(962), - [anon_sym_0o] = ACTIONS(962), - [anon_sym_0x] = ACTIONS(962), - [sym_val_date] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [aux_sym_unquoted_token1] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), + [1412] = { + [sym_comment] = STATE(1412), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4660), + [aux_sym__immediate_decimal_token2] = ACTIONS(4662), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1453] = { - [sym_cell_path] = STATE(1748), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1453), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2007), - [anon_sym_SEMI] = ACTIONS(2007), - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_err_GT_PIPE] = ACTIONS(2007), - [anon_sym_out_GT_PIPE] = ACTIONS(2007), - [anon_sym_e_GT_PIPE] = ACTIONS(2007), - [anon_sym_o_GT_PIPE] = ACTIONS(2007), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2007), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2007), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2007), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2007), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_LPAREN] = ACTIONS(2007), - [anon_sym_RPAREN] = ACTIONS(2007), - [anon_sym_DOLLAR] = ACTIONS(2005), - [anon_sym_DASH_DASH] = ACTIONS(2007), - [anon_sym_DASH2] = ACTIONS(2005), - [anon_sym_LBRACE] = ACTIONS(2007), - [anon_sym_RBRACE] = ACTIONS(2007), - [anon_sym_DOT_DOT] = ACTIONS(2005), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2007), - [anon_sym_DOT_DOT_LT] = ACTIONS(2007), - [anon_sym_null] = ACTIONS(2007), - [anon_sym_true] = ACTIONS(2007), - [anon_sym_false] = ACTIONS(2007), - [aux_sym__val_number_decimal_token1] = ACTIONS(2005), - [aux_sym__val_number_decimal_token2] = ACTIONS(2007), - [aux_sym__val_number_decimal_token3] = ACTIONS(2007), - [aux_sym__val_number_decimal_token4] = ACTIONS(2007), - [aux_sym__val_number_token1] = ACTIONS(2007), - [aux_sym__val_number_token2] = ACTIONS(2007), - [aux_sym__val_number_token3] = ACTIONS(2007), - [aux_sym__val_number_token4] = ACTIONS(2007), - [aux_sym__val_number_token5] = ACTIONS(2007), - [aux_sym__val_number_token6] = ACTIONS(2007), - [anon_sym_0b] = ACTIONS(2005), - [anon_sym_0o] = ACTIONS(2005), - [anon_sym_0x] = ACTIONS(2005), - [sym_val_date] = ACTIONS(2007), - [anon_sym_DQUOTE] = ACTIONS(2007), - [sym__str_single_quotes] = ACTIONS(2007), - [sym__str_back_ticks] = ACTIONS(2007), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2007), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2007), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2005), - [anon_sym_out_GT] = ACTIONS(2005), - [anon_sym_e_GT] = ACTIONS(2005), - [anon_sym_o_GT] = ACTIONS(2005), - [anon_sym_err_PLUSout_GT] = ACTIONS(2005), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2005), - [anon_sym_o_PLUSe_GT] = ACTIONS(2005), - [anon_sym_e_PLUSo_GT] = ACTIONS(2005), - [anon_sym_err_GT_GT] = ACTIONS(2007), - [anon_sym_out_GT_GT] = ACTIONS(2007), - [anon_sym_e_GT_GT] = ACTIONS(2007), - [anon_sym_o_GT_GT] = ACTIONS(2007), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2007), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2007), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2007), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2007), - [aux_sym_unquoted_token1] = ACTIONS(2005), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2007), + [1413] = { + [sym_comment] = STATE(1413), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_RPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_DOT_DOT] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ] = ACTIONS(964), + [anon_sym_DOT_DOT_LT] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_null] = ACTIONS(966), + [anon_sym_true] = ACTIONS(966), + [anon_sym_false] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(966), + [aux_sym__val_number_token5] = ACTIONS(966), + [aux_sym__val_number_token6] = ACTIONS(966), + [anon_sym_0b] = ACTIONS(964), + [anon_sym_0o] = ACTIONS(964), + [anon_sym_0x] = ACTIONS(964), + [sym_val_date] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [aux_sym_unquoted_token1] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), }, - [1454] = { - [sym_cell_path] = STATE(1752), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1454), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2011), - [anon_sym_SEMI] = ACTIONS(2011), - [anon_sym_PIPE] = ACTIONS(2011), - [anon_sym_err_GT_PIPE] = ACTIONS(2011), - [anon_sym_out_GT_PIPE] = ACTIONS(2011), - [anon_sym_e_GT_PIPE] = ACTIONS(2011), - [anon_sym_o_GT_PIPE] = ACTIONS(2011), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2011), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2011), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2011), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2011), - [anon_sym_LBRACK] = ACTIONS(2011), - [anon_sym_LPAREN] = ACTIONS(2011), - [anon_sym_RPAREN] = ACTIONS(2011), - [anon_sym_DOLLAR] = ACTIONS(2009), - [anon_sym_DASH_DASH] = ACTIONS(2011), - [anon_sym_DASH2] = ACTIONS(2009), - [anon_sym_LBRACE] = ACTIONS(2011), - [anon_sym_RBRACE] = ACTIONS(2011), - [anon_sym_DOT_DOT] = ACTIONS(2009), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2011), - [anon_sym_DOT_DOT_LT] = ACTIONS(2011), - [anon_sym_null] = ACTIONS(2011), - [anon_sym_true] = ACTIONS(2011), - [anon_sym_false] = ACTIONS(2011), - [aux_sym__val_number_decimal_token1] = ACTIONS(2009), - [aux_sym__val_number_decimal_token2] = ACTIONS(2011), - [aux_sym__val_number_decimal_token3] = ACTIONS(2011), - [aux_sym__val_number_decimal_token4] = ACTIONS(2011), - [aux_sym__val_number_token1] = ACTIONS(2011), - [aux_sym__val_number_token2] = ACTIONS(2011), - [aux_sym__val_number_token3] = ACTIONS(2011), - [aux_sym__val_number_token4] = ACTIONS(2011), - [aux_sym__val_number_token5] = ACTIONS(2011), - [aux_sym__val_number_token6] = ACTIONS(2011), - [anon_sym_0b] = ACTIONS(2009), - [anon_sym_0o] = ACTIONS(2009), - [anon_sym_0x] = ACTIONS(2009), - [sym_val_date] = ACTIONS(2011), - [anon_sym_DQUOTE] = ACTIONS(2011), - [sym__str_single_quotes] = ACTIONS(2011), - [sym__str_back_ticks] = ACTIONS(2011), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2011), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2011), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2009), - [anon_sym_out_GT] = ACTIONS(2009), - [anon_sym_e_GT] = ACTIONS(2009), - [anon_sym_o_GT] = ACTIONS(2009), - [anon_sym_err_PLUSout_GT] = ACTIONS(2009), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2009), - [anon_sym_o_PLUSe_GT] = ACTIONS(2009), - [anon_sym_e_PLUSo_GT] = ACTIONS(2009), - [anon_sym_err_GT_GT] = ACTIONS(2011), - [anon_sym_out_GT_GT] = ACTIONS(2011), - [anon_sym_e_GT_GT] = ACTIONS(2011), - [anon_sym_o_GT_GT] = ACTIONS(2011), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2011), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2011), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2011), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2011), - [aux_sym_unquoted_token1] = ACTIONS(2009), + [1414] = { + [sym_path] = STATE(1497), + [sym_comment] = STATE(1414), + [aux_sym_cell_path_repeat1] = STATE(1406), + [sym__newline] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_err_GT_PIPE] = ACTIONS(950), + [anon_sym_out_GT_PIPE] = ACTIONS(950), + [anon_sym_e_GT_PIPE] = ACTIONS(950), + [anon_sym_o_GT_PIPE] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), + [anon_sym_RPAREN] = ACTIONS(950), + [anon_sym_GT2] = ACTIONS(948), + [anon_sym_DASH2] = ACTIONS(950), + [anon_sym_in2] = ACTIONS(950), + [anon_sym_if] = ACTIONS(950), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), + [anon_sym_EQ_GT] = ACTIONS(950), + [anon_sym_STAR2] = ACTIONS(948), + [anon_sym_and2] = ACTIONS(950), + [anon_sym_xor2] = ACTIONS(950), + [anon_sym_or2] = ACTIONS(950), + [anon_sym_not_DASHin2] = ACTIONS(950), + [anon_sym_starts_DASHwith2] = ACTIONS(950), + [anon_sym_ends_DASHwith2] = ACTIONS(950), + [anon_sym_EQ_EQ2] = ACTIONS(950), + [anon_sym_BANG_EQ2] = ACTIONS(950), + [anon_sym_LT2] = ACTIONS(948), + [anon_sym_LT_EQ2] = ACTIONS(950), + [anon_sym_GT_EQ2] = ACTIONS(950), + [anon_sym_EQ_TILDE2] = ACTIONS(950), + [anon_sym_BANG_TILDE2] = ACTIONS(950), + [anon_sym_STAR_STAR2] = ACTIONS(950), + [anon_sym_PLUS_PLUS2] = ACTIONS(950), + [anon_sym_SLASH2] = ACTIONS(948), + [anon_sym_mod2] = ACTIONS(950), + [anon_sym_SLASH_SLASH2] = ACTIONS(950), + [anon_sym_PLUS2] = ACTIONS(948), + [anon_sym_bit_DASHshl2] = ACTIONS(950), + [anon_sym_bit_DASHshr2] = ACTIONS(950), + [anon_sym_bit_DASHand2] = ACTIONS(950), + [anon_sym_bit_DASHxor2] = ACTIONS(950), + [anon_sym_bit_DASHor2] = ACTIONS(950), + [anon_sym_DOT_DOT2] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), + [anon_sym_DOT_DOT_LT2] = ACTIONS(950), + [anon_sym_COLON2] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(4563), + [anon_sym_err_GT] = ACTIONS(948), + [anon_sym_out_GT] = ACTIONS(948), + [anon_sym_e_GT] = ACTIONS(948), + [anon_sym_o_GT] = ACTIONS(948), + [anon_sym_err_PLUSout_GT] = ACTIONS(948), + [anon_sym_out_PLUSerr_GT] = ACTIONS(948), + [anon_sym_o_PLUSe_GT] = ACTIONS(948), + [anon_sym_e_PLUSo_GT] = ACTIONS(948), + [anon_sym_err_GT_GT] = ACTIONS(950), + [anon_sym_out_GT_GT] = ACTIONS(950), + [anon_sym_e_GT_GT] = ACTIONS(950), + [anon_sym_o_GT_GT] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2011), }, - [1455] = { - [sym_cell_path] = STATE(1755), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1455), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2015), - [anon_sym_SEMI] = ACTIONS(2015), - [anon_sym_PIPE] = ACTIONS(2015), - [anon_sym_err_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_GT_PIPE] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2015), - [anon_sym_LBRACK] = ACTIONS(2015), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(2015), - [anon_sym_DOLLAR] = ACTIONS(2013), - [anon_sym_DASH_DASH] = ACTIONS(2015), - [anon_sym_DASH2] = ACTIONS(2013), - [anon_sym_LBRACE] = ACTIONS(2015), - [anon_sym_RBRACE] = ACTIONS(2015), - [anon_sym_DOT_DOT] = ACTIONS(2013), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2015), - [anon_sym_DOT_DOT_LT] = ACTIONS(2015), - [anon_sym_null] = ACTIONS(2015), - [anon_sym_true] = ACTIONS(2015), - [anon_sym_false] = ACTIONS(2015), - [aux_sym__val_number_decimal_token1] = ACTIONS(2013), - [aux_sym__val_number_decimal_token2] = ACTIONS(2015), - [aux_sym__val_number_decimal_token3] = ACTIONS(2015), - [aux_sym__val_number_decimal_token4] = ACTIONS(2015), - [aux_sym__val_number_token1] = ACTIONS(2015), - [aux_sym__val_number_token2] = ACTIONS(2015), - [aux_sym__val_number_token3] = ACTIONS(2015), - [aux_sym__val_number_token4] = ACTIONS(2015), - [aux_sym__val_number_token5] = ACTIONS(2015), - [aux_sym__val_number_token6] = ACTIONS(2015), - [anon_sym_0b] = ACTIONS(2013), - [anon_sym_0o] = ACTIONS(2013), - [anon_sym_0x] = ACTIONS(2013), - [sym_val_date] = ACTIONS(2015), - [anon_sym_DQUOTE] = ACTIONS(2015), - [sym__str_single_quotes] = ACTIONS(2015), - [sym__str_back_ticks] = ACTIONS(2015), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2015), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2015), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2013), - [anon_sym_out_GT] = ACTIONS(2013), - [anon_sym_e_GT] = ACTIONS(2013), - [anon_sym_o_GT] = ACTIONS(2013), - [anon_sym_err_PLUSout_GT] = ACTIONS(2013), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2013), - [anon_sym_o_PLUSe_GT] = ACTIONS(2013), - [anon_sym_e_PLUSo_GT] = ACTIONS(2013), - [anon_sym_err_GT_GT] = ACTIONS(2015), - [anon_sym_out_GT_GT] = ACTIONS(2015), - [anon_sym_e_GT_GT] = ACTIONS(2015), - [anon_sym_o_GT_GT] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2015), - [aux_sym_unquoted_token1] = ACTIONS(2013), + [1415] = { + [sym_comment] = STATE(1415), + [ts_builtin_sym_end] = ACTIONS(970), + [anon_sym_EQ] = ACTIONS(968), + [anon_sym_PLUS_EQ] = ACTIONS(970), + [anon_sym_DASH_EQ] = ACTIONS(970), + [anon_sym_STAR_EQ] = ACTIONS(970), + [anon_sym_SLASH_EQ] = ACTIONS(970), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(970), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_GT2] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_in2] = ACTIONS(970), + [anon_sym_STAR2] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_and2] = ACTIONS(970), + [anon_sym_xor2] = ACTIONS(970), + [anon_sym_or2] = ACTIONS(970), + [anon_sym_not_DASHin2] = ACTIONS(970), + [anon_sym_starts_DASHwith2] = ACTIONS(970), + [anon_sym_ends_DASHwith2] = ACTIONS(970), + [anon_sym_EQ_EQ2] = ACTIONS(970), + [anon_sym_BANG_EQ2] = ACTIONS(970), + [anon_sym_LT2] = ACTIONS(968), + [anon_sym_LT_EQ2] = ACTIONS(970), + [anon_sym_GT_EQ2] = ACTIONS(970), + [anon_sym_EQ_TILDE2] = ACTIONS(970), + [anon_sym_BANG_TILDE2] = ACTIONS(970), + [anon_sym_STAR_STAR2] = ACTIONS(970), + [anon_sym_PLUS_PLUS2] = ACTIONS(968), + [anon_sym_SLASH2] = ACTIONS(968), + [anon_sym_mod2] = ACTIONS(970), + [anon_sym_SLASH_SLASH2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_bit_DASHshl2] = ACTIONS(970), + [anon_sym_bit_DASHshr2] = ACTIONS(970), + [anon_sym_bit_DASHand2] = ACTIONS(970), + [anon_sym_bit_DASHxor2] = ACTIONS(970), + [anon_sym_bit_DASHor2] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2015), }, - [1456] = { - [sym_comment] = STATE(1456), - [sym__newline] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_PIPE] = ACTIONS(986), - [anon_sym_err_GT_PIPE] = ACTIONS(986), - [anon_sym_out_GT_PIPE] = ACTIONS(986), - [anon_sym_e_GT_PIPE] = ACTIONS(986), - [anon_sym_o_GT_PIPE] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), - [anon_sym_LBRACK] = ACTIONS(986), - [anon_sym_LPAREN] = ACTIONS(986), - [anon_sym_RPAREN] = ACTIONS(986), - [anon_sym_DOLLAR] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_DOT_DOT] = ACTIONS(984), - [anon_sym_DOT_DOT2] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ] = ACTIONS(984), - [anon_sym_DOT_DOT_LT] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), - [anon_sym_DOT_DOT_LT2] = ACTIONS(986), - [anon_sym_null] = ACTIONS(986), - [anon_sym_true] = ACTIONS(986), - [anon_sym_false] = ACTIONS(986), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(986), - [aux_sym__val_number_decimal_token3] = ACTIONS(986), - [aux_sym__val_number_decimal_token4] = ACTIONS(986), - [aux_sym__val_number_token1] = ACTIONS(986), - [aux_sym__val_number_token2] = ACTIONS(986), - [aux_sym__val_number_token3] = ACTIONS(986), - [aux_sym__val_number_token4] = ACTIONS(986), - [aux_sym__val_number_token5] = ACTIONS(986), - [aux_sym__val_number_token6] = ACTIONS(986), - [anon_sym_0b] = ACTIONS(984), - [anon_sym_0o] = ACTIONS(984), - [anon_sym_0x] = ACTIONS(984), - [sym_val_date] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym__str_single_quotes] = ACTIONS(986), - [sym__str_back_ticks] = ACTIONS(986), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_err_GT] = ACTIONS(984), - [anon_sym_out_GT] = ACTIONS(984), - [anon_sym_e_GT] = ACTIONS(984), - [anon_sym_o_GT] = ACTIONS(984), - [anon_sym_err_PLUSout_GT] = ACTIONS(984), - [anon_sym_out_PLUSerr_GT] = ACTIONS(984), - [anon_sym_o_PLUSe_GT] = ACTIONS(984), - [anon_sym_e_PLUSo_GT] = ACTIONS(984), - [anon_sym_err_GT_GT] = ACTIONS(986), - [anon_sym_out_GT_GT] = ACTIONS(986), - [anon_sym_e_GT_GT] = ACTIONS(986), - [anon_sym_o_GT_GT] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), - [aux_sym_unquoted_token1] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(986), + [1416] = { + [sym_comment] = STATE(1416), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1457] = { - [sym_cell_path] = STATE(1781), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1457), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(937), - [anon_sym_LPAREN] = ACTIONS(937), - [anon_sym_RPAREN] = ACTIONS(937), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_DASH2] = ACTIONS(935), - [anon_sym_LBRACE] = ACTIONS(937), - [anon_sym_RBRACE] = ACTIONS(937), - [anon_sym_DOT_DOT] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ] = ACTIONS(937), - [anon_sym_DOT_DOT_LT] = ACTIONS(937), - [anon_sym_null] = ACTIONS(937), - [anon_sym_true] = ACTIONS(937), - [anon_sym_false] = ACTIONS(937), - [aux_sym__val_number_decimal_token1] = ACTIONS(935), - [aux_sym__val_number_decimal_token2] = ACTIONS(937), - [aux_sym__val_number_decimal_token3] = ACTIONS(937), - [aux_sym__val_number_decimal_token4] = ACTIONS(937), - [aux_sym__val_number_token1] = ACTIONS(937), - [aux_sym__val_number_token2] = ACTIONS(937), - [aux_sym__val_number_token3] = ACTIONS(937), - [aux_sym__val_number_token4] = ACTIONS(937), - [aux_sym__val_number_token5] = ACTIONS(937), - [aux_sym__val_number_token6] = ACTIONS(937), - [anon_sym_0b] = ACTIONS(935), - [anon_sym_0o] = ACTIONS(935), - [anon_sym_0x] = ACTIONS(935), - [sym_val_date] = ACTIONS(937), - [anon_sym_DQUOTE] = ACTIONS(937), - [sym__str_single_quotes] = ACTIONS(937), - [sym__str_back_ticks] = ACTIONS(937), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [aux_sym_unquoted_token1] = ACTIONS(935), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(937), + [1417] = { + [sym_comment] = STATE(1417), + [ts_builtin_sym_end] = ACTIONS(1735), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(1735), + [anon_sym_LPAREN] = ACTIONS(1735), + [anon_sym_DOLLAR] = ACTIONS(1733), + [anon_sym_DASH_DASH] = ACTIONS(1735), + [anon_sym_DASH2] = ACTIONS(1733), + [anon_sym_LBRACE] = ACTIONS(1735), + [anon_sym_DOT_DOT] = ACTIONS(1733), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1733), + [anon_sym_DOT_DOT_LT] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [anon_sym_null] = ACTIONS(1735), + [anon_sym_true] = ACTIONS(1735), + [anon_sym_false] = ACTIONS(1735), + [aux_sym__val_number_decimal_token1] = ACTIONS(1733), + [aux_sym__val_number_decimal_token2] = ACTIONS(1735), + [aux_sym__val_number_decimal_token3] = ACTIONS(1735), + [aux_sym__val_number_decimal_token4] = ACTIONS(1735), + [aux_sym__val_number_token1] = ACTIONS(1735), + [aux_sym__val_number_token2] = ACTIONS(1735), + [aux_sym__val_number_token3] = ACTIONS(1735), + [aux_sym__val_number_token4] = ACTIONS(1735), + [aux_sym__val_number_token5] = ACTIONS(1735), + [aux_sym__val_number_token6] = ACTIONS(1735), + [anon_sym_0b] = ACTIONS(1733), + [sym_filesize_unit] = ACTIONS(1735), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_0o] = ACTIONS(1733), + [anon_sym_0x] = ACTIONS(1733), + [sym_val_date] = ACTIONS(1735), + [anon_sym_DQUOTE] = ACTIONS(1735), + [sym__str_single_quotes] = ACTIONS(1735), + [sym__str_back_ticks] = ACTIONS(1735), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1735), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token1] = ACTIONS(1733), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1735), }, - [1458] = { - [sym_cell_path] = STATE(1756), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1458), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2019), - [anon_sym_SEMI] = ACTIONS(2019), - [anon_sym_PIPE] = ACTIONS(2019), - [anon_sym_err_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_GT_PIPE] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2019), - [anon_sym_LBRACK] = ACTIONS(2019), - [anon_sym_LPAREN] = ACTIONS(2019), - [anon_sym_RPAREN] = ACTIONS(2019), - [anon_sym_DOLLAR] = ACTIONS(2017), - [anon_sym_DASH_DASH] = ACTIONS(2019), - [anon_sym_DASH2] = ACTIONS(2017), - [anon_sym_LBRACE] = ACTIONS(2019), - [anon_sym_RBRACE] = ACTIONS(2019), - [anon_sym_DOT_DOT] = ACTIONS(2017), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2019), - [anon_sym_DOT_DOT_LT] = ACTIONS(2019), - [anon_sym_null] = ACTIONS(2019), - [anon_sym_true] = ACTIONS(2019), - [anon_sym_false] = ACTIONS(2019), - [aux_sym__val_number_decimal_token1] = ACTIONS(2017), - [aux_sym__val_number_decimal_token2] = ACTIONS(2019), - [aux_sym__val_number_decimal_token3] = ACTIONS(2019), - [aux_sym__val_number_decimal_token4] = ACTIONS(2019), - [aux_sym__val_number_token1] = ACTIONS(2019), - [aux_sym__val_number_token2] = ACTIONS(2019), - [aux_sym__val_number_token3] = ACTIONS(2019), - [aux_sym__val_number_token4] = ACTIONS(2019), - [aux_sym__val_number_token5] = ACTIONS(2019), - [aux_sym__val_number_token6] = ACTIONS(2019), - [anon_sym_0b] = ACTIONS(2017), - [anon_sym_0o] = ACTIONS(2017), - [anon_sym_0x] = ACTIONS(2017), - [sym_val_date] = ACTIONS(2019), - [anon_sym_DQUOTE] = ACTIONS(2019), - [sym__str_single_quotes] = ACTIONS(2019), - [sym__str_back_ticks] = ACTIONS(2019), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2019), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2019), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2017), - [anon_sym_out_GT] = ACTIONS(2017), - [anon_sym_e_GT] = ACTIONS(2017), - [anon_sym_o_GT] = ACTIONS(2017), - [anon_sym_err_PLUSout_GT] = ACTIONS(2017), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2017), - [anon_sym_o_PLUSe_GT] = ACTIONS(2017), - [anon_sym_e_PLUSo_GT] = ACTIONS(2017), - [anon_sym_err_GT_GT] = ACTIONS(2019), - [anon_sym_out_GT_GT] = ACTIONS(2019), - [anon_sym_e_GT_GT] = ACTIONS(2019), - [anon_sym_o_GT_GT] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2019), - [aux_sym_unquoted_token1] = ACTIONS(2017), + [1418] = { + [sym__expr_parenthesized_immediate] = STATE(2050), + [sym__immediate_decimal] = STATE(2130), + [sym_val_variable] = STATE(2050), + [sym_comment] = STATE(1418), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_RPAREN] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(3538), + [anon_sym_GT2] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1629), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_RBRACE] = ACTIONS(1629), + [anon_sym_STAR2] = ACTIONS(1627), + [anon_sym_and2] = ACTIONS(1629), + [anon_sym_xor2] = ACTIONS(1629), + [anon_sym_or2] = ACTIONS(1629), + [anon_sym_not_DASHin2] = ACTIONS(1629), + [anon_sym_starts_DASHwith2] = ACTIONS(1629), + [anon_sym_ends_DASHwith2] = ACTIONS(1629), + [anon_sym_EQ_EQ2] = ACTIONS(1629), + [anon_sym_BANG_EQ2] = ACTIONS(1629), + [anon_sym_LT2] = ACTIONS(1627), + [anon_sym_LT_EQ2] = ACTIONS(1629), + [anon_sym_GT_EQ2] = ACTIONS(1629), + [anon_sym_EQ_TILDE2] = ACTIONS(1629), + [anon_sym_BANG_TILDE2] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(4542), + [anon_sym_STAR_STAR2] = ACTIONS(1629), + [anon_sym_PLUS_PLUS2] = ACTIONS(1629), + [anon_sym_SLASH2] = ACTIONS(1627), + [anon_sym_mod2] = ACTIONS(1629), + [anon_sym_SLASH_SLASH2] = ACTIONS(1629), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_bit_DASHshl2] = ACTIONS(1629), + [anon_sym_bit_DASHshr2] = ACTIONS(1629), + [anon_sym_bit_DASHand2] = ACTIONS(1629), + [anon_sym_bit_DASHxor2] = ACTIONS(1629), + [anon_sym_bit_DASHor2] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(4621), + [aux_sym__immediate_decimal_token3] = ACTIONS(4621), + [aux_sym__immediate_decimal_token4] = ACTIONS(4548), + [aux_sym__immediate_decimal_token5] = ACTIONS(4550), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2019), }, - [1459] = { - [sym_comment] = STATE(1459), + [1419] = { + [sym_comment] = STATE(1419), [sym__newline] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_PIPE] = ACTIONS(982), @@ -217885,503 +215130,1203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), [aux_sym_unquoted_token1] = ACTIONS(980), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), + [sym_raw_string_begin] = ACTIONS(982), + }, + [1420] = { + [sym_comment] = STATE(1420), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_RPAREN] = ACTIONS(966), + [anon_sym_GT2] = ACTIONS(964), + [anon_sym_DASH2] = ACTIONS(966), + [anon_sym_in2] = ACTIONS(966), + [anon_sym_if] = ACTIONS(966), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_EQ_GT] = ACTIONS(966), + [anon_sym_STAR2] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_and2] = ACTIONS(966), + [anon_sym_xor2] = ACTIONS(966), + [anon_sym_or2] = ACTIONS(966), + [anon_sym_not_DASHin2] = ACTIONS(966), + [anon_sym_starts_DASHwith2] = ACTIONS(966), + [anon_sym_ends_DASHwith2] = ACTIONS(966), + [anon_sym_EQ_EQ2] = ACTIONS(966), + [anon_sym_BANG_EQ2] = ACTIONS(966), + [anon_sym_LT2] = ACTIONS(964), + [anon_sym_LT_EQ2] = ACTIONS(966), + [anon_sym_GT_EQ2] = ACTIONS(966), + [anon_sym_EQ_TILDE2] = ACTIONS(966), + [anon_sym_BANG_TILDE2] = ACTIONS(966), + [anon_sym_STAR_STAR2] = ACTIONS(966), + [anon_sym_PLUS_PLUS2] = ACTIONS(966), + [anon_sym_SLASH2] = ACTIONS(964), + [anon_sym_mod2] = ACTIONS(966), + [anon_sym_SLASH_SLASH2] = ACTIONS(966), + [anon_sym_PLUS2] = ACTIONS(964), + [anon_sym_bit_DASHshl2] = ACTIONS(966), + [anon_sym_bit_DASHshr2] = ACTIONS(966), + [anon_sym_bit_DASHand2] = ACTIONS(966), + [anon_sym_bit_DASHxor2] = ACTIONS(966), + [anon_sym_bit_DASHor2] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_COLON2] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [anon_sym_POUND] = ACTIONS(251), + }, + [1421] = { + [sym_comment] = STATE(1421), + [ts_builtin_sym_end] = ACTIONS(1020), + [anon_sym_EQ] = ACTIONS(1018), + [anon_sym_PLUS_EQ] = ACTIONS(1020), + [anon_sym_DASH_EQ] = ACTIONS(1020), + [anon_sym_STAR_EQ] = ACTIONS(1020), + [anon_sym_SLASH_EQ] = ACTIONS(1020), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1020), + [sym__newline] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_PIPE] = ACTIONS(1020), + [anon_sym_err_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_GT_PIPE] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), + [anon_sym_GT2] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_in2] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_STAR2] = ACTIONS(1018), + [anon_sym_and2] = ACTIONS(1020), + [anon_sym_xor2] = ACTIONS(1020), + [anon_sym_or2] = ACTIONS(1020), + [anon_sym_not_DASHin2] = ACTIONS(1020), + [anon_sym_starts_DASHwith2] = ACTIONS(1020), + [anon_sym_ends_DASHwith2] = ACTIONS(1020), + [anon_sym_EQ_EQ2] = ACTIONS(1020), + [anon_sym_BANG_EQ2] = ACTIONS(1020), + [anon_sym_LT2] = ACTIONS(1018), + [anon_sym_LT_EQ2] = ACTIONS(1020), + [anon_sym_GT_EQ2] = ACTIONS(1020), + [anon_sym_EQ_TILDE2] = ACTIONS(1020), + [anon_sym_BANG_TILDE2] = ACTIONS(1020), + [anon_sym_STAR_STAR2] = ACTIONS(1020), + [anon_sym_PLUS_PLUS2] = ACTIONS(1018), + [anon_sym_SLASH2] = ACTIONS(1018), + [anon_sym_mod2] = ACTIONS(1020), + [anon_sym_SLASH_SLASH2] = ACTIONS(1020), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_bit_DASHshl2] = ACTIONS(1020), + [anon_sym_bit_DASHshr2] = ACTIONS(1020), + [anon_sym_bit_DASHand2] = ACTIONS(1020), + [anon_sym_bit_DASHxor2] = ACTIONS(1020), + [anon_sym_bit_DASHor2] = ACTIONS(1020), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_err_GT] = ACTIONS(1018), + [anon_sym_out_GT] = ACTIONS(1018), + [anon_sym_e_GT] = ACTIONS(1018), + [anon_sym_o_GT] = ACTIONS(1018), + [anon_sym_err_PLUSout_GT] = ACTIONS(1018), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), + [anon_sym_o_PLUSe_GT] = ACTIONS(1018), + [anon_sym_e_PLUSo_GT] = ACTIONS(1018), + [anon_sym_err_GT_GT] = ACTIONS(1020), + [anon_sym_out_GT_GT] = ACTIONS(1020), + [anon_sym_e_GT_GT] = ACTIONS(1020), + [anon_sym_o_GT_GT] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(251), + }, + [1422] = { + [sym_cell_path] = STATE(1777), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1422), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1927), + [anon_sym_SEMI] = ACTIONS(1927), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_err_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_GT_PIPE] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1927), + [anon_sym_LBRACK] = ACTIONS(1927), + [anon_sym_LPAREN] = ACTIONS(1927), + [anon_sym_RPAREN] = ACTIONS(1927), + [anon_sym_DOLLAR] = ACTIONS(1925), + [anon_sym_DASH_DASH] = ACTIONS(1927), + [anon_sym_DASH2] = ACTIONS(1925), + [anon_sym_LBRACE] = ACTIONS(1927), + [anon_sym_RBRACE] = ACTIONS(1927), + [anon_sym_DOT_DOT] = ACTIONS(1925), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1927), + [anon_sym_DOT_DOT_LT] = ACTIONS(1927), + [anon_sym_null] = ACTIONS(1927), + [anon_sym_true] = ACTIONS(1927), + [anon_sym_false] = ACTIONS(1927), + [aux_sym__val_number_decimal_token1] = ACTIONS(1925), + [aux_sym__val_number_decimal_token2] = ACTIONS(1927), + [aux_sym__val_number_decimal_token3] = ACTIONS(1927), + [aux_sym__val_number_decimal_token4] = ACTIONS(1927), + [aux_sym__val_number_token1] = ACTIONS(1927), + [aux_sym__val_number_token2] = ACTIONS(1927), + [aux_sym__val_number_token3] = ACTIONS(1927), + [aux_sym__val_number_token4] = ACTIONS(1927), + [aux_sym__val_number_token5] = ACTIONS(1927), + [aux_sym__val_number_token6] = ACTIONS(1927), + [anon_sym_0b] = ACTIONS(1925), + [anon_sym_0o] = ACTIONS(1925), + [anon_sym_0x] = ACTIONS(1925), + [sym_val_date] = ACTIONS(1927), + [anon_sym_DQUOTE] = ACTIONS(1927), + [sym__str_single_quotes] = ACTIONS(1927), + [sym__str_back_ticks] = ACTIONS(1927), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1927), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1927), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1925), + [anon_sym_out_GT] = ACTIONS(1925), + [anon_sym_e_GT] = ACTIONS(1925), + [anon_sym_o_GT] = ACTIONS(1925), + [anon_sym_err_PLUSout_GT] = ACTIONS(1925), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1925), + [anon_sym_o_PLUSe_GT] = ACTIONS(1925), + [anon_sym_e_PLUSo_GT] = ACTIONS(1925), + [anon_sym_err_GT_GT] = ACTIONS(1927), + [anon_sym_out_GT_GT] = ACTIONS(1927), + [anon_sym_e_GT_GT] = ACTIONS(1927), + [anon_sym_o_GT_GT] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1927), + [aux_sym_unquoted_token1] = ACTIONS(1925), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1927), + }, + [1423] = { + [sym_comment] = STATE(1423), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4666), + [aux_sym__immediate_decimal_token2] = ACTIONS(4668), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [1424] = { + [sym_cell_path] = STATE(1778), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1424), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1939), + [anon_sym_SEMI] = ACTIONS(1939), + [anon_sym_PIPE] = ACTIONS(1939), + [anon_sym_err_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_GT_PIPE] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_LPAREN] = ACTIONS(1939), + [anon_sym_RPAREN] = ACTIONS(1939), + [anon_sym_DOLLAR] = ACTIONS(1937), + [anon_sym_DASH_DASH] = ACTIONS(1939), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_LBRACE] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(1939), + [anon_sym_DOT_DOT] = ACTIONS(1937), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1939), + [anon_sym_DOT_DOT_LT] = ACTIONS(1939), + [anon_sym_null] = ACTIONS(1939), + [anon_sym_true] = ACTIONS(1939), + [anon_sym_false] = ACTIONS(1939), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1939), + [aux_sym__val_number_decimal_token3] = ACTIONS(1939), + [aux_sym__val_number_decimal_token4] = ACTIONS(1939), + [aux_sym__val_number_token1] = ACTIONS(1939), + [aux_sym__val_number_token2] = ACTIONS(1939), + [aux_sym__val_number_token3] = ACTIONS(1939), + [aux_sym__val_number_token4] = ACTIONS(1939), + [aux_sym__val_number_token5] = ACTIONS(1939), + [aux_sym__val_number_token6] = ACTIONS(1939), + [anon_sym_0b] = ACTIONS(1937), + [anon_sym_0o] = ACTIONS(1937), + [anon_sym_0x] = ACTIONS(1937), + [sym_val_date] = ACTIONS(1939), + [anon_sym_DQUOTE] = ACTIONS(1939), + [sym__str_single_quotes] = ACTIONS(1939), + [sym__str_back_ticks] = ACTIONS(1939), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1939), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1939), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1937), + [anon_sym_out_GT] = ACTIONS(1937), + [anon_sym_e_GT] = ACTIONS(1937), + [anon_sym_o_GT] = ACTIONS(1937), + [anon_sym_err_PLUSout_GT] = ACTIONS(1937), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1937), + [anon_sym_o_PLUSe_GT] = ACTIONS(1937), + [anon_sym_e_PLUSo_GT] = ACTIONS(1937), + [anon_sym_err_GT_GT] = ACTIONS(1939), + [anon_sym_out_GT_GT] = ACTIONS(1939), + [anon_sym_e_GT_GT] = ACTIONS(1939), + [anon_sym_o_GT_GT] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1939), + [aux_sym_unquoted_token1] = ACTIONS(1937), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1939), + }, + [1425] = { + [sym_comment] = STATE(1425), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1597), + [anon_sym_xor2] = ACTIONS(1597), + [anon_sym_or2] = ACTIONS(1597), + [anon_sym_not_DASHin2] = ACTIONS(1597), + [anon_sym_starts_DASHwith2] = ACTIONS(1597), + [anon_sym_ends_DASHwith2] = ACTIONS(1597), + [anon_sym_EQ_EQ2] = ACTIONS(1597), + [anon_sym_BANG_EQ2] = ACTIONS(1597), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1597), + [anon_sym_GT_EQ2] = ACTIONS(1597), + [anon_sym_EQ_TILDE2] = ACTIONS(1597), + [anon_sym_BANG_TILDE2] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_STAR_STAR2] = ACTIONS(1597), + [anon_sym_PLUS_PLUS2] = ACTIONS(1597), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1597), + [anon_sym_SLASH_SLASH2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1597), + [anon_sym_bit_DASHshr2] = ACTIONS(1597), + [anon_sym_bit_DASHand2] = ACTIONS(1597), + [anon_sym_bit_DASHxor2] = ACTIONS(1597), + [anon_sym_bit_DASHor2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4670), + [aux_sym__immediate_decimal_token2] = ACTIONS(4672), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + }, + [1426] = { + [sym_cell_path] = STATE(1757), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1426), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1935), + [anon_sym_SEMI] = ACTIONS(1935), + [anon_sym_PIPE] = ACTIONS(1935), + [anon_sym_err_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_GT_PIPE] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1935), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_LPAREN] = ACTIONS(1935), + [anon_sym_RPAREN] = ACTIONS(1935), + [anon_sym_DOLLAR] = ACTIONS(1933), + [anon_sym_DASH_DASH] = ACTIONS(1935), + [anon_sym_DASH2] = ACTIONS(1933), + [anon_sym_LBRACE] = ACTIONS(1935), + [anon_sym_RBRACE] = ACTIONS(1935), + [anon_sym_DOT_DOT] = ACTIONS(1933), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1935), + [anon_sym_DOT_DOT_LT] = ACTIONS(1935), + [anon_sym_null] = ACTIONS(1935), + [anon_sym_true] = ACTIONS(1935), + [anon_sym_false] = ACTIONS(1935), + [aux_sym__val_number_decimal_token1] = ACTIONS(1933), + [aux_sym__val_number_decimal_token2] = ACTIONS(1935), + [aux_sym__val_number_decimal_token3] = ACTIONS(1935), + [aux_sym__val_number_decimal_token4] = ACTIONS(1935), + [aux_sym__val_number_token1] = ACTIONS(1935), + [aux_sym__val_number_token2] = ACTIONS(1935), + [aux_sym__val_number_token3] = ACTIONS(1935), + [aux_sym__val_number_token4] = ACTIONS(1935), + [aux_sym__val_number_token5] = ACTIONS(1935), + [aux_sym__val_number_token6] = ACTIONS(1935), + [anon_sym_0b] = ACTIONS(1933), + [anon_sym_0o] = ACTIONS(1933), + [anon_sym_0x] = ACTIONS(1933), + [sym_val_date] = ACTIONS(1935), + [anon_sym_DQUOTE] = ACTIONS(1935), + [sym__str_single_quotes] = ACTIONS(1935), + [sym__str_back_ticks] = ACTIONS(1935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1935), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1933), + [anon_sym_out_GT] = ACTIONS(1933), + [anon_sym_e_GT] = ACTIONS(1933), + [anon_sym_o_GT] = ACTIONS(1933), + [anon_sym_err_PLUSout_GT] = ACTIONS(1933), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1933), + [anon_sym_o_PLUSe_GT] = ACTIONS(1933), + [anon_sym_e_PLUSo_GT] = ACTIONS(1933), + [anon_sym_err_GT_GT] = ACTIONS(1935), + [anon_sym_out_GT_GT] = ACTIONS(1935), + [anon_sym_e_GT_GT] = ACTIONS(1935), + [anon_sym_o_GT_GT] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1935), + [aux_sym_unquoted_token1] = ACTIONS(1933), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1935), }, - [1460] = { - [sym_cell_path] = STATE(1758), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1460), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2023), - [anon_sym_SEMI] = ACTIONS(2023), - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_err_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_GT_PIPE] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2023), - [anon_sym_LBRACK] = ACTIONS(2023), - [anon_sym_LPAREN] = ACTIONS(2023), - [anon_sym_RPAREN] = ACTIONS(2023), - [anon_sym_DOLLAR] = ACTIONS(2021), - [anon_sym_DASH_DASH] = ACTIONS(2023), - [anon_sym_DASH2] = ACTIONS(2021), - [anon_sym_LBRACE] = ACTIONS(2023), - [anon_sym_RBRACE] = ACTIONS(2023), - [anon_sym_DOT_DOT] = ACTIONS(2021), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2023), - [anon_sym_DOT_DOT_LT] = ACTIONS(2023), - [anon_sym_null] = ACTIONS(2023), - [anon_sym_true] = ACTIONS(2023), - [anon_sym_false] = ACTIONS(2023), - [aux_sym__val_number_decimal_token1] = ACTIONS(2021), - [aux_sym__val_number_decimal_token2] = ACTIONS(2023), - [aux_sym__val_number_decimal_token3] = ACTIONS(2023), - [aux_sym__val_number_decimal_token4] = ACTIONS(2023), - [aux_sym__val_number_token1] = ACTIONS(2023), - [aux_sym__val_number_token2] = ACTIONS(2023), - [aux_sym__val_number_token3] = ACTIONS(2023), - [aux_sym__val_number_token4] = ACTIONS(2023), - [aux_sym__val_number_token5] = ACTIONS(2023), - [aux_sym__val_number_token6] = ACTIONS(2023), - [anon_sym_0b] = ACTIONS(2021), - [anon_sym_0o] = ACTIONS(2021), - [anon_sym_0x] = ACTIONS(2021), - [sym_val_date] = ACTIONS(2023), - [anon_sym_DQUOTE] = ACTIONS(2023), - [sym__str_single_quotes] = ACTIONS(2023), - [sym__str_back_ticks] = ACTIONS(2023), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2023), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2023), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2021), - [anon_sym_out_GT] = ACTIONS(2021), - [anon_sym_e_GT] = ACTIONS(2021), - [anon_sym_o_GT] = ACTIONS(2021), - [anon_sym_err_PLUSout_GT] = ACTIONS(2021), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2021), - [anon_sym_o_PLUSe_GT] = ACTIONS(2021), - [anon_sym_e_PLUSo_GT] = ACTIONS(2021), - [anon_sym_err_GT_GT] = ACTIONS(2023), - [anon_sym_out_GT_GT] = ACTIONS(2023), - [anon_sym_e_GT_GT] = ACTIONS(2023), - [anon_sym_o_GT_GT] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2023), - [aux_sym_unquoted_token1] = ACTIONS(2021), + [1427] = { + [sym_comment] = STATE(1427), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT] = ACTIONS(4674), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4676), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1428] = { + [sym_comment] = STATE(1428), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_RPAREN] = ACTIONS(970), + [anon_sym_GT2] = ACTIONS(968), + [anon_sym_DASH2] = ACTIONS(970), + [anon_sym_in2] = ACTIONS(970), + [anon_sym_if] = ACTIONS(970), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_EQ_GT] = ACTIONS(970), + [anon_sym_STAR2] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_and2] = ACTIONS(970), + [anon_sym_xor2] = ACTIONS(970), + [anon_sym_or2] = ACTIONS(970), + [anon_sym_not_DASHin2] = ACTIONS(970), + [anon_sym_starts_DASHwith2] = ACTIONS(970), + [anon_sym_ends_DASHwith2] = ACTIONS(970), + [anon_sym_EQ_EQ2] = ACTIONS(970), + [anon_sym_BANG_EQ2] = ACTIONS(970), + [anon_sym_LT2] = ACTIONS(968), + [anon_sym_LT_EQ2] = ACTIONS(970), + [anon_sym_GT_EQ2] = ACTIONS(970), + [anon_sym_EQ_TILDE2] = ACTIONS(970), + [anon_sym_BANG_TILDE2] = ACTIONS(970), + [anon_sym_STAR_STAR2] = ACTIONS(970), + [anon_sym_PLUS_PLUS2] = ACTIONS(970), + [anon_sym_SLASH2] = ACTIONS(968), + [anon_sym_mod2] = ACTIONS(970), + [anon_sym_SLASH_SLASH2] = ACTIONS(970), + [anon_sym_PLUS2] = ACTIONS(968), + [anon_sym_bit_DASHshl2] = ACTIONS(970), + [anon_sym_bit_DASHshr2] = ACTIONS(970), + [anon_sym_bit_DASHand2] = ACTIONS(970), + [anon_sym_bit_DASHxor2] = ACTIONS(970), + [anon_sym_bit_DASHor2] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_COLON2] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2023), }, - [1461] = { - [sym_comment] = STATE(1461), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(4700), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4702), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), + [1429] = { + [sym_comment] = STATE(1429), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_GT2] = ACTIONS(972), + [anon_sym_DASH2] = ACTIONS(974), + [anon_sym_in2] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_EQ_GT] = ACTIONS(974), + [anon_sym_STAR2] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_and2] = ACTIONS(974), + [anon_sym_xor2] = ACTIONS(974), + [anon_sym_or2] = ACTIONS(974), + [anon_sym_not_DASHin2] = ACTIONS(974), + [anon_sym_starts_DASHwith2] = ACTIONS(974), + [anon_sym_ends_DASHwith2] = ACTIONS(974), + [anon_sym_EQ_EQ2] = ACTIONS(974), + [anon_sym_BANG_EQ2] = ACTIONS(974), + [anon_sym_LT2] = ACTIONS(972), + [anon_sym_LT_EQ2] = ACTIONS(974), + [anon_sym_GT_EQ2] = ACTIONS(974), + [anon_sym_EQ_TILDE2] = ACTIONS(974), + [anon_sym_BANG_TILDE2] = ACTIONS(974), + [anon_sym_STAR_STAR2] = ACTIONS(974), + [anon_sym_PLUS_PLUS2] = ACTIONS(974), + [anon_sym_SLASH2] = ACTIONS(972), + [anon_sym_mod2] = ACTIONS(974), + [anon_sym_SLASH_SLASH2] = ACTIONS(974), + [anon_sym_PLUS2] = ACTIONS(972), + [anon_sym_bit_DASHshl2] = ACTIONS(974), + [anon_sym_bit_DASHshr2] = ACTIONS(974), + [anon_sym_bit_DASHand2] = ACTIONS(974), + [anon_sym_bit_DASHxor2] = ACTIONS(974), + [anon_sym_bit_DASHor2] = ACTIONS(974), + [anon_sym_DOT_DOT2] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), + [anon_sym_DOT_DOT_LT2] = ACTIONS(974), + [anon_sym_COLON2] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), [anon_sym_POUND] = ACTIONS(251), }, - [1462] = { - [sym_comment] = STATE(1462), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4636), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1430] = { + [sym_comment] = STATE(1430), + [ts_builtin_sym_end] = ACTIONS(990), + [anon_sym_EQ] = ACTIONS(988), + [anon_sym_PLUS_EQ] = ACTIONS(990), + [anon_sym_DASH_EQ] = ACTIONS(990), + [anon_sym_STAR_EQ] = ACTIONS(990), + [anon_sym_SLASH_EQ] = ACTIONS(990), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(990), + [sym__newline] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_PIPE] = ACTIONS(990), + [anon_sym_err_GT_PIPE] = ACTIONS(990), + [anon_sym_out_GT_PIPE] = ACTIONS(990), + [anon_sym_e_GT_PIPE] = ACTIONS(990), + [anon_sym_o_GT_PIPE] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), + [anon_sym_GT2] = ACTIONS(988), + [anon_sym_DASH2] = ACTIONS(988), + [anon_sym_in2] = ACTIONS(990), + [anon_sym_STAR2] = ACTIONS(988), + [anon_sym_and2] = ACTIONS(990), + [anon_sym_xor2] = ACTIONS(990), + [anon_sym_or2] = ACTIONS(990), + [anon_sym_not_DASHin2] = ACTIONS(990), + [anon_sym_starts_DASHwith2] = ACTIONS(990), + [anon_sym_ends_DASHwith2] = ACTIONS(990), + [anon_sym_EQ_EQ2] = ACTIONS(990), + [anon_sym_BANG_EQ2] = ACTIONS(990), + [anon_sym_LT2] = ACTIONS(988), + [anon_sym_LT_EQ2] = ACTIONS(990), + [anon_sym_GT_EQ2] = ACTIONS(990), + [anon_sym_EQ_TILDE2] = ACTIONS(990), + [anon_sym_BANG_TILDE2] = ACTIONS(990), + [anon_sym_STAR_STAR2] = ACTIONS(990), + [anon_sym_PLUS_PLUS2] = ACTIONS(988), + [anon_sym_SLASH2] = ACTIONS(988), + [anon_sym_mod2] = ACTIONS(990), + [anon_sym_SLASH_SLASH2] = ACTIONS(990), + [anon_sym_PLUS2] = ACTIONS(988), + [anon_sym_bit_DASHshl2] = ACTIONS(990), + [anon_sym_bit_DASHshr2] = ACTIONS(990), + [anon_sym_bit_DASHand2] = ACTIONS(990), + [anon_sym_bit_DASHxor2] = ACTIONS(990), + [anon_sym_bit_DASHor2] = ACTIONS(990), + [anon_sym_DOT_DOT2] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), + [anon_sym_DOT_DOT_LT2] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_err_GT] = ACTIONS(988), + [anon_sym_out_GT] = ACTIONS(988), + [anon_sym_e_GT] = ACTIONS(988), + [anon_sym_o_GT] = ACTIONS(988), + [anon_sym_err_PLUSout_GT] = ACTIONS(988), + [anon_sym_out_PLUSerr_GT] = ACTIONS(988), + [anon_sym_o_PLUSe_GT] = ACTIONS(988), + [anon_sym_e_PLUSo_GT] = ACTIONS(988), + [anon_sym_err_GT_GT] = ACTIONS(990), + [anon_sym_out_GT_GT] = ACTIONS(990), + [anon_sym_e_GT_GT] = ACTIONS(990), + [anon_sym_o_GT_GT] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), + [anon_sym_POUND] = ACTIONS(251), }, - [1463] = { - [sym_cell_path] = STATE(1761), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1463), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2027), - [anon_sym_SEMI] = ACTIONS(2027), - [anon_sym_PIPE] = ACTIONS(2027), - [anon_sym_err_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_GT_PIPE] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2027), - [anon_sym_LBRACK] = ACTIONS(2027), - [anon_sym_LPAREN] = ACTIONS(2027), - [anon_sym_RPAREN] = ACTIONS(2027), - [anon_sym_DOLLAR] = ACTIONS(2025), - [anon_sym_DASH_DASH] = ACTIONS(2027), - [anon_sym_DASH2] = ACTIONS(2025), - [anon_sym_LBRACE] = ACTIONS(2027), - [anon_sym_RBRACE] = ACTIONS(2027), - [anon_sym_DOT_DOT] = ACTIONS(2025), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2027), - [anon_sym_DOT_DOT_LT] = ACTIONS(2027), - [anon_sym_null] = ACTIONS(2027), - [anon_sym_true] = ACTIONS(2027), - [anon_sym_false] = ACTIONS(2027), - [aux_sym__val_number_decimal_token1] = ACTIONS(2025), - [aux_sym__val_number_decimal_token2] = ACTIONS(2027), - [aux_sym__val_number_decimal_token3] = ACTIONS(2027), - [aux_sym__val_number_decimal_token4] = ACTIONS(2027), - [aux_sym__val_number_token1] = ACTIONS(2027), - [aux_sym__val_number_token2] = ACTIONS(2027), - [aux_sym__val_number_token3] = ACTIONS(2027), - [aux_sym__val_number_token4] = ACTIONS(2027), - [aux_sym__val_number_token5] = ACTIONS(2027), - [aux_sym__val_number_token6] = ACTIONS(2027), - [anon_sym_0b] = ACTIONS(2025), - [anon_sym_0o] = ACTIONS(2025), - [anon_sym_0x] = ACTIONS(2025), - [sym_val_date] = ACTIONS(2027), - [anon_sym_DQUOTE] = ACTIONS(2027), - [sym__str_single_quotes] = ACTIONS(2027), - [sym__str_back_ticks] = ACTIONS(2027), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2027), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2027), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2025), - [anon_sym_out_GT] = ACTIONS(2025), - [anon_sym_e_GT] = ACTIONS(2025), - [anon_sym_o_GT] = ACTIONS(2025), - [anon_sym_err_PLUSout_GT] = ACTIONS(2025), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2025), - [anon_sym_o_PLUSe_GT] = ACTIONS(2025), - [anon_sym_e_PLUSo_GT] = ACTIONS(2025), - [anon_sym_err_GT_GT] = ACTIONS(2027), - [anon_sym_out_GT_GT] = ACTIONS(2027), - [anon_sym_e_GT_GT] = ACTIONS(2027), - [anon_sym_o_GT_GT] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2027), - [aux_sym_unquoted_token1] = ACTIONS(2025), + [1431] = { + [sym_comment] = STATE(1431), + [ts_builtin_sym_end] = ACTIONS(1794), + [sym__newline] = ACTIONS(1794), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_PIPE] = ACTIONS(1794), + [anon_sym_err_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_GT_PIPE] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_DOT_DOT2] = ACTIONS(4678), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), + [anon_sym_DOT_DOT_LT] = ACTIONS(1786), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4680), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4680), + [anon_sym_null] = ACTIONS(1794), + [anon_sym_true] = ACTIONS(1794), + [anon_sym_false] = ACTIONS(1794), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), + [aux_sym__val_number_token4] = ACTIONS(1794), + [aux_sym__val_number_token5] = ACTIONS(1794), + [aux_sym__val_number_token6] = ACTIONS(1794), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1794), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1794), + [anon_sym_err_GT] = ACTIONS(1786), + [anon_sym_out_GT] = ACTIONS(1786), + [anon_sym_e_GT] = ACTIONS(1786), + [anon_sym_o_GT] = ACTIONS(1786), + [anon_sym_err_PLUSout_GT] = ACTIONS(1786), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), + [anon_sym_o_PLUSe_GT] = ACTIONS(1786), + [anon_sym_e_PLUSo_GT] = ACTIONS(1786), + [anon_sym_err_GT_GT] = ACTIONS(1794), + [anon_sym_out_GT_GT] = ACTIONS(1794), + [anon_sym_e_GT_GT] = ACTIONS(1794), + [anon_sym_o_GT_GT] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1794), + [aux_sym_unquoted_token1] = ACTIONS(1786), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2027), + [sym_raw_string_begin] = ACTIONS(1794), }, - [1464] = { - [sym_cell_path] = STATE(1762), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1464), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(2031), - [anon_sym_SEMI] = ACTIONS(2031), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_err_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_GT_PIPE] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2031), - [anon_sym_LPAREN] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(2031), - [anon_sym_DOLLAR] = ACTIONS(2029), - [anon_sym_DASH_DASH] = ACTIONS(2031), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_LBRACE] = ACTIONS(2031), - [anon_sym_RBRACE] = ACTIONS(2031), - [anon_sym_DOT_DOT] = ACTIONS(2029), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2031), - [anon_sym_DOT_DOT_LT] = ACTIONS(2031), - [anon_sym_null] = ACTIONS(2031), - [anon_sym_true] = ACTIONS(2031), - [anon_sym_false] = ACTIONS(2031), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2031), - [aux_sym__val_number_decimal_token3] = ACTIONS(2031), - [aux_sym__val_number_decimal_token4] = ACTIONS(2031), - [aux_sym__val_number_token1] = ACTIONS(2031), - [aux_sym__val_number_token2] = ACTIONS(2031), - [aux_sym__val_number_token3] = ACTIONS(2031), - [aux_sym__val_number_token4] = ACTIONS(2031), - [aux_sym__val_number_token5] = ACTIONS(2031), - [aux_sym__val_number_token6] = ACTIONS(2031), - [anon_sym_0b] = ACTIONS(2029), - [anon_sym_0o] = ACTIONS(2029), - [anon_sym_0x] = ACTIONS(2029), - [sym_val_date] = ACTIONS(2031), - [anon_sym_DQUOTE] = ACTIONS(2031), - [sym__str_single_quotes] = ACTIONS(2031), - [sym__str_back_ticks] = ACTIONS(2031), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2031), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2031), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(2029), - [anon_sym_out_GT] = ACTIONS(2029), - [anon_sym_e_GT] = ACTIONS(2029), - [anon_sym_o_GT] = ACTIONS(2029), - [anon_sym_err_PLUSout_GT] = ACTIONS(2029), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2029), - [anon_sym_o_PLUSe_GT] = ACTIONS(2029), - [anon_sym_e_PLUSo_GT] = ACTIONS(2029), - [anon_sym_err_GT_GT] = ACTIONS(2031), - [anon_sym_out_GT_GT] = ACTIONS(2031), - [anon_sym_e_GT_GT] = ACTIONS(2031), - [anon_sym_o_GT_GT] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2031), - [aux_sym_unquoted_token1] = ACTIONS(2029), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2031), + [1432] = { + [sym_comment] = STATE(1432), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_RPAREN] = ACTIONS(978), + [anon_sym_GT2] = ACTIONS(976), + [anon_sym_DASH2] = ACTIONS(978), + [anon_sym_in2] = ACTIONS(978), + [anon_sym_if] = ACTIONS(978), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_EQ_GT] = ACTIONS(978), + [anon_sym_STAR2] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_and2] = ACTIONS(978), + [anon_sym_xor2] = ACTIONS(978), + [anon_sym_or2] = ACTIONS(978), + [anon_sym_not_DASHin2] = ACTIONS(978), + [anon_sym_starts_DASHwith2] = ACTIONS(978), + [anon_sym_ends_DASHwith2] = ACTIONS(978), + [anon_sym_EQ_EQ2] = ACTIONS(978), + [anon_sym_BANG_EQ2] = ACTIONS(978), + [anon_sym_LT2] = ACTIONS(976), + [anon_sym_LT_EQ2] = ACTIONS(978), + [anon_sym_GT_EQ2] = ACTIONS(978), + [anon_sym_EQ_TILDE2] = ACTIONS(978), + [anon_sym_BANG_TILDE2] = ACTIONS(978), + [anon_sym_STAR_STAR2] = ACTIONS(978), + [anon_sym_PLUS_PLUS2] = ACTIONS(978), + [anon_sym_SLASH2] = ACTIONS(976), + [anon_sym_mod2] = ACTIONS(978), + [anon_sym_SLASH_SLASH2] = ACTIONS(978), + [anon_sym_PLUS2] = ACTIONS(976), + [anon_sym_bit_DASHshl2] = ACTIONS(978), + [anon_sym_bit_DASHshr2] = ACTIONS(978), + [anon_sym_bit_DASHand2] = ACTIONS(978), + [anon_sym_bit_DASHxor2] = ACTIONS(978), + [anon_sym_bit_DASHor2] = ACTIONS(978), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_COLON2] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), + [anon_sym_POUND] = ACTIONS(251), }, - [1465] = { - [sym_comment] = STATE(1465), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1433] = { + [sym_cell_path] = STATE(1759), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1433), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(2095), + [anon_sym_SEMI] = ACTIONS(2095), + [anon_sym_PIPE] = ACTIONS(2095), + [anon_sym_err_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_GT_PIPE] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2095), + [anon_sym_LBRACK] = ACTIONS(2095), + [anon_sym_LPAREN] = ACTIONS(2095), + [anon_sym_RPAREN] = ACTIONS(2095), + [anon_sym_DOLLAR] = ACTIONS(2093), + [anon_sym_DASH_DASH] = ACTIONS(2095), + [anon_sym_DASH2] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2095), + [anon_sym_RBRACE] = ACTIONS(2095), + [anon_sym_DOT_DOT] = ACTIONS(2093), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2095), + [anon_sym_DOT_DOT_LT] = ACTIONS(2095), + [anon_sym_null] = ACTIONS(2095), + [anon_sym_true] = ACTIONS(2095), + [anon_sym_false] = ACTIONS(2095), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_decimal_token2] = ACTIONS(2095), + [aux_sym__val_number_decimal_token3] = ACTIONS(2095), + [aux_sym__val_number_decimal_token4] = ACTIONS(2095), + [aux_sym__val_number_token1] = ACTIONS(2095), + [aux_sym__val_number_token2] = ACTIONS(2095), + [aux_sym__val_number_token3] = ACTIONS(2095), + [aux_sym__val_number_token4] = ACTIONS(2095), + [aux_sym__val_number_token5] = ACTIONS(2095), + [aux_sym__val_number_token6] = ACTIONS(2095), + [anon_sym_0b] = ACTIONS(2093), + [anon_sym_0o] = ACTIONS(2093), + [anon_sym_0x] = ACTIONS(2093), + [sym_val_date] = ACTIONS(2095), + [anon_sym_DQUOTE] = ACTIONS(2095), + [sym__str_single_quotes] = ACTIONS(2095), + [sym__str_back_ticks] = ACTIONS(2095), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2095), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2095), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(2093), + [anon_sym_out_GT] = ACTIONS(2093), + [anon_sym_e_GT] = ACTIONS(2093), + [anon_sym_o_GT] = ACTIONS(2093), + [anon_sym_err_PLUSout_GT] = ACTIONS(2093), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2093), + [anon_sym_o_PLUSe_GT] = ACTIONS(2093), + [anon_sym_e_PLUSo_GT] = ACTIONS(2093), + [anon_sym_err_GT_GT] = ACTIONS(2095), + [anon_sym_out_GT_GT] = ACTIONS(2095), + [anon_sym_e_GT_GT] = ACTIONS(2095), + [anon_sym_o_GT_GT] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2095), + [aux_sym_unquoted_token1] = ACTIONS(2093), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2095), }, - [1466] = { - [sym_comment] = STATE(1466), - [ts_builtin_sym_end] = ACTIONS(960), - [sym__newline] = ACTIONS(960), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_err_GT_PIPE] = ACTIONS(960), - [anon_sym_out_GT_PIPE] = ACTIONS(960), - [anon_sym_e_GT_PIPE] = ACTIONS(960), - [anon_sym_o_GT_PIPE] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), - [anon_sym_LBRACK] = ACTIONS(960), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(960), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_DOT_DOT2] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ] = ACTIONS(958), - [anon_sym_DOT_DOT_LT] = ACTIONS(958), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), - [anon_sym_DOT_DOT_LT2] = ACTIONS(960), - [anon_sym_null] = ACTIONS(960), - [anon_sym_true] = ACTIONS(960), - [anon_sym_false] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(960), - [aux_sym__val_number_token5] = ACTIONS(960), - [aux_sym__val_number_token6] = ACTIONS(960), - [anon_sym_0b] = ACTIONS(958), - [anon_sym_0o] = ACTIONS(958), - [anon_sym_0x] = ACTIONS(958), - [sym_val_date] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_err_GT] = ACTIONS(958), - [anon_sym_out_GT] = ACTIONS(958), - [anon_sym_e_GT] = ACTIONS(958), - [anon_sym_o_GT] = ACTIONS(958), - [anon_sym_err_PLUSout_GT] = ACTIONS(958), - [anon_sym_out_PLUSerr_GT] = ACTIONS(958), - [anon_sym_o_PLUSe_GT] = ACTIONS(958), - [anon_sym_e_PLUSo_GT] = ACTIONS(958), - [anon_sym_err_GT_GT] = ACTIONS(960), - [anon_sym_out_GT_GT] = ACTIONS(960), - [anon_sym_e_GT_GT] = ACTIONS(960), - [anon_sym_o_GT_GT] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), - [aux_sym_unquoted_token1] = ACTIONS(958), + [1434] = { + [sym_comment] = STATE(1434), + [ts_builtin_sym_end] = ACTIONS(966), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_DOT_DOT] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_DOT_DOT2] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ] = ACTIONS(964), + [anon_sym_DOT_DOT_LT] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(966), + [anon_sym_DOT_DOT_LT2] = ACTIONS(966), + [anon_sym_null] = ACTIONS(966), + [anon_sym_true] = ACTIONS(966), + [anon_sym_false] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(966), + [aux_sym__val_number_token5] = ACTIONS(966), + [aux_sym__val_number_token6] = ACTIONS(966), + [anon_sym_0b] = ACTIONS(964), + [anon_sym_0o] = ACTIONS(964), + [anon_sym_0x] = ACTIONS(964), + [sym_val_date] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [aux_sym_unquoted_token1] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), + }, + [1435] = { + [sym_comment] = STATE(1435), + [ts_builtin_sym_end] = ACTIONS(970), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(970), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_DOT_DOT] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_DOT_DOT2] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ] = ACTIONS(968), + [anon_sym_DOT_DOT_LT] = ACTIONS(968), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(970), + [anon_sym_DOT_DOT_LT2] = ACTIONS(970), + [anon_sym_null] = ACTIONS(970), + [anon_sym_true] = ACTIONS(970), + [anon_sym_false] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(970), + [aux_sym__val_number_token5] = ACTIONS(970), + [aux_sym__val_number_token6] = ACTIONS(970), + [anon_sym_0b] = ACTIONS(968), + [anon_sym_0o] = ACTIONS(968), + [anon_sym_0x] = ACTIONS(968), + [sym_val_date] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), + [aux_sym_unquoted_token1] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [1436] = { + [sym_comment] = STATE(1436), + [ts_builtin_sym_end] = ACTIONS(974), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_DOT_DOT2] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ] = ACTIONS(972), + [anon_sym_DOT_DOT_LT] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(974), + [anon_sym_DOT_DOT_LT2] = ACTIONS(974), + [anon_sym_null] = ACTIONS(974), + [anon_sym_true] = ACTIONS(974), + [anon_sym_false] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(974), + [aux_sym__val_number_token5] = ACTIONS(974), + [aux_sym__val_number_token6] = ACTIONS(974), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), + [aux_sym_unquoted_token1] = ACTIONS(972), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), + [sym_raw_string_begin] = ACTIONS(974), }, - [1467] = { - [sym_cell_path] = STATE(1779), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1467), - [aux_sym_cell_path_repeat1] = STATE(1516), + [1437] = { + [sym_cell_path] = STATE(1760), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1437), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1951), [anon_sym_SEMI] = ACTIONS(1951), [anon_sym_PIPE] = ACTIONS(1951), @@ -218426,7 +216371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1951), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1951), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1951), - [anon_sym_DOT2] = ACTIONS(4672), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1949), [anon_sym_out_GT] = ACTIONS(1949), [anon_sym_e_GT] = ACTIONS(1949), @@ -218447,431 +216392,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1951), }, - [1468] = { - [sym_comment] = STATE(1468), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4704), - [aux_sym__immediate_decimal_token2] = ACTIONS(4706), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1469] = { - [sym_comment] = STATE(1469), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_RPAREN] = ACTIONS(954), - [anon_sym_GT2] = ACTIONS(952), - [anon_sym_DASH2] = ACTIONS(954), - [anon_sym_in2] = ACTIONS(954), - [anon_sym_if] = ACTIONS(954), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_EQ_GT] = ACTIONS(954), - [anon_sym_STAR2] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4708), - [anon_sym_and2] = ACTIONS(954), - [anon_sym_xor2] = ACTIONS(954), - [anon_sym_or2] = ACTIONS(954), - [anon_sym_not_DASHin2] = ACTIONS(954), - [anon_sym_starts_DASHwith2] = ACTIONS(954), - [anon_sym_ends_DASHwith2] = ACTIONS(954), - [anon_sym_EQ_EQ2] = ACTIONS(954), - [anon_sym_BANG_EQ2] = ACTIONS(954), - [anon_sym_LT2] = ACTIONS(952), - [anon_sym_LT_EQ2] = ACTIONS(954), - [anon_sym_GT_EQ2] = ACTIONS(954), - [anon_sym_EQ_TILDE2] = ACTIONS(954), - [anon_sym_BANG_TILDE2] = ACTIONS(954), - [anon_sym_STAR_STAR2] = ACTIONS(954), - [anon_sym_PLUS_PLUS2] = ACTIONS(954), - [anon_sym_SLASH2] = ACTIONS(952), - [anon_sym_mod2] = ACTIONS(954), - [anon_sym_SLASH_SLASH2] = ACTIONS(954), - [anon_sym_PLUS2] = ACTIONS(952), - [anon_sym_bit_DASHshl2] = ACTIONS(954), - [anon_sym_bit_DASHshr2] = ACTIONS(954), - [anon_sym_bit_DASHand2] = ACTIONS(954), - [anon_sym_bit_DASHxor2] = ACTIONS(954), - [anon_sym_bit_DASHor2] = ACTIONS(954), - [anon_sym_DOT_DOT2] = ACTIONS(952), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), - [anon_sym_DOT_DOT_LT2] = ACTIONS(954), - [anon_sym_COLON2] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [1438] = { + [sym_comment] = STATE(1438), + [ts_builtin_sym_end] = ACTIONS(978), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_LBRACK] = ACTIONS(978), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_DOT_DOT2] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ] = ACTIONS(976), + [anon_sym_DOT_DOT_LT] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(978), + [anon_sym_DOT_DOT_LT2] = ACTIONS(978), + [anon_sym_null] = ACTIONS(978), + [anon_sym_true] = ACTIONS(978), + [anon_sym_false] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(978), + [aux_sym__val_number_token5] = ACTIONS(978), + [aux_sym__val_number_token6] = ACTIONS(978), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), + [aux_sym_unquoted_token1] = ACTIONS(976), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(978), }, - [1470] = { - [sym_comment] = STATE(1470), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_GT2] = ACTIONS(966), - [anon_sym_DASH2] = ACTIONS(968), - [anon_sym_in2] = ACTIONS(968), - [anon_sym_if] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_EQ_GT] = ACTIONS(968), - [anon_sym_STAR2] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4710), - [anon_sym_and2] = ACTIONS(968), - [anon_sym_xor2] = ACTIONS(968), - [anon_sym_or2] = ACTIONS(968), - [anon_sym_not_DASHin2] = ACTIONS(968), - [anon_sym_starts_DASHwith2] = ACTIONS(968), - [anon_sym_ends_DASHwith2] = ACTIONS(968), - [anon_sym_EQ_EQ2] = ACTIONS(968), - [anon_sym_BANG_EQ2] = ACTIONS(968), - [anon_sym_LT2] = ACTIONS(966), - [anon_sym_LT_EQ2] = ACTIONS(968), - [anon_sym_GT_EQ2] = ACTIONS(968), - [anon_sym_EQ_TILDE2] = ACTIONS(968), - [anon_sym_BANG_TILDE2] = ACTIONS(968), - [anon_sym_STAR_STAR2] = ACTIONS(968), - [anon_sym_PLUS_PLUS2] = ACTIONS(968), - [anon_sym_SLASH2] = ACTIONS(966), - [anon_sym_mod2] = ACTIONS(968), - [anon_sym_SLASH_SLASH2] = ACTIONS(968), - [anon_sym_PLUS2] = ACTIONS(966), - [anon_sym_bit_DASHshl2] = ACTIONS(968), - [anon_sym_bit_DASHshr2] = ACTIONS(968), - [anon_sym_bit_DASHand2] = ACTIONS(968), - [anon_sym_bit_DASHxor2] = ACTIONS(968), - [anon_sym_bit_DASHor2] = ACTIONS(968), - [anon_sym_DOT_DOT2] = ACTIONS(966), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(968), - [anon_sym_DOT_DOT_LT2] = ACTIONS(968), - [anon_sym_COLON2] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [anon_sym_POUND] = ACTIONS(251), + [1439] = { + [sym_cell_path] = STATE(1761), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1439), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1955), + [anon_sym_SEMI] = ACTIONS(1955), + [anon_sym_PIPE] = ACTIONS(1955), + [anon_sym_err_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_GT_PIPE] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1955), + [anon_sym_LBRACK] = ACTIONS(1955), + [anon_sym_LPAREN] = ACTIONS(1955), + [anon_sym_RPAREN] = ACTIONS(1955), + [anon_sym_DOLLAR] = ACTIONS(1953), + [anon_sym_DASH_DASH] = ACTIONS(1955), + [anon_sym_DASH2] = ACTIONS(1953), + [anon_sym_LBRACE] = ACTIONS(1955), + [anon_sym_RBRACE] = ACTIONS(1955), + [anon_sym_DOT_DOT] = ACTIONS(1953), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1955), + [anon_sym_DOT_DOT_LT] = ACTIONS(1955), + [anon_sym_null] = ACTIONS(1955), + [anon_sym_true] = ACTIONS(1955), + [anon_sym_false] = ACTIONS(1955), + [aux_sym__val_number_decimal_token1] = ACTIONS(1953), + [aux_sym__val_number_decimal_token2] = ACTIONS(1955), + [aux_sym__val_number_decimal_token3] = ACTIONS(1955), + [aux_sym__val_number_decimal_token4] = ACTIONS(1955), + [aux_sym__val_number_token1] = ACTIONS(1955), + [aux_sym__val_number_token2] = ACTIONS(1955), + [aux_sym__val_number_token3] = ACTIONS(1955), + [aux_sym__val_number_token4] = ACTIONS(1955), + [aux_sym__val_number_token5] = ACTIONS(1955), + [aux_sym__val_number_token6] = ACTIONS(1955), + [anon_sym_0b] = ACTIONS(1953), + [anon_sym_0o] = ACTIONS(1953), + [anon_sym_0x] = ACTIONS(1953), + [sym_val_date] = ACTIONS(1955), + [anon_sym_DQUOTE] = ACTIONS(1955), + [sym__str_single_quotes] = ACTIONS(1955), + [sym__str_back_ticks] = ACTIONS(1955), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1955), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1955), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1953), + [anon_sym_out_GT] = ACTIONS(1953), + [anon_sym_e_GT] = ACTIONS(1953), + [anon_sym_o_GT] = ACTIONS(1953), + [anon_sym_err_PLUSout_GT] = ACTIONS(1953), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1953), + [anon_sym_o_PLUSe_GT] = ACTIONS(1953), + [anon_sym_e_PLUSo_GT] = ACTIONS(1953), + [anon_sym_err_GT_GT] = ACTIONS(1955), + [anon_sym_out_GT_GT] = ACTIONS(1955), + [anon_sym_e_GT_GT] = ACTIONS(1955), + [anon_sym_o_GT_GT] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1955), + [aux_sym_unquoted_token1] = ACTIONS(1953), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1955), }, - [1471] = { - [sym_comment] = STATE(1471), - [anon_sym_EQ] = ACTIONS(994), - [anon_sym_PLUS_EQ] = ACTIONS(996), - [anon_sym_DASH_EQ] = ACTIONS(996), - [anon_sym_STAR_EQ] = ACTIONS(996), - [anon_sym_SLASH_EQ] = ACTIONS(996), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(996), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_GT2] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1000), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_STAR2] = ACTIONS(1004), - [anon_sym_and2] = ACTIONS(1000), - [anon_sym_xor2] = ACTIONS(1000), - [anon_sym_or2] = ACTIONS(1000), - [anon_sym_not_DASHin2] = ACTIONS(1000), - [anon_sym_starts_DASHwith2] = ACTIONS(1000), - [anon_sym_ends_DASHwith2] = ACTIONS(1000), - [anon_sym_EQ_EQ2] = ACTIONS(1000), - [anon_sym_BANG_EQ2] = ACTIONS(1000), - [anon_sym_LT2] = ACTIONS(1004), - [anon_sym_LT_EQ2] = ACTIONS(1000), - [anon_sym_GT_EQ2] = ACTIONS(1000), - [anon_sym_EQ_TILDE2] = ACTIONS(1000), - [anon_sym_BANG_TILDE2] = ACTIONS(1000), - [anon_sym_STAR_STAR2] = ACTIONS(1000), - [anon_sym_PLUS_PLUS2] = ACTIONS(1004), - [anon_sym_SLASH2] = ACTIONS(1004), - [anon_sym_mod2] = ACTIONS(1000), - [anon_sym_SLASH_SLASH2] = ACTIONS(1000), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_bit_DASHshl2] = ACTIONS(1000), - [anon_sym_bit_DASHshr2] = ACTIONS(1000), - [anon_sym_bit_DASHand2] = ACTIONS(1000), - [anon_sym_bit_DASHxor2] = ACTIONS(1000), - [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(1012), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), - [anon_sym_COLON2] = ACTIONS(4712), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [1440] = { + [sym_cell_path] = STATE(1762), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1440), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1959), + [anon_sym_SEMI] = ACTIONS(1959), + [anon_sym_PIPE] = ACTIONS(1959), + [anon_sym_err_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_GT_PIPE] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1959), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_RPAREN] = ACTIONS(1959), + [anon_sym_DOLLAR] = ACTIONS(1957), + [anon_sym_DASH_DASH] = ACTIONS(1959), + [anon_sym_DASH2] = ACTIONS(1957), + [anon_sym_LBRACE] = ACTIONS(1959), + [anon_sym_RBRACE] = ACTIONS(1959), + [anon_sym_DOT_DOT] = ACTIONS(1957), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1959), + [anon_sym_DOT_DOT_LT] = ACTIONS(1959), + [anon_sym_null] = ACTIONS(1959), + [anon_sym_true] = ACTIONS(1959), + [anon_sym_false] = ACTIONS(1959), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_decimal_token2] = ACTIONS(1959), + [aux_sym__val_number_decimal_token3] = ACTIONS(1959), + [aux_sym__val_number_decimal_token4] = ACTIONS(1959), + [aux_sym__val_number_token1] = ACTIONS(1959), + [aux_sym__val_number_token2] = ACTIONS(1959), + [aux_sym__val_number_token3] = ACTIONS(1959), + [aux_sym__val_number_token4] = ACTIONS(1959), + [aux_sym__val_number_token5] = ACTIONS(1959), + [aux_sym__val_number_token6] = ACTIONS(1959), + [anon_sym_0b] = ACTIONS(1957), + [anon_sym_0o] = ACTIONS(1957), + [anon_sym_0x] = ACTIONS(1957), + [sym_val_date] = ACTIONS(1959), + [anon_sym_DQUOTE] = ACTIONS(1959), + [sym__str_single_quotes] = ACTIONS(1959), + [sym__str_back_ticks] = ACTIONS(1959), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1959), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1959), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1957), + [anon_sym_out_GT] = ACTIONS(1957), + [anon_sym_e_GT] = ACTIONS(1957), + [anon_sym_o_GT] = ACTIONS(1957), + [anon_sym_err_PLUSout_GT] = ACTIONS(1957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), + [anon_sym_o_PLUSe_GT] = ACTIONS(1957), + [anon_sym_e_PLUSo_GT] = ACTIONS(1957), + [anon_sym_err_GT_GT] = ACTIONS(1959), + [anon_sym_out_GT_GT] = ACTIONS(1959), + [anon_sym_e_GT_GT] = ACTIONS(1959), + [anon_sym_o_GT_GT] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), + [aux_sym_unquoted_token1] = ACTIONS(1957), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1959), }, - [1472] = { - [sym_comment] = STATE(1472), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4714), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1473] = { - [sym_comment] = STATE(1473), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_GT2] = ACTIONS(962), - [anon_sym_DASH2] = ACTIONS(964), - [anon_sym_in2] = ACTIONS(964), - [anon_sym_if] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_EQ_GT] = ACTIONS(964), - [anon_sym_STAR2] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_and2] = ACTIONS(964), - [anon_sym_xor2] = ACTIONS(964), - [anon_sym_or2] = ACTIONS(964), - [anon_sym_not_DASHin2] = ACTIONS(964), - [anon_sym_starts_DASHwith2] = ACTIONS(964), - [anon_sym_ends_DASHwith2] = ACTIONS(964), - [anon_sym_EQ_EQ2] = ACTIONS(964), - [anon_sym_BANG_EQ2] = ACTIONS(964), - [anon_sym_LT2] = ACTIONS(962), - [anon_sym_LT_EQ2] = ACTIONS(964), - [anon_sym_GT_EQ2] = ACTIONS(964), - [anon_sym_EQ_TILDE2] = ACTIONS(964), - [anon_sym_BANG_TILDE2] = ACTIONS(964), - [anon_sym_STAR_STAR2] = ACTIONS(964), - [anon_sym_PLUS_PLUS2] = ACTIONS(964), - [anon_sym_SLASH2] = ACTIONS(962), - [anon_sym_mod2] = ACTIONS(964), - [anon_sym_SLASH_SLASH2] = ACTIONS(964), - [anon_sym_PLUS2] = ACTIONS(962), - [anon_sym_bit_DASHshl2] = ACTIONS(964), - [anon_sym_bit_DASHshr2] = ACTIONS(964), - [anon_sym_bit_DASHand2] = ACTIONS(964), - [anon_sym_bit_DASHxor2] = ACTIONS(964), - [anon_sym_bit_DASHor2] = ACTIONS(964), - [anon_sym_DOT_DOT2] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(964), - [anon_sym_DOT_DOT_LT2] = ACTIONS(964), - [anon_sym_COLON2] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(251), + [1441] = { + [sym_cell_path] = STATE(1763), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1441), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1963), + [anon_sym_SEMI] = ACTIONS(1963), + [anon_sym_PIPE] = ACTIONS(1963), + [anon_sym_err_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_GT_PIPE] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1963), + [anon_sym_LBRACK] = ACTIONS(1963), + [anon_sym_LPAREN] = ACTIONS(1963), + [anon_sym_RPAREN] = ACTIONS(1963), + [anon_sym_DOLLAR] = ACTIONS(1961), + [anon_sym_DASH_DASH] = ACTIONS(1963), + [anon_sym_DASH2] = ACTIONS(1961), + [anon_sym_LBRACE] = ACTIONS(1963), + [anon_sym_RBRACE] = ACTIONS(1963), + [anon_sym_DOT_DOT] = ACTIONS(1961), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1963), + [anon_sym_DOT_DOT_LT] = ACTIONS(1963), + [anon_sym_null] = ACTIONS(1963), + [anon_sym_true] = ACTIONS(1963), + [anon_sym_false] = ACTIONS(1963), + [aux_sym__val_number_decimal_token1] = ACTIONS(1961), + [aux_sym__val_number_decimal_token2] = ACTIONS(1963), + [aux_sym__val_number_decimal_token3] = ACTIONS(1963), + [aux_sym__val_number_decimal_token4] = ACTIONS(1963), + [aux_sym__val_number_token1] = ACTIONS(1963), + [aux_sym__val_number_token2] = ACTIONS(1963), + [aux_sym__val_number_token3] = ACTIONS(1963), + [aux_sym__val_number_token4] = ACTIONS(1963), + [aux_sym__val_number_token5] = ACTIONS(1963), + [aux_sym__val_number_token6] = ACTIONS(1963), + [anon_sym_0b] = ACTIONS(1961), + [anon_sym_0o] = ACTIONS(1961), + [anon_sym_0x] = ACTIONS(1961), + [sym_val_date] = ACTIONS(1963), + [anon_sym_DQUOTE] = ACTIONS(1963), + [sym__str_single_quotes] = ACTIONS(1963), + [sym__str_back_ticks] = ACTIONS(1963), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1963), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1963), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1961), + [anon_sym_out_GT] = ACTIONS(1961), + [anon_sym_e_GT] = ACTIONS(1961), + [anon_sym_o_GT] = ACTIONS(1961), + [anon_sym_err_PLUSout_GT] = ACTIONS(1961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1961), + [anon_sym_o_PLUSe_GT] = ACTIONS(1961), + [anon_sym_e_PLUSo_GT] = ACTIONS(1961), + [anon_sym_err_GT_GT] = ACTIONS(1963), + [anon_sym_out_GT_GT] = ACTIONS(1963), + [anon_sym_e_GT_GT] = ACTIONS(1963), + [anon_sym_o_GT_GT] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1963), + [aux_sym_unquoted_token1] = ACTIONS(1961), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1963), }, - [1474] = { - [sym_cell_path] = STATE(1753), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1474), - [aux_sym_cell_path_repeat1] = STATE(1516), + [1442] = { + [sym_cell_path] = STATE(1764), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1442), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1967), [anon_sym_SEMI] = ACTIONS(1967), [anon_sym_PIPE] = ACTIONS(1967), @@ -218916,7 +216721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1967), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1967), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1967), - [anon_sym_DOT2] = ACTIONS(4672), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1965), [anon_sym_out_GT] = ACTIONS(1965), [anon_sym_e_GT] = ACTIONS(1965), @@ -218937,151 +216742,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1967), }, - [1475] = { - [sym_comment] = STATE(1475), - [ts_builtin_sym_end] = ACTIONS(1020), - [anon_sym_EQ] = ACTIONS(1018), - [anon_sym_PLUS_EQ] = ACTIONS(1020), - [anon_sym_DASH_EQ] = ACTIONS(1020), - [anon_sym_STAR_EQ] = ACTIONS(1020), - [anon_sym_SLASH_EQ] = ACTIONS(1020), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(1020), - [sym__newline] = ACTIONS(1020), - [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_err_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_GT_PIPE] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), - [anon_sym_GT2] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_in2] = ACTIONS(1020), - [anon_sym_LBRACE] = ACTIONS(1020), - [anon_sym_STAR2] = ACTIONS(1018), - [anon_sym_and2] = ACTIONS(1020), - [anon_sym_xor2] = ACTIONS(1020), - [anon_sym_or2] = ACTIONS(1020), - [anon_sym_not_DASHin2] = ACTIONS(1020), - [anon_sym_starts_DASHwith2] = ACTIONS(1020), - [anon_sym_ends_DASHwith2] = ACTIONS(1020), - [anon_sym_EQ_EQ2] = ACTIONS(1020), - [anon_sym_BANG_EQ2] = ACTIONS(1020), - [anon_sym_LT2] = ACTIONS(1018), - [anon_sym_LT_EQ2] = ACTIONS(1020), - [anon_sym_GT_EQ2] = ACTIONS(1020), - [anon_sym_EQ_TILDE2] = ACTIONS(1020), - [anon_sym_BANG_TILDE2] = ACTIONS(1020), - [anon_sym_STAR_STAR2] = ACTIONS(1020), - [anon_sym_PLUS_PLUS2] = ACTIONS(1018), - [anon_sym_SLASH2] = ACTIONS(1018), - [anon_sym_mod2] = ACTIONS(1020), - [anon_sym_SLASH_SLASH2] = ACTIONS(1020), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_bit_DASHshl2] = ACTIONS(1020), - [anon_sym_bit_DASHshr2] = ACTIONS(1020), - [anon_sym_bit_DASHand2] = ACTIONS(1020), - [anon_sym_bit_DASHxor2] = ACTIONS(1020), - [anon_sym_bit_DASHor2] = ACTIONS(1020), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_err_GT] = ACTIONS(1018), - [anon_sym_out_GT] = ACTIONS(1018), - [anon_sym_e_GT] = ACTIONS(1018), - [anon_sym_o_GT] = ACTIONS(1018), - [anon_sym_err_PLUSout_GT] = ACTIONS(1018), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), - [anon_sym_o_PLUSe_GT] = ACTIONS(1018), - [anon_sym_e_PLUSo_GT] = ACTIONS(1018), - [anon_sym_err_GT_GT] = ACTIONS(1020), - [anon_sym_out_GT_GT] = ACTIONS(1020), - [anon_sym_e_GT_GT] = ACTIONS(1020), - [anon_sym_o_GT_GT] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [1443] = { + [sym_cell_path] = STATE(1819), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1443), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1971), + [anon_sym_SEMI] = ACTIONS(1971), + [anon_sym_PIPE] = ACTIONS(1971), + [anon_sym_err_GT_PIPE] = ACTIONS(1971), + [anon_sym_out_GT_PIPE] = ACTIONS(1971), + [anon_sym_e_GT_PIPE] = ACTIONS(1971), + [anon_sym_o_GT_PIPE] = ACTIONS(1971), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1971), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1971), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1971), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1971), + [anon_sym_LBRACK] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1971), + [anon_sym_RPAREN] = ACTIONS(1971), + [anon_sym_DOLLAR] = ACTIONS(1969), + [anon_sym_DASH_DASH] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1969), + [anon_sym_LBRACE] = ACTIONS(1971), + [anon_sym_RBRACE] = ACTIONS(1971), + [anon_sym_DOT_DOT] = ACTIONS(1969), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1971), + [anon_sym_DOT_DOT_LT] = ACTIONS(1971), + [anon_sym_null] = ACTIONS(1971), + [anon_sym_true] = ACTIONS(1971), + [anon_sym_false] = ACTIONS(1971), + [aux_sym__val_number_decimal_token1] = ACTIONS(1969), + [aux_sym__val_number_decimal_token2] = ACTIONS(1971), + [aux_sym__val_number_decimal_token3] = ACTIONS(1971), + [aux_sym__val_number_decimal_token4] = ACTIONS(1971), + [aux_sym__val_number_token1] = ACTIONS(1971), + [aux_sym__val_number_token2] = ACTIONS(1971), + [aux_sym__val_number_token3] = ACTIONS(1971), + [aux_sym__val_number_token4] = ACTIONS(1971), + [aux_sym__val_number_token5] = ACTIONS(1971), + [aux_sym__val_number_token6] = ACTIONS(1971), + [anon_sym_0b] = ACTIONS(1969), + [anon_sym_0o] = ACTIONS(1969), + [anon_sym_0x] = ACTIONS(1969), + [sym_val_date] = ACTIONS(1971), + [anon_sym_DQUOTE] = ACTIONS(1971), + [sym__str_single_quotes] = ACTIONS(1971), + [sym__str_back_ticks] = ACTIONS(1971), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1971), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1971), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1969), + [anon_sym_out_GT] = ACTIONS(1969), + [anon_sym_e_GT] = ACTIONS(1969), + [anon_sym_o_GT] = ACTIONS(1969), + [anon_sym_err_PLUSout_GT] = ACTIONS(1969), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1969), + [anon_sym_o_PLUSe_GT] = ACTIONS(1969), + [anon_sym_e_PLUSo_GT] = ACTIONS(1969), + [anon_sym_err_GT_GT] = ACTIONS(1971), + [anon_sym_out_GT_GT] = ACTIONS(1971), + [anon_sym_e_GT_GT] = ACTIONS(1971), + [anon_sym_o_GT_GT] = ACTIONS(1971), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1971), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1971), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1971), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1971), + [aux_sym_unquoted_token1] = ACTIONS(1969), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1971), + }, + [1444] = { + [sym_comment] = STATE(1444), + [sym__newline] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_err_GT_PIPE] = ACTIONS(960), + [anon_sym_out_GT_PIPE] = ACTIONS(960), + [anon_sym_e_GT_PIPE] = ACTIONS(960), + [anon_sym_o_GT_PIPE] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_RPAREN] = ACTIONS(960), + [anon_sym_GT2] = ACTIONS(958), + [anon_sym_DASH2] = ACTIONS(960), + [anon_sym_in2] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_EQ_GT] = ACTIONS(960), + [anon_sym_STAR2] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(4682), + [anon_sym_and2] = ACTIONS(960), + [anon_sym_xor2] = ACTIONS(960), + [anon_sym_or2] = ACTIONS(960), + [anon_sym_not_DASHin2] = ACTIONS(960), + [anon_sym_starts_DASHwith2] = ACTIONS(960), + [anon_sym_ends_DASHwith2] = ACTIONS(960), + [anon_sym_EQ_EQ2] = ACTIONS(960), + [anon_sym_BANG_EQ2] = ACTIONS(960), + [anon_sym_LT2] = ACTIONS(958), + [anon_sym_LT_EQ2] = ACTIONS(960), + [anon_sym_GT_EQ2] = ACTIONS(960), + [anon_sym_EQ_TILDE2] = ACTIONS(960), + [anon_sym_BANG_TILDE2] = ACTIONS(960), + [anon_sym_STAR_STAR2] = ACTIONS(960), + [anon_sym_PLUS_PLUS2] = ACTIONS(960), + [anon_sym_SLASH2] = ACTIONS(958), + [anon_sym_mod2] = ACTIONS(960), + [anon_sym_SLASH_SLASH2] = ACTIONS(960), + [anon_sym_PLUS2] = ACTIONS(958), + [anon_sym_bit_DASHshl2] = ACTIONS(960), + [anon_sym_bit_DASHshr2] = ACTIONS(960), + [anon_sym_bit_DASHand2] = ACTIONS(960), + [anon_sym_bit_DASHxor2] = ACTIONS(960), + [anon_sym_bit_DASHor2] = ACTIONS(960), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_COLON2] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_err_GT] = ACTIONS(958), + [anon_sym_out_GT] = ACTIONS(958), + [anon_sym_e_GT] = ACTIONS(958), + [anon_sym_o_GT] = ACTIONS(958), + [anon_sym_err_PLUSout_GT] = ACTIONS(958), + [anon_sym_out_PLUSerr_GT] = ACTIONS(958), + [anon_sym_o_PLUSe_GT] = ACTIONS(958), + [anon_sym_e_PLUSo_GT] = ACTIONS(958), + [anon_sym_err_GT_GT] = ACTIONS(960), + [anon_sym_out_GT_GT] = ACTIONS(960), + [anon_sym_e_GT_GT] = ACTIONS(960), + [anon_sym_o_GT_GT] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [anon_sym_POUND] = ACTIONS(251), + }, + [1445] = { + [sym_comment] = STATE(1445), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_RPAREN] = ACTIONS(954), + [anon_sym_GT2] = ACTIONS(952), + [anon_sym_DASH2] = ACTIONS(954), + [anon_sym_in2] = ACTIONS(954), + [anon_sym_if] = ACTIONS(954), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_EQ_GT] = ACTIONS(954), + [anon_sym_STAR2] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4684), + [anon_sym_and2] = ACTIONS(954), + [anon_sym_xor2] = ACTIONS(954), + [anon_sym_or2] = ACTIONS(954), + [anon_sym_not_DASHin2] = ACTIONS(954), + [anon_sym_starts_DASHwith2] = ACTIONS(954), + [anon_sym_ends_DASHwith2] = ACTIONS(954), + [anon_sym_EQ_EQ2] = ACTIONS(954), + [anon_sym_BANG_EQ2] = ACTIONS(954), + [anon_sym_LT2] = ACTIONS(952), + [anon_sym_LT_EQ2] = ACTIONS(954), + [anon_sym_GT_EQ2] = ACTIONS(954), + [anon_sym_EQ_TILDE2] = ACTIONS(954), + [anon_sym_BANG_TILDE2] = ACTIONS(954), + [anon_sym_STAR_STAR2] = ACTIONS(954), + [anon_sym_PLUS_PLUS2] = ACTIONS(954), + [anon_sym_SLASH2] = ACTIONS(952), + [anon_sym_mod2] = ACTIONS(954), + [anon_sym_SLASH_SLASH2] = ACTIONS(954), + [anon_sym_PLUS2] = ACTIONS(952), + [anon_sym_bit_DASHshl2] = ACTIONS(954), + [anon_sym_bit_DASHshr2] = ACTIONS(954), + [anon_sym_bit_DASHand2] = ACTIONS(954), + [anon_sym_bit_DASHxor2] = ACTIONS(954), + [anon_sym_bit_DASHor2] = ACTIONS(954), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_COLON2] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), [anon_sym_POUND] = ACTIONS(251), }, - [1476] = { - [sym_comment] = STATE(1476), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1477] = { - [sym_cell_path] = STATE(1712), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1477), - [aux_sym_cell_path_repeat1] = STATE(1516), + [1446] = { + [sym_cell_path] = STATE(1754), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1446), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1947), [anon_sym_SEMI] = ACTIONS(1947), [anon_sym_PIPE] = ACTIONS(1947), @@ -219126,7 +217001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1947), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1947), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1947), - [anon_sym_DOT2] = ACTIONS(4672), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1945), [anon_sym_out_GT] = ACTIONS(1945), [anon_sym_e_GT] = ACTIONS(1945), @@ -219147,287 +217022,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1947), }, - [1478] = { - [sym_comment] = STATE(1478), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4716), - [aux_sym__immediate_decimal_token2] = ACTIONS(4718), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [1447] = { + [sym_cell_path] = STATE(1776), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1447), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_PIPE] = ACTIONS(2091), + [anon_sym_err_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_GT_PIPE] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2091), + [anon_sym_LBRACK] = ACTIONS(2091), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_RPAREN] = ACTIONS(2091), + [anon_sym_DOLLAR] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_DOT_DOT] = ACTIONS(2089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2091), + [anon_sym_DOT_DOT_LT] = ACTIONS(2091), + [anon_sym_null] = ACTIONS(2091), + [anon_sym_true] = ACTIONS(2091), + [anon_sym_false] = ACTIONS(2091), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2091), + [aux_sym__val_number_decimal_token3] = ACTIONS(2091), + [aux_sym__val_number_decimal_token4] = ACTIONS(2091), + [aux_sym__val_number_token1] = ACTIONS(2091), + [aux_sym__val_number_token2] = ACTIONS(2091), + [aux_sym__val_number_token3] = ACTIONS(2091), + [aux_sym__val_number_token4] = ACTIONS(2091), + [aux_sym__val_number_token5] = ACTIONS(2091), + [aux_sym__val_number_token6] = ACTIONS(2091), + [anon_sym_0b] = ACTIONS(2089), + [anon_sym_0o] = ACTIONS(2089), + [anon_sym_0x] = ACTIONS(2089), + [sym_val_date] = ACTIONS(2091), + [anon_sym_DQUOTE] = ACTIONS(2091), + [sym__str_single_quotes] = ACTIONS(2091), + [sym__str_back_ticks] = ACTIONS(2091), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2091), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2091), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(2089), + [anon_sym_out_GT] = ACTIONS(2089), + [anon_sym_e_GT] = ACTIONS(2089), + [anon_sym_o_GT] = ACTIONS(2089), + [anon_sym_err_PLUSout_GT] = ACTIONS(2089), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2089), + [anon_sym_o_PLUSe_GT] = ACTIONS(2089), + [anon_sym_e_PLUSo_GT] = ACTIONS(2089), + [anon_sym_err_GT_GT] = ACTIONS(2091), + [anon_sym_out_GT_GT] = ACTIONS(2091), + [anon_sym_e_GT_GT] = ACTIONS(2091), + [anon_sym_o_GT_GT] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2091), + [aux_sym_unquoted_token1] = ACTIONS(2089), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2091), }, - [1479] = { - [sym_cell_path] = STATE(1742), - [sym_path] = STATE(1634), - [sym_comment] = STATE(1479), - [aux_sym_cell_path_repeat1] = STATE(1516), - [sym__newline] = ACTIONS(1991), - [anon_sym_SEMI] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1991), - [anon_sym_err_GT_PIPE] = ACTIONS(1991), - [anon_sym_out_GT_PIPE] = ACTIONS(1991), - [anon_sym_e_GT_PIPE] = ACTIONS(1991), - [anon_sym_o_GT_PIPE] = ACTIONS(1991), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1991), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1991), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1991), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1991), - [anon_sym_LBRACK] = ACTIONS(1991), - [anon_sym_LPAREN] = ACTIONS(1991), - [anon_sym_RPAREN] = ACTIONS(1991), - [anon_sym_DOLLAR] = ACTIONS(1989), - [anon_sym_DASH_DASH] = ACTIONS(1991), - [anon_sym_DASH2] = ACTIONS(1989), - [anon_sym_LBRACE] = ACTIONS(1991), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_DOT_DOT] = ACTIONS(1989), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1991), - [anon_sym_DOT_DOT_LT] = ACTIONS(1991), - [anon_sym_null] = ACTIONS(1991), - [anon_sym_true] = ACTIONS(1991), - [anon_sym_false] = ACTIONS(1991), - [aux_sym__val_number_decimal_token1] = ACTIONS(1989), - [aux_sym__val_number_decimal_token2] = ACTIONS(1991), - [aux_sym__val_number_decimal_token3] = ACTIONS(1991), - [aux_sym__val_number_decimal_token4] = ACTIONS(1991), - [aux_sym__val_number_token1] = ACTIONS(1991), - [aux_sym__val_number_token2] = ACTIONS(1991), - [aux_sym__val_number_token3] = ACTIONS(1991), - [aux_sym__val_number_token4] = ACTIONS(1991), - [aux_sym__val_number_token5] = ACTIONS(1991), - [aux_sym__val_number_token6] = ACTIONS(1991), - [anon_sym_0b] = ACTIONS(1989), - [anon_sym_0o] = ACTIONS(1989), - [anon_sym_0x] = ACTIONS(1989), - [sym_val_date] = ACTIONS(1991), - [anon_sym_DQUOTE] = ACTIONS(1991), - [sym__str_single_quotes] = ACTIONS(1991), - [sym__str_back_ticks] = ACTIONS(1991), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1991), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1991), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(1989), - [anon_sym_out_GT] = ACTIONS(1989), - [anon_sym_e_GT] = ACTIONS(1989), - [anon_sym_o_GT] = ACTIONS(1989), - [anon_sym_err_PLUSout_GT] = ACTIONS(1989), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1989), - [anon_sym_o_PLUSe_GT] = ACTIONS(1989), - [anon_sym_e_PLUSo_GT] = ACTIONS(1989), - [anon_sym_err_GT_GT] = ACTIONS(1991), - [anon_sym_out_GT_GT] = ACTIONS(1991), - [anon_sym_e_GT_GT] = ACTIONS(1991), - [anon_sym_o_GT_GT] = ACTIONS(1991), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1991), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1991), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1991), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1991), - [aux_sym_unquoted_token1] = ACTIONS(1989), + [1448] = { + [sym_comment] = STATE(1448), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4686), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4688), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1449] = { + [sym_comment] = STATE(1449), + [sym__newline] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_PIPE] = ACTIONS(990), + [anon_sym_err_GT_PIPE] = ACTIONS(990), + [anon_sym_out_GT_PIPE] = ACTIONS(990), + [anon_sym_e_GT_PIPE] = ACTIONS(990), + [anon_sym_o_GT_PIPE] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), + [anon_sym_LBRACK] = ACTIONS(990), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_RPAREN] = ACTIONS(990), + [anon_sym_DOLLAR] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_DASH2] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_DOT_DOT] = ACTIONS(988), + [anon_sym_DOT_DOT2] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(988), + [anon_sym_DOT_DOT_LT] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), + [anon_sym_DOT_DOT_LT2] = ACTIONS(990), + [anon_sym_null] = ACTIONS(990), + [anon_sym_true] = ACTIONS(990), + [anon_sym_false] = ACTIONS(990), + [aux_sym__val_number_decimal_token1] = ACTIONS(988), + [aux_sym__val_number_decimal_token2] = ACTIONS(990), + [aux_sym__val_number_decimal_token3] = ACTIONS(990), + [aux_sym__val_number_decimal_token4] = ACTIONS(990), + [aux_sym__val_number_token1] = ACTIONS(990), + [aux_sym__val_number_token2] = ACTIONS(990), + [aux_sym__val_number_token3] = ACTIONS(990), + [aux_sym__val_number_token4] = ACTIONS(990), + [aux_sym__val_number_token5] = ACTIONS(990), + [aux_sym__val_number_token6] = ACTIONS(990), + [anon_sym_0b] = ACTIONS(988), + [anon_sym_0o] = ACTIONS(988), + [anon_sym_0x] = ACTIONS(988), + [sym_val_date] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym__str_single_quotes] = ACTIONS(990), + [sym__str_back_ticks] = ACTIONS(990), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(990), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_err_GT] = ACTIONS(988), + [anon_sym_out_GT] = ACTIONS(988), + [anon_sym_e_GT] = ACTIONS(988), + [anon_sym_o_GT] = ACTIONS(988), + [anon_sym_err_PLUSout_GT] = ACTIONS(988), + [anon_sym_out_PLUSerr_GT] = ACTIONS(988), + [anon_sym_o_PLUSe_GT] = ACTIONS(988), + [anon_sym_e_PLUSo_GT] = ACTIONS(988), + [anon_sym_err_GT_GT] = ACTIONS(990), + [anon_sym_out_GT_GT] = ACTIONS(990), + [anon_sym_e_GT_GT] = ACTIONS(990), + [anon_sym_o_GT_GT] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), + [aux_sym_unquoted_token1] = ACTIONS(988), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1991), + [sym_raw_string_begin] = ACTIONS(990), }, - [1480] = { - [sym_comment] = STATE(1480), - [sym__newline] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(1719), - [anon_sym_err_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_GT_PIPE] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_LPAREN] = ACTIONS(1719), - [anon_sym_RPAREN] = ACTIONS(1719), - [anon_sym_DOLLAR] = ACTIONS(1717), - [anon_sym_DASH_DASH] = ACTIONS(1719), - [anon_sym_DASH2] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_RBRACE] = ACTIONS(1719), - [anon_sym_DOT_DOT] = ACTIONS(1717), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), - [anon_sym_DOT_DOT_LT] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_null] = ACTIONS(1719), - [anon_sym_true] = ACTIONS(1719), - [anon_sym_false] = ACTIONS(1719), - [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1719), - [aux_sym__val_number_decimal_token3] = ACTIONS(1719), - [aux_sym__val_number_decimal_token4] = ACTIONS(1719), - [aux_sym__val_number_token1] = ACTIONS(1719), - [aux_sym__val_number_token2] = ACTIONS(1719), - [aux_sym__val_number_token3] = ACTIONS(1719), - [aux_sym__val_number_token4] = ACTIONS(1719), - [aux_sym__val_number_token5] = ACTIONS(1719), - [aux_sym__val_number_token6] = ACTIONS(1719), - [anon_sym_0b] = ACTIONS(1717), - [anon_sym_0o] = ACTIONS(1717), - [anon_sym_0x] = ACTIONS(1717), - [sym_val_date] = ACTIONS(1719), - [anon_sym_DQUOTE] = ACTIONS(1719), - [sym__str_single_quotes] = ACTIONS(1719), - [sym__str_back_ticks] = ACTIONS(1719), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), - [anon_sym_err_GT] = ACTIONS(1717), - [anon_sym_out_GT] = ACTIONS(1717), - [anon_sym_e_GT] = ACTIONS(1717), - [anon_sym_o_GT] = ACTIONS(1717), - [anon_sym_err_PLUSout_GT] = ACTIONS(1717), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), - [anon_sym_o_PLUSe_GT] = ACTIONS(1717), - [anon_sym_e_PLUSo_GT] = ACTIONS(1717), - [anon_sym_err_GT_GT] = ACTIONS(1719), - [anon_sym_out_GT_GT] = ACTIONS(1719), - [anon_sym_e_GT_GT] = ACTIONS(1719), - [anon_sym_o_GT_GT] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), - [aux_sym_unquoted_token1] = ACTIONS(1717), + [1450] = { + [sym_cell_path] = STATE(1767), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1450), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1979), + [anon_sym_SEMI] = ACTIONS(1979), + [anon_sym_PIPE] = ACTIONS(1979), + [anon_sym_err_GT_PIPE] = ACTIONS(1979), + [anon_sym_out_GT_PIPE] = ACTIONS(1979), + [anon_sym_e_GT_PIPE] = ACTIONS(1979), + [anon_sym_o_GT_PIPE] = ACTIONS(1979), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1979), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1979), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1979), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1979), + [anon_sym_LBRACK] = ACTIONS(1979), + [anon_sym_LPAREN] = ACTIONS(1979), + [anon_sym_RPAREN] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1977), + [anon_sym_DASH_DASH] = ACTIONS(1979), + [anon_sym_DASH2] = ACTIONS(1977), + [anon_sym_LBRACE] = ACTIONS(1979), + [anon_sym_RBRACE] = ACTIONS(1979), + [anon_sym_DOT_DOT] = ACTIONS(1977), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1979), + [anon_sym_DOT_DOT_LT] = ACTIONS(1979), + [anon_sym_null] = ACTIONS(1979), + [anon_sym_true] = ACTIONS(1979), + [anon_sym_false] = ACTIONS(1979), + [aux_sym__val_number_decimal_token1] = ACTIONS(1977), + [aux_sym__val_number_decimal_token2] = ACTIONS(1979), + [aux_sym__val_number_decimal_token3] = ACTIONS(1979), + [aux_sym__val_number_decimal_token4] = ACTIONS(1979), + [aux_sym__val_number_token1] = ACTIONS(1979), + [aux_sym__val_number_token2] = ACTIONS(1979), + [aux_sym__val_number_token3] = ACTIONS(1979), + [aux_sym__val_number_token4] = ACTIONS(1979), + [aux_sym__val_number_token5] = ACTIONS(1979), + [aux_sym__val_number_token6] = ACTIONS(1979), + [anon_sym_0b] = ACTIONS(1977), + [anon_sym_0o] = ACTIONS(1977), + [anon_sym_0x] = ACTIONS(1977), + [sym_val_date] = ACTIONS(1979), + [anon_sym_DQUOTE] = ACTIONS(1979), + [sym__str_single_quotes] = ACTIONS(1979), + [sym__str_back_ticks] = ACTIONS(1979), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1979), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1979), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1977), + [anon_sym_out_GT] = ACTIONS(1977), + [anon_sym_e_GT] = ACTIONS(1977), + [anon_sym_o_GT] = ACTIONS(1977), + [anon_sym_err_PLUSout_GT] = ACTIONS(1977), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1977), + [anon_sym_o_PLUSe_GT] = ACTIONS(1977), + [anon_sym_e_PLUSo_GT] = ACTIONS(1977), + [anon_sym_err_GT_GT] = ACTIONS(1979), + [anon_sym_out_GT_GT] = ACTIONS(1979), + [anon_sym_e_GT_GT] = ACTIONS(1979), + [anon_sym_o_GT_GT] = ACTIONS(1979), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1979), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1979), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1979), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1979), + [aux_sym_unquoted_token1] = ACTIONS(1977), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1719), + [sym_raw_string_begin] = ACTIONS(1979), }, - [1481] = { - [sym_cell_path] = STATE(1848), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1481), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1951), - [sym__newline] = ACTIONS(1951), - [anon_sym_SEMI] = ACTIONS(1951), - [anon_sym_PIPE] = ACTIONS(1951), - [anon_sym_err_GT_PIPE] = ACTIONS(1951), - [anon_sym_out_GT_PIPE] = ACTIONS(1951), - [anon_sym_e_GT_PIPE] = ACTIONS(1951), - [anon_sym_o_GT_PIPE] = ACTIONS(1951), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1951), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1951), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1951), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1951), - [anon_sym_LBRACK] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1951), - [anon_sym_DOLLAR] = ACTIONS(1949), - [anon_sym_DASH_DASH] = ACTIONS(1951), - [anon_sym_DASH2] = ACTIONS(1949), - [anon_sym_LBRACE] = ACTIONS(1951), - [anon_sym_DOT_DOT] = ACTIONS(1949), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1951), - [anon_sym_DOT_DOT_LT] = ACTIONS(1951), - [anon_sym_null] = ACTIONS(1951), - [anon_sym_true] = ACTIONS(1951), - [anon_sym_false] = ACTIONS(1951), - [aux_sym__val_number_decimal_token1] = ACTIONS(1949), - [aux_sym__val_number_decimal_token2] = ACTIONS(1951), - [aux_sym__val_number_decimal_token3] = ACTIONS(1951), - [aux_sym__val_number_decimal_token4] = ACTIONS(1951), - [aux_sym__val_number_token1] = ACTIONS(1951), - [aux_sym__val_number_token2] = ACTIONS(1951), - [aux_sym__val_number_token3] = ACTIONS(1951), - [aux_sym__val_number_token4] = ACTIONS(1951), - [aux_sym__val_number_token5] = ACTIONS(1951), - [aux_sym__val_number_token6] = ACTIONS(1951), - [anon_sym_0b] = ACTIONS(1949), - [anon_sym_0o] = ACTIONS(1949), - [anon_sym_0x] = ACTIONS(1949), - [sym_val_date] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(1951), - [sym__str_single_quotes] = ACTIONS(1951), - [sym__str_back_ticks] = ACTIONS(1951), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1951), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1951), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1949), - [anon_sym_out_GT] = ACTIONS(1949), - [anon_sym_e_GT] = ACTIONS(1949), - [anon_sym_o_GT] = ACTIONS(1949), - [anon_sym_err_PLUSout_GT] = ACTIONS(1949), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1949), - [anon_sym_o_PLUSe_GT] = ACTIONS(1949), - [anon_sym_e_PLUSo_GT] = ACTIONS(1949), - [anon_sym_err_GT_GT] = ACTIONS(1951), - [anon_sym_out_GT_GT] = ACTIONS(1951), - [anon_sym_e_GT_GT] = ACTIONS(1951), - [anon_sym_o_GT_GT] = ACTIONS(1951), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1951), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1951), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1951), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1951), - [aux_sym_unquoted_token1] = ACTIONS(1949), + [1451] = { + [sym_comment] = STATE(1451), + [ts_builtin_sym_end] = ACTIONS(986), + [anon_sym_EQ] = ACTIONS(984), + [anon_sym_PLUS_EQ] = ACTIONS(986), + [anon_sym_DASH_EQ] = ACTIONS(986), + [anon_sym_STAR_EQ] = ACTIONS(986), + [anon_sym_SLASH_EQ] = ACTIONS(986), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(986), + [sym__newline] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_err_GT_PIPE] = ACTIONS(986), + [anon_sym_out_GT_PIPE] = ACTIONS(986), + [anon_sym_e_GT_PIPE] = ACTIONS(986), + [anon_sym_o_GT_PIPE] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_GT2] = ACTIONS(984), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_in2] = ACTIONS(986), + [anon_sym_STAR2] = ACTIONS(984), + [anon_sym_and2] = ACTIONS(986), + [anon_sym_xor2] = ACTIONS(986), + [anon_sym_or2] = ACTIONS(986), + [anon_sym_not_DASHin2] = ACTIONS(986), + [anon_sym_starts_DASHwith2] = ACTIONS(986), + [anon_sym_ends_DASHwith2] = ACTIONS(986), + [anon_sym_EQ_EQ2] = ACTIONS(986), + [anon_sym_BANG_EQ2] = ACTIONS(986), + [anon_sym_LT2] = ACTIONS(984), + [anon_sym_LT_EQ2] = ACTIONS(986), + [anon_sym_GT_EQ2] = ACTIONS(986), + [anon_sym_EQ_TILDE2] = ACTIONS(986), + [anon_sym_BANG_TILDE2] = ACTIONS(986), + [anon_sym_STAR_STAR2] = ACTIONS(986), + [anon_sym_PLUS_PLUS2] = ACTIONS(984), + [anon_sym_SLASH2] = ACTIONS(984), + [anon_sym_mod2] = ACTIONS(986), + [anon_sym_SLASH_SLASH2] = ACTIONS(986), + [anon_sym_PLUS2] = ACTIONS(984), + [anon_sym_bit_DASHshl2] = ACTIONS(986), + [anon_sym_bit_DASHshr2] = ACTIONS(986), + [anon_sym_bit_DASHand2] = ACTIONS(986), + [anon_sym_bit_DASHxor2] = ACTIONS(986), + [anon_sym_bit_DASHor2] = ACTIONS(986), + [anon_sym_DOT_DOT2] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), + [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_err_GT] = ACTIONS(984), + [anon_sym_out_GT] = ACTIONS(984), + [anon_sym_e_GT] = ACTIONS(984), + [anon_sym_o_GT] = ACTIONS(984), + [anon_sym_err_PLUSout_GT] = ACTIONS(984), + [anon_sym_out_PLUSerr_GT] = ACTIONS(984), + [anon_sym_o_PLUSe_GT] = ACTIONS(984), + [anon_sym_e_PLUSo_GT] = ACTIONS(984), + [anon_sym_err_GT_GT] = ACTIONS(986), + [anon_sym_out_GT_GT] = ACTIONS(986), + [anon_sym_e_GT_GT] = ACTIONS(986), + [anon_sym_o_GT_GT] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1951), }, - [1482] = { - [sym_comment] = STATE(1482), + [1452] = { + [sym_comment] = STATE(1452), [ts_builtin_sym_end] = ACTIONS(982), + [anon_sym_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(982), + [anon_sym_DASH_EQ] = ACTIONS(982), + [anon_sym_STAR_EQ] = ACTIONS(982), + [anon_sym_SLASH_EQ] = ACTIONS(982), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(982), [sym__newline] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(982), [anon_sym_PIPE] = ACTIONS(982), @@ -219439,40 +217392,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), - [anon_sym_LBRACK] = ACTIONS(982), - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_GT2] = ACTIONS(980), [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_DOT_DOT] = ACTIONS(980), + [anon_sym_in2] = ACTIONS(982), + [anon_sym_STAR2] = ACTIONS(980), + [anon_sym_and2] = ACTIONS(982), + [anon_sym_xor2] = ACTIONS(982), + [anon_sym_or2] = ACTIONS(982), + [anon_sym_not_DASHin2] = ACTIONS(982), + [anon_sym_starts_DASHwith2] = ACTIONS(982), + [anon_sym_ends_DASHwith2] = ACTIONS(982), + [anon_sym_EQ_EQ2] = ACTIONS(982), + [anon_sym_BANG_EQ2] = ACTIONS(982), + [anon_sym_LT2] = ACTIONS(980), + [anon_sym_LT_EQ2] = ACTIONS(982), + [anon_sym_GT_EQ2] = ACTIONS(982), + [anon_sym_EQ_TILDE2] = ACTIONS(982), + [anon_sym_BANG_TILDE2] = ACTIONS(982), + [anon_sym_STAR_STAR2] = ACTIONS(982), + [anon_sym_PLUS_PLUS2] = ACTIONS(980), + [anon_sym_SLASH2] = ACTIONS(980), + [anon_sym_mod2] = ACTIONS(982), + [anon_sym_SLASH_SLASH2] = ACTIONS(982), + [anon_sym_PLUS2] = ACTIONS(980), + [anon_sym_bit_DASHshl2] = ACTIONS(982), + [anon_sym_bit_DASHshr2] = ACTIONS(982), + [anon_sym_bit_DASHand2] = ACTIONS(982), + [anon_sym_bit_DASHxor2] = ACTIONS(982), + [anon_sym_bit_DASHor2] = ACTIONS(982), [anon_sym_DOT_DOT2] = ACTIONS(980), - [anon_sym_DOT_DOT_EQ] = ACTIONS(980), - [anon_sym_DOT_DOT_LT] = ACTIONS(980), [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), [anon_sym_DOT_DOT_LT2] = ACTIONS(982), - [anon_sym_null] = ACTIONS(982), - [anon_sym_true] = ACTIONS(982), - [anon_sym_false] = ACTIONS(982), - [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(982), - [aux_sym__val_number_decimal_token3] = ACTIONS(982), - [aux_sym__val_number_decimal_token4] = ACTIONS(982), - [aux_sym__val_number_token1] = ACTIONS(982), - [aux_sym__val_number_token2] = ACTIONS(982), - [aux_sym__val_number_token3] = ACTIONS(982), - [aux_sym__val_number_token4] = ACTIONS(982), - [aux_sym__val_number_token5] = ACTIONS(982), - [aux_sym__val_number_token6] = ACTIONS(982), - [anon_sym_0b] = ACTIONS(980), - [anon_sym_0o] = ACTIONS(980), - [anon_sym_0x] = ACTIONS(980), - [sym_val_date] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym__str_single_quotes] = ACTIONS(982), - [sym__str_back_ticks] = ACTIONS(982), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(982), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(982), [anon_sym_DOT2] = ACTIONS(980), [anon_sym_err_GT] = ACTIONS(980), [anon_sym_out_GT] = ACTIONS(980), @@ -219490,223 +217440,433 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), - [aux_sym_unquoted_token1] = ACTIONS(980), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), }, - [1483] = { - [sym__expr_parenthesized_immediate] = STATE(2454), - [sym__immediate_decimal] = STATE(2465), - [sym_val_variable] = STATE(2454), - [sym_comment] = STATE(1483), - [ts_builtin_sym_end] = ACTIONS(1691), - [sym__newline] = ACTIONS(1691), - [anon_sym_SEMI] = ACTIONS(1691), - [anon_sym_PIPE] = ACTIONS(1691), - [anon_sym_err_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_GT_PIPE] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1691), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1689), - [anon_sym_DASH2] = ACTIONS(1689), - [anon_sym_in2] = ACTIONS(1691), - [anon_sym_STAR2] = ACTIONS(1689), - [anon_sym_and2] = ACTIONS(1691), - [anon_sym_xor2] = ACTIONS(1691), - [anon_sym_or2] = ACTIONS(1691), - [anon_sym_not_DASHin2] = ACTIONS(1691), - [anon_sym_starts_DASHwith2] = ACTIONS(1691), - [anon_sym_ends_DASHwith2] = ACTIONS(1691), - [anon_sym_EQ_EQ2] = ACTIONS(1691), - [anon_sym_BANG_EQ2] = ACTIONS(1691), - [anon_sym_LT2] = ACTIONS(1689), - [anon_sym_LT_EQ2] = ACTIONS(1691), - [anon_sym_GT_EQ2] = ACTIONS(1691), - [anon_sym_EQ_TILDE2] = ACTIONS(1691), - [anon_sym_BANG_TILDE2] = ACTIONS(1691), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1691), - [anon_sym_PLUS_PLUS2] = ACTIONS(1691), - [anon_sym_SLASH2] = ACTIONS(1689), - [anon_sym_mod2] = ACTIONS(1691), - [anon_sym_SLASH_SLASH2] = ACTIONS(1691), - [anon_sym_PLUS2] = ACTIONS(1689), - [anon_sym_bit_DASHshl2] = ACTIONS(1691), - [anon_sym_bit_DASHshr2] = ACTIONS(1691), - [anon_sym_bit_DASHand2] = ACTIONS(1691), - [anon_sym_bit_DASHxor2] = ACTIONS(1691), - [anon_sym_bit_DASHor2] = ACTIONS(1691), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1689), - [anon_sym_out_GT] = ACTIONS(1689), - [anon_sym_e_GT] = ACTIONS(1689), - [anon_sym_o_GT] = ACTIONS(1689), - [anon_sym_err_PLUSout_GT] = ACTIONS(1689), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1689), - [anon_sym_o_PLUSe_GT] = ACTIONS(1689), - [anon_sym_e_PLUSo_GT] = ACTIONS(1689), - [anon_sym_err_GT_GT] = ACTIONS(1691), - [anon_sym_out_GT_GT] = ACTIONS(1691), - [anon_sym_e_GT_GT] = ACTIONS(1691), - [anon_sym_o_GT_GT] = ACTIONS(1691), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1691), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1691), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1691), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1691), + [1453] = { + [sym_comment] = STATE(1453), + [ts_builtin_sym_end] = ACTIONS(954), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(954), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_DOT_DOT] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4690), + [anon_sym_DOT_DOT2] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ] = ACTIONS(952), + [anon_sym_DOT_DOT_LT] = ACTIONS(952), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(954), + [anon_sym_DOT_DOT_LT2] = ACTIONS(954), + [anon_sym_null] = ACTIONS(954), + [anon_sym_true] = ACTIONS(954), + [anon_sym_false] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(954), + [aux_sym__val_number_token5] = ACTIONS(954), + [aux_sym__val_number_token6] = ACTIONS(954), + [anon_sym_0b] = ACTIONS(952), + [anon_sym_0o] = ACTIONS(952), + [anon_sym_0x] = ACTIONS(952), + [sym_val_date] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [aux_sym_unquoted_token1] = ACTIONS(952), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), }, - [1484] = { - [sym_comment] = STATE(1484), - [sym__newline] = ACTIONS(1020), - [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_err_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_GT_PIPE] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), - [anon_sym_LBRACK] = ACTIONS(1020), - [anon_sym_LPAREN] = ACTIONS(1020), - [anon_sym_RPAREN] = ACTIONS(1020), - [anon_sym_DOLLAR] = ACTIONS(1018), - [anon_sym_DASH_DASH] = ACTIONS(1020), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_LBRACE] = ACTIONS(1020), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_DOT_DOT] = ACTIONS(1018), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), - [anon_sym_DOT_DOT_LT] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_null] = ACTIONS(1020), - [anon_sym_true] = ACTIONS(1020), - [anon_sym_false] = ACTIONS(1020), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1020), - [aux_sym__val_number_decimal_token3] = ACTIONS(1020), - [aux_sym__val_number_decimal_token4] = ACTIONS(1020), - [aux_sym__val_number_token1] = ACTIONS(1020), - [aux_sym__val_number_token2] = ACTIONS(1020), - [aux_sym__val_number_token3] = ACTIONS(1020), - [aux_sym__val_number_token4] = ACTIONS(1020), - [aux_sym__val_number_token5] = ACTIONS(1020), - [aux_sym__val_number_token6] = ACTIONS(1020), - [anon_sym_0b] = ACTIONS(1018), - [anon_sym_0o] = ACTIONS(1018), - [anon_sym_0x] = ACTIONS(1018), - [sym_val_date] = ACTIONS(1020), - [anon_sym_DQUOTE] = ACTIONS(1020), - [sym__str_single_quotes] = ACTIONS(1020), - [sym__str_back_ticks] = ACTIONS(1020), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1020), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1020), - [anon_sym_err_GT] = ACTIONS(1018), - [anon_sym_out_GT] = ACTIONS(1018), - [anon_sym_e_GT] = ACTIONS(1018), - [anon_sym_o_GT] = ACTIONS(1018), - [anon_sym_err_PLUSout_GT] = ACTIONS(1018), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), - [anon_sym_o_PLUSe_GT] = ACTIONS(1018), - [anon_sym_e_PLUSo_GT] = ACTIONS(1018), - [anon_sym_err_GT_GT] = ACTIONS(1020), - [anon_sym_out_GT_GT] = ACTIONS(1020), - [anon_sym_e_GT_GT] = ACTIONS(1020), - [anon_sym_o_GT_GT] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), - [aux_sym_unquoted_token1] = ACTIONS(1018), + [1454] = { + [sym_comment] = STATE(1454), + [anon_sym_EQ] = ACTIONS(994), + [anon_sym_PLUS_EQ] = ACTIONS(996), + [anon_sym_DASH_EQ] = ACTIONS(996), + [anon_sym_STAR_EQ] = ACTIONS(996), + [anon_sym_SLASH_EQ] = ACTIONS(996), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(996), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_GT2] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_STAR2] = ACTIONS(1004), + [anon_sym_and2] = ACTIONS(1000), + [anon_sym_xor2] = ACTIONS(1000), + [anon_sym_or2] = ACTIONS(1000), + [anon_sym_not_DASHin2] = ACTIONS(1000), + [anon_sym_starts_DASHwith2] = ACTIONS(1000), + [anon_sym_ends_DASHwith2] = ACTIONS(1000), + [anon_sym_EQ_EQ2] = ACTIONS(1000), + [anon_sym_BANG_EQ2] = ACTIONS(1000), + [anon_sym_LT2] = ACTIONS(1004), + [anon_sym_LT_EQ2] = ACTIONS(1000), + [anon_sym_GT_EQ2] = ACTIONS(1000), + [anon_sym_EQ_TILDE2] = ACTIONS(1000), + [anon_sym_BANG_TILDE2] = ACTIONS(1000), + [anon_sym_STAR_STAR2] = ACTIONS(1000), + [anon_sym_PLUS_PLUS2] = ACTIONS(1004), + [anon_sym_SLASH2] = ACTIONS(1004), + [anon_sym_mod2] = ACTIONS(1000), + [anon_sym_SLASH_SLASH2] = ACTIONS(1000), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_bit_DASHshl2] = ACTIONS(1000), + [anon_sym_bit_DASHshr2] = ACTIONS(1000), + [anon_sym_bit_DASHand2] = ACTIONS(1000), + [anon_sym_bit_DASHxor2] = ACTIONS(1000), + [anon_sym_bit_DASHor2] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), + [anon_sym_COLON2] = ACTIONS(4692), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1020), }, - [1485] = { - [sym_cell_path] = STATE(1889), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1485), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1831), - [sym__newline] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1831), - [anon_sym_PIPE] = ACTIONS(1831), - [anon_sym_err_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_GT_PIPE] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_LPAREN] = ACTIONS(1831), - [anon_sym_DOLLAR] = ACTIONS(1829), - [anon_sym_DASH_DASH] = ACTIONS(1831), - [anon_sym_DASH2] = ACTIONS(1829), - [anon_sym_LBRACE] = ACTIONS(1831), - [anon_sym_DOT_DOT] = ACTIONS(1829), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1831), - [anon_sym_DOT_DOT_LT] = ACTIONS(1831), - [anon_sym_null] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(1831), - [anon_sym_false] = ACTIONS(1831), - [aux_sym__val_number_decimal_token1] = ACTIONS(1829), - [aux_sym__val_number_decimal_token2] = ACTIONS(1831), - [aux_sym__val_number_decimal_token3] = ACTIONS(1831), - [aux_sym__val_number_decimal_token4] = ACTIONS(1831), - [aux_sym__val_number_token1] = ACTIONS(1831), - [aux_sym__val_number_token2] = ACTIONS(1831), - [aux_sym__val_number_token3] = ACTIONS(1831), - [aux_sym__val_number_token4] = ACTIONS(1831), - [aux_sym__val_number_token5] = ACTIONS(1831), - [aux_sym__val_number_token6] = ACTIONS(1831), - [anon_sym_0b] = ACTIONS(1829), - [anon_sym_0o] = ACTIONS(1829), - [anon_sym_0x] = ACTIONS(1829), - [sym_val_date] = ACTIONS(1831), - [anon_sym_DQUOTE] = ACTIONS(1831), - [sym__str_single_quotes] = ACTIONS(1831), - [sym__str_back_ticks] = ACTIONS(1831), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1831), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1831), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1829), - [anon_sym_out_GT] = ACTIONS(1829), - [anon_sym_e_GT] = ACTIONS(1829), - [anon_sym_o_GT] = ACTIONS(1829), - [anon_sym_err_PLUSout_GT] = ACTIONS(1829), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1829), - [anon_sym_o_PLUSe_GT] = ACTIONS(1829), - [anon_sym_e_PLUSo_GT] = ACTIONS(1829), - [anon_sym_err_GT_GT] = ACTIONS(1831), - [anon_sym_out_GT_GT] = ACTIONS(1831), - [anon_sym_e_GT_GT] = ACTIONS(1831), - [anon_sym_o_GT_GT] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1831), - [aux_sym_unquoted_token1] = ACTIONS(1829), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1831), + [1455] = { + [sym__expr_parenthesized_immediate] = STATE(2527), + [sym__immediate_decimal] = STATE(2188), + [sym_val_variable] = STATE(2527), + [sym_comment] = STATE(1455), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(4694), + [aux_sym__immediate_decimal_token3] = ACTIONS(4694), + [aux_sym__immediate_decimal_token4] = ACTIONS(4696), + [aux_sym__immediate_decimal_token5] = ACTIONS(4698), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [aux_sym_unquoted_token2] = ACTIONS(1555), + [anon_sym_POUND] = ACTIONS(251), }, - [1486] = { - [sym_cell_path] = STATE(1850), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1486), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1991), + [1456] = { + [sym_cell_path] = STATE(1768), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1456), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1983), + [anon_sym_SEMI] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1983), + [anon_sym_err_GT_PIPE] = ACTIONS(1983), + [anon_sym_out_GT_PIPE] = ACTIONS(1983), + [anon_sym_e_GT_PIPE] = ACTIONS(1983), + [anon_sym_o_GT_PIPE] = ACTIONS(1983), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1983), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1983), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1983), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1983), + [anon_sym_LBRACK] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_RPAREN] = ACTIONS(1983), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_DASH2] = ACTIONS(1981), + [anon_sym_LBRACE] = ACTIONS(1983), + [anon_sym_RBRACE] = ACTIONS(1983), + [anon_sym_DOT_DOT] = ACTIONS(1981), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1983), + [anon_sym_DOT_DOT_LT] = ACTIONS(1983), + [anon_sym_null] = ACTIONS(1983), + [anon_sym_true] = ACTIONS(1983), + [anon_sym_false] = ACTIONS(1983), + [aux_sym__val_number_decimal_token1] = ACTIONS(1981), + [aux_sym__val_number_decimal_token2] = ACTIONS(1983), + [aux_sym__val_number_decimal_token3] = ACTIONS(1983), + [aux_sym__val_number_decimal_token4] = ACTIONS(1983), + [aux_sym__val_number_token1] = ACTIONS(1983), + [aux_sym__val_number_token2] = ACTIONS(1983), + [aux_sym__val_number_token3] = ACTIONS(1983), + [aux_sym__val_number_token4] = ACTIONS(1983), + [aux_sym__val_number_token5] = ACTIONS(1983), + [aux_sym__val_number_token6] = ACTIONS(1983), + [anon_sym_0b] = ACTIONS(1981), + [anon_sym_0o] = ACTIONS(1981), + [anon_sym_0x] = ACTIONS(1981), + [sym_val_date] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(1983), + [sym__str_single_quotes] = ACTIONS(1983), + [sym__str_back_ticks] = ACTIONS(1983), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1983), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1983), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1981), + [anon_sym_out_GT] = ACTIONS(1981), + [anon_sym_e_GT] = ACTIONS(1981), + [anon_sym_o_GT] = ACTIONS(1981), + [anon_sym_err_PLUSout_GT] = ACTIONS(1981), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), + [anon_sym_o_PLUSe_GT] = ACTIONS(1981), + [anon_sym_e_PLUSo_GT] = ACTIONS(1981), + [anon_sym_err_GT_GT] = ACTIONS(1983), + [anon_sym_out_GT_GT] = ACTIONS(1983), + [anon_sym_e_GT_GT] = ACTIONS(1983), + [anon_sym_o_GT_GT] = ACTIONS(1983), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), + [aux_sym_unquoted_token1] = ACTIONS(1981), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1983), + }, + [1457] = { + [sym_comment] = STATE(1457), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1458] = { + [sym_cell_path] = STATE(1769), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1458), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1987), + [anon_sym_err_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_GT_PIPE] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), + [anon_sym_LBRACK] = ACTIONS(1987), + [anon_sym_LPAREN] = ACTIONS(1987), + [anon_sym_RPAREN] = ACTIONS(1987), + [anon_sym_DOLLAR] = ACTIONS(1985), + [anon_sym_DASH_DASH] = ACTIONS(1987), + [anon_sym_DASH2] = ACTIONS(1985), + [anon_sym_LBRACE] = ACTIONS(1987), + [anon_sym_RBRACE] = ACTIONS(1987), + [anon_sym_DOT_DOT] = ACTIONS(1985), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1987), + [anon_sym_DOT_DOT_LT] = ACTIONS(1987), + [anon_sym_null] = ACTIONS(1987), + [anon_sym_true] = ACTIONS(1987), + [anon_sym_false] = ACTIONS(1987), + [aux_sym__val_number_decimal_token1] = ACTIONS(1985), + [aux_sym__val_number_decimal_token2] = ACTIONS(1987), + [aux_sym__val_number_decimal_token3] = ACTIONS(1987), + [aux_sym__val_number_decimal_token4] = ACTIONS(1987), + [aux_sym__val_number_token1] = ACTIONS(1987), + [aux_sym__val_number_token2] = ACTIONS(1987), + [aux_sym__val_number_token3] = ACTIONS(1987), + [aux_sym__val_number_token4] = ACTIONS(1987), + [aux_sym__val_number_token5] = ACTIONS(1987), + [aux_sym__val_number_token6] = ACTIONS(1987), + [anon_sym_0b] = ACTIONS(1985), + [anon_sym_0o] = ACTIONS(1985), + [anon_sym_0x] = ACTIONS(1985), + [sym_val_date] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1987), + [sym__str_single_quotes] = ACTIONS(1987), + [sym__str_back_ticks] = ACTIONS(1987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1987), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1985), + [anon_sym_out_GT] = ACTIONS(1985), + [anon_sym_e_GT] = ACTIONS(1985), + [anon_sym_o_GT] = ACTIONS(1985), + [anon_sym_err_PLUSout_GT] = ACTIONS(1985), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), + [anon_sym_o_PLUSe_GT] = ACTIONS(1985), + [anon_sym_e_PLUSo_GT] = ACTIONS(1985), + [anon_sym_err_GT_GT] = ACTIONS(1987), + [anon_sym_out_GT_GT] = ACTIONS(1987), + [anon_sym_e_GT_GT] = ACTIONS(1987), + [anon_sym_o_GT_GT] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), + [aux_sym_unquoted_token1] = ACTIONS(1985), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1987), + }, + [1459] = { + [sym_cell_path] = STATE(1770), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1459), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1991), [anon_sym_SEMI] = ACTIONS(1991), [anon_sym_PIPE] = ACTIONS(1991), @@ -219720,269 +217880,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1991), [anon_sym_LBRACK] = ACTIONS(1991), [anon_sym_LPAREN] = ACTIONS(1991), + [anon_sym_RPAREN] = ACTIONS(1991), [anon_sym_DOLLAR] = ACTIONS(1989), [anon_sym_DASH_DASH] = ACTIONS(1991), [anon_sym_DASH2] = ACTIONS(1989), [anon_sym_LBRACE] = ACTIONS(1991), - [anon_sym_DOT_DOT] = ACTIONS(1989), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1991), - [anon_sym_DOT_DOT_LT] = ACTIONS(1991), - [anon_sym_null] = ACTIONS(1991), - [anon_sym_true] = ACTIONS(1991), - [anon_sym_false] = ACTIONS(1991), - [aux_sym__val_number_decimal_token1] = ACTIONS(1989), - [aux_sym__val_number_decimal_token2] = ACTIONS(1991), - [aux_sym__val_number_decimal_token3] = ACTIONS(1991), - [aux_sym__val_number_decimal_token4] = ACTIONS(1991), - [aux_sym__val_number_token1] = ACTIONS(1991), - [aux_sym__val_number_token2] = ACTIONS(1991), - [aux_sym__val_number_token3] = ACTIONS(1991), - [aux_sym__val_number_token4] = ACTIONS(1991), - [aux_sym__val_number_token5] = ACTIONS(1991), - [aux_sym__val_number_token6] = ACTIONS(1991), - [anon_sym_0b] = ACTIONS(1989), - [anon_sym_0o] = ACTIONS(1989), - [anon_sym_0x] = ACTIONS(1989), - [sym_val_date] = ACTIONS(1991), - [anon_sym_DQUOTE] = ACTIONS(1991), - [sym__str_single_quotes] = ACTIONS(1991), - [sym__str_back_ticks] = ACTIONS(1991), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1991), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1991), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1989), - [anon_sym_out_GT] = ACTIONS(1989), - [anon_sym_e_GT] = ACTIONS(1989), - [anon_sym_o_GT] = ACTIONS(1989), - [anon_sym_err_PLUSout_GT] = ACTIONS(1989), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1989), - [anon_sym_o_PLUSe_GT] = ACTIONS(1989), - [anon_sym_e_PLUSo_GT] = ACTIONS(1989), - [anon_sym_err_GT_GT] = ACTIONS(1991), - [anon_sym_out_GT_GT] = ACTIONS(1991), - [anon_sym_e_GT_GT] = ACTIONS(1991), - [anon_sym_o_GT_GT] = ACTIONS(1991), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1991), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1991), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1991), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1991), - [aux_sym_unquoted_token1] = ACTIONS(1989), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1991), - }, - [1487] = { - [sym__expr_parenthesized_immediate] = STATE(2489), - [sym__immediate_decimal] = STATE(2490), - [sym_val_variable] = STATE(2489), - [sym_comment] = STATE(1487), - [ts_builtin_sym_end] = ACTIONS(1583), - [sym__newline] = ACTIONS(1583), - [anon_sym_SEMI] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1583), - [anon_sym_err_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_GT_PIPE] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1583), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1569), - [anon_sym_DASH2] = ACTIONS(1569), - [anon_sym_in2] = ACTIONS(1583), - [anon_sym_STAR2] = ACTIONS(1569), - [anon_sym_and2] = ACTIONS(1583), - [anon_sym_xor2] = ACTIONS(1583), - [anon_sym_or2] = ACTIONS(1583), - [anon_sym_not_DASHin2] = ACTIONS(1583), - [anon_sym_starts_DASHwith2] = ACTIONS(1583), - [anon_sym_ends_DASHwith2] = ACTIONS(1583), - [anon_sym_EQ_EQ2] = ACTIONS(1583), - [anon_sym_BANG_EQ2] = ACTIONS(1583), - [anon_sym_LT2] = ACTIONS(1569), - [anon_sym_LT_EQ2] = ACTIONS(1583), - [anon_sym_GT_EQ2] = ACTIONS(1583), - [anon_sym_EQ_TILDE2] = ACTIONS(1583), - [anon_sym_BANG_TILDE2] = ACTIONS(1583), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1583), - [anon_sym_PLUS_PLUS2] = ACTIONS(1583), - [anon_sym_SLASH2] = ACTIONS(1569), - [anon_sym_mod2] = ACTIONS(1583), - [anon_sym_SLASH_SLASH2] = ACTIONS(1583), - [anon_sym_PLUS2] = ACTIONS(1569), - [anon_sym_bit_DASHshl2] = ACTIONS(1583), - [anon_sym_bit_DASHshr2] = ACTIONS(1583), - [anon_sym_bit_DASHand2] = ACTIONS(1583), - [anon_sym_bit_DASHxor2] = ACTIONS(1583), - [anon_sym_bit_DASHor2] = ACTIONS(1583), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1569), - [anon_sym_out_GT] = ACTIONS(1569), - [anon_sym_e_GT] = ACTIONS(1569), - [anon_sym_o_GT] = ACTIONS(1569), - [anon_sym_err_PLUSout_GT] = ACTIONS(1569), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1569), - [anon_sym_o_PLUSe_GT] = ACTIONS(1569), - [anon_sym_e_PLUSo_GT] = ACTIONS(1569), - [anon_sym_err_GT_GT] = ACTIONS(1583), - [anon_sym_out_GT_GT] = ACTIONS(1583), - [anon_sym_e_GT_GT] = ACTIONS(1583), - [anon_sym_o_GT_GT] = ACTIONS(1583), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1583), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1583), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1583), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1583), - [anon_sym_POUND] = ACTIONS(251), - }, - [1488] = { - [sym_path] = STATE(1634), - [sym_comment] = STATE(1488), - [aux_sym_cell_path_repeat1] = STATE(1488), - [sym__newline] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_err_GT_PIPE] = ACTIONS(943), - [anon_sym_out_GT_PIPE] = ACTIONS(943), - [anon_sym_e_GT_PIPE] = ACTIONS(943), - [anon_sym_o_GT_PIPE] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), - [anon_sym_LBRACK] = ACTIONS(943), - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(943), - [anon_sym_DASH2] = ACTIONS(941), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_RBRACE] = ACTIONS(943), - [anon_sym_DOT_DOT] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ] = ACTIONS(943), - [anon_sym_DOT_DOT_LT] = ACTIONS(943), - [anon_sym_null] = ACTIONS(943), - [anon_sym_true] = ACTIONS(943), - [anon_sym_false] = ACTIONS(943), - [aux_sym__val_number_decimal_token1] = ACTIONS(941), - [aux_sym__val_number_decimal_token2] = ACTIONS(943), - [aux_sym__val_number_decimal_token3] = ACTIONS(943), - [aux_sym__val_number_decimal_token4] = ACTIONS(943), - [aux_sym__val_number_token1] = ACTIONS(943), - [aux_sym__val_number_token2] = ACTIONS(943), - [aux_sym__val_number_token3] = ACTIONS(943), - [aux_sym__val_number_token4] = ACTIONS(943), - [aux_sym__val_number_token5] = ACTIONS(943), - [aux_sym__val_number_token6] = ACTIONS(943), - [anon_sym_0b] = ACTIONS(941), - [anon_sym_0o] = ACTIONS(941), - [anon_sym_0x] = ACTIONS(941), - [sym_val_date] = ACTIONS(943), - [anon_sym_DQUOTE] = ACTIONS(943), - [sym__str_single_quotes] = ACTIONS(943), - [sym__str_back_ticks] = ACTIONS(943), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4724), - [anon_sym_err_GT] = ACTIONS(941), - [anon_sym_out_GT] = ACTIONS(941), - [anon_sym_e_GT] = ACTIONS(941), - [anon_sym_o_GT] = ACTIONS(941), - [anon_sym_err_PLUSout_GT] = ACTIONS(941), - [anon_sym_out_PLUSerr_GT] = ACTIONS(941), - [anon_sym_o_PLUSe_GT] = ACTIONS(941), - [anon_sym_e_PLUSo_GT] = ACTIONS(941), - [anon_sym_err_GT_GT] = ACTIONS(943), - [anon_sym_out_GT_GT] = ACTIONS(943), - [anon_sym_e_GT_GT] = ACTIONS(943), - [anon_sym_o_GT_GT] = ACTIONS(943), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), - [aux_sym_unquoted_token1] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(1991), + [anon_sym_DOT_DOT] = ACTIONS(1989), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1991), + [anon_sym_DOT_DOT_LT] = ACTIONS(1991), + [anon_sym_null] = ACTIONS(1991), + [anon_sym_true] = ACTIONS(1991), + [anon_sym_false] = ACTIONS(1991), + [aux_sym__val_number_decimal_token1] = ACTIONS(1989), + [aux_sym__val_number_decimal_token2] = ACTIONS(1991), + [aux_sym__val_number_decimal_token3] = ACTIONS(1991), + [aux_sym__val_number_decimal_token4] = ACTIONS(1991), + [aux_sym__val_number_token1] = ACTIONS(1991), + [aux_sym__val_number_token2] = ACTIONS(1991), + [aux_sym__val_number_token3] = ACTIONS(1991), + [aux_sym__val_number_token4] = ACTIONS(1991), + [aux_sym__val_number_token5] = ACTIONS(1991), + [aux_sym__val_number_token6] = ACTIONS(1991), + [anon_sym_0b] = ACTIONS(1989), + [anon_sym_0o] = ACTIONS(1989), + [anon_sym_0x] = ACTIONS(1989), + [sym_val_date] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(1991), + [sym__str_single_quotes] = ACTIONS(1991), + [sym__str_back_ticks] = ACTIONS(1991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1991), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(1989), + [anon_sym_out_GT] = ACTIONS(1989), + [anon_sym_e_GT] = ACTIONS(1989), + [anon_sym_o_GT] = ACTIONS(1989), + [anon_sym_err_PLUSout_GT] = ACTIONS(1989), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1989), + [anon_sym_o_PLUSe_GT] = ACTIONS(1989), + [anon_sym_e_PLUSo_GT] = ACTIONS(1989), + [anon_sym_err_GT_GT] = ACTIONS(1991), + [anon_sym_out_GT_GT] = ACTIONS(1991), + [anon_sym_e_GT_GT] = ACTIONS(1991), + [anon_sym_o_GT_GT] = ACTIONS(1991), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1991), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1991), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1991), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1991), + [aux_sym_unquoted_token1] = ACTIONS(1989), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(943), + [sym_raw_string_begin] = ACTIONS(1991), }, - [1489] = { - [sym_comment] = STATE(1489), - [sym__newline] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2121), - [anon_sym_PIPE] = ACTIONS(2121), - [anon_sym_err_GT_PIPE] = ACTIONS(2121), - [anon_sym_out_GT_PIPE] = ACTIONS(2121), - [anon_sym_e_GT_PIPE] = ACTIONS(2121), - [anon_sym_o_GT_PIPE] = ACTIONS(2121), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2121), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2121), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2121), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_RPAREN] = ACTIONS(2121), - [anon_sym_DOLLAR] = ACTIONS(2115), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_LBRACE] = ACTIONS(2121), - [anon_sym_RBRACE] = ACTIONS(2121), - [anon_sym_DOT_DOT] = ACTIONS(2115), - [anon_sym_DOT_DOT2] = ACTIONS(4727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2115), - [anon_sym_DOT_DOT_LT] = ACTIONS(2115), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4729), - [anon_sym_null] = ACTIONS(2121), - [anon_sym_true] = ACTIONS(2121), - [anon_sym_false] = ACTIONS(2121), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2121), - [aux_sym__val_number_decimal_token3] = ACTIONS(2121), - [aux_sym__val_number_decimal_token4] = ACTIONS(2121), - [aux_sym__val_number_token1] = ACTIONS(2121), - [aux_sym__val_number_token2] = ACTIONS(2121), - [aux_sym__val_number_token3] = ACTIONS(2121), - [aux_sym__val_number_token4] = ACTIONS(2121), - [aux_sym__val_number_token5] = ACTIONS(2121), - [aux_sym__val_number_token6] = ACTIONS(2121), - [anon_sym_0b] = ACTIONS(2115), - [anon_sym_0o] = ACTIONS(2115), - [anon_sym_0x] = ACTIONS(2115), - [sym_val_date] = ACTIONS(2121), - [anon_sym_DQUOTE] = ACTIONS(2121), - [sym__str_single_quotes] = ACTIONS(2121), - [sym__str_back_ticks] = ACTIONS(2121), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2121), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2121), - [anon_sym_err_GT] = ACTIONS(2115), - [anon_sym_out_GT] = ACTIONS(2115), - [anon_sym_e_GT] = ACTIONS(2115), - [anon_sym_o_GT] = ACTIONS(2115), - [anon_sym_err_PLUSout_GT] = ACTIONS(2115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2115), - [anon_sym_o_PLUSe_GT] = ACTIONS(2115), - [anon_sym_e_PLUSo_GT] = ACTIONS(2115), - [anon_sym_err_GT_GT] = ACTIONS(2121), - [anon_sym_out_GT_GT] = ACTIONS(2121), - [anon_sym_e_GT_GT] = ACTIONS(2121), - [anon_sym_o_GT_GT] = ACTIONS(2121), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2121), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2121), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2121), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2121), - [aux_sym_unquoted_token1] = ACTIONS(2115), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2121), + [1460] = { + [sym_cell_path] = STATE(1792), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1460), + [aux_sym_cell_path_repeat1] = STATE(1532), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_RPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(937), + [anon_sym_DASH2] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(937), + [anon_sym_RBRACE] = ACTIONS(937), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ] = ACTIONS(937), + [anon_sym_DOT_DOT_LT] = ACTIONS(937), + [anon_sym_null] = ACTIONS(937), + [anon_sym_true] = ACTIONS(937), + [anon_sym_false] = ACTIONS(937), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_decimal_token2] = ACTIONS(937), + [aux_sym__val_number_decimal_token3] = ACTIONS(937), + [aux_sym__val_number_decimal_token4] = ACTIONS(937), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(937), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(937), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(937), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4664), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), + [aux_sym_unquoted_token1] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(937), }, - [1490] = { - [sym_cell_path] = STATE(1856), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1490), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1995), + [1461] = { + [sym_comment] = STATE(1461), + [ts_builtin_sym_end] = ACTIONS(1873), + [sym__newline] = ACTIONS(1873), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_err_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_GT_PIPE] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_DOT_DOT] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT2] = ACTIONS(4700), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1865), + [anon_sym_DOT_DOT_LT] = ACTIONS(1865), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4702), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4702), + [anon_sym_null] = ACTIONS(1873), + [anon_sym_true] = ACTIONS(1873), + [anon_sym_false] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1873), + [aux_sym__val_number_token5] = ACTIONS(1873), + [aux_sym__val_number_token6] = ACTIONS(1873), + [anon_sym_0b] = ACTIONS(1865), + [anon_sym_0o] = ACTIONS(1865), + [anon_sym_0x] = ACTIONS(1865), + [sym_val_date] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1873), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1873), + [anon_sym_err_GT] = ACTIONS(1865), + [anon_sym_out_GT] = ACTIONS(1865), + [anon_sym_e_GT] = ACTIONS(1865), + [anon_sym_o_GT] = ACTIONS(1865), + [anon_sym_err_PLUSout_GT] = ACTIONS(1865), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1865), + [anon_sym_o_PLUSe_GT] = ACTIONS(1865), + [anon_sym_e_PLUSo_GT] = ACTIONS(1865), + [anon_sym_err_GT_GT] = ACTIONS(1873), + [anon_sym_out_GT_GT] = ACTIONS(1873), + [anon_sym_e_GT_GT] = ACTIONS(1873), + [anon_sym_o_GT_GT] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1873), + [aux_sym_unquoted_token1] = ACTIONS(1865), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), + }, + [1462] = { + [sym_cell_path] = STATE(1771), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1462), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1995), [anon_sym_SEMI] = ACTIONS(1995), [anon_sym_PIPE] = ACTIONS(1995), @@ -219996,10 +218090,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1995), [anon_sym_LBRACK] = ACTIONS(1995), [anon_sym_LPAREN] = ACTIONS(1995), + [anon_sym_RPAREN] = ACTIONS(1995), [anon_sym_DOLLAR] = ACTIONS(1993), [anon_sym_DASH_DASH] = ACTIONS(1995), [anon_sym_DASH2] = ACTIONS(1993), [anon_sym_LBRACE] = ACTIONS(1995), + [anon_sym_RBRACE] = ACTIONS(1995), [anon_sym_DOT_DOT] = ACTIONS(1993), [anon_sym_DOT_DOT_EQ] = ACTIONS(1995), [anon_sym_DOT_DOT_LT] = ACTIONS(1995), @@ -220025,7 +218121,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1995), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1995), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1993), [anon_sym_out_GT] = ACTIONS(1993), [anon_sym_e_GT] = ACTIONS(1993), @@ -220046,81 +218142,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1995), }, - [1491] = { - [sym_comment] = STATE(1491), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT] = ACTIONS(4731), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4733), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1492] = { - [sym_cell_path] = STATE(1867), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1492), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1999), + [1463] = { + [sym_cell_path] = STATE(1772), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1463), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1999), [anon_sym_SEMI] = ACTIONS(1999), [anon_sym_PIPE] = ACTIONS(1999), @@ -220134,10 +218160,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1999), [anon_sym_LBRACK] = ACTIONS(1999), [anon_sym_LPAREN] = ACTIONS(1999), + [anon_sym_RPAREN] = ACTIONS(1999), [anon_sym_DOLLAR] = ACTIONS(1997), [anon_sym_DASH_DASH] = ACTIONS(1999), [anon_sym_DASH2] = ACTIONS(1997), [anon_sym_LBRACE] = ACTIONS(1999), + [anon_sym_RBRACE] = ACTIONS(1999), [anon_sym_DOT_DOT] = ACTIONS(1997), [anon_sym_DOT_DOT_EQ] = ACTIONS(1999), [anon_sym_DOT_DOT_LT] = ACTIONS(1999), @@ -220163,7 +218191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1999), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1999), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1999), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1997), [anon_sym_out_GT] = ACTIONS(1997), [anon_sym_e_GT] = ACTIONS(1997), @@ -220184,219 +218212,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1999), }, - [1493] = { - [sym_cell_path] = STATE(1917), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1493), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1959), - [sym__newline] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1959), - [anon_sym_err_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_GT_PIPE] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1959), - [anon_sym_LPAREN] = ACTIONS(1959), - [anon_sym_DOLLAR] = ACTIONS(1957), - [anon_sym_DASH_DASH] = ACTIONS(1959), - [anon_sym_DASH2] = ACTIONS(1957), - [anon_sym_LBRACE] = ACTIONS(1959), - [anon_sym_DOT_DOT] = ACTIONS(1957), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1959), - [anon_sym_DOT_DOT_LT] = ACTIONS(1959), - [anon_sym_null] = ACTIONS(1959), - [anon_sym_true] = ACTIONS(1959), - [anon_sym_false] = ACTIONS(1959), - [aux_sym__val_number_decimal_token1] = ACTIONS(1957), - [aux_sym__val_number_decimal_token2] = ACTIONS(1959), - [aux_sym__val_number_decimal_token3] = ACTIONS(1959), - [aux_sym__val_number_decimal_token4] = ACTIONS(1959), - [aux_sym__val_number_token1] = ACTIONS(1959), - [aux_sym__val_number_token2] = ACTIONS(1959), - [aux_sym__val_number_token3] = ACTIONS(1959), - [aux_sym__val_number_token4] = ACTIONS(1959), - [aux_sym__val_number_token5] = ACTIONS(1959), - [aux_sym__val_number_token6] = ACTIONS(1959), - [anon_sym_0b] = ACTIONS(1957), - [anon_sym_0o] = ACTIONS(1957), - [anon_sym_0x] = ACTIONS(1957), - [sym_val_date] = ACTIONS(1959), - [anon_sym_DQUOTE] = ACTIONS(1959), - [sym__str_single_quotes] = ACTIONS(1959), - [sym__str_back_ticks] = ACTIONS(1959), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1959), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1959), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1957), - [anon_sym_out_GT] = ACTIONS(1957), - [anon_sym_e_GT] = ACTIONS(1957), - [anon_sym_o_GT] = ACTIONS(1957), - [anon_sym_err_PLUSout_GT] = ACTIONS(1957), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), - [anon_sym_o_PLUSe_GT] = ACTIONS(1957), - [anon_sym_e_PLUSo_GT] = ACTIONS(1957), - [anon_sym_err_GT_GT] = ACTIONS(1959), - [anon_sym_out_GT_GT] = ACTIONS(1959), - [anon_sym_e_GT_GT] = ACTIONS(1959), - [anon_sym_o_GT_GT] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), - [aux_sym_unquoted_token1] = ACTIONS(1957), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1959), - }, - [1494] = { - [sym_comment] = STATE(1494), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_GT2] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1729), - [anon_sym_in2] = ACTIONS(1729), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_STAR2] = ACTIONS(1727), - [anon_sym_and2] = ACTIONS(1729), - [anon_sym_xor2] = ACTIONS(1729), - [anon_sym_or2] = ACTIONS(1729), - [anon_sym_not_DASHin2] = ACTIONS(1729), - [anon_sym_starts_DASHwith2] = ACTIONS(1729), - [anon_sym_ends_DASHwith2] = ACTIONS(1729), - [anon_sym_EQ_EQ2] = ACTIONS(1729), - [anon_sym_BANG_EQ2] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1727), - [anon_sym_LT_EQ2] = ACTIONS(1729), - [anon_sym_GT_EQ2] = ACTIONS(1729), - [anon_sym_EQ_TILDE2] = ACTIONS(1729), - [anon_sym_BANG_TILDE2] = ACTIONS(1729), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_STAR_STAR2] = ACTIONS(1729), - [anon_sym_PLUS_PLUS2] = ACTIONS(1729), - [anon_sym_SLASH2] = ACTIONS(1727), - [anon_sym_mod2] = ACTIONS(1729), - [anon_sym_SLASH_SLASH2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_bit_DASHshl2] = ACTIONS(1729), - [anon_sym_bit_DASHshr2] = ACTIONS(1729), - [anon_sym_bit_DASHand2] = ACTIONS(1729), - [anon_sym_bit_DASHxor2] = ACTIONS(1729), - [anon_sym_bit_DASHor2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4735), - [aux_sym__immediate_decimal_token2] = ACTIONS(4737), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - }, - [1495] = { - [sym_comment] = STATE(1495), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1496] = { - [sym_cell_path] = STATE(1872), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1496), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2003), + [1464] = { + [sym_cell_path] = STATE(1773), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1464), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(2003), [anon_sym_SEMI] = ACTIONS(2003), [anon_sym_PIPE] = ACTIONS(2003), @@ -220410,10 +218230,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2003), [anon_sym_LBRACK] = ACTIONS(2003), [anon_sym_LPAREN] = ACTIONS(2003), + [anon_sym_RPAREN] = ACTIONS(2003), [anon_sym_DOLLAR] = ACTIONS(2001), [anon_sym_DASH_DASH] = ACTIONS(2003), [anon_sym_DASH2] = ACTIONS(2001), [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(2003), [anon_sym_DOT_DOT] = ACTIONS(2001), [anon_sym_DOT_DOT_EQ] = ACTIONS(2003), [anon_sym_DOT_DOT_LT] = ACTIONS(2003), @@ -220439,7 +218261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2003), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2003), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2003), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(2001), [anon_sym_out_GT] = ACTIONS(2001), [anon_sym_e_GT] = ACTIONS(2001), @@ -220460,81 +218282,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2003), }, - [1497] = { - [sym__expr_parenthesized_immediate] = STATE(2472), - [sym__immediate_decimal] = STATE(2487), - [sym_val_variable] = STATE(2472), - [sym_comment] = STATE(1497), - [ts_builtin_sym_end] = ACTIONS(1695), - [sym__newline] = ACTIONS(1695), - [anon_sym_SEMI] = ACTIONS(1695), - [anon_sym_PIPE] = ACTIONS(1695), - [anon_sym_err_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_GT_PIPE] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1695), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1693), - [anon_sym_DASH2] = ACTIONS(1693), - [anon_sym_in2] = ACTIONS(1695), - [anon_sym_STAR2] = ACTIONS(1693), - [anon_sym_and2] = ACTIONS(1695), - [anon_sym_xor2] = ACTIONS(1695), - [anon_sym_or2] = ACTIONS(1695), - [anon_sym_not_DASHin2] = ACTIONS(1695), - [anon_sym_starts_DASHwith2] = ACTIONS(1695), - [anon_sym_ends_DASHwith2] = ACTIONS(1695), - [anon_sym_EQ_EQ2] = ACTIONS(1695), - [anon_sym_BANG_EQ2] = ACTIONS(1695), - [anon_sym_LT2] = ACTIONS(1693), - [anon_sym_LT_EQ2] = ACTIONS(1695), - [anon_sym_GT_EQ2] = ACTIONS(1695), - [anon_sym_EQ_TILDE2] = ACTIONS(1695), - [anon_sym_BANG_TILDE2] = ACTIONS(1695), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1695), - [anon_sym_PLUS_PLUS2] = ACTIONS(1695), - [anon_sym_SLASH2] = ACTIONS(1693), - [anon_sym_mod2] = ACTIONS(1695), - [anon_sym_SLASH_SLASH2] = ACTIONS(1695), - [anon_sym_PLUS2] = ACTIONS(1693), - [anon_sym_bit_DASHshl2] = ACTIONS(1695), - [anon_sym_bit_DASHshr2] = ACTIONS(1695), - [anon_sym_bit_DASHand2] = ACTIONS(1695), - [anon_sym_bit_DASHxor2] = ACTIONS(1695), - [anon_sym_bit_DASHor2] = ACTIONS(1695), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1693), - [anon_sym_out_GT] = ACTIONS(1693), - [anon_sym_e_GT] = ACTIONS(1693), - [anon_sym_o_GT] = ACTIONS(1693), - [anon_sym_err_PLUSout_GT] = ACTIONS(1693), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1693), - [anon_sym_o_PLUSe_GT] = ACTIONS(1693), - [anon_sym_e_PLUSo_GT] = ACTIONS(1693), - [anon_sym_err_GT_GT] = ACTIONS(1695), - [anon_sym_out_GT_GT] = ACTIONS(1695), - [anon_sym_e_GT_GT] = ACTIONS(1695), - [anon_sym_o_GT_GT] = ACTIONS(1695), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1695), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1695), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1695), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1695), - [anon_sym_POUND] = ACTIONS(251), + [1465] = { + [sym_comment] = STATE(1465), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1498] = { - [sym_cell_path] = STATE(1900), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1498), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2007), + [1466] = { + [sym_cell_path] = STATE(1774), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1466), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(2007), [anon_sym_SEMI] = ACTIONS(2007), [anon_sym_PIPE] = ACTIONS(2007), @@ -220548,10 +218370,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2007), [anon_sym_LBRACK] = ACTIONS(2007), [anon_sym_LPAREN] = ACTIONS(2007), + [anon_sym_RPAREN] = ACTIONS(2007), [anon_sym_DOLLAR] = ACTIONS(2005), [anon_sym_DASH_DASH] = ACTIONS(2007), [anon_sym_DASH2] = ACTIONS(2005), [anon_sym_LBRACE] = ACTIONS(2007), + [anon_sym_RBRACE] = ACTIONS(2007), [anon_sym_DOT_DOT] = ACTIONS(2005), [anon_sym_DOT_DOT_EQ] = ACTIONS(2007), [anon_sym_DOT_DOT_LT] = ACTIONS(2007), @@ -220577,7 +218401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2007), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2007), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2007), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(2005), [anon_sym_out_GT] = ACTIONS(2005), [anon_sym_e_GT] = ACTIONS(2005), @@ -220598,357 +218422,221 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2007), }, - [1499] = { - [sym_comment] = STATE(1499), - [anon_sym_EQ] = ACTIONS(4739), - [anon_sym_PLUS_EQ] = ACTIONS(4741), - [anon_sym_DASH_EQ] = ACTIONS(4741), - [anon_sym_STAR_EQ] = ACTIONS(4741), - [anon_sym_SLASH_EQ] = ACTIONS(4741), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4741), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_RPAREN] = ACTIONS(1000), - [anon_sym_GT2] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1000), - [anon_sym_STAR2] = ACTIONS(1004), - [anon_sym_and2] = ACTIONS(1000), - [anon_sym_xor2] = ACTIONS(1000), - [anon_sym_or2] = ACTIONS(1000), - [anon_sym_not_DASHin2] = ACTIONS(1000), - [anon_sym_starts_DASHwith2] = ACTIONS(1000), - [anon_sym_ends_DASHwith2] = ACTIONS(1000), - [anon_sym_EQ_EQ2] = ACTIONS(1000), - [anon_sym_BANG_EQ2] = ACTIONS(1000), - [anon_sym_LT2] = ACTIONS(1004), - [anon_sym_LT_EQ2] = ACTIONS(1000), - [anon_sym_GT_EQ2] = ACTIONS(1000), - [anon_sym_EQ_TILDE2] = ACTIONS(1000), - [anon_sym_BANG_TILDE2] = ACTIONS(1000), - [anon_sym_STAR_STAR2] = ACTIONS(1000), - [anon_sym_PLUS_PLUS2] = ACTIONS(1004), - [anon_sym_SLASH2] = ACTIONS(1004), - [anon_sym_mod2] = ACTIONS(1000), - [anon_sym_SLASH_SLASH2] = ACTIONS(1000), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_bit_DASHshl2] = ACTIONS(1000), - [anon_sym_bit_DASHshr2] = ACTIONS(1000), - [anon_sym_bit_DASHand2] = ACTIONS(1000), - [anon_sym_bit_DASHxor2] = ACTIONS(1000), - [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(1012), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), - [anon_sym_POUND] = ACTIONS(251), - }, - [1500] = { - [sym_comment] = STATE(1500), - [ts_builtin_sym_end] = ACTIONS(1000), - [anon_sym_EQ] = ACTIONS(4743), - [anon_sym_PLUS_EQ] = ACTIONS(4745), - [anon_sym_DASH_EQ] = ACTIONS(4745), - [anon_sym_STAR_EQ] = ACTIONS(4745), - [anon_sym_SLASH_EQ] = ACTIONS(4745), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4745), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_GT2] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1000), - [anon_sym_STAR2] = ACTIONS(1004), - [anon_sym_and2] = ACTIONS(1000), - [anon_sym_xor2] = ACTIONS(1000), - [anon_sym_or2] = ACTIONS(1000), - [anon_sym_not_DASHin2] = ACTIONS(1000), - [anon_sym_starts_DASHwith2] = ACTIONS(1000), - [anon_sym_ends_DASHwith2] = ACTIONS(1000), - [anon_sym_EQ_EQ2] = ACTIONS(1000), - [anon_sym_BANG_EQ2] = ACTIONS(1000), - [anon_sym_LT2] = ACTIONS(1004), - [anon_sym_LT_EQ2] = ACTIONS(1000), - [anon_sym_GT_EQ2] = ACTIONS(1000), - [anon_sym_EQ_TILDE2] = ACTIONS(1000), - [anon_sym_BANG_TILDE2] = ACTIONS(1000), - [anon_sym_STAR_STAR2] = ACTIONS(1000), - [anon_sym_PLUS_PLUS2] = ACTIONS(1004), - [anon_sym_SLASH2] = ACTIONS(1004), - [anon_sym_mod2] = ACTIONS(1000), - [anon_sym_SLASH_SLASH2] = ACTIONS(1000), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_bit_DASHshl2] = ACTIONS(1000), - [anon_sym_bit_DASHshr2] = ACTIONS(1000), - [anon_sym_bit_DASHand2] = ACTIONS(1000), - [anon_sym_bit_DASHxor2] = ACTIONS(1000), - [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(4747), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4749), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4749), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), - [anon_sym_POUND] = ACTIONS(251), - }, - [1501] = { - [sym_comment] = STATE(1501), - [sym__newline] = ACTIONS(2057), - [anon_sym_SEMI] = ACTIONS(2057), - [anon_sym_PIPE] = ACTIONS(2057), - [anon_sym_err_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_GT_PIPE] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2057), - [anon_sym_LBRACK] = ACTIONS(2057), - [anon_sym_LPAREN] = ACTIONS(2057), - [anon_sym_RPAREN] = ACTIONS(2057), - [anon_sym_DOLLAR] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2057), - [anon_sym_DASH2] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2057), - [anon_sym_RBRACE] = ACTIONS(2057), - [anon_sym_DOT_DOT] = ACTIONS(2055), - [anon_sym_DOT_DOT2] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2055), - [anon_sym_DOT_DOT_LT] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2057), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2057), - [anon_sym_null] = ACTIONS(2057), - [anon_sym_true] = ACTIONS(2057), - [anon_sym_false] = ACTIONS(2057), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_decimal_token2] = ACTIONS(2057), - [aux_sym__val_number_decimal_token3] = ACTIONS(2057), - [aux_sym__val_number_decimal_token4] = ACTIONS(2057), - [aux_sym__val_number_token1] = ACTIONS(2057), - [aux_sym__val_number_token2] = ACTIONS(2057), - [aux_sym__val_number_token3] = ACTIONS(2057), - [aux_sym__val_number_token4] = ACTIONS(2057), - [aux_sym__val_number_token5] = ACTIONS(2057), - [aux_sym__val_number_token6] = ACTIONS(2057), - [anon_sym_0b] = ACTIONS(2055), - [anon_sym_0o] = ACTIONS(2055), - [anon_sym_0x] = ACTIONS(2055), - [sym_val_date] = ACTIONS(2057), - [anon_sym_DQUOTE] = ACTIONS(2057), - [sym__str_single_quotes] = ACTIONS(2057), - [sym__str_back_ticks] = ACTIONS(2057), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2057), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2057), - [anon_sym_err_GT] = ACTIONS(2055), - [anon_sym_out_GT] = ACTIONS(2055), - [anon_sym_e_GT] = ACTIONS(2055), - [anon_sym_o_GT] = ACTIONS(2055), - [anon_sym_err_PLUSout_GT] = ACTIONS(2055), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2055), - [anon_sym_o_PLUSe_GT] = ACTIONS(2055), - [anon_sym_e_PLUSo_GT] = ACTIONS(2055), - [anon_sym_err_GT_GT] = ACTIONS(2057), - [anon_sym_out_GT_GT] = ACTIONS(2057), - [anon_sym_e_GT_GT] = ACTIONS(2057), - [anon_sym_o_GT_GT] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2057), - [aux_sym_unquoted_token1] = ACTIONS(2055), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2057), + [1467] = { + [sym_comment] = STATE(1467), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [1502] = { - [sym_cell_path] = STATE(1897), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1502), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2035), - [sym__newline] = ACTIONS(2035), - [anon_sym_SEMI] = ACTIONS(2035), - [anon_sym_PIPE] = ACTIONS(2035), - [anon_sym_err_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_GT_PIPE] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2035), - [anon_sym_LBRACK] = ACTIONS(2035), - [anon_sym_LPAREN] = ACTIONS(2035), - [anon_sym_DOLLAR] = ACTIONS(2033), - [anon_sym_DASH_DASH] = ACTIONS(2035), - [anon_sym_DASH2] = ACTIONS(2033), - [anon_sym_LBRACE] = ACTIONS(2035), - [anon_sym_DOT_DOT] = ACTIONS(2033), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2035), - [anon_sym_DOT_DOT_LT] = ACTIONS(2035), - [anon_sym_null] = ACTIONS(2035), - [anon_sym_true] = ACTIONS(2035), - [anon_sym_false] = ACTIONS(2035), - [aux_sym__val_number_decimal_token1] = ACTIONS(2033), - [aux_sym__val_number_decimal_token2] = ACTIONS(2035), - [aux_sym__val_number_decimal_token3] = ACTIONS(2035), - [aux_sym__val_number_decimal_token4] = ACTIONS(2035), - [aux_sym__val_number_token1] = ACTIONS(2035), - [aux_sym__val_number_token2] = ACTIONS(2035), - [aux_sym__val_number_token3] = ACTIONS(2035), - [aux_sym__val_number_token4] = ACTIONS(2035), - [aux_sym__val_number_token5] = ACTIONS(2035), - [aux_sym__val_number_token6] = ACTIONS(2035), - [anon_sym_0b] = ACTIONS(2033), - [anon_sym_0o] = ACTIONS(2033), - [anon_sym_0x] = ACTIONS(2033), - [sym_val_date] = ACTIONS(2035), - [anon_sym_DQUOTE] = ACTIONS(2035), - [sym__str_single_quotes] = ACTIONS(2035), - [sym__str_back_ticks] = ACTIONS(2035), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2035), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2035), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2033), - [anon_sym_out_GT] = ACTIONS(2033), - [anon_sym_e_GT] = ACTIONS(2033), - [anon_sym_o_GT] = ACTIONS(2033), - [anon_sym_err_PLUSout_GT] = ACTIONS(2033), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2033), - [anon_sym_o_PLUSe_GT] = ACTIONS(2033), - [anon_sym_e_PLUSo_GT] = ACTIONS(2033), - [anon_sym_err_GT_GT] = ACTIONS(2035), - [anon_sym_out_GT_GT] = ACTIONS(2035), - [anon_sym_e_GT_GT] = ACTIONS(2035), - [anon_sym_o_GT_GT] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2035), - [aux_sym_unquoted_token1] = ACTIONS(2033), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2035), + [1468] = { + [sym_comment] = STATE(1468), + [ts_builtin_sym_end] = ACTIONS(1863), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1861), + [anon_sym_DOT_DOT_LT] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [aux_sym_unquoted_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), }, - [1503] = { - [sym_comment] = STATE(1503), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4682), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1469] = { + [sym__expr_parenthesized_immediate] = STATE(2494), + [sym__immediate_decimal] = STATE(2192), + [sym_val_variable] = STATE(2494), + [sym_comment] = STATE(1469), + [ts_builtin_sym_end] = ACTIONS(1629), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1629), + [anon_sym_STAR2] = ACTIONS(1627), + [anon_sym_and2] = ACTIONS(1629), + [anon_sym_xor2] = ACTIONS(1629), + [anon_sym_or2] = ACTIONS(1629), + [anon_sym_not_DASHin2] = ACTIONS(1629), + [anon_sym_starts_DASHwith2] = ACTIONS(1629), + [anon_sym_ends_DASHwith2] = ACTIONS(1629), + [anon_sym_EQ_EQ2] = ACTIONS(1629), + [anon_sym_BANG_EQ2] = ACTIONS(1629), + [anon_sym_LT2] = ACTIONS(1627), + [anon_sym_LT_EQ2] = ACTIONS(1629), + [anon_sym_GT_EQ2] = ACTIONS(1629), + [anon_sym_EQ_TILDE2] = ACTIONS(1629), + [anon_sym_BANG_TILDE2] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1629), + [anon_sym_PLUS_PLUS2] = ACTIONS(1629), + [anon_sym_SLASH2] = ACTIONS(1627), + [anon_sym_mod2] = ACTIONS(1629), + [anon_sym_SLASH_SLASH2] = ACTIONS(1629), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_bit_DASHshl2] = ACTIONS(1629), + [anon_sym_bit_DASHshr2] = ACTIONS(1629), + [anon_sym_bit_DASHand2] = ACTIONS(1629), + [anon_sym_bit_DASHxor2] = ACTIONS(1629), + [anon_sym_bit_DASHor2] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(4694), + [aux_sym__immediate_decimal_token3] = ACTIONS(4694), + [aux_sym__immediate_decimal_token4] = ACTIONS(4696), + [aux_sym__immediate_decimal_token5] = ACTIONS(4698), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), + [aux_sym_unquoted_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), }, - [1504] = { - [sym_cell_path] = STATE(1907), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1504), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2011), + [1470] = { + [sym_cell_path] = STATE(1775), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1470), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(2011), [anon_sym_SEMI] = ACTIONS(2011), [anon_sym_PIPE] = ACTIONS(2011), @@ -220962,10 +218650,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2011), [anon_sym_LBRACK] = ACTIONS(2011), [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_RPAREN] = ACTIONS(2011), [anon_sym_DOLLAR] = ACTIONS(2009), [anon_sym_DASH_DASH] = ACTIONS(2011), [anon_sym_DASH2] = ACTIONS(2009), [anon_sym_LBRACE] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), [anon_sym_DOT_DOT] = ACTIONS(2009), [anon_sym_DOT_DOT_EQ] = ACTIONS(2011), [anon_sym_DOT_DOT_LT] = ACTIONS(2011), @@ -220991,7 +218681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(2011), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2011), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2011), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(2009), [anon_sym_out_GT] = ACTIONS(2009), [anon_sym_e_GT] = ACTIONS(2009), @@ -221012,1047 +218702,571 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2011), }, - [1505] = { - [sym_comment] = STATE(1505), - [sym__newline] = ACTIONS(4751), - [anon_sym_SEMI] = ACTIONS(4751), - [anon_sym_PIPE] = ACTIONS(4751), - [anon_sym_err_GT_PIPE] = ACTIONS(4751), - [anon_sym_out_GT_PIPE] = ACTIONS(4751), - [anon_sym_e_GT_PIPE] = ACTIONS(4751), - [anon_sym_o_GT_PIPE] = ACTIONS(4751), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4751), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4751), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4751), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4751), - [anon_sym_LBRACK] = ACTIONS(4751), - [anon_sym_LPAREN] = ACTIONS(4751), - [anon_sym_RPAREN] = ACTIONS(4751), - [anon_sym_DOLLAR] = ACTIONS(4753), - [anon_sym_DASH_DASH] = ACTIONS(4751), - [anon_sym_DASH2] = ACTIONS(4753), - [anon_sym_LBRACE] = ACTIONS(4751), - [anon_sym_RBRACE] = ACTIONS(4751), - [anon_sym_DOT_DOT] = ACTIONS(4753), - [anon_sym_DOT_DOT2] = ACTIONS(4755), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4753), - [anon_sym_DOT_DOT_LT] = ACTIONS(4753), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4757), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4757), - [anon_sym_null] = ACTIONS(4751), - [anon_sym_true] = ACTIONS(4751), - [anon_sym_false] = ACTIONS(4751), - [aux_sym__val_number_decimal_token1] = ACTIONS(4753), - [aux_sym__val_number_decimal_token2] = ACTIONS(4751), - [aux_sym__val_number_decimal_token3] = ACTIONS(4751), - [aux_sym__val_number_decimal_token4] = ACTIONS(4751), - [aux_sym__val_number_token1] = ACTIONS(4751), - [aux_sym__val_number_token2] = ACTIONS(4751), - [aux_sym__val_number_token3] = ACTIONS(4751), - [aux_sym__val_number_token4] = ACTIONS(4751), - [aux_sym__val_number_token5] = ACTIONS(4751), - [aux_sym__val_number_token6] = ACTIONS(4751), - [anon_sym_0b] = ACTIONS(4753), - [anon_sym_0o] = ACTIONS(4753), - [anon_sym_0x] = ACTIONS(4753), - [sym_val_date] = ACTIONS(4751), - [anon_sym_DQUOTE] = ACTIONS(4751), - [sym__str_single_quotes] = ACTIONS(4751), - [sym__str_back_ticks] = ACTIONS(4751), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4751), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4751), - [anon_sym_err_GT] = ACTIONS(4753), - [anon_sym_out_GT] = ACTIONS(4753), - [anon_sym_e_GT] = ACTIONS(4753), - [anon_sym_o_GT] = ACTIONS(4753), - [anon_sym_err_PLUSout_GT] = ACTIONS(4753), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4753), - [anon_sym_o_PLUSe_GT] = ACTIONS(4753), - [anon_sym_e_PLUSo_GT] = ACTIONS(4753), - [anon_sym_err_GT_GT] = ACTIONS(4751), - [anon_sym_out_GT_GT] = ACTIONS(4751), - [anon_sym_e_GT_GT] = ACTIONS(4751), - [anon_sym_o_GT_GT] = ACTIONS(4751), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4751), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4751), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4751), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4751), - [aux_sym_unquoted_token1] = ACTIONS(4753), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4751), - }, - [1506] = { - [sym_comment] = STATE(1506), - [sym__newline] = ACTIONS(2176), - [anon_sym_SEMI] = ACTIONS(2176), - [anon_sym_PIPE] = ACTIONS(2176), - [anon_sym_err_GT_PIPE] = ACTIONS(2176), - [anon_sym_out_GT_PIPE] = ACTIONS(2176), - [anon_sym_e_GT_PIPE] = ACTIONS(2176), - [anon_sym_o_GT_PIPE] = ACTIONS(2176), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2176), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2176), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2176), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2176), - [anon_sym_LBRACK] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2176), - [anon_sym_RPAREN] = ACTIONS(2176), - [anon_sym_DOLLAR] = ACTIONS(2174), - [anon_sym_DASH_DASH] = ACTIONS(2176), - [anon_sym_DASH2] = ACTIONS(2174), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_RBRACE] = ACTIONS(2176), - [anon_sym_DOT_DOT] = ACTIONS(2174), - [anon_sym_DOT_DOT2] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2174), - [anon_sym_DOT_DOT_LT] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2176), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2176), - [anon_sym_null] = ACTIONS(2176), - [anon_sym_true] = ACTIONS(2176), - [anon_sym_false] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), - [aux_sym__val_number_decimal_token2] = ACTIONS(2176), - [aux_sym__val_number_decimal_token3] = ACTIONS(2176), - [aux_sym__val_number_decimal_token4] = ACTIONS(2176), - [aux_sym__val_number_token1] = ACTIONS(2176), - [aux_sym__val_number_token2] = ACTIONS(2176), - [aux_sym__val_number_token3] = ACTIONS(2176), - [aux_sym__val_number_token4] = ACTIONS(2176), - [aux_sym__val_number_token5] = ACTIONS(2176), - [aux_sym__val_number_token6] = ACTIONS(2176), - [anon_sym_0b] = ACTIONS(2174), - [anon_sym_0o] = ACTIONS(2174), - [anon_sym_0x] = ACTIONS(2174), - [sym_val_date] = ACTIONS(2176), - [anon_sym_DQUOTE] = ACTIONS(2176), - [sym__str_single_quotes] = ACTIONS(2176), - [sym__str_back_ticks] = ACTIONS(2176), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2176), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2176), - [anon_sym_err_GT] = ACTIONS(2174), - [anon_sym_out_GT] = ACTIONS(2174), - [anon_sym_e_GT] = ACTIONS(2174), - [anon_sym_o_GT] = ACTIONS(2174), - [anon_sym_err_PLUSout_GT] = ACTIONS(2174), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2174), - [anon_sym_o_PLUSe_GT] = ACTIONS(2174), - [anon_sym_e_PLUSo_GT] = ACTIONS(2174), - [anon_sym_err_GT_GT] = ACTIONS(2176), - [anon_sym_out_GT_GT] = ACTIONS(2176), - [anon_sym_e_GT_GT] = ACTIONS(2176), - [anon_sym_o_GT_GT] = ACTIONS(2176), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2176), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2176), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2176), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2176), - [aux_sym_unquoted_token1] = ACTIONS(2174), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2176), - }, - [1507] = { - [sym_comment] = STATE(1507), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4759), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1508] = { - [sym_comment] = STATE(1508), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_LBRACK] = ACTIONS(1000), - [anon_sym_LPAREN] = ACTIONS(1000), - [anon_sym_RPAREN] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1000), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1000), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT2] = ACTIONS(4755), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), - [anon_sym_DOT_DOT_LT] = ACTIONS(1004), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4757), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4757), - [anon_sym_null] = ACTIONS(1000), - [anon_sym_true] = ACTIONS(1000), - [anon_sym_false] = ACTIONS(1000), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1000), - [aux_sym__val_number_decimal_token3] = ACTIONS(1000), - [aux_sym__val_number_decimal_token4] = ACTIONS(1000), - [aux_sym__val_number_token1] = ACTIONS(1000), - [aux_sym__val_number_token2] = ACTIONS(1000), - [aux_sym__val_number_token3] = ACTIONS(1000), - [aux_sym__val_number_token4] = ACTIONS(1000), - [aux_sym__val_number_token5] = ACTIONS(1000), - [aux_sym__val_number_token6] = ACTIONS(1000), - [anon_sym_0b] = ACTIONS(1004), - [anon_sym_0o] = ACTIONS(1004), - [anon_sym_0x] = ACTIONS(1004), - [sym_val_date] = ACTIONS(1000), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), - [aux_sym_unquoted_token1] = ACTIONS(1004), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [1509] = { - [sym_cell_path] = STATE(1928), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1509), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(937), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_LBRACK] = ACTIONS(937), - [anon_sym_LPAREN] = ACTIONS(937), - [anon_sym_DOLLAR] = ACTIONS(935), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_DASH2] = ACTIONS(935), - [anon_sym_LBRACE] = ACTIONS(937), - [anon_sym_DOT_DOT] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ] = ACTIONS(937), - [anon_sym_DOT_DOT_LT] = ACTIONS(937), - [anon_sym_null] = ACTIONS(937), - [anon_sym_true] = ACTIONS(937), - [anon_sym_false] = ACTIONS(937), - [aux_sym__val_number_decimal_token1] = ACTIONS(935), - [aux_sym__val_number_decimal_token2] = ACTIONS(937), - [aux_sym__val_number_decimal_token3] = ACTIONS(937), - [aux_sym__val_number_decimal_token4] = ACTIONS(937), - [aux_sym__val_number_token1] = ACTIONS(937), - [aux_sym__val_number_token2] = ACTIONS(937), - [aux_sym__val_number_token3] = ACTIONS(937), - [aux_sym__val_number_token4] = ACTIONS(937), - [aux_sym__val_number_token5] = ACTIONS(937), - [aux_sym__val_number_token6] = ACTIONS(937), - [anon_sym_0b] = ACTIONS(935), - [anon_sym_0o] = ACTIONS(935), - [anon_sym_0x] = ACTIONS(935), - [sym_val_date] = ACTIONS(937), - [anon_sym_DQUOTE] = ACTIONS(937), - [sym__str_single_quotes] = ACTIONS(937), - [sym__str_back_ticks] = ACTIONS(937), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [aux_sym_unquoted_token1] = ACTIONS(935), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(937), - }, - [1510] = { - [sym_comment] = STATE(1510), - [sym__newline] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_PIPE] = ACTIONS(990), - [anon_sym_err_GT_PIPE] = ACTIONS(990), - [anon_sym_out_GT_PIPE] = ACTIONS(990), - [anon_sym_e_GT_PIPE] = ACTIONS(990), - [anon_sym_o_GT_PIPE] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), - [anon_sym_RPAREN] = ACTIONS(990), - [anon_sym_GT2] = ACTIONS(988), - [anon_sym_DASH2] = ACTIONS(990), - [anon_sym_in2] = ACTIONS(990), - [anon_sym_if] = ACTIONS(990), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_EQ_GT] = ACTIONS(990), - [anon_sym_STAR2] = ACTIONS(988), - [anon_sym_and2] = ACTIONS(990), - [anon_sym_xor2] = ACTIONS(990), - [anon_sym_or2] = ACTIONS(990), - [anon_sym_not_DASHin2] = ACTIONS(990), - [anon_sym_starts_DASHwith2] = ACTIONS(990), - [anon_sym_ends_DASHwith2] = ACTIONS(990), - [anon_sym_EQ_EQ2] = ACTIONS(990), - [anon_sym_BANG_EQ2] = ACTIONS(990), - [anon_sym_LT2] = ACTIONS(988), - [anon_sym_LT_EQ2] = ACTIONS(990), - [anon_sym_GT_EQ2] = ACTIONS(990), - [anon_sym_EQ_TILDE2] = ACTIONS(990), - [anon_sym_BANG_TILDE2] = ACTIONS(990), - [anon_sym_STAR_STAR2] = ACTIONS(990), - [anon_sym_PLUS_PLUS2] = ACTIONS(990), - [anon_sym_SLASH2] = ACTIONS(988), - [anon_sym_mod2] = ACTIONS(990), - [anon_sym_SLASH_SLASH2] = ACTIONS(990), - [anon_sym_PLUS2] = ACTIONS(988), - [anon_sym_bit_DASHshl2] = ACTIONS(990), - [anon_sym_bit_DASHshr2] = ACTIONS(990), - [anon_sym_bit_DASHand2] = ACTIONS(990), - [anon_sym_bit_DASHxor2] = ACTIONS(990), - [anon_sym_bit_DASHor2] = ACTIONS(990), - [anon_sym_DOT_DOT2] = ACTIONS(988), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), - [anon_sym_DOT_DOT_LT2] = ACTIONS(990), - [anon_sym_COLON2] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_err_GT] = ACTIONS(988), - [anon_sym_out_GT] = ACTIONS(988), - [anon_sym_e_GT] = ACTIONS(988), - [anon_sym_o_GT] = ACTIONS(988), - [anon_sym_err_PLUSout_GT] = ACTIONS(988), - [anon_sym_out_PLUSerr_GT] = ACTIONS(988), - [anon_sym_o_PLUSe_GT] = ACTIONS(988), - [anon_sym_e_PLUSo_GT] = ACTIONS(988), - [anon_sym_err_GT_GT] = ACTIONS(990), - [anon_sym_out_GT_GT] = ACTIONS(990), - [anon_sym_e_GT_GT] = ACTIONS(990), - [anon_sym_o_GT_GT] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), - [anon_sym_POUND] = ACTIONS(251), - }, - [1511] = { - [sym_comment] = STATE(1511), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_GT2] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1737), - [anon_sym_in2] = ACTIONS(1737), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_STAR2] = ACTIONS(1735), - [anon_sym_and2] = ACTIONS(1737), - [anon_sym_xor2] = ACTIONS(1737), - [anon_sym_or2] = ACTIONS(1737), - [anon_sym_not_DASHin2] = ACTIONS(1737), - [anon_sym_starts_DASHwith2] = ACTIONS(1737), - [anon_sym_ends_DASHwith2] = ACTIONS(1737), - [anon_sym_EQ_EQ2] = ACTIONS(1737), - [anon_sym_BANG_EQ2] = ACTIONS(1737), - [anon_sym_LT2] = ACTIONS(1735), - [anon_sym_LT_EQ2] = ACTIONS(1737), - [anon_sym_GT_EQ2] = ACTIONS(1737), - [anon_sym_EQ_TILDE2] = ACTIONS(1737), - [anon_sym_BANG_TILDE2] = ACTIONS(1737), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_STAR_STAR2] = ACTIONS(1737), - [anon_sym_PLUS_PLUS2] = ACTIONS(1737), - [anon_sym_SLASH2] = ACTIONS(1735), - [anon_sym_mod2] = ACTIONS(1737), - [anon_sym_SLASH_SLASH2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_bit_DASHshl2] = ACTIONS(1737), - [anon_sym_bit_DASHshr2] = ACTIONS(1737), - [anon_sym_bit_DASHand2] = ACTIONS(1737), - [anon_sym_bit_DASHxor2] = ACTIONS(1737), - [anon_sym_bit_DASHor2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4763), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - }, - [1512] = { - [sym_comment] = STATE(1512), - [sym__newline] = ACTIONS(2172), - [anon_sym_SEMI] = ACTIONS(2172), - [anon_sym_PIPE] = ACTIONS(2172), - [anon_sym_err_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_GT_PIPE] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2172), - [anon_sym_LBRACK] = ACTIONS(2172), - [anon_sym_LPAREN] = ACTIONS(2172), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_DASH_DASH] = ACTIONS(2172), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_RBRACE] = ACTIONS(2172), - [anon_sym_DOT_DOT] = ACTIONS(2170), - [anon_sym_DOT_DOT2] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2170), - [anon_sym_DOT_DOT_LT] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2172), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2172), - [anon_sym_null] = ACTIONS(2172), - [anon_sym_true] = ACTIONS(2172), - [anon_sym_false] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2172), - [aux_sym__val_number_decimal_token3] = ACTIONS(2172), - [aux_sym__val_number_decimal_token4] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2172), - [aux_sym__val_number_token5] = ACTIONS(2172), - [aux_sym__val_number_token6] = ACTIONS(2172), - [anon_sym_0b] = ACTIONS(2170), - [anon_sym_0o] = ACTIONS(2170), - [anon_sym_0x] = ACTIONS(2170), - [sym_val_date] = ACTIONS(2172), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2172), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2172), - [anon_sym_err_GT] = ACTIONS(2170), - [anon_sym_out_GT] = ACTIONS(2170), - [anon_sym_e_GT] = ACTIONS(2170), - [anon_sym_o_GT] = ACTIONS(2170), - [anon_sym_err_PLUSout_GT] = ACTIONS(2170), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2170), - [anon_sym_o_PLUSe_GT] = ACTIONS(2170), - [anon_sym_e_PLUSo_GT] = ACTIONS(2170), - [anon_sym_err_GT_GT] = ACTIONS(2172), - [anon_sym_out_GT_GT] = ACTIONS(2172), - [anon_sym_e_GT_GT] = ACTIONS(2172), - [anon_sym_o_GT_GT] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2172), - [aux_sym_unquoted_token1] = ACTIONS(2170), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2172), - }, - [1513] = { - [sym_cell_path] = STATE(1922), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1513), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2015), - [sym__newline] = ACTIONS(2015), - [anon_sym_SEMI] = ACTIONS(2015), - [anon_sym_PIPE] = ACTIONS(2015), - [anon_sym_err_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_GT_PIPE] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2015), - [anon_sym_LBRACK] = ACTIONS(2015), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_DOLLAR] = ACTIONS(2013), - [anon_sym_DASH_DASH] = ACTIONS(2015), - [anon_sym_DASH2] = ACTIONS(2013), - [anon_sym_LBRACE] = ACTIONS(2015), - [anon_sym_DOT_DOT] = ACTIONS(2013), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2015), - [anon_sym_DOT_DOT_LT] = ACTIONS(2015), - [anon_sym_null] = ACTIONS(2015), - [anon_sym_true] = ACTIONS(2015), - [anon_sym_false] = ACTIONS(2015), - [aux_sym__val_number_decimal_token1] = ACTIONS(2013), - [aux_sym__val_number_decimal_token2] = ACTIONS(2015), - [aux_sym__val_number_decimal_token3] = ACTIONS(2015), - [aux_sym__val_number_decimal_token4] = ACTIONS(2015), - [aux_sym__val_number_token1] = ACTIONS(2015), - [aux_sym__val_number_token2] = ACTIONS(2015), - [aux_sym__val_number_token3] = ACTIONS(2015), - [aux_sym__val_number_token4] = ACTIONS(2015), - [aux_sym__val_number_token5] = ACTIONS(2015), - [aux_sym__val_number_token6] = ACTIONS(2015), - [anon_sym_0b] = ACTIONS(2013), - [anon_sym_0o] = ACTIONS(2013), - [anon_sym_0x] = ACTIONS(2013), - [sym_val_date] = ACTIONS(2015), - [anon_sym_DQUOTE] = ACTIONS(2015), - [sym__str_single_quotes] = ACTIONS(2015), - [sym__str_back_ticks] = ACTIONS(2015), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2015), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2015), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2013), - [anon_sym_out_GT] = ACTIONS(2013), - [anon_sym_e_GT] = ACTIONS(2013), - [anon_sym_o_GT] = ACTIONS(2013), - [anon_sym_err_PLUSout_GT] = ACTIONS(2013), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2013), - [anon_sym_o_PLUSe_GT] = ACTIONS(2013), - [anon_sym_e_PLUSo_GT] = ACTIONS(2013), - [anon_sym_err_GT_GT] = ACTIONS(2015), - [anon_sym_out_GT_GT] = ACTIONS(2015), - [anon_sym_e_GT_GT] = ACTIONS(2015), - [anon_sym_o_GT_GT] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2015), - [aux_sym_unquoted_token1] = ACTIONS(2013), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2015), - }, - [1514] = { - [sym_cell_path] = STATE(1923), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1514), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2019), - [sym__newline] = ACTIONS(2019), - [anon_sym_SEMI] = ACTIONS(2019), - [anon_sym_PIPE] = ACTIONS(2019), - [anon_sym_err_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_GT_PIPE] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2019), - [anon_sym_LBRACK] = ACTIONS(2019), - [anon_sym_LPAREN] = ACTIONS(2019), - [anon_sym_DOLLAR] = ACTIONS(2017), - [anon_sym_DASH_DASH] = ACTIONS(2019), - [anon_sym_DASH2] = ACTIONS(2017), - [anon_sym_LBRACE] = ACTIONS(2019), - [anon_sym_DOT_DOT] = ACTIONS(2017), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2019), - [anon_sym_DOT_DOT_LT] = ACTIONS(2019), - [anon_sym_null] = ACTIONS(2019), - [anon_sym_true] = ACTIONS(2019), - [anon_sym_false] = ACTIONS(2019), - [aux_sym__val_number_decimal_token1] = ACTIONS(2017), - [aux_sym__val_number_decimal_token2] = ACTIONS(2019), - [aux_sym__val_number_decimal_token3] = ACTIONS(2019), - [aux_sym__val_number_decimal_token4] = ACTIONS(2019), - [aux_sym__val_number_token1] = ACTIONS(2019), - [aux_sym__val_number_token2] = ACTIONS(2019), - [aux_sym__val_number_token3] = ACTIONS(2019), - [aux_sym__val_number_token4] = ACTIONS(2019), - [aux_sym__val_number_token5] = ACTIONS(2019), - [aux_sym__val_number_token6] = ACTIONS(2019), - [anon_sym_0b] = ACTIONS(2017), - [anon_sym_0o] = ACTIONS(2017), - [anon_sym_0x] = ACTIONS(2017), - [sym_val_date] = ACTIONS(2019), - [anon_sym_DQUOTE] = ACTIONS(2019), - [sym__str_single_quotes] = ACTIONS(2019), - [sym__str_back_ticks] = ACTIONS(2019), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2019), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2019), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2017), - [anon_sym_out_GT] = ACTIONS(2017), - [anon_sym_e_GT] = ACTIONS(2017), - [anon_sym_o_GT] = ACTIONS(2017), - [anon_sym_err_PLUSout_GT] = ACTIONS(2017), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2017), - [anon_sym_o_PLUSe_GT] = ACTIONS(2017), - [anon_sym_e_PLUSo_GT] = ACTIONS(2017), - [anon_sym_err_GT_GT] = ACTIONS(2019), - [anon_sym_out_GT_GT] = ACTIONS(2019), - [anon_sym_e_GT_GT] = ACTIONS(2019), - [anon_sym_o_GT_GT] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2019), - [aux_sym_unquoted_token1] = ACTIONS(2017), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2019), + [1471] = { + [sym_comment] = STATE(1471), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4635), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1515] = { - [sym_cell_path] = STATE(1903), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1515), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1971), - [sym__newline] = ACTIONS(1971), - [anon_sym_SEMI] = ACTIONS(1971), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_err_GT_PIPE] = ACTIONS(1971), - [anon_sym_out_GT_PIPE] = ACTIONS(1971), - [anon_sym_e_GT_PIPE] = ACTIONS(1971), - [anon_sym_o_GT_PIPE] = ACTIONS(1971), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1971), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1971), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1971), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1971), - [anon_sym_LPAREN] = ACTIONS(1971), - [anon_sym_DOLLAR] = ACTIONS(1969), - [anon_sym_DASH_DASH] = ACTIONS(1971), - [anon_sym_DASH2] = ACTIONS(1969), - [anon_sym_LBRACE] = ACTIONS(1971), - [anon_sym_DOT_DOT] = ACTIONS(1969), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1971), - [anon_sym_DOT_DOT_LT] = ACTIONS(1971), - [anon_sym_null] = ACTIONS(1971), - [anon_sym_true] = ACTIONS(1971), - [anon_sym_false] = ACTIONS(1971), - [aux_sym__val_number_decimal_token1] = ACTIONS(1969), - [aux_sym__val_number_decimal_token2] = ACTIONS(1971), - [aux_sym__val_number_decimal_token3] = ACTIONS(1971), - [aux_sym__val_number_decimal_token4] = ACTIONS(1971), - [aux_sym__val_number_token1] = ACTIONS(1971), - [aux_sym__val_number_token2] = ACTIONS(1971), - [aux_sym__val_number_token3] = ACTIONS(1971), - [aux_sym__val_number_token4] = ACTIONS(1971), - [aux_sym__val_number_token5] = ACTIONS(1971), - [aux_sym__val_number_token6] = ACTIONS(1971), - [anon_sym_0b] = ACTIONS(1969), - [anon_sym_0o] = ACTIONS(1969), - [anon_sym_0x] = ACTIONS(1969), - [sym_val_date] = ACTIONS(1971), - [anon_sym_DQUOTE] = ACTIONS(1971), - [sym__str_single_quotes] = ACTIONS(1971), - [sym__str_back_ticks] = ACTIONS(1971), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1971), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1971), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1969), - [anon_sym_out_GT] = ACTIONS(1969), - [anon_sym_e_GT] = ACTIONS(1969), - [anon_sym_o_GT] = ACTIONS(1969), - [anon_sym_err_PLUSout_GT] = ACTIONS(1969), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1969), - [anon_sym_o_PLUSe_GT] = ACTIONS(1969), - [anon_sym_e_PLUSo_GT] = ACTIONS(1969), - [anon_sym_err_GT_GT] = ACTIONS(1971), - [anon_sym_out_GT_GT] = ACTIONS(1971), - [anon_sym_e_GT_GT] = ACTIONS(1971), - [anon_sym_o_GT_GT] = ACTIONS(1971), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1971), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1971), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1971), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1971), - [aux_sym_unquoted_token1] = ACTIONS(1969), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1971), + [1472] = { + [sym_comment] = STATE(1472), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4704), + [aux_sym__immediate_decimal_token2] = ACTIONS(4706), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1516] = { - [sym_path] = STATE(1634), - [sym_comment] = STATE(1516), - [aux_sym_cell_path_repeat1] = STATE(1488), - [sym__newline] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_err_GT_PIPE] = ACTIONS(950), - [anon_sym_out_GT_PIPE] = ACTIONS(950), - [anon_sym_e_GT_PIPE] = ACTIONS(950), - [anon_sym_o_GT_PIPE] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), - [anon_sym_LBRACK] = ACTIONS(950), - [anon_sym_LPAREN] = ACTIONS(950), - [anon_sym_RPAREN] = ACTIONS(950), - [anon_sym_DOLLAR] = ACTIONS(948), - [anon_sym_DASH_DASH] = ACTIONS(950), - [anon_sym_DASH2] = ACTIONS(948), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_RBRACE] = ACTIONS(950), - [anon_sym_DOT_DOT] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ] = ACTIONS(950), - [anon_sym_DOT_DOT_LT] = ACTIONS(950), - [anon_sym_null] = ACTIONS(950), - [anon_sym_true] = ACTIONS(950), - [anon_sym_false] = ACTIONS(950), - [aux_sym__val_number_decimal_token1] = ACTIONS(948), - [aux_sym__val_number_decimal_token2] = ACTIONS(950), - [aux_sym__val_number_decimal_token3] = ACTIONS(950), - [aux_sym__val_number_decimal_token4] = ACTIONS(950), - [aux_sym__val_number_token1] = ACTIONS(950), - [aux_sym__val_number_token2] = ACTIONS(950), - [aux_sym__val_number_token3] = ACTIONS(950), - [aux_sym__val_number_token4] = ACTIONS(950), - [aux_sym__val_number_token5] = ACTIONS(950), - [aux_sym__val_number_token6] = ACTIONS(950), - [anon_sym_0b] = ACTIONS(948), - [anon_sym_0o] = ACTIONS(948), - [anon_sym_0x] = ACTIONS(948), - [sym_val_date] = ACTIONS(950), - [anon_sym_DQUOTE] = ACTIONS(950), - [sym__str_single_quotes] = ACTIONS(950), - [sym__str_back_ticks] = ACTIONS(950), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4672), - [anon_sym_err_GT] = ACTIONS(948), - [anon_sym_out_GT] = ACTIONS(948), - [anon_sym_e_GT] = ACTIONS(948), - [anon_sym_o_GT] = ACTIONS(948), - [anon_sym_err_PLUSout_GT] = ACTIONS(948), - [anon_sym_out_PLUSerr_GT] = ACTIONS(948), - [anon_sym_o_PLUSe_GT] = ACTIONS(948), - [anon_sym_e_PLUSo_GT] = ACTIONS(948), - [anon_sym_err_GT_GT] = ACTIONS(950), - [anon_sym_out_GT_GT] = ACTIONS(950), - [anon_sym_e_GT_GT] = ACTIONS(950), - [anon_sym_o_GT_GT] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), - [aux_sym_unquoted_token1] = ACTIONS(948), + [1473] = { + [sym_comment] = STATE(1473), + [sym__newline] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_err_GT_PIPE] = ACTIONS(986), + [anon_sym_out_GT_PIPE] = ACTIONS(986), + [anon_sym_e_GT_PIPE] = ACTIONS(986), + [anon_sym_o_GT_PIPE] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(986), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_RPAREN] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_DOT_DOT] = ACTIONS(984), + [anon_sym_DOT_DOT2] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ] = ACTIONS(984), + [anon_sym_DOT_DOT_LT] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), + [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_null] = ACTIONS(986), + [anon_sym_true] = ACTIONS(986), + [anon_sym_false] = ACTIONS(986), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(986), + [aux_sym__val_number_decimal_token3] = ACTIONS(986), + [aux_sym__val_number_decimal_token4] = ACTIONS(986), + [aux_sym__val_number_token1] = ACTIONS(986), + [aux_sym__val_number_token2] = ACTIONS(986), + [aux_sym__val_number_token3] = ACTIONS(986), + [aux_sym__val_number_token4] = ACTIONS(986), + [aux_sym__val_number_token5] = ACTIONS(986), + [aux_sym__val_number_token6] = ACTIONS(986), + [anon_sym_0b] = ACTIONS(984), + [anon_sym_0o] = ACTIONS(984), + [anon_sym_0x] = ACTIONS(984), + [sym_val_date] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym__str_single_quotes] = ACTIONS(986), + [sym__str_back_ticks] = ACTIONS(986), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_err_GT] = ACTIONS(984), + [anon_sym_out_GT] = ACTIONS(984), + [anon_sym_e_GT] = ACTIONS(984), + [anon_sym_o_GT] = ACTIONS(984), + [anon_sym_err_PLUSout_GT] = ACTIONS(984), + [anon_sym_out_PLUSerr_GT] = ACTIONS(984), + [anon_sym_o_PLUSe_GT] = ACTIONS(984), + [anon_sym_e_PLUSo_GT] = ACTIONS(984), + [anon_sym_err_GT_GT] = ACTIONS(986), + [anon_sym_out_GT_GT] = ACTIONS(986), + [anon_sym_e_GT_GT] = ACTIONS(986), + [anon_sym_o_GT_GT] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), + [aux_sym_unquoted_token1] = ACTIONS(984), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(950), + [sym_raw_string_begin] = ACTIONS(986), }, - [1517] = { - [sym_cell_path] = STATE(1927), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1517), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2023), - [sym__newline] = ACTIONS(2023), - [anon_sym_SEMI] = ACTIONS(2023), - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_err_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_GT_PIPE] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2023), - [anon_sym_LBRACK] = ACTIONS(2023), - [anon_sym_LPAREN] = ACTIONS(2023), - [anon_sym_DOLLAR] = ACTIONS(2021), - [anon_sym_DASH_DASH] = ACTIONS(2023), - [anon_sym_DASH2] = ACTIONS(2021), - [anon_sym_LBRACE] = ACTIONS(2023), - [anon_sym_DOT_DOT] = ACTIONS(2021), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2023), - [anon_sym_DOT_DOT_LT] = ACTIONS(2023), - [anon_sym_null] = ACTIONS(2023), - [anon_sym_true] = ACTIONS(2023), - [anon_sym_false] = ACTIONS(2023), - [aux_sym__val_number_decimal_token1] = ACTIONS(2021), - [aux_sym__val_number_decimal_token2] = ACTIONS(2023), - [aux_sym__val_number_decimal_token3] = ACTIONS(2023), - [aux_sym__val_number_decimal_token4] = ACTIONS(2023), - [aux_sym__val_number_token1] = ACTIONS(2023), - [aux_sym__val_number_token2] = ACTIONS(2023), - [aux_sym__val_number_token3] = ACTIONS(2023), - [aux_sym__val_number_token4] = ACTIONS(2023), - [aux_sym__val_number_token5] = ACTIONS(2023), - [aux_sym__val_number_token6] = ACTIONS(2023), - [anon_sym_0b] = ACTIONS(2021), - [anon_sym_0o] = ACTIONS(2021), - [anon_sym_0x] = ACTIONS(2021), - [sym_val_date] = ACTIONS(2023), - [anon_sym_DQUOTE] = ACTIONS(2023), - [sym__str_single_quotes] = ACTIONS(2023), - [sym__str_back_ticks] = ACTIONS(2023), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2023), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2023), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2021), - [anon_sym_out_GT] = ACTIONS(2021), - [anon_sym_e_GT] = ACTIONS(2021), - [anon_sym_o_GT] = ACTIONS(2021), - [anon_sym_err_PLUSout_GT] = ACTIONS(2021), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2021), - [anon_sym_o_PLUSe_GT] = ACTIONS(2021), - [anon_sym_e_PLUSo_GT] = ACTIONS(2021), - [anon_sym_err_GT_GT] = ACTIONS(2023), - [anon_sym_out_GT_GT] = ACTIONS(2023), - [anon_sym_e_GT_GT] = ACTIONS(2023), - [anon_sym_o_GT_GT] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2023), - [aux_sym_unquoted_token1] = ACTIONS(2021), + [1474] = { + [sym_comment] = STATE(1474), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4708), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4710), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2023), }, - [1518] = { - [sym__expr_parenthesized_immediate] = STATE(7290), - [sym_comment] = STATE(1518), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1665), - [anon_sym_in2] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1665), - [anon_sym_xor2] = ACTIONS(1665), - [anon_sym_or2] = ACTIONS(1665), - [anon_sym_not_DASHin2] = ACTIONS(1665), - [anon_sym_starts_DASHwith2] = ACTIONS(1665), - [anon_sym_ends_DASHwith2] = ACTIONS(1665), - [anon_sym_EQ_EQ2] = ACTIONS(1665), - [anon_sym_BANG_EQ2] = ACTIONS(1665), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1665), - [anon_sym_GT_EQ2] = ACTIONS(1665), - [anon_sym_EQ_TILDE2] = ACTIONS(1665), - [anon_sym_BANG_TILDE2] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_STAR_STAR2] = ACTIONS(1665), - [anon_sym_PLUS_PLUS2] = ACTIONS(1665), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1665), - [anon_sym_SLASH_SLASH2] = ACTIONS(1665), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1665), - [anon_sym_bit_DASHshr2] = ACTIONS(1665), - [anon_sym_bit_DASHand2] = ACTIONS(1665), - [anon_sym_bit_DASHxor2] = ACTIONS(1665), - [anon_sym_bit_DASHor2] = ACTIONS(1665), - [anon_sym_DOT_DOT2] = ACTIONS(4765), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4767), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4767), - [sym_filesize_unit] = ACTIONS(4769), - [sym_duration_unit] = ACTIONS(4771), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token2] = ACTIONS(4773), + [1475] = { + [sym_comment] = STATE(1475), + [ts_builtin_sym_end] = ACTIONS(960), + [sym__newline] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_err_GT_PIPE] = ACTIONS(960), + [anon_sym_out_GT_PIPE] = ACTIONS(960), + [anon_sym_e_GT_PIPE] = ACTIONS(960), + [anon_sym_o_GT_PIPE] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_DOT_DOT] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(4712), + [anon_sym_DOT_DOT2] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ] = ACTIONS(958), + [anon_sym_DOT_DOT_LT] = ACTIONS(958), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(960), + [anon_sym_DOT_DOT_LT2] = ACTIONS(960), + [anon_sym_null] = ACTIONS(960), + [anon_sym_true] = ACTIONS(960), + [anon_sym_false] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(960), + [aux_sym__val_number_token5] = ACTIONS(960), + [aux_sym__val_number_token6] = ACTIONS(960), + [anon_sym_0b] = ACTIONS(958), + [anon_sym_0o] = ACTIONS(958), + [anon_sym_0x] = ACTIONS(958), + [sym_val_date] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_err_GT] = ACTIONS(958), + [anon_sym_out_GT] = ACTIONS(958), + [anon_sym_e_GT] = ACTIONS(958), + [anon_sym_o_GT] = ACTIONS(958), + [anon_sym_err_PLUSout_GT] = ACTIONS(958), + [anon_sym_out_PLUSerr_GT] = ACTIONS(958), + [anon_sym_o_PLUSe_GT] = ACTIONS(958), + [anon_sym_e_PLUSo_GT] = ACTIONS(958), + [anon_sym_err_GT_GT] = ACTIONS(960), + [anon_sym_out_GT_GT] = ACTIONS(960), + [anon_sym_e_GT_GT] = ACTIONS(960), + [anon_sym_o_GT_GT] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [aux_sym_unquoted_token1] = ACTIONS(958), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), }, - [1519] = { - [sym_comment] = STATE(1519), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4702), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), + [1476] = { + [sym_comment] = STATE(1476), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4714), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1477] = { + [sym__expr_parenthesized_immediate] = STATE(2127), + [sym__immediate_decimal] = STATE(2128), + [sym_val_variable] = STATE(2127), + [sym_comment] = STATE(1477), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(4716), + [aux_sym__immediate_decimal_token1] = ACTIONS(4654), + [aux_sym__immediate_decimal_token3] = ACTIONS(4654), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), [anon_sym_POUND] = ACTIONS(251), }, - [1520] = { - [sym_cell_path] = STATE(1906), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1520), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1975), + [1478] = { + [sym__expr_parenthesized_immediate] = STATE(2124), + [sym__immediate_decimal] = STATE(2125), + [sym_val_variable] = STATE(2124), + [sym_comment] = STATE(1478), + [ts_builtin_sym_end] = ACTIONS(1643), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1643), + [anon_sym_STAR2] = ACTIONS(1633), + [anon_sym_and2] = ACTIONS(1643), + [anon_sym_xor2] = ACTIONS(1643), + [anon_sym_or2] = ACTIONS(1643), + [anon_sym_not_DASHin2] = ACTIONS(1643), + [anon_sym_starts_DASHwith2] = ACTIONS(1643), + [anon_sym_ends_DASHwith2] = ACTIONS(1643), + [anon_sym_EQ_EQ2] = ACTIONS(1643), + [anon_sym_BANG_EQ2] = ACTIONS(1643), + [anon_sym_LT2] = ACTIONS(1633), + [anon_sym_LT_EQ2] = ACTIONS(1643), + [anon_sym_GT_EQ2] = ACTIONS(1643), + [anon_sym_EQ_TILDE2] = ACTIONS(1643), + [anon_sym_BANG_TILDE2] = ACTIONS(1643), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1643), + [anon_sym_PLUS_PLUS2] = ACTIONS(1643), + [anon_sym_SLASH2] = ACTIONS(1633), + [anon_sym_mod2] = ACTIONS(1643), + [anon_sym_SLASH_SLASH2] = ACTIONS(1643), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_bit_DASHshl2] = ACTIONS(1643), + [anon_sym_bit_DASHshr2] = ACTIONS(1643), + [anon_sym_bit_DASHand2] = ACTIONS(1643), + [anon_sym_bit_DASHxor2] = ACTIONS(1643), + [anon_sym_bit_DASHor2] = ACTIONS(1643), + [anon_sym_DOT] = ACTIONS(4718), + [aux_sym__immediate_decimal_token1] = ACTIONS(4654), + [aux_sym__immediate_decimal_token3] = ACTIONS(4654), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + }, + [1479] = { + [sym_cell_path] = STATE(1766), + [sym_path] = STATE(1659), + [sym_comment] = STATE(1479), + [aux_sym_cell_path_repeat1] = STATE(1532), [sym__newline] = ACTIONS(1975), [anon_sym_SEMI] = ACTIONS(1975), [anon_sym_PIPE] = ACTIONS(1975), @@ -222066,10 +219280,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1975), [anon_sym_LBRACK] = ACTIONS(1975), [anon_sym_LPAREN] = ACTIONS(1975), + [anon_sym_RPAREN] = ACTIONS(1975), [anon_sym_DOLLAR] = ACTIONS(1973), [anon_sym_DASH_DASH] = ACTIONS(1975), [anon_sym_DASH2] = ACTIONS(1973), [anon_sym_LBRACE] = ACTIONS(1975), + [anon_sym_RBRACE] = ACTIONS(1975), [anon_sym_DOT_DOT] = ACTIONS(1973), [anon_sym_DOT_DOT_EQ] = ACTIONS(1975), [anon_sym_DOT_DOT_LT] = ACTIONS(1975), @@ -222095,7 +219311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(1975), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1975), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1975), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(1973), [anon_sym_out_GT] = ACTIONS(1973), [anon_sym_e_GT] = ACTIONS(1973), @@ -222116,215 +219332,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(1975), }, - [1521] = { - [sym_comment] = STATE(1521), - [anon_sym_EQ] = ACTIONS(4775), - [anon_sym_PLUS_EQ] = ACTIONS(4777), - [anon_sym_DASH_EQ] = ACTIONS(4777), - [anon_sym_STAR_EQ] = ACTIONS(4777), - [anon_sym_SLASH_EQ] = ACTIONS(4777), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4777), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_RPAREN] = ACTIONS(1000), - [anon_sym_GT2] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1000), - [anon_sym_STAR2] = ACTIONS(1004), - [anon_sym_and2] = ACTIONS(1000), - [anon_sym_xor2] = ACTIONS(1000), - [anon_sym_or2] = ACTIONS(1000), - [anon_sym_not_DASHin2] = ACTIONS(1000), - [anon_sym_starts_DASHwith2] = ACTIONS(1000), - [anon_sym_ends_DASHwith2] = ACTIONS(1000), - [anon_sym_EQ_EQ2] = ACTIONS(1000), - [anon_sym_BANG_EQ2] = ACTIONS(1000), - [anon_sym_LT2] = ACTIONS(1004), - [anon_sym_LT_EQ2] = ACTIONS(1000), - [anon_sym_GT_EQ2] = ACTIONS(1000), - [anon_sym_EQ_TILDE2] = ACTIONS(1000), - [anon_sym_BANG_TILDE2] = ACTIONS(1000), - [anon_sym_STAR_STAR2] = ACTIONS(1000), - [anon_sym_PLUS_PLUS2] = ACTIONS(1004), - [anon_sym_SLASH2] = ACTIONS(1004), - [anon_sym_mod2] = ACTIONS(1000), - [anon_sym_SLASH_SLASH2] = ACTIONS(1000), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_bit_DASHshl2] = ACTIONS(1000), - [anon_sym_bit_DASHshr2] = ACTIONS(1000), - [anon_sym_bit_DASHand2] = ACTIONS(1000), - [anon_sym_bit_DASHxor2] = ACTIONS(1000), - [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(1012), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [1480] = { + [sym__expr_parenthesized_immediate] = STATE(2478), + [sym__immediate_decimal] = STATE(2492), + [sym_val_variable] = STATE(2478), + [sym_comment] = STATE(1480), + [ts_builtin_sym_end] = ACTIONS(1665), + [sym__newline] = ACTIONS(1665), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_PIPE] = ACTIONS(1665), + [anon_sym_err_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_GT_PIPE] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1657), + [anon_sym_DASH2] = ACTIONS(1657), + [anon_sym_in2] = ACTIONS(1665), + [anon_sym_STAR2] = ACTIONS(1657), + [anon_sym_and2] = ACTIONS(1665), + [anon_sym_xor2] = ACTIONS(1665), + [anon_sym_or2] = ACTIONS(1665), + [anon_sym_not_DASHin2] = ACTIONS(1665), + [anon_sym_starts_DASHwith2] = ACTIONS(1665), + [anon_sym_ends_DASHwith2] = ACTIONS(1665), + [anon_sym_EQ_EQ2] = ACTIONS(1665), + [anon_sym_BANG_EQ2] = ACTIONS(1665), + [anon_sym_LT2] = ACTIONS(1657), + [anon_sym_LT_EQ2] = ACTIONS(1665), + [anon_sym_GT_EQ2] = ACTIONS(1665), + [anon_sym_EQ_TILDE2] = ACTIONS(1665), + [anon_sym_BANG_TILDE2] = ACTIONS(1665), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1665), + [anon_sym_PLUS_PLUS2] = ACTIONS(1665), + [anon_sym_SLASH2] = ACTIONS(1657), + [anon_sym_mod2] = ACTIONS(1665), + [anon_sym_SLASH_SLASH2] = ACTIONS(1665), + [anon_sym_PLUS2] = ACTIONS(1657), + [anon_sym_bit_DASHshl2] = ACTIONS(1665), + [anon_sym_bit_DASHshr2] = ACTIONS(1665), + [anon_sym_bit_DASHand2] = ACTIONS(1665), + [anon_sym_bit_DASHxor2] = ACTIONS(1665), + [anon_sym_bit_DASHor2] = ACTIONS(1665), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1657), + [anon_sym_out_GT] = ACTIONS(1657), + [anon_sym_e_GT] = ACTIONS(1657), + [anon_sym_o_GT] = ACTIONS(1657), + [anon_sym_err_PLUSout_GT] = ACTIONS(1657), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1657), + [anon_sym_o_PLUSe_GT] = ACTIONS(1657), + [anon_sym_e_PLUSo_GT] = ACTIONS(1657), + [anon_sym_err_GT_GT] = ACTIONS(1665), + [anon_sym_out_GT_GT] = ACTIONS(1665), + [anon_sym_e_GT_GT] = ACTIONS(1665), + [anon_sym_o_GT_GT] = ACTIONS(1665), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), [anon_sym_POUND] = ACTIONS(251), }, - [1522] = { - [sym_cell_path] = STATE(1938), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1522), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1979), - [sym__newline] = ACTIONS(1979), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1979), - [anon_sym_err_GT_PIPE] = ACTIONS(1979), - [anon_sym_out_GT_PIPE] = ACTIONS(1979), - [anon_sym_e_GT_PIPE] = ACTIONS(1979), - [anon_sym_o_GT_PIPE] = ACTIONS(1979), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1979), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1979), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1979), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1979), - [anon_sym_LBRACK] = ACTIONS(1979), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_DOLLAR] = ACTIONS(1977), - [anon_sym_DASH_DASH] = ACTIONS(1979), - [anon_sym_DASH2] = ACTIONS(1977), - [anon_sym_LBRACE] = ACTIONS(1979), - [anon_sym_DOT_DOT] = ACTIONS(1977), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1979), - [anon_sym_DOT_DOT_LT] = ACTIONS(1979), - [anon_sym_null] = ACTIONS(1979), - [anon_sym_true] = ACTIONS(1979), - [anon_sym_false] = ACTIONS(1979), - [aux_sym__val_number_decimal_token1] = ACTIONS(1977), - [aux_sym__val_number_decimal_token2] = ACTIONS(1979), - [aux_sym__val_number_decimal_token3] = ACTIONS(1979), - [aux_sym__val_number_decimal_token4] = ACTIONS(1979), - [aux_sym__val_number_token1] = ACTIONS(1979), - [aux_sym__val_number_token2] = ACTIONS(1979), - [aux_sym__val_number_token3] = ACTIONS(1979), - [aux_sym__val_number_token4] = ACTIONS(1979), - [aux_sym__val_number_token5] = ACTIONS(1979), - [aux_sym__val_number_token6] = ACTIONS(1979), - [anon_sym_0b] = ACTIONS(1977), - [anon_sym_0o] = ACTIONS(1977), - [anon_sym_0x] = ACTIONS(1977), - [sym_val_date] = ACTIONS(1979), - [anon_sym_DQUOTE] = ACTIONS(1979), - [sym__str_single_quotes] = ACTIONS(1979), - [sym__str_back_ticks] = ACTIONS(1979), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1979), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1979), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1977), - [anon_sym_out_GT] = ACTIONS(1977), - [anon_sym_e_GT] = ACTIONS(1977), - [anon_sym_o_GT] = ACTIONS(1977), - [anon_sym_err_PLUSout_GT] = ACTIONS(1977), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1977), - [anon_sym_o_PLUSe_GT] = ACTIONS(1977), - [anon_sym_e_PLUSo_GT] = ACTIONS(1977), - [anon_sym_err_GT_GT] = ACTIONS(1979), - [anon_sym_out_GT_GT] = ACTIONS(1979), - [anon_sym_e_GT_GT] = ACTIONS(1979), - [anon_sym_o_GT_GT] = ACTIONS(1979), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1979), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1979), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1979), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1979), - [aux_sym_unquoted_token1] = ACTIONS(1977), + [1481] = { + [sym_cell_path] = STATE(1903), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1481), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1995), + [sym__newline] = ACTIONS(1995), + [anon_sym_SEMI] = ACTIONS(1995), + [anon_sym_PIPE] = ACTIONS(1995), + [anon_sym_err_GT_PIPE] = ACTIONS(1995), + [anon_sym_out_GT_PIPE] = ACTIONS(1995), + [anon_sym_e_GT_PIPE] = ACTIONS(1995), + [anon_sym_o_GT_PIPE] = ACTIONS(1995), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1995), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1995), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1995), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1995), + [anon_sym_LBRACK] = ACTIONS(1995), + [anon_sym_LPAREN] = ACTIONS(1995), + [anon_sym_DOLLAR] = ACTIONS(1993), + [anon_sym_DASH_DASH] = ACTIONS(1995), + [anon_sym_DASH2] = ACTIONS(1993), + [anon_sym_LBRACE] = ACTIONS(1995), + [anon_sym_DOT_DOT] = ACTIONS(1993), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1995), + [anon_sym_DOT_DOT_LT] = ACTIONS(1995), + [anon_sym_null] = ACTIONS(1995), + [anon_sym_true] = ACTIONS(1995), + [anon_sym_false] = ACTIONS(1995), + [aux_sym__val_number_decimal_token1] = ACTIONS(1993), + [aux_sym__val_number_decimal_token2] = ACTIONS(1995), + [aux_sym__val_number_decimal_token3] = ACTIONS(1995), + [aux_sym__val_number_decimal_token4] = ACTIONS(1995), + [aux_sym__val_number_token1] = ACTIONS(1995), + [aux_sym__val_number_token2] = ACTIONS(1995), + [aux_sym__val_number_token3] = ACTIONS(1995), + [aux_sym__val_number_token4] = ACTIONS(1995), + [aux_sym__val_number_token5] = ACTIONS(1995), + [aux_sym__val_number_token6] = ACTIONS(1995), + [anon_sym_0b] = ACTIONS(1993), + [anon_sym_0o] = ACTIONS(1993), + [anon_sym_0x] = ACTIONS(1993), + [sym_val_date] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1995), + [sym__str_single_quotes] = ACTIONS(1995), + [sym__str_back_ticks] = ACTIONS(1995), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1995), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1995), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1993), + [anon_sym_out_GT] = ACTIONS(1993), + [anon_sym_e_GT] = ACTIONS(1993), + [anon_sym_o_GT] = ACTIONS(1993), + [anon_sym_err_PLUSout_GT] = ACTIONS(1993), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1993), + [anon_sym_o_PLUSe_GT] = ACTIONS(1993), + [anon_sym_e_PLUSo_GT] = ACTIONS(1993), + [anon_sym_err_GT_GT] = ACTIONS(1995), + [anon_sym_out_GT_GT] = ACTIONS(1995), + [anon_sym_e_GT_GT] = ACTIONS(1995), + [anon_sym_o_GT_GT] = ACTIONS(1995), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1995), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1995), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1995), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1995), + [aux_sym_unquoted_token1] = ACTIONS(1993), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1979), + [sym_raw_string_begin] = ACTIONS(1995), }, - [1523] = { - [sym_cell_path] = STATE(1891), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1523), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1983), - [sym__newline] = ACTIONS(1983), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1983), - [anon_sym_err_GT_PIPE] = ACTIONS(1983), - [anon_sym_out_GT_PIPE] = ACTIONS(1983), - [anon_sym_e_GT_PIPE] = ACTIONS(1983), - [anon_sym_o_GT_PIPE] = ACTIONS(1983), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1983), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1983), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1983), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1983), - [anon_sym_LBRACK] = ACTIONS(1983), - [anon_sym_LPAREN] = ACTIONS(1983), - [anon_sym_DOLLAR] = ACTIONS(1981), - [anon_sym_DASH_DASH] = ACTIONS(1983), - [anon_sym_DASH2] = ACTIONS(1981), - [anon_sym_LBRACE] = ACTIONS(1983), - [anon_sym_DOT_DOT] = ACTIONS(1981), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1983), - [anon_sym_DOT_DOT_LT] = ACTIONS(1983), - [anon_sym_null] = ACTIONS(1983), - [anon_sym_true] = ACTIONS(1983), - [anon_sym_false] = ACTIONS(1983), - [aux_sym__val_number_decimal_token1] = ACTIONS(1981), - [aux_sym__val_number_decimal_token2] = ACTIONS(1983), - [aux_sym__val_number_decimal_token3] = ACTIONS(1983), - [aux_sym__val_number_decimal_token4] = ACTIONS(1983), - [aux_sym__val_number_token1] = ACTIONS(1983), - [aux_sym__val_number_token2] = ACTIONS(1983), - [aux_sym__val_number_token3] = ACTIONS(1983), - [aux_sym__val_number_token4] = ACTIONS(1983), - [aux_sym__val_number_token5] = ACTIONS(1983), - [aux_sym__val_number_token6] = ACTIONS(1983), - [anon_sym_0b] = ACTIONS(1981), - [anon_sym_0o] = ACTIONS(1981), - [anon_sym_0x] = ACTIONS(1981), - [sym_val_date] = ACTIONS(1983), - [anon_sym_DQUOTE] = ACTIONS(1983), - [sym__str_single_quotes] = ACTIONS(1983), - [sym__str_back_ticks] = ACTIONS(1983), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1983), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1983), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1981), - [anon_sym_out_GT] = ACTIONS(1981), - [anon_sym_e_GT] = ACTIONS(1981), - [anon_sym_o_GT] = ACTIONS(1981), - [anon_sym_err_PLUSout_GT] = ACTIONS(1981), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), - [anon_sym_o_PLUSe_GT] = ACTIONS(1981), - [anon_sym_e_PLUSo_GT] = ACTIONS(1981), - [anon_sym_err_GT_GT] = ACTIONS(1983), - [anon_sym_out_GT_GT] = ACTIONS(1983), - [anon_sym_e_GT_GT] = ACTIONS(1983), - [anon_sym_o_GT_GT] = ACTIONS(1983), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), - [aux_sym_unquoted_token1] = ACTIONS(1981), + [1482] = { + [sym_cell_path] = STATE(1928), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1482), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1999), + [sym__newline] = ACTIONS(1999), + [anon_sym_SEMI] = ACTIONS(1999), + [anon_sym_PIPE] = ACTIONS(1999), + [anon_sym_err_GT_PIPE] = ACTIONS(1999), + [anon_sym_out_GT_PIPE] = ACTIONS(1999), + [anon_sym_e_GT_PIPE] = ACTIONS(1999), + [anon_sym_o_GT_PIPE] = ACTIONS(1999), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1999), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1999), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1999), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1999), + [anon_sym_LBRACK] = ACTIONS(1999), + [anon_sym_LPAREN] = ACTIONS(1999), + [anon_sym_DOLLAR] = ACTIONS(1997), + [anon_sym_DASH_DASH] = ACTIONS(1999), + [anon_sym_DASH2] = ACTIONS(1997), + [anon_sym_LBRACE] = ACTIONS(1999), + [anon_sym_DOT_DOT] = ACTIONS(1997), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1999), + [anon_sym_DOT_DOT_LT] = ACTIONS(1999), + [anon_sym_null] = ACTIONS(1999), + [anon_sym_true] = ACTIONS(1999), + [anon_sym_false] = ACTIONS(1999), + [aux_sym__val_number_decimal_token1] = ACTIONS(1997), + [aux_sym__val_number_decimal_token2] = ACTIONS(1999), + [aux_sym__val_number_decimal_token3] = ACTIONS(1999), + [aux_sym__val_number_decimal_token4] = ACTIONS(1999), + [aux_sym__val_number_token1] = ACTIONS(1999), + [aux_sym__val_number_token2] = ACTIONS(1999), + [aux_sym__val_number_token3] = ACTIONS(1999), + [aux_sym__val_number_token4] = ACTIONS(1999), + [aux_sym__val_number_token5] = ACTIONS(1999), + [aux_sym__val_number_token6] = ACTIONS(1999), + [anon_sym_0b] = ACTIONS(1997), + [anon_sym_0o] = ACTIONS(1997), + [anon_sym_0x] = ACTIONS(1997), + [sym_val_date] = ACTIONS(1999), + [anon_sym_DQUOTE] = ACTIONS(1999), + [sym__str_single_quotes] = ACTIONS(1999), + [sym__str_back_ticks] = ACTIONS(1999), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1999), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1999), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1997), + [anon_sym_out_GT] = ACTIONS(1997), + [anon_sym_e_GT] = ACTIONS(1997), + [anon_sym_o_GT] = ACTIONS(1997), + [anon_sym_err_PLUSout_GT] = ACTIONS(1997), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1997), + [anon_sym_o_PLUSe_GT] = ACTIONS(1997), + [anon_sym_e_PLUSo_GT] = ACTIONS(1997), + [anon_sym_err_GT_GT] = ACTIONS(1999), + [anon_sym_out_GT_GT] = ACTIONS(1999), + [anon_sym_e_GT_GT] = ACTIONS(1999), + [anon_sym_o_GT_GT] = ACTIONS(1999), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1999), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1999), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1999), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1999), + [aux_sym_unquoted_token1] = ACTIONS(1997), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1983), + [sym_raw_string_begin] = ACTIONS(1999), }, - [1524] = { - [sym_comment] = STATE(1524), + [1483] = { + [sym_comment] = STATE(1483), + [ts_builtin_sym_end] = ACTIONS(986), + [sym__newline] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_err_GT_PIPE] = ACTIONS(986), + [anon_sym_out_GT_PIPE] = ACTIONS(986), + [anon_sym_e_GT_PIPE] = ACTIONS(986), + [anon_sym_o_GT_PIPE] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(986), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_DOT_DOT] = ACTIONS(984), + [anon_sym_DOT_DOT2] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ] = ACTIONS(984), + [anon_sym_DOT_DOT_LT] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), + [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_null] = ACTIONS(986), + [anon_sym_true] = ACTIONS(986), + [anon_sym_false] = ACTIONS(986), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(986), + [aux_sym__val_number_decimal_token3] = ACTIONS(986), + [aux_sym__val_number_decimal_token4] = ACTIONS(986), + [aux_sym__val_number_token1] = ACTIONS(986), + [aux_sym__val_number_token2] = ACTIONS(986), + [aux_sym__val_number_token3] = ACTIONS(986), + [aux_sym__val_number_token4] = ACTIONS(986), + [aux_sym__val_number_token5] = ACTIONS(986), + [aux_sym__val_number_token6] = ACTIONS(986), + [anon_sym_0b] = ACTIONS(984), + [anon_sym_0o] = ACTIONS(984), + [anon_sym_0x] = ACTIONS(984), + [sym_val_date] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym__str_single_quotes] = ACTIONS(986), + [sym__str_back_ticks] = ACTIONS(986), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_err_GT] = ACTIONS(984), + [anon_sym_out_GT] = ACTIONS(984), + [anon_sym_e_GT] = ACTIONS(984), + [anon_sym_o_GT] = ACTIONS(984), + [anon_sym_err_PLUSout_GT] = ACTIONS(984), + [anon_sym_out_PLUSerr_GT] = ACTIONS(984), + [anon_sym_o_PLUSe_GT] = ACTIONS(984), + [anon_sym_e_PLUSo_GT] = ACTIONS(984), + [anon_sym_err_GT_GT] = ACTIONS(986), + [anon_sym_out_GT_GT] = ACTIONS(986), + [anon_sym_e_GT_GT] = ACTIONS(986), + [anon_sym_o_GT_GT] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), + [aux_sym_unquoted_token1] = ACTIONS(984), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(986), + }, + [1484] = { + [sym_comment] = STATE(1484), [ts_builtin_sym_end] = ACTIONS(990), [sym__newline] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(990), @@ -222392,677 +219677,330 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(990), }, - [1525] = { - [sym_cell_path] = STATE(1908), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1525), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1947), - [sym__newline] = ACTIONS(1947), - [anon_sym_SEMI] = ACTIONS(1947), - [anon_sym_PIPE] = ACTIONS(1947), - [anon_sym_err_GT_PIPE] = ACTIONS(1947), - [anon_sym_out_GT_PIPE] = ACTIONS(1947), - [anon_sym_e_GT_PIPE] = ACTIONS(1947), - [anon_sym_o_GT_PIPE] = ACTIONS(1947), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1947), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1947), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1947), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1947), - [anon_sym_LBRACK] = ACTIONS(1947), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_DOLLAR] = ACTIONS(1945), - [anon_sym_DASH_DASH] = ACTIONS(1947), - [anon_sym_DASH2] = ACTIONS(1945), - [anon_sym_LBRACE] = ACTIONS(1947), - [anon_sym_DOT_DOT] = ACTIONS(1945), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1947), - [anon_sym_DOT_DOT_LT] = ACTIONS(1947), - [anon_sym_null] = ACTIONS(1947), - [anon_sym_true] = ACTIONS(1947), - [anon_sym_false] = ACTIONS(1947), - [aux_sym__val_number_decimal_token1] = ACTIONS(1945), - [aux_sym__val_number_decimal_token2] = ACTIONS(1947), - [aux_sym__val_number_decimal_token3] = ACTIONS(1947), - [aux_sym__val_number_decimal_token4] = ACTIONS(1947), - [aux_sym__val_number_token1] = ACTIONS(1947), - [aux_sym__val_number_token2] = ACTIONS(1947), - [aux_sym__val_number_token3] = ACTIONS(1947), - [aux_sym__val_number_token4] = ACTIONS(1947), - [aux_sym__val_number_token5] = ACTIONS(1947), - [aux_sym__val_number_token6] = ACTIONS(1947), - [anon_sym_0b] = ACTIONS(1945), - [anon_sym_0o] = ACTIONS(1945), - [anon_sym_0x] = ACTIONS(1945), - [sym_val_date] = ACTIONS(1947), - [anon_sym_DQUOTE] = ACTIONS(1947), - [sym__str_single_quotes] = ACTIONS(1947), - [sym__str_back_ticks] = ACTIONS(1947), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1947), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1947), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1945), - [anon_sym_out_GT] = ACTIONS(1945), - [anon_sym_e_GT] = ACTIONS(1945), - [anon_sym_o_GT] = ACTIONS(1945), - [anon_sym_err_PLUSout_GT] = ACTIONS(1945), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1945), - [anon_sym_o_PLUSe_GT] = ACTIONS(1945), - [anon_sym_e_PLUSo_GT] = ACTIONS(1945), - [anon_sym_err_GT_GT] = ACTIONS(1947), - [anon_sym_out_GT_GT] = ACTIONS(1947), - [anon_sym_e_GT_GT] = ACTIONS(1947), - [anon_sym_o_GT_GT] = ACTIONS(1947), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1947), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1947), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1947), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1947), - [aux_sym_unquoted_token1] = ACTIONS(1945), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1947), - }, - [1526] = { - [sym_comment] = STATE(1526), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1527] = { - [sym_comment] = STATE(1527), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4694), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1528] = { - [sym_comment] = STATE(1528), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1711), - [anon_sym_in2] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1711), - [anon_sym_xor2] = ACTIONS(1711), - [anon_sym_or2] = ACTIONS(1711), - [anon_sym_not_DASHin2] = ACTIONS(1711), - [anon_sym_starts_DASHwith2] = ACTIONS(1711), - [anon_sym_ends_DASHwith2] = ACTIONS(1711), - [anon_sym_EQ_EQ2] = ACTIONS(1711), - [anon_sym_BANG_EQ2] = ACTIONS(1711), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1711), - [anon_sym_GT_EQ2] = ACTIONS(1711), - [anon_sym_EQ_TILDE2] = ACTIONS(1711), - [anon_sym_BANG_TILDE2] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_STAR_STAR2] = ACTIONS(1711), - [anon_sym_PLUS_PLUS2] = ACTIONS(1711), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1711), - [anon_sym_SLASH_SLASH2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1711), - [anon_sym_bit_DASHshr2] = ACTIONS(1711), - [anon_sym_bit_DASHand2] = ACTIONS(1711), - [anon_sym_bit_DASHxor2] = ACTIONS(1711), - [anon_sym_bit_DASHor2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4779), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - }, - [1529] = { - [sym_comment] = STATE(1529), - [anon_sym_EQ] = ACTIONS(994), - [anon_sym_PLUS_EQ] = ACTIONS(996), - [anon_sym_DASH_EQ] = ACTIONS(996), - [anon_sym_STAR_EQ] = ACTIONS(996), - [anon_sym_SLASH_EQ] = ACTIONS(996), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(996), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_GT2] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_in2] = ACTIONS(1000), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_STAR2] = ACTIONS(1004), - [anon_sym_and2] = ACTIONS(1000), - [anon_sym_xor2] = ACTIONS(1000), - [anon_sym_or2] = ACTIONS(1000), - [anon_sym_not_DASHin2] = ACTIONS(1000), - [anon_sym_starts_DASHwith2] = ACTIONS(1000), - [anon_sym_ends_DASHwith2] = ACTIONS(1000), - [anon_sym_EQ_EQ2] = ACTIONS(1000), - [anon_sym_BANG_EQ2] = ACTIONS(1000), - [anon_sym_LT2] = ACTIONS(1004), - [anon_sym_LT_EQ2] = ACTIONS(1000), - [anon_sym_GT_EQ2] = ACTIONS(1000), - [anon_sym_EQ_TILDE2] = ACTIONS(1000), - [anon_sym_BANG_TILDE2] = ACTIONS(1000), - [anon_sym_STAR_STAR2] = ACTIONS(1000), - [anon_sym_PLUS_PLUS2] = ACTIONS(1004), - [anon_sym_SLASH2] = ACTIONS(1004), - [anon_sym_mod2] = ACTIONS(1000), - [anon_sym_SLASH_SLASH2] = ACTIONS(1000), - [anon_sym_PLUS2] = ACTIONS(1004), - [anon_sym_bit_DASHshl2] = ACTIONS(1000), - [anon_sym_bit_DASHshr2] = ACTIONS(1000), - [anon_sym_bit_DASHand2] = ACTIONS(1000), - [anon_sym_bit_DASHxor2] = ACTIONS(1000), - [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(1012), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1000), - [anon_sym_out_GT_GT] = ACTIONS(1000), - [anon_sym_e_GT_GT] = ACTIONS(1000), - [anon_sym_o_GT_GT] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [1485] = { + [sym_cell_path] = STATE(1931), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1485), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(2003), + [sym__newline] = ACTIONS(2003), + [anon_sym_SEMI] = ACTIONS(2003), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_err_GT_PIPE] = ACTIONS(2003), + [anon_sym_out_GT_PIPE] = ACTIONS(2003), + [anon_sym_e_GT_PIPE] = ACTIONS(2003), + [anon_sym_o_GT_PIPE] = ACTIONS(2003), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2003), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2003), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2003), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2003), + [anon_sym_LBRACK] = ACTIONS(2003), + [anon_sym_LPAREN] = ACTIONS(2003), + [anon_sym_DOLLAR] = ACTIONS(2001), + [anon_sym_DASH_DASH] = ACTIONS(2003), + [anon_sym_DASH2] = ACTIONS(2001), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_DOT_DOT] = ACTIONS(2001), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2003), + [anon_sym_DOT_DOT_LT] = ACTIONS(2003), + [anon_sym_null] = ACTIONS(2003), + [anon_sym_true] = ACTIONS(2003), + [anon_sym_false] = ACTIONS(2003), + [aux_sym__val_number_decimal_token1] = ACTIONS(2001), + [aux_sym__val_number_decimal_token2] = ACTIONS(2003), + [aux_sym__val_number_decimal_token3] = ACTIONS(2003), + [aux_sym__val_number_decimal_token4] = ACTIONS(2003), + [aux_sym__val_number_token1] = ACTIONS(2003), + [aux_sym__val_number_token2] = ACTIONS(2003), + [aux_sym__val_number_token3] = ACTIONS(2003), + [aux_sym__val_number_token4] = ACTIONS(2003), + [aux_sym__val_number_token5] = ACTIONS(2003), + [aux_sym__val_number_token6] = ACTIONS(2003), + [anon_sym_0b] = ACTIONS(2001), + [anon_sym_0o] = ACTIONS(2001), + [anon_sym_0x] = ACTIONS(2001), + [sym_val_date] = ACTIONS(2003), + [anon_sym_DQUOTE] = ACTIONS(2003), + [sym__str_single_quotes] = ACTIONS(2003), + [sym__str_back_ticks] = ACTIONS(2003), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2003), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(2001), + [anon_sym_out_GT] = ACTIONS(2001), + [anon_sym_e_GT] = ACTIONS(2001), + [anon_sym_o_GT] = ACTIONS(2001), + [anon_sym_err_PLUSout_GT] = ACTIONS(2001), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2001), + [anon_sym_o_PLUSe_GT] = ACTIONS(2001), + [anon_sym_e_PLUSo_GT] = ACTIONS(2001), + [anon_sym_err_GT_GT] = ACTIONS(2003), + [anon_sym_out_GT_GT] = ACTIONS(2003), + [anon_sym_e_GT_GT] = ACTIONS(2003), + [anon_sym_o_GT_GT] = ACTIONS(2003), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2003), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2003), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2003), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2003), + [aux_sym_unquoted_token1] = ACTIONS(2001), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2003), }, - [1530] = { - [sym_comment] = STATE(1530), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1531] = { - [sym_comment] = STATE(1531), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4781), - [aux_sym__immediate_decimal_token2] = ACTIONS(4783), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1532] = { - [sym_cell_path] = STATE(1888), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1532), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1987), - [sym__newline] = ACTIONS(1987), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1987), - [anon_sym_err_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_GT_PIPE] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), - [anon_sym_LBRACK] = ACTIONS(1987), - [anon_sym_LPAREN] = ACTIONS(1987), - [anon_sym_DOLLAR] = ACTIONS(1985), - [anon_sym_DASH_DASH] = ACTIONS(1987), - [anon_sym_DASH2] = ACTIONS(1985), - [anon_sym_LBRACE] = ACTIONS(1987), - [anon_sym_DOT_DOT] = ACTIONS(1985), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1987), - [anon_sym_DOT_DOT_LT] = ACTIONS(1987), - [anon_sym_null] = ACTIONS(1987), - [anon_sym_true] = ACTIONS(1987), - [anon_sym_false] = ACTIONS(1987), - [aux_sym__val_number_decimal_token1] = ACTIONS(1985), - [aux_sym__val_number_decimal_token2] = ACTIONS(1987), - [aux_sym__val_number_decimal_token3] = ACTIONS(1987), - [aux_sym__val_number_decimal_token4] = ACTIONS(1987), - [aux_sym__val_number_token1] = ACTIONS(1987), - [aux_sym__val_number_token2] = ACTIONS(1987), - [aux_sym__val_number_token3] = ACTIONS(1987), - [aux_sym__val_number_token4] = ACTIONS(1987), - [aux_sym__val_number_token5] = ACTIONS(1987), - [aux_sym__val_number_token6] = ACTIONS(1987), - [anon_sym_0b] = ACTIONS(1985), - [anon_sym_0o] = ACTIONS(1985), - [anon_sym_0x] = ACTIONS(1985), - [sym_val_date] = ACTIONS(1987), - [anon_sym_DQUOTE] = ACTIONS(1987), - [sym__str_single_quotes] = ACTIONS(1987), - [sym__str_back_ticks] = ACTIONS(1987), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1987), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1987), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1985), - [anon_sym_out_GT] = ACTIONS(1985), - [anon_sym_e_GT] = ACTIONS(1985), - [anon_sym_o_GT] = ACTIONS(1985), - [anon_sym_err_PLUSout_GT] = ACTIONS(1985), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), - [anon_sym_o_PLUSe_GT] = ACTIONS(1985), - [anon_sym_e_PLUSo_GT] = ACTIONS(1985), - [anon_sym_err_GT_GT] = ACTIONS(1987), - [anon_sym_out_GT_GT] = ACTIONS(1987), - [anon_sym_e_GT_GT] = ACTIONS(1987), - [anon_sym_o_GT_GT] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), - [aux_sym_unquoted_token1] = ACTIONS(1985), + [1486] = { + [sym_cell_path] = STATE(1939), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1486), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(2007), + [sym__newline] = ACTIONS(2007), + [anon_sym_SEMI] = ACTIONS(2007), + [anon_sym_PIPE] = ACTIONS(2007), + [anon_sym_err_GT_PIPE] = ACTIONS(2007), + [anon_sym_out_GT_PIPE] = ACTIONS(2007), + [anon_sym_e_GT_PIPE] = ACTIONS(2007), + [anon_sym_o_GT_PIPE] = ACTIONS(2007), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2007), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2007), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2007), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2007), + [anon_sym_LBRACK] = ACTIONS(2007), + [anon_sym_LPAREN] = ACTIONS(2007), + [anon_sym_DOLLAR] = ACTIONS(2005), + [anon_sym_DASH_DASH] = ACTIONS(2007), + [anon_sym_DASH2] = ACTIONS(2005), + [anon_sym_LBRACE] = ACTIONS(2007), + [anon_sym_DOT_DOT] = ACTIONS(2005), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2007), + [anon_sym_DOT_DOT_LT] = ACTIONS(2007), + [anon_sym_null] = ACTIONS(2007), + [anon_sym_true] = ACTIONS(2007), + [anon_sym_false] = ACTIONS(2007), + [aux_sym__val_number_decimal_token1] = ACTIONS(2005), + [aux_sym__val_number_decimal_token2] = ACTIONS(2007), + [aux_sym__val_number_decimal_token3] = ACTIONS(2007), + [aux_sym__val_number_decimal_token4] = ACTIONS(2007), + [aux_sym__val_number_token1] = ACTIONS(2007), + [aux_sym__val_number_token2] = ACTIONS(2007), + [aux_sym__val_number_token3] = ACTIONS(2007), + [aux_sym__val_number_token4] = ACTIONS(2007), + [aux_sym__val_number_token5] = ACTIONS(2007), + [aux_sym__val_number_token6] = ACTIONS(2007), + [anon_sym_0b] = ACTIONS(2005), + [anon_sym_0o] = ACTIONS(2005), + [anon_sym_0x] = ACTIONS(2005), + [sym_val_date] = ACTIONS(2007), + [anon_sym_DQUOTE] = ACTIONS(2007), + [sym__str_single_quotes] = ACTIONS(2007), + [sym__str_back_ticks] = ACTIONS(2007), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2007), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2007), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(2005), + [anon_sym_out_GT] = ACTIONS(2005), + [anon_sym_e_GT] = ACTIONS(2005), + [anon_sym_o_GT] = ACTIONS(2005), + [anon_sym_err_PLUSout_GT] = ACTIONS(2005), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2005), + [anon_sym_o_PLUSe_GT] = ACTIONS(2005), + [anon_sym_e_PLUSo_GT] = ACTIONS(2005), + [anon_sym_err_GT_GT] = ACTIONS(2007), + [anon_sym_out_GT_GT] = ACTIONS(2007), + [anon_sym_e_GT_GT] = ACTIONS(2007), + [anon_sym_o_GT_GT] = ACTIONS(2007), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2007), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2007), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2007), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2007), + [aux_sym_unquoted_token1] = ACTIONS(2005), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1987), + [sym_raw_string_begin] = ACTIONS(2007), }, - [1533] = { - [sym_comment] = STATE(1533), - [sym__newline] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_PIPE] = ACTIONS(986), - [anon_sym_err_GT_PIPE] = ACTIONS(986), - [anon_sym_out_GT_PIPE] = ACTIONS(986), - [anon_sym_e_GT_PIPE] = ACTIONS(986), - [anon_sym_o_GT_PIPE] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), - [anon_sym_RPAREN] = ACTIONS(986), - [anon_sym_GT2] = ACTIONS(984), - [anon_sym_DASH2] = ACTIONS(986), - [anon_sym_in2] = ACTIONS(986), - [anon_sym_if] = ACTIONS(986), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_EQ_GT] = ACTIONS(986), - [anon_sym_STAR2] = ACTIONS(984), - [anon_sym_and2] = ACTIONS(986), - [anon_sym_xor2] = ACTIONS(986), - [anon_sym_or2] = ACTIONS(986), - [anon_sym_not_DASHin2] = ACTIONS(986), - [anon_sym_starts_DASHwith2] = ACTIONS(986), - [anon_sym_ends_DASHwith2] = ACTIONS(986), - [anon_sym_EQ_EQ2] = ACTIONS(986), - [anon_sym_BANG_EQ2] = ACTIONS(986), - [anon_sym_LT2] = ACTIONS(984), - [anon_sym_LT_EQ2] = ACTIONS(986), - [anon_sym_GT_EQ2] = ACTIONS(986), - [anon_sym_EQ_TILDE2] = ACTIONS(986), - [anon_sym_BANG_TILDE2] = ACTIONS(986), - [anon_sym_STAR_STAR2] = ACTIONS(986), - [anon_sym_PLUS_PLUS2] = ACTIONS(986), - [anon_sym_SLASH2] = ACTIONS(984), - [anon_sym_mod2] = ACTIONS(986), - [anon_sym_SLASH_SLASH2] = ACTIONS(986), - [anon_sym_PLUS2] = ACTIONS(984), - [anon_sym_bit_DASHshl2] = ACTIONS(986), - [anon_sym_bit_DASHshr2] = ACTIONS(986), - [anon_sym_bit_DASHand2] = ACTIONS(986), - [anon_sym_bit_DASHxor2] = ACTIONS(986), - [anon_sym_bit_DASHor2] = ACTIONS(986), - [anon_sym_DOT_DOT2] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), - [anon_sym_DOT_DOT_LT2] = ACTIONS(986), - [anon_sym_COLON2] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_err_GT] = ACTIONS(984), - [anon_sym_out_GT] = ACTIONS(984), - [anon_sym_e_GT] = ACTIONS(984), - [anon_sym_o_GT] = ACTIONS(984), - [anon_sym_err_PLUSout_GT] = ACTIONS(984), - [anon_sym_out_PLUSerr_GT] = ACTIONS(984), - [anon_sym_o_PLUSe_GT] = ACTIONS(984), - [anon_sym_e_PLUSo_GT] = ACTIONS(984), - [anon_sym_err_GT_GT] = ACTIONS(986), - [anon_sym_out_GT_GT] = ACTIONS(986), - [anon_sym_e_GT_GT] = ACTIONS(986), - [anon_sym_o_GT_GT] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), + [1487] = { + [sym_cell_path] = STATE(1940), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1487), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(2011), + [sym__newline] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2011), + [anon_sym_err_GT_PIPE] = ACTIONS(2011), + [anon_sym_out_GT_PIPE] = ACTIONS(2011), + [anon_sym_e_GT_PIPE] = ACTIONS(2011), + [anon_sym_o_GT_PIPE] = ACTIONS(2011), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2011), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2011), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2011), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2011), + [anon_sym_LBRACK] = ACTIONS(2011), + [anon_sym_LPAREN] = ACTIONS(2011), + [anon_sym_DOLLAR] = ACTIONS(2009), + [anon_sym_DASH_DASH] = ACTIONS(2011), + [anon_sym_DASH2] = ACTIONS(2009), + [anon_sym_LBRACE] = ACTIONS(2011), + [anon_sym_DOT_DOT] = ACTIONS(2009), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2011), + [anon_sym_DOT_DOT_LT] = ACTIONS(2011), + [anon_sym_null] = ACTIONS(2011), + [anon_sym_true] = ACTIONS(2011), + [anon_sym_false] = ACTIONS(2011), + [aux_sym__val_number_decimal_token1] = ACTIONS(2009), + [aux_sym__val_number_decimal_token2] = ACTIONS(2011), + [aux_sym__val_number_decimal_token3] = ACTIONS(2011), + [aux_sym__val_number_decimal_token4] = ACTIONS(2011), + [aux_sym__val_number_token1] = ACTIONS(2011), + [aux_sym__val_number_token2] = ACTIONS(2011), + [aux_sym__val_number_token3] = ACTIONS(2011), + [aux_sym__val_number_token4] = ACTIONS(2011), + [aux_sym__val_number_token5] = ACTIONS(2011), + [aux_sym__val_number_token6] = ACTIONS(2011), + [anon_sym_0b] = ACTIONS(2009), + [anon_sym_0o] = ACTIONS(2009), + [anon_sym_0x] = ACTIONS(2009), + [sym_val_date] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(2011), + [sym__str_single_quotes] = ACTIONS(2011), + [sym__str_back_ticks] = ACTIONS(2011), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2011), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(2009), + [anon_sym_out_GT] = ACTIONS(2009), + [anon_sym_e_GT] = ACTIONS(2009), + [anon_sym_o_GT] = ACTIONS(2009), + [anon_sym_err_PLUSout_GT] = ACTIONS(2009), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2009), + [anon_sym_o_PLUSe_GT] = ACTIONS(2009), + [anon_sym_e_PLUSo_GT] = ACTIONS(2009), + [anon_sym_err_GT_GT] = ACTIONS(2011), + [anon_sym_out_GT_GT] = ACTIONS(2011), + [anon_sym_e_GT_GT] = ACTIONS(2011), + [anon_sym_o_GT_GT] = ACTIONS(2011), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2011), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2011), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2011), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2011), + [aux_sym_unquoted_token1] = ACTIONS(2009), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2011), }, - [1534] = { - [sym_comment] = STATE(1534), - [sym__newline] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_PIPE] = ACTIONS(982), - [anon_sym_err_GT_PIPE] = ACTIONS(982), - [anon_sym_out_GT_PIPE] = ACTIONS(982), - [anon_sym_e_GT_PIPE] = ACTIONS(982), - [anon_sym_o_GT_PIPE] = ACTIONS(982), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), - [anon_sym_RPAREN] = ACTIONS(982), - [anon_sym_GT2] = ACTIONS(980), - [anon_sym_DASH2] = ACTIONS(982), - [anon_sym_in2] = ACTIONS(982), - [anon_sym_if] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_EQ_GT] = ACTIONS(982), - [anon_sym_STAR2] = ACTIONS(980), - [anon_sym_and2] = ACTIONS(982), - [anon_sym_xor2] = ACTIONS(982), - [anon_sym_or2] = ACTIONS(982), - [anon_sym_not_DASHin2] = ACTIONS(982), - [anon_sym_starts_DASHwith2] = ACTIONS(982), - [anon_sym_ends_DASHwith2] = ACTIONS(982), - [anon_sym_EQ_EQ2] = ACTIONS(982), - [anon_sym_BANG_EQ2] = ACTIONS(982), - [anon_sym_LT2] = ACTIONS(980), - [anon_sym_LT_EQ2] = ACTIONS(982), - [anon_sym_GT_EQ2] = ACTIONS(982), - [anon_sym_EQ_TILDE2] = ACTIONS(982), - [anon_sym_BANG_TILDE2] = ACTIONS(982), - [anon_sym_STAR_STAR2] = ACTIONS(982), - [anon_sym_PLUS_PLUS2] = ACTIONS(982), - [anon_sym_SLASH2] = ACTIONS(980), - [anon_sym_mod2] = ACTIONS(982), - [anon_sym_SLASH_SLASH2] = ACTIONS(982), - [anon_sym_PLUS2] = ACTIONS(980), - [anon_sym_bit_DASHshl2] = ACTIONS(982), - [anon_sym_bit_DASHshr2] = ACTIONS(982), - [anon_sym_bit_DASHand2] = ACTIONS(982), - [anon_sym_bit_DASHxor2] = ACTIONS(982), - [anon_sym_bit_DASHor2] = ACTIONS(982), + [1488] = { + [sym_cell_path] = STATE(1821), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1488), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(2091), + [sym__newline] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_PIPE] = ACTIONS(2091), + [anon_sym_err_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_GT_PIPE] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2091), + [anon_sym_LBRACK] = ACTIONS(2091), + [anon_sym_LPAREN] = ACTIONS(2091), + [anon_sym_DOLLAR] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_DASH2] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_DOT_DOT] = ACTIONS(2089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2091), + [anon_sym_DOT_DOT_LT] = ACTIONS(2091), + [anon_sym_null] = ACTIONS(2091), + [anon_sym_true] = ACTIONS(2091), + [anon_sym_false] = ACTIONS(2091), + [aux_sym__val_number_decimal_token1] = ACTIONS(2089), + [aux_sym__val_number_decimal_token2] = ACTIONS(2091), + [aux_sym__val_number_decimal_token3] = ACTIONS(2091), + [aux_sym__val_number_decimal_token4] = ACTIONS(2091), + [aux_sym__val_number_token1] = ACTIONS(2091), + [aux_sym__val_number_token2] = ACTIONS(2091), + [aux_sym__val_number_token3] = ACTIONS(2091), + [aux_sym__val_number_token4] = ACTIONS(2091), + [aux_sym__val_number_token5] = ACTIONS(2091), + [aux_sym__val_number_token6] = ACTIONS(2091), + [anon_sym_0b] = ACTIONS(2089), + [anon_sym_0o] = ACTIONS(2089), + [anon_sym_0x] = ACTIONS(2089), + [sym_val_date] = ACTIONS(2091), + [anon_sym_DQUOTE] = ACTIONS(2091), + [sym__str_single_quotes] = ACTIONS(2091), + [sym__str_back_ticks] = ACTIONS(2091), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2091), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2091), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(2089), + [anon_sym_out_GT] = ACTIONS(2089), + [anon_sym_e_GT] = ACTIONS(2089), + [anon_sym_o_GT] = ACTIONS(2089), + [anon_sym_err_PLUSout_GT] = ACTIONS(2089), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2089), + [anon_sym_o_PLUSe_GT] = ACTIONS(2089), + [anon_sym_e_PLUSo_GT] = ACTIONS(2089), + [anon_sym_err_GT_GT] = ACTIONS(2091), + [anon_sym_out_GT_GT] = ACTIONS(2091), + [anon_sym_e_GT_GT] = ACTIONS(2091), + [anon_sym_o_GT_GT] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2091), + [aux_sym_unquoted_token1] = ACTIONS(2089), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2091), + }, + [1489] = { + [sym_comment] = STATE(1489), + [ts_builtin_sym_end] = ACTIONS(982), + [sym__newline] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_PIPE] = ACTIONS(982), + [anon_sym_err_GT_PIPE] = ACTIONS(982), + [anon_sym_out_GT_PIPE] = ACTIONS(982), + [anon_sym_e_GT_PIPE] = ACTIONS(982), + [anon_sym_o_GT_PIPE] = ACTIONS(982), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), + [anon_sym_LBRACK] = ACTIONS(982), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_DOLLAR] = ACTIONS(980), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_DASH2] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_DOT_DOT] = ACTIONS(980), [anon_sym_DOT_DOT2] = ACTIONS(980), + [anon_sym_DOT_DOT_EQ] = ACTIONS(980), + [anon_sym_DOT_DOT_LT] = ACTIONS(980), [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), [anon_sym_DOT_DOT_LT2] = ACTIONS(982), - [anon_sym_COLON2] = ACTIONS(982), + [anon_sym_null] = ACTIONS(982), + [anon_sym_true] = ACTIONS(982), + [anon_sym_false] = ACTIONS(982), + [aux_sym__val_number_decimal_token1] = ACTIONS(980), + [aux_sym__val_number_decimal_token2] = ACTIONS(982), + [aux_sym__val_number_decimal_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token4] = ACTIONS(982), + [aux_sym__val_number_token1] = ACTIONS(982), + [aux_sym__val_number_token2] = ACTIONS(982), + [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_token4] = ACTIONS(982), + [aux_sym__val_number_token5] = ACTIONS(982), + [aux_sym__val_number_token6] = ACTIONS(982), + [anon_sym_0b] = ACTIONS(980), + [anon_sym_0o] = ACTIONS(980), + [anon_sym_0x] = ACTIONS(980), + [sym_val_date] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym__str_single_quotes] = ACTIONS(982), + [sym__str_back_ticks] = ACTIONS(982), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(982), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(982), [anon_sym_DOT2] = ACTIONS(980), [anon_sym_err_GT] = ACTIONS(980), [anon_sym_out_GT] = ACTIONS(980), @@ -223080,982 +220018,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), + [aux_sym_unquoted_token1] = ACTIONS(980), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(982), }, - [1535] = { - [sym_comment] = STATE(1535), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT] = ACTIONS(4785), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4787), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - }, - [1536] = { - [sym__expr_parenthesized_immediate] = STATE(2493), - [sym__immediate_decimal] = STATE(2494), - [sym_val_variable] = STATE(2493), - [sym_comment] = STATE(1536), - [ts_builtin_sym_end] = ACTIONS(1619), - [sym__newline] = ACTIONS(1619), - [anon_sym_SEMI] = ACTIONS(1619), - [anon_sym_PIPE] = ACTIONS(1619), - [anon_sym_err_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_GT_PIPE] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1619), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1617), - [anon_sym_DASH2] = ACTIONS(1617), - [anon_sym_in2] = ACTIONS(1619), - [anon_sym_STAR2] = ACTIONS(1617), - [anon_sym_and2] = ACTIONS(1619), - [anon_sym_xor2] = ACTIONS(1619), - [anon_sym_or2] = ACTIONS(1619), - [anon_sym_not_DASHin2] = ACTIONS(1619), - [anon_sym_starts_DASHwith2] = ACTIONS(1619), - [anon_sym_ends_DASHwith2] = ACTIONS(1619), - [anon_sym_EQ_EQ2] = ACTIONS(1619), - [anon_sym_BANG_EQ2] = ACTIONS(1619), - [anon_sym_LT2] = ACTIONS(1617), - [anon_sym_LT_EQ2] = ACTIONS(1619), - [anon_sym_GT_EQ2] = ACTIONS(1619), - [anon_sym_EQ_TILDE2] = ACTIONS(1619), - [anon_sym_BANG_TILDE2] = ACTIONS(1619), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1619), - [anon_sym_PLUS_PLUS2] = ACTIONS(1619), - [anon_sym_SLASH2] = ACTIONS(1617), - [anon_sym_mod2] = ACTIONS(1619), - [anon_sym_SLASH_SLASH2] = ACTIONS(1619), - [anon_sym_PLUS2] = ACTIONS(1617), - [anon_sym_bit_DASHshl2] = ACTIONS(1619), - [anon_sym_bit_DASHshr2] = ACTIONS(1619), - [anon_sym_bit_DASHand2] = ACTIONS(1619), - [anon_sym_bit_DASHxor2] = ACTIONS(1619), - [anon_sym_bit_DASHor2] = ACTIONS(1619), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1617), - [anon_sym_out_GT] = ACTIONS(1617), - [anon_sym_e_GT] = ACTIONS(1617), - [anon_sym_o_GT] = ACTIONS(1617), - [anon_sym_err_PLUSout_GT] = ACTIONS(1617), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1617), - [anon_sym_o_PLUSe_GT] = ACTIONS(1617), - [anon_sym_e_PLUSo_GT] = ACTIONS(1617), - [anon_sym_err_GT_GT] = ACTIONS(1619), - [anon_sym_out_GT_GT] = ACTIONS(1619), - [anon_sym_e_GT_GT] = ACTIONS(1619), - [anon_sym_o_GT_GT] = ACTIONS(1619), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1619), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1619), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1619), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1619), - [anon_sym_POUND] = ACTIONS(251), - }, - [1537] = { - [sym_cell_path] = STATE(1912), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1537), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(1967), - [sym__newline] = ACTIONS(1967), - [anon_sym_SEMI] = ACTIONS(1967), - [anon_sym_PIPE] = ACTIONS(1967), - [anon_sym_err_GT_PIPE] = ACTIONS(1967), - [anon_sym_out_GT_PIPE] = ACTIONS(1967), - [anon_sym_e_GT_PIPE] = ACTIONS(1967), - [anon_sym_o_GT_PIPE] = ACTIONS(1967), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1967), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1967), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1967), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1967), - [anon_sym_LBRACK] = ACTIONS(1967), - [anon_sym_LPAREN] = ACTIONS(1967), - [anon_sym_DOLLAR] = ACTIONS(1965), - [anon_sym_DASH_DASH] = ACTIONS(1967), - [anon_sym_DASH2] = ACTIONS(1965), - [anon_sym_LBRACE] = ACTIONS(1967), - [anon_sym_DOT_DOT] = ACTIONS(1965), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1967), - [anon_sym_DOT_DOT_LT] = ACTIONS(1967), - [anon_sym_null] = ACTIONS(1967), - [anon_sym_true] = ACTIONS(1967), - [anon_sym_false] = ACTIONS(1967), - [aux_sym__val_number_decimal_token1] = ACTIONS(1965), - [aux_sym__val_number_decimal_token2] = ACTIONS(1967), - [aux_sym__val_number_decimal_token3] = ACTIONS(1967), - [aux_sym__val_number_decimal_token4] = ACTIONS(1967), - [aux_sym__val_number_token1] = ACTIONS(1967), - [aux_sym__val_number_token2] = ACTIONS(1967), - [aux_sym__val_number_token3] = ACTIONS(1967), - [aux_sym__val_number_token4] = ACTIONS(1967), - [aux_sym__val_number_token5] = ACTIONS(1967), - [aux_sym__val_number_token6] = ACTIONS(1967), - [anon_sym_0b] = ACTIONS(1965), - [anon_sym_0o] = ACTIONS(1965), - [anon_sym_0x] = ACTIONS(1965), - [sym_val_date] = ACTIONS(1967), - [anon_sym_DQUOTE] = ACTIONS(1967), - [sym__str_single_quotes] = ACTIONS(1967), - [sym__str_back_ticks] = ACTIONS(1967), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1967), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1967), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(1965), - [anon_sym_out_GT] = ACTIONS(1965), - [anon_sym_e_GT] = ACTIONS(1965), - [anon_sym_o_GT] = ACTIONS(1965), - [anon_sym_err_PLUSout_GT] = ACTIONS(1965), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1965), - [anon_sym_o_PLUSe_GT] = ACTIONS(1965), - [anon_sym_e_PLUSo_GT] = ACTIONS(1965), - [anon_sym_err_GT_GT] = ACTIONS(1967), - [anon_sym_out_GT_GT] = ACTIONS(1967), - [anon_sym_e_GT_GT] = ACTIONS(1967), - [anon_sym_o_GT_GT] = ACTIONS(1967), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1967), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1967), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1967), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1967), - [aux_sym_unquoted_token1] = ACTIONS(1965), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1967), - }, - [1538] = { - [sym_cell_path] = STATE(1932), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1538), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2027), - [sym__newline] = ACTIONS(2027), - [anon_sym_SEMI] = ACTIONS(2027), - [anon_sym_PIPE] = ACTIONS(2027), - [anon_sym_err_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_GT_PIPE] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2027), - [anon_sym_LBRACK] = ACTIONS(2027), - [anon_sym_LPAREN] = ACTIONS(2027), - [anon_sym_DOLLAR] = ACTIONS(2025), - [anon_sym_DASH_DASH] = ACTIONS(2027), - [anon_sym_DASH2] = ACTIONS(2025), - [anon_sym_LBRACE] = ACTIONS(2027), - [anon_sym_DOT_DOT] = ACTIONS(2025), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2027), - [anon_sym_DOT_DOT_LT] = ACTIONS(2027), - [anon_sym_null] = ACTIONS(2027), - [anon_sym_true] = ACTIONS(2027), - [anon_sym_false] = ACTIONS(2027), - [aux_sym__val_number_decimal_token1] = ACTIONS(2025), - [aux_sym__val_number_decimal_token2] = ACTIONS(2027), - [aux_sym__val_number_decimal_token3] = ACTIONS(2027), - [aux_sym__val_number_decimal_token4] = ACTIONS(2027), - [aux_sym__val_number_token1] = ACTIONS(2027), - [aux_sym__val_number_token2] = ACTIONS(2027), - [aux_sym__val_number_token3] = ACTIONS(2027), - [aux_sym__val_number_token4] = ACTIONS(2027), - [aux_sym__val_number_token5] = ACTIONS(2027), - [aux_sym__val_number_token6] = ACTIONS(2027), - [anon_sym_0b] = ACTIONS(2025), - [anon_sym_0o] = ACTIONS(2025), - [anon_sym_0x] = ACTIONS(2025), - [sym_val_date] = ACTIONS(2027), - [anon_sym_DQUOTE] = ACTIONS(2027), - [sym__str_single_quotes] = ACTIONS(2027), - [sym__str_back_ticks] = ACTIONS(2027), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2027), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2027), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2025), - [anon_sym_out_GT] = ACTIONS(2025), - [anon_sym_e_GT] = ACTIONS(2025), - [anon_sym_o_GT] = ACTIONS(2025), - [anon_sym_err_PLUSout_GT] = ACTIONS(2025), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2025), - [anon_sym_o_PLUSe_GT] = ACTIONS(2025), - [anon_sym_e_PLUSo_GT] = ACTIONS(2025), - [anon_sym_err_GT_GT] = ACTIONS(2027), - [anon_sym_out_GT_GT] = ACTIONS(2027), - [anon_sym_e_GT_GT] = ACTIONS(2027), - [anon_sym_o_GT_GT] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2027), - [aux_sym_unquoted_token1] = ACTIONS(2025), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2027), - }, - [1539] = { - [sym_cell_path] = STATE(1887), - [sym_path] = STATE(1725), - [sym_comment] = STATE(1539), - [aux_sym_cell_path_repeat1] = STATE(1604), - [ts_builtin_sym_end] = ACTIONS(2031), - [sym__newline] = ACTIONS(2031), - [anon_sym_SEMI] = ACTIONS(2031), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_err_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_GT_PIPE] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2031), - [anon_sym_LPAREN] = ACTIONS(2031), - [anon_sym_DOLLAR] = ACTIONS(2029), - [anon_sym_DASH_DASH] = ACTIONS(2031), - [anon_sym_DASH2] = ACTIONS(2029), - [anon_sym_LBRACE] = ACTIONS(2031), - [anon_sym_DOT_DOT] = ACTIONS(2029), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2031), - [anon_sym_DOT_DOT_LT] = ACTIONS(2031), - [anon_sym_null] = ACTIONS(2031), - [anon_sym_true] = ACTIONS(2031), - [anon_sym_false] = ACTIONS(2031), - [aux_sym__val_number_decimal_token1] = ACTIONS(2029), - [aux_sym__val_number_decimal_token2] = ACTIONS(2031), - [aux_sym__val_number_decimal_token3] = ACTIONS(2031), - [aux_sym__val_number_decimal_token4] = ACTIONS(2031), - [aux_sym__val_number_token1] = ACTIONS(2031), - [aux_sym__val_number_token2] = ACTIONS(2031), - [aux_sym__val_number_token3] = ACTIONS(2031), - [aux_sym__val_number_token4] = ACTIONS(2031), - [aux_sym__val_number_token5] = ACTIONS(2031), - [aux_sym__val_number_token6] = ACTIONS(2031), - [anon_sym_0b] = ACTIONS(2029), - [anon_sym_0o] = ACTIONS(2029), - [anon_sym_0x] = ACTIONS(2029), - [sym_val_date] = ACTIONS(2031), - [anon_sym_DQUOTE] = ACTIONS(2031), - [sym__str_single_quotes] = ACTIONS(2031), - [sym__str_back_ticks] = ACTIONS(2031), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2031), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2031), - [anon_sym_DOT2] = ACTIONS(4720), - [anon_sym_err_GT] = ACTIONS(2029), - [anon_sym_out_GT] = ACTIONS(2029), - [anon_sym_e_GT] = ACTIONS(2029), - [anon_sym_o_GT] = ACTIONS(2029), - [anon_sym_err_PLUSout_GT] = ACTIONS(2029), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2029), - [anon_sym_o_PLUSe_GT] = ACTIONS(2029), - [anon_sym_e_PLUSo_GT] = ACTIONS(2029), - [anon_sym_err_GT_GT] = ACTIONS(2031), - [anon_sym_out_GT_GT] = ACTIONS(2031), - [anon_sym_e_GT_GT] = ACTIONS(2031), - [anon_sym_o_GT_GT] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2031), - [aux_sym_unquoted_token1] = ACTIONS(2029), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2031), - }, - [1540] = { - [sym_comment] = STATE(1540), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1788), - [anon_sym_RPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), - [anon_sym_DOT_DOT_LT] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [1541] = { - [sym__expr_parenthesized_immediate] = STATE(2504), - [sym__immediate_decimal] = STATE(2518), - [sym_val_variable] = STATE(2504), - [sym_comment] = STATE(1541), - [ts_builtin_sym_end] = ACTIONS(1687), - [sym__newline] = ACTIONS(1687), - [anon_sym_SEMI] = ACTIONS(1687), - [anon_sym_PIPE] = ACTIONS(1687), - [anon_sym_err_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_GT_PIPE] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1687), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1685), - [anon_sym_DASH2] = ACTIONS(1685), - [anon_sym_in2] = ACTIONS(1687), - [anon_sym_STAR2] = ACTIONS(1685), - [anon_sym_and2] = ACTIONS(1687), - [anon_sym_xor2] = ACTIONS(1687), - [anon_sym_or2] = ACTIONS(1687), - [anon_sym_not_DASHin2] = ACTIONS(1687), - [anon_sym_starts_DASHwith2] = ACTIONS(1687), - [anon_sym_ends_DASHwith2] = ACTIONS(1687), - [anon_sym_EQ_EQ2] = ACTIONS(1687), - [anon_sym_BANG_EQ2] = ACTIONS(1687), - [anon_sym_LT2] = ACTIONS(1685), - [anon_sym_LT_EQ2] = ACTIONS(1687), - [anon_sym_GT_EQ2] = ACTIONS(1687), - [anon_sym_EQ_TILDE2] = ACTIONS(1687), - [anon_sym_BANG_TILDE2] = ACTIONS(1687), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1687), - [anon_sym_PLUS_PLUS2] = ACTIONS(1687), - [anon_sym_SLASH2] = ACTIONS(1685), - [anon_sym_mod2] = ACTIONS(1687), - [anon_sym_SLASH_SLASH2] = ACTIONS(1687), - [anon_sym_PLUS2] = ACTIONS(1685), - [anon_sym_bit_DASHshl2] = ACTIONS(1687), - [anon_sym_bit_DASHshr2] = ACTIONS(1687), - [anon_sym_bit_DASHand2] = ACTIONS(1687), - [anon_sym_bit_DASHxor2] = ACTIONS(1687), - [anon_sym_bit_DASHor2] = ACTIONS(1687), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1685), - [anon_sym_out_GT] = ACTIONS(1685), - [anon_sym_e_GT] = ACTIONS(1685), - [anon_sym_o_GT] = ACTIONS(1685), - [anon_sym_err_PLUSout_GT] = ACTIONS(1685), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1685), - [anon_sym_o_PLUSe_GT] = ACTIONS(1685), - [anon_sym_e_PLUSo_GT] = ACTIONS(1685), - [anon_sym_err_GT_GT] = ACTIONS(1687), - [anon_sym_out_GT_GT] = ACTIONS(1687), - [anon_sym_e_GT_GT] = ACTIONS(1687), - [anon_sym_o_GT_GT] = ACTIONS(1687), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1687), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1687), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1687), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1687), - [anon_sym_POUND] = ACTIONS(251), - }, - [1542] = { - [sym__expr_parenthesized_immediate] = STATE(2483), - [sym__immediate_decimal] = STATE(2484), - [sym_val_variable] = STATE(2483), - [sym_comment] = STATE(1542), - [ts_builtin_sym_end] = ACTIONS(1597), - [sym__newline] = ACTIONS(1597), - [anon_sym_SEMI] = ACTIONS(1597), - [anon_sym_PIPE] = ACTIONS(1597), - [anon_sym_err_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_GT_PIPE] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), - [anon_sym_DOLLAR] = ACTIONS(4612), - [anon_sym_GT2] = ACTIONS(1587), - [anon_sym_DASH2] = ACTIONS(1587), - [anon_sym_in2] = ACTIONS(1597), - [anon_sym_STAR2] = ACTIONS(1587), - [anon_sym_and2] = ACTIONS(1597), - [anon_sym_xor2] = ACTIONS(1597), - [anon_sym_or2] = ACTIONS(1597), - [anon_sym_not_DASHin2] = ACTIONS(1597), - [anon_sym_starts_DASHwith2] = ACTIONS(1597), - [anon_sym_ends_DASHwith2] = ACTIONS(1597), - [anon_sym_EQ_EQ2] = ACTIONS(1597), - [anon_sym_BANG_EQ2] = ACTIONS(1597), - [anon_sym_LT2] = ACTIONS(1587), - [anon_sym_LT_EQ2] = ACTIONS(1597), - [anon_sym_GT_EQ2] = ACTIONS(1597), - [anon_sym_EQ_TILDE2] = ACTIONS(1597), - [anon_sym_BANG_TILDE2] = ACTIONS(1597), - [anon_sym_LPAREN2] = ACTIONS(4614), - [anon_sym_STAR_STAR2] = ACTIONS(1597), - [anon_sym_PLUS_PLUS2] = ACTIONS(1597), - [anon_sym_SLASH2] = ACTIONS(1587), - [anon_sym_mod2] = ACTIONS(1597), - [anon_sym_SLASH_SLASH2] = ACTIONS(1597), - [anon_sym_PLUS2] = ACTIONS(1587), - [anon_sym_bit_DASHshl2] = ACTIONS(1597), - [anon_sym_bit_DASHshr2] = ACTIONS(1597), - [anon_sym_bit_DASHand2] = ACTIONS(1597), - [anon_sym_bit_DASHxor2] = ACTIONS(1597), - [anon_sym_bit_DASHor2] = ACTIONS(1597), - [aux_sym__immediate_decimal_token1] = ACTIONS(4722), - [aux_sym__immediate_decimal_token3] = ACTIONS(4722), - [aux_sym__immediate_decimal_token4] = ACTIONS(4620), - [aux_sym__immediate_decimal_token5] = ACTIONS(4622), - [anon_sym_err_GT] = ACTIONS(1587), - [anon_sym_out_GT] = ACTIONS(1587), - [anon_sym_e_GT] = ACTIONS(1587), - [anon_sym_o_GT] = ACTIONS(1587), - [anon_sym_err_PLUSout_GT] = ACTIONS(1587), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), - [anon_sym_o_PLUSe_GT] = ACTIONS(1587), - [anon_sym_e_PLUSo_GT] = ACTIONS(1587), - [anon_sym_err_GT_GT] = ACTIONS(1597), - [anon_sym_out_GT_GT] = ACTIONS(1597), - [anon_sym_e_GT_GT] = ACTIONS(1597), - [anon_sym_o_GT_GT] = ACTIONS(1597), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), - [anon_sym_POUND] = ACTIONS(251), - }, - [1543] = { - [sym_comment] = STATE(1543), - [ts_builtin_sym_end] = ACTIONS(986), - [sym__newline] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_PIPE] = ACTIONS(986), - [anon_sym_err_GT_PIPE] = ACTIONS(986), - [anon_sym_out_GT_PIPE] = ACTIONS(986), - [anon_sym_e_GT_PIPE] = ACTIONS(986), - [anon_sym_o_GT_PIPE] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), - [anon_sym_LBRACK] = ACTIONS(986), - [anon_sym_LPAREN] = ACTIONS(986), - [anon_sym_DOLLAR] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_DOT_DOT] = ACTIONS(984), - [anon_sym_DOT_DOT2] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ] = ACTIONS(984), - [anon_sym_DOT_DOT_LT] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), - [anon_sym_DOT_DOT_LT2] = ACTIONS(986), - [anon_sym_null] = ACTIONS(986), - [anon_sym_true] = ACTIONS(986), - [anon_sym_false] = ACTIONS(986), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(986), - [aux_sym__val_number_decimal_token3] = ACTIONS(986), - [aux_sym__val_number_decimal_token4] = ACTIONS(986), - [aux_sym__val_number_token1] = ACTIONS(986), - [aux_sym__val_number_token2] = ACTIONS(986), - [aux_sym__val_number_token3] = ACTIONS(986), - [aux_sym__val_number_token4] = ACTIONS(986), - [aux_sym__val_number_token5] = ACTIONS(986), - [aux_sym__val_number_token6] = ACTIONS(986), - [anon_sym_0b] = ACTIONS(984), - [anon_sym_0o] = ACTIONS(984), - [anon_sym_0x] = ACTIONS(984), - [sym_val_date] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym__str_single_quotes] = ACTIONS(986), - [sym__str_back_ticks] = ACTIONS(986), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_err_GT] = ACTIONS(984), - [anon_sym_out_GT] = ACTIONS(984), - [anon_sym_e_GT] = ACTIONS(984), - [anon_sym_o_GT] = ACTIONS(984), - [anon_sym_err_PLUSout_GT] = ACTIONS(984), - [anon_sym_out_PLUSerr_GT] = ACTIONS(984), - [anon_sym_o_PLUSe_GT] = ACTIONS(984), - [anon_sym_e_PLUSo_GT] = ACTIONS(984), - [anon_sym_err_GT_GT] = ACTIONS(986), - [anon_sym_out_GT_GT] = ACTIONS(986), - [anon_sym_e_GT_GT] = ACTIONS(986), - [anon_sym_o_GT_GT] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), - [aux_sym_unquoted_token1] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(986), - }, - [1544] = { - [sym_comment] = STATE(1544), - [sym__newline] = ACTIONS(2148), - [anon_sym_SEMI] = ACTIONS(2148), - [anon_sym_PIPE] = ACTIONS(2148), - [anon_sym_err_GT_PIPE] = ACTIONS(2148), - [anon_sym_out_GT_PIPE] = ACTIONS(2148), - [anon_sym_e_GT_PIPE] = ACTIONS(2148), - [anon_sym_o_GT_PIPE] = ACTIONS(2148), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2148), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2148), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2148), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2148), - [anon_sym_LPAREN] = ACTIONS(2148), - [anon_sym_RPAREN] = ACTIONS(2148), - [anon_sym_DOLLAR] = ACTIONS(2142), - [anon_sym_DASH_DASH] = ACTIONS(2148), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_LBRACE] = ACTIONS(2148), - [anon_sym_RBRACE] = ACTIONS(2148), - [anon_sym_DOT_DOT] = ACTIONS(2142), - [anon_sym_DOT_DOT2] = ACTIONS(4789), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2142), - [anon_sym_DOT_DOT_LT] = ACTIONS(2142), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4791), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4791), - [anon_sym_null] = ACTIONS(2148), - [anon_sym_true] = ACTIONS(2148), - [anon_sym_false] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2148), - [aux_sym__val_number_decimal_token3] = ACTIONS(2148), - [aux_sym__val_number_decimal_token4] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2148), - [aux_sym__val_number_token5] = ACTIONS(2148), - [aux_sym__val_number_token6] = ACTIONS(2148), - [anon_sym_0b] = ACTIONS(2142), - [anon_sym_0o] = ACTIONS(2142), - [anon_sym_0x] = ACTIONS(2142), - [sym_val_date] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2148), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2148), - [anon_sym_err_GT] = ACTIONS(2142), - [anon_sym_out_GT] = ACTIONS(2142), - [anon_sym_e_GT] = ACTIONS(2142), - [anon_sym_o_GT] = ACTIONS(2142), - [anon_sym_err_PLUSout_GT] = ACTIONS(2142), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2142), - [anon_sym_o_PLUSe_GT] = ACTIONS(2142), - [anon_sym_e_PLUSo_GT] = ACTIONS(2142), - [anon_sym_err_GT_GT] = ACTIONS(2148), - [anon_sym_out_GT_GT] = ACTIONS(2148), - [anon_sym_e_GT_GT] = ACTIONS(2148), - [anon_sym_o_GT_GT] = ACTIONS(2148), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2148), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2148), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2148), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2148), - [aux_sym_unquoted_token1] = ACTIONS(2142), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2148), - }, - [1545] = { - [sym_comment] = STATE(1545), - [sym__newline] = ACTIONS(2156), - [anon_sym_SEMI] = ACTIONS(2156), - [anon_sym_PIPE] = ACTIONS(2156), - [anon_sym_err_GT_PIPE] = ACTIONS(2156), - [anon_sym_out_GT_PIPE] = ACTIONS(2156), - [anon_sym_e_GT_PIPE] = ACTIONS(2156), - [anon_sym_o_GT_PIPE] = ACTIONS(2156), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2156), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2156), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2156), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(2156), - [anon_sym_RPAREN] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2150), - [anon_sym_DASH_DASH] = ACTIONS(2156), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_LBRACE] = ACTIONS(2156), - [anon_sym_RBRACE] = ACTIONS(2156), - [anon_sym_DOT_DOT] = ACTIONS(2150), - [anon_sym_DOT_DOT2] = ACTIONS(4793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2150), - [anon_sym_DOT_DOT_LT] = ACTIONS(2150), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4795), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4795), - [anon_sym_null] = ACTIONS(2156), - [anon_sym_true] = ACTIONS(2156), - [anon_sym_false] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2156), - [aux_sym__val_number_decimal_token3] = ACTIONS(2156), - [aux_sym__val_number_decimal_token4] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2156), - [aux_sym__val_number_token5] = ACTIONS(2156), - [aux_sym__val_number_token6] = ACTIONS(2156), - [anon_sym_0b] = ACTIONS(2150), - [anon_sym_0o] = ACTIONS(2150), - [anon_sym_0x] = ACTIONS(2150), - [sym_val_date] = ACTIONS(2156), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2156), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2156), - [anon_sym_err_GT] = ACTIONS(2150), - [anon_sym_out_GT] = ACTIONS(2150), - [anon_sym_e_GT] = ACTIONS(2150), - [anon_sym_o_GT] = ACTIONS(2150), - [anon_sym_err_PLUSout_GT] = ACTIONS(2150), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2150), - [anon_sym_o_PLUSe_GT] = ACTIONS(2150), - [anon_sym_e_PLUSo_GT] = ACTIONS(2150), - [anon_sym_err_GT_GT] = ACTIONS(2156), - [anon_sym_out_GT_GT] = ACTIONS(2156), - [anon_sym_e_GT_GT] = ACTIONS(2156), - [anon_sym_o_GT_GT] = ACTIONS(2156), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2156), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2156), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2156), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2156), - [aux_sym_unquoted_token1] = ACTIONS(2150), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2156), - }, - [1546] = { - [sym_comment] = STATE(1546), - [sym__newline] = ACTIONS(2164), - [anon_sym_SEMI] = ACTIONS(2164), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_err_GT_PIPE] = ACTIONS(2164), - [anon_sym_out_GT_PIPE] = ACTIONS(2164), - [anon_sym_e_GT_PIPE] = ACTIONS(2164), - [anon_sym_o_GT_PIPE] = ACTIONS(2164), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2164), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2164), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2164), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(2164), - [anon_sym_LPAREN] = ACTIONS(2164), - [anon_sym_RPAREN] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_DASH_DASH] = ACTIONS(2164), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_LBRACE] = ACTIONS(2164), - [anon_sym_RBRACE] = ACTIONS(2164), - [anon_sym_DOT_DOT] = ACTIONS(2158), - [anon_sym_DOT_DOT2] = ACTIONS(4797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2158), - [anon_sym_DOT_DOT_LT] = ACTIONS(2158), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4799), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4799), - [anon_sym_null] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2164), - [anon_sym_false] = ACTIONS(2164), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2164), - [aux_sym__val_number_decimal_token3] = ACTIONS(2164), - [aux_sym__val_number_decimal_token4] = ACTIONS(2164), - [aux_sym__val_number_token1] = ACTIONS(2164), - [aux_sym__val_number_token2] = ACTIONS(2164), - [aux_sym__val_number_token3] = ACTIONS(2164), - [aux_sym__val_number_token4] = ACTIONS(2164), - [aux_sym__val_number_token5] = ACTIONS(2164), - [aux_sym__val_number_token6] = ACTIONS(2164), - [anon_sym_0b] = ACTIONS(2158), - [anon_sym_0o] = ACTIONS(2158), - [anon_sym_0x] = ACTIONS(2158), - [sym_val_date] = ACTIONS(2164), - [anon_sym_DQUOTE] = ACTIONS(2164), - [sym__str_single_quotes] = ACTIONS(2164), - [sym__str_back_ticks] = ACTIONS(2164), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2164), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2164), - [anon_sym_err_GT] = ACTIONS(2158), - [anon_sym_out_GT] = ACTIONS(2158), - [anon_sym_e_GT] = ACTIONS(2158), - [anon_sym_o_GT] = ACTIONS(2158), - [anon_sym_err_PLUSout_GT] = ACTIONS(2158), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2158), - [anon_sym_o_PLUSe_GT] = ACTIONS(2158), - [anon_sym_e_PLUSo_GT] = ACTIONS(2158), - [anon_sym_err_GT_GT] = ACTIONS(2164), - [anon_sym_out_GT_GT] = ACTIONS(2164), - [anon_sym_e_GT_GT] = ACTIONS(2164), - [anon_sym_o_GT_GT] = ACTIONS(2164), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2164), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2164), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2164), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2164), - [aux_sym_unquoted_token1] = ACTIONS(2158), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2164), - }, - [1547] = { - [sym_comment] = STATE(1547), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4801), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1548] = { - [sym_comment] = STATE(1548), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1625), - [anon_sym_in2] = ACTIONS(1625), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1625), - [anon_sym_xor2] = ACTIONS(1625), - [anon_sym_or2] = ACTIONS(1625), - [anon_sym_not_DASHin2] = ACTIONS(1625), - [anon_sym_starts_DASHwith2] = ACTIONS(1625), - [anon_sym_ends_DASHwith2] = ACTIONS(1625), - [anon_sym_EQ_EQ2] = ACTIONS(1625), - [anon_sym_BANG_EQ2] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1625), - [anon_sym_GT_EQ2] = ACTIONS(1625), - [anon_sym_EQ_TILDE2] = ACTIONS(1625), - [anon_sym_BANG_TILDE2] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_STAR_STAR2] = ACTIONS(1625), - [anon_sym_PLUS_PLUS2] = ACTIONS(1625), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1625), - [anon_sym_SLASH_SLASH2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1625), - [anon_sym_bit_DASHshr2] = ACTIONS(1625), - [anon_sym_bit_DASHand2] = ACTIONS(1625), - [anon_sym_bit_DASHxor2] = ACTIONS(1625), - [anon_sym_bit_DASHor2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [aux_sym__immediate_decimal_token1] = ACTIONS(4803), - [aux_sym__immediate_decimal_token2] = ACTIONS(4805), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - }, - [1549] = { - [sym_comment] = STATE(1549), - [anon_sym_EQ] = ACTIONS(4807), - [anon_sym_PLUS_EQ] = ACTIONS(4809), - [anon_sym_DASH_EQ] = ACTIONS(4809), - [anon_sym_STAR_EQ] = ACTIONS(4809), - [anon_sym_SLASH_EQ] = ACTIONS(4809), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4809), + [1490] = { + [sym_comment] = STATE(1490), + [ts_builtin_sym_end] = ACTIONS(1000), + [anon_sym_EQ] = ACTIONS(4724), + [anon_sym_PLUS_EQ] = ACTIONS(4726), + [anon_sym_DASH_EQ] = ACTIONS(4726), + [anon_sym_STAR_EQ] = ACTIONS(4726), + [anon_sym_SLASH_EQ] = ACTIONS(4726), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4726), [sym__newline] = ACTIONS(1000), [anon_sym_SEMI] = ACTIONS(1000), [anon_sym_PIPE] = ACTIONS(1000), @@ -224095,9 +220070,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1000), [anon_sym_bit_DASHxor2] = ACTIONS(1000), [anon_sym_bit_DASHor2] = ACTIONS(1000), - [anon_sym_DOT_DOT2] = ACTIONS(1012), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), + [anon_sym_DOT_DOT2] = ACTIONS(4728), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4730), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4730), [anon_sym_err_GT] = ACTIONS(1004), [anon_sym_out_GT] = ACTIONS(1004), [anon_sym_e_GT] = ACTIONS(1004), @@ -224116,283 +220091,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(251), }, - [1550] = { - [sym_cell_path] = STATE(2063), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1550), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2031), - [anon_sym_SEMI] = ACTIONS(2031), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_err_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_GT_PIPE] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2031), - [anon_sym_RPAREN] = ACTIONS(2031), - [anon_sym_GT2] = ACTIONS(2029), - [anon_sym_DASH2] = ACTIONS(2031), - [anon_sym_in2] = ACTIONS(2031), - [anon_sym_if] = ACTIONS(2031), - [anon_sym_LBRACE] = ACTIONS(2031), - [anon_sym_RBRACE] = ACTIONS(2031), - [anon_sym_EQ_GT] = ACTIONS(2031), - [anon_sym_STAR2] = ACTIONS(2029), - [anon_sym_and2] = ACTIONS(2031), - [anon_sym_xor2] = ACTIONS(2031), - [anon_sym_or2] = ACTIONS(2031), - [anon_sym_not_DASHin2] = ACTIONS(2031), - [anon_sym_starts_DASHwith2] = ACTIONS(2031), - [anon_sym_ends_DASHwith2] = ACTIONS(2031), - [anon_sym_EQ_EQ2] = ACTIONS(2031), - [anon_sym_BANG_EQ2] = ACTIONS(2031), - [anon_sym_LT2] = ACTIONS(2029), - [anon_sym_LT_EQ2] = ACTIONS(2031), - [anon_sym_GT_EQ2] = ACTIONS(2031), - [anon_sym_EQ_TILDE2] = ACTIONS(2031), - [anon_sym_BANG_TILDE2] = ACTIONS(2031), - [anon_sym_STAR_STAR2] = ACTIONS(2031), - [anon_sym_PLUS_PLUS2] = ACTIONS(2031), - [anon_sym_SLASH2] = ACTIONS(2029), - [anon_sym_mod2] = ACTIONS(2031), - [anon_sym_SLASH_SLASH2] = ACTIONS(2031), - [anon_sym_PLUS2] = ACTIONS(2029), - [anon_sym_bit_DASHshl2] = ACTIONS(2031), - [anon_sym_bit_DASHshr2] = ACTIONS(2031), - [anon_sym_bit_DASHand2] = ACTIONS(2031), - [anon_sym_bit_DASHxor2] = ACTIONS(2031), - [anon_sym_bit_DASHor2] = ACTIONS(2031), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2029), - [anon_sym_out_GT] = ACTIONS(2029), - [anon_sym_e_GT] = ACTIONS(2029), - [anon_sym_o_GT] = ACTIONS(2029), - [anon_sym_err_PLUSout_GT] = ACTIONS(2029), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2029), - [anon_sym_o_PLUSe_GT] = ACTIONS(2029), - [anon_sym_e_PLUSo_GT] = ACTIONS(2029), - [anon_sym_err_GT_GT] = ACTIONS(2031), - [anon_sym_out_GT_GT] = ACTIONS(2031), - [anon_sym_e_GT_GT] = ACTIONS(2031), - [anon_sym_o_GT_GT] = ACTIONS(2031), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2031), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2031), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2031), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2031), - [anon_sym_POUND] = ACTIONS(251), + [1491] = { + [sym_cell_path] = STATE(1829), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1491), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1927), + [sym__newline] = ACTIONS(1927), + [anon_sym_SEMI] = ACTIONS(1927), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_err_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_GT_PIPE] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1927), + [anon_sym_LBRACK] = ACTIONS(1927), + [anon_sym_LPAREN] = ACTIONS(1927), + [anon_sym_DOLLAR] = ACTIONS(1925), + [anon_sym_DASH_DASH] = ACTIONS(1927), + [anon_sym_DASH2] = ACTIONS(1925), + [anon_sym_LBRACE] = ACTIONS(1927), + [anon_sym_DOT_DOT] = ACTIONS(1925), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1927), + [anon_sym_DOT_DOT_LT] = ACTIONS(1927), + [anon_sym_null] = ACTIONS(1927), + [anon_sym_true] = ACTIONS(1927), + [anon_sym_false] = ACTIONS(1927), + [aux_sym__val_number_decimal_token1] = ACTIONS(1925), + [aux_sym__val_number_decimal_token2] = ACTIONS(1927), + [aux_sym__val_number_decimal_token3] = ACTIONS(1927), + [aux_sym__val_number_decimal_token4] = ACTIONS(1927), + [aux_sym__val_number_token1] = ACTIONS(1927), + [aux_sym__val_number_token2] = ACTIONS(1927), + [aux_sym__val_number_token3] = ACTIONS(1927), + [aux_sym__val_number_token4] = ACTIONS(1927), + [aux_sym__val_number_token5] = ACTIONS(1927), + [aux_sym__val_number_token6] = ACTIONS(1927), + [anon_sym_0b] = ACTIONS(1925), + [anon_sym_0o] = ACTIONS(1925), + [anon_sym_0x] = ACTIONS(1925), + [sym_val_date] = ACTIONS(1927), + [anon_sym_DQUOTE] = ACTIONS(1927), + [sym__str_single_quotes] = ACTIONS(1927), + [sym__str_back_ticks] = ACTIONS(1927), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1927), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1927), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1925), + [anon_sym_out_GT] = ACTIONS(1925), + [anon_sym_e_GT] = ACTIONS(1925), + [anon_sym_o_GT] = ACTIONS(1925), + [anon_sym_err_PLUSout_GT] = ACTIONS(1925), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1925), + [anon_sym_o_PLUSe_GT] = ACTIONS(1925), + [anon_sym_e_PLUSo_GT] = ACTIONS(1925), + [anon_sym_err_GT_GT] = ACTIONS(1927), + [anon_sym_out_GT_GT] = ACTIONS(1927), + [anon_sym_e_GT_GT] = ACTIONS(1927), + [anon_sym_o_GT_GT] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1927), + [aux_sym_unquoted_token1] = ACTIONS(1925), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1927), }, - [1551] = { - [sym_cell_path] = STATE(2057), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1551), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2007), - [anon_sym_SEMI] = ACTIONS(2007), - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_err_GT_PIPE] = ACTIONS(2007), - [anon_sym_out_GT_PIPE] = ACTIONS(2007), - [anon_sym_e_GT_PIPE] = ACTIONS(2007), - [anon_sym_o_GT_PIPE] = ACTIONS(2007), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2007), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2007), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2007), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2007), - [anon_sym_RPAREN] = ACTIONS(2007), - [anon_sym_GT2] = ACTIONS(2005), - [anon_sym_DASH2] = ACTIONS(2007), - [anon_sym_in2] = ACTIONS(2007), - [anon_sym_if] = ACTIONS(2007), - [anon_sym_LBRACE] = ACTIONS(2007), - [anon_sym_RBRACE] = ACTIONS(2007), - [anon_sym_EQ_GT] = ACTIONS(2007), - [anon_sym_STAR2] = ACTIONS(2005), - [anon_sym_and2] = ACTIONS(2007), - [anon_sym_xor2] = ACTIONS(2007), - [anon_sym_or2] = ACTIONS(2007), - [anon_sym_not_DASHin2] = ACTIONS(2007), - [anon_sym_starts_DASHwith2] = ACTIONS(2007), - [anon_sym_ends_DASHwith2] = ACTIONS(2007), - [anon_sym_EQ_EQ2] = ACTIONS(2007), - [anon_sym_BANG_EQ2] = ACTIONS(2007), - [anon_sym_LT2] = ACTIONS(2005), - [anon_sym_LT_EQ2] = ACTIONS(2007), - [anon_sym_GT_EQ2] = ACTIONS(2007), - [anon_sym_EQ_TILDE2] = ACTIONS(2007), - [anon_sym_BANG_TILDE2] = ACTIONS(2007), - [anon_sym_STAR_STAR2] = ACTIONS(2007), - [anon_sym_PLUS_PLUS2] = ACTIONS(2007), - [anon_sym_SLASH2] = ACTIONS(2005), - [anon_sym_mod2] = ACTIONS(2007), - [anon_sym_SLASH_SLASH2] = ACTIONS(2007), - [anon_sym_PLUS2] = ACTIONS(2005), - [anon_sym_bit_DASHshl2] = ACTIONS(2007), - [anon_sym_bit_DASHshr2] = ACTIONS(2007), - [anon_sym_bit_DASHand2] = ACTIONS(2007), - [anon_sym_bit_DASHxor2] = ACTIONS(2007), - [anon_sym_bit_DASHor2] = ACTIONS(2007), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2005), - [anon_sym_out_GT] = ACTIONS(2005), - [anon_sym_e_GT] = ACTIONS(2005), - [anon_sym_o_GT] = ACTIONS(2005), - [anon_sym_err_PLUSout_GT] = ACTIONS(2005), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2005), - [anon_sym_o_PLUSe_GT] = ACTIONS(2005), - [anon_sym_e_PLUSo_GT] = ACTIONS(2005), - [anon_sym_err_GT_GT] = ACTIONS(2007), - [anon_sym_out_GT_GT] = ACTIONS(2007), - [anon_sym_e_GT_GT] = ACTIONS(2007), - [anon_sym_o_GT_GT] = ACTIONS(2007), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2007), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2007), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2007), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2007), + [1492] = { + [sym__expr_parenthesized_immediate] = STATE(2474), + [sym__immediate_decimal] = STATE(2476), + [sym_val_variable] = STATE(2474), + [sym_comment] = STATE(1492), + [ts_builtin_sym_end] = ACTIONS(1713), + [sym__newline] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_PIPE] = ACTIONS(1713), + [anon_sym_err_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_GT_PIPE] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1713), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1711), + [anon_sym_DASH2] = ACTIONS(1711), + [anon_sym_in2] = ACTIONS(1713), + [anon_sym_STAR2] = ACTIONS(1711), + [anon_sym_and2] = ACTIONS(1713), + [anon_sym_xor2] = ACTIONS(1713), + [anon_sym_or2] = ACTIONS(1713), + [anon_sym_not_DASHin2] = ACTIONS(1713), + [anon_sym_starts_DASHwith2] = ACTIONS(1713), + [anon_sym_ends_DASHwith2] = ACTIONS(1713), + [anon_sym_EQ_EQ2] = ACTIONS(1713), + [anon_sym_BANG_EQ2] = ACTIONS(1713), + [anon_sym_LT2] = ACTIONS(1711), + [anon_sym_LT_EQ2] = ACTIONS(1713), + [anon_sym_GT_EQ2] = ACTIONS(1713), + [anon_sym_EQ_TILDE2] = ACTIONS(1713), + [anon_sym_BANG_TILDE2] = ACTIONS(1713), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1713), + [anon_sym_PLUS_PLUS2] = ACTIONS(1713), + [anon_sym_SLASH2] = ACTIONS(1711), + [anon_sym_mod2] = ACTIONS(1713), + [anon_sym_SLASH_SLASH2] = ACTIONS(1713), + [anon_sym_PLUS2] = ACTIONS(1711), + [anon_sym_bit_DASHshl2] = ACTIONS(1713), + [anon_sym_bit_DASHshr2] = ACTIONS(1713), + [anon_sym_bit_DASHand2] = ACTIONS(1713), + [anon_sym_bit_DASHxor2] = ACTIONS(1713), + [anon_sym_bit_DASHor2] = ACTIONS(1713), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1711), + [anon_sym_out_GT] = ACTIONS(1711), + [anon_sym_e_GT] = ACTIONS(1711), + [anon_sym_o_GT] = ACTIONS(1711), + [anon_sym_err_PLUSout_GT] = ACTIONS(1711), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1711), + [anon_sym_o_PLUSe_GT] = ACTIONS(1711), + [anon_sym_e_PLUSo_GT] = ACTIONS(1711), + [anon_sym_err_GT_GT] = ACTIONS(1713), + [anon_sym_out_GT_GT] = ACTIONS(1713), + [anon_sym_e_GT_GT] = ACTIONS(1713), + [anon_sym_o_GT_GT] = ACTIONS(1713), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1713), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1713), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1713), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1713), [anon_sym_POUND] = ACTIONS(251), }, - [1552] = { - [sym_comment] = STATE(1552), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_LBRACK] = ACTIONS(1000), - [anon_sym_LPAREN] = ACTIONS(1004), - [anon_sym_RPAREN] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1000), - [anon_sym_RBRACE] = ACTIONS(1000), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(2237), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), - [anon_sym_DOT_DOT_LT] = ACTIONS(1004), - [anon_sym_null] = ACTIONS(1004), - [anon_sym_true] = ACTIONS(1004), - [anon_sym_false] = ACTIONS(1004), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1004), - [aux_sym__val_number_decimal_token3] = ACTIONS(1004), - [aux_sym__val_number_decimal_token4] = ACTIONS(1004), - [aux_sym__val_number_token1] = ACTIONS(1004), - [aux_sym__val_number_token2] = ACTIONS(1004), - [aux_sym__val_number_token3] = ACTIONS(1004), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_0b] = ACTIONS(1004), - [anon_sym_0o] = ACTIONS(1004), - [anon_sym_0x] = ACTIONS(1004), - [sym_val_date] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1004), - [anon_sym_out_GT_GT] = ACTIONS(1004), - [anon_sym_e_GT_GT] = ACTIONS(1004), - [anon_sym_o_GT_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1004), - [aux_sym_unquoted_token1] = ACTIONS(1004), - [aux_sym_unquoted_token4] = ACTIONS(2239), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [1553] = { - [sym_comment] = STATE(1553), - [sym__newline] = ACTIONS(2216), - [anon_sym_SEMI] = ACTIONS(2216), - [anon_sym_PIPE] = ACTIONS(2216), - [anon_sym_err_GT_PIPE] = ACTIONS(2216), - [anon_sym_out_GT_PIPE] = ACTIONS(2216), - [anon_sym_e_GT_PIPE] = ACTIONS(2216), - [anon_sym_o_GT_PIPE] = ACTIONS(2216), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2216), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2216), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2216), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2216), - [anon_sym_LBRACK] = ACTIONS(2216), - [anon_sym_LPAREN] = ACTIONS(2214), - [anon_sym_RPAREN] = ACTIONS(2216), - [anon_sym_DOLLAR] = ACTIONS(2214), - [anon_sym_DASH_DASH] = ACTIONS(2216), - [anon_sym_DASH2] = ACTIONS(2214), - [anon_sym_LBRACE] = ACTIONS(2216), - [anon_sym_RBRACE] = ACTIONS(2216), - [anon_sym_DOT_DOT] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2216), - [anon_sym_DOT_DOT_LT] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2216), - [anon_sym_true] = ACTIONS(2216), - [anon_sym_false] = ACTIONS(2216), - [aux_sym__val_number_decimal_token1] = ACTIONS(2214), - [aux_sym__val_number_decimal_token2] = ACTIONS(2216), - [aux_sym__val_number_decimal_token3] = ACTIONS(2216), - [aux_sym__val_number_decimal_token4] = ACTIONS(2216), - [aux_sym__val_number_token1] = ACTIONS(2216), - [aux_sym__val_number_token2] = ACTIONS(2216), - [aux_sym__val_number_token3] = ACTIONS(2216), - [aux_sym__val_number_token4] = ACTIONS(2216), - [aux_sym__val_number_token5] = ACTIONS(2216), - [aux_sym__val_number_token6] = ACTIONS(2216), - [anon_sym_0b] = ACTIONS(2214), - [anon_sym_0o] = ACTIONS(2214), - [anon_sym_0x] = ACTIONS(2214), - [sym_val_date] = ACTIONS(2216), - [anon_sym_DQUOTE] = ACTIONS(2216), - [sym__str_single_quotes] = ACTIONS(2216), - [sym__str_back_ticks] = ACTIONS(2216), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2216), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2216), - [anon_sym_err_GT] = ACTIONS(2214), - [anon_sym_out_GT] = ACTIONS(2214), - [anon_sym_e_GT] = ACTIONS(2214), - [anon_sym_o_GT] = ACTIONS(2214), - [anon_sym_err_PLUSout_GT] = ACTIONS(2214), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2214), - [anon_sym_o_PLUSe_GT] = ACTIONS(2214), - [anon_sym_e_PLUSo_GT] = ACTIONS(2214), - [anon_sym_err_GT_GT] = ACTIONS(2216), - [anon_sym_out_GT_GT] = ACTIONS(2216), - [anon_sym_e_GT_GT] = ACTIONS(2216), - [anon_sym_o_GT_GT] = ACTIONS(2216), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2216), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2216), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2216), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2216), - [aux_sym_unquoted_token1] = ACTIONS(2214), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2216), + [1493] = { + [sym_cell_path] = STATE(1854), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1493), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(2095), + [sym__newline] = ACTIONS(2095), + [anon_sym_SEMI] = ACTIONS(2095), + [anon_sym_PIPE] = ACTIONS(2095), + [anon_sym_err_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_GT_PIPE] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2095), + [anon_sym_LBRACK] = ACTIONS(2095), + [anon_sym_LPAREN] = ACTIONS(2095), + [anon_sym_DOLLAR] = ACTIONS(2093), + [anon_sym_DASH_DASH] = ACTIONS(2095), + [anon_sym_DASH2] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2095), + [anon_sym_DOT_DOT] = ACTIONS(2093), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2095), + [anon_sym_DOT_DOT_LT] = ACTIONS(2095), + [anon_sym_null] = ACTIONS(2095), + [anon_sym_true] = ACTIONS(2095), + [anon_sym_false] = ACTIONS(2095), + [aux_sym__val_number_decimal_token1] = ACTIONS(2093), + [aux_sym__val_number_decimal_token2] = ACTIONS(2095), + [aux_sym__val_number_decimal_token3] = ACTIONS(2095), + [aux_sym__val_number_decimal_token4] = ACTIONS(2095), + [aux_sym__val_number_token1] = ACTIONS(2095), + [aux_sym__val_number_token2] = ACTIONS(2095), + [aux_sym__val_number_token3] = ACTIONS(2095), + [aux_sym__val_number_token4] = ACTIONS(2095), + [aux_sym__val_number_token5] = ACTIONS(2095), + [aux_sym__val_number_token6] = ACTIONS(2095), + [anon_sym_0b] = ACTIONS(2093), + [anon_sym_0o] = ACTIONS(2093), + [anon_sym_0x] = ACTIONS(2093), + [sym_val_date] = ACTIONS(2095), + [anon_sym_DQUOTE] = ACTIONS(2095), + [sym__str_single_quotes] = ACTIONS(2095), + [sym__str_back_ticks] = ACTIONS(2095), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2095), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2095), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(2093), + [anon_sym_out_GT] = ACTIONS(2093), + [anon_sym_e_GT] = ACTIONS(2093), + [anon_sym_o_GT] = ACTIONS(2093), + [anon_sym_err_PLUSout_GT] = ACTIONS(2093), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2093), + [anon_sym_o_PLUSe_GT] = ACTIONS(2093), + [anon_sym_e_PLUSo_GT] = ACTIONS(2093), + [anon_sym_err_GT_GT] = ACTIONS(2095), + [anon_sym_out_GT_GT] = ACTIONS(2095), + [anon_sym_e_GT_GT] = ACTIONS(2095), + [anon_sym_o_GT_GT] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2095), + [aux_sym_unquoted_token1] = ACTIONS(2093), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2095), }, - [1554] = { - [sym_path] = STATE(1725), - [sym_comment] = STATE(1554), - [aux_sym_cell_path_repeat1] = STATE(1554), - [ts_builtin_sym_end] = ACTIONS(943), + [1494] = { + [sym_path] = STATE(1659), + [sym_comment] = STATE(1494), + [aux_sym_cell_path_repeat1] = STATE(1494), [sym__newline] = ACTIONS(943), [anon_sym_SEMI] = ACTIONS(943), [anon_sym_PIPE] = ACTIONS(943), @@ -224406,10 +220315,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), [anon_sym_LBRACK] = ACTIONS(943), [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), [anon_sym_DOLLAR] = ACTIONS(941), [anon_sym_DASH_DASH] = ACTIONS(943), [anon_sym_DASH2] = ACTIONS(941), [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), [anon_sym_DOT_DOT] = ACTIONS(941), [anon_sym_DOT_DOT_EQ] = ACTIONS(943), [anon_sym_DOT_DOT_LT] = ACTIONS(943), @@ -224435,7 +220346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(943), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4813), + [anon_sym_DOT2] = ACTIONS(4732), [anon_sym_err_GT] = ACTIONS(941), [anon_sym_out_GT] = ACTIONS(941), [anon_sym_e_GT] = ACTIONS(941), @@ -224456,553 +220367,1532 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(943), }, - [1555] = { - [sym_comment] = STATE(1555), - [sym__newline] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_PIPE] = ACTIONS(1802), - [anon_sym_err_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_GT_PIPE] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1802), - [anon_sym_DOT_DOT_LT] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1802), - [aux_sym__val_number_token5] = ACTIONS(1802), - [aux_sym__val_number_token6] = ACTIONS(1802), - [anon_sym_0b] = ACTIONS(1794), - [anon_sym_0o] = ACTIONS(1794), - [anon_sym_0x] = ACTIONS(1794), - [sym_val_date] = ACTIONS(1802), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1802), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1802), - [anon_sym_err_GT] = ACTIONS(1794), - [anon_sym_out_GT] = ACTIONS(1794), - [anon_sym_e_GT] = ACTIONS(1794), - [anon_sym_o_GT] = ACTIONS(1794), - [anon_sym_err_PLUSout_GT] = ACTIONS(1794), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1794), - [anon_sym_o_PLUSe_GT] = ACTIONS(1794), - [anon_sym_e_PLUSo_GT] = ACTIONS(1794), - [anon_sym_err_GT_GT] = ACTIONS(1802), - [anon_sym_out_GT_GT] = ACTIONS(1802), - [anon_sym_e_GT_GT] = ACTIONS(1802), - [anon_sym_o_GT_GT] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1802), - [aux_sym_unquoted_token1] = ACTIONS(1794), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), + [1495] = { + [sym_cell_path] = STATE(1834), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1495), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1939), + [sym__newline] = ACTIONS(1939), + [anon_sym_SEMI] = ACTIONS(1939), + [anon_sym_PIPE] = ACTIONS(1939), + [anon_sym_err_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_GT_PIPE] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(1939), + [anon_sym_LPAREN] = ACTIONS(1939), + [anon_sym_DOLLAR] = ACTIONS(1937), + [anon_sym_DASH_DASH] = ACTIONS(1939), + [anon_sym_DASH2] = ACTIONS(1937), + [anon_sym_LBRACE] = ACTIONS(1939), + [anon_sym_DOT_DOT] = ACTIONS(1937), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1939), + [anon_sym_DOT_DOT_LT] = ACTIONS(1939), + [anon_sym_null] = ACTIONS(1939), + [anon_sym_true] = ACTIONS(1939), + [anon_sym_false] = ACTIONS(1939), + [aux_sym__val_number_decimal_token1] = ACTIONS(1937), + [aux_sym__val_number_decimal_token2] = ACTIONS(1939), + [aux_sym__val_number_decimal_token3] = ACTIONS(1939), + [aux_sym__val_number_decimal_token4] = ACTIONS(1939), + [aux_sym__val_number_token1] = ACTIONS(1939), + [aux_sym__val_number_token2] = ACTIONS(1939), + [aux_sym__val_number_token3] = ACTIONS(1939), + [aux_sym__val_number_token4] = ACTIONS(1939), + [aux_sym__val_number_token5] = ACTIONS(1939), + [aux_sym__val_number_token6] = ACTIONS(1939), + [anon_sym_0b] = ACTIONS(1937), + [anon_sym_0o] = ACTIONS(1937), + [anon_sym_0x] = ACTIONS(1937), + [sym_val_date] = ACTIONS(1939), + [anon_sym_DQUOTE] = ACTIONS(1939), + [sym__str_single_quotes] = ACTIONS(1939), + [sym__str_back_ticks] = ACTIONS(1939), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1939), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1939), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1937), + [anon_sym_out_GT] = ACTIONS(1937), + [anon_sym_e_GT] = ACTIONS(1937), + [anon_sym_o_GT] = ACTIONS(1937), + [anon_sym_err_PLUSout_GT] = ACTIONS(1937), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1937), + [anon_sym_o_PLUSe_GT] = ACTIONS(1937), + [anon_sym_e_PLUSo_GT] = ACTIONS(1937), + [anon_sym_err_GT_GT] = ACTIONS(1939), + [anon_sym_out_GT_GT] = ACTIONS(1939), + [anon_sym_e_GT_GT] = ACTIONS(1939), + [anon_sym_o_GT_GT] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1939), + [aux_sym_unquoted_token1] = ACTIONS(1937), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1939), }, - [1556] = { - [sym_cell_path] = STATE(2058), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1556), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2011), - [anon_sym_SEMI] = ACTIONS(2011), - [anon_sym_PIPE] = ACTIONS(2011), - [anon_sym_err_GT_PIPE] = ACTIONS(2011), - [anon_sym_out_GT_PIPE] = ACTIONS(2011), - [anon_sym_e_GT_PIPE] = ACTIONS(2011), - [anon_sym_o_GT_PIPE] = ACTIONS(2011), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2011), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2011), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2011), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2011), - [anon_sym_RPAREN] = ACTIONS(2011), - [anon_sym_GT2] = ACTIONS(2009), - [anon_sym_DASH2] = ACTIONS(2011), - [anon_sym_in2] = ACTIONS(2011), - [anon_sym_if] = ACTIONS(2011), - [anon_sym_LBRACE] = ACTIONS(2011), - [anon_sym_RBRACE] = ACTIONS(2011), - [anon_sym_EQ_GT] = ACTIONS(2011), - [anon_sym_STAR2] = ACTIONS(2009), - [anon_sym_and2] = ACTIONS(2011), - [anon_sym_xor2] = ACTIONS(2011), - [anon_sym_or2] = ACTIONS(2011), - [anon_sym_not_DASHin2] = ACTIONS(2011), - [anon_sym_starts_DASHwith2] = ACTIONS(2011), - [anon_sym_ends_DASHwith2] = ACTIONS(2011), - [anon_sym_EQ_EQ2] = ACTIONS(2011), - [anon_sym_BANG_EQ2] = ACTIONS(2011), - [anon_sym_LT2] = ACTIONS(2009), - [anon_sym_LT_EQ2] = ACTIONS(2011), - [anon_sym_GT_EQ2] = ACTIONS(2011), - [anon_sym_EQ_TILDE2] = ACTIONS(2011), - [anon_sym_BANG_TILDE2] = ACTIONS(2011), - [anon_sym_STAR_STAR2] = ACTIONS(2011), - [anon_sym_PLUS_PLUS2] = ACTIONS(2011), - [anon_sym_SLASH2] = ACTIONS(2009), - [anon_sym_mod2] = ACTIONS(2011), - [anon_sym_SLASH_SLASH2] = ACTIONS(2011), - [anon_sym_PLUS2] = ACTIONS(2009), - [anon_sym_bit_DASHshl2] = ACTIONS(2011), - [anon_sym_bit_DASHshr2] = ACTIONS(2011), - [anon_sym_bit_DASHand2] = ACTIONS(2011), - [anon_sym_bit_DASHxor2] = ACTIONS(2011), - [anon_sym_bit_DASHor2] = ACTIONS(2011), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2009), - [anon_sym_out_GT] = ACTIONS(2009), - [anon_sym_e_GT] = ACTIONS(2009), - [anon_sym_o_GT] = ACTIONS(2009), - [anon_sym_err_PLUSout_GT] = ACTIONS(2009), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2009), - [anon_sym_o_PLUSe_GT] = ACTIONS(2009), - [anon_sym_e_PLUSo_GT] = ACTIONS(2009), - [anon_sym_err_GT_GT] = ACTIONS(2011), - [anon_sym_out_GT_GT] = ACTIONS(2011), - [anon_sym_e_GT_GT] = ACTIONS(2011), - [anon_sym_o_GT_GT] = ACTIONS(2011), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2011), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2011), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2011), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2011), + [1496] = { + [sym_comment] = STATE(1496), + [sym__newline] = ACTIONS(2104), + [anon_sym_SEMI] = ACTIONS(2104), + [anon_sym_PIPE] = ACTIONS(2104), + [anon_sym_err_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_GT_PIPE] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2104), + [anon_sym_LBRACK] = ACTIONS(2104), + [anon_sym_LPAREN] = ACTIONS(2104), + [anon_sym_RPAREN] = ACTIONS(2104), + [anon_sym_DOLLAR] = ACTIONS(2102), + [anon_sym_DASH_DASH] = ACTIONS(2104), + [anon_sym_DASH2] = ACTIONS(2102), + [anon_sym_LBRACE] = ACTIONS(2104), + [anon_sym_RBRACE] = ACTIONS(2104), + [anon_sym_DOT_DOT] = ACTIONS(2102), + [anon_sym_DOT_DOT2] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2102), + [anon_sym_DOT_DOT_LT] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2104), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2104), + [anon_sym_null] = ACTIONS(2104), + [anon_sym_true] = ACTIONS(2104), + [anon_sym_false] = ACTIONS(2104), + [aux_sym__val_number_decimal_token1] = ACTIONS(2102), + [aux_sym__val_number_decimal_token2] = ACTIONS(2104), + [aux_sym__val_number_decimal_token3] = ACTIONS(2104), + [aux_sym__val_number_decimal_token4] = ACTIONS(2104), + [aux_sym__val_number_token1] = ACTIONS(2104), + [aux_sym__val_number_token2] = ACTIONS(2104), + [aux_sym__val_number_token3] = ACTIONS(2104), + [aux_sym__val_number_token4] = ACTIONS(2104), + [aux_sym__val_number_token5] = ACTIONS(2104), + [aux_sym__val_number_token6] = ACTIONS(2104), + [anon_sym_0b] = ACTIONS(2102), + [anon_sym_0o] = ACTIONS(2102), + [anon_sym_0x] = ACTIONS(2102), + [sym_val_date] = ACTIONS(2104), + [anon_sym_DQUOTE] = ACTIONS(2104), + [sym__str_single_quotes] = ACTIONS(2104), + [sym__str_back_ticks] = ACTIONS(2104), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2104), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2104), + [anon_sym_err_GT] = ACTIONS(2102), + [anon_sym_out_GT] = ACTIONS(2102), + [anon_sym_e_GT] = ACTIONS(2102), + [anon_sym_o_GT] = ACTIONS(2102), + [anon_sym_err_PLUSout_GT] = ACTIONS(2102), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2102), + [anon_sym_o_PLUSe_GT] = ACTIONS(2102), + [anon_sym_e_PLUSo_GT] = ACTIONS(2102), + [anon_sym_err_GT_GT] = ACTIONS(2104), + [anon_sym_out_GT_GT] = ACTIONS(2104), + [anon_sym_e_GT_GT] = ACTIONS(2104), + [anon_sym_o_GT_GT] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2104), + [aux_sym_unquoted_token1] = ACTIONS(2102), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2104), + }, + [1497] = { + [sym_comment] = STATE(1497), + [sym__newline] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_PIPE] = ACTIONS(990), + [anon_sym_err_GT_PIPE] = ACTIONS(990), + [anon_sym_out_GT_PIPE] = ACTIONS(990), + [anon_sym_e_GT_PIPE] = ACTIONS(990), + [anon_sym_o_GT_PIPE] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), + [anon_sym_RPAREN] = ACTIONS(990), + [anon_sym_GT2] = ACTIONS(988), + [anon_sym_DASH2] = ACTIONS(990), + [anon_sym_in2] = ACTIONS(990), + [anon_sym_if] = ACTIONS(990), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_EQ_GT] = ACTIONS(990), + [anon_sym_STAR2] = ACTIONS(988), + [anon_sym_and2] = ACTIONS(990), + [anon_sym_xor2] = ACTIONS(990), + [anon_sym_or2] = ACTIONS(990), + [anon_sym_not_DASHin2] = ACTIONS(990), + [anon_sym_starts_DASHwith2] = ACTIONS(990), + [anon_sym_ends_DASHwith2] = ACTIONS(990), + [anon_sym_EQ_EQ2] = ACTIONS(990), + [anon_sym_BANG_EQ2] = ACTIONS(990), + [anon_sym_LT2] = ACTIONS(988), + [anon_sym_LT_EQ2] = ACTIONS(990), + [anon_sym_GT_EQ2] = ACTIONS(990), + [anon_sym_EQ_TILDE2] = ACTIONS(990), + [anon_sym_BANG_TILDE2] = ACTIONS(990), + [anon_sym_STAR_STAR2] = ACTIONS(990), + [anon_sym_PLUS_PLUS2] = ACTIONS(990), + [anon_sym_SLASH2] = ACTIONS(988), + [anon_sym_mod2] = ACTIONS(990), + [anon_sym_SLASH_SLASH2] = ACTIONS(990), + [anon_sym_PLUS2] = ACTIONS(988), + [anon_sym_bit_DASHshl2] = ACTIONS(990), + [anon_sym_bit_DASHshr2] = ACTIONS(990), + [anon_sym_bit_DASHand2] = ACTIONS(990), + [anon_sym_bit_DASHxor2] = ACTIONS(990), + [anon_sym_bit_DASHor2] = ACTIONS(990), + [anon_sym_DOT_DOT2] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(990), + [anon_sym_DOT_DOT_LT2] = ACTIONS(990), + [anon_sym_COLON2] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_err_GT] = ACTIONS(988), + [anon_sym_out_GT] = ACTIONS(988), + [anon_sym_e_GT] = ACTIONS(988), + [anon_sym_o_GT] = ACTIONS(988), + [anon_sym_err_PLUSout_GT] = ACTIONS(988), + [anon_sym_out_PLUSerr_GT] = ACTIONS(988), + [anon_sym_o_PLUSe_GT] = ACTIONS(988), + [anon_sym_e_PLUSo_GT] = ACTIONS(988), + [anon_sym_err_GT_GT] = ACTIONS(990), + [anon_sym_out_GT_GT] = ACTIONS(990), + [anon_sym_e_GT_GT] = ACTIONS(990), + [anon_sym_o_GT_GT] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), + [anon_sym_POUND] = ACTIONS(251), + }, + [1498] = { + [sym_comment] = STATE(1498), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_GT2] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1759), + [anon_sym_in2] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_STAR2] = ACTIONS(1757), + [anon_sym_and2] = ACTIONS(1759), + [anon_sym_xor2] = ACTIONS(1759), + [anon_sym_or2] = ACTIONS(1759), + [anon_sym_not_DASHin2] = ACTIONS(1759), + [anon_sym_starts_DASHwith2] = ACTIONS(1759), + [anon_sym_ends_DASHwith2] = ACTIONS(1759), + [anon_sym_EQ_EQ2] = ACTIONS(1759), + [anon_sym_BANG_EQ2] = ACTIONS(1759), + [anon_sym_LT2] = ACTIONS(1757), + [anon_sym_LT_EQ2] = ACTIONS(1759), + [anon_sym_GT_EQ2] = ACTIONS(1759), + [anon_sym_EQ_TILDE2] = ACTIONS(1759), + [anon_sym_BANG_TILDE2] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_STAR_STAR2] = ACTIONS(1759), + [anon_sym_PLUS_PLUS2] = ACTIONS(1759), + [anon_sym_SLASH2] = ACTIONS(1757), + [anon_sym_mod2] = ACTIONS(1759), + [anon_sym_SLASH_SLASH2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_bit_DASHshl2] = ACTIONS(1759), + [anon_sym_bit_DASHshr2] = ACTIONS(1759), + [anon_sym_bit_DASHand2] = ACTIONS(1759), + [anon_sym_bit_DASHxor2] = ACTIONS(1759), + [anon_sym_bit_DASHor2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4735), + [aux_sym__immediate_decimal_token2] = ACTIONS(4737), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + }, + [1499] = { + [sym_comment] = STATE(1499), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4739), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1500] = { + [sym__expr_parenthesized_immediate] = STATE(2521), + [sym__immediate_decimal] = STATE(2522), + [sym_val_variable] = STATE(2521), + [sym_comment] = STATE(1500), + [ts_builtin_sym_end] = ACTIONS(1643), + [sym__newline] = ACTIONS(1643), + [anon_sym_SEMI] = ACTIONS(1643), + [anon_sym_PIPE] = ACTIONS(1643), + [anon_sym_err_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_GT_PIPE] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1643), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1633), + [anon_sym_DASH2] = ACTIONS(1633), + [anon_sym_in2] = ACTIONS(1643), + [anon_sym_STAR2] = ACTIONS(1633), + [anon_sym_and2] = ACTIONS(1643), + [anon_sym_xor2] = ACTIONS(1643), + [anon_sym_or2] = ACTIONS(1643), + [anon_sym_not_DASHin2] = ACTIONS(1643), + [anon_sym_starts_DASHwith2] = ACTIONS(1643), + [anon_sym_ends_DASHwith2] = ACTIONS(1643), + [anon_sym_EQ_EQ2] = ACTIONS(1643), + [anon_sym_BANG_EQ2] = ACTIONS(1643), + [anon_sym_LT2] = ACTIONS(1633), + [anon_sym_LT_EQ2] = ACTIONS(1643), + [anon_sym_GT_EQ2] = ACTIONS(1643), + [anon_sym_EQ_TILDE2] = ACTIONS(1643), + [anon_sym_BANG_TILDE2] = ACTIONS(1643), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1643), + [anon_sym_PLUS_PLUS2] = ACTIONS(1643), + [anon_sym_SLASH2] = ACTIONS(1633), + [anon_sym_mod2] = ACTIONS(1643), + [anon_sym_SLASH_SLASH2] = ACTIONS(1643), + [anon_sym_PLUS2] = ACTIONS(1633), + [anon_sym_bit_DASHshl2] = ACTIONS(1643), + [anon_sym_bit_DASHshr2] = ACTIONS(1643), + [anon_sym_bit_DASHand2] = ACTIONS(1643), + [anon_sym_bit_DASHxor2] = ACTIONS(1643), + [anon_sym_bit_DASHor2] = ACTIONS(1643), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1633), + [anon_sym_out_GT] = ACTIONS(1633), + [anon_sym_e_GT] = ACTIONS(1633), + [anon_sym_o_GT] = ACTIONS(1633), + [anon_sym_err_PLUSout_GT] = ACTIONS(1633), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1633), + [anon_sym_o_PLUSe_GT] = ACTIONS(1633), + [anon_sym_e_PLUSo_GT] = ACTIONS(1633), + [anon_sym_err_GT_GT] = ACTIONS(1643), + [anon_sym_out_GT_GT] = ACTIONS(1643), + [anon_sym_e_GT_GT] = ACTIONS(1643), + [anon_sym_o_GT_GT] = ACTIONS(1643), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1643), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1643), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1643), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1643), + [anon_sym_POUND] = ACTIONS(251), + }, + [1501] = { + [sym_comment] = STATE(1501), + [sym__newline] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_PIPE] = ACTIONS(1020), + [anon_sym_err_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_GT_PIPE] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), + [anon_sym_LBRACK] = ACTIONS(1020), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_RPAREN] = ACTIONS(1020), + [anon_sym_DOLLAR] = ACTIONS(1018), + [anon_sym_DASH_DASH] = ACTIONS(1020), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_DOT_DOT] = ACTIONS(1018), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), + [anon_sym_DOT_DOT_LT] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_null] = ACTIONS(1020), + [anon_sym_true] = ACTIONS(1020), + [anon_sym_false] = ACTIONS(1020), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1020), + [aux_sym__val_number_decimal_token3] = ACTIONS(1020), + [aux_sym__val_number_decimal_token4] = ACTIONS(1020), + [aux_sym__val_number_token1] = ACTIONS(1020), + [aux_sym__val_number_token2] = ACTIONS(1020), + [aux_sym__val_number_token3] = ACTIONS(1020), + [aux_sym__val_number_token4] = ACTIONS(1020), + [aux_sym__val_number_token5] = ACTIONS(1020), + [aux_sym__val_number_token6] = ACTIONS(1020), + [anon_sym_0b] = ACTIONS(1018), + [anon_sym_0o] = ACTIONS(1018), + [anon_sym_0x] = ACTIONS(1018), + [sym_val_date] = ACTIONS(1020), + [anon_sym_DQUOTE] = ACTIONS(1020), + [sym__str_single_quotes] = ACTIONS(1020), + [sym__str_back_ticks] = ACTIONS(1020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1020), + [anon_sym_err_GT] = ACTIONS(1018), + [anon_sym_out_GT] = ACTIONS(1018), + [anon_sym_e_GT] = ACTIONS(1018), + [anon_sym_o_GT] = ACTIONS(1018), + [anon_sym_err_PLUSout_GT] = ACTIONS(1018), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), + [anon_sym_o_PLUSe_GT] = ACTIONS(1018), + [anon_sym_e_PLUSo_GT] = ACTIONS(1018), + [anon_sym_err_GT_GT] = ACTIONS(1020), + [anon_sym_out_GT_GT] = ACTIONS(1020), + [anon_sym_e_GT_GT] = ACTIONS(1020), + [anon_sym_o_GT_GT] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [aux_sym_unquoted_token1] = ACTIONS(1018), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1020), + }, + [1502] = { + [sym_comment] = STATE(1502), + [sym__newline] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1719), + [anon_sym_PIPE] = ACTIONS(1719), + [anon_sym_err_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_GT_PIPE] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_RPAREN] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1719), + [anon_sym_DASH2] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_DOT_DOT] = ACTIONS(1717), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), + [anon_sym_DOT_DOT_LT] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_null] = ACTIONS(1719), + [anon_sym_true] = ACTIONS(1719), + [anon_sym_false] = ACTIONS(1719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1717), + [aux_sym__val_number_decimal_token2] = ACTIONS(1719), + [aux_sym__val_number_decimal_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token4] = ACTIONS(1719), + [aux_sym__val_number_token1] = ACTIONS(1719), + [aux_sym__val_number_token2] = ACTIONS(1719), + [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_token4] = ACTIONS(1719), + [aux_sym__val_number_token5] = ACTIONS(1719), + [aux_sym__val_number_token6] = ACTIONS(1719), + [anon_sym_0b] = ACTIONS(1717), + [anon_sym_0o] = ACTIONS(1717), + [anon_sym_0x] = ACTIONS(1717), + [sym_val_date] = ACTIONS(1719), + [anon_sym_DQUOTE] = ACTIONS(1719), + [sym__str_single_quotes] = ACTIONS(1719), + [sym__str_back_ticks] = ACTIONS(1719), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), + [anon_sym_err_GT] = ACTIONS(1717), + [anon_sym_out_GT] = ACTIONS(1717), + [anon_sym_e_GT] = ACTIONS(1717), + [anon_sym_o_GT] = ACTIONS(1717), + [anon_sym_err_PLUSout_GT] = ACTIONS(1717), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), + [anon_sym_o_PLUSe_GT] = ACTIONS(1717), + [anon_sym_e_PLUSo_GT] = ACTIONS(1717), + [anon_sym_err_GT_GT] = ACTIONS(1719), + [anon_sym_out_GT_GT] = ACTIONS(1719), + [anon_sym_e_GT_GT] = ACTIONS(1719), + [anon_sym_o_GT_GT] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [aux_sym_unquoted_token1] = ACTIONS(1717), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1719), + }, + [1503] = { + [sym_comment] = STATE(1503), + [anon_sym_EQ] = ACTIONS(994), + [anon_sym_PLUS_EQ] = ACTIONS(996), + [anon_sym_DASH_EQ] = ACTIONS(996), + [anon_sym_STAR_EQ] = ACTIONS(996), + [anon_sym_SLASH_EQ] = ACTIONS(996), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(996), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_GT2] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_STAR2] = ACTIONS(1004), + [anon_sym_and2] = ACTIONS(1000), + [anon_sym_xor2] = ACTIONS(1000), + [anon_sym_or2] = ACTIONS(1000), + [anon_sym_not_DASHin2] = ACTIONS(1000), + [anon_sym_starts_DASHwith2] = ACTIONS(1000), + [anon_sym_ends_DASHwith2] = ACTIONS(1000), + [anon_sym_EQ_EQ2] = ACTIONS(1000), + [anon_sym_BANG_EQ2] = ACTIONS(1000), + [anon_sym_LT2] = ACTIONS(1004), + [anon_sym_LT_EQ2] = ACTIONS(1000), + [anon_sym_GT_EQ2] = ACTIONS(1000), + [anon_sym_EQ_TILDE2] = ACTIONS(1000), + [anon_sym_BANG_TILDE2] = ACTIONS(1000), + [anon_sym_STAR_STAR2] = ACTIONS(1000), + [anon_sym_PLUS_PLUS2] = ACTIONS(1004), + [anon_sym_SLASH2] = ACTIONS(1004), + [anon_sym_mod2] = ACTIONS(1000), + [anon_sym_SLASH_SLASH2] = ACTIONS(1000), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_bit_DASHshl2] = ACTIONS(1000), + [anon_sym_bit_DASHshr2] = ACTIONS(1000), + [anon_sym_bit_DASHand2] = ACTIONS(1000), + [anon_sym_bit_DASHxor2] = ACTIONS(1000), + [anon_sym_bit_DASHor2] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [anon_sym_POUND] = ACTIONS(251), + }, + [1504] = { + [sym_comment] = STATE(1504), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1000), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_DOT_DOT] = ACTIONS(1004), + [anon_sym_DOT_DOT2] = ACTIONS(4741), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), + [anon_sym_DOT_DOT_LT] = ACTIONS(1004), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4743), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4743), + [anon_sym_null] = ACTIONS(1000), + [anon_sym_true] = ACTIONS(1000), + [anon_sym_false] = ACTIONS(1000), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1000), + [aux_sym__val_number_decimal_token3] = ACTIONS(1000), + [aux_sym__val_number_decimal_token4] = ACTIONS(1000), + [aux_sym__val_number_token1] = ACTIONS(1000), + [aux_sym__val_number_token2] = ACTIONS(1000), + [aux_sym__val_number_token3] = ACTIONS(1000), + [aux_sym__val_number_token4] = ACTIONS(1000), + [aux_sym__val_number_token5] = ACTIONS(1000), + [aux_sym__val_number_token6] = ACTIONS(1000), + [anon_sym_0b] = ACTIONS(1004), + [anon_sym_0o] = ACTIONS(1004), + [anon_sym_0x] = ACTIONS(1004), + [sym_val_date] = ACTIONS(1000), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [aux_sym_unquoted_token1] = ACTIONS(1004), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1000), + }, + [1505] = { + [sym_cell_path] = STATE(1862), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1505), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(937), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_LBRACK] = ACTIONS(937), + [anon_sym_LPAREN] = ACTIONS(937), + [anon_sym_DOLLAR] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(937), + [anon_sym_DASH2] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(937), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ] = ACTIONS(937), + [anon_sym_DOT_DOT_LT] = ACTIONS(937), + [anon_sym_null] = ACTIONS(937), + [anon_sym_true] = ACTIONS(937), + [anon_sym_false] = ACTIONS(937), + [aux_sym__val_number_decimal_token1] = ACTIONS(935), + [aux_sym__val_number_decimal_token2] = ACTIONS(937), + [aux_sym__val_number_decimal_token3] = ACTIONS(937), + [aux_sym__val_number_decimal_token4] = ACTIONS(937), + [aux_sym__val_number_token1] = ACTIONS(937), + [aux_sym__val_number_token2] = ACTIONS(937), + [aux_sym__val_number_token3] = ACTIONS(937), + [aux_sym__val_number_token4] = ACTIONS(937), + [aux_sym__val_number_token5] = ACTIONS(937), + [aux_sym__val_number_token6] = ACTIONS(937), + [anon_sym_0b] = ACTIONS(935), + [anon_sym_0o] = ACTIONS(935), + [anon_sym_0x] = ACTIONS(935), + [sym_val_date] = ACTIONS(937), + [anon_sym_DQUOTE] = ACTIONS(937), + [sym__str_single_quotes] = ACTIONS(937), + [sym__str_back_ticks] = ACTIONS(937), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(937), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), + [aux_sym_unquoted_token1] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(937), + }, + [1506] = { + [sym_comment] = STATE(1506), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_GT2] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1727), + [anon_sym_in2] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_STAR2] = ACTIONS(1725), + [anon_sym_and2] = ACTIONS(1727), + [anon_sym_xor2] = ACTIONS(1727), + [anon_sym_or2] = ACTIONS(1727), + [anon_sym_not_DASHin2] = ACTIONS(1727), + [anon_sym_starts_DASHwith2] = ACTIONS(1727), + [anon_sym_ends_DASHwith2] = ACTIONS(1727), + [anon_sym_EQ_EQ2] = ACTIONS(1727), + [anon_sym_BANG_EQ2] = ACTIONS(1727), + [anon_sym_LT2] = ACTIONS(1725), + [anon_sym_LT_EQ2] = ACTIONS(1727), + [anon_sym_GT_EQ2] = ACTIONS(1727), + [anon_sym_EQ_TILDE2] = ACTIONS(1727), + [anon_sym_BANG_TILDE2] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_STAR_STAR2] = ACTIONS(1727), + [anon_sym_PLUS_PLUS2] = ACTIONS(1727), + [anon_sym_SLASH2] = ACTIONS(1725), + [anon_sym_mod2] = ACTIONS(1727), + [anon_sym_SLASH_SLASH2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_bit_DASHshl2] = ACTIONS(1727), + [anon_sym_bit_DASHshr2] = ACTIONS(1727), + [anon_sym_bit_DASHand2] = ACTIONS(1727), + [anon_sym_bit_DASHxor2] = ACTIONS(1727), + [anon_sym_bit_DASHor2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4745), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4747), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + }, + [1507] = { + [sym_comment] = STATE(1507), + [sym__newline] = ACTIONS(4749), + [anon_sym_SEMI] = ACTIONS(4749), + [anon_sym_PIPE] = ACTIONS(4749), + [anon_sym_err_GT_PIPE] = ACTIONS(4749), + [anon_sym_out_GT_PIPE] = ACTIONS(4749), + [anon_sym_e_GT_PIPE] = ACTIONS(4749), + [anon_sym_o_GT_PIPE] = ACTIONS(4749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4749), + [anon_sym_LBRACK] = ACTIONS(4749), + [anon_sym_LPAREN] = ACTIONS(4749), + [anon_sym_RPAREN] = ACTIONS(4749), + [anon_sym_DOLLAR] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4749), + [anon_sym_DASH2] = ACTIONS(4751), + [anon_sym_LBRACE] = ACTIONS(4749), + [anon_sym_RBRACE] = ACTIONS(4749), + [anon_sym_DOT_DOT] = ACTIONS(4751), + [anon_sym_DOT_DOT2] = ACTIONS(4741), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4751), + [anon_sym_DOT_DOT_LT] = ACTIONS(4751), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4743), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4743), + [anon_sym_null] = ACTIONS(4749), + [anon_sym_true] = ACTIONS(4749), + [anon_sym_false] = ACTIONS(4749), + [aux_sym__val_number_decimal_token1] = ACTIONS(4751), + [aux_sym__val_number_decimal_token2] = ACTIONS(4749), + [aux_sym__val_number_decimal_token3] = ACTIONS(4749), + [aux_sym__val_number_decimal_token4] = ACTIONS(4749), + [aux_sym__val_number_token1] = ACTIONS(4749), + [aux_sym__val_number_token2] = ACTIONS(4749), + [aux_sym__val_number_token3] = ACTIONS(4749), + [aux_sym__val_number_token4] = ACTIONS(4749), + [aux_sym__val_number_token5] = ACTIONS(4749), + [aux_sym__val_number_token6] = ACTIONS(4749), + [anon_sym_0b] = ACTIONS(4751), + [anon_sym_0o] = ACTIONS(4751), + [anon_sym_0x] = ACTIONS(4751), + [sym_val_date] = ACTIONS(4749), + [anon_sym_DQUOTE] = ACTIONS(4749), + [sym__str_single_quotes] = ACTIONS(4749), + [sym__str_back_ticks] = ACTIONS(4749), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4749), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4749), + [anon_sym_err_GT] = ACTIONS(4751), + [anon_sym_out_GT] = ACTIONS(4751), + [anon_sym_e_GT] = ACTIONS(4751), + [anon_sym_o_GT] = ACTIONS(4751), + [anon_sym_err_PLUSout_GT] = ACTIONS(4751), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4751), + [anon_sym_o_PLUSe_GT] = ACTIONS(4751), + [anon_sym_e_PLUSo_GT] = ACTIONS(4751), + [anon_sym_err_GT_GT] = ACTIONS(4749), + [anon_sym_out_GT_GT] = ACTIONS(4749), + [anon_sym_e_GT_GT] = ACTIONS(4749), + [anon_sym_o_GT_GT] = ACTIONS(4749), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4749), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4749), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4749), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4749), + [aux_sym_unquoted_token1] = ACTIONS(4751), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4749), + }, + [1508] = { + [sym_comment] = STATE(1508), + [sym__newline] = ACTIONS(2118), + [anon_sym_SEMI] = ACTIONS(2118), + [anon_sym_PIPE] = ACTIONS(2118), + [anon_sym_err_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_GT_PIPE] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2118), + [anon_sym_LBRACK] = ACTIONS(2118), + [anon_sym_LPAREN] = ACTIONS(2118), + [anon_sym_RPAREN] = ACTIONS(2118), + [anon_sym_DOLLAR] = ACTIONS(2116), + [anon_sym_DASH_DASH] = ACTIONS(2118), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_LBRACE] = ACTIONS(2118), + [anon_sym_RBRACE] = ACTIONS(2118), + [anon_sym_DOT_DOT] = ACTIONS(2116), + [anon_sym_DOT_DOT2] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2116), + [anon_sym_DOT_DOT_LT] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2118), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2118), + [anon_sym_null] = ACTIONS(2118), + [anon_sym_true] = ACTIONS(2118), + [anon_sym_false] = ACTIONS(2118), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2118), + [aux_sym__val_number_decimal_token3] = ACTIONS(2118), + [aux_sym__val_number_decimal_token4] = ACTIONS(2118), + [aux_sym__val_number_token1] = ACTIONS(2118), + [aux_sym__val_number_token2] = ACTIONS(2118), + [aux_sym__val_number_token3] = ACTIONS(2118), + [aux_sym__val_number_token4] = ACTIONS(2118), + [aux_sym__val_number_token5] = ACTIONS(2118), + [aux_sym__val_number_token6] = ACTIONS(2118), + [anon_sym_0b] = ACTIONS(2116), + [anon_sym_0o] = ACTIONS(2116), + [anon_sym_0x] = ACTIONS(2116), + [sym_val_date] = ACTIONS(2118), + [anon_sym_DQUOTE] = ACTIONS(2118), + [sym__str_single_quotes] = ACTIONS(2118), + [sym__str_back_ticks] = ACTIONS(2118), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2118), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2118), + [anon_sym_err_GT] = ACTIONS(2116), + [anon_sym_out_GT] = ACTIONS(2116), + [anon_sym_e_GT] = ACTIONS(2116), + [anon_sym_o_GT] = ACTIONS(2116), + [anon_sym_err_PLUSout_GT] = ACTIONS(2116), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2116), + [anon_sym_o_PLUSe_GT] = ACTIONS(2116), + [anon_sym_e_PLUSo_GT] = ACTIONS(2116), + [anon_sym_err_GT_GT] = ACTIONS(2118), + [anon_sym_out_GT_GT] = ACTIONS(2118), + [anon_sym_e_GT_GT] = ACTIONS(2118), + [anon_sym_o_GT_GT] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2118), + [aux_sym_unquoted_token1] = ACTIONS(2116), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [1509] = { + [sym__expr_parenthesized_immediate] = STATE(2527), + [sym__immediate_decimal] = STATE(2528), + [sym_val_variable] = STATE(2527), + [sym_comment] = STATE(1509), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym__newline] = ACTIONS(1553), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_PIPE] = ACTIONS(1553), + [anon_sym_err_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_GT_PIPE] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1553), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1539), + [anon_sym_DASH2] = ACTIONS(1539), + [anon_sym_in2] = ACTIONS(1553), + [anon_sym_STAR2] = ACTIONS(1539), + [anon_sym_and2] = ACTIONS(1553), + [anon_sym_xor2] = ACTIONS(1553), + [anon_sym_or2] = ACTIONS(1553), + [anon_sym_not_DASHin2] = ACTIONS(1553), + [anon_sym_starts_DASHwith2] = ACTIONS(1553), + [anon_sym_ends_DASHwith2] = ACTIONS(1553), + [anon_sym_EQ_EQ2] = ACTIONS(1553), + [anon_sym_BANG_EQ2] = ACTIONS(1553), + [anon_sym_LT2] = ACTIONS(1539), + [anon_sym_LT_EQ2] = ACTIONS(1553), + [anon_sym_GT_EQ2] = ACTIONS(1553), + [anon_sym_EQ_TILDE2] = ACTIONS(1553), + [anon_sym_BANG_TILDE2] = ACTIONS(1553), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1553), + [anon_sym_PLUS_PLUS2] = ACTIONS(1553), + [anon_sym_SLASH2] = ACTIONS(1539), + [anon_sym_mod2] = ACTIONS(1553), + [anon_sym_SLASH_SLASH2] = ACTIONS(1553), + [anon_sym_PLUS2] = ACTIONS(1539), + [anon_sym_bit_DASHshl2] = ACTIONS(1553), + [anon_sym_bit_DASHshr2] = ACTIONS(1553), + [anon_sym_bit_DASHand2] = ACTIONS(1553), + [anon_sym_bit_DASHxor2] = ACTIONS(1553), + [anon_sym_bit_DASHor2] = ACTIONS(1553), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1539), + [anon_sym_out_GT] = ACTIONS(1539), + [anon_sym_e_GT] = ACTIONS(1539), + [anon_sym_o_GT] = ACTIONS(1539), + [anon_sym_err_PLUSout_GT] = ACTIONS(1539), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1539), + [anon_sym_o_PLUSe_GT] = ACTIONS(1539), + [anon_sym_e_PLUSo_GT] = ACTIONS(1539), + [anon_sym_err_GT_GT] = ACTIONS(1553), + [anon_sym_out_GT_GT] = ACTIONS(1553), + [anon_sym_e_GT_GT] = ACTIONS(1553), + [anon_sym_o_GT_GT] = ACTIONS(1553), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1553), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1553), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1553), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1553), + [anon_sym_POUND] = ACTIONS(251), + }, + [1510] = { + [sym_cell_path] = STATE(1825), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1510), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1947), + [sym__newline] = ACTIONS(1947), + [anon_sym_SEMI] = ACTIONS(1947), + [anon_sym_PIPE] = ACTIONS(1947), + [anon_sym_err_GT_PIPE] = ACTIONS(1947), + [anon_sym_out_GT_PIPE] = ACTIONS(1947), + [anon_sym_e_GT_PIPE] = ACTIONS(1947), + [anon_sym_o_GT_PIPE] = ACTIONS(1947), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1947), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1947), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1947), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1947), + [anon_sym_LBRACK] = ACTIONS(1947), + [anon_sym_LPAREN] = ACTIONS(1947), + [anon_sym_DOLLAR] = ACTIONS(1945), + [anon_sym_DASH_DASH] = ACTIONS(1947), + [anon_sym_DASH2] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1947), + [anon_sym_DOT_DOT] = ACTIONS(1945), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1947), + [anon_sym_DOT_DOT_LT] = ACTIONS(1947), + [anon_sym_null] = ACTIONS(1947), + [anon_sym_true] = ACTIONS(1947), + [anon_sym_false] = ACTIONS(1947), + [aux_sym__val_number_decimal_token1] = ACTIONS(1945), + [aux_sym__val_number_decimal_token2] = ACTIONS(1947), + [aux_sym__val_number_decimal_token3] = ACTIONS(1947), + [aux_sym__val_number_decimal_token4] = ACTIONS(1947), + [aux_sym__val_number_token1] = ACTIONS(1947), + [aux_sym__val_number_token2] = ACTIONS(1947), + [aux_sym__val_number_token3] = ACTIONS(1947), + [aux_sym__val_number_token4] = ACTIONS(1947), + [aux_sym__val_number_token5] = ACTIONS(1947), + [aux_sym__val_number_token6] = ACTIONS(1947), + [anon_sym_0b] = ACTIONS(1945), + [anon_sym_0o] = ACTIONS(1945), + [anon_sym_0x] = ACTIONS(1945), + [sym_val_date] = ACTIONS(1947), + [anon_sym_DQUOTE] = ACTIONS(1947), + [sym__str_single_quotes] = ACTIONS(1947), + [sym__str_back_ticks] = ACTIONS(1947), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1947), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1947), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1945), + [anon_sym_out_GT] = ACTIONS(1945), + [anon_sym_e_GT] = ACTIONS(1945), + [anon_sym_o_GT] = ACTIONS(1945), + [anon_sym_err_PLUSout_GT] = ACTIONS(1945), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1945), + [anon_sym_o_PLUSe_GT] = ACTIONS(1945), + [anon_sym_e_PLUSo_GT] = ACTIONS(1945), + [anon_sym_err_GT_GT] = ACTIONS(1947), + [anon_sym_out_GT_GT] = ACTIONS(1947), + [anon_sym_e_GT_GT] = ACTIONS(1947), + [anon_sym_o_GT_GT] = ACTIONS(1947), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1947), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1947), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1947), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1947), + [aux_sym_unquoted_token1] = ACTIONS(1945), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1947), }, - [1557] = { - [sym_comment] = STATE(1557), - [ts_builtin_sym_end] = ACTIONS(1020), - [sym__newline] = ACTIONS(1020), - [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_err_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_GT_PIPE] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), - [anon_sym_LBRACK] = ACTIONS(1020), - [anon_sym_LPAREN] = ACTIONS(1020), - [anon_sym_DOLLAR] = ACTIONS(1018), - [anon_sym_DASH_DASH] = ACTIONS(1020), - [anon_sym_DASH2] = ACTIONS(1018), - [anon_sym_LBRACE] = ACTIONS(1020), - [anon_sym_DOT_DOT] = ACTIONS(1018), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), - [anon_sym_DOT_DOT_LT] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_null] = ACTIONS(1020), - [anon_sym_true] = ACTIONS(1020), - [anon_sym_false] = ACTIONS(1020), - [aux_sym__val_number_decimal_token1] = ACTIONS(1018), - [aux_sym__val_number_decimal_token2] = ACTIONS(1020), - [aux_sym__val_number_decimal_token3] = ACTIONS(1020), - [aux_sym__val_number_decimal_token4] = ACTIONS(1020), - [aux_sym__val_number_token1] = ACTIONS(1020), - [aux_sym__val_number_token2] = ACTIONS(1020), - [aux_sym__val_number_token3] = ACTIONS(1020), - [aux_sym__val_number_token4] = ACTIONS(1020), - [aux_sym__val_number_token5] = ACTIONS(1020), - [aux_sym__val_number_token6] = ACTIONS(1020), - [anon_sym_0b] = ACTIONS(1018), - [anon_sym_0o] = ACTIONS(1018), - [anon_sym_0x] = ACTIONS(1018), - [sym_val_date] = ACTIONS(1020), - [anon_sym_DQUOTE] = ACTIONS(1020), - [sym__str_single_quotes] = ACTIONS(1020), - [sym__str_back_ticks] = ACTIONS(1020), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1020), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1020), - [anon_sym_err_GT] = ACTIONS(1018), - [anon_sym_out_GT] = ACTIONS(1018), - [anon_sym_e_GT] = ACTIONS(1018), - [anon_sym_o_GT] = ACTIONS(1018), - [anon_sym_err_PLUSout_GT] = ACTIONS(1018), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), - [anon_sym_o_PLUSe_GT] = ACTIONS(1018), - [anon_sym_e_PLUSo_GT] = ACTIONS(1018), - [anon_sym_err_GT_GT] = ACTIONS(1020), - [anon_sym_out_GT_GT] = ACTIONS(1020), - [anon_sym_e_GT_GT] = ACTIONS(1020), - [anon_sym_o_GT_GT] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), - [aux_sym_unquoted_token1] = ACTIONS(1018), + [1511] = { + [sym_cell_path] = STATE(1869), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1511), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1951), + [sym__newline] = ACTIONS(1951), + [anon_sym_SEMI] = ACTIONS(1951), + [anon_sym_PIPE] = ACTIONS(1951), + [anon_sym_err_GT_PIPE] = ACTIONS(1951), + [anon_sym_out_GT_PIPE] = ACTIONS(1951), + [anon_sym_e_GT_PIPE] = ACTIONS(1951), + [anon_sym_o_GT_PIPE] = ACTIONS(1951), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1951), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1951), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1951), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1951), + [anon_sym_LBRACK] = ACTIONS(1951), + [anon_sym_LPAREN] = ACTIONS(1951), + [anon_sym_DOLLAR] = ACTIONS(1949), + [anon_sym_DASH_DASH] = ACTIONS(1951), + [anon_sym_DASH2] = ACTIONS(1949), + [anon_sym_LBRACE] = ACTIONS(1951), + [anon_sym_DOT_DOT] = ACTIONS(1949), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1951), + [anon_sym_DOT_DOT_LT] = ACTIONS(1951), + [anon_sym_null] = ACTIONS(1951), + [anon_sym_true] = ACTIONS(1951), + [anon_sym_false] = ACTIONS(1951), + [aux_sym__val_number_decimal_token1] = ACTIONS(1949), + [aux_sym__val_number_decimal_token2] = ACTIONS(1951), + [aux_sym__val_number_decimal_token3] = ACTIONS(1951), + [aux_sym__val_number_decimal_token4] = ACTIONS(1951), + [aux_sym__val_number_token1] = ACTIONS(1951), + [aux_sym__val_number_token2] = ACTIONS(1951), + [aux_sym__val_number_token3] = ACTIONS(1951), + [aux_sym__val_number_token4] = ACTIONS(1951), + [aux_sym__val_number_token5] = ACTIONS(1951), + [aux_sym__val_number_token6] = ACTIONS(1951), + [anon_sym_0b] = ACTIONS(1949), + [anon_sym_0o] = ACTIONS(1949), + [anon_sym_0x] = ACTIONS(1949), + [sym_val_date] = ACTIONS(1951), + [anon_sym_DQUOTE] = ACTIONS(1951), + [sym__str_single_quotes] = ACTIONS(1951), + [sym__str_back_ticks] = ACTIONS(1951), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1951), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1951), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1949), + [anon_sym_out_GT] = ACTIONS(1949), + [anon_sym_e_GT] = ACTIONS(1949), + [anon_sym_o_GT] = ACTIONS(1949), + [anon_sym_err_PLUSout_GT] = ACTIONS(1949), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1949), + [anon_sym_o_PLUSe_GT] = ACTIONS(1949), + [anon_sym_e_PLUSo_GT] = ACTIONS(1949), + [anon_sym_err_GT_GT] = ACTIONS(1951), + [anon_sym_out_GT_GT] = ACTIONS(1951), + [anon_sym_e_GT_GT] = ACTIONS(1951), + [anon_sym_o_GT_GT] = ACTIONS(1951), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1951), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1951), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1951), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1951), + [aux_sym_unquoted_token1] = ACTIONS(1949), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1020), + [sym_raw_string_begin] = ACTIONS(1951), }, - [1558] = { - [sym_comment] = STATE(1558), - [ts_builtin_sym_end] = ACTIONS(2057), - [sym__newline] = ACTIONS(2057), - [anon_sym_SEMI] = ACTIONS(2057), - [anon_sym_PIPE] = ACTIONS(2057), - [anon_sym_err_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_GT_PIPE] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2057), - [anon_sym_LBRACK] = ACTIONS(2057), - [anon_sym_LPAREN] = ACTIONS(2057), - [anon_sym_DOLLAR] = ACTIONS(2055), - [anon_sym_DASH_DASH] = ACTIONS(2057), - [anon_sym_DASH2] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2057), - [anon_sym_DOT_DOT] = ACTIONS(2055), - [anon_sym_DOT_DOT2] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2055), - [anon_sym_DOT_DOT_LT] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2057), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2057), - [anon_sym_null] = ACTIONS(2057), - [anon_sym_true] = ACTIONS(2057), - [anon_sym_false] = ACTIONS(2057), - [aux_sym__val_number_decimal_token1] = ACTIONS(2055), - [aux_sym__val_number_decimal_token2] = ACTIONS(2057), - [aux_sym__val_number_decimal_token3] = ACTIONS(2057), - [aux_sym__val_number_decimal_token4] = ACTIONS(2057), - [aux_sym__val_number_token1] = ACTIONS(2057), - [aux_sym__val_number_token2] = ACTIONS(2057), - [aux_sym__val_number_token3] = ACTIONS(2057), - [aux_sym__val_number_token4] = ACTIONS(2057), - [aux_sym__val_number_token5] = ACTIONS(2057), - [aux_sym__val_number_token6] = ACTIONS(2057), - [anon_sym_0b] = ACTIONS(2055), - [anon_sym_0o] = ACTIONS(2055), - [anon_sym_0x] = ACTIONS(2055), - [sym_val_date] = ACTIONS(2057), - [anon_sym_DQUOTE] = ACTIONS(2057), - [sym__str_single_quotes] = ACTIONS(2057), - [sym__str_back_ticks] = ACTIONS(2057), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2057), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2057), - [anon_sym_err_GT] = ACTIONS(2055), - [anon_sym_out_GT] = ACTIONS(2055), - [anon_sym_e_GT] = ACTIONS(2055), - [anon_sym_o_GT] = ACTIONS(2055), - [anon_sym_err_PLUSout_GT] = ACTIONS(2055), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2055), - [anon_sym_o_PLUSe_GT] = ACTIONS(2055), - [anon_sym_e_PLUSo_GT] = ACTIONS(2055), - [anon_sym_err_GT_GT] = ACTIONS(2057), - [anon_sym_out_GT_GT] = ACTIONS(2057), - [anon_sym_e_GT_GT] = ACTIONS(2057), - [anon_sym_o_GT_GT] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2057), - [aux_sym_unquoted_token1] = ACTIONS(2055), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2057), + [1512] = { + [sym_comment] = STATE(1512), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT] = ACTIONS(4753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4755), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1559] = { - [sym_comment] = STATE(1559), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [1513] = { + [sym_cell_path] = STATE(1873), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1513), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1955), + [sym__newline] = ACTIONS(1955), + [anon_sym_SEMI] = ACTIONS(1955), + [anon_sym_PIPE] = ACTIONS(1955), + [anon_sym_err_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_GT_PIPE] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1955), + [anon_sym_LBRACK] = ACTIONS(1955), + [anon_sym_LPAREN] = ACTIONS(1955), + [anon_sym_DOLLAR] = ACTIONS(1953), + [anon_sym_DASH_DASH] = ACTIONS(1955), + [anon_sym_DASH2] = ACTIONS(1953), + [anon_sym_LBRACE] = ACTIONS(1955), + [anon_sym_DOT_DOT] = ACTIONS(1953), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1955), + [anon_sym_DOT_DOT_LT] = ACTIONS(1955), + [anon_sym_null] = ACTIONS(1955), + [anon_sym_true] = ACTIONS(1955), + [anon_sym_false] = ACTIONS(1955), + [aux_sym__val_number_decimal_token1] = ACTIONS(1953), + [aux_sym__val_number_decimal_token2] = ACTIONS(1955), + [aux_sym__val_number_decimal_token3] = ACTIONS(1955), + [aux_sym__val_number_decimal_token4] = ACTIONS(1955), + [aux_sym__val_number_token1] = ACTIONS(1955), + [aux_sym__val_number_token2] = ACTIONS(1955), + [aux_sym__val_number_token3] = ACTIONS(1955), + [aux_sym__val_number_token4] = ACTIONS(1955), + [aux_sym__val_number_token5] = ACTIONS(1955), + [aux_sym__val_number_token6] = ACTIONS(1955), + [anon_sym_0b] = ACTIONS(1953), + [anon_sym_0o] = ACTIONS(1953), + [anon_sym_0x] = ACTIONS(1953), + [sym_val_date] = ACTIONS(1955), + [anon_sym_DQUOTE] = ACTIONS(1955), + [sym__str_single_quotes] = ACTIONS(1955), + [sym__str_back_ticks] = ACTIONS(1955), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1955), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1955), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1953), + [anon_sym_out_GT] = ACTIONS(1953), + [anon_sym_e_GT] = ACTIONS(1953), + [anon_sym_o_GT] = ACTIONS(1953), + [anon_sym_err_PLUSout_GT] = ACTIONS(1953), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1953), + [anon_sym_o_PLUSe_GT] = ACTIONS(1953), + [anon_sym_e_PLUSo_GT] = ACTIONS(1953), + [anon_sym_err_GT_GT] = ACTIONS(1955), + [anon_sym_out_GT_GT] = ACTIONS(1955), + [anon_sym_e_GT_GT] = ACTIONS(1955), + [anon_sym_o_GT_GT] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1955), + [aux_sym_unquoted_token1] = ACTIONS(1953), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1955), }, - [1560] = { - [sym_comment] = STATE(1560), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4733), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1514] = { + [sym_cell_path] = STATE(1874), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1514), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1959), + [sym__newline] = ACTIONS(1959), + [anon_sym_SEMI] = ACTIONS(1959), + [anon_sym_PIPE] = ACTIONS(1959), + [anon_sym_err_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_GT_PIPE] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), + [anon_sym_LBRACK] = ACTIONS(1959), + [anon_sym_LPAREN] = ACTIONS(1959), + [anon_sym_DOLLAR] = ACTIONS(1957), + [anon_sym_DASH_DASH] = ACTIONS(1959), + [anon_sym_DASH2] = ACTIONS(1957), + [anon_sym_LBRACE] = ACTIONS(1959), + [anon_sym_DOT_DOT] = ACTIONS(1957), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1959), + [anon_sym_DOT_DOT_LT] = ACTIONS(1959), + [anon_sym_null] = ACTIONS(1959), + [anon_sym_true] = ACTIONS(1959), + [anon_sym_false] = ACTIONS(1959), + [aux_sym__val_number_decimal_token1] = ACTIONS(1957), + [aux_sym__val_number_decimal_token2] = ACTIONS(1959), + [aux_sym__val_number_decimal_token3] = ACTIONS(1959), + [aux_sym__val_number_decimal_token4] = ACTIONS(1959), + [aux_sym__val_number_token1] = ACTIONS(1959), + [aux_sym__val_number_token2] = ACTIONS(1959), + [aux_sym__val_number_token3] = ACTIONS(1959), + [aux_sym__val_number_token4] = ACTIONS(1959), + [aux_sym__val_number_token5] = ACTIONS(1959), + [aux_sym__val_number_token6] = ACTIONS(1959), + [anon_sym_0b] = ACTIONS(1957), + [anon_sym_0o] = ACTIONS(1957), + [anon_sym_0x] = ACTIONS(1957), + [sym_val_date] = ACTIONS(1959), + [anon_sym_DQUOTE] = ACTIONS(1959), + [sym__str_single_quotes] = ACTIONS(1959), + [sym__str_back_ticks] = ACTIONS(1959), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1959), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1959), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1957), + [anon_sym_out_GT] = ACTIONS(1957), + [anon_sym_e_GT] = ACTIONS(1957), + [anon_sym_o_GT] = ACTIONS(1957), + [anon_sym_err_PLUSout_GT] = ACTIONS(1957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), + [anon_sym_o_PLUSe_GT] = ACTIONS(1957), + [anon_sym_e_PLUSo_GT] = ACTIONS(1957), + [anon_sym_err_GT_GT] = ACTIONS(1959), + [anon_sym_out_GT_GT] = ACTIONS(1959), + [anon_sym_e_GT_GT] = ACTIONS(1959), + [anon_sym_o_GT_GT] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), + [aux_sym_unquoted_token1] = ACTIONS(1957), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1959), }, - [1561] = { - [sym_comment] = STATE(1561), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4816), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [1515] = { + [sym_cell_path] = STATE(1877), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1515), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1963), + [sym__newline] = ACTIONS(1963), + [anon_sym_SEMI] = ACTIONS(1963), + [anon_sym_PIPE] = ACTIONS(1963), + [anon_sym_err_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_GT_PIPE] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1963), + [anon_sym_LBRACK] = ACTIONS(1963), + [anon_sym_LPAREN] = ACTIONS(1963), + [anon_sym_DOLLAR] = ACTIONS(1961), + [anon_sym_DASH_DASH] = ACTIONS(1963), + [anon_sym_DASH2] = ACTIONS(1961), + [anon_sym_LBRACE] = ACTIONS(1963), + [anon_sym_DOT_DOT] = ACTIONS(1961), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1963), + [anon_sym_DOT_DOT_LT] = ACTIONS(1963), + [anon_sym_null] = ACTIONS(1963), + [anon_sym_true] = ACTIONS(1963), + [anon_sym_false] = ACTIONS(1963), + [aux_sym__val_number_decimal_token1] = ACTIONS(1961), + [aux_sym__val_number_decimal_token2] = ACTIONS(1963), + [aux_sym__val_number_decimal_token3] = ACTIONS(1963), + [aux_sym__val_number_decimal_token4] = ACTIONS(1963), + [aux_sym__val_number_token1] = ACTIONS(1963), + [aux_sym__val_number_token2] = ACTIONS(1963), + [aux_sym__val_number_token3] = ACTIONS(1963), + [aux_sym__val_number_token4] = ACTIONS(1963), + [aux_sym__val_number_token5] = ACTIONS(1963), + [aux_sym__val_number_token6] = ACTIONS(1963), + [anon_sym_0b] = ACTIONS(1961), + [anon_sym_0o] = ACTIONS(1961), + [anon_sym_0x] = ACTIONS(1961), + [sym_val_date] = ACTIONS(1963), + [anon_sym_DQUOTE] = ACTIONS(1963), + [sym__str_single_quotes] = ACTIONS(1963), + [sym__str_back_ticks] = ACTIONS(1963), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1963), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1963), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1961), + [anon_sym_out_GT] = ACTIONS(1961), + [anon_sym_e_GT] = ACTIONS(1961), + [anon_sym_o_GT] = ACTIONS(1961), + [anon_sym_err_PLUSout_GT] = ACTIONS(1961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1961), + [anon_sym_o_PLUSe_GT] = ACTIONS(1961), + [anon_sym_e_PLUSo_GT] = ACTIONS(1961), + [anon_sym_err_GT_GT] = ACTIONS(1963), + [anon_sym_out_GT_GT] = ACTIONS(1963), + [anon_sym_e_GT_GT] = ACTIONS(1963), + [anon_sym_o_GT_GT] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1963), + [aux_sym_unquoted_token1] = ACTIONS(1961), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1963), }, - [1562] = { - [sym_cell_path] = STATE(2061), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1562), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2023), - [anon_sym_SEMI] = ACTIONS(2023), - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_err_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_GT_PIPE] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2023), - [anon_sym_RPAREN] = ACTIONS(2023), - [anon_sym_GT2] = ACTIONS(2021), - [anon_sym_DASH2] = ACTIONS(2023), - [anon_sym_in2] = ACTIONS(2023), - [anon_sym_if] = ACTIONS(2023), - [anon_sym_LBRACE] = ACTIONS(2023), - [anon_sym_RBRACE] = ACTIONS(2023), - [anon_sym_EQ_GT] = ACTIONS(2023), - [anon_sym_STAR2] = ACTIONS(2021), - [anon_sym_and2] = ACTIONS(2023), - [anon_sym_xor2] = ACTIONS(2023), - [anon_sym_or2] = ACTIONS(2023), - [anon_sym_not_DASHin2] = ACTIONS(2023), - [anon_sym_starts_DASHwith2] = ACTIONS(2023), - [anon_sym_ends_DASHwith2] = ACTIONS(2023), - [anon_sym_EQ_EQ2] = ACTIONS(2023), - [anon_sym_BANG_EQ2] = ACTIONS(2023), - [anon_sym_LT2] = ACTIONS(2021), - [anon_sym_LT_EQ2] = ACTIONS(2023), - [anon_sym_GT_EQ2] = ACTIONS(2023), - [anon_sym_EQ_TILDE2] = ACTIONS(2023), - [anon_sym_BANG_TILDE2] = ACTIONS(2023), - [anon_sym_STAR_STAR2] = ACTIONS(2023), - [anon_sym_PLUS_PLUS2] = ACTIONS(2023), - [anon_sym_SLASH2] = ACTIONS(2021), - [anon_sym_mod2] = ACTIONS(2023), - [anon_sym_SLASH_SLASH2] = ACTIONS(2023), - [anon_sym_PLUS2] = ACTIONS(2021), - [anon_sym_bit_DASHshl2] = ACTIONS(2023), - [anon_sym_bit_DASHshr2] = ACTIONS(2023), - [anon_sym_bit_DASHand2] = ACTIONS(2023), - [anon_sym_bit_DASHxor2] = ACTIONS(2023), - [anon_sym_bit_DASHor2] = ACTIONS(2023), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2021), - [anon_sym_out_GT] = ACTIONS(2021), - [anon_sym_e_GT] = ACTIONS(2021), - [anon_sym_o_GT] = ACTIONS(2021), - [anon_sym_err_PLUSout_GT] = ACTIONS(2021), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2021), - [anon_sym_o_PLUSe_GT] = ACTIONS(2021), - [anon_sym_e_PLUSo_GT] = ACTIONS(2021), - [anon_sym_err_GT_GT] = ACTIONS(2023), - [anon_sym_out_GT_GT] = ACTIONS(2023), - [anon_sym_e_GT_GT] = ACTIONS(2023), - [anon_sym_o_GT_GT] = ACTIONS(2023), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2023), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2023), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2023), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2023), + [1516] = { + [sym_cell_path] = STATE(1890), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1516), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1991), + [sym__newline] = ACTIONS(1991), + [anon_sym_SEMI] = ACTIONS(1991), + [anon_sym_PIPE] = ACTIONS(1991), + [anon_sym_err_GT_PIPE] = ACTIONS(1991), + [anon_sym_out_GT_PIPE] = ACTIONS(1991), + [anon_sym_e_GT_PIPE] = ACTIONS(1991), + [anon_sym_o_GT_PIPE] = ACTIONS(1991), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1991), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1991), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1991), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1991), + [anon_sym_LBRACK] = ACTIONS(1991), + [anon_sym_LPAREN] = ACTIONS(1991), + [anon_sym_DOLLAR] = ACTIONS(1989), + [anon_sym_DASH_DASH] = ACTIONS(1991), + [anon_sym_DASH2] = ACTIONS(1989), + [anon_sym_LBRACE] = ACTIONS(1991), + [anon_sym_DOT_DOT] = ACTIONS(1989), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1991), + [anon_sym_DOT_DOT_LT] = ACTIONS(1991), + [anon_sym_null] = ACTIONS(1991), + [anon_sym_true] = ACTIONS(1991), + [anon_sym_false] = ACTIONS(1991), + [aux_sym__val_number_decimal_token1] = ACTIONS(1989), + [aux_sym__val_number_decimal_token2] = ACTIONS(1991), + [aux_sym__val_number_decimal_token3] = ACTIONS(1991), + [aux_sym__val_number_decimal_token4] = ACTIONS(1991), + [aux_sym__val_number_token1] = ACTIONS(1991), + [aux_sym__val_number_token2] = ACTIONS(1991), + [aux_sym__val_number_token3] = ACTIONS(1991), + [aux_sym__val_number_token4] = ACTIONS(1991), + [aux_sym__val_number_token5] = ACTIONS(1991), + [aux_sym__val_number_token6] = ACTIONS(1991), + [anon_sym_0b] = ACTIONS(1989), + [anon_sym_0o] = ACTIONS(1989), + [anon_sym_0x] = ACTIONS(1989), + [sym_val_date] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(1991), + [sym__str_single_quotes] = ACTIONS(1991), + [sym__str_back_ticks] = ACTIONS(1991), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1991), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1991), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1989), + [anon_sym_out_GT] = ACTIONS(1989), + [anon_sym_e_GT] = ACTIONS(1989), + [anon_sym_o_GT] = ACTIONS(1989), + [anon_sym_err_PLUSout_GT] = ACTIONS(1989), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1989), + [anon_sym_o_PLUSe_GT] = ACTIONS(1989), + [anon_sym_e_PLUSo_GT] = ACTIONS(1989), + [anon_sym_err_GT_GT] = ACTIONS(1991), + [anon_sym_out_GT_GT] = ACTIONS(1991), + [anon_sym_e_GT_GT] = ACTIONS(1991), + [anon_sym_o_GT_GT] = ACTIONS(1991), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1991), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1991), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1991), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1991), + [aux_sym_unquoted_token1] = ACTIONS(1989), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1991), }, - [1563] = { - [sym_comment] = STATE(1563), - [ts_builtin_sym_end] = ACTIONS(1000), + [1517] = { + [sym_comment] = STATE(1517), + [anon_sym_EQ] = ACTIONS(4757), + [anon_sym_PLUS_EQ] = ACTIONS(4759), + [anon_sym_DASH_EQ] = ACTIONS(4759), + [anon_sym_STAR_EQ] = ACTIONS(4759), + [anon_sym_SLASH_EQ] = ACTIONS(4759), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4759), [sym__newline] = ACTIONS(1000), [anon_sym_SEMI] = ACTIONS(1000), [anon_sym_PIPE] = ACTIONS(1000), @@ -225014,40 +221904,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_LBRACK] = ACTIONS(1000), - [anon_sym_LPAREN] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_GT2] = ACTIONS(1004), [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1000), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT2] = ACTIONS(4818), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), - [anon_sym_DOT_DOT_LT] = ACTIONS(1004), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4820), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(1000), - [anon_sym_true] = ACTIONS(1000), - [anon_sym_false] = ACTIONS(1000), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1000), - [aux_sym__val_number_decimal_token3] = ACTIONS(1000), - [aux_sym__val_number_decimal_token4] = ACTIONS(1000), - [aux_sym__val_number_token1] = ACTIONS(1000), - [aux_sym__val_number_token2] = ACTIONS(1000), - [aux_sym__val_number_token3] = ACTIONS(1000), - [aux_sym__val_number_token4] = ACTIONS(1000), - [aux_sym__val_number_token5] = ACTIONS(1000), - [aux_sym__val_number_token6] = ACTIONS(1000), - [anon_sym_0b] = ACTIONS(1004), - [anon_sym_0o] = ACTIONS(1004), - [anon_sym_0x] = ACTIONS(1004), - [sym_val_date] = ACTIONS(1000), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), + [anon_sym_in2] = ACTIONS(1000), + [anon_sym_STAR2] = ACTIONS(1004), + [anon_sym_and2] = ACTIONS(1000), + [anon_sym_xor2] = ACTIONS(1000), + [anon_sym_or2] = ACTIONS(1000), + [anon_sym_not_DASHin2] = ACTIONS(1000), + [anon_sym_starts_DASHwith2] = ACTIONS(1000), + [anon_sym_ends_DASHwith2] = ACTIONS(1000), + [anon_sym_EQ_EQ2] = ACTIONS(1000), + [anon_sym_BANG_EQ2] = ACTIONS(1000), + [anon_sym_LT2] = ACTIONS(1004), + [anon_sym_LT_EQ2] = ACTIONS(1000), + [anon_sym_GT_EQ2] = ACTIONS(1000), + [anon_sym_EQ_TILDE2] = ACTIONS(1000), + [anon_sym_BANG_TILDE2] = ACTIONS(1000), + [anon_sym_STAR_STAR2] = ACTIONS(1000), + [anon_sym_PLUS_PLUS2] = ACTIONS(1004), + [anon_sym_SLASH2] = ACTIONS(1004), + [anon_sym_mod2] = ACTIONS(1000), + [anon_sym_SLASH_SLASH2] = ACTIONS(1000), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_bit_DASHshl2] = ACTIONS(1000), + [anon_sym_bit_DASHshr2] = ACTIONS(1000), + [anon_sym_bit_DASHand2] = ACTIONS(1000), + [anon_sym_bit_DASHxor2] = ACTIONS(1000), + [anon_sym_bit_DASHor2] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), [anon_sym_err_GT] = ACTIONS(1004), [anon_sym_out_GT] = ACTIONS(1004), [anon_sym_e_GT] = ACTIONS(1004), @@ -225064,1237 +221952,838 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), - [aux_sym_unquoted_token1] = ACTIONS(1004), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1000), - }, - [1564] = { - [sym_comment] = STATE(1564), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), - [anon_sym_DOT_DOT_LT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), - }, - [1565] = { - [sym_comment] = STATE(1565), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), }, - [1566] = { - [sym_comment] = STATE(1566), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1771), - [anon_sym_DOT_DOT_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1567] = { - [sym_comment] = STATE(1567), - [ts_builtin_sym_end] = ACTIONS(1788), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), - [anon_sym_DOT_DOT_LT] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), + [1518] = { + [sym_comment] = STATE(1518), + [sym__newline] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_err_GT_PIPE] = ACTIONS(986), + [anon_sym_out_GT_PIPE] = ACTIONS(986), + [anon_sym_e_GT_PIPE] = ACTIONS(986), + [anon_sym_o_GT_PIPE] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_RPAREN] = ACTIONS(986), + [anon_sym_GT2] = ACTIONS(984), + [anon_sym_DASH2] = ACTIONS(986), + [anon_sym_in2] = ACTIONS(986), + [anon_sym_if] = ACTIONS(986), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_EQ_GT] = ACTIONS(986), + [anon_sym_STAR2] = ACTIONS(984), + [anon_sym_and2] = ACTIONS(986), + [anon_sym_xor2] = ACTIONS(986), + [anon_sym_or2] = ACTIONS(986), + [anon_sym_not_DASHin2] = ACTIONS(986), + [anon_sym_starts_DASHwith2] = ACTIONS(986), + [anon_sym_ends_DASHwith2] = ACTIONS(986), + [anon_sym_EQ_EQ2] = ACTIONS(986), + [anon_sym_BANG_EQ2] = ACTIONS(986), + [anon_sym_LT2] = ACTIONS(984), + [anon_sym_LT_EQ2] = ACTIONS(986), + [anon_sym_GT_EQ2] = ACTIONS(986), + [anon_sym_EQ_TILDE2] = ACTIONS(986), + [anon_sym_BANG_TILDE2] = ACTIONS(986), + [anon_sym_STAR_STAR2] = ACTIONS(986), + [anon_sym_PLUS_PLUS2] = ACTIONS(986), + [anon_sym_SLASH2] = ACTIONS(984), + [anon_sym_mod2] = ACTIONS(986), + [anon_sym_SLASH_SLASH2] = ACTIONS(986), + [anon_sym_PLUS2] = ACTIONS(984), + [anon_sym_bit_DASHshl2] = ACTIONS(986), + [anon_sym_bit_DASHshr2] = ACTIONS(986), + [anon_sym_bit_DASHand2] = ACTIONS(986), + [anon_sym_bit_DASHxor2] = ACTIONS(986), + [anon_sym_bit_DASHor2] = ACTIONS(986), + [anon_sym_DOT_DOT2] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(986), + [anon_sym_DOT_DOT_LT2] = ACTIONS(986), + [anon_sym_COLON2] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_err_GT] = ACTIONS(984), + [anon_sym_out_GT] = ACTIONS(984), + [anon_sym_e_GT] = ACTIONS(984), + [anon_sym_o_GT] = ACTIONS(984), + [anon_sym_err_PLUSout_GT] = ACTIONS(984), + [anon_sym_out_PLUSerr_GT] = ACTIONS(984), + [anon_sym_o_PLUSe_GT] = ACTIONS(984), + [anon_sym_e_PLUSo_GT] = ACTIONS(984), + [anon_sym_err_GT_GT] = ACTIONS(986), + [anon_sym_out_GT_GT] = ACTIONS(986), + [anon_sym_e_GT_GT] = ACTIONS(986), + [anon_sym_o_GT_GT] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), - }, - [1568] = { - [sym_comment] = STATE(1568), - [sym__newline] = ACTIONS(2222), - [anon_sym_SEMI] = ACTIONS(2222), - [anon_sym_PIPE] = ACTIONS(2222), - [anon_sym_err_GT_PIPE] = ACTIONS(2222), - [anon_sym_out_GT_PIPE] = ACTIONS(2222), - [anon_sym_e_GT_PIPE] = ACTIONS(2222), - [anon_sym_o_GT_PIPE] = ACTIONS(2222), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2222), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2222), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2222), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2222), - [anon_sym_LBRACK] = ACTIONS(2222), - [anon_sym_LPAREN] = ACTIONS(2218), - [anon_sym_RPAREN] = ACTIONS(2222), - [anon_sym_DOLLAR] = ACTIONS(2218), - [anon_sym_DASH_DASH] = ACTIONS(2222), - [anon_sym_DASH2] = ACTIONS(2218), - [anon_sym_LBRACE] = ACTIONS(2222), - [anon_sym_RBRACE] = ACTIONS(2222), - [anon_sym_DOT_DOT] = ACTIONS(2218), - [anon_sym_LPAREN2] = ACTIONS(2220), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2222), - [anon_sym_DOT_DOT_LT] = ACTIONS(2222), - [anon_sym_null] = ACTIONS(2222), - [anon_sym_true] = ACTIONS(2222), - [anon_sym_false] = ACTIONS(2222), - [aux_sym__val_number_decimal_token1] = ACTIONS(2218), - [aux_sym__val_number_decimal_token2] = ACTIONS(2222), - [aux_sym__val_number_decimal_token3] = ACTIONS(2222), - [aux_sym__val_number_decimal_token4] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2222), - [aux_sym__val_number_token2] = ACTIONS(2222), - [aux_sym__val_number_token3] = ACTIONS(2222), - [aux_sym__val_number_token4] = ACTIONS(2222), - [aux_sym__val_number_token5] = ACTIONS(2222), - [aux_sym__val_number_token6] = ACTIONS(2222), - [anon_sym_0b] = ACTIONS(2218), - [anon_sym_0o] = ACTIONS(2218), - [anon_sym_0x] = ACTIONS(2218), - [sym_val_date] = ACTIONS(2222), - [anon_sym_DQUOTE] = ACTIONS(2222), - [sym__str_single_quotes] = ACTIONS(2222), - [sym__str_back_ticks] = ACTIONS(2222), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2222), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2222), - [anon_sym_err_GT] = ACTIONS(2218), - [anon_sym_out_GT] = ACTIONS(2218), - [anon_sym_e_GT] = ACTIONS(2218), - [anon_sym_o_GT] = ACTIONS(2218), - [anon_sym_err_PLUSout_GT] = ACTIONS(2218), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2218), - [anon_sym_o_PLUSe_GT] = ACTIONS(2218), - [anon_sym_e_PLUSo_GT] = ACTIONS(2218), - [anon_sym_err_GT_GT] = ACTIONS(2222), - [anon_sym_out_GT_GT] = ACTIONS(2222), - [anon_sym_e_GT_GT] = ACTIONS(2222), - [anon_sym_o_GT_GT] = ACTIONS(2222), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2222), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2222), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2222), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2222), - [aux_sym_unquoted_token1] = ACTIONS(2218), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2222), - }, - [1569] = { - [sym_comment] = STATE(1569), - [ts_builtin_sym_end] = ACTIONS(2121), - [sym__newline] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2121), - [anon_sym_PIPE] = ACTIONS(2121), - [anon_sym_err_GT_PIPE] = ACTIONS(2121), - [anon_sym_out_GT_PIPE] = ACTIONS(2121), - [anon_sym_e_GT_PIPE] = ACTIONS(2121), - [anon_sym_o_GT_PIPE] = ACTIONS(2121), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2121), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2121), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2121), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2121), - [anon_sym_LBRACK] = ACTIONS(2121), - [anon_sym_LPAREN] = ACTIONS(2121), - [anon_sym_DOLLAR] = ACTIONS(2115), - [anon_sym_DASH_DASH] = ACTIONS(2121), - [anon_sym_DASH2] = ACTIONS(2115), - [anon_sym_LBRACE] = ACTIONS(2121), - [anon_sym_DOT_DOT] = ACTIONS(2115), - [anon_sym_DOT_DOT2] = ACTIONS(4822), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2115), - [anon_sym_DOT_DOT_LT] = ACTIONS(2115), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4824), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4824), - [anon_sym_null] = ACTIONS(2121), - [anon_sym_true] = ACTIONS(2121), - [anon_sym_false] = ACTIONS(2121), - [aux_sym__val_number_decimal_token1] = ACTIONS(2115), - [aux_sym__val_number_decimal_token2] = ACTIONS(2121), - [aux_sym__val_number_decimal_token3] = ACTIONS(2121), - [aux_sym__val_number_decimal_token4] = ACTIONS(2121), - [aux_sym__val_number_token1] = ACTIONS(2121), - [aux_sym__val_number_token2] = ACTIONS(2121), - [aux_sym__val_number_token3] = ACTIONS(2121), - [aux_sym__val_number_token4] = ACTIONS(2121), - [aux_sym__val_number_token5] = ACTIONS(2121), - [aux_sym__val_number_token6] = ACTIONS(2121), - [anon_sym_0b] = ACTIONS(2115), - [anon_sym_0o] = ACTIONS(2115), - [anon_sym_0x] = ACTIONS(2115), - [sym_val_date] = ACTIONS(2121), - [anon_sym_DQUOTE] = ACTIONS(2121), - [sym__str_single_quotes] = ACTIONS(2121), - [sym__str_back_ticks] = ACTIONS(2121), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2121), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2121), - [anon_sym_err_GT] = ACTIONS(2115), - [anon_sym_out_GT] = ACTIONS(2115), - [anon_sym_e_GT] = ACTIONS(2115), - [anon_sym_o_GT] = ACTIONS(2115), - [anon_sym_err_PLUSout_GT] = ACTIONS(2115), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2115), - [anon_sym_o_PLUSe_GT] = ACTIONS(2115), - [anon_sym_e_PLUSo_GT] = ACTIONS(2115), - [anon_sym_err_GT_GT] = ACTIONS(2121), - [anon_sym_out_GT_GT] = ACTIONS(2121), - [anon_sym_e_GT_GT] = ACTIONS(2121), - [anon_sym_o_GT_GT] = ACTIONS(2121), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2121), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2121), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2121), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2121), - [aux_sym_unquoted_token1] = ACTIONS(2115), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2121), }, - [1570] = { - [sym_comment] = STATE(1570), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_RPAREN] = ACTIONS(1788), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), - [aux_sym_unquoted_token2] = ACTIONS(1786), + [1519] = { + [sym_cell_path] = STATE(1878), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1519), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1967), + [sym__newline] = ACTIONS(1967), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_PIPE] = ACTIONS(1967), + [anon_sym_err_GT_PIPE] = ACTIONS(1967), + [anon_sym_out_GT_PIPE] = ACTIONS(1967), + [anon_sym_e_GT_PIPE] = ACTIONS(1967), + [anon_sym_o_GT_PIPE] = ACTIONS(1967), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1967), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1967), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1967), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1967), + [anon_sym_LBRACK] = ACTIONS(1967), + [anon_sym_LPAREN] = ACTIONS(1967), + [anon_sym_DOLLAR] = ACTIONS(1965), + [anon_sym_DASH_DASH] = ACTIONS(1967), + [anon_sym_DASH2] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_DOT_DOT] = ACTIONS(1965), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1967), + [anon_sym_DOT_DOT_LT] = ACTIONS(1967), + [anon_sym_null] = ACTIONS(1967), + [anon_sym_true] = ACTIONS(1967), + [anon_sym_false] = ACTIONS(1967), + [aux_sym__val_number_decimal_token1] = ACTIONS(1965), + [aux_sym__val_number_decimal_token2] = ACTIONS(1967), + [aux_sym__val_number_decimal_token3] = ACTIONS(1967), + [aux_sym__val_number_decimal_token4] = ACTIONS(1967), + [aux_sym__val_number_token1] = ACTIONS(1967), + [aux_sym__val_number_token2] = ACTIONS(1967), + [aux_sym__val_number_token3] = ACTIONS(1967), + [aux_sym__val_number_token4] = ACTIONS(1967), + [aux_sym__val_number_token5] = ACTIONS(1967), + [aux_sym__val_number_token6] = ACTIONS(1967), + [anon_sym_0b] = ACTIONS(1965), + [anon_sym_0o] = ACTIONS(1965), + [anon_sym_0x] = ACTIONS(1965), + [sym_val_date] = ACTIONS(1967), + [anon_sym_DQUOTE] = ACTIONS(1967), + [sym__str_single_quotes] = ACTIONS(1967), + [sym__str_back_ticks] = ACTIONS(1967), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1967), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1967), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1965), + [anon_sym_out_GT] = ACTIONS(1965), + [anon_sym_e_GT] = ACTIONS(1965), + [anon_sym_o_GT] = ACTIONS(1965), + [anon_sym_err_PLUSout_GT] = ACTIONS(1965), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1965), + [anon_sym_o_PLUSe_GT] = ACTIONS(1965), + [anon_sym_e_PLUSo_GT] = ACTIONS(1965), + [anon_sym_err_GT_GT] = ACTIONS(1967), + [anon_sym_out_GT_GT] = ACTIONS(1967), + [anon_sym_e_GT_GT] = ACTIONS(1967), + [anon_sym_o_GT_GT] = ACTIONS(1967), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1967), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1967), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1967), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1967), + [aux_sym_unquoted_token1] = ACTIONS(1965), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), + [sym_raw_string_begin] = ACTIONS(1967), }, - [1571] = { - [sym_cell_path] = STATE(2055), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1571), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1999), - [anon_sym_SEMI] = ACTIONS(1999), - [anon_sym_PIPE] = ACTIONS(1999), - [anon_sym_err_GT_PIPE] = ACTIONS(1999), - [anon_sym_out_GT_PIPE] = ACTIONS(1999), - [anon_sym_e_GT_PIPE] = ACTIONS(1999), - [anon_sym_o_GT_PIPE] = ACTIONS(1999), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1999), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1999), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1999), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1999), - [anon_sym_RPAREN] = ACTIONS(1999), - [anon_sym_GT2] = ACTIONS(1997), - [anon_sym_DASH2] = ACTIONS(1999), - [anon_sym_in2] = ACTIONS(1999), - [anon_sym_if] = ACTIONS(1999), - [anon_sym_LBRACE] = ACTIONS(1999), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_EQ_GT] = ACTIONS(1999), - [anon_sym_STAR2] = ACTIONS(1997), - [anon_sym_and2] = ACTIONS(1999), - [anon_sym_xor2] = ACTIONS(1999), - [anon_sym_or2] = ACTIONS(1999), - [anon_sym_not_DASHin2] = ACTIONS(1999), - [anon_sym_starts_DASHwith2] = ACTIONS(1999), - [anon_sym_ends_DASHwith2] = ACTIONS(1999), - [anon_sym_EQ_EQ2] = ACTIONS(1999), - [anon_sym_BANG_EQ2] = ACTIONS(1999), - [anon_sym_LT2] = ACTIONS(1997), - [anon_sym_LT_EQ2] = ACTIONS(1999), - [anon_sym_GT_EQ2] = ACTIONS(1999), - [anon_sym_EQ_TILDE2] = ACTIONS(1999), - [anon_sym_BANG_TILDE2] = ACTIONS(1999), - [anon_sym_STAR_STAR2] = ACTIONS(1999), - [anon_sym_PLUS_PLUS2] = ACTIONS(1999), - [anon_sym_SLASH2] = ACTIONS(1997), - [anon_sym_mod2] = ACTIONS(1999), - [anon_sym_SLASH_SLASH2] = ACTIONS(1999), - [anon_sym_PLUS2] = ACTIONS(1997), - [anon_sym_bit_DASHshl2] = ACTIONS(1999), - [anon_sym_bit_DASHshr2] = ACTIONS(1999), - [anon_sym_bit_DASHand2] = ACTIONS(1999), - [anon_sym_bit_DASHxor2] = ACTIONS(1999), - [anon_sym_bit_DASHor2] = ACTIONS(1999), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1997), - [anon_sym_out_GT] = ACTIONS(1997), - [anon_sym_e_GT] = ACTIONS(1997), - [anon_sym_o_GT] = ACTIONS(1997), - [anon_sym_err_PLUSout_GT] = ACTIONS(1997), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1997), - [anon_sym_o_PLUSe_GT] = ACTIONS(1997), - [anon_sym_e_PLUSo_GT] = ACTIONS(1997), - [anon_sym_err_GT_GT] = ACTIONS(1999), - [anon_sym_out_GT_GT] = ACTIONS(1999), - [anon_sym_e_GT_GT] = ACTIONS(1999), - [anon_sym_o_GT_GT] = ACTIONS(1999), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1999), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1999), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1999), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1999), + [1520] = { + [sym__expr_parenthesized_immediate] = STATE(2494), + [sym__immediate_decimal] = STATE(2496), + [sym_val_variable] = STATE(2494), + [sym_comment] = STATE(1520), + [ts_builtin_sym_end] = ACTIONS(1629), + [sym__newline] = ACTIONS(1629), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_PIPE] = ACTIONS(1629), + [anon_sym_err_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_GT_PIPE] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1629), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1627), + [anon_sym_DASH2] = ACTIONS(1627), + [anon_sym_in2] = ACTIONS(1629), + [anon_sym_STAR2] = ACTIONS(1627), + [anon_sym_and2] = ACTIONS(1629), + [anon_sym_xor2] = ACTIONS(1629), + [anon_sym_or2] = ACTIONS(1629), + [anon_sym_not_DASHin2] = ACTIONS(1629), + [anon_sym_starts_DASHwith2] = ACTIONS(1629), + [anon_sym_ends_DASHwith2] = ACTIONS(1629), + [anon_sym_EQ_EQ2] = ACTIONS(1629), + [anon_sym_BANG_EQ2] = ACTIONS(1629), + [anon_sym_LT2] = ACTIONS(1627), + [anon_sym_LT_EQ2] = ACTIONS(1629), + [anon_sym_GT_EQ2] = ACTIONS(1629), + [anon_sym_EQ_TILDE2] = ACTIONS(1629), + [anon_sym_BANG_TILDE2] = ACTIONS(1629), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1629), + [anon_sym_PLUS_PLUS2] = ACTIONS(1629), + [anon_sym_SLASH2] = ACTIONS(1627), + [anon_sym_mod2] = ACTIONS(1629), + [anon_sym_SLASH_SLASH2] = ACTIONS(1629), + [anon_sym_PLUS2] = ACTIONS(1627), + [anon_sym_bit_DASHshl2] = ACTIONS(1629), + [anon_sym_bit_DASHshr2] = ACTIONS(1629), + [anon_sym_bit_DASHand2] = ACTIONS(1629), + [anon_sym_bit_DASHxor2] = ACTIONS(1629), + [anon_sym_bit_DASHor2] = ACTIONS(1629), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1627), + [anon_sym_out_GT] = ACTIONS(1627), + [anon_sym_e_GT] = ACTIONS(1627), + [anon_sym_o_GT] = ACTIONS(1627), + [anon_sym_err_PLUSout_GT] = ACTIONS(1627), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1627), + [anon_sym_o_PLUSe_GT] = ACTIONS(1627), + [anon_sym_e_PLUSo_GT] = ACTIONS(1627), + [anon_sym_err_GT_GT] = ACTIONS(1629), + [anon_sym_out_GT_GT] = ACTIONS(1629), + [anon_sym_e_GT_GT] = ACTIONS(1629), + [anon_sym_o_GT_GT] = ACTIONS(1629), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1629), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1629), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1629), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1629), [anon_sym_POUND] = ACTIONS(251), }, - [1572] = { - [sym_cell_path] = STATE(2056), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1572), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2003), - [anon_sym_SEMI] = ACTIONS(2003), - [anon_sym_PIPE] = ACTIONS(2003), - [anon_sym_err_GT_PIPE] = ACTIONS(2003), - [anon_sym_out_GT_PIPE] = ACTIONS(2003), - [anon_sym_e_GT_PIPE] = ACTIONS(2003), - [anon_sym_o_GT_PIPE] = ACTIONS(2003), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2003), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2003), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2003), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2003), - [anon_sym_RPAREN] = ACTIONS(2003), - [anon_sym_GT2] = ACTIONS(2001), - [anon_sym_DASH2] = ACTIONS(2003), - [anon_sym_in2] = ACTIONS(2003), - [anon_sym_if] = ACTIONS(2003), - [anon_sym_LBRACE] = ACTIONS(2003), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_EQ_GT] = ACTIONS(2003), - [anon_sym_STAR2] = ACTIONS(2001), - [anon_sym_and2] = ACTIONS(2003), - [anon_sym_xor2] = ACTIONS(2003), - [anon_sym_or2] = ACTIONS(2003), - [anon_sym_not_DASHin2] = ACTIONS(2003), - [anon_sym_starts_DASHwith2] = ACTIONS(2003), - [anon_sym_ends_DASHwith2] = ACTIONS(2003), - [anon_sym_EQ_EQ2] = ACTIONS(2003), - [anon_sym_BANG_EQ2] = ACTIONS(2003), - [anon_sym_LT2] = ACTIONS(2001), - [anon_sym_LT_EQ2] = ACTIONS(2003), - [anon_sym_GT_EQ2] = ACTIONS(2003), - [anon_sym_EQ_TILDE2] = ACTIONS(2003), - [anon_sym_BANG_TILDE2] = ACTIONS(2003), - [anon_sym_STAR_STAR2] = ACTIONS(2003), - [anon_sym_PLUS_PLUS2] = ACTIONS(2003), - [anon_sym_SLASH2] = ACTIONS(2001), - [anon_sym_mod2] = ACTIONS(2003), - [anon_sym_SLASH_SLASH2] = ACTIONS(2003), - [anon_sym_PLUS2] = ACTIONS(2001), - [anon_sym_bit_DASHshl2] = ACTIONS(2003), - [anon_sym_bit_DASHshr2] = ACTIONS(2003), - [anon_sym_bit_DASHand2] = ACTIONS(2003), - [anon_sym_bit_DASHxor2] = ACTIONS(2003), - [anon_sym_bit_DASHor2] = ACTIONS(2003), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2001), - [anon_sym_out_GT] = ACTIONS(2001), - [anon_sym_e_GT] = ACTIONS(2001), - [anon_sym_o_GT] = ACTIONS(2001), - [anon_sym_err_PLUSout_GT] = ACTIONS(2001), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2001), - [anon_sym_o_PLUSe_GT] = ACTIONS(2001), - [anon_sym_e_PLUSo_GT] = ACTIONS(2001), - [anon_sym_err_GT_GT] = ACTIONS(2003), - [anon_sym_out_GT_GT] = ACTIONS(2003), - [anon_sym_e_GT_GT] = ACTIONS(2003), - [anon_sym_o_GT_GT] = ACTIONS(2003), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2003), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2003), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2003), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2003), - [anon_sym_POUND] = ACTIONS(251), + [1521] = { + [sym_comment] = STATE(1521), + [sym__newline] = ACTIONS(2150), + [anon_sym_SEMI] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2150), + [anon_sym_err_GT_PIPE] = ACTIONS(2150), + [anon_sym_out_GT_PIPE] = ACTIONS(2150), + [anon_sym_e_GT_PIPE] = ACTIONS(2150), + [anon_sym_o_GT_PIPE] = ACTIONS(2150), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2150), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2150), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2150), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(2150), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_RPAREN] = ACTIONS(2150), + [anon_sym_DOLLAR] = ACTIONS(2144), + [anon_sym_DASH_DASH] = ACTIONS(2150), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2150), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_DOT_DOT] = ACTIONS(2144), + [anon_sym_DOT_DOT2] = ACTIONS(4761), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2144), + [anon_sym_DOT_DOT_LT] = ACTIONS(2144), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4763), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4763), + [anon_sym_null] = ACTIONS(2150), + [anon_sym_true] = ACTIONS(2150), + [anon_sym_false] = ACTIONS(2150), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2150), + [aux_sym__val_number_decimal_token3] = ACTIONS(2150), + [aux_sym__val_number_decimal_token4] = ACTIONS(2150), + [aux_sym__val_number_token1] = ACTIONS(2150), + [aux_sym__val_number_token2] = ACTIONS(2150), + [aux_sym__val_number_token3] = ACTIONS(2150), + [aux_sym__val_number_token4] = ACTIONS(2150), + [aux_sym__val_number_token5] = ACTIONS(2150), + [aux_sym__val_number_token6] = ACTIONS(2150), + [anon_sym_0b] = ACTIONS(2144), + [anon_sym_0o] = ACTIONS(2144), + [anon_sym_0x] = ACTIONS(2144), + [sym_val_date] = ACTIONS(2150), + [anon_sym_DQUOTE] = ACTIONS(2150), + [sym__str_single_quotes] = ACTIONS(2150), + [sym__str_back_ticks] = ACTIONS(2150), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2150), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2150), + [anon_sym_err_GT] = ACTIONS(2144), + [anon_sym_out_GT] = ACTIONS(2144), + [anon_sym_e_GT] = ACTIONS(2144), + [anon_sym_o_GT] = ACTIONS(2144), + [anon_sym_err_PLUSout_GT] = ACTIONS(2144), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2144), + [anon_sym_o_PLUSe_GT] = ACTIONS(2144), + [anon_sym_e_PLUSo_GT] = ACTIONS(2144), + [anon_sym_err_GT_GT] = ACTIONS(2150), + [anon_sym_out_GT_GT] = ACTIONS(2150), + [anon_sym_e_GT_GT] = ACTIONS(2150), + [anon_sym_o_GT_GT] = ACTIONS(2150), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2150), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2150), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2150), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2150), + [aux_sym_unquoted_token1] = ACTIONS(2144), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2150), }, - [1573] = { - [sym_comment] = STATE(1573), - [sym__newline] = ACTIONS(2245), - [anon_sym_SEMI] = ACTIONS(2245), - [anon_sym_PIPE] = ACTIONS(2245), - [anon_sym_err_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_GT_PIPE] = ACTIONS(2245), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_LPAREN] = ACTIONS(2241), - [anon_sym_RPAREN] = ACTIONS(2245), - [anon_sym_DOLLAR] = ACTIONS(2241), - [anon_sym_DASH_DASH] = ACTIONS(2241), - [anon_sym_DASH2] = ACTIONS(2241), - [anon_sym_LBRACE] = ACTIONS(2245), - [anon_sym_RBRACE] = ACTIONS(2245), - [anon_sym_DOT_DOT] = ACTIONS(2241), - [anon_sym_LPAREN2] = ACTIONS(2243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2241), - [anon_sym_DOT_DOT_LT] = ACTIONS(2241), - [anon_sym_null] = ACTIONS(2241), - [anon_sym_true] = ACTIONS(2241), - [anon_sym_false] = ACTIONS(2241), - [aux_sym__val_number_decimal_token1] = ACTIONS(2241), - [aux_sym__val_number_decimal_token2] = ACTIONS(2241), - [aux_sym__val_number_decimal_token3] = ACTIONS(2241), - [aux_sym__val_number_decimal_token4] = ACTIONS(2241), - [aux_sym__val_number_token1] = ACTIONS(2241), - [aux_sym__val_number_token2] = ACTIONS(2241), - [aux_sym__val_number_token3] = ACTIONS(2241), - [aux_sym__val_number_token4] = ACTIONS(2241), - [aux_sym__val_number_token5] = ACTIONS(2241), - [aux_sym__val_number_token6] = ACTIONS(2241), - [anon_sym_0b] = ACTIONS(2241), - [anon_sym_0o] = ACTIONS(2241), - [anon_sym_0x] = ACTIONS(2241), - [sym_val_date] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2245), - [sym__str_single_quotes] = ACTIONS(2245), - [sym__str_back_ticks] = ACTIONS(2245), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2245), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2245), - [anon_sym_err_GT] = ACTIONS(2241), - [anon_sym_out_GT] = ACTIONS(2241), - [anon_sym_e_GT] = ACTIONS(2241), - [anon_sym_o_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT] = ACTIONS(2241), - [anon_sym_err_GT_GT] = ACTIONS(2241), - [anon_sym_out_GT_GT] = ACTIONS(2241), - [anon_sym_e_GT_GT] = ACTIONS(2241), - [anon_sym_o_GT_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2241), - [aux_sym_unquoted_token1] = ACTIONS(2241), - [aux_sym_unquoted_token4] = ACTIONS(2247), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2245), + [1522] = { + [sym_comment] = STATE(1522), + [sym__newline] = ACTIONS(2158), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_err_GT_PIPE] = ACTIONS(2158), + [anon_sym_out_GT_PIPE] = ACTIONS(2158), + [anon_sym_e_GT_PIPE] = ACTIONS(2158), + [anon_sym_o_GT_PIPE] = ACTIONS(2158), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2158), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2158), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2158), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_RPAREN] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(2152), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_DOT_DOT] = ACTIONS(2152), + [anon_sym_DOT_DOT2] = ACTIONS(4765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2152), + [anon_sym_DOT_DOT_LT] = ACTIONS(2152), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4767), + [anon_sym_null] = ACTIONS(2158), + [anon_sym_true] = ACTIONS(2158), + [anon_sym_false] = ACTIONS(2158), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2158), + [aux_sym__val_number_decimal_token3] = ACTIONS(2158), + [aux_sym__val_number_decimal_token4] = ACTIONS(2158), + [aux_sym__val_number_token1] = ACTIONS(2158), + [aux_sym__val_number_token2] = ACTIONS(2158), + [aux_sym__val_number_token3] = ACTIONS(2158), + [aux_sym__val_number_token4] = ACTIONS(2158), + [aux_sym__val_number_token5] = ACTIONS(2158), + [aux_sym__val_number_token6] = ACTIONS(2158), + [anon_sym_0b] = ACTIONS(2152), + [anon_sym_0o] = ACTIONS(2152), + [anon_sym_0x] = ACTIONS(2152), + [sym_val_date] = ACTIONS(2158), + [anon_sym_DQUOTE] = ACTIONS(2158), + [sym__str_single_quotes] = ACTIONS(2158), + [sym__str_back_ticks] = ACTIONS(2158), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2158), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2158), + [anon_sym_err_GT] = ACTIONS(2152), + [anon_sym_out_GT] = ACTIONS(2152), + [anon_sym_e_GT] = ACTIONS(2152), + [anon_sym_o_GT] = ACTIONS(2152), + [anon_sym_err_PLUSout_GT] = ACTIONS(2152), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2152), + [anon_sym_o_PLUSe_GT] = ACTIONS(2152), + [anon_sym_e_PLUSo_GT] = ACTIONS(2152), + [anon_sym_err_GT_GT] = ACTIONS(2158), + [anon_sym_out_GT_GT] = ACTIONS(2158), + [anon_sym_e_GT_GT] = ACTIONS(2158), + [anon_sym_o_GT_GT] = ACTIONS(2158), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2158), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2158), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2158), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2158), + [aux_sym_unquoted_token1] = ACTIONS(2152), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2158), }, - [1574] = { - [sym_comment] = STATE(1574), - [sym__newline] = ACTIONS(2683), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_PIPE] = ACTIONS(2683), - [anon_sym_err_GT_PIPE] = ACTIONS(2683), - [anon_sym_out_GT_PIPE] = ACTIONS(2683), - [anon_sym_e_GT_PIPE] = ACTIONS(2683), - [anon_sym_o_GT_PIPE] = ACTIONS(2683), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2683), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2683), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2683), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2683), - [anon_sym_LBRACK] = ACTIONS(2683), - [anon_sym_LPAREN] = ACTIONS(2683), - [anon_sym_RPAREN] = ACTIONS(2683), - [anon_sym_DOLLAR] = ACTIONS(4826), - [anon_sym_DASH_DASH] = ACTIONS(2683), - [anon_sym_DASH2] = ACTIONS(4826), - [anon_sym_LBRACE] = ACTIONS(2683), - [anon_sym_DOT_DOT] = ACTIONS(4826), - [anon_sym_DOT_DOT2] = ACTIONS(4755), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4826), - [anon_sym_DOT_DOT_LT] = ACTIONS(4826), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4757), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4757), - [anon_sym_null] = ACTIONS(2683), - [anon_sym_true] = ACTIONS(2683), - [anon_sym_false] = ACTIONS(2683), - [aux_sym__val_number_decimal_token1] = ACTIONS(4826), - [aux_sym__val_number_decimal_token2] = ACTIONS(2683), - [aux_sym__val_number_decimal_token3] = ACTIONS(2683), - [aux_sym__val_number_decimal_token4] = ACTIONS(2683), - [aux_sym__val_number_token1] = ACTIONS(2683), - [aux_sym__val_number_token2] = ACTIONS(2683), - [aux_sym__val_number_token3] = ACTIONS(2683), - [aux_sym__val_number_token4] = ACTIONS(2683), - [aux_sym__val_number_token5] = ACTIONS(2683), - [aux_sym__val_number_token6] = ACTIONS(2683), - [anon_sym_0b] = ACTIONS(4826), - [anon_sym_0o] = ACTIONS(4826), - [anon_sym_0x] = ACTIONS(4826), - [sym_val_date] = ACTIONS(2683), - [anon_sym_DQUOTE] = ACTIONS(2683), - [sym__str_single_quotes] = ACTIONS(2683), - [sym__str_back_ticks] = ACTIONS(2683), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2683), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2683), - [anon_sym_err_GT] = ACTIONS(4826), - [anon_sym_out_GT] = ACTIONS(4826), - [anon_sym_e_GT] = ACTIONS(4826), - [anon_sym_o_GT] = ACTIONS(4826), - [anon_sym_err_PLUSout_GT] = ACTIONS(4826), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4826), - [anon_sym_o_PLUSe_GT] = ACTIONS(4826), - [anon_sym_e_PLUSo_GT] = ACTIONS(4826), - [anon_sym_err_GT_GT] = ACTIONS(2683), - [anon_sym_out_GT_GT] = ACTIONS(2683), - [anon_sym_e_GT_GT] = ACTIONS(2683), - [anon_sym_o_GT_GT] = ACTIONS(2683), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2683), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2683), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2683), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2683), - [aux_sym_unquoted_token1] = ACTIONS(4826), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2683), + [1523] = { + [sym_comment] = STATE(1523), + [sym__newline] = ACTIONS(2166), + [anon_sym_SEMI] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_err_GT_PIPE] = ACTIONS(2166), + [anon_sym_out_GT_PIPE] = ACTIONS(2166), + [anon_sym_e_GT_PIPE] = ACTIONS(2166), + [anon_sym_o_GT_PIPE] = ACTIONS(2166), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2166), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2166), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2166), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_RPAREN] = ACTIONS(2166), + [anon_sym_DOLLAR] = ACTIONS(2160), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_DOT_DOT] = ACTIONS(2160), + [anon_sym_DOT_DOT2] = ACTIONS(4769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2160), + [anon_sym_DOT_DOT_LT] = ACTIONS(2160), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4771), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4771), + [anon_sym_null] = ACTIONS(2166), + [anon_sym_true] = ACTIONS(2166), + [anon_sym_false] = ACTIONS(2166), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2166), + [aux_sym__val_number_decimal_token3] = ACTIONS(2166), + [aux_sym__val_number_decimal_token4] = ACTIONS(2166), + [aux_sym__val_number_token1] = ACTIONS(2166), + [aux_sym__val_number_token2] = ACTIONS(2166), + [aux_sym__val_number_token3] = ACTIONS(2166), + [aux_sym__val_number_token4] = ACTIONS(2166), + [aux_sym__val_number_token5] = ACTIONS(2166), + [aux_sym__val_number_token6] = ACTIONS(2166), + [anon_sym_0b] = ACTIONS(2160), + [anon_sym_0o] = ACTIONS(2160), + [anon_sym_0x] = ACTIONS(2160), + [sym_val_date] = ACTIONS(2166), + [anon_sym_DQUOTE] = ACTIONS(2166), + [sym__str_single_quotes] = ACTIONS(2166), + [sym__str_back_ticks] = ACTIONS(2166), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2166), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2166), + [anon_sym_err_GT] = ACTIONS(2160), + [anon_sym_out_GT] = ACTIONS(2160), + [anon_sym_e_GT] = ACTIONS(2160), + [anon_sym_o_GT] = ACTIONS(2160), + [anon_sym_err_PLUSout_GT] = ACTIONS(2160), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2160), + [anon_sym_o_PLUSe_GT] = ACTIONS(2160), + [anon_sym_e_PLUSo_GT] = ACTIONS(2160), + [anon_sym_err_GT_GT] = ACTIONS(2166), + [anon_sym_out_GT_GT] = ACTIONS(2166), + [anon_sym_e_GT_GT] = ACTIONS(2166), + [anon_sym_o_GT_GT] = ACTIONS(2166), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2166), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2166), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2166), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2166), + [aux_sym_unquoted_token1] = ACTIONS(2160), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2166), }, - [1575] = { - [sym__expr_parenthesized_immediate] = STATE(7231), - [sym_comment] = STATE(1575), - [sym__newline] = ACTIONS(4828), - [anon_sym_SEMI] = ACTIONS(4828), - [anon_sym_PIPE] = ACTIONS(4828), - [anon_sym_err_GT_PIPE] = ACTIONS(4828), - [anon_sym_out_GT_PIPE] = ACTIONS(4828), - [anon_sym_e_GT_PIPE] = ACTIONS(4828), - [anon_sym_o_GT_PIPE] = ACTIONS(4828), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4828), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4828), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4828), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4828), - [anon_sym_LBRACK] = ACTIONS(4828), - [anon_sym_LPAREN] = ACTIONS(4830), - [anon_sym_RPAREN] = ACTIONS(4828), - [anon_sym_DOLLAR] = ACTIONS(4830), - [anon_sym_DASH_DASH] = ACTIONS(4828), - [anon_sym_DASH2] = ACTIONS(4830), - [anon_sym_LBRACE] = ACTIONS(4828), - [anon_sym_RBRACE] = ACTIONS(4828), - [anon_sym_DOT_DOT] = ACTIONS(4830), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4828), - [anon_sym_DOT_DOT_LT] = ACTIONS(4828), - [anon_sym_null] = ACTIONS(4828), - [anon_sym_true] = ACTIONS(4828), - [anon_sym_false] = ACTIONS(4828), - [aux_sym__val_number_decimal_token1] = ACTIONS(4830), - [aux_sym__val_number_decimal_token2] = ACTIONS(4828), - [aux_sym__val_number_decimal_token3] = ACTIONS(4828), - [aux_sym__val_number_decimal_token4] = ACTIONS(4828), - [aux_sym__val_number_token1] = ACTIONS(4828), - [aux_sym__val_number_token2] = ACTIONS(4828), - [aux_sym__val_number_token3] = ACTIONS(4828), - [aux_sym__val_number_token4] = ACTIONS(4828), - [aux_sym__val_number_token5] = ACTIONS(4828), - [aux_sym__val_number_token6] = ACTIONS(4828), - [anon_sym_0b] = ACTIONS(4830), - [anon_sym_0o] = ACTIONS(4830), - [anon_sym_0x] = ACTIONS(4830), - [sym_val_date] = ACTIONS(4828), - [anon_sym_DQUOTE] = ACTIONS(4828), - [sym__str_single_quotes] = ACTIONS(4828), - [sym__str_back_ticks] = ACTIONS(4828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4828), - [anon_sym_err_GT] = ACTIONS(4830), - [anon_sym_out_GT] = ACTIONS(4830), - [anon_sym_e_GT] = ACTIONS(4830), - [anon_sym_o_GT] = ACTIONS(4830), - [anon_sym_err_PLUSout_GT] = ACTIONS(4830), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4830), - [anon_sym_o_PLUSe_GT] = ACTIONS(4830), - [anon_sym_e_PLUSo_GT] = ACTIONS(4830), - [anon_sym_err_GT_GT] = ACTIONS(4828), - [anon_sym_out_GT_GT] = ACTIONS(4828), - [anon_sym_e_GT_GT] = ACTIONS(4828), - [anon_sym_o_GT_GT] = ACTIONS(4828), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4828), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4828), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4828), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4828), - [aux_sym_unquoted_token1] = ACTIONS(4830), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4828), + [1524] = { + [sym_cell_path] = STATE(1879), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1524), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1971), + [sym__newline] = ACTIONS(1971), + [anon_sym_SEMI] = ACTIONS(1971), + [anon_sym_PIPE] = ACTIONS(1971), + [anon_sym_err_GT_PIPE] = ACTIONS(1971), + [anon_sym_out_GT_PIPE] = ACTIONS(1971), + [anon_sym_e_GT_PIPE] = ACTIONS(1971), + [anon_sym_o_GT_PIPE] = ACTIONS(1971), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1971), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1971), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1971), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1971), + [anon_sym_LBRACK] = ACTIONS(1971), + [anon_sym_LPAREN] = ACTIONS(1971), + [anon_sym_DOLLAR] = ACTIONS(1969), + [anon_sym_DASH_DASH] = ACTIONS(1971), + [anon_sym_DASH2] = ACTIONS(1969), + [anon_sym_LBRACE] = ACTIONS(1971), + [anon_sym_DOT_DOT] = ACTIONS(1969), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1971), + [anon_sym_DOT_DOT_LT] = ACTIONS(1971), + [anon_sym_null] = ACTIONS(1971), + [anon_sym_true] = ACTIONS(1971), + [anon_sym_false] = ACTIONS(1971), + [aux_sym__val_number_decimal_token1] = ACTIONS(1969), + [aux_sym__val_number_decimal_token2] = ACTIONS(1971), + [aux_sym__val_number_decimal_token3] = ACTIONS(1971), + [aux_sym__val_number_decimal_token4] = ACTIONS(1971), + [aux_sym__val_number_token1] = ACTIONS(1971), + [aux_sym__val_number_token2] = ACTIONS(1971), + [aux_sym__val_number_token3] = ACTIONS(1971), + [aux_sym__val_number_token4] = ACTIONS(1971), + [aux_sym__val_number_token5] = ACTIONS(1971), + [aux_sym__val_number_token6] = ACTIONS(1971), + [anon_sym_0b] = ACTIONS(1969), + [anon_sym_0o] = ACTIONS(1969), + [anon_sym_0x] = ACTIONS(1969), + [sym_val_date] = ACTIONS(1971), + [anon_sym_DQUOTE] = ACTIONS(1971), + [sym__str_single_quotes] = ACTIONS(1971), + [sym__str_back_ticks] = ACTIONS(1971), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1971), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1971), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1969), + [anon_sym_out_GT] = ACTIONS(1969), + [anon_sym_e_GT] = ACTIONS(1969), + [anon_sym_o_GT] = ACTIONS(1969), + [anon_sym_err_PLUSout_GT] = ACTIONS(1969), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1969), + [anon_sym_o_PLUSe_GT] = ACTIONS(1969), + [anon_sym_e_PLUSo_GT] = ACTIONS(1969), + [anon_sym_err_GT_GT] = ACTIONS(1971), + [anon_sym_out_GT_GT] = ACTIONS(1971), + [anon_sym_e_GT_GT] = ACTIONS(1971), + [anon_sym_o_GT_GT] = ACTIONS(1971), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1971), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1971), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1971), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1971), + [aux_sym_unquoted_token1] = ACTIONS(1969), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1971), }, - [1576] = { - [sym_comment] = STATE(1576), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4832), - [aux_sym__immediate_decimal_token2] = ACTIONS(4834), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [1525] = { + [sym_comment] = STATE(1525), + [sym__newline] = ACTIONS(2122), + [anon_sym_SEMI] = ACTIONS(2122), + [anon_sym_PIPE] = ACTIONS(2122), + [anon_sym_err_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_GT_PIPE] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2122), + [anon_sym_LBRACK] = ACTIONS(2122), + [anon_sym_LPAREN] = ACTIONS(2122), + [anon_sym_RPAREN] = ACTIONS(2122), + [anon_sym_DOLLAR] = ACTIONS(2120), + [anon_sym_DASH_DASH] = ACTIONS(2122), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_LBRACE] = ACTIONS(2122), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_DOT_DOT] = ACTIONS(2120), + [anon_sym_DOT_DOT2] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2120), + [anon_sym_DOT_DOT_LT] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2122), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2122), + [anon_sym_null] = ACTIONS(2122), + [anon_sym_true] = ACTIONS(2122), + [anon_sym_false] = ACTIONS(2122), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2122), + [aux_sym__val_number_decimal_token3] = ACTIONS(2122), + [aux_sym__val_number_decimal_token4] = ACTIONS(2122), + [aux_sym__val_number_token1] = ACTIONS(2122), + [aux_sym__val_number_token2] = ACTIONS(2122), + [aux_sym__val_number_token3] = ACTIONS(2122), + [aux_sym__val_number_token4] = ACTIONS(2122), + [aux_sym__val_number_token5] = ACTIONS(2122), + [aux_sym__val_number_token6] = ACTIONS(2122), + [anon_sym_0b] = ACTIONS(2120), + [anon_sym_0o] = ACTIONS(2120), + [anon_sym_0x] = ACTIONS(2120), + [sym_val_date] = ACTIONS(2122), + [anon_sym_DQUOTE] = ACTIONS(2122), + [sym__str_single_quotes] = ACTIONS(2122), + [sym__str_back_ticks] = ACTIONS(2122), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2122), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2122), + [anon_sym_err_GT] = ACTIONS(2120), + [anon_sym_out_GT] = ACTIONS(2120), + [anon_sym_e_GT] = ACTIONS(2120), + [anon_sym_o_GT] = ACTIONS(2120), + [anon_sym_err_PLUSout_GT] = ACTIONS(2120), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2120), + [anon_sym_o_PLUSe_GT] = ACTIONS(2120), + [anon_sym_e_PLUSo_GT] = ACTIONS(2120), + [anon_sym_err_GT_GT] = ACTIONS(2122), + [anon_sym_out_GT_GT] = ACTIONS(2122), + [anon_sym_e_GT_GT] = ACTIONS(2122), + [anon_sym_o_GT_GT] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2122), + [aux_sym_unquoted_token1] = ACTIONS(2120), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2122), }, - [1577] = { - [sym_comment] = STATE(1577), - [sym__newline] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2253), - [anon_sym_PIPE] = ACTIONS(2253), - [anon_sym_err_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_GT_PIPE] = ACTIONS(2253), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_LPAREN] = ACTIONS(2249), - [anon_sym_RPAREN] = ACTIONS(2253), - [anon_sym_DOLLAR] = ACTIONS(2249), - [anon_sym_DASH_DASH] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_LBRACE] = ACTIONS(2253), - [anon_sym_RBRACE] = ACTIONS(2253), - [anon_sym_DOT_DOT] = ACTIONS(2249), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2249), - [anon_sym_DOT_DOT_LT] = ACTIONS(2249), - [anon_sym_null] = ACTIONS(2249), - [anon_sym_true] = ACTIONS(2249), - [anon_sym_false] = ACTIONS(2249), - [aux_sym__val_number_decimal_token1] = ACTIONS(2249), - [aux_sym__val_number_decimal_token2] = ACTIONS(2249), - [aux_sym__val_number_decimal_token3] = ACTIONS(2249), - [aux_sym__val_number_decimal_token4] = ACTIONS(2249), - [aux_sym__val_number_token1] = ACTIONS(2249), - [aux_sym__val_number_token2] = ACTIONS(2249), - [aux_sym__val_number_token3] = ACTIONS(2249), - [aux_sym__val_number_token4] = ACTIONS(2249), - [aux_sym__val_number_token5] = ACTIONS(2249), - [aux_sym__val_number_token6] = ACTIONS(2249), - [anon_sym_0b] = ACTIONS(2249), - [anon_sym_0o] = ACTIONS(2249), - [anon_sym_0x] = ACTIONS(2249), - [sym_val_date] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2253), - [sym__str_single_quotes] = ACTIONS(2253), - [sym__str_back_ticks] = ACTIONS(2253), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2253), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2253), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [aux_sym_unquoted_token1] = ACTIONS(2249), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2253), + [1526] = { + [sym_comment] = STATE(1526), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1578] = { - [sym_comment] = STATE(1578), - [sym__newline] = ACTIONS(2259), - [anon_sym_SEMI] = ACTIONS(2259), - [anon_sym_PIPE] = ACTIONS(2259), - [anon_sym_err_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_GT_PIPE] = ACTIONS(2259), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2259), - [anon_sym_LBRACK] = ACTIONS(2259), - [anon_sym_LPAREN] = ACTIONS(2257), - [anon_sym_RPAREN] = ACTIONS(2259), - [anon_sym_DOLLAR] = ACTIONS(2257), - [anon_sym_DASH_DASH] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2259), - [anon_sym_RBRACE] = ACTIONS(2259), - [anon_sym_DOT_DOT] = ACTIONS(2257), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2257), - [anon_sym_DOT_DOT_LT] = ACTIONS(2257), - [anon_sym_null] = ACTIONS(2257), - [anon_sym_true] = ACTIONS(2257), - [anon_sym_false] = ACTIONS(2257), - [aux_sym__val_number_decimal_token1] = ACTIONS(2257), - [aux_sym__val_number_decimal_token2] = ACTIONS(2257), - [aux_sym__val_number_decimal_token3] = ACTIONS(2257), - [aux_sym__val_number_decimal_token4] = ACTIONS(2257), - [aux_sym__val_number_token1] = ACTIONS(2257), - [aux_sym__val_number_token2] = ACTIONS(2257), - [aux_sym__val_number_token3] = ACTIONS(2257), - [aux_sym__val_number_token4] = ACTIONS(2257), - [aux_sym__val_number_token5] = ACTIONS(2257), - [aux_sym__val_number_token6] = ACTIONS(2257), - [anon_sym_0b] = ACTIONS(2257), - [anon_sym_0o] = ACTIONS(2257), - [anon_sym_0x] = ACTIONS(2257), - [sym_val_date] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2259), - [sym__str_single_quotes] = ACTIONS(2259), - [sym__str_back_ticks] = ACTIONS(2259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2259), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2259), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), - [aux_sym_unquoted_token1] = ACTIONS(2257), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2259), + [1527] = { + [sym_comment] = STATE(1527), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4773), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, - [1579] = { - [sym_comment] = STATE(1579), - [ts_builtin_sym_end] = ACTIONS(2172), - [sym__newline] = ACTIONS(2172), - [anon_sym_SEMI] = ACTIONS(2172), - [anon_sym_PIPE] = ACTIONS(2172), - [anon_sym_err_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_GT_PIPE] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2172), - [anon_sym_LBRACK] = ACTIONS(2172), - [anon_sym_LPAREN] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_DASH_DASH] = ACTIONS(2172), - [anon_sym_DASH2] = ACTIONS(2170), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_DOT_DOT] = ACTIONS(2170), - [anon_sym_DOT_DOT2] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2170), - [anon_sym_DOT_DOT_LT] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2172), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2172), - [anon_sym_null] = ACTIONS(2172), - [anon_sym_true] = ACTIONS(2172), - [anon_sym_false] = ACTIONS(2172), - [aux_sym__val_number_decimal_token1] = ACTIONS(2170), - [aux_sym__val_number_decimal_token2] = ACTIONS(2172), - [aux_sym__val_number_decimal_token3] = ACTIONS(2172), - [aux_sym__val_number_decimal_token4] = ACTIONS(2172), - [aux_sym__val_number_token1] = ACTIONS(2172), - [aux_sym__val_number_token2] = ACTIONS(2172), - [aux_sym__val_number_token3] = ACTIONS(2172), - [aux_sym__val_number_token4] = ACTIONS(2172), - [aux_sym__val_number_token5] = ACTIONS(2172), - [aux_sym__val_number_token6] = ACTIONS(2172), - [anon_sym_0b] = ACTIONS(2170), - [anon_sym_0o] = ACTIONS(2170), - [anon_sym_0x] = ACTIONS(2170), - [sym_val_date] = ACTIONS(2172), - [anon_sym_DQUOTE] = ACTIONS(2172), - [sym__str_single_quotes] = ACTIONS(2172), - [sym__str_back_ticks] = ACTIONS(2172), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2172), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2172), - [anon_sym_err_GT] = ACTIONS(2170), - [anon_sym_out_GT] = ACTIONS(2170), - [anon_sym_e_GT] = ACTIONS(2170), - [anon_sym_o_GT] = ACTIONS(2170), - [anon_sym_err_PLUSout_GT] = ACTIONS(2170), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2170), - [anon_sym_o_PLUSe_GT] = ACTIONS(2170), - [anon_sym_e_PLUSo_GT] = ACTIONS(2170), - [anon_sym_err_GT_GT] = ACTIONS(2172), - [anon_sym_out_GT_GT] = ACTIONS(2172), - [anon_sym_e_GT_GT] = ACTIONS(2172), - [anon_sym_o_GT_GT] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2172), - [aux_sym_unquoted_token1] = ACTIONS(2170), + [1528] = { + [sym_comment] = STATE(1528), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT] = ACTIONS(4775), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4777), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2172), }, - [1580] = { - [sym_comment] = STATE(1580), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_LBRACK] = ACTIONS(954), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_RPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_RBRACE] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(954), - [anon_sym_DOT_DOT_LT] = ACTIONS(954), - [anon_sym_null] = ACTIONS(954), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(954), - [aux_sym__val_number_token5] = ACTIONS(954), - [aux_sym__val_number_token6] = ACTIONS(954), - [anon_sym_0b] = ACTIONS(952), - [anon_sym_0o] = ACTIONS(952), - [anon_sym_0x] = ACTIONS(952), - [sym_val_date] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), - [aux_sym_unquoted_token1] = ACTIONS(952), + [1529] = { + [sym_cell_path] = STATE(1881), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1529), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1975), + [sym__newline] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1975), + [anon_sym_PIPE] = ACTIONS(1975), + [anon_sym_err_GT_PIPE] = ACTIONS(1975), + [anon_sym_out_GT_PIPE] = ACTIONS(1975), + [anon_sym_e_GT_PIPE] = ACTIONS(1975), + [anon_sym_o_GT_PIPE] = ACTIONS(1975), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1975), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1975), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1975), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1975), + [anon_sym_LBRACK] = ACTIONS(1975), + [anon_sym_LPAREN] = ACTIONS(1975), + [anon_sym_DOLLAR] = ACTIONS(1973), + [anon_sym_DASH_DASH] = ACTIONS(1975), + [anon_sym_DASH2] = ACTIONS(1973), + [anon_sym_LBRACE] = ACTIONS(1975), + [anon_sym_DOT_DOT] = ACTIONS(1973), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1975), + [anon_sym_DOT_DOT_LT] = ACTIONS(1975), + [anon_sym_null] = ACTIONS(1975), + [anon_sym_true] = ACTIONS(1975), + [anon_sym_false] = ACTIONS(1975), + [aux_sym__val_number_decimal_token1] = ACTIONS(1973), + [aux_sym__val_number_decimal_token2] = ACTIONS(1975), + [aux_sym__val_number_decimal_token3] = ACTIONS(1975), + [aux_sym__val_number_decimal_token4] = ACTIONS(1975), + [aux_sym__val_number_token1] = ACTIONS(1975), + [aux_sym__val_number_token2] = ACTIONS(1975), + [aux_sym__val_number_token3] = ACTIONS(1975), + [aux_sym__val_number_token4] = ACTIONS(1975), + [aux_sym__val_number_token5] = ACTIONS(1975), + [aux_sym__val_number_token6] = ACTIONS(1975), + [anon_sym_0b] = ACTIONS(1973), + [anon_sym_0o] = ACTIONS(1973), + [anon_sym_0x] = ACTIONS(1973), + [sym_val_date] = ACTIONS(1975), + [anon_sym_DQUOTE] = ACTIONS(1975), + [sym__str_single_quotes] = ACTIONS(1975), + [sym__str_back_ticks] = ACTIONS(1975), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1975), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1975), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1973), + [anon_sym_out_GT] = ACTIONS(1973), + [anon_sym_e_GT] = ACTIONS(1973), + [anon_sym_o_GT] = ACTIONS(1973), + [anon_sym_err_PLUSout_GT] = ACTIONS(1973), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1973), + [anon_sym_o_PLUSe_GT] = ACTIONS(1973), + [anon_sym_e_PLUSo_GT] = ACTIONS(1973), + [anon_sym_err_GT_GT] = ACTIONS(1975), + [anon_sym_out_GT_GT] = ACTIONS(1975), + [anon_sym_e_GT_GT] = ACTIONS(1975), + [anon_sym_o_GT_GT] = ACTIONS(1975), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1975), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1975), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1975), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1975), + [aux_sym_unquoted_token1] = ACTIONS(1973), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), - }, - [1581] = { - [sym_comment] = STATE(1581), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(968), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4838), - [anon_sym_DOT_DOT_EQ] = ACTIONS(968), - [anon_sym_DOT_DOT_LT] = ACTIONS(968), - [anon_sym_null] = ACTIONS(968), - [anon_sym_true] = ACTIONS(968), - [anon_sym_false] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(968), - [aux_sym__val_number_token5] = ACTIONS(968), - [aux_sym__val_number_token6] = ACTIONS(968), - [anon_sym_0b] = ACTIONS(966), - [anon_sym_0o] = ACTIONS(966), - [anon_sym_0x] = ACTIONS(966), - [sym_val_date] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [aux_sym_unquoted_token1] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), + [sym_raw_string_begin] = ACTIONS(1975), }, - [1582] = { - [sym_comment] = STATE(1582), - [ts_builtin_sym_end] = ACTIONS(2176), + [1530] = { + [sym_comment] = STATE(1530), [sym__newline] = ACTIONS(2176), [anon_sym_SEMI] = ACTIONS(2176), [anon_sym_PIPE] = ACTIONS(2176), @@ -226308,20 +222797,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2176), [anon_sym_LBRACK] = ACTIONS(2176), [anon_sym_LPAREN] = ACTIONS(2176), - [anon_sym_DOLLAR] = ACTIONS(2174), + [anon_sym_RPAREN] = ACTIONS(2176), + [anon_sym_DOLLAR] = ACTIONS(2170), [anon_sym_DASH_DASH] = ACTIONS(2176), - [anon_sym_DASH2] = ACTIONS(2174), + [anon_sym_DASH2] = ACTIONS(2170), [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_DOT_DOT] = ACTIONS(2174), - [anon_sym_DOT_DOT2] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2174), - [anon_sym_DOT_DOT_LT] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2176), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2176), + [anon_sym_RBRACE] = ACTIONS(2176), + [anon_sym_DOT_DOT] = ACTIONS(2170), + [anon_sym_DOT_DOT2] = ACTIONS(4779), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2170), + [anon_sym_DOT_DOT_LT] = ACTIONS(2170), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4781), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4781), [anon_sym_null] = ACTIONS(2176), [anon_sym_true] = ACTIONS(2176), [anon_sym_false] = ACTIONS(2176), - [aux_sym__val_number_decimal_token1] = ACTIONS(2174), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), [aux_sym__val_number_decimal_token2] = ACTIONS(2176), [aux_sym__val_number_decimal_token3] = ACTIONS(2176), [aux_sym__val_number_decimal_token4] = ACTIONS(2176), @@ -226331,23 +222822,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__val_number_token4] = ACTIONS(2176), [aux_sym__val_number_token5] = ACTIONS(2176), [aux_sym__val_number_token6] = ACTIONS(2176), - [anon_sym_0b] = ACTIONS(2174), - [anon_sym_0o] = ACTIONS(2174), - [anon_sym_0x] = ACTIONS(2174), + [anon_sym_0b] = ACTIONS(2170), + [anon_sym_0o] = ACTIONS(2170), + [anon_sym_0x] = ACTIONS(2170), [sym_val_date] = ACTIONS(2176), [anon_sym_DQUOTE] = ACTIONS(2176), [sym__str_single_quotes] = ACTIONS(2176), [sym__str_back_ticks] = ACTIONS(2176), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2176), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2176), - [anon_sym_err_GT] = ACTIONS(2174), - [anon_sym_out_GT] = ACTIONS(2174), - [anon_sym_e_GT] = ACTIONS(2174), - [anon_sym_o_GT] = ACTIONS(2174), - [anon_sym_err_PLUSout_GT] = ACTIONS(2174), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2174), - [anon_sym_o_PLUSe_GT] = ACTIONS(2174), - [anon_sym_e_PLUSo_GT] = ACTIONS(2174), + [anon_sym_err_GT] = ACTIONS(2170), + [anon_sym_out_GT] = ACTIONS(2170), + [anon_sym_e_GT] = ACTIONS(2170), + [anon_sym_o_GT] = ACTIONS(2170), + [anon_sym_err_PLUSout_GT] = ACTIONS(2170), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2170), + [anon_sym_o_PLUSe_GT] = ACTIONS(2170), + [anon_sym_e_PLUSo_GT] = ACTIONS(2170), [anon_sym_err_GT_GT] = ACTIONS(2176), [anon_sym_out_GT_GT] = ACTIONS(2176), [anon_sym_e_GT_GT] = ACTIONS(2176), @@ -226356,1443 +222847,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2176), [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2176), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2176), - [aux_sym_unquoted_token1] = ACTIONS(2174), + [aux_sym_unquoted_token1] = ACTIONS(2170), [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(2176), }, - [1583] = { - [sym_comment] = STATE(1583), - [sym__newline] = ACTIONS(4840), - [anon_sym_SEMI] = ACTIONS(4840), - [anon_sym_PIPE] = ACTIONS(4840), - [anon_sym_err_GT_PIPE] = ACTIONS(4840), - [anon_sym_out_GT_PIPE] = ACTIONS(4840), - [anon_sym_e_GT_PIPE] = ACTIONS(4840), - [anon_sym_o_GT_PIPE] = ACTIONS(4840), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4840), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4840), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4840), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4840), - [anon_sym_LBRACK] = ACTIONS(4840), - [anon_sym_LPAREN] = ACTIONS(4840), - [anon_sym_RPAREN] = ACTIONS(4840), - [anon_sym_DOLLAR] = ACTIONS(4842), - [anon_sym_DASH_DASH] = ACTIONS(4840), - [anon_sym_DASH2] = ACTIONS(4842), - [anon_sym_LBRACE] = ACTIONS(4840), - [anon_sym_DOT_DOT] = ACTIONS(4842), - [anon_sym_DOT_DOT2] = ACTIONS(4755), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4842), - [anon_sym_DOT_DOT_LT] = ACTIONS(4842), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4757), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4757), - [anon_sym_null] = ACTIONS(4840), - [anon_sym_true] = ACTIONS(4840), - [anon_sym_false] = ACTIONS(4840), - [aux_sym__val_number_decimal_token1] = ACTIONS(4842), - [aux_sym__val_number_decimal_token2] = ACTIONS(4840), - [aux_sym__val_number_decimal_token3] = ACTIONS(4840), - [aux_sym__val_number_decimal_token4] = ACTIONS(4840), - [aux_sym__val_number_token1] = ACTIONS(4840), - [aux_sym__val_number_token2] = ACTIONS(4840), - [aux_sym__val_number_token3] = ACTIONS(4840), - [aux_sym__val_number_token4] = ACTIONS(4840), - [aux_sym__val_number_token5] = ACTIONS(4840), - [aux_sym__val_number_token6] = ACTIONS(4840), - [anon_sym_0b] = ACTIONS(4842), - [anon_sym_0o] = ACTIONS(4842), - [anon_sym_0x] = ACTIONS(4842), - [sym_val_date] = ACTIONS(4840), - [anon_sym_DQUOTE] = ACTIONS(4840), - [sym__str_single_quotes] = ACTIONS(4840), - [sym__str_back_ticks] = ACTIONS(4840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4840), - [anon_sym_err_GT] = ACTIONS(4842), - [anon_sym_out_GT] = ACTIONS(4842), - [anon_sym_e_GT] = ACTIONS(4842), - [anon_sym_o_GT] = ACTIONS(4842), - [anon_sym_err_PLUSout_GT] = ACTIONS(4842), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4842), - [anon_sym_o_PLUSe_GT] = ACTIONS(4842), - [anon_sym_e_PLUSo_GT] = ACTIONS(4842), - [anon_sym_err_GT_GT] = ACTIONS(4840), - [anon_sym_out_GT_GT] = ACTIONS(4840), - [anon_sym_e_GT_GT] = ACTIONS(4840), - [anon_sym_o_GT_GT] = ACTIONS(4840), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4840), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4840), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4840), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4840), - [aux_sym_unquoted_token1] = ACTIONS(4842), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4840), - }, - [1584] = { - [sym_comment] = STATE(1584), - [sym__newline] = ACTIONS(2228), - [anon_sym_SEMI] = ACTIONS(2228), - [anon_sym_PIPE] = ACTIONS(2228), - [anon_sym_err_GT_PIPE] = ACTIONS(2228), - [anon_sym_out_GT_PIPE] = ACTIONS(2228), - [anon_sym_e_GT_PIPE] = ACTIONS(2228), - [anon_sym_o_GT_PIPE] = ACTIONS(2228), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2228), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2228), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2228), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2228), - [anon_sym_LBRACK] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2224), - [anon_sym_RPAREN] = ACTIONS(2228), - [anon_sym_DOLLAR] = ACTIONS(2224), - [anon_sym_DASH_DASH] = ACTIONS(2228), - [anon_sym_DASH2] = ACTIONS(2224), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_RBRACE] = ACTIONS(2228), - [anon_sym_DOT_DOT] = ACTIONS(2224), - [anon_sym_LPAREN2] = ACTIONS(2226), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2228), - [anon_sym_DOT_DOT_LT] = ACTIONS(2228), - [anon_sym_null] = ACTIONS(2228), - [anon_sym_true] = ACTIONS(2228), - [anon_sym_false] = ACTIONS(2228), - [aux_sym__val_number_decimal_token1] = ACTIONS(2224), - [aux_sym__val_number_decimal_token2] = ACTIONS(2228), - [aux_sym__val_number_decimal_token3] = ACTIONS(2228), - [aux_sym__val_number_decimal_token4] = ACTIONS(2228), - [aux_sym__val_number_token1] = ACTIONS(2228), - [aux_sym__val_number_token2] = ACTIONS(2228), - [aux_sym__val_number_token3] = ACTIONS(2228), - [aux_sym__val_number_token4] = ACTIONS(2228), - [aux_sym__val_number_token5] = ACTIONS(2228), - [aux_sym__val_number_token6] = ACTIONS(2228), - [anon_sym_0b] = ACTIONS(2224), - [anon_sym_0o] = ACTIONS(2224), - [anon_sym_0x] = ACTIONS(2224), - [sym_val_date] = ACTIONS(2228), - [anon_sym_DQUOTE] = ACTIONS(2228), - [sym__str_single_quotes] = ACTIONS(2228), - [sym__str_back_ticks] = ACTIONS(2228), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2228), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2228), - [anon_sym_err_GT] = ACTIONS(2224), - [anon_sym_out_GT] = ACTIONS(2224), - [anon_sym_e_GT] = ACTIONS(2224), - [anon_sym_o_GT] = ACTIONS(2224), - [anon_sym_err_PLUSout_GT] = ACTIONS(2224), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2224), - [anon_sym_o_PLUSe_GT] = ACTIONS(2224), - [anon_sym_e_PLUSo_GT] = ACTIONS(2224), - [anon_sym_err_GT_GT] = ACTIONS(2228), - [anon_sym_out_GT_GT] = ACTIONS(2228), - [anon_sym_e_GT_GT] = ACTIONS(2228), - [anon_sym_o_GT_GT] = ACTIONS(2228), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2228), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2228), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2228), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2228), - [aux_sym_unquoted_token1] = ACTIONS(2224), - [aux_sym_unquoted_token2] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2228), - }, - [1585] = { - [sym_comment] = STATE(1585), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_RPAREN] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_RBRACE] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), - }, - [1586] = { - [sym_comment] = STATE(1586), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1625), - [anon_sym_in2] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1625), - [anon_sym_xor2] = ACTIONS(1625), - [anon_sym_or2] = ACTIONS(1625), - [anon_sym_not_DASHin2] = ACTIONS(1625), - [anon_sym_starts_DASHwith2] = ACTIONS(1625), - [anon_sym_ends_DASHwith2] = ACTIONS(1625), - [anon_sym_EQ_EQ2] = ACTIONS(1625), - [anon_sym_BANG_EQ2] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1625), - [anon_sym_GT_EQ2] = ACTIONS(1625), - [anon_sym_EQ_TILDE2] = ACTIONS(1625), - [anon_sym_BANG_TILDE2] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_STAR_STAR2] = ACTIONS(1625), - [anon_sym_PLUS_PLUS2] = ACTIONS(1625), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1625), - [anon_sym_SLASH_SLASH2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1625), - [anon_sym_bit_DASHshr2] = ACTIONS(1625), - [anon_sym_bit_DASHand2] = ACTIONS(1625), - [anon_sym_bit_DASHxor2] = ACTIONS(1625), - [anon_sym_bit_DASHor2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), - }, - [1587] = { - [sym_comment] = STATE(1587), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_RPAREN] = ACTIONS(1711), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1711), - [anon_sym_in2] = ACTIONS(1711), - [anon_sym_RBRACE] = ACTIONS(1711), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1711), - [anon_sym_xor2] = ACTIONS(1711), - [anon_sym_or2] = ACTIONS(1711), - [anon_sym_not_DASHin2] = ACTIONS(1711), - [anon_sym_starts_DASHwith2] = ACTIONS(1711), - [anon_sym_ends_DASHwith2] = ACTIONS(1711), - [anon_sym_EQ_EQ2] = ACTIONS(1711), - [anon_sym_BANG_EQ2] = ACTIONS(1711), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1711), - [anon_sym_GT_EQ2] = ACTIONS(1711), - [anon_sym_EQ_TILDE2] = ACTIONS(1711), - [anon_sym_BANG_TILDE2] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_STAR_STAR2] = ACTIONS(1711), - [anon_sym_PLUS_PLUS2] = ACTIONS(1711), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1711), - [anon_sym_SLASH_SLASH2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1711), - [anon_sym_bit_DASHshr2] = ACTIONS(1711), - [anon_sym_bit_DASHand2] = ACTIONS(1711), - [anon_sym_bit_DASHxor2] = ACTIONS(1711), - [anon_sym_bit_DASHor2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), - }, - [1588] = { - [sym_comment] = STATE(1588), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_RPAREN] = ACTIONS(1725), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1725), - [anon_sym_in2] = ACTIONS(1725), - [anon_sym_RBRACE] = ACTIONS(1725), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1725), - [anon_sym_xor2] = ACTIONS(1725), - [anon_sym_or2] = ACTIONS(1725), - [anon_sym_not_DASHin2] = ACTIONS(1725), - [anon_sym_starts_DASHwith2] = ACTIONS(1725), - [anon_sym_ends_DASHwith2] = ACTIONS(1725), - [anon_sym_EQ_EQ2] = ACTIONS(1725), - [anon_sym_BANG_EQ2] = ACTIONS(1725), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1725), - [anon_sym_GT_EQ2] = ACTIONS(1725), - [anon_sym_EQ_TILDE2] = ACTIONS(1725), - [anon_sym_BANG_TILDE2] = ACTIONS(1725), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_STAR_STAR2] = ACTIONS(1725), - [anon_sym_PLUS_PLUS2] = ACTIONS(1725), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1725), - [anon_sym_SLASH_SLASH2] = ACTIONS(1725), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1725), - [anon_sym_bit_DASHshr2] = ACTIONS(1725), - [anon_sym_bit_DASHand2] = ACTIONS(1725), - [anon_sym_bit_DASHxor2] = ACTIONS(1725), - [anon_sym_bit_DASHor2] = ACTIONS(1725), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), - }, - [1589] = { - [sym_comment] = STATE(1589), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4846), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1590] = { - [sym_comment] = STATE(1590), - [sym_long_flag_identifier] = ACTIONS(4848), - [sym__newline] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4850), - [anon_sym_PIPE] = ACTIONS(4850), - [anon_sym_err_GT_PIPE] = ACTIONS(4850), - [anon_sym_out_GT_PIPE] = ACTIONS(4850), - [anon_sym_e_GT_PIPE] = ACTIONS(4850), - [anon_sym_o_GT_PIPE] = ACTIONS(4850), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4850), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4850), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4850), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4850), - [anon_sym_LBRACK] = ACTIONS(4850), - [anon_sym_LPAREN] = ACTIONS(4850), - [anon_sym_RPAREN] = ACTIONS(4850), - [anon_sym_DOLLAR] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4850), - [anon_sym_DASH2] = ACTIONS(4852), - [anon_sym_LBRACE] = ACTIONS(4850), - [anon_sym_RBRACE] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4850), - [anon_sym_DOT_DOT_LT] = ACTIONS(4850), - [anon_sym_null] = ACTIONS(4852), - [anon_sym_true] = ACTIONS(4852), - [anon_sym_false] = ACTIONS(4852), - [aux_sym__val_number_decimal_token1] = ACTIONS(4852), - [aux_sym__val_number_decimal_token2] = ACTIONS(4850), - [aux_sym__val_number_decimal_token3] = ACTIONS(4850), - [aux_sym__val_number_decimal_token4] = ACTIONS(4850), - [aux_sym__val_number_token1] = ACTIONS(4852), - [aux_sym__val_number_token2] = ACTIONS(4852), - [aux_sym__val_number_token3] = ACTIONS(4852), - [aux_sym__val_number_token4] = ACTIONS(4852), - [aux_sym__val_number_token5] = ACTIONS(4850), - [aux_sym__val_number_token6] = ACTIONS(4852), - [anon_sym_0b] = ACTIONS(4852), - [anon_sym_0o] = ACTIONS(4852), - [anon_sym_0x] = ACTIONS(4852), - [sym_val_date] = ACTIONS(4852), - [anon_sym_DQUOTE] = ACTIONS(4850), - [sym__str_single_quotes] = ACTIONS(4850), - [sym__str_back_ticks] = ACTIONS(4850), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4850), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4850), - [anon_sym_err_GT] = ACTIONS(4852), - [anon_sym_out_GT] = ACTIONS(4852), - [anon_sym_e_GT] = ACTIONS(4852), - [anon_sym_o_GT] = ACTIONS(4852), - [anon_sym_err_PLUSout_GT] = ACTIONS(4852), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4852), - [anon_sym_o_PLUSe_GT] = ACTIONS(4852), - [anon_sym_e_PLUSo_GT] = ACTIONS(4852), - [anon_sym_err_GT_GT] = ACTIONS(4850), - [anon_sym_out_GT_GT] = ACTIONS(4850), - [anon_sym_e_GT_GT] = ACTIONS(4850), - [anon_sym_o_GT_GT] = ACTIONS(4850), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4850), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4850), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4850), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4850), - [anon_sym_EQ2] = ACTIONS(4854), - [aux_sym_unquoted_token1] = ACTIONS(4852), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4850), - }, - [1591] = { - [sym_comment] = STATE(1591), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), - }, - [1592] = { - [sym_comment] = STATE(1592), - [ts_builtin_sym_end] = ACTIONS(2164), - [sym__newline] = ACTIONS(2164), - [anon_sym_SEMI] = ACTIONS(2164), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_err_GT_PIPE] = ACTIONS(2164), - [anon_sym_out_GT_PIPE] = ACTIONS(2164), - [anon_sym_e_GT_PIPE] = ACTIONS(2164), - [anon_sym_o_GT_PIPE] = ACTIONS(2164), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2164), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2164), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2164), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(2164), - [anon_sym_LPAREN] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_DASH_DASH] = ACTIONS(2164), - [anon_sym_DASH2] = ACTIONS(2158), - [anon_sym_LBRACE] = ACTIONS(2164), - [anon_sym_DOT_DOT] = ACTIONS(2158), - [anon_sym_DOT_DOT2] = ACTIONS(4856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2158), - [anon_sym_DOT_DOT_LT] = ACTIONS(2158), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4858), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4858), - [anon_sym_null] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2164), - [anon_sym_false] = ACTIONS(2164), - [aux_sym__val_number_decimal_token1] = ACTIONS(2158), - [aux_sym__val_number_decimal_token2] = ACTIONS(2164), - [aux_sym__val_number_decimal_token3] = ACTIONS(2164), - [aux_sym__val_number_decimal_token4] = ACTIONS(2164), - [aux_sym__val_number_token1] = ACTIONS(2164), - [aux_sym__val_number_token2] = ACTIONS(2164), - [aux_sym__val_number_token3] = ACTIONS(2164), - [aux_sym__val_number_token4] = ACTIONS(2164), - [aux_sym__val_number_token5] = ACTIONS(2164), - [aux_sym__val_number_token6] = ACTIONS(2164), - [anon_sym_0b] = ACTIONS(2158), - [anon_sym_0o] = ACTIONS(2158), - [anon_sym_0x] = ACTIONS(2158), - [sym_val_date] = ACTIONS(2164), - [anon_sym_DQUOTE] = ACTIONS(2164), - [sym__str_single_quotes] = ACTIONS(2164), - [sym__str_back_ticks] = ACTIONS(2164), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2164), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2164), - [anon_sym_err_GT] = ACTIONS(2158), - [anon_sym_out_GT] = ACTIONS(2158), - [anon_sym_e_GT] = ACTIONS(2158), - [anon_sym_o_GT] = ACTIONS(2158), - [anon_sym_err_PLUSout_GT] = ACTIONS(2158), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2158), - [anon_sym_o_PLUSe_GT] = ACTIONS(2158), - [anon_sym_e_PLUSo_GT] = ACTIONS(2158), - [anon_sym_err_GT_GT] = ACTIONS(2164), - [anon_sym_out_GT_GT] = ACTIONS(2164), - [anon_sym_e_GT_GT] = ACTIONS(2164), - [anon_sym_o_GT_GT] = ACTIONS(2164), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2164), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2164), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2164), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2164), - [aux_sym_unquoted_token1] = ACTIONS(2158), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2164), - }, - [1593] = { - [sym_comment] = STATE(1593), - [sym__newline] = ACTIONS(960), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_PIPE] = ACTIONS(960), - [anon_sym_err_GT_PIPE] = ACTIONS(960), - [anon_sym_out_GT_PIPE] = ACTIONS(960), - [anon_sym_e_GT_PIPE] = ACTIONS(960), - [anon_sym_o_GT_PIPE] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), - [anon_sym_LBRACK] = ACTIONS(960), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_DASH_DASH] = ACTIONS(960), - [anon_sym_DASH2] = ACTIONS(958), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(960), - [anon_sym_DOT_DOT_LT] = ACTIONS(960), - [anon_sym_null] = ACTIONS(960), - [anon_sym_true] = ACTIONS(960), - [anon_sym_false] = ACTIONS(960), - [aux_sym__val_number_decimal_token1] = ACTIONS(958), - [aux_sym__val_number_decimal_token2] = ACTIONS(960), - [aux_sym__val_number_decimal_token3] = ACTIONS(960), - [aux_sym__val_number_decimal_token4] = ACTIONS(960), - [aux_sym__val_number_token1] = ACTIONS(960), - [aux_sym__val_number_token2] = ACTIONS(960), - [aux_sym__val_number_token3] = ACTIONS(960), - [aux_sym__val_number_token4] = ACTIONS(960), - [aux_sym__val_number_token5] = ACTIONS(960), - [aux_sym__val_number_token6] = ACTIONS(960), - [anon_sym_0b] = ACTIONS(958), - [anon_sym_0o] = ACTIONS(958), - [anon_sym_0x] = ACTIONS(958), - [sym_val_date] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(960), - [sym__str_single_quotes] = ACTIONS(960), - [sym__str_back_ticks] = ACTIONS(960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), - [anon_sym_DOT2] = ACTIONS(958), - [anon_sym_err_GT] = ACTIONS(958), - [anon_sym_out_GT] = ACTIONS(958), - [anon_sym_e_GT] = ACTIONS(958), - [anon_sym_o_GT] = ACTIONS(958), - [anon_sym_err_PLUSout_GT] = ACTIONS(958), - [anon_sym_out_PLUSerr_GT] = ACTIONS(958), - [anon_sym_o_PLUSe_GT] = ACTIONS(958), - [anon_sym_e_PLUSo_GT] = ACTIONS(958), - [anon_sym_err_GT_GT] = ACTIONS(960), - [anon_sym_out_GT_GT] = ACTIONS(960), - [anon_sym_e_GT_GT] = ACTIONS(960), - [anon_sym_o_GT_GT] = ACTIONS(960), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), - [aux_sym_unquoted_token1] = ACTIONS(958), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(960), - }, - [1594] = { - [sym_comment] = STATE(1594), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_GT2] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1773), - [anon_sym_in2] = ACTIONS(1773), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_STAR2] = ACTIONS(1771), - [anon_sym_and2] = ACTIONS(1773), - [anon_sym_xor2] = ACTIONS(1773), - [anon_sym_or2] = ACTIONS(1773), - [anon_sym_not_DASHin2] = ACTIONS(1773), - [anon_sym_starts_DASHwith2] = ACTIONS(1773), - [anon_sym_ends_DASHwith2] = ACTIONS(1773), - [anon_sym_EQ_EQ2] = ACTIONS(1773), - [anon_sym_BANG_EQ2] = ACTIONS(1773), - [anon_sym_LT2] = ACTIONS(1771), - [anon_sym_LT_EQ2] = ACTIONS(1773), - [anon_sym_GT_EQ2] = ACTIONS(1773), - [anon_sym_EQ_TILDE2] = ACTIONS(1773), - [anon_sym_BANG_TILDE2] = ACTIONS(1773), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_STAR_STAR2] = ACTIONS(1773), - [anon_sym_PLUS_PLUS2] = ACTIONS(1773), - [anon_sym_SLASH2] = ACTIONS(1771), - [anon_sym_mod2] = ACTIONS(1773), - [anon_sym_SLASH_SLASH2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_bit_DASHshl2] = ACTIONS(1773), - [anon_sym_bit_DASHshr2] = ACTIONS(1773), - [anon_sym_bit_DASHand2] = ACTIONS(1773), - [anon_sym_bit_DASHxor2] = ACTIONS(1773), - [anon_sym_bit_DASHor2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4860), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - }, - [1595] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1595), - [sym__newline] = ACTIONS(4862), - [anon_sym_SEMI] = ACTIONS(4862), - [anon_sym_PIPE] = ACTIONS(4862), - [anon_sym_err_GT_PIPE] = ACTIONS(4862), - [anon_sym_out_GT_PIPE] = ACTIONS(4862), - [anon_sym_e_GT_PIPE] = ACTIONS(4862), - [anon_sym_o_GT_PIPE] = ACTIONS(4862), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4862), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4862), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4862), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4862), - [anon_sym_LBRACK] = ACTIONS(4862), - [anon_sym_LPAREN] = ACTIONS(4864), - [anon_sym_RPAREN] = ACTIONS(4862), - [anon_sym_DOLLAR] = ACTIONS(4864), - [anon_sym_DASH_DASH] = ACTIONS(4862), - [anon_sym_DASH2] = ACTIONS(4864), - [anon_sym_LBRACE] = ACTIONS(4862), - [anon_sym_RBRACE] = ACTIONS(4862), - [anon_sym_DOT_DOT] = ACTIONS(4864), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4862), - [anon_sym_DOT_DOT_LT] = ACTIONS(4862), - [anon_sym_null] = ACTIONS(4862), - [anon_sym_true] = ACTIONS(4862), - [anon_sym_false] = ACTIONS(4862), - [aux_sym__val_number_decimal_token1] = ACTIONS(4864), - [aux_sym__val_number_decimal_token2] = ACTIONS(4862), - [aux_sym__val_number_decimal_token3] = ACTIONS(4862), - [aux_sym__val_number_decimal_token4] = ACTIONS(4862), - [aux_sym__val_number_token1] = ACTIONS(4862), - [aux_sym__val_number_token2] = ACTIONS(4862), - [aux_sym__val_number_token3] = ACTIONS(4862), - [aux_sym__val_number_token4] = ACTIONS(4862), - [aux_sym__val_number_token5] = ACTIONS(4862), - [aux_sym__val_number_token6] = ACTIONS(4862), - [anon_sym_0b] = ACTIONS(4864), - [anon_sym_0o] = ACTIONS(4864), - [anon_sym_0x] = ACTIONS(4864), - [sym_val_date] = ACTIONS(4862), - [anon_sym_DQUOTE] = ACTIONS(4862), - [sym__str_single_quotes] = ACTIONS(4862), - [sym__str_back_ticks] = ACTIONS(4862), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4862), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4862), - [anon_sym_err_GT] = ACTIONS(4864), - [anon_sym_out_GT] = ACTIONS(4864), - [anon_sym_e_GT] = ACTIONS(4864), - [anon_sym_o_GT] = ACTIONS(4864), - [anon_sym_err_PLUSout_GT] = ACTIONS(4864), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4864), - [anon_sym_o_PLUSe_GT] = ACTIONS(4864), - [anon_sym_e_PLUSo_GT] = ACTIONS(4864), - [anon_sym_err_GT_GT] = ACTIONS(4862), - [anon_sym_out_GT_GT] = ACTIONS(4862), - [anon_sym_e_GT_GT] = ACTIONS(4862), - [anon_sym_o_GT_GT] = ACTIONS(4862), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4862), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4862), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4862), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4862), - [aux_sym_unquoted_token1] = ACTIONS(4864), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4862), - }, - [1596] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1596), - [sym__newline] = ACTIONS(4866), - [anon_sym_SEMI] = ACTIONS(4866), - [anon_sym_PIPE] = ACTIONS(4866), - [anon_sym_err_GT_PIPE] = ACTIONS(4866), - [anon_sym_out_GT_PIPE] = ACTIONS(4866), - [anon_sym_e_GT_PIPE] = ACTIONS(4866), - [anon_sym_o_GT_PIPE] = ACTIONS(4866), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4866), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4866), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4866), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4866), - [anon_sym_LPAREN] = ACTIONS(4868), - [anon_sym_RPAREN] = ACTIONS(4866), - [anon_sym_DOLLAR] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4866), - [anon_sym_DASH2] = ACTIONS(4868), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_RBRACE] = ACTIONS(4866), - [anon_sym_DOT_DOT] = ACTIONS(4868), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4866), - [anon_sym_DOT_DOT_LT] = ACTIONS(4866), - [anon_sym_null] = ACTIONS(4866), - [anon_sym_true] = ACTIONS(4866), - [anon_sym_false] = ACTIONS(4866), - [aux_sym__val_number_decimal_token1] = ACTIONS(4868), - [aux_sym__val_number_decimal_token2] = ACTIONS(4866), - [aux_sym__val_number_decimal_token3] = ACTIONS(4866), - [aux_sym__val_number_decimal_token4] = ACTIONS(4866), - [aux_sym__val_number_token1] = ACTIONS(4866), - [aux_sym__val_number_token2] = ACTIONS(4866), - [aux_sym__val_number_token3] = ACTIONS(4866), - [aux_sym__val_number_token4] = ACTIONS(4866), - [aux_sym__val_number_token5] = ACTIONS(4866), - [aux_sym__val_number_token6] = ACTIONS(4866), - [anon_sym_0b] = ACTIONS(4868), - [anon_sym_0o] = ACTIONS(4868), - [anon_sym_0x] = ACTIONS(4868), - [sym_val_date] = ACTIONS(4866), - [anon_sym_DQUOTE] = ACTIONS(4866), - [sym__str_single_quotes] = ACTIONS(4866), - [sym__str_back_ticks] = ACTIONS(4866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4866), - [anon_sym_err_GT] = ACTIONS(4868), - [anon_sym_out_GT] = ACTIONS(4868), - [anon_sym_e_GT] = ACTIONS(4868), - [anon_sym_o_GT] = ACTIONS(4868), - [anon_sym_err_PLUSout_GT] = ACTIONS(4868), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4868), - [anon_sym_o_PLUSe_GT] = ACTIONS(4868), - [anon_sym_e_PLUSo_GT] = ACTIONS(4868), - [anon_sym_err_GT_GT] = ACTIONS(4866), - [anon_sym_out_GT_GT] = ACTIONS(4866), - [anon_sym_e_GT_GT] = ACTIONS(4866), - [anon_sym_o_GT_GT] = ACTIONS(4866), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4866), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4866), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4866), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4866), - [aux_sym_unquoted_token1] = ACTIONS(4868), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4866), - }, - [1597] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1597), - [sym__newline] = ACTIONS(4870), - [anon_sym_SEMI] = ACTIONS(4870), - [anon_sym_PIPE] = ACTIONS(4870), - [anon_sym_err_GT_PIPE] = ACTIONS(4870), - [anon_sym_out_GT_PIPE] = ACTIONS(4870), - [anon_sym_e_GT_PIPE] = ACTIONS(4870), - [anon_sym_o_GT_PIPE] = ACTIONS(4870), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4870), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4870), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4870), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4870), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_LPAREN] = ACTIONS(4872), - [anon_sym_RPAREN] = ACTIONS(4870), - [anon_sym_DOLLAR] = ACTIONS(4872), - [anon_sym_DASH_DASH] = ACTIONS(4870), - [anon_sym_DASH2] = ACTIONS(4872), - [anon_sym_LBRACE] = ACTIONS(4870), - [anon_sym_RBRACE] = ACTIONS(4870), - [anon_sym_DOT_DOT] = ACTIONS(4872), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4870), - [anon_sym_DOT_DOT_LT] = ACTIONS(4870), - [anon_sym_null] = ACTIONS(4870), - [anon_sym_true] = ACTIONS(4870), - [anon_sym_false] = ACTIONS(4870), - [aux_sym__val_number_decimal_token1] = ACTIONS(4872), - [aux_sym__val_number_decimal_token2] = ACTIONS(4870), - [aux_sym__val_number_decimal_token3] = ACTIONS(4870), - [aux_sym__val_number_decimal_token4] = ACTIONS(4870), - [aux_sym__val_number_token1] = ACTIONS(4870), - [aux_sym__val_number_token2] = ACTIONS(4870), - [aux_sym__val_number_token3] = ACTIONS(4870), - [aux_sym__val_number_token4] = ACTIONS(4870), - [aux_sym__val_number_token5] = ACTIONS(4870), - [aux_sym__val_number_token6] = ACTIONS(4870), - [anon_sym_0b] = ACTIONS(4872), - [anon_sym_0o] = ACTIONS(4872), - [anon_sym_0x] = ACTIONS(4872), - [sym_val_date] = ACTIONS(4870), - [anon_sym_DQUOTE] = ACTIONS(4870), - [sym__str_single_quotes] = ACTIONS(4870), - [sym__str_back_ticks] = ACTIONS(4870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4870), - [anon_sym_err_GT] = ACTIONS(4872), - [anon_sym_out_GT] = ACTIONS(4872), - [anon_sym_e_GT] = ACTIONS(4872), - [anon_sym_o_GT] = ACTIONS(4872), - [anon_sym_err_PLUSout_GT] = ACTIONS(4872), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4872), - [anon_sym_o_PLUSe_GT] = ACTIONS(4872), - [anon_sym_e_PLUSo_GT] = ACTIONS(4872), - [anon_sym_err_GT_GT] = ACTIONS(4870), - [anon_sym_out_GT_GT] = ACTIONS(4870), - [anon_sym_e_GT_GT] = ACTIONS(4870), - [anon_sym_o_GT_GT] = ACTIONS(4870), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4870), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4870), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4870), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4870), - [aux_sym_unquoted_token1] = ACTIONS(4872), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4870), - }, - [1598] = { - [sym_comment] = STATE(1598), - [sym__newline] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2263), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_err_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_GT_PIPE] = ACTIONS(2263), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2263), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_LPAREN] = ACTIONS(2261), - [anon_sym_RPAREN] = ACTIONS(2263), - [anon_sym_DOLLAR] = ACTIONS(2261), - [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_DASH2] = ACTIONS(2261), - [anon_sym_LBRACE] = ACTIONS(2263), - [anon_sym_RBRACE] = ACTIONS(2263), - [anon_sym_DOT_DOT] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2263), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2261), - [anon_sym_DOT_DOT_LT] = ACTIONS(2261), - [anon_sym_null] = ACTIONS(2261), - [anon_sym_true] = ACTIONS(2261), - [anon_sym_false] = ACTIONS(2261), - [aux_sym__val_number_decimal_token1] = ACTIONS(2261), - [aux_sym__val_number_decimal_token2] = ACTIONS(2261), - [aux_sym__val_number_decimal_token3] = ACTIONS(2261), - [aux_sym__val_number_decimal_token4] = ACTIONS(2261), - [aux_sym__val_number_token1] = ACTIONS(2261), - [aux_sym__val_number_token2] = ACTIONS(2261), - [aux_sym__val_number_token3] = ACTIONS(2261), - [aux_sym__val_number_token4] = ACTIONS(2261), - [aux_sym__val_number_token5] = ACTIONS(2261), - [aux_sym__val_number_token6] = ACTIONS(2261), - [anon_sym_0b] = ACTIONS(2261), - [anon_sym_0o] = ACTIONS(2261), - [anon_sym_0x] = ACTIONS(2261), - [sym_val_date] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2263), - [sym__str_single_quotes] = ACTIONS(2263), - [sym__str_back_ticks] = ACTIONS(2263), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2263), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2263), - [anon_sym_err_GT] = ACTIONS(2261), - [anon_sym_out_GT] = ACTIONS(2261), - [anon_sym_e_GT] = ACTIONS(2261), - [anon_sym_o_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT] = ACTIONS(2261), - [anon_sym_err_GT_GT] = ACTIONS(2261), - [anon_sym_out_GT_GT] = ACTIONS(2261), - [anon_sym_e_GT_GT] = ACTIONS(2261), - [anon_sym_o_GT_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2261), - [aux_sym_unquoted_token1] = ACTIONS(2261), - [aux_sym_unquoted_token4] = ACTIONS(2261), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2263), - }, - [1599] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1599), - [sym__newline] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4874), - [anon_sym_PIPE] = ACTIONS(4874), - [anon_sym_err_GT_PIPE] = ACTIONS(4874), - [anon_sym_out_GT_PIPE] = ACTIONS(4874), - [anon_sym_e_GT_PIPE] = ACTIONS(4874), - [anon_sym_o_GT_PIPE] = ACTIONS(4874), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4874), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4874), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4874), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4874), - [anon_sym_LBRACK] = ACTIONS(4874), - [anon_sym_LPAREN] = ACTIONS(4876), - [anon_sym_RPAREN] = ACTIONS(4874), - [anon_sym_DOLLAR] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4874), - [anon_sym_DASH2] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4874), - [anon_sym_RBRACE] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4874), - [anon_sym_DOT_DOT_LT] = ACTIONS(4874), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [aux_sym__val_number_decimal_token1] = ACTIONS(4876), - [aux_sym__val_number_decimal_token2] = ACTIONS(4874), - [aux_sym__val_number_decimal_token3] = ACTIONS(4874), - [aux_sym__val_number_decimal_token4] = ACTIONS(4874), - [aux_sym__val_number_token1] = ACTIONS(4874), - [aux_sym__val_number_token2] = ACTIONS(4874), - [aux_sym__val_number_token3] = ACTIONS(4874), - [aux_sym__val_number_token4] = ACTIONS(4874), - [aux_sym__val_number_token5] = ACTIONS(4874), - [aux_sym__val_number_token6] = ACTIONS(4874), - [anon_sym_0b] = ACTIONS(4876), - [anon_sym_0o] = ACTIONS(4876), - [anon_sym_0x] = ACTIONS(4876), - [sym_val_date] = ACTIONS(4874), - [anon_sym_DQUOTE] = ACTIONS(4874), - [sym__str_single_quotes] = ACTIONS(4874), - [sym__str_back_ticks] = ACTIONS(4874), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4874), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4874), - [anon_sym_err_GT] = ACTIONS(4876), - [anon_sym_out_GT] = ACTIONS(4876), - [anon_sym_e_GT] = ACTIONS(4876), - [anon_sym_o_GT] = ACTIONS(4876), - [anon_sym_err_PLUSout_GT] = ACTIONS(4876), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4876), - [anon_sym_o_PLUSe_GT] = ACTIONS(4876), - [anon_sym_e_PLUSo_GT] = ACTIONS(4876), - [anon_sym_err_GT_GT] = ACTIONS(4874), - [anon_sym_out_GT_GT] = ACTIONS(4874), - [anon_sym_e_GT_GT] = ACTIONS(4874), - [anon_sym_o_GT_GT] = ACTIONS(4874), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4874), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4874), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4874), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4874), - [aux_sym_unquoted_token1] = ACTIONS(4876), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4874), - }, - [1600] = { - [sym_comment] = STATE(1600), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_LBRACK] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_RBRACE] = ACTIONS(978), - [anon_sym_DOT_DOT] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_DOT_DOT_EQ] = ACTIONS(978), - [anon_sym_DOT_DOT_LT] = ACTIONS(978), - [anon_sym_null] = ACTIONS(978), - [anon_sym_true] = ACTIONS(978), - [anon_sym_false] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(978), - [aux_sym__val_number_token5] = ACTIONS(978), - [aux_sym__val_number_token6] = ACTIONS(978), - [anon_sym_0b] = ACTIONS(976), - [anon_sym_0o] = ACTIONS(976), - [anon_sym_0x] = ACTIONS(976), - [sym_val_date] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [aux_sym_unquoted_token1] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), - }, - [1601] = { - [sym_cell_path] = STATE(2059), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1601), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2015), - [anon_sym_SEMI] = ACTIONS(2015), - [anon_sym_PIPE] = ACTIONS(2015), - [anon_sym_err_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_GT_PIPE] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2015), - [anon_sym_RPAREN] = ACTIONS(2015), - [anon_sym_GT2] = ACTIONS(2013), - [anon_sym_DASH2] = ACTIONS(2015), - [anon_sym_in2] = ACTIONS(2015), - [anon_sym_if] = ACTIONS(2015), - [anon_sym_LBRACE] = ACTIONS(2015), - [anon_sym_RBRACE] = ACTIONS(2015), - [anon_sym_EQ_GT] = ACTIONS(2015), - [anon_sym_STAR2] = ACTIONS(2013), - [anon_sym_and2] = ACTIONS(2015), - [anon_sym_xor2] = ACTIONS(2015), - [anon_sym_or2] = ACTIONS(2015), - [anon_sym_not_DASHin2] = ACTIONS(2015), - [anon_sym_starts_DASHwith2] = ACTIONS(2015), - [anon_sym_ends_DASHwith2] = ACTIONS(2015), - [anon_sym_EQ_EQ2] = ACTIONS(2015), - [anon_sym_BANG_EQ2] = ACTIONS(2015), - [anon_sym_LT2] = ACTIONS(2013), - [anon_sym_LT_EQ2] = ACTIONS(2015), - [anon_sym_GT_EQ2] = ACTIONS(2015), - [anon_sym_EQ_TILDE2] = ACTIONS(2015), - [anon_sym_BANG_TILDE2] = ACTIONS(2015), - [anon_sym_STAR_STAR2] = ACTIONS(2015), - [anon_sym_PLUS_PLUS2] = ACTIONS(2015), - [anon_sym_SLASH2] = ACTIONS(2013), - [anon_sym_mod2] = ACTIONS(2015), - [anon_sym_SLASH_SLASH2] = ACTIONS(2015), - [anon_sym_PLUS2] = ACTIONS(2013), - [anon_sym_bit_DASHshl2] = ACTIONS(2015), - [anon_sym_bit_DASHshr2] = ACTIONS(2015), - [anon_sym_bit_DASHand2] = ACTIONS(2015), - [anon_sym_bit_DASHxor2] = ACTIONS(2015), - [anon_sym_bit_DASHor2] = ACTIONS(2015), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2013), - [anon_sym_out_GT] = ACTIONS(2013), - [anon_sym_e_GT] = ACTIONS(2013), - [anon_sym_o_GT] = ACTIONS(2013), - [anon_sym_err_PLUSout_GT] = ACTIONS(2013), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2013), - [anon_sym_o_PLUSe_GT] = ACTIONS(2013), - [anon_sym_e_PLUSo_GT] = ACTIONS(2013), - [anon_sym_err_GT_GT] = ACTIONS(2015), - [anon_sym_out_GT_GT] = ACTIONS(2015), - [anon_sym_e_GT_GT] = ACTIONS(2015), - [anon_sym_o_GT_GT] = ACTIONS(2015), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2015), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2015), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2015), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2015), - [anon_sym_POUND] = ACTIONS(251), - }, - [1602] = { - [sym_comment] = STATE(1602), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_RPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_RBRACE] = ACTIONS(974), - [anon_sym_DOT_DOT] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(974), - [anon_sym_DOT_DOT_LT] = ACTIONS(974), - [anon_sym_null] = ACTIONS(974), - [anon_sym_true] = ACTIONS(974), - [anon_sym_false] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(974), - [aux_sym__val_number_token5] = ACTIONS(974), - [aux_sym__val_number_token6] = ACTIONS(974), - [anon_sym_0b] = ACTIONS(972), - [anon_sym_0o] = ACTIONS(972), - [anon_sym_0x] = ACTIONS(972), - [sym_val_date] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [aux_sym_unquoted_token1] = ACTIONS(972), + [1531] = { + [sym_comment] = STATE(1531), + [ts_builtin_sym_end] = ACTIONS(1597), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1597), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1597), + [anon_sym_xor2] = ACTIONS(1597), + [anon_sym_or2] = ACTIONS(1597), + [anon_sym_not_DASHin2] = ACTIONS(1597), + [anon_sym_starts_DASHwith2] = ACTIONS(1597), + [anon_sym_ends_DASHwith2] = ACTIONS(1597), + [anon_sym_EQ_EQ2] = ACTIONS(1597), + [anon_sym_BANG_EQ2] = ACTIONS(1597), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1597), + [anon_sym_GT_EQ2] = ACTIONS(1597), + [anon_sym_EQ_TILDE2] = ACTIONS(1597), + [anon_sym_BANG_TILDE2] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_STAR_STAR2] = ACTIONS(1597), + [anon_sym_PLUS_PLUS2] = ACTIONS(1597), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1597), + [anon_sym_SLASH_SLASH2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1597), + [anon_sym_bit_DASHshr2] = ACTIONS(1597), + [anon_sym_bit_DASHand2] = ACTIONS(1597), + [anon_sym_bit_DASHxor2] = ACTIONS(1597), + [anon_sym_bit_DASHor2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [aux_sym__immediate_decimal_token1] = ACTIONS(4783), + [aux_sym__immediate_decimal_token2] = ACTIONS(4785), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), - }, - [1603] = { - [sym_comment] = STATE(1603), - [ts_builtin_sym_end] = ACTIONS(4751), - [sym__newline] = ACTIONS(4751), - [anon_sym_SEMI] = ACTIONS(4751), - [anon_sym_PIPE] = ACTIONS(4751), - [anon_sym_err_GT_PIPE] = ACTIONS(4751), - [anon_sym_out_GT_PIPE] = ACTIONS(4751), - [anon_sym_e_GT_PIPE] = ACTIONS(4751), - [anon_sym_o_GT_PIPE] = ACTIONS(4751), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4751), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4751), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4751), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4751), - [anon_sym_LBRACK] = ACTIONS(4751), - [anon_sym_LPAREN] = ACTIONS(4751), - [anon_sym_DOLLAR] = ACTIONS(4753), - [anon_sym_DASH_DASH] = ACTIONS(4751), - [anon_sym_DASH2] = ACTIONS(4753), - [anon_sym_LBRACE] = ACTIONS(4751), - [anon_sym_DOT_DOT] = ACTIONS(4753), - [anon_sym_DOT_DOT2] = ACTIONS(4818), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4753), - [anon_sym_DOT_DOT_LT] = ACTIONS(4753), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4820), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4751), - [anon_sym_true] = ACTIONS(4751), - [anon_sym_false] = ACTIONS(4751), - [aux_sym__val_number_decimal_token1] = ACTIONS(4753), - [aux_sym__val_number_decimal_token2] = ACTIONS(4751), - [aux_sym__val_number_decimal_token3] = ACTIONS(4751), - [aux_sym__val_number_decimal_token4] = ACTIONS(4751), - [aux_sym__val_number_token1] = ACTIONS(4751), - [aux_sym__val_number_token2] = ACTIONS(4751), - [aux_sym__val_number_token3] = ACTIONS(4751), - [aux_sym__val_number_token4] = ACTIONS(4751), - [aux_sym__val_number_token5] = ACTIONS(4751), - [aux_sym__val_number_token6] = ACTIONS(4751), - [anon_sym_0b] = ACTIONS(4753), - [anon_sym_0o] = ACTIONS(4753), - [anon_sym_0x] = ACTIONS(4753), - [sym_val_date] = ACTIONS(4751), - [anon_sym_DQUOTE] = ACTIONS(4751), - [sym__str_single_quotes] = ACTIONS(4751), - [sym__str_back_ticks] = ACTIONS(4751), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4751), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4751), - [anon_sym_err_GT] = ACTIONS(4753), - [anon_sym_out_GT] = ACTIONS(4753), - [anon_sym_e_GT] = ACTIONS(4753), - [anon_sym_o_GT] = ACTIONS(4753), - [anon_sym_err_PLUSout_GT] = ACTIONS(4753), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4753), - [anon_sym_o_PLUSe_GT] = ACTIONS(4753), - [anon_sym_e_PLUSo_GT] = ACTIONS(4753), - [anon_sym_err_GT_GT] = ACTIONS(4751), - [anon_sym_out_GT_GT] = ACTIONS(4751), - [anon_sym_e_GT_GT] = ACTIONS(4751), - [anon_sym_o_GT_GT] = ACTIONS(4751), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4751), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4751), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4751), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4751), - [aux_sym_unquoted_token1] = ACTIONS(4753), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4751), }, - [1604] = { - [sym_path] = STATE(1725), - [sym_comment] = STATE(1604), - [aux_sym_cell_path_repeat1] = STATE(1554), - [ts_builtin_sym_end] = ACTIONS(950), + [1532] = { + [sym_path] = STATE(1659), + [sym_comment] = STATE(1532), + [aux_sym_cell_path_repeat1] = STATE(1494), [sym__newline] = ACTIONS(950), [anon_sym_SEMI] = ACTIONS(950), [anon_sym_PIPE] = ACTIONS(950), @@ -227806,10 +222937,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), [anon_sym_LBRACK] = ACTIONS(950), [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_RPAREN] = ACTIONS(950), [anon_sym_DOLLAR] = ACTIONS(948), [anon_sym_DASH_DASH] = ACTIONS(950), [anon_sym_DASH2] = ACTIONS(948), [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(950), [anon_sym_DOT_DOT] = ACTIONS(948), [anon_sym_DOT_DOT_EQ] = ACTIONS(950), [anon_sym_DOT_DOT_LT] = ACTIONS(950), @@ -227835,7 +222968,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(950), [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4720), + [anon_sym_DOT2] = ACTIONS(4664), [anon_sym_err_GT] = ACTIONS(948), [anon_sym_out_GT] = ACTIONS(948), [anon_sym_e_GT] = ACTIONS(948), @@ -227856,694 +222989,773 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(950), }, - [1605] = { - [sym_comment] = STATE(1605), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_DOT_DOT_EQ] = ACTIONS(964), - [anon_sym_DOT_DOT_LT] = ACTIONS(964), - [anon_sym_null] = ACTIONS(964), - [anon_sym_true] = ACTIONS(964), - [anon_sym_false] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(964), - [aux_sym__val_number_token5] = ACTIONS(964), - [aux_sym__val_number_token6] = ACTIONS(964), - [anon_sym_0b] = ACTIONS(962), - [anon_sym_0o] = ACTIONS(962), - [anon_sym_0x] = ACTIONS(962), - [sym_val_date] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [aux_sym_unquoted_token1] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), + [1533] = { + [sym_comment] = STATE(1533), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4688), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1606] = { - [sym_cell_path] = STATE(2060), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1606), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2019), - [anon_sym_SEMI] = ACTIONS(2019), - [anon_sym_PIPE] = ACTIONS(2019), - [anon_sym_err_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_GT_PIPE] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2019), - [anon_sym_RPAREN] = ACTIONS(2019), - [anon_sym_GT2] = ACTIONS(2017), - [anon_sym_DASH2] = ACTIONS(2019), - [anon_sym_in2] = ACTIONS(2019), - [anon_sym_if] = ACTIONS(2019), - [anon_sym_LBRACE] = ACTIONS(2019), - [anon_sym_RBRACE] = ACTIONS(2019), - [anon_sym_EQ_GT] = ACTIONS(2019), - [anon_sym_STAR2] = ACTIONS(2017), - [anon_sym_and2] = ACTIONS(2019), - [anon_sym_xor2] = ACTIONS(2019), - [anon_sym_or2] = ACTIONS(2019), - [anon_sym_not_DASHin2] = ACTIONS(2019), - [anon_sym_starts_DASHwith2] = ACTIONS(2019), - [anon_sym_ends_DASHwith2] = ACTIONS(2019), - [anon_sym_EQ_EQ2] = ACTIONS(2019), - [anon_sym_BANG_EQ2] = ACTIONS(2019), - [anon_sym_LT2] = ACTIONS(2017), - [anon_sym_LT_EQ2] = ACTIONS(2019), - [anon_sym_GT_EQ2] = ACTIONS(2019), - [anon_sym_EQ_TILDE2] = ACTIONS(2019), - [anon_sym_BANG_TILDE2] = ACTIONS(2019), - [anon_sym_STAR_STAR2] = ACTIONS(2019), - [anon_sym_PLUS_PLUS2] = ACTIONS(2019), - [anon_sym_SLASH2] = ACTIONS(2017), - [anon_sym_mod2] = ACTIONS(2019), - [anon_sym_SLASH_SLASH2] = ACTIONS(2019), - [anon_sym_PLUS2] = ACTIONS(2017), - [anon_sym_bit_DASHshl2] = ACTIONS(2019), - [anon_sym_bit_DASHshr2] = ACTIONS(2019), - [anon_sym_bit_DASHand2] = ACTIONS(2019), - [anon_sym_bit_DASHxor2] = ACTIONS(2019), - [anon_sym_bit_DASHor2] = ACTIONS(2019), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2017), - [anon_sym_out_GT] = ACTIONS(2017), - [anon_sym_e_GT] = ACTIONS(2017), - [anon_sym_o_GT] = ACTIONS(2017), - [anon_sym_err_PLUSout_GT] = ACTIONS(2017), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2017), - [anon_sym_o_PLUSe_GT] = ACTIONS(2017), - [anon_sym_e_PLUSo_GT] = ACTIONS(2017), - [anon_sym_err_GT_GT] = ACTIONS(2019), - [anon_sym_out_GT_GT] = ACTIONS(2019), - [anon_sym_e_GT_GT] = ACTIONS(2019), - [anon_sym_o_GT_GT] = ACTIONS(2019), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2019), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2019), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2019), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2019), + [1534] = { + [sym_comment] = STATE(1534), + [sym__newline] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_PIPE] = ACTIONS(982), + [anon_sym_err_GT_PIPE] = ACTIONS(982), + [anon_sym_out_GT_PIPE] = ACTIONS(982), + [anon_sym_e_GT_PIPE] = ACTIONS(982), + [anon_sym_o_GT_PIPE] = ACTIONS(982), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), + [anon_sym_RPAREN] = ACTIONS(982), + [anon_sym_GT2] = ACTIONS(980), + [anon_sym_DASH2] = ACTIONS(982), + [anon_sym_in2] = ACTIONS(982), + [anon_sym_if] = ACTIONS(982), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_EQ_GT] = ACTIONS(982), + [anon_sym_STAR2] = ACTIONS(980), + [anon_sym_and2] = ACTIONS(982), + [anon_sym_xor2] = ACTIONS(982), + [anon_sym_or2] = ACTIONS(982), + [anon_sym_not_DASHin2] = ACTIONS(982), + [anon_sym_starts_DASHwith2] = ACTIONS(982), + [anon_sym_ends_DASHwith2] = ACTIONS(982), + [anon_sym_EQ_EQ2] = ACTIONS(982), + [anon_sym_BANG_EQ2] = ACTIONS(982), + [anon_sym_LT2] = ACTIONS(980), + [anon_sym_LT_EQ2] = ACTIONS(982), + [anon_sym_GT_EQ2] = ACTIONS(982), + [anon_sym_EQ_TILDE2] = ACTIONS(982), + [anon_sym_BANG_TILDE2] = ACTIONS(982), + [anon_sym_STAR_STAR2] = ACTIONS(982), + [anon_sym_PLUS_PLUS2] = ACTIONS(982), + [anon_sym_SLASH2] = ACTIONS(980), + [anon_sym_mod2] = ACTIONS(982), + [anon_sym_SLASH_SLASH2] = ACTIONS(982), + [anon_sym_PLUS2] = ACTIONS(980), + [anon_sym_bit_DASHshl2] = ACTIONS(982), + [anon_sym_bit_DASHshr2] = ACTIONS(982), + [anon_sym_bit_DASHand2] = ACTIONS(982), + [anon_sym_bit_DASHxor2] = ACTIONS(982), + [anon_sym_bit_DASHor2] = ACTIONS(982), + [anon_sym_DOT_DOT2] = ACTIONS(980), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(982), + [anon_sym_DOT_DOT_LT2] = ACTIONS(982), + [anon_sym_COLON2] = ACTIONS(982), + [anon_sym_DOT2] = ACTIONS(980), + [anon_sym_err_GT] = ACTIONS(980), + [anon_sym_out_GT] = ACTIONS(980), + [anon_sym_e_GT] = ACTIONS(980), + [anon_sym_o_GT] = ACTIONS(980), + [anon_sym_err_PLUSout_GT] = ACTIONS(980), + [anon_sym_out_PLUSerr_GT] = ACTIONS(980), + [anon_sym_o_PLUSe_GT] = ACTIONS(980), + [anon_sym_e_PLUSo_GT] = ACTIONS(980), + [anon_sym_err_GT_GT] = ACTIONS(982), + [anon_sym_out_GT_GT] = ACTIONS(982), + [anon_sym_e_GT_GT] = ACTIONS(982), + [anon_sym_o_GT_GT] = ACTIONS(982), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(982), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), [anon_sym_POUND] = ACTIONS(251), }, - [1607] = { - [sym_cell_path] = STATE(2062), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1607), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2027), - [anon_sym_SEMI] = ACTIONS(2027), - [anon_sym_PIPE] = ACTIONS(2027), - [anon_sym_err_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_GT_PIPE] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2027), - [anon_sym_RPAREN] = ACTIONS(2027), - [anon_sym_GT2] = ACTIONS(2025), - [anon_sym_DASH2] = ACTIONS(2027), - [anon_sym_in2] = ACTIONS(2027), - [anon_sym_if] = ACTIONS(2027), - [anon_sym_LBRACE] = ACTIONS(2027), - [anon_sym_RBRACE] = ACTIONS(2027), - [anon_sym_EQ_GT] = ACTIONS(2027), - [anon_sym_STAR2] = ACTIONS(2025), - [anon_sym_and2] = ACTIONS(2027), - [anon_sym_xor2] = ACTIONS(2027), - [anon_sym_or2] = ACTIONS(2027), - [anon_sym_not_DASHin2] = ACTIONS(2027), - [anon_sym_starts_DASHwith2] = ACTIONS(2027), - [anon_sym_ends_DASHwith2] = ACTIONS(2027), - [anon_sym_EQ_EQ2] = ACTIONS(2027), - [anon_sym_BANG_EQ2] = ACTIONS(2027), - [anon_sym_LT2] = ACTIONS(2025), - [anon_sym_LT_EQ2] = ACTIONS(2027), - [anon_sym_GT_EQ2] = ACTIONS(2027), - [anon_sym_EQ_TILDE2] = ACTIONS(2027), - [anon_sym_BANG_TILDE2] = ACTIONS(2027), - [anon_sym_STAR_STAR2] = ACTIONS(2027), - [anon_sym_PLUS_PLUS2] = ACTIONS(2027), - [anon_sym_SLASH2] = ACTIONS(2025), - [anon_sym_mod2] = ACTIONS(2027), - [anon_sym_SLASH_SLASH2] = ACTIONS(2027), - [anon_sym_PLUS2] = ACTIONS(2025), - [anon_sym_bit_DASHshl2] = ACTIONS(2027), - [anon_sym_bit_DASHshr2] = ACTIONS(2027), - [anon_sym_bit_DASHand2] = ACTIONS(2027), - [anon_sym_bit_DASHxor2] = ACTIONS(2027), - [anon_sym_bit_DASHor2] = ACTIONS(2027), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2025), - [anon_sym_out_GT] = ACTIONS(2025), - [anon_sym_e_GT] = ACTIONS(2025), - [anon_sym_o_GT] = ACTIONS(2025), - [anon_sym_err_PLUSout_GT] = ACTIONS(2025), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2025), - [anon_sym_o_PLUSe_GT] = ACTIONS(2025), - [anon_sym_e_PLUSo_GT] = ACTIONS(2025), - [anon_sym_err_GT_GT] = ACTIONS(2027), - [anon_sym_out_GT_GT] = ACTIONS(2027), - [anon_sym_e_GT_GT] = ACTIONS(2027), - [anon_sym_o_GT_GT] = ACTIONS(2027), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2027), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2027), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2027), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2027), - [anon_sym_POUND] = ACTIONS(251), + [1535] = { + [sym_comment] = STATE(1535), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4787), + [aux_sym__immediate_decimal_token2] = ACTIONS(4789), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1608] = { - [sym_comment] = STATE(1608), - [ts_builtin_sym_end] = ACTIONS(1719), - [sym__newline] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(1719), - [anon_sym_err_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_GT_PIPE] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), - [anon_sym_LBRACK] = ACTIONS(1719), - [anon_sym_LPAREN] = ACTIONS(1719), - [anon_sym_DOLLAR] = ACTIONS(1717), - [anon_sym_DASH_DASH] = ACTIONS(1719), - [anon_sym_DASH2] = ACTIONS(1717), - [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_DOT_DOT] = ACTIONS(1717), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), - [anon_sym_DOT_DOT_LT] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_null] = ACTIONS(1719), - [anon_sym_true] = ACTIONS(1719), - [anon_sym_false] = ACTIONS(1719), - [aux_sym__val_number_decimal_token1] = ACTIONS(1717), - [aux_sym__val_number_decimal_token2] = ACTIONS(1719), - [aux_sym__val_number_decimal_token3] = ACTIONS(1719), - [aux_sym__val_number_decimal_token4] = ACTIONS(1719), - [aux_sym__val_number_token1] = ACTIONS(1719), - [aux_sym__val_number_token2] = ACTIONS(1719), - [aux_sym__val_number_token3] = ACTIONS(1719), - [aux_sym__val_number_token4] = ACTIONS(1719), - [aux_sym__val_number_token5] = ACTIONS(1719), - [aux_sym__val_number_token6] = ACTIONS(1719), - [anon_sym_0b] = ACTIONS(1717), - [anon_sym_0o] = ACTIONS(1717), - [anon_sym_0x] = ACTIONS(1717), - [sym_val_date] = ACTIONS(1719), - [anon_sym_DQUOTE] = ACTIONS(1719), - [sym__str_single_quotes] = ACTIONS(1719), - [sym__str_back_ticks] = ACTIONS(1719), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), - [anon_sym_err_GT] = ACTIONS(1717), - [anon_sym_out_GT] = ACTIONS(1717), - [anon_sym_e_GT] = ACTIONS(1717), - [anon_sym_o_GT] = ACTIONS(1717), - [anon_sym_err_PLUSout_GT] = ACTIONS(1717), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), - [anon_sym_o_PLUSe_GT] = ACTIONS(1717), - [anon_sym_e_PLUSo_GT] = ACTIONS(1717), - [anon_sym_err_GT_GT] = ACTIONS(1719), - [anon_sym_out_GT_GT] = ACTIONS(1719), - [anon_sym_e_GT_GT] = ACTIONS(1719), - [anon_sym_o_GT_GT] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), - [aux_sym_unquoted_token1] = ACTIONS(1717), + [1536] = { + [sym_comment] = STATE(1536), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4710), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1719), }, - [1609] = { - [sym_comment] = STATE(1609), - [sym__newline] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1827), - [anon_sym_PIPE] = ACTIONS(1827), - [anon_sym_err_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_GT_PIPE] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1827), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_RPAREN] = ACTIONS(1827), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1827), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1827), - [anon_sym_RBRACE] = ACTIONS(1827), - [anon_sym_DOT_DOT] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1827), - [anon_sym_DOT_DOT_LT] = ACTIONS(1827), - [anon_sym_null] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(1827), - [anon_sym_false] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1827), - [aux_sym__val_number_token5] = ACTIONS(1827), - [aux_sym__val_number_token6] = ACTIONS(1827), - [anon_sym_0b] = ACTIONS(1819), - [anon_sym_0o] = ACTIONS(1819), - [anon_sym_0x] = ACTIONS(1819), - [sym_val_date] = ACTIONS(1827), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1827), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1827), - [anon_sym_err_GT] = ACTIONS(1819), - [anon_sym_out_GT] = ACTIONS(1819), - [anon_sym_e_GT] = ACTIONS(1819), - [anon_sym_o_GT] = ACTIONS(1819), - [anon_sym_err_PLUSout_GT] = ACTIONS(1819), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1819), - [anon_sym_o_PLUSe_GT] = ACTIONS(1819), - [anon_sym_e_PLUSo_GT] = ACTIONS(1819), - [anon_sym_err_GT_GT] = ACTIONS(1827), - [anon_sym_out_GT_GT] = ACTIONS(1827), - [anon_sym_e_GT_GT] = ACTIONS(1827), - [anon_sym_o_GT_GT] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1827), - [aux_sym_unquoted_token1] = ACTIONS(1819), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), + [1537] = { + [sym__expr_parenthesized_immediate] = STATE(2467), + [sym__immediate_decimal] = STATE(2471), + [sym_val_variable] = STATE(2467), + [sym_comment] = STATE(1537), + [ts_builtin_sym_end] = ACTIONS(1709), + [sym__newline] = ACTIONS(1709), + [anon_sym_SEMI] = ACTIONS(1709), + [anon_sym_PIPE] = ACTIONS(1709), + [anon_sym_err_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_GT_PIPE] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1709), + [anon_sym_DOLLAR] = ACTIONS(4648), + [anon_sym_GT2] = ACTIONS(1707), + [anon_sym_DASH2] = ACTIONS(1707), + [anon_sym_in2] = ACTIONS(1709), + [anon_sym_STAR2] = ACTIONS(1707), + [anon_sym_and2] = ACTIONS(1709), + [anon_sym_xor2] = ACTIONS(1709), + [anon_sym_or2] = ACTIONS(1709), + [anon_sym_not_DASHin2] = ACTIONS(1709), + [anon_sym_starts_DASHwith2] = ACTIONS(1709), + [anon_sym_ends_DASHwith2] = ACTIONS(1709), + [anon_sym_EQ_EQ2] = ACTIONS(1709), + [anon_sym_BANG_EQ2] = ACTIONS(1709), + [anon_sym_LT2] = ACTIONS(1707), + [anon_sym_LT_EQ2] = ACTIONS(1709), + [anon_sym_GT_EQ2] = ACTIONS(1709), + [anon_sym_EQ_TILDE2] = ACTIONS(1709), + [anon_sym_BANG_TILDE2] = ACTIONS(1709), + [anon_sym_LPAREN2] = ACTIONS(4650), + [anon_sym_STAR_STAR2] = ACTIONS(1709), + [anon_sym_PLUS_PLUS2] = ACTIONS(1709), + [anon_sym_SLASH2] = ACTIONS(1707), + [anon_sym_mod2] = ACTIONS(1709), + [anon_sym_SLASH_SLASH2] = ACTIONS(1709), + [anon_sym_PLUS2] = ACTIONS(1707), + [anon_sym_bit_DASHshl2] = ACTIONS(1709), + [anon_sym_bit_DASHshr2] = ACTIONS(1709), + [anon_sym_bit_DASHand2] = ACTIONS(1709), + [anon_sym_bit_DASHxor2] = ACTIONS(1709), + [anon_sym_bit_DASHor2] = ACTIONS(1709), + [aux_sym__immediate_decimal_token1] = ACTIONS(4720), + [aux_sym__immediate_decimal_token3] = ACTIONS(4720), + [aux_sym__immediate_decimal_token4] = ACTIONS(4656), + [aux_sym__immediate_decimal_token5] = ACTIONS(4658), + [anon_sym_err_GT] = ACTIONS(1707), + [anon_sym_out_GT] = ACTIONS(1707), + [anon_sym_e_GT] = ACTIONS(1707), + [anon_sym_o_GT] = ACTIONS(1707), + [anon_sym_err_PLUSout_GT] = ACTIONS(1707), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1707), + [anon_sym_o_PLUSe_GT] = ACTIONS(1707), + [anon_sym_e_PLUSo_GT] = ACTIONS(1707), + [anon_sym_err_GT_GT] = ACTIONS(1709), + [anon_sym_out_GT_GT] = ACTIONS(1709), + [anon_sym_e_GT_GT] = ACTIONS(1709), + [anon_sym_o_GT_GT] = ACTIONS(1709), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1709), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1709), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1709), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1709), + [anon_sym_POUND] = ACTIONS(251), }, - [1610] = { - [sym_comment] = STATE(1610), - [sym__newline] = ACTIONS(1719), - [anon_sym_SEMI] = ACTIONS(1719), - [anon_sym_PIPE] = ACTIONS(1719), - [anon_sym_err_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_GT_PIPE] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), - [anon_sym_RPAREN] = ACTIONS(1719), - [anon_sym_GT2] = ACTIONS(1717), - [anon_sym_DASH2] = ACTIONS(1719), - [anon_sym_in2] = ACTIONS(1719), - [anon_sym_if] = ACTIONS(1719), - [anon_sym_LBRACE] = ACTIONS(1719), - [anon_sym_RBRACE] = ACTIONS(1719), - [anon_sym_EQ_GT] = ACTIONS(1719), - [anon_sym_STAR2] = ACTIONS(1717), - [anon_sym_and2] = ACTIONS(1719), - [anon_sym_xor2] = ACTIONS(1719), - [anon_sym_or2] = ACTIONS(1719), - [anon_sym_not_DASHin2] = ACTIONS(1719), - [anon_sym_starts_DASHwith2] = ACTIONS(1719), - [anon_sym_ends_DASHwith2] = ACTIONS(1719), - [anon_sym_EQ_EQ2] = ACTIONS(1719), - [anon_sym_BANG_EQ2] = ACTIONS(1719), - [anon_sym_LT2] = ACTIONS(1717), - [anon_sym_LT_EQ2] = ACTIONS(1719), - [anon_sym_GT_EQ2] = ACTIONS(1719), - [anon_sym_EQ_TILDE2] = ACTIONS(1719), - [anon_sym_BANG_TILDE2] = ACTIONS(1719), - [anon_sym_STAR_STAR2] = ACTIONS(1719), - [anon_sym_PLUS_PLUS2] = ACTIONS(1719), - [anon_sym_SLASH2] = ACTIONS(1717), - [anon_sym_mod2] = ACTIONS(1719), - [anon_sym_SLASH_SLASH2] = ACTIONS(1719), - [anon_sym_PLUS2] = ACTIONS(1717), - [anon_sym_bit_DASHshl2] = ACTIONS(1719), - [anon_sym_bit_DASHshr2] = ACTIONS(1719), - [anon_sym_bit_DASHand2] = ACTIONS(1719), - [anon_sym_bit_DASHxor2] = ACTIONS(1719), - [anon_sym_bit_DASHor2] = ACTIONS(1719), - [anon_sym_DOT_DOT2] = ACTIONS(1717), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_COLON2] = ACTIONS(1719), - [anon_sym_err_GT] = ACTIONS(1717), - [anon_sym_out_GT] = ACTIONS(1717), - [anon_sym_e_GT] = ACTIONS(1717), - [anon_sym_o_GT] = ACTIONS(1717), - [anon_sym_err_PLUSout_GT] = ACTIONS(1717), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), - [anon_sym_o_PLUSe_GT] = ACTIONS(1717), - [anon_sym_e_PLUSo_GT] = ACTIONS(1717), - [anon_sym_err_GT_GT] = ACTIONS(1719), - [anon_sym_out_GT_GT] = ACTIONS(1719), - [anon_sym_e_GT_GT] = ACTIONS(1719), - [anon_sym_o_GT_GT] = ACTIONS(1719), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [1538] = { + [sym_comment] = STATE(1538), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1669), + [anon_sym_in2] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1669), + [anon_sym_xor2] = ACTIONS(1669), + [anon_sym_or2] = ACTIONS(1669), + [anon_sym_not_DASHin2] = ACTIONS(1669), + [anon_sym_starts_DASHwith2] = ACTIONS(1669), + [anon_sym_ends_DASHwith2] = ACTIONS(1669), + [anon_sym_EQ_EQ2] = ACTIONS(1669), + [anon_sym_BANG_EQ2] = ACTIONS(1669), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1669), + [anon_sym_GT_EQ2] = ACTIONS(1669), + [anon_sym_EQ_TILDE2] = ACTIONS(1669), + [anon_sym_BANG_TILDE2] = ACTIONS(1669), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_STAR_STAR2] = ACTIONS(1669), + [anon_sym_PLUS_PLUS2] = ACTIONS(1669), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1669), + [anon_sym_SLASH_SLASH2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1669), + [anon_sym_bit_DASHshr2] = ACTIONS(1669), + [anon_sym_bit_DASHand2] = ACTIONS(1669), + [anon_sym_bit_DASHxor2] = ACTIONS(1669), + [anon_sym_bit_DASHor2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4791), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token2] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(251), }, - [1611] = { - [sym_comment] = STATE(1611), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [aux_sym__immediate_decimal_token2] = ACTIONS(4787), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), + [1539] = { + [sym__expr_parenthesized_immediate] = STATE(7276), + [sym_comment] = STATE(1539), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1693), + [anon_sym_in2] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1693), + [anon_sym_xor2] = ACTIONS(1693), + [anon_sym_or2] = ACTIONS(1693), + [anon_sym_not_DASHin2] = ACTIONS(1693), + [anon_sym_starts_DASHwith2] = ACTIONS(1693), + [anon_sym_ends_DASHwith2] = ACTIONS(1693), + [anon_sym_EQ_EQ2] = ACTIONS(1693), + [anon_sym_BANG_EQ2] = ACTIONS(1693), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1693), + [anon_sym_GT_EQ2] = ACTIONS(1693), + [anon_sym_EQ_TILDE2] = ACTIONS(1693), + [anon_sym_BANG_TILDE2] = ACTIONS(1693), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_STAR_STAR2] = ACTIONS(1693), + [anon_sym_PLUS_PLUS2] = ACTIONS(1693), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1693), + [anon_sym_SLASH_SLASH2] = ACTIONS(1693), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1693), + [anon_sym_bit_DASHshr2] = ACTIONS(1693), + [anon_sym_bit_DASHand2] = ACTIONS(1693), + [anon_sym_bit_DASHxor2] = ACTIONS(1693), + [anon_sym_bit_DASHor2] = ACTIONS(1693), + [anon_sym_DOT_DOT2] = ACTIONS(4793), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4795), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4795), + [sym_filesize_unit] = ACTIONS(4797), + [sym_duration_unit] = ACTIONS(4799), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token2] = ACTIONS(4801), [anon_sym_POUND] = ACTIONS(251), }, - [1612] = { - [sym_comment] = STATE(1612), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1735), - [anon_sym_DOT_DOT_LT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [1540] = { + [sym_comment] = STATE(1540), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1613] = { - [sym_comment] = STATE(1613), - [ts_builtin_sym_end] = ACTIONS(2156), - [sym__newline] = ACTIONS(2156), - [anon_sym_SEMI] = ACTIONS(2156), - [anon_sym_PIPE] = ACTIONS(2156), - [anon_sym_err_GT_PIPE] = ACTIONS(2156), - [anon_sym_out_GT_PIPE] = ACTIONS(2156), - [anon_sym_e_GT_PIPE] = ACTIONS(2156), - [anon_sym_o_GT_PIPE] = ACTIONS(2156), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2156), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2156), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2156), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2150), - [anon_sym_DASH_DASH] = ACTIONS(2156), - [anon_sym_DASH2] = ACTIONS(2150), - [anon_sym_LBRACE] = ACTIONS(2156), - [anon_sym_DOT_DOT] = ACTIONS(2150), - [anon_sym_DOT_DOT2] = ACTIONS(4878), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2150), - [anon_sym_DOT_DOT_LT] = ACTIONS(2150), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4880), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4880), - [anon_sym_null] = ACTIONS(2156), - [anon_sym_true] = ACTIONS(2156), - [anon_sym_false] = ACTIONS(2156), - [aux_sym__val_number_decimal_token1] = ACTIONS(2150), - [aux_sym__val_number_decimal_token2] = ACTIONS(2156), - [aux_sym__val_number_decimal_token3] = ACTIONS(2156), - [aux_sym__val_number_decimal_token4] = ACTIONS(2156), - [aux_sym__val_number_token1] = ACTIONS(2156), - [aux_sym__val_number_token2] = ACTIONS(2156), - [aux_sym__val_number_token3] = ACTIONS(2156), - [aux_sym__val_number_token4] = ACTIONS(2156), - [aux_sym__val_number_token5] = ACTIONS(2156), - [aux_sym__val_number_token6] = ACTIONS(2156), - [anon_sym_0b] = ACTIONS(2150), - [anon_sym_0o] = ACTIONS(2150), - [anon_sym_0x] = ACTIONS(2150), - [sym_val_date] = ACTIONS(2156), - [anon_sym_DQUOTE] = ACTIONS(2156), - [sym__str_single_quotes] = ACTIONS(2156), - [sym__str_back_ticks] = ACTIONS(2156), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2156), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2156), - [anon_sym_err_GT] = ACTIONS(2150), - [anon_sym_out_GT] = ACTIONS(2150), - [anon_sym_e_GT] = ACTIONS(2150), - [anon_sym_o_GT] = ACTIONS(2150), - [anon_sym_err_PLUSout_GT] = ACTIONS(2150), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2150), - [anon_sym_o_PLUSe_GT] = ACTIONS(2150), - [anon_sym_e_PLUSo_GT] = ACTIONS(2150), - [anon_sym_err_GT_GT] = ACTIONS(2156), - [anon_sym_out_GT_GT] = ACTIONS(2156), - [anon_sym_e_GT_GT] = ACTIONS(2156), - [anon_sym_o_GT_GT] = ACTIONS(2156), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2156), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2156), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2156), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2156), - [aux_sym_unquoted_token1] = ACTIONS(2150), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2156), + [1541] = { + [sym_cell_path] = STATE(1885), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1541), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1979), + [sym__newline] = ACTIONS(1979), + [anon_sym_SEMI] = ACTIONS(1979), + [anon_sym_PIPE] = ACTIONS(1979), + [anon_sym_err_GT_PIPE] = ACTIONS(1979), + [anon_sym_out_GT_PIPE] = ACTIONS(1979), + [anon_sym_e_GT_PIPE] = ACTIONS(1979), + [anon_sym_o_GT_PIPE] = ACTIONS(1979), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1979), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1979), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1979), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1979), + [anon_sym_LBRACK] = ACTIONS(1979), + [anon_sym_LPAREN] = ACTIONS(1979), + [anon_sym_DOLLAR] = ACTIONS(1977), + [anon_sym_DASH_DASH] = ACTIONS(1979), + [anon_sym_DASH2] = ACTIONS(1977), + [anon_sym_LBRACE] = ACTIONS(1979), + [anon_sym_DOT_DOT] = ACTIONS(1977), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1979), + [anon_sym_DOT_DOT_LT] = ACTIONS(1979), + [anon_sym_null] = ACTIONS(1979), + [anon_sym_true] = ACTIONS(1979), + [anon_sym_false] = ACTIONS(1979), + [aux_sym__val_number_decimal_token1] = ACTIONS(1977), + [aux_sym__val_number_decimal_token2] = ACTIONS(1979), + [aux_sym__val_number_decimal_token3] = ACTIONS(1979), + [aux_sym__val_number_decimal_token4] = ACTIONS(1979), + [aux_sym__val_number_token1] = ACTIONS(1979), + [aux_sym__val_number_token2] = ACTIONS(1979), + [aux_sym__val_number_token3] = ACTIONS(1979), + [aux_sym__val_number_token4] = ACTIONS(1979), + [aux_sym__val_number_token5] = ACTIONS(1979), + [aux_sym__val_number_token6] = ACTIONS(1979), + [anon_sym_0b] = ACTIONS(1977), + [anon_sym_0o] = ACTIONS(1977), + [anon_sym_0x] = ACTIONS(1977), + [sym_val_date] = ACTIONS(1979), + [anon_sym_DQUOTE] = ACTIONS(1979), + [sym__str_single_quotes] = ACTIONS(1979), + [sym__str_back_ticks] = ACTIONS(1979), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1979), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1979), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1977), + [anon_sym_out_GT] = ACTIONS(1977), + [anon_sym_e_GT] = ACTIONS(1977), + [anon_sym_o_GT] = ACTIONS(1977), + [anon_sym_err_PLUSout_GT] = ACTIONS(1977), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1977), + [anon_sym_o_PLUSe_GT] = ACTIONS(1977), + [anon_sym_e_PLUSo_GT] = ACTIONS(1977), + [anon_sym_err_GT_GT] = ACTIONS(1979), + [anon_sym_out_GT_GT] = ACTIONS(1979), + [anon_sym_e_GT_GT] = ACTIONS(1979), + [anon_sym_o_GT_GT] = ACTIONS(1979), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1979), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1979), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1979), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1979), + [aux_sym_unquoted_token1] = ACTIONS(1977), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1979), }, - [1614] = { - [sym__expr_parenthesized_immediate] = STATE(7360), - [sym_comment] = STATE(1614), - [ts_builtin_sym_end] = ACTIONS(1665), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1665), - [anon_sym_in2] = ACTIONS(1665), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_and2] = ACTIONS(1665), - [anon_sym_xor2] = ACTIONS(1665), - [anon_sym_or2] = ACTIONS(1665), - [anon_sym_not_DASHin2] = ACTIONS(1665), - [anon_sym_starts_DASHwith2] = ACTIONS(1665), - [anon_sym_ends_DASHwith2] = ACTIONS(1665), - [anon_sym_EQ_EQ2] = ACTIONS(1665), - [anon_sym_BANG_EQ2] = ACTIONS(1665), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1665), - [anon_sym_GT_EQ2] = ACTIONS(1665), - [anon_sym_EQ_TILDE2] = ACTIONS(1665), - [anon_sym_BANG_TILDE2] = ACTIONS(1665), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_STAR_STAR2] = ACTIONS(1665), - [anon_sym_PLUS_PLUS2] = ACTIONS(1665), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1665), - [anon_sym_SLASH_SLASH2] = ACTIONS(1665), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1665), - [anon_sym_bit_DASHshr2] = ACTIONS(1665), - [anon_sym_bit_DASHand2] = ACTIONS(1665), - [anon_sym_bit_DASHxor2] = ACTIONS(1665), - [anon_sym_bit_DASHor2] = ACTIONS(1665), - [anon_sym_DOT_DOT2] = ACTIONS(4882), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4884), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4884), - [sym_filesize_unit] = ACTIONS(4886), - [sym_duration_unit] = ACTIONS(4888), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token2] = ACTIONS(4890), + [1542] = { + [sym_cell_path] = STATE(1840), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1542), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1935), + [sym__newline] = ACTIONS(1935), + [anon_sym_SEMI] = ACTIONS(1935), + [anon_sym_PIPE] = ACTIONS(1935), + [anon_sym_err_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_GT_PIPE] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1935), + [anon_sym_LBRACK] = ACTIONS(1935), + [anon_sym_LPAREN] = ACTIONS(1935), + [anon_sym_DOLLAR] = ACTIONS(1933), + [anon_sym_DASH_DASH] = ACTIONS(1935), + [anon_sym_DASH2] = ACTIONS(1933), + [anon_sym_LBRACE] = ACTIONS(1935), + [anon_sym_DOT_DOT] = ACTIONS(1933), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1935), + [anon_sym_DOT_DOT_LT] = ACTIONS(1935), + [anon_sym_null] = ACTIONS(1935), + [anon_sym_true] = ACTIONS(1935), + [anon_sym_false] = ACTIONS(1935), + [aux_sym__val_number_decimal_token1] = ACTIONS(1933), + [aux_sym__val_number_decimal_token2] = ACTIONS(1935), + [aux_sym__val_number_decimal_token3] = ACTIONS(1935), + [aux_sym__val_number_decimal_token4] = ACTIONS(1935), + [aux_sym__val_number_token1] = ACTIONS(1935), + [aux_sym__val_number_token2] = ACTIONS(1935), + [aux_sym__val_number_token3] = ACTIONS(1935), + [aux_sym__val_number_token4] = ACTIONS(1935), + [aux_sym__val_number_token5] = ACTIONS(1935), + [aux_sym__val_number_token6] = ACTIONS(1935), + [anon_sym_0b] = ACTIONS(1933), + [anon_sym_0o] = ACTIONS(1933), + [anon_sym_0x] = ACTIONS(1933), + [sym_val_date] = ACTIONS(1935), + [anon_sym_DQUOTE] = ACTIONS(1935), + [sym__str_single_quotes] = ACTIONS(1935), + [sym__str_back_ticks] = ACTIONS(1935), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1935), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1935), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1933), + [anon_sym_out_GT] = ACTIONS(1933), + [anon_sym_e_GT] = ACTIONS(1933), + [anon_sym_o_GT] = ACTIONS(1933), + [anon_sym_err_PLUSout_GT] = ACTIONS(1933), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1933), + [anon_sym_o_PLUSe_GT] = ACTIONS(1933), + [anon_sym_e_PLUSo_GT] = ACTIONS(1933), + [anon_sym_err_GT_GT] = ACTIONS(1935), + [anon_sym_out_GT_GT] = ACTIONS(1935), + [anon_sym_e_GT_GT] = ACTIONS(1935), + [anon_sym_o_GT_GT] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1935), + [aux_sym_unquoted_token1] = ACTIONS(1933), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1935), }, - [1615] = { - [sym_comment] = STATE(1615), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4894), + [1543] = { + [sym_comment] = STATE(1543), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1544] = { + [sym_comment] = STATE(1544), + [anon_sym_EQ] = ACTIONS(4803), + [anon_sym_PLUS_EQ] = ACTIONS(4805), + [anon_sym_DASH_EQ] = ACTIONS(4805), + [anon_sym_STAR_EQ] = ACTIONS(4805), + [anon_sym_SLASH_EQ] = ACTIONS(4805), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4805), [sym__newline] = ACTIONS(1000), [anon_sym_SEMI] = ACTIONS(1000), [anon_sym_PIPE] = ACTIONS(1000), @@ -228555,6 +223767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), [anon_sym_GT2] = ACTIONS(1004), [anon_sym_DASH2] = ACTIONS(1004), [anon_sym_in2] = ACTIONS(1000), @@ -228604,147 +223817,355 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), [anon_sym_POUND] = ACTIONS(251), }, - [1616] = { - [sym_comment] = STATE(1616), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1711), - [anon_sym_in2] = ACTIONS(1711), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1711), - [anon_sym_xor2] = ACTIONS(1711), - [anon_sym_or2] = ACTIONS(1711), - [anon_sym_not_DASHin2] = ACTIONS(1711), - [anon_sym_starts_DASHwith2] = ACTIONS(1711), - [anon_sym_ends_DASHwith2] = ACTIONS(1711), - [anon_sym_EQ_EQ2] = ACTIONS(1711), - [anon_sym_BANG_EQ2] = ACTIONS(1711), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1711), - [anon_sym_GT_EQ2] = ACTIONS(1711), - [anon_sym_EQ_TILDE2] = ACTIONS(1711), - [anon_sym_BANG_TILDE2] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_STAR_STAR2] = ACTIONS(1711), - [anon_sym_PLUS_PLUS2] = ACTIONS(1711), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1711), - [anon_sym_SLASH_SLASH2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1711), - [anon_sym_bit_DASHshr2] = ACTIONS(1711), - [anon_sym_bit_DASHand2] = ACTIONS(1711), - [anon_sym_bit_DASHxor2] = ACTIONS(1711), - [anon_sym_bit_DASHor2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [aux_sym__immediate_decimal_token2] = ACTIONS(4896), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token2] = ACTIONS(1709), + [1545] = { + [sym_comment] = STATE(1545), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1863), + [anon_sym_RPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1861), + [anon_sym_DOT_DOT_LT] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [1546] = { + [sym_cell_path] = STATE(1888), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1546), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1983), + [sym__newline] = ACTIONS(1983), + [anon_sym_SEMI] = ACTIONS(1983), + [anon_sym_PIPE] = ACTIONS(1983), + [anon_sym_err_GT_PIPE] = ACTIONS(1983), + [anon_sym_out_GT_PIPE] = ACTIONS(1983), + [anon_sym_e_GT_PIPE] = ACTIONS(1983), + [anon_sym_o_GT_PIPE] = ACTIONS(1983), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1983), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1983), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1983), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1983), + [anon_sym_LBRACK] = ACTIONS(1983), + [anon_sym_LPAREN] = ACTIONS(1983), + [anon_sym_DOLLAR] = ACTIONS(1981), + [anon_sym_DASH_DASH] = ACTIONS(1983), + [anon_sym_DASH2] = ACTIONS(1981), + [anon_sym_LBRACE] = ACTIONS(1983), + [anon_sym_DOT_DOT] = ACTIONS(1981), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1983), + [anon_sym_DOT_DOT_LT] = ACTIONS(1983), + [anon_sym_null] = ACTIONS(1983), + [anon_sym_true] = ACTIONS(1983), + [anon_sym_false] = ACTIONS(1983), + [aux_sym__val_number_decimal_token1] = ACTIONS(1981), + [aux_sym__val_number_decimal_token2] = ACTIONS(1983), + [aux_sym__val_number_decimal_token3] = ACTIONS(1983), + [aux_sym__val_number_decimal_token4] = ACTIONS(1983), + [aux_sym__val_number_token1] = ACTIONS(1983), + [aux_sym__val_number_token2] = ACTIONS(1983), + [aux_sym__val_number_token3] = ACTIONS(1983), + [aux_sym__val_number_token4] = ACTIONS(1983), + [aux_sym__val_number_token5] = ACTIONS(1983), + [aux_sym__val_number_token6] = ACTIONS(1983), + [anon_sym_0b] = ACTIONS(1981), + [anon_sym_0o] = ACTIONS(1981), + [anon_sym_0x] = ACTIONS(1981), + [sym_val_date] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(1983), + [sym__str_single_quotes] = ACTIONS(1983), + [sym__str_back_ticks] = ACTIONS(1983), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1983), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1983), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1981), + [anon_sym_out_GT] = ACTIONS(1981), + [anon_sym_e_GT] = ACTIONS(1981), + [anon_sym_o_GT] = ACTIONS(1981), + [anon_sym_err_PLUSout_GT] = ACTIONS(1981), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), + [anon_sym_o_PLUSe_GT] = ACTIONS(1981), + [anon_sym_e_PLUSo_GT] = ACTIONS(1981), + [anon_sym_err_GT_GT] = ACTIONS(1983), + [anon_sym_out_GT_GT] = ACTIONS(1983), + [anon_sym_e_GT_GT] = ACTIONS(1983), + [anon_sym_o_GT_GT] = ACTIONS(1983), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), + [aux_sym_unquoted_token1] = ACTIONS(1981), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1983), }, - [1617] = { - [sym_cell_path] = STATE(2036), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1617), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1967), - [anon_sym_SEMI] = ACTIONS(1967), - [anon_sym_PIPE] = ACTIONS(1967), - [anon_sym_err_GT_PIPE] = ACTIONS(1967), - [anon_sym_out_GT_PIPE] = ACTIONS(1967), - [anon_sym_e_GT_PIPE] = ACTIONS(1967), - [anon_sym_o_GT_PIPE] = ACTIONS(1967), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1967), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1967), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1967), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1967), - [anon_sym_RPAREN] = ACTIONS(1967), - [anon_sym_GT2] = ACTIONS(1965), - [anon_sym_DASH2] = ACTIONS(1967), - [anon_sym_in2] = ACTIONS(1967), - [anon_sym_if] = ACTIONS(1967), - [anon_sym_LBRACE] = ACTIONS(1967), - [anon_sym_RBRACE] = ACTIONS(1967), - [anon_sym_EQ_GT] = ACTIONS(1967), - [anon_sym_STAR2] = ACTIONS(1965), - [anon_sym_and2] = ACTIONS(1967), - [anon_sym_xor2] = ACTIONS(1967), - [anon_sym_or2] = ACTIONS(1967), - [anon_sym_not_DASHin2] = ACTIONS(1967), - [anon_sym_starts_DASHwith2] = ACTIONS(1967), - [anon_sym_ends_DASHwith2] = ACTIONS(1967), - [anon_sym_EQ_EQ2] = ACTIONS(1967), - [anon_sym_BANG_EQ2] = ACTIONS(1967), - [anon_sym_LT2] = ACTIONS(1965), - [anon_sym_LT_EQ2] = ACTIONS(1967), - [anon_sym_GT_EQ2] = ACTIONS(1967), - [anon_sym_EQ_TILDE2] = ACTIONS(1967), - [anon_sym_BANG_TILDE2] = ACTIONS(1967), - [anon_sym_STAR_STAR2] = ACTIONS(1967), - [anon_sym_PLUS_PLUS2] = ACTIONS(1967), - [anon_sym_SLASH2] = ACTIONS(1965), - [anon_sym_mod2] = ACTIONS(1967), - [anon_sym_SLASH_SLASH2] = ACTIONS(1967), - [anon_sym_PLUS2] = ACTIONS(1965), - [anon_sym_bit_DASHshl2] = ACTIONS(1967), - [anon_sym_bit_DASHshr2] = ACTIONS(1967), - [anon_sym_bit_DASHand2] = ACTIONS(1967), - [anon_sym_bit_DASHxor2] = ACTIONS(1967), - [anon_sym_bit_DASHor2] = ACTIONS(1967), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1965), - [anon_sym_out_GT] = ACTIONS(1965), - [anon_sym_e_GT] = ACTIONS(1965), - [anon_sym_o_GT] = ACTIONS(1965), - [anon_sym_err_PLUSout_GT] = ACTIONS(1965), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1965), - [anon_sym_o_PLUSe_GT] = ACTIONS(1965), - [anon_sym_e_PLUSo_GT] = ACTIONS(1965), - [anon_sym_err_GT_GT] = ACTIONS(1967), - [anon_sym_out_GT_GT] = ACTIONS(1967), - [anon_sym_e_GT_GT] = ACTIONS(1967), - [anon_sym_o_GT_GT] = ACTIONS(1967), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1967), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1967), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1967), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1967), + [1547] = { + [sym_cell_path] = STATE(1889), + [sym_path] = STATE(1747), + [sym_comment] = STATE(1547), + [aux_sym_cell_path_repeat1] = STATE(1614), + [ts_builtin_sym_end] = ACTIONS(1987), + [sym__newline] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1987), + [anon_sym_err_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_GT_PIPE] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), + [anon_sym_LBRACK] = ACTIONS(1987), + [anon_sym_LPAREN] = ACTIONS(1987), + [anon_sym_DOLLAR] = ACTIONS(1985), + [anon_sym_DASH_DASH] = ACTIONS(1987), + [anon_sym_DASH2] = ACTIONS(1985), + [anon_sym_LBRACE] = ACTIONS(1987), + [anon_sym_DOT_DOT] = ACTIONS(1985), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1987), + [anon_sym_DOT_DOT_LT] = ACTIONS(1987), + [anon_sym_null] = ACTIONS(1987), + [anon_sym_true] = ACTIONS(1987), + [anon_sym_false] = ACTIONS(1987), + [aux_sym__val_number_decimal_token1] = ACTIONS(1985), + [aux_sym__val_number_decimal_token2] = ACTIONS(1987), + [aux_sym__val_number_decimal_token3] = ACTIONS(1987), + [aux_sym__val_number_decimal_token4] = ACTIONS(1987), + [aux_sym__val_number_token1] = ACTIONS(1987), + [aux_sym__val_number_token2] = ACTIONS(1987), + [aux_sym__val_number_token3] = ACTIONS(1987), + [aux_sym__val_number_token4] = ACTIONS(1987), + [aux_sym__val_number_token5] = ACTIONS(1987), + [aux_sym__val_number_token6] = ACTIONS(1987), + [anon_sym_0b] = ACTIONS(1985), + [anon_sym_0o] = ACTIONS(1985), + [anon_sym_0x] = ACTIONS(1985), + [sym_val_date] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1987), + [sym__str_single_quotes] = ACTIONS(1987), + [sym__str_back_ticks] = ACTIONS(1987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1987), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(1985), + [anon_sym_out_GT] = ACTIONS(1985), + [anon_sym_e_GT] = ACTIONS(1985), + [anon_sym_o_GT] = ACTIONS(1985), + [anon_sym_err_PLUSout_GT] = ACTIONS(1985), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), + [anon_sym_o_PLUSe_GT] = ACTIONS(1985), + [anon_sym_e_PLUSo_GT] = ACTIONS(1985), + [anon_sym_err_GT_GT] = ACTIONS(1987), + [anon_sym_out_GT_GT] = ACTIONS(1987), + [anon_sym_e_GT_GT] = ACTIONS(1987), + [anon_sym_o_GT_GT] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), + [aux_sym_unquoted_token1] = ACTIONS(1985), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1987), }, - [1618] = { - [sym_cell_path] = STATE(2054), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1618), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1548] = { + [sym_comment] = STATE(1548), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4676), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1549] = { + [sym_comment] = STATE(1549), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [1550] = { + [sym_cell_path] = STATE(2066), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1550), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1995), [anon_sym_SEMI] = ACTIONS(1995), [anon_sym_PIPE] = ACTIONS(1995), @@ -228789,7 +224210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1995), [anon_sym_bit_DASHxor2] = ACTIONS(1995), [anon_sym_bit_DASHor2] = ACTIONS(1995), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1993), [anon_sym_out_GT] = ACTIONS(1993), [anon_sym_e_GT] = ACTIONS(1993), @@ -228808,79 +224229,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1995), [anon_sym_POUND] = ACTIONS(251), }, - [1619] = { - [sym_comment] = STATE(1619), - [sym__newline] = ACTIONS(2057), - [anon_sym_SEMI] = ACTIONS(2057), - [anon_sym_PIPE] = ACTIONS(2057), - [anon_sym_err_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_GT_PIPE] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2057), - [anon_sym_RPAREN] = ACTIONS(2057), - [anon_sym_GT2] = ACTIONS(2055), - [anon_sym_DASH2] = ACTIONS(2057), - [anon_sym_in2] = ACTIONS(2057), - [anon_sym_if] = ACTIONS(2057), - [anon_sym_LBRACE] = ACTIONS(2057), - [anon_sym_RBRACE] = ACTIONS(2057), - [anon_sym_EQ_GT] = ACTIONS(2057), - [anon_sym_STAR2] = ACTIONS(2055), - [anon_sym_and2] = ACTIONS(2057), - [anon_sym_xor2] = ACTIONS(2057), - [anon_sym_or2] = ACTIONS(2057), - [anon_sym_not_DASHin2] = ACTIONS(2057), - [anon_sym_starts_DASHwith2] = ACTIONS(2057), - [anon_sym_ends_DASHwith2] = ACTIONS(2057), - [anon_sym_EQ_EQ2] = ACTIONS(2057), - [anon_sym_BANG_EQ2] = ACTIONS(2057), - [anon_sym_LT2] = ACTIONS(2055), - [anon_sym_LT_EQ2] = ACTIONS(2057), - [anon_sym_GT_EQ2] = ACTIONS(2057), - [anon_sym_EQ_TILDE2] = ACTIONS(2057), - [anon_sym_BANG_TILDE2] = ACTIONS(2057), - [anon_sym_STAR_STAR2] = ACTIONS(2057), - [anon_sym_PLUS_PLUS2] = ACTIONS(2057), - [anon_sym_SLASH2] = ACTIONS(2055), - [anon_sym_mod2] = ACTIONS(2057), - [anon_sym_SLASH_SLASH2] = ACTIONS(2057), - [anon_sym_PLUS2] = ACTIONS(2055), - [anon_sym_bit_DASHshl2] = ACTIONS(2057), - [anon_sym_bit_DASHshr2] = ACTIONS(2057), - [anon_sym_bit_DASHand2] = ACTIONS(2057), - [anon_sym_bit_DASHxor2] = ACTIONS(2057), - [anon_sym_bit_DASHor2] = ACTIONS(2057), - [anon_sym_DOT_DOT2] = ACTIONS(2055), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2057), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2057), - [anon_sym_COLON2] = ACTIONS(2057), - [anon_sym_err_GT] = ACTIONS(2055), - [anon_sym_out_GT] = ACTIONS(2055), - [anon_sym_e_GT] = ACTIONS(2055), - [anon_sym_o_GT] = ACTIONS(2055), - [anon_sym_err_PLUSout_GT] = ACTIONS(2055), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2055), - [anon_sym_o_PLUSe_GT] = ACTIONS(2055), - [anon_sym_e_PLUSo_GT] = ACTIONS(2055), - [anon_sym_err_GT_GT] = ACTIONS(2057), - [anon_sym_out_GT_GT] = ACTIONS(2057), - [anon_sym_e_GT_GT] = ACTIONS(2057), - [anon_sym_o_GT_GT] = ACTIONS(2057), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2057), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2057), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2057), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2057), - [anon_sym_POUND] = ACTIONS(251), + [1551] = { + [sym_comment] = STATE(1551), + [ts_builtin_sym_end] = ACTIONS(4749), + [sym__newline] = ACTIONS(4749), + [anon_sym_SEMI] = ACTIONS(4749), + [anon_sym_PIPE] = ACTIONS(4749), + [anon_sym_err_GT_PIPE] = ACTIONS(4749), + [anon_sym_out_GT_PIPE] = ACTIONS(4749), + [anon_sym_e_GT_PIPE] = ACTIONS(4749), + [anon_sym_o_GT_PIPE] = ACTIONS(4749), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4749), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4749), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4749), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4749), + [anon_sym_LBRACK] = ACTIONS(4749), + [anon_sym_LPAREN] = ACTIONS(4749), + [anon_sym_DOLLAR] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4749), + [anon_sym_DASH2] = ACTIONS(4751), + [anon_sym_LBRACE] = ACTIONS(4749), + [anon_sym_DOT_DOT] = ACTIONS(4751), + [anon_sym_DOT_DOT2] = ACTIONS(4809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4751), + [anon_sym_DOT_DOT_LT] = ACTIONS(4751), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4811), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4811), + [anon_sym_null] = ACTIONS(4749), + [anon_sym_true] = ACTIONS(4749), + [anon_sym_false] = ACTIONS(4749), + [aux_sym__val_number_decimal_token1] = ACTIONS(4751), + [aux_sym__val_number_decimal_token2] = ACTIONS(4749), + [aux_sym__val_number_decimal_token3] = ACTIONS(4749), + [aux_sym__val_number_decimal_token4] = ACTIONS(4749), + [aux_sym__val_number_token1] = ACTIONS(4749), + [aux_sym__val_number_token2] = ACTIONS(4749), + [aux_sym__val_number_token3] = ACTIONS(4749), + [aux_sym__val_number_token4] = ACTIONS(4749), + [aux_sym__val_number_token5] = ACTIONS(4749), + [aux_sym__val_number_token6] = ACTIONS(4749), + [anon_sym_0b] = ACTIONS(4751), + [anon_sym_0o] = ACTIONS(4751), + [anon_sym_0x] = ACTIONS(4751), + [sym_val_date] = ACTIONS(4749), + [anon_sym_DQUOTE] = ACTIONS(4749), + [sym__str_single_quotes] = ACTIONS(4749), + [sym__str_back_ticks] = ACTIONS(4749), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4749), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4749), + [anon_sym_err_GT] = ACTIONS(4751), + [anon_sym_out_GT] = ACTIONS(4751), + [anon_sym_e_GT] = ACTIONS(4751), + [anon_sym_o_GT] = ACTIONS(4751), + [anon_sym_err_PLUSout_GT] = ACTIONS(4751), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4751), + [anon_sym_o_PLUSe_GT] = ACTIONS(4751), + [anon_sym_e_PLUSo_GT] = ACTIONS(4751), + [anon_sym_err_GT_GT] = ACTIONS(4749), + [anon_sym_out_GT_GT] = ACTIONS(4749), + [anon_sym_e_GT_GT] = ACTIONS(4749), + [anon_sym_o_GT_GT] = ACTIONS(4749), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4749), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4749), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4749), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4749), + [aux_sym_unquoted_token1] = ACTIONS(4751), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4749), }, - [1620] = { - [sym_cell_path] = STATE(2044), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1620), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1552] = { + [sym_cell_path] = STATE(2055), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1552), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1971), [anon_sym_SEMI] = ACTIONS(1971), [anon_sym_PIPE] = ACTIONS(1971), @@ -228925,7 +224346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1971), [anon_sym_bit_DASHxor2] = ACTIONS(1971), [anon_sym_bit_DASHor2] = ACTIONS(1971), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1969), [anon_sym_out_GT] = ACTIONS(1969), [anon_sym_e_GT] = ACTIONS(1969), @@ -228944,11 +224365,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1971), [anon_sym_POUND] = ACTIONS(251), }, - [1621] = { - [sym_cell_path] = STATE(2046), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1621), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1553] = { + [sym_cell_path] = STATE(2043), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1553), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(2095), + [anon_sym_SEMI] = ACTIONS(2095), + [anon_sym_PIPE] = ACTIONS(2095), + [anon_sym_err_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_GT_PIPE] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2095), + [anon_sym_RPAREN] = ACTIONS(2095), + [anon_sym_GT2] = ACTIONS(2093), + [anon_sym_DASH2] = ACTIONS(2095), + [anon_sym_in2] = ACTIONS(2095), + [anon_sym_if] = ACTIONS(2095), + [anon_sym_LBRACE] = ACTIONS(2095), + [anon_sym_RBRACE] = ACTIONS(2095), + [anon_sym_EQ_GT] = ACTIONS(2095), + [anon_sym_STAR2] = ACTIONS(2093), + [anon_sym_and2] = ACTIONS(2095), + [anon_sym_xor2] = ACTIONS(2095), + [anon_sym_or2] = ACTIONS(2095), + [anon_sym_not_DASHin2] = ACTIONS(2095), + [anon_sym_starts_DASHwith2] = ACTIONS(2095), + [anon_sym_ends_DASHwith2] = ACTIONS(2095), + [anon_sym_EQ_EQ2] = ACTIONS(2095), + [anon_sym_BANG_EQ2] = ACTIONS(2095), + [anon_sym_LT2] = ACTIONS(2093), + [anon_sym_LT_EQ2] = ACTIONS(2095), + [anon_sym_GT_EQ2] = ACTIONS(2095), + [anon_sym_EQ_TILDE2] = ACTIONS(2095), + [anon_sym_BANG_TILDE2] = ACTIONS(2095), + [anon_sym_STAR_STAR2] = ACTIONS(2095), + [anon_sym_PLUS_PLUS2] = ACTIONS(2095), + [anon_sym_SLASH2] = ACTIONS(2093), + [anon_sym_mod2] = ACTIONS(2095), + [anon_sym_SLASH_SLASH2] = ACTIONS(2095), + [anon_sym_PLUS2] = ACTIONS(2093), + [anon_sym_bit_DASHshl2] = ACTIONS(2095), + [anon_sym_bit_DASHshr2] = ACTIONS(2095), + [anon_sym_bit_DASHand2] = ACTIONS(2095), + [anon_sym_bit_DASHxor2] = ACTIONS(2095), + [anon_sym_bit_DASHor2] = ACTIONS(2095), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(2093), + [anon_sym_out_GT] = ACTIONS(2093), + [anon_sym_e_GT] = ACTIONS(2093), + [anon_sym_o_GT] = ACTIONS(2093), + [anon_sym_err_PLUSout_GT] = ACTIONS(2093), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2093), + [anon_sym_o_PLUSe_GT] = ACTIONS(2093), + [anon_sym_e_PLUSo_GT] = ACTIONS(2093), + [anon_sym_err_GT_GT] = ACTIONS(2095), + [anon_sym_out_GT_GT] = ACTIONS(2095), + [anon_sym_e_GT_GT] = ACTIONS(2095), + [anon_sym_o_GT_GT] = ACTIONS(2095), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2095), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2095), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2095), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2095), + [anon_sym_POUND] = ACTIONS(251), + }, + [1554] = { + [sym_comment] = STATE(1554), + [ts_builtin_sym_end] = ACTIONS(2176), + [sym__newline] = ACTIONS(2176), + [anon_sym_SEMI] = ACTIONS(2176), + [anon_sym_PIPE] = ACTIONS(2176), + [anon_sym_err_GT_PIPE] = ACTIONS(2176), + [anon_sym_out_GT_PIPE] = ACTIONS(2176), + [anon_sym_e_GT_PIPE] = ACTIONS(2176), + [anon_sym_o_GT_PIPE] = ACTIONS(2176), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2176), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2176), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2176), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2176), + [anon_sym_LBRACK] = ACTIONS(2176), + [anon_sym_LPAREN] = ACTIONS(2176), + [anon_sym_DOLLAR] = ACTIONS(2170), + [anon_sym_DASH_DASH] = ACTIONS(2176), + [anon_sym_DASH2] = ACTIONS(2170), + [anon_sym_LBRACE] = ACTIONS(2176), + [anon_sym_DOT_DOT] = ACTIONS(2170), + [anon_sym_DOT_DOT2] = ACTIONS(4813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2170), + [anon_sym_DOT_DOT_LT] = ACTIONS(2170), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4815), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4815), + [anon_sym_null] = ACTIONS(2176), + [anon_sym_true] = ACTIONS(2176), + [anon_sym_false] = ACTIONS(2176), + [aux_sym__val_number_decimal_token1] = ACTIONS(2170), + [aux_sym__val_number_decimal_token2] = ACTIONS(2176), + [aux_sym__val_number_decimal_token3] = ACTIONS(2176), + [aux_sym__val_number_decimal_token4] = ACTIONS(2176), + [aux_sym__val_number_token1] = ACTIONS(2176), + [aux_sym__val_number_token2] = ACTIONS(2176), + [aux_sym__val_number_token3] = ACTIONS(2176), + [aux_sym__val_number_token4] = ACTIONS(2176), + [aux_sym__val_number_token5] = ACTIONS(2176), + [aux_sym__val_number_token6] = ACTIONS(2176), + [anon_sym_0b] = ACTIONS(2170), + [anon_sym_0o] = ACTIONS(2170), + [anon_sym_0x] = ACTIONS(2170), + [sym_val_date] = ACTIONS(2176), + [anon_sym_DQUOTE] = ACTIONS(2176), + [sym__str_single_quotes] = ACTIONS(2176), + [sym__str_back_ticks] = ACTIONS(2176), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2176), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2176), + [anon_sym_err_GT] = ACTIONS(2170), + [anon_sym_out_GT] = ACTIONS(2170), + [anon_sym_e_GT] = ACTIONS(2170), + [anon_sym_o_GT] = ACTIONS(2170), + [anon_sym_err_PLUSout_GT] = ACTIONS(2170), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2170), + [anon_sym_o_PLUSe_GT] = ACTIONS(2170), + [anon_sym_e_PLUSo_GT] = ACTIONS(2170), + [anon_sym_err_GT_GT] = ACTIONS(2176), + [anon_sym_out_GT_GT] = ACTIONS(2176), + [anon_sym_e_GT_GT] = ACTIONS(2176), + [anon_sym_o_GT_GT] = ACTIONS(2176), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2176), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2176), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2176), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2176), + [aux_sym_unquoted_token1] = ACTIONS(2170), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2176), + }, + [1555] = { + [sym_comment] = STATE(1555), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4817), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4819), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1556] = { + [sym_comment] = STATE(1556), + [sym__newline] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_PIPE] = ACTIONS(2241), + [anon_sym_err_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_GT_PIPE] = ACTIONS(2241), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2237), + [anon_sym_RPAREN] = ACTIONS(2241), + [anon_sym_DOLLAR] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_RBRACE] = ACTIONS(2241), + [anon_sym_DOT_DOT] = ACTIONS(2237), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2237), + [anon_sym_DOT_DOT_LT] = ACTIONS(2237), + [anon_sym_null] = ACTIONS(2237), + [anon_sym_true] = ACTIONS(2237), + [anon_sym_false] = ACTIONS(2237), + [aux_sym__val_number_decimal_token1] = ACTIONS(2237), + [aux_sym__val_number_decimal_token2] = ACTIONS(2237), + [aux_sym__val_number_decimal_token3] = ACTIONS(2237), + [aux_sym__val_number_decimal_token4] = ACTIONS(2237), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2237), + [aux_sym__val_number_token5] = ACTIONS(2237), + [aux_sym__val_number_token6] = ACTIONS(2237), + [anon_sym_0b] = ACTIONS(2237), + [anon_sym_0o] = ACTIONS(2237), + [anon_sym_0x] = ACTIONS(2237), + [sym_val_date] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2241), + [sym__str_single_quotes] = ACTIONS(2241), + [sym__str_back_ticks] = ACTIONS(2241), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2241), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), + [aux_sym_unquoted_token1] = ACTIONS(2237), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2241), + }, + [1557] = { + [sym_cell_path] = STATE(2060), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1557), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1975), [anon_sym_SEMI] = ACTIONS(1975), [anon_sym_PIPE] = ACTIONS(1975), @@ -228993,7 +224686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1975), [anon_sym_bit_DASHxor2] = ACTIONS(1975), [anon_sym_bit_DASHor2] = ACTIONS(1975), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1973), [anon_sym_out_GT] = ACTIONS(1973), [anon_sym_e_GT] = ACTIONS(1973), @@ -229012,79 +224705,1915 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1975), [anon_sym_POUND] = ACTIONS(251), }, - [1622] = { - [sym_comment] = STATE(1622), - [sym__newline] = ACTIONS(4898), - [anon_sym_SEMI] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4898), - [anon_sym_err_GT_PIPE] = ACTIONS(4898), - [anon_sym_out_GT_PIPE] = ACTIONS(4898), - [anon_sym_e_GT_PIPE] = ACTIONS(4898), - [anon_sym_o_GT_PIPE] = ACTIONS(4898), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4898), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4898), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4898), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4898), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_LPAREN] = ACTIONS(4898), - [anon_sym_RPAREN] = ACTIONS(4898), - [anon_sym_DOLLAR] = ACTIONS(4900), - [anon_sym_DASH_DASH] = ACTIONS(4900), - [anon_sym_DASH2] = ACTIONS(4900), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_RBRACE] = ACTIONS(4898), - [anon_sym_DOT_DOT] = ACTIONS(4900), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4898), - [anon_sym_DOT_DOT_LT] = ACTIONS(4898), - [anon_sym_null] = ACTIONS(4900), - [anon_sym_true] = ACTIONS(4900), - [anon_sym_false] = ACTIONS(4900), - [aux_sym__val_number_decimal_token1] = ACTIONS(4900), - [aux_sym__val_number_decimal_token2] = ACTIONS(4900), - [aux_sym__val_number_decimal_token3] = ACTIONS(4898), - [aux_sym__val_number_decimal_token4] = ACTIONS(4898), - [aux_sym__val_number_token1] = ACTIONS(4900), - [aux_sym__val_number_token2] = ACTIONS(4900), - [aux_sym__val_number_token3] = ACTIONS(4900), - [aux_sym__val_number_token4] = ACTIONS(4900), - [aux_sym__val_number_token5] = ACTIONS(4900), - [aux_sym__val_number_token6] = ACTIONS(4900), - [anon_sym_0b] = ACTIONS(4900), - [anon_sym_0o] = ACTIONS(4900), - [anon_sym_0x] = ACTIONS(4900), - [sym_val_date] = ACTIONS(4900), - [anon_sym_DQUOTE] = ACTIONS(4898), - [sym__str_single_quotes] = ACTIONS(4898), - [sym__str_back_ticks] = ACTIONS(4898), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4898), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4898), - [anon_sym_err_GT] = ACTIONS(4900), - [anon_sym_out_GT] = ACTIONS(4900), - [anon_sym_e_GT] = ACTIONS(4900), - [anon_sym_o_GT] = ACTIONS(4900), - [anon_sym_err_PLUSout_GT] = ACTIONS(4900), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4900), - [anon_sym_o_PLUSe_GT] = ACTIONS(4900), - [anon_sym_e_PLUSo_GT] = ACTIONS(4900), - [anon_sym_err_GT_GT] = ACTIONS(4898), - [anon_sym_out_GT_GT] = ACTIONS(4898), - [anon_sym_e_GT_GT] = ACTIONS(4898), - [anon_sym_o_GT_GT] = ACTIONS(4898), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4898), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4898), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4898), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4898), - [anon_sym_EQ2] = ACTIONS(4902), - [sym_short_flag_identifier] = ACTIONS(4904), - [aux_sym_unquoted_token1] = ACTIONS(4900), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4898), + [1558] = { + [sym_comment] = STATE(1558), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_RPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_RBRACE] = ACTIONS(966), + [anon_sym_DOT_DOT] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_DOT_DOT_EQ] = ACTIONS(966), + [anon_sym_DOT_DOT_LT] = ACTIONS(966), + [anon_sym_null] = ACTIONS(966), + [anon_sym_true] = ACTIONS(966), + [anon_sym_false] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(966), + [aux_sym__val_number_token5] = ACTIONS(966), + [aux_sym__val_number_token6] = ACTIONS(966), + [anon_sym_0b] = ACTIONS(964), + [anon_sym_0o] = ACTIONS(964), + [anon_sym_0x] = ACTIONS(964), + [sym_val_date] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [aux_sym_unquoted_token1] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), }, - [1623] = { - [sym_cell_path] = STATE(2047), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1623), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1559] = { + [sym_comment] = STATE(1559), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(1597), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1597), + [anon_sym_RBRACE] = ACTIONS(1597), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1597), + [anon_sym_xor2] = ACTIONS(1597), + [anon_sym_or2] = ACTIONS(1597), + [anon_sym_not_DASHin2] = ACTIONS(1597), + [anon_sym_starts_DASHwith2] = ACTIONS(1597), + [anon_sym_ends_DASHwith2] = ACTIONS(1597), + [anon_sym_EQ_EQ2] = ACTIONS(1597), + [anon_sym_BANG_EQ2] = ACTIONS(1597), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1597), + [anon_sym_GT_EQ2] = ACTIONS(1597), + [anon_sym_EQ_TILDE2] = ACTIONS(1597), + [anon_sym_BANG_TILDE2] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_STAR_STAR2] = ACTIONS(1597), + [anon_sym_PLUS_PLUS2] = ACTIONS(1597), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1597), + [anon_sym_SLASH_SLASH2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1597), + [anon_sym_bit_DASHshr2] = ACTIONS(1597), + [anon_sym_bit_DASHand2] = ACTIONS(1597), + [anon_sym_bit_DASHxor2] = ACTIONS(1597), + [anon_sym_bit_DASHor2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token2] = ACTIONS(1595), + [anon_sym_POUND] = ACTIONS(251), + }, + [1560] = { + [sym_comment] = STATE(1560), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(970), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_RPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_RBRACE] = ACTIONS(970), + [anon_sym_DOT_DOT] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_DOT_DOT_EQ] = ACTIONS(970), + [anon_sym_DOT_DOT_LT] = ACTIONS(970), + [anon_sym_null] = ACTIONS(970), + [anon_sym_true] = ACTIONS(970), + [anon_sym_false] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(970), + [aux_sym__val_number_token5] = ACTIONS(970), + [aux_sym__val_number_token6] = ACTIONS(970), + [anon_sym_0b] = ACTIONS(968), + [anon_sym_0o] = ACTIONS(968), + [anon_sym_0x] = ACTIONS(968), + [sym_val_date] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), + [aux_sym_unquoted_token1] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [1561] = { + [sym_comment] = STATE(1561), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_RPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_RBRACE] = ACTIONS(974), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_DOT_DOT_EQ] = ACTIONS(974), + [anon_sym_DOT_DOT_LT] = ACTIONS(974), + [anon_sym_null] = ACTIONS(974), + [anon_sym_true] = ACTIONS(974), + [anon_sym_false] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(974), + [aux_sym__val_number_token5] = ACTIONS(974), + [aux_sym__val_number_token6] = ACTIONS(974), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), + [aux_sym_unquoted_token1] = ACTIONS(972), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(974), + }, + [1562] = { + [sym_comment] = STATE(1562), + [sym__newline] = ACTIONS(2247), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_err_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_GT_PIPE] = ACTIONS(2247), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2245), + [anon_sym_RPAREN] = ACTIONS(2247), + [anon_sym_DOLLAR] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_DOT_DOT] = ACTIONS(2245), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2245), + [anon_sym_DOT_DOT_LT] = ACTIONS(2245), + [anon_sym_null] = ACTIONS(2245), + [anon_sym_true] = ACTIONS(2245), + [anon_sym_false] = ACTIONS(2245), + [aux_sym__val_number_decimal_token1] = ACTIONS(2245), + [aux_sym__val_number_decimal_token2] = ACTIONS(2245), + [aux_sym__val_number_decimal_token3] = ACTIONS(2245), + [aux_sym__val_number_decimal_token4] = ACTIONS(2245), + [aux_sym__val_number_token1] = ACTIONS(2245), + [aux_sym__val_number_token2] = ACTIONS(2245), + [aux_sym__val_number_token3] = ACTIONS(2245), + [aux_sym__val_number_token4] = ACTIONS(2245), + [aux_sym__val_number_token5] = ACTIONS(2245), + [aux_sym__val_number_token6] = ACTIONS(2245), + [anon_sym_0b] = ACTIONS(2245), + [anon_sym_0o] = ACTIONS(2245), + [anon_sym_0x] = ACTIONS(2245), + [sym_val_date] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2247), + [sym__str_single_quotes] = ACTIONS(2247), + [sym__str_back_ticks] = ACTIONS(2247), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2247), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2247), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), + [aux_sym_unquoted_token1] = ACTIONS(2245), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2247), + }, + [1563] = { + [sym_comment] = STATE(1563), + [ts_builtin_sym_end] = ACTIONS(1020), + [sym__newline] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_PIPE] = ACTIONS(1020), + [anon_sym_err_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_GT_PIPE] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), + [anon_sym_LBRACK] = ACTIONS(1020), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_DOLLAR] = ACTIONS(1018), + [anon_sym_DASH_DASH] = ACTIONS(1020), + [anon_sym_DASH2] = ACTIONS(1018), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_DOT_DOT] = ACTIONS(1018), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), + [anon_sym_DOT_DOT_LT] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_null] = ACTIONS(1020), + [anon_sym_true] = ACTIONS(1020), + [anon_sym_false] = ACTIONS(1020), + [aux_sym__val_number_decimal_token1] = ACTIONS(1018), + [aux_sym__val_number_decimal_token2] = ACTIONS(1020), + [aux_sym__val_number_decimal_token3] = ACTIONS(1020), + [aux_sym__val_number_decimal_token4] = ACTIONS(1020), + [aux_sym__val_number_token1] = ACTIONS(1020), + [aux_sym__val_number_token2] = ACTIONS(1020), + [aux_sym__val_number_token3] = ACTIONS(1020), + [aux_sym__val_number_token4] = ACTIONS(1020), + [aux_sym__val_number_token5] = ACTIONS(1020), + [aux_sym__val_number_token6] = ACTIONS(1020), + [anon_sym_0b] = ACTIONS(1018), + [anon_sym_0o] = ACTIONS(1018), + [anon_sym_0x] = ACTIONS(1018), + [sym_val_date] = ACTIONS(1020), + [anon_sym_DQUOTE] = ACTIONS(1020), + [sym__str_single_quotes] = ACTIONS(1020), + [sym__str_back_ticks] = ACTIONS(1020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1020), + [anon_sym_err_GT] = ACTIONS(1018), + [anon_sym_out_GT] = ACTIONS(1018), + [anon_sym_e_GT] = ACTIONS(1018), + [anon_sym_o_GT] = ACTIONS(1018), + [anon_sym_err_PLUSout_GT] = ACTIONS(1018), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), + [anon_sym_o_PLUSe_GT] = ACTIONS(1018), + [anon_sym_e_PLUSo_GT] = ACTIONS(1018), + [anon_sym_err_GT_GT] = ACTIONS(1020), + [anon_sym_out_GT_GT] = ACTIONS(1020), + [anon_sym_e_GT_GT] = ACTIONS(1020), + [anon_sym_o_GT_GT] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [aux_sym_unquoted_token1] = ACTIONS(1018), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1020), + }, + [1564] = { + [sym_comment] = STATE(1564), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_LBRACK] = ACTIONS(978), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_RPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_RBRACE] = ACTIONS(978), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_DOT_DOT_EQ] = ACTIONS(978), + [anon_sym_DOT_DOT_LT] = ACTIONS(978), + [anon_sym_null] = ACTIONS(978), + [anon_sym_true] = ACTIONS(978), + [anon_sym_false] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(978), + [aux_sym__val_number_token5] = ACTIONS(978), + [aux_sym__val_number_token6] = ACTIONS(978), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), + [aux_sym_unquoted_token1] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(978), + }, + [1565] = { + [sym_comment] = STATE(1565), + [sym__newline] = ACTIONS(2766), + [anon_sym_SEMI] = ACTIONS(2766), + [anon_sym_PIPE] = ACTIONS(2766), + [anon_sym_err_GT_PIPE] = ACTIONS(2766), + [anon_sym_out_GT_PIPE] = ACTIONS(2766), + [anon_sym_e_GT_PIPE] = ACTIONS(2766), + [anon_sym_o_GT_PIPE] = ACTIONS(2766), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2766), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2766), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2766), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2766), + [anon_sym_LBRACK] = ACTIONS(2766), + [anon_sym_LPAREN] = ACTIONS(2766), + [anon_sym_RPAREN] = ACTIONS(2766), + [anon_sym_DOLLAR] = ACTIONS(4821), + [anon_sym_DASH_DASH] = ACTIONS(2766), + [anon_sym_DASH2] = ACTIONS(4821), + [anon_sym_LBRACE] = ACTIONS(2766), + [anon_sym_DOT_DOT] = ACTIONS(4821), + [anon_sym_DOT_DOT2] = ACTIONS(4741), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4821), + [anon_sym_DOT_DOT_LT] = ACTIONS(4821), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4743), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4743), + [anon_sym_null] = ACTIONS(2766), + [anon_sym_true] = ACTIONS(2766), + [anon_sym_false] = ACTIONS(2766), + [aux_sym__val_number_decimal_token1] = ACTIONS(4821), + [aux_sym__val_number_decimal_token2] = ACTIONS(2766), + [aux_sym__val_number_decimal_token3] = ACTIONS(2766), + [aux_sym__val_number_decimal_token4] = ACTIONS(2766), + [aux_sym__val_number_token1] = ACTIONS(2766), + [aux_sym__val_number_token2] = ACTIONS(2766), + [aux_sym__val_number_token3] = ACTIONS(2766), + [aux_sym__val_number_token4] = ACTIONS(2766), + [aux_sym__val_number_token5] = ACTIONS(2766), + [aux_sym__val_number_token6] = ACTIONS(2766), + [anon_sym_0b] = ACTIONS(4821), + [anon_sym_0o] = ACTIONS(4821), + [anon_sym_0x] = ACTIONS(4821), + [sym_val_date] = ACTIONS(2766), + [anon_sym_DQUOTE] = ACTIONS(2766), + [sym__str_single_quotes] = ACTIONS(2766), + [sym__str_back_ticks] = ACTIONS(2766), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2766), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2766), + [anon_sym_err_GT] = ACTIONS(4821), + [anon_sym_out_GT] = ACTIONS(4821), + [anon_sym_e_GT] = ACTIONS(4821), + [anon_sym_o_GT] = ACTIONS(4821), + [anon_sym_err_PLUSout_GT] = ACTIONS(4821), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4821), + [anon_sym_o_PLUSe_GT] = ACTIONS(4821), + [anon_sym_e_PLUSo_GT] = ACTIONS(4821), + [anon_sym_err_GT_GT] = ACTIONS(2766), + [anon_sym_out_GT_GT] = ACTIONS(2766), + [anon_sym_e_GT_GT] = ACTIONS(2766), + [anon_sym_o_GT_GT] = ACTIONS(2766), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2766), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2766), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2766), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2766), + [aux_sym_unquoted_token1] = ACTIONS(4821), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2766), + }, + [1566] = { + [sym_comment] = STATE(1566), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_GT2] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1727), + [anon_sym_in2] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_STAR2] = ACTIONS(1725), + [anon_sym_and2] = ACTIONS(1727), + [anon_sym_xor2] = ACTIONS(1727), + [anon_sym_or2] = ACTIONS(1727), + [anon_sym_not_DASHin2] = ACTIONS(1727), + [anon_sym_starts_DASHwith2] = ACTIONS(1727), + [anon_sym_ends_DASHwith2] = ACTIONS(1727), + [anon_sym_EQ_EQ2] = ACTIONS(1727), + [anon_sym_BANG_EQ2] = ACTIONS(1727), + [anon_sym_LT2] = ACTIONS(1725), + [anon_sym_LT_EQ2] = ACTIONS(1727), + [anon_sym_GT_EQ2] = ACTIONS(1727), + [anon_sym_EQ_TILDE2] = ACTIONS(1727), + [anon_sym_BANG_TILDE2] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_STAR_STAR2] = ACTIONS(1727), + [anon_sym_PLUS_PLUS2] = ACTIONS(1727), + [anon_sym_SLASH2] = ACTIONS(1725), + [anon_sym_mod2] = ACTIONS(1727), + [anon_sym_SLASH_SLASH2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_bit_DASHshl2] = ACTIONS(1727), + [anon_sym_bit_DASHshr2] = ACTIONS(1727), + [anon_sym_bit_DASHand2] = ACTIONS(1727), + [anon_sym_bit_DASHxor2] = ACTIONS(1727), + [anon_sym_bit_DASHor2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4747), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + }, + [1567] = { + [sym_cell_path] = STATE(2067), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1567), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1999), + [anon_sym_SEMI] = ACTIONS(1999), + [anon_sym_PIPE] = ACTIONS(1999), + [anon_sym_err_GT_PIPE] = ACTIONS(1999), + [anon_sym_out_GT_PIPE] = ACTIONS(1999), + [anon_sym_e_GT_PIPE] = ACTIONS(1999), + [anon_sym_o_GT_PIPE] = ACTIONS(1999), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1999), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1999), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1999), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1999), + [anon_sym_RPAREN] = ACTIONS(1999), + [anon_sym_GT2] = ACTIONS(1997), + [anon_sym_DASH2] = ACTIONS(1999), + [anon_sym_in2] = ACTIONS(1999), + [anon_sym_if] = ACTIONS(1999), + [anon_sym_LBRACE] = ACTIONS(1999), + [anon_sym_RBRACE] = ACTIONS(1999), + [anon_sym_EQ_GT] = ACTIONS(1999), + [anon_sym_STAR2] = ACTIONS(1997), + [anon_sym_and2] = ACTIONS(1999), + [anon_sym_xor2] = ACTIONS(1999), + [anon_sym_or2] = ACTIONS(1999), + [anon_sym_not_DASHin2] = ACTIONS(1999), + [anon_sym_starts_DASHwith2] = ACTIONS(1999), + [anon_sym_ends_DASHwith2] = ACTIONS(1999), + [anon_sym_EQ_EQ2] = ACTIONS(1999), + [anon_sym_BANG_EQ2] = ACTIONS(1999), + [anon_sym_LT2] = ACTIONS(1997), + [anon_sym_LT_EQ2] = ACTIONS(1999), + [anon_sym_GT_EQ2] = ACTIONS(1999), + [anon_sym_EQ_TILDE2] = ACTIONS(1999), + [anon_sym_BANG_TILDE2] = ACTIONS(1999), + [anon_sym_STAR_STAR2] = ACTIONS(1999), + [anon_sym_PLUS_PLUS2] = ACTIONS(1999), + [anon_sym_SLASH2] = ACTIONS(1997), + [anon_sym_mod2] = ACTIONS(1999), + [anon_sym_SLASH_SLASH2] = ACTIONS(1999), + [anon_sym_PLUS2] = ACTIONS(1997), + [anon_sym_bit_DASHshl2] = ACTIONS(1999), + [anon_sym_bit_DASHshr2] = ACTIONS(1999), + [anon_sym_bit_DASHand2] = ACTIONS(1999), + [anon_sym_bit_DASHxor2] = ACTIONS(1999), + [anon_sym_bit_DASHor2] = ACTIONS(1999), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1997), + [anon_sym_out_GT] = ACTIONS(1997), + [anon_sym_e_GT] = ACTIONS(1997), + [anon_sym_o_GT] = ACTIONS(1997), + [anon_sym_err_PLUSout_GT] = ACTIONS(1997), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1997), + [anon_sym_o_PLUSe_GT] = ACTIONS(1997), + [anon_sym_e_PLUSo_GT] = ACTIONS(1997), + [anon_sym_err_GT_GT] = ACTIONS(1999), + [anon_sym_out_GT_GT] = ACTIONS(1999), + [anon_sym_e_GT_GT] = ACTIONS(1999), + [anon_sym_o_GT_GT] = ACTIONS(1999), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1999), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1999), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1999), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1999), + [anon_sym_POUND] = ACTIONS(251), + }, + [1568] = { + [sym_cell_path] = STATE(2068), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1568), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(2003), + [anon_sym_SEMI] = ACTIONS(2003), + [anon_sym_PIPE] = ACTIONS(2003), + [anon_sym_err_GT_PIPE] = ACTIONS(2003), + [anon_sym_out_GT_PIPE] = ACTIONS(2003), + [anon_sym_e_GT_PIPE] = ACTIONS(2003), + [anon_sym_o_GT_PIPE] = ACTIONS(2003), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2003), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2003), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2003), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2003), + [anon_sym_RPAREN] = ACTIONS(2003), + [anon_sym_GT2] = ACTIONS(2001), + [anon_sym_DASH2] = ACTIONS(2003), + [anon_sym_in2] = ACTIONS(2003), + [anon_sym_if] = ACTIONS(2003), + [anon_sym_LBRACE] = ACTIONS(2003), + [anon_sym_RBRACE] = ACTIONS(2003), + [anon_sym_EQ_GT] = ACTIONS(2003), + [anon_sym_STAR2] = ACTIONS(2001), + [anon_sym_and2] = ACTIONS(2003), + [anon_sym_xor2] = ACTIONS(2003), + [anon_sym_or2] = ACTIONS(2003), + [anon_sym_not_DASHin2] = ACTIONS(2003), + [anon_sym_starts_DASHwith2] = ACTIONS(2003), + [anon_sym_ends_DASHwith2] = ACTIONS(2003), + [anon_sym_EQ_EQ2] = ACTIONS(2003), + [anon_sym_BANG_EQ2] = ACTIONS(2003), + [anon_sym_LT2] = ACTIONS(2001), + [anon_sym_LT_EQ2] = ACTIONS(2003), + [anon_sym_GT_EQ2] = ACTIONS(2003), + [anon_sym_EQ_TILDE2] = ACTIONS(2003), + [anon_sym_BANG_TILDE2] = ACTIONS(2003), + [anon_sym_STAR_STAR2] = ACTIONS(2003), + [anon_sym_PLUS_PLUS2] = ACTIONS(2003), + [anon_sym_SLASH2] = ACTIONS(2001), + [anon_sym_mod2] = ACTIONS(2003), + [anon_sym_SLASH_SLASH2] = ACTIONS(2003), + [anon_sym_PLUS2] = ACTIONS(2001), + [anon_sym_bit_DASHshl2] = ACTIONS(2003), + [anon_sym_bit_DASHshr2] = ACTIONS(2003), + [anon_sym_bit_DASHand2] = ACTIONS(2003), + [anon_sym_bit_DASHxor2] = ACTIONS(2003), + [anon_sym_bit_DASHor2] = ACTIONS(2003), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(2001), + [anon_sym_out_GT] = ACTIONS(2001), + [anon_sym_e_GT] = ACTIONS(2001), + [anon_sym_o_GT] = ACTIONS(2001), + [anon_sym_err_PLUSout_GT] = ACTIONS(2001), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2001), + [anon_sym_o_PLUSe_GT] = ACTIONS(2001), + [anon_sym_e_PLUSo_GT] = ACTIONS(2001), + [anon_sym_err_GT_GT] = ACTIONS(2003), + [anon_sym_out_GT_GT] = ACTIONS(2003), + [anon_sym_e_GT_GT] = ACTIONS(2003), + [anon_sym_o_GT_GT] = ACTIONS(2003), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2003), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2003), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2003), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2003), + [anon_sym_POUND] = ACTIONS(251), + }, + [1569] = { + [sym_cell_path] = STATE(2069), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1569), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(2007), + [anon_sym_SEMI] = ACTIONS(2007), + [anon_sym_PIPE] = ACTIONS(2007), + [anon_sym_err_GT_PIPE] = ACTIONS(2007), + [anon_sym_out_GT_PIPE] = ACTIONS(2007), + [anon_sym_e_GT_PIPE] = ACTIONS(2007), + [anon_sym_o_GT_PIPE] = ACTIONS(2007), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2007), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2007), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2007), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2007), + [anon_sym_RPAREN] = ACTIONS(2007), + [anon_sym_GT2] = ACTIONS(2005), + [anon_sym_DASH2] = ACTIONS(2007), + [anon_sym_in2] = ACTIONS(2007), + [anon_sym_if] = ACTIONS(2007), + [anon_sym_LBRACE] = ACTIONS(2007), + [anon_sym_RBRACE] = ACTIONS(2007), + [anon_sym_EQ_GT] = ACTIONS(2007), + [anon_sym_STAR2] = ACTIONS(2005), + [anon_sym_and2] = ACTIONS(2007), + [anon_sym_xor2] = ACTIONS(2007), + [anon_sym_or2] = ACTIONS(2007), + [anon_sym_not_DASHin2] = ACTIONS(2007), + [anon_sym_starts_DASHwith2] = ACTIONS(2007), + [anon_sym_ends_DASHwith2] = ACTIONS(2007), + [anon_sym_EQ_EQ2] = ACTIONS(2007), + [anon_sym_BANG_EQ2] = ACTIONS(2007), + [anon_sym_LT2] = ACTIONS(2005), + [anon_sym_LT_EQ2] = ACTIONS(2007), + [anon_sym_GT_EQ2] = ACTIONS(2007), + [anon_sym_EQ_TILDE2] = ACTIONS(2007), + [anon_sym_BANG_TILDE2] = ACTIONS(2007), + [anon_sym_STAR_STAR2] = ACTIONS(2007), + [anon_sym_PLUS_PLUS2] = ACTIONS(2007), + [anon_sym_SLASH2] = ACTIONS(2005), + [anon_sym_mod2] = ACTIONS(2007), + [anon_sym_SLASH_SLASH2] = ACTIONS(2007), + [anon_sym_PLUS2] = ACTIONS(2005), + [anon_sym_bit_DASHshl2] = ACTIONS(2007), + [anon_sym_bit_DASHshr2] = ACTIONS(2007), + [anon_sym_bit_DASHand2] = ACTIONS(2007), + [anon_sym_bit_DASHxor2] = ACTIONS(2007), + [anon_sym_bit_DASHor2] = ACTIONS(2007), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(2005), + [anon_sym_out_GT] = ACTIONS(2005), + [anon_sym_e_GT] = ACTIONS(2005), + [anon_sym_o_GT] = ACTIONS(2005), + [anon_sym_err_PLUSout_GT] = ACTIONS(2005), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2005), + [anon_sym_o_PLUSe_GT] = ACTIONS(2005), + [anon_sym_e_PLUSo_GT] = ACTIONS(2005), + [anon_sym_err_GT_GT] = ACTIONS(2007), + [anon_sym_out_GT_GT] = ACTIONS(2007), + [anon_sym_e_GT_GT] = ACTIONS(2007), + [anon_sym_o_GT_GT] = ACTIONS(2007), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2007), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2007), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2007), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2007), + [anon_sym_POUND] = ACTIONS(251), + }, + [1570] = { + [sym_cell_path] = STATE(2071), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1570), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2011), + [anon_sym_PIPE] = ACTIONS(2011), + [anon_sym_err_GT_PIPE] = ACTIONS(2011), + [anon_sym_out_GT_PIPE] = ACTIONS(2011), + [anon_sym_e_GT_PIPE] = ACTIONS(2011), + [anon_sym_o_GT_PIPE] = ACTIONS(2011), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2011), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2011), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2011), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2011), + [anon_sym_RPAREN] = ACTIONS(2011), + [anon_sym_GT2] = ACTIONS(2009), + [anon_sym_DASH2] = ACTIONS(2011), + [anon_sym_in2] = ACTIONS(2011), + [anon_sym_if] = ACTIONS(2011), + [anon_sym_LBRACE] = ACTIONS(2011), + [anon_sym_RBRACE] = ACTIONS(2011), + [anon_sym_EQ_GT] = ACTIONS(2011), + [anon_sym_STAR2] = ACTIONS(2009), + [anon_sym_and2] = ACTIONS(2011), + [anon_sym_xor2] = ACTIONS(2011), + [anon_sym_or2] = ACTIONS(2011), + [anon_sym_not_DASHin2] = ACTIONS(2011), + [anon_sym_starts_DASHwith2] = ACTIONS(2011), + [anon_sym_ends_DASHwith2] = ACTIONS(2011), + [anon_sym_EQ_EQ2] = ACTIONS(2011), + [anon_sym_BANG_EQ2] = ACTIONS(2011), + [anon_sym_LT2] = ACTIONS(2009), + [anon_sym_LT_EQ2] = ACTIONS(2011), + [anon_sym_GT_EQ2] = ACTIONS(2011), + [anon_sym_EQ_TILDE2] = ACTIONS(2011), + [anon_sym_BANG_TILDE2] = ACTIONS(2011), + [anon_sym_STAR_STAR2] = ACTIONS(2011), + [anon_sym_PLUS_PLUS2] = ACTIONS(2011), + [anon_sym_SLASH2] = ACTIONS(2009), + [anon_sym_mod2] = ACTIONS(2011), + [anon_sym_SLASH_SLASH2] = ACTIONS(2011), + [anon_sym_PLUS2] = ACTIONS(2009), + [anon_sym_bit_DASHshl2] = ACTIONS(2011), + [anon_sym_bit_DASHshr2] = ACTIONS(2011), + [anon_sym_bit_DASHand2] = ACTIONS(2011), + [anon_sym_bit_DASHxor2] = ACTIONS(2011), + [anon_sym_bit_DASHor2] = ACTIONS(2011), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(2009), + [anon_sym_out_GT] = ACTIONS(2009), + [anon_sym_e_GT] = ACTIONS(2009), + [anon_sym_o_GT] = ACTIONS(2009), + [anon_sym_err_PLUSout_GT] = ACTIONS(2009), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2009), + [anon_sym_o_PLUSe_GT] = ACTIONS(2009), + [anon_sym_e_PLUSo_GT] = ACTIONS(2009), + [anon_sym_err_GT_GT] = ACTIONS(2011), + [anon_sym_out_GT_GT] = ACTIONS(2011), + [anon_sym_e_GT_GT] = ACTIONS(2011), + [anon_sym_o_GT_GT] = ACTIONS(2011), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2011), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2011), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2011), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2011), + [anon_sym_POUND] = ACTIONS(251), + }, + [1571] = { + [sym_cell_path] = STATE(2072), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1571), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_PIPE] = ACTIONS(2091), + [anon_sym_err_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_GT_PIPE] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2091), + [anon_sym_RPAREN] = ACTIONS(2091), + [anon_sym_GT2] = ACTIONS(2089), + [anon_sym_DASH2] = ACTIONS(2091), + [anon_sym_in2] = ACTIONS(2091), + [anon_sym_if] = ACTIONS(2091), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_EQ_GT] = ACTIONS(2091), + [anon_sym_STAR2] = ACTIONS(2089), + [anon_sym_and2] = ACTIONS(2091), + [anon_sym_xor2] = ACTIONS(2091), + [anon_sym_or2] = ACTIONS(2091), + [anon_sym_not_DASHin2] = ACTIONS(2091), + [anon_sym_starts_DASHwith2] = ACTIONS(2091), + [anon_sym_ends_DASHwith2] = ACTIONS(2091), + [anon_sym_EQ_EQ2] = ACTIONS(2091), + [anon_sym_BANG_EQ2] = ACTIONS(2091), + [anon_sym_LT2] = ACTIONS(2089), + [anon_sym_LT_EQ2] = ACTIONS(2091), + [anon_sym_GT_EQ2] = ACTIONS(2091), + [anon_sym_EQ_TILDE2] = ACTIONS(2091), + [anon_sym_BANG_TILDE2] = ACTIONS(2091), + [anon_sym_STAR_STAR2] = ACTIONS(2091), + [anon_sym_PLUS_PLUS2] = ACTIONS(2091), + [anon_sym_SLASH2] = ACTIONS(2089), + [anon_sym_mod2] = ACTIONS(2091), + [anon_sym_SLASH_SLASH2] = ACTIONS(2091), + [anon_sym_PLUS2] = ACTIONS(2089), + [anon_sym_bit_DASHshl2] = ACTIONS(2091), + [anon_sym_bit_DASHshr2] = ACTIONS(2091), + [anon_sym_bit_DASHand2] = ACTIONS(2091), + [anon_sym_bit_DASHxor2] = ACTIONS(2091), + [anon_sym_bit_DASHor2] = ACTIONS(2091), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(2089), + [anon_sym_out_GT] = ACTIONS(2089), + [anon_sym_e_GT] = ACTIONS(2089), + [anon_sym_o_GT] = ACTIONS(2089), + [anon_sym_err_PLUSout_GT] = ACTIONS(2089), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2089), + [anon_sym_o_PLUSe_GT] = ACTIONS(2089), + [anon_sym_e_PLUSo_GT] = ACTIONS(2089), + [anon_sym_err_GT_GT] = ACTIONS(2091), + [anon_sym_out_GT_GT] = ACTIONS(2091), + [anon_sym_e_GT_GT] = ACTIONS(2091), + [anon_sym_o_GT_GT] = ACTIONS(2091), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2091), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2091), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2091), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2091), + [anon_sym_POUND] = ACTIONS(251), + }, + [1572] = { + [sym_comment] = STATE(1572), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1573] = { + [sym_comment] = STATE(1573), + [ts_builtin_sym_end] = ACTIONS(1000), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1000), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_DOT_DOT] = ACTIONS(1004), + [anon_sym_DOT_DOT2] = ACTIONS(4809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), + [anon_sym_DOT_DOT_LT] = ACTIONS(1004), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4811), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4811), + [anon_sym_null] = ACTIONS(1000), + [anon_sym_true] = ACTIONS(1000), + [anon_sym_false] = ACTIONS(1000), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1000), + [aux_sym__val_number_decimal_token3] = ACTIONS(1000), + [aux_sym__val_number_decimal_token4] = ACTIONS(1000), + [aux_sym__val_number_token1] = ACTIONS(1000), + [aux_sym__val_number_token2] = ACTIONS(1000), + [aux_sym__val_number_token3] = ACTIONS(1000), + [aux_sym__val_number_token4] = ACTIONS(1000), + [aux_sym__val_number_token5] = ACTIONS(1000), + [aux_sym__val_number_token6] = ACTIONS(1000), + [anon_sym_0b] = ACTIONS(1004), + [anon_sym_0o] = ACTIONS(1004), + [anon_sym_0x] = ACTIONS(1004), + [sym_val_date] = ACTIONS(1000), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [aux_sym_unquoted_token1] = ACTIONS(1004), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1000), + }, + [1574] = { + [sym_comment] = STATE(1574), + [sym__newline] = ACTIONS(4823), + [anon_sym_SEMI] = ACTIONS(4823), + [anon_sym_PIPE] = ACTIONS(4823), + [anon_sym_err_GT_PIPE] = ACTIONS(4823), + [anon_sym_out_GT_PIPE] = ACTIONS(4823), + [anon_sym_e_GT_PIPE] = ACTIONS(4823), + [anon_sym_o_GT_PIPE] = ACTIONS(4823), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4823), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4823), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4823), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4823), + [anon_sym_LBRACK] = ACTIONS(4823), + [anon_sym_LPAREN] = ACTIONS(4823), + [anon_sym_RPAREN] = ACTIONS(4823), + [anon_sym_DOLLAR] = ACTIONS(4825), + [anon_sym_DASH_DASH] = ACTIONS(4823), + [anon_sym_DASH2] = ACTIONS(4825), + [anon_sym_LBRACE] = ACTIONS(4823), + [anon_sym_DOT_DOT] = ACTIONS(4825), + [anon_sym_DOT_DOT2] = ACTIONS(4741), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4825), + [anon_sym_DOT_DOT_LT] = ACTIONS(4825), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4743), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4743), + [anon_sym_null] = ACTIONS(4823), + [anon_sym_true] = ACTIONS(4823), + [anon_sym_false] = ACTIONS(4823), + [aux_sym__val_number_decimal_token1] = ACTIONS(4825), + [aux_sym__val_number_decimal_token2] = ACTIONS(4823), + [aux_sym__val_number_decimal_token3] = ACTIONS(4823), + [aux_sym__val_number_decimal_token4] = ACTIONS(4823), + [aux_sym__val_number_token1] = ACTIONS(4823), + [aux_sym__val_number_token2] = ACTIONS(4823), + [aux_sym__val_number_token3] = ACTIONS(4823), + [aux_sym__val_number_token4] = ACTIONS(4823), + [aux_sym__val_number_token5] = ACTIONS(4823), + [aux_sym__val_number_token6] = ACTIONS(4823), + [anon_sym_0b] = ACTIONS(4825), + [anon_sym_0o] = ACTIONS(4825), + [anon_sym_0x] = ACTIONS(4825), + [sym_val_date] = ACTIONS(4823), + [anon_sym_DQUOTE] = ACTIONS(4823), + [sym__str_single_quotes] = ACTIONS(4823), + [sym__str_back_ticks] = ACTIONS(4823), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4823), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4823), + [anon_sym_err_GT] = ACTIONS(4825), + [anon_sym_out_GT] = ACTIONS(4825), + [anon_sym_e_GT] = ACTIONS(4825), + [anon_sym_o_GT] = ACTIONS(4825), + [anon_sym_err_PLUSout_GT] = ACTIONS(4825), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4825), + [anon_sym_o_PLUSe_GT] = ACTIONS(4825), + [anon_sym_e_PLUSo_GT] = ACTIONS(4825), + [anon_sym_err_GT_GT] = ACTIONS(4823), + [anon_sym_out_GT_GT] = ACTIONS(4823), + [anon_sym_e_GT_GT] = ACTIONS(4823), + [anon_sym_o_GT_GT] = ACTIONS(4823), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4823), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4823), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4823), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4823), + [aux_sym_unquoted_token1] = ACTIONS(4825), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4823), + }, + [1575] = { + [sym_comment] = STATE(1575), + [ts_builtin_sym_end] = ACTIONS(2118), + [sym__newline] = ACTIONS(2118), + [anon_sym_SEMI] = ACTIONS(2118), + [anon_sym_PIPE] = ACTIONS(2118), + [anon_sym_err_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_GT_PIPE] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2118), + [anon_sym_LBRACK] = ACTIONS(2118), + [anon_sym_LPAREN] = ACTIONS(2118), + [anon_sym_DOLLAR] = ACTIONS(2116), + [anon_sym_DASH_DASH] = ACTIONS(2118), + [anon_sym_DASH2] = ACTIONS(2116), + [anon_sym_LBRACE] = ACTIONS(2118), + [anon_sym_DOT_DOT] = ACTIONS(2116), + [anon_sym_DOT_DOT2] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2116), + [anon_sym_DOT_DOT_LT] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2118), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2118), + [anon_sym_null] = ACTIONS(2118), + [anon_sym_true] = ACTIONS(2118), + [anon_sym_false] = ACTIONS(2118), + [aux_sym__val_number_decimal_token1] = ACTIONS(2116), + [aux_sym__val_number_decimal_token2] = ACTIONS(2118), + [aux_sym__val_number_decimal_token3] = ACTIONS(2118), + [aux_sym__val_number_decimal_token4] = ACTIONS(2118), + [aux_sym__val_number_token1] = ACTIONS(2118), + [aux_sym__val_number_token2] = ACTIONS(2118), + [aux_sym__val_number_token3] = ACTIONS(2118), + [aux_sym__val_number_token4] = ACTIONS(2118), + [aux_sym__val_number_token5] = ACTIONS(2118), + [aux_sym__val_number_token6] = ACTIONS(2118), + [anon_sym_0b] = ACTIONS(2116), + [anon_sym_0o] = ACTIONS(2116), + [anon_sym_0x] = ACTIONS(2116), + [sym_val_date] = ACTIONS(2118), + [anon_sym_DQUOTE] = ACTIONS(2118), + [sym__str_single_quotes] = ACTIONS(2118), + [sym__str_back_ticks] = ACTIONS(2118), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2118), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2118), + [anon_sym_err_GT] = ACTIONS(2116), + [anon_sym_out_GT] = ACTIONS(2116), + [anon_sym_e_GT] = ACTIONS(2116), + [anon_sym_o_GT] = ACTIONS(2116), + [anon_sym_err_PLUSout_GT] = ACTIONS(2116), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2116), + [anon_sym_o_PLUSe_GT] = ACTIONS(2116), + [anon_sym_e_PLUSo_GT] = ACTIONS(2116), + [anon_sym_err_GT_GT] = ACTIONS(2118), + [anon_sym_out_GT_GT] = ACTIONS(2118), + [anon_sym_e_GT_GT] = ACTIONS(2118), + [anon_sym_o_GT_GT] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2118), + [aux_sym_unquoted_token1] = ACTIONS(2116), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2118), + }, + [1576] = { + [sym_comment] = STATE(1576), + [sym__newline] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1719), + [anon_sym_PIPE] = ACTIONS(1719), + [anon_sym_err_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_GT_PIPE] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), + [anon_sym_RPAREN] = ACTIONS(1719), + [anon_sym_GT2] = ACTIONS(1717), + [anon_sym_DASH2] = ACTIONS(1719), + [anon_sym_in2] = ACTIONS(1719), + [anon_sym_if] = ACTIONS(1719), + [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_RBRACE] = ACTIONS(1719), + [anon_sym_EQ_GT] = ACTIONS(1719), + [anon_sym_STAR2] = ACTIONS(1717), + [anon_sym_and2] = ACTIONS(1719), + [anon_sym_xor2] = ACTIONS(1719), + [anon_sym_or2] = ACTIONS(1719), + [anon_sym_not_DASHin2] = ACTIONS(1719), + [anon_sym_starts_DASHwith2] = ACTIONS(1719), + [anon_sym_ends_DASHwith2] = ACTIONS(1719), + [anon_sym_EQ_EQ2] = ACTIONS(1719), + [anon_sym_BANG_EQ2] = ACTIONS(1719), + [anon_sym_LT2] = ACTIONS(1717), + [anon_sym_LT_EQ2] = ACTIONS(1719), + [anon_sym_GT_EQ2] = ACTIONS(1719), + [anon_sym_EQ_TILDE2] = ACTIONS(1719), + [anon_sym_BANG_TILDE2] = ACTIONS(1719), + [anon_sym_STAR_STAR2] = ACTIONS(1719), + [anon_sym_PLUS_PLUS2] = ACTIONS(1719), + [anon_sym_SLASH2] = ACTIONS(1717), + [anon_sym_mod2] = ACTIONS(1719), + [anon_sym_SLASH_SLASH2] = ACTIONS(1719), + [anon_sym_PLUS2] = ACTIONS(1717), + [anon_sym_bit_DASHshl2] = ACTIONS(1719), + [anon_sym_bit_DASHshr2] = ACTIONS(1719), + [anon_sym_bit_DASHand2] = ACTIONS(1719), + [anon_sym_bit_DASHxor2] = ACTIONS(1719), + [anon_sym_bit_DASHor2] = ACTIONS(1719), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_COLON2] = ACTIONS(1719), + [anon_sym_err_GT] = ACTIONS(1717), + [anon_sym_out_GT] = ACTIONS(1717), + [anon_sym_e_GT] = ACTIONS(1717), + [anon_sym_o_GT] = ACTIONS(1717), + [anon_sym_err_PLUSout_GT] = ACTIONS(1717), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), + [anon_sym_o_PLUSe_GT] = ACTIONS(1717), + [anon_sym_e_PLUSo_GT] = ACTIONS(1717), + [anon_sym_err_GT_GT] = ACTIONS(1719), + [anon_sym_out_GT_GT] = ACTIONS(1719), + [anon_sym_e_GT_GT] = ACTIONS(1719), + [anon_sym_o_GT_GT] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [anon_sym_POUND] = ACTIONS(251), + }, + [1577] = { + [sym_comment] = STATE(1577), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_GT2] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1767), + [anon_sym_in2] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_STAR2] = ACTIONS(1765), + [anon_sym_and2] = ACTIONS(1767), + [anon_sym_xor2] = ACTIONS(1767), + [anon_sym_or2] = ACTIONS(1767), + [anon_sym_not_DASHin2] = ACTIONS(1767), + [anon_sym_starts_DASHwith2] = ACTIONS(1767), + [anon_sym_ends_DASHwith2] = ACTIONS(1767), + [anon_sym_EQ_EQ2] = ACTIONS(1767), + [anon_sym_BANG_EQ2] = ACTIONS(1767), + [anon_sym_LT2] = ACTIONS(1765), + [anon_sym_LT_EQ2] = ACTIONS(1767), + [anon_sym_GT_EQ2] = ACTIONS(1767), + [anon_sym_EQ_TILDE2] = ACTIONS(1767), + [anon_sym_BANG_TILDE2] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_STAR_STAR2] = ACTIONS(1767), + [anon_sym_PLUS_PLUS2] = ACTIONS(1767), + [anon_sym_SLASH2] = ACTIONS(1765), + [anon_sym_mod2] = ACTIONS(1767), + [anon_sym_SLASH_SLASH2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_bit_DASHshl2] = ACTIONS(1767), + [anon_sym_bit_DASHshr2] = ACTIONS(1767), + [anon_sym_bit_DASHand2] = ACTIONS(1767), + [anon_sym_bit_DASHxor2] = ACTIONS(1767), + [anon_sym_bit_DASHor2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4827), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + }, + [1578] = { + [sym_comment] = STATE(1578), + [ts_builtin_sym_end] = ACTIONS(2150), + [sym__newline] = ACTIONS(2150), + [anon_sym_SEMI] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2150), + [anon_sym_err_GT_PIPE] = ACTIONS(2150), + [anon_sym_out_GT_PIPE] = ACTIONS(2150), + [anon_sym_e_GT_PIPE] = ACTIONS(2150), + [anon_sym_o_GT_PIPE] = ACTIONS(2150), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2150), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2150), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2150), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(2150), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_DOLLAR] = ACTIONS(2144), + [anon_sym_DASH_DASH] = ACTIONS(2150), + [anon_sym_DASH2] = ACTIONS(2144), + [anon_sym_LBRACE] = ACTIONS(2150), + [anon_sym_DOT_DOT] = ACTIONS(2144), + [anon_sym_DOT_DOT2] = ACTIONS(4829), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2144), + [anon_sym_DOT_DOT_LT] = ACTIONS(2144), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4831), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4831), + [anon_sym_null] = ACTIONS(2150), + [anon_sym_true] = ACTIONS(2150), + [anon_sym_false] = ACTIONS(2150), + [aux_sym__val_number_decimal_token1] = ACTIONS(2144), + [aux_sym__val_number_decimal_token2] = ACTIONS(2150), + [aux_sym__val_number_decimal_token3] = ACTIONS(2150), + [aux_sym__val_number_decimal_token4] = ACTIONS(2150), + [aux_sym__val_number_token1] = ACTIONS(2150), + [aux_sym__val_number_token2] = ACTIONS(2150), + [aux_sym__val_number_token3] = ACTIONS(2150), + [aux_sym__val_number_token4] = ACTIONS(2150), + [aux_sym__val_number_token5] = ACTIONS(2150), + [aux_sym__val_number_token6] = ACTIONS(2150), + [anon_sym_0b] = ACTIONS(2144), + [anon_sym_0o] = ACTIONS(2144), + [anon_sym_0x] = ACTIONS(2144), + [sym_val_date] = ACTIONS(2150), + [anon_sym_DQUOTE] = ACTIONS(2150), + [sym__str_single_quotes] = ACTIONS(2150), + [sym__str_back_ticks] = ACTIONS(2150), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2150), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2150), + [anon_sym_err_GT] = ACTIONS(2144), + [anon_sym_out_GT] = ACTIONS(2144), + [anon_sym_e_GT] = ACTIONS(2144), + [anon_sym_o_GT] = ACTIONS(2144), + [anon_sym_err_PLUSout_GT] = ACTIONS(2144), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2144), + [anon_sym_o_PLUSe_GT] = ACTIONS(2144), + [anon_sym_e_PLUSo_GT] = ACTIONS(2144), + [anon_sym_err_GT_GT] = ACTIONS(2150), + [anon_sym_out_GT_GT] = ACTIONS(2150), + [anon_sym_e_GT_GT] = ACTIONS(2150), + [anon_sym_o_GT_GT] = ACTIONS(2150), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2150), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2150), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2150), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2150), + [aux_sym_unquoted_token1] = ACTIONS(2144), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2150), + }, + [1579] = { + [sym_comment] = STATE(1579), + [ts_builtin_sym_end] = ACTIONS(2158), + [sym__newline] = ACTIONS(2158), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_err_GT_PIPE] = ACTIONS(2158), + [anon_sym_out_GT_PIPE] = ACTIONS(2158), + [anon_sym_e_GT_PIPE] = ACTIONS(2158), + [anon_sym_o_GT_PIPE] = ACTIONS(2158), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2158), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2158), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2158), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_DOLLAR] = ACTIONS(2152), + [anon_sym_DASH_DASH] = ACTIONS(2158), + [anon_sym_DASH2] = ACTIONS(2152), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_DOT_DOT] = ACTIONS(2152), + [anon_sym_DOT_DOT2] = ACTIONS(4833), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2152), + [anon_sym_DOT_DOT_LT] = ACTIONS(2152), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4835), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4835), + [anon_sym_null] = ACTIONS(2158), + [anon_sym_true] = ACTIONS(2158), + [anon_sym_false] = ACTIONS(2158), + [aux_sym__val_number_decimal_token1] = ACTIONS(2152), + [aux_sym__val_number_decimal_token2] = ACTIONS(2158), + [aux_sym__val_number_decimal_token3] = ACTIONS(2158), + [aux_sym__val_number_decimal_token4] = ACTIONS(2158), + [aux_sym__val_number_token1] = ACTIONS(2158), + [aux_sym__val_number_token2] = ACTIONS(2158), + [aux_sym__val_number_token3] = ACTIONS(2158), + [aux_sym__val_number_token4] = ACTIONS(2158), + [aux_sym__val_number_token5] = ACTIONS(2158), + [aux_sym__val_number_token6] = ACTIONS(2158), + [anon_sym_0b] = ACTIONS(2152), + [anon_sym_0o] = ACTIONS(2152), + [anon_sym_0x] = ACTIONS(2152), + [sym_val_date] = ACTIONS(2158), + [anon_sym_DQUOTE] = ACTIONS(2158), + [sym__str_single_quotes] = ACTIONS(2158), + [sym__str_back_ticks] = ACTIONS(2158), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2158), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2158), + [anon_sym_err_GT] = ACTIONS(2152), + [anon_sym_out_GT] = ACTIONS(2152), + [anon_sym_e_GT] = ACTIONS(2152), + [anon_sym_o_GT] = ACTIONS(2152), + [anon_sym_err_PLUSout_GT] = ACTIONS(2152), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2152), + [anon_sym_o_PLUSe_GT] = ACTIONS(2152), + [anon_sym_e_PLUSo_GT] = ACTIONS(2152), + [anon_sym_err_GT_GT] = ACTIONS(2158), + [anon_sym_out_GT_GT] = ACTIONS(2158), + [anon_sym_e_GT_GT] = ACTIONS(2158), + [anon_sym_o_GT_GT] = ACTIONS(2158), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2158), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2158), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2158), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2158), + [aux_sym_unquoted_token1] = ACTIONS(2152), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2158), + }, + [1580] = { + [sym__expr_parenthesized_immediate] = STATE(7420), + [sym_comment] = STATE(1580), + [sym__newline] = ACTIONS(4837), + [anon_sym_SEMI] = ACTIONS(4837), + [anon_sym_PIPE] = ACTIONS(4837), + [anon_sym_err_GT_PIPE] = ACTIONS(4837), + [anon_sym_out_GT_PIPE] = ACTIONS(4837), + [anon_sym_e_GT_PIPE] = ACTIONS(4837), + [anon_sym_o_GT_PIPE] = ACTIONS(4837), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4837), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4837), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4837), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4837), + [anon_sym_LBRACK] = ACTIONS(4837), + [anon_sym_LPAREN] = ACTIONS(4839), + [anon_sym_RPAREN] = ACTIONS(4837), + [anon_sym_DOLLAR] = ACTIONS(4839), + [anon_sym_DASH_DASH] = ACTIONS(4837), + [anon_sym_DASH2] = ACTIONS(4839), + [anon_sym_LBRACE] = ACTIONS(4837), + [anon_sym_RBRACE] = ACTIONS(4837), + [anon_sym_DOT_DOT] = ACTIONS(4839), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4837), + [anon_sym_DOT_DOT_LT] = ACTIONS(4837), + [anon_sym_null] = ACTIONS(4837), + [anon_sym_true] = ACTIONS(4837), + [anon_sym_false] = ACTIONS(4837), + [aux_sym__val_number_decimal_token1] = ACTIONS(4839), + [aux_sym__val_number_decimal_token2] = ACTIONS(4837), + [aux_sym__val_number_decimal_token3] = ACTIONS(4837), + [aux_sym__val_number_decimal_token4] = ACTIONS(4837), + [aux_sym__val_number_token1] = ACTIONS(4837), + [aux_sym__val_number_token2] = ACTIONS(4837), + [aux_sym__val_number_token3] = ACTIONS(4837), + [aux_sym__val_number_token4] = ACTIONS(4837), + [aux_sym__val_number_token5] = ACTIONS(4837), + [aux_sym__val_number_token6] = ACTIONS(4837), + [anon_sym_0b] = ACTIONS(4839), + [anon_sym_0o] = ACTIONS(4839), + [anon_sym_0x] = ACTIONS(4839), + [sym_val_date] = ACTIONS(4837), + [anon_sym_DQUOTE] = ACTIONS(4837), + [sym__str_single_quotes] = ACTIONS(4837), + [sym__str_back_ticks] = ACTIONS(4837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4837), + [anon_sym_err_GT] = ACTIONS(4839), + [anon_sym_out_GT] = ACTIONS(4839), + [anon_sym_e_GT] = ACTIONS(4839), + [anon_sym_o_GT] = ACTIONS(4839), + [anon_sym_err_PLUSout_GT] = ACTIONS(4839), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4839), + [anon_sym_o_PLUSe_GT] = ACTIONS(4839), + [anon_sym_e_PLUSo_GT] = ACTIONS(4839), + [anon_sym_err_GT_GT] = ACTIONS(4837), + [anon_sym_out_GT_GT] = ACTIONS(4837), + [anon_sym_e_GT_GT] = ACTIONS(4837), + [anon_sym_o_GT_GT] = ACTIONS(4837), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4837), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4837), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4837), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4837), + [aux_sym_unquoted_token1] = ACTIONS(4839), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4837), + }, + [1581] = { + [sym__expr_parenthesized_immediate] = STATE(7420), + [sym_comment] = STATE(1581), + [sym__newline] = ACTIONS(4841), + [anon_sym_SEMI] = ACTIONS(4841), + [anon_sym_PIPE] = ACTIONS(4841), + [anon_sym_err_GT_PIPE] = ACTIONS(4841), + [anon_sym_out_GT_PIPE] = ACTIONS(4841), + [anon_sym_e_GT_PIPE] = ACTIONS(4841), + [anon_sym_o_GT_PIPE] = ACTIONS(4841), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4841), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4841), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4841), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4841), + [anon_sym_LBRACK] = ACTIONS(4841), + [anon_sym_LPAREN] = ACTIONS(4843), + [anon_sym_RPAREN] = ACTIONS(4841), + [anon_sym_DOLLAR] = ACTIONS(4843), + [anon_sym_DASH_DASH] = ACTIONS(4841), + [anon_sym_DASH2] = ACTIONS(4843), + [anon_sym_LBRACE] = ACTIONS(4841), + [anon_sym_RBRACE] = ACTIONS(4841), + [anon_sym_DOT_DOT] = ACTIONS(4843), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4841), + [anon_sym_DOT_DOT_LT] = ACTIONS(4841), + [anon_sym_null] = ACTIONS(4841), + [anon_sym_true] = ACTIONS(4841), + [anon_sym_false] = ACTIONS(4841), + [aux_sym__val_number_decimal_token1] = ACTIONS(4843), + [aux_sym__val_number_decimal_token2] = ACTIONS(4841), + [aux_sym__val_number_decimal_token3] = ACTIONS(4841), + [aux_sym__val_number_decimal_token4] = ACTIONS(4841), + [aux_sym__val_number_token1] = ACTIONS(4841), + [aux_sym__val_number_token2] = ACTIONS(4841), + [aux_sym__val_number_token3] = ACTIONS(4841), + [aux_sym__val_number_token4] = ACTIONS(4841), + [aux_sym__val_number_token5] = ACTIONS(4841), + [aux_sym__val_number_token6] = ACTIONS(4841), + [anon_sym_0b] = ACTIONS(4843), + [anon_sym_0o] = ACTIONS(4843), + [anon_sym_0x] = ACTIONS(4843), + [sym_val_date] = ACTIONS(4841), + [anon_sym_DQUOTE] = ACTIONS(4841), + [sym__str_single_quotes] = ACTIONS(4841), + [sym__str_back_ticks] = ACTIONS(4841), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4841), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4841), + [anon_sym_err_GT] = ACTIONS(4843), + [anon_sym_out_GT] = ACTIONS(4843), + [anon_sym_e_GT] = ACTIONS(4843), + [anon_sym_o_GT] = ACTIONS(4843), + [anon_sym_err_PLUSout_GT] = ACTIONS(4843), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4843), + [anon_sym_o_PLUSe_GT] = ACTIONS(4843), + [anon_sym_e_PLUSo_GT] = ACTIONS(4843), + [anon_sym_err_GT_GT] = ACTIONS(4841), + [anon_sym_out_GT_GT] = ACTIONS(4841), + [anon_sym_e_GT_GT] = ACTIONS(4841), + [anon_sym_o_GT_GT] = ACTIONS(4841), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4841), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4841), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4841), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4841), + [aux_sym_unquoted_token1] = ACTIONS(4843), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4841), + }, + [1582] = { + [sym_comment] = STATE(1582), + [ts_builtin_sym_end] = ACTIONS(2166), + [sym__newline] = ACTIONS(2166), + [anon_sym_SEMI] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_err_GT_PIPE] = ACTIONS(2166), + [anon_sym_out_GT_PIPE] = ACTIONS(2166), + [anon_sym_e_GT_PIPE] = ACTIONS(2166), + [anon_sym_o_GT_PIPE] = ACTIONS(2166), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2166), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2166), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2166), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_DOLLAR] = ACTIONS(2160), + [anon_sym_DASH_DASH] = ACTIONS(2166), + [anon_sym_DASH2] = ACTIONS(2160), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_DOT_DOT] = ACTIONS(2160), + [anon_sym_DOT_DOT2] = ACTIONS(4845), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2160), + [anon_sym_DOT_DOT_LT] = ACTIONS(2160), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4847), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4847), + [anon_sym_null] = ACTIONS(2166), + [anon_sym_true] = ACTIONS(2166), + [anon_sym_false] = ACTIONS(2166), + [aux_sym__val_number_decimal_token1] = ACTIONS(2160), + [aux_sym__val_number_decimal_token2] = ACTIONS(2166), + [aux_sym__val_number_decimal_token3] = ACTIONS(2166), + [aux_sym__val_number_decimal_token4] = ACTIONS(2166), + [aux_sym__val_number_token1] = ACTIONS(2166), + [aux_sym__val_number_token2] = ACTIONS(2166), + [aux_sym__val_number_token3] = ACTIONS(2166), + [aux_sym__val_number_token4] = ACTIONS(2166), + [aux_sym__val_number_token5] = ACTIONS(2166), + [aux_sym__val_number_token6] = ACTIONS(2166), + [anon_sym_0b] = ACTIONS(2160), + [anon_sym_0o] = ACTIONS(2160), + [anon_sym_0x] = ACTIONS(2160), + [sym_val_date] = ACTIONS(2166), + [anon_sym_DQUOTE] = ACTIONS(2166), + [sym__str_single_quotes] = ACTIONS(2166), + [sym__str_back_ticks] = ACTIONS(2166), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2166), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2166), + [anon_sym_err_GT] = ACTIONS(2160), + [anon_sym_out_GT] = ACTIONS(2160), + [anon_sym_e_GT] = ACTIONS(2160), + [anon_sym_o_GT] = ACTIONS(2160), + [anon_sym_err_PLUSout_GT] = ACTIONS(2160), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2160), + [anon_sym_o_PLUSe_GT] = ACTIONS(2160), + [anon_sym_e_PLUSo_GT] = ACTIONS(2160), + [anon_sym_err_GT_GT] = ACTIONS(2166), + [anon_sym_out_GT_GT] = ACTIONS(2166), + [anon_sym_e_GT_GT] = ACTIONS(2166), + [anon_sym_o_GT_GT] = ACTIONS(2166), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2166), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2166), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2166), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2166), + [aux_sym_unquoted_token1] = ACTIONS(2160), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2166), + }, + [1583] = { + [sym__expr_parenthesized_immediate] = STATE(7420), + [sym_comment] = STATE(1583), + [sym__newline] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4849), + [anon_sym_PIPE] = ACTIONS(4849), + [anon_sym_err_GT_PIPE] = ACTIONS(4849), + [anon_sym_out_GT_PIPE] = ACTIONS(4849), + [anon_sym_e_GT_PIPE] = ACTIONS(4849), + [anon_sym_o_GT_PIPE] = ACTIONS(4849), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4849), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4849), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4849), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4849), + [anon_sym_LBRACK] = ACTIONS(4849), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_RPAREN] = ACTIONS(4849), + [anon_sym_DOLLAR] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4849), + [anon_sym_DASH2] = ACTIONS(4851), + [anon_sym_LBRACE] = ACTIONS(4849), + [anon_sym_RBRACE] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4849), + [anon_sym_DOT_DOT_LT] = ACTIONS(4849), + [anon_sym_null] = ACTIONS(4849), + [anon_sym_true] = ACTIONS(4849), + [anon_sym_false] = ACTIONS(4849), + [aux_sym__val_number_decimal_token1] = ACTIONS(4851), + [aux_sym__val_number_decimal_token2] = ACTIONS(4849), + [aux_sym__val_number_decimal_token3] = ACTIONS(4849), + [aux_sym__val_number_decimal_token4] = ACTIONS(4849), + [aux_sym__val_number_token1] = ACTIONS(4849), + [aux_sym__val_number_token2] = ACTIONS(4849), + [aux_sym__val_number_token3] = ACTIONS(4849), + [aux_sym__val_number_token4] = ACTIONS(4849), + [aux_sym__val_number_token5] = ACTIONS(4849), + [aux_sym__val_number_token6] = ACTIONS(4849), + [anon_sym_0b] = ACTIONS(4851), + [anon_sym_0o] = ACTIONS(4851), + [anon_sym_0x] = ACTIONS(4851), + [sym_val_date] = ACTIONS(4849), + [anon_sym_DQUOTE] = ACTIONS(4849), + [sym__str_single_quotes] = ACTIONS(4849), + [sym__str_back_ticks] = ACTIONS(4849), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4849), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4849), + [anon_sym_err_GT] = ACTIONS(4851), + [anon_sym_out_GT] = ACTIONS(4851), + [anon_sym_e_GT] = ACTIONS(4851), + [anon_sym_o_GT] = ACTIONS(4851), + [anon_sym_err_PLUSout_GT] = ACTIONS(4851), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4851), + [anon_sym_o_PLUSe_GT] = ACTIONS(4851), + [anon_sym_e_PLUSo_GT] = ACTIONS(4851), + [anon_sym_err_GT_GT] = ACTIONS(4849), + [anon_sym_out_GT_GT] = ACTIONS(4849), + [anon_sym_e_GT_GT] = ACTIONS(4849), + [anon_sym_o_GT_GT] = ACTIONS(4849), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4849), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4849), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4849), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4849), + [aux_sym_unquoted_token1] = ACTIONS(4851), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4849), + }, + [1584] = { + [sym__expr_parenthesized_immediate] = STATE(7420), + [sym_comment] = STATE(1584), + [sym__newline] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4853), + [anon_sym_PIPE] = ACTIONS(4853), + [anon_sym_err_GT_PIPE] = ACTIONS(4853), + [anon_sym_out_GT_PIPE] = ACTIONS(4853), + [anon_sym_e_GT_PIPE] = ACTIONS(4853), + [anon_sym_o_GT_PIPE] = ACTIONS(4853), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4853), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4853), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4853), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4853), + [anon_sym_LBRACK] = ACTIONS(4853), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_RPAREN] = ACTIONS(4853), + [anon_sym_DOLLAR] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4853), + [anon_sym_DASH2] = ACTIONS(4855), + [anon_sym_LBRACE] = ACTIONS(4853), + [anon_sym_RBRACE] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4853), + [anon_sym_DOT_DOT_LT] = ACTIONS(4853), + [anon_sym_null] = ACTIONS(4853), + [anon_sym_true] = ACTIONS(4853), + [anon_sym_false] = ACTIONS(4853), + [aux_sym__val_number_decimal_token1] = ACTIONS(4855), + [aux_sym__val_number_decimal_token2] = ACTIONS(4853), + [aux_sym__val_number_decimal_token3] = ACTIONS(4853), + [aux_sym__val_number_decimal_token4] = ACTIONS(4853), + [aux_sym__val_number_token1] = ACTIONS(4853), + [aux_sym__val_number_token2] = ACTIONS(4853), + [aux_sym__val_number_token3] = ACTIONS(4853), + [aux_sym__val_number_token4] = ACTIONS(4853), + [aux_sym__val_number_token5] = ACTIONS(4853), + [aux_sym__val_number_token6] = ACTIONS(4853), + [anon_sym_0b] = ACTIONS(4855), + [anon_sym_0o] = ACTIONS(4855), + [anon_sym_0x] = ACTIONS(4855), + [sym_val_date] = ACTIONS(4853), + [anon_sym_DQUOTE] = ACTIONS(4853), + [sym__str_single_quotes] = ACTIONS(4853), + [sym__str_back_ticks] = ACTIONS(4853), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4853), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4853), + [anon_sym_err_GT] = ACTIONS(4855), + [anon_sym_out_GT] = ACTIONS(4855), + [anon_sym_e_GT] = ACTIONS(4855), + [anon_sym_o_GT] = ACTIONS(4855), + [anon_sym_err_PLUSout_GT] = ACTIONS(4855), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4855), + [anon_sym_o_PLUSe_GT] = ACTIONS(4855), + [anon_sym_e_PLUSo_GT] = ACTIONS(4855), + [anon_sym_err_GT_GT] = ACTIONS(4853), + [anon_sym_out_GT_GT] = ACTIONS(4853), + [anon_sym_e_GT_GT] = ACTIONS(4853), + [anon_sym_o_GT_GT] = ACTIONS(4853), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4853), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4853), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4853), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4853), + [aux_sym_unquoted_token1] = ACTIONS(4855), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4853), + }, + [1585] = { + [sym_comment] = STATE(1585), + [sym__newline] = ACTIONS(2104), + [anon_sym_SEMI] = ACTIONS(2104), + [anon_sym_PIPE] = ACTIONS(2104), + [anon_sym_err_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_GT_PIPE] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2104), + [anon_sym_RPAREN] = ACTIONS(2104), + [anon_sym_GT2] = ACTIONS(2102), + [anon_sym_DASH2] = ACTIONS(2104), + [anon_sym_in2] = ACTIONS(2104), + [anon_sym_if] = ACTIONS(2104), + [anon_sym_LBRACE] = ACTIONS(2104), + [anon_sym_RBRACE] = ACTIONS(2104), + [anon_sym_EQ_GT] = ACTIONS(2104), + [anon_sym_STAR2] = ACTIONS(2102), + [anon_sym_and2] = ACTIONS(2104), + [anon_sym_xor2] = ACTIONS(2104), + [anon_sym_or2] = ACTIONS(2104), + [anon_sym_not_DASHin2] = ACTIONS(2104), + [anon_sym_starts_DASHwith2] = ACTIONS(2104), + [anon_sym_ends_DASHwith2] = ACTIONS(2104), + [anon_sym_EQ_EQ2] = ACTIONS(2104), + [anon_sym_BANG_EQ2] = ACTIONS(2104), + [anon_sym_LT2] = ACTIONS(2102), + [anon_sym_LT_EQ2] = ACTIONS(2104), + [anon_sym_GT_EQ2] = ACTIONS(2104), + [anon_sym_EQ_TILDE2] = ACTIONS(2104), + [anon_sym_BANG_TILDE2] = ACTIONS(2104), + [anon_sym_STAR_STAR2] = ACTIONS(2104), + [anon_sym_PLUS_PLUS2] = ACTIONS(2104), + [anon_sym_SLASH2] = ACTIONS(2102), + [anon_sym_mod2] = ACTIONS(2104), + [anon_sym_SLASH_SLASH2] = ACTIONS(2104), + [anon_sym_PLUS2] = ACTIONS(2102), + [anon_sym_bit_DASHshl2] = ACTIONS(2104), + [anon_sym_bit_DASHshr2] = ACTIONS(2104), + [anon_sym_bit_DASHand2] = ACTIONS(2104), + [anon_sym_bit_DASHxor2] = ACTIONS(2104), + [anon_sym_bit_DASHor2] = ACTIONS(2104), + [anon_sym_DOT_DOT2] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2104), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2104), + [anon_sym_COLON2] = ACTIONS(2104), + [anon_sym_err_GT] = ACTIONS(2102), + [anon_sym_out_GT] = ACTIONS(2102), + [anon_sym_e_GT] = ACTIONS(2102), + [anon_sym_o_GT] = ACTIONS(2102), + [anon_sym_err_PLUSout_GT] = ACTIONS(2102), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2102), + [anon_sym_o_PLUSe_GT] = ACTIONS(2102), + [anon_sym_e_PLUSo_GT] = ACTIONS(2102), + [anon_sym_err_GT_GT] = ACTIONS(2104), + [anon_sym_out_GT_GT] = ACTIONS(2104), + [anon_sym_e_GT_GT] = ACTIONS(2104), + [anon_sym_o_GT_GT] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2104), + [anon_sym_POUND] = ACTIONS(251), + }, + [1586] = { + [sym_cell_path] = STATE(2061), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1586), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1979), [anon_sym_SEMI] = ACTIONS(1979), [anon_sym_PIPE] = ACTIONS(1979), @@ -229129,7 +226658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1979), [anon_sym_bit_DASHxor2] = ACTIONS(1979), [anon_sym_bit_DASHor2] = ACTIONS(1979), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1977), [anon_sym_out_GT] = ACTIONS(1977), [anon_sym_e_GT] = ACTIONS(1977), @@ -229148,11 +226677,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1979), [anon_sym_POUND] = ACTIONS(251), }, - [1624] = { - [sym_cell_path] = STATE(2048), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1624), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1587] = { + [sym_cell_path] = STATE(2063), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1587), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1983), [anon_sym_SEMI] = ACTIONS(1983), [anon_sym_PIPE] = ACTIONS(1983), @@ -229197,166 +226726,370 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1983), [anon_sym_bit_DASHxor2] = ACTIONS(1983), [anon_sym_bit_DASHor2] = ACTIONS(1983), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1981), - [anon_sym_out_GT] = ACTIONS(1981), - [anon_sym_e_GT] = ACTIONS(1981), - [anon_sym_o_GT] = ACTIONS(1981), - [anon_sym_err_PLUSout_GT] = ACTIONS(1981), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), - [anon_sym_o_PLUSe_GT] = ACTIONS(1981), - [anon_sym_e_PLUSo_GT] = ACTIONS(1981), - [anon_sym_err_GT_GT] = ACTIONS(1983), - [anon_sym_out_GT_GT] = ACTIONS(1983), - [anon_sym_e_GT_GT] = ACTIONS(1983), - [anon_sym_o_GT_GT] = ACTIONS(1983), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), - [anon_sym_POUND] = ACTIONS(251), - }, - [1625] = { - [sym_cell_path] = STATE(2050), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1625), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1987), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1987), - [anon_sym_err_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_GT_PIPE] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), - [anon_sym_RPAREN] = ACTIONS(1987), - [anon_sym_GT2] = ACTIONS(1985), - [anon_sym_DASH2] = ACTIONS(1987), - [anon_sym_in2] = ACTIONS(1987), - [anon_sym_if] = ACTIONS(1987), - [anon_sym_LBRACE] = ACTIONS(1987), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_EQ_GT] = ACTIONS(1987), - [anon_sym_STAR2] = ACTIONS(1985), - [anon_sym_and2] = ACTIONS(1987), - [anon_sym_xor2] = ACTIONS(1987), - [anon_sym_or2] = ACTIONS(1987), - [anon_sym_not_DASHin2] = ACTIONS(1987), - [anon_sym_starts_DASHwith2] = ACTIONS(1987), - [anon_sym_ends_DASHwith2] = ACTIONS(1987), - [anon_sym_EQ_EQ2] = ACTIONS(1987), - [anon_sym_BANG_EQ2] = ACTIONS(1987), - [anon_sym_LT2] = ACTIONS(1985), - [anon_sym_LT_EQ2] = ACTIONS(1987), - [anon_sym_GT_EQ2] = ACTIONS(1987), - [anon_sym_EQ_TILDE2] = ACTIONS(1987), - [anon_sym_BANG_TILDE2] = ACTIONS(1987), - [anon_sym_STAR_STAR2] = ACTIONS(1987), - [anon_sym_PLUS_PLUS2] = ACTIONS(1987), - [anon_sym_SLASH2] = ACTIONS(1985), - [anon_sym_mod2] = ACTIONS(1987), - [anon_sym_SLASH_SLASH2] = ACTIONS(1987), - [anon_sym_PLUS2] = ACTIONS(1985), - [anon_sym_bit_DASHshl2] = ACTIONS(1987), - [anon_sym_bit_DASHshr2] = ACTIONS(1987), - [anon_sym_bit_DASHand2] = ACTIONS(1987), - [anon_sym_bit_DASHxor2] = ACTIONS(1987), - [anon_sym_bit_DASHor2] = ACTIONS(1987), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1985), - [anon_sym_out_GT] = ACTIONS(1985), - [anon_sym_e_GT] = ACTIONS(1985), - [anon_sym_o_GT] = ACTIONS(1985), - [anon_sym_err_PLUSout_GT] = ACTIONS(1985), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), - [anon_sym_o_PLUSe_GT] = ACTIONS(1985), - [anon_sym_e_PLUSo_GT] = ACTIONS(1985), - [anon_sym_err_GT_GT] = ACTIONS(1987), - [anon_sym_out_GT_GT] = ACTIONS(1987), - [anon_sym_e_GT_GT] = ACTIONS(1987), - [anon_sym_o_GT_GT] = ACTIONS(1987), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1981), + [anon_sym_out_GT] = ACTIONS(1981), + [anon_sym_e_GT] = ACTIONS(1981), + [anon_sym_o_GT] = ACTIONS(1981), + [anon_sym_err_PLUSout_GT] = ACTIONS(1981), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1981), + [anon_sym_o_PLUSe_GT] = ACTIONS(1981), + [anon_sym_e_PLUSo_GT] = ACTIONS(1981), + [anon_sym_err_GT_GT] = ACTIONS(1983), + [anon_sym_out_GT_GT] = ACTIONS(1983), + [anon_sym_e_GT_GT] = ACTIONS(1983), + [anon_sym_o_GT_GT] = ACTIONS(1983), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1983), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1983), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1983), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1983), [anon_sym_POUND] = ACTIONS(251), }, - [1626] = { - [sym_cell_path] = STATE(2051), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1626), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1831), - [anon_sym_SEMI] = ACTIONS(1831), - [anon_sym_PIPE] = ACTIONS(1831), - [anon_sym_err_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_GT_PIPE] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1831), - [anon_sym_RPAREN] = ACTIONS(1831), - [anon_sym_GT2] = ACTIONS(1829), - [anon_sym_DASH2] = ACTIONS(1831), - [anon_sym_in2] = ACTIONS(1831), - [anon_sym_if] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1831), - [anon_sym_RBRACE] = ACTIONS(1831), - [anon_sym_EQ_GT] = ACTIONS(1831), - [anon_sym_STAR2] = ACTIONS(1829), - [anon_sym_and2] = ACTIONS(1831), - [anon_sym_xor2] = ACTIONS(1831), - [anon_sym_or2] = ACTIONS(1831), - [anon_sym_not_DASHin2] = ACTIONS(1831), - [anon_sym_starts_DASHwith2] = ACTIONS(1831), - [anon_sym_ends_DASHwith2] = ACTIONS(1831), - [anon_sym_EQ_EQ2] = ACTIONS(1831), - [anon_sym_BANG_EQ2] = ACTIONS(1831), - [anon_sym_LT2] = ACTIONS(1829), - [anon_sym_LT_EQ2] = ACTIONS(1831), - [anon_sym_GT_EQ2] = ACTIONS(1831), - [anon_sym_EQ_TILDE2] = ACTIONS(1831), - [anon_sym_BANG_TILDE2] = ACTIONS(1831), - [anon_sym_STAR_STAR2] = ACTIONS(1831), - [anon_sym_PLUS_PLUS2] = ACTIONS(1831), - [anon_sym_SLASH2] = ACTIONS(1829), - [anon_sym_mod2] = ACTIONS(1831), - [anon_sym_SLASH_SLASH2] = ACTIONS(1831), - [anon_sym_PLUS2] = ACTIONS(1829), - [anon_sym_bit_DASHshl2] = ACTIONS(1831), - [anon_sym_bit_DASHshr2] = ACTIONS(1831), - [anon_sym_bit_DASHand2] = ACTIONS(1831), - [anon_sym_bit_DASHxor2] = ACTIONS(1831), - [anon_sym_bit_DASHor2] = ACTIONS(1831), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1829), - [anon_sym_out_GT] = ACTIONS(1829), - [anon_sym_e_GT] = ACTIONS(1829), - [anon_sym_o_GT] = ACTIONS(1829), - [anon_sym_err_PLUSout_GT] = ACTIONS(1829), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1829), - [anon_sym_o_PLUSe_GT] = ACTIONS(1829), - [anon_sym_e_PLUSo_GT] = ACTIONS(1829), - [anon_sym_err_GT_GT] = ACTIONS(1831), - [anon_sym_out_GT_GT] = ACTIONS(1831), - [anon_sym_e_GT_GT] = ACTIONS(1831), - [anon_sym_o_GT_GT] = ACTIONS(1831), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1831), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1831), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1831), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1831), + [1588] = { + [sym_comment] = STATE(1588), + [sym__newline] = ACTIONS(1794), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_PIPE] = ACTIONS(1794), + [anon_sym_err_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_GT_PIPE] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1794), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), + [anon_sym_DOT_DOT_LT] = ACTIONS(1794), + [anon_sym_null] = ACTIONS(1794), + [anon_sym_true] = ACTIONS(1794), + [anon_sym_false] = ACTIONS(1794), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), + [aux_sym__val_number_token4] = ACTIONS(1794), + [aux_sym__val_number_token5] = ACTIONS(1794), + [aux_sym__val_number_token6] = ACTIONS(1794), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1794), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1794), + [anon_sym_err_GT] = ACTIONS(1786), + [anon_sym_out_GT] = ACTIONS(1786), + [anon_sym_e_GT] = ACTIONS(1786), + [anon_sym_o_GT] = ACTIONS(1786), + [anon_sym_err_PLUSout_GT] = ACTIONS(1786), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), + [anon_sym_o_PLUSe_GT] = ACTIONS(1786), + [anon_sym_e_PLUSo_GT] = ACTIONS(1786), + [anon_sym_err_GT_GT] = ACTIONS(1794), + [anon_sym_out_GT_GT] = ACTIONS(1794), + [anon_sym_e_GT_GT] = ACTIONS(1794), + [anon_sym_o_GT_GT] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1794), + [aux_sym_unquoted_token1] = ACTIONS(1786), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1794), }, - [1627] = { - [sym_cell_path] = STATE(2053), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1627), - [aux_sym_cell_path_repeat1] = STATE(1402), + [1589] = { + [sym_comment] = STATE(1589), + [sym__newline] = ACTIONS(2186), + [anon_sym_SEMI] = ACTIONS(2186), + [anon_sym_PIPE] = ACTIONS(2186), + [anon_sym_err_GT_PIPE] = ACTIONS(2186), + [anon_sym_out_GT_PIPE] = ACTIONS(2186), + [anon_sym_e_GT_PIPE] = ACTIONS(2186), + [anon_sym_o_GT_PIPE] = ACTIONS(2186), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2186), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2186), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2186), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2186), + [anon_sym_LBRACK] = ACTIONS(2186), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_RPAREN] = ACTIONS(2186), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DASH_DASH] = ACTIONS(2186), + [anon_sym_DASH2] = ACTIONS(2184), + [anon_sym_LBRACE] = ACTIONS(2186), + [anon_sym_RBRACE] = ACTIONS(2186), + [anon_sym_DOT_DOT] = ACTIONS(2184), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2186), + [anon_sym_DOT_DOT_LT] = ACTIONS(2186), + [anon_sym_null] = ACTIONS(2186), + [anon_sym_true] = ACTIONS(2186), + [anon_sym_false] = ACTIONS(2186), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_decimal_token2] = ACTIONS(2186), + [aux_sym__val_number_decimal_token3] = ACTIONS(2186), + [aux_sym__val_number_decimal_token4] = ACTIONS(2186), + [aux_sym__val_number_token1] = ACTIONS(2186), + [aux_sym__val_number_token2] = ACTIONS(2186), + [aux_sym__val_number_token3] = ACTIONS(2186), + [aux_sym__val_number_token4] = ACTIONS(2186), + [aux_sym__val_number_token5] = ACTIONS(2186), + [aux_sym__val_number_token6] = ACTIONS(2186), + [anon_sym_0b] = ACTIONS(2184), + [anon_sym_0o] = ACTIONS(2184), + [anon_sym_0x] = ACTIONS(2184), + [sym_val_date] = ACTIONS(2186), + [anon_sym_DQUOTE] = ACTIONS(2186), + [sym__str_single_quotes] = ACTIONS(2186), + [sym__str_back_ticks] = ACTIONS(2186), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2186), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2186), + [anon_sym_err_GT] = ACTIONS(2184), + [anon_sym_out_GT] = ACTIONS(2184), + [anon_sym_e_GT] = ACTIONS(2184), + [anon_sym_o_GT] = ACTIONS(2184), + [anon_sym_err_PLUSout_GT] = ACTIONS(2184), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2184), + [anon_sym_o_PLUSe_GT] = ACTIONS(2184), + [anon_sym_e_PLUSo_GT] = ACTIONS(2184), + [anon_sym_err_GT_GT] = ACTIONS(2186), + [anon_sym_out_GT_GT] = ACTIONS(2186), + [anon_sym_e_GT_GT] = ACTIONS(2186), + [anon_sym_o_GT_GT] = ACTIONS(2186), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2186), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2186), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2186), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2186), + [aux_sym_unquoted_token1] = ACTIONS(2184), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2186), + }, + [1590] = { + [sym_comment] = STATE(1590), + [anon_sym_EQ] = ACTIONS(4857), + [anon_sym_PLUS_EQ] = ACTIONS(4859), + [anon_sym_DASH_EQ] = ACTIONS(4859), + [anon_sym_STAR_EQ] = ACTIONS(4859), + [anon_sym_SLASH_EQ] = ACTIONS(4859), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4859), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_GT2] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1000), + [anon_sym_STAR2] = ACTIONS(1004), + [anon_sym_and2] = ACTIONS(1000), + [anon_sym_xor2] = ACTIONS(1000), + [anon_sym_or2] = ACTIONS(1000), + [anon_sym_not_DASHin2] = ACTIONS(1000), + [anon_sym_starts_DASHwith2] = ACTIONS(1000), + [anon_sym_ends_DASHwith2] = ACTIONS(1000), + [anon_sym_EQ_EQ2] = ACTIONS(1000), + [anon_sym_BANG_EQ2] = ACTIONS(1000), + [anon_sym_LT2] = ACTIONS(1004), + [anon_sym_LT_EQ2] = ACTIONS(1000), + [anon_sym_GT_EQ2] = ACTIONS(1000), + [anon_sym_EQ_TILDE2] = ACTIONS(1000), + [anon_sym_BANG_TILDE2] = ACTIONS(1000), + [anon_sym_STAR_STAR2] = ACTIONS(1000), + [anon_sym_PLUS_PLUS2] = ACTIONS(1004), + [anon_sym_SLASH2] = ACTIONS(1004), + [anon_sym_mod2] = ACTIONS(1000), + [anon_sym_SLASH_SLASH2] = ACTIONS(1000), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_bit_DASHshl2] = ACTIONS(1000), + [anon_sym_bit_DASHshr2] = ACTIONS(1000), + [anon_sym_bit_DASHand2] = ACTIONS(1000), + [anon_sym_bit_DASHxor2] = ACTIONS(1000), + [anon_sym_bit_DASHor2] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [anon_sym_POUND] = ACTIONS(251), + }, + [1591] = { + [sym_comment] = STATE(1591), + [sym__newline] = ACTIONS(1873), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_err_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_GT_PIPE] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_RPAREN] = ACTIONS(1873), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_RBRACE] = ACTIONS(1873), + [anon_sym_DOT_DOT] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_null] = ACTIONS(1873), + [anon_sym_true] = ACTIONS(1873), + [anon_sym_false] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1873), + [aux_sym__val_number_token5] = ACTIONS(1873), + [aux_sym__val_number_token6] = ACTIONS(1873), + [anon_sym_0b] = ACTIONS(1865), + [anon_sym_0o] = ACTIONS(1865), + [anon_sym_0x] = ACTIONS(1865), + [sym_val_date] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1873), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1873), + [anon_sym_err_GT] = ACTIONS(1865), + [anon_sym_out_GT] = ACTIONS(1865), + [anon_sym_e_GT] = ACTIONS(1865), + [anon_sym_o_GT] = ACTIONS(1865), + [anon_sym_err_PLUSout_GT] = ACTIONS(1865), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1865), + [anon_sym_o_PLUSe_GT] = ACTIONS(1865), + [anon_sym_e_PLUSo_GT] = ACTIONS(1865), + [anon_sym_err_GT_GT] = ACTIONS(1873), + [anon_sym_out_GT_GT] = ACTIONS(1873), + [anon_sym_e_GT_GT] = ACTIONS(1873), + [anon_sym_o_GT_GT] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1873), + [aux_sym_unquoted_token1] = ACTIONS(1865), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), + }, + [1592] = { + [sym_comment] = STATE(1592), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_RPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [aux_sym_unquoted_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [1593] = { + [sym_cell_path] = STATE(2065), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1593), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1991), [anon_sym_SEMI] = ACTIONS(1991), [anon_sym_PIPE] = ACTIONS(1991), @@ -229401,7 +227134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1991), [anon_sym_bit_DASHxor2] = ACTIONS(1991), [anon_sym_bit_DASHor2] = ACTIONS(1991), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1989), [anon_sym_out_GT] = ACTIONS(1989), [anon_sym_e_GT] = ACTIONS(1989), @@ -229420,345 +227153,688 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1991), [anon_sym_POUND] = ACTIONS(251), }, - [1628] = { - [sym_comment] = STATE(1628), - [ts_builtin_sym_end] = ACTIONS(2148), - [sym__newline] = ACTIONS(2148), - [anon_sym_SEMI] = ACTIONS(2148), - [anon_sym_PIPE] = ACTIONS(2148), - [anon_sym_err_GT_PIPE] = ACTIONS(2148), - [anon_sym_out_GT_PIPE] = ACTIONS(2148), - [anon_sym_e_GT_PIPE] = ACTIONS(2148), - [anon_sym_o_GT_PIPE] = ACTIONS(2148), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2148), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2148), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2148), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2148), - [anon_sym_LPAREN] = ACTIONS(2148), - [anon_sym_DOLLAR] = ACTIONS(2142), - [anon_sym_DASH_DASH] = ACTIONS(2148), - [anon_sym_DASH2] = ACTIONS(2142), - [anon_sym_LBRACE] = ACTIONS(2148), - [anon_sym_DOT_DOT] = ACTIONS(2142), - [anon_sym_DOT_DOT2] = ACTIONS(4906), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2142), - [anon_sym_DOT_DOT_LT] = ACTIONS(2142), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(4908), - [anon_sym_DOT_DOT_LT2] = ACTIONS(4908), - [anon_sym_null] = ACTIONS(2148), - [anon_sym_true] = ACTIONS(2148), - [anon_sym_false] = ACTIONS(2148), - [aux_sym__val_number_decimal_token1] = ACTIONS(2142), - [aux_sym__val_number_decimal_token2] = ACTIONS(2148), - [aux_sym__val_number_decimal_token3] = ACTIONS(2148), - [aux_sym__val_number_decimal_token4] = ACTIONS(2148), - [aux_sym__val_number_token1] = ACTIONS(2148), - [aux_sym__val_number_token2] = ACTIONS(2148), - [aux_sym__val_number_token3] = ACTIONS(2148), - [aux_sym__val_number_token4] = ACTIONS(2148), - [aux_sym__val_number_token5] = ACTIONS(2148), - [aux_sym__val_number_token6] = ACTIONS(2148), - [anon_sym_0b] = ACTIONS(2142), - [anon_sym_0o] = ACTIONS(2142), - [anon_sym_0x] = ACTIONS(2142), - [sym_val_date] = ACTIONS(2148), - [anon_sym_DQUOTE] = ACTIONS(2148), - [sym__str_single_quotes] = ACTIONS(2148), - [sym__str_back_ticks] = ACTIONS(2148), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2148), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2148), - [anon_sym_err_GT] = ACTIONS(2142), - [anon_sym_out_GT] = ACTIONS(2142), - [anon_sym_e_GT] = ACTIONS(2142), - [anon_sym_o_GT] = ACTIONS(2142), - [anon_sym_err_PLUSout_GT] = ACTIONS(2142), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2142), - [anon_sym_o_PLUSe_GT] = ACTIONS(2142), - [anon_sym_e_PLUSo_GT] = ACTIONS(2142), - [anon_sym_err_GT_GT] = ACTIONS(2148), - [anon_sym_out_GT_GT] = ACTIONS(2148), - [anon_sym_e_GT_GT] = ACTIONS(2148), - [anon_sym_o_GT_GT] = ACTIONS(2148), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2148), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2148), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2148), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2148), - [aux_sym_unquoted_token1] = ACTIONS(2142), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2148), + [1594] = { + [sym_comment] = STATE(1594), + [ts_builtin_sym_end] = ACTIONS(2104), + [sym__newline] = ACTIONS(2104), + [anon_sym_SEMI] = ACTIONS(2104), + [anon_sym_PIPE] = ACTIONS(2104), + [anon_sym_err_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_GT_PIPE] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2104), + [anon_sym_LBRACK] = ACTIONS(2104), + [anon_sym_LPAREN] = ACTIONS(2104), + [anon_sym_DOLLAR] = ACTIONS(2102), + [anon_sym_DASH_DASH] = ACTIONS(2104), + [anon_sym_DASH2] = ACTIONS(2102), + [anon_sym_LBRACE] = ACTIONS(2104), + [anon_sym_DOT_DOT] = ACTIONS(2102), + [anon_sym_DOT_DOT2] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2102), + [anon_sym_DOT_DOT_LT] = ACTIONS(2102), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2104), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2104), + [anon_sym_null] = ACTIONS(2104), + [anon_sym_true] = ACTIONS(2104), + [anon_sym_false] = ACTIONS(2104), + [aux_sym__val_number_decimal_token1] = ACTIONS(2102), + [aux_sym__val_number_decimal_token2] = ACTIONS(2104), + [aux_sym__val_number_decimal_token3] = ACTIONS(2104), + [aux_sym__val_number_decimal_token4] = ACTIONS(2104), + [aux_sym__val_number_token1] = ACTIONS(2104), + [aux_sym__val_number_token2] = ACTIONS(2104), + [aux_sym__val_number_token3] = ACTIONS(2104), + [aux_sym__val_number_token4] = ACTIONS(2104), + [aux_sym__val_number_token5] = ACTIONS(2104), + [aux_sym__val_number_token6] = ACTIONS(2104), + [anon_sym_0b] = ACTIONS(2102), + [anon_sym_0o] = ACTIONS(2102), + [anon_sym_0x] = ACTIONS(2102), + [sym_val_date] = ACTIONS(2104), + [anon_sym_DQUOTE] = ACTIONS(2104), + [sym__str_single_quotes] = ACTIONS(2104), + [sym__str_back_ticks] = ACTIONS(2104), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2104), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2104), + [anon_sym_err_GT] = ACTIONS(2102), + [anon_sym_out_GT] = ACTIONS(2102), + [anon_sym_e_GT] = ACTIONS(2102), + [anon_sym_o_GT] = ACTIONS(2102), + [anon_sym_err_PLUSout_GT] = ACTIONS(2102), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2102), + [anon_sym_o_PLUSe_GT] = ACTIONS(2102), + [anon_sym_e_PLUSo_GT] = ACTIONS(2102), + [anon_sym_err_GT_GT] = ACTIONS(2104), + [anon_sym_out_GT_GT] = ACTIONS(2104), + [anon_sym_e_GT_GT] = ACTIONS(2104), + [anon_sym_o_GT_GT] = ACTIONS(2104), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2104), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2104), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2104), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2104), + [aux_sym_unquoted_token1] = ACTIONS(2102), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2104), }, - [1629] = { - [sym_comment] = STATE(1629), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_GT2] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1737), - [anon_sym_in2] = ACTIONS(1737), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_STAR2] = ACTIONS(1735), - [anon_sym_and2] = ACTIONS(1737), - [anon_sym_xor2] = ACTIONS(1737), - [anon_sym_or2] = ACTIONS(1737), - [anon_sym_not_DASHin2] = ACTIONS(1737), - [anon_sym_starts_DASHwith2] = ACTIONS(1737), - [anon_sym_ends_DASHwith2] = ACTIONS(1737), - [anon_sym_EQ_EQ2] = ACTIONS(1737), - [anon_sym_BANG_EQ2] = ACTIONS(1737), - [anon_sym_LT2] = ACTIONS(1735), - [anon_sym_LT_EQ2] = ACTIONS(1737), - [anon_sym_GT_EQ2] = ACTIONS(1737), - [anon_sym_EQ_TILDE2] = ACTIONS(1737), - [anon_sym_BANG_TILDE2] = ACTIONS(1737), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_STAR_STAR2] = ACTIONS(1737), - [anon_sym_PLUS_PLUS2] = ACTIONS(1737), - [anon_sym_SLASH2] = ACTIONS(1735), - [anon_sym_mod2] = ACTIONS(1737), - [anon_sym_SLASH_SLASH2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_bit_DASHshl2] = ACTIONS(1737), - [anon_sym_bit_DASHshr2] = ACTIONS(1737), - [anon_sym_bit_DASHand2] = ACTIONS(1737), - [anon_sym_bit_DASHxor2] = ACTIONS(1737), - [anon_sym_bit_DASHor2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4763), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token2] = ACTIONS(1735), + [1595] = { + [sym_comment] = STATE(1595), + [sym__newline] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_err_GT_PIPE] = ACTIONS(960), + [anon_sym_out_GT_PIPE] = ACTIONS(960), + [anon_sym_e_GT_PIPE] = ACTIONS(960), + [anon_sym_o_GT_PIPE] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(960), + [anon_sym_LBRACK] = ACTIONS(960), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_RPAREN] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_DASH2] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_DOT_DOT] = ACTIONS(958), + [anon_sym_QMARK2] = ACTIONS(4861), + [anon_sym_DOT_DOT_EQ] = ACTIONS(960), + [anon_sym_DOT_DOT_LT] = ACTIONS(960), + [anon_sym_null] = ACTIONS(960), + [anon_sym_true] = ACTIONS(960), + [anon_sym_false] = ACTIONS(960), + [aux_sym__val_number_decimal_token1] = ACTIONS(958), + [aux_sym__val_number_decimal_token2] = ACTIONS(960), + [aux_sym__val_number_decimal_token3] = ACTIONS(960), + [aux_sym__val_number_decimal_token4] = ACTIONS(960), + [aux_sym__val_number_token1] = ACTIONS(960), + [aux_sym__val_number_token2] = ACTIONS(960), + [aux_sym__val_number_token3] = ACTIONS(960), + [aux_sym__val_number_token4] = ACTIONS(960), + [aux_sym__val_number_token5] = ACTIONS(960), + [aux_sym__val_number_token6] = ACTIONS(960), + [anon_sym_0b] = ACTIONS(958), + [anon_sym_0o] = ACTIONS(958), + [anon_sym_0x] = ACTIONS(958), + [sym_val_date] = ACTIONS(960), + [anon_sym_DQUOTE] = ACTIONS(960), + [sym__str_single_quotes] = ACTIONS(960), + [sym__str_back_ticks] = ACTIONS(960), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(960), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(960), + [anon_sym_DOT2] = ACTIONS(958), + [anon_sym_err_GT] = ACTIONS(958), + [anon_sym_out_GT] = ACTIONS(958), + [anon_sym_e_GT] = ACTIONS(958), + [anon_sym_o_GT] = ACTIONS(958), + [anon_sym_err_PLUSout_GT] = ACTIONS(958), + [anon_sym_out_PLUSerr_GT] = ACTIONS(958), + [anon_sym_o_PLUSe_GT] = ACTIONS(958), + [anon_sym_e_PLUSo_GT] = ACTIONS(958), + [anon_sym_err_GT_GT] = ACTIONS(960), + [anon_sym_out_GT_GT] = ACTIONS(960), + [anon_sym_e_GT_GT] = ACTIONS(960), + [anon_sym_o_GT_GT] = ACTIONS(960), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(960), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(960), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(960), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(960), + [aux_sym_unquoted_token1] = ACTIONS(958), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(960), }, - [1630] = { - [sym_comment] = STATE(1630), - [ts_builtin_sym_end] = ACTIONS(1827), - [sym__newline] = ACTIONS(1827), - [anon_sym_SEMI] = ACTIONS(1827), - [anon_sym_PIPE] = ACTIONS(1827), - [anon_sym_err_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_GT_PIPE] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1827), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_DOLLAR] = ACTIONS(1819), - [anon_sym_DASH_DASH] = ACTIONS(1827), - [anon_sym_DASH2] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1827), - [anon_sym_DOT_DOT] = ACTIONS(1819), - [anon_sym_LPAREN2] = ACTIONS(1821), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1827), - [anon_sym_DOT_DOT_LT] = ACTIONS(1827), - [anon_sym_null] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(1827), - [anon_sym_false] = ACTIONS(1827), - [aux_sym__val_number_decimal_token1] = ACTIONS(1819), - [aux_sym__val_number_decimal_token2] = ACTIONS(1827), - [aux_sym__val_number_decimal_token3] = ACTIONS(1827), - [aux_sym__val_number_decimal_token4] = ACTIONS(1827), - [aux_sym__val_number_token1] = ACTIONS(1827), - [aux_sym__val_number_token2] = ACTIONS(1827), - [aux_sym__val_number_token3] = ACTIONS(1827), - [aux_sym__val_number_token4] = ACTIONS(1827), - [aux_sym__val_number_token5] = ACTIONS(1827), - [aux_sym__val_number_token6] = ACTIONS(1827), - [anon_sym_0b] = ACTIONS(1819), - [anon_sym_0o] = ACTIONS(1819), - [anon_sym_0x] = ACTIONS(1819), - [sym_val_date] = ACTIONS(1827), - [anon_sym_DQUOTE] = ACTIONS(1827), - [sym__str_single_quotes] = ACTIONS(1827), - [sym__str_back_ticks] = ACTIONS(1827), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1827), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1827), - [anon_sym_err_GT] = ACTIONS(1819), - [anon_sym_out_GT] = ACTIONS(1819), - [anon_sym_e_GT] = ACTIONS(1819), - [anon_sym_o_GT] = ACTIONS(1819), - [anon_sym_err_PLUSout_GT] = ACTIONS(1819), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1819), - [anon_sym_o_PLUSe_GT] = ACTIONS(1819), - [anon_sym_e_PLUSo_GT] = ACTIONS(1819), - [anon_sym_err_GT_GT] = ACTIONS(1827), - [anon_sym_out_GT_GT] = ACTIONS(1827), - [anon_sym_e_GT_GT] = ACTIONS(1827), - [anon_sym_o_GT_GT] = ACTIONS(1827), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1827), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1827), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1827), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1827), - [aux_sym_unquoted_token1] = ACTIONS(1819), - [aux_sym_unquoted_token2] = ACTIONS(1585), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1827), + [1596] = { + [sym_comment] = STATE(1596), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1631] = { - [sym_comment] = STATE(1631), - [ts_builtin_sym_end] = ACTIONS(4850), - [sym_long_flag_identifier] = ACTIONS(4910), - [sym__newline] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4850), - [anon_sym_PIPE] = ACTIONS(4850), - [anon_sym_err_GT_PIPE] = ACTIONS(4850), - [anon_sym_out_GT_PIPE] = ACTIONS(4850), - [anon_sym_e_GT_PIPE] = ACTIONS(4850), - [anon_sym_o_GT_PIPE] = ACTIONS(4850), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4850), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4850), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4850), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4850), - [anon_sym_LBRACK] = ACTIONS(4850), - [anon_sym_LPAREN] = ACTIONS(4850), - [anon_sym_DOLLAR] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4850), - [anon_sym_DASH2] = ACTIONS(4852), - [anon_sym_LBRACE] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4850), - [anon_sym_DOT_DOT_LT] = ACTIONS(4850), - [anon_sym_null] = ACTIONS(4852), - [anon_sym_true] = ACTIONS(4852), - [anon_sym_false] = ACTIONS(4852), - [aux_sym__val_number_decimal_token1] = ACTIONS(4852), - [aux_sym__val_number_decimal_token2] = ACTIONS(4850), - [aux_sym__val_number_decimal_token3] = ACTIONS(4850), - [aux_sym__val_number_decimal_token4] = ACTIONS(4850), - [aux_sym__val_number_token1] = ACTIONS(4852), - [aux_sym__val_number_token2] = ACTIONS(4852), - [aux_sym__val_number_token3] = ACTIONS(4852), - [aux_sym__val_number_token4] = ACTIONS(4852), - [aux_sym__val_number_token5] = ACTIONS(4850), - [aux_sym__val_number_token6] = ACTIONS(4852), - [anon_sym_0b] = ACTIONS(4852), - [anon_sym_0o] = ACTIONS(4852), - [anon_sym_0x] = ACTIONS(4852), - [sym_val_date] = ACTIONS(4852), - [anon_sym_DQUOTE] = ACTIONS(4850), - [sym__str_single_quotes] = ACTIONS(4850), - [sym__str_back_ticks] = ACTIONS(4850), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4850), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4850), - [anon_sym_err_GT] = ACTIONS(4852), - [anon_sym_out_GT] = ACTIONS(4852), - [anon_sym_e_GT] = ACTIONS(4852), - [anon_sym_o_GT] = ACTIONS(4852), - [anon_sym_err_PLUSout_GT] = ACTIONS(4852), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4852), - [anon_sym_o_PLUSe_GT] = ACTIONS(4852), - [anon_sym_e_PLUSo_GT] = ACTIONS(4852), - [anon_sym_err_GT_GT] = ACTIONS(4850), - [anon_sym_out_GT_GT] = ACTIONS(4850), - [anon_sym_e_GT_GT] = ACTIONS(4850), - [anon_sym_o_GT_GT] = ACTIONS(4850), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4850), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4850), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4850), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4850), - [anon_sym_EQ2] = ACTIONS(4912), - [aux_sym_unquoted_token1] = ACTIONS(4852), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4850), + [1597] = { + [sym_comment] = STATE(1597), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_RPAREN] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_RBRACE] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), }, - [1632] = { - [sym_comment] = STATE(1632), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_GT2] = ACTIONS(1771), - [anon_sym_DASH2] = ACTIONS(1773), - [anon_sym_in2] = ACTIONS(1773), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_STAR2] = ACTIONS(1771), - [anon_sym_and2] = ACTIONS(1773), - [anon_sym_xor2] = ACTIONS(1773), - [anon_sym_or2] = ACTIONS(1773), - [anon_sym_not_DASHin2] = ACTIONS(1773), - [anon_sym_starts_DASHwith2] = ACTIONS(1773), - [anon_sym_ends_DASHwith2] = ACTIONS(1773), - [anon_sym_EQ_EQ2] = ACTIONS(1773), - [anon_sym_BANG_EQ2] = ACTIONS(1773), - [anon_sym_LT2] = ACTIONS(1771), - [anon_sym_LT_EQ2] = ACTIONS(1773), - [anon_sym_GT_EQ2] = ACTIONS(1773), - [anon_sym_EQ_TILDE2] = ACTIONS(1773), - [anon_sym_BANG_TILDE2] = ACTIONS(1773), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_STAR_STAR2] = ACTIONS(1773), - [anon_sym_PLUS_PLUS2] = ACTIONS(1773), - [anon_sym_SLASH2] = ACTIONS(1771), - [anon_sym_mod2] = ACTIONS(1773), - [anon_sym_SLASH_SLASH2] = ACTIONS(1773), - [anon_sym_PLUS2] = ACTIONS(1771), - [anon_sym_bit_DASHshl2] = ACTIONS(1773), - [anon_sym_bit_DASHshr2] = ACTIONS(1773), - [anon_sym_bit_DASHand2] = ACTIONS(1773), - [anon_sym_bit_DASHxor2] = ACTIONS(1773), - [anon_sym_bit_DASHor2] = ACTIONS(1773), - [anon_sym_DOT_DOT2] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token2] = ACTIONS(1771), + [1598] = { + [sym_comment] = STATE(1598), + [sym__newline] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_err_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_GT_PIPE] = ACTIONS(2233), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2229), + [anon_sym_RPAREN] = ACTIONS(2233), + [anon_sym_DOLLAR] = ACTIONS(2229), + [anon_sym_DASH_DASH] = ACTIONS(2229), + [anon_sym_DASH2] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_RBRACE] = ACTIONS(2233), + [anon_sym_DOT_DOT] = ACTIONS(2229), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2229), + [anon_sym_DOT_DOT_LT] = ACTIONS(2229), + [anon_sym_null] = ACTIONS(2229), + [anon_sym_true] = ACTIONS(2229), + [anon_sym_false] = ACTIONS(2229), + [aux_sym__val_number_decimal_token1] = ACTIONS(2229), + [aux_sym__val_number_decimal_token2] = ACTIONS(2229), + [aux_sym__val_number_decimal_token3] = ACTIONS(2229), + [aux_sym__val_number_decimal_token4] = ACTIONS(2229), + [aux_sym__val_number_token1] = ACTIONS(2229), + [aux_sym__val_number_token2] = ACTIONS(2229), + [aux_sym__val_number_token3] = ACTIONS(2229), + [aux_sym__val_number_token4] = ACTIONS(2229), + [aux_sym__val_number_token5] = ACTIONS(2229), + [aux_sym__val_number_token6] = ACTIONS(2229), + [anon_sym_0b] = ACTIONS(2229), + [anon_sym_0o] = ACTIONS(2229), + [anon_sym_0x] = ACTIONS(2229), + [sym_val_date] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2233), + [sym__str_single_quotes] = ACTIONS(2233), + [sym__str_back_ticks] = ACTIONS(2233), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2233), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2233), + [anon_sym_err_GT] = ACTIONS(2229), + [anon_sym_out_GT] = ACTIONS(2229), + [anon_sym_e_GT] = ACTIONS(2229), + [anon_sym_o_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT] = ACTIONS(2229), + [anon_sym_err_GT_GT] = ACTIONS(2229), + [anon_sym_out_GT_GT] = ACTIONS(2229), + [anon_sym_e_GT_GT] = ACTIONS(2229), + [anon_sym_o_GT_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2229), + [aux_sym_unquoted_token1] = ACTIONS(2229), + [aux_sym_unquoted_token4] = ACTIONS(2235), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2233), + }, + [1599] = { + [sym_comment] = STATE(1599), + [sym__newline] = ACTIONS(2192), + [anon_sym_SEMI] = ACTIONS(2192), + [anon_sym_PIPE] = ACTIONS(2192), + [anon_sym_err_GT_PIPE] = ACTIONS(2192), + [anon_sym_out_GT_PIPE] = ACTIONS(2192), + [anon_sym_e_GT_PIPE] = ACTIONS(2192), + [anon_sym_o_GT_PIPE] = ACTIONS(2192), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2192), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2192), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2192), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2192), + [anon_sym_LBRACK] = ACTIONS(2192), + [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_RPAREN] = ACTIONS(2192), + [anon_sym_DOLLAR] = ACTIONS(2188), + [anon_sym_DASH_DASH] = ACTIONS(2192), + [anon_sym_DASH2] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2192), + [anon_sym_RBRACE] = ACTIONS(2192), + [anon_sym_DOT_DOT] = ACTIONS(2188), + [anon_sym_LPAREN2] = ACTIONS(2190), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2192), + [anon_sym_DOT_DOT_LT] = ACTIONS(2192), + [anon_sym_null] = ACTIONS(2192), + [anon_sym_true] = ACTIONS(2192), + [anon_sym_false] = ACTIONS(2192), + [aux_sym__val_number_decimal_token1] = ACTIONS(2188), + [aux_sym__val_number_decimal_token2] = ACTIONS(2192), + [aux_sym__val_number_decimal_token3] = ACTIONS(2192), + [aux_sym__val_number_decimal_token4] = ACTIONS(2192), + [aux_sym__val_number_token1] = ACTIONS(2192), + [aux_sym__val_number_token2] = ACTIONS(2192), + [aux_sym__val_number_token3] = ACTIONS(2192), + [aux_sym__val_number_token4] = ACTIONS(2192), + [aux_sym__val_number_token5] = ACTIONS(2192), + [aux_sym__val_number_token6] = ACTIONS(2192), + [anon_sym_0b] = ACTIONS(2188), + [anon_sym_0o] = ACTIONS(2188), + [anon_sym_0x] = ACTIONS(2188), + [sym_val_date] = ACTIONS(2192), + [anon_sym_DQUOTE] = ACTIONS(2192), + [sym__str_single_quotes] = ACTIONS(2192), + [sym__str_back_ticks] = ACTIONS(2192), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2192), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2192), + [anon_sym_err_GT] = ACTIONS(2188), + [anon_sym_out_GT] = ACTIONS(2188), + [anon_sym_e_GT] = ACTIONS(2188), + [anon_sym_o_GT] = ACTIONS(2188), + [anon_sym_err_PLUSout_GT] = ACTIONS(2188), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2188), + [anon_sym_o_PLUSe_GT] = ACTIONS(2188), + [anon_sym_e_PLUSo_GT] = ACTIONS(2188), + [anon_sym_err_GT_GT] = ACTIONS(2192), + [anon_sym_out_GT_GT] = ACTIONS(2192), + [anon_sym_e_GT_GT] = ACTIONS(2192), + [anon_sym_o_GT_GT] = ACTIONS(2192), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2192), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2192), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2192), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2192), + [aux_sym_unquoted_token1] = ACTIONS(2188), + [aux_sym_unquoted_token2] = ACTIONS(1631), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2192), }, - [1633] = { - [sym_comment] = STATE(1633), + [1600] = { + [sym_comment] = STATE(1600), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_RPAREN] = ACTIONS(1669), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1669), + [anon_sym_in2] = ACTIONS(1669), + [anon_sym_RBRACE] = ACTIONS(1669), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1669), + [anon_sym_xor2] = ACTIONS(1669), + [anon_sym_or2] = ACTIONS(1669), + [anon_sym_not_DASHin2] = ACTIONS(1669), + [anon_sym_starts_DASHwith2] = ACTIONS(1669), + [anon_sym_ends_DASHwith2] = ACTIONS(1669), + [anon_sym_EQ_EQ2] = ACTIONS(1669), + [anon_sym_BANG_EQ2] = ACTIONS(1669), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1669), + [anon_sym_GT_EQ2] = ACTIONS(1669), + [anon_sym_EQ_TILDE2] = ACTIONS(1669), + [anon_sym_BANG_TILDE2] = ACTIONS(1669), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_STAR_STAR2] = ACTIONS(1669), + [anon_sym_PLUS_PLUS2] = ACTIONS(1669), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1669), + [anon_sym_SLASH_SLASH2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1669), + [anon_sym_bit_DASHshr2] = ACTIONS(1669), + [anon_sym_bit_DASHand2] = ACTIONS(1669), + [anon_sym_bit_DASHxor2] = ACTIONS(1669), + [anon_sym_bit_DASHor2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + }, + [1601] = { + [sym_comment] = STATE(1601), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(954), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_RPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_RBRACE] = ACTIONS(954), + [anon_sym_DOT_DOT] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4863), + [anon_sym_DOT_DOT_EQ] = ACTIONS(954), + [anon_sym_DOT_DOT_LT] = ACTIONS(954), + [anon_sym_null] = ACTIONS(954), + [anon_sym_true] = ACTIONS(954), + [anon_sym_false] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(954), + [aux_sym__val_number_token5] = ACTIONS(954), + [aux_sym__val_number_token6] = ACTIONS(954), + [anon_sym_0b] = ACTIONS(952), + [anon_sym_0o] = ACTIONS(952), + [anon_sym_0x] = ACTIONS(952), + [sym_val_date] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [aux_sym_unquoted_token1] = ACTIONS(952), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), + }, + [1602] = { + [sym_comment] = STATE(1602), + [anon_sym_EQ] = ACTIONS(4865), + [anon_sym_PLUS_EQ] = ACTIONS(4867), + [anon_sym_DASH_EQ] = ACTIONS(4867), + [anon_sym_STAR_EQ] = ACTIONS(4867), + [anon_sym_SLASH_EQ] = ACTIONS(4867), + [anon_sym_PLUS_PLUS_EQ] = ACTIONS(4867), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_GT2] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_in2] = ACTIONS(1000), + [anon_sym_STAR2] = ACTIONS(1004), + [anon_sym_and2] = ACTIONS(1000), + [anon_sym_xor2] = ACTIONS(1000), + [anon_sym_or2] = ACTIONS(1000), + [anon_sym_not_DASHin2] = ACTIONS(1000), + [anon_sym_starts_DASHwith2] = ACTIONS(1000), + [anon_sym_ends_DASHwith2] = ACTIONS(1000), + [anon_sym_EQ_EQ2] = ACTIONS(1000), + [anon_sym_BANG_EQ2] = ACTIONS(1000), + [anon_sym_LT2] = ACTIONS(1004), + [anon_sym_LT_EQ2] = ACTIONS(1000), + [anon_sym_GT_EQ2] = ACTIONS(1000), + [anon_sym_EQ_TILDE2] = ACTIONS(1000), + [anon_sym_BANG_TILDE2] = ACTIONS(1000), + [anon_sym_STAR_STAR2] = ACTIONS(1000), + [anon_sym_PLUS_PLUS2] = ACTIONS(1004), + [anon_sym_SLASH2] = ACTIONS(1004), + [anon_sym_mod2] = ACTIONS(1000), + [anon_sym_SLASH_SLASH2] = ACTIONS(1000), + [anon_sym_PLUS2] = ACTIONS(1004), + [anon_sym_bit_DASHshl2] = ACTIONS(1000), + [anon_sym_bit_DASHshr2] = ACTIONS(1000), + [anon_sym_bit_DASHand2] = ACTIONS(1000), + [anon_sym_bit_DASHxor2] = ACTIONS(1000), + [anon_sym_bit_DASHor2] = ACTIONS(1000), + [anon_sym_DOT_DOT2] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1014), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1014), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1000), + [anon_sym_out_GT_GT] = ACTIONS(1000), + [anon_sym_e_GT_GT] = ACTIONS(1000), + [anon_sym_o_GT_GT] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1000), + [anon_sym_POUND] = ACTIONS(251), + }, + [1603] = { + [sym_comment] = STATE(1603), + [ts_builtin_sym_end] = ACTIONS(2122), + [sym__newline] = ACTIONS(2122), + [anon_sym_SEMI] = ACTIONS(2122), + [anon_sym_PIPE] = ACTIONS(2122), + [anon_sym_err_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_GT_PIPE] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2122), + [anon_sym_LBRACK] = ACTIONS(2122), + [anon_sym_LPAREN] = ACTIONS(2122), + [anon_sym_DOLLAR] = ACTIONS(2120), + [anon_sym_DASH_DASH] = ACTIONS(2122), + [anon_sym_DASH2] = ACTIONS(2120), + [anon_sym_LBRACE] = ACTIONS(2122), + [anon_sym_DOT_DOT] = ACTIONS(2120), + [anon_sym_DOT_DOT2] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2120), + [anon_sym_DOT_DOT_LT] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2122), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2122), + [anon_sym_null] = ACTIONS(2122), + [anon_sym_true] = ACTIONS(2122), + [anon_sym_false] = ACTIONS(2122), + [aux_sym__val_number_decimal_token1] = ACTIONS(2120), + [aux_sym__val_number_decimal_token2] = ACTIONS(2122), + [aux_sym__val_number_decimal_token3] = ACTIONS(2122), + [aux_sym__val_number_decimal_token4] = ACTIONS(2122), + [aux_sym__val_number_token1] = ACTIONS(2122), + [aux_sym__val_number_token2] = ACTIONS(2122), + [aux_sym__val_number_token3] = ACTIONS(2122), + [aux_sym__val_number_token4] = ACTIONS(2122), + [aux_sym__val_number_token5] = ACTIONS(2122), + [aux_sym__val_number_token6] = ACTIONS(2122), + [anon_sym_0b] = ACTIONS(2120), + [anon_sym_0o] = ACTIONS(2120), + [anon_sym_0x] = ACTIONS(2120), + [sym_val_date] = ACTIONS(2122), + [anon_sym_DQUOTE] = ACTIONS(2122), + [sym__str_single_quotes] = ACTIONS(2122), + [sym__str_back_ticks] = ACTIONS(2122), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2122), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2122), + [anon_sym_err_GT] = ACTIONS(2120), + [anon_sym_out_GT] = ACTIONS(2120), + [anon_sym_e_GT] = ACTIONS(2120), + [anon_sym_o_GT] = ACTIONS(2120), + [anon_sym_err_PLUSout_GT] = ACTIONS(2120), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2120), + [anon_sym_o_PLUSe_GT] = ACTIONS(2120), + [anon_sym_e_PLUSo_GT] = ACTIONS(2120), + [anon_sym_err_GT_GT] = ACTIONS(2122), + [anon_sym_out_GT_GT] = ACTIONS(2122), + [anon_sym_e_GT_GT] = ACTIONS(2122), + [anon_sym_o_GT_GT] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2122), + [aux_sym_unquoted_token1] = ACTIONS(2120), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2122), + }, + [1604] = { + [sym_comment] = STATE(1604), [sym__newline] = ACTIONS(1000), [anon_sym_SEMI] = ACTIONS(1000), [anon_sym_PIPE] = ACTIONS(1000), @@ -229771,7 +227847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), [anon_sym_LBRACK] = ACTIONS(1000), - [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1004), [anon_sym_RPAREN] = ACTIONS(1000), [anon_sym_DOLLAR] = ACTIONS(1004), [anon_sym_DASH_DASH] = ACTIONS(1004), @@ -229779,6 +227855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1000), [anon_sym_RBRACE] = ACTIONS(1000), [anon_sym_DOT_DOT] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(2202), [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), [anon_sym_DOT_DOT_LT] = ACTIONS(1004), [anon_sym_null] = ACTIONS(1004), @@ -229820,618 +227897,1782 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1004), [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1004), [aux_sym_unquoted_token1] = ACTIONS(1004), - [aux_sym_unquoted_token4] = ACTIONS(2239), + [aux_sym_unquoted_token4] = ACTIONS(2204), [anon_sym_POUND] = ACTIONS(3), [sym_raw_string_begin] = ACTIONS(1000), }, - [1634] = { - [sym_comment] = STATE(1634), - [sym__newline] = ACTIONS(990), - [anon_sym_SEMI] = ACTIONS(990), - [anon_sym_PIPE] = ACTIONS(990), - [anon_sym_err_GT_PIPE] = ACTIONS(990), - [anon_sym_out_GT_PIPE] = ACTIONS(990), - [anon_sym_e_GT_PIPE] = ACTIONS(990), - [anon_sym_o_GT_PIPE] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), - [anon_sym_LBRACK] = ACTIONS(990), - [anon_sym_LPAREN] = ACTIONS(990), - [anon_sym_RPAREN] = ACTIONS(990), - [anon_sym_DOLLAR] = ACTIONS(988), - [anon_sym_DASH_DASH] = ACTIONS(990), - [anon_sym_DASH2] = ACTIONS(988), - [anon_sym_LBRACE] = ACTIONS(990), - [anon_sym_RBRACE] = ACTIONS(990), - [anon_sym_DOT_DOT] = ACTIONS(988), - [anon_sym_DOT_DOT_EQ] = ACTIONS(990), - [anon_sym_DOT_DOT_LT] = ACTIONS(990), - [anon_sym_null] = ACTIONS(990), - [anon_sym_true] = ACTIONS(990), - [anon_sym_false] = ACTIONS(990), - [aux_sym__val_number_decimal_token1] = ACTIONS(988), - [aux_sym__val_number_decimal_token2] = ACTIONS(990), - [aux_sym__val_number_decimal_token3] = ACTIONS(990), - [aux_sym__val_number_decimal_token4] = ACTIONS(990), - [aux_sym__val_number_token1] = ACTIONS(990), - [aux_sym__val_number_token2] = ACTIONS(990), - [aux_sym__val_number_token3] = ACTIONS(990), - [aux_sym__val_number_token4] = ACTIONS(990), - [aux_sym__val_number_token5] = ACTIONS(990), - [aux_sym__val_number_token6] = ACTIONS(990), - [anon_sym_0b] = ACTIONS(988), - [anon_sym_0o] = ACTIONS(988), - [anon_sym_0x] = ACTIONS(988), - [sym_val_date] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(990), - [sym__str_single_quotes] = ACTIONS(990), - [sym__str_back_ticks] = ACTIONS(990), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(990), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(990), - [anon_sym_DOT2] = ACTIONS(988), - [anon_sym_err_GT] = ACTIONS(988), - [anon_sym_out_GT] = ACTIONS(988), - [anon_sym_e_GT] = ACTIONS(988), - [anon_sym_o_GT] = ACTIONS(988), - [anon_sym_err_PLUSout_GT] = ACTIONS(988), - [anon_sym_out_PLUSerr_GT] = ACTIONS(988), - [anon_sym_o_PLUSe_GT] = ACTIONS(988), - [anon_sym_e_PLUSo_GT] = ACTIONS(988), - [anon_sym_err_GT_GT] = ACTIONS(990), - [anon_sym_out_GT_GT] = ACTIONS(990), - [anon_sym_e_GT_GT] = ACTIONS(990), - [anon_sym_o_GT_GT] = ACTIONS(990), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), - [aux_sym_unquoted_token1] = ACTIONS(988), + [1605] = { + [sym_comment] = STATE(1605), + [sym__newline] = ACTIONS(2267), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_PIPE] = ACTIONS(2267), + [anon_sym_err_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_GT_PIPE] = ACTIONS(2267), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2267), + [anon_sym_LBRACK] = ACTIONS(2267), + [anon_sym_LPAREN] = ACTIONS(2265), + [anon_sym_RPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2265), + [anon_sym_DASH_DASH] = ACTIONS(2265), + [anon_sym_DASH2] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2267), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_DOT_DOT] = ACTIONS(2265), + [anon_sym_LPAREN2] = ACTIONS(2267), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2265), + [anon_sym_DOT_DOT_LT] = ACTIONS(2265), + [anon_sym_null] = ACTIONS(2265), + [anon_sym_true] = ACTIONS(2265), + [anon_sym_false] = ACTIONS(2265), + [aux_sym__val_number_decimal_token1] = ACTIONS(2265), + [aux_sym__val_number_decimal_token2] = ACTIONS(2265), + [aux_sym__val_number_decimal_token3] = ACTIONS(2265), + [aux_sym__val_number_decimal_token4] = ACTIONS(2265), + [aux_sym__val_number_token1] = ACTIONS(2265), + [aux_sym__val_number_token2] = ACTIONS(2265), + [aux_sym__val_number_token3] = ACTIONS(2265), + [aux_sym__val_number_token4] = ACTIONS(2265), + [aux_sym__val_number_token5] = ACTIONS(2265), + [aux_sym__val_number_token6] = ACTIONS(2265), + [anon_sym_0b] = ACTIONS(2265), + [anon_sym_0o] = ACTIONS(2265), + [anon_sym_0x] = ACTIONS(2265), + [sym_val_date] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2267), + [sym__str_single_quotes] = ACTIONS(2267), + [sym__str_back_ticks] = ACTIONS(2267), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2267), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2267), + [anon_sym_err_GT] = ACTIONS(2265), + [anon_sym_out_GT] = ACTIONS(2265), + [anon_sym_e_GT] = ACTIONS(2265), + [anon_sym_o_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT] = ACTIONS(2265), + [anon_sym_err_GT_GT] = ACTIONS(2265), + [anon_sym_out_GT_GT] = ACTIONS(2265), + [anon_sym_e_GT_GT] = ACTIONS(2265), + [anon_sym_o_GT_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2265), + [aux_sym_unquoted_token1] = ACTIONS(2265), + [aux_sym_unquoted_token4] = ACTIONS(2265), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2267), + }, + [1606] = { + [sym_comment] = STATE(1606), + [sym__newline] = ACTIONS(2198), + [anon_sym_SEMI] = ACTIONS(2198), + [anon_sym_PIPE] = ACTIONS(2198), + [anon_sym_err_GT_PIPE] = ACTIONS(2198), + [anon_sym_out_GT_PIPE] = ACTIONS(2198), + [anon_sym_e_GT_PIPE] = ACTIONS(2198), + [anon_sym_o_GT_PIPE] = ACTIONS(2198), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2198), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2198), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2198), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2198), + [anon_sym_LBRACK] = ACTIONS(2198), + [anon_sym_LPAREN] = ACTIONS(2194), + [anon_sym_RPAREN] = ACTIONS(2198), + [anon_sym_DOLLAR] = ACTIONS(2194), + [anon_sym_DASH_DASH] = ACTIONS(2198), + [anon_sym_DASH2] = ACTIONS(2194), + [anon_sym_LBRACE] = ACTIONS(2198), + [anon_sym_RBRACE] = ACTIONS(2198), + [anon_sym_DOT_DOT] = ACTIONS(2194), + [anon_sym_LPAREN2] = ACTIONS(2196), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2198), + [anon_sym_DOT_DOT_LT] = ACTIONS(2198), + [anon_sym_null] = ACTIONS(2198), + [anon_sym_true] = ACTIONS(2198), + [anon_sym_false] = ACTIONS(2198), + [aux_sym__val_number_decimal_token1] = ACTIONS(2194), + [aux_sym__val_number_decimal_token2] = ACTIONS(2198), + [aux_sym__val_number_decimal_token3] = ACTIONS(2198), + [aux_sym__val_number_decimal_token4] = ACTIONS(2198), + [aux_sym__val_number_token1] = ACTIONS(2198), + [aux_sym__val_number_token2] = ACTIONS(2198), + [aux_sym__val_number_token3] = ACTIONS(2198), + [aux_sym__val_number_token4] = ACTIONS(2198), + [aux_sym__val_number_token5] = ACTIONS(2198), + [aux_sym__val_number_token6] = ACTIONS(2198), + [anon_sym_0b] = ACTIONS(2194), + [anon_sym_0o] = ACTIONS(2194), + [anon_sym_0x] = ACTIONS(2194), + [sym_val_date] = ACTIONS(2198), + [anon_sym_DQUOTE] = ACTIONS(2198), + [sym__str_single_quotes] = ACTIONS(2198), + [sym__str_back_ticks] = ACTIONS(2198), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2198), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2198), + [anon_sym_err_GT] = ACTIONS(2194), + [anon_sym_out_GT] = ACTIONS(2194), + [anon_sym_e_GT] = ACTIONS(2194), + [anon_sym_o_GT] = ACTIONS(2194), + [anon_sym_err_PLUSout_GT] = ACTIONS(2194), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2194), + [anon_sym_o_PLUSe_GT] = ACTIONS(2194), + [anon_sym_e_PLUSo_GT] = ACTIONS(2194), + [anon_sym_err_GT_GT] = ACTIONS(2198), + [anon_sym_out_GT_GT] = ACTIONS(2198), + [anon_sym_e_GT_GT] = ACTIONS(2198), + [anon_sym_o_GT_GT] = ACTIONS(2198), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2198), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2198), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2198), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2198), + [aux_sym_unquoted_token1] = ACTIONS(2194), + [aux_sym_unquoted_token2] = ACTIONS(2200), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2198), + }, + [1607] = { + [sym_comment] = STATE(1607), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1757), + [anon_sym_DOT_DOT_LT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), + }, + [1608] = { + [sym_comment] = STATE(1608), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [aux_sym__immediate_decimal_token2] = ACTIONS(4777), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(990), }, - [1635] = { - [sym_comment] = STATE(1635), - [ts_builtin_sym_end] = ACTIONS(954), - [sym__newline] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_err_GT_PIPE] = ACTIONS(954), - [anon_sym_out_GT_PIPE] = ACTIONS(954), - [anon_sym_e_GT_PIPE] = ACTIONS(954), - [anon_sym_o_GT_PIPE] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), - [anon_sym_LBRACK] = ACTIONS(954), - [anon_sym_LPAREN] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(952), - [anon_sym_DASH_DASH] = ACTIONS(954), - [anon_sym_DASH2] = ACTIONS(952), - [anon_sym_LBRACE] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(952), - [anon_sym_QMARK2] = ACTIONS(4914), - [anon_sym_DOT_DOT_EQ] = ACTIONS(954), - [anon_sym_DOT_DOT_LT] = ACTIONS(954), - [anon_sym_null] = ACTIONS(954), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [aux_sym__val_number_decimal_token1] = ACTIONS(952), - [aux_sym__val_number_decimal_token2] = ACTIONS(954), - [aux_sym__val_number_decimal_token3] = ACTIONS(954), - [aux_sym__val_number_decimal_token4] = ACTIONS(954), - [aux_sym__val_number_token1] = ACTIONS(954), - [aux_sym__val_number_token2] = ACTIONS(954), - [aux_sym__val_number_token3] = ACTIONS(954), - [aux_sym__val_number_token4] = ACTIONS(954), - [aux_sym__val_number_token5] = ACTIONS(954), - [aux_sym__val_number_token6] = ACTIONS(954), - [anon_sym_0b] = ACTIONS(952), - [anon_sym_0o] = ACTIONS(952), - [anon_sym_0x] = ACTIONS(952), - [sym_val_date] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(954), - [sym__str_single_quotes] = ACTIONS(954), - [sym__str_back_ticks] = ACTIONS(954), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), - [anon_sym_DOT2] = ACTIONS(952), - [anon_sym_err_GT] = ACTIONS(952), - [anon_sym_out_GT] = ACTIONS(952), - [anon_sym_e_GT] = ACTIONS(952), - [anon_sym_o_GT] = ACTIONS(952), - [anon_sym_err_PLUSout_GT] = ACTIONS(952), - [anon_sym_out_PLUSerr_GT] = ACTIONS(952), - [anon_sym_o_PLUSe_GT] = ACTIONS(952), - [anon_sym_e_PLUSo_GT] = ACTIONS(952), - [anon_sym_err_GT_GT] = ACTIONS(954), - [anon_sym_out_GT_GT] = ACTIONS(954), - [anon_sym_e_GT_GT] = ACTIONS(954), - [anon_sym_o_GT_GT] = ACTIONS(954), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), - [aux_sym_unquoted_token1] = ACTIONS(952), + [1609] = { + [sym_comment] = STATE(1609), + [sym__newline] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4869), + [anon_sym_PIPE] = ACTIONS(4869), + [anon_sym_err_GT_PIPE] = ACTIONS(4869), + [anon_sym_out_GT_PIPE] = ACTIONS(4869), + [anon_sym_e_GT_PIPE] = ACTIONS(4869), + [anon_sym_o_GT_PIPE] = ACTIONS(4869), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4869), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4869), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4869), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4869), + [anon_sym_LBRACK] = ACTIONS(4869), + [anon_sym_LPAREN] = ACTIONS(4869), + [anon_sym_RPAREN] = ACTIONS(4869), + [anon_sym_DOLLAR] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_DASH2] = ACTIONS(4871), + [anon_sym_LBRACE] = ACTIONS(4869), + [anon_sym_RBRACE] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4869), + [anon_sym_DOT_DOT_LT] = ACTIONS(4869), + [anon_sym_null] = ACTIONS(4871), + [anon_sym_true] = ACTIONS(4871), + [anon_sym_false] = ACTIONS(4871), + [aux_sym__val_number_decimal_token1] = ACTIONS(4871), + [aux_sym__val_number_decimal_token2] = ACTIONS(4871), + [aux_sym__val_number_decimal_token3] = ACTIONS(4869), + [aux_sym__val_number_decimal_token4] = ACTIONS(4869), + [aux_sym__val_number_token1] = ACTIONS(4871), + [aux_sym__val_number_token2] = ACTIONS(4871), + [aux_sym__val_number_token3] = ACTIONS(4871), + [aux_sym__val_number_token4] = ACTIONS(4871), + [aux_sym__val_number_token5] = ACTIONS(4871), + [aux_sym__val_number_token6] = ACTIONS(4871), + [anon_sym_0b] = ACTIONS(4871), + [anon_sym_0o] = ACTIONS(4871), + [anon_sym_0x] = ACTIONS(4871), + [sym_val_date] = ACTIONS(4871), + [anon_sym_DQUOTE] = ACTIONS(4869), + [sym__str_single_quotes] = ACTIONS(4869), + [sym__str_back_ticks] = ACTIONS(4869), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4869), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4869), + [anon_sym_err_GT] = ACTIONS(4871), + [anon_sym_out_GT] = ACTIONS(4871), + [anon_sym_e_GT] = ACTIONS(4871), + [anon_sym_o_GT] = ACTIONS(4871), + [anon_sym_err_PLUSout_GT] = ACTIONS(4871), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4871), + [anon_sym_o_PLUSe_GT] = ACTIONS(4871), + [anon_sym_e_PLUSo_GT] = ACTIONS(4871), + [anon_sym_err_GT_GT] = ACTIONS(4869), + [anon_sym_out_GT_GT] = ACTIONS(4869), + [anon_sym_e_GT_GT] = ACTIONS(4869), + [anon_sym_o_GT_GT] = ACTIONS(4869), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4869), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4869), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4869), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4869), + [anon_sym_EQ2] = ACTIONS(4873), + [sym_short_flag_identifier] = ACTIONS(4875), + [aux_sym_unquoted_token1] = ACTIONS(4871), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4869), + }, + [1610] = { + [sym_comment] = STATE(1610), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4755), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1611] = { + [sym_comment] = STATE(1611), + [sym_long_flag_identifier] = ACTIONS(4877), + [sym__newline] = ACTIONS(4879), + [anon_sym_SEMI] = ACTIONS(4879), + [anon_sym_PIPE] = ACTIONS(4879), + [anon_sym_err_GT_PIPE] = ACTIONS(4879), + [anon_sym_out_GT_PIPE] = ACTIONS(4879), + [anon_sym_e_GT_PIPE] = ACTIONS(4879), + [anon_sym_o_GT_PIPE] = ACTIONS(4879), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4879), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4879), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4879), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4879), + [anon_sym_LBRACK] = ACTIONS(4879), + [anon_sym_LPAREN] = ACTIONS(4879), + [anon_sym_RPAREN] = ACTIONS(4879), + [anon_sym_DOLLAR] = ACTIONS(4881), + [anon_sym_DASH_DASH] = ACTIONS(4879), + [anon_sym_DASH2] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4879), + [anon_sym_RBRACE] = ACTIONS(4879), + [anon_sym_DOT_DOT] = ACTIONS(4881), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4879), + [anon_sym_DOT_DOT_LT] = ACTIONS(4879), + [anon_sym_null] = ACTIONS(4881), + [anon_sym_true] = ACTIONS(4881), + [anon_sym_false] = ACTIONS(4881), + [aux_sym__val_number_decimal_token1] = ACTIONS(4881), + [aux_sym__val_number_decimal_token2] = ACTIONS(4879), + [aux_sym__val_number_decimal_token3] = ACTIONS(4879), + [aux_sym__val_number_decimal_token4] = ACTIONS(4879), + [aux_sym__val_number_token1] = ACTIONS(4881), + [aux_sym__val_number_token2] = ACTIONS(4881), + [aux_sym__val_number_token3] = ACTIONS(4881), + [aux_sym__val_number_token4] = ACTIONS(4881), + [aux_sym__val_number_token5] = ACTIONS(4879), + [aux_sym__val_number_token6] = ACTIONS(4881), + [anon_sym_0b] = ACTIONS(4881), + [anon_sym_0o] = ACTIONS(4881), + [anon_sym_0x] = ACTIONS(4881), + [sym_val_date] = ACTIONS(4881), + [anon_sym_DQUOTE] = ACTIONS(4879), + [sym__str_single_quotes] = ACTIONS(4879), + [sym__str_back_ticks] = ACTIONS(4879), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4879), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4879), + [anon_sym_err_GT] = ACTIONS(4881), + [anon_sym_out_GT] = ACTIONS(4881), + [anon_sym_e_GT] = ACTIONS(4881), + [anon_sym_o_GT] = ACTIONS(4881), + [anon_sym_err_PLUSout_GT] = ACTIONS(4881), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4881), + [anon_sym_o_PLUSe_GT] = ACTIONS(4881), + [anon_sym_e_PLUSo_GT] = ACTIONS(4881), + [anon_sym_err_GT_GT] = ACTIONS(4879), + [anon_sym_out_GT_GT] = ACTIONS(4879), + [anon_sym_e_GT_GT] = ACTIONS(4879), + [anon_sym_o_GT_GT] = ACTIONS(4879), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4879), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4879), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4879), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4879), + [anon_sym_EQ2] = ACTIONS(4883), + [aux_sym_unquoted_token1] = ACTIONS(4881), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4879), + }, + [1612] = { + [sym_comment] = STATE(1612), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1765), + [anon_sym_DOT_DOT_LT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1613] = { + [sym_comment] = STATE(1613), + [ts_builtin_sym_end] = ACTIONS(1863), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1863), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1861), + [anon_sym_DOT_DOT_LT] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), + }, + [1614] = { + [sym_path] = STATE(1747), + [sym_comment] = STATE(1614), + [aux_sym_cell_path_repeat1] = STATE(1617), + [ts_builtin_sym_end] = ACTIONS(950), + [sym__newline] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_err_GT_PIPE] = ACTIONS(950), + [anon_sym_out_GT_PIPE] = ACTIONS(950), + [anon_sym_e_GT_PIPE] = ACTIONS(950), + [anon_sym_o_GT_PIPE] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), + [anon_sym_LBRACK] = ACTIONS(950), + [anon_sym_LPAREN] = ACTIONS(950), + [anon_sym_DOLLAR] = ACTIONS(948), + [anon_sym_DASH_DASH] = ACTIONS(950), + [anon_sym_DASH2] = ACTIONS(948), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_DOT_DOT] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(950), + [anon_sym_DOT_DOT_LT] = ACTIONS(950), + [anon_sym_null] = ACTIONS(950), + [anon_sym_true] = ACTIONS(950), + [anon_sym_false] = ACTIONS(950), + [aux_sym__val_number_decimal_token1] = ACTIONS(948), + [aux_sym__val_number_decimal_token2] = ACTIONS(950), + [aux_sym__val_number_decimal_token3] = ACTIONS(950), + [aux_sym__val_number_decimal_token4] = ACTIONS(950), + [aux_sym__val_number_token1] = ACTIONS(950), + [aux_sym__val_number_token2] = ACTIONS(950), + [aux_sym__val_number_token3] = ACTIONS(950), + [aux_sym__val_number_token4] = ACTIONS(950), + [aux_sym__val_number_token5] = ACTIONS(950), + [aux_sym__val_number_token6] = ACTIONS(950), + [anon_sym_0b] = ACTIONS(948), + [anon_sym_0o] = ACTIONS(948), + [anon_sym_0x] = ACTIONS(948), + [sym_val_date] = ACTIONS(950), + [anon_sym_DQUOTE] = ACTIONS(950), + [sym__str_single_quotes] = ACTIONS(950), + [sym__str_back_ticks] = ACTIONS(950), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(950), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(4722), + [anon_sym_err_GT] = ACTIONS(948), + [anon_sym_out_GT] = ACTIONS(948), + [anon_sym_e_GT] = ACTIONS(948), + [anon_sym_o_GT] = ACTIONS(948), + [anon_sym_err_PLUSout_GT] = ACTIONS(948), + [anon_sym_out_PLUSerr_GT] = ACTIONS(948), + [anon_sym_o_PLUSe_GT] = ACTIONS(948), + [anon_sym_e_PLUSo_GT] = ACTIONS(948), + [anon_sym_err_GT_GT] = ACTIONS(950), + [anon_sym_out_GT_GT] = ACTIONS(950), + [anon_sym_e_GT_GT] = ACTIONS(950), + [anon_sym_o_GT_GT] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), + [aux_sym_unquoted_token1] = ACTIONS(948), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(950), + }, + [1615] = { + [sym_comment] = STATE(1615), + [ts_builtin_sym_end] = ACTIONS(1719), + [sym__newline] = ACTIONS(1719), + [anon_sym_SEMI] = ACTIONS(1719), + [anon_sym_PIPE] = ACTIONS(1719), + [anon_sym_err_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_GT_PIPE] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1719), + [anon_sym_LBRACK] = ACTIONS(1719), + [anon_sym_LPAREN] = ACTIONS(1719), + [anon_sym_DOLLAR] = ACTIONS(1717), + [anon_sym_DASH_DASH] = ACTIONS(1719), + [anon_sym_DASH2] = ACTIONS(1717), + [anon_sym_LBRACE] = ACTIONS(1719), + [anon_sym_DOT_DOT] = ACTIONS(1717), + [anon_sym_DOT_DOT2] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1717), + [anon_sym_DOT_DOT_LT] = ACTIONS(1717), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), + [anon_sym_null] = ACTIONS(1719), + [anon_sym_true] = ACTIONS(1719), + [anon_sym_false] = ACTIONS(1719), + [aux_sym__val_number_decimal_token1] = ACTIONS(1717), + [aux_sym__val_number_decimal_token2] = ACTIONS(1719), + [aux_sym__val_number_decimal_token3] = ACTIONS(1719), + [aux_sym__val_number_decimal_token4] = ACTIONS(1719), + [aux_sym__val_number_token1] = ACTIONS(1719), + [aux_sym__val_number_token2] = ACTIONS(1719), + [aux_sym__val_number_token3] = ACTIONS(1719), + [aux_sym__val_number_token4] = ACTIONS(1719), + [aux_sym__val_number_token5] = ACTIONS(1719), + [aux_sym__val_number_token6] = ACTIONS(1719), + [anon_sym_0b] = ACTIONS(1717), + [anon_sym_0o] = ACTIONS(1717), + [anon_sym_0x] = ACTIONS(1717), + [sym_val_date] = ACTIONS(1719), + [anon_sym_DQUOTE] = ACTIONS(1719), + [sym__str_single_quotes] = ACTIONS(1719), + [sym__str_back_ticks] = ACTIONS(1719), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1719), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1719), + [anon_sym_err_GT] = ACTIONS(1717), + [anon_sym_out_GT] = ACTIONS(1717), + [anon_sym_e_GT] = ACTIONS(1717), + [anon_sym_o_GT] = ACTIONS(1717), + [anon_sym_err_PLUSout_GT] = ACTIONS(1717), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1717), + [anon_sym_o_PLUSe_GT] = ACTIONS(1717), + [anon_sym_e_PLUSo_GT] = ACTIONS(1717), + [anon_sym_err_GT_GT] = ACTIONS(1719), + [anon_sym_out_GT_GT] = ACTIONS(1719), + [anon_sym_e_GT_GT] = ACTIONS(1719), + [anon_sym_o_GT_GT] = ACTIONS(1719), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1719), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1719), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1719), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), + [aux_sym_unquoted_token1] = ACTIONS(1717), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1719), + }, + [1616] = { + [sym_comment] = STATE(1616), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1669), + [anon_sym_in2] = ACTIONS(1669), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1669), + [anon_sym_xor2] = ACTIONS(1669), + [anon_sym_or2] = ACTIONS(1669), + [anon_sym_not_DASHin2] = ACTIONS(1669), + [anon_sym_starts_DASHwith2] = ACTIONS(1669), + [anon_sym_ends_DASHwith2] = ACTIONS(1669), + [anon_sym_EQ_EQ2] = ACTIONS(1669), + [anon_sym_BANG_EQ2] = ACTIONS(1669), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1669), + [anon_sym_GT_EQ2] = ACTIONS(1669), + [anon_sym_EQ_TILDE2] = ACTIONS(1669), + [anon_sym_BANG_TILDE2] = ACTIONS(1669), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_STAR_STAR2] = ACTIONS(1669), + [anon_sym_PLUS_PLUS2] = ACTIONS(1669), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1669), + [anon_sym_SLASH_SLASH2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1669), + [anon_sym_bit_DASHshr2] = ACTIONS(1669), + [anon_sym_bit_DASHand2] = ACTIONS(1669), + [anon_sym_bit_DASHxor2] = ACTIONS(1669), + [anon_sym_bit_DASHor2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [aux_sym__immediate_decimal_token2] = ACTIONS(4885), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), + }, + [1617] = { + [sym_path] = STATE(1747), + [sym_comment] = STATE(1617), + [aux_sym_cell_path_repeat1] = STATE(1617), + [ts_builtin_sym_end] = ACTIONS(943), + [sym__newline] = ACTIONS(943), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_PIPE] = ACTIONS(943), + [anon_sym_err_GT_PIPE] = ACTIONS(943), + [anon_sym_out_GT_PIPE] = ACTIONS(943), + [anon_sym_e_GT_PIPE] = ACTIONS(943), + [anon_sym_o_GT_PIPE] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_DOLLAR] = ACTIONS(941), + [anon_sym_DASH_DASH] = ACTIONS(943), + [anon_sym_DASH2] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_DOT_DOT] = ACTIONS(941), + [anon_sym_DOT_DOT_EQ] = ACTIONS(943), + [anon_sym_DOT_DOT_LT] = ACTIONS(943), + [anon_sym_null] = ACTIONS(943), + [anon_sym_true] = ACTIONS(943), + [anon_sym_false] = ACTIONS(943), + [aux_sym__val_number_decimal_token1] = ACTIONS(941), + [aux_sym__val_number_decimal_token2] = ACTIONS(943), + [aux_sym__val_number_decimal_token3] = ACTIONS(943), + [aux_sym__val_number_decimal_token4] = ACTIONS(943), + [aux_sym__val_number_token1] = ACTIONS(943), + [aux_sym__val_number_token2] = ACTIONS(943), + [aux_sym__val_number_token3] = ACTIONS(943), + [aux_sym__val_number_token4] = ACTIONS(943), + [aux_sym__val_number_token5] = ACTIONS(943), + [aux_sym__val_number_token6] = ACTIONS(943), + [anon_sym_0b] = ACTIONS(941), + [anon_sym_0o] = ACTIONS(941), + [anon_sym_0x] = ACTIONS(941), + [sym_val_date] = ACTIONS(943), + [anon_sym_DQUOTE] = ACTIONS(943), + [sym__str_single_quotes] = ACTIONS(943), + [sym__str_back_ticks] = ACTIONS(943), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(943), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(943), + [anon_sym_DOT2] = ACTIONS(4887), + [anon_sym_err_GT] = ACTIONS(941), + [anon_sym_out_GT] = ACTIONS(941), + [anon_sym_e_GT] = ACTIONS(941), + [anon_sym_o_GT] = ACTIONS(941), + [anon_sym_err_PLUSout_GT] = ACTIONS(941), + [anon_sym_out_PLUSerr_GT] = ACTIONS(941), + [anon_sym_o_PLUSe_GT] = ACTIONS(941), + [anon_sym_e_PLUSo_GT] = ACTIONS(941), + [anon_sym_err_GT_GT] = ACTIONS(943), + [anon_sym_out_GT_GT] = ACTIONS(943), + [anon_sym_e_GT_GT] = ACTIONS(943), + [anon_sym_o_GT_GT] = ACTIONS(943), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(943), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(943), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(943), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), + [aux_sym_unquoted_token1] = ACTIONS(941), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(943), + }, + [1618] = { + [sym_cell_path] = STATE(2051), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1618), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1951), + [anon_sym_SEMI] = ACTIONS(1951), + [anon_sym_PIPE] = ACTIONS(1951), + [anon_sym_err_GT_PIPE] = ACTIONS(1951), + [anon_sym_out_GT_PIPE] = ACTIONS(1951), + [anon_sym_e_GT_PIPE] = ACTIONS(1951), + [anon_sym_o_GT_PIPE] = ACTIONS(1951), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1951), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1951), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1951), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1951), + [anon_sym_RPAREN] = ACTIONS(1951), + [anon_sym_GT2] = ACTIONS(1949), + [anon_sym_DASH2] = ACTIONS(1951), + [anon_sym_in2] = ACTIONS(1951), + [anon_sym_if] = ACTIONS(1951), + [anon_sym_LBRACE] = ACTIONS(1951), + [anon_sym_RBRACE] = ACTIONS(1951), + [anon_sym_EQ_GT] = ACTIONS(1951), + [anon_sym_STAR2] = ACTIONS(1949), + [anon_sym_and2] = ACTIONS(1951), + [anon_sym_xor2] = ACTIONS(1951), + [anon_sym_or2] = ACTIONS(1951), + [anon_sym_not_DASHin2] = ACTIONS(1951), + [anon_sym_starts_DASHwith2] = ACTIONS(1951), + [anon_sym_ends_DASHwith2] = ACTIONS(1951), + [anon_sym_EQ_EQ2] = ACTIONS(1951), + [anon_sym_BANG_EQ2] = ACTIONS(1951), + [anon_sym_LT2] = ACTIONS(1949), + [anon_sym_LT_EQ2] = ACTIONS(1951), + [anon_sym_GT_EQ2] = ACTIONS(1951), + [anon_sym_EQ_TILDE2] = ACTIONS(1951), + [anon_sym_BANG_TILDE2] = ACTIONS(1951), + [anon_sym_STAR_STAR2] = ACTIONS(1951), + [anon_sym_PLUS_PLUS2] = ACTIONS(1951), + [anon_sym_SLASH2] = ACTIONS(1949), + [anon_sym_mod2] = ACTIONS(1951), + [anon_sym_SLASH_SLASH2] = ACTIONS(1951), + [anon_sym_PLUS2] = ACTIONS(1949), + [anon_sym_bit_DASHshl2] = ACTIONS(1951), + [anon_sym_bit_DASHshr2] = ACTIONS(1951), + [anon_sym_bit_DASHand2] = ACTIONS(1951), + [anon_sym_bit_DASHxor2] = ACTIONS(1951), + [anon_sym_bit_DASHor2] = ACTIONS(1951), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1949), + [anon_sym_out_GT] = ACTIONS(1949), + [anon_sym_e_GT] = ACTIONS(1949), + [anon_sym_o_GT] = ACTIONS(1949), + [anon_sym_err_PLUSout_GT] = ACTIONS(1949), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1949), + [anon_sym_o_PLUSe_GT] = ACTIONS(1949), + [anon_sym_e_PLUSo_GT] = ACTIONS(1949), + [anon_sym_err_GT_GT] = ACTIONS(1951), + [anon_sym_out_GT_GT] = ACTIONS(1951), + [anon_sym_e_GT_GT] = ACTIONS(1951), + [anon_sym_o_GT_GT] = ACTIONS(1951), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1951), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1951), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1951), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1951), + [anon_sym_POUND] = ACTIONS(251), + }, + [1619] = { + [sym_cell_path] = STATE(1952), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1619), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1959), + [anon_sym_SEMI] = ACTIONS(1959), + [anon_sym_PIPE] = ACTIONS(1959), + [anon_sym_err_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_GT_PIPE] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), + [anon_sym_RPAREN] = ACTIONS(1959), + [anon_sym_GT2] = ACTIONS(1957), + [anon_sym_DASH2] = ACTIONS(1959), + [anon_sym_in2] = ACTIONS(1959), + [anon_sym_if] = ACTIONS(1959), + [anon_sym_LBRACE] = ACTIONS(1959), + [anon_sym_RBRACE] = ACTIONS(1959), + [anon_sym_EQ_GT] = ACTIONS(1959), + [anon_sym_STAR2] = ACTIONS(1957), + [anon_sym_and2] = ACTIONS(1959), + [anon_sym_xor2] = ACTIONS(1959), + [anon_sym_or2] = ACTIONS(1959), + [anon_sym_not_DASHin2] = ACTIONS(1959), + [anon_sym_starts_DASHwith2] = ACTIONS(1959), + [anon_sym_ends_DASHwith2] = ACTIONS(1959), + [anon_sym_EQ_EQ2] = ACTIONS(1959), + [anon_sym_BANG_EQ2] = ACTIONS(1959), + [anon_sym_LT2] = ACTIONS(1957), + [anon_sym_LT_EQ2] = ACTIONS(1959), + [anon_sym_GT_EQ2] = ACTIONS(1959), + [anon_sym_EQ_TILDE2] = ACTIONS(1959), + [anon_sym_BANG_TILDE2] = ACTIONS(1959), + [anon_sym_STAR_STAR2] = ACTIONS(1959), + [anon_sym_PLUS_PLUS2] = ACTIONS(1959), + [anon_sym_SLASH2] = ACTIONS(1957), + [anon_sym_mod2] = ACTIONS(1959), + [anon_sym_SLASH_SLASH2] = ACTIONS(1959), + [anon_sym_PLUS2] = ACTIONS(1957), + [anon_sym_bit_DASHshl2] = ACTIONS(1959), + [anon_sym_bit_DASHshr2] = ACTIONS(1959), + [anon_sym_bit_DASHand2] = ACTIONS(1959), + [anon_sym_bit_DASHxor2] = ACTIONS(1959), + [anon_sym_bit_DASHor2] = ACTIONS(1959), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1957), + [anon_sym_out_GT] = ACTIONS(1957), + [anon_sym_e_GT] = ACTIONS(1957), + [anon_sym_o_GT] = ACTIONS(1957), + [anon_sym_err_PLUSout_GT] = ACTIONS(1957), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), + [anon_sym_o_PLUSe_GT] = ACTIONS(1957), + [anon_sym_e_PLUSo_GT] = ACTIONS(1957), + [anon_sym_err_GT_GT] = ACTIONS(1959), + [anon_sym_out_GT_GT] = ACTIONS(1959), + [anon_sym_e_GT_GT] = ACTIONS(1959), + [anon_sym_o_GT_GT] = ACTIONS(1959), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), + [anon_sym_POUND] = ACTIONS(251), + }, + [1620] = { + [sym__expr_parenthesized_immediate] = STATE(7221), + [sym_comment] = STATE(1620), + [sym__newline] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4890), + [anon_sym_PIPE] = ACTIONS(4890), + [anon_sym_err_GT_PIPE] = ACTIONS(4890), + [anon_sym_out_GT_PIPE] = ACTIONS(4890), + [anon_sym_e_GT_PIPE] = ACTIONS(4890), + [anon_sym_o_GT_PIPE] = ACTIONS(4890), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4890), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4890), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4890), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4890), + [anon_sym_LBRACK] = ACTIONS(4890), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_RPAREN] = ACTIONS(4890), + [anon_sym_DOLLAR] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4890), + [anon_sym_DASH2] = ACTIONS(4892), + [anon_sym_LBRACE] = ACTIONS(4890), + [anon_sym_RBRACE] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4890), + [anon_sym_DOT_DOT_LT] = ACTIONS(4890), + [anon_sym_null] = ACTIONS(4890), + [anon_sym_true] = ACTIONS(4890), + [anon_sym_false] = ACTIONS(4890), + [aux_sym__val_number_decimal_token1] = ACTIONS(4892), + [aux_sym__val_number_decimal_token2] = ACTIONS(4890), + [aux_sym__val_number_decimal_token3] = ACTIONS(4890), + [aux_sym__val_number_decimal_token4] = ACTIONS(4890), + [aux_sym__val_number_token1] = ACTIONS(4890), + [aux_sym__val_number_token2] = ACTIONS(4890), + [aux_sym__val_number_token3] = ACTIONS(4890), + [aux_sym__val_number_token4] = ACTIONS(4890), + [aux_sym__val_number_token5] = ACTIONS(4890), + [aux_sym__val_number_token6] = ACTIONS(4890), + [anon_sym_0b] = ACTIONS(4892), + [anon_sym_0o] = ACTIONS(4892), + [anon_sym_0x] = ACTIONS(4892), + [sym_val_date] = ACTIONS(4890), + [anon_sym_DQUOTE] = ACTIONS(4890), + [sym__str_single_quotes] = ACTIONS(4890), + [sym__str_back_ticks] = ACTIONS(4890), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4890), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4890), + [anon_sym_err_GT] = ACTIONS(4892), + [anon_sym_out_GT] = ACTIONS(4892), + [anon_sym_e_GT] = ACTIONS(4892), + [anon_sym_o_GT] = ACTIONS(4892), + [anon_sym_err_PLUSout_GT] = ACTIONS(4892), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4892), + [anon_sym_o_PLUSe_GT] = ACTIONS(4892), + [anon_sym_e_PLUSo_GT] = ACTIONS(4892), + [anon_sym_err_GT_GT] = ACTIONS(4890), + [anon_sym_out_GT_GT] = ACTIONS(4890), + [anon_sym_e_GT_GT] = ACTIONS(4890), + [anon_sym_o_GT_GT] = ACTIONS(4890), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4890), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4890), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4890), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4890), + [aux_sym_unquoted_token1] = ACTIONS(4892), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4890), + }, + [1621] = { + [sym_comment] = STATE(1621), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4894), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1622] = { + [sym__expr_parenthesized_immediate] = STATE(7290), + [sym_comment] = STATE(1622), + [ts_builtin_sym_end] = ACTIONS(1693), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1693), + [anon_sym_in2] = ACTIONS(1693), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_and2] = ACTIONS(1693), + [anon_sym_xor2] = ACTIONS(1693), + [anon_sym_or2] = ACTIONS(1693), + [anon_sym_not_DASHin2] = ACTIONS(1693), + [anon_sym_starts_DASHwith2] = ACTIONS(1693), + [anon_sym_ends_DASHwith2] = ACTIONS(1693), + [anon_sym_EQ_EQ2] = ACTIONS(1693), + [anon_sym_BANG_EQ2] = ACTIONS(1693), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1693), + [anon_sym_GT_EQ2] = ACTIONS(1693), + [anon_sym_EQ_TILDE2] = ACTIONS(1693), + [anon_sym_BANG_TILDE2] = ACTIONS(1693), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_STAR_STAR2] = ACTIONS(1693), + [anon_sym_PLUS_PLUS2] = ACTIONS(1693), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1693), + [anon_sym_SLASH_SLASH2] = ACTIONS(1693), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1693), + [anon_sym_bit_DASHshr2] = ACTIONS(1693), + [anon_sym_bit_DASHand2] = ACTIONS(1693), + [anon_sym_bit_DASHxor2] = ACTIONS(1693), + [anon_sym_bit_DASHor2] = ACTIONS(1693), + [anon_sym_DOT_DOT2] = ACTIONS(4896), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(4898), + [anon_sym_DOT_DOT_LT2] = ACTIONS(4898), + [sym_filesize_unit] = ACTIONS(4900), + [sym_duration_unit] = ACTIONS(4902), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token2] = ACTIONS(4904), + [anon_sym_POUND] = ACTIONS(251), + }, + [1623] = { + [sym_comment] = STATE(1623), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_RPAREN] = ACTIONS(1735), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1735), + [anon_sym_in2] = ACTIONS(1735), + [anon_sym_RBRACE] = ACTIONS(1735), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1735), + [anon_sym_xor2] = ACTIONS(1735), + [anon_sym_or2] = ACTIONS(1735), + [anon_sym_not_DASHin2] = ACTIONS(1735), + [anon_sym_starts_DASHwith2] = ACTIONS(1735), + [anon_sym_ends_DASHwith2] = ACTIONS(1735), + [anon_sym_EQ_EQ2] = ACTIONS(1735), + [anon_sym_BANG_EQ2] = ACTIONS(1735), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1735), + [anon_sym_GT_EQ2] = ACTIONS(1735), + [anon_sym_EQ_TILDE2] = ACTIONS(1735), + [anon_sym_BANG_TILDE2] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_STAR_STAR2] = ACTIONS(1735), + [anon_sym_PLUS_PLUS2] = ACTIONS(1735), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1735), + [anon_sym_SLASH_SLASH2] = ACTIONS(1735), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1735), + [anon_sym_bit_DASHshr2] = ACTIONS(1735), + [anon_sym_bit_DASHand2] = ACTIONS(1735), + [anon_sym_bit_DASHxor2] = ACTIONS(1735), + [anon_sym_bit_DASHor2] = ACTIONS(1735), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + }, + [1624] = { + [sym_cell_path] = STATE(2053), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1624), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1963), + [anon_sym_SEMI] = ACTIONS(1963), + [anon_sym_PIPE] = ACTIONS(1963), + [anon_sym_err_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_GT_PIPE] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1963), + [anon_sym_RPAREN] = ACTIONS(1963), + [anon_sym_GT2] = ACTIONS(1961), + [anon_sym_DASH2] = ACTIONS(1963), + [anon_sym_in2] = ACTIONS(1963), + [anon_sym_if] = ACTIONS(1963), + [anon_sym_LBRACE] = ACTIONS(1963), + [anon_sym_RBRACE] = ACTIONS(1963), + [anon_sym_EQ_GT] = ACTIONS(1963), + [anon_sym_STAR2] = ACTIONS(1961), + [anon_sym_and2] = ACTIONS(1963), + [anon_sym_xor2] = ACTIONS(1963), + [anon_sym_or2] = ACTIONS(1963), + [anon_sym_not_DASHin2] = ACTIONS(1963), + [anon_sym_starts_DASHwith2] = ACTIONS(1963), + [anon_sym_ends_DASHwith2] = ACTIONS(1963), + [anon_sym_EQ_EQ2] = ACTIONS(1963), + [anon_sym_BANG_EQ2] = ACTIONS(1963), + [anon_sym_LT2] = ACTIONS(1961), + [anon_sym_LT_EQ2] = ACTIONS(1963), + [anon_sym_GT_EQ2] = ACTIONS(1963), + [anon_sym_EQ_TILDE2] = ACTIONS(1963), + [anon_sym_BANG_TILDE2] = ACTIONS(1963), + [anon_sym_STAR_STAR2] = ACTIONS(1963), + [anon_sym_PLUS_PLUS2] = ACTIONS(1963), + [anon_sym_SLASH2] = ACTIONS(1961), + [anon_sym_mod2] = ACTIONS(1963), + [anon_sym_SLASH_SLASH2] = ACTIONS(1963), + [anon_sym_PLUS2] = ACTIONS(1961), + [anon_sym_bit_DASHshl2] = ACTIONS(1963), + [anon_sym_bit_DASHshr2] = ACTIONS(1963), + [anon_sym_bit_DASHand2] = ACTIONS(1963), + [anon_sym_bit_DASHxor2] = ACTIONS(1963), + [anon_sym_bit_DASHor2] = ACTIONS(1963), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1961), + [anon_sym_out_GT] = ACTIONS(1961), + [anon_sym_e_GT] = ACTIONS(1961), + [anon_sym_o_GT] = ACTIONS(1961), + [anon_sym_err_PLUSout_GT] = ACTIONS(1961), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1961), + [anon_sym_o_PLUSe_GT] = ACTIONS(1961), + [anon_sym_e_PLUSo_GT] = ACTIONS(1961), + [anon_sym_err_GT_GT] = ACTIONS(1963), + [anon_sym_out_GT_GT] = ACTIONS(1963), + [anon_sym_e_GT_GT] = ACTIONS(1963), + [anon_sym_o_GT_GT] = ACTIONS(1963), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1963), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1963), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1963), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1963), + [anon_sym_POUND] = ACTIONS(251), + }, + [1625] = { + [sym_cell_path] = STATE(2054), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1625), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1967), + [anon_sym_SEMI] = ACTIONS(1967), + [anon_sym_PIPE] = ACTIONS(1967), + [anon_sym_err_GT_PIPE] = ACTIONS(1967), + [anon_sym_out_GT_PIPE] = ACTIONS(1967), + [anon_sym_e_GT_PIPE] = ACTIONS(1967), + [anon_sym_o_GT_PIPE] = ACTIONS(1967), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1967), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1967), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1967), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1967), + [anon_sym_RPAREN] = ACTIONS(1967), + [anon_sym_GT2] = ACTIONS(1965), + [anon_sym_DASH2] = ACTIONS(1967), + [anon_sym_in2] = ACTIONS(1967), + [anon_sym_if] = ACTIONS(1967), + [anon_sym_LBRACE] = ACTIONS(1967), + [anon_sym_RBRACE] = ACTIONS(1967), + [anon_sym_EQ_GT] = ACTIONS(1967), + [anon_sym_STAR2] = ACTIONS(1965), + [anon_sym_and2] = ACTIONS(1967), + [anon_sym_xor2] = ACTIONS(1967), + [anon_sym_or2] = ACTIONS(1967), + [anon_sym_not_DASHin2] = ACTIONS(1967), + [anon_sym_starts_DASHwith2] = ACTIONS(1967), + [anon_sym_ends_DASHwith2] = ACTIONS(1967), + [anon_sym_EQ_EQ2] = ACTIONS(1967), + [anon_sym_BANG_EQ2] = ACTIONS(1967), + [anon_sym_LT2] = ACTIONS(1965), + [anon_sym_LT_EQ2] = ACTIONS(1967), + [anon_sym_GT_EQ2] = ACTIONS(1967), + [anon_sym_EQ_TILDE2] = ACTIONS(1967), + [anon_sym_BANG_TILDE2] = ACTIONS(1967), + [anon_sym_STAR_STAR2] = ACTIONS(1967), + [anon_sym_PLUS_PLUS2] = ACTIONS(1967), + [anon_sym_SLASH2] = ACTIONS(1965), + [anon_sym_mod2] = ACTIONS(1967), + [anon_sym_SLASH_SLASH2] = ACTIONS(1967), + [anon_sym_PLUS2] = ACTIONS(1965), + [anon_sym_bit_DASHshl2] = ACTIONS(1967), + [anon_sym_bit_DASHshr2] = ACTIONS(1967), + [anon_sym_bit_DASHand2] = ACTIONS(1967), + [anon_sym_bit_DASHxor2] = ACTIONS(1967), + [anon_sym_bit_DASHor2] = ACTIONS(1967), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1965), + [anon_sym_out_GT] = ACTIONS(1965), + [anon_sym_e_GT] = ACTIONS(1965), + [anon_sym_o_GT] = ACTIONS(1965), + [anon_sym_err_PLUSout_GT] = ACTIONS(1965), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1965), + [anon_sym_o_PLUSe_GT] = ACTIONS(1965), + [anon_sym_e_PLUSo_GT] = ACTIONS(1965), + [anon_sym_err_GT_GT] = ACTIONS(1967), + [anon_sym_out_GT_GT] = ACTIONS(1967), + [anon_sym_e_GT_GT] = ACTIONS(1967), + [anon_sym_o_GT_GT] = ACTIONS(1967), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1967), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1967), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1967), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1967), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(954), }, - [1636] = { - [sym_comment] = STATE(1636), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_RPAREN] = ACTIONS(1788), - [anon_sym_GT2] = ACTIONS(1786), - [anon_sym_DASH2] = ACTIONS(1788), - [anon_sym_in2] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_STAR2] = ACTIONS(1786), - [anon_sym_and2] = ACTIONS(1788), - [anon_sym_xor2] = ACTIONS(1788), - [anon_sym_or2] = ACTIONS(1788), - [anon_sym_not_DASHin2] = ACTIONS(1788), - [anon_sym_starts_DASHwith2] = ACTIONS(1788), - [anon_sym_ends_DASHwith2] = ACTIONS(1788), - [anon_sym_EQ_EQ2] = ACTIONS(1788), - [anon_sym_BANG_EQ2] = ACTIONS(1788), - [anon_sym_LT2] = ACTIONS(1786), - [anon_sym_LT_EQ2] = ACTIONS(1788), - [anon_sym_GT_EQ2] = ACTIONS(1788), - [anon_sym_EQ_TILDE2] = ACTIONS(1788), - [anon_sym_BANG_TILDE2] = ACTIONS(1788), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_STAR_STAR2] = ACTIONS(1788), - [anon_sym_PLUS_PLUS2] = ACTIONS(1788), - [anon_sym_SLASH2] = ACTIONS(1786), - [anon_sym_mod2] = ACTIONS(1788), - [anon_sym_SLASH_SLASH2] = ACTIONS(1788), - [anon_sym_PLUS2] = ACTIONS(1786), - [anon_sym_bit_DASHshl2] = ACTIONS(1788), - [anon_sym_bit_DASHshr2] = ACTIONS(1788), - [anon_sym_bit_DASHand2] = ACTIONS(1788), - [anon_sym_bit_DASHxor2] = ACTIONS(1788), - [anon_sym_bit_DASHor2] = ACTIONS(1788), - [anon_sym_DOT_DOT2] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token2] = ACTIONS(1786), + [1626] = { + [sym_cell_path] = STATE(2064), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1626), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1987), + [anon_sym_PIPE] = ACTIONS(1987), + [anon_sym_err_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_GT_PIPE] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1987), + [anon_sym_RPAREN] = ACTIONS(1987), + [anon_sym_GT2] = ACTIONS(1985), + [anon_sym_DASH2] = ACTIONS(1987), + [anon_sym_in2] = ACTIONS(1987), + [anon_sym_if] = ACTIONS(1987), + [anon_sym_LBRACE] = ACTIONS(1987), + [anon_sym_RBRACE] = ACTIONS(1987), + [anon_sym_EQ_GT] = ACTIONS(1987), + [anon_sym_STAR2] = ACTIONS(1985), + [anon_sym_and2] = ACTIONS(1987), + [anon_sym_xor2] = ACTIONS(1987), + [anon_sym_or2] = ACTIONS(1987), + [anon_sym_not_DASHin2] = ACTIONS(1987), + [anon_sym_starts_DASHwith2] = ACTIONS(1987), + [anon_sym_ends_DASHwith2] = ACTIONS(1987), + [anon_sym_EQ_EQ2] = ACTIONS(1987), + [anon_sym_BANG_EQ2] = ACTIONS(1987), + [anon_sym_LT2] = ACTIONS(1985), + [anon_sym_LT_EQ2] = ACTIONS(1987), + [anon_sym_GT_EQ2] = ACTIONS(1987), + [anon_sym_EQ_TILDE2] = ACTIONS(1987), + [anon_sym_BANG_TILDE2] = ACTIONS(1987), + [anon_sym_STAR_STAR2] = ACTIONS(1987), + [anon_sym_PLUS_PLUS2] = ACTIONS(1987), + [anon_sym_SLASH2] = ACTIONS(1985), + [anon_sym_mod2] = ACTIONS(1987), + [anon_sym_SLASH_SLASH2] = ACTIONS(1987), + [anon_sym_PLUS2] = ACTIONS(1985), + [anon_sym_bit_DASHshl2] = ACTIONS(1987), + [anon_sym_bit_DASHshr2] = ACTIONS(1987), + [anon_sym_bit_DASHand2] = ACTIONS(1987), + [anon_sym_bit_DASHxor2] = ACTIONS(1987), + [anon_sym_bit_DASHor2] = ACTIONS(1987), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1985), + [anon_sym_out_GT] = ACTIONS(1985), + [anon_sym_e_GT] = ACTIONS(1985), + [anon_sym_o_GT] = ACTIONS(1985), + [anon_sym_err_PLUSout_GT] = ACTIONS(1985), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1985), + [anon_sym_o_PLUSe_GT] = ACTIONS(1985), + [anon_sym_e_PLUSo_GT] = ACTIONS(1985), + [anon_sym_err_GT_GT] = ACTIONS(1987), + [anon_sym_out_GT_GT] = ACTIONS(1987), + [anon_sym_e_GT_GT] = ACTIONS(1987), + [anon_sym_o_GT_GT] = ACTIONS(1987), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1987), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1987), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1987), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1987), [anon_sym_POUND] = ACTIONS(251), }, - [1637] = { - [sym_comment] = STATE(1637), - [ts_builtin_sym_end] = ACTIONS(1773), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_LPAREN2] = ACTIONS(1773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT] = ACTIONS(1773), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [aux_sym_unquoted_token2] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), - }, - [1638] = { - [sym_comment] = STATE(1638), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), - [anon_sym_DOT_DOT_LT] = ACTIONS(1665), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4548), + [1627] = { + [sym_cell_path] = STATE(2052), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1627), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1955), + [anon_sym_SEMI] = ACTIONS(1955), + [anon_sym_PIPE] = ACTIONS(1955), + [anon_sym_err_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_GT_PIPE] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1955), + [anon_sym_RPAREN] = ACTIONS(1955), + [anon_sym_GT2] = ACTIONS(1953), + [anon_sym_DASH2] = ACTIONS(1955), + [anon_sym_in2] = ACTIONS(1955), + [anon_sym_if] = ACTIONS(1955), + [anon_sym_LBRACE] = ACTIONS(1955), + [anon_sym_RBRACE] = ACTIONS(1955), + [anon_sym_EQ_GT] = ACTIONS(1955), + [anon_sym_STAR2] = ACTIONS(1953), + [anon_sym_and2] = ACTIONS(1955), + [anon_sym_xor2] = ACTIONS(1955), + [anon_sym_or2] = ACTIONS(1955), + [anon_sym_not_DASHin2] = ACTIONS(1955), + [anon_sym_starts_DASHwith2] = ACTIONS(1955), + [anon_sym_ends_DASHwith2] = ACTIONS(1955), + [anon_sym_EQ_EQ2] = ACTIONS(1955), + [anon_sym_BANG_EQ2] = ACTIONS(1955), + [anon_sym_LT2] = ACTIONS(1953), + [anon_sym_LT_EQ2] = ACTIONS(1955), + [anon_sym_GT_EQ2] = ACTIONS(1955), + [anon_sym_EQ_TILDE2] = ACTIONS(1955), + [anon_sym_BANG_TILDE2] = ACTIONS(1955), + [anon_sym_STAR_STAR2] = ACTIONS(1955), + [anon_sym_PLUS_PLUS2] = ACTIONS(1955), + [anon_sym_SLASH2] = ACTIONS(1953), + [anon_sym_mod2] = ACTIONS(1955), + [anon_sym_SLASH_SLASH2] = ACTIONS(1955), + [anon_sym_PLUS2] = ACTIONS(1953), + [anon_sym_bit_DASHshl2] = ACTIONS(1955), + [anon_sym_bit_DASHshr2] = ACTIONS(1955), + [anon_sym_bit_DASHand2] = ACTIONS(1955), + [anon_sym_bit_DASHxor2] = ACTIONS(1955), + [anon_sym_bit_DASHor2] = ACTIONS(1955), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1953), + [anon_sym_out_GT] = ACTIONS(1953), + [anon_sym_e_GT] = ACTIONS(1953), + [anon_sym_o_GT] = ACTIONS(1953), + [anon_sym_err_PLUSout_GT] = ACTIONS(1953), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1953), + [anon_sym_o_PLUSe_GT] = ACTIONS(1953), + [anon_sym_e_PLUSo_GT] = ACTIONS(1953), + [anon_sym_err_GT_GT] = ACTIONS(1955), + [anon_sym_out_GT_GT] = ACTIONS(1955), + [anon_sym_e_GT_GT] = ACTIONS(1955), + [anon_sym_o_GT_GT] = ACTIONS(1955), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1955), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1955), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1955), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1955), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), }, - [1639] = { - [sym_comment] = STATE(1639), - [ts_builtin_sym_end] = ACTIONS(4898), - [sym__newline] = ACTIONS(4898), - [anon_sym_SEMI] = ACTIONS(4898), - [anon_sym_PIPE] = ACTIONS(4898), - [anon_sym_err_GT_PIPE] = ACTIONS(4898), - [anon_sym_out_GT_PIPE] = ACTIONS(4898), - [anon_sym_e_GT_PIPE] = ACTIONS(4898), - [anon_sym_o_GT_PIPE] = ACTIONS(4898), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4898), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4898), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4898), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4898), - [anon_sym_LBRACK] = ACTIONS(4898), - [anon_sym_LPAREN] = ACTIONS(4898), - [anon_sym_DOLLAR] = ACTIONS(4900), - [anon_sym_DASH_DASH] = ACTIONS(4900), - [anon_sym_DASH2] = ACTIONS(4900), - [anon_sym_LBRACE] = ACTIONS(4898), - [anon_sym_DOT_DOT] = ACTIONS(4900), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4898), - [anon_sym_DOT_DOT_LT] = ACTIONS(4898), - [anon_sym_null] = ACTIONS(4900), - [anon_sym_true] = ACTIONS(4900), - [anon_sym_false] = ACTIONS(4900), - [aux_sym__val_number_decimal_token1] = ACTIONS(4900), - [aux_sym__val_number_decimal_token2] = ACTIONS(4900), - [aux_sym__val_number_decimal_token3] = ACTIONS(4898), - [aux_sym__val_number_decimal_token4] = ACTIONS(4898), - [aux_sym__val_number_token1] = ACTIONS(4900), - [aux_sym__val_number_token2] = ACTIONS(4900), - [aux_sym__val_number_token3] = ACTIONS(4900), - [aux_sym__val_number_token4] = ACTIONS(4900), - [aux_sym__val_number_token5] = ACTIONS(4900), - [aux_sym__val_number_token6] = ACTIONS(4900), - [anon_sym_0b] = ACTIONS(4900), - [anon_sym_0o] = ACTIONS(4900), - [anon_sym_0x] = ACTIONS(4900), - [sym_val_date] = ACTIONS(4900), - [anon_sym_DQUOTE] = ACTIONS(4898), - [sym__str_single_quotes] = ACTIONS(4898), - [sym__str_back_ticks] = ACTIONS(4898), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4898), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4898), - [anon_sym_err_GT] = ACTIONS(4900), - [anon_sym_out_GT] = ACTIONS(4900), - [anon_sym_e_GT] = ACTIONS(4900), - [anon_sym_o_GT] = ACTIONS(4900), - [anon_sym_err_PLUSout_GT] = ACTIONS(4900), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4900), - [anon_sym_o_PLUSe_GT] = ACTIONS(4900), - [anon_sym_e_PLUSo_GT] = ACTIONS(4900), - [anon_sym_err_GT_GT] = ACTIONS(4898), - [anon_sym_out_GT_GT] = ACTIONS(4898), - [anon_sym_e_GT_GT] = ACTIONS(4898), - [anon_sym_o_GT_GT] = ACTIONS(4898), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4898), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4898), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4898), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4898), - [anon_sym_EQ2] = ACTIONS(4916), - [sym_short_flag_identifier] = ACTIONS(4918), - [aux_sym_unquoted_token1] = ACTIONS(4900), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4898), - }, - [1640] = { - [sym_comment] = STATE(1640), - [ts_builtin_sym_end] = ACTIONS(1601), - [sym__newline] = ACTIONS(1601), - [anon_sym_SEMI] = ACTIONS(1601), - [anon_sym_PIPE] = ACTIONS(1601), - [anon_sym_err_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_GT_PIPE] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1601), - [anon_sym_GT2] = ACTIONS(1599), - [anon_sym_DASH2] = ACTIONS(1601), - [anon_sym_in2] = ACTIONS(1601), - [anon_sym_STAR2] = ACTIONS(1599), - [anon_sym_and2] = ACTIONS(1601), - [anon_sym_xor2] = ACTIONS(1601), - [anon_sym_or2] = ACTIONS(1601), - [anon_sym_not_DASHin2] = ACTIONS(1601), - [anon_sym_starts_DASHwith2] = ACTIONS(1601), - [anon_sym_ends_DASHwith2] = ACTIONS(1601), - [anon_sym_EQ_EQ2] = ACTIONS(1601), - [anon_sym_BANG_EQ2] = ACTIONS(1601), - [anon_sym_LT2] = ACTIONS(1599), - [anon_sym_LT_EQ2] = ACTIONS(1601), - [anon_sym_GT_EQ2] = ACTIONS(1601), - [anon_sym_EQ_TILDE2] = ACTIONS(1601), - [anon_sym_BANG_TILDE2] = ACTIONS(1601), - [anon_sym_LPAREN2] = ACTIONS(1601), - [anon_sym_STAR_STAR2] = ACTIONS(1601), - [anon_sym_PLUS_PLUS2] = ACTIONS(1601), - [anon_sym_SLASH2] = ACTIONS(1599), - [anon_sym_mod2] = ACTIONS(1601), - [anon_sym_SLASH_SLASH2] = ACTIONS(1601), - [anon_sym_PLUS2] = ACTIONS(1599), - [anon_sym_bit_DASHshl2] = ACTIONS(1601), - [anon_sym_bit_DASHshr2] = ACTIONS(1601), - [anon_sym_bit_DASHand2] = ACTIONS(1601), - [anon_sym_bit_DASHxor2] = ACTIONS(1601), - [anon_sym_bit_DASHor2] = ACTIONS(1601), - [anon_sym_DOT_DOT2] = ACTIONS(1599), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1601), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1601), - [sym_filesize_unit] = ACTIONS(1599), - [sym_duration_unit] = ACTIONS(1601), - [anon_sym_err_GT] = ACTIONS(1599), - [anon_sym_out_GT] = ACTIONS(1599), - [anon_sym_e_GT] = ACTIONS(1599), - [anon_sym_o_GT] = ACTIONS(1599), - [anon_sym_err_PLUSout_GT] = ACTIONS(1599), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1599), - [anon_sym_o_PLUSe_GT] = ACTIONS(1599), - [anon_sym_e_PLUSo_GT] = ACTIONS(1599), - [anon_sym_err_GT_GT] = ACTIONS(1601), - [anon_sym_out_GT_GT] = ACTIONS(1601), - [anon_sym_e_GT_GT] = ACTIONS(1601), - [anon_sym_o_GT_GT] = ACTIONS(1601), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1601), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1601), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1601), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1601), - [aux_sym_unquoted_token2] = ACTIONS(1599), - [anon_sym_POUND] = ACTIONS(251), + [1628] = { + [sym_comment] = STATE(1628), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4906), + [aux_sym__immediate_decimal_token2] = ACTIONS(4908), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, - [1641] = { - [sym_comment] = STATE(1641), - [sym__newline] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1773), - [anon_sym_PIPE] = ACTIONS(1773), - [anon_sym_err_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_GT_PIPE] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1773), - [anon_sym_LBRACK] = ACTIONS(1773), - [anon_sym_LPAREN] = ACTIONS(1773), - [anon_sym_RPAREN] = ACTIONS(1773), - [anon_sym_DOLLAR] = ACTIONS(1771), - [anon_sym_DASH_DASH] = ACTIONS(1773), - [anon_sym_DASH2] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1773), - [anon_sym_RBRACE] = ACTIONS(1773), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1773), - [anon_sym_DOT_DOT_LT] = ACTIONS(1773), - [aux_sym__immediate_decimal_token2] = ACTIONS(4920), - [anon_sym_null] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [aux_sym__val_number_decimal_token1] = ACTIONS(1771), - [aux_sym__val_number_decimal_token2] = ACTIONS(1773), - [aux_sym__val_number_decimal_token3] = ACTIONS(1773), - [aux_sym__val_number_decimal_token4] = ACTIONS(1773), - [aux_sym__val_number_token1] = ACTIONS(1773), - [aux_sym__val_number_token2] = ACTIONS(1773), - [aux_sym__val_number_token3] = ACTIONS(1773), - [aux_sym__val_number_token4] = ACTIONS(1773), - [aux_sym__val_number_token5] = ACTIONS(1773), - [aux_sym__val_number_token6] = ACTIONS(1773), - [anon_sym_0b] = ACTIONS(1771), - [anon_sym_0o] = ACTIONS(1771), - [anon_sym_0x] = ACTIONS(1771), - [sym_val_date] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(1773), - [sym__str_single_quotes] = ACTIONS(1773), - [sym__str_back_ticks] = ACTIONS(1773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1773), - [anon_sym_err_GT] = ACTIONS(1771), - [anon_sym_out_GT] = ACTIONS(1771), - [anon_sym_e_GT] = ACTIONS(1771), - [anon_sym_o_GT] = ACTIONS(1771), - [anon_sym_err_PLUSout_GT] = ACTIONS(1771), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1771), - [anon_sym_o_PLUSe_GT] = ACTIONS(1771), - [anon_sym_e_PLUSo_GT] = ACTIONS(1771), - [anon_sym_err_GT_GT] = ACTIONS(1773), - [anon_sym_out_GT_GT] = ACTIONS(1773), - [anon_sym_e_GT_GT] = ACTIONS(1773), - [anon_sym_o_GT_GT] = ACTIONS(1773), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1773), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1773), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1773), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1773), - [aux_sym_unquoted_token1] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1773), + [1629] = { + [sym_comment] = STATE(1629), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1725), + [anon_sym_DOT_DOT_LT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, - [1642] = { - [sym_comment] = STATE(1642), - [sym__newline] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2263), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_err_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_GT_PIPE] = ACTIONS(2263), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2263), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_LPAREN] = ACTIONS(2263), - [anon_sym_RPAREN] = ACTIONS(2263), - [anon_sym_DOLLAR] = ACTIONS(2261), - [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_DASH2] = ACTIONS(2261), - [anon_sym_LBRACE] = ACTIONS(2263), - [anon_sym_RBRACE] = ACTIONS(2263), - [anon_sym_DOT_DOT] = ACTIONS(2261), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2261), - [anon_sym_DOT_DOT_LT] = ACTIONS(2261), - [anon_sym_null] = ACTIONS(2261), - [anon_sym_true] = ACTIONS(2261), - [anon_sym_false] = ACTIONS(2261), - [aux_sym__val_number_decimal_token1] = ACTIONS(2261), - [aux_sym__val_number_decimal_token2] = ACTIONS(2261), - [aux_sym__val_number_decimal_token3] = ACTIONS(2261), - [aux_sym__val_number_decimal_token4] = ACTIONS(2261), - [aux_sym__val_number_token1] = ACTIONS(2261), - [aux_sym__val_number_token2] = ACTIONS(2261), - [aux_sym__val_number_token3] = ACTIONS(2261), - [aux_sym__val_number_token4] = ACTIONS(2261), - [aux_sym__val_number_token5] = ACTIONS(2261), - [aux_sym__val_number_token6] = ACTIONS(2261), - [anon_sym_0b] = ACTIONS(2261), - [anon_sym_0o] = ACTIONS(2261), - [anon_sym_0x] = ACTIONS(2261), - [sym_val_date] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2263), - [sym__str_single_quotes] = ACTIONS(2263), - [sym__str_back_ticks] = ACTIONS(2263), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2263), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2263), - [anon_sym_err_GT] = ACTIONS(2261), - [anon_sym_out_GT] = ACTIONS(2261), - [anon_sym_e_GT] = ACTIONS(2261), - [anon_sym_o_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT] = ACTIONS(2261), - [anon_sym_err_GT_GT] = ACTIONS(2261), - [anon_sym_out_GT_GT] = ACTIONS(2261), - [anon_sym_e_GT_GT] = ACTIONS(2261), - [anon_sym_o_GT_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2261), - [aux_sym_unquoted_token1] = ACTIONS(2261), - [aux_sym_unquoted_token4] = ACTIONS(2261), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2263), + [1630] = { + [sym_cell_path] = STATE(2140), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1630), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1935), + [anon_sym_SEMI] = ACTIONS(1935), + [anon_sym_PIPE] = ACTIONS(1935), + [anon_sym_err_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_GT_PIPE] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1935), + [anon_sym_RPAREN] = ACTIONS(1935), + [anon_sym_GT2] = ACTIONS(1933), + [anon_sym_DASH2] = ACTIONS(1935), + [anon_sym_in2] = ACTIONS(1935), + [anon_sym_LBRACE] = ACTIONS(1935), + [anon_sym_RBRACE] = ACTIONS(1935), + [anon_sym_EQ_GT] = ACTIONS(1935), + [anon_sym_STAR2] = ACTIONS(1933), + [anon_sym_and2] = ACTIONS(1935), + [anon_sym_xor2] = ACTIONS(1935), + [anon_sym_or2] = ACTIONS(1935), + [anon_sym_not_DASHin2] = ACTIONS(1935), + [anon_sym_starts_DASHwith2] = ACTIONS(1935), + [anon_sym_ends_DASHwith2] = ACTIONS(1935), + [anon_sym_EQ_EQ2] = ACTIONS(1935), + [anon_sym_BANG_EQ2] = ACTIONS(1935), + [anon_sym_LT2] = ACTIONS(1933), + [anon_sym_LT_EQ2] = ACTIONS(1935), + [anon_sym_GT_EQ2] = ACTIONS(1935), + [anon_sym_EQ_TILDE2] = ACTIONS(1935), + [anon_sym_BANG_TILDE2] = ACTIONS(1935), + [anon_sym_STAR_STAR2] = ACTIONS(1935), + [anon_sym_PLUS_PLUS2] = ACTIONS(1935), + [anon_sym_SLASH2] = ACTIONS(1933), + [anon_sym_mod2] = ACTIONS(1935), + [anon_sym_SLASH_SLASH2] = ACTIONS(1935), + [anon_sym_PLUS2] = ACTIONS(1933), + [anon_sym_bit_DASHshl2] = ACTIONS(1935), + [anon_sym_bit_DASHshr2] = ACTIONS(1935), + [anon_sym_bit_DASHand2] = ACTIONS(1935), + [anon_sym_bit_DASHxor2] = ACTIONS(1935), + [anon_sym_bit_DASHor2] = ACTIONS(1935), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1933), + [anon_sym_out_GT] = ACTIONS(1933), + [anon_sym_e_GT] = ACTIONS(1933), + [anon_sym_o_GT] = ACTIONS(1933), + [anon_sym_err_PLUSout_GT] = ACTIONS(1933), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1933), + [anon_sym_o_PLUSe_GT] = ACTIONS(1933), + [anon_sym_e_PLUSo_GT] = ACTIONS(1933), + [anon_sym_err_GT_GT] = ACTIONS(1935), + [anon_sym_out_GT_GT] = ACTIONS(1935), + [anon_sym_e_GT_GT] = ACTIONS(1935), + [anon_sym_o_GT_GT] = ACTIONS(1935), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1935), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1935), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1935), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1935), + [anon_sym_POUND] = ACTIONS(251), }, - [1643] = { - [sym_cell_path] = STATE(2132), - [sym_path] = STATE(1826), - [sym_comment] = STATE(1643), - [aux_sym_cell_path_repeat1] = STATE(1651), + [1631] = { + [sym_cell_path] = STATE(2137), + [sym_path] = STATE(1861), + [sym_comment] = STATE(1631), + [aux_sym_cell_path_repeat1] = STATE(1684), [ts_builtin_sym_end] = ACTIONS(1719), [sym__newline] = ACTIONS(1719), [anon_sym_SEMI] = ACTIONS(1719), @@ -230475,7 +229716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(1717), [anon_sym_DOT_DOT_EQ2] = ACTIONS(1719), [anon_sym_DOT_DOT_LT2] = ACTIONS(1719), - [anon_sym_DOT2] = ACTIONS(4922), + [anon_sym_DOT2] = ACTIONS(4910), [anon_sym_err_GT] = ACTIONS(1717), [anon_sym_out_GT] = ACTIONS(1717), [anon_sym_e_GT] = ACTIONS(1717), @@ -230494,1484 +229735,2422 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1719), [anon_sym_POUND] = ACTIONS(251), }, + [1632] = { + [sym_comment] = STATE(1632), + [ts_builtin_sym_end] = ACTIONS(974), + [sym__newline] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_err_GT_PIPE] = ACTIONS(974), + [anon_sym_out_GT_PIPE] = ACTIONS(974), + [anon_sym_e_GT_PIPE] = ACTIONS(974), + [anon_sym_o_GT_PIPE] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(974), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(974), + [anon_sym_DASH2] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(974), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_QMARK2] = ACTIONS(974), + [anon_sym_DOT_DOT_EQ] = ACTIONS(974), + [anon_sym_DOT_DOT_LT] = ACTIONS(974), + [anon_sym_null] = ACTIONS(974), + [anon_sym_true] = ACTIONS(974), + [anon_sym_false] = ACTIONS(974), + [aux_sym__val_number_decimal_token1] = ACTIONS(972), + [aux_sym__val_number_decimal_token2] = ACTIONS(974), + [aux_sym__val_number_decimal_token3] = ACTIONS(974), + [aux_sym__val_number_decimal_token4] = ACTIONS(974), + [aux_sym__val_number_token1] = ACTIONS(974), + [aux_sym__val_number_token2] = ACTIONS(974), + [aux_sym__val_number_token3] = ACTIONS(974), + [aux_sym__val_number_token4] = ACTIONS(974), + [aux_sym__val_number_token5] = ACTIONS(974), + [aux_sym__val_number_token6] = ACTIONS(974), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(974), + [anon_sym_DQUOTE] = ACTIONS(974), + [sym__str_single_quotes] = ACTIONS(974), + [sym__str_back_ticks] = ACTIONS(974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), + [anon_sym_DOT2] = ACTIONS(972), + [anon_sym_err_GT] = ACTIONS(972), + [anon_sym_out_GT] = ACTIONS(972), + [anon_sym_e_GT] = ACTIONS(972), + [anon_sym_o_GT] = ACTIONS(972), + [anon_sym_err_PLUSout_GT] = ACTIONS(972), + [anon_sym_out_PLUSerr_GT] = ACTIONS(972), + [anon_sym_o_PLUSe_GT] = ACTIONS(972), + [anon_sym_e_PLUSo_GT] = ACTIONS(972), + [anon_sym_err_GT_GT] = ACTIONS(974), + [anon_sym_out_GT_GT] = ACTIONS(974), + [anon_sym_e_GT_GT] = ACTIONS(974), + [anon_sym_o_GT_GT] = ACTIONS(974), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), + [aux_sym_unquoted_token1] = ACTIONS(972), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(974), + }, + [1633] = { + [sym_comment] = STATE(1633), + [ts_builtin_sym_end] = ACTIONS(1735), + [sym__newline] = ACTIONS(1735), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1735), + [anon_sym_err_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_GT_PIPE] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1735), + [anon_sym_GT2] = ACTIONS(1733), + [anon_sym_DASH2] = ACTIONS(1735), + [anon_sym_in2] = ACTIONS(1735), + [anon_sym_STAR2] = ACTIONS(1733), + [anon_sym_and2] = ACTIONS(1735), + [anon_sym_xor2] = ACTIONS(1735), + [anon_sym_or2] = ACTIONS(1735), + [anon_sym_not_DASHin2] = ACTIONS(1735), + [anon_sym_starts_DASHwith2] = ACTIONS(1735), + [anon_sym_ends_DASHwith2] = ACTIONS(1735), + [anon_sym_EQ_EQ2] = ACTIONS(1735), + [anon_sym_BANG_EQ2] = ACTIONS(1735), + [anon_sym_LT2] = ACTIONS(1733), + [anon_sym_LT_EQ2] = ACTIONS(1735), + [anon_sym_GT_EQ2] = ACTIONS(1735), + [anon_sym_EQ_TILDE2] = ACTIONS(1735), + [anon_sym_BANG_TILDE2] = ACTIONS(1735), + [anon_sym_LPAREN2] = ACTIONS(1735), + [anon_sym_STAR_STAR2] = ACTIONS(1735), + [anon_sym_PLUS_PLUS2] = ACTIONS(1735), + [anon_sym_SLASH2] = ACTIONS(1733), + [anon_sym_mod2] = ACTIONS(1735), + [anon_sym_SLASH_SLASH2] = ACTIONS(1735), + [anon_sym_PLUS2] = ACTIONS(1733), + [anon_sym_bit_DASHshl2] = ACTIONS(1735), + [anon_sym_bit_DASHshr2] = ACTIONS(1735), + [anon_sym_bit_DASHand2] = ACTIONS(1735), + [anon_sym_bit_DASHxor2] = ACTIONS(1735), + [anon_sym_bit_DASHor2] = ACTIONS(1735), + [anon_sym_DOT_DOT2] = ACTIONS(1733), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1735), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1735), + [sym_filesize_unit] = ACTIONS(1733), + [sym_duration_unit] = ACTIONS(1735), + [anon_sym_err_GT] = ACTIONS(1733), + [anon_sym_out_GT] = ACTIONS(1733), + [anon_sym_e_GT] = ACTIONS(1733), + [anon_sym_o_GT] = ACTIONS(1733), + [anon_sym_err_PLUSout_GT] = ACTIONS(1733), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1733), + [anon_sym_o_PLUSe_GT] = ACTIONS(1733), + [anon_sym_e_PLUSo_GT] = ACTIONS(1733), + [anon_sym_err_GT_GT] = ACTIONS(1735), + [anon_sym_out_GT_GT] = ACTIONS(1735), + [anon_sym_e_GT_GT] = ACTIONS(1735), + [anon_sym_o_GT_GT] = ACTIONS(1735), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1735), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1735), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1735), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1735), + [aux_sym_unquoted_token2] = ACTIONS(1733), + [anon_sym_POUND] = ACTIONS(251), + }, + [1634] = { + [sym_comment] = STATE(1634), + [ts_builtin_sym_end] = ACTIONS(2186), + [sym__newline] = ACTIONS(2186), + [anon_sym_SEMI] = ACTIONS(2186), + [anon_sym_PIPE] = ACTIONS(2186), + [anon_sym_err_GT_PIPE] = ACTIONS(2186), + [anon_sym_out_GT_PIPE] = ACTIONS(2186), + [anon_sym_e_GT_PIPE] = ACTIONS(2186), + [anon_sym_o_GT_PIPE] = ACTIONS(2186), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2186), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2186), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2186), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2186), + [anon_sym_LBRACK] = ACTIONS(2186), + [anon_sym_LPAREN] = ACTIONS(2184), + [anon_sym_DOLLAR] = ACTIONS(2184), + [anon_sym_DASH_DASH] = ACTIONS(2186), + [anon_sym_DASH2] = ACTIONS(2184), + [anon_sym_LBRACE] = ACTIONS(2186), + [anon_sym_DOT_DOT] = ACTIONS(2184), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2186), + [anon_sym_DOT_DOT_LT] = ACTIONS(2186), + [anon_sym_null] = ACTIONS(2186), + [anon_sym_true] = ACTIONS(2186), + [anon_sym_false] = ACTIONS(2186), + [aux_sym__val_number_decimal_token1] = ACTIONS(2184), + [aux_sym__val_number_decimal_token2] = ACTIONS(2186), + [aux_sym__val_number_decimal_token3] = ACTIONS(2186), + [aux_sym__val_number_decimal_token4] = ACTIONS(2186), + [aux_sym__val_number_token1] = ACTIONS(2186), + [aux_sym__val_number_token2] = ACTIONS(2186), + [aux_sym__val_number_token3] = ACTIONS(2186), + [aux_sym__val_number_token4] = ACTIONS(2186), + [aux_sym__val_number_token5] = ACTIONS(2186), + [aux_sym__val_number_token6] = ACTIONS(2186), + [anon_sym_0b] = ACTIONS(2184), + [anon_sym_0o] = ACTIONS(2184), + [anon_sym_0x] = ACTIONS(2184), + [sym_val_date] = ACTIONS(2186), + [anon_sym_DQUOTE] = ACTIONS(2186), + [sym__str_single_quotes] = ACTIONS(2186), + [sym__str_back_ticks] = ACTIONS(2186), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2186), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2186), + [anon_sym_err_GT] = ACTIONS(2184), + [anon_sym_out_GT] = ACTIONS(2184), + [anon_sym_e_GT] = ACTIONS(2184), + [anon_sym_o_GT] = ACTIONS(2184), + [anon_sym_err_PLUSout_GT] = ACTIONS(2184), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2184), + [anon_sym_o_PLUSe_GT] = ACTIONS(2184), + [anon_sym_e_PLUSo_GT] = ACTIONS(2184), + [anon_sym_err_GT_GT] = ACTIONS(2186), + [anon_sym_out_GT_GT] = ACTIONS(2186), + [anon_sym_e_GT_GT] = ACTIONS(2186), + [anon_sym_o_GT_GT] = ACTIONS(2186), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2186), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2186), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2186), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2186), + [aux_sym_unquoted_token1] = ACTIONS(2184), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2186), + }, + [1635] = { + [sym_comment] = STATE(1635), + [sym__newline] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_PIPE] = ACTIONS(2241), + [anon_sym_err_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_GT_PIPE] = ACTIONS(2241), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2241), + [anon_sym_RPAREN] = ACTIONS(2241), + [anon_sym_DOLLAR] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_RBRACE] = ACTIONS(2241), + [anon_sym_DOT_DOT] = ACTIONS(2237), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2237), + [anon_sym_DOT_DOT_LT] = ACTIONS(2237), + [anon_sym_null] = ACTIONS(2237), + [anon_sym_true] = ACTIONS(2237), + [anon_sym_false] = ACTIONS(2237), + [aux_sym__val_number_decimal_token1] = ACTIONS(2237), + [aux_sym__val_number_decimal_token2] = ACTIONS(2237), + [aux_sym__val_number_decimal_token3] = ACTIONS(2237), + [aux_sym__val_number_decimal_token4] = ACTIONS(2237), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2237), + [aux_sym__val_number_token5] = ACTIONS(2237), + [aux_sym__val_number_token6] = ACTIONS(2237), + [anon_sym_0b] = ACTIONS(2237), + [anon_sym_0o] = ACTIONS(2237), + [anon_sym_0x] = ACTIONS(2237), + [sym_val_date] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2241), + [sym__str_single_quotes] = ACTIONS(2241), + [sym__str_back_ticks] = ACTIONS(2241), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2241), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), + [aux_sym_unquoted_token1] = ACTIONS(2237), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2241), + }, + [1636] = { + [sym_comment] = STATE(1636), + [ts_builtin_sym_end] = ACTIONS(970), + [sym__newline] = ACTIONS(970), + [anon_sym_SEMI] = ACTIONS(970), + [anon_sym_PIPE] = ACTIONS(970), + [anon_sym_err_GT_PIPE] = ACTIONS(970), + [anon_sym_out_GT_PIPE] = ACTIONS(970), + [anon_sym_e_GT_PIPE] = ACTIONS(970), + [anon_sym_o_GT_PIPE] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(970), + [anon_sym_LBRACK] = ACTIONS(970), + [anon_sym_LPAREN] = ACTIONS(970), + [anon_sym_DOLLAR] = ACTIONS(968), + [anon_sym_DASH_DASH] = ACTIONS(970), + [anon_sym_DASH2] = ACTIONS(968), + [anon_sym_LBRACE] = ACTIONS(970), + [anon_sym_DOT_DOT] = ACTIONS(968), + [anon_sym_QMARK2] = ACTIONS(970), + [anon_sym_DOT_DOT_EQ] = ACTIONS(970), + [anon_sym_DOT_DOT_LT] = ACTIONS(970), + [anon_sym_null] = ACTIONS(970), + [anon_sym_true] = ACTIONS(970), + [anon_sym_false] = ACTIONS(970), + [aux_sym__val_number_decimal_token1] = ACTIONS(968), + [aux_sym__val_number_decimal_token2] = ACTIONS(970), + [aux_sym__val_number_decimal_token3] = ACTIONS(970), + [aux_sym__val_number_decimal_token4] = ACTIONS(970), + [aux_sym__val_number_token1] = ACTIONS(970), + [aux_sym__val_number_token2] = ACTIONS(970), + [aux_sym__val_number_token3] = ACTIONS(970), + [aux_sym__val_number_token4] = ACTIONS(970), + [aux_sym__val_number_token5] = ACTIONS(970), + [aux_sym__val_number_token6] = ACTIONS(970), + [anon_sym_0b] = ACTIONS(968), + [anon_sym_0o] = ACTIONS(968), + [anon_sym_0x] = ACTIONS(968), + [sym_val_date] = ACTIONS(970), + [anon_sym_DQUOTE] = ACTIONS(970), + [sym__str_single_quotes] = ACTIONS(970), + [sym__str_back_ticks] = ACTIONS(970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(970), + [anon_sym_DOT2] = ACTIONS(968), + [anon_sym_err_GT] = ACTIONS(968), + [anon_sym_out_GT] = ACTIONS(968), + [anon_sym_e_GT] = ACTIONS(968), + [anon_sym_o_GT] = ACTIONS(968), + [anon_sym_err_PLUSout_GT] = ACTIONS(968), + [anon_sym_out_PLUSerr_GT] = ACTIONS(968), + [anon_sym_o_PLUSe_GT] = ACTIONS(968), + [anon_sym_e_PLUSo_GT] = ACTIONS(968), + [anon_sym_err_GT_GT] = ACTIONS(970), + [anon_sym_out_GT_GT] = ACTIONS(970), + [anon_sym_e_GT_GT] = ACTIONS(970), + [anon_sym_o_GT_GT] = ACTIONS(970), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(970), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(970), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(970), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(970), + [aux_sym_unquoted_token1] = ACTIONS(968), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(970), + }, + [1637] = { + [sym_comment] = STATE(1637), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_GT2] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1759), + [anon_sym_in2] = ACTIONS(1759), + [anon_sym_STAR2] = ACTIONS(1757), + [anon_sym_and2] = ACTIONS(1759), + [anon_sym_xor2] = ACTIONS(1759), + [anon_sym_or2] = ACTIONS(1759), + [anon_sym_not_DASHin2] = ACTIONS(1759), + [anon_sym_starts_DASHwith2] = ACTIONS(1759), + [anon_sym_ends_DASHwith2] = ACTIONS(1759), + [anon_sym_EQ_EQ2] = ACTIONS(1759), + [anon_sym_BANG_EQ2] = ACTIONS(1759), + [anon_sym_LT2] = ACTIONS(1757), + [anon_sym_LT_EQ2] = ACTIONS(1759), + [anon_sym_GT_EQ2] = ACTIONS(1759), + [anon_sym_EQ_TILDE2] = ACTIONS(1759), + [anon_sym_BANG_TILDE2] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_STAR_STAR2] = ACTIONS(1759), + [anon_sym_PLUS_PLUS2] = ACTIONS(1759), + [anon_sym_SLASH2] = ACTIONS(1757), + [anon_sym_mod2] = ACTIONS(1759), + [anon_sym_SLASH_SLASH2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_bit_DASHshl2] = ACTIONS(1759), + [anon_sym_bit_DASHshr2] = ACTIONS(1759), + [anon_sym_bit_DASHand2] = ACTIONS(1759), + [anon_sym_bit_DASHxor2] = ACTIONS(1759), + [anon_sym_bit_DASHor2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4912), + [aux_sym__immediate_decimal_token2] = ACTIONS(4914), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + }, + [1638] = { + [sym_comment] = STATE(1638), + [sym__newline] = ACTIONS(2409), + [anon_sym_SEMI] = ACTIONS(2409), + [anon_sym_PIPE] = ACTIONS(2409), + [anon_sym_err_GT_PIPE] = ACTIONS(2409), + [anon_sym_out_GT_PIPE] = ACTIONS(2409), + [anon_sym_e_GT_PIPE] = ACTIONS(2409), + [anon_sym_o_GT_PIPE] = ACTIONS(2409), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2409), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2409), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2409), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2409), + [anon_sym_RPAREN] = ACTIONS(2409), + [anon_sym_GT2] = ACTIONS(2407), + [anon_sym_DASH2] = ACTIONS(2409), + [anon_sym_in2] = ACTIONS(2409), + [anon_sym_if] = ACTIONS(2409), + [anon_sym_LBRACE] = ACTIONS(2409), + [anon_sym_RBRACE] = ACTIONS(2409), + [anon_sym_EQ_GT] = ACTIONS(2409), + [anon_sym_STAR2] = ACTIONS(2407), + [anon_sym_QMARK2] = ACTIONS(2409), + [anon_sym_and2] = ACTIONS(2409), + [anon_sym_xor2] = ACTIONS(2409), + [anon_sym_or2] = ACTIONS(2409), + [anon_sym_not_DASHin2] = ACTIONS(2409), + [anon_sym_starts_DASHwith2] = ACTIONS(2409), + [anon_sym_ends_DASHwith2] = ACTIONS(2409), + [anon_sym_EQ_EQ2] = ACTIONS(2409), + [anon_sym_BANG_EQ2] = ACTIONS(2409), + [anon_sym_LT2] = ACTIONS(2407), + [anon_sym_LT_EQ2] = ACTIONS(2409), + [anon_sym_GT_EQ2] = ACTIONS(2409), + [anon_sym_EQ_TILDE2] = ACTIONS(2409), + [anon_sym_BANG_TILDE2] = ACTIONS(2409), + [anon_sym_STAR_STAR2] = ACTIONS(2409), + [anon_sym_PLUS_PLUS2] = ACTIONS(2409), + [anon_sym_SLASH2] = ACTIONS(2407), + [anon_sym_mod2] = ACTIONS(2409), + [anon_sym_SLASH_SLASH2] = ACTIONS(2409), + [anon_sym_PLUS2] = ACTIONS(2407), + [anon_sym_bit_DASHshl2] = ACTIONS(2409), + [anon_sym_bit_DASHshr2] = ACTIONS(2409), + [anon_sym_bit_DASHand2] = ACTIONS(2409), + [anon_sym_bit_DASHxor2] = ACTIONS(2409), + [anon_sym_bit_DASHor2] = ACTIONS(2409), + [anon_sym_COLON2] = ACTIONS(2409), + [anon_sym_DOT2] = ACTIONS(2409), + [anon_sym_err_GT] = ACTIONS(2407), + [anon_sym_out_GT] = ACTIONS(2407), + [anon_sym_e_GT] = ACTIONS(2407), + [anon_sym_o_GT] = ACTIONS(2407), + [anon_sym_err_PLUSout_GT] = ACTIONS(2407), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2407), + [anon_sym_o_PLUSe_GT] = ACTIONS(2407), + [anon_sym_e_PLUSo_GT] = ACTIONS(2407), + [anon_sym_err_GT_GT] = ACTIONS(2409), + [anon_sym_out_GT_GT] = ACTIONS(2409), + [anon_sym_e_GT_GT] = ACTIONS(2409), + [anon_sym_o_GT_GT] = ACTIONS(2409), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2409), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2409), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2409), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2409), + [anon_sym_POUND] = ACTIONS(251), + }, + [1639] = { + [sym_comment] = STATE(1639), + [ts_builtin_sym_end] = ACTIONS(1873), + [sym__newline] = ACTIONS(1873), + [anon_sym_SEMI] = ACTIONS(1873), + [anon_sym_PIPE] = ACTIONS(1873), + [anon_sym_err_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_GT_PIPE] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1873), + [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LPAREN] = ACTIONS(1865), + [anon_sym_DOLLAR] = ACTIONS(1865), + [anon_sym_DASH_DASH] = ACTIONS(1873), + [anon_sym_DASH2] = ACTIONS(1865), + [anon_sym_LBRACE] = ACTIONS(1873), + [anon_sym_DOT_DOT] = ACTIONS(1865), + [anon_sym_LPAREN2] = ACTIONS(1867), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1873), + [anon_sym_DOT_DOT_LT] = ACTIONS(1873), + [anon_sym_null] = ACTIONS(1873), + [anon_sym_true] = ACTIONS(1873), + [anon_sym_false] = ACTIONS(1873), + [aux_sym__val_number_decimal_token1] = ACTIONS(1865), + [aux_sym__val_number_decimal_token2] = ACTIONS(1873), + [aux_sym__val_number_decimal_token3] = ACTIONS(1873), + [aux_sym__val_number_decimal_token4] = ACTIONS(1873), + [aux_sym__val_number_token1] = ACTIONS(1873), + [aux_sym__val_number_token2] = ACTIONS(1873), + [aux_sym__val_number_token3] = ACTIONS(1873), + [aux_sym__val_number_token4] = ACTIONS(1873), + [aux_sym__val_number_token5] = ACTIONS(1873), + [aux_sym__val_number_token6] = ACTIONS(1873), + [anon_sym_0b] = ACTIONS(1865), + [anon_sym_0o] = ACTIONS(1865), + [anon_sym_0x] = ACTIONS(1865), + [sym_val_date] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(1873), + [sym__str_single_quotes] = ACTIONS(1873), + [sym__str_back_ticks] = ACTIONS(1873), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1873), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1873), + [anon_sym_err_GT] = ACTIONS(1865), + [anon_sym_out_GT] = ACTIONS(1865), + [anon_sym_e_GT] = ACTIONS(1865), + [anon_sym_o_GT] = ACTIONS(1865), + [anon_sym_err_PLUSout_GT] = ACTIONS(1865), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1865), + [anon_sym_o_PLUSe_GT] = ACTIONS(1865), + [anon_sym_e_PLUSo_GT] = ACTIONS(1865), + [anon_sym_err_GT_GT] = ACTIONS(1873), + [anon_sym_out_GT_GT] = ACTIONS(1873), + [anon_sym_e_GT_GT] = ACTIONS(1873), + [anon_sym_o_GT_GT] = ACTIONS(1873), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1873), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1873), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1873), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1873), + [aux_sym_unquoted_token1] = ACTIONS(1865), + [aux_sym_unquoted_token2] = ACTIONS(1875), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1873), + }, + [1640] = { + [sym_comment] = STATE(1640), + [sym__newline] = ACTIONS(4916), + [anon_sym_SEMI] = ACTIONS(4916), + [anon_sym_PIPE] = ACTIONS(4916), + [anon_sym_err_GT_PIPE] = ACTIONS(4916), + [anon_sym_out_GT_PIPE] = ACTIONS(4916), + [anon_sym_e_GT_PIPE] = ACTIONS(4916), + [anon_sym_o_GT_PIPE] = ACTIONS(4916), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4916), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4916), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4916), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4916), + [anon_sym_LBRACK] = ACTIONS(4916), + [anon_sym_LPAREN] = ACTIONS(4916), + [anon_sym_RPAREN] = ACTIONS(4916), + [anon_sym_DOLLAR] = ACTIONS(4918), + [anon_sym_DASH_DASH] = ACTIONS(4916), + [anon_sym_DASH2] = ACTIONS(4918), + [anon_sym_LBRACE] = ACTIONS(4916), + [anon_sym_RBRACE] = ACTIONS(4916), + [anon_sym_DOT_DOT] = ACTIONS(4918), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4916), + [anon_sym_DOT_DOT_LT] = ACTIONS(4916), + [anon_sym_null] = ACTIONS(4916), + [anon_sym_true] = ACTIONS(4916), + [anon_sym_false] = ACTIONS(4916), + [aux_sym__val_number_decimal_token1] = ACTIONS(4918), + [aux_sym__val_number_decimal_token2] = ACTIONS(4916), + [aux_sym__val_number_decimal_token3] = ACTIONS(4916), + [aux_sym__val_number_decimal_token4] = ACTIONS(4916), + [aux_sym__val_number_token1] = ACTIONS(4916), + [aux_sym__val_number_token2] = ACTIONS(4916), + [aux_sym__val_number_token3] = ACTIONS(4916), + [aux_sym__val_number_token4] = ACTIONS(4916), + [aux_sym__val_number_token5] = ACTIONS(4916), + [aux_sym__val_number_token6] = ACTIONS(4916), + [anon_sym_0b] = ACTIONS(4918), + [anon_sym_0o] = ACTIONS(4918), + [anon_sym_0x] = ACTIONS(4918), + [sym_val_date] = ACTIONS(4916), + [anon_sym_DQUOTE] = ACTIONS(4916), + [sym__str_single_quotes] = ACTIONS(4916), + [sym__str_back_ticks] = ACTIONS(4916), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4916), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4916), + [anon_sym_err_GT] = ACTIONS(4918), + [anon_sym_out_GT] = ACTIONS(4918), + [anon_sym_e_GT] = ACTIONS(4918), + [anon_sym_o_GT] = ACTIONS(4918), + [anon_sym_err_PLUSout_GT] = ACTIONS(4918), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4918), + [anon_sym_o_PLUSe_GT] = ACTIONS(4918), + [anon_sym_e_PLUSo_GT] = ACTIONS(4918), + [anon_sym_err_GT_GT] = ACTIONS(4916), + [anon_sym_out_GT_GT] = ACTIONS(4916), + [anon_sym_e_GT_GT] = ACTIONS(4916), + [anon_sym_o_GT_GT] = ACTIONS(4916), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4916), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4916), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4916), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4916), + [anon_sym_EQ2] = ACTIONS(4920), + [aux_sym_unquoted_token1] = ACTIONS(4918), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4916), + }, + [1641] = { + [sym_comment] = STATE(1641), + [ts_builtin_sym_end] = ACTIONS(4869), + [sym__newline] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4869), + [anon_sym_PIPE] = ACTIONS(4869), + [anon_sym_err_GT_PIPE] = ACTIONS(4869), + [anon_sym_out_GT_PIPE] = ACTIONS(4869), + [anon_sym_e_GT_PIPE] = ACTIONS(4869), + [anon_sym_o_GT_PIPE] = ACTIONS(4869), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4869), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4869), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4869), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4869), + [anon_sym_LBRACK] = ACTIONS(4869), + [anon_sym_LPAREN] = ACTIONS(4869), + [anon_sym_DOLLAR] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_DASH2] = ACTIONS(4871), + [anon_sym_LBRACE] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4869), + [anon_sym_DOT_DOT_LT] = ACTIONS(4869), + [anon_sym_null] = ACTIONS(4871), + [anon_sym_true] = ACTIONS(4871), + [anon_sym_false] = ACTIONS(4871), + [aux_sym__val_number_decimal_token1] = ACTIONS(4871), + [aux_sym__val_number_decimal_token2] = ACTIONS(4871), + [aux_sym__val_number_decimal_token3] = ACTIONS(4869), + [aux_sym__val_number_decimal_token4] = ACTIONS(4869), + [aux_sym__val_number_token1] = ACTIONS(4871), + [aux_sym__val_number_token2] = ACTIONS(4871), + [aux_sym__val_number_token3] = ACTIONS(4871), + [aux_sym__val_number_token4] = ACTIONS(4871), + [aux_sym__val_number_token5] = ACTIONS(4871), + [aux_sym__val_number_token6] = ACTIONS(4871), + [anon_sym_0b] = ACTIONS(4871), + [anon_sym_0o] = ACTIONS(4871), + [anon_sym_0x] = ACTIONS(4871), + [sym_val_date] = ACTIONS(4871), + [anon_sym_DQUOTE] = ACTIONS(4869), + [sym__str_single_quotes] = ACTIONS(4869), + [sym__str_back_ticks] = ACTIONS(4869), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4869), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4869), + [anon_sym_err_GT] = ACTIONS(4871), + [anon_sym_out_GT] = ACTIONS(4871), + [anon_sym_e_GT] = ACTIONS(4871), + [anon_sym_o_GT] = ACTIONS(4871), + [anon_sym_err_PLUSout_GT] = ACTIONS(4871), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4871), + [anon_sym_o_PLUSe_GT] = ACTIONS(4871), + [anon_sym_e_PLUSo_GT] = ACTIONS(4871), + [anon_sym_err_GT_GT] = ACTIONS(4869), + [anon_sym_out_GT_GT] = ACTIONS(4869), + [anon_sym_e_GT_GT] = ACTIONS(4869), + [anon_sym_o_GT_GT] = ACTIONS(4869), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4869), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4869), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4869), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4869), + [anon_sym_EQ2] = ACTIONS(4922), + [sym_short_flag_identifier] = ACTIONS(4924), + [aux_sym_unquoted_token1] = ACTIONS(4871), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4869), + }, + [1642] = { + [sym_comment] = STATE(1642), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4926), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4928), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1643] = { + [sym_comment] = STATE(1643), + [sym__newline] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4930), + [anon_sym_PIPE] = ACTIONS(4930), + [anon_sym_err_GT_PIPE] = ACTIONS(4930), + [anon_sym_out_GT_PIPE] = ACTIONS(4930), + [anon_sym_e_GT_PIPE] = ACTIONS(4930), + [anon_sym_o_GT_PIPE] = ACTIONS(4930), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4930), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4930), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4930), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4930), + [anon_sym_LBRACK] = ACTIONS(4930), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4930), + [anon_sym_DOLLAR] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4930), + [anon_sym_DASH2] = ACTIONS(4932), + [anon_sym_LBRACE] = ACTIONS(4930), + [anon_sym_RBRACE] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_LPAREN2] = ACTIONS(4930), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4930), + [anon_sym_DOT_DOT_LT] = ACTIONS(4930), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [aux_sym__val_number_decimal_token1] = ACTIONS(4932), + [aux_sym__val_number_decimal_token2] = ACTIONS(4930), + [aux_sym__val_number_decimal_token3] = ACTIONS(4930), + [aux_sym__val_number_decimal_token4] = ACTIONS(4930), + [aux_sym__val_number_token1] = ACTIONS(4930), + [aux_sym__val_number_token2] = ACTIONS(4930), + [aux_sym__val_number_token3] = ACTIONS(4930), + [aux_sym__val_number_token4] = ACTIONS(4930), + [aux_sym__val_number_token5] = ACTIONS(4930), + [aux_sym__val_number_token6] = ACTIONS(4930), + [anon_sym_0b] = ACTIONS(4932), + [anon_sym_0o] = ACTIONS(4932), + [anon_sym_0x] = ACTIONS(4932), + [sym_val_date] = ACTIONS(4930), + [anon_sym_DQUOTE] = ACTIONS(4930), + [sym__str_single_quotes] = ACTIONS(4930), + [sym__str_back_ticks] = ACTIONS(4930), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4930), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4930), + [anon_sym_err_GT] = ACTIONS(4932), + [anon_sym_out_GT] = ACTIONS(4932), + [anon_sym_e_GT] = ACTIONS(4932), + [anon_sym_o_GT] = ACTIONS(4932), + [anon_sym_err_PLUSout_GT] = ACTIONS(4932), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4932), + [anon_sym_o_PLUSe_GT] = ACTIONS(4932), + [anon_sym_e_PLUSo_GT] = ACTIONS(4932), + [anon_sym_err_GT_GT] = ACTIONS(4930), + [anon_sym_out_GT_GT] = ACTIONS(4930), + [anon_sym_e_GT_GT] = ACTIONS(4930), + [anon_sym_o_GT_GT] = ACTIONS(4930), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4930), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4930), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4930), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4930), + [aux_sym_unquoted_token1] = ACTIONS(4932), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4930), + }, [1644] = { [sym_comment] = STATE(1644), - [sym__newline] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2253), - [anon_sym_PIPE] = ACTIONS(2253), - [anon_sym_err_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_GT_PIPE] = ACTIONS(2253), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_LPAREN] = ACTIONS(2253), - [anon_sym_RPAREN] = ACTIONS(2253), - [anon_sym_DOLLAR] = ACTIONS(2249), - [anon_sym_DASH_DASH] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_LBRACE] = ACTIONS(2253), - [anon_sym_RBRACE] = ACTIONS(2253), - [anon_sym_DOT_DOT] = ACTIONS(2249), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2249), - [anon_sym_DOT_DOT_LT] = ACTIONS(2249), - [anon_sym_null] = ACTIONS(2249), - [anon_sym_true] = ACTIONS(2249), - [anon_sym_false] = ACTIONS(2249), - [aux_sym__val_number_decimal_token1] = ACTIONS(2249), - [aux_sym__val_number_decimal_token2] = ACTIONS(2249), - [aux_sym__val_number_decimal_token3] = ACTIONS(2249), - [aux_sym__val_number_decimal_token4] = ACTIONS(2249), - [aux_sym__val_number_token1] = ACTIONS(2249), - [aux_sym__val_number_token2] = ACTIONS(2249), - [aux_sym__val_number_token3] = ACTIONS(2249), - [aux_sym__val_number_token4] = ACTIONS(2249), - [aux_sym__val_number_token5] = ACTIONS(2249), - [aux_sym__val_number_token6] = ACTIONS(2249), - [anon_sym_0b] = ACTIONS(2249), - [anon_sym_0o] = ACTIONS(2249), - [anon_sym_0x] = ACTIONS(2249), - [sym_val_date] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2253), - [sym__str_single_quotes] = ACTIONS(2253), - [sym__str_back_ticks] = ACTIONS(2253), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2253), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2253), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [aux_sym_unquoted_token1] = ACTIONS(2249), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2253), + [ts_builtin_sym_end] = ACTIONS(978), + [sym__newline] = ACTIONS(978), + [anon_sym_SEMI] = ACTIONS(978), + [anon_sym_PIPE] = ACTIONS(978), + [anon_sym_err_GT_PIPE] = ACTIONS(978), + [anon_sym_out_GT_PIPE] = ACTIONS(978), + [anon_sym_e_GT_PIPE] = ACTIONS(978), + [anon_sym_o_GT_PIPE] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), + [anon_sym_LBRACK] = ACTIONS(978), + [anon_sym_LPAREN] = ACTIONS(978), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(978), + [anon_sym_DASH2] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(978), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_QMARK2] = ACTIONS(978), + [anon_sym_DOT_DOT_EQ] = ACTIONS(978), + [anon_sym_DOT_DOT_LT] = ACTIONS(978), + [anon_sym_null] = ACTIONS(978), + [anon_sym_true] = ACTIONS(978), + [anon_sym_false] = ACTIONS(978), + [aux_sym__val_number_decimal_token1] = ACTIONS(976), + [aux_sym__val_number_decimal_token2] = ACTIONS(978), + [aux_sym__val_number_decimal_token3] = ACTIONS(978), + [aux_sym__val_number_decimal_token4] = ACTIONS(978), + [aux_sym__val_number_token1] = ACTIONS(978), + [aux_sym__val_number_token2] = ACTIONS(978), + [aux_sym__val_number_token3] = ACTIONS(978), + [aux_sym__val_number_token4] = ACTIONS(978), + [aux_sym__val_number_token5] = ACTIONS(978), + [aux_sym__val_number_token6] = ACTIONS(978), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(978), + [anon_sym_DQUOTE] = ACTIONS(978), + [sym__str_single_quotes] = ACTIONS(978), + [sym__str_back_ticks] = ACTIONS(978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), + [anon_sym_DOT2] = ACTIONS(976), + [anon_sym_err_GT] = ACTIONS(976), + [anon_sym_out_GT] = ACTIONS(976), + [anon_sym_e_GT] = ACTIONS(976), + [anon_sym_o_GT] = ACTIONS(976), + [anon_sym_err_PLUSout_GT] = ACTIONS(976), + [anon_sym_out_PLUSerr_GT] = ACTIONS(976), + [anon_sym_o_PLUSe_GT] = ACTIONS(976), + [anon_sym_e_PLUSo_GT] = ACTIONS(976), + [anon_sym_err_GT_GT] = ACTIONS(978), + [anon_sym_out_GT_GT] = ACTIONS(978), + [anon_sym_e_GT_GT] = ACTIONS(978), + [anon_sym_o_GT_GT] = ACTIONS(978), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), + [aux_sym_unquoted_token1] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(978), }, [1645] = { [sym_comment] = STATE(1645), - [ts_builtin_sym_end] = ACTIONS(1725), - [sym__newline] = ACTIONS(1725), - [anon_sym_SEMI] = ACTIONS(1725), - [anon_sym_PIPE] = ACTIONS(1725), - [anon_sym_err_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_GT_PIPE] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1725), - [anon_sym_GT2] = ACTIONS(1723), - [anon_sym_DASH2] = ACTIONS(1725), - [anon_sym_in2] = ACTIONS(1725), - [anon_sym_STAR2] = ACTIONS(1723), - [anon_sym_and2] = ACTIONS(1725), - [anon_sym_xor2] = ACTIONS(1725), - [anon_sym_or2] = ACTIONS(1725), - [anon_sym_not_DASHin2] = ACTIONS(1725), - [anon_sym_starts_DASHwith2] = ACTIONS(1725), - [anon_sym_ends_DASHwith2] = ACTIONS(1725), - [anon_sym_EQ_EQ2] = ACTIONS(1725), - [anon_sym_BANG_EQ2] = ACTIONS(1725), - [anon_sym_LT2] = ACTIONS(1723), - [anon_sym_LT_EQ2] = ACTIONS(1725), - [anon_sym_GT_EQ2] = ACTIONS(1725), - [anon_sym_EQ_TILDE2] = ACTIONS(1725), - [anon_sym_BANG_TILDE2] = ACTIONS(1725), - [anon_sym_LPAREN2] = ACTIONS(1725), - [anon_sym_STAR_STAR2] = ACTIONS(1725), - [anon_sym_PLUS_PLUS2] = ACTIONS(1725), - [anon_sym_SLASH2] = ACTIONS(1723), - [anon_sym_mod2] = ACTIONS(1725), - [anon_sym_SLASH_SLASH2] = ACTIONS(1725), - [anon_sym_PLUS2] = ACTIONS(1723), - [anon_sym_bit_DASHshl2] = ACTIONS(1725), - [anon_sym_bit_DASHshr2] = ACTIONS(1725), - [anon_sym_bit_DASHand2] = ACTIONS(1725), - [anon_sym_bit_DASHxor2] = ACTIONS(1725), - [anon_sym_bit_DASHor2] = ACTIONS(1725), - [anon_sym_DOT_DOT2] = ACTIONS(1723), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1725), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1725), - [sym_filesize_unit] = ACTIONS(1723), - [sym_duration_unit] = ACTIONS(1725), - [anon_sym_err_GT] = ACTIONS(1723), - [anon_sym_out_GT] = ACTIONS(1723), - [anon_sym_e_GT] = ACTIONS(1723), - [anon_sym_o_GT] = ACTIONS(1723), - [anon_sym_err_PLUSout_GT] = ACTIONS(1723), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1723), - [anon_sym_o_PLUSe_GT] = ACTIONS(1723), - [anon_sym_e_PLUSo_GT] = ACTIONS(1723), - [anon_sym_err_GT_GT] = ACTIONS(1725), - [anon_sym_out_GT_GT] = ACTIONS(1725), - [anon_sym_e_GT_GT] = ACTIONS(1725), - [anon_sym_o_GT_GT] = ACTIONS(1725), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1725), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1725), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1725), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1725), - [aux_sym_unquoted_token2] = ACTIONS(1723), - [anon_sym_POUND] = ACTIONS(251), + [sym__newline] = ACTIONS(4934), + [anon_sym_SEMI] = ACTIONS(4934), + [anon_sym_PIPE] = ACTIONS(4934), + [anon_sym_err_GT_PIPE] = ACTIONS(4934), + [anon_sym_out_GT_PIPE] = ACTIONS(4934), + [anon_sym_e_GT_PIPE] = ACTIONS(4934), + [anon_sym_o_GT_PIPE] = ACTIONS(4934), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4934), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4934), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4934), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4934), + [anon_sym_LBRACK] = ACTIONS(4934), + [anon_sym_LPAREN] = ACTIONS(4934), + [anon_sym_RPAREN] = ACTIONS(4934), + [anon_sym_DOLLAR] = ACTIONS(4936), + [anon_sym_DASH_DASH] = ACTIONS(4934), + [anon_sym_DASH2] = ACTIONS(4936), + [anon_sym_LBRACE] = ACTIONS(4934), + [anon_sym_RBRACE] = ACTIONS(4934), + [anon_sym_DOT_DOT] = ACTIONS(4936), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4934), + [anon_sym_DOT_DOT_LT] = ACTIONS(4934), + [anon_sym_null] = ACTIONS(4934), + [anon_sym_true] = ACTIONS(4934), + [anon_sym_false] = ACTIONS(4934), + [aux_sym__val_number_decimal_token1] = ACTIONS(4936), + [aux_sym__val_number_decimal_token2] = ACTIONS(4934), + [aux_sym__val_number_decimal_token3] = ACTIONS(4934), + [aux_sym__val_number_decimal_token4] = ACTIONS(4934), + [aux_sym__val_number_token1] = ACTIONS(4934), + [aux_sym__val_number_token2] = ACTIONS(4934), + [aux_sym__val_number_token3] = ACTIONS(4934), + [aux_sym__val_number_token4] = ACTIONS(4934), + [aux_sym__val_number_token5] = ACTIONS(4934), + [aux_sym__val_number_token6] = ACTIONS(4934), + [anon_sym_0b] = ACTIONS(4936), + [anon_sym_0o] = ACTIONS(4936), + [anon_sym_0x] = ACTIONS(4936), + [sym_val_date] = ACTIONS(4934), + [anon_sym_DQUOTE] = ACTIONS(4934), + [sym__str_single_quotes] = ACTIONS(4934), + [sym__str_back_ticks] = ACTIONS(4934), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4934), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4934), + [anon_sym_err_GT] = ACTIONS(4936), + [anon_sym_out_GT] = ACTIONS(4936), + [anon_sym_e_GT] = ACTIONS(4936), + [anon_sym_o_GT] = ACTIONS(4936), + [anon_sym_err_PLUSout_GT] = ACTIONS(4936), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4936), + [anon_sym_o_PLUSe_GT] = ACTIONS(4936), + [anon_sym_e_PLUSo_GT] = ACTIONS(4936), + [anon_sym_err_GT_GT] = ACTIONS(4934), + [anon_sym_out_GT_GT] = ACTIONS(4934), + [anon_sym_e_GT_GT] = ACTIONS(4934), + [anon_sym_o_GT_GT] = ACTIONS(4934), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4934), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4934), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4934), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4934), + [anon_sym_EQ2] = ACTIONS(4938), + [aux_sym_unquoted_token1] = ACTIONS(4936), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4934), }, [1646] = { [sym_comment] = STATE(1646), - [ts_builtin_sym_end] = ACTIONS(1625), - [sym__newline] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_err_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_GT_PIPE] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1625), - [anon_sym_GT2] = ACTIONS(1623), - [anon_sym_DASH2] = ACTIONS(1625), - [anon_sym_in2] = ACTIONS(1625), - [anon_sym_STAR2] = ACTIONS(1623), - [anon_sym_and2] = ACTIONS(1625), - [anon_sym_xor2] = ACTIONS(1625), - [anon_sym_or2] = ACTIONS(1625), - [anon_sym_not_DASHin2] = ACTIONS(1625), - [anon_sym_starts_DASHwith2] = ACTIONS(1625), - [anon_sym_ends_DASHwith2] = ACTIONS(1625), - [anon_sym_EQ_EQ2] = ACTIONS(1625), - [anon_sym_BANG_EQ2] = ACTIONS(1625), - [anon_sym_LT2] = ACTIONS(1623), - [anon_sym_LT_EQ2] = ACTIONS(1625), - [anon_sym_GT_EQ2] = ACTIONS(1625), - [anon_sym_EQ_TILDE2] = ACTIONS(1625), - [anon_sym_BANG_TILDE2] = ACTIONS(1625), - [anon_sym_LPAREN2] = ACTIONS(1625), - [anon_sym_STAR_STAR2] = ACTIONS(1625), - [anon_sym_PLUS_PLUS2] = ACTIONS(1625), - [anon_sym_SLASH2] = ACTIONS(1623), - [anon_sym_mod2] = ACTIONS(1625), - [anon_sym_SLASH_SLASH2] = ACTIONS(1625), - [anon_sym_PLUS2] = ACTIONS(1623), - [anon_sym_bit_DASHshl2] = ACTIONS(1625), - [anon_sym_bit_DASHshr2] = ACTIONS(1625), - [anon_sym_bit_DASHand2] = ACTIONS(1625), - [anon_sym_bit_DASHxor2] = ACTIONS(1625), - [anon_sym_bit_DASHor2] = ACTIONS(1625), - [anon_sym_DOT_DOT2] = ACTIONS(1623), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1625), - [sym_filesize_unit] = ACTIONS(1623), - [sym_duration_unit] = ACTIONS(1625), - [anon_sym_err_GT] = ACTIONS(1623), - [anon_sym_out_GT] = ACTIONS(1623), - [anon_sym_e_GT] = ACTIONS(1623), - [anon_sym_o_GT] = ACTIONS(1623), - [anon_sym_err_PLUSout_GT] = ACTIONS(1623), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1623), - [anon_sym_o_PLUSe_GT] = ACTIONS(1623), - [anon_sym_e_PLUSo_GT] = ACTIONS(1623), - [anon_sym_err_GT_GT] = ACTIONS(1625), - [anon_sym_out_GT_GT] = ACTIONS(1625), - [anon_sym_e_GT_GT] = ACTIONS(1625), - [anon_sym_o_GT_GT] = ACTIONS(1625), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1625), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1625), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1625), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1625), - [aux_sym_unquoted_token2] = ACTIONS(1623), - [anon_sym_POUND] = ACTIONS(251), + [sym__newline] = ACTIONS(2247), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_err_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_GT_PIPE] = ACTIONS(2247), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2247), + [anon_sym_RPAREN] = ACTIONS(2247), + [anon_sym_DOLLAR] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_DOT_DOT] = ACTIONS(2245), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2245), + [anon_sym_DOT_DOT_LT] = ACTIONS(2245), + [anon_sym_null] = ACTIONS(2245), + [anon_sym_true] = ACTIONS(2245), + [anon_sym_false] = ACTIONS(2245), + [aux_sym__val_number_decimal_token1] = ACTIONS(2245), + [aux_sym__val_number_decimal_token2] = ACTIONS(2245), + [aux_sym__val_number_decimal_token3] = ACTIONS(2245), + [aux_sym__val_number_decimal_token4] = ACTIONS(2245), + [aux_sym__val_number_token1] = ACTIONS(2245), + [aux_sym__val_number_token2] = ACTIONS(2245), + [aux_sym__val_number_token3] = ACTIONS(2245), + [aux_sym__val_number_token4] = ACTIONS(2245), + [aux_sym__val_number_token5] = ACTIONS(2245), + [aux_sym__val_number_token6] = ACTIONS(2245), + [anon_sym_0b] = ACTIONS(2245), + [anon_sym_0o] = ACTIONS(2245), + [anon_sym_0x] = ACTIONS(2245), + [sym_val_date] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2247), + [sym__str_single_quotes] = ACTIONS(2247), + [sym__str_back_ticks] = ACTIONS(2247), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2247), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2247), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), + [aux_sym_unquoted_token1] = ACTIONS(2245), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2247), }, [1647] = { [sym_comment] = STATE(1647), - [ts_builtin_sym_end] = ACTIONS(2222), - [sym__newline] = ACTIONS(2222), - [anon_sym_SEMI] = ACTIONS(2222), - [anon_sym_PIPE] = ACTIONS(2222), - [anon_sym_err_GT_PIPE] = ACTIONS(2222), - [anon_sym_out_GT_PIPE] = ACTIONS(2222), - [anon_sym_e_GT_PIPE] = ACTIONS(2222), - [anon_sym_o_GT_PIPE] = ACTIONS(2222), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2222), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2222), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2222), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2222), - [anon_sym_LBRACK] = ACTIONS(2222), - [anon_sym_LPAREN] = ACTIONS(2218), - [anon_sym_DOLLAR] = ACTIONS(2218), - [anon_sym_DASH_DASH] = ACTIONS(2222), - [anon_sym_DASH2] = ACTIONS(2218), - [anon_sym_LBRACE] = ACTIONS(2222), - [anon_sym_DOT_DOT] = ACTIONS(2218), - [anon_sym_LPAREN2] = ACTIONS(2220), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2222), - [anon_sym_DOT_DOT_LT] = ACTIONS(2222), - [anon_sym_null] = ACTIONS(2222), - [anon_sym_true] = ACTIONS(2222), - [anon_sym_false] = ACTIONS(2222), - [aux_sym__val_number_decimal_token1] = ACTIONS(2218), - [aux_sym__val_number_decimal_token2] = ACTIONS(2222), - [aux_sym__val_number_decimal_token3] = ACTIONS(2222), - [aux_sym__val_number_decimal_token4] = ACTIONS(2222), - [aux_sym__val_number_token1] = ACTIONS(2222), - [aux_sym__val_number_token2] = ACTIONS(2222), - [aux_sym__val_number_token3] = ACTIONS(2222), - [aux_sym__val_number_token4] = ACTIONS(2222), - [aux_sym__val_number_token5] = ACTIONS(2222), - [aux_sym__val_number_token6] = ACTIONS(2222), - [anon_sym_0b] = ACTIONS(2218), - [anon_sym_0o] = ACTIONS(2218), - [anon_sym_0x] = ACTIONS(2218), - [sym_val_date] = ACTIONS(2222), - [anon_sym_DQUOTE] = ACTIONS(2222), - [sym__str_single_quotes] = ACTIONS(2222), - [sym__str_back_ticks] = ACTIONS(2222), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2222), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2222), - [anon_sym_err_GT] = ACTIONS(2218), - [anon_sym_out_GT] = ACTIONS(2218), - [anon_sym_e_GT] = ACTIONS(2218), - [anon_sym_o_GT] = ACTIONS(2218), - [anon_sym_err_PLUSout_GT] = ACTIONS(2218), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2218), - [anon_sym_o_PLUSe_GT] = ACTIONS(2218), - [anon_sym_e_PLUSo_GT] = ACTIONS(2218), - [anon_sym_err_GT_GT] = ACTIONS(2222), - [anon_sym_out_GT_GT] = ACTIONS(2222), - [anon_sym_e_GT_GT] = ACTIONS(2222), - [anon_sym_o_GT_GT] = ACTIONS(2222), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2222), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2222), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2222), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2222), - [aux_sym_unquoted_token1] = ACTIONS(2218), - [aux_sym_unquoted_token2] = ACTIONS(1621), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2222), + [sym__newline] = ACTIONS(1020), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_PIPE] = ACTIONS(1020), + [anon_sym_err_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_GT_PIPE] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), + [anon_sym_RPAREN] = ACTIONS(1020), + [anon_sym_GT2] = ACTIONS(1018), + [anon_sym_DASH2] = ACTIONS(1020), + [anon_sym_in2] = ACTIONS(1020), + [anon_sym_if] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_EQ_GT] = ACTIONS(1020), + [anon_sym_STAR2] = ACTIONS(1018), + [anon_sym_and2] = ACTIONS(1020), + [anon_sym_xor2] = ACTIONS(1020), + [anon_sym_or2] = ACTIONS(1020), + [anon_sym_not_DASHin2] = ACTIONS(1020), + [anon_sym_starts_DASHwith2] = ACTIONS(1020), + [anon_sym_ends_DASHwith2] = ACTIONS(1020), + [anon_sym_EQ_EQ2] = ACTIONS(1020), + [anon_sym_BANG_EQ2] = ACTIONS(1020), + [anon_sym_LT2] = ACTIONS(1018), + [anon_sym_LT_EQ2] = ACTIONS(1020), + [anon_sym_GT_EQ2] = ACTIONS(1020), + [anon_sym_EQ_TILDE2] = ACTIONS(1020), + [anon_sym_BANG_TILDE2] = ACTIONS(1020), + [anon_sym_STAR_STAR2] = ACTIONS(1020), + [anon_sym_PLUS_PLUS2] = ACTIONS(1020), + [anon_sym_SLASH2] = ACTIONS(1018), + [anon_sym_mod2] = ACTIONS(1020), + [anon_sym_SLASH_SLASH2] = ACTIONS(1020), + [anon_sym_PLUS2] = ACTIONS(1018), + [anon_sym_bit_DASHshl2] = ACTIONS(1020), + [anon_sym_bit_DASHshr2] = ACTIONS(1020), + [anon_sym_bit_DASHand2] = ACTIONS(1020), + [anon_sym_bit_DASHxor2] = ACTIONS(1020), + [anon_sym_bit_DASHor2] = ACTIONS(1020), + [anon_sym_DOT_DOT2] = ACTIONS(1018), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), + [anon_sym_err_GT] = ACTIONS(1018), + [anon_sym_out_GT] = ACTIONS(1018), + [anon_sym_e_GT] = ACTIONS(1018), + [anon_sym_o_GT] = ACTIONS(1018), + [anon_sym_err_PLUSout_GT] = ACTIONS(1018), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), + [anon_sym_o_PLUSe_GT] = ACTIONS(1018), + [anon_sym_e_PLUSo_GT] = ACTIONS(1018), + [anon_sym_err_GT_GT] = ACTIONS(1020), + [anon_sym_out_GT_GT] = ACTIONS(1020), + [anon_sym_e_GT_GT] = ACTIONS(1020), + [anon_sym_o_GT_GT] = ACTIONS(1020), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(251), }, [1648] = { [sym_comment] = STATE(1648), - [sym__newline] = ACTIONS(2259), - [anon_sym_SEMI] = ACTIONS(2259), - [anon_sym_PIPE] = ACTIONS(2259), - [anon_sym_err_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_GT_PIPE] = ACTIONS(2259), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2259), - [anon_sym_LBRACK] = ACTIONS(2259), - [anon_sym_LPAREN] = ACTIONS(2259), - [anon_sym_RPAREN] = ACTIONS(2259), - [anon_sym_DOLLAR] = ACTIONS(2257), - [anon_sym_DASH_DASH] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2259), - [anon_sym_RBRACE] = ACTIONS(2259), - [anon_sym_DOT_DOT] = ACTIONS(2257), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2257), - [anon_sym_DOT_DOT_LT] = ACTIONS(2257), - [anon_sym_null] = ACTIONS(2257), - [anon_sym_true] = ACTIONS(2257), - [anon_sym_false] = ACTIONS(2257), - [aux_sym__val_number_decimal_token1] = ACTIONS(2257), - [aux_sym__val_number_decimal_token2] = ACTIONS(2257), - [aux_sym__val_number_decimal_token3] = ACTIONS(2257), - [aux_sym__val_number_decimal_token4] = ACTIONS(2257), - [aux_sym__val_number_token1] = ACTIONS(2257), - [aux_sym__val_number_token2] = ACTIONS(2257), - [aux_sym__val_number_token3] = ACTIONS(2257), - [aux_sym__val_number_token4] = ACTIONS(2257), - [aux_sym__val_number_token5] = ACTIONS(2257), - [aux_sym__val_number_token6] = ACTIONS(2257), - [anon_sym_0b] = ACTIONS(2257), - [anon_sym_0o] = ACTIONS(2257), - [anon_sym_0x] = ACTIONS(2257), - [sym_val_date] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2259), - [sym__str_single_quotes] = ACTIONS(2259), - [sym__str_back_ticks] = ACTIONS(2259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2259), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2259), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), - [aux_sym_unquoted_token1] = ACTIONS(2257), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2259), + [sym__newline] = ACTIONS(2322), + [anon_sym_SEMI] = ACTIONS(2322), + [anon_sym_PIPE] = ACTIONS(2322), + [anon_sym_err_GT_PIPE] = ACTIONS(2322), + [anon_sym_out_GT_PIPE] = ACTIONS(2322), + [anon_sym_e_GT_PIPE] = ACTIONS(2322), + [anon_sym_o_GT_PIPE] = ACTIONS(2322), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2322), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2322), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2322), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2322), + [anon_sym_LBRACK] = ACTIONS(2318), + [anon_sym_LPAREN] = ACTIONS(2322), + [anon_sym_RPAREN] = ACTIONS(2322), + [anon_sym_DOLLAR] = ACTIONS(2318), + [anon_sym_DASH_DASH] = ACTIONS(2322), + [anon_sym_DASH2] = ACTIONS(2318), + [anon_sym_LBRACE] = ACTIONS(2322), + [anon_sym_RBRACE] = ACTIONS(2322), + [anon_sym_DOT_DOT] = ACTIONS(2318), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2322), + [anon_sym_DOT_DOT_LT] = ACTIONS(2322), + [anon_sym_null] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2322), + [anon_sym_false] = ACTIONS(2322), + [aux_sym__val_number_decimal_token1] = ACTIONS(2318), + [aux_sym__val_number_decimal_token2] = ACTIONS(2322), + [aux_sym__val_number_decimal_token3] = ACTIONS(2322), + [aux_sym__val_number_decimal_token4] = ACTIONS(2322), + [aux_sym__val_number_token1] = ACTIONS(2322), + [aux_sym__val_number_token2] = ACTIONS(2322), + [aux_sym__val_number_token3] = ACTIONS(2322), + [aux_sym__val_number_token4] = ACTIONS(2322), + [aux_sym__val_number_token5] = ACTIONS(2322), + [aux_sym__val_number_token6] = ACTIONS(2322), + [anon_sym_0b] = ACTIONS(2318), + [anon_sym_0o] = ACTIONS(2318), + [anon_sym_0x] = ACTIONS(2318), + [anon_sym_LBRACK2] = ACTIONS(4940), + [sym_val_date] = ACTIONS(2322), + [anon_sym_DQUOTE] = ACTIONS(2322), + [sym__str_single_quotes] = ACTIONS(2322), + [sym__str_back_ticks] = ACTIONS(2322), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2322), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2322), + [anon_sym_err_GT] = ACTIONS(2318), + [anon_sym_out_GT] = ACTIONS(2318), + [anon_sym_e_GT] = ACTIONS(2318), + [anon_sym_o_GT] = ACTIONS(2318), + [anon_sym_err_PLUSout_GT] = ACTIONS(2318), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2318), + [anon_sym_o_PLUSe_GT] = ACTIONS(2318), + [anon_sym_e_PLUSo_GT] = ACTIONS(2318), + [anon_sym_err_GT_GT] = ACTIONS(2322), + [anon_sym_out_GT_GT] = ACTIONS(2322), + [anon_sym_e_GT_GT] = ACTIONS(2322), + [anon_sym_o_GT_GT] = ACTIONS(2322), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2322), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2322), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2322), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2322), + [aux_sym_unquoted_token1] = ACTIONS(2318), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2322), }, [1649] = { [sym_comment] = STATE(1649), - [ts_builtin_sym_end] = ACTIONS(1788), - [sym__newline] = ACTIONS(1788), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_PIPE] = ACTIONS(1788), - [anon_sym_err_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_GT_PIPE] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1788), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_DASH2] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1788), - [anon_sym_DOT_DOT_LT] = ACTIONS(1788), - [anon_sym_null] = ACTIONS(1788), - [anon_sym_true] = ACTIONS(1788), - [anon_sym_false] = ACTIONS(1788), - [aux_sym__val_number_decimal_token1] = ACTIONS(1786), - [aux_sym__val_number_decimal_token2] = ACTIONS(1788), - [aux_sym__val_number_decimal_token3] = ACTIONS(1788), - [aux_sym__val_number_decimal_token4] = ACTIONS(1788), - [aux_sym__val_number_token1] = ACTIONS(1788), - [aux_sym__val_number_token2] = ACTIONS(1788), - [aux_sym__val_number_token3] = ACTIONS(1788), - [aux_sym__val_number_token4] = ACTIONS(1788), - [aux_sym__val_number_token5] = ACTIONS(1788), - [aux_sym__val_number_token6] = ACTIONS(1788), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym__str_single_quotes] = ACTIONS(1788), - [sym__str_back_ticks] = ACTIONS(1788), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1788), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1788), - [anon_sym_err_GT] = ACTIONS(1786), - [anon_sym_out_GT] = ACTIONS(1786), - [anon_sym_e_GT] = ACTIONS(1786), - [anon_sym_o_GT] = ACTIONS(1786), - [anon_sym_err_PLUSout_GT] = ACTIONS(1786), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), - [anon_sym_o_PLUSe_GT] = ACTIONS(1786), - [anon_sym_e_PLUSo_GT] = ACTIONS(1786), - [anon_sym_err_GT_GT] = ACTIONS(1788), - [anon_sym_out_GT_GT] = ACTIONS(1788), - [anon_sym_e_GT_GT] = ACTIONS(1788), - [anon_sym_o_GT_GT] = ACTIONS(1788), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1788), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1788), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1788), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1788), - [aux_sym_unquoted_token1] = ACTIONS(1786), - [aux_sym_unquoted_token2] = ACTIONS(1786), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_RPAREN] = ACTIONS(1759), + [anon_sym_GT2] = ACTIONS(1757), + [anon_sym_DASH2] = ACTIONS(1759), + [anon_sym_in2] = ACTIONS(1759), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_RBRACE] = ACTIONS(1759), + [anon_sym_STAR2] = ACTIONS(1757), + [anon_sym_and2] = ACTIONS(1759), + [anon_sym_xor2] = ACTIONS(1759), + [anon_sym_or2] = ACTIONS(1759), + [anon_sym_not_DASHin2] = ACTIONS(1759), + [anon_sym_starts_DASHwith2] = ACTIONS(1759), + [anon_sym_ends_DASHwith2] = ACTIONS(1759), + [anon_sym_EQ_EQ2] = ACTIONS(1759), + [anon_sym_BANG_EQ2] = ACTIONS(1759), + [anon_sym_LT2] = ACTIONS(1757), + [anon_sym_LT_EQ2] = ACTIONS(1759), + [anon_sym_GT_EQ2] = ACTIONS(1759), + [anon_sym_EQ_TILDE2] = ACTIONS(1759), + [anon_sym_BANG_TILDE2] = ACTIONS(1759), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_STAR_STAR2] = ACTIONS(1759), + [anon_sym_PLUS_PLUS2] = ACTIONS(1759), + [anon_sym_SLASH2] = ACTIONS(1757), + [anon_sym_mod2] = ACTIONS(1759), + [anon_sym_SLASH_SLASH2] = ACTIONS(1759), + [anon_sym_PLUS2] = ACTIONS(1757), + [anon_sym_bit_DASHshl2] = ACTIONS(1759), + [anon_sym_bit_DASHshr2] = ACTIONS(1759), + [anon_sym_bit_DASHand2] = ACTIONS(1759), + [anon_sym_bit_DASHxor2] = ACTIONS(1759), + [anon_sym_bit_DASHor2] = ACTIONS(1759), + [anon_sym_DOT_DOT2] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token2] = ACTIONS(1757), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1788), }, [1650] = { [sym_comment] = STATE(1650), - [sym__newline] = ACTIONS(986), - [anon_sym_SEMI] = ACTIONS(986), - [anon_sym_PIPE] = ACTIONS(986), - [anon_sym_err_GT_PIPE] = ACTIONS(986), - [anon_sym_out_GT_PIPE] = ACTIONS(986), - [anon_sym_e_GT_PIPE] = ACTIONS(986), - [anon_sym_o_GT_PIPE] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), - [anon_sym_LBRACK] = ACTIONS(986), - [anon_sym_LPAREN] = ACTIONS(986), - [anon_sym_RPAREN] = ACTIONS(986), - [anon_sym_DOLLAR] = ACTIONS(984), - [anon_sym_DASH_DASH] = ACTIONS(986), - [anon_sym_DASH2] = ACTIONS(984), - [anon_sym_LBRACE] = ACTIONS(986), - [anon_sym_RBRACE] = ACTIONS(986), - [anon_sym_DOT_DOT] = ACTIONS(984), - [anon_sym_DOT_DOT_EQ] = ACTIONS(986), - [anon_sym_DOT_DOT_LT] = ACTIONS(986), - [anon_sym_null] = ACTIONS(986), - [anon_sym_true] = ACTIONS(986), - [anon_sym_false] = ACTIONS(986), - [aux_sym__val_number_decimal_token1] = ACTIONS(984), - [aux_sym__val_number_decimal_token2] = ACTIONS(986), - [aux_sym__val_number_decimal_token3] = ACTIONS(986), - [aux_sym__val_number_decimal_token4] = ACTIONS(986), - [aux_sym__val_number_token1] = ACTIONS(986), - [aux_sym__val_number_token2] = ACTIONS(986), - [aux_sym__val_number_token3] = ACTIONS(986), - [aux_sym__val_number_token4] = ACTIONS(986), - [aux_sym__val_number_token5] = ACTIONS(986), - [aux_sym__val_number_token6] = ACTIONS(986), - [anon_sym_0b] = ACTIONS(984), - [anon_sym_0o] = ACTIONS(984), - [anon_sym_0x] = ACTIONS(984), - [sym_val_date] = ACTIONS(986), - [anon_sym_DQUOTE] = ACTIONS(986), - [sym__str_single_quotes] = ACTIONS(986), - [sym__str_back_ticks] = ACTIONS(986), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), - [anon_sym_DOT2] = ACTIONS(984), - [anon_sym_err_GT] = ACTIONS(984), - [anon_sym_out_GT] = ACTIONS(984), - [anon_sym_e_GT] = ACTIONS(984), - [anon_sym_o_GT] = ACTIONS(984), - [anon_sym_err_PLUSout_GT] = ACTIONS(984), - [anon_sym_out_PLUSerr_GT] = ACTIONS(984), - [anon_sym_o_PLUSe_GT] = ACTIONS(984), - [anon_sym_e_PLUSo_GT] = ACTIONS(984), - [anon_sym_err_GT_GT] = ACTIONS(986), - [anon_sym_out_GT_GT] = ACTIONS(986), - [anon_sym_e_GT_GT] = ACTIONS(986), - [anon_sym_o_GT_GT] = ACTIONS(986), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), - [aux_sym_unquoted_token1] = ACTIONS(984), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(986), + [sym__newline] = ACTIONS(2267), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_PIPE] = ACTIONS(2267), + [anon_sym_err_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_GT_PIPE] = ACTIONS(2267), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2267), + [anon_sym_LBRACK] = ACTIONS(2267), + [anon_sym_LPAREN] = ACTIONS(2267), + [anon_sym_RPAREN] = ACTIONS(2267), + [anon_sym_DOLLAR] = ACTIONS(2265), + [anon_sym_DASH_DASH] = ACTIONS(2265), + [anon_sym_DASH2] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2267), + [anon_sym_RBRACE] = ACTIONS(2267), + [anon_sym_DOT_DOT] = ACTIONS(2265), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2265), + [anon_sym_DOT_DOT_LT] = ACTIONS(2265), + [anon_sym_null] = ACTIONS(2265), + [anon_sym_true] = ACTIONS(2265), + [anon_sym_false] = ACTIONS(2265), + [aux_sym__val_number_decimal_token1] = ACTIONS(2265), + [aux_sym__val_number_decimal_token2] = ACTIONS(2265), + [aux_sym__val_number_decimal_token3] = ACTIONS(2265), + [aux_sym__val_number_decimal_token4] = ACTIONS(2265), + [aux_sym__val_number_token1] = ACTIONS(2265), + [aux_sym__val_number_token2] = ACTIONS(2265), + [aux_sym__val_number_token3] = ACTIONS(2265), + [aux_sym__val_number_token4] = ACTIONS(2265), + [aux_sym__val_number_token5] = ACTIONS(2265), + [aux_sym__val_number_token6] = ACTIONS(2265), + [anon_sym_0b] = ACTIONS(2265), + [anon_sym_0o] = ACTIONS(2265), + [anon_sym_0x] = ACTIONS(2265), + [sym_val_date] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2267), + [sym__str_single_quotes] = ACTIONS(2267), + [sym__str_back_ticks] = ACTIONS(2267), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2267), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2267), + [anon_sym_err_GT] = ACTIONS(2265), + [anon_sym_out_GT] = ACTIONS(2265), + [anon_sym_e_GT] = ACTIONS(2265), + [anon_sym_o_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT] = ACTIONS(2265), + [anon_sym_err_GT_GT] = ACTIONS(2265), + [anon_sym_out_GT_GT] = ACTIONS(2265), + [anon_sym_e_GT_GT] = ACTIONS(2265), + [anon_sym_o_GT_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2265), + [aux_sym_unquoted_token1] = ACTIONS(2265), + [aux_sym_unquoted_token4] = ACTIONS(2265), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2267), }, [1651] = { - [sym_path] = STATE(1826), [sym_comment] = STATE(1651), - [aux_sym_cell_path_repeat1] = STATE(1666), - [ts_builtin_sym_end] = ACTIONS(950), - [sym__newline] = ACTIONS(950), - [anon_sym_SEMI] = ACTIONS(950), - [anon_sym_PIPE] = ACTIONS(950), - [anon_sym_err_GT_PIPE] = ACTIONS(950), - [anon_sym_out_GT_PIPE] = ACTIONS(950), - [anon_sym_e_GT_PIPE] = ACTIONS(950), - [anon_sym_o_GT_PIPE] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), - [anon_sym_GT2] = ACTIONS(948), - [anon_sym_DASH2] = ACTIONS(950), - [anon_sym_in2] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(950), - [anon_sym_STAR2] = ACTIONS(948), - [anon_sym_and2] = ACTIONS(950), - [anon_sym_xor2] = ACTIONS(950), - [anon_sym_or2] = ACTIONS(950), - [anon_sym_not_DASHin2] = ACTIONS(950), - [anon_sym_starts_DASHwith2] = ACTIONS(950), - [anon_sym_ends_DASHwith2] = ACTIONS(950), - [anon_sym_EQ_EQ2] = ACTIONS(950), - [anon_sym_BANG_EQ2] = ACTIONS(950), - [anon_sym_LT2] = ACTIONS(948), - [anon_sym_LT_EQ2] = ACTIONS(950), - [anon_sym_GT_EQ2] = ACTIONS(950), - [anon_sym_EQ_TILDE2] = ACTIONS(950), - [anon_sym_BANG_TILDE2] = ACTIONS(950), - [anon_sym_STAR_STAR2] = ACTIONS(950), - [anon_sym_PLUS_PLUS2] = ACTIONS(950), - [anon_sym_SLASH2] = ACTIONS(948), - [anon_sym_mod2] = ACTIONS(950), - [anon_sym_SLASH_SLASH2] = ACTIONS(950), - [anon_sym_PLUS2] = ACTIONS(948), - [anon_sym_bit_DASHshl2] = ACTIONS(950), - [anon_sym_bit_DASHshr2] = ACTIONS(950), - [anon_sym_bit_DASHand2] = ACTIONS(950), - [anon_sym_bit_DASHxor2] = ACTIONS(950), - [anon_sym_bit_DASHor2] = ACTIONS(950), - [anon_sym_DOT_DOT2] = ACTIONS(948), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), - [anon_sym_DOT_DOT_LT2] = ACTIONS(950), - [anon_sym_DOT2] = ACTIONS(4922), - [anon_sym_err_GT] = ACTIONS(948), - [anon_sym_out_GT] = ACTIONS(948), - [anon_sym_e_GT] = ACTIONS(948), - [anon_sym_o_GT] = ACTIONS(948), - [anon_sym_err_PLUSout_GT] = ACTIONS(948), - [anon_sym_out_PLUSerr_GT] = ACTIONS(948), - [anon_sym_o_PLUSe_GT] = ACTIONS(948), - [anon_sym_e_PLUSo_GT] = ACTIONS(948), - [anon_sym_err_GT_GT] = ACTIONS(950), - [anon_sym_out_GT_GT] = ACTIONS(950), - [anon_sym_e_GT_GT] = ACTIONS(950), - [anon_sym_o_GT_GT] = ACTIONS(950), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), + [sym__newline] = ACTIONS(2122), + [anon_sym_SEMI] = ACTIONS(2122), + [anon_sym_PIPE] = ACTIONS(2122), + [anon_sym_err_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_GT_PIPE] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2122), + [anon_sym_RPAREN] = ACTIONS(2122), + [anon_sym_GT2] = ACTIONS(2120), + [anon_sym_DASH2] = ACTIONS(2122), + [anon_sym_in2] = ACTIONS(2122), + [anon_sym_if] = ACTIONS(2122), + [anon_sym_LBRACE] = ACTIONS(2122), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_EQ_GT] = ACTIONS(2122), + [anon_sym_STAR2] = ACTIONS(2120), + [anon_sym_and2] = ACTIONS(2122), + [anon_sym_xor2] = ACTIONS(2122), + [anon_sym_or2] = ACTIONS(2122), + [anon_sym_not_DASHin2] = ACTIONS(2122), + [anon_sym_starts_DASHwith2] = ACTIONS(2122), + [anon_sym_ends_DASHwith2] = ACTIONS(2122), + [anon_sym_EQ_EQ2] = ACTIONS(2122), + [anon_sym_BANG_EQ2] = ACTIONS(2122), + [anon_sym_LT2] = ACTIONS(2120), + [anon_sym_LT_EQ2] = ACTIONS(2122), + [anon_sym_GT_EQ2] = ACTIONS(2122), + [anon_sym_EQ_TILDE2] = ACTIONS(2122), + [anon_sym_BANG_TILDE2] = ACTIONS(2122), + [anon_sym_STAR_STAR2] = ACTIONS(2122), + [anon_sym_PLUS_PLUS2] = ACTIONS(2122), + [anon_sym_SLASH2] = ACTIONS(2120), + [anon_sym_mod2] = ACTIONS(2122), + [anon_sym_SLASH_SLASH2] = ACTIONS(2122), + [anon_sym_PLUS2] = ACTIONS(2120), + [anon_sym_bit_DASHshl2] = ACTIONS(2122), + [anon_sym_bit_DASHshr2] = ACTIONS(2122), + [anon_sym_bit_DASHand2] = ACTIONS(2122), + [anon_sym_bit_DASHxor2] = ACTIONS(2122), + [anon_sym_bit_DASHor2] = ACTIONS(2122), + [anon_sym_DOT_DOT2] = ACTIONS(2120), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2122), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2122), + [anon_sym_err_GT] = ACTIONS(2120), + [anon_sym_out_GT] = ACTIONS(2120), + [anon_sym_e_GT] = ACTIONS(2120), + [anon_sym_o_GT] = ACTIONS(2120), + [anon_sym_err_PLUSout_GT] = ACTIONS(2120), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2120), + [anon_sym_o_PLUSe_GT] = ACTIONS(2120), + [anon_sym_e_PLUSo_GT] = ACTIONS(2120), + [anon_sym_err_GT_GT] = ACTIONS(2122), + [anon_sym_out_GT_GT] = ACTIONS(2122), + [anon_sym_e_GT_GT] = ACTIONS(2122), + [anon_sym_o_GT_GT] = ACTIONS(2122), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2122), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2122), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2122), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2122), [anon_sym_POUND] = ACTIONS(251), }, [1652] = { + [sym_cell_path] = STATE(2134), + [sym_path] = STATE(1497), [sym_comment] = STATE(1652), - [sym__newline] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_PIPE] = ACTIONS(982), - [anon_sym_err_GT_PIPE] = ACTIONS(982), - [anon_sym_out_GT_PIPE] = ACTIONS(982), - [anon_sym_e_GT_PIPE] = ACTIONS(982), - [anon_sym_o_GT_PIPE] = ACTIONS(982), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), - [anon_sym_LBRACK] = ACTIONS(982), - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_RPAREN] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(980), - [anon_sym_DASH_DASH] = ACTIONS(982), - [anon_sym_DASH2] = ACTIONS(980), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_RBRACE] = ACTIONS(982), - [anon_sym_DOT_DOT] = ACTIONS(980), - [anon_sym_DOT_DOT_EQ] = ACTIONS(982), - [anon_sym_DOT_DOT_LT] = ACTIONS(982), - [anon_sym_null] = ACTIONS(982), - [anon_sym_true] = ACTIONS(982), - [anon_sym_false] = ACTIONS(982), - [aux_sym__val_number_decimal_token1] = ACTIONS(980), - [aux_sym__val_number_decimal_token2] = ACTIONS(982), - [aux_sym__val_number_decimal_token3] = ACTIONS(982), - [aux_sym__val_number_decimal_token4] = ACTIONS(982), - [aux_sym__val_number_token1] = ACTIONS(982), - [aux_sym__val_number_token2] = ACTIONS(982), - [aux_sym__val_number_token3] = ACTIONS(982), - [aux_sym__val_number_token4] = ACTIONS(982), - [aux_sym__val_number_token5] = ACTIONS(982), - [aux_sym__val_number_token6] = ACTIONS(982), - [anon_sym_0b] = ACTIONS(980), - [anon_sym_0o] = ACTIONS(980), - [anon_sym_0x] = ACTIONS(980), - [sym_val_date] = ACTIONS(982), - [anon_sym_DQUOTE] = ACTIONS(982), - [sym__str_single_quotes] = ACTIONS(982), - [sym__str_back_ticks] = ACTIONS(982), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(982), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(982), - [anon_sym_DOT2] = ACTIONS(980), - [anon_sym_err_GT] = ACTIONS(980), - [anon_sym_out_GT] = ACTIONS(980), - [anon_sym_e_GT] = ACTIONS(980), - [anon_sym_o_GT] = ACTIONS(980), - [anon_sym_err_PLUSout_GT] = ACTIONS(980), - [anon_sym_out_PLUSerr_GT] = ACTIONS(980), - [anon_sym_o_PLUSe_GT] = ACTIONS(980), - [anon_sym_e_PLUSo_GT] = ACTIONS(980), - [anon_sym_err_GT_GT] = ACTIONS(982), - [anon_sym_out_GT_GT] = ACTIONS(982), - [anon_sym_e_GT_GT] = ACTIONS(982), - [anon_sym_o_GT_GT] = ACTIONS(982), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(982), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), - [aux_sym_unquoted_token1] = ACTIONS(980), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1927), + [anon_sym_SEMI] = ACTIONS(1927), + [anon_sym_PIPE] = ACTIONS(1927), + [anon_sym_err_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_GT_PIPE] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1927), + [anon_sym_RPAREN] = ACTIONS(1927), + [anon_sym_GT2] = ACTIONS(1925), + [anon_sym_DASH2] = ACTIONS(1927), + [anon_sym_in2] = ACTIONS(1927), + [anon_sym_LBRACE] = ACTIONS(1927), + [anon_sym_RBRACE] = ACTIONS(1927), + [anon_sym_EQ_GT] = ACTIONS(1927), + [anon_sym_STAR2] = ACTIONS(1925), + [anon_sym_and2] = ACTIONS(1927), + [anon_sym_xor2] = ACTIONS(1927), + [anon_sym_or2] = ACTIONS(1927), + [anon_sym_not_DASHin2] = ACTIONS(1927), + [anon_sym_starts_DASHwith2] = ACTIONS(1927), + [anon_sym_ends_DASHwith2] = ACTIONS(1927), + [anon_sym_EQ_EQ2] = ACTIONS(1927), + [anon_sym_BANG_EQ2] = ACTIONS(1927), + [anon_sym_LT2] = ACTIONS(1925), + [anon_sym_LT_EQ2] = ACTIONS(1927), + [anon_sym_GT_EQ2] = ACTIONS(1927), + [anon_sym_EQ_TILDE2] = ACTIONS(1927), + [anon_sym_BANG_TILDE2] = ACTIONS(1927), + [anon_sym_STAR_STAR2] = ACTIONS(1927), + [anon_sym_PLUS_PLUS2] = ACTIONS(1927), + [anon_sym_SLASH2] = ACTIONS(1925), + [anon_sym_mod2] = ACTIONS(1927), + [anon_sym_SLASH_SLASH2] = ACTIONS(1927), + [anon_sym_PLUS2] = ACTIONS(1925), + [anon_sym_bit_DASHshl2] = ACTIONS(1927), + [anon_sym_bit_DASHshr2] = ACTIONS(1927), + [anon_sym_bit_DASHand2] = ACTIONS(1927), + [anon_sym_bit_DASHxor2] = ACTIONS(1927), + [anon_sym_bit_DASHor2] = ACTIONS(1927), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1925), + [anon_sym_out_GT] = ACTIONS(1925), + [anon_sym_e_GT] = ACTIONS(1925), + [anon_sym_o_GT] = ACTIONS(1925), + [anon_sym_err_PLUSout_GT] = ACTIONS(1925), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1925), + [anon_sym_o_PLUSe_GT] = ACTIONS(1925), + [anon_sym_e_PLUSo_GT] = ACTIONS(1925), + [anon_sym_err_GT_GT] = ACTIONS(1927), + [anon_sym_out_GT_GT] = ACTIONS(1927), + [anon_sym_e_GT_GT] = ACTIONS(1927), + [anon_sym_o_GT_GT] = ACTIONS(1927), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1927), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1927), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1927), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1927), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(982), }, [1653] = { - [sym_cmd_identifier] = STATE(3978), - [sym__command_name] = STATE(6546), - [sym_scope_pattern] = STATE(6100), - [sym_wild_card] = STATE(6549), - [sym_command_list] = STATE(6550), - [sym__val_number_decimal] = STATE(3616), - [sym_val_string] = STATE(3962), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), + [sym__expr_parenthesized_immediate] = STATE(7420), [sym_comment] = STATE(1653), - [aux_sym_cmd_identifier_token1] = ACTIONS(4924), - [aux_sym_cmd_identifier_token2] = ACTIONS(4926), - [aux_sym_cmd_identifier_token3] = ACTIONS(4926), - [aux_sym_cmd_identifier_token4] = ACTIONS(4926), - [aux_sym_cmd_identifier_token5] = ACTIONS(4926), - [aux_sym_cmd_identifier_token6] = ACTIONS(4926), - [aux_sym_cmd_identifier_token7] = ACTIONS(4926), - [aux_sym_cmd_identifier_token8] = ACTIONS(4926), - [aux_sym_cmd_identifier_token9] = ACTIONS(4924), - [aux_sym_cmd_identifier_token10] = ACTIONS(4926), - [aux_sym_cmd_identifier_token11] = ACTIONS(4926), - [aux_sym_cmd_identifier_token12] = ACTIONS(4926), - [aux_sym_cmd_identifier_token13] = ACTIONS(4924), - [aux_sym_cmd_identifier_token14] = ACTIONS(4926), - [aux_sym_cmd_identifier_token15] = ACTIONS(4924), - [aux_sym_cmd_identifier_token16] = ACTIONS(4926), - [aux_sym_cmd_identifier_token17] = ACTIONS(4926), - [aux_sym_cmd_identifier_token18] = ACTIONS(4926), - [aux_sym_cmd_identifier_token19] = ACTIONS(4926), - [aux_sym_cmd_identifier_token20] = ACTIONS(4926), - [aux_sym_cmd_identifier_token21] = ACTIONS(4926), - [aux_sym_cmd_identifier_token22] = ACTIONS(4926), - [aux_sym_cmd_identifier_token23] = ACTIONS(4926), - [aux_sym_cmd_identifier_token24] = ACTIONS(4926), - [aux_sym_cmd_identifier_token25] = ACTIONS(4926), - [aux_sym_cmd_identifier_token26] = ACTIONS(4926), - [aux_sym_cmd_identifier_token27] = ACTIONS(4926), - [aux_sym_cmd_identifier_token28] = ACTIONS(4926), - [aux_sym_cmd_identifier_token29] = ACTIONS(4926), - [aux_sym_cmd_identifier_token30] = ACTIONS(4926), - [aux_sym_cmd_identifier_token31] = ACTIONS(4926), - [aux_sym_cmd_identifier_token32] = ACTIONS(4926), - [aux_sym_cmd_identifier_token33] = ACTIONS(4926), - [aux_sym_cmd_identifier_token34] = ACTIONS(4924), - [aux_sym_cmd_identifier_token35] = ACTIONS(4926), - [aux_sym_cmd_identifier_token36] = ACTIONS(4926), - [aux_sym_cmd_identifier_token37] = ACTIONS(4926), - [aux_sym_cmd_identifier_token38] = ACTIONS(4924), - [aux_sym_cmd_identifier_token39] = ACTIONS(4926), - [aux_sym_cmd_identifier_token40] = ACTIONS(4926), - [sym__newline] = ACTIONS(4928), - [anon_sym_SEMI] = ACTIONS(4928), - [anon_sym_LBRACK] = ACTIONS(4930), - [anon_sym_RPAREN] = ACTIONS(4928), - [anon_sym_RBRACE] = ACTIONS(4928), - [anon_sym_STAR2] = ACTIONS(4932), - [aux_sym__val_number_decimal_token1] = ACTIONS(4934), - [aux_sym__val_number_decimal_token2] = ACTIONS(4934), - [aux_sym__val_number_decimal_token3] = ACTIONS(4936), - [aux_sym__val_number_decimal_token4] = ACTIONS(4938), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [ts_builtin_sym_end] = ACTIONS(4837), + [sym__newline] = ACTIONS(4837), + [anon_sym_SEMI] = ACTIONS(4837), + [anon_sym_PIPE] = ACTIONS(4837), + [anon_sym_err_GT_PIPE] = ACTIONS(4837), + [anon_sym_out_GT_PIPE] = ACTIONS(4837), + [anon_sym_e_GT_PIPE] = ACTIONS(4837), + [anon_sym_o_GT_PIPE] = ACTIONS(4837), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4837), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4837), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4837), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4837), + [anon_sym_LBRACK] = ACTIONS(4837), + [anon_sym_LPAREN] = ACTIONS(4839), + [anon_sym_DOLLAR] = ACTIONS(4839), + [anon_sym_DASH_DASH] = ACTIONS(4837), + [anon_sym_DASH2] = ACTIONS(4839), + [anon_sym_LBRACE] = ACTIONS(4837), + [anon_sym_DOT_DOT] = ACTIONS(4839), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4837), + [anon_sym_DOT_DOT_LT] = ACTIONS(4837), + [anon_sym_null] = ACTIONS(4837), + [anon_sym_true] = ACTIONS(4837), + [anon_sym_false] = ACTIONS(4837), + [aux_sym__val_number_decimal_token1] = ACTIONS(4839), + [aux_sym__val_number_decimal_token2] = ACTIONS(4837), + [aux_sym__val_number_decimal_token3] = ACTIONS(4837), + [aux_sym__val_number_decimal_token4] = ACTIONS(4837), + [aux_sym__val_number_token1] = ACTIONS(4837), + [aux_sym__val_number_token2] = ACTIONS(4837), + [aux_sym__val_number_token3] = ACTIONS(4837), + [aux_sym__val_number_token4] = ACTIONS(4837), + [aux_sym__val_number_token5] = ACTIONS(4837), + [aux_sym__val_number_token6] = ACTIONS(4837), + [anon_sym_0b] = ACTIONS(4839), + [anon_sym_0o] = ACTIONS(4839), + [anon_sym_0x] = ACTIONS(4839), + [sym_val_date] = ACTIONS(4837), + [anon_sym_DQUOTE] = ACTIONS(4837), + [sym__str_single_quotes] = ACTIONS(4837), + [sym__str_back_ticks] = ACTIONS(4837), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4837), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4837), + [anon_sym_err_GT] = ACTIONS(4839), + [anon_sym_out_GT] = ACTIONS(4839), + [anon_sym_e_GT] = ACTIONS(4839), + [anon_sym_o_GT] = ACTIONS(4839), + [anon_sym_err_PLUSout_GT] = ACTIONS(4839), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4839), + [anon_sym_o_PLUSe_GT] = ACTIONS(4839), + [anon_sym_e_PLUSo_GT] = ACTIONS(4839), + [anon_sym_err_GT_GT] = ACTIONS(4837), + [anon_sym_out_GT_GT] = ACTIONS(4837), + [anon_sym_e_GT_GT] = ACTIONS(4837), + [anon_sym_o_GT_GT] = ACTIONS(4837), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4837), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4837), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4837), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4837), + [aux_sym_unquoted_token1] = ACTIONS(4839), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4837), }, [1654] = { + [sym__expr_parenthesized_immediate] = STATE(7221), [sym_comment] = STATE(1654), - [ts_builtin_sym_end] = ACTIONS(2228), - [sym__newline] = ACTIONS(2228), - [anon_sym_SEMI] = ACTIONS(2228), - [anon_sym_PIPE] = ACTIONS(2228), - [anon_sym_err_GT_PIPE] = ACTIONS(2228), - [anon_sym_out_GT_PIPE] = ACTIONS(2228), - [anon_sym_e_GT_PIPE] = ACTIONS(2228), - [anon_sym_o_GT_PIPE] = ACTIONS(2228), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2228), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2228), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2228), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2228), - [anon_sym_LBRACK] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2224), - [anon_sym_DOLLAR] = ACTIONS(2224), - [anon_sym_DASH_DASH] = ACTIONS(2228), - [anon_sym_DASH2] = ACTIONS(2224), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_DOT_DOT] = ACTIONS(2224), - [anon_sym_LPAREN2] = ACTIONS(2226), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2228), - [anon_sym_DOT_DOT_LT] = ACTIONS(2228), - [anon_sym_null] = ACTIONS(2228), - [anon_sym_true] = ACTIONS(2228), - [anon_sym_false] = ACTIONS(2228), - [aux_sym__val_number_decimal_token1] = ACTIONS(2224), - [aux_sym__val_number_decimal_token2] = ACTIONS(2228), - [aux_sym__val_number_decimal_token3] = ACTIONS(2228), - [aux_sym__val_number_decimal_token4] = ACTIONS(2228), - [aux_sym__val_number_token1] = ACTIONS(2228), - [aux_sym__val_number_token2] = ACTIONS(2228), - [aux_sym__val_number_token3] = ACTIONS(2228), - [aux_sym__val_number_token4] = ACTIONS(2228), - [aux_sym__val_number_token5] = ACTIONS(2228), - [aux_sym__val_number_token6] = ACTIONS(2228), - [anon_sym_0b] = ACTIONS(2224), - [anon_sym_0o] = ACTIONS(2224), - [anon_sym_0x] = ACTIONS(2224), - [sym_val_date] = ACTIONS(2228), - [anon_sym_DQUOTE] = ACTIONS(2228), - [sym__str_single_quotes] = ACTIONS(2228), - [sym__str_back_ticks] = ACTIONS(2228), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2228), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2228), - [anon_sym_err_GT] = ACTIONS(2224), - [anon_sym_out_GT] = ACTIONS(2224), - [anon_sym_e_GT] = ACTIONS(2224), - [anon_sym_o_GT] = ACTIONS(2224), - [anon_sym_err_PLUSout_GT] = ACTIONS(2224), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2224), - [anon_sym_o_PLUSe_GT] = ACTIONS(2224), - [anon_sym_e_PLUSo_GT] = ACTIONS(2224), - [anon_sym_err_GT_GT] = ACTIONS(2228), - [anon_sym_out_GT_GT] = ACTIONS(2228), - [anon_sym_e_GT_GT] = ACTIONS(2228), - [anon_sym_o_GT_GT] = ACTIONS(2228), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2228), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2228), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2228), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2228), - [aux_sym_unquoted_token1] = ACTIONS(2224), - [aux_sym_unquoted_token2] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2228), + [sym__newline] = ACTIONS(4942), + [anon_sym_SEMI] = ACTIONS(4942), + [anon_sym_PIPE] = ACTIONS(4942), + [anon_sym_err_GT_PIPE] = ACTIONS(4942), + [anon_sym_out_GT_PIPE] = ACTIONS(4942), + [anon_sym_e_GT_PIPE] = ACTIONS(4942), + [anon_sym_o_GT_PIPE] = ACTIONS(4942), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4942), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4942), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4942), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4942), + [anon_sym_LBRACK] = ACTIONS(4942), + [anon_sym_LPAREN] = ACTIONS(4944), + [anon_sym_RPAREN] = ACTIONS(4942), + [anon_sym_DOLLAR] = ACTIONS(4944), + [anon_sym_DASH_DASH] = ACTIONS(4942), + [anon_sym_DASH2] = ACTIONS(4944), + [anon_sym_LBRACE] = ACTIONS(4942), + [anon_sym_DOT_DOT] = ACTIONS(4944), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4942), + [anon_sym_DOT_DOT_LT] = ACTIONS(4942), + [anon_sym_null] = ACTIONS(4942), + [anon_sym_true] = ACTIONS(4942), + [anon_sym_false] = ACTIONS(4942), + [aux_sym__val_number_decimal_token1] = ACTIONS(4944), + [aux_sym__val_number_decimal_token2] = ACTIONS(4942), + [aux_sym__val_number_decimal_token3] = ACTIONS(4942), + [aux_sym__val_number_decimal_token4] = ACTIONS(4942), + [aux_sym__val_number_token1] = ACTIONS(4942), + [aux_sym__val_number_token2] = ACTIONS(4942), + [aux_sym__val_number_token3] = ACTIONS(4942), + [aux_sym__val_number_token4] = ACTIONS(4942), + [aux_sym__val_number_token5] = ACTIONS(4942), + [aux_sym__val_number_token6] = ACTIONS(4942), + [anon_sym_0b] = ACTIONS(4944), + [anon_sym_0o] = ACTIONS(4944), + [anon_sym_0x] = ACTIONS(4944), + [sym_val_date] = ACTIONS(4942), + [anon_sym_DQUOTE] = ACTIONS(4942), + [sym__str_single_quotes] = ACTIONS(4942), + [sym__str_back_ticks] = ACTIONS(4942), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4942), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4942), + [anon_sym_err_GT] = ACTIONS(4944), + [anon_sym_out_GT] = ACTIONS(4944), + [anon_sym_e_GT] = ACTIONS(4944), + [anon_sym_o_GT] = ACTIONS(4944), + [anon_sym_err_PLUSout_GT] = ACTIONS(4944), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4944), + [anon_sym_o_PLUSe_GT] = ACTIONS(4944), + [anon_sym_e_PLUSo_GT] = ACTIONS(4944), + [anon_sym_err_GT_GT] = ACTIONS(4942), + [anon_sym_out_GT_GT] = ACTIONS(4942), + [anon_sym_e_GT_GT] = ACTIONS(4942), + [anon_sym_o_GT_GT] = ACTIONS(4942), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4942), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4942), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4942), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4942), + [aux_sym_unquoted_token1] = ACTIONS(4944), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4942), }, [1655] = { [sym_comment] = STATE(1655), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_GT2] = ACTIONS(1653), - [anon_sym_DASH2] = ACTIONS(1665), - [anon_sym_in2] = ACTIONS(1665), - [anon_sym_if] = ACTIONS(1665), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_EQ_GT] = ACTIONS(1665), - [anon_sym_STAR2] = ACTIONS(1653), - [anon_sym_QMARK2] = ACTIONS(1665), - [anon_sym_and2] = ACTIONS(1665), - [anon_sym_xor2] = ACTIONS(1665), - [anon_sym_or2] = ACTIONS(1665), - [anon_sym_not_DASHin2] = ACTIONS(1665), - [anon_sym_starts_DASHwith2] = ACTIONS(1665), - [anon_sym_ends_DASHwith2] = ACTIONS(1665), - [anon_sym_EQ_EQ2] = ACTIONS(1665), - [anon_sym_BANG_EQ2] = ACTIONS(1665), - [anon_sym_LT2] = ACTIONS(1653), - [anon_sym_LT_EQ2] = ACTIONS(1665), - [anon_sym_GT_EQ2] = ACTIONS(1665), - [anon_sym_EQ_TILDE2] = ACTIONS(1665), - [anon_sym_BANG_TILDE2] = ACTIONS(1665), - [anon_sym_STAR_STAR2] = ACTIONS(1665), - [anon_sym_PLUS_PLUS2] = ACTIONS(1665), - [anon_sym_SLASH2] = ACTIONS(1653), - [anon_sym_mod2] = ACTIONS(1665), - [anon_sym_SLASH_SLASH2] = ACTIONS(1665), - [anon_sym_PLUS2] = ACTIONS(1653), - [anon_sym_bit_DASHshl2] = ACTIONS(1665), - [anon_sym_bit_DASHshr2] = ACTIONS(1665), - [anon_sym_bit_DASHand2] = ACTIONS(1665), - [anon_sym_bit_DASHxor2] = ACTIONS(1665), - [anon_sym_bit_DASHor2] = ACTIONS(1665), - [anon_sym_COLON2] = ACTIONS(1665), - [anon_sym_DOT2] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [anon_sym_POUND] = ACTIONS(251), + [sym__newline] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_err_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_GT_PIPE] = ACTIONS(2233), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2233), + [anon_sym_RPAREN] = ACTIONS(2233), + [anon_sym_DOLLAR] = ACTIONS(2229), + [anon_sym_DASH_DASH] = ACTIONS(2229), + [anon_sym_DASH2] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_RBRACE] = ACTIONS(2233), + [anon_sym_DOT_DOT] = ACTIONS(2229), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2229), + [anon_sym_DOT_DOT_LT] = ACTIONS(2229), + [anon_sym_null] = ACTIONS(2229), + [anon_sym_true] = ACTIONS(2229), + [anon_sym_false] = ACTIONS(2229), + [aux_sym__val_number_decimal_token1] = ACTIONS(2229), + [aux_sym__val_number_decimal_token2] = ACTIONS(2229), + [aux_sym__val_number_decimal_token3] = ACTIONS(2229), + [aux_sym__val_number_decimal_token4] = ACTIONS(2229), + [aux_sym__val_number_token1] = ACTIONS(2229), + [aux_sym__val_number_token2] = ACTIONS(2229), + [aux_sym__val_number_token3] = ACTIONS(2229), + [aux_sym__val_number_token4] = ACTIONS(2229), + [aux_sym__val_number_token5] = ACTIONS(2229), + [aux_sym__val_number_token6] = ACTIONS(2229), + [anon_sym_0b] = ACTIONS(2229), + [anon_sym_0o] = ACTIONS(2229), + [anon_sym_0x] = ACTIONS(2229), + [sym_val_date] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2233), + [sym__str_single_quotes] = ACTIONS(2233), + [sym__str_back_ticks] = ACTIONS(2233), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2233), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2233), + [anon_sym_err_GT] = ACTIONS(2229), + [anon_sym_out_GT] = ACTIONS(2229), + [anon_sym_e_GT] = ACTIONS(2229), + [anon_sym_o_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT] = ACTIONS(2229), + [anon_sym_err_GT_GT] = ACTIONS(2229), + [anon_sym_out_GT_GT] = ACTIONS(2229), + [anon_sym_e_GT_GT] = ACTIONS(2229), + [anon_sym_o_GT_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2229), + [aux_sym_unquoted_token1] = ACTIONS(2229), + [aux_sym_unquoted_token4] = ACTIONS(2235), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2233), }, [1656] = { [sym_comment] = STATE(1656), - [sym__newline] = ACTIONS(4940), - [anon_sym_SEMI] = ACTIONS(4940), - [anon_sym_PIPE] = ACTIONS(4940), - [anon_sym_err_GT_PIPE] = ACTIONS(4940), - [anon_sym_out_GT_PIPE] = ACTIONS(4940), - [anon_sym_e_GT_PIPE] = ACTIONS(4940), - [anon_sym_o_GT_PIPE] = ACTIONS(4940), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4940), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4940), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4940), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4940), - [anon_sym_LBRACK] = ACTIONS(4940), - [anon_sym_LPAREN] = ACTIONS(4942), - [anon_sym_RPAREN] = ACTIONS(4940), - [anon_sym_DOLLAR] = ACTIONS(4942), - [anon_sym_DASH_DASH] = ACTIONS(4940), - [anon_sym_DASH2] = ACTIONS(4942), - [anon_sym_LBRACE] = ACTIONS(4940), - [anon_sym_RBRACE] = ACTIONS(4940), - [anon_sym_DOT_DOT] = ACTIONS(4942), - [anon_sym_LPAREN2] = ACTIONS(4940), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4940), - [anon_sym_DOT_DOT_LT] = ACTIONS(4940), - [anon_sym_null] = ACTIONS(4940), - [anon_sym_true] = ACTIONS(4940), - [anon_sym_false] = ACTIONS(4940), - [aux_sym__val_number_decimal_token1] = ACTIONS(4942), - [aux_sym__val_number_decimal_token2] = ACTIONS(4940), - [aux_sym__val_number_decimal_token3] = ACTIONS(4940), - [aux_sym__val_number_decimal_token4] = ACTIONS(4940), - [aux_sym__val_number_token1] = ACTIONS(4940), - [aux_sym__val_number_token2] = ACTIONS(4940), - [aux_sym__val_number_token3] = ACTIONS(4940), - [aux_sym__val_number_token4] = ACTIONS(4940), - [aux_sym__val_number_token5] = ACTIONS(4940), - [aux_sym__val_number_token6] = ACTIONS(4940), - [anon_sym_0b] = ACTIONS(4942), - [anon_sym_0o] = ACTIONS(4942), - [anon_sym_0x] = ACTIONS(4942), - [sym_val_date] = ACTIONS(4940), - [anon_sym_DQUOTE] = ACTIONS(4940), - [sym__str_single_quotes] = ACTIONS(4940), - [sym__str_back_ticks] = ACTIONS(4940), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4940), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4940), - [anon_sym_err_GT] = ACTIONS(4942), - [anon_sym_out_GT] = ACTIONS(4942), - [anon_sym_e_GT] = ACTIONS(4942), - [anon_sym_o_GT] = ACTIONS(4942), - [anon_sym_err_PLUSout_GT] = ACTIONS(4942), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4942), - [anon_sym_o_PLUSe_GT] = ACTIONS(4942), - [anon_sym_e_PLUSo_GT] = ACTIONS(4942), - [anon_sym_err_GT_GT] = ACTIONS(4940), - [anon_sym_out_GT_GT] = ACTIONS(4940), - [anon_sym_e_GT_GT] = ACTIONS(4940), - [anon_sym_o_GT_GT] = ACTIONS(4940), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4940), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4940), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4940), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4940), - [aux_sym_unquoted_token1] = ACTIONS(4942), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4940), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_GT2] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1727), + [anon_sym_in2] = ACTIONS(1727), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_STAR2] = ACTIONS(1725), + [anon_sym_and2] = ACTIONS(1727), + [anon_sym_xor2] = ACTIONS(1727), + [anon_sym_or2] = ACTIONS(1727), + [anon_sym_not_DASHin2] = ACTIONS(1727), + [anon_sym_starts_DASHwith2] = ACTIONS(1727), + [anon_sym_ends_DASHwith2] = ACTIONS(1727), + [anon_sym_EQ_EQ2] = ACTIONS(1727), + [anon_sym_BANG_EQ2] = ACTIONS(1727), + [anon_sym_LT2] = ACTIONS(1725), + [anon_sym_LT_EQ2] = ACTIONS(1727), + [anon_sym_GT_EQ2] = ACTIONS(1727), + [anon_sym_EQ_TILDE2] = ACTIONS(1727), + [anon_sym_BANG_TILDE2] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_STAR_STAR2] = ACTIONS(1727), + [anon_sym_PLUS_PLUS2] = ACTIONS(1727), + [anon_sym_SLASH2] = ACTIONS(1725), + [anon_sym_mod2] = ACTIONS(1727), + [anon_sym_SLASH_SLASH2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_bit_DASHshl2] = ACTIONS(1727), + [anon_sym_bit_DASHshr2] = ACTIONS(1727), + [anon_sym_bit_DASHand2] = ACTIONS(1727), + [anon_sym_bit_DASHxor2] = ACTIONS(1727), + [anon_sym_bit_DASHor2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), }, [1657] = { [sym_comment] = STATE(1657), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1729), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4944), - [aux_sym__immediate_decimal_token2] = ACTIONS(4946), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [ts_builtin_sym_end] = ACTIONS(2241), + [sym__newline] = ACTIONS(2241), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_PIPE] = ACTIONS(2241), + [anon_sym_err_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_GT_PIPE] = ACTIONS(2241), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2241), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2241), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2241), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2237), + [anon_sym_DOLLAR] = ACTIONS(2237), + [anon_sym_DASH_DASH] = ACTIONS(2237), + [anon_sym_DASH2] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_DOT_DOT] = ACTIONS(2237), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2237), + [anon_sym_DOT_DOT_LT] = ACTIONS(2237), + [anon_sym_null] = ACTIONS(2237), + [anon_sym_true] = ACTIONS(2237), + [anon_sym_false] = ACTIONS(2237), + [aux_sym__val_number_decimal_token1] = ACTIONS(2237), + [aux_sym__val_number_decimal_token2] = ACTIONS(2237), + [aux_sym__val_number_decimal_token3] = ACTIONS(2237), + [aux_sym__val_number_decimal_token4] = ACTIONS(2237), + [aux_sym__val_number_token1] = ACTIONS(2237), + [aux_sym__val_number_token2] = ACTIONS(2237), + [aux_sym__val_number_token3] = ACTIONS(2237), + [aux_sym__val_number_token4] = ACTIONS(2237), + [aux_sym__val_number_token5] = ACTIONS(2237), + [aux_sym__val_number_token6] = ACTIONS(2237), + [anon_sym_0b] = ACTIONS(2237), + [anon_sym_0o] = ACTIONS(2237), + [anon_sym_0x] = ACTIONS(2237), + [sym_val_date] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2241), + [sym__str_single_quotes] = ACTIONS(2241), + [sym__str_back_ticks] = ACTIONS(2241), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2241), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2241), + [anon_sym_err_GT] = ACTIONS(2237), + [anon_sym_out_GT] = ACTIONS(2237), + [anon_sym_e_GT] = ACTIONS(2237), + [anon_sym_o_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT] = ACTIONS(2237), + [anon_sym_err_GT_GT] = ACTIONS(2237), + [anon_sym_out_GT_GT] = ACTIONS(2237), + [anon_sym_e_GT_GT] = ACTIONS(2237), + [anon_sym_o_GT_GT] = ACTIONS(2237), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2237), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2237), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2237), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2237), + [aux_sym_unquoted_token1] = ACTIONS(2237), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2241), }, [1658] = { [sym_comment] = STATE(1658), - [ts_builtin_sym_end] = ACTIONS(968), - [sym__newline] = ACTIONS(968), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_PIPE] = ACTIONS(968), - [anon_sym_err_GT_PIPE] = ACTIONS(968), - [anon_sym_out_GT_PIPE] = ACTIONS(968), - [anon_sym_e_GT_PIPE] = ACTIONS(968), - [anon_sym_o_GT_PIPE] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_DASH_DASH] = ACTIONS(968), - [anon_sym_DASH2] = ACTIONS(966), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_QMARK2] = ACTIONS(4948), - [anon_sym_DOT_DOT_EQ] = ACTIONS(968), - [anon_sym_DOT_DOT_LT] = ACTIONS(968), - [anon_sym_null] = ACTIONS(968), - [anon_sym_true] = ACTIONS(968), - [anon_sym_false] = ACTIONS(968), - [aux_sym__val_number_decimal_token1] = ACTIONS(966), - [aux_sym__val_number_decimal_token2] = ACTIONS(968), - [aux_sym__val_number_decimal_token3] = ACTIONS(968), - [aux_sym__val_number_decimal_token4] = ACTIONS(968), - [aux_sym__val_number_token1] = ACTIONS(968), - [aux_sym__val_number_token2] = ACTIONS(968), - [aux_sym__val_number_token3] = ACTIONS(968), - [aux_sym__val_number_token4] = ACTIONS(968), - [aux_sym__val_number_token5] = ACTIONS(968), - [aux_sym__val_number_token6] = ACTIONS(968), - [anon_sym_0b] = ACTIONS(966), - [anon_sym_0o] = ACTIONS(966), - [anon_sym_0x] = ACTIONS(966), - [sym_val_date] = ACTIONS(968), - [anon_sym_DQUOTE] = ACTIONS(968), - [sym__str_single_quotes] = ACTIONS(968), - [sym__str_back_ticks] = ACTIONS(968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(968), - [anon_sym_DOT2] = ACTIONS(966), - [anon_sym_err_GT] = ACTIONS(966), - [anon_sym_out_GT] = ACTIONS(966), - [anon_sym_e_GT] = ACTIONS(966), - [anon_sym_o_GT] = ACTIONS(966), - [anon_sym_err_PLUSout_GT] = ACTIONS(966), - [anon_sym_out_PLUSerr_GT] = ACTIONS(966), - [anon_sym_o_PLUSe_GT] = ACTIONS(966), - [anon_sym_e_PLUSo_GT] = ACTIONS(966), - [anon_sym_err_GT_GT] = ACTIONS(968), - [anon_sym_out_GT_GT] = ACTIONS(968), - [anon_sym_e_GT_GT] = ACTIONS(968), - [anon_sym_o_GT_GT] = ACTIONS(968), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(968), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(968), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(968), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(968), - [aux_sym_unquoted_token1] = ACTIONS(966), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(968), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_GT2] = ACTIONS(1725), + [anon_sym_DASH2] = ACTIONS(1727), + [anon_sym_in2] = ACTIONS(1727), + [anon_sym_STAR2] = ACTIONS(1725), + [anon_sym_and2] = ACTIONS(1727), + [anon_sym_xor2] = ACTIONS(1727), + [anon_sym_or2] = ACTIONS(1727), + [anon_sym_not_DASHin2] = ACTIONS(1727), + [anon_sym_starts_DASHwith2] = ACTIONS(1727), + [anon_sym_ends_DASHwith2] = ACTIONS(1727), + [anon_sym_EQ_EQ2] = ACTIONS(1727), + [anon_sym_BANG_EQ2] = ACTIONS(1727), + [anon_sym_LT2] = ACTIONS(1725), + [anon_sym_LT_EQ2] = ACTIONS(1727), + [anon_sym_GT_EQ2] = ACTIONS(1727), + [anon_sym_EQ_TILDE2] = ACTIONS(1727), + [anon_sym_BANG_TILDE2] = ACTIONS(1727), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_STAR_STAR2] = ACTIONS(1727), + [anon_sym_PLUS_PLUS2] = ACTIONS(1727), + [anon_sym_SLASH2] = ACTIONS(1725), + [anon_sym_mod2] = ACTIONS(1727), + [anon_sym_SLASH_SLASH2] = ACTIONS(1727), + [anon_sym_PLUS2] = ACTIONS(1725), + [anon_sym_bit_DASHshl2] = ACTIONS(1727), + [anon_sym_bit_DASHshr2] = ACTIONS(1727), + [anon_sym_bit_DASHand2] = ACTIONS(1727), + [anon_sym_bit_DASHxor2] = ACTIONS(1727), + [anon_sym_bit_DASHor2] = ACTIONS(1727), + [anon_sym_DOT_DOT2] = ACTIONS(1725), + [anon_sym_DOT] = ACTIONS(4946), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4948), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), }, [1659] = { [sym_comment] = STATE(1659), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4950), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4952), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [sym__newline] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [anon_sym_PIPE] = ACTIONS(990), + [anon_sym_err_GT_PIPE] = ACTIONS(990), + [anon_sym_out_GT_PIPE] = ACTIONS(990), + [anon_sym_e_GT_PIPE] = ACTIONS(990), + [anon_sym_o_GT_PIPE] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(990), + [anon_sym_LBRACK] = ACTIONS(990), + [anon_sym_LPAREN] = ACTIONS(990), + [anon_sym_RPAREN] = ACTIONS(990), + [anon_sym_DOLLAR] = ACTIONS(988), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_DASH2] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [anon_sym_DOT_DOT] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(990), + [anon_sym_DOT_DOT_LT] = ACTIONS(990), + [anon_sym_null] = ACTIONS(990), + [anon_sym_true] = ACTIONS(990), + [anon_sym_false] = ACTIONS(990), + [aux_sym__val_number_decimal_token1] = ACTIONS(988), + [aux_sym__val_number_decimal_token2] = ACTIONS(990), + [aux_sym__val_number_decimal_token3] = ACTIONS(990), + [aux_sym__val_number_decimal_token4] = ACTIONS(990), + [aux_sym__val_number_token1] = ACTIONS(990), + [aux_sym__val_number_token2] = ACTIONS(990), + [aux_sym__val_number_token3] = ACTIONS(990), + [aux_sym__val_number_token4] = ACTIONS(990), + [aux_sym__val_number_token5] = ACTIONS(990), + [aux_sym__val_number_token6] = ACTIONS(990), + [anon_sym_0b] = ACTIONS(988), + [anon_sym_0o] = ACTIONS(988), + [anon_sym_0x] = ACTIONS(988), + [sym_val_date] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [sym__str_single_quotes] = ACTIONS(990), + [sym__str_back_ticks] = ACTIONS(990), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(990), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(990), + [anon_sym_DOT2] = ACTIONS(988), + [anon_sym_err_GT] = ACTIONS(988), + [anon_sym_out_GT] = ACTIONS(988), + [anon_sym_e_GT] = ACTIONS(988), + [anon_sym_o_GT] = ACTIONS(988), + [anon_sym_err_PLUSout_GT] = ACTIONS(988), + [anon_sym_out_PLUSerr_GT] = ACTIONS(988), + [anon_sym_o_PLUSe_GT] = ACTIONS(988), + [anon_sym_e_PLUSo_GT] = ACTIONS(988), + [anon_sym_err_GT_GT] = ACTIONS(990), + [anon_sym_out_GT_GT] = ACTIONS(990), + [anon_sym_e_GT_GT] = ACTIONS(990), + [anon_sym_o_GT_GT] = ACTIONS(990), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(990), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(990), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(990), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(990), + [aux_sym_unquoted_token1] = ACTIONS(988), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(990), }, [1660] = { + [sym_cmd_identifier] = STATE(3983), + [sym__command_name] = STATE(6500), + [sym_scope_pattern] = STATE(6579), + [sym_wild_card] = STATE(6509), + [sym_command_list] = STATE(6510), + [sym__val_number_decimal] = STATE(3649), + [sym_val_string] = STATE(3984), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym_comment] = STATE(1660), - [sym__newline] = ACTIONS(2336), - [anon_sym_SEMI] = ACTIONS(2336), - [anon_sym_PIPE] = ACTIONS(2336), - [anon_sym_err_GT_PIPE] = ACTIONS(2336), - [anon_sym_out_GT_PIPE] = ACTIONS(2336), - [anon_sym_e_GT_PIPE] = ACTIONS(2336), - [anon_sym_o_GT_PIPE] = ACTIONS(2336), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2336), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2336), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2336), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2336), - [anon_sym_RPAREN] = ACTIONS(2336), - [anon_sym_GT2] = ACTIONS(2334), - [anon_sym_DASH2] = ACTIONS(2336), - [anon_sym_in2] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2336), - [anon_sym_LBRACE] = ACTIONS(2336), - [anon_sym_RBRACE] = ACTIONS(2336), - [anon_sym_EQ_GT] = ACTIONS(2336), - [anon_sym_STAR2] = ACTIONS(2334), - [anon_sym_QMARK2] = ACTIONS(2336), - [anon_sym_and2] = ACTIONS(2336), - [anon_sym_xor2] = ACTIONS(2336), - [anon_sym_or2] = ACTIONS(2336), - [anon_sym_not_DASHin2] = ACTIONS(2336), - [anon_sym_starts_DASHwith2] = ACTIONS(2336), - [anon_sym_ends_DASHwith2] = ACTIONS(2336), - [anon_sym_EQ_EQ2] = ACTIONS(2336), - [anon_sym_BANG_EQ2] = ACTIONS(2336), - [anon_sym_LT2] = ACTIONS(2334), - [anon_sym_LT_EQ2] = ACTIONS(2336), - [anon_sym_GT_EQ2] = ACTIONS(2336), - [anon_sym_EQ_TILDE2] = ACTIONS(2336), - [anon_sym_BANG_TILDE2] = ACTIONS(2336), - [anon_sym_STAR_STAR2] = ACTIONS(2336), - [anon_sym_PLUS_PLUS2] = ACTIONS(2336), - [anon_sym_SLASH2] = ACTIONS(2334), - [anon_sym_mod2] = ACTIONS(2336), - [anon_sym_SLASH_SLASH2] = ACTIONS(2336), - [anon_sym_PLUS2] = ACTIONS(2334), - [anon_sym_bit_DASHshl2] = ACTIONS(2336), - [anon_sym_bit_DASHshr2] = ACTIONS(2336), - [anon_sym_bit_DASHand2] = ACTIONS(2336), - [anon_sym_bit_DASHxor2] = ACTIONS(2336), - [anon_sym_bit_DASHor2] = ACTIONS(2336), - [anon_sym_COLON2] = ACTIONS(2336), - [anon_sym_DOT2] = ACTIONS(2336), - [anon_sym_err_GT] = ACTIONS(2334), - [anon_sym_out_GT] = ACTIONS(2334), - [anon_sym_e_GT] = ACTIONS(2334), - [anon_sym_o_GT] = ACTIONS(2334), - [anon_sym_err_PLUSout_GT] = ACTIONS(2334), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2334), - [anon_sym_o_PLUSe_GT] = ACTIONS(2334), - [anon_sym_e_PLUSo_GT] = ACTIONS(2334), - [anon_sym_err_GT_GT] = ACTIONS(2336), - [anon_sym_out_GT_GT] = ACTIONS(2336), - [anon_sym_e_GT_GT] = ACTIONS(2336), - [anon_sym_o_GT_GT] = ACTIONS(2336), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2336), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2336), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2336), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2336), + [aux_sym_cmd_identifier_token1] = ACTIONS(4950), + [aux_sym_cmd_identifier_token2] = ACTIONS(4952), + [aux_sym_cmd_identifier_token3] = ACTIONS(4952), + [aux_sym_cmd_identifier_token4] = ACTIONS(4952), + [aux_sym_cmd_identifier_token5] = ACTIONS(4952), + [aux_sym_cmd_identifier_token6] = ACTIONS(4952), + [aux_sym_cmd_identifier_token7] = ACTIONS(4952), + [aux_sym_cmd_identifier_token8] = ACTIONS(4952), + [aux_sym_cmd_identifier_token9] = ACTIONS(4950), + [aux_sym_cmd_identifier_token10] = ACTIONS(4952), + [aux_sym_cmd_identifier_token11] = ACTIONS(4952), + [aux_sym_cmd_identifier_token12] = ACTIONS(4952), + [aux_sym_cmd_identifier_token13] = ACTIONS(4950), + [aux_sym_cmd_identifier_token14] = ACTIONS(4952), + [aux_sym_cmd_identifier_token15] = ACTIONS(4950), + [aux_sym_cmd_identifier_token16] = ACTIONS(4952), + [aux_sym_cmd_identifier_token17] = ACTIONS(4952), + [aux_sym_cmd_identifier_token18] = ACTIONS(4952), + [aux_sym_cmd_identifier_token19] = ACTIONS(4952), + [aux_sym_cmd_identifier_token20] = ACTIONS(4952), + [aux_sym_cmd_identifier_token21] = ACTIONS(4952), + [aux_sym_cmd_identifier_token22] = ACTIONS(4952), + [aux_sym_cmd_identifier_token23] = ACTIONS(4952), + [aux_sym_cmd_identifier_token24] = ACTIONS(4952), + [aux_sym_cmd_identifier_token25] = ACTIONS(4952), + [aux_sym_cmd_identifier_token26] = ACTIONS(4952), + [aux_sym_cmd_identifier_token27] = ACTIONS(4952), + [aux_sym_cmd_identifier_token28] = ACTIONS(4952), + [aux_sym_cmd_identifier_token29] = ACTIONS(4952), + [aux_sym_cmd_identifier_token30] = ACTIONS(4952), + [aux_sym_cmd_identifier_token31] = ACTIONS(4952), + [aux_sym_cmd_identifier_token32] = ACTIONS(4952), + [aux_sym_cmd_identifier_token33] = ACTIONS(4952), + [aux_sym_cmd_identifier_token34] = ACTIONS(4950), + [aux_sym_cmd_identifier_token35] = ACTIONS(4952), + [aux_sym_cmd_identifier_token36] = ACTIONS(4952), + [aux_sym_cmd_identifier_token37] = ACTIONS(4952), + [aux_sym_cmd_identifier_token38] = ACTIONS(4950), + [aux_sym_cmd_identifier_token39] = ACTIONS(4952), + [aux_sym_cmd_identifier_token40] = ACTIONS(4952), + [sym__newline] = ACTIONS(4954), + [anon_sym_SEMI] = ACTIONS(4954), + [anon_sym_LBRACK] = ACTIONS(4956), + [anon_sym_RPAREN] = ACTIONS(4954), + [anon_sym_RBRACE] = ACTIONS(4954), + [anon_sym_STAR2] = ACTIONS(4958), + [aux_sym__val_number_decimal_token1] = ACTIONS(4960), + [aux_sym__val_number_decimal_token2] = ACTIONS(4960), + [aux_sym__val_number_decimal_token3] = ACTIONS(4962), + [aux_sym__val_number_decimal_token4] = ACTIONS(4964), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, [1661] = { - [sym_cell_path] = STATE(2115), - [sym_path] = STATE(1510), [sym_comment] = STATE(1661), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1951), - [anon_sym_SEMI] = ACTIONS(1951), - [anon_sym_PIPE] = ACTIONS(1951), - [anon_sym_err_GT_PIPE] = ACTIONS(1951), - [anon_sym_out_GT_PIPE] = ACTIONS(1951), - [anon_sym_e_GT_PIPE] = ACTIONS(1951), - [anon_sym_o_GT_PIPE] = ACTIONS(1951), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1951), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1951), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1951), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1951), - [anon_sym_RPAREN] = ACTIONS(1951), - [anon_sym_GT2] = ACTIONS(1949), - [anon_sym_DASH2] = ACTIONS(1951), - [anon_sym_in2] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1951), - [anon_sym_RBRACE] = ACTIONS(1951), - [anon_sym_EQ_GT] = ACTIONS(1951), - [anon_sym_STAR2] = ACTIONS(1949), - [anon_sym_and2] = ACTIONS(1951), - [anon_sym_xor2] = ACTIONS(1951), - [anon_sym_or2] = ACTIONS(1951), - [anon_sym_not_DASHin2] = ACTIONS(1951), - [anon_sym_starts_DASHwith2] = ACTIONS(1951), - [anon_sym_ends_DASHwith2] = ACTIONS(1951), - [anon_sym_EQ_EQ2] = ACTIONS(1951), - [anon_sym_BANG_EQ2] = ACTIONS(1951), - [anon_sym_LT2] = ACTIONS(1949), - [anon_sym_LT_EQ2] = ACTIONS(1951), - [anon_sym_GT_EQ2] = ACTIONS(1951), - [anon_sym_EQ_TILDE2] = ACTIONS(1951), - [anon_sym_BANG_TILDE2] = ACTIONS(1951), - [anon_sym_STAR_STAR2] = ACTIONS(1951), - [anon_sym_PLUS_PLUS2] = ACTIONS(1951), - [anon_sym_SLASH2] = ACTIONS(1949), - [anon_sym_mod2] = ACTIONS(1951), - [anon_sym_SLASH_SLASH2] = ACTIONS(1951), - [anon_sym_PLUS2] = ACTIONS(1949), - [anon_sym_bit_DASHshl2] = ACTIONS(1951), - [anon_sym_bit_DASHshr2] = ACTIONS(1951), - [anon_sym_bit_DASHand2] = ACTIONS(1951), - [anon_sym_bit_DASHxor2] = ACTIONS(1951), - [anon_sym_bit_DASHor2] = ACTIONS(1951), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1949), - [anon_sym_out_GT] = ACTIONS(1949), - [anon_sym_e_GT] = ACTIONS(1949), - [anon_sym_o_GT] = ACTIONS(1949), - [anon_sym_err_PLUSout_GT] = ACTIONS(1949), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1949), - [anon_sym_o_PLUSe_GT] = ACTIONS(1949), - [anon_sym_e_PLUSo_GT] = ACTIONS(1949), - [anon_sym_err_GT_GT] = ACTIONS(1951), - [anon_sym_out_GT_GT] = ACTIONS(1951), - [anon_sym_e_GT_GT] = ACTIONS(1951), - [anon_sym_o_GT_GT] = ACTIONS(1951), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1951), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1951), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1951), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1951), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_GT2] = ACTIONS(1765), + [anon_sym_DASH2] = ACTIONS(1767), + [anon_sym_in2] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_STAR2] = ACTIONS(1765), + [anon_sym_and2] = ACTIONS(1767), + [anon_sym_xor2] = ACTIONS(1767), + [anon_sym_or2] = ACTIONS(1767), + [anon_sym_not_DASHin2] = ACTIONS(1767), + [anon_sym_starts_DASHwith2] = ACTIONS(1767), + [anon_sym_ends_DASHwith2] = ACTIONS(1767), + [anon_sym_EQ_EQ2] = ACTIONS(1767), + [anon_sym_BANG_EQ2] = ACTIONS(1767), + [anon_sym_LT2] = ACTIONS(1765), + [anon_sym_LT_EQ2] = ACTIONS(1767), + [anon_sym_GT_EQ2] = ACTIONS(1767), + [anon_sym_EQ_TILDE2] = ACTIONS(1767), + [anon_sym_BANG_TILDE2] = ACTIONS(1767), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_STAR_STAR2] = ACTIONS(1767), + [anon_sym_PLUS_PLUS2] = ACTIONS(1767), + [anon_sym_SLASH2] = ACTIONS(1765), + [anon_sym_mod2] = ACTIONS(1767), + [anon_sym_SLASH_SLASH2] = ACTIONS(1767), + [anon_sym_PLUS2] = ACTIONS(1765), + [anon_sym_bit_DASHshl2] = ACTIONS(1767), + [anon_sym_bit_DASHshr2] = ACTIONS(1767), + [anon_sym_bit_DASHand2] = ACTIONS(1767), + [anon_sym_bit_DASHxor2] = ACTIONS(1767), + [anon_sym_bit_DASHor2] = ACTIONS(1767), + [anon_sym_DOT_DOT2] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token2] = ACTIONS(1765), [anon_sym_POUND] = ACTIONS(251), }, [1662] = { [sym_comment] = STATE(1662), - [ts_builtin_sym_end] = ACTIONS(2245), - [sym__newline] = ACTIONS(2245), - [anon_sym_SEMI] = ACTIONS(2245), - [anon_sym_PIPE] = ACTIONS(2245), - [anon_sym_err_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_GT_PIPE] = ACTIONS(2245), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_LPAREN] = ACTIONS(2241), - [anon_sym_DOLLAR] = ACTIONS(2241), - [anon_sym_DASH_DASH] = ACTIONS(2241), - [anon_sym_DASH2] = ACTIONS(2241), - [anon_sym_LBRACE] = ACTIONS(2245), - [anon_sym_DOT_DOT] = ACTIONS(2241), - [anon_sym_LPAREN2] = ACTIONS(2243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2241), - [anon_sym_DOT_DOT_LT] = ACTIONS(2241), - [anon_sym_null] = ACTIONS(2241), - [anon_sym_true] = ACTIONS(2241), - [anon_sym_false] = ACTIONS(2241), - [aux_sym__val_number_decimal_token1] = ACTIONS(2241), - [aux_sym__val_number_decimal_token2] = ACTIONS(2241), - [aux_sym__val_number_decimal_token3] = ACTIONS(2241), - [aux_sym__val_number_decimal_token4] = ACTIONS(2241), - [aux_sym__val_number_token1] = ACTIONS(2241), - [aux_sym__val_number_token2] = ACTIONS(2241), - [aux_sym__val_number_token3] = ACTIONS(2241), - [aux_sym__val_number_token4] = ACTIONS(2241), - [aux_sym__val_number_token5] = ACTIONS(2241), - [aux_sym__val_number_token6] = ACTIONS(2241), - [anon_sym_0b] = ACTIONS(2241), - [anon_sym_0o] = ACTIONS(2241), - [anon_sym_0x] = ACTIONS(2241), - [sym_val_date] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2245), - [sym__str_single_quotes] = ACTIONS(2245), - [sym__str_back_ticks] = ACTIONS(2245), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2245), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2245), - [anon_sym_err_GT] = ACTIONS(2241), - [anon_sym_out_GT] = ACTIONS(2241), - [anon_sym_e_GT] = ACTIONS(2241), - [anon_sym_o_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT] = ACTIONS(2241), - [anon_sym_err_GT_GT] = ACTIONS(2241), - [anon_sym_out_GT_GT] = ACTIONS(2241), - [anon_sym_e_GT_GT] = ACTIONS(2241), - [anon_sym_o_GT_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2241), - [aux_sym_unquoted_token1] = ACTIONS(2241), - [aux_sym_unquoted_token4] = ACTIONS(2247), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2245), + [ts_builtin_sym_end] = ACTIONS(1589), + [sym__newline] = ACTIONS(1589), + [anon_sym_SEMI] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_err_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_GT_PIPE] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1589), + [anon_sym_GT2] = ACTIONS(1587), + [anon_sym_DASH2] = ACTIONS(1589), + [anon_sym_in2] = ACTIONS(1589), + [anon_sym_STAR2] = ACTIONS(1587), + [anon_sym_and2] = ACTIONS(1589), + [anon_sym_xor2] = ACTIONS(1589), + [anon_sym_or2] = ACTIONS(1589), + [anon_sym_not_DASHin2] = ACTIONS(1589), + [anon_sym_starts_DASHwith2] = ACTIONS(1589), + [anon_sym_ends_DASHwith2] = ACTIONS(1589), + [anon_sym_EQ_EQ2] = ACTIONS(1589), + [anon_sym_BANG_EQ2] = ACTIONS(1589), + [anon_sym_LT2] = ACTIONS(1587), + [anon_sym_LT_EQ2] = ACTIONS(1589), + [anon_sym_GT_EQ2] = ACTIONS(1589), + [anon_sym_EQ_TILDE2] = ACTIONS(1589), + [anon_sym_BANG_TILDE2] = ACTIONS(1589), + [anon_sym_LPAREN2] = ACTIONS(1589), + [anon_sym_STAR_STAR2] = ACTIONS(1589), + [anon_sym_PLUS_PLUS2] = ACTIONS(1589), + [anon_sym_SLASH2] = ACTIONS(1587), + [anon_sym_mod2] = ACTIONS(1589), + [anon_sym_SLASH_SLASH2] = ACTIONS(1589), + [anon_sym_PLUS2] = ACTIONS(1587), + [anon_sym_bit_DASHshl2] = ACTIONS(1589), + [anon_sym_bit_DASHshr2] = ACTIONS(1589), + [anon_sym_bit_DASHand2] = ACTIONS(1589), + [anon_sym_bit_DASHxor2] = ACTIONS(1589), + [anon_sym_bit_DASHor2] = ACTIONS(1589), + [anon_sym_DOT_DOT2] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1589), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1589), + [sym_filesize_unit] = ACTIONS(1587), + [sym_duration_unit] = ACTIONS(1589), + [anon_sym_err_GT] = ACTIONS(1587), + [anon_sym_out_GT] = ACTIONS(1587), + [anon_sym_e_GT] = ACTIONS(1587), + [anon_sym_o_GT] = ACTIONS(1587), + [anon_sym_err_PLUSout_GT] = ACTIONS(1587), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1587), + [anon_sym_o_PLUSe_GT] = ACTIONS(1587), + [anon_sym_e_PLUSo_GT] = ACTIONS(1587), + [anon_sym_err_GT_GT] = ACTIONS(1589), + [anon_sym_out_GT_GT] = ACTIONS(1589), + [anon_sym_e_GT_GT] = ACTIONS(1589), + [anon_sym_o_GT_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1589), + [aux_sym_unquoted_token2] = ACTIONS(1587), + [anon_sym_POUND] = ACTIONS(251), }, [1663] = { + [sym__expr_parenthesized_immediate] = STATE(7420), [sym_comment] = STATE(1663), - [ts_builtin_sym_end] = ACTIONS(1000), - [sym__newline] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_err_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_GT_PIPE] = ACTIONS(1000), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), - [anon_sym_LBRACK] = ACTIONS(1000), - [anon_sym_LPAREN] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_DASH_DASH] = ACTIONS(1004), - [anon_sym_DASH2] = ACTIONS(1004), - [anon_sym_LBRACE] = ACTIONS(1000), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_LPAREN2] = ACTIONS(2237), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), - [anon_sym_DOT_DOT_LT] = ACTIONS(1004), - [anon_sym_null] = ACTIONS(1004), - [anon_sym_true] = ACTIONS(1004), - [anon_sym_false] = ACTIONS(1004), - [aux_sym__val_number_decimal_token1] = ACTIONS(1004), - [aux_sym__val_number_decimal_token2] = ACTIONS(1004), - [aux_sym__val_number_decimal_token3] = ACTIONS(1004), - [aux_sym__val_number_decimal_token4] = ACTIONS(1004), - [aux_sym__val_number_token1] = ACTIONS(1004), - [aux_sym__val_number_token2] = ACTIONS(1004), - [aux_sym__val_number_token3] = ACTIONS(1004), - [aux_sym__val_number_token4] = ACTIONS(1004), - [aux_sym__val_number_token5] = ACTIONS(1004), - [aux_sym__val_number_token6] = ACTIONS(1004), - [anon_sym_0b] = ACTIONS(1004), - [anon_sym_0o] = ACTIONS(1004), - [anon_sym_0x] = ACTIONS(1004), - [sym_val_date] = ACTIONS(1004), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1000), - [sym__str_back_ticks] = ACTIONS(1000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), - [anon_sym_err_GT] = ACTIONS(1004), - [anon_sym_out_GT] = ACTIONS(1004), - [anon_sym_e_GT] = ACTIONS(1004), - [anon_sym_o_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT] = ACTIONS(1004), - [anon_sym_err_GT_GT] = ACTIONS(1004), - [anon_sym_out_GT_GT] = ACTIONS(1004), - [anon_sym_e_GT_GT] = ACTIONS(1004), - [anon_sym_o_GT_GT] = ACTIONS(1004), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1004), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1004), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1004), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1004), - [aux_sym_unquoted_token1] = ACTIONS(1004), - [aux_sym_unquoted_token4] = ACTIONS(2239), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(1000), + [ts_builtin_sym_end] = ACTIONS(4841), + [sym__newline] = ACTIONS(4841), + [anon_sym_SEMI] = ACTIONS(4841), + [anon_sym_PIPE] = ACTIONS(4841), + [anon_sym_err_GT_PIPE] = ACTIONS(4841), + [anon_sym_out_GT_PIPE] = ACTIONS(4841), + [anon_sym_e_GT_PIPE] = ACTIONS(4841), + [anon_sym_o_GT_PIPE] = ACTIONS(4841), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4841), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4841), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4841), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4841), + [anon_sym_LBRACK] = ACTIONS(4841), + [anon_sym_LPAREN] = ACTIONS(4843), + [anon_sym_DOLLAR] = ACTIONS(4843), + [anon_sym_DASH_DASH] = ACTIONS(4841), + [anon_sym_DASH2] = ACTIONS(4843), + [anon_sym_LBRACE] = ACTIONS(4841), + [anon_sym_DOT_DOT] = ACTIONS(4843), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4841), + [anon_sym_DOT_DOT_LT] = ACTIONS(4841), + [anon_sym_null] = ACTIONS(4841), + [anon_sym_true] = ACTIONS(4841), + [anon_sym_false] = ACTIONS(4841), + [aux_sym__val_number_decimal_token1] = ACTIONS(4843), + [aux_sym__val_number_decimal_token2] = ACTIONS(4841), + [aux_sym__val_number_decimal_token3] = ACTIONS(4841), + [aux_sym__val_number_decimal_token4] = ACTIONS(4841), + [aux_sym__val_number_token1] = ACTIONS(4841), + [aux_sym__val_number_token2] = ACTIONS(4841), + [aux_sym__val_number_token3] = ACTIONS(4841), + [aux_sym__val_number_token4] = ACTIONS(4841), + [aux_sym__val_number_token5] = ACTIONS(4841), + [aux_sym__val_number_token6] = ACTIONS(4841), + [anon_sym_0b] = ACTIONS(4843), + [anon_sym_0o] = ACTIONS(4843), + [anon_sym_0x] = ACTIONS(4843), + [sym_val_date] = ACTIONS(4841), + [anon_sym_DQUOTE] = ACTIONS(4841), + [sym__str_single_quotes] = ACTIONS(4841), + [sym__str_back_ticks] = ACTIONS(4841), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4841), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4841), + [anon_sym_err_GT] = ACTIONS(4843), + [anon_sym_out_GT] = ACTIONS(4843), + [anon_sym_e_GT] = ACTIONS(4843), + [anon_sym_o_GT] = ACTIONS(4843), + [anon_sym_err_PLUSout_GT] = ACTIONS(4843), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4843), + [anon_sym_o_PLUSe_GT] = ACTIONS(4843), + [anon_sym_e_PLUSo_GT] = ACTIONS(4843), + [anon_sym_err_GT_GT] = ACTIONS(4841), + [anon_sym_out_GT_GT] = ACTIONS(4841), + [anon_sym_e_GT_GT] = ACTIONS(4841), + [anon_sym_o_GT_GT] = ACTIONS(4841), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4841), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4841), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4841), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4841), + [aux_sym_unquoted_token1] = ACTIONS(4843), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4841), }, [1664] = { [sym_comment] = STATE(1664), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1729), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_DOLLAR] = ACTIONS(1727), - [anon_sym_DASH_DASH] = ACTIONS(1729), - [anon_sym_DASH2] = ACTIONS(1727), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1727), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT] = ACTIONS(1729), - [anon_sym_null] = ACTIONS(1729), - [anon_sym_true] = ACTIONS(1729), - [anon_sym_false] = ACTIONS(1729), - [aux_sym__val_number_decimal_token1] = ACTIONS(1727), - [aux_sym__val_number_decimal_token2] = ACTIONS(1729), - [aux_sym__val_number_decimal_token3] = ACTIONS(1729), - [aux_sym__val_number_decimal_token4] = ACTIONS(1729), - [aux_sym__val_number_token1] = ACTIONS(1729), - [aux_sym__val_number_token2] = ACTIONS(1729), - [aux_sym__val_number_token3] = ACTIONS(1729), - [aux_sym__val_number_token4] = ACTIONS(1729), - [aux_sym__val_number_token5] = ACTIONS(1729), - [aux_sym__val_number_token6] = ACTIONS(1729), - [anon_sym_0b] = ACTIONS(1727), - [anon_sym_0o] = ACTIONS(1727), - [anon_sym_0x] = ACTIONS(1727), - [sym_val_date] = ACTIONS(1729), - [anon_sym_DQUOTE] = ACTIONS(1729), - [sym__str_single_quotes] = ACTIONS(1729), - [sym__str_back_ticks] = ACTIONS(1729), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1729), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token1] = ACTIONS(1727), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1729), + [ts_builtin_sym_end] = ACTIONS(1863), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_LBRACK] = ACTIONS(1863), + [anon_sym_LPAREN] = ACTIONS(1861), + [anon_sym_DOLLAR] = ACTIONS(1861), + [anon_sym_DASH_DASH] = ACTIONS(1863), + [anon_sym_DASH2] = ACTIONS(1861), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_DOT_DOT] = ACTIONS(1861), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT] = ACTIONS(1863), + [anon_sym_null] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(1863), + [anon_sym_false] = ACTIONS(1863), + [aux_sym__val_number_decimal_token1] = ACTIONS(1861), + [aux_sym__val_number_decimal_token2] = ACTIONS(1863), + [aux_sym__val_number_decimal_token3] = ACTIONS(1863), + [aux_sym__val_number_decimal_token4] = ACTIONS(1863), + [aux_sym__val_number_token1] = ACTIONS(1863), + [aux_sym__val_number_token2] = ACTIONS(1863), + [aux_sym__val_number_token3] = ACTIONS(1863), + [aux_sym__val_number_token4] = ACTIONS(1863), + [aux_sym__val_number_token5] = ACTIONS(1863), + [aux_sym__val_number_token6] = ACTIONS(1863), + [anon_sym_0b] = ACTIONS(1861), + [anon_sym_0o] = ACTIONS(1861), + [anon_sym_0x] = ACTIONS(1861), + [sym_val_date] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(1863), + [sym__str_single_quotes] = ACTIONS(1863), + [sym__str_back_ticks] = ACTIONS(1863), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1863), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token1] = ACTIONS(1861), + [aux_sym_unquoted_token2] = ACTIONS(1861), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1863), }, [1665] = { - [sym_cell_path] = STATE(2153), - [sym_path] = STATE(1510), + [sym_cell_path] = STATE(2094), + [sym_path] = STATE(1861), [sym_comment] = STATE(1665), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(2035), - [anon_sym_SEMI] = ACTIONS(2035), - [anon_sym_PIPE] = ACTIONS(2035), - [anon_sym_err_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_GT_PIPE] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2035), - [anon_sym_RPAREN] = ACTIONS(2035), - [anon_sym_GT2] = ACTIONS(2033), - [anon_sym_DASH2] = ACTIONS(2035), - [anon_sym_in2] = ACTIONS(2035), - [anon_sym_LBRACE] = ACTIONS(2035), - [anon_sym_RBRACE] = ACTIONS(2035), - [anon_sym_EQ_GT] = ACTIONS(2035), - [anon_sym_STAR2] = ACTIONS(2033), - [anon_sym_and2] = ACTIONS(2035), - [anon_sym_xor2] = ACTIONS(2035), - [anon_sym_or2] = ACTIONS(2035), - [anon_sym_not_DASHin2] = ACTIONS(2035), - [anon_sym_starts_DASHwith2] = ACTIONS(2035), - [anon_sym_ends_DASHwith2] = ACTIONS(2035), - [anon_sym_EQ_EQ2] = ACTIONS(2035), - [anon_sym_BANG_EQ2] = ACTIONS(2035), - [anon_sym_LT2] = ACTIONS(2033), - [anon_sym_LT_EQ2] = ACTIONS(2035), - [anon_sym_GT_EQ2] = ACTIONS(2035), - [anon_sym_EQ_TILDE2] = ACTIONS(2035), - [anon_sym_BANG_TILDE2] = ACTIONS(2035), - [anon_sym_STAR_STAR2] = ACTIONS(2035), - [anon_sym_PLUS_PLUS2] = ACTIONS(2035), - [anon_sym_SLASH2] = ACTIONS(2033), - [anon_sym_mod2] = ACTIONS(2035), - [anon_sym_SLASH_SLASH2] = ACTIONS(2035), - [anon_sym_PLUS2] = ACTIONS(2033), - [anon_sym_bit_DASHshl2] = ACTIONS(2035), - [anon_sym_bit_DASHshr2] = ACTIONS(2035), - [anon_sym_bit_DASHand2] = ACTIONS(2035), - [anon_sym_bit_DASHxor2] = ACTIONS(2035), - [anon_sym_bit_DASHor2] = ACTIONS(2035), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(2033), - [anon_sym_out_GT] = ACTIONS(2033), - [anon_sym_e_GT] = ACTIONS(2033), - [anon_sym_o_GT] = ACTIONS(2033), - [anon_sym_err_PLUSout_GT] = ACTIONS(2033), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2033), - [anon_sym_o_PLUSe_GT] = ACTIONS(2033), - [anon_sym_e_PLUSo_GT] = ACTIONS(2033), - [anon_sym_err_GT_GT] = ACTIONS(2035), - [anon_sym_out_GT_GT] = ACTIONS(2035), - [anon_sym_e_GT_GT] = ACTIONS(2035), - [anon_sym_o_GT_GT] = ACTIONS(2035), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2035), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2035), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2035), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2035), + [aux_sym_cell_path_repeat1] = STATE(1684), + [ts_builtin_sym_end] = ACTIONS(937), + [sym__newline] = ACTIONS(937), + [anon_sym_SEMI] = ACTIONS(937), + [anon_sym_PIPE] = ACTIONS(937), + [anon_sym_err_GT_PIPE] = ACTIONS(937), + [anon_sym_out_GT_PIPE] = ACTIONS(937), + [anon_sym_e_GT_PIPE] = ACTIONS(937), + [anon_sym_o_GT_PIPE] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), + [anon_sym_GT2] = ACTIONS(935), + [anon_sym_DASH2] = ACTIONS(937), + [anon_sym_in2] = ACTIONS(937), + [anon_sym_STAR2] = ACTIONS(935), + [anon_sym_and2] = ACTIONS(937), + [anon_sym_xor2] = ACTIONS(937), + [anon_sym_or2] = ACTIONS(937), + [anon_sym_not_DASHin2] = ACTIONS(937), + [anon_sym_starts_DASHwith2] = ACTIONS(937), + [anon_sym_ends_DASHwith2] = ACTIONS(937), + [anon_sym_EQ_EQ2] = ACTIONS(937), + [anon_sym_BANG_EQ2] = ACTIONS(937), + [anon_sym_LT2] = ACTIONS(935), + [anon_sym_LT_EQ2] = ACTIONS(937), + [anon_sym_GT_EQ2] = ACTIONS(937), + [anon_sym_EQ_TILDE2] = ACTIONS(937), + [anon_sym_BANG_TILDE2] = ACTIONS(937), + [anon_sym_STAR_STAR2] = ACTIONS(937), + [anon_sym_PLUS_PLUS2] = ACTIONS(937), + [anon_sym_SLASH2] = ACTIONS(935), + [anon_sym_mod2] = ACTIONS(937), + [anon_sym_SLASH_SLASH2] = ACTIONS(937), + [anon_sym_PLUS2] = ACTIONS(935), + [anon_sym_bit_DASHshl2] = ACTIONS(937), + [anon_sym_bit_DASHshr2] = ACTIONS(937), + [anon_sym_bit_DASHand2] = ACTIONS(937), + [anon_sym_bit_DASHxor2] = ACTIONS(937), + [anon_sym_bit_DASHor2] = ACTIONS(937), + [anon_sym_DOT_DOT2] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), + [anon_sym_DOT_DOT_LT2] = ACTIONS(937), + [anon_sym_DOT2] = ACTIONS(4910), + [anon_sym_err_GT] = ACTIONS(935), + [anon_sym_out_GT] = ACTIONS(935), + [anon_sym_e_GT] = ACTIONS(935), + [anon_sym_o_GT] = ACTIONS(935), + [anon_sym_err_PLUSout_GT] = ACTIONS(935), + [anon_sym_out_PLUSerr_GT] = ACTIONS(935), + [anon_sym_o_PLUSe_GT] = ACTIONS(935), + [anon_sym_e_PLUSo_GT] = ACTIONS(935), + [anon_sym_err_GT_GT] = ACTIONS(937), + [anon_sym_out_GT_GT] = ACTIONS(937), + [anon_sym_e_GT_GT] = ACTIONS(937), + [anon_sym_o_GT_GT] = ACTIONS(937), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), [anon_sym_POUND] = ACTIONS(251), }, [1666] = { - [sym_path] = STATE(1826), [sym_comment] = STATE(1666), - [aux_sym_cell_path_repeat1] = STATE(1666), + [sym__newline] = ACTIONS(2118), + [anon_sym_SEMI] = ACTIONS(2118), + [anon_sym_PIPE] = ACTIONS(2118), + [anon_sym_err_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_GT_PIPE] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2118), + [anon_sym_RPAREN] = ACTIONS(2118), + [anon_sym_GT2] = ACTIONS(2116), + [anon_sym_DASH2] = ACTIONS(2118), + [anon_sym_in2] = ACTIONS(2118), + [anon_sym_if] = ACTIONS(2118), + [anon_sym_LBRACE] = ACTIONS(2118), + [anon_sym_RBRACE] = ACTIONS(2118), + [anon_sym_EQ_GT] = ACTIONS(2118), + [anon_sym_STAR2] = ACTIONS(2116), + [anon_sym_and2] = ACTIONS(2118), + [anon_sym_xor2] = ACTIONS(2118), + [anon_sym_or2] = ACTIONS(2118), + [anon_sym_not_DASHin2] = ACTIONS(2118), + [anon_sym_starts_DASHwith2] = ACTIONS(2118), + [anon_sym_ends_DASHwith2] = ACTIONS(2118), + [anon_sym_EQ_EQ2] = ACTIONS(2118), + [anon_sym_BANG_EQ2] = ACTIONS(2118), + [anon_sym_LT2] = ACTIONS(2116), + [anon_sym_LT_EQ2] = ACTIONS(2118), + [anon_sym_GT_EQ2] = ACTIONS(2118), + [anon_sym_EQ_TILDE2] = ACTIONS(2118), + [anon_sym_BANG_TILDE2] = ACTIONS(2118), + [anon_sym_STAR_STAR2] = ACTIONS(2118), + [anon_sym_PLUS_PLUS2] = ACTIONS(2118), + [anon_sym_SLASH2] = ACTIONS(2116), + [anon_sym_mod2] = ACTIONS(2118), + [anon_sym_SLASH_SLASH2] = ACTIONS(2118), + [anon_sym_PLUS2] = ACTIONS(2116), + [anon_sym_bit_DASHshl2] = ACTIONS(2118), + [anon_sym_bit_DASHshr2] = ACTIONS(2118), + [anon_sym_bit_DASHand2] = ACTIONS(2118), + [anon_sym_bit_DASHxor2] = ACTIONS(2118), + [anon_sym_bit_DASHor2] = ACTIONS(2118), + [anon_sym_DOT_DOT2] = ACTIONS(2116), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(2118), + [anon_sym_DOT_DOT_LT2] = ACTIONS(2118), + [anon_sym_err_GT] = ACTIONS(2116), + [anon_sym_out_GT] = ACTIONS(2116), + [anon_sym_e_GT] = ACTIONS(2116), + [anon_sym_o_GT] = ACTIONS(2116), + [anon_sym_err_PLUSout_GT] = ACTIONS(2116), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2116), + [anon_sym_o_PLUSe_GT] = ACTIONS(2116), + [anon_sym_e_PLUSo_GT] = ACTIONS(2116), + [anon_sym_err_GT_GT] = ACTIONS(2118), + [anon_sym_out_GT_GT] = ACTIONS(2118), + [anon_sym_e_GT_GT] = ACTIONS(2118), + [anon_sym_o_GT_GT] = ACTIONS(2118), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2118), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2118), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2118), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(251), + }, + [1667] = { + [sym_comment] = STATE(1667), + [ts_builtin_sym_end] = ACTIONS(1727), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1725), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_LPAREN2] = ACTIONS(1727), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [aux_sym_unquoted_token2] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), + }, + [1668] = { + [sym_path] = STATE(1861), + [sym_comment] = STATE(1668), + [aux_sym_cell_path_repeat1] = STATE(1668), [ts_builtin_sym_end] = ACTIONS(943), [sym__newline] = ACTIONS(943), [anon_sym_SEMI] = ACTIONS(943), @@ -232016,7 +232195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT2] = ACTIONS(941), [anon_sym_DOT_DOT_EQ2] = ACTIONS(943), [anon_sym_DOT_DOT_LT2] = ACTIONS(943), - [anon_sym_DOT2] = ACTIONS(4954), + [anon_sym_DOT2] = ACTIONS(4966), [anon_sym_err_GT] = ACTIONS(941), [anon_sym_out_GT] = ACTIONS(941), [anon_sym_e_GT] = ACTIONS(941), @@ -232035,748 +232214,547 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(943), [anon_sym_POUND] = ACTIONS(251), }, - [1667] = { - [sym__expr_parenthesized_immediate] = STATE(7231), - [sym_comment] = STATE(1667), - [sym__newline] = ACTIONS(4957), - [anon_sym_SEMI] = ACTIONS(4957), - [anon_sym_PIPE] = ACTIONS(4957), - [anon_sym_err_GT_PIPE] = ACTIONS(4957), - [anon_sym_out_GT_PIPE] = ACTIONS(4957), - [anon_sym_e_GT_PIPE] = ACTIONS(4957), - [anon_sym_o_GT_PIPE] = ACTIONS(4957), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4957), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4957), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4957), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4957), - [anon_sym_LBRACK] = ACTIONS(4957), - [anon_sym_LPAREN] = ACTIONS(4959), - [anon_sym_RPAREN] = ACTIONS(4957), - [anon_sym_DOLLAR] = ACTIONS(4959), - [anon_sym_DASH_DASH] = ACTIONS(4957), - [anon_sym_DASH2] = ACTIONS(4959), - [anon_sym_LBRACE] = ACTIONS(4957), - [anon_sym_DOT_DOT] = ACTIONS(4959), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4957), - [anon_sym_DOT_DOT_LT] = ACTIONS(4957), - [anon_sym_null] = ACTIONS(4957), - [anon_sym_true] = ACTIONS(4957), - [anon_sym_false] = ACTIONS(4957), - [aux_sym__val_number_decimal_token1] = ACTIONS(4959), - [aux_sym__val_number_decimal_token2] = ACTIONS(4957), - [aux_sym__val_number_decimal_token3] = ACTIONS(4957), - [aux_sym__val_number_decimal_token4] = ACTIONS(4957), - [aux_sym__val_number_token1] = ACTIONS(4957), - [aux_sym__val_number_token2] = ACTIONS(4957), - [aux_sym__val_number_token3] = ACTIONS(4957), - [aux_sym__val_number_token4] = ACTIONS(4957), - [aux_sym__val_number_token5] = ACTIONS(4957), - [aux_sym__val_number_token6] = ACTIONS(4957), - [anon_sym_0b] = ACTIONS(4959), - [anon_sym_0o] = ACTIONS(4959), - [anon_sym_0x] = ACTIONS(4959), - [sym_val_date] = ACTIONS(4957), - [anon_sym_DQUOTE] = ACTIONS(4957), - [sym__str_single_quotes] = ACTIONS(4957), - [sym__str_back_ticks] = ACTIONS(4957), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4957), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4957), - [anon_sym_err_GT] = ACTIONS(4959), - [anon_sym_out_GT] = ACTIONS(4959), - [anon_sym_e_GT] = ACTIONS(4959), - [anon_sym_o_GT] = ACTIONS(4959), - [anon_sym_err_PLUSout_GT] = ACTIONS(4959), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4959), - [anon_sym_o_PLUSe_GT] = ACTIONS(4959), - [anon_sym_e_PLUSo_GT] = ACTIONS(4959), - [anon_sym_err_GT_GT] = ACTIONS(4957), - [anon_sym_out_GT_GT] = ACTIONS(4957), - [anon_sym_e_GT_GT] = ACTIONS(4957), - [anon_sym_o_GT_GT] = ACTIONS(4957), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4957), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4957), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4957), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4957), - [aux_sym_unquoted_token1] = ACTIONS(4959), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4957), - }, - [1668] = { - [sym__expr_parenthesized_immediate] = STATE(7231), - [sym_comment] = STATE(1668), - [sym__newline] = ACTIONS(4961), - [anon_sym_SEMI] = ACTIONS(4961), - [anon_sym_PIPE] = ACTIONS(4961), - [anon_sym_err_GT_PIPE] = ACTIONS(4961), - [anon_sym_out_GT_PIPE] = ACTIONS(4961), - [anon_sym_e_GT_PIPE] = ACTIONS(4961), - [anon_sym_o_GT_PIPE] = ACTIONS(4961), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4961), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4961), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4961), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4961), - [anon_sym_LBRACK] = ACTIONS(4961), - [anon_sym_LPAREN] = ACTIONS(4963), - [anon_sym_RPAREN] = ACTIONS(4961), - [anon_sym_DOLLAR] = ACTIONS(4963), - [anon_sym_DASH_DASH] = ACTIONS(4961), - [anon_sym_DASH2] = ACTIONS(4963), - [anon_sym_LBRACE] = ACTIONS(4961), - [anon_sym_DOT_DOT] = ACTIONS(4963), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4961), - [anon_sym_DOT_DOT_LT] = ACTIONS(4961), - [anon_sym_null] = ACTIONS(4961), - [anon_sym_true] = ACTIONS(4961), - [anon_sym_false] = ACTIONS(4961), - [aux_sym__val_number_decimal_token1] = ACTIONS(4963), - [aux_sym__val_number_decimal_token2] = ACTIONS(4961), - [aux_sym__val_number_decimal_token3] = ACTIONS(4961), - [aux_sym__val_number_decimal_token4] = ACTIONS(4961), - [aux_sym__val_number_token1] = ACTIONS(4961), - [aux_sym__val_number_token2] = ACTIONS(4961), - [aux_sym__val_number_token3] = ACTIONS(4961), - [aux_sym__val_number_token4] = ACTIONS(4961), - [aux_sym__val_number_token5] = ACTIONS(4961), - [aux_sym__val_number_token6] = ACTIONS(4961), - [anon_sym_0b] = ACTIONS(4963), - [anon_sym_0o] = ACTIONS(4963), - [anon_sym_0x] = ACTIONS(4963), - [sym_val_date] = ACTIONS(4961), - [anon_sym_DQUOTE] = ACTIONS(4961), - [sym__str_single_quotes] = ACTIONS(4961), - [sym__str_back_ticks] = ACTIONS(4961), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4961), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4961), - [anon_sym_err_GT] = ACTIONS(4963), - [anon_sym_out_GT] = ACTIONS(4963), - [anon_sym_e_GT] = ACTIONS(4963), - [anon_sym_o_GT] = ACTIONS(4963), - [anon_sym_err_PLUSout_GT] = ACTIONS(4963), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4963), - [anon_sym_o_PLUSe_GT] = ACTIONS(4963), - [anon_sym_e_PLUSo_GT] = ACTIONS(4963), - [anon_sym_err_GT_GT] = ACTIONS(4961), - [anon_sym_out_GT_GT] = ACTIONS(4961), - [anon_sym_e_GT_GT] = ACTIONS(4961), - [anon_sym_o_GT_GT] = ACTIONS(4961), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4961), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4961), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4961), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4961), - [aux_sym_unquoted_token1] = ACTIONS(4963), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4961), - }, [1669] = { [sym_comment] = STATE(1669), - [sym__newline] = ACTIONS(4965), - [anon_sym_SEMI] = ACTIONS(4965), - [anon_sym_PIPE] = ACTIONS(4965), - [anon_sym_err_GT_PIPE] = ACTIONS(4965), - [anon_sym_out_GT_PIPE] = ACTIONS(4965), - [anon_sym_e_GT_PIPE] = ACTIONS(4965), - [anon_sym_o_GT_PIPE] = ACTIONS(4965), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4965), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4965), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4965), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4965), - [anon_sym_LBRACK] = ACTIONS(4965), - [anon_sym_LPAREN] = ACTIONS(4965), - [anon_sym_RPAREN] = ACTIONS(4965), - [anon_sym_DOLLAR] = ACTIONS(4967), - [anon_sym_DASH_DASH] = ACTIONS(4965), - [anon_sym_DASH2] = ACTIONS(4967), - [anon_sym_LBRACE] = ACTIONS(4965), - [anon_sym_RBRACE] = ACTIONS(4965), - [anon_sym_DOT_DOT] = ACTIONS(4967), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4965), - [anon_sym_DOT_DOT_LT] = ACTIONS(4965), - [anon_sym_null] = ACTIONS(4965), - [anon_sym_true] = ACTIONS(4965), - [anon_sym_false] = ACTIONS(4965), - [aux_sym__val_number_decimal_token1] = ACTIONS(4967), - [aux_sym__val_number_decimal_token2] = ACTIONS(4965), - [aux_sym__val_number_decimal_token3] = ACTIONS(4965), - [aux_sym__val_number_decimal_token4] = ACTIONS(4965), - [aux_sym__val_number_token1] = ACTIONS(4965), - [aux_sym__val_number_token2] = ACTIONS(4965), - [aux_sym__val_number_token3] = ACTIONS(4965), - [aux_sym__val_number_token4] = ACTIONS(4965), - [aux_sym__val_number_token5] = ACTIONS(4965), - [aux_sym__val_number_token6] = ACTIONS(4965), - [anon_sym_0b] = ACTIONS(4967), - [anon_sym_0o] = ACTIONS(4967), - [anon_sym_0x] = ACTIONS(4967), - [sym_val_date] = ACTIONS(4965), - [anon_sym_DQUOTE] = ACTIONS(4965), - [sym__str_single_quotes] = ACTIONS(4965), - [sym__str_back_ticks] = ACTIONS(4965), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4965), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4965), - [anon_sym_err_GT] = ACTIONS(4967), - [anon_sym_out_GT] = ACTIONS(4967), - [anon_sym_e_GT] = ACTIONS(4967), - [anon_sym_o_GT] = ACTIONS(4967), - [anon_sym_err_PLUSout_GT] = ACTIONS(4967), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4967), - [anon_sym_o_PLUSe_GT] = ACTIONS(4967), - [anon_sym_e_PLUSo_GT] = ACTIONS(4967), - [anon_sym_err_GT_GT] = ACTIONS(4965), - [anon_sym_out_GT_GT] = ACTIONS(4965), - [anon_sym_e_GT_GT] = ACTIONS(4965), - [anon_sym_o_GT_GT] = ACTIONS(4965), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4965), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4965), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4965), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4965), - [anon_sym_EQ2] = ACTIONS(4969), - [aux_sym_unquoted_token1] = ACTIONS(4967), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4965), + [ts_builtin_sym_end] = ACTIONS(1000), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1004), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_DOT_DOT] = ACTIONS(1004), + [anon_sym_LPAREN2] = ACTIONS(2202), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), + [anon_sym_DOT_DOT_LT] = ACTIONS(1004), + [anon_sym_null] = ACTIONS(1004), + [anon_sym_true] = ACTIONS(1004), + [anon_sym_false] = ACTIONS(1004), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1004), + [aux_sym__val_number_decimal_token3] = ACTIONS(1004), + [aux_sym__val_number_decimal_token4] = ACTIONS(1004), + [aux_sym__val_number_token1] = ACTIONS(1004), + [aux_sym__val_number_token2] = ACTIONS(1004), + [aux_sym__val_number_token3] = ACTIONS(1004), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_0b] = ACTIONS(1004), + [anon_sym_0o] = ACTIONS(1004), + [anon_sym_0x] = ACTIONS(1004), + [sym_val_date] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1004), + [anon_sym_out_GT_GT] = ACTIONS(1004), + [anon_sym_e_GT_GT] = ACTIONS(1004), + [anon_sym_o_GT_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1004), + [aux_sym_unquoted_token1] = ACTIONS(1004), + [aux_sym_unquoted_token4] = ACTIONS(2204), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1000), }, [1670] = { [sym_comment] = STATE(1670), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_GT2] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1729), - [anon_sym_in2] = ACTIONS(1729), - [anon_sym_LBRACE] = ACTIONS(1729), - [anon_sym_RBRACE] = ACTIONS(1729), - [anon_sym_STAR2] = ACTIONS(1727), - [anon_sym_and2] = ACTIONS(1729), - [anon_sym_xor2] = ACTIONS(1729), - [anon_sym_or2] = ACTIONS(1729), - [anon_sym_not_DASHin2] = ACTIONS(1729), - [anon_sym_starts_DASHwith2] = ACTIONS(1729), - [anon_sym_ends_DASHwith2] = ACTIONS(1729), - [anon_sym_EQ_EQ2] = ACTIONS(1729), - [anon_sym_BANG_EQ2] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1727), - [anon_sym_LT_EQ2] = ACTIONS(1729), - [anon_sym_GT_EQ2] = ACTIONS(1729), - [anon_sym_EQ_TILDE2] = ACTIONS(1729), - [anon_sym_BANG_TILDE2] = ACTIONS(1729), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_STAR_STAR2] = ACTIONS(1729), - [anon_sym_PLUS_PLUS2] = ACTIONS(1729), - [anon_sym_SLASH2] = ACTIONS(1727), - [anon_sym_mod2] = ACTIONS(1729), - [anon_sym_SLASH_SLASH2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_bit_DASHshl2] = ACTIONS(1729), - [anon_sym_bit_DASHshr2] = ACTIONS(1729), - [anon_sym_bit_DASHand2] = ACTIONS(1729), - [anon_sym_bit_DASHxor2] = ACTIONS(1729), - [anon_sym_bit_DASHor2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token2] = ACTIONS(1727), - [anon_sym_POUND] = ACTIONS(251), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1759), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [aux_sym__immediate_decimal_token1] = ACTIONS(4969), + [aux_sym__immediate_decimal_token2] = ACTIONS(4971), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, [1671] = { - [sym_cmd_identifier] = STATE(3978), - [sym__command_name] = STATE(6546), - [sym_scope_pattern] = STATE(6548), - [sym_wild_card] = STATE(6549), - [sym_command_list] = STATE(6550), - [sym__val_number_decimal] = STATE(3616), - [sym_val_string] = STATE(3962), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), [sym_comment] = STATE(1671), - [aux_sym_cmd_identifier_token1] = ACTIONS(4924), - [aux_sym_cmd_identifier_token2] = ACTIONS(4926), - [aux_sym_cmd_identifier_token3] = ACTIONS(4926), - [aux_sym_cmd_identifier_token4] = ACTIONS(4926), - [aux_sym_cmd_identifier_token5] = ACTIONS(4926), - [aux_sym_cmd_identifier_token6] = ACTIONS(4926), - [aux_sym_cmd_identifier_token7] = ACTIONS(4926), - [aux_sym_cmd_identifier_token8] = ACTIONS(4926), - [aux_sym_cmd_identifier_token9] = ACTIONS(4924), - [aux_sym_cmd_identifier_token10] = ACTIONS(4926), - [aux_sym_cmd_identifier_token11] = ACTIONS(4926), - [aux_sym_cmd_identifier_token12] = ACTIONS(4926), - [aux_sym_cmd_identifier_token13] = ACTIONS(4924), - [aux_sym_cmd_identifier_token14] = ACTIONS(4926), - [aux_sym_cmd_identifier_token15] = ACTIONS(4924), - [aux_sym_cmd_identifier_token16] = ACTIONS(4926), - [aux_sym_cmd_identifier_token17] = ACTIONS(4926), - [aux_sym_cmd_identifier_token18] = ACTIONS(4926), - [aux_sym_cmd_identifier_token19] = ACTIONS(4926), - [aux_sym_cmd_identifier_token20] = ACTIONS(4926), - [aux_sym_cmd_identifier_token21] = ACTIONS(4926), - [aux_sym_cmd_identifier_token22] = ACTIONS(4926), - [aux_sym_cmd_identifier_token23] = ACTIONS(4926), - [aux_sym_cmd_identifier_token24] = ACTIONS(4926), - [aux_sym_cmd_identifier_token25] = ACTIONS(4926), - [aux_sym_cmd_identifier_token26] = ACTIONS(4926), - [aux_sym_cmd_identifier_token27] = ACTIONS(4926), - [aux_sym_cmd_identifier_token28] = ACTIONS(4926), - [aux_sym_cmd_identifier_token29] = ACTIONS(4926), - [aux_sym_cmd_identifier_token30] = ACTIONS(4926), - [aux_sym_cmd_identifier_token31] = ACTIONS(4926), - [aux_sym_cmd_identifier_token32] = ACTIONS(4926), - [aux_sym_cmd_identifier_token33] = ACTIONS(4926), - [aux_sym_cmd_identifier_token34] = ACTIONS(4924), - [aux_sym_cmd_identifier_token35] = ACTIONS(4926), - [aux_sym_cmd_identifier_token36] = ACTIONS(4926), - [aux_sym_cmd_identifier_token37] = ACTIONS(4926), - [aux_sym_cmd_identifier_token38] = ACTIONS(4924), - [aux_sym_cmd_identifier_token39] = ACTIONS(4926), - [aux_sym_cmd_identifier_token40] = ACTIONS(4926), - [sym__newline] = ACTIONS(4971), - [anon_sym_SEMI] = ACTIONS(4971), - [anon_sym_LBRACK] = ACTIONS(4930), - [anon_sym_RPAREN] = ACTIONS(4971), - [anon_sym_RBRACE] = ACTIONS(4971), - [anon_sym_STAR2] = ACTIONS(4932), - [aux_sym__val_number_decimal_token1] = ACTIONS(4934), - [aux_sym__val_number_decimal_token2] = ACTIONS(4934), - [aux_sym__val_number_decimal_token3] = ACTIONS(4936), - [aux_sym__val_number_decimal_token4] = ACTIONS(4938), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), + [ts_builtin_sym_end] = ACTIONS(1597), + [sym__newline] = ACTIONS(1597), + [anon_sym_SEMI] = ACTIONS(1597), + [anon_sym_PIPE] = ACTIONS(1597), + [anon_sym_err_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_GT_PIPE] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1597), + [anon_sym_GT2] = ACTIONS(1595), + [anon_sym_DASH2] = ACTIONS(1597), + [anon_sym_in2] = ACTIONS(1597), + [anon_sym_STAR2] = ACTIONS(1595), + [anon_sym_and2] = ACTIONS(1597), + [anon_sym_xor2] = ACTIONS(1597), + [anon_sym_or2] = ACTIONS(1597), + [anon_sym_not_DASHin2] = ACTIONS(1597), + [anon_sym_starts_DASHwith2] = ACTIONS(1597), + [anon_sym_ends_DASHwith2] = ACTIONS(1597), + [anon_sym_EQ_EQ2] = ACTIONS(1597), + [anon_sym_BANG_EQ2] = ACTIONS(1597), + [anon_sym_LT2] = ACTIONS(1595), + [anon_sym_LT_EQ2] = ACTIONS(1597), + [anon_sym_GT_EQ2] = ACTIONS(1597), + [anon_sym_EQ_TILDE2] = ACTIONS(1597), + [anon_sym_BANG_TILDE2] = ACTIONS(1597), + [anon_sym_LPAREN2] = ACTIONS(1597), + [anon_sym_STAR_STAR2] = ACTIONS(1597), + [anon_sym_PLUS_PLUS2] = ACTIONS(1597), + [anon_sym_SLASH2] = ACTIONS(1595), + [anon_sym_mod2] = ACTIONS(1597), + [anon_sym_SLASH_SLASH2] = ACTIONS(1597), + [anon_sym_PLUS2] = ACTIONS(1595), + [anon_sym_bit_DASHshl2] = ACTIONS(1597), + [anon_sym_bit_DASHshr2] = ACTIONS(1597), + [anon_sym_bit_DASHand2] = ACTIONS(1597), + [anon_sym_bit_DASHxor2] = ACTIONS(1597), + [anon_sym_bit_DASHor2] = ACTIONS(1597), + [anon_sym_DOT_DOT2] = ACTIONS(1595), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1597), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1597), + [sym_filesize_unit] = ACTIONS(1595), + [sym_duration_unit] = ACTIONS(1597), + [anon_sym_err_GT] = ACTIONS(1595), + [anon_sym_out_GT] = ACTIONS(1595), + [anon_sym_e_GT] = ACTIONS(1595), + [anon_sym_o_GT] = ACTIONS(1595), + [anon_sym_err_PLUSout_GT] = ACTIONS(1595), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1595), + [anon_sym_o_PLUSe_GT] = ACTIONS(1595), + [anon_sym_e_PLUSo_GT] = ACTIONS(1595), + [anon_sym_err_GT_GT] = ACTIONS(1597), + [anon_sym_out_GT_GT] = ACTIONS(1597), + [anon_sym_e_GT_GT] = ACTIONS(1597), + [anon_sym_o_GT_GT] = ACTIONS(1597), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1597), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1597), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1597), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1597), + [aux_sym_unquoted_token2] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), }, [1672] = { + [sym__expr_parenthesized_immediate] = STATE(7237), [sym_comment] = STATE(1672), - [ts_builtin_sym_end] = ACTIONS(2253), - [sym__newline] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2253), - [anon_sym_PIPE] = ACTIONS(2253), - [anon_sym_err_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_GT_PIPE] = ACTIONS(2253), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2253), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2253), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2253), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2253), - [anon_sym_LBRACK] = ACTIONS(2253), - [anon_sym_LPAREN] = ACTIONS(2249), - [anon_sym_DOLLAR] = ACTIONS(2249), - [anon_sym_DASH_DASH] = ACTIONS(2249), - [anon_sym_DASH2] = ACTIONS(2249), - [anon_sym_LBRACE] = ACTIONS(2253), - [anon_sym_DOT_DOT] = ACTIONS(2249), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2249), - [anon_sym_DOT_DOT_LT] = ACTIONS(2249), - [anon_sym_null] = ACTIONS(2249), - [anon_sym_true] = ACTIONS(2249), - [anon_sym_false] = ACTIONS(2249), - [aux_sym__val_number_decimal_token1] = ACTIONS(2249), - [aux_sym__val_number_decimal_token2] = ACTIONS(2249), - [aux_sym__val_number_decimal_token3] = ACTIONS(2249), - [aux_sym__val_number_decimal_token4] = ACTIONS(2249), - [aux_sym__val_number_token1] = ACTIONS(2249), - [aux_sym__val_number_token2] = ACTIONS(2249), - [aux_sym__val_number_token3] = ACTIONS(2249), - [aux_sym__val_number_token4] = ACTIONS(2249), - [aux_sym__val_number_token5] = ACTIONS(2249), - [aux_sym__val_number_token6] = ACTIONS(2249), - [anon_sym_0b] = ACTIONS(2249), - [anon_sym_0o] = ACTIONS(2249), - [anon_sym_0x] = ACTIONS(2249), - [sym_val_date] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(2253), - [sym__str_single_quotes] = ACTIONS(2253), - [sym__str_back_ticks] = ACTIONS(2253), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2253), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2253), - [anon_sym_err_GT] = ACTIONS(2249), - [anon_sym_out_GT] = ACTIONS(2249), - [anon_sym_e_GT] = ACTIONS(2249), - [anon_sym_o_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT] = ACTIONS(2249), - [anon_sym_err_GT_GT] = ACTIONS(2249), - [anon_sym_out_GT_GT] = ACTIONS(2249), - [anon_sym_e_GT_GT] = ACTIONS(2249), - [anon_sym_o_GT_GT] = ACTIONS(2249), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2249), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2249), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2249), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2249), - [aux_sym_unquoted_token1] = ACTIONS(2249), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2253), + [ts_builtin_sym_end] = ACTIONS(4890), + [sym__newline] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4890), + [anon_sym_PIPE] = ACTIONS(4890), + [anon_sym_err_GT_PIPE] = ACTIONS(4890), + [anon_sym_out_GT_PIPE] = ACTIONS(4890), + [anon_sym_e_GT_PIPE] = ACTIONS(4890), + [anon_sym_o_GT_PIPE] = ACTIONS(4890), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4890), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4890), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4890), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4890), + [anon_sym_LBRACK] = ACTIONS(4890), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_DOLLAR] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4890), + [anon_sym_DASH2] = ACTIONS(4892), + [anon_sym_LBRACE] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4890), + [anon_sym_DOT_DOT_LT] = ACTIONS(4890), + [anon_sym_null] = ACTIONS(4890), + [anon_sym_true] = ACTIONS(4890), + [anon_sym_false] = ACTIONS(4890), + [aux_sym__val_number_decimal_token1] = ACTIONS(4892), + [aux_sym__val_number_decimal_token2] = ACTIONS(4890), + [aux_sym__val_number_decimal_token3] = ACTIONS(4890), + [aux_sym__val_number_decimal_token4] = ACTIONS(4890), + [aux_sym__val_number_token1] = ACTIONS(4890), + [aux_sym__val_number_token2] = ACTIONS(4890), + [aux_sym__val_number_token3] = ACTIONS(4890), + [aux_sym__val_number_token4] = ACTIONS(4890), + [aux_sym__val_number_token5] = ACTIONS(4890), + [aux_sym__val_number_token6] = ACTIONS(4890), + [anon_sym_0b] = ACTIONS(4892), + [anon_sym_0o] = ACTIONS(4892), + [anon_sym_0x] = ACTIONS(4892), + [sym_val_date] = ACTIONS(4890), + [anon_sym_DQUOTE] = ACTIONS(4890), + [sym__str_single_quotes] = ACTIONS(4890), + [sym__str_back_ticks] = ACTIONS(4890), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4890), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4890), + [anon_sym_err_GT] = ACTIONS(4892), + [anon_sym_out_GT] = ACTIONS(4892), + [anon_sym_e_GT] = ACTIONS(4892), + [anon_sym_o_GT] = ACTIONS(4892), + [anon_sym_err_PLUSout_GT] = ACTIONS(4892), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4892), + [anon_sym_o_PLUSe_GT] = ACTIONS(4892), + [anon_sym_e_PLUSo_GT] = ACTIONS(4892), + [anon_sym_err_GT_GT] = ACTIONS(4890), + [anon_sym_out_GT_GT] = ACTIONS(4890), + [anon_sym_e_GT_GT] = ACTIONS(4890), + [anon_sym_o_GT_GT] = ACTIONS(4890), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4890), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4890), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4890), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4890), + [aux_sym_unquoted_token1] = ACTIONS(4892), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4890), }, [1673] = { + [sym__expr_parenthesized_immediate] = STATE(7420), [sym_comment] = STATE(1673), - [ts_builtin_sym_end] = ACTIONS(2259), - [sym__newline] = ACTIONS(2259), - [anon_sym_SEMI] = ACTIONS(2259), - [anon_sym_PIPE] = ACTIONS(2259), - [anon_sym_err_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_GT_PIPE] = ACTIONS(2259), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2259), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2259), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2259), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2259), - [anon_sym_LBRACK] = ACTIONS(2259), - [anon_sym_LPAREN] = ACTIONS(2257), - [anon_sym_DOLLAR] = ACTIONS(2257), - [anon_sym_DASH_DASH] = ACTIONS(2257), - [anon_sym_DASH2] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2259), - [anon_sym_DOT_DOT] = ACTIONS(2257), - [anon_sym_LPAREN2] = ACTIONS(2251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2257), - [anon_sym_DOT_DOT_LT] = ACTIONS(2257), - [anon_sym_null] = ACTIONS(2257), - [anon_sym_true] = ACTIONS(2257), - [anon_sym_false] = ACTIONS(2257), - [aux_sym__val_number_decimal_token1] = ACTIONS(2257), - [aux_sym__val_number_decimal_token2] = ACTIONS(2257), - [aux_sym__val_number_decimal_token3] = ACTIONS(2257), - [aux_sym__val_number_decimal_token4] = ACTIONS(2257), - [aux_sym__val_number_token1] = ACTIONS(2257), - [aux_sym__val_number_token2] = ACTIONS(2257), - [aux_sym__val_number_token3] = ACTIONS(2257), - [aux_sym__val_number_token4] = ACTIONS(2257), - [aux_sym__val_number_token5] = ACTIONS(2257), - [aux_sym__val_number_token6] = ACTIONS(2257), - [anon_sym_0b] = ACTIONS(2257), - [anon_sym_0o] = ACTIONS(2257), - [anon_sym_0x] = ACTIONS(2257), - [sym_val_date] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(2259), - [sym__str_single_quotes] = ACTIONS(2259), - [sym__str_back_ticks] = ACTIONS(2259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2259), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2259), - [anon_sym_err_GT] = ACTIONS(2257), - [anon_sym_out_GT] = ACTIONS(2257), - [anon_sym_e_GT] = ACTIONS(2257), - [anon_sym_o_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT] = ACTIONS(2257), - [anon_sym_err_GT_GT] = ACTIONS(2257), - [anon_sym_out_GT_GT] = ACTIONS(2257), - [anon_sym_e_GT_GT] = ACTIONS(2257), - [anon_sym_o_GT_GT] = ACTIONS(2257), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2257), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2257), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2257), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2257), - [aux_sym_unquoted_token1] = ACTIONS(2257), - [aux_sym_unquoted_token4] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2259), + [ts_builtin_sym_end] = ACTIONS(4849), + [sym__newline] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4849), + [anon_sym_PIPE] = ACTIONS(4849), + [anon_sym_err_GT_PIPE] = ACTIONS(4849), + [anon_sym_out_GT_PIPE] = ACTIONS(4849), + [anon_sym_e_GT_PIPE] = ACTIONS(4849), + [anon_sym_o_GT_PIPE] = ACTIONS(4849), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4849), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4849), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4849), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4849), + [anon_sym_LBRACK] = ACTIONS(4849), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_DOLLAR] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4849), + [anon_sym_DASH2] = ACTIONS(4851), + [anon_sym_LBRACE] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4849), + [anon_sym_DOT_DOT_LT] = ACTIONS(4849), + [anon_sym_null] = ACTIONS(4849), + [anon_sym_true] = ACTIONS(4849), + [anon_sym_false] = ACTIONS(4849), + [aux_sym__val_number_decimal_token1] = ACTIONS(4851), + [aux_sym__val_number_decimal_token2] = ACTIONS(4849), + [aux_sym__val_number_decimal_token3] = ACTIONS(4849), + [aux_sym__val_number_decimal_token4] = ACTIONS(4849), + [aux_sym__val_number_token1] = ACTIONS(4849), + [aux_sym__val_number_token2] = ACTIONS(4849), + [aux_sym__val_number_token3] = ACTIONS(4849), + [aux_sym__val_number_token4] = ACTIONS(4849), + [aux_sym__val_number_token5] = ACTIONS(4849), + [aux_sym__val_number_token6] = ACTIONS(4849), + [anon_sym_0b] = ACTIONS(4851), + [anon_sym_0o] = ACTIONS(4851), + [anon_sym_0x] = ACTIONS(4851), + [sym_val_date] = ACTIONS(4849), + [anon_sym_DQUOTE] = ACTIONS(4849), + [sym__str_single_quotes] = ACTIONS(4849), + [sym__str_back_ticks] = ACTIONS(4849), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4849), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4849), + [anon_sym_err_GT] = ACTIONS(4851), + [anon_sym_out_GT] = ACTIONS(4851), + [anon_sym_e_GT] = ACTIONS(4851), + [anon_sym_o_GT] = ACTIONS(4851), + [anon_sym_err_PLUSout_GT] = ACTIONS(4851), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4851), + [anon_sym_o_PLUSe_GT] = ACTIONS(4851), + [anon_sym_e_PLUSo_GT] = ACTIONS(4851), + [anon_sym_err_GT_GT] = ACTIONS(4849), + [anon_sym_out_GT_GT] = ACTIONS(4849), + [anon_sym_e_GT_GT] = ACTIONS(4849), + [anon_sym_o_GT_GT] = ACTIONS(4849), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4849), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4849), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4849), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4849), + [aux_sym_unquoted_token1] = ACTIONS(4851), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4849), }, [1674] = { - [sym_cell_path] = STATE(2125), - [sym_path] = STATE(1510), + [sym_cmd_identifier] = STATE(3983), + [sym__command_name] = STATE(6500), + [sym_scope_pattern] = STATE(6505), + [sym_wild_card] = STATE(6509), + [sym_command_list] = STATE(6510), + [sym__val_number_decimal] = STATE(3649), + [sym_val_string] = STATE(3984), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), [sym_comment] = STATE(1674), - [aux_sym_cell_path_repeat1] = STATE(1402), - [sym__newline] = ACTIONS(1959), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1959), - [anon_sym_err_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_GT_PIPE] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1959), - [anon_sym_RPAREN] = ACTIONS(1959), - [anon_sym_GT2] = ACTIONS(1957), - [anon_sym_DASH2] = ACTIONS(1959), - [anon_sym_in2] = ACTIONS(1959), - [anon_sym_LBRACE] = ACTIONS(1959), - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_EQ_GT] = ACTIONS(1959), - [anon_sym_STAR2] = ACTIONS(1957), - [anon_sym_and2] = ACTIONS(1959), - [anon_sym_xor2] = ACTIONS(1959), - [anon_sym_or2] = ACTIONS(1959), - [anon_sym_not_DASHin2] = ACTIONS(1959), - [anon_sym_starts_DASHwith2] = ACTIONS(1959), - [anon_sym_ends_DASHwith2] = ACTIONS(1959), - [anon_sym_EQ_EQ2] = ACTIONS(1959), - [anon_sym_BANG_EQ2] = ACTIONS(1959), - [anon_sym_LT2] = ACTIONS(1957), - [anon_sym_LT_EQ2] = ACTIONS(1959), - [anon_sym_GT_EQ2] = ACTIONS(1959), - [anon_sym_EQ_TILDE2] = ACTIONS(1959), - [anon_sym_BANG_TILDE2] = ACTIONS(1959), - [anon_sym_STAR_STAR2] = ACTIONS(1959), - [anon_sym_PLUS_PLUS2] = ACTIONS(1959), - [anon_sym_SLASH2] = ACTIONS(1957), - [anon_sym_mod2] = ACTIONS(1959), - [anon_sym_SLASH_SLASH2] = ACTIONS(1959), - [anon_sym_PLUS2] = ACTIONS(1957), - [anon_sym_bit_DASHshl2] = ACTIONS(1959), - [anon_sym_bit_DASHshr2] = ACTIONS(1959), - [anon_sym_bit_DASHand2] = ACTIONS(1959), - [anon_sym_bit_DASHxor2] = ACTIONS(1959), - [anon_sym_bit_DASHor2] = ACTIONS(1959), - [anon_sym_DOT2] = ACTIONS(4811), - [anon_sym_err_GT] = ACTIONS(1957), - [anon_sym_out_GT] = ACTIONS(1957), - [anon_sym_e_GT] = ACTIONS(1957), - [anon_sym_o_GT] = ACTIONS(1957), - [anon_sym_err_PLUSout_GT] = ACTIONS(1957), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1957), - [anon_sym_o_PLUSe_GT] = ACTIONS(1957), - [anon_sym_e_PLUSo_GT] = ACTIONS(1957), - [anon_sym_err_GT_GT] = ACTIONS(1959), - [anon_sym_out_GT_GT] = ACTIONS(1959), - [anon_sym_e_GT_GT] = ACTIONS(1959), - [anon_sym_o_GT_GT] = ACTIONS(1959), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1959), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1959), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1959), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1959), + [aux_sym_cmd_identifier_token1] = ACTIONS(4950), + [aux_sym_cmd_identifier_token2] = ACTIONS(4952), + [aux_sym_cmd_identifier_token3] = ACTIONS(4952), + [aux_sym_cmd_identifier_token4] = ACTIONS(4952), + [aux_sym_cmd_identifier_token5] = ACTIONS(4952), + [aux_sym_cmd_identifier_token6] = ACTIONS(4952), + [aux_sym_cmd_identifier_token7] = ACTIONS(4952), + [aux_sym_cmd_identifier_token8] = ACTIONS(4952), + [aux_sym_cmd_identifier_token9] = ACTIONS(4950), + [aux_sym_cmd_identifier_token10] = ACTIONS(4952), + [aux_sym_cmd_identifier_token11] = ACTIONS(4952), + [aux_sym_cmd_identifier_token12] = ACTIONS(4952), + [aux_sym_cmd_identifier_token13] = ACTIONS(4950), + [aux_sym_cmd_identifier_token14] = ACTIONS(4952), + [aux_sym_cmd_identifier_token15] = ACTIONS(4950), + [aux_sym_cmd_identifier_token16] = ACTIONS(4952), + [aux_sym_cmd_identifier_token17] = ACTIONS(4952), + [aux_sym_cmd_identifier_token18] = ACTIONS(4952), + [aux_sym_cmd_identifier_token19] = ACTIONS(4952), + [aux_sym_cmd_identifier_token20] = ACTIONS(4952), + [aux_sym_cmd_identifier_token21] = ACTIONS(4952), + [aux_sym_cmd_identifier_token22] = ACTIONS(4952), + [aux_sym_cmd_identifier_token23] = ACTIONS(4952), + [aux_sym_cmd_identifier_token24] = ACTIONS(4952), + [aux_sym_cmd_identifier_token25] = ACTIONS(4952), + [aux_sym_cmd_identifier_token26] = ACTIONS(4952), + [aux_sym_cmd_identifier_token27] = ACTIONS(4952), + [aux_sym_cmd_identifier_token28] = ACTIONS(4952), + [aux_sym_cmd_identifier_token29] = ACTIONS(4952), + [aux_sym_cmd_identifier_token30] = ACTIONS(4952), + [aux_sym_cmd_identifier_token31] = ACTIONS(4952), + [aux_sym_cmd_identifier_token32] = ACTIONS(4952), + [aux_sym_cmd_identifier_token33] = ACTIONS(4952), + [aux_sym_cmd_identifier_token34] = ACTIONS(4950), + [aux_sym_cmd_identifier_token35] = ACTIONS(4952), + [aux_sym_cmd_identifier_token36] = ACTIONS(4952), + [aux_sym_cmd_identifier_token37] = ACTIONS(4952), + [aux_sym_cmd_identifier_token38] = ACTIONS(4950), + [aux_sym_cmd_identifier_token39] = ACTIONS(4952), + [aux_sym_cmd_identifier_token40] = ACTIONS(4952), + [sym__newline] = ACTIONS(4973), + [anon_sym_SEMI] = ACTIONS(4973), + [anon_sym_LBRACK] = ACTIONS(4956), + [anon_sym_RPAREN] = ACTIONS(4973), + [anon_sym_RBRACE] = ACTIONS(4973), + [anon_sym_STAR2] = ACTIONS(4958), + [aux_sym__val_number_decimal_token1] = ACTIONS(4960), + [aux_sym__val_number_decimal_token2] = ACTIONS(4960), + [aux_sym__val_number_decimal_token3] = ACTIONS(4962), + [aux_sym__val_number_decimal_token4] = ACTIONS(4964), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), }, [1675] = { [sym_comment] = STATE(1675), - [sym__newline] = ACTIONS(2245), - [anon_sym_SEMI] = ACTIONS(2245), - [anon_sym_PIPE] = ACTIONS(2245), - [anon_sym_err_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_GT_PIPE] = ACTIONS(2245), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2245), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2245), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2245), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_LPAREN] = ACTIONS(2245), - [anon_sym_RPAREN] = ACTIONS(2245), - [anon_sym_DOLLAR] = ACTIONS(2241), - [anon_sym_DASH_DASH] = ACTIONS(2241), - [anon_sym_DASH2] = ACTIONS(2241), - [anon_sym_LBRACE] = ACTIONS(2245), - [anon_sym_RBRACE] = ACTIONS(2245), - [anon_sym_DOT_DOT] = ACTIONS(2241), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2241), - [anon_sym_DOT_DOT_LT] = ACTIONS(2241), - [anon_sym_null] = ACTIONS(2241), - [anon_sym_true] = ACTIONS(2241), - [anon_sym_false] = ACTIONS(2241), - [aux_sym__val_number_decimal_token1] = ACTIONS(2241), - [aux_sym__val_number_decimal_token2] = ACTIONS(2241), - [aux_sym__val_number_decimal_token3] = ACTIONS(2241), - [aux_sym__val_number_decimal_token4] = ACTIONS(2241), - [aux_sym__val_number_token1] = ACTIONS(2241), - [aux_sym__val_number_token2] = ACTIONS(2241), - [aux_sym__val_number_token3] = ACTIONS(2241), - [aux_sym__val_number_token4] = ACTIONS(2241), - [aux_sym__val_number_token5] = ACTIONS(2241), - [aux_sym__val_number_token6] = ACTIONS(2241), - [anon_sym_0b] = ACTIONS(2241), - [anon_sym_0o] = ACTIONS(2241), - [anon_sym_0x] = ACTIONS(2241), - [sym_val_date] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(2245), - [sym__str_single_quotes] = ACTIONS(2245), - [sym__str_back_ticks] = ACTIONS(2245), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2245), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2245), - [anon_sym_err_GT] = ACTIONS(2241), - [anon_sym_out_GT] = ACTIONS(2241), - [anon_sym_e_GT] = ACTIONS(2241), - [anon_sym_o_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT] = ACTIONS(2241), - [anon_sym_err_GT_GT] = ACTIONS(2241), - [anon_sym_out_GT_GT] = ACTIONS(2241), - [anon_sym_e_GT_GT] = ACTIONS(2241), - [anon_sym_o_GT_GT] = ACTIONS(2241), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2241), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2241), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2241), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2241), - [aux_sym_unquoted_token1] = ACTIONS(2241), - [aux_sym_unquoted_token4] = ACTIONS(2247), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2245), + [ts_builtin_sym_end] = ACTIONS(4879), + [sym_long_flag_identifier] = ACTIONS(4975), + [sym__newline] = ACTIONS(4879), + [anon_sym_SEMI] = ACTIONS(4879), + [anon_sym_PIPE] = ACTIONS(4879), + [anon_sym_err_GT_PIPE] = ACTIONS(4879), + [anon_sym_out_GT_PIPE] = ACTIONS(4879), + [anon_sym_e_GT_PIPE] = ACTIONS(4879), + [anon_sym_o_GT_PIPE] = ACTIONS(4879), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4879), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4879), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4879), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4879), + [anon_sym_LBRACK] = ACTIONS(4879), + [anon_sym_LPAREN] = ACTIONS(4879), + [anon_sym_DOLLAR] = ACTIONS(4881), + [anon_sym_DASH_DASH] = ACTIONS(4879), + [anon_sym_DASH2] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4879), + [anon_sym_DOT_DOT] = ACTIONS(4881), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4879), + [anon_sym_DOT_DOT_LT] = ACTIONS(4879), + [anon_sym_null] = ACTIONS(4881), + [anon_sym_true] = ACTIONS(4881), + [anon_sym_false] = ACTIONS(4881), + [aux_sym__val_number_decimal_token1] = ACTIONS(4881), + [aux_sym__val_number_decimal_token2] = ACTIONS(4879), + [aux_sym__val_number_decimal_token3] = ACTIONS(4879), + [aux_sym__val_number_decimal_token4] = ACTIONS(4879), + [aux_sym__val_number_token1] = ACTIONS(4881), + [aux_sym__val_number_token2] = ACTIONS(4881), + [aux_sym__val_number_token3] = ACTIONS(4881), + [aux_sym__val_number_token4] = ACTIONS(4881), + [aux_sym__val_number_token5] = ACTIONS(4879), + [aux_sym__val_number_token6] = ACTIONS(4881), + [anon_sym_0b] = ACTIONS(4881), + [anon_sym_0o] = ACTIONS(4881), + [anon_sym_0x] = ACTIONS(4881), + [sym_val_date] = ACTIONS(4881), + [anon_sym_DQUOTE] = ACTIONS(4879), + [sym__str_single_quotes] = ACTIONS(4879), + [sym__str_back_ticks] = ACTIONS(4879), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4879), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4879), + [anon_sym_err_GT] = ACTIONS(4881), + [anon_sym_out_GT] = ACTIONS(4881), + [anon_sym_e_GT] = ACTIONS(4881), + [anon_sym_o_GT] = ACTIONS(4881), + [anon_sym_err_PLUSout_GT] = ACTIONS(4881), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4881), + [anon_sym_o_PLUSe_GT] = ACTIONS(4881), + [anon_sym_e_PLUSo_GT] = ACTIONS(4881), + [anon_sym_err_GT_GT] = ACTIONS(4879), + [anon_sym_out_GT_GT] = ACTIONS(4879), + [anon_sym_e_GT_GT] = ACTIONS(4879), + [anon_sym_o_GT_GT] = ACTIONS(4879), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4879), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4879), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4879), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4879), + [anon_sym_EQ2] = ACTIONS(4977), + [aux_sym_unquoted_token1] = ACTIONS(4881), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4879), }, [1676] = { - [sym_cell_path] = STATE(2134), - [sym_path] = STATE(1826), [sym_comment] = STATE(1676), - [aux_sym_cell_path_repeat1] = STATE(1651), - [ts_builtin_sym_end] = ACTIONS(1763), - [sym__newline] = ACTIONS(1763), - [anon_sym_SEMI] = ACTIONS(1763), - [anon_sym_PIPE] = ACTIONS(1763), - [anon_sym_err_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_GT_PIPE] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1763), - [anon_sym_GT2] = ACTIONS(1761), - [anon_sym_DASH2] = ACTIONS(1763), - [anon_sym_in2] = ACTIONS(1763), - [anon_sym_STAR2] = ACTIONS(1761), - [anon_sym_and2] = ACTIONS(1763), - [anon_sym_xor2] = ACTIONS(1763), - [anon_sym_or2] = ACTIONS(1763), - [anon_sym_not_DASHin2] = ACTIONS(1763), - [anon_sym_starts_DASHwith2] = ACTIONS(1763), - [anon_sym_ends_DASHwith2] = ACTIONS(1763), - [anon_sym_EQ_EQ2] = ACTIONS(1763), - [anon_sym_BANG_EQ2] = ACTIONS(1763), - [anon_sym_LT2] = ACTIONS(1761), - [anon_sym_LT_EQ2] = ACTIONS(1763), - [anon_sym_GT_EQ2] = ACTIONS(1763), - [anon_sym_EQ_TILDE2] = ACTIONS(1763), - [anon_sym_BANG_TILDE2] = ACTIONS(1763), - [anon_sym_STAR_STAR2] = ACTIONS(1763), - [anon_sym_PLUS_PLUS2] = ACTIONS(1763), - [anon_sym_SLASH2] = ACTIONS(1761), - [anon_sym_mod2] = ACTIONS(1763), - [anon_sym_SLASH_SLASH2] = ACTIONS(1763), - [anon_sym_PLUS2] = ACTIONS(1761), - [anon_sym_bit_DASHshl2] = ACTIONS(1763), - [anon_sym_bit_DASHshr2] = ACTIONS(1763), - [anon_sym_bit_DASHand2] = ACTIONS(1763), - [anon_sym_bit_DASHxor2] = ACTIONS(1763), - [anon_sym_bit_DASHor2] = ACTIONS(1763), - [anon_sym_DOT_DOT2] = ACTIONS(1761), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1763), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1763), - [anon_sym_DOT2] = ACTIONS(4922), - [anon_sym_err_GT] = ACTIONS(1761), - [anon_sym_out_GT] = ACTIONS(1761), - [anon_sym_e_GT] = ACTIONS(1761), - [anon_sym_o_GT] = ACTIONS(1761), - [anon_sym_err_PLUSout_GT] = ACTIONS(1761), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1761), - [anon_sym_o_PLUSe_GT] = ACTIONS(1761), - [anon_sym_e_PLUSo_GT] = ACTIONS(1761), - [anon_sym_err_GT_GT] = ACTIONS(1763), - [anon_sym_out_GT_GT] = ACTIONS(1763), - [anon_sym_e_GT_GT] = ACTIONS(1763), - [anon_sym_o_GT_GT] = ACTIONS(1763), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1763), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1763), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1763), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1763), + [sym__newline] = ACTIONS(1863), + [anon_sym_SEMI] = ACTIONS(1863), + [anon_sym_PIPE] = ACTIONS(1863), + [anon_sym_err_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_GT_PIPE] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1863), + [anon_sym_RPAREN] = ACTIONS(1863), + [anon_sym_GT2] = ACTIONS(1861), + [anon_sym_DASH2] = ACTIONS(1863), + [anon_sym_in2] = ACTIONS(1863), + [anon_sym_LBRACE] = ACTIONS(1863), + [anon_sym_RBRACE] = ACTIONS(1863), + [anon_sym_STAR2] = ACTIONS(1861), + [anon_sym_and2] = ACTIONS(1863), + [anon_sym_xor2] = ACTIONS(1863), + [anon_sym_or2] = ACTIONS(1863), + [anon_sym_not_DASHin2] = ACTIONS(1863), + [anon_sym_starts_DASHwith2] = ACTIONS(1863), + [anon_sym_ends_DASHwith2] = ACTIONS(1863), + [anon_sym_EQ_EQ2] = ACTIONS(1863), + [anon_sym_BANG_EQ2] = ACTIONS(1863), + [anon_sym_LT2] = ACTIONS(1861), + [anon_sym_LT_EQ2] = ACTIONS(1863), + [anon_sym_GT_EQ2] = ACTIONS(1863), + [anon_sym_EQ_TILDE2] = ACTIONS(1863), + [anon_sym_BANG_TILDE2] = ACTIONS(1863), + [anon_sym_LPAREN2] = ACTIONS(1863), + [anon_sym_STAR_STAR2] = ACTIONS(1863), + [anon_sym_PLUS_PLUS2] = ACTIONS(1863), + [anon_sym_SLASH2] = ACTIONS(1861), + [anon_sym_mod2] = ACTIONS(1863), + [anon_sym_SLASH_SLASH2] = ACTIONS(1863), + [anon_sym_PLUS2] = ACTIONS(1861), + [anon_sym_bit_DASHshl2] = ACTIONS(1863), + [anon_sym_bit_DASHshr2] = ACTIONS(1863), + [anon_sym_bit_DASHand2] = ACTIONS(1863), + [anon_sym_bit_DASHxor2] = ACTIONS(1863), + [anon_sym_bit_DASHor2] = ACTIONS(1863), + [anon_sym_DOT_DOT2] = ACTIONS(1861), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1863), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1863), + [anon_sym_err_GT] = ACTIONS(1861), + [anon_sym_out_GT] = ACTIONS(1861), + [anon_sym_e_GT] = ACTIONS(1861), + [anon_sym_o_GT] = ACTIONS(1861), + [anon_sym_err_PLUSout_GT] = ACTIONS(1861), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1861), + [anon_sym_o_PLUSe_GT] = ACTIONS(1861), + [anon_sym_e_PLUSo_GT] = ACTIONS(1861), + [anon_sym_err_GT_GT] = ACTIONS(1863), + [anon_sym_out_GT_GT] = ACTIONS(1863), + [anon_sym_e_GT_GT] = ACTIONS(1863), + [anon_sym_o_GT_GT] = ACTIONS(1863), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1863), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1863), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1863), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1863), + [aux_sym_unquoted_token2] = ACTIONS(1861), [anon_sym_POUND] = ACTIONS(251), }, [1677] = { + [sym_cell_path] = STATE(2135), + [sym_path] = STATE(1497), [sym_comment] = STATE(1677), - [ts_builtin_sym_end] = ACTIONS(2263), - [sym__newline] = ACTIONS(2263), - [anon_sym_SEMI] = ACTIONS(2263), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_err_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_GT_PIPE] = ACTIONS(2263), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2263), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2263), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2263), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2263), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_LPAREN] = ACTIONS(2261), - [anon_sym_DOLLAR] = ACTIONS(2261), - [anon_sym_DASH_DASH] = ACTIONS(2261), - [anon_sym_DASH2] = ACTIONS(2261), - [anon_sym_LBRACE] = ACTIONS(2263), - [anon_sym_DOT_DOT] = ACTIONS(2261), - [anon_sym_LPAREN2] = ACTIONS(2263), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2261), - [anon_sym_DOT_DOT_LT] = ACTIONS(2261), - [anon_sym_null] = ACTIONS(2261), - [anon_sym_true] = ACTIONS(2261), - [anon_sym_false] = ACTIONS(2261), - [aux_sym__val_number_decimal_token1] = ACTIONS(2261), - [aux_sym__val_number_decimal_token2] = ACTIONS(2261), - [aux_sym__val_number_decimal_token3] = ACTIONS(2261), - [aux_sym__val_number_decimal_token4] = ACTIONS(2261), - [aux_sym__val_number_token1] = ACTIONS(2261), - [aux_sym__val_number_token2] = ACTIONS(2261), - [aux_sym__val_number_token3] = ACTIONS(2261), - [aux_sym__val_number_token4] = ACTIONS(2261), - [aux_sym__val_number_token5] = ACTIONS(2261), - [aux_sym__val_number_token6] = ACTIONS(2261), - [anon_sym_0b] = ACTIONS(2261), - [anon_sym_0o] = ACTIONS(2261), - [anon_sym_0x] = ACTIONS(2261), - [sym_val_date] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(2263), - [sym__str_single_quotes] = ACTIONS(2263), - [sym__str_back_ticks] = ACTIONS(2263), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2263), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2263), - [anon_sym_err_GT] = ACTIONS(2261), - [anon_sym_out_GT] = ACTIONS(2261), - [anon_sym_e_GT] = ACTIONS(2261), - [anon_sym_o_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT] = ACTIONS(2261), - [anon_sym_err_GT_GT] = ACTIONS(2261), - [anon_sym_out_GT_GT] = ACTIONS(2261), - [anon_sym_e_GT_GT] = ACTIONS(2261), - [anon_sym_o_GT_GT] = ACTIONS(2261), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2261), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2261), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2261), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2261), - [aux_sym_unquoted_token1] = ACTIONS(2261), - [aux_sym_unquoted_token4] = ACTIONS(2261), - [anon_sym_POUND] = ACTIONS(3), - [sym_raw_string_begin] = ACTIONS(2263), - }, - [1678] = { - [sym_cell_path] = STATE(2128), - [sym_path] = STATE(1510), - [sym_comment] = STATE(1678), - [aux_sym_cell_path_repeat1] = STATE(1402), + [aux_sym_cell_path_repeat1] = STATE(1414), [sym__newline] = ACTIONS(1947), [anon_sym_SEMI] = ACTIONS(1947), [anon_sym_PIPE] = ACTIONS(1947), @@ -232820,7 +232798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand2] = ACTIONS(1947), [anon_sym_bit_DASHxor2] = ACTIONS(1947), [anon_sym_bit_DASHor2] = ACTIONS(1947), - [anon_sym_DOT2] = ACTIONS(4811), + [anon_sym_DOT2] = ACTIONS(4807), [anon_sym_err_GT] = ACTIONS(1945), [anon_sym_out_GT] = ACTIONS(1945), [anon_sym_e_GT] = ACTIONS(1945), @@ -232839,343 +232817,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1947), [anon_sym_POUND] = ACTIONS(251), }, + [1678] = { + [sym__expr_parenthesized_immediate] = STATE(7420), + [sym_comment] = STATE(1678), + [ts_builtin_sym_end] = ACTIONS(4853), + [sym__newline] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4853), + [anon_sym_PIPE] = ACTIONS(4853), + [anon_sym_err_GT_PIPE] = ACTIONS(4853), + [anon_sym_out_GT_PIPE] = ACTIONS(4853), + [anon_sym_e_GT_PIPE] = ACTIONS(4853), + [anon_sym_o_GT_PIPE] = ACTIONS(4853), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4853), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4853), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4853), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4853), + [anon_sym_LBRACK] = ACTIONS(4853), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_DOLLAR] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4853), + [anon_sym_DASH2] = ACTIONS(4855), + [anon_sym_LBRACE] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_LPAREN2] = ACTIONS(4403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4853), + [anon_sym_DOT_DOT_LT] = ACTIONS(4853), + [anon_sym_null] = ACTIONS(4853), + [anon_sym_true] = ACTIONS(4853), + [anon_sym_false] = ACTIONS(4853), + [aux_sym__val_number_decimal_token1] = ACTIONS(4855), + [aux_sym__val_number_decimal_token2] = ACTIONS(4853), + [aux_sym__val_number_decimal_token3] = ACTIONS(4853), + [aux_sym__val_number_decimal_token4] = ACTIONS(4853), + [aux_sym__val_number_token1] = ACTIONS(4853), + [aux_sym__val_number_token2] = ACTIONS(4853), + [aux_sym__val_number_token3] = ACTIONS(4853), + [aux_sym__val_number_token4] = ACTIONS(4853), + [aux_sym__val_number_token5] = ACTIONS(4853), + [aux_sym__val_number_token6] = ACTIONS(4853), + [anon_sym_0b] = ACTIONS(4855), + [anon_sym_0o] = ACTIONS(4855), + [anon_sym_0x] = ACTIONS(4855), + [sym_val_date] = ACTIONS(4853), + [anon_sym_DQUOTE] = ACTIONS(4853), + [sym__str_single_quotes] = ACTIONS(4853), + [sym__str_back_ticks] = ACTIONS(4853), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4853), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4853), + [anon_sym_err_GT] = ACTIONS(4855), + [anon_sym_out_GT] = ACTIONS(4855), + [anon_sym_e_GT] = ACTIONS(4855), + [anon_sym_o_GT] = ACTIONS(4855), + [anon_sym_err_PLUSout_GT] = ACTIONS(4855), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4855), + [anon_sym_o_PLUSe_GT] = ACTIONS(4855), + [anon_sym_e_PLUSo_GT] = ACTIONS(4855), + [anon_sym_err_GT_GT] = ACTIONS(4853), + [anon_sym_out_GT_GT] = ACTIONS(4853), + [anon_sym_e_GT_GT] = ACTIONS(4853), + [anon_sym_o_GT_GT] = ACTIONS(4853), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4853), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4853), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4853), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4853), + [aux_sym_unquoted_token1] = ACTIONS(4855), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4853), + }, [1679] = { [sym_comment] = STATE(1679), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_GT2] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1737), - [anon_sym_in2] = ACTIONS(1737), - [anon_sym_STAR2] = ACTIONS(1735), - [anon_sym_and2] = ACTIONS(1737), - [anon_sym_xor2] = ACTIONS(1737), - [anon_sym_or2] = ACTIONS(1737), - [anon_sym_not_DASHin2] = ACTIONS(1737), - [anon_sym_starts_DASHwith2] = ACTIONS(1737), - [anon_sym_ends_DASHwith2] = ACTIONS(1737), - [anon_sym_EQ_EQ2] = ACTIONS(1737), - [anon_sym_BANG_EQ2] = ACTIONS(1737), - [anon_sym_LT2] = ACTIONS(1735), - [anon_sym_LT_EQ2] = ACTIONS(1737), - [anon_sym_GT_EQ2] = ACTIONS(1737), - [anon_sym_EQ_TILDE2] = ACTIONS(1737), - [anon_sym_BANG_TILDE2] = ACTIONS(1737), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_STAR_STAR2] = ACTIONS(1737), - [anon_sym_PLUS_PLUS2] = ACTIONS(1737), - [anon_sym_SLASH2] = ACTIONS(1735), - [anon_sym_mod2] = ACTIONS(1737), - [anon_sym_SLASH_SLASH2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_bit_DASHshl2] = ACTIONS(1737), - [anon_sym_bit_DASHshr2] = ACTIONS(1737), - [anon_sym_bit_DASHand2] = ACTIONS(1737), - [anon_sym_bit_DASHxor2] = ACTIONS(1737), - [anon_sym_bit_DASHor2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT] = ACTIONS(4973), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4975), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), + [ts_builtin_sym_end] = ACTIONS(1759), + [sym__newline] = ACTIONS(1759), + [anon_sym_SEMI] = ACTIONS(1759), + [anon_sym_PIPE] = ACTIONS(1759), + [anon_sym_err_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_GT_PIPE] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1759), + [anon_sym_LBRACK] = ACTIONS(1759), + [anon_sym_LPAREN] = ACTIONS(1757), + [anon_sym_DOLLAR] = ACTIONS(1757), + [anon_sym_DASH_DASH] = ACTIONS(1759), + [anon_sym_DASH2] = ACTIONS(1757), + [anon_sym_LBRACE] = ACTIONS(1759), + [anon_sym_DOT_DOT] = ACTIONS(1757), + [anon_sym_LPAREN2] = ACTIONS(1759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), + [anon_sym_DOT_DOT_LT] = ACTIONS(1759), + [anon_sym_null] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(1759), + [anon_sym_false] = ACTIONS(1759), + [aux_sym__val_number_decimal_token1] = ACTIONS(1757), + [aux_sym__val_number_decimal_token2] = ACTIONS(1759), + [aux_sym__val_number_decimal_token3] = ACTIONS(1759), + [aux_sym__val_number_decimal_token4] = ACTIONS(1759), + [aux_sym__val_number_token1] = ACTIONS(1759), + [aux_sym__val_number_token2] = ACTIONS(1759), + [aux_sym__val_number_token3] = ACTIONS(1759), + [aux_sym__val_number_token4] = ACTIONS(1759), + [aux_sym__val_number_token5] = ACTIONS(1759), + [aux_sym__val_number_token6] = ACTIONS(1759), + [anon_sym_0b] = ACTIONS(1757), + [anon_sym_0o] = ACTIONS(1757), + [anon_sym_0x] = ACTIONS(1757), + [sym_val_date] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(1759), + [sym__str_single_quotes] = ACTIONS(1759), + [sym__str_back_ticks] = ACTIONS(1759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1759), + [anon_sym_err_GT] = ACTIONS(1757), + [anon_sym_out_GT] = ACTIONS(1757), + [anon_sym_e_GT] = ACTIONS(1757), + [anon_sym_o_GT] = ACTIONS(1757), + [anon_sym_err_PLUSout_GT] = ACTIONS(1757), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1757), + [anon_sym_o_PLUSe_GT] = ACTIONS(1757), + [anon_sym_e_PLUSo_GT] = ACTIONS(1757), + [anon_sym_err_GT_GT] = ACTIONS(1759), + [anon_sym_out_GT_GT] = ACTIONS(1759), + [anon_sym_e_GT_GT] = ACTIONS(1759), + [anon_sym_o_GT_GT] = ACTIONS(1759), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1759), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1759), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1759), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1759), + [aux_sym_unquoted_token1] = ACTIONS(1757), + [aux_sym_unquoted_token2] = ACTIONS(1757), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1759), }, [1680] = { [sym_comment] = STATE(1680), - [sym__newline] = ACTIONS(2319), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_PIPE] = ACTIONS(2319), - [anon_sym_err_GT_PIPE] = ACTIONS(2319), - [anon_sym_out_GT_PIPE] = ACTIONS(2319), - [anon_sym_e_GT_PIPE] = ACTIONS(2319), - [anon_sym_o_GT_PIPE] = ACTIONS(2319), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2319), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2319), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2319), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2319), - [anon_sym_LBRACK] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_RPAREN] = ACTIONS(2319), - [anon_sym_DOLLAR] = ACTIONS(2315), - [anon_sym_DASH_DASH] = ACTIONS(2319), - [anon_sym_DASH2] = ACTIONS(2315), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_DOT_DOT] = ACTIONS(2315), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2319), - [anon_sym_DOT_DOT_LT] = ACTIONS(2319), - [anon_sym_null] = ACTIONS(2319), - [anon_sym_true] = ACTIONS(2319), - [anon_sym_false] = ACTIONS(2319), - [aux_sym__val_number_decimal_token1] = ACTIONS(2315), - [aux_sym__val_number_decimal_token2] = ACTIONS(2319), - [aux_sym__val_number_decimal_token3] = ACTIONS(2319), - [aux_sym__val_number_decimal_token4] = ACTIONS(2319), - [aux_sym__val_number_token1] = ACTIONS(2319), - [aux_sym__val_number_token2] = ACTIONS(2319), - [aux_sym__val_number_token3] = ACTIONS(2319), - [aux_sym__val_number_token4] = ACTIONS(2319), - [aux_sym__val_number_token5] = ACTIONS(2319), - [aux_sym__val_number_token6] = ACTIONS(2319), - [anon_sym_0b] = ACTIONS(2315), - [anon_sym_0o] = ACTIONS(2315), - [anon_sym_0x] = ACTIONS(2315), - [anon_sym_LBRACK2] = ACTIONS(4977), - [sym_val_date] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(2319), - [sym__str_single_quotes] = ACTIONS(2319), - [sym__str_back_ticks] = ACTIONS(2319), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2319), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2319), - [anon_sym_err_GT] = ACTIONS(2315), - [anon_sym_out_GT] = ACTIONS(2315), - [anon_sym_e_GT] = ACTIONS(2315), - [anon_sym_o_GT] = ACTIONS(2315), - [anon_sym_err_PLUSout_GT] = ACTIONS(2315), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2315), - [anon_sym_o_PLUSe_GT] = ACTIONS(2315), - [anon_sym_e_PLUSo_GT] = ACTIONS(2315), - [anon_sym_err_GT_GT] = ACTIONS(2319), - [anon_sym_out_GT_GT] = ACTIONS(2319), - [anon_sym_e_GT_GT] = ACTIONS(2319), - [anon_sym_o_GT_GT] = ACTIONS(2319), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2319), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2319), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2319), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2319), - [aux_sym_unquoted_token1] = ACTIONS(2315), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2319), + [sym__newline] = ACTIONS(982), + [anon_sym_SEMI] = ACTIONS(982), + [anon_sym_PIPE] = ACTIONS(982), + [anon_sym_err_GT_PIPE] = ACTIONS(982), + [anon_sym_out_GT_PIPE] = ACTIONS(982), + [anon_sym_e_GT_PIPE] = ACTIONS(982), + [anon_sym_o_GT_PIPE] = ACTIONS(982), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(982), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(982), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(982), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(982), + [anon_sym_LBRACK] = ACTIONS(982), + [anon_sym_LPAREN] = ACTIONS(982), + [anon_sym_RPAREN] = ACTIONS(982), + [anon_sym_DOLLAR] = ACTIONS(980), + [anon_sym_DASH_DASH] = ACTIONS(982), + [anon_sym_DASH2] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(982), + [anon_sym_RBRACE] = ACTIONS(982), + [anon_sym_DOT_DOT] = ACTIONS(980), + [anon_sym_DOT_DOT_EQ] = ACTIONS(982), + [anon_sym_DOT_DOT_LT] = ACTIONS(982), + [anon_sym_null] = ACTIONS(982), + [anon_sym_true] = ACTIONS(982), + [anon_sym_false] = ACTIONS(982), + [aux_sym__val_number_decimal_token1] = ACTIONS(980), + [aux_sym__val_number_decimal_token2] = ACTIONS(982), + [aux_sym__val_number_decimal_token3] = ACTIONS(982), + [aux_sym__val_number_decimal_token4] = ACTIONS(982), + [aux_sym__val_number_token1] = ACTIONS(982), + [aux_sym__val_number_token2] = ACTIONS(982), + [aux_sym__val_number_token3] = ACTIONS(982), + [aux_sym__val_number_token4] = ACTIONS(982), + [aux_sym__val_number_token5] = ACTIONS(982), + [aux_sym__val_number_token6] = ACTIONS(982), + [anon_sym_0b] = ACTIONS(980), + [anon_sym_0o] = ACTIONS(980), + [anon_sym_0x] = ACTIONS(980), + [sym_val_date] = ACTIONS(982), + [anon_sym_DQUOTE] = ACTIONS(982), + [sym__str_single_quotes] = ACTIONS(982), + [sym__str_back_ticks] = ACTIONS(982), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(982), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(982), + [anon_sym_DOT2] = ACTIONS(980), + [anon_sym_err_GT] = ACTIONS(980), + [anon_sym_out_GT] = ACTIONS(980), + [anon_sym_e_GT] = ACTIONS(980), + [anon_sym_o_GT] = ACTIONS(980), + [anon_sym_err_PLUSout_GT] = ACTIONS(980), + [anon_sym_out_PLUSerr_GT] = ACTIONS(980), + [anon_sym_o_PLUSe_GT] = ACTIONS(980), + [anon_sym_e_PLUSo_GT] = ACTIONS(980), + [anon_sym_err_GT_GT] = ACTIONS(982), + [anon_sym_out_GT_GT] = ACTIONS(982), + [anon_sym_e_GT_GT] = ACTIONS(982), + [anon_sym_o_GT_GT] = ACTIONS(982), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(982), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(982), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(982), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(982), + [aux_sym_unquoted_token1] = ACTIONS(980), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(982), }, [1681] = { [sym_comment] = STATE(1681), - [ts_builtin_sym_end] = ACTIONS(1737), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1735), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [aux_sym_unquoted_token2] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [ts_builtin_sym_end] = ACTIONS(1669), + [sym__newline] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1669), + [anon_sym_PIPE] = ACTIONS(1669), + [anon_sym_err_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_GT_PIPE] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1669), + [anon_sym_GT2] = ACTIONS(1667), + [anon_sym_DASH2] = ACTIONS(1669), + [anon_sym_in2] = ACTIONS(1669), + [anon_sym_STAR2] = ACTIONS(1667), + [anon_sym_and2] = ACTIONS(1669), + [anon_sym_xor2] = ACTIONS(1669), + [anon_sym_or2] = ACTIONS(1669), + [anon_sym_not_DASHin2] = ACTIONS(1669), + [anon_sym_starts_DASHwith2] = ACTIONS(1669), + [anon_sym_ends_DASHwith2] = ACTIONS(1669), + [anon_sym_EQ_EQ2] = ACTIONS(1669), + [anon_sym_BANG_EQ2] = ACTIONS(1669), + [anon_sym_LT2] = ACTIONS(1667), + [anon_sym_LT_EQ2] = ACTIONS(1669), + [anon_sym_GT_EQ2] = ACTIONS(1669), + [anon_sym_EQ_TILDE2] = ACTIONS(1669), + [anon_sym_BANG_TILDE2] = ACTIONS(1669), + [anon_sym_LPAREN2] = ACTIONS(1669), + [anon_sym_STAR_STAR2] = ACTIONS(1669), + [anon_sym_PLUS_PLUS2] = ACTIONS(1669), + [anon_sym_SLASH2] = ACTIONS(1667), + [anon_sym_mod2] = ACTIONS(1669), + [anon_sym_SLASH_SLASH2] = ACTIONS(1669), + [anon_sym_PLUS2] = ACTIONS(1667), + [anon_sym_bit_DASHshl2] = ACTIONS(1669), + [anon_sym_bit_DASHshr2] = ACTIONS(1669), + [anon_sym_bit_DASHand2] = ACTIONS(1669), + [anon_sym_bit_DASHxor2] = ACTIONS(1669), + [anon_sym_bit_DASHor2] = ACTIONS(1669), + [anon_sym_DOT_DOT2] = ACTIONS(1667), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1669), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1669), + [sym_filesize_unit] = ACTIONS(1667), + [sym_duration_unit] = ACTIONS(1669), + [anon_sym_err_GT] = ACTIONS(1667), + [anon_sym_out_GT] = ACTIONS(1667), + [anon_sym_e_GT] = ACTIONS(1667), + [anon_sym_o_GT] = ACTIONS(1667), + [anon_sym_err_PLUSout_GT] = ACTIONS(1667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1667), + [anon_sym_o_PLUSe_GT] = ACTIONS(1667), + [anon_sym_e_PLUSo_GT] = ACTIONS(1667), + [anon_sym_err_GT_GT] = ACTIONS(1669), + [anon_sym_out_GT_GT] = ACTIONS(1669), + [anon_sym_e_GT_GT] = ACTIONS(1669), + [anon_sym_o_GT_GT] = ACTIONS(1669), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1669), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1669), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1669), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1669), + [aux_sym_unquoted_token2] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(251), }, [1682] = { - [sym__expr_parenthesized_immediate] = STATE(7642), [sym_comment] = STATE(1682), - [ts_builtin_sym_end] = ACTIONS(4870), - [sym__newline] = ACTIONS(4870), - [anon_sym_SEMI] = ACTIONS(4870), - [anon_sym_PIPE] = ACTIONS(4870), - [anon_sym_err_GT_PIPE] = ACTIONS(4870), - [anon_sym_out_GT_PIPE] = ACTIONS(4870), - [anon_sym_e_GT_PIPE] = ACTIONS(4870), - [anon_sym_o_GT_PIPE] = ACTIONS(4870), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4870), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4870), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4870), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4870), - [anon_sym_LBRACK] = ACTIONS(4870), - [anon_sym_LPAREN] = ACTIONS(4872), - [anon_sym_DOLLAR] = ACTIONS(4872), - [anon_sym_DASH_DASH] = ACTIONS(4870), - [anon_sym_DASH2] = ACTIONS(4872), - [anon_sym_LBRACE] = ACTIONS(4870), - [anon_sym_DOT_DOT] = ACTIONS(4872), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4870), - [anon_sym_DOT_DOT_LT] = ACTIONS(4870), - [anon_sym_null] = ACTIONS(4870), - [anon_sym_true] = ACTIONS(4870), - [anon_sym_false] = ACTIONS(4870), - [aux_sym__val_number_decimal_token1] = ACTIONS(4872), - [aux_sym__val_number_decimal_token2] = ACTIONS(4870), - [aux_sym__val_number_decimal_token3] = ACTIONS(4870), - [aux_sym__val_number_decimal_token4] = ACTIONS(4870), - [aux_sym__val_number_token1] = ACTIONS(4870), - [aux_sym__val_number_token2] = ACTIONS(4870), - [aux_sym__val_number_token3] = ACTIONS(4870), - [aux_sym__val_number_token4] = ACTIONS(4870), - [aux_sym__val_number_token5] = ACTIONS(4870), - [aux_sym__val_number_token6] = ACTIONS(4870), - [anon_sym_0b] = ACTIONS(4872), - [anon_sym_0o] = ACTIONS(4872), - [anon_sym_0x] = ACTIONS(4872), - [sym_val_date] = ACTIONS(4870), - [anon_sym_DQUOTE] = ACTIONS(4870), - [sym__str_single_quotes] = ACTIONS(4870), - [sym__str_back_ticks] = ACTIONS(4870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4870), - [anon_sym_err_GT] = ACTIONS(4872), - [anon_sym_out_GT] = ACTIONS(4872), - [anon_sym_e_GT] = ACTIONS(4872), - [anon_sym_o_GT] = ACTIONS(4872), - [anon_sym_err_PLUSout_GT] = ACTIONS(4872), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4872), - [anon_sym_o_PLUSe_GT] = ACTIONS(4872), - [anon_sym_e_PLUSo_GT] = ACTIONS(4872), - [anon_sym_err_GT_GT] = ACTIONS(4870), - [anon_sym_out_GT_GT] = ACTIONS(4870), - [anon_sym_e_GT_GT] = ACTIONS(4870), - [anon_sym_o_GT_GT] = ACTIONS(4870), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4870), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4870), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4870), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4870), - [aux_sym_unquoted_token1] = ACTIONS(4872), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4870), - }, - [1683] = { - [sym_comment] = STATE(1683), - [sym__newline] = ACTIONS(2172), - [anon_sym_SEMI] = ACTIONS(2172), - [anon_sym_PIPE] = ACTIONS(2172), - [anon_sym_err_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_GT_PIPE] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2172), - [anon_sym_RPAREN] = ACTIONS(2172), - [anon_sym_GT2] = ACTIONS(2170), - [anon_sym_DASH2] = ACTIONS(2172), - [anon_sym_in2] = ACTIONS(2172), - [anon_sym_if] = ACTIONS(2172), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_RBRACE] = ACTIONS(2172), - [anon_sym_EQ_GT] = ACTIONS(2172), - [anon_sym_STAR2] = ACTIONS(2170), - [anon_sym_and2] = ACTIONS(2172), - [anon_sym_xor2] = ACTIONS(2172), - [anon_sym_or2] = ACTIONS(2172), - [anon_sym_not_DASHin2] = ACTIONS(2172), - [anon_sym_starts_DASHwith2] = ACTIONS(2172), - [anon_sym_ends_DASHwith2] = ACTIONS(2172), - [anon_sym_EQ_EQ2] = ACTIONS(2172), - [anon_sym_BANG_EQ2] = ACTIONS(2172), - [anon_sym_LT2] = ACTIONS(2170), - [anon_sym_LT_EQ2] = ACTIONS(2172), - [anon_sym_GT_EQ2] = ACTIONS(2172), - [anon_sym_EQ_TILDE2] = ACTIONS(2172), - [anon_sym_BANG_TILDE2] = ACTIONS(2172), - [anon_sym_STAR_STAR2] = ACTIONS(2172), - [anon_sym_PLUS_PLUS2] = ACTIONS(2172), - [anon_sym_SLASH2] = ACTIONS(2170), - [anon_sym_mod2] = ACTIONS(2172), - [anon_sym_SLASH_SLASH2] = ACTIONS(2172), - [anon_sym_PLUS2] = ACTIONS(2170), - [anon_sym_bit_DASHshl2] = ACTIONS(2172), - [anon_sym_bit_DASHshr2] = ACTIONS(2172), - [anon_sym_bit_DASHand2] = ACTIONS(2172), - [anon_sym_bit_DASHxor2] = ACTIONS(2172), - [anon_sym_bit_DASHor2] = ACTIONS(2172), - [anon_sym_DOT_DOT2] = ACTIONS(2170), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2172), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2172), - [anon_sym_err_GT] = ACTIONS(2170), - [anon_sym_out_GT] = ACTIONS(2170), - [anon_sym_e_GT] = ACTIONS(2170), - [anon_sym_o_GT] = ACTIONS(2170), - [anon_sym_err_PLUSout_GT] = ACTIONS(2170), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2170), - [anon_sym_o_PLUSe_GT] = ACTIONS(2170), - [anon_sym_e_PLUSo_GT] = ACTIONS(2170), - [anon_sym_err_GT_GT] = ACTIONS(2172), - [anon_sym_out_GT_GT] = ACTIONS(2172), - [anon_sym_e_GT_GT] = ACTIONS(2172), - [anon_sym_o_GT_GT] = ACTIONS(2172), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2172), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2172), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2172), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2172), - [anon_sym_POUND] = ACTIONS(251), - }, - [1684] = { - [sym_comment] = STATE(1684), [ts_builtin_sym_end] = ACTIONS(960), [sym__newline] = ACTIONS(960), [anon_sym_SEMI] = ACTIONS(960), @@ -233195,7 +233106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH2] = ACTIONS(958), [anon_sym_LBRACE] = ACTIONS(960), [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_QMARK2] = ACTIONS(960), + [anon_sym_QMARK2] = ACTIONS(4979), [anon_sym_DOT_DOT_EQ] = ACTIONS(960), [anon_sym_DOT_DOT_LT] = ACTIONS(960), [anon_sym_null] = ACTIONS(960), @@ -233241,544 +233152,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(960), }, - [1685] = { - [sym_comment] = STATE(1685), - [sym__newline] = ACTIONS(1665), - [anon_sym_SEMI] = ACTIONS(1665), - [anon_sym_PIPE] = ACTIONS(1665), - [anon_sym_err_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_GT_PIPE] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1665), - [anon_sym_LPAREN] = ACTIONS(1665), - [anon_sym_RPAREN] = ACTIONS(1665), - [anon_sym_DOLLAR] = ACTIONS(1653), - [anon_sym_DASH_DASH] = ACTIONS(1665), - [anon_sym_DASH2] = ACTIONS(1653), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_RBRACE] = ACTIONS(1665), - [anon_sym_DOT_DOT] = ACTIONS(1653), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), - [anon_sym_DOT_DOT_LT] = ACTIONS(1665), - [anon_sym_null] = ACTIONS(1665), - [anon_sym_true] = ACTIONS(1665), - [anon_sym_false] = ACTIONS(1665), - [aux_sym__val_number_decimal_token1] = ACTIONS(1653), - [aux_sym__val_number_decimal_token2] = ACTIONS(1665), - [aux_sym__val_number_decimal_token3] = ACTIONS(1665), - [aux_sym__val_number_decimal_token4] = ACTIONS(1665), - [aux_sym__val_number_token1] = ACTIONS(1665), - [aux_sym__val_number_token2] = ACTIONS(1665), - [aux_sym__val_number_token3] = ACTIONS(1665), - [aux_sym__val_number_token4] = ACTIONS(1665), - [aux_sym__val_number_token5] = ACTIONS(1665), - [aux_sym__val_number_token6] = ACTIONS(1665), - [anon_sym_0b] = ACTIONS(1653), - [anon_sym_0o] = ACTIONS(1653), - [anon_sym_0x] = ACTIONS(1653), - [sym_val_date] = ACTIONS(1665), - [anon_sym_DQUOTE] = ACTIONS(1665), - [sym__str_single_quotes] = ACTIONS(1665), - [sym__str_back_ticks] = ACTIONS(1665), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1665), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1665), - [anon_sym_err_GT] = ACTIONS(1653), - [anon_sym_out_GT] = ACTIONS(1653), - [anon_sym_e_GT] = ACTIONS(1653), - [anon_sym_o_GT] = ACTIONS(1653), - [anon_sym_err_PLUSout_GT] = ACTIONS(1653), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1653), - [anon_sym_o_PLUSe_GT] = ACTIONS(1653), - [anon_sym_e_PLUSo_GT] = ACTIONS(1653), - [anon_sym_err_GT_GT] = ACTIONS(1665), - [anon_sym_out_GT_GT] = ACTIONS(1665), - [anon_sym_e_GT_GT] = ACTIONS(1665), - [anon_sym_o_GT_GT] = ACTIONS(1665), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1665), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1665), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1665), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1665), - [aux_sym_unquoted_token1] = ACTIONS(1653), - [aux_sym_unquoted_token2] = ACTIONS(4123), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1665), - }, - [1686] = { - [sym_cell_path] = STATE(2121), - [sym_path] = STATE(1826), - [sym_comment] = STATE(1686), - [aux_sym_cell_path_repeat1] = STATE(1651), - [ts_builtin_sym_end] = ACTIONS(937), - [sym__newline] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_err_GT_PIPE] = ACTIONS(937), - [anon_sym_out_GT_PIPE] = ACTIONS(937), - [anon_sym_e_GT_PIPE] = ACTIONS(937), - [anon_sym_o_GT_PIPE] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(937), - [anon_sym_GT2] = ACTIONS(935), - [anon_sym_DASH2] = ACTIONS(937), - [anon_sym_in2] = ACTIONS(937), - [anon_sym_STAR2] = ACTIONS(935), - [anon_sym_and2] = ACTIONS(937), - [anon_sym_xor2] = ACTIONS(937), - [anon_sym_or2] = ACTIONS(937), - [anon_sym_not_DASHin2] = ACTIONS(937), - [anon_sym_starts_DASHwith2] = ACTIONS(937), - [anon_sym_ends_DASHwith2] = ACTIONS(937), - [anon_sym_EQ_EQ2] = ACTIONS(937), - [anon_sym_BANG_EQ2] = ACTIONS(937), - [anon_sym_LT2] = ACTIONS(935), - [anon_sym_LT_EQ2] = ACTIONS(937), - [anon_sym_GT_EQ2] = ACTIONS(937), - [anon_sym_EQ_TILDE2] = ACTIONS(937), - [anon_sym_BANG_TILDE2] = ACTIONS(937), - [anon_sym_STAR_STAR2] = ACTIONS(937), - [anon_sym_PLUS_PLUS2] = ACTIONS(937), - [anon_sym_SLASH2] = ACTIONS(935), - [anon_sym_mod2] = ACTIONS(937), - [anon_sym_SLASH_SLASH2] = ACTIONS(937), - [anon_sym_PLUS2] = ACTIONS(935), - [anon_sym_bit_DASHshl2] = ACTIONS(937), - [anon_sym_bit_DASHshr2] = ACTIONS(937), - [anon_sym_bit_DASHand2] = ACTIONS(937), - [anon_sym_bit_DASHxor2] = ACTIONS(937), - [anon_sym_bit_DASHor2] = ACTIONS(937), - [anon_sym_DOT_DOT2] = ACTIONS(935), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(937), - [anon_sym_DOT_DOT_LT2] = ACTIONS(937), - [anon_sym_DOT2] = ACTIONS(4922), - [anon_sym_err_GT] = ACTIONS(935), - [anon_sym_out_GT] = ACTIONS(935), - [anon_sym_e_GT] = ACTIONS(935), - [anon_sym_o_GT] = ACTIONS(935), - [anon_sym_err_PLUSout_GT] = ACTIONS(935), - [anon_sym_out_PLUSerr_GT] = ACTIONS(935), - [anon_sym_o_PLUSe_GT] = ACTIONS(935), - [anon_sym_e_PLUSo_GT] = ACTIONS(935), - [anon_sym_err_GT_GT] = ACTIONS(937), - [anon_sym_out_GT_GT] = ACTIONS(937), - [anon_sym_e_GT_GT] = ACTIONS(937), - [anon_sym_o_GT_GT] = ACTIONS(937), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(937), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(937), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(937), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(937), - [anon_sym_POUND] = ACTIONS(251), - }, - [1687] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1687), - [ts_builtin_sym_end] = ACTIONS(4862), - [sym__newline] = ACTIONS(4862), - [anon_sym_SEMI] = ACTIONS(4862), - [anon_sym_PIPE] = ACTIONS(4862), - [anon_sym_err_GT_PIPE] = ACTIONS(4862), - [anon_sym_out_GT_PIPE] = ACTIONS(4862), - [anon_sym_e_GT_PIPE] = ACTIONS(4862), - [anon_sym_o_GT_PIPE] = ACTIONS(4862), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4862), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4862), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4862), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4862), - [anon_sym_LBRACK] = ACTIONS(4862), - [anon_sym_LPAREN] = ACTIONS(4864), - [anon_sym_DOLLAR] = ACTIONS(4864), - [anon_sym_DASH_DASH] = ACTIONS(4862), - [anon_sym_DASH2] = ACTIONS(4864), - [anon_sym_LBRACE] = ACTIONS(4862), - [anon_sym_DOT_DOT] = ACTIONS(4864), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4862), - [anon_sym_DOT_DOT_LT] = ACTIONS(4862), - [anon_sym_null] = ACTIONS(4862), - [anon_sym_true] = ACTIONS(4862), - [anon_sym_false] = ACTIONS(4862), - [aux_sym__val_number_decimal_token1] = ACTIONS(4864), - [aux_sym__val_number_decimal_token2] = ACTIONS(4862), - [aux_sym__val_number_decimal_token3] = ACTIONS(4862), - [aux_sym__val_number_decimal_token4] = ACTIONS(4862), - [aux_sym__val_number_token1] = ACTIONS(4862), - [aux_sym__val_number_token2] = ACTIONS(4862), - [aux_sym__val_number_token3] = ACTIONS(4862), - [aux_sym__val_number_token4] = ACTIONS(4862), - [aux_sym__val_number_token5] = ACTIONS(4862), - [aux_sym__val_number_token6] = ACTIONS(4862), - [anon_sym_0b] = ACTIONS(4864), - [anon_sym_0o] = ACTIONS(4864), - [anon_sym_0x] = ACTIONS(4864), - [sym_val_date] = ACTIONS(4862), - [anon_sym_DQUOTE] = ACTIONS(4862), - [sym__str_single_quotes] = ACTIONS(4862), - [sym__str_back_ticks] = ACTIONS(4862), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4862), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4862), - [anon_sym_err_GT] = ACTIONS(4864), - [anon_sym_out_GT] = ACTIONS(4864), - [anon_sym_e_GT] = ACTIONS(4864), - [anon_sym_o_GT] = ACTIONS(4864), - [anon_sym_err_PLUSout_GT] = ACTIONS(4864), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4864), - [anon_sym_o_PLUSe_GT] = ACTIONS(4864), - [anon_sym_e_PLUSo_GT] = ACTIONS(4864), - [anon_sym_err_GT_GT] = ACTIONS(4862), - [anon_sym_out_GT_GT] = ACTIONS(4862), - [anon_sym_e_GT_GT] = ACTIONS(4862), - [anon_sym_o_GT_GT] = ACTIONS(4862), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4862), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4862), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4862), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4862), - [aux_sym_unquoted_token1] = ACTIONS(4864), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4862), - }, - [1688] = { - [sym_comment] = STATE(1688), - [ts_builtin_sym_end] = ACTIONS(2216), - [sym__newline] = ACTIONS(2216), - [anon_sym_SEMI] = ACTIONS(2216), - [anon_sym_PIPE] = ACTIONS(2216), - [anon_sym_err_GT_PIPE] = ACTIONS(2216), - [anon_sym_out_GT_PIPE] = ACTIONS(2216), - [anon_sym_e_GT_PIPE] = ACTIONS(2216), - [anon_sym_o_GT_PIPE] = ACTIONS(2216), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2216), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2216), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2216), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2216), - [anon_sym_LBRACK] = ACTIONS(2216), - [anon_sym_LPAREN] = ACTIONS(2214), - [anon_sym_DOLLAR] = ACTIONS(2214), - [anon_sym_DASH_DASH] = ACTIONS(2216), - [anon_sym_DASH2] = ACTIONS(2214), - [anon_sym_LBRACE] = ACTIONS(2216), - [anon_sym_DOT_DOT] = ACTIONS(2214), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2216), - [anon_sym_DOT_DOT_LT] = ACTIONS(2216), - [anon_sym_null] = ACTIONS(2216), - [anon_sym_true] = ACTIONS(2216), - [anon_sym_false] = ACTIONS(2216), - [aux_sym__val_number_decimal_token1] = ACTIONS(2214), - [aux_sym__val_number_decimal_token2] = ACTIONS(2216), - [aux_sym__val_number_decimal_token3] = ACTIONS(2216), - [aux_sym__val_number_decimal_token4] = ACTIONS(2216), - [aux_sym__val_number_token1] = ACTIONS(2216), - [aux_sym__val_number_token2] = ACTIONS(2216), - [aux_sym__val_number_token3] = ACTIONS(2216), - [aux_sym__val_number_token4] = ACTIONS(2216), - [aux_sym__val_number_token5] = ACTIONS(2216), - [aux_sym__val_number_token6] = ACTIONS(2216), - [anon_sym_0b] = ACTIONS(2214), - [anon_sym_0o] = ACTIONS(2214), - [anon_sym_0x] = ACTIONS(2214), - [sym_val_date] = ACTIONS(2216), - [anon_sym_DQUOTE] = ACTIONS(2216), - [sym__str_single_quotes] = ACTIONS(2216), - [sym__str_back_ticks] = ACTIONS(2216), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2216), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2216), - [anon_sym_err_GT] = ACTIONS(2214), - [anon_sym_out_GT] = ACTIONS(2214), - [anon_sym_e_GT] = ACTIONS(2214), - [anon_sym_o_GT] = ACTIONS(2214), - [anon_sym_err_PLUSout_GT] = ACTIONS(2214), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2214), - [anon_sym_o_PLUSe_GT] = ACTIONS(2214), - [anon_sym_e_PLUSo_GT] = ACTIONS(2214), - [anon_sym_err_GT_GT] = ACTIONS(2216), - [anon_sym_out_GT_GT] = ACTIONS(2216), - [anon_sym_e_GT_GT] = ACTIONS(2216), - [anon_sym_o_GT_GT] = ACTIONS(2216), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2216), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2216), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2216), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2216), - [aux_sym_unquoted_token1] = ACTIONS(2214), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(2216), - }, - [1689] = { - [sym__expr_parenthesized_immediate] = STATE(7642), - [sym_comment] = STATE(1689), - [ts_builtin_sym_end] = ACTIONS(4874), - [sym__newline] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4874), - [anon_sym_PIPE] = ACTIONS(4874), - [anon_sym_err_GT_PIPE] = ACTIONS(4874), - [anon_sym_out_GT_PIPE] = ACTIONS(4874), - [anon_sym_e_GT_PIPE] = ACTIONS(4874), - [anon_sym_o_GT_PIPE] = ACTIONS(4874), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4874), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4874), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4874), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4874), - [anon_sym_LBRACK] = ACTIONS(4874), - [anon_sym_LPAREN] = ACTIONS(4876), - [anon_sym_DOLLAR] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4874), - [anon_sym_DASH2] = ACTIONS(4876), - [anon_sym_LBRACE] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4874), - [anon_sym_DOT_DOT_LT] = ACTIONS(4874), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [aux_sym__val_number_decimal_token1] = ACTIONS(4876), - [aux_sym__val_number_decimal_token2] = ACTIONS(4874), - [aux_sym__val_number_decimal_token3] = ACTIONS(4874), - [aux_sym__val_number_decimal_token4] = ACTIONS(4874), - [aux_sym__val_number_token1] = ACTIONS(4874), - [aux_sym__val_number_token2] = ACTIONS(4874), - [aux_sym__val_number_token3] = ACTIONS(4874), - [aux_sym__val_number_token4] = ACTIONS(4874), - [aux_sym__val_number_token5] = ACTIONS(4874), - [aux_sym__val_number_token6] = ACTIONS(4874), - [anon_sym_0b] = ACTIONS(4876), - [anon_sym_0o] = ACTIONS(4876), - [anon_sym_0x] = ACTIONS(4876), - [sym_val_date] = ACTIONS(4874), - [anon_sym_DQUOTE] = ACTIONS(4874), - [sym__str_single_quotes] = ACTIONS(4874), - [sym__str_back_ticks] = ACTIONS(4874), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4874), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4874), - [anon_sym_err_GT] = ACTIONS(4876), - [anon_sym_out_GT] = ACTIONS(4876), - [anon_sym_e_GT] = ACTIONS(4876), - [anon_sym_o_GT] = ACTIONS(4876), - [anon_sym_err_PLUSout_GT] = ACTIONS(4876), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4876), - [anon_sym_o_PLUSe_GT] = ACTIONS(4876), - [anon_sym_e_PLUSo_GT] = ACTIONS(4876), - [anon_sym_err_GT_GT] = ACTIONS(4874), - [anon_sym_out_GT_GT] = ACTIONS(4874), - [anon_sym_e_GT_GT] = ACTIONS(4874), - [anon_sym_o_GT_GT] = ACTIONS(4874), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4874), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4874), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4874), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4874), - [aux_sym_unquoted_token1] = ACTIONS(4876), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4874), - }, - [1690] = { - [sym_comment] = STATE(1690), - [ts_builtin_sym_end] = ACTIONS(978), - [sym__newline] = ACTIONS(978), - [anon_sym_SEMI] = ACTIONS(978), - [anon_sym_PIPE] = ACTIONS(978), - [anon_sym_err_GT_PIPE] = ACTIONS(978), - [anon_sym_out_GT_PIPE] = ACTIONS(978), - [anon_sym_e_GT_PIPE] = ACTIONS(978), - [anon_sym_o_GT_PIPE] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(978), - [anon_sym_LBRACK] = ACTIONS(978), - [anon_sym_LPAREN] = ACTIONS(978), - [anon_sym_DOLLAR] = ACTIONS(976), - [anon_sym_DASH_DASH] = ACTIONS(978), - [anon_sym_DASH2] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(978), - [anon_sym_DOT_DOT] = ACTIONS(976), - [anon_sym_QMARK2] = ACTIONS(978), - [anon_sym_DOT_DOT_EQ] = ACTIONS(978), - [anon_sym_DOT_DOT_LT] = ACTIONS(978), - [anon_sym_null] = ACTIONS(978), - [anon_sym_true] = ACTIONS(978), - [anon_sym_false] = ACTIONS(978), - [aux_sym__val_number_decimal_token1] = ACTIONS(976), - [aux_sym__val_number_decimal_token2] = ACTIONS(978), - [aux_sym__val_number_decimal_token3] = ACTIONS(978), - [aux_sym__val_number_decimal_token4] = ACTIONS(978), - [aux_sym__val_number_token1] = ACTIONS(978), - [aux_sym__val_number_token2] = ACTIONS(978), - [aux_sym__val_number_token3] = ACTIONS(978), - [aux_sym__val_number_token4] = ACTIONS(978), - [aux_sym__val_number_token5] = ACTIONS(978), - [aux_sym__val_number_token6] = ACTIONS(978), - [anon_sym_0b] = ACTIONS(976), - [anon_sym_0o] = ACTIONS(976), - [anon_sym_0x] = ACTIONS(976), - [sym_val_date] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(978), - [sym__str_single_quotes] = ACTIONS(978), - [sym__str_back_ticks] = ACTIONS(978), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(978), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), - [anon_sym_DOT2] = ACTIONS(976), - [anon_sym_err_GT] = ACTIONS(976), - [anon_sym_out_GT] = ACTIONS(976), - [anon_sym_e_GT] = ACTIONS(976), - [anon_sym_o_GT] = ACTIONS(976), - [anon_sym_err_PLUSout_GT] = ACTIONS(976), - [anon_sym_out_PLUSerr_GT] = ACTIONS(976), - [anon_sym_o_PLUSe_GT] = ACTIONS(976), - [anon_sym_e_PLUSo_GT] = ACTIONS(976), - [anon_sym_err_GT_GT] = ACTIONS(978), - [anon_sym_out_GT_GT] = ACTIONS(978), - [anon_sym_e_GT_GT] = ACTIONS(978), - [anon_sym_o_GT_GT] = ACTIONS(978), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(978), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(978), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(978), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(978), - [aux_sym_unquoted_token1] = ACTIONS(976), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(978), - }, - [1691] = { - [sym_comment] = STATE(1691), - [ts_builtin_sym_end] = ACTIONS(1729), - [sym__newline] = ACTIONS(1729), - [anon_sym_SEMI] = ACTIONS(1729), - [anon_sym_PIPE] = ACTIONS(1729), - [anon_sym_err_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_GT_PIPE] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1729), - [anon_sym_GT2] = ACTIONS(1727), - [anon_sym_DASH2] = ACTIONS(1729), - [anon_sym_in2] = ACTIONS(1729), - [anon_sym_STAR2] = ACTIONS(1727), - [anon_sym_and2] = ACTIONS(1729), - [anon_sym_xor2] = ACTIONS(1729), - [anon_sym_or2] = ACTIONS(1729), - [anon_sym_not_DASHin2] = ACTIONS(1729), - [anon_sym_starts_DASHwith2] = ACTIONS(1729), - [anon_sym_ends_DASHwith2] = ACTIONS(1729), - [anon_sym_EQ_EQ2] = ACTIONS(1729), - [anon_sym_BANG_EQ2] = ACTIONS(1729), - [anon_sym_LT2] = ACTIONS(1727), - [anon_sym_LT_EQ2] = ACTIONS(1729), - [anon_sym_GT_EQ2] = ACTIONS(1729), - [anon_sym_EQ_TILDE2] = ACTIONS(1729), - [anon_sym_BANG_TILDE2] = ACTIONS(1729), - [anon_sym_LPAREN2] = ACTIONS(1729), - [anon_sym_STAR_STAR2] = ACTIONS(1729), - [anon_sym_PLUS_PLUS2] = ACTIONS(1729), - [anon_sym_SLASH2] = ACTIONS(1727), - [anon_sym_mod2] = ACTIONS(1729), - [anon_sym_SLASH_SLASH2] = ACTIONS(1729), - [anon_sym_PLUS2] = ACTIONS(1727), - [anon_sym_bit_DASHshl2] = ACTIONS(1729), - [anon_sym_bit_DASHshr2] = ACTIONS(1729), - [anon_sym_bit_DASHand2] = ACTIONS(1729), - [anon_sym_bit_DASHxor2] = ACTIONS(1729), - [anon_sym_bit_DASHor2] = ACTIONS(1729), - [anon_sym_DOT_DOT2] = ACTIONS(1727), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1729), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1729), - [aux_sym__immediate_decimal_token1] = ACTIONS(4979), - [aux_sym__immediate_decimal_token2] = ACTIONS(4981), - [anon_sym_err_GT] = ACTIONS(1727), - [anon_sym_out_GT] = ACTIONS(1727), - [anon_sym_e_GT] = ACTIONS(1727), - [anon_sym_o_GT] = ACTIONS(1727), - [anon_sym_err_PLUSout_GT] = ACTIONS(1727), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1727), - [anon_sym_o_PLUSe_GT] = ACTIONS(1727), - [anon_sym_e_PLUSo_GT] = ACTIONS(1727), - [anon_sym_err_GT_GT] = ACTIONS(1729), - [anon_sym_out_GT_GT] = ACTIONS(1729), - [anon_sym_e_GT_GT] = ACTIONS(1729), - [anon_sym_o_GT_GT] = ACTIONS(1729), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1729), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1729), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1729), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1729), - [aux_sym_unquoted_token2] = ACTIONS(1727), + [1683] = { + [sym_comment] = STATE(1683), + [ts_builtin_sym_end] = ACTIONS(954), + [sym__newline] = ACTIONS(954), + [anon_sym_SEMI] = ACTIONS(954), + [anon_sym_PIPE] = ACTIONS(954), + [anon_sym_err_GT_PIPE] = ACTIONS(954), + [anon_sym_out_GT_PIPE] = ACTIONS(954), + [anon_sym_e_GT_PIPE] = ACTIONS(954), + [anon_sym_o_GT_PIPE] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(954), + [anon_sym_LBRACK] = ACTIONS(954), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_DOLLAR] = ACTIONS(952), + [anon_sym_DASH_DASH] = ACTIONS(954), + [anon_sym_DASH2] = ACTIONS(952), + [anon_sym_LBRACE] = ACTIONS(954), + [anon_sym_DOT_DOT] = ACTIONS(952), + [anon_sym_QMARK2] = ACTIONS(4981), + [anon_sym_DOT_DOT_EQ] = ACTIONS(954), + [anon_sym_DOT_DOT_LT] = ACTIONS(954), + [anon_sym_null] = ACTIONS(954), + [anon_sym_true] = ACTIONS(954), + [anon_sym_false] = ACTIONS(954), + [aux_sym__val_number_decimal_token1] = ACTIONS(952), + [aux_sym__val_number_decimal_token2] = ACTIONS(954), + [aux_sym__val_number_decimal_token3] = ACTIONS(954), + [aux_sym__val_number_decimal_token4] = ACTIONS(954), + [aux_sym__val_number_token1] = ACTIONS(954), + [aux_sym__val_number_token2] = ACTIONS(954), + [aux_sym__val_number_token3] = ACTIONS(954), + [aux_sym__val_number_token4] = ACTIONS(954), + [aux_sym__val_number_token5] = ACTIONS(954), + [aux_sym__val_number_token6] = ACTIONS(954), + [anon_sym_0b] = ACTIONS(952), + [anon_sym_0o] = ACTIONS(952), + [anon_sym_0x] = ACTIONS(952), + [sym_val_date] = ACTIONS(954), + [anon_sym_DQUOTE] = ACTIONS(954), + [sym__str_single_quotes] = ACTIONS(954), + [sym__str_back_ticks] = ACTIONS(954), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(954), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(954), + [anon_sym_DOT2] = ACTIONS(952), + [anon_sym_err_GT] = ACTIONS(952), + [anon_sym_out_GT] = ACTIONS(952), + [anon_sym_e_GT] = ACTIONS(952), + [anon_sym_o_GT] = ACTIONS(952), + [anon_sym_err_PLUSout_GT] = ACTIONS(952), + [anon_sym_out_PLUSerr_GT] = ACTIONS(952), + [anon_sym_o_PLUSe_GT] = ACTIONS(952), + [anon_sym_e_PLUSo_GT] = ACTIONS(952), + [anon_sym_err_GT_GT] = ACTIONS(954), + [anon_sym_out_GT_GT] = ACTIONS(954), + [anon_sym_e_GT_GT] = ACTIONS(954), + [anon_sym_o_GT_GT] = ACTIONS(954), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(954), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(954), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(954), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(954), + [aux_sym_unquoted_token1] = ACTIONS(952), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(954), }, - [1692] = { - [sym_comment] = STATE(1692), - [ts_builtin_sym_end] = ACTIONS(974), - [sym__newline] = ACTIONS(974), - [anon_sym_SEMI] = ACTIONS(974), - [anon_sym_PIPE] = ACTIONS(974), - [anon_sym_err_GT_PIPE] = ACTIONS(974), - [anon_sym_out_GT_PIPE] = ACTIONS(974), - [anon_sym_e_GT_PIPE] = ACTIONS(974), - [anon_sym_o_GT_PIPE] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(974), - [anon_sym_LBRACK] = ACTIONS(974), - [anon_sym_LPAREN] = ACTIONS(974), - [anon_sym_DOLLAR] = ACTIONS(972), - [anon_sym_DASH_DASH] = ACTIONS(974), - [anon_sym_DASH2] = ACTIONS(972), - [anon_sym_LBRACE] = ACTIONS(974), - [anon_sym_DOT_DOT] = ACTIONS(972), - [anon_sym_QMARK2] = ACTIONS(974), - [anon_sym_DOT_DOT_EQ] = ACTIONS(974), - [anon_sym_DOT_DOT_LT] = ACTIONS(974), - [anon_sym_null] = ACTIONS(974), - [anon_sym_true] = ACTIONS(974), - [anon_sym_false] = ACTIONS(974), - [aux_sym__val_number_decimal_token1] = ACTIONS(972), - [aux_sym__val_number_decimal_token2] = ACTIONS(974), - [aux_sym__val_number_decimal_token3] = ACTIONS(974), - [aux_sym__val_number_decimal_token4] = ACTIONS(974), - [aux_sym__val_number_token1] = ACTIONS(974), - [aux_sym__val_number_token2] = ACTIONS(974), - [aux_sym__val_number_token3] = ACTIONS(974), - [aux_sym__val_number_token4] = ACTIONS(974), - [aux_sym__val_number_token5] = ACTIONS(974), - [aux_sym__val_number_token6] = ACTIONS(974), - [anon_sym_0b] = ACTIONS(972), - [anon_sym_0o] = ACTIONS(972), - [anon_sym_0x] = ACTIONS(972), - [sym_val_date] = ACTIONS(974), - [anon_sym_DQUOTE] = ACTIONS(974), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(974), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(974), - [anon_sym_DOT2] = ACTIONS(972), - [anon_sym_err_GT] = ACTIONS(972), - [anon_sym_out_GT] = ACTIONS(972), - [anon_sym_e_GT] = ACTIONS(972), - [anon_sym_o_GT] = ACTIONS(972), - [anon_sym_err_PLUSout_GT] = ACTIONS(972), - [anon_sym_out_PLUSerr_GT] = ACTIONS(972), - [anon_sym_o_PLUSe_GT] = ACTIONS(972), - [anon_sym_e_PLUSo_GT] = ACTIONS(972), - [anon_sym_err_GT_GT] = ACTIONS(974), - [anon_sym_out_GT_GT] = ACTIONS(974), - [anon_sym_e_GT_GT] = ACTIONS(974), - [anon_sym_o_GT_GT] = ACTIONS(974), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(974), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(974), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(974), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(974), - [aux_sym_unquoted_token1] = ACTIONS(972), + [1684] = { + [sym_path] = STATE(1861), + [sym_comment] = STATE(1684), + [aux_sym_cell_path_repeat1] = STATE(1668), + [ts_builtin_sym_end] = ACTIONS(950), + [sym__newline] = ACTIONS(950), + [anon_sym_SEMI] = ACTIONS(950), + [anon_sym_PIPE] = ACTIONS(950), + [anon_sym_err_GT_PIPE] = ACTIONS(950), + [anon_sym_out_GT_PIPE] = ACTIONS(950), + [anon_sym_e_GT_PIPE] = ACTIONS(950), + [anon_sym_o_GT_PIPE] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(950), + [anon_sym_GT2] = ACTIONS(948), + [anon_sym_DASH2] = ACTIONS(950), + [anon_sym_in2] = ACTIONS(950), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_STAR2] = ACTIONS(948), + [anon_sym_and2] = ACTIONS(950), + [anon_sym_xor2] = ACTIONS(950), + [anon_sym_or2] = ACTIONS(950), + [anon_sym_not_DASHin2] = ACTIONS(950), + [anon_sym_starts_DASHwith2] = ACTIONS(950), + [anon_sym_ends_DASHwith2] = ACTIONS(950), + [anon_sym_EQ_EQ2] = ACTIONS(950), + [anon_sym_BANG_EQ2] = ACTIONS(950), + [anon_sym_LT2] = ACTIONS(948), + [anon_sym_LT_EQ2] = ACTIONS(950), + [anon_sym_GT_EQ2] = ACTIONS(950), + [anon_sym_EQ_TILDE2] = ACTIONS(950), + [anon_sym_BANG_TILDE2] = ACTIONS(950), + [anon_sym_STAR_STAR2] = ACTIONS(950), + [anon_sym_PLUS_PLUS2] = ACTIONS(950), + [anon_sym_SLASH2] = ACTIONS(948), + [anon_sym_mod2] = ACTIONS(950), + [anon_sym_SLASH_SLASH2] = ACTIONS(950), + [anon_sym_PLUS2] = ACTIONS(948), + [anon_sym_bit_DASHshl2] = ACTIONS(950), + [anon_sym_bit_DASHshr2] = ACTIONS(950), + [anon_sym_bit_DASHand2] = ACTIONS(950), + [anon_sym_bit_DASHxor2] = ACTIONS(950), + [anon_sym_bit_DASHor2] = ACTIONS(950), + [anon_sym_DOT_DOT2] = ACTIONS(948), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(950), + [anon_sym_DOT_DOT_LT2] = ACTIONS(950), + [anon_sym_DOT2] = ACTIONS(4910), + [anon_sym_err_GT] = ACTIONS(948), + [anon_sym_out_GT] = ACTIONS(948), + [anon_sym_e_GT] = ACTIONS(948), + [anon_sym_o_GT] = ACTIONS(948), + [anon_sym_err_PLUSout_GT] = ACTIONS(948), + [anon_sym_out_PLUSerr_GT] = ACTIONS(948), + [anon_sym_o_PLUSe_GT] = ACTIONS(948), + [anon_sym_e_PLUSo_GT] = ACTIONS(948), + [anon_sym_err_GT_GT] = ACTIONS(950), + [anon_sym_out_GT_GT] = ACTIONS(950), + [anon_sym_e_GT_GT] = ACTIONS(950), + [anon_sym_o_GT_GT] = ACTIONS(950), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(950), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(950), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(950), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(950), [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(974), }, - [1693] = { - [sym_comment] = STATE(1693), + [1685] = { + [sym__expr_parenthesized_immediate] = STATE(7221), + [sym_comment] = STATE(1685), [sym__newline] = ACTIONS(4983), [anon_sym_SEMI] = ACTIONS(4983), [anon_sym_PIPE] = ACTIONS(4983), @@ -233797,9 +233307,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_DASH] = ACTIONS(4983), [anon_sym_DASH2] = ACTIONS(4985), [anon_sym_LBRACE] = ACTIONS(4983), - [anon_sym_RBRACE] = ACTIONS(4983), [anon_sym_DOT_DOT] = ACTIONS(4985), - [anon_sym_LPAREN2] = ACTIONS(4983), + [anon_sym_LPAREN2] = ACTIONS(4403), [anon_sym_DOT_DOT_EQ] = ACTIONS(4983), [anon_sym_DOT_DOT_LT] = ACTIONS(4983), [anon_sym_null] = ACTIONS(4983), @@ -233844,742 +233353,1278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(251), [sym_raw_string_begin] = ACTIONS(4983), }, + [1686] = { + [sym_comment] = STATE(1686), + [ts_builtin_sym_end] = ACTIONS(2247), + [sym__newline] = ACTIONS(2247), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2247), + [anon_sym_err_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_GT_PIPE] = ACTIONS(2247), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2247), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2247), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2247), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2247), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LPAREN] = ACTIONS(2245), + [anon_sym_DOLLAR] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2245), + [anon_sym_DASH2] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_DOT_DOT] = ACTIONS(2245), + [anon_sym_LPAREN2] = ACTIONS(2239), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2245), + [anon_sym_DOT_DOT_LT] = ACTIONS(2245), + [anon_sym_null] = ACTIONS(2245), + [anon_sym_true] = ACTIONS(2245), + [anon_sym_false] = ACTIONS(2245), + [aux_sym__val_number_decimal_token1] = ACTIONS(2245), + [aux_sym__val_number_decimal_token2] = ACTIONS(2245), + [aux_sym__val_number_decimal_token3] = ACTIONS(2245), + [aux_sym__val_number_decimal_token4] = ACTIONS(2245), + [aux_sym__val_number_token1] = ACTIONS(2245), + [aux_sym__val_number_token2] = ACTIONS(2245), + [aux_sym__val_number_token3] = ACTIONS(2245), + [aux_sym__val_number_token4] = ACTIONS(2245), + [aux_sym__val_number_token5] = ACTIONS(2245), + [aux_sym__val_number_token6] = ACTIONS(2245), + [anon_sym_0b] = ACTIONS(2245), + [anon_sym_0o] = ACTIONS(2245), + [anon_sym_0x] = ACTIONS(2245), + [sym_val_date] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(2247), + [sym__str_single_quotes] = ACTIONS(2247), + [sym__str_back_ticks] = ACTIONS(2247), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2247), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2247), + [anon_sym_err_GT] = ACTIONS(2245), + [anon_sym_out_GT] = ACTIONS(2245), + [anon_sym_e_GT] = ACTIONS(2245), + [anon_sym_o_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT] = ACTIONS(2245), + [anon_sym_err_GT_GT] = ACTIONS(2245), + [anon_sym_out_GT_GT] = ACTIONS(2245), + [anon_sym_e_GT_GT] = ACTIONS(2245), + [anon_sym_o_GT_GT] = ACTIONS(2245), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2245), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2245), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2245), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2245), + [aux_sym_unquoted_token1] = ACTIONS(2245), + [aux_sym_unquoted_token4] = ACTIONS(2243), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2247), + }, + [1687] = { + [sym_cell_path] = STATE(2138), + [sym_path] = STATE(1497), + [sym_comment] = STATE(1687), + [aux_sym_cell_path_repeat1] = STATE(1414), + [sym__newline] = ACTIONS(1939), + [anon_sym_SEMI] = ACTIONS(1939), + [anon_sym_PIPE] = ACTIONS(1939), + [anon_sym_err_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_GT_PIPE] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1939), + [anon_sym_RPAREN] = ACTIONS(1939), + [anon_sym_GT2] = ACTIONS(1937), + [anon_sym_DASH2] = ACTIONS(1939), + [anon_sym_in2] = ACTIONS(1939), + [anon_sym_LBRACE] = ACTIONS(1939), + [anon_sym_RBRACE] = ACTIONS(1939), + [anon_sym_EQ_GT] = ACTIONS(1939), + [anon_sym_STAR2] = ACTIONS(1937), + [anon_sym_and2] = ACTIONS(1939), + [anon_sym_xor2] = ACTIONS(1939), + [anon_sym_or2] = ACTIONS(1939), + [anon_sym_not_DASHin2] = ACTIONS(1939), + [anon_sym_starts_DASHwith2] = ACTIONS(1939), + [anon_sym_ends_DASHwith2] = ACTIONS(1939), + [anon_sym_EQ_EQ2] = ACTIONS(1939), + [anon_sym_BANG_EQ2] = ACTIONS(1939), + [anon_sym_LT2] = ACTIONS(1937), + [anon_sym_LT_EQ2] = ACTIONS(1939), + [anon_sym_GT_EQ2] = ACTIONS(1939), + [anon_sym_EQ_TILDE2] = ACTIONS(1939), + [anon_sym_BANG_TILDE2] = ACTIONS(1939), + [anon_sym_STAR_STAR2] = ACTIONS(1939), + [anon_sym_PLUS_PLUS2] = ACTIONS(1939), + [anon_sym_SLASH2] = ACTIONS(1937), + [anon_sym_mod2] = ACTIONS(1939), + [anon_sym_SLASH_SLASH2] = ACTIONS(1939), + [anon_sym_PLUS2] = ACTIONS(1937), + [anon_sym_bit_DASHshl2] = ACTIONS(1939), + [anon_sym_bit_DASHshr2] = ACTIONS(1939), + [anon_sym_bit_DASHand2] = ACTIONS(1939), + [anon_sym_bit_DASHxor2] = ACTIONS(1939), + [anon_sym_bit_DASHor2] = ACTIONS(1939), + [anon_sym_DOT2] = ACTIONS(4807), + [anon_sym_err_GT] = ACTIONS(1937), + [anon_sym_out_GT] = ACTIONS(1937), + [anon_sym_e_GT] = ACTIONS(1937), + [anon_sym_o_GT] = ACTIONS(1937), + [anon_sym_err_PLUSout_GT] = ACTIONS(1937), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1937), + [anon_sym_o_PLUSe_GT] = ACTIONS(1937), + [anon_sym_e_PLUSo_GT] = ACTIONS(1937), + [anon_sym_err_GT_GT] = ACTIONS(1939), + [anon_sym_out_GT_GT] = ACTIONS(1939), + [anon_sym_e_GT_GT] = ACTIONS(1939), + [anon_sym_o_GT_GT] = ACTIONS(1939), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1939), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1939), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1939), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1939), + [anon_sym_POUND] = ACTIONS(251), + }, + [1688] = { + [sym_comment] = STATE(1688), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_LPAREN2] = ACTIONS(1767), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT] = ACTIONS(1767), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [aux_sym_unquoted_token2] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), + }, + [1689] = { + [sym_comment] = STATE(1689), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1693), + [anon_sym_DOT_DOT_LT] = ACTIONS(1693), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4604), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), + }, + [1690] = { + [sym_comment] = STATE(1690), + [sym__newline] = ACTIONS(4987), + [anon_sym_SEMI] = ACTIONS(4987), + [anon_sym_PIPE] = ACTIONS(4987), + [anon_sym_err_GT_PIPE] = ACTIONS(4987), + [anon_sym_out_GT_PIPE] = ACTIONS(4987), + [anon_sym_e_GT_PIPE] = ACTIONS(4987), + [anon_sym_o_GT_PIPE] = ACTIONS(4987), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4987), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4987), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4987), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4987), + [anon_sym_LBRACK] = ACTIONS(4987), + [anon_sym_LPAREN] = ACTIONS(4989), + [anon_sym_RPAREN] = ACTIONS(4987), + [anon_sym_DOLLAR] = ACTIONS(4989), + [anon_sym_DASH_DASH] = ACTIONS(4987), + [anon_sym_DASH2] = ACTIONS(4989), + [anon_sym_LBRACE] = ACTIONS(4987), + [anon_sym_RBRACE] = ACTIONS(4987), + [anon_sym_DOT_DOT] = ACTIONS(4989), + [anon_sym_LPAREN2] = ACTIONS(4987), + [anon_sym_DOT_DOT_EQ] = ACTIONS(4987), + [anon_sym_DOT_DOT_LT] = ACTIONS(4987), + [anon_sym_null] = ACTIONS(4987), + [anon_sym_true] = ACTIONS(4987), + [anon_sym_false] = ACTIONS(4987), + [aux_sym__val_number_decimal_token1] = ACTIONS(4989), + [aux_sym__val_number_decimal_token2] = ACTIONS(4987), + [aux_sym__val_number_decimal_token3] = ACTIONS(4987), + [aux_sym__val_number_decimal_token4] = ACTIONS(4987), + [aux_sym__val_number_token1] = ACTIONS(4987), + [aux_sym__val_number_token2] = ACTIONS(4987), + [aux_sym__val_number_token3] = ACTIONS(4987), + [aux_sym__val_number_token4] = ACTIONS(4987), + [aux_sym__val_number_token5] = ACTIONS(4987), + [aux_sym__val_number_token6] = ACTIONS(4987), + [anon_sym_0b] = ACTIONS(4989), + [anon_sym_0o] = ACTIONS(4989), + [anon_sym_0x] = ACTIONS(4989), + [sym_val_date] = ACTIONS(4987), + [anon_sym_DQUOTE] = ACTIONS(4987), + [sym__str_single_quotes] = ACTIONS(4987), + [sym__str_back_ticks] = ACTIONS(4987), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4987), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4987), + [anon_sym_err_GT] = ACTIONS(4989), + [anon_sym_out_GT] = ACTIONS(4989), + [anon_sym_e_GT] = ACTIONS(4989), + [anon_sym_o_GT] = ACTIONS(4989), + [anon_sym_err_PLUSout_GT] = ACTIONS(4989), + [anon_sym_out_PLUSerr_GT] = ACTIONS(4989), + [anon_sym_o_PLUSe_GT] = ACTIONS(4989), + [anon_sym_e_PLUSo_GT] = ACTIONS(4989), + [anon_sym_err_GT_GT] = ACTIONS(4987), + [anon_sym_out_GT_GT] = ACTIONS(4987), + [anon_sym_e_GT_GT] = ACTIONS(4987), + [anon_sym_o_GT_GT] = ACTIONS(4987), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4987), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4987), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4987), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4987), + [aux_sym_unquoted_token1] = ACTIONS(4989), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(4987), + }, + [1691] = { + [sym_comment] = STATE(1691), + [sym__newline] = ACTIONS(1000), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_PIPE] = ACTIONS(1000), + [anon_sym_err_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_GT_PIPE] = ACTIONS(1000), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1000), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1000), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1000), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_DASH2] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_DOT_DOT] = ACTIONS(1004), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), + [anon_sym_DOT_DOT_LT] = ACTIONS(1004), + [anon_sym_null] = ACTIONS(1004), + [anon_sym_true] = ACTIONS(1004), + [anon_sym_false] = ACTIONS(1004), + [aux_sym__val_number_decimal_token1] = ACTIONS(1004), + [aux_sym__val_number_decimal_token2] = ACTIONS(1004), + [aux_sym__val_number_decimal_token3] = ACTIONS(1004), + [aux_sym__val_number_decimal_token4] = ACTIONS(1004), + [aux_sym__val_number_token1] = ACTIONS(1004), + [aux_sym__val_number_token2] = ACTIONS(1004), + [aux_sym__val_number_token3] = ACTIONS(1004), + [aux_sym__val_number_token4] = ACTIONS(1004), + [aux_sym__val_number_token5] = ACTIONS(1004), + [aux_sym__val_number_token6] = ACTIONS(1004), + [anon_sym_0b] = ACTIONS(1004), + [anon_sym_0o] = ACTIONS(1004), + [anon_sym_0x] = ACTIONS(1004), + [sym_val_date] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1000), + [sym__str_back_ticks] = ACTIONS(1000), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1000), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1000), + [anon_sym_err_GT] = ACTIONS(1004), + [anon_sym_out_GT] = ACTIONS(1004), + [anon_sym_e_GT] = ACTIONS(1004), + [anon_sym_o_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT] = ACTIONS(1004), + [anon_sym_err_GT_GT] = ACTIONS(1004), + [anon_sym_out_GT_GT] = ACTIONS(1004), + [anon_sym_e_GT_GT] = ACTIONS(1004), + [anon_sym_o_GT_GT] = ACTIONS(1004), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1004), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1004), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1004), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1004), + [aux_sym_unquoted_token1] = ACTIONS(1004), + [aux_sym_unquoted_token4] = ACTIONS(2204), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(1000), + }, + [1692] = { + [sym_comment] = STATE(1692), + [ts_builtin_sym_end] = ACTIONS(2192), + [sym__newline] = ACTIONS(2192), + [anon_sym_SEMI] = ACTIONS(2192), + [anon_sym_PIPE] = ACTIONS(2192), + [anon_sym_err_GT_PIPE] = ACTIONS(2192), + [anon_sym_out_GT_PIPE] = ACTIONS(2192), + [anon_sym_e_GT_PIPE] = ACTIONS(2192), + [anon_sym_o_GT_PIPE] = ACTIONS(2192), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2192), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2192), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2192), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2192), + [anon_sym_LBRACK] = ACTIONS(2192), + [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_DOLLAR] = ACTIONS(2188), + [anon_sym_DASH_DASH] = ACTIONS(2192), + [anon_sym_DASH2] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2192), + [anon_sym_DOT_DOT] = ACTIONS(2188), + [anon_sym_LPAREN2] = ACTIONS(2190), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2192), + [anon_sym_DOT_DOT_LT] = ACTIONS(2192), + [anon_sym_null] = ACTIONS(2192), + [anon_sym_true] = ACTIONS(2192), + [anon_sym_false] = ACTIONS(2192), + [aux_sym__val_number_decimal_token1] = ACTIONS(2188), + [aux_sym__val_number_decimal_token2] = ACTIONS(2192), + [aux_sym__val_number_decimal_token3] = ACTIONS(2192), + [aux_sym__val_number_decimal_token4] = ACTIONS(2192), + [aux_sym__val_number_token1] = ACTIONS(2192), + [aux_sym__val_number_token2] = ACTIONS(2192), + [aux_sym__val_number_token3] = ACTIONS(2192), + [aux_sym__val_number_token4] = ACTIONS(2192), + [aux_sym__val_number_token5] = ACTIONS(2192), + [aux_sym__val_number_token6] = ACTIONS(2192), + [anon_sym_0b] = ACTIONS(2188), + [anon_sym_0o] = ACTIONS(2188), + [anon_sym_0x] = ACTIONS(2188), + [sym_val_date] = ACTIONS(2192), + [anon_sym_DQUOTE] = ACTIONS(2192), + [sym__str_single_quotes] = ACTIONS(2192), + [sym__str_back_ticks] = ACTIONS(2192), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2192), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2192), + [anon_sym_err_GT] = ACTIONS(2188), + [anon_sym_out_GT] = ACTIONS(2188), + [anon_sym_e_GT] = ACTIONS(2188), + [anon_sym_o_GT] = ACTIONS(2188), + [anon_sym_err_PLUSout_GT] = ACTIONS(2188), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2188), + [anon_sym_o_PLUSe_GT] = ACTIONS(2188), + [anon_sym_e_PLUSo_GT] = ACTIONS(2188), + [anon_sym_err_GT_GT] = ACTIONS(2192), + [anon_sym_out_GT_GT] = ACTIONS(2192), + [anon_sym_e_GT_GT] = ACTIONS(2192), + [anon_sym_o_GT_GT] = ACTIONS(2192), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2192), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2192), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2192), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2192), + [aux_sym_unquoted_token1] = ACTIONS(2188), + [aux_sym_unquoted_token2] = ACTIONS(1631), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2192), + }, + [1693] = { + [sym_cmd_identifier] = STATE(3983), + [sym__command_name] = STATE(6500), + [sym_scope_pattern] = STATE(6627), + [sym_wild_card] = STATE(6509), + [sym_command_list] = STATE(6510), + [sym__val_number_decimal] = STATE(3649), + [sym_val_string] = STATE(3984), + [sym__raw_str] = STATE(3916), + [sym__str_double_quotes] = STATE(3916), + [sym_comment] = STATE(1693), + [aux_sym_cmd_identifier_token1] = ACTIONS(4950), + [aux_sym_cmd_identifier_token2] = ACTIONS(4952), + [aux_sym_cmd_identifier_token3] = ACTIONS(4952), + [aux_sym_cmd_identifier_token4] = ACTIONS(4952), + [aux_sym_cmd_identifier_token5] = ACTIONS(4952), + [aux_sym_cmd_identifier_token6] = ACTIONS(4952), + [aux_sym_cmd_identifier_token7] = ACTIONS(4952), + [aux_sym_cmd_identifier_token8] = ACTIONS(4952), + [aux_sym_cmd_identifier_token9] = ACTIONS(4950), + [aux_sym_cmd_identifier_token10] = ACTIONS(4952), + [aux_sym_cmd_identifier_token11] = ACTIONS(4952), + [aux_sym_cmd_identifier_token12] = ACTIONS(4952), + [aux_sym_cmd_identifier_token13] = ACTIONS(4950), + [aux_sym_cmd_identifier_token14] = ACTIONS(4952), + [aux_sym_cmd_identifier_token15] = ACTIONS(4950), + [aux_sym_cmd_identifier_token16] = ACTIONS(4952), + [aux_sym_cmd_identifier_token17] = ACTIONS(4952), + [aux_sym_cmd_identifier_token18] = ACTIONS(4952), + [aux_sym_cmd_identifier_token19] = ACTIONS(4952), + [aux_sym_cmd_identifier_token20] = ACTIONS(4952), + [aux_sym_cmd_identifier_token21] = ACTIONS(4952), + [aux_sym_cmd_identifier_token22] = ACTIONS(4952), + [aux_sym_cmd_identifier_token23] = ACTIONS(4952), + [aux_sym_cmd_identifier_token24] = ACTIONS(4952), + [aux_sym_cmd_identifier_token25] = ACTIONS(4952), + [aux_sym_cmd_identifier_token26] = ACTIONS(4952), + [aux_sym_cmd_identifier_token27] = ACTIONS(4952), + [aux_sym_cmd_identifier_token28] = ACTIONS(4952), + [aux_sym_cmd_identifier_token29] = ACTIONS(4952), + [aux_sym_cmd_identifier_token30] = ACTIONS(4952), + [aux_sym_cmd_identifier_token31] = ACTIONS(4952), + [aux_sym_cmd_identifier_token32] = ACTIONS(4952), + [aux_sym_cmd_identifier_token33] = ACTIONS(4952), + [aux_sym_cmd_identifier_token34] = ACTIONS(4950), + [aux_sym_cmd_identifier_token35] = ACTIONS(4952), + [aux_sym_cmd_identifier_token36] = ACTIONS(4952), + [aux_sym_cmd_identifier_token37] = ACTIONS(4952), + [aux_sym_cmd_identifier_token38] = ACTIONS(4950), + [aux_sym_cmd_identifier_token39] = ACTIONS(4952), + [aux_sym_cmd_identifier_token40] = ACTIONS(4952), + [sym__newline] = ACTIONS(4991), + [anon_sym_SEMI] = ACTIONS(4991), + [anon_sym_LBRACK] = ACTIONS(4956), + [anon_sym_RPAREN] = ACTIONS(4991), + [anon_sym_RBRACE] = ACTIONS(4991), + [anon_sym_STAR2] = ACTIONS(4958), + [aux_sym__val_number_decimal_token1] = ACTIONS(4960), + [aux_sym__val_number_decimal_token2] = ACTIONS(4960), + [aux_sym__val_number_decimal_token3] = ACTIONS(4962), + [aux_sym__val_number_decimal_token4] = ACTIONS(4964), + [anon_sym_DQUOTE] = ACTIONS(1295), + [sym__str_single_quotes] = ACTIONS(1297), + [sym__str_back_ticks] = ACTIONS(1297), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1299), + }, [1694] = { [sym_comment] = STATE(1694), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_GT2] = ACTIONS(1735), - [anon_sym_DASH2] = ACTIONS(1737), - [anon_sym_in2] = ACTIONS(1737), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_STAR2] = ACTIONS(1735), - [anon_sym_and2] = ACTIONS(1737), - [anon_sym_xor2] = ACTIONS(1737), - [anon_sym_or2] = ACTIONS(1737), - [anon_sym_not_DASHin2] = ACTIONS(1737), - [anon_sym_starts_DASHwith2] = ACTIONS(1737), - [anon_sym_ends_DASHwith2] = ACTIONS(1737), - [anon_sym_EQ_EQ2] = ACTIONS(1737), - [anon_sym_BANG_EQ2] = ACTIONS(1737), - [anon_sym_LT2] = ACTIONS(1735), - [anon_sym_LT_EQ2] = ACTIONS(1737), - [anon_sym_GT_EQ2] = ACTIONS(1737), - [anon_sym_EQ_TILDE2] = ACTIONS(1737), - [anon_sym_BANG_TILDE2] = ACTIONS(1737), - [anon_sym_LPAREN2] = ACTIONS(1737), - [anon_sym_STAR_STAR2] = ACTIONS(1737), - [anon_sym_PLUS_PLUS2] = ACTIONS(1737), - [anon_sym_SLASH2] = ACTIONS(1735), - [anon_sym_mod2] = ACTIONS(1737), - [anon_sym_SLASH_SLASH2] = ACTIONS(1737), - [anon_sym_PLUS2] = ACTIONS(1735), - [anon_sym_bit_DASHshl2] = ACTIONS(1737), - [anon_sym_bit_DASHshr2] = ACTIONS(1737), - [anon_sym_bit_DASHand2] = ACTIONS(1737), - [anon_sym_bit_DASHxor2] = ACTIONS(1737), - [anon_sym_bit_DASHor2] = ACTIONS(1737), - [anon_sym_DOT_DOT2] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token2] = ACTIONS(1735), + [ts_builtin_sym_end] = ACTIONS(1794), + [sym__newline] = ACTIONS(1794), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_PIPE] = ACTIONS(1794), + [anon_sym_err_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_GT_PIPE] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1794), + [anon_sym_LBRACK] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1794), + [anon_sym_DASH2] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), + [anon_sym_DOT_DOT_LT] = ACTIONS(1794), + [anon_sym_null] = ACTIONS(1794), + [anon_sym_true] = ACTIONS(1794), + [anon_sym_false] = ACTIONS(1794), + [aux_sym__val_number_decimal_token1] = ACTIONS(1786), + [aux_sym__val_number_decimal_token2] = ACTIONS(1794), + [aux_sym__val_number_decimal_token3] = ACTIONS(1794), + [aux_sym__val_number_decimal_token4] = ACTIONS(1794), + [aux_sym__val_number_token1] = ACTIONS(1794), + [aux_sym__val_number_token2] = ACTIONS(1794), + [aux_sym__val_number_token3] = ACTIONS(1794), + [aux_sym__val_number_token4] = ACTIONS(1794), + [aux_sym__val_number_token5] = ACTIONS(1794), + [aux_sym__val_number_token6] = ACTIONS(1794), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1794), + [anon_sym_DQUOTE] = ACTIONS(1794), + [sym__str_single_quotes] = ACTIONS(1794), + [sym__str_back_ticks] = ACTIONS(1794), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1794), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1794), + [anon_sym_err_GT] = ACTIONS(1786), + [anon_sym_out_GT] = ACTIONS(1786), + [anon_sym_e_GT] = ACTIONS(1786), + [anon_sym_o_GT] = ACTIONS(1786), + [anon_sym_err_PLUSout_GT] = ACTIONS(1786), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1786), + [anon_sym_o_PLUSe_GT] = ACTIONS(1786), + [anon_sym_e_PLUSo_GT] = ACTIONS(1786), + [anon_sym_err_GT_GT] = ACTIONS(1794), + [anon_sym_out_GT_GT] = ACTIONS(1794), + [anon_sym_e_GT_GT] = ACTIONS(1794), + [anon_sym_o_GT_GT] = ACTIONS(1794), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1794), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1794), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1794), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1794), + [aux_sym_unquoted_token1] = ACTIONS(1786), + [aux_sym_unquoted_token2] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1794), }, [1695] = { [sym_comment] = STATE(1695), - [sym__newline] = ACTIONS(1737), - [anon_sym_SEMI] = ACTIONS(1737), - [anon_sym_PIPE] = ACTIONS(1737), - [anon_sym_err_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_GT_PIPE] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1737), - [anon_sym_LBRACK] = ACTIONS(1737), - [anon_sym_LPAREN] = ACTIONS(1737), - [anon_sym_RPAREN] = ACTIONS(1737), - [anon_sym_DOLLAR] = ACTIONS(1735), - [anon_sym_DASH_DASH] = ACTIONS(1737), - [anon_sym_DASH2] = ACTIONS(1735), - [anon_sym_LBRACE] = ACTIONS(1737), - [anon_sym_RBRACE] = ACTIONS(1737), - [anon_sym_DOT_DOT] = ACTIONS(1735), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), - [anon_sym_DOT_DOT_LT] = ACTIONS(1737), - [aux_sym__immediate_decimal_token2] = ACTIONS(4846), - [anon_sym_null] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(1737), - [anon_sym_false] = ACTIONS(1737), - [aux_sym__val_number_decimal_token1] = ACTIONS(1735), - [aux_sym__val_number_decimal_token2] = ACTIONS(1737), - [aux_sym__val_number_decimal_token3] = ACTIONS(1737), - [aux_sym__val_number_decimal_token4] = ACTIONS(1737), - [aux_sym__val_number_token1] = ACTIONS(1737), - [aux_sym__val_number_token2] = ACTIONS(1737), - [aux_sym__val_number_token3] = ACTIONS(1737), - [aux_sym__val_number_token4] = ACTIONS(1737), - [aux_sym__val_number_token5] = ACTIONS(1737), - [aux_sym__val_number_token6] = ACTIONS(1737), - [anon_sym_0b] = ACTIONS(1735), - [anon_sym_0o] = ACTIONS(1735), - [anon_sym_0x] = ACTIONS(1735), - [sym_val_date] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(1737), - [sym__str_single_quotes] = ACTIONS(1737), - [sym__str_back_ticks] = ACTIONS(1737), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1737), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1737), - [anon_sym_err_GT] = ACTIONS(1735), - [anon_sym_out_GT] = ACTIONS(1735), - [anon_sym_e_GT] = ACTIONS(1735), - [anon_sym_o_GT] = ACTIONS(1735), - [anon_sym_err_PLUSout_GT] = ACTIONS(1735), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1735), - [anon_sym_o_PLUSe_GT] = ACTIONS(1735), - [anon_sym_e_PLUSo_GT] = ACTIONS(1735), - [anon_sym_err_GT_GT] = ACTIONS(1737), - [anon_sym_out_GT_GT] = ACTIONS(1737), - [anon_sym_e_GT_GT] = ACTIONS(1737), - [anon_sym_o_GT_GT] = ACTIONS(1737), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1737), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1737), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1737), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1737), - [aux_sym_unquoted_token1] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1737), + [sym__newline] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_err_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_GT_PIPE] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1767), + [anon_sym_LBRACK] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), + [anon_sym_DOLLAR] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_DASH2] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_RBRACE] = ACTIONS(1767), + [anon_sym_DOT_DOT] = ACTIONS(1765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1767), + [anon_sym_DOT_DOT_LT] = ACTIONS(1767), + [aux_sym__immediate_decimal_token2] = ACTIONS(4993), + [anon_sym_null] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1767), + [anon_sym_false] = ACTIONS(1767), + [aux_sym__val_number_decimal_token1] = ACTIONS(1765), + [aux_sym__val_number_decimal_token2] = ACTIONS(1767), + [aux_sym__val_number_decimal_token3] = ACTIONS(1767), + [aux_sym__val_number_decimal_token4] = ACTIONS(1767), + [aux_sym__val_number_token1] = ACTIONS(1767), + [aux_sym__val_number_token2] = ACTIONS(1767), + [aux_sym__val_number_token3] = ACTIONS(1767), + [aux_sym__val_number_token4] = ACTIONS(1767), + [aux_sym__val_number_token5] = ACTIONS(1767), + [aux_sym__val_number_token6] = ACTIONS(1767), + [anon_sym_0b] = ACTIONS(1765), + [anon_sym_0o] = ACTIONS(1765), + [anon_sym_0x] = ACTIONS(1765), + [sym_val_date] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym__str_single_quotes] = ACTIONS(1767), + [sym__str_back_ticks] = ACTIONS(1767), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1767), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1767), + [anon_sym_err_GT] = ACTIONS(1765), + [anon_sym_out_GT] = ACTIONS(1765), + [anon_sym_e_GT] = ACTIONS(1765), + [anon_sym_o_GT] = ACTIONS(1765), + [anon_sym_err_PLUSout_GT] = ACTIONS(1765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1765), + [anon_sym_o_PLUSe_GT] = ACTIONS(1765), + [anon_sym_e_PLUSo_GT] = ACTIONS(1765), + [anon_sym_err_GT_GT] = ACTIONS(1767), + [anon_sym_out_GT_GT] = ACTIONS(1767), + [anon_sym_e_GT_GT] = ACTIONS(1767), + [anon_sym_o_GT_GT] = ACTIONS(1767), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1767), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1767), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1767), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1767), + [aux_sym_unquoted_token1] = ACTIONS(1765), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1767), }, [1696] = { - [sym__expr_parenthesized_immediate] = STATE(7334), [sym_comment] = STATE(1696), - [ts_builtin_sym_end] = ACTIONS(4828), - [sym__newline] = ACTIONS(4828), - [anon_sym_SEMI] = ACTIONS(4828), - [anon_sym_PIPE] = ACTIONS(4828), - [anon_sym_err_GT_PIPE] = ACTIONS(4828), - [anon_sym_out_GT_PIPE] = ACTIONS(4828), - [anon_sym_e_GT_PIPE] = ACTIONS(4828), - [anon_sym_o_GT_PIPE] = ACTIONS(4828), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4828), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4828), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4828), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4828), - [anon_sym_LBRACK] = ACTIONS(4828), - [anon_sym_LPAREN] = ACTIONS(4830), - [anon_sym_DOLLAR] = ACTIONS(4830), - [anon_sym_DASH_DASH] = ACTIONS(4828), - [anon_sym_DASH2] = ACTIONS(4830), - [anon_sym_LBRACE] = ACTIONS(4828), - [anon_sym_DOT_DOT] = ACTIONS(4830), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4828), - [anon_sym_DOT_DOT_LT] = ACTIONS(4828), - [anon_sym_null] = ACTIONS(4828), - [anon_sym_true] = ACTIONS(4828), - [anon_sym_false] = ACTIONS(4828), - [aux_sym__val_number_decimal_token1] = ACTIONS(4830), - [aux_sym__val_number_decimal_token2] = ACTIONS(4828), - [aux_sym__val_number_decimal_token3] = ACTIONS(4828), - [aux_sym__val_number_decimal_token4] = ACTIONS(4828), - [aux_sym__val_number_token1] = ACTIONS(4828), - [aux_sym__val_number_token2] = ACTIONS(4828), - [aux_sym__val_number_token3] = ACTIONS(4828), - [aux_sym__val_number_token4] = ACTIONS(4828), - [aux_sym__val_number_token5] = ACTIONS(4828), - [aux_sym__val_number_token6] = ACTIONS(4828), - [anon_sym_0b] = ACTIONS(4830), - [anon_sym_0o] = ACTIONS(4830), - [anon_sym_0x] = ACTIONS(4830), - [sym_val_date] = ACTIONS(4828), - [anon_sym_DQUOTE] = ACTIONS(4828), - [sym__str_single_quotes] = ACTIONS(4828), - [sym__str_back_ticks] = ACTIONS(4828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4828), - [anon_sym_err_GT] = ACTIONS(4830), - [anon_sym_out_GT] = ACTIONS(4830), - [anon_sym_e_GT] = ACTIONS(4830), - [anon_sym_o_GT] = ACTIONS(4830), - [anon_sym_err_PLUSout_GT] = ACTIONS(4830), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4830), - [anon_sym_o_PLUSe_GT] = ACTIONS(4830), - [anon_sym_e_PLUSo_GT] = ACTIONS(4830), - [anon_sym_err_GT_GT] = ACTIONS(4828), - [anon_sym_out_GT_GT] = ACTIONS(4828), - [anon_sym_e_GT_GT] = ACTIONS(4828), - [anon_sym_o_GT_GT] = ACTIONS(4828), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4828), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4828), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4828), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4828), - [aux_sym_unquoted_token1] = ACTIONS(4830), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4828), + [sym__newline] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_err_GT_PIPE] = ACTIONS(986), + [anon_sym_out_GT_PIPE] = ACTIONS(986), + [anon_sym_e_GT_PIPE] = ACTIONS(986), + [anon_sym_o_GT_PIPE] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(986), + [anon_sym_LPAREN] = ACTIONS(986), + [anon_sym_RPAREN] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(984), + [anon_sym_DASH_DASH] = ACTIONS(986), + [anon_sym_DASH2] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(986), + [anon_sym_RBRACE] = ACTIONS(986), + [anon_sym_DOT_DOT] = ACTIONS(984), + [anon_sym_DOT_DOT_EQ] = ACTIONS(986), + [anon_sym_DOT_DOT_LT] = ACTIONS(986), + [anon_sym_null] = ACTIONS(986), + [anon_sym_true] = ACTIONS(986), + [anon_sym_false] = ACTIONS(986), + [aux_sym__val_number_decimal_token1] = ACTIONS(984), + [aux_sym__val_number_decimal_token2] = ACTIONS(986), + [aux_sym__val_number_decimal_token3] = ACTIONS(986), + [aux_sym__val_number_decimal_token4] = ACTIONS(986), + [aux_sym__val_number_token1] = ACTIONS(986), + [aux_sym__val_number_token2] = ACTIONS(986), + [aux_sym__val_number_token3] = ACTIONS(986), + [aux_sym__val_number_token4] = ACTIONS(986), + [aux_sym__val_number_token5] = ACTIONS(986), + [aux_sym__val_number_token6] = ACTIONS(986), + [anon_sym_0b] = ACTIONS(984), + [anon_sym_0o] = ACTIONS(984), + [anon_sym_0x] = ACTIONS(984), + [sym_val_date] = ACTIONS(986), + [anon_sym_DQUOTE] = ACTIONS(986), + [sym__str_single_quotes] = ACTIONS(986), + [sym__str_back_ticks] = ACTIONS(986), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(986), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(986), + [anon_sym_DOT2] = ACTIONS(984), + [anon_sym_err_GT] = ACTIONS(984), + [anon_sym_out_GT] = ACTIONS(984), + [anon_sym_e_GT] = ACTIONS(984), + [anon_sym_o_GT] = ACTIONS(984), + [anon_sym_err_PLUSout_GT] = ACTIONS(984), + [anon_sym_out_PLUSerr_GT] = ACTIONS(984), + [anon_sym_o_PLUSe_GT] = ACTIONS(984), + [anon_sym_e_PLUSo_GT] = ACTIONS(984), + [anon_sym_err_GT_GT] = ACTIONS(986), + [anon_sym_out_GT_GT] = ACTIONS(986), + [anon_sym_e_GT_GT] = ACTIONS(986), + [anon_sym_o_GT_GT] = ACTIONS(986), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(986), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(986), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(986), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(986), + [aux_sym_unquoted_token1] = ACTIONS(984), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(986), }, [1697] = { + [sym_cell_path] = STATE(2076), + [sym_path] = STATE(1861), [sym_comment] = STATE(1697), - [sym__newline] = ACTIONS(2176), - [anon_sym_SEMI] = ACTIONS(2176), - [anon_sym_PIPE] = ACTIONS(2176), - [anon_sym_err_GT_PIPE] = ACTIONS(2176), - [anon_sym_out_GT_PIPE] = ACTIONS(2176), - [anon_sym_e_GT_PIPE] = ACTIONS(2176), - [anon_sym_o_GT_PIPE] = ACTIONS(2176), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2176), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2176), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2176), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2176), - [anon_sym_RPAREN] = ACTIONS(2176), - [anon_sym_GT2] = ACTIONS(2174), - [anon_sym_DASH2] = ACTIONS(2176), - [anon_sym_in2] = ACTIONS(2176), - [anon_sym_if] = ACTIONS(2176), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_RBRACE] = ACTIONS(2176), - [anon_sym_EQ_GT] = ACTIONS(2176), - [anon_sym_STAR2] = ACTIONS(2174), - [anon_sym_and2] = ACTIONS(2176), - [anon_sym_xor2] = ACTIONS(2176), - [anon_sym_or2] = ACTIONS(2176), - [anon_sym_not_DASHin2] = ACTIONS(2176), - [anon_sym_starts_DASHwith2] = ACTIONS(2176), - [anon_sym_ends_DASHwith2] = ACTIONS(2176), - [anon_sym_EQ_EQ2] = ACTIONS(2176), - [anon_sym_BANG_EQ2] = ACTIONS(2176), - [anon_sym_LT2] = ACTIONS(2174), - [anon_sym_LT_EQ2] = ACTIONS(2176), - [anon_sym_GT_EQ2] = ACTIONS(2176), - [anon_sym_EQ_TILDE2] = ACTIONS(2176), - [anon_sym_BANG_TILDE2] = ACTIONS(2176), - [anon_sym_STAR_STAR2] = ACTIONS(2176), - [anon_sym_PLUS_PLUS2] = ACTIONS(2176), - [anon_sym_SLASH2] = ACTIONS(2174), - [anon_sym_mod2] = ACTIONS(2176), - [anon_sym_SLASH_SLASH2] = ACTIONS(2176), - [anon_sym_PLUS2] = ACTIONS(2174), - [anon_sym_bit_DASHshl2] = ACTIONS(2176), - [anon_sym_bit_DASHshr2] = ACTIONS(2176), - [anon_sym_bit_DASHand2] = ACTIONS(2176), - [anon_sym_bit_DASHxor2] = ACTIONS(2176), - [anon_sym_bit_DASHor2] = ACTIONS(2176), - [anon_sym_DOT_DOT2] = ACTIONS(2174), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(2176), - [anon_sym_DOT_DOT_LT2] = ACTIONS(2176), - [anon_sym_err_GT] = ACTIONS(2174), - [anon_sym_out_GT] = ACTIONS(2174), - [anon_sym_e_GT] = ACTIONS(2174), - [anon_sym_o_GT] = ACTIONS(2174), - [anon_sym_err_PLUSout_GT] = ACTIONS(2174), - [anon_sym_out_PLUSerr_GT] = ACTIONS(2174), - [anon_sym_o_PLUSe_GT] = ACTIONS(2174), - [anon_sym_e_PLUSo_GT] = ACTIONS(2174), - [anon_sym_err_GT_GT] = ACTIONS(2176), - [anon_sym_out_GT_GT] = ACTIONS(2176), - [anon_sym_e_GT_GT] = ACTIONS(2176), - [anon_sym_o_GT_GT] = ACTIONS(2176), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2176), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2176), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2176), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2176), + [aux_sym_cell_path_repeat1] = STATE(1684), + [ts_builtin_sym_end] = ACTIONS(1723), + [sym__newline] = ACTIONS(1723), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_PIPE] = ACTIONS(1723), + [anon_sym_err_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_GT_PIPE] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1723), + [anon_sym_GT2] = ACTIONS(1721), + [anon_sym_DASH2] = ACTIONS(1723), + [anon_sym_in2] = ACTIONS(1723), + [anon_sym_STAR2] = ACTIONS(1721), + [anon_sym_and2] = ACTIONS(1723), + [anon_sym_xor2] = ACTIONS(1723), + [anon_sym_or2] = ACTIONS(1723), + [anon_sym_not_DASHin2] = ACTIONS(1723), + [anon_sym_starts_DASHwith2] = ACTIONS(1723), + [anon_sym_ends_DASHwith2] = ACTIONS(1723), + [anon_sym_EQ_EQ2] = ACTIONS(1723), + [anon_sym_BANG_EQ2] = ACTIONS(1723), + [anon_sym_LT2] = ACTIONS(1721), + [anon_sym_LT_EQ2] = ACTIONS(1723), + [anon_sym_GT_EQ2] = ACTIONS(1723), + [anon_sym_EQ_TILDE2] = ACTIONS(1723), + [anon_sym_BANG_TILDE2] = ACTIONS(1723), + [anon_sym_STAR_STAR2] = ACTIONS(1723), + [anon_sym_PLUS_PLUS2] = ACTIONS(1723), + [anon_sym_SLASH2] = ACTIONS(1721), + [anon_sym_mod2] = ACTIONS(1723), + [anon_sym_SLASH_SLASH2] = ACTIONS(1723), + [anon_sym_PLUS2] = ACTIONS(1721), + [anon_sym_bit_DASHshl2] = ACTIONS(1723), + [anon_sym_bit_DASHshr2] = ACTIONS(1723), + [anon_sym_bit_DASHand2] = ACTIONS(1723), + [anon_sym_bit_DASHxor2] = ACTIONS(1723), + [anon_sym_bit_DASHor2] = ACTIONS(1723), + [anon_sym_DOT_DOT2] = ACTIONS(1721), + [anon_sym_DOT_DOT_EQ2] = ACTIONS(1723), + [anon_sym_DOT_DOT_LT2] = ACTIONS(1723), + [anon_sym_DOT2] = ACTIONS(4910), + [anon_sym_err_GT] = ACTIONS(1721), + [anon_sym_out_GT] = ACTIONS(1721), + [anon_sym_e_GT] = ACTIONS(1721), + [anon_sym_o_GT] = ACTIONS(1721), + [anon_sym_err_PLUSout_GT] = ACTIONS(1721), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1721), + [anon_sym_o_PLUSe_GT] = ACTIONS(1721), + [anon_sym_e_PLUSo_GT] = ACTIONS(1721), + [anon_sym_err_GT_GT] = ACTIONS(1723), + [anon_sym_out_GT_GT] = ACTIONS(1723), + [anon_sym_e_GT_GT] = ACTIONS(1723), + [anon_sym_o_GT_GT] = ACTIONS(1723), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1723), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1723), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1723), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1723), [anon_sym_POUND] = ACTIONS(251), }, [1698] = { [sym_comment] = STATE(1698), - [sym__newline] = ACTIONS(4987), - [anon_sym_SEMI] = ACTIONS(4987), - [anon_sym_PIPE] = ACTIONS(4987), - [anon_sym_err_GT_PIPE] = ACTIONS(4987), - [anon_sym_out_GT_PIPE] = ACTIONS(4987), - [anon_sym_e_GT_PIPE] = ACTIONS(4987), - [anon_sym_o_GT_PIPE] = ACTIONS(4987), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4987), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4987), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4987), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4987), - [anon_sym_LBRACK] = ACTIONS(4987), - [anon_sym_LPAREN] = ACTIONS(4987), - [anon_sym_RPAREN] = ACTIONS(4987), - [anon_sym_DOLLAR] = ACTIONS(4989), - [anon_sym_DASH_DASH] = ACTIONS(4987), - [anon_sym_DASH2] = ACTIONS(4989), - [anon_sym_LBRACE] = ACTIONS(4987), - [anon_sym_RBRACE] = ACTIONS(4987), - [anon_sym_DOT_DOT] = ACTIONS(4989), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4987), - [anon_sym_DOT_DOT_LT] = ACTIONS(4987), - [anon_sym_null] = ACTIONS(4987), - [anon_sym_true] = ACTIONS(4987), - [anon_sym_false] = ACTIONS(4987), - [aux_sym__val_number_decimal_token1] = ACTIONS(4989), - [aux_sym__val_number_decimal_token2] = ACTIONS(4987), - [aux_sym__val_number_decimal_token3] = ACTIONS(4987), - [aux_sym__val_number_decimal_token4] = ACTIONS(4987), - [aux_sym__val_number_token1] = ACTIONS(4987), - [aux_sym__val_number_token2] = ACTIONS(4987), - [aux_sym__val_number_token3] = ACTIONS(4987), - [aux_sym__val_number_token4] = ACTIONS(4987), - [aux_sym__val_number_token5] = ACTIONS(4987), - [aux_sym__val_number_token6] = ACTIONS(4987), - [anon_sym_0b] = ACTIONS(4989), - [anon_sym_0o] = ACTIONS(4989), - [anon_sym_0x] = ACTIONS(4989), - [sym_val_date] = ACTIONS(4987), - [anon_sym_DQUOTE] = ACTIONS(4987), - [sym__str_single_quotes] = ACTIONS(4987), - [sym__str_back_ticks] = ACTIONS(4987), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4987), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4987), - [anon_sym_err_GT] = ACTIONS(4989), - [anon_sym_out_GT] = ACTIONS(4989), - [anon_sym_e_GT] = ACTIONS(4989), - [anon_sym_o_GT] = ACTIONS(4989), - [anon_sym_err_PLUSout_GT] = ACTIONS(4989), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4989), - [anon_sym_o_PLUSe_GT] = ACTIONS(4989), - [anon_sym_e_PLUSo_GT] = ACTIONS(4989), - [anon_sym_err_GT_GT] = ACTIONS(4987), - [anon_sym_out_GT_GT] = ACTIONS(4987), - [anon_sym_e_GT_GT] = ACTIONS(4987), - [anon_sym_o_GT_GT] = ACTIONS(4987), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4987), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4987), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4987), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4987), - [anon_sym_EQ2] = ACTIONS(4991), - [aux_sym_unquoted_token1] = ACTIONS(4989), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4987), + [ts_builtin_sym_end] = ACTIONS(2233), + [sym__newline] = ACTIONS(2233), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_err_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_GT_PIPE] = ACTIONS(2233), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2233), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2233), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2233), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2229), + [anon_sym_DOLLAR] = ACTIONS(2229), + [anon_sym_DASH_DASH] = ACTIONS(2229), + [anon_sym_DASH2] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_DOT_DOT] = ACTIONS(2229), + [anon_sym_LPAREN2] = ACTIONS(2231), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2229), + [anon_sym_DOT_DOT_LT] = ACTIONS(2229), + [anon_sym_null] = ACTIONS(2229), + [anon_sym_true] = ACTIONS(2229), + [anon_sym_false] = ACTIONS(2229), + [aux_sym__val_number_decimal_token1] = ACTIONS(2229), + [aux_sym__val_number_decimal_token2] = ACTIONS(2229), + [aux_sym__val_number_decimal_token3] = ACTIONS(2229), + [aux_sym__val_number_decimal_token4] = ACTIONS(2229), + [aux_sym__val_number_token1] = ACTIONS(2229), + [aux_sym__val_number_token2] = ACTIONS(2229), + [aux_sym__val_number_token3] = ACTIONS(2229), + [aux_sym__val_number_token4] = ACTIONS(2229), + [aux_sym__val_number_token5] = ACTIONS(2229), + [aux_sym__val_number_token6] = ACTIONS(2229), + [anon_sym_0b] = ACTIONS(2229), + [anon_sym_0o] = ACTIONS(2229), + [anon_sym_0x] = ACTIONS(2229), + [sym_val_date] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(2233), + [sym__str_single_quotes] = ACTIONS(2233), + [sym__str_back_ticks] = ACTIONS(2233), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2233), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2233), + [anon_sym_err_GT] = ACTIONS(2229), + [anon_sym_out_GT] = ACTIONS(2229), + [anon_sym_e_GT] = ACTIONS(2229), + [anon_sym_o_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT] = ACTIONS(2229), + [anon_sym_err_GT_GT] = ACTIONS(2229), + [anon_sym_out_GT_GT] = ACTIONS(2229), + [anon_sym_e_GT_GT] = ACTIONS(2229), + [anon_sym_o_GT_GT] = ACTIONS(2229), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2229), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2229), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2229), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2229), + [aux_sym_unquoted_token1] = ACTIONS(2229), + [aux_sym_unquoted_token4] = ACTIONS(2235), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2233), }, [1699] = { [sym_comment] = STATE(1699), - [ts_builtin_sym_end] = ACTIONS(1711), - [sym__newline] = ACTIONS(1711), - [anon_sym_SEMI] = ACTIONS(1711), - [anon_sym_PIPE] = ACTIONS(1711), - [anon_sym_err_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_GT_PIPE] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1711), - [anon_sym_GT2] = ACTIONS(1709), - [anon_sym_DASH2] = ACTIONS(1711), - [anon_sym_in2] = ACTIONS(1711), - [anon_sym_STAR2] = ACTIONS(1709), - [anon_sym_and2] = ACTIONS(1711), - [anon_sym_xor2] = ACTIONS(1711), - [anon_sym_or2] = ACTIONS(1711), - [anon_sym_not_DASHin2] = ACTIONS(1711), - [anon_sym_starts_DASHwith2] = ACTIONS(1711), - [anon_sym_ends_DASHwith2] = ACTIONS(1711), - [anon_sym_EQ_EQ2] = ACTIONS(1711), - [anon_sym_BANG_EQ2] = ACTIONS(1711), - [anon_sym_LT2] = ACTIONS(1709), - [anon_sym_LT_EQ2] = ACTIONS(1711), - [anon_sym_GT_EQ2] = ACTIONS(1711), - [anon_sym_EQ_TILDE2] = ACTIONS(1711), - [anon_sym_BANG_TILDE2] = ACTIONS(1711), - [anon_sym_LPAREN2] = ACTIONS(1711), - [anon_sym_STAR_STAR2] = ACTIONS(1711), - [anon_sym_PLUS_PLUS2] = ACTIONS(1711), - [anon_sym_SLASH2] = ACTIONS(1709), - [anon_sym_mod2] = ACTIONS(1711), - [anon_sym_SLASH_SLASH2] = ACTIONS(1711), - [anon_sym_PLUS2] = ACTIONS(1709), - [anon_sym_bit_DASHshl2] = ACTIONS(1711), - [anon_sym_bit_DASHshr2] = ACTIONS(1711), - [anon_sym_bit_DASHand2] = ACTIONS(1711), - [anon_sym_bit_DASHxor2] = ACTIONS(1711), - [anon_sym_bit_DASHor2] = ACTIONS(1711), - [anon_sym_DOT_DOT2] = ACTIONS(1709), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1711), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1711), - [sym_filesize_unit] = ACTIONS(1709), - [sym_duration_unit] = ACTIONS(1711), - [anon_sym_err_GT] = ACTIONS(1709), - [anon_sym_out_GT] = ACTIONS(1709), - [anon_sym_e_GT] = ACTIONS(1709), - [anon_sym_o_GT] = ACTIONS(1709), - [anon_sym_err_PLUSout_GT] = ACTIONS(1709), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1709), - [anon_sym_o_PLUSe_GT] = ACTIONS(1709), - [anon_sym_e_PLUSo_GT] = ACTIONS(1709), - [anon_sym_err_GT_GT] = ACTIONS(1711), - [anon_sym_out_GT_GT] = ACTIONS(1711), - [anon_sym_e_GT_GT] = ACTIONS(1711), - [anon_sym_o_GT_GT] = ACTIONS(1711), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1711), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1711), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1711), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1711), - [aux_sym_unquoted_token2] = ACTIONS(1709), - [anon_sym_POUND] = ACTIONS(251), + [ts_builtin_sym_end] = ACTIONS(2198), + [sym__newline] = ACTIONS(2198), + [anon_sym_SEMI] = ACTIONS(2198), + [anon_sym_PIPE] = ACTIONS(2198), + [anon_sym_err_GT_PIPE] = ACTIONS(2198), + [anon_sym_out_GT_PIPE] = ACTIONS(2198), + [anon_sym_e_GT_PIPE] = ACTIONS(2198), + [anon_sym_o_GT_PIPE] = ACTIONS(2198), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2198), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2198), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2198), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2198), + [anon_sym_LBRACK] = ACTIONS(2198), + [anon_sym_LPAREN] = ACTIONS(2194), + [anon_sym_DOLLAR] = ACTIONS(2194), + [anon_sym_DASH_DASH] = ACTIONS(2198), + [anon_sym_DASH2] = ACTIONS(2194), + [anon_sym_LBRACE] = ACTIONS(2198), + [anon_sym_DOT_DOT] = ACTIONS(2194), + [anon_sym_LPAREN2] = ACTIONS(2196), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2198), + [anon_sym_DOT_DOT_LT] = ACTIONS(2198), + [anon_sym_null] = ACTIONS(2198), + [anon_sym_true] = ACTIONS(2198), + [anon_sym_false] = ACTIONS(2198), + [aux_sym__val_number_decimal_token1] = ACTIONS(2194), + [aux_sym__val_number_decimal_token2] = ACTIONS(2198), + [aux_sym__val_number_decimal_token3] = ACTIONS(2198), + [aux_sym__val_number_decimal_token4] = ACTIONS(2198), + [aux_sym__val_number_token1] = ACTIONS(2198), + [aux_sym__val_number_token2] = ACTIONS(2198), + [aux_sym__val_number_token3] = ACTIONS(2198), + [aux_sym__val_number_token4] = ACTIONS(2198), + [aux_sym__val_number_token5] = ACTIONS(2198), + [aux_sym__val_number_token6] = ACTIONS(2198), + [anon_sym_0b] = ACTIONS(2194), + [anon_sym_0o] = ACTIONS(2194), + [anon_sym_0x] = ACTIONS(2194), + [sym_val_date] = ACTIONS(2198), + [anon_sym_DQUOTE] = ACTIONS(2198), + [sym__str_single_quotes] = ACTIONS(2198), + [sym__str_back_ticks] = ACTIONS(2198), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2198), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2198), + [anon_sym_err_GT] = ACTIONS(2194), + [anon_sym_out_GT] = ACTIONS(2194), + [anon_sym_e_GT] = ACTIONS(2194), + [anon_sym_o_GT] = ACTIONS(2194), + [anon_sym_err_PLUSout_GT] = ACTIONS(2194), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2194), + [anon_sym_o_PLUSe_GT] = ACTIONS(2194), + [anon_sym_e_PLUSo_GT] = ACTIONS(2194), + [anon_sym_err_GT_GT] = ACTIONS(2198), + [anon_sym_out_GT_GT] = ACTIONS(2198), + [anon_sym_e_GT_GT] = ACTIONS(2198), + [anon_sym_o_GT_GT] = ACTIONS(2198), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2198), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2198), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2198), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2198), + [aux_sym_unquoted_token1] = ACTIONS(2194), + [aux_sym_unquoted_token2] = ACTIONS(2200), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(2198), }, [1700] = { [sym_comment] = STATE(1700), - [ts_builtin_sym_end] = ACTIONS(1802), - [sym__newline] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_PIPE] = ACTIONS(1802), - [anon_sym_err_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_GT_PIPE] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_DASH2] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1802), - [anon_sym_DOT_DOT_LT] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [aux_sym__val_number_decimal_token1] = ACTIONS(1794), - [aux_sym__val_number_decimal_token2] = ACTIONS(1802), - [aux_sym__val_number_decimal_token3] = ACTIONS(1802), - [aux_sym__val_number_decimal_token4] = ACTIONS(1802), - [aux_sym__val_number_token1] = ACTIONS(1802), - [aux_sym__val_number_token2] = ACTIONS(1802), - [aux_sym__val_number_token3] = ACTIONS(1802), - [aux_sym__val_number_token4] = ACTIONS(1802), - [aux_sym__val_number_token5] = ACTIONS(1802), - [aux_sym__val_number_token6] = ACTIONS(1802), - [anon_sym_0b] = ACTIONS(1794), - [anon_sym_0o] = ACTIONS(1794), - [anon_sym_0x] = ACTIONS(1794), - [sym_val_date] = ACTIONS(1802), - [anon_sym_DQUOTE] = ACTIONS(1802), - [sym__str_single_quotes] = ACTIONS(1802), - [sym__str_back_ticks] = ACTIONS(1802), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1802), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1802), - [anon_sym_err_GT] = ACTIONS(1794), - [anon_sym_out_GT] = ACTIONS(1794), - [anon_sym_e_GT] = ACTIONS(1794), - [anon_sym_o_GT] = ACTIONS(1794), - [anon_sym_err_PLUSout_GT] = ACTIONS(1794), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1794), - [anon_sym_o_PLUSe_GT] = ACTIONS(1794), - [anon_sym_e_PLUSo_GT] = ACTIONS(1794), - [anon_sym_err_GT_GT] = ACTIONS(1802), - [anon_sym_out_GT_GT] = ACTIONS(1802), - [anon_sym_e_GT_GT] = ACTIONS(1802), - [anon_sym_o_GT_GT] = ACTIONS(1802), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1802), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1802), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1802), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1802), - [aux_sym_unquoted_token1] = ACTIONS(1794), - [aux_sym_unquoted_token2] = ACTIONS(1804), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1802), + [sym__newline] = ACTIONS(1727), + [anon_sym_SEMI] = ACTIONS(1727), + [anon_sym_PIPE] = ACTIONS(1727), + [anon_sym_err_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_GT_PIPE] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1727), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1727), + [anon_sym_DOLLAR] = ACTIONS(1725), + [anon_sym_DASH_DASH] = ACTIONS(1727), + [anon_sym_DASH2] = ACTIONS(1725), + [anon_sym_LBRACE] = ACTIONS(1727), + [anon_sym_RBRACE] = ACTIONS(1727), + [anon_sym_DOT_DOT] = ACTIONS(1725), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1727), + [anon_sym_DOT_DOT_LT] = ACTIONS(1727), + [aux_sym__immediate_decimal_token2] = ACTIONS(4819), + [anon_sym_null] = ACTIONS(1727), + [anon_sym_true] = ACTIONS(1727), + [anon_sym_false] = ACTIONS(1727), + [aux_sym__val_number_decimal_token1] = ACTIONS(1725), + [aux_sym__val_number_decimal_token2] = ACTIONS(1727), + [aux_sym__val_number_decimal_token3] = ACTIONS(1727), + [aux_sym__val_number_decimal_token4] = ACTIONS(1727), + [aux_sym__val_number_token1] = ACTIONS(1727), + [aux_sym__val_number_token2] = ACTIONS(1727), + [aux_sym__val_number_token3] = ACTIONS(1727), + [aux_sym__val_number_token4] = ACTIONS(1727), + [aux_sym__val_number_token5] = ACTIONS(1727), + [aux_sym__val_number_token6] = ACTIONS(1727), + [anon_sym_0b] = ACTIONS(1725), + [anon_sym_0o] = ACTIONS(1725), + [anon_sym_0x] = ACTIONS(1725), + [sym_val_date] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1727), + [sym__str_single_quotes] = ACTIONS(1727), + [sym__str_back_ticks] = ACTIONS(1727), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1727), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1727), + [anon_sym_err_GT] = ACTIONS(1725), + [anon_sym_out_GT] = ACTIONS(1725), + [anon_sym_e_GT] = ACTIONS(1725), + [anon_sym_o_GT] = ACTIONS(1725), + [anon_sym_err_PLUSout_GT] = ACTIONS(1725), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1725), + [anon_sym_o_PLUSe_GT] = ACTIONS(1725), + [anon_sym_e_PLUSo_GT] = ACTIONS(1725), + [anon_sym_err_GT_GT] = ACTIONS(1727), + [anon_sym_out_GT_GT] = ACTIONS(1727), + [anon_sym_e_GT_GT] = ACTIONS(1727), + [anon_sym_o_GT_GT] = ACTIONS(1727), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1727), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1727), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1727), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1727), + [aux_sym_unquoted_token1] = ACTIONS(1725), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1727), }, [1701] = { - [sym__expr_parenthesized_immediate] = STATE(7642), [sym_comment] = STATE(1701), - [ts_builtin_sym_end] = ACTIONS(4866), - [sym__newline] = ACTIONS(4866), - [anon_sym_SEMI] = ACTIONS(4866), - [anon_sym_PIPE] = ACTIONS(4866), - [anon_sym_err_GT_PIPE] = ACTIONS(4866), - [anon_sym_out_GT_PIPE] = ACTIONS(4866), - [anon_sym_e_GT_PIPE] = ACTIONS(4866), - [anon_sym_o_GT_PIPE] = ACTIONS(4866), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(4866), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(4866), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(4866), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(4866), - [anon_sym_LBRACK] = ACTIONS(4866), - [anon_sym_LPAREN] = ACTIONS(4868), - [anon_sym_DOLLAR] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4866), - [anon_sym_DASH2] = ACTIONS(4868), - [anon_sym_LBRACE] = ACTIONS(4866), - [anon_sym_DOT_DOT] = ACTIONS(4868), - [anon_sym_LPAREN2] = ACTIONS(4113), - [anon_sym_DOT_DOT_EQ] = ACTIONS(4866), - [anon_sym_DOT_DOT_LT] = ACTIONS(4866), - [anon_sym_null] = ACTIONS(4866), - [anon_sym_true] = ACTIONS(4866), - [anon_sym_false] = ACTIONS(4866), - [aux_sym__val_number_decimal_token1] = ACTIONS(4868), - [aux_sym__val_number_decimal_token2] = ACTIONS(4866), - [aux_sym__val_number_decimal_token3] = ACTIONS(4866), - [aux_sym__val_number_decimal_token4] = ACTIONS(4866), - [aux_sym__val_number_token1] = ACTIONS(4866), - [aux_sym__val_number_token2] = ACTIONS(4866), - [aux_sym__val_number_token3] = ACTIONS(4866), - [aux_sym__val_number_token4] = ACTIONS(4866), - [aux_sym__val_number_token5] = ACTIONS(4866), - [aux_sym__val_number_token6] = ACTIONS(4866), - [anon_sym_0b] = ACTIONS(4868), - [anon_sym_0o] = ACTIONS(4868), - [anon_sym_0x] = ACTIONS(4868), - [sym_val_date] = ACTIONS(4866), - [anon_sym_DQUOTE] = ACTIONS(4866), - [sym__str_single_quotes] = ACTIONS(4866), - [sym__str_back_ticks] = ACTIONS(4866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(4866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(4866), - [anon_sym_err_GT] = ACTIONS(4868), - [anon_sym_out_GT] = ACTIONS(4868), - [anon_sym_e_GT] = ACTIONS(4868), - [anon_sym_o_GT] = ACTIONS(4868), - [anon_sym_err_PLUSout_GT] = ACTIONS(4868), - [anon_sym_out_PLUSerr_GT] = ACTIONS(4868), - [anon_sym_o_PLUSe_GT] = ACTIONS(4868), - [anon_sym_e_PLUSo_GT] = ACTIONS(4868), - [anon_sym_err_GT_GT] = ACTIONS(4866), - [anon_sym_out_GT_GT] = ACTIONS(4866), - [anon_sym_e_GT_GT] = ACTIONS(4866), - [anon_sym_o_GT_GT] = ACTIONS(4866), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(4866), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(4866), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(4866), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(4866), - [aux_sym_unquoted_token1] = ACTIONS(4868), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(4866), + [ts_builtin_sym_end] = ACTIONS(2267), + [sym__newline] = ACTIONS(2267), + [anon_sym_SEMI] = ACTIONS(2267), + [anon_sym_PIPE] = ACTIONS(2267), + [anon_sym_err_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_GT_PIPE] = ACTIONS(2267), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(2267), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(2267), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(2267), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(2267), + [anon_sym_LBRACK] = ACTIONS(2267), + [anon_sym_LPAREN] = ACTIONS(2265), + [anon_sym_DOLLAR] = ACTIONS(2265), + [anon_sym_DASH_DASH] = ACTIONS(2265), + [anon_sym_DASH2] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2267), + [anon_sym_DOT_DOT] = ACTIONS(2265), + [anon_sym_LPAREN2] = ACTIONS(2267), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2265), + [anon_sym_DOT_DOT_LT] = ACTIONS(2265), + [anon_sym_null] = ACTIONS(2265), + [anon_sym_true] = ACTIONS(2265), + [anon_sym_false] = ACTIONS(2265), + [aux_sym__val_number_decimal_token1] = ACTIONS(2265), + [aux_sym__val_number_decimal_token2] = ACTIONS(2265), + [aux_sym__val_number_decimal_token3] = ACTIONS(2265), + [aux_sym__val_number_decimal_token4] = ACTIONS(2265), + [aux_sym__val_number_token1] = ACTIONS(2265), + [aux_sym__val_number_token2] = ACTIONS(2265), + [aux_sym__val_number_token3] = ACTIONS(2265), + [aux_sym__val_number_token4] = ACTIONS(2265), + [aux_sym__val_number_token5] = ACTIONS(2265), + [aux_sym__val_number_token6] = ACTIONS(2265), + [anon_sym_0b] = ACTIONS(2265), + [anon_sym_0o] = ACTIONS(2265), + [anon_sym_0x] = ACTIONS(2265), + [sym_val_date] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(2267), + [sym__str_single_quotes] = ACTIONS(2267), + [sym__str_back_ticks] = ACTIONS(2267), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2267), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2267), + [anon_sym_err_GT] = ACTIONS(2265), + [anon_sym_out_GT] = ACTIONS(2265), + [anon_sym_e_GT] = ACTIONS(2265), + [anon_sym_o_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT] = ACTIONS(2265), + [anon_sym_err_GT_GT] = ACTIONS(2265), + [anon_sym_out_GT_GT] = ACTIONS(2265), + [anon_sym_e_GT_GT] = ACTIONS(2265), + [anon_sym_o_GT_GT] = ACTIONS(2265), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(2265), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(2265), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(2265), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(2265), + [aux_sym_unquoted_token1] = ACTIONS(2265), + [aux_sym_unquoted_token4] = ACTIONS(2265), + [anon_sym_POUND] = ACTIONS(3), + [sym_raw_string_begin] = ACTIONS(2267), }, [1702] = { [sym_comment] = STATE(1702), - [ts_builtin_sym_end] = ACTIONS(964), - [sym__newline] = ACTIONS(964), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_PIPE] = ACTIONS(964), - [anon_sym_err_GT_PIPE] = ACTIONS(964), - [anon_sym_out_GT_PIPE] = ACTIONS(964), - [anon_sym_e_GT_PIPE] = ACTIONS(964), - [anon_sym_o_GT_PIPE] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_DOLLAR] = ACTIONS(962), - [anon_sym_DASH_DASH] = ACTIONS(964), - [anon_sym_DASH2] = ACTIONS(962), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_QMARK2] = ACTIONS(964), - [anon_sym_DOT_DOT_EQ] = ACTIONS(964), - [anon_sym_DOT_DOT_LT] = ACTIONS(964), - [anon_sym_null] = ACTIONS(964), - [anon_sym_true] = ACTIONS(964), - [anon_sym_false] = ACTIONS(964), - [aux_sym__val_number_decimal_token1] = ACTIONS(962), - [aux_sym__val_number_decimal_token2] = ACTIONS(964), - [aux_sym__val_number_decimal_token3] = ACTIONS(964), - [aux_sym__val_number_decimal_token4] = ACTIONS(964), - [aux_sym__val_number_token1] = ACTIONS(964), - [aux_sym__val_number_token2] = ACTIONS(964), - [aux_sym__val_number_token3] = ACTIONS(964), - [aux_sym__val_number_token4] = ACTIONS(964), - [aux_sym__val_number_token5] = ACTIONS(964), - [aux_sym__val_number_token6] = ACTIONS(964), - [anon_sym_0b] = ACTIONS(962), - [anon_sym_0o] = ACTIONS(962), - [anon_sym_0x] = ACTIONS(962), - [sym_val_date] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(964), - [sym__str_single_quotes] = ACTIONS(964), - [sym__str_back_ticks] = ACTIONS(964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(964), - [anon_sym_DOT2] = ACTIONS(962), - [anon_sym_err_GT] = ACTIONS(962), - [anon_sym_out_GT] = ACTIONS(962), - [anon_sym_e_GT] = ACTIONS(962), - [anon_sym_o_GT] = ACTIONS(962), - [anon_sym_err_PLUSout_GT] = ACTIONS(962), - [anon_sym_out_PLUSerr_GT] = ACTIONS(962), - [anon_sym_o_PLUSe_GT] = ACTIONS(962), - [anon_sym_e_PLUSo_GT] = ACTIONS(962), - [anon_sym_err_GT_GT] = ACTIONS(964), - [anon_sym_out_GT_GT] = ACTIONS(964), - [anon_sym_e_GT_GT] = ACTIONS(964), - [anon_sym_o_GT_GT] = ACTIONS(964), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(964), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(964), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(964), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(964), - [aux_sym_unquoted_token1] = ACTIONS(962), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(964), + [ts_builtin_sym_end] = ACTIONS(966), + [sym__newline] = ACTIONS(966), + [anon_sym_SEMI] = ACTIONS(966), + [anon_sym_PIPE] = ACTIONS(966), + [anon_sym_err_GT_PIPE] = ACTIONS(966), + [anon_sym_out_GT_PIPE] = ACTIONS(966), + [anon_sym_e_GT_PIPE] = ACTIONS(966), + [anon_sym_o_GT_PIPE] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(966), + [anon_sym_LBRACK] = ACTIONS(966), + [anon_sym_LPAREN] = ACTIONS(966), + [anon_sym_DOLLAR] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(966), + [anon_sym_DASH2] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(966), + [anon_sym_DOT_DOT] = ACTIONS(964), + [anon_sym_QMARK2] = ACTIONS(966), + [anon_sym_DOT_DOT_EQ] = ACTIONS(966), + [anon_sym_DOT_DOT_LT] = ACTIONS(966), + [anon_sym_null] = ACTIONS(966), + [anon_sym_true] = ACTIONS(966), + [anon_sym_false] = ACTIONS(966), + [aux_sym__val_number_decimal_token1] = ACTIONS(964), + [aux_sym__val_number_decimal_token2] = ACTIONS(966), + [aux_sym__val_number_decimal_token3] = ACTIONS(966), + [aux_sym__val_number_decimal_token4] = ACTIONS(966), + [aux_sym__val_number_token1] = ACTIONS(966), + [aux_sym__val_number_token2] = ACTIONS(966), + [aux_sym__val_number_token3] = ACTIONS(966), + [aux_sym__val_number_token4] = ACTIONS(966), + [aux_sym__val_number_token5] = ACTIONS(966), + [aux_sym__val_number_token6] = ACTIONS(966), + [anon_sym_0b] = ACTIONS(964), + [anon_sym_0o] = ACTIONS(964), + [anon_sym_0x] = ACTIONS(964), + [sym_val_date] = ACTIONS(966), + [anon_sym_DQUOTE] = ACTIONS(966), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(966), + [anon_sym_DOT2] = ACTIONS(964), + [anon_sym_err_GT] = ACTIONS(964), + [anon_sym_out_GT] = ACTIONS(964), + [anon_sym_e_GT] = ACTIONS(964), + [anon_sym_o_GT] = ACTIONS(964), + [anon_sym_err_PLUSout_GT] = ACTIONS(964), + [anon_sym_out_PLUSerr_GT] = ACTIONS(964), + [anon_sym_o_PLUSe_GT] = ACTIONS(964), + [anon_sym_e_PLUSo_GT] = ACTIONS(964), + [anon_sym_err_GT_GT] = ACTIONS(966), + [anon_sym_out_GT_GT] = ACTIONS(966), + [anon_sym_e_GT_GT] = ACTIONS(966), + [anon_sym_o_GT_GT] = ACTIONS(966), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(966), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(966), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(966), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(966), + [aux_sym_unquoted_token1] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(966), }, [1703] = { [sym_comment] = STATE(1703), - [sym__newline] = ACTIONS(1020), - [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_err_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_GT_PIPE] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1020), - [anon_sym_RPAREN] = ACTIONS(1020), - [anon_sym_GT2] = ACTIONS(1018), - [anon_sym_DASH2] = ACTIONS(1020), - [anon_sym_in2] = ACTIONS(1020), - [anon_sym_if] = ACTIONS(1020), - [anon_sym_LBRACE] = ACTIONS(1020), - [anon_sym_RBRACE] = ACTIONS(1020), - [anon_sym_EQ_GT] = ACTIONS(1020), - [anon_sym_STAR2] = ACTIONS(1018), - [anon_sym_and2] = ACTIONS(1020), - [anon_sym_xor2] = ACTIONS(1020), - [anon_sym_or2] = ACTIONS(1020), - [anon_sym_not_DASHin2] = ACTIONS(1020), - [anon_sym_starts_DASHwith2] = ACTIONS(1020), - [anon_sym_ends_DASHwith2] = ACTIONS(1020), - [anon_sym_EQ_EQ2] = ACTIONS(1020), - [anon_sym_BANG_EQ2] = ACTIONS(1020), - [anon_sym_LT2] = ACTIONS(1018), - [anon_sym_LT_EQ2] = ACTIONS(1020), - [anon_sym_GT_EQ2] = ACTIONS(1020), - [anon_sym_EQ_TILDE2] = ACTIONS(1020), - [anon_sym_BANG_TILDE2] = ACTIONS(1020), - [anon_sym_STAR_STAR2] = ACTIONS(1020), - [anon_sym_PLUS_PLUS2] = ACTIONS(1020), - [anon_sym_SLASH2] = ACTIONS(1018), - [anon_sym_mod2] = ACTIONS(1020), - [anon_sym_SLASH_SLASH2] = ACTIONS(1020), - [anon_sym_PLUS2] = ACTIONS(1018), - [anon_sym_bit_DASHshl2] = ACTIONS(1020), - [anon_sym_bit_DASHshr2] = ACTIONS(1020), - [anon_sym_bit_DASHand2] = ACTIONS(1020), - [anon_sym_bit_DASHxor2] = ACTIONS(1020), - [anon_sym_bit_DASHor2] = ACTIONS(1020), - [anon_sym_DOT_DOT2] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ2] = ACTIONS(1020), - [anon_sym_DOT_DOT_LT2] = ACTIONS(1020), - [anon_sym_err_GT] = ACTIONS(1018), - [anon_sym_out_GT] = ACTIONS(1018), - [anon_sym_e_GT] = ACTIONS(1018), - [anon_sym_o_GT] = ACTIONS(1018), - [anon_sym_err_PLUSout_GT] = ACTIONS(1018), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1018), - [anon_sym_o_PLUSe_GT] = ACTIONS(1018), - [anon_sym_e_PLUSo_GT] = ACTIONS(1018), - [anon_sym_err_GT_GT] = ACTIONS(1020), - [anon_sym_out_GT_GT] = ACTIONS(1020), - [anon_sym_e_GT_GT] = ACTIONS(1020), - [anon_sym_o_GT_GT] = ACTIONS(1020), - [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1020), - [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1020), - [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1020), - [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1020), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_GT2] = ACTIONS(1681), + [anon_sym_DASH2] = ACTIONS(1693), + [anon_sym_in2] = ACTIONS(1693), + [anon_sym_if] = ACTIONS(1693), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_EQ_GT] = ACTIONS(1693), + [anon_sym_STAR2] = ACTIONS(1681), + [anon_sym_QMARK2] = ACTIONS(1693), + [anon_sym_and2] = ACTIONS(1693), + [anon_sym_xor2] = ACTIONS(1693), + [anon_sym_or2] = ACTIONS(1693), + [anon_sym_not_DASHin2] = ACTIONS(1693), + [anon_sym_starts_DASHwith2] = ACTIONS(1693), + [anon_sym_ends_DASHwith2] = ACTIONS(1693), + [anon_sym_EQ_EQ2] = ACTIONS(1693), + [anon_sym_BANG_EQ2] = ACTIONS(1693), + [anon_sym_LT2] = ACTIONS(1681), + [anon_sym_LT_EQ2] = ACTIONS(1693), + [anon_sym_GT_EQ2] = ACTIONS(1693), + [anon_sym_EQ_TILDE2] = ACTIONS(1693), + [anon_sym_BANG_TILDE2] = ACTIONS(1693), + [anon_sym_STAR_STAR2] = ACTIONS(1693), + [anon_sym_PLUS_PLUS2] = ACTIONS(1693), + [anon_sym_SLASH2] = ACTIONS(1681), + [anon_sym_mod2] = ACTIONS(1693), + [anon_sym_SLASH_SLASH2] = ACTIONS(1693), + [anon_sym_PLUS2] = ACTIONS(1681), + [anon_sym_bit_DASHshl2] = ACTIONS(1693), + [anon_sym_bit_DASHshr2] = ACTIONS(1693), + [anon_sym_bit_DASHand2] = ACTIONS(1693), + [anon_sym_bit_DASHxor2] = ACTIONS(1693), + [anon_sym_bit_DASHor2] = ACTIONS(1693), + [anon_sym_COLON2] = ACTIONS(1693), + [anon_sym_DOT2] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), [anon_sym_POUND] = ACTIONS(251), }, [1704] = { - [sym_cmd_identifier] = STATE(3978), - [sym__command_name] = STATE(6546), - [sym_scope_pattern] = STATE(6381), - [sym_wild_card] = STATE(6549), - [sym_command_list] = STATE(6550), - [sym__val_number_decimal] = STATE(3616), - [sym_val_string] = STATE(3962), - [sym__raw_str] = STATE(3917), - [sym__str_double_quotes] = STATE(3917), [sym_comment] = STATE(1704), - [aux_sym_cmd_identifier_token1] = ACTIONS(4924), - [aux_sym_cmd_identifier_token2] = ACTIONS(4926), - [aux_sym_cmd_identifier_token3] = ACTIONS(4926), - [aux_sym_cmd_identifier_token4] = ACTIONS(4926), - [aux_sym_cmd_identifier_token5] = ACTIONS(4926), - [aux_sym_cmd_identifier_token6] = ACTIONS(4926), - [aux_sym_cmd_identifier_token7] = ACTIONS(4926), - [aux_sym_cmd_identifier_token8] = ACTIONS(4926), - [aux_sym_cmd_identifier_token9] = ACTIONS(4924), - [aux_sym_cmd_identifier_token10] = ACTIONS(4926), - [aux_sym_cmd_identifier_token11] = ACTIONS(4926), - [aux_sym_cmd_identifier_token12] = ACTIONS(4926), - [aux_sym_cmd_identifier_token13] = ACTIONS(4924), - [aux_sym_cmd_identifier_token14] = ACTIONS(4926), - [aux_sym_cmd_identifier_token15] = ACTIONS(4924), - [aux_sym_cmd_identifier_token16] = ACTIONS(4926), - [aux_sym_cmd_identifier_token17] = ACTIONS(4926), - [aux_sym_cmd_identifier_token18] = ACTIONS(4926), - [aux_sym_cmd_identifier_token19] = ACTIONS(4926), - [aux_sym_cmd_identifier_token20] = ACTIONS(4926), - [aux_sym_cmd_identifier_token21] = ACTIONS(4926), - [aux_sym_cmd_identifier_token22] = ACTIONS(4926), - [aux_sym_cmd_identifier_token23] = ACTIONS(4926), - [aux_sym_cmd_identifier_token24] = ACTIONS(4926), - [aux_sym_cmd_identifier_token25] = ACTIONS(4926), - [aux_sym_cmd_identifier_token26] = ACTIONS(4926), - [aux_sym_cmd_identifier_token27] = ACTIONS(4926), - [aux_sym_cmd_identifier_token28] = ACTIONS(4926), - [aux_sym_cmd_identifier_token29] = ACTIONS(4926), - [aux_sym_cmd_identifier_token30] = ACTIONS(4926), - [aux_sym_cmd_identifier_token31] = ACTIONS(4926), - [aux_sym_cmd_identifier_token32] = ACTIONS(4926), - [aux_sym_cmd_identifier_token33] = ACTIONS(4926), - [aux_sym_cmd_identifier_token34] = ACTIONS(4924), - [aux_sym_cmd_identifier_token35] = ACTIONS(4926), - [aux_sym_cmd_identifier_token36] = ACTIONS(4926), - [aux_sym_cmd_identifier_token37] = ACTIONS(4926), - [aux_sym_cmd_identifier_token38] = ACTIONS(4924), - [aux_sym_cmd_identifier_token39] = ACTIONS(4926), - [aux_sym_cmd_identifier_token40] = ACTIONS(4926), - [sym__newline] = ACTIONS(4993), - [anon_sym_SEMI] = ACTIONS(4993), - [anon_sym_LBRACK] = ACTIONS(4930), - [anon_sym_RPAREN] = ACTIONS(4993), - [anon_sym_RBRACE] = ACTIONS(4993), - [anon_sym_STAR2] = ACTIONS(4932), - [aux_sym__val_number_decimal_token1] = ACTIONS(4934), - [aux_sym__val_number_decimal_token2] = ACTIONS(4934), - [aux_sym__val_number_decimal_token3] = ACTIONS(4936), - [aux_sym__val_number_decimal_token4] = ACTIONS(4938), - [anon_sym_DQUOTE] = ACTIONS(1295), - [sym__str_single_quotes] = ACTIONS(1297), - [sym__str_back_ticks] = ACTIONS(1297), - [anon_sym_POUND] = ACTIONS(251), - [sym_raw_string_begin] = ACTIONS(1299), + [sym__newline] = ACTIONS(1693), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_err_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_GT_PIPE] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_PIPE] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_PIPE] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_PIPE] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_PIPE] = ACTIONS(1693), + [anon_sym_LBRACK] = ACTIONS(1693), + [anon_sym_LPAREN] = ACTIONS(1693), + [anon_sym_RPAREN] = ACTIONS(1693), + [anon_sym_DOLLAR] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1693), + [anon_sym_DASH2] = ACTIONS(1681), + [anon_sym_LBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_DOT_DOT] = ACTIONS(1681), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1693), + [anon_sym_DOT_DOT_LT] = ACTIONS(1693), + [anon_sym_null] = ACTIONS(1693), + [anon_sym_true] = ACTIONS(1693), + [anon_sym_false] = ACTIONS(1693), + [aux_sym__val_number_decimal_token1] = ACTIONS(1681), + [aux_sym__val_number_decimal_token2] = ACTIONS(1693), + [aux_sym__val_number_decimal_token3] = ACTIONS(1693), + [aux_sym__val_number_decimal_token4] = ACTIONS(1693), + [aux_sym__val_number_token1] = ACTIONS(1693), + [aux_sym__val_number_token2] = ACTIONS(1693), + [aux_sym__val_number_token3] = ACTIONS(1693), + [aux_sym__val_number_token4] = ACTIONS(1693), + [aux_sym__val_number_token5] = ACTIONS(1693), + [aux_sym__val_number_token6] = ACTIONS(1693), + [anon_sym_0b] = ACTIONS(1681), + [anon_sym_0o] = ACTIONS(1681), + [anon_sym_0x] = ACTIONS(1681), + [sym_val_date] = ACTIONS(1693), + [anon_sym_DQUOTE] = ACTIONS(1693), + [sym__str_single_quotes] = ACTIONS(1693), + [sym__str_back_ticks] = ACTIONS(1693), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1693), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1693), + [anon_sym_err_GT] = ACTIONS(1681), + [anon_sym_out_GT] = ACTIONS(1681), + [anon_sym_e_GT] = ACTIONS(1681), + [anon_sym_o_GT] = ACTIONS(1681), + [anon_sym_err_PLUSout_GT] = ACTIONS(1681), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1681), + [anon_sym_o_PLUSe_GT] = ACTIONS(1681), + [anon_sym_e_PLUSo_GT] = ACTIONS(1681), + [anon_sym_err_GT_GT] = ACTIONS(1693), + [anon_sym_out_GT_GT] = ACTIONS(1693), + [anon_sym_e_GT_GT] = ACTIONS(1693), + [anon_sym_o_GT_GT] = ACTIONS(1693), + [anon_sym_err_PLUSout_GT_GT] = ACTIONS(1693), + [anon_sym_out_PLUSerr_GT_GT] = ACTIONS(1693), + [anon_sym_o_PLUSe_GT_GT] = ACTIONS(1693), + [anon_sym_e_PLUSo_GT_GT] = ACTIONS(1693), + [aux_sym_unquoted_token1] = ACTIONS(1681), + [aux_sym_unquoted_token2] = ACTIONS(4413), + [anon_sym_POUND] = ACTIONS(251), + [sym_raw_string_begin] = ACTIONS(1693), }, }; @@ -234589,283 +234634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(1705), 1, sym_comment, - ACTIONS(2150), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2156), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [73] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1706), 1, - sym_comment, - ACTIONS(4997), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(4995), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [146] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1707), 1, - sym_comment, - ACTIONS(5001), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(4999), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [219] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1708), 1, - sym_comment, - ACTIONS(2441), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2443), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [292] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1709), 1, - sym_comment, - ACTIONS(1977), 16, + ACTIONS(4932), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -234882,7 +234651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1979), 46, + ACTIONS(4930), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -234929,88 +234698,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [365] = 4, + [73] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1710), 1, - sym_comment, - ACTIONS(2453), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2455), 46, - sym_raw_string_begin, + ACTIONS(4995), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [438] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1711), 1, + STATE(1706), 2, sym_comment, - ACTIONS(962), 15, + aux_sym_shebang_repeat1, + ACTIONS(1274), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -235019,9 +234720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(964), 47, - ts_builtin_sym_end, - sym__newline, + ACTIONS(1276), 47, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -235032,10 +234731,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_else, anon_sym_LBRACE, - anon_sym_QMARK2, + anon_sym_catch, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -235057,8 +234760,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -235067,12 +234768,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [511] = 4, + [148] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1712), 1, + ACTIONS(4998), 1, + anon_sym_EQ2, + STATE(1707), 1, sym_comment, - ACTIONS(2421), 16, + ACTIONS(4918), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235089,8 +234792,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2423), 46, + ACTIONS(4916), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -235104,10 +234808,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -235136,12 +234838,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [584] = 4, + [223] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1713), 1, + STATE(1708), 1, sym_comment, - ACTIONS(1653), 16, + ACTIONS(5002), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235158,7 +234860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1665), 46, + ACTIONS(5000), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -235205,58 +234907,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [657] = 21, + [296] = 21, ACTIONS(109), 1, anon_sym_DQUOTE, ACTIONS(123), 1, sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5007), 1, + ACTIONS(5008), 1, anon_sym_LBRACK, - ACTIONS(5009), 1, + ACTIONS(5010), 1, anon_sym_STAR2, - STATE(1714), 1, + STATE(1709), 1, sym_comment, - STATE(3586), 1, + STATE(3557), 1, sym__val_number_decimal, - STATE(6232), 1, + STATE(6534), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(6541), 1, sym_val_string, - STATE(7135), 1, + STATE(7185), 1, sym__command_name, - STATE(7143), 1, + STATE(7188), 1, sym_scope_pattern, - STATE(7145), 1, + STATE(7189), 1, sym_wild_card, - STATE(7154), 1, + STATE(7190), 1, sym_command_list, ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4971), 3, + ACTIONS(4973), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - ACTIONS(5003), 6, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -235291,15 +234993,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [764] = 5, + [403] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5011), 1, - anon_sym_LBRACK2, - STATE(1715), 1, + STATE(1710), 1, sym_comment, - ACTIONS(2315), 17, - anon_sym_LBRACK, + ACTIONS(4932), 17, + anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235316,7 +235016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2319), 44, + ACTIONS(4930), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -235330,9 +235030,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -235361,12 +235062,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [839] = 4, + [476] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1716), 1, + STATE(1711), 1, sym_comment, - ACTIONS(1004), 16, + ACTIONS(5014), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235383,7 +235084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1000), 46, + ACTIONS(5012), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -235430,12 +235131,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [912] = 4, + [549] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1717), 1, + STATE(1712), 1, sym_comment, - ACTIONS(2457), 16, + ACTIONS(4989), 17, + anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235452,8 +235154,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2459), 46, + ACTIONS(4987), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -235466,11 +235169,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -235499,233 +235200,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [985] = 4, + [622] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(1718), 1, - sym_comment, - ACTIONS(2334), 16, + ACTIONS(1807), 1, anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2336), 46, + ACTIONS(1859), 1, sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, + ACTIONS(4203), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(4207), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(4209), 1, anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [1058] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1719), 1, - sym_comment, - ACTIONS(2374), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2376), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(5016), 1, + anon_sym_LPAREN, + STATE(1713), 1, + sym_comment, + STATE(3644), 1, + sym__val_number_decimal, + STATE(4525), 1, + sym__inter_single_quotes, + STATE(4526), 1, + sym__inter_double_quotes, + ACTIONS(4205), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [1131] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1720), 1, - sym_comment, - ACTIONS(2449), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2451), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [1204] = 8, + STATE(3922), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(4408), 5, + sym_cmd_identifier, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(363), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(365), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [725] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(5013), 1, - anon_sym_DOT_DOT2, - STATE(1721), 1, + STATE(1714), 1, sym_comment, - ACTIONS(5015), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 13, + ACTIONS(972), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -235734,7 +235305,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 44, + ACTIONS(974), 47, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -235746,10 +235318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -235771,6 +235343,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -235779,81 +235353,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1285] = 4, + [798] = 21, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - STATE(1722), 1, - sym_comment, - ACTIONS(958), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(960), 46, - sym_raw_string_begin, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(5008), 1, + anon_sym_LBRACK, + ACTIONS(5010), 1, + anon_sym_STAR2, + STATE(1715), 1, + sym_comment, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(7035), 1, + sym_scope_pattern, + STATE(7185), 1, + sym__command_name, + STATE(7189), 1, + sym_wild_card, + STATE(7190), 1, + sym_command_list, + ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [1358] = 4, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4954), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + ACTIONS(5004), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5006), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [905] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1723), 1, + STATE(1716), 1, sym_comment, - ACTIONS(2378), 16, + ACTIONS(5020), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235870,7 +235461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2380), 46, + ACTIONS(5018), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -235917,12 +235508,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1431] = 4, + [978] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1724), 1, + STATE(1717), 1, sym_comment, - ACTIONS(1989), 16, + ACTIONS(5024), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235939,7 +235530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1991), 46, + ACTIONS(5022), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -235986,12 +235577,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1504] = 4, + [1051] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1725), 1, + STATE(1718), 1, sym_comment, - ACTIONS(988), 17, + ACTIONS(2345), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -235999,7 +235590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -236009,9 +235599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(990), 45, + ACTIONS(2347), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -236025,8 +235614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -236055,12 +235646,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1577] = 4, + [1124] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1726), 1, + STATE(1719), 1, sym_comment, - ACTIONS(5020), 16, + ACTIONS(2353), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236077,7 +235668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5017), 46, + ACTIONS(2355), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236124,20 +235715,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1650] = 5, + [1197] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5023), 1, - aux_sym__immediate_decimal_token2, - STATE(1727), 1, + STATE(1720), 1, sym_comment, - ACTIONS(1771), 15, + ACTIONS(964), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -236146,8 +235736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1773), 46, + ACTIONS(966), 47, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -236162,6 +235751,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -236174,7 +235765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -236194,16 +235784,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1725] = 5, - ACTIONS(3), 1, + [1270] = 19, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(1728), 1, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(2083), 1, + sym_raw_string_begin, + ACTIONS(4042), 1, + anon_sym_DQUOTE, + ACTIONS(4046), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4048), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5026), 1, + anon_sym_LPAREN, + STATE(1721), 1, sym_comment, - ACTIONS(2253), 21, + STATE(3637), 1, + sym__val_number_decimal, + STATE(4562), 1, + sym__inter_single_quotes, + STATE(4658), 1, + sym__inter_double_quotes, + ACTIONS(4044), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3997), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(4518), 5, + sym_cmd_identifier, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(19), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(21), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [1373] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1722), 1, + sym_comment, + ACTIONS(5030), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(5028), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -236217,23 +235905,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2249), 40, - anon_sym_DOLLAR, + anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_DOT_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -236243,18 +235923,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -236263,13 +235937,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [1800] = 4, + [1446] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1729), 1, + STATE(1723), 1, sym_comment, - ACTIONS(2342), 16, + ACTIONS(5034), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236286,7 +235959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2344), 46, + ACTIONS(5032), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236333,12 +236006,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1873] = 4, + [1519] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1730), 1, + STATE(1724), 1, sym_comment, - ACTIONS(1997), 16, + ACTIONS(2369), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236355,7 +236028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1999), 46, + ACTIONS(2371), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236402,15 +236075,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [1946] = 5, - ACTIONS(3), 1, + [1592] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(1731), 1, + ACTIONS(5036), 1, + aux_sym__immediate_decimal_token2, + STATE(1725), 1, sym_comment, - ACTIONS(2259), 21, - sym_raw_string_begin, + ACTIONS(1765), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1767), 46, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -236423,38 +236111,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2257), 40, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, anon_sym_DASH2, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [1667] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(5038), 1, + anon_sym_DOT_DOT2, + STATE(1726), 1, + sym_comment, + ACTIONS(5040), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -236463,6 +236173,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(1794), 44, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -236471,13 +236218,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [2021] = 4, + [1748] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1732), 1, + STATE(1727), 1, sym_comment, - ACTIONS(2001), 16, + ACTIONS(5044), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236494,7 +236240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2003), 46, + ACTIONS(5042), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236541,14 +236287,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2094] = 5, + [1821] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4657), 1, - aux_sym_unquoted_token2, - STATE(1733), 1, + STATE(1728), 1, sym_comment, - ACTIONS(1653), 16, + ACTIONS(5048), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236565,9 +236309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1665), 45, + ACTIONS(5046), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -236581,8 +236324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -236611,12 +236356,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2169] = 4, + [1894] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1734), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(5050), 1, + anon_sym_DOT_DOT2, + STATE(1729), 1, sym_comment, - ACTIONS(5027), 16, + ACTIONS(5052), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1873), 44, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [1975] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1730), 1, + sym_comment, + ACTIONS(5056), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236633,7 +236451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5025), 46, + ACTIONS(5054), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236680,12 +236498,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2242] = 4, + [2048] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1735), 1, + STATE(1731), 1, sym_comment, - ACTIONS(5031), 16, + ACTIONS(5060), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236702,7 +236520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5029), 46, + ACTIONS(5058), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236749,86 +236567,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2315] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(5033), 1, - anon_sym_DOT_DOT2, - STATE(1736), 1, - sym_comment, - ACTIONS(5035), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(1802), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [2396] = 4, + [2121] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1737), 1, + STATE(1732), 1, sym_comment, - ACTIONS(4985), 17, - anon_sym_LPAREN, + ACTIONS(2170), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236845,9 +236589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4983), 45, + ACTIONS(2176), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -236860,9 +236603,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_LPAREN2, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -236891,12 +236636,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2469] = 4, + [2194] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1738), 1, + STATE(1733), 1, sym_comment, - ACTIONS(5039), 16, + ACTIONS(2341), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236913,7 +236658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5037), 46, + ACTIONS(2343), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -236960,12 +236705,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2542] = 4, + [2267] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1739), 1, + STATE(1734), 1, sym_comment, - ACTIONS(5043), 16, + ACTIONS(2144), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -236982,7 +236727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5041), 46, + ACTIONS(2150), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237029,12 +236774,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2615] = 4, + [2340] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1740), 1, + STATE(1735), 1, sym_comment, - ACTIONS(2366), 16, + ACTIONS(2152), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237051,7 +236796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2368), 46, + ACTIONS(2158), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237098,12 +236843,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2688] = 4, + [2413] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1741), 1, + STATE(1736), 1, sym_comment, - ACTIONS(2362), 16, + ACTIONS(2160), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237120,7 +236865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2364), 46, + ACTIONS(2166), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237167,12 +236912,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2761] = 4, + [2486] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1742), 1, + STATE(1737), 1, sym_comment, - ACTIONS(2382), 16, + ACTIONS(2357), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237189,7 +236934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2384), 46, + ACTIONS(2359), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237236,20 +236981,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2834] = 5, + [2559] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4975), 1, - aux_sym__immediate_decimal_token2, - STATE(1743), 1, + STATE(1738), 1, sym_comment, - ACTIONS(1735), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, + ACTIONS(2361), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -237258,9 +237002,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 46, - ts_builtin_sym_end, + aux_sym_unquoted_token1, + ACTIONS(2363), 46, + sym_raw_string_begin, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -237272,32 +237016,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -237306,98 +237050,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [2909] = 21, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + [2632] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + STATE(1739), 1, + sym_comment, + ACTIONS(2365), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2367), 46, + sym_raw_string_begin, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5007), 1, - anon_sym_LBRACK, - ACTIONS(5009), 1, - anon_sym_STAR2, - STATE(1744), 1, - sym_comment, - STATE(3586), 1, - sym__val_number_decimal, - STATE(6232), 1, - sym_cmd_identifier, - STATE(6234), 1, - sym_val_string, - STATE(6664), 1, - sym_scope_pattern, - STATE(7135), 1, - sym__command_name, - STATE(7145), 1, - sym_wild_card, - STATE(7154), 1, - sym_command_list, - ACTIONS(111), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [2705] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1740), 1, + sym_comment, + ACTIONS(2373), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4993), 3, - ts_builtin_sym_end, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2375), 46, + sym_raw_string_begin, sym__newline, anon_sym_SEMI, - ACTIONS(5003), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [3016] = 4, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [2778] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1745), 1, + STATE(1741), 1, sym_comment, - ACTIONS(2013), 16, + ACTIONS(2377), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237414,7 +237210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2015), 46, + ACTIONS(2379), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237461,12 +237257,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3089] = 4, + [2851] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1746), 1, + STATE(1742), 1, sym_comment, - ACTIONS(2386), 16, + ACTIONS(2381), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237483,7 +237279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2388), 46, + ACTIONS(2383), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237530,12 +237326,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3162] = 4, + [2924] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1747), 1, + STATE(1743), 1, sym_comment, - ACTIONS(2390), 16, + ACTIONS(2385), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237552,7 +237348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2392), 46, + ACTIONS(2387), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237599,12 +237395,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3235] = 4, + [2997] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1748), 1, + STATE(1744), 1, sym_comment, - ACTIONS(2017), 16, + ACTIONS(2389), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237621,7 +237417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2019), 46, + ACTIONS(2391), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237668,12 +237464,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3308] = 4, + [3070] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1749), 1, + STATE(1745), 1, sym_comment, - ACTIONS(976), 16, + ACTIONS(2393), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237690,7 +237486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(978), 46, + ACTIONS(2395), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -237737,100 +237533,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3381] = 19, + [3143] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(1897), 1, - sym_raw_string_begin, - ACTIONS(4233), 1, - anon_sym_DQUOTE, - ACTIONS(4237), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5045), 1, - anon_sym_LPAREN, - STATE(1750), 1, + STATE(1746), 1, sym_comment, - STATE(3604), 1, - sym__val_number_decimal, - STATE(4426), 1, - sym__inter_single_quotes, - STATE(4441), 1, - sym__inter_double_quotes, - ACTIONS(4235), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(2397), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3915), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(4474), 5, - sym_cmd_identifier, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(363), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(365), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [3484] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(1751), 1, - sym_comment, - ACTIONS(2245), 21, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2399), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -237844,23 +237570,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2241), 40, - anon_sym_DOLLAR, + anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_DOT_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -237870,10 +237588,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [3216] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1747), 1, + sym_comment, + ACTIONS(988), 17, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -237882,6 +237624,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(990), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -237890,13 +237671,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [3559] = 4, + [3289] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1752), 1, + STATE(1748), 1, sym_comment, - ACTIONS(2025), 16, + ACTIONS(984), 17, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237904,6 +237684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -237913,8 +237694,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2027), 46, + ACTIONS(986), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -237928,10 +237710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -237960,12 +237740,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3632] = 4, + [3362] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1753), 1, + STATE(1749), 1, sym_comment, - ACTIONS(2370), 16, + ACTIONS(980), 17, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -237973,6 +237753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -237982,8 +237763,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2372), 46, + ACTIONS(982), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -237997,10 +237779,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -238029,19 +237809,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3705] = 4, + [3435] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1754), 1, + STATE(1750), 1, sym_comment, - ACTIONS(972), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, + ACTIONS(1681), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -238050,8 +237830,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(974), 47, - ts_builtin_sym_end, + aux_sym_unquoted_token1, + ACTIONS(1693), 46, + sym_raw_string_begin, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -238063,33 +237844,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -238098,12 +237878,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3778] = 4, + [3508] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1755), 1, + STATE(1751), 1, sym_comment, - ACTIONS(2394), 16, + ACTIONS(1004), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238120,7 +237900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2396), 46, + ACTIONS(1000), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238167,12 +237947,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3851] = 4, + [3581] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1756), 1, + STATE(1752), 1, sym_comment, - ACTIONS(2398), 16, + ACTIONS(2407), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238189,7 +237969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2400), 46, + ACTIONS(2409), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238236,98 +238016,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [3924] = 21, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + [3654] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5007), 1, - anon_sym_LBRACK, - ACTIONS(5009), 1, - anon_sym_STAR2, - STATE(1757), 1, - sym_comment, - STATE(3586), 1, - sym__val_number_decimal, - STATE(6232), 1, - sym_cmd_identifier, - STATE(6234), 1, - sym_val_string, - STATE(6961), 1, - sym_scope_pattern, - STATE(7135), 1, - sym__command_name, - STATE(7145), 1, - sym_wild_card, - STATE(7154), 1, - sym_command_list, - ACTIONS(111), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4928), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - ACTIONS(5003), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [4031] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1758), 1, + STATE(1753), 1, sym_comment, - ACTIONS(2029), 16, + ACTIONS(2415), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238344,7 +238038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2031), 46, + ACTIONS(2417), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238391,97 +238085,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4104] = 19, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2063), 1, - anon_sym_DOLLAR, - ACTIONS(2113), 1, - sym_raw_string_begin, - ACTIONS(4197), 1, - anon_sym_DQUOTE, - ACTIONS(4201), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4203), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5047), 1, - anon_sym_LPAREN, - STATE(1759), 1, - sym_comment, - STATE(3589), 1, - sym__val_number_decimal, - STATE(4590), 1, - sym__inter_single_quotes, - STATE(4591), 1, - sym__inter_double_quotes, - ACTIONS(4199), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3998), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(4484), 5, - sym_cmd_identifier, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(19), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(21), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [4207] = 4, + [3727] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1760), 1, + STATE(1754), 1, sym_comment, - ACTIONS(4942), 17, - anon_sym_LPAREN, + ACTIONS(1933), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238498,9 +238107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4940), 45, + ACTIONS(1935), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -238513,9 +238121,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_LPAREN2, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -238544,12 +238154,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4280] = 4, + [3800] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1761), 1, + STATE(1755), 1, sym_comment, - ACTIONS(2402), 16, + ACTIONS(2337), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238566,7 +238176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2404), 46, + ACTIONS(2339), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238613,12 +238223,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4353] = 4, + [3873] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1762), 1, + STATE(1756), 1, sym_comment, - ACTIONS(2406), 16, + ACTIONS(2427), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238635,7 +238245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2408), 46, + ACTIONS(2429), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238682,12 +238292,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4426] = 4, + [3946] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1763), 1, + STATE(1757), 1, sym_comment, - ACTIONS(2437), 16, + ACTIONS(2349), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238704,7 +238314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2439), 46, + ACTIONS(2351), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238751,14 +238361,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4499] = 4, - ACTIONS(3), 1, + [4019] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(1764), 1, + STATE(1758), 1, sym_comment, - ACTIONS(2263), 21, + ACTIONS(2439), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2441), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -238772,23 +238398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2261), 41, - anon_sym_DOLLAR, + anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_DOT_DOT, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -238798,10 +238416,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [4092] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1759), 1, + sym_comment, + ACTIONS(2443), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -238810,6 +238451,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2445), 46, + sym_raw_string_begin, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -238818,14 +238499,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - aux_sym_unquoted_token4, - [4572] = 4, + [4165] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1765), 1, + STATE(1760), 1, sym_comment, - ACTIONS(2174), 16, + ACTIONS(1957), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238842,7 +238521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2176), 46, + ACTIONS(1959), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -238889,14 +238568,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4645] = 5, + [4238] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5049), 1, - anon_sym_EQ2, - STATE(1766), 1, + STATE(1761), 1, sym_comment, - ACTIONS(4967), 16, + ACTIONS(2447), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238913,9 +238590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4965), 45, + ACTIONS(2449), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -238929,8 +238605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -238959,12 +238637,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4720] = 4, + [4311] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1767), 1, + STATE(1762), 1, sym_comment, - ACTIONS(1735), 16, + ACTIONS(2451), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -238981,7 +238659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1737), 46, + ACTIONS(2453), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239028,12 +238706,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4793] = 4, + [4384] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1768), 1, + STATE(1763), 1, sym_comment, - ACTIONS(4753), 16, + ACTIONS(1973), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239050,7 +238728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4751), 46, + ACTIONS(1975), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239097,82 +238775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [4866] = 5, + [4457] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5051), 1, - anon_sym_QMARK2, - STATE(1769), 1, - sym_comment, - ACTIONS(952), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(954), 46, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [4941] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1770), 1, + STATE(1764), 1, sym_comment, - ACTIONS(4830), 16, + ACTIONS(1981), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239189,7 +238797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4828), 46, + ACTIONS(1983), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239236,98 +238844,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5014] = 19, + [4530] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(1897), 1, - sym_raw_string_begin, - ACTIONS(4233), 1, - anon_sym_DQUOTE, - ACTIONS(4237), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(4239), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5045), 1, - anon_sym_LPAREN, - STATE(1771), 1, + ACTIONS(5062), 1, + anon_sym_LBRACK2, + STATE(1765), 1, sym_comment, - STATE(3604), 1, - sym__val_number_decimal, - STATE(4426), 1, - sym__inter_single_quotes, - STATE(4441), 1, - sym__inter_double_quotes, - ACTIONS(4235), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(2318), 17, + anon_sym_LBRACK, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3915), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(4322), 5, - sym_cmd_identifier, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(363), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(365), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [5117] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(1772), 1, - sym_comment, - ACTIONS(1000), 21, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2322), 44, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -239341,25 +238883,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1004), 40, - anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_DOT_DOT, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -239369,18 +238900,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -239389,13 +238914,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [5192] = 4, + [4605] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1773), 1, + STATE(1766), 1, sym_comment, - ACTIONS(2433), 16, + ACTIONS(2505), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239412,7 +238936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2435), 46, + ACTIONS(2507), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239459,82 +238983,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5265] = 5, + [4678] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5053), 1, - anon_sym_QMARK2, - STATE(1774), 1, - sym_comment, - ACTIONS(966), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(968), 46, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [5340] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1775), 1, + STATE(1767), 1, sym_comment, - ACTIONS(2170), 16, + ACTIONS(1997), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239551,7 +239005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2172), 46, + ACTIONS(1999), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239598,12 +239052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5413] = 4, + [4751] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1776), 1, + STATE(1768), 1, sym_comment, - ACTIONS(962), 16, + ACTIONS(2459), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239620,7 +239074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(964), 46, + ACTIONS(2461), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239667,12 +239121,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5486] = 4, + [4824] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1777), 1, + STATE(1769), 1, sym_comment, - ACTIONS(1727), 16, + ACTIONS(2463), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239689,7 +239143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1729), 46, + ACTIONS(2465), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239736,19 +239190,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5559] = 4, + [4897] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1778), 1, + STATE(1770), 1, sym_comment, - ACTIONS(976), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, + ACTIONS(2001), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -239757,8 +239211,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(978), 47, - ts_builtin_sym_end, + aux_sym_unquoted_token1, + ACTIONS(2003), 46, + sym_raw_string_begin, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -239770,33 +239225,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -239805,12 +239259,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5632] = 4, + [4970] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1779), 1, + STATE(1771), 1, sym_comment, - ACTIONS(1957), 16, + ACTIONS(2009), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239827,7 +239281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1959), 46, + ACTIONS(2011), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239874,12 +239328,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5705] = 4, + [5043] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1780), 1, + STATE(1772), 1, sym_comment, - ACTIONS(2461), 16, + ACTIONS(2467), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239896,7 +239350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2463), 46, + ACTIONS(2469), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -239943,12 +239397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5778] = 4, + [5116] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1781), 1, + STATE(1773), 1, sym_comment, - ACTIONS(1018), 16, + ACTIONS(2471), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -239965,7 +239419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1020), 46, + ACTIONS(2473), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240012,20 +239466,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5851] = 5, + [5189] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, - sym__newline, - STATE(1782), 2, + STATE(1774), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2089), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -240034,7 +239487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1264), 47, + aux_sym_unquoted_token1, + ACTIONS(2091), 46, + sym_raw_string_begin, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -240045,35 +239501,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_COLON, anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [5262] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1775), 1, + sym_comment, + ACTIONS(2475), 16, + anon_sym_DOLLAR, anon_sym_DASH2, - anon_sym_in2, - anon_sym_else, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2477), 46, + sym_raw_string_begin, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_catch, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -240082,14 +239604,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [5926] = 5, + [5335] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5058), 1, - anon_sym_EQ2, - STATE(1783), 1, + STATE(1776), 1, sym_comment, - ACTIONS(4989), 16, + ACTIONS(2479), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240106,9 +239626,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4987), 45, + ACTIONS(2481), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -240122,8 +239641,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -240152,12 +239673,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6001] = 4, + [5408] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1784), 1, + STATE(1777), 1, sym_comment, - ACTIONS(984), 17, + ACTIONS(1937), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240165,7 +239686,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -240175,9 +239695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(986), 45, + ACTIONS(1939), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -240191,8 +239710,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -240221,12 +239742,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6074] = 4, + [5481] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1785), 1, + STATE(1778), 1, sym_comment, - ACTIONS(5062), 16, + ACTIONS(2403), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240243,7 +239764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5060), 46, + ACTIONS(2405), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240290,12 +239811,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6147] = 4, + [5554] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1786), 1, + STATE(1779), 1, sym_comment, - ACTIONS(5066), 16, + ACTIONS(2411), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240312,7 +239833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5064), 46, + ACTIONS(2413), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240359,14 +239880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6220] = 5, + [5627] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5068), 1, - aux_sym__immediate_decimal_token2, - STATE(1787), 1, + STATE(1780), 1, sym_comment, - ACTIONS(1771), 16, + ACTIONS(2411), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240383,9 +239902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1773), 45, + ACTIONS(2413), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -240399,8 +239917,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -240429,12 +239949,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6295] = 4, + [5700] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1788), 1, + STATE(1781), 1, sym_comment, - ACTIONS(1945), 16, + ACTIONS(2419), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240451,7 +239971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1947), 46, + ACTIONS(2421), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240498,12 +240018,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6368] = 4, + [5773] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1789), 1, + STATE(1782), 1, sym_comment, - ACTIONS(2485), 16, + ACTIONS(2423), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240520,7 +240040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2487), 46, + ACTIONS(2425), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240567,12 +240087,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6441] = 4, + [5846] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1790), 1, + STATE(1783), 1, sym_comment, - ACTIONS(2413), 16, + ACTIONS(4989), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240589,7 +240109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2415), 46, + ACTIONS(4987), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240636,12 +240156,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6514] = 4, + [5919] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1791), 1, + STATE(1784), 1, sym_comment, - ACTIONS(1771), 16, + ACTIONS(2431), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240658,7 +240178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1773), 46, + ACTIONS(2433), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240705,12 +240225,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6587] = 4, + [5992] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1792), 1, + STATE(1785), 1, sym_comment, - ACTIONS(980), 17, + ACTIONS(2435), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240718,7 +240238,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -240728,9 +240247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(982), 45, + ACTIONS(2437), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -240744,8 +240262,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -240774,12 +240294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6660] = 4, + [6065] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1793), 1, + STATE(1786), 1, sym_comment, - ACTIONS(1786), 16, + ACTIONS(964), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240796,7 +240316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1788), 46, + ACTIONS(966), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240843,12 +240363,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6733] = 4, + [6138] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1794), 1, + STATE(1787), 1, sym_comment, - ACTIONS(2115), 16, + ACTIONS(968), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240865,7 +240385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2121), 46, + ACTIONS(970), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240912,12 +240432,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6806] = 4, + [6211] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1795), 1, + STATE(1788), 1, sym_comment, - ACTIONS(2338), 16, + ACTIONS(972), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -240934,7 +240454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2340), 46, + ACTIONS(974), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -240981,12 +240501,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6879] = 4, + [6284] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1796), 1, + STATE(1789), 1, sym_comment, - ACTIONS(2338), 16, + ACTIONS(2116), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241003,7 +240523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2340), 46, + ACTIONS(2118), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241050,12 +240570,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [6952] = 4, + [6357] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1797), 1, + STATE(1790), 1, sym_comment, - ACTIONS(4985), 16, + ACTIONS(976), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241072,7 +240592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4983), 46, + ACTIONS(978), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241119,12 +240639,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7025] = 4, + [6430] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1798), 1, + STATE(1791), 1, sym_comment, - ACTIONS(5072), 16, + ACTIONS(2120), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241141,7 +240661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5070), 46, + ACTIONS(2122), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241188,12 +240708,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7098] = 4, + [6503] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1799), 1, + STATE(1792), 1, sym_comment, - ACTIONS(2445), 16, + ACTIONS(1018), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241210,7 +240730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2447), 46, + ACTIONS(1020), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241257,19 +240777,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7171] = 4, - ACTIONS(251), 1, + [6576] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1800), 1, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(1793), 1, sym_comment, - ACTIONS(2346), 16, + ACTIONS(1000), 21, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1004), 40, anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH2, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -241278,9 +240838,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym_unquoted_token1, - ACTIONS(2348), 46, + [6651] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(1794), 1, + sym_comment, + ACTIONS(2233), 21, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -241294,15 +240870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2229), 40, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -241312,12 +240896,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -241326,12 +240916,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7244] = 4, + aux_sym_unquoted_token1, + [6726] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1801), 1, + ACTIONS(4928), 1, + aux_sym__immediate_decimal_token2, + STATE(1795), 1, sym_comment, - ACTIONS(2350), 16, + ACTIONS(1725), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241348,8 +240941,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2352), 46, + ACTIONS(1727), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -241363,10 +240957,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -241395,19 +240987,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7317] = 4, - ACTIONS(251), 1, + [6801] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1802), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(1796), 1, sym_comment, - ACTIONS(4942), 16, + ACTIONS(2241), 21, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2237), 40, anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH2, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -241416,9 +241048,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym_unquoted_token1, - ACTIONS(4940), 46, + [6876] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(1797), 1, + sym_comment, + ACTIONS(2247), 21, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -241432,15 +241080,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2245), 40, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -241450,12 +241106,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -241464,12 +241126,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7390] = 4, + aux_sym_unquoted_token1, + [6951] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1803), 1, + ACTIONS(5064), 1, + aux_sym__immediate_decimal_token2, + STATE(1798), 1, sym_comment, - ACTIONS(5076), 16, + ACTIONS(1765), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241486,8 +241151,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5074), 46, + ACTIONS(1767), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -241501,10 +241167,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -241533,30 +241197,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7463] = 4, - ACTIONS(251), 1, + [7026] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1804), 1, + STATE(1799), 1, sym_comment, - ACTIONS(5080), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(5078), 46, + ACTIONS(2267), 21, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -241570,15 +241218,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2265), 41, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -241588,12 +241244,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -241602,12 +241264,254 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7536] = 4, + aux_sym_unquoted_token1, + aux_sym_unquoted_token4, + [7099] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1805), 1, + ACTIONS(4948), 1, + aux_sym__immediate_decimal_token2, + STATE(1800), 1, + sym_comment, + ACTIONS(1725), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1727), 46, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [7174] = 21, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5008), 1, + anon_sym_LBRACK, + ACTIONS(5010), 1, + anon_sym_STAR2, + STATE(1801), 1, sym_comment, - ACTIONS(2417), 16, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(7027), 1, + sym_scope_pattern, + STATE(7185), 1, + sym__command_name, + STATE(7189), 1, + sym_wild_card, + STATE(7190), 1, + sym_command_list, + ACTIONS(111), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4991), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + ACTIONS(5004), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5006), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [7281] = 19, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(1859), 1, + sym_raw_string_begin, + ACTIONS(4203), 1, + anon_sym_DQUOTE, + ACTIONS(4207), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(4209), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5016), 1, + anon_sym_LPAREN, + STATE(1802), 1, + sym_comment, + STATE(3644), 1, + sym__val_number_decimal, + STATE(4525), 1, + sym__inter_single_quotes, + STATE(4526), 1, + sym__inter_double_quotes, + ACTIONS(4205), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3922), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(4357), 5, + sym_cmd_identifier, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(363), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(365), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [7384] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1803), 1, + sym_comment, + ACTIONS(5068), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241624,7 +241528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2419), 46, + ACTIONS(5066), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241671,12 +241575,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7609] = 4, + [7457] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1806), 1, + STATE(1804), 1, sym_comment, - ACTIONS(2425), 16, + ACTIONS(5072), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241693,7 +241597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2427), 46, + ACTIONS(5070), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241740,14 +241644,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7682] = 5, + [7530] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4952), 1, - aux_sym__immediate_decimal_token2, - STATE(1807), 1, + ACTIONS(4534), 1, + aux_sym_unquoted_token2, + STATE(1805), 1, sym_comment, - ACTIONS(1735), 16, + ACTIONS(1681), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241764,7 +241668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1737), 45, + ACTIONS(1693), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -241810,12 +241714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7757] = 4, + [7605] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1808), 1, + STATE(1806), 1, sym_comment, - ACTIONS(2467), 16, + ACTIONS(1725), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241832,7 +241736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2469), 46, + ACTIONS(1727), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241879,12 +241783,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7830] = 4, + [7678] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1809), 1, + STATE(1807), 1, sym_comment, - ACTIONS(2471), 16, + ACTIONS(1757), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241901,7 +241805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2473), 46, + ACTIONS(1759), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -241948,12 +241852,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7903] = 4, + [7751] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1810), 1, + STATE(1808), 1, sym_comment, - ACTIONS(2358), 16, + ACTIONS(1765), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -241970,7 +241874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2360), 46, + ACTIONS(1767), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -242017,14 +241921,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [7976] = 5, + [7824] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4441), 1, - aux_sym_unquoted_token2, - STATE(1811), 1, + STATE(1809), 1, sym_comment, - ACTIONS(1653), 16, + ACTIONS(1861), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242041,9 +241943,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1665), 45, + ACTIONS(1863), 46, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242057,8 +241958,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -242087,12 +241990,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8051] = 4, + [7897] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1812), 1, + STATE(1810), 1, sym_comment, - ACTIONS(958), 15, + ACTIONS(976), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -242108,7 +242011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(960), 47, + ACTIONS(978), 47, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -242156,12 +242059,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8124] = 4, + [7970] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1813), 1, + ACTIONS(5074), 1, + anon_sym_EQ2, + STATE(1811), 1, sym_comment, - ACTIONS(2505), 16, + ACTIONS(4936), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242178,8 +242083,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2507), 46, + ACTIONS(4934), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242193,10 +242099,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -242225,12 +242129,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8197] = 4, + [8045] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1814), 1, + STATE(1812), 1, sym_comment, - ACTIONS(2354), 16, + ACTIONS(4751), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242247,7 +242151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2356), 46, + ACTIONS(4749), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -242294,12 +242198,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8270] = 4, + [8118] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1815), 1, + STATE(1813), 1, sym_comment, - ACTIONS(2142), 16, + ACTIONS(4892), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242316,7 +242220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2148), 46, + ACTIONS(4890), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -242363,12 +242267,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8343] = 4, + [8191] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1816), 1, + STATE(1814), 1, sym_comment, - ACTIONS(2429), 16, + ACTIONS(5079), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242385,7 +242289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2431), 46, + ACTIONS(5076), 46, sym_raw_string_begin, sym__newline, anon_sym_SEMI, @@ -242432,12 +242336,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8416] = 4, + [8264] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1817), 1, + ACTIONS(4631), 1, + aux_sym_unquoted_token2, + STATE(1815), 1, sym_comment, - ACTIONS(2158), 16, + ACTIONS(1681), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242454,8 +242360,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2164), 46, + ACTIONS(1693), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242469,10 +242376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -242501,19 +242406,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8489] = 4, + [8339] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1818), 1, + STATE(1816), 1, sym_comment, - ACTIONS(972), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(968), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -242522,9 +242427,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(974), 46, - sym_raw_string_begin, + ACTIONS(970), 47, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242536,32 +242440,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -242570,23 +242475,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8562] = 8, + [8412] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - STATE(1819), 1, + ACTIONS(5082), 1, + anon_sym_QMARK2, + STATE(1817), 1, sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, + ACTIONS(958), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5088), 8, + anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -242595,7 +242498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5082), 22, + ACTIONS(960), 46, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242607,20 +242511,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -242642,21 +242535,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [8642] = 6, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [8487] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1820), 1, + ACTIONS(5084), 1, + anon_sym_QMARK2, + STATE(1818), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4864), 13, + ACTIONS(952), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -242665,7 +242568,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4862), 46, + ACTIONS(954), 46, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242677,12 +242581,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -242704,6 +242605,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -242712,16 +242615,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8718] = 6, + [8562] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5090), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5092), 1, - aux_sym__immediate_decimal_token2, - STATE(1821), 1, + STATE(1819), 1, sym_comment, - ACTIONS(1727), 14, + ACTIONS(1985), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1987), 46, + sym_raw_string_begin, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [8635] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5086), 1, + anon_sym_DOT_DOT2, + STATE(1820), 1, + sym_comment, + ACTIONS(5088), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2160), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -242735,8 +242708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1729), 45, + ACTIONS(2166), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242751,6 +242723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, @@ -242764,7 +242737,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -242782,12 +242754,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8794] = 4, + [8711] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1822), 1, + STATE(1821), 1, sym_comment, - ACTIONS(5072), 16, + ACTIONS(2479), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -242804,7 +242776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5070), 45, + ACTIONS(2481), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -242850,12 +242822,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8866] = 4, + [8783] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1823), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(5090), 1, + anon_sym_DOT_DOT2, + STATE(1822), 1, sym_comment, - ACTIONS(4942), 13, + ACTIONS(5092), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -242869,7 +242850,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4940), 48, + ACTIONS(1794), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -242881,13 +242863,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -242900,7 +242877,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -242918,7 +242894,211 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [8938] = 39, + [8863] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1823), 1, + sym_comment, + ACTIONS(968), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(970), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [8935] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1824), 1, + sym_comment, + ACTIONS(972), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(974), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [9007] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1825), 1, + sym_comment, + ACTIONS(1933), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1935), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [9079] = 39, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -242949,37 +243129,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, ACTIONS(3190), 1, sym__newline, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1824), 1, + STATE(1826), 1, sym_comment, - STATE(1859), 1, - aux_sym_shebang_repeat1, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2008), 1, + STATE(1927), 1, + aux_sym_shebang_repeat1, + STATE(1953), 1, sym_expr_parenthesized, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3694), 1, + STATE(3702), 1, sym__expr_binary_expression_parenthesized, - STATE(6587), 1, + STATE(6585), 1, sym__expression_parenthesized, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -242990,13 +243170,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2316), 4, + STATE(2369), 4, sym_expr_unary, sym_expr_binary_parenthesized, sym_val_range, @@ -243008,7 +243188,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -243021,12 +243201,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [9080] = 4, + [9221] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1825), 1, + STATE(1827), 1, sym_comment, - ACTIONS(1004), 16, + ACTIONS(2337), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243043,7 +243223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1000), 45, + ACTIONS(2339), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243089,19 +243269,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9152] = 4, + [9293] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1826), 1, + STATE(1828), 1, sym_comment, - ACTIONS(988), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, + ACTIONS(976), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -243110,7 +243290,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(990), 46, + aux_sym_unquoted_token1, + ACTIONS(978), 45, + sym_raw_string_begin, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -243123,32 +243305,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -243157,12 +243337,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9224] = 4, + [9365] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1827), 1, + STATE(1829), 1, sym_comment, - ACTIONS(2142), 16, + ACTIONS(1937), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243179,7 +243359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2148), 45, + ACTIONS(1939), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243225,12 +243405,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9296] = 4, + [9437] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1828), 1, + STATE(1830), 1, sym_comment, - ACTIONS(2334), 16, + ACTIONS(2170), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243247,7 +243427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2336), 45, + ACTIONS(2176), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243293,21 +243473,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9368] = 6, + [9509] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1829), 1, + STATE(1831), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4868), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2427), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -243316,7 +243494,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4866), 46, + aux_sym_unquoted_token1, + ACTIONS(2429), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -243328,33 +243509,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [9581] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1832), 1, + sym_comment, + ACTIONS(5079), 16, + anon_sym_DOLLAR, anon_sym_DASH2, - anon_sym_in2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(5076), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -243363,12 +243609,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9444] = 4, + [9653] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1830), 1, + STATE(1833), 1, sym_comment, - ACTIONS(2150), 16, + ACTIONS(2341), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243385,7 +243631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2156), 45, + ACTIONS(2343), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243431,18 +243677,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9516] = 4, + [9725] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1831), 1, + STATE(1834), 1, sym_comment, - ACTIONS(1735), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, + ACTIONS(2403), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -243451,8 +243698,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 46, + aux_sym_unquoted_token1, + ACTIONS(2405), 45, + sym_raw_string_begin, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -243465,32 +243713,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [9797] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1835), 1, + sym_comment, + ACTIONS(2144), 16, + anon_sym_DOLLAR, anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(2150), 45, + sym_raw_string_begin, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -243499,12 +243813,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9588] = 4, + [9869] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1832), 1, + STATE(1836), 1, sym_comment, - ACTIONS(972), 16, + ACTIONS(2152), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243521,7 +243835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(974), 45, + ACTIONS(2158), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243567,12 +243881,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9660] = 4, + [9941] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1833), 1, + STATE(1837), 1, sym_comment, - ACTIONS(5076), 16, + ACTIONS(2160), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243589,7 +243903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5074), 45, + ACTIONS(2166), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243635,12 +243949,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9732] = 4, + [10013] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1834), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(5094), 1, + anon_sym_DOT_DOT2, + STATE(1838), 1, + sym_comment, + ACTIONS(5096), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1873), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [10093] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1839), 1, sym_comment, - ACTIONS(5080), 16, + ACTIONS(2345), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243657,7 +244043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5078), 45, + ACTIONS(2347), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243703,12 +244089,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9804] = 4, + [10165] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1835), 1, + STATE(1840), 1, sym_comment, - ACTIONS(4826), 16, + ACTIONS(2349), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243725,8 +244111,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2683), 45, + ACTIONS(2351), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -243740,7 +244127,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -243771,12 +244157,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9876] = 4, + [10237] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1836), 1, + STATE(1841), 1, sym_comment, - ACTIONS(4985), 16, + ACTIONS(2353), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243793,7 +244179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4983), 45, + ACTIONS(2355), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243839,82 +244225,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [9948] = 6, + [10309] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - STATE(1837), 1, - sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5086), 45, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [10024] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1838), 1, + STATE(1842), 1, sym_comment, - ACTIONS(2445), 16, + ACTIONS(2357), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -243931,7 +244247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2447), 45, + ACTIONS(2359), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -243977,16 +244293,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10096] = 6, + [10381] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1839), 1, + STATE(1843), 1, sym_comment, - STATE(7268), 1, + STATE(7420), 1, sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(4839), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -244000,7 +244316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(4837), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244047,153 +244363,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10172] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5098), 1, - anon_sym_LBRACK2, - STATE(1840), 1, - sym_comment, - ACTIONS(2315), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2319), 47, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [10246] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1841), 1, - sym_comment, - ACTIONS(984), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(986), 46, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [10318] = 6, + [10457] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1842), 1, + STATE(1844), 1, sym_comment, - STATE(7268), 1, + STATE(7420), 1, sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(4843), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -244207,7 +244386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(4841), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244254,12 +244433,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10394] = 4, + [10533] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1843), 1, + STATE(1845), 1, sym_comment, - ACTIONS(1727), 16, + ACTIONS(2361), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244276,7 +244455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1729), 45, + ACTIONS(2363), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244322,12 +244501,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10466] = 4, + [10605] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1844), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1846), 1, sym_comment, - ACTIONS(1277), 13, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4851), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -244341,7 +244524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1275), 48, + ACTIONS(4849), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244353,14 +244536,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_else, anon_sym_LBRACE, - anon_sym_catch, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -244390,16 +244571,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10538] = 6, + [10681] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1845), 1, + STATE(1847), 1, sym_comment, - STATE(7268), 1, + STATE(7420), 1, sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(4855), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -244413,7 +244594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(4853), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244460,12 +244641,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10614] = 4, + [10757] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1846), 1, + STATE(1848), 1, sym_comment, - ACTIONS(1786), 16, + ACTIONS(2365), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244482,7 +244663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1788), 45, + ACTIONS(2367), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244528,12 +244709,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10686] = 4, + [10829] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1847), 1, + STATE(1849), 1, sym_comment, - ACTIONS(2437), 16, + ACTIONS(4932), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244550,7 +244731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2439), 45, + ACTIONS(4930), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244596,12 +244777,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10758] = 4, + [10901] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1848), 1, + STATE(1850), 1, sym_comment, - ACTIONS(1957), 16, + ACTIONS(4989), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244618,7 +244799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1959), 45, + ACTIONS(4987), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244664,12 +244845,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10830] = 4, + [10973] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1849), 1, + STATE(1851), 1, sym_comment, - ACTIONS(2170), 16, + ACTIONS(1765), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1767), 46, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [11045] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1852), 1, + sym_comment, + ACTIONS(2439), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244686,7 +244935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2172), 45, + ACTIONS(2441), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244732,12 +244981,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10902] = 4, + [11117] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1850), 1, + STATE(1853), 1, sym_comment, - ACTIONS(2382), 16, + ACTIONS(2116), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244754,7 +245003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2384), 45, + ACTIONS(2118), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244800,21 +245049,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [10974] = 6, + [11189] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5100), 1, - anon_sym_DOT, - ACTIONS(5102), 1, - aux_sym__immediate_decimal_token2, - STATE(1851), 1, + STATE(1854), 1, sym_comment, - ACTIONS(1735), 14, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2443), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -244823,8 +245070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 45, + aux_sym_unquoted_token1, + ACTIONS(2445), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244836,32 +245085,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -244870,12 +245117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11050] = 4, + [11261] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1852), 1, + STATE(1855), 1, sym_comment, - ACTIONS(4753), 16, + ACTIONS(2369), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -244892,7 +245139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4751), 45, + ACTIONS(2371), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -244938,21 +245185,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11122] = 6, + [11333] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1853), 1, + STATE(1856), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2373), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -244961,7 +245206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(2375), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -244973,33 +245221,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245008,12 +245253,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11198] = 4, + [11405] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1854), 1, + STATE(1857), 1, sym_comment, - ACTIONS(1735), 16, + ACTIONS(2120), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245030,7 +245275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1737), 45, + ACTIONS(2122), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -245076,18 +245321,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11270] = 4, + [11477] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1855), 1, + STATE(1858), 1, sym_comment, - ACTIONS(1727), 15, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, + ACTIONS(2377), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245096,8 +245342,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1729), 46, + aux_sym_unquoted_token1, + ACTIONS(2379), 45, + sym_raw_string_begin, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -245110,32 +245357,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245144,12 +245389,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11342] = 4, + [11549] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1856), 1, + STATE(1859), 1, sym_comment, - ACTIONS(2013), 16, + ACTIONS(2381), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245166,7 +245411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2015), 45, + ACTIONS(2383), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -245212,21 +245457,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11414] = 6, + [11621] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1857), 1, + STATE(1860), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2385), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245235,7 +245478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(2387), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245247,33 +245493,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245282,22 +245525,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11490] = 6, + [11693] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5104), 1, - anon_sym_DOT_DOT2, - STATE(1858), 1, + STATE(1861), 1, sym_comment, - ACTIONS(5106), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 13, + ACTIONS(988), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245306,7 +245546,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2121), 45, + ACTIONS(990), 46, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245318,11 +245559,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -245344,6 +245583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245352,124 +245593,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11566] = 39, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, + [11765] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, + STATE(1862), 1, + sym_comment, + ACTIONS(1018), 16, anon_sym_DOLLAR, - ACTIONS(3190), 1, - sym__newline, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, + anon_sym_DASH2, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - STATE(1660), 1, - sym__val_number, - STATE(1859), 1, - sym_comment, - STATE(1868), 1, - sym_val_variable, - STATE(2008), 1, - sym_expr_parenthesized, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(2870), 1, - aux_sym_shebang_repeat1, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3694), 1, - sym__expr_binary_expression_parenthesized, - STATE(6512), 1, - sym__expression_parenthesized, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, + anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2316), 4, - sym_expr_unary, - sym_expr_binary_parenthesized, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [11708] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1860), 1, - sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245478,7 +245614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(1020), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245490,33 +245629,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245525,21 +245661,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11784] = 6, + [11837] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1861), 1, + STATE(1863), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2389), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245548,7 +245682,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(2391), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245560,33 +245697,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245595,12 +245729,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11860] = 4, + [11909] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1862), 1, + STATE(1864), 1, sym_comment, - ACTIONS(4942), 16, + ACTIONS(2393), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245617,7 +245751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4940), 45, + ACTIONS(2395), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -245663,21 +245797,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [11932] = 6, + [11981] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1863), 1, + STATE(1865), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5068), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245686,7 +245818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(5066), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245698,33 +245833,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245733,12 +245865,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12008] = 4, + [12053] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1864), 1, + STATE(1866), 1, sym_comment, - ACTIONS(2342), 16, + ACTIONS(2397), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245755,7 +245887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2344), 45, + ACTIONS(2399), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -245801,12 +245933,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12080] = 4, + [12125] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1865), 1, + STATE(1867), 1, sym_comment, - ACTIONS(5062), 16, + ACTIONS(5072), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245823,7 +245955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5060), 45, + ACTIONS(5070), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -245869,17 +246001,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12152] = 4, + [12197] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1866), 1, + STATE(1868), 1, sym_comment, - ACTIONS(4985), 13, + ACTIONS(1861), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -245888,7 +246021,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4983), 48, + aux_sym_unquoted_token2, + ACTIONS(1863), 46, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -245900,13 +246035,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -245929,6 +246059,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -245937,12 +246069,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12224] = 4, + [12269] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1867), 1, + STATE(1869), 1, sym_comment, - ACTIONS(2386), 16, + ACTIONS(1957), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -245959,7 +246091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2388), 45, + ACTIONS(1959), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246005,22 +246137,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12296] = 6, + [12341] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - STATE(1868), 1, + STATE(1870), 1, sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1004), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(4821), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -246029,7 +246158,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 45, + aux_sym_unquoted_token1, + ACTIONS(2766), 45, + sym_raw_string_begin, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246041,32 +246172,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -246075,12 +246205,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12372] = 4, + [12413] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1869), 1, + STATE(1871), 1, sym_comment, - ACTIONS(2449), 16, + ACTIONS(4944), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246097,9 +246227,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2451), 45, + ACTIONS(4942), 45, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246113,6 +246242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -246143,16 +246273,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12444] = 6, + [12485] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1870), 1, + ACTIONS(5098), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5100), 1, + aux_sym__immediate_decimal_token2, + STATE(1872), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(1757), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -246166,7 +246296,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token2, + ACTIONS(1759), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246181,9 +246312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -246196,6 +246325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -246213,21 +246343,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12520] = 6, + [12561] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1871), 1, + STATE(1873), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2447), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -246236,7 +246364,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(2449), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246248,33 +246379,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -246283,12 +246411,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12596] = 4, + [12633] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1872), 1, + STATE(1874), 1, sym_comment, - ACTIONS(2390), 16, + ACTIONS(2451), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246305,7 +246433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2392), 45, + ACTIONS(2453), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246351,16 +246479,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12668] = 6, + [12705] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1873), 1, + ACTIONS(5102), 1, + anon_sym_DOT, + ACTIONS(5104), 1, + aux_sym__immediate_decimal_token2, + STATE(1875), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(1725), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -246374,7 +246502,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token2, + ACTIONS(1727), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246389,9 +246518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -246404,6 +246531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -246421,12 +246549,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12744] = 4, + [12781] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1874), 1, + STATE(1876), 1, sym_comment, - ACTIONS(2174), 16, + ACTIONS(1725), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246443,7 +246571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2176), 45, + ACTIONS(1727), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246489,12 +246617,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12816] = 4, + [12853] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1875), 1, + STATE(1877), 1, sym_comment, - ACTIONS(2366), 16, + ACTIONS(1973), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246511,7 +246639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2368), 45, + ACTIONS(1975), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246557,21 +246685,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12888] = 6, + [12925] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1876), 1, + STATE(1878), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(1981), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -246580,7 +246706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(1983), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246592,33 +246721,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -246627,12 +246753,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [12964] = 4, + [12997] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1877), 1, + STATE(1879), 1, sym_comment, - ACTIONS(2338), 16, + ACTIONS(1985), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246649,7 +246775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2340), 45, + ACTIONS(1987), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246695,92 +246821,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13036] = 6, + [13069] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5108), 1, - anon_sym_DOT_DOT2, - STATE(1878), 1, + STATE(1880), 1, sym_comment, - ACTIONS(5110), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2148), 45, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(1757), 16, + anon_sym_DOLLAR, anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [13112] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5112), 1, - anon_sym_DOT_DOT2, - STATE(1879), 1, - sym_comment, - ACTIONS(5114), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -246789,7 +246842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2156), 45, + aux_sym_unquoted_token1, + ACTIONS(1759), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246801,32 +246857,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -246835,22 +246889,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13188] = 6, + [13141] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5116), 1, - anon_sym_DOT_DOT2, - STATE(1880), 1, + STATE(1881), 1, sym_comment, - ACTIONS(5118), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(2505), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -246859,7 +246910,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2164), 45, + aux_sym_unquoted_token1, + ACTIONS(2507), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -246871,32 +246925,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -246905,12 +246957,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13264] = 4, + [13213] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1881), 1, + STATE(1882), 1, sym_comment, - ACTIONS(5027), 16, + ACTIONS(1765), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246927,7 +246979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5025), 45, + ACTIONS(1767), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -246973,12 +247025,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13336] = 4, + [13285] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1882), 1, + STATE(1883), 1, sym_comment, - ACTIONS(5031), 16, + ACTIONS(1861), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -246995,7 +247047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5029), 45, + ACTIONS(1863), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247041,21 +247093,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13408] = 6, + [13357] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1883), 1, + STATE(1884), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(4751), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -247064,7 +247114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token1, + ACTIONS(4749), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247076,33 +247129,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -247111,22 +247161,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13484] = 6, + [13429] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5120), 1, - anon_sym_DOT_DOT2, - STATE(1884), 1, + STATE(1885), 1, sym_comment, - ACTIONS(5122), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(1997), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -247135,7 +247182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 45, + aux_sym_unquoted_token1, + ACTIONS(1999), 45, + sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247147,32 +247197,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -247181,12 +247229,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13560] = 4, + [13501] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1885), 1, + STATE(1886), 1, sym_comment, - ACTIONS(1771), 16, + ACTIONS(4892), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247203,7 +247251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1773), 45, + ACTIONS(4890), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247249,12 +247297,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13632] = 4, + [13573] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1887), 1, + sym_comment, + ACTIONS(1725), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1727), 46, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [13645] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1886), 1, + STATE(1888), 1, sym_comment, - ACTIONS(2338), 16, + ACTIONS(2459), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247271,7 +247387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2340), 45, + ACTIONS(2461), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247317,12 +247433,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13704] = 4, + [13717] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1887), 1, + STATE(1889), 1, sym_comment, - ACTIONS(2406), 16, + ACTIONS(2463), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247339,7 +247455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2408), 45, + ACTIONS(2465), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247385,12 +247501,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13776] = 4, + [13789] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1888), 1, + STATE(1890), 1, sym_comment, - ACTIONS(1997), 16, + ACTIONS(2001), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247407,7 +247523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1999), 45, + ACTIONS(2003), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247453,19 +247569,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13848] = 4, + [13861] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1889), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + STATE(1891), 1, sym_comment, - ACTIONS(2001), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5112), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -247474,10 +247594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2003), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5106), 22, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247489,30 +247606,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -247521,12 +247617,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13920] = 4, + ACTIONS(5110), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [13941] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1890), 1, + STATE(1892), 1, sym_comment, - ACTIONS(2453), 16, + ACTIONS(2415), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247543,7 +247663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2455), 45, + ACTIONS(2417), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247589,19 +247709,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [13992] = 4, + [14013] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1891), 1, + STATE(1893), 1, sym_comment, - ACTIONS(1989), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(4932), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -247610,10 +247728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1991), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(4930), 48, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247625,30 +247740,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -247657,21 +247777,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14064] = 8, + [14085] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(5124), 1, + ACTIONS(1012), 1, anon_sym_DOT_DOT2, - STATE(1892), 1, + STATE(1894), 1, sym_comment, - ACTIONS(5126), 2, + ACTIONS(1014), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 13, + ACTIONS(1004), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -247685,8 +247801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 43, - ts_builtin_sym_end, + ACTIONS(1000), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247698,8 +247813,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -247729,12 +247847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14144] = 4, + [14161] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1893), 1, + STATE(1895), 1, sym_comment, - ACTIONS(4963), 16, + ACTIONS(2411), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247751,8 +247869,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4961), 45, + ACTIONS(2413), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -247766,7 +247885,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -247797,12 +247915,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14216] = 4, + [14233] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1894), 1, + STATE(1896), 1, sym_comment, - ACTIONS(2115), 16, + ACTIONS(2411), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247819,7 +247937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2121), 45, + ACTIONS(2413), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247865,12 +247983,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14288] = 4, + [14305] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1895), 1, + STATE(1897), 1, sym_comment, - ACTIONS(2429), 16, + ACTIONS(5014), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -247887,7 +248005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2431), 45, + ACTIONS(5012), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -247933,17 +248051,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14360] = 6, + [14377] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5128), 1, + STATE(1898), 1, + sym_comment, + ACTIONS(984), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_DOT_DOT2, - STATE(1896), 1, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(986), 46, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [14449] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1899), 1, sym_comment, - ACTIONS(5130), 2, + ACTIONS(980), 15, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(982), 46, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [14521] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5114), 1, + anon_sym_DOT_DOT2, + STATE(1900), 1, + sym_comment, + ACTIONS(5116), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 13, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -247957,7 +248211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 45, + ACTIONS(1794), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248003,12 +248257,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14436] = 4, + [14597] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1897), 1, + STATE(1901), 1, sym_comment, - ACTIONS(1945), 16, + ACTIONS(2419), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248025,7 +248279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1947), 45, + ACTIONS(2421), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248071,12 +248325,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14508] = 4, + [14669] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1898), 1, + STATE(1902), 1, sym_comment, - ACTIONS(2413), 16, + ACTIONS(2423), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248093,7 +248347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2415), 45, + ACTIONS(2425), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248139,12 +248393,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14580] = 4, + [14741] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1899), 1, + STATE(1903), 1, sym_comment, - ACTIONS(5066), 16, + ACTIONS(2009), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248161,7 +248415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5064), 45, + ACTIONS(2011), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248207,12 +248461,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14652] = 4, + [14813] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1900), 1, + STATE(1904), 1, sym_comment, - ACTIONS(2017), 16, + ACTIONS(4825), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248229,9 +248483,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2019), 45, + ACTIONS(4823), 45, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248245,6 +248498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -248275,12 +248529,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14724] = 4, + [14885] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1901), 1, + STATE(1905), 1, sym_comment, - ACTIONS(2346), 16, + ACTIONS(5002), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248297,7 +248551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2348), 45, + ACTIONS(5000), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248343,19 +248597,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14796] = 4, + [14957] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1902), 1, + STATE(1906), 1, sym_comment, - ACTIONS(2471), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(4989), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -248364,10 +248616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2473), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(4987), 48, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248379,30 +248628,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -248411,12 +248665,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14868] = 4, + [15029] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1903), 1, + STATE(1907), 1, sym_comment, - ACTIONS(1977), 16, + ACTIONS(4985), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248433,9 +248687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(1979), 45, + ACTIONS(4983), 45, sym_raw_string_begin, - ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248449,6 +248702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -248479,12 +248733,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [14940] = 4, + [15101] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1904), 1, + STATE(1908), 1, sym_comment, - ACTIONS(5020), 16, + ACTIONS(2431), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248501,7 +248755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(5017), 45, + ACTIONS(2433), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248547,115 +248801,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15012] = 39, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3190), 1, - sym__newline, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - STATE(1660), 1, - sym__val_number, - STATE(1868), 1, - sym_val_variable, - STATE(1905), 1, - sym_comment, - STATE(2008), 1, - sym_expr_parenthesized, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(2870), 1, - aux_sym_shebang_repeat1, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3694), 1, - sym__expr_binary_expression_parenthesized, - STATE(6603), 1, - sym__expression_parenthesized, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2316), 4, - sym_expr_unary, - sym_expr_binary_parenthesized, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [15154] = 4, + [15173] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1906), 1, + STATE(1909), 1, sym_comment, - ACTIONS(2374), 16, + ACTIONS(2435), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -248672,7 +248823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2376), 45, + ACTIONS(2437), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -248718,19 +248869,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15226] = 4, + [15245] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1907), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + STATE(1910), 1, sym_comment, - ACTIONS(2025), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -248739,10 +248893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2027), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5110), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248754,30 +248905,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -248786,19 +248939,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15298] = 4, + [15321] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1908), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1911), 1, sym_comment, - ACTIONS(2421), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -248807,10 +248962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2423), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248822,30 +248974,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -248854,19 +249009,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15370] = 4, + [15397] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1909), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1912), 1, sym_comment, - ACTIONS(5039), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -248875,10 +249032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(5037), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248890,30 +249044,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -248922,19 +249079,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15442] = 4, + [15473] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1910), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1913), 1, sym_comment, - ACTIONS(5043), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -248943,10 +249102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(5041), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -248958,30 +249114,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -248990,19 +249149,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15514] = 4, + [15549] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1911), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1914), 1, sym_comment, - ACTIONS(2457), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249011,10 +249172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2459), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249026,30 +249184,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249058,19 +249219,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15586] = 4, + [15625] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1912), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1915), 1, sym_comment, - ACTIONS(2370), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249079,10 +249242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2372), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249094,30 +249254,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249126,19 +249289,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15658] = 4, + [15701] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1913), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1916), 1, sym_comment, - ACTIONS(4830), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249147,10 +249312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(4828), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249162,30 +249324,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249194,21 +249359,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15730] = 8, + [15777] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - ACTIONS(5132), 1, - anon_sym_DOT_DOT2, - STATE(1914), 1, + STATE(1917), 1, sym_comment, - ACTIONS(5134), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 13, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -249222,8 +249382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 43, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249235,8 +249394,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -249266,19 +249429,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15810] = 4, + [15853] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1915), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1918), 1, sym_comment, - ACTIONS(1653), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249287,10 +249452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1665), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249302,30 +249464,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249334,19 +249499,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15882] = 4, + [15929] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1916), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1919), 1, sym_comment, - ACTIONS(2461), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249355,10 +249522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2463), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249370,30 +249534,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249402,19 +249569,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [15954] = 4, + [16005] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1917), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1920), 1, sym_comment, - ACTIONS(2485), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249423,10 +249592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2487), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249438,30 +249604,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249470,19 +249639,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16026] = 4, + [16081] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1918), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1921), 1, sym_comment, - ACTIONS(4959), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249491,9 +249662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(4957), 45, - sym_raw_string_begin, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249505,31 +249674,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249538,19 +249709,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16098] = 4, + [16157] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1919), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1922), 1, sym_comment, - ACTIONS(980), 15, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249559,8 +249732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(982), 46, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249572,9 +249744,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -249596,8 +249771,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249606,16 +249779,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16170] = 6, + [16233] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1920), 1, + STATE(1923), 1, sym_comment, - STATE(7642), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(4872), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -249629,7 +249802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4870), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249676,19 +249849,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16246] = 4, + [16309] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1921), 1, + ACTIONS(5122), 1, + anon_sym_DOT_DOT2, + STATE(1924), 1, sym_comment, - ACTIONS(2158), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5124), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -249697,10 +249873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2164), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(1873), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -249712,30 +249885,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -249744,12 +249919,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16318] = 4, + [16385] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1922), 1, + STATE(1925), 1, sym_comment, - ACTIONS(2394), 16, + ACTIONS(5020), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -249766,7 +249941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2396), 45, + ACTIONS(5018), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -249812,12 +249987,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16390] = 4, + [16457] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1923), 1, + STATE(1926), 1, sym_comment, - ACTIONS(2398), 16, + ACTIONS(5024), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -249834,7 +250009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2400), 45, + ACTIONS(5022), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -249880,12 +250055,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16462] = 4, + [16529] = 39, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - STATE(1924), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3190), 1, + sym__newline, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + STATE(1638), 1, + sym__val_number, + STATE(1894), 1, + sym_val_variable, + STATE(1927), 1, + sym_comment, + STATE(1953), 1, + sym_expr_parenthesized, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2817), 1, + aux_sym_shebang_repeat1, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3702), 1, + sym__expr_binary_expression_parenthesized, + STATE(6444), 1, + sym__expression_parenthesized, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2369), 4, + sym_expr_unary, + sym_expr_binary_parenthesized, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [16671] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1928), 1, sym_comment, - ACTIONS(2425), 16, + ACTIONS(2467), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -249902,7 +250180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2427), 45, + ACTIONS(2469), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -249948,12 +250226,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16534] = 4, + [16743] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1925), 1, + STATE(1929), 1, sym_comment, - ACTIONS(2354), 16, + ACTIONS(5030), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -249970,7 +250248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2356), 45, + ACTIONS(5028), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250016,12 +250294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16606] = 4, + [16815] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1926), 1, + STATE(1930), 1, sym_comment, - ACTIONS(2433), 16, + ACTIONS(5034), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250038,7 +250316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2435), 45, + ACTIONS(5032), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250084,12 +250362,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16678] = 4, + [16887] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1927), 1, + STATE(1931), 1, sym_comment, - ACTIONS(2029), 16, + ACTIONS(2471), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250106,7 +250384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2031), 45, + ACTIONS(2473), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250152,19 +250430,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16750] = 4, + [16959] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1928), 1, + ACTIONS(5126), 1, + anon_sym_LBRACK2, + STATE(1932), 1, sym_comment, - ACTIONS(1018), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(2318), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -250173,10 +250451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1020), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(2322), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -250188,30 +250463,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -250220,19 +250499,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16822] = 4, + [17033] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1929), 1, + ACTIONS(5128), 1, + anon_sym_DOT_DOT2, + STATE(1933), 1, sym_comment, - ACTIONS(958), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5130), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2170), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -250241,10 +250523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(960), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(2176), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -250256,30 +250535,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -250288,18 +250569,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16894] = 4, + [17109] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1930), 1, + ACTIONS(5132), 1, + anon_sym_DOT_DOT2, + STATE(1934), 1, sym_comment, - ACTIONS(1786), 15, + ACTIONS(5134), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -250308,9 +250593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1788), 46, - ts_builtin_sym_end, + ACTIONS(2150), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -250322,8 +250605,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -250336,7 +250622,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -250346,8 +250631,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -250356,19 +250639,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [16966] = 4, + [17185] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1931), 1, + ACTIONS(5136), 1, + anon_sym_DOT_DOT2, + STATE(1935), 1, sym_comment, - ACTIONS(2350), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5138), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -250377,10 +250663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2352), 45, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(2158), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -250392,44 +250675,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [17261] = 39, + ACTIONS(155), 1, anon_sym_LBRACK, + ACTIONS(157), 1, anon_sym_LPAREN, - anon_sym_DASH_DASH, + ACTIONS(183), 1, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3190), 1, + sym__newline, + ACTIONS(3410), 1, anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, + STATE(1638), 1, + sym__val_number, + STATE(1894), 1, + sym_val_variable, + STATE(1936), 1, + sym_comment, + STATE(1953), 1, + sym_expr_parenthesized, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2817), 1, + aux_sym_shebang_repeat1, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3702), 1, + sym__expr_binary_expression_parenthesized, + STATE(6604), 1, + sym__expression_parenthesized, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2369), 4, + sym_expr_unary, + sym_expr_binary_parenthesized, + sym_val_range, + sym__value, + ACTIONS(227), 6, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [17038] = 4, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [17403] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1932), 1, + STATE(1937), 1, sym_comment, - ACTIONS(2402), 16, + ACTIONS(5044), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250446,7 +250834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2404), 45, + ACTIONS(5042), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250492,12 +250880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17110] = 4, + [17475] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1933), 1, + STATE(1938), 1, sym_comment, - ACTIONS(976), 16, + ACTIONS(5048), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250514,7 +250902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(978), 45, + ACTIONS(5046), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250560,82 +250948,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17182] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1934), 1, - sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4876), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(4874), 46, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [17258] = 4, + [17547] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1935), 1, + STATE(1939), 1, sym_comment, - ACTIONS(2505), 16, + ACTIONS(2089), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250652,7 +250970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2507), 45, + ACTIONS(2091), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250698,12 +251016,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17330] = 4, + [17619] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1936), 1, + STATE(1940), 1, sym_comment, - ACTIONS(2467), 16, + ACTIONS(2475), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250720,7 +251038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2469), 45, + ACTIONS(2477), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -250766,18 +251084,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17402] = 4, + [17691] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1937), 1, + STATE(1941), 1, sym_comment, - ACTIONS(1771), 15, + ACTIONS(1270), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -250786,9 +251103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1773), 46, - ts_builtin_sym_end, + ACTIONS(1268), 48, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -250800,8 +251115,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_else, + anon_sym_LBRACE, + anon_sym_catch, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -250814,7 +251135,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -250824,144 +251144,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [17474] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1938), 1, - sym_comment, - ACTIONS(2378), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2380), 45, - sym_raw_string_begin, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [17546] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1939), 1, - sym_comment, - ACTIONS(2358), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2360), 45, - sym_raw_string_begin, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -250970,12 +251152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17618] = 4, + [17763] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1940), 1, + STATE(1942), 1, sym_comment, - ACTIONS(2441), 16, + ACTIONS(5056), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -250992,7 +251174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2443), 45, + ACTIONS(5054), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -251038,12 +251220,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17690] = 4, + [17835] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1941), 1, + STATE(1943), 1, sym_comment, - ACTIONS(4997), 16, + ACTIONS(5060), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -251060,7 +251242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4995), 45, + ACTIONS(5058), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -251106,12 +251288,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17762] = 4, + [17907] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1942), 1, + STATE(1944), 1, sym_comment, - ACTIONS(2362), 16, + ACTIONS(1681), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -251128,7 +251310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(2364), 45, + ACTIONS(1693), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -251174,12 +251356,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17834] = 4, + [17979] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1943), 1, + STATE(1945), 1, sym_comment, - ACTIONS(5001), 16, + ACTIONS(964), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -251196,7 +251378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4999), 45, + ACTIONS(966), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -251242,12 +251424,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17906] = 4, + [18051] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1944), 1, + STATE(1946), 1, sym_comment, - ACTIONS(962), 16, + ACTIONS(1004), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -251264,7 +251446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(964), 45, + ACTIONS(1000), 45, sym_raw_string_begin, ts_builtin_sym_end, sym__newline, @@ -251310,12 +251492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [17978] = 4, + [18123] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1945), 1, + STATE(1947), 1, sym_comment, - ACTIONS(4842), 16, + ACTIONS(2407), 16, anon_sym_DOLLAR, anon_sym_DASH2, anon_sym_DOT_DOT, @@ -251332,8 +251514,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token1, - ACTIONS(4840), 45, + ACTIONS(2409), 45, sym_raw_string_begin, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -251347,7 +251530,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -251378,7 +251560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [18050] = 39, + [18195] = 39, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -251409,37 +251591,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, ACTIONS(3190), 1, sym__newline, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(1946), 1, + STATE(1948), 1, sym_comment, - STATE(1947), 1, + STATE(1949), 1, aux_sym_shebang_repeat1, - STATE(2008), 1, + STATE(1953), 1, sym_expr_parenthesized, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3694), 1, + STATE(3702), 1, sym__expr_binary_expression_parenthesized, - STATE(6592), 1, + STATE(6591), 1, sym__expression_parenthesized, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -251450,13 +251632,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2316), 4, + STATE(2369), 4, sym_expr_unary, sym_expr_binary_parenthesized, sym_val_range, @@ -251468,7 +251650,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -251481,7 +251663,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18192] = 39, + [18337] = 39, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -251512,37 +251694,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, ACTIONS(3190), 1, sym__newline, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(1947), 1, + STATE(1949), 1, sym_comment, - STATE(2008), 1, + STATE(1953), 1, sym_expr_parenthesized, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2870), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2817), 1, aux_sym_shebang_repeat1, - STATE(3168), 1, + STATE(3124), 1, sym__val_number_decimal, - STATE(3694), 1, + STATE(3702), 1, sym__expr_binary_expression_parenthesized, - STATE(6594), 1, + STATE(6593), 1, sym__expression_parenthesized, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -251553,13 +251735,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2316), 4, + STATE(2369), 4, sym_expr_unary, sym_expr_binary_parenthesized, sym_val_range, @@ -251571,7 +251753,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -251584,7 +251766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18334] = 39, + [18479] = 39, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -251615,37 +251797,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, ACTIONS(3190), 1, sym__newline, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(1905), 1, + STATE(1936), 1, aux_sym_shebang_repeat1, - STATE(1948), 1, + STATE(1950), 1, sym_comment, - STATE(2008), 1, + STATE(1953), 1, sym_expr_parenthesized, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3694), 1, + STATE(3702), 1, sym__expr_binary_expression_parenthesized, - STATE(6601), 1, + STATE(6602), 1, sym__expression_parenthesized, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -251656,13 +251838,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2316), 4, + STATE(2369), 4, sym_expr_unary, sym_expr_binary_parenthesized, sym_val_range, @@ -251674,7 +251856,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -251687,93 +251869,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18476] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1949), 1, - sym_comment, - ACTIONS(2417), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(2419), 45, - sym_raw_string_begin, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [18548] = 8, + [18621] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1950), 1, + STATE(1951), 1, sym_comment, - STATE(2550), 1, - sym_cell_path, - ACTIONS(1973), 13, + ACTIONS(1757), 15, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -251782,7 +251889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1975), 43, + aux_sym_unquoted_token2, + ACTIONS(1759), 46, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -251809,76 +251917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [18627] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, anon_sym_LPAREN2, - STATE(1951), 1, - sym_comment, - STATE(2235), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -251888,6 +251927,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -251896,18 +251937,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [18704] = 7, + [18693] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, STATE(1952), 1, sym_comment, - STATE(2236), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(2451), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -251921,147 +251956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [18781] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1953), 1, - sym_comment, - STATE(2308), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [18858] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1954), 1, - sym_comment, - STATE(2239), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(2453), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252076,7 +251971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -252106,18 +252004,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [18935] = 7, + [18764] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + ACTIONS(5140), 1, + sym__newline, + STATE(1953), 1, + sym_comment, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5145), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5149), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5143), 20, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5147), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [18845] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1955), 1, + STATE(1954), 1, sym_comment, - STATE(2241), 1, + STATE(2253), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252131,7 +252101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252176,18 +252146,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19012] = 7, + [18922] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1956), 1, + STATE(1955), 1, sym_comment, - STATE(2242), 1, + STATE(2307), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252201,7 +252171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252246,18 +252216,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19089] = 7, + [18999] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1957), 1, + STATE(1956), 1, sym_comment, - STATE(2243), 1, + STATE(2255), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252271,7 +252241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252316,18 +252286,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19166] = 7, + [19076] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5159), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5161), 1, + aux_sym__immediate_decimal_token2, + STATE(1957), 1, + sym_comment, + ACTIONS(1757), 14, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1759), 44, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [19151] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1958), 1, sym_comment, - STATE(2245), 1, + STATE(2259), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252341,7 +252380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252386,18 +252425,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19243] = 7, + [19228] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1959), 1, sym_comment, - STATE(2248), 1, + STATE(2260), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252411,7 +252450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252456,18 +252495,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19320] = 7, + [19305] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1960), 1, sym_comment, - STATE(2249), 1, + STATE(2263), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252481,7 +252520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252526,18 +252565,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19397] = 7, + [19382] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1961), 1, sym_comment, - STATE(2253), 1, + STATE(2266), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252551,7 +252590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252596,18 +252635,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19474] = 7, + [19459] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1962), 1, sym_comment, - STATE(2258), 1, + STATE(2272), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252621,7 +252660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252666,18 +252705,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19551] = 7, + [19536] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1963), 1, sym_comment, - STATE(2261), 1, + STATE(2278), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252691,7 +252730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252736,18 +252775,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19628] = 7, + [19613] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(4747), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5167), 1, + anon_sym_DOT, STATE(1964), 1, sym_comment, - STATE(2269), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(1725), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252761,7 +252798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(1727), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252777,6 +252814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -252806,18 +252844,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19705] = 7, + [19688] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1965), 1, sym_comment, - STATE(2290), 1, + STATE(2282), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252831,7 +252869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252876,18 +252914,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19782] = 7, + [19765] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1966), 1, sym_comment, - STATE(2300), 1, + STATE(2285), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252901,7 +252939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -252946,18 +252984,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19859] = 7, + [19842] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1967), 1, sym_comment, - STATE(2191), 1, + STATE(2303), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -252971,7 +253009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253016,18 +253054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [19936] = 7, + [19919] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, STATE(1968), 1, sym_comment, - STATE(2223), 1, + STATE(2290), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253041,7 +253079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253086,18 +253124,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20013] = 7, + [19996] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, STATE(1969), 1, sym_comment, - STATE(2250), 1, + STATE(2558), 1, + sym_cell_path, + ACTIONS(1949), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1951), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [20075] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1970), 1, + sym_comment, + STATE(2297), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253111,7 +253220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253156,18 +253265,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20090] = 7, + [20152] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1970), 1, + STATE(1971), 1, sym_comment, - STATE(2296), 1, + STATE(2306), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253181,7 +253290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253226,18 +253335,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20167] = 7, + [20229] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1971), 1, + STATE(1972), 1, sym_comment, - STATE(2306), 1, + STATE(2211), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253251,7 +253360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253296,18 +253405,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20244] = 7, + [20306] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(1972), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(1973), 1, sym_comment, - STATE(2158), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5144), 13, + STATE(2524), 1, + sym_cell_path, + ACTIONS(1953), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253321,7 +253432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(1955), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253333,10 +253445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -253366,16 +253476,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20321] = 6, + [20385] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4763), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5146), 1, - anon_sym_DOT, - STATE(1973), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1974), 1, sym_comment, - ACTIONS(1735), 13, + STATE(2293), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253389,7 +253501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1737), 45, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253405,7 +253517,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -253435,20 +253546,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20396] = 8, + [20462] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1974), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1975), 1, sym_comment, - STATE(2537), 1, - sym_cell_path, - ACTIONS(1977), 13, + STATE(2214), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253462,8 +253571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1979), 43, - ts_builtin_sym_end, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253475,8 +253583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -253506,20 +253616,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20475] = 8, + [20539] = 38, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3424), 1, + anon_sym_COLON2, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(1976), 1, + sym_comment, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7374), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [20678] = 38, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3424), 1, + anon_sym_COLON2, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(1977), 1, + sym_comment, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7298), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [20817] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1975), 1, + STATE(1978), 1, sym_comment, - STATE(2538), 1, + STATE(2462), 1, sym_cell_path, - ACTIONS(1981), 13, + ACTIONS(1945), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253533,7 +253845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1983), 43, + ACTIONS(1947), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -253577,20 +253889,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20554] = 8, + [20896] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1976), 1, + STATE(1979), 1, sym_comment, - STATE(2546), 1, + STATE(2553), 1, sym_cell_path, - ACTIONS(1985), 13, + ACTIONS(1957), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253604,7 +253916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1987), 43, + ACTIONS(1959), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -253648,20 +253960,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20633] = 8, + [20975] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1977), 1, + STATE(1980), 1, sym_comment, - STATE(2547), 1, + STATE(2554), 1, sym_cell_path, - ACTIONS(1829), 13, + ACTIONS(1961), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253675,7 +253987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1831), 43, + ACTIONS(1963), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -253719,20 +254031,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20712] = 8, + [21054] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1978), 1, + STATE(1981), 1, sym_comment, - STATE(2501), 1, + STATE(2555), 1, sym_cell_path, - ACTIONS(1945), 13, + ACTIONS(1965), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253746,7 +254058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1947), 43, + ACTIONS(1967), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -253790,20 +254102,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20791] = 8, + [21133] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1979), 1, + STATE(1982), 1, sym_comment, - STATE(2462), 1, + STATE(2556), 1, sym_cell_path, - ACTIONS(1949), 13, + ACTIONS(1969), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253817,7 +254129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1951), 43, + ACTIONS(1971), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -253861,18 +254173,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20870] = 7, + [21212] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1980), 1, + STATE(1983), 1, sym_comment, - STATE(2169), 1, + STATE(2194), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253886,7 +254198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253931,18 +254243,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [20947] = 7, + [21289] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(5104), 1, + aux_sym__immediate_decimal_token2, + STATE(1984), 1, + sym_comment, + ACTIONS(1725), 14, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1727), 45, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_LPAREN2, - STATE(1981), 1, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [21362] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5171), 1, + aux_sym__immediate_decimal_token2, + STATE(1985), 1, sym_comment, - STATE(2170), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(1765), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -253956,7 +254332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + aux_sym_unquoted_token2, + ACTIONS(1767), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -253971,7 +254348,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [21435] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5173), 1, + anon_sym_DOT, + ACTIONS(5175), 1, + aux_sym__immediate_decimal_token2, + STATE(1986), 1, + sym_comment, + ACTIONS(1725), 14, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token2, + ACTIONS(1727), 44, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -253984,6 +254430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -254001,18 +254448,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21024] = 7, + [21510] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1982), 1, + STATE(1987), 1, sym_comment, - STATE(2171), 1, + STATE(2180), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254026,7 +254473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254071,18 +254518,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21101] = 7, + [21587] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1983), 1, + STATE(1988), 1, sym_comment, - STATE(2172), 1, + STATE(2182), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254096,7 +254543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254141,16 +254588,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21178] = 6, + [21664] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5152), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5154), 1, - aux_sym__immediate_decimal_token2, - STATE(1984), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1989), 1, sym_comment, - ACTIONS(1727), 14, + STATE(2184), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254164,9 +254613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1729), 44, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254178,8 +254625,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -254192,7 +254641,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -254210,18 +254658,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21253] = 7, + [21741] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1985), 1, + STATE(1990), 1, sym_comment, - STATE(2174), 1, + STATE(2185), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254235,7 +254683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254280,18 +254728,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21330] = 7, + [21818] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1986), 1, + STATE(1991), 1, sym_comment, - STATE(2175), 1, + STATE(2186), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254305,7 +254753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254350,18 +254798,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21407] = 7, + [21895] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1987), 1, + STATE(1992), 1, sym_comment, - STATE(2176), 1, + STATE(2187), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254375,7 +254823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254420,18 +254868,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21484] = 7, + [21972] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1988), 1, + STATE(1993), 1, sym_comment, - STATE(2180), 1, + STATE(2189), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254445,7 +254893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254490,18 +254938,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21561] = 7, + [22049] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1989), 1, + STATE(1994), 1, sym_comment, - STATE(2187), 1, + STATE(2191), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254515,7 +254963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254560,18 +255008,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21638] = 7, + [22126] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1990), 1, + STATE(1995), 1, sym_comment, STATE(2195), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254585,7 +255033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254630,18 +255078,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21715] = 7, + [22203] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1991), 1, + STATE(1996), 1, sym_comment, - STATE(2198), 1, + STATE(2196), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254655,7 +255103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254700,18 +255148,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21792] = 7, + [22280] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1992), 1, + STATE(1997), 1, sym_comment, - STATE(2200), 1, + STATE(2198), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254725,7 +255173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254770,18 +255218,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21869] = 7, + [22357] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(1993), 1, + STATE(1998), 1, sym_comment, - STATE(2201), 1, + STATE(2203), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254795,7 +255243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254840,20 +255288,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [21946] = 8, + [22434] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1994), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(1999), 1, sym_comment, - STATE(2474), 1, - sym_cell_path, - ACTIONS(1989), 13, + STATE(2242), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254867,8 +255313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1991), 43, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254880,8 +255325,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -254911,20 +255358,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22025] = 8, + [22511] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1995), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2000), 1, sym_comment, - STATE(2475), 1, - sym_cell_path, - ACTIONS(1993), 13, + STATE(2205), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -254938,8 +255383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1995), 43, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -254951,8 +255395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -254982,20 +255428,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22104] = 8, + [22588] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1996), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2001), 1, sym_comment, - STATE(2477), 1, - sym_cell_path, - ACTIONS(1997), 13, + STATE(2168), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255009,8 +255453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1999), 43, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255022,8 +255465,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -255053,25 +255498,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22183] = 8, + [22665] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(1997), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + ACTIONS(4692), 1, + anon_sym_COLON2, + STATE(2002), 1, sym_comment, - STATE(2478), 1, - sym_cell_path, - ACTIONS(2001), 13, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + ACTIONS(5112), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -255080,8 +255525,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2003), 43, - ts_builtin_sym_end, + ACTIONS(5106), 20, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RBRACE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5110), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [22746] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2003), 1, + sym_comment, + STATE(2308), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255093,8 +255607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -255124,20 +255640,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22262] = 8, + [22823] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1998), 1, + STATE(2004), 1, sym_comment, - STATE(2479), 1, + STATE(2456), 1, sym_cell_path, - ACTIONS(2005), 13, + ACTIONS(1973), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255151,7 +255667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2007), 43, + ACTIONS(1975), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255195,20 +255711,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22341] = 8, + [22902] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(1999), 1, + STATE(2005), 1, sym_comment, - STATE(2482), 1, + STATE(2457), 1, sym_cell_path, - ACTIONS(2009), 13, + ACTIONS(1977), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255222,7 +255738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2011), 43, + ACTIONS(1979), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255266,14 +255782,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22420] = 5, + [22981] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5102), 1, - aux_sym__immediate_decimal_token2, - STATE(2000), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2006), 1, sym_comment, - ACTIONS(1735), 14, + STATE(2458), 1, + sym_cell_path, + ACTIONS(1981), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255287,8 +255809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 45, + ACTIONS(1983), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255300,10 +255822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -255316,7 +255836,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -255334,14 +255853,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22493] = 5, + [23060] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5156), 1, - aux_sym__immediate_decimal_token2, - STATE(2001), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2007), 1, sym_comment, - ACTIONS(1771), 14, + STATE(2459), 1, + sym_cell_path, + ACTIONS(1985), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255355,8 +255880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1773), 45, + ACTIONS(1987), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255368,10 +255893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -255384,7 +255907,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -255402,20 +255924,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22566] = 8, + [23139] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2002), 1, + STATE(2008), 1, sym_comment, - STATE(2509), 1, + STATE(2460), 1, sym_cell_path, - ACTIONS(2013), 13, + ACTIONS(1989), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255429,7 +255951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2015), 43, + ACTIONS(1991), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255473,20 +255995,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22645] = 8, + [23218] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2003), 1, + STATE(2009), 1, sym_comment, - STATE(2510), 1, + STATE(2461), 1, sym_cell_path, - ACTIONS(2017), 13, + ACTIONS(1993), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255500,7 +256022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2019), 43, + ACTIONS(1995), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255544,20 +256066,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22724] = 8, + [23297] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(2004), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2010), 1, sym_comment, - STATE(2511), 1, - sym_cell_path, - ACTIONS(2021), 13, + STATE(2217), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255571,8 +256091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2023), 43, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255584,8 +256103,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -255615,20 +256136,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22803] = 8, + [23374] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2005), 1, + STATE(2011), 1, sym_comment, - STATE(2516), 1, + STATE(2463), 1, sym_cell_path, - ACTIONS(2025), 13, + ACTIONS(1997), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255642,7 +256163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2027), 43, + ACTIONS(1999), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255686,16 +256207,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22882] = 6, + [23453] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5158), 1, - anon_sym_DOT, - ACTIONS(5160), 1, - aux_sym__immediate_decimal_token2, - STATE(2006), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2012), 1, sym_comment, - ACTIONS(1735), 14, + STATE(2464), 1, + sym_cell_path, + ACTIONS(2001), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255709,8 +256234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 44, + ACTIONS(2003), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255737,7 +256261,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -255755,20 +256278,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [22957] = 8, + [23532] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2007), 1, + STATE(2013), 1, sym_comment, - STATE(2517), 1, + STATE(2465), 1, sym_cell_path, - ACTIONS(2029), 13, + ACTIONS(2005), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255782,7 +256305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2031), 43, + ACTIONS(2007), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -255826,90 +256349,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23036] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - ACTIONS(5162), 1, - sym__newline, - STATE(2008), 1, - sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5167), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5171), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5165), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5169), 23, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [23117] = 7, + [23611] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2009), 1, + STATE(2014), 1, sym_comment, - STATE(2230), 1, + STATE(2275), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255923,7 +256374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -255968,20 +256419,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23194] = 8, + [23688] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2010), 1, + STATE(2015), 1, sym_comment, - STATE(2520), 1, + STATE(2472), 1, sym_cell_path, - ACTIONS(1965), 13, + ACTIONS(2089), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -255995,7 +256446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1967), 43, + ACTIONS(2091), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -256039,17 +256490,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23273] = 6, + [23767] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - STATE(2011), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2016), 1, sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5167), 13, + STATE(2540), 1, + sym_cell_path, + ACTIONS(1933), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256063,7 +256517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5169), 44, + ACTIONS(1935), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256075,10 +256530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -256108,18 +256561,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23348] = 7, + [23846] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2012), 1, + STATE(2017), 1, sym_comment, - STATE(2299), 1, + STATE(2226), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256133,7 +256586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256178,18 +256631,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23425] = 7, + [23923] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2013), 1, + STATE(2018), 1, sym_comment, - STATE(2302), 1, + STATE(2279), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256203,7 +256656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256248,82 +256701,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23502] = 7, + [24000] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2014), 1, + STATE(2019), 1, sym_comment, - STATE(2228), 1, + STATE(2231), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [23579] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2015), 1, - sym_comment, - ACTIONS(2342), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256337,7 +256726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2344), 47, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256352,10 +256741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -256385,18 +256771,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23650] = 7, + [24077] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2016), 1, + STATE(2020), 1, sym_comment, - STATE(2282), 1, + STATE(2232), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256410,7 +256796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256455,85 +256841,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23727] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2017), 1, - sym_comment, - ACTIONS(2115), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2121), 47, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [23798] = 7, + [24154] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2018), 1, + STATE(2021), 1, sym_comment, - STATE(2209), 1, + STATE(2234), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256547,7 +256866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256592,18 +256911,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23875] = 7, + [24231] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2019), 1, + STATE(2022), 1, sym_comment, - STATE(2203), 1, + STATE(2235), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256617,7 +256936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256662,18 +256981,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [23952] = 7, + [24308] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2023), 1, + sym_comment, + STATE(2537), 1, + sym_cell_path, + ACTIONS(1937), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1939), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [24387] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2020), 1, + STATE(2024), 1, sym_comment, - STATE(2196), 1, + STATE(2236), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256687,7 +257077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256732,12 +257122,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24029] = 4, + [24464] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2021), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2025), 1, sym_comment, - ACTIONS(2354), 13, + STATE(2310), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256751,7 +257147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2356), 47, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256766,10 +257162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -256799,12 +257192,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24100] = 4, + [24541] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2022), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2026), 1, sym_comment, - ACTIONS(2505), 13, + STATE(2531), 1, + sym_cell_path, + ACTIONS(1925), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256818,7 +257219,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2507), 47, + ACTIONS(1927), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256830,13 +257232,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -256866,18 +257263,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24171] = 7, + [24620] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2023), 1, + STATE(2027), 1, sym_comment, - STATE(2291), 1, + STATE(2244), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256891,7 +257288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -256936,12 +257333,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24248] = 4, + [24697] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2024), 1, + STATE(2028), 1, sym_comment, - ACTIONS(2142), 13, + ACTIONS(2415), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -256955,7 +257352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2148), 47, + ACTIONS(2417), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257003,12 +257400,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24319] = 4, + [24768] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2025), 1, + STATE(2029), 1, sym_comment, - ACTIONS(2150), 13, + ACTIONS(2170), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257022,7 +257419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2156), 47, + ACTIONS(2176), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257070,12 +257467,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24390] = 4, + [24839] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2026), 1, + STATE(2030), 1, sym_comment, - ACTIONS(2158), 13, + ACTIONS(2427), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257089,7 +257486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2164), 47, + ACTIONS(2429), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257137,18 +257534,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24461] = 7, + [24910] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + STATE(2031), 1, + sym_comment, + ACTIONS(2341), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2343), 47, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [24981] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2027), 1, + STATE(2032), 1, sym_comment, - STATE(2165), 1, + STATE(2249), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257162,7 +257626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257207,18 +257671,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24538] = 7, + [25058] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2033), 1, + sym_comment, + ACTIONS(2144), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2150), 47, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [25129] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2028), 1, + STATE(2034), 1, sym_comment, - STATE(2161), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(2152), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257232,7 +257757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(2158), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257247,7 +257772,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -257277,18 +257805,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24615] = 7, + [25200] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2029), 1, + STATE(2035), 1, sym_comment, - STATE(2188), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(2160), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257302,7 +257824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(2166), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257317,7 +257839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -257347,18 +257872,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24692] = 7, + [25271] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2030), 1, + STATE(2036), 1, sym_comment, - STATE(2211), 1, + STATE(2233), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257372,7 +257897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257417,12 +257942,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24769] = 4, + [25348] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2031), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2037), 1, sym_comment, - ACTIONS(2429), 13, + STATE(2455), 1, + sym_cell_path, + ACTIONS(2093), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257436,7 +257969,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2431), 47, + ACTIONS(2095), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [25427] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2038), 1, + sym_comment, + ACTIONS(2357), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2359), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257484,12 +258080,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24840] = 4, + [25498] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2032), 1, + STATE(2039), 1, sym_comment, - ACTIONS(2433), 13, + ACTIONS(2361), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257503,7 +258099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2435), 47, + ACTIONS(2363), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257551,12 +258147,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24911] = 4, + [25569] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2033), 1, + STATE(2040), 1, sym_comment, - ACTIONS(2437), 13, + ACTIONS(2365), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257570,7 +258166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2439), 47, + ACTIONS(2367), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257618,12 +258214,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [24982] = 4, + [25640] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2034), 1, + STATE(2041), 1, sym_comment, - ACTIONS(2366), 13, + ACTIONS(2439), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257637,7 +258233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2368), 47, + ACTIONS(2441), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257685,18 +258281,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25053] = 7, + [25711] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2035), 1, + STATE(2042), 1, sym_comment, - STATE(2254), 1, + STATE(2251), 1, aux_sym_shebang_repeat1, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257710,7 +258306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257755,12 +258351,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25130] = 4, + [25788] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2036), 1, + STATE(2043), 1, sym_comment, - ACTIONS(2370), 13, + ACTIONS(2443), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257774,7 +258370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2372), 47, + ACTIONS(2445), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257822,12 +258418,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25201] = 4, + [25859] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2037), 1, + STATE(2044), 1, sym_comment, - ACTIONS(2445), 13, + ACTIONS(2373), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257841,7 +258437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2447), 47, + ACTIONS(2375), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257889,12 +258485,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25272] = 4, + [25930] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2038), 1, + STATE(2045), 1, sym_comment, - ACTIONS(2449), 13, + ACTIONS(2377), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257908,7 +258504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2451), 47, + ACTIONS(2379), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -257956,12 +258552,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25343] = 4, + [26001] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2039), 1, + STATE(2046), 1, sym_comment, - ACTIONS(2453), 13, + ACTIONS(2381), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -257975,7 +258571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2455), 47, + ACTIONS(2383), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258023,12 +258619,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25414] = 4, + [26072] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2040), 1, + STATE(2047), 1, sym_comment, - ACTIONS(2457), 13, + ACTIONS(2385), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258042,7 +258638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2459), 47, + ACTIONS(2387), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258090,12 +258686,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25485] = 4, + [26143] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2041), 1, + STATE(2048), 1, sym_comment, - ACTIONS(2461), 13, + ACTIONS(2389), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258109,7 +258705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2463), 47, + ACTIONS(2391), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258157,12 +258753,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25556] = 4, + [26214] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2042), 1, + STATE(2049), 1, sym_comment, - ACTIONS(2467), 13, + ACTIONS(2393), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258176,7 +258772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2469), 47, + ACTIONS(2395), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258224,12 +258820,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25627] = 4, + [26285] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2043), 1, + STATE(2050), 1, sym_comment, - ACTIONS(2471), 13, + ACTIONS(2397), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258243,7 +258839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2473), 47, + ACTIONS(2399), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258291,12 +258887,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25698] = 4, + [26356] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2044), 1, + STATE(2051), 1, sym_comment, - ACTIONS(1977), 13, + ACTIONS(1957), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258310,7 +258906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1979), 47, + ACTIONS(1959), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258358,20 +258954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25769] = 8, + [26427] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(2045), 1, + STATE(2052), 1, sym_comment, - STATE(2449), 1, - sym_cell_path, - ACTIONS(1957), 13, + ACTIONS(2447), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258385,8 +258973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1959), 43, - ts_builtin_sym_end, + ACTIONS(2449), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258398,8 +258985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -258429,12 +259021,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25848] = 4, + [26498] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2046), 1, + STATE(2053), 1, sym_comment, - ACTIONS(2374), 13, + ACTIONS(1973), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258448,7 +259040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2376), 47, + ACTIONS(1975), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258496,12 +259088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25919] = 4, + [26569] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2047), 1, + STATE(2054), 1, sym_comment, - ACTIONS(2378), 13, + ACTIONS(1981), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258515,7 +259107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2380), 47, + ACTIONS(1983), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258563,12 +259155,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [25990] = 4, + [26640] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2048), 1, + STATE(2055), 1, sym_comment, - ACTIONS(1989), 13, + ACTIONS(1985), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258582,7 +259174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1991), 47, + ACTIONS(1987), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258630,113 +259222,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26061] = 38, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, + [26711] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3402), 1, - anon_sym_COLON2, - STATE(1660), 1, - sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2049), 1, - sym_comment, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3752), 1, - sym__expr_binary_expression, - STATE(7271), 1, - sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [26200] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2050), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + STATE(2056), 1, sym_comment, - ACTIONS(1997), 13, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5145), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -258750,7 +259246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1999), 47, + ACTIONS(5147), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -258765,10 +259261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -258798,74 +259291,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26271] = 4, + [26786] = 38, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - STATE(2051), 1, - sym_comment, - ACTIONS(2001), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2003), 47, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, anon_sym_DASH2, - anon_sym_in2, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [26342] = 38, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3422), 1, + anon_sym_COLON2, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(2057), 1, + sym_comment, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7374), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [26925] = 38, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -258894,37 +259421,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3402), 1, + ACTIONS(3422), 1, anon_sym_COLON2, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2052), 1, + STATE(2058), 1, sym_comment, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7369), 1, + STATE(7298), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -258935,13 +259462,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -258953,7 +259480,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -258966,17 +259493,25 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [26481] = 4, + [27064] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(2053), 1, + ACTIONS(1012), 1, + anon_sym_DOT_DOT2, + ACTIONS(1016), 1, + anon_sym_COLON2, + STATE(2059), 1, sym_comment, - ACTIONS(2382), 13, + ACTIONS(1014), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + ACTIONS(5112), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -258985,7 +259520,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2384), 47, + ACTIONS(5106), 20, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RBRACE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5110), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [27145] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2060), 1, + sym_comment, + ACTIONS(2505), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2507), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259033,12 +259632,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26552] = 4, + [27216] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2054), 1, + STATE(2061), 1, sym_comment, - ACTIONS(2013), 13, + ACTIONS(1997), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259052,7 +259651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2015), 47, + ACTIONS(1999), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259100,12 +259699,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26623] = 4, + [27287] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2055), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2062), 1, sym_comment, - ACTIONS(2386), 13, + STATE(2223), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259119,7 +259724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2388), 47, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259134,10 +259739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -259167,12 +259769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26694] = 4, + [27364] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2056), 1, + STATE(2063), 1, sym_comment, - ACTIONS(2390), 13, + ACTIONS(2459), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259186,7 +259788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2392), 47, + ACTIONS(2461), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259234,12 +259836,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26765] = 4, + [27435] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2057), 1, + STATE(2064), 1, sym_comment, - ACTIONS(2017), 13, + ACTIONS(2463), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259253,7 +259855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2019), 47, + ACTIONS(2465), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259301,12 +259903,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26836] = 4, + [27506] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2058), 1, + STATE(2065), 1, sym_comment, - ACTIONS(2025), 13, + ACTIONS(2001), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259320,7 +259922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2027), 47, + ACTIONS(2003), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259368,12 +259970,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26907] = 4, + [27577] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2059), 1, + STATE(2066), 1, sym_comment, - ACTIONS(2394), 13, + ACTIONS(2009), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259387,7 +259989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2396), 47, + ACTIONS(2011), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259435,12 +260037,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [26978] = 4, + [27648] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2060), 1, + STATE(2067), 1, sym_comment, - ACTIONS(2398), 13, + ACTIONS(2467), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259454,7 +260056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2400), 47, + ACTIONS(2469), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259502,12 +260104,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27049] = 4, + [27719] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2061), 1, + STATE(2068), 1, sym_comment, - ACTIONS(2029), 13, + ACTIONS(2471), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259521,7 +260123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2031), 47, + ACTIONS(2473), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259569,12 +260171,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27120] = 4, + [27790] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2062), 1, + STATE(2069), 1, sym_comment, - ACTIONS(2402), 13, + ACTIONS(2089), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259588,7 +260190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2404), 47, + ACTIONS(2091), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259636,12 +260238,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27191] = 4, + [27861] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2063), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2070), 1, sym_comment, - ACTIONS(2406), 13, + STATE(2246), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259655,7 +260263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2408), 47, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259670,10 +260278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -259703,20 +260308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27262] = 8, + [27938] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(2064), 1, + STATE(2071), 1, sym_comment, - STATE(2531), 1, - sym_cell_path, - ACTIONS(2033), 13, + ACTIONS(2475), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259730,8 +260327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2035), 43, - ts_builtin_sym_end, + ACTIONS(2477), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259743,8 +260339,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -259774,25 +260375,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27341] = 9, + [28009] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - ACTIONS(4712), 1, - anon_sym_COLON2, - STATE(2065), 1, + STATE(2072), 1, sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, + ACTIONS(2479), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5088), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -259801,7 +260394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5082), 20, + ACTIONS(2481), 47, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259813,18 +260406,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -259846,20 +260434,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [27422] = 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [28080] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, - anon_sym_DOT2, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(2066), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2073), 1, sym_comment, - STATE(2503), 1, - sym_cell_path, - ACTIONS(1969), 13, + STATE(2252), 1, + aux_sym_shebang_repeat1, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -259873,8 +260467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1971), 43, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -259886,8 +260479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -259917,227 +260512,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27501] = 38, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3404), 1, - anon_sym_COLON2, - STATE(1660), 1, - sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2067), 1, - sym_comment, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3752), 1, - sym__expr_binary_expression, - STATE(7271), 1, - sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [27640] = 38, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, + [28157] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3404), 1, - anon_sym_COLON2, - STATE(1660), 1, - sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2068), 1, - sym_comment, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3752), 1, - sym__expr_binary_expression, - STATE(7369), 1, - sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [27779] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1012), 1, - anon_sym_DOT_DOT2, - ACTIONS(1016), 1, - anon_sym_COLON2, - STATE(2069), 1, + ACTIONS(5169), 1, + anon_sym_DOT2, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, + STATE(2074), 1, sym_comment, - ACTIONS(1014), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, + STATE(2468), 1, + sym_cell_path, + ACTIONS(2009), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5088), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -260146,7 +260539,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5082), 20, + ACTIONS(2011), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260158,16 +260552,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -260191,18 +260575,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [27860] = 7, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [28236] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2070), 1, + STATE(2075), 1, sym_comment, - STATE(2225), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260216,7 +260602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260232,6 +260618,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -260261,23 +260649,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [27937] = 7, + [28306] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2071), 1, + STATE(2076), 1, sym_comment, - STATE(2226), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5140), 13, + ACTIONS(1717), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -260286,7 +260669,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(1719), 45, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260298,10 +260682,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -260323,6 +260705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -260331,23 +260715,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28014] = 7, + [28376] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2072), 1, + STATE(2077), 1, sym_comment, - STATE(2305), 1, - aux_sym_shebang_repeat1, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5175), 13, + ACTIONS(2120), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -260356,7 +260735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(2122), 45, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260368,10 +260748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -260393,6 +260771,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -260401,12 +260781,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28091] = 4, + [28446] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2073), 1, + STATE(2078), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2435), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260420,7 +260800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(2437), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260467,111 +260847,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28161] = 37, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - STATE(1660), 1, - sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2074), 1, - sym_comment, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3752), 1, - sym__expr_binary_expression, - STATE(7259), 1, - sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [28297] = 4, + [28516] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2075), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(2079), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260585,8 +260870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 45, + ACTIONS(1794), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260614,7 +260898,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -260632,12 +260915,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28367] = 4, + [28590] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2076), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(2080), 1, sym_comment, - ACTIONS(1727), 14, + ACTIONS(2184), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260651,8 +260938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1729), 45, + ACTIONS(2186), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260680,7 +260966,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -260698,15 +260983,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28437] = 37, + [28664] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, anon_sym_LPAREN, ACTIONS(183), 1, anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, ACTIONS(205), 1, aux_sym_expr_unary_token1, ACTIONS(231), 1, @@ -260727,52 +261010,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + ACTIONS(5181), 1, + anon_sym_DOT_DOT, + ACTIONS(5185), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(5187), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2077), 1, + STATE(2081), 1, sym_comment, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3509), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3537), 1, + sym_expr_parenthesized, + STATE(3538), 1, + sym_val_variable, + STATE(3769), 1, sym__expr_binary_expression, - STATE(7337), 1, + STATE(7737), 1, sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, ACTIONS(233), 2, anon_sym_0o, anon_sym_0x, ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + ACTIONS(5183), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -260784,7 +261069,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -260797,78 +261082,16 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28573] = 4, + [28800] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2078), 1, - sym_comment, - ACTIONS(1771), 14, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1773), 45, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(1867), 1, anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [28643] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2079), 1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(2082), 1, sym_comment, - ACTIONS(1786), 14, + ACTIONS(1865), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260882,8 +261105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1788), 45, + ACTIONS(1873), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260911,7 +261133,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -260929,16 +261150,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28713] = 6, + [28874] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(2080), 1, + ACTIONS(5189), 1, + anon_sym_DOT_DOT2, + STATE(2083), 1, sym_comment, - ACTIONS(1819), 13, + ACTIONS(5191), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2170), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -260952,7 +261174,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 44, + ACTIONS(2176), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -260964,10 +261187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -260997,12 +261218,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28787] = 4, + [28948] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2081), 1, + ACTIONS(5193), 1, + anon_sym_DOT_DOT2, + STATE(2084), 1, sym_comment, - ACTIONS(2241), 13, + ACTIONS(5195), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261016,7 +261242,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2245), 46, + ACTIONS(1794), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261028,12 +261255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261063,18 +261286,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [28857] = 6, + [29022] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2082), 1, + ACTIONS(4728), 1, + anon_sym_DOT_DOT2, + STATE(2085), 1, sym_comment, - ACTIONS(5084), 5, + ACTIONS(4730), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5088), 8, + ACTIONS(5112), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -261083,7 +261311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5082), 23, + ACTIONS(5106), 20, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261095,10 +261324,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261107,7 +261332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, + ACTIONS(5110), 23, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -261131,98 +261356,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [28931] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2083), 1, - sym_comment, - ACTIONS(5179), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5177), 46, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [29001] = 6, - ACTIONS(251), 1, + [29100] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4747), 1, - anon_sym_DOT_DOT2, - STATE(2084), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2086), 1, sym_comment, - ACTIONS(4749), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5086), 43, - ts_builtin_sym_end, + ACTIONS(2241), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261234,8 +261377,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2237), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261244,19 +261392,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261265,26 +261424,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29075] = 4, - ACTIONS(251), 1, + [29174] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2085), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2087), 1, sym_comment, - ACTIONS(5183), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5181), 46, + ACTIONS(2247), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261297,11 +261446,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2245), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261310,19 +261460,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261331,12 +261492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29145] = 4, + [29248] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2086), 1, + STATE(2088), 1, sym_comment, - ACTIONS(1819), 13, + ACTIONS(2229), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261350,7 +261511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 46, + ACTIONS(2233), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261397,22 +261558,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29215] = 6, + [29318] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5185), 1, - anon_sym_DOT_DOT2, - STATE(2087), 1, + STATE(2089), 1, sym_comment, - ACTIONS(5187), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 13, + ACTIONS(5108), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + ACTIONS(5112), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -261421,8 +261578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2148), 43, - ts_builtin_sym_end, + ACTIONS(5106), 23, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261434,6 +261590,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5110), 23, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -261457,25 +261626,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [29289] = 6, + [29392] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5189), 1, - anon_sym_DOT_DOT2, - STATE(2088), 1, + STATE(2090), 1, sym_comment, - ACTIONS(5191), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 13, + ACTIONS(5199), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261489,8 +261645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2156), 43, - ts_builtin_sym_end, + ACTIONS(5197), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261502,8 +261657,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261533,32 +261692,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29363] = 6, - ACTIONS(251), 1, + [29462] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5193), 1, - anon_sym_DOT_DOT2, - STATE(2089), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(2091), 1, sym_comment, - ACTIONS(5195), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2164), 43, - ts_builtin_sym_end, + ACTIONS(2233), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261570,8 +261713,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2229), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261580,19 +261728,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261601,22 +261760,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29437] = 6, + [29536] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5197), 1, - anon_sym_DOT_DOT2, - STATE(2090), 1, + STATE(2092), 1, sym_comment, - ACTIONS(5199), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 13, + ACTIONS(2116), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -261625,7 +261780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 43, + ACTIONS(2118), 45, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -261661,6 +261816,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261669,12 +261826,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29511] = 4, + [29606] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2091), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(2093), 1, sym_comment, - ACTIONS(5084), 13, + ACTIONS(2188), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261688,7 +261849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5086), 46, + ACTIONS(2192), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261703,9 +261864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261735,17 +261894,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29581] = 4, + [29680] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2092), 1, + STATE(2094), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(1018), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -261754,7 +261914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(1020), 45, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261766,12 +261927,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261793,6 +261950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261801,12 +261960,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29651] = 4, + [29750] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2093), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(2095), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2194), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261820,7 +261983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(2198), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261835,9 +261998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261867,26 +262028,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29721] = 4, - ACTIONS(251), 1, + [29824] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2094), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(2096), 1, sym_comment, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(1000), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261899,11 +262050,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(1004), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -261912,19 +262064,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -261933,12 +262096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29791] = 4, + [29898] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2095), 1, + STATE(2097), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5203), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -261952,7 +262115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5201), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -261999,12 +262162,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29861] = 4, + [29968] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2096), 1, + STATE(2098), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262018,7 +262181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(1794), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262065,12 +262228,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [29931] = 4, + [30038] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2097), 1, + ACTIONS(4728), 1, + anon_sym_DOT_DOT2, + STATE(2099), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(4730), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262084,7 +262252,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5110), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262096,12 +262265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -262131,12 +262296,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30001] = 4, + [30112] = 37, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - STATE(2098), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2100), 1, + sym_comment, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7224), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [30248] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2101), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5108), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262150,7 +262414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5110), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262197,12 +262461,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30071] = 4, + [30318] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2099), 1, + STATE(2102), 1, sym_comment, - ACTIONS(5203), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262216,7 +262480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262263,12 +262527,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30141] = 4, + [30388] = 37, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, + anon_sym_LBRACE, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - STATE(2100), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2103), 1, + sym_comment, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7265), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [30524] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2104), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262282,7 +262645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262329,12 +262692,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30211] = 4, + [30594] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2101), 1, + STATE(2105), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262348,7 +262711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262395,12 +262758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30281] = 4, + [30664] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2102), 1, + STATE(2106), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(1725), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262414,7 +262777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + aux_sym_unquoted_token2, + ACTIONS(1727), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262429,9 +262793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -262444,6 +262806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -262461,12 +262824,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30351] = 4, + [30734] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2103), 1, + STATE(2107), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262480,7 +262843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262527,12 +262890,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30421] = 4, + [30804] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2104), 1, + STATE(2108), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262546,7 +262909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262593,12 +262956,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30491] = 4, + [30874] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2105), 1, + STATE(2109), 1, sym_comment, - ACTIONS(2214), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262612,7 +262975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2216), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262659,12 +263022,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30561] = 4, + [30944] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2106), 1, + STATE(2110), 1, sym_comment, - ACTIONS(1794), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262678,7 +263041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262725,82 +263088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30631] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4747), 1, - anon_sym_DOT_DOT2, - STATE(2107), 1, - sym_comment, - ACTIONS(4749), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5088), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5082), 20, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [30709] = 4, + [31014] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2108), 1, + STATE(2111), 1, sym_comment, - ACTIONS(5207), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262814,7 +263107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5205), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262861,12 +263154,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30779] = 4, + [31084] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2109), 1, + STATE(2112), 1, sym_comment, - ACTIONS(2218), 13, + ACTIONS(5207), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262880,7 +263173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2222), 46, + ACTIONS(5205), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262927,12 +263220,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30849] = 4, + [31154] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2110), 1, + STATE(2113), 1, sym_comment, - ACTIONS(2224), 13, + ACTIONS(2419), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -262946,7 +263239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2228), 46, + ACTIONS(2421), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -262993,12 +263286,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30919] = 4, + [31224] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2111), 1, + STATE(2114), 1, sym_comment, - ACTIONS(1004), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263012,7 +263305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 46, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263059,17 +263352,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [30989] = 6, + [31294] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4747), 1, - anon_sym_DOT_DOT2, - STATE(2112), 1, + STATE(2115), 1, sym_comment, - ACTIONS(4749), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1004), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263083,8 +263371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 43, - ts_builtin_sym_end, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263096,8 +263383,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -263127,16 +263418,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31063] = 6, - ACTIONS(3), 1, + [31364] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(2113), 1, + STATE(2116), 1, sym_comment, - ACTIONS(2245), 13, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263149,12 +263450,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2241), 44, - anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -263163,30 +263463,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -263195,16 +263484,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31137] = 6, - ACTIONS(3), 1, + [31434] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(2114), 1, + STATE(2117), 1, sym_comment, - ACTIONS(1000), 13, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5118), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263217,12 +263516,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(1004), 44, - anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -263231,30 +263529,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -263263,12 +263550,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31211] = 4, + [31504] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2115), 1, + STATE(2118), 1, sym_comment, - ACTIONS(1957), 13, + ACTIONS(2423), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263282,7 +263569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1959), 46, + ACTIONS(2425), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263329,113 +263616,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31281] = 37, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, + [31574] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, ACTIONS(5209), 1, - anon_sym_DOT_DOT, - ACTIONS(5213), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(5215), 1, - aux_sym__val_number_decimal_token2, - STATE(1660), 1, - sym__val_number, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2116), 1, - sym_comment, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3503), 1, - sym__val_number_decimal, - STATE(3551), 1, - sym_expr_parenthesized, - STATE(3552), 1, - sym_val_variable, - STATE(3763), 1, - sym__expr_binary_expression, - STATE(7450), 1, - sym__expression, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [31417] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5217), 1, aux_sym__immediate_decimal_token2, - STATE(2117), 1, + STATE(2119), 1, sym_comment, - ACTIONS(1771), 14, + ACTIONS(1765), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263450,7 +263638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym_unquoted_token2, - ACTIONS(1773), 44, + ACTIONS(1767), 44, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -263495,12 +263683,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31489] = 4, + [31646] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2118), 1, + STATE(2120), 1, sym_comment, - ACTIONS(2413), 13, + ACTIONS(1865), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263514,7 +263702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2415), 46, + ACTIONS(1873), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263561,16 +263749,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31559] = 6, - ACTIONS(3), 1, + [31716] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2119), 1, + STATE(2121), 1, sym_comment, - ACTIONS(2253), 13, + ACTIONS(5213), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5211), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263583,12 +263781,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2249), 44, - anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -263597,30 +263794,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -263629,16 +263815,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31633] = 6, + [31786] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2120), 1, + STATE(2122), 1, sym_comment, - ACTIONS(2259), 13, + ACTIONS(2267), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263652,7 +263834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(2257), 44, + anon_sym_LPAREN2, + ACTIONS(2265), 45, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -263697,18 +263880,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31707] = 4, + aux_sym_unquoted_token4, + [31856] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2121), 1, + STATE(2123), 1, sym_comment, - ACTIONS(1018), 14, + ACTIONS(1757), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -263717,76 +263900,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1020), 45, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [31777] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, aux_sym_unquoted_token2, - STATE(2122), 1, - sym_comment, - ACTIONS(2214), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2216), 44, + ACTIONS(1759), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263814,6 +263929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -263831,16 +263947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31851] = 6, + [31926] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(2123), 1, + ACTIONS(5215), 1, + anon_sym_DOT_DOT2, + STATE(2124), 1, sym_comment, - ACTIONS(1794), 13, + ACTIONS(5217), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -263854,7 +263971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 44, + ACTIONS(2150), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -263866,10 +263984,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -263899,111 +264015,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [31925] = 37, - ACTIONS(155), 1, - anon_sym_LBRACK, - ACTIONS(157), 1, - anon_sym_LPAREN, - ACTIONS(183), 1, - anon_sym_LBRACE, - ACTIONS(187), 1, - anon_sym_DOT_DOT, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(231), 1, - anon_sym_0b, - ACTIONS(235), 1, - sym_val_date, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(3390), 1, - anon_sym_null, - ACTIONS(3394), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - STATE(1660), 1, - sym__val_number, - STATE(1819), 1, - sym_expr_parenthesized, - STATE(1868), 1, - sym_val_variable, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(2124), 1, - sym_comment, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(3168), 1, - sym__val_number_decimal, - STATE(3752), 1, - sym__expr_binary_expression, - STATE(7355), 1, - sym__expression, - ACTIONS(211), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(233), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(239), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(2082), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(227), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(2111), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [32061] = 4, + [32000] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(5219), 1, + anon_sym_DOT_DOT2, STATE(2125), 1, sym_comment, - ACTIONS(2485), 13, + ACTIONS(5221), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264017,7 +264039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2487), 46, + ACTIONS(2158), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264029,12 +264052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264064,18 +264083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32131] = 4, + [32074] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(2126), 1, sym_comment, - ACTIONS(2170), 14, + ACTIONS(2188), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -264084,8 +264102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2172), 45, - ts_builtin_sym_end, + ACTIONS(2192), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264097,8 +264114,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264120,8 +264141,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -264130,12 +264149,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32201] = 4, + [32144] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(5223), 1, + anon_sym_DOT_DOT2, STATE(2127), 1, sym_comment, - ACTIONS(2417), 13, + ACTIONS(5225), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2160), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264149,7 +264173,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2419), 46, + ACTIONS(2166), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264161,12 +264186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264196,12 +264217,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32271] = 4, + [32218] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(5227), 1, + anon_sym_DOT_DOT2, STATE(2128), 1, sym_comment, - ACTIONS(2421), 13, + ACTIONS(5229), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264215,7 +264241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2423), 46, + ACTIONS(1873), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264227,12 +264254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264262,12 +264285,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32341] = 4, + [32292] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(2129), 1, sym_comment, - ACTIONS(2425), 13, + ACTIONS(1765), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264281,7 +264304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2427), 46, + aux_sym_unquoted_token2, + ACTIONS(1767), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264296,9 +264320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264311,80 +264333,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [32411] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2130), 1, - sym_comment, - ACTIONS(2263), 14, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_LPAREN2, - ACTIONS(2261), 45, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_STAR2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -264393,13 +264351,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token4, - [32481] = 4, + [32362] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2131), 1, + STATE(2130), 1, sym_comment, - ACTIONS(2441), 13, + ACTIONS(2194), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264413,7 +264370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2443), 46, + ACTIONS(2198), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264460,82 +264417,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32551] = 4, + [32432] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2132), 1, - sym_comment, - ACTIONS(2055), 14, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2057), 45, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [32621] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(2133), 1, + STATE(2131), 1, sym_comment, - ACTIONS(2218), 13, + ACTIONS(1004), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264549,7 +264436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2222), 44, + ACTIONS(1000), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264564,7 +264451,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -264594,80 +264483,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32695] = 4, + [32502] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2134), 1, - sym_comment, - ACTIONS(1717), 14, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(4728), 1, anon_sym_DOT_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(1719), 45, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, + STATE(2132), 1, + sym_comment, + ACTIONS(4730), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [32765] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5160), 1, - aux_sym__immediate_decimal_token2, - STATE(2135), 1, - sym_comment, - ACTIONS(1735), 14, + ACTIONS(1004), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264681,8 +264507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 44, + ACTIONS(1000), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -264709,7 +264534,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -264727,16 +264551,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32837] = 6, + [32576] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(2136), 1, + STATE(2133), 1, sym_comment, - ACTIONS(2224), 13, + ACTIONS(1861), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264750,7 +264570,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2228), 44, + aux_sym_unquoted_token2, + ACTIONS(1863), 45, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264778,6 +264599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -264795,12 +264617,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32911] = 4, + [32646] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2137), 1, + STATE(2134), 1, sym_comment, - ACTIONS(2261), 13, + ACTIONS(1937), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264814,7 +264636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2263), 46, + ACTIONS(1939), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264861,12 +264683,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [32981] = 4, + [32716] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2138), 1, + STATE(2135), 1, sym_comment, - ACTIONS(2338), 13, + ACTIONS(1933), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264880,7 +264702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2340), 46, + ACTIONS(1935), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264927,12 +264749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33051] = 4, + [32786] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2139), 1, + STATE(2136), 1, sym_comment, - ACTIONS(2338), 13, + ACTIONS(2337), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -264946,7 +264768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2340), 46, + ACTIONS(2339), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -264993,12 +264815,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33121] = 4, + [32856] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2140), 1, + STATE(2137), 1, sym_comment, - ACTIONS(2174), 14, + ACTIONS(2102), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265013,7 +264835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2176), 45, + ACTIONS(2104), 45, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -265059,12 +264881,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33191] = 4, + [32926] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2141), 1, + STATE(2138), 1, sym_comment, - ACTIONS(2346), 13, + ACTIONS(2403), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265078,7 +264900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2348), 46, + ACTIONS(2405), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265125,12 +264947,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33261] = 4, + [32996] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2142), 1, + STATE(2139), 1, sym_comment, - ACTIONS(2350), 13, + ACTIONS(2345), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265144,7 +264966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2352), 46, + ACTIONS(2347), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265191,12 +265013,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33331] = 4, + [33066] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2143), 1, + STATE(2140), 1, sym_comment, - ACTIONS(2358), 13, + ACTIONS(2349), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265210,7 +265032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2360), 46, + ACTIONS(2351), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265257,12 +265079,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33401] = 4, + [33136] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2144), 1, + STATE(2141), 1, sym_comment, - ACTIONS(2362), 13, + ACTIONS(2353), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265276,7 +265098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2364), 46, + ACTIONS(2355), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265323,17 +265145,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33471] = 6, + [33206] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5219), 1, - anon_sym_DOT_DOT2, - STATE(2145), 1, + STATE(2142), 1, sym_comment, - ACTIONS(5221), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 13, + ACTIONS(2369), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265347,8 +265164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2121), 43, - ts_builtin_sym_end, + ACTIONS(2371), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265360,8 +265176,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -265391,17 +265211,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33545] = 6, + [33276] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5223), 1, - anon_sym_DOT_DOT2, - STATE(2146), 1, + STATE(2143), 1, sym_comment, - ACTIONS(5225), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 13, + ACTIONS(2411), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -265415,8 +265230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 43, - ts_builtin_sym_end, + ACTIONS(2413), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -265428,8 +265242,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -265459,7 +265277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [33619] = 37, + [33346] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265488,35 +265306,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2147), 1, + STATE(2144), 1, sym_comment, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7271), 1, + STATE(7374), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -265527,13 +265345,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -265545,7 +265363,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -265558,7 +265376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33755] = 37, + [33482] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265587,35 +265405,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2148), 1, + STATE(2145), 1, sym_comment, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7369), 1, + STATE(7298), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -265626,13 +265444,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -265644,7 +265462,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -265657,7 +265475,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33891] = 37, + [33618] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265686,35 +265504,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2149), 1, + STATE(2146), 1, sym_comment, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7351), 1, + STATE(7342), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -265725,13 +265543,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -265743,7 +265561,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -265756,7 +265574,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34027] = 37, + [33754] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2147), 1, + sym_comment, + ACTIONS(2431), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2433), 46, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [33824] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265785,35 +265669,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2150), 1, + STATE(2148), 1, sym_comment, - STATE(3168), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7312), 1, + STATE(7295), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -265824,13 +265708,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -265842,7 +265726,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -265855,7 +265739,73 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34163] = 37, + [33960] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2149), 1, + sym_comment, + ACTIONS(2411), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2413), 46, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [34030] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265884,35 +265834,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2151), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2150), 1, sym_comment, - STATE(3168), 1, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7363), 1, + STATE(7309), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -265923,13 +265873,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -265941,7 +265891,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -265954,7 +265904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34299] = 37, + [34166] = 37, ACTIONS(155), 1, anon_sym_LBRACK, ACTIONS(157), 1, @@ -265983,35 +265933,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(3390), 1, + ACTIONS(3410), 1, anon_sym_null, - ACTIONS(3394), 1, + ACTIONS(3414), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3396), 1, + ACTIONS(3416), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(1819), 1, + STATE(1891), 1, sym_expr_parenthesized, - STATE(1868), 1, + STATE(1894), 1, sym_val_variable, - STATE(2083), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2152), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2151), 1, sym_comment, - STATE(3168), 1, + STATE(3124), 1, sym__val_number_decimal, - STATE(3752), 1, + STATE(3765), 1, sym__expr_binary_expression, - STATE(7216), 1, + STATE(7316), 1, sym__expression, ACTIONS(211), 2, anon_sym_DOT_DOT_EQ, @@ -266022,13 +265972,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(239), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3392), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(1427), 2, + STATE(1420), 2, sym__raw_str, sym__str_double_quotes, - STATE(2082), 4, + STATE(2089), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -266040,7 +265990,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(2111), 12, + STATE(2131), 12, sym_val_nothing, sym_val_bool, sym_val_number, @@ -266053,80 +266003,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34435] = 4, + [34302] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2153), 1, - sym_comment, - ACTIONS(1945), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(1947), 46, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [34505] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2154), 1, + ACTIONS(5175), 1, + aux_sym__immediate_decimal_token2, + STATE(2152), 1, sym_comment, - STATE(2163), 1, - aux_sym_shebang_repeat1, - ACTIONS(5229), 13, + ACTIONS(1725), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266140,7 +266024,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 44, + aux_sym_unquoted_token2, + ACTIONS(1727), 44, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266152,10 +266038,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266168,6 +266052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -266185,14 +266070,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [34576] = 5, + [34374] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2155), 1, + STATE(2153), 1, sym_comment, - STATE(2223), 1, - aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + ACTIONS(2265), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266206,7 +266089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(2267), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266222,6 +266105,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266251,212 +266136,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [34647] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2156), 1, - sym_comment, - STATE(2239), 1, - aux_sym_shebang_repeat1, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + [34444] = 37, + ACTIONS(155), 1, + anon_sym_LBRACK, + ACTIONS(157), 1, + anon_sym_LPAREN, + ACTIONS(183), 1, anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [34718] = 5, + ACTIONS(187), 1, + anon_sym_DOT_DOT, + ACTIONS(205), 1, + aux_sym_expr_unary_token1, + ACTIONS(231), 1, + anon_sym_0b, + ACTIONS(235), 1, + sym_val_date, + ACTIONS(237), 1, + anon_sym_DQUOTE, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - STATE(2157), 1, - sym_comment, - STATE(2200), 1, - aux_sym_shebang_repeat1, - ACTIONS(5150), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(381), 1, anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [34789] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2158), 1, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(3410), 1, + anon_sym_null, + ACTIONS(3414), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3416), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + STATE(1638), 1, + sym__val_number, + STATE(1891), 1, + sym_expr_parenthesized, + STATE(1894), 1, + sym_val_variable, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2154), 1, sym_comment, - ACTIONS(5233), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [34860] = 5, + STATE(3124), 1, + sym__val_number_decimal, + STATE(3765), 1, + sym__expr_binary_expression, + STATE(7277), 1, + sym__expression, + ACTIONS(211), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(233), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(2089), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(227), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(2131), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [34580] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2159), 1, + STATE(2155), 1, sym_comment, - STATE(2258), 1, - aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + ACTIONS(2184), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266470,7 +266254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(2186), 46, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266486,6 +266270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266515,80 +266301,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [34931] = 5, + [34650] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2160), 1, + STATE(2156), 1, sym_comment, - STATE(2201), 1, - aux_sym_shebang_repeat1, - ACTIONS(5150), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [35002] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, + STATE(2193), 1, aux_sym_shebang_repeat1, - STATE(2161), 1, - sym_comment, - ACTIONS(5237), 13, + ACTIONS(5233), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266602,7 +266322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5231), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266647,14 +266367,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35073] = 5, + [34721] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2162), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2157), 1, sym_comment, - STATE(2176), 1, - aux_sym_shebang_repeat1, - ACTIONS(5150), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266668,7 +266390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266680,10 +266403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266713,14 +266434,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35144] = 5, + [34794] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2163), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2158), 1, sym_comment, - ACTIONS(5241), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266734,7 +266457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266746,10 +266470,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266779,14 +266501,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35215] = 5, + [34867] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2164), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2159), 1, sym_comment, - STATE(2261), 1, - aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -266800,7 +266524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -266812,10 +266537,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -266845,94 +266568,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35286] = 5, + [34940] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2165), 1, - sym_comment, - ACTIONS(5237), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5239), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [35357] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5243), 1, - anon_sym_DOT2, - STATE(2166), 1, + ACTIONS(5241), 1, + anon_sym_RBRACK, + STATE(2160), 1, sym_comment, - STATE(2445), 1, - aux_sym_cell_path_repeat1, - STATE(2591), 1, - sym_path, - STATE(2601), 1, - sym_cell_path, - ACTIONS(1717), 6, + STATE(2420), 1, + aux_sym_shebang_repeat1, + STATE(2580), 1, + aux_sym_command_list_repeat1, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6822), 1, + sym__command_name, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1719), 48, - sym_raw_string_begin, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -266967,27 +266648,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [35434] = 5, + [35039] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2167), 1, + STATE(2161), 1, sym_comment, - STATE(2269), 1, + STATE(2214), 1, aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267001,7 +266669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267046,14 +266714,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35505] = 5, + [35110] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2168), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2162), 1, sym_comment, - STATE(2240), 1, - aux_sym_shebang_repeat1, - ACTIONS(5247), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267067,7 +266737,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267079,10 +266750,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267112,14 +266781,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35576] = 5, + [35183] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2169), 1, + STATE(2163), 1, sym_comment, - ACTIONS(5251), 13, + STATE(2279), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267133,7 +266802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267178,14 +266847,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35647] = 5, + [35254] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2170), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2164), 1, sym_comment, - ACTIONS(5251), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267199,7 +266870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267211,10 +266883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267244,14 +266914,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35718] = 5, + [35327] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2171), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2165), 1, sym_comment, - ACTIONS(5251), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267265,7 +266937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267277,10 +266950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267310,14 +266981,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35789] = 5, + [35400] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2172), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(2166), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267331,7 +267004,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(1794), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267343,10 +267017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267376,14 +267048,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35860] = 5, + [35473] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2173), 1, + STATE(2167), 1, sym_comment, - STATE(2250), 1, + STATE(2234), 1, aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267397,7 +267069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267442,14 +267114,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [35931] = 5, + [35544] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2174), 1, + STATE(2168), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267463,7 +267135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267508,14 +267180,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36002] = 5, + [35615] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2175), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2169), 1, sym_comment, - ACTIONS(5251), 13, + STATE(2445), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6405), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [35714] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2170), 1, + sym_comment, + STATE(2307), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267529,7 +267281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267574,14 +267326,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36073] = 5, + [35785] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2176), 1, + STATE(2171), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(1861), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267595,7 +267345,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + aux_sym_unquoted_token2, + ACTIONS(1863), 44, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267607,10 +267359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267623,6 +267373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -267640,14 +267391,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36144] = 5, + [35854] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2177), 1, + ACTIONS(5249), 1, + anon_sym_DOT2, + STATE(2172), 1, sym_comment, - STATE(2236), 1, + STATE(2426), 1, + aux_sym_cell_path_repeat1, + STATE(2560), 1, + sym_path, + STATE(2665), 1, + sym_cell_path, + ACTIONS(1717), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1719), 48, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [35931] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2173), 1, + sym_comment, + STATE(2266), 1, aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267661,7 +267481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267706,14 +267526,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36215] = 5, + [36002] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2178), 1, + STATE(2174), 1, sym_comment, - STATE(2296), 1, + STATE(2241), 1, aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + ACTIONS(5253), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267727,7 +267547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5251), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267772,28 +267592,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36286] = 5, + [36073] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(2179), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5239), 1, + sym__newline, + ACTIONS(5255), 1, + anon_sym_RBRACK, + STATE(2175), 1, sym_comment, - STATE(2299), 1, + STATE(2437), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + STATE(2595), 1, + aux_sym_command_list_repeat1, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6821), 1, + sym__command_name, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5235), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5237), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [36172] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(2176), 1, + sym_comment, + ACTIONS(2233), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267805,10 +267694,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(2229), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -267817,19 +267707,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -267838,14 +267739,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36357] = 5, + [36245] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2180), 1, + STATE(2177), 1, sym_comment, - ACTIONS(5251), 13, + STATE(2233), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267859,7 +267760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267904,14 +267805,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36428] = 5, + [36316] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2181), 1, + STATE(2178), 1, sym_comment, - STATE(2242), 1, + STATE(2196), 1, aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267925,7 +267826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -267970,14 +267871,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36499] = 5, + [36387] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2182), 1, + STATE(2179), 1, sym_comment, - STATE(2302), 1, + STATE(2235), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -267991,7 +267892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268036,14 +267937,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36570] = 5, + [36458] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2183), 1, + STATE(2180), 1, sym_comment, - ACTIONS(5255), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268057,7 +267958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268102,12 +268003,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36641] = 4, + [36529] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2184), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(2181), 1, sym_comment, - ACTIONS(4985), 13, + ACTIONS(2188), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268121,7 +268026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4983), 45, + ACTIONS(2192), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -268136,7 +268041,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -268149,7 +268053,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -268167,14 +268070,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36710] = 5, + [36602] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2185), 1, - sym_comment, - STATE(2306), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + STATE(2182), 1, + sym_comment, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268188,7 +268091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268233,14 +268136,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36781] = 5, + [36673] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2186), 1, + STATE(2183), 1, sym_comment, - STATE(2305), 1, + STATE(2236), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268254,7 +268157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268299,14 +268202,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36852] = 5, + [36744] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2187), 1, + STATE(2184), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268320,7 +268223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268365,14 +268268,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36923] = 5, + [36815] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2188), 1, + STATE(2185), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268386,7 +268289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268431,14 +268334,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [36994] = 5, + [36886] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2158), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2189), 1, + STATE(2186), 1, sym_comment, - ACTIONS(5144), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268452,7 +268355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268497,14 +268400,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37065] = 5, + [36957] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2190), 1, - sym_comment, - STATE(2282), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + STATE(2187), 1, + sym_comment, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268518,7 +268421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268563,14 +268466,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37136] = 5, + [37028] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2191), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(2188), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(1865), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268584,7 +268489,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(1873), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268596,10 +268502,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -268629,14 +268533,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37207] = 5, + [37101] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2192), 1, - sym_comment, - STATE(2290), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + STATE(2189), 1, + sym_comment, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268650,7 +268554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268695,14 +268599,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37278] = 5, + [37172] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2193), 1, + STATE(2190), 1, sym_comment, - STATE(2209), 1, + STATE(2217), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268716,7 +268620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268761,12 +268665,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37349] = 4, + [37243] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2194), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2191), 1, sym_comment, - ACTIONS(4942), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268780,8 +268686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4940), 45, - ts_builtin_sym_end, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268793,6 +268698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -268808,7 +268714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -268826,14 +268731,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37418] = 5, + [37314] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2195), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(2192), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(2194), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268847,7 +268754,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(2198), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268859,10 +268767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -268892,14 +268798,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37489] = 5, + [37387] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2196), 1, + STATE(2193), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5263), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268913,7 +268819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5261), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -268958,14 +268864,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37560] = 5, + [37458] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2197), 1, - sym_comment, - STATE(2203), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + STATE(2194), 1, + sym_comment, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -268979,7 +268885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269024,14 +268930,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37631] = 5, + [37529] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2198), 1, + STATE(2195), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269045,7 +268951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269090,14 +268996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37702] = 5, + [37600] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2196), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2199), 1, + STATE(2196), 1, sym_comment, - ACTIONS(5175), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269111,7 +269017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269156,28 +269062,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37773] = 5, - ACTIONS(251), 1, + [37671] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2200), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2197), 1, sym_comment, - ACTIONS(5251), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(2241), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269189,10 +269084,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(2237), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269201,19 +269097,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -269222,14 +269129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37844] = 5, + [37744] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2201), 1, + STATE(2198), 1, sym_comment, - ACTIONS(5251), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269243,7 +269150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5249), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269288,12 +269195,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37915] = 4, + [37815] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2202), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2199), 1, sym_comment, - ACTIONS(1786), 14, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269307,8 +269218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1788), 44, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -269335,7 +269245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -269353,14 +269262,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [37984] = 5, + [37888] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2203), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2200), 1, sym_comment, - ACTIONS(5237), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269374,7 +269285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269386,10 +269298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269419,14 +269329,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38055] = 5, + [37961] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2180), 1, - aux_sym_shebang_repeat1, - STATE(2204), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2201), 1, sym_comment, - ACTIONS(5150), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269440,7 +269352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269452,10 +269365,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269485,14 +269396,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38126] = 5, + [38034] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2205), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2202), 1, sym_comment, - STATE(2291), 1, - aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269506,7 +269419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269518,10 +269432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269551,12 +269463,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38197] = 5, + [38107] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2206), 1, + STATE(2203), 1, sym_comment, ACTIONS(5259), 13, anon_sym_GT2, @@ -269617,28 +269529,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38268] = 5, - ACTIONS(251), 1, + [38178] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2207), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2204), 1, sym_comment, - STATE(2243), 1, - aux_sym_shebang_repeat1, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(2247), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269650,10 +269551,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(2245), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269662,19 +269564,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -269683,94 +269596,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38339] = 19, + [38251] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2208), 1, - sym_comment, - STATE(2438), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6486), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [38438] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2209), 1, + STATE(2205), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5259), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269784,7 +269617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5257), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269829,14 +269662,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38509] = 5, + [38322] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2210), 1, + STATE(2206), 1, sym_comment, - STATE(2230), 1, + STATE(2211), 1, aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269850,7 +269683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269895,14 +269728,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38580] = 5, + [38393] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2211), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2207), 1, sym_comment, - ACTIONS(5237), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269916,7 +269751,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269928,10 +269764,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -269961,14 +269795,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38651] = 5, + [38466] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2165), 1, - aux_sym_shebang_repeat1, - STATE(2212), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2208), 1, sym_comment, - ACTIONS(5175), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -269982,7 +269818,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -269994,10 +269831,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -270027,94 +269862,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38722] = 19, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5267), 1, - sym__newline, - ACTIONS(5269), 1, - anon_sym_RBRACK, - STATE(2213), 1, - sym_comment, - STATE(2431), 1, - aux_sym_shebang_repeat1, - STATE(2570), 1, - aux_sym_command_list_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6637), 1, - sym__command_name, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [38821] = 5, + [38539] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2214), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2209), 1, sym_comment, - STATE(2300), 1, - aux_sym_shebang_repeat1, - ACTIONS(5144), 13, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270128,7 +269885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5118), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270140,10 +269898,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -270173,14 +269929,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38892] = 5, + [38612] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2215), 1, + STATE(2210), 1, sym_comment, - STATE(2241), 1, - aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + ACTIONS(1757), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270194,7 +269948,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + aux_sym_unquoted_token2, + ACTIONS(1759), 44, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270206,10 +269962,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -270222,6 +269976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -270239,14 +269994,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [38963] = 5, + [38681] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2161), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2216), 1, + STATE(2211), 1, sym_comment, - ACTIONS(5175), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270260,7 +270015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270305,14 +270060,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39034] = 5, + [38752] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2217), 1, - sym_comment, - STATE(2235), 1, + STATE(2203), 1, aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + STATE(2212), 1, + sym_comment, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270326,7 +270081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270371,14 +270126,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39105] = 5, + [38823] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2188), 1, - aux_sym_shebang_repeat1, - STATE(2218), 1, + STATE(2213), 1, sym_comment, - ACTIONS(5175), 13, + STATE(2310), 1, + aux_sym_shebang_repeat1, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270392,7 +270147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270437,14 +270192,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39176] = 5, + [38894] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2191), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2219), 1, + STATE(2214), 1, sym_comment, - ACTIONS(5144), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270458,7 +270213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270503,14 +270258,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39247] = 5, + [38965] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2206), 1, - aux_sym_shebang_repeat1, - STATE(2220), 1, + STATE(2215), 1, sym_comment, - ACTIONS(5273), 13, + STATE(2272), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270524,7 +270279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270569,14 +270324,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39318] = 5, + [39036] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2211), 1, - aux_sym_shebang_repeat1, - STATE(2221), 1, + STATE(2216), 1, sym_comment, - ACTIONS(5175), 13, + STATE(2282), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270590,7 +270345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270635,88 +270390,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39389] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(2556), 1, - anon_sym_DOLLAR, - ACTIONS(5275), 1, - anon_sym_LPAREN2, - ACTIONS(5277), 1, - anon_sym_DOT, - ACTIONS(5281), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5283), 1, - aux_sym__immediate_decimal_token5, - STATE(2222), 1, - sym_comment, - STATE(2670), 1, - sym__immediate_decimal, - ACTIONS(1583), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5279), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2808), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [39476] = 5, + [39107] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2223), 1, + STATE(2217), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270730,7 +270411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270775,28 +270456,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39547] = 5, - ACTIONS(251), 1, + [39178] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2224), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(2218), 1, sym_comment, - STATE(2245), 1, - aux_sym_shebang_repeat1, - ACTIONS(5140), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(1000), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270808,10 +270478,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(1004), 44, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -270820,19 +270491,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -270841,14 +270523,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39618] = 5, + [39251] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2225), 1, + STATE(2219), 1, sym_comment, - ACTIONS(5287), 13, + STATE(2255), 1, + aux_sym_shebang_repeat1, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270862,7 +270544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270907,14 +270589,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39689] = 5, + [39322] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2226), 1, + ACTIONS(5249), 1, + anon_sym_DOT2, + STATE(2220), 1, sym_comment, - ACTIONS(5287), 13, + STATE(2426), 1, + aux_sym_cell_path_repeat1, + STATE(2560), 1, + sym_path, + STATE(2646), 1, + sym_cell_path, + ACTIONS(935), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(937), 48, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [39399] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2221), 1, + sym_comment, + STATE(2306), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270928,7 +270679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -270973,14 +270724,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39760] = 5, + [39470] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2183), 1, - aux_sym_shebang_repeat1, - STATE(2227), 1, + STATE(2222), 1, sym_comment, - ACTIONS(5291), 13, + ACTIONS(4932), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -270994,7 +270743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 44, + ACTIONS(4930), 45, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271006,7 +270756,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -271022,6 +270771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -271039,14 +270789,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39831] = 5, + [39539] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2228), 1, + STATE(2223), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271060,7 +270810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271105,14 +270855,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39902] = 5, + [39610] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2229), 1, + STATE(2224), 1, sym_comment, - STATE(2254), 1, - aux_sym_shebang_repeat1, - ACTIONS(5175), 13, + ACTIONS(1765), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271126,7 +270874,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5173), 44, + aux_sym_unquoted_token2, + ACTIONS(1767), 44, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271138,10 +270888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -271154,6 +270902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -271171,14 +270920,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [39973] = 5, + [39679] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2230), 1, + STATE(2225), 1, sym_comment, - ACTIONS(5287), 13, + STATE(2244), 1, + aux_sym_shebang_repeat1, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271192,7 +270941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271237,96 +270986,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40044] = 19, + [39750] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5267), 1, - sym__newline, - ACTIONS(5293), 1, - anon_sym_RBRACK, - STATE(2231), 1, - sym_comment, - STATE(2324), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2584), 1, - aux_sym_command_list_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - STATE(6832), 1, - sym__command_name, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [40143] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2232), 1, + STATE(2226), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4864), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271340,8 +271007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4862), 43, - ts_builtin_sym_end, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271353,8 +271019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -271384,16 +271052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40216] = 6, + [39821] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2233), 1, + STATE(2227), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4868), 13, + ACTIONS(4989), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271407,7 +271071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4866), 43, + ACTIONS(4987), 45, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -271422,6 +271086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -271434,6 +271099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -271451,83 +271117,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40289] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5243), 1, - anon_sym_DOT2, - STATE(2234), 1, - sym_comment, - STATE(2445), 1, - aux_sym_cell_path_repeat1, - STATE(2591), 1, - sym_path, - STATE(2620), 1, - sym_cell_path, - ACTIONS(1761), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1763), 48, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [40366] = 5, + [39890] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(2194), 1, aux_sym_shebang_repeat1, - STATE(2235), 1, + STATE(2228), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271541,7 +271138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271586,14 +271183,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40437] = 5, + [39961] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(2205), 1, aux_sym_shebang_repeat1, - STATE(2236), 1, + STATE(2229), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271607,7 +271204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271652,81 +271249,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40508] = 8, + [40032] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5243), 1, - anon_sym_DOT2, - STATE(2237), 1, - sym_comment, - STATE(2445), 1, - aux_sym_cell_path_repeat1, - STATE(2591), 1, - sym_path, - STATE(2607), 1, - sym_cell_path, - ACTIONS(935), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(937), 48, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [40585] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2238), 1, + STATE(2168), 1, + aux_sym_shebang_repeat1, + STATE(2230), 1, sym_comment, - ACTIONS(1771), 14, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271740,9 +271270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1773), 44, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271754,8 +271282,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -271768,7 +271298,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -271786,14 +271315,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40654] = 5, + [40103] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2239), 1, + STATE(2231), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271807,7 +271336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271852,14 +271381,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40725] = 5, + [40174] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2240), 1, + STATE(2232), 1, sym_comment, - ACTIONS(5297), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271873,7 +271402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271918,14 +271447,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40796] = 5, + [40245] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2241), 1, + STATE(2233), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -271939,7 +271468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -271984,14 +271513,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40867] = 5, + [40316] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2242), 1, + STATE(2234), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272005,7 +271534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272050,14 +271579,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [40938] = 5, + [40387] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2243), 1, + STATE(2235), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272071,7 +271600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272116,14 +271645,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41009] = 5, + [40458] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2187), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2244), 1, + STATE(2236), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272137,7 +271666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272182,14 +271711,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41080] = 5, + [40529] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2245), 1, + STATE(2237), 1, sym_comment, - ACTIONS(5287), 13, + STATE(2249), 1, + aux_sym_shebang_repeat1, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272203,7 +271732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272248,16 +271777,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41151] = 6, - ACTIONS(251), 1, + [40600] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(2547), 1, + anon_sym_DOLLAR, + ACTIONS(5273), 1, anon_sym_LPAREN2, - STATE(2246), 1, + ACTIONS(5275), 1, + anon_sym_DOT, + ACTIONS(5279), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5281), 1, + aux_sym__immediate_decimal_token5, + STATE(2238), 1, sym_comment, - STATE(7642), 1, + STATE(2678), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5277), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2805), 2, sym__expr_parenthesized_immediate, - ACTIONS(4872), 13, + sym_val_variable, + ACTIONS(1539), 45, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [40687] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2226), 1, + aux_sym_shebang_repeat1, + STATE(2239), 1, + sym_comment, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272271,8 +271872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4870), 43, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272284,8 +271884,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -272315,16 +271917,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41224] = 6, + [40758] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2247), 1, + STATE(2240), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4876), 13, + STATE(2275), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272338,8 +271938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(4874), 43, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272351,8 +271950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -272382,14 +271983,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41297] = 5, + [40829] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2248), 1, + STATE(2241), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5285), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272403,7 +272004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5283), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272448,14 +272049,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41368] = 5, + [40900] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2249), 1, + STATE(2242), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272469,7 +272070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272514,14 +272115,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41439] = 5, + [40971] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2250), 1, + STATE(2243), 1, sym_comment, - ACTIONS(5233), 13, + STATE(2278), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272535,7 +272136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272580,14 +272181,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41510] = 5, + [41042] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2169), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2251), 1, + STATE(2244), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272601,7 +272202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272646,16 +272247,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41581] = 6, + [41113] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2252), 1, + STATE(2245), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + STATE(2250), 1, + aux_sym_shebang_repeat1, + ACTIONS(5289), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272669,8 +272268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5287), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272682,8 +272280,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -272713,14 +272313,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41654] = 5, + [41184] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2253), 1, + STATE(2246), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272734,7 +272334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272779,14 +272379,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41725] = 5, + [41255] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2254), 1, + STATE(2247), 1, sym_comment, - ACTIONS(5237), 13, + STATE(2263), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272800,7 +272400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272845,14 +272445,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41796] = 5, + [41326] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2170), 1, + STATE(2198), 1, aux_sym_shebang_repeat1, - STATE(2255), 1, + STATE(2248), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272866,7 +272466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272911,12 +272511,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41867] = 4, + [41397] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2256), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2249), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272930,9 +272532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1737), 44, - ts_builtin_sym_end, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -272944,8 +272544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -272958,7 +272560,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -272976,16 +272577,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [41936] = 6, + [41468] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2257), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2250), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5293), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -272999,8 +272598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5291), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273012,8 +272610,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -273043,14 +272643,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42009] = 5, + [41539] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2258), 1, + STATE(2251), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273064,7 +272664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273109,14 +272709,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42080] = 5, + [41610] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2259), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2252), 1, sym_comment, - STATE(2308), 1, + ACTIONS(5271), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5269), 44, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [41681] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5140), 13, + STATE(2253), 1, + sym_comment, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273130,7 +272796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273175,14 +272841,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42151] = 5, + [41752] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2171), 1, + STATE(2251), 1, aux_sym_shebang_repeat1, - STATE(2260), 1, + STATE(2254), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273196,7 +272862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273241,14 +272907,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42222] = 5, + [41823] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2261), 1, + STATE(2255), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273262,7 +272928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273307,16 +272973,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42293] = 6, + [41894] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2262), 1, + STATE(2256), 1, sym_comment, - STATE(7261), 1, + STATE(7420), 1, sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(4839), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273330,7 +272996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(4837), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -273374,14 +273040,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42366] = 5, + [41967] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2172), 1, - aux_sym_shebang_repeat1, - STATE(2263), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(2257), 1, + sym_comment, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4843), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(4841), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [42040] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2258), 1, sym_comment, - ACTIONS(5150), 13, + STATE(2303), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273395,7 +273128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273440,14 +273173,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42437] = 5, + [42111] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2248), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2264), 1, + STATE(2259), 1, sym_comment, - ACTIONS(5140), 13, + ACTIONS(5271), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273461,7 +273194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273506,12 +273239,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42508] = 4, + [42182] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2265), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2260), 1, sym_comment, - ACTIONS(1727), 14, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273525,9 +273260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token2, - ACTIONS(1729), 44, - ts_builtin_sym_end, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273539,8 +273272,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -273553,7 +273288,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -273571,16 +273305,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42577] = 6, + [42253] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2266), 1, + STATE(2253), 1, + aux_sym_shebang_repeat1, + STATE(2261), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273594,8 +273326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273607,8 +273338,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -273638,16 +273371,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42650] = 6, + [42324] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4975), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(5299), 1, - anon_sym_DOT, - STATE(2267), 1, + STATE(2180), 1, + aux_sym_shebang_repeat1, + STATE(2262), 1, sym_comment, - ACTIONS(1735), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273661,8 +273392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1737), 43, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273674,8 +273404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -273705,16 +273437,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42723] = 6, + [42395] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2268), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2263), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273728,8 +273458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273741,8 +273470,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -273772,14 +273503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42796] = 5, + [42466] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2269), 1, + STATE(2264), 1, sym_comment, - ACTIONS(5233), 13, + STATE(2285), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273793,7 +273524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273838,14 +273569,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42867] = 5, + [42537] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2253), 1, + STATE(2182), 1, aux_sym_shebang_repeat1, - STATE(2270), 1, + STATE(2265), 1, sym_comment, - ACTIONS(5144), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273859,7 +273590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273904,14 +273635,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [42938] = 5, + [42608] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2195), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2271), 1, + STATE(2266), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273925,7 +273656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -273970,16 +273701,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43009] = 6, + [42679] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2272), 1, + STATE(2259), 1, + aux_sym_shebang_repeat1, + STATE(2267), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -273993,8 +273722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274006,8 +273734,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274037,16 +273767,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43082] = 6, + [42750] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2273), 1, + STATE(2268), 1, sym_comment, - ACTIONS(1819), 13, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4851), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274060,7 +273790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 43, + ACTIONS(4849), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -274104,16 +273834,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43155] = 6, + [42823] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(2274), 1, + STATE(2269), 1, sym_comment, - STATE(7261), 1, + STATE(7420), 1, sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(4855), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274127,7 +273857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(4853), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -274171,16 +273901,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43228] = 6, + [42896] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2275), 1, + STATE(2231), 1, + aux_sym_shebang_repeat1, + STATE(2270), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274194,8 +273922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274207,8 +273934,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274238,16 +273967,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43301] = 6, + [42967] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(2276), 1, + STATE(2184), 1, + aux_sym_shebang_repeat1, + STATE(2271), 1, sym_comment, - ACTIONS(2214), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274261,8 +273988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2216), 43, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274274,8 +274000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274305,16 +274033,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43374] = 6, + [43038] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(2277), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2272), 1, sym_comment, - ACTIONS(1794), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274328,8 +274054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 43, - ts_builtin_sym_end, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274341,8 +274066,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274372,13 +274099,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43447] = 4, - ACTIONS(3), 1, + [43109] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2278), 1, + STATE(2273), 1, sym_comment, - ACTIONS(2263), 13, - ts_builtin_sym_end, + STATE(2290), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274390,12 +274132,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LPAREN2, - ACTIONS(2261), 45, - anon_sym_GT2, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274404,30 +274144,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -274436,17 +274165,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token4, - [43516] = 6, + [43180] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(2279), 1, + ACTIONS(4948), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(5295), 1, + anon_sym_DOT, + STATE(2274), 1, sym_comment, - ACTIONS(2218), 13, + ACTIONS(1725), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274460,7 +274188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2222), 43, + ACTIONS(1727), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -274504,16 +274232,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43589] = 6, + [43253] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(2280), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2275), 1, sym_comment, - ACTIONS(2224), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274527,8 +274253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2228), 43, - ts_builtin_sym_end, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274540,8 +274265,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274571,14 +274298,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43662] = 5, + [43324] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2174), 1, + STATE(2185), 1, aux_sym_shebang_repeat1, - STATE(2281), 1, + STATE(2276), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274592,7 +274319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274637,14 +274364,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43733] = 5, + [43395] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2277), 1, + sym_comment, + STATE(2445), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6405), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [43494] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2282), 1, + STATE(2278), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274658,7 +274465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274703,16 +274510,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43804] = 6, + [43565] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2283), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2279), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274726,8 +274531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274739,8 +274543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274770,16 +274576,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43877] = 6, + [43636] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2284), 1, + STATE(2186), 1, + aux_sym_shebang_repeat1, + STATE(2280), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274793,8 +274597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274806,8 +274609,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274837,16 +274642,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [43950] = 6, + [43707] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(2285), 1, + STATE(2281), 1, sym_comment, - ACTIONS(2245), 12, + ACTIONS(2267), 13, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -274859,7 +274660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2241), 44, + anon_sym_LPAREN2, + ACTIONS(2265), 45, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -274904,17 +274706,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44023] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, aux_sym_unquoted_token4, - STATE(2286), 1, + [43776] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2282), 1, sym_comment, - ACTIONS(1000), 12, - ts_builtin_sym_end, + ACTIONS(5267), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -274926,11 +274740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(1004), 44, - anon_sym_GT2, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -274939,30 +274752,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -274971,16 +274773,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44096] = 6, + [43847] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2287), 1, + STATE(2283), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + STATE(2293), 1, + aux_sym_shebang_repeat1, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -274994,8 +274794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275007,8 +274806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -275038,16 +274839,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44169] = 6, + [43918] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2288), 1, + STATE(2187), 1, + aux_sym_shebang_repeat1, + STATE(2284), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275061,8 +274860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275074,8 +274872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -275105,94 +274905,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44242] = 19, + [43989] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2289), 1, - sym_comment, - STATE(2438), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6486), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [44341] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2290), 1, + STATE(2285), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275206,7 +274926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275251,14 +274971,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44412] = 5, + [44060] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2291), 1, + STATE(2286), 1, sym_comment, - ACTIONS(5237), 13, + STATE(2296), 1, + aux_sym_shebang_repeat1, + ACTIONS(5299), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275272,7 +274992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5297), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275317,14 +275037,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44483] = 5, + [44131] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2175), 1, + STATE(2189), 1, aux_sym_shebang_repeat1, - STATE(2292), 1, + STATE(2287), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275338,7 +275058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275383,16 +275103,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44554] = 6, + [44202] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(2293), 1, + STATE(2223), 1, + aux_sym_shebang_repeat1, + STATE(2288), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5096), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275406,8 +275124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275419,8 +275136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -275450,57 +275169,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44627] = 6, - ACTIONS(3), 1, + [44273] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2294), 1, + STATE(2232), 1, + aux_sym_shebang_repeat1, + STATE(2289), 1, sym_comment, - ACTIONS(2253), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2249), 44, + ACTIONS(5153), 13, anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, anon_sym_STAR2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, anon_sym_LT2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_SLASH2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_PLUS2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -275509,25 +275190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [44700] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2295), 1, - sym_comment, - ACTIONS(2259), 12, - ts_builtin_sym_end, + ACTIONS(5151), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275539,11 +275202,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2257), 44, - anon_sym_GT2, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -275552,30 +275214,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -275584,14 +275235,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44773] = 5, + [44344] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2296), 1, + STATE(2290), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275605,7 +275256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275650,14 +275301,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44844] = 5, + [44415] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(2297), 1, + ACTIONS(5249), 1, + anon_sym_DOT2, + STATE(2291), 1, sym_comment, - ACTIONS(1653), 13, + STATE(2426), 1, + aux_sym_cell_path_repeat1, + STATE(2560), 1, + sym_path, + STATE(2608), 1, + sym_cell_path, + ACTIONS(1721), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1723), 48, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [44492] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2292), 1, + sym_comment, + STATE(2308), 1, + aux_sym_shebang_repeat1, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275671,7 +275391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1665), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275686,7 +275406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -275716,14 +275436,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44915] = 5, + [44563] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2198), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2298), 1, + STATE(2293), 1, sym_comment, - ACTIONS(5150), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275737,7 +275457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5148), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275782,14 +275502,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [44986] = 5, + [44634] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(2260), 1, aux_sym_shebang_repeat1, - STATE(2299), 1, + STATE(2294), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275803,7 +275523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275848,14 +275568,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45057] = 5, + [44705] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(2191), 1, aux_sym_shebang_repeat1, - STATE(2300), 1, + STATE(2295), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(5179), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275869,7 +275589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(5177), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275914,14 +275634,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45128] = 5, + [44776] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2225), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2301), 1, + STATE(2296), 1, sym_comment, - ACTIONS(5140), 13, + ACTIONS(5303), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -275935,7 +275655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5301), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -275980,14 +275700,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45199] = 5, + [44847] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2302), 1, + STATE(2297), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5267), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276001,7 +275721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276046,14 +275766,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45270] = 5, + [44918] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2249), 1, - aux_sym_shebang_repeat1, - STATE(2303), 1, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + STATE(2298), 1, sym_comment, - ACTIONS(5144), 13, + ACTIONS(1681), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276067,7 +275787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5142), 44, + ACTIONS(1693), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276082,7 +275802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -276112,14 +275832,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45341] = 5, + [44989] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2226), 1, + STATE(2297), 1, aux_sym_shebang_repeat1, - STATE(2304), 1, + STATE(2299), 1, sym_comment, - ACTIONS(5140), 13, + ACTIONS(5165), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276133,7 +275853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5163), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276178,14 +275898,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45412] = 5, + [45060] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(2246), 1, aux_sym_shebang_repeat1, - STATE(2305), 1, + STATE(2300), 1, sym_comment, - ACTIONS(5237), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276199,7 +275919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5235), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276244,14 +275964,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45483] = 5, + [45131] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2306), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(2301), 1, sym_comment, - ACTIONS(5233), 13, + ACTIONS(2184), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276265,7 +275987,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5231), 44, + ACTIONS(2186), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276277,10 +276000,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -276310,14 +276031,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45554] = 5, + [45204] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2228), 1, + STATE(2242), 1, aux_sym_shebang_repeat1, - STATE(2307), 1, + STATE(2302), 1, sym_comment, - ACTIONS(5140), 13, + ACTIONS(5157), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276331,7 +276052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5138), 44, + ACTIONS(5155), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276376,14 +276097,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45625] = 5, + [45275] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2308), 1, + STATE(2303), 1, sym_comment, - ACTIONS(5287), 13, + ACTIONS(5245), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276397,7 +276118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5285), 44, + ACTIONS(5243), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276442,40 +276163,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45696] = 14, + [45346] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - STATE(2309), 1, - sym_comment, - STATE(2348), 1, + STATE(2195), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + STATE(2304), 1, + sym_comment, + ACTIONS(5179), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5247), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -276484,7 +276184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 31, + ACTIONS(5177), 44, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -276496,15 +276197,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -276516,19 +276229,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45784] = 7, + [45417] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - STATE(2310), 1, - sym_comment, - STATE(2381), 1, + STATE(2252), 1, aux_sym_shebang_repeat1, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5291), 13, + STATE(2305), 1, + sym_comment, + ACTIONS(5153), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -276542,7 +276250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 40, + ACTIONS(5151), 44, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -276556,6 +276265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -276568,6 +276278,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -276583,52 +276295,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45858] = 18, + [45488] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2311), 1, + STATE(2306), 1, sym_comment, - ACTIONS(5323), 2, + ACTIONS(5267), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5259), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -276637,7 +276316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 23, + ACTIONS(5265), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -276650,9 +276329,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -276661,54 +276361,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [45954] = 19, + [45559] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - STATE(2312), 1, - sym_comment, - STATE(2383), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + STATE(2307), 1, + sym_comment, + ACTIONS(5245), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -276717,7 +276382,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 22, + ACTIONS(5243), 44, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -276729,88 +276395,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [46052] = 19, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2313), 1, - sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5333), 2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5259), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5257), 22, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -276819,56 +276427,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46150] = 20, + [45630] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - STATE(2314), 1, - sym_comment, - STATE(2385), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + STATE(2308), 1, + sym_comment, + ACTIONS(5245), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -276877,7 +276448,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 21, + ACTIONS(5243), 44, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -276889,8 +276461,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -276899,88 +276493,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46250] = 8, + [45701] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5363), 1, - anon_sym_DOT2, - STATE(2315), 1, - sym_comment, - STATE(2528), 1, - aux_sym_cell_path_repeat1, - STATE(2649), 1, - sym_path, - STATE(2744), 1, - sym_cell_path, - ACTIONS(1717), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1719), 47, - sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [46326] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5162), 1, - sym__newline, - STATE(2316), 1, + STATE(2309), 1, sym_comment, - ACTIONS(5167), 5, + ACTIONS(1725), 14, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5171), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -276989,28 +276512,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5165), 20, + aux_sym_unquoted_token2, + ACTIONS(1727), 44, + ts_builtin_sym_end, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5169), 23, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -277025,6 +276540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -277034,122 +276550,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [46400] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5365), 1, - anon_sym_DOT2, - STATE(2591), 1, - sym_path, - STATE(2317), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(943), 48, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [46472] = 20, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [45770] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - ACTIONS(5368), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2318), 1, + STATE(2310), 1, sym_comment, - ACTIONS(5323), 2, + ACTIONS(5271), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5259), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277158,7 +276579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 21, + ACTIONS(5269), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -277171,7 +276592,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -277180,58 +276624,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46572] = 21, + [45841] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - ACTIONS(5370), 1, - anon_sym_xor2, - STATE(2319), 1, + STATE(2311), 1, sym_comment, - STATE(2387), 1, + STATE(2358), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + ACTIONS(5253), 11, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277240,7 +276654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 20, + ACTIONS(5251), 38, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277252,7 +276666,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -277261,58 +276693,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46674] = 21, + [45919] = 21, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5322), 1, + anon_sym_xor2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5336), 1, anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - ACTIONS(5370), 1, - anon_sym_xor2, - STATE(2318), 1, - aux_sym_shebang_repeat1, - STATE(2320), 1, + STATE(2312), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, + STATE(2346), 1, + aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277321,7 +276753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 20, + ACTIONS(5297), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277342,54 +276774,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46776] = 19, + [46021] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - STATE(2321), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2313), 1, sym_comment, - STATE(2360), 1, + STATE(2348), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277398,7 +276821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 22, + ACTIONS(5297), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277413,6 +276836,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -277421,43 +276849,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46874] = 14, + [46111] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2322), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2314), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2352), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5299), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277466,8 +276882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 28, - sym__newline, + ACTIONS(5297), 37, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277479,11 +276894,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -277495,43 +276920,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [46962] = 14, + [46193] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2323), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2315), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2354), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5259), 8, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277540,8 +276970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 28, - sym__newline, + ACTIONS(5297), 25, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277556,8 +276985,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -277569,123 +276996,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47050] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5267), 1, - sym__newline, - STATE(2324), 1, - sym_comment, - STATE(2579), 1, - aux_sym_command_list_repeat1, - STATE(2885), 1, - aux_sym_shebang_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6738), 1, - sym__command_name, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [47146] = 15, + [46285] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5338), 1, sym__newline, - STATE(2325), 1, + STATE(2316), 1, sym_comment, - STATE(2388), 1, + STATE(2357), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277694,7 +277048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 27, + ACTIONS(5297), 24, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277709,9 +277063,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -277722,45 +277073,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47236] = 15, + [46379] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5372), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5338), 1, sym__newline, - STATE(2323), 1, - aux_sym_shebang_repeat1, - STATE(2326), 1, + STATE(2317), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, + STATE(2360), 1, + aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277769,7 +277127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 27, + ACTIONS(5297), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277784,10 +277142,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -277797,54 +277151,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47326] = 19, + [46475] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2327), 1, + STATE(2318), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5293), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -277853,7 +277185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 22, + ACTIONS(5291), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -277866,8 +277198,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -277876,25 +277222,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47424] = 9, + [46557] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - STATE(2328), 1, - sym_comment, - STATE(2400), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5308), 2, + STATE(2319), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5273), 11, + ACTIONS(5293), 11, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, @@ -277906,7 +277250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 38, + ACTIONS(5291), 39, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -277945,177 +277290,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47502] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5375), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5377), 1, - aux_sym__immediate_decimal_token2, - STATE(2329), 1, - sym_comment, - ACTIONS(1625), 7, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - ACTIONS(1623), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [47574] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5379), 1, - anon_sym_DOT, - ACTIONS(5381), 1, - aux_sym__immediate_decimal_token2, - STATE(2330), 1, - sym_comment, - ACTIONS(1601), 7, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - ACTIONS(1599), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [47646] = 15, + [46633] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(2331), 1, - sym_comment, - STATE(2370), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + STATE(2320), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278124,7 +277330,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 27, + ACTIONS(5291), 32, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -278136,9 +277343,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -278152,12 +277363,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47736] = 4, + [46719] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2332), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2321), 1, sym_comment, - ACTIONS(5167), 13, + ACTIONS(5345), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5293), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -278171,7 +277387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5169), 44, + ACTIONS(5291), 41, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278186,7 +277402,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -278199,8 +277414,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -278216,34 +277429,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47804] = 12, + [46791] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5357), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5359), 1, + aux_sym__immediate_decimal_token2, + STATE(2322), 1, + sym_comment, + ACTIONS(1595), 11, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT_DOT2, + aux_sym__val_number_decimal_token1, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 44, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [46863] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5383), 1, - sym__newline, - STATE(2333), 1, - sym_comment, - STATE(2433), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5308), 2, + STATE(2323), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5229), 10, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278252,7 +277549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 35, + ACTIONS(5291), 23, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -278264,22 +277562,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -278288,48 +277573,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47888] = 16, + [46959] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2334), 1, + STATE(2324), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278338,7 +277629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 25, + ACTIONS(5291), 22, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278351,11 +277642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -278364,29 +277652,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [47980] = 10, - ACTIONS(251), 1, + [47057] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2335), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5373), 1, + anon_sym_DOLLAR, + ACTIONS(5375), 1, + anon_sym_LPAREN2, + ACTIONS(5379), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5381), 1, + aux_sym__immediate_decimal_token5, + STATE(2325), 1, sym_comment, - ACTIONS(5329), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5259), 10, - anon_sym_GT2, - anon_sym_LT2, + STATE(2901), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5377), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3044), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 45, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278395,37 +277715,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 38, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -278434,28 +277723,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48060] = 9, + aux_sym__unquoted_in_list_token1, + [47141] = 20, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, ACTIONS(5383), 1, - sym__newline, - STATE(2336), 1, - sym_comment, - STATE(2436), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5308), 2, + STATE(2326), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5229), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278464,7 +277782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 38, + ACTIONS(5291), 21, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -278476,25 +277795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -278503,31 +277804,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48138] = 11, + [47241] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - STATE(2337), 1, - sym_comment, - STATE(2393), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5308), 2, + STATE(2327), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5291), 10, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278536,7 +277849,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 37, + ACTIONS(5291), 28, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -278548,21 +277862,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -278574,30 +277878,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48220] = 11, + [47329] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2338), 1, + STATE(2328), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5297), 10, + ACTIONS(5293), 10, anon_sym_GT2, anon_sym_LT2, anon_sym_err_GT, @@ -278608,7 +277909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 36, + ACTIONS(5291), 38, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278634,6 +277935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -278645,40 +277948,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48302] = 14, - ACTIONS(251), 1, + [47409] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5383), 1, - sym__newline, - STATE(2339), 1, + ACTIONS(1631), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5373), 1, + anon_sym_DOLLAR, + ACTIONS(5375), 1, + anon_sym_LPAREN2, + ACTIONS(5379), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5381), 1, + aux_sym__immediate_decimal_token5, + STATE(2329), 1, sym_comment, - STATE(2442), 1, - aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5229), 8, + STATE(2939), 1, + sym__immediate_decimal, + ACTIONS(1629), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5377), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3096), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1627), 45, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278687,30 +278011,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 31, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -278719,46 +278019,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48390] = 15, + aux_sym__unquoted_in_list_token1, + [47493] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2340), 1, + STATE(2330), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5259), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278767,7 +278068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 26, + ACTIONS(5291), 26, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278794,29 +278095,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48480] = 10, + [47583] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2341), 1, + STATE(2331), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5241), 10, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278825,7 +278145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 38, + ACTIONS(5291), 25, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278838,22 +278158,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -278864,48 +278171,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48560] = 16, + [47675] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - STATE(2342), 1, - sym_comment, - STATE(2394), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + STATE(2332), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + ACTIONS(5293), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278914,7 +278223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 25, + ACTIONS(5291), 24, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -278929,8 +278239,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -278940,26 +278248,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48652] = 8, + [47769] = 11, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2343), 1, + STATE(2333), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5297), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5303), 10, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -278968,7 +278282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 39, + ACTIONS(5301), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -278981,7 +278295,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -278995,8 +278308,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -279008,29 +278319,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48728] = 11, + [47851] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5372), 1, + ACTIONS(5385), 1, sym__newline, - STATE(2335), 1, - aux_sym_shebang_repeat1, - STATE(2344), 1, + STATE(2334), 1, sym_comment, + STATE(2372), 1, + aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5273), 10, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5233), 10, anon_sym_GT2, anon_sym_LT2, anon_sym_err_GT, @@ -279041,7 +278355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 37, + ACTIONS(5231), 35, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279066,8 +278380,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -279079,91 +278391,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48810] = 8, + [47935] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5363), 1, - anon_sym_DOT2, - STATE(2345), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2335), 1, sym_comment, - STATE(2528), 1, - aux_sym_cell_path_repeat1, - STATE(2649), 1, - sym_path, - STATE(2703), 1, - sym_cell_path, - ACTIONS(935), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(937), 47, - sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(5343), 2, anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [48886] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - STATE(2346), 1, - sym_comment, - STATE(2444), 1, - aux_sym_shebang_repeat1, - ACTIONS(5312), 2, + anon_sym_SLASH2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5229), 13, + ACTIONS(5347), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5303), 11, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, @@ -279173,7 +278419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 40, + ACTIONS(5301), 39, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279199,8 +278446,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, @@ -279214,48 +278459,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [48960] = 16, + [48011] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2347), 1, + ACTIONS(5385), 1, + sym__newline, + STATE(2336), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2374), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5259), 8, + ACTIONS(5233), 11, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279264,8 +278489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 25, - sym__newline, + ACTIONS(5231), 38, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279277,9 +278501,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -279290,38 +278528,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49052] = 13, + [48089] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2348), 1, + STATE(2337), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279330,7 +278568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 32, + ACTIONS(5301), 32, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -279363,50 +278601,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49138] = 18, + [48175] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2349), 1, + ACTIONS(5388), 1, + anon_sym_DOT, + ACTIONS(5390), 1, + aux_sym__immediate_decimal_token2, + STATE(2338), 1, sym_comment, - STATE(2834), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6139), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(1587), 10, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 45, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -279441,50 +278657,50 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [49234] = 17, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [48247] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - STATE(2350), 1, + STATE(2339), 1, sym_comment, - STATE(2395), 1, + STATE(2375), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279493,7 +278709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 24, + ACTIONS(5231), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279505,9 +278721,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -279518,54 +278741,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49328] = 19, + [48335] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - ACTIONS(5383), 1, - sym__newline, - STATE(2351), 1, - sym_comment, - STATE(2375), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + STATE(2340), 1, + sym_comment, + ACTIONS(5345), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5303), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279574,7 +278765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 22, + ACTIONS(5301), 41, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279586,84 +278778,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [49426] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - STATE(2352), 1, - sym_comment, - STATE(2390), 1, - aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5245), 24, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -279674,40 +278807,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49520] = 14, + [48407] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5372), 1, + ACTIONS(5385), 1, sym__newline, - STATE(2353), 1, + STATE(2341), 1, sym_comment, - STATE(2421), 1, + STATE(2377), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5233), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5273), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279716,7 +278833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 31, + ACTIONS(5231), 40, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279728,6 +278845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -279735,8 +278853,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -279748,56 +278874,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49608] = 20, + [48481] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5369), 1, anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - ACTIONS(5383), 1, - sym__newline, - STATE(2327), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2354), 1, + STATE(2342), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279806,7 +278928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 21, + ACTIONS(5301), 23, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279818,6 +278941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_err_GT_GT, @@ -279828,99 +278952,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49708] = 17, + [48577] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5345), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2355), 1, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + ACTIONS(5385), 1, + sym__newline, + STATE(2343), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2378), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5259), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5257), 24, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [49802] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2356), 1, - sym_comment, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5297), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -279929,8 +279008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 41, - sym__newline, + ACTIONS(5231), 22, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -279942,27 +279020,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -279971,52 +279031,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49874] = 18, + [48675] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(5353), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - STATE(2357), 1, - sym_comment, - STATE(2397), 1, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + STATE(2344), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5291), 8, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280025,7 +279087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 23, + ACTIONS(5301), 22, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280037,10 +279100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -280049,48 +279110,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [49970] = 16, + [48773] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5372), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + ACTIONS(5385), 1, sym__newline, - STATE(2340), 1, - aux_sym_shebang_repeat1, - STATE(2358), 1, + STATE(2345), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, + STATE(2379), 1, + aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280099,7 +279168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 25, + ACTIONS(5231), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280111,12 +279180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -280125,58 +279190,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50062] = 21, + [48873] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5369), 1, anon_sym_bit_DASHor2, - ACTIONS(5361), 1, + ACTIONS(5371), 1, anon_sym_and2, - ACTIONS(5370), 1, + ACTIONS(5383), 1, anon_sym_xor2, - STATE(2359), 1, - sym_comment, - STATE(2363), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + STATE(2346), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280185,7 +279248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 20, + ACTIONS(5301), 21, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280206,52 +279270,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50164] = 18, + [48973] = 21, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5322), 1, + anon_sym_xor2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5345), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, + ACTIONS(5336), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2360), 1, + STATE(2347), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2380), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280260,8 +279330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 23, - sym__newline, + ACTIONS(5231), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280273,8 +279342,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -280284,19 +279351,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50260] = 5, + [49075] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5386), 1, - anon_sym_LBRACK2, - STATE(2361), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2348), 1, sym_comment, - ACTIONS(2315), 13, - anon_sym_GT2, + ACTIONS(5343), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5345), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5347), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280305,8 +279396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2319), 43, - ts_builtin_sym_end, + ACTIONS(5301), 28, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -280318,26 +279408,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -280349,130 +279425,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50330] = 14, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(3884), 1, - anon_sym_DOLLAR, - ACTIONS(5388), 1, - anon_sym_LPAREN2, - ACTIONS(5390), 1, - anon_sym_DOT, - ACTIONS(5392), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5394), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5396), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5398), 1, - aux_sym__immediate_decimal_token5, - STATE(2362), 1, - sym_comment, - STATE(2833), 1, - sym__immediate_decimal, - STATE(2922), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1583), 28, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [50418] = 20, + [49163] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - ACTIONS(5368), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2363), 1, + ACTIONS(5385), 1, + sym__newline, + STATE(2349), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2381), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280481,8 +279472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 21, - sym__newline, + ACTIONS(5231), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280494,7 +279484,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -280503,45 +279500,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50518] = 15, + [49253] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2350), 1, + sym_comment, + STATE(2439), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6094), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [49349] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5383), 1, - sym__newline, - STATE(2322), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2364), 1, + STATE(2351), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + ACTIONS(5285), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280550,7 +279612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 27, + ACTIONS(5283), 36, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280562,9 +279625,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -280578,54 +279649,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50608] = 19, + [49431] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2365), 1, + STATE(2352), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5303), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280634,7 +279680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 22, + ACTIONS(5301), 38, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -280647,8 +279693,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -280657,29 +279719,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50706] = 11, + [49511] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(2366), 1, + ACTIONS(5385), 1, + sym__newline, + STATE(2353), 1, sym_comment, - STATE(2382), 1, + STATE(2383), 1, aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5247), 10, + ACTIONS(5233), 10, anon_sym_GT2, anon_sym_LT2, anon_sym_err_GT, @@ -280690,7 +279752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 37, + ACTIONS(5231), 37, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280728,56 +279790,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50788] = 20, + [49593] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - ACTIONS(5368), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2367), 1, + STATE(2354), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280786,7 +279838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 21, + ACTIONS(5301), 26, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -280799,7 +279851,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -280808,50 +279865,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50888] = 17, + [49683] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5372), 1, + ACTIONS(5392), 1, sym__newline, - STATE(2347), 1, + STATE(2318), 1, aux_sym_shebang_repeat1, - STATE(2368), 1, + STATE(2355), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5289), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280860,7 +279901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 24, + ACTIONS(5287), 35, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280872,9 +279913,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -280885,24 +279937,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [50982] = 7, + [49767] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5385), 1, sym__newline, - STATE(2369), 1, + STATE(2356), 1, sym_comment, - STATE(2440), 1, + STATE(2384), 1, aux_sym_shebang_repeat1, - ACTIONS(5312), 2, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5273), 13, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280911,7 +279987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 40, + ACTIONS(5231), 25, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -280923,24 +279999,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -280952,43 +280013,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51056] = 14, + [49859] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2370), 1, + STATE(2357), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -280997,7 +280063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 28, + ACTIONS(5301), 25, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -281013,9 +280079,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -281026,31 +280089,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51144] = 11, + [49951] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5383), 1, - sym__newline, - STATE(2341), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2371), 1, + STATE(2358), 1, sym_comment, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5229), 10, + ACTIONS(5285), 11, anon_sym_GT2, anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281059,7 +280117,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 37, + ACTIONS(5283), 39, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281071,6 +280130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -281097,48 +280157,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51226] = 16, + [50027] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5383), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5385), 1, sym__newline, - STATE(2372), 1, + STATE(2359), 1, sym_comment, - STATE(2398), 1, + STATE(2385), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281147,7 +280209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 25, + ACTIONS(5231), 24, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281162,7 +280224,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -281173,32 +280234,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51318] = 11, + [50121] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2373), 1, + STATE(2360), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5255), 10, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5303), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281207,7 +280286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 36, + ACTIONS(5301), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -281220,21 +280299,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -281244,50 +280311,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51400] = 17, + [50215] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5383), 1, + ACTIONS(5392), 1, sym__newline, - STATE(2334), 1, + STATE(2319), 1, aux_sym_shebang_repeat1, - STATE(2374), 1, + STATE(2361), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + ACTIONS(5289), 11, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281296,7 +280341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 24, + ACTIONS(5287), 38, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281308,9 +280353,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -281321,52 +280380,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51494] = 18, + [50293] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5345), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2375), 1, + ACTIONS(5385), 1, + sym__newline, + STATE(2362), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2386), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5233), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281375,8 +280434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 23, - sym__newline, + ACTIONS(5231), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281391,6 +280449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -281399,26 +280458,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51590] = 8, + [50389] = 13, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2376), 1, + STATE(2363), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5255), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281427,7 +280498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 39, + ACTIONS(5283), 32, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -281440,7 +280511,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -281448,14 +280518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -281467,52 +280531,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51666] = 18, + [50475] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5372), 1, + ACTIONS(5392), 1, sym__newline, - STATE(2355), 1, + STATE(2320), 1, aux_sym_shebang_repeat1, - STATE(2377), 1, + STATE(2364), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281521,7 +280573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 23, + ACTIONS(5287), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281533,9 +280585,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -281545,52 +280605,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51762] = 18, + [50563] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5383), 1, + ACTIONS(5305), 1, sym__newline, - STATE(2378), 1, + STATE(2365), 1, sym_comment, - STATE(2380), 1, + STATE(2368), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5253), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5229), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281599,7 +280631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5227), 23, + ACTIONS(5251), 40, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281611,9 +280643,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -281623,38 +280672,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51858] = 13, + [50637] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2379), 1, + ACTIONS(4692), 1, + anon_sym_COLON2, + STATE(2366), 1, sym_comment, - ACTIONS(5323), 2, + ACTIONS(1004), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5255), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281663,7 +280693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 32, + ACTIONS(1000), 43, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -281675,16 +280705,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -281696,50 +280737,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [51944] = 17, + [50707] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5345), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2380), 1, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + STATE(2367), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2382), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281748,8 +280795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 24, - sym__newline, + ACTIONS(5251), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281761,10 +280807,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -281773,17 +280817,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52038] = 6, + [50807] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2381), 1, + STATE(2368), 1, sym_comment, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5255), 13, + ACTIONS(5285), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -281797,7 +280841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 41, + ACTIONS(5283), 41, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -281839,29 +280883,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52110] = 10, + [50879] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2382), 1, + ACTIONS(5140), 1, + sym__newline, + STATE(2369), 1, sym_comment, - ACTIONS(5329), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5297), 10, + ACTIONS(5145), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5149), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281870,8 +280905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 38, - sym__newline, + ACTIONS(5143), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281883,6 +280917,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5147), 23, + anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -281896,65 +280941,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [52190] = 18, + [50953] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, + ACTIONS(5392), 1, + sym__newline, + STATE(2321), 1, aux_sym_shebang_repeat1, - STATE(2383), 1, + STATE(2370), 1, sym_comment, - ACTIONS(5323), 2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5289), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5255), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -281963,8 +280976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 23, - sym__newline, + ACTIONS(5287), 40, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -281976,9 +280988,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -281987,54 +281017,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52286] = 19, + [51027] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5369), 1, anon_sym_bit_DASHor2, - ACTIONS(5372), 1, - sym__newline, - STATE(2311), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2384), 1, + STATE(2371), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282043,7 +281071,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 22, + ACTIONS(5283), 23, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -282066,54 +281095,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52384] = 19, + [51123] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2385), 1, + STATE(2372), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5263), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282122,7 +281129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 22, + ACTIONS(5261), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282135,8 +281142,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282145,46 +281166,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52482] = 15, + [51205] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2386), 1, + STATE(2373), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + STATE(2418), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282193,8 +281216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 26, - sym__newline, + ACTIONS(5251), 25, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -282220,56 +281242,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52572] = 20, + [51297] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - ACTIONS(5368), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2387), 1, + STATE(2374), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5263), 11, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282278,7 +281270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 21, + ACTIONS(5261), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282291,7 +281283,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282300,43 +281310,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52672] = 14, + [51373] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2388), 1, + STATE(2375), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282345,7 +281350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 28, + ACTIONS(5261), 32, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282358,9 +281363,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -282374,58 +281383,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52760] = 21, + [51459] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5336), 1, anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - ACTIONS(5370), 1, - anon_sym_xor2, - STATE(2367), 1, + ACTIONS(5392), 1, + sym__newline, + STATE(2323), 1, aux_sym_shebang_repeat1, - STATE(2389), 1, + STATE(2376), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282434,7 +281439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 20, + ACTIONS(5287), 22, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -282446,6 +281451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -282455,48 +281462,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52862] = 16, + [51557] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2390), 1, + STATE(2377), 1, sym_comment, - ACTIONS(5323), 2, + ACTIONS(5345), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5263), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5297), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282505,7 +281486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 25, + ACTIONS(5261), 41, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282518,9 +281499,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -282531,52 +281528,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [52954] = 18, + [51629] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - STATE(2391), 1, - sym_comment, - STATE(2392), 1, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + STATE(2378), 1, + sym_comment, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5361), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282585,7 +281582,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 23, + ACTIONS(5261), 23, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -282600,7 +281598,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282609,50 +281606,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53050] = 17, + [51725] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - ACTIONS(5345), 1, + ACTIONS(5367), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2392), 1, + STATE(2379), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5297), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282661,7 +281662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5295), 24, + ACTIONS(5261), 22, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282674,10 +281675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282686,29 +281685,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53144] = 10, + [51823] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + ACTIONS(5383), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2393), 1, + STATE(2380), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5255), 10, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282717,7 +281743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 38, + ACTIONS(5261), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282730,24 +281756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282756,46 +281765,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53224] = 15, + [51923] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2394), 1, + STATE(2381), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282804,7 +281810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 26, + ACTIONS(5261), 28, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282820,6 +281826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -282831,48 +281839,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53314] = 16, + [52011] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, + ACTIONS(5365), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2395), 1, + STATE(2382), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -282881,7 +281895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 25, + ACTIONS(5283), 22, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282894,11 +281908,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -282907,30 +281918,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53406] = 11, + [52109] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2396), 1, + STATE(2383), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5259), 10, + ACTIONS(5263), 10, anon_sym_GT2, anon_sym_LT2, anon_sym_err_GT, @@ -282941,7 +281949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 36, + ACTIONS(5261), 38, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -282967,6 +281975,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -282978,50 +281988,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53488] = 17, + [52189] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2397), 1, + STATE(2384), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5255), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283030,7 +282036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5253), 24, + ACTIONS(5261), 26, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283046,6 +282052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -283055,46 +282063,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53582] = 15, + [52279] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2398), 1, + STATE(2385), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5241), 8, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283103,7 +282113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 26, + ACTIONS(5261), 25, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283119,7 +282129,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -283130,34 +282139,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53672] = 12, + [52371] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - STATE(2373), 1, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2399), 1, + STATE(2386), 1, sym_comment, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5291), 10, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5263), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283166,7 +282191,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 35, + ACTIONS(5261), 24, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283178,21 +282204,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -283202,26 +282216,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53756] = 8, + [52465] = 20, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + ACTIONS(5338), 1, + sym__newline, + STATE(2344), 1, aux_sym_shebang_repeat1, - STATE(2400), 1, + STATE(2387), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5259), 11, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283230,8 +282274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 39, - sym__newline, + ACTIONS(5297), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283243,25 +282286,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -283270,106 +282296,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [53832] = 18, - ACTIONS(251), 1, + [52565] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(5395), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5397), 1, + aux_sym__immediate_decimal_token2, + STATE(2388), 1, + sym_comment, + ACTIONS(1597), 7, sym_raw_string_begin, - ACTIONS(4936), 1, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + ACTIONS(1595), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2401), 1, - sym_comment, - STATE(2834), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6089), 1, - sym__command_name, - ACTIONS(1297), 2, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [52637] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5399), 1, + anon_sym_DOT, + ACTIONS(5401), 1, + aux_sym__immediate_decimal_token2, + STATE(2389), 1, + sym_comment, + ACTIONS(1589), 7, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + ACTIONS(1587), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [53928] = 9, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [52709] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - STATE(2376), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + ACTIONS(5383), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2402), 1, + STATE(2390), 1, sym_comment, - ACTIONS(5308), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5291), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283378,7 +282486,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 38, + ACTIONS(5283), 21, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283390,25 +282499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -283417,30 +282508,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54006] = 10, + [52809] = 21, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5322), 1, + anon_sym_xor2, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(2403), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + STATE(2326), 1, + aux_sym_shebang_repeat1, + STATE(2391), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5203), 10, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283449,8 +282568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 37, - sym__newline, + ACTIONS(5287), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283462,23 +282580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -283487,24 +282589,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54086] = 7, + [52911] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2404), 1, + ACTIONS(5403), 1, + anon_sym_DOT2, + STATE(2392), 1, + sym_comment, + STATE(2535), 1, + aux_sym_cell_path_repeat1, + STATE(2657), 1, + sym_path, + STATE(2707), 1, + sym_cell_path, + ACTIONS(1721), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1723), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [52987] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2393), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283513,7 +282702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 40, + ACTIONS(5283), 28, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283526,23 +282715,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -283554,36 +282731,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54160] = 12, + [53075] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(2405), 1, + ACTIONS(5392), 1, + sym__newline, + STATE(2327), 1, + aux_sym_shebang_repeat1, + STATE(2394), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5414), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5203), 8, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283592,8 +282778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 33, - sym__newline, + ACTIONS(5287), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283605,14 +282790,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -283626,20 +282806,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54244] = 5, + [53165] = 18, ACTIONS(251), 1, anon_sym_POUND, - STATE(2406), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2395), 1, + sym_comment, + STATE(2806), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6531), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [53261] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + STATE(2393), 1, + aux_sym_shebang_repeat1, + STATE(2396), 1, sym_comment, - ACTIONS(5404), 2, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5203), 13, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283648,8 +282931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 42, - sym__newline, + ACTIONS(5251), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283661,25 +282943,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -283691,50 +282959,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54314] = 17, + [53351] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5403), 1, + anon_sym_DOT2, + STATE(2397), 1, + sym_comment, + STATE(2535), 1, + aux_sym_cell_path_repeat1, + STATE(2657), 1, + sym_path, + STATE(2752), 1, + sym_cell_path, + ACTIONS(1717), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1719), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [53427] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5420), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5422), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(5424), 1, + ACTIONS(5336), 1, anon_sym_bit_DASHor2, - STATE(2407), 1, + STATE(2371), 1, + aux_sym_shebang_repeat1, + STATE(2398), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5418), 2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283743,8 +283083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 24, - sym__newline, + ACTIONS(5251), 22, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -283756,7 +283095,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -283768,52 +283106,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54408] = 18, + [53525] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, - anon_sym_DASH2, - ACTIONS(5408), 1, - anon_sym_PLUS2, - ACTIONS(5420), 1, - anon_sym_bit_DASHand2, - ACTIONS(5422), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5424), 1, - anon_sym_bit_DASHor2, - ACTIONS(5426), 1, - anon_sym_and2, - STATE(2408), 1, + ACTIONS(5405), 1, + anon_sym_LBRACK2, + STATE(2399), 1, sym_comment, - ACTIONS(5402), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5404), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(2318), 13, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(5418), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283822,7 +283127,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 23, + ACTIONS(2322), 43, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283834,10 +283140,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -283846,54 +283171,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54504] = 19, + [53595] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5341), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5349), 1, anon_sym_PLUS2, - ACTIONS(5420), 1, - anon_sym_bit_DASHand2, - ACTIONS(5422), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5424), 1, - anon_sym_bit_DASHor2, - ACTIONS(5426), 1, - anon_sym_and2, - ACTIONS(5428), 1, - anon_sym_xor2, - STATE(2409), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2400), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5285), 10, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5418), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283902,7 +283202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 22, + ACTIONS(5283), 38, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283915,8 +283215,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -283925,41 +283241,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54602] = 13, + [53675] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - STATE(2410), 1, + STATE(2401), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5207), 10, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -283968,7 +283273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 29, + ACTIONS(5205), 37, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -283981,10 +283286,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -283998,27 +283311,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54688] = 9, + [53755] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, - anon_sym_DASH2, - ACTIONS(5408), 1, - anon_sym_PLUS2, - STATE(2411), 1, + STATE(2402), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 10, + ACTIONS(5207), 11, anon_sym_GT2, anon_sym_LT2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284027,7 +283337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 39, + ACTIONS(5205), 40, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -284040,6 +283350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, anon_sym_in2, anon_sym_RBRACE, anon_sym_and2, @@ -284067,44 +283378,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54766] = 14, + [53829] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - STATE(2412), 1, + STATE(2403), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5419), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5418), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5416), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284113,7 +283416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 27, + ACTIONS(5205), 33, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -284126,10 +283429,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -284141,46 +283450,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54854] = 15, + [53913] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, - anon_sym_DASH2, - ACTIONS(5408), 1, - anon_sym_PLUS2, - ACTIONS(5420), 1, - anon_sym_bit_DASHand2, - STATE(2413), 1, + STATE(2404), 1, sym_comment, - ACTIONS(5402), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5207), 13, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(5418), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284189,7 +283472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 26, + ACTIONS(5205), 42, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -284202,10 +283485,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -284216,48 +283515,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [54944] = 16, + [53983] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(5420), 1, + ACTIONS(5427), 1, anon_sym_bit_DASHand2, - ACTIONS(5422), 1, + ACTIONS(5429), 1, anon_sym_bit_DASHxor2, - STATE(2414), 1, + ACTIONS(5431), 1, + anon_sym_bit_DASHor2, + STATE(2405), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, + ACTIONS(5419), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(5418), 2, + ACTIONS(5425), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5416), 4, + ACTIONS(5423), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5203), 8, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284266,7 +283567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 25, + ACTIONS(5205), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -284283,7 +283584,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -284292,200 +283592,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [55036] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2401), 1, - aux_sym_decl_def_repeat1, - STATE(2415), 1, - sym_comment, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6157), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [55132] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5430), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5432), 1, - aux_sym__immediate_decimal_token2, - STATE(2416), 1, - sym_comment, - ACTIONS(1623), 11, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - aux_sym__val_number_decimal_token1, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 44, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [55204] = 20, + [54077] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, + ACTIONS(5427), 1, anon_sym_bit_DASHand2, - ACTIONS(5355), 1, + ACTIONS(5429), 1, anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, + ACTIONS(5431), 1, anon_sym_bit_DASHor2, - ACTIONS(5361), 1, + ACTIONS(5433), 1, anon_sym_and2, - ACTIONS(5372), 1, - sym__newline, - STATE(2313), 1, - aux_sym_shebang_repeat1, - STATE(2417), 1, + STATE(2406), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, + ACTIONS(5419), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5425), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5423), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5273), 8, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284494,7 +283646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 21, + ACTIONS(5205), 23, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -284506,6 +283659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, anon_sym_err_GT_GT, @@ -284516,367 +283670,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [55304] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5440), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5442), 1, - aux_sym__immediate_decimal_token5, - STATE(2418), 1, - sym_comment, - STATE(2938), 1, - sym__immediate_decimal, - ACTIONS(1583), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5438), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3045), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [55388] = 5, + [54173] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, - STATE(2419), 1, - sym_comment, - ACTIONS(1653), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(1665), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + ACTIONS(5407), 1, anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, + ACTIONS(5415), 1, + anon_sym_PLUS2, + ACTIONS(5427), 1, anon_sym_bit_DASHand2, + ACTIONS(5429), 1, anon_sym_bit_DASHxor2, + ACTIONS(5431), 1, anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [55458] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5440), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5442), 1, - aux_sym__immediate_decimal_token5, - STATE(2420), 1, - sym_comment, - STATE(2879), 1, - sym__immediate_decimal, - ACTIONS(1619), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5438), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3058), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [55542] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2421), 1, + ACTIONS(5433), 1, + anon_sym_and2, + ACTIONS(5435), 1, + anon_sym_xor2, + STATE(2407), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5331), 4, + ACTIONS(5419), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5425), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5259), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5257), 32, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(5423), 4, anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [55628] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5444), 1, - anon_sym_DOT, - ACTIONS(5446), 1, - aux_sym__immediate_decimal_token2, - STATE(2422), 1, - sym_comment, - ACTIONS(1599), 10, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 45, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [55700] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4712), 1, - anon_sym_COLON2, - STATE(2423), 1, - sym_comment, - ACTIONS(1004), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -284885,7 +283726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 43, + ACTIONS(5205), 22, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -284897,30 +283738,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -284929,134 +283749,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [55770] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2349), 1, - aux_sym_decl_def_repeat1, - STATE(2424), 1, - sym_comment, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6585), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [55866] = 20, + [54271] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - STATE(2365), 1, - aux_sym_shebang_repeat1, - STATE(2425), 1, + STATE(2408), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, + ACTIONS(5419), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5349), 4, + ACTIONS(5423), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285065,7 +283792,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 21, + ACTIONS(5205), 29, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285077,8 +283805,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -285087,48 +283822,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [55966] = 16, + [54357] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(5306), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - STATE(2386), 1, - aux_sym_shebang_repeat1, - STATE(2426), 1, + STATE(2409), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5247), 8, + ACTIONS(5413), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5207), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285137,7 +283851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 25, + ACTIONS(5205), 39, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285149,9 +283864,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -285163,34 +283891,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56058] = 12, + [54435] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(5372), 1, - sym__newline, - STATE(2396), 1, - aux_sym_shebang_repeat1, - STATE(2427), 1, + STATE(2410), 1, sym_comment, - ACTIONS(5308), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5273), 10, + ACTIONS(5419), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5425), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5421), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5423), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285199,7 +283937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5271), 35, + ACTIONS(5205), 27, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285211,19 +283950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -285235,40 +283965,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56142] = 14, + [54523] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5306), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(5316), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(5320), 1, - sym__newline, - STATE(2379), 1, - aux_sym_shebang_repeat1, - STATE(2428), 1, + ACTIONS(5427), 1, + anon_sym_bit_DASHand2, + STATE(2411), 1, sym_comment, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5310), 4, + ACTIONS(5419), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5425), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5291), 8, + ACTIONS(5423), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285277,7 +284013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5289), 31, + ACTIONS(5205), 26, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285289,16 +284026,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -285309,19 +284040,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56230] = 5, + [54613] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1016), 1, - anon_sym_COLON2, - STATE(2429), 1, + ACTIONS(5407), 1, + anon_sym_DASH2, + ACTIONS(5415), 1, + anon_sym_PLUS2, + ACTIONS(5427), 1, + anon_sym_bit_DASHand2, + ACTIONS(5429), 1, + anon_sym_bit_DASHxor2, + STATE(2412), 1, sym_comment, - ACTIONS(1004), 13, - anon_sym_GT2, + ACTIONS(5409), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5411), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5413), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5417), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5419), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5425), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5421), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5423), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285330,7 +284090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 43, + ACTIONS(5205), 25, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -285342,29 +284102,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -285374,27 +284116,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56300] = 8, + [54705] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5363), 1, + ACTIONS(5403), 1, anon_sym_DOT2, - STATE(2430), 1, + STATE(2413), 1, sym_comment, - STATE(2528), 1, + STATE(2535), 1, aux_sym_cell_path_repeat1, - STATE(2649), 1, + STATE(2657), 1, sym_path, - STATE(2721), 1, + STATE(2729), 1, sym_cell_path, - ACTIONS(1761), 6, + ACTIONS(935), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1763), 47, + ACTIONS(937), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -285442,50 +284184,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [56376] = 18, + [54781] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, + ACTIONS(1295), 1, anon_sym_DQUOTE, - ACTIONS(3124), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5267), 1, - sym__newline, - STATE(2431), 1, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2395), 1, + aux_sym_decl_def_repeat1, + STATE(2414), 1, sym_comment, - STATE(2571), 1, - aux_sym_command_list_repeat1, - STATE(2885), 1, - aux_sym_shebang_repeat1, - STATE(3608), 1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, sym__val_number_decimal, - STATE(6757), 1, - sym__command_name, - STATE(6807), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6810), 1, + STATE(3984), 1, sym_val_string, - ACTIONS(3120), 2, + STATE(6110), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(5080), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5263), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -285520,69 +284262,72 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [56472] = 12, - ACTIONS(3), 1, + [54877] = 14, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2556), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(3810), 1, anon_sym_DOLLAR, - ACTIONS(5275), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5448), 1, + ACTIONS(5439), 1, anon_sym_DOT, - ACTIONS(5452), 1, + ACTIONS(5441), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5443), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5445), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5454), 1, + ACTIONS(5447), 1, aux_sym__immediate_decimal_token5, - STATE(2432), 1, + STATE(2415), 1, sym_comment, - STATE(2872), 1, + STATE(2837), 1, sym__immediate_decimal, - ACTIONS(1597), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5450), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2842), 2, + STATE(2905), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 45, + ACTIONS(1539), 18, + anon_sym_LPAREN, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1553), 28, + sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -285591,31 +284336,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [56556] = 11, + [54965] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5325), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5339), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(5392), 1, + sym__newline, + STATE(2328), 1, aux_sym_shebang_repeat1, - STATE(2433), 1, + STATE(2416), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5241), 10, + ACTIONS(5289), 10, anon_sym_GT2, anon_sym_LT2, anon_sym_err_GT, @@ -285626,8 +284369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 36, - sym__newline, + ACTIONS(5287), 37, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285652,6 +284394,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -285663,34 +284407,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56638] = 12, + [55047] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(2338), 1, - aux_sym_shebang_repeat1, - STATE(2434), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + STATE(2417), 1, sym_comment, + STATE(2424), 1, + aux_sym_shebang_repeat1, ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5312), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5247), 10, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285699,7 +284459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 35, + ACTIONS(5251), 24, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -285711,20 +284471,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -285735,104 +284484,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56722] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2435), 1, - sym_comment, - STATE(2438), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6486), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [56818] = 8, + [55141] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2436), 1, + STATE(2418), 1, sym_comment, - ACTIONS(5329), 2, + ACTIONS(5343), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5335), 2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5241), 11, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -285841,7 +284532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 39, + ACTIONS(5283), 26, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -285854,22 +284545,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [55231] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5392), 1, + sym__newline, + STATE(2330), 1, + aux_sym_shebang_repeat1, + STATE(2419), 1, + sym_comment, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, + ACTIONS(5289), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5287), 25, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -285881,206 +284635,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [56894] = 18, + [55323] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, + ACTIONS(3118), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2437), 1, + ACTIONS(5239), 1, + sym__newline, + STATE(2420), 1, sym_comment, - STATE(2439), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, + STATE(2579), 1, + aux_sym_command_list_repeat1, + STATE(2929), 1, + aux_sym_shebang_repeat1, + STATE(3645), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6502), 1, + STATE(6898), 1, sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [56990] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2438), 1, - sym_comment, - STATE(2834), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(6931), 1, sym_cmd_identifier, - STATE(6503), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [57086] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5261), 1, - anon_sym_DASH_DASH, - STATE(2439), 1, - sym_comment, - STATE(2834), 1, - aux_sym_decl_def_repeat1, - STATE(3024), 1, - sym_long_flag, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, + STATE(6932), 1, sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6507), 1, - sym__command_name, - ACTIONS(1297), 2, + ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -286115,22 +284713,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [57182] = 6, + [55419] = 11, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + STATE(2400), 1, aux_sym_shebang_repeat1, - STATE(2440), 1, + STATE(2421), 1, sym_comment, - ACTIONS(5335), 2, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5259), 13, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5253), 10, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286139,8 +284746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5257), 41, - sym__newline, + ACTIONS(5251), 37, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286152,7 +284758,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -286166,8 +284771,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, @@ -286181,27 +284784,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57254] = 9, + [55501] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - STATE(2343), 1, - aux_sym_shebang_repeat1, - STATE(2441), 1, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, + STATE(2422), 1, sym_comment, - ACTIONS(5308), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5247), 11, + ACTIONS(1681), 13, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, @@ -286211,7 +284805,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 38, + ACTIONS(1693), 43, + ts_builtin_sym_end, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286222,7 +284818,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -286237,6 +284832,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, @@ -286250,38 +284849,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57332] = 13, - ACTIONS(251), 1, + [55571] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(2442), 1, + ACTIONS(2547), 1, + anon_sym_DOLLAR, + ACTIONS(5273), 1, + anon_sym_LPAREN2, + ACTIONS(5449), 1, + anon_sym_DOT, + ACTIONS(5453), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5455), 1, + aux_sym__immediate_decimal_token5, + STATE(2423), 1, sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5241), 8, + STATE(2878), 1, + sym__immediate_decimal, + ACTIONS(1643), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5451), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2872), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1633), 45, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286290,31 +284912,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 32, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -286323,24 +284920,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57418] = 7, + aux_sym__unquoted_in_list_token1, + [55655] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - STATE(2356), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(2443), 1, + STATE(2424), 1, sym_comment, - ACTIONS(5312), 2, + ACTIONS(5343), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5247), 13, + ACTIONS(5347), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286349,7 +284971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5245), 40, + ACTIONS(5283), 25, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286361,25 +284984,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -286390,22 +284997,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57492] = 6, + [55747] = 14, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + STATE(2363), 1, aux_sym_shebang_repeat1, - STATE(2444), 1, + STATE(2425), 1, sym_comment, - ACTIONS(5335), 2, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5241), 13, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286414,8 +285039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5239), 41, - sym__newline, + ACTIONS(5251), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286427,7 +285051,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -286435,16 +285058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -286456,16 +285071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57564] = 7, + [55835] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5243), 1, + ACTIONS(5249), 1, anon_sym_DOT2, - STATE(2317), 1, - aux_sym_cell_path_repeat1, - STATE(2445), 1, + STATE(2426), 1, sym_comment, - STATE(2591), 1, + STATE(2431), 1, + aux_sym_cell_path_repeat1, + STATE(2560), 1, sym_path, ACTIONS(948), 6, aux_sym_cmd_identifier_token1, @@ -286523,145 +285138,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [57638] = 4, + [55909] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(2446), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5392), 1, + sym__newline, + STATE(2331), 1, + aux_sym_shebang_repeat1, + STATE(2427), 1, sym_comment, - ACTIONS(2437), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2439), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [57705] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2447), 1, - sym_comment, - ACTIONS(5084), 5, + ACTIONS(5314), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5088), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5082), 20, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(5086), 23, - anon_sym_DASH2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [57776] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2448), 1, - sym_comment, - ACTIONS(5096), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286670,9 +285190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5287), 24, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286683,27 +285201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -286714,80 +285215,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57843] = 4, + [56003] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(2449), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(2428), 1, sym_comment, - ACTIONS(2485), 13, - anon_sym_GT2, + ACTIONS(5343), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2487), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(5345), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(5347), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(5351), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [57910] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2450), 1, - sym_comment, - ACTIONS(5179), 13, + ACTIONS(5353), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5285), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286796,8 +285267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5177), 43, - ts_builtin_sym_end, + ACTIONS(5283), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -286809,28 +285279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -286840,44 +285292,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [57977] = 14, + [56097] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - STATE(2451), 1, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5392), 1, + sym__newline, + STATE(2332), 1, + aux_sym_shebang_repeat1, + STATE(2429), 1, sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5203), 8, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286886,9 +285346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 26, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5287), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286899,11 +285357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -286913,17 +285370,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58064] = 4, + [56193] = 12, ACTIONS(251), 1, anon_sym_POUND, - STATE(2452), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5338), 1, + sym__newline, + STATE(2333), 1, + aux_sym_shebang_repeat1, + STATE(2430), 1, sym_comment, - ACTIONS(1653), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5299), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -286932,9 +285406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1665), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5297), 35, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -286945,7 +285417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, + anon_sym_RPAREN, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -286959,12 +285431,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, @@ -286976,76 +285442,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58131] = 5, - ACTIONS(3), 1, + [56277] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5381), 1, - aux_sym__immediate_decimal_token2, - STATE(2453), 1, + ACTIONS(5457), 1, + anon_sym_DOT2, + STATE(2560), 1, + sym_path, + STATE(2431), 2, sym_comment, - ACTIONS(1601), 7, + aux_sym_cell_path_repeat1, + ACTIONS(941), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(943), 48, sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - ACTIONS(1599), 48, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [58200] = 4, + [56349] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2454), 1, + STATE(2432), 1, sym_comment, - ACTIONS(2453), 13, + ACTIONS(5145), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -287059,8 +285527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2455), 43, - ts_builtin_sym_end, + ACTIONS(5147), 44, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -287072,8 +285539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -287103,52 +285572,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58267] = 5, - ACTIONS(3), 1, + [56417] = 12, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5476), 1, - aux_sym__immediate_decimal_token2, - STATE(2455), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + STATE(2351), 1, + aux_sym_shebang_repeat1, + STATE(2433), 1, sym_comment, - ACTIONS(1711), 7, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - ACTIONS(1709), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(5308), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5253), 10, + anon_sym_GT2, + anon_sym_LT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287157,6 +285608,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(5251), 35, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -287165,18 +285644,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [58336] = 4, + [56501] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(2456), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2335), 1, + aux_sym_shebang_repeat1, + STATE(2434), 1, sym_comment, - ACTIONS(5096), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5299), 11, + anon_sym_GT2, + anon_sym_LT2, anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, @@ -287186,9 +285674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5297), 38, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287199,6 +285685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -287213,10 +285700,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, @@ -287230,46 +285713,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58403] = 15, + [56579] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5478), 1, - anon_sym_bit_DASHand2, - STATE(2457), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2337), 1, + aux_sym_shebang_repeat1, + STATE(2435), 1, sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5203), 8, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287278,9 +285755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 25, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5297), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287291,9 +285766,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -287304,12 +285787,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58492] = 4, + [56667] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2458), 1, + ACTIONS(1016), 1, + anon_sym_COLON2, + STATE(2436), 1, sym_comment, - ACTIONS(2334), 13, + ACTIONS(1004), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -287323,8 +285808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2336), 43, - ts_builtin_sym_end, + ACTIONS(1000), 43, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -287338,6 +285822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -287367,21 +285852,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58559] = 4, + [56737] = 18, ACTIONS(251), 1, anon_sym_POUND, - STATE(2459), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5239), 1, + sym__newline, + STATE(2437), 1, sym_comment, - ACTIONS(962), 7, + STATE(2596), 1, + aux_sym_command_list_repeat1, + STATE(2929), 1, + aux_sym_shebang_repeat1, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6922), 1, + sym__command_name, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(964), 49, - sym_raw_string_begin, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -287416,26 +285930,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - anon_sym_QMARK2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [58626] = 4, + [56833] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2460), 1, + ACTIONS(5338), 1, + sym__newline, + STATE(2340), 1, + aux_sym_shebang_repeat1, + STATE(2438), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5299), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -287449,9 +285956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5297), 40, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287462,6 +285967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -287476,8 +285982,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -287493,89 +285997,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58693] = 13, + [56907] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5480), 1, - anon_sym_DOLLAR, - ACTIONS(5482), 1, - anon_sym_LPAREN2, - ACTIONS(5484), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5486), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5488), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5490), 1, - aux_sym__immediate_decimal_token5, - STATE(2461), 1, - sym_comment, - STATE(3071), 1, - sym__immediate_decimal, - STATE(3175), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1619), 28, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2439), 1, + sym_comment, + STATE(2806), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6412), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [58778] = 4, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [57003] = 18, ACTIONS(251), 1, anon_sym_POUND, - STATE(2462), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + STATE(2428), 1, + aux_sym_shebang_repeat1, + STATE(2440), 1, sym_comment, - ACTIONS(1957), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287584,9 +286129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1959), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5251), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287597,28 +286140,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -287628,48 +286153,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58845] = 16, + [57099] = 21, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5322), 1, + anon_sym_xor2, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(5478), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(5492), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - STATE(2463), 1, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + STATE(2390), 1, + aux_sym_shebang_repeat1, + STATE(2441), 1, sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5203), 8, + ACTIONS(5253), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287678,9 +286213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 24, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5251), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287691,10 +286224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, + anon_sym_RPAREN, anon_sym_or2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -287703,80 +286234,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [58936] = 4, + [57201] = 19, ACTIONS(251), 1, anon_sym_POUND, - STATE(2464), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + ACTIONS(5338), 1, + sym__newline, + STATE(2342), 1, + aux_sym_shebang_repeat1, + STATE(2442), 1, sym_comment, - ACTIONS(5183), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5181), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [59003] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2465), 1, - sym_comment, - ACTIONS(2457), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5299), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287785,9 +286290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2459), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5297), 22, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287798,29 +286301,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -287829,23 +286313,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59070] = 5, + [57299] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5494), 1, - anon_sym_QMARK2, - STATE(2466), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2443), 1, sym_comment, - ACTIONS(952), 7, + STATE(2445), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6405), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(954), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -287880,36 +286391,128 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [57395] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2444), 1, + sym_comment, + STATE(2446), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6427), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [59139] = 5, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [57491] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5496), 1, - anon_sym_QMARK2, - STATE(2467), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2445), 1, sym_comment, - ACTIONS(966), 7, + STATE(2806), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6428), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(968), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -287944,30 +286547,134 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [57587] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + ACTIONS(5247), 1, + anon_sym_DASH_DASH, + STATE(2446), 1, + sym_comment, + STATE(2806), 1, + aux_sym_decl_def_repeat1, + STATE(3006), 1, + sym_long_flag, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6436), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [59208] = 4, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [57683] = 20, ACTIONS(251), 1, anon_sym_POUND, - STATE(2468), 1, + ACTIONS(5316), 1, + anon_sym_DASH2, + ACTIONS(5320), 1, + anon_sym_and2, + ACTIONS(5328), 1, + anon_sym_PLUS2, + ACTIONS(5332), 1, + anon_sym_bit_DASHand2, + ACTIONS(5334), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5336), 1, + anon_sym_bit_DASHor2, + ACTIONS(5392), 1, + sym__newline, + STATE(2324), 1, + aux_sym_shebang_repeat1, + STATE(2447), 1, sym_comment, - ACTIONS(5096), 13, - anon_sym_GT2, + ACTIONS(5308), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5310), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5312), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5314), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5326), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5289), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -287976,9 +286683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5287), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -287989,29 +286694,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, + anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -288020,12 +286705,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59275] = 4, + [57783] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2469), 1, + STATE(2448), 1, sym_comment, - ACTIONS(2505), 13, + ACTIONS(1004), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288039,7 +286724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2507), 43, + ACTIONS(1000), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288083,12 +286768,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59342] = 4, + [57850] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2470), 1, + STATE(2449), 1, sym_comment, - ACTIONS(5207), 13, + ACTIONS(5213), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288102,7 +286787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5205), 43, + ACTIONS(5211), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288146,12 +286831,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59409] = 4, + [57917] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2471), 1, + ACTIONS(5460), 1, + aux_sym__immediate_decimal_token2, + STATE(2450), 1, sym_comment, - ACTIONS(2354), 13, + ACTIONS(1667), 10, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 45, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [57986] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2451), 1, + sym_comment, + ACTIONS(2415), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288165,7 +286914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2356), 43, + ACTIONS(2417), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288209,12 +286958,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59476] = 4, + [58053] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2472), 1, + STATE(2452), 1, sym_comment, - ACTIONS(2461), 13, + ACTIONS(2361), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288228,7 +286977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2463), 43, + ACTIONS(2363), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288272,12 +287021,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59543] = 4, + [58120] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2473), 1, + STATE(2453), 1, sym_comment, - ACTIONS(2115), 13, + ACTIONS(2369), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288291,7 +287040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2121), 43, + ACTIONS(2371), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288335,12 +287084,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59610] = 4, + [58187] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2474), 1, + STATE(2454), 1, sym_comment, - ACTIONS(2382), 13, + ACTIONS(2365), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288354,7 +287103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2384), 43, + ACTIONS(2367), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288398,12 +287147,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59677] = 4, + [58254] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2475), 1, + STATE(2455), 1, sym_comment, - ACTIONS(2013), 13, + ACTIONS(2443), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288417,7 +287166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2015), 43, + ACTIONS(2445), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288461,12 +287210,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59744] = 4, + [58321] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2476), 1, + STATE(2456), 1, sym_comment, - ACTIONS(1819), 13, + ACTIONS(2505), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288480,7 +287229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1827), 43, + ACTIONS(2507), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288524,12 +287273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59811] = 4, + [58388] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2477), 1, + STATE(2457), 1, sym_comment, - ACTIONS(2386), 13, + ACTIONS(1997), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288543,7 +287292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2388), 43, + ACTIONS(1999), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288587,12 +287336,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59878] = 4, + [58455] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2478), 1, + STATE(2458), 1, sym_comment, - ACTIONS(2390), 13, + ACTIONS(2459), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288606,7 +287355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2392), 43, + ACTIONS(2461), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288650,12 +287399,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [59945] = 4, + [58522] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2479), 1, + STATE(2459), 1, sym_comment, - ACTIONS(2017), 13, + ACTIONS(2463), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288669,7 +287418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2019), 43, + ACTIONS(2465), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288713,12 +287462,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60012] = 4, + [58589] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2480), 1, + STATE(2460), 1, sym_comment, - ACTIONS(2338), 13, + ACTIONS(2001), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288732,7 +287481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2340), 43, + ACTIONS(2003), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288776,12 +287525,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60079] = 4, + [58656] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2481), 1, + STATE(2461), 1, sym_comment, - ACTIONS(2350), 13, + ACTIONS(2009), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288795,7 +287544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2352), 43, + ACTIONS(2011), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288839,12 +287588,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60146] = 4, + [58723] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2482), 1, + STATE(2462), 1, sym_comment, - ACTIONS(2025), 13, + ACTIONS(1933), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288858,7 +287607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2027), 43, + ACTIONS(1935), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288902,12 +287651,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60213] = 4, + [58790] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2483), 1, + STATE(2463), 1, sym_comment, - ACTIONS(2142), 13, + ACTIONS(2467), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288921,7 +287670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2148), 43, + ACTIONS(2469), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -288965,12 +287714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60280] = 4, + [58857] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2484), 1, + STATE(2464), 1, sym_comment, - ACTIONS(2150), 13, + ACTIONS(2471), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -288984,7 +287733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2156), 43, + ACTIONS(2473), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289028,12 +287777,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60347] = 4, + [58924] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2485), 1, + STATE(2465), 1, sym_comment, - ACTIONS(2214), 13, + ACTIONS(2089), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289047,7 +287796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2216), 43, + ACTIONS(2091), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289091,17 +287840,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60414] = 4, - ACTIONS(251), 1, + [58991] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2486), 1, + ACTIONS(5401), 1, + aux_sym__immediate_decimal_token2, + STATE(2466), 1, sym_comment, - ACTIONS(2338), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(1589), 7, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + ACTIONS(1587), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -289110,42 +287894,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2340), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -289154,12 +287902,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60481] = 4, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [59060] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2487), 1, + STATE(2467), 1, sym_comment, - ACTIONS(2467), 13, + ACTIONS(2373), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289173,7 +287923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2469), 43, + ACTIONS(2375), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289217,12 +287967,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60548] = 4, + [59127] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2488), 1, + STATE(2468), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2475), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289236,7 +287986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(2477), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289280,12 +288030,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60615] = 4, + [59194] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2489), 1, + STATE(2469), 1, sym_comment, - ACTIONS(2158), 13, + ACTIONS(2337), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289299,7 +288049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2164), 43, + ACTIONS(2339), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289343,12 +288093,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60682] = 4, + [59261] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5462), 1, + aux_sym__immediate_decimal_token2, + STATE(2470), 1, + sym_comment, + ACTIONS(1669), 7, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + ACTIONS(1667), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [59330] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2490), 1, + STATE(2471), 1, sym_comment, - ACTIONS(1794), 13, + ACTIONS(2377), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289362,7 +288176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1802), 43, + ACTIONS(2379), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289406,90 +288220,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60749] = 19, + [59397] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, - anon_sym_DASH2, - ACTIONS(5472), 1, - anon_sym_PLUS2, - ACTIONS(5478), 1, - anon_sym_bit_DASHand2, - ACTIONS(5492), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5498), 1, - anon_sym_and2, - ACTIONS(5500), 1, - anon_sym_xor2, - ACTIONS(5502), 1, - anon_sym_bit_DASHor2, - STATE(2491), 1, - sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5203), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5201), 21, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_or2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [60846] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2492), 1, + STATE(2472), 1, sym_comment, - ACTIONS(2413), 13, + ACTIONS(2479), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289503,7 +288239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2415), 43, + ACTIONS(2481), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289547,12 +288283,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60913] = 4, + [59464] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2493), 1, + STATE(2473), 1, sym_comment, - ACTIONS(2471), 13, + ACTIONS(2188), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289566,7 +288302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2473), 43, + ACTIONS(2192), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289610,12 +288346,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [60980] = 4, + [59531] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2494), 1, + STATE(2474), 1, sym_comment, - ACTIONS(2224), 13, + ACTIONS(2381), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289629,7 +288365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2228), 43, + ACTIONS(2383), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289673,17 +288409,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61047] = 4, - ACTIONS(251), 1, + [59598] = 11, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2495), 1, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(5466), 1, + anon_sym_DOT_DOT2, + ACTIONS(5470), 1, + sym_filesize_unit, + ACTIONS(5472), 1, + sym_duration_unit, + ACTIONS(5474), 1, + aux_sym__unquoted_in_list_token2, + STATE(2475), 1, sym_comment, - ACTIONS(2358), 13, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + STATE(7254), 1, + sym__expr_parenthesized_immediate, + ACTIONS(1693), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5468), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -289692,42 +288470,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2360), 43, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -289736,12 +288478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61114] = 4, + aux_sym__unquoted_in_list_token1, + [59679] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2496), 1, + STATE(2476), 1, sym_comment, - ACTIONS(2362), 13, + ACTIONS(2385), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289755,7 +288498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2364), 43, + ACTIONS(2387), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289799,26 +288542,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61181] = 5, + [59746] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5446), 1, - aux_sym__immediate_decimal_token2, - STATE(2497), 1, + ACTIONS(5476), 1, + anon_sym_DOT2, + STATE(2657), 1, + sym_path, + STATE(2477), 2, sym_comment, - ACTIONS(1599), 10, + aux_sym_cell_path_repeat1, + ACTIONS(941), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 45, + ACTIONS(943), 47, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -289853,9 +288596,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -289863,12 +288607,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [61250] = 4, + [59817] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2498), 1, + STATE(2478), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2389), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -289882,7 +288626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(2391), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -289926,84 +288670,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61317] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5458), 1, - anon_sym_DASH2, - ACTIONS(5472), 1, - anon_sym_PLUS2, - STATE(2499), 1, - sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5203), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5201), 28, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [61402] = 4, + [59884] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2500), 1, + STATE(2479), 1, sym_comment, - ACTIONS(2417), 13, + ACTIONS(5203), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290017,7 +288689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2419), 43, + ACTIONS(5201), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290061,12 +288733,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61469] = 4, + [59951] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2501), 1, + STATE(2480), 1, sym_comment, - ACTIONS(2421), 13, + ACTIONS(2170), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290080,7 +288752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2423), 43, + ACTIONS(2176), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290124,12 +288796,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61536] = 4, + [60018] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2502), 1, + STATE(2481), 1, sym_comment, - ACTIONS(2425), 13, + ACTIONS(2427), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290143,7 +288815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2427), 43, + ACTIONS(2429), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290187,12 +288859,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61603] = 4, + [60085] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2503), 1, + STATE(2482), 1, sym_comment, - ACTIONS(1977), 13, + ACTIONS(2431), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290206,7 +288878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1979), 43, + ACTIONS(2433), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290250,12 +288922,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61670] = 4, + [60152] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2504), 1, + STATE(2483), 1, sym_comment, - ACTIONS(2445), 13, + ACTIONS(2435), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290269,7 +288941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2447), 43, + ACTIONS(2437), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290313,76 +288985,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61737] = 5, + [60219] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5504), 1, - aux_sym__immediate_decimal_token2, - STATE(2505), 1, - sym_comment, - ACTIONS(1709), 10, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 45, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [61806] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2506), 1, + STATE(2484), 1, sym_comment, - ACTIONS(2429), 13, + ACTIONS(1786), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290396,7 +289004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2431), 43, + ACTIONS(1794), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290440,12 +289048,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61873] = 4, + [60286] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2507), 1, + STATE(2485), 1, sym_comment, - ACTIONS(2433), 13, + ACTIONS(2229), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290459,7 +289067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2435), 43, + ACTIONS(2233), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290503,12 +289111,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [61940] = 4, + [60353] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2508), 1, + STATE(2486), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5108), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290522,7 +289130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(5110), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290566,12 +289174,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62007] = 4, + [60420] = 10, ACTIONS(251), 1, anon_sym_POUND, - STATE(2509), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + STATE(2487), 1, + sym_comment, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5207), 10, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5205), 36, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [60499] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2488), 1, sym_comment, - ACTIONS(2394), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290585,7 +289262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2396), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290629,12 +289306,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62074] = 4, + [60566] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2510), 1, + STATE(2489), 1, sym_comment, - ACTIONS(2398), 13, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5207), 11, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5205), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [60639] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2490), 1, + sym_comment, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290648,7 +289391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2400), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290692,12 +289435,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62141] = 4, + [60706] = 12, ACTIONS(251), 1, anon_sym_POUND, - STATE(2511), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + STATE(2491), 1, sym_comment, - ACTIONS(2029), 13, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5207), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5205), 32, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [60789] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2492), 1, + sym_comment, + ACTIONS(2393), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290711,7 +289525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2031), 43, + ACTIONS(2395), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290755,12 +289569,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62208] = 4, + [60856] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2512), 1, + STATE(2493), 1, sym_comment, - ACTIONS(5203), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290774,7 +289588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290818,12 +289632,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62275] = 4, + [60923] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2513), 1, + STATE(2494), 1, sym_comment, - ACTIONS(2366), 13, + ACTIONS(2397), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290837,7 +289651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2368), 43, + ACTIONS(2399), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290881,12 +289695,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62342] = 4, + [60990] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2514), 1, + STATE(2495), 1, sym_comment, - ACTIONS(2241), 13, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5207), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290900,7 +289717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2245), 43, + ACTIONS(5205), 41, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -290927,8 +289744,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -290944,12 +289759,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62409] = 4, + [61059] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2515), 1, + STATE(2496), 1, sym_comment, - ACTIONS(2261), 13, + ACTIONS(2194), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -290963,7 +289778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2263), 43, + ACTIONS(2198), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291007,12 +289822,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62476] = 4, + [61126] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2516), 1, + STATE(2497), 1, sym_comment, - ACTIONS(2402), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291026,7 +289841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2404), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291070,17 +289885,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62543] = 4, + [61193] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(2517), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + ACTIONS(5501), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5503), 1, + anon_sym_bit_DASHor2, + STATE(2498), 1, sym_comment, - ACTIONS(2406), 13, - anon_sym_GT2, + ACTIONS(5481), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -291089,7 +289937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2408), 43, + ACTIONS(5205), 23, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291102,29 +289950,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -291133,12 +289961,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62610] = 4, + [61286] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2518), 1, + STATE(2499), 1, sym_comment, - ACTIONS(2449), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291152,7 +289980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2451), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291196,40 +290024,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62677] = 13, + [61353] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3884), 1, - anon_sym_DOLLAR, - ACTIONS(5388), 1, - anon_sym_LPAREN2, - ACTIONS(5506), 1, - anon_sym_DOT, - ACTIONS(5508), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5510), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5512), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5514), 1, - aux_sym__immediate_decimal_token5, - STATE(2519), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + ACTIONS(5501), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5503), 1, + anon_sym_bit_DASHor2, + ACTIONS(5505), 1, + anon_sym_and2, + STATE(2500), 1, sym_comment, - STATE(2917), 1, - sym__immediate_decimal, - STATE(2916), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1587), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -291238,28 +290078,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1597), 28, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(5205), 22, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_xor2, + anon_sym_or2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -291268,12 +290101,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62762] = 4, + [61448] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2520), 1, + STATE(2501), 1, sym_comment, - ACTIONS(2370), 13, + ACTIONS(2439), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291287,7 +290120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2372), 43, + ACTIONS(2441), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291331,12 +290164,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62829] = 4, + [61515] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2521), 1, + ACTIONS(5507), 1, + anon_sym_QMARK2, + STATE(2502), 1, sym_comment, - ACTIONS(2342), 13, + ACTIONS(958), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(960), 48, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [61584] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5509), 1, + anon_sym_QMARK2, + STATE(2503), 1, + sym_comment, + ACTIONS(952), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(954), 48, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [61653] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2504), 1, + sym_comment, + ACTIONS(1681), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291350,7 +290311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2344), 43, + ACTIONS(1693), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291394,12 +290355,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62896] = 4, + [61720] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2522), 1, + STATE(2505), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291413,7 +290374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291457,40 +290418,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [62963] = 13, + [61787] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5480), 1, - anon_sym_DOLLAR, - ACTIONS(5482), 1, - anon_sym_LPAREN2, - ACTIONS(5484), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5486), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5488), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5490), 1, - aux_sym__immediate_decimal_token5, - STATE(2523), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + ACTIONS(5501), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5503), 1, + anon_sym_bit_DASHor2, + ACTIONS(5505), 1, + anon_sym_and2, + ACTIONS(5511), 1, + anon_sym_xor2, + STATE(2506), 1, sym_comment, - STATE(3062), 1, - sym__immediate_decimal, - STATE(3192), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -291499,28 +290474,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1583), 28, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(5205), 21, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_or2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -291529,12 +290496,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63048] = 4, + [61884] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2524), 1, + STATE(2507), 1, sym_comment, - ACTIONS(5084), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291548,7 +290515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5086), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291592,30 +290559,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63115] = 10, + [61951] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(5479), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5487), 1, anon_sym_PLUS2, - STATE(2525), 1, + STATE(2508), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(5481), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5468), 2, + ACTIONS(5483), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5485), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, + ACTIONS(5489), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5203), 10, + ACTIONS(5491), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -291624,7 +290602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 36, + ACTIONS(5205), 28, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291637,17 +290615,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, @@ -291661,12 +290631,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63194] = 4, + [62036] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2526), 1, + STATE(2509), 1, sym_comment, - ACTIONS(1004), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291680,7 +290650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1000), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291724,12 +290694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63261] = 4, + [62103] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2527), 1, + STATE(2510), 1, sym_comment, - ACTIONS(2346), 13, + ACTIONS(5207), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291743,7 +290713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2348), 43, + ACTIONS(5205), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291787,78 +290757,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63328] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5363), 1, - anon_sym_DOT2, - STATE(2528), 1, - sym_comment, - STATE(2541), 1, - aux_sym_cell_path_repeat1, - STATE(2649), 1, - sym_path, - ACTIONS(948), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(950), 47, - sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [63401] = 4, + [62170] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2529), 1, + STATE(2511), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -291872,7 +290776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291916,24 +290820,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63468] = 7, + [62237] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(2530), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + STATE(2512), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(5481), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5468), 2, + ACTIONS(5483), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5485), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 11, + ACTIONS(5207), 10, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -291942,7 +290849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 39, + ACTIONS(5205), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -291955,7 +290862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -291982,12 +290888,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63541] = 4, + [62314] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2531), 1, + STATE(2513), 1, sym_comment, - ACTIONS(1945), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292001,7 +290907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1947), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292045,12 +290951,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63608] = 4, + [62381] = 14, ACTIONS(251), 1, anon_sym_POUND, - STATE(2532), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + STATE(2514), 1, + sym_comment, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5205), 26, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [62468] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2515), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292064,7 +291043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292108,106 +291087,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63675] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5518), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5520), 1, - aux_sym__immediate_decimal_token5, - STATE(2533), 1, - sym_comment, - STATE(3037), 1, - sym__immediate_decimal, - ACTIONS(1687), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5516), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3078), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1685), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [63756] = 12, + [62535] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(5479), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5487), 1, anon_sym_PLUS2, - STATE(2534), 1, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + STATE(2516), 1, sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, + ACTIONS(5481), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5468), 2, + ACTIONS(5483), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5485), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, + ACTIONS(5489), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5464), 4, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5203), 8, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -292216,7 +291135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 32, + ACTIONS(5205), 25, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292229,16 +291148,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, @@ -292249,59 +291161,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63839] = 11, - ACTIONS(3), 1, + [62624] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(5524), 1, - anon_sym_DOT_DOT2, - ACTIONS(5528), 1, - sym_filesize_unit, - ACTIONS(5530), 1, - sym_duration_unit, - ACTIONS(5532), 1, - aux_sym__unquoted_in_list_token2, - STATE(2535), 1, + STATE(2517), 1, sym_comment, - STATE(7230), 1, - sym__expr_parenthesized_immediate, - ACTIONS(1665), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5526), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(5120), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -292310,6 +291180,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(5118), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -292318,28 +291224,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [63920] = 9, + [62691] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, + ACTIONS(5479), 1, anon_sym_DASH2, - ACTIONS(5472), 1, + ACTIONS(5487), 1, anon_sym_PLUS2, - STATE(2536), 1, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + ACTIONS(5501), 1, + anon_sym_bit_DASHxor2, + STATE(2518), 1, sym_comment, - ACTIONS(5462), 2, + ACTIONS(5481), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5468), 2, + ACTIONS(5483), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, + ACTIONS(5485), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 10, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5207), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -292348,7 +291274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 38, + ACTIONS(5205), 24, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292361,23 +291287,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -292387,12 +291299,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [63997] = 4, + [62782] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2537), 1, + STATE(2519), 1, sym_comment, - ACTIONS(2378), 13, + ACTIONS(5120), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292406,7 +291318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2380), 43, + ACTIONS(5118), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292450,12 +291362,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64064] = 4, + [62849] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2538), 1, + STATE(2520), 1, sym_comment, - ACTIONS(1989), 13, + ACTIONS(2341), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292469,7 +291381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1991), 43, + ACTIONS(2343), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292513,12 +291425,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64131] = 4, + [62916] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2539), 1, + STATE(2521), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2144), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292532,7 +291444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(2150), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292576,15 +291488,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64198] = 5, + [62983] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2540), 1, + STATE(2522), 1, sym_comment, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5203), 13, + ACTIONS(2152), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292598,7 +291507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 41, + ACTIONS(2158), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292625,6 +291534,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -292640,124 +291551,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64267] = 6, + [63050] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5534), 1, - anon_sym_DOT2, - STATE(2649), 1, - sym_path, - STATE(2541), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(943), 47, - sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [64338] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5434), 1, + ACTIONS(3810), 1, anon_sym_DOLLAR, - ACTIONS(5436), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5518), 1, + ACTIONS(5513), 1, + anon_sym_DOT, + ACTIONS(5515), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5517), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5519), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5520), 1, + ACTIONS(5521), 1, aux_sym__immediate_decimal_token5, - STATE(2542), 1, + STATE(2523), 1, sym_comment, - STATE(3039), 1, + STATE(2894), 1, sym__immediate_decimal, - ACTIONS(1691), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5516), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3038), 2, + STATE(2940), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1689), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1633), 18, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -292766,76 +291593,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [64419] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5518), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5520), 1, - aux_sym__immediate_decimal_token5, - STATE(2543), 1, - sym_comment, - STATE(3113), 1, - sym__immediate_decimal, - ACTIONS(1597), 2, + ACTIONS(1643), 28, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5516), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3047), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1587), 45, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -292844,13 +291623,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [64500] = 4, + [63135] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2544), 1, + STATE(2524), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2447), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -292864,7 +291642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(2449), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292908,50 +291686,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64567] = 17, + [63202] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5458), 1, - anon_sym_DASH2, - ACTIONS(5472), 1, - anon_sym_PLUS2, - ACTIONS(5478), 1, - anon_sym_bit_DASHand2, - ACTIONS(5492), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5502), 1, - anon_sym_bit_DASHor2, - STATE(2545), 1, + STATE(2525), 1, sym_comment, - ACTIONS(5456), 2, + ACTIONS(2345), 13, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5203), 8, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -292960,7 +291705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5201), 23, + ACTIONS(2347), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -292973,9 +291718,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -292984,12 +291749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64660] = 4, + [63269] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2546), 1, + STATE(2526), 1, sym_comment, - ACTIONS(1997), 13, + ACTIONS(2184), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293003,7 +291768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(1999), 43, + ACTIONS(2186), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293047,12 +291812,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64727] = 4, + [63336] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2547), 1, + STATE(2527), 1, sym_comment, - ACTIONS(2001), 13, + ACTIONS(2160), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293066,7 +291831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2003), 43, + ACTIONS(2166), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293110,159 +291875,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [64794] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5518), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5520), 1, - aux_sym__immediate_decimal_token5, - STATE(2548), 1, - sym_comment, - STATE(3057), 1, - sym__immediate_decimal, - ACTIONS(1695), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5516), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1693), 45, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [64875] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5458), 1, - anon_sym_DASH2, - ACTIONS(5472), 1, - anon_sym_PLUS2, - ACTIONS(5478), 1, - anon_sym_bit_DASHand2, - ACTIONS(5492), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5498), 1, - anon_sym_and2, - ACTIONS(5502), 1, - anon_sym_bit_DASHor2, - STATE(2549), 1, - sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5203), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(5201), 22, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_xor2, - anon_sym_or2, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [64970] = 4, + [63403] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2550), 1, + STATE(2528), 1, sym_comment, - ACTIONS(2374), 13, + ACTIONS(1865), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293276,7 +291894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2376), 43, + ACTIONS(1873), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293320,12 +291938,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [65037] = 4, + [63470] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2551), 1, + STATE(2529), 1, sym_comment, - ACTIONS(2441), 13, + ACTIONS(2419), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293339,7 +291957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2443), 43, + ACTIONS(2421), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293383,12 +292001,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [65104] = 4, + [63537] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2552), 1, + STATE(2530), 1, sym_comment, - ACTIONS(5096), 13, + ACTIONS(2423), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293402,7 +292020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(5094), 43, + ACTIONS(2425), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293446,201 +292064,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [65171] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2553), 1, - sym_comment, - ACTIONS(958), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(960), 49, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - anon_sym_QMARK2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [65238] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2554), 1, - sym_comment, - ACTIONS(976), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(978), 49, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - anon_sym_QMARK2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [65305] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2555), 1, - sym_comment, - ACTIONS(972), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(974), 49, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - anon_sym_QMARK2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [65372] = 4, + [63604] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2556), 1, + STATE(2531), 1, sym_comment, - ACTIONS(2218), 13, + ACTIONS(1937), 13, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -293654,7 +292083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2222), 43, + ACTIONS(1939), 43, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -293698,24 +292127,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [65439] = 5, + [63671] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5529), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5531), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5533), 1, + aux_sym__immediate_decimal_token5, + STATE(2532), 1, + sym_comment, + STATE(3057), 1, + sym__immediate_decimal, + STATE(3185), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 18, + anon_sym_LPAREN, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1553), 28, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [63756] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5537), 1, - anon_sym_QMARK2, - STATE(2557), 1, + ACTIONS(5390), 1, + aux_sym__immediate_decimal_token2, + STATE(2533), 1, sym_comment, - ACTIONS(966), 7, + ACTIONS(1587), 10, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(968), 47, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 45, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -293750,10 +292253,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -293761,12 +292263,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65507] = 4, + [63825] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2558), 1, + STATE(2534), 1, sym_comment, - ACTIONS(972), 7, + ACTIONS(964), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -293774,9 +292276,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, anon_sym_DOT2, - ACTIONS(974), 48, + ACTIONS(966), 49, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -293814,6 +292315,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_STAR2, anon_sym_QMARK2, aux_sym__val_number_decimal_token1, @@ -293823,46 +292326,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [65573] = 16, + [63892] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2559), 1, + ACTIONS(5403), 1, + anon_sym_DOT2, + STATE(2477), 1, + aux_sym_cell_path_repeat1, + STATE(2535), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6155), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + STATE(2657), 1, + sym_path, + ACTIONS(948), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(950), 47, + sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -293897,46 +292381,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [65663] = 16, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2560), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(5641), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + [63965] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2536), 1, + sym_comment, + ACTIONS(968), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT2, + ACTIONS(970), 49, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -293971,116 +292441,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [65753] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5539), 1, - anon_sym_DOT2, - STATE(2561), 1, - sym_comment, - STATE(2614), 1, - aux_sym_cell_path_repeat1, - STATE(2786), 1, - sym_path, - STATE(2847), 1, - sym_cell_path, - ACTIONS(1719), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1717), 47, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [65827] = 4, - ACTIONS(3), 1, + [64032] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2562), 1, + STATE(2537), 1, sym_comment, - ACTIONS(1711), 7, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - ACTIONS(1709), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2403), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -294089,6 +292474,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2405), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -294097,106 +292518,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [65893] = 16, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, - anon_sym_DQUOTE, - ACTIONS(5549), 1, - sym_raw_string_begin, - STATE(1704), 1, - sym__command_name, - STATE(2563), 1, - sym_comment, - STATE(2639), 1, - sym_cmd_identifier, - STATE(2640), 1, - sym_val_string, - STATE(3597), 1, - sym__val_number_decimal, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - ACTIONS(5547), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2632), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5541), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5543), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [65983] = 9, + [64099] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(5551), 1, - sym_filesize_unit, - ACTIONS(5553), 1, - sym_duration_unit, - ACTIONS(5555), 1, - aux_sym_unquoted_token2, - STATE(2564), 1, + STATE(2538), 1, sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 6, + ACTIONS(972), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1665), 43, + anon_sym_DOT2, + ACTIONS(974), 49, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -294232,7 +292567,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -294240,28 +292581,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [66059] = 4, + [64166] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(2565), 1, + ACTIONS(5373), 1, + anon_sym_DOLLAR, + ACTIONS(5375), 1, + anon_sym_LPAREN2, + ACTIONS(5537), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5539), 1, + aux_sym__immediate_decimal_token5, + STATE(2539), 1, sym_comment, - ACTIONS(1725), 7, + STATE(3042), 1, + sym__immediate_decimal, + ACTIONS(1643), 2, sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, sym__entry_separator, - ACTIONS(1723), 48, + ACTIONS(5535), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3041), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1633), 45, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -294301,53 +292651,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [66125] = 6, - ACTIONS(3), 1, + [64247] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5557), 1, - anon_sym_DOT, - ACTIONS(5559), 1, - aux_sym__immediate_decimal_token2, - STATE(2566), 1, + STATE(2540), 1, sym_comment, - ACTIONS(1737), 5, - sym_raw_string_begin, + ACTIONS(2349), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2351), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [64314] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1631), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1735), 48, + ACTIONS(5527), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5529), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5531), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5533), 1, + aux_sym__immediate_decimal_token5, + STATE(2541), 1, + sym_comment, + STATE(3077), 1, + sym__immediate_decimal, + STATE(3148), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1627), 18, + anon_sym_LPAREN, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1629), 28, + sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [64399] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2542), 1, + sym_comment, + ACTIONS(2357), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -294356,6 +292805,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2359), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -294364,14 +292849,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [66195] = 4, + [64466] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2567), 1, + STATE(2543), 1, sym_comment, - ACTIONS(962), 7, + ACTIONS(976), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -294379,9 +292862,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, anon_sym_DOT2, - ACTIONS(964), 48, + ACTIONS(978), 49, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -294419,6 +292901,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_STAR2, anon_sym_QMARK2, aux_sym__val_number_decimal_token1, @@ -294428,322 +292912,313 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [66261] = 4, + [64533] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2568), 1, + STATE(2544), 1, sym_comment, - ACTIONS(1599), 10, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 45, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [66327] = 16, + ACTIONS(2407), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2409), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [64600] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, - anon_sym_DQUOTE, - ACTIONS(5549), 1, - sym_raw_string_begin, - STATE(1704), 1, - sym__command_name, - STATE(2569), 1, + STATE(2545), 1, sym_comment, - STATE(2639), 1, - sym_cmd_identifier, - STATE(2640), 1, - sym_val_string, - STATE(3597), 1, - sym__val_number_decimal, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - ACTIONS(5547), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2632), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5541), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5543), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [66417] = 16, + ACTIONS(5199), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5197), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [64667] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2570), 1, + STATE(2546), 1, sym_comment, - STATE(2581), 1, - aux_sym_command_list_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6758), 1, - sym__command_name, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [66507] = 16, + ACTIONS(5108), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5112), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(5106), 20, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(5110), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [64738] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2571), 1, + STATE(2547), 1, sym_comment, - STATE(2581), 1, - aux_sym_command_list_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - STATE(6899), 1, - sym__command_name, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [66597] = 12, - ACTIONS(251), 1, + ACTIONS(2353), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2355), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [64805] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5480), 1, + ACTIONS(5373), 1, anon_sym_DOLLAR, - ACTIONS(5482), 1, + ACTIONS(5375), 1, anon_sym_LPAREN2, - ACTIONS(5561), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5563), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5565), 1, + ACTIONS(5537), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5567), 1, + ACTIONS(5539), 1, aux_sym__immediate_decimal_token5, - STATE(2572), 1, + STATE(2548), 1, sym_comment, - STATE(3172), 1, + STATE(3087), 1, sym__immediate_decimal, - STATE(3171), 2, + ACTIONS(1709), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5535), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3085), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1693), 18, + ACTIONS(1707), 45, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -294752,28 +293227,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1695), 28, + [64886] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5373), 1, + anon_sym_DOLLAR, + ACTIONS(5375), 1, + anon_sym_LPAREN2, + ACTIONS(5537), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5539), 1, + aux_sym__immediate_decimal_token5, + STATE(2549), 1, + sym_comment, + STATE(3091), 1, + sym__immediate_decimal, + ACTIONS(1713), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5535), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3089), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1711), 45, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -294782,267 +293305,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [66679] = 16, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2573), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(5641), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [66769] = 4, + aux_sym__unquoted_in_list_token1, + [64967] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2574), 1, + STATE(2550), 1, sym_comment, - ACTIONS(984), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(986), 48, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, + ACTIONS(2411), 13, + anon_sym_GT2, anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [66835] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5569), 1, - anon_sym_QMARK2, - STATE(2575), 1, - sym_comment, - ACTIONS(952), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(954), 47, - sym_raw_string_begin, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2413), 43, ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, sym__newline, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [66903] = 12, - ACTIONS(251), 1, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65034] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5480), 1, + ACTIONS(5373), 1, anon_sym_DOLLAR, - ACTIONS(5482), 1, + ACTIONS(5375), 1, anon_sym_LPAREN2, - ACTIONS(5561), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5563), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5565), 1, + ACTIONS(5537), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5567), 1, + ACTIONS(5539), 1, aux_sym__immediate_decimal_token5, - STATE(2576), 1, + STATE(2551), 1, sym_comment, - STATE(3165), 1, + STATE(3095), 1, sym__immediate_decimal, - STATE(3161), 2, + ACTIONS(1665), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5535), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3094), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1689), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1691), 28, - sym_raw_string_begin, + ACTIONS(1657), 45, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -295051,234 +293438,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [66985] = 16, + aux_sym__unquoted_in_list_token1, + [65115] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2577), 1, + STATE(2552), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7421), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [67075] = 4, + ACTIONS(2411), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2413), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65182] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2578), 1, + STATE(2553), 1, sym_comment, - ACTIONS(1623), 10, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 45, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [67141] = 16, + ACTIONS(2451), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2453), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65249] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2579), 1, + STATE(2554), 1, sym_comment, - STATE(2581), 1, - aux_sym_command_list_repeat1, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - STATE(6912), 1, - sym__command_name, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [67231] = 6, + ACTIONS(1973), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1975), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65316] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5571), 1, - anon_sym_DOT, - ACTIONS(5573), 1, - aux_sym__immediate_decimal_token2, - STATE(2580), 1, + STATE(2555), 1, sym_comment, - ACTIONS(1599), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(1981), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -295287,36 +293647,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 35, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(1983), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -295325,45 +293691,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [67301] = 15, + [65383] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5584), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(5587), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5590), 1, - anon_sym_DQUOTE, - ACTIONS(5596), 1, - sym_raw_string_begin, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - STATE(7226), 1, - sym__command_name, - ACTIONS(5581), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - ACTIONS(5593), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2581), 2, + STATE(2556), 1, + sym_comment, + ACTIONS(1985), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1987), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65450] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2557), 1, + sym_comment, + ACTIONS(2265), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2267), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65517] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2558), 1, + sym_comment, + ACTIONS(1957), 13, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(1959), 43, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [65584] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5541), 1, + anon_sym_QMARK2, + STATE(2559), 1, sym_comment, - aux_sym_command_list_repeat1, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5575), 6, + ACTIONS(958), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5578), 34, + anon_sym_DOT2, + ACTIONS(960), 47, + sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -295398,46 +293932,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [67389] = 16, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2582), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7421), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + [65652] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2560), 1, + sym_comment, + ACTIONS(988), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT2, + ACTIONS(990), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -295472,12 +293992,155 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [67479] = 4, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [65718] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5543), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5545), 1, + aux_sym__immediate_decimal_token2, + STATE(2561), 1, + sym_comment, + ACTIONS(1759), 5, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1757), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [65788] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5547), 1, + anon_sym_DOT2, + STATE(2562), 1, + sym_comment, + STATE(2633), 1, + aux_sym_cell_path_repeat1, + STATE(2787), 1, + sym_path, + STATE(2843), 1, + sym_cell_path, + ACTIONS(1719), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1717), 47, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [65862] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2583), 1, + STATE(2563), 1, sym_comment, - ACTIONS(980), 7, + ACTIONS(968), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -295485,8 +294148,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, anon_sym_DOT2, - ACTIONS(982), 48, + ACTIONS(970), 48, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -295524,9 +294188,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_STAR2, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -295534,46 +294197,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67545] = 16, + [65928] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2581), 1, - aux_sym_command_list_repeat1, - STATE(2584), 1, + ACTIONS(5549), 1, + anon_sym_QMARK2, + STATE(2564), 1, sym_comment, - STATE(3608), 1, - sym__val_number_decimal, - STATE(6741), 1, - sym__command_name, - STATE(6807), 1, - sym_cmd_identifier, - STATE(6810), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5263), 6, + ACTIONS(952), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, + anon_sym_DOT2, + ACTIONS(954), 47, + sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -295608,12 +294249,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [67635] = 4, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [65996] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2585), 1, + STATE(2565), 1, sym_comment, - ACTIONS(958), 7, + ACTIONS(972), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -295621,7 +294273,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, anon_sym_DOT2, - ACTIONS(960), 48, + ACTIONS(974), 48, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -295670,46 +294322,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [67701] = 16, + [66062] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5551), 1, + anon_sym_DOT, + ACTIONS(5553), 1, + aux_sym__immediate_decimal_token2, + STATE(2566), 1, + sym_comment, + ACTIONS(1727), 5, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1725), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [66132] = 16, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(3402), 1, + ACTIONS(3424), 1, anon_sym_COLON2, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2586), 1, + STATE(2567), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6155), 1, + STATE(3984), 1, + sym_val_string, + STATE(6229), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -295744,29 +294460,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [67791] = 12, + [66222] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5480), 1, + ACTIONS(5523), 1, anon_sym_DOLLAR, - ACTIONS(5482), 1, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(5561), 1, + ACTIONS(5555), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5563), 1, + ACTIONS(5557), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5565), 1, + ACTIONS(5559), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5567), 1, + ACTIONS(5561), 1, aux_sym__immediate_decimal_token5, - STATE(2587), 1, + STATE(2568), 1, sym_comment, - STATE(3160), 1, + STATE(3191), 1, sym__immediate_decimal, - STATE(3159), 2, + STATE(3177), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1685), 18, + ACTIONS(1633), 18, anon_sym_LPAREN, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, @@ -295785,7 +294501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1687), 28, + ACTIONS(1643), 28, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -295814,146 +294530,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [67873] = 6, + [66304] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5599), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5601), 1, - aux_sym__immediate_decimal_token2, - STATE(2588), 1, + STATE(2569), 1, sym_comment, - ACTIONS(1623), 18, - anon_sym_DOT_DOT, + ACTIONS(1733), 10, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1625), 35, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1735), 45, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [67943] = 12, + [66370] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5480), 1, - anon_sym_DOLLAR, - ACTIONS(5482), 1, - anon_sym_LPAREN2, - ACTIONS(5561), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5563), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5565), 1, - aux_sym__immediate_decimal_token4, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, ACTIONS(5567), 1, - aux_sym__immediate_decimal_token5, - STATE(2589), 1, + anon_sym_DQUOTE, + ACTIONS(5571), 1, + sym_raw_string_begin, + STATE(1693), 1, + sym__command_name, + STATE(2570), 1, sym_comment, - STATE(3146), 1, - sym__immediate_decimal, - STATE(3145), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1587), 18, - anon_sym_LPAREN, - anon_sym_DOT_DOT, + STATE(2609), 1, + sym_val_string, + STATE(2670), 1, + sym_cmd_identifier, + STATE(3640), 1, + sym__val_number_decimal, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1597), 28, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(5569), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [68025] = 4, + STATE(2601), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5563), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5565), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [66460] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2590), 1, + STATE(2571), 1, sym_comment, - ACTIONS(1625), 7, + ACTIONS(1589), 7, sym_raw_string_begin, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, @@ -295961,7 +294679,7 @@ static const uint16_t ts_small_parse_table[] = { sym_filesize_unit, sym_duration_unit, sym__entry_separator, - ACTIONS(1623), 48, + ACTIONS(1587), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -296010,21 +294728,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - [68091] = 4, + [66526] = 16, ACTIONS(251), 1, anon_sym_POUND, - STATE(2591), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2572), 1, sym_comment, - ACTIONS(988), 7, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(5780), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(990), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296059,38 +294802,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [68157] = 8, + [66616] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5539), 1, - anon_sym_DOT2, - STATE(2592), 1, + STATE(2573), 1, sym_comment, - STATE(2614), 1, - aux_sym_cell_path_repeat1, - STATE(2786), 1, - sym_path, - STATE(2877), 1, - sym_cell_path, - ACTIONS(1763), 4, + ACTIONS(1597), 7, sym_raw_string_begin, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, sym__entry_separator, - ACTIONS(1761), 47, + ACTIONS(1595), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -296138,23 +294863,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [68231] = 4, + aux_sym__unquoted_in_list_token2, + [66682] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(2593), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(5573), 1, + sym_filesize_unit, + ACTIONS(5575), 1, + sym_duration_unit, + ACTIONS(5577), 1, + aux_sym_unquoted_token2, + STATE(2574), 1, sym_comment, - ACTIONS(1709), 10, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 45, + ACTIONS(1693), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -296191,87 +294924,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [68297] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5539), 1, - anon_sym_DOT2, - STATE(2594), 1, - sym_comment, - STATE(2614), 1, - aux_sym_cell_path_repeat1, - STATE(2786), 1, - sym_path, - STATE(2812), 1, - sym_cell_path, - ACTIONS(937), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(935), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [68371] = 4, + [66758] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2595), 1, + STATE(2575), 1, sym_comment, - ACTIONS(1723), 10, + ACTIONS(1587), 10, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -296282,7 +294947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_filesize_unit, sym_duration_unit, aux_sym_unquoted_token2, - ACTIONS(1725), 45, + ACTIONS(1589), 45, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -296328,12 +294993,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68437] = 4, + [66824] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2596), 1, + STATE(2576), 1, sym_comment, - ACTIONS(1601), 7, + ACTIONS(1669), 7, sym_raw_string_begin, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, @@ -296341,7 +295006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_filesize_unit, sym_duration_unit, sym__entry_separator, - ACTIONS(1599), 48, + ACTIONS(1667), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -296390,84 +295055,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - [68503] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2597), 1, - sym_comment, - ACTIONS(976), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(978), 48, - sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - anon_sym_QMARK2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [68569] = 6, + [66890] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5603), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5605), 1, - aux_sym__immediate_decimal_token2, - STATE(2598), 1, + STATE(2577), 1, sym_comment, - ACTIONS(1729), 5, + ACTIONS(1735), 7, sym_raw_string_begin, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, sym__entry_separator, - ACTIONS(1727), 48, + ACTIONS(1733), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -296516,44 +295117,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - [68639] = 15, - ACTIONS(109), 1, + [66956] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5559), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5561), 1, + aux_sym__immediate_decimal_token5, + STATE(2578), 1, + sym_comment, + STATE(3142), 1, + sym__immediate_decimal, + STATE(3152), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1707), 18, + anon_sym_LPAREN, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1709), 28, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(123), 1, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [67038] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2579), 1, + sym_comment, + STATE(2584), 1, + aux_sym_command_list_repeat1, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + STATE(7050), 1, + sym__command_name, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5235), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5237), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [67128] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2599), 1, + STATE(2580), 1, sym_comment, - STATE(3586), 1, + STATE(2584), 1, + aux_sym_command_list_repeat1, + STATE(3645), 1, sym__val_number_decimal, - STATE(5917), 1, + STATE(6907), 1, sym__command_name, - STATE(6232), 1, + STATE(6931), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(6932), 1, sym_val_string, - ACTIONS(111), 2, + ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296588,20 +295335,156 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [68726] = 4, + [67218] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2600), 1, + ACTIONS(5579), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5581), 1, + aux_sym__immediate_decimal_token2, + STATE(2581), 1, + sym_comment, + ACTIONS(1595), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1597), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [67288] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5559), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5561), 1, + aux_sym__immediate_decimal_token5, + STATE(2582), 1, + sym_comment, + STATE(3137), 1, + sym__immediate_decimal, + STATE(3184), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1657), 18, + anon_sym_LPAREN, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1665), 28, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [67370] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2583), 1, sym_comment, - ACTIONS(2346), 6, + ACTIONS(964), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2348), 48, + anon_sym_DOT2, + ACTIONS(966), 48, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296639,9 +295522,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_STAR2, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -296649,20 +295531,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68791] = 4, + [67436] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(2601), 1, + ACTIONS(5592), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(5595), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5598), 1, + anon_sym_DQUOTE, + ACTIONS(5604), 1, + sym_raw_string_begin, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + STATE(7349), 1, + sym__command_name, + ACTIONS(5589), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + ACTIONS(5601), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2584), 2, sym_comment, - ACTIONS(2055), 6, + aux_sym_command_list_repeat1, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5583), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2057), 48, - sym_raw_string_begin, + ACTIONS(5586), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296697,32 +295604,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [68856] = 4, + [67524] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2602), 1, + STATE(2585), 1, sym_comment, - ACTIONS(2350), 6, + ACTIONS(1595), 10, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2352), 48, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 45, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -296758,12 +295656,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -296771,20 +295666,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [68921] = 4, + [67590] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2603), 1, + ACTIONS(5607), 1, + anon_sym_DOT, + ACTIONS(5609), 1, + aux_sym__immediate_decimal_token2, + STATE(2586), 1, + sym_comment, + ACTIONS(1587), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1589), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [67660] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2587), 1, sym_comment, - ACTIONS(962), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7662), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(964), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296819,33 +295804,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [67750] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2588), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6229), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [68986] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2604), 1, - sym_comment, - ACTIONS(5607), 6, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5609), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296880,33 +295878,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [67840] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2589), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(5780), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [69051] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2605), 1, - sym_comment, - ACTIONS(5611), 6, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5613), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -296941,57 +295952,112 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, + [67930] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5547), 1, + anon_sym_DOT2, + STATE(2590), 1, + sym_comment, + STATE(2633), 1, + aux_sym_cell_path_repeat1, + STATE(2787), 1, + sym_path, + STATE(2812), 1, + sym_cell_path, + ACTIONS(937), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(935), 47, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [69116] = 15, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [68004] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2606), 1, + ACTIONS(5567), 1, + anon_sym_DQUOTE, + ACTIONS(5571), 1, + sym_raw_string_begin, + STATE(1693), 1, + sym__command_name, + STATE(2591), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, + STATE(2609), 1, sym_val_string, - STATE(3978), 1, + STATE(2670), 1, sym_cmd_identifier, - STATE(5758), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, + STATE(3640), 1, + sym__val_number_decimal, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + ACTIONS(5569), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2601), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(5563), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5565), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297026,19 +296092,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [69203] = 4, + [68094] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5547), 1, + anon_sym_DOT2, + STATE(2592), 1, + sym_comment, + STATE(2633), 1, + aux_sym_cell_path_repeat1, + STATE(2787), 1, + sym_path, + STATE(2868), 1, + sym_cell_path, + ACTIONS(1723), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1721), 47, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [68168] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2607), 1, + STATE(2593), 1, sym_comment, - ACTIONS(1018), 6, + ACTIONS(984), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1020), 48, + anon_sym_DOT2, + ACTIONS(986), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -297087,109 +296220,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [69268] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5615), 1, - anon_sym_DOT2, - STATE(2608), 1, - sym_comment, - STATE(2683), 1, - aux_sym_cell_path_repeat1, - STATE(2843), 1, - sym_path, - STATE(2883), 1, - sym_cell_path, - ACTIONS(935), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(937), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [69341] = 15, + [68234] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2609), 1, + STATE(2594), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6183), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(980), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT2, + ACTIONS(982), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297224,44 +296269,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [69428] = 15, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [68300] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, + ACTIONS(3118), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2610), 1, + STATE(2584), 1, + aux_sym_command_list_repeat1, + STATE(2595), 1, sym_comment, - STATE(3616), 1, + STATE(3645), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6168), 1, + STATE(6923), 1, sym__command_name, - ACTIONS(1297), 2, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297296,20 +296356,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [69515] = 4, + [68390] = 16, ACTIONS(251), 1, anon_sym_POUND, - STATE(2611), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2584), 1, + aux_sym_command_list_repeat1, + STATE(2596), 1, sym_comment, - ACTIONS(2338), 6, + STATE(3645), 1, + sym__val_number_decimal, + STATE(6931), 1, + sym_cmd_identifier, + STATE(6932), 1, + sym_val_string, + STATE(6983), 1, + sym__command_name, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2340), 48, - sym_raw_string_begin, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297344,33 +296430,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [68480] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2597), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7662), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [69580] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2612), 1, - sym_comment, - ACTIONS(2338), 6, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2340), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297405,33 +296504,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [69645] = 4, + [68570] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2613), 1, + STATE(2598), 1, sym_comment, - ACTIONS(5617), 6, + ACTIONS(976), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5619), 48, + anon_sym_DOT2, + ACTIONS(978), 48, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297469,9 +296557,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_STAR2, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -297479,171 +296566,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [69710] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5539), 1, - anon_sym_DOT2, - STATE(2614), 1, - sym_comment, - STATE(2615), 1, - aux_sym_cell_path_repeat1, - STATE(2786), 1, - sym_path, - ACTIONS(950), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(948), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [69781] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5621), 1, - anon_sym_DOT2, - STATE(2786), 1, - sym_path, - STATE(2615), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(943), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(941), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [69850] = 15, + [68636] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2616), 1, + STATE(2599), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7377), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(1667), 10, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 45, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -297678,149 +296618,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [69937] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5573), 1, - aux_sym__immediate_decimal_token2, - STATE(2617), 1, - sym_comment, - ACTIONS(1599), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 35, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [70004] = 5, + [68702] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5624), 1, - aux_sym__immediate_decimal_token2, - STATE(2618), 1, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5555), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5557), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(5559), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5561), 1, + aux_sym__immediate_decimal_token5, + STATE(2600), 1, sym_comment, - ACTIONS(1709), 18, + STATE(3179), 1, + sym__immediate_decimal, + STATE(3150), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1711), 18, + anon_sym_LPAREN, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1711), 35, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [70071] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5615), 1, - anon_sym_DOT2, - STATE(2619), 1, - sym_comment, - STATE(2683), 1, - aux_sym_cell_path_repeat1, - STATE(2843), 1, - sym_path, - STATE(2928), 1, - sym_cell_path, - ACTIONS(1761), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -297833,22 +296669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1763), 33, + ACTIONS(1713), 28, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, @@ -297867,19 +296698,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [70144] = 4, + [68784] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2620), 1, + STATE(2601), 1, sym_comment, - ACTIONS(1717), 6, + ACTIONS(964), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1719), 48, + ACTIONS(966), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -297928,154 +296759,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [70209] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2621), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6230), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [70296] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5559), 1, - aux_sym__immediate_decimal_token2, - STATE(2622), 1, - sym_comment, - ACTIONS(1737), 5, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1735), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [70363] = 5, + [68849] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5626), 1, - aux_sym__immediate_decimal_token2, - STATE(2623), 1, + ACTIONS(5611), 1, + anon_sym_DOT2, + STATE(2787), 1, + sym_path, + STATE(2602), 2, sym_comment, - ACTIONS(1773), 5, + aux_sym_cell_path_repeat1, + ACTIONS(943), 4, sym_raw_string_begin, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1771), 48, + ACTIONS(941), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -298123,45 +296822,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [70430] = 15, + [68918] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2624), 1, + STATE(2603), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6418), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(972), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(974), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298196,116 +296870,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [70517] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2625), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6428), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [70604] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, + [68983] = 15, + ACTIONS(109), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(123), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2626), 1, + STATE(2604), 1, sym_comment, - STATE(3616), 1, + STATE(3557), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6524), 1, + STATE(5876), 1, sym__command_name, - ACTIONS(1297), 2, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298340,20 +296955,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [70691] = 8, + [69070] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5615), 1, + ACTIONS(5614), 1, anon_sym_DOT2, - STATE(2627), 1, + STATE(2605), 1, sym_comment, - STATE(2683), 1, + STATE(2715), 1, aux_sym_cell_path_repeat1, - STATE(2843), 1, + STATE(2841), 1, sym_path, - STATE(2933), 1, + STATE(2883), 1, sym_cell_path, - ACTIONS(1717), 17, + ACTIONS(1721), 17, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -298371,7 +296986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1719), 33, + ACTIONS(1723), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -298405,44 +297020,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [70764] = 15, + [69143] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2628), 1, + STATE(2606), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(5641), 1, + STATE(3984), 1, + sym_val_string, + STATE(6571), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298477,44 +297092,85 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [70851] = 15, + [69230] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, - anon_sym_DQUOTE, - ACTIONS(5549), 1, - sym_raw_string_begin, - STATE(1704), 1, - sym__command_name, - STATE(2629), 1, + ACTIONS(5614), 1, + anon_sym_DOT2, + STATE(2607), 1, sym_comment, - STATE(2639), 1, - sym_cmd_identifier, - STATE(2640), 1, - sym_val_string, - STATE(3597), 1, - sym__val_number_decimal, - ACTIONS(4934), 2, + STATE(2715), 1, + aux_sym_cell_path_repeat1, + STATE(2841), 1, + sym_path, + STATE(2910), 1, + sym_cell_path, + ACTIONS(935), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(937), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, - ACTIONS(5547), 2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(2632), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5541), 6, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [69303] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2608), 1, + sym_comment, + ACTIONS(1717), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5543), 34, + ACTIONS(1719), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298549,19 +297205,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [70938] = 4, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [69368] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2630), 1, + STATE(2609), 1, sym_comment, - ACTIONS(5628), 6, + ACTIONS(5616), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5630), 48, + ACTIONS(5618), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -298610,44 +297279,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [71003] = 15, + [69433] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3574), 1, + ACTIONS(1295), 1, anon_sym_DQUOTE, - ACTIONS(3588), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2631), 1, + STATE(2610), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(4575), 1, + STATE(3984), 1, + sym_val_string, + STATE(6122), 1, sym__command_name, - ACTIONS(3576), 2, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(4083), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298682,19 +297351,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71090] = 4, + [69520] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2632), 1, + STATE(2611), 1, sym_comment, - ACTIONS(958), 6, + ACTIONS(4932), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(960), 48, + ACTIONS(4930), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -298743,44 +297412,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [71155] = 15, + [69585] = 15, ACTIONS(109), 1, anon_sym_DQUOTE, ACTIONS(123), 1, sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2633), 1, + STATE(2612), 1, sym_comment, - STATE(3586), 1, + STATE(3557), 1, sym__val_number_decimal, - STATE(6232), 1, + STATE(6534), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(6541), 1, sym_val_string, - STATE(6940), 1, + STATE(7033), 1, sym__command_name, ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298815,44 +297484,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71242] = 15, + [69672] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5620), 1, + aux_sym__immediate_decimal_token2, + STATE(2613), 1, + sym_comment, + ACTIONS(1667), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1669), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [69739] = 15, ACTIONS(109), 1, anon_sym_DQUOTE, ACTIONS(123), 1, sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2634), 1, + STATE(2614), 1, sym_comment, - STATE(3586), 1, + STATE(3557), 1, sym__val_number_decimal, - STATE(6232), 1, + STATE(5915), 1, + sym__command_name, + STATE(6534), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(6541), 1, sym_val_string, - STATE(6941), 1, - sym__command_name, ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298887,44 +297618,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71329] = 15, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + [69826] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2635), 1, + STATE(2615), 1, sym_comment, - STATE(3586), 1, - sym__val_number_decimal, - STATE(6051), 1, - sym__command_name, - STATE(6232), 1, - sym_cmd_identifier, - STATE(6234), 1, - sym_val_string, - ACTIONS(111), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(976), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(978), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -298959,44 +297666,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71416] = 15, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [69891] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2636), 1, + STATE(2616), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6513), 1, + STATE(3984), 1, + sym_val_string, + STATE(7437), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299031,44 +297751,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71503] = 15, + [69978] = 15, ACTIONS(109), 1, anon_sym_DQUOTE, ACTIONS(123), 1, sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2637), 1, + STATE(2617), 1, sym_comment, - STATE(3586), 1, + STATE(3557), 1, sym__val_number_decimal, - STATE(6232), 1, + STATE(6534), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(6541), 1, sym_val_string, - STATE(6963), 1, + STATE(7039), 1, sym__command_name, ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299103,44 +297823,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71590] = 15, + [70065] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5636), 1, + ACTIONS(1295), 1, anon_sym_DQUOTE, - ACTIONS(5640), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - STATE(1744), 1, - sym__command_name, - STATE(2638), 1, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2618), 1, sym_comment, - STATE(2693), 1, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, sym_cmd_identifier, - STATE(2694), 1, + STATE(3984), 1, sym_val_string, - STATE(3555), 1, - sym__val_number_decimal, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - ACTIONS(5638), 2, + STATE(7751), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2691), 2, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5632), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5634), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299175,20 +297895,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71677] = 4, + [70152] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(2639), 1, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5626), 1, + anon_sym_DQUOTE, + ACTIONS(5630), 1, + sym_raw_string_begin, + STATE(1801), 1, + sym__command_name, + STATE(2619), 1, sym_comment, - ACTIONS(5642), 6, + STATE(2725), 1, + sym_cmd_identifier, + STATE(2726), 1, + sym_val_string, + STATE(3668), 1, + sym__val_number_decimal, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + ACTIONS(5628), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2723), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5622), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5644), 48, - sym_raw_string_begin, + ACTIONS(5624), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299223,32 +297967,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [71742] = 4, + [70239] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2640), 1, + STATE(2620), 1, sym_comment, - ACTIONS(5646), 6, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5648), 48, + ACTIONS(2413), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -299297,105 +298028,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [71807] = 4, + [70304] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2641), 1, + ACTIONS(5614), 1, + anon_sym_DOT2, + STATE(2621), 1, sym_comment, - ACTIONS(4985), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4983), 48, + STATE(2715), 1, + aux_sym_cell_path_repeat1, + STATE(2841), 1, + sym_path, + STATE(2897), 1, + sym_cell_path, + ACTIONS(1717), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1719), 33, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [71872] = 15, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [70377] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, + ACTIONS(1295), 1, anon_sym_DQUOTE, - ACTIONS(3124), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2642), 1, + STATE(2622), 1, sym_comment, - STATE(3608), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(6807), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6810), 1, + STATE(3984), 1, sym_val_string, - STATE(7239), 1, + STATE(4635), 1, sym__command_name, - ACTIONS(3120), 2, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(5080), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5263), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5265), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299430,19 +298165,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [71959] = 4, + [70464] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2643), 1, + STATE(2623), 1, sym_comment, - ACTIONS(4942), 6, + ACTIONS(2431), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4940), 48, + ACTIONS(2433), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -299491,44 +298226,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [72024] = 15, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + [70529] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2644), 1, + STATE(2624), 1, sym_comment, - STATE(3586), 1, - sym__val_number_decimal, - STATE(6232), 1, - sym_cmd_identifier, - STATE(6234), 1, - sym_val_string, - STATE(6730), 1, - sym__command_name, - ACTIONS(111), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(2423), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(2425), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299563,44 +298274,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72111] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2645), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(4575), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + [70594] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2625), 1, + sym_comment, + ACTIONS(4989), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4987), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299635,44 +298335,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72198] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2646), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7667), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + [70659] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2626), 1, + sym_comment, + ACTIONS(5632), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5634), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299707,44 +298396,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72285] = 15, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2647), 1, - sym_comment, - STATE(3586), 1, - sym__val_number_decimal, - STATE(6232), 1, - sym_cmd_identifier, - STATE(6234), 1, - sym_val_string, - STATE(6695), 1, - sym__command_name, - ACTIONS(111), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5003), 6, + [70724] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2627), 1, + sym_comment, + ACTIONS(5636), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(5638), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299779,44 +298457,33 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72372] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, aux_sym__val_number_decimal_token4, - STATE(2648), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(6591), 1, - sym__command_name, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + [70789] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2628), 1, + sym_comment, + ACTIONS(2435), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(2437), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299851,22 +298518,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72459] = 4, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [70854] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(2649), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2629), 1, sym_comment, - ACTIONS(988), 7, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(5780), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(990), 47, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299901,55 +298603,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [72524] = 15, + [70941] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2650), 1, - sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, + ACTIONS(5567), 1, + anon_sym_DQUOTE, + ACTIONS(5571), 1, + sym_raw_string_begin, + STATE(1693), 1, + sym__command_name, + STATE(2609), 1, sym_val_string, - STATE(3978), 1, + STATE(2630), 1, + sym_comment, + STATE(2670), 1, sym_cmd_identifier, - STATE(7421), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, + STATE(3640), 1, + sym__val_number_decimal, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + ACTIONS(5569), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2601), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(5563), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(5565), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -299984,44 +298675,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72611] = 15, + [71028] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2651), 1, + STATE(2631), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6155), 1, + STATE(3984), 1, + sym_val_string, + STATE(6601), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300056,44 +298747,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72698] = 15, + [71115] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2652), 1, + STATE(2632), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7581), 1, + STATE(3984), 1, + sym_val_string, + STATE(5733), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300128,44 +298819,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72785] = 15, + [71202] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5547), 1, + anon_sym_DOT2, + STATE(2602), 1, + aux_sym_cell_path_repeat1, + STATE(2633), 1, + sym_comment, + STATE(2787), 1, + sym_path, + ACTIONS(950), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(948), 47, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [71273] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2653), 1, + STATE(2634), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6170), 1, + STATE(3984), 1, + sym_val_string, + STATE(7662), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300200,44 +298955,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72872] = 15, + [71360] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2654), 1, + STATE(2635), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7537), 1, + STATE(3984), 1, + sym_val_string, + STATE(6229), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300272,20 +299027,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [72959] = 4, + [71447] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(2655), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2636), 1, sym_comment, - ACTIONS(2358), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6205), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2360), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300320,57 +299099,106 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, + [71534] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5553), 1, + aux_sym__immediate_decimal_token2, + STATE(2637), 1, + sym_comment, + ACTIONS(1727), 5, + sym_raw_string_begin, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1725), 48, anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [73024] = 15, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [71601] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2656), 1, + STATE(2638), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7613), 1, + STATE(3984), 1, + sym_val_string, + STATE(7452), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300405,20 +299233,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73111] = 4, + [71688] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(2657), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2639), 1, sym_comment, - ACTIONS(2362), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6349), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2364), 48, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300453,57 +299305,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [73176] = 15, + [71775] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2658), 1, + STATE(2640), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7651), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(980), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + anon_sym_DOT2, + ACTIONS(982), 47, + sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300538,44 +299355,55 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73263] = 15, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [71840] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2659), 1, + STATE(2641), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7638), 1, + STATE(3984), 1, + sym_val_string, + STATE(6206), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300610,44 +299438,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73350] = 15, + [71927] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2660), 1, + STATE(2642), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7717), 1, + STATE(3984), 1, + sym_val_string, + STATE(7640), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300682,44 +299510,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73437] = 15, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + [72014] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4936), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2661), 1, + STATE(2643), 1, sym_comment, - STATE(3586), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(6232), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(6234), 1, + STATE(3984), 1, sym_val_string, - STATE(6700), 1, + STATE(6420), 1, sym__command_name, - ACTIONS(111), 2, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(1812), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5003), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5005), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300754,19 +299582,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73524] = 4, + [72101] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2662), 1, + STATE(2644), 1, sym_comment, - ACTIONS(976), 6, + ACTIONS(5640), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(978), 48, + ACTIONS(5642), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -300815,20 +299643,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [73589] = 4, + [72166] = 15, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - STATE(2663), 1, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2645), 1, sym_comment, - ACTIONS(5650), 6, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(6776), 1, + sym__command_name, + ACTIONS(111), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5652), 48, - sym_raw_string_begin, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -300863,32 +299715,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [73654] = 4, + [72253] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2664), 1, + STATE(2646), 1, sym_comment, - ACTIONS(972), 6, + ACTIONS(1018), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(974), 48, + ACTIONS(1020), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -300937,44 +299776,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [73719] = 15, + [72318] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(4936), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, - aux_sym__val_number_decimal_token4, - STATE(2665), 1, + STATE(2647), 1, sym_comment, - STATE(3616), 1, - sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, - sym_cmd_identifier, - STATE(7765), 1, - sym__command_name, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4934), 2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(968), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(970), 48, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301009,94 +299824,57 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [73806] = 15, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [72383] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, + ACTIONS(3118), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2666), 1, + STATE(2648), 1, sym_comment, - STATE(3616), 1, + STATE(3645), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(6931), 1, sym_cmd_identifier, - STATE(7387), 1, + STATE(6932), 1, + sym_val_string, + STATE(7338), 1, sym__command_name, - ACTIONS(1297), 2, + ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - [73893] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2667), 1, - sym_comment, - ACTIONS(984), 7, + ACTIONS(5235), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(986), 47, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(5237), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301131,33 +299909,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [73958] = 4, + [72470] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2668), 1, + STATE(2649), 1, sym_comment, - ACTIONS(980), 7, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(982), 47, + ACTIONS(2413), 48, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301195,6 +299960,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, @@ -301203,44 +299970,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [74023] = 15, + [72535] = 15, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1295), 1, anon_sym_DQUOTE, ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(4936), 1, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, - ACTIONS(4938), 1, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - STATE(2669), 1, + STATE(2650), 1, sym_comment, - STATE(3616), 1, + STATE(3649), 1, sym__val_number_decimal, - STATE(3962), 1, - sym_val_string, - STATE(3978), 1, + STATE(3983), 1, sym_cmd_identifier, - STATE(7371), 1, + STATE(3984), 1, + sym_val_string, + STATE(7525), 1, sym__command_name, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(4934), 2, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(4924), 6, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4926), 34, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301275,24 +300042,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - [74110] = 8, + [72622] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5654), 1, - anon_sym_DOT_DOT2, - STATE(2670), 1, + ACTIONS(5644), 1, + aux_sym__immediate_decimal_token2, + STATE(2651), 1, sym_comment, - ACTIONS(1802), 2, + ACTIONS(1767), 5, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5656), 2, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 46, + sym__entry_separator, + ACTIONS(1765), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -301300,6 +300063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -301339,89 +300103,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [74182] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5658), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5660), 1, - aux_sym__immediate_decimal_token2, - STATE(2671), 1, - sym_comment, - ACTIONS(1727), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [74250] = 8, + [72689] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2672), 1, + STATE(2652), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2986), 1, - sym_cell_path, - ACTIONS(1981), 6, + ACTIONS(2419), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1983), 43, + ACTIONS(2421), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -301457,7 +300152,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -301465,28 +300165,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [74322] = 8, + [72754] = 15, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2673), 1, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2653), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2979), 1, - sym_cell_path, - ACTIONS(1945), 6, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(6705), 1, + sym__command_name, + ACTIONS(111), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1947), 43, - sym_raw_string_begin, + ACTIONS(5006), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301521,35 +300237,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [74394] = 8, + [72841] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2674), 1, + STATE(2654), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2987), 1, - sym_cell_path, - ACTIONS(1985), 6, + ACTIONS(5646), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1987), 43, + ACTIONS(5648), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -301585,7 +300285,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -301593,334 +300298,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [74466] = 6, + [72906] = 15, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5664), 1, - anon_sym_DOT, - ACTIONS(5666), 1, - aux_sym__immediate_decimal_token2, - STATE(2675), 1, - sym_comment, - ACTIONS(1735), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [74534] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2676), 1, + STATE(2655), 1, sym_comment, - ACTIONS(1729), 5, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1727), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(7006), 1, + sym__command_name, + ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [74598] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(5668), 1, - anon_sym_DOT_DOT2, - STATE(2677), 1, - sym_comment, - ACTIONS(1827), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5670), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [74670] = 4, - ACTIONS(3), 1, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5004), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5006), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [72993] = 15, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2678), 1, - sym_comment, - ACTIONS(1773), 5, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1771), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, + STATE(2656), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7565), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [74734] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2679), 1, - sym_comment, - ACTIONS(1788), 5, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1786), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [74798] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2680), 1, - sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2989), 1, - sym_cell_path, - ACTIONS(1829), 6, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1831), 43, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -301955,36 +300442,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [74870] = 8, + [73080] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2681), 1, + STATE(2657), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2993), 1, - sym_cell_path, - ACTIONS(1989), 6, + ACTIONS(988), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1991), 43, + anon_sym_DOT2, + ACTIONS(990), 47, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302019,7 +300492,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -302027,28 +300503,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [74942] = 8, + [73145] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2682), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2658), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2994), 1, - sym_cell_path, - ACTIONS(1993), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7681), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1995), 43, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302083,26 +300575,86 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [73232] = 15, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2659), 1, + sym_comment, + STATE(3557), 1, + sym__val_number_decimal, + STATE(6534), 1, + sym_cmd_identifier, + STATE(6541), 1, + sym_val_string, + STATE(6707), 1, + sym__command_name, + ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - [75014] = 7, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5004), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5006), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [73319] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5615), 1, - anon_sym_DOT2, - STATE(2683), 1, + ACTIONS(5609), 1, + aux_sym__immediate_decimal_token2, + STATE(2660), 1, sym_comment, - STATE(2684), 1, - aux_sym_cell_path_repeat1, - STATE(2843), 1, - sym_path, - ACTIONS(948), 17, + ACTIONS(1587), 18, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -302120,7 +300672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(950), 33, + aux_sym__unquoted_in_list_token2, + ACTIONS(1589), 35, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -302142,6 +300695,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -302154,89 +300709,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [75084] = 6, + [73386] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5672), 1, - anon_sym_DOT2, - STATE(2843), 1, - sym_path, - STATE(2684), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(943), 33, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, + STATE(2661), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7448), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [75152] = 8, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [73473] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2685), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2662), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2997), 1, - sym_cell_path, - ACTIONS(1997), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7482), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [73560] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2663), 1, + sym_comment, + ACTIONS(5650), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1999), 43, + ACTIONS(5652), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -302272,7 +300901,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -302280,156 +300914,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75224] = 10, - ACTIONS(3), 1, + [73625] = 15, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5677), 1, - anon_sym_RBRACK, - ACTIONS(5680), 1, - anon_sym_DOT2, - ACTIONS(5682), 1, + ACTIONS(3612), 1, + anon_sym_DQUOTE, + ACTIONS(3626), 1, sym_raw_string_begin, - STATE(2686), 1, - sym_comment, - STATE(5762), 1, - aux_sym_cell_path_repeat1, - STATE(6534), 1, - sym_path, - STATE(7043), 1, - sym_cell_path, - ACTIONS(1949), 2, - sym__entry_separator, - sym__table_head_separator, - ACTIONS(5675), 45, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, + STATE(2664), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(4635), 1, + sym__command_name, + ACTIONS(3614), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [75300] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5684), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5686), 1, - aux_sym__immediate_decimal_token2, - STATE(2687), 1, - sym_comment, - ACTIONS(1729), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1727), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(4960), 2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [75368] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2688), 1, - sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(2998), 1, - sym_cell_path, - ACTIONS(2001), 6, + STATE(4074), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2003), 43, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302464,35 +300986,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [75440] = 8, + [73712] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2689), 1, + STATE(2665), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(3003), 1, - sym_cell_path, - ACTIONS(2005), 6, + ACTIONS(2102), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2007), 43, + ACTIONS(2104), 48, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -302528,7 +301034,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -302536,28 +301047,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75512] = 8, + [73777] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2690), 1, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, + aux_sym__val_number_decimal_token4, + STATE(2666), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(3004), 1, - sym_cell_path, - ACTIONS(2009), 6, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7768), 1, + sym__command_name, + ACTIONS(1297), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2011), 43, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302592,29 +301119,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [73864] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2667), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6533), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [75584] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2691), 1, - sym_comment, - ACTIONS(958), 6, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(960), 47, - sym_raw_string_begin, - ts_builtin_sym_end, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302649,39 +301191,44 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [73951] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2668), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(7394), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [75648] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2692), 1, - sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(3030), 1, - sym_cell_path, - ACTIONS(2013), 6, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2015), 43, - sym_raw_string_begin, + ACTIONS(4952), 34, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302716,29 +301263,92 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, + [74038] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(4962), 1, aux_sym__val_number_decimal_token3, + ACTIONS(4964), 1, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, + STATE(2669), 1, + sym_comment, + STATE(3649), 1, + sym__val_number_decimal, + STATE(3983), 1, + sym_cmd_identifier, + STATE(3984), 1, + sym_val_string, + STATE(6305), 1, + sym__command_name, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [75720] = 4, + ACTIONS(4960), 2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(4950), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4952), 34, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + [74125] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2693), 1, + STATE(2670), 1, sym_comment, - ACTIONS(5642), 6, + ACTIONS(5654), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5644), 47, + ACTIONS(5656), 48, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -302776,6 +301386,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, @@ -302784,19 +301396,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75784] = 4, + [74190] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2694), 1, + STATE(2671), 1, sym_comment, - ACTIONS(5646), 6, + ACTIONS(984), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5648), 47, + anon_sym_DOT2, + ACTIONS(986), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -302844,27 +301457,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75848] = 8, + [74255] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2695), 1, + STATE(2672), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2945), 1, + STATE(3025), 1, sym_cell_path, - ACTIONS(2017), 6, + ACTIONS(1961), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2019), 43, + ACTIONS(1963), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -302908,27 +301521,724 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75920] = 8, + [74327] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(5660), 1, + anon_sym_DOT_DOT2, + STATE(2673), 1, + sym_comment, + ACTIONS(1794), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5662), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74399] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2674), 1, + sym_comment, + ACTIONS(1587), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1589), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [74463] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2675), 1, + sym_comment, + ACTIONS(1595), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1597), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [74527] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2676), 1, + sym_comment, + ACTIONS(1667), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1669), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [74591] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2677), 1, + sym_comment, + ACTIONS(1733), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1735), 35, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_filesize_unit, + sym_duration_unit, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [74655] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5664), 1, + anon_sym_DOT_DOT2, + STATE(2678), 1, + sym_comment, + ACTIONS(1873), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5666), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74727] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2679), 1, + sym_comment, + ACTIONS(966), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(964), 49, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74791] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2680), 1, + sym_comment, + ACTIONS(970), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(968), 49, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74855] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2681), 1, + sym_comment, + ACTIONS(974), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(972), 49, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74919] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2682), 1, + sym_comment, + ACTIONS(978), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(976), 49, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [74983] = 33, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2581), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2583), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3082), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_LPAREN, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(3100), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3102), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3104), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3106), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3112), 1, + anon_sym_0b, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(5668), 1, + anon_sym_LBRACE, + ACTIONS(5670), 1, + anon_sym_DOT_DOT, + ACTIONS(5674), 1, + anon_sym_null, + ACTIONS(5678), 1, + sym_val_date, + STATE(2683), 1, + sym_comment, + STATE(5529), 1, + sym__val_number_decimal, + STATE(5784), 1, + sym_val_variable, + STATE(5926), 1, + sym_expr_parenthesized, + STATE(6854), 1, + sym__inter_single_quotes, + STATE(6868), 1, + sym__inter_double_quotes, + STATE(7195), 1, + sym__val_number, + STATE(7365), 1, + sym_block, + ACTIONS(3114), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5672), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(5676), 2, + anon_sym_true, + anon_sym_false, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(7368), 2, + sym_val_range, + sym__value, + ACTIONS(3108), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(7128), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [75105] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2696), 1, + STATE(2684), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2946), 1, + STATE(3032), 1, sym_cell_path, - ACTIONS(2021), 6, + ACTIONS(1993), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2023), 43, + ACTIONS(1995), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -302972,27 +302282,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [75992] = 8, + [75177] = 33, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2581), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2583), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(3082), 1, + anon_sym_LBRACK, + ACTIONS(3086), 1, + anon_sym_LPAREN, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(3100), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3102), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3104), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3106), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3112), 1, + anon_sym_0b, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(5668), 1, + anon_sym_LBRACE, + ACTIONS(5670), 1, + anon_sym_DOT_DOT, + ACTIONS(5674), 1, + anon_sym_null, + ACTIONS(5678), 1, + sym_val_date, + STATE(2685), 1, + sym_comment, + STATE(5529), 1, + sym__val_number_decimal, + STATE(5784), 1, + sym_val_variable, + STATE(5930), 1, + sym_expr_parenthesized, + STATE(6854), 1, + sym__inter_single_quotes, + STATE(6868), 1, + sym__inter_double_quotes, + STATE(7195), 1, + sym__val_number, + STATE(7371), 1, + sym_block, + ACTIONS(3114), 2, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5672), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(5676), 2, + anon_sym_true, + anon_sym_false, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(7305), 2, + sym_val_range, + sym__value, + ACTIONS(3108), 6, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(7128), 12, + sym_val_nothing, + sym_val_bool, + sym_val_number, + sym_val_duration, + sym_val_filesize, + sym_val_binary, + sym_val_string, + sym_val_interpolated, + sym_val_list, + sym_val_record, + sym_val_table, + sym_val_closure, + [75299] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2697), 1, + STATE(2686), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2948), 1, + STATE(2972), 1, sym_cell_path, - ACTIONS(2025), 6, + ACTIONS(1997), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2027), 43, + ACTIONS(1999), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -303036,27 +302435,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76064] = 8, + [75371] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2698), 1, + STATE(2687), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(3033), 1, + STATE(2969), 1, sym_cell_path, - ACTIONS(2029), 6, + ACTIONS(1957), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2031), 43, + ACTIONS(1959), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -303100,87 +302499,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76136] = 4, + [75443] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2699), 1, + ACTIONS(5680), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5682), 1, + aux_sym__immediate_decimal_token2, + STATE(2688), 1, sym_comment, - ACTIONS(976), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(978), 47, + ACTIONS(1757), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 33, sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76200] = 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [75511] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2700), 1, + STATE(2689), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2977), 1, + STATE(2974), 1, sym_cell_path, - ACTIONS(1949), 6, + ACTIONS(2001), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1951), 43, + ACTIONS(2003), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -303224,81 +302625,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76272] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5688), 1, - anon_sym_DOT, - ACTIONS(5690), 1, - aux_sym__immediate_decimal_token2, - STATE(2701), 1, - sym_comment, - ACTIONS(1737), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1735), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [76340] = 4, + [75583] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2702), 1, + STATE(2690), 1, sym_comment, - ACTIONS(972), 6, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(974), 47, + ACTIONS(2413), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -303346,19 +302685,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76404] = 4, + [75647] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2703), 1, + STATE(2691), 1, sym_comment, - ACTIONS(1018), 6, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1020), 47, + ACTIONS(2413), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -303406,19 +302745,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76468] = 4, + [75711] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2704), 1, + STATE(2692), 1, sym_comment, - ACTIONS(5617), 6, + ACTIONS(5646), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5619), 47, + ACTIONS(5648), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -303466,21 +302805,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76532] = 4, + [75775] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2705), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2693), 1, sym_comment, - ACTIONS(5650), 6, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2984), 1, + sym_cell_path, + ACTIONS(2005), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5652), 47, + ACTIONS(2007), 43, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -303515,10 +302861,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -303526,24 +302869,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [76596] = 9, + [75847] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5692), 1, - anon_sym_DOT_DOT2, - ACTIONS(5696), 1, - sym_filesize_unit, - ACTIONS(5698), 1, - sym_duration_unit, - ACTIONS(5700), 1, - aux_sym__unquoted_in_list_token2, - STATE(2706), 1, + ACTIONS(5684), 1, + anon_sym_DOT, + ACTIONS(5686), 1, + aux_sym__immediate_decimal_token2, + STATE(2694), 1, sym_comment, - ACTIONS(5694), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 16, + ACTIONS(1725), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -303559,7 +302896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1665), 31, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -303567,6 +302905,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -303591,265 +302931,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [76670] = 4, - ACTIONS(251), 1, + [75915] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2707), 1, + STATE(2695), 1, sym_comment, - ACTIONS(962), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(964), 47, + ACTIONS(1727), 5, sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [76734] = 33, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2590), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2592), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3082), 1, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1725), 48, anon_sym_LBRACK, - ACTIONS(3086), 1, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(3088), 1, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(3100), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3102), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3104), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3106), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3112), 1, - anon_sym_0b, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(5702), 1, anon_sym_LBRACE, - ACTIONS(5704), 1, anon_sym_DOT_DOT, - ACTIONS(5708), 1, - anon_sym_null, - ACTIONS(5712), 1, - sym_val_date, - STATE(2708), 1, - sym_comment, - STATE(5523), 1, - sym__val_number_decimal, - STATE(5793), 1, - sym_val_variable, - STATE(5975), 1, - sym_expr_parenthesized, - STATE(6630), 1, - sym__inter_single_quotes, - STATE(6638), 1, - sym__inter_double_quotes, - STATE(7188), 1, - sym__val_number, - STATE(7275), 1, - sym_block, - ACTIONS(3114), 2, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5706), 2, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - ACTIONS(5710), 2, + anon_sym_null, anon_sym_true, anon_sym_false, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(7299), 2, - sym_val_range, - sym__value, - ACTIONS(3108), 6, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, aux_sym__val_number_token1, aux_sym__val_number_token2, aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(7055), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [76856] = 33, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2590), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2592), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(3082), 1, - anon_sym_LBRACK, - ACTIONS(3086), 1, - anon_sym_LPAREN, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(3100), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3102), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3104), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3106), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3112), 1, anon_sym_0b, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(5702), 1, - anon_sym_LBRACE, - ACTIONS(5704), 1, - anon_sym_DOT_DOT, - ACTIONS(5708), 1, - anon_sym_null, - ACTIONS(5712), 1, - sym_val_date, - STATE(2709), 1, - sym_comment, - STATE(5523), 1, - sym__val_number_decimal, - STATE(5793), 1, - sym_val_variable, - STATE(5982), 1, - sym_expr_parenthesized, - STATE(6630), 1, - sym__inter_single_quotes, - STATE(6638), 1, - sym__inter_double_quotes, - STATE(7188), 1, - sym__val_number, - STATE(7348), 1, - sym_block, - ACTIONS(3114), 2, anon_sym_0o, anon_sym_0x, - ACTIONS(3120), 2, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(5706), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(5710), 2, - anon_sym_true, - anon_sym_false, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(7205), 2, - sym_val_range, - sym__value, - ACTIONS(3108), 6, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(7055), 12, - sym_val_nothing, - sym_val_bool, - sym_val_number, - sym_val_duration, - sym_val_filesize, - sym_val_binary, - sym_val_string, - sym_val_interpolated, - sym_val_list, - sym_val_record, - sym_val_table, - sym_val_closure, - [76978] = 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [75979] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2710), 1, + STATE(2696), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2995), 1, + STATE(2947), 1, sym_cell_path, - ACTIONS(1957), 6, + ACTIONS(1965), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1959), 43, + ACTIONS(1967), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -303893,254 +303055,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77050] = 4, - ACTIONS(251), 1, + [76051] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2711), 1, + STATE(2697), 1, sym_comment, - ACTIONS(2346), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2348), 47, + ACTIONS(1759), 5, sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1757), 48, anon_sym_LBRACK, - anon_sym_STAR2, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77114] = 4, - ACTIONS(251), 1, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [76115] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2712), 1, + STATE(2698), 1, sym_comment, - ACTIONS(4942), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4940), 47, + ACTIONS(1767), 5, sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1765), 48, anon_sym_LBRACK, - anon_sym_STAR2, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77178] = 4, - ACTIONS(251), 1, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [76179] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2713), 1, + STATE(2699), 1, sym_comment, - ACTIONS(2350), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2352), 47, + ACTIONS(1863), 5, sym_raw_string_begin, - ts_builtin_sym_end, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1861), 48, anon_sym_LBRACK, - anon_sym_STAR2, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [77242] = 30, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, - anon_sym_DQUOTE, - ACTIONS(5549), 1, - sym_raw_string_begin, - ACTIONS(5714), 1, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(5716), 1, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(5718), 1, + anon_sym_LBRACE, anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5726), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(5728), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(5730), 1, - aux_sym_unquoted_token1, - STATE(2611), 1, - sym__inter_single_quotes, - STATE(2612), 1, - sym__inter_double_quotes, - STATE(2714), 1, - sym_comment, - STATE(5789), 1, - sym__val_number_decimal, - STATE(7507), 1, - sym_val_bool, - STATE(7649), 1, - sym__val_range, - STATE(7657), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5547), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5720), 2, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - STATE(2632), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5722), 3, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1671), 5, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - sym_unquoted, - ACTIONS(2672), 8, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -304149,8 +303225,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -304159,19 +303233,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [77358] = 4, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [76243] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2715), 1, + STATE(2700), 1, sym_comment, - ACTIONS(5628), 6, + ACTIONS(2419), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5630), 47, + ACTIONS(2421), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -304219,28 +303295,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77422] = 8, + [76307] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2716), 1, + STATE(2701), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(3026), 1, - sym_cell_path, - ACTIONS(1969), 6, + ACTIONS(2423), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1971), 43, + ACTIONS(2425), 47, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -304275,7 +303344,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -304283,113 +303355,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77494] = 7, - ACTIONS(3), 1, + [76371] = 31, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5734), 1, - anon_sym_RBRACK, - ACTIONS(5736), 1, - sym__entry_separator, - ACTIONS(5738), 1, - sym_raw_string_begin, - STATE(2717), 1, - sym_comment, - STATE(2735), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(5732), 49, - anon_sym_LBRACK, + ACTIONS(1283), 1, anon_sym_LPAREN, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3212), 1, + aux_sym_unquoted_token1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(3852), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_DOT_LPAREN, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(4130), 1, + anon_sym_DOT_DOT, + ACTIONS(5690), 1, sym_val_date, - anon_sym_DQUOTE, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2702), 1, + sym_comment, + STATE(5674), 1, + sym__val_number_decimal, + STATE(6329), 1, + sym_unquoted, + STATE(7439), 1, + sym__val_range, + STATE(7445), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [77564] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5740), 1, - anon_sym_QMARK2, - STATE(2718), 1, - sym_comment, - ACTIONS(954), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(952), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(4132), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5688), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOT2, + aux_sym__val_number_token6, + STATE(6323), 4, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -304398,6 +303432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -304406,20 +303442,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [77630] = 5, + [76489] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5742), 1, - anon_sym_QMARK2, - STATE(2719), 1, + ACTIONS(5692), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5694), 1, + aux_sym__immediate_decimal_token2, + STATE(2703), 1, sym_comment, - ACTIONS(968), 4, + ACTIONS(1759), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(966), 48, + ACTIONS(1757), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -304450,7 +303487,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -304468,27 +303504,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [77696] = 8, + [76557] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2720), 1, + STATE(2704), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(3019), 1, + STATE(2951), 1, sym_cell_path, - ACTIONS(935), 6, + ACTIONS(1969), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(937), 43, + ACTIONS(1971), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -304532,21 +303568,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77768] = 4, + [76629] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2721), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2705), 1, sym_comment, - ACTIONS(1717), 6, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2976), 1, + sym_cell_path, + ACTIONS(1945), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1719), 47, + ACTIONS(1947), 43, sym_raw_string_begin, - ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -304581,10 +303624,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_STAR2, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -304592,106 +303632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [77832] = 31, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1283), 1, - anon_sym_LPAREN, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(3212), 1, - aux_sym_unquoted_token1, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(3932), 1, - anon_sym_DOLLAR, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, - anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(2722), 1, - sym_comment, - STATE(5596), 1, - sym__val_number_decimal, - STATE(6426), 1, - sym_unquoted, - STATE(7459), 1, - sym__val_range, - STATE(7461), 1, - sym__unquoted_anonymous_prefix, - STATE(7507), 1, - sym_val_bool, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4129), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(6421), 4, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [77950] = 4, + [76701] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2723), 1, + STATE(2706), 1, sym_comment, - ACTIONS(2358), 6, + ACTIONS(5650), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2360), 47, + ACTIONS(5652), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -304739,19 +303692,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78014] = 4, + [76765] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2724), 1, + STATE(2707), 1, sym_comment, - ACTIONS(2362), 6, + ACTIONS(1717), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2364), 47, + ACTIONS(1719), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -304799,27 +303752,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78078] = 8, + [76829] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2725), 1, + STATE(2708), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2954), 1, + STATE(3011), 1, sym_cell_path, - ACTIONS(2033), 6, + ACTIONS(2009), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2035), 43, + ACTIONS(2011), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -304863,92 +303816,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78150] = 4, + [76901] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2726), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2709), 1, sym_comment, - ACTIONS(1599), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 35, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(3015), 1, + sym_cell_path, + ACTIONS(2089), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2091), 43, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [78214] = 7, + [76973] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, - sym__entry_separator, - ACTIONS(5738), 1, - sym_raw_string_begin, - ACTIONS(5746), 1, - anon_sym_RBRACK, - STATE(2727), 1, + ACTIONS(5696), 1, + anon_sym_DOT, + ACTIONS(5698), 1, + aux_sym__immediate_decimal_token2, + STATE(2710), 1, sym_comment, - STATE(2735), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(5732), 49, + ACTIONS(1727), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1725), 47, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_DOT_LPAREN, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -304966,9 +303925,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -304986,87 +303942,211 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [78284] = 4, + [77041] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2728), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2711), 1, sym_comment, - ACTIONS(1623), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2983), 1, + sym_cell_path, + ACTIONS(1925), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1927), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1625), 35, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [77113] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2712), 1, + sym_comment, + ACTIONS(2431), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2433), 47, sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [78348] = 8, + [77177] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2713), 1, + sym_comment, + ACTIONS(2435), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2437), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [77241] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2729), 1, + STATE(2714), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2964), 1, + STATE(2961), 1, sym_cell_path, - ACTIONS(1965), 6, + ACTIONS(1973), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1967), 43, + ACTIONS(1975), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -305110,12 +304190,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78420] = 4, + [77313] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2730), 1, + ACTIONS(5614), 1, + anon_sym_DOT2, + STATE(2715), 1, sym_comment, - ACTIONS(1709), 18, + STATE(2717), 1, + aux_sym_cell_path_repeat1, + STATE(2841), 1, + sym_path, + ACTIONS(948), 17, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -305133,8 +304219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1711), 35, + ACTIONS(950), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -305156,8 +304241,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -305170,185 +304253,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [78484] = 30, + [77383] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, - anon_sym_DQUOTE, - ACTIONS(5549), 1, - sym_raw_string_begin, - ACTIONS(5714), 1, - anon_sym_LPAREN, - ACTIONS(5716), 1, - anon_sym_DOLLAR, - ACTIONS(5718), 1, - anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5726), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(5728), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(5730), 1, - aux_sym_unquoted_token1, - STATE(2611), 1, - sym__inter_single_quotes, - STATE(2612), 1, - sym__inter_double_quotes, - STATE(2731), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2716), 1, sym_comment, - STATE(5789), 1, - sym__val_number_decimal, - STATE(7507), 1, - sym_val_bool, - STATE(7649), 1, - sym__val_range, - STATE(7657), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5547), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5720), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(2632), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5722), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(1671), 5, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - sym_unquoted, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [78600] = 31, - ACTIONS(241), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(243), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1283), 1, - anon_sym_LPAREN, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2954), 1, + sym_cell_path, + ACTIONS(1953), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1955), 43, sym_raw_string_begin, - ACTIONS(3212), 1, - aux_sym_unquoted_token1, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(3932), 1, - anon_sym_DOLLAR, - ACTIONS(3944), 1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, - anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(2732), 1, - sym_comment, - STATE(5596), 1, - sym__val_number_decimal, - STATE(6426), 1, - sym_unquoted, - STATE(7459), 1, - sym__val_range, - STATE(7461), 1, - sym__unquoted_anonymous_prefix, - STATE(7507), 1, - sym_val_bool, - ACTIONS(1297), 2, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4129), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(6421), 4, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [78718] = 4, + [77455] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2733), 1, + ACTIONS(5700), 1, + anon_sym_DOT2, + STATE(2841), 1, + sym_path, + STATE(2717), 2, sym_comment, - ACTIONS(1723), 18, + aux_sym_cell_path_repeat1, + ACTIONS(941), 17, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -305366,8 +304345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1725), 35, + ACTIONS(943), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -305389,8 +304367,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - sym_filesize_unit, - sym_duration_unit, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -305403,28 +304379,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [78782] = 8, + [77523] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_DOT2, - STATE(2734), 1, + STATE(2718), 1, sym_comment, - STATE(2766), 1, - aux_sym_cell_path_repeat1, - STATE(2941), 1, - sym_path, - STATE(3027), 1, - sym_cell_path, - ACTIONS(1973), 6, + ACTIONS(4989), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1975), 43, + ACTIONS(4987), 47, sym_raw_string_begin, + ts_builtin_sym_end, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -305459,7 +304428,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -305467,19 +304439,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [78854] = 5, + [77587] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2332), 1, - sym_raw_string_begin, - ACTIONS(5748), 1, + ACTIONS(5705), 1, + anon_sym_RBRACK, + ACTIONS(5707), 1, sym__entry_separator, - STATE(2735), 2, + ACTIONS(5709), 1, + sym_raw_string_begin, + STATE(2719), 1, sym_comment, + STATE(2733), 1, aux_sym__multiple_types_repeat1, - ACTIONS(2327), 50, + ACTIONS(5703), 49, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, @@ -305528,20 +304502,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [78920] = 7, + [77657] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(5738), 1, + ACTIONS(5709), 1, sym_raw_string_begin, - ACTIONS(5751), 1, + ACTIONS(5711), 1, anon_sym_RBRACK, - STATE(2735), 1, - aux_sym__multiple_types_repeat1, - STATE(2736), 1, + STATE(2720), 1, sym_comment, - ACTIONS(5732), 49, + STATE(2733), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(5703), 49, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, @@ -305591,32 +304565,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [78990] = 7, + [77727] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, - sym__entry_separator, - ACTIONS(5738), 1, - sym_raw_string_begin, - ACTIONS(5753), 1, + ACTIONS(5715), 1, anon_sym_RBRACK, - STATE(2735), 1, - aux_sym__multiple_types_repeat1, - STATE(2737), 1, + ACTIONS(5718), 1, + anon_sym_DOT2, + ACTIONS(5720), 1, + sym_raw_string_begin, + STATE(2721), 1, sym_comment, - ACTIONS(5732), 49, + STATE(5742), 1, + aux_sym_cell_path_repeat1, + STATE(6483), 1, + sym_path, + STATE(7062), 1, + sym_cell_path, + ACTIONS(1925), 2, + sym__entry_separator, + sym__table_head_separator, + ACTIONS(5713), 45, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -305634,9 +304614,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -305654,79 +304631,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [79060] = 4, - ACTIONS(3), 1, + [77803] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2738), 1, + STATE(2722), 1, sym_comment, - ACTIONS(960), 4, + ACTIONS(5632), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5634), 47, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(958), 49, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [79124] = 4, + [77867] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2739), 1, + STATE(2723), 1, sym_comment, - ACTIONS(5607), 6, + ACTIONS(964), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5609), 47, + ACTIONS(966), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -305774,79 +304751,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79188] = 4, - ACTIONS(3), 1, + [77931] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2740), 1, + STATE(2724), 1, sym_comment, - ACTIONS(978), 4, + ACTIONS(5636), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5638), 47, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(976), 49, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_STAR2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [79252] = 4, + [77995] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2725), 1, + sym_comment, + ACTIONS(5654), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5656), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78059] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2726), 1, + sym_comment, + ACTIONS(5616), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5618), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78123] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2741), 1, + STATE(2727), 1, sym_comment, - ACTIONS(5611), 6, + ACTIONS(968), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5613), 47, + ACTIONS(970), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -305894,79 +304991,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79316] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2742), 1, - sym_comment, - ACTIONS(974), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(972), 49, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [79380] = 4, + [78187] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2743), 1, + STATE(2728), 1, sym_comment, - ACTIONS(4985), 6, + ACTIONS(972), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(4983), 47, + ACTIONS(974), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -306014,19 +305051,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79444] = 4, + [78251] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2744), 1, + STATE(2729), 1, sym_comment, - ACTIONS(2055), 6, + ACTIONS(1018), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2057), 47, + ACTIONS(1020), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -306074,141 +305111,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79508] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2745), 1, - sym_comment, - ACTIONS(964), 4, - sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(962), 49, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [79572] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5755), 1, - sym__newline, - STATE(2746), 1, - sym_comment, - ACTIONS(5758), 2, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(1277), 15, - anon_sym_DOLLAR, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1275), 35, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT_LPAREN, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [79640] = 4, + [78315] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2747), 1, + STATE(2730), 1, sym_comment, - ACTIONS(2338), 6, + ACTIONS(976), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2340), 47, + ACTIONS(978), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -306256,19 +305171,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79704] = 4, + [78379] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2748), 1, + STATE(2731), 1, sym_comment, - ACTIONS(2338), 6, + ACTIONS(4932), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2340), 47, + ACTIONS(4930), 47, sym_raw_string_begin, ts_builtin_sym_end, aux_sym_cmd_identifier_token2, @@ -306316,27 +305231,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [79768] = 8, + [78443] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2749), 1, + STATE(2732), 1, sym_comment, - STATE(2766), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - STATE(2985), 1, + STATE(3000), 1, sym_cell_path, - ACTIONS(1977), 6, + ACTIONS(1937), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1979), 43, + ACTIONS(1939), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -306375,849 +305290,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [79840] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2750), 1, - sym_comment, - ACTIONS(1737), 5, - sym_raw_string_begin, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(1735), 48, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [79904] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2751), 1, - sym_comment, - ACTIONS(958), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(960), 34, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [79967] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2752), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3074), 1, - sym_cell_path, - ACTIONS(1831), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1829), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80038] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5762), 1, - anon_sym_QMARK2, - STATE(2753), 1, - sym_comment, - ACTIONS(952), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(954), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [80103] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2754), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3075), 1, - sym_cell_path, - ACTIONS(1991), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1989), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80174] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2755), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3108), 1, - sym_cell_path, - ACTIONS(937), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(935), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80245] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2756), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3082), 1, - sym_cell_path, - ACTIONS(1995), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1993), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80316] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2757), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3087), 1, - sym_cell_path, - ACTIONS(1999), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1997), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80387] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2758), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3089), 1, - sym_cell_path, - ACTIONS(2003), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2001), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80458] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2759), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3095), 1, - sym_cell_path, - ACTIONS(2007), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2005), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80529] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2760), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3101), 1, - sym_cell_path, - ACTIONS(2011), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2009), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80600] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2761), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3102), 1, - sym_cell_path, - ACTIONS(2015), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2013), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80671] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2762), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3103), 1, - sym_cell_path, - ACTIONS(2019), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2017), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [80742] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2763), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3104), 1, - sym_cell_path, - ACTIONS(2023), 2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78515] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2292), 1, sym_raw_string_begin, + ACTIONS(5722), 1, sym__entry_separator, - ACTIONS(2021), 46, + STATE(2733), 2, + sym_comment, + aux_sym__multiple_types_repeat1, + ACTIONS(2287), 50, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -307235,6 +305336,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307252,35 +305356,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [80813] = 8, + [78581] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2764), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3106), 1, - sym_cell_path, - ACTIONS(2027), 2, - sym_raw_string_begin, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(2025), 46, - anon_sym_LBRACK, + ACTIONS(5709), 1, + sym_raw_string_begin, + ACTIONS(5725), 1, anon_sym_RBRACK, + STATE(2733), 1, + aux_sym__multiple_types_repeat1, + STATE(2734), 1, + sym_comment, + ACTIONS(5703), 49, + anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -307298,6 +305399,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307315,35 +305419,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [80884] = 8, + [78651] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2765), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3111), 1, - sym_cell_path, - ACTIONS(2031), 2, - sym_raw_string_begin, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(2029), 46, - anon_sym_LBRACK, + ACTIONS(5709), 1, + sym_raw_string_begin, + ACTIONS(5727), 1, anon_sym_RBRACK, + STATE(2733), 1, + aux_sym__multiple_types_repeat1, + STATE(2735), 1, + sym_comment, + ACTIONS(5703), 49, + anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -307361,6 +305462,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307378,25 +305482,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [80955] = 7, + [78721] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5662), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2766), 1, + STATE(2736), 1, sym_comment, - STATE(2768), 1, + STATE(2756), 1, aux_sym_cell_path_repeat1, - STATE(2941), 1, + STATE(2909), 1, sym_path, - ACTIONS(948), 6, + STATE(3008), 1, + sym_cell_path, + ACTIONS(1933), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(950), 43, + ACTIONS(1935), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -307440,85 +305546,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [81024] = 6, - ACTIONS(3), 1, + [78793] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5764), 1, - anon_sym_DOT, - ACTIONS(5766), 1, - aux_sym__immediate_decimal_token2, - STATE(2767), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2737), 1, sym_comment, - ACTIONS(1737), 3, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2958), 1, + sym_cell_path, + ACTIONS(2093), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2095), 43, sym_raw_string_begin, - anon_sym_LPAREN2, - sym__entry_separator, - ACTIONS(1735), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [81091] = 6, + [78865] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5768), 1, + ACTIONS(5658), 1, anon_sym_DOT2, - STATE(2941), 1, + STATE(2738), 1, + sym_comment, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, sym_path, - STATE(2768), 2, + STATE(3009), 1, + sym_cell_path, + ACTIONS(1977), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1979), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78937] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2739), 1, sym_comment, + STATE(2756), 1, aux_sym_cell_path_repeat1, - ACTIONS(941), 6, + STATE(2909), 1, + sym_path, + STATE(2989), 1, + sym_cell_path, + ACTIONS(1981), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(943), 43, + ACTIONS(1983), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -307562,24 +305738,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [81158] = 6, + [79009] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5771), 1, - anon_sym_DOT, - ACTIONS(5773), 1, - aux_sym__immediate_decimal_token2, - STATE(2769), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2740), 1, sym_comment, - ACTIONS(1735), 17, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2957), 1, + sym_cell_path, + ACTIONS(1985), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1987), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [79081] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5729), 1, + anon_sym_QMARK2, + STATE(2741), 1, + sym_comment, + ACTIONS(960), 4, + sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(958), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307588,20 +305854,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + [79147] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5731), 1, + anon_sym_QMARK2, + STATE(2742), 1, + sym_comment, + ACTIONS(954), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(952), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -307611,10 +305899,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -307623,16 +305923,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [81225] = 5, + aux_sym__unquoted_in_list_token1, + [79213] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5775), 1, - aux_sym__immediate_decimal_token2, - STATE(2770), 1, + ACTIONS(5733), 1, + anon_sym_DOT_DOT2, + ACTIONS(5737), 1, + sym_filesize_unit, + ACTIONS(5739), 1, + sym_duration_unit, + ACTIONS(5741), 1, + aux_sym__unquoted_in_list_token2, + STATE(2743), 1, sym_comment, - ACTIONS(1771), 18, + ACTIONS(5735), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 16, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -307648,8 +305957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 33, + ACTIONS(1693), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -307657,8 +305965,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -307683,84 +305989,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [81290] = 6, - ACTIONS(3), 1, + [79287] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5736), 1, - sym__entry_separator, - ACTIONS(5738), 1, - sym_raw_string_begin, - STATE(2735), 1, - aux_sym__multiple_types_repeat1, - STATE(2771), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2744), 1, sym_comment, - ACTIONS(5732), 49, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_DOT_LPAREN, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2960), 1, + sym_cell_path, + ACTIONS(1989), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1991), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [81357] = 5, + [79359] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5777), 1, - anon_sym_QMARK2, - STATE(2772), 1, + ACTIONS(5743), 1, + sym__newline, + STATE(2745), 1, sym_comment, - ACTIONS(966), 18, + ACTIONS(5746), 2, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(1270), 15, + anon_sym_DOLLAR, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307770,19 +306079,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(968), 33, + ACTIONS(1268), 35, sym_raw_string_begin, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_DOT_LPAREN, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -307796,6 +306104,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -307804,72 +306115,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [81422] = 29, + [79427] = 30, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3944), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5636), 1, + ACTIONS(5567), 1, anon_sym_DQUOTE, - ACTIONS(5640), 1, + ACTIONS(5571), 1, sym_raw_string_begin, - ACTIONS(5724), 1, + ACTIONS(5690), 1, sym_val_date, - ACTIONS(5779), 1, + ACTIONS(5748), 1, anon_sym_LPAREN, - ACTIONS(5781), 1, + ACTIONS(5750), 1, anon_sym_DOLLAR, - ACTIONS(5783), 1, + ACTIONS(5752), 1, anon_sym_DOT_DOT, - ACTIONS(5789), 1, + ACTIONS(5758), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(5791), 1, + ACTIONS(5760), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(5793), 1, + ACTIONS(5762), 1, aux_sym_unquoted_token1, - STATE(2747), 1, - sym__inter_single_quotes, - STATE(2748), 1, + STATE(2620), 1, sym__inter_double_quotes, - STATE(2773), 1, + STATE(2649), 1, + sym__inter_single_quotes, + STATE(2746), 1, sym_comment, - STATE(5606), 1, + STATE(5786), 1, sym__val_number_decimal, - STATE(7479), 1, + STATE(7455), 1, sym__val_range, - STATE(7507), 1, - sym_val_bool, - STATE(7509), 1, + STATE(7457), 1, sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(5638), 2, + ACTIONS(5569), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(5785), 2, + ACTIONS(5754), 2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - STATE(2691), 2, + STATE(2601), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5787), 3, + ACTIONS(5756), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1757), 5, + STATE(1674), 5, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, sym_unquoted, - ACTIONS(2672), 8, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307878,7 +306191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, + ACTIONS(2743), 9, anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -307888,52 +306201,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [81535] = 8, - ACTIONS(3), 1, + [79543] = 31, + ACTIONS(241), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(243), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2774), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3069), 1, - sym_cell_path, - ACTIONS(1983), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1981), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1283), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1295), 1, + anon_sym_DQUOTE, + ACTIONS(1299), 1, + sym_raw_string_begin, + ACTIONS(3212), 1, + aux_sym_unquoted_token1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(3852), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(4130), 1, + anon_sym_DOT_DOT, + ACTIONS(5690), 1, sym_val_date, - anon_sym_DQUOTE, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2747), 1, + sym_comment, + STATE(5674), 1, + sym__val_number_decimal, + STATE(6329), 1, + sym_unquoted, + STATE(7439), 1, + sym__val_range, + STATE(7445), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4132), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5688), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(6323), 4, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -307942,6 +306278,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -307950,53 +306288,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [81606] = 8, - ACTIONS(3), 1, + [79661] = 30, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_DOT2, - STATE(2775), 1, - sym_comment, - STATE(2850), 1, - aux_sym_cell_path_repeat1, - STATE(2960), 1, - sym_path, - STATE(3073), 1, - sym_cell_path, - ACTIONS(1987), 2, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5567), 1, + anon_sym_DQUOTE, + ACTIONS(5571), 1, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1985), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5748), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(5750), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, + ACTIONS(5752), 1, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, + ACTIONS(5758), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(5760), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(5762), 1, + aux_sym_unquoted_token1, + STATE(2620), 1, + sym__inter_double_quotes, + STATE(2649), 1, + sym__inter_single_quotes, + STATE(2748), 1, + sym_comment, + STATE(5786), 1, + sym__val_number_decimal, + STATE(7455), 1, + sym__val_range, + STATE(7457), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(5569), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5754), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(2601), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5756), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + STATE(1674), 5, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + sym_unquoted, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308005,6 +306364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -308013,135 +306374,260 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [81677] = 4, + [79777] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2776), 1, + STATE(2749), 1, sym_comment, - ACTIONS(976), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(978), 34, + ACTIONS(5640), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5642), 47, sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [81740] = 4, + [79841] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2777), 1, + ACTIONS(5658), 1, + anon_sym_DOT2, + STATE(2750), 1, sym_comment, - ACTIONS(972), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2956), 1, + sym_cell_path, + ACTIONS(935), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(937), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [79913] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5658), 1, anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(974), 34, + STATE(2751), 1, + sym_comment, + STATE(2756), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + STATE(2982), 1, + sym_cell_path, + ACTIONS(1949), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1951), 43, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [81803] = 6, + [79985] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2752), 1, + sym_comment, + ACTIONS(2102), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2104), 47, + sym_raw_string_begin, + ts_builtin_sym_end, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_STAR2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [80049] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5795), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5797), 1, - aux_sym__immediate_decimal_token2, - STATE(2778), 1, + STATE(2753), 1, sym_comment, - ACTIONS(1727), 17, + ACTIONS(968), 18, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -308150,6 +306636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308159,7 +306646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1729), 33, + ACTIONS(970), 34, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -308167,6 +306654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_null, @@ -308193,96 +306681,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [81870] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(5799), 1, - anon_sym_DOT, - ACTIONS(5803), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5805), 1, - aux_sym__immediate_decimal_token5, - STATE(2779), 1, - sym_comment, - STATE(3197), 1, - sym__immediate_decimal, - ACTIONS(5801), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(1880), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1583), 35, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [81951] = 4, + [80112] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2780), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2754), 1, sym_comment, - ACTIONS(2479), 2, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3108), 1, + sym_cell_path, + ACTIONS(1971), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2477), 50, + ACTIONS(1969), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -308300,9 +306727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308320,20 +306744,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82014] = 6, + [80183] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5807), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5809), 1, - aux_sym__immediate_decimal_token2, - STATE(2781), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2755), 1, sym_comment, - ACTIONS(1729), 3, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3036), 1, + sym_cell_path, + ACTIONS(1995), 2, sym_raw_string_begin, - anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(1727), 47, + ACTIONS(1993), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -308380,87 +306807,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [82081] = 4, + [80254] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2782), 1, - sym_comment, - ACTIONS(962), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(5658), 1, anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(964), 34, + STATE(2756), 1, + sym_comment, + STATE(2777), 1, + aux_sym_cell_path_repeat1, + STATE(2909), 1, + sym_path, + ACTIONS(948), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(950), 43, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [82144] = 10, + [80323] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(5766), 1, + anon_sym_DOT, + ACTIONS(5770), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5772), 1, + aux_sym__immediate_decimal_token5, + STATE(2757), 1, + sym_comment, + STATE(3197), 1, + sym__immediate_decimal, + ACTIONS(5768), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(1820), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1553), 35, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [80404] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2035), 1, - sym__entry_separator, - ACTIONS(5760), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - ACTIONS(5813), 1, - anon_sym_RBRACK, - ACTIONS(5816), 1, - sym_raw_string_begin, - STATE(2783), 1, + STATE(2758), 1, sym_comment, - STATE(2850), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3014), 1, sym_path, - STATE(3077), 1, + STATE(3117), 1, sym_cell_path, - ACTIONS(5811), 45, + ACTIONS(1999), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1997), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -308505,105 +307000,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82219] = 29, + [80475] = 29, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3944), 1, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, + ACTIONS(5567), 1, anon_sym_DQUOTE, - ACTIONS(5549), 1, + ACTIONS(5571), 1, sym_raw_string_begin, - ACTIONS(5714), 1, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5748), 1, anon_sym_LPAREN, - ACTIONS(5716), 1, + ACTIONS(5750), 1, anon_sym_DOLLAR, - ACTIONS(5718), 1, + ACTIONS(5752), 1, anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5726), 1, + ACTIONS(5758), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(5728), 1, + ACTIONS(5760), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(5730), 1, + ACTIONS(5762), 1, aux_sym_unquoted_token1, - STATE(2611), 1, - sym__inter_single_quotes, - STATE(2612), 1, + STATE(2620), 1, sym__inter_double_quotes, - STATE(2784), 1, + STATE(2649), 1, + sym__inter_single_quotes, + STATE(2759), 1, sym_comment, - STATE(5789), 1, + STATE(5786), 1, sym__val_number_decimal, - STATE(7507), 1, - sym_val_bool, - STATE(7649), 1, + STATE(7455), 1, sym__val_range, - STATE(7657), 1, + STATE(7457), 1, sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(5547), 2, + ACTIONS(5569), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(5720), 2, + ACTIONS(5754), 2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - STATE(2632), 2, + STATE(2601), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5722), 3, + ACTIONS(5756), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1671), 5, + STATE(1674), 5, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, sym_unquoted, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [82332] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5818), 1, - sym__newline, - STATE(2785), 2, - sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 15, - anon_sym_DOLLAR, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308612,35 +307074,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1264), 35, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT_LPAREN, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + ACTIONS(2743), 9, anon_sym_null, - anon_sym_true, - anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -308649,17 +307084,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [82397] = 4, + [80588] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2786), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2760), 1, sym_comment, - ACTIONS(990), 4, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3118), 1, + sym_cell_path, + ACTIONS(2003), 2, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(988), 48, + ACTIONS(2001), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -308667,7 +307108,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -308690,7 +307130,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308708,87 +307147,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82460] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1951), 1, - sym__table_head_separator, - ACTIONS(5821), 1, - anon_sym_DOT2, - STATE(2787), 1, - sym_comment, - STATE(5574), 1, - sym_cell_path, - STATE(6113), 1, - aux_sym_cell_path_repeat1, - STATE(7311), 1, - sym_path, - ACTIONS(5675), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(5682), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [82533] = 8, + [80659] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2788), 1, + STATE(2761), 1, sym_comment, - STATE(2850), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3014), 1, sym_path, - STATE(3056), 1, + STATE(3119), 1, sym_cell_path, - ACTIONS(1967), 2, + ACTIONS(2007), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1965), 46, + ACTIONS(2005), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -308835,7 +307210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82604] = 30, + [80730] = 30, ACTIONS(241), 1, anon_sym_DOLLAR_SQUOTE, ACTIONS(243), 1, @@ -308850,58 +307225,58 @@ static const uint16_t ts_small_parse_table[] = { sym_raw_string_begin, ACTIONS(3212), 1, aux_sym_unquoted_token1, - ACTIONS(3932), 1, + ACTIONS(3852), 1, anon_sym_DOLLAR, - ACTIONS(3944), 1, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, + ACTIONS(4130), 1, anon_sym_DOT_DOT, - ACTIONS(5724), 1, + ACTIONS(5690), 1, sym_val_date, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, + STATE(2143), 1, sym__inter_double_quotes, - STATE(2789), 1, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(2762), 1, sym_comment, - STATE(5596), 1, + STATE(5674), 1, sym__val_number_decimal, - STATE(6426), 1, + STATE(6329), 1, sym_unquoted, - STATE(7459), 1, + STATE(7439), 1, sym__val_range, - STATE(7461), 1, + STATE(7445), 1, sym__unquoted_anonymous_prefix, - STATE(7507), 1, + STATE(7527), 1, sym_val_bool, ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(3942), 2, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(4129), 2, + ACTIONS(4132), 2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - STATE(3917), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5744), 3, + ACTIONS(5688), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(6421), 4, + STATE(6323), 4, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, - ACTIONS(2672), 8, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -308910,7 +307285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, + ACTIONS(2743), 9, anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -308920,19 +307295,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [82719] = 5, - ACTIONS(3), 1, + [80845] = 29, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5567), 1, + anon_sym_DQUOTE, + ACTIONS(5571), 1, + sym_raw_string_begin, ACTIONS(5690), 1, - aux_sym__immediate_decimal_token2, - STATE(2790), 1, + sym_val_date, + ACTIONS(5748), 1, + anon_sym_LPAREN, + ACTIONS(5750), 1, + anon_sym_DOLLAR, + ACTIONS(5752), 1, + anon_sym_DOT_DOT, + ACTIONS(5758), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(5760), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(5762), 1, + aux_sym_unquoted_token1, + STATE(2620), 1, + sym__inter_double_quotes, + STATE(2649), 1, + sym__inter_single_quotes, + STATE(2763), 1, + sym_comment, + STATE(5786), 1, + sym__val_number_decimal, + STATE(7455), 1, + sym__val_range, + STATE(7457), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(5569), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5754), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(2601), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5756), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(1660), 5, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + sym_unquoted, + ACTIONS(2741), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [80958] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2764), 1, sym_comment, - ACTIONS(1737), 4, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3110), 1, + sym_cell_path, + ACTIONS(1979), 2, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1735), 47, + ACTIONS(1977), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -308940,7 +307403,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -308980,23 +307442,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82784] = 8, + [81029] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2791), 1, + STATE(2765), 1, sym_comment, - STATE(2850), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3014), 1, sym_path, - STATE(3055), 1, + STATE(3120), 1, sym_cell_path, - ACTIONS(1971), 2, + ACTIONS(2011), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1969), 46, + ACTIONS(2009), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -309043,25 +307505,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82855] = 8, + [81100] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, + ACTIONS(1947), 1, + sym__entry_separator, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2792), 1, + ACTIONS(5776), 1, + anon_sym_RBRACK, + ACTIONS(5779), 1, + sym_raw_string_begin, + STATE(2766), 1, sym_comment, - STATE(2850), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3014), 1, sym_path, - STATE(3063), 1, + STATE(3054), 1, sym_cell_path, - ACTIONS(1975), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1973), 46, + ACTIONS(5774), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -309106,17 +307570,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82926] = 4, + [81175] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2793), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2767), 1, sym_comment, - ACTIONS(986), 4, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3114), 1, + sym_cell_path, + ACTIONS(1983), 2, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(984), 48, + ACTIONS(1981), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -309124,7 +307594,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -309147,7 +307616,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309165,30 +307633,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [82989] = 4, - ACTIONS(3), 1, + [81246] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2794), 1, + STATE(2768), 1, sym_comment, - ACTIONS(982), 4, + ACTIONS(964), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(966), 34, sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [81309] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5781), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5783), 1, + aux_sym__immediate_decimal_token2, + STATE(2769), 1, + sym_comment, + ACTIONS(1595), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1597), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [81376] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(980), 48, + ACTIONS(5709), 1, + sym_raw_string_begin, + STATE(2733), 1, + aux_sym__multiple_types_repeat1, + STATE(2770), 1, + sym_comment, + ACTIONS(5703), 49, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -309206,7 +307794,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309224,72 +307814,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [83052] = 29, + [81443] = 29, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3944), 1, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5545), 1, + ACTIONS(5626), 1, anon_sym_DQUOTE, - ACTIONS(5549), 1, + ACTIONS(5630), 1, sym_raw_string_begin, - ACTIONS(5714), 1, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5785), 1, anon_sym_LPAREN, - ACTIONS(5716), 1, + ACTIONS(5787), 1, anon_sym_DOLLAR, - ACTIONS(5718), 1, + ACTIONS(5789), 1, anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5726), 1, + ACTIONS(5795), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(5728), 1, + ACTIONS(5797), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(5730), 1, + ACTIONS(5799), 1, aux_sym_unquoted_token1, - STATE(2611), 1, + STATE(2690), 1, sym__inter_single_quotes, - STATE(2612), 1, + STATE(2691), 1, sym__inter_double_quotes, - STATE(2795), 1, + STATE(2771), 1, sym_comment, - STATE(5789), 1, + STATE(5594), 1, sym__val_number_decimal, - STATE(7507), 1, + STATE(7405), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, sym_val_bool, - STATE(7649), 1, + STATE(7676), 1, sym__val_range, - STATE(7657), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(5547), 2, + ACTIONS(5628), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(5720), 2, + ACTIONS(5791), 2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - STATE(2632), 2, + STATE(2723), 2, sym__raw_str, sym__str_double_quotes, - ACTIONS(5722), 3, + ACTIONS(5793), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(1653), 5, + STATE(1709), 5, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, sym_unquoted, - ACTIONS(2672), 8, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309298,7 +307888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, + ACTIONS(2743), 9, anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -309308,45 +307898,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83165] = 5, - ACTIONS(251), 1, + [81556] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5666), 1, - aux_sym__immediate_decimal_token2, - STATE(2796), 1, + STATE(2772), 1, sym_comment, - ACTIONS(1735), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, + ACTIONS(2485), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2483), 50, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_DOT_LPAREN, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -309356,84 +307930,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [83230] = 29, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5636), 1, - anon_sym_DQUOTE, - ACTIONS(5640), 1, - sym_raw_string_begin, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5779), 1, - anon_sym_LPAREN, - ACTIONS(5781), 1, - anon_sym_DOLLAR, - ACTIONS(5783), 1, - anon_sym_DOT_DOT, - ACTIONS(5789), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(5791), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(5793), 1, - aux_sym_unquoted_token1, - STATE(2747), 1, - sym__inter_single_quotes, - STATE(2748), 1, - sym__inter_double_quotes, - STATE(2797), 1, - sym_comment, - STATE(5606), 1, - sym__val_number_decimal, - STATE(7479), 1, - sym__val_range, - STATE(7507), 1, - sym_val_bool, - STATE(7509), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5638), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5785), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(2691), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5787), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - STATE(1714), 5, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - sym_unquoted, - ACTIONS(2672), 8, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309442,8 +307948,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -309452,84 +307956,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83343] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5823), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5825), 1, - aux_sym__immediate_decimal_token2, - STATE(2798), 1, - sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1625), 42, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [83410] = 8, + aux_sym__unquoted_in_list_token1, + [81619] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5760), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2799), 1, + STATE(2773), 1, sym_comment, - STATE(2850), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3014), 1, sym_path, - STATE(3068), 1, + STATE(3037), 1, sym_cell_path, - ACTIONS(1979), 2, + ACTIONS(2091), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1977), 46, + ACTIONS(2089), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -309576,19 +308020,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [83481] = 5, + [81690] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5827), 1, - aux_sym__immediate_decimal_token2, - STATE(2800), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2774), 1, sym_comment, - ACTIONS(1773), 4, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3115), 1, + sym_cell_path, + ACTIONS(1987), 2, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1771), 47, + ACTIONS(1985), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -309596,7 +308044,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -309636,73 +308083,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [83546] = 30, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(113), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(115), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, - ACTIONS(251), 1, + [81761] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3358), 1, - aux_sym_unquoted_token1, - ACTIONS(3464), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2775), 1, + sym_comment, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3109), 1, + sym_cell_path, + ACTIONS(1975), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1973), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(3944), 1, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, aux_sym__val_number_decimal_token4, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5829), 1, - anon_sym_LPAREN, - ACTIONS(5831), 1, - anon_sym_DOT_DOT, - STATE(2480), 1, - sym__inter_single_quotes, - STATE(2486), 1, - sym__inter_double_quotes, - STATE(2801), 1, - sym_comment, - STATE(5578), 1, - sym__val_number_decimal, - STATE(6635), 1, - sym_unquoted, - STATE(7507), 1, - sym_val_bool, - STATE(7514), 1, - sym__val_range, - STATE(7542), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(111), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5833), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - ACTIONS(5835), 3, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - STATE(7069), 4, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - ACTIONS(2672), 8, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309711,8 +308137,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -309721,25 +308145,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83661] = 8, + aux_sym__unquoted_in_list_token1, + [81832] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2802), 1, + STATE(2776), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3126), 1, - sym_cell_path, - ACTIONS(5839), 14, + ACTIONS(972), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309749,7 +308170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5837), 33, + ACTIONS(974), 34, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -309757,8 +308178,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -309783,16 +308205,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83731] = 4, + [81895] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2803), 1, + ACTIONS(5801), 1, + anon_sym_DOT2, + STATE(2909), 1, + sym_path, + STATE(2777), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(941), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(943), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [81962] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1927), 1, + sym__table_head_separator, + ACTIONS(5804), 1, + anon_sym_DOT2, + STATE(2778), 1, sym_comment, - ACTIONS(1735), 18, + STATE(5626), 1, + sym_cell_path, + STATE(6530), 1, + aux_sym_cell_path_repeat1, + STATE(7245), 1, + sym_path, + ACTIONS(5713), 14, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -309806,8 +308296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, + ACTIONS(5720), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -309815,8 +308304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, @@ -309841,43 +308330,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83793] = 4, - ACTIONS(251), 1, + [82035] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2804), 1, + ACTIONS(5806), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5808), 1, + aux_sym__immediate_decimal_token2, + STATE(2779), 1, sym_comment, - ACTIONS(1727), 18, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 33, + ACTIONS(1759), 3, sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1757), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -309887,10 +308366,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -309899,12 +308389,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83855] = 4, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [82102] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2805), 1, + ACTIONS(5810), 1, + anon_sym_QMARK2, + STATE(2780), 1, sym_comment, - ACTIONS(1771), 18, + ACTIONS(958), 18, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -309913,6 +308407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309922,8 +308417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 33, + ACTIONS(960), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -309957,12 +308451,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83917] = 4, + [82167] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2806), 1, + ACTIONS(5812), 1, + anon_sym_QMARK2, + STATE(2781), 1, sym_comment, - ACTIONS(1786), 18, + ACTIONS(952), 18, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -309971,6 +308467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -309980,8 +308477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1788), 33, + ACTIONS(954), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -310015,20 +308511,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [83979] = 6, + [82232] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5843), 1, - anon_sym_DOT_DOT2, - STATE(2807), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2782), 1, sym_comment, - ACTIONS(2121), 2, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3102), 1, + sym_cell_path, + ACTIONS(1951), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(5845), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 46, + ACTIONS(1949), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310075,20 +308574,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84045] = 6, + [82303] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5847), 1, - anon_sym_DOT_DOT2, - STATE(2808), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2783), 1, sym_comment, - ACTIONS(2164), 2, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3116), 1, + sym_cell_path, + ACTIONS(1991), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(5849), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 46, + ACTIONS(1989), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310135,21 +308637,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84111] = 8, + [82374] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2809), 1, + ACTIONS(5814), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5816), 1, + aux_sym__immediate_decimal_token2, + STATE(2784), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3186), 1, - sym_cell_path, - ACTIONS(5811), 14, + ACTIONS(1757), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -310163,7 +308664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5816), 33, + ACTIONS(1759), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -310171,8 +308672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -310197,47 +308698,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [84181] = 5, - ACTIONS(3), 1, + [82441] = 29, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5766), 1, - aux_sym__immediate_decimal_token2, - STATE(2810), 1, - sym_comment, - ACTIONS(1737), 3, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5626), 1, + anon_sym_DQUOTE, + ACTIONS(5630), 1, sym_raw_string_begin, - anon_sym_LPAREN2, - sym__entry_separator, - ACTIONS(1735), 47, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5785), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(5787), 1, anon_sym_DOLLAR, - anon_sym_LBRACE, + ACTIONS(5789), 1, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, + ACTIONS(5795), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(5797), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(5799), 1, + aux_sym_unquoted_token1, + STATE(2690), 1, + sym__inter_single_quotes, + STATE(2691), 1, + sym__inter_double_quotes, + STATE(2785), 1, + sym_comment, + STATE(5594), 1, + sym__val_number_decimal, + STATE(7405), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + STATE(7676), 1, + sym__val_range, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, + ACTIONS(5628), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5791), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(2723), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5793), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + STATE(1715), 5, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + sym_unquoted, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310246,6 +308772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -310254,20 +308782,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [84245] = 5, + [82554] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5851), 1, - aux_sym__immediate_decimal_token2, - STATE(2811), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2786), 1, sym_comment, - ACTIONS(1773), 3, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3104), 1, + sym_cell_path, + ACTIONS(1955), 2, sym_raw_string_begin, - anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(1771), 47, + ACTIONS(1953), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310314,18 +308845,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [84309] = 4, + [82625] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2812), 1, + STATE(2787), 1, sym_comment, - ACTIONS(1020), 4, + ACTIONS(990), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1018), 47, + ACTIONS(988), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310356,6 +308886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310373,44 +308904,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84371] = 5, - ACTIONS(251), 1, + [82688] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5773), 1, + ACTIONS(5698), 1, aux_sym__immediate_decimal_token2, - STATE(2813), 1, + STATE(2788), 1, sym_comment, - ACTIONS(1735), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + ACTIONS(1727), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(1725), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -310420,37 +308940,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [84435] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2814), 1, - sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3139), 1, - sym_cell_path, - ACTIONS(1965), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310459,33 +308955,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1967), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -310494,14 +308963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [84505] = 5, + aux_sym__unquoted_in_list_token1, + [82753] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5853), 1, - aux_sym__immediate_decimal_token2, - STATE(2815), 1, + STATE(2789), 1, sym_comment, - ACTIONS(1771), 17, + ACTIONS(976), 18, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -310510,6 +308978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310519,7 +308988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1773), 33, + ACTIONS(978), 34, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -310527,6 +308996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_null, @@ -310553,17 +309023,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [84569] = 4, + [82816] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2816), 1, + ACTIONS(5818), 1, + aux_sym__immediate_decimal_token2, + STATE(2790), 1, sym_comment, - ACTIONS(1737), 4, + ACTIONS(1767), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1735), 47, + ACTIONS(1765), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310611,76 +309083,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84631] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5855), 1, - anon_sym_QMARK2, - STATE(2817), 1, - sym_comment, - ACTIONS(952), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(954), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [84695] = 4, + [82881] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2818), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2791), 1, sym_comment, - ACTIONS(1729), 4, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3098), 1, + sym_cell_path, + ACTIONS(2095), 2, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1727), 47, + ACTIONS(2093), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310688,7 +309107,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -310728,17 +309146,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84757] = 4, + [82952] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2819), 1, + STATE(2792), 1, sym_comment, - ACTIONS(1773), 4, + ACTIONS(986), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1771), 47, + ACTIONS(984), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310769,6 +309187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310786,17 +309205,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84819] = 4, + [83015] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2820), 1, + STATE(2793), 1, sym_comment, - ACTIONS(1788), 4, + ACTIONS(982), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1786), 47, + ACTIONS(980), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -310827,6 +309246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310844,47 +309264,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [84881] = 8, - ACTIONS(251), 1, + [83078] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2821), 1, + ACTIONS(5820), 1, + anon_sym_DOT, + ACTIONS(5822), 1, + aux_sym__immediate_decimal_token2, + STATE(2794), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3150), 1, - sym_cell_path, - ACTIONS(1969), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1971), 33, + ACTIONS(1727), 3, sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1725), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -310894,37 +309300,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [84951] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2822), 1, - sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3158), 1, - sym_cell_path, - ACTIONS(1973), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310933,33 +309315,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1975), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -310968,18 +309323,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85021] = 4, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [83145] = 30, + ACTIONS(109), 1, + anon_sym_DQUOTE, + ACTIONS(113), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(115), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(123), 1, + sym_raw_string_begin, ACTIONS(251), 1, anon_sym_POUND, - STATE(2823), 1, - sym_comment, - ACTIONS(1277), 15, + ACTIONS(3358), 1, + aux_sym_unquoted_token1, + ACTIONS(3472), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5824), 1, + anon_sym_LPAREN, + ACTIONS(5826), 1, + anon_sym_DOT_DOT, + STATE(2550), 1, + sym__inter_single_quotes, + STATE(2552), 1, + sym__inter_double_quotes, + STATE(2795), 1, + sym_comment, + STATE(5714), 1, + sym__val_number_decimal, + STATE(6992), 1, + sym_unquoted, + STATE(7527), 1, + sym_val_bool, + STATE(7581), 1, + sym__val_range, + STATE(7587), 1, + sym__unquoted_anonymous_prefix, + ACTIONS(111), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(5828), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + STATE(1720), 2, + sym__raw_str, + sym__str_double_quotes, + ACTIONS(5830), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + STATE(6967), 4, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -310988,36 +309400,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1275), 36, - sym_raw_string_begin, - sym__newline, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT_LPAREN, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + ACTIONS(2743), 9, anon_sym_null, - anon_sym_true, - anon_sym_false, - anon_sym_DOT_DOT_DOT_DOLLAR, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -311026,81 +309410,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85083] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5857), 1, - sym_long_flag_identifier, - ACTIONS(5859), 1, - anon_sym_EQ2, - STATE(2824), 1, - sym_comment, - ACTIONS(4850), 9, - sym_raw_string_begin, - aux_sym_cmd_identifier_token39, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(4852), 40, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - [85149] = 8, + [83260] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2825), 1, + ACTIONS(5832), 1, + anon_sym_DOT, + ACTIONS(5834), 1, + aux_sym__immediate_decimal_token2, + STATE(2796), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3142), 1, - sym_cell_path, - ACTIONS(935), 14, + ACTIONS(1725), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -311114,7 +309437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(937), 33, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -311122,8 +309445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -311148,20 +309471,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85219] = 8, + [83327] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2826), 1, + ACTIONS(5836), 1, + sym__newline, + STATE(2797), 2, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3164), 1, - sym_cell_path, - ACTIONS(1977), 14, + aux_sym_shebang_repeat1, + ACTIONS(1274), 15, + anon_sym_DOLLAR, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -311176,19 +309495,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1979), 33, + ACTIONS(1276), 35, sym_raw_string_begin, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -311202,6 +309520,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -311210,47 +309531,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85289] = 8, - ACTIONS(251), 1, + [83392] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2827), 1, + STATE(2798), 1, sym_comment, - STATE(2887), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3014), 1, sym_path, - STATE(3166), 1, + STATE(3105), 1, sym_cell_path, - ACTIONS(1981), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1983), 33, + ACTIONS(1959), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1957), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -311260,10 +309570,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -311272,20 +309593,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85359] = 7, + aux_sym__unquoted_in_list_token1, + [83463] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5861), 1, - anon_sym_DOT_DOT2, - STATE(2828), 1, + ACTIONS(5686), 1, + aux_sym__immediate_decimal_token2, + STATE(2799), 1, sym_comment, - ACTIONS(5863), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 16, + ACTIONS(1725), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -311301,7 +309619,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1827), 31, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -311309,6 +309628,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -311333,47 +309654,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85427] = 8, - ACTIONS(251), 1, + [83528] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5764), 1, anon_sym_DOT2, - STATE(2829), 1, + STATE(2800), 1, sym_comment, - STATE(2887), 1, + STATE(2869), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3014), 1, sym_path, - STATE(3169), 1, + STATE(3099), 1, sym_cell_path, - ACTIONS(1985), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1987), 33, + ACTIONS(937), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(935), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -311383,37 +309693,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [85497] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2830), 1, - sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3178), 1, - sym_cell_path, - ACTIONS(1829), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -311422,33 +309708,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1831), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -311457,144 +309716,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85567] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5865), 1, - anon_sym_QMARK2, - STATE(2831), 1, - sym_comment, - ACTIONS(966), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(968), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85631] = 5, + aux_sym__unquoted_in_list_token1, + [83599] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2332), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2801), 1, + sym_comment, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3106), 1, + sym_cell_path, + ACTIONS(1963), 2, sym_raw_string_begin, - ACTIONS(5867), 1, sym__entry_separator, - STATE(2832), 2, - sym_comment, - aux_sym__multiple_types_repeat1, - ACTIONS(2327), 48, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, + ACTIONS(1961), 46, + anon_sym_LBRACK, anon_sym_RBRACK, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85695] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(5870), 1, - anon_sym_DOT_DOT2, - STATE(2833), 1, - sym_comment, - ACTIONS(5872), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 16, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -311603,18 +309771,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1802), 31, + [83670] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2802), 1, + sym_comment, + STATE(2869), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + STATE(3107), 1, + sym_cell_path, + ACTIONS(1967), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1965), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -311624,10 +309819,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -311636,142 +309842,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85763] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5878), 1, - anon_sym_DASH_DASH, - STATE(3024), 1, - sym_long_flag, - STATE(2834), 2, - sym_comment, - aux_sym_decl_def_repeat1, - ACTIONS(5874), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(5876), 42, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85829] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5883), 1, - anon_sym_RBRACK, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2835), 1, - sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85897] = 8, + aux_sym__unquoted_in_list_token1, + [83741] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2836), 1, + ACTIONS(5839), 1, + aux_sym__immediate_decimal_token2, + STATE(2803), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3190), 1, - sym_cell_path, - ACTIONS(1989), 14, + ACTIONS(1765), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -311785,7 +309868,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1991), 33, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -311793,8 +309877,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -311819,81 +309903,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [85967] = 7, + [83806] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - ACTIONS(5889), 1, + ACTIONS(5843), 1, anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2837), 1, - sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86035] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(5887), 1, + ACTIONS(5847), 1, sym_raw_string_begin, - ACTIONS(5891), 1, - anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2838), 1, + STATE(2804), 1, sym_comment, - ACTIONS(5881), 47, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(5841), 47, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -311941,47 +309964,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [86103] = 8, - ACTIONS(251), 1, + [83874] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2839), 1, + ACTIONS(5849), 1, + anon_sym_DOT_DOT2, + STATE(2805), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3176), 1, - sym_cell_path, - ACTIONS(1993), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1995), 33, + ACTIONS(2166), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5851), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2160), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -311991,10 +310000,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -312003,21 +310023,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [86173] = 7, - ACTIONS(3), 1, + aux_sym__unquoted_in_list_token1, + [83940] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - ACTIONS(5893), 1, - anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2840), 1, + ACTIONS(5857), 1, + anon_sym_DASH_DASH, + STATE(3006), 1, + sym_long_flag, + STATE(2806), 2, sym_comment, - ACTIONS(5881), 47, + aux_sym_decl_def_repeat1, + ACTIONS(5853), 6, aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(5855), 42, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -312025,13 +310050,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -312050,11 +310072,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, aux_sym__val_number_decimal_token1, @@ -312064,99 +310084,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [86241] = 12, + [84006] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(5897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5899), 1, - aux_sym__immediate_decimal_token5, - STATE(2841), 1, - sym_comment, - STATE(3237), 1, - sym__immediate_decimal, - ACTIONS(5895), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2026), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1583), 35, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [86319] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5901), 1, - anon_sym_DOT_DOT2, - STATE(2842), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2807), 1, sym_comment, - ACTIONS(2148), 2, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3135), 1, + sym_cell_path, + ACTIONS(2093), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2095), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5903), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -312166,21 +310134,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -312189,22 +310146,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [86385] = 4, + [84076] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2843), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2808), 1, sym_comment, - ACTIONS(988), 18, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3136), 1, + sym_cell_path, + ACTIONS(2001), 14, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -312214,7 +310174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(990), 33, + ACTIONS(2003), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -312222,8 +310182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, @@ -312248,20 +310208,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [86447] = 8, + [84146] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2844), 1, + STATE(2809), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3121), 1, + STATE(3158), 1, sym_cell_path, - ACTIONS(1997), 14, + ACTIONS(5774), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -312276,7 +310236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1999), 33, + ACTIONS(5779), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -312310,35 +310270,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [86517] = 8, - ACTIONS(3), 1, + [84216] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5909), 1, - anon_sym_DOT_DOT2, - ACTIONS(5913), 1, - sym__entry_separator, - ACTIONS(5915), 1, - sym_raw_string_begin, - STATE(2845), 1, + ACTIONS(5862), 1, + sym__newline, + STATE(2810), 2, sym_comment, - ACTIONS(5911), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5905), 45, + aux_sym_shebang_repeat1, + ACTIONS(1274), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1276), 33, + sym_raw_string_begin, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -312348,21 +310315,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -312371,32 +310329,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [86587] = 4, - ACTIONS(3), 1, + [84280] = 8, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2846), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2811), 1, sym_comment, - ACTIONS(2172), 4, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3153), 1, + sym_cell_path, + ACTIONS(2005), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2007), 33, sym_raw_string_begin, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(2170), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -312406,21 +310379,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -312429,18 +310391,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [86649] = 4, + [84350] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2847), 1, + STATE(2812), 1, sym_comment, - ACTIONS(2057), 4, + ACTIONS(1020), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(2055), 47, + ACTIONS(1018), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -312488,29 +310449,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [86711] = 8, + [84412] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__entry_separator, - ACTIONS(5909), 1, - anon_sym_DOT_DOT2, - ACTIONS(5919), 1, - anon_sym_RBRACK, - ACTIONS(5922), 1, - sym_raw_string_begin, - STATE(2848), 1, + STATE(2813), 1, sym_comment, - ACTIONS(5911), 2, + ACTIONS(2118), 4, + sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(5917), 45, + sym__entry_separator, + ACTIONS(2116), 47, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -312550,116 +310507,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [86781] = 12, + [84474] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(5897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5899), 1, - aux_sym__immediate_decimal_token5, - STATE(2849), 1, - sym_comment, - STATE(3242), 1, - sym__immediate_decimal, - ACTIONS(5895), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1619), 35, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [86859] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5760), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2850), 1, + STATE(2814), 1, sym_comment, - STATE(2851), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(2960), 1, + STATE(3039), 1, sym_path, - ACTIONS(950), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(948), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, + STATE(3172), 1, + sym_cell_path, + ACTIONS(5867), 14, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -312668,42 +310534,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [86927] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5924), 1, - anon_sym_DOT2, - STATE(2960), 1, - sym_path, - ACTIONS(943), 2, + ACTIONS(5865), 33, sym_raw_string_begin, - sym__entry_separator, - STATE(2851), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -312713,21 +310557,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -312736,22 +310569,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [86993] = 4, - ACTIONS(251), 1, + [84544] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2852), 1, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5869), 1, + anon_sym_RBRACK, + STATE(2815), 1, sym_comment, - ACTIONS(958), 7, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(5841), 47, aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(960), 44, - sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -312759,10 +310591,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -312781,13 +310616,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -312795,255 +310630,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [87055] = 4, + [84612] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2853), 1, - sym_comment, - ACTIONS(976), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, + ACTIONS(5860), 1, anon_sym_DOT2, - ACTIONS(978), 44, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_QMARK2, + STATE(2816), 1, + sym_comment, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3165), 1, + sym_cell_path, + ACTIONS(2009), 14, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [87117] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2011), 33, sym_raw_string_begin, - ACTIONS(5927), 1, + anon_sym_LBRACK, anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2854), 1, - sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [87185] = 4, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [84682] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2855), 1, + ACTIONS(5871), 1, + sym__newline, + STATE(2817), 2, sym_comment, - ACTIONS(972), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(974), 44, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_QMARK2, + aux_sym_shebang_repeat1, + ACTIONS(1274), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1276), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + aux_sym_expr_unary_token1, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [87247] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [84746] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2856), 1, + STATE(2818), 1, sym_comment, - ACTIONS(962), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(964), 44, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - anon_sym_QMARK2, + ACTIONS(1861), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1863), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [87309] = 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [84808] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2857), 1, + STATE(2819), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3123), 1, + STATE(3162), 1, sym_cell_path, - ACTIONS(2001), 14, + ACTIONS(1949), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313058,7 +310837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2003), 33, + ACTIONS(1951), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313092,20 +310871,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87379] = 8, + [84878] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2858), 1, + STATE(2820), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3127), 1, + STATE(3183), 1, sym_cell_path, - ACTIONS(2005), 14, + ACTIONS(1953), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313120,7 +310899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2007), 33, + ACTIONS(1955), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313154,20 +310933,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87449] = 8, + [84948] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2859), 1, + STATE(2821), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3128), 1, + STATE(3170), 1, sym_cell_path, - ACTIONS(2009), 14, + ACTIONS(2089), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313182,7 +310961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2011), 33, + ACTIONS(2091), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313216,20 +310995,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87519] = 8, + [85018] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2860), 1, + STATE(2822), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3129), 1, + STATE(3132), 1, sym_cell_path, - ACTIONS(2013), 14, + ACTIONS(1957), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313244,19 +311023,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2015), 33, + ACTIONS(1959), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [85088] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5822), 1, + aux_sym__immediate_decimal_token2, + STATE(2823), 1, + sym_comment, + ACTIONS(1727), 3, sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1725), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -313266,10 +311091,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -313278,20 +311114,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87589] = 8, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [85152] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2861), 1, + STATE(2824), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3130), 1, - sym_cell_path, - ACTIONS(2017), 14, + ACTIONS(1270), 15, + anon_sym_DOLLAR, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313306,19 +311137,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2019), 33, + ACTIONS(1268), 36, sym_raw_string_begin, + sym__newline, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT_LPAREN, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + anon_sym_DOT_DOT_DOT_DOLLAR, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -313332,6 +311163,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_DOT_DOT_DOT_LBRACK, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -313340,20 +311174,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87659] = 8, + [85214] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2862), 1, + STATE(2825), 1, sym_comment, - STATE(2887), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - STATE(3131), 1, + STATE(3156), 1, sym_cell_path, - ACTIONS(2021), 14, + ACTIONS(1961), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -313368,7 +311202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2023), 33, + ACTIONS(1963), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313402,17 +311236,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87729] = 4, + [85284] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2863), 1, - sym_comment, - ACTIONS(2176), 4, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5878), 1, + anon_sym_DOT_DOT2, + ACTIONS(5882), 1, + sym__entry_separator, + ACTIONS(5884), 1, sym_raw_string_begin, + STATE(2826), 1, + sym_comment, + ACTIONS(5880), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + ACTIONS(5874), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [85354] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5886), 1, + aux_sym__immediate_decimal_token2, + STATE(2827), 1, + sym_comment, + ACTIONS(1767), 3, + sym_raw_string_begin, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(2174), 47, + ACTIONS(1765), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -313420,7 +311317,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -313460,21 +311356,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [87791] = 4, + aux_sym__unquoted_in_list_token2, + [85418] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(2864), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5888), 1, + anon_sym_DOT_DOT2, + STATE(2828), 1, sym_comment, - ACTIONS(984), 18, + ACTIONS(5890), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 16, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -313484,7 +311386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(986), 33, + ACTIONS(1794), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313492,8 +311394,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -313518,21 +311418,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87853] = 4, + [85486] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(2865), 1, + ACTIONS(5892), 1, + anon_sym_QMARK2, + STATE(2829), 1, sym_comment, - ACTIONS(980), 18, + ACTIONS(958), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(960), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [85550] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2830), 1, + sym_comment, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3176), 1, + sym_cell_path, + ACTIONS(1965), 14, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -313542,7 +311505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(982), 33, + ACTIONS(1967), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313550,11 +311513,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [85620] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1000), 1, + sym__entry_separator, + ACTIONS(5878), 1, + anon_sym_DOT_DOT2, + ACTIONS(5896), 1, + anon_sym_RBRACK, + ACTIONS(5899), 1, + sym_raw_string_begin, + STATE(2831), 1, + sym_comment, + ACTIONS(5880), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + ACTIONS(5894), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -313564,10 +311577,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -313576,21 +311600,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87915] = 8, + aux_sym__unquoted_in_list_token1, + [85690] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5901), 1, + anon_sym_RBRACK, + STATE(2832), 1, + sym_comment, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(5841), 47, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [85758] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5903), 1, + anon_sym_QMARK2, + STATE(2833), 1, + sym_comment, + ACTIONS(952), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, anon_sym_DOT2, - STATE(2866), 1, + ACTIONS(954), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [85822] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5834), 1, + aux_sym__immediate_decimal_token2, + STATE(2834), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3133), 1, - sym_cell_path, - ACTIONS(2025), 14, + ACTIONS(1725), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -313604,19 +311746,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2027), 33, + ACTIONS(1727), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [85886] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5905), 1, + anon_sym_DOT_DOT2, + STATE(2835), 1, + sym_comment, + ACTIONS(2176), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(5907), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2170), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -313626,10 +311816,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -313638,20 +311839,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [87985] = 7, + aux_sym__unquoted_in_list_token1, + [85952] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, + ACTIONS(2292), 1, sym_raw_string_begin, - ACTIONS(5929), 1, - anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2867), 1, + ACTIONS(5909), 1, + sym__entry_separator, + STATE(2836), 2, sym_comment, - ACTIONS(5881), 47, + aux_sym__multiple_types_repeat1, + ACTIONS(2287), 48, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -313692,6 +311891,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, + anon_sym_RBRACK, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -313699,98 +311899,220 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88053] = 5, + [86016] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5931), 1, - aux_sym__immediate_decimal_token2, - STATE(2868), 1, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(5912), 1, + anon_sym_DOT_DOT2, + STATE(2837), 1, sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, + ACTIONS(5914), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 16, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1873), 31, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [86084] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2838), 1, + sym_comment, + ACTIONS(1757), 18, + anon_sym_DOT_DOT, anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1711), 42, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [88117] = 13, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [86146] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2839), 1, + sym_comment, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3159), 1, + sym_cell_path, + ACTIONS(1969), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1971), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [86216] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(4612), 1, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(5933), 1, + ACTIONS(5916), 1, anon_sym_DOT, - ACTIONS(5937), 1, + ACTIONS(5920), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5939), 1, + ACTIONS(5922), 1, aux_sym__immediate_decimal_token5, - STATE(2869), 1, + STATE(2840), 1, sym_comment, - STATE(3210), 1, + STATE(3208), 1, sym__immediate_decimal, - ACTIONS(5935), 2, + ACTIONS(5918), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2089), 2, + STATE(2127), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(1539), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 34, + ACTIONS(1553), 34, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -313825,22 +312147,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [88197] = 5, + [86296] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5941), 1, - sym__newline, - STATE(2870), 2, + STATE(2841), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, + ACTIONS(988), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -313849,15 +312170,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1264), 33, + aux_sym__unquoted_in_list_token1, + ACTIONS(990), 33, sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, - aux_sym_expr_unary_token1, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -313874,8 +312197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -313884,21 +312205,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [88261] = 8, + [86358] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, - anon_sym_DOT2, - STATE(2871), 1, + ACTIONS(5924), 1, + aux_sym__immediate_decimal_token2, + STATE(2842), 1, sym_comment, - STATE(2887), 1, - aux_sym_cell_path_repeat1, - STATE(3119), 1, - sym_path, - STATE(3135), 1, - sym_cell_path, - ACTIONS(2029), 14, + ACTIONS(1765), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -313912,7 +312230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2031), 33, + ACTIONS(1767), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -313920,8 +312238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -313946,20 +312264,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [88331] = 6, + [86422] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5944), 1, - anon_sym_DOT_DOT2, - STATE(2872), 1, + STATE(2843), 1, sym_comment, - ACTIONS(2156), 2, + ACTIONS(2104), 4, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(5946), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 46, + sym__entry_separator, + ACTIONS(2102), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -313967,6 +312282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -314006,145 +312322,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [88397] = 7, - ACTIONS(3), 1, + [86484] = 12, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - ACTIONS(5948), 1, - anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2873), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(5928), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5930), 1, + aux_sym__immediate_decimal_token5, + STATE(2844), 1, sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [88465] = 7, - ACTIONS(3), 1, + STATE(3241), 1, + sym__immediate_decimal, + ACTIONS(5926), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2050), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1627), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1629), 35, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [86562] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - ACTIONS(5950), 1, - anon_sym_RBRACK, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2874), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2845), 1, sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3174), 1, + sym_cell_path, + ACTIONS(935), 14, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(937), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88533] = 5, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [86632] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5952), 1, - aux_sym__immediate_decimal_token2, - STATE(2875), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(5928), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5930), 1, + aux_sym__immediate_decimal_token5, + STATE(2846), 1, sym_comment, - ACTIONS(1599), 8, + STATE(3239), 1, + sym__immediate_decimal, + ACTIONS(5926), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2035), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 6, anon_sym_GT2, + anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1601), 42, + ACTIONS(1553), 35, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -314157,12 +312493,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -314184,20 +312516,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [88597] = 5, + [86710] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5954), 1, - sym__newline, - STATE(2876), 2, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2847), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3131), 1, + sym_cell_path, + ACTIONS(1973), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -314211,12 +312543,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1264), 33, + aux_sym__unquoted_in_list_token1, + ACTIONS(1975), 33, sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -314236,8 +312570,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -314246,17 +312578,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [88661] = 4, + [86780] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2877), 1, + STATE(2848), 1, sym_comment, - ACTIONS(1719), 4, + ACTIONS(1727), 4, sym_raw_string_begin, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(1717), 47, + ACTIONS(1725), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -314304,34 +312636,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [88723] = 8, - ACTIONS(3), 1, + [86842] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__entry_separator, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(5919), 1, - anon_sym_RBRACK, - ACTIONS(5922), 1, - sym_raw_string_begin, - STATE(2878), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2849), 1, sym_comment, - ACTIONS(5917), 45, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3133), 1, + sym_cell_path, + ACTIONS(1977), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1979), 33, + sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -314341,21 +312686,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -314364,33 +312698,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [88792] = 6, - ACTIONS(3), 1, + [86912] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym__unquoted_in_list_token2, - STATE(2879), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2850), 1, sym_comment, - ACTIONS(2228), 2, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3122), 1, + sym_cell_path, + ACTIONS(1981), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1983), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2224), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -314400,21 +312748,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -314423,18 +312760,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [88857] = 5, + [86982] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5957), 1, - anon_sym_QMARK2, - STATE(2880), 1, + STATE(2851), 1, sym_comment, - ACTIONS(954), 2, + ACTIONS(1759), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(952), 47, + ACTIONS(1757), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -314442,6 +312778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -314464,7 +312801,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -314482,19 +312818,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [88920] = 5, - ACTIONS(3), 1, + [87044] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(2881), 1, + ACTIONS(5932), 1, + sym_long_flag_identifier, + ACTIONS(5934), 1, + anon_sym_EQ2, + STATE(2852), 1, sym_comment, - ACTIONS(1000), 4, + ACTIONS(4879), 9, sym_raw_string_begin, + aux_sym_cmd_identifier_token39, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1004), 45, + ACTIONS(4881), 40, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token40, + aux_sym__val_number_decimal_token1, + [87110] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5936), 1, + anon_sym_RBRACK, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + STATE(2853), 1, + sym_comment, + ACTIONS(5841), 47, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -314535,22 +312932,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - [88983] = 5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [87178] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5959), 1, - anon_sym_QMARK2, - STATE(2882), 1, + STATE(2854), 1, sym_comment, - ACTIONS(968), 2, + ACTIONS(1767), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(966), 47, + ACTIONS(1765), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -314558,6 +312957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -314580,7 +312980,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -314598,72 +312997,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [89046] = 4, - ACTIONS(251), 1, + [87240] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2883), 1, + STATE(2855), 1, sym_comment, - ACTIONS(1018), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1020), 33, + ACTIONS(1863), 4, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [89107] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2884), 1, - sym_comment, - ACTIONS(960), 2, - sym_raw_string_begin, sym__entry_separator, - ACTIONS(958), 48, + ACTIONS(1861), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -314671,7 +313015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_QMARK2, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -314694,7 +313038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -314712,23 +313055,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [89168] = 5, - ACTIONS(251), 1, + [87302] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5961), 1, - sym__newline, - STATE(2885), 2, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5938), 1, + anon_sym_RBRACK, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + STATE(2856), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 6, + ACTIONS(5841), 47, aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1264), 42, - sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -314736,10 +313077,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -314758,9 +313102,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, aux_sym__val_number_decimal_token1, @@ -314770,83 +313116,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [89231] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(5966), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5968), 1, - aux_sym__immediate_decimal_token5, - STATE(2886), 1, - sym_comment, - STATE(3254), 1, - sym__immediate_decimal, - ACTIONS(5964), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2493), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1619), 34, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [89308] = 7, + [87370] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5841), 1, + ACTIONS(5860), 1, anon_sym_DOT2, - STATE(2887), 1, + STATE(2857), 1, sym_comment, - STATE(2926), 1, + STATE(2907), 1, aux_sym_cell_path_repeat1, - STATE(3119), 1, + STATE(3039), 1, sym_path, - ACTIONS(948), 14, + STATE(3160), 1, + sym_cell_path, + ACTIONS(1985), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -314861,7 +313144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(950), 33, + ACTIONS(1987), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314895,17 +313178,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [89375] = 6, + [87440] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5940), 1, + anon_sym_RBRACK, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + STATE(2858), 1, + sym_comment, + ACTIONS(5841), 47, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [87508] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5970), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5972), 1, - aux_sym__immediate_decimal_token2, - STATE(2888), 1, + STATE(2859), 1, sym_comment, - ACTIONS(1727), 15, + ACTIONS(1765), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -314920,7 +313263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 33, + ACTIONS(1767), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -314928,8 +313271,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -314954,51 +313297,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [89440] = 9, - ACTIONS(3), 1, + [87570] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5913), 1, - sym__entry_separator, - ACTIONS(5976), 1, - anon_sym_COMMA, - ACTIONS(5978), 1, - sym_raw_string_begin, - STATE(2889), 1, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2860), 1, sym_comment, - STATE(7267), 1, - sym__expr_parenthesized_immediate, - ACTIONS(5974), 44, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3161), 1, + sym_cell_path, + ACTIONS(1989), 14, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -315007,153 +313324,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [89511] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2890), 1, - sym_comment, - ACTIONS(2263), 4, - sym_raw_string_begin, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2261), 46, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym_unquoted_token4, - [89572] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(2891), 1, - sym_comment, - ACTIONS(2245), 4, - sym_raw_string_begin, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2241), 45, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - [89635] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2892), 1, - sym_comment, - ACTIONS(1773), 3, + ACTIONS(1991), 33, sym_raw_string_begin, - anon_sym_LPAREN2, - sym__entry_separator, - ACTIONS(1771), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -315163,21 +313347,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315186,34 +313359,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [89696] = 6, - ACTIONS(3), 1, + [87640] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5980), 1, - anon_sym_DOT, - ACTIONS(5982), 1, + ACTIONS(5942), 1, aux_sym__immediate_decimal_token2, - STATE(2893), 1, + STATE(2861), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1589), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [87704] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2862), 1, sym_comment, - ACTIONS(1737), 2, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3180), 1, + sym_cell_path, + ACTIONS(1993), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1995), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1735), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -315223,21 +313468,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315246,20 +313480,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [89761] = 6, + [87774] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym__unquoted_in_list_token4, - STATE(2894), 1, + STATE(2863), 1, sym_comment, - ACTIONS(2245), 2, + ACTIONS(2122), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(2241), 46, + ACTIONS(2120), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -315267,6 +313498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -315306,86 +313538,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [89826] = 4, + [87836] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(2895), 1, - sym_comment, - ACTIONS(984), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, + ACTIONS(5860), 1, anon_sym_DOT2, - ACTIONS(986), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [89887] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2896), 1, + STATE(2864), 1, sym_comment, - ACTIONS(1788), 3, + STATE(2907), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + STATE(3190), 1, + sym_cell_path, + ACTIONS(1997), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1999), 33, sym_raw_string_begin, - anon_sym_LPAREN2, - sym__entry_separator, - ACTIONS(1786), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -315395,21 +313588,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315418,142 +313600,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [89948] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2897), 1, - sym_comment, - ACTIONS(2479), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2477), 48, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_RBRACK, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [90009] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(5887), 1, - sym_raw_string_begin, - STATE(2832), 1, - aux_sym__multiple_types_repeat1, - STATE(2898), 1, - sym_comment, - ACTIONS(5881), 47, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [90074] = 6, + [87906] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5984), 1, - anon_sym_DOT_DOT2, - STATE(2899), 1, + STATE(2865), 1, sym_comment, - ACTIONS(5986), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5917), 16, + ACTIONS(984), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -315563,7 +313624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5922), 31, + ACTIONS(986), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -315571,6 +313632,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -315595,19 +313658,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [90139] = 4, + [87968] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2900), 1, + STATE(2866), 1, sym_comment, - ACTIONS(1277), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, + ACTIONS(980), 18, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -315616,16 +313681,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1275), 34, + aux_sym__unquoted_in_list_token1, + ACTIONS(982), 33, sym_raw_string_begin, - sym__newline, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, - aux_sym_expr_unary_token1, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -315642,8 +313708,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315652,32 +313716,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [90200] = 6, - ACTIONS(3), 1, + [88030] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, - STATE(2901), 1, + STATE(2867), 1, sym_comment, - ACTIONS(2253), 2, + ACTIONS(1725), 18, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2249), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -315687,21 +313762,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315710,20 +313774,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [90265] = 6, + [88092] = 4, ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, - STATE(2902), 1, + anon_sym_POUND, + STATE(2868), 1, sym_comment, - ACTIONS(2259), 2, + ACTIONS(1719), 4, sym_raw_string_begin, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(2257), 46, + ACTIONS(1717), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -315731,6 +313792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -315770,42 +313832,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [90330] = 4, - ACTIONS(251), 1, + [88154] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2903), 1, + ACTIONS(5764), 1, + anon_sym_DOT2, + STATE(2869), 1, sym_comment, - ACTIONS(1735), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + STATE(2870), 1, + aux_sym_cell_path_repeat1, + STATE(3014), 1, + sym_path, + ACTIONS(950), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(948), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -315815,10 +313869,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -315827,15 +313892,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [90391] = 4, + aux_sym__unquoted_in_list_token1, + [88222] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2904), 1, - sym_comment, - ACTIONS(964), 2, + ACTIONS(5944), 1, + anon_sym_DOT2, + STATE(3014), 1, + sym_path, + ACTIONS(943), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(962), 48, + STATE(2870), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(941), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -315843,7 +313914,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, - anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -315866,7 +313936,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -315884,19 +313953,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [90452] = 6, + [88288] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2871), 1, + sym_comment, + ACTIONS(964), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(966), 44, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88350] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(2905), 1, + ACTIONS(5947), 1, + anon_sym_DOT_DOT2, + STATE(2872), 1, sym_comment, - ACTIONS(2222), 2, + ACTIONS(2150), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2218), 46, + ACTIONS(5949), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -315943,12 +314071,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [90517] = 4, + [88416] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2906), 1, + STATE(2873), 1, sym_comment, - ACTIONS(980), 7, + ACTIONS(968), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, @@ -315956,7 +314084,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, anon_sym_DOT2, - ACTIONS(982), 43, + ACTIONS(970), 44, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -315993,6 +314121,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -316000,21 +314129,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [90578] = 5, + [88478] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5988), 1, - anon_sym_LBRACK2, - STATE(2907), 1, + STATE(2874), 1, sym_comment, - ACTIONS(2315), 6, + ACTIONS(972), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2319), 43, + anon_sym_DOT2, + ACTIONS(974), 44, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -316051,6 +314179,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, + anon_sym_QMARK2, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -316058,73 +314187,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [90641] = 4, + [88540] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2908), 1, + STATE(2875), 1, sym_comment, - ACTIONS(1727), 17, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1729), 33, + ACTIONS(976), 7, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(978), 44, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88602] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5951), 1, + aux_sym__immediate_decimal_token2, + STATE(2876), 1, + sym_comment, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1669), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_null, - anon_sym_true, - anon_sym_false, + sym_duration_unit, + [88666] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5953), 1, + anon_sym_RBRACK, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + STATE(2877), 1, + sym_comment, + ACTIONS(5841), 47, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [90702] = 4, + [88734] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2909), 1, + ACTIONS(5955), 1, + anon_sym_DOT_DOT2, + STATE(2878), 1, sym_comment, - ACTIONS(2263), 3, + ACTIONS(2158), 2, sym_raw_string_begin, - anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(2261), 47, + ACTIONS(5957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -316171,77 +314425,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token4, - [90763] = 4, + [88800] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2910), 1, - sym_comment, - ACTIONS(974), 2, - sym_raw_string_begin, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(972), 48, - anon_sym_LBRACK, + ACTIONS(5847), 1, + sym_raw_string_begin, + ACTIONS(5959), 1, anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + STATE(2836), 1, + aux_sym__multiple_types_repeat1, + STATE(2879), 1, + sym_comment, + ACTIONS(5841), 47, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [90824] = 6, - ACTIONS(3), 1, + [88868] = 12, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(4648), 1, + anon_sym_DOLLAR, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - STATE(2911), 1, + ACTIONS(5963), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5965), 1, + aux_sym__immediate_decimal_token5, + STATE(2880), 1, + sym_comment, + STATE(3263), 1, + sym__immediate_decimal, + ACTIONS(5961), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2494), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1627), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1629), 34, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [88945] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2881), 1, sym_comment, - ACTIONS(2216), 2, + ACTIONS(2267), 3, sym_raw_string_begin, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(2214), 46, + ACTIONS(2265), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -316288,12 +314607,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [90889] = 4, + aux_sym__unquoted_in_list_token4, + [89006] = 12, ACTIONS(251), 1, anon_sym_POUND, - STATE(2912), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(4648), 1, + anon_sym_DOLLAR, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(5963), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5965), 1, + aux_sym__immediate_decimal_token5, + STATE(2882), 1, + sym_comment, + STATE(3254), 1, + sym__immediate_decimal, + ACTIONS(5961), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2527), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1553), 34, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [89083] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2883), 1, sym_comment, - ACTIONS(1771), 17, + ACTIONS(1717), 17, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -316311,7 +314696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1773), 33, + ACTIONS(1719), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -316345,14 +314730,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [90950] = 4, + [89144] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2913), 1, + ACTIONS(5967), 1, + anon_sym_DOT_DOT2, + STATE(2884), 1, sym_comment, - ACTIONS(1786), 17, + ACTIONS(5969), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2170), 16, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -316368,7 +314757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1788), 33, + ACTIONS(2176), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -316376,8 +314765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -316402,15 +314789,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91011] = 4, + [89209] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2914), 1, + STATE(2885), 1, sym_comment, - ACTIONS(978), 2, + ACTIONS(966), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(976), 48, + ACTIONS(964), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -316459,103 +314846,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [91072] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5990), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5992), 1, - aux_sym__immediate_decimal_token2, - STATE(2915), 1, - sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 40, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [91137] = 6, - ACTIONS(251), 1, + [89270] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5994), 1, - anon_sym_DOT_DOT2, - STATE(2916), 1, + STATE(2886), 1, sym_comment, - ACTIONS(5996), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 16, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2148), 31, + ACTIONS(970), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(968), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -316565,10 +314878,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -316577,18 +314902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91202] = 6, + aux_sym__unquoted_in_list_token1, + [89331] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5998), 1, - anon_sym_DOT_DOT2, - STATE(2917), 1, + STATE(2887), 1, sym_comment, - ACTIONS(6000), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 16, + ACTIONS(2116), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -316604,7 +314926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2156), 31, + ACTIONS(2118), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -316612,6 +314934,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -316636,254 +314960,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91267] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2918), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1601), 42, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [91328] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6002), 1, - anon_sym_DOT, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - STATE(2919), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 40, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [91393] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2920), 1, - sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1711), 42, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [91454] = 4, - ACTIONS(251), 1, + [89392] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2921), 1, + STATE(2888), 1, sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - anon_sym_DOT2, - ACTIONS(1625), 42, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, + ACTIONS(974), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(972), 48, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [91515] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6006), 1, - anon_sym_DOT_DOT2, - STATE(2922), 1, - sym_comment, - ACTIONS(6008), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 16, anon_sym_DOT_DOT, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -316892,18 +315008,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2164), 31, + [89453] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2889), 1, + sym_comment, + ACTIONS(978), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(976), 48, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -316913,10 +315049,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -316925,87 +315073,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91580] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(5966), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5968), 1, - aux_sym__immediate_decimal_token5, - STATE(2923), 1, - sym_comment, - STATE(3261), 1, - sym__immediate_decimal, - ACTIONS(5964), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2489), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1583), 34, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [91657] = 5, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [89514] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5555), 1, - aux_sym_unquoted_token2, - STATE(2924), 1, + STATE(2890), 1, sym_comment, - ACTIONS(1653), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1665), 43, + ACTIONS(2267), 4, sym_raw_string_begin, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2265), 46, + aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -317013,10 +315093,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -317035,9 +315118,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, @@ -317045,24 +315130,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [91720] = 6, - ACTIONS(251), 1, + aux_sym_unquoted_token4, + [89575] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6010), 1, + ACTIONS(5971), 1, anon_sym_DOT, - ACTIONS(6012), 1, + ACTIONS(5973), 1, aux_sym__immediate_decimal_token2, - STATE(2925), 1, + STATE(2891), 1, sym_comment, - ACTIONS(1735), 15, + ACTIONS(1727), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1725), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -317071,21 +315181,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, + [89640] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1555), 1, aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(2892), 1, + sym_comment, + ACTIONS(1794), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1786), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -317095,10 +315225,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317107,18 +315248,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91785] = 6, + aux_sym__unquoted_in_list_token1, + [89705] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2893), 1, + sym_comment, + ACTIONS(2241), 4, + sym_raw_string_begin, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2237), 45, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + [89768] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6014), 1, - anon_sym_DOT2, - STATE(3119), 1, - sym_path, - STATE(2926), 2, + ACTIONS(5975), 1, + anon_sym_DOT_DOT2, + STATE(2894), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 14, + ACTIONS(5977), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 16, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -317132,7 +315334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(943), 33, + ACTIONS(2158), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317140,8 +315342,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, @@ -317166,16 +315366,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91850] = 4, + [89833] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2927), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(2895), 1, sym_comment, - ACTIONS(1737), 3, + ACTIONS(2247), 4, sym_raw_string_begin, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2245), 45, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + [89896] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1867), 1, anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + STATE(2896), 1, + sym_comment, + ACTIONS(2186), 2, + sym_raw_string_begin, sym__entry_separator, - ACTIONS(1735), 47, + ACTIONS(2184), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -317222,13 +315483,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [91911] = 4, + [89961] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2928), 1, + STATE(2897), 1, sym_comment, - ACTIONS(1717), 17, + ACTIONS(2102), 17, anon_sym_DOT_DOT, anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, @@ -317246,7 +315506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1719), 33, + ACTIONS(2104), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317280,15 +315540,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [91972] = 4, + [90022] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2929), 1, + STATE(2898), 1, sym_comment, - ACTIONS(1277), 16, - anon_sym_DOLLAR, - anon_sym_DASH2, + ACTIONS(2120), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -317301,16 +315562,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1275), 34, + aux_sym__unquoted_in_list_token1, + ACTIONS(2122), 33, sym_raw_string_begin, - sym__newline, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_DASH_DASH, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -317327,8 +315589,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317337,16 +315597,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92033] = 4, + [90083] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2930), 1, + ACTIONS(5979), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(5981), 1, + aux_sym__immediate_decimal_token2, + STATE(2899), 1, sym_comment, - ACTIONS(2170), 17, + ACTIONS(1757), 15, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -317360,7 +315621,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2172), 33, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317368,11 +315630,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [90148] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2900), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1589), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [90209] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + STATE(2901), 1, + sym_comment, + ACTIONS(1873), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1865), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -317382,10 +315748,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317394,14 +315771,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92094] = 4, + aux_sym__unquoted_in_list_token1, + [90274] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2931), 1, + ACTIONS(5983), 1, + anon_sym_DOT_DOT2, + STATE(2902), 1, sym_comment, - ACTIONS(2174), 17, + ACTIONS(5985), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5874), 16, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, @@ -317417,7 +315799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2176), 33, + ACTIONS(5884), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317425,8 +315807,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -317451,17 +315831,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92155] = 6, + [90339] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5984), 1, + ACTIONS(5983), 1, anon_sym_DOT_DOT2, - STATE(2932), 1, + STATE(2903), 1, sym_comment, - ACTIONS(5986), 2, + ACTIONS(5985), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(5905), 16, + ACTIONS(5894), 16, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -317478,7 +315858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5915), 31, + ACTIONS(5899), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317510,16 +315890,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92220] = 4, + [90404] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2933), 1, + STATE(2904), 1, sym_comment, - ACTIONS(2055), 17, + ACTIONS(1270), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, anon_sym_DOT_DOT, - anon_sym_DOT_DOT2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -317532,17 +315911,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2057), 33, + aux_sym_unquoted_token1, + ACTIONS(1268), 34, sym_raw_string_begin, + sym__newline, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, @@ -317559,6 +315937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317567,17 +315947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92281] = 6, + [90465] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6017), 1, + ACTIONS(5987), 1, anon_sym_DOT_DOT2, - STATE(2934), 1, + STATE(2905), 1, sym_comment, - ACTIONS(6019), 2, + ACTIONS(5989), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 16, + ACTIONS(2160), 16, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -317594,7 +315974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2121), 31, + ACTIONS(2166), 31, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -317626,32 +316006,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92346] = 6, - ACTIONS(3), 1, + [90530] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(2935), 1, + STATE(2906), 1, + sym_comment, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1669), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [90591] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5860), 1, + anon_sym_DOT2, + STATE(2907), 1, sym_comment, - ACTIONS(1827), 2, + STATE(2914), 1, + aux_sym_cell_path_repeat1, + STATE(3039), 1, + sym_path, + ACTIONS(948), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(950), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1819), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -317661,21 +316111,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317684,21 +316123,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [92411] = 5, - ACTIONS(3), 1, + [90658] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2936), 1, + ACTIONS(5991), 1, + anon_sym_LBRACK2, + STATE(2908), 1, sym_comment, - ACTIONS(2253), 4, - sym_raw_string_begin, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2249), 45, + ACTIONS(2318), 6, aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2322), 43, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -317706,13 +316146,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -317731,11 +316168,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, @@ -317743,20 +316178,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - [92474] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(2937), 1, - sym_comment, - ACTIONS(2259), 4, - sym_raw_string_begin, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2257), 45, + [90721] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2909), 1, + sym_comment, + ACTIONS(988), 7, aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + anon_sym_DOT2, + ACTIONS(990), 43, + sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -317764,13 +316203,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -317789,11 +316225,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, @@ -317801,32 +316235,45 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - [92537] = 6, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [90782] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - STATE(2938), 1, + STATE(2910), 1, sym_comment, - ACTIONS(1802), 2, + ACTIONS(1018), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1020), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1794), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -317836,21 +316283,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -317859,13 +316295,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [92602] = 4, + [90843] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2939), 1, + STATE(2911), 1, sym_comment, - ACTIONS(1723), 8, + ACTIONS(1595), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -317874,7 +316309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, anon_sym_DOT2, - ACTIONS(1725), 42, + ACTIONS(1597), 42, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -317917,16 +316352,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [92663] = 4, + [90904] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2940), 1, + ACTIONS(1631), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(2912), 1, sym_comment, - ACTIONS(1729), 3, + ACTIONS(2192), 2, sym_raw_string_begin, - anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(1727), 47, + ACTIONS(2188), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -317973,90 +316411,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - [92724] = 4, + [90969] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2941), 1, - sym_comment, - ACTIONS(988), 7, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - anon_sym_DOT2, - ACTIONS(990), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [92785] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6021), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6023), 1, + ACTIONS(5993), 1, + anon_sym_DOT, + ACTIONS(5995), 1, aux_sym__immediate_decimal_token2, - STATE(2942), 1, + STATE(2913), 1, sym_comment, - ACTIONS(1729), 2, + ACTIONS(1725), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1727), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -318066,21 +316458,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -318089,77 +316470,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [92850] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6025), 1, - anon_sym_EQ2, - STATE(2943), 1, - sym_comment, - ACTIONS(4989), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4987), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [92913] = 4, + [91034] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2944), 1, + ACTIONS(5997), 1, + anon_sym_DOT2, + STATE(3039), 1, + sym_path, + STATE(2914), 2, sym_comment, - ACTIONS(972), 15, + aux_sym_cell_path_repeat1, + ACTIONS(941), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -318169,7 +316495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(974), 34, + ACTIONS(943), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -318177,7 +316503,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -318204,137 +316529,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [92973] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2945), 1, - sym_comment, - ACTIONS(2398), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2400), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [93033] = 4, - ACTIONS(251), 1, + [91099] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2946), 1, + STATE(2915), 1, sym_comment, - ACTIONS(2029), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2031), 43, + ACTIONS(1727), 3, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [93093] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6029), 1, - anon_sym_RBRACE, - ACTIONS(6031), 1, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - STATE(2947), 1, - sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1725), 47, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -318374,138 +316584,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [93159] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2948), 1, - sym_comment, - ACTIONS(2402), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2404), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [93219] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [91160] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2949), 1, + STATE(2916), 1, sym_comment, - ACTIONS(976), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(978), 43, + ACTIONS(1759), 3, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1757), 47, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [93279] = 7, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [91221] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(1000), 1, sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6035), 1, - anon_sym_RBRACE, - STATE(2950), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym__unquoted_in_list_token4, + ACTIONS(5896), 1, + anon_sym_RBRACK, + ACTIONS(5899), 1, + sym_raw_string_begin, + STATE(2917), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(5894), 45, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -318545,247 +316703,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [93345] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6004), 1, - aux_sym__immediate_decimal_token2, - STATE(2951), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 40, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [93407] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6037), 1, - aux_sym__immediate_decimal_token2, - STATE(2952), 1, - sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 40, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [93469] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [91290] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2953), 1, + STATE(2918), 1, sym_comment, - ACTIONS(972), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(974), 43, + ACTIONS(1767), 3, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1765), 47, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [93529] = 4, - ACTIONS(251), 1, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [91351] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2954), 1, + STATE(2919), 1, sym_comment, - ACTIONS(1945), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1947), 43, + ACTIONS(2485), 2, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [93589] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(2955), 1, - sym_comment, - ACTIONS(2413), 6, + sym__entry_separator, + ACTIONS(2483), 48, aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2415), 43, - sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -318793,10 +316778,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -318815,12 +316803,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + anon_sym_RBRACK, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -318828,25 +316818,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [93649] = 7, + [91412] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6039), 1, - anon_sym_RBRACE, - STATE(2956), 1, + STATE(2920), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1863), 3, + sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(1861), 47, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -318886,33 +316873,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [93715] = 7, - ACTIONS(3), 1, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + [91473] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6041), 1, - anon_sym_RBRACE, - STATE(2957), 1, + STATE(2921), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1270), 16, + anon_sym_DOLLAR, + anon_sym_DASH2, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1268), 34, + sym_raw_string_begin, + sym__newline, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, + aux_sym_expr_unary_token1, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -318922,21 +316918,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -318945,16 +316932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [93781] = 5, + [91534] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6012), 1, - aux_sym__immediate_decimal_token2, - STATE(2958), 1, + STATE(2922), 1, sym_comment, - ACTIONS(1735), 15, + ACTIONS(1725), 17, anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, @@ -318968,8 +316955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -318977,8 +316963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, @@ -319003,77 +316989,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [93843] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6043), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6045), 1, - aux_sym__immediate_decimal_token2, - STATE(2959), 1, - sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [93907] = 4, + [91595] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(2960), 1, - sym_comment, - ACTIONS(990), 2, - sym_raw_string_begin, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5882), 1, sym__entry_separator, - ACTIONS(988), 47, + ACTIONS(6002), 1, + anon_sym_COMMA, + ACTIONS(6004), 1, + sym_raw_string_begin, + STATE(2923), 1, + sym_comment, + STATE(7269), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6000), 44, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT, @@ -319099,7 +317034,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -319117,32 +317051,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [93967] = 7, - ACTIONS(3), 1, + [91666] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6047), 1, - anon_sym_RBRACE, - STATE(2961), 1, + STATE(2924), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1757), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1759), 33, + sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -319152,21 +317096,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -319175,33 +317108,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94033] = 7, - ACTIONS(3), 1, + [91727] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6049), 1, - anon_sym_RBRACE, - STATE(2962), 1, + STATE(2925), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1765), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1767), 33, + sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -319211,21 +317153,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -319234,33 +317165,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94099] = 7, - ACTIONS(3), 1, + [91788] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6051), 1, - anon_sym_RBRACE, - STATE(2963), 1, + STATE(2926), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1861), 17, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1863), 33, + sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -319270,21 +317210,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -319293,20 +317222,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94165] = 4, + [91849] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2964), 1, + STATE(2927), 1, sym_comment, - ACTIONS(2370), 6, + ACTIONS(984), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2372), 43, + anon_sym_DOT2, + ACTIONS(986), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -319350,19 +317279,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [94225] = 4, + [91910] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2965), 1, + STATE(2928), 1, sym_comment, - ACTIONS(958), 6, + ACTIONS(980), 7, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(960), 43, + anon_sym_DOT2, + ACTIONS(982), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -319406,134 +317336,308 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [94285] = 7, + [91971] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6006), 1, + sym__newline, + STATE(2929), 2, + sym_comment, + aux_sym_shebang_repeat1, + ACTIONS(1274), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1276), 42, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [92034] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(6033), 1, + ACTIONS(5847), 1, sym_raw_string_begin, - ACTIONS(6053), 1, - anon_sym_RBRACE, - STATE(2966), 1, - sym_comment, - STATE(3021), 1, + STATE(2836), 1, aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + STATE(2930), 1, + sym_comment, + ACTIONS(5841), 47, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94351] = 7, - ACTIONS(3), 1, + [92099] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, + ACTIONS(6009), 1, + anon_sym_EQ2, + STATE(2931), 1, + sym_comment, + ACTIONS(4918), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4916), 43, sym_raw_string_begin, - ACTIONS(6055), 1, - anon_sym_RBRACE, - STATE(2967), 1, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [92162] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5577), 1, + aux_sym_unquoted_token2, + STATE(2932), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + ACTIONS(1681), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1693), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94417] = 6, + [92225] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6057), 1, + ACTIONS(6011), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6013), 1, + aux_sym__immediate_decimal_token2, + STATE(2933), 1, + sym_comment, + ACTIONS(1595), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [92290] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6015), 1, anon_sym_DOT, - ACTIONS(6059), 1, + ACTIONS(6017), 1, aux_sym__immediate_decimal_token2, - STATE(2968), 1, + STATE(2934), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -319542,8 +317646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1601), 39, - ts_builtin_sym_end, + ACTIONS(1589), 40, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -319555,8 +317658,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -319582,20 +317687,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [94481] = 4, + [92355] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2969), 1, + STATE(2935), 1, sym_comment, - ACTIONS(4985), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4983), 43, + ACTIONS(1733), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + anon_sym_DOT2, + ACTIONS(1735), 42, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [92416] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(2936), 1, + sym_comment, + ACTIONS(1000), 4, sym_raw_string_begin, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1004), 45, + aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -319603,10 +317765,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -319625,9 +317790,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, @@ -319635,20 +317802,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [94541] = 5, + [92479] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5982), 1, - aux_sym__immediate_decimal_token2, - STATE(2970), 1, + ACTIONS(6019), 1, + anon_sym_QMARK2, + STATE(2937), 1, sym_comment, - ACTIONS(1737), 2, + ACTIONS(960), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1735), 46, + ACTIONS(958), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -319678,6 +317842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -319695,42 +317860,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [94603] = 5, - ACTIONS(251), 1, + [92542] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6061), 1, - aux_sym__immediate_decimal_token2, - STATE(2971), 1, + ACTIONS(6021), 1, + anon_sym_QMARK2, + STATE(2938), 1, sym_comment, - ACTIONS(1771), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 33, + ACTIONS(954), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(952), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -319740,10 +317893,22 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -319752,17 +317917,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [94665] = 5, + aux_sym__unquoted_in_list_token1, + [92605] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6063), 1, - aux_sym__immediate_decimal_token2, - STATE(2972), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym__unquoted_in_list_token2, + STATE(2939), 1, sym_comment, - ACTIONS(1773), 2, + ACTIONS(2198), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1771), 46, + ACTIONS(2194), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -319809,15 +317977,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [94727] = 4, + [92670] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6023), 1, + anon_sym_DOT_DOT2, + STATE(2940), 1, + sym_comment, + ACTIONS(6025), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 16, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2150), 31, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [92735] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2973), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym__unquoted_in_list_token4, + STATE(2941), 1, sym_comment, - ACTIONS(986), 2, + ACTIONS(2233), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(984), 47, + ACTIONS(2229), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -319847,7 +318078,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -319865,25 +318095,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [94787] = 7, + [92800] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6065), 1, - anon_sym_RBRACE, - STATE(2974), 1, + ACTIONS(6027), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6029), 1, + aux_sym__immediate_decimal_token2, + STATE(2942), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(1759), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1757), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -319923,26 +318153,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94853] = 7, + aux_sym__unquoted_in_list_token1, + [92865] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, - sym_raw_string_begin, - ACTIONS(6067), 1, - anon_sym_RBRACE, - STATE(2975), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, + STATE(2943), 1, sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, + ACTIONS(2241), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2237), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -319982,16 +318212,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [94919] = 4, + aux_sym__unquoted_in_list_token1, + [92930] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(2976), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, + STATE(2944), 1, sym_comment, - ACTIONS(982), 2, + ACTIONS(2247), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(980), 47, + ACTIONS(2245), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -320021,7 +318255,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -320039,20 +318272,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [94979] = 4, - ACTIONS(251), 1, + [92995] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2977), 1, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(2945), 1, sym_comment, - ACTIONS(1957), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1959), 43, + ACTIONS(2233), 4, sym_raw_string_begin, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2229), 45, + aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, aux_sym_cmd_identifier_token4, @@ -320060,10 +318293,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token6, aux_sym_cmd_identifier_token7, aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token10, aux_sym_cmd_identifier_token11, aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token16, aux_sym_cmd_identifier_token17, aux_sym_cmd_identifier_token18, @@ -320082,9 +318318,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token31, aux_sym_cmd_identifier_token32, aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token35, aux_sym_cmd_identifier_token36, aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token38, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, anon_sym_DASH_DASH, @@ -320092,19 +318330,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [95039] = 6, + [93058] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6069), 1, + ACTIONS(6031), 1, anon_sym_DOT, - ACTIONS(6071), 1, + ACTIONS(6033), 1, aux_sym__immediate_decimal_token2, - STATE(2978), 1, + STATE(2946), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(1725), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -320119,7 +318354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -320153,19 +318388,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [95103] = 4, + [93122] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2979), 1, + STATE(2947), 1, sym_comment, - ACTIONS(2421), 6, + ACTIONS(1981), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2423), 43, + ACTIONS(1983), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320209,19 +318444,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95163] = 4, + [93182] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(2980), 1, + ACTIONS(5942), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6035), 1, + anon_sym_DOT, + STATE(2948), 1, + sym_comment, + ACTIONS(1587), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + ACTIONS(1589), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [93246] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(2949), 1, sym_comment, - ACTIONS(5027), 6, + ACTIONS(4932), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5025), 43, + ACTIONS(4930), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320265,30 +318558,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95223] = 5, - ACTIONS(3), 1, + [93306] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5532), 1, - aux_sym__unquoted_in_list_token2, - STATE(2981), 1, + STATE(2950), 1, sym_comment, - ACTIONS(1665), 2, + ACTIONS(972), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(974), 34, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1653), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -320298,21 +318602,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -320321,20 +318614,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [95285] = 4, + [93366] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2982), 1, + STATE(2951), 1, sym_comment, - ACTIONS(5031), 6, + ACTIONS(1985), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5029), 43, + ACTIONS(1987), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320378,70 +318670,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95345] = 4, - ACTIONS(3), 1, + [93426] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(2983), 1, + STATE(2952), 1, sym_comment, - ACTIONS(6075), 3, + ACTIONS(2427), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2429), 43, sym_raw_string_begin, - anon_sym_LPAREN2, - sym__entry_separator, - ACTIONS(6073), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [95405] = 5, + [93486] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6077), 1, - anon_sym_QMARK2, - STATE(2984), 1, + STATE(2953), 1, sym_comment, - ACTIONS(952), 15, + ACTIONS(976), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -320457,7 +318747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(954), 33, + ACTIONS(978), 34, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -320465,6 +318755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -320491,19 +318782,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [95467] = 4, + [93546] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2985), 1, + STATE(2954), 1, sym_comment, - ACTIONS(2378), 6, + ACTIONS(2447), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2380), 43, + ACTIONS(2449), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320547,19 +318838,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95527] = 4, + [93606] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2986), 1, + STATE(2955), 1, sym_comment, - ACTIONS(1989), 6, + ACTIONS(2431), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1991), 43, + ACTIONS(2433), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320603,19 +318894,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95587] = 4, + [93666] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2987), 1, + STATE(2956), 1, sym_comment, - ACTIONS(1997), 6, + ACTIONS(1018), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1999), 43, + ACTIONS(1020), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320659,76 +318950,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95647] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6079), 1, - anon_sym_QMARK2, - STATE(2988), 1, - sym_comment, - ACTIONS(966), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(968), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [95709] = 4, + [93726] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2989), 1, + STATE(2957), 1, sym_comment, - ACTIONS(2001), 6, + ACTIONS(2463), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2003), 43, + ACTIONS(2465), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320772,19 +319006,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95769] = 4, + [93786] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2990), 1, + STATE(2958), 1, sym_comment, - ACTIONS(5039), 6, + ACTIONS(2443), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5037), 43, + ACTIONS(2445), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320828,19 +319062,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95829] = 4, + [93846] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2991), 1, + STATE(2959), 1, sym_comment, - ACTIONS(5043), 6, + ACTIONS(2419), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(5041), 43, + ACTIONS(2421), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320884,19 +319118,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95889] = 4, + [93906] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2992), 1, + STATE(2960), 1, sym_comment, - ACTIONS(2342), 6, + ACTIONS(2001), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2344), 43, + ACTIONS(2003), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320940,19 +319174,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [95949] = 4, + [93966] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2993), 1, + STATE(2961), 1, sym_comment, - ACTIONS(2382), 6, + ACTIONS(2505), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2384), 43, + ACTIONS(2507), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -320996,19 +319230,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96009] = 4, + [94026] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2994), 1, + STATE(2962), 1, sym_comment, - ACTIONS(2013), 6, + ACTIONS(2435), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2015), 43, + ACTIONS(2437), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321052,19 +319286,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96069] = 4, + [94086] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5474), 1, + aux_sym__unquoted_in_list_token2, + STATE(2963), 1, + sym_comment, + ACTIONS(1693), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1681), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [94148] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2995), 1, + STATE(2964), 1, sym_comment, - ACTIONS(2485), 6, + ACTIONS(976), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2487), 43, + ACTIONS(978), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321108,16 +319399,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96129] = 5, - ACTIONS(251), 1, + [94208] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6081), 1, - sym__newline, - STATE(2996), 2, + STATE(2965), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 15, + ACTIONS(6039), 3, + sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(6037), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [94268] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5995), 1, + aux_sym__immediate_decimal_token2, + STATE(2966), 1, + sym_comment, + ACTIONS(1725), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -321131,11 +319476,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_record_token1, - ACTIONS(1264), 32, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -321155,8 +319504,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -321165,19 +319512,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [96191] = 4, + [94330] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2997), 1, + STATE(2967), 1, sym_comment, - ACTIONS(2386), 6, + ACTIONS(1004), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2388), 43, + ACTIONS(1000), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321221,19 +319568,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96251] = 4, + [94390] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2998), 1, + STATE(2968), 1, sym_comment, - ACTIONS(2390), 6, + ACTIONS(5044), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2392), 43, + ACTIONS(5042), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321277,19 +319624,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96311] = 4, + [94450] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(2999), 1, + STATE(2969), 1, sym_comment, - ACTIONS(2417), 6, + ACTIONS(2451), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2419), 43, + ACTIONS(2453), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321333,88 +319680,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96371] = 4, + [94510] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3000), 1, + ACTIONS(6041), 1, + aux_sym__immediate_decimal_token2, + STATE(2970), 1, sym_comment, - ACTIONS(2338), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(2340), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + ACTIONS(1765), 15, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [96431] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6033), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 33, sym_raw_string_begin, - ACTIONS(6084), 1, - anon_sym_RBRACE, - STATE(3001), 1, - sym_comment, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(6027), 45, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -321424,21 +319725,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -321447,20 +319737,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [96497] = 4, + [94572] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3002), 1, + STATE(2971), 1, sym_comment, - ACTIONS(2338), 6, + ACTIONS(5048), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2340), 43, + ACTIONS(5046), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321504,19 +319793,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96557] = 4, + [94632] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3003), 1, + STATE(2972), 1, sym_comment, - ACTIONS(2017), 6, + ACTIONS(2467), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2019), 43, + ACTIONS(2469), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321560,19 +319849,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96617] = 4, + [94692] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2973), 1, + sym_comment, + ACTIONS(6045), 3, + sym_raw_string_begin, + anon_sym_LPAREN2, + sym__entry_separator, + ACTIONS(6043), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [94752] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3004), 1, + STATE(2974), 1, sym_comment, - ACTIONS(2025), 6, + ACTIONS(2471), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2027), 43, + ACTIONS(2473), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321616,41 +319961,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [96677] = 4, - ACTIONS(251), 1, + [94812] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3005), 1, - sym_comment, - ACTIONS(958), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(960), 34, + ACTIONS(6049), 1, + anon_sym_RBRACE, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, sym_raw_string_begin, + STATE(2975), 1, + sym_comment, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_QMARK2, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -321660,10 +319996,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -321672,41 +320019,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [96737] = 4, + aux_sym_unquoted_token1, + [94878] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3006), 1, + STATE(2976), 1, sym_comment, - ACTIONS(976), 15, - anon_sym_DOT_DOT, + ACTIONS(1933), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1935), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(978), 34, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [94938] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6055), 1, + anon_sym_LBRACK2, + STATE(2977), 1, + sym_comment, + ACTIONS(2322), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2318), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_QMARK2, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -321716,10 +320109,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -321728,22 +320132,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [96797] = 4, - ACTIONS(3), 1, + aux_sym__unquoted_in_list_token1, + [95000] = 11, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3007), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + ACTIONS(6057), 1, + anon_sym_DOT_DOT2, + ACTIONS(6061), 1, + sym_filesize_unit, + ACTIONS(6063), 1, + sym_duration_unit, + STATE(2978), 1, sym_comment, - ACTIONS(6088), 3, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6059), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 36, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [95074] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2292), 1, sym_raw_string_begin, - anon_sym_LPAREN2, + ACTIONS(6065), 1, sym__entry_separator, - ACTIONS(6086), 46, + STATE(2979), 2, + sym_comment, + aux_sym__multiple_types_repeat1, + ACTIONS(2287), 46, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -321783,13 +320252,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [96857] = 4, + aux_sym_unquoted_token1, + [95136] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3008), 1, + STATE(2980), 1, sym_comment, - ACTIONS(962), 15, + ACTIONS(964), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -321805,7 +320274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(964), 34, + ACTIONS(966), 34, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -321840,76 +320309,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [96917] = 5, - ACTIONS(3), 1, + [95196] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6090), 1, - anon_sym_LBRACK2, - STATE(3009), 1, + STATE(2981), 1, sym_comment, - ACTIONS(2319), 2, + ACTIONS(4989), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(4987), 43, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2315), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [96979] = 4, + [95256] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3010), 1, + STATE(2982), 1, sym_comment, - ACTIONS(2366), 6, + ACTIONS(1957), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2368), 43, + ACTIONS(1959), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -321953,19 +320421,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97039] = 4, + [95316] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3011), 1, + STATE(2983), 1, sym_comment, - ACTIONS(2354), 6, + ACTIONS(1937), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2356), 43, + ACTIONS(1939), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322009,19 +320477,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97099] = 4, + [95376] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3012), 1, + STATE(2984), 1, sym_comment, - ACTIONS(2441), 6, + ACTIONS(2089), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2443), 43, + ACTIONS(2091), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322065,19 +320533,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97159] = 4, + [95436] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3013), 1, + STATE(2985), 1, sym_comment, - ACTIONS(2425), 6, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2427), 43, + ACTIONS(2413), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322121,19 +320589,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97219] = 4, + [95496] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6068), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(2986), 1, + sym_comment, + ACTIONS(6047), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym_unquoted_token1, + [95562] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6070), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(2987), 1, + sym_comment, + ACTIONS(6047), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym_unquoted_token1, + [95628] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3014), 1, + STATE(2988), 1, sym_comment, - ACTIONS(2346), 6, + ACTIONS(2337), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2348), 43, + ACTIONS(2339), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322177,82 +320763,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97279] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - ACTIONS(6092), 1, - anon_sym_DOT_DOT2, - ACTIONS(6096), 1, - sym_filesize_unit, - ACTIONS(6098), 1, - sym_duration_unit, - STATE(3015), 1, - sym_comment, - STATE(7290), 1, - sym__expr_parenthesized_immediate, - ACTIONS(6094), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1665), 36, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [97353] = 4, + [95688] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3016), 1, + STATE(2989), 1, sym_comment, - ACTIONS(2350), 6, + ACTIONS(2459), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2352), 43, + ACTIONS(2461), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322296,75 +320819,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97413] = 4, + [95748] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3017), 1, + ACTIONS(6072), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6074), 1, + aux_sym__immediate_decimal_token2, + STATE(2990), 1, + sym_comment, + ACTIONS(1757), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1759), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [95812] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6076), 1, + anon_sym_QMARK2, + STATE(2991), 1, sym_comment, - ACTIONS(1004), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(1000), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + ACTIONS(958), 15, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(960), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97473] = 4, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [95874] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3018), 1, + STATE(2992), 1, sym_comment, - ACTIONS(2334), 6, + ACTIONS(2423), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2336), 43, + ACTIONS(2425), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322408,19 +320990,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97533] = 4, + [95934] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3019), 1, + STATE(2993), 1, sym_comment, - ACTIONS(1018), 6, + ACTIONS(2411), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1020), 43, + ACTIONS(2413), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322464,19 +321046,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97593] = 4, + [95994] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3020), 1, + STATE(2994), 1, sym_comment, - ACTIONS(962), 6, + ACTIONS(972), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(964), 43, + ACTIONS(974), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322520,22 +321102,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97653] = 5, + [96054] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2332), 1, - sym_raw_string_begin, - ACTIONS(6100), 1, + ACTIONS(6051), 1, sym__entry_separator, - STATE(3021), 2, - sym_comment, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6078), 1, + anon_sym_RBRACE, + STATE(2979), 1, aux_sym__multiple_types_repeat1, - ACTIONS(2327), 46, + STATE(2995), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -322577,43 +321161,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym_unquoted_token1, - [97715] = 6, - ACTIONS(251), 1, + [96120] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6103), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6105), 1, - aux_sym__immediate_decimal_token2, - STATE(3022), 1, - sym_comment, - ACTIONS(1727), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1729), 33, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, sym_raw_string_begin, + ACTIONS(6080), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(2996), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -322623,10 +321196,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -322635,19 +321219,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [97779] = 4, + aux_sym_unquoted_token1, + [96186] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3023), 1, + STATE(2997), 1, sym_comment, - ACTIONS(1653), 6, + ACTIONS(5056), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1665), 43, + ACTIONS(5054), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322691,72 +321276,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97839] = 4, + [96246] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3024), 1, + ACTIONS(6082), 1, + anon_sym_QMARK2, + STATE(2998), 1, sym_comment, - ACTIONS(6107), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(6109), 43, - sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + ACTIONS(952), 15, + anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(954), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97899] = 6, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [96308] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5952), 1, + ACTIONS(6017), 1, aux_sym__immediate_decimal_token2, - ACTIONS(6111), 1, - anon_sym_DOT, - STATE(3025), 1, + STATE(2999), 1, sym_comment, - ACTIONS(1599), 7, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -322764,7 +321348,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, sym_filesize_unit, - ACTIONS(1601), 40, + aux_sym_unquoted_token2, + ACTIONS(1589), 40, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -322779,7 +321364,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, @@ -322793,6 +321377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -322805,19 +321390,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [97963] = 4, + [96370] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3026), 1, + STATE(3000), 1, sym_comment, - ACTIONS(1977), 6, + ACTIONS(2403), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1979), 43, + ACTIONS(2405), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322861,19 +321446,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98023] = 4, + [96430] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3027), 1, + STATE(3001), 1, sym_comment, - ACTIONS(2374), 6, + ACTIONS(2345), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2376), 43, + ACTIONS(2347), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -322917,75 +321502,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98083] = 4, - ACTIONS(251), 1, + [96490] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3028), 1, - sym_comment, - ACTIONS(4942), 6, - aux_sym_cmd_identifier_token1, - aux_sym_cmd_identifier_token9, - aux_sym_cmd_identifier_token13, - aux_sym_cmd_identifier_token15, - aux_sym_cmd_identifier_token34, - aux_sym_cmd_identifier_token38, - ACTIONS(4940), 43, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, sym_raw_string_begin, - aux_sym_cmd_identifier_token2, - aux_sym_cmd_identifier_token3, - aux_sym_cmd_identifier_token4, - aux_sym_cmd_identifier_token5, - aux_sym_cmd_identifier_token6, - aux_sym_cmd_identifier_token7, - aux_sym_cmd_identifier_token8, - aux_sym_cmd_identifier_token10, - aux_sym_cmd_identifier_token11, - aux_sym_cmd_identifier_token12, - aux_sym_cmd_identifier_token14, - aux_sym_cmd_identifier_token16, - aux_sym_cmd_identifier_token17, - aux_sym_cmd_identifier_token18, - aux_sym_cmd_identifier_token19, - aux_sym_cmd_identifier_token20, - aux_sym_cmd_identifier_token21, - aux_sym_cmd_identifier_token22, - aux_sym_cmd_identifier_token23, - aux_sym_cmd_identifier_token24, - aux_sym_cmd_identifier_token25, - aux_sym_cmd_identifier_token26, - aux_sym_cmd_identifier_token27, - aux_sym_cmd_identifier_token28, - aux_sym_cmd_identifier_token29, - aux_sym_cmd_identifier_token30, - aux_sym_cmd_identifier_token31, - aux_sym_cmd_identifier_token32, - aux_sym_cmd_identifier_token33, - aux_sym_cmd_identifier_token35, - aux_sym_cmd_identifier_token36, - aux_sym_cmd_identifier_token37, - aux_sym_cmd_identifier_token39, - aux_sym_cmd_identifier_token40, - anon_sym_DASH_DASH, + ACTIONS(6084), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3002), 1, + sym_comment, + ACTIONS(6047), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98143] = 4, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym_unquoted_token1, + [96556] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3029), 1, + STATE(3003), 1, sym_comment, - ACTIONS(1277), 6, + ACTIONS(2353), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(1275), 43, + ACTIONS(2355), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -323021,7 +321609,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token37, aux_sym_cmd_identifier_token39, aux_sym_cmd_identifier_token40, - sym__newline, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, @@ -323029,19 +321617,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98203] = 4, + [96616] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3030), 1, + STATE(3004), 1, sym_comment, - ACTIONS(2394), 6, + ACTIONS(5060), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2396), 43, + ACTIONS(5058), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -323085,19 +321673,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98263] = 4, + [96676] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3031), 1, + ACTIONS(6086), 1, + aux_sym__immediate_decimal_token2, + STATE(3005), 1, + sym_comment, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [96738] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3006), 1, sym_comment, - ACTIONS(2358), 6, + ACTIONS(6088), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2360), 43, + ACTIONS(6090), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -323141,19 +321786,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98323] = 4, + [96798] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6092), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3007), 1, + sym_comment, + ACTIONS(6047), 45, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym_unquoted_token1, + [96864] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3032), 1, + STATE(3008), 1, sym_comment, - ACTIONS(2362), 6, + ACTIONS(2349), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2364), 43, + ACTIONS(2351), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -323197,19 +321901,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98383] = 4, + [96924] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3033), 1, + STATE(3009), 1, sym_comment, - ACTIONS(2406), 6, + ACTIONS(1997), 6, aux_sym_cmd_identifier_token1, aux_sym_cmd_identifier_token9, aux_sym_cmd_identifier_token13, aux_sym_cmd_identifier_token15, aux_sym_cmd_identifier_token34, aux_sym_cmd_identifier_token38, - ACTIONS(2408), 43, + ACTIONS(1999), 43, sym_raw_string_begin, aux_sym_cmd_identifier_token2, aux_sym_cmd_identifier_token3, @@ -323253,243 +321957,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [98443] = 4, + [96984] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3034), 1, - sym_comment, - ACTIONS(2176), 2, - sym_raw_string_begin, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(2174), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98502] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, - STATE(3035), 1, - sym_comment, - ACTIONS(2253), 9, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2249), 38, - anon_sym_DOLLAR, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98563] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, - STATE(3036), 1, - sym_comment, - ACTIONS(2259), 9, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2257), 38, - anon_sym_DOLLAR, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98624] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3037), 1, - sym_comment, - ACTIONS(2451), 2, + ACTIONS(6053), 1, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2449), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98683] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3038), 1, + ACTIONS(6094), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3010), 1, sym_comment, - ACTIONS(2455), 2, - sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2453), 46, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -323529,68 +322015,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98742] = 4, - ACTIONS(3), 1, + aux_sym_unquoted_token1, + [97050] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3039), 1, + STATE(3011), 1, sym_comment, - ACTIONS(2459), 2, + ACTIONS(2475), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2477), 43, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2457), 46, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [98801] = 4, + [97110] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3040), 1, + ACTIONS(6096), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6098), 1, + aux_sym__immediate_decimal_token2, + STATE(3012), 1, sym_comment, - ACTIONS(1709), 8, + ACTIONS(1595), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -323599,7 +322090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1711), 40, + ACTIONS(1597), 39, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -323611,10 +322103,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -323640,15 +322130,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [98860] = 4, + [97174] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3013), 1, + sym_comment, + ACTIONS(2439), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2441), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97234] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3041), 1, + STATE(3014), 1, sym_comment, - ACTIONS(964), 2, + ACTIONS(990), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(962), 46, + ACTIONS(988), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -323678,6 +322224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -323695,76 +322242,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [98919] = 4, + [97294] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3042), 1, + STATE(3015), 1, sym_comment, - ACTIONS(1723), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1725), 40, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [98978] = 4, - ACTIONS(3), 1, + ACTIONS(2479), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2481), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97354] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3043), 1, + STATE(3016), 1, sym_comment, - ACTIONS(2463), 2, + ACTIONS(1270), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1268), 43, sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + sym__newline, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97414] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(2461), 46, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6100), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3017), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -323804,24 +322412,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [99037] = 4, + aux_sym_unquoted_token1, + [97480] = 7, ACTIONS(3), 1, - anon_sym_POUND, - STATE(3044), 1, - sym_comment, - ACTIONS(2263), 9, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, sym_raw_string_begin, + ACTIONS(6102), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3018), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2261), 39, anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -323842,6 +322452,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -323858,17 +322471,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token4, - [99096] = 4, + aux_sym_unquoted_token1, + [97546] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3045), 1, + STATE(3019), 1, sym_comment, - ACTIONS(2164), 2, + ACTIONS(986), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2158), 46, + ACTIONS(984), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -323898,6 +322510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -323915,21 +322528,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [99155] = 4, + [97606] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3046), 1, - sym_comment, - ACTIONS(2356), 2, - sym_raw_string_begin, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(2354), 46, + ACTIONS(6053), 1, + sym_raw_string_begin, + ACTIONS(6104), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3020), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -323969,16 +322586,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [99214] = 4, + aux_sym_unquoted_token1, + [97672] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3047), 1, + STATE(3021), 1, sym_comment, - ACTIONS(2148), 2, + ACTIONS(982), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2142), 46, + ACTIONS(980), 47, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324008,6 +322625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -324025,70 +322643,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [99273] = 5, + [97732] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_list_token2, - STATE(3048), 1, + STATE(3022), 1, sym_comment, - ACTIONS(2218), 14, - anon_sym_DOT_DOT, + ACTIONS(2369), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2371), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2222), 33, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97792] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3023), 1, + sym_comment, + ACTIONS(2415), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2417), 43, sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [99334] = 5, + [97852] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6059), 1, + ACTIONS(6106), 1, + anon_sym_DOT, + ACTIONS(6108), 1, aux_sym__immediate_decimal_token2, - STATE(3049), 1, + STATE(3024), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -324097,7 +322773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1601), 39, + ACTIONS(1589), 39, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -324137,17 +322813,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [99395] = 4, + [97916] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3050), 1, + STATE(3025), 1, + sym_comment, + ACTIONS(1973), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1975), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [97976] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3026), 1, + sym_comment, + ACTIONS(1681), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(1693), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98036] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5973), 1, + aux_sym__immediate_decimal_token2, + STATE(3027), 1, sym_comment, - ACTIONS(1735), 15, + ACTIONS(1727), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1725), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -324156,21 +322973,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 33, + [98098] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3028), 1, + sym_comment, + ACTIONS(968), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(970), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98158] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6053), 1, sym_raw_string_begin, + ACTIONS(6110), 1, + anon_sym_RBRACE, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3029), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -324180,10 +323073,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -324192,15 +323096,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [99454] = 4, + aux_sym_unquoted_token1, + [98224] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3030), 1, + sym_comment, + ACTIONS(964), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(966), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98284] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3051), 1, + ACTIONS(6112), 1, + aux_sym__immediate_decimal_token2, + STATE(3031), 1, sym_comment, - ACTIONS(2121), 2, + ACTIONS(1767), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2115), 46, + ACTIONS(1765), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324247,20 +323210,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [99513] = 5, + [98346] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6113), 1, - anon_sym_LBRACK2, - STATE(3052), 1, + STATE(3032), 1, sym_comment, - ACTIONS(2315), 15, - anon_sym_LBRACK, + ACTIONS(2009), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2011), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98406] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3033), 1, + sym_comment, + ACTIONS(968), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -324270,13 +323287,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2319), 32, + ACTIONS(970), 34, sym_raw_string_begin, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, @@ -324303,145 +323322,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [99574] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, - ACTIONS(6115), 1, - anon_sym_DOT_DOT2, - ACTIONS(6119), 1, - sym_filesize_unit, - ACTIONS(6121), 1, - sym_duration_unit, - STATE(3053), 1, - sym_comment, - STATE(7360), 1, - sym__expr_parenthesized_immediate, - ACTIONS(6117), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1665), 35, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [99647] = 4, + [98466] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3054), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 40, + ACTIONS(6114), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [99706] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3055), 1, + STATE(3034), 2, sym_comment, - ACTIONS(1979), 2, + aux_sym_shebang_repeat1, + ACTIONS(1274), 15, + anon_sym_DOLLAR, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_record_token1, + ACTIONS(1276), 32, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1977), 46, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -324451,21 +323365,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -324474,16 +323379,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [99765] = 4, + [98528] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3035), 1, + sym_comment, + ACTIONS(2407), 6, + aux_sym_cmd_identifier_token1, + aux_sym_cmd_identifier_token9, + aux_sym_cmd_identifier_token13, + aux_sym_cmd_identifier_token15, + aux_sym_cmd_identifier_token34, + aux_sym_cmd_identifier_token38, + ACTIONS(2409), 43, + sym_raw_string_begin, + aux_sym_cmd_identifier_token2, + aux_sym_cmd_identifier_token3, + aux_sym_cmd_identifier_token4, + aux_sym_cmd_identifier_token5, + aux_sym_cmd_identifier_token6, + aux_sym_cmd_identifier_token7, + aux_sym_cmd_identifier_token8, + aux_sym_cmd_identifier_token10, + aux_sym_cmd_identifier_token11, + aux_sym_cmd_identifier_token12, + aux_sym_cmd_identifier_token14, + aux_sym_cmd_identifier_token16, + aux_sym_cmd_identifier_token17, + aux_sym_cmd_identifier_token18, + aux_sym_cmd_identifier_token19, + aux_sym_cmd_identifier_token20, + aux_sym_cmd_identifier_token21, + aux_sym_cmd_identifier_token22, + aux_sym_cmd_identifier_token23, + aux_sym_cmd_identifier_token24, + aux_sym_cmd_identifier_token25, + aux_sym_cmd_identifier_token26, + aux_sym_cmd_identifier_token27, + aux_sym_cmd_identifier_token28, + aux_sym_cmd_identifier_token29, + aux_sym_cmd_identifier_token30, + aux_sym_cmd_identifier_token31, + aux_sym_cmd_identifier_token32, + aux_sym_cmd_identifier_token33, + aux_sym_cmd_identifier_token35, + aux_sym_cmd_identifier_token36, + aux_sym_cmd_identifier_token37, + aux_sym_cmd_identifier_token39, + aux_sym_cmd_identifier_token40, + anon_sym_DASH_DASH, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [98588] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3056), 1, + STATE(3036), 1, sym_comment, - ACTIONS(2372), 2, + ACTIONS(2011), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2370), 46, + ACTIONS(2009), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324530,15 +323490,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [99824] = 4, + [98647] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3057), 1, + STATE(3037), 1, sym_comment, - ACTIONS(2469), 2, + ACTIONS(2481), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2467), 46, + ACTIONS(2479), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324585,28 +323545,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [99883] = 4, - ACTIONS(3), 1, + [98706] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3058), 1, + STATE(3038), 1, sym_comment, - ACTIONS(2473), 2, + ACTIONS(1861), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1863), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2471), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -324616,21 +323588,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -324639,20 +323600,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [99942] = 5, + [98765] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - STATE(3059), 1, + STATE(3039), 1, sym_comment, - ACTIONS(2214), 14, + ACTIONS(988), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -324662,7 +323621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2216), 33, + ACTIONS(990), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -324696,25 +323655,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [100003] = 5, + [98824] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym__unquoted_in_list_token4, - STATE(3060), 1, + STATE(3040), 1, sym_comment, - ACTIONS(5922), 9, + ACTIONS(2118), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2116), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(5917), 38, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -324735,6 +323690,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -324752,128 +323710,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100064] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6123), 1, - anon_sym_DOT, - ACTIONS(6125), 1, - aux_sym__immediate_decimal_token2, - STATE(3061), 1, - sym_comment, - ACTIONS(1735), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 39, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [100127] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - STATE(3062), 1, - sym_comment, - ACTIONS(1794), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1802), 33, - sym_raw_string_begin, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - anon_sym_null, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [100188] = 4, + [98883] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3063), 1, + STATE(3041), 1, sym_comment, - ACTIONS(2376), 2, + ACTIONS(2150), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2374), 46, + ACTIONS(2144), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324920,15 +323765,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100247] = 4, + [98942] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3064), 1, + STATE(3042), 1, sym_comment, - ACTIONS(960), 2, + ACTIONS(2158), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(958), 46, + ACTIONS(2152), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -324975,21 +323820,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100306] = 4, + [99001] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3065), 1, + ACTIONS(6117), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6119), 1, + aux_sym__immediate_decimal_token2, + STATE(3043), 1, sym_comment, - ACTIONS(1623), 8, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, - sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1625), 40, + ACTIONS(1759), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -325029,69 +323877,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [100365] = 5, - ACTIONS(251), 1, + [99064] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6127), 1, - aux_sym__immediate_decimal_token2, - STATE(3066), 1, + STATE(3044), 1, sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [100426] = 4, + ACTIONS(2166), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2160), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [99123] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3045), 1, + sym_comment, + ACTIONS(1693), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1681), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [99182] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3067), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + STATE(3046), 1, sym_comment, - ACTIONS(1727), 15, + ACTIONS(1786), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -325106,8 +324009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 33, + ACTIONS(1794), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -325141,21 +324043,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [100485] = 4, + [99243] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3068), 1, + ACTIONS(2204), 1, + aux_sym__unquoted_in_list_token4, + STATE(3047), 1, sym_comment, - ACTIONS(2380), 2, + ACTIONS(5899), 9, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2378), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(5894), 38, + anon_sym_DOLLAR, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -325176,9 +324082,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325196,17 +324099,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100544] = 4, + [99304] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3069), 1, - sym_comment, - ACTIONS(1991), 2, - sym_raw_string_begin, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5882), 1, sym__entry_separator, - ACTIONS(1989), 46, + ACTIONS(5884), 1, + sym_raw_string_begin, + STATE(3048), 1, + sym_comment, + ACTIONS(5874), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -325251,23 +324156,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100603] = 6, + [99367] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(1000), 1, sym__entry_separator, - ACTIONS(6033), 1, + ACTIONS(5896), 1, + anon_sym_RBRACK, + ACTIONS(5899), 1, sym_raw_string_begin, - STATE(3021), 1, - aux_sym__multiple_types_repeat1, - STATE(3070), 1, + STATE(3049), 1, sym_comment, - ACTIONS(6027), 45, + ACTIONS(5894), 45, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -325307,42 +324212,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [100666] = 5, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [99430] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2230), 1, - aux_sym__unquoted_in_list_token2, - STATE(3071), 1, + STATE(3050), 1, sym_comment, - ACTIONS(2224), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2228), 33, + ACTIONS(2409), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2407), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -325352,10 +324244,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -325364,15 +324267,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [100727] = 4, + aux_sym__unquoted_in_list_token1, + [99489] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3072), 1, + STATE(3051), 1, sym_comment, - ACTIONS(2172), 2, + ACTIONS(2417), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2170), 46, + ACTIONS(2415), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -325419,15 +324323,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100786] = 4, + [99548] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3073), 1, + STATE(3052), 1, sym_comment, - ACTIONS(1999), 2, + ACTIONS(2343), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1997), 46, + ACTIONS(2341), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -325474,21 +324378,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100845] = 4, + [99607] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3074), 1, + ACTIONS(2235), 1, + aux_sym__unquoted_in_list_token4, + STATE(3053), 1, sym_comment, - ACTIONS(2003), 2, + ACTIONS(2233), 9, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2001), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2229), 38, + anon_sym_DOLLAR, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -325509,9 +324417,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325529,17 +324434,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100904] = 4, + [99668] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3075), 1, - sym_comment, - ACTIONS(2384), 2, - sym_raw_string_begin, + ACTIONS(1935), 1, sym__entry_separator, - ACTIONS(2382), 46, - anon_sym_LBRACK, + ACTIONS(6123), 1, anon_sym_RBRACK, + ACTIONS(6126), 1, + sym_raw_string_begin, + STATE(3054), 1, + sym_comment, + ACTIONS(6121), 45, + anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -325584,28 +324491,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [100963] = 4, - ACTIONS(3), 1, + [99731] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3076), 1, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + STATE(3055), 1, sym_comment, - ACTIONS(2431), 2, + ACTIONS(2184), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2186), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2429), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -325615,13 +324535,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [99792] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6128), 1, + anon_sym_LBRACK2, + STATE(3056), 1, + sym_comment, + ACTIONS(2318), 15, + anon_sym_LBRACK, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325630,6 +324569,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2322), 32, + sym_raw_string_begin, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -325638,31 +324603,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [101022] = 6, - ACTIONS(3), 1, + [99853] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1947), 1, - sym__entry_separator, - ACTIONS(6131), 1, - anon_sym_RBRACK, - ACTIONS(6134), 1, - sym_raw_string_begin, - STATE(3077), 1, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + STATE(3057), 1, sym_comment, - ACTIONS(6129), 45, + ACTIONS(1865), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1873), 33, + sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -325672,13 +324647,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [99914] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5741), 1, + aux_sym__unquoted_in_list_token2, + STATE(3058), 1, + sym_comment, + ACTIONS(1681), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325687,6 +324680,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(1693), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -325695,16 +324715,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [101085] = 4, + [99975] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3078), 1, + STATE(3059), 1, sym_comment, - ACTIONS(2447), 2, + ACTIONS(2359), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2445), 46, + ACTIONS(2357), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -325751,16 +324770,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101144] = 5, + [100034] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6136), 1, - sym__newline, - STATE(3079), 2, + ACTIONS(6033), 1, + aux_sym__immediate_decimal_token2, + STATE(3060), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 15, - anon_sym__, + ACTIONS(1725), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -325774,11 +324791,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1264), 31, + aux_sym__unquoted_in_list_token1, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -325807,21 +324826,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [101205] = 4, + [100095] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3080), 1, + ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, + STATE(3061), 1, sym_comment, - ACTIONS(1665), 2, + ACTIONS(2241), 9, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(1653), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2237), 38, + anon_sym_DOLLAR, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -325842,9 +324865,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325862,18 +324882,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101264] = 4, - ACTIONS(251), 1, + [100156] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3081), 1, + ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, + STATE(3062), 1, sym_comment, - ACTIONS(984), 15, + ACTIONS(2247), 9, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2245), 38, + anon_sym_DOLLAR, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, - anon_sym_DOT2, + sym_val_date, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -325882,20 +324929,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(986), 33, + [100217] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3063), 1, + sym_comment, + ACTIONS(2363), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2361), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -325905,10 +324969,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -325917,15 +324992,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [101323] = 4, + aux_sym__unquoted_in_list_token1, + [100276] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3082), 1, + STATE(3064), 1, sym_comment, - ACTIONS(2015), 2, + ACTIONS(2367), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2013), 46, + ACTIONS(2365), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -325972,15 +325048,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101382] = 4, + [100335] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3083), 1, + STATE(3065), 1, sym_comment, - ACTIONS(1737), 2, + ACTIONS(2122), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1735), 46, + ACTIONS(2120), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326027,40 +325103,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101441] = 4, - ACTIONS(251), 1, + [100394] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3084), 1, + STATE(3066), 1, sym_comment, - ACTIONS(980), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(982), 33, + ACTIONS(966), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(964), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -326070,10 +325134,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -326082,14 +325157,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [101500] = 5, + aux_sym__unquoted_in_list_token1, + [100453] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6071), 1, - aux_sym__immediate_decimal_token2, - STATE(3085), 1, + ACTIONS(1631), 1, + aux_sym__unquoted_in_list_token2, + STATE(3067), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(2188), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -326104,7 +325180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + ACTIONS(2192), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -326138,21 +325214,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [101561] = 4, + [100514] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, + ACTIONS(6130), 1, + anon_sym_DOT_DOT2, + ACTIONS(6134), 1, + sym_filesize_unit, + ACTIONS(6136), 1, + sym_duration_unit, + STATE(3068), 1, + sym_comment, + STATE(7290), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6132), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 35, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [100587] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3086), 1, + STATE(3069), 1, sym_comment, - ACTIONS(978), 2, + ACTIONS(2485), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(976), 46, + ACTIONS(2483), 46, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -326192,16 +325330,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [101620] = 4, + aux_sym_unquoted_token1, + [100646] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3087), 1, + STATE(3070), 1, sym_comment, - ACTIONS(2388), 2, + ACTIONS(970), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2386), 46, + ACTIONS(968), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326248,21 +325386,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101679] = 4, + [100705] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3088), 1, + STATE(3071), 1, sym_comment, - ACTIONS(2479), 2, + ACTIONS(2429), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2477), 46, + ACTIONS(2427), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -326302,16 +325440,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym_unquoted_token1, - [101738] = 4, + aux_sym__unquoted_in_list_token1, + [100764] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3089), 1, + STATE(3072), 1, sym_comment, - ACTIONS(2392), 2, + ACTIONS(2176), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2390), 46, + ACTIONS(2170), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326358,15 +325496,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101797] = 4, + [100823] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3090), 1, + STATE(3073), 1, sym_comment, - ACTIONS(1729), 2, + ACTIONS(974), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1727), 46, + ACTIONS(972), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326413,19 +325551,351 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101856] = 5, + [100882] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5700), 1, + STATE(3074), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [100941] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6138), 1, + anon_sym_DOT, + ACTIONS(6140), 1, + aux_sym__immediate_decimal_token2, + STATE(3075), 1, + sym_comment, + ACTIONS(1725), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 39, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [101004] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3076), 1, + sym_comment, + ACTIONS(1725), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, aux_sym__unquoted_in_list_token2, - STATE(3091), 1, + ACTIONS(1727), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [101063] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2200), 1, + aux_sym__unquoted_in_list_token2, + STATE(3077), 1, + sym_comment, + ACTIONS(2194), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2198), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [101124] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3078), 1, + sym_comment, + ACTIONS(984), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_DOT2, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(986), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [101183] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3079), 1, + sym_comment, + ACTIONS(1595), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [101242] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3080), 1, sym_comment, - ACTIONS(1653), 14, + ACTIONS(980), 15, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, + anon_sym_DOT2, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -326435,7 +325905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1665), 33, + ACTIONS(982), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -326469,15 +325939,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [101917] = 4, + [101301] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3092), 1, + STATE(3081), 1, sym_comment, - ACTIONS(974), 2, + ACTIONS(978), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(972), 46, + ACTIONS(976), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326524,24 +325994,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [101976] = 6, + [101360] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6139), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6141), 1, - aux_sym__immediate_decimal_token2, - STATE(3093), 1, + STATE(3082), 1, + sym_comment, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 40, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [101419] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3083), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1733), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, + sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1729), 39, + ACTIONS(1735), 40, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -326581,19 +326103,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [102039] = 6, + sym_duration_unit, + [101478] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6108), 1, + aux_sym__immediate_decimal_token2, + STATE(3084), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [101539] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5913), 1, - sym__entry_separator, - ACTIONS(5915), 1, - sym_raw_string_begin, - STATE(3094), 1, + STATE(3085), 1, sym_comment, - ACTIONS(5905), 45, + ACTIONS(2375), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2373), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -326638,15 +326215,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102102] = 4, + [101598] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3095), 1, + STATE(3086), 1, sym_comment, - ACTIONS(2019), 2, + ACTIONS(2267), 9, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2265), 39, + anon_sym_DOLLAR, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token4, + [101657] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3087), 1, + sym_comment, + ACTIONS(2379), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2017), 46, + ACTIONS(2377), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326693,19 +326325,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102161] = 6, - ACTIONS(3), 1, + [101716] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__entry_separator, - ACTIONS(5919), 1, - anon_sym_RBRACK, - ACTIONS(5922), 1, + ACTIONS(6142), 1, + sym__newline, + STATE(3088), 2, + sym_comment, + aux_sym_shebang_repeat1, + ACTIONS(1274), 15, + anon_sym__, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1276), 31, sym_raw_string_begin, - STATE(3096), 1, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [101777] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3089), 1, sym_comment, - ACTIONS(5917), 45, + ACTIONS(2383), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2381), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, @@ -326750,21 +326436,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102224] = 4, + [101836] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3097), 1, - sym_comment, - ACTIONS(1773), 2, - sym_raw_string_begin, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(1771), 46, + ACTIONS(6053), 1, + sym_raw_string_begin, + STATE(2979), 1, + aux_sym__multiple_types_repeat1, + STATE(3090), 1, + sym_comment, + ACTIONS(6047), 45, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym__, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -326804,16 +326492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [102283] = 4, + aux_sym_unquoted_token1, + [101899] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3098), 1, + STATE(3091), 1, sym_comment, - ACTIONS(1788), 2, + ACTIONS(2387), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1786), 46, + ACTIONS(2385), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326860,15 +326548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102342] = 4, + [101958] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3099), 1, + STATE(3092), 1, sym_comment, - ACTIONS(2435), 2, + ACTIONS(2441), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2433), 46, + ACTIONS(2439), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -326915,41 +326603,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102401] = 5, + [102017] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - STATE(3100), 1, + ACTIONS(6145), 1, + aux_sym__immediate_decimal_token2, + STATE(3093), 1, sym_comment, - ACTIONS(1819), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(1827), 33, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [102078] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3094), 1, + sym_comment, + ACTIONS(2391), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2389), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -326959,10 +326690,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -326971,15 +326713,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [102462] = 4, + aux_sym__unquoted_in_list_token1, + [102137] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3101), 1, + STATE(3095), 1, sym_comment, - ACTIONS(2027), 2, + ACTIONS(2395), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2025), 46, + ACTIONS(2393), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327026,15 +326769,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102521] = 4, + [102196] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3102), 1, + STATE(3096), 1, sym_comment, - ACTIONS(2396), 2, + ACTIONS(2399), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2394), 46, + ACTIONS(2397), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327081,15 +326824,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102580] = 4, + [102255] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3097), 1, + sym_comment, + ACTIONS(1270), 15, + anon_sym_DOLLAR, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_record_token1, + ACTIONS(1268), 33, + sym_raw_string_begin, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [102314] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3103), 1, + STATE(3098), 1, sym_comment, - ACTIONS(2400), 2, + ACTIONS(2445), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2398), 46, + ACTIONS(2443), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327136,15 +326934,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102639] = 4, + [102373] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3104), 1, + STATE(3099), 1, sym_comment, - ACTIONS(2031), 2, + ACTIONS(1020), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2029), 46, + ACTIONS(1018), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327191,28 +326989,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102698] = 4, - ACTIONS(3), 1, + [102432] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3105), 1, + STATE(3100), 1, sym_comment, - ACTIONS(2336), 2, + ACTIONS(1757), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 33, sym_raw_string_begin, - sym__entry_separator, - ACTIONS(2334), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, - aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -327222,21 +327032,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -327245,16 +327044,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - aux_sym__unquoted_in_list_token1, - [102757] = 4, + [102491] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3106), 1, + STATE(3101), 1, sym_comment, - ACTIONS(2404), 2, + ACTIONS(1727), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2402), 46, + ACTIONS(1725), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327301,15 +327099,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102816] = 4, + [102550] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3107), 1, + STATE(3102), 1, sym_comment, - ACTIONS(2439), 2, + ACTIONS(1959), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2437), 46, + ACTIONS(1957), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327356,15 +327154,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102875] = 4, + [102609] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3103), 1, + sym_comment, + ACTIONS(1765), 15, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [102668] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3108), 1, + STATE(3104), 1, sym_comment, - ACTIONS(1020), 2, + ACTIONS(2449), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(1018), 46, + ACTIONS(2447), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327411,40 +327264,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [102934] = 4, - ACTIONS(251), 1, + [102727] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3109), 1, + STATE(3105), 1, sym_comment, - ACTIONS(1771), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 33, + ACTIONS(2453), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2451), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -327454,10 +327295,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -327466,15 +327318,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [102993] = 4, + aux_sym__unquoted_in_list_token1, + [102786] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3110), 1, + STATE(3106), 1, sym_comment, - ACTIONS(2507), 2, + ACTIONS(1975), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2505), 46, + ACTIONS(1973), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327521,15 +327374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103052] = 4, + [102845] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3111), 1, + STATE(3107), 1, sym_comment, - ACTIONS(2408), 2, + ACTIONS(1983), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2406), 46, + ACTIONS(1981), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327576,18 +327429,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103111] = 4, - ACTIONS(251), 1, + [102904] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3112), 1, + STATE(3108), 1, sym_comment, - ACTIONS(1277), 15, + ACTIONS(1987), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1985), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -327596,18 +327475,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_record_token1, - ACTIONS(1275), 33, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + aux_sym__unquoted_in_list_token1, + [102963] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3109), 1, + sym_comment, + ACTIONS(2507), 2, sym_raw_string_begin, - sym__newline, + sym__entry_separator, + ACTIONS(2505), 46, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -327617,12 +327515,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -327631,15 +327538,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103170] = 4, + aux_sym__unquoted_in_list_token1, + [103022] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3113), 1, + STATE(3110), 1, sym_comment, - ACTIONS(2156), 2, + ACTIONS(1999), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2150), 46, + ACTIONS(1997), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327686,19 +327594,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103229] = 5, - ACTIONS(251), 1, + [103081] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6143), 1, - aux_sym__immediate_decimal_token2, - STATE(3114), 1, + STATE(3111), 1, sym_comment, - ACTIONS(1771), 14, + ACTIONS(1759), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1757), 46, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, aux_sym__val_number_decimal_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, anon_sym_0b, anon_sym_0o, anon_sym_0x, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -327707,20 +327640,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1773), 33, + [103140] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3112), 1, + sym_comment, + ACTIONS(1767), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1765), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -327730,10 +327680,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -327742,25 +327703,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103290] = 5, + aux_sym__unquoted_in_list_token1, + [103199] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2247), 1, - aux_sym__unquoted_in_list_token4, - STATE(3115), 1, + STATE(3113), 1, sym_comment, - ACTIONS(2245), 9, + ACTIONS(1863), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(1861), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2241), 38, anon_sym_DOLLAR, + anon_sym_LBRACE, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, @@ -327781,6 +327739,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0o, anon_sym_0x, sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -327798,15 +327759,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103351] = 4, + [103258] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3116), 1, + STATE(3114), 1, sym_comment, - ACTIONS(2344), 2, + ACTIONS(2461), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2342), 46, + ACTIONS(2459), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327853,15 +327814,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103410] = 4, + [103317] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3117), 1, + STATE(3115), 1, sym_comment, - ACTIONS(2368), 2, + ACTIONS(2465), 2, sym_raw_string_begin, sym__entry_separator, - ACTIONS(2366), 46, + ACTIONS(2463), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -327908,40 +327869,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, aux_sym__unquoted_in_list_token1, - [103469] = 4, - ACTIONS(251), 1, + [103376] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3118), 1, + STATE(3116), 1, sym_comment, - ACTIONS(1786), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1788), 33, + ACTIONS(2003), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2001), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -327951,10 +327900,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -327963,40 +327923,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103528] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [103435] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3119), 1, + STATE(3117), 1, sym_comment, - ACTIONS(988), 15, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_DOT2, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(990), 33, + ACTIONS(2469), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2467), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -328006,10 +327955,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -328018,39 +327978,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103587] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [103494] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3120), 1, + STATE(3118), 1, sym_comment, - ACTIONS(2354), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2356), 33, + ACTIONS(2473), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2471), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -328060,10 +328010,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -328072,39 +328033,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103645] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [103553] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3121), 1, + STATE(3119), 1, sym_comment, - ACTIONS(2386), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2388), 33, + ACTIONS(2091), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2089), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -328114,10 +328065,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -328126,95 +328088,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103703] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6145), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6147), 1, - aux_sym__immediate_decimal_token2, - STATE(3122), 1, - sym_comment, - ACTIONS(1727), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 38, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [103765] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_token1, + [103612] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3123), 1, + STATE(3120), 1, sym_comment, - ACTIONS(2390), 14, - anon_sym_DOT_DOT, - aux_sym__val_number_decimal_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - aux_sym__unquoted_in_list_token1, - ACTIONS(2392), 33, + ACTIONS(2477), 2, sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2475), 46, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, anon_sym_null, anon_sym_true, anon_sym_false, + aux_sym__val_number_decimal_token1, aux_sym__val_number_decimal_token2, aux_sym__val_number_decimal_token3, aux_sym__val_number_decimal_token4, @@ -328224,10 +328120,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -328236,12 +328143,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103823] = 4, + aux_sym__unquoted_in_list_token1, + [103671] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3124), 1, + ACTIONS(6147), 1, + aux_sym__immediate_decimal_token2, + STATE(3121), 1, sym_comment, - ACTIONS(6151), 14, + ACTIONS(1765), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328256,7 +328166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6149), 33, + ACTIONS(1767), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328290,12 +328200,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103881] = 4, + [103732] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3125), 1, + STATE(3122), 1, sym_comment, - ACTIONS(6151), 14, + ACTIONS(2459), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328310,7 +328220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6149), 33, + ACTIONS(2461), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328344,12 +328254,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103939] = 4, + [103790] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3126), 1, + STATE(3123), 1, sym_comment, - ACTIONS(6155), 14, + ACTIONS(6151), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328364,7 +328274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6153), 33, + ACTIONS(6149), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328398,12 +328308,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [103997] = 4, + [103848] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(3127), 1, + ACTIONS(3024), 1, + anon_sym_DOT_DOT2, + ACTIONS(6153), 1, + sym_filesize_unit, + ACTIONS(6155), 1, + sym_duration_unit, + STATE(3124), 1, sym_comment, - ACTIONS(2017), 14, + ACTIONS(3026), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 37, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [103914] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3125), 1, + sym_comment, + ACTIONS(972), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328418,7 +328386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2019), 33, + ACTIONS(974), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328452,12 +328420,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104055] = 4, + [103972] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3128), 1, + STATE(3126), 1, sym_comment, - ACTIONS(2025), 14, + ACTIONS(2365), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328472,7 +328440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2027), 33, + ACTIONS(2367), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328506,12 +328474,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104113] = 4, + [104030] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3129), 1, + STATE(3127), 1, sym_comment, - ACTIONS(2394), 14, + ACTIONS(1861), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328526,7 +328494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2396), 33, + ACTIONS(1863), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328560,12 +328528,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104171] = 4, + [104088] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3130), 1, + ACTIONS(6157), 1, + aux_sym__immediate_decimal_token2, + STATE(3128), 1, + sym_comment, + ACTIONS(1765), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1767), 39, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [104148] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3129), 1, sym_comment, - ACTIONS(2398), 14, + ACTIONS(2427), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328580,7 +328603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2400), 33, + ACTIONS(2429), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328614,12 +328637,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104229] = 4, + [104206] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6159), 1, + anon_sym_DOT, + ACTIONS(6161), 1, + aux_sym__immediate_decimal_token2, + STATE(3130), 1, + sym_comment, + ACTIONS(1725), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 38, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [104268] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3131), 1, sym_comment, - ACTIONS(2029), 14, + ACTIONS(2505), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328634,7 +328713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2031), 33, + ACTIONS(2507), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328668,12 +328747,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104287] = 4, + [104326] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3132), 1, sym_comment, - ACTIONS(2115), 14, + ACTIONS(2451), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328688,7 +328767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2121), 33, + ACTIONS(2453), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328722,12 +328801,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104345] = 4, + [104384] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3133), 1, sym_comment, - ACTIONS(2402), 14, + ACTIONS(1997), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328742,7 +328821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2404), 33, + ACTIONS(1999), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328776,14 +328855,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104403] = 5, + [104442] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6157), 1, - anon_sym_COMMA, STATE(3134), 1, sym_comment, - ACTIONS(5974), 14, + ACTIONS(5874), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328798,11 +328875,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5978), 32, + ACTIONS(5884), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -328831,12 +328909,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104463] = 4, + [104500] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3135), 1, sym_comment, - ACTIONS(2406), 14, + ACTIONS(2443), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328851,7 +328929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2408), 33, + ACTIONS(2445), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328885,12 +328963,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104521] = 4, + [104558] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3136), 1, sym_comment, - ACTIONS(2366), 14, + ACTIONS(2471), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -328905,7 +328983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2368), 33, + ACTIONS(2473), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -328939,123 +329017,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104579] = 6, + [104616] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6159), 1, - anon_sym_DOT, - ACTIONS(6161), 1, - aux_sym__immediate_decimal_token2, STATE(3137), 1, sym_comment, - ACTIONS(1735), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 38, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [104641] = 5, + ACTIONS(2393), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(2395), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [104674] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6125), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(6163), 1, + anon_sym_COMMA, STATE(3138), 1, sym_comment, - ACTIONS(1735), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 39, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [104701] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3139), 1, - sym_comment, - ACTIONS(2370), 14, + ACTIONS(6000), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329070,12 +329093,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2372), 33, + ACTIONS(6004), 32, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -329104,67 +329126,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104759] = 5, + [104734] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6163), 1, - aux_sym__immediate_decimal_token2, - STATE(3140), 1, + STATE(3139), 1, sym_comment, - ACTIONS(1771), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 39, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [104819] = 4, + ACTIONS(6167), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(6165), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [104792] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3141), 1, + STATE(3140), 1, sym_comment, - ACTIONS(2342), 14, + ACTIONS(6171), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329179,7 +329200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2344), 33, + ACTIONS(6169), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329213,12 +329234,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104877] = 4, + [104850] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3142), 1, + STATE(3141), 1, sym_comment, - ACTIONS(1018), 14, + ACTIONS(2361), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329233,7 +329254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1020), 33, + ACTIONS(2363), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329267,12 +329288,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104935] = 4, + [104908] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3143), 1, + STATE(3142), 1, sym_comment, - ACTIONS(2505), 14, + ACTIONS(2377), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329287,7 +329308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2507), 33, + ACTIONS(2379), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329321,12 +329342,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [104993] = 4, + [104966] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3143), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [105024] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3144), 1, sym_comment, - ACTIONS(2174), 14, + ACTIONS(1681), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329341,7 +329416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2176), 33, + ACTIONS(1693), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329375,12 +329450,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105051] = 4, + [105082] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3145), 1, sym_comment, - ACTIONS(2142), 14, + ACTIONS(6175), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329395,7 +329470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2148), 33, + ACTIONS(6173), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329429,12 +329504,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105109] = 4, + [105140] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3146), 1, sym_comment, - ACTIONS(2150), 14, + ACTIONS(5894), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329449,7 +329524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2156), 33, + ACTIONS(5899), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329483,12 +329558,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105167] = 4, + [105198] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3147), 1, sym_comment, - ACTIONS(2429), 14, + ACTIONS(2170), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329503,7 +329578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2431), 33, + ACTIONS(2176), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329537,12 +329612,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105225] = 4, + [105256] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3148), 1, sym_comment, - ACTIONS(2433), 14, + ACTIONS(2397), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329557,7 +329632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2435), 33, + ACTIONS(2399), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329591,12 +329666,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105283] = 4, + [105314] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3149), 1, sym_comment, - ACTIONS(2437), 14, + ACTIONS(1595), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [105372] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3150), 1, + sym_comment, + ACTIONS(2381), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329611,7 +329740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2439), 33, + ACTIONS(2383), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329645,12 +329774,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105341] = 4, + [105430] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3150), 1, + STATE(3151), 1, sym_comment, - ACTIONS(1977), 14, + ACTIONS(2120), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329665,7 +329794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1979), 33, + ACTIONS(2122), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329699,12 +329828,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105399] = 4, + [105488] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3151), 1, + STATE(3152), 1, sym_comment, - ACTIONS(5905), 14, + ACTIONS(2373), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329719,7 +329848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5915), 33, + ACTIONS(2375), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329753,12 +329882,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105457] = 4, + [105546] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3152), 1, + STATE(3153), 1, sym_comment, - ACTIONS(6167), 14, + ACTIONS(2089), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329773,7 +329902,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6165), 33, + ACTIONS(2091), 33, + sym_raw_string_begin, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [105604] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3154), 1, + sym_comment, + ACTIONS(964), 14, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym__unquoted_in_list_token1, + ACTIONS(966), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329807,12 +329990,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105515] = 4, + [105662] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3153), 1, + STATE(3155), 1, sym_comment, - ACTIONS(2170), 14, + ACTIONS(1667), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 39, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [105720] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3156), 1, + sym_comment, + ACTIONS(1973), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329827,7 +330064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2172), 33, + ACTIONS(1975), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329861,12 +330098,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105573] = 4, + [105778] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3154), 1, + STATE(3157), 1, sym_comment, - ACTIONS(6171), 14, + ACTIONS(2415), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329881,7 +330118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6169), 33, + ACTIONS(2417), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329915,12 +330152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105631] = 4, + [105836] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3155), 1, + STATE(3158), 1, sym_comment, - ACTIONS(6073), 14, + ACTIONS(6121), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329935,7 +330172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6075), 33, + ACTIONS(6126), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -329969,12 +330206,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105689] = 4, + [105894] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3156), 1, + STATE(3159), 1, sym_comment, - ACTIONS(5917), 14, + ACTIONS(1985), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -329989,7 +330226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5922), 33, + ACTIONS(1987), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330023,12 +330260,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105747] = 4, + [105952] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3157), 1, + STATE(3160), 1, sym_comment, - ACTIONS(1653), 14, + ACTIONS(2463), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330043,7 +330280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1665), 33, + ACTIONS(2465), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330077,12 +330314,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105805] = 4, + [106010] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3158), 1, + STATE(3161), 1, sym_comment, - ACTIONS(2374), 14, + ACTIONS(2001), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330097,7 +330334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2376), 33, + ACTIONS(2003), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330131,12 +330368,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105863] = 4, + [106068] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3159), 1, + STATE(3162), 1, sym_comment, - ACTIONS(2445), 14, + ACTIONS(1957), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330151,7 +330388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2447), 33, + ACTIONS(1959), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330185,12 +330422,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105921] = 4, + [106126] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3160), 1, + STATE(3163), 1, sym_comment, - ACTIONS(2449), 14, + ACTIONS(6175), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330205,7 +330442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2451), 33, + ACTIONS(6173), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330239,12 +330476,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [105979] = 4, + [106184] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3161), 1, + STATE(3164), 1, sym_comment, - ACTIONS(2453), 14, + ACTIONS(5713), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330259,7 +330496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2455), 33, + ACTIONS(5720), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330293,12 +330530,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106037] = 4, + [106242] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3162), 1, + STATE(3165), 1, sym_comment, - ACTIONS(958), 14, + ACTIONS(2475), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330313,7 +330550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(960), 33, + ACTIONS(2477), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330347,12 +330584,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106095] = 4, + [106300] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3163), 1, + STATE(3166), 1, sym_comment, - ACTIONS(6086), 14, + ACTIONS(2407), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330367,7 +330604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6088), 33, + ACTIONS(2409), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330401,12 +330638,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106153] = 4, + [106358] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3164), 1, + STATE(3167), 1, sym_comment, - ACTIONS(2378), 14, + ACTIONS(6037), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330421,7 +330658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2380), 33, + ACTIONS(6039), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330455,12 +330692,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106211] = 4, + [106416] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3165), 1, + STATE(3168), 1, sym_comment, - ACTIONS(2457), 14, + ACTIONS(6043), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330475,7 +330712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2459), 33, + ACTIONS(6045), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330509,12 +330746,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106269] = 4, + [106474] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3166), 1, + STATE(3169), 1, sym_comment, - ACTIONS(1989), 14, + ACTIONS(1725), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330529,7 +330766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1991), 33, + ACTIONS(1727), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330563,12 +330800,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106327] = 4, + [106532] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3167), 1, + STATE(3170), 1, sym_comment, - ACTIONS(976), 14, + ACTIONS(2479), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330583,7 +330820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(978), 33, + ACTIONS(2481), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330617,27 +330854,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106385] = 8, + [106590] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3030), 1, - anon_sym_DOT_DOT2, - ACTIONS(6173), 1, - sym_filesize_unit, - ACTIONS(6175), 1, - sym_duration_unit, - STATE(3168), 1, + ACTIONS(6140), 1, + aux_sym__immediate_decimal_token2, + STATE(3171), 1, sym_comment, - ACTIONS(3032), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 37, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -330652,7 +330884,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, @@ -330666,6 +330897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -330675,12 +330907,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [106451] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [106650] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3169), 1, + STATE(3172), 1, sym_comment, - ACTIONS(1997), 14, + ACTIONS(6179), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330695,7 +330929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1999), 33, + ACTIONS(6177), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330729,12 +330963,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106509] = 4, + [106708] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3170), 1, + ACTIONS(6181), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6183), 1, + aux_sym__immediate_decimal_token2, + STATE(3173), 1, sym_comment, - ACTIONS(972), 14, + ACTIONS(1757), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 38, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [106770] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3174), 1, + sym_comment, + ACTIONS(1018), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330749,7 +331039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(974), 33, + ACTIONS(1020), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330783,12 +331073,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106567] = 4, + [106828] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3171), 1, + STATE(3175), 1, + sym_comment, + ACTIONS(1270), 15, + anon_sym__, + anon_sym_DOT_DOT, + aux_sym__val_number_decimal_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + aux_sym_unquoted_token1, + ACTIONS(1268), 32, + sym_raw_string_begin, + sym__newline, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + anon_sym_null, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [106886] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3176), 1, sym_comment, - ACTIONS(2461), 14, + ACTIONS(1981), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330803,7 +331147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2463), 33, + ACTIONS(1983), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330837,12 +331181,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106625] = 4, + [106944] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3172), 1, + STATE(3177), 1, sym_comment, - ACTIONS(2467), 14, + ACTIONS(2144), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330857,7 +331201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2469), 33, + ACTIONS(2150), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330891,12 +331235,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106683] = 4, + [107002] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3173), 1, + STATE(3178), 1, sym_comment, - ACTIONS(5675), 14, + ACTIONS(968), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330911,7 +331255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(5682), 33, + ACTIONS(970), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330945,12 +331289,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106741] = 4, + [107060] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3174), 1, + STATE(3179), 1, sym_comment, - ACTIONS(962), 14, + ACTIONS(2385), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -330965,7 +331309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(964), 33, + ACTIONS(2387), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -330999,12 +331343,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106799] = 4, + [107118] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3175), 1, + STATE(3180), 1, sym_comment, - ACTIONS(2471), 14, + ACTIONS(2009), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331019,7 +331363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2473), 33, + ACTIONS(2011), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331053,12 +331397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106857] = 4, + [107176] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3176), 1, + STATE(3181), 1, sym_comment, - ACTIONS(2013), 14, + ACTIONS(2116), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331073,7 +331417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2015), 33, + ACTIONS(2118), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331107,13 +331451,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106915] = 4, + [107234] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3177), 1, + STATE(3182), 1, sym_comment, - ACTIONS(1277), 15, - anon_sym__, + ACTIONS(1757), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331127,12 +331470,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - aux_sym_unquoted_token1, - ACTIONS(1275), 32, + aux_sym__unquoted_in_list_token1, + ACTIONS(1759), 33, sym_raw_string_begin, - sym__newline, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ, @@ -331161,12 +331505,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [106973] = 4, + [107292] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3178), 1, + STATE(3183), 1, sym_comment, - ACTIONS(2001), 14, + ACTIONS(2447), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331181,7 +331525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2003), 33, + ACTIONS(2449), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331215,12 +331559,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107031] = 4, + [107350] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3179), 1, + STATE(3184), 1, sym_comment, - ACTIONS(6179), 14, + ACTIONS(2389), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331235,7 +331579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6177), 33, + ACTIONS(2391), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331269,12 +331613,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107089] = 4, + [107408] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3180), 1, + STATE(3185), 1, sym_comment, - ACTIONS(1735), 14, + ACTIONS(2160), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331289,7 +331633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1737), 33, + ACTIONS(2166), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331323,12 +331667,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107147] = 4, + [107466] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3181), 1, + STATE(3186), 1, sym_comment, - ACTIONS(1727), 14, + ACTIONS(2357), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331343,7 +331687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1729), 33, + ACTIONS(2359), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331377,12 +331721,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107205] = 4, + [107524] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3182), 1, + STATE(3187), 1, sym_comment, - ACTIONS(1771), 14, + ACTIONS(2341), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331397,7 +331741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1773), 33, + ACTIONS(2343), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331431,12 +331775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107263] = 4, + [107582] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3183), 1, + STATE(3188), 1, sym_comment, - ACTIONS(1786), 14, + ACTIONS(1765), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331451,7 +331795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(1788), 33, + ACTIONS(1767), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331485,12 +331829,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107321] = 4, + [107640] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3184), 1, + STATE(3189), 1, sym_comment, - ACTIONS(6183), 14, + ACTIONS(6187), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331505,7 +331849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6181), 33, + ACTIONS(6185), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331539,66 +331883,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107379] = 4, + [107698] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3185), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [107437] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3186), 1, + STATE(3190), 1, sym_comment, - ACTIONS(6129), 14, + ACTIONS(2467), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331613,7 +331903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6134), 33, + ACTIONS(2469), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331647,66 +331937,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107495] = 4, + [107756] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3187), 1, - sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [107553] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3188), 1, + STATE(3191), 1, sym_comment, - ACTIONS(2334), 14, + ACTIONS(2152), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331721,7 +331957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2336), 33, + ACTIONS(2158), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331755,66 +331991,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107611] = 4, + [107814] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3189), 1, - sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [107669] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3190), 1, + STATE(3192), 1, sym_comment, - ACTIONS(2382), 14, + ACTIONS(976), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331829,7 +332011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2384), 33, + ACTIONS(978), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331863,66 +332045,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107727] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3191), 1, - sym_comment, - ACTIONS(1723), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1725), 39, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [107785] = 4, + [107872] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3192), 1, + STATE(3193), 1, sym_comment, - ACTIONS(2158), 14, + ACTIONS(2439), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -331937,7 +332065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(2164), 33, + ACTIONS(2441), 33, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -331971,73 +332099,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [107843] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3193), 1, - sym_comment, - ACTIONS(1735), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 39, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [107900] = 4, + [107930] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3194), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1733), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, + sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1729), 39, + ACTIONS(1735), 39, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332049,10 +332126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -332077,12 +332152,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [107957] = 4, + sym_duration_unit, + [107988] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3195), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -332090,7 +332166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 39, + ACTIONS(1759), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332130,12 +332206,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [108014] = 4, + [108045] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3196), 1, sym_comment, - ACTIONS(1786), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -332143,7 +332219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1788), 39, + ACTIONS(1767), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332183,27 +332259,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [108071] = 8, + [108102] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - ACTIONS(6185), 1, + ACTIONS(6189), 1, anon_sym_DOT_DOT2, STATE(3197), 1, sym_comment, - ACTIONS(6187), 2, + ACTIONS(6191), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 5, + ACTIONS(1865), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 36, + ACTIONS(1873), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332240,12 +332316,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108136] = 4, + [108167] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3198), 1, sym_comment, - ACTIONS(6191), 14, + ACTIONS(6195), 14, anon_sym_DOT_DOT, aux_sym__val_number_decimal_token1, anon_sym_0b, @@ -332260,7 +332336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, aux_sym__unquoted_in_list_token1, - ACTIONS(6189), 32, + ACTIONS(6193), 32, sym_raw_string_begin, anon_sym_LBRACK, anon_sym_RBRACK, @@ -332293,23 +332369,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [108193] = 5, + [108224] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6193), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(6197), 1, + anon_sym_DOT_DOT2, STATE(3199), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(6199), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 38, - ts_builtin_sym_end, + ACTIONS(1794), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332321,8 +332401,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -332335,7 +332417,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332345,16 +332426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [108252] = 5, + [108289] = 5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(6161), 1, aux_sym__immediate_decimal_token2, STATE(3200), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -332362,7 +332441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 38, + ACTIONS(1727), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -332401,27 +332480,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [108311] = 8, + [108348] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(6195), 1, - anon_sym_DOT_DOT2, STATE(3201), 1, sym_comment, - ACTIONS(6197), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 5, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1827), 36, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332449,6 +332521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332458,28 +332531,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108376] = 8, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [108405] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(6199), 1, - anon_sym_DOT_DOT2, STATE(3202), 1, sym_comment, - ACTIONS(6201), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 5, + ACTIONS(1861), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1827), 35, - ts_builtin_sym_end, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1863), 39, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332491,8 +332558,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -332505,6 +332574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332514,12 +332584,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108440] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [108462] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6201), 1, + aux_sym__immediate_decimal_token2, STATE(3203), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -332527,7 +332601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 38, + ACTIONS(1767), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -332566,99 +332640,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [108496] = 14, + [108521] = 6, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(6203), 1, - anon_sym_COLON, + aux_sym__immediate_decimal_token1, ACTIONS(6205), 1, - anon_sym_LBRACK, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6213), 1, - anon_sym_LBRACE, + aux_sym__immediate_decimal_token2, STATE(3204), 1, sym_comment, - STATE(6105), 1, - sym_block, - STATE(7353), 1, - sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, - sym__multiple_types, - STATE(7681), 1, - sym__type_annotation, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(6197), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [108572] = 14, + ACTIONS(1757), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1759), 37, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [108581] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, STATE(3205), 1, sym_comment, - STATE(6144), 1, + STATE(6876), 1, sym_block, - STATE(7265), 1, + STATE(7340), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -332690,85 +332756,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [108648] = 14, + [108657] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, - anon_sym_COLON, - ACTIONS(6205), 1, - anon_sym_LBRACK, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6213), 1, - anon_sym_LBRACE, STATE(3206), 1, sym_comment, - STATE(6146), 1, - sym_block, - STATE(7270), 1, - sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, - sym__multiple_types, - STATE(7681), 1, - sym__type_annotation, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(6197), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [108724] = 6, + ACTIONS(1861), 7, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1863), 38, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [108713] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6215), 1, - anon_sym_DOT, - ACTIONS(6217), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(6219), 1, + anon_sym_DOT_DOT2, STATE(3207), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(6221), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 37, + ACTIONS(1794), 35, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332780,10 +332841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -332796,7 +332855,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332806,23 +332864,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108784] = 6, + [108777] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6219), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6221), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(6223), 1, + anon_sym_DOT_DOT2, STATE(3208), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(6225), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1729), 37, + ACTIONS(1873), 35, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -332834,10 +332897,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -332850,7 +332911,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332860,37 +332920,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108844] = 14, + [108841] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, STATE(3209), 1, sym_comment, - STATE(6153), 1, + STATE(6672), 1, sym_block, - STATE(7361), 1, + STATE(7219), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -332922,27 +332982,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [108920] = 8, + [108917] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(6223), 1, - anon_sym_DOT_DOT2, + ACTIONS(6207), 1, + anon_sym_COLON, + ACTIONS(6209), 1, + anon_sym_LBRACK, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6217), 1, + anon_sym_LBRACE, STATE(3210), 1, sym_comment, - ACTIONS(6225), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 5, + STATE(6675), 1, + sym_block, + STATE(7278), 1, + sym_returns, + STATE(7392), 1, + sym__multiple_types, + STATE(7642), 1, + sym__type_annotation, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [108993] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3211), 1, + sym_comment, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 35, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -332969,6 +333084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -332978,27 +333094,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [108984] = 8, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [109049] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3064), 1, - anon_sym_DOT_DOT2, - ACTIONS(6227), 1, - sym_filesize_unit, - ACTIONS(6229), 1, - sym_duration_unit, - STATE(3211), 1, + STATE(3212), 1, sym_comment, - ACTIONS(3066), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 35, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -333025,6 +333136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -333034,12 +333146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [109048] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [109105] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3212), 1, + STATE(3213), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -333047,7 +333161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 38, + ACTIONS(1767), 38, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -333086,37 +333200,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [109104] = 14, + [109161] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(3213), 1, + STATE(3214), 1, sym_comment, - STATE(6952), 1, + STATE(6686), 1, sym_block, - STATE(7244), 1, - sym_returns, STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + sym_returns, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333148,37 +333262,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109180] = 14, + [109237] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(3214), 1, + STATE(3215), 1, sym_comment, - STATE(7182), 1, + STATE(6709), 1, sym_block, - STATE(7263), 1, + STATE(7255), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333210,37 +333324,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109256] = 14, + [109313] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(3215), 1, + STATE(3216), 1, sym_comment, - STATE(6702), 1, + STATE(6787), 1, sym_block, - STATE(7207), 1, + STATE(7218), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333272,37 +333386,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109332] = 14, + [109389] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6227), 1, + anon_sym_DOT, + ACTIONS(6229), 1, + aux_sym__immediate_decimal_token2, + STATE(3217), 1, + sym_comment, + ACTIONS(1725), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1727), 37, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [109449] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3048), 1, + anon_sym_DOT_DOT2, + ACTIONS(6231), 1, + sym_filesize_unit, + ACTIONS(6233), 1, + sym_duration_unit, + STATE(3218), 1, + sym_comment, + ACTIONS(3050), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 35, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [109513] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3216), 1, + STATE(3219), 1, sym_comment, - STATE(6736), 1, + STATE(6153), 1, sym_block, - STATE(7217), 1, + STATE(7273), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333334,37 +333558,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109408] = 14, + [109589] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3217), 1, + STATE(3220), 1, sym_comment, - STATE(7091), 1, + STATE(6158), 1, sym_block, - STATE(7241), 1, + STATE(7282), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333396,94 +333620,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109484] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(2153), 1, - sym_cell_path, - STATE(3218), 1, - sym_comment, - ACTIONS(2033), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(6233), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2035), 23, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [109550] = 14, + [109665] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3219), 1, + STATE(3221), 1, sym_comment, - STATE(7118), 1, + STATE(6482), 1, sym_block, - STATE(7258), 1, + STATE(7361), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333515,37 +333682,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109626] = 14, + [109741] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3220), 1, + STATE(3222), 1, sym_comment, - STATE(6266), 1, + STATE(6492), 1, sym_block, - STATE(7342), 1, + STATE(7362), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333577,37 +333744,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109702] = 14, + [109817] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3221), 1, + STATE(3223), 1, sym_comment, - STATE(6275), 1, + STATE(6417), 1, sym_block, - STATE(7346), 1, + STATE(7321), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333639,37 +333806,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109778] = 14, + [109893] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(3222), 1, + STATE(3224), 1, sym_comment, - STATE(6711), 1, + STATE(6430), 1, sym_block, - STATE(7324), 1, + STATE(7297), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333701,141 +333868,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [109854] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3223), 1, - sym_comment, - ACTIONS(1786), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 38, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [109910] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3224), 1, - sym_comment, - ACTIONS(1727), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 38, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [109966] = 14, + [109969] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, STATE(3225), 1, sym_comment, - STATE(6713), 1, + STATE(6115), 1, sym_block, - STATE(7354), 1, + STATE(7242), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333867,37 +333930,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [110042] = 14, + [110045] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, STATE(3226), 1, sym_comment, - STATE(6104), 1, + STATE(6119), 1, sym_block, - STATE(7347), 1, + STATE(7244), 1, sym_returns, - STATE(7372), 1, - sym__one_type, - STATE(7505), 1, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333929,37 +333992,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [110118] = 14, + [110121] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6203), 1, + ACTIONS(4807), 1, + anon_sym_DOT2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(2135), 1, + sym_cell_path, + STATE(3227), 1, + sym_comment, + ACTIONS(1945), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(6237), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(1947), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [110187] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6207), 1, anon_sym_COLON, - ACTIONS(6205), 1, + ACTIONS(6209), 1, anon_sym_LBRACK, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6213), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(3227), 1, + STATE(3228), 1, sym_comment, - STATE(6154), 1, + STATE(6795), 1, sym_block, - STATE(7366), 1, + STATE(7250), 1, sym_returns, - STATE(7372), 1, + STATE(7392), 1, + sym__multiple_types, + STATE(7642), 1, + sym__type_annotation, + STATE(7643), 1, sym__one_type, - STATE(7505), 1, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [110263] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6207), 1, + anon_sym_COLON, + ACTIONS(6209), 1, + anon_sym_LBRACK, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(3229), 1, + sym_comment, + STATE(6875), 1, + sym_block, + STATE(7337), 1, + sym_returns, + STATE(7392), 1, sym__multiple_types, - STATE(7681), 1, + STATE(7642), 1, sym__type_annotation, - ACTIONS(6209), 2, + STATE(7643), 1, + sym__one_type, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -333991,26 +334173,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [110194] = 9, + [110339] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5136), 1, + ACTIONS(5169), 1, anon_sym_DOT2, - STATE(1651), 1, + STATE(1684), 1, aux_sym_cell_path_repeat1, - STATE(1826), 1, + STATE(1861), 1, sym_path, - STATE(2531), 1, + STATE(2462), 1, sym_cell_path, - STATE(3228), 1, + STATE(3230), 1, sym_comment, - ACTIONS(2033), 5, + ACTIONS(1945), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(6233), 12, + ACTIONS(6237), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -334023,7 +334205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2035), 23, + ACTIONS(1947), 23, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -334047,23 +334229,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110259] = 6, + [110404] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6236), 1, + ACTIONS(6240), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6238), 1, + ACTIONS(6242), 1, aux_sym__immediate_decimal_token2, - STATE(3229), 1, + STATE(3231), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(1757), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1729), 36, + ACTIONS(1759), 36, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -334100,23 +334282,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110318] = 6, + [110463] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6240), 1, + ACTIONS(6244), 1, anon_sym_DOT, - ACTIONS(6242), 1, + ACTIONS(6246), 1, aux_sym__immediate_decimal_token2, - STATE(3230), 1, + STATE(3232), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1737), 36, + ACTIONS(1727), 36, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -334153,21 +334335,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110377] = 5, + [110522] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6244), 1, + ACTIONS(6229), 1, aux_sym__immediate_decimal_token2, - STATE(3231), 1, + STATE(3233), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1773), 37, + ACTIONS(1727), 37, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334205,21 +334387,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110434] = 5, + [110579] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6217), 1, + ACTIONS(6248), 1, aux_sym__immediate_decimal_token2, - STATE(3232), 1, + STATE(3234), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1737), 37, + ACTIONS(1767), 37, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334257,18 +334439,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110491] = 4, + [110636] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3235), 1, + sym_comment, + ACTIONS(2247), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2245), 28, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_STAR2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [110694] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3233), 1, + STATE(3236), 1, sym_comment, - ACTIONS(2249), 5, + ACTIONS(1861), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2253), 38, + aux_sym_unquoted_token2, + ACTIONS(1863), 37, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334283,9 +334518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334298,6 +334531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -334307,22 +334541,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110545] = 6, + [110748] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(2220), 1, + ACTIONS(1788), 1, anon_sym_LPAREN2, - STATE(3234), 1, + STATE(3237), 1, sym_comment, - ACTIONS(2218), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2222), 36, + ACTIONS(1794), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334359,16 +334593,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110603] = 6, - ACTIONS(3), 1, + [110806] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(3235), 1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3238), 1, sym_comment, - ACTIONS(2245), 13, + ACTIONS(2184), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2186), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334381,12 +334621,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, anon_sym_RBRACE, - ACTIONS(2241), 28, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [110864] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3239), 1, + sym_comment, + ACTIONS(1865), 5, anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1873), 36, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334395,35 +334684,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110661] = 4, + [110922] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3236), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(3240), 1, sym_comment, - ACTIONS(1786), 6, + ACTIONS(2188), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1788), 37, + ACTIONS(2192), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334451,7 +334740,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -334461,22 +334749,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110715] = 6, + [110980] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(2196), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(2200), 1, aux_sym_unquoted_token2, - STATE(3237), 1, + STATE(3241), 1, sym_comment, - ACTIONS(1794), 5, + ACTIONS(2194), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 36, + ACTIONS(2198), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334513,19 +334801,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110773] = 4, + [111038] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3238), 1, + ACTIONS(6246), 1, + aux_sym__immediate_decimal_token2, + STATE(3242), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1729), 37, + ACTIONS(1727), 36, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334537,10 +334828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334563,16 +334852,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110827] = 6, - ACTIONS(3), 1, + [111094] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2237), 1, + ACTIONS(6250), 1, + aux_sym__immediate_decimal_token2, + STATE(3243), 1, + sym_comment, + ACTIONS(1765), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1767), 36, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(3239), 1, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [111150] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3244), 1, sym_comment, - ACTIONS(1000), 13, + ACTIONS(2245), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2247), 38, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334585,12 +334927,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(1004), 28, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [111204] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3245), 1, + sym_comment, + ACTIONS(2237), 5, anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2241), 38, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334599,38 +334990,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [111258] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3246), 1, + sym_comment, + ACTIONS(1725), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1727), 37, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [111312] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3247), 1, + sym_comment, + ACTIONS(1757), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1759), 37, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110885] = 5, + [111366] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6246), 1, - aux_sym__immediate_decimal_token2, - STATE(3240), 1, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6252), 1, + sym__newline, + ACTIONS(6254), 1, + anon_sym_RBRACK, + STATE(3248), 1, + sym_comment, + STATE(3255), 1, + aux_sym_shebang_repeat1, + STATE(3398), 1, + aux_sym__multiple_types_repeat2, + STATE(6870), 1, + sym__one_type, + STATE(7418), 1, + sym__type_annotation, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [111436] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3249), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1773), 36, - ts_builtin_sym_end, + ACTIONS(1767), 37, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334642,8 +335185,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334666,22 +335211,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110941] = 6, - ACTIONS(251), 1, + [111490] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3241), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3250), 1, sym_comment, - ACTIONS(2214), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2216), 36, + ACTIONS(2241), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334694,9 +335233,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2237), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334705,35 +335247,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [110999] = 6, - ACTIONS(251), 1, + [111548] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2226), 1, + ACTIONS(2202), 1, anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(3242), 1, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(3251), 1, sym_comment, - ACTIONS(2224), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2228), 36, + ACTIONS(1000), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334746,9 +335285,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(1004), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334757,31 +335299,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111057] = 4, - ACTIONS(251), 1, + [111606] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3243), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(3252), 1, sym_comment, - ACTIONS(2257), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2259), 38, + ACTIONS(2233), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334794,11 +335337,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2229), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -334807,29 +335351,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111111] = 6, + [111664] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3244), 1, + STATE(3253), 1, sym_comment, - ACTIONS(2253), 13, + ACTIONS(2267), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334843,7 +335386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(2249), 28, + anon_sym_LPAREN2, + ACTIONS(2265), 29, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -334872,33 +335416,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111169] = 12, + aux_sym_unquoted_token4, + [111718] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3254), 1, + sym_comment, + ACTIONS(1865), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1873), 35, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [111775] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym__newline, - ACTIONS(6250), 1, - anon_sym_RBRACK, - STATE(3245), 1, + STATE(3255), 1, sym_comment, - STATE(3252), 1, - aux_sym_shebang_repeat1, - STATE(3417), 1, + STATE(3408), 1, aux_sym__multiple_types_repeat2, - STATE(6704), 1, + STATE(3486), 1, + aux_sym_shebang_repeat1, + STATE(6857), 1, sym__one_type, - STATE(7761), 1, + STATE(7418), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -334930,12 +335524,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [111239] = 4, + [111842] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3246), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(3256), 1, sym_comment, - ACTIONS(2263), 14, + ACTIONS(2233), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -334947,10 +335546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_LPAREN2, - ACTIONS(2261), 29, + ACTIONS(2229), 28, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -334979,20 +335575,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - aux_sym_unquoted_token4, - [111293] = 4, + [111899] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3247), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3257), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(2184), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1773), 37, + ACTIONS(2186), 35, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335004,10 +335603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335020,7 +335617,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -335030,16 +335626,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111347] = 6, + [111956] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - STATE(3248), 1, + STATE(3258), 1, sym_comment, - ACTIONS(2259), 13, + ACTIONS(2241), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335051,9 +335648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2257), 28, + ACTIONS(2237), 28, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -335082,22 +335677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111405] = 6, - ACTIONS(251), 1, + [112013] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - STATE(3249), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3259), 1, sym_comment, - ACTIONS(1819), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1827), 36, + ACTIONS(2247), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335109,10 +335699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(2245), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335121,34 +335712,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111463] = 5, + [112070] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6242), 1, - aux_sym__immediate_decimal_token2, - STATE(3250), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(3260), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(2188), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 36, + ACTIONS(2192), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335175,7 +335770,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -335185,19 +335779,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111519] = 4, - ACTIONS(251), 1, + [112127] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3251), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(3261), 1, sym_comment, - ACTIONS(1735), 6, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 37, + ACTIONS(1000), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335209,10 +335801,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(1004), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335221,86 +335814,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111573] = 11, + [112184] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6248), 1, - sym__newline, - STATE(3252), 1, - sym_comment, - STATE(3403), 1, - aux_sym__multiple_types_repeat2, - STATE(3484), 1, - aux_sym_shebang_repeat1, - STATE(7138), 1, - sym__one_type, - STATE(7761), 1, - sym__type_annotation, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(6197), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [111640] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3253), 1, + STATE(3262), 1, sym_comment, - ACTIONS(2259), 12, + ACTIONS(1757), 6, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1759), 36, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335313,11 +335855,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2257), 28, - anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335326,38 +335865,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111697] = 6, + [112237] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, + ACTIONS(2196), 1, anon_sym_LPAREN2, - ACTIONS(2230), 1, + ACTIONS(2200), 1, aux_sym_unquoted_token2, - STATE(3254), 1, + STATE(3263), 1, sym_comment, - ACTIONS(2224), 5, + ACTIONS(2194), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2228), 35, + ACTIONS(2198), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335393,22 +335930,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111754] = 6, + [112294] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(2220), 1, + ACTIONS(1788), 1, anon_sym_LPAREN2, - STATE(3255), 1, + STATE(3264), 1, sym_comment, - ACTIONS(2218), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2222), 35, + ACTIONS(1794), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335444,19 +335981,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111811] = 4, + [112351] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3256), 1, + STATE(3265), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1773), 36, + ACTIONS(1767), 36, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335493,20 +336030,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111864] = 5, + [112404] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(3257), 1, + STATE(3266), 1, sym_comment, - ACTIONS(1653), 5, + ACTIONS(1861), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 36, + aux_sym_unquoted_token2, + ACTIONS(1863), 36, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335518,10 +336055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335534,6 +336069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -335543,23 +336079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111919] = 6, + [112457] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token2, - STATE(3258), 1, + STATE(3267), 1, sym_comment, - ACTIONS(2214), 5, + ACTIONS(1681), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2216), 35, - ts_builtin_sym_end, + ACTIONS(1693), 36, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -335571,8 +336104,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335594,12 +336129,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [111976] = 4, + [112512] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3259), 1, + STATE(3268), 1, sym_comment, - ACTIONS(2263), 13, + ACTIONS(2267), 13, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335613,7 +336148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_LPAREN2, - ACTIONS(2261), 29, + ACTIONS(2265), 29, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -335643,19 +336178,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, aux_sym_unquoted_token4, - [112029] = 4, + [112565] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3260), 1, + STATE(3269), 1, sym_comment, - ACTIONS(1786), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1788), 36, + ACTIONS(1727), 36, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335692,22 +336227,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112082] = 6, + [112618] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + STATE(3270), 1, + sym_comment, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6272), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6260), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 21, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [112686] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + ACTIONS(6276), 1, + anon_sym_bit_DASHand2, + ACTIONS(6278), 1, + anon_sym_bit_DASHxor2, + STATE(3271), 1, + sym_comment, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6272), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6274), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6260), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHor2, + [112760] = 10, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6280), 1, + anon_sym_GT2, + ACTIONS(6282), 1, + anon_sym_AT, + STATE(3272), 1, + sym_comment, + STATE(6933), 1, + sym__all_type, + STATE(7631), 1, + sym_param_cmd, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(7256), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [112824] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3273), 1, + sym_comment, + ACTIONS(6284), 41, + sym__newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [112874] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4904), 1, aux_sym_unquoted_token2, - STATE(3261), 1, + STATE(3274), 1, sym_comment, - ACTIONS(1794), 5, + ACTIONS(1681), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 35, + ACTIONS(1693), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -335743,21 +336492,230 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112139] = 4, + [112928] = 10, ACTIONS(251), 1, anon_sym_POUND, - STATE(3262), 1, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(6286), 1, + anon_sym_GT2, + STATE(3275), 1, sym_comment, - ACTIONS(1735), 6, + STATE(6977), 1, + sym__all_type, + STATE(7623), 1, + sym_param_cmd, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(7256), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [112992] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3276), 1, + sym_comment, + ACTIONS(6288), 41, + sym__newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [113042] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3277), 1, + sym_comment, + ACTIONS(6290), 41, + sym__newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [113092] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3278), 1, + sym_comment, + ACTIONS(6292), 41, + sym__newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [113142] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + STATE(3279), 1, + sym_comment, + STATE(3293), 1, + aux_sym_shebang_repeat1, + ACTIONS(5253), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6296), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 36, - ts_builtin_sym_end, - sym__newline, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5251), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -335768,7 +336726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, + anon_sym_RPAREN, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -335782,31 +336740,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112192] = 4, + [113210] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(3263), 1, + ACTIONS(5305), 1, + sym__newline, + STATE(3280), 1, sym_comment, - ACTIONS(1727), 6, - anon_sym_GT2, + STATE(3295), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5253), 3, + anon_sym_GT2, + anon_sym_LT2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1729), 36, - ts_builtin_sym_end, - sym__newline, + ACTIONS(5251), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -335817,6 +336776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -335831,28 +336791,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [113272] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + STATE(3281), 1, + sym_comment, + STATE(3297), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5251), 23, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112245] = 6, - ACTIONS(3), 1, + [113342] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(3264), 1, - sym_comment, - ACTIONS(1000), 12, - ts_builtin_sym_end, + ACTIONS(5305), 1, sym__newline, + STATE(3282), 1, + sym_comment, + STATE(3299), 1, + aux_sym_shebang_repeat1, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5253), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5251), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -335863,11 +336882,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(1004), 28, - anon_sym_GT2, + anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -335876,34 +336893,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112302] = 6, - ACTIONS(3), 1, + [113400] = 18, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(3265), 1, - sym_comment, - ACTIONS(2245), 12, - ts_builtin_sym_end, + ACTIONS(5305), 1, sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6318), 1, + anon_sym_bit_DASHor2, + STATE(3283), 1, + sym_comment, + STATE(3301), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 14, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -335914,53 +336962,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2241), 28, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_STAR2, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + [113480] = 19, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6318), 1, + anon_sym_bit_DASHor2, + ACTIONS(6320), 1, + anon_sym_and2, + STATE(3284), 1, + sym_comment, + STATE(3303), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(5251), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_xor2, + anon_sym_or2, + [113562] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6318), 1, + anon_sym_bit_DASHor2, + ACTIONS(6320), 1, + anon_sym_and2, + ACTIONS(6322), 1, + anon_sym_xor2, + STATE(3285), 1, + sym_comment, + STATE(3305), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 12, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_or2, + [113646] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + STATE(3286), 1, + sym_comment, + STATE(3307), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 19, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112359] = 6, + [113718] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(3266), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + STATE(3287), 1, sym_comment, - ACTIONS(1819), 5, + STATE(3309), 1, + aux_sym_shebang_repeat1, + ACTIONS(5253), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6296), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1827), 35, - ts_builtin_sym_end, - sym__newline, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5251), 29, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -335971,7 +337187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, + anon_sym_RPAREN, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -335985,27 +337201,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [113784] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + STATE(3288), 1, + sym_comment, + STATE(3311), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 17, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112416] = 6, - ACTIONS(3), 1, + [113858] = 16, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3267), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + STATE(3289), 1, sym_comment, - ACTIONS(2253), 12, - ts_builtin_sym_end, + STATE(3313), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 16, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [113934] = 17, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, sym__newline, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + STATE(3290), 1, + sym_comment, + STATE(3315), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5251), 15, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336016,11 +337381,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2249), 28, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHor2, + [114012] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3291), 1, + sym_comment, + ACTIONS(2337), 5, anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5076), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2339), 23, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -336029,48 +337422,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112473] = 11, + [114066] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(6324), 1, + anon_sym_GT2, + STATE(3292), 1, + sym_comment, + STATE(6892), 1, + sym__all_type, + STATE(7675), 1, + sym_param_cmd, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(7256), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [114130] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3268), 1, - sym_comment, - STATE(3284), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5229), 2, + STATE(3293), 1, + sym_comment, + ACTIONS(5285), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5227), 29, + ACTIONS(6336), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5283), 28, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336095,40 +337541,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112539] = 12, + [114196] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3269), 1, + STATE(3294), 1, sym_comment, - STATE(3309), 1, + STATE(3390), 1, aux_sym_shebang_repeat1, - ACTIONS(5247), 2, + ACTIONS(5289), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5245), 27, + ACTIONS(5287), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336156,27 +337600,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112607] = 8, + [114264] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3270), 1, + STATE(3295), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5241), 3, + ACTIONS(5285), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5239), 31, + ACTIONS(5283), 31, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336208,29 +337652,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112667] = 9, + [114324] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - STATE(3271), 1, + STATE(3296), 1, sym_comment, - STATE(3310), 1, + STATE(3330), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5247), 3, + ACTIONS(5289), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5245), 30, + ACTIONS(5287), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336261,38 +337705,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112729] = 12, + [114386] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3272), 1, + STATE(3297), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5239), 24, + ACTIONS(5283), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336317,40 +337761,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112797] = 13, + [114454] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3273), 1, + STATE(3298), 1, sym_comment, - STATE(3311), 1, + STATE(3331), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5245), 23, + ACTIONS(5287), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336374,23 +337818,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112867] = 6, + [114524] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3274), 1, + STATE(3299), 1, sym_comment, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5241), 5, + ACTIONS(5285), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5239), 33, + ACTIONS(5283), 33, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336424,25 +337868,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112923] = 7, + [114580] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - STATE(3275), 1, + STATE(3300), 1, sym_comment, - STATE(3312), 1, + STATE(3332), 1, aux_sym_shebang_repeat1, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5247), 5, + ACTIONS(5289), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5245), 32, + ACTIONS(5287), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336475,29 +337919,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [112981] = 9, + [114638] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - STATE(3270), 1, + ACTIONS(6326), 1, + anon_sym_DASH2, + ACTIONS(6334), 1, + anon_sym_PLUS2, + ACTIONS(6346), 1, + anon_sym_bit_DASHand2, + ACTIONS(6348), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6350), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3276), 1, + STATE(3301), 1, sym_comment, - ACTIONS(6254), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5229), 3, + ACTIONS(6336), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5227), 30, + ACTIONS(6344), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6340), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6342), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5283), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336509,73 +337977,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [113043] = 18, + [114716] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - STATE(3277), 1, + STATE(3302), 1, sym_comment, - STATE(3313), 1, + STATE(3333), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 14, + ACTIONS(5287), 14, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336590,54 +338042,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [113123] = 18, + [114796] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + ACTIONS(6352), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3278), 1, + STATE(3303), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 14, + ACTIONS(5283), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336652,56 +338104,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [113203] = 19, + [114876] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - ACTIONS(6306), 1, + ACTIONS(6320), 1, anon_sym_and2, - STATE(3279), 1, + STATE(3304), 1, sym_comment, - STATE(3314), 1, + STATE(3334), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 13, + ACTIONS(5287), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336715,56 +338167,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [113285] = 19, + [114958] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - ACTIONS(6308), 1, + ACTIONS(6352), 1, + anon_sym_and2, + ACTIONS(6354), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3280), 1, + STATE(3305), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 13, + ACTIONS(5283), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336778,58 +338230,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [113367] = 20, + [115040] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - ACTIONS(6306), 1, + ACTIONS(6320), 1, anon_sym_and2, - ACTIONS(6310), 1, + ACTIONS(6322), 1, anon_sym_xor2, - STATE(3281), 1, + STATE(3306), 1, sym_comment, - STATE(3315), 1, + STATE(3335), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 12, + ACTIONS(5287), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336842,43 +338294,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [113451] = 13, + [115124] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3282), 1, + STATE(3307), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 20, + ACTIONS(5283), 20, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -336899,45 +338351,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113521] = 14, + [115194] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3283), 1, + STATE(3308), 1, sym_comment, - STATE(3316), 1, + STATE(3336), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 19, + ACTIONS(5287), 19, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -336957,30 +338409,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113593] = 10, + [115266] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3284), 1, + STATE(3309), 1, sym_comment, - ACTIONS(5241), 2, + ACTIONS(5285), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5239), 30, + ACTIONS(5283), 30, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -337011,32 +338463,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113657] = 11, + [115330] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3285), 1, + STATE(3310), 1, sym_comment, - STATE(3317), 1, + STATE(3337), 1, aux_sym_shebang_repeat1, - ACTIONS(5247), 2, + ACTIONS(5289), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5245), 29, + ACTIONS(5287), 29, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337066,46 +338518,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113723] = 14, + [115396] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3286), 1, + STATE(3311), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 18, + ACTIONS(5283), 18, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -337124,48 +338576,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113795] = 15, + [115468] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3287), 1, + STATE(3312), 1, sym_comment, - STATE(3318), 1, + STATE(3338), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 17, + ACTIONS(5287), 17, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337183,48 +338635,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113869] = 15, + [115542] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3288), 1, + STATE(3313), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 17, + ACTIONS(5283), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -337242,50 +338694,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [113943] = 16, + [115616] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - STATE(3289), 1, + STATE(3314), 1, sym_comment, - STATE(3319), 1, + STATE(3339), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 16, + ACTIONS(5287), 16, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337302,50 +338754,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [114019] = 16, + [115692] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3290), 1, + STATE(3315), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 16, + ACTIONS(5283), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -337362,52 +338814,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHor2, - [114095] = 17, + [115768] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - STATE(3291), 1, + STATE(3316), 1, sym_comment, - STATE(3320), 1, + STATE(3340), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5245), 15, + ACTIONS(5287), 15, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337423,85 +338875,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHor2, - [114173] = 12, + [115846] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3292), 1, + STATE(3317), 1, sym_comment, - STATE(3321), 1, + STATE(3341), 1, aux_sym_shebang_repeat1, - ACTIONS(5273), 2, + ACTIONS(5299), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5271), 27, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [114241] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - STATE(3293), 1, - sym_comment, - STATE(3323), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5273), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5271), 30, + ACTIONS(5297), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337513,7 +338915,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -337527,87 +338928,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [114303] = 13, + [115914] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - STATE(3294), 1, + STATE(3318), 1, sym_comment, - STATE(3325), 1, + STATE(3343), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(5299), 3, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5271), 23, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [114373] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - STATE(3295), 1, - sym_comment, - STATE(3327), 1, - aux_sym_shebang_repeat1, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5273), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5271), 32, + ACTIONS(5297), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337633,109 +338979,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [114431] = 18, + [115976] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, - anon_sym_bit_DASHor2, - STATE(3296), 1, + STATE(3319), 1, sym_comment, - STATE(3329), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5271), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [114511] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - STATE(3272), 1, + STATE(3345), 1, aux_sym_shebang_repeat1, - STATE(3297), 1, - sym_comment, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5227), 23, + ACTIONS(5297), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337759,88 +339041,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [114581] = 19, + [116046] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, - anon_sym_bit_DASHor2, - ACTIONS(6306), 1, - anon_sym_and2, - STATE(3298), 1, + STATE(3320), 1, sym_comment, - STATE(3331), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5271), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [114663] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - STATE(3274), 1, + STATE(3347), 1, aux_sym_shebang_repeat1, - STATE(3299), 1, - sym_comment, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5229), 5, + ACTIONS(5299), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5227), 32, + ACTIONS(5297), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337873,118 +339092,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [114721] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, - anon_sym_bit_DASHor2, - ACTIONS(6306), 1, - anon_sym_and2, - ACTIONS(6310), 1, - anon_sym_xor2, - STATE(3300), 1, - sym_comment, - STATE(3333), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5271), 12, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [114805] = 18, + [116104] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - STATE(3301), 1, + STATE(3321), 1, sym_comment, - STATE(3388), 1, + STATE(3349), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5227), 14, + ACTIONS(5297), 14, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -337999,45 +339154,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [114885] = 14, + [116184] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3302), 1, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6318), 1, + anon_sym_bit_DASHor2, + ACTIONS(6320), 1, + anon_sym_and2, + STATE(3322), 1, sym_comment, - STATE(3335), 1, + STATE(3351), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5271), 19, + ACTIONS(5297), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338049,64 +339215,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [114957] = 19, + [116266] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - ACTIONS(6306), 1, + ACTIONS(6320), 1, anon_sym_and2, - STATE(3278), 1, - aux_sym_shebang_repeat1, - STATE(3303), 1, + ACTIONS(6322), 1, + anon_sym_xor2, + STATE(3323), 1, sym_comment, - ACTIONS(6254), 2, + STATE(3353), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5227), 13, + ACTIONS(5297), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338118,34 +339280,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, anon_sym_or2, - [115039] = 11, + [116350] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3304), 1, + STATE(3324), 1, sym_comment, - STATE(3337), 1, + STATE(3355), 1, aux_sym_shebang_repeat1, - ACTIONS(5273), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5271), 29, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(5297), 19, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338157,66 +339331,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115105] = 15, + [116422] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3305), 1, + STATE(3325), 1, sym_comment, - STATE(3339), 1, + STATE(3357), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(5299), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5271), 17, + ACTIONS(5297), 29, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338228,56 +339376,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115179] = 16, + [116488] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - STATE(3306), 1, + STATE(3326), 1, sym_comment, - STATE(3341), 1, + STATE(3359), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5271), 16, + ACTIONS(5297), 17, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338292,54 +339450,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115255] = 17, + [116562] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - STATE(3307), 1, + STATE(3327), 1, sym_comment, - STATE(3343), 1, + STATE(3361), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5271), 15, + ACTIONS(5297), 16, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338354,59 +339511,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115333] = 20, + [116638] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, - anon_sym_bit_DASHor2, - ACTIONS(6306), 1, - anon_sym_and2, - ACTIONS(6310), 1, - anon_sym_xor2, - STATE(3280), 1, - aux_sym_shebang_repeat1, - STATE(3308), 1, + STATE(3328), 1, sym_comment, - ACTIONS(6254), 2, + STATE(3363), 1, + aux_sym_shebang_repeat1, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5227), 12, + ACTIONS(5297), 15, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -338418,83 +339570,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [115417] = 11, + anon_sym_bit_DASHor2, + [116716] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3309), 1, + STATE(3329), 1, sym_comment, - ACTIONS(5297), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5295), 28, + ACTIONS(6356), 41, sym__newline, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [115483] = 8, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [116766] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3310), 1, + STATE(3330), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5297), 3, + ACTIONS(5293), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5295), 31, + ACTIONS(5291), 31, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338526,38 +339673,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115543] = 12, + [116826] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3311), 1, + STATE(3331), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5295), 24, + ACTIONS(5291), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338582,23 +339729,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115611] = 6, + [116894] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3312), 1, + STATE(3332), 1, sym_comment, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5297), 5, + ACTIONS(5293), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5295), 33, + ACTIONS(5291), 33, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338632,52 +339779,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115667] = 17, + [116950] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3313), 1, + STATE(3333), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 15, + ACTIONS(5291), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338693,54 +339840,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [115745] = 18, + [117028] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + ACTIONS(6352), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3314), 1, + STATE(3334), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 14, + ACTIONS(5291), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338755,56 +339902,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [115825] = 19, + [117108] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - ACTIONS(6308), 1, + ACTIONS(6352), 1, + anon_sym_and2, + ACTIONS(6354), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3315), 1, + STATE(3335), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 13, + ACTIONS(5291), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338818,43 +339965,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [115907] = 13, + [117190] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3316), 1, + STATE(3336), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 20, + ACTIONS(5291), 20, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338875,30 +340022,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [115977] = 10, + [117260] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3317), 1, + STATE(3337), 1, sym_comment, - ACTIONS(5297), 2, + ACTIONS(5293), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5295), 30, + ACTIONS(5291), 30, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338929,46 +340076,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116041] = 14, + [117324] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3318), 1, + STATE(3338), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 18, + ACTIONS(5291), 18, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -338987,48 +340134,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116113] = 15, + [117396] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3319), 1, + STATE(3339), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 17, + ACTIONS(5291), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339046,50 +340193,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116187] = 16, + [117470] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3320), 1, + STATE(3340), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5295), 16, + ACTIONS(5291), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339106,33 +340253,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHor2, - [116263] = 11, + [117546] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3321), 1, + STATE(3341), 1, sym_comment, - ACTIONS(5259), 2, + ACTIONS(5303), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5257), 28, + ACTIONS(5301), 28, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339161,35 +340308,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116329] = 12, + [117612] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3322), 1, + STATE(3342), 1, sym_comment, - STATE(3345), 1, + STATE(3366), 1, aux_sym_shebang_repeat1, - ACTIONS(5291), 2, + ACTIONS(5233), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5289), 27, + ACTIONS(5231), 27, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339217,27 +340364,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116397] = 8, + [117680] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3323), 1, + STATE(3343), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5259), 3, + ACTIONS(5303), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5257), 31, + ACTIONS(5301), 31, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339269,29 +340416,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116457] = 9, + [117740] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - STATE(3324), 1, + STATE(3344), 1, sym_comment, - STATE(3346), 1, + STATE(3367), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5291), 3, + ACTIONS(5233), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5289), 30, + ACTIONS(5231), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339322,38 +340469,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116519] = 12, + [117802] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3325), 1, + STATE(3345), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5257), 24, + ACTIONS(5301), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339378,40 +340525,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116587] = 13, + [117870] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3326), 1, + STATE(3346), 1, sym_comment, - STATE(3347), 1, + STATE(3368), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5289), 23, + ACTIONS(5231), 23, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339435,23 +340582,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116657] = 6, + [117940] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3327), 1, + STATE(3347), 1, sym_comment, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5259), 5, + ACTIONS(5303), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5257), 33, + ACTIONS(5301), 33, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339485,25 +340632,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116713] = 7, + [117996] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - STATE(3328), 1, - sym_comment, STATE(3348), 1, + sym_comment, + STATE(3369), 1, aux_sym_shebang_repeat1, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5291), 5, + ACTIONS(5233), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5289), 32, + ACTIONS(5231), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339536,52 +340683,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [116771] = 17, + [118054] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3329), 1, + STATE(3349), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 15, + ACTIONS(5301), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339597,54 +340744,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [116849] = 18, + [118132] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - STATE(3330), 1, + STATE(3350), 1, sym_comment, - STATE(3349), 1, + STATE(3370), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 14, + ACTIONS(5231), 14, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339659,54 +340806,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [116929] = 18, + [118212] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + ACTIONS(6352), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3331), 1, + STATE(3351), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 14, + ACTIONS(5301), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339721,56 +340868,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [117009] = 19, + [118292] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - ACTIONS(6306), 1, + ACTIONS(6320), 1, anon_sym_and2, - STATE(3332), 1, + STATE(3352), 1, sym_comment, - STATE(3350), 1, + STATE(3371), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 13, + ACTIONS(5231), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339784,56 +340931,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [117091] = 19, + [118374] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - ACTIONS(6308), 1, + ACTIONS(6352), 1, + anon_sym_and2, + ACTIONS(6354), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3333), 1, + STATE(3353), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 13, + ACTIONS(5301), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339847,58 +340994,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [117173] = 20, + [118456] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, + ACTIONS(6318), 1, anon_sym_bit_DASHor2, - ACTIONS(6306), 1, + ACTIONS(6320), 1, anon_sym_and2, - ACTIONS(6310), 1, + ACTIONS(6322), 1, anon_sym_xor2, - STATE(3334), 1, + STATE(3354), 1, sym_comment, - STATE(3351), 1, + STATE(3372), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 12, + ACTIONS(5231), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -339911,43 +341058,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [117257] = 13, + [118540] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3335), 1, + STATE(3355), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 20, + ACTIONS(5301), 20, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -339968,45 +341115,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117327] = 14, + [118610] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3336), 1, + STATE(3356), 1, sym_comment, - STATE(3352), 1, + STATE(3373), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 19, + ACTIONS(5231), 19, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -340026,30 +341173,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117399] = 10, + [118682] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3337), 1, + STATE(3357), 1, sym_comment, - ACTIONS(5259), 2, + ACTIONS(5303), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5257), 30, + ACTIONS(5301), 30, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -340080,32 +341227,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117463] = 11, + [118746] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3338), 1, + STATE(3358), 1, sym_comment, - STATE(3353), 1, + STATE(3374), 1, aux_sym_shebang_repeat1, - ACTIONS(5291), 2, + ACTIONS(5233), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5289), 29, + ACTIONS(5231), 29, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -340135,46 +341282,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117529] = 14, + [118812] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3339), 1, + STATE(3359), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 18, + ACTIONS(5301), 18, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -340193,48 +341340,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117601] = 15, + [118884] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - STATE(3340), 1, + STATE(3360), 1, sym_comment, - STATE(3354), 1, + STATE(3375), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 17, + ACTIONS(5231), 17, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -340252,48 +341399,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117675] = 15, + [118958] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3341), 1, + STATE(3361), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 17, + ACTIONS(5301), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -340311,50 +341458,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117749] = 16, + [119032] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6252), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6302), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - STATE(3342), 1, + STATE(3362), 1, sym_comment, - STATE(3355), 1, + STATE(3376), 1, aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6298), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5289), 16, + ACTIONS(5231), 16, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -340371,266 +341518,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [117825] = 16, + [119108] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3343), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5257), 16, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [117901] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - STATE(3344), 1, + STATE(3363), 1, sym_comment, - STATE(3356), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5289), 15, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [117979] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3345), 1, - sym_comment, - ACTIONS(5255), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5253), 28, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118045] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3346), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5255), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5253), 31, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, + ACTIONS(6342), 4, anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118105] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3347), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5253), 24, + ACTIONS(5301), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -340643,406 +341574,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [118173] = 6, + [119184] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3348), 1, - sym_comment, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5255), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5253), 33, + ACTIONS(5385), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118229] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6294), 1, anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - ACTIONS(6300), 1, - anon_sym_bit_DASHand2, ACTIONS(6302), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3349), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 15, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [118307] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, + ACTIONS(6314), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6316), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3350), 1, + STATE(3364), 1, sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 14, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [118387] = 19, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, - anon_sym_bit_DASHand2, - ACTIONS(6302), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, - anon_sym_bit_DASHor2, - ACTIONS(6308), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(3377), 1, aux_sym_shebang_repeat1, - STATE(3351), 1, - sym_comment, - ACTIONS(6264), 2, + ACTIONS(6296), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [118469] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3352), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 20, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118539] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3353), 1, - sym_comment, - ACTIONS(5255), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6300), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5253), 30, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(6304), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118603] = 14, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3354), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, + ACTIONS(6306), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, + ACTIONS(6312), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, + ACTIONS(6308), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6310), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5253), 18, - sym__newline, + ACTIONS(5231), 15, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -341057,153 +341638,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [118675] = 15, + [119262] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - ACTIONS(6300), 1, - anon_sym_bit_DASHand2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3355), 1, + STATE(3365), 1, sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 17, + ACTIONS(6358), 41, sym__newline, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [118749] = 16, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + anon_sym_LBRACE, + anon_sym_RBRACE, + [119312] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, - anon_sym_bit_DASHand2, - ACTIONS(6302), 1, - anon_sym_bit_DASHxor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3356), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 16, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [118825] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6312), 1, - anon_sym_DASH2, - ACTIONS(6320), 1, - anon_sym_PLUS2, - STATE(3357), 1, + STATE(3366), 1, sym_comment, - ACTIONS(5203), 2, + ACTIONS(5263), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5201), 29, + ACTIONS(5261), 28, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341217,7 +341726,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341233,25 +341741,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [118889] = 7, + [119378] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(3358), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3367), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 3, + ACTIONS(5263), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5201), 32, + ACTIONS(5261), 31, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341266,7 +341776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341284,36 +341793,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [118947] = 11, + [119438] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3359), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3368), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5201), 25, + ACTIONS(5261), 24, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341327,7 +341838,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341339,21 +341849,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119013] = 5, + [119506] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3360), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3369), 1, sym_comment, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5203), 5, + ACTIONS(5263), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5201), 34, + ACTIONS(5261), 33, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341368,7 +341880,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_DASH2, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341388,50 +341899,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119067] = 16, + [119562] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6332), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6334), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6336), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - STATE(3361), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3370), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 16, + ACTIONS(5261), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341444,56 +341957,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [119143] = 17, + [119640] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6332), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6334), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6336), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - ACTIONS(6338), 1, + ACTIONS(6352), 1, anon_sym_and2, - STATE(3362), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3371), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 15, + ACTIONS(5261), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341506,57 +342020,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, - [119221] = 18, + [119720] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6332), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6334), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - ACTIONS(6336), 1, + ACTIONS(6350), 1, anon_sym_bit_DASHor2, - ACTIONS(6338), 1, + ACTIONS(6352), 1, anon_sym_and2, - ACTIONS(6340), 1, + ACTIONS(6354), 1, anon_sym_xor2, - STATE(3363), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3372), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 14, + ACTIONS(5261), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341569,43 +342084,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_or2, - [119301] = 12, + [119802] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3364), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3373), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 21, + ACTIONS(5261), 20, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341618,7 +342134,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341627,28 +342142,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119369] = 9, + [119872] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3365), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3374), 1, sym_comment, - ACTIONS(5203), 2, + ACTIONS(5263), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5201), 31, + ACTIONS(5261), 30, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341662,7 +342179,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341680,44 +342196,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119431] = 13, + [119936] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3366), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3375), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 19, + ACTIONS(5261), 18, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341730,53 +342248,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119501] = 14, + [120008] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6332), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - STATE(3367), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3376), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 18, + ACTIONS(5261), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341789,54 +342308,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119573] = 15, + [120082] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6320), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - ACTIONS(6332), 1, + ACTIONS(6346), 1, anon_sym_bit_DASHand2, - ACTIONS(6334), 1, + ACTIONS(6348), 1, anon_sym_bit_DASHxor2, - STATE(3368), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3377), 1, sym_comment, - ACTIONS(6314), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6316), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6338), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6344), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, + ACTIONS(6340), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6342), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 17, + ACTIONS(5261), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341849,50 +342369,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHor2, - [119647] = 14, + [120158] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(6209), 1, + anon_sym_LBRACK, + ACTIONS(6215), 1, + anon_sym_list, + STATE(3378), 1, + sym_comment, + STATE(7600), 1, + sym__one_type, + STATE(7602), 1, + sym__multiple_types, + STATE(7642), 1, + sym__type_annotation, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [120222] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6360), 1, + anon_sym_DOT, + ACTIONS(6364), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6366), 1, + aux_sym__immediate_decimal_token5, + STATE(3379), 1, + sym_comment, + STATE(3502), 1, + sym__immediate_decimal, + ACTIONS(6362), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(1820), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1553), 24, sym__newline, - ACTIONS(6252), 1, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [120292] = 10, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6258), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6270), 1, anon_sym_PLUS2, - STATE(3282), 1, - aux_sym_shebang_repeat1, - STATE(3369), 1, + STATE(3380), 1, sym_comment, - ACTIONS(6254), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6266), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6268), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6272), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5227), 19, + ACTIONS(5205), 29, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -341904,26 +342521,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119719] = 5, + [120356] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(3370), 1, + STATE(3381), 1, sym_comment, - ACTIONS(2413), 5, - anon_sym_GT2, + ACTIONS(6262), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5207), 3, + anon_sym_GT2, + anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5017), 13, + ACTIONS(5205), 32, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -341936,10 +342569,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2415), 23, anon_sym_DASH2, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -341952,104 +342584,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119773] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3371), 1, - sym_comment, - ACTIONS(6342), 41, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, - anon_sym_RBRACE, - [119823] = 15, + [120414] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, + ACTIONS(6258), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6270), 1, anon_sym_PLUS2, - STATE(3286), 1, - aux_sym_shebang_repeat1, - STATE(3372), 1, + STATE(3382), 1, sym_comment, - ACTIONS(6254), 2, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6266), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6268), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6272), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, + ACTIONS(6264), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5227), 17, + ACTIONS(5205), 25, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -342061,204 +342631,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [119897] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6344), 1, - anon_sym_GT2, - ACTIONS(6346), 1, - anon_sym_AT, - STATE(3373), 1, - sym_comment, - STATE(6647), 1, - sym__all_type, - STATE(7398), 1, - sym_param_cmd, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(7211), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [119961] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3374), 1, - sym_comment, - ACTIONS(6348), 41, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, - anon_sym_RBRACE, - [120011] = 3, + [120480] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3375), 1, + STATE(3383), 1, sym_comment, - ACTIONS(6350), 41, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5207), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5205), 34, sym__newline, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, + anon_sym_DASH2, + anon_sym_in2, anon_sym_RBRACE, - [120061] = 16, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [120534] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, + ACTIONS(6258), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6270), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6276), 1, anon_sym_bit_DASHand2, - STATE(3288), 1, - aux_sym_shebang_repeat1, - STATE(3376), 1, + ACTIONS(6278), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6368), 1, + anon_sym_bit_DASHor2, + STATE(3384), 1, sym_comment, - ACTIONS(6254), 2, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6266), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6268), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6272), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6274), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6260), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5227), 16, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -342270,215 +342749,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [120137] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6205), 1, - anon_sym_LBRACK, - ACTIONS(6211), 1, - anon_sym_list, - STATE(3377), 1, - sym_comment, - STATE(7437), 1, - sym__one_type, - STATE(7438), 1, - sym__multiple_types, - STATE(7681), 1, - sym__type_annotation, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(6197), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [120201] = 13, + [120610] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6352), 1, - anon_sym_DOT, - ACTIONS(6356), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6358), 1, - aux_sym__immediate_decimal_token5, - STATE(3378), 1, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + ACTIONS(6276), 1, + anon_sym_bit_DASHand2, + ACTIONS(6278), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6368), 1, + anon_sym_bit_DASHor2, + ACTIONS(6370), 1, + anon_sym_and2, + STATE(3385), 1, sym_comment, - STATE(3495), 1, - sym__immediate_decimal, - ACTIONS(6354), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(1880), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(6256), 2, anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1583), 24, - sym__newline, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6272), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6274), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6260), 4, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [120271] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3379), 1, - sym_comment, - ACTIONS(6360), 41, + ACTIONS(5205), 15, sym__newline, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, anon_sym_RBRACE, - [120321] = 17, + anon_sym_xor2, + anon_sym_or2, + [120688] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, + ACTIONS(6258), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6270), 1, anon_sym_PLUS2, - ACTIONS(6288), 1, + ACTIONS(6276), 1, anon_sym_bit_DASHand2, - ACTIONS(6290), 1, + ACTIONS(6278), 1, anon_sym_bit_DASHxor2, - STATE(3290), 1, - aux_sym_shebang_repeat1, - STATE(3380), 1, + ACTIONS(6368), 1, + anon_sym_bit_DASHor2, + ACTIONS(6370), 1, + anon_sym_and2, + ACTIONS(6372), 1, + anon_sym_xor2, + STATE(3386), 1, sym_comment, - ACTIONS(6254), 2, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6266), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6268), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6272), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, + ACTIONS(6274), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, + ACTIONS(6260), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5227), 15, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -342490,180 +342874,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [120399] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3381), 1, - sym_comment, - ACTIONS(6362), 41, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, anon_sym_RBRACE, - [120449] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(6364), 1, - anon_sym_GT2, - STATE(3382), 1, - sym_comment, - STATE(6895), 1, - sym__all_type, - STATE(7451), 1, - sym_param_cmd, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(7211), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [120513] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(6366), 1, - anon_sym_GT2, - STATE(3383), 1, - sym_comment, - STATE(6751), 1, - sym__all_type, - STATE(7522), 1, - sym_param_cmd, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(7211), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [120577] = 5, + anon_sym_or2, + [120768] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, - STATE(3384), 1, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + STATE(3387), 1, sym_comment, - ACTIONS(1653), 5, + ACTIONS(5207), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1665), 35, - ts_builtin_sym_end, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5205), 31, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -342675,8 +342909,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, + anon_sym_RPAREN, anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -342689,77 +342924,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [120631] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3385), 1, - sym_comment, - ACTIONS(6368), 41, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RPAREN, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - anon_sym_LBRACE, - anon_sym_RBRACE, - [120681] = 11, + [120830] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6258), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6270), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3386), 1, + STATE(3388), 1, sym_comment, - ACTIONS(5241), 2, + ACTIONS(6256), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6264), 2, + ACTIONS(6262), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6266), 2, @@ -342768,10 +342950,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6268), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6278), 2, + ACTIONS(6272), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5239), 28, + ACTIONS(6274), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6260), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -342784,51 +342979,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_in2, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [120900] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + ACTIONS(6276), 1, + anon_sym_bit_DASHand2, + STATE(3389), 1, + sym_comment, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6272), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6274), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6260), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, + ACTIONS(5205), 18, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [120747] = 12, + [120972] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6252), 1, + ACTIONS(6326), 1, anon_sym_DASH2, - ACTIONS(6260), 1, + ACTIONS(6334), 1, anon_sym_PLUS2, - STATE(3386), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3387), 1, + STATE(3390), 1, sym_comment, - ACTIONS(5229), 2, + ACTIONS(5293), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6254), 2, + ACTIONS(6328), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6256), 2, + ACTIONS(6330), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, + ACTIONS(6332), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, + ACTIONS(6336), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5227), 27, + ACTIONS(5291), 28, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -342856,52 +343099,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [120815] = 17, + [121038] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6272), 1, + ACTIONS(6376), 1, anon_sym_DASH2, - ACTIONS(6276), 1, + ACTIONS(6390), 1, anon_sym_PLUS2, - ACTIONS(6300), 1, + ACTIONS(6394), 1, anon_sym_bit_DASHand2, - ACTIONS(6302), 1, + ACTIONS(6396), 1, anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, + ACTIONS(6398), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3388), 1, + STATE(3391), 1, sym_comment, - ACTIONS(6264), 2, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6266), 2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, + ACTIONS(6388), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, + ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, + ACTIONS(6378), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 15, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -342913,22 +343155,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [120893] = 5, + [121113] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3389), 1, + STATE(3392), 1, sym_comment, - ACTIONS(2413), 5, + ACTIONS(6386), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5207), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5017), 12, + ACTIONS(5205), 33, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -342941,7 +343185,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - ACTIONS(2415), 23, anon_sym_DASH2, anon_sym_in2, anon_sym_and2, @@ -342956,8 +343199,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -342965,89 +343206,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [120946] = 9, + [121166] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, - ACTIONS(6248), 1, - sym__newline, - STATE(3390), 1, + ACTIONS(6376), 1, + anon_sym_DASH2, + ACTIONS(6390), 1, + anon_sym_PLUS2, + ACTIONS(6394), 1, + anon_sym_bit_DASHand2, + ACTIONS(6396), 1, + anon_sym_bit_DASHxor2, + STATE(3393), 1, sym_comment, - STATE(3395), 1, - aux_sym_shebang_repeat1, - STATE(7050), 1, - sym__type_annotation, - ACTIONS(6209), 2, - anon_sym_table, - anon_sym_record, - STATE(6197), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6207), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [121007] = 12, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6388), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6392), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6378), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 16, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHor2, + [121239] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1631), 1, aux_sym_unquoted_token2, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6372), 1, + ACTIONS(6402), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6374), 1, + ACTIONS(6404), 1, aux_sym__immediate_decimal_token5, - STATE(3391), 1, + STATE(3394), 1, sym_comment, - STATE(3525), 1, + STATE(3527), 1, sym__immediate_decimal, - ACTIONS(6370), 2, + ACTIONS(6400), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2026), 2, + STATE(2050), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(1627), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 24, + ACTIONS(1629), 24, sym__newline, anon_sym_in2, anon_sym_LBRACE, @@ -343072,27 +343319,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121074] = 9, + [121306] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6248), 1, + ACTIONS(6376), 1, + anon_sym_DASH2, + ACTIONS(6390), 1, + anon_sym_PLUS2, + ACTIONS(6394), 1, + anon_sym_bit_DASHand2, + ACTIONS(6396), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6398), 1, + anon_sym_bit_DASHor2, + ACTIONS(6406), 1, + anon_sym_and2, + STATE(3395), 1, + sym_comment, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6388), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6392), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6378), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 14, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_xor2, + anon_sym_or2, + [121383] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6376), 1, + anon_sym_DASH2, + ACTIONS(6390), 1, + anon_sym_PLUS2, + ACTIONS(6394), 1, + anon_sym_bit_DASHand2, + ACTIONS(6396), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6398), 1, + anon_sym_bit_DASHor2, + ACTIONS(6406), 1, + anon_sym_and2, + ACTIONS(6408), 1, + anon_sym_xor2, + STATE(3396), 1, + sym_comment, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6388), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6392), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6378), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 13, + ts_builtin_sym_end, sym__newline, - ACTIONS(6380), 1, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_or2, + [121462] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6215), 1, anon_sym_list, - STATE(3392), 1, + ACTIONS(6252), 1, + sym__newline, + STATE(3397), 1, sym_comment, - STATE(3484), 1, + STATE(3409), 1, aux_sym_shebang_repeat1, - STATE(4485), 1, + STATE(6843), 1, sym__type_annotation, - ACTIONS(6378), 2, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(4644), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6376), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343124,27 +343492,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121135] = 9, + [121523] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6248), 1, - sym__newline, - ACTIONS(6380), 1, + ACTIONS(6215), 1, anon_sym_list, - STATE(3392), 1, - aux_sym_shebang_repeat1, - STATE(3393), 1, + STATE(3398), 1, sym_comment, - STATE(4488), 1, + STATE(3410), 1, + aux_sym__multiple_types_repeat2, + STATE(6909), 1, + sym__one_type, + STATE(7418), 1, sym__type_annotation, - ACTIONS(6378), 2, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(4644), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6376), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343176,82 +343544,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121196] = 12, + [121584] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6372), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6374), 1, - aux_sym__immediate_decimal_token5, - STATE(3394), 1, - sym_comment, - STATE(3531), 1, - sym__immediate_decimal, - ACTIONS(6370), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 6, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1619), 24, + ACTIONS(6252), 1, sym__newline, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [121263] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6414), 1, anon_sym_list, - ACTIONS(6248), 1, - sym__newline, - STATE(3395), 1, + STATE(3399), 1, sym_comment, - STATE(3484), 1, + STATE(3486), 1, aux_sym_shebang_repeat1, - STATE(6648), 1, + STATE(4451), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6412), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(4606), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6410), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343283,80 +343596,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121324] = 10, + [121645] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - STATE(3396), 1, - sym_comment, - ACTIONS(5203), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5201), 28, - ts_builtin_sym_end, + ACTIONS(6252), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [121387] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6414), 1, anon_sym_list, - ACTIONS(6248), 1, - sym__newline, - STATE(3397), 1, + STATE(3400), 1, sym_comment, - STATE(3409), 1, + STATE(3419), 1, aux_sym_shebang_repeat1, - STATE(6667), 1, + STATE(4452), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6412), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(4606), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6410), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343388,18 +343648,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121448] = 14, + [121706] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, + ACTIONS(6376), 1, anon_sym_DASH2, ACTIONS(6390), 1, anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - STATE(3398), 1, + STATE(3401), 1, sym_comment, - ACTIONS(6384), 2, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6386), 2, @@ -343411,23 +343672,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, + ACTIONS(6378), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, + ACTIONS(6382), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5201), 17, + ACTIONS(5205), 20, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343443,14 +343698,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121519] = 7, + [121773] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(3399), 1, + ACTIONS(6376), 1, + anon_sym_DASH2, + ACTIONS(6390), 1, + anon_sym_PLUS2, + STATE(3402), 1, sym_comment, - ACTIONS(6384), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6386), 2, @@ -343459,11 +343724,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6388), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5201), 31, + ACTIONS(5205), 30, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343476,7 +343737,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -343495,39 +343755,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121576] = 13, + [121834] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6404), 1, + ACTIONS(6416), 1, anon_sym_DOT, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(3400), 1, + STATE(3403), 1, sym_comment, - STATE(3505), 1, + STATE(3513), 1, sym__immediate_decimal, - ACTIONS(6406), 2, + ACTIONS(6418), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3535), 2, + STATE(3553), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(1539), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 23, + ACTIONS(1553), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -343551,18 +343811,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121645] = 11, + [121903] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6252), 1, + sym__newline, + ACTIONS(6414), 1, + anon_sym_list, + STATE(3399), 1, + aux_sym_shebang_repeat1, + STATE(3404), 1, + sym_comment, + STATE(4515), 1, + sym__type_annotation, + ACTIONS(6412), 2, + anon_sym_table, + anon_sym_record, + STATE(4606), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6410), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [121964] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6402), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6404), 1, + aux_sym__immediate_decimal_token5, + STATE(3405), 1, + sym_comment, + STATE(3536), 1, + sym__immediate_decimal, + ACTIONS(6400), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2035), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1553), 24, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [122031] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, + ACTIONS(6376), 1, anon_sym_DASH2, ACTIONS(6390), 1, anon_sym_PLUS2, - STATE(3401), 1, + STATE(3406), 1, sym_comment, - ACTIONS(6384), 2, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6386), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, @@ -343572,15 +343945,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6398), 4, + ACTIONS(6378), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6382), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5201), 24, + ACTIONS(5205), 18, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343593,33 +343968,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121710] = 5, + [122100] = 14, ACTIONS(251), 1, anon_sym_POUND, - STATE(3402), 1, + ACTIONS(6376), 1, + anon_sym_DASH2, + ACTIONS(6390), 1, + anon_sym_PLUS2, + ACTIONS(6394), 1, + anon_sym_bit_DASHand2, + STATE(3407), 1, sym_comment, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5203), 5, + ACTIONS(6374), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6380), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5201), 33, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6388), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6392), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6378), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 17, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343632,48 +344026,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, - anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [121763] = 9, + [122171] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - STATE(3403), 1, + STATE(3408), 1, sym_comment, - STATE(3404), 1, + STATE(3410), 1, aux_sym__multiple_types_repeat2, - STATE(6960), 1, + STATE(6751), 1, sym__one_type, - STATE(7761), 1, + STATE(7418), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343705,26 +344083,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121824] = 8, + [122232] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6418), 1, + ACTIONS(6215), 1, anon_sym_list, - STATE(7246), 1, + ACTIONS(6252), 1, + sym__newline, + STATE(3409), 1, + sym_comment, + STATE(3486), 1, + aux_sym_shebang_repeat1, + STATE(6676), 1, + sym__type_annotation, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [122293] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6430), 1, + anon_sym_list, + STATE(7359), 1, sym__one_type, - STATE(7761), 1, + STATE(7418), 1, sym__type_annotation, - ACTIONS(6415), 2, + ACTIONS(6427), 2, anon_sym_table, anon_sym_record, - STATE(3404), 2, + STATE(3410), 2, sym_comment, aux_sym__multiple_types_repeat2, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6412), 31, + ACTIONS(6424), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -343756,50 +344186,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [121883] = 16, + [122352] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - ACTIONS(6421), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6423), 1, - anon_sym_bit_DASHor2, - STATE(3405), 1, + STATE(3411), 1, sym_comment, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, + ACTIONS(2237), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 15, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2241), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343812,139 +344210,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [121958] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - ACTIONS(6421), 1, - anon_sym_bit_DASHxor2, - STATE(3406), 1, - sym_comment, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5201), 16, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [122031] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - ACTIONS(6421), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6423), 1, - anon_sym_bit_DASHor2, - ACTIONS(6425), 1, - anon_sym_and2, - STATE(3407), 1, - sym_comment, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 14, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_xor2, - anon_sym_or2, - [122108] = 4, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [122403] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3408), 1, + STATE(3412), 1, sym_comment, - ACTIONS(2257), 5, + ACTIONS(2245), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2259), 35, + ACTIONS(2247), 35, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -343980,27 +344280,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [122159] = 9, + [122454] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6215), 1, anon_sym_list, - ACTIONS(6248), 1, + ACTIONS(6252), 1, sym__newline, - STATE(3409), 1, + STATE(3413), 1, sym_comment, - STATE(3484), 1, + STATE(3414), 1, aux_sym_shebang_repeat1, - STATE(7051), 1, + STATE(7058), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -344032,54 +344332,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [122220] = 18, + [122515] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - ACTIONS(6421), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6423), 1, - anon_sym_bit_DASHor2, - ACTIONS(6425), 1, - anon_sym_and2, - ACTIONS(6427), 1, - anon_sym_xor2, - STATE(3410), 1, + ACTIONS(6215), 1, + anon_sym_list, + ACTIONS(6252), 1, + sym__newline, + STATE(3414), 1, sym_comment, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, + STATE(3486), 1, + aux_sym_shebang_repeat1, + STATE(6829), 1, + sym__type_annotation, + ACTIONS(6213), 2, + anon_sym_table, + anon_sym_record, + STATE(6414), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6211), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [122576] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3415), 1, + sym_comment, + ACTIONS(2337), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 13, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5076), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -344092,17 +344408,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + ACTIONS(2339), 23, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [122299] = 12, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [122629] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, + ACTIONS(6376), 1, anon_sym_DASH2, ACTIONS(6390), 1, anon_sym_PLUS2, - STATE(3411), 1, + STATE(3416), 1, sym_comment, - ACTIONS(6384), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6386), 2, @@ -344114,20 +344456,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 20, + ACTIONS(5205), 28, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -344140,27 +344469,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_in2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [122366] = 9, + [122692] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - STATE(3412), 1, + STATE(3417), 1, sym_comment, - ACTIONS(5203), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6384), 2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6386), 2, @@ -344169,7 +344499,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6388), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5201), 30, + ACTIONS(5207), 3, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + ACTIONS(5205), 31, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -344182,6 +344516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -344200,16 +344535,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [122427] = 13, + [122749] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6382), 1, + ACTIONS(6376), 1, anon_sym_DASH2, ACTIONS(6390), 1, anon_sym_PLUS2, - STATE(3413), 1, + STATE(3418), 1, sym_comment, - ACTIONS(6384), 2, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6386), 2, @@ -344221,157 +344559,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 18, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [122496] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6248), 1, - sym__newline, - ACTIONS(6380), 1, - anon_sym_list, - STATE(3414), 1, - sym_comment, - STATE(3484), 1, - aux_sym_shebang_repeat1, - STATE(4498), 1, - sym__type_annotation, - ACTIONS(6378), 2, - anon_sym_table, - anon_sym_record, - STATE(4644), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6376), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [122557] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6248), 1, - sym__newline, - ACTIONS(6380), 1, - anon_sym_list, - STATE(3414), 1, - aux_sym_shebang_repeat1, - STATE(3415), 1, - sym_comment, - STATE(4486), 1, - sym__type_annotation, - ACTIONS(6378), 2, - anon_sym_table, - anon_sym_record, - STATE(4644), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6376), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [122618] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3416), 1, - sym_comment, - ACTIONS(2249), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2253), 35, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 24, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -344384,7 +344577,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DASH2, anon_sym_in2, anon_sym_and2, anon_sym_xor2, @@ -344392,42 +344584,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [122669] = 9, + [122814] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, + ACTIONS(6252), 1, + sym__newline, + ACTIONS(6414), 1, anon_sym_list, - STATE(3404), 1, - aux_sym__multiple_types_repeat2, - STATE(3417), 1, + STATE(3419), 1, sym_comment, - STATE(7199), 1, - sym__one_type, - STATE(7761), 1, + STATE(3486), 1, + aux_sym_shebang_repeat1, + STATE(4517), 1, sym__type_annotation, - ACTIONS(6209), 2, + ACTIONS(6412), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(4606), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6410), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -344459,37 +344641,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [122730] = 12, + [122875] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6431), 1, + ACTIONS(6435), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6433), 1, + ACTIONS(6437), 1, aux_sym__immediate_decimal_token5, - STATE(3418), 1, + STATE(3420), 1, sym_comment, - STATE(3666), 1, + STATE(3608), 1, sym__immediate_decimal, - ACTIONS(6429), 2, + ACTIONS(6433), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2043), 2, + STATE(2035), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1617), 6, + ACTIONS(1539), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1619), 23, + ACTIONS(1553), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -344513,80 +344695,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [122796] = 22, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3212), 1, - aux_sym_unquoted_token1, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, - anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - STATE(3419), 1, - sym_comment, - STATE(5596), 1, - sym__val_number_decimal, - STATE(5727), 1, - sym_val_variable, - STATE(5728), 1, - sym_unquoted, - STATE(7459), 1, - sym__val_range, - STATE(7461), 1, - sym__unquoted_anonymous_prefix, - STATE(7507), 1, - sym_val_bool, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4129), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(5744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [122882] = 6, + [122941] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6437), 1, - anon_sym_DOT, ACTIONS(6439), 1, + anon_sym_DOT, + ACTIONS(6441), 1, aux_sym__immediate_decimal_token2, - STATE(3420), 1, + STATE(3421), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -344595,7 +344713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1601), 29, + ACTIONS(1589), 29, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -344625,29 +344743,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [122936] = 6, + [122995] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6441), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6443), 1, - aux_sym__immediate_decimal_token2, - STATE(3421), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6435), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6437), 1, + aux_sym__immediate_decimal_token5, + STATE(3422), 1, sym_comment, - ACTIONS(1623), 8, + STATE(3621), 1, + sym__immediate_decimal, + ACTIONS(6433), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2050), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1627), 6, anon_sym_GT2, + anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 29, - sym__newline, - anon_sym_DASH2, + ACTIONS(1629), 23, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -344660,7 +344788,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -344670,55 +344797,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [122990] = 22, + [123061] = 22, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3212), 1, aux_sym_unquoted_token1, - ACTIONS(3402), 1, + ACTIONS(3424), 1, anon_sym_COLON2, - ACTIONS(3944), 1, + ACTIONS(3864), 1, aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, + ACTIONS(3866), 1, aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, + ACTIONS(3868), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, + ACTIONS(3870), 1, aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, + ACTIONS(4130), 1, anon_sym_DOT_DOT, - ACTIONS(5724), 1, + ACTIONS(5690), 1, sym_val_date, - ACTIONS(6435), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - STATE(3422), 1, + STATE(3423), 1, sym_comment, - STATE(5596), 1, + STATE(5674), 1, sym__val_number_decimal, - STATE(5727), 1, + STATE(5682), 1, sym_val_variable, - STATE(5728), 1, + STATE(5693), 1, sym_unquoted, - STATE(7459), 1, + STATE(7439), 1, sym__val_range, - STATE(7461), 1, + STATE(7445), 1, sym__unquoted_anonymous_prefix, - STATE(7507), 1, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4132), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(5688), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(2741), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [123147] = 22, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3212), 1, + aux_sym_unquoted_token1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(4130), 1, + anon_sym_DOT_DOT, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + STATE(3424), 1, + sym_comment, + STATE(5674), 1, + sym__val_number_decimal, + STATE(5682), 1, + sym_val_variable, + STATE(5693), 1, + sym_unquoted, + STATE(7439), 1, + sym__val_range, + STATE(7445), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, sym_val_bool, - ACTIONS(3942), 2, + ACTIONS(3862), 2, anon_sym_true, anon_sym_false, - ACTIONS(4129), 2, + ACTIONS(4132), 2, anon_sym_DOT_DOT_EQ, anon_sym_DOT_DOT_LT, - ACTIONS(5744), 3, + ACTIONS(5688), 3, aux_sym__val_number_token4, aux_sym__val_number_token5, aux_sym__val_number_token6, - ACTIONS(2672), 8, + ACTIONS(2741), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -344727,7 +344915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, + ACTIONS(2743), 9, anon_sym_null, anon_sym_err_GT_GT, anon_sym_out_GT_GT, @@ -344737,37 +344925,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - [123076] = 12, + [123233] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4554), 1, + ACTIONS(4565), 1, anon_sym_DOT, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(3423), 1, + STATE(3425), 1, sym_comment, - STATE(3522), 1, + STATE(3541), 1, sym__immediate_decimal, - ACTIONS(6406), 2, + ACTIONS(6418), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3535), 2, + STATE(3553), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(1539), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 23, + ACTIONS(1553), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -344791,39 +344979,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [123142] = 12, + [123299] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6431), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6433), 1, - aux_sym__immediate_decimal_token5, - STATE(3424), 1, - sym_comment, - STATE(3601), 1, - sym__immediate_decimal, - ACTIONS(6429), 2, + ACTIONS(6445), 1, aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2026), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(6447), 1, + aux_sym__immediate_decimal_token2, + STATE(3426), 1, + sym_comment, + ACTIONS(1595), 8, anon_sym_GT2, - anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 23, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 29, + sym__newline, + anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -344836,6 +345014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -344845,37 +345024,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [123208] = 12, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [123353] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4591), 1, + ACTIONS(4544), 1, anon_sym_DOT, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(3425), 1, + STATE(3427), 1, sym_comment, - STATE(3534), 1, + STATE(3552), 1, sym__immediate_decimal, - ACTIONS(6406), 2, + ACTIONS(6418), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3533), 2, + STATE(3551), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 6, + ACTIONS(1633), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1597), 23, + ACTIONS(1643), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -344899,23 +345081,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [123274] = 7, + [123419] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3426), 1, + STATE(3428), 1, sym_comment, - STATE(5899), 1, + STATE(5832), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -344947,23 +345129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123329] = 7, - ACTIONS(251), 1, + [123474] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6449), 1, - anon_sym_list, - STATE(3427), 1, + ACTIONS(6455), 1, + sym__entry_separator, + STATE(3429), 2, sym_comment, - STATE(6012), 1, - sym__all_type, - ACTIONS(6447), 2, - anon_sym_table, - anon_sym_record, - STATE(6767), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6445), 31, + aux_sym__multiple_types_repeat1, + ACTIONS(2287), 36, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -344993,73 +345169,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_range, anon_sym_signature, anon_sym_string, + anon_sym_table, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123384] = 7, + anon_sym_record, + anon_sym_list, + [123523] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, - anon_sym_list, - STATE(3428), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + ACTIONS(6458), 1, + anon_sym_DOT_DOT2, + ACTIONS(6462), 1, + sym_filesize_unit, + ACTIONS(6464), 1, + sym_duration_unit, + STATE(3430), 1, sym_comment, - STATE(6124), 1, - sym__all_type, - ACTIONS(6447), 2, - anon_sym_table, - anon_sym_record, - STATE(6767), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6445), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [123439] = 7, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6460), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 25, + sym__newline, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [123586] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3429), 1, + STATE(3431), 1, sym_comment, - STATE(6126), 1, + STATE(6069), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345091,35 +345274,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123494] = 11, + [123641] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(2110), 1, + STATE(2120), 1, sym__immediate_decimal, - STATE(3430), 1, + STATE(3432), 1, sym_comment, - ACTIONS(6451), 2, + ACTIONS(6466), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2043), 2, + STATE(2035), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1617), 6, + ACTIONS(1539), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1619), 23, + ACTIONS(1553), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -345143,23 +345326,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [123557] = 7, + [123704] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3431), 1, + STATE(3433), 1, sym_comment, - STATE(7303), 1, - sym__type_annotation, - ACTIONS(6447), 2, + STATE(6618), 1, + sym__all_type, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(7218), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345191,23 +345374,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123612] = 7, + [123759] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3432), 1, + STATE(3434), 1, sym_comment, - STATE(5881), 1, + STATE(6620), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345239,23 +345422,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123667] = 7, + [123814] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3433), 1, + STATE(3435), 1, sym_comment, - STATE(5897), 1, - sym__all_type, - ACTIONS(6447), 2, + STATE(7213), 1, + sym__type_annotation, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(7233), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345287,147 +345470,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123722] = 21, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3358), 1, - aux_sym_unquoted_token1, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(5831), 1, - anon_sym_DOT_DOT, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - STATE(3434), 1, - sym_comment, - STATE(5578), 1, - sym__val_number_decimal, - STATE(6053), 1, - sym_val_variable, - STATE(6063), 1, - sym_unquoted, - STATE(7507), 1, - sym_val_bool, - STATE(7514), 1, - sym__val_range, - STATE(7542), 1, - sym__unquoted_anonymous_prefix, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(5833), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(5835), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [123805] = 21, + [123869] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3212), 1, - aux_sym_unquoted_token1, - ACTIONS(3944), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(3946), 1, - aux_sym__val_number_decimal_token2, - ACTIONS(3948), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3950), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(4127), 1, - anon_sym_DOT_DOT, - ACTIONS(5724), 1, - sym_val_date, - ACTIONS(6435), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - STATE(3435), 1, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6420), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6422), 1, + aux_sym__immediate_decimal_token5, + STATE(2130), 1, + sym__immediate_decimal, + STATE(3436), 1, sym_comment, - STATE(5596), 1, - sym__val_number_decimal, - STATE(5727), 1, + ACTIONS(6466), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2050), 2, + sym__expr_parenthesized_immediate, sym_val_variable, - STATE(5728), 1, - sym_unquoted, - STATE(7459), 1, - sym__val_range, - STATE(7461), 1, - sym__unquoted_anonymous_prefix, - STATE(7507), 1, - sym_val_bool, - ACTIONS(3942), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(4129), 2, - anon_sym_DOT_DOT_EQ, - anon_sym_DOT_DOT_LT, - ACTIONS(5744), 3, - aux_sym__val_number_token4, - aux_sym__val_number_token5, - aux_sym__val_number_token6, - ACTIONS(2672), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(2674), 9, - anon_sym_null, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - [123888] = 7, + ACTIONS(1627), 6, + anon_sym_GT2, + anon_sym_DASH2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1629), 23, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [123932] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3436), 1, + STATE(3437), 1, sym_comment, - STATE(5825), 1, + STATE(5849), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345459,65 +345570,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [123943] = 7, + [123987] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6215), 1, anon_sym_list, - STATE(3437), 1, + STATE(3438), 1, sym_comment, - STATE(5853), 1, - sym__all_type, - ACTIONS(6447), 2, + STATE(7605), 1, + sym__type_annotation, + ACTIONS(6213), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6414), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - [123998] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6455), 1, - sym__entry_separator, - STATE(3438), 2, - sym_comment, - aux_sym__multiple_types_repeat1, - ACTIONS(2327), 36, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(6211), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345547,42 +345616,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_range, anon_sym_signature, anon_sym_string, - anon_sym_table, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [124047] = 11, + [124042] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6408), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, - aux_sym__immediate_decimal_token5, - STATE(2025), 1, - sym__immediate_decimal, + ACTIONS(6441), 1, + aux_sym__immediate_decimal_token2, STATE(3439), 1, sym_comment, - ACTIONS(6451), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2024), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1587), 6, + ACTIONS(1587), 8, anon_sym_GT2, - anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1597), 23, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 29, + sym__newline, + anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -345595,6 +345651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -345604,37 +345661,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124110] = 11, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [124093] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6408), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, - aux_sym__immediate_decimal_token5, - STATE(2038), 1, - sym__immediate_decimal, + ACTIONS(6468), 1, + aux_sym__immediate_decimal_token2, STATE(3440), 1, sym_comment, - ACTIONS(6451), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2037), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1685), 6, + ACTIONS(1667), 8, anon_sym_GT2, - anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1687), 23, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1669), 29, + sym__newline, + anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -345647,6 +345697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -345656,35 +345707,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124173] = 11, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [124144] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6408), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, - aux_sym__immediate_decimal_token5, - STATE(2040), 1, - sym__immediate_decimal, + ACTIONS(6470), 1, + anon_sym_DOT, + ACTIONS(6472), 1, + aux_sym__immediate_decimal_token2, STATE(3441), 1, sym_comment, - ACTIONS(6451), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2039), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1689), 6, + ACTIONS(1587), 8, anon_sym_GT2, - anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1691), 23, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 28, + anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -345699,6 +345744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -345708,35 +345754,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124236] = 11, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [124197] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6408), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, - aux_sym__immediate_decimal_token5, - STATE(2042), 1, - sym__immediate_decimal, + ACTIONS(6474), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6476), 1, + aux_sym__immediate_decimal_token2, STATE(3442), 1, sym_comment, - ACTIONS(6451), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2041), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1693), 6, + ACTIONS(1595), 8, anon_sym_GT2, - anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1695), 23, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1597), 28, + anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -345751,6 +345791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -345760,23 +345801,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124299] = 7, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [124250] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, STATE(3443), 1, sym_comment, - STATE(5914), 1, + STATE(5851), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345808,23 +345852,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124354] = 7, + [124305] = 21, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6211), 1, - anon_sym_list, + ACTIONS(3212), 1, + aux_sym_unquoted_token1, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(4130), 1, + anon_sym_DOT_DOT, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(6443), 1, + anon_sym_DOLLAR, STATE(3444), 1, sym_comment, - STATE(7391), 1, - sym__type_annotation, - ACTIONS(6209), 2, + STATE(5674), 1, + sym__val_number_decimal, + STATE(5682), 1, + sym_val_variable, + STATE(5693), 1, + sym_unquoted, + STATE(7439), 1, + sym__val_range, + STATE(7445), 1, + sym__unquoted_anonymous_prefix, + STATE(7527), 1, + sym_val_bool, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(4132), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(5688), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(2741), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [124388] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6453), 1, + anon_sym_list, + STATE(3445), 1, + sym_comment, + STATE(5959), 1, + sym__all_type, + ACTIONS(6451), 2, + anon_sym_table, + anon_sym_record, + STATE(6865), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6449), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [124443] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6453), 1, + anon_sym_list, + STATE(3446), 1, + sym_comment, + STATE(5961), 1, + sym__all_type, + ACTIONS(6451), 2, + anon_sym_table, + anon_sym_record, + STATE(6865), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6449), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [124498] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6453), 1, + anon_sym_list, + STATE(3447), 1, + sym_comment, + STATE(5971), 1, + sym__all_type, + ACTIONS(6451), 2, + anon_sym_table, + anon_sym_record, + STATE(6865), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(6449), 31, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + [124553] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6453), 1, + anon_sym_list, + STATE(3448), 1, + sym_comment, + STATE(5975), 1, + sym__all_type, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6197), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6207), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -345856,37 +346106,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124409] = 11, + [124608] = 21, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3358), 1, + aux_sym_unquoted_token1, + ACTIONS(3864), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(3866), 1, + aux_sym__val_number_decimal_token2, + ACTIONS(3868), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3870), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(5690), 1, + sym_val_date, + ACTIONS(5826), 1, + anon_sym_DOT_DOT, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + STATE(3449), 1, + sym_comment, + STATE(5714), 1, + sym__val_number_decimal, + STATE(5900), 1, + sym_val_variable, + STATE(6075), 1, + sym_unquoted, + STATE(7527), 1, + sym_val_bool, + STATE(7581), 1, + sym__val_range, + STATE(7587), 1, + sym__unquoted_anonymous_prefix, + ACTIONS(3862), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(5828), 2, + anon_sym_DOT_DOT_EQ, + anon_sym_DOT_DOT_LT, + ACTIONS(5830), 3, + aux_sym__val_number_token4, + aux_sym__val_number_token5, + aux_sym__val_number_token6, + ACTIONS(2741), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(2743), 9, + anon_sym_null, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + [124691] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - ACTIONS(6458), 1, - anon_sym_DOT_DOT2, - ACTIONS(6462), 1, - sym_filesize_unit, - ACTIONS(6464), 1, - sym_duration_unit, - STATE(3445), 1, + ACTIONS(6420), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6422), 1, + aux_sym__immediate_decimal_token5, + STATE(2034), 1, + sym__immediate_decimal, + STATE(3450), 1, sym_comment, - STATE(7290), 1, + ACTIONS(6466), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2033), 2, sym__expr_parenthesized_immediate, - ACTIONS(6460), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, + sym_val_variable, + ACTIONS(1633), 6, anon_sym_GT2, + anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 25, - sym__newline, - anon_sym_DASH2, + ACTIONS(1643), 23, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -345908,35 +346220,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124472] = 11, + [124754] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(2106), 1, + STATE(2045), 1, sym__immediate_decimal, - STATE(3446), 1, + STATE(3451), 1, sym_comment, - ACTIONS(6451), 2, + ACTIONS(6466), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2026), 2, + STATE(2044), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 6, + ACTIONS(1707), 6, anon_sym_GT2, anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1583), 23, + ACTIONS(1709), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -345960,27 +346272,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [124535] = 5, + [124817] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6466), 1, - aux_sym__immediate_decimal_token2, - STATE(3447), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6420), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6422), 1, + aux_sym__immediate_decimal_token5, + STATE(2047), 1, + sym__immediate_decimal, + STATE(3452), 1, sym_comment, - ACTIONS(1709), 8, + ACTIONS(6466), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2046), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1711), 6, anon_sym_GT2, + anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 29, - sym__newline, - anon_sym_DASH2, + ACTIONS(1713), 23, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -345993,7 +346315,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -346003,29 +346324,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [124586] = 6, + [124880] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6468), 1, - anon_sym_DOT, - ACTIONS(6470), 1, - aux_sym__immediate_decimal_token2, - STATE(3448), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6420), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6422), 1, + aux_sym__immediate_decimal_token5, + STATE(2049), 1, + sym__immediate_decimal, + STATE(3453), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(6466), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2048), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1657), 6, anon_sym_GT2, + anon_sym_DASH2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 28, - anon_sym_DASH2, + ACTIONS(1665), 23, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -346040,7 +346367,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -346050,26 +346376,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [124639] = 7, + [124943] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3449), 1, + STATE(3454), 1, sym_comment, - STATE(5883), 1, + STATE(5879), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346101,23 +346424,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124694] = 7, + [124998] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3450), 1, + STATE(3455), 1, sym_comment, - STATE(5885), 1, + STATE(5880), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346149,23 +346472,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124749] = 7, + [125053] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3451), 1, + STATE(3456), 1, sym_comment, - STATE(6068), 1, + STATE(5888), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346197,23 +346520,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124804] = 7, + [125108] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3452), 1, + STATE(3457), 1, sym_comment, - STATE(5952), 1, + STATE(5889), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346245,23 +346568,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124859] = 7, + [125163] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3453), 1, + STATE(3458), 1, sym_comment, - STATE(5990), 1, + STATE(5891), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346293,23 +346616,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124914] = 7, + [125218] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3454), 1, + STATE(3459), 1, sym_comment, - STATE(5991), 1, + STATE(5892), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346341,23 +346664,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [124969] = 7, + [125273] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3455), 1, + STATE(3460), 1, sym_comment, - STATE(6067), 1, + STATE(5898), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346389,23 +346712,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125024] = 7, + [125328] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3456), 1, + STATE(3461), 1, sym_comment, - STATE(5950), 1, + STATE(5899), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346437,23 +346760,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125079] = 7, + [125383] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3457), 1, + STATE(3462), 1, sym_comment, - STATE(5821), 1, + STATE(5822), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346485,23 +346808,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125134] = 7, + [125438] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3458), 1, + STATE(3463), 1, sym_comment, - STATE(5829), 1, + STATE(5823), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346533,23 +346856,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125189] = 7, + [125493] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3459), 1, + STATE(3464), 1, sym_comment, - STATE(5898), 1, + STATE(5833), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346581,23 +346904,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125244] = 7, + [125548] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3460), 1, + STATE(3465), 1, sym_comment, - STATE(5962), 1, + STATE(5834), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346629,23 +346952,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125299] = 7, + [125603] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3461), 1, + STATE(3466), 1, sym_comment, - STATE(5966), 1, + STATE(5835), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346677,23 +347000,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125354] = 7, + [125658] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3462), 1, + STATE(3467), 1, sym_comment, - STATE(6062), 1, + STATE(5838), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346725,23 +347048,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125409] = 7, + [125713] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3463), 1, + STATE(3468), 1, sym_comment, - STATE(6064), 1, + STATE(5839), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346773,70 +347096,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125464] = 6, + [125768] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6472), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6474), 1, - aux_sym__immediate_decimal_token2, - STATE(3464), 1, - sym_comment, - ACTIONS(1623), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1625), 28, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [125517] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6449), 1, + ACTIONS(6453), 1, anon_sym_list, - STATE(3465), 1, + STATE(3469), 1, sym_comment, - STATE(5893), 1, + STATE(6066), 1, sym__all_type, - ACTIONS(6447), 2, + ACTIONS(6451), 2, anon_sym_table, anon_sym_record, - STATE(6767), 3, + STATE(6865), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6449), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346868,23 +347144,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125572] = 7, - ACTIONS(251), 1, + [125823] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6449), 1, - anon_sym_list, - STATE(3466), 1, + ACTIONS(6480), 1, + anon_sym_RBRACK, + ACTIONS(6484), 1, + sym__entry_separator, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(3470), 1, sym_comment, - STATE(5919), 1, - sym__all_type, - ACTIONS(6447), 2, - anon_sym_table, - anon_sym_record, - STATE(6767), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(6445), 31, + ACTIONS(6482), 34, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -346914,202 +347185,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_range, anon_sym_signature, anon_sym_string, + anon_sym_table, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [125627] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6439), 1, - aux_sym__immediate_decimal_token2, - STATE(3467), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 29, - sym__newline, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [125678] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6476), 1, - aux_sym__immediate_decimal_token2, - STATE(3468), 1, - sym_comment, - ACTIONS(1709), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1711), 28, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [125728] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6478), 1, - anon_sym_DOT, - ACTIONS(6480), 1, - aux_sym__immediate_decimal_token2, - STATE(3469), 1, - sym_comment, - ACTIONS(1735), 7, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 28, - sym__newline, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [125780] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - ACTIONS(6482), 1, - anon_sym_DOT_DOT2, - ACTIONS(6486), 1, - sym_filesize_unit, - ACTIONS(6488), 1, - sym_duration_unit, - STATE(3470), 1, - sym_comment, - STATE(7290), 1, - sym__expr_parenthesized_immediate, - ACTIONS(6484), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1665), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [125842] = 4, + anon_sym_record, + anon_sym_list, + [125875] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3471), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1667), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347118,7 +347204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1601), 29, + ACTIONS(1669), 29, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -347148,18 +347234,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [125890] = 6, + [125923] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6490), 1, - anon_sym_RBRACK, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - STATE(3438), 1, + ACTIONS(6486), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(3472), 1, sym_comment, - ACTIONS(6492), 34, + ACTIONS(6482), 34, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -347194,12 +347280,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [125942] = 4, + [125975] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3473), 1, sym_comment, - ACTIONS(1623), 8, + ACTIONS(1733), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347208,7 +347294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1625), 29, + ACTIONS(1735), 29, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -347238,12 +347324,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [125990] = 4, + [126023] = 11, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + ACTIONS(6488), 1, + anon_sym_DOT_DOT2, + ACTIONS(6492), 1, + sym_filesize_unit, + ACTIONS(6494), 1, + sym_duration_unit, STATE(3474), 1, sym_comment, - ACTIONS(1709), 8, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6490), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 24, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [126085] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6472), 1, + aux_sym__immediate_decimal_token2, + STATE(3475), 1, + sym_comment, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347252,11 +347391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1711), 29, - sym__newline, + ACTIONS(1589), 28, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -347282,67 +347420,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [126038] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(6496), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(3475), 1, - sym_comment, - ACTIONS(6492), 34, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [126090] = 4, + [126135] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6496), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6498), 1, + aux_sym__immediate_decimal_token2, STATE(3476), 1, sym_comment, - ACTIONS(1723), 8, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, - sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1725), 29, + ACTIONS(1759), 28, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -347371,61 +347466,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [126138] = 6, + [126187] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2485), 1, sym__entry_separator, - ACTIONS(6498), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(3477), 1, sym_comment, - ACTIONS(6492), 34, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [126190] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2479), 1, - sym__entry_separator, - STATE(3478), 1, - sym_comment, - ACTIONS(2477), 36, + ACTIONS(2483), 36, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_any, @@ -347462,24 +347510,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [126238] = 6, + [126235] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6500), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6502), 1, - aux_sym__immediate_decimal_token2, - STATE(3479), 1, + STATE(3478), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1587), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, + sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1729), 28, + ACTIONS(1589), 29, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -347508,14 +347553,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [126290] = 5, + sym_duration_unit, + [126283] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6470), 1, + ACTIONS(6500), 1, aux_sym__immediate_decimal_token2, - STATE(3480), 1, + STATE(3479), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1667), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347524,7 +347570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1601), 28, + ACTIONS(1669), 28, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -347553,60 +347599,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [126340] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(6504), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(3481), 1, - sym_comment, - ACTIONS(6492), 34, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [126392] = 5, + [126333] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6506), 1, + ACTIONS(6502), 1, + anon_sym_DOT, + ACTIONS(6504), 1, aux_sym__immediate_decimal_token2, - STATE(3482), 1, + STATE(3480), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347614,7 +347616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 28, + ACTIONS(1727), 28, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -347643,58 +347645,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [126441] = 4, - ACTIONS(251), 1, + [126385] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3483), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(6506), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(3481), 1, sym_comment, - ACTIONS(1599), 8, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - aux_sym_unquoted_token2, - ACTIONS(1601), 28, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [126488] = 4, - ACTIONS(251), 1, + ACTIONS(6482), 34, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [126437] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, ACTIONS(6508), 1, - sym__newline, - STATE(3484), 2, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(3482), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1264), 34, + ACTIONS(6482), 34, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -347729,27 +347737,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [126535] = 6, + [126489] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6511), 1, - anon_sym_DOT, - ACTIONS(6513), 1, - aux_sym__immediate_decimal_token2, - STATE(3485), 1, + STATE(3483), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1595), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, + sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1737), 27, + ACTIONS(1597), 29, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -347774,24 +347780,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [126586] = 4, + sym_duration_unit, + [126537] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3486), 1, + ACTIONS(6510), 1, + aux_sym__immediate_decimal_token2, + STATE(3484), 1, sym_comment, - ACTIONS(1623), 8, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, - sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1625), 28, + ACTIONS(1767), 28, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -347816,17 +347825,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_duration_unit, - [126633] = 6, + [126586] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5952), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6111), 1, - anon_sym_DOT, - STATE(3487), 1, + STATE(3485), 1, sym_comment, - ACTIONS(1599), 7, + ACTIONS(1667), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347834,7 +347838,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, sym_filesize_unit, - ACTIONS(1601), 27, + aux_sym_unquoted_token2, + ACTIONS(1669), 28, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -347850,6 +347855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -347862,12 +347868,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [126684] = 4, + [126633] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3488), 1, + ACTIONS(6512), 1, + sym__newline, + STATE(3486), 2, + sym_comment, + aux_sym_shebang_repeat1, + ACTIONS(1276), 34, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [126680] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3487), 1, sym_comment, - ACTIONS(1709), 8, + ACTIONS(1595), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347876,7 +347925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1711), 28, + ACTIONS(1597), 28, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -347905,12 +347954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [126731] = 4, + [126727] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3489), 1, + STATE(3488), 1, sym_comment, - ACTIONS(1723), 8, + ACTIONS(1733), 8, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -347919,7 +347968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT2, sym_filesize_unit, aux_sym_unquoted_token2, - ACTIONS(1725), 28, + ACTIONS(1735), 28, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -347948,16 +347997,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_duration_unit, - [126778] = 5, + [126774] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(3490), 1, + STATE(3489), 1, sym_comment, - ACTIONS(6492), 34, + ACTIONS(6482), 34, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -347992,24 +348041,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [126827] = 6, + [126823] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3490), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + aux_sym_unquoted_token2, + ACTIONS(1589), 28, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_duration_unit, + [126870] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6515), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6517), 1, + ACTIONS(5942), 1, aux_sym__immediate_decimal_token2, + ACTIONS(6035), 1, + anon_sym_DOT, STATE(3491), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1587), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 27, + sym_filesize_unit, + ACTIONS(1589), 27, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348025,7 +348117,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348037,14 +348128,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [126878] = 5, + sym_duration_unit, + [126921] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6480), 1, + ACTIONS(6504), 1, aux_sym__immediate_decimal_token2, STATE(3492), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348052,7 +348144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 28, + ACTIONS(1727), 28, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -348081,72 +348173,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [126927] = 3, + [126970] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6515), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6517), 1, + aux_sym__immediate_decimal_token2, STATE(3493), 1, sym_comment, - ACTIONS(1275), 35, - sym__newline, - anon_sym_any, - anon_sym_binary, - anon_sym_block, - anon_sym_bool, - anon_sym_cell_DASHpath, - anon_sym_closure, - anon_sym_cond, - anon_sym_datetime, - anon_sym_directory, - anon_sym_duration, - anon_sym_error, - anon_sym_expr, - anon_sym_float, - anon_sym_decimal, - anon_sym_filesize, - anon_sym_full_DASHcell_DASHpath, - anon_sym_glob, - anon_sym_int, - anon_sym_import_DASHpattern, - anon_sym_keyword, - anon_sym_math, - anon_sym_nothing, - anon_sym_number, - anon_sym_one_DASHof, - anon_sym_operator, - anon_sym_path, - anon_sym_range, - anon_sym_signature, - anon_sym_string, - anon_sym_table, - anon_sym_variable, - anon_sym_var_DASHwith_DASHopt_DASHtype, - anon_sym_record, - anon_sym_list, - [126971] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(6519), 1, - anon_sym_DOT_DOT2, - STATE(3494), 1, - sym_comment, - ACTIONS(6521), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 5, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1827), 25, - sym__newline, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 27, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348159,6 +348206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348168,31 +348216,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127025] = 8, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [127021] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(6523), 1, - anon_sym_DOT_DOT2, - STATE(3495), 1, + ACTIONS(6519), 1, + anon_sym_DOT, + ACTIONS(6521), 1, + aux_sym__immediate_decimal_token2, + STATE(3494), 1, sym_comment, - ACTIONS(6525), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 5, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 25, - sym__newline, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 27, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348205,6 +348251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348214,12 +348261,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127079] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [127072] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3496), 1, + STATE(3495), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348227,7 +348276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 28, + ACTIONS(1767), 28, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -348256,14 +348305,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127125] = 5, + [127118] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6513), 1, - aux_sym__immediate_decimal_token2, - STATE(3497), 1, + STATE(3496), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348271,10 +348318,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 27, + ACTIONS(1759), 28, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348299,14 +348347,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127173] = 5, + [127164] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6527), 1, - aux_sym__immediate_decimal_token2, - STATE(3498), 1, + STATE(3497), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1861), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348314,10 +348360,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 27, + ACTIONS(1863), 28, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348342,12 +348389,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127221] = 4, + [127210] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3499), 1, + ACTIONS(6521), 1, + aux_sym__immediate_decimal_token2, + STATE(3498), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348355,11 +348404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 28, - sym__newline, + ACTIONS(1727), 27, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348384,12 +348432,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127267] = 4, + [127258] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3500), 1, + STATE(3499), 1, sym_comment, - ACTIONS(1786), 7, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348397,7 +348445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1788), 28, + ACTIONS(1727), 28, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -348426,12 +348474,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127313] = 4, + [127304] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3501), 1, + ACTIONS(6523), 1, + aux_sym__immediate_decimal_token2, + STATE(3500), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348439,11 +348489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 28, - sym__newline, + ACTIONS(1767), 27, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348468,23 +348517,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127359] = 4, + [127352] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3501), 1, + sym_comment, + ACTIONS(1268), 35, + sym__newline, + anon_sym_any, + anon_sym_binary, + anon_sym_block, + anon_sym_bool, + anon_sym_cell_DASHpath, + anon_sym_closure, + anon_sym_cond, + anon_sym_datetime, + anon_sym_directory, + anon_sym_duration, + anon_sym_error, + anon_sym_expr, + anon_sym_float, + anon_sym_decimal, + anon_sym_filesize, + anon_sym_full_DASHcell_DASHpath, + anon_sym_glob, + anon_sym_int, + anon_sym_import_DASHpattern, + anon_sym_keyword, + anon_sym_math, + anon_sym_nothing, + anon_sym_number, + anon_sym_one_DASHof, + anon_sym_operator, + anon_sym_path, + anon_sym_range, + anon_sym_signature, + anon_sym_string, + anon_sym_table, + anon_sym_variable, + anon_sym_var_DASHwith_DASHopt_DASHtype, + anon_sym_record, + anon_sym_list, + [127396] = 8, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(6525), 1, + anon_sym_DOT_DOT2, STATE(3502), 1, sym_comment, - ACTIONS(1735), 7, + ACTIONS(6527), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 27, + ACTIONS(1873), 25, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348497,7 +348595,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348507,15 +348604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [127404] = 8, + [127450] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6173), 1, - sym_filesize_unit, - ACTIONS(6175), 1, - sym_duration_unit, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, ACTIONS(6529), 1, anon_sym_DOT_DOT2, STATE(3503), 1, @@ -348523,16 +348618,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(6531), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 24, + ACTIONS(1794), 25, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348554,8 +348650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127457] = 6, - ACTIONS(3), 1, + [127504] = 6, + ACTIONS(251), 1, anon_sym_POUND, ACTIONS(6533), 1, aux_sym__immediate_decimal_token1, @@ -348563,64 +348659,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__immediate_decimal_token2, STATE(3504), 1, sym_comment, - ACTIONS(1623), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - anon_sym_COLON2, - ACTIONS(1625), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [127506] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(6537), 1, - anon_sym_DOT_DOT2, - STATE(3505), 1, - sym_comment, - ACTIONS(6539), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 5, + ACTIONS(1757), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 24, + aux_sym_unquoted_token2, + ACTIONS(1759), 26, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348633,6 +348683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348642,12 +348693,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127559] = 4, + [127553] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3506), 1, + STATE(3505), 1, sym_comment, - ACTIONS(1786), 7, + ACTIONS(1765), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348655,7 +348706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1788), 27, + ACTIONS(1767), 27, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348683,16 +348734,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127604] = 6, + [127598] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6541), 1, - anon_sym_DOT, - ACTIONS(6543), 1, + ACTIONS(6537), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6539), 1, aux_sym__immediate_decimal_token2, - STATE(3507), 1, + STATE(3506), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1595), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -348701,7 +348752,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token41, sym_filesize_unit, anon_sym_COLON2, - ACTIONS(1601), 24, + ACTIONS(1597), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -348726,27 +348777,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [127653] = 8, + [127647] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(1788), 1, anon_sym_LPAREN2, - ACTIONS(6545), 1, + ACTIONS(6541), 1, anon_sym_DOT_DOT2, - STATE(3508), 1, + STATE(3507), 1, sym_comment, - ACTIONS(6547), 2, + ACTIONS(6543), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1827), 24, + ACTIONS(1794), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348771,12 +348822,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127706] = 4, + [127700] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3509), 1, + STATE(3508), 1, sym_comment, - ACTIONS(1727), 7, + ACTIONS(1757), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348784,7 +348835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 27, + ACTIONS(1759), 27, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348812,27 +348863,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127751] = 6, + [127745] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6549), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6551), 1, - aux_sym__immediate_decimal_token2, - STATE(3510), 1, + ACTIONS(6153), 1, + sym_filesize_unit, + ACTIONS(6155), 1, + sym_duration_unit, + ACTIONS(6545), 1, + anon_sym_DOT_DOT2, + STATE(3509), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(6547), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1729), 26, - sym__newline, + ACTIONS(1693), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348845,7 +348899,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348855,27 +348908,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127800] = 6, + [127798] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6553), 1, - anon_sym_DOT, - ACTIONS(6555), 1, - aux_sym__immediate_decimal_token2, - STATE(3511), 1, + STATE(3510), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1725), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, + anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 26, - sym__newline, + ACTIONS(1727), 27, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -348898,12 +348947,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127849] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [127843] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3512), 1, + STATE(3511), 1, sym_comment, - ACTIONS(1771), 7, + ACTIONS(1861), 7, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, @@ -348911,7 +348962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 27, + ACTIONS(1863), 27, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348939,23 +348990,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [127894] = 6, - ACTIONS(251), 1, + [127888] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6557), 1, + ACTIONS(6549), 1, anon_sym_DOT, - ACTIONS(6559), 1, + ACTIONS(6551), 1, aux_sym__immediate_decimal_token2, + STATE(3512), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + anon_sym_COLON2, + ACTIONS(1589), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [127937] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(6553), 1, + anon_sym_DOT_DOT2, STATE(3513), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(6555), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 25, + ACTIONS(1873), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -348971,7 +349069,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -348981,21 +349078,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127942] = 5, + [127990] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6555), 1, + ACTIONS(6557), 1, + anon_sym_DOT, + ACTIONS(6559), 1, aux_sym__immediate_decimal_token2, STATE(3514), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1737), 26, + ACTIONS(1727), 26, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -349022,23 +349121,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [127988] = 6, + [128039] = 6, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(6561), 1, - aux_sym__immediate_decimal_token1, + anon_sym_DOT, ACTIONS(6563), 1, aux_sym__immediate_decimal_token2, STATE(3515), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1729), 25, + ACTIONS(1727), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -349064,14 +349163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [128036] = 5, + [128087] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6543), 1, + ACTIONS(6551), 1, aux_sym__immediate_decimal_token2, STATE(3516), 1, sym_comment, - ACTIONS(1599), 8, + ACTIONS(1587), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -349080,7 +349179,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token41, sym_filesize_unit, anon_sym_COLON2, - ACTIONS(1601), 24, + ACTIONS(1589), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -349105,14 +349204,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [128082] = 5, + [128133] = 6, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(6565), 1, + anon_sym_DOT, + ACTIONS(6567), 1, aux_sym__immediate_decimal_token2, STATE(3517), 1, sym_comment, - ACTIONS(1709), 8, + ACTIONS(1587), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -349120,8 +349221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, aux_sym_cmd_identifier_token41, sym_filesize_unit, - anon_sym_COLON2, - ACTIONS(1711), 24, + ACTIONS(1589), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -349146,63 +349246,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [128128] = 6, - ACTIONS(3), 1, + [128181] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6567), 1, - aux_sym__immediate_decimal_token1, ACTIONS(6569), 1, aux_sym__immediate_decimal_token2, STATE(3518), 1, sym_comment, - ACTIONS(1623), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - ACTIONS(1625), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [128176] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6571), 1, - aux_sym__immediate_decimal_token2, - STATE(3519), 1, - sym_comment, - ACTIONS(1771), 6, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1773), 26, + ACTIONS(1767), 26, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -349229,16 +349287,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [128222] = 6, + [128227] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6573), 1, - anon_sym_DOT, - ACTIONS(6575), 1, + ACTIONS(6571), 1, aux_sym__immediate_decimal_token2, - STATE(3520), 1, + STATE(3519), 1, sym_comment, - ACTIONS(1599), 7, + ACTIONS(1667), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -349246,7 +349302,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, aux_sym_cmd_identifier_token41, sym_filesize_unit, - ACTIONS(1601), 24, + anon_sym_COLON2, + ACTIONS(1669), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -349271,96 +349328,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [128270] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3521), 1, - sym_comment, - ACTIONS(2253), 2, - sym__newline, - anon_sym_LBRACE, - ACTIONS(2249), 28, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_STAR2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128317] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6577), 1, - anon_sym_DOT_DOT2, - STATE(3522), 1, - sym_comment, - ACTIONS(6579), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1802), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128364] = 5, + [128273] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6581), 1, + ACTIONS(6573), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6575), 1, aux_sym__immediate_decimal_token2, - STATE(3523), 1, + STATE(3520), 1, sym_comment, - ACTIONS(1709), 7, + ACTIONS(1595), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -349368,7 +349345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, aux_sym_cmd_identifier_token41, sym_filesize_unit, - ACTIONS(1711), 24, + ACTIONS(1597), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -349393,21 +349370,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [128409] = 5, + [128321] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6559), 1, + ACTIONS(6577), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6579), 1, aux_sym__immediate_decimal_token2, - STATE(3524), 1, + STATE(3521), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1757), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1737), 25, + ACTIONS(1759), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -349433,22 +349412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [128454] = 6, + [128369] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3525), 1, + ACTIONS(6559), 1, + aux_sym__immediate_decimal_token2, + STATE(3522), 1, sym_comment, - ACTIONS(1794), 5, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1802), 25, + aux_sym_unquoted_token2, + ACTIONS(1727), 26, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -349465,6 +349443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -349474,16 +349453,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [128501] = 4, + [128415] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3526), 1, + STATE(3523), 1, + sym_comment, + ACTIONS(1667), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + anon_sym_COLON2, + ACTIONS(1669), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [128458] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3524), 1, sym_comment, - ACTIONS(2263), 3, + ACTIONS(2247), 2, sym__newline, anon_sym_LBRACE, - anon_sym_LPAREN2, - ACTIONS(2261), 29, + ACTIONS(2245), 28, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -349512,104 +349533,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - aux_sym_unquoted_token4, - [128544] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_COLON2, - ACTIONS(3028), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6583), 1, - sym_filesize_unit, - ACTIONS(6585), 1, - sym_duration_unit, - STATE(3527), 1, - sym_comment, - ACTIONS(3026), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(3024), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [128595] = 27, + [128505] = 27, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6595), 1, + ACTIONS(6589), 1, anon_sym_LBRACE, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3528), 1, + STATE(3525), 1, sym_comment, - STATE(3546), 1, + STATE(3549), 1, aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4127), 1, + STATE(4167), 1, sym__binary_predicate_parenthesized, - STATE(4128), 1, + STATE(4193), 1, sym__predicate, - STATE(4692), 1, + STATE(4673), 1, sym_val_closure, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -349618,427 +349595,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [128684] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3529), 1, - sym_comment, - ACTIONS(1771), 6, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1773), 26, - sym__newline, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128727] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(3530), 1, - sym_comment, - ACTIONS(2245), 2, - sym__newline, - anon_sym_LBRACE, - ACTIONS(2241), 28, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_STAR2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128774] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(3531), 1, - sym_comment, - ACTIONS(2224), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2228), 25, - sym__newline, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128821] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6601), 1, - anon_sym_DOT_DOT2, - STATE(3532), 1, - sym_comment, - ACTIONS(6603), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2121), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128868] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6605), 1, - anon_sym_DOT_DOT2, - STATE(3533), 1, - sym_comment, - ACTIONS(6607), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2148), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128915] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6609), 1, - anon_sym_DOT_DOT2, - STATE(3534), 1, - sym_comment, - ACTIONS(6611), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2156), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [128962] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6613), 1, - anon_sym_DOT_DOT2, - STATE(3535), 1, - sym_comment, - ACTIONS(6615), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2164), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [129009] = 6, + [128594] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(3536), 1, - sym_comment, - ACTIONS(1000), 2, - sym__newline, - anon_sym_LBRACE, - ACTIONS(1004), 28, - anon_sym_GT2, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_STAR2, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [129056] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6617), 1, - anon_sym_DOT_DOT2, - STATE(3537), 1, - sym_comment, - ACTIONS(6619), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5086), 24, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [129103] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(3538), 1, + ACTIONS(1681), 1, + anon_sym_COLON2, + ACTIONS(3022), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6595), 1, + sym_filesize_unit, + ACTIONS(6597), 1, + sym_duration_unit, + STATE(3526), 1, sym_comment, - ACTIONS(1819), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1827), 25, - sym__newline, - anon_sym_DASH2, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [129150] = 4, + ACTIONS(3020), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3018), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [128645] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3539), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(3527), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(2194), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1729), 26, + ACTIONS(2198), 25, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -350055,7 +349670,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -350065,19 +349679,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129193] = 4, + [128692] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3540), 1, + STATE(3528), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(1861), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1737), 26, + ACTIONS(1863), 26, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -350104,23 +349718,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129236] = 4, + [128735] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3541), 1, + ACTIONS(6563), 1, + aux_sym__immediate_decimal_token2, + STATE(3529), 1, sym_comment, - ACTIONS(1786), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1788), 26, - sym__newline, + ACTIONS(1727), 25, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350143,51 +349758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129279] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3542), 1, - sym_comment, - ACTIONS(1709), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - anon_sym_COLON2, - ACTIONS(1711), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [129322] = 4, + [128780] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3543), 1, + STATE(3530), 1, sym_comment, - ACTIONS(1723), 8, + ACTIONS(1733), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -350196,7 +349772,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_cmd_identifier_token41, sym_filesize_unit, anon_sym_COLON2, - ACTIONS(1725), 24, + ACTIONS(1735), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -350221,26 +349797,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [129365] = 6, + [128823] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(3544), 1, + ACTIONS(6599), 1, + aux_sym__immediate_decimal_token2, + STATE(3531), 1, sym_comment, - ACTIONS(2218), 5, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2222), 25, - sym__newline, + aux_sym_unquoted_token2, + ACTIONS(1767), 25, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350253,6 +349827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -350262,26 +349837,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129412] = 6, - ACTIONS(251), 1, + [128868] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3545), 1, + STATE(3532), 1, sym_comment, - ACTIONS(2214), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2216), 25, + ACTIONS(2267), 3, sym__newline, + anon_sym_LBRACE, + anon_sym_LPAREN2, + ACTIONS(2265), 29, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350290,98 +349859,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129459] = 27, - ACTIONS(227), 1, - aux_sym__val_number_token5, + aux_sym_unquoted_token4, + [128911] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, - aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6589), 1, - sym__newline, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(6595), 1, - anon_sym_LBRACE, - ACTIONS(6597), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, - aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, - sym__val_number, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(3546), 1, - sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3828), 1, - aux_sym_shebang_repeat1, - STATE(4070), 1, - sym_val_number, - STATE(4235), 1, - sym__binary_predicate_parenthesized, - STATE(4236), 1, - sym__predicate, - STATE(4577), 1, - sym_val_closure, - ACTIONS(215), 2, - anon_sym_true, - anon_sym_false, - STATE(4217), 2, - sym_expr_unary, - sym_val_bool, - STATE(4867), 2, - sym__where_predicate_lhs, - sym_val_variable, - ACTIONS(229), 5, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - [129548] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3547), 1, + STATE(3533), 1, sym_comment, - ACTIONS(2259), 2, - sym__newline, - anon_sym_LBRACE, - ACTIONS(2257), 28, + ACTIONS(2188), 5, anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2192), 25, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_STAR2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350390,40 +349904,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129595] = 5, - ACTIONS(251), 1, + [128958] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6621), 1, - aux_sym__immediate_decimal_token2, - STATE(3548), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(3534), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(2233), 2, + sym__newline, + anon_sym_LBRACE, + ACTIONS(2229), 28, anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1773), 25, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350432,66 +349942,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129640] = 5, + [129005] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6575), 1, + ACTIONS(6601), 1, aux_sym__immediate_decimal_token2, - STATE(3549), 1, - sym_comment, - ACTIONS(1599), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - ACTIONS(1601), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [129685] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3550), 1, + STATE(3535), 1, sym_comment, - ACTIONS(1623), 8, + ACTIONS(1667), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -350499,8 +349973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, aux_sym_cmd_identifier_token41, sym_filesize_unit, - anon_sym_COLON2, - ACTIONS(1625), 24, + ACTIONS(1669), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -350525,27 +349998,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [129728] = 7, + [129050] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5082), 1, - anon_sym_EQ_GT, - ACTIONS(6617), 1, - anon_sym_DOT_DOT2, - STATE(3551), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3536), 1, sym_comment, - ACTIONS(6619), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(5084), 5, + ACTIONS(1865), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5086), 23, + ACTIONS(1873), 25, + sym__newline, anon_sym_DASH2, anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350567,26 +350039,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129777] = 6, + [129097] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6617), 1, + ACTIONS(5106), 1, + anon_sym_EQ_GT, + ACTIONS(6603), 1, anon_sym_DOT_DOT2, - STATE(3552), 1, + STATE(3537), 1, sym_comment, - ACTIONS(6619), 2, + ACTIONS(6605), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1004), 5, + ACTIONS(5108), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1000), 24, + ACTIONS(5110), 23, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350608,23 +350081,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129824] = 6, + [129146] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6623), 1, + ACTIONS(6603), 1, anon_sym_DOT_DOT2, - STATE(3553), 1, + STATE(3538), 1, sym_comment, - ACTIONS(6625), 2, + ACTIONS(6605), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 5, + ACTIONS(1004), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1827), 24, + ACTIONS(1000), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -350649,98 +350122,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [129871] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3554), 1, - sym_comment, - ACTIONS(1599), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - anon_sym_COLON2, - ACTIONS(1601), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [129914] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6631), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6633), 1, - sym_filesize_unit, - ACTIONS(6635), 1, - sym_duration_unit, - STATE(3555), 1, - sym_comment, - ACTIONS(6629), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6627), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [129962] = 4, + [129193] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2263), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - STATE(3556), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3539), 1, sym_comment, - ACTIONS(2261), 30, + ACTIONS(2241), 2, + sym__newline, + anon_sym_LBRACE, + ACTIONS(2237), 28, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, @@ -350766,33 +350163,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - aux_sym_unquoted_token4, - [130004] = 9, + [129240] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - STATE(3557), 1, + ACTIONS(6603), 1, + anon_sym_DOT_DOT2, + STATE(3540), 1, sym_comment, - STATE(3626), 1, - aux_sym_shebang_repeat1, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5229), 3, + ACTIONS(6605), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5108), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5227), 20, + ACTIONS(5110), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350805,89 +350195,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130056] = 14, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3558), 1, - sym_comment, - STATE(3644), 1, - aux_sym_shebang_repeat1, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6647), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5227), 9, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [130118] = 11, + [129287] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3559), 1, + ACTIONS(6607), 1, + anon_sym_DOT_DOT2, + STATE(3541), 1, sym_comment, - ACTIONS(5297), 2, + ACTIONS(6609), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 5, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6657), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5295), 18, - sym__newline, + anon_sym_PLUS2, + ACTIONS(1873), 24, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350900,34 +350236,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [130174] = 8, - ACTIONS(251), 1, + [129334] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3560), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(3542), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5297), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5295), 21, + ACTIONS(1000), 2, sym__newline, + anon_sym_LBRACE, + ACTIONS(1004), 28, + anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -350936,78 +350270,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130224] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3561), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5295), 14, - sym__newline, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [130282] = 6, + [129381] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3543), 1, + sym_comment, + ACTIONS(1595), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + anon_sym_COLON2, + ACTIONS(1597), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [129424] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3562), 1, + STATE(3544), 1, sym_comment, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5297), 5, + ACTIONS(1757), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5295), 23, + aux_sym_unquoted_token2, + ACTIONS(1759), 26, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -351024,241 +350354,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130328] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3563), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5295), 5, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [130396] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3564), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5295), 4, - sym__newline, - anon_sym_LBRACE, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [130466] = 19, + [129467] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - ACTIONS(6683), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3565), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3545), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, + ACTIONS(2184), 5, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5295), 3, - sym__newline, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [130538] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3566), 1, - sym_comment, - ACTIONS(6657), 2, anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, anon_sym_LT2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5295), 10, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130598] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3567), 1, - sym_comment, - ACTIONS(5297), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6657), 2, - anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5295), 20, + anon_sym_PLUS2, + ACTIONS(2186), 25, sym__newline, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -351273,37 +350396,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [130652] = 11, + [129514] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3546), 1, + sym_comment, + ACTIONS(1587), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + anon_sym_COLON2, + ACTIONS(1589), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [129557] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6567), 1, + aux_sym__immediate_decimal_token2, + STATE(3547), 1, + sym_comment, + ACTIONS(1587), 7, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + ACTIONS(1589), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [129602] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3568), 1, + STATE(3548), 1, sym_comment, - STATE(3647), 1, - aux_sym_shebang_repeat1, - ACTIONS(5229), 2, + ACTIONS(1765), 6, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6637), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5227), 19, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1767), 26, + sym__newline, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -351318,188 +350513,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130708] = 14, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3569), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5295), 8, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [130770] = 15, + [129645] = 27, + ACTIONS(227), 1, + aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3570), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5295), 7, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3444), 1, + aux_sym_expr_unary_token1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6583), 1, sym__newline, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(6587), 1, + anon_sym_DOLLAR, + ACTIONS(6589), 1, anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130834] = 16, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3571), 1, + ACTIONS(6591), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6593), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, + sym__val_number, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(3549), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5295), 6, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [130900] = 11, + STATE(3764), 1, + sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, + STATE(4070), 1, + sym_val_number, + STATE(4237), 1, + sym__binary_predicate_parenthesized, + STATE(4238), 1, + sym__predicate, + STATE(4604), 1, + sym_val_closure, + ACTIONS(215), 2, + anon_sym_true, + anon_sym_false, + STATE(4273), 2, + sym_expr_unary, + sym_val_bool, + STATE(4875), 2, + sym__where_predicate_lhs, + sym_val_variable, + ACTIONS(229), 5, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + [129734] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3572), 1, + ACTIONS(6611), 1, + anon_sym_DOT_DOT2, + STATE(3550), 1, sym_comment, - ACTIONS(5259), 2, + ACTIONS(6613), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2170), 5, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6657), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5257), 18, - sym__newline, + anon_sym_PLUS2, + ACTIONS(2176), 24, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -351512,40 +350617,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [130956] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3573), 1, - sym_comment, - STATE(3613), 1, - aux_sym_shebang_repeat1, - ACTIONS(5291), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6653), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5289), 17, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [129781] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6615), 1, + anon_sym_DOT_DOT2, + STATE(3551), 1, + sym_comment, + ACTIONS(6617), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2150), 24, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -351558,34 +350658,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131014] = 8, + [129828] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3574), 1, + ACTIONS(6619), 1, + anon_sym_DOT_DOT2, + STATE(3552), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5259), 3, + ACTIONS(6621), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5257), 21, - sym__newline, + ACTIONS(2158), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -351598,37 +350699,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131064] = 9, + [129875] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - STATE(3575), 1, + ACTIONS(6623), 1, + anon_sym_DOT_DOT2, + STATE(3553), 1, sym_comment, - STATE(3614), 1, - aux_sym_shebang_repeat1, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5291), 3, + ACTIONS(6625), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2160), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5289), 20, + ACTIONS(2166), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -351641,44 +350740,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131116] = 12, + [129922] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3576), 1, + STATE(3554), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, + ACTIONS(1725), 6, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5257), 14, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1727), 26, sym__newline, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -351687,75 +350772,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [131174] = 13, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3577), 1, - sym_comment, - STATE(3615), 1, - aux_sym_shebang_repeat1, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6649), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5289), 13, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131234] = 6, + [129965] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3578), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(3555), 1, sym_comment, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5259), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5257), 23, + ACTIONS(1794), 25, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -351772,6 +350820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -351779,28 +350829,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131280] = 7, + [130012] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, - sym__newline, - STATE(3579), 1, + ACTIONS(6627), 1, + anon_sym_DOT_DOT2, + STATE(3556), 1, sym_comment, - STATE(3617), 1, - aux_sym_shebang_repeat1, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5291), 5, + ACTIONS(6629), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5289), 22, + ACTIONS(1794), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -351813,6 +350861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -351820,100 +350870,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131328] = 17, - ACTIONS(251), 1, + [130059] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3580), 1, + ACTIONS(6635), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6637), 1, + sym_filesize_unit, + ACTIONS(6639), 1, + sym_duration_unit, + STATE(3557), 1, sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5257), 5, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [131396] = 18, + ACTIONS(6633), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6631), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [130107] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - STATE(3581), 1, + STATE(3558), 1, sym_comment, - STATE(3677), 1, + STATE(3595), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5289), 4, + ACTIONS(5287), 4, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -351923,102 +350963,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [131466] = 18, + [130177] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6691), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(6693), 1, anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3582), 1, + STATE(3559), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5257), 4, + ACTIONS(5283), 4, sym__newline, anon_sym_LBRACE, anon_sym_xor2, anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [131536] = 19, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [130247] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - ACTIONS(6693), 1, + ACTIONS(6695), 1, anon_sym_and2, - STATE(3583), 1, + STATE(3560), 1, sym_comment, - STATE(3622), 1, + STATE(3596), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5289), 3, + ACTIONS(5287), 3, anon_sym_LBRACE, anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -352028,126 +351068,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [131608] = 15, + [130319] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(3584), 1, - sym_comment, - STATE(3649), 1, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + ACTIONS(6697), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + STATE(3561), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(5283), 3, + sym__newline, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5227), 7, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [131672] = 19, + [130391] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - ACTIONS(6681), 1, + ACTIONS(6695), 1, anon_sym_and2, - ACTIONS(6683), 1, + ACTIONS(6699), 1, anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3585), 1, + STATE(3562), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3597), 1, + aux_sym_shebang_repeat1, + ACTIONS(5287), 2, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5257), 3, - sym__newline, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [131744] = 7, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [130465] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6699), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6701), 1, - sym_filesize_unit, - ACTIONS(6703), 1, - sym_duration_unit, - STATE(3586), 1, + STATE(3563), 1, sym_comment, - ACTIONS(6697), 5, + ACTIONS(1595), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, - ACTIONS(6695), 23, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + ACTIONS(1597), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -352171,92 +351212,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [131792] = 16, + sym_duration_unit, + [130507] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - STATE(3587), 1, - sym_comment, - STATE(3651), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + STATE(3564), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5227), 6, + ACTIONS(5283), 10, + sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131858] = 17, + [130567] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - STATE(3588), 1, + STATE(3565), 1, sym_comment, - STATE(3653), 1, + STATE(3599), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -352266,270 +351298,426 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5227), 5, + ACTIONS(5287), 9, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [131926] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3062), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6705), 1, - sym_filesize_unit, - ACTIONS(6707), 1, - sym_duration_unit, - STATE(3589), 1, - sym_comment, - ACTIONS(3060), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(3058), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [131974] = 20, + [130629] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3566), 1, + sym_comment, + ACTIONS(5285), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5283), 20, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, anon_sym_bit_DASHor2, - ACTIONS(6693), 1, + [130683] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + STATE(3567), 1, + sym_comment, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 25, + sym__newline, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, anon_sym_and2, - ACTIONS(6709), 1, anon_sym_xor2, - STATE(3590), 1, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [130727] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5392), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + STATE(3568), 1, sym_comment, - STATE(3624), 1, + STATE(3600), 1, aux_sym_shebang_repeat1, ACTIONS(5289), 2, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6637), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(5287), 19, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [132048] = 13, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [130783] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3591), 1, + STATE(3569), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 10, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5283), 8, sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132108] = 13, + [130845] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3592), 1, + STATE(3570), 1, sym_comment, - STATE(3629), 1, + STATE(3602), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5227), 13, - anon_sym_in2, + ACTIONS(5287), 7, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132168] = 6, + [130909] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3593), 1, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3571), 1, sym_comment, - ACTIONS(2214), 5, + ACTIONS(6667), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(2216), 24, - anon_sym_DASH2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5283), 7, + sym__newline, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [130973] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5392), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + STATE(3572), 1, + sym_comment, + STATE(3605), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, + ACTIONS(5287), 6, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [131039] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3573), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5283), 6, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHor2, - [132214] = 14, + [131105] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3594), 1, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + STATE(3574), 1, sym_comment, - STATE(3628), 1, + STATE(3606), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -352539,41 +351727,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5289), 9, + ACTIONS(5287), 5, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132276] = 10, + [131173] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3595), 1, + STATE(3575), 1, sym_comment, - ACTIONS(5259), 2, + STATE(3607), 1, + aux_sym_shebang_repeat1, + ACTIONS(5299), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6657), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5257), 20, - sym__newline, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5297), 17, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -352588,37 +351776,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132330] = 11, + [131231] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3596), 1, + STATE(3576), 1, sym_comment, - STATE(3630), 1, + STATE(3611), 1, aux_sym_shebang_repeat1, - ACTIONS(5291), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5289), 19, + ACTIONS(5299), 3, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + ACTIONS(5297), 20, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -352638,127 +351822,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132386] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6715), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6717), 1, - sym_filesize_unit, - ACTIONS(6719), 1, - sym_duration_unit, - STATE(3597), 1, - sym_comment, - ACTIONS(6713), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6711), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [132434] = 14, + [131283] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3598), 1, + STATE(3577), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3613), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(5297), 13, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 8, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [131343] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5338), 1, sym__newline, + STATE(3578), 1, + sym_comment, + STATE(3615), 1, + aux_sym_shebang_repeat1, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5299), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5297), 22, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132496] = 15, + [131391] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3599), 1, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + STATE(3579), 1, sym_comment, - STATE(3632), 1, + STATE(3618), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(5297), 4, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -352768,82 +351962,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5289), 7, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [132560] = 15, + [131461] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3600), 1, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + ACTIONS(6695), 1, + anon_sym_and2, + STATE(3580), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3620), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, + ACTIONS(5297), 3, + anon_sym_LBRACE, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6645), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [131533] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + ACTIONS(6695), 1, + anon_sym_and2, + ACTIONS(6699), 1, + anon_sym_xor2, + STATE(3581), 1, + sym_comment, + STATE(3623), 1, + aux_sym_shebang_repeat1, + ACTIONS(5297), 2, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6641), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6673), 2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6651), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6671), 4, + [131607] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + STATE(3582), 1, + sym_comment, + STATE(3625), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 7, - sym__newline, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5297), 9, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132624] = 6, + [131669] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3601), 1, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + STATE(3583), 1, sym_comment, - ACTIONS(1794), 5, + STATE(3627), 1, + aux_sym_shebang_repeat1, + ACTIONS(5299), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1802), 24, - anon_sym_DASH2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5297), 19, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -352856,49 +352157,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132670] = 16, + [131725] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - STATE(3602), 1, + STATE(3584), 1, sym_comment, - STATE(3634), 1, + STATE(3629), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -352908,140 +352203,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5289), 6, + ACTIONS(5297), 7, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132736] = 16, + [131789] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5338), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3603), 1, + STATE(3585), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3634), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5257), 6, - sym__newline, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5297), 6, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [132802] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3042), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6721), 1, - sym_filesize_unit, - ACTIONS(6723), 1, - sym_duration_unit, - STATE(3604), 1, - sym_comment, - ACTIONS(3040), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(3038), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [132850] = 17, + [131855] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5320), 1, + ACTIONS(5338), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - STATE(3605), 1, + STATE(3586), 1, sym_comment, - STATE(3635), 1, + STATE(3636), 1, aux_sym_shebang_repeat1, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -353051,186 +352306,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5289), 5, + ACTIONS(5297), 5, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_bit_DASHor2, - [132918] = 7, + [131923] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5305), 1, sym__newline, - STATE(3606), 1, - sym_comment, - STATE(3633), 1, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + STATE(3573), 1, aux_sym_shebang_repeat1, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5229), 5, + STATE(3587), 1, + sym_comment, + ACTIONS(6641), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5227), 22, - anon_sym_DASH2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, + ACTIONS(5251), 5, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHor2, - [132966] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3607), 1, - sym_comment, - ACTIONS(1723), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - ACTIONS(1725), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [133008] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6729), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6731), 1, - sym_filesize_unit, - ACTIONS(6733), 1, - sym_duration_unit, - STATE(3608), 1, - sym_comment, - ACTIONS(6727), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6725), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [133056] = 4, + [131991] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3609), 1, - sym_comment, - ACTIONS(1623), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - ACTIONS(1625), 24, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - sym_duration_unit, - [133098] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3610), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3588), 1, sym_comment, - ACTIONS(1727), 6, + ACTIONS(2237), 29, anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1729), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -353239,30 +352386,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133140] = 5, + [132035] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - STATE(3611), 1, + STATE(3589), 1, sym_comment, - ACTIONS(2249), 29, + ACTIONS(2245), 29, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -353292,21 +352441,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133184] = 5, - ACTIONS(3), 1, + [132079] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3612), 1, + ACTIONS(6521), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(6701), 1, + anon_sym_DOT, + STATE(3590), 1, sym_comment, - ACTIONS(2257), 29, + ACTIONS(1725), 5, anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1727), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, - anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -353315,49 +352468,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133228] = 11, + [132125] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3613), 1, + STATE(3591), 1, sym_comment, - ACTIONS(5255), 2, + ACTIONS(5293), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6657), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5253), 18, + ACTIONS(5291), 18, sym__newline, anon_sym_in2, anon_sym_LBRACE, @@ -353376,27 +352526,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133284] = 8, + [132181] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3614), 1, + STATE(3592), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5255), 3, + ACTIONS(5293), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5253), 21, + ACTIONS(5291), 21, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -353418,38 +352568,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133334] = 12, + [132231] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3615), 1, + STATE(3593), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5253), 14, + ACTIONS(5291), 14, sym__newline, anon_sym_in2, anon_sym_LBRACE, @@ -353464,64 +352614,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133392] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6739), 1, - aux_sym_cmd_identifier_token41, - ACTIONS(6741), 1, - sym_filesize_unit, - ACTIONS(6743), 1, - sym_duration_unit, - STATE(3616), 1, - sym_comment, - ACTIONS(6737), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6735), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [133440] = 6, + [132289] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3617), 1, + STATE(3594), 1, sym_comment, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5255), 5, + ACTIONS(5293), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5253), 23, + ACTIONS(5291), 23, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -353545,19 +352654,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133486] = 4, + [132335] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(3618), 1, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3595), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5291), 5, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [132403] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3596), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5291), 4, + sym__newline, + anon_sym_LBRACE, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [132473] = 19, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + ACTIONS(6697), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3597), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5291), 3, + sym__newline, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [132545] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3598), 1, sym_comment, - ACTIONS(1771), 6, + ACTIONS(1725), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1773), 25, + ACTIONS(1727), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -353583,73 +352848,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133528] = 20, + [132587] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3599), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5291), 10, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - ACTIONS(6709), 1, - anon_sym_xor2, - STATE(3619), 1, - sym_comment, - STATE(3641), 1, + [132647] = 10, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(5227), 2, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6637), 2, + STATE(3600), 1, + sym_comment, + ACTIONS(5293), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, + ACTIONS(5291), 20, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [132701] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3601), 1, + sym_comment, + ACTIONS(1757), 6, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(6653), 2, + anon_sym_SLASH2, + anon_sym_PLUS2, + aux_sym_unquoted_token2, + ACTIONS(1759), 25, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [132743] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3602), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [133602] = 4, + ACTIONS(5291), 8, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [132805] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3620), 1, + STATE(3603), 1, sym_comment, - ACTIONS(1786), 6, + ACTIONS(1765), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, aux_sym_unquoted_token2, - ACTIONS(1788), 25, + ACTIONS(1767), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -353675,22 +353063,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133644] = 6, + [132847] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(3621), 1, + STATE(3604), 1, sym_comment, - ACTIONS(2218), 5, + ACTIONS(1861), 6, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2222), 24, + aux_sym_unquoted_token2, + ACTIONS(1863), 25, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -353706,6 +353091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_LPAREN2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, anon_sym_mod2, @@ -353715,85 +353101,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133690] = 18, + [132889] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3622), 1, + STATE(3605), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5291), 7, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [132953] = 16, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3606), 1, + sym_comment, ACTIONS(6667), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(5253), 4, - sym__newline, - anon_sym_LBRACE, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [133760] = 11, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5291), 6, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHor2, + [133019] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3623), 1, + STATE(3607), 1, sym_comment, - ACTIONS(5241), 2, + ACTIONS(5303), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6657), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5239), 18, + ACTIONS(5301), 18, sym__newline, anon_sym_in2, anon_sym_LBRACE, @@ -353812,88 +353245,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133816] = 19, + [133075] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - ACTIONS(6683), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3624), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3608), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(1865), 5, + anon_sym_GT2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(6659), 2, + anon_sym_PLUS2, + ACTIONS(1873), 24, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5253), 3, - sym__newline, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [133888] = 12, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [133121] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3559), 1, - aux_sym_shebang_repeat1, - STATE(3625), 1, + STATE(3609), 1, sym_comment, - ACTIONS(5247), 2, + STATE(3642), 1, + aux_sym_shebang_repeat1, + ACTIONS(5233), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5245), 17, + ACTIONS(5231), 17, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -353911,27 +353331,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133946] = 8, + [133179] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3610), 1, + sym_comment, + ACTIONS(1667), 7, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + ACTIONS(1669), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [133221] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3626), 1, + STATE(3611), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5241), 3, + ACTIONS(5303), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5239), 21, + ACTIONS(5301), 21, sym__newline, anon_sym_DASH2, anon_sym_in2, @@ -353953,29 +353411,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [133996] = 9, + [133271] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5385), 1, sym__newline, - STATE(3560), 1, - aux_sym_shebang_repeat1, - STATE(3627), 1, + STATE(3612), 1, sym_comment, - ACTIONS(6637), 2, + STATE(3643), 1, + aux_sym_shebang_repeat1, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5247), 3, + ACTIONS(5233), 3, anon_sym_GT2, anon_sym_LT2, anon_sym_PLUS2, - ACTIONS(5245), 20, + ACTIONS(5231), 20, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -353996,86 +353454,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134048] = 13, + [133323] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3628), 1, + STATE(3613), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 10, + ACTIONS(5301), 14, sym__newline, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134108] = 12, + [133381] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5385), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3629), 1, + STATE(3614), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3646), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5239), 14, - sym__newline, + ACTIONS(5231), 13, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -354089,31 +353547,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134166] = 10, + [133441] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3630), 1, + STATE(3615), 1, sym_comment, - ACTIONS(5255), 2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5303), 5, anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6657), 2, anon_sym_STAR2, + anon_sym_LT2, anon_sym_SLASH2, - ACTIONS(6659), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5253), 20, + anon_sym_PLUS2, + ACTIONS(5301), 23, sym__newline, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -354128,124 +353580,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134220] = 13, + [133487] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - STATE(3561), 1, - aux_sym_shebang_repeat1, - STATE(3631), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(3616), 1, sym_comment, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, + ACTIONS(2188), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, - ACTIONS(6653), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6649), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5245), 13, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2192), 24, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [134280] = 14, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3632), 1, - sym_comment, - ACTIONS(6657), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6659), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5253), 8, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134342] = 6, + [133533] = 7, ACTIONS(251), 1, - anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3633), 1, + anon_sym_POUND, + ACTIONS(5385), 1, + sym__newline, + STATE(3617), 1, sym_comment, - ACTIONS(6659), 2, + STATE(3647), 1, + aux_sym_shebang_repeat1, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5241), 5, + ACTIONS(5233), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5239), 23, - sym__newline, + ACTIONS(5231), 22, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -354268,127 +353668,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134388] = 15, + [133581] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3634), 1, + STATE(3618), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5253), 7, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5301), 5, sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [134452] = 16, + [133649] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5385), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3635), 1, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + STATE(3619), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3648), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(5231), 4, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6645), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [133719] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3620), 1, + sym_comment, ACTIONS(6667), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5301), 4, + sym__newline, + anon_sym_LBRACE, + anon_sym_xor2, + anon_sym_or2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5253), 6, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [134518] = 7, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [133789] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - STATE(3562), 1, - aux_sym_shebang_repeat1, - STATE(3636), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(3621), 1, sym_comment, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5247), 5, + ACTIONS(2194), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5245), 22, + ACTIONS(2198), 24, anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -354401,6 +353854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -354408,439 +353863,413 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [134566] = 17, + [133835] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5385), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3637), 1, + ACTIONS(6695), 1, + anon_sym_and2, + STATE(3622), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3650), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(5231), 3, + anon_sym_LBRACE, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 5, - sym__newline, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [134634] = 18, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [133907] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, + anon_sym_bit_DASHand2, ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, anon_sym_bit_DASHor2, - STATE(3563), 1, + ACTIONS(6697), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3638), 1, + STATE(3623), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5245), 4, + ACTIONS(5301), 3, + sym__newline, anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [134704] = 18, + [133979] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - ACTIONS(6681), 1, + ACTIONS(6695), 1, anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3639), 1, + ACTIONS(6699), 1, + anon_sym_xor2, + STATE(3624), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3651), 1, + aux_sym_shebang_repeat1, + ACTIONS(5231), 2, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5239), 4, - sym__newline, - anon_sym_LBRACE, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [134774] = 19, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [134053] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - STATE(3564), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3640), 1, + STATE(3625), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5245), 3, - anon_sym_LBRACE, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [134846] = 19, + ACTIONS(5301), 10, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [134113] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(5385), 1, + sym__newline, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, - anon_sym_bit_DASHand2, - ACTIONS(6677), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, - anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - ACTIONS(6683), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3641), 1, + STATE(3626), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3652), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5239), 3, - sym__newline, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [134918] = 20, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5231), 9, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [134175] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - ACTIONS(6709), 1, - anon_sym_xor2, - STATE(3565), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3642), 1, + STATE(3627), 1, sym_comment, - ACTIONS(5245), 2, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6637), 2, + ACTIONS(5303), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(5301), 20, + sym__newline, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [134992] = 18, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [134229] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - STATE(3637), 1, + STATE(3566), 1, aux_sym_shebang_repeat1, - STATE(3643), 1, + STATE(3628), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(5253), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5227), 4, + ACTIONS(5251), 19, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, - anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [135062] = 13, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [134285] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3644), 1, + STATE(3629), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 10, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5301), 8, sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135122] = 6, - ACTIONS(251), 1, + [134347] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(2231), 1, anon_sym_LPAREN2, - STATE(3645), 1, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(3630), 1, sym_comment, - ACTIONS(1819), 5, + ACTIONS(2229), 29, anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1827), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, + anon_sym_STAR2, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -354849,92 +354278,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135168] = 14, + [134391] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3566), 1, - aux_sym_shebang_repeat1, - STATE(3646), 1, + STATE(3631), 1, sym_comment, - ACTIONS(6637), 2, + STATE(3663), 1, + aux_sym_shebang_repeat1, + ACTIONS(5253), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6647), 4, + ACTIONS(5251), 17, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5245), 9, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135230] = 10, + [134449] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, - anon_sym_PLUS2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3647), 1, + ACTIONS(5305), 1, + sym__newline, + STATE(3632), 1, sym_comment, - ACTIONS(5241), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6657), 2, + STATE(3665), 1, + aux_sym_shebang_repeat1, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5239), 20, - sym__newline, + ACTIONS(5253), 3, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + ACTIONS(5251), 20, + anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -354954,131 +354383,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135284] = 11, + [134501] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3567), 1, - aux_sym_shebang_repeat1, - STATE(3648), 1, + STATE(3633), 1, sym_comment, - ACTIONS(5247), 2, + STATE(3654), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5245), 19, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, + ACTIONS(5231), 7, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135340] = 14, + [134565] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(1782), 1, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3649), 1, + STATE(3634), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 8, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5301), 7, sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135402] = 15, + [134629] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5385), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3569), 1, - aux_sym_shebang_repeat1, - STATE(3650), 1, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + STATE(3635), 1, sym_comment, - ACTIONS(6637), 2, + STATE(3657), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -355088,97 +354524,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5245), 7, + ACTIONS(5231), 6, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135466] = 15, + [134695] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, - STATE(1782), 1, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3651), 1, + STATE(3636), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 7, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5301), 6, sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135530] = 16, + [134761] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3046), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6703), 1, + sym_filesize_unit, + ACTIONS(6705), 1, + sym_duration_unit, + STATE(3637), 1, + sym_comment, + ACTIONS(3044), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3042), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [134809] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - STATE(3570), 1, - aux_sym_shebang_repeat1, - STATE(3652), 1, + STATE(3638), 1, sym_comment, - ACTIONS(6637), 2, + STATE(3669), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5251), 13, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [134869] = 17, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5385), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + STATE(3639), 1, + sym_comment, + STATE(3658), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, anon_sym_GT2, anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -355188,270 +354714,618 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5245), 6, + ACTIONS(5231), 5, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHor2, + [134937] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6711), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6713), 1, + sym_filesize_unit, + ACTIONS(6715), 1, + sym_duration_unit, + STATE(3640), 1, + sym_comment, + ACTIONS(6709), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6707), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [134985] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + STATE(3641), 1, + sym_comment, + STATE(3674), 1, + aux_sym_shebang_repeat1, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5253), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5251), 22, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135596] = 16, + [135033] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3642), 1, + sym_comment, + ACTIONS(5263), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5261), 18, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, anon_sym_bit_DASHxor2, - STATE(1782), 1, + anon_sym_bit_DASHor2, + [135089] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3653), 1, + STATE(3643), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(5263), 3, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + ACTIONS(5261), 21, + sym__newline, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [135139] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3062), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6717), 1, + sym_filesize_unit, + ACTIONS(6719), 1, + sym_duration_unit, + STATE(3644), 1, + sym_comment, + ACTIONS(3060), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3058), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [135187] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6725), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6727), 1, + sym_filesize_unit, + ACTIONS(6729), 1, + sym_duration_unit, + STATE(3645), 1, + sym_comment, + ACTIONS(6723), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6721), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [135235] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3646), 1, + sym_comment, ACTIONS(6667), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(5261), 14, + sym__newline, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5239), 6, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [135293] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3647), 1, + sym_comment, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5263), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5261), 23, sym__newline, + anon_sym_DASH2, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135662] = 17, + [135339] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5301), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, anon_sym_bit_DASHxor2, - STATE(3571), 1, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3654), 1, + STATE(3648), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5245), 5, + ACTIONS(5261), 5, + sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHor2, - [135730] = 12, + [135407] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6735), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6737), 1, + sym_filesize_unit, + ACTIONS(6739), 1, + sym_duration_unit, + STATE(3649), 1, + sym_comment, + ACTIONS(6733), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6731), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [135455] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(3572), 1, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3655), 1, + STATE(3650), 1, sym_comment, - ACTIONS(5273), 2, + ACTIONS(6667), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5271), 17, - anon_sym_in2, + ACTIONS(5261), 4, + sym__newline, anon_sym_LBRACE, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, + ACTIONS(6671), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + [135525] = 19, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, + ACTIONS(6691), 1, anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, anon_sym_bit_DASHor2, - [135788] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - STATE(3574), 1, + ACTIONS(6697), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3656), 1, + STATE(3651), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5273), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5271), 20, - anon_sym_DASH2, - anon_sym_in2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5261), 3, + sym__newline, anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, + ACTIONS(6671), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [135840] = 13, + [135597] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(3576), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3657), 1, + STATE(3652), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6649), 4, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5271), 13, - anon_sym_in2, + ACTIONS(5261), 10, + sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135900] = 7, + [135657] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - STATE(3578), 1, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3658), 1, + STATE(3653), 1, sym_comment, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5273), 5, + ACTIONS(5263), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5271), 22, - anon_sym_DASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5261), 20, + sym__newline, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -355466,109 +355340,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [135948] = 18, + [135711] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - STATE(3580), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3659), 1, + STATE(3654), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5271), 4, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [136018] = 19, + ACTIONS(5261), 8, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [135773] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - STATE(3639), 1, - aux_sym_shebang_repeat1, - STATE(3660), 1, + STATE(3655), 1, sym_comment, - ACTIONS(6637), 2, + STATE(3677), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5227), 3, + ACTIONS(5251), 4, anon_sym_LBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -355578,50 +355445,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [136090] = 19, + [135843] = 19, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - ACTIONS(6689), 1, + ACTIONS(6663), 1, anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, + ACTIONS(6665), 1, anon_sym_bit_DASHor2, - ACTIONS(6693), 1, + ACTIONS(6695), 1, anon_sym_and2, - STATE(3582), 1, + STATE(3559), 1, aux_sym_shebang_repeat1, - STATE(3661), 1, + STATE(3656), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5271), 3, + ACTIONS(5251), 3, anon_sym_LBRACE, anon_sym_xor2, anon_sym_or2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -355631,159 +355498,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [136162] = 20, + [135915] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - ACTIONS(6709), 1, - anon_sym_xor2, - STATE(3585), 1, + anon_sym_bit_DASHand2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3662), 1, + STATE(3657), 1, sym_comment, - ACTIONS(5271), 2, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [136236] = 14, + ACTIONS(5261), 7, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [135979] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - STATE(3591), 1, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3663), 1, + STATE(3658), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6647), 4, + ACTIONS(6671), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5271), 9, + ACTIONS(5261), 6, + sym__newline, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136298] = 11, + [136045] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5305), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3595), 1, + STATE(3569), 1, aux_sym_shebang_repeat1, - STATE(3664), 1, + STATE(3659), 1, sym_comment, - ACTIONS(5273), 2, + ACTIONS(6641), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5271), 19, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, + ACTIONS(5251), 7, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136354] = 4, + [136109] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3665), 1, + STATE(3660), 1, sym_comment, - ACTIONS(1709), 7, + ACTIONS(1733), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -355791,7 +355659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, aux_sym_cmd_identifier_token41, sym_filesize_unit, - ACTIONS(1711), 24, + ACTIONS(1735), 24, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -355816,22 +355684,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_duration_unit, - [136396] = 6, + [136151] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - STATE(3666), 1, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(3661), 1, sym_comment, - ACTIONS(2224), 5, + ACTIONS(1786), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(2228), 24, + ACTIONS(1794), 24, anon_sym_DASH2, anon_sym_in2, anon_sym_EQ_GT, @@ -355856,108 +355724,172 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136442] = 4, + [136197] = 16, ACTIONS(251), 1, anon_sym_POUND, - STATE(3667), 1, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + STATE(3571), 1, + aux_sym_shebang_repeat1, + STATE(3662), 1, sym_comment, - ACTIONS(1735), 6, + ACTIONS(6641), 2, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, anon_sym_SLASH2, - anon_sym_PLUS2, - aux_sym_unquoted_token2, - ACTIONS(1737), 25, - anon_sym_DASH2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_LPAREN2, + ACTIONS(5251), 6, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [136263] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3663), 1, + sym_comment, + ACTIONS(5285), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(5283), 18, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136484] = 15, + [136319] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3598), 1, + STATE(3591), 1, aux_sym_shebang_repeat1, - STATE(3668), 1, + STATE(3664), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(5289), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(5287), 17, anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5271), 7, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136548] = 5, - ACTIONS(3), 1, + [136377] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(3669), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3665), 1, sym_comment, - ACTIONS(2241), 29, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5285), 3, anon_sym_GT2, + anon_sym_LT2, + anon_sym_PLUS2, + ACTIONS(5283), 21, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_STAR2, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -355966,56 +355898,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, - anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [136427] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5392), 1, + sym__newline, + STATE(3592), 1, + aux_sym_shebang_repeat1, + STATE(3666), 1, + sym_comment, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - anon_sym_SLASH2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, + ACTIONS(5289), 3, + anon_sym_GT2, + anon_sym_LT2, anon_sym_PLUS2, + ACTIONS(5287), 20, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136592] = 16, + [136479] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, + ACTIONS(6661), 1, anon_sym_bit_DASHand2, - STATE(3600), 1, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + ACTIONS(6695), 1, + anon_sym_and2, + ACTIONS(6699), 1, + anon_sym_xor2, + STATE(3561), 1, aux_sym_shebang_repeat1, - STATE(3670), 1, + STATE(3667), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(5251), 2, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -356025,27 +356004,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5271), 6, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [136658] = 4, + [136553] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3671), 1, + ACTIONS(6745), 1, + aux_sym_cmd_identifier_token41, + ACTIONS(6747), 1, + sym_filesize_unit, + ACTIONS(6749), 1, + sym_duration_unit, + STATE(3668), 1, sym_comment, - ACTIONS(1599), 7, + ACTIONS(6743), 5, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, - aux_sym_cmd_identifier_token41, - sym_filesize_unit, - ACTIONS(1601), 24, + ACTIONS(6741), 23, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -356069,68 +356045,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - sym_duration_unit, - [136700] = 17, + [136601] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5372), 1, - sym__newline, - ACTIONS(6645), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - STATE(3603), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3672), 1, + STATE(3669), 1, sym_comment, - ACTIONS(6637), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5283), 14, + sym__newline, + anon_sym_in2, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [136659] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(3670), 1, + sym_comment, + ACTIONS(1004), 29, + anon_sym_GT2, + anon_sym_DASH2, anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_STAR2, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, + anon_sym_LT2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(5271), 5, - anon_sym_LBRACE, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_SLASH2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_PLUS2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [136703] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3671), 1, + sym_comment, + ACTIONS(2184), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(2186), 24, + anon_sym_DASH2, + anon_sym_in2, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136768] = 5, + [136749] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2237), 1, + ACTIONS(2267), 1, anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(3673), 1, + STATE(3672), 1, sym_comment, - ACTIONS(1004), 29, + ACTIONS(2265), 30, anon_sym_GT2, anon_sym_DASH2, anon_sym_in2, @@ -356160,35 +356207,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136812] = 12, + aux_sym_unquoted_token4, + [136791] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5383), 1, + ACTIONS(5392), 1, sym__newline, - ACTIONS(6645), 1, + ACTIONS(6643), 1, anon_sym_DASH2, - ACTIONS(6651), 1, + ACTIONS(6657), 1, anon_sym_PLUS2, - STATE(3623), 1, + STATE(3593), 1, aux_sym_shebang_repeat1, - STATE(3674), 1, + STATE(3673), 1, sym_comment, - ACTIONS(5229), 2, + ACTIONS(6641), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6637), 2, + ACTIONS(6647), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6639), 2, + ACTIONS(6653), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, + ACTIONS(6655), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6653), 2, + ACTIONS(6659), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5227), 17, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5287), 13, anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, @@ -356197,34 +356250,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136870] = 6, + [136851] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6513), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(6745), 1, - anon_sym_DOT, - STATE(3675), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3674), 1, sym_comment, - ACTIONS(1735), 5, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5285), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1737), 24, + ACTIONS(5283), 23, + sym__newline, anon_sym_DASH2, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -356237,8 +356288,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -356246,21 +356295,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136916] = 5, + [136897] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3675), 1, + sym_comment, + ACTIONS(1587), 7, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + aux_sym_cmd_identifier_token41, + sym_filesize_unit, + ACTIONS(1589), 24, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + sym_duration_unit, + [136939] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, + ACTIONS(5392), 1, + sym__newline, + STATE(3594), 1, + aux_sym_shebang_repeat1, STATE(3676), 1, sym_comment, - ACTIONS(1653), 5, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5289), 5, anon_sym_GT2, anon_sym_STAR2, anon_sym_LT2, anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(1665), 25, - sym__newline, + ACTIONS(5287), 22, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -356276,8 +356367,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, anon_sym_mod2, anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, @@ -356285,107 +356374,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [136960] = 17, + [136987] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6655), 1, + ACTIONS(6669), 1, anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(6685), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(6689), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(6691), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(6693), 1, anon_sym_bit_DASHor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, STATE(3677), 1, sym_comment, - ACTIONS(6657), 2, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(6683), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, + ACTIONS(6687), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6673), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(5283), 5, + sym__newline, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [137055] = 14, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5305), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + STATE(3564), 1, + aux_sym_shebang_repeat1, + STATE(3678), 1, + sym_comment, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5253), 5, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5251), 9, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [137117] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5385), 1, sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + STATE(3653), 1, + aux_sym_shebang_repeat1, + STATE(3679), 1, + sym_comment, + ACTIONS(5233), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5231), 19, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [137028] = 25, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [137173] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3678), 1, + STATE(3680), 1, sym_comment, - STATE(3706), 1, - aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4171), 1, + STATE(4179), 1, sym__binary_predicate_parenthesized, - STATE(4172), 1, + STATE(4181), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356394,95 +356576,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137111] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3679), 1, - sym_comment, - STATE(4675), 1, - sym_redirection, - ACTIONS(6749), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(6751), 8, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(6747), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [137156] = 25, + [137256] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3680), 1, + STATE(3681), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, + STATE(3837), 1, aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4155), 1, + STATE(4166), 1, sym__binary_predicate_parenthesized, - STATE(4156), 1, + STATE(4169), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356491,147 +356634,225 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137239] = 5, + [137339] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(3681), 1, - sym_comment, - ACTIONS(1653), 5, - anon_sym_GT2, - anon_sym_STAR2, - anon_sym_LT2, - anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(1665), 24, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(5316), 1, anon_sym_DASH2, - anon_sym_in2, - anon_sym_EQ_GT, + ACTIONS(5320), 1, anon_sym_and2, + ACTIONS(5322), 1, anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [137282] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6655), 1, - anon_sym_DASH2, - ACTIONS(6663), 1, + ACTIONS(5328), 1, anon_sym_PLUS2, - ACTIONS(6675), 1, + ACTIONS(5332), 1, anon_sym_bit_DASHand2, - ACTIONS(6677), 1, + ACTIONS(5334), 1, anon_sym_bit_DASHxor2, - ACTIONS(6679), 1, + ACTIONS(5336), 1, anon_sym_bit_DASHor2, - ACTIONS(6681), 1, - anon_sym_and2, - ACTIONS(6683), 1, - anon_sym_xor2, - ACTIONS(6753), 1, + ACTIONS(6751), 1, anon_sym_or2, - STATE(1782), 1, - aux_sym_shebang_repeat1, STATE(3682), 1, sym_comment, - ACTIONS(6657), 2, + STATE(3700), 1, + aux_sym_shebang_repeat1, + ACTIONS(5308), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6659), 2, + ACTIONS(5310), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6661), 2, + ACTIONS(5312), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6665), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6667), 2, + ACTIONS(5314), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6673), 2, + ACTIONS(5326), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6669), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6671), 4, + ACTIONS(5330), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5318), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [137355] = 25, + ACTIONS(5324), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [137412] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(6587), 1, + anon_sym_DOLLAR, ACTIONS(6591), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6593), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, + sym__val_number, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(3683), 1, + sym_comment, + STATE(3764), 1, + sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, + STATE(4070), 1, + sym_val_number, + STATE(4109), 1, + sym__predicate, + STATE(4208), 1, + sym__binary_predicate_parenthesized, + ACTIONS(215), 2, + anon_sym_true, + anon_sym_false, + STATE(4273), 2, + sym_expr_unary, + sym_val_bool, + STATE(4875), 2, + sym__where_predicate_lhs, + sym_val_variable, + ACTIONS(229), 5, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + [137495] = 25, + ACTIONS(227), 1, + aux_sym__val_number_token5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3444), 1, + aux_sym_expr_unary_token1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6583), 1, + sym__newline, + ACTIONS(6585), 1, anon_sym_LPAREN, + ACTIONS(6587), 1, + anon_sym_DOLLAR, + ACTIONS(6591), 1, + aux_sym__val_number_decimal_token1, ACTIONS(6593), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, + sym__val_number, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(3684), 1, + sym_comment, + STATE(3711), 1, + aux_sym_shebang_repeat1, + STATE(3764), 1, + sym_expr_parenthesized, + STATE(4070), 1, + sym_val_number, + STATE(4110), 1, + sym__binary_predicate_parenthesized, + STATE(4111), 1, + sym__predicate, + ACTIONS(215), 2, + anon_sym_true, + anon_sym_false, + STATE(4273), 2, + sym_expr_unary, + sym_val_bool, + STATE(4875), 2, + sym__where_predicate_lhs, + sym_val_variable, + ACTIONS(229), 5, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + [137578] = 25, + ACTIONS(227), 1, + aux_sym__val_number_token5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3444), 1, + aux_sym_expr_unary_token1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6583), 1, + sym__newline, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3683), 1, + STATE(3685), 1, sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3828), 1, + STATE(3704), 1, aux_sym_shebang_repeat1, + STATE(3764), 1, + sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4159), 1, + STATE(4124), 1, sym__binary_predicate_parenthesized, - STATE(4160), 1, + STATE(4125), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356640,56 +356861,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137438] = 25, + [137661] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3684), 1, + STATE(3686), 1, sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3828), 1, + STATE(3708), 1, aux_sym_shebang_repeat1, + STATE(3764), 1, + sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4216), 1, + STATE(4142), 1, sym__binary_predicate_parenthesized, - STATE(4218), 1, + STATE(4143), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356698,56 +356919,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137521] = 25, + [137744] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3685), 1, + STATE(3687), 1, sym_comment, - STATE(3699), 1, - aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4237), 1, + STATE(4282), 1, sym__binary_predicate_parenthesized, - STATE(4239), 1, + STATE(4289), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356756,14 +356977,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137604] = 6, + [137827] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3686), 1, + STATE(3688), 1, sym_comment, - STATE(4746), 1, + STATE(4628), 1, sym_redirection, - ACTIONS(6749), 8, + ACTIONS(6755), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -356772,7 +356993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(6751), 8, + ACTIONS(6757), 8, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -356781,7 +357002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - ACTIONS(6755), 13, + ACTIONS(6753), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -356795,56 +357016,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [137649] = 25, - ACTIONS(45), 1, - anon_sym_DASH2, + [137872] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6583), 1, + sym__newline, + ACTIONS(6585), 1, anon_sym_LPAREN, ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6593), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - ACTIONS(6757), 1, - anon_sym_LBRACE, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3687), 1, + STATE(3689), 1, sym_comment, - STATE(3769), 1, + STATE(3713), 1, + aux_sym_shebang_repeat1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4320), 1, - sym__binary_predicate, - STATE(4353), 1, + STATE(4247), 1, + sym__binary_predicate_parenthesized, + STATE(4287), 1, sym__predicate, - STATE(4858), 1, - sym_val_closure, - ACTIONS(89), 2, + ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -356853,162 +357074,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137732] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6252), 1, - anon_sym_DASH2, - ACTIONS(6260), 1, - anon_sym_PLUS2, - ACTIONS(6288), 1, - anon_sym_bit_DASHand2, - ACTIONS(6290), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6292), 1, - anon_sym_bit_DASHor2, - ACTIONS(6306), 1, - anon_sym_and2, - ACTIONS(6310), 1, - anon_sym_xor2, - ACTIONS(6759), 1, - anon_sym_or2, - STATE(3688), 1, - sym_comment, - STATE(3689), 1, - aux_sym_shebang_repeat1, - ACTIONS(6254), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6256), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6258), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6262), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6280), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6286), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6282), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6284), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [137805] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6272), 1, - anon_sym_DASH2, - ACTIONS(6276), 1, - anon_sym_PLUS2, - ACTIONS(6296), 1, - anon_sym_and2, - ACTIONS(6300), 1, - anon_sym_bit_DASHand2, - ACTIONS(6302), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6304), 1, - anon_sym_bit_DASHor2, - ACTIONS(6308), 1, - anon_sym_xor2, - ACTIONS(6761), 1, - anon_sym_or2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3689), 1, - sym_comment, - ACTIONS(6264), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6266), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6268), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6270), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6278), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6298), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6274), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6294), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [137878] = 25, + [137955] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, + STATE(3687), 1, + aux_sym_shebang_repeat1, STATE(3690), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, - aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4163), 1, + STATE(4141), 1, sym__binary_predicate_parenthesized, - STATE(4164), 1, + STATE(4146), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357017,56 +357132,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [137961] = 25, + [138038] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3684), 1, + STATE(3683), 1, aux_sym_shebang_repeat1, STATE(3691), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4165), 1, + STATE(4180), 1, sym__binary_predicate_parenthesized, - STATE(4166), 1, + STATE(4204), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357075,215 +357190,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138044] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(5306), 1, - anon_sym_DASH2, - ACTIONS(5316), 1, - anon_sym_PLUS2, - ACTIONS(5353), 1, - anon_sym_bit_DASHand2, - ACTIONS(5355), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5357), 1, - anon_sym_bit_DASHor2, - ACTIONS(5361), 1, - anon_sym_and2, - ACTIONS(5370), 1, - anon_sym_xor2, - ACTIONS(6763), 1, - anon_sym_or2, - STATE(3692), 1, - sym_comment, - STATE(3693), 1, - aux_sym_shebang_repeat1, - ACTIONS(5304), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5308), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5312), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5314), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5318), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5351), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5310), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5349), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [138117] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(5325), 1, - anon_sym_DASH2, - ACTIONS(5339), 1, - anon_sym_PLUS2, - ACTIONS(5343), 1, - anon_sym_bit_DASHand2, - ACTIONS(5345), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5347), 1, - anon_sym_bit_DASHor2, - ACTIONS(5359), 1, - anon_sym_and2, - ACTIONS(5368), 1, - anon_sym_xor2, - ACTIONS(6765), 1, - anon_sym_or2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(3693), 1, - sym_comment, - ACTIONS(5323), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5329), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5333), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5335), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5337), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5341), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5327), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5331), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - [138190] = 20, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6645), 1, - anon_sym_DASH2, - ACTIONS(6651), 1, - anon_sym_PLUS2, - ACTIONS(6687), 1, - anon_sym_bit_DASHand2, - ACTIONS(6689), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6691), 1, - anon_sym_bit_DASHor2, - ACTIONS(6693), 1, - anon_sym_and2, - ACTIONS(6709), 1, - anon_sym_xor2, - ACTIONS(6767), 1, - anon_sym_or2, - STATE(3682), 1, - aux_sym_shebang_repeat1, - STATE(3694), 1, - sym_comment, - ACTIONS(6637), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6639), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6641), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6643), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6653), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6685), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6647), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6649), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - [138263] = 25, + [138121] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3695), 1, + STATE(3692), 1, sym_comment, - STATE(3710), 1, - aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4169), 1, + STATE(4148), 1, sym__binary_predicate_parenthesized, - STATE(4170), 1, + STATE(4165), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357292,56 +357248,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138346] = 25, + [138204] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3696), 1, + STATE(3692), 1, + aux_sym_shebang_repeat1, + STATE(3693), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, - aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4188), 1, + STATE(4216), 1, sym__binary_predicate_parenthesized, - STATE(4189), 1, + STATE(4217), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357350,56 +357306,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138429] = 25, + [138287] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3697), 1, + STATE(3694), 1, sym_comment, - STATE(3702), 1, + STATE(3696), 1, aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4242), 1, + STATE(4227), 1, sym__binary_predicate_parenthesized, - STATE(4243), 1, + STATE(4233), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357408,56 +357364,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138512] = 25, + [138370] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3698), 1, + STATE(3695), 1, sym_comment, - STATE(3701), 1, + STATE(3698), 1, aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4240), 1, + STATE(4236), 1, sym__binary_predicate_parenthesized, - STATE(4241), 1, + STATE(4240), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357466,56 +357422,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138595] = 25, + [138453] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3699), 1, + STATE(3696), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, + STATE(3837), 1, aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4130), 1, + STATE(4182), 1, sym__binary_predicate_parenthesized, - STATE(4131), 1, + STATE(4183), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357524,56 +357480,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138678] = 25, + [138536] = 25, + ACTIONS(45), 1, + anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6589), 1, - sym__newline, - ACTIONS(6591), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + ACTIONS(6759), 1, + anon_sym_LBRACE, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3700), 1, + STATE(3697), 1, sym_comment, - STATE(3759), 1, + STATE(3771), 1, sym_expr_parenthesized, - STATE(3828), 1, - aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4198), 1, - sym__binary_predicate_parenthesized, - STATE(4199), 1, + STATE(4308), 1, sym__predicate, - ACTIONS(215), 2, + STATE(4346), 1, + sym__binary_predicate, + STATE(4864), 1, + sym_val_closure, + ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357582,56 +357538,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138761] = 25, + [138619] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3701), 1, + STATE(3698), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, + STATE(3837), 1, aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4136), 1, + STATE(4186), 1, sym__binary_predicate_parenthesized, - STATE(4141), 1, + STATE(4187), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357640,56 +357596,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138844] = 25, + [138702] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3702), 1, + STATE(3699), 1, sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3828), 1, + STATE(3709), 1, aux_sym_shebang_repeat1, + STATE(3764), 1, + sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4144), 1, + STATE(4188), 1, sym__binary_predicate_parenthesized, - STATE(4145), 1, + STATE(4189), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357698,114 +357654,109 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [138927] = 25, - ACTIONS(227), 1, - aux_sym__val_number_token5, + [138785] = 20, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, - aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6589), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(6597), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, - aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, - sym__val_number, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(3696), 1, + ACTIONS(5341), 1, + anon_sym_DASH2, + ACTIONS(5349), 1, + anon_sym_PLUS2, + ACTIONS(5365), 1, + anon_sym_bit_DASHand2, + ACTIONS(5367), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5369), 1, + anon_sym_bit_DASHor2, + ACTIONS(5371), 1, + anon_sym_and2, + ACTIONS(5383), 1, + anon_sym_xor2, + ACTIONS(6761), 1, + anon_sym_or2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(3703), 1, + STATE(3700), 1, sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(4070), 1, - sym_val_number, - STATE(4146), 1, - sym__binary_predicate_parenthesized, - STATE(4147), 1, - sym__predicate, - ACTIONS(215), 2, - anon_sym_true, - anon_sym_false, - STATE(4217), 2, - sym_expr_unary, - sym_val_bool, - STATE(4867), 2, - sym__where_predicate_lhs, - sym_val_variable, - ACTIONS(229), 5, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - [139010] = 25, + ACTIONS(5343), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5345), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5347), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5351), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5363), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5355), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5361), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + [138858] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, STATE(3680), 1, aux_sym_shebang_repeat1, - STATE(3704), 1, + STATE(3701), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4246), 1, + STATE(4199), 1, sym__binary_predicate_parenthesized, - STATE(4247), 1, + STATE(4200), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357814,56 +357765,162 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139093] = 25, + [138941] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6643), 1, + anon_sym_DASH2, + ACTIONS(6657), 1, + anon_sym_PLUS2, + ACTIONS(6661), 1, + anon_sym_bit_DASHand2, + ACTIONS(6663), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6665), 1, + anon_sym_bit_DASHor2, + ACTIONS(6695), 1, + anon_sym_and2, + ACTIONS(6699), 1, + anon_sym_xor2, + ACTIONS(6763), 1, + anon_sym_or2, + STATE(3702), 1, + sym_comment, + STATE(3703), 1, + aux_sym_shebang_repeat1, + ACTIONS(6641), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6647), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6651), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6653), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6655), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6659), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6645), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6649), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [139014] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6669), 1, + anon_sym_DASH2, + ACTIONS(6675), 1, + anon_sym_and2, + ACTIONS(6685), 1, + anon_sym_PLUS2, + ACTIONS(6689), 1, + anon_sym_bit_DASHand2, + ACTIONS(6691), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6693), 1, + anon_sym_bit_DASHor2, + ACTIONS(6697), 1, + anon_sym_xor2, + ACTIONS(6765), 1, + anon_sym_or2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3703), 1, + sym_comment, + ACTIONS(6667), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6673), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6679), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6681), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6683), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6687), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6671), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6677), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [139087] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3705), 1, + STATE(3704), 1, sym_comment, - STATE(3712), 1, - aux_sym_shebang_repeat1, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4148), 1, + STATE(4115), 1, sym__binary_predicate_parenthesized, - STATE(4149), 1, + STATE(4121), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357872,114 +357929,200 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139176] = 25, - ACTIONS(227), 1, - aux_sym__val_number_token5, + [139170] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + STATE(3705), 1, + sym_comment, + ACTIONS(1681), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(1693), 24, anon_sym_DASH2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, - aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6589), 1, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [139213] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(6597), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, - aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, - sym__val_number, - STATE(2083), 1, - sym__expr_unary_minus, + ACTIONS(6294), 1, + anon_sym_DASH2, + ACTIONS(6302), 1, + anon_sym_PLUS2, + ACTIONS(6314), 1, + anon_sym_bit_DASHand2, + ACTIONS(6316), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6318), 1, + anon_sym_bit_DASHor2, + ACTIONS(6320), 1, + anon_sym_and2, + ACTIONS(6322), 1, + anon_sym_xor2, + ACTIONS(6767), 1, + anon_sym_or2, STATE(3706), 1, sym_comment, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3828), 1, + STATE(3707), 1, aux_sym_shebang_repeat1, - STATE(4070), 1, - sym_val_number, - STATE(4228), 1, - sym__binary_predicate_parenthesized, - STATE(4229), 1, - sym__predicate, - ACTIONS(215), 2, - anon_sym_true, - anon_sym_false, - STATE(4217), 2, - sym_expr_unary, - sym_val_bool, - STATE(4867), 2, - sym__where_predicate_lhs, - sym_val_variable, - ACTIONS(229), 5, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - [139259] = 25, + ACTIONS(6296), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6298), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6300), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6304), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6306), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6312), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6308), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6310), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + [139286] = 20, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6326), 1, + anon_sym_DASH2, + ACTIONS(6334), 1, + anon_sym_PLUS2, + ACTIONS(6346), 1, + anon_sym_bit_DASHand2, + ACTIONS(6348), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6350), 1, + anon_sym_bit_DASHor2, + ACTIONS(6352), 1, + anon_sym_and2, + ACTIONS(6354), 1, + anon_sym_xor2, + ACTIONS(6769), 1, + anon_sym_or2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(3707), 1, + sym_comment, + ACTIONS(6328), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6330), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6332), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6336), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6338), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6344), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6340), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6342), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + [139359] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3700), 1, - aux_sym_shebang_repeat1, - STATE(3707), 1, + STATE(3708), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4151), 1, + STATE(4138), 1, sym__binary_predicate_parenthesized, - STATE(4152), 1, + STATE(4147), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -357988,56 +358131,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139342] = 25, + [139442] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3683), 1, - aux_sym_shebang_repeat1, - STATE(3708), 1, + STATE(3709), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4255), 1, + STATE(4159), 1, sym__binary_predicate_parenthesized, - STATE(4260), 1, + STATE(4161), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -358046,56 +358189,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139425] = 25, + [139525] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6595), 1, + ACTIONS(6589), 1, anon_sym_LBRACE, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3709), 1, + STATE(3710), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4213), 1, + STATE(4263), 1, sym__binary_predicate, - STATE(4215), 1, + STATE(4272), 1, sym__predicate, - STATE(4787), 1, + STATE(4681), 1, sym_val_closure, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -358104,56 +358247,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139508] = 25, + [139608] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3710), 1, + STATE(3711), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, + STATE(3837), 1, aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4224), 1, + STATE(4264), 1, sym__binary_predicate_parenthesized, - STATE(4225), 1, + STATE(4267), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -358162,56 +358305,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139591] = 25, + [139691] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3712), 1, + sym_comment, + STATE(4733), 1, + sym_redirection, + ACTIONS(6755), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(6757), 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(6771), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [139736] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3690), 1, - aux_sym_shebang_repeat1, - STATE(3711), 1, + STATE(3713), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4261), 1, + STATE(4258), 1, sym__binary_predicate_parenthesized, - STATE(4273), 1, + STATE(4266), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -358220,56 +358402,56 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139674] = 25, + [139819] = 25, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6589), 1, + ACTIONS(6583), 1, sym__newline, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3712), 1, + STATE(3681), 1, + aux_sym_shebang_repeat1, + STATE(3714), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, - STATE(3828), 1, - aux_sym_shebang_repeat1, STATE(4070), 1, sym_val_number, - STATE(4193), 1, + STATE(4196), 1, sym__binary_predicate_parenthesized, - STATE(4194), 1, + STATE(4197), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -358278,33 +358460,61 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [139757] = 10, + [139902] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3180), 1, + aux_sym_cmd_identifier_token41, + STATE(3715), 1, + sym_comment, + ACTIONS(3178), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3176), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [139944] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, - anon_sym_DASH2, - ACTIONS(6777), 1, - anon_sym_PLUS2, - STATE(3713), 1, + STATE(3716), 1, sym_comment, - ACTIONS(5203), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5201), 17, + ACTIONS(5207), 5, + anon_sym_GT2, + anon_sym_STAR2, + anon_sym_LT2, + anon_sym_SLASH2, + anon_sym_PLUS2, + ACTIONS(5205), 22, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -358317,282 +358527,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [139809] = 6, - ACTIONS(251), 1, + [139986] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3714), 1, + ACTIONS(6779), 1, + aux_sym_cmd_identifier_token41, + STATE(3717), 1, sym_comment, - STATE(4814), 1, - sym_redirection, - ACTIONS(6749), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(6751), 8, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(6781), 12, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [139853] = 11, + ACTIONS(6777), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6775), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [140028] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6783), 1, anon_sym_DASH2, ACTIONS(6795), 1, anon_sym_PLUS2, - STATE(3715), 1, + ACTIONS(6799), 1, + anon_sym_bit_DASHand2, + ACTIONS(6801), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6803), 1, + anon_sym_bit_DASHor2, + STATE(3718), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6787), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6791), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 13, - anon_sym_in2, + ACTIONS(5205), 4, anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + ACTIONS(6785), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [139907] = 11, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [140092] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6783), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6795), 1, anon_sym_PLUS2, - STATE(3716), 1, + ACTIONS(6799), 1, + anon_sym_bit_DASHand2, + ACTIONS(6801), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6803), 1, + anon_sym_bit_DASHor2, + ACTIONS(6805), 1, + anon_sym_and2, + STATE(3719), 1, sym_comment, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6781), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6791), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6801), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5201), 13, - anon_sym_in2, - anon_sym_LBRACE, - anon_sym_and2, + ACTIONS(5205), 3, + anon_sym_EQ_GT, anon_sym_xor2, anon_sym_or2, + ACTIONS(6785), 4, + anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [139961] = 15, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [140158] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6783), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6795), 1, anon_sym_PLUS2, - ACTIONS(6807), 1, + ACTIONS(6799), 1, anon_sym_bit_DASHand2, - ACTIONS(6809), 1, + ACTIONS(6801), 1, anon_sym_bit_DASHxor2, - STATE(3717), 1, + ACTIONS(6803), 1, + anon_sym_bit_DASHor2, + ACTIONS(6805), 1, + anon_sym_and2, + ACTIONS(6807), 1, + anon_sym_xor2, + STATE(3720), 1, sym_comment, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, + ACTIONS(5205), 2, + anon_sym_EQ_GT, + anon_sym_or2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, + ACTIONS(6781), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6805), 2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6791), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6801), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6803), 4, + ACTIONS(6793), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6797), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6785), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 5, - anon_sym_LBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [140023] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3174), 1, - aux_sym_cmd_identifier_token41, - STATE(3718), 1, - sym_comment, - ACTIONS(3172), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(3170), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [140065] = 17, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [140226] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6783), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6795), 1, anon_sym_PLUS2, - ACTIONS(6807), 1, - anon_sym_bit_DASHand2, - ACTIONS(6809), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6811), 1, - anon_sym_and2, - ACTIONS(6813), 1, - anon_sym_bit_DASHor2, - STATE(3719), 1, + STATE(3721), 1, sym_comment, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6781), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6805), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5201), 3, - anon_sym_LBRACE, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(6801), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6803), 4, + ACTIONS(6785), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [140131] = 5, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 9, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [140282] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(3720), 1, + ACTIONS(6783), 1, + anon_sym_DASH2, + ACTIONS(6795), 1, + anon_sym_PLUS2, + STATE(3722), 1, sym_comment, - ACTIONS(6791), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5203), 5, - anon_sym_GT2, + ACTIONS(6787), 2, anon_sym_STAR2, - anon_sym_LT2, anon_sym_SLASH2, - anon_sym_PLUS2, - ACTIONS(5201), 22, - anon_sym_DASH2, + ACTIONS(6793), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5205), 19, anon_sym_in2, anon_sym_EQ_GT, anon_sym_and2, @@ -358607,293 +358798,217 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140173] = 16, + [140332] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6817), 1, + anon_sym_and2, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, + ACTIONS(6831), 1, anon_sym_bit_DASHand2, - ACTIONS(6821), 1, + ACTIONS(6833), 1, anon_sym_bit_DASHxor2, - ACTIONS(6823), 1, + ACTIONS(6835), 1, anon_sym_bit_DASHor2, - STATE(3721), 1, + STATE(3723), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5201), 4, - anon_sym_EQ_GT, - anon_sym_and2, + ACTIONS(5205), 3, + anon_sym_LBRACE, anon_sym_xor2, anon_sym_or2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6815), 4, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [140237] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6829), 1, - aux_sym_cmd_identifier_token41, - STATE(3722), 1, - sym_comment, - ACTIONS(6827), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6825), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [140279] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6835), 1, - aux_sym_cmd_identifier_token41, - STATE(3723), 1, - sym_comment, - ACTIONS(6833), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6831), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [140321] = 17, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [140398] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6783), 1, anon_sym_DASH2, ACTIONS(6795), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, - anon_sym_bit_DASHand2, - ACTIONS(6821), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6823), 1, - anon_sym_bit_DASHor2, - ACTIONS(6837), 1, - anon_sym_and2, STATE(3724), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6787), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6791), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5201), 3, - anon_sym_EQ_GT, - anon_sym_xor2, - anon_sym_or2, + ACTIONS(6785), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, ACTIONS(6789), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6815), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [140387] = 18, + ACTIONS(5205), 7, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [140456] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6783), 1, anon_sym_DASH2, ACTIONS(6795), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, + ACTIONS(6799), 1, anon_sym_bit_DASHand2, - ACTIONS(6821), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6823), 1, - anon_sym_bit_DASHor2, - ACTIONS(6837), 1, - anon_sym_and2, - ACTIONS(6839), 1, - anon_sym_xor2, STATE(3725), 1, sym_comment, - ACTIONS(5201), 2, - anon_sym_EQ_GT, - anon_sym_or2, - ACTIONS(6783), 2, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6787), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6791), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, + ACTIONS(6785), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, ACTIONS(6789), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6815), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [140455] = 12, + ACTIONS(5205), 6, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [140516] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6783), 1, anon_sym_DASH2, ACTIONS(6795), 1, anon_sym_PLUS2, + ACTIONS(6799), 1, + anon_sym_bit_DASHand2, + ACTIONS(6801), 1, + anon_sym_bit_DASHxor2, STATE(3726), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, anon_sym_GT2, anon_sym_LT2, ACTIONS(6787), 2, anon_sym_STAR2, anon_sym_SLASH2, ACTIONS(6791), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, + ACTIONS(6785), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, ACTIONS(6789), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6815), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5201), 9, + ACTIONS(5205), 5, anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140511] = 5, + [140578] = 7, ACTIONS(251), 1, anon_sym_POUND, STATE(3727), 1, sym_comment, - ACTIONS(6773), 2, + ACTIONS(6815), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5203), 5, + ACTIONS(6825), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5207), 3, anon_sym_GT2, - anon_sym_STAR2, anon_sym_LT2, - anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5201), 22, + ACTIONS(5205), 20, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -358909,48 +359024,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140553] = 12, + [140624] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6817), 1, + anon_sym_and2, + ACTIONS(6827), 1, anon_sym_PLUS2, + ACTIONS(6831), 1, + anon_sym_bit_DASHand2, + ACTIONS(6833), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6835), 1, + anon_sym_bit_DASHor2, + ACTIONS(6837), 1, + anon_sym_xor2, STATE(3728), 1, sym_comment, - ACTIONS(6771), 2, + ACTIONS(5205), 2, + anon_sym_LBRACE, + anon_sym_or2, + ACTIONS(6809), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6773), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6801), 4, + ACTIONS(6813), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6819), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6803), 4, + [140692] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6811), 1, + anon_sym_DASH2, + ACTIONS(6827), 1, + anon_sym_PLUS2, + STATE(3729), 1, + sym_comment, + ACTIONS(6809), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6815), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6823), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6825), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6829), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 9, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 9, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, @@ -358960,20 +359123,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140609] = 5, + [140748] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6783), 1, + anon_sym_DASH2, + ACTIONS(6795), 1, + anon_sym_PLUS2, + STATE(3730), 1, + sym_comment, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6793), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6797), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 13, + anon_sym_in2, + anon_sym_EQ_GT, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [140802] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6845), 1, + ACTIONS(3186), 1, aux_sym_cmd_identifier_token41, - STATE(3729), 1, + STATE(3731), 1, sym_comment, - ACTIONS(6843), 5, + ACTIONS(3184), 5, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, - ACTIONS(6841), 23, + ACTIONS(3182), 23, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -358997,98 +359203,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [140651] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3730), 1, - sym_comment, - STATE(4802), 1, - sym_redirection, - ACTIONS(6749), 8, - anon_sym_err_GT, - anon_sym_out_GT, - anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - ACTIONS(6751), 8, - anon_sym_err_GT_GT, - anon_sym_out_GT_GT, - anon_sym_e_GT_GT, - anon_sym_o_GT_GT, - anon_sym_err_PLUSout_GT_GT, - anon_sym_out_PLUSerr_GT_GT, - anon_sym_o_PLUSe_GT_GT, - anon_sym_e_PLUSo_GT_GT, - ACTIONS(6847), 12, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [140695] = 14, + [140844] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6807), 1, - anon_sym_bit_DASHand2, - STATE(3731), 1, + STATE(3732), 1, sym_comment, - ACTIONS(6771), 2, + ACTIONS(6809), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6773), 2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6805), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6801), 4, + ACTIONS(6819), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6803), 4, + ACTIONS(5205), 13, anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5201), 6, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140755] = 6, + [140898] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(3732), 1, + STATE(3733), 1, sym_comment, - STATE(4929), 1, + STATE(4893), 1, sym_redirection, - ACTIONS(6849), 8, + ACTIONS(6839), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -359097,7 +359262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(6851), 8, + ACTIONS(6841), 8, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -359106,7 +359271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - ACTIONS(6755), 12, + ACTIONS(6771), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -359119,80 +359284,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [140799] = 18, + [140942] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, - anon_sym_DASH2, - ACTIONS(6777), 1, - anon_sym_PLUS2, - ACTIONS(6807), 1, - anon_sym_bit_DASHand2, - ACTIONS(6809), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6811), 1, - anon_sym_and2, - ACTIONS(6813), 1, - anon_sym_bit_DASHor2, - ACTIONS(6853), 1, - anon_sym_xor2, - STATE(3733), 1, + STATE(3734), 1, sym_comment, - ACTIONS(5201), 2, - anon_sym_LBRACE, - anon_sym_or2, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, + ACTIONS(5207), 3, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6805), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6801), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6803), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [140867] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6769), 1, - anon_sym_DASH2, - ACTIONS(6777), 1, anon_sym_PLUS2, - STATE(3734), 1, - sym_comment, - ACTIONS(5203), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6773), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5201), 19, + ACTIONS(5205), 20, + anon_sym_DASH2, anon_sym_in2, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -359210,20 +359323,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [140917] = 5, + [140988] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6859), 1, + ACTIONS(6847), 1, aux_sym_cmd_identifier_token41, STATE(3735), 1, sym_comment, - ACTIONS(6857), 5, + ACTIONS(6845), 5, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, - ACTIONS(6855), 23, + ACTIONS(6843), 23, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -359247,14 +359360,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [140959] = 6, + [141030] = 6, ACTIONS(251), 1, anon_sym_POUND, STATE(3736), 1, sym_comment, - STATE(4884), 1, + STATE(4820), 1, sym_redirection, - ACTIONS(6849), 8, + ACTIONS(6755), 8, anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, @@ -359263,7 +359376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT, anon_sym_o_PLUSe_GT, anon_sym_e_PLUSo_GT, - ACTIONS(6851), 8, + ACTIONS(6757), 8, anon_sym_err_GT_GT, anon_sym_out_GT_GT, anon_sym_e_GT_GT, @@ -359272,8 +359385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_GT, anon_sym_o_PLUSe_GT_GT, anon_sym_e_PLUSo_GT_GT, - ACTIONS(6747), 12, - ts_builtin_sym_end, + ACTIONS(6849), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -359285,152 +359397,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [141003] = 9, + anon_sym_RPAREN, + [141074] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, - anon_sym_DASH2, - ACTIONS(6795), 1, - anon_sym_PLUS2, STATE(3737), 1, sym_comment, - ACTIONS(5203), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6787), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6791), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5201), 19, - anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, - anon_sym_bit_DASHor2, - [141053] = 13, + STATE(4937), 1, + sym_redirection, + ACTIONS(6839), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(6841), 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(6753), 12, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [141118] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3738), 1, + sym_comment, + STATE(4808), 1, + sym_redirection, + ACTIONS(6755), 8, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + ACTIONS(6757), 8, + anon_sym_err_GT_GT, + anon_sym_out_GT_GT, + anon_sym_e_GT_GT, + anon_sym_o_GT_GT, + anon_sym_err_PLUSout_GT_GT, + anon_sym_out_PLUSerr_GT_GT, + anon_sym_o_PLUSe_GT_GT, + anon_sym_e_PLUSo_GT_GT, + ACTIONS(6851), 12, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [141162] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - STATE(3738), 1, + ACTIONS(6831), 1, + anon_sym_bit_DASHand2, + ACTIONS(6833), 1, + anon_sym_bit_DASHxor2, + STATE(3739), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6815), 4, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 7, - anon_sym_EQ_GT, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 5, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_bit_DASHand2, - anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141111] = 14, + [141224] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6857), 1, + aux_sym_cmd_identifier_token41, + STATE(3740), 1, + sym_comment, + ACTIONS(6855), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6853), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [141266] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6863), 1, + aux_sym_cmd_identifier_token41, + STATE(3741), 1, + sym_comment, + ACTIONS(6861), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6859), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [141308] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, - anon_sym_bit_DASHand2, - STATE(3739), 1, + STATE(3742), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6815), 4, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 6, - anon_sym_EQ_GT, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5205), 7, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141171] = 5, + [141366] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3180), 1, + ACTIONS(6869), 1, aux_sym_cmd_identifier_token41, - STATE(3740), 1, + STATE(3743), 1, sym_comment, - ACTIONS(3178), 5, + ACTIONS(6867), 5, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT, anon_sym_GT, - ACTIONS(3176), 23, + ACTIONS(6865), 23, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -359454,67 +359677,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [141213] = 10, + [141408] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - STATE(3741), 1, + ACTIONS(6831), 1, + anon_sym_bit_DASHand2, + STATE(3744), 1, sym_comment, - ACTIONS(5203), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5201), 17, + ACTIONS(6813), 4, anon_sym_in2, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, + ACTIONS(6819), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - anon_sym_bit_DASHand2, + ACTIONS(5205), 6, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141265] = 7, + [141468] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3742), 1, + STATE(3745), 1, sym_comment, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6773), 2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5203), 3, + ACTIONS(5207), 5, anon_sym_GT2, + anon_sym_STAR2, anon_sym_LT2, + anon_sym_SLASH2, anon_sym_PLUS2, - ACTIONS(5201), 20, + ACTIONS(5205), 22, anon_sym_DASH2, anon_sym_in2, anon_sym_LBRACE, @@ -359530,173 +359753,206 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141311] = 13, + [141510] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6783), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6795), 1, anon_sym_PLUS2, - STATE(3743), 1, + STATE(3746), 1, sym_comment, - ACTIONS(6771), 2, - anon_sym_STAR2, - anon_sym_SLASH2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, ACTIONS(6773), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6793), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6797), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6805), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6801), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6803), 4, + ACTIONS(5205), 17, anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5201), 7, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141369] = 15, + [141562] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3174), 1, + aux_sym_cmd_identifier_token41, + STATE(3747), 1, + sym_comment, + ACTIONS(3172), 5, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT, + anon_sym_GT, + ACTIONS(3170), 23, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [141604] = 16, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, + ACTIONS(6831), 1, anon_sym_bit_DASHand2, - ACTIONS(6821), 1, + ACTIONS(6833), 1, anon_sym_bit_DASHxor2, - STATE(3744), 1, + ACTIONS(6835), 1, + anon_sym_bit_DASHor2, + STATE(3748), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6815), 4, + ACTIONS(5205), 4, + anon_sym_LBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(5201), 5, - anon_sym_EQ_GT, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_bit_DASHor2, - [141431] = 16, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [141668] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6807), 1, - anon_sym_bit_DASHand2, - ACTIONS(6809), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6813), 1, - anon_sym_bit_DASHor2, - STATE(3745), 1, + STATE(3749), 1, sym_comment, - ACTIONS(6771), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6773), 2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6805), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5201), 4, + ACTIONS(5205), 17, + anon_sym_in2, anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(6801), 4, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6803), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - [141495] = 7, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + anon_sym_bit_DASHand2, + anon_sym_bit_DASHxor2, + anon_sym_bit_DASHor2, + [141720] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(3746), 1, + ACTIONS(6811), 1, + anon_sym_DASH2, + ACTIONS(6827), 1, + anon_sym_PLUS2, + STATE(3750), 1, sym_comment, - ACTIONS(6787), 2, + ACTIONS(5207), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5203), 3, - anon_sym_GT2, - anon_sym_LT2, - anon_sym_PLUS2, - ACTIONS(5201), 20, - anon_sym_DASH2, + ACTIONS(5205), 19, anon_sym_in2, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -359714,126 +359970,160 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand2, anon_sym_bit_DASHxor2, anon_sym_bit_DASHor2, - [141541] = 5, - ACTIONS(3), 1, + [141770] = 23, + ACTIONS(45), 1, + anon_sym_DASH2, + ACTIONS(227), 1, + aux_sym__val_number_token5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6865), 1, - aux_sym_cmd_identifier_token41, - STATE(3747), 1, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3476), 1, + aux_sym_expr_unary_token1, + ACTIONS(5824), 1, + anon_sym_LPAREN, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6587), 1, + anon_sym_DOLLAR, + ACTIONS(6591), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6593), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, + sym__val_number, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, + sym__expr_unary_minus, + STATE(3751), 1, sym_comment, - ACTIONS(6863), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(6861), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [141583] = 5, - ACTIONS(3), 1, + STATE(3771), 1, + sym_expr_parenthesized, + STATE(4070), 1, + sym_val_number, + STATE(4366), 1, + sym__predicate, + STATE(4376), 1, + sym__binary_predicate, + ACTIONS(89), 2, + anon_sym_true, + anon_sym_false, + STATE(4317), 2, + sym_expr_unary, + sym_val_bool, + STATE(4860), 2, + sym__where_predicate_lhs, + sym_val_variable, + ACTIONS(229), 5, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + [141847] = 23, + ACTIONS(227), 1, + aux_sym__val_number_token5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3186), 1, - aux_sym_cmd_identifier_token41, - STATE(3748), 1, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(3418), 1, + aux_sym__val_number_decimal_token3, + ACTIONS(3420), 1, + aux_sym__val_number_decimal_token4, + ACTIONS(3444), 1, + aux_sym_expr_unary_token1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(6587), 1, + anon_sym_DOLLAR, + ACTIONS(6591), 1, + aux_sym__val_number_decimal_token1, + ACTIONS(6593), 1, + aux_sym__val_number_decimal_token2, + STATE(1638), 1, + sym__val_number, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, + sym__expr_unary_minus, + STATE(3752), 1, sym_comment, - ACTIONS(3184), 5, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT, - anon_sym_GT, - ACTIONS(3182), 23, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_DASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [141625] = 23, + STATE(3764), 1, + sym_expr_parenthesized, + STATE(4070), 1, + sym_val_number, + STATE(4207), 1, + sym__binary_predicate, + STATE(4211), 1, + sym__predicate, + ACTIONS(215), 2, + anon_sym_true, + anon_sym_false, + STATE(4273), 2, + sym_expr_unary, + sym_val_bool, + STATE(4875), 2, + sym__where_predicate_lhs, + sym_val_variable, + ACTIONS(229), 5, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + [141924] = 23, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3749), 1, + STATE(3753), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4271), 1, + STATE(4212), 1, sym__binary_predicate, - STATE(4272), 1, + STATE(4213), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -359842,52 +360132,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [141702] = 23, + [142001] = 23, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3750), 1, + STATE(3754), 1, sym_comment, - STATE(3759), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4269), 1, + STATE(4215), 1, sym__binary_predicate, - STATE(4270), 1, + STATE(4222), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -359896,150 +360186,150 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [141779] = 18, + [142078] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5400), 1, + ACTIONS(6376), 1, anon_sym_DASH2, - ACTIONS(5408), 1, + ACTIONS(6390), 1, anon_sym_PLUS2, - ACTIONS(5420), 1, + ACTIONS(6394), 1, anon_sym_bit_DASHand2, - ACTIONS(5422), 1, + ACTIONS(6396), 1, anon_sym_bit_DASHxor2, - ACTIONS(5424), 1, + ACTIONS(6398), 1, anon_sym_bit_DASHor2, - ACTIONS(5426), 1, + ACTIONS(6406), 1, anon_sym_and2, - ACTIONS(5428), 1, + ACTIONS(6408), 1, anon_sym_xor2, - ACTIONS(6867), 1, + ACTIONS(6871), 1, anon_sym_or2, - STATE(3751), 1, + STATE(3755), 1, sym_comment, - ACTIONS(5402), 2, + ACTIONS(6374), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6380), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(5404), 2, + ACTIONS(6384), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6386), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(5406), 2, + ACTIONS(6388), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(5410), 2, + ACTIONS(6392), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(5412), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5418), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5414), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(5416), 4, + ACTIONS(6378), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [141846] = 18, + ACTIONS(6382), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [142145] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6769), 1, + ACTIONS(5407), 1, anon_sym_DASH2, - ACTIONS(6777), 1, + ACTIONS(5415), 1, anon_sym_PLUS2, - ACTIONS(6807), 1, + ACTIONS(5427), 1, anon_sym_bit_DASHand2, - ACTIONS(6809), 1, + ACTIONS(5429), 1, anon_sym_bit_DASHxor2, - ACTIONS(6811), 1, - anon_sym_and2, - ACTIONS(6813), 1, + ACTIONS(5431), 1, anon_sym_bit_DASHor2, - ACTIONS(6853), 1, + ACTIONS(5433), 1, + anon_sym_and2, + ACTIONS(5435), 1, anon_sym_xor2, - ACTIONS(6869), 1, + ACTIONS(6873), 1, anon_sym_or2, - STATE(3752), 1, + STATE(3756), 1, sym_comment, - ACTIONS(6771), 2, + ACTIONS(5409), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6773), 2, + ACTIONS(5411), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6775), 2, + ACTIONS(5413), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6779), 2, + ACTIONS(5417), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6799), 2, + ACTIONS(5419), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6805), 2, + ACTIONS(5425), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6801), 4, + ACTIONS(5421), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6803), 4, + ACTIONS(5423), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [141913] = 23, - ACTIONS(45), 1, - anon_sym_DASH2, + [142212] = 23, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(381), 1, + anon_sym_DASH2, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6585), 1, anon_sym_LPAREN, ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6593), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3753), 1, + STATE(3757), 1, sym_comment, - STATE(3769), 1, + STATE(3764), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4304), 1, + STATE(4226), 1, sym__binary_predicate, - STATE(4305), 1, + STATE(4228), 1, sym__predicate, - ACTIONS(89), 2, + ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360048,52 +360338,101 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [141990] = 23, + [142289] = 18, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6258), 1, + anon_sym_DASH2, + ACTIONS(6270), 1, + anon_sym_PLUS2, + ACTIONS(6276), 1, + anon_sym_bit_DASHand2, + ACTIONS(6278), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6368), 1, + anon_sym_bit_DASHor2, + ACTIONS(6370), 1, + anon_sym_and2, + ACTIONS(6372), 1, + anon_sym_xor2, + ACTIONS(6875), 1, + anon_sym_or2, + STATE(3758), 1, + sym_comment, + ACTIONS(6256), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6262), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6266), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6268), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6272), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6274), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6260), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6264), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [142356] = 23, ACTIONS(45), 1, anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3754), 1, + STATE(3759), 1, sym_comment, - STATE(3769), 1, + STATE(3771), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4333), 1, + STATE(4301), 1, sym__binary_predicate, - STATE(4338), 1, + STATE(4307), 1, sym__predicate, ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360102,52 +360441,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142067] = 23, + [142433] = 23, ACTIONS(45), 1, anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3755), 1, + STATE(3760), 1, sym_comment, - STATE(3769), 1, + STATE(3771), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4339), 1, + STATE(4300), 1, sym__binary_predicate, - STATE(4340), 1, + STATE(4345), 1, sym__predicate, ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360156,52 +360495,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142144] = 23, + [142510] = 23, + ACTIONS(45), 1, + anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, - anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6591), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6581), 1, + sym_identifier, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3756), 1, + STATE(3761), 1, sym_comment, - STATE(3759), 1, + STATE(3771), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4263), 1, + STATE(4365), 1, sym__binary_predicate, - STATE(4264), 1, + STATE(4382), 1, sym__predicate, - ACTIONS(215), 2, + ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360210,188 +360549,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142221] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5458), 1, - anon_sym_DASH2, - ACTIONS(5472), 1, - anon_sym_PLUS2, - ACTIONS(5478), 1, - anon_sym_bit_DASHand2, - ACTIONS(5492), 1, - anon_sym_bit_DASHxor2, - ACTIONS(5498), 1, - anon_sym_and2, - ACTIONS(5500), 1, - anon_sym_xor2, - ACTIONS(5502), 1, - anon_sym_bit_DASHor2, - ACTIONS(6871), 1, - anon_sym_or2, - STATE(3757), 1, - sym_comment, - ACTIONS(5456), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(5462), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(5466), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(5468), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(5470), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(5474), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(5460), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(5464), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - [142288] = 18, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6382), 1, - anon_sym_DASH2, - ACTIONS(6390), 1, - anon_sym_PLUS2, - ACTIONS(6402), 1, - anon_sym_bit_DASHand2, - ACTIONS(6421), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6423), 1, - anon_sym_bit_DASHor2, - ACTIONS(6425), 1, - anon_sym_and2, - ACTIONS(6427), 1, - anon_sym_xor2, - ACTIONS(6873), 1, - anon_sym_or2, - STATE(3758), 1, - sym_comment, - ACTIONS(6384), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6386), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6388), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6392), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6394), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6400), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6396), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6398), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - [142355] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3759), 1, - sym_comment, - ACTIONS(6877), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(6883), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6879), 4, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - ACTIONS(6881), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6875), 16, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [142400] = 23, + [142587] = 23, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3760), 1, + STATE(3762), 1, sym_comment, + STATE(3764), 1, + sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4265), 1, + STATE(4190), 1, sym__binary_predicate, - STATE(4266), 1, + STATE(4194), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360400,52 +360603,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142477] = 23, + [142664] = 23, ACTIONS(45), 1, anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3761), 1, + STATE(3763), 1, sym_comment, - STATE(3769), 1, + STATE(3771), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4311), 1, + STATE(4355), 1, sym__binary_predicate, - STATE(4313), 1, + STATE(4356), 1, sym__predicate, ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360454,150 +360657,139 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142554] = 18, + [142741] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6312), 1, - anon_sym_DASH2, - ACTIONS(6320), 1, - anon_sym_PLUS2, - ACTIONS(6332), 1, - anon_sym_bit_DASHand2, - ACTIONS(6334), 1, - anon_sym_bit_DASHxor2, - ACTIONS(6336), 1, - anon_sym_bit_DASHor2, - ACTIONS(6338), 1, - anon_sym_and2, - ACTIONS(6340), 1, - anon_sym_xor2, - ACTIONS(6885), 1, - anon_sym_or2, - STATE(3762), 1, + STATE(3764), 1, sym_comment, - ACTIONS(6314), 2, - anon_sym_STAR2, - anon_sym_SLASH2, - ACTIONS(6316), 2, - anon_sym_STAR_STAR2, - anon_sym_PLUS_PLUS2, - ACTIONS(6318), 2, - anon_sym_mod2, - anon_sym_SLASH_SLASH2, - ACTIONS(6322), 2, - anon_sym_bit_DASHshl2, - anon_sym_bit_DASHshr2, - ACTIONS(6324), 2, + ACTIONS(6879), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6330), 2, + ACTIONS(6885), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6326), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6328), 4, + ACTIONS(6881), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [142621] = 18, + ACTIONS(6883), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(6877), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [142786] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6785), 1, + ACTIONS(6811), 1, anon_sym_DASH2, - ACTIONS(6795), 1, + ACTIONS(6817), 1, + anon_sym_and2, + ACTIONS(6827), 1, anon_sym_PLUS2, - ACTIONS(6819), 1, + ACTIONS(6831), 1, anon_sym_bit_DASHand2, - ACTIONS(6821), 1, + ACTIONS(6833), 1, anon_sym_bit_DASHxor2, - ACTIONS(6823), 1, + ACTIONS(6835), 1, anon_sym_bit_DASHor2, ACTIONS(6837), 1, - anon_sym_and2, - ACTIONS(6839), 1, anon_sym_xor2, ACTIONS(6887), 1, anon_sym_or2, - STATE(3763), 1, + STATE(3765), 1, sym_comment, - ACTIONS(6783), 2, + ACTIONS(6809), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6787), 2, + ACTIONS(6815), 2, anon_sym_STAR2, anon_sym_SLASH2, - ACTIONS(6791), 2, + ACTIONS(6821), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6823), 2, anon_sym_STAR_STAR2, anon_sym_PLUS_PLUS2, - ACTIONS(6793), 2, + ACTIONS(6825), 2, anon_sym_mod2, anon_sym_SLASH_SLASH2, - ACTIONS(6797), 2, + ACTIONS(6829), 2, anon_sym_bit_DASHshl2, anon_sym_bit_DASHshr2, - ACTIONS(6817), 2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - ACTIONS(6789), 4, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - ACTIONS(6815), 4, + ACTIONS(6813), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - [142688] = 23, + ACTIONS(6819), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [142853] = 23, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(381), 1, anon_sym_DASH2, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, ACTIONS(3444), 1, aux_sym_expr_unary_token1, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6591), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2083), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2090), 1, sym__expr_unary_minus, - STATE(3759), 1, - sym_expr_parenthesized, STATE(3764), 1, + sym_expr_parenthesized, + STATE(3766), 1, sym_comment, STATE(4070), 1, sym_val_number, - STATE(4267), 1, + STATE(4201), 1, sym__binary_predicate, - STATE(4268), 1, + STATE(4205), 1, sym__predicate, ACTIONS(215), 2, anon_sym_true, anon_sym_false, - STATE(4217), 2, + STATE(4273), 2, sym_expr_unary, sym_val_bool, - STATE(4867), 2, + STATE(4875), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360606,52 +360798,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142765] = 23, + [142930] = 23, ACTIONS(45), 1, anon_sym_DASH2, ACTIONS(227), 1, aux_sym__val_number_token5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, + ACTIONS(3418), 1, aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, + ACTIONS(3420), 1, aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6587), 1, + ACTIONS(6581), 1, sym_identifier, - ACTIONS(6593), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR, - ACTIONS(6597), 1, + ACTIONS(6591), 1, aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, + ACTIONS(6593), 1, aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, + STATE(1638), 1, sym__val_number, - STATE(2450), 1, + STATE(1703), 1, + sym__val_number_decimal, + STATE(2545), 1, sym__expr_unary_minus, - STATE(3765), 1, + STATE(3767), 1, sym_comment, - STATE(3769), 1, + STATE(3771), 1, sym_expr_parenthesized, STATE(4070), 1, sym_val_number, - STATE(4307), 1, + STATE(4328), 1, sym__binary_predicate, - STATE(4308), 1, + STATE(4333), 1, sym__predicate, ACTIONS(89), 2, anon_sym_true, anon_sym_false, - STATE(4324), 2, + STATE(4317), 2, sym_expr_unary, sym_val_bool, - STATE(4854), 2, + STATE(4860), 2, sym__where_predicate_lhs, sym_val_variable, ACTIONS(229), 5, @@ -360660,118 +360852,108 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__val_number_token3, aux_sym__val_number_token4, aux_sym__val_number_token6, - [142842] = 23, - ACTIONS(45), 1, - anon_sym_DASH2, - ACTIONS(227), 1, - aux_sym__val_number_token5, + [143007] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3468), 1, - aux_sym_expr_unary_token1, - ACTIONS(5829), 1, - anon_sym_LPAREN, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(6597), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, - aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, - sym__val_number, - STATE(2450), 1, - sym__expr_unary_minus, - STATE(3766), 1, + ACTIONS(5479), 1, + anon_sym_DASH2, + ACTIONS(5487), 1, + anon_sym_PLUS2, + ACTIONS(5499), 1, + anon_sym_bit_DASHand2, + ACTIONS(5501), 1, + anon_sym_bit_DASHxor2, + ACTIONS(5503), 1, + anon_sym_bit_DASHor2, + ACTIONS(5505), 1, + anon_sym_and2, + ACTIONS(5511), 1, + anon_sym_xor2, + ACTIONS(6889), 1, + anon_sym_or2, + STATE(3768), 1, sym_comment, - STATE(3769), 1, - sym_expr_parenthesized, - STATE(4070), 1, - sym_val_number, - STATE(4314), 1, - sym__binary_predicate, - STATE(4326), 1, - sym__predicate, - ACTIONS(89), 2, - anon_sym_true, - anon_sym_false, - STATE(4324), 2, - sym_expr_unary, - sym_val_bool, - STATE(4854), 2, - sym__where_predicate_lhs, - sym_val_variable, - ACTIONS(229), 5, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - [142919] = 23, - ACTIONS(227), 1, - aux_sym__val_number_token5, + ACTIONS(5481), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(5483), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(5485), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(5489), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(5491), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(5497), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(5493), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + ACTIONS(5495), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + [143074] = 18, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(381), 1, + ACTIONS(6783), 1, anon_sym_DASH2, - ACTIONS(3398), 1, - aux_sym__val_number_decimal_token3, - ACTIONS(3400), 1, - aux_sym__val_number_decimal_token4, - ACTIONS(3444), 1, - aux_sym_expr_unary_token1, - ACTIONS(6587), 1, - sym_identifier, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(6597), 1, - aux_sym__val_number_decimal_token1, - ACTIONS(6599), 1, - aux_sym__val_number_decimal_token2, - STATE(1655), 1, - sym__val_number_decimal, - STATE(1660), 1, - sym__val_number, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(3759), 1, - sym_expr_parenthesized, - STATE(3767), 1, + ACTIONS(6795), 1, + anon_sym_PLUS2, + ACTIONS(6799), 1, + anon_sym_bit_DASHand2, + ACTIONS(6801), 1, + anon_sym_bit_DASHxor2, + ACTIONS(6803), 1, + anon_sym_bit_DASHor2, + ACTIONS(6805), 1, + anon_sym_and2, + ACTIONS(6807), 1, + anon_sym_xor2, + ACTIONS(6891), 1, + anon_sym_or2, + STATE(3769), 1, sym_comment, - STATE(4070), 1, - sym_val_number, - STATE(4274), 1, - sym__binary_predicate, - STATE(4275), 1, - sym__predicate, - ACTIONS(215), 2, - anon_sym_true, - anon_sym_false, - STATE(4217), 2, - sym_expr_unary, - sym_val_bool, - STATE(4867), 2, - sym__where_predicate_lhs, - sym_val_variable, - ACTIONS(229), 5, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - [142996] = 4, + ACTIONS(6773), 2, + anon_sym_STAR_STAR2, + anon_sym_PLUS_PLUS2, + ACTIONS(6781), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(6787), 2, + anon_sym_STAR2, + anon_sym_SLASH2, + ACTIONS(6791), 2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + ACTIONS(6793), 2, + anon_sym_mod2, + anon_sym_SLASH_SLASH2, + ACTIONS(6797), 2, + anon_sym_bit_DASHshl2, + anon_sym_bit_DASHshr2, + ACTIONS(6785), 4, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + ACTIONS(6789), 4, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + [143141] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3768), 1, + STATE(3770), 1, sym_comment, ACTIONS(1018), 2, anon_sym_DASH2, @@ -360802,28 +360984,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [143034] = 7, + [143179] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(3769), 1, + STATE(3771), 1, sym_comment, - ACTIONS(6889), 2, + ACTIONS(6893), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6895), 2, + ACTIONS(6899), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6891), 4, + ACTIONS(6895), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6893), 4, + ACTIONS(6897), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - ACTIONS(6875), 15, + ACTIONS(6877), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -360839,32 +361021,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143078] = 12, + [143223] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6897), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - ACTIONS(6899), 1, - anon_sym_DOT, ACTIONS(6903), 1, + anon_sym_DOT, + ACTIONS(6907), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6905), 1, + ACTIONS(6909), 1, aux_sym__immediate_decimal_token5, - STATE(3770), 1, + STATE(3772), 1, sym_comment, - STATE(3847), 1, + STATE(3859), 1, sym__immediate_decimal, - ACTIONS(6901), 2, + ACTIONS(6905), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3933), 2, + STATE(3935), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1583), 16, + ACTIONS(1553), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -360881,30 +361063,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143132] = 11, + [143277] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - ACTIONS(6909), 1, + ACTIONS(4544), 1, + anon_sym_DOT, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6911), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(3771), 1, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + STATE(3773), 1, sym_comment, - STATE(3957), 1, + STATE(3934), 1, sym__immediate_decimal, - ACTIONS(6907), 2, + ACTIONS(4546), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2026), 2, + STATE(3933), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1583), 16, + ACTIONS(1643), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -360921,30 +361103,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143183] = 11, + [143328] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + ACTIONS(6913), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(6915), 1, aux_sym__immediate_decimal_token5, - ACTIONS(4591), 1, - anon_sym_DOT, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - STATE(3772), 1, + STATE(3774), 1, sym_comment, - STATE(3932), 1, + STATE(3979), 1, sym__immediate_decimal, - ACTIONS(4556), 2, + ACTIONS(6911), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3931), 2, + STATE(2050), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 16, + ACTIONS(1629), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -360961,33 +361143,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143234] = 12, + [143379] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(4614), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6453), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, ACTIONS(6913), 1, - anon_sym_DOT, - ACTIONS(6917), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6919), 1, + ACTIONS(6915), 1, aux_sym__immediate_decimal_token5, - STATE(3773), 1, + STATE(3775), 1, sym_comment, - STATE(3891), 1, + STATE(3977), 1, sym__immediate_decimal, - ACTIONS(6915), 2, + ACTIONS(6911), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3935), 2, + STATE(2035), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1583), 15, - ts_builtin_sym_end, + ACTIONS(1553), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -360999,33 +361178,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143287] = 11, + [143430] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(4552), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6897), 1, + ACTIONS(6478), 1, anon_sym_DOLLAR, - ACTIONS(6909), 1, + ACTIONS(6917), 1, + anon_sym_DOT, + ACTIONS(6921), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6911), 1, + ACTIONS(6923), 1, aux_sym__immediate_decimal_token5, - STATE(3774), 1, + STATE(3776), 1, sym_comment, - STATE(3968), 1, + STATE(3869), 1, sym__immediate_decimal, - ACTIONS(6907), 2, + ACTIONS(6919), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2043), 2, + STATE(3993), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1619), 16, + ACTIONS(1553), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361037,36 +361221,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143338] = 11, + [143483] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(4614), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - ACTIONS(6923), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6925), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(3775), 1, - sym_comment, - STATE(4059), 1, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + STATE(2034), 1, sym__immediate_decimal, - ACTIONS(6921), 2, + STATE(3777), 1, + sym_comment, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2489), 2, + STATE(2033), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1583), 15, - ts_builtin_sym_end, + ACTIONS(1643), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361078,34 +361257,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143388] = 11, + [143531] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(4614), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - ACTIONS(6923), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6925), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(3776), 1, - sym_comment, - STATE(4033), 1, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + STATE(2049), 1, sym__immediate_decimal, - ACTIONS(6921), 2, + STATE(3778), 1, + sym_comment, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2493), 2, + STATE(2048), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1619), 15, - ts_builtin_sym_end, + ACTIONS(1665), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361117,22 +361295,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143438] = 6, + [143579] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6927), 1, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4658), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(4718), 1, anon_sym_DOT, - ACTIONS(6929), 1, - aux_sym__immediate_decimal_token2, - STATE(3777), 1, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + STATE(3779), 1, sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 21, + STATE(3992), 1, + sym__immediate_decimal, + ACTIONS(4654), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3991), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1643), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361144,41 +361336,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [143478] = 11, - ACTIONS(251), 1, + [143629] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4614), 1, + ACTIONS(1553), 1, + sym__space, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(6927), 1, + anon_sym_DOT, + ACTIONS(6929), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6931), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6933), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(6935), 1, aux_sym__immediate_decimal_token5, - ACTIONS(4696), 1, - anon_sym_DOT, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - STATE(3778), 1, + STATE(3780), 1, sym_comment, - STATE(3996), 1, + STATE(3917), 1, sym__immediate_decimal, - ACTIONS(4618), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3995), 2, + STATE(4080), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 15, - ts_builtin_sym_end, + ACTIONS(1539), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361190,22 +361379,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [143528] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [143685] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6931), 1, + ACTIONS(6937), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6933), 1, + ACTIONS(6939), 1, aux_sym__immediate_decimal_token2, - STATE(3779), 1, + STATE(3781), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1595), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 21, + ACTIONS(1597), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361227,35 +361415,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [143568] = 14, - ACTIONS(3), 1, + [143725] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1583), 1, - sym__space, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(6935), 1, - anon_sym_LPAREN2, - ACTIONS(6937), 1, - anon_sym_DOT, - ACTIONS(6939), 1, - aux_sym__immediate_decimal_token1, ACTIONS(6941), 1, - aux_sym__immediate_decimal_token3, + anon_sym_DOT, ACTIONS(6943), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, - aux_sym__immediate_decimal_token5, - STATE(3780), 1, + aux_sym__immediate_decimal_token2, + STATE(3782), 1, sym_comment, - STATE(3925), 1, - sym__immediate_decimal, - STATE(4065), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 13, + ACTIONS(1587), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361269,28 +361441,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [143624] = 10, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [143765] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + ACTIONS(6947), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(6949), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - STATE(2042), 1, - sym__immediate_decimal, - STATE(3781), 1, + STATE(3783), 1, sym_comment, - ACTIONS(4606), 2, + STATE(4050), 1, + sym__immediate_decimal, + ACTIONS(6945), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2041), 2, + STATE(2527), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1695), 16, + ACTIONS(1553), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361302,33 +361485,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143672] = 10, + [143815] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + ACTIONS(6947), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(6949), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - STATE(2025), 1, - sym__immediate_decimal, - STATE(3782), 1, + STATE(3784), 1, sym_comment, - ACTIONS(4606), 2, + STATE(4066), 1, + sym__immediate_decimal, + ACTIONS(6945), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2024), 2, + STATE(2494), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 16, + ACTIONS(1629), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361340,33 +361524,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143720] = 10, + [143865] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6897), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - STATE(2038), 1, + STATE(2045), 1, sym__immediate_decimal, - STATE(3783), 1, + STATE(3785), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2037), 2, + STATE(2044), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1687), 16, + ACTIONS(1709), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361383,28 +361565,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143768] = 10, + [143913] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6897), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - STATE(2040), 1, + STATE(2047), 1, sym__immediate_decimal, - STATE(3784), 1, + STATE(3786), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2039), 2, + STATE(2046), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1691), 16, + ACTIONS(1713), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361421,17 +361603,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [143816] = 14, + [143961] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1553), 1, + sym__space, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(2063), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(6949), 1, - anon_sym_DOT, ACTIONS(6951), 1, aux_sym__immediate_decimal_token1, ACTIONS(6953), 1, @@ -361440,17 +361622,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__immediate_decimal_token4, ACTIONS(6957), 1, aux_sym__immediate_decimal_token5, - STATE(3785), 1, + STATE(3787), 1, sym_comment, - STATE(4002), 1, + STATE(4265), 1, sym__immediate_decimal, - ACTIONS(1583), 2, - ts_builtin_sym_end, - sym__space, - STATE(4282), 2, + STATE(4510), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1569), 11, + ACTIONS(1539), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361462,64 +361641,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [143871] = 10, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [144014] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(4620), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(6453), 1, + ACTIONS(1643), 1, + sym__space, + ACTIONS(1807), 1, anon_sym_DOLLAR, - STATE(2484), 1, - sym__immediate_decimal, - STATE(3786), 1, - sym_comment, - ACTIONS(4722), 2, + ACTIONS(6925), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, aux_sym__immediate_decimal_token1, + ACTIONS(6931), 1, aux_sym__immediate_decimal_token3, - STATE(2483), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1597), 15, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [143918] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, + ACTIONS(6933), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6935), 1, + aux_sym__immediate_decimal_token5, ACTIONS(6959), 1, - anon_sym_DOT_DOT2, - ACTIONS(6963), 1, - sym_filesize_unit, - ACTIONS(6965), 1, - sym_duration_unit, - STATE(3787), 1, + anon_sym_DOT, + STATE(3788), 1, sym_comment, - STATE(7290), 1, + STATE(4069), 1, + sym__immediate_decimal, + STATE(4068), 2, sym__expr_parenthesized_immediate, - ACTIONS(6961), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 16, + sym_val_variable, + ACTIONS(1633), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361533,32 +361683,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [143965] = 10, - ACTIONS(251), 1, + [144067] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4614), 1, + ACTIONS(1629), 1, + sym__space, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(6951), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6953), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6955), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(6957), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - STATE(2518), 1, - sym__immediate_decimal, - STATE(3788), 1, + STATE(3789), 1, sym_comment, - ACTIONS(4722), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2504), 2, + STATE(4214), 1, + sym__immediate_decimal, + STATE(4495), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1687), 15, - ts_builtin_sym_end, + ACTIONS(1627), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361570,31 +361721,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [144012] = 10, + anon_sym_RPAREN, + anon_sym_RBRACE, + [144120] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(4620), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - STATE(2465), 1, - sym__immediate_decimal, - STATE(3789), 1, - sym_comment, - ACTIONS(4722), 2, + ACTIONS(6961), 1, aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2454), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1691), 15, + ACTIONS(6963), 1, + aux_sym__immediate_decimal_token2, + STATE(3790), 1, + sym_comment, + ACTIONS(1595), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 20, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -361610,56 +361751,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [144059] = 10, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [144159] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4614), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6453), 1, + ACTIONS(6478), 1, anon_sym_DOLLAR, - STATE(2487), 1, + STATE(2522), 1, sym__immediate_decimal, - STATE(3790), 1, + STATE(3791), 1, sym_comment, - ACTIONS(4722), 2, + ACTIONS(4720), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2472), 2, + STATE(2521), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1695), 15, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [144106] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6967), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6969), 1, - aux_sym__immediate_decimal_token2, - STATE(3791), 1, - sym_comment, - ACTIONS(1623), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 20, + ACTIONS(1643), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -361675,24 +361793,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [144145] = 6, + [144206] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6971), 1, + ACTIONS(6965), 1, anon_sym_DOT, - ACTIONS(6973), 1, + ACTIONS(6967), 1, aux_sym__immediate_decimal_token2, STATE(3792), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 20, + ACTIONS(1589), 20, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -361713,17 +361826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144184] = 5, + [144245] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6929), 1, + ACTIONS(6943), 1, aux_sym__immediate_decimal_token2, STATE(3793), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 21, + ACTIONS(1589), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361745,17 +361858,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144221] = 5, + [144282] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6975), 1, + ACTIONS(6969), 1, aux_sym__immediate_decimal_token2, STATE(3794), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 21, + ACTIONS(1669), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361777,22 +361890,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144258] = 8, + [144319] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(935), 1, - anon_sym_DOT_DOT2, - ACTIONS(4562), 1, - anon_sym_DOT2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(3768), 1, - sym_cell_path, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4658), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + STATE(2476), 1, + sym__immediate_decimal, STATE(3795), 1, sym_comment, - ACTIONS(937), 19, + ACTIONS(4720), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2474), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1713), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361804,41 +361924,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [144301] = 13, - ACTIONS(3), 1, + [144366] = 10, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1619), 1, - sym__space, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6977), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6979), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6981), 1, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6983), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + STATE(2471), 1, + sym__immediate_decimal, STATE(3796), 1, sym_comment, - STATE(4113), 1, - sym__immediate_decimal, - STATE(4541), 2, + ACTIONS(4720), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2467), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1617), 13, + ACTIONS(1709), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361850,35 +361961,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [144354] = 13, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [144413] = 10, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1597), 1, - sym__space, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6939), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6941), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6943), 1, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6985), 1, - anon_sym_DOT, + ACTIONS(6478), 1, + anon_sym_DOLLAR, + STATE(2492), 1, + sym__immediate_decimal, STATE(3797), 1, sym_comment, - STATE(4096), 1, - sym__immediate_decimal, - STATE(4095), 2, + ACTIONS(4720), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2478), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 13, + ACTIONS(1665), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361890,35 +361998,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [144407] = 13, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [144460] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1583), 1, - sym__space, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(6935), 1, - anon_sym_LPAREN2, - ACTIONS(6977), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6979), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6981), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6983), 1, - aux_sym__immediate_decimal_token5, + ACTIONS(935), 1, + anon_sym_DOT_DOT2, + ACTIONS(4563), 1, + anon_sym_DOT2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(3770), 1, + sym_cell_path, STATE(3798), 1, sym_comment, - STATE(4287), 1, - sym__immediate_decimal, - STATE(4402), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 13, + ACTIONS(937), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361931,20 +362029,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_in2, anon_sym_RBRACE, - [144460] = 6, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [144503] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6987), 1, - anon_sym_DOT, - ACTIONS(6989), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + ACTIONS(6971), 1, + anon_sym_DOT_DOT2, + ACTIONS(6975), 1, + sym_filesize_unit, + ACTIONS(6977), 1, + sym_duration_unit, STATE(3799), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 19, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + ACTIONS(6973), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1693), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361961,21 +362073,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [144498] = 5, - ACTIONS(251), 1, + [144550] = 14, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6973), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(6979), 1, + anon_sym_LPAREN2, + ACTIONS(6981), 1, + anon_sym_DOT, + ACTIONS(6983), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6985), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6987), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6989), 1, + aux_sym__immediate_decimal_token5, STATE(3800), 1, sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 20, + STATE(3972), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, ts_builtin_sym_end, + sym__space, + STATE(4290), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -361987,26 +362114,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [144534] = 5, + [144605] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6991), 1, - aux_sym__immediate_decimal_token2, STATE(3801), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 20, - ts_builtin_sym_end, + ACTIONS(1669), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362018,6 +362134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -362026,34 +362144,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144570] = 13, + [144639] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2063), 1, - anon_sym_DOLLAR, - ACTIONS(6947), 1, - anon_sym_LPAREN2, + ACTIONS(6991), 1, + anon_sym_DOT, ACTIONS(6993), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6997), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6999), 1, - aux_sym__immediate_decimal_token5, + aux_sym__immediate_decimal_token2, STATE(3802), 1, sym_comment, - STATE(4315), 1, - sym__immediate_decimal, - ACTIONS(1619), 2, - ts_builtin_sym_end, + ACTIONS(1589), 6, sym__space, - STATE(4572), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1617), 11, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1587), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362065,15 +362172,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [144622] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [144677] = 8, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(935), 1, + anon_sym_DOT_DOT2, + ACTIONS(4910), 1, + anon_sym_DOT2, + STATE(1421), 1, + sym_cell_path, + STATE(1684), 1, + aux_sym_cell_path_repeat1, + STATE(1861), 1, + sym_path, STATE(3803), 1, sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 21, + ACTIONS(937), 18, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362085,41 +362204,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [144656] = 12, + [144719] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1597), 1, + ACTIONS(1709), 1, sym__space, - ACTIONS(1847), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(6943), 1, + ACTIONS(6933), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, + ACTIONS(6935), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7001), 1, + ACTIONS(6995), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7003), 1, + ACTIONS(6997), 1, aux_sym__immediate_decimal_token3, STATE(3804), 1, sym_comment, - STATE(4476), 1, + STATE(4419), 1, sym__immediate_decimal, - STATE(4508), 2, + STATE(4416), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 13, + ACTIONS(1707), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362133,15 +362248,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [144706] = 4, - ACTIONS(251), 1, + [144769] = 12, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1713), 1, + sym__space, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(6925), 1, + anon_sym_LPAREN2, + ACTIONS(6933), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6935), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(6995), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6997), 1, + aux_sym__immediate_decimal_token3, STATE(3805), 1, sym_comment, - ACTIONS(1623), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 21, + STATE(4516), 1, + sym__immediate_decimal, + STATE(4523), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1711), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362155,39 +362286,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [144740] = 12, + [144819] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1687), 1, + ACTIONS(1665), 1, sym__space, - ACTIONS(1847), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(6943), 1, + ACTIONS(6933), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, + ACTIONS(6935), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7001), 1, + ACTIONS(6995), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7003), 1, + ACTIONS(6997), 1, aux_sym__immediate_decimal_token3, STATE(3806), 1, sym_comment, - STATE(4502), 1, + STATE(4477), 1, sym__immediate_decimal, - STATE(4501), 2, + STATE(4433), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1685), 13, + ACTIONS(1657), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362201,15 +362324,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [144790] = 4, + [144869] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6999), 1, + aux_sym__immediate_decimal_token2, STATE(3807), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 21, + ACTIONS(1669), 20, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362221,8 +362347,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, @@ -362231,15 +362355,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144824] = 4, + [144905] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3808), 1, sym_comment, - ACTIONS(1723), 2, + ACTIONS(1595), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1725), 21, + ACTIONS(1597), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362261,70 +362385,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [144858] = 13, + [144939] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(2063), 1, - anon_sym_DOLLAR, - ACTIONS(6947), 1, - anon_sym_LPAREN2, - ACTIONS(6993), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6997), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6999), 1, - aux_sym__immediate_decimal_token5, - STATE(3809), 1, - sym_comment, - STATE(4350), 1, - sym__immediate_decimal, - ACTIONS(1583), 2, - ts_builtin_sym_end, - sym__space, - STATE(4742), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1569), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [144910] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1691), 1, + ACTIONS(1643), 1, sym__space, - ACTIONS(1847), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(6943), 1, + ACTIONS(6933), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, + ACTIONS(6935), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7001), 1, + ACTIONS(6995), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7003), 1, + ACTIONS(6997), 1, aux_sym__immediate_decimal_token3, - STATE(3810), 1, + STATE(3809), 1, sym_comment, - STATE(4510), 1, + STATE(4496), 1, sym__immediate_decimal, - STATE(4509), 2, + STATE(4494), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1689), 13, + ACTIONS(1633), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362338,19 +362423,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [144960] = 6, + [144989] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7005), 1, + ACTIONS(7001), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7007), 1, + ACTIONS(7003), 1, aux_sym__immediate_decimal_token2, - STATE(3811), 1, + STATE(3810), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1757), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 19, + ACTIONS(1759), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362370,31 +362455,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [144998] = 12, + [145027] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1695), 1, - sym__space, - ACTIONS(1847), 1, - anon_sym_DOLLAR, - ACTIONS(6935), 1, - anon_sym_LPAREN2, - ACTIONS(6943), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(7001), 1, + ACTIONS(7005), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7003), 1, - aux_sym__immediate_decimal_token3, - STATE(3812), 1, + ACTIONS(7007), 1, + aux_sym__immediate_decimal_token2, + STATE(3811), 1, sym_comment, - STATE(4533), 1, - sym__immediate_decimal, - STATE(4527), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1693), 13, + ACTIONS(1597), 6, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1595), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362408,28 +362485,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [145048] = 10, - ACTIONS(251), 1, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [145065] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4890), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(6979), 1, + anon_sym_LPAREN2, ACTIONS(7009), 1, - anon_sym_DOT_DOT2, + aux_sym__immediate_decimal_token1, + ACTIONS(7011), 1, + aux_sym__immediate_decimal_token3, ACTIONS(7013), 1, - sym_filesize_unit, + aux_sym__immediate_decimal_token4, ACTIONS(7015), 1, - sym_duration_unit, - STATE(3813), 1, + aux_sym__immediate_decimal_token5, + STATE(3812), 1, sym_comment, - STATE(7360), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7011), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 15, + STATE(4381), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, ts_builtin_sym_end, + sym__space, + STATE(4801), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1539), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362441,26 +362526,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [145094] = 8, + [145117] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(935), 1, - anon_sym_DOT_DOT2, - ACTIONS(4922), 1, - anon_sym_DOT2, - STATE(1475), 1, - sym_cell_path, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1826), 1, - sym_path, - STATE(3814), 1, + STATE(3813), 1, sym_comment, - ACTIONS(937), 18, - ts_builtin_sym_end, + ACTIONS(1733), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362472,29 +362546,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_LBRACE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [145136] = 6, - ACTIONS(3), 1, + sym_filesize_unit, + sym_duration_unit, + [145151] = 6, + ACTIONS(251), 1, anon_sym_POUND, ACTIONS(7017), 1, - aux_sym__immediate_decimal_token1, + anon_sym_DOT, ACTIONS(7019), 1, aux_sym__immediate_decimal_token2, - STATE(3815), 1, + STATE(3814), 1, sym_comment, - ACTIONS(1625), 6, - sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1623), 15, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362508,36 +362582,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [145174] = 13, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [145189] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2033), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6951), 1, + ACTIONS(7009), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6953), 1, + ACTIONS(7011), 1, aux_sym__immediate_decimal_token3, - ACTIONS(6955), 1, + ACTIONS(7013), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, + ACTIONS(7015), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7021), 1, - anon_sym_DOT, - STATE(3816), 1, + STATE(3815), 1, sym_comment, - STATE(4281), 1, + STATE(4367), 1, sym__immediate_decimal, - ACTIONS(1597), 2, + ACTIONS(1629), 2, ts_builtin_sym_end, sym__space, - STATE(4280), 2, + STATE(4591), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 11, + ACTIONS(1627), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362549,23 +362627,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [145226] = 6, - ACTIONS(3), 1, + [145241] = 10, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7023), 1, - anon_sym_DOT, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, + ACTIONS(7021), 1, + anon_sym_DOT_DOT2, ACTIONS(7025), 1, - aux_sym__immediate_decimal_token2, - STATE(3817), 1, + sym_filesize_unit, + ACTIONS(7027), 1, + sym_duration_unit, + STATE(3816), 1, sym_comment, - ACTIONS(1601), 6, - sym__space, - anon_sym_LPAREN2, + STATE(7290), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7023), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1599), 15, + ACTIONS(1693), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362577,19 +362660,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [145264] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [145287] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3818), 1, + ACTIONS(6967), 1, + aux_sym__immediate_decimal_token2, + STATE(3817), 1, sym_comment, - ACTIONS(1723), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1725), 20, + ACTIONS(1589), 20, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -362610,20 +362694,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [145297] = 6, - ACTIONS(251), 1, + [145323] = 13, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7027), 1, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(6979), 1, + anon_sym_LPAREN2, + ACTIONS(6983), 1, aux_sym__immediate_decimal_token1, + ACTIONS(6985), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6987), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6989), 1, + aux_sym__immediate_decimal_token5, ACTIONS(7029), 1, - aux_sym__immediate_decimal_token2, + anon_sym_DOT, + STATE(3818), 1, + sym_comment, + STATE(4268), 1, + sym__immediate_decimal, + ACTIONS(1643), 2, + ts_builtin_sym_end, + sym__space, + STATE(4260), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1633), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [145375] = 4, + ACTIONS(251), 1, + anon_sym_POUND, STATE(3819), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 18, - ts_builtin_sym_end, + ACTIONS(1589), 21, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362635,22 +362753,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [145334] = 12, + sym_filesize_unit, + sym_duration_unit, + [145409] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(2033), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6955), 1, + ACTIONS(6987), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, + ACTIONS(6989), 1, aux_sym__immediate_decimal_token5, ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, @@ -362658,15 +362780,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__immediate_decimal_token3, STATE(3820), 1, sym_comment, - STATE(4673), 1, + STATE(4581), 1, sym__immediate_decimal, - ACTIONS(1691), 2, + ACTIONS(1713), 2, ts_builtin_sym_end, sym__space, - STATE(4736), 2, + STATE(4576), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1689), 11, + ACTIONS(1711), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362678,21 +362800,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [145383] = 5, + [145458] = 6, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(7035), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7037), 1, aux_sym__immediate_decimal_token2, STATE(3821), 1, sym_comment, - ACTIONS(1711), 6, + ACTIONS(1597), 7, + ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1709), 15, + ACTIONS(1595), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362704,33 +362829,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [145418] = 11, - ACTIONS(3), 1, + [145495] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1665), 1, - sym__space, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(7037), 1, - anon_sym_DOT_DOT2, - ACTIONS(7041), 1, - sym_filesize_unit, - ACTIONS(7043), 1, - sym_duration_unit, - ACTIONS(7045), 1, - aux_sym_unquoted_token2, STATE(3822), 1, sym_comment, - STATE(7280), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7039), 2, + ACTIONS(1733), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 20, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 13, + sym_filesize_unit, + sym_duration_unit, + [145528] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3823), 1, + sym_comment, + ACTIONS(1595), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 20, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362742,21 +362881,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [145465] = 6, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [145561] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7047), 1, + ACTIONS(7039), 1, anon_sym_DOT, - ACTIONS(7049), 1, + ACTIONS(7041), 1, aux_sym__immediate_decimal_token2, - STATE(3823), 1, + STATE(3824), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 18, + ACTIONS(1727), 18, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -362775,17 +362920,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [145502] = 5, + [145598] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6989), 1, + ACTIONS(7019), 1, aux_sym__immediate_decimal_token2, - STATE(3824), 1, + STATE(3825), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 19, + ACTIONS(1727), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362805,16 +362950,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [145537] = 4, + [145633] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1693), 1, + sym__space, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(7043), 1, + anon_sym_DOT_DOT2, + ACTIONS(7047), 1, + sym_filesize_unit, + ACTIONS(7049), 1, + sym_duration_unit, + ACTIONS(7051), 1, + aux_sym_unquoted_token2, + STATE(3826), 1, + sym_comment, + STATE(7307), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7045), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [145680] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3825), 1, + ACTIONS(7053), 1, + aux_sym__immediate_decimal_token2, + STATE(3827), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 20, - ts_builtin_sym_end, + ACTIONS(1767), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362826,40 +363008,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [145570] = 12, + [145715] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, - anon_sym_DOLLAR, - ACTIONS(6947), 1, - anon_sym_LPAREN2, - ACTIONS(6955), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(7031), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7033), 1, - aux_sym__immediate_decimal_token3, - STATE(3826), 1, + ACTIONS(7055), 1, + anon_sym_DOT, + ACTIONS(7057), 1, + aux_sym__immediate_decimal_token2, + STATE(3828), 1, sym_comment, - STATE(4701), 1, - sym__immediate_decimal, - ACTIONS(1695), 2, + ACTIONS(1589), 7, ts_builtin_sym_end, sym__space, - STATE(4583), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1693), 11, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1587), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362871,17 +363045,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [145619] = 5, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [145752] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7051), 1, - aux_sym__immediate_decimal_token2, - STATE(3827), 1, + STATE(3829), 1, sym_comment, - ACTIONS(1771), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 19, + ACTIONS(1589), 20, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362893,70 +363068,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [145654] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7053), 1, - sym__newline, - STATE(3828), 2, - sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1262), 10, - sym_identifier, - anon_sym_DASH2, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(1264), 10, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - aux_sym_expr_unary_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token5, - [145689] = 12, + sym_filesize_unit, + sym_duration_unit, + [145785] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(2033), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6955), 1, + ACTIONS(6987), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, + ACTIONS(6989), 1, aux_sym__immediate_decimal_token5, ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, ACTIONS(7033), 1, aux_sym__immediate_decimal_token3, - STATE(3829), 1, + STATE(3830), 1, sym_comment, - STATE(4739), 1, + STATE(4588), 1, sym__immediate_decimal, - ACTIONS(1597), 2, + ACTIONS(1665), 2, ts_builtin_sym_end, sym__space, - STATE(4738), 2, + STATE(4587), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1587), 11, + ACTIONS(1657), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -362968,32 +363113,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [145738] = 12, + [145834] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(2033), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6955), 1, + ACTIONS(6987), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, + ACTIONS(6989), 1, aux_sym__immediate_decimal_token5, ACTIONS(7031), 1, aux_sym__immediate_decimal_token1, ACTIONS(7033), 1, aux_sym__immediate_decimal_token3, - STATE(3830), 1, + STATE(3831), 1, sym_comment, - STATE(4727), 1, + STATE(4569), 1, sym__immediate_decimal, - ACTIONS(1687), 2, + ACTIONS(1709), 2, ts_builtin_sym_end, sym__space, - STATE(4620), 2, + STATE(4568), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1685), 11, + ACTIONS(1707), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363005,15 +363150,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [145787] = 4, + [145883] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3831), 1, + STATE(3832), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 20, + ACTIONS(1669), 20, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -363034,21 +363179,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [145820] = 5, + [145916] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7025), 1, + ACTIONS(7059), 1, aux_sym__immediate_decimal_token2, - STATE(3832), 1, + STATE(3833), 1, sym_comment, - ACTIONS(1601), 6, + ACTIONS(1669), 6, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1599), 15, + ACTIONS(1667), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363064,53 +363209,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [145855] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3833), 1, - sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 20, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [145888] = 6, + [145951] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7056), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7058), 1, + ACTIONS(6993), 1, aux_sym__immediate_decimal_token2, STATE(3834), 1, sym_comment, - ACTIONS(1625), 7, - ts_builtin_sym_end, + ACTIONS(1589), 6, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1623), 13, + ACTIONS(1587), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363122,26 +363235,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [145925] = 6, + [145986] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7060), 1, - anon_sym_DOT, - ACTIONS(7062), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(6979), 1, + anon_sym_LPAREN2, + ACTIONS(6987), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6989), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7031), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7033), 1, + aux_sym__immediate_decimal_token3, STATE(3835), 1, sym_comment, - ACTIONS(1601), 7, + STATE(4686), 1, + sym__immediate_decimal, + ACTIONS(1643), 2, ts_builtin_sym_end, sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1599), 13, + STATE(4671), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1633), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363153,65 +363276,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [145962] = 14, + [146035] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(7064), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, - anon_sym_LPAREN2, - ACTIONS(7068), 1, - anon_sym_DOT, - ACTIONS(7070), 1, + ACTIONS(7061), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7072), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7074), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, - aux_sym__immediate_decimal_token5, + ACTIONS(7063), 1, + aux_sym__immediate_decimal_token2, STATE(3836), 1, sym_comment, - STATE(4063), 1, - sym__immediate_decimal, - ACTIONS(1569), 2, - sym_identifier, - anon_sym_DASH2, - STATE(4367), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1583), 9, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [146015] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3837), 1, - sym_comment, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4020), 1, - sym_cell_path, - ACTIONS(1763), 3, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1761), 14, + ACTIONS(1757), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 18, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363223,37 +363301,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [146055] = 13, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [146072] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7065), 1, + sym__newline, + STATE(3837), 2, + sym_comment, + aux_sym_shebang_repeat1, + ACTIONS(1274), 10, + sym_identifier, + anon_sym_DASH2, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(1276), 10, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + aux_sym_expr_unary_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token5, + [146107] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym__unquoted_in_record_token2, - ACTIONS(7064), 1, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(7080), 1, + ACTIONS(7072), 1, + anon_sym_DOT, + ACTIONS(7074), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7082), 1, + ACTIONS(7076), 1, aux_sym__immediate_decimal_token3, - ACTIONS(7084), 1, + ACTIONS(7078), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7086), 1, + ACTIONS(7080), 1, aux_sym__immediate_decimal_token5, STATE(3838), 1, sym_comment, - STATE(4386), 1, + STATE(4048), 1, sym__immediate_decimal, - ACTIONS(1569), 2, + ACTIONS(1539), 2, sym_identifier, anon_sym_DASH2, - STATE(4840), 2, + STATE(4327), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1583), 9, + ACTIONS(1553), 9, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -363263,19 +363376,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [146105] = 4, + [146160] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3839), 1, sym_comment, - ACTIONS(1601), 6, + ACTIONS(1669), 6, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1599), 15, + ACTIONS(1667), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363291,24 +363404,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146137] = 8, + [146192] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7078), 1, - anon_sym_DOT2, STATE(3840), 1, sym_comment, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4046), 1, - sym_cell_path, - ACTIONS(1719), 3, + ACTIONS(1597), 6, sym__space, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1717), 14, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1595), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363323,17 +363431,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DOT_DOT2, - [146177] = 5, + aux_sym_unquoted_token2, + [146224] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7049), 1, + ACTIONS(7041), 1, aux_sym__immediate_decimal_token2, STATE(3841), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 18, + ACTIONS(1727), 18, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -363352,23 +363461,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146211] = 6, + [146258] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7088), 1, + ACTIONS(7082), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7090), 1, + ACTIONS(7084), 1, aux_sym__immediate_decimal_token2, STATE(3842), 1, sym_comment, - ACTIONS(1623), 6, + ACTIONS(1595), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym__unquoted_in_record_token2, - ACTIONS(1625), 13, + ACTIONS(1597), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -363382,47 +363491,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146247] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7092), 1, - anon_sym_DOT, - ACTIONS(7094), 1, - aux_sym__immediate_decimal_token2, - STATE(3843), 1, - sym_comment, - ACTIONS(1737), 4, - sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 15, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [146283] = 5, + [146294] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7096), 1, + ACTIONS(7086), 1, aux_sym__immediate_decimal_token2, - STATE(3844), 1, + STATE(3843), 1, sym_comment, - ACTIONS(1771), 2, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 18, + ACTIONS(1767), 18, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -363441,23 +363520,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146317] = 6, + [146328] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7098), 1, + ACTIONS(7088), 1, anon_sym_DOT, - ACTIONS(7100), 1, + ACTIONS(7090), 1, aux_sym__immediate_decimal_token2, - STATE(3845), 1, + STATE(3844), 1, sym_comment, - ACTIONS(1599), 6, + ACTIONS(1587), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 13, + ACTIONS(1589), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -363471,21 +363550,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146353] = 7, - ACTIONS(251), 1, + [146364] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(7102), 1, - anon_sym_DOT_DOT2, - STATE(3846), 1, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3845), 1, sym_comment, - ACTIONS(7104), 2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4090), 1, + sym_cell_path, + ACTIONS(1719), 3, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1827), 16, + ACTIONS(1717), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363499,49 +363581,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [146391] = 7, + anon_sym_DOT_DOT2, + [146404] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(7068), 1, + anon_sym_DOLLAR, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(7106), 1, - anon_sym_DOT_DOT2, + ACTIONS(7094), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7096), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(7098), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7100), 1, + aux_sym__immediate_decimal_token5, + STATE(3846), 1, + sym_comment, + STATE(4387), 1, + sym__immediate_decimal, + ACTIONS(1539), 2, + sym_identifier, + anon_sym_DASH2, + STATE(4846), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1553), 9, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [146454] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7068), 1, + anon_sym_DOLLAR, + ACTIONS(7070), 1, + anon_sym_LPAREN2, + ACTIONS(7074), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7076), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(7078), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7080), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7102), 1, + anon_sym_DOT, STATE(3847), 1, sym_comment, - ACTIONS(7108), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1802), 16, + STATE(4324), 1, + sym__immediate_decimal, + ACTIONS(1633), 2, + sym_identifier, + anon_sym_DASH2, + STATE(4323), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1643), 9, + anon_sym_EQ, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [146429] = 4, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [146504] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3848), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 19, + ACTIONS(1727), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363561,22 +363684,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146461] = 5, - ACTIONS(3), 1, + [146536] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7062), 1, - aux_sym__immediate_decimal_token2, STATE(3849), 1, sym_comment, - ACTIONS(1601), 7, - ts_builtin_sym_end, - sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1599), 13, + ACTIONS(1757), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363588,17 +363704,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [146495] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [146568] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3850), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 19, + ACTIONS(1767), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363618,15 +363740,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146527] = 4, + [146600] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(3851), 1, sym_comment, - ACTIONS(1771), 2, + ACTIONS(1861), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 19, + ACTIONS(1863), 19, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363646,15 +363768,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [146559] = 4, + [146632] = 7, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(7104), 1, + anon_sym_DOT_DOT2, STATE(3852), 1, sym_comment, - ACTIONS(1786), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 19, + ACTIONS(7106), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1794), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363671,65 +363799,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [146591] = 4, - ACTIONS(251), 1, + [146670] = 8, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7092), 1, + anon_sym_DOT2, STATE(3853), 1, sym_comment, - ACTIONS(1277), 10, - sym_identifier, - anon_sym_DASH2, - anon_sym_true, - anon_sym_false, - aux_sym__val_number_decimal_token1, - aux_sym__val_number_token1, - aux_sym__val_number_token2, - aux_sym__val_number_token3, - aux_sym__val_number_token4, - aux_sym__val_number_token6, - ACTIONS(1275), 11, - anon_sym_EQ, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4033), 1, + sym_cell_path, + ACTIONS(1723), 3, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1721), 14, sym__newline, - anon_sym_COLON, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_LBRACE, - aux_sym_expr_unary_token1, - aux_sym__val_number_decimal_token2, - aux_sym__val_number_decimal_token3, - aux_sym__val_number_decimal_token4, - aux_sym__val_number_token5, - [146623] = 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + [146710] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, + ACTIONS(1631), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, - anon_sym_LPAREN2, ACTIONS(7070), 1, + anon_sym_LPAREN2, + ACTIONS(7094), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7072), 1, + ACTIONS(7096), 1, aux_sym__immediate_decimal_token3, - ACTIONS(7074), 1, + ACTIONS(7098), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, + ACTIONS(7100), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7110), 1, - anon_sym_DOT, STATE(3854), 1, sym_comment, - STATE(4358), 1, + STATE(4436), 1, sym__immediate_decimal, - ACTIONS(1587), 2, + ACTIONS(1627), 2, sym_identifier, anon_sym_DASH2, - STATE(4357), 2, + STATE(4857), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 9, + ACTIONS(1629), 9, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -363739,19 +363868,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [146673] = 4, + [146760] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7108), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7110), 1, + aux_sym__immediate_decimal_token2, STATE(3855), 1, sym_comment, - ACTIONS(1625), 6, + ACTIONS(1759), 4, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1623), 15, + ACTIONS(1757), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363767,19 +363898,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146705] = 4, + [146796] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3856), 1, sym_comment, - ACTIONS(1711), 6, + ACTIONS(1735), 6, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1709), 15, + ACTIONS(1733), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363795,21 +363926,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146737] = 6, + [146828] = 5, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(7112), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7114), 1, aux_sym__immediate_decimal_token2, STATE(3857), 1, sym_comment, - ACTIONS(1729), 4, + ACTIONS(1669), 7, + ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1727), 15, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1667), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363821,71 +363953,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146773] = 13, - ACTIONS(251), 1, + [146862] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(7064), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, - anon_sym_LPAREN2, - ACTIONS(7080), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7082), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7084), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7086), 1, - aux_sym__immediate_decimal_token5, STATE(3858), 1, sym_comment, - STATE(4524), 1, - sym__immediate_decimal, - ACTIONS(1617), 2, - sym_identifier, - anon_sym_DASH2, - STATE(4851), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1619), 9, - anon_sym_EQ, + ACTIONS(1589), 6, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1587), 15, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [146823] = 11, - ACTIONS(3), 1, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [146894] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(7116), 1, - anon_sym_DOT_DOT2, - ACTIONS(7120), 1, - sym_filesize_unit, - ACTIONS(7122), 1, - sym_duration_unit, - ACTIONS(7124), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, + ACTIONS(7114), 1, + anon_sym_DOT_DOT2, STATE(3859), 1, sym_comment, - STATE(7291), 1, - sym__expr_parenthesized_immediate, - ACTIONS(1665), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(7118), 2, + ACTIONS(7116), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 11, + ACTIONS(1873), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363897,18 +364009,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [146869] = 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [146932] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, STATE(3860), 1, sym_comment, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4068), 1, + STATE(4044), 1, sym_cell_path, ACTIONS(937), 3, sym__space, @@ -363929,22 +364046,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DOT_DOT2, - [146909] = 5, + [146972] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7126), 1, + ACTIONS(7118), 1, + anon_sym_DOT, + ACTIONS(7120), 1, aux_sym__immediate_decimal_token2, STATE(3861), 1, sym_comment, - ACTIONS(1711), 7, - ts_builtin_sym_end, + ACTIONS(1727), 4, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1709), 13, + ACTIONS(1725), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363956,21 +364072,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146943] = 4, + [147008] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(7057), 1, + aux_sym__immediate_decimal_token2, STATE(3862), 1, sym_comment, - ACTIONS(1725), 6, + ACTIONS(1589), 7, + ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1723), 15, + ACTIONS(1587), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [147042] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3863), 1, + sym_comment, + ACTIONS(1270), 10, + sym_identifier, + anon_sym_DASH2, + anon_sym_true, + anon_sym_false, + aux_sym__val_number_decimal_token1, + aux_sym__val_number_token1, + aux_sym__val_number_token2, + aux_sym__val_number_token3, + aux_sym__val_number_token4, + aux_sym__val_number_token6, + ACTIONS(1268), 11, + anon_sym_EQ, + sym__newline, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_LBRACE, + aux_sym_expr_unary_token1, + aux_sym__val_number_decimal_token2, + aux_sym__val_number_decimal_token3, + aux_sym__val_number_decimal_token4, + aux_sym__val_number_token5, + [147074] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(7122), 1, + anon_sym_DOT_DOT2, + ACTIONS(7126), 1, + sym_filesize_unit, + ACTIONS(7128), 1, + sym_duration_unit, + ACTIONS(7130), 1, + aux_sym_unquoted_token2, + STATE(3864), 1, + sym_comment, + STATE(7343), 1, + sym__expr_parenthesized_immediate, + ACTIONS(1693), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7124), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -363982,25 +364168,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [147120] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7068), 1, + anon_sym_DOLLAR, + ACTIONS(7070), 1, + anon_sym_LPAREN2, + ACTIONS(7078), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7080), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7132), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7134), 1, + aux_sym__immediate_decimal_token3, + STATE(3865), 1, + sym_comment, + STATE(4856), 1, + sym__immediate_decimal, + ACTIONS(1657), 2, + sym_identifier, + anon_sym_DASH2, + STATE(4855), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1665), 9, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [147167] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3866), 1, + sym_comment, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4073), 1, + sym_path, + STATE(4202), 1, + sym_cell_path, + ACTIONS(1723), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1721), 12, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + [147206] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3867), 1, + sym_comment, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [146975] = 7, + ACTIONS(1767), 18, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [147237] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(1788), 1, anon_sym_LPAREN2, - ACTIONS(7128), 1, + ACTIONS(7138), 1, anon_sym_DOT_DOT2, - STATE(3863), 1, + STATE(3868), 1, sym_comment, - ACTIONS(7130), 2, + ACTIONS(7140), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1827), 15, + ACTIONS(1794), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -364016,25 +364291,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [147012] = 9, - ACTIONS(3), 1, + [147274] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1665), 1, - sym__space, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(7041), 1, - sym_filesize_unit, - ACTIONS(7043), 1, - sym_duration_unit, - ACTIONS(7045), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - STATE(3864), 1, + ACTIONS(7142), 1, + anon_sym_DOT_DOT2, + STATE(3869), 1, sym_comment, - ACTIONS(4542), 2, + ACTIONS(7144), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 13, + ACTIONS(1873), 15, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [147311] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(7146), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7148), 1, + aux_sym__immediate_decimal_token2, + STATE(3870), 1, + sym_comment, + ACTIONS(1759), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364048,15 +364346,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [147053] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [147346] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3865), 1, + STATE(3871), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1861), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 18, + ACTIONS(1863), 18, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -364075,20 +364377,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [147084] = 4, + [147377] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(3866), 1, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, sym_comment, - ACTIONS(1601), 7, - ts_builtin_sym_end, + STATE(3887), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + ACTIONS(950), 3, sym__space, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1599), 13, + ACTIONS(948), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364100,21 +364404,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + [147414] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3873), 1, + sym_comment, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147115] = 5, + ACTIONS(1727), 18, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [147445] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7132), 1, + ACTIONS(7150), 1, + anon_sym_DOT, + ACTIONS(7152), 1, aux_sym__immediate_decimal_token2, - STATE(3867), 1, + STATE(3874), 1, sym_comment, - ACTIONS(1773), 4, + ACTIONS(1727), 5, + ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1771), 15, + ACTIONS(1725), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364126,29 +364461,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147148] = 8, + [147480] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3875), 1, + sym_comment, + ACTIONS(1757), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 18, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [147511] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3868), 1, + STATE(3876), 1, sym_comment, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4288), 1, + STATE(4249), 1, sym_cell_path, - ACTIONS(1719), 4, + ACTIONS(937), 4, ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1717), 12, + ACTIONS(935), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364161,19 +364521,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, - [147187] = 5, - ACTIONS(3), 1, + [147550] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7094), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(7154), 1, + anon_sym_DOT, + ACTIONS(7156), 1, aux_sym__immediate_decimal_token2, - STATE(3869), 1, + STATE(3877), 1, sym_comment, - ACTIONS(1737), 4, - sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 15, + ACTIONS(1727), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364187,24 +364546,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [147220] = 6, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [147585] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7136), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7138), 1, + ACTIONS(7158), 1, aux_sym__immediate_decimal_token2, - STATE(3870), 1, + STATE(3878), 1, sym_comment, - ACTIONS(1729), 5, - ts_builtin_sym_end, + ACTIONS(1767), 4, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1727), 13, + ACTIONS(1765), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364216,14 +364574,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147255] = 4, + [147618] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3871), 1, + STATE(3879), 1, sym_comment, - ACTIONS(1725), 7, + ACTIONS(1735), 7, ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, @@ -364231,7 +364591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1723), 13, + ACTIONS(1733), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364245,16 +364605,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147286] = 4, - ACTIONS(251), 1, + [147649] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3872), 1, + ACTIONS(7160), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7162), 1, + aux_sym__immediate_decimal_token2, + STATE(3880), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 18, + ACTIONS(1759), 5, ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1757), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364266,24 +364632,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [147317] = 6, - ACTIONS(251), 1, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [147684] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1727), 1, + ACTIONS(1693), 1, + sym__space, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(7047), 1, + sym_filesize_unit, + ACTIONS(7049), 1, + sym_duration_unit, + ACTIONS(7051), 1, aux_sym_unquoted_token2, - ACTIONS(7140), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7142), 1, - aux_sym__immediate_decimal_token2, - STATE(3873), 1, + STATE(3881), 1, sym_comment, - ACTIONS(1729), 17, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364296,60 +364665,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [147352] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(7144), 1, - anon_sym_DOT_DOT2, - ACTIONS(7148), 1, - sym_filesize_unit, - ACTIONS(7150), 1, - sym_duration_unit, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token2, - STATE(3874), 1, - sym_comment, - STATE(7333), 1, - sym__expr_parenthesized_immediate, - ACTIONS(1653), 2, - sym_identifier, - anon_sym_DASH2, - ACTIONS(7146), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 10, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [147397] = 5, + anon_sym_RBRACE, + [147725] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7154), 1, + ACTIONS(7164), 1, aux_sym__immediate_decimal_token2, - STATE(3875), 1, + STATE(3882), 1, sym_comment, - ACTIONS(1709), 6, + ACTIONS(1667), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym__unquoted_in_record_token2, - ACTIONS(1711), 13, + ACTIONS(1669), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -364363,32 +364694,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [147430] = 12, + [147758] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(7074), 1, + ACTIONS(7078), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, + ACTIONS(7080), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7156), 1, + ACTIONS(7132), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7158), 1, + ACTIONS(7134), 1, aux_sym__immediate_decimal_token3, - STATE(3876), 1, + STATE(3883), 1, sym_comment, - STATE(4850), 1, + STATE(4845), 1, sym__immediate_decimal, - ACTIONS(1693), 2, + ACTIONS(1633), 2, sym_identifier, anon_sym_DASH2, - STATE(4849), 2, + STATE(4844), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1695), 9, + ACTIONS(1643), 9, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -364398,32 +364729,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [147477] = 12, + [147805] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(7074), 1, + ACTIONS(7078), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, + ACTIONS(7080), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7156), 1, + ACTIONS(7132), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7158), 1, + ACTIONS(7134), 1, aux_sym__immediate_decimal_token3, - STATE(3877), 1, + STATE(3884), 1, sym_comment, - STATE(4839), 1, + STATE(4852), 1, sym__immediate_decimal, - ACTIONS(1587), 2, + ACTIONS(1707), 2, sym_identifier, anon_sym_DASH2, - STATE(4838), 2, + STATE(4851), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 9, + ACTIONS(1709), 9, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -364433,43 +364764,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [147524] = 4, - ACTIONS(251), 1, + [147852] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3878), 1, + STATE(3885), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 18, + ACTIONS(1669), 7, ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, + sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [147555] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3879), 1, - sym_comment, - ACTIONS(1786), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 18, - ts_builtin_sym_end, + sym_filesize_unit, + sym_duration_unit, + ACTIONS(1667), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364481,81 +364789,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [147586] = 6, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [147883] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7160), 1, - anon_sym_DOT2, - STATE(3977), 1, - sym_path, - STATE(3880), 2, + STATE(3886), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(943), 3, + ACTIONS(1597), 7, + ts_builtin_sym_end, sym__space, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(941), 14, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [147621] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7100), 1, - aux_sym__immediate_decimal_token2, - STATE(3881), 1, - sym_comment, - ACTIONS(1599), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, - aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 13, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [147654] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(7163), 1, - anon_sym_DOT, - ACTIONS(7165), 1, - aux_sym__immediate_decimal_token2, - STATE(3882), 1, - sym_comment, - ACTIONS(1737), 17, + ACTIONS(1595), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364567,28 +364816,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [147689] = 7, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [147914] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7078), 1, + ACTIONS(7166), 1, anon_sym_DOT2, - STATE(3880), 1, - aux_sym_cell_path_repeat1, - STATE(3883), 1, - sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - ACTIONS(950), 3, + STATE(3887), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(943), 3, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(948), 14, + ACTIONS(941), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364603,12 +364847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DOT_DOT2, - [147726] = 4, + [147949] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3884), 1, + STATE(3888), 1, sym_comment, - ACTIONS(1625), 7, + ACTIONS(1589), 7, ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, @@ -364616,7 +364860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - ACTIONS(1623), 13, + ACTIONS(1587), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364630,67 +364874,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147757] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7064), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, - anon_sym_LPAREN2, - ACTIONS(7074), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(7156), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7158), 1, - aux_sym__immediate_decimal_token3, - STATE(3885), 1, - sym_comment, - STATE(4848), 1, - sym__immediate_decimal, - ACTIONS(1689), 2, - sym_identifier, - anon_sym_DASH2, - STATE(4847), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1691), 9, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [147804] = 12, + [147980] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(7074), 1, + ACTIONS(7078), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, + ACTIONS(7080), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7156), 1, + ACTIONS(7132), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7158), 1, + ACTIONS(7134), 1, aux_sym__immediate_decimal_token3, - STATE(3886), 1, + STATE(3889), 1, sym_comment, - STATE(4846), 1, + STATE(4854), 1, sym__immediate_decimal, - ACTIONS(1685), 2, + ACTIONS(1711), 2, sym_identifier, anon_sym_DASH2, - STATE(4845), 2, + STATE(4853), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1687), 9, + ACTIONS(1713), 9, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -364700,20 +364909,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [147851] = 4, + [148027] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3887), 1, + ACTIONS(7120), 1, + aux_sym__immediate_decimal_token2, + STATE(3890), 1, sym_comment, - ACTIONS(1711), 7, - ts_builtin_sym_end, + ACTIONS(1727), 4, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - ACTIONS(1709), 13, + ACTIONS(1725), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364725,27 +364933,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [147882] = 8, + [148060] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(7169), 1, + anon_sym_DOT_DOT2, + ACTIONS(7173), 1, + sym_filesize_unit, + ACTIONS(7175), 1, + sym_duration_unit, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token2, + STATE(3891), 1, + sym_comment, + STATE(7240), 1, + sym__expr_parenthesized_immediate, + ACTIONS(1681), 2, + sym_identifier, + anon_sym_DASH2, + ACTIONS(7171), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1693), 10, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [148105] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3888), 1, + STATE(3892), 1, sym_comment, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4259), 1, + STATE(4294), 1, sym_cell_path, - ACTIONS(1763), 4, + ACTIONS(1719), 4, ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1761), 12, + ACTIONS(1717), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364758,54 +365002,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, - [147921] = 6, - ACTIONS(3), 1, + [148144] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7167), 1, - anon_sym_DOT, - ACTIONS(7169), 1, + ACTIONS(7090), 1, aux_sym__immediate_decimal_token2, - STATE(3889), 1, + STATE(3893), 1, sym_comment, - ACTIONS(1737), 5, - ts_builtin_sym_end, - sym__space, + ACTIONS(1587), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym__unquoted_in_record_token2, + ACTIONS(1589), 13, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 13, + [148177] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3894), 1, + sym_comment, + ACTIONS(1595), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym__unquoted_in_record_token2, + ACTIONS(1597), 13, + anon_sym_EQ, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [148207] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7179), 1, + anon_sym_DOT, + ACTIONS(7181), 1, + aux_sym__immediate_decimal_token2, + STATE(3895), 1, + sym_comment, + ACTIONS(1725), 4, + sym_identifier, + anon_sym_DASH2, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [147956] = 8, - ACTIONS(3), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 13, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [148241] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(3890), 1, + STATE(3896), 1, sym_comment, - STATE(3924), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4101), 1, sym_path, - STATE(4118), 1, + STATE(4325), 1, sym_cell_path, - ACTIONS(937), 4, - ts_builtin_sym_end, - sym__space, + ACTIONS(1717), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(1719), 13, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(935), 12, + [148279] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3897), 1, + sym_comment, + ACTIONS(976), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + ACTIONS(978), 16, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_GT2, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_COLON2, + [148309] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3898), 1, + sym_comment, + ACTIONS(1667), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym__unquoted_in_record_token2, + ACTIONS(1669), 13, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [148339] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7187), 1, + anon_sym_DOT_DOT2, + STATE(3899), 1, + sym_comment, + ACTIONS(7189), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7185), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364817,23 +365188,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [147995] = 7, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [148371] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(7171), 1, + ACTIONS(7187), 1, anon_sym_DOT_DOT2, - STATE(3891), 1, + STATE(3900), 1, sym_comment, - ACTIONS(7173), 2, + ACTIONS(7189), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1802), 15, - ts_builtin_sym_end, + ACTIONS(7185), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364845,20 +365215,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [148032] = 5, + [148403] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7177), 1, + ACTIONS(7187), 1, anon_sym_DOT_DOT2, - STATE(3892), 1, + STATE(3901), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(7189), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 16, + ACTIONS(7185), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364875,21 +365247,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [148064] = 6, + [148435] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7181), 1, - anon_sym_DOT, - ACTIONS(7183), 1, - aux_sym__immediate_decimal_token2, - STATE(3893), 1, + STATE(3902), 1, sym_comment, - ACTIONS(1735), 4, + ACTIONS(1733), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 13, + ACTIONS(1735), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -364903,35 +365273,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [148098] = 14, + [148465] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3903), 1, + sym_comment, + ACTIONS(970), 3, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(968), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [148495] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2554), 1, + ACTIONS(2545), 1, anon_sym_COMMA, - ACTIONS(7187), 1, + ACTIONS(7193), 1, anon_sym_EQ, - ACTIONS(7189), 1, + ACTIONS(7195), 1, sym__newline, - ACTIONS(7191), 1, + ACTIONS(7197), 1, anon_sym_COLON, - ACTIONS(7193), 1, + ACTIONS(7199), 1, anon_sym_LPAREN, - ACTIONS(7195), 1, + ACTIONS(7201), 1, anon_sym_DASH2, - STATE(3894), 1, + STATE(3904), 1, sym_comment, - STATE(4029), 1, - aux_sym_parameter_repeat1, - STATE(4102), 1, + STATE(4094), 1, sym_flag_capsule, - STATE(4995), 1, + STATE(4095), 1, + aux_sym_parameter_repeat1, + STATE(4993), 1, aux_sym_parameter_repeat2, - STATE(6518), 1, + STATE(6402), 1, aux_sym_shebang_repeat1, - STATE(4833), 2, + STATE(4839), 2, sym_param_type, sym_param_value, - ACTIONS(7185), 7, + ACTIONS(7191), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -364939,20 +365335,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [148148] = 4, + [148545] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(3895), 1, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(3905), 1, sym_comment, - ACTIONS(1599), 6, - sym_identifier, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4344), 1, + sym_cell_path, + ACTIONS(935), 2, anon_sym_DASH2, anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 13, + ACTIONS(937), 13, anon_sym_EQ, + sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -364962,19 +365363,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [148178] = 4, + [148583] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(7203), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7205), 1, + aux_sym__immediate_decimal_token2, + STATE(3906), 1, + sym_comment, + ACTIONS(1759), 16, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [148617] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3896), 1, + ACTIONS(7207), 1, + anon_sym_DOT2, + STATE(4073), 1, + sym_path, + STATE(3907), 2, sym_comment, - ACTIONS(964), 3, + aux_sym_cell_path_repeat1, + ACTIONS(943), 4, + ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(962), 16, + ACTIONS(941), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -364986,22 +365420,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_QMARK2, anon_sym_DOT_DOT2, - anon_sym_DOT2, - [148208] = 4, + [148651] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3897), 1, + STATE(3908), 1, sym_comment, - ACTIONS(1729), 4, + ACTIONS(974), 3, sym__space, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1727), 15, + ACTIONS(972), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365015,28 +365444,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [148238] = 9, + anon_sym_DOT2, + [148681] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(7120), 1, - sym_filesize_unit, - ACTIONS(7122), 1, - sym_duration_unit, - ACTIONS(7124), 1, - aux_sym_unquoted_token2, - STATE(3898), 1, + ACTIONS(7210), 1, + anon_sym_QMARK2, + STATE(3909), 1, sym_comment, - ACTIONS(1665), 2, - ts_builtin_sym_end, + ACTIONS(960), 3, sym__space, - ACTIONS(4542), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1653), 11, + ACTIONS(958), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365048,12 +365470,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [148278] = 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [148713] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7197), 1, + ACTIONS(7212), 1, anon_sym_QMARK2, - STATE(3899), 1, + STATE(3910), 1, sym_comment, ACTIONS(954), 3, sym__space, @@ -365075,19 +365501,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT2, anon_sym_DOT2, - [148310] = 6, - ACTIONS(251), 1, + [148745] = 9, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(7126), 1, + sym_filesize_unit, + ACTIONS(7128), 1, + sym_duration_unit, + ACTIONS(7130), 1, aux_sym_unquoted_token2, - ACTIONS(7199), 1, - anon_sym_DOT, - ACTIONS(7201), 1, - aux_sym__immediate_decimal_token2, - STATE(3900), 1, + STATE(3911), 1, sym_comment, - ACTIONS(1737), 16, + ACTIONS(1693), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1681), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365099,20 +365532,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [148344] = 5, - ACTIONS(251), 1, + [148785] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(7165), 1, - aux_sym__immediate_decimal_token2, - STATE(3901), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3907), 1, + aux_sym_cell_path_repeat1, + STATE(3912), 1, sym_comment, - ACTIONS(1737), 17, + STATE(4073), 1, + sym_path, + ACTIONS(950), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(948), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365124,26 +365560,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [148376] = 5, - ACTIONS(3), 1, + anon_sym_DOT_DOT2, + [148821] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7169), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(7214), 1, + anon_sym_DOT, + ACTIONS(7216), 1, aux_sym__immediate_decimal_token2, - STATE(3902), 1, + STATE(3913), 1, sym_comment, - ACTIONS(1737), 5, + ACTIONS(1727), 16, ts_builtin_sym_end, - sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365155,18 +365585,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [148408] = 5, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [148855] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1771), 1, + ACTIONS(1725), 1, aux_sym_unquoted_token2, - ACTIONS(7203), 1, + ACTIONS(7156), 1, aux_sym__immediate_decimal_token2, - STATE(3903), 1, + STATE(3914), 1, sym_comment, - ACTIONS(1773), 17, + ACTIONS(1727), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365184,42 +365616,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor2, anon_sym_or2, anon_sym_LPAREN2, - [148440] = 4, + [148887] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3904), 1, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(7218), 1, + aux_sym__immediate_decimal_token2, + STATE(3915), 1, sym_comment, - ACTIONS(1623), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym__unquoted_in_record_token2, - ACTIONS(1625), 13, - anon_sym_EQ, + ACTIONS(1767), 17, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [148470] = 4, + [148919] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3905), 1, + STATE(3916), 1, sym_comment, - ACTIONS(972), 3, + ACTIONS(964), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(974), 16, + ACTIONS(966), 16, anon_sym_EQ, sym_identifier, sym__newline, @@ -365236,72 +365669,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_COLON2, - [148500] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7205), 1, - anon_sym_QMARK2, - STATE(3906), 1, - sym_comment, - ACTIONS(968), 3, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(966), 15, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [148532] = 6, + [148949] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7207), 1, - anon_sym_DOT2, - STATE(4061), 1, - sym_path, - STATE(3907), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(943), 4, - ts_builtin_sym_end, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1873), 1, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(941), 12, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [148566] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7177), 1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(7220), 1, anon_sym_DOT_DOT2, - STATE(3908), 1, + STATE(3917), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(7222), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 16, + ACTIONS(1865), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365315,24 +365699,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [148598] = 6, + [148987] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7210), 1, + ACTIONS(7224), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7212), 1, + ACTIONS(7226), 1, aux_sym__immediate_decimal_token2, - STATE(3909), 1, + STATE(3918), 1, sym_comment, - ACTIONS(1727), 4, + ACTIONS(1757), 4, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 13, + ACTIONS(1759), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -365346,23 +365727,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [148632] = 8, + [149021] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(1821), 1, + ACTIONS(1788), 1, anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(1794), 1, sym__space, - ACTIONS(7214), 1, + ACTIONS(7228), 1, anon_sym_DOT_DOT2, - STATE(3910), 1, + STATE(3919), 1, sym_comment, - ACTIONS(7216), 2, + ACTIONS(7230), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 13, + ACTIONS(1786), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365376,17 +365757,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [148670] = 5, - ACTIONS(251), 1, + [149059] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7177), 1, - anon_sym_DOT_DOT2, - STATE(3911), 1, + ACTIONS(7152), 1, + aux_sym__immediate_decimal_token2, + STATE(3920), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(1727), 5, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 16, + ACTIONS(1725), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365398,22 +365782,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [148702] = 4, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [149091] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3912), 1, + STATE(3921), 1, sym_comment, - ACTIONS(1788), 4, + ACTIONS(978), 3, sym__space, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1786), 15, + ACTIONS(976), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365427,49 +365807,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [148732] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7218), 1, anon_sym_DOT2, - STATE(3913), 1, - sym_comment, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4298), 1, - sym_cell_path, - ACTIONS(1761), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - ACTIONS(1763), 13, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [148770] = 4, + [149121] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3914), 1, + STATE(3922), 1, sym_comment, - ACTIONS(1737), 4, + ACTIONS(966), 3, sym__space, - anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 15, + ACTIONS(964), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365483,18 +365833,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [148800] = 4, + anon_sym_DOT2, + [149151] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3915), 1, + STATE(3923), 1, sym_comment, - ACTIONS(960), 3, + ACTIONS(1863), 4, sym__space, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(958), 16, + ACTIONS(1861), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365508,22 +365860,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_QMARK2, anon_sym_DOT_DOT2, - anon_sym_DOT2, - [148830] = 4, + aux_sym_unquoted_token2, + [149181] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3916), 1, + STATE(3924), 1, sym_comment, - ACTIONS(1723), 6, + ACTIONS(1587), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym__unquoted_in_record_token2, - ACTIONS(1725), 13, + ACTIONS(1589), 13, anon_sym_EQ, sym__newline, anon_sym_PIPE, @@ -365537,16 +365888,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [148860] = 4, + [149211] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(3917), 1, + STATE(3925), 1, sym_comment, - ACTIONS(958), 3, + ACTIONS(972), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(960), 16, + ACTIONS(974), 16, anon_sym_EQ, sym_identifier, sym__newline, @@ -365563,16 +365914,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_COLON2, - [148890] = 4, + [149241] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(3918), 1, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(3926), 1, sym_comment, - ACTIONS(976), 3, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4368), 1, + sym_cell_path, + ACTIONS(1721), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(1723), 13, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [149279] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(3927), 1, + sym_comment, + ACTIONS(968), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(978), 16, + ACTIONS(970), 16, anon_sym_EQ, sym_identifier, sym__newline, @@ -365589,49 +365970,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_COLON2, - [148920] = 8, + [149309] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3928), 1, + sym_comment, + ACTIONS(1759), 4, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1757), 15, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [149339] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3929), 1, + sym_comment, + ACTIONS(1767), 4, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1765), 15, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [149369] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7232), 1, + aux_sym__immediate_decimal_token2, + STATE(3930), 1, + sym_comment, + ACTIONS(1767), 5, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1765), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [149401] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(3919), 1, + ACTIONS(7187), 1, + anon_sym_DOT_DOT2, + STATE(3931), 1, sym_comment, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4343), 1, - sym_cell_path, - ACTIONS(935), 2, - anon_sym_DASH2, + ACTIONS(7189), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1000), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [149433] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7234), 1, anon_sym_DOT_DOT2, - ACTIONS(937), 13, - anon_sym_EQ, - sym_identifier, + STATE(3932), 1, + sym_comment, + ACTIONS(7236), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2176), 16, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [149465] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7238), 1, + anon_sym_DOT_DOT2, + STATE(3933), 1, + sym_comment, + ACTIONS(7240), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [148958] = 6, + ACTIONS(2150), 16, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [149497] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - ACTIONS(7220), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7222), 1, - aux_sym__immediate_decimal_token2, - STATE(3920), 1, + ACTIONS(7242), 1, + anon_sym_DOT_DOT2, + STATE(3934), 1, sym_comment, - ACTIONS(1729), 16, - ts_builtin_sym_end, + ACTIONS(7244), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2158), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365643,50 +366152,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - [148992] = 4, + [149529] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(3921), 1, - sym_comment, - ACTIONS(962), 3, - anon_sym_DASH2, + ACTIONS(7246), 1, anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(964), 16, - anon_sym_EQ, - sym_identifier, + STATE(3935), 1, + sym_comment, + ACTIONS(7248), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2166), 16, sym__newline, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DASH_DASH, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_COLON2, - [149022] = 5, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [149561] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7224), 1, - aux_sym__immediate_decimal_token2, - STATE(3922), 1, + STATE(3936), 1, sym_comment, - ACTIONS(1773), 5, - ts_builtin_sym_end, + ACTIONS(1727), 4, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1771), 13, + ACTIONS(1725), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365698,18 +366206,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [149054] = 4, + [149591] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(3923), 1, - sym_comment, - ACTIONS(978), 3, + ACTIONS(1983), 1, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(976), 16, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3937), 1, + sym_comment, + STATE(3975), 1, + sym_path, + STATE(4417), 1, + sym_cell_path, + ACTIONS(1981), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365723,26 +366239,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [149084] = 7, + [149628] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3907), 1, - aux_sym_cell_path_repeat1, - STATE(3924), 1, + STATE(3938), 1, sym_comment, - STATE(4061), 1, - sym_path, - ACTIONS(950), 4, + ACTIONS(970), 4, ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(948), 12, + ACTIONS(968), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365754,24 +366261,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, - [149120] = 8, + anon_sym_DOT2, + [149657] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1802), 1, + ACTIONS(1967), 1, sym__space, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(7226), 1, - anon_sym_DOT_DOT2, - STATE(3925), 1, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3939), 1, sym_comment, - ACTIONS(7228), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 13, + STATE(3975), 1, + sym_path, + STATE(4395), 1, + sym_cell_path, + ACTIONS(1965), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365785,17 +366293,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149158] = 4, - ACTIONS(3), 1, + [149694] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3926), 1, - sym_comment, - ACTIONS(1773), 4, - sym__space, + ACTIONS(4403), 1, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1771), 15, + STATE(3940), 1, + sym_comment, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7250), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365809,18 +366316,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [149188] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [149725] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(3927), 1, - sym_comment, - ACTIONS(974), 3, + ACTIONS(1951), 1, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(972), 16, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3941), 1, + sym_comment, + STATE(3975), 1, + sym_path, + STATE(4538), 1, + sym_cell_path, + ACTIONS(1949), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365834,26 +366348,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [149218] = 8, - ACTIONS(251), 1, + [149762] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7218), 1, + ACTIONS(2095), 1, + sym__space, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3928), 1, - sym_comment, - STATE(4012), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(3942), 1, + sym_comment, + STATE(3975), 1, sym_path, - STATE(4336), 1, + STATE(4410), 1, sym_cell_path, - ACTIONS(1717), 2, + ACTIONS(2093), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [149799] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7252), 1, + anon_sym_QMARK2, + STATE(3943), 1, + sym_comment, + ACTIONS(958), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, - ACTIONS(1719), 13, + anon_sym_DOT2, + ACTIONS(960), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -365865,19 +366400,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [149256] = 5, - ACTIONS(251), 1, + [149830] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7177), 1, - anon_sym_DOT_DOT2, - STATE(3929), 1, + ACTIONS(1971), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3944), 1, sym_comment, - ACTIONS(7179), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1000), 16, + STATE(3975), 1, + sym_path, + STATE(4407), 1, + sym_cell_path, + ACTIONS(1969), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365891,20 +366432,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149288] = 5, - ACTIONS(251), 1, + [149867] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7230), 1, - anon_sym_DOT_DOT2, - STATE(3930), 1, + ACTIONS(1955), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3945), 1, sym_comment, - ACTIONS(7232), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2121), 16, + STATE(3975), 1, + sym_path, + STATE(4541), 1, + sym_cell_path, + ACTIONS(1953), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365918,20 +366461,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + [149904] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(3946), 1, + sym_comment, + ACTIONS(2237), 3, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [149320] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7234), 1, - anon_sym_DOT_DOT2, - STATE(3931), 1, - sym_comment, - ACTIONS(7236), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2148), 16, + ACTIONS(2241), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365945,20 +366488,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149352] = 5, - ACTIONS(251), 1, + [149937] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7238), 1, - anon_sym_DOT_DOT2, - STATE(3932), 1, + ACTIONS(1999), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3947), 1, sym_comment, - ACTIONS(7240), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2156), 16, + STATE(3975), 1, + sym_path, + STATE(4445), 1, + sym_cell_path, + ACTIONS(1997), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -365972,20 +366517,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149384] = 5, + [149974] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7242), 1, - anon_sym_DOT_DOT2, - STATE(3933), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + STATE(3948), 1, sym_comment, - ACTIONS(7244), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2164), 16, + ACTIONS(1727), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366002,44 +366541,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [149416] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(3934), 1, - sym_comment, - ACTIONS(1709), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym__unquoted_in_record_token2, - ACTIONS(1711), 13, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [149446] = 5, - ACTIONS(251), 1, + [150003] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7246), 1, - anon_sym_DOT_DOT2, - STATE(3935), 1, + ACTIONS(2003), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3949), 1, sym_comment, - ACTIONS(7248), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2164), 15, - ts_builtin_sym_end, + STATE(3975), 1, + sym_path, + STATE(4449), 1, + sym_cell_path, + ACTIONS(2001), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366051,23 +366569,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149477] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [150040] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - STATE(3936), 1, + STATE(3950), 1, sym_comment, - ACTIONS(2257), 3, + ACTIONS(2245), 3, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(2259), 13, + ACTIONS(2247), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366081,14 +366598,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149510] = 4, + [150073] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5611), 1, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + STATE(3951), 1, + sym_comment, + ACTIONS(1759), 17, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [150102] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5640), 1, anon_sym_DASH2, - STATE(3937), 1, + STATE(3952), 1, sym_comment, - ACTIONS(5613), 17, + ACTIONS(5642), 17, anon_sym_EQ, sym_identifier, sym__newline, @@ -366106,22 +366648,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, - [149539] = 8, - ACTIONS(3), 1, + [150131] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2019), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3938), 1, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + STATE(3953), 1, sym_comment, - STATE(3977), 1, - sym_path, - STATE(4515), 1, - sym_cell_path, - ACTIONS(2017), 13, + ACTIONS(1767), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366135,22 +366669,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149576] = 8, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [150160] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2023), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3939), 1, + ACTIONS(1861), 1, + aux_sym_unquoted_token2, + STATE(3954), 1, sym_comment, - STATE(3977), 1, - sym_path, - STATE(4516), 1, - sym_cell_path, - ACTIONS(2021), 13, + ACTIONS(1863), 17, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366164,16 +366694,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149613] = 5, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [150189] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(7201), 1, - aux_sym__immediate_decimal_token2, - STATE(3940), 1, + ACTIONS(5646), 1, + anon_sym_DASH2, + STATE(3955), 1, + sym_comment, + ACTIONS(5648), 17, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT2, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + [150218] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7254), 1, + anon_sym_DOT_DOT2, + STATE(3956), 1, sym_comment, - ACTIONS(1737), 16, + ACTIONS(7256), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7185), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -366189,23 +366749,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - [149644] = 8, + [150249] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2027), 1, + ACTIONS(2007), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3941), 1, + STATE(3957), 1, sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4523), 1, + STATE(4450), 1, sym_cell_path, - ACTIONS(2025), 13, + ACTIONS(2005), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366219,17 +366778,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149681] = 5, - ACTIONS(251), 1, + [150286] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3958), 1, + sym_comment, + ACTIONS(986), 3, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(984), 15, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [150315] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(7250), 1, - aux_sym__immediate_decimal_token2, - STATE(3942), 1, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(7258), 1, + anon_sym_DOT_DOT2, + STATE(3959), 1, sym_comment, - ACTIONS(1773), 16, + ACTIONS(1794), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(7260), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1786), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366241,26 +366832,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [149712] = 8, + [150352] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1975), 1, + ACTIONS(2019), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3943), 1, + STATE(3960), 1, sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4528), 1, + STATE(4454), 1, sym_cell_path, - ACTIONS(1973), 13, + ACTIONS(2017), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366274,16 +366861,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149749] = 5, - ACTIONS(251), 1, + [150389] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(3944), 1, + ACTIONS(2023), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3961), 1, sym_comment, - ACTIONS(1827), 16, + STATE(3975), 1, + sym_path, + STATE(4455), 1, + sym_cell_path, + ACTIONS(2021), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366297,27 +366890,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149780] = 8, + [150426] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(7252), 1, - anon_sym_DOT_DOT2, - STATE(3945), 1, - sym_comment, - ACTIONS(1827), 2, - ts_builtin_sym_end, + ACTIONS(7092), 1, + anon_sym_DOT2, + ACTIONS(7264), 1, sym__space, - ACTIONS(7254), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1819), 11, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3962), 1, + sym_comment, + STATE(3975), 1, + sym_path, + STATE(4456), 1, + sym_cell_path, + ACTIONS(7262), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366329,18 +366917,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [149817] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [150463] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(3946), 1, - sym_comment, - ACTIONS(1729), 5, - ts_builtin_sym_end, + ACTIONS(1975), 1, sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1727), 13, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3963), 1, + sym_comment, + STATE(3975), 1, + sym_path, + STATE(4409), 1, + sym_cell_path, + ACTIONS(1973), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366352,20 +366946,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [149846] = 5, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [150500] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7256), 1, - anon_sym_DOT_DOT2, - STATE(3947), 1, + ACTIONS(2011), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3964), 1, sym_comment, - ACTIONS(7258), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 15, - ts_builtin_sym_end, + STATE(3975), 1, + sym_path, + STATE(4481), 1, + sym_cell_path, + ACTIONS(2009), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366377,22 +366975,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149877] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [150537] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7260), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7262), 1, - aux_sym__immediate_decimal_token2, - STATE(3948), 1, + STATE(3965), 1, sym_comment, - ACTIONS(1729), 2, + ACTIONS(982), 3, sym__space, - anon_sym_LPAREN2, - ACTIONS(1727), 14, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(980), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366406,23 +367000,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - aux_sym_unquoted_token2, - [149910] = 8, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [150566] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1931), 1, + ACTIONS(1979), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3949), 1, + STATE(3966), 1, sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4535), 1, + STATE(4415), 1, sym_cell_path, - ACTIONS(1929), 13, + ACTIONS(1977), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366436,44 +367031,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [149947] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7256), 1, - anon_sym_DOT_DOT2, - STATE(3950), 1, - sym_comment, - ACTIONS(7258), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 15, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [149978] = 5, + [150603] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7256), 1, - anon_sym_DOT_DOT2, - STATE(3951), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(3967), 1, sym_comment, - ACTIONS(7258), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7175), 15, - ts_builtin_sym_end, + ACTIONS(2186), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366485,23 +367052,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [150009] = 5, + [150634] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7264), 1, - anon_sym_QMARK2, - STATE(3952), 1, + ACTIONS(7181), 1, + aux_sym__immediate_decimal_token2, + STATE(3968), 1, sym_comment, - ACTIONS(952), 3, + ACTIONS(1725), 4, + sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(954), 14, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 13, anon_sym_EQ, - sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -366511,72 +367080,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [150040] = 5, + [150665] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7266), 1, - anon_sym_QMARK2, - STATE(3953), 1, - sym_comment, - ACTIONS(966), 3, + ACTIONS(5632), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(968), 14, + STATE(3969), 1, + sym_comment, + ACTIONS(5634), 17, anon_sym_EQ, sym_identifier, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_GT2, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [150071] = 6, - ACTIONS(251), 1, + anon_sym_RBRACE, + [150694] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7268), 1, + ACTIONS(2027), 1, + sym__space, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(4054), 1, - sym_path, - ACTIONS(941), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - STATE(3954), 2, - sym_comment, + STATE(3872), 1, aux_sym_cell_path_repeat1, - ACTIONS(943), 13, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [150104] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(3955), 1, + STATE(3970), 1, sym_comment, - ACTIONS(2216), 16, + STATE(3975), 1, + sym_path, + STATE(4491), 1, + sym_cell_path, + ACTIONS(2025), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366590,25 +367137,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [150135] = 8, + [150731] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2031), 1, - sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + ACTIONS(7268), 1, + sym__space, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3956), 1, + STATE(3971), 1, sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4525), 1, + STATE(4492), 1, sym_cell_path, - ACTIONS(2029), 13, + ACTIONS(7266), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366622,16 +367166,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150172] = 5, - ACTIONS(251), 1, + [150768] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - STATE(3957), 1, + ACTIONS(7270), 1, + anon_sym_DOT_DOT2, + STATE(3972), 1, sym_comment, - ACTIONS(1802), 16, + ACTIONS(1873), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7272), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1865), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366643,27 +367195,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [150805] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7274), 1, + aux_sym__immediate_decimal_token2, + STATE(3973), 1, + sym_comment, + ACTIONS(1765), 4, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 13, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [150203] = 8, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [150836] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1935), 1, + ACTIONS(1927), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3958), 1, + STATE(3974), 1, sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4539), 1, + STATE(4471), 1, sym_cell_path, - ACTIONS(1933), 13, + ACTIONS(1925), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366677,17 +367250,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150240] = 4, + [150873] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3959), 1, + STATE(3975), 1, sym_comment, - ACTIONS(974), 4, - ts_builtin_sym_end, + ACTIONS(990), 3, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(972), 14, + ACTIONS(988), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366699,19 +367271,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_QMARK2, + anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_DOT_DOT2, anon_sym_DOT2, - [150269] = 4, + [150902] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3960), 1, + STATE(3976), 1, sym_comment, - ACTIONS(986), 3, + ACTIONS(978), 4, + ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(984), 15, + ACTIONS(976), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366723,26 +367297,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, anon_sym_DOT2, - [150298] = 8, - ACTIONS(3), 1, + [150931] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7078), 1, - anon_sym_DOT2, - ACTIONS(7273), 1, - sym__space, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3961), 1, - sym_comment, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(3977), 1, - sym_path, - STATE(4395), 1, - sym_cell_path, - ACTIONS(7271), 13, + sym_comment, + ACTIONS(1873), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366756,41 +367323,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150335] = 4, - ACTIONS(251), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [150962] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5646), 1, - anon_sym_DASH2, - STATE(3962), 1, + STATE(3978), 1, sym_comment, - ACTIONS(5648), 17, - anon_sym_EQ, - sym_identifier, + ACTIONS(1727), 5, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1725), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - [150364] = 5, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [150991] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, + ACTIONS(2196), 1, anon_sym_LPAREN2, - STATE(3963), 1, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(3979), 1, sym_comment, - ACTIONS(2222), 16, + ACTIONS(2198), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366807,16 +367377,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [150395] = 4, + [151022] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3964), 1, + ACTIONS(7276), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7278), 1, + aux_sym__immediate_decimal_token2, + STATE(3980), 1, sym_comment, - ACTIONS(982), 3, + ACTIONS(1759), 2, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(980), 15, + anon_sym_LPAREN2, + ACTIONS(1757), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366830,24 +367403,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [150424] = 8, + aux_sym_unquoted_token2, + [151055] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1979), 1, + ACTIONS(1947), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3965), 1, - sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4387), 1, + STATE(3981), 1, + sym_comment, + STATE(4469), 1, sym_cell_path, - ACTIONS(1977), 13, + ACTIONS(1945), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366861,22 +367433,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150461] = 8, + [151092] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1983), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3966), 1, + STATE(3982), 1, sym_comment, - STATE(3977), 1, - sym_path, - STATE(4388), 1, - sym_cell_path, - ACTIONS(1981), 13, + ACTIONS(2265), 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + aux_sym_unquoted_token4, + ACTIONS(2267), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366890,22 +367457,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150498] = 8, + anon_sym_LPAREN2, + [151121] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5654), 1, + anon_sym_DASH2, + STATE(3983), 1, + sym_comment, + ACTIONS(5656), 17, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT2, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + [151150] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5616), 1, + anon_sym_DASH2, + STATE(3984), 1, + sym_comment, + ACTIONS(5618), 17, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT2, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + [151179] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1987), 1, + ACTIONS(1939), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3967), 1, - sym_comment, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(4397), 1, + STATE(3985), 1, + sym_comment, + STATE(4401), 1, sym_cell_path, - ACTIONS(1985), 13, + ACTIONS(1937), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366919,16 +367537,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150535] = 5, + [151216] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(3968), 1, + ACTIONS(5650), 1, + anon_sym_DASH2, + STATE(3986), 1, + sym_comment, + ACTIONS(5652), 17, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_GT2, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + [151245] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7254), 1, + anon_sym_DOT_DOT2, + STATE(3987), 1, + sym_comment, + ACTIONS(7256), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7185), 15, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151276] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3988), 1, sym_comment, - ACTIONS(2228), 16, + ACTIONS(1759), 5, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1757), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366940,27 +367611,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [150566] = 8, - ACTIONS(3), 1, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [151305] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1831), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3969), 1, + ACTIONS(7280), 1, + anon_sym_DOT_DOT2, + STATE(3989), 1, sym_comment, - STATE(3977), 1, - sym_path, - STATE(4424), 1, - sym_cell_path, - ACTIONS(1829), 13, + ACTIONS(7282), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2176), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366972,16 +367636,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [150603] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151336] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - STATE(3970), 1, + ACTIONS(7254), 1, + anon_sym_DOT_DOT2, + STATE(3990), 1, sym_comment, - ACTIONS(1737), 17, + ACTIONS(7256), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1000), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -366993,28 +367662,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - [150632] = 8, - ACTIONS(3), 1, + [151367] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1951), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3971), 1, + ACTIONS(7284), 1, + anon_sym_DOT_DOT2, + STATE(3991), 1, sym_comment, - STATE(3977), 1, - sym_path, - STATE(4429), 1, - sym_cell_path, - ACTIONS(1949), 13, + ACTIONS(7286), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2150), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367026,21 +367688,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [150669] = 5, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151398] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7275), 1, - anon_sym_QMARK2, - STATE(3972), 1, + ACTIONS(7288), 1, + anon_sym_DOT_DOT2, + STATE(3992), 1, sym_comment, - ACTIONS(954), 4, - ts_builtin_sym_end, - sym__space, + ACTIONS(7290), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(952), 13, + ACTIONS(2158), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367052,16 +367714,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [150700] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151429] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - STATE(3973), 1, + ACTIONS(7292), 1, + anon_sym_DOT_DOT2, + STATE(3993), 1, sym_comment, - ACTIONS(1729), 17, + ACTIONS(7294), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2166), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367073,25 +367740,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - anon_sym_LPAREN2, - [150729] = 5, + [151460] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7277), 1, + ACTIONS(7296), 1, anon_sym_QMARK2, - STATE(3974), 1, + STATE(3994), 1, sym_comment, - ACTIONS(968), 4, + ACTIONS(960), 4, ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(966), 13, + ACTIONS(958), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367105,14 +367769,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, anon_sym_DOT2, - [150760] = 4, - ACTIONS(251), 1, + [151491] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - STATE(3975), 1, + ACTIONS(7298), 1, + anon_sym_QMARK2, + STATE(3995), 1, sym_comment, - ACTIONS(1773), 17, + ACTIONS(954), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(952), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367124,47 +367793,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [150789] = 4, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [151522] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1786), 1, - aux_sym_unquoted_token2, - STATE(3976), 1, + ACTIONS(7300), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + ACTIONS(941), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + STATE(3996), 2, sym_comment, - ACTIONS(1788), 17, + aux_sym_cell_path_repeat1, + ACTIONS(943), 13, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [150818] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [151555] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3977), 1, + STATE(3997), 1, sym_comment, - ACTIONS(990), 3, + ACTIONS(966), 4, + ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(988), 15, + ACTIONS(964), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367176,18 +367844,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT2, anon_sym_DOT2, - [150847] = 4, + [151584] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5642), 1, + ACTIONS(5636), 1, anon_sym_DASH2, - STATE(3978), 1, + STATE(3998), 1, sym_comment, - ACTIONS(5644), 17, + ACTIONS(5638), 17, anon_sym_EQ, sym_identifier, sym__newline, @@ -367205,20 +367872,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, - [150876] = 6, - ACTIONS(3), 1, + [151613] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(3979), 1, + STATE(3999), 1, sym_comment, - ACTIONS(2249), 3, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(2253), 13, + STATE(7336), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7250), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367232,17 +367895,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [150909] = 4, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151644] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3980), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(7216), 1, + aux_sym__immediate_decimal_token2, + STATE(4000), 1, sym_comment, - ACTIONS(978), 4, + ACTIONS(1727), 16, ts_builtin_sym_end, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(976), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367254,21 +367920,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [150938] = 5, - ACTIONS(251), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [151675] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7256), 1, - anon_sym_DOT_DOT2, - STATE(3981), 1, + ACTIONS(2091), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4001), 1, sym_comment, - ACTIONS(7258), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1000), 15, - ts_builtin_sym_end, + STATE(4490), 1, + sym_cell_path, + ACTIONS(2089), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367280,21 +367951,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [151712] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(4002), 1, + sym_comment, + ACTIONS(1004), 3, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [150969] = 4, + ACTIONS(1000), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [151745] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3982), 1, + STATE(4003), 1, sym_comment, - ACTIONS(1737), 5, + ACTIONS(1863), 5, ts_builtin_sym_end, sym__space, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1735), 13, + ACTIONS(1861), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367308,17 +368005,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - [150998] = 4, + [151774] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(3983), 1, + ACTIONS(7303), 1, + anon_sym_DOT, + ACTIONS(7305), 1, + aux_sym__immediate_decimal_token2, + STATE(4004), 1, sym_comment, - ACTIONS(964), 4, - ts_builtin_sym_end, + ACTIONS(1727), 2, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(962), 14, + anon_sym_LPAREN2, + ACTIONS(1725), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367330,45 +368029,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [151027] = 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + aux_sym_unquoted_token2, + [151807] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7183), 1, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(7307), 1, aux_sym__immediate_decimal_token2, - STATE(3984), 1, + STATE(4005), 1, sym_comment, - ACTIONS(1735), 4, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 13, - anon_sym_EQ, + ACTIONS(1767), 16, + ts_builtin_sym_end, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [151058] = 5, + [151838] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(3985), 1, + STATE(4006), 1, sym_comment, - STATE(7268), 1, + STATE(7336), 1, sym__expr_parenthesized_immediate, - ACTIONS(7279), 16, + ACTIONS(7250), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367385,18 +368084,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [151089] = 4, - ACTIONS(3), 1, + [151869] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(3986), 1, - sym_comment, - ACTIONS(1773), 5, - ts_builtin_sym_end, - sym__space, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1771), 13, + STATE(4007), 1, + sym_comment, + ACTIONS(1794), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367408,100 +368105,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [151118] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5650), 1, - anon_sym_DASH2, - STATE(3987), 1, - sym_comment, - ACTIONS(5652), 17, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - [151147] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7281), 1, - aux_sym__immediate_decimal_token2, - STATE(3988), 1, - sym_comment, - ACTIONS(1771), 4, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 13, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [151178] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(5628), 1, - anon_sym_DASH2, - STATE(3989), 1, - sym_comment, - ACTIONS(5630), 17, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, anon_sym_RBRACE, - [151207] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [151900] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2035), 1, + ACTIONS(1987), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(3990), 1, + STATE(4008), 1, sym_comment, - STATE(4433), 1, + STATE(4418), 1, sym_cell_path, - ACTIONS(2033), 13, + ACTIONS(1985), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367515,22 +368139,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151244] = 8, + [151937] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1947), 1, + ACTIONS(1991), 1, sym__space, - ACTIONS(7078), 1, + ACTIONS(7092), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3872), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, + STATE(3975), 1, sym_path, - STATE(3991), 1, + STATE(4009), 1, sym_comment, - STATE(4506), 1, + STATE(4420), 1, sym_cell_path, - ACTIONS(1945), 13, + ACTIONS(1989), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367544,18 +368168,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151281] = 5, - ACTIONS(251), 1, + [151974] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7283), 1, - anon_sym_DOT_DOT2, - STATE(3992), 1, + ACTIONS(1995), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4010), 1, sym_comment, - ACTIONS(7285), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2121), 15, - ts_builtin_sym_end, + STATE(4443), 1, + sym_cell_path, + ACTIONS(1993), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367567,25 +368195,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [151312] = 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + [152011] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1967), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(3993), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(4011), 1, sym_comment, - STATE(4499), 1, - sym_cell_path, - ACTIONS(1965), 13, + ACTIONS(2229), 3, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(2233), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367599,16 +368224,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151349] = 5, - ACTIONS(251), 1, + [152044] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(3994), 1, + STATE(4012), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7279), 16, + ACTIONS(1767), 5, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1765), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367620,22 +368247,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + [152073] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(3996), 1, + aux_sym_cell_path_repeat1, + STATE(4013), 1, + sym_comment, + STATE(4101), 1, + sym_path, + ACTIONS(948), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(950), 13, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [151380] = 5, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [152108] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7287), 1, + ACTIONS(7254), 1, anon_sym_DOT_DOT2, - STATE(3995), 1, + STATE(4014), 1, sym_comment, - ACTIONS(7289), 2, + ACTIONS(7256), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2148), 15, + ACTIONS(7185), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -367651,18 +368303,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [151411] = 5, - ACTIONS(251), 1, + [152139] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7291), 1, - anon_sym_DOT_DOT2, - STATE(3996), 1, + ACTIONS(1935), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4015), 1, sym_comment, - ACTIONS(7293), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2156), 15, - ts_builtin_sym_end, + STATE(4522), 1, + sym_cell_path, + ACTIONS(1933), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367674,21 +368330,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [151442] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [152176] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(3997), 1, + ACTIONS(1959), 1, + sym__space, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4016), 1, sym_comment, - ACTIONS(1788), 5, - ts_builtin_sym_end, + STATE(4388), 1, + sym_cell_path, + ACTIONS(1957), 13, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [152213] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1963), 1, sym__space, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1786), 13, + ACTIONS(7092), 1, + anon_sym_DOT2, + STATE(3872), 1, + aux_sym_cell_path_repeat1, + STATE(3975), 1, + sym_path, + STATE(4017), 1, + sym_comment, + STATE(4390), 1, + sym_cell_path, + ACTIONS(1961), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367700,19 +368388,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - [151471] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [152250] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3998), 1, + STATE(4018), 1, sym_comment, - ACTIONS(960), 4, + ACTIONS(974), 4, ts_builtin_sym_end, sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(958), 14, + ACTIONS(972), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367727,16 +368415,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK2, anon_sym_DOT_DOT2, anon_sym_DOT2, - [151500] = 5, + [152279] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, anon_sym_LPAREN2, - STATE(3999), 1, + STATE(4019), 1, sym_comment, - STATE(7268), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7279), 16, + ACTIONS(2192), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367753,22 +368441,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [151531] = 8, - ACTIONS(3), 1, + [152310] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1939), 1, - sym__space, - ACTIONS(7078), 1, + ACTIONS(7309), 1, + anon_sym_QMARK2, + STATE(4020), 1, + sym_comment, + ACTIONS(952), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4000), 1, + ACTIONS(954), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [152341] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + STATE(4021), 1, sym_comment, - STATE(4472), 1, - sym_cell_path, - ACTIONS(1937), 13, + ACTIONS(1693), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367782,22 +368488,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151568] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [152369] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7078), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - ACTIONS(7297), 1, - sym__space, - STATE(3883), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4001), 1, + STATE(4022), 1, sym_comment, - STATE(4473), 1, + STATE(4073), 1, + sym_path, + STATE(4620), 1, sym_cell_path, - ACTIONS(7295), 13, + ACTIONS(1967), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1965), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367809,26 +368519,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151605] = 8, + [152405] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(7299), 1, - anon_sym_DOT_DOT2, - STATE(4002), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4023), 1, sym_comment, - ACTIONS(1802), 2, + STATE(4073), 1, + sym_path, + STATE(4730), 1, + sym_cell_path, + ACTIONS(2019), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7301), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1794), 11, + ACTIONS(2017), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367840,20 +368547,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [151642] = 6, + [152441] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(4003), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4024), 1, sym_comment, - ACTIONS(1004), 3, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(1000), 13, + STATE(4073), 1, + sym_path, + STATE(4781), 1, + sym_cell_path, + ACTIONS(2023), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2021), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367865,22 +368575,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151675] = 6, + [152477] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(4004), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4025), 1, sym_comment, - ACTIONS(2241), 3, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(2245), 13, + STATE(4073), 1, + sym_path, + STATE(4694), 1, + sym_cell_path, + ACTIONS(1971), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1969), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367892,24 +368603,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151708] = 8, + [152513] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1971), 1, - sym__space, - ACTIONS(7078), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4005), 1, + STATE(4026), 1, sym_comment, - STATE(4521), 1, + STATE(4073), 1, + sym_path, + STATE(4552), 1, sym_cell_path, - ACTIONS(1969), 13, + ACTIONS(2007), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2005), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367921,46 +368631,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151745] = 4, - ACTIONS(251), 1, + [152549] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5617), 1, - anon_sym_DASH2, - STATE(4006), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4027), 1, sym_comment, - ACTIONS(5619), 17, - anon_sym_EQ, - sym_identifier, + STATE(4073), 1, + sym_path, + STATE(4680), 1, + sym_cell_path, + ACTIONS(1963), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1961), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - [151774] = 6, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [152585] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7303), 1, - anon_sym_DOT, ACTIONS(7305), 1, aux_sym__immediate_decimal_token2, - STATE(4007), 1, + STATE(4028), 1, sym_comment, - ACTIONS(1737), 2, + ACTIONS(1727), 2, sym__space, anon_sym_LPAREN2, - ACTIONS(1735), 14, + ACTIONS(1725), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -367975,22 +368684,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_RBRACE, aux_sym_unquoted_token2, - [151807] = 8, + [152615] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1959), 1, + ACTIONS(1000), 1, sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4008), 1, + ACTIONS(7311), 1, + anon_sym_DOT_DOT2, + STATE(4029), 1, sym_comment, - STATE(4398), 1, - sym_cell_path, - ACTIONS(1957), 13, + ACTIONS(7313), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1004), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368004,22 +368710,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151844] = 8, + [152647] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1991), 1, - sym__space, - ACTIONS(7078), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4009), 1, + STATE(4030), 1, sym_comment, - STATE(4447), 1, + STATE(4073), 1, + sym_path, + STATE(4676), 1, sym_cell_path, - ACTIONS(1989), 13, + ACTIONS(1939), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1937), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368031,24 +368738,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151881] = 8, + [152683] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1995), 1, - sym__space, - ACTIONS(7078), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3883), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4010), 1, + STATE(4031), 1, sym_comment, - STATE(4449), 1, + STATE(4073), 1, + sym_path, + STATE(4791), 1, sym_cell_path, - ACTIONS(1993), 13, + ACTIONS(7264), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7262), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368060,24 +368766,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [151918] = 8, + [152719] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4011), 1, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(2069), 1, + anon_sym_DQUOTE, + ACTIONS(2073), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2075), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2083), 1, + sym_raw_string_begin, + ACTIONS(5026), 1, + anon_sym_LPAREN, + ACTIONS(7315), 1, + sym__unquoted_naive, + STATE(4032), 1, sym_comment, - STATE(4451), 1, - sym_cell_path, - ACTIONS(1997), 13, + STATE(4562), 1, + sym__inter_single_quotes, + STATE(4658), 1, + sym__inter_double_quotes, + ACTIONS(2071), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(3997), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(4561), 4, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + [152767] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4033), 1, + sym_comment, + ACTIONS(1719), 3, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1717), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368091,79 +368823,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [151955] = 7, + anon_sym_DOT_DOT2, + [152795] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(3954), 1, - aux_sym_cell_path_repeat1, - STATE(4012), 1, - sym_comment, - STATE(4054), 1, - sym_path, - ACTIONS(948), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - ACTIONS(950), 13, + ACTIONS(2545), 1, + anon_sym_COMMA, + ACTIONS(7193), 1, anon_sym_EQ, - sym_identifier, + ACTIONS(7195), 1, sym__newline, - anon_sym_PIPE, + ACTIONS(7197), 1, anon_sym_COLON, + ACTIONS(7319), 1, + anon_sym_DASH2, + STATE(4034), 1, + sym_comment, + STATE(4092), 1, + aux_sym_parameter_repeat1, + STATE(4990), 1, + aux_sym_parameter_repeat2, + STATE(6402), 1, + aux_sym_shebang_repeat1, + STATE(4839), 2, + sym_param_type, + sym_param_value, + ACTIONS(7317), 7, + sym_identifier, + anon_sym_PIPE, anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [151990] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2003), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4013), 1, - sym_comment, - STATE(4452), 1, - sym_cell_path, - ACTIONS(2001), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [152027] = 8, + [152839] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2007), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4014), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(4035), 1, sym_comment, - STATE(4453), 1, - sym_cell_path, - ACTIONS(2005), 13, + ACTIONS(1004), 3, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(1000), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368175,49 +368882,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [152064] = 4, + [152871] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5607), 1, - anon_sym_DASH2, - STATE(4015), 1, - sym_comment, - ACTIONS(5609), 17, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_GT2, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - [152093] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2011), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4016), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(4036), 1, sym_comment, - STATE(4513), 1, - sym_cell_path, - ACTIONS(2009), 13, + ACTIONS(1794), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368229,24 +368904,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [152130] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [152901] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2015), 1, - sym__space, - ACTIONS(7078), 1, - anon_sym_DOT2, - STATE(3883), 1, - aux_sym_cell_path_repeat1, - STATE(3977), 1, - sym_path, - STATE(4017), 1, + ACTIONS(7321), 1, + anon_sym_DOT, + ACTIONS(7323), 1, + aux_sym__immediate_decimal_token2, + STATE(4037), 1, sym_comment, - STATE(4514), 1, - sym_cell_path, - ACTIONS(2013), 13, + ACTIONS(1727), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1725), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368258,19 +368932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [152167] = 4, - ACTIONS(3), 1, + aux_sym_unquoted_token2, + [152933] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4018), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + STATE(4038), 1, sym_comment, - ACTIONS(2261), 4, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - aux_sym_unquoted_token4, - ACTIONS(2263), 14, + ACTIONS(1727), 16, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368282,26 +368953,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, anon_sym_LPAREN2, - [152196] = 8, - ACTIONS(3), 1, + [152961] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4019), 1, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + STATE(4039), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4766), 1, - sym_cell_path, - ACTIONS(1947), 2, + ACTIONS(1759), 16, ts_builtin_sym_end, - sym__space, - ACTIONS(1945), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368313,81 +368977,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152232] = 4, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [152989] = 8, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4020), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(1786), 1, + anon_sym_DASH2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(7325), 1, + anon_sym_DOT_DOT2, + STATE(4040), 1, sym_comment, - ACTIONS(1719), 3, - sym__space, + ACTIONS(7327), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1717), 14, + ACTIONS(1794), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [152260] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1847), 1, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(1883), 1, - anon_sym_DQUOTE, - ACTIONS(1887), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(1889), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1897), 1, - sym_raw_string_begin, - ACTIONS(5045), 1, - anon_sym_LPAREN, - ACTIONS(7307), 1, - sym__unquoted_naive, - STATE(4021), 1, - sym_comment, - STATE(4426), 1, - sym__inter_single_quotes, - STATE(4441), 1, - sym__inter_double_quotes, - ACTIONS(1885), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3915), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(4438), 4, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - [152308] = 8, - ACTIONS(3), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [153025] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4022), 1, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + STATE(4041), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4753), 1, - sym_cell_path, - ACTIONS(1995), 2, + ACTIONS(1767), 16, ts_builtin_sym_end, - sym__space, - ACTIONS(1993), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368399,23 +369029,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152344] = 8, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [153053] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4023), 1, + ACTIONS(1861), 1, + aux_sym_unquoted_token2, + STATE(4042), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4676), 1, - sym_cell_path, - ACTIONS(1951), 2, + ACTIONS(1863), 16, ts_builtin_sym_end, - sym__space, - ACTIONS(1949), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368427,23 +369053,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152380] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + anon_sym_LPAREN2, + [153081] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4024), 1, + STATE(4043), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4557), 1, + STATE(4564), 1, sym_cell_path, - ACTIONS(1999), 2, + ACTIONS(2011), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1997), 11, + ACTIONS(2009), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368455,17 +369085,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152416] = 5, + [153117] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7309), 1, - aux_sym__immediate_decimal_token2, - STATE(4025), 1, + STATE(4044), 1, sym_comment, - ACTIONS(1773), 2, + ACTIONS(1020), 3, sym__space, - anon_sym_LPAREN2, - ACTIONS(1771), 14, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1018), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368479,46 +369108,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - aux_sym_unquoted_token2, - [152446] = 8, + anon_sym_DOT_DOT2, + [153145] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4026), 1, + STATE(4045), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4554), 1, + STATE(4729), 1, sym_cell_path, - ACTIONS(1975), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1973), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [152482] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4027), 1, - sym_comment, - ACTIONS(986), 4, + ACTIONS(2091), 2, ts_builtin_sym_end, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(984), 13, + ACTIONS(2089), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368530,19 +369137,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [152510] = 4, - ACTIONS(3), 1, + [153181] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4028), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4046), 1, sym_comment, - ACTIONS(982), 4, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7250), 15, ts_builtin_sym_end, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(980), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368554,33 +369159,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [152538] = 12, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [153211] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2554), 1, + ACTIONS(2545), 1, anon_sym_COMMA, - ACTIONS(7187), 1, + ACTIONS(7193), 1, anon_sym_EQ, - ACTIONS(7189), 1, + ACTIONS(7195), 1, sym__newline, - ACTIONS(7191), 1, + ACTIONS(7197), 1, anon_sym_COLON, - ACTIONS(7313), 1, + ACTIONS(7331), 1, anon_sym_DASH2, - STATE(4029), 1, + STATE(4047), 1, sym_comment, - STATE(4109), 1, + STATE(4126), 1, aux_sym_parameter_repeat1, - STATE(4990), 1, + STATE(4992), 1, aux_sym_parameter_repeat2, - STATE(6518), 1, + STATE(6402), 1, aux_sym_shebang_repeat1, - STATE(4833), 2, + STATE(4839), 2, sym_param_type, sym_param_value, - ACTIONS(7311), 7, + ACTIONS(7329), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -368588,65 +369194,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [152582] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(4030), 1, - sym_comment, - ACTIONS(1827), 15, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [152612] = 4, + [153255] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4031), 1, - sym_comment, - ACTIONS(984), 3, + ACTIONS(1865), 1, anon_sym_DASH2, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(7333), 1, anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(986), 14, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + STATE(4048), 1, + sym_comment, + ACTIONS(7335), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [152640] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4032), 1, - sym_comment, - ACTIONS(980), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(982), 14, + ACTIONS(1873), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -368658,19 +369222,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [152668] = 5, + [153291] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2226), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(2230), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - STATE(4033), 1, + STATE(4049), 1, sym_comment, - ACTIONS(2228), 15, + ACTIONS(2186), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -368686,19 +369247,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [152698] = 6, - ACTIONS(3), 1, + [153321] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2121), 1, - sym__space, - ACTIONS(7315), 1, - anon_sym_DOT_DOT2, - STATE(4034), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(4050), 1, sym_comment, - ACTIONS(7317), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 13, + ACTIONS(1873), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368710,25 +369269,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [152730] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [153351] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4035), 1, + STATE(4051), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4602), 1, + STATE(4551), 1, sym_cell_path, - ACTIONS(2003), 2, + ACTIONS(1947), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2001), 11, + ACTIONS(1945), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368740,23 +369300,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152766] = 8, - ACTIONS(3), 1, + [153387] = 9, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(4807), 1, anon_sym_DOT2, - STATE(3924), 1, + ACTIONS(7341), 1, + anon_sym_QMARK2, + STATE(1414), 1, aux_sym_cell_path_repeat1, - STATE(4036), 1, - sym_comment, - STATE(4061), 1, + STATE(1497), 1, sym_path, - STATE(4624), 1, + STATE(4052), 1, + sym_comment, + STATE(4866), 1, sym_cell_path, - ACTIONS(2007), 2, + ACTIONS(7337), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(7339), 10, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [153425] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4053), 1, + sym_comment, + STATE(7291), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7250), 15, ts_builtin_sym_end, - sym__space, - ACTIONS(2005), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368768,16 +369351,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152802] = 4, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [153455] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(4037), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4054), 1, sym_comment, - ACTIONS(2172), 3, + STATE(4073), 1, + sym_path, + STATE(4550), 1, + sym_cell_path, + ACTIONS(2027), 2, + ts_builtin_sym_end, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2170), 14, + ACTIONS(2025), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368789,26 +369382,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [152830] = 8, + [153491] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4038), 1, + STATE(4055), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4585), 1, + STATE(4553), 1, sym_cell_path, - ACTIONS(2011), 2, + ACTIONS(7268), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2009), 11, + ACTIONS(7266), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368820,23 +369410,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152866] = 8, + [153527] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4039), 1, + STATE(4056), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4629), 1, + STATE(4700), 1, sym_cell_path, - ACTIONS(2015), 2, + ACTIONS(1935), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2013), 11, + ACTIONS(1933), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -368848,46 +369438,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [152902] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - ACTIONS(7323), 1, - anon_sym_QMARK2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(4040), 1, - sym_comment, - STATE(4860), 1, - sym_cell_path, - ACTIONS(7319), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(7321), 10, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [152940] = 4, + [153563] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4041), 1, + STATE(4057), 1, sym_comment, - ACTIONS(2261), 4, + ACTIONS(2265), 4, anon_sym_and2, anon_sym_xor2, anon_sym_or2, aux_sym_unquoted_token4, - ACTIONS(2263), 13, + ACTIONS(2267), 13, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -368901,20 +369462,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_LPAREN2, - [152968] = 6, - ACTIONS(3), 1, + [153591] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(4042), 1, + STATE(4058), 1, sym_comment, - ACTIONS(2249), 3, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(2253), 12, + ACTIONS(2192), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -368927,101 +369484,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153000] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(4043), 1, - sym_comment, - ACTIONS(2257), 3, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(2259), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [153032] = 14, + [153621] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(123), 1, - sym_raw_string_begin, - ACTIONS(3464), 1, + ACTIONS(1807), 1, anon_sym_DOLLAR, - ACTIONS(5829), 1, - anon_sym_LPAREN, - ACTIONS(7325), 1, + ACTIONS(1843), 1, anon_sym_DQUOTE, - ACTIONS(7329), 1, + ACTIONS(1847), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(7331), 1, + ACTIONS(1849), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(7333), 1, + ACTIONS(1859), 1, + sym_raw_string_begin, + ACTIONS(5016), 1, + anon_sym_LPAREN, + ACTIONS(7343), 1, sym__unquoted_naive, - STATE(2480), 1, + STATE(4059), 1, + sym_comment, + STATE(4525), 1, sym__inter_single_quotes, - STATE(2486), 1, + STATE(4526), 1, sym__inter_double_quotes, - STATE(4044), 1, - sym_comment, - ACTIONS(7327), 2, + ACTIONS(1845), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(1812), 2, + STATE(3922), 2, sym__raw_str, sym__str_double_quotes, - STATE(4865), 4, + STATE(4524), 4, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, - [153080] = 5, + [153669] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, + STATE(4060), 1, + sym_comment, + ACTIONS(1725), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(4045), 1, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [153697] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4061), 1, sym_comment, - ACTIONS(2216), 15, - ts_builtin_sym_end, + ACTIONS(1757), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 14, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [153110] = 4, - ACTIONS(3), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [153725] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4046), 1, + STATE(4062), 1, sym_comment, - ACTIONS(2057), 3, - sym__space, + ACTIONS(1765), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [153753] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4063), 1, + sym_comment, + ACTIONS(1861), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1863), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2055), 14, + [153781] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4064), 1, + sym_comment, + STATE(4073), 1, + sym_path, + STATE(4717), 1, + sym_cell_path, + ACTIONS(1975), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1973), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369033,26 +369645,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [153138] = 8, + [153817] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4047), 1, + STATE(4065), 1, sym_comment, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4759), 1, + STATE(4771), 1, sym_cell_path, - ACTIONS(2031), 2, + ACTIONS(2003), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2029), 11, + ACTIONS(2001), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369064,23 +369673,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153174] = 8, - ACTIONS(3), 1, + [153853] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4048), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(4066), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4693), 1, - sym_cell_path, - ACTIONS(1979), 2, + ACTIONS(2198), 15, ts_builtin_sym_end, - sym__space, - ACTIONS(1977), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369092,17 +369695,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153210] = 5, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [153883] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7305), 1, - aux_sym__immediate_decimal_token2, - STATE(4049), 1, + STATE(4067), 1, sym_comment, - ACTIONS(1737), 2, + ACTIONS(984), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + ACTIONS(986), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [153911] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2150), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(1735), 14, + ACTIONS(7345), 1, + anon_sym_DOT_DOT2, + STATE(4068), 1, + sym_comment, + ACTIONS(7347), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369116,24 +369748,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - aux_sym_unquoted_token2, - [153240] = 8, + [153943] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4050), 1, - sym_comment, - STATE(4061), 1, - sym_path, - STATE(4721), 1, - sym_cell_path, - ACTIONS(2019), 2, - ts_builtin_sym_end, + ACTIONS(2158), 1, sym__space, - ACTIONS(2017), 11, + ACTIONS(7349), 1, + anon_sym_DOT_DOT2, + STATE(4069), 1, + sym_comment, + ACTIONS(7351), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369145,20 +369772,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153276] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [153975] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4807), 1, + anon_sym_DOT2, + ACTIONS(7357), 1, + anon_sym_QMARK2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(4070), 1, + sym_comment, + STATE(4878), 1, + sym_cell_path, + ACTIONS(7353), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(7355), 10, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [154013] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - STATE(4051), 1, + STATE(4071), 1, sym_comment, - ACTIONS(1004), 3, + ACTIONS(2237), 3, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - ACTIONS(1000), 12, + ACTIONS(2241), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -369171,23 +369829,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153308] = 8, + [154045] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4052), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(4072), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4687), 1, - sym_cell_path, - ACTIONS(1983), 2, + ACTIONS(2245), 3, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(2247), 12, ts_builtin_sym_end, - sym__space, - ACTIONS(1981), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369199,23 +369855,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153344] = 8, + [154077] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4053), 1, + STATE(4073), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4749), 1, - sym_cell_path, - ACTIONS(1991), 2, + ACTIONS(990), 4, ts_builtin_sym_end, sym__space, - ACTIONS(1989), 11, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(988), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369227,16 +369877,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153380] = 4, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [154105] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4054), 1, + STATE(4074), 1, sym_comment, - ACTIONS(988), 3, + ACTIONS(964), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(990), 14, + ACTIONS(966), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -369248,26 +369900,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [153408] = 8, + [154133] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4055), 1, + ACTIONS(7359), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7361), 1, + aux_sym__immediate_decimal_token2, + STATE(4075), 1, sym_comment, - STATE(4061), 1, - sym_path, - STATE(4694), 1, - sym_cell_path, - ACTIONS(1987), 2, + ACTIONS(1759), 3, ts_builtin_sym_end, sym__space, - ACTIONS(1985), 11, + anon_sym_LPAREN2, + ACTIONS(1757), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369279,16 +369928,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153444] = 4, + aux_sym_unquoted_token2, + [154165] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4056), 1, + STATE(4076), 1, sym_comment, - ACTIONS(1735), 3, + ACTIONS(968), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 14, + anon_sym_DOT2, + ACTIONS(970), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -369300,100 +369950,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [153472] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4057), 1, - sym_comment, - STATE(4061), 1, - sym_path, - STATE(4651), 1, - sym_cell_path, - ACTIONS(1831), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1829), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [153508] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4058), 1, - sym_comment, - STATE(4061), 1, - sym_path, - STATE(4793), 1, - sym_cell_path, - ACTIONS(1967), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1965), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [153544] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(4059), 1, - sym_comment, - ACTIONS(1802), 15, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [153574] = 4, + [154193] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4060), 1, + STATE(4077), 1, sym_comment, - ACTIONS(1727), 3, + ACTIONS(972), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 14, + anon_sym_DOT2, + ACTIONS(974), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -369405,50 +369974,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [153602] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4061), 1, - sym_comment, - ACTIONS(990), 4, - ts_builtin_sym_end, - sym__space, + anon_sym_QMARK2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(988), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [153630] = 8, + [154221] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4062), 1, + STATE(4078), 1, sym_comment, - STATE(4657), 1, + STATE(4775), 1, sym_cell_path, - ACTIONS(1931), 2, + ACTIONS(1979), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1929), 11, + ACTIONS(1977), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369460,44 +370005,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153666] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_DASH2, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(7335), 1, - anon_sym_DOT_DOT2, - STATE(4063), 1, - sym_comment, - ACTIONS(7337), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1802), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [153702] = 4, + [154257] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4064), 1, + STATE(4079), 1, sym_comment, - ACTIONS(1786), 3, + ACTIONS(980), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1788), 14, + anon_sym_DOT2, + ACTIONS(982), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -369509,22 +370026,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [153730] = 6, + [154285] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2164), 1, + ACTIONS(2166), 1, sym__space, - ACTIONS(7339), 1, + ACTIONS(7363), 1, anon_sym_DOT_DOT2, - STATE(4065), 1, + STATE(4080), 1, sym_comment, - ACTIONS(7341), 2, + ACTIONS(7365), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 13, + ACTIONS(2160), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369538,23 +370055,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [153762] = 8, + [154317] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4061), 1, - sym_path, - STATE(4066), 1, + STATE(4081), 1, sym_comment, - STATE(4690), 1, - sym_cell_path, - ACTIONS(1935), 2, - ts_builtin_sym_end, + ACTIONS(2118), 3, sym__space, - ACTIONS(1933), 11, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2116), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369566,23 +370076,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153798] = 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + [154345] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4067), 1, + STATE(4082), 1, sym_comment, - STATE(4720), 1, + STATE(4798), 1, sym_cell_path, - ACTIONS(7273), 2, + ACTIONS(1959), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7271), 11, + ACTIONS(1957), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369594,16 +370107,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153834] = 4, + [154381] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4068), 1, - sym_comment, - ACTIONS(1020), 3, + ACTIONS(2176), 1, sym__space, + ACTIONS(7367), 1, + anon_sym_DOT_DOT2, + STATE(4083), 1, + sym_comment, + ACTIONS(7369), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1018), 14, + ACTIONS(2170), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369617,24 +370133,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + [154413] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4084), 1, + sym_comment, + ACTIONS(976), 3, + anon_sym_DASH2, anon_sym_DOT_DOT2, - [153862] = 8, + anon_sym_DOT2, + ACTIONS(978), 14, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [154441] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4069), 1, + STATE(4085), 1, sym_comment, - STATE(4605), 1, + STATE(4779), 1, sym_cell_path, - ACTIONS(2023), 2, + ACTIONS(1983), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2021), 11, + ACTIONS(1981), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369646,44 +370185,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [153898] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - ACTIONS(7347), 1, - anon_sym_QMARK2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(4070), 1, - sym_comment, - STATE(4870), 1, - sym_cell_path, - ACTIONS(7343), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(7345), 10, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [153936] = 4, - ACTIONS(251), 1, + [154477] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - STATE(4071), 1, + ACTIONS(7311), 1, + anon_sym_DOT_DOT2, + ACTIONS(7373), 1, + sym__space, + STATE(4086), 1, sym_comment, - ACTIONS(1737), 16, - ts_builtin_sym_end, + ACTIONS(7313), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7371), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369695,27 +370209,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [153964] = 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + [154509] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4072), 1, + STATE(4087), 1, sym_comment, - STATE(4679), 1, + STATE(4793), 1, sym_cell_path, - ACTIONS(1971), 2, + ACTIONS(1987), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1969), 11, + ACTIONS(1985), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369727,47 +370239,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154000] = 12, - ACTIONS(251), 1, + [154545] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2554), 1, - anon_sym_COMMA, - ACTIONS(7187), 1, - anon_sym_EQ, - ACTIONS(7189), 1, - sym__newline, - ACTIONS(7191), 1, - anon_sym_COLON, - ACTIONS(7351), 1, - anon_sym_DASH2, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, STATE(4073), 1, + sym_path, + STATE(4088), 1, sym_comment, - STATE(4079), 1, - aux_sym_parameter_repeat1, - STATE(4991), 1, - aux_sym_parameter_repeat2, - STATE(6518), 1, - aux_sym_shebang_repeat1, - STATE(4833), 2, - sym_param_type, - sym_param_value, - ACTIONS(7349), 7, - sym_identifier, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [154044] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - STATE(4074), 1, - sym_comment, - ACTIONS(1729), 16, + STATE(4692), 1, + sym_cell_path, + ACTIONS(2095), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(2093), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369779,18 +370267,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [154072] = 4, - ACTIONS(251), 1, + [154581] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(4075), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4073), 1, + sym_path, + STATE(4089), 1, sym_comment, - ACTIONS(1665), 16, + STATE(4554), 1, + sym_cell_path, + ACTIONS(1991), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1989), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369802,20 +370295,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [154100] = 4, - ACTIONS(251), 1, + [154617] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - STATE(4076), 1, + STATE(4090), 1, sym_comment, - ACTIONS(1773), 16, - ts_builtin_sym_end, + ACTIONS(2104), 3, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2102), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369827,19 +370316,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [154128] = 4, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + [154645] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1786), 1, - aux_sym_unquoted_token2, - STATE(4077), 1, + ACTIONS(7375), 1, + aux_sym__immediate_decimal_token2, + STATE(4091), 1, sym_comment, - ACTIONS(1788), 16, - ts_builtin_sym_end, + ACTIONS(1767), 2, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1765), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369851,25 +370341,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - anon_sym_LPAREN2, - [154156] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + aux_sym_unquoted_token2, + [154675] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2545), 1, + anon_sym_COMMA, + ACTIONS(7193), 1, + anon_sym_EQ, + ACTIONS(7195), 1, + sym__newline, + ACTIONS(7197), 1, + anon_sym_COLON, + ACTIONS(7379), 1, + anon_sym_DASH2, + STATE(4092), 1, + sym_comment, + STATE(4126), 1, + aux_sym_parameter_repeat1, + STATE(5023), 1, + aux_sym_parameter_repeat2, + STATE(6402), 1, + aux_sym_shebang_repeat1, + STATE(4839), 2, + sym_param_type, + sym_param_value, + ACTIONS(7377), 7, + sym_identifier, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [154719] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(4078), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4073), 1, + sym_path, + STATE(4093), 1, sym_comment, - ACTIONS(2241), 3, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - ACTIONS(2245), 12, + STATE(4566), 1, + sym_cell_path, + ACTIONS(1995), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(1993), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369881,31 +370404,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154188] = 12, + [154755] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2554), 1, + ACTIONS(2545), 1, anon_sym_COMMA, - ACTIONS(7187), 1, + ACTIONS(7193), 1, anon_sym_EQ, - ACTIONS(7189), 1, + ACTIONS(7195), 1, sym__newline, - ACTIONS(7191), 1, + ACTIONS(7197), 1, anon_sym_COLON, - ACTIONS(7355), 1, + ACTIONS(7383), 1, anon_sym_DASH2, - STATE(4079), 1, + STATE(4047), 1, + aux_sym_parameter_repeat1, + STATE(4094), 1, sym_comment, - STATE(4109), 1, + STATE(4981), 1, + aux_sym_parameter_repeat2, + STATE(6402), 1, + aux_sym_shebang_repeat1, + STATE(4839), 2, + sym_param_type, + sym_param_value, + ACTIONS(7381), 7, + sym_identifier, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [154799] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2545), 1, + anon_sym_COMMA, + ACTIONS(7193), 1, + anon_sym_EQ, + ACTIONS(7195), 1, + sym__newline, + ACTIONS(7197), 1, + anon_sym_COLON, + ACTIONS(7387), 1, + anon_sym_DASH2, + STATE(4095), 1, + sym_comment, + STATE(4126), 1, aux_sym_parameter_repeat1, - STATE(4968), 1, + STATE(4996), 1, aux_sym_parameter_repeat2, - STATE(6518), 1, + STATE(6402), 1, aux_sym_shebang_repeat1, - STATE(4833), 2, + STATE(4839), 2, sym_param_type, sym_param_value, - ACTIONS(7353), 7, + ACTIONS(7385), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -369913,53 +370468,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [154232] = 14, + [154843] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(3440), 1, anon_sym_DOLLAR, - ACTIONS(2099), 1, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(7389), 1, anon_sym_DQUOTE, - ACTIONS(2103), 1, + ACTIONS(7393), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2105), 1, + ACTIONS(7395), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2113), 1, + ACTIONS(7397), 1, + sym__unquoted_naive, + STATE(2143), 1, + sym__inter_double_quotes, + STATE(2149), 1, + sym__inter_single_quotes, + STATE(4096), 1, + sym_comment, + ACTIONS(7391), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(4608), 4, + sym_expr_parenthesized, + sym_val_variable, + sym_val_string, + sym_val_interpolated, + [154891] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(123), 1, sym_raw_string_begin, - ACTIONS(5047), 1, + ACTIONS(3472), 1, + anon_sym_DOLLAR, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(7357), 1, + ACTIONS(7399), 1, + anon_sym_DQUOTE, + ACTIONS(7403), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(7405), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(7407), 1, sym__unquoted_naive, - STATE(4080), 1, - sym_comment, - STATE(4590), 1, + STATE(2550), 1, sym__inter_single_quotes, - STATE(4591), 1, + STATE(2552), 1, sym__inter_double_quotes, - ACTIONS(2101), 2, + STATE(4097), 1, + sym_comment, + ACTIONS(7401), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3998), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - STATE(4792), 4, + STATE(4872), 4, sym_expr_parenthesized, sym_val_variable, sym_val_string, sym_val_interpolated, - [154280] = 6, + [154939] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7361), 1, - sym__space, - ACTIONS(7363), 1, - anon_sym_DOT_DOT2, - STATE(4081), 1, + STATE(4098), 1, sym_comment, - ACTIONS(7365), 2, + ACTIONS(2122), 3, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(7359), 13, + ACTIONS(2120), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369973,20 +370559,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [154312] = 6, + anon_sym_DOT_DOT2, + [154967] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7367), 1, - anon_sym_DOT, - ACTIONS(7369), 1, - aux_sym__immediate_decimal_token2, - STATE(4082), 1, + ACTIONS(7136), 1, + anon_sym_DOT2, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4073), 1, + sym_path, + STATE(4099), 1, sym_comment, - ACTIONS(1737), 3, + STATE(4642), 1, + sym_cell_path, + ACTIONS(1999), 2, ts_builtin_sym_end, sym__space, - anon_sym_LPAREN2, - ACTIONS(1735), 12, + ACTIONS(1997), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -369998,48 +370588,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [154344] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4083), 1, - sym_comment, - ACTIONS(958), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - ACTIONS(960), 14, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [154372] = 8, + [155003] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4084), 1, + STATE(4100), 1, sym_comment, - STATE(4728), 1, + STATE(4799), 1, sym_cell_path, - ACTIONS(1939), 2, + ACTIONS(1927), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1937), 11, + ACTIONS(1925), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370051,16 +370616,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154408] = 4, + [155039] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4085), 1, + STATE(4101), 1, sym_comment, - ACTIONS(976), 3, + ACTIONS(988), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(978), 14, + ACTIONS(990), 14, anon_sym_EQ, sym_identifier, sym__newline, @@ -370072,46 +370637,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_QMARK2, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [154436] = 4, - ACTIONS(251), 1, + [155067] = 8, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4086), 1, - sym_comment, - ACTIONS(972), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, + ACTIONS(7136), 1, anon_sym_DOT2, - ACTIONS(974), 14, - anon_sym_EQ, - sym_identifier, + STATE(3912), 1, + aux_sym_cell_path_repeat1, + STATE(4073), 1, + sym_path, + STATE(4102), 1, + sym_comment, + STATE(4655), 1, + sym_cell_path, + ACTIONS(1951), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1949), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [154464] = 6, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [155103] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__space, - ACTIONS(7363), 1, - anon_sym_DOT_DOT2, - STATE(4087), 1, + STATE(4103), 1, sym_comment, - ACTIONS(7365), 2, + ACTIONS(986), 4, + ts_builtin_sym_end, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1004), 13, + ACTIONS(984), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370123,74 +370690,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [154496] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4088), 1, - sym_comment, - ACTIONS(962), 3, - anon_sym_DASH2, anon_sym_DOT_DOT2, anon_sym_DOT2, - ACTIONS(964), 14, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, + [155131] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4104), 1, + sym_comment, + ACTIONS(982), 4, + ts_builtin_sym_end, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [154524] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2554), 1, - anon_sym_COMMA, - ACTIONS(7187), 1, - anon_sym_EQ, - ACTIONS(7189), 1, + ACTIONS(980), 13, sym__newline, - ACTIONS(7191), 1, - anon_sym_COLON, - ACTIONS(7373), 1, - anon_sym_DASH2, - STATE(4089), 1, - sym_comment, - STATE(4109), 1, - aux_sym_parameter_repeat1, - STATE(4976), 1, - aux_sym_parameter_repeat2, - STATE(6518), 1, - aux_sym_shebang_repeat1, - STATE(4833), 2, - sym_param_type, - sym_param_value, - ACTIONS(7371), 7, - sym_identifier, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [154568] = 5, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [155159] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - STATE(4090), 1, + STATE(4105), 1, sym_comment, - STATE(7261), 1, + STATE(7291), 1, sym__expr_parenthesized_immediate, - ACTIONS(7279), 15, + ACTIONS(7250), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -370206,85 +370741,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [154598] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(253), 1, - sym_raw_string_begin, - ACTIONS(3440), 1, - anon_sym_DOLLAR, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(7375), 1, - anon_sym_DQUOTE, - ACTIONS(7379), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(7381), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(7383), 1, - sym__unquoted_naive, - STATE(2138), 1, - sym__inter_single_quotes, - STATE(2139), 1, - sym__inter_double_quotes, - STATE(4091), 1, - sym_comment, - ACTIONS(7377), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(4710), 4, - sym_expr_parenthesized, - sym_val_variable, - sym_val_string, - sym_val_interpolated, - [154646] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(1819), 1, - anon_sym_DASH2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(7385), 1, - anon_sym_DOT_DOT2, - STATE(4092), 1, - sym_comment, - ACTIONS(7387), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1827), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [154682] = 8, + [155189] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, + ACTIONS(7136), 1, anon_sym_DOT2, - STATE(3924), 1, + STATE(3912), 1, aux_sym_cell_path_repeat1, - STATE(4061), 1, + STATE(4073), 1, sym_path, - STATE(4093), 1, + STATE(4106), 1, sym_comment, - STATE(4729), 1, + STATE(4696), 1, sym_cell_path, - ACTIONS(7297), 2, + ACTIONS(1955), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7295), 11, + ACTIONS(1953), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370296,16 +370769,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154718] = 4, + [155225] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4094), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(4107), 1, sym_comment, - ACTIONS(2176), 3, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2174), 14, + ACTIONS(2229), 3, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + ACTIONS(2233), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370317,22 +370795,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - [154746] = 6, + [155257] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2148), 1, - sym__space, - ACTIONS(7389), 1, + ACTIONS(7409), 1, anon_sym_DOT_DOT2, - STATE(4095), 1, + STATE(4108), 1, sym_comment, - ACTIONS(7391), 2, + ACTIONS(2176), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7411), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 13, + ACTIONS(2170), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370344,22 +370820,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [154778] = 6, - ACTIONS(3), 1, + [155288] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2156), 1, - sym__space, - ACTIONS(7393), 1, - anon_sym_DOT_DOT2, - STATE(4096), 1, - sym_comment, - ACTIONS(7395), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 13, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4109), 1, + sym_comment, + STATE(4239), 1, + aux_sym_shebang_repeat1, + ACTIONS(7413), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -370371,18 +370845,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [154810] = 5, + anon_sym_or2, + [155321] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(4097), 1, + STATE(4110), 1, sym_comment, - ACTIONS(2222), 15, - ts_builtin_sym_end, + STATE(4241), 1, + aux_sym_shebang_repeat1, + ACTIONS(7419), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370394,20 +370865,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [154840] = 5, + [155348] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4098), 1, + STATE(4111), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7279), 15, - ts_builtin_sym_end, + STATE(4245), 1, + aux_sym_shebang_repeat1, + ACTIONS(7419), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370419,26 +370888,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [154870] = 8, + [155375] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4061), 1, - sym_path, - STATE(4099), 1, + ACTIONS(7323), 1, + aux_sym__immediate_decimal_token2, + STATE(4112), 1, sym_comment, - STATE(4744), 1, - sym_cell_path, - ACTIONS(2027), 2, + ACTIONS(1727), 3, ts_builtin_sym_end, sym__space, - ACTIONS(2025), 11, + anon_sym_LPAREN2, + ACTIONS(1725), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370450,23 +370915,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154906] = 8, - ACTIONS(3), 1, + aux_sym_unquoted_token2, + [155404] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4061), 1, - sym_path, - STATE(4100), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4113), 1, sym_comment, - STATE(4797), 1, - sym_cell_path, - ACTIONS(2035), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2033), 11, + ACTIONS(7421), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370478,17 +370935,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [154942] = 5, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [155431] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4101), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4114), 1, sym_comment, - STATE(7261), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7279), 15, - ts_builtin_sym_end, + ACTIONS(7421), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370500,55 +370958,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [154972] = 12, + [155458] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2554), 1, - anon_sym_COMMA, - ACTIONS(7187), 1, - anon_sym_EQ, - ACTIONS(7189), 1, + ACTIONS(7423), 1, sym__newline, - ACTIONS(7191), 1, - anon_sym_COLON, - ACTIONS(7399), 1, - anon_sym_DASH2, - STATE(4089), 1, - aux_sym_parameter_repeat1, - STATE(4102), 1, + ACTIONS(7428), 1, + anon_sym_and2, + STATE(4115), 1, sym_comment, - STATE(4989), 1, - aux_sym_parameter_repeat2, - STATE(6518), 1, + STATE(4116), 1, aux_sym_shebang_repeat1, - STATE(4833), 2, - sym_param_type, - sym_param_value, - ACTIONS(7397), 7, - sym_identifier, + ACTIONS(7426), 13, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155016] = 6, - ACTIONS(3), 1, + anon_sym_xor2, + anon_sym_or2, + [155489] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7401), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7403), 1, - aux_sym__immediate_decimal_token2, - STATE(4103), 1, + ACTIONS(7430), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4116), 1, sym_comment, - ACTIONS(1729), 3, - ts_builtin_sym_end, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1727), 12, + ACTIONS(7421), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370560,24 +371008,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [155048] = 8, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_xor2, + anon_sym_or2, + [155518] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7134), 1, - anon_sym_DOT2, - STATE(3924), 1, - aux_sym_cell_path_repeat1, - STATE(4061), 1, - sym_path, - STATE(4104), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4117), 1, sym_comment, - STATE(4764), 1, - sym_cell_path, - ACTIONS(1959), 2, - ts_builtin_sym_end, + ACTIONS(7421), 14, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_xor2, + anon_sym_or2, + [155547] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + ACTIONS(2192), 1, sym__space, - ACTIONS(1957), 11, + STATE(4118), 1, + sym_comment, + ACTIONS(2188), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370589,36 +371058,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [155084] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [155578] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4105), 1, + ACTIONS(7430), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4119), 1, sym_comment, - ACTIONS(1771), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 14, - anon_sym_EQ, - sym_identifier, + ACTIONS(7434), 14, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [155112] = 3, + anon_sym_xor2, + anon_sym_or2, + [155607] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4106), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4120), 1, sym_comment, - ACTIONS(7175), 16, + ACTIONS(7434), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370631,49 +371106,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_xor2, + anon_sym_or2, + [155636] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7415), 1, anon_sym_and2, + ACTIONS(7423), 1, + sym__newline, + STATE(4117), 1, + aux_sym_shebang_repeat1, + STATE(4121), 1, + sym_comment, + ACTIONS(7426), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [155137] = 8, + [155667] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4107), 1, + ACTIONS(7430), 1, + anon_sym_and2, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4122), 1, sym_comment, - STATE(4623), 1, - sym_cell_path, - ACTIONS(2015), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7436), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155172] = 6, - ACTIONS(3), 1, + anon_sym_or2, + [155698] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__space, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(4108), 1, + ACTIONS(7430), 1, + anon_sym_and2, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4123), 1, sym_comment, - ACTIONS(1004), 13, + ACTIONS(7421), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370686,128 +371182,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [155203] = 9, + anon_sym_or2, + [155729] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7407), 1, - anon_sym_EQ, - ACTIONS(7410), 1, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7440), 1, sym__newline, - ACTIONS(7413), 1, - anon_sym_COLON, - ACTIONS(7416), 1, - anon_sym_DASH2, - STATE(6518), 1, - aux_sym_shebang_repeat1, - STATE(4109), 2, + STATE(4124), 1, sym_comment, - aux_sym_parameter_repeat1, - STATE(4833), 2, - sym_param_type, - sym_param_value, - ACTIONS(7405), 8, - sym_identifier, + STATE(4269), 1, + aux_sym_shebang_repeat1, + ACTIONS(7419), 13, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155240] = 8, + anon_sym_xor2, + anon_sym_or2, + [155760] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4110), 1, - sym_comment, - STATE(4682), 1, - sym_cell_path, - ACTIONS(2019), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7440), 1, sym__newline, + STATE(4125), 1, + sym_comment, + STATE(4278), 1, + aux_sym_shebang_repeat1, + ACTIONS(7419), 13, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155275] = 8, + anon_sym_xor2, + anon_sym_or2, + [155791] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2021), 1, + ACTIONS(7445), 1, + anon_sym_EQ, + ACTIONS(7448), 1, + sym__newline, + ACTIONS(7451), 1, + anon_sym_COLON, + ACTIONS(7454), 1, anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4111), 1, + STATE(6402), 1, + aux_sym_shebang_repeat1, + STATE(4126), 2, sym_comment, - STATE(4698), 1, - sym_cell_path, - ACTIONS(2023), 11, - anon_sym_EQ, + aux_sym_parameter_repeat1, + STATE(4839), 2, + sym_param_type, + sym_param_value, + ACTIONS(7443), 8, sym_identifier, - sym__newline, anon_sym_PIPE, - anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [155310] = 8, + [155828] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4112), 1, + ACTIONS(7432), 1, + anon_sym_and2, + ACTIONS(7456), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4127), 1, sym_comment, - STATE(4731), 1, - sym_cell_path, - ACTIONS(2027), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7421), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155345] = 6, + anon_sym_or2, + [155859] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2228), 1, - sym__space, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(4113), 1, + STATE(4128), 1, sym_comment, - ACTIONS(2224), 13, + ACTIONS(2267), 2, + sym__space, + anon_sym_LPAREN2, + ACTIONS(2265), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370821,72 +371308,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [155376] = 8, + aux_sym_unquoted_token4, + [155886] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4114), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4129), 1, sym_comment, - STATE(4740), 1, - sym_cell_path, - ACTIONS(2031), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7421), 15, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155411] = 6, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [155913] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7418), 1, - anon_sym_DOT, - ACTIONS(7420), 1, + ACTIONS(5942), 1, aux_sym__immediate_decimal_token2, - STATE(4115), 1, + ACTIONS(7458), 1, + anon_sym_DOT, + STATE(4130), 1, sym_comment, - ACTIONS(1735), 3, - sym_identifier, - anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 11, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [155442] = 6, - ACTIONS(3), 1, + ACTIONS(1587), 3, + anon_sym_GT2, + anon_sym_LT2, + anon_sym_DOT2, + ACTIONS(1589), 11, + anon_sym_in2, + anon_sym_QMARK2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [155944] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7422), 1, - anon_sym_DOT_DOT2, - STATE(4116), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4131), 1, sym_comment, - ACTIONS(7361), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(7424), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7359), 11, + ACTIONS(7421), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370898,17 +371376,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [155473] = 4, + anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [155971] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4117), 1, - sym_comment, - ACTIONS(2176), 4, - ts_builtin_sym_end, + ACTIONS(1000), 1, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2174), 12, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(4132), 1, + sym_comment, + ACTIONS(1004), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370920,18 +371403,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [155500] = 4, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [156002] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4118), 1, + ACTIONS(7430), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4133), 1, sym_comment, - ACTIONS(1020), 4, - ts_builtin_sym_end, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1018), 12, + ACTIONS(7421), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370943,15 +371426,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [155527] = 4, + anon_sym_RPAREN, + anon_sym_xor2, + anon_sym_or2, + [156031] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4119), 1, + STATE(4134), 1, sym_comment, - ACTIONS(7426), 15, + ACTIONS(7421), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -370964,44 +371451,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [155554] = 8, + [156060] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4120), 1, + ACTIONS(7430), 1, + anon_sym_and2, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4135), 1, sym_comment, - STATE(4943), 1, - sym_cell_path, - ACTIONS(1959), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7421), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155589] = 4, + anon_sym_or2, + [156091] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7432), 1, + anon_sym_and2, + ACTIONS(7456), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4121), 1, + STATE(4136), 1, sym_comment, - ACTIONS(7428), 15, + ACTIONS(7421), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371014,21 +371502,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [155616] = 6, - ACTIONS(3), 1, + [156122] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2253), 1, - sym__space, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(4122), 1, + ACTIONS(7432), 1, + anon_sym_and2, + ACTIONS(7456), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4137), 1, sym_comment, - ACTIONS(2249), 13, + ACTIONS(7436), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371041,20 +371527,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [155647] = 6, - ACTIONS(3), 1, + anon_sym_or2, + [156153] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4898), 1, - sym__space, - ACTIONS(7430), 1, - anon_sym_EQ2, - ACTIONS(7432), 1, - sym_short_flag_identifier, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7460), 1, + anon_sym_xor2, STATE(4123), 1, + aux_sym_shebang_repeat1, + STATE(4138), 1, sym_comment, - ACTIONS(4900), 13, - sym__newline, + ACTIONS(7426), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371066,19 +371553,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [155678] = 6, + anon_sym_or2, + [156186] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - ACTIONS(2259), 1, - sym__space, - STATE(4124), 1, + STATE(4139), 1, sym_comment, - ACTIONS(2257), 13, + ACTIONS(1727), 2, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1725), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371092,76 +371576,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [155709] = 8, + aux_sym_unquoted_token2, + [156213] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1949), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4125), 1, + STATE(4140), 1, sym_comment, - STATE(4942), 1, - sym_cell_path, - ACTIONS(1951), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7185), 16, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [155744] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(4126), 1, - sym_comment, - STATE(4857), 1, - sym_cell_path, - ACTIONS(7434), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(7436), 10, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [155779] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, + anon_sym_RBRACE, anon_sym_and2, - ACTIONS(7442), 1, anon_sym_xor2, - ACTIONS(7444), 1, anon_sym_or2, - STATE(4127), 1, + [156238] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7462), 1, + sym__newline, + STATE(4141), 1, sym_comment, - STATE(4207), 1, + STATE(4270), 1, aux_sym_shebang_repeat1, - ACTIONS(7438), 11, + ACTIONS(7465), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371173,22 +371622,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [155814] = 8, + anon_sym_xor2, + anon_sym_or2, + [156269] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(7446), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7448), 1, + ACTIONS(7460), 1, anon_sym_xor2, - ACTIONS(7450), 1, - anon_sym_or2, - STATE(4128), 1, - sym_comment, - STATE(4234), 1, + STATE(4122), 1, aux_sym_shebang_repeat1, - ACTIONS(7438), 11, + STATE(4142), 1, + sym_comment, + ACTIONS(7419), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371200,15 +371649,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [155849] = 4, + anon_sym_or2, + [156302] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4137), 1, aux_sym_shebang_repeat1, - STATE(4129), 1, + STATE(4143), 1, sym_comment, - ACTIONS(7428), 15, - sym__newline, + ACTIONS(7419), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371220,17 +371675,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [155876] = 4, + [156335] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4130), 1, - sym_comment, - STATE(4178), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 15, + STATE(4144), 1, + sym_comment, + ACTIONS(7467), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371246,14 +371699,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [155903] = 4, + [156362] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4131), 1, - sym_comment, - STATE(4180), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 15, + STATE(4145), 1, + sym_comment, + ACTIONS(7467), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371269,15 +371722,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [155930] = 4, + [156389] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4132), 1, - sym_comment, - ACTIONS(7426), 15, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7462), 1, sym__newline, + STATE(4146), 1, + sym_comment, + STATE(4280), 1, + aux_sym_shebang_repeat1, + ACTIONS(7465), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371289,20 +371745,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [155957] = 5, + [156420] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, anon_sym_and2, - STATE(1782), 1, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4127), 1, aux_sym_shebang_repeat1, - STATE(4133), 1, + STATE(4147), 1, sym_comment, - ACTIONS(7428), 14, - sym__newline, + ACTIONS(7426), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371314,18 +371772,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, anon_sym_or2, - [155986] = 5, + [156453] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4134), 1, + STATE(4148), 1, sym_comment, - ACTIONS(7428), 14, + STATE(4149), 1, + aux_sym_shebang_repeat1, + ACTIONS(7413), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371338,18 +371793,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156015] = 5, + [156480] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4135), 1, + STATE(4149), 1, sym_comment, - ACTIONS(7426), 14, + ACTIONS(7434), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371362,20 +371816,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156044] = 6, + [156507] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7458), 1, - sym__newline, - STATE(4136), 1, - sym_comment, - STATE(4181), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 13, + STATE(4150), 1, + sym_comment, + ACTIONS(7434), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371387,18 +371839,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156075] = 5, + [156534] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7430), 1, anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4137), 1, + STATE(4151), 1, sym_comment, - ACTIONS(7426), 14, + ACTIONS(7434), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371413,18 +371866,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [156104] = 6, - ACTIONS(3), 1, + [156563] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(7463), 1, - sym__space, - STATE(4138), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4152), 1, sym_comment, - STATE(7281), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7461), 13, + ACTIONS(7434), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371437,48 +371888,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [156135] = 8, + anon_sym_xor2, + anon_sym_or2, + [156592] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1409), 1, - sym_cell_path, - STATE(1510), 1, - sym_path, - STATE(4139), 1, - sym_comment, - ACTIONS(935), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(937), 10, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [156170] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7465), 1, - anon_sym_DOT_DOT2, - STATE(4140), 1, + ACTIONS(7430), 1, + anon_sym_and2, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4153), 1, sym_comment, - ACTIONS(2121), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(7467), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2115), 11, + ACTIONS(7434), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371490,18 +371913,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [156201] = 6, + anon_sym_RPAREN, + anon_sym_or2, + [156623] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7458), 1, - sym__newline, - STATE(4141), 1, + STATE(4154), 1, sym_comment, - STATE(4182), 1, - aux_sym_shebang_repeat1, - ACTIONS(7452), 13, + ACTIONS(7250), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371513,20 +371933,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156232] = 6, + [156648] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7469), 1, + ACTIONS(7456), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4142), 1, + STATE(4155), 1, sym_comment, - ACTIONS(7428), 13, + ACTIONS(7434), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371540,18 +371962,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [156263] = 6, + [156679] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4143), 1, + STATE(4156), 1, sym_comment, - ACTIONS(7428), 13, + ACTIONS(7436), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371564,21 +371982,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [156294] = 7, + [156706] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4144), 1, + STATE(4157), 1, sym_comment, - STATE(4183), 1, - aux_sym_shebang_repeat1, - ACTIONS(7452), 12, + ACTIONS(7185), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371590,21 +372003,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [156327] = 7, + [156731] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7448), 1, - anon_sym_xor2, - STATE(4145), 1, - sym_comment, - STATE(4184), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 12, + STATE(4158), 1, + sym_comment, + ACTIONS(7436), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371616,15 +372027,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [156360] = 4, + [156758] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4146), 1, - sym_comment, - STATE(4185), 1, + STATE(4129), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 15, + STATE(4159), 1, + sym_comment, + ACTIONS(7426), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371640,14 +372053,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156387] = 4, + [156785] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4147), 1, + ACTIONS(2093), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4160), 1, sym_comment, - STATE(4186), 1, + STATE(4688), 1, + sym_cell_path, + ACTIONS(2095), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [156820] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4131), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 15, + STATE(4161), 1, + sym_comment, + ACTIONS(7426), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371663,18 +372103,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156414] = 6, + [156847] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, + ACTIONS(7430), 1, anon_sym_and2, - ACTIONS(7475), 1, - sym__newline, - STATE(4148), 1, - sym_comment, - STATE(4190), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 13, + STATE(4162), 1, + sym_comment, + ACTIONS(7436), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371688,18 +372127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [156445] = 6, + [156876] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7475), 1, - sym__newline, - STATE(4149), 1, - sym_comment, - STATE(4192), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 13, + STATE(4163), 1, + sym_comment, + ACTIONS(7436), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371713,18 +372151,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [156476] = 6, + [156905] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, ACTIONS(7469), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, + anon_sym_DOT, + ACTIONS(7471), 1, + aux_sym__immediate_decimal_token2, + STATE(4164), 1, + sym_comment, + ACTIONS(1725), 3, + sym_identifier, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 11, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + [156936] = 4, + ACTIONS(251), 1, + anon_sym_POUND, STATE(4150), 1, + aux_sym_shebang_repeat1, + STATE(4165), 1, sym_comment, - ACTIONS(7426), 13, + ACTIONS(7413), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371737,21 +372196,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [156507] = 7, + [156963] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(7423), 1, sym__newline, - ACTIONS(7440), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4151), 1, - sym_comment, - STATE(4195), 1, + STATE(4133), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 12, + STATE(4166), 1, + sym_comment, + ACTIONS(7426), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371763,21 +372222,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_xor2, anon_sym_or2, - [156540] = 7, + [156994] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(7446), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7448), 1, + ACTIONS(7460), 1, anon_sym_xor2, - STATE(4152), 1, + ACTIONS(7475), 1, + anon_sym_or2, + STATE(4167), 1, sym_comment, - STATE(4196), 1, + STATE(4224), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 12, + ACTIONS(7473), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371789,15 +372251,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [156573] = 4, + [157029] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4153), 1, + STATE(4168), 1, sym_comment, - ACTIONS(7428), 15, + ACTIONS(7250), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371810,18 +372269,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156600] = 4, + [157054] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7423), 1, + sym__newline, + STATE(4134), 1, aux_sym_shebang_repeat1, - STATE(4154), 1, + STATE(4169), 1, sym_comment, - ACTIONS(7428), 15, - sym__newline, + ACTIONS(7426), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371833,17 +372296,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156627] = 4, + [157085] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4155), 1, + STATE(4170), 1, sym_comment, - STATE(4201), 1, - aux_sym_shebang_repeat1, - ACTIONS(7452), 15, + ACTIONS(7185), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371856,17 +372316,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156654] = 4, + [157110] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4156), 1, - sym_comment, - STATE(4202), 1, + ACTIONS(7430), 1, + anon_sym_and2, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 15, + STATE(4171), 1, + sym_comment, + ACTIONS(7436), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371879,19 +372344,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [156681] = 5, - ACTIONS(251), 1, + [157141] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4157), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2241), 1, + sym__space, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(4172), 1, sym_comment, - ACTIONS(7428), 14, + ACTIONS(2237), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371904,18 +372369,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [156710] = 5, - ACTIONS(251), 1, + anon_sym_RBRACE, + [157172] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4158), 1, + ACTIONS(7477), 1, + aux_sym__immediate_decimal_token2, + STATE(4173), 1, sym_comment, - ACTIONS(7428), 14, + ACTIONS(1767), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1765), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -371927,21 +372393,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [156739] = 6, + aux_sym_unquoted_token2, + [157201] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7458), 1, - sym__newline, - STATE(4159), 1, + STATE(4174), 1, sym_comment, - STATE(4297), 1, - aux_sym_shebang_repeat1, - ACTIONS(7452), 13, + ACTIONS(7250), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371953,20 +372412,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [156770] = 6, + [157226] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7458), 1, - sym__newline, - STATE(4160), 1, - sym_comment, - STATE(4204), 1, + ACTIONS(7456), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 13, + STATE(4175), 1, + sym_comment, + ACTIONS(7436), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -371978,20 +372440,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, anon_sym_or2, - [156801] = 6, + [157257] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(7430), 1, anon_sym_and2, - ACTIONS(7469), 1, + ACTIONS(7438), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4161), 1, + STATE(4176), 1, sym_comment, - ACTIONS(7428), 13, + ACTIONS(7434), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372005,18 +372466,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [156832] = 6, + [157288] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7430), 1, anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4162), 1, + STATE(4177), 1, sym_comment, - ACTIONS(7428), 13, + ACTIONS(7467), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372029,21 +372488,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_xor2, anon_sym_or2, - [156863] = 7, + [157317] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4163), 1, - sym_comment, - STATE(4205), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 12, + STATE(4178), 1, + sym_comment, + ACTIONS(7467), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372055,21 +372512,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_xor2, anon_sym_or2, - [156896] = 7, + [157346] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(7446), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7448), 1, + ACTIONS(7460), 1, anon_sym_xor2, - STATE(4164), 1, - sym_comment, - STATE(4206), 1, + STATE(4135), 1, aux_sym_shebang_repeat1, - ACTIONS(7452), 12, + STATE(4179), 1, + sym_comment, + ACTIONS(7426), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372082,38 +372540,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [156929] = 4, + [157379] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(4165), 1, - sym_comment, - STATE(4209), 1, - aux_sym_shebang_repeat1, - ACTIONS(7473), 15, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, + ACTIONS(7428), 1, anon_sym_and2, + ACTIONS(7460), 1, anon_sym_xor2, - anon_sym_or2, - [156956] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4166), 1, + STATE(4180), 1, sym_comment, - STATE(4212), 1, + STATE(4293), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 15, - sym__newline, + ACTIONS(7465), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372125,22 +372565,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [156983] = 6, + [157412] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, anon_sym_and2, - ACTIONS(7471), 1, + ACTIONS(7417), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(4136), 1, aux_sym_shebang_repeat1, - STATE(4167), 1, + STATE(4181), 1, sym_comment, - ACTIONS(7426), 13, - sym__newline, + ACTIONS(7426), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372153,15 +372592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [157014] = 4, + [157445] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7479), 1, + sym__newline, + STATE(4151), 1, aux_sym_shebang_repeat1, - STATE(4168), 1, + STATE(4182), 1, sym_comment, - ACTIONS(7426), 15, - sym__newline, + ACTIONS(7413), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372173,21 +372615,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157041] = 6, + [157476] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, + ACTIONS(7415), 1, anon_sym_and2, - ACTIONS(7475), 1, + ACTIONS(7479), 1, sym__newline, - STATE(4169), 1, - sym_comment, - STATE(4219), 1, + STATE(4152), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 13, + STATE(4183), 1, + sym_comment, + ACTIONS(7413), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372201,18 +372642,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [157072] = 6, + [157507] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, + ACTIONS(7430), 1, anon_sym_and2, - ACTIONS(7475), 1, - sym__newline, - STATE(4170), 1, - sym_comment, - STATE(4222), 1, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 13, + STATE(4184), 1, + sym_comment, + ACTIONS(7467), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372224,22 +372666,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, anon_sym_or2, - [157103] = 7, + [157538] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7442), 1, + ACTIONS(7456), 1, anon_sym_xor2, - STATE(4171), 1, - sym_comment, - STATE(4226), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 12, + STATE(4185), 1, + sym_comment, + ACTIONS(7467), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372252,20 +372692,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [157136] = 7, + [157569] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(7446), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7448), 1, + ACTIONS(7460), 1, anon_sym_xor2, - STATE(4172), 1, - sym_comment, - STATE(4227), 1, + STATE(4153), 1, aux_sym_shebang_repeat1, - ACTIONS(7473), 12, + STATE(4186), 1, + sym_comment, + ACTIONS(7413), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372278,16 +372718,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [157169] = 4, - ACTIONS(3), 1, + [157602] = 7, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4173), 1, - sym_comment, - ACTIONS(1737), 2, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1735), 14, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4155), 1, + aux_sym_shebang_repeat1, + STATE(4187), 1, + sym_comment, + ACTIONS(7413), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372299,16 +372743,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - aux_sym_unquoted_token2, - [157196] = 4, + anon_sym_or2, + [157635] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(4156), 1, aux_sym_shebang_repeat1, - STATE(4174), 1, + STATE(4188), 1, sym_comment, - ACTIONS(7426), 15, + ACTIONS(7419), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372324,16 +372767,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157223] = 5, + [157662] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(4158), 1, aux_sym_shebang_repeat1, - STATE(4175), 1, + STATE(4189), 1, sym_comment, - ACTIONS(7426), 14, + ACTIONS(7419), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372346,18 +372787,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157252] = 5, + [157689] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4176), 1, + STATE(4190), 1, sym_comment, - ACTIONS(7426), 14, + ACTIONS(7482), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372370,43 +372808,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157281] = 8, + [157714] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4811), 1, + ACTIONS(1949), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(1402), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(1510), 1, + STATE(4101), 1, sym_path, - STATE(4177), 1, + STATE(4191), 1, sym_comment, - STATE(4861), 1, + STATE(4594), 1, sym_cell_path, - ACTIONS(7478), 2, - anon_sym_GT2, - anon_sym_LT2, - ACTIONS(7480), 10, - anon_sym_in2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [157316] = 4, + ACTIONS(1951), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [157749] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(1953), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4192), 1, + sym_comment, + STATE(4600), 1, + sym_cell_path, + ACTIONS(1955), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [157784] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + ACTIONS(7484), 1, + anon_sym_or2, + STATE(4193), 1, + sym_comment, + STATE(4230), 1, aux_sym_shebang_repeat1, - STATE(4178), 1, + ACTIONS(7473), 11, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [157819] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4194), 1, sym_comment, - ACTIONS(7482), 15, + ACTIONS(7482), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372419,21 +372911,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157343] = 6, - ACTIONS(251), 1, + [157844] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - ACTIONS(7469), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4179), 1, + ACTIONS(7486), 1, + anon_sym_DOT_DOT2, + STATE(4195), 1, sym_comment, - ACTIONS(7426), 13, + ACTIONS(7373), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7488), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7371), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372445,17 +372940,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [157374] = 4, + [157875] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7440), 1, + sym__newline, + STATE(4162), 1, aux_sym_shebang_repeat1, - STATE(4180), 1, + STATE(4196), 1, sym_comment, - ACTIONS(7482), 15, - sym__newline, + ACTIONS(7419), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372467,20 +372963,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157401] = 5, + [157906] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(7415), 1, anon_sym_and2, - STATE(1782), 1, + ACTIONS(7440), 1, + sym__newline, + STATE(4163), 1, aux_sym_shebang_repeat1, - STATE(4181), 1, + STATE(4197), 1, sym_comment, - ACTIONS(7482), 14, - sym__newline, + ACTIONS(7419), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372494,16 +372990,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [157430] = 5, - ACTIONS(251), 1, + [157937] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4182), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2233), 1, + sym__space, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(4198), 1, sym_comment, - ACTIONS(7482), 14, + ACTIONS(2229), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372516,21 +373014,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [157459] = 6, + anon_sym_RBRACE, + [157968] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7469), 1, + ACTIONS(7460), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(4171), 1, aux_sym_shebang_repeat1, - STATE(4183), 1, + STATE(4199), 1, sym_comment, - ACTIONS(7482), 13, - sym__newline, + ACTIONS(7419), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372543,19 +373041,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [157490] = 6, + [158001] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, anon_sym_and2, - ACTIONS(7471), 1, + ACTIONS(7417), 1, anon_sym_xor2, - STATE(1782), 1, + STATE(4175), 1, aux_sym_shebang_repeat1, - STATE(4184), 1, + STATE(4200), 1, sym_comment, - ACTIONS(7482), 13, - sym__newline, + ACTIONS(7419), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372568,14 +373067,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_or2, - [157521] = 4, + [158034] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4185), 1, + ACTIONS(7490), 1, + anon_sym_and2, + STATE(4201), 1, sym_comment, - ACTIONS(7484), 15, + ACTIONS(7482), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372588,17 +373087,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, + anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, - [157548] = 4, - ACTIONS(251), 1, + [158061] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4186), 1, + STATE(4202), 1, sym_comment, - ACTIONS(7484), 15, + ACTIONS(1719), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1717), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372610,19 +373112,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [157575] = 4, + anon_sym_DOT_DOT2, + [158088] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4187), 1, + STATE(4203), 1, sym_comment, - ACTIONS(1729), 2, + ACTIONS(1759), 2, sym__space, anon_sym_LPAREN2, - ACTIONS(1727), 14, + ACTIONS(1757), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372637,15 +373136,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_RBRACE, aux_sym_unquoted_token2, - [157602] = 4, + [158115] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(4119), 1, - aux_sym_shebang_repeat1, - STATE(4188), 1, - sym_comment, - ACTIONS(7486), 15, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4204), 1, + sym_comment, + STATE(4296), 1, + aux_sym_shebang_repeat1, + ACTIONS(7465), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372657,17 +373161,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [157629] = 4, + [158148] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4132), 1, - aux_sym_shebang_repeat1, - STATE(4189), 1, + ACTIONS(7492), 1, + anon_sym_and2, + STATE(4205), 1, sym_comment, - ACTIONS(7486), 15, + ACTIONS(7482), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372680,19 +373182,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, + anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, - [157656] = 5, + [158175] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7486), 1, + anon_sym_DOT_DOT2, + STATE(4206), 1, + sym_comment, + ACTIONS(1000), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7488), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1004), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [158206] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(7490), 1, anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4190), 1, + ACTIONS(7494), 1, + anon_sym_xor2, + STATE(4207), 1, sym_comment, - ACTIONS(7484), 14, + ACTIONS(7482), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372705,20 +373232,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, + anon_sym_RBRACE, anon_sym_or2, - [157685] = 4, - ACTIONS(3), 1, + [158235] = 7, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4191), 1, - sym_comment, - ACTIONS(2172), 4, - ts_builtin_sym_end, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2170), 12, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7460), 1, + anon_sym_xor2, + STATE(4176), 1, + aux_sym_shebang_repeat1, + STATE(4208), 1, + sym_comment, + ACTIONS(7413), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372729,17 +373258,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [157712] = 5, + anon_sym_RPAREN, + anon_sym_or2, + [158268] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4807), 1, + anon_sym_DOT2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(4209), 1, + sym_comment, + STATE(4863), 1, + sym_cell_path, + ACTIONS(7496), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(7498), 10, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [158303] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7500), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7502), 1, + aux_sym__immediate_decimal_token2, + STATE(4210), 1, + sym_comment, + ACTIONS(1757), 3, + sym_identifier, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 11, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + [158334] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7492), 1, anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4192), 1, + ACTIONS(7504), 1, + anon_sym_xor2, + STATE(4211), 1, sym_comment, - ACTIONS(7484), 14, + ACTIONS(7482), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372752,20 +373334,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, + anon_sym_RBRACE, anon_sym_or2, - [157741] = 6, + [158363] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7488), 1, - sym__newline, - STATE(4135), 1, - aux_sym_shebang_repeat1, - STATE(4193), 1, + STATE(4212), 1, sym_comment, - ACTIONS(7486), 13, + ACTIONS(7482), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372777,20 +373354,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157772] = 6, + [158388] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7488), 1, - sym__newline, - STATE(4137), 1, - aux_sym_shebang_repeat1, - STATE(4194), 1, + STATE(4213), 1, sym_comment, - ACTIONS(7486), 13, + ACTIONS(7482), 16, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372802,20 +373376,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [157803] = 6, - ACTIONS(251), 1, + [158413] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - ACTIONS(7469), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4195), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2198), 1, + sym__space, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(4214), 1, sym_comment, - ACTIONS(7484), 13, + ACTIONS(2194), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372828,19 +373404,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [157834] = 6, + anon_sym_RBRACE, + [158444] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7490), 1, anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4196), 1, + STATE(4215), 1, sym_comment, - ACTIONS(7484), 13, + ACTIONS(7482), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372853,19 +373425,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_xor2, anon_sym_or2, - [157865] = 6, + [158471] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - STATE(1782), 1, + STATE(4144), 1, aux_sym_shebang_repeat1, - STATE(4197), 1, + STATE(4216), 1, sym_comment, - ACTIONS(7426), 13, + ACTIONS(7465), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372878,21 +373448,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [157896] = 7, + [158498] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4150), 1, + STATE(4145), 1, aux_sym_shebang_repeat1, - STATE(4198), 1, + STATE(4217), 1, sym_comment, - ACTIONS(7486), 12, + ACTIONS(7465), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -372904,64 +373471,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [157929] = 7, + [158525] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(1957), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4218), 1, + sym_comment, + STATE(4605), 1, + sym_cell_path, + ACTIONS(1959), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7448), 1, - anon_sym_xor2, - STATE(4167), 1, - aux_sym_shebang_repeat1, - STATE(4199), 1, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [158560] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1961), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4219), 1, sym_comment, - ACTIONS(7486), 12, - anon_sym_SEMI, + STATE(4609), 1, + sym_cell_path, + ACTIONS(1963), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_or2, - [157962] = 4, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [158595] = 8, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4200), 1, + ACTIONS(1965), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4220), 1, sym_comment, - ACTIONS(1773), 2, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1771), 14, + STATE(4630), 1, + sym_cell_path, + ACTIONS(1967), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - aux_sym_unquoted_token2, - [157989] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [158630] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4201), 1, + STATE(4221), 1, sym_comment, - ACTIONS(7482), 15, + ACTIONS(7434), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -372977,12 +373578,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [158016] = 4, + [158657] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4202), 1, + ACTIONS(7492), 1, + anon_sym_and2, + STATE(4222), 1, sym_comment, ACTIONS(7482), 15, sym__newline, @@ -372997,25 +373598,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, + anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, - [158043] = 8, + [158684] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1965), 1, + ACTIONS(1969), 1, anon_sym_DASH2, - ACTIONS(7218), 1, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(4012), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(4101), 1, sym_path, - STATE(4203), 1, + STATE(4223), 1, sym_comment, - STATE(4647), 1, + STATE(4687), 1, sym_cell_path, - ACTIONS(1967), 11, + ACTIONS(1971), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -373027,16 +373628,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [158078] = 5, + [158719] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7430), 1, anon_sym_and2, - STATE(1782), 1, + ACTIONS(7438), 1, + anon_sym_xor2, + ACTIONS(7508), 1, + anon_sym_or2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4204), 1, + STATE(4224), 1, sym_comment, - ACTIONS(7482), 14, + ACTIONS(7506), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373049,20 +373654,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [158107] = 6, - ACTIONS(251), 1, + [158752] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - ACTIONS(7469), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4205), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4849), 1, + sym__space, + STATE(4225), 1, sym_comment, - ACTIONS(7482), 13, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4851), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373075,19 +373678,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [158138] = 6, + anon_sym_RBRACE, + [158783] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, + ACTIONS(7490), 1, anon_sym_and2, - ACTIONS(7471), 1, + ACTIONS(7494), 1, anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4206), 1, + STATE(4226), 1, sym_comment, - ACTIONS(7482), 13, + ACTIONS(7482), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373100,22 +373701,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_RBRACE, anon_sym_or2, - [158169] = 7, + [158812] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7469), 1, - anon_sym_xor2, - ACTIONS(7493), 1, - anon_sym_or2, - STATE(1782), 1, + ACTIONS(7462), 1, + sym__newline, + STATE(4177), 1, aux_sym_shebang_repeat1, - STATE(4207), 1, + STATE(4227), 1, sym_comment, - ACTIONS(7491), 12, - sym__newline, + ACTIONS(7465), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373127,22 +373726,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [158202] = 8, - ACTIONS(3), 1, + anon_sym_xor2, + anon_sym_or2, + [158843] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7495), 1, - sym__newline, - ACTIONS(7497), 1, - sym__space, - ACTIONS(7501), 1, - anon_sym_COLON2, - STATE(4208), 1, + ACTIONS(7492), 1, + anon_sym_and2, + ACTIONS(7504), 1, + anon_sym_xor2, + STATE(4228), 1, sym_comment, - STATE(4497), 1, - aux_sym_command_repeat1, - STATE(6087), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7499), 11, + ACTIONS(7482), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373153,15 +373749,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - [158237] = 4, + anon_sym_or2, + [158872] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(1973), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4229), 1, + sym_comment, + STATE(4704), 1, + sym_cell_path, + ACTIONS(1975), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [158907] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7432), 1, + anon_sym_and2, + ACTIONS(7456), 1, + anon_sym_xor2, + ACTIONS(7510), 1, + anon_sym_or2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4209), 1, + STATE(4230), 1, sym_comment, - ACTIONS(7484), 15, + ACTIONS(7506), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373174,18 +373805,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [158264] = 4, + [158940] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4210), 1, - sym_comment, - ACTIONS(2263), 2, - sym__space, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(2261), 14, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2247), 1, + sym__space, + STATE(4231), 1, + sym_comment, + ACTIONS(2245), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373199,41 +373830,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - aux_sym_unquoted_token4, - [158291] = 6, + [158971] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5952), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7503), 1, - anon_sym_DOT, - STATE(4211), 1, - sym_comment, - ACTIONS(1599), 3, - anon_sym_GT2, - anon_sym_LT2, + ACTIONS(1937), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, anon_sym_DOT2, - ACTIONS(1601), 11, - anon_sym_in2, - anon_sym_QMARK2, - anon_sym_not_DASHin2, - anon_sym_starts_DASHwith2, - anon_sym_ends_DASHwith2, - anon_sym_EQ_EQ2, - anon_sym_BANG_EQ2, - anon_sym_LT_EQ2, - anon_sym_GT_EQ2, - anon_sym_EQ_TILDE2, - anon_sym_BANG_TILDE2, - [158322] = 4, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4232), 1, + sym_comment, + STATE(4951), 1, + sym_cell_path, + ACTIONS(1939), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159006] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7462), 1, + sym__newline, + STATE(4178), 1, aux_sym_shebang_repeat1, - STATE(4212), 1, + STATE(4233), 1, sym_comment, - ACTIONS(7484), 15, - sym__newline, + ACTIONS(7465), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373245,44 +373880,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [158349] = 6, + [159037] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7507), 1, - anon_sym_and2, - ACTIONS(7509), 1, - anon_sym_xor2, - ACTIONS(7511), 1, - anon_sym_or2, - STATE(4213), 1, + ACTIONS(1977), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4234), 1, sym_comment, - ACTIONS(7505), 13, + STATE(4597), 1, + sym_cell_path, + ACTIONS(1979), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [158380] = 4, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159072] = 8, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4214), 1, + ACTIONS(1933), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4235), 1, sym_comment, - ACTIONS(1788), 2, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1786), 14, + STATE(4666), 1, + sym_cell_path, + ACTIONS(1935), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159107] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7428), 1, + anon_sym_and2, + ACTIONS(7460), 1, + anon_sym_xor2, + STATE(4184), 1, + aux_sym_shebang_repeat1, + STATE(4236), 1, + sym_comment, + ACTIONS(7465), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373294,21 +373961,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - aux_sym_unquoted_token2, - [158407] = 6, + anon_sym_or2, + [159140] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7513), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7515), 1, + ACTIONS(7460), 1, anon_sym_xor2, - ACTIONS(7517), 1, + ACTIONS(7475), 1, anon_sym_or2, - STATE(4215), 1, + STATE(4237), 1, sym_comment, - ACTIONS(7505), 13, - sym__newline, + STATE(4248), 1, + aux_sym_shebang_repeat1, + ACTIONS(7512), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373320,16 +373989,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [158438] = 4, + [159175] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4168), 1, - aux_sym_shebang_repeat1, - STATE(4216), 1, - sym_comment, - ACTIONS(7486), 15, + ACTIONS(3802), 1, sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + ACTIONS(7484), 1, + anon_sym_or2, + STATE(4238), 1, + sym_comment, + STATE(4252), 1, + aux_sym_shebang_repeat1, + ACTIONS(7512), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373341,15 +374016,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [158465] = 3, + [159210] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4217), 1, + ACTIONS(7432), 1, + anon_sym_and2, + ACTIONS(7456), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4239), 1, sym_comment, - ACTIONS(6875), 16, + ACTIONS(7434), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373362,19 +374040,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [158490] = 4, + [159241] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(4174), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7417), 1, + anon_sym_xor2, + STATE(4185), 1, aux_sym_shebang_repeat1, - STATE(4218), 1, + STATE(4240), 1, sym_comment, - ACTIONS(7486), 15, - sym__newline, + ACTIONS(7465), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373386,19 +374066,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, anon_sym_or2, - [158517] = 5, + [159274] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4219), 1, + STATE(4241), 1, sym_comment, - ACTIONS(7484), 14, + ACTIONS(7436), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373411,20 +374087,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [158546] = 6, + [159301] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4862), 1, + ACTIONS(1727), 1, sym__space, - STATE(4220), 1, + ACTIONS(7120), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7514), 1, + anon_sym_DOT, + STATE(4242), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4864), 13, + ACTIONS(1725), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373438,18 +374115,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [158577] = 6, + [159332] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1981), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4243), 1, + sym_comment, + STATE(4602), 1, + sym_cell_path, + ACTIONS(1983), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159367] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, anon_sym_LPAREN2, - ACTIONS(4866), 1, + ACTIONS(1794), 1, sym__space, - STATE(4221), 1, + STATE(4244), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4868), 13, + ACTIONS(1786), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373463,16 +374167,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [158608] = 5, + [159398] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4222), 1, + STATE(4245), 1, sym_comment, - ACTIONS(7484), 14, + ACTIONS(7436), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373485,20 +374187,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [158637] = 6, - ACTIONS(3), 1, + [159425] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4850), 1, - sym__space, - ACTIONS(7519), 1, - sym_long_flag_identifier, - ACTIONS(7521), 1, - anon_sym_EQ2, - STATE(4223), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4246), 1, sym_comment, - ACTIONS(4852), 13, + ACTIONS(7434), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373511,19 +374210,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [158668] = 6, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [159452] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7488), 1, - sym__newline, - STATE(4175), 1, - aux_sym_shebang_repeat1, - STATE(4224), 1, + STATE(4247), 1, sym_comment, - ACTIONS(7486), 13, + STATE(4254), 1, + aux_sym_shebang_repeat1, + ACTIONS(7465), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373535,20 +374233,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [158699] = 6, + [159479] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, + ACTIONS(7430), 1, anon_sym_and2, - ACTIONS(7488), 1, - sym__newline, - STATE(4176), 1, + ACTIONS(7438), 1, + anon_sym_xor2, + ACTIONS(7508), 1, + anon_sym_or2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4225), 1, + STATE(4248), 1, sym_comment, - ACTIONS(7486), 13, + ACTIONS(7516), 12, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373560,20 +374262,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [158730] = 6, - ACTIONS(251), 1, + [159512] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - ACTIONS(7469), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4226), 1, + STATE(4249), 1, sym_comment, - ACTIONS(7484), 13, + ACTIONS(1020), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1018), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373585,21 +374284,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [158761] = 6, - ACTIONS(251), 1, + anon_sym_DOT_DOT2, + [159539] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4227), 1, - sym_comment, - ACTIONS(7484), 13, + ACTIONS(7518), 1, sym__newline, + ACTIONS(7520), 1, + sym__space, + ACTIONS(7524), 1, + anon_sym_COLON2, + STATE(4250), 1, + sym_comment, + STATE(4405), 1, + aux_sym_command_repeat1, + STATE(6583), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + ACTIONS(7522), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373610,22 +374311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [158792] = 7, - ACTIONS(251), 1, + anon_sym_RBRACE, + [159574] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4179), 1, - aux_sym_shebang_repeat1, - STATE(4228), 1, + STATE(4251), 1, sym_comment, - ACTIONS(7486), 12, + ACTIONS(1863), 2, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1861), 14, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373637,21 +374333,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [158825] = 7, + anon_sym_RBRACE, + aux_sym_unquoted_token2, + [159601] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7446), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7448), 1, + ACTIONS(7456), 1, anon_sym_xor2, - STATE(4197), 1, + ACTIONS(7510), 1, + anon_sym_or2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4229), 1, + STATE(4252), 1, sym_comment, - ACTIONS(7486), 12, + ACTIONS(7516), 12, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373663,44 +374361,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [158858] = 6, - ACTIONS(3), 1, + [159634] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4870), 1, - sym__space, - STATE(4230), 1, + ACTIONS(1985), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4253), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4872), 13, + STATE(4622), 1, + sym_cell_path, + ACTIONS(1987), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [158889] = 6, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159669] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4874), 1, - sym__space, - STATE(4231), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4254), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4876), 13, + ACTIONS(7467), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373713,23 +374408,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [158920] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [159696] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2033), 1, + ACTIONS(1989), 1, anon_sym_DASH2, - ACTIONS(7218), 1, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(4012), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(4101), 1, sym_path, - STATE(4232), 1, + STATE(4255), 1, sym_comment, - STATE(4571), 1, + STATE(4773), 1, sym_cell_path, - ACTIONS(2035), 11, + ACTIONS(1991), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -373741,18 +374438,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [158955] = 5, - ACTIONS(3), 1, + [159731] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7369), 1, - aux_sym__immediate_decimal_token2, - STATE(4233), 1, + ACTIONS(1993), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4256), 1, sym_comment, - ACTIONS(1737), 3, - ts_builtin_sym_end, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1735), 12, + STATE(4660), 1, + sym_cell_path, + ACTIONS(1995), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [159766] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4257), 1, + sym_comment, + ACTIONS(7467), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373764,21 +374484,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [158984] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7456), 1, + anon_sym_RPAREN, anon_sym_and2, - ACTIONS(7471), 1, anon_sym_xor2, - ACTIONS(7523), 1, anon_sym_or2, - STATE(1782), 1, + [159793] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4221), 1, aux_sym_shebang_repeat1, - STATE(4234), 1, + STATE(4258), 1, sym_comment, - ACTIONS(7491), 12, + ACTIONS(7413), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373791,22 +374508,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [159017] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, anon_sym_and2, - ACTIONS(7442), 1, anon_sym_xor2, - ACTIONS(7444), 1, anon_sym_or2, - STATE(4235), 1, + [159820] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4259), 1, sym_comment, - STATE(4283), 1, - aux_sym_shebang_repeat1, - ACTIONS(7525), 11, + ACTIONS(2118), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2116), 12, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373817,23 +374533,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [159052] = 8, - ACTIONS(251), 1, + anon_sym_DOT_DOT2, + [159847] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7448), 1, - anon_sym_xor2, - ACTIONS(7450), 1, - anon_sym_or2, - STATE(4236), 1, + ACTIONS(7526), 1, + anon_sym_DOT_DOT2, + STATE(4260), 1, sym_comment, - STATE(4284), 1, - aux_sym_shebang_repeat1, - ACTIONS(7525), 11, + ACTIONS(2150), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7528), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2144), 11, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373844,16 +374559,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [159087] = 4, - ACTIONS(251), 1, + [159878] = 8, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4121), 1, - aux_sym_shebang_repeat1, - STATE(4237), 1, - sym_comment, - ACTIONS(7527), 15, + ACTIONS(7518), 1, sym__newline, + ACTIONS(7520), 1, + sym__space, + ACTIONS(7530), 1, + anon_sym_COLON2, + STATE(4261), 1, + sym_comment, + STATE(4405), 1, + aux_sym_command_repeat1, + STATE(6336), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + ACTIONS(7522), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373864,24 +374585,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159114] = 6, + anon_sym_RBRACE, + [159913] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7422), 1, - anon_sym_DOT_DOT2, - STATE(4238), 1, + STATE(4262), 1, sym_comment, - ACTIONS(1000), 2, + ACTIONS(2122), 4, ts_builtin_sym_end, sym__space, - ACTIONS(7424), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1004), 11, + ACTIONS(2120), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373893,14 +374608,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [159145] = 4, + anon_sym_DOT_DOT2, + [159940] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4129), 1, - aux_sym_shebang_repeat1, - STATE(4239), 1, + ACTIONS(7490), 1, + anon_sym_and2, + ACTIONS(7494), 1, + anon_sym_xor2, + ACTIONS(7534), 1, + anon_sym_or2, + STATE(4263), 1, sym_comment, - ACTIONS(7527), 15, + ACTIONS(7532), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -373913,21 +374633,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159172] = 6, + anon_sym_RBRACE, + [159971] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7529), 1, - sym__newline, - STATE(4133), 1, + STATE(4113), 1, aux_sym_shebang_repeat1, - STATE(4240), 1, + STATE(4264), 1, sym_comment, - ACTIONS(7527), 13, + ACTIONS(7426), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373939,20 +374654,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159203] = 6, - ACTIONS(251), 1, + [159998] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7529), 1, - sym__newline, - STATE(4134), 1, - aux_sym_shebang_repeat1, - STATE(4241), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1873), 1, + sym__space, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(4265), 1, sym_comment, - ACTIONS(7527), 13, + ACTIONS(1865), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373964,22 +374681,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [159234] = 7, + anon_sym_RBRACE, + [160029] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4142), 1, + STATE(4246), 1, aux_sym_shebang_repeat1, - STATE(4242), 1, + STATE(4266), 1, sym_comment, - ACTIONS(7527), 12, + ACTIONS(7413), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -373991,21 +374702,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [159267] = 7, + [160056] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7448), 1, - anon_sym_xor2, - STATE(4143), 1, + STATE(4114), 1, aux_sym_shebang_repeat1, - STATE(4243), 1, + STATE(4267), 1, sym_comment, - ACTIONS(7527), 12, + ACTIONS(7426), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374017,16 +374725,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [159300] = 4, - ACTIONS(251), 1, + [160083] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, - STATE(4244), 1, + ACTIONS(7536), 1, + anon_sym_DOT_DOT2, + STATE(4268), 1, sym_comment, - ACTIONS(1665), 15, + ACTIONS(2158), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(7538), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2152), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374038,15 +374753,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159327] = 3, + [160114] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4245), 1, + ACTIONS(7430), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4269), 1, sym_comment, - ACTIONS(7175), 16, + ACTIONS(7436), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374059,18 +374775,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159352] = 4, + [160143] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4153), 1, + ACTIONS(7430), 1, + anon_sym_and2, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4246), 1, + STATE(4270), 1, sym_comment, - ACTIONS(7527), 15, + ACTIONS(7467), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374083,17 +374799,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159379] = 4, + [160172] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4154), 1, - aux_sym_shebang_repeat1, - STATE(4247), 1, + ACTIONS(4807), 1, + anon_sym_DOT2, + STATE(1400), 1, + sym_cell_path, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(4271), 1, + sym_comment, + ACTIONS(935), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(937), 10, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [160207] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7492), 1, + anon_sym_and2, + ACTIONS(7504), 1, + anon_sym_xor2, + ACTIONS(7540), 1, + anon_sym_or2, + STATE(4272), 1, sym_comment, - ACTIONS(7527), 15, + ACTIONS(7532), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374106,15 +374852,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159406] = 3, + anon_sym_RBRACE, + [160238] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4248), 1, + STATE(4273), 1, sym_comment, - ACTIONS(7279), 16, + ACTIONS(6877), 16, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374131,37 +374875,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159431] = 6, + [160263] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1997), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4274), 1, + sym_comment, + STATE(4593), 1, + sym_cell_path, + ACTIONS(1999), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [160298] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - ACTIONS(2245), 1, + ACTIONS(7544), 1, sym__space, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(4249), 1, + STATE(4275), 1, sym_comment, - ACTIONS(2241), 13, + STATE(7308), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7542), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, + [160329] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2001), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4276), 1, + sym_comment, + STATE(4595), 1, + sym_cell_path, + ACTIONS(2003), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [160364] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2005), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4277), 1, + sym_comment, + STATE(4607), 1, + sym_cell_path, + ACTIONS(2007), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [159462] = 3, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [160399] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4250), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4278), 1, sym_comment, - ACTIONS(7175), 16, + ACTIONS(7436), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374174,22 +375003,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159487] = 5, + [160428] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7532), 1, - aux_sym__immediate_decimal_token2, - STATE(4251), 1, + STATE(4279), 1, sym_comment, - ACTIONS(1773), 3, - ts_builtin_sym_end, + ACTIONS(1767), 2, sym__space, anon_sym_LPAREN2, - ACTIONS(1771), 12, + ACTIONS(1765), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374201,19 +375025,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACE, aux_sym_unquoted_token2, - [159516] = 6, - ACTIONS(3), 1, + [160455] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, - sym__space, - STATE(4252), 1, + ACTIONS(7432), 1, + anon_sym_and2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4280), 1, sym_comment, - ACTIONS(1819), 13, + ACTIONS(7467), 14, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374226,23 +375050,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [159547] = 8, + anon_sym_xor2, + anon_sym_or2, + [160484] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1969), 1, + ACTIONS(2009), 1, anon_sym_DASH2, - ACTIONS(7218), 1, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(4012), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(4101), 1, sym_path, - STATE(4253), 1, + STATE(4281), 1, sym_comment, - STATE(4555), 1, + STATE(4627), 1, sym_cell_path, - ACTIONS(1971), 11, + ACTIONS(2011), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -374254,45 +375079,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [159582] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7495), 1, - sym__newline, - ACTIONS(7497), 1, - sym__space, - ACTIONS(7534), 1, - anon_sym_COLON2, - STATE(4254), 1, - sym_comment, - STATE(4497), 1, - aux_sym_command_repeat1, - STATE(6086), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7499), 11, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - [159617] = 6, + [160519] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7440), 1, + ACTIONS(7428), 1, anon_sym_and2, - ACTIONS(7529), 1, + ACTIONS(7479), 1, sym__newline, - STATE(4157), 1, + STATE(4119), 1, aux_sym_shebang_repeat1, - STATE(4255), 1, + STATE(4282), 1, sym_comment, - ACTIONS(7527), 13, + ACTIONS(7413), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374306,12 +375104,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_xor2, anon_sym_or2, - [159648] = 3, + [160550] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4256), 1, + ACTIONS(1925), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4283), 1, + sym_comment, + STATE(4950), 1, + sym_cell_path, + ACTIONS(1927), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [160585] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4879), 1, + sym__space, + ACTIONS(7546), 1, + sym_long_flag_identifier, + ACTIONS(7548), 1, + anon_sym_EQ2, + STATE(4284), 1, sym_comment, - ACTIONS(7279), 16, + ACTIONS(4881), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374325,50 +375156,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159673] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7536), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7538), 1, - aux_sym__immediate_decimal_token2, - STATE(4257), 1, - sym_comment, - ACTIONS(1727), 3, - sym_identifier, - anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 11, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [159704] = 8, + [160616] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1973), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - ACTIONS(7218), 1, + ACTIONS(7183), 1, anon_sym_DOT2, - STATE(4012), 1, + STATE(4013), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(4101), 1, sym_path, - STATE(4258), 1, + STATE(4285), 1, sym_comment, - STATE(4646), 1, + STATE(4665), 1, sym_cell_path, - ACTIONS(1975), 11, + ACTIONS(2091), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -374380,17 +375183,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [159739] = 4, + [160651] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4259), 1, - sym_comment, - ACTIONS(1719), 4, - ts_builtin_sym_end, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4837), 1, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1717), 12, + STATE(4286), 1, + sym_comment, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4839), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374402,19 +375206,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [159766] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [160682] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7529), 1, - sym__newline, - STATE(4158), 1, + STATE(4257), 1, aux_sym_shebang_repeat1, - STATE(4260), 1, + STATE(4287), 1, sym_comment, - ACTIONS(7527), 13, + ACTIONS(7465), 15, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374426,22 +375228,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159797] = 7, - ACTIONS(251), 1, + [160709] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(7440), 1, - anon_sym_and2, - ACTIONS(7442), 1, - anon_sym_xor2, - STATE(4161), 1, - aux_sym_shebang_repeat1, - STATE(4261), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4841), 1, + sym__space, + STATE(4288), 1, sym_comment, - ACTIONS(7527), 12, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4843), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374453,14 +375255,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_or2, - [159830] = 3, + anon_sym_RBRACE, + [160740] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4262), 1, - sym_comment, - ACTIONS(7279), 16, + ACTIONS(7415), 1, + anon_sym_and2, + ACTIONS(7479), 1, sym__newline, + STATE(4120), 1, + aux_sym_shebang_repeat1, + STATE(4289), 1, + sym_comment, + ACTIONS(7413), 13, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374472,16 +375279,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [159855] = 3, - ACTIONS(251), 1, + [160771] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4263), 1, + ACTIONS(7550), 1, + anon_sym_DOT_DOT2, + STATE(4290), 1, sym_comment, - ACTIONS(7540), 16, + ACTIONS(2166), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7552), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2160), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374493,17 +375306,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159880] = 3, - ACTIONS(251), 1, + [160802] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4264), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4853), 1, + sym__space, + STATE(4291), 1, sym_comment, - ACTIONS(7540), 16, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4855), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374517,17 +375331,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [159905] = 4, + [160833] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1945), 1, + anon_sym_DASH2, + ACTIONS(7183), 1, + anon_sym_DOT2, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(4292), 1, + sym_comment, + STATE(4563), 1, + sym_cell_path, + ACTIONS(1947), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [160868] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7507), 1, + ACTIONS(7430), 1, anon_sym_and2, - STATE(4265), 1, + ACTIONS(7438), 1, + anon_sym_xor2, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4293), 1, sym_comment, - ACTIONS(7540), 15, + ACTIONS(7467), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374540,17 +375382,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_xor2, anon_sym_or2, - [159932] = 4, - ACTIONS(251), 1, + [160899] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7513), 1, - anon_sym_and2, - STATE(4266), 1, + STATE(4294), 1, sym_comment, - ACTIONS(7540), 15, + ACTIONS(2104), 4, + ts_builtin_sym_end, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2102), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374562,20 +375405,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_xor2, - anon_sym_or2, - [159959] = 5, + anon_sym_DOT_DOT2, + [160926] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7507), 1, - anon_sym_and2, - ACTIONS(7509), 1, - anon_sym_xor2, - STATE(4267), 1, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, + STATE(4295), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(1693), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374587,19 +375426,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [159988] = 5, + [160953] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7513), 1, + ACTIONS(7432), 1, anon_sym_and2, - ACTIONS(7515), 1, + ACTIONS(7456), 1, anon_sym_xor2, - STATE(4268), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4296), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(7467), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374612,14 +375453,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_or2, - [160017] = 3, - ACTIONS(251), 1, + [160984] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4269), 1, + ACTIONS(4869), 1, + sym__space, + ACTIONS(7554), 1, + anon_sym_EQ2, + ACTIONS(7556), 1, + sym_short_flag_identifier, + STATE(4297), 1, sym_comment, - ACTIONS(7540), 16, + ACTIONS(4871), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374633,15 +375479,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [160042] = 3, + [161015] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(4270), 1, + ACTIONS(4807), 1, + anon_sym_DOT2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(4298), 1, + sym_comment, + STATE(4867), 1, + sym_cell_path, + ACTIONS(7558), 2, + anon_sym_GT2, + anon_sym_LT2, + ACTIONS(7560), 10, + anon_sym_in2, + anon_sym_not_DASHin2, + anon_sym_starts_DASHwith2, + anon_sym_ends_DASHwith2, + anon_sym_EQ_EQ2, + anon_sym_BANG_EQ2, + anon_sym_LT_EQ2, + anon_sym_GT_EQ2, + anon_sym_EQ_TILDE2, + anon_sym_BANG_TILDE2, + [161050] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(2186), 1, + sym__space, + STATE(4299), 1, sym_comment, - ACTIONS(7540), 16, + ACTIONS(2184), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374655,17 +375531,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, + [161081] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7562), 1, anon_sym_and2, + ACTIONS(7564), 1, anon_sym_xor2, + STATE(4300), 1, + sym_comment, + ACTIONS(7482), 13, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_or2, - [160067] = 4, + [161109] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7507), 1, + ACTIONS(7562), 1, anon_sym_and2, - STATE(4271), 1, + STATE(4301), 1, sym_comment, - ACTIONS(7540), 15, + ACTIONS(7482), 14, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374677,18 +375574,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, anon_sym_xor2, anon_sym_or2, - [160094] = 4, - ACTIONS(251), 1, + [161135] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7513), 1, - anon_sym_and2, - STATE(4272), 1, + ACTIONS(7568), 1, + sym__space, + STATE(4302), 1, sym_comment, - ACTIONS(7540), 15, + STATE(4361), 1, + aux_sym_command_repeat1, + ACTIONS(7566), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374702,22 +375599,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_xor2, - anon_sym_or2, - [160121] = 7, + [161163] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7572), 1, sym__newline, - ACTIONS(7446), 1, - anon_sym_and2, - ACTIONS(7448), 1, - anon_sym_xor2, - STATE(4162), 1, + ACTIONS(7574), 1, + anon_sym_RBRACK, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4303), 1, + sym_comment, + STATE(4340), 1, aux_sym_shebang_repeat1, - STATE(4273), 1, + STATE(4558), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [161215] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4304), 1, + sym_comment, + ACTIONS(2120), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(2122), 13, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [161241] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7584), 1, + sym_long_flag_identifier, + ACTIONS(7586), 1, + anon_sym_EQ2, + STATE(4305), 1, sym_comment, - ACTIONS(7527), 12, + ACTIONS(4879), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(4881), 11, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -374728,18 +375680,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_or2, - [160154] = 5, + [161271] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7507), 1, - anon_sym_and2, - ACTIONS(7509), 1, - anon_sym_xor2, - STATE(4274), 1, + STATE(4306), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(7185), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374751,19 +375698,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_and2, + anon_sym_xor2, anon_sym_or2, - [160183] = 5, + [161295] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7513), 1, + ACTIONS(7588), 1, anon_sym_and2, - ACTIONS(7515), 1, - anon_sym_xor2, - STATE(4275), 1, + STATE(4307), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(7482), 14, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374775,21 +375721,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, + anon_sym_xor2, anon_sym_or2, - [160212] = 6, - ACTIONS(3), 1, + [161321] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1737), 1, - sym__space, - ACTIONS(7094), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7542), 1, - anon_sym_DOT, - STATE(4276), 1, + ACTIONS(7588), 1, + anon_sym_and2, + ACTIONS(7590), 1, + anon_sym_xor2, + ACTIONS(7592), 1, + anon_sym_or2, + STATE(4308), 1, sym_comment, - ACTIONS(1735), 13, + ACTIONS(7532), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374801,78 +375747,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [160243] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1977), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4277), 1, - sym_comment, - STATE(4715), 1, - sym_cell_path, - ACTIONS(1979), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [160278] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1981), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4278), 1, - sym_comment, - STATE(4661), 1, - sym_cell_path, - ACTIONS(1983), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [160313] = 8, + [161351] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1985), 1, + ACTIONS(2170), 1, anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4279), 1, + ACTIONS(7594), 1, + anon_sym_DOT_DOT2, + STATE(4309), 1, sym_comment, - STATE(4563), 1, - sym_cell_path, - ACTIONS(1987), 11, + ACTIONS(7596), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2176), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -374884,20 +375771,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160348] = 6, + [161381] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7544), 1, - anon_sym_DOT_DOT2, - STATE(4280), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(4310), 1, sym_comment, - ACTIONS(2148), 2, + ACTIONS(2247), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7546), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2142), 11, + ACTIONS(2245), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374909,20 +375795,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [160379] = 6, + [161411] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7548), 1, - anon_sym_DOT_DOT2, - STATE(4281), 1, + STATE(4311), 1, sym_comment, - ACTIONS(2156), 2, + ACTIONS(1759), 3, ts_builtin_sym_end, sym__space, - ACTIONS(7550), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2150), 11, + anon_sym_LPAREN2, + ACTIONS(1757), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374934,20 +375816,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [160410] = 6, - ACTIONS(3), 1, + aux_sym_unquoted_token2, + [161437] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7552), 1, - anon_sym_DOT_DOT2, - STATE(4282), 1, + ACTIONS(7471), 1, + aux_sym__immediate_decimal_token2, + STATE(4312), 1, sym_comment, - ACTIONS(2164), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(7554), 2, + ACTIONS(1725), 3, + sym_identifier, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 11, + anon_sym_EQ, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + [161465] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7598), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7600), 1, + aux_sym__immediate_decimal_token2, + STATE(4313), 1, + sym_comment, + ACTIONS(1595), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 10, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(2158), 11, + sym_filesize_unit, + sym_duration_unit, + [161495] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4314), 1, + sym_comment, + ACTIONS(7250), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374959,20 +375882,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [160441] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7454), 1, anon_sym_and2, - ACTIONS(7469), 1, anon_sym_xor2, - ACTIONS(7493), 1, anon_sym_or2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4283), 1, + [161519] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4315), 1, sym_comment, - ACTIONS(7556), 12, + ACTIONS(4987), 2, + sym__space, + anon_sym_LPAREN2, + ACTIONS(4989), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -374985,20 +375906,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [160474] = 7, + anon_sym_RBRACE, + [161545] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7456), 1, - anon_sym_and2, - ACTIONS(7471), 1, - anon_sym_xor2, - ACTIONS(7523), 1, - anon_sym_or2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4284), 1, + STATE(4316), 1, sym_comment, - ACTIONS(7556), 12, + ACTIONS(7185), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375010,19 +375925,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [160507] = 6, - ACTIONS(3), 1, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [161569] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(2216), 1, - sym__space, - STATE(4285), 1, + STATE(4317), 1, sym_comment, - ACTIONS(2214), 13, + ACTIONS(6877), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375034,26 +375946,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [160538] = 8, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [161593] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1829), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4286), 1, + ACTIONS(7602), 1, + aux_sym__immediate_decimal_token2, + STATE(4318), 1, sym_comment, - STATE(4588), 1, - sym_cell_path, - ACTIONS(1831), 11, - anon_sym_EQ, + ACTIONS(1765), 3, sym_identifier, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 11, + anon_sym_EQ, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -375063,18 +375971,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160573] = 6, + anon_sym_LPAREN2, + [161621] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1802), 1, - sym__space, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(4287), 1, + STATE(4319), 1, sym_comment, - ACTIONS(1794), 13, + ACTIONS(1727), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1725), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375086,19 +375993,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [160604] = 4, + aux_sym_unquoted_token2, + [161647] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4288), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4320), 1, sym_comment, - ACTIONS(2057), 4, + STATE(7344), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7544), 2, ts_builtin_sym_end, sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2055), 12, + ACTIONS(7542), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375110,77 +376018,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_DOT_DOT2, - [160631] = 8, + [161677] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1989), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4289), 1, + ACTIONS(7604), 1, + anon_sym_DOT, + ACTIONS(7606), 1, + aux_sym__immediate_decimal_token2, + STATE(4321), 1, sym_comment, - STATE(4618), 1, - sym_cell_path, - ACTIONS(1991), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(1587), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 10, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160666] = 8, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [161707] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1993), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4290), 1, - sym_comment, - STATE(4619), 1, - sym_cell_path, - ACTIONS(1995), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7608), 1, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + STATE(743), 1, + aux_sym__pipe_separator, + STATE(4322), 1, + sym_comment, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(7611), 3, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [160701] = 8, + anon_sym_RBRACE, + ACTIONS(2519), 9, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [161739] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1997), 1, + ACTIONS(2144), 1, anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4291), 1, + ACTIONS(7613), 1, + anon_sym_DOT_DOT2, + STATE(4323), 1, sym_comment, - STATE(4637), 1, - sym_cell_path, - ACTIONS(1999), 11, + ACTIONS(7615), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2150), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -375192,22 +376091,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160736] = 8, + [161769] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2001), 1, + ACTIONS(2152), 1, anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4292), 1, + ACTIONS(7617), 1, + anon_sym_DOT_DOT2, + STATE(4324), 1, sym_comment, - STATE(4669), 1, - sym_cell_path, - ACTIONS(2003), 11, + ACTIONS(7619), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2158), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -375219,22 +376115,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160771] = 8, + [161799] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2005), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4293), 1, + STATE(4325), 1, sym_comment, - STATE(4674), 1, - sym_cell_path, - ACTIONS(2007), 11, + ACTIONS(2102), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(2104), 13, anon_sym_EQ, sym_identifier, sym__newline, @@ -375246,49 +376135,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160806] = 8, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [161825] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, - anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4294), 1, - sym_comment, - STATE(4773), 1, - sym_cell_path, - ACTIONS(1947), 11, - anon_sym_EQ, + ACTIONS(7570), 1, sym_identifier, + ACTIONS(7572), 1, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(7576), 1, anon_sym_DOLLAR, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - [160841] = 8, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7621), 1, + anon_sym_RPAREN, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4326), 1, + sym_comment, + STATE(4383), 1, + aux_sym_shebang_repeat1, + STATE(4675), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [161877] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2009), 1, + ACTIONS(2160), 1, anon_sym_DASH2, - ACTIONS(7218), 1, - anon_sym_DOT2, - STATE(4012), 1, - aux_sym_cell_path_repeat1, - STATE(4054), 1, - sym_path, - STATE(4295), 1, + ACTIONS(7623), 1, + anon_sym_DOT_DOT2, + STATE(4327), 1, sym_comment, - STATE(4581), 1, - sym_cell_path, - ACTIONS(2011), 11, + ACTIONS(7625), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2166), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -375300,18 +376196,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [160876] = 6, - ACTIONS(3), 1, + [161907] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - ACTIONS(2222), 1, - sym__space, - STATE(4296), 1, + ACTIONS(7562), 1, + anon_sym_and2, + STATE(4328), 1, sym_comment, - ACTIONS(2218), 13, + ACTIONS(7482), 14, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375323,18 +376216,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [160907] = 5, - ACTIONS(251), 1, + anon_sym_xor2, + anon_sym_or2, + [161933] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7454), 1, - anon_sym_and2, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4297), 1, + ACTIONS(7568), 1, + sym__space, + STATE(4329), 1, sym_comment, - ACTIONS(7482), 14, + STATE(4359), 1, + aux_sym_command_repeat1, + ACTIONS(7522), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375347,72 +376240,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_xor2, - anon_sym_or2, - [160936] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4298), 1, - sym_comment, - ACTIONS(1717), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - ACTIONS(1719), 13, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [160962] = 17, + anon_sym_RBRACE, + [161961] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7558), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7560), 1, + ACTIONS(7572), 1, sym__newline, - ACTIONS(7562), 1, - anon_sym_RPAREN, - ACTIONS(7564), 1, + ACTIONS(7576), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - STATE(3894), 1, + ACTIONS(7627), 1, + anon_sym_RPAREN, + STATE(3904), 1, sym_param_long_flag, - STATE(4073), 1, + STATE(4034), 1, sym__param_name, - STATE(4299), 1, + STATE(4330), 1, sym_comment, - STATE(4302), 1, + STATE(4350), 1, aux_sym_shebang_repeat1, - STATE(4617), 1, + STATE(4632), 1, aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, sym_param_opt, - STATE(4834), 1, + STATE(4840), 1, sym_param_short_flag, - STATE(5313), 1, + STATE(5284), 1, sym_parameter, - [161014] = 3, - ACTIONS(251), 1, + [162013] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4300), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(4331), 1, sym_comment, - ACTIONS(7279), 15, + ACTIONS(2233), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(2229), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375424,16 +376300,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161038] = 3, - ACTIONS(251), 1, + [162043] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4301), 1, + ACTIONS(1693), 1, + sym__space, + ACTIONS(7051), 1, + aux_sym_unquoted_token2, + STATE(4332), 1, sym_comment, - ACTIONS(7175), 15, - ts_builtin_sym_end, + ACTIONS(1681), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375445,50 +376321,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161062] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7572), 1, anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4302), 1, - sym_comment, - STATE(4549), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5071), 1, - aux_sym_shebang_repeat1, - STATE(5313), 1, - sym_parameter, - [161114] = 3, + anon_sym_RBRACE, + [162071] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4303), 1, + ACTIONS(7588), 1, + anon_sym_and2, + STATE(4333), 1, sym_comment, - ACTIONS(7279), 15, + ACTIONS(7482), 14, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -375501,16 +376343,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [161138] = 3, + [162097] = 17, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7572), 1, + sym__newline, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7629), 1, + anon_sym_PIPE, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4334), 1, + sym_comment, + STATE(4352), 1, + aux_sym_shebang_repeat1, + STATE(4560), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [162149] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4304), 1, + STATE(4335), 1, sym_comment, - ACTIONS(7540), 15, - ts_builtin_sym_end, + ACTIONS(7631), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375522,16 +376397,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161162] = 3, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_else, + anon_sym_RBRACE, + anon_sym_catch, + [162173] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4305), 1, + ACTIONS(7152), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(7633), 1, + anon_sym_DOT, + STATE(4336), 1, sym_comment, - ACTIONS(7540), 15, + ACTIONS(1727), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(1725), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375543,22 +376425,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161186] = 6, + [162203] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7574), 1, - anon_sym_EQ2, - ACTIONS(7576), 1, - sym_short_flag_identifier, - STATE(4306), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(4337), 1, sym_comment, - ACTIONS(4898), 2, + ACTIONS(2192), 2, ts_builtin_sym_end, sym__space, - ACTIONS(4900), 11, + ACTIONS(2188), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375570,39 +376449,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161216] = 4, + [162233] = 14, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7578), 1, - anon_sym_and2, - STATE(4307), 1, + ACTIONS(7635), 1, + sym_identifier, + ACTIONS(7640), 1, + anon_sym_DOLLAR, + ACTIONS(7643), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7646), 1, + anon_sym_DASH_DASH, + ACTIONS(7649), 1, + anon_sym_DASH2, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + STATE(4338), 2, sym_comment, - ACTIONS(7540), 14, - ts_builtin_sym_end, + aux_sym_parameter_parens_repeat1, + ACTIONS(7638), 3, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + [162279] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7654), 1, + anon_sym_DASH2, + ACTIONS(7656), 1, + anon_sym_DOT_DOT2, + STATE(4339), 1, + sym_comment, + ACTIONS(7658), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7652), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_xor2, - anon_sym_or2, - [161242] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [162309] = 17, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7572), 1, + sym__newline, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(7580), 1, - anon_sym_and2, - STATE(4308), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7660), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4340), 1, sym_comment, - ACTIONS(7540), 14, - ts_builtin_sym_end, + STATE(4794), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5059), 1, + aux_sym_shebang_repeat1, + STATE(5284), 1, + sym_parameter, + [162361] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7662), 1, sym__newline, + STATE(743), 1, + aux_sym__pipe_separator, + STATE(4341), 1, + sym_comment, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(7665), 3, anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -375612,18 +376565,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_xor2, - anon_sym_or2, - [161268] = 4, - ACTIONS(3), 1, + [162393] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4309), 1, + STATE(4342), 1, sym_comment, - ACTIONS(1788), 3, - ts_builtin_sym_end, - sym__space, - anon_sym_LPAREN2, - ACTIONS(1786), 12, + ACTIONS(5000), 15, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375635,20 +376582,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [161294] = 6, + anon_sym_RPAREN, + anon_sym_else, + anon_sym_RBRACE, + anon_sym_catch, + [162417] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7584), 1, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7572), 1, + sym__newline, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, anon_sym_DASH2, - ACTIONS(7586), 1, - anon_sym_DOT_DOT2, - STATE(4310), 1, + ACTIONS(7667), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4343), 1, sym_comment, - ACTIONS(7588), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7582), 11, + STATE(4362), 1, + aux_sym_shebang_repeat1, + STATE(4691), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [162469] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4344), 1, + sym_comment, + ACTIONS(1018), 2, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + ACTIONS(1020), 13, anon_sym_EQ, sym_identifier, sym__newline, @@ -375660,16 +376641,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [161324] = 5, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [162495] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7578), 1, + ACTIONS(7588), 1, anon_sym_and2, ACTIONS(7590), 1, anon_sym_xor2, - STATE(4311), 1, + STATE(4345), 1, sym_comment, - ACTIONS(7540), 13, + ACTIONS(7482), 13, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -375683,19 +376666,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_or2, - [161352] = 6, - ACTIONS(3), 1, + [162523] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(4312), 1, + ACTIONS(7562), 1, + anon_sym_and2, + ACTIONS(7564), 1, + anon_sym_xor2, + ACTIONS(7669), 1, + anon_sym_or2, + STATE(4346), 1, sym_comment, - ACTIONS(2222), 2, + ACTIONS(7532), 12, ts_builtin_sym_end, - sym__space, - ACTIONS(2218), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375707,17 +376690,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161382] = 5, - ACTIONS(251), 1, + [162553] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7580), 1, - anon_sym_and2, - ACTIONS(7592), 1, - anon_sym_xor2, - STATE(4313), 1, + ACTIONS(4934), 1, + sym__space, + ACTIONS(7671), 1, + anon_sym_EQ2, + STATE(4347), 1, sym_comment, - ACTIONS(7540), 13, - ts_builtin_sym_end, + ACTIONS(4936), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375729,14 +376711,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_or2, - [161410] = 3, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [162581] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4314), 1, + ACTIONS(4916), 1, + sym__space, + ACTIONS(7673), 1, + anon_sym_EQ2, + STATE(4348), 1, sym_comment, - ACTIONS(7540), 15, - ts_builtin_sym_end, + ACTIONS(4918), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375748,22 +376734,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161434] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [162609] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(4315), 1, - sym_comment, - ACTIONS(2228), 2, - ts_builtin_sym_end, + ACTIONS(2322), 1, sym__space, - ACTIONS(2224), 11, + ACTIONS(7675), 1, + anon_sym_LBRACK2, + STATE(4349), 1, + sym_comment, + ACTIONS(2318), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375775,51 +376757,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161464] = 14, + anon_sym_RPAREN, + anon_sym_RBRACE, + [162637] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7594), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7599), 1, + ACTIONS(7572), 1, + sym__newline, + ACTIONS(7576), 1, anon_sym_DOLLAR, - ACTIONS(7602), 1, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7605), 1, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - ACTIONS(7608), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - STATE(3894), 1, + ACTIONS(7677), 1, + anon_sym_RPAREN, + STATE(3904), 1, sym_param_long_flag, - STATE(4073), 1, + STATE(4034), 1, sym__param_name, - STATE(4822), 1, - sym_param_rest, + STATE(4350), 1, + sym_comment, + STATE(4586), 1, + aux_sym_parameter_parens_repeat1, STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, sym_param_opt, - STATE(4834), 1, + STATE(4840), 1, sym_param_short_flag, - STATE(5313), 1, + STATE(5059), 1, + aux_sym_shebang_repeat1, + STATE(5284), 1, sym_parameter, - STATE(4316), 2, - sym_comment, - aux_sym_parameter_parens_repeat1, - ACTIONS(7597), 3, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - [161510] = 6, + [162689] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4317), 1, + STATE(4351), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4870), 2, + ACTIONS(2267), 3, ts_builtin_sym_end, sym__space, - ACTIONS(4872), 11, + anon_sym_LPAREN2, + ACTIONS(2265), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375831,50 +376815,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161540] = 17, + aux_sym_unquoted_token4, + [162715] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7558), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7560), 1, + ACTIONS(7572), 1, sym__newline, - ACTIONS(7564), 1, + ACTIONS(7576), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - ACTIONS(7611), 1, + ACTIONS(7679), 1, anon_sym_PIPE, - STATE(3894), 1, + STATE(3904), 1, sym_param_long_flag, - STATE(4073), 1, + STATE(4034), 1, sym__param_name, - STATE(4318), 1, + STATE(4352), 1, sym_comment, - STATE(4371), 1, - aux_sym_shebang_repeat1, - STATE(4771), 1, + STATE(4567), 1, aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, sym_param_opt, - STATE(4834), 1, + STATE(4840), 1, sym_param_short_flag, - STATE(5313), 1, + STATE(5059), 1, + aux_sym_shebang_repeat1, + STATE(5284), 1, sym_parameter, - [161592] = 4, - ACTIONS(3), 1, + [162767] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4319), 1, + STATE(4353), 1, sym_comment, - ACTIONS(4983), 2, - sym__space, - anon_sym_LPAREN2, - ACTIONS(4985), 13, + ACTIONS(7250), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375886,20 +376869,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [162791] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7656), 1, + anon_sym_DOT_DOT2, + ACTIONS(7683), 1, + anon_sym_DASH2, + STATE(4354), 1, + sym_comment, + ACTIONS(7658), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7681), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [161618] = 6, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [162821] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7578), 1, + ACTIONS(7562), 1, anon_sym_and2, - ACTIONS(7590), 1, + ACTIONS(7564), 1, anon_sym_xor2, - ACTIONS(7613), 1, - anon_sym_or2, - STATE(4320), 1, + STATE(4355), 1, sym_comment, - ACTIONS(7505), 12, + ACTIONS(7482), 13, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -375912,19 +376918,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161648] = 6, - ACTIONS(3), 1, + anon_sym_or2, + [162849] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(4321), 1, + ACTIONS(7588), 1, + anon_sym_and2, + ACTIONS(7590), 1, + anon_sym_xor2, + STATE(4356), 1, sym_comment, - ACTIONS(2245), 2, + ACTIONS(7482), 13, ts_builtin_sym_end, - sym__space, - ACTIONS(2241), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375936,16 +376941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [161678] = 5, + anon_sym_or2, + [162877] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7617), 1, + ACTIONS(7568), 1, sym__space, - STATE(4322), 1, - sym_comment, - STATE(4356), 1, + STATE(4302), 1, aux_sym_command_repeat1, - ACTIONS(7615), 13, + STATE(4357), 1, + sym_comment, + ACTIONS(7685), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -375959,37 +376965,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [161706] = 6, + [162905] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(4323), 1, + STATE(4358), 1, sym_comment, - ACTIONS(1000), 2, - ts_builtin_sym_end, + ACTIONS(4930), 2, sym__space, - ACTIONS(1004), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [161736] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4324), 1, - sym_comment, - ACTIONS(6875), 15, - ts_builtin_sym_end, + anon_sym_LPAREN2, + ACTIONS(4932), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376001,39 +376985,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161760] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7420), 1, - aux_sym__immediate_decimal_token2, - STATE(4325), 1, - sym_comment, - ACTIONS(1735), 3, - sym_identifier, - anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 11, - anon_sym_EQ, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [161788] = 3, - ACTIONS(251), 1, + anon_sym_RBRACE, + [162931] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4326), 1, + ACTIONS(7568), 1, + sym__space, + STATE(4359), 1, sym_comment, - ACTIONS(7540), 15, - ts_builtin_sym_end, + STATE(4361), 1, + aux_sym_command_repeat1, + ACTIONS(7687), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376045,18 +377008,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [161812] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [162959] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4327), 1, + STATE(4360), 1, sym_comment, - ACTIONS(2170), 2, + ACTIONS(2116), 2, anon_sym_DASH2, anon_sym_DOT_DOT2, - ACTIONS(2172), 13, + ACTIONS(2118), 13, anon_sym_EQ, sym_identifier, sym__newline, @@ -376070,40 +377032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [161838] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7619), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7621), 1, - aux_sym__immediate_decimal_token2, - STATE(4328), 1, - sym_comment, - ACTIONS(1623), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 10, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [161868] = 5, + [162985] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7617), 1, + ACTIONS(7691), 1, sym__space, - STATE(4329), 1, + STATE(4361), 2, sym_comment, - STATE(4361), 1, aux_sym_command_repeat1, - ACTIONS(7623), 13, + ACTIONS(7689), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376117,86 +377054,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [161896] = 17, + [163011] = 17, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7558), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7560), 1, + ACTIONS(7572), 1, sym__newline, - ACTIONS(7564), 1, + ACTIONS(7576), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - ACTIONS(7625), 1, + ACTIONS(7694), 1, anon_sym_RBRACK, - STATE(3894), 1, + STATE(3904), 1, sym_param_long_flag, - STATE(4073), 1, + STATE(4034), 1, sym__param_name, - STATE(4330), 1, + STATE(4362), 1, sym_comment, - STATE(4370), 1, - aux_sym_shebang_repeat1, - STATE(4558), 1, + STATE(4625), 1, aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [161948] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7627), 1, - anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4331), 1, - sym_comment, - STATE(4341), 1, - aux_sym_shebang_repeat1, - STATE(4567), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, sym_param_rest, - STATE(4828), 1, + STATE(4833), 1, sym_param_opt, - STATE(4834), 1, + STATE(4840), 1, sym_param_short_flag, - STATE(5313), 1, + STATE(5059), 1, + aux_sym_shebang_repeat1, + STATE(5284), 1, sym_parameter, - [162000] = 4, + [163063] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(4332), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4363), 1, sym_comment, - ACTIONS(2263), 3, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4837), 2, ts_builtin_sym_end, sym__space, + ACTIONS(4839), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [163093] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4403), 1, anon_sym_LPAREN2, - ACTIONS(2261), 12, + STATE(4364), 1, + sym_comment, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4841), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(4843), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376208,15 +377137,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token4, - [162026] = 4, + [163123] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7578), 1, - anon_sym_and2, - STATE(4333), 1, + STATE(4365), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(7482), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -376229,14 +377155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [162052] = 3, + [163147] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4334), 1, + STATE(4366), 1, sym_comment, - ACTIONS(5070), 15, + ACTIONS(7482), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376248,23 +377176,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_RBRACE, - anon_sym_catch, - [162076] = 5, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [163171] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, + STATE(4367), 1, + sym_comment, + ACTIONS(2198), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2194), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [163201] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7629), 1, - aux_sym__immediate_decimal_token2, - STATE(4335), 1, + STATE(4368), 1, sym_comment, - ACTIONS(1771), 3, - sym_identifier, + ACTIONS(1717), 2, anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 11, + anon_sym_DOT_DOT2, + ACTIONS(1719), 13, anon_sym_EQ, + sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -376274,16 +377223,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [162104] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [163227] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4336), 1, + STATE(4369), 1, sym_comment, - ACTIONS(2055), 2, - anon_sym_DASH2, + ACTIONS(7250), 15, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [163251] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7656), 1, anon_sym_DOT_DOT2, - ACTIONS(2057), 13, + ACTIONS(7698), 1, + anon_sym_DASH2, + STATE(4370), 1, + sym_comment, + ACTIONS(7658), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(7696), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -376295,40 +377270,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [162130] = 6, - ACTIONS(251), 1, + [163281] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7631), 1, - anon_sym_DOT, - ACTIONS(7633), 1, - aux_sym__immediate_decimal_token2, - STATE(4337), 1, + STATE(4371), 1, sym_comment, - ACTIONS(1599), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 10, + ACTIONS(1863), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1861), 12, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [162160] = 4, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + aux_sym_unquoted_token2, + [163307] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7580), 1, - anon_sym_and2, - STATE(4338), 1, + STATE(4372), 1, sym_comment, - ACTIONS(7540), 14, + ACTIONS(7185), 15, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -376341,19 +377310,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_and2, anon_sym_xor2, anon_sym_or2, - [162186] = 5, - ACTIONS(251), 1, + [163331] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7578), 1, - anon_sym_and2, - ACTIONS(7590), 1, - anon_sym_xor2, - STATE(4339), 1, + ACTIONS(7700), 1, + anon_sym_EQ2, + ACTIONS(7702), 1, + sym_short_flag_identifier, + STATE(4373), 1, sym_comment, - ACTIONS(7540), 13, + ACTIONS(4869), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(4871), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376365,18 +377337,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_or2, - [162214] = 5, - ACTIONS(251), 1, + [163361] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7580), 1, - anon_sym_and2, - ACTIONS(7592), 1, - anon_sym_xor2, - STATE(4340), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4374), 1, sym_comment, - ACTIONS(7540), 13, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4853), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(4855), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376388,98 +377361,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_or2, - [162242] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7635), 1, - anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4341), 1, - sym_comment, - STATE(4658), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5071), 1, - aux_sym_shebang_repeat1, - STATE(5313), 1, - sym_parameter, - [162294] = 6, - ACTIONS(251), 1, + [163391] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2115), 1, - anon_sym_DASH2, - ACTIONS(7637), 1, - anon_sym_DOT_DOT2, - STATE(4342), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(4375), 1, sym_comment, - ACTIONS(7639), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2121), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(1794), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1786), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [162324] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [163421] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4343), 1, - sym_comment, - ACTIONS(1018), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - ACTIONS(1020), 13, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [162350] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7617), 1, - sym__space, - STATE(4329), 1, - aux_sym_command_repeat1, - STATE(4344), 1, + STATE(4376), 1, sym_comment, - ACTIONS(7499), 13, + ACTIONS(7482), 15, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376491,18 +377403,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [162378] = 5, + anon_sym_and2, + anon_sym_xor2, + anon_sym_or2, + [163445] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4965), 1, - sym__space, - ACTIONS(7641), 1, - anon_sym_EQ2, - STATE(4345), 1, + STATE(4377), 1, sym_comment, - ACTIONS(4967), 13, + ACTIONS(1767), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(1765), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376514,18 +377427,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [162406] = 5, + aux_sym_unquoted_token2, + [163471] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4987), 1, - sym__space, - ACTIONS(7643), 1, - anon_sym_EQ2, - STATE(4346), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + STATE(4378), 1, sym_comment, - ACTIONS(4989), 13, + ACTIONS(2186), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2184), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376537,21 +377452,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [162434] = 6, + [163501] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(2202), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(4347), 1, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(4379), 1, sym_comment, - ACTIONS(2216), 2, + ACTIONS(1000), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2214), 11, + ACTIONS(1004), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376563,19 +377476,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162464] = 6, + [163531] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7586), 1, - anon_sym_DOT_DOT2, - ACTIONS(7647), 1, + ACTIONS(1004), 1, anon_sym_DASH2, - STATE(4348), 1, + ACTIONS(7656), 1, + anon_sym_DOT_DOT2, + STATE(4380), 1, sym_comment, - ACTIONS(7588), 2, + ACTIONS(7658), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(7645), 11, + ACTIONS(1000), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -376587,54 +377500,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [162494] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7649), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4349), 1, - sym_comment, - STATE(4373), 1, - aux_sym_shebang_repeat1, - STATE(4551), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [162546] = 6, + [163561] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(1804), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - STATE(4350), 1, + STATE(4381), 1, sym_comment, - ACTIONS(1802), 2, + ACTIONS(1873), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1794), 11, + ACTIONS(1865), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376646,44 +377524,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162576] = 7, + [163591] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7651), 1, - sym__newline, - STATE(721), 1, - aux_sym__pipe_separator, - STATE(4351), 1, - sym_comment, - STATE(4979), 1, - aux_sym_shebang_repeat1, - ACTIONS(7654), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2529), 9, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [162608] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7656), 1, - sym_long_flag_identifier, - ACTIONS(7658), 1, - anon_sym_EQ2, - STATE(4352), 1, + STATE(4382), 1, sym_comment, - ACTIONS(4850), 2, + ACTIONS(7482), 15, ts_builtin_sym_end, - sym__space, - ACTIONS(4852), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376695,36 +377542,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162638] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7580), 1, anon_sym_and2, - ACTIONS(7592), 1, anon_sym_xor2, - ACTIONS(7660), 1, anon_sym_or2, - STATE(4353), 1, - sym_comment, - ACTIONS(7505), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [162668] = 3, + [163615] = 17, ACTIONS(251), 1, anon_sym_POUND, - STATE(4354), 1, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7572), 1, + sym__newline, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7704), 1, + anon_sym_RPAREN, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4383), 1, + sym_comment, + STATE(4626), 1, + aux_sym_parameter_parens_repeat1, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5059), 1, + aux_sym_shebang_repeat1, + STATE(5284), 1, + sym_parameter, + [163667] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(4384), 1, sym_comment, - ACTIONS(7662), 15, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + ACTIONS(4849), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(4851), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376736,23 +377604,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_else, - anon_sym_RBRACE, - anon_sym_catch, - [162692] = 6, + [163697] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - STATE(4355), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(4385), 1, sym_comment, - STATE(7206), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7463), 2, + ACTIONS(2241), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7461), 11, + ACTIONS(2237), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376764,16 +377628,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162722] = 5, + [163727] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7617), 1, + ACTIONS(2363), 1, sym__space, - STATE(4356), 1, + STATE(4386), 1, sym_comment, - STATE(4361), 1, - aux_sym_command_repeat1, - ACTIONS(7664), 13, + ACTIONS(2361), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376787,43 +377649,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [162750] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2142), 1, - anon_sym_DASH2, - ACTIONS(7666), 1, - anon_sym_DOT_DOT2, - STATE(4357), 1, - sym_comment, - ACTIONS(7668), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2148), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [162780] = 6, + [163752] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2150), 1, + ACTIONS(1865), 1, anon_sym_DASH2, - ACTIONS(7670), 1, - anon_sym_DOT_DOT2, - STATE(4358), 1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, + STATE(4387), 1, sym_comment, - ACTIONS(7672), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2156), 11, + ACTIONS(1873), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -376835,59 +377672,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [162810] = 4, + [163781] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4359), 1, - sym_comment, - ACTIONS(1773), 3, - ts_builtin_sym_end, + ACTIONS(2453), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(1771), 12, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [162836] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4360), 1, + STATE(4388), 1, sym_comment, - ACTIONS(2174), 2, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - ACTIONS(2176), 13, - anon_sym_EQ, - sym_identifier, + ACTIONS(2451), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, + anon_sym_RBRACE, + [163806] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3986), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + ACTIONS(7706), 1, + sym__newline, + ACTIONS(7708), 1, + sym__space, + ACTIONS(7710), 1, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [162862] = 4, + ACTIONS(7712), 1, + anon_sym_DASH2, + ACTIONS(7714), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4389), 1, + sym_comment, + STATE(5519), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(7266), 1, + sym__flag, + STATE(784), 2, + sym__blosure, + sym_val_variable, + STATE(4399), 2, + sym_short_flag, + sym_long_flag, + [163851] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7676), 1, + ACTIONS(1975), 1, sym__space, - STATE(4361), 2, + STATE(4390), 1, sym_comment, - aux_sym_command_repeat1, - ACTIONS(7674), 13, + ACTIONS(1973), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376901,12 +377745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [162888] = 3, + [163876] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4362), 1, + STATE(4391), 1, sym_comment, - ACTIONS(7175), 15, + ACTIONS(5000), 14, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -376919,22 +377763,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [162912] = 6, + anon_sym_else, + anon_sym_catch, + [163899] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(4363), 1, - sym_comment, - ACTIONS(2253), 2, + ACTIONS(7716), 1, ts_builtin_sym_end, + ACTIONS(7718), 1, sym__space, - ACTIONS(2249), 11, + STATE(4392), 2, + sym_comment, + aux_sym_command_repeat1, + ACTIONS(7689), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376946,19 +377787,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162942] = 6, + [163926] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4364), 1, + ACTIONS(7721), 1, + anon_sym_EQ2, + STATE(4393), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4862), 2, + ACTIONS(4916), 2, ts_builtin_sym_end, sym__space, - ACTIONS(4864), 11, + ACTIONS(4918), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376970,19 +377809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [162972] = 6, + [163953] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4365), 1, + ACTIONS(7723), 1, + anon_sym_LBRACK2, + STATE(4394), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4866), 2, + ACTIONS(2322), 2, ts_builtin_sym_end, sym__space, - ACTIONS(4868), 11, + ACTIONS(2318), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -376994,15 +377831,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163002] = 4, + [163980] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4366), 1, - sym_comment, - ACTIONS(4940), 2, + ACTIONS(1983), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(4942), 13, + STATE(4395), 1, + sym_comment, + ACTIONS(1981), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377016,44 +377852,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163028] = 6, + [164005] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2158), 1, - anon_sym_DASH2, - ACTIONS(7679), 1, - anon_sym_DOT_DOT2, - STATE(4367), 1, - sym_comment, - ACTIONS(7681), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2164), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7725), 1, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163058] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(4368), 1, + ACTIONS(7730), 1, + anon_sym_else, + STATE(4396), 1, sym_comment, - ACTIONS(1827), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1819), 11, - sym__newline, + STATE(4503), 1, + aux_sym_shebang_repeat1, + ACTIONS(7728), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377064,113 +377874,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163088] = 6, - ACTIONS(251), 1, + anon_sym_RPAREN, + [164034] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1004), 1, - anon_sym_DASH2, - ACTIONS(7586), 1, - anon_sym_DOT_DOT2, - STATE(4369), 1, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym__unquoted_in_record_token4, + STATE(4397), 1, sym_comment, - ACTIONS(7588), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1000), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(1000), 6, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163118] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, + ACTIONS(1004), 6, + anon_sym_EQ, sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, anon_sym_DASH2, - ACTIONS(7683), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4370), 1, - sym_comment, - STATE(4654), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5071), 1, - aux_sym_shebang_repeat1, - STATE(5313), 1, - sym_parameter, - [163170] = 17, - ACTIONS(251), 1, + [164063] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7558), 1, + STATE(4398), 1, + sym_comment, + ACTIONS(2265), 7, + anon_sym_EQ, sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, anon_sym_DASH2, - ACTIONS(7685), 1, + aux_sym__unquoted_in_record_token4, + ACTIONS(2267), 7, + sym__newline, anon_sym_PIPE, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4371), 1, - sym_comment, - STATE(4628), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5071), 1, - aux_sym_shebang_repeat1, - STATE(5313), 1, - sym_parameter, - [163222] = 6, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LPAREN2, + [164088] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7169), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(7687), 1, - anon_sym_DOT, - STATE(4372), 1, - sym_comment, - ACTIONS(1737), 2, - ts_builtin_sym_end, + ACTIONS(5012), 1, sym__space, - ACTIONS(1735), 11, + STATE(4399), 1, + sym_comment, + ACTIONS(5014), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377182,54 +377938,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163252] = 17, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7560), 1, - sym__newline, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7689), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4373), 1, - sym_comment, - STATE(4547), 1, - aux_sym_parameter_parens_repeat1, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5071), 1, - aux_sym_shebang_repeat1, - STATE(5313), 1, - sym_parameter, - [163304] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [164113] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(4374), 1, - sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - ACTIONS(4874), 2, - ts_builtin_sym_end, + ACTIONS(5634), 1, sym__space, - ACTIONS(4876), 11, + STATE(4400), 1, + sym_comment, + ACTIONS(5632), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377241,19 +377959,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163334] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [164138] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(4375), 1, - sym_comment, - ACTIONS(2259), 2, - ts_builtin_sym_end, + ACTIONS(2405), 1, sym__space, - ACTIONS(2257), 11, + STATE(4401), 1, + sym_comment, + ACTIONS(2403), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377265,38 +377980,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163364] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7586), 1, - anon_sym_DOT_DOT2, - ACTIONS(7693), 1, - anon_sym_DASH2, - STATE(4376), 1, - sym_comment, - ACTIONS(7588), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(7691), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163394] = 3, + anon_sym_RBRACE, + [164163] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4377), 1, - sym_comment, - ACTIONS(7279), 15, - ts_builtin_sym_end, + ACTIONS(7732), 1, sym__newline, + ACTIONS(7737), 1, + anon_sym_else, + STATE(4402), 1, + sym_comment, + STATE(4458), 1, + aux_sym_shebang_repeat1, + ACTIONS(7735), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377307,16 +378004,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [163418] = 3, - ACTIONS(251), 1, + anon_sym_RPAREN, + [164192] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4378), 1, + ACTIONS(2371), 1, + sym__space, + STATE(4403), 1, sym_comment, - ACTIONS(7175), 15, - ts_builtin_sym_end, + ACTIONS(2369), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377328,19 +378024,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_and2, - anon_sym_xor2, - anon_sym_or2, - [163442] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [164217] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4379), 1, - sym_comment, - ACTIONS(1729), 3, - ts_builtin_sym_end, + ACTIONS(2347), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(1727), 12, + STATE(4404), 1, + sym_comment, + ACTIONS(2345), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377352,17 +378045,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [163468] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [164242] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(4380), 1, - sym_comment, - ACTIONS(1737), 3, - ts_builtin_sym_end, + ACTIONS(7568), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(1735), 12, + STATE(4361), 1, + aux_sym_command_repeat1, + STATE(4405), 1, + sym_comment, + ACTIONS(7687), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377374,23 +378068,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - aux_sym_unquoted_token2, - [163494] = 7, + anon_sym_RBRACE, + [164269] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7695), 1, + ACTIONS(7739), 1, sym__newline, - STATE(721), 1, - aux_sym__pipe_separator, - STATE(4381), 1, + ACTIONS(7744), 1, + anon_sym_catch, + STATE(4406), 1, sym_comment, - STATE(4979), 1, + STATE(4486), 1, aux_sym_shebang_repeat1, - ACTIONS(7698), 3, + ACTIONS(7742), 11, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - ACTIONS(2529), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -377400,16 +378091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163526] = 5, + anon_sym_RPAREN, + [164298] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2319), 1, + ACTIONS(1987), 1, sym__space, - ACTIONS(7700), 1, - anon_sym_LBRACK2, - STATE(4382), 1, + STATE(4407), 1, sym_comment, - ACTIONS(2315), 13, + ACTIONS(1985), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377423,17 +378113,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163554] = 5, + [164323] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(7746), 1, + sym__newline, + ACTIONS(7748), 1, sym__space, - ACTIONS(7045), 1, - aux_sym_unquoted_token2, - STATE(4383), 1, + STATE(4408), 1, sym_comment, - ACTIONS(1653), 13, - sym__newline, + STATE(4499), 1, + aux_sym__command_parenthesized_repeat1, + ACTIONS(7750), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377445,41 +378136,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [163582] = 5, - ACTIONS(251), 1, + [164352] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2315), 1, - anon_sym_DASH2, - ACTIONS(7702), 1, - anon_sym_LBRACK2, - STATE(4384), 1, + ACTIONS(2507), 1, + sym__space, + STATE(4409), 1, sym_comment, - ACTIONS(2319), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2505), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [163609] = 6, + anon_sym_RBRACE, + [164377] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7704), 1, - ts_builtin_sym_end, - ACTIONS(7706), 1, + ACTIONS(2445), 1, sym__space, - STATE(4385), 1, + STATE(4410), 1, sym_comment, - STATE(4530), 1, - aux_sym_command_repeat1, - ACTIONS(7623), 11, + ACTIONS(2443), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377491,37 +378176,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163638] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_DASH2, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, - STATE(4386), 1, - sym_comment, - ACTIONS(1802), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163667] = 4, + anon_sym_RBRACE, + [164402] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2380), 1, + ACTIONS(7752), 1, + ts_builtin_sym_end, + ACTIONS(7754), 1, sym__space, - STATE(4387), 1, + STATE(4392), 1, + aux_sym_command_repeat1, + STATE(4411), 1, sym_comment, - ACTIONS(2378), 13, + ACTIONS(7566), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377533,16 +378201,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [163692] = 4, + [164431] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1991), 1, + ACTIONS(2355), 1, sym__space, - STATE(4388), 1, + STATE(4412), 1, sym_comment, - ACTIONS(1989), 13, + ACTIONS(2353), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377556,21 +378222,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163717] = 7, + [164456] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7651), 1, + ACTIONS(7756), 1, sym__newline, - STATE(721), 1, + STATE(725), 1, aux_sym__pipe_separator, - STATE(4389), 1, + STATE(4413), 1, sym_comment, - STATE(4979), 1, + STATE(5022), 1, aux_sym_shebang_repeat1, - ACTIONS(7654), 2, - ts_builtin_sym_end, + ACTIONS(7759), 2, anon_sym_SEMI, - ACTIONS(2529), 9, + anon_sym_RPAREN, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -377580,19 +378246,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163748] = 6, + [164487] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(7608), 1, sym__newline, - ACTIONS(7708), 1, - anon_sym_else, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4390), 1, + STATE(743), 1, + aux_sym__pipe_separator, + STATE(4414), 1, sym_comment, - ACTIONS(1264), 11, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(7611), 2, + ts_builtin_sym_end, anon_sym_SEMI, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -377602,61 +378270,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [163777] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2178), 1, - anon_sym_DASH2, - STATE(4391), 1, - sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - ACTIONS(2180), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163806] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2182), 1, - anon_sym_DASH2, - STATE(4392), 1, - sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - ACTIONS(2184), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [163835] = 4, + [164518] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1999), 1, sym__space, - STATE(4393), 1, + STATE(4415), 1, sym_comment, - ACTIONS(2346), 13, + ACTIONS(1997), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377670,18 +378291,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163860] = 6, + [164543] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7706), 1, + ACTIONS(2375), 1, sym__space, - ACTIONS(7711), 1, - ts_builtin_sym_end, - STATE(4385), 1, - aux_sym_command_repeat1, - STATE(4394), 1, + STATE(4416), 1, sym_comment, - ACTIONS(7499), 11, + ACTIONS(2373), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377693,14 +378310,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [163889] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [164568] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7297), 1, + ACTIONS(2461), 1, sym__space, - STATE(4395), 1, + STATE(4417), 1, sym_comment, - ACTIONS(7295), 13, + ACTIONS(2459), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377714,18 +378333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163914] = 6, - ACTIONS(251), 1, + [164593] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7713), 1, - sym__newline, - ACTIONS(7718), 1, - anon_sym_catch, - STATE(4396), 1, + ACTIONS(2465), 1, + sym__space, + STATE(4418), 1, sym_comment, - STATE(4425), 1, - aux_sym_shebang_repeat1, - ACTIONS(7716), 11, + ACTIONS(2463), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377737,14 +378353,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [163943] = 4, + anon_sym_RBRACE, + [164618] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(2379), 1, sym__space, - STATE(4397), 1, + STATE(4419), 1, sym_comment, - ACTIONS(1997), 13, + ACTIONS(2377), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377758,14 +378375,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163968] = 4, + [164643] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(2003), 1, sym__space, - STATE(4398), 1, + STATE(4420), 1, sym_comment, - ACTIONS(2485), 13, + ACTIONS(2001), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377779,19 +378396,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [163993] = 6, + [164668] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7706), 1, - sym__space, - ACTIONS(7720), 1, - ts_builtin_sym_end, - STATE(4399), 1, + STATE(4421), 1, sym_comment, - STATE(4530), 1, - aux_sym_command_repeat1, - ACTIONS(7664), 11, + ACTIONS(5640), 14, sym__newline, + sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377802,62 +378414,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [164022] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2186), 1, - anon_sym_DASH2, - STATE(4400), 1, - sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - ACTIONS(2188), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [164051] = 6, + anon_sym_RBRACE, + anon_sym_COLON2, + [164691] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2190), 1, - anon_sym_DASH2, - STATE(4401), 1, - sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - ACTIONS(2192), 11, - anon_sym_EQ, - sym_identifier, + ACTIONS(7761), 1, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [164080] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2164), 1, - sym__space, - STATE(4402), 1, + STATE(725), 1, + aux_sym__pipe_separator, + STATE(4422), 1, sym_comment, - ACTIONS(2158), 13, - sym__newline, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(7764), 2, anon_sym_SEMI, + anon_sym_RPAREN, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -377867,17 +378440,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [164105] = 4, + [164722] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2368), 1, + ACTIONS(7746), 1, + sym__newline, + ACTIONS(7748), 1, sym__space, - STATE(4403), 1, + STATE(4423), 1, sym_comment, - ACTIONS(2366), 13, - sym__newline, + STATE(4501), 1, + aux_sym__command_parenthesized_repeat1, + ACTIONS(7766), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -377889,15 +378463,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [164130] = 4, + [164751] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2419), 1, + ACTIONS(7770), 1, sym__space, - STATE(4404), 1, + STATE(4424), 1, sym_comment, - ACTIONS(2417), 13, + ACTIONS(7768), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377911,14 +378484,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164155] = 4, + [164776] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2427), 1, + ACTIONS(7373), 1, sym__space, - STATE(4405), 1, + STATE(4425), 1, sym_comment, - ACTIONS(2425), 13, + ACTIONS(7371), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377932,37 +378505,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164180] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(2218), 1, - anon_sym_DASH2, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - STATE(4406), 1, - sym_comment, - ACTIONS(2222), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [164209] = 4, + [164801] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2443), 1, + ACTIONS(7774), 1, sym__space, - STATE(4407), 1, + STATE(4426), 1, sym_comment, - ACTIONS(2441), 13, + ACTIONS(7772), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377976,14 +378526,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164234] = 4, + [164826] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2431), 1, + ACTIONS(7778), 1, sym__space, - STATE(4408), 1, + STATE(4427), 1, sym_comment, - ACTIONS(2429), 13, + ACTIONS(7776), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -377997,14 +378547,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164259] = 4, - ACTIONS(251), 1, + [164851] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7724), 1, - anon_sym_catch, - STATE(4409), 1, + ACTIONS(7780), 1, + anon_sym_EQ2, + STATE(4428), 1, sym_comment, - ACTIONS(7722), 13, + ACTIONS(4934), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(4936), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378016,16 +378569,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [164284] = 4, + [164878] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2435), 1, + ACTIONS(7784), 1, sym__space, - STATE(4410), 1, + STATE(4429), 1, sym_comment, - ACTIONS(2433), 13, + ACTIONS(7782), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378039,37 +378590,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164309] = 6, + [164903] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(7698), 1, + anon_sym_DASH2, + STATE(4430), 1, + sym_comment, + STATE(7241), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7696), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - ACTIONS(7726), 1, - anon_sym_else, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4411), 1, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [164932] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1631), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(2188), 1, + anon_sym_DASH2, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + STATE(4431), 1, sym_comment, - ACTIONS(1264), 11, - anon_sym_SEMI, + ACTIONS(2192), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - [164338] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [164961] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5609), 1, + ACTIONS(7788), 1, sym__space, - STATE(4412), 1, + STATE(4432), 1, sym_comment, - ACTIONS(5607), 13, + ACTIONS(7786), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378083,14 +378657,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164363] = 4, + [164986] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7731), 1, + ACTIONS(2391), 1, sym__space, - STATE(4413), 1, + STATE(4433), 1, sym_comment, - ACTIONS(7729), 13, + ACTIONS(2389), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378104,14 +378678,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164388] = 4, + [165011] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7361), 1, + ACTIONS(7544), 1, sym__space, - STATE(4414), 1, + STATE(4434), 1, sym_comment, - ACTIONS(7359), 13, + ACTIONS(7542), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378125,14 +378699,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164413] = 4, - ACTIONS(3), 1, + [165036] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5613), 1, - sym__space, - STATE(4415), 1, + STATE(4435), 1, sym_comment, - ACTIONS(5611), 13, + ACTIONS(7631), 14, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378144,20 +378717,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [164438] = 6, + anon_sym_else, + anon_sym_catch, + [165059] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(7647), 1, + ACTIONS(2194), 1, anon_sym_DASH2, - STATE(4416), 1, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2200), 1, + aux_sym__unquoted_in_record_token2, + STATE(4436), 1, sym_comment, - STATE(7338), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7645), 11, + ACTIONS(2198), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -378169,14 +378742,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [164467] = 4, + [165088] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7735), 1, + ACTIONS(5638), 1, sym__space, - STATE(4417), 1, + STATE(4437), 1, sym_comment, - ACTIONS(7733), 13, + ACTIONS(5636), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378190,16 +378763,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164492] = 4, - ACTIONS(3), 1, + [165113] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7739), 1, - sym__space, - STATE(4418), 1, - sym_comment, - ACTIONS(7737), 13, + ACTIONS(7662), 1, sym__newline, + STATE(743), 1, + aux_sym__pipe_separator, + STATE(4438), 1, + sym_comment, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(7665), 2, + ts_builtin_sym_end, anon_sym_SEMI, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -378209,17 +378787,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [164517] = 4, - ACTIONS(3), 1, + [165144] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7743), 1, - sym__space, - STATE(4419), 1, - sym_comment, - ACTIONS(7741), 13, + ACTIONS(7790), 1, sym__newline, + ACTIONS(7795), 1, + anon_sym_else, + STATE(4439), 1, + sym_comment, + STATE(4459), 1, + aux_sym_shebang_repeat1, + ACTIONS(7793), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378231,16 +378810,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [164542] = 4, - ACTIONS(3), 1, + [165173] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7747), 1, - sym__space, - STATE(4420), 1, - sym_comment, - ACTIONS(7745), 13, + ACTIONS(7797), 1, sym__newline, + ACTIONS(7802), 1, + anon_sym_else, + STATE(4440), 1, + sym_comment, + STATE(4461), 1, + aux_sym_shebang_repeat1, + ACTIONS(7800), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378252,15 +378833,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [164567] = 4, + [165202] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7463), 1, + ACTIONS(1693), 1, sym__space, - STATE(4421), 1, + STATE(4441), 1, sym_comment, - ACTIONS(7461), 13, + ACTIONS(1681), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378274,18 +378854,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164592] = 6, - ACTIONS(251), 1, + [165227] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7749), 1, - sym__newline, - ACTIONS(7754), 1, - anon_sym_else, - STATE(4422), 1, + ACTIONS(5054), 1, + sym__space, + STATE(4442), 1, sym_comment, - STATE(4457), 1, - aux_sym_shebang_repeat1, - ACTIONS(7752), 11, + ACTIONS(5056), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378297,14 +378874,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [164621] = 4, + anon_sym_RBRACE, + [165252] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2352), 1, + ACTIONS(2011), 1, sym__space, - STATE(4423), 1, + STATE(4443), 1, sym_comment, - ACTIONS(2350), 13, + ACTIONS(2009), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378318,14 +378896,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164646] = 4, + [165277] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2003), 1, + ACTIONS(5058), 1, sym__space, - STATE(4424), 1, + STATE(4444), 1, sym_comment, - ACTIONS(2001), 13, + ACTIONS(5060), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378339,18 +378917,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164671] = 6, - ACTIONS(251), 1, + [165302] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7756), 1, - sym__newline, - ACTIONS(7761), 1, - anon_sym_catch, - STATE(4425), 1, + ACTIONS(2469), 1, + sym__space, + STATE(4445), 1, sym_comment, - STATE(4461), 1, - aux_sym_shebang_repeat1, - ACTIONS(7759), 11, + ACTIONS(2467), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378362,14 +378937,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [164700] = 4, + anon_sym_RBRACE, + [165327] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7806), 1, + anon_sym_LT, + ACTIONS(7808), 1, + anon_sym_DASH2, + STATE(4446), 1, + sym_comment, + ACTIONS(7804), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [165354] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7810), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7812), 1, + aux_sym__immediate_decimal_token2, + STATE(4447), 1, + sym_comment, + ACTIONS(1595), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 9, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [165383] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7808), 1, + anon_sym_DASH2, + ACTIONS(7814), 1, + anon_sym_LT, + STATE(4448), 1, + sym_comment, + ACTIONS(7804), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [165410] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2340), 1, + ACTIONS(2473), 1, sym__space, - STATE(4426), 1, + STATE(4449), 1, sym_comment, - ACTIONS(2338), 13, + ACTIONS(2471), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378383,18 +379026,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164725] = 6, - ACTIONS(251), 1, + [165435] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7763), 1, - sym__newline, - ACTIONS(7768), 1, - anon_sym_catch, - STATE(4427), 1, + ACTIONS(2091), 1, + sym__space, + STATE(4450), 1, sym_comment, - STATE(4462), 1, - aux_sym_shebang_repeat1, - ACTIONS(7766), 11, + ACTIONS(2089), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378406,35 +379046,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [164754] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [165460] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4428), 1, + ACTIONS(7818), 1, + anon_sym_AT, + ACTIONS(7820), 1, + anon_sym_DASH2, + STATE(4451), 1, sym_comment, - ACTIONS(2261), 7, + STATE(4811), 1, + sym_param_cmd, + ACTIONS(7816), 11, anon_sym_EQ, sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + [165489] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7818), 1, + anon_sym_AT, + ACTIONS(7820), 1, anon_sym_DASH2, - aux_sym__unquoted_in_record_token4, - ACTIONS(2263), 7, + STATE(4452), 1, + sym_comment, + STATE(4812), 1, + sym_param_cmd, + ACTIONS(7816), 11, + anon_sym_EQ, + sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_LPAREN2, - [164779] = 4, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [165518] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1959), 1, - sym__space, - STATE(4429), 1, + STATE(4453), 1, sym_comment, - ACTIONS(1957), 13, + ACTIONS(4930), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(4932), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378446,16 +379114,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [164804] = 4, + [165543] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5074), 1, + ACTIONS(2027), 1, sym__space, - STATE(4430), 1, + STATE(4454), 1, sym_comment, - ACTIONS(5076), 13, + ACTIONS(2025), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378469,14 +379135,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164829] = 4, + [165568] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5078), 1, + ACTIONS(2503), 1, sym__space, - STATE(4431), 1, + STATE(4455), 1, sym_comment, - ACTIONS(5080), 13, + ACTIONS(2501), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378490,38 +379156,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164854] = 6, + [165593] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_record_token4, - STATE(4432), 1, + ACTIONS(7268), 1, + sym__space, + STATE(4456), 1, sym_comment, - ACTIONS(2249), 6, - anon_sym_EQ, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DASH2, - ACTIONS(2253), 6, + ACTIONS(7266), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - [164883] = 4, + anon_sym_RBRACE, + [165618] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1947), 1, - sym__space, - STATE(4433), 1, + STATE(4457), 1, sym_comment, - ACTIONS(1945), 13, + ACTIONS(5646), 14, sym__newline, + sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378532,17 +379195,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_RBRACE, - [164908] = 4, - ACTIONS(3), 1, + anon_sym_COLON2, + [165641] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2415), 1, - sym__space, - STATE(4434), 1, + ACTIONS(4995), 1, + sym__newline, + ACTIONS(7822), 1, + anon_sym_else, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4458), 1, sym_comment, - ACTIONS(2413), 13, + ACTIONS(1276), 11, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [165670] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7825), 1, sym__newline, + ACTIONS(7830), 1, + anon_sym_else, + STATE(4459), 1, + sym_comment, + STATE(4489), 1, + aux_sym_shebang_repeat1, + ACTIONS(7828), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378554,15 +379243,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [164933] = 4, + [165699] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2439), 1, + ACTIONS(2421), 1, sym__space, - STATE(4435), 1, + STATE(4460), 1, sym_comment, - ACTIONS(2437), 13, + ACTIONS(2419), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378576,18 +379264,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [164958] = 6, - ACTIONS(3), 1, + [165724] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7770), 1, + ACTIONS(7832), 1, sym__newline, - ACTIONS(7772), 1, - sym__space, - STATE(4436), 1, + ACTIONS(7837), 1, + anon_sym_else, + STATE(4461), 1, sym_comment, - STATE(4517), 1, - aux_sym__command_parenthesized_repeat1, - ACTIONS(7774), 11, + STATE(4513), 1, + aux_sym_shebang_repeat1, + ACTIONS(7835), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378599,18 +379287,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [164987] = 6, + [165753] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7776), 1, + ACTIONS(7839), 1, sym__newline, - ACTIONS(7781), 1, + ACTIONS(7844), 1, anon_sym_else, - STATE(4437), 1, + STATE(4396), 1, + aux_sym_shebang_repeat1, + STATE(4462), 1, sym_comment, - STATE(4540), 1, + ACTIONS(7842), 11, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [165782] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4995), 1, + sym__newline, + ACTIONS(7846), 1, + anon_sym_catch, + STATE(1706), 1, aux_sym_shebang_repeat1, - ACTIONS(7779), 11, + STATE(4463), 1, + sym_comment, + ACTIONS(1276), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378622,14 +379333,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165016] = 4, + [165811] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7785), 1, + ACTIONS(7754), 1, sym__space, - STATE(4438), 1, + ACTIONS(7849), 1, + ts_builtin_sym_end, + STATE(4392), 1, + aux_sym_command_repeat1, + STATE(4464), 1, sym_comment, - ACTIONS(7783), 13, + ACTIONS(7687), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378641,16 +379356,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [165840] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7851), 1, + anon_sym_DOT, + ACTIONS(7853), 1, + aux_sym__immediate_decimal_token2, + STATE(4465), 1, + sym_comment, + ACTIONS(1587), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 9, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [165869] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7606), 1, + aux_sym__immediate_decimal_token2, + STATE(4466), 1, + sym_comment, + ACTIONS(1587), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 10, + sym__newline, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [165041] = 4, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [165896] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5619), 1, + ACTIONS(2425), 1, sym__space, - STATE(4439), 1, + STATE(4467), 1, sym_comment, - ACTIONS(5617), 13, + ACTIONS(2423), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378664,37 +379422,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165066] = 6, - ACTIONS(3), 1, + [165921] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym__unquoted_in_record_token4, - STATE(4440), 1, + STATE(4468), 1, sym_comment, - ACTIONS(1000), 6, + ACTIONS(1725), 2, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 12, + anon_sym_EQ, + sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1004), 6, - anon_sym_EQ, - sym_identifier, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_DASH2, - [165095] = 4, + anon_sym_LPAREN2, + [165946] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2340), 1, + ACTIONS(1935), 1, sym__space, - STATE(4441), 1, + STATE(4469), 1, sym_comment, - ACTIONS(2338), 13, + ACTIONS(1933), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378708,14 +379464,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165120] = 4, + [165971] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2356), 1, + ACTIONS(2339), 1, sym__space, - STATE(4442), 1, + STATE(4470), 1, sym_comment, - ACTIONS(2354), 13, + ACTIONS(2337), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378729,14 +379485,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165145] = 4, + [165996] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4995), 1, + ACTIONS(1939), 1, sym__space, - STATE(4443), 1, + STATE(4471), 1, sym_comment, - ACTIONS(4997), 13, + ACTIONS(1937), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378750,59 +379506,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165170] = 4, - ACTIONS(3), 1, + [166021] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4999), 1, - sym__space, - STATE(4444), 1, + STATE(4472), 1, sym_comment, - ACTIONS(5001), 13, + ACTIONS(1757), 2, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [165195] = 4, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + [166046] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2360), 1, - sym__space, - STATE(4445), 1, + ACTIONS(7855), 1, + aux_sym__immediate_decimal_token2, + STATE(4473), 1, sym_comment, - ACTIONS(2358), 13, + ACTIONS(1667), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 10, sym__newline, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [165220] = 4, - ACTIONS(3), 1, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [166073] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4446), 1, - sym_comment, - ACTIONS(4983), 3, - ts_builtin_sym_end, - sym__space, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(4985), 11, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(2184), 1, + anon_sym_DASH2, + STATE(4474), 1, + sym_comment, + ACTIONS(2186), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [166102] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4995), 1, sym__newline, + ACTIONS(7857), 1, + anon_sym_catch, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4475), 1, + sym_comment, + ACTIONS(1276), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -378813,14 +379594,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [165245] = 4, + anon_sym_RPAREN, + [166131] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4476), 1, + sym_comment, + ACTIONS(1765), 2, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LPAREN2, + [166156] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2384), 1, + ACTIONS(2395), 1, sym__space, - STATE(4447), 1, + STATE(4477), 1, sym_comment, - ACTIONS(2382), 13, + ACTIONS(2393), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378834,18 +379637,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165270] = 6, + [166181] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(2214), 1, - anon_sym_DASH2, - STATE(4448), 1, + STATE(4478), 1, sym_comment, - ACTIONS(2216), 11, + ACTIONS(1861), 2, + anon_sym_DASH2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1863), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -378857,14 +379657,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [165299] = 4, + anon_sym_LPAREN2, + [166206] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2015), 1, + ACTIONS(3986), 1, + anon_sym_DOLLAR, + ACTIONS(7706), 1, + sym__newline, + ACTIONS(7708), 1, sym__space, - STATE(4449), 1, + ACTIONS(7710), 1, + anon_sym_DASH_DASH, + ACTIONS(7712), 1, + anon_sym_DASH2, + ACTIONS(7714), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4479), 1, + sym_comment, + STATE(5519), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(7266), 1, + sym__flag, + STATE(777), 2, + sym__blosure, + sym_val_variable, + STATE(4399), 2, + sym_short_flag, + sym_long_flag, + [166251] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2429), 1, + sym__space, + STATE(4480), 1, sym_comment, - ACTIONS(2013), 13, + ACTIONS(2427), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378878,14 +379710,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165324] = 4, + [166276] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2364), 1, + ACTIONS(2477), 1, sym__space, - STATE(4450), 1, + STATE(4481), 1, sym_comment, - ACTIONS(2362), 13, + ACTIONS(2475), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378899,14 +379731,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165349] = 4, + [166301] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2388), 1, + ACTIONS(2433), 1, sym__space, - STATE(4451), 1, + STATE(4482), 1, sym_comment, - ACTIONS(2386), 13, + ACTIONS(2431), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378920,14 +379752,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165374] = 4, + [166326] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2392), 1, + ACTIONS(2437), 1, sym__space, - STATE(4452), 1, + STATE(4483), 1, sym_comment, - ACTIONS(2390), 13, + ACTIONS(2435), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378941,14 +379773,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165399] = 4, + [166351] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2019), 1, + ACTIONS(1000), 1, sym__space, - STATE(4453), 1, + STATE(4484), 1, sym_comment, - ACTIONS(2017), 13, + ACTIONS(1004), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -378962,21 +379794,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165424] = 7, + [166376] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7787), 1, + ACTIONS(7860), 1, sym__newline, - STATE(737), 1, - aux_sym__pipe_separator, - STATE(4454), 1, - sym_comment, - STATE(4979), 1, + ACTIONS(7865), 1, + anon_sym_else, + STATE(4402), 1, aux_sym_shebang_repeat1, - ACTIONS(7790), 2, + STATE(4485), 1, + sym_comment, + ACTIONS(7863), 11, anon_sym_SEMI, - anon_sym_RPAREN, - ACTIONS(2529), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -378986,14 +379816,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [165455] = 3, - ACTIONS(3), 1, + anon_sym_RPAREN, + [166405] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4455), 1, - sym_comment, - ACTIONS(5628), 14, + ACTIONS(7867), 1, sym__newline, - sym__space, + ACTIONS(7872), 1, + anon_sym_catch, + STATE(4475), 1, + aux_sym_shebang_repeat1, + STATE(4486), 1, + sym_comment, + ACTIONS(7870), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379004,20 +379839,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - anon_sym_COLON2, - [165478] = 6, - ACTIONS(3), 1, + anon_sym_RPAREN, + [166434] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7770), 1, + ACTIONS(7874), 1, sym__newline, - ACTIONS(7772), 1, - sym__space, - STATE(4456), 1, + ACTIONS(7879), 1, + anon_sym_catch, + STATE(4487), 1, sym_comment, - STATE(4511), 1, - aux_sym__command_parenthesized_repeat1, - ACTIONS(7792), 11, + STATE(4497), 1, + aux_sym_shebang_repeat1, + ACTIONS(7877), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379029,18 +379863,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165507] = 6, - ACTIONS(251), 1, + [166463] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7794), 1, - sym__newline, - ACTIONS(7799), 1, - anon_sym_else, - STATE(4411), 1, - aux_sym_shebang_repeat1, - STATE(4457), 1, + ACTIONS(2343), 1, + sym__space, + STATE(4488), 1, sym_comment, - ACTIONS(7797), 11, + ACTIONS(2341), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379052,18 +379883,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165536] = 6, + anon_sym_RBRACE, + [166488] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7801), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(7806), 1, + ACTIONS(7881), 1, anon_sym_else, - STATE(4437), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4458), 1, + STATE(4489), 1, sym_comment, - ACTIONS(7804), 11, + ACTIONS(1276), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379075,17 +379907,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165565] = 5, + [166517] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7808), 1, - anon_sym_LBRACK2, - STATE(4459), 1, - sym_comment, - ACTIONS(2319), 2, - ts_builtin_sym_end, + ACTIONS(2481), 1, sym__space, - ACTIONS(2315), 11, + STATE(4490), 1, + sym_comment, + ACTIONS(2479), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379097,18 +379926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [165592] = 6, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [166542] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7810), 1, - sym__newline, - ACTIONS(7815), 1, - anon_sym_else, - STATE(4460), 1, + ACTIONS(2457), 1, + sym__space, + STATE(4491), 1, sym_comment, - STATE(4490), 1, - aux_sym_shebang_repeat1, - ACTIONS(7813), 11, + ACTIONS(2455), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379120,18 +379948,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165621] = 6, - ACTIONS(251), 1, + anon_sym_RBRACE, + [166567] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5055), 1, - sym__newline, - ACTIONS(7817), 1, - anon_sym_catch, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4461), 1, + ACTIONS(7886), 1, + sym__space, + STATE(4492), 1, sym_comment, - ACTIONS(1264), 11, + ACTIONS(7884), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379143,18 +379969,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165650] = 6, - ACTIONS(251), 1, + anon_sym_RBRACE, + [166592] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7820), 1, - sym__newline, - ACTIONS(7825), 1, - anon_sym_catch, - STATE(4462), 1, + ACTIONS(5042), 1, + sym__space, + STATE(4493), 1, sym_comment, - STATE(4496), 1, - aux_sym_shebang_repeat1, - ACTIONS(7823), 11, + ACTIONS(5044), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379166,105 +379990,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165679] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_record_token4, - STATE(4463), 1, - sym_comment, - ACTIONS(2257), 6, - anon_sym_EQ, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_DASH2, - ACTIONS(2259), 6, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - [165708] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(7693), 1, - anon_sym_DASH2, - STATE(4464), 1, - sym_comment, - STATE(7338), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7691), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [165737] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7829), 1, - anon_sym_LT, - ACTIONS(7831), 1, - anon_sym_DASH2, - STATE(4465), 1, - sym_comment, - ACTIONS(7827), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [165764] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(7584), 1, - anon_sym_DASH2, - STATE(4466), 1, - sym_comment, - STATE(7338), 1, - sym__expr_parenthesized_immediate, - ACTIONS(7582), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [165793] = 3, + anon_sym_RBRACE, + [166617] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4467), 1, + ACTIONS(2150), 1, + sym__space, + STATE(4494), 1, sym_comment, - ACTIONS(5650), 14, + ACTIONS(2144), 13, sym__newline, - sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379275,15 +380010,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_COLON2, - [165816] = 3, - ACTIONS(251), 1, + [166642] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4468), 1, + ACTIONS(2399), 1, + sym__space, + STATE(4495), 1, sym_comment, - ACTIONS(5070), 14, - ts_builtin_sym_end, + ACTIONS(2397), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379295,16 +380031,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_else, - anon_sym_catch, - [165839] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [166667] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5630), 1, + ACTIONS(2158), 1, sym__space, - STATE(4469), 1, + STATE(4496), 1, sym_comment, - ACTIONS(5628), 13, + ACTIONS(2152), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379318,18 +380054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165864] = 5, - ACTIONS(3), 1, + [166692] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7833), 1, - anon_sym_EQ2, - STATE(4470), 1, - sym_comment, - ACTIONS(4987), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(4989), 11, + ACTIONS(7888), 1, sym__newline, + ACTIONS(7893), 1, + anon_sym_catch, + STATE(4463), 1, + aux_sym_shebang_repeat1, + STATE(4497), 1, + sym_comment, + ACTIONS(7891), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379340,37 +380076,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [165891] = 5, - ACTIONS(251), 1, + anon_sym_RPAREN, + [166721] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7831), 1, - anon_sym_DASH2, - ACTIONS(7835), 1, - anon_sym_LT, - STATE(4471), 1, + ACTIONS(2417), 1, + sym__space, + STATE(4498), 1, sym_comment, - ACTIONS(7827), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2415), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [165918] = 4, + anon_sym_RBRACE, + [166746] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2491), 1, + ACTIONS(7746), 1, + sym__newline, + ACTIONS(7748), 1, sym__space, - STATE(4472), 1, + STATE(4499), 1, sym_comment, - ACTIONS(2489), 13, - sym__newline, + STATE(4501), 1, + aux_sym__command_parenthesized_repeat1, + ACTIONS(7895), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379382,15 +380121,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [165943] = 4, + [166775] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7839), 1, + ACTIONS(5028), 1, sym__space, - STATE(4473), 1, + STATE(4500), 1, sym_comment, - ACTIONS(7837), 13, + ACTIONS(5030), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379404,18 +380142,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [165968] = 6, + [166800] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7770), 1, + ACTIONS(7897), 1, sym__newline, - ACTIONS(7772), 1, + ACTIONS(7900), 1, sym__space, - STATE(4456), 1, - aux_sym__command_parenthesized_repeat1, - STATE(4474), 1, + STATE(4501), 2, sym_comment, - ACTIONS(7841), 11, + aux_sym__command_parenthesized_repeat1, + ACTIONS(7903), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379427,37 +380164,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [165997] = 6, + [166827] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7843), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7845), 1, - aux_sym__immediate_decimal_token2, - STATE(4475), 1, - sym_comment, - ACTIONS(1623), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 9, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [166026] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2156), 1, - sym__space, - STATE(4476), 1, + ACTIONS(7907), 1, + anon_sym_catch, + STATE(4502), 1, sym_comment, - ACTIONS(2150), 13, + ACTIONS(7905), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379471,15 +380185,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166051] = 4, - ACTIONS(3), 1, + [166852] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2336), 1, - sym__space, - STATE(4477), 1, - sym_comment, - ACTIONS(2334), 13, + ACTIONS(4995), 1, sym__newline, + ACTIONS(7909), 1, + anon_sym_else, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4503), 1, + sym_comment, + ACTIONS(1276), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379491,61 +380208,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [166076] = 6, + [166881] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7847), 1, - anon_sym_DOT, - ACTIONS(7849), 1, - aux_sym__immediate_decimal_token2, - STATE(4478), 1, - sym_comment, - ACTIONS(1599), 3, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2273), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 9, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [166105] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7633), 1, - aux_sym__immediate_decimal_token2, - STATE(4479), 1, + STATE(4504), 1, sym_comment, - ACTIONS(1599), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 10, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + ACTIONS(2275), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [166132] = 4, + [166910] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4480), 1, - sym_comment, - ACTIONS(1735), 2, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2217), 1, anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 12, + STATE(4505), 1, + sym_comment, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + ACTIONS(2219), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -379557,16 +380254,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [166157] = 4, + [166939] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__space, - STATE(4481), 1, + STATE(4506), 1, sym_comment, - ACTIONS(1004), 13, + ACTIONS(5650), 14, sym__newline, + sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379577,17 +380272,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_RBRACE, - [166182] = 4, + anon_sym_COLON2, + [166962] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(7746), 1, + sym__newline, + ACTIONS(7748), 1, sym__space, - STATE(4482), 1, + STATE(4423), 1, + aux_sym__command_parenthesized_repeat1, + STATE(4507), 1, sym_comment, - ACTIONS(2342), 13, - sym__newline, + ACTIONS(7912), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379599,42 +380297,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [166207] = 6, + [166991] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(1786), 1, + anon_sym_DASH2, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + STATE(4508), 1, + sym_comment, + ACTIONS(1794), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - ACTIONS(7851), 1, - anon_sym_else, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4483), 1, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [167020] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2221), 1, + anon_sym_DASH2, + STATE(4509), 1, sym_comment, - ACTIONS(1264), 11, - anon_sym_SEMI, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + ACTIONS(2223), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - [166236] = 6, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [167049] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7706), 1, + ACTIONS(2166), 1, sym__space, - ACTIONS(7854), 1, - ts_builtin_sym_end, - STATE(4399), 1, - aux_sym_command_repeat1, - STATE(4484), 1, + STATE(4510), 1, sym_comment, - ACTIONS(7615), 11, + ACTIONS(2160), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379646,18 +380362,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [166265] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [167074] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7858), 1, - anon_sym_AT, - ACTIONS(7860), 1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2225), 1, anon_sym_DASH2, - STATE(4485), 1, + STATE(4511), 1, sym_comment, - STATE(4804), 1, - sym_param_cmd, - ACTIONS(7856), 11, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + ACTIONS(2227), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -379669,20 +380387,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [166294] = 6, + [167103] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7858), 1, - anon_sym_AT, - ACTIONS(7860), 1, - anon_sym_DASH2, - STATE(4486), 1, + ACTIONS(7179), 1, + anon_sym_DOT, + ACTIONS(7181), 1, + aux_sym__immediate_decimal_token2, + STATE(4512), 1, sym_comment, - STATE(4805), 1, - sym_param_cmd, - ACTIONS(7856), 11, - anon_sym_EQ, + ACTIONS(1725), 2, sym_identifier, + anon_sym_DASH2, + ACTIONS(1727), 10, + anon_sym_EQ, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -379692,15 +380410,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [166323] = 4, + [167132] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4487), 1, + ACTIONS(4995), 1, + sym__newline, + ACTIONS(7914), 1, + anon_sym_else, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4513), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1276), 11, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [167161] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(7654), 1, anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 12, + STATE(4514), 1, + sym_comment, + STATE(7241), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7652), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -379712,19 +380456,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [166348] = 6, + [167190] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7858), 1, + ACTIONS(7818), 1, anon_sym_AT, - ACTIONS(7864), 1, + ACTIONS(7919), 1, anon_sym_DASH2, - STATE(4488), 1, + STATE(4515), 1, sym_comment, - STATE(4872), 1, + STATE(4880), 1, sym_param_cmd, - ACTIONS(7862), 11, + ACTIONS(7917), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -379736,40 +380479,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [166377] = 5, - ACTIONS(251), 1, + [167219] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7866), 1, - aux_sym__immediate_decimal_token2, - STATE(4489), 1, + ACTIONS(2387), 1, + sym__space, + STATE(4516), 1, sym_comment, - ACTIONS(1709), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 10, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [166404] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7868), 1, + ACTIONS(2385), 13, sym__newline, - ACTIONS(7873), 1, - anon_sym_else, - STATE(4390), 1, - aux_sym_shebang_repeat1, - STATE(4490), 1, - sym_comment, - ACTIONS(7871), 11, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379781,21 +380499,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [166433] = 7, + anon_sym_RBRACE, + [167244] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7875), 1, + ACTIONS(7818), 1, + anon_sym_AT, + ACTIONS(7923), 1, + anon_sym_DASH2, + STATE(4517), 1, + sym_comment, + STATE(4877), 1, + sym_param_cmd, + ACTIONS(7921), 11, + anon_sym_EQ, + sym_identifier, sym__newline, - STATE(737), 1, - aux_sym__pipe_separator, - STATE(4491), 1, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [167273] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7754), 1, + sym__space, + ACTIONS(7925), 1, + ts_builtin_sym_end, + STATE(4411), 1, + aux_sym_command_repeat1, + STATE(4518), 1, sym_comment, - STATE(4979), 1, - aux_sym_shebang_repeat1, - ACTIONS(7878), 2, + ACTIONS(7685), 11, + sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - ACTIONS(2529), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -379805,36 +380546,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [166464] = 4, - ACTIONS(251), 1, + [167302] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4492), 1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym__unquoted_in_record_token4, + STATE(4519), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 12, + ACTIONS(2229), 6, anon_sym_EQ, sym_identifier, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DASH2, + ACTIONS(2233), 6, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [166489] = 4, + [167331] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(4493), 1, - sym_comment, - ACTIONS(1786), 2, + ACTIONS(2318), 1, anon_sym_DASH2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1788), 12, + ACTIONS(7927), 1, + anon_sym_LBRACK2, + STATE(4520), 1, + sym_comment, + ACTIONS(2322), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -379846,17 +380590,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [166514] = 4, + anon_sym_LBRACE, + [167358] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4494), 1, - sym_comment, - ACTIONS(4940), 3, - ts_builtin_sym_end, + ACTIONS(2409), 1, sym__space, - anon_sym_LPAREN2, - ACTIONS(4942), 11, + STATE(4521), 1, + sym_comment, + ACTIONS(2407), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379868,18 +380610,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [166539] = 6, - ACTIONS(251), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [167383] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7880), 1, - sym__newline, - ACTIONS(7885), 1, - anon_sym_else, - STATE(4495), 1, + ACTIONS(2351), 1, + sym__space, + STATE(4522), 1, sym_comment, - STATE(4543), 1, - aux_sym_shebang_repeat1, - ACTIONS(7883), 11, + ACTIONS(2349), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379891,18 +380632,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [166568] = 6, - ACTIONS(251), 1, + anon_sym_RBRACE, + [167408] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5055), 1, - sym__newline, - ACTIONS(7887), 1, - anon_sym_catch, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4496), 1, + ACTIONS(2383), 1, + sym__space, + STATE(4523), 1, sym_comment, - ACTIONS(1264), 11, + ACTIONS(2381), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -379914,16 +380653,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [166597] = 5, + anon_sym_RBRACE, + [167433] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7617), 1, + ACTIONS(7931), 1, sym__space, - STATE(4361), 1, - aux_sym_command_repeat1, - STATE(4497), 1, + STATE(4524), 1, sym_comment, - ACTIONS(7623), 12, + ACTIONS(7929), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379935,38 +380673,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - [166624] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7858), 1, - anon_sym_AT, - ACTIONS(7892), 1, - anon_sym_DASH2, - STATE(4498), 1, - sym_comment, - STATE(4869), 1, - sym_param_cmd, - ACTIONS(7890), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [166653] = 4, + anon_sym_RBRACE, + [167458] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2372), 1, + ACTIONS(2413), 1, sym__space, - STATE(4499), 1, + STATE(4525), 1, sym_comment, - ACTIONS(2370), 13, + ACTIONS(2411), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -379980,17 +380696,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166678] = 5, + [167483] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7124), 1, - aux_sym_unquoted_token2, - STATE(4500), 1, - sym_comment, - ACTIONS(1665), 2, - ts_builtin_sym_end, + ACTIONS(2413), 1, sym__space, - ACTIONS(1653), 11, + STATE(4526), 1, + sym_comment, + ACTIONS(2411), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380002,14 +380715,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [166705] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [167508] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2447), 1, + ACTIONS(5018), 1, sym__space, - STATE(4501), 1, + STATE(4527), 1, sym_comment, - ACTIONS(2445), 13, + ACTIONS(5020), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380023,14 +380738,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166730] = 4, + [167533] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2451), 1, + ACTIONS(5642), 1, sym__space, - STATE(4502), 1, + STATE(4528), 1, sym_comment, - ACTIONS(2449), 13, + ACTIONS(5640), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380044,17 +380759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166755] = 5, + [167558] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7894), 1, - anon_sym_EQ2, - STATE(4503), 1, - sym_comment, - ACTIONS(4965), 2, - ts_builtin_sym_end, + ACTIONS(5022), 1, sym__space, - ACTIONS(4967), 11, + STATE(4529), 1, + sym_comment, + ACTIONS(5024), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380066,84 +380778,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [166782] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [167583] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, + ACTIONS(2239), 1, anon_sym_LPAREN2, - ACTIONS(2247), 1, + ACTIONS(2243), 1, aux_sym__unquoted_in_record_token4, - STATE(4504), 1, + STATE(4530), 1, sym_comment, - ACTIONS(2241), 6, + ACTIONS(2237), 6, anon_sym_EQ, sym_identifier, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_DASH2, - ACTIONS(2245), 6, + ACTIONS(2241), 6, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_COMMA, - [166811] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4505), 1, - sym_comment, - ACTIONS(7662), 14, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_else, - anon_sym_catch, - [166834] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2423), 1, - sym__space, - STATE(4506), 1, - sym_comment, - ACTIONS(2421), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [166859] = 6, + [167612] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7181), 1, - anon_sym_DOT, - ACTIONS(7183), 1, - aux_sym__immediate_decimal_token2, - STATE(4507), 1, - sym_comment, - ACTIONS(1735), 2, - sym_identifier, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(7683), 1, anon_sym_DASH2, - ACTIONS(1737), 10, + STATE(4531), 1, + sym_comment, + STATE(7241), 1, + sym__expr_parenthesized_immediate, + ACTIONS(7681), 11, anon_sym_EQ, + sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, @@ -380153,14 +380826,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [166888] = 4, + [167641] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2148), 1, + ACTIONS(5652), 1, sym__space, - STATE(4508), 1, + STATE(4532), 1, sym_comment, - ACTIONS(2142), 13, + ACTIONS(5650), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380174,14 +380847,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166913] = 4, + [167666] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2455), 1, + ACTIONS(5046), 1, sym__space, - STATE(4509), 1, + STATE(4533), 1, sym_comment, - ACTIONS(2453), 13, + ACTIONS(5048), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380195,14 +380868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166938] = 4, + [167691] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2459), 1, + ACTIONS(2176), 1, sym__space, - STATE(4510), 1, + STATE(4534), 1, sym_comment, - ACTIONS(2457), 13, + ACTIONS(2170), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380216,43 +380889,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [166963] = 5, + [167716] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7896), 1, - sym__newline, - ACTIONS(7899), 1, - sym__space, - STATE(4511), 2, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym__unquoted_in_record_token4, + STATE(4535), 1, sym_comment, - aux_sym__command_parenthesized_repeat1, - ACTIONS(7902), 11, - anon_sym_SEMI, + ACTIONS(2245), 6, + anon_sym_EQ, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_DASH2, + ACTIONS(2247), 6, + sym__newline, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - [166990] = 7, - ACTIONS(251), 1, + anon_sym_COMMA, + [167745] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7695), 1, - sym__newline, - STATE(721), 1, - aux_sym__pipe_separator, - STATE(4512), 1, - sym_comment, - STATE(4979), 1, - aux_sym_shebang_repeat1, - ACTIONS(7698), 2, + ACTIONS(7754), 1, + sym__space, + ACTIONS(7933), 1, ts_builtin_sym_end, + STATE(4464), 1, + aux_sym_command_repeat1, + STATE(4536), 1, + sym_comment, + ACTIONS(7522), 11, + sym__newline, anon_sym_SEMI, - ACTIONS(2529), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -380262,15 +380935,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [167021] = 4, + [167774] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2027), 1, - sym__space, - STATE(4513), 1, + STATE(4537), 1, sym_comment, - ACTIONS(2025), 13, + ACTIONS(5632), 14, sym__newline, + sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380281,16 +380953,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_RBRACE, - [167046] = 4, + anon_sym_COLON2, + [167797] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2396), 1, + ACTIONS(1959), 1, sym__space, - STATE(4514), 1, + STATE(4538), 1, sym_comment, - ACTIONS(2394), 13, + ACTIONS(1957), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380304,14 +380976,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [167071] = 4, + [167822] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2400), 1, - sym__space, - STATE(4515), 1, + STATE(4539), 1, sym_comment, - ACTIONS(2398), 13, + ACTIONS(4987), 3, + ts_builtin_sym_end, + sym__space, + anon_sym_LPAREN2, + ACTIONS(4989), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380323,16 +380997,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167096] = 4, + [167847] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2031), 1, - sym__space, - STATE(4516), 1, + ACTIONS(7130), 1, + aux_sym_unquoted_token2, + STATE(4540), 1, sym_comment, - ACTIONS(2029), 13, + ACTIONS(1693), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1681), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380344,20 +381019,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167121] = 6, + [167874] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7770), 1, - sym__newline, - ACTIONS(7772), 1, + ACTIONS(2449), 1, sym__space, - STATE(4511), 1, - aux_sym__command_parenthesized_repeat1, - STATE(4517), 1, + STATE(4541), 1, sym_comment, - ACTIONS(7904), 11, + ACTIONS(2447), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380369,14 +381039,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [167150] = 3, + anon_sym_RBRACE, + [167899] = 12, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(7935), 1, + anon_sym_DOT, + ACTIONS(7939), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7941), 1, + aux_sym__immediate_decimal_token5, + STATE(4542), 1, + sym_comment, + STATE(5535), 1, + sym__immediate_decimal, + ACTIONS(7937), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(5740), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1553), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [167940] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4518), 1, + ACTIONS(5648), 1, + sym__space, + STATE(4543), 1, sym_comment, - ACTIONS(5607), 14, + ACTIONS(5646), 13, sym__newline, - sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380387,16 +381088,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_COLON2, - [167173] = 3, + [167965] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4519), 1, + ACTIONS(2441), 1, + sym__space, + STATE(4544), 1, sym_comment, - ACTIONS(5611), 14, + ACTIONS(2439), 13, sym__newline, - sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380407,16 +381109,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - anon_sym_COLON2, - [167196] = 4, + [167990] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5025), 1, + ACTIONS(2359), 1, sym__space, - STATE(4520), 1, + STATE(4545), 1, sym_comment, - ACTIONS(5027), 13, + ACTIONS(2357), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380430,14 +381132,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [167221] = 4, + [168015] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1979), 1, + ACTIONS(2367), 1, sym__space, - STATE(4521), 1, + STATE(4546), 1, sym_comment, - ACTIONS(1977), 13, + ACTIONS(2365), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380451,15 +381153,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [167246] = 4, + [168040] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5029), 1, - sym__space, - STATE(4522), 1, + STATE(4547), 1, sym_comment, - ACTIONS(5031), 13, + ACTIONS(5636), 14, sym__newline, + sym__space, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380470,16 +381171,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_RBRACE, - [167271] = 4, + anon_sym_COLON2, + [168063] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2404), 1, + ACTIONS(5032), 1, sym__space, - STATE(4523), 1, + STATE(4548), 1, sym_comment, - ACTIONS(2402), 13, + ACTIONS(5034), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380493,18 +381194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [167296] = 6, + [168088] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2224), 1, + ACTIONS(7945), 1, anon_sym_DASH2, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2230), 1, - aux_sym__unquoted_in_record_token2, - STATE(4524), 1, + STATE(4549), 1, sym_comment, - ACTIONS(2228), 11, + ACTIONS(7943), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -380514,16 +381211,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167325] = 4, + [168112] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2408), 1, - sym__space, - STATE(4525), 1, + STATE(4550), 1, sym_comment, - ACTIONS(2406), 13, + ACTIONS(2457), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2455), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380535,16 +381234,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167350] = 4, + [168136] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2507), 1, - sym__space, - STATE(4526), 1, + STATE(4551), 1, sym_comment, - ACTIONS(2505), 13, + ACTIONS(1935), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1933), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380556,16 +381254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167375] = 4, + [168160] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2463), 1, - sym__space, - STATE(4527), 1, + STATE(4552), 1, sym_comment, - ACTIONS(2461), 13, + ACTIONS(2091), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2089), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380577,16 +381274,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167400] = 4, + [168184] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2376), 1, - sym__space, - STATE(4528), 1, + STATE(4553), 1, sym_comment, - ACTIONS(2374), 13, + ACTIONS(7886), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7884), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380598,42 +381294,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167425] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(1819), 1, - anon_sym_DASH2, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - STATE(4529), 1, - sym_comment, - ACTIONS(1827), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [167454] = 5, + [168208] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7906), 1, + STATE(4554), 1, + sym_comment, + ACTIONS(2003), 2, ts_builtin_sym_end, - ACTIONS(7908), 1, sym__space, - STATE(4530), 2, - sym_comment, - aux_sym_command_repeat1, - ACTIONS(7674), 11, + ACTIONS(2001), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380645,14 +381314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [167481] = 4, + [168232] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2121), 1, - sym__space, - STATE(4531), 1, + STATE(4555), 1, sym_comment, - ACTIONS(2115), 13, + ACTIONS(2417), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2415), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380664,45 +381334,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167506] = 12, + [168256] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(7911), 1, - anon_sym_DOT, - ACTIONS(7915), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, - aux_sym__immediate_decimal_token5, - STATE(4532), 1, - sym_comment, - STATE(5453), 1, - sym__immediate_decimal, - ACTIONS(7913), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(5761), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1583), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [167547] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2469), 1, - sym__space, - STATE(4533), 1, + STATE(4556), 1, sym_comment, - ACTIONS(2467), 13, + ACTIONS(6771), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380716,14 +381353,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [167572] = 4, - ACTIONS(3), 1, + [168278] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5652), 1, - sym__space, - STATE(4534), 1, + ACTIONS(7949), 1, + anon_sym_else, + STATE(4557), 1, sym_comment, - ACTIONS(5650), 13, + ACTIONS(7947), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380735,16 +381373,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167597] = 4, + [168302] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7660), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4558), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [168348] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1939), 1, - sym__space, - STATE(4535), 1, + STATE(4559), 1, sym_comment, - ACTIONS(1937), 13, + ACTIONS(5042), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5044), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380756,16 +381424,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167622] = 3, + [168372] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7679), 1, + anon_sym_PIPE, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4560), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [168418] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4536), 1, + STATE(4561), 1, sym_comment, - ACTIONS(5617), 14, - sym__newline, + ACTIONS(7931), 2, + ts_builtin_sym_end, sym__space, + ACTIONS(7929), 11, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380776,16 +381475,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - anon_sym_COLON2, - [167645] = 4, + [168442] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5037), 1, - sym__space, - STATE(4537), 1, + STATE(4562), 1, sym_comment, - ACTIONS(5039), 13, + ACTIONS(2413), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2411), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380797,16 +381495,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [168466] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1933), 1, + anon_sym_DASH2, + STATE(4563), 1, + sym_comment, + ACTIONS(1935), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [167670] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [168490] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5041), 1, - sym__space, - STATE(4538), 1, + STATE(4564), 1, sym_comment, - ACTIONS(5043), 13, + ACTIONS(2477), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2475), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380818,16 +381535,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167695] = 4, + [168514] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2483), 1, - sym__space, - STATE(4539), 1, + STATE(4565), 1, sym_comment, - ACTIONS(2481), 13, + ACTIONS(2429), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2427), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380839,20 +381555,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167720] = 6, - ACTIONS(251), 1, + [168538] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5055), 1, - sym__newline, - ACTIONS(7919), 1, - anon_sym_else, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4540), 1, + STATE(4566), 1, sym_comment, - ACTIONS(1264), 11, + ACTIONS(2011), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2009), 11, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380863,15 +381575,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [167749] = 4, + [168562] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7951), 1, + anon_sym_PIPE, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4567), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [168608] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2473), 1, - sym__space, - STATE(4541), 1, + STATE(4568), 1, sym_comment, - ACTIONS(2471), 13, + ACTIONS(2375), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2373), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380883,16 +381626,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167774] = 4, + [168632] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1665), 1, - sym__space, - STATE(4542), 1, + STATE(4569), 1, sym_comment, - ACTIONS(1653), 13, + ACTIONS(2379), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2377), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -380904,20 +381646,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [167799] = 6, + [168656] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7922), 1, + ACTIONS(7853), 1, + aux_sym__immediate_decimal_token2, + STATE(4570), 1, + sym_comment, + ACTIONS(1587), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 9, + ts_builtin_sym_end, sym__newline, - ACTIONS(7927), 1, - anon_sym_else, - STATE(4483), 1, - aux_sym_shebang_repeat1, - STATE(4543), 1, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [168682] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4571), 1, sym_comment, - ACTIONS(7925), 11, + ACTIONS(7953), 13, + sym__newline, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -380929,34 +381685,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [167828] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7931), 1, - anon_sym_DASH2, - STATE(4544), 1, - sym_comment, - ACTIONS(7929), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [167852] = 4, + anon_sym_RBRACE, + [168704] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7935), 1, + ACTIONS(7808), 1, anon_sym_DASH2, - STATE(4545), 1, + STATE(4572), 1, sym_comment, - ACTIONS(7933), 12, + ACTIONS(7804), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -380969,14 +381706,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [167876] = 4, + [168728] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7939), 1, + ACTIONS(2337), 1, anon_sym_DASH2, - STATE(4546), 1, + STATE(4573), 1, sym_comment, - ACTIONS(7937), 12, + ACTIONS(2339), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -380986,191 +381723,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [167900] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7941), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4547), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [167946] = 4, + anon_sym_LBRACE, + [168752] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7945), 1, - anon_sym_DASH2, - STATE(4548), 1, + STATE(4574), 1, sym_comment, - ACTIONS(7943), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(7955), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [167970] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7947), 1, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4549), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [168016] = 4, + anon_sym_RBRACE, + [168774] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7951), 1, - anon_sym_DASH2, - STATE(4550), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + STATE(4575), 1, sym_comment, - ACTIONS(7949), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(7957), 12, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168040] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7689), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4551), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [168086] = 4, - ACTIONS(251), 1, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RBRACE, + [168798] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7955), 1, - anon_sym_DASH2, - STATE(4552), 1, + STATE(4576), 1, sym_comment, - ACTIONS(7953), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2383), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2381), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168110] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [168822] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2417), 1, - anon_sym_DASH2, - STATE(4553), 1, + STATE(4577), 1, sym_comment, - ACTIONS(2419), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(7959), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168134] = 4, + anon_sym_RBRACE, + [168844] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4554), 1, + STATE(4578), 1, sym_comment, - ACTIONS(2376), 2, + ACTIONS(5028), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2374), 11, + ACTIONS(5030), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381182,55 +381824,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [168158] = 4, - ACTIONS(251), 1, + [168868] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1977), 1, - anon_sym_DASH2, - STATE(4555), 1, + STATE(4579), 1, sym_comment, - ACTIONS(1979), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2409), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2407), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168182] = 4, - ACTIONS(251), 1, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [168892] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7959), 1, - anon_sym_DASH2, - STATE(4556), 1, + STATE(4580), 1, sym_comment, - ACTIONS(7957), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(5032), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5034), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168206] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [168916] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4557), 1, + STATE(4581), 1, sym_comment, - ACTIONS(2388), 2, + ACTIONS(2387), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2386), 11, + ACTIONS(2385), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381242,71 +381884,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [168230] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7683), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4558), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [168276] = 12, + [168940] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1631), 1, aux_sym_unquoted_token2, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7961), 1, - anon_sym_DOT, - ACTIONS(7965), 1, + ACTIONS(7963), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7967), 1, + ACTIONS(7965), 1, aux_sym__immediate_decimal_token5, - STATE(4559), 1, + STATE(4582), 1, sym_comment, - STATE(5563), 1, + STATE(6197), 1, sym__immediate_decimal, - ACTIONS(1583), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(7963), 2, + ACTIONS(7961), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(5761), 2, + STATE(2050), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [168316] = 3, + ACTIONS(1629), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [168978] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4560), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + STATE(4583), 1, sym_comment, - ACTIONS(7969), 13, + ACTIONS(7967), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381318,127 +381930,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, anon_sym_RBRACE, - [168338] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_DASH2, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token2, - STATE(4561), 1, - sym_comment, - ACTIONS(1665), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168364] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2311), 1, - anon_sym_DASH2, - STATE(4562), 1, - sym_comment, - ACTIONS(2313), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [168388] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1997), 1, - anon_sym_DASH2, - STATE(4563), 1, - sym_comment, - ACTIONS(1999), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168412] = 4, + [169002] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7973), 1, - anon_sym_DASH2, - STATE(4564), 1, + STATE(4584), 1, sym_comment, - ACTIONS(7971), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(7969), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168436] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1569), 1, anon_sym_RBRACE, - ACTIONS(1583), 1, - sym__entry_separator, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(7977), 1, - anon_sym_DOT, - ACTIONS(7979), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7981), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7983), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7985), 1, - aux_sym__immediate_decimal_token5, - STATE(4565), 1, - sym_comment, - STATE(5429), 1, - sym__immediate_decimal, - STATE(5633), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [168480] = 4, + [169024] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7989), 1, + ACTIONS(2281), 1, anon_sym_DASH2, - STATE(4566), 1, + STATE(4585), 1, sym_comment, - ACTIONS(7987), 12, + ACTIONS(2283), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381448,88 +381967,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [168504] = 15, + anon_sym_LPAREN2, + [169048] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7558), 1, + ACTIONS(7570), 1, sym_identifier, - ACTIONS(7564), 1, + ACTIONS(7576), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - ACTIONS(7570), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - ACTIONS(7635), 1, + ACTIONS(7971), 1, anon_sym_RPAREN, - STATE(3894), 1, + STATE(3904), 1, sym_param_long_flag, - STATE(4073), 1, + STATE(4034), 1, sym__param_name, - STATE(4316), 1, + STATE(4338), 1, aux_sym_parameter_parens_repeat1, - STATE(4567), 1, + STATE(4586), 1, sym_comment, - STATE(4822), 1, - sym_param_rest, STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, sym_param_opt, - STATE(4834), 1, + STATE(4840), 1, sym_param_short_flag, - STATE(5313), 1, + STATE(5284), 1, sym_parameter, - [168550] = 4, - ACTIONS(251), 1, + [169094] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2342), 1, - anon_sym_DASH2, - STATE(4568), 1, + STATE(4587), 1, sym_comment, - ACTIONS(2344), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2391), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2389), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168574] = 4, - ACTIONS(251), 1, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [169118] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7993), 1, - anon_sym_DASH2, - STATE(4569), 1, + STATE(4588), 1, sym_comment, - ACTIONS(7991), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2395), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2393), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [168598] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [169142] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4570), 1, + STATE(4589), 1, sym_comment, - ACTIONS(7995), 12, + ACTIONS(7973), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381542,35 +382061,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [168622] = 4, - ACTIONS(251), 1, + [169166] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1945), 1, - anon_sym_DASH2, - STATE(4571), 1, + STATE(4590), 1, sym_comment, - ACTIONS(1947), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(5638), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5636), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168646] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [169190] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4572), 1, + STATE(4591), 1, sym_comment, - ACTIONS(2473), 2, + ACTIONS(2399), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2471), 11, + ACTIONS(2397), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381582,15 +382101,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [168670] = 4, + [169214] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4573), 1, + STATE(4592), 1, sym_comment, - ACTIONS(5074), 2, + ACTIONS(5648), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5076), 11, + ACTIONS(5646), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381602,14 +382121,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [168694] = 4, + [169238] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7831), 1, + ACTIONS(2467), 1, anon_sym_DASH2, - STATE(4574), 1, + STATE(4593), 1, sym_comment, - ACTIONS(7827), 12, + ACTIONS(2469), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381619,17 +382138,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [168718] = 4, + anon_sym_LBRACE, + [169262] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7999), 1, + ACTIONS(1957), 1, anon_sym_DASH2, - STATE(4575), 1, + STATE(4594), 1, sym_comment, - ACTIONS(7997), 12, + ACTIONS(1959), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381639,17 +382158,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_GT2, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [168742] = 4, + anon_sym_LBRACE, + [169286] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8003), 1, + ACTIONS(2471), 1, anon_sym_DASH2, - STATE(4576), 1, + STATE(4595), 1, sym_comment, - ACTIONS(8001), 12, + ACTIONS(2473), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381659,57 +382178,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [168766] = 4, + anon_sym_LBRACE, + [169310] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4577), 1, + ACTIONS(2439), 1, + anon_sym_DASH2, + STATE(4596), 1, sym_comment, - STATE(4751), 1, - aux_sym_shebang_repeat1, - ACTIONS(8005), 12, + ACTIONS(2441), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - [168790] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4578), 1, - sym_comment, - ACTIONS(5078), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(5080), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [168814] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [169334] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2413), 1, + ACTIONS(1997), 1, anon_sym_DASH2, - STATE(4579), 1, + STATE(4597), 1, sym_comment, - ACTIONS(2415), 12, + ACTIONS(1999), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381722,34 +382221,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [168838] = 4, + [169358] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8007), 1, - anon_sym_catch, - STATE(4580), 1, + ACTIONS(7977), 1, + anon_sym_DASH2, + STATE(4598), 1, sym_comment, - ACTIONS(7722), 12, - ts_builtin_sym_end, + ACTIONS(7975), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [168862] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [169382] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(7981), 1, anon_sym_DASH2, - STATE(4581), 1, + STATE(4599), 1, sym_comment, - ACTIONS(2027), 12, + ACTIONS(7979), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381759,17 +382258,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [168886] = 4, + [169406] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2425), 1, + ACTIONS(2447), 1, anon_sym_DASH2, - STATE(4582), 1, + STATE(4600), 1, sym_comment, - ACTIONS(2427), 12, + ACTIONS(2449), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381782,55 +382281,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [168910] = 4, - ACTIONS(3), 1, + [169430] = 12, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4583), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(7983), 1, + anon_sym_DOT, + ACTIONS(7987), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7989), 1, + aux_sym__immediate_decimal_token5, + STATE(4601), 1, sym_comment, - ACTIONS(2463), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2461), 11, - sym__newline, - anon_sym_SEMI, + STATE(5612), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [168934] = 4, - ACTIONS(3), 1, + anon_sym_EQ_GT, + ACTIONS(7985), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(5740), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [169470] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4584), 1, + ACTIONS(2459), 1, + anon_sym_DASH2, + STATE(4602), 1, sym_comment, - ACTIONS(1665), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1653), 11, + ACTIONS(2461), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [168958] = 4, - ACTIONS(3), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [169494] = 13, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + ACTIONS(7993), 1, + anon_sym_DASH_DASH, + ACTIONS(7995), 1, + anon_sym_DASH2, + ACTIONS(7997), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4603), 1, + sym_comment, + STATE(4874), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(772), 2, + sym__blosure, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [169536] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4585), 1, + STATE(4604), 1, sym_comment, - ACTIONS(2027), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2025), 11, + STATE(4641), 1, + aux_sym_shebang_repeat1, + ACTIONS(7999), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381842,53 +382377,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [168982] = 4, - ACTIONS(3), 1, + anon_sym_RPAREN, + [169560] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4586), 1, + ACTIONS(2451), 1, + anon_sym_DASH2, + STATE(4605), 1, sym_comment, - ACTIONS(1000), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1004), 11, + ACTIONS(2453), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [169006] = 3, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [169584] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4587), 1, + ACTIONS(8003), 1, + anon_sym_DASH2, + STATE(4606), 1, sym_comment, - ACTIONS(8009), 13, + ACTIONS(8001), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [169028] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [169608] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2001), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - STATE(4588), 1, + STATE(4607), 1, sym_comment, - ACTIONS(2003), 12, + ACTIONS(2091), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -381901,15 +382438,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [169052] = 4, - ACTIONS(3), 1, + [169632] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4589), 1, + STATE(4608), 1, sym_comment, - ACTIONS(2336), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2334), 11, + ACTIONS(7931), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381921,35 +382455,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169076] = 4, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [169654] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4590), 1, + ACTIONS(1973), 1, + anon_sym_DASH2, + STATE(4609), 1, sym_comment, - ACTIONS(2340), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2338), 11, + ACTIONS(1975), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [169100] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [169678] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4591), 1, - sym_comment, - ACTIONS(2340), 2, - ts_builtin_sym_end, + ACTIONS(8007), 1, sym__space, - ACTIONS(2338), 11, + STATE(4610), 1, + sym_comment, + ACTIONS(8005), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381961,12 +382496,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169124] = 3, + anon_sym_RPAREN, + [169702] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4592), 1, + STATE(4611), 1, sym_comment, - ACTIONS(8011), 13, + ACTIONS(5070), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -381980,14 +382516,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [169146] = 4, + [169724] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8015), 1, + ACTIONS(8011), 1, anon_sym_DASH2, - STATE(4593), 1, + STATE(4612), 1, sym_comment, - ACTIONS(8013), 12, + ACTIONS(8009), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382000,14 +382536,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [169170] = 4, + [169748] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2346), 1, + ACTIONS(8015), 1, anon_sym_DASH2, - STATE(4594), 1, + STATE(4613), 1, sym_comment, - ACTIONS(2348), 12, + ACTIONS(8013), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382017,17 +382553,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [169194] = 4, + [169772] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2350), 1, + ACTIONS(8019), 1, anon_sym_DASH2, - STATE(4595), 1, + STATE(4614), 1, sym_comment, - ACTIONS(2352), 12, + ACTIONS(8017), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382037,17 +382573,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [169218] = 4, + [169796] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8019), 1, + ACTIONS(8023), 1, anon_sym_DASH2, - STATE(4596), 1, + STATE(4615), 1, sym_comment, - ACTIONS(8017), 12, + ACTIONS(8021), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382060,78 +382596,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [169242] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1761), 1, - anon_sym_DOT_DOT2, - ACTIONS(8021), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(1610), 1, - sym_cell_path, - STATE(4597), 1, - sym_comment, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1763), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - anon_sym_COLON2, - [169274] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4598), 1, - sym_comment, - ACTIONS(2344), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2342), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [169298] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4599), 1, - sym_comment, - ACTIONS(5025), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(5027), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [169322] = 4, + [169820] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8025), 1, + ACTIONS(2415), 1, anon_sym_DASH2, - STATE(4600), 1, + STATE(4616), 1, sym_comment, - ACTIONS(8023), 12, + ACTIONS(2417), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382141,17 +382613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [169346] = 4, - ACTIONS(3), 1, + anon_sym_LBRACE, + [169844] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8029), 1, - sym__space, - STATE(4601), 1, + STATE(4617), 1, sym_comment, - ACTIONS(8027), 12, + ACTIONS(8025), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382164,15 +382634,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [169370] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [169866] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4602), 1, + ACTIONS(8027), 1, + anon_sym_catch, + STATE(4618), 1, sym_comment, - ACTIONS(2392), 2, + ACTIONS(7905), 12, ts_builtin_sym_end, - sym__space, - ACTIONS(2390), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382184,35 +382655,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169394] = 4, + [169890] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8033), 1, - anon_sym_DASH2, - STATE(4603), 1, - sym_comment, - ACTIONS(8031), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [169418] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4604), 1, + STATE(4619), 1, sym_comment, - ACTIONS(2121), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2115), 11, + ACTIONS(8029), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382224,15 +382672,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169442] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [169912] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4605), 1, + STATE(4620), 1, sym_comment, - ACTIONS(2031), 2, + ACTIONS(1983), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2029), 11, + ACTIONS(1981), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382244,12 +382694,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169466] = 3, + [169936] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4606), 1, + STATE(4621), 1, sym_comment, - ACTIONS(8035), 13, + ACTIONS(8031), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382263,14 +382713,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [169488] = 4, + [169958] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8039), 1, + ACTIONS(2463), 1, anon_sym_DASH2, - STATE(4607), 1, + STATE(4622), 1, sym_comment, - ACTIONS(8037), 12, + ACTIONS(2465), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382280,18 +382730,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [169512] = 4, - ACTIONS(3), 1, + anon_sym_LBRACE, + [169982] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4608), 1, + STATE(4623), 1, sym_comment, - ACTIONS(2348), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2346), 11, + ACTIONS(8033), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382303,15 +382750,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169536] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [170004] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(4609), 1, + ACTIONS(1539), 1, + anon_sym_RBRACE, + ACTIONS(1553), 1, + sym__entry_separator, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8037), 1, + anon_sym_DOT, + ACTIONS(8039), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8041), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8043), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token5, + STATE(4624), 1, sym_comment, - ACTIONS(2352), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2350), 11, + STATE(5489), 1, + sym__immediate_decimal, + STATE(5750), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [170048] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(8047), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4625), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [170094] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(8049), 1, + anon_sym_RPAREN, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4626), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [170140] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2475), 1, + anon_sym_DASH2, + STATE(4627), 1, + sym_comment, + ACTIONS(2477), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [170164] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4628), 1, + sym_comment, + ACTIONS(8051), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382323,15 +382881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169560] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [170186] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4610), 1, + STATE(4629), 1, sym_comment, - ACTIONS(5029), 2, + ACTIONS(5046), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5031), 11, + ACTIONS(5048), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382343,14 +382903,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169584] = 4, + [170210] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8043), 1, + ACTIONS(1981), 1, anon_sym_DASH2, - STATE(4611), 1, + STATE(4630), 1, sym_comment, - ACTIONS(8041), 12, + ACTIONS(1983), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382360,15 +382920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [169608] = 3, + anon_sym_LBRACE, + [170234] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4612), 1, + STATE(4631), 1, sym_comment, - ACTIONS(8045), 13, + ACTIONS(8053), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382382,55 +382942,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [169630] = 4, + [170256] = 15, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8049), 1, - anon_sym_DASH2, - STATE(4613), 1, - sym_comment, - ACTIONS(8047), 12, - anon_sym_EQ, + ACTIONS(7570), 1, sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(7576), 1, anon_sym_DOLLAR, - anon_sym_AT, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - [169654] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8053), 1, + ACTIONS(7582), 1, anon_sym_DASH2, - STATE(4614), 1, - sym_comment, - ACTIONS(8051), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + ACTIONS(7677), 1, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [169678] = 4, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4632), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [170302] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4615), 1, + STATE(4633), 1, sym_comment, - ACTIONS(7361), 2, + ACTIONS(7373), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7359), 11, + ACTIONS(7371), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382442,10 +382993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169702] = 3, + [170326] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4616), 1, + STATE(4634), 1, sym_comment, ACTIONS(8055), 13, sym__newline, @@ -382461,65 +383012,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, anon_sym_RBRACE, - [169724] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7572), 1, - anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4617), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [169770] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2382), 1, - anon_sym_DASH2, - STATE(4618), 1, - sym_comment, - ACTIONS(2384), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [169794] = 4, + [170348] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, + ACTIONS(8059), 1, anon_sym_DASH2, - STATE(4619), 1, + STATE(4635), 1, sym_comment, - ACTIONS(2015), 12, + ACTIONS(8057), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382529,18 +383029,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_GT2, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [169818] = 4, + [170372] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4620), 1, + STATE(4636), 1, sym_comment, - ACTIONS(2447), 2, + ACTIONS(5054), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2445), 11, + ACTIONS(5056), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382552,35 +383052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [169842] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7849), 1, - aux_sym__immediate_decimal_token2, - STATE(4621), 1, - sym_comment, - ACTIONS(1599), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 9, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [169868] = 4, + [170396] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - STATE(4622), 1, + STATE(4637), 1, sym_comment, - ACTIONS(8009), 12, + ACTIONS(8061), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382592,15 +383069,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - [169892] = 4, + [170418] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(8065), 1, + anon_sym_QMARK, + ACTIONS(8067), 1, anon_sym_DASH2, - STATE(4623), 1, + STATE(4638), 1, sym_comment, - ACTIONS(2396), 12, + ACTIONS(8063), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -382612,62 +383092,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [169916] = 4, - ACTIONS(3), 1, + [170444] = 8, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4624), 1, + ACTIONS(1717), 1, + anon_sym_DOT_DOT2, + ACTIONS(8069), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(1585), 1, + sym_cell_path, + STATE(4639), 1, sym_comment, - ACTIONS(2019), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2017), 11, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1719), 8, sym__newline, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [169940] = 13, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_COLON2, + [170476] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3972), 1, - anon_sym_DOLLAR, - ACTIONS(8057), 1, + ACTIONS(2427), 1, + anon_sym_DASH2, + STATE(4640), 1, + sym_comment, + ACTIONS(2429), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - ACTIONS(8059), 1, - sym__space, - ACTIONS(8061), 1, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - ACTIONS(8063), 1, - anon_sym_DASH2, - ACTIONS(8065), 1, anon_sym_LBRACE, - STATE(1785), 1, - sym_block, - STATE(1786), 1, - sym_val_closure, - STATE(4625), 1, - sym_comment, - STATE(5540), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(780), 2, - sym__blosure, - sym_val_variable, - STATE(7264), 2, - sym_short_flag, - sym_long_flag, - [169982] = 3, + [170500] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4626), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4641), 1, sym_comment, - ACTIONS(8067), 13, + ACTIONS(8071), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382680,16 +383156,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_RBRACE, - [170004] = 4, + [170524] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4627), 1, + STATE(4642), 1, sym_comment, - ACTIONS(2427), 2, + ACTIONS(2469), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2425), 11, + ACTIONS(2467), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382701,46 +383176,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170028] = 15, + [170548] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(8069), 1, - anon_sym_PIPE, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4628), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [170074] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4629), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + STATE(4643), 1, sym_comment, - ACTIONS(2396), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2394), 11, + ACTIONS(7957), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382752,15 +383195,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170098] = 4, - ACTIONS(3), 1, + anon_sym_RBRACE, + [170572] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4630), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + STATE(4644), 1, sym_comment, - ACTIONS(4995), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(4997), 11, + ACTIONS(7967), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382772,12 +383215,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170122] = 3, - ACTIONS(251), 1, + anon_sym_RBRACE, + [170596] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4631), 1, + STATE(4645), 1, sym_comment, - ACTIONS(8071), 13, + ACTIONS(2433), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2431), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382789,37 +383236,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [170144] = 5, + [170620] = 13, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8073), 1, - aux_sym__immediate_decimal_token2, - STATE(4632), 1, - sym_comment, - ACTIONS(1709), 3, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + ACTIONS(7993), 1, + anon_sym_DASH_DASH, + ACTIONS(7995), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 9, + ACTIONS(7997), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4646), 1, + sym_comment, + STATE(4874), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(772), 2, + sym__blosure, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [170662] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4647), 1, + sym_comment, + ACTIONS(2437), 2, ts_builtin_sym_end, + sym__space, + ACTIONS(2435), 11, sym__newline, anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [170170] = 4, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [170686] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8077), 1, + ACTIONS(8075), 1, anon_sym_DASH2, - STATE(4633), 1, + STATE(4648), 1, sym_comment, - ACTIONS(8075), 12, + ACTIONS(8073), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382832,14 +383305,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170194] = 4, + [170710] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8081), 1, + ACTIONS(8079), 1, anon_sym_DASH2, - STATE(4634), 1, + STATE(4649), 1, sym_comment, - ACTIONS(8079), 12, + ACTIONS(8077), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -382852,15 +383325,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170218] = 4, + [170734] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4635), 1, + STATE(4650), 1, sym_comment, - ACTIONS(7739), 2, + ACTIONS(2343), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7737), 11, + ACTIONS(2341), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382872,15 +383345,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170242] = 4, + [170758] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4636), 1, + STATE(4651), 1, sym_comment, - ACTIONS(7735), 2, + ACTIONS(7770), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7733), 11, + ACTIONS(7768), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382892,34 +383365,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170266] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2386), 1, - anon_sym_DASH2, - STATE(4637), 1, - sym_comment, - ACTIONS(2388), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [170290] = 4, + [170782] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - STATE(4638), 1, + STATE(4652), 1, sym_comment, - ACTIONS(8009), 12, + ACTIONS(8081), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382931,15 +383382,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, anon_sym_RBRACE, - [170314] = 4, + [170804] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - STATE(4639), 1, + STATE(4653), 1, sym_comment, - ACTIONS(8083), 12, + ACTIONS(8083), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -382951,33 +383401,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - [170338] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4640), 1, - sym_comment, - ACTIONS(1599), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 10, - sym__newline, - anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [170362] = 4, + [170826] = 4, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(8087), 1, anon_sym_DASH2, - STATE(4641), 1, + STATE(4654), 1, sym_comment, ACTIONS(8085), 12, anon_sym_EQ, @@ -382992,132 +383423,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170386] = 4, + [170850] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4642), 1, + STATE(4655), 1, sym_comment, - ACTIONS(7743), 2, + ACTIONS(1959), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7741), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [170410] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2441), 1, - anon_sym_DASH2, - STATE(4643), 1, - sym_comment, - ACTIONS(2443), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [170434] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8091), 1, - anon_sym_DASH2, - STATE(4644), 1, - sym_comment, - ACTIONS(8089), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [170458] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8095), 1, - anon_sym_DASH2, - STATE(4645), 1, - sym_comment, - ACTIONS(8093), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [170482] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2374), 1, - anon_sym_DASH2, - STATE(4646), 1, - sym_comment, - ACTIONS(2376), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [170506] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2370), 1, - anon_sym_DASH2, - STATE(4647), 1, - sym_comment, - ACTIONS(2372), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [170530] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4648), 1, - sym_comment, - ACTIONS(8097), 13, + ACTIONS(1957), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383129,17 +383443,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [170552] = 4, + [170874] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4649), 1, + STATE(4656), 1, sym_comment, - ACTIONS(7731), 2, + ACTIONS(7774), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7729), 11, + ACTIONS(7772), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383151,35 +383463,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170576] = 4, + [170898] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4650), 1, - sym_comment, - ACTIONS(1623), 3, + ACTIONS(8091), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 10, + STATE(4657), 1, + sym_comment, + ACTIONS(8089), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [170600] = 4, + [170922] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4651), 1, + STATE(4658), 1, sym_comment, - ACTIONS(2003), 2, + ACTIONS(2413), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2001), 11, + ACTIONS(2411), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383191,14 +383503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170624] = 4, + [170946] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8101), 1, + ACTIONS(8095), 1, anon_sym_DASH2, - STATE(4652), 1, + STATE(4659), 1, sym_comment, - ACTIONS(8099), 12, + ACTIONS(8093), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383211,92 +383523,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170648] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4591), 1, - anon_sym_DOT, - ACTIONS(7915), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, - aux_sym__immediate_decimal_token5, - STATE(4653), 1, - sym_comment, - STATE(5760), 1, - sym__immediate_decimal, - ACTIONS(7913), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(5759), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1597), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [170686] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(8103), 1, - anon_sym_RBRACK, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4654), 1, - sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [170732] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8107), 1, - anon_sym_else, - STATE(4655), 1, - sym_comment, - ACTIONS(8105), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [170756] = 4, + [170970] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8111), 1, + ACTIONS(2009), 1, anon_sym_DASH2, - STATE(4656), 1, + STATE(4660), 1, sym_comment, - ACTIONS(8109), 12, + ACTIONS(2011), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383306,68 +383540,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170780] = 4, + anon_sym_LBRACE, + [170994] = 13, ACTIONS(3), 1, anon_sym_POUND, - STATE(4657), 1, - sym_comment, - ACTIONS(1939), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1937), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [170804] = 15, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, + ACTIONS(1643), 1, + sym__entry_separator, + ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(8113), 1, - anon_sym_RPAREN, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, - STATE(4658), 1, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8097), 1, + anon_sym_DOT, + ACTIONS(8099), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8101), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8103), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8105), 1, + aux_sym__immediate_decimal_token5, + STATE(4661), 1, sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [170850] = 4, + STATE(5764), 1, + sym__immediate_decimal, + ACTIONS(1633), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(5660), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [171036] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8117), 1, + ACTIONS(8109), 1, anon_sym_DASH2, - STATE(4659), 1, + STATE(4662), 1, sym_comment, - ACTIONS(8115), 12, + ACTIONS(8107), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383380,15 +383592,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170874] = 4, + [171060] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4660), 1, + STATE(4663), 1, sym_comment, - ACTIONS(4999), 2, + ACTIONS(1000), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5001), 11, + ACTIONS(1004), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383400,14 +383612,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [170898] = 4, + [171084] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4664), 1, + sym_comment, + ACTIONS(7778), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7776), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [171108] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1989), 1, + ACTIONS(2479), 1, anon_sym_DASH2, - STATE(4661), 1, + STATE(4665), 1, sym_comment, - ACTIONS(1991), 12, + ACTIONS(2481), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383420,14 +383652,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [170922] = 4, + [171132] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8121), 1, + ACTIONS(2349), 1, anon_sym_DASH2, - STATE(4662), 1, + STATE(4666), 1, sym_comment, - ACTIONS(8119), 12, + ACTIONS(2351), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383437,102 +383669,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [170946] = 4, + anon_sym_LBRACE, + [171156] = 9, ACTIONS(251), 1, anon_sym_POUND, - STATE(4663), 1, - sym_comment, - ACTIONS(1709), 3, + ACTIONS(1681), 1, anon_sym_DASH2, + ACTIONS(4596), 1, anon_sym_DOT_DOT2, + ACTIONS(8111), 1, + sym_filesize_unit, + ACTIONS(8113), 1, + sym_duration_unit, + ACTIONS(8115), 1, aux_sym_unquoted_token2, - ACTIONS(1711), 10, + STATE(4667), 1, + sym_comment, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1693), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [170970] = 4, + [171190] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2358), 1, - anon_sym_DASH2, - STATE(4664), 1, + STATE(4668), 1, sym_comment, - ACTIONS(2360), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(8117), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [170994] = 4, + anon_sym_RBRACE, + [171212] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8125), 1, - anon_sym_DASH2, - STATE(4665), 1, + ACTIONS(8119), 1, + aux_sym__immediate_decimal_token2, + STATE(4669), 1, sym_comment, - ACTIONS(8123), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [171018] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1717), 1, + ACTIONS(1667), 3, + anon_sym_DASH2, anon_sym_DOT_DOT2, - ACTIONS(8021), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(1619), 1, - sym_cell_path, - STATE(4666), 1, - sym_comment, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1719), 8, + aux_sym_unquoted_token2, + ACTIONS(1669), 9, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DASH_DASH, + anon_sym_as, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - anon_sym_COLON2, - [171050] = 4, + sym_filesize_unit, + sym_duration_unit, + [171238] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4667), 1, + STATE(4670), 1, sym_comment, - ACTIONS(5609), 2, + ACTIONS(7784), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5607), 11, + ACTIONS(7782), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383544,34 +383757,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171074] = 4, - ACTIONS(251), 1, + [171262] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8129), 1, - anon_sym_DASH2, - STATE(4668), 1, + STATE(4671), 1, sym_comment, - ACTIONS(8127), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(2150), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2144), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [171098] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [171286] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2390), 1, + ACTIONS(1681), 1, anon_sym_DASH2, - STATE(4669), 1, + STATE(4672), 1, sym_comment, - ACTIONS(2392), 12, + ACTIONS(1693), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383584,75 +383797,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [171122] = 4, + [171310] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2366), 1, - anon_sym_DASH2, - STATE(4670), 1, + STATE(4589), 1, + aux_sym_shebang_repeat1, + STATE(4673), 1, sym_comment, - ACTIONS(2368), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(8121), 12, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, + [171334] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4674), 1, + sym_comment, + ACTIONS(7788), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(7786), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [171358] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, anon_sym_DOLLAR, + ACTIONS(7578), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [171146] = 4, - ACTIONS(251), 1, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7704), 1, + anon_sym_RPAREN, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4675), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [171404] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4671), 1, + STATE(4676), 1, sym_comment, - ACTIONS(1723), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1725), 10, + ACTIONS(2405), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2403), 11, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [171170] = 4, - ACTIONS(251), 1, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [171428] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8133), 1, - anon_sym_DASH2, - STATE(4672), 1, + STATE(4677), 1, sym_comment, - ACTIONS(8131), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(5018), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5020), 11, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [171194] = 4, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [171452] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4673), 1, + STATE(4678), 1, sym_comment, - ACTIONS(2459), 2, + ACTIONS(5022), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2457), 11, + ACTIONS(5024), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383664,14 +383928,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171218] = 4, + [171476] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, + ACTIONS(1681), 1, anon_sym_DASH2, - STATE(4674), 1, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token2, + STATE(4679), 1, sym_comment, - ACTIONS(2019), 12, + ACTIONS(1693), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -383683,13 +383949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [171242] = 3, - ACTIONS(251), 1, + [171502] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4675), 1, + STATE(4680), 1, sym_comment, - ACTIONS(6755), 13, + ACTIONS(1975), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(1973), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383701,17 +383969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [171264] = 4, - ACTIONS(3), 1, + [171526] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4676), 1, + STATE(4681), 1, sym_comment, - ACTIONS(1959), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1957), 11, + ACTIONS(8123), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383723,14 +383986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171288] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [171548] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8137), 1, + ACTIONS(2277), 1, anon_sym_DASH2, - STATE(4677), 1, + STATE(4682), 1, sym_comment, - ACTIONS(8135), 12, + ACTIONS(2279), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383740,17 +384005,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [171312] = 4, + anon_sym_LPAREN2, + [171572] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8141), 1, + ACTIONS(1004), 1, anon_sym_DASH2, - STATE(4678), 1, + STATE(4683), 1, sym_comment, - ACTIONS(8139), 12, + ACTIONS(1000), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383760,18 +384025,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [171336] = 4, - ACTIONS(3), 1, + anon_sym_LBRACE, + [171596] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4679), 1, + STATE(4684), 1, sym_comment, - ACTIONS(1979), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1977), 11, + ACTIONS(7957), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383783,35 +384045,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171360] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [171618] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8145), 1, - anon_sym_DASH2, - STATE(4680), 1, + STATE(4685), 1, sym_comment, - ACTIONS(8143), 12, - anon_sym_EQ, - sym_identifier, + ACTIONS(8125), 13, sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [171384] = 4, + anon_sym_RBRACE, + [171640] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4681), 1, + STATE(4686), 1, sym_comment, - ACTIONS(2419), 2, + ACTIONS(2158), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2417), 11, + ACTIONS(2152), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383823,14 +384086,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171408] = 4, + [171664] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2398), 1, + ACTIONS(1985), 1, anon_sym_DASH2, - STATE(4682), 1, + STATE(4687), 1, sym_comment, - ACTIONS(2400), 12, + ACTIONS(1987), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383843,14 +384106,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [171432] = 4, + [171688] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8147), 1, + ACTIONS(2443), 1, + anon_sym_DASH2, + STATE(4688), 1, + sym_comment, + ACTIONS(2445), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [171712] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8127), 1, anon_sym_else, - STATE(4683), 1, + STATE(4689), 1, sym_comment, - ACTIONS(8105), 12, + ACTIONS(7947), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383863,14 +384146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [171456] = 4, + [171736] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2338), 1, + ACTIONS(2407), 1, anon_sym_DASH2, - STATE(4684), 1, + STATE(4690), 1, sym_comment, - ACTIONS(2340), 12, + ACTIONS(2409), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -383883,34 +384166,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [171480] = 3, + [171760] = 15, ACTIONS(251), 1, anon_sym_POUND, - STATE(4685), 1, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(7694), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4691), 1, sym_comment, - ACTIONS(8083), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [171502] = 4, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [171806] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4686), 1, + STATE(4692), 1, sym_comment, - ACTIONS(2443), 2, + ACTIONS(2445), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2441), 11, + ACTIONS(2443), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383922,35 +384217,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171526] = 4, - ACTIONS(3), 1, + [171830] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4687), 1, + ACTIONS(2369), 1, + anon_sym_DASH2, + STATE(4693), 1, sym_comment, - ACTIONS(1991), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1989), 11, + ACTIONS(2371), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [171550] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [171854] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4688), 1, + STATE(4694), 1, sym_comment, - ACTIONS(7747), 2, + ACTIONS(1987), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7745), 11, + ACTIONS(1985), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -383962,40 +384257,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171574] = 9, + [171878] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + STATE(4695), 1, + sym_comment, + ACTIONS(1587), 3, anon_sym_DASH2, - ACTIONS(4540), 1, anon_sym_DOT_DOT2, - ACTIONS(8149), 1, - sym_filesize_unit, - ACTIONS(8151), 1, - sym_duration_unit, - ACTIONS(8153), 1, aux_sym_unquoted_token2, - STATE(4689), 1, - sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 6, + ACTIONS(1589), 10, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [171608] = 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [171902] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4690), 1, + STATE(4696), 1, sym_comment, - ACTIONS(2483), 2, + ACTIONS(2449), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2481), 11, + ACTIONS(2447), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384007,12 +384297,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171632] = 3, - ACTIONS(251), 1, + [171926] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4691), 1, + STATE(4697), 1, sym_comment, - ACTIONS(8155), 13, + ACTIONS(2176), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2170), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384024,16 +384317,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [171654] = 4, + [171950] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4570), 1, - aux_sym_shebang_repeat1, - STATE(4692), 1, + STATE(4698), 1, sym_comment, - ACTIONS(8157), 12, + ACTIONS(8129), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384046,15 +384335,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [171678] = 4, + anon_sym_RBRACE, + [171972] = 14, ACTIONS(3), 1, anon_sym_POUND, - STATE(4693), 1, + ACTIONS(1539), 1, + anon_sym_RBRACK, + ACTIONS(1553), 1, + sym__entry_separator, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8099), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8101), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8103), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8105), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(8131), 1, + anon_sym_DOT, + STATE(4699), 1, + sym_comment, + STATE(5516), 1, + sym__immediate_decimal, + STATE(5750), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [172016] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4700), 1, sym_comment, - ACTIONS(2380), 2, + ACTIONS(2351), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2378), 11, + ACTIONS(2349), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384066,34 +384386,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171702] = 4, - ACTIONS(3), 1, + [172040] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4694), 1, + ACTIONS(2345), 1, + anon_sym_DASH2, + STATE(4701), 1, sym_comment, - ACTIONS(1999), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(1997), 11, + ACTIONS(2347), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [171726] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [172064] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2338), 1, + ACTIONS(2419), 1, anon_sym_DASH2, - STATE(4695), 1, + STATE(4702), 1, sym_comment, - ACTIONS(2340), 12, + ACTIONS(2421), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384106,14 +384426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [171750] = 4, + [172088] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8161), 1, + ACTIONS(2423), 1, anon_sym_DASH2, - STATE(4696), 1, + STATE(4703), 1, sym_comment, - ACTIONS(8159), 12, + ACTIONS(2425), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384123,18 +384443,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [171774] = 4, - ACTIONS(3), 1, + anon_sym_LBRACE, + [172112] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4697), 1, + ACTIONS(2505), 1, + anon_sym_DASH2, + STATE(4704), 1, sym_comment, - ACTIONS(2415), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2413), 11, + ACTIONS(2507), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [172136] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4705), 1, + sym_comment, + ACTIONS(7967), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384146,14 +384483,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171798] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [172158] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, + ACTIONS(8135), 1, anon_sym_DASH2, - STATE(4698), 1, + STATE(4706), 1, sym_comment, - ACTIONS(2031), 12, + ACTIONS(8133), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384163,47 +384502,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [171822] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1569), 1, - anon_sym_RBRACK, - ACTIONS(1583), 1, - sym__entry_separator, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8163), 1, - anon_sym_DOT, - ACTIONS(8165), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8167), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8169), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, - aux_sym__immediate_decimal_token5, - STATE(4699), 1, - sym_comment, - STATE(5538), 1, - sym__immediate_decimal, - STATE(5633), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [171866] = 4, + [172182] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8175), 1, + ACTIONS(8139), 1, anon_sym_DASH2, - STATE(4700), 1, + STATE(4707), 1, sym_comment, - ACTIONS(8173), 12, + ACTIONS(8137), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384216,38 +384525,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [171890] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4701), 1, - sym_comment, - ACTIONS(2469), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2467), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [171914] = 6, + [172206] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7749), 1, + ACTIONS(7860), 1, sym__newline, - ACTIONS(8177), 1, + ACTIONS(8141), 1, anon_sym_else, - STATE(4702), 1, + STATE(4708), 1, sym_comment, - STATE(4703), 1, + STATE(4709), 1, aux_sym_shebang_repeat1, - ACTIONS(7752), 10, + ACTIONS(7863), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384258,18 +384547,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171942] = 6, + [172234] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7794), 1, + ACTIONS(7732), 1, sym__newline, - ACTIONS(8179), 1, + ACTIONS(8143), 1, anon_sym_else, - STATE(4703), 1, + STATE(4709), 1, sym_comment, - STATE(4706), 1, + STATE(4712), 1, aux_sym_shebang_repeat1, - ACTIONS(7797), 10, + ACTIONS(7735), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384280,18 +384569,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171970] = 6, + [172262] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7801), 1, + ACTIONS(7790), 1, sym__newline, - ACTIONS(8181), 1, + ACTIONS(8145), 1, anon_sym_else, - STATE(4704), 1, + STATE(4710), 1, sym_comment, - STATE(4707), 1, + STATE(4713), 1, aux_sym_shebang_repeat1, - ACTIONS(7804), 10, + ACTIONS(7793), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384302,18 +384591,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [171998] = 6, + [172290] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7810), 1, + ACTIONS(7797), 1, sym__newline, - ACTIONS(8183), 1, + ACTIONS(8147), 1, anon_sym_else, - STATE(4705), 1, + STATE(4711), 1, sym_comment, - STATE(4708), 1, + STATE(4714), 1, aux_sym_shebang_repeat1, - ACTIONS(7813), 10, + ACTIONS(7800), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384324,18 +384613,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172026] = 6, + [172318] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8185), 1, + ACTIONS(8149), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4706), 1, + STATE(4712), 1, sym_comment, - ACTIONS(1264), 10, + ACTIONS(1276), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384346,18 +384635,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172054] = 6, + [172346] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7776), 1, + ACTIONS(7825), 1, sym__newline, - ACTIONS(8188), 1, + ACTIONS(8152), 1, anon_sym_else, - STATE(4707), 1, + STATE(4713), 1, sym_comment, - STATE(4712), 1, + STATE(4718), 1, aux_sym_shebang_repeat1, - ACTIONS(7779), 10, + ACTIONS(7828), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384368,18 +384657,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172082] = 6, + [172374] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7868), 1, + ACTIONS(7832), 1, sym__newline, - ACTIONS(8190), 1, + ACTIONS(8154), 1, anon_sym_else, - STATE(4708), 1, + STATE(4714), 1, sym_comment, - STATE(4713), 1, + STATE(4719), 1, aux_sym_shebang_repeat1, - ACTIONS(7871), 10, + ACTIONS(7835), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384390,18 +384679,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172110] = 6, + [172402] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7880), 1, + ACTIONS(7839), 1, sym__newline, - ACTIONS(8192), 1, + ACTIONS(8156), 1, anon_sym_else, - STATE(4709), 1, + STATE(4715), 1, sym_comment, - STATE(4714), 1, + STATE(4720), 1, aux_sym_shebang_repeat1, - ACTIONS(7883), 10, + ACTIONS(7842), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384412,12 +384701,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172138] = 3, - ACTIONS(251), 1, + [172430] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4710), 1, + STATE(4716), 1, sym_comment, - ACTIONS(7785), 13, + ACTIONS(2421), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2419), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384429,17 +384721,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [172160] = 4, + [172454] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4711), 1, + STATE(4717), 1, sym_comment, - ACTIONS(5619), 2, + ACTIONS(2507), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5617), 11, + ACTIONS(2505), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384451,18 +384741,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172184] = 6, + [172478] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8194), 1, + ACTIONS(8158), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4712), 1, + STATE(4718), 1, sym_comment, - ACTIONS(1264), 10, + ACTIONS(1276), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384473,116 +384763,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172212] = 6, + [172506] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8197), 1, + ACTIONS(8161), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4713), 1, - sym_comment, - ACTIONS(1264), 10, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172240] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(7922), 1, - sym__newline, - ACTIONS(8200), 1, - anon_sym_else, - STATE(4714), 1, - sym_comment, STATE(4719), 1, - aux_sym_shebang_repeat1, - ACTIONS(7925), 10, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172268] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2378), 1, - anon_sym_DASH2, - STATE(4715), 1, - sym_comment, - ACTIONS(2380), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [172292] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8204), 1, - anon_sym_DASH2, - STATE(4716), 1, - sym_comment, - ACTIONS(8202), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [172316] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4717), 1, - sym_comment, - ACTIONS(6747), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [172338] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4718), 1, sym_comment, - ACTIONS(8206), 13, - sym__newline, + ACTIONS(1276), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384593,20 +384785,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [172360] = 6, + [172534] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(7725), 1, sym__newline, - ACTIONS(8208), 1, + ACTIONS(8164), 1, anon_sym_else, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4719), 1, + STATE(4720), 1, sym_comment, - ACTIONS(1264), 10, + STATE(4725), 1, + aux_sym_shebang_repeat1, + ACTIONS(7728), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384617,15 +384807,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172388] = 4, + [172562] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4720), 1, + STATE(4721), 1, sym_comment, - ACTIONS(7297), 2, + ACTIONS(7544), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7295), 11, + ACTIONS(7542), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384637,15 +384827,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172412] = 4, + [172586] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4721), 1, + STATE(4722), 1, sym_comment, - ACTIONS(2400), 2, + ACTIONS(5642), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2398), 11, + ACTIONS(5640), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384657,35 +384847,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172436] = 4, + [172610] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - STATE(4722), 1, + STATE(4723), 1, sym_comment, - ACTIONS(8083), 12, + ACTIONS(1595), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 10, sym__newline, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [172460] = 4, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [172634] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4723), 1, + STATE(4724), 1, sym_comment, - ACTIONS(7463), 2, + ACTIONS(2425), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7461), 11, + ACTIONS(2423), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384697,16 +384887,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172484] = 4, - ACTIONS(3), 1, + [172658] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4724), 1, - sym_comment, - ACTIONS(5037), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(5039), 11, + ACTIONS(4995), 1, sym__newline, + ACTIONS(8166), 1, + anon_sym_else, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4725), 1, + sym_comment, + ACTIONS(1276), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_err_GT_PIPE, @@ -384717,15 +384909,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172508] = 4, + [172686] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4725), 1, + STATE(4726), 1, sym_comment, - ACTIONS(5041), 2, + ACTIONS(2441), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5043), 11, + ACTIONS(2439), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384737,14 +384929,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172532] = 4, + [172710] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8213), 1, + ACTIONS(2431), 1, anon_sym_DASH2, - STATE(4726), 1, + STATE(4727), 1, sym_comment, - ACTIONS(8211), 12, + ACTIONS(2433), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384754,38 +384946,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [172556] = 4, - ACTIONS(3), 1, + anon_sym_LBRACE, + [172734] = 4, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4727), 1, + ACTIONS(8171), 1, + anon_sym_DASH2, + STATE(4728), 1, sym_comment, - ACTIONS(2451), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2449), 11, + ACTIONS(8169), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172580] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [172758] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4728), 1, + STATE(4729), 1, sym_comment, - ACTIONS(2491), 2, + ACTIONS(2481), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2489), 11, + ACTIONS(2479), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384797,15 +384989,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172604] = 4, + [172782] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4729), 1, + STATE(4730), 1, sym_comment, - ACTIONS(7839), 2, + ACTIONS(2027), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7837), 11, + ACTIONS(2025), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384817,15 +385009,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172628] = 4, + [172806] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4730), 1, + STATE(4731), 1, sym_comment, - ACTIONS(2356), 2, + ACTIONS(2371), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2354), 11, + ACTIONS(2369), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384837,14 +385029,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172652] = 4, + [172830] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2402), 1, + ACTIONS(2435), 1, anon_sym_DASH2, - STATE(4731), 1, + STATE(4732), 1, sym_comment, - ACTIONS(2404), 12, + ACTIONS(2437), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384857,15 +385049,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [172676] = 4, - ACTIONS(3), 1, + [172854] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(4732), 1, + STATE(4733), 1, sym_comment, - ACTIONS(2360), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2358), 11, + ACTIONS(6753), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384877,15 +385066,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172700] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [172876] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4733), 1, + STATE(4734), 1, sym_comment, - ACTIONS(2364), 2, + ACTIONS(2359), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2362), 11, + ACTIONS(2357), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384897,35 +385088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172724] = 4, + [172900] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8217), 1, - anon_sym_DASH2, - STATE(4734), 1, - sym_comment, - ACTIONS(8215), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [172748] = 4, - ACTIONS(3), 1, - anon_sym_POUND, STATE(4735), 1, sym_comment, - ACTIONS(2507), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2505), 11, + ACTIONS(5066), 13, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -384937,34 +385105,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172772] = 4, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [172922] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8175), 1, + anon_sym_DASH2, STATE(4736), 1, sym_comment, - ACTIONS(2455), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2453), 11, + ACTIONS(8173), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172796] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [172946] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8221), 1, + ACTIONS(8179), 1, anon_sym_DASH2, STATE(4737), 1, sym_comment, - ACTIONS(8219), 12, + ACTIONS(8177), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -384977,35 +385147,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [172820] = 4, - ACTIONS(3), 1, + [172970] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8183), 1, + anon_sym_DASH2, STATE(4738), 1, sym_comment, - ACTIONS(2148), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2142), 11, + ACTIONS(8181), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172844] = 4, - ACTIONS(3), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [172994] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8187), 1, + anon_sym_DASH2, STATE(4739), 1, sym_comment, - ACTIONS(2156), 2, + ACTIONS(8185), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173018] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4740), 1, + sym_comment, + ACTIONS(2363), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2150), 11, + ACTIONS(2361), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385017,14 +385207,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172868] = 4, + [173042] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2406), 1, + ACTIONS(8191), 1, anon_sym_DASH2, - STATE(4740), 1, + STATE(4741), 1, sym_comment, - ACTIONS(2408), 12, + ACTIONS(8189), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385034,37 +385224,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [172892] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4741), 1, - sym_comment, - ACTIONS(5060), 13, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [172914] = 4, + [173066] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(4742), 1, sym_comment, - ACTIONS(2164), 2, + ACTIONS(2347), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2158), 11, + ACTIONS(2345), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385076,35 +385247,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172938] = 4, - ACTIONS(3), 1, + [173090] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(2353), 1, + anon_sym_DASH2, STATE(4743), 1, sym_comment, - ACTIONS(5630), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(5628), 11, + ACTIONS(2355), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [172962] = 4, - ACTIONS(3), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [173114] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8193), 1, + anon_sym_else, STATE(4744), 1, sym_comment, - ACTIONS(2404), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2402), 11, + ACTIONS(7947), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385116,14 +385286,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [172986] = 4, + anon_sym_RBRACE, + [173138] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8225), 1, + ACTIONS(2411), 1, anon_sym_DASH2, STATE(4745), 1, sym_comment, - ACTIONS(8223), 12, + ACTIONS(2413), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385133,36 +385304,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, - anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173010] = 3, + anon_sym_LBRACE, + [173162] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(2411), 1, + anon_sym_DASH2, STATE(4746), 1, sym_comment, - ACTIONS(8227), 13, + ACTIONS(2413), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [173032] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [173186] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8231), 1, + ACTIONS(8197), 1, anon_sym_DASH2, STATE(4747), 1, sym_comment, - ACTIONS(8229), 12, + ACTIONS(8195), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385175,53 +385347,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173056] = 3, + [173210] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8201), 1, + anon_sym_DASH2, STATE(4748), 1, sym_comment, - ACTIONS(5064), 13, + ACTIONS(8199), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [173078] = 4, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173234] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8205), 1, + anon_sym_DASH2, STATE(4749), 1, sym_comment, - ACTIONS(2384), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2382), 11, + ACTIONS(8203), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [173102] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173258] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8235), 1, + ACTIONS(8209), 1, anon_sym_DASH2, STATE(4750), 1, sym_comment, - ACTIONS(8233), 12, + ACTIONS(8207), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385234,34 +385407,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173126] = 4, + [173282] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(1782), 1, - aux_sym_shebang_repeat1, + ACTIONS(8213), 1, + anon_sym_DASH2, STATE(4751), 1, sym_comment, - ACTIONS(8237), 12, + ACTIONS(8211), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - [173150] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173306] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8241), 1, + ACTIONS(8217), 1, anon_sym_DASH2, STATE(4752), 1, sym_comment, - ACTIONS(8239), 12, + ACTIONS(8215), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385274,34 +385447,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173174] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(4753), 1, - sym_comment, - ACTIONS(2015), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2013), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [173198] = 4, + [173330] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8245), 1, + ACTIONS(8221), 1, anon_sym_DASH2, - STATE(4754), 1, + STATE(4753), 1, sym_comment, - ACTIONS(8243), 12, + ACTIONS(8219), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385314,14 +385467,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173222] = 4, + [173354] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8249), 1, + ACTIONS(8225), 1, anon_sym_DASH2, - STATE(4755), 1, + STATE(4754), 1, sym_comment, - ACTIONS(8247), 12, + ACTIONS(8223), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385334,14 +385487,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173246] = 4, + [173378] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8253), 1, + ACTIONS(8229), 1, anon_sym_DASH2, - STATE(4756), 1, + STATE(4755), 1, sym_comment, - ACTIONS(8251), 12, + ACTIONS(8227), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385354,14 +385507,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173270] = 4, + [173402] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8257), 1, + ACTIONS(8233), 1, anon_sym_DASH2, - STATE(4757), 1, + STATE(4756), 1, sym_comment, - ACTIONS(8255), 12, + ACTIONS(8231), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385374,12 +385527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173294] = 3, - ACTIONS(251), 1, + [173426] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4758), 1, + STATE(4757), 1, sym_comment, - ACTIONS(8259), 13, + ACTIONS(5634), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5632), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385391,113 +385547,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [173450] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8237), 1, + anon_sym_DASH2, + STATE(4758), 1, + sym_comment, + ACTIONS(8235), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [173316] = 4, - ACTIONS(3), 1, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173474] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8241), 1, + anon_sym_DASH2, STATE(4759), 1, sym_comment, - ACTIONS(2408), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2406), 11, + ACTIONS(8239), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [173340] = 3, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173498] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8245), 1, + anon_sym_DASH2, STATE(4760), 1, sym_comment, - ACTIONS(8261), 13, + ACTIONS(8243), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [173362] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3972), 1, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(8057), 1, - sym__newline, - ACTIONS(8059), 1, - sym__space, - ACTIONS(8061), 1, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - ACTIONS(8063), 1, + [173522] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8249), 1, anon_sym_DASH2, - ACTIONS(8065), 1, - anon_sym_LBRACE, - STATE(1785), 1, - sym_block, - STATE(1786), 1, - sym_val_closure, STATE(4761), 1, sym_comment, - STATE(5540), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(790), 2, - sym__blosure, - sym_val_variable, - STATE(7264), 2, - sym_short_flag, - sym_long_flag, - [173404] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1597), 1, - sym__entry_separator, - ACTIONS(3088), 1, + ACTIONS(8247), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8165), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8167), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8169), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(8263), 1, - anon_sym_DOT, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173546] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8253), 1, + anon_sym_DASH2, STATE(4762), 1, sym_comment, - STATE(5630), 1, - sym__immediate_decimal, - ACTIONS(1587), 2, + ACTIONS(8251), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(5617), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [173446] = 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173570] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2354), 1, + ACTIONS(8257), 1, anon_sym_DASH2, STATE(4763), 1, sym_comment, - ACTIONS(2356), 12, + ACTIONS(8255), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385507,77 +385664,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [173470] = 4, - ACTIONS(3), 1, + [173594] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8261), 1, + anon_sym_DASH2, STATE(4764), 1, sym_comment, - ACTIONS(2487), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2485), 11, + ACTIONS(8259), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [173494] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173618] = 4, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(8265), 1, - anon_sym_else, + anon_sym_DASH2, STATE(4765), 1, sym_comment, - ACTIONS(8105), 12, + ACTIONS(8263), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RBRACE, - [173518] = 4, - ACTIONS(3), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173642] = 4, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8269), 1, + anon_sym_DASH2, STATE(4766), 1, sym_comment, - ACTIONS(2423), 2, - ts_builtin_sym_end, - sym__space, - ACTIONS(2421), 11, + ACTIONS(8267), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [173542] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173666] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8269), 1, + ACTIONS(8273), 1, anon_sym_DASH2, STATE(4767), 1, sym_comment, - ACTIONS(8267), 12, + ACTIONS(8271), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385590,12 +385747,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173566] = 3, - ACTIONS(251), 1, + [173690] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(4768), 1, sym_comment, - ACTIONS(8271), 13, + ACTIONS(2355), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2353), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385607,16 +385767,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [173588] = 4, + [173714] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(8277), 1, anon_sym_DASH2, STATE(4769), 1, sym_comment, - ACTIONS(1665), 12, + ACTIONS(8275), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385626,68 +385784,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [173612] = 11, - ACTIONS(251), 1, + [173738] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(8275), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8277), 1, - aux_sym__immediate_decimal_token5, STATE(4770), 1, sym_comment, - STATE(6372), 1, - sym__immediate_decimal, - ACTIONS(8273), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1619), 3, + ACTIONS(2367), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2365), 11, + sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [173650] = 15, - ACTIONS(251), 1, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [173762] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7558), 1, - sym_identifier, - ACTIONS(7564), 1, - anon_sym_DOLLAR, - ACTIONS(7566), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7568), 1, - anon_sym_DASH_DASH, - ACTIONS(7570), 1, - anon_sym_DASH2, - ACTIONS(7685), 1, - anon_sym_PIPE, - STATE(3894), 1, - sym_param_long_flag, - STATE(4073), 1, - sym__param_name, - STATE(4316), 1, - aux_sym_parameter_parens_repeat1, STATE(4771), 1, sym_comment, - STATE(4822), 1, - sym_param_rest, - STATE(4828), 1, - sym_param_opt, - STATE(4834), 1, - sym_param_short_flag, - STATE(5313), 1, - sym_parameter, - [173696] = 4, + ACTIONS(2473), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2471), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [173786] = 4, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(8281), 1, @@ -385707,14 +385847,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [173720] = 4, + [173810] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2421), 1, + ACTIONS(2001), 1, anon_sym_DASH2, STATE(4773), 1, sym_comment, - ACTIONS(2423), 12, + ACTIONS(2003), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385727,53 +385867,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [173744] = 4, - ACTIONS(251), 1, + [173834] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8285), 1, - anon_sym_DASH2, STATE(4774), 1, sym_comment, - ACTIONS(8283), 12, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [173768] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8289), 1, - anon_sym_QMARK, - ACTIONS(8291), 1, - anon_sym_DASH2, - STATE(4775), 1, - sym_comment, - ACTIONS(8287), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [173794] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4776), 1, - sym_comment, - ACTIONS(8293), 13, + ACTIONS(5012), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(5014), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385785,17 +385887,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - anon_sym_RBRACE, - [173816] = 4, + [173858] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4777), 1, + STATE(4775), 1, sym_comment, - ACTIONS(2431), 2, + ACTIONS(1999), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2429), 11, + ACTIONS(1997), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385807,15 +385907,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [173840] = 4, + [173882] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8285), 1, + anon_sym_DASH2, + STATE(4776), 1, + sym_comment, + ACTIONS(8283), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [173906] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4777), 1, + sym_comment, + ACTIONS(1667), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 10, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [173930] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(4778), 1, sym_comment, - ACTIONS(2435), 2, + ACTIONS(5652), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2433), 11, + ACTIONS(5650), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385827,15 +385967,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [173864] = 4, + [173954] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(4779), 1, sym_comment, - ACTIONS(2439), 2, + ACTIONS(2461), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2437), 11, + ACTIONS(2459), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385847,35 +385987,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [173888] = 4, + [173978] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2297), 1, - anon_sym_DASH2, + ACTIONS(1721), 1, + anon_sym_DOT_DOT2, + ACTIONS(8069), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(1576), 1, + sym_cell_path, STATE(4780), 1, sym_comment, - ACTIONS(2299), 12, - anon_sym_EQ, - sym_identifier, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1723), 8, sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LPAREN2, - [173912] = 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + anon_sym_COLON2, + [174010] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(4781), 1, sym_comment, - ACTIONS(2368), 2, + ACTIONS(2503), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2366), 11, + ACTIONS(2501), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -385887,14 +386031,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [173936] = 4, + [174034] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2362), 1, + ACTIONS(8289), 1, anon_sym_DASH2, STATE(4782), 1, sym_comment, - ACTIONS(2364), 12, + ACTIONS(8287), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385904,17 +386048,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [173960] = 4, + [174058] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1004), 1, + ACTIONS(8293), 1, anon_sym_DASH2, STATE(4783), 1, sym_comment, - ACTIONS(1000), 12, + ACTIONS(8291), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385924,36 +386068,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [173984] = 3, + [174082] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8297), 1, + anon_sym_DASH2, STATE(4784), 1, sym_comment, - ACTIONS(8295), 13, + ACTIONS(8295), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [174006] = 4, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [174106] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8299), 1, + ACTIONS(8301), 1, anon_sym_DASH2, STATE(4785), 1, sym_comment, - ACTIONS(8297), 12, + ACTIONS(8299), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385966,14 +386111,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174030] = 4, + [174130] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8303), 1, + ACTIONS(8305), 1, anon_sym_DASH2, STATE(4786), 1, sym_comment, - ACTIONS(8301), 12, + ACTIONS(8303), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -385986,60 +386131,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174054] = 3, + [174154] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(8309), 1, + anon_sym_DASH2, STATE(4787), 1, sym_comment, - ACTIONS(8305), 13, + ACTIONS(8307), 12, + anon_sym_EQ, + sym_identifier, sym__newline, - anon_sym_SEMI, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, anon_sym_RPAREN, - anon_sym_RBRACE, - [174076] = 11, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [174178] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(8275), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8277), 1, - aux_sym__immediate_decimal_token5, + ACTIONS(8313), 1, + anon_sym_DASH2, STATE(4788), 1, sym_comment, - STATE(6544), 1, - sym__immediate_decimal, - ACTIONS(8273), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2026), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - ACTIONS(1583), 3, + ACTIONS(8311), 12, + anon_sym_EQ, + sym_identifier, + sym__newline, anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [174114] = 4, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_AT, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [174202] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8309), 1, + ACTIONS(8317), 1, anon_sym_DASH2, STATE(4789), 1, sym_comment, - ACTIONS(8307), 12, + ACTIONS(8315), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -386052,14 +386191,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174138] = 4, + [174226] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8313), 1, + ACTIONS(8321), 1, anon_sym_DASH2, STATE(4790), 1, sym_comment, - ACTIONS(8311), 12, + ACTIONS(8319), 12, anon_sym_EQ, sym_identifier, sym__newline, @@ -386072,15 +386211,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174162] = 4, + [174250] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(4791), 1, sym_comment, - ACTIONS(5652), 2, + ACTIONS(7268), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5650), 11, + ACTIONS(7266), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386092,15 +386231,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174186] = 4, - ACTIONS(3), 1, + [174274] = 11, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(7963), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7965), 1, + aux_sym__immediate_decimal_token5, STATE(4792), 1, sym_comment, - ACTIONS(7785), 2, + STATE(6532), 1, + sym__immediate_decimal, + ACTIONS(7961), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2035), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1553), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [174312] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4793), 1, + sym_comment, + ACTIONS(2465), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2463), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [174336] = 15, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(7570), 1, + sym_identifier, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(7578), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7580), 1, + anon_sym_DASH_DASH, + ACTIONS(7582), 1, + anon_sym_DASH2, + ACTIONS(8323), 1, + anon_sym_RBRACK, + STATE(3904), 1, + sym_param_long_flag, + STATE(4034), 1, + sym__param_name, + STATE(4338), 1, + aux_sym_parameter_parens_repeat1, + STATE(4794), 1, + sym_comment, + STATE(4828), 1, + sym_param_rest, + STATE(4833), 1, + sym_param_opt, + STATE(4840), 1, + sym_param_short_flag, + STATE(5284), 1, + sym_parameter, + [174382] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4544), 1, + anon_sym_DOT, + ACTIONS(7939), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(7941), 1, + aux_sym__immediate_decimal_token5, + STATE(4795), 1, + sym_comment, + STATE(5739), 1, + sym__immediate_decimal, + ACTIONS(7937), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(5738), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + ACTIONS(1643), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [174420] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4796), 1, + sym_comment, + ACTIONS(2339), 2, ts_builtin_sym_end, sym__space, - ACTIONS(7783), 11, + ACTIONS(2337), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386112,15 +386356,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174210] = 4, + [174444] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4793), 1, + STATE(4797), 1, sym_comment, - ACTIONS(2372), 2, + ACTIONS(1693), 2, ts_builtin_sym_end, sym__space, - ACTIONS(2370), 11, + ACTIONS(1681), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386132,15 +386376,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174234] = 4, + [174468] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4794), 1, + STATE(4798), 1, sym_comment, - ACTIONS(5613), 2, + ACTIONS(2453), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2451), 11, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [174492] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(4799), 1, + sym_comment, + ACTIONS(1939), 2, ts_builtin_sym_end, sym__space, - ACTIONS(5611), 11, + ACTIONS(1937), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386152,32 +386416,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174258] = 4, + [174516] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2334), 1, + ACTIONS(8327), 1, anon_sym_DASH2, - STATE(4795), 1, + STATE(4800), 1, sym_comment, - ACTIONS(2336), 12, + ACTIONS(8325), 12, anon_sym_EQ, sym_identifier, sym__newline, anon_sym_PIPE, anon_sym_COLON, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [174282] = 3, - ACTIONS(251), 1, + [174540] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(4796), 1, + STATE(4801), 1, sym_comment, - ACTIONS(8315), 13, + ACTIONS(2166), 2, + ts_builtin_sym_end, + sym__space, + ACTIONS(2160), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386189,17 +386456,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, + [174564] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4802), 1, + sym_comment, + ACTIONS(1733), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 10, + sym__newline, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [174304] = 4, + anon_sym_as, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [174588] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(4797), 1, + STATE(4803), 1, sym_comment, - ACTIONS(1947), 2, + ACTIONS(5058), 2, ts_builtin_sym_end, sym__space, - ACTIONS(1945), 11, + ACTIONS(5060), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386211,12 +386496,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174328] = 3, + [174612] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4798), 1, + STATE(4804), 1, sym_comment, - ACTIONS(8071), 12, + ACTIONS(8129), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386229,14 +386514,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174349] = 4, + [174633] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8319), 1, + ACTIONS(8331), 1, anon_sym_DASH2, - STATE(4799), 1, + STATE(4805), 1, sym_comment, - ACTIONS(8317), 11, + ACTIONS(8329), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386248,14 +386533,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174372] = 4, + [174656] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7584), 1, + ACTIONS(7654), 1, anon_sym_DASH2, - STATE(4800), 1, + STATE(4806), 1, sym_comment, - ACTIONS(7582), 11, + ACTIONS(7652), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386267,33 +386552,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174395] = 6, + [174679] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8321), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8323), 1, - aux_sym__immediate_decimal_token2, - STATE(4801), 1, - sym_comment, - ACTIONS(1625), 4, - anon_sym_DOLLAR, + ACTIONS(7993), 1, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1623), 6, - sym_identifier, + ACTIONS(7995), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [174422] = 3, + ACTIONS(8333), 1, + anon_sym_DOLLAR, + ACTIONS(8335), 1, + anon_sym_LBRACE, + STATE(1865), 1, + sym_block, + STATE(1867), 1, + sym_val_closure, + STATE(4807), 1, + sym_comment, + STATE(4954), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(790), 2, + sym__blosure, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [174718] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4802), 1, + STATE(4808), 1, sym_comment, - ACTIONS(6781), 12, + ACTIONS(6849), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386306,35 +386597,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174443] = 6, + [174739] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8325), 1, + ACTIONS(8337), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8339), 1, + aux_sym__immediate_decimal_token2, + STATE(4809), 1, + sym_comment, + ACTIONS(1597), 4, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1595), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [174766] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8341), 1, anon_sym_DOT, - ACTIONS(8327), 1, + ACTIONS(8343), 1, aux_sym__immediate_decimal_token2, - STATE(4803), 1, + STATE(4810), 1, sym_comment, - ACTIONS(1601), 4, + ACTIONS(1589), 4, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, + ACTIONS(1587), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym_unquoted_token2, - [174470] = 4, + [174793] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8331), 1, + ACTIONS(8347), 1, anon_sym_DASH2, - STATE(4804), 1, + STATE(4811), 1, sym_comment, - ACTIONS(8329), 11, + ACTIONS(8345), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386346,14 +386658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174493] = 4, + [174816] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8331), 1, + ACTIONS(8347), 1, anon_sym_DASH2, - STATE(4805), 1, + STATE(4812), 1, sym_comment, - ACTIONS(8329), 11, + ACTIONS(8345), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386365,39 +386677,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174516] = 12, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(8333), 1, - anon_sym_DOLLAR, - ACTIONS(8335), 1, - anon_sym_DASH_DASH, - ACTIONS(8337), 1, - anon_sym_DASH2, - ACTIONS(8339), 1, - anon_sym_LBRACE, - STATE(1785), 1, - sym_block, - STATE(1786), 1, - sym_val_closure, - STATE(4806), 1, - sym_comment, - STATE(4974), 1, - aux_sym_ctrl_do_repeat1, - STATE(787), 2, - sym__blosure, - sym_val_variable, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [174555] = 3, + [174839] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4807), 1, + STATE(4813), 1, sym_comment, - ACTIONS(8341), 12, + ACTIONS(8349), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386410,12 +386695,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174576] = 3, + [174860] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4808), 1, + STATE(4814), 1, sym_comment, - ACTIONS(8343), 12, + ACTIONS(8351), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386428,12 +386713,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174597] = 3, + [174881] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4809), 1, + STATE(4815), 1, sym_comment, - ACTIONS(8345), 12, + ACTIONS(8353), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386446,12 +386731,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174618] = 3, + [174902] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4810), 1, + STATE(4816), 1, sym_comment, - ACTIONS(8347), 12, + ACTIONS(8355), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386464,12 +386749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174639] = 3, + [174923] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4811), 1, + STATE(4817), 1, sym_comment, - ACTIONS(8349), 12, + ACTIONS(8357), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386482,45 +386767,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174660] = 12, + [174944] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1583), 1, + ACTIONS(1553), 1, anon_sym_LBRACE, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6435), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - ACTIONS(8351), 1, + ACTIONS(8359), 1, anon_sym_DOT, - ACTIONS(8355), 1, + ACTIONS(8363), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, + ACTIONS(8365), 1, aux_sym__immediate_decimal_token5, - STATE(4812), 1, + STATE(4818), 1, sym_comment, - STATE(5981), 1, + STATE(5896), 1, sym__immediate_decimal, - ACTIONS(8353), 2, + ACTIONS(8361), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(6617), 2, + STATE(6156), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [174699] = 6, + [174983] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - STATE(737), 1, + STATE(725), 1, aux_sym__pipe_separator, - STATE(4813), 1, + STATE(4819), 1, sym_comment, - STATE(4979), 1, + STATE(5022), 1, aux_sym_shebang_repeat1, - ACTIONS(2529), 9, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -386530,12 +386815,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174726] = 3, + [175010] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4814), 1, + STATE(4820), 1, sym_comment, - ACTIONS(8359), 12, + ACTIONS(8367), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -386548,12 +386833,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [174747] = 3, + [175031] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4815), 1, + STATE(4821), 1, sym_comment, - ACTIONS(8097), 12, + ACTIONS(8033), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386566,139 +386851,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174768] = 12, + [175052] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1687), 1, + ACTIONS(1709), 1, sym__entry_separator, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, + ACTIONS(8369), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, + ACTIONS(8371), 1, aux_sym__immediate_decimal_token3, - STATE(4816), 1, + STATE(4822), 1, sym_comment, - STATE(6673), 1, + STATE(6816), 1, sym__immediate_decimal, - ACTIONS(1685), 2, + ACTIONS(1707), 2, anon_sym_RBRACK, anon_sym_RBRACE, - STATE(6672), 2, + STATE(6805), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [174807] = 12, + [175091] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1691), 1, + ACTIONS(1713), 1, sym__entry_separator, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, + ACTIONS(8369), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, + ACTIONS(8371), 1, aux_sym__immediate_decimal_token3, - STATE(4817), 1, + STATE(4823), 1, sym_comment, - STATE(6678), 1, + STATE(6823), 1, sym__immediate_decimal, - ACTIONS(1689), 2, + ACTIONS(1711), 2, anon_sym_RBRACK, anon_sym_RBRACE, - STATE(6677), 2, + STATE(6820), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [174846] = 12, + [175130] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1695), 1, + ACTIONS(1665), 1, sym__entry_separator, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, + ACTIONS(8369), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, + ACTIONS(8371), 1, aux_sym__immediate_decimal_token3, - STATE(4818), 1, + STATE(4824), 1, sym_comment, - STATE(6683), 1, + STATE(6847), 1, sym__immediate_decimal, - ACTIONS(1693), 2, + ACTIONS(1657), 2, anon_sym_RBRACK, anon_sym_RBRACE, - STATE(6682), 2, + STATE(6840), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [174885] = 13, + [175169] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4825), 1, + sym_comment, + ACTIONS(8053), 12, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [175190] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1569), 1, + ACTIONS(1539), 1, anon_sym_RBRACE, - ACTIONS(1583), 1, + ACTIONS(1553), 1, sym__entry_separator, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym__unquoted_in_record_token2, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8365), 1, + ACTIONS(8373), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8367), 1, + ACTIONS(8375), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8369), 1, + ACTIONS(8377), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8371), 1, + ACTIONS(8379), 1, aux_sym__immediate_decimal_token5, - STATE(4819), 1, + STATE(4826), 1, sym_comment, - STATE(6216), 1, + STATE(6089), 1, sym__immediate_decimal, - STATE(6896), 2, + STATE(7059), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [174926] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4820), 1, - sym_comment, - ACTIONS(8315), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [174947] = 3, + [175231] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4821), 1, + STATE(4827), 1, sym_comment, - ACTIONS(7969), 12, + ACTIONS(8117), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386711,14 +386996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [174968] = 4, + [175252] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8375), 1, + ACTIONS(8383), 1, anon_sym_DASH2, - STATE(4822), 1, + STATE(4828), 1, sym_comment, - ACTIONS(8373), 11, + ACTIONS(8381), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386730,42 +387015,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [174991] = 13, + [175275] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1617), 1, + ACTIONS(1627), 1, anon_sym_RBRACE, - ACTIONS(1619), 1, + ACTIONS(1629), 1, sym__entry_separator, - ACTIONS(1621), 1, + ACTIONS(1631), 1, aux_sym__unquoted_in_record_token2, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8365), 1, + ACTIONS(8373), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8367), 1, + ACTIONS(8375), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8369), 1, + ACTIONS(8377), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8371), 1, + ACTIONS(8379), 1, aux_sym__immediate_decimal_token5, - STATE(4823), 1, + STATE(4829), 1, sym_comment, - STATE(6333), 1, + STATE(6168), 1, sym__immediate_decimal, - STATE(6684), 2, + STATE(6848), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [175032] = 4, + [175316] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8387), 1, + anon_sym_DASH2, + STATE(4830), 1, + sym_comment, + ACTIONS(8385), 11, + anon_sym_EQ, + sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [175339] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8379), 1, + ACTIONS(8391), 1, anon_sym_DASH2, - STATE(4824), 1, + STATE(4831), 1, sym_comment, - ACTIONS(8377), 11, + ACTIONS(8389), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386777,14 +387081,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175055] = 4, + [175362] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8383), 1, + ACTIONS(8395), 1, anon_sym_DASH2, - STATE(4825), 1, + STATE(4832), 1, sym_comment, - ACTIONS(8381), 11, + ACTIONS(8393), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386796,14 +387100,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175078] = 4, + [175385] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8387), 1, + ACTIONS(8399), 1, anon_sym_DASH2, - STATE(4826), 1, + STATE(4833), 1, sym_comment, - ACTIONS(8385), 11, + ACTIONS(8397), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386815,16 +387119,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175101] = 4, + [175408] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4827), 1, + STATE(4834), 1, sym_comment, - ACTIONS(1599), 3, + ACTIONS(1587), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 9, + ACTIONS(1589), 9, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386834,14 +387138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [175124] = 4, + [175431] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8391), 1, + ACTIONS(8403), 1, anon_sym_DASH2, - STATE(4828), 1, + STATE(4835), 1, sym_comment, - ACTIONS(8389), 11, + ACTIONS(8401), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386853,16 +387157,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175147] = 4, + [175454] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4829), 1, + STATE(4836), 1, sym_comment, - ACTIONS(1623), 3, + ACTIONS(1595), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 9, + ACTIONS(1597), 9, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386872,16 +387176,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [175170] = 4, + [175477] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4830), 1, + STATE(4837), 1, sym_comment, - ACTIONS(1709), 3, + ACTIONS(1667), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 9, + ACTIONS(1669), 9, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386891,16 +387195,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [175193] = 4, + [175500] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4831), 1, + STATE(4838), 1, sym_comment, - ACTIONS(1723), 3, + ACTIONS(1733), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1725), 9, + ACTIONS(1735), 9, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -386910,33 +387214,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [175216] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8395), 1, - anon_sym_DASH2, - STATE(4832), 1, - sym_comment, - ACTIONS(8393), 11, - anon_sym_EQ, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [175239] = 4, + [175523] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8399), 1, + ACTIONS(8407), 1, anon_sym_DASH2, - STATE(4833), 1, + STATE(4839), 1, sym_comment, - ACTIONS(8397), 11, + ACTIONS(8405), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386948,14 +387233,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175262] = 4, + [175546] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8403), 1, + ACTIONS(8411), 1, anon_sym_DASH2, - STATE(4834), 1, + STATE(4840), 1, sym_comment, - ACTIONS(8401), 11, + ACTIONS(8409), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386967,14 +387252,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175285] = 4, + [175569] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2115), 1, + ACTIONS(2170), 1, anon_sym_DASH2, - STATE(4835), 1, + STATE(4841), 1, sym_comment, - ACTIONS(2121), 11, + ACTIONS(2176), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -386986,18 +387271,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175308] = 7, + [175592] = 7, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(948), 1, anon_sym_DOT_DOT2, - ACTIONS(8021), 1, + ACTIONS(8069), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(4836), 1, + STATE(4842), 1, sym_comment, - STATE(4841), 1, + STATE(4847), 1, aux_sym_cell_path_repeat1, ACTIONS(950), 8, sym__newline, @@ -387008,14 +387293,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_COLON2, - [175337] = 4, + [175621] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2505), 1, + ACTIONS(2341), 1, anon_sym_DASH2, - STATE(4837), 1, + STATE(4843), 1, sym_comment, - ACTIONS(2507), 11, + ACTIONS(2343), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387027,14 +387312,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175360] = 4, + [175644] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2142), 1, + ACTIONS(2144), 1, anon_sym_DASH2, - STATE(4838), 1, + STATE(4844), 1, sym_comment, - ACTIONS(2148), 11, + ACTIONS(2150), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387046,14 +387331,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175383] = 4, + [175667] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2150), 1, + ACTIONS(2152), 1, anon_sym_DASH2, - STATE(4839), 1, + STATE(4845), 1, sym_comment, - ACTIONS(2156), 11, + ACTIONS(2158), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387065,14 +387350,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175406] = 4, + [175690] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2158), 1, + ACTIONS(2160), 1, anon_sym_DASH2, - STATE(4840), 1, + STATE(4846), 1, sym_comment, - ACTIONS(2164), 11, + ACTIONS(2166), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387084,16 +387369,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175429] = 6, + [175713] = 6, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(941), 1, anon_sym_DOT_DOT2, - ACTIONS(8405), 1, + ACTIONS(8413), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(4841), 2, + STATE(4847), 2, sym_comment, aux_sym_cell_path_repeat1, ACTIONS(943), 8, @@ -387105,14 +387390,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, anon_sym_COLON2, - [175456] = 4, + [175740] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2429), 1, + ACTIONS(2357), 1, anon_sym_DASH2, - STATE(4842), 1, + STATE(4848), 1, sym_comment, - ACTIONS(2431), 11, + ACTIONS(2359), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387124,14 +387409,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175479] = 4, + [175763] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2433), 1, + ACTIONS(2361), 1, anon_sym_DASH2, - STATE(4843), 1, + STATE(4849), 1, sym_comment, - ACTIONS(2435), 11, + ACTIONS(2363), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387143,14 +387428,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175502] = 4, + [175786] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2437), 1, + ACTIONS(2365), 1, anon_sym_DASH2, - STATE(4844), 1, + STATE(4850), 1, sym_comment, - ACTIONS(2439), 11, + ACTIONS(2367), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387162,14 +387447,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175525] = 4, + [175809] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2445), 1, + ACTIONS(2373), 1, anon_sym_DASH2, - STATE(4845), 1, + STATE(4851), 1, sym_comment, - ACTIONS(2447), 11, + ACTIONS(2375), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387181,14 +387466,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175548] = 4, + [175832] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2449), 1, + ACTIONS(2377), 1, anon_sym_DASH2, - STATE(4846), 1, + STATE(4852), 1, sym_comment, - ACTIONS(2451), 11, + ACTIONS(2379), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387200,14 +387485,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175571] = 4, + [175855] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2453), 1, + ACTIONS(2381), 1, anon_sym_DASH2, - STATE(4847), 1, + STATE(4853), 1, sym_comment, - ACTIONS(2455), 11, + ACTIONS(2383), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387219,14 +387504,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175594] = 4, + [175878] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2457), 1, + ACTIONS(2385), 1, anon_sym_DASH2, - STATE(4848), 1, + STATE(4854), 1, sym_comment, - ACTIONS(2459), 11, + ACTIONS(2387), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387238,14 +387523,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175617] = 4, + [175901] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2461), 1, + ACTIONS(2389), 1, anon_sym_DASH2, - STATE(4849), 1, + STATE(4855), 1, sym_comment, - ACTIONS(2463), 11, + ACTIONS(2391), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387257,14 +387542,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175640] = 4, + [175924] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2467), 1, + ACTIONS(2393), 1, anon_sym_DASH2, - STATE(4850), 1, + STATE(4856), 1, sym_comment, - ACTIONS(2469), 11, + ACTIONS(2395), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387276,14 +387561,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175663] = 4, + [175947] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2471), 1, + ACTIONS(2397), 1, anon_sym_DASH2, - STATE(4851), 1, + STATE(4857), 1, sym_comment, - ACTIONS(2473), 11, + ACTIONS(2399), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387295,12 +387580,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [175686] = 3, + [175970] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4852), 1, + STATE(4858), 1, sym_comment, - ACTIONS(5060), 12, + ACTIONS(5066), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387313,12 +387598,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [175707] = 3, + [175991] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4853), 1, + STATE(4859), 1, sym_comment, - ACTIONS(5064), 12, + ACTIONS(5070), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387331,33 +387616,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [175728] = 6, + [176012] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4854), 1, + STATE(4860), 1, sym_comment, - ACTIONS(6889), 2, + ACTIONS(6893), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6895), 2, + ACTIONS(6899), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6891), 4, + ACTIONS(6895), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6893), 4, + ACTIONS(6897), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [175755] = 3, + [176039] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4855), 1, + STATE(4861), 1, sym_comment, - ACTIONS(8035), 12, + ACTIONS(8031), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387370,43 +387655,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [175776] = 13, + [176060] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1569), 1, + ACTIONS(1539), 1, anon_sym_RBRACE, - ACTIONS(1583), 1, + ACTIONS(1553), 1, sym__entry_separator, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8165), 1, + ACTIONS(8099), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8167), 1, + ACTIONS(8101), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8408), 1, + ACTIONS(8416), 1, anon_sym_DOT, - STATE(4856), 1, + STATE(4862), 1, sym_comment, - STATE(5967), 1, + STATE(5921), 1, sym__immediate_decimal, - STATE(5633), 2, + STATE(5750), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [175817] = 4, + [176101] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4857), 1, + STATE(4863), 1, sym_comment, - ACTIONS(8410), 2, + ACTIONS(8418), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(8412), 10, + ACTIONS(8420), 10, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -387417,12 +387702,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - [175840] = 3, + [176124] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4858), 1, + STATE(4864), 1, sym_comment, - ACTIONS(8305), 12, + ACTIONS(8123), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387435,43 +387720,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [175861] = 13, + [176145] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2556), 1, + ACTIONS(2547), 1, anon_sym_DOLLAR, - ACTIONS(5275), 1, + ACTIONS(5273), 1, anon_sym_LPAREN2, - ACTIONS(5279), 1, + ACTIONS(5277), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5281), 1, + ACTIONS(5279), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5283), 1, + ACTIONS(5281), 1, aux_sym__immediate_decimal_token5, - ACTIONS(5532), 1, + ACTIONS(5474), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8414), 1, + ACTIONS(8422), 1, anon_sym_RBRACK, - ACTIONS(8416), 1, + ACTIONS(8424), 1, anon_sym_DOLLAR2, - ACTIONS(8418), 1, + ACTIONS(8426), 1, aux_sym__immediate_decimal_token1, - STATE(2677), 1, + STATE(2673), 1, sym__immediate_decimal, - STATE(4859), 1, + STATE(4865), 1, sym_comment, - STATE(2807), 2, + STATE(2835), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [175902] = 4, + [176186] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4860), 1, + STATE(4866), 1, sym_comment, - ACTIONS(7434), 2, + ACTIONS(7496), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(7436), 10, + ACTIONS(7498), 10, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -387482,15 +387767,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - [175925] = 4, + [176209] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4861), 1, + STATE(4867), 1, sym_comment, - ACTIONS(8420), 2, + ACTIONS(8428), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(8422), 10, + ACTIONS(8430), 10, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -387501,40 +387786,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - [175948] = 13, + [176232] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5388), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5392), 1, + ACTIONS(5441), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5394), 1, + ACTIONS(5443), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8416), 1, - anon_sym_DOLLAR2, ACTIONS(8424), 1, + anon_sym_DOLLAR2, + ACTIONS(8432), 1, anon_sym_RBRACK, - ACTIONS(8426), 1, + ACTIONS(8434), 1, anon_sym_DOLLAR, - ACTIONS(8428), 1, + ACTIONS(8436), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8430), 1, + ACTIONS(8438), 1, aux_sym__immediate_decimal_token5, STATE(2828), 1, sym__immediate_decimal, - STATE(4862), 1, + STATE(4868), 1, sym_comment, - STATE(2934), 2, + STATE(2884), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [175989] = 3, + [176273] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4863), 1, + STATE(4869), 1, sym_comment, - ACTIONS(8295), 12, + ACTIONS(8025), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387547,12 +387832,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176010] = 3, + [176294] = 12, ACTIONS(251), 1, anon_sym_POUND, - STATE(4864), 1, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + ACTIONS(7993), 1, + anon_sym_DASH_DASH, + ACTIONS(7995), 1, + anon_sym_DASH2, + ACTIONS(7997), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4870), 1, + sym_comment, + STATE(4874), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(772), 2, + sym__blosure, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [176333] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4871), 1, sym_comment, - ACTIONS(8011), 12, + ACTIONS(8029), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387565,12 +387877,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176031] = 3, + [176354] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4865), 1, + STATE(4872), 1, sym_comment, - ACTIONS(7785), 12, + ACTIONS(7931), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387583,14 +387895,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176052] = 4, + [176375] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7693), 1, + ACTIONS(7698), 1, anon_sym_DASH2, - STATE(4866), 1, + STATE(4873), 1, sym_comment, - ACTIONS(7691), 11, + ACTIONS(7696), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387602,35 +387914,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176075] = 6, + [176398] = 12, ACTIONS(251), 1, anon_sym_POUND, - STATE(4867), 1, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + ACTIONS(7993), 1, + anon_sym_DASH_DASH, + ACTIONS(7995), 1, + anon_sym_DASH2, + ACTIONS(7997), 1, + anon_sym_LBRACE, + STATE(1803), 1, + sym_block, + STATE(1804), 1, + sym_val_closure, + STATE(4874), 1, + sym_comment, + STATE(5366), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(774), 2, + sym__blosure, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [176437] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4875), 1, sym_comment, - ACTIONS(6877), 2, + ACTIONS(6879), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(6883), 2, + ACTIONS(6885), 2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - ACTIONS(6879), 4, + ACTIONS(6881), 4, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, anon_sym_ends_DASHwith2, - ACTIONS(6881), 4, + ACTIONS(6883), 4, anon_sym_EQ_EQ2, anon_sym_BANG_EQ2, anon_sym_LT_EQ2, anon_sym_GT_EQ2, - [176102] = 4, + [176464] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8434), 1, + ACTIONS(8442), 1, anon_sym_DASH2, - STATE(4868), 1, + STATE(4876), 1, sym_comment, - ACTIONS(8432), 11, + ACTIONS(8440), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387642,14 +387981,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176125] = 4, + [176487] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8438), 1, + ACTIONS(8446), 1, anon_sym_DASH2, - STATE(4869), 1, + STATE(4877), 1, sym_comment, - ACTIONS(8436), 11, + ACTIONS(8444), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387661,15 +388000,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176148] = 4, + [176510] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(4870), 1, + STATE(4878), 1, sym_comment, - ACTIONS(7478), 2, + ACTIONS(7558), 2, anon_sym_GT2, anon_sym_LT2, - ACTIONS(7480), 10, + ACTIONS(7560), 10, anon_sym_in2, anon_sym_not_DASHin2, anon_sym_starts_DASHwith2, @@ -387680,41 +388019,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ2, anon_sym_EQ_TILDE2, anon_sym_BANG_TILDE2, - [176171] = 12, + [176533] = 12, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(8440), 1, + ACTIONS(8448), 1, sym_identifier, - ACTIONS(8442), 1, + ACTIONS(8450), 1, sym__newline, - ACTIONS(8444), 1, + ACTIONS(8452), 1, anon_sym_GT2, - STATE(4871), 1, + STATE(4879), 1, sym_comment, - STATE(4985), 1, + STATE(4991), 1, aux_sym_shebang_repeat1, - STATE(5231), 1, + STATE(5246), 1, aux_sym_collection_type_repeat1, - STATE(6129), 1, + STATE(6476), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [176210] = 4, + [176572] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8448), 1, + ACTIONS(8456), 1, anon_sym_DASH2, - STATE(4872), 1, + STATE(4880), 1, sym_comment, - ACTIONS(8446), 11, + ACTIONS(8454), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -387726,12 +388065,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176233] = 3, + [176595] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4873), 1, + STATE(4881), 1, sym_comment, - ACTIONS(8450), 12, + ACTIONS(8458), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387744,12 +388083,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176254] = 3, + [176616] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4874), 1, + STATE(4882), 1, sym_comment, - ACTIONS(8452), 12, + ACTIONS(8460), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387762,12 +388101,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176275] = 3, + [176637] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4875), 1, + STATE(4883), 1, sym_comment, - ACTIONS(8454), 12, + ACTIONS(8462), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387780,12 +388119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176296] = 3, + [176658] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4876), 1, + STATE(4884), 1, sym_comment, - ACTIONS(8456), 12, + ACTIONS(8464), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387798,12 +388137,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176317] = 3, + [176679] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4877), 1, + STATE(4885), 1, sym_comment, - ACTIONS(8458), 12, + ACTIONS(8466), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387816,12 +388155,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176338] = 3, + [176700] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4878), 1, + STATE(4886), 1, sym_comment, - ACTIONS(8460), 12, + ACTIONS(8468), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387834,12 +388173,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176359] = 3, + [176721] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4879), 1, + STATE(4887), 1, sym_comment, - ACTIONS(8462), 12, + ACTIONS(8470), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387852,12 +388191,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176380] = 3, + [176742] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4880), 1, + STATE(4888), 1, sym_comment, - ACTIONS(8464), 12, + ACTIONS(8472), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -387870,91 +388209,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176401] = 9, + [176763] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(1681), 1, anon_sym_DASH2, - ACTIONS(4540), 1, + ACTIONS(4596), 1, anon_sym_DOT_DOT2, - ACTIONS(8466), 1, + ACTIONS(8474), 1, sym_filesize_unit, - ACTIONS(8468), 1, + ACTIONS(8476), 1, sym_duration_unit, - ACTIONS(8470), 1, + ACTIONS(8478), 1, aux_sym_unquoted_token2, - STATE(4881), 1, + STATE(4889), 1, sym_comment, - ACTIONS(4542), 2, + ACTIONS(4598), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 5, + ACTIONS(1693), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [176434] = 12, + [176796] = 12, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(8442), 1, + ACTIONS(8450), 1, sym__newline, - ACTIONS(8472), 1, + ACTIONS(8480), 1, sym_identifier, - ACTIONS(8474), 1, + ACTIONS(8482), 1, anon_sym_GT2, - STATE(4882), 1, + STATE(4890), 1, sym_comment, - STATE(5016), 1, + STATE(5024), 1, aux_sym_shebang_repeat1, - STATE(5232), 1, + STATE(5247), 1, aux_sym_collection_type_repeat1, - STATE(6375), 1, + STATE(6471), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [176473] = 13, + [176835] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1617), 1, + ACTIONS(1627), 1, anon_sym_RBRACK, - ACTIONS(1619), 1, + ACTIONS(1629), 1, sym__entry_separator, - ACTIONS(1621), 1, + ACTIONS(1631), 1, aux_sym__unquoted_in_list_token2, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8476), 1, + ACTIONS(8484), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8478), 1, + ACTIONS(8486), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8480), 1, + ACTIONS(8488), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8482), 1, + ACTIONS(8490), 1, aux_sym__immediate_decimal_token5, - STATE(4883), 1, + STATE(4891), 1, sym_comment, - STATE(6127), 1, + STATE(6091), 1, sym__immediate_decimal, - STATE(6684), 2, + STATE(6848), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [176514] = 3, + [176876] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4884), 1, + STATE(4892), 1, sym_comment, - ACTIONS(6755), 12, + ACTIONS(8125), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387967,12 +388306,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176535] = 3, + [176897] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4885), 1, + STATE(4893), 1, sym_comment, - ACTIONS(8155), 12, + ACTIONS(6753), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -387985,12 +388324,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176556] = 3, + [176918] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4886), 1, + STATE(4894), 1, sym_comment, - ACTIONS(8484), 12, + ACTIONS(8492), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388003,12 +388342,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176577] = 3, + [176939] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4887), 1, + STATE(4895), 1, sym_comment, - ACTIONS(8486), 12, + ACTIONS(8494), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388021,12 +388360,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176598] = 3, + [176960] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4888), 1, + STATE(4896), 1, sym_comment, - ACTIONS(8488), 12, + ACTIONS(7969), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388038,14 +388378,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [176619] = 3, + [176981] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4889), 1, + STATE(4897), 1, sym_comment, - ACTIONS(6747), 12, - ts_builtin_sym_end, + ACTIONS(8496), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388057,12 +388395,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176640] = 3, + anon_sym_RPAREN, + [177002] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4890), 1, + STATE(4898), 1, sym_comment, - ACTIONS(8293), 12, + ACTIONS(8055), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -388075,12 +388414,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176661] = 3, + [177023] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4891), 1, + STATE(4899), 1, sym_comment, - ACTIONS(8067), 12, + ACTIONS(8061), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -388093,63 +388432,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [176682] = 6, + [177044] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8490), 1, + ACTIONS(8498), 1, anon_sym_DOT, - ACTIONS(8492), 1, + ACTIONS(8500), 1, aux_sym__immediate_decimal_token2, - STATE(4892), 1, + STATE(4900), 1, sym_comment, - ACTIONS(1599), 4, + ACTIONS(1587), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 6, + ACTIONS(1589), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [176709] = 13, + [177071] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5388), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5392), 1, + ACTIONS(5441), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5394), 1, + ACTIONS(5443), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8414), 1, + ACTIONS(8422), 1, anon_sym_RBRACK, - ACTIONS(8416), 1, + ACTIONS(8424), 1, anon_sym_DOLLAR2, - ACTIONS(8426), 1, + ACTIONS(8434), 1, anon_sym_DOLLAR, - ACTIONS(8428), 1, + ACTIONS(8436), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8430), 1, + ACTIONS(8438), 1, aux_sym__immediate_decimal_token5, STATE(2828), 1, sym__immediate_decimal, - STATE(4893), 1, + STATE(4901), 1, sym_comment, - STATE(2934), 2, + STATE(2884), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [176750] = 4, + [177112] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7647), 1, + ACTIONS(7683), 1, anon_sym_DASH2, - STATE(4894), 1, + STATE(4902), 1, sym_comment, - ACTIONS(7645), 11, + ACTIONS(7681), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -388161,61 +388500,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [176773] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8494), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8496), 1, - aux_sym__immediate_decimal_token2, - STATE(4895), 1, - sym_comment, - ACTIONS(1623), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1625), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [176800] = 13, + [177135] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5388), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5392), 1, + ACTIONS(5441), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5394), 1, + ACTIONS(5443), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8416), 1, + ACTIONS(8424), 1, anon_sym_DOLLAR2, - ACTIONS(8426), 1, + ACTIONS(8434), 1, anon_sym_DOLLAR, - ACTIONS(8428), 1, + ACTIONS(8436), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8430), 1, + ACTIONS(8438), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8498), 1, + ACTIONS(8502), 1, anon_sym_RBRACK, STATE(2828), 1, sym__immediate_decimal, - STATE(4896), 1, + STATE(4903), 1, sym_comment, - STATE(2934), 2, + STATE(2884), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [176841] = 3, + [177176] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8504), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8506), 1, + aux_sym__immediate_decimal_token2, + STATE(4904), 1, + sym_comment, + ACTIONS(1595), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1597), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [177203] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4897), 1, + STATE(4905), 1, sym_comment, - ACTIONS(8500), 12, + ACTIONS(8508), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388228,12 +388567,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176862] = 3, + [177224] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4898), 1, + STATE(4906), 1, sym_comment, - ACTIONS(8502), 12, + ACTIONS(8510), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388246,12 +388585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176883] = 3, + [177245] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4899), 1, + STATE(4907), 1, sym_comment, - ACTIONS(6847), 12, + ACTIONS(6851), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388264,38 +388603,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176904] = 11, + [177266] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(8506), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8508), 1, - aux_sym__immediate_decimal_token5, - STATE(4900), 1, + STATE(4908), 1, sym_comment, - STATE(6878), 1, - sym__immediate_decimal, - ACTIONS(1583), 2, + ACTIONS(8512), 12, + sym__newline, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(8504), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2026), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [176941] = 3, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + anon_sym_RPAREN, + [177287] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4901), 1, + STATE(4909), 1, sym_comment, - ACTIONS(8510), 12, + ACTIONS(8514), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388308,12 +388639,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176962] = 3, + [177308] = 11, ACTIONS(251), 1, anon_sym_POUND, - STATE(4902), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(8518), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8520), 1, + aux_sym__immediate_decimal_token5, + STATE(4910), 1, sym_comment, - ACTIONS(8512), 12, + STATE(6762), 1, + sym__immediate_decimal, + ACTIONS(1553), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(8516), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2035), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [177345] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4911), 1, + sym_comment, + ACTIONS(8522), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388326,12 +388683,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [176983] = 3, + [177366] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4903), 1, + STATE(4912), 1, sym_comment, - ACTIONS(8514), 12, + ACTIONS(8524), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388344,12 +388701,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177004] = 3, + [177387] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4904), 1, + STATE(4913), 1, sym_comment, - ACTIONS(8516), 12, + ACTIONS(8526), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388362,12 +388719,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177025] = 3, + [177408] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4905), 1, + STATE(4914), 1, sym_comment, - ACTIONS(8518), 12, + ACTIONS(8528), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388380,12 +388737,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177046] = 3, + [177429] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4906), 1, + STATE(4915), 1, sym_comment, - ACTIONS(8520), 12, + ACTIONS(8530), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388398,12 +388755,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177067] = 3, + [177450] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4907), 1, + STATE(4916), 1, sym_comment, - ACTIONS(8522), 12, + ACTIONS(8532), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388416,12 +388773,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177088] = 3, + [177471] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4908), 1, + STATE(4917), 1, sym_comment, - ACTIONS(8524), 12, + ACTIONS(8534), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388434,12 +388791,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177109] = 3, + [177492] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4909), 1, + STATE(4918), 1, sym_comment, - ACTIONS(8526), 12, + ACTIONS(8536), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388452,12 +388809,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177130] = 3, + [177513] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4910), 1, + STATE(4919), 1, sym_comment, - ACTIONS(8528), 12, + ACTIONS(8538), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388470,112 +388827,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177151] = 10, + [177534] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7915), 1, + ACTIONS(7939), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, + ACTIONS(7941), 1, aux_sym__immediate_decimal_token5, - STATE(2025), 1, + STATE(2034), 1, sym__immediate_decimal, - STATE(4911), 1, + STATE(4920), 1, sym_comment, - ACTIONS(8530), 2, + ACTIONS(8540), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2024), 2, + STATE(2033), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1597), 3, + ACTIONS(1643), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [177186] = 10, + [177569] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(4921), 1, + sym_comment, + ACTIONS(7957), 12, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [177590] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7915), 1, + ACTIONS(7939), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, + ACTIONS(7941), 1, aux_sym__immediate_decimal_token5, - STATE(2038), 1, + STATE(2045), 1, sym__immediate_decimal, - STATE(4912), 1, + STATE(4922), 1, sym_comment, - ACTIONS(8530), 2, + ACTIONS(8540), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2037), 2, + STATE(2044), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1687), 3, + ACTIONS(1709), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [177221] = 10, + [177625] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7915), 1, + ACTIONS(7939), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, + ACTIONS(7941), 1, aux_sym__immediate_decimal_token5, - STATE(2040), 1, + STATE(2047), 1, sym__immediate_decimal, - STATE(4913), 1, + STATE(4923), 1, sym_comment, - ACTIONS(8530), 2, + ACTIONS(8540), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2039), 2, + STATE(2046), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1691), 3, + ACTIONS(1713), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [177256] = 10, + [177660] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7915), 1, + ACTIONS(7939), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, + ACTIONS(7941), 1, aux_sym__immediate_decimal_token5, - STATE(2042), 1, + STATE(2049), 1, sym__immediate_decimal, - STATE(4914), 1, + STATE(4924), 1, sym_comment, - ACTIONS(8530), 2, + ACTIONS(8540), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2041), 2, + STATE(2048), 2, sym__expr_parenthesized_immediate, sym_val_variable, - ACTIONS(1695), 3, + ACTIONS(1665), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [177291] = 3, + [177695] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4915), 1, + STATE(4925), 1, sym_comment, - ACTIONS(8532), 12, + ACTIONS(7967), 12, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388587,13 +388963,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - anon_sym_RPAREN, - [177312] = 3, + [177716] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4916), 1, + STATE(4926), 1, sym_comment, - ACTIONS(8009), 12, + ACTIONS(8081), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -388606,10 +388981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [177333] = 3, + [177737] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4917), 1, + STATE(4927), 1, sym_comment, ACTIONS(8083), 12, ts_builtin_sym_end, @@ -388624,33 +388999,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [177354] = 3, + [177758] = 11, ACTIONS(251), 1, anon_sym_POUND, - STATE(4918), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(8518), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8520), 1, + aux_sym__immediate_decimal_token5, + STATE(4928), 1, sym_comment, - ACTIONS(8206), 12, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, + STATE(6851), 1, + sym__immediate_decimal, + ACTIONS(1629), 2, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [177375] = 3, + anon_sym_EQ_GT, + ACTIONS(8516), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2050), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [177795] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(4919), 1, - sym_comment, - ACTIONS(8045), 12, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, + STATE(743), 1, + aux_sym__pipe_separator, + STATE(4929), 1, + sym_comment, + STATE(5022), 1, + aux_sym_shebang_repeat1, + ACTIONS(2519), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -388660,86 +389046,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [177396] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(8506), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8508), 1, - aux_sym__immediate_decimal_token5, - STATE(4920), 1, - sym_comment, - STATE(6666), 1, - sym__immediate_decimal, - ACTIONS(1619), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(8504), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [177433] = 12, + [177822] = 12, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(8442), 1, + ACTIONS(8450), 1, sym__newline, - ACTIONS(8534), 1, + ACTIONS(8542), 1, sym_identifier, - ACTIONS(8536), 1, + ACTIONS(8544), 1, anon_sym_GT2, - STATE(4921), 1, + STATE(4930), 1, sym_comment, - STATE(5022), 1, + STATE(5031), 1, aux_sym_shebang_repeat1, - STATE(5249), 1, + STATE(5257), 1, aux_sym_collection_type_repeat1, - STATE(6115), 1, + STATE(6555), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [177472] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - STATE(721), 1, - aux_sym__pipe_separator, - STATE(4922), 1, - sym_comment, - STATE(4979), 1, - aux_sym_shebang_repeat1, - ACTIONS(2529), 9, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [177499] = 3, + [177861] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4923), 1, + STATE(4931), 1, sym_comment, - ACTIONS(8538), 12, + ACTIONS(8546), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388752,12 +389091,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177520] = 3, + [177882] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4924), 1, + STATE(4932), 1, sym_comment, - ACTIONS(8540), 12, + ACTIONS(8548), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388770,12 +389109,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177541] = 3, + [177903] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4925), 1, + STATE(4933), 1, sym_comment, - ACTIONS(8542), 12, + ACTIONS(8550), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388788,12 +389127,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177562] = 3, + [177924] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4926), 1, + STATE(4934), 1, sym_comment, - ACTIONS(8544), 12, + ACTIONS(8552), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388806,12 +389145,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177583] = 3, + [177945] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4927), 1, + STATE(4935), 1, sym_comment, - ACTIONS(8546), 12, + ACTIONS(8554), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388824,12 +389163,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177604] = 3, + [177966] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4928), 1, + STATE(4936), 1, sym_comment, - ACTIONS(8548), 12, + ACTIONS(8556), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388842,12 +389181,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177625] = 3, + [177987] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4929), 1, + STATE(4937), 1, sym_comment, - ACTIONS(8227), 12, + ACTIONS(8051), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -388860,12 +389199,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [177646] = 3, + [178008] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4930), 1, + STATE(4938), 1, sym_comment, - ACTIONS(8550), 12, + ACTIONS(8558), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388878,12 +389217,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177667] = 3, + [178029] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4931), 1, + STATE(4939), 1, sym_comment, - ACTIONS(8552), 12, + ACTIONS(8560), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388896,12 +389235,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177688] = 3, + [178050] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4932), 1, + STATE(4940), 1, sym_comment, - ACTIONS(8554), 12, + ACTIONS(8562), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388914,12 +389253,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177709] = 3, + [178071] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4933), 1, + STATE(4941), 1, sym_comment, - ACTIONS(8556), 12, + ACTIONS(8564), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388932,12 +389271,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177730] = 3, + [178092] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4934), 1, + STATE(4942), 1, sym_comment, - ACTIONS(8558), 12, + ACTIONS(8566), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388950,12 +389289,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177751] = 3, + [178113] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4935), 1, + STATE(4943), 1, sym_comment, - ACTIONS(8560), 12, + ACTIONS(8568), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388968,12 +389307,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177772] = 3, + [178134] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4936), 1, + STATE(4944), 1, sym_comment, - ACTIONS(8562), 12, + ACTIONS(8570), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -388986,12 +389325,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177793] = 3, + [178155] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4937), 1, + STATE(4945), 1, sym_comment, - ACTIONS(8564), 12, + ACTIONS(8572), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -389004,12 +389343,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177814] = 3, + [178176] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4938), 1, + STATE(4946), 1, sym_comment, - ACTIONS(8566), 12, + ACTIONS(8574), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -389022,20 +389361,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177835] = 8, + [178197] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(935), 1, anon_sym_DOT_DOT2, - ACTIONS(8021), 1, + ACTIONS(8069), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(3768), 1, + STATE(3770), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(4939), 1, + STATE(4947), 1, sym_comment, ACTIONS(937), 7, sym__newline, @@ -389045,12 +389384,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [177866] = 3, + [178228] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4940), 1, + STATE(4948), 1, sym_comment, - ACTIONS(8568), 12, + ACTIONS(8576), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -389063,12 +389402,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177887] = 3, + [178249] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4941), 1, + STATE(4949), 1, sym_comment, - ACTIONS(8570), 12, + ACTIONS(8578), 12, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -389081,14 +389420,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, anon_sym_RPAREN, - [177908] = 4, + [178270] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, + ACTIONS(1937), 1, anon_sym_DASH2, - STATE(4942), 1, + STATE(4950), 1, sym_comment, - ACTIONS(1959), 11, + ACTIONS(1939), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -389100,14 +389439,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [177931] = 4, + [178293] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2485), 1, + ACTIONS(2403), 1, anon_sym_DASH2, - STATE(4943), 1, + STATE(4951), 1, sym_comment, - ACTIONS(2487), 11, + ACTIONS(2405), 11, anon_sym_EQ, sym_identifier, sym__newline, @@ -389119,19 +389458,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [177954] = 6, + [178316] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5755), 1, + ACTIONS(5743), 1, sym__newline, - ACTIONS(8572), 1, + ACTIONS(8580), 1, anon_sym_DASH2, - STATE(4944), 1, + STATE(4952), 1, sym_comment, - ACTIONS(1275), 2, + ACTIONS(1268), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(5758), 8, + ACTIONS(5746), 8, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -389140,73 +389479,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [177981] = 12, + [178343] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1539), 1, + anon_sym_RBRACK, + ACTIONS(1553), 1, + sym__entry_separator, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8484), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8486), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8488), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8490), 1, + aux_sym__immediate_decimal_token5, + STATE(4953), 1, + sym_comment, + STATE(6415), 1, + sym__immediate_decimal, + STATE(7059), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [178384] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, + ACTIONS(7993), 1, + anon_sym_DASH_DASH, + ACTIONS(7995), 1, + anon_sym_DASH2, ACTIONS(8333), 1, anon_sym_DOLLAR, ACTIONS(8335), 1, - anon_sym_DASH_DASH, - ACTIONS(8337), 1, - anon_sym_DASH2, - ACTIONS(8339), 1, anon_sym_LBRACE, - STATE(1785), 1, + STATE(1865), 1, sym_block, - STATE(1786), 1, + STATE(1867), 1, sym_val_closure, - STATE(4945), 1, + STATE(4954), 1, sym_comment, - STATE(4974), 1, + STATE(5366), 1, aux_sym_ctrl_do_repeat1, - STATE(787), 2, + STATE(5967), 1, + sym__flag, + STATE(793), 2, sym__blosure, sym_val_variable, - STATE(5904), 2, + STATE(5970), 2, sym_short_flag, sym_long_flag, - [178020] = 13, + [178423] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1569), 1, - anon_sym_RBRACK, - ACTIONS(1583), 1, + ACTIONS(1643), 1, sym__entry_separator, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8476), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8478), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8480), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8482), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - STATE(4946), 1, + ACTIONS(8369), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8371), 1, + aux_sym__immediate_decimal_token3, + STATE(4955), 1, sym_comment, - STATE(6495), 1, + STATE(7016), 1, sym__immediate_decimal, - STATE(6896), 2, + ACTIONS(1633), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(7010), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [178061] = 6, + [178462] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7749), 1, + ACTIONS(7860), 1, sym__newline, - ACTIONS(8574), 1, + ACTIONS(8582), 1, anon_sym_else, - STATE(4947), 1, + STATE(4956), 1, sym_comment, - STATE(4949), 1, + STATE(4957), 1, aux_sym_shebang_repeat1, - ACTIONS(7752), 9, + ACTIONS(7863), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389216,45 +389582,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178088] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1597), 1, - sym__entry_separator, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8169), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, - aux_sym__immediate_decimal_token3, - STATE(4948), 1, - sym_comment, - STATE(6693), 1, - sym__immediate_decimal, - ACTIONS(1587), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(7163), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [178127] = 6, + [178489] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7794), 1, + ACTIONS(7732), 1, sym__newline, - ACTIONS(8576), 1, + ACTIONS(8584), 1, anon_sym_else, - STATE(4949), 1, + STATE(4957), 1, sym_comment, - STATE(4952), 1, + STATE(4960), 1, aux_sym_shebang_repeat1, - ACTIONS(7797), 9, + ACTIONS(7735), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389264,18 +389603,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178154] = 6, + [178516] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7801), 1, + ACTIONS(7790), 1, sym__newline, - ACTIONS(8578), 1, + ACTIONS(8586), 1, anon_sym_else, - STATE(4950), 1, + STATE(4958), 1, sym_comment, - STATE(4953), 1, + STATE(4961), 1, aux_sym_shebang_repeat1, - ACTIONS(7804), 9, + ACTIONS(7793), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389285,18 +389624,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178181] = 6, + [178543] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7810), 1, + ACTIONS(7797), 1, sym__newline, - ACTIONS(8580), 1, + ACTIONS(8588), 1, anon_sym_else, - STATE(4951), 1, + STATE(4959), 1, sym_comment, - STATE(4954), 1, + STATE(4962), 1, aux_sym_shebang_repeat1, - ACTIONS(7813), 9, + ACTIONS(7800), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389306,18 +389645,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178208] = 6, + [178570] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8582), 1, + ACTIONS(8590), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4952), 1, + STATE(4960), 1, sym_comment, - ACTIONS(1264), 9, + ACTIONS(1276), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389327,18 +389666,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178235] = 6, + [178597] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7776), 1, + ACTIONS(7825), 1, sym__newline, - ACTIONS(8585), 1, + ACTIONS(8593), 1, anon_sym_else, - STATE(4953), 1, + STATE(4961), 1, sym_comment, - STATE(4956), 1, + STATE(4964), 1, aux_sym_shebang_repeat1, - ACTIONS(7779), 9, + ACTIONS(7828), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389348,18 +389687,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178262] = 6, + [178624] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7868), 1, + ACTIONS(7832), 1, sym__newline, - ACTIONS(8587), 1, + ACTIONS(8595), 1, anon_sym_else, - STATE(4954), 1, + STATE(4962), 1, sym_comment, - STATE(4957), 1, + STATE(4965), 1, aux_sym_shebang_repeat1, - ACTIONS(7871), 9, + ACTIONS(7835), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389369,18 +389708,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178289] = 6, + [178651] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7880), 1, + ACTIONS(7839), 1, sym__newline, - ACTIONS(8589), 1, + ACTIONS(8597), 1, anon_sym_else, - STATE(4955), 1, + STATE(4963), 1, sym_comment, - STATE(4958), 1, + STATE(4966), 1, aux_sym_shebang_repeat1, - ACTIONS(7883), 9, + ACTIONS(7842), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389390,18 +389729,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178316] = 6, + [178678] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8591), 1, + ACTIONS(8599), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4956), 1, + STATE(4964), 1, sym_comment, - ACTIONS(1264), 9, + ACTIONS(1276), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389411,18 +389750,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178343] = 6, + [178705] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8594), 1, + ACTIONS(8602), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4957), 1, + STATE(4965), 1, sym_comment, - ACTIONS(1264), 9, + ACTIONS(1276), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389432,18 +389771,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178370] = 6, + [178732] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7922), 1, + ACTIONS(7725), 1, sym__newline, - ACTIONS(8597), 1, + ACTIONS(8605), 1, anon_sym_else, - STATE(4958), 1, + STATE(4966), 1, sym_comment, - STATE(4959), 1, + STATE(4967), 1, aux_sym_shebang_repeat1, - ACTIONS(7925), 9, + ACTIONS(7728), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389453,18 +389792,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178397] = 6, + [178759] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5055), 1, + ACTIONS(4995), 1, sym__newline, - ACTIONS(8599), 1, + ACTIONS(8607), 1, anon_sym_else, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4959), 1, + STATE(4967), 1, sym_comment, - ACTIONS(1264), 9, + ACTIONS(1276), 9, anon_sym_PIPE, anon_sym_err_GT_PIPE, anon_sym_out_GT_PIPE, @@ -389474,20 +389813,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178424] = 6, + [178786] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8602), 1, + ACTIONS(8610), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8604), 1, + ACTIONS(8612), 1, aux_sym__immediate_decimal_token2, - STATE(4960), 1, + STATE(4968), 1, sym_comment, - ACTIONS(1623), 3, + ACTIONS(1595), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 7, + ACTIONS(1597), 7, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, @@ -389495,12 +389834,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [178451] = 3, + [178813] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4961), 1, + STATE(4969), 1, sym_comment, - ACTIONS(8259), 12, + ACTIONS(7953), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -389513,12 +389852,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178472] = 3, + [178834] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4962), 1, + STATE(4970), 1, sym_comment, - ACTIONS(8261), 12, + ACTIONS(7955), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -389531,48 +389870,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178493] = 13, + [178855] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5388), 1, + ACTIONS(5437), 1, anon_sym_LPAREN2, - ACTIONS(5392), 1, + ACTIONS(5441), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5394), 1, + ACTIONS(5443), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8416), 1, + ACTIONS(8424), 1, anon_sym_DOLLAR2, - ACTIONS(8426), 1, + ACTIONS(8434), 1, anon_sym_DOLLAR, - ACTIONS(8428), 1, + ACTIONS(8436), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8430), 1, + ACTIONS(8438), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8606), 1, + ACTIONS(8614), 1, anon_sym_RBRACK, STATE(2828), 1, sym__immediate_decimal, - STATE(4963), 1, + STATE(4971), 1, sym_comment, - STATE(2934), 2, + STATE(2884), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [178534] = 6, + [178896] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8608), 1, + ACTIONS(8616), 1, anon_sym_DOT, - ACTIONS(8610), 1, + ACTIONS(8618), 1, aux_sym__immediate_decimal_token2, - STATE(4964), 1, + STATE(4972), 1, sym_comment, - ACTIONS(1599), 3, + ACTIONS(1587), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 7, + ACTIONS(1589), 7, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, @@ -389580,32 +389919,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [178561] = 4, + [178923] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8612), 1, + ACTIONS(8620), 1, anon_sym_else, - STATE(4965), 1, - sym_comment, - ACTIONS(8105), 11, - sym__newline, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [178584] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(4966), 1, + STATE(4973), 1, sym_comment, - ACTIONS(8271), 12, - ts_builtin_sym_end, + ACTIONS(7947), 11, sym__newline, anon_sym_SEMI, anon_sym_PIPE, @@ -389617,12 +389938,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_PLUSerr_GT_PIPE, anon_sym_o_PLUSe_GT_PIPE, anon_sym_e_PLUSo_GT_PIPE, - [178605] = 3, + [178946] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(4967), 1, + STATE(4974), 1, sym_comment, - ACTIONS(8055), 12, + ACTIONS(7959), 12, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, @@ -389631,200 +389952,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_out_GT_PIPE, anon_sym_e_GT_PIPE, anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [178626] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8616), 1, - anon_sym_DASH2, - STATE(4968), 1, - sym_comment, - STATE(5019), 1, - aux_sym_parameter_repeat2, - ACTIONS(2554), 2, - sym__newline, - anon_sym_COMMA, - ACTIONS(8614), 7, - sym_identifier, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [178652] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8618), 1, - anon_sym_DOT, - ACTIONS(8620), 1, - aux_sym__immediate_decimal_token2, - STATE(4969), 1, - sym_comment, - ACTIONS(1599), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [178678] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1583), 1, - anon_sym_LBRACE, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8624), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, - aux_sym__immediate_decimal_token5, - STATE(4970), 1, - sym_comment, - STATE(7345), 1, - sym__immediate_decimal, - ACTIONS(8622), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2026), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [178714] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8333), 1, - anon_sym_DOLLAR, - ACTIONS(8335), 1, - anon_sym_DASH_DASH, - ACTIONS(8337), 1, - anon_sym_DASH2, - ACTIONS(8339), 1, - anon_sym_LBRACE, - STATE(1785), 1, - sym_block, - STATE(1786), 1, - sym_val_closure, - STATE(4971), 1, - sym_comment, - STATE(4974), 1, - aux_sym_ctrl_do_repeat1, - STATE(787), 2, - sym__blosure, - sym_val_variable, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [178750] = 9, - ACTIONS(205), 1, - aux_sym_expr_unary_token1, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(8628), 1, - anon_sym_DASH2, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(4972), 1, - sym_comment, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(2085), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [178782] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8630), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8632), 1, - aux_sym__immediate_decimal_token2, - STATE(4973), 1, - sym_comment, - ACTIONS(1625), 3, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1623), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [178808] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8333), 1, - anon_sym_DOLLAR, - ACTIONS(8335), 1, - anon_sym_DASH_DASH, - ACTIONS(8337), 1, - anon_sym_DASH2, - ACTIONS(8339), 1, - anon_sym_LBRACE, - STATE(1785), 1, - sym_block, - STATE(1786), 1, - sym_val_closure, - STATE(4974), 1, - sym_comment, - STATE(5478), 1, - aux_sym_ctrl_do_repeat1, - STATE(792), 2, - sym__blosure, - sym_val_variable, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [178844] = 5, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [178967] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8634), 1, - aux_sym__immediate_decimal_token2, STATE(4975), 1, sym_comment, - ACTIONS(1711), 4, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1709), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [178868] = 6, + ACTIONS(6771), 12, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [178988] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8638), 1, + ACTIONS(8627), 1, anon_sym_DASH2, - STATE(4976), 1, - sym_comment, - STATE(5019), 1, - aux_sym_parameter_repeat2, - ACTIONS(2554), 2, + ACTIONS(8624), 2, sym__newline, anon_sym_COMMA, - ACTIONS(8636), 7, + STATE(4976), 2, + sym_comment, + aux_sym_parameter_repeat2, + ACTIONS(8622), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -389832,287 +389993,311 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [178894] = 12, + [179012] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1933), 1, + anon_sym_DASH2, + ACTIONS(8629), 1, + anon_sym_DOT2, + STATE(4977), 1, + sym_comment, + STATE(5098), 1, + aux_sym_cell_path_repeat1, + STATE(5426), 1, + sym_path, + STATE(5498), 1, + sym_cell_path, + ACTIONS(1935), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [179042] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1643), 1, + anon_sym_LBRACE, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4544), 1, + anon_sym_DOT, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8363), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8365), 1, + aux_sym__immediate_decimal_token5, + STATE(4978), 1, + sym_comment, + STATE(6155), 1, + sym__immediate_decimal, + ACTIONS(8361), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(6154), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [179078] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1617), 1, + ACTIONS(1539), 1, anon_sym_RBRACE, - ACTIONS(1619), 1, + ACTIONS(1553), 1, sym__entry_separator, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, + ACTIONS(8369), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, + ACTIONS(8371), 1, aux_sym__immediate_decimal_token3, - STATE(4977), 1, + STATE(4979), 1, sym_comment, - STATE(7212), 1, + STATE(7363), 1, sym__immediate_decimal, - STATE(6684), 2, + STATE(7059), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [178932] = 6, + [179116] = 9, + ACTIONS(83), 1, + aux_sym_expr_unary_token1, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8640), 1, - anon_sym_DOT, - ACTIONS(8642), 1, - aux_sym__immediate_decimal_token2, - STATE(4978), 1, - sym_comment, - ACTIONS(1601), 3, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, - sym_identifier, + ACTIONS(4648), 1, + anon_sym_DOLLAR, + ACTIONS(5824), 1, + anon_sym_LPAREN, + ACTIONS(8631), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [178958] = 5, + STATE(2545), 1, + sym__expr_unary_minus, + STATE(4980), 1, + sym_comment, + ACTIONS(3436), 2, + anon_sym_true, + anon_sym_false, + STATE(2479), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [179148] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4979), 1, + ACTIONS(7331), 1, + anon_sym_DASH2, + STATE(4976), 1, + aux_sym_parameter_repeat2, + STATE(4981), 1, sym_comment, - ACTIONS(2544), 9, + ACTIONS(2545), 2, + sym__newline, + anon_sym_COMMA, + ACTIONS(7329), 7, + sym_identifier, anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [178982] = 11, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [179174] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8335), 1, + ACTIONS(8635), 1, anon_sym_DASH_DASH, - ACTIONS(8337), 1, + ACTIONS(8638), 1, anon_sym_DASH2, - ACTIONS(8644), 1, - anon_sym_DOLLAR, - ACTIONS(8646), 1, - anon_sym_LBRACE, - STATE(1865), 1, - sym_block, - STATE(1899), 1, - sym_val_closure, - STATE(4980), 1, + STATE(5553), 1, + sym__flag, + STATE(4982), 2, sym_comment, - STATE(5015), 1, aux_sym_ctrl_do_repeat1, - STATE(811), 2, - sym__blosure, - sym_val_variable, - STATE(5904), 2, + STATE(5462), 2, sym_short_flag, sym_long_flag, - [179018] = 5, + ACTIONS(8633), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_as, + [179202] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8492), 1, + ACTIONS(8641), 1, aux_sym__immediate_decimal_token2, - STATE(4981), 1, + STATE(4983), 1, sym_comment, - ACTIONS(1599), 4, + ACTIONS(1667), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 6, + ACTIONS(1669), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [179042] = 8, + [179226] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2033), 1, + ACTIONS(8645), 1, + anon_sym_DASH_DASH, + ACTIONS(8647), 1, anon_sym_DASH2, - ACTIONS(8648), 1, - anon_sym_DOT2, + ACTIONS(8649), 1, + anon_sym_as, STATE(4982), 1, + aux_sym_ctrl_do_repeat1, + STATE(4984), 1, sym_comment, - STATE(5076), 1, - aux_sym_cell_path_repeat1, - STATE(5298), 1, - sym_path, - STATE(5432), 1, - sym_cell_path, - ACTIONS(2035), 6, + STATE(5553), 1, + sym__flag, + STATE(5462), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8643), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_as, - [179072] = 8, + [179258] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, + ACTIONS(8645), 1, + anon_sym_DASH_DASH, + ACTIONS(8647), 1, anon_sym_DASH2, - ACTIONS(8648), 1, - anon_sym_DOT2, - STATE(4983), 1, + ACTIONS(8653), 1, + anon_sym_as, + STATE(4985), 1, sym_comment, - STATE(5076), 1, - aux_sym_cell_path_repeat1, - STATE(5298), 1, - sym_path, - STATE(5442), 1, - sym_cell_path, - ACTIONS(1947), 6, + STATE(5025), 1, + aux_sym_ctrl_do_repeat1, + STATE(5553), 1, + sym__flag, + STATE(5462), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8651), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_as, - [179102] = 11, + [179290] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1597), 1, - anon_sym_LBRACE, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4591), 1, - anon_sym_DOT, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8355), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, - aux_sym__immediate_decimal_token5, - STATE(4984), 1, + ACTIONS(8655), 1, + aux_sym__immediate_decimal_token2, + STATE(4986), 1, sym_comment, - STATE(6616), 1, - sym__immediate_decimal, - ACTIONS(8353), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(6615), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [179138] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(8442), 1, - sym__newline, - ACTIONS(8650), 1, + ACTIONS(1669), 4, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1667), 6, sym_identifier, - STATE(4985), 1, - sym_comment, - STATE(5153), 1, - aux_sym_collection_type_repeat1, - STATE(5531), 1, - aux_sym_shebang_repeat1, - STATE(6172), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - [179174] = 9, - ACTIONS(83), 1, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [179314] = 9, + ACTIONS(205), 1, aux_sym_expr_unary_token1, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(5829), 1, + ACTIONS(6585), 1, anon_sym_LPAREN, - ACTIONS(8652), 1, + ACTIONS(8657), 1, anon_sym_DASH2, - STATE(2450), 1, + STATE(2090), 1, sym__expr_unary_minus, - STATE(4986), 1, + STATE(4987), 1, sym_comment, - ACTIONS(3436), 2, + ACTIONS(3412), 2, anon_sym_true, anon_sym_false, - STATE(2464), 4, + STATE(2097), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [179206] = 5, - ACTIONS(3), 1, + [179346] = 11, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8654), 1, - aux_sym__immediate_decimal_token2, - STATE(4987), 1, - sym_comment, - ACTIONS(1709), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1711), 6, + ACTIONS(1553), 1, + anon_sym_LBRACE, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(4542), 1, anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [179230] = 9, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8663), 1, + aux_sym__immediate_decimal_token5, + STATE(4988), 1, + sym_comment, + STATE(7330), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2035), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [179382] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3468), 1, + ACTIONS(3476), 1, aux_sym_expr_unary_token1, - ACTIONS(5829), 1, + ACTIONS(5824), 1, anon_sym_LPAREN, - ACTIONS(6453), 1, + ACTIONS(6478), 1, anon_sym_DOLLAR, - ACTIONS(8652), 1, + ACTIONS(8631), 1, anon_sym_DASH2, - STATE(2450), 1, + STATE(2545), 1, sym__expr_unary_minus, - STATE(4988), 1, + STATE(4989), 1, sym_comment, ACTIONS(3436), 2, anon_sym_true, anon_sym_false, - STATE(2464), 4, + STATE(2479), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [179262] = 6, + [179414] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7373), 1, + ACTIONS(7379), 1, anon_sym_DASH2, - STATE(4989), 1, - sym_comment, - STATE(5019), 1, + STATE(4976), 1, aux_sym_parameter_repeat2, - ACTIONS(2554), 2, + STATE(4990), 1, + sym_comment, + ACTIONS(2545), 2, sym__newline, anon_sym_COMMA, - ACTIONS(7371), 7, + ACTIONS(7377), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -390120,19 +390305,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179288] = 6, + [179440] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8658), 1, - anon_sym_DASH2, - STATE(4990), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(8450), 1, + sym__newline, + ACTIONS(8665), 1, + sym_identifier, + STATE(4991), 1, sym_comment, - STATE(5019), 1, + STATE(5252), 1, + aux_sym_collection_type_repeat1, + STATE(5503), 1, + aux_sym_shebang_repeat1, + STATE(6345), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + [179476] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8669), 1, + anon_sym_DASH2, + STATE(4976), 1, aux_sym_parameter_repeat2, - ACTIONS(2554), 2, + STATE(4992), 1, + sym_comment, + ACTIONS(2545), 2, sym__newline, anon_sym_COMMA, - ACTIONS(8656), 7, + ACTIONS(8667), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -390140,19 +390350,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179314] = 6, + [179502] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7355), 1, + ACTIONS(7387), 1, anon_sym_DASH2, - STATE(4991), 1, + STATE(4976), 1, + aux_sym_parameter_repeat2, + STATE(4993), 1, sym_comment, - STATE(5019), 1, + ACTIONS(2545), 2, + sym__newline, + anon_sym_COMMA, + ACTIONS(7385), 7, + sym_identifier, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [179528] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1627), 1, + anon_sym_RBRACE, + ACTIONS(1629), 1, + sym__entry_separator, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8103), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8105), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(8369), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8371), 1, + aux_sym__immediate_decimal_token3, + STATE(4994), 1, + sym_comment, + STATE(7301), 1, + sym__immediate_decimal, + STATE(6848), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [179566] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8671), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8673), 1, + aux_sym__immediate_decimal_token2, + STATE(4995), 1, + sym_comment, + ACTIONS(1597), 3, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1595), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [179592] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8677), 1, + anon_sym_DASH2, + STATE(4976), 1, aux_sym_parameter_repeat2, - ACTIONS(2554), 2, + STATE(4996), 1, + sym_comment, + ACTIONS(2545), 2, sym__newline, anon_sym_COMMA, - ACTIONS(7353), 7, + ACTIONS(8675), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -390160,478 +390436,504 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [179340] = 8, + [179618] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1949), 1, + ACTIONS(1925), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4992), 1, + STATE(4997), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5460), 1, + STATE(5435), 1, sym_cell_path, - ACTIONS(1951), 6, + ACTIONS(1927), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179370] = 8, + [179648] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, + ACTIONS(8679), 1, + anon_sym_DOT, + ACTIONS(8681), 1, + aux_sym__immediate_decimal_token2, + STATE(4998), 1, + sym_comment, + ACTIONS(1589), 3, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1587), 6, + sym_identifier, anon_sym_DASH2, - ACTIONS(8648), 1, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [179674] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1937), 1, + anon_sym_DASH2, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4993), 1, + STATE(4999), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5466), 1, + STATE(5488), 1, sym_cell_path, - ACTIONS(1959), 6, + ACTIONS(1939), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179400] = 8, + [179704] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1965), 1, + ACTIONS(2093), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4994), 1, + STATE(5000), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5498), 1, + STATE(5444), 1, sym_cell_path, - ACTIONS(1967), 6, + ACTIONS(2095), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179430] = 6, + [179734] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7313), 1, - anon_sym_DASH2, - STATE(4995), 1, - sym_comment, - STATE(5019), 1, - aux_sym_parameter_repeat2, - ACTIONS(2554), 2, - sym__newline, - anon_sym_COMMA, - ACTIONS(7311), 7, - sym_identifier, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(6443), 1, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(8685), 1, anon_sym_DASH_DASH, - [179456] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8660), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8662), 1, - aux_sym__immediate_decimal_token2, - STATE(4996), 1, + ACTIONS(8687), 1, + anon_sym_DASH2, + STATE(5001), 1, sym_comment, - ACTIONS(1623), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1625), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [179482] = 8, + STATE(5108), 1, + aux_sym_ctrl_do_repeat1, + STATE(5492), 1, + sym_val_variable, + STATE(5967), 1, + sym__flag, + STATE(6401), 1, + sym__variable_name, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [179772] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1973), 1, + ACTIONS(1949), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4997), 1, + STATE(5002), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5504), 1, + STATE(5450), 1, sym_cell_path, - ACTIONS(1975), 6, + ACTIONS(1951), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179512] = 8, + [179802] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1977), 1, + ACTIONS(1953), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4998), 1, + STATE(5003), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5505), 1, + STATE(5451), 1, sym_cell_path, - ACTIONS(1979), 6, + ACTIONS(1955), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179542] = 8, + [179832] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8689), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8691), 1, + aux_sym__immediate_decimal_token2, + STATE(5004), 1, + sym_comment, + ACTIONS(1595), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1597), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [179858] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1981), 1, + ACTIONS(1961), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(4999), 1, + STATE(5005), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5506), 1, + STATE(5434), 1, sym_cell_path, - ACTIONS(1983), 6, + ACTIONS(1963), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179572] = 8, + [179888] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1985), 1, + ACTIONS(1965), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5000), 1, + STATE(5006), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5507), 1, + STATE(5457), 1, sym_cell_path, - ACTIONS(1987), 6, + ACTIONS(1967), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179602] = 8, + [179918] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1829), 1, + ACTIONS(1969), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5001), 1, + STATE(5007), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5508), 1, + STATE(5458), 1, sym_cell_path, - ACTIONS(1831), 6, + ACTIONS(1971), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179632] = 8, + [179948] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1989), 1, + ACTIONS(1973), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5002), 1, + STATE(5008), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5510), 1, + STATE(5463), 1, sym_cell_path, - ACTIONS(1991), 6, + ACTIONS(1975), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179662] = 8, + [179978] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1993), 1, + ACTIONS(1977), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5003), 1, + STATE(5009), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5512), 1, + STATE(5464), 1, sym_cell_path, - ACTIONS(1995), 6, + ACTIONS(1979), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179692] = 8, + [180008] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1997), 1, + ACTIONS(1981), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5004), 1, + STATE(5010), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5514), 1, + STATE(5465), 1, sym_cell_path, - ACTIONS(1999), 6, + ACTIONS(1983), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179722] = 8, + [180038] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2001), 1, + ACTIONS(1985), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5005), 1, + STATE(5011), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5515), 1, + STATE(5466), 1, sym_cell_path, - ACTIONS(2003), 6, + ACTIONS(1987), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179752] = 8, + [180068] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2005), 1, + ACTIONS(1989), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5006), 1, + STATE(5012), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5516), 1, + STATE(5468), 1, sym_cell_path, - ACTIONS(2007), 6, + ACTIONS(1991), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179782] = 8, + [180098] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2009), 1, + ACTIONS(1993), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5007), 1, + STATE(5013), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5518), 1, + STATE(5472), 1, sym_cell_path, - ACTIONS(2011), 6, + ACTIONS(1995), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179812] = 8, + [180128] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, + ACTIONS(1997), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5008), 1, + STATE(5014), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5519), 1, + STATE(5473), 1, sym_cell_path, - ACTIONS(2015), 6, + ACTIONS(1999), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179842] = 8, + [180158] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, + ACTIONS(2001), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5009), 1, + STATE(5015), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5520), 1, + STATE(5474), 1, sym_cell_path, - ACTIONS(2019), 6, + ACTIONS(2003), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179872] = 8, + [180188] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2021), 1, + ACTIONS(2005), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5010), 1, + STATE(5016), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5521), 1, + STATE(5476), 1, sym_cell_path, - ACTIONS(2023), 6, + ACTIONS(2007), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179902] = 8, + [180218] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(2009), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5011), 1, + STATE(5017), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5522), 1, + STATE(5480), 1, sym_cell_path, - ACTIONS(2027), 6, + ACTIONS(2011), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179932] = 8, + [180248] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5012), 1, + STATE(5018), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, - STATE(5525), 1, + STATE(5481), 1, sym_cell_path, - ACTIONS(2031), 6, + ACTIONS(2091), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179962] = 8, + [180278] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(935), 1, anon_sym_DASH2, - ACTIONS(8648), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(3768), 1, + STATE(3770), 1, sym_cell_path, - STATE(5013), 1, + STATE(5019), 1, sym_comment, - STATE(5076), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5298), 1, + STATE(5426), 1, sym_path, ACTIONS(937), 6, sym__newline, @@ -390640,129 +390942,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [179992] = 5, + [180308] = 12, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8327), 1, - aux_sym__immediate_decimal_token2, - STATE(5014), 1, - sym_comment, - ACTIONS(1601), 4, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(6443), 1, anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, + ACTIONS(8683), 1, sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [180016] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8335), 1, + ACTIONS(8685), 1, anon_sym_DASH_DASH, - ACTIONS(8337), 1, + ACTIONS(8687), 1, anon_sym_DASH2, - ACTIONS(8644), 1, - anon_sym_DOLLAR, - ACTIONS(8646), 1, - anon_sym_LBRACE, - STATE(1865), 1, - sym_block, - STATE(1899), 1, - sym_val_closure, - STATE(5015), 1, + STATE(5020), 1, sym_comment, - STATE(5478), 1, + STATE(5108), 1, aux_sym_ctrl_do_repeat1, - STATE(794), 2, - sym__blosure, + STATE(5492), 1, sym_val_variable, - STATE(5904), 2, + STATE(5967), 1, + sym__flag, + STATE(6401), 1, + sym__variable_name, + STATE(5970), 2, sym_short_flag, sym_long_flag, - [180052] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(8442), 1, - sym__newline, - ACTIONS(8664), 1, - sym_identifier, - STATE(5016), 1, - sym_comment, - STATE(5234), 1, - aux_sym_collection_type_repeat1, - STATE(5531), 1, - aux_sym_shebang_repeat1, - STATE(6515), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - [180088] = 5, + [180346] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8610), 1, + ACTIONS(8343), 1, aux_sym__immediate_decimal_token2, - STATE(5017), 1, + STATE(5021), 1, sym_comment, - ACTIONS(1599), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 7, + ACTIONS(1589), 4, anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + ACTIONS(1587), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, - [180112] = 9, + aux_sym_unquoted_token2, + [180370] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3444), 1, - aux_sym_expr_unary_token1, - ACTIONS(6591), 1, - anon_sym_LPAREN, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - ACTIONS(8628), 1, - anon_sym_DASH2, - STATE(2083), 1, - sym__expr_unary_minus, - STATE(5018), 1, + ACTIONS(3802), 1, + sym__newline, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(5022), 1, sym_comment, - ACTIONS(3392), 2, - anon_sym_true, - anon_sym_false, - STATE(2085), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [180144] = 5, + ACTIONS(2601), 9, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [180394] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8671), 1, + ACTIONS(8695), 1, anon_sym_DASH2, - ACTIONS(8668), 2, + STATE(4976), 1, + aux_sym_parameter_repeat2, + STATE(5023), 1, + sym_comment, + ACTIONS(2545), 2, sym__newline, anon_sym_COMMA, - STATE(5019), 2, - sym_comment, - aux_sym_parameter_repeat2, - ACTIONS(8666), 7, + ACTIONS(8693), 7, sym_identifier, anon_sym_PIPE, anon_sym_RBRACK, @@ -390770,723 +391026,529 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [180168] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1569), 1, - anon_sym_RBRACE, - ACTIONS(1583), 1, - sym__entry_separator, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8169), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(8361), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8363), 1, - aux_sym__immediate_decimal_token3, - STATE(5020), 1, - sym_comment, - STATE(7234), 1, - sym__immediate_decimal, - STATE(6896), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180206] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8673), 1, - aux_sym__immediate_decimal_token2, - STATE(5021), 1, - sym_comment, - ACTIONS(1709), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 7, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [180230] = 11, + [180420] = 11, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(8442), 1, + ACTIONS(8450), 1, sym__newline, - ACTIONS(8675), 1, + ACTIONS(8697), 1, sym_identifier, - STATE(5022), 1, + STATE(5024), 1, sym_comment, - STATE(5250), 1, + STATE(5249), 1, aux_sym_collection_type_repeat1, - STATE(5531), 1, + STATE(5503), 1, aux_sym_shebang_repeat1, - STATE(6132), 1, + STATE(6279), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [180266] = 4, + [180456] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8677), 1, - anon_sym_else, - STATE(5023), 1, + ACTIONS(8645), 1, + anon_sym_DASH_DASH, + ACTIONS(8647), 1, + anon_sym_DASH2, + ACTIONS(8701), 1, + anon_sym_as, + STATE(4982), 1, + aux_sym_ctrl_do_repeat1, + STATE(5025), 1, sym_comment, - ACTIONS(8105), 10, + STATE(5553), 1, + sym__flag, + STATE(5462), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8699), 4, sym__newline, - anon_sym_PIPE, - anon_sym_err_GT_PIPE, - anon_sym_out_GT_PIPE, - anon_sym_e_GT_PIPE, - anon_sym_o_GT_PIPE, - anon_sym_err_PLUSout_GT_PIPE, - anon_sym_out_PLUSerr_GT_PIPE, - anon_sym_o_PLUSe_GT_PIPE, - anon_sym_e_PLUSo_GT_PIPE, - [180288] = 6, - ACTIONS(251), 1, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [180488] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8679), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8681), 1, + ACTIONS(8500), 1, aux_sym__immediate_decimal_token2, - STATE(5024), 1, + STATE(5026), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1587), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 7, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, + aux_sym__unquoted_in_list_token2, + ACTIONS(1589), 6, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [180314] = 11, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1619), 1, - anon_sym_LBRACE, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8624), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, - aux_sym__immediate_decimal_token5, - STATE(5025), 1, - sym_comment, - STATE(7326), 1, - sym__immediate_decimal, - ACTIONS(8622), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2043), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180350] = 6, + sym__entry_separator, + [180512] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8683), 1, - anon_sym_DOT, - ACTIONS(8685), 1, + ACTIONS(8618), 1, aux_sym__immediate_decimal_token2, - STATE(5026), 1, + STATE(5027), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1587), 3, + anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 7, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, + ACTIONS(1589), 7, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [180376] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1969), 1, - anon_sym_DASH2, - ACTIONS(8648), 1, - anon_sym_DOT2, - STATE(5027), 1, - sym_comment, - STATE(5076), 1, - aux_sym_cell_path_repeat1, - STATE(5298), 1, - sym_path, - STATE(5501), 1, - sym_cell_path, - ACTIONS(1971), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [180406] = 8, + [180536] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2021), 1, + ACTIONS(3444), 1, + aux_sym_expr_unary_token1, + ACTIONS(6585), 1, + anon_sym_LPAREN, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + ACTIONS(8657), 1, anon_sym_DASH2, - ACTIONS(8687), 1, - anon_sym_DOT2, + STATE(2090), 1, + sym__expr_unary_minus, STATE(5028), 1, sym_comment, - STATE(5162), 1, - aux_sym_cell_path_repeat1, - STATE(5439), 1, - sym_path, - STATE(5783), 1, - sym_cell_path, - ACTIONS(2023), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [180435] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2063), 1, - anon_sym_DOLLAR, - ACTIONS(6947), 1, - anon_sym_LPAREN2, - ACTIONS(6993), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6995), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6997), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6999), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(7124), 1, - aux_sym_unquoted_token3, - STATE(4368), 1, - sym__immediate_decimal, - STATE(5029), 1, - sym_comment, - STATE(4604), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180470] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token3, - ACTIONS(7963), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8689), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8691), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8693), 1, - aux_sym__immediate_decimal_token5, - STATE(5030), 1, - sym_comment, - STATE(5701), 1, - sym__immediate_decimal, - STATE(5757), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180505] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token3, - ACTIONS(8504), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8695), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8697), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8699), 1, - aux_sym__immediate_decimal_token5, - STATE(5031), 1, - sym_comment, - STATE(7109), 1, - sym__immediate_decimal, - STATE(2017), 2, - sym__expr_parenthesized_immediate, + ACTIONS(3412), 2, + anon_sym_true, + anon_sym_false, + STATE(2097), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - [180540] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1949), 1, - anon_sym_DASH2, - ACTIONS(8687), 1, - anon_sym_DOT2, - STATE(5032), 1, - sym_comment, - STATE(5162), 1, - aux_sym_cell_path_repeat1, - STATE(5439), 1, - sym_path, - STATE(5665), 1, - sym_cell_path, - ACTIONS(1951), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [180569] = 8, + [180568] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2033), 1, + ACTIONS(1945), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5033), 1, + STATE(5029), 1, sym_comment, - STATE(5162), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5426), 1, sym_path, - STATE(5754), 1, + STATE(5471), 1, sym_cell_path, - ACTIONS(2035), 5, - ts_builtin_sym_end, + ACTIONS(1947), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - [180598] = 11, - ACTIONS(3), 1, + [180598] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5434), 1, - anon_sym_DOLLAR, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(5438), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(5440), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5442), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(5532), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(8701), 1, - aux_sym__immediate_decimal_token1, - STATE(2935), 1, - sym__immediate_decimal, - STATE(5034), 1, + ACTIONS(8703), 1, + aux_sym__immediate_decimal_token2, + STATE(5030), 1, sym_comment, - STATE(3051), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180633] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1847), 1, + ACTIONS(1667), 3, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 7, anon_sym_DOLLAR, - ACTIONS(6935), 1, - anon_sym_LPAREN2, - ACTIONS(6939), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(6941), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(6943), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(6945), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(7045), 1, - aux_sym_unquoted_token3, - STATE(3910), 1, - sym__immediate_decimal, - STATE(5035), 1, - sym_comment, - STATE(4034), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180668] = 11, - ACTIONS(3), 1, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [180622] = 11, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1024), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(4674), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4890), 1, - aux_sym_unquoted_token3, - ACTIONS(8703), 1, - aux_sym__immediate_decimal_token3, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(8450), 1, + sym__newline, ACTIONS(8705), 1, - aux_sym__immediate_decimal_token4, + sym_identifier, + STATE(5031), 1, + sym_comment, + STATE(5258), 1, + aux_sym_collection_type_repeat1, + STATE(5503), 1, + aux_sym_shebang_repeat1, + STATE(6088), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + [180658] = 4, + ACTIONS(251), 1, + anon_sym_POUND, ACTIONS(8707), 1, - aux_sym__immediate_decimal_token5, - STATE(2273), 1, - sym__immediate_decimal, - STATE(5036), 1, + anon_sym_else, + STATE(5032), 1, sym_comment, - STATE(2473), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180703] = 4, + ACTIONS(7947), 10, + sym__newline, + anon_sym_PIPE, + anon_sym_err_GT_PIPE, + anon_sym_out_GT_PIPE, + anon_sym_e_GT_PIPE, + anon_sym_o_GT_PIPE, + anon_sym_err_PLUSout_GT_PIPE, + anon_sym_out_PLUSerr_GT_PIPE, + anon_sym_o_PLUSe_GT_PIPE, + anon_sym_e_PLUSo_GT_PIPE, + [180680] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(5037), 1, + ACTIONS(8709), 1, + anon_sym_DOT, + ACTIONS(8711), 1, + aux_sym__immediate_decimal_token2, + STATE(5033), 1, sym_comment, - ACTIONS(1723), 4, - anon_sym_RBRACK, + ACTIONS(1587), 3, anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1725), 6, + aux_sym__unquoted_in_record_token2, + ACTIONS(1589), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [180724] = 10, + [180706] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1687), 1, - anon_sym_LBRACE, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8355), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, - aux_sym__immediate_decimal_token5, - STATE(2038), 1, - sym__immediate_decimal, - STATE(5038), 1, - sym_comment, - ACTIONS(8709), 2, + ACTIONS(8713), 1, aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2037), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180757] = 10, + ACTIONS(8715), 1, + aux_sym__immediate_decimal_token2, + STATE(5034), 1, + sym_comment, + ACTIONS(1595), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 7, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [180732] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1691), 1, - anon_sym_LBRACE, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8355), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, - aux_sym__immediate_decimal_token5, - STATE(2040), 1, - sym__immediate_decimal, - STATE(5039), 1, + ACTIONS(8645), 1, + anon_sym_DASH_DASH, + ACTIONS(8647), 1, + anon_sym_DASH2, + ACTIONS(8719), 1, + anon_sym_as, + STATE(4984), 1, + aux_sym_ctrl_do_repeat1, + STATE(5035), 1, sym_comment, - ACTIONS(8709), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2039), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180790] = 10, + STATE(5553), 1, + sym__flag, + STATE(5462), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8717), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [180764] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1695), 1, + ACTIONS(1629), 1, anon_sym_LBRACE, - ACTIONS(4552), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6435), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - ACTIONS(8355), 1, + ACTIONS(8661), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, + ACTIONS(8663), 1, aux_sym__immediate_decimal_token5, - STATE(2042), 1, - sym__immediate_decimal, - STATE(5040), 1, + STATE(5036), 1, sym_comment, - ACTIONS(8709), 2, + STATE(7212), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2041), 2, + STATE(2050), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [180823] = 8, + [180800] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8721), 1, + anon_sym_DOT, + ACTIONS(8723), 1, + aux_sym__immediate_decimal_token2, + STATE(5037), 1, + sym_comment, + ACTIONS(1587), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 7, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [180826] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1957), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8629), 1, anon_sym_DOT2, - STATE(5041), 1, + STATE(5038), 1, sym_comment, - STATE(5162), 1, + STATE(5098), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5426), 1, sym_path, - STATE(5785), 1, + STATE(5452), 1, sym_cell_path, - ACTIONS(1959), 5, - ts_builtin_sym_end, + ACTIONS(1959), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - [180852] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1633), 1, - anon_sym_LPAREN2, - ACTIONS(1637), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(1639), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(1751), 1, - aux_sym__unquoted_in_record_token3, - ACTIONS(3710), 1, - anon_sym_DOLLAR, - ACTIONS(8711), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8713), 1, - aux_sym__immediate_decimal_token5, - STATE(414), 1, - sym__immediate_decimal, - STATE(5042), 1, - sym_comment, - STATE(510), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180887] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1699), 1, - anon_sym_LPAREN2, - ACTIONS(1701), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(1703), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(1751), 1, - aux_sym__unquoted_in_record_token3, - ACTIONS(8715), 1, - anon_sym_DOLLAR, - ACTIONS(8717), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8719), 1, - aux_sym__immediate_decimal_token5, - STATE(583), 1, - sym__immediate_decimal, - STATE(5043), 1, - sym_comment, - STATE(713), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [180922] = 6, - ACTIONS(3), 1, + [180856] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8721), 1, - aux_sym__immediate_decimal_token1, ACTIONS(8723), 1, aux_sym__immediate_decimal_token2, - STATE(5044), 1, + STATE(5039), 1, sym_comment, - ACTIONS(1623), 3, - sym__newline, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 5, - sym__space, + ACTIONS(1589), 7, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [180947] = 8, + [180879] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1965), 1, + ACTIONS(1957), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5045), 1, + STATE(5040), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5717), 1, + STATE(5686), 1, sym_cell_path, - ACTIONS(1967), 5, + ACTIONS(1959), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [180976] = 8, + [180908] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1969), 1, + ACTIONS(1961), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5046), 1, + STATE(5041), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5726), 1, + STATE(5582), 1, sym_cell_path, - ACTIONS(1971), 5, + ACTIONS(1963), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181005] = 8, + [180937] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1973), 1, + ACTIONS(1965), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5047), 1, + STATE(5042), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5735), 1, + STATE(5648), 1, sym_cell_path, - ACTIONS(1975), 5, + ACTIONS(1967), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181034] = 8, + [180966] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1977), 1, + ACTIONS(1969), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5048), 1, + STATE(5043), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5736), 1, + STATE(5658), 1, sym_cell_path, - ACTIONS(1979), 5, + ACTIONS(1971), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181063] = 8, + [180995] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1981), 1, + ACTIONS(1973), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5049), 1, + STATE(5044), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5737), 1, + STATE(5696), 1, sym_cell_path, - ACTIONS(1983), 5, + ACTIONS(1975), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181092] = 8, + [181024] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1985), 1, + ACTIONS(1977), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5050), 1, + STATE(5045), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5741), 1, + STATE(5718), 1, sym_cell_path, - ACTIONS(1987), 5, + ACTIONS(1979), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181121] = 8, + [181053] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1829), 1, + ACTIONS(1981), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5051), 1, + STATE(5046), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5742), 1, + STATE(5743), 1, + sym_cell_path, + ACTIONS(1983), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [181082] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1985), 1, + anon_sym_DASH2, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5047), 1, + sym_comment, + STATE(5157), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + STATE(5698), 1, sym_cell_path, - ACTIONS(1831), 5, + ACTIONS(1987), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181150] = 8, + [181111] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1989), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5052), 1, + STATE(5048), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5744), 1, + STATE(5807), 1, sym_cell_path, ACTIONS(1991), 5, ts_builtin_sym_end, @@ -391494,20 +391556,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181179] = 8, + [181140] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1993), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5053), 1, + STATE(5049), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5745), 1, + STATE(5732), 1, sym_cell_path, ACTIONS(1995), 5, ts_builtin_sym_end, @@ -391515,20 +391577,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181208] = 8, + [181169] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(1997), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5054), 1, + STATE(5050), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5746), 1, + STATE(5758), 1, sym_cell_path, ACTIONS(1999), 5, ts_builtin_sym_end, @@ -391536,20 +391598,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181237] = 8, + [181198] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(2001), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5055), 1, + STATE(5051), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5748), 1, + STATE(5759), 1, sym_cell_path, ACTIONS(2003), 5, ts_builtin_sym_end, @@ -391557,20 +391619,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181266] = 8, + [181227] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(2005), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5056), 1, + STATE(5052), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5749), 1, + STATE(5769), 1, sym_cell_path, ACTIONS(2007), 5, ts_builtin_sym_end, @@ -391578,20 +391640,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181295] = 8, + [181256] = 8, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(2009), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5057), 1, + STATE(5053), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5775), 1, + STATE(5787), 1, sym_cell_path, ACTIONS(2011), 5, ts_builtin_sym_end, @@ -391599,1291 +391661,1504 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181324] = 8, + [181285] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5058), 1, + STATE(5054), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5776), 1, + STATE(5581), 1, sym_cell_path, - ACTIONS(2015), 5, + ACTIONS(2091), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181353] = 8, + [181314] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5055), 1, + sym_comment, + ACTIONS(974), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(972), 7, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT2, + anon_sym_RBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [181335] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, + ACTIONS(935), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5059), 1, + STATE(5056), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5777), 1, + STATE(5760), 1, sym_cell_path, - ACTIONS(2019), 5, + ACTIONS(937), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181382] = 5, + [181364] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8725), 1, + ACTIONS(8727), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8729), 1, aux_sym__immediate_decimal_token2, - STATE(5060), 1, + STATE(5057), 1, sym_comment, - ACTIONS(1709), 3, - anon_sym_RBRACE, + ACTIONS(1595), 3, + sym__newline, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1711), 6, - anon_sym_LPAREN2, + aux_sym_unquoted_token2, + ACTIONS(1597), 5, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - sym__entry_separator, - [181405] = 8, + [181389] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(1681), 1, anon_sym_DASH2, - ACTIONS(8687), 1, - anon_sym_DOT2, - STATE(5061), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(8731), 1, + sym_filesize_unit, + ACTIONS(8733), 1, + sym_duration_unit, + ACTIONS(8735), 1, + aux_sym_unquoted_token2, + STATE(5058), 1, sym_comment, - STATE(5162), 1, - aux_sym_cell_path_repeat1, - STATE(5439), 1, - sym_path, - STATE(5786), 1, - sym_cell_path, - ACTIONS(2027), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1693), 3, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_as, - [181434] = 8, + anon_sym_LBRACE, + [181420] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, + ACTIONS(1274), 1, anon_sym_DASH2, - ACTIONS(8687), 1, - anon_sym_DOT2, - STATE(5062), 1, - sym_comment, - STATE(5162), 1, - aux_sym_cell_path_repeat1, - STATE(5439), 1, - sym_path, - STATE(5790), 1, - sym_cell_path, - ACTIONS(2031), 5, - ts_builtin_sym_end, + ACTIONS(8737), 1, sym__newline, - anon_sym_SEMI, + STATE(5059), 2, + sym_comment, + aux_sym_shebang_repeat1, + ACTIONS(1276), 7, + sym_identifier, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_as, - [181463] = 8, + [181443] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, + ACTIONS(1933), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5063), 1, + STATE(5060), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5769), 1, + STATE(5577), 1, sym_cell_path, - ACTIONS(1947), 5, + ACTIONS(1935), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [181492] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_DASH2, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(8727), 1, - sym_filesize_unit, - ACTIONS(8729), 1, - sym_duration_unit, - ACTIONS(8731), 1, - aux_sym_unquoted_token2, - STATE(5064), 1, - sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [181523] = 11, + [181472] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(6435), 1, + ACTIONS(6478), 1, anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(8735), 1, + ACTIONS(8685), 1, anon_sym_DASH_DASH, - ACTIONS(8737), 1, + ACTIONS(8687), 1, anon_sym_DASH2, - STATE(5065), 1, + ACTIONS(8740), 1, + sym_identifier, + STATE(5061), 1, sym_comment, - STATE(5223), 1, + STATE(5429), 1, aux_sym_ctrl_do_repeat1, - STATE(5491), 1, + STATE(5967), 1, + sym__flag, + STATE(6662), 1, sym_val_variable, - STATE(6483), 1, + STATE(7028), 1, sym__variable_name, - STATE(5904), 2, + STATE(5970), 2, sym_short_flag, sym_long_flag, - [181558] = 11, - ACTIONS(3), 1, + [181507] = 9, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3544), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, - anon_sym_LPAREN2, - ACTIONS(7070), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7072), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token3, - ACTIONS(8739), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8741), 1, - aux_sym__immediate_decimal_token5, - STATE(4092), 1, - sym__immediate_decimal, - STATE(5066), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(8735), 1, + aux_sym_unquoted_token2, + ACTIONS(8742), 1, + sym_filesize_unit, + ACTIONS(8744), 1, + sym_duration_unit, + STATE(5062), 1, sym_comment, - STATE(4342), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [181593] = 6, + ACTIONS(1681), 2, + sym_identifier, + anon_sym_DASH2, + ACTIONS(1693), 2, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [181538] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8743), 1, + ACTIONS(8746), 1, anon_sym_DOT, - ACTIONS(8745), 1, + ACTIONS(8748), 1, aux_sym__immediate_decimal_token2, - STATE(5067), 1, + STATE(5063), 1, sym_comment, - ACTIONS(1735), 4, + ACTIONS(1725), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 4, + ACTIONS(1727), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [181618] = 11, - ACTIONS(3), 1, + [181563] = 10, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3544), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(1643), 1, + anon_sym_LBRACE, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(7080), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(7082), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token3, - ACTIONS(8747), 1, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8363), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8749), 1, + ACTIONS(8365), 1, aux_sym__immediate_decimal_token5, - STATE(4529), 1, + STATE(2034), 1, sym__immediate_decimal, - STATE(5068), 1, + STATE(5064), 1, sym_comment, - STATE(4835), 2, + ACTIONS(8750), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2033), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [181653] = 11, + [181596] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(8752), 1, + anon_sym_DOT, + ACTIONS(8754), 1, + aux_sym__immediate_decimal_token2, + STATE(5065), 1, + sym_comment, + ACTIONS(1587), 3, + sym__newline, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 5, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [181621] = 11, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(8685), 1, + anon_sym_DASH_DASH, + ACTIONS(8687), 1, + anon_sym_DASH2, + STATE(5066), 1, + sym_comment, + STATE(5108), 1, + aux_sym_ctrl_do_repeat1, + STATE(5492), 1, + sym_val_variable, + STATE(5967), 1, + sym__flag, + STATE(6401), 1, + sym__variable_name, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [181656] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1681), 1, anon_sym_RBRACK, - ACTIONS(1665), 1, + ACTIONS(1693), 1, sym__entry_separator, - ACTIONS(5522), 1, + ACTIONS(5464), 1, anon_sym_LPAREN2, - ACTIONS(8751), 1, + ACTIONS(8756), 1, anon_sym_DOT_DOT2, - ACTIONS(8755), 1, + ACTIONS(8760), 1, sym_filesize_unit, - ACTIONS(8757), 1, + ACTIONS(8762), 1, sym_duration_unit, - ACTIONS(8759), 1, + ACTIONS(8764), 1, aux_sym__unquoted_in_list_token2, - STATE(5069), 1, + STATE(5067), 1, sym_comment, - STATE(7230), 1, + STATE(7254), 1, sym__expr_parenthesized_immediate, - ACTIONS(8753), 2, + ACTIONS(8758), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [181688] = 4, + [181691] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5070), 1, + STATE(5068), 1, sym_comment, - ACTIONS(1625), 4, + ACTIONS(1669), 4, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1623), 6, + ACTIONS(1667), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym_unquoted_token2, - [181709] = 5, + [181712] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1262), 1, + ACTIONS(8766), 1, + anon_sym_DASH_DASH, + ACTIONS(8768), 1, anon_sym_DASH2, - ACTIONS(8761), 1, + ACTIONS(8770), 1, + anon_sym_as, + STATE(5069), 1, + sym_comment, + STATE(5146), 1, + aux_sym_ctrl_do_repeat1, + STATE(5638), 1, + sym__flag, + STATE(5709), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8717), 3, + ts_builtin_sym_end, sym__newline, - STATE(5071), 2, + anon_sym_SEMI, + [181743] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5070), 1, sym_comment, - aux_sym_shebang_repeat1, - ACTIONS(1264), 7, - sym_identifier, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(1735), 4, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [181732] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8764), 1, - anon_sym_DOT, - ACTIONS(8766), 1, - aux_sym__immediate_decimal_token2, - STATE(5072), 1, - sym_comment, - ACTIONS(1599), 3, - sym__newline, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 5, - sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, + ACTIONS(1733), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, - [181757] = 11, + aux_sym_unquoted_token2, + [181764] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5388), 1, + ACTIONS(5373), 1, + anon_sym_DOLLAR, + ACTIONS(5375), 1, anon_sym_LPAREN2, - ACTIONS(5392), 1, + ACTIONS(5377), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5394), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, - aux_sym__unquoted_in_list_token3, - ACTIONS(8426), 1, - anon_sym_DOLLAR, - ACTIONS(8428), 1, + ACTIONS(5379), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8430), 1, + ACTIONS(5381), 1, aux_sym__immediate_decimal_token5, - STATE(2828), 1, + ACTIONS(5474), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(8772), 1, + aux_sym__immediate_decimal_token1, + STATE(2892), 1, sym__immediate_decimal, - STATE(5073), 1, + STATE(5071), 1, sym_comment, - STATE(2934), 2, + STATE(3072), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [181792] = 4, + [181799] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5072), 1, + sym_comment, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5716), 1, + sym_cell_path, + ACTIONS(1717), 3, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(1719), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [181828] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8681), 1, + aux_sym__immediate_decimal_token2, + STATE(5073), 1, + sym_comment, + ACTIONS(1589), 3, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1587), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [181851] = 4, ACTIONS(251), 1, anon_sym_POUND, STATE(5074), 1, sym_comment, - ACTIONS(1725), 4, + ACTIONS(1597), 4, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1723), 6, + ACTIONS(1595), 6, sym_identifier, anon_sym_DASH2, anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, aux_sym_unquoted_token2, - [181813] = 11, + [181872] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(7913), 1, + ACTIONS(7985), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8768), 1, + ACTIONS(8776), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8770), 1, + ACTIONS(8778), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8772), 1, + ACTIONS(8780), 1, aux_sym__immediate_decimal_token5, STATE(5075), 1, sym_comment, - STATE(5557), 1, + STATE(5754), 1, sym__immediate_decimal, - STATE(5757), 2, + STATE(5736), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [181848] = 7, - ACTIONS(251), 1, + [181907] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(948), 1, - anon_sym_DASH2, - ACTIONS(8648), 1, - anon_sym_DOT2, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token3, + ACTIONS(8516), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8782), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8784), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8786), 1, + aux_sym__immediate_decimal_token5, STATE(5076), 1, sym_comment, - STATE(5078), 1, - aux_sym_cell_path_repeat1, - STATE(5298), 1, - sym_path, - ACTIONS(950), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [181875] = 4, + STATE(6648), 1, + sym__immediate_decimal, + STATE(2029), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [181942] = 11, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token3, + ACTIONS(7937), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8788), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8790), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8792), 1, + aux_sym__immediate_decimal_token5, STATE(5077), 1, sym_comment, - ACTIONS(1599), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1601), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [181896] = 6, + STATE(5561), 1, + sym__immediate_decimal, + STATE(5736), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [181977] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(941), 1, + ACTIONS(1925), 1, anon_sym_DASH2, - ACTIONS(8774), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5298), 1, - sym_path, - STATE(5078), 2, + STATE(5078), 1, sym_comment, + STATE(5157), 1, aux_sym_cell_path_repeat1, - ACTIONS(943), 6, + STATE(5539), 1, + sym_path, + STATE(5775), 1, + sym_cell_path, + ACTIONS(1927), 5, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_as, - [181921] = 11, + [182006] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(8273), 1, + ACTIONS(7961), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8777), 1, + ACTIONS(8794), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8779), 1, + ACTIONS(8796), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8781), 1, + ACTIONS(8798), 1, aux_sym__immediate_decimal_token5, STATE(5079), 1, sym_comment, - STATE(6586), 1, + STATE(6584), 1, sym__immediate_decimal, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [181956] = 4, + [182041] = 11, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(6925), 1, + anon_sym_LPAREN2, + ACTIONS(6929), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6931), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6933), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6935), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7051), 1, + aux_sym_unquoted_token3, + STATE(3919), 1, + sym__immediate_decimal, STATE(5080), 1, sym_comment, - ACTIONS(960), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(958), 7, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT2, - anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [181977] = 8, + STATE(4083), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182076] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8783), 1, - anon_sym_DOT2, + ACTIONS(1024), 1, + anon_sym_DOLLAR, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4694), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4904), 1, + aux_sym_unquoted_token3, + ACTIONS(8800), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8802), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8804), 1, + aux_sym__immediate_decimal_token5, + STATE(2166), 1, + sym__immediate_decimal, STATE(5081), 1, sym_comment, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - STATE(5588), 1, - sym_cell_path, - ACTIONS(1717), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(1719), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [182006] = 8, + STATE(2480), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182111] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8783), 1, - anon_sym_DOT2, STATE(5082), 1, sym_comment, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - STATE(5663), 1, - sym_cell_path, - ACTIONS(935), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(937), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [182035] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5083), 1, - sym_comment, - ACTIONS(1623), 4, + ACTIONS(1733), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1625), 6, + ACTIONS(1735), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [182056] = 4, - ACTIONS(3), 1, + [182132] = 10, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5084), 1, + ACTIONS(1709), 1, + anon_sym_LBRACE, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8363), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8365), 1, + aux_sym__immediate_decimal_token5, + STATE(2045), 1, + sym__immediate_decimal, + STATE(5083), 1, sym_comment, - ACTIONS(978), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(976), 7, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT2, - anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [182077] = 5, + ACTIONS(8750), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2044), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182165] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8785), 1, - aux_sym__immediate_decimal_token2, - STATE(5085), 1, + ACTIONS(1713), 1, + anon_sym_LBRACE, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8363), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8365), 1, + aux_sym__immediate_decimal_token5, + STATE(2047), 1, + sym__immediate_decimal, + STATE(5084), 1, sym_comment, - ACTIONS(1711), 3, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1709), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [182100] = 5, - ACTIONS(251), 1, + ACTIONS(8750), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2046), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182198] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8642), 1, - aux_sym__immediate_decimal_token2, - STATE(5086), 1, + ACTIONS(1022), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4546), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4801), 1, + aux_sym_unquoted_token3, + ACTIONS(8806), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8808), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8810), 1, + aux_sym__immediate_decimal_token5, + STATE(1726), 1, + sym__immediate_decimal, + STATE(5085), 1, sym_comment, - ACTIONS(1601), 3, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [182123] = 11, + STATE(1933), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182233] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1807), 1, + anon_sym_DOLLAR, + ACTIONS(6925), 1, + anon_sym_LPAREN2, + ACTIONS(6951), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(6953), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6955), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6957), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7051), 1, + aux_sym_unquoted_token3, + STATE(4244), 1, + sym__immediate_decimal, + STATE(5086), 1, + sym_comment, + STATE(4534), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [182268] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1022), 1, + ACTIONS(1541), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(1543), 1, anon_sym_LPAREN2, - ACTIONS(4556), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4773), 1, - aux_sym_unquoted_token3, - ACTIONS(8787), 1, + ACTIONS(1547), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8789), 1, + ACTIONS(1549), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8791), 1, + ACTIONS(1551), 1, aux_sym__immediate_decimal_token5, - STATE(1721), 1, + ACTIONS(1695), 1, + aux_sym__unquoted_in_record_token3, + ACTIONS(8812), 1, + aux_sym__immediate_decimal_token1, + STATE(367), 1, sym__immediate_decimal, STATE(5087), 1, sym_comment, - STATE(1858), 2, + STATE(493), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182158] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8795), 1, - anon_sym_DASH_DASH, - ACTIONS(8797), 1, - anon_sym_DASH2, - ACTIONS(8799), 1, - anon_sym_as, - STATE(5088), 1, - sym_comment, - STATE(5119), 1, - aux_sym_ctrl_do_repeat1, - STATE(5526), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8793), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [182187] = 11, + [182303] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1571), 1, + ACTIONS(1617), 1, anon_sym_DOLLAR, - ACTIONS(1573), 1, + ACTIONS(1619), 1, anon_sym_LPAREN2, - ACTIONS(1577), 1, + ACTIONS(1621), 1, aux_sym__immediate_decimal_token3, - ACTIONS(1579), 1, + ACTIONS(1623), 1, aux_sym__immediate_decimal_token4, - ACTIONS(1581), 1, + ACTIONS(1625), 1, aux_sym__immediate_decimal_token5, - ACTIONS(1667), 1, + ACTIONS(1695), 1, aux_sym__unquoted_in_record_token3, - ACTIONS(8801), 1, + ACTIONS(8814), 1, aux_sym__immediate_decimal_token1, - STATE(383), 1, + STATE(521), 1, sym__immediate_decimal, - STATE(5089), 1, + STATE(5088), 1, sym_comment, - STATE(472), 2, + STATE(603), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182222] = 11, + [182338] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1607), 1, + ACTIONS(3582), 1, anon_sym_DOLLAR, - ACTIONS(1609), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(1611), 1, + ACTIONS(7074), 1, aux_sym__immediate_decimal_token3, - ACTIONS(1613), 1, + ACTIONS(7076), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token3, + ACTIONS(8816), 1, aux_sym__immediate_decimal_token4, - ACTIONS(1615), 1, + ACTIONS(8818), 1, aux_sym__immediate_decimal_token5, - ACTIONS(1667), 1, - aux_sym__unquoted_in_record_token3, - ACTIONS(8803), 1, - aux_sym__immediate_decimal_token1, - STATE(514), 1, + STATE(4040), 1, sym__immediate_decimal, - STATE(5090), 1, + STATE(5089), 1, sym_comment, - STATE(637), 2, + STATE(4309), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182257] = 11, + [182373] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6354), 1, + ACTIONS(6362), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8805), 1, + ACTIONS(8820), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8807), 1, + ACTIONS(8822), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8809), 1, + ACTIONS(8824), 1, aux_sym__immediate_decimal_token5, - STATE(3494), 1, + STATE(3503), 1, sym__immediate_decimal, - STATE(5091), 1, + STATE(5090), 1, sym_comment, - STATE(1858), 2, + STATE(1933), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182292] = 11, + [182408] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4624), 1, + ACTIONS(4609), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(8811), 1, + ACTIONS(8826), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8813), 1, + ACTIONS(8828), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8815), 1, + ACTIONS(8830), 1, aux_sym__immediate_decimal_token5, - STATE(2080), 1, + STATE(2079), 1, sym__immediate_decimal, - STATE(5092), 1, + STATE(5091), 1, sym_comment, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182327] = 10, + [182443] = 10, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1597), 1, + ACTIONS(1665), 1, anon_sym_LBRACE, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6435), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - ACTIONS(8355), 1, + ACTIONS(8363), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, + ACTIONS(8365), 1, aux_sym__immediate_decimal_token5, - STATE(2025), 1, + STATE(2049), 1, sym__immediate_decimal, - STATE(5093), 1, + STATE(5092), 1, sym_comment, - ACTIONS(8709), 2, + ACTIONS(8750), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2024), 2, + STATE(2048), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182360] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5094), 1, - sym_comment, - ACTIONS(1601), 4, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [182381] = 11, + [182476] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2630), 1, + ACTIONS(2699), 1, anon_sym_DOLLAR, - ACTIONS(3956), 1, - anon_sym_LPAREN2, ACTIONS(3960), 1, + anon_sym_LPAREN2, + ACTIONS(3964), 1, aux_sym__immediate_decimal_token3, - ACTIONS(3962), 1, + ACTIONS(3966), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4123), 1, + ACTIONS(4413), 1, aux_sym_unquoted_token3, - ACTIONS(8817), 1, + ACTIONS(8832), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8819), 1, + ACTIONS(8834), 1, aux_sym__immediate_decimal_token5, - STATE(1390), 1, + STATE(1382), 1, sym__immediate_decimal, - STATE(5095), 1, + STATE(5093), 1, sym_comment, - STATE(1489), 2, + STATE(1530), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182416] = 11, + [182511] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6370), 1, + ACTIONS(6400), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8821), 1, + ACTIONS(8836), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8823), 1, + ACTIONS(8838), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8825), 1, + ACTIONS(8840), 1, aux_sym__immediate_decimal_token5, - STATE(3538), 1, + STATE(3555), 1, sym__immediate_decimal, - STATE(5096), 1, + STATE(5094), 1, sym_comment, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182451] = 11, + [182546] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1024), 1, + ACTIONS(3582), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(4890), 1, - aux_sym_unquoted_token3, - ACTIONS(5935), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8827), 1, + ACTIONS(7094), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8829), 1, + ACTIONS(7096), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token3, + ACTIONS(8842), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8831), 1, + ACTIONS(8844), 1, aux_sym__immediate_decimal_token5, - STATE(3202), 1, + STATE(4508), 1, sym__immediate_decimal, - STATE(5097), 1, + STATE(5095), 1, sym_comment, - STATE(2145), 2, + STATE(4841), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182486] = 11, + [182581] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3972), 1, + ACTIONS(1024), 1, anon_sym_DOLLAR, - ACTIONS(3974), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(3976), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(3978), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(4123), 1, + ACTIONS(4904), 1, aux_sym_unquoted_token3, - ACTIONS(8833), 1, + ACTIONS(5918), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8846), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8848), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8835), 1, + ACTIONS(8850), 1, aux_sym__immediate_decimal_token5, - STATE(1609), 1, + STATE(3207), 1, sym__immediate_decimal, - STATE(5098), 1, + STATE(5096), 1, sym_comment, - STATE(1794), 2, + STATE(2083), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182521] = 11, + [182616] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3464), 1, + ACTIONS(3986), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(3988), 1, anon_sym_LPAREN2, - ACTIONS(4890), 1, - aux_sym_unquoted_token3, - ACTIONS(6915), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8837), 1, + ACTIONS(3990), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8839), 1, + ACTIONS(3992), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4413), 1, + aux_sym_unquoted_token3, + ACTIONS(8852), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8841), 1, + ACTIONS(8854), 1, aux_sym__immediate_decimal_token5, - STATE(3863), 1, + STATE(1588), 1, sym__immediate_decimal, - STATE(5099), 1, + STATE(5097), 1, sym_comment, - STATE(3992), 2, + STATE(1732), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182556] = 11, + [182651] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(948), 1, + anon_sym_DASH2, + ACTIONS(8629), 1, + anon_sym_DOT2, + STATE(5098), 1, + sym_comment, + STATE(5109), 1, + aux_sym_cell_path_repeat1, + STATE(5426), 1, + sym_path, + ACTIONS(950), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [182678] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5099), 1, + sym_comment, + ACTIONS(970), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(968), 7, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT2, + anon_sym_RBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [182699] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1024), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(4890), 1, + ACTIONS(4904), 1, aux_sym_unquoted_token3, - ACTIONS(5964), 1, + ACTIONS(5961), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8843), 1, + ACTIONS(8856), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8845), 1, + ACTIONS(8858), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8847), 1, + ACTIONS(8860), 1, aux_sym__immediate_decimal_token5, - STATE(3266), 1, + STATE(3264), 1, sym__immediate_decimal, STATE(5100), 1, sym_comment, - STATE(2473), 2, + STATE(2480), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182591] = 11, + [182734] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(5801), 1, + ACTIONS(5768), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8849), 1, + ACTIONS(8862), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8851), 1, + ACTIONS(8864), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8853), 1, + ACTIONS(8866), 1, aux_sym__immediate_decimal_token5, - STATE(3201), 1, + STATE(3199), 1, sym__immediate_decimal, STATE(5101), 1, sym_comment, - STATE(1858), 2, + STATE(1933), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182626] = 11, + [182769] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3464), 1, + ACTIONS(3472), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(4890), 1, + ACTIONS(4904), 1, aux_sym_unquoted_token3, - ACTIONS(6921), 1, + ACTIONS(6945), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8855), 1, + ACTIONS(8868), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8857), 1, + ACTIONS(8870), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8859), 1, + ACTIONS(8872), 1, aux_sym__immediate_decimal_token5, - STATE(4030), 1, + STATE(4036), 1, sym__immediate_decimal, STATE(5102), 1, sym_comment, - STATE(2473), 2, + STATE(2480), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182661] = 11, + [182804] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3440), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6901), 1, + ACTIONS(6905), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8861), 1, + ACTIONS(8874), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8863), 1, + ACTIONS(8876), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8865), 1, + ACTIONS(8878), 1, aux_sym__immediate_decimal_token5, - STATE(3846), 1, + STATE(3852), 1, sym__immediate_decimal, STATE(5103), 1, sym_comment, - STATE(3930), 2, + STATE(3932), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182696] = 11, + [182839] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(5895), 1, + ACTIONS(5926), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8867), 1, + ACTIONS(8880), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8869), 1, + ACTIONS(8882), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8871), 1, + ACTIONS(8884), 1, aux_sym__immediate_decimal_token5, - STATE(3249), 1, + STATE(3237), 1, sym__immediate_decimal, STATE(5104), 1, sym_comment, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182731] = 11, + [182874] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6406), 1, + ACTIONS(6418), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8873), 1, + ACTIONS(8886), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8875), 1, + ACTIONS(8888), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8877), 1, + ACTIONS(8890), 1, aux_sym__immediate_decimal_token5, - STATE(3508), 1, + STATE(3507), 1, sym__immediate_decimal, STATE(5105), 1, sym_comment, - STATE(3532), 2, + STATE(3550), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182766] = 11, + [182909] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3440), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6907), 1, + ACTIONS(6911), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8879), 1, + ACTIONS(8892), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8881), 1, + ACTIONS(8894), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8883), 1, + ACTIONS(8896), 1, aux_sym__immediate_decimal_token5, - STATE(3944), 1, + STATE(4007), 1, sym__immediate_decimal, STATE(5106), 1, sym_comment, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182801] = 11, + [182944] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(1022), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(6429), 1, + ACTIONS(6433), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8885), 1, + ACTIONS(8898), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8887), 1, + ACTIONS(8900), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8889), 1, + ACTIONS(8902), 1, aux_sym__immediate_decimal_token5, - STATE(3645), 1, + STATE(3661), 1, sym__immediate_decimal, STATE(5107), 1, sym_comment, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182836] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5108), 1, - sym_comment, - ACTIONS(974), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(972), 7, - anon_sym_COLON, - anon_sym_RBRACK, - anon_sym_GT2, - anon_sym_RBRACE, - anon_sym_QMARK2, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [182857] = 11, + [182979] = 11, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(6435), 1, + ACTIONS(6443), 1, anon_sym_DOLLAR, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(8735), 1, + ACTIONS(8685), 1, anon_sym_DASH_DASH, - ACTIONS(8737), 1, + ACTIONS(8687), 1, anon_sym_DASH2, - STATE(5109), 1, + STATE(5108), 1, sym_comment, - STATE(5223), 1, + STATE(5429), 1, aux_sym_ctrl_do_repeat1, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(6483), 1, + STATE(5967), 1, + sym__flag, + STATE(6628), 1, sym__variable_name, - STATE(5904), 2, + STATE(5970), 2, sym_short_flag, sym_long_flag, - [182892] = 9, + [183014] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(8731), 1, - aux_sym_unquoted_token2, - ACTIONS(8891), 1, - sym_filesize_unit, - ACTIONS(8893), 1, - sym_duration_unit, - STATE(5110), 1, - sym_comment, - ACTIONS(1653), 2, - sym_identifier, + ACTIONS(941), 1, anon_sym_DASH2, - ACTIONS(1665), 2, - anon_sym_DOLLAR, + ACTIONS(8904), 1, + anon_sym_DOT2, + STATE(5426), 1, + sym_path, + STATE(5109), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(943), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [182923] = 8, + anon_sym_RBRACE, + anon_sym_as, + [183039] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(935), 1, + ACTIONS(1937), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(8725), 1, anon_sym_DOT2, - STATE(5111), 1, + STATE(5110), 1, sym_comment, - STATE(5162), 1, + STATE(5157), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, + STATE(5539), 1, sym_path, - STATE(5621), 1, + STATE(5802), 1, sym_cell_path, - ACTIONS(937), 5, + ACTIONS(1939), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [182952] = 11, + [183068] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8907), 1, + anon_sym_DASH_DASH, + ACTIONS(8910), 1, + anon_sym_DASH2, + STATE(5638), 1, + sym__flag, + STATE(5111), 2, + sym_comment, + aux_sym_ctrl_do_repeat1, + STATE(5709), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8633), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_as, + [183095] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3932), 1, + ACTIONS(3852), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(8353), 1, + ACTIONS(8361), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, + ACTIONS(8913), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, + ACTIONS(8915), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, + ACTIONS(8917), 1, aux_sym__immediate_decimal_token5, STATE(5112), 1, sym_comment, STATE(5916), 1, sym__immediate_decimal, - STATE(6508), 2, + STATE(6234), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [182987] = 11, + [183130] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2889), 1, - anon_sym_DOLLAR, - ACTIONS(3988), 1, + ACTIONS(8919), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8921), 1, + aux_sym__immediate_decimal_token2, + STATE(5113), 1, + sym_comment, + ACTIONS(1757), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 4, anon_sym_LPAREN2, - ACTIONS(3992), 1, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [183155] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1605), 1, + anon_sym_LPAREN2, + ACTIONS(1609), 1, aux_sym__immediate_decimal_token3, - ACTIONS(3994), 1, + ACTIONS(1611), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4441), 1, - aux_sym_unquoted_token3, - ACTIONS(8901), 1, + ACTIONS(1745), 1, + aux_sym__unquoted_in_record_token3, + ACTIONS(3740), 1, + anon_sym_DOLLAR, + ACTIONS(8923), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8903), 1, + ACTIONS(8925), 1, aux_sym__immediate_decimal_token5, - STATE(1431), 1, + STATE(399), 1, sym__immediate_decimal, - STATE(5113), 1, + STATE(5114), 1, + sym_comment, + STATE(538), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [183190] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8039), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8041), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8043), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8045), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token3, + STATE(5115), 1, sym_comment, - STATE(1569), 2, + STATE(5493), 1, + sym__immediate_decimal, + STATE(5663), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183022] = 8, + [183225] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5114), 1, + STATE(5116), 1, sym_comment, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(5729), 1, + STATE(5651), 1, sym_cell_path, - ACTIONS(1761), 3, + ACTIONS(1721), 3, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, - ACTIONS(1763), 3, + ACTIONS(1723), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [183051] = 6, - ACTIONS(251), 1, + [183254] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8907), 1, - anon_sym_DASH_DASH, - ACTIONS(8910), 1, - anon_sym_DASH2, - STATE(5115), 2, + ACTIONS(3088), 1, + anon_sym_DOLLAR, + ACTIONS(8035), 1, + anon_sym_LPAREN2, + ACTIONS(8373), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8375), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8377), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8379), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token3, + STATE(5117), 1, sym_comment, - aux_sym_ctrl_do_repeat1, - STATE(5526), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8905), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_as, - [183076] = 11, + STATE(6450), 1, + sym__immediate_decimal, + STATE(6981), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [183289] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4018), 1, + ACTIONS(1647), 1, + anon_sym_LPAREN2, + ACTIONS(1649), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(1651), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(1745), 1, + aux_sym__unquoted_in_record_token3, + ACTIONS(8929), 1, anon_sym_DOLLAR, - ACTIONS(4141), 1, + ACTIONS(8931), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8933), 1, + aux_sym__immediate_decimal_token5, + STATE(569), 1, + sym__immediate_decimal, + STATE(5118), 1, + sym_comment, + STATE(737), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [183324] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1681), 1, + anon_sym_RBRACE, + ACTIONS(1683), 1, anon_sym_LPAREN2, - ACTIONS(4143), 1, + ACTIONS(1693), 1, + sym__entry_separator, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(8935), 1, + anon_sym_DOT_DOT2, + ACTIONS(8939), 1, + sym_filesize_unit, + ACTIONS(8941), 1, + sym_duration_unit, + STATE(5119), 1, + sym_comment, + STATE(7328), 1, + sym__expr_parenthesized_immediate, + ACTIONS(8937), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [183359] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5437), 1, + anon_sym_LPAREN2, + ACTIONS(5441), 1, aux_sym__immediate_decimal_token3, - ACTIONS(4145), 1, + ACTIONS(5443), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4441), 1, - aux_sym_unquoted_token3, - ACTIONS(8913), 1, + ACTIONS(5741), 1, + aux_sym__unquoted_in_list_token3, + ACTIONS(8434), 1, + anon_sym_DOLLAR, + ACTIONS(8436), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8915), 1, + ACTIONS(8438), 1, aux_sym__immediate_decimal_token5, - STATE(1630), 1, + STATE(2828), 1, sym__immediate_decimal, - STATE(5116), 1, + STATE(5120), 1, sym_comment, - STATE(1894), 2, + STATE(2884), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183111] = 4, + [183394] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8572), 1, + ACTIONS(8580), 1, anon_sym_DASH2, - STATE(5117), 1, + STATE(5121), 1, sym_comment, - ACTIONS(5758), 9, + ACTIONS(5746), 9, sym_identifier, sym__newline, anon_sym_PIPE, @@ -392893,61 +393168,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [183132] = 11, + [183415] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8165), 1, + ACTIONS(8099), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8167), 1, + ACTIONS(8101), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8169), 1, + ACTIONS(8103), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8171), 1, + ACTIONS(8105), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8759), 1, + ACTIONS(8764), 1, aux_sym__unquoted_in_list_token3, - STATE(5118), 1, + STATE(5122), 1, sym_comment, - STATE(5509), 1, + STATE(5455), 1, sym__immediate_decimal, - STATE(5713), 2, + STATE(5663), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183167] = 8, + [183450] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8795), 1, - anon_sym_DASH_DASH, - ACTIONS(8797), 1, - anon_sym_DASH2, - ACTIONS(8919), 1, - anon_sym_as, - STATE(5115), 1, - aux_sym_ctrl_do_repeat1, - STATE(5119), 1, + ACTIONS(8943), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8945), 1, + aux_sym__immediate_decimal_token2, + STATE(5123), 1, sym_comment, - STATE(5526), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8917), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1595), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 6, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [183475] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5124), 1, + sym_comment, + ACTIONS(1587), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1589), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [183496] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5125), 1, + sym_comment, + ACTIONS(1667), 4, + anon_sym_RBRACK, anon_sym_RBRACE, - [183196] = 4, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1669), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [183517] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5120), 1, + STATE(5126), 1, sym_comment, - ACTIONS(1599), 3, + ACTIONS(1587), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 7, + ACTIONS(1589), 7, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, @@ -392955,61 +393262,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183217] = 11, + [183538] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5127), 1, + sym_comment, + ACTIONS(978), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(976), 7, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT2, + anon_sym_RBRACE, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [183559] = 11, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3088), 1, anon_sym_DOLLAR, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(7979), 1, + ACTIONS(8484), 1, aux_sym__immediate_decimal_token1, - ACTIONS(7981), 1, + ACTIONS(8486), 1, aux_sym__immediate_decimal_token3, - ACTIONS(7983), 1, + ACTIONS(8488), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7985), 1, + ACTIONS(8490), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token3, - STATE(5121), 1, + ACTIONS(8764), 1, + aux_sym__unquoted_in_list_token3, + STATE(5128), 1, sym_comment, - STATE(5541), 1, + STATE(6246), 1, sym__immediate_decimal, - STATE(5713), 2, + STATE(6981), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183252] = 8, - ACTIONS(251), 1, + [183594] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8795), 1, - anon_sym_DASH_DASH, - ACTIONS(8797), 1, - anon_sym_DASH2, - ACTIONS(8925), 1, - anon_sym_as, - STATE(5122), 1, + STATE(5129), 1, sym_comment, - STATE(5126), 1, - aux_sym_ctrl_do_repeat1, - STATE(5526), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8923), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(966), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(964), 7, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_GT2, anon_sym_RBRACE, - [183281] = 4, + anon_sym_QMARK2, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [183615] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5123), 1, + STATE(5130), 1, sym_comment, - ACTIONS(1623), 3, + ACTIONS(1595), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 7, + ACTIONS(1597), 7, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, @@ -393017,116 +393337,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183302] = 11, + [183636] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3932), 1, + ACTIONS(3852), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(8622), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5124), 1, + STATE(5131), 1, sym_comment, - STATE(7245), 1, + STATE(7329), 1, sym__immediate_decimal, - STATE(2017), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183337] = 4, - ACTIONS(251), 1, + [183671] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5125), 1, + ACTIONS(8953), 1, + aux_sym__immediate_decimal_token2, + STATE(5132), 1, sym_comment, - ACTIONS(1711), 4, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + ACTIONS(1667), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1669), 6, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1709), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, sym_filesize_unit, sym_duration_unit, - aux_sym_unquoted_token2, - [183358] = 8, - ACTIONS(251), 1, + sym__entry_separator, + [183694] = 11, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8795), 1, - anon_sym_DASH_DASH, - ACTIONS(8797), 1, - anon_sym_DASH2, - ACTIONS(8935), 1, - anon_sym_as, - STATE(5115), 1, - aux_sym_ctrl_do_repeat1, - STATE(5126), 1, + ACTIONS(2938), 1, + anon_sym_DOLLAR, + ACTIONS(3972), 1, + anon_sym_LPAREN2, + ACTIONS(3976), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(3978), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(4534), 1, + aux_sym_unquoted_token3, + ACTIONS(8955), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8957), 1, + aux_sym__immediate_decimal_token5, + STATE(1431), 1, + sym__immediate_decimal, + STATE(5133), 1, sym_comment, - STATE(5526), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8933), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [183387] = 6, + STATE(1554), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [183729] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8937), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8939), 1, + ACTIONS(8959), 1, + anon_sym_DOT, + ACTIONS(8961), 1, aux_sym__immediate_decimal_token2, - STATE(5127), 1, + STATE(5134), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 6, + ACTIONS(1589), 6, anon_sym_PIPE, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183412] = 6, + [183754] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8941), 1, + ACTIONS(2033), 1, + anon_sym_DOLLAR, + ACTIONS(6979), 1, + anon_sym_LPAREN2, + ACTIONS(6983), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8943), 1, - aux_sym__immediate_decimal_token2, - STATE(5128), 1, + ACTIONS(6985), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(6987), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(6989), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(7130), 1, + aux_sym_unquoted_token3, + STATE(3959), 1, + sym__immediate_decimal, + STATE(5135), 1, sym_comment, - ACTIONS(1727), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 4, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [183437] = 4, + STATE(4108), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [183789] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5129), 1, + ACTIONS(2093), 1, + anon_sym_DASH2, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5136), 1, sym_comment, - ACTIONS(1709), 3, + STATE(5157), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + STATE(5776), 1, + sym_cell_path, + ACTIONS(2095), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [183818] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5137), 1, + sym_comment, + ACTIONS(1667), 3, anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 7, + ACTIONS(1669), 7, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, @@ -393134,949 +393484,1142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183458] = 11, + [183839] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2063), 1, + ACTIONS(2033), 1, anon_sym_DOLLAR, - ACTIONS(6947), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6951), 1, + ACTIONS(7009), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6953), 1, + ACTIONS(7011), 1, aux_sym__immediate_decimal_token3, - ACTIONS(6955), 1, + ACTIONS(7013), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6957), 1, + ACTIONS(7015), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7124), 1, + ACTIONS(7130), 1, aux_sym_unquoted_token3, - STATE(3945), 1, + STATE(4375), 1, sym__immediate_decimal, - STATE(5130), 1, + STATE(5138), 1, sym_comment, - STATE(4140), 2, + STATE(4697), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183493] = 4, + [183874] = 11, ACTIONS(251), 1, anon_sym_POUND, - STATE(5131), 1, - sym_comment, - ACTIONS(1723), 3, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1725), 7, + ACTIONS(6478), 1, anon_sym_DOLLAR, + ACTIONS(8685), 1, anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [183514] = 11, + ACTIONS(8687), 1, + anon_sym_DASH2, + ACTIONS(8740), 1, + sym_identifier, + STATE(5061), 1, + aux_sym_ctrl_do_repeat1, + STATE(5139), 1, + sym_comment, + STATE(5967), 1, + sym__flag, + STATE(6656), 1, + sym__variable_name, + STATE(6662), 1, + sym_val_variable, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [183909] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5482), 1, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(5484), 1, + ACTIONS(5527), 1, aux_sym__immediate_decimal_token3, - ACTIONS(5486), 1, + ACTIONS(5529), 1, aux_sym__immediate_decimal_token1, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token3, - ACTIONS(8945), 1, + ACTIONS(8963), 1, anon_sym_DOLLAR, - ACTIONS(8947), 1, + ACTIONS(8965), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8949), 1, + ACTIONS(8967), 1, aux_sym__immediate_decimal_token5, - STATE(3100), 1, + STATE(3046), 1, sym__immediate_decimal, - STATE(5132), 1, + STATE(5140), 1, sym_comment, - STATE(3132), 2, + STATE(3147), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183549] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5133), 1, - sym_comment, - ACTIONS(1709), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1711), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [183570] = 5, + [183944] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8685), 1, - aux_sym__immediate_decimal_token2, - STATE(5134), 1, + STATE(5141), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1733), 3, + anon_sym_DASH2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 7, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, + ACTIONS(1735), 7, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183593] = 4, + [183965] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(5135), 1, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5142), 1, sym_comment, - ACTIONS(964), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(962), 7, - anon_sym_COLON, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5715), 1, + sym_cell_path, + ACTIONS(935), 3, anon_sym_RBRACK, - anon_sym_GT2, anon_sym_RBRACE, - anon_sym_QMARK2, anon_sym_DOT_DOT2, - anon_sym_DOT2, - [183614] = 5, + ACTIONS(937), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [183994] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8951), 1, - aux_sym__immediate_decimal_token2, - STATE(5136), 1, + ACTIONS(1945), 1, + anon_sym_DASH2, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5143), 1, sym_comment, - ACTIONS(1709), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 7, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [183637] = 11, + STATE(5157), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + STATE(5729), 1, + sym_cell_path, + ACTIONS(1947), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [184023] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1024), 1, + ACTIONS(4082), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4137), 1, anon_sym_LPAREN2, - ACTIONS(4618), 1, + ACTIONS(4139), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(4141), 1, aux_sym__immediate_decimal_token1, - ACTIONS(4890), 1, + ACTIONS(4534), 1, aux_sym_unquoted_token3, - ACTIONS(8953), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8955), 1, + ACTIONS(8969), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8957), 1, + ACTIONS(8971), 1, aux_sym__immediate_decimal_token5, - STATE(1914), 1, + STATE(1694), 1, sym__immediate_decimal, - STATE(5137), 1, + STATE(5144), 1, sym_comment, - STATE(2145), 2, + STATE(1830), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183672] = 11, - ACTIONS(3), 1, + [184058] = 9, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8365), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8367), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8369), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8371), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token3, - STATE(5138), 1, + ACTIONS(8766), 1, + anon_sym_DASH_DASH, + ACTIONS(8768), 1, + anon_sym_DASH2, + ACTIONS(8973), 1, + anon_sym_as, + STATE(5111), 1, + aux_sym_ctrl_do_repeat1, + STATE(5145), 1, sym_comment, - STATE(6148), 1, - sym__immediate_decimal, - STATE(6974), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [183707] = 11, - ACTIONS(3), 1, + STATE(5638), 1, + sym__flag, + STATE(5709), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8699), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [184089] = 9, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3088), 1, - anon_sym_DOLLAR, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(8476), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8478), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8480), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8482), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(8759), 1, - aux_sym__unquoted_in_list_token3, - STATE(5139), 1, + ACTIONS(8766), 1, + anon_sym_DASH_DASH, + ACTIONS(8768), 1, + anon_sym_DASH2, + ACTIONS(8975), 1, + anon_sym_as, + STATE(5111), 1, + aux_sym_ctrl_do_repeat1, + STATE(5146), 1, sym_comment, - STATE(6358), 1, - sym__immediate_decimal, - STATE(6974), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [183742] = 6, + STATE(5638), 1, + sym__flag, + STATE(5709), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8643), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [184120] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8959), 1, - anon_sym_DOT, - ACTIONS(8961), 1, + ACTIONS(8766), 1, + anon_sym_DASH_DASH, + ACTIONS(8768), 1, + anon_sym_DASH2, + ACTIONS(8977), 1, + anon_sym_as, + STATE(5145), 1, + aux_sym_ctrl_do_repeat1, + STATE(5147), 1, + sym_comment, + STATE(5638), 1, + sym__flag, + STATE(5709), 2, + sym_short_flag, + sym_long_flag, + ACTIONS(8651), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [184151] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8979), 1, aux_sym__immediate_decimal_token2, - STATE(5140), 1, + STATE(5148), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 6, + ACTIONS(1669), 7, anon_sym_PIPE, + anon_sym_if, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [183767] = 5, - ACTIONS(3), 1, + [184174] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8620), 1, + ACTIONS(8981), 1, aux_sym__immediate_decimal_token2, - STATE(5141), 1, + STATE(5149), 1, sym_comment, - ACTIONS(1599), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 6, - anon_sym_LPAREN2, + ACTIONS(1669), 3, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [183790] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_RBRACE, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(1665), 1, - sym__entry_separator, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(8963), 1, + ACTIONS(1667), 6, + sym_identifier, + anon_sym_DASH2, anon_sym_DOT_DOT2, - ACTIONS(8967), 1, sym_filesize_unit, - ACTIONS(8969), 1, sym_duration_unit, - STATE(5142), 1, - sym_comment, - STATE(7359), 1, - sym__expr_parenthesized_immediate, - ACTIONS(8965), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [183825] = 11, + aux_sym_unquoted_token2, + [184197] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1847), 1, + ACTIONS(1024), 1, anon_sym_DOLLAR, - ACTIONS(6935), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6977), 1, + ACTIONS(4654), 1, aux_sym__immediate_decimal_token1, - ACTIONS(6979), 1, + ACTIONS(4904), 1, + aux_sym_unquoted_token3, + ACTIONS(8983), 1, aux_sym__immediate_decimal_token3, - ACTIONS(6981), 1, + ACTIONS(8985), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6983), 1, + ACTIONS(8987), 1, aux_sym__immediate_decimal_token5, - ACTIONS(7045), 1, - aux_sym_unquoted_token3, - STATE(4252), 1, + STATE(1822), 1, sym__immediate_decimal, - STATE(5143), 1, + STATE(5150), 1, sym_comment, - STATE(4531), 2, + STATE(2083), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183860] = 4, + [184232] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1949), 1, + anon_sym_DASH2, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5151), 1, + sym_comment, + STATE(5157), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + STATE(5806), 1, + sym_cell_path, + ACTIONS(1951), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [184261] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5144), 1, + STATE(5152), 1, sym_comment, - ACTIONS(1723), 3, + ACTIONS(1595), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1597), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [184282] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1953), 1, + anon_sym_DASH2, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5153), 1, + sym_comment, + STATE(5157), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + STATE(5622), 1, + sym_cell_path, + ACTIONS(1955), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [184311] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8711), 1, + aux_sym__immediate_decimal_token2, + STATE(5154), 1, + sym_comment, + ACTIONS(1587), 3, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_record_token2, - ACTIONS(1725), 6, + ACTIONS(1589), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [183880] = 9, + [184334] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + STATE(5155), 1, + sym_comment, + ACTIONS(1589), 4, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1587), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [184355] = 11, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3472), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(4904), 1, + aux_sym_unquoted_token3, + ACTIONS(6919), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8989), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8991), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(8993), 1, aux_sym__immediate_decimal_token5, - STATE(3553), 1, + STATE(3868), 1, sym__immediate_decimal, - STATE(5145), 1, - sym_comment, - ACTIONS(6406), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3532), 2, + STATE(5156), 1, + sym_comment, + STATE(3989), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183910] = 5, + [184390] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(966), 1, + ACTIONS(948), 1, anon_sym_DASH2, - ACTIONS(8971), 1, - anon_sym_QMARK2, - STATE(5146), 1, + ACTIONS(8725), 1, + anon_sym_DOT2, + STATE(5157), 1, sym_comment, - ACTIONS(968), 7, + STATE(5165), 1, + aux_sym_cell_path_repeat1, + STATE(5539), 1, + sym_path, + ACTIONS(950), 5, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_as, - anon_sym_DOT2, - [183932] = 9, + [184416] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(7963), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(7965), 1, aux_sym__immediate_decimal_token5, - STATE(2086), 1, - sym__immediate_decimal, - STATE(5147), 1, + STATE(5158), 1, sym_comment, - ACTIONS(6451), 2, + STATE(6540), 1, + sym__immediate_decimal, + ACTIONS(7961), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2017), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [183962] = 9, + [184446] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(4620), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, - aux_sym__immediate_decimal_token5, - STATE(2556), 1, - sym__immediate_decimal, - STATE(5148), 1, + ACTIONS(8961), 1, + aux_sym__immediate_decimal_token2, + STATE(5159), 1, sym_comment, - ACTIONS(4722), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2446), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [183992] = 9, + ACTIONS(1587), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 6, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [184468] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4558), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, - aux_sym__immediate_decimal_token5, - STATE(1896), 1, - sym__immediate_decimal, - STATE(5149), 1, + ACTIONS(8995), 1, + anon_sym_DOT, + ACTIONS(8997), 1, + aux_sym__immediate_decimal_token2, + STATE(5160), 1, sym_comment, - ACTIONS(4556), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(1858), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [184022] = 9, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [184492] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(4558), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, - aux_sym__immediate_decimal_token5, - STATE(2109), 1, - sym__immediate_decimal, - STATE(5150), 1, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2135), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5161), 1, sym_comment, - ACTIONS(4606), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2033), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [184052] = 5, + ACTIONS(1947), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [184518] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8973), 1, + ACTIONS(8748), 1, aux_sym__immediate_decimal_token2, - STATE(5151), 1, + STATE(5162), 1, sym_comment, - ACTIONS(1771), 4, + ACTIONS(1725), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 4, + ACTIONS(1727), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [184074] = 9, + [184540] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6947), 1, - anon_sym_LPAREN2, - ACTIONS(8975), 1, + ACTIONS(9001), 1, + aux_sym__immediate_decimal_token2, + STATE(5163), 1, + sym_comment, + ACTIONS(1667), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 6, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [184562] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(8977), 1, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8979), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, - STATE(4312), 1, + STATE(2484), 1, sym__immediate_decimal, - STATE(5152), 1, + STATE(5164), 1, sym_comment, - ACTIONS(6993), 2, + ACTIONS(4720), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4779), 2, + STATE(2480), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184104] = 9, + [184592] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, - anon_sym_DQUOTE, - ACTIONS(3124), 1, - sym_raw_string_begin, - ACTIONS(8981), 1, - sym_identifier, - STATE(5153), 1, - sym_comment, - STATE(5154), 1, - aux_sym_collection_type_repeat1, - STATE(6509), 1, - sym_val_string, - ACTIONS(3120), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - [184134] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8983), 1, - sym_identifier, - ACTIONS(8986), 1, - anon_sym_DQUOTE, - ACTIONS(8992), 1, - sym_raw_string_begin, - STATE(7015), 1, - sym_val_string, - ACTIONS(8989), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(5080), 2, - sym__raw_str, - sym__str_double_quotes, - STATE(5154), 2, - sym_comment, - aux_sym_collection_type_repeat1, - [184162] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(8735), 1, - anon_sym_DASH_DASH, - ACTIONS(8737), 1, + ACTIONS(941), 1, anon_sym_DASH2, - STATE(5155), 1, + ACTIONS(9003), 1, + anon_sym_DOT2, + STATE(5539), 1, + sym_path, + STATE(5165), 2, sym_comment, - STATE(5223), 1, - aux_sym_ctrl_do_repeat1, - STATE(5491), 1, - sym_val_variable, - STATE(6483), 1, - sym__variable_name, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [184194] = 4, - ACTIONS(251), 1, + aux_sym_cell_path_repeat1, + ACTIONS(943), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [184616] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5156), 1, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, sym_comment, - ACTIONS(1711), 3, - anon_sym_DASH_DASH, + STATE(5194), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + ACTIONS(948), 3, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(950), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1709), 6, - sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [184214] = 9, + sym__entry_separator, + [184642] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5480), 1, - anon_sym_DOLLAR, - ACTIONS(5482), 1, - anon_sym_LPAREN2, - ACTIONS(5488), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(5490), 1, - aux_sym__immediate_decimal_token5, - STATE(3048), 1, - sym__immediate_decimal, - STATE(5157), 1, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2140), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5167), 1, sym_comment, - ACTIONS(5486), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(3149), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [184244] = 9, + ACTIONS(1935), 5, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + [184668] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(2507), 1, + STATE(2039), 1, sym__immediate_decimal, - STATE(5158), 1, + STATE(5168), 1, sym_comment, - ACTIONS(4722), 2, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2506), 2, + STATE(2038), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184274] = 9, + [184698] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(2086), 1, + STATE(2126), 1, sym__immediate_decimal, - STATE(5159), 1, + STATE(5169), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(6466), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2017), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184304] = 6, + [184728] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8995), 1, - anon_sym_DOT, - ACTIONS(8997), 1, - aux_sym__immediate_decimal_token2, - STATE(5160), 1, + ACTIONS(1925), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(5170), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [184328] = 4, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + STATE(5626), 1, + sym_cell_path, + ACTIONS(1927), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [184756] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5161), 1, + ACTIONS(1945), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4563), 1, + sym_cell_path, + STATE(5171), 1, sym_comment, - ACTIONS(1601), 3, - anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1599), 6, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1947), 4, sym_identifier, - anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [184348] = 7, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [184784] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(948), 1, + ACTIONS(1937), 1, anon_sym_DASH2, - ACTIONS(8687), 1, + ACTIONS(9006), 1, anon_sym_DOT2, - STATE(5162), 1, + STATE(4101), 1, + sym_path, + STATE(5172), 1, sym_comment, - STATE(5163), 1, + STATE(5286), 1, aux_sym_cell_path_repeat1, - STATE(5439), 1, - sym_path, - ACTIONS(950), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, + STATE(5756), 1, + sym_cell_path, + ACTIONS(1939), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_as, - [184374] = 6, + anon_sym_LBRACE, + [184812] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(941), 1, + ACTIONS(1933), 1, anon_sym_DASH2, - ACTIONS(8999), 1, + ACTIONS(9006), 1, anon_sym_DOT2, - STATE(5439), 1, + STATE(4101), 1, sym_path, - STATE(5163), 2, + STATE(4666), 1, + sym_cell_path, + STATE(5173), 1, sym_comment, + STATE(5286), 1, aux_sym_cell_path_repeat1, - ACTIONS(943), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, + ACTIONS(1935), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_as, - [184398] = 4, + anon_sym_LBRACE, + [184840] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(958), 1, + ACTIONS(2093), 1, anon_sym_DASH2, - STATE(5164), 1, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4688), 1, + sym_cell_path, + STATE(5174), 1, sym_comment, - ACTIONS(960), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(2095), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [184418] = 4, + anon_sym_LBRACE, + [184868] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(976), 1, + ACTIONS(1949), 1, anon_sym_DASH2, - STATE(5165), 1, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4594), 1, + sym_cell_path, + STATE(5175), 1, sym_comment, - ACTIONS(978), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1951), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [184438] = 4, + anon_sym_LBRACE, + [184896] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(972), 1, + ACTIONS(1953), 1, anon_sym_DASH2, - STATE(5166), 1, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4600), 1, + sym_cell_path, + STATE(5176), 1, sym_comment, - ACTIONS(974), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1955), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [184458] = 6, + anon_sym_LBRACE, + [184924] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9002), 1, - sym_long_flag_identifier, - ACTIONS(9004), 1, - anon_sym_EQ2, - STATE(5167), 1, - sym_comment, - ACTIONS(4852), 2, + ACTIONS(1957), 1, anon_sym_DASH2, - anon_sym_as, - ACTIONS(4850), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4605), 1, + sym_cell_path, + STATE(5177), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1959), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_RBRACE, - [184482] = 4, + anon_sym_LBRACE, + [184952] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(962), 1, + ACTIONS(1961), 1, anon_sym_DASH2, - STATE(5168), 1, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4609), 1, + sym_cell_path, + STATE(5178), 1, sym_comment, - ACTIONS(964), 8, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1963), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [184502] = 7, - ACTIONS(3), 1, + anon_sym_LBRACE, + [184980] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8783), 1, + ACTIONS(1965), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(4101), 1, + sym_path, + STATE(4630), 1, + sym_cell_path, + STATE(5179), 1, sym_comment, - STATE(5178), 1, + STATE(5286), 1, aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - ACTIONS(948), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(950), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [184528] = 9, + ACTIONS(1967), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185008] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4614), 1, - anon_sym_LPAREN2, - ACTIONS(4620), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(6453), 1, - anon_sym_DOLLAR, - STATE(2507), 1, - sym__immediate_decimal, - STATE(5170), 1, + ACTIONS(1969), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4687), 1, + sym_cell_path, + STATE(5180), 1, sym_comment, - ACTIONS(4722), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - STATE(2506), 2, - sym__expr_parenthesized_immediate, - sym_val_variable, - [184558] = 10, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1971), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185036] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6453), 1, + ACTIONS(1973), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4704), 1, + sym_cell_path, + STATE(5181), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1975), 4, + sym_identifier, anon_sym_DOLLAR, - ACTIONS(8735), 1, anon_sym_DASH_DASH, - ACTIONS(8737), 1, + anon_sym_LBRACE, + [185064] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1977), 1, anon_sym_DASH2, ACTIONS(9006), 1, - sym_identifier, - STATE(5171), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4597), 1, + sym_cell_path, + STATE(5182), 1, sym_comment, - STATE(5190), 1, - aux_sym_ctrl_do_repeat1, - STATE(6671), 1, - sym_val_variable, - STATE(7054), 1, - sym__variable_name, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [184590] = 7, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1979), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185092] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9008), 1, + ACTIONS(1981), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(4101), 1, sym_path, - STATE(2153), 1, + STATE(4602), 1, sym_cell_path, - STATE(4836), 1, + STATE(5183), 1, + sym_comment, + STATE(5286), 1, aux_sym_cell_path_repeat1, - STATE(5172), 1, + ACTIONS(1983), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185120] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1985), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4622), 1, + sym_cell_path, + STATE(5184), 1, sym_comment, - ACTIONS(2035), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1987), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - [184616] = 5, - ACTIONS(3), 1, + [185148] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8745), 1, - aux_sym__immediate_decimal_token2, - STATE(5173), 1, + ACTIONS(1989), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4773), 1, + sym_cell_path, + STATE(5185), 1, sym_comment, - ACTIONS(1735), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 4, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [184638] = 4, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1991), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185176] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5174), 1, + ACTIONS(1993), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4660), 1, + sym_cell_path, + STATE(5186), 1, sym_comment, - ACTIONS(1625), 3, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1995), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1623), 6, + anon_sym_LBRACE, + [185204] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1997), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4593), 1, + sym_cell_path, + STATE(5187), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(1999), 4, sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185232] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2001), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [184658] = 4, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4595), 1, + sym_cell_path, + STATE(5188), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(2003), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185260] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5175), 1, + ACTIONS(2005), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4607), 1, + sym_cell_path, + STATE(5189), 1, sym_comment, - ACTIONS(1725), 3, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(2007), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(1723), 6, + anon_sym_LBRACE, + [185288] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2009), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4627), 1, + sym_cell_path, + STATE(5190), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(2011), 4, sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185316] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2089), 1, anon_sym_DASH2, - anon_sym_DOT_DOT2, - sym_filesize_unit, - sym_duration_unit, - aux_sym_unquoted_token2, - [184678] = 9, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4665), 1, + sym_cell_path, + STATE(5191), 1, + sym_comment, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + ACTIONS(2091), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [185344] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4141), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4147), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4149), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8644), 1, - anon_sym_DOLLAR, - STATE(1647), 1, + STATE(3556), 1, sym__immediate_decimal, - STATE(5176), 1, + STATE(5192), 1, sym_comment, - ACTIONS(4145), 2, + ACTIONS(6418), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(1847), 2, + STATE(3550), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184708] = 9, + [185374] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, - anon_sym_LPAREN2, - ACTIONS(6435), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(8624), 1, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(5177), 1, - sym_comment, - STATE(7341), 1, + STATE(2098), 1, sym__immediate_decimal, - ACTIONS(8622), 2, + STATE(5193), 1, + sym_comment, + ACTIONS(6466), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184738] = 6, + [185404] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9010), 1, + ACTIONS(9008), 1, anon_sym_DOT2, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(5178), 2, + STATE(5194), 2, sym_comment, aux_sym_cell_path_repeat1, ACTIONS(941), 3, @@ -394087,1547 +394630,1344 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [184762] = 9, + [185428] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9011), 1, + anon_sym_DOT, + ACTIONS(9013), 1, + aux_sym__immediate_decimal_token2, + STATE(5195), 1, + sym_comment, + ACTIONS(1725), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [185452] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(6435), 1, + ACTIONS(9015), 1, anon_sym_DOLLAR, - ACTIONS(8355), 1, + ACTIONS(9017), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, + ACTIONS(9019), 1, aux_sym__immediate_decimal_token5, - STATE(2032), 1, + STATE(4337), 1, sym__immediate_decimal, - STATE(5179), 1, + STATE(5196), 1, sym_comment, - ACTIONS(8709), 2, + ACTIONS(7009), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2031), 2, + STATE(4770), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184792] = 6, + [185482] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9013), 1, - anon_sym_DOT, - ACTIONS(9015), 1, + ACTIONS(9021), 1, aux_sym__immediate_decimal_token2, - STATE(5180), 1, + STATE(5197), 1, sym_comment, - ACTIONS(1735), 3, + ACTIONS(1765), 4, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 4, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [184816] = 6, + [185504] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9017), 1, + ACTIONS(964), 1, + anon_sym_DASH2, + STATE(5198), 1, + sym_comment, + ACTIONS(966), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [185524] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(968), 1, + anon_sym_DASH2, + STATE(5199), 1, + sym_comment, + ACTIONS(970), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [185544] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(972), 1, + anon_sym_DASH2, + STATE(5200), 1, + sym_comment, + ACTIONS(974), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [185564] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(976), 1, + anon_sym_DASH2, + STATE(5201), 1, + sym_comment, + ACTIONS(978), 8, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [185584] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(5523), 1, + anon_sym_DOLLAR, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5531), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(5533), 1, + aux_sym__immediate_decimal_token5, + STATE(3067), 1, + sym__immediate_decimal, + STATE(5202), 1, + sym_comment, + ACTIONS(5529), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(3126), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [185614] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4648), 1, + anon_sym_DOLLAR, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4658), 1, + aux_sym__immediate_decimal_token5, + STATE(2084), 1, + sym__immediate_decimal, + STATE(5203), 1, + sym_comment, + ACTIONS(4654), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2083), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [185644] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9023), 1, anon_sym_DOT, - ACTIONS(9019), 1, + ACTIONS(9025), 1, aux_sym__immediate_decimal_token2, - STATE(5181), 1, + STATE(5204), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 5, + ACTIONS(1589), 5, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [184840] = 5, + [185668] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9027), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9029), 1, + aux_sym__immediate_decimal_token2, + STATE(5205), 1, + sym_comment, + ACTIONS(1757), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [185692] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8961), 1, + ACTIONS(9031), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9033), 1, aux_sym__immediate_decimal_token2, - STATE(5182), 1, + STATE(5206), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1595), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 6, - anon_sym_PIPE, - anon_sym_EQ_GT, + ACTIONS(1597), 5, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [184862] = 9, + [185716] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4141), 1, + ACTIONS(4137), 1, anon_sym_LPAREN2, - ACTIONS(4427), 1, + ACTIONS(4431), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4429), 1, + ACTIONS(4433), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8644), 1, + ACTIONS(8333), 1, anon_sym_DOLLAR, - STATE(1926), 1, + STATE(1845), 1, sym__immediate_decimal, - STATE(5183), 1, + STATE(5207), 1, sym_comment, - ACTIONS(4425), 2, + ACTIONS(4429), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(1895), 2, + STATE(1842), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184892] = 9, + [185746] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(9035), 1, anon_sym_DOLLAR, - ACTIONS(9023), 1, + ACTIONS(9037), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9025), 1, + ACTIONS(9039), 1, aux_sym__immediate_decimal_token5, - STATE(5184), 1, + STATE(5208), 1, sym_comment, - STATE(7339), 1, + STATE(7312), 1, sym__immediate_decimal, - ACTIONS(8361), 2, + ACTIONS(8369), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(6748), 2, + STATE(6784), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184922] = 9, + [185776] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(9041), 1, + anon_sym_EQ2, + ACTIONS(9043), 1, + sym_short_flag_identifier, + STATE(5209), 1, + sym_comment, + ACTIONS(4871), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + ACTIONS(4869), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [185800] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(9023), 1, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9025), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, - STATE(5185), 1, - sym_comment, - STATE(5838), 1, + STATE(2452), 1, sym__immediate_decimal, - ACTIONS(8165), 2, + STATE(5210), 1, + sym_comment, + ACTIONS(4720), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(5713), 2, + STATE(2542), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184952] = 9, + [185830] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, - anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(9023), 1, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9025), 1, + ACTIONS(4658), 1, aux_sym__immediate_decimal_token5, - STATE(5186), 1, - sym_comment, - STATE(7251), 1, + STATE(2473), 1, sym__immediate_decimal, - ACTIONS(8361), 2, + STATE(5211), 1, + sym_comment, + ACTIONS(4720), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(6974), 2, + STATE(2454), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [184982] = 9, + [185860] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(4676), 1, + ACTIONS(9035), 1, + anon_sym_DOLLAR, + ACTIONS(9037), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4678), 1, + ACTIONS(9039), 1, aux_sym__immediate_decimal_token5, - STATE(2279), 1, - sym__immediate_decimal, - STATE(5187), 1, + STATE(5212), 1, sym_comment, - ACTIONS(4674), 2, + STATE(5904), 1, + sym__immediate_decimal, + ACTIONS(8099), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2446), 2, + STATE(5663), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185012] = 9, + [185890] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(8506), 1, + ACTIONS(9035), 1, + anon_sym_DOLLAR, + ACTIONS(9037), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8508), 1, + ACTIONS(9039), 1, aux_sym__immediate_decimal_token5, - STATE(5188), 1, + STATE(5213), 1, sym_comment, - STATE(7119), 1, + STATE(7238), 1, sym__immediate_decimal, - ACTIONS(8504), 2, + ACTIONS(8369), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(6981), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185042] = 9, + [185920] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6947), 1, - anon_sym_LPAREN2, - ACTIONS(8975), 1, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(9027), 1, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4696), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9029), 1, + ACTIONS(4698), 1, aux_sym__immediate_decimal_token5, - STATE(4778), 1, + STATE(2181), 1, sym__immediate_decimal, - STATE(5189), 1, + STATE(5214), 1, sym_comment, - ACTIONS(7031), 2, + ACTIONS(4694), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4777), 2, + STATE(2454), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185072] = 10, + [185950] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6453), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(8735), 1, - anon_sym_DASH_DASH, - ACTIONS(8737), 1, - anon_sym_DASH2, - ACTIONS(9006), 1, - sym_identifier, - STATE(5190), 1, - sym_comment, - STATE(5556), 1, - aux_sym_ctrl_do_repeat1, - STATE(6670), 1, - sym__variable_name, - STATE(6671), 1, - sym_val_variable, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [185104] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8766), 1, - aux_sym__immediate_decimal_token2, - STATE(5191), 1, - sym_comment, - ACTIONS(1599), 3, - sym__newline, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 5, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [185126] = 9, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6935), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(9031), 1, - anon_sym_DOLLAR, - ACTIONS(9033), 1, + ACTIONS(8518), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9035), 1, + ACTIONS(8520), 1, aux_sym__immediate_decimal_token5, - STATE(4296), 1, - sym__immediate_decimal, - STATE(5192), 1, + STATE(5215), 1, sym_comment, - ACTIONS(6977), 2, + STATE(6811), 1, + sym__immediate_decimal, + ACTIONS(8516), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4435), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185156] = 9, + [185980] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6935), 1, + ACTIONS(6979), 1, anon_sym_LPAREN2, - ACTIONS(9031), 1, + ACTIONS(9015), 1, anon_sym_DOLLAR, - ACTIONS(9037), 1, + ACTIONS(9045), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9039), 1, + ACTIONS(9047), 1, aux_sym__immediate_decimal_token5, - STATE(4410), 1, + STATE(4740), 1, sym__immediate_decimal, - STATE(5193), 1, + STATE(5216), 1, sym_comment, - ACTIONS(7001), 2, + ACTIONS(7031), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4408), 2, + STATE(4734), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185186] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9041), 1, - anon_sym_DASH_DASH, - ACTIONS(9043), 1, - anon_sym_DASH2, - ACTIONS(9045), 1, - anon_sym_as, - STATE(5194), 1, - sym_comment, - STATE(5252), 1, - aux_sym_ctrl_do_repeat1, - STATE(5696), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8793), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [185214] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2128), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5195), 1, - sym_comment, - ACTIONS(1947), 5, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - [185240] = 9, + [186010] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(4626), 1, + ACTIONS(9049), 1, + anon_sym_DOLLAR, + ACTIONS(9051), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4628), 1, + ACTIONS(9053), 1, aux_sym__immediate_decimal_token5, - STATE(2133), 1, + STATE(4118), 1, sym__immediate_decimal, - STATE(5196), 1, + STATE(5217), 1, sym_comment, - ACTIONS(4624), 2, + ACTIONS(6951), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(4546), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185270] = 9, + [186040] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(6925), 1, anon_sym_LPAREN2, - ACTIONS(7915), 1, + ACTIONS(9049), 1, + anon_sym_DOLLAR, + ACTIONS(9055), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7917), 1, + ACTIONS(9057), 1, aux_sym__immediate_decimal_token5, - STATE(2032), 1, + STATE(4386), 1, sym__immediate_decimal, - STATE(5197), 1, + STATE(5218), 1, sym_comment, - ACTIONS(8530), 2, + ACTIONS(6995), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2031), 2, + STATE(4545), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185300] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9047), 1, - aux_sym__immediate_decimal_token2, - STATE(5198), 1, - sym_comment, - ACTIONS(1709), 3, - sym__newline, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 5, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [185322] = 9, + [186070] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6372), 1, + ACTIONS(6443), 1, + anon_sym_DOLLAR, + ACTIONS(8363), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6374), 1, + ACTIONS(8365), 1, aux_sym__immediate_decimal_token5, - STATE(3544), 1, + STATE(2039), 1, sym__immediate_decimal, - STATE(5199), 1, + STATE(5219), 1, sym_comment, - ACTIONS(6370), 2, + ACTIONS(8750), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(2038), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185352] = 9, + [186100] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3974), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4046), 1, + ACTIONS(4611), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4048), 1, + ACTIONS(4613), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8333), 1, - anon_sym_DOLLAR, - STATE(1773), 1, + STATE(2093), 1, sym__immediate_decimal, - STATE(5200), 1, + STATE(5220), 1, sym_comment, - ACTIONS(4044), 2, + ACTIONS(4609), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(1816), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185382] = 9, + [186130] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5221), 1, + sym_comment, + ACTIONS(1667), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1669), 6, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [186150] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(6402), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(6404), 1, aux_sym__immediate_decimal_token5, - STATE(2146), 1, + STATE(3533), 1, sym__immediate_decimal, - STATE(5201), 1, + STATE(5222), 1, sym_comment, - ACTIONS(4618), 2, + ACTIONS(6400), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2145), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185412] = 9, + [186180] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(3988), 1, anon_sym_LPAREN2, - ACTIONS(8275), 1, + ACTIONS(4399), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8277), 1, + ACTIONS(4401), 1, aux_sym__immediate_decimal_token5, - STATE(5202), 1, - sym_comment, - STATE(6169), 1, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + STATE(1738), 1, sym__immediate_decimal, - ACTIONS(8273), 2, + STATE(5223), 1, + sym_comment, + ACTIONS(4397), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(1737), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185442] = 9, + [186210] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(9035), 1, anon_sym_DOLLAR, - ACTIONS(9049), 1, + ACTIONS(9059), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9051), 1, + ACTIONS(9061), 1, aux_sym__immediate_decimal_token5, - STATE(5203), 1, + STATE(5224), 1, sym_comment, - STATE(6311), 1, + STATE(6137), 1, sym__immediate_decimal, - ACTIONS(8365), 2, + ACTIONS(8373), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(6748), 2, + STATE(6784), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185472] = 9, + [186240] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5480), 1, + ACTIONS(5523), 1, anon_sym_DOLLAR, - ACTIONS(5482), 1, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(5565), 1, + ACTIONS(5559), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5567), 1, + ACTIONS(5561), 1, aux_sym__immediate_decimal_token5, - STATE(3148), 1, + STATE(3141), 1, sym__immediate_decimal, - STATE(5204), 1, + STATE(5225), 1, sym_comment, - ACTIONS(5563), 2, + ACTIONS(5557), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3147), 2, + STATE(3186), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185502] = 9, + [186270] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(3988), 1, anon_sym_LPAREN2, - ACTIONS(4620), 1, + ACTIONS(3994), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4622), 1, + ACTIONS(3996), 1, aux_sym__immediate_decimal_token5, - STATE(2476), 1, + ACTIONS(7991), 1, + anon_sym_DOLLAR, + STATE(1599), 1, sym__immediate_decimal, - STATE(5205), 1, + STATE(5226), 1, sym_comment, - ACTIONS(4722), 2, + ACTIONS(3992), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2473), 2, + STATE(1739), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185532] = 9, + [186300] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3974), 1, + ACTIONS(7068), 1, + anon_sym_DOLLAR, + ACTIONS(7070), 1, anon_sym_LPAREN2, - ACTIONS(3980), 1, + ACTIONS(7078), 1, aux_sym__immediate_decimal_token4, - ACTIONS(3982), 1, + ACTIONS(7080), 1, aux_sym__immediate_decimal_token5, - ACTIONS(8333), 1, - anon_sym_DOLLAR, - STATE(1568), 1, + STATE(4849), 1, sym__immediate_decimal, - STATE(5206), 1, + STATE(5227), 1, sym_comment, - ACTIONS(3978), 2, + ACTIONS(7134), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(1763), 2, + STATE(4848), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185562] = 9, + [186330] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, + ACTIONS(4648), 1, anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(7074), 1, + ACTIONS(5963), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7076), 1, + ACTIONS(5965), 1, aux_sym__immediate_decimal_token5, - STATE(4843), 1, + STATE(3260), 1, sym__immediate_decimal, - STATE(5207), 1, + STATE(5228), 1, sym_comment, - ACTIONS(7158), 2, + ACTIONS(5961), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4842), 2, + STATE(2454), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185592] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9053), 1, - aux_sym__immediate_decimal_token2, - STATE(5208), 1, - sym_comment, - ACTIONS(1709), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 6, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [185614] = 9, + [186360] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4612), 1, - anon_sym_DOLLAR, - ACTIONS(4614), 1, + ACTIONS(5375), 1, anon_sym_LPAREN2, - ACTIONS(5966), 1, + ACTIONS(9063), 1, + anon_sym_DOLLAR, + ACTIONS(9067), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5968), 1, + ACTIONS(9069), 1, aux_sym__immediate_decimal_token5, - STATE(3255), 1, + STATE(3063), 1, sym__immediate_decimal, - STATE(5209), 1, + STATE(5229), 1, sym_comment, - ACTIONS(5964), 2, + ACTIONS(9065), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2446), 2, + STATE(3059), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185644] = 9, + [186390] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(9055), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(9059), 1, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9061), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(3099), 1, + STATE(1900), 1, sym__immediate_decimal, - STATE(5210), 1, + STATE(5230), 1, sym_comment, - ACTIONS(9057), 2, + ACTIONS(4546), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3076), 2, + STATE(1933), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185674] = 9, + [186420] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4614), 1, + ACTIONS(4650), 1, anon_sym_LPAREN2, - ACTIONS(6453), 1, + ACTIONS(6478), 1, anon_sym_DOLLAR, - ACTIONS(6923), 1, + ACTIONS(6947), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6925), 1, + ACTIONS(6949), 1, aux_sym__immediate_decimal_token5, - STATE(4097), 1, + STATE(4058), 1, sym__immediate_decimal, - STATE(5211), 1, + STATE(5231), 1, sym_comment, - ACTIONS(6921), 2, + ACTIONS(6945), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2446), 2, + STATE(2454), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185704] = 9, + [186450] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(6420), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(6422), 1, aux_sym__immediate_decimal_token5, - STATE(2032), 1, + STATE(2039), 1, sym__immediate_decimal, - STATE(5212), 1, + STATE(5232), 1, sym_comment, - ACTIONS(6451), 2, + ACTIONS(6466), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2031), 2, + STATE(2038), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185734] = 9, + [186480] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(5897), 1, + ACTIONS(5928), 1, aux_sym__immediate_decimal_token4, - ACTIONS(5899), 1, + ACTIONS(5930), 1, aux_sym__immediate_decimal_token5, - STATE(3234), 1, + STATE(3240), 1, sym__immediate_decimal, - STATE(5213), 1, + STATE(5233), 1, sym_comment, - ACTIONS(5895), 2, + ACTIONS(5926), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185764] = 9, + [186510] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1697), 1, + ACTIONS(1645), 1, anon_sym_DOLLAR, - ACTIONS(1699), 1, + ACTIONS(1647), 1, anon_sym_LPAREN2, - ACTIONS(1757), 1, + ACTIONS(1753), 1, aux_sym__immediate_decimal_token4, - ACTIONS(1759), 1, + ACTIONS(1755), 1, aux_sym__immediate_decimal_token5, - STATE(760), 1, + STATE(713), 1, sym__immediate_decimal, - STATE(5214), 1, + STATE(5234), 1, sym_comment, - ACTIONS(1755), 2, + ACTIONS(1751), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(756), 2, + STATE(712), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185794] = 8, + [186540] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token2, - ACTIONS(9063), 1, + ACTIONS(9071), 1, anon_sym_DOT_DOT2, - ACTIONS(9067), 1, + ACTIONS(9075), 1, sym_filesize_unit, - ACTIONS(9069), 1, + ACTIONS(9077), 1, sym_duration_unit, - STATE(5215), 1, + STATE(5235), 1, sym_comment, - ACTIONS(9065), 2, + ACTIONS(9073), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1665), 3, + ACTIONS(1693), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [185822] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5216), 1, - sym_comment, - ACTIONS(1709), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1711), 6, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - sym__entry_separator, - [185842] = 9, + [186568] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1609), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(9071), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - ACTIONS(9075), 1, + ACTIONS(6913), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9077), 1, + ACTIONS(6915), 1, aux_sym__immediate_decimal_token5, - STATE(653), 1, + STATE(4019), 1, sym__immediate_decimal, - STATE(5217), 1, + STATE(5236), 1, sym_comment, - ACTIONS(9073), 2, + ACTIONS(6911), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(652), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185872] = 9, + [186598] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7064), 1, - anon_sym_DOLLAR, - ACTIONS(7066), 1, + ACTIONS(1619), 1, anon_sym_LPAREN2, - ACTIONS(7084), 1, + ACTIONS(9079), 1, + anon_sym_DOLLAR, + ACTIONS(9083), 1, aux_sym__immediate_decimal_token4, - ACTIONS(7086), 1, + ACTIONS(9085), 1, aux_sym__immediate_decimal_token5, - STATE(4406), 1, + STATE(614), 1, sym__immediate_decimal, - STATE(5218), 1, + STATE(5237), 1, sym_comment, - ACTIONS(7082), 2, + ACTIONS(9081), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(4844), 2, + STATE(613), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185902] = 9, + [186628] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5436), 1, - anon_sym_LPAREN2, - ACTIONS(9055), 1, + ACTIONS(7068), 1, anon_sym_DOLLAR, - ACTIONS(9079), 1, + ACTIONS(7070), 1, + anon_sym_LPAREN2, + ACTIONS(7098), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9081), 1, + ACTIONS(7100), 1, aux_sym__immediate_decimal_token5, - STATE(2905), 1, + STATE(4431), 1, sym__immediate_decimal, - STATE(5219), 1, + STATE(5238), 1, sym_comment, - ACTIONS(8701), 2, + ACTIONS(7096), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(3107), 2, + STATE(4850), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185932] = 9, + [186658] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1697), 1, - anon_sym_DOLLAR, - ACTIONS(1699), 1, + ACTIONS(5375), 1, anon_sym_LPAREN2, - ACTIONS(1705), 1, + ACTIONS(9063), 1, + anon_sym_DOLLAR, + ACTIONS(9087), 1, aux_sym__immediate_decimal_token4, - ACTIONS(1707), 1, + ACTIONS(9089), 1, aux_sym__immediate_decimal_token5, - STATE(557), 1, + STATE(2912), 1, sym__immediate_decimal, - STATE(5220), 1, + STATE(5239), 1, sym_comment, - ACTIONS(1703), 2, + ACTIONS(8772), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(688), 2, + STATE(3064), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185962] = 9, + [186688] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(1645), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(1647), 1, anon_sym_LPAREN2, - ACTIONS(6431), 1, + ACTIONS(1653), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6433), 1, + ACTIONS(1655), 1, aux_sym__immediate_decimal_token5, - STATE(3621), 1, + STATE(565), 1, sym__immediate_decimal, - STATE(5221), 1, + STATE(5240), 1, sym_comment, - ACTIONS(6429), 2, + ACTIONS(1651), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(714), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [185992] = 9, + [186718] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1609), 1, - anon_sym_LPAREN2, - ACTIONS(9071), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(9083), 1, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6435), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9085), 1, + ACTIONS(6437), 1, aux_sym__immediate_decimal_token5, - STATE(520), 1, + STATE(3616), 1, sym__immediate_decimal, - STATE(5222), 1, + STATE(5241), 1, sym_comment, - ACTIONS(8803), 2, + ACTIONS(6433), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(654), 2, + STATE(2040), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [186022] = 10, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6435), 1, - anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(8735), 1, - anon_sym_DASH_DASH, - ACTIONS(8737), 1, - anon_sym_DASH2, - STATE(5223), 1, - sym_comment, - STATE(5491), 1, - sym_val_variable, - STATE(5556), 1, - aux_sym_ctrl_do_repeat1, - STATE(6165), 1, - sym__variable_name, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [186054] = 9, + [186748] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, + ACTIONS(1619), 1, anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(9079), 1, anon_sym_DOLLAR, - ACTIONS(9087), 1, + ACTIONS(9091), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9089), 1, + ACTIONS(9093), 1, aux_sym__immediate_decimal_token5, - STATE(5224), 1, - sym_comment, - STATE(6291), 1, + STATE(508), 1, sym__immediate_decimal, - ACTIONS(8476), 2, + STATE(5242), 1, + sym_comment, + ACTIONS(8814), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(6748), 2, + STATE(615), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [186084] = 9, + [186778] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, - anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(9035), 1, + anon_sym_DOLLAR, + ACTIONS(9095), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(9097), 1, aux_sym__immediate_decimal_token5, - STATE(2032), 1, - sym__immediate_decimal, - STATE(5225), 1, + STATE(5243), 1, sym_comment, - ACTIONS(4606), 2, + STATE(6625), 1, + sym__immediate_decimal, + ACTIONS(8484), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2031), 2, + STATE(6784), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [186114] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9041), 1, - anon_sym_DASH_DASH, - ACTIONS(9043), 1, - anon_sym_DASH2, - ACTIONS(9091), 1, - anon_sym_as, - STATE(5226), 1, - sym_comment, - STATE(5229), 1, - aux_sym_ctrl_do_repeat1, - STATE(5696), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8933), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [186142] = 9, + [186808] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3610), 1, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(6408), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6410), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - STATE(2109), 1, + STATE(2098), 1, sym__immediate_decimal, - STATE(5227), 1, + STATE(5244), 1, sym_comment, - ACTIONS(6451), 2, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(2029), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [186172] = 6, - ACTIONS(3), 1, + [186838] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9093), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9095), 1, - aux_sym__immediate_decimal_token2, - STATE(5228), 1, + STATE(5245), 1, sym_comment, - ACTIONS(1727), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 4, - anon_sym_LPAREN2, + ACTIONS(1589), 3, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [186196] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9097), 1, - anon_sym_DASH_DASH, - ACTIONS(9100), 1, - anon_sym_DASH2, - STATE(5229), 2, - sym_comment, - aux_sym_ctrl_do_repeat1, - STATE(5696), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8905), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_as, - [186220] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(952), 1, + ACTIONS(1587), 6, + sym_identifier, anon_sym_DASH2, - ACTIONS(9103), 1, - anon_sym_QMARK2, - STATE(5230), 1, - sym_comment, - ACTIONS(954), 7, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT2, - [186242] = 9, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [186858] = 9, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9105), 1, + ACTIONS(9099), 1, sym_identifier, - STATE(5154), 1, - aux_sym_collection_type_repeat1, - STATE(5231), 1, + STATE(5246), 1, sym_comment, - STATE(6174), 1, + STATE(5253), 1, + aux_sym_collection_type_repeat1, + STATE(6369), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [186272] = 9, + [186888] = 9, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9107), 1, + ACTIONS(9101), 1, sym_identifier, - STATE(5154), 1, - aux_sym_collection_type_repeat1, - STATE(5232), 1, + STATE(5247), 1, sym_comment, - STATE(6517), 1, + STATE(5253), 1, + aux_sym_collection_type_repeat1, + STATE(6296), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [186302] = 4, + [186918] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1277), 1, - anon_sym_DASH2, - STATE(5233), 1, + STATE(5248), 1, sym_comment, - ACTIONS(1275), 8, - sym_identifier, - sym__newline, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + ACTIONS(1597), 3, anon_sym_DASH_DASH, - [186322] = 9, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1595), 6, + sym_identifier, + anon_sym_DASH2, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [186938] = 9, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9109), 1, + ACTIONS(9103), 1, sym_identifier, - STATE(5154), 1, - aux_sym_collection_type_repeat1, - STATE(5234), 1, + STATE(5249), 1, sym_comment, - STATE(6540), 1, + STATE(5253), 1, + aux_sym_collection_type_repeat1, + STATE(6481), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [186352] = 6, + [186968] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9111), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9113), 1, - aux_sym__immediate_decimal_token2, - STATE(5235), 1, + STATE(5250), 1, sym_comment, - ACTIONS(1623), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 5, - anon_sym_LBRACE, + ACTIONS(1669), 3, + anon_sym_DASH_DASH, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [186376] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1949), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(5236), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - STATE(5574), 1, - sym_cell_path, - ACTIONS(1951), 4, + ACTIONS(1667), 6, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186404] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2033), 1, anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4571), 1, - sym_cell_path, - STATE(5237), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2035), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186432] = 8, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [186988] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, + ACTIONS(1270), 1, anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(5238), 1, + STATE(5251), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - STATE(5592), 1, - sym_cell_path, - ACTIONS(1959), 4, + ACTIONS(1268), 8, sym_identifier, + sym__newline, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186460] = 8, + [187008] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4773), 1, - sym_cell_path, - STATE(5239), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1947), 4, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, + sym_raw_string_begin, + ACTIONS(9105), 1, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186488] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1965), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4647), 1, - sym_cell_path, - STATE(5240), 1, + STATE(5252), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1967), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186516] = 8, + STATE(5253), 1, + aux_sym_collection_type_repeat1, + STATE(6184), 1, + sym_val_string, + ACTIONS(3120), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + [187038] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1969), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4555), 1, - sym_cell_path, - STATE(5241), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1971), 4, + ACTIONS(9107), 1, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186544] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1973), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4646), 1, - sym_cell_path, - STATE(5242), 1, + ACTIONS(9110), 1, + anon_sym_DQUOTE, + ACTIONS(9116), 1, + sym_raw_string_begin, + STATE(7070), 1, + sym_val_string, + ACTIONS(9113), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + STATE(5253), 2, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1975), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186572] = 9, + aux_sym_collection_type_repeat1, + [187066] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4552), 1, + ACTIONS(4542), 1, anon_sym_LPAREN2, - ACTIONS(4558), 1, + ACTIONS(4548), 1, aux_sym__immediate_decimal_token4, - ACTIONS(4560), 1, + ACTIONS(4550), 1, aux_sym__immediate_decimal_token5, - ACTIONS(6897), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - STATE(2032), 1, + STATE(2039), 1, sym__immediate_decimal, - STATE(5243), 1, + STATE(5254), 1, sym_comment, - ACTIONS(4606), 2, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2031), 2, + STATE(2038), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [186602] = 8, + [187096] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1977), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4715), 1, - sym_cell_path, - STATE(5244), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1979), 4, - sym_identifier, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(6443), 1, anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186630] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1981), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4661), 1, - sym_cell_path, - STATE(5245), 1, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8663), 1, + aux_sym__immediate_decimal_token5, + STATE(5255), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1983), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186658] = 8, + STATE(7210), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2040), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [187126] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1985), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4563), 1, - sym_cell_path, - STATE(5246), 1, + STATE(5256), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1987), 4, - sym_identifier, - anon_sym_DOLLAR, + ACTIONS(1735), 3, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186686] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1829), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4588), 1, - sym_cell_path, - STATE(5247), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1831), 4, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1733), 6, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186714] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1989), 1, anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4618), 1, - sym_cell_path, - STATE(5248), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1991), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186742] = 9, + anon_sym_DOT_DOT2, + sym_filesize_unit, + sym_duration_unit, + aux_sym_unquoted_token2, + [187146] = 9, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9117), 1, + ACTIONS(9119), 1, sym_identifier, - STATE(5154), 1, + STATE(5253), 1, aux_sym_collection_type_repeat1, - STATE(5249), 1, + STATE(5257), 1, sym_comment, - STATE(6134), 1, + STATE(6148), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [186772] = 9, + [187176] = 9, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(3118), 1, anon_sym_DQUOTE, ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9119), 1, + ACTIONS(9121), 1, sym_identifier, - STATE(5154), 1, + STATE(5253), 1, aux_sym_collection_type_repeat1, - STATE(5250), 1, + STATE(5258), 1, sym_comment, - STATE(6150), 1, + STATE(6565), 1, sym_val_string, ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(5129), 2, sym__raw_str, sym__str_double_quotes, - [186802] = 8, + [187206] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1993), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4619), 1, - sym_cell_path, - STATE(5251), 1, + ACTIONS(9123), 1, + sym_long_flag_identifier, + ACTIONS(9125), 1, + anon_sym_EQ2, + STATE(5259), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1995), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186830] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9041), 1, - anon_sym_DASH_DASH, - ACTIONS(9043), 1, + ACTIONS(4881), 2, anon_sym_DASH2, - ACTIONS(9121), 1, anon_sym_as, - STATE(5229), 1, - aux_sym_ctrl_do_repeat1, - STATE(5252), 1, - sym_comment, - STATE(5696), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8917), 3, - ts_builtin_sym_end, + ACTIONS(4879), 5, sym__newline, anon_sym_SEMI, - [186858] = 8, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + [187230] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1997), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4637), 1, - sym_cell_path, - STATE(5253), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(1999), 4, - sym_identifier, + ACTIONS(4650), 1, + anon_sym_LPAREN2, + ACTIONS(4656), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4658), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(6478), 1, anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186886] = 8, - ACTIONS(251), 1, + STATE(2452), 1, + sym__immediate_decimal, + STATE(5260), 1, + sym_comment, + ACTIONS(4720), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(2542), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [187260] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9041), 1, - anon_sym_DASH_DASH, - ACTIONS(9043), 1, - anon_sym_DASH2, - ACTIONS(9123), 1, - anon_sym_as, - STATE(5226), 1, - aux_sym_ctrl_do_repeat1, - STATE(5254), 1, + ACTIONS(8754), 1, + aux_sym__immediate_decimal_token2, + STATE(5261), 1, sym_comment, - STATE(5696), 2, - sym_short_flag, - sym_long_flag, - ACTIONS(8923), 3, - ts_builtin_sym_end, + ACTIONS(1587), 3, sym__newline, - anon_sym_SEMI, - [186914] = 4, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 5, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [187282] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5255), 1, + STATE(5262), 1, sym_comment, - ACTIONS(1599), 2, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1601), 7, + ACTIONS(1589), 7, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, @@ -395635,75 +395975,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [186934] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2001), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4669), 1, - sym_cell_path, - STATE(5256), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2003), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186962] = 8, + [187302] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2005), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4674), 1, - sym_cell_path, - STATE(5257), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2007), 4, - sym_identifier, + ACTIONS(4137), 1, + anon_sym_LPAREN2, + ACTIONS(4143), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4145), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(8333), 1, anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [186990] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2009), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4581), 1, - sym_cell_path, - STATE(5258), 1, + STATE(1692), 1, + sym__immediate_decimal, + STATE(5263), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2011), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187018] = 4, + ACTIONS(4141), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + STATE(1848), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [187332] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5259), 1, + STATE(5264), 1, sym_comment, - ACTIONS(1623), 2, + ACTIONS(1595), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1625), 7, + ACTIONS(1597), 7, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, @@ -395711,56 +396012,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [187038] = 9, + [187352] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(1693), 1, anon_sym_DASH_DASH, - ACTIONS(4540), 1, + ACTIONS(4596), 1, anon_sym_DOT_DOT2, - ACTIONS(8731), 1, + ACTIONS(8735), 1, aux_sym_unquoted_token2, - ACTIONS(9125), 1, - sym_filesize_unit, ACTIONS(9127), 1, + sym_filesize_unit, + ACTIONS(9129), 1, sym_duration_unit, - STATE(5260), 1, + STATE(5265), 1, sym_comment, - ACTIONS(1653), 2, + ACTIONS(1681), 2, sym_identifier, anon_sym_DASH2, - ACTIONS(4542), 2, + ACTIONS(4598), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [187068] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2013), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4623), 1, - sym_cell_path, - STATE(5261), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2015), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187096] = 4, + [187382] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5262), 1, + STATE(5266), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 7, + ACTIONS(1669), 7, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, @@ -395768,2350 +396049,2079 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [187116] = 6, - ACTIONS(251), 1, + [187402] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9129), 1, - anon_sym_EQ2, ACTIONS(9131), 1, - sym_short_flag_identifier, - STATE(5263), 1, + aux_sym__immediate_decimal_token2, + STATE(5267), 1, sym_comment, - ACTIONS(4900), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(4898), 4, + ACTIONS(1667), 3, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [187140] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2017), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4682), 1, - sym_cell_path, - STATE(5264), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2019), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187168] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5265), 1, - sym_comment, - ACTIONS(1723), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1725), 7, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [187188] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2021), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4698), 1, - sym_cell_path, - STATE(5266), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2023), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187216] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2025), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4731), 1, - sym_cell_path, - STATE(5267), 1, + ACTIONS(1669), 5, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [187424] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5268), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2027), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187244] = 8, + ACTIONS(1733), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 7, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [187444] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, + ACTIONS(958), 1, anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4740), 1, - sym_cell_path, - STATE(5268), 1, + ACTIONS(9133), 1, + anon_sym_QMARK2, + STATE(5269), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(2031), 4, - sym_identifier, - anon_sym_DOLLAR, + ACTIONS(960), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187272] = 4, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_DOT2, + [187466] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5269), 1, + STATE(5270), 1, sym_comment, - ACTIONS(1599), 3, + ACTIONS(1587), 3, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_record_token2, - ACTIONS(1601), 6, + ACTIONS(1589), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [187292] = 4, + [187486] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(952), 1, + anon_sym_DASH2, + ACTIONS(9135), 1, + anon_sym_QMARK2, + STATE(5271), 1, + sym_comment, + ACTIONS(954), 7, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + anon_sym_DOT2, + [187508] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5270), 1, + STATE(5272), 1, sym_comment, - ACTIONS(1623), 3, + ACTIONS(1595), 3, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_record_token2, - ACTIONS(1625), 6, + ACTIONS(1597), 6, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, sym__entry_separator, - [187312] = 9, + [187528] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7975), 1, + ACTIONS(8035), 1, anon_sym_LPAREN2, - ACTIONS(9021), 1, + ACTIONS(9035), 1, anon_sym_DOLLAR, - ACTIONS(9023), 1, + ACTIONS(9037), 1, aux_sym__immediate_decimal_token4, - ACTIONS(9025), 1, + ACTIONS(9039), 1, aux_sym__immediate_decimal_token5, - STATE(5271), 1, + STATE(5273), 1, sym_comment, - STATE(6703), 1, + STATE(6782), 1, sym__immediate_decimal, - ACTIONS(8361), 2, + ACTIONS(8369), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(7197), 2, + STATE(6781), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [187342] = 6, + [187558] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9133), 1, + ACTIONS(3538), 1, + anon_sym_DOLLAR, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(4548), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(4550), 1, + aux_sym__immediate_decimal_token5, + STATE(2126), 1, + sym__immediate_decimal, + STATE(5274), 1, + sym_comment, + ACTIONS(4621), 2, aux_sym__immediate_decimal_token1, - ACTIONS(9135), 1, + aux_sym__immediate_decimal_token3, + STATE(2040), 2, + sym__expr_parenthesized_immediate, + sym_val_variable, + [187588] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9137), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9139), 1, aux_sym__immediate_decimal_token2, - STATE(5272), 1, + STATE(5275), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1757), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 5, + ACTIONS(1759), 5, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [187366] = 9, - ACTIONS(251), 1, + [187612] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4552), 1, + STATE(5276), 1, + sym_comment, + ACTIONS(1733), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1735), 6, anon_sym_LPAREN2, - ACTIONS(6897), 1, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + sym__entry_separator, + [187632] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3538), 1, anon_sym_DOLLAR, - ACTIONS(6909), 1, + ACTIONS(4542), 1, + anon_sym_LPAREN2, + ACTIONS(7939), 1, aux_sym__immediate_decimal_token4, - ACTIONS(6911), 1, + ACTIONS(7941), 1, aux_sym__immediate_decimal_token5, - STATE(3963), 1, + STATE(2039), 1, sym__immediate_decimal, - STATE(5273), 1, + STATE(5277), 1, sym_comment, - ACTIONS(6907), 2, + ACTIONS(8540), 2, aux_sym__immediate_decimal_token1, aux_sym__immediate_decimal_token3, - STATE(2033), 2, + STATE(2038), 2, sym__expr_parenthesized_immediate, sym_val_variable, - [187396] = 8, + [187662] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3118), 1, + ACTIONS(1295), 1, anon_sym_DQUOTE, - ACTIONS(3124), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(9137), 1, + ACTIONS(9141), 1, aux_sym_path_token1, - STATE(5274), 1, - sym_comment, - STATE(5332), 1, + STATE(1445), 1, sym_val_string, - ACTIONS(3120), 2, + STATE(5278), 1, + sym_comment, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(5080), 2, + STATE(3916), 2, sym__raw_str, sym__str_double_quotes, - [187423] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9141), 1, - anon_sym_GT2, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9145), 1, - sym_raw_string_begin, - STATE(5275), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187448] = 7, - ACTIONS(3), 1, + [187689] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9149), 1, - anon_sym_GT2, - ACTIONS(9151), 1, - sym_raw_string_begin, - STATE(5276), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, - sym_identifier, + ACTIONS(1295), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187473] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(1299), 1, sym_raw_string_begin, - ACTIONS(9153), 1, - anon_sym_GT2, - STATE(5277), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187498] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2315), 1, - anon_sym_DASH2, - ACTIONS(9155), 1, - anon_sym_LBRACK2, - STATE(5278), 1, - sym_comment, - ACTIONS(2319), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [187519] = 7, - ACTIONS(3), 1, - anon_sym_POUND, ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9159), 1, - anon_sym_GT2, - ACTIONS(9161), 1, - sym_raw_string_begin, + aux_sym_path_token1, + STATE(4020), 1, + sym_val_string, STATE(5279), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(1297), 2, sym__str_single_quotes, sym__str_back_ticks, - [187544] = 7, + STATE(3916), 2, + sym__raw_str, + sym__str_double_quotes, + [187716] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9165), 1, - anon_sym_GT2, - ACTIONS(9167), 1, - sym_raw_string_begin, + ACTIONS(9145), 1, + anon_sym_QMARK2, STATE(5280), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187569] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(5281), 1, - sym_comment, - ACTIONS(1004), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(1000), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [187590] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5282), 1, - sym_comment, - ACTIONS(1786), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1788), 4, - anon_sym_LPAREN2, + ACTIONS(960), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [187609] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9161), 1, - sym_raw_string_begin, - ACTIONS(9169), 1, - anon_sym_GT2, - STATE(5283), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187634] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9167), 1, - sym_raw_string_begin, - ACTIONS(9171), 1, - anon_sym_GT2, - STATE(5284), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187659] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(935), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, + ACTIONS(958), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, anon_sym_DOT2, - STATE(3768), 1, - sym_cell_path, - STATE(4054), 1, - sym_path, - STATE(5285), 1, - sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(937), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [187686] = 8, + [187737] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9173), 1, - anon_sym_DQUOTE, - ACTIONS(9177), 1, - aux_sym_path_token1, - ACTIONS(9179), 1, - sym_raw_string_begin, - STATE(2557), 1, - sym_val_string, - STATE(5286), 1, + ACTIONS(9147), 1, + anon_sym_EQ2, + ACTIONS(9149), 1, + sym_short_flag_identifier, + STATE(5281), 1, sym_comment, - ACTIONS(9175), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2585), 2, - sym__raw_str, - sym__str_double_quotes, - [187713] = 5, + ACTIONS(4869), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + ACTIONS(4871), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + [187760] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(966), 1, + ACTIONS(952), 1, anon_sym_DASH2, - ACTIONS(9181), 1, + ACTIONS(9151), 1, anon_sym_QMARK2, - STATE(5287), 1, + STATE(5282), 1, sym_comment, - ACTIONS(968), 6, + ACTIONS(954), 6, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, anon_sym_DOT2, - [187734] = 7, + [187781] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9185), 1, - anon_sym_GT2, - ACTIONS(9187), 1, - sym_raw_string_begin, - STATE(5288), 1, + ACTIONS(7706), 1, + sym__newline, + ACTIONS(7708), 1, + sym__space, + ACTIONS(7710), 1, + anon_sym_DASH_DASH, + ACTIONS(7712), 1, + anon_sym_DASH2, + STATE(5283), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [187759] = 8, - ACTIONS(109), 1, - anon_sym_DQUOTE, - ACTIONS(123), 1, - sym_raw_string_begin, + STATE(5519), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(7266), 1, + sym__flag, + STATE(4399), 2, + sym_short_flag, + sym_long_flag, + [187810] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9189), 1, - aux_sym_path_token1, - STATE(1774), 1, - sym_val_string, - STATE(5289), 1, + ACTIONS(9155), 1, + anon_sym_DASH2, + STATE(5284), 1, sym_comment, - ACTIONS(111), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1812), 2, - sym__raw_str, - sym__str_double_quotes, - [187786] = 4, + ACTIONS(9153), 7, + sym_identifier, + anon_sym_PIPE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [187829] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(5290), 1, - sym_comment, - ACTIONS(1723), 3, + ACTIONS(1681), 1, sym__newline, + ACTIONS(1693), 1, + sym__space, + ACTIONS(4596), 1, anon_sym_DOT_DOT2, + ACTIONS(7051), 1, aux_sym_unquoted_token2, - ACTIONS(1725), 5, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + ACTIONS(9157), 1, sym_filesize_unit, + ACTIONS(9159), 1, sym_duration_unit, - [187805] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9191), 1, - aux_sym__immediate_decimal_token2, - STATE(5291), 1, + STATE(5285), 1, sym_comment, - ACTIONS(1709), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 5, - anon_sym_LBRACE, + ACTIONS(4598), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [187826] = 4, - ACTIONS(3), 1, + [187858] = 7, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5292), 1, + ACTIONS(948), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(5286), 1, sym_comment, - ACTIONS(1735), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 4, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [187845] = 4, - ACTIONS(3), 1, + STATE(5287), 1, + aux_sym_cell_path_repeat1, + ACTIONS(950), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [187883] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5293), 1, + ACTIONS(941), 1, + anon_sym_DASH2, + ACTIONS(9161), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(5287), 2, sym_comment, - ACTIONS(1623), 3, - sym__newline, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 5, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [187864] = 8, + aux_sym_cell_path_repeat1, + ACTIONS(943), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [187906] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9193), 1, - anon_sym_DQUOTE, - ACTIONS(9197), 1, - aux_sym_path_token1, - ACTIONS(9199), 1, - sym_raw_string_begin, - STATE(5294), 1, + ACTIONS(935), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(4101), 1, + sym_path, + STATE(4344), 1, + sym_cell_path, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + STATE(5288), 1, sym_comment, - STATE(5998), 1, - sym_val_string, - ACTIONS(9195), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(5886), 2, - sym__raw_str, - sym__str_double_quotes, - [187891] = 4, + ACTIONS(937), 3, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + [187933] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(5295), 1, + ACTIONS(9164), 1, + anon_sym_QMARK2, + STATE(5289), 1, sym_comment, - ACTIONS(1771), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 4, - anon_sym_LPAREN2, + ACTIONS(954), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [187910] = 4, + ACTIONS(952), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [187954] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(958), 1, + ACTIONS(4918), 1, anon_sym_DASH2, - STATE(5296), 1, + ACTIONS(9166), 1, + anon_sym_EQ2, + STATE(5290), 1, sym_comment, - ACTIONS(960), 7, - ts_builtin_sym_end, + ACTIONS(4916), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [187929] = 9, + [187975] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, - sym__newline, - ACTIONS(1665), 1, - sym__space, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(7045), 1, - aux_sym_unquoted_token2, - ACTIONS(9201), 1, - sym_filesize_unit, - ACTIONS(9203), 1, - sym_duration_unit, - STATE(5297), 1, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(5291), 1, sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [187958] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(988), 1, + ACTIONS(1004), 3, + anon_sym_DASH_DASH, anon_sym_DASH2, - STATE(5298), 1, - sym_comment, - ACTIONS(990), 7, + anon_sym_as, + ACTIONS(1000), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT2, - [187977] = 7, + [187996] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9207), 1, + ACTIONS(9170), 1, anon_sym_GT2, - ACTIONS(9209), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(5299), 1, + STATE(5292), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188002] = 8, + [188021] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1295), 1, - anon_sym_DQUOTE, - ACTIONS(1299), 1, - sym_raw_string_begin, - ACTIONS(9211), 1, - aux_sym_path_token1, - STATE(1470), 1, - sym_val_string, - STATE(5300), 1, - sym_comment, - ACTIONS(1297), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3917), 2, - sym__raw_str, - sym__str_double_quotes, - [188029] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9213), 1, - aux_sym__immediate_decimal_token2, - STATE(5301), 1, + STATE(5293), 1, sym_comment, - ACTIONS(1771), 3, - anon_sym_RBRACE, + ACTIONS(1587), 2, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 4, - anon_sym_LPAREN2, + aux_sym_unquoted_token2, + ACTIONS(1589), 6, + anon_sym_PIPE, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [188050] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4967), 1, - anon_sym_DASH2, - ACTIONS(9215), 1, - anon_sym_EQ2, - STATE(5302), 1, - sym_comment, - ACTIONS(4965), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [188071] = 4, + sym_filesize_unit, + sym_duration_unit, + [188040] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5303), 1, + STATE(5294), 1, sym_comment, - ACTIONS(1727), 4, + ACTIONS(1765), 4, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 4, + ACTIONS(1767), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [188090] = 7, + [188059] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, - sym_raw_string_begin, - ACTIONS(9217), 1, + ACTIONS(9178), 1, anon_sym_GT2, - STATE(5304), 1, + ACTIONS(9180), 1, + sym_raw_string_begin, + STATE(5295), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188115] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9219), 1, - anon_sym_DQUOTE, - ACTIONS(9223), 1, - aux_sym_path_token1, - ACTIONS(9225), 1, - sym_raw_string_begin, - STATE(1336), 1, - sym_val_string, - STATE(5305), 1, - sym_comment, - ACTIONS(9221), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1315), 2, - sym__raw_str, - sym__str_double_quotes, - [188142] = 7, + [188084] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, - sym_raw_string_begin, - ACTIONS(9227), 1, + ACTIONS(9184), 1, anon_sym_GT2, - STATE(5306), 1, + ACTIONS(9186), 1, + sym_raw_string_begin, + STATE(5296), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188167] = 7, + [188109] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, - sym_raw_string_begin, - ACTIONS(9229), 1, + ACTIONS(9190), 1, anon_sym_GT2, - STATE(5307), 1, + ACTIONS(9192), 1, + sym_raw_string_begin, + STATE(5297), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188192] = 4, + [188134] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5308), 1, + STATE(5298), 1, sym_comment, - ACTIONS(1709), 3, - sym__newline, + ACTIONS(1861), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1711), 5, - sym__space, + aux_sym__unquoted_in_list_token2, + ACTIONS(1863), 4, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [188211] = 7, + sym__entry_separator, + [188153] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9231), 1, + ACTIONS(9194), 1, anon_sym_GT2, - STATE(5309), 1, + STATE(5299), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188236] = 7, + [188178] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, - sym_raw_string_begin, - ACTIONS(9233), 1, - anon_sym_GT2, - STATE(5310), 1, + ACTIONS(9013), 1, + aux_sym__immediate_decimal_token2, + STATE(5300), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [188261] = 8, + ACTIONS(1725), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [188199] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9235), 1, - anon_sym_DQUOTE, - ACTIONS(9239), 1, - aux_sym_path_token1, - ACTIONS(9241), 1, - sym_raw_string_begin, - STATE(1658), 1, - sym_val_string, - STATE(5311), 1, + ACTIONS(9025), 1, + aux_sym__immediate_decimal_token2, + STATE(5301), 1, sym_comment, - ACTIONS(9237), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1684), 2, - sym__raw_str, - sym__str_double_quotes, - [188288] = 7, + ACTIONS(1587), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 5, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [188220] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, - sym_raw_string_begin, - ACTIONS(9243), 1, + ACTIONS(9198), 1, anon_sym_GT2, - STATE(5312), 1, + ACTIONS(9200), 1, + sym_raw_string_begin, + STATE(5302), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188313] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9247), 1, - anon_sym_DASH2, - STATE(5313), 1, - sym_comment, - ACTIONS(9245), 7, - sym_identifier, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [188332] = 6, + [188245] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9249), 1, - anon_sym_DOT, - ACTIONS(9251), 1, + ACTIONS(9202), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9204), 1, aux_sym__immediate_decimal_token2, - STATE(5314), 1, + STATE(5303), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1757), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1737), 4, + ACTIONS(1759), 4, anon_sym_PIPE, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [188355] = 7, + [188268] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, - sym_raw_string_begin, - ACTIONS(9253), 1, + ACTIONS(9208), 1, anon_sym_GT2, - STATE(5315), 1, + ACTIONS(9210), 1, + sym_raw_string_begin, + STATE(5304), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188380] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2113), 1, - sym_raw_string_begin, - ACTIONS(4197), 1, - anon_sym_DQUOTE, - ACTIONS(9255), 1, - aux_sym_path_token1, - STATE(3974), 1, - sym_val_string, - STATE(5316), 1, - sym_comment, - ACTIONS(4199), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3998), 2, - sym__raw_str, - sym__str_double_quotes, - [188407] = 7, + [188293] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9174), 1, sym_raw_string_begin, - ACTIONS(9257), 1, + ACTIONS(9212), 1, anon_sym_GT2, - STATE(5317), 1, + STATE(5305), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188432] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5318), 1, - sym_comment, - ACTIONS(1623), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 6, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [188451] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9259), 1, - anon_sym_EQ2, - ACTIONS(9261), 1, - sym_short_flag_identifier, - STATE(5319), 1, - sym_comment, - ACTIONS(4898), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - ACTIONS(4900), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - [188474] = 7, + [188318] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9263), 1, + ACTIONS(9214), 1, anon_sym_GT2, - STATE(5320), 1, + STATE(5306), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188499] = 8, - ACTIONS(251), 1, + [188343] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9265), 1, - anon_sym_DQUOTE, - ACTIONS(9269), 1, - aux_sym_path_token1, - ACTIONS(9271), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(2467), 1, - sym_val_string, - STATE(5321), 1, + ACTIONS(9216), 1, + anon_sym_GT2, + STATE(5307), 1, sym_comment, - ACTIONS(9267), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(2553), 2, - sym__raw_str, - sym__str_double_quotes, - [188526] = 7, + [188368] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9273), 1, + ACTIONS(9218), 1, anon_sym_GT2, - STATE(5322), 1, + STATE(5308), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188551] = 4, + [188393] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5323), 1, - sym_comment, - ACTIONS(1709), 2, - anon_sym_DOT_DOT2, + ACTIONS(4801), 1, aux_sym_unquoted_token2, - ACTIONS(1711), 6, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + ACTIONS(9220), 1, + anon_sym_DOT_DOT2, + ACTIONS(9224), 1, sym_filesize_unit, + ACTIONS(9226), 1, sym_duration_unit, - [188570] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5324), 1, + STATE(5309), 1, sym_comment, - ACTIONS(1723), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1725), 6, + ACTIONS(1693), 2, anon_sym_PIPE, anon_sym_EQ_GT, + ACTIONS(9222), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [188589] = 7, + [188420] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9275), 1, + ACTIONS(9228), 1, anon_sym_GT2, - STATE(5325), 1, + STATE(5310), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188614] = 8, - ACTIONS(251), 1, + [188445] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1897), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(4233), 1, - anon_sym_DQUOTE, - ACTIONS(9277), 1, - aux_sym_path_token1, - STATE(3906), 1, - sym_val_string, - STATE(5326), 1, + ACTIONS(9230), 1, + anon_sym_GT2, + STATE(5311), 1, sym_comment, - ACTIONS(4235), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9188), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(3915), 2, - sym__raw_str, - sym__str_double_quotes, - [188641] = 5, + [188470] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9279), 1, - anon_sym_QMARK2, - STATE(5327), 1, - sym_comment, - ACTIONS(954), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(952), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [188662] = 8, - ACTIONS(237), 1, - anon_sym_DQUOTE, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(253), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9211), 1, - aux_sym_path_token1, - STATE(1470), 1, - sym_val_string, - STATE(5328), 1, + ACTIONS(9232), 1, + anon_sym_GT2, + STATE(5312), 1, sym_comment, - ACTIONS(239), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(1427), 2, - sym__raw_str, - sym__str_double_quotes, - [188689] = 7, + [188495] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9210), 1, sym_raw_string_begin, - ACTIONS(9281), 1, + ACTIONS(9234), 1, anon_sym_GT2, - STATE(5329), 1, + STATE(5313), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188714] = 8, - ACTIONS(251), 1, + [188520] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9283), 1, - anon_sym_DQUOTE, - ACTIONS(9287), 1, - aux_sym_path_token1, - ACTIONS(9289), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(1422), 1, - sym_val_string, - STATE(5330), 1, + ACTIONS(9236), 1, + anon_sym_GT2, + STATE(5314), 1, sym_comment, - ACTIONS(9285), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(1466), 2, - sym__raw_str, - sym__str_double_quotes, - [188741] = 7, + [188545] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9291), 1, + ACTIONS(9238), 1, anon_sym_GT2, - STATE(5331), 1, + STATE(5315), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188766] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9293), 1, - anon_sym_QMARK2, - STATE(5332), 1, - sym_comment, - ACTIONS(968), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(966), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [188787] = 7, + [188570] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9295), 1, + ACTIONS(9240), 1, anon_sym_GT2, - STATE(5333), 1, + STATE(5316), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188812] = 8, - ACTIONS(251), 1, + [188595] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9297), 1, - anon_sym_DQUOTE, - ACTIONS(9301), 1, - aux_sym_path_token1, - ACTIONS(9303), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9186), 1, sym_raw_string_begin, - STATE(1581), 1, - sym_val_string, - STATE(5334), 1, - sym_comment, - ACTIONS(9299), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1593), 2, - sym__raw_str, - sym__str_double_quotes, - [188839] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4989), 1, - anon_sym_DASH2, - ACTIONS(9305), 1, - anon_sym_EQ2, - STATE(5335), 1, - sym_comment, - ACTIONS(4987), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [188860] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(984), 1, - anon_sym_DASH2, - STATE(5336), 1, + ACTIONS(9242), 1, + anon_sym_GT2, + STATE(5317), 1, sym_comment, - ACTIONS(986), 7, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - anon_sym_DOT2, - [188879] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9307), 1, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9182), 4, + sym_identifier, anon_sym_DQUOTE, - ACTIONS(9311), 1, - aux_sym_path_token1, - ACTIONS(9313), 1, - sym_raw_string_begin, - STATE(2831), 1, - sym_val_string, - STATE(5337), 1, - sym_comment, - ACTIONS(9309), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2852), 2, - sym__raw_str, - sym__str_double_quotes, - [188906] = 7, + [188620] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9315), 1, + ACTIONS(9244), 1, anon_sym_GT2, - STATE(5338), 1, + STATE(5318), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188931] = 8, - ACTIONS(251), 1, + [188645] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9317), 1, - anon_sym_DQUOTE, - ACTIONS(9321), 1, - aux_sym_path_token1, - ACTIONS(9323), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9180), 1, sym_raw_string_begin, - STATE(1396), 1, - sym_val_string, - STATE(5339), 1, + ACTIONS(9246), 1, + anon_sym_GT2, + STATE(5319), 1, sym_comment, - ACTIONS(9319), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(1379), 2, - sym__raw_str, - sym__str_double_quotes, - [188958] = 7, + [188670] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9325), 1, + ACTIONS(9248), 1, anon_sym_GT2, - STATE(5340), 1, + STATE(5320), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [188983] = 8, - ACTIONS(251), 1, + [188695] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9327), 1, - anon_sym_DQUOTE, - ACTIONS(9331), 1, - aux_sym_path_token1, - ACTIONS(9333), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(5341), 1, + ACTIONS(9250), 1, + anon_sym_GT2, + STATE(5321), 1, sym_comment, - STATE(7149), 1, - sym_val_string, - ACTIONS(9329), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(7016), 2, - sym__raw_str, - sym__str_double_quotes, - [189010] = 7, + [188720] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9335), 1, + ACTIONS(9252), 1, anon_sym_GT2, - STATE(5342), 1, + STATE(5322), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189035] = 8, - ACTIONS(251), 1, + [188745] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9337), 1, - anon_sym_DQUOTE, - ACTIONS(9341), 1, - aux_sym_path_token1, - ACTIONS(9343), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9186), 1, sym_raw_string_begin, - STATE(2772), 1, - sym_val_string, - STATE(5343), 1, + ACTIONS(9254), 1, + anon_sym_GT2, + STATE(5323), 1, sym_comment, - ACTIONS(9339), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9182), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(2751), 2, - sym__raw_str, - sym__str_double_quotes, - [189062] = 7, + [188770] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9345), 1, + ACTIONS(9256), 1, anon_sym_GT2, - STATE(5344), 1, + STATE(5324), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189087] = 8, - ACTIONS(251), 1, + [188795] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9347), 1, - anon_sym_DQUOTE, - ACTIONS(9351), 1, - aux_sym_path_token1, - ACTIONS(9353), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9210), 1, sym_raw_string_begin, - STATE(2988), 1, - sym_val_string, - STATE(5345), 1, + ACTIONS(9258), 1, + anon_sym_GT2, + STATE(5325), 1, sym_comment, - ACTIONS(9349), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(3005), 2, - sym__raw_str, - sym__str_double_quotes, - [189114] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9355), 1, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, + sym_identifier, anon_sym_DQUOTE, - ACTIONS(9359), 1, - aux_sym_path_token1, - ACTIONS(9361), 1, - sym_raw_string_begin, - STATE(485), 1, - sym_val_string, - STATE(5346), 1, - sym_comment, - ACTIONS(9357), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(442), 2, - sym__raw_str, - sym__str_double_quotes, - [189141] = 8, - ACTIONS(251), 1, + [188820] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9363), 1, - anon_sym_DQUOTE, - ACTIONS(9367), 1, - aux_sym_path_token1, - ACTIONS(9369), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9200), 1, sym_raw_string_begin, - STATE(561), 1, - sym_val_string, - STATE(5347), 1, + ACTIONS(9260), 1, + anon_sym_GT2, + STATE(5326), 1, sym_comment, - ACTIONS(9365), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(592), 2, - sym__raw_str, - sym__str_double_quotes, - [189168] = 8, - ACTIONS(251), 1, + [188845] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9371), 1, - anon_sym_DQUOTE, - ACTIONS(9375), 1, - aux_sym_path_token1, - ACTIONS(9377), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9210), 1, sym_raw_string_begin, - STATE(2719), 1, - sym_val_string, - STATE(5348), 1, + ACTIONS(9262), 1, + anon_sym_GT2, + STATE(5327), 1, sym_comment, - ACTIONS(9373), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(2738), 2, - sym__raw_str, - sym__str_double_quotes, - [189195] = 8, - ACTIONS(251), 1, + [188870] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9379), 1, - anon_sym_DQUOTE, - ACTIONS(9383), 1, - aux_sym_path_token1, - ACTIONS(9385), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(2882), 1, - sym_val_string, - STATE(5349), 1, + ACTIONS(9264), 1, + anon_sym_GT2, + STATE(5328), 1, sym_comment, - ACTIONS(9381), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(2884), 2, - sym__raw_str, - sym__str_double_quotes, - [189222] = 8, - ACTIONS(251), 1, + [188895] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4359), 1, - anon_sym_DQUOTE, - ACTIONS(4369), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9387), 1, - aux_sym_path_token1, - STATE(5287), 1, - sym_val_string, - STATE(5350), 1, + ACTIONS(9266), 1, + anon_sym_GT2, + STATE(5329), 1, sym_comment, - ACTIONS(4361), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(5296), 2, - sym__raw_str, - sym__str_double_quotes, - [189249] = 8, - ACTIONS(251), 1, + [188920] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4405), 1, - anon_sym_DQUOTE, - ACTIONS(4415), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - ACTIONS(9389), 1, - aux_sym_path_token1, - STATE(5146), 1, - sym_val_string, - STATE(5351), 1, + ACTIONS(9268), 1, + anon_sym_GT2, + STATE(5330), 1, sym_comment, - ACTIONS(4407), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(5164), 2, - sym__raw_str, - sym__str_double_quotes, - [189276] = 8, - ACTIONS(251), 1, + [188945] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9391), 1, - anon_sym_DQUOTE, - ACTIONS(9395), 1, - aux_sym_path_token1, - ACTIONS(9397), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9180), 1, sym_raw_string_begin, - STATE(143), 1, - sym_val_string, - STATE(5352), 1, + ACTIONS(9270), 1, + anon_sym_GT2, + STATE(5331), 1, sym_comment, - ACTIONS(9393), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(141), 2, - sym__raw_str, - sym__str_double_quotes, - [189303] = 8, - ACTIONS(251), 1, + [188970] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9399), 1, - anon_sym_DQUOTE, - ACTIONS(9403), 1, - aux_sym_path_token1, - ACTIONS(9405), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9200), 1, sym_raw_string_begin, - STATE(526), 1, - sym_val_string, - STATE(5353), 1, + ACTIONS(9272), 1, + anon_sym_GT2, + STATE(5332), 1, sym_comment, - ACTIONS(9401), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(532), 2, - sym__raw_str, - sym__str_double_quotes, - [189330] = 8, - ACTIONS(251), 1, + [188995] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9407), 1, - anon_sym_DQUOTE, - ACTIONS(9411), 1, - aux_sym_path_token1, - ACTIONS(9413), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9210), 1, sym_raw_string_begin, - STATE(394), 1, - sym_val_string, - STATE(5354), 1, + ACTIONS(9274), 1, + anon_sym_GT2, + STATE(5333), 1, sym_comment, - ACTIONS(9409), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(435), 2, - sym__raw_str, - sym__str_double_quotes, - [189357] = 8, - ACTIONS(251), 1, + [189020] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9415), 1, - anon_sym_DQUOTE, - ACTIONS(9419), 1, - aux_sym_path_token1, - ACTIONS(9421), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, sym_raw_string_begin, - STATE(377), 1, - sym_val_string, - STATE(5355), 1, + ACTIONS(9276), 1, + anon_sym_GT2, + STATE(5334), 1, sym_comment, - ACTIONS(9417), 2, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(380), 2, - sym__raw_str, - sym__str_double_quotes, - [189384] = 7, + [189045] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9423), 1, + ACTIONS(9278), 1, anon_sym_GT2, - STATE(5356), 1, + STATE(5335), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189409] = 7, + [189070] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9425), 1, + ACTIONS(9280), 1, anon_sym_GT2, - STATE(5357), 1, + STATE(5336), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189434] = 8, - ACTIONS(251), 1, + [189095] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(935), 1, - anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(4343), 1, - sym_cell_path, - STATE(5358), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9210), 1, + sym_raw_string_begin, + ACTIONS(9282), 1, + anon_sym_GT2, + STATE(5337), 1, sym_comment, - STATE(5420), 1, - aux_sym_cell_path_repeat1, - ACTIONS(937), 3, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - [189461] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [189120] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9427), 1, + ACTIONS(9284), 1, anon_sym_GT2, - STATE(5359), 1, + STATE(5338), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189486] = 7, + [189145] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9210), 1, sym_raw_string_begin, - ACTIONS(9429), 1, + ACTIONS(9286), 1, anon_sym_GT2, - STATE(5360), 1, + STATE(5339), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189511] = 7, + [189170] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9431), 1, + ACTIONS(9288), 1, anon_sym_GT2, - STATE(5361), 1, + STATE(5340), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189536] = 7, + [189195] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9210), 1, sym_raw_string_begin, - ACTIONS(9433), 1, + ACTIONS(9290), 1, anon_sym_GT2, - STATE(5362), 1, + STATE(5341), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189561] = 5, + [189220] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(9292), 1, + sym_long_flag_identifier, + ACTIONS(9294), 1, + anon_sym_EQ2, + STATE(5342), 1, + sym_comment, + ACTIONS(4881), 2, anon_sym_DASH2, - ACTIONS(8153), 1, - aux_sym_unquoted_token2, - STATE(5363), 1, + anon_sym_as, + ACTIONS(4879), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + [189243] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3612), 1, + anon_sym_DQUOTE, + ACTIONS(3626), 1, + sym_raw_string_begin, + ACTIONS(9143), 1, + aux_sym_path_token1, + STATE(4020), 1, + sym_val_string, + STATE(5343), 1, + sym_comment, + ACTIONS(3614), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(4074), 2, + sym__raw_str, + sym__str_double_quotes, + [189270] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(984), 1, + anon_sym_DASH2, + STATE(5344), 1, sym_comment, - ACTIONS(1665), 6, + ACTIONS(986), 7, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [189582] = 5, + anon_sym_DOT2, + [189289] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9015), 1, - aux_sym__immediate_decimal_token2, - STATE(5364), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9192), 1, + sym_raw_string_begin, + ACTIONS(9296), 1, + anon_sym_GT2, + STATE(5345), 1, sym_comment, - ACTIONS(1735), 3, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9188), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [189314] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5346), 1, + sym_comment, + ACTIONS(1725), 4, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 4, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [189603] = 7, + [189333] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(5347), 1, + sym_comment, + ACTIONS(2229), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + ACTIONS(2233), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [189354] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9435), 1, + ACTIONS(9298), 1, anon_sym_GT2, - STATE(5365), 1, + STATE(5348), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189628] = 6, + [189379] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9300), 1, + aux_sym__immediate_decimal_token2, + STATE(5349), 1, + sym_comment, + ACTIONS(1765), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [189400] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9437), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9439), 1, + ACTIONS(9302), 1, + anon_sym_DOT, + ACTIONS(9304), 1, aux_sym__immediate_decimal_token2, - STATE(5366), 1, + STATE(5350), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [189423] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2318), 1, + anon_sym_DASH2, + ACTIONS(9306), 1, + anon_sym_LBRACK2, + STATE(5351), 1, + sym_comment, + ACTIONS(2322), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [189444] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5352), 1, + sym_comment, + ACTIONS(1595), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 4, + ACTIONS(1597), 6, anon_sym_PIPE, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [189651] = 7, + sym_filesize_unit, + sym_duration_unit, + [189463] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(935), 1, + anon_sym_DASH2, + ACTIONS(9006), 1, + anon_sym_DOT2, + STATE(3770), 1, + sym_cell_path, + STATE(4101), 1, + sym_path, + STATE(5286), 1, + aux_sym_cell_path_repeat1, + STATE(5353), 1, + sym_comment, + ACTIONS(937), 3, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [189490] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9308), 1, + anon_sym_DQUOTE, + ACTIONS(9312), 1, + aux_sym_path_token1, + ACTIONS(9314), 1, + sym_raw_string_begin, + STATE(2564), 1, + sym_val_string, + STATE(5354), 1, + sym_comment, + ACTIONS(9310), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2583), 2, + sym__raw_str, + sym__str_double_quotes, + [189517] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9441), 1, + ACTIONS(9316), 1, anon_sym_GT2, - STATE(5367), 1, + STATE(5355), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189676] = 8, - ACTIONS(251), 1, + [189542] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1295), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(5356), 1, + sym_comment, + ACTIONS(2237), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + ACTIONS(2241), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [189563] = 8, + ACTIONS(109), 1, anon_sym_DQUOTE, - ACTIONS(1299), 1, + ACTIONS(123), 1, sym_raw_string_begin, - ACTIONS(9443), 1, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9318), 1, aux_sym_path_token1, - STATE(3953), 1, + STATE(1818), 1, sym_val_string, - STATE(5368), 1, + STATE(5357), 1, sym_comment, - ACTIONS(1297), 2, + ACTIONS(111), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(3917), 2, + STATE(1720), 2, sym__raw_str, sym__str_double_quotes, - [189703] = 7, + [189590] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9445), 1, + ACTIONS(9320), 1, anon_sym_GT2, - STATE(5369), 1, + STATE(5358), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189728] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(976), 1, - anon_sym_DASH2, - STATE(5370), 1, - sym_comment, - ACTIONS(978), 7, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [189747] = 5, + [189615] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2247), 1, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - STATE(5371), 1, + STATE(5359), 1, sym_comment, - ACTIONS(2241), 3, + ACTIONS(2245), 3, anon_sym_DASH_DASH, anon_sym_DASH2, anon_sym_as, - ACTIONS(2245), 4, + ACTIONS(2247), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [189768] = 8, + [189636] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - ACTIONS(9447), 1, - anon_sym_DOT_DOT2, - ACTIONS(9451), 1, - sym_filesize_unit, - ACTIONS(9453), 1, - sym_duration_unit, - STATE(5372), 1, + ACTIONS(9322), 1, + anon_sym_DQUOTE, + ACTIONS(9326), 1, + aux_sym_path_token1, + ACTIONS(9328), 1, + sym_raw_string_begin, + STATE(5360), 1, sym_comment, - ACTIONS(1665), 2, + STATE(6028), 1, + sym_val_string, + ACTIONS(9324), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(6068), 2, + sym__raw_str, + sym__str_double_quotes, + [189663] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5361), 1, + sym_comment, + ACTIONS(1667), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 6, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(9449), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [189795] = 4, + sym_filesize_unit, + sym_duration_unit, + [189682] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(972), 1, + ACTIONS(958), 1, anon_sym_DASH2, - STATE(5373), 1, + ACTIONS(9330), 1, + anon_sym_QMARK2, + STATE(5362), 1, sym_comment, - ACTIONS(974), 7, + ACTIONS(960), 6, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - anon_sym_QMARK2, anon_sym_DOT2, - [189814] = 7, + [189703] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9332), 1, + aux_sym__immediate_decimal_token2, + STATE(5363), 1, + sym_comment, + ACTIONS(1667), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 5, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [189724] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9455), 1, + ACTIONS(9334), 1, anon_sym_GT2, - STATE(5374), 1, + STATE(5364), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [189839] = 7, - ACTIONS(3), 1, + [189749] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(3118), 1, + anon_sym_DQUOTE, + ACTIONS(3124), 1, sym_raw_string_begin, - ACTIONS(9457), 1, - anon_sym_GT2, - STATE(5375), 1, + ACTIONS(9336), 1, + aux_sym_path_token1, + STATE(5289), 1, + sym_val_string, + STATE(5365), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(3120), 2, sym__str_single_quotes, sym__str_back_ticks, - [189864] = 4, + STATE(5129), 2, + sym__raw_str, + sym__str_double_quotes, + [189776] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(962), 1, + ACTIONS(9338), 1, + anon_sym_DASH_DASH, + ACTIONS(9341), 1, anon_sym_DASH2, - STATE(5376), 1, + STATE(5967), 1, + sym__flag, + ACTIONS(8633), 2, + anon_sym_DOLLAR, + anon_sym_LBRACE, + STATE(5366), 2, sym_comment, - ACTIONS(964), 7, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_QMARK2, - anon_sym_DOT2, - [189883] = 7, - ACTIONS(3), 1, + aux_sym_ctrl_do_repeat1, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [189801] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9344), 1, + anon_sym_DQUOTE, + ACTIONS(9348), 1, + aux_sym_path_token1, + ACTIONS(9350), 1, sym_raw_string_begin, - ACTIONS(9459), 1, - anon_sym_GT2, - STATE(5377), 1, + STATE(1335), 1, + sym_val_string, + STATE(5367), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(9346), 2, sym__str_single_quotes, sym__str_back_ticks, - [189908] = 7, - ACTIONS(3), 1, + STATE(1308), 2, + sym__raw_str, + sym__str_double_quotes, + [189828] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9352), 1, + anon_sym_DQUOTE, + ACTIONS(9356), 1, + aux_sym_path_token1, + ACTIONS(9358), 1, sym_raw_string_begin, - ACTIONS(9461), 1, - anon_sym_GT2, - STATE(5378), 1, + STATE(1683), 1, + sym_val_string, + STATE(5368), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(9354), 2, sym__str_single_quotes, sym__str_back_ticks, - [189933] = 7, - ACTIONS(3), 1, + STATE(1702), 2, + sym__raw_str, + sym__str_double_quotes, + [189855] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(2083), 1, sym_raw_string_begin, - ACTIONS(9463), 1, - anon_sym_GT2, - STATE(5379), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, - sym_identifier, + ACTIONS(4042), 1, anon_sym_DQUOTE, + ACTIONS(9360), 1, + aux_sym_path_token1, + STATE(3995), 1, + sym_val_string, + STATE(5369), 1, + sym_comment, + ACTIONS(4044), 2, sym__str_single_quotes, sym__str_back_ticks, - [189958] = 7, - ACTIONS(3), 1, + STATE(3997), 2, + sym__raw_str, + sym__str_double_quotes, + [189882] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9145), 1, - sym_raw_string_begin, - ACTIONS(9465), 1, - anon_sym_GT2, - STATE(5380), 1, + ACTIONS(9362), 1, + aux_sym__immediate_decimal_token2, + STATE(5370), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [189983] = 7, + ACTIONS(1765), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1767), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [189903] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9467), 1, + ACTIONS(9364), 1, anon_sym_GT2, - STATE(5381), 1, + STATE(5371), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190008] = 6, + [189928] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9469), 1, - sym_long_flag_identifier, - ACTIONS(9471), 1, - anon_sym_EQ2, - STATE(5382), 1, - sym_comment, - ACTIONS(4852), 2, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(4850), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - [190031] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9366), 1, + anon_sym_DQUOTE, + ACTIONS(9370), 1, + aux_sym_path_token1, + ACTIONS(9372), 1, sym_raw_string_begin, - ACTIONS(9473), 1, - anon_sym_GT2, - STATE(5383), 1, + STATE(2503), 1, + sym_val_string, + STATE(5372), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(9368), 2, sym__str_single_quotes, sym__str_back_ticks, - [190056] = 7, + STATE(2534), 2, + sym__raw_str, + sym__str_double_quotes, + [189955] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9475), 1, + ACTIONS(9374), 1, anon_sym_GT2, - STATE(5384), 1, + STATE(5373), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190081] = 7, + [189980] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9477), 1, + ACTIONS(9376), 1, anon_sym_GT2, - STATE(5385), 1, + STATE(5374), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190106] = 7, + [190005] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9479), 1, + ACTIONS(9378), 1, anon_sym_GT2, - STATE(5386), 1, + STATE(5375), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190131] = 7, - ACTIONS(3), 1, + [190030] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(1859), 1, sym_raw_string_begin, - ACTIONS(9481), 1, - anon_sym_GT2, - STATE(5387), 1, - sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, - sym_identifier, + ACTIONS(4203), 1, anon_sym_DQUOTE, + ACTIONS(9380), 1, + aux_sym_path_token1, + STATE(3910), 1, + sym_val_string, + STATE(5376), 1, + sym_comment, + ACTIONS(4205), 2, sym__str_single_quotes, sym__str_back_ticks, - [190156] = 5, - ACTIONS(3), 1, + STATE(3922), 2, + sym__raw_str, + sym__str_double_quotes, + [190057] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(5388), 1, + ACTIONS(9382), 1, + anon_sym_DQUOTE, + ACTIONS(9386), 1, + aux_sym_path_token1, + ACTIONS(9388), 1, + sym_raw_string_begin, + STATE(1453), 1, + sym_val_string, + STATE(5377), 1, sym_comment, - ACTIONS(2249), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(2253), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [190177] = 7, + ACTIONS(9384), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1434), 2, + sym__raw_str, + sym__str_double_quotes, + [190084] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9174), 1, sym_raw_string_begin, - ACTIONS(9483), 1, + ACTIONS(9390), 1, anon_sym_GT2, - STATE(5389), 1, + STATE(5378), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190202] = 7, + [190109] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9485), 1, + ACTIONS(9392), 1, anon_sym_GT2, - STATE(5390), 1, + STATE(5379), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190227] = 7, + [190134] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9487), 1, + ACTIONS(9394), 1, anon_sym_GT2, - STATE(5391), 1, + STATE(5380), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190252] = 7, - ACTIONS(3), 1, + [190159] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9396), 1, + anon_sym_DQUOTE, + ACTIONS(9400), 1, + aux_sym_path_token1, + ACTIONS(9402), 1, sym_raw_string_begin, - ACTIONS(9489), 1, - anon_sym_GT2, - STATE(5392), 1, + STATE(1601), 1, + sym_val_string, + STATE(5381), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(9398), 2, sym__str_single_quotes, sym__str_back_ticks, - [190277] = 7, + STATE(1558), 2, + sym__raw_str, + sym__str_double_quotes, + [190186] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9192), 1, sym_raw_string_begin, - ACTIONS(9491), 1, + ACTIONS(9404), 1, anon_sym_GT2, - STATE(5393), 1, + STATE(5382), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9163), 4, + ACTIONS(9188), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190302] = 8, + [190211] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9493), 1, + ACTIONS(9406), 1, anon_sym_DQUOTE, - ACTIONS(9497), 1, + ACTIONS(9410), 1, aux_sym_path_token1, - ACTIONS(9499), 1, + ACTIONS(9412), 1, sym_raw_string_begin, - STATE(1378), 1, + STATE(2833), 1, sym_val_string, - STATE(5394), 1, + STATE(5383), 1, sym_comment, - ACTIONS(9495), 2, + ACTIONS(9408), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(1399), 2, + STATE(2871), 2, sym__raw_str, sym__str_double_quotes, - [190329] = 4, + [190238] = 4, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(980), 1, anon_sym_DASH2, - STATE(5395), 1, + STATE(5384), 1, sym_comment, ACTIONS(982), 7, sym__newline, @@ -398121,6413 +398131,7181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_as, anon_sym_DOT2, - [190348] = 5, + [190257] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9019), 1, - aux_sym__immediate_decimal_token2, - STATE(5396), 1, + ACTIONS(9414), 1, + anon_sym_DQUOTE, + ACTIONS(9418), 1, + aux_sym_path_token1, + ACTIONS(9420), 1, + sym_raw_string_begin, + STATE(1403), 1, + sym_val_string, + STATE(5385), 1, sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 5, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [190369] = 7, + ACTIONS(9416), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1413), 2, + sym__raw_str, + sym__str_double_quotes, + [190284] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9501), 1, + ACTIONS(9422), 1, anon_sym_GT2, - STATE(5397), 1, + STATE(5386), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190394] = 4, + [190309] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5398), 1, - sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 6, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [190413] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5399), 1, + ACTIONS(9424), 1, + anon_sym_DQUOTE, + ACTIONS(9428), 1, + aux_sym_path_token1, + ACTIONS(9430), 1, + sym_raw_string_begin, + STATE(5387), 1, sym_comment, - ACTIONS(2261), 4, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - aux_sym_unquoted_token4, - ACTIONS(2263), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [190432] = 7, + STATE(7004), 1, + sym_val_string, + ACTIONS(9426), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(7196), 2, + sym__raw_str, + sym__str_double_quotes, + [190336] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9210), 1, sym_raw_string_begin, - ACTIONS(9503), 1, + ACTIONS(9432), 1, anon_sym_GT2, - STATE(5400), 1, + STATE(5388), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9157), 4, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190457] = 7, - ACTIONS(3), 1, + [190361] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9434), 1, + anon_sym_DQUOTE, + ACTIONS(9438), 1, + aux_sym_path_token1, + ACTIONS(9440), 1, sym_raw_string_begin, - ACTIONS(9505), 1, - anon_sym_GT2, - STATE(5401), 1, + STATE(2781), 1, + sym_val_string, + STATE(5389), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9205), 4, - sym_identifier, - anon_sym_DQUOTE, + ACTIONS(9436), 2, sym__str_single_quotes, sym__str_back_ticks, - [190482] = 7, + STATE(2768), 2, + sym__raw_str, + sym__str_double_quotes, + [190388] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9174), 1, sym_raw_string_begin, - ACTIONS(9507), 1, + ACTIONS(9442), 1, anon_sym_GT2, - STATE(5402), 1, + STATE(5390), 1, sym_comment, - STATE(5408), 1, + STATE(5427), 1, aux_sym__multiple_types_repeat1, - ACTIONS(9139), 4, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190507] = 5, + [190413] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9509), 1, - aux_sym__immediate_decimal_token2, - STATE(5403), 1, + ACTIONS(9444), 1, + anon_sym_DQUOTE, + ACTIONS(9448), 1, + aux_sym_path_token1, + ACTIONS(9450), 1, + sym_raw_string_begin, + STATE(2998), 1, + sym_val_string, + STATE(5391), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [190528] = 7, - ACTIONS(3), 1, + ACTIONS(9446), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2980), 2, + sym__raw_str, + sym__str_double_quotes, + [190440] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9452), 1, + anon_sym_DQUOTE, + ACTIONS(9456), 1, + aux_sym_path_token1, + ACTIONS(9458), 1, sym_raw_string_begin, - ACTIONS(9511), 1, - anon_sym_GT2, - STATE(5404), 1, + STATE(468), 1, + sym_val_string, + STATE(5392), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9147), 4, - sym_identifier, + ACTIONS(9454), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(460), 2, + sym__raw_str, + sym__str_double_quotes, + [190467] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9460), 1, anon_sym_DQUOTE, + ACTIONS(9464), 1, + aux_sym_path_token1, + ACTIONS(9466), 1, + sym_raw_string_begin, + STATE(585), 1, + sym_val_string, + STATE(5393), 1, + sym_comment, + ACTIONS(9462), 2, sym__str_single_quotes, sym__str_back_ticks, - [190553] = 7, - ACTIONS(3), 1, + STATE(584), 2, + sym__raw_str, + sym__str_double_quotes, + [190494] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9468), 1, + anon_sym_DQUOTE, + ACTIONS(9472), 1, + aux_sym_path_token1, + ACTIONS(9474), 1, sym_raw_string_begin, - ACTIONS(9513), 1, - anon_sym_GT2, - STATE(5405), 1, + STATE(2742), 1, + sym_val_string, + STATE(5394), 1, sym_comment, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - ACTIONS(9183), 4, - sym_identifier, + ACTIONS(9470), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2679), 2, + sym__raw_str, + sym__str_double_quotes, + [190521] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9476), 1, anon_sym_DQUOTE, + ACTIONS(9480), 1, + aux_sym_path_token1, + ACTIONS(9482), 1, + sym_raw_string_begin, + STATE(2938), 1, + sym_val_string, + STATE(5395), 1, + sym_comment, + ACTIONS(9478), 2, sym__str_single_quotes, sym__str_back_ticks, - [190578] = 5, - ACTIONS(3), 1, + STATE(2885), 2, + sym__raw_str, + sym__str_double_quotes, + [190548] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(5406), 1, + ACTIONS(4331), 1, + anon_sym_DQUOTE, + ACTIONS(4341), 1, + sym_raw_string_begin, + ACTIONS(9484), 1, + aux_sym_path_token1, + STATE(5282), 1, + sym_val_string, + STATE(5396), 1, sym_comment, - ACTIONS(2257), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(2259), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [190599] = 8, + ACTIONS(4333), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(5406), 2, + sym__raw_str, + sym__str_double_quotes, + [190575] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3574), 1, + ACTIONS(4377), 1, anon_sym_DQUOTE, - ACTIONS(3588), 1, + ACTIONS(4387), 1, sym_raw_string_begin, - ACTIONS(9443), 1, + ACTIONS(9486), 1, aux_sym_path_token1, - STATE(3953), 1, + STATE(5271), 1, sym_val_string, - STATE(5407), 1, + STATE(5397), 1, sym_comment, - ACTIONS(3576), 2, + ACTIONS(4379), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(4083), 2, + STATE(5198), 2, sym__raw_str, sym__str_double_quotes, - [190626] = 5, - ACTIONS(3), 1, + [190602] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2332), 1, + ACTIONS(9488), 1, + anon_sym_DQUOTE, + ACTIONS(9492), 1, + aux_sym_path_token1, + ACTIONS(9494), 1, sym_raw_string_begin, - ACTIONS(9515), 1, - sym__entry_separator, - STATE(5408), 2, + STATE(140), 1, + sym_val_string, + STATE(5398), 1, sym_comment, - aux_sym__multiple_types_repeat1, - ACTIONS(2327), 5, - sym_identifier, - anon_sym_GT2, + ACTIONS(9490), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(142), 2, + sym__raw_str, + sym__str_double_quotes, + [190629] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9496), 1, anon_sym_DQUOTE, + ACTIONS(9500), 1, + aux_sym_path_token1, + ACTIONS(9502), 1, + sym_raw_string_begin, + STATE(518), 1, + sym_val_string, + STATE(5399), 1, + sym_comment, + ACTIONS(9498), 2, sym__str_single_quotes, sym__str_back_ticks, - [190647] = 7, - ACTIONS(3), 1, + STATE(544), 2, + sym__raw_str, + sym__str_double_quotes, + [190656] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9504), 1, + anon_sym_DQUOTE, + ACTIONS(9508), 1, + aux_sym_path_token1, + ACTIONS(9510), 1, sym_raw_string_begin, - ACTIONS(9518), 1, - anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5409), 1, + STATE(396), 1, + sym_val_string, + STATE(5400), 1, sym_comment, - ACTIONS(9147), 4, - sym_identifier, + ACTIONS(9506), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(405), 2, + sym__raw_str, + sym__str_double_quotes, + [190683] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9512), 1, anon_sym_DQUOTE, + ACTIONS(9516), 1, + aux_sym_path_token1, + ACTIONS(9518), 1, + sym_raw_string_begin, + STATE(368), 1, + sym_val_string, + STATE(5401), 1, + sym_comment, + ACTIONS(9514), 2, sym__str_single_quotes, sym__str_back_ticks, - [190672] = 7, + STATE(373), 2, + sym__raw_str, + sym__str_double_quotes, + [190710] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(9180), 1, sym_raw_string_begin, ACTIONS(9520), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5410), 1, + STATE(5402), 1, sym_comment, - ACTIONS(9183), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190697] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5411), 1, - sym_comment, - ACTIONS(1599), 3, - sym__newline, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 5, - sym__space, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [190716] = 7, + [190735] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9174), 1, sym_raw_string_begin, ACTIONS(9522), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5412), 1, + STATE(5403), 1, sym_comment, - ACTIONS(9157), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190741] = 7, + [190760] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9180), 1, sym_raw_string_begin, ACTIONS(9524), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5413), 1, + STATE(5404), 1, sym_comment, - ACTIONS(9163), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190766] = 7, + [190785] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9200), 1, sym_raw_string_begin, ACTIONS(9526), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5414), 1, + STATE(5405), 1, sym_comment, - ACTIONS(9163), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190791] = 7, + [190810] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(964), 1, + anon_sym_DASH2, + STATE(5406), 1, + sym_comment, + ACTIONS(966), 7, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [190829] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9210), 1, sym_raw_string_begin, ACTIONS(9528), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5415), 1, + STATE(5407), 1, sym_comment, - ACTIONS(9205), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190816] = 7, - ACTIONS(3), 1, + [190854] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9145), 1, - sym_raw_string_begin, - ACTIONS(9530), 1, - anon_sym_GT2, + ACTIONS(1681), 1, + anon_sym_DASH2, + ACTIONS(8115), 1, + aux_sym_unquoted_token2, STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5416), 1, sym_comment, - ACTIONS(9139), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [190841] = 7, + ACTIONS(1693), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [190875] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9174), 1, sym_raw_string_begin, - ACTIONS(9532), 1, + ACTIONS(9530), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5417), 1, + STATE(5409), 1, sym_comment, - ACTIONS(9205), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9168), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190866] = 5, + [190900] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(952), 1, + ACTIONS(968), 1, anon_sym_DASH2, - ACTIONS(9534), 1, - anon_sym_QMARK2, - STATE(5418), 1, + STATE(5410), 1, sym_comment, - ACTIONS(954), 6, + ACTIONS(970), 7, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, + anon_sym_QMARK2, anon_sym_DOT2, - [190887] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8997), 1, - aux_sym__immediate_decimal_token2, - STATE(5419), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [190908] = 7, + [190919] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(948), 1, + ACTIONS(972), 1, anon_sym_DASH2, - ACTIONS(9115), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(5420), 1, + STATE(5411), 1, sym_comment, - STATE(5424), 1, - aux_sym_cell_path_repeat1, - ACTIONS(950), 4, - sym_identifier, - anon_sym_DOLLAR, + ACTIONS(974), 7, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, anon_sym_DASH_DASH, - anon_sym_LBRACE, - [190933] = 7, + anon_sym_as, + anon_sym_QMARK2, + anon_sym_DOT2, + [190938] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9145), 1, + ACTIONS(9180), 1, sym_raw_string_begin, - ACTIONS(9536), 1, + ACTIONS(9532), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5421), 1, + STATE(5412), 1, sym_comment, - ACTIONS(9139), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9176), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190958] = 7, + [190963] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9161), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9538), 1, + ACTIONS(9534), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5422), 1, + STATE(5413), 1, sym_comment, - ACTIONS(9157), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [190983] = 7, + [190988] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9167), 1, + ACTIONS(9186), 1, sym_raw_string_begin, - ACTIONS(9540), 1, + ACTIONS(9536), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5423), 1, + STATE(5414), 1, sym_comment, - ACTIONS(9163), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9182), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [191008] = 6, - ACTIONS(251), 1, + [191013] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(941), 1, - anon_sym_DASH2, - ACTIONS(9542), 1, - anon_sym_DOT2, - STATE(4054), 1, - sym_path, - STATE(5424), 2, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9192), 1, + sym_raw_string_begin, + ACTIONS(9538), 1, + anon_sym_GT2, + STATE(5415), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(943), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9188), 4, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [191031] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [191038] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9209), 1, + ACTIONS(9210), 1, sym_raw_string_begin, - ACTIONS(9545), 1, + ACTIONS(9540), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5425), 1, + STATE(5416), 1, sym_comment, - ACTIONS(9205), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [191056] = 7, + [191063] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9151), 1, + ACTIONS(9200), 1, sym_raw_string_begin, - ACTIONS(9547), 1, + ACTIONS(9542), 1, anon_sym_GT2, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5426), 1, + STATE(5417), 1, sym_comment, - ACTIONS(9147), 4, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9196), 4, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [191081] = 7, + [191088] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5680), 1, - anon_sym_DOT2, - STATE(5427), 1, - sym_comment, - STATE(5762), 1, - aux_sym_cell_path_repeat1, - STATE(6534), 1, - sym_path, - STATE(6686), 1, - sym_cell_path, - ACTIONS(1957), 3, - anon_sym_RBRACK, + ACTIONS(9172), 1, sym__entry_separator, - sym__table_head_separator, - [191105] = 4, + ACTIONS(9210), 1, + sym_raw_string_begin, + ACTIONS(9544), 1, + anon_sym_GT2, + STATE(5418), 1, + sym_comment, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + ACTIONS(9206), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [191113] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5428), 1, + ACTIONS(9546), 1, + anon_sym_DQUOTE, + ACTIONS(9550), 1, + aux_sym_path_token1, + ACTIONS(9552), 1, + sym_raw_string_begin, + STATE(1391), 1, + sym_val_string, + STATE(5419), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [191123] = 8, + ACTIONS(9548), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1408), 2, + sym__raw_str, + sym__str_double_quotes, + [191140] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_RBRACE, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1802), 1, - sym__entry_separator, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(9549), 1, - anon_sym_DOT_DOT2, - STATE(5429), 1, + STATE(5420), 1, sym_comment, - ACTIONS(9551), 2, + ACTIONS(1733), 3, + sym__newline, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 5, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [191149] = 4, + sym_filesize_unit, + sym_duration_unit, + [191159] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5430), 1, + STATE(5421), 1, sym_comment, - ACTIONS(986), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(984), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(1587), 3, + sym__newline, anon_sym_DOT_DOT2, - anon_sym_DOT2, - [191167] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5431), 1, - sym_comment, - ACTIONS(982), 3, + aux_sym_unquoted_token2, + ACTIONS(1589), 5, + sym__space, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - ACTIONS(980), 4, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [191185] = 4, + sym_filesize_unit, + sym_duration_unit, + [191178] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, + ACTIONS(976), 1, anon_sym_DASH2, - STATE(5432), 1, + STATE(5422), 1, sym_comment, - ACTIONS(1947), 6, + ACTIONS(978), 7, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_as, - [191203] = 4, - ACTIONS(251), 1, + anon_sym_QMARK2, + anon_sym_DOT2, + [191197] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2413), 1, - anon_sym_DASH2, - STATE(5433), 1, + STATE(5423), 1, sym_comment, - ACTIONS(2415), 6, + ACTIONS(2265), 4, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + aux_sym_unquoted_token4, + ACTIONS(2267), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_as, - [191221] = 5, + [191216] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(5434), 1, + STATE(5424), 1, sym_comment, - ACTIONS(2241), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(2245), 3, - ts_builtin_sym_end, + ACTIONS(1595), 3, sym__newline, - anon_sym_SEMI, - [191241] = 6, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 5, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [191235] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9151), 1, - sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5435), 1, + STATE(5425), 1, sym_comment, - ACTIONS(9147), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [191263] = 4, + ACTIONS(1757), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [191254] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4997), 1, + ACTIONS(988), 1, anon_sym_DASH2, - STATE(5436), 1, + STATE(5426), 1, sym_comment, - ACTIONS(4995), 6, + ACTIONS(990), 7, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191281] = 6, + anon_sym_DOT2, + [191273] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9187), 1, + ACTIONS(2292), 1, sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5437), 1, + ACTIONS(9554), 1, + sym__entry_separator, + STATE(5427), 2, sym_comment, - ACTIONS(9183), 4, + aux_sym__multiple_types_repeat1, + ACTIONS(2287), 5, sym_identifier, + anon_sym_GT2, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [191303] = 4, - ACTIONS(251), 1, + [191294] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5001), 1, - anon_sym_DASH2, - STATE(5438), 1, + STATE(5428), 1, sym_comment, - ACTIONS(4999), 6, + ACTIONS(1667), 3, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1669), 5, + sym__space, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [191313] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9557), 1, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [191321] = 4, + ACTIONS(9560), 1, + anon_sym_DASH2, + STATE(5967), 1, + sym__flag, + ACTIONS(8633), 2, + sym_identifier, + anon_sym_DOLLAR, + STATE(5429), 2, + sym_comment, + aux_sym_ctrl_do_repeat1, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [191338] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(988), 1, + ACTIONS(4936), 1, anon_sym_DASH2, - STATE(5439), 1, + ACTIONS(9563), 1, + anon_sym_EQ2, + STATE(5430), 1, sym_comment, - ACTIONS(990), 6, - ts_builtin_sym_end, + ACTIONS(4934), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - anon_sym_DOT2, - [191339] = 4, + [191359] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(5440), 1, + ACTIONS(8997), 1, + aux_sym__immediate_decimal_token2, + STATE(5431), 1, sym_comment, - ACTIONS(1723), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1725), 5, - anon_sym_LBRACE, + ACTIONS(1727), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [191357] = 4, + [191380] = 8, + ACTIONS(237), 1, + anon_sym_DQUOTE, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2417), 1, - anon_sym_DASH2, - STATE(5441), 1, + ACTIONS(253), 1, + sym_raw_string_begin, + ACTIONS(9141), 1, + aux_sym_path_token1, + STATE(1445), 1, + sym_val_string, + STATE(5432), 1, sym_comment, - ACTIONS(2419), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [191375] = 4, + ACTIONS(239), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1420), 2, + sym__raw_str, + sym__str_double_quotes, + [191407] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2421), 1, - anon_sym_DASH2, - STATE(5442), 1, + STATE(5433), 1, sym_comment, - ACTIONS(2423), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [191393] = 4, + ACTIONS(1733), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1735), 6, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [191426] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2425), 1, + ACTIONS(1973), 1, anon_sym_DASH2, - STATE(5443), 1, + STATE(5434), 1, sym_comment, - ACTIONS(2427), 6, + ACTIONS(1975), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191411] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(5444), 1, - sym_comment, - ACTIONS(2249), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(2253), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [191431] = 4, + [191444] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5039), 1, + ACTIONS(1937), 1, anon_sym_DASH2, - STATE(5445), 1, + STATE(5435), 1, sym_comment, - ACTIONS(5037), 6, + ACTIONS(1939), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191449] = 4, + [191462] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5043), 1, + ACTIONS(2431), 1, anon_sym_DASH2, - STATE(5446), 1, + STATE(5436), 1, sym_comment, - ACTIONS(5041), 6, + ACTIONS(2433), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191467] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(5447), 1, - sym_comment, - ACTIONS(2257), 3, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_as, - ACTIONS(2259), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [191487] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1979), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5448), 1, - sym_comment, - STATE(5562), 1, - sym_path, - STATE(6977), 1, - sym_cell_path, - ACTIONS(1977), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191513] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1983), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5449), 1, - sym_comment, - STATE(5562), 1, - sym_path, - STATE(6980), 1, - sym_cell_path, - ACTIONS(1981), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191539] = 4, + [191480] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2441), 1, + ACTIONS(2435), 1, anon_sym_DASH2, - STATE(5450), 1, + STATE(5437), 1, sym_comment, - ACTIONS(2443), 6, + ACTIONS(2437), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191557] = 8, - ACTIONS(3), 1, + [191498] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1987), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5451), 1, + ACTIONS(1693), 1, + anon_sym_LBRACE, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + ACTIONS(9565), 1, + sym_filesize_unit, + ACTIONS(9567), 1, + sym_duration_unit, + STATE(5438), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(6983), 1, - sym_cell_path, - ACTIONS(1985), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191583] = 8, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [191524] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1831), 1, + ACTIONS(1955), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5452), 1, + STATE(5439), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6990), 1, + STATE(6957), 1, sym_cell_path, - ACTIONS(1829), 2, + ACTIONS(1953), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [191609] = 6, + [191550] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(9553), 1, + STATE(5440), 1, + sym_comment, + ACTIONS(1667), 2, anon_sym_DOT_DOT2, - STATE(5453), 1, + aux_sym_unquoted_token2, + ACTIONS(1669), 5, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [191568] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9569), 1, + anon_sym_DOT, + ACTIONS(9571), 1, + aux_sym__immediate_decimal_token2, + STATE(5441), 1, sym_comment, - ACTIONS(9555), 2, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 3, + anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1802), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [191631] = 8, + [191590] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1991), 1, + ACTIONS(2091), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5454), 1, + STATE(5442), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(7024), 1, + STATE(6718), 1, sym_cell_path, - ACTIONS(1989), 2, + ACTIONS(2089), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [191657] = 8, - ACTIONS(3), 1, + [191616] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1995), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5455), 1, + ACTIONS(2439), 1, + anon_sym_DASH2, + STATE(5443), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(7035), 1, - sym_cell_path, - ACTIONS(1993), 2, - anon_sym_RBRACK, + ACTIONS(2441), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [191683] = 4, + anon_sym_as, + [191634] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4985), 1, + ACTIONS(2443), 1, anon_sym_DASH2, - STATE(5456), 1, + STATE(5444), 1, sym_comment, - ACTIONS(4983), 6, + ACTIONS(2445), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191701] = 8, + [191652] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5457), 1, + STATE(5445), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(7044), 1, - sym_cell_path, - ACTIONS(1997), 2, - anon_sym_RBRACK, + ACTIONS(1757), 3, anon_sym_RBRACE, - [191727] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1951), 1, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(8783), 1, + [191670] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4807), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(1414), 1, aux_sym_cell_path_repeat1, - STATE(5458), 1, - sym_comment, - STATE(5562), 1, + STATE(1497), 1, sym_path, - STATE(7017), 1, + STATE(5446), 1, + sym_comment, + STATE(6962), 1, sym_cell_path, - ACTIONS(1949), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191753] = 4, + ACTIONS(5865), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [191694] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4942), 1, + ACTIONS(5056), 1, anon_sym_DASH2, - STATE(5459), 1, + STATE(5447), 1, sym_comment, - ACTIONS(4940), 6, + ACTIONS(5054), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191771] = 4, + [191712] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, + ACTIONS(984), 1, anon_sym_DASH2, - STATE(5460), 1, + STATE(5448), 1, sym_comment, - ACTIONS(1959), 6, + ACTIONS(986), 6, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_as, - [191789] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2003), 1, - sym__entry_separator, - ACTIONS(8783), 1, anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5461), 1, - sym_comment, - STATE(5562), 1, - sym_path, - STATE(7048), 1, - sym_cell_path, - ACTIONS(2001), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191815] = 8, + [191730] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2007), 1, - sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(5718), 1, anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5462), 1, + STATE(5449), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(7049), 1, - sym_cell_path, - ACTIONS(2005), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191841] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2011), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, + STATE(5742), 1, aux_sym_cell_path_repeat1, - STATE(5463), 1, - sym_comment, - STATE(5562), 1, + STATE(6483), 1, sym_path, - STATE(7053), 1, + STATE(7062), 1, sym_cell_path, - ACTIONS(2009), 2, + ACTIONS(1925), 3, anon_sym_RBRACK, - anon_sym_RBRACE, - [191867] = 9, + sym__entry_separator, + sym__table_head_separator, + [191754] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(9557), 1, - anon_sym_alias, - ACTIONS(9559), 1, - anon_sym_const, - ACTIONS(9561), 1, - anon_sym_def, - ACTIONS(9563), 1, - anon_sym_extern, - ACTIONS(9565), 1, - anon_sym_module, - ACTIONS(9567), 1, - anon_sym_use, - STATE(5464), 1, + ACTIONS(1957), 1, + anon_sym_DASH2, + STATE(5450), 1, sym_comment, - [191895] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8057), 1, + ACTIONS(1959), 6, sym__newline, - ACTIONS(8059), 1, - sym__space, - ACTIONS(8061), 1, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, - ACTIONS(8063), 1, - anon_sym_DASH2, - STATE(5465), 1, - sym_comment, - STATE(5540), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(7264), 2, - sym_short_flag, - sym_long_flag, - [191921] = 4, + anon_sym_RBRACE, + anon_sym_as, + [191772] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2485), 1, + ACTIONS(2447), 1, anon_sym_DASH2, - STATE(5466), 1, + STATE(5451), 1, sym_comment, - ACTIONS(2487), 6, + ACTIONS(2449), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [191939] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2015), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5467), 1, - sym_comment, - STATE(5562), 1, - sym_path, - STATE(7094), 1, - sym_cell_path, - ACTIONS(2013), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [191965] = 8, - ACTIONS(3), 1, + [191790] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2019), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5468), 1, + ACTIONS(2451), 1, + anon_sym_DASH2, + STATE(5452), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(7098), 1, - sym_cell_path, - ACTIONS(2017), 2, - anon_sym_RBRACK, + ACTIONS(2453), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - [191991] = 8, + anon_sym_as, + [191808] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2023), 1, + ACTIONS(1999), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5469), 1, + STATE(5453), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(7101), 1, + STATE(6682), 1, sym_cell_path, - ACTIONS(2021), 2, + ACTIONS(1997), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [192017] = 8, + [191834] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2027), 1, + ACTIONS(1987), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5470), 1, + STATE(5454), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(7107), 1, + STATE(6645), 1, sym_cell_path, - ACTIONS(2025), 2, + ACTIONS(1985), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [192043] = 8, + [191860] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2031), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5471), 1, - sym_comment, - STATE(5562), 1, - sym_path, - STATE(7146), 1, - sym_cell_path, - ACTIONS(2029), 2, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1786), 1, anon_sym_RBRACK, - anon_sym_RBRACE, - [192069] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9209), 1, - sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5472), 1, - sym_comment, - ACTIONS(9205), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192091] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(1794), 1, sym__entry_separator, - ACTIONS(9145), 1, - sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5473), 1, - sym_comment, - ACTIONS(9139), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192113] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2315), 1, - anon_sym_DASH2, - ACTIONS(9569), 1, - anon_sym_LBRACK2, - STATE(5474), 1, - sym_comment, - ACTIONS(2319), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [192133] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5475), 1, - sym_comment, - ACTIONS(1727), 3, - anon_sym_RBRACE, + ACTIONS(9573), 1, anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 4, - anon_sym_LPAREN2, + STATE(5455), 1, + sym_comment, + ACTIONS(9575), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [192151] = 8, + [191886] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1959), 1, + ACTIONS(2019), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5476), 1, + STATE(5456), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6813), 1, + STATE(6971), 1, sym_cell_path, - ACTIONS(1957), 2, + ACTIONS(2017), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [192177] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(984), 1, - anon_sym_DASH2, - STATE(5477), 1, - sym_comment, - ACTIONS(986), 6, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT2, - [192195] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9571), 1, - anon_sym_DASH_DASH, - ACTIONS(9574), 1, - anon_sym_DASH2, - ACTIONS(8905), 2, - anon_sym_DOLLAR, - anon_sym_LBRACE, - STATE(5478), 2, - sym_comment, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [192217] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(980), 1, - anon_sym_DASH2, - STATE(5479), 1, - sym_comment, - ACTIONS(982), 6, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - anon_sym_DOT2, - [192235] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9161), 1, - sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5480), 1, - sym_comment, - ACTIONS(9157), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192257] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9167), 1, - sym_raw_string_begin, - STATE(5408), 1, - aux_sym__multiple_types_repeat1, - STATE(5481), 1, - sym_comment, - ACTIONS(9163), 4, - sym_identifier, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [192279] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5482), 1, - sym_comment, - ACTIONS(9577), 7, - anon_sym_EQ, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - [192295] = 4, + [191912] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(1981), 1, anon_sym_DASH2, - STATE(5483), 1, + STATE(5457), 1, sym_comment, - ACTIONS(1665), 6, + ACTIONS(1983), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192313] = 4, + [191930] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2334), 1, + ACTIONS(1985), 1, anon_sym_DASH2, - STATE(5484), 1, + STATE(5458), 1, sym_comment, - ACTIONS(2336), 6, + ACTIONS(1987), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192331] = 4, + [191948] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2338), 1, + ACTIONS(5060), 1, anon_sym_DASH2, - STATE(5485), 1, + STATE(5459), 1, sym_comment, - ACTIONS(2340), 6, + ACTIONS(5058), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192349] = 4, + [191966] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(5486), 1, - sym_comment, - ACTIONS(1599), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1601), 5, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [192367] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2338), 1, - anon_sym_DASH2, - STATE(5487), 1, + ACTIONS(9577), 1, + anon_sym_DOT2, + STATE(3770), 1, + sym_cell_path, + STATE(4013), 1, + aux_sym_cell_path_repeat1, + STATE(4101), 1, + sym_path, + STATE(5460), 1, sym_comment, - ACTIONS(2340), 6, + ACTIONS(937), 3, + anon_sym_EQ, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [192385] = 4, + anon_sym_COLON, + [191990] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2342), 1, + ACTIONS(980), 1, anon_sym_DASH2, - STATE(5488), 1, + STATE(5461), 1, sym_comment, - ACTIONS(2344), 6, + ACTIONS(982), 6, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_as, - [192403] = 4, + anon_sym_DOT2, + [192008] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2346), 1, + ACTIONS(5014), 1, anon_sym_DASH2, - STATE(5489), 1, + STATE(5462), 1, sym_comment, - ACTIONS(2348), 6, + ACTIONS(5012), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192421] = 4, + [192026] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2350), 1, + ACTIONS(2505), 1, anon_sym_DASH2, - STATE(5490), 1, + STATE(5463), 1, sym_comment, - ACTIONS(2352), 6, + ACTIONS(2507), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192439] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5491), 1, - sym_comment, - ACTIONS(9579), 7, - anon_sym_EQ, - sym__newline, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_in2, - anon_sym_RBRACE, - [192455] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(8355), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8357), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(9581), 1, - anon_sym_DOT, - STATE(5492), 1, - sym_comment, - STATE(6386), 1, - sym__immediate_decimal, - ACTIONS(8353), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - [192481] = 4, + [192044] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2354), 1, + ACTIONS(1997), 1, anon_sym_DASH2, - STATE(5493), 1, + STATE(5464), 1, sym_comment, - ACTIONS(2356), 6, + ACTIONS(1999), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192499] = 4, + [192062] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2358), 1, + ACTIONS(2459), 1, anon_sym_DASH2, - STATE(5494), 1, + STATE(5465), 1, sym_comment, - ACTIONS(2360), 6, + ACTIONS(2461), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192517] = 4, + [192080] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2362), 1, + ACTIONS(2463), 1, anon_sym_DASH2, - STATE(5495), 1, + STATE(5466), 1, sym_comment, - ACTIONS(2364), 6, + ACTIONS(2465), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192535] = 4, + [192098] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5496), 1, + STATE(5467), 1, sym_comment, - ACTIONS(1771), 3, + ACTIONS(1861), 3, anon_sym_RBRACE, anon_sym_DOT_DOT2, aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 4, + ACTIONS(1863), 4, anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [192553] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2366), 1, - anon_sym_DASH2, - STATE(5497), 1, - sym_comment, - ACTIONS(2368), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [192571] = 4, + [192116] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2370), 1, + ACTIONS(2001), 1, anon_sym_DASH2, - STATE(5498), 1, + STATE(5468), 1, sym_comment, - ACTIONS(2372), 6, + ACTIONS(2003), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192589] = 4, + [192134] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1004), 1, + ACTIONS(5044), 1, anon_sym_DASH2, - STATE(5499), 1, + STATE(5469), 1, sym_comment, - ACTIONS(1000), 6, + ACTIONS(5042), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192607] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5500), 1, - sym_comment, - ACTIONS(1786), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1788), 4, - anon_sym_LPAREN2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [192625] = 4, + [192152] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1977), 1, + ACTIONS(4918), 1, anon_sym_DASH2, - STATE(5501), 1, - sym_comment, - ACTIONS(1979), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [192643] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9251), 1, - aux_sym__immediate_decimal_token2, - STATE(5502), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [192663] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5680), 1, - anon_sym_DOT2, - STATE(5503), 1, - sym_comment, - STATE(5762), 1, - aux_sym_cell_path_repeat1, - STATE(6534), 1, - sym_path, - STATE(7043), 1, - sym_cell_path, - ACTIONS(1949), 3, - anon_sym_RBRACK, - sym__entry_separator, - sym__table_head_separator, - [192687] = 4, + ACTIONS(9579), 1, + anon_sym_EQ2, + STATE(5470), 1, + sym_comment, + ACTIONS(4916), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [192172] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2374), 1, + ACTIONS(1933), 1, anon_sym_DASH2, - STATE(5504), 1, + STATE(5471), 1, sym_comment, - ACTIONS(2376), 6, + ACTIONS(1935), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192705] = 4, + [192190] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2378), 1, + ACTIONS(2009), 1, anon_sym_DASH2, - STATE(5505), 1, + STATE(5472), 1, sym_comment, - ACTIONS(2380), 6, + ACTIONS(2011), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192723] = 4, + [192208] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1989), 1, + ACTIONS(2467), 1, anon_sym_DASH2, - STATE(5506), 1, + STATE(5473), 1, sym_comment, - ACTIONS(1991), 6, + ACTIONS(2469), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192741] = 4, + [192226] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1997), 1, + ACTIONS(2471), 1, anon_sym_DASH2, - STATE(5507), 1, + STATE(5474), 1, sym_comment, - ACTIONS(1999), 6, + ACTIONS(2473), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192759] = 4, + [192244] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2001), 1, + ACTIONS(2337), 1, anon_sym_DASH2, - STATE(5508), 1, + STATE(5475), 1, sym_comment, - ACTIONS(2003), 6, + ACTIONS(2339), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192777] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1819), 1, - anon_sym_RBRACK, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, - sym__entry_separator, - ACTIONS(9583), 1, - anon_sym_DOT_DOT2, - STATE(5509), 1, - sym_comment, - ACTIONS(9585), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [192803] = 4, + [192262] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2382), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - STATE(5510), 1, + STATE(5476), 1, sym_comment, - ACTIONS(2384), 6, + ACTIONS(2091), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192821] = 5, - ACTIONS(251), 1, + [192280] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9587), 1, - aux_sym__immediate_decimal_token2, - STATE(5511), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9186), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5477), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [192841] = 4, + ACTIONS(9182), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192302] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, + ACTIONS(5020), 1, anon_sym_DASH2, - STATE(5512), 1, + STATE(5478), 1, sym_comment, - ACTIONS(2015), 6, + ACTIONS(5018), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192859] = 8, + [192320] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1931), 1, + ACTIONS(1959), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5513), 1, + STATE(5479), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6968), 1, + STATE(7029), 1, sym_cell_path, - ACTIONS(1929), 2, + ACTIONS(1957), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [192885] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2386), 1, - anon_sym_DASH2, - STATE(5514), 1, - sym_comment, - ACTIONS(2388), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_as, - [192903] = 4, + [192346] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2390), 1, + ACTIONS(2475), 1, anon_sym_DASH2, - STATE(5515), 1, + STATE(5480), 1, sym_comment, - ACTIONS(2392), 6, + ACTIONS(2477), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192921] = 4, + [192364] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, + ACTIONS(2479), 1, anon_sym_DASH2, - STATE(5516), 1, + STATE(5481), 1, sym_comment, - ACTIONS(2019), 6, + ACTIONS(2481), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192939] = 7, - ACTIONS(251), 1, + [192382] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9589), 1, + ACTIONS(1963), 1, + sym__entry_separator, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(3768), 1, - sym_cell_path, - STATE(4012), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(4054), 1, + STATE(5482), 1, + sym_comment, + STATE(5546), 1, sym_path, - STATE(5517), 1, + STATE(7030), 1, + sym_cell_path, + ACTIONS(1961), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [192408] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9192), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5483), 1, sym_comment, - ACTIONS(937), 3, - anon_sym_EQ, - sym__newline, - anon_sym_COLON, - [192963] = 4, + ACTIONS(9188), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192430] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(5048), 1, anon_sym_DASH2, - STATE(5518), 1, + STATE(5484), 1, sym_comment, - ACTIONS(2027), 6, + ACTIONS(5046), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192981] = 4, + [192448] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(5024), 1, anon_sym_DASH2, - STATE(5519), 1, + STATE(5485), 1, sym_comment, - ACTIONS(2396), 6, + ACTIONS(5022), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [192999] = 4, - ACTIONS(251), 1, + [192466] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2398), 1, - anon_sym_DASH2, - STATE(5520), 1, + ACTIONS(1947), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5486), 1, sym_comment, - ACTIONS(2400), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_DASH, + STATE(5546), 1, + sym_path, + STATE(7192), 1, + sym_cell_path, + ACTIONS(1945), 2, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_as, - [193017] = 4, + [192492] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5487), 1, + sym_comment, + ACTIONS(1595), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1597), 5, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [192510] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, + ACTIONS(2403), 1, anon_sym_DASH2, - STATE(5521), 1, + STATE(5488), 1, sym_comment, - ACTIONS(2031), 6, + ACTIONS(2405), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193035] = 4, + [192528] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1865), 1, + anon_sym_RBRACE, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1873), 1, + sym__entry_separator, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(9581), 1, + anon_sym_DOT_DOT2, + STATE(5489), 1, + sym_comment, + ACTIONS(9583), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [192554] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1967), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5490), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(7040), 1, + sym_cell_path, + ACTIONS(1965), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [192580] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2095), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5491), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(6702), 1, + sym_cell_path, + ACTIONS(2093), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [192606] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2402), 1, - anon_sym_DASH2, - STATE(5522), 1, + STATE(5492), 1, sym_comment, - ACTIONS(2404), 6, + ACTIONS(9585), 7, + anon_sym_EQ, sym__newline, anon_sym_SEMI, + anon_sym_COLON, anon_sym_RPAREN, - anon_sym_DASH_DASH, + anon_sym_in2, anon_sym_RBRACE, - anon_sym_as, - [193053] = 8, + [192622] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(1786), 1, anon_sym_RBRACE, - ACTIONS(1665), 1, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(1794), 1, sym__entry_separator, - ACTIONS(9591), 1, + ACTIONS(9587), 1, anon_sym_DOT_DOT2, - ACTIONS(9595), 1, - sym_filesize_unit, - ACTIONS(9597), 1, - sym_duration_unit, - STATE(5523), 1, + STATE(5493), 1, sym_comment, - ACTIONS(9593), 2, + ACTIONS(9589), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193079] = 4, + [192648] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(5524), 1, + ACTIONS(2023), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5494), 1, sym_comment, - ACTIONS(2263), 3, - ts_builtin_sym_end, + STATE(5546), 1, + sym_path, + STATE(6973), 1, + sym_cell_path, + ACTIONS(2021), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [192674] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5495), 1, + sym_comment, + ACTIONS(1861), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1863), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [192692] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5496), 1, + sym_comment, + ACTIONS(1587), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1589), 5, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym_filesize_unit, + sym_duration_unit, + [192710] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2345), 1, + anon_sym_DASH2, + STATE(5497), 1, + sym_comment, + ACTIONS(2347), 6, sym__newline, anon_sym_SEMI, - ACTIONS(2261), 4, + anon_sym_RPAREN, anon_sym_DASH_DASH, - anon_sym_DASH2, + anon_sym_RBRACE, anon_sym_as, - aux_sym_unquoted_token4, - [193097] = 4, + [192728] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2406), 1, + ACTIONS(2349), 1, anon_sym_DASH2, - STATE(5525), 1, + STATE(5498), 1, sym_comment, - ACTIONS(2408), 6, + ACTIONS(2351), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193115] = 4, + [192746] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9601), 1, + ACTIONS(2353), 1, anon_sym_DASH2, - STATE(5526), 1, + STATE(5499), 1, sym_comment, - ACTIONS(9599), 6, + ACTIONS(2355), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193133] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9603), 1, - anon_sym_DOT, - ACTIONS(9605), 1, - aux_sym__immediate_decimal_token2, - STATE(5527), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 3, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [193155] = 8, + [192764] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2035), 1, + ACTIONS(1995), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5528), 1, + STATE(5500), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(7190), 1, + STATE(6653), 1, sym_cell_path, - ACTIONS(2033), 2, + ACTIONS(1993), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193181] = 4, - ACTIONS(251), 1, + [192790] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5529), 1, + STATE(5501), 1, sym_comment, - ACTIONS(1623), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1625), 5, - anon_sym_LBRACE, + ACTIONS(986), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym_filesize_unit, - sym_duration_unit, - [193199] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1935), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(984), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5530), 1, + [192808] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5502), 1, sym_comment, - STATE(5562), 1, - sym_path, - STATE(6970), 1, - sym_cell_path, - ACTIONS(1933), 2, + ACTIONS(982), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + ACTIONS(980), 4, anon_sym_RBRACK, anon_sym_RBRACE, - [193225] = 4, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [192826] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9607), 1, + ACTIONS(9591), 1, sym__newline, - STATE(5531), 2, + STATE(5503), 2, sym_comment, aux_sym_shebang_repeat1, - ACTIONS(1264), 5, + ACTIONS(1276), 5, sym_raw_string_begin, sym_identifier, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [193243] = 4, + [192844] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5532), 1, + ACTIONS(2369), 1, + anon_sym_DASH2, + STATE(5504), 1, sym_comment, - ACTIONS(1786), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [193261] = 5, + ACTIONS(2371), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [192862] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2239), 1, + ACTIONS(2235), 1, aux_sym_unquoted_token4, - STATE(5533), 1, + STATE(5505), 1, sym_comment, - ACTIONS(1000), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - ACTIONS(1004), 3, + ACTIONS(2229), 3, anon_sym_DASH_DASH, anon_sym_DASH2, anon_sym_as, - [193281] = 5, + ACTIONS(2233), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [192882] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9174), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5506), 1, + sym_comment, + ACTIONS(9168), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192904] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9180), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5507), 1, + sym_comment, + ACTIONS(9176), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [192926] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4989), 1, + ACTIONS(5030), 1, anon_sym_DASH2, - ACTIONS(9610), 1, - anon_sym_EQ2, - STATE(5534), 1, + STATE(5508), 1, sym_comment, - ACTIONS(4987), 5, - ts_builtin_sym_end, + ACTIONS(5028), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - [193301] = 5, + [192944] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(5034), 1, anon_sym_DASH2, - ACTIONS(8470), 1, - aux_sym_unquoted_token2, - STATE(5535), 1, + STATE(5509), 1, sym_comment, - ACTIONS(1665), 5, - ts_builtin_sym_end, + ACTIONS(5032), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - [193321] = 8, + [192962] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1939), 1, + ACTIONS(1991), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5536), 1, + STATE(5510), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6756), 1, + STATE(6650), 1, sym_cell_path, - ACTIONS(1937), 2, + ACTIONS(1989), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [192988] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5511), 1, + sym_comment, + ACTIONS(9594), 7, + anon_sym_EQ, + sym__newline, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_in2, + anon_sym_RBRACE, + [193004] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1951), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5512), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(6952), 1, + sym_cell_path, + ACTIONS(1949), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193347] = 9, + [193030] = 9, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, + ACTIONS(3424), 1, anon_sym_COLON2, - ACTIONS(9557), 1, + ACTIONS(9596), 1, anon_sym_alias, - ACTIONS(9559), 1, + ACTIONS(9598), 1, anon_sym_const, - ACTIONS(9561), 1, + ACTIONS(9600), 1, anon_sym_def, - ACTIONS(9563), 1, + ACTIONS(9602), 1, anon_sym_extern, - ACTIONS(9565), 1, + ACTIONS(9604), 1, anon_sym_module, - ACTIONS(9567), 1, + ACTIONS(9606), 1, anon_sym_use, - STATE(5537), 1, + STATE(5513), 1, sym_comment, - [193375] = 8, + [193058] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1794), 1, + ACTIONS(2027), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5514), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(6918), 1, + sym_cell_path, + ACTIONS(2025), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [193084] = 9, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(9596), 1, + anon_sym_alias, + ACTIONS(9598), 1, + anon_sym_const, + ACTIONS(9600), 1, + anon_sym_def, + ACTIONS(9602), 1, + anon_sym_extern, + ACTIONS(9604), 1, + anon_sym_module, + ACTIONS(9606), 1, + anon_sym_use, + STATE(5515), 1, + sym_comment, + [193112] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1865), 1, anon_sym_RBRACK, - ACTIONS(1796), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(1802), 1, + ACTIONS(1873), 1, sym__entry_separator, - ACTIONS(1804), 1, + ACTIONS(1875), 1, aux_sym__unquoted_in_list_token2, - ACTIONS(9612), 1, + ACTIONS(9608), 1, anon_sym_DOT_DOT2, - STATE(5538), 1, + STATE(5516), 1, sym_comment, - ACTIONS(9614), 2, + ACTIONS(9610), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193401] = 8, + [193138] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1665), 1, - anon_sym_LBRACE, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, + ACTIONS(9612), 1, + sym_identifier, + ACTIONS(9614), 1, + anon_sym_DASH_DASH, ACTIONS(9616), 1, - sym_filesize_unit, - ACTIONS(9618), 1, - sym_duration_unit, - STATE(5539), 1, + anon_sym_DASH2, + STATE(5517), 1, sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [193427] = 5, + STATE(5528), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193164] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1939), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5518), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(6749), 1, + sym_cell_path, + ACTIONS(1937), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [193190] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9620), 1, + ACTIONS(9618), 1, sym__newline, - ACTIONS(9623), 1, + ACTIONS(9621), 1, sym__space, - STATE(5540), 2, + STATE(5519), 2, sym_comment, aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(3488), 4, + ACTIONS(3496), 4, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH2, anon_sym_LBRACE, - [193447] = 8, + [193210] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9624), 1, + anon_sym_DASH_DASH, + ACTIONS(9626), 1, + anon_sym_DASH2, + ACTIONS(9628), 1, + anon_sym_LBRACE, + STATE(5520), 1, + sym_comment, + STATE(6537), 1, + sym_val_record, + STATE(7327), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193236] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(1819), 1, - anon_sym_RBRACE, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9626), 1, + ACTIONS(9200), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5521), 1, + sym_comment, + ACTIONS(9196), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [193258] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5522), 1, + sym_comment, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, - STATE(5541), 1, + aux_sym_unquoted_token2, + ACTIONS(1767), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [193276] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(5523), 1, + sym_comment, + ACTIONS(1000), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + ACTIONS(1004), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + [193296] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9210), 1, + sym_raw_string_begin, + STATE(5427), 1, + aux_sym__multiple_types_repeat1, + STATE(5524), 1, + sym_comment, + ACTIONS(9206), 4, + sym_identifier, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [193318] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9630), 1, + aux_sym__immediate_decimal_token2, + STATE(5525), 1, sym_comment, - ACTIONS(9628), 2, + ACTIONS(1765), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1767), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193473] = 4, + [193338] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2003), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5526), 1, + sym_comment, + STATE(5546), 1, + sym_path, + STATE(6684), 1, + sym_cell_path, + ACTIONS(2001), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [193364] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(9614), 1, + anon_sym_DASH_DASH, + ACTIONS(9616), 1, anon_sym_DASH2, - STATE(5542), 1, + ACTIONS(9632), 1, + sym_identifier, + STATE(5527), 1, sym_comment, - ACTIONS(5074), 6, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + STATE(5547), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193390] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9614), 1, anon_sym_DASH_DASH, + ACTIONS(9616), 1, + anon_sym_DASH2, + ACTIONS(9634), 1, + sym_identifier, + STATE(5528), 1, + sym_comment, + STATE(5533), 1, + aux_sym_ctrl_do_repeat1, + STATE(5967), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193416] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1681), 1, anon_sym_RBRACE, - anon_sym_as, - [193491] = 8, + ACTIONS(1693), 1, + sym__entry_separator, + ACTIONS(9636), 1, + anon_sym_DOT_DOT2, + ACTIONS(9640), 1, + sym_filesize_unit, + ACTIONS(9642), 1, + sym_duration_unit, + STATE(5529), 1, + sym_comment, + ACTIONS(9638), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [193442] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1971), 1, + ACTIONS(2007), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5543), 1, + STATE(5530), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6817), 1, + STATE(6688), 1, sym_cell_path, - ACTIONS(1969), 2, + ACTIONS(2005), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193517] = 8, + [193468] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1681), 1, + anon_sym_DASH2, + STATE(5531), 1, + sym_comment, + ACTIONS(1693), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [193486] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1975), 1, + ACTIONS(2011), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5544), 1, + STATE(5532), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6835), 1, + STATE(6692), 1, sym_cell_path, - ACTIONS(1973), 2, + ACTIONS(2009), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193543] = 4, + [193512] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5080), 1, + ACTIONS(8633), 1, + sym_identifier, + ACTIONS(9644), 1, + anon_sym_DASH_DASH, + ACTIONS(9647), 1, anon_sym_DASH2, - STATE(5545), 1, + STATE(5967), 1, + sym__flag, + STATE(5533), 2, + sym_comment, + aux_sym_ctrl_do_repeat1, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193536] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4932), 1, + anon_sym_DASH2, + STATE(5534), 1, sym_comment, - ACTIONS(5078), 6, + ACTIONS(4930), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193561] = 4, + [193554] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(5546), 1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(9650), 1, + anon_sym_DOT_DOT2, + STATE(5535), 1, sym_comment, - ACTIONS(1709), 2, + ACTIONS(9652), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(1873), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [193576] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5536), 1, + sym_comment, + ACTIONS(1733), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1711), 5, + ACTIONS(1735), 5, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym_filesize_unit, sym_duration_unit, - [193579] = 4, + [193594] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5547), 1, + STATE(5537), 1, sym_comment, - ACTIONS(2479), 2, - sym_raw_string_begin, + ACTIONS(1765), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 4, + anon_sym_LPAREN2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - ACTIONS(2477), 5, - sym_identifier, - anon_sym_GT2, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [193597] = 5, + [193612] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4967), 1, + ACTIONS(2407), 1, anon_sym_DASH2, - ACTIONS(9630), 1, - anon_sym_EQ2, - STATE(5548), 1, + STATE(5538), 1, sym_comment, - ACTIONS(4965), 5, - ts_builtin_sym_end, + ACTIONS(2409), 6, sym__newline, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_as, - [193617] = 7, + [193630] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4811), 1, - anon_sym_DOT2, - STATE(1402), 1, - aux_sym_cell_path_repeat1, - STATE(1510), 1, - sym_path, - STATE(5549), 1, + ACTIONS(988), 1, + anon_sym_DASH2, + STATE(5539), 1, sym_comment, - STATE(6838), 1, - sym_cell_path, - ACTIONS(5837), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [193641] = 8, + ACTIONS(990), 6, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + anon_sym_DOT2, + [193648] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1967), 1, + ACTIONS(1971), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5550), 1, + STATE(5540), 1, sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(6922), 1, + STATE(7044), 1, sym_cell_path, - ACTIONS(1965), 2, + ACTIONS(1969), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193667] = 4, + [193674] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5551), 1, + STATE(5541), 1, sym_comment, - ACTIONS(1735), 3, + ACTIONS(2485), 2, + sym_raw_string_begin, + sym__entry_separator, + ACTIONS(2483), 5, + sym_identifier, + anon_sym_GT2, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [193692] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5542), 1, + sym_comment, + ACTIONS(2267), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + ACTIONS(2265), 4, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + aux_sym_unquoted_token4, + [193710] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4936), 1, + anon_sym_DASH2, + ACTIONS(9654), 1, + anon_sym_EQ2, + STATE(5543), 1, + sym_comment, + ACTIONS(4934), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [193730] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9624), 1, + anon_sym_DASH_DASH, + ACTIONS(9626), 1, + anon_sym_DASH2, + ACTIONS(9656), 1, + anon_sym_LBRACE, + STATE(5544), 1, + sym_comment, + STATE(7126), 1, + sym_val_record, + STATE(7364), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193756] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2411), 1, + anon_sym_DASH2, + STATE(5545), 1, + sym_comment, + ACTIONS(2413), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 4, - anon_sym_LPAREN2, + anon_sym_as, + [193774] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5546), 1, + sym_comment, + ACTIONS(990), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [193685] = 4, + ACTIONS(988), 4, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + anon_sym_DOT2, + [193792] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5027), 1, + ACTIONS(9614), 1, + anon_sym_DASH_DASH, + ACTIONS(9616), 1, anon_sym_DASH2, - STATE(5552), 1, + ACTIONS(9658), 1, + sym_identifier, + STATE(5533), 1, + aux_sym_ctrl_do_repeat1, + STATE(5547), 1, + sym_comment, + STATE(5967), 1, + sym__flag, + STATE(5970), 2, + sym_short_flag, + sym_long_flag, + [193818] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2411), 1, + anon_sym_DASH2, + STATE(5548), 1, + sym_comment, + ACTIONS(2413), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [193836] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2415), 1, + anon_sym_DASH2, + STATE(5549), 1, sym_comment, - ACTIONS(5025), 6, + ACTIONS(2417), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193703] = 7, + [193854] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4811), 1, + ACTIONS(1004), 1, + anon_sym_DASH2, + STATE(5550), 1, + sym_comment, + ACTIONS(1000), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [193872] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5718), 1, anon_sym_DOT2, - STATE(1402), 1, + STATE(5551), 1, + sym_comment, + STATE(5742), 1, aux_sym_cell_path_repeat1, - STATE(1510), 1, + STATE(6483), 1, sym_path, - STATE(5553), 1, + STATE(7021), 1, + sym_cell_path, + ACTIONS(1937), 3, + anon_sym_RBRACK, + sym__entry_separator, + sym__table_head_separator, + [193896] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4807), 1, + anon_sym_DOT2, + STATE(1414), 1, + aux_sym_cell_path_repeat1, + STATE(1497), 1, + sym_path, + STATE(5552), 1, sym_comment, - STATE(6779), 1, + STATE(7152), 1, sym_cell_path, - ACTIONS(5816), 3, + ACTIONS(5779), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [193727] = 4, + [193920] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9662), 1, + anon_sym_DASH2, + STATE(5553), 1, + sym_comment, + ACTIONS(9660), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [193938] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5031), 1, + ACTIONS(2419), 1, anon_sym_DASH2, STATE(5554), 1, sym_comment, - ACTIONS(5029), 6, + ACTIONS(2421), 6, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_DASH_DASH, anon_sym_RBRACE, anon_sym_as, - [193745] = 8, + [193956] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(2423), 1, + anon_sym_DASH2, + STATE(5555), 1, + sym_comment, + ACTIONS(2425), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [193974] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(5556), 1, + sym_comment, + ACTIONS(2237), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + ACTIONS(2241), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [193994] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1693), 1, anon_sym_LBRACE, - ACTIONS(4773), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token2, - ACTIONS(9616), 1, + ACTIONS(9565), 1, sym_filesize_unit, - ACTIONS(9618), 1, + ACTIONS(9567), 1, sym_duration_unit, - ACTIONS(9632), 1, + ACTIONS(9664), 1, anon_sym_DOT_DOT2, - STATE(5555), 1, + STATE(5557), 1, sym_comment, - ACTIONS(9634), 2, + ACTIONS(9666), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193771] = 6, + [194020] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9636), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(8363), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8365), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(9668), 1, + anon_sym_DOT, + STATE(5558), 1, + sym_comment, + STATE(6251), 1, + sym__immediate_decimal, + ACTIONS(8361), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + [194046] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2318), 1, + anon_sym_DASH2, + ACTIONS(9670), 1, + anon_sym_LBRACK2, + STATE(5559), 1, + sym_comment, + ACTIONS(2322), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, anon_sym_DASH_DASH, - ACTIONS(9639), 1, + anon_sym_as, + [194066] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2427), 1, anon_sym_DASH2, - ACTIONS(8905), 2, - sym_identifier, - anon_sym_DOLLAR, - STATE(5556), 2, + STATE(5560), 1, sym_comment, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [193793] = 6, + ACTIONS(2429), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [194084] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - ACTIONS(9642), 1, + ACTIONS(9672), 1, anon_sym_DOT_DOT2, - STATE(5557), 1, + STATE(5561), 1, sym_comment, - ACTIONS(9644), 2, + ACTIONS(9674), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(1827), 3, + ACTIONS(1794), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [193815] = 4, + [194106] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(5558), 1, + ACTIONS(1681), 1, + anon_sym_DASH2, + ACTIONS(8478), 1, + aux_sym_unquoted_token2, + STATE(5562), 1, + sym_comment, + ACTIONS(1693), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [194126] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5563), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1725), 3, + anon_sym_RBRACE, anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 5, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 4, + anon_sym_LPAREN2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193833] = 8, + sym__entry_separator, + [194144] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1947), 1, + ACTIONS(1975), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5559), 1, - sym_comment, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(7186), 1, + STATE(5564), 1, + sym_comment, + STATE(7200), 1, sym_cell_path, - ACTIONS(1945), 2, + ACTIONS(1973), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [193859] = 6, - ACTIONS(251), 1, + [194170] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9646), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9648), 1, - aux_sym__immediate_decimal_token2, - STATE(5560), 1, + ACTIONS(1935), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5565), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 3, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [193881] = 4, + STATE(6738), 1, + sym_cell_path, + ACTIONS(1933), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [194196] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5561), 1, + STATE(5566), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 5, + ACTIONS(1727), 5, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193899] = 4, + [194214] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(5562), 1, - sym_comment, - ACTIONS(990), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + ACTIONS(1927), 1, sym__entry_separator, - ACTIONS(988), 4, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5567), 1, + sym_comment, + STATE(7117), 1, + sym_cell_path, + ACTIONS(1925), 2, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - anon_sym_DOT2, - [193917] = 6, - ACTIONS(251), 1, + [194240] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(9650), 1, - anon_sym_DOT_DOT2, - STATE(5563), 1, + ACTIONS(1979), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5568), 1, sym_comment, - ACTIONS(1802), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(9652), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [193938] = 7, + STATE(7203), 1, + sym_cell_path, + ACTIONS(1977), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [194266] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(8624), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, - aux_sym__immediate_decimal_token5, - STATE(5564), 1, - sym_comment, - STATE(7556), 1, - sym__immediate_decimal, - ACTIONS(8622), 2, + ACTIONS(9676), 1, aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - [193961] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9654), 1, + ACTIONS(9678), 1, aux_sym__immediate_decimal_token2, - STATE(5565), 1, + STATE(5569), 1, sym_comment, - ACTIONS(1771), 2, + ACTIONS(1757), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 3, + ACTIONS(1759), 3, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [193980] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9561), 1, - anon_sym_def, - ACTIONS(9563), 1, - anon_sym_extern, - ACTIONS(9565), 1, - anon_sym_module, - ACTIONS(9567), 1, - anon_sym_use, - ACTIONS(9656), 1, - anon_sym_alias, - ACTIONS(9658), 1, - anon_sym_const, - STATE(5566), 1, - sym_comment, - [194005] = 8, + [194288] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(9660), 1, - aux_sym_unquoted_token3, - STATE(5567), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(5570), 1, sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [194030] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(2245), 3, + anon_sym_DASH_DASH, + anon_sym_DASH2, + anon_sym_as, + ACTIONS(2247), 3, + ts_builtin_sym_end, sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4810), 1, - sym__blosure, - STATE(5568), 1, - sym_comment, - [194055] = 8, + anon_sym_SEMI, + [194308] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4810), 1, - sym__blosure, - STATE(5569), 1, - sym_comment, - STATE(5654), 1, - aux_sym_shebang_repeat1, - [194080] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token3, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5570), 1, - sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [194105] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token3, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, + ACTIONS(4989), 1, + anon_sym_DASH2, STATE(5571), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [194130] = 8, + ACTIONS(4987), 6, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_as, + [194326] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4811), 1, - sym__blosure, STATE(5572), 1, sym_comment, - STATE(5666), 1, - aux_sym_shebang_repeat1, - [194155] = 8, + ACTIONS(1757), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 5, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [194344] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(9660), 1, - aux_sym_unquoted_token3, + ACTIONS(1983), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, STATE(5573), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [194180] = 4, + STATE(6643), 1, + sym_cell_path, + ACTIONS(1981), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [194370] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, - anon_sym_DASH2, + ACTIONS(9304), 1, + aux_sym__immediate_decimal_token2, STATE(5574), 1, sym_comment, - ACTIONS(1959), 5, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - sym__table_head_separator, - [194197] = 4, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [194390] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2263), 1, - anon_sym_LBRACE, + ACTIONS(3532), 1, + sym__space, STATE(5575), 1, sym_comment, - ACTIONS(2261), 5, - sym_identifier, + ACTIONS(1853), 5, + sym__newline, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH2, - aux_sym_unquoted_token4, - [194214] = 4, + anon_sym_LBRACE, + [194407] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(5060), 1, anon_sym_DASH2, STATE(5576), 1, sym_comment, - ACTIONS(1665), 5, + ACTIONS(5058), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194231] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9664), 1, - anon_sym_DOT, - ACTIONS(9666), 1, - aux_sym__immediate_decimal_token2, - STATE(5577), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [194252] = 6, + [194424] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, - STATE(5578), 1, + ACTIONS(2349), 1, + anon_sym_DASH2, + STATE(5577), 1, sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(9668), 2, - sym_filesize_unit, - sym_duration_unit, - [194273] = 4, + ACTIONS(2351), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [194441] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2334), 1, + ACTIONS(2353), 1, anon_sym_DASH2, - STATE(5579), 1, + STATE(5578), 1, sym_comment, - ACTIONS(2336), 5, + ACTIONS(2355), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194290] = 4, + [194458] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2338), 1, + ACTIONS(2431), 1, anon_sym_DASH2, - STATE(5580), 1, + STATE(5579), 1, sym_comment, - ACTIONS(2340), 5, + ACTIONS(2433), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194307] = 4, + [194475] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9682), 1, + anon_sym_RBRACK, + STATE(5580), 1, + sym_comment, + STATE(6036), 1, + aux_sym_shebang_repeat1, + STATE(6721), 1, + sym_val_list, + STATE(7114), 1, + aux_sym_val_table_repeat1, + [194500] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2338), 1, + ACTIONS(2479), 1, anon_sym_DASH2, STATE(5581), 1, sym_comment, - ACTIONS(2340), 5, + ACTIONS(2481), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194324] = 4, + [194517] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5039), 1, + ACTIONS(1973), 1, anon_sym_DASH2, STATE(5582), 1, sym_comment, - ACTIONS(5037), 5, + ACTIONS(1975), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194341] = 4, + [194534] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2342), 1, + ACTIONS(2435), 1, anon_sym_DASH2, STATE(5583), 1, sym_comment, - ACTIONS(2344), 5, + ACTIONS(2437), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194358] = 8, + [194551] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9684), 1, + anon_sym_DOT_DOT2, + STATE(5584), 1, + sym_comment, + ACTIONS(9686), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5884), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [194570] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9692), 1, + anon_sym_DQUOTE2, + STATE(5585), 1, + sym_comment, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194593] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9694), 1, + anon_sym_DOT, + ACTIONS(9696), 1, + aux_sym__immediate_decimal_token2, + STATE(5586), 1, + sym_comment, + ACTIONS(1725), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [194614] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9698), 1, + anon_sym_DQUOTE2, + STATE(5587), 1, + sym_comment, + STATE(5591), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194637] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7051), 1, + aux_sym_unquoted_token3, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5588), 1, + sym_comment, + STATE(6416), 1, + sym__immediate_decimal, + [194662] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7051), 1, + aux_sym_unquoted_token3, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5589), 1, + sym_comment, + STATE(7628), 1, + sym__immediate_decimal, + [194687] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9684), 1, + anon_sym_DOT_DOT2, + STATE(5590), 1, + sym_comment, + ACTIONS(9686), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(5899), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [194706] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9700), 1, + anon_sym_DQUOTE2, + STATE(5591), 1, + sym_comment, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [194729] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9672), 1, + ACTIONS(9702), 1, anon_sym_RBRACK, - STATE(5584), 1, + STATE(5592), 1, sym_comment, - STATE(5971), 1, + STATE(6037), 1, aux_sym_shebang_repeat1, - STATE(6642), 1, + STATE(6737), 1, sym_val_list, - STATE(7036), 1, + STATE(7121), 1, aux_sym_val_table_repeat1, - [194383] = 8, + [194754] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9674), 1, + ACTIONS(9704), 1, anon_sym_RBRACK, - STATE(5585), 1, + STATE(5593), 1, sym_comment, - STATE(5915), 1, + STATE(6007), 1, aux_sym_shebang_repeat1, - STATE(6640), 1, + STATE(6780), 1, sym_val_list, - STATE(6993), 1, + STATE(7054), 1, aux_sym_val_table_repeat1, - [194408] = 4, + [194779] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2346), 1, - anon_sym_DASH2, - STATE(5586), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(9708), 1, + aux_sym_unquoted_token2, + STATE(5594), 1, sym_comment, - ACTIONS(2348), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [194425] = 4, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(9706), 2, + sym_filesize_unit, + sym_duration_unit, + [194800] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2350), 1, - anon_sym_DASH2, - STATE(5587), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5595), 1, sym_comment, - ACTIONS(2352), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [194442] = 4, - ACTIONS(3), 1, + STATE(5938), 1, + sym__variable_name, + STATE(6543), 1, + sym__assignment_pattern, + [194825] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5588), 1, + ACTIONS(9712), 1, + sym_long_flag_identifier, + ACTIONS(9714), 1, + anon_sym_EQ2, + STATE(5596), 1, sym_comment, - ACTIONS(2055), 3, + ACTIONS(4879), 2, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + ACTIONS(4881), 2, + sym_identifier, + anon_sym_DASH2, + [194846] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9716), 1, anon_sym_RBRACK, - anon_sym_RBRACE, + STATE(5597), 1, + sym_comment, + STATE(6038), 1, + aux_sym_shebang_repeat1, + STATE(6741), 1, + sym_val_list, + STATE(7123), 1, + aux_sym_val_table_repeat1, + [194871] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5598), 1, + sym_comment, + ACTIONS(1725), 2, anon_sym_DOT_DOT2, - ACTIONS(2057), 3, + aux_sym_unquoted_token2, + ACTIONS(1727), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [194459] = 7, + [194888] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9676), 1, - anon_sym_DASH_DASH, - ACTIONS(9678), 1, - anon_sym_DASH2, - ACTIONS(9680), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9718), 1, anon_sym_LBRACE, - STATE(5589), 1, - sym_comment, - STATE(6563), 1, - sym_val_record, - STATE(7242), 2, - sym_short_flag, - sym_long_flag, - [194482] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9682), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9684), 1, - aux_sym__immediate_decimal_token2, - STATE(5590), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4888), 1, + sym__blosure, + STATE(5599), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [194503] = 8, + [194913] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9686), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9688), 1, - anon_sym_SEMI, - ACTIONS(9690), 1, - anon_sym_RPAREN, - STATE(212), 1, - aux_sym__parenthesized_body_repeat1, - STATE(5591), 1, - sym_comment, - STATE(6523), 1, - aux_sym__block_body_repeat1, - STATE(6689), 1, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(1706), 1, aux_sym_shebang_repeat1, - [194528] = 4, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4816), 1, + sym__blosure, + STATE(5600), 1, + sym_comment, + [194938] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2485), 1, + ACTIONS(1004), 1, anon_sym_DASH2, - STATE(5592), 1, + STATE(5601), 1, sym_comment, - ACTIONS(2487), 5, - sym_identifier, - anon_sym_DOLLAR, + ACTIONS(1000), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, anon_sym_DASH_DASH, + anon_sym_as, + [194955] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9718), 1, anon_sym_LBRACE, - sym__table_head_separator, - [194545] = 7, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4888), 1, + sym__blosure, + STATE(5602), 1, + sym_comment, + STATE(5631), 1, + aux_sym_shebang_repeat1, + [194980] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9696), 1, + ACTIONS(9720), 1, anon_sym_DQUOTE2, - STATE(5593), 1, + STATE(5603), 1, sym_comment, - STATE(5597), 1, + STATE(5606), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194568] = 8, + [195003] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4773), 1, + ACTIONS(4604), 1, aux_sym_unquoted_token3, - ACTIONS(8353), 1, + ACTIONS(8361), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, + ACTIONS(8913), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, + ACTIONS(8915), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, + ACTIONS(8917), 1, aux_sym__immediate_decimal_token5, - STATE(5594), 1, + STATE(5604), 1, sym_comment, - STATE(6198), 1, + STATE(6416), 1, sym__immediate_decimal, - [194593] = 8, + [195028] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4773), 1, + ACTIONS(4604), 1, aux_sym_unquoted_token3, - ACTIONS(8622), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5595), 1, + STATE(5605), 1, sym_comment, - STATE(7524), 1, + STATE(7628), 1, sym__immediate_decimal, - [194618] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(5596), 1, - sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(9668), 2, - sym_filesize_unit, - sym_duration_unit, - [194639] = 7, + [195053] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9698), 1, + ACTIONS(9722), 1, anon_sym_DQUOTE2, - STATE(5597), 1, + STATE(5606), 1, sym_comment, - STATE(5774), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194662] = 8, + [195076] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4816), 1, + sym__blosure, + STATE(5607), 1, + sym_comment, + STATE(5644), 1, + aux_sym_shebang_repeat1, + [195101] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9700), 1, + ACTIONS(9724), 1, anon_sym_RBRACK, - STATE(5598), 1, + STATE(5608), 1, sym_comment, - STATE(5993), 1, + STATE(6039), 1, aux_sym_shebang_repeat1, - STATE(7001), 1, + STATE(6759), 1, sym_val_list, - STATE(7063), 1, + STATE(7130), 1, aux_sym_val_table_repeat1, - [194687] = 8, + [195126] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5599), 1, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(9726), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9728), 1, + aux_sym__immediate_decimal_token2, + STATE(5609), 1, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6244), 1, - sym__assignment_pattern, - [194712] = 8, + ACTIONS(1759), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [195147] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9596), 1, + anon_sym_alias, + ACTIONS(9598), 1, + anon_sym_const, + ACTIONS(9600), 1, + anon_sym_def, + ACTIONS(9602), 1, + anon_sym_extern, + ACTIONS(9604), 1, + anon_sym_module, + ACTIONS(9606), 1, + anon_sym_use, + STATE(5610), 1, + sym_comment, + [195172] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9730), 1, + anon_sym_DQUOTE2, + STATE(5611), 1, + sym_comment, + STATE(5779), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [195195] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(9732), 1, + anon_sym_DOT_DOT2, + STATE(5612), 1, + sym_comment, + ACTIONS(1873), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(9734), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [195216] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(9708), 1, + aux_sym_unquoted_token3, + STATE(5613), 1, + sym_comment, + STATE(6416), 1, + sym__immediate_decimal, + [195241] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9704), 1, + ACTIONS(9736), 1, anon_sym_RBRACK, - STATE(5600), 1, + STATE(5614), 1, sym_comment, - STATE(5994), 1, + STATE(6040), 1, aux_sym_shebang_repeat1, - STATE(7012), 1, + STATE(6765), 1, sym_val_list, - STATE(7066), 1, + STATE(7133), 1, aux_sym_val_table_repeat1, - [194737] = 4, + [195266] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5043), 1, + ACTIONS(4869), 1, + anon_sym_DOLLAR, + ACTIONS(9738), 1, + anon_sym_EQ2, + ACTIONS(9740), 1, + sym_short_flag_identifier, + STATE(5615), 1, + sym_comment, + ACTIONS(4871), 3, + sym_identifier, + anon_sym_DASH_DASH, anon_sym_DASH2, - STATE(5601), 1, + [195287] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5616), 1, + sym_comment, + ACTIONS(1757), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1759), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [195304] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5617), 1, sym_comment, - ACTIONS(5041), 5, + ACTIONS(2120), 3, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(2122), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [195321] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4932), 1, + anon_sym_DASH2, + STATE(5618), 1, + sym_comment, + ACTIONS(4930), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194754] = 8, - ACTIONS(251), 1, + [195338] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(597), 1, - anon_sym_RPAREN, - ACTIONS(9686), 1, - sym__newline, ACTIONS(9688), 1, - anon_sym_SEMI, - STATE(212), 1, - aux_sym__parenthesized_body_repeat1, - STATE(5602), 1, + anon_sym_LPAREN, + ACTIONS(9742), 1, + anon_sym_DQUOTE2, + STATE(5619), 1, sym_comment, - STATE(6130), 1, - aux_sym__block_body_repeat1, - STATE(6689), 1, - aux_sym_shebang_repeat1, - [194779] = 4, - ACTIONS(251), 1, + STATE(5623), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [195361] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9706), 1, - anon_sym_LT, - STATE(5603), 1, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8478), 1, + aux_sym_unquoted_token3, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5620), 1, sym_comment, - ACTIONS(7827), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [194796] = 4, - ACTIONS(251), 1, + STATE(6416), 1, + sym__immediate_decimal, + [195386] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9708), 1, - anon_sym_LT, - STATE(5604), 1, + ACTIONS(8478), 1, + aux_sym_unquoted_token3, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5621), 1, sym_comment, - ACTIONS(7827), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [194813] = 4, + STATE(7628), 1, + sym__immediate_decimal, + [195411] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4985), 1, + ACTIONS(2447), 1, anon_sym_DASH2, - STATE(5605), 1, + STATE(5622), 1, sym_comment, - ACTIONS(4983), 5, + ACTIONS(2449), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [194830] = 6, + [195428] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9744), 1, + anon_sym_DQUOTE2, + STATE(5623), 1, + sym_comment, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [195451] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4540), 1, + STATE(5624), 1, + sym_comment, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, - ACTIONS(9660), 1, aux_sym_unquoted_token2, - STATE(5606), 1, - sym_comment, - ACTIONS(4542), 2, + ACTIONS(1767), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(9668), 2, - sym_filesize_unit, - sym_duration_unit, - [194851] = 3, + [195468] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5607), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9746), 1, + anon_sym_RBRACK, + STATE(5625), 1, sym_comment, - ACTIONS(1275), 6, - sym_raw_string_begin, + STATE(6042), 1, + aux_sym_shebang_repeat1, + STATE(6786), 1, + sym_val_list, + STATE(7139), 1, + aux_sym_val_table_repeat1, + [195493] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1937), 1, + anon_sym_DASH2, + STATE(5626), 1, + sym_comment, + ACTIONS(1939), 5, sym_identifier, - sym__newline, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [194866] = 7, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym__table_head_separator, + [195510] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9676), 1, + ACTIONS(9748), 1, + sym__newline, + ACTIONS(9750), 1, + anon_sym_SEMI, + ACTIONS(9752), 1, + anon_sym_RPAREN, + STATE(288), 1, + aux_sym__parenthesized_body_repeat1, + STATE(5627), 1, + sym_comment, + STATE(6456), 1, + aux_sym__block_body_repeat1, + STATE(6678), 1, + aux_sym_shebang_repeat1, + [195535] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2233), 1, + anon_sym_LBRACE, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(5628), 1, + sym_comment, + ACTIONS(2229), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - ACTIONS(9678), 1, anon_sym_DASH2, - ACTIONS(9710), 1, + [195554] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1000), 1, anon_sym_LBRACE, - STATE(5608), 1, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + STATE(5629), 1, sym_comment, - STATE(6972), 1, - sym_val_record, - STATE(7236), 2, - sym_short_flag, - sym_long_flag, - [194889] = 6, + ACTIONS(1004), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [195573] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9712), 1, - anon_sym_EQ2, - ACTIONS(9714), 1, - sym_short_flag_identifier, - STATE(5609), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9754), 1, + anon_sym_RBRACK, + STATE(5630), 1, sym_comment, - ACTIONS(4898), 2, - anon_sym_DOLLAR, + STATE(6043), 1, + aux_sym_shebang_repeat1, + STATE(6790), 1, + sym_val_list, + STATE(7141), 1, + aux_sym_val_table_repeat1, + [195598] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9718), 1, anon_sym_LBRACE, - ACTIONS(4900), 2, - anon_sym_DASH_DASH, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4918), 1, + sym__blosure, + STATE(5631), 1, + sym_comment, + [195623] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5632), 1, + sym_comment, + ACTIONS(1861), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1863), 4, + anon_sym_PIPE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [195640] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2423), 1, anon_sym_DASH2, - [194910] = 7, + STATE(5633), 1, + sym_comment, + ACTIONS(2425), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [195657] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4940), 1, + sym__blosure, + STATE(5634), 1, + sym_comment, + [195682] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9716), 1, + ACTIONS(9756), 1, anon_sym_DQUOTE2, - STATE(5610), 1, + STATE(5635), 1, sym_comment, - STATE(5614), 1, + STATE(5639), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [194933] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(8624), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, - aux_sym__immediate_decimal_token5, - STATE(5611), 1, - sym_comment, - STATE(7399), 1, - sym__immediate_decimal, - ACTIONS(8622), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - [194956] = 8, + [195705] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5555), 1, + ACTIONS(8115), 1, aux_sym_unquoted_token3, - ACTIONS(8353), 1, + ACTIONS(8361), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, + ACTIONS(8913), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, + ACTIONS(8915), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, + ACTIONS(8917), 1, aux_sym__immediate_decimal_token5, - STATE(5612), 1, + STATE(5636), 1, sym_comment, - STATE(6198), 1, + STATE(6416), 1, sym__immediate_decimal, - [194981] = 8, + [195730] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5555), 1, + ACTIONS(8115), 1, aux_sym_unquoted_token3, - ACTIONS(8622), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5613), 1, + STATE(5637), 1, sym_comment, - STATE(7524), 1, + STATE(7628), 1, sym__immediate_decimal, - [195006] = 7, + [195755] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9662), 1, + anon_sym_DASH2, + STATE(5638), 1, + sym_comment, + ACTIONS(9660), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [195772] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9718), 1, + ACTIONS(9758), 1, anon_sym_DQUOTE2, - STATE(5614), 1, + STATE(5639), 1, sym_comment, - STATE(5774), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195029] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1918), 1, - anon_sym_RBRACE, - ACTIONS(1920), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - STATE(5615), 1, - sym_comment, - STATE(7284), 1, - sym_cell_path, - [195054] = 8, + [195795] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9720), 1, + ACTIONS(9760), 1, anon_sym_RBRACK, - STATE(5616), 1, + STATE(5640), 1, sym_comment, - STATE(5999), 1, + STATE(6045), 1, aux_sym_shebang_repeat1, - STATE(7074), 1, - aux_sym_val_table_repeat1, - STATE(7201), 1, + STATE(6810), 1, sym_val_list, - [195079] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2148), 1, - sym__entry_separator, - ACTIONS(9722), 1, - anon_sym_DOT_DOT2, - STATE(5617), 1, - sym_comment, - ACTIONS(2142), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(9724), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [195100] = 4, + STATE(7146), 1, + aux_sym_val_table_repeat1, + [195820] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2354), 1, - anon_sym_DASH2, - STATE(5618), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5641), 1, sym_comment, - ACTIONS(2356), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [195117] = 7, + STATE(5938), 1, + sym__variable_name, + STATE(6568), 1, + sym__assignment_pattern, + [195845] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9726), 1, - sym_identifier, - ACTIONS(9728), 1, - anon_sym_DASH_DASH, - ACTIONS(9730), 1, - anon_sym_DASH2, - STATE(5619), 1, - sym_comment, + ACTIONS(9762), 1, + aux_sym__immediate_decimal_token2, STATE(5642), 1, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [195140] = 8, + sym_comment, + ACTIONS(1765), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1767), 3, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [195864] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9732), 1, + ACTIONS(9764), 1, anon_sym_RBRACK, - STATE(5620), 1, + STATE(5643), 1, sym_comment, - STATE(6000), 1, + STATE(6046), 1, aux_sym_shebang_repeat1, - STATE(6627), 1, + STATE(6814), 1, sym_val_list, - STATE(7076), 1, + STATE(7149), 1, aux_sym_val_table_repeat1, - [195165] = 4, + [195889] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1018), 1, - anon_sym_DASH2, - STATE(5621), 1, - sym_comment, - ACTIONS(1020), 5, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [195182] = 4, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4887), 1, + sym__blosure, + STATE(5644), 1, + sym_comment, + [195914] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2358), 1, - anon_sym_DASH2, - STATE(5622), 1, - sym_comment, - ACTIONS(2360), 5, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [195199] = 4, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4918), 1, + sym__blosure, + STATE(5634), 1, + aux_sym_shebang_repeat1, + STATE(5645), 1, + sym_comment, + [195939] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2362), 1, - anon_sym_DASH2, - STATE(5623), 1, - sym_comment, - ACTIONS(2364), 5, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [195216] = 4, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4817), 1, + sym__blosure, + STATE(5599), 1, + aux_sym_shebang_repeat1, + STATE(5646), 1, + sym_comment, + [195964] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9766), 1, + anon_sym_DQUOTE2, + STATE(5647), 1, + sym_comment, + STATE(5649), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [195987] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4942), 1, + ACTIONS(1981), 1, anon_sym_DASH2, - STATE(5624), 1, + STATE(5648), 1, sym_comment, - ACTIONS(4940), 5, + ACTIONS(1983), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [195233] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9734), 1, - anon_sym_alias, - ACTIONS(9736), 1, - anon_sym_const, - ACTIONS(9738), 1, - anon_sym_def, - ACTIONS(9740), 1, - anon_sym_extern, - ACTIONS(9742), 1, - anon_sym_module, - ACTIONS(9744), 1, - anon_sym_use, - STATE(5625), 1, - sym_comment, - [195258] = 7, + [196004] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9746), 1, + ACTIONS(9768), 1, anon_sym_DQUOTE2, - STATE(5626), 1, + STATE(5649), 1, sym_comment, - STATE(5629), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195281] = 8, + [196027] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9770), 1, + anon_sym_RBRACK, + STATE(5650), 1, + sym_comment, + STATE(6050), 1, + aux_sym_shebang_repeat1, + STATE(6833), 1, + sym_val_list, + STATE(7155), 1, + aux_sym_val_table_repeat1, + [196052] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5651), 1, + sym_comment, + ACTIONS(1717), 3, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(1719), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [196069] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9772), 1, + anon_sym_RBRACK, + STATE(5652), 1, + sym_comment, + STATE(6051), 1, + aux_sym_shebang_repeat1, + STATE(6838), 1, + sym_val_list, + STATE(7157), 1, + aux_sym_val_table_repeat1, + [196094] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8353), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8731), 1, - aux_sym_unquoted_token3, - ACTIONS(8895), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5627), 1, + ACTIONS(9708), 1, + aux_sym_unquoted_token3, + STATE(5653), 1, sym_comment, - STATE(6198), 1, + STATE(7628), 1, sym__immediate_decimal, - [195306] = 8, + [196119] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8622), 1, + ACTIONS(9774), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8731), 1, - aux_sym_unquoted_token3, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - STATE(5628), 1, + ACTIONS(9776), 1, + aux_sym__immediate_decimal_token2, + STATE(5654), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [195331] = 7, + ACTIONS(1757), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [196140] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9748), 1, + ACTIONS(9778), 1, anon_sym_DQUOTE2, - STATE(5629), 1, + STATE(5655), 1, sym_comment, - STATE(5774), 1, + STATE(5656), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195354] = 6, + [196163] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2156), 1, - sym__entry_separator, - ACTIONS(9750), 1, - anon_sym_DOT_DOT2, - STATE(5630), 1, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9780), 1, + anon_sym_DQUOTE2, + STATE(5656), 1, sym_comment, - ACTIONS(2150), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(9752), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [195375] = 8, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [196186] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9754), 1, + ACTIONS(9782), 1, anon_sym_RBRACK, - STATE(5631), 1, + STATE(5657), 1, sym_comment, - STATE(6003), 1, + STATE(6052), 1, aux_sym_shebang_repeat1, - STATE(6654), 1, + STATE(6856), 1, sym_val_list, - STATE(7083), 1, + STATE(7161), 1, aux_sym_val_table_repeat1, - [195400] = 8, + [196211] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(1985), 1, + anon_sym_DASH2, + STATE(5658), 1, + sym_comment, + ACTIONS(1987), 5, + ts_builtin_sym_end, sym__newline, - ACTIONS(9670), 1, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [196228] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9756), 1, + ACTIONS(9784), 1, anon_sym_RBRACK, - STATE(5632), 1, + STATE(5659), 1, sym_comment, - STATE(6004), 1, + STATE(6053), 1, aux_sym_shebang_repeat1, - STATE(6658), 1, + STATE(6861), 1, sym_val_list, - STATE(7086), 1, + STATE(7164), 1, aux_sym_val_table_repeat1, - [195425] = 6, + [196253] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2164), 1, + ACTIONS(2150), 1, sym__entry_separator, - ACTIONS(9758), 1, + ACTIONS(9786), 1, anon_sym_DOT_DOT2, - STATE(5633), 1, + STATE(5660), 1, sym_comment, - ACTIONS(2158), 2, + ACTIONS(2144), 2, anon_sym_RBRACK, anon_sym_RBRACE, - ACTIONS(9760), 2, + ACTIONS(9788), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [195446] = 8, + [196274] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5634), 1, + ACTIONS(9571), 1, + aux_sym__immediate_decimal_token2, + STATE(5661), 1, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6247), 1, - sym__assignment_pattern, - [195471] = 7, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 3, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [196293] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9762), 1, + ACTIONS(9790), 1, anon_sym_DQUOTE2, - STATE(5635), 1, + STATE(5662), 1, sym_comment, - STATE(5639), 1, + STATE(5664), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195494] = 8, + [196316] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4657), 1, - aux_sym_unquoted_token3, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5636), 1, + ACTIONS(2176), 1, + sym__entry_separator, + ACTIONS(9792), 1, + anon_sym_DOT_DOT2, + STATE(5663), 1, sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [195519] = 8, + ACTIONS(2170), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(9794), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [196337] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4657), 1, - aux_sym_unquoted_token3, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - STATE(5637), 1, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9796), 1, + anon_sym_DQUOTE2, + STATE(5664), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [195544] = 6, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [196360] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4852), 1, - anon_sym_DASH2, - ACTIONS(9764), 1, - sym_long_flag_identifier, - ACTIONS(9766), 1, - anon_sym_EQ2, - STATE(5638), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9798), 1, + anon_sym_RBRACK, + STATE(5665), 1, sym_comment, - ACTIONS(4850), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [195565] = 7, + STATE(6054), 1, + aux_sym_shebang_repeat1, + STATE(6878), 1, + sym_val_list, + STATE(7169), 1, + aux_sym_val_table_repeat1, + [196385] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9768), 1, + ACTIONS(9800), 1, anon_sym_DQUOTE2, - STATE(5639), 1, + STATE(5666), 1, sym_comment, - STATE(5774), 1, + STATE(5678), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195588] = 8, + [196408] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9770), 1, + ACTIONS(9802), 1, anon_sym_RBRACK, - STATE(5640), 1, + STATE(5667), 1, sym_comment, - STATE(6005), 1, + STATE(6055), 1, aux_sym_shebang_repeat1, - STATE(6687), 1, + STATE(6881), 1, sym_val_list, - STATE(7092), 1, + STATE(7171), 1, aux_sym_val_table_repeat1, - [195613] = 5, + [196433] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(5641), 1, - sym_comment, - STATE(6542), 1, - sym_block, - ACTIONS(9772), 4, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [195632] = 7, - ACTIONS(251), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9804), 1, + anon_sym_RBRACK, + STATE(5668), 1, + sym_comment, + STATE(6009), 1, + aux_sym_shebang_repeat1, + STATE(6835), 1, + sym_val_list, + STATE(7056), 1, + aux_sym_val_table_repeat1, + [196458] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9728), 1, - anon_sym_DASH_DASH, - ACTIONS(9730), 1, - anon_sym_DASH2, - ACTIONS(9774), 1, - sym_identifier, - STATE(5642), 1, + ACTIONS(4801), 1, + aux_sym_unquoted_token3, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5669), 1, sym_comment, - STATE(5756), 1, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [195655] = 8, + STATE(6416), 1, + sym__immediate_decimal, + [196483] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1922), 1, - anon_sym_RBRACE, - ACTIONS(1924), 1, + ACTIONS(7262), 1, + anon_sym_RBRACK, + ACTIONS(7264), 1, sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5166), 1, aux_sym_cell_path_repeat1, - STATE(5562), 1, + STATE(5546), 1, sym_path, - STATE(5643), 1, + STATE(5670), 1, sym_comment, - STATE(7229), 1, + STATE(7247), 1, sym_cell_path, - [195680] = 8, + [196508] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9776), 1, + ACTIONS(9806), 1, anon_sym_RBRACK, - STATE(5644), 1, + STATE(5671), 1, sym_comment, - STATE(6006), 1, + STATE(6056), 1, aux_sym_shebang_repeat1, - STATE(6692), 1, + STATE(6893), 1, sym_val_list, - STATE(7095), 1, + STATE(7175), 1, aux_sym_val_table_repeat1, - [195705] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5645), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [195722] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9778), 1, - anon_sym_DQUOTE2, - STATE(5646), 1, - sym_comment, - STATE(5649), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195745] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7124), 1, - aux_sym_unquoted_token3, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5647), 1, - sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [195770] = 8, + [196533] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7124), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token3, - ACTIONS(8622), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5648), 1, + STATE(5672), 1, sym_comment, - STATE(7524), 1, + STATE(7628), 1, sym__immediate_decimal, - [195795] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9780), 1, - anon_sym_DQUOTE2, - STATE(5649), 1, - sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [195818] = 8, + [196558] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9782), 1, + ACTIONS(9808), 1, anon_sym_RBRACK, - STATE(5650), 1, + STATE(5673), 1, sym_comment, - STATE(6009), 1, + STATE(6057), 1, aux_sym_shebang_repeat1, - STATE(6714), 1, + STATE(6897), 1, sym_val_list, - STATE(7102), 1, + STATE(7178), 1, aux_sym_val_table_repeat1, - [195843] = 6, + [196583] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9784), 1, - sym_long_flag_identifier, - ACTIONS(9786), 1, - anon_sym_EQ2, - STATE(5651), 1, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, + STATE(5674), 1, sym_comment, - ACTIONS(4850), 2, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - ACTIONS(4852), 2, - sym_identifier, - anon_sym_DASH2, - [195864] = 8, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(9706), 2, + sym_filesize_unit, + sym_duration_unit, + [196604] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9788), 1, + ACTIONS(9810), 1, anon_sym_RBRACK, - STATE(5652), 1, + STATE(5675), 1, sym_comment, - STATE(6010), 1, + STATE(6058), 1, aux_sym_shebang_repeat1, - STATE(6719), 1, + STATE(6910), 1, sym_val_list, - STATE(7104), 1, + STATE(7183), 1, aux_sym_val_table_repeat1, - [195889] = 4, + [196629] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5653), 1, + ACTIONS(9812), 1, + anon_sym_LT, + STATE(5676), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1729), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [195906] = 8, + ACTIONS(7804), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [196646] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4879), 1, - sym__blosure, - STATE(5654), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9814), 1, + anon_sym_RBRACK, + STATE(5677), 1, sym_comment, - [195931] = 7, + STATE(6059), 1, + aux_sym_shebang_repeat1, + STATE(6915), 1, + sym_val_list, + STATE(7186), 1, + aux_sym_val_table_repeat1, + [196671] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9790), 1, + ACTIONS(9816), 1, anon_sym_DQUOTE2, - STATE(5655), 1, + STATE(5678), 1, sym_comment, - STATE(5659), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [195954] = 8, - ACTIONS(3), 1, + [196694] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7045), 1, - aux_sym_unquoted_token3, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5656), 1, + ACTIONS(9818), 1, + anon_sym_LT, + STATE(5679), 1, sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [195979] = 8, - ACTIONS(3), 1, + ACTIONS(7804), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [196711] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7045), 1, - aux_sym_unquoted_token3, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - STATE(5657), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9820), 1, + anon_sym_RBRACK, + STATE(5680), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [196004] = 8, + STATE(6023), 1, + aux_sym_shebang_repeat1, + STATE(7069), 1, + sym_val_list, + STATE(7077), 1, + aux_sym_val_table_repeat1, + [196736] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(2407), 1, + anon_sym_DASH2, + STATE(5681), 1, + sym_comment, + ACTIONS(2409), 5, + ts_builtin_sym_end, sym__newline, - ACTIONS(9662), 1, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [196753] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9628), 1, anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4879), 1, - sym__blosure, - STATE(5658), 1, + STATE(5682), 1, sym_comment, - STATE(5734), 1, - aux_sym_shebang_repeat1, - [196029] = 7, + STATE(6619), 1, + sym_val_record, + ACTIONS(9822), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [196772] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9792), 1, - anon_sym_DQUOTE2, - STATE(5659), 1, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(5683), 1, sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196052] = 8, + ACTIONS(2237), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [196791] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9794), 1, - anon_sym_RBRACK, - STATE(5660), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8663), 1, + aux_sym__immediate_decimal_token5, + STATE(5684), 1, sym_comment, - STATE(6014), 1, - aux_sym_shebang_repeat1, - STATE(6740), 1, - sym_val_list, - STATE(7111), 1, - aux_sym_val_table_repeat1, - [196077] = 8, + STATE(7429), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + [196814] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9796), 1, - anon_sym_RBRACK, - STATE(5661), 1, + ACTIONS(9824), 1, + anon_sym_EQ2, + ACTIONS(9826), 1, + sym_short_flag_identifier, + STATE(5685), 1, sym_comment, - STATE(6015), 1, - aux_sym_shebang_repeat1, - STATE(6746), 1, - sym_val_list, - STATE(7113), 1, - aux_sym_val_table_repeat1, - [196102] = 8, + ACTIONS(4869), 2, + anon_sym_DOLLAR, + anon_sym_LBRACE, + ACTIONS(4871), 2, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [196835] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(2451), 1, + anon_sym_DASH2, + STATE(5686), 1, + sym_comment, + ACTIONS(2453), 5, + ts_builtin_sym_end, sym__newline, - ACTIONS(9670), 1, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [196852] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9798), 1, + ACTIONS(9828), 1, anon_sym_RBRACK, - STATE(5662), 1, + STATE(5687), 1, sym_comment, - STATE(5920), 1, + STATE(5808), 1, aux_sym_shebang_repeat1, - STATE(6763), 1, - sym_val_list, - STATE(6997), 1, + STATE(7080), 1, aux_sym_val_table_repeat1, - [196127] = 4, + STATE(7086), 1, + sym_val_list, + [196877] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(5663), 1, + ACTIONS(9830), 1, + anon_sym_LPAREN, + ACTIONS(9836), 1, + anon_sym_DQUOTE2, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9833), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + STATE(5688), 2, sym_comment, - ACTIONS(1018), 3, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(1020), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [196144] = 6, + aux_sym__inter_double_quotes_repeat1, + [196898] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9800), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9802), 1, - aux_sym__immediate_decimal_token2, - STATE(5664), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2247), 1, + anon_sym_LBRACE, + STATE(5689), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [196165] = 4, + ACTIONS(2245), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [196917] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1957), 1, + ACTIONS(2411), 1, anon_sym_DASH2, - STATE(5665), 1, + STATE(5690), 1, sym_comment, - ACTIONS(1959), 5, + ACTIONS(2413), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [196182] = 8, + [196934] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(2411), 1, + anon_sym_DASH2, + STATE(5691), 1, + sym_comment, + ACTIONS(2413), 5, + ts_builtin_sym_end, sym__newline, - ACTIONS(9662), 1, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [196951] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2415), 1, + anon_sym_DASH2, + STATE(5692), 1, + sym_comment, + ACTIONS(2417), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [196968] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9628), 1, anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4880), 1, - sym__blosure, - STATE(5666), 1, + STATE(5693), 1, sym_comment, - [196207] = 8, + STATE(6626), 1, + sym_val_record, + ACTIONS(9838), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [196987] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9662), 1, + ACTIONS(9718), 1, anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4611), 1, sym_val_closure, - STATE(4880), 1, + STATE(4735), 1, + sym_block, + STATE(4917), 1, sym__blosure, - STATE(5667), 1, - sym_comment, - STATE(5764), 1, - aux_sym_shebang_repeat1, - [196232] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9804), 1, - anon_sym_DQUOTE2, - STATE(5668), 1, + STATE(5694), 1, sym_comment, - STATE(5671), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196255] = 8, - ACTIONS(3), 1, + [197012] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4548), 1, - aux_sym_unquoted_token3, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5669), 1, + ACTIONS(4989), 1, + anon_sym_DASH2, + STATE(5695), 1, sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [196280] = 8, - ACTIONS(3), 1, + ACTIONS(4987), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197029] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4548), 1, - aux_sym_unquoted_token3, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - STATE(5670), 1, + ACTIONS(2505), 1, + anon_sym_DASH2, + STATE(5696), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [196305] = 7, + ACTIONS(2507), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197046] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9806), 1, - anon_sym_DQUOTE2, - STATE(5671), 1, + ACTIONS(7266), 1, + anon_sym_RBRACK, + ACTIONS(7268), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5697), 1, sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196328] = 8, + STATE(7375), 1, + sym_cell_path, + [197071] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9808), 1, - anon_sym_RBRACK, - STATE(5672), 1, + ACTIONS(2463), 1, + anon_sym_DASH2, + STATE(5698), 1, sym_comment, - STATE(6017), 1, - aux_sym_shebang_repeat1, - STATE(6768), 1, - sym_val_list, - STATE(7120), 1, - aux_sym_val_table_repeat1, - [196353] = 4, + ACTIONS(2465), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197088] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5673), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5699), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1773), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [196370] = 4, + STATE(5938), 1, + sym__variable_name, + STATE(6543), 1, + sym__assignment_pattern, + [197113] = 8, ACTIONS(251), 1, anon_sym_POUND, - STATE(5674), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5700), 1, sym_comment, - ACTIONS(1786), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 4, - anon_sym_PIPE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [196387] = 7, + STATE(5938), 1, + sym__variable_name, + STATE(6568), 1, + sym__assignment_pattern, + [197138] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9728), 1, - anon_sym_DASH_DASH, - ACTIONS(9730), 1, - anon_sym_DASH2, - ACTIONS(9810), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(8683), 1, sym_identifier, - STATE(5675), 1, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5701), 1, sym_comment, - STATE(5752), 1, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [196410] = 8, + STATE(5938), 1, + sym__variable_name, + STATE(6569), 1, + sym__assignment_pattern, + [197163] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(9748), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9750), 1, + anon_sym_SEMI, + ACTIONS(9840), 1, + anon_sym_RPAREN, + STATE(288), 1, + aux_sym__parenthesized_body_repeat1, + STATE(5702), 1, + sym_comment, + STATE(6157), 1, + aux_sym__block_body_repeat1, + STATE(6678), 1, + aux_sym_shebang_repeat1, + [197188] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9812), 1, + ACTIONS(9842), 1, anon_sym_RBRACK, - STATE(5676), 1, + STATE(5703), 1, sym_comment, - STATE(6018), 1, + STATE(6035), 1, aux_sym_shebang_repeat1, - STATE(6772), 1, + STATE(6716), 1, sym_val_list, - STATE(7122), 1, + STATE(7111), 1, aux_sym_val_table_repeat1, - [196435] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9814), 1, - anon_sym_DQUOTE2, - STATE(5677), 1, - sym_comment, - STATE(5681), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196458] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8470), 1, - aux_sym_unquoted_token3, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - STATE(5678), 1, - sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [196483] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8470), 1, - aux_sym_unquoted_token3, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - STATE(5679), 1, - sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [196508] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - ACTIONS(9816), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9818), 1, - aux_sym__immediate_decimal_token2, - STATE(5680), 1, - sym_comment, - ACTIONS(1729), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [196529] = 7, + [197213] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9820), 1, + ACTIONS(9844), 1, anon_sym_DQUOTE2, - STATE(5681), 1, + STATE(5704), 1, sym_comment, - STATE(5774), 1, + STATE(5727), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [196552] = 8, + [197236] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9822), 1, + ACTIONS(9846), 1, anon_sym_RBRACK, - STATE(5682), 1, + STATE(5705), 1, sym_comment, - STATE(6021), 1, + STATE(5810), 1, aux_sym_shebang_repeat1, - STATE(6794), 1, + STATE(6939), 1, sym_val_list, - STATE(7127), 1, + STATE(6941), 1, aux_sym_val_table_repeat1, - [196577] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(5683), 1, - sym_comment, - STATE(6106), 1, - sym_block, - ACTIONS(9824), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [196596] = 8, + [197261] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9826), 1, + ACTIONS(9848), 1, anon_sym_RBRACK, - STATE(5684), 1, + STATE(5706), 1, sym_comment, - STATE(6022), 1, + STATE(5969), 1, aux_sym_shebang_repeat1, - STATE(6798), 1, + STATE(6986), 1, sym_val_list, - STATE(7129), 1, + STATE(6987), 1, aux_sym_val_table_repeat1, - [196621] = 5, + [197286] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9718), 1, anon_sym_LBRACE, - STATE(5685), 1, - sym_comment, - STATE(6107), 1, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, sym_block, - ACTIONS(9824), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [196640] = 6, + STATE(4887), 1, + sym__blosure, + STATE(5694), 1, + aux_sym_shebang_repeat1, + STATE(5707), 1, + sym_comment, + [197311] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4898), 1, - anon_sym_DOLLAR, - ACTIONS(9828), 1, - anon_sym_EQ2, - ACTIONS(9830), 1, - sym_short_flag_identifier, - STATE(5686), 1, + ACTIONS(2369), 1, + anon_sym_DASH2, + STATE(5708), 1, sym_comment, - ACTIONS(4900), 3, - sym_identifier, + ACTIONS(2371), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, anon_sym_DASH_DASH, - anon_sym_DASH2, - [196661] = 7, - ACTIONS(3), 1, + anon_sym_as, + [197328] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9832), 1, - anon_sym_DQUOTE2, - STATE(5687), 1, + ACTIONS(5014), 1, + anon_sym_DASH2, + STATE(5709), 1, sym_comment, - STATE(5690), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196684] = 8, + ACTIONS(5012), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197345] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8153), 1, + ACTIONS(4904), 1, aux_sym_unquoted_token3, - ACTIONS(8353), 1, + ACTIONS(8361), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, + ACTIONS(8913), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, + ACTIONS(8915), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, + ACTIONS(8917), 1, aux_sym__immediate_decimal_token5, - STATE(5688), 1, + STATE(5710), 1, sym_comment, - STATE(6198), 1, + STATE(6416), 1, sym__immediate_decimal, - [196709] = 8, + [197370] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8153), 1, + ACTIONS(4904), 1, aux_sym_unquoted_token3, - ACTIONS(8622), 1, + ACTIONS(8659), 1, aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, + ACTIONS(8947), 1, aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, + ACTIONS(8949), 1, aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, + ACTIONS(8951), 1, aux_sym__immediate_decimal_token5, - STATE(5689), 1, + STATE(5711), 1, sym_comment, - STATE(7524), 1, + STATE(7628), 1, sym__immediate_decimal, - [196734] = 7, + [197395] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9834), 1, - anon_sym_DQUOTE2, - STATE(5690), 1, + ACTIONS(9850), 1, + anon_sym_DOT, + ACTIONS(9852), 1, + aux_sym__immediate_decimal_token2, + STATE(5712), 1, sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196757] = 4, + ACTIONS(1725), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [197416] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5713), 1, + sym_comment, + ACTIONS(1268), 6, + sym_raw_string_begin, + sym_identifier, + sym__newline, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [197431] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4596), 1, + anon_sym_DOT_DOT2, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, + STATE(5714), 1, + sym_comment, + ACTIONS(4598), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(9706), 2, + sym_filesize_unit, + sym_duration_unit, + [197452] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(5691), 1, + STATE(5715), 1, sym_comment, - ACTIONS(2174), 3, + ACTIONS(1018), 3, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_DOT_DOT2, - ACTIONS(2176), 3, + ACTIONS(1020), 3, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, sym__entry_separator, - [196774] = 8, + [197469] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6233), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - ACTIONS(9836), 1, - anon_sym_RBRACE, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - STATE(5692), 1, - sym_comment, - STATE(7190), 1, - sym_cell_path, - [196799] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(9839), 1, - anon_sym_DOT, - ACTIONS(9841), 1, - aux_sym__immediate_decimal_token2, - STATE(5693), 1, + STATE(5716), 1, sym_comment, - ACTIONS(1737), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [196820] = 8, + ACTIONS(2102), 3, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(2104), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + sym__entry_separator, + [197486] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9843), 1, - anon_sym_RBRACK, - STATE(5694), 1, - sym_comment, - STATE(6024), 1, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(4611), 1, + sym_val_closure, + STATE(4735), 1, + sym_block, + STATE(4897), 1, + sym__blosure, + STATE(5600), 1, aux_sym_shebang_repeat1, - STATE(6823), 1, - sym_val_list, - STATE(7139), 1, - aux_sym_val_table_repeat1, - [196845] = 7, - ACTIONS(3), 1, + STATE(5717), 1, + sym_comment, + [197511] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9845), 1, - anon_sym_DQUOTE2, - STATE(5695), 1, + ACTIONS(1997), 1, + anon_sym_DASH2, + STATE(5718), 1, sym_comment, - STATE(5724), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196868] = 4, + ACTIONS(1999), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197528] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9601), 1, + ACTIONS(5044), 1, anon_sym_DASH2, - STATE(5696), 1, + STATE(5719), 1, sym_comment, - ACTIONS(9599), 5, + ACTIONS(5042), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [196885] = 7, - ACTIONS(3), 1, + [197545] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9847), 1, - anon_sym_DQUOTE2, - STATE(5697), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8663), 1, + aux_sym__immediate_decimal_token5, + STATE(5720), 1, sym_comment, - STATE(5698), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [196908] = 7, + STATE(7546), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + [197568] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9849), 1, + ACTIONS(9854), 1, anon_sym_DQUOTE2, - STATE(5698), 1, + STATE(5721), 1, sym_comment, - STATE(5774), 1, + STATE(5726), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [196931] = 8, + [197591] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(583), 1, + anon_sym_RPAREN, + ACTIONS(9748), 1, sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9851), 1, - anon_sym_RBRACK, - STATE(5699), 1, + ACTIONS(9750), 1, + anon_sym_SEMI, + STATE(288), 1, + aux_sym__parenthesized_body_repeat1, + STATE(5722), 1, sym_comment, - STATE(6028), 1, + STATE(6105), 1, + aux_sym__block_body_repeat1, + STATE(6678), 1, aux_sym_shebang_repeat1, - STATE(6842), 1, - sym_val_list, - STATE(7147), 1, - aux_sym_val_table_repeat1, - [196956] = 8, - ACTIONS(251), 1, + [197616] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9853), 1, - anon_sym_RBRACK, - STATE(5700), 1, + ACTIONS(5577), 1, + aux_sym_unquoted_token3, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5723), 1, sym_comment, - STATE(6029), 1, - aux_sym_shebang_repeat1, - STATE(6845), 1, - sym_val_list, - STATE(7150), 1, - aux_sym_val_table_repeat1, - [196981] = 6, - ACTIONS(251), 1, + STATE(6416), 1, + sym__immediate_decimal, + [197641] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(9855), 1, - anon_sym_DOT_DOT2, - STATE(5701), 1, + ACTIONS(5577), 1, + aux_sym_unquoted_token3, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5724), 1, sym_comment, - ACTIONS(1827), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(9857), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [197002] = 4, + STATE(7628), 1, + sym__immediate_decimal, + [197666] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2366), 1, - anon_sym_DASH2, - STATE(5702), 1, + ACTIONS(9856), 1, + anon_sym_alias, + ACTIONS(9858), 1, + anon_sym_const, + ACTIONS(9860), 1, + anon_sym_def, + ACTIONS(9862), 1, + anon_sym_extern, + ACTIONS(9864), 1, + anon_sym_module, + ACTIONS(9866), 1, + anon_sym_use, + STATE(5725), 1, sym_comment, - ACTIONS(2368), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197019] = 7, + [197691] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9859), 1, + ACTIONS(9868), 1, anon_sym_DQUOTE2, - STATE(5703), 1, - sym_comment, - STATE(5704), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(5726), 1, + sym_comment, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [197042] = 7, + [197714] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9861), 1, + ACTIONS(9870), 1, anon_sym_DQUOTE2, - STATE(5704), 1, - sym_comment, - STATE(5774), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(5727), 1, + sym_comment, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [197065] = 8, + [197737] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9863), 1, + ACTIONS(9872), 1, anon_sym_RBRACK, - STATE(5705), 1, + STATE(5728), 1, sym_comment, - STATE(6030), 1, + STATE(6025), 1, aux_sym_shebang_repeat1, - STATE(6859), 1, - sym_val_list, - STATE(7155), 1, + STATE(7088), 1, aux_sym_val_table_repeat1, - [197090] = 8, + STATE(7208), 1, + sym_val_list, + [197762] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9865), 1, - anon_sym_RBRACK, - STATE(5706), 1, + ACTIONS(1933), 1, + anon_sym_DASH2, + STATE(5729), 1, sym_comment, - STATE(6031), 1, - aux_sym_shebang_repeat1, - STATE(6863), 1, - sym_val_list, - STATE(7157), 1, - aux_sym_val_table_repeat1, - [197115] = 7, - ACTIONS(3), 1, + ACTIONS(1935), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197779] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9867), 1, - anon_sym_DQUOTE2, - STATE(5707), 1, + ACTIONS(2337), 1, + anon_sym_DASH2, + STATE(5730), 1, sym_comment, - STATE(5709), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [197138] = 5, + ACTIONS(2339), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197796] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9605), 1, - aux_sym__immediate_decimal_token2, - STATE(5708), 1, + ACTIONS(5048), 1, + anon_sym_DASH2, + STATE(5731), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 3, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [197157] = 7, - ACTIONS(3), 1, + ACTIONS(5046), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197813] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9869), 1, - anon_sym_DQUOTE2, - STATE(5709), 1, + ACTIONS(2009), 1, + anon_sym_DASH2, + STATE(5732), 1, sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [197180] = 8, + ACTIONS(2011), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [197830] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9871), 1, - anon_sym_RBRACK, - STATE(5710), 1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(5733), 1, sym_comment, - STATE(5802), 1, - aux_sym_shebang_repeat1, - STATE(6879), 1, - sym_val_list, - STATE(7161), 1, - aux_sym_val_table_repeat1, - [197205] = 8, + STATE(6574), 1, + sym_block, + ACTIONS(9874), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [197849] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9873), 1, + ACTIONS(9876), 1, anon_sym_RBRACK, - STATE(5711), 1, + STATE(5734), 1, sym_comment, - STATE(6033), 1, + STATE(6026), 1, aux_sym_shebang_repeat1, - STATE(6884), 1, + STATE(6634), 1, sym_val_list, - STATE(7164), 1, + STATE(7090), 1, aux_sym_val_table_repeat1, - [197230] = 4, + [197874] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1004), 1, - anon_sym_DASH2, - STATE(5712), 1, + ACTIONS(9600), 1, + anon_sym_def, + ACTIONS(9602), 1, + anon_sym_extern, + ACTIONS(9604), 1, + anon_sym_module, + ACTIONS(9606), 1, + anon_sym_use, + ACTIONS(9878), 1, + anon_sym_alias, + ACTIONS(9880), 1, + anon_sym_const, + STATE(5735), 1, sym_comment, - ACTIONS(1000), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197247] = 6, - ACTIONS(3), 1, + [197899] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2121), 1, - sym__entry_separator, - ACTIONS(9875), 1, + ACTIONS(9882), 1, anon_sym_DOT_DOT2, - STATE(5713), 1, + STATE(5736), 1, sym_comment, - ACTIONS(2115), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(9877), 2, + ACTIONS(9884), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [197268] = 8, - ACTIONS(251), 1, + ACTIONS(2176), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [197918] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9879), 1, - anon_sym_RBRACK, - STATE(5714), 1, + ACTIONS(2267), 1, + anon_sym_LBRACE, + STATE(5737), 1, sym_comment, - STATE(6034), 1, - aux_sym_shebang_repeat1, - STATE(6898), 1, - sym_val_list, - STATE(7169), 1, - aux_sym_val_table_repeat1, - [197293] = 8, + ACTIONS(2265), 5, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH2, + aux_sym_unquoted_token4, + [197935] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9881), 1, - anon_sym_RBRACK, - STATE(5715), 1, + ACTIONS(9886), 1, + anon_sym_DOT_DOT2, + STATE(5738), 1, sym_comment, - STATE(6035), 1, - aux_sym_shebang_repeat1, - STATE(6902), 1, - sym_val_list, - STATE(7172), 1, - aux_sym_val_table_repeat1, - [197318] = 8, + ACTIONS(9888), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2150), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [197954] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9883), 1, - anon_sym_RBRACK, - STATE(5716), 1, + ACTIONS(9890), 1, + anon_sym_DOT_DOT2, + STATE(5739), 1, sym_comment, - STATE(6036), 1, - aux_sym_shebang_repeat1, - STATE(6915), 1, - sym_val_list, - STATE(7177), 1, - aux_sym_val_table_repeat1, - [197343] = 4, + ACTIONS(9892), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2158), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [197973] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2370), 1, - anon_sym_DASH2, - STATE(5717), 1, + ACTIONS(9894), 1, + anon_sym_DOT_DOT2, + STATE(5740), 1, sym_comment, - ACTIONS(2372), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197360] = 8, + ACTIONS(9896), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + ACTIONS(2166), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [197992] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9885), 1, + ACTIONS(9898), 1, anon_sym_RBRACK, - STATE(5718), 1, + STATE(5741), 1, sym_comment, - STATE(6037), 1, + STATE(5981), 1, aux_sym_shebang_repeat1, - STATE(6919), 1, + STATE(6825), 1, sym_val_list, - STATE(7180), 1, + STATE(7008), 1, aux_sym_val_table_repeat1, - [197385] = 8, + [198017] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7271), 1, - anon_sym_RBRACK, - ACTIONS(7273), 1, - sym__entry_separator, - ACTIONS(8783), 1, + ACTIONS(5718), 1, anon_sym_DOT2, - STATE(5169), 1, + STATE(5742), 1, + sym_comment, + STATE(5770), 1, aux_sym_cell_path_repeat1, - STATE(5562), 1, + STATE(6483), 1, sym_path, - STATE(5719), 1, - sym_comment, - STATE(7214), 1, - sym_cell_path, - [197410] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2245), 1, - anon_sym_LBRACE, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(5720), 1, - sym_comment, - ACTIONS(2241), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [197429] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1000), 1, - anon_sym_LBRACE, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(5721), 1, - sym_comment, - ACTIONS(1004), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [197448] = 4, + ACTIONS(948), 3, + anon_sym_RBRACK, + sym__entry_separator, + sym__table_head_separator, + [198038] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5027), 1, + ACTIONS(2459), 1, anon_sym_DASH2, - STATE(5722), 1, + STATE(5743), 1, sym_comment, - ACTIONS(5025), 5, + ACTIONS(2461), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197465] = 4, + [198055] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5031), 1, + ACTIONS(1681), 1, anon_sym_DASH2, - STATE(5723), 1, + STATE(5744), 1, sym_comment, - ACTIONS(5029), 5, + ACTIONS(1693), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197482] = 7, + [198072] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9887), 1, + ACTIONS(9900), 1, anon_sym_DQUOTE2, - STATE(5724), 1, - sym_comment, - STATE(5774), 1, + STATE(5585), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(5745), 1, + sym_comment, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [197505] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5725), 1, - sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6248), 1, - sym__assignment_pattern, - [197530] = 4, - ACTIONS(251), 1, + [198095] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1977), 1, - anon_sym_DASH2, - STATE(5726), 1, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9902), 1, + anon_sym_DQUOTE2, + STATE(5746), 1, sym_comment, - ACTIONS(1979), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197547] = 5, + STATE(5752), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [198118] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9680), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(5727), 1, + STATE(5747), 1, sym_comment, - STATE(6620), 1, - sym_val_record, - ACTIONS(9889), 4, + STATE(6182), 1, + sym_block, + ACTIONS(9904), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [197566] = 5, + [198137] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9680), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(5728), 1, + STATE(5748), 1, sym_comment, - STATE(6621), 1, - sym_val_record, - ACTIONS(9891), 4, + STATE(6183), 1, + sym_block, + ACTIONS(9904), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [197585] = 4, + [198156] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(5729), 1, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8735), 1, + aux_sym_unquoted_token3, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5749), 1, sym_comment, - ACTIONS(1717), 3, + STATE(6416), 1, + sym__immediate_decimal, + [198181] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2166), 1, + sym__entry_separator, + ACTIONS(9906), 1, + anon_sym_DOT_DOT2, + STATE(5750), 1, + sym_comment, + ACTIONS(2160), 2, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(1719), 3, + ACTIONS(9908), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - sym__entry_separator, - [197602] = 8, + [198202] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7295), 1, - anon_sym_RBRACK, - ACTIONS(7297), 1, - sym__entry_separator, - ACTIONS(8783), 1, - anon_sym_DOT2, - STATE(5169), 1, - aux_sym_cell_path_repeat1, - STATE(5562), 1, - sym_path, - STATE(5730), 1, - sym_comment, - STATE(7307), 1, - sym_cell_path, - [197627] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5731), 1, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8735), 1, + aux_sym_unquoted_token3, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5751), 1, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6244), 1, - sym__assignment_pattern, - [197652] = 8, - ACTIONS(251), 1, + STATE(7628), 1, + sym__immediate_decimal, + [198227] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5732), 1, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9910), 1, + anon_sym_DQUOTE2, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5752), 1, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6247), 1, - sym__assignment_pattern, - [197677] = 8, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [198250] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, + ACTIONS(3424), 1, anon_sym_COLON2, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5733), 1, + STATE(5753), 1, sym_comment, - STATE(6027), 1, + STATE(5938), 1, sym__variable_name, - STATE(6248), 1, + STATE(6569), 1, sym__assignment_pattern, - [197702] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4909), 1, - sym__blosure, - STATE(5734), 1, - sym_comment, - [197727] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2374), 1, - anon_sym_DASH2, - STATE(5735), 1, - sym_comment, - ACTIONS(2376), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197744] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2378), 1, - anon_sym_DASH2, - STATE(5736), 1, - sym_comment, - ACTIONS(2380), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197761] = 4, + [198275] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1989), 1, - anon_sym_DASH2, - STATE(5737), 1, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(9912), 1, + anon_sym_DOT_DOT2, + STATE(5754), 1, sym_comment, - ACTIONS(1991), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197778] = 8, + ACTIONS(1794), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(9914), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [198296] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - ACTIONS(9893), 1, + ACTIONS(9916), 1, anon_sym_RBRACK, - STATE(5738), 1, + STATE(5755), 1, sym_comment, - STATE(5830), 1, + STATE(6030), 1, aux_sym_shebang_repeat1, - STATE(6787), 1, + STATE(6661), 1, sym_val_list, - STATE(6789), 1, + STATE(7095), 1, aux_sym_val_table_repeat1, - [197803] = 8, + [198321] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9895), 1, - anon_sym_RBRACK, - STATE(5739), 1, - sym_comment, - STATE(5903), 1, - aux_sym_shebang_repeat1, - STATE(6978), 1, - sym_val_list, - STATE(6981), 1, - aux_sym_val_table_repeat1, - [197828] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9897), 1, - anon_sym_DOT, - ACTIONS(9899), 1, - aux_sym__immediate_decimal_token2, - STATE(5740), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [197849] = 4, + ACTIONS(2403), 1, + anon_sym_DASH2, + STATE(5756), 1, + sym_comment, + ACTIONS(2405), 5, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym__table_head_separator, + [198338] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1997), 1, + ACTIONS(2439), 1, anon_sym_DASH2, - STATE(5741), 1, + STATE(5757), 1, sym_comment, - ACTIONS(1999), 5, + ACTIONS(2441), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197866] = 4, + [198355] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2001), 1, + ACTIONS(2467), 1, anon_sym_DASH2, - STATE(5742), 1, + STATE(5758), 1, sym_comment, - ACTIONS(2003), 5, + ACTIONS(2469), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197883] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4932), 1, - sym__blosure, - STATE(5743), 1, - sym_comment, - [197908] = 4, + [198372] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2382), 1, + ACTIONS(2471), 1, anon_sym_DASH2, - STATE(5744), 1, + STATE(5759), 1, sym_comment, - ACTIONS(2384), 5, + ACTIONS(2473), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197925] = 4, + [198389] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2013), 1, + ACTIONS(1018), 1, anon_sym_DASH2, - STATE(5745), 1, + STATE(5760), 1, sym_comment, - ACTIONS(2015), 5, + ACTIONS(1020), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197942] = 4, + [198406] = 8, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9918), 1, + anon_sym_RBRACK, + STATE(5761), 1, + sym_comment, + STATE(6031), 1, + aux_sym_shebang_repeat1, + STATE(6665), 1, + sym_val_list, + STATE(7097), 1, + aux_sym_val_table_repeat1, + [198431] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2386), 1, + ACTIONS(2419), 1, anon_sym_DASH2, - STATE(5746), 1, + STATE(5762), 1, sym_comment, - ACTIONS(2388), 5, + ACTIONS(2421), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [197959] = 5, + [198448] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2253), 1, - anon_sym_LBRACE, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(5747), 1, + ACTIONS(9920), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(9922), 1, + aux_sym__immediate_decimal_token2, + STATE(5763), 1, sym_comment, - ACTIONS(2249), 4, - sym_identifier, + ACTIONS(1757), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [198469] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2158), 1, + sym__entry_separator, + ACTIONS(9924), 1, + anon_sym_DOT_DOT2, + STATE(5764), 1, + sym_comment, + ACTIONS(2152), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(9926), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [198490] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4881), 1, + anon_sym_DASH2, + ACTIONS(9928), 1, + sym_long_flag_identifier, + ACTIONS(9930), 1, + anon_sym_EQ2, + STATE(5765), 1, + sym_comment, + ACTIONS(4879), 3, anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_DASH2, - [197978] = 4, + anon_sym_LBRACE, + [198511] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9932), 1, + anon_sym_DQUOTE2, + STATE(5766), 1, + sym_comment, + STATE(5781), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [198534] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2390), 1, - anon_sym_DASH2, - STATE(5748), 1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(5767), 1, sym_comment, - ACTIONS(2392), 5, - ts_builtin_sym_end, + STATE(6493), 1, + sym_block, + ACTIONS(9934), 4, sym__newline, anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [197995] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [198553] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(5768), 1, + sym_comment, + STATE(6494), 1, + sym_block, + ACTIONS(9934), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [198572] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2017), 1, + ACTIONS(2089), 1, anon_sym_DASH2, - STATE(5749), 1, + STATE(5769), 1, sym_comment, - ACTIONS(2019), 5, + ACTIONS(2091), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198012] = 8, - ACTIONS(251), 1, + [198589] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4888), 1, - sym__blosure, - STATE(5568), 1, - aux_sym_shebang_repeat1, - STATE(5750), 1, + ACTIONS(9936), 1, + anon_sym_DOT2, + STATE(6483), 1, + sym_path, + STATE(5770), 2, sym_comment, - [198037] = 5, + aux_sym_cell_path_repeat1, + ACTIONS(941), 3, + anon_sym_RBRACK, + sym__entry_separator, + sym__table_head_separator, + [198608] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - ACTIONS(2259), 1, - anon_sym_LBRACE, - STATE(5751), 1, + ACTIONS(4631), 1, + aux_sym_unquoted_token3, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5771), 1, sym_comment, - ACTIONS(2257), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [198056] = 7, + STATE(6416), 1, + sym__immediate_decimal, + [198633] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4631), 1, + aux_sym_unquoted_token3, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5772), 1, + sym_comment, + STATE(7628), 1, + sym__immediate_decimal, + [198658] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9728), 1, - anon_sym_DASH_DASH, - ACTIONS(9730), 1, + ACTIONS(5020), 1, anon_sym_DASH2, - ACTIONS(9901), 1, - sym_identifier, - STATE(5752), 1, + STATE(5773), 1, sym_comment, - STATE(5756), 1, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [198079] = 8, + ACTIONS(5018), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [198675] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9686), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9688), 1, - anon_sym_SEMI, - ACTIONS(9903), 1, - anon_sym_RPAREN, - STATE(212), 1, - aux_sym__parenthesized_body_repeat1, - STATE(5753), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9939), 1, + anon_sym_RBRACK, + STATE(5774), 1, sym_comment, - STATE(6079), 1, - aux_sym__block_body_repeat1, - STATE(6689), 1, + STATE(5982), 1, aux_sym_shebang_repeat1, - [198104] = 4, + STATE(6929), 1, + sym_val_list, + STATE(7015), 1, + aux_sym_val_table_repeat1, + [198700] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1945), 1, + ACTIONS(1937), 1, anon_sym_DASH2, - STATE(5754), 1, + STATE(5775), 1, sym_comment, - ACTIONS(1947), 5, + ACTIONS(1939), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198121] = 4, + [198717] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2413), 1, + ACTIONS(2443), 1, anon_sym_DASH2, - STATE(5755), 1, + STATE(5776), 1, sym_comment, - ACTIONS(2415), 5, + ACTIONS(2445), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198138] = 6, + [198734] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8905), 1, - sym_identifier, - ACTIONS(9905), 1, - anon_sym_DASH_DASH, - ACTIONS(9908), 1, + ACTIONS(5024), 1, anon_sym_DASH2, - STATE(5756), 2, + STATE(5777), 1, sym_comment, - aux_sym_ctrl_do_repeat1, - STATE(5904), 2, - sym_short_flag, - sym_long_flag, - [198159] = 5, + ACTIONS(5022), 5, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_DASH_DASH, + anon_sym_as, + [198751] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9911), 1, - anon_sym_DOT_DOT2, - STATE(5757), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(9941), 1, + anon_sym_DOT, + ACTIONS(9943), 1, + aux_sym__immediate_decimal_token2, + STATE(5778), 1, sym_comment, - ACTIONS(9913), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2121), 3, + ACTIONS(1727), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [198178] = 5, + [198772] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9945), 1, + anon_sym_DQUOTE2, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5779), 1, + sym_comment, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [198795] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(5758), 1, + STATE(5780), 1, sym_comment, - STATE(6098), 1, + STATE(6496), 1, sym_block, - ACTIONS(9915), 4, + ACTIONS(9947), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [198197] = 5, - ACTIONS(251), 1, + [198814] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9917), 1, - anon_sym_DOT_DOT2, - STATE(5759), 1, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9949), 1, + anon_sym_DQUOTE2, + STATE(5688), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(5781), 1, sym_comment, - ACTIONS(9919), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2148), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [198216] = 5, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [198837] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9921), 1, - anon_sym_DOT_DOT2, - STATE(5760), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9951), 1, + anon_sym_RBRACK, + STATE(5782), 1, sym_comment, - ACTIONS(9923), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2156), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [198235] = 5, - ACTIONS(251), 1, + STATE(6032), 1, + aux_sym_shebang_repeat1, + STATE(6687), 1, + sym_val_list, + STATE(7104), 1, + aux_sym_val_table_repeat1, + [198862] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9925), 1, - anon_sym_DOT_DOT2, - STATE(5761), 1, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(9953), 1, + aux_sym_unquoted_token3, + STATE(5783), 1, sym_comment, - ACTIONS(9927), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(2164), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [198254] = 6, + STATE(6416), 1, + sym__immediate_decimal, + [198887] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5680), 1, - anon_sym_DOT2, - STATE(5762), 1, - sym_comment, - STATE(5778), 1, - aux_sym_cell_path_repeat1, - STATE(6534), 1, - sym_path, - ACTIONS(948), 3, - anon_sym_RBRACK, + ACTIONS(1000), 1, sym__entry_separator, - sym__table_head_separator, - [198275] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9929), 1, + ACTIONS(9955), 1, anon_sym_DOT_DOT2, - STATE(5763), 1, + STATE(5784), 1, sym_comment, - ACTIONS(9931), 2, + ACTIONS(1004), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + ACTIONS(9957), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(5915), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [198294] = 8, - ACTIONS(251), 1, + [198908] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4910), 1, - sym__blosure, - STATE(5764), 1, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + ACTIONS(9953), 1, + aux_sym_unquoted_token3, + STATE(5785), 1, sym_comment, - [198319] = 5, + STATE(7628), 1, + sym__immediate_decimal, + [198933] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9929), 1, + ACTIONS(4596), 1, anon_sym_DOT_DOT2, - STATE(5765), 1, + ACTIONS(9953), 1, + aux_sym_unquoted_token2, + STATE(5786), 1, sym_comment, - ACTIONS(9931), 2, + ACTIONS(4598), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - ACTIONS(5922), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [198338] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(5766), 1, - sym_comment, - STATE(6161), 1, - sym_block, - ACTIONS(9933), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [198357] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(5767), 1, - sym_comment, - STATE(6162), 1, - sym_block, - ACTIONS(9933), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [198376] = 4, + ACTIONS(9706), 2, + sym_filesize_unit, + sym_duration_unit, + [198954] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2417), 1, + ACTIONS(2475), 1, anon_sym_DASH2, - STATE(5768), 1, + STATE(5787), 1, sym_comment, - ACTIONS(2419), 5, + ACTIONS(2477), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198393] = 4, + [198971] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2421), 1, - anon_sym_DASH2, - STATE(5769), 1, - sym_comment, - ACTIONS(2423), 5, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [198410] = 7, - ACTIONS(3), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + ACTIONS(9959), 1, + anon_sym_RBRACK, + STATE(5788), 1, + sym_comment, + STATE(6033), 1, + aux_sym_shebang_repeat1, + STATE(6691), 1, + sym_val_list, + STATE(7106), 1, + aux_sym_val_table_repeat1, + [198996] = 8, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9935), 1, - anon_sym_DQUOTE2, - STATE(5770), 1, + ACTIONS(9600), 1, + anon_sym_def, + ACTIONS(9602), 1, + anon_sym_extern, + ACTIONS(9604), 1, + anon_sym_module, + ACTIONS(9606), 1, + anon_sym_use, + ACTIONS(9961), 1, + anon_sym_alias, + ACTIONS(9963), 1, + anon_sym_const, + STATE(5789), 1, sym_comment, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [198433] = 4, + [199021] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2425), 1, + ACTIONS(2345), 1, anon_sym_DASH2, - STATE(5771), 1, + STATE(5790), 1, sym_comment, - ACTIONS(2427), 5, + ACTIONS(2347), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198450] = 8, + [199038] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9557), 1, - anon_sym_alias, - ACTIONS(9559), 1, - anon_sym_const, - ACTIONS(9561), 1, + ACTIONS(9600), 1, anon_sym_def, - ACTIONS(9563), 1, + ACTIONS(9602), 1, anon_sym_extern, - ACTIONS(9565), 1, + ACTIONS(9604), 1, anon_sym_module, - ACTIONS(9567), 1, + ACTIONS(9606), 1, anon_sym_use, - STATE(5772), 1, - sym_comment, - [198475] = 8, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(4910), 1, - sym__blosure, - STATE(5743), 1, - aux_sym_shebang_repeat1, - STATE(5773), 1, - sym_comment, - [198500] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9937), 1, - anon_sym_LPAREN, - ACTIONS(9943), 1, - anon_sym_DQUOTE2, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9940), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - STATE(5774), 2, + ACTIONS(9965), 1, + anon_sym_alias, + ACTIONS(9967), 1, + anon_sym_const, + STATE(5791), 1, sym_comment, - aux_sym__inter_double_quotes_repeat1, - [198521] = 4, + [199063] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2025), 1, + ACTIONS(5056), 1, anon_sym_DASH2, - STATE(5775), 1, + STATE(5792), 1, sym_comment, - ACTIONS(2027), 5, + ACTIONS(5054), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198538] = 4, + [199080] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2427), 1, anon_sym_DASH2, - STATE(5776), 1, + STATE(5793), 1, sym_comment, - ACTIONS(2396), 5, + ACTIONS(2429), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198555] = 4, - ACTIONS(251), 1, + [199097] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2398), 1, - anon_sym_DASH2, - STATE(5777), 1, + ACTIONS(6237), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + ACTIONS(9969), 1, + anon_sym_RBRACE, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5794), 1, sym_comment, - ACTIONS(2400), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [198572] = 5, + STATE(7192), 1, + sym_cell_path, + [199122] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9945), 1, + ACTIONS(2013), 1, + anon_sym_RBRACE, + ACTIONS(2015), 1, + sym__entry_separator, + ACTIONS(8774), 1, anon_sym_DOT2, - STATE(6534), 1, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, sym_path, - STATE(5778), 2, + STATE(5795), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(941), 3, + STATE(7320), 1, + sym_cell_path, + [199147] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5796), 1, + sym_comment, + ACTIONS(2116), 3, anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_DOT_DOT2, + ACTIONS(2118), 3, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, sym__entry_separator, - sym__table_head_separator, - [198591] = 4, + [199164] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1894), 1, + anon_sym_RBRACE, + ACTIONS(1896), 1, + sym__entry_separator, + ACTIONS(8774), 1, + anon_sym_DOT2, + STATE(5166), 1, + aux_sym_cell_path_repeat1, + STATE(5546), 1, + sym_path, + STATE(5797), 1, + sym_comment, + STATE(7283), 1, + sym_cell_path, + [199189] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, + anon_sym_LPAREN, + ACTIONS(9972), 1, + anon_sym_DQUOTE2, + STATE(5798), 1, + sym_comment, + STATE(5804), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(6518), 1, + sym_expr_interpolated, + ACTIONS(9690), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [199212] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2441), 1, + ACTIONS(5030), 1, anon_sym_DASH2, - STATE(5779), 1, + STATE(5799), 1, sym_comment, - ACTIONS(2443), 5, + ACTIONS(5028), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198608] = 4, + [199229] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5076), 1, + ACTIONS(5034), 1, anon_sym_DASH2, - STATE(5780), 1, + STATE(5800), 1, sym_comment, - ACTIONS(5074), 5, + ACTIONS(5032), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198625] = 4, + [199246] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7130), 1, + aux_sym_unquoted_token3, + ACTIONS(8361), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8913), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8915), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8917), 1, + aux_sym__immediate_decimal_token5, + STATE(5801), 1, + sym_comment, + STATE(6416), 1, + sym__immediate_decimal, + [199271] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5080), 1, + ACTIONS(2403), 1, anon_sym_DASH2, - STATE(5781), 1, + STATE(5802), 1, sym_comment, - ACTIONS(5078), 5, + ACTIONS(2405), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198642] = 7, + [199288] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, + ACTIONS(7130), 1, + aux_sym_unquoted_token3, + ACTIONS(8659), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(8947), 1, + aux_sym__immediate_decimal_token3, + ACTIONS(8949), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8951), 1, + aux_sym__immediate_decimal_token5, + STATE(5803), 1, + sym_comment, + STATE(7628), 1, + sym__immediate_decimal, + [199313] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9688), 1, anon_sym_LPAREN, - ACTIONS(9948), 1, + ACTIONS(9974), 1, anon_sym_DQUOTE2, - STATE(5782), 1, - sym_comment, - STATE(5797), 1, + STATE(5688), 1, aux_sym__inter_double_quotes_repeat1, - STATE(6251), 1, + STATE(5804), 1, + sym_comment, + STATE(6518), 1, sym_expr_interpolated, - ACTIONS(9694), 2, + ACTIONS(9690), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [198665] = 4, + [199336] = 8, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2029), 1, - anon_sym_DASH2, - STATE(5783), 1, - sym_comment, - ACTIONS(2031), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [198682] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3522), 1, - sym__space, - STATE(5784), 1, + ACTIONS(9600), 1, + anon_sym_def, + ACTIONS(9602), 1, + anon_sym_extern, + ACTIONS(9604), 1, + anon_sym_module, + ACTIONS(9606), 1, + anon_sym_use, + ACTIONS(9976), 1, + anon_sym_alias, + ACTIONS(9978), 1, + anon_sym_const, + STATE(5805), 1, sym_comment, - ACTIONS(1916), 5, - sym__newline, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH2, - anon_sym_LBRACE, - [198699] = 4, + [199361] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2485), 1, + ACTIONS(1957), 1, anon_sym_DASH2, - STATE(5785), 1, + STATE(5806), 1, sym_comment, - ACTIONS(2487), 5, + ACTIONS(1959), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198716] = 4, + [199378] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2402), 1, + ACTIONS(2001), 1, anon_sym_DASH2, - STATE(5786), 1, + STATE(5807), 1, sym_comment, - ACTIONS(2404), 5, + ACTIONS(2003), 5, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, anon_sym_DASH_DASH, anon_sym_as, - [198733] = 8, - ACTIONS(3), 1, + [199395] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8353), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8895), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8897), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8899), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(9950), 1, - aux_sym_unquoted_token3, - STATE(5787), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(5808), 1, sym_comment, - STATE(6198), 1, - sym__immediate_decimal, - [198758] = 8, + STATE(7081), 1, + aux_sym_val_table_repeat1, + STATE(7100), 1, + sym_val_list, + [199417] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8622), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(8927), 1, - aux_sym__immediate_decimal_token3, - ACTIONS(8929), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8931), 1, - aux_sym__immediate_decimal_token5, - ACTIONS(9950), 1, - aux_sym_unquoted_token3, - STATE(5788), 1, + STATE(5809), 1, sym_comment, - STATE(7524), 1, - sym__immediate_decimal, - [198783] = 6, + ACTIONS(972), 5, + anon_sym_RBRACK, + anon_sym_QMARK2, + sym__entry_separator, + sym__table_head_separator, + anon_sym_DOT2, + [199431] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4540), 1, - anon_sym_DOT_DOT2, - ACTIONS(9950), 1, - aux_sym_unquoted_token2, - STATE(5789), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(5810), 1, sym_comment, - ACTIONS(4542), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - ACTIONS(9668), 2, - sym_filesize_unit, - sym_duration_unit, - [198804] = 4, + STATE(6998), 1, + sym_val_list, + STATE(7000), 1, + aux_sym_val_table_repeat1, + [199453] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5811), 1, + sym_comment, + ACTIONS(8235), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199467] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5812), 1, + sym_comment, + ACTIONS(8239), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199481] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5813), 1, + sym_comment, + ACTIONS(8243), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199495] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2406), 1, + ACTIONS(5060), 1, anon_sym_DASH2, - STATE(5790), 1, + STATE(5814), 1, sym_comment, - ACTIONS(2408), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, + ACTIONS(5058), 4, + sym_identifier, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - anon_sym_as, - [198821] = 8, + anon_sym_LBRACE, + [199511] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9561), 1, - anon_sym_def, - ACTIONS(9563), 1, - anon_sym_extern, - ACTIONS(9565), 1, - anon_sym_module, - ACTIONS(9567), 1, - anon_sym_use, - ACTIONS(9952), 1, - anon_sym_alias, - ACTIONS(9954), 1, - anon_sym_const, - STATE(5791), 1, + STATE(5815), 1, sym_comment, - [198846] = 8, + ACTIONS(8247), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199525] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9561), 1, - anon_sym_def, - ACTIONS(9563), 1, - anon_sym_extern, - ACTIONS(9565), 1, - anon_sym_module, - ACTIONS(9567), 1, - anon_sym_use, - ACTIONS(9956), 1, - anon_sym_alias, - ACTIONS(9958), 1, - anon_sym_const, - STATE(5792), 1, + STATE(5816), 1, sym_comment, - [198871] = 6, + ACTIONS(8251), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199539] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__entry_separator, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - STATE(5793), 1, + ACTIONS(9852), 1, + aux_sym__immediate_decimal_token2, + STATE(5817), 1, sym_comment, - ACTIONS(1004), 2, + ACTIONS(1725), 2, anon_sym_RBRACK, - anon_sym_RBRACE, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [198892] = 4, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [199557] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5818), 1, + sym_comment, + STATE(5840), 1, + sym__variable_name, + STATE(6916), 1, + sym__assignment_pattern, + [199579] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5819), 1, + sym_comment, + ACTIONS(8255), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199593] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5820), 1, + sym_comment, + ACTIONS(8259), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199607] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5821), 1, + sym_comment, + ACTIONS(8263), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199621] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(5794), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9980), 1, + anon_sym_GT2, + ACTIONS(9982), 1, + anon_sym_AT, + STATE(5321), 1, + aux_sym__multiple_types_repeat1, + STATE(5822), 1, + sym_comment, + STATE(6965), 1, + sym_param_cmd, + [199643] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9984), 1, + anon_sym_GT2, + STATE(5322), 1, + aux_sym__multiple_types_repeat1, + STATE(5823), 1, + sym_comment, + STATE(6966), 1, + sym_param_cmd, + [199665] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5824), 1, + sym_comment, + STATE(6021), 1, + sym__variable_name, + STATE(7074), 1, + sym__assignment_pattern_parenthesized, + [199687] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5825), 1, + sym_comment, + STATE(6021), 1, + sym__variable_name, + STATE(7085), 1, + sym__assignment_pattern_parenthesized, + [199709] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5826), 1, sym_comment, - ACTIONS(2170), 3, + STATE(6021), 1, + sym__variable_name, + STATE(7102), 1, + sym__assignment_pattern_parenthesized, + [199731] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(5827), 1, + sym_comment, + ACTIONS(976), 5, anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_DOT_DOT2, - ACTIONS(2172), 3, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, + anon_sym_QMARK2, sym__entry_separator, - [198909] = 4, + sym__table_head_separator, + anon_sym_DOT2, + [199745] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4997), 1, - anon_sym_DASH2, - STATE(5795), 1, + STATE(5828), 1, sym_comment, - ACTIONS(4995), 5, - ts_builtin_sym_end, + ACTIONS(8267), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199759] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7706), 1, sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [198926] = 4, + ACTIONS(7708), 1, + sym__space, + STATE(4389), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(5829), 1, + sym_comment, + STATE(6044), 1, + aux_sym_ctrl_do_parenthesized_repeat1, + STATE(7341), 1, + sym__flags_parenthesized, + [199781] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5001), 1, - anon_sym_DASH2, - STATE(5796), 1, + STATE(5830), 1, sym_comment, - ACTIONS(4999), 5, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_DASH_DASH, - anon_sym_as, - [198943] = 7, + ACTIONS(8271), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199795] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5831), 1, + sym_comment, + ACTIONS(8275), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199809] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9964), 1, - anon_sym_DQUOTE2, - STATE(5774), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5797), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9986), 1, + anon_sym_GT2, + STATE(5328), 1, + aux_sym__multiple_types_repeat1, + STATE(5832), 1, sym_comment, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [198966] = 7, + STATE(6974), 1, + sym_param_cmd, + [199831] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9988), 1, + anon_sym_GT2, + STATE(5329), 1, + aux_sym__multiple_types_repeat1, + STATE(5833), 1, + sym_comment, + STATE(6976), 1, + sym_param_cmd, + [199853] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9990), 1, + anon_sym_GT2, + STATE(5330), 1, + aux_sym__multiple_types_repeat1, + STATE(5834), 1, + sym_comment, + STATE(6979), 1, + sym_param_cmd, + [199875] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9992), 1, + anon_sym_GT2, + STATE(5331), 1, + aux_sym__multiple_types_repeat1, + STATE(5835), 1, + sym_comment, + STATE(6982), 1, + sym_param_cmd, + [199897] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5836), 1, + sym_comment, + ACTIONS(8279), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [199911] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5837), 1, + sym_comment, + STATE(5840), 1, + sym__variable_name, + STATE(7079), 1, + sym__assignment_pattern, + [199933] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9692), 1, - anon_sym_LPAREN, - ACTIONS(9966), 1, - anon_sym_DQUOTE2, - STATE(5770), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(5798), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9994), 1, + anon_sym_GT2, + STATE(5334), 1, + aux_sym__multiple_types_repeat1, + STATE(5838), 1, sym_comment, - STATE(6251), 1, - sym_expr_interpolated, - ACTIONS(9694), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [198989] = 8, - ACTIONS(251), 1, + STATE(6988), 1, + sym_param_cmd, + [199955] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9561), 1, - anon_sym_def, - ACTIONS(9563), 1, - anon_sym_extern, - ACTIONS(9565), 1, - anon_sym_module, - ACTIONS(9567), 1, - anon_sym_use, - ACTIONS(9968), 1, - anon_sym_alias, - ACTIONS(9970), 1, - anon_sym_const, - STATE(5799), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(9996), 1, + anon_sym_GT2, + STATE(5335), 1, + aux_sym__multiple_types_repeat1, + STATE(5839), 1, sym_comment, - [199014] = 8, + STATE(6991), 1, + sym_param_cmd, + [199977] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9972), 1, - anon_sym_RBRACK, - STATE(5800), 1, + ACTIONS(9998), 1, + anon_sym_EQ, + ACTIONS(10000), 1, + anon_sym_COLON, + STATE(5840), 1, sym_comment, - STATE(5969), 1, + STATE(6728), 1, aux_sym_shebang_repeat1, - STATE(6951), 1, - sym_val_list, - STATE(7032), 1, - aux_sym_val_table_repeat1, - [199039] = 8, + STATE(7494), 1, + sym_param_type, + [199999] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - ACTIONS(9974), 1, - anon_sym_RBRACK, - STATE(5801), 1, + STATE(5841), 1, sym_comment, - STATE(6023), 1, - aux_sym_shebang_repeat1, - STATE(6820), 1, - sym_val_list, - STATE(7136), 1, - aux_sym_val_table_repeat1, - [199064] = 7, + ACTIONS(8283), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200013] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(5802), 1, + STATE(5842), 1, sym_comment, - STATE(6882), 1, - sym_val_list, - STATE(7162), 1, - aux_sym_val_table_repeat1, - [199086] = 3, + ACTIONS(8287), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200027] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5803), 1, + STATE(5843), 1, sym_comment, - ACTIONS(8173), 5, + ACTIONS(8291), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199100] = 5, + [200041] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4967), 1, - anon_sym_DASH2, - ACTIONS(9976), 1, - anon_sym_EQ2, - STATE(5804), 1, + STATE(5844), 1, sym_comment, - ACTIONS(4965), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + ACTIONS(8295), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, anon_sym_LBRACE, - [199118] = 7, - ACTIONS(3), 1, + [200055] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(9982), 1, - anon_sym_SQUOTE, - STATE(5805), 1, + STATE(5845), 1, sym_comment, - STATE(5810), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [199140] = 4, + ACTIONS(8299), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200069] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5076), 1, + STATE(5846), 1, + sym_comment, + ACTIONS(8303), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200083] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4932), 1, anon_sym_DASH2, - STATE(5806), 1, + STATE(5847), 1, sym_comment, - ACTIONS(5074), 4, + ACTIONS(4930), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - [199156] = 7, + [200099] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1831), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(1927), 1, + sym__table_head_separator, + ACTIONS(10002), 1, anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2051), 1, + STATE(5626), 1, sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5807), 1, + STATE(5848), 1, sym_comment, - [199178] = 4, - ACTIONS(251), 1, + STATE(6530), 1, + aux_sym_cell_path_repeat1, + STATE(7245), 1, + sym_path, + [200121] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5080), 1, - anon_sym_DASH2, - STATE(5808), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10004), 1, + anon_sym_GT2, + STATE(5292), 1, + aux_sym__multiple_types_repeat1, + STATE(5849), 1, sym_comment, - ACTIONS(5078), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [199194] = 3, + STATE(6770), 1, + sym_param_cmd, + [200143] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5809), 1, + STATE(5850), 1, sym_comment, - ACTIONS(8243), 5, + ACTIONS(7943), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199208] = 7, + [200157] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(9984), 1, - anon_sym_SQUOTE, - STATE(5810), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10006), 1, + anon_sym_GT2, + STATE(5295), 1, + aux_sym__multiple_types_repeat1, + STATE(5851), 1, sym_comment, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [199230] = 3, + STATE(6779), 1, + sym_param_cmd, + [200179] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5811), 1, + STATE(5852), 1, + sym_comment, + ACTIONS(8307), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200193] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5853), 1, sym_comment, ACTIONS(8311), 5, anon_sym_EQ, @@ -404535,1014 +405313,1408 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199244] = 3, - ACTIONS(3), 1, + [200207] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5812), 1, + STATE(5854), 1, sym_comment, - ACTIONS(962), 5, - anon_sym_RBRACK, - anon_sym_QMARK2, - sym__entry_separator, - sym__table_head_separator, + ACTIONS(8073), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200221] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1927), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, anon_sym_DOT2, - [199258] = 3, + STATE(1497), 1, + sym_path, + STATE(2134), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5855), 1, + sym_comment, + [200243] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5813), 1, + STATE(5856), 1, sym_comment, - ACTIONS(8075), 5, + ACTIONS(8077), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199272] = 6, + [200257] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - ACTIONS(9986), 1, - aux_sym__immediate_decimal_token1, - ACTIONS(9988), 1, + ACTIONS(8997), 1, aux_sym__immediate_decimal_token2, - STATE(5814), 1, + ACTIONS(10008), 1, + anon_sym_DOT, + STATE(5857), 1, sym_comment, - ACTIONS(1729), 2, + ACTIONS(1727), 3, anon_sym_PIPE, + anon_sym_if, anon_sym_EQ_GT, - [199292] = 3, + [200275] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5815), 1, + STATE(5858), 1, sym_comment, - ACTIONS(8202), 5, + ACTIONS(8315), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199306] = 3, + [200289] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5816), 1, + STATE(5859), 1, sym_comment, - ACTIONS(8123), 5, + ACTIONS(8319), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199320] = 3, + [200303] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5817), 1, + STATE(5860), 1, sym_comment, - ACTIONS(8143), 5, + ACTIONS(8085), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199334] = 7, + [200317] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2019), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2060), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5818), 1, + STATE(5861), 1, sym_comment, - [199356] = 5, + STATE(6801), 1, + sym_block, + ACTIONS(9934), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [200335] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(208), 1, - aux_sym__block_body_repeat1, - STATE(5819), 1, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(5862), 1, sym_comment, - ACTIONS(141), 2, + STATE(6802), 1, + sym_block, + ACTIONS(9934), 3, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - ACTIONS(595), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [199374] = 7, + [200353] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2023), 1, + ACTIONS(4989), 1, + anon_sym_DASH2, + STATE(5863), 1, + sym_comment, + ACTIONS(4987), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2061), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5820), 1, + [200369] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5864), 1, sym_comment, - [199396] = 7, + ACTIONS(8089), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200383] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9990), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10014), 1, + anon_sym_SQUOTE, + STATE(5865), 1, + sym_comment, + STATE(5868), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [200405] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(10000), 1, + anon_sym_COLON, + ACTIONS(10016), 1, + anon_sym_EQ, + STATE(5866), 1, + sym_comment, + STATE(6728), 1, + aux_sym_shebang_repeat1, + STATE(7485), 1, + sym_param_type, + [200427] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5867), 1, + sym_comment, + ACTIONS(7804), 5, + anon_sym_EQ, + anon_sym_DASH_GT, anon_sym_GT2, - ACTIONS(9992), 1, anon_sym_AT, - STATE(5365), 1, - aux_sym__multiple_types_repeat1, - STATE(5821), 1, + anon_sym_LBRACE, + [200441] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10018), 1, + anon_sym_SQUOTE, + STATE(5868), 1, sym_comment, - STATE(6894), 1, - sym_param_cmd, - [199418] = 7, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [200463] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(2140), 1, + anon_sym_RBRACE, + ACTIONS(2142), 1, + sym__entry_separator, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + STATE(5869), 1, + sym_comment, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [200483] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5870), 1, + sym_comment, + ACTIONS(7979), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [200497] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(9994), 1, + ACTIONS(10020), 1, anon_sym_SQUOTE, - STATE(5822), 1, + STATE(5871), 1, sym_comment, - STATE(5827), 1, + STATE(5984), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [199440] = 3, + [200519] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5823), 1, + STATE(5872), 1, sym_comment, - ACTIONS(8119), 5, + ACTIONS(8093), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199454] = 3, + [200533] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(5824), 1, + STATE(204), 1, + aux_sym__block_body_repeat1, + STATE(5873), 1, sym_comment, - ACTIONS(8247), 5, + ACTIONS(141), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(597), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [200551] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(10022), 1, + aux_sym__immediate_decimal_token2, + STATE(5874), 1, + sym_comment, + ACTIONS(1767), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [200569] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(5875), 1, + sym_comment, + ACTIONS(8107), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [199468] = 7, + [200583] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(5876), 1, + sym_comment, + STATE(6858), 1, + sym_block, + ACTIONS(9947), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [200601] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(2136), 1, + anon_sym_RBRACE, + ACTIONS(2138), 1, sym__entry_separator, - ACTIONS(9992), 1, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + STATE(5877), 1, + sym_comment, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [200621] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10024), 1, + anon_sym_SQUOTE, + STATE(5878), 1, + sym_comment, + STATE(5883), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [200643] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, anon_sym_AT, - ACTIONS(9996), 1, + ACTIONS(10026), 1, anon_sym_GT2, - STATE(5315), 1, + STATE(5378), 1, aux_sym__multiple_types_repeat1, - STATE(5825), 1, + STATE(5879), 1, sym_comment, - STATE(6777), 1, + STATE(7163), 1, sym_param_cmd, - [199490] = 6, + [200665] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10028), 1, + anon_sym_GT2, + STATE(5379), 1, + aux_sym__multiple_types_repeat1, + STATE(5880), 1, + sym_comment, + STATE(7177), 1, + sym_param_cmd, + [200687] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8624), 1, - aux_sym__immediate_decimal_token4, - ACTIONS(8626), 1, - aux_sym__immediate_decimal_token5, - STATE(5826), 1, + STATE(206), 1, + aux_sym__block_body_repeat1, + STATE(5881), 1, sym_comment, - STATE(7433), 1, - sym__immediate_decimal, - ACTIONS(8622), 2, - aux_sym__immediate_decimal_token1, - aux_sym__immediate_decimal_token3, - [199510] = 7, + ACTIONS(141), 2, + sym__newline, + anon_sym_SEMI, + ACTIONS(1396), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [200705] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(10030), 1, + anon_sym_PIPE, + ACTIONS(10032), 1, + anon_sym_if, + ACTIONS(10034), 1, + anon_sym_EQ_GT, + STATE(5882), 1, + sym_comment, + STATE(7138), 1, + aux_sym_match_pattern_repeat1, + STATE(7585), 1, + sym_match_guard, + [200727] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(9998), 1, + ACTIONS(10036), 1, anon_sym_SQUOTE, - STATE(5827), 1, + STATE(5883), 1, sym_comment, - STATE(5834), 1, + STATE(6015), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [199532] = 7, + [200749] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5828), 1, - sym_comment, - STATE(6055), 1, + STATE(5840), 1, sym__variable_name, - STATE(6815), 1, + STATE(5884), 1, + sym_comment, + STATE(6668), 1, sym__assignment_pattern, - [199554] = 7, + [200771] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(10038), 1, + aux_sym__immediate_decimal_token2, + STATE(5885), 1, + sym_comment, + ACTIONS(1765), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 2, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(9992), 1, + [200789] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9696), 1, + aux_sym__immediate_decimal_token2, + STATE(5886), 1, + sym_comment, + ACTIONS(1725), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [200807] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10040), 1, + anon_sym_SQUOTE, + STATE(5887), 1, + sym_comment, + STATE(5890), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [200829] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, anon_sym_AT, - ACTIONS(10000), 1, + ACTIONS(10042), 1, anon_sym_GT2, - STATE(5367), 1, + STATE(5390), 1, aux_sym__multiple_types_repeat1, - STATE(5829), 1, + STATE(5888), 1, sym_comment, - STATE(6897), 1, + STATE(7201), 1, sym_param_cmd, - [199576] = 7, - ACTIONS(251), 1, + [200851] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(5830), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10044), 1, + anon_sym_GT2, + STATE(5402), 1, + aux_sym__multiple_types_repeat1, + STATE(5889), 1, sym_comment, - STATE(6650), 1, - sym_val_list, - STATE(6651), 1, - aux_sym_val_table_repeat1, - [199598] = 7, + STATE(7202), 1, + sym_param_cmd, + [200873] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10002), 1, + ACTIONS(10046), 1, anon_sym_SQUOTE, - STATE(5831), 1, + STATE(5890), 1, sym_comment, - STATE(5841), 1, + STATE(6015), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [199620] = 6, + [200895] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2051), 1, - anon_sym_RBRACE, - ACTIONS(2053), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - STATE(5832), 1, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10048), 1, + anon_sym_GT2, + STATE(5403), 1, + aux_sym__multiple_types_repeat1, + STATE(5891), 1, sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [199640] = 7, + STATE(7207), 1, + sym_param_cmd, + [200917] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10050), 1, + anon_sym_GT2, + STATE(5404), 1, + aux_sym__multiple_types_repeat1, + STATE(5892), 1, + sym_comment, + STATE(6631), 1, + sym_param_cmd, + [200939] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1991), 1, + ACTIONS(1939), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(2053), 1, + STATE(2138), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5833), 1, + STATE(5893), 1, + sym_comment, + [200961] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(10052), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(10054), 1, + aux_sym__immediate_decimal_token2, + STATE(5894), 1, + sym_comment, + ACTIONS(1759), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [200981] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + ACTIONS(8683), 1, + sym_identifier, + STATE(5492), 1, + sym_val_variable, + STATE(5895), 1, sym_comment, - [199662] = 6, + STATE(7730), 1, + sym__variable_name, + [201003] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1873), 1, + anon_sym_LBRACE, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(10056), 1, + anon_sym_DOT_DOT2, + STATE(5896), 1, + sym_comment, + ACTIONS(10058), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201023] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10004), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(10007), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10010), 1, + ACTIONS(10060), 1, anon_sym_SQUOTE, - STATE(7168), 1, - sym_expr_interpolated, - STATE(5834), 2, + STATE(5897), 1, sym_comment, + STATE(5901), 1, aux_sym__inter_single_quotes_repeat1, - [199682] = 3, - ACTIONS(251), 1, + STATE(6796), 1, + sym_expr_interpolated, + [201045] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5835), 1, - sym_comment, - ACTIONS(8215), 5, - anon_sym_EQ, - anon_sym_DASH_GT, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10062), 1, anon_sym_GT2, + STATE(5409), 1, + aux_sym__multiple_types_repeat1, + STATE(5898), 1, + sym_comment, + STATE(6639), 1, + sym_param_cmd, + [201067] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, anon_sym_AT, + ACTIONS(10064), 1, + anon_sym_GT2, + STATE(5412), 1, + aux_sym__multiple_types_repeat1, + STATE(5899), 1, + sym_comment, + STATE(6642), 1, + sym_param_cmd, + [201089] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9656), 1, anon_sym_LBRACE, - [199696] = 7, + STATE(5900), 1, + sym_comment, + STATE(7023), 1, + sym_val_record, + ACTIONS(9822), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [201107] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10066), 1, anon_sym_SQUOTE, - STATE(5836), 1, + STATE(5901), 1, sym_comment, - STATE(5839), 1, + STATE(6015), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [199718] = 5, - ACTIONS(3), 1, + [201129] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10014), 1, - aux_sym__immediate_decimal_token2, - STATE(5837), 1, + STATE(5902), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [199736] = 6, + ACTIONS(1861), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1863), 3, + anon_sym_LBRACE, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201145] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4936), 1, + anon_sym_DASH2, + ACTIONS(10068), 1, + anon_sym_EQ2, + STATE(5903), 1, + sym_comment, + ACTIONS(4934), 3, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [201163] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1819), 1, + ACTIONS(1786), 1, anon_sym_RBRACE, - ACTIONS(1827), 1, + ACTIONS(1794), 1, sym__entry_separator, - ACTIONS(10016), 1, + ACTIONS(10070), 1, anon_sym_DOT_DOT2, - STATE(5838), 1, + STATE(5904), 1, sym_comment, - ACTIONS(10018), 2, + ACTIONS(10072), 2, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [199756] = 7, + [201183] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10020), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5839), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [199778] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5840), 1, + ACTIONS(10074), 1, + anon_sym_LT, + STATE(5905), 1, sym_comment, - ACTIONS(7953), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, + ACTIONS(7804), 2, anon_sym_AT, - anon_sym_LBRACE, - [199792] = 7, + sym__entry_separator, + ACTIONS(7808), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [201201] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10022), 1, + ACTIONS(10076), 1, anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5841), 1, + STATE(5906), 1, sym_comment, - STATE(7168), 1, + STATE(5908), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, sym_expr_interpolated, - [199814] = 5, + [201223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10024), 1, + ACTIONS(10078), 1, anon_sym_LT, - STATE(5842), 1, + STATE(5907), 1, sym_comment, - ACTIONS(7827), 2, + ACTIONS(7804), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(7831), 2, + ACTIONS(7808), 2, anon_sym_RBRACK, anon_sym_GT2, - [199832] = 3, - ACTIONS(251), 1, + [201241] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5843), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10080), 1, + anon_sym_SQUOTE, + STATE(5908), 1, sym_comment, - ACTIONS(8297), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [199846] = 4, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201263] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5844), 1, + STATE(5909), 1, sym_comment, - ACTIONS(1771), 2, + ACTIONS(1765), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1773), 3, + ACTIONS(1767), 3, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [199862] = 7, + [201279] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1995), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2054), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5845), 1, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5840), 1, + sym__variable_name, + STATE(5910), 1, sym_comment, - [199884] = 7, + STATE(6792), 1, + sym__assignment_pattern, + [201301] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2027), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2062), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5846), 1, + ACTIONS(5044), 1, + anon_sym_DASH2, + STATE(5911), 1, sym_comment, - [199906] = 7, + ACTIONS(5042), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [201317] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10026), 1, + ACTIONS(10082), 1, anon_sym_SQUOTE, - STATE(5847), 1, + STATE(5912), 1, sym_comment, - STATE(5849), 1, + STATE(5914), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [199928] = 3, + [201339] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5848), 1, + ACTIONS(5048), 1, + anon_sym_DASH2, + STATE(5913), 1, sym_comment, - ACTIONS(8219), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(5046), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - [199942] = 7, + [201355] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10028), 1, + ACTIONS(10084), 1, anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5849), 1, + STATE(5914), 1, sym_comment, - STATE(7168), 1, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, sym_expr_interpolated, - [199964] = 5, - ACTIONS(3), 1, + [201377] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10030), 1, - aux_sym__immediate_decimal_token2, - STATE(5850), 1, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(5915), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [199982] = 5, + STATE(7032), 1, + sym_block, + ACTIONS(9874), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [201395] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_DASH2, - ACTIONS(8731), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - STATE(5851), 1, - sym_comment, - ACTIONS(1665), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + ACTIONS(1794), 1, anon_sym_LBRACE, - [200000] = 5, + ACTIONS(10086), 1, + anon_sym_DOT_DOT2, + STATE(5916), 1, + sym_comment, + ACTIONS(10088), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201415] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10032), 1, - anon_sym_LT, - STATE(5852), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10090), 1, + anon_sym_SQUOTE, + STATE(5917), 1, sym_comment, - ACTIONS(7827), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(7831), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [200018] = 7, + STATE(5920), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201437] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5882), 1, sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10034), 1, - anon_sym_GT2, - STATE(5322), 1, - aux_sym__multiple_types_repeat1, - STATE(5853), 1, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + STATE(5918), 1, sym_comment, - STATE(6806), 1, - sym_param_cmd, - [200040] = 3, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201457] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(5854), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(10092), 1, + anon_sym_DOT, + ACTIONS(10094), 1, + aux_sym__immediate_decimal_token2, + STATE(5919), 1, sym_comment, - ACTIONS(8211), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200054] = 4, + ACTIONS(1727), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [201477] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10096), 1, + anon_sym_SQUOTE, + STATE(5920), 1, + sym_comment, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201499] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1865), 1, + anon_sym_RBRACE, + ACTIONS(1873), 1, + sym__entry_separator, + ACTIONS(10098), 1, + anon_sym_DOT_DOT2, + STATE(5921), 1, + sym_comment, + ACTIONS(10100), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201519] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(5855), 1, + ACTIONS(8661), 1, + aux_sym__immediate_decimal_token4, + ACTIONS(8663), 1, + aux_sym__immediate_decimal_token5, + STATE(5922), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1737), 3, - anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [200070] = 7, + STATE(7632), 1, + sym__immediate_decimal, + ACTIONS(8659), 2, + aux_sym__immediate_decimal_token1, + aux_sym__immediate_decimal_token3, + [201539] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10036), 1, + ACTIONS(10102), 1, anon_sym_SQUOTE, - STATE(5856), 1, + STATE(5923), 1, sym_comment, - STATE(5859), 1, + STATE(5925), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, sym_expr_interpolated, - [200092] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5857), 1, - sym_comment, - ACTIONS(7957), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200106] = 3, - ACTIONS(251), 1, + [201561] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5858), 1, + ACTIONS(2124), 1, + anon_sym_RBRACE, + ACTIONS(2130), 1, + sym__entry_separator, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + STATE(5924), 1, sym_comment, - ACTIONS(8135), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200120] = 7, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201581] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10038), 1, + ACTIONS(10104), 1, anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5859), 1, + STATE(5925), 1, sym_comment, - STATE(7168), 1, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, sym_expr_interpolated, - [200142] = 3, - ACTIONS(251), 1, + [201603] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5860), 1, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + ACTIONS(10106), 1, + anon_sym_RBRACE, + ACTIONS(10108), 1, + sym__entry_separator, + STATE(5926), 1, sym_comment, - ACTIONS(7933), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200156] = 7, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201623] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5861), 1, + STATE(5927), 1, sym_comment, - STATE(6055), 1, + STATE(5938), 1, sym__variable_name, - STATE(6999), 1, + STATE(6543), 1, sym__assignment_pattern, - [200178] = 7, + [201645] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5862), 1, + STATE(5928), 1, sym_comment, - STATE(6055), 1, + STATE(5938), 1, sym__variable_name, - STATE(7065), 1, + STATE(6568), 1, sym__assignment_pattern, - [200200] = 3, + [201667] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(5863), 1, + ACTIONS(8683), 1, + sym_identifier, + ACTIONS(9710), 1, + anon_sym_DOLLAR, + STATE(5492), 1, + sym_val_variable, + STATE(5929), 1, sym_comment, - ACTIONS(7971), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200214] = 3, - ACTIONS(251), 1, + STATE(5938), 1, + sym__variable_name, + STATE(6569), 1, + sym__assignment_pattern, + [201689] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5864), 1, + ACTIONS(9955), 1, + anon_sym_DOT_DOT2, + ACTIONS(10110), 1, + anon_sym_RBRACE, + ACTIONS(10112), 1, + sym__entry_separator, + STATE(5930), 1, sym_comment, - ACTIONS(7987), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200228] = 4, + ACTIONS(9957), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [201709] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4985), 1, + ACTIONS(5020), 1, anon_sym_DASH2, - STATE(5865), 1, + STATE(5931), 1, sym_comment, - ACTIONS(4983), 4, + ACTIONS(5018), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - [200244] = 7, - ACTIONS(251), 1, + [201725] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1951), 1, - sym__table_head_separator, - ACTIONS(10040), 1, - anon_sym_DOT2, - STATE(5574), 1, - sym_cell_path, - STATE(5866), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10114), 1, + anon_sym_SQUOTE, + STATE(5932), 1, sym_comment, - STATE(6113), 1, - aux_sym_cell_path_repeat1, - STATE(7311), 1, - sym_path, - [200266] = 4, + STATE(5934), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201747] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5039), 1, + ACTIONS(5024), 1, anon_sym_DASH2, - STATE(5867), 1, + STATE(5933), 1, sym_comment, - ACTIONS(5037), 4, + ACTIONS(5022), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - [200282] = 7, + [201763] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10042), 1, + ACTIONS(10116), 1, anon_sym_SQUOTE, - STATE(5868), 1, + STATE(5934), 1, sym_comment, - STATE(5875), 1, + STATE(6015), 1, aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, + STATE(6796), 1, + sym_expr_interpolated, + [201785] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10118), 1, + anon_sym_SQUOTE, + STATE(5935), 1, + sym_comment, + STATE(5951), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, sym_expr_interpolated, - [200304] = 4, + [201807] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5043), 1, - anon_sym_DASH2, - STATE(5869), 1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(9943), 1, + aux_sym__immediate_decimal_token2, + STATE(5936), 1, sym_comment, - ACTIONS(5041), 4, + ACTIONS(1727), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [201825] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(8683), 1, sym_identifier, + ACTIONS(9710), 1, anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [200320] = 3, + STATE(5492), 1, + sym_val_variable, + STATE(5937), 1, + sym_comment, + STATE(5938), 1, + sym__variable_name, + STATE(6470), 1, + sym__assignment_pattern, + [201847] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(5870), 1, - sym_comment, - ACTIONS(8223), 5, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(10000), 1, + anon_sym_COLON, + ACTIONS(10120), 1, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200334] = 3, - ACTIONS(251), 1, + STATE(5938), 1, + sym_comment, + STATE(6728), 1, + aux_sym_shebang_repeat1, + STATE(7505), 1, + sym_param_type, + [201869] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5871), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10122), 1, + anon_sym_SQUOTE, + STATE(5939), 1, sym_comment, - ACTIONS(7937), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200348] = 5, + STATE(5940), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201891] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9899), 1, - aux_sym__immediate_decimal_token2, - STATE(5872), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10124), 1, + anon_sym_SQUOTE, + STATE(5940), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [200366] = 5, - ACTIONS(251), 1, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201913] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(5873), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10126), 1, + anon_sym_SQUOTE, + STATE(5941), 1, sym_comment, - STATE(6790), 1, - sym_block, - ACTIONS(9933), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [200384] = 4, + STATE(5949), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201935] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10128), 1, + anon_sym_SQUOTE, + STATE(5942), 1, + sym_comment, + STATE(5944), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [201957] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5027), 1, - anon_sym_DASH2, - STATE(5874), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(10000), 1, + anon_sym_COLON, + ACTIONS(10130), 1, + anon_sym_EQ, + STATE(5943), 1, sym_comment, - ACTIONS(5025), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [200400] = 7, + STATE(6728), 1, + aux_sym_shebang_repeat1, + STATE(7685), 1, + sym_param_type, + [201979] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, + ACTIONS(10010), 1, anon_sym_LPAREN, - ACTIONS(9980), 1, + ACTIONS(10012), 1, sym_unescaped_interpolated_content, - ACTIONS(10044), 1, + ACTIONS(10132), 1, anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5875), 1, + STATE(5944), 1, sym_comment, - STATE(7168), 1, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, sym_expr_interpolated, - [200422] = 3, + [202001] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5876), 1, + STATE(5945), 1, sym_comment, - ACTIONS(8109), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(1725), 2, + anon_sym_DOT_DOT2, + aux_sym_unquoted_token2, + ACTIONS(1727), 3, anon_sym_LBRACE, - [200436] = 7, - ACTIONS(251), 1, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [202017] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5877), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10134), 1, + anon_sym_SQUOTE, + STATE(5946), 1, sym_comment, - STATE(6002), 1, - sym__variable_name, - STATE(7080), 1, - sym__assignment_pattern_parenthesized, - [200458] = 7, + STATE(5947), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [202039] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10136), 1, + anon_sym_SQUOTE, + STATE(5947), 1, + sym_comment, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [202061] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2031), 1, + ACTIONS(2095), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(2063), 1, + STATE(2043), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5878), 1, + STATE(5948), 1, sym_comment, - [200480] = 7, - ACTIONS(251), 1, + [202083] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5879), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10138), 1, + anon_sym_SQUOTE, + STATE(5949), 1, sym_comment, - STATE(6002), 1, - sym__variable_name, - STATE(7099), 1, - sym__assignment_pattern_parenthesized, - [200502] = 4, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [202105] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5031), 1, - anon_sym_DASH2, - STATE(5880), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(10140), 1, + anon_sym_use, + ACTIONS(10142), 1, + anon_sym_list, + ACTIONS(10144), 1, + anon_sym_hide, + ACTIONS(10146), 1, + anon_sym_new, + STATE(5950), 1, sym_comment, - ACTIONS(5029), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [200518] = 7, + [202127] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10046), 1, - anon_sym_GT2, - STATE(5299), 1, - aux_sym__multiple_types_repeat1, - STATE(5881), 1, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10148), 1, + anon_sym_SQUOTE, + STATE(5951), 1, sym_comment, - STATE(6935), 1, - sym_param_cmd, - [200540] = 3, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [202149] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5882), 1, + STATE(5952), 1, sym_comment, - ACTIONS(8139), 5, + ACTIONS(8009), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200554] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10048), 1, - anon_sym_GT2, - STATE(5401), 1, - aux_sym__multiple_types_repeat1, - STATE(5883), 1, - sym_comment, - STATE(7038), 1, - sym_param_cmd, - [200576] = 3, + [202163] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5884), 1, + STATE(5953), 1, sym_comment, - ACTIONS(8229), 5, + ACTIONS(8133), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200590] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10050), 1, - anon_sym_GT2, - STATE(5402), 1, - aux_sym__multiple_types_repeat1, - STATE(5885), 1, - sym_comment, - STATE(7042), 1, - sym_param_cmd, - [200612] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5886), 1, - sym_comment, - ACTIONS(958), 5, - anon_sym_RBRACK, - anon_sym_QMARK2, - sym__entry_separator, - sym__table_head_separator, - anon_sym_DOT2, - [200626] = 5, + [202177] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, + ACTIONS(1681), 1, + anon_sym_DASH2, + ACTIONS(8735), 1, aux_sym_unquoted_token2, - ACTIONS(9841), 1, - aux_sym__immediate_decimal_token2, - STATE(5887), 1, + STATE(5954), 1, sym_comment, - ACTIONS(1737), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [200644] = 3, + ACTIONS(1693), 3, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + [202195] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5888), 1, + STATE(5955), 1, sym_comment, ACTIONS(8013), 5, anon_sym_EQ, @@ -405550,229 +406722,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200658] = 3, - ACTIONS(251), 1, + [202209] = 3, + ACTIONS(3), 1, anon_sym_POUND, - STATE(5889), 1, + STATE(5956), 1, sym_comment, - ACTIONS(7991), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200672] = 3, + ACTIONS(968), 5, + anon_sym_RBRACK, + anon_sym_QMARK2, + sym__entry_separator, + sym__table_head_separator, + anon_sym_DOT2, + [202223] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5890), 1, + STATE(5957), 1, sym_comment, - ACTIONS(8001), 5, + ACTIONS(8137), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200686] = 5, + [202237] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9666), 1, + ACTIONS(10150), 1, aux_sym__immediate_decimal_token2, - STATE(5891), 1, + STATE(5958), 1, sym_comment, - ACTIONS(1735), 2, + ACTIONS(1765), 2, anon_sym_RBRACE, aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 2, + ACTIONS(1767), 2, anon_sym_LPAREN2, sym__entry_separator, - [200704] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5892), 1, - sym_comment, - ACTIONS(8085), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [200718] = 7, + [202255] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9992), 1, + ACTIONS(9982), 1, anon_sym_AT, - ACTIONS(10052), 1, + ACTIONS(10152), 1, anon_sym_GT2, - STATE(5360), 1, + STATE(5305), 1, aux_sym__multiple_types_repeat1, - STATE(5893), 1, + STATE(5959), 1, sym_comment, - STATE(6881), 1, + STATE(6906), 1, sym_param_cmd, - [200740] = 3, + [202277] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5894), 1, + STATE(5960), 1, sym_comment, - ACTIONS(8127), 5, + ACTIONS(8169), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200754] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10054), 1, - anon_sym_SQUOTE, - STATE(5895), 1, - sym_comment, - STATE(5902), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [200776] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1951), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2115), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5896), 1, - sym_comment, - [200798] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10056), 1, - anon_sym_GT2, - STATE(5333), 1, - aux_sym__multiple_types_repeat1, - STATE(5897), 1, - sym_comment, - STATE(6955), 1, - sym_param_cmd, - [200820] = 7, + [202291] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9992), 1, + ACTIONS(9982), 1, anon_sym_AT, - ACTIONS(10058), 1, + ACTIONS(10154), 1, anon_sym_GT2, - STATE(5379), 1, + STATE(5306), 1, aux_sym__multiple_types_repeat1, - STATE(5898), 1, + STATE(5961), 1, sym_comment, STATE(6911), 1, sym_param_cmd, - [200842] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10060), 1, - anon_sym_GT2, - STATE(5380), 1, - aux_sym__multiple_types_repeat1, - STATE(5899), 1, - sym_comment, - STATE(6914), 1, - sym_param_cmd, - [200864] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - STATE(5491), 1, - sym_val_variable, - STATE(5900), 1, - sym_comment, - STATE(7723), 1, - sym__variable_name, - [200886] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5901), 1, - sym_comment, - STATE(6055), 1, - sym__variable_name, - STATE(7171), 1, - sym__assignment_pattern, - [200908] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10062), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5902), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [200930] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(5903), 1, - sym_comment, - STATE(6782), 1, - sym_val_list, - STATE(6783), 1, - aux_sym_val_table_repeat1, - [200952] = 4, + [202313] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9601), 1, - anon_sym_DASH2, - STATE(5904), 1, + STATE(5962), 1, sym_comment, - ACTIONS(9599), 4, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + ACTIONS(8173), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, anon_sym_LBRACE, - [200968] = 3, + [202327] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5905), 1, + STATE(5963), 1, sym_comment, ACTIONS(8017), 5, anon_sym_EQ, @@ -405780,8284 +406820,7475 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [200982] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1999), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2055), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5906), 1, - sym_comment, - [201004] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(10064), 1, - anon_sym_use, - ACTIONS(10066), 1, - anon_sym_list, - ACTIONS(10068), 1, - anon_sym_hide, - ACTIONS(10070), 1, - anon_sym_new, - STATE(5907), 1, - sym_comment, - [201026] = 3, + [202341] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5908), 1, + STATE(5964), 1, sym_comment, - ACTIONS(8047), 5, + ACTIONS(8177), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201040] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10072), 1, - anon_sym_EQ, - ACTIONS(10074), 1, - anon_sym_COLON, - STATE(5909), 1, - sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7388), 1, - sym_param_type, - [201062] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4967), 1, - anon_sym_DASH2, - ACTIONS(10076), 1, - anon_sym_EQ2, - STATE(5910), 1, - sym_comment, - ACTIONS(4965), 3, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - [201080] = 3, + [202355] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5911), 1, + STATE(5965), 1, sym_comment, - ACTIONS(8051), 5, + ACTIONS(8021), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201094] = 3, + [202369] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5912), 1, + STATE(5966), 1, sym_comment, - ACTIONS(8233), 5, + ACTIONS(8181), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201108] = 6, - ACTIONS(3), 1, + [202383] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10078), 1, - sym__newline, - ACTIONS(10081), 1, - sym__space, - STATE(5465), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(7203), 1, - sym__flags_parenthesized, - STATE(5913), 2, + ACTIONS(9662), 1, + anon_sym_DASH2, + STATE(5967), 1, sym_comment, - aux_sym_ctrl_do_parenthesized_repeat1, - [201128] = 7, - ACTIONS(3), 1, + ACTIONS(9660), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [202399] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10084), 1, - anon_sym_GT2, - STATE(5317), 1, - aux_sym__multiple_types_repeat1, - STATE(5914), 1, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + ACTIONS(8683), 1, + sym_identifier, + STATE(5492), 1, + sym_val_variable, + STATE(5968), 1, sym_comment, - STATE(6784), 1, - sym_param_cmd, - [201150] = 7, + STATE(7730), 1, + sym__variable_name, + [202421] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(5915), 1, + STATE(5969), 1, sym_comment, - STATE(6761), 1, + STATE(6934), 1, sym_val_list, - STATE(6995), 1, + STATE(6935), 1, aux_sym_val_table_repeat1, - [201172] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1827), 1, - anon_sym_LBRACE, - ACTIONS(10086), 1, - anon_sym_DOT_DOT2, - STATE(5916), 1, - sym_comment, - ACTIONS(10088), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [201192] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(5917), 1, - sym_comment, - STATE(6959), 1, - sym_block, - ACTIONS(9915), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [201210] = 3, + [202443] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(5918), 1, + ACTIONS(5014), 1, + anon_sym_DASH2, + STATE(5970), 1, sym_comment, - ACTIONS(8023), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(5012), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - [201224] = 7, + [202459] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(9992), 1, + ACTIONS(9982), 1, anon_sym_AT, - ACTIONS(10090), 1, + ACTIONS(10156), 1, anon_sym_GT2, - STATE(5361), 1, + STATE(5307), 1, aux_sym__multiple_types_repeat1, - STATE(5919), 1, + STATE(5971), 1, sym_comment, - STATE(6887), 1, + STATE(6925), 1, sym_param_cmd, - [201246] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(5920), 1, - sym_comment, - STATE(6927), 1, - sym_val_list, - STATE(7000), 1, - aux_sym_val_table_repeat1, - [201268] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5921), 1, - sym_comment, - ACTIONS(8239), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [201282] = 7, + [202481] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, + ACTIONS(3422), 1, anon_sym_COLON2, - ACTIONS(10064), 1, + ACTIONS(10140), 1, anon_sym_use, - ACTIONS(10066), 1, + ACTIONS(10142), 1, anon_sym_list, - ACTIONS(10068), 1, + ACTIONS(10144), 1, anon_sym_hide, - ACTIONS(10070), 1, + ACTIONS(10146), 1, anon_sym_new, - STATE(5922), 1, + STATE(5972), 1, sym_comment, - [201304] = 3, + [202503] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5923), 1, + STATE(5973), 1, sym_comment, - ACTIONS(8031), 5, + ACTIONS(8185), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201318] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1979), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2047), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5924), 1, - sym_comment, - [201340] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1959), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2125), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5925), 1, - sym_comment, - [201362] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2138), 1, - anon_sym_RBRACE, - ACTIONS(2140), 1, - sym__entry_separator, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - STATE(5926), 1, - sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [201382] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10092), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5927), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [201404] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10094), 1, - anon_sym_SQUOTE, - STATE(5928), 1, - sym_comment, - STATE(5933), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [201426] = 7, + [202517] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5929), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(10000), 1, + anon_sym_COLON, + ACTIONS(10158), 1, + anon_sym_EQ, + STATE(5974), 1, sym_comment, - STATE(6002), 1, - sym__variable_name, - STATE(7116), 1, - sym__assignment_pattern_parenthesized, - [201448] = 6, + STATE(6728), 1, + aux_sym_shebang_repeat1, + STATE(7395), 1, + sym_param_type, + [202539] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1737), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(8745), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(10096), 1, - anon_sym_DOT, - STATE(5930), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [201468] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5931), 1, - sym_comment, - ACTIONS(8037), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, + ACTIONS(9982), 1, anon_sym_AT, - anon_sym_LBRACE, - [201482] = 7, + ACTIONS(10160), 1, + anon_sym_GT2, + STATE(5308), 1, + aux_sym__multiple_types_repeat1, + STATE(5975), 1, + sym_comment, + STATE(6928), 1, + sym_param_cmd, + [202561] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2003), 1, + ACTIONS(1951), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(2056), 1, + STATE(2051), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5932), 1, - sym_comment, - [201504] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10098), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5933), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [201526] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5934), 1, - sym_comment, - ACTIONS(8251), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [201540] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(10100), 1, - anon_sym_PIPE, - ACTIONS(10102), 1, - anon_sym_if, - ACTIONS(10104), 1, - anon_sym_EQ_GT, - STATE(5935), 1, + STATE(5976), 1, sym_comment, - STATE(7132), 1, - aux_sym_match_pattern_repeat1, - STATE(7605), 1, - sym_match_guard, - [201562] = 4, + [202583] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4942), 1, + ACTIONS(4936), 1, anon_sym_DASH2, - STATE(5936), 1, + ACTIONS(10162), 1, + anon_sym_EQ2, + STATE(5977), 1, sym_comment, - ACTIONS(4940), 4, + ACTIONS(4934), 3, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, + [202601] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10164), 1, + sym__newline, + ACTIONS(10167), 1, + sym__space, + STATE(5283), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(7341), 1, + sym__flags_parenthesized, + STATE(5978), 2, + sym_comment, + aux_sym_ctrl_do_parenthesized_repeat1, + [202621] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1955), 1, anon_sym_LBRACE, - [201578] = 3, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2052), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5979), 1, + sym_comment, + [202643] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5937), 1, + STATE(5980), 1, sym_comment, - ACTIONS(8093), 5, + ACTIONS(8189), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201592] = 6, + [202657] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(10106), 1, - anon_sym_DOT, - ACTIONS(10108), 1, - aux_sym__immediate_decimal_token2, - STATE(5938), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(5981), 1, sym_comment, - ACTIONS(1737), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [201612] = 5, + STATE(6926), 1, + sym_val_list, + STATE(7013), 1, + aux_sym_val_table_repeat1, + [202679] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(5982), 1, + sym_comment, + STATE(6993), 1, + sym_val_list, + STATE(7020), 1, + aux_sym_val_table_repeat1, + [202701] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(5983), 1, + sym_comment, + STATE(6753), 1, + sym_block, + ACTIONS(9904), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [202719] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10010), 1, + anon_sym_LPAREN, + ACTIONS(10012), 1, + sym_unescaped_interpolated_content, + ACTIONS(10170), 1, + anon_sym_SQUOTE, + STATE(5984), 1, + sym_comment, + STATE(6015), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(6796), 1, + sym_expr_interpolated, + [202741] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(205), 1, + STATE(208), 1, aux_sym__block_body_repeat1, - STATE(5939), 1, + STATE(5985), 1, sym_comment, ACTIONS(141), 2, sym__newline, anon_sym_SEMI, - ACTIONS(1396), 2, + ACTIONS(1385), 2, anon_sym_RPAREN, anon_sym_RBRACE, - [201630] = 4, + [202759] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1959), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(1952), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5986), 1, + sym_comment, + [202781] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1963), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2053), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(5987), 1, + sym_comment, + [202803] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4997), 1, + ACTIONS(5030), 1, anon_sym_DASH2, - STATE(5940), 1, + STATE(5988), 1, sym_comment, - ACTIONS(4995), 4, + ACTIONS(5028), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - [201646] = 4, + [202819] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5001), 1, + ACTIONS(5034), 1, anon_sym_DASH2, - STATE(5941), 1, + STATE(5989), 1, sym_comment, - ACTIONS(4999), 4, + ACTIONS(5032), 4, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - [201662] = 5, + [202835] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10110), 1, + ACTIONS(10172), 1, anon_sym_EQ2, - ACTIONS(10112), 1, + ACTIONS(10174), 1, sym_short_flag_identifier, - STATE(5942), 1, + STATE(5990), 1, sym_comment, - ACTIONS(4900), 3, + ACTIONS(4871), 3, sym_identifier, anon_sym_DASH_DASH, anon_sym_DASH2, - [201680] = 5, + [202853] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4989), 1, + ACTIONS(4918), 1, anon_sym_DASH2, - ACTIONS(10114), 1, + ACTIONS(10176), 1, anon_sym_EQ2, - STATE(5943), 1, + STATE(5991), 1, sym_comment, - ACTIONS(4987), 3, + ACTIONS(4916), 3, sym_identifier, anon_sym_DOLLAR, anon_sym_DASH_DASH, - [201698] = 3, + [202871] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(5944), 1, + ACTIONS(1681), 1, + anon_sym_DASH2, + ACTIONS(8735), 1, + aux_sym_unquoted_token2, + STATE(5992), 1, sym_comment, - ACTIONS(8079), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(1693), 3, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - [201712] = 7, + [202889] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(937), 1, - anon_sym_COLON2, - ACTIONS(9008), 1, + ACTIONS(1967), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1409), 1, - sym_cell_path, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(4836), 1, + STATE(2054), 1, + sym_cell_path, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5945), 1, - sym_comment, - [201734] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5913), 1, - sym__entry_separator, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - STATE(5946), 1, + STATE(5993), 1, sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [201754] = 6, + [202911] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4850), 1, + ACTIONS(4879), 1, anon_sym_DASH_DASH, - ACTIONS(10116), 1, + ACTIONS(10178), 1, sym_long_flag_identifier, - ACTIONS(10118), 1, + ACTIONS(10180), 1, anon_sym_EQ2, - STATE(5947), 1, + STATE(5994), 1, sym_comment, - ACTIONS(4852), 2, + ACTIONS(4881), 2, sym_identifier, anon_sym_DASH2, - [201774] = 7, + [202931] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2007), 1, + ACTIONS(1971), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(2057), 1, + STATE(2055), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5948), 1, + STATE(5995), 1, + sym_comment, + [202953] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1727), 1, + sym__entry_separator, + ACTIONS(8748), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(10182), 1, + anon_sym_DOT, + STATE(5996), 1, sym_comment, - [201796] = 3, + ACTIONS(1725), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [202973] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5949), 1, + STATE(5997), 1, sym_comment, - ACTIONS(8041), 5, + ACTIONS(7975), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [201810] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10120), 1, - anon_sym_GT2, - STATE(5275), 1, - aux_sym__multiple_types_repeat1, - STATE(5950), 1, - sym_comment, - STATE(7085), 1, - sym_param_cmd, - [201832] = 7, + [202987] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2011), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2058), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5951), 1, - sym_comment, - [201854] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10122), 1, - anon_sym_GT2, - STATE(5416), 1, - aux_sym__multiple_types_repeat1, - STATE(5952), 1, + STATE(5998), 1, sym_comment, - STATE(7062), 1, - sym_param_cmd, - [201876] = 3, + STATE(6775), 1, + sym_block, + ACTIONS(9904), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [203005] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(5953), 1, + ACTIONS(4918), 1, + anon_sym_DASH2, + ACTIONS(10184), 1, + anon_sym_EQ2, + STATE(5999), 1, sym_comment, - ACTIONS(8099), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(4916), 3, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_LBRACE, - [201890] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10124), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5954), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [201912] = 7, + [203023] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5955), 1, - sym_comment, - STATE(6026), 1, + STATE(5943), 1, sym__variable_name, - STATE(6244), 1, + STATE(6000), 1, + sym_comment, + STATE(6543), 1, sym__assignment_pattern, - [201934] = 7, + [203045] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5956), 1, - sym_comment, - STATE(6026), 1, + STATE(5943), 1, sym__variable_name, - STATE(6247), 1, + STATE(6001), 1, + sym_comment, + STATE(6568), 1, sym__assignment_pattern, - [201956] = 7, + [203067] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5957), 1, - sym_comment, - STATE(6026), 1, + STATE(5943), 1, sym__variable_name, - STATE(6248), 1, + STATE(6002), 1, + sym_comment, + STATE(6569), 1, sym__assignment_pattern, - [201978] = 3, + [203089] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(5958), 1, - sym_comment, - ACTIONS(8255), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(1975), 1, anon_sym_LBRACE, - [201992] = 7, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2060), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6003), 1, + sym_comment, + [203111] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5959), 1, - sym_comment, - STATE(6026), 1, + STATE(5943), 1, sym__variable_name, - STATE(6533), 1, - sym__assignment_pattern, - [202014] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(203), 1, - aux_sym__block_body_repeat1, - STATE(5960), 1, + STATE(6004), 1, sym_comment, - ACTIONS(141), 2, - sym__newline, - anon_sym_SEMI, - ACTIONS(1387), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [202032] = 5, + STATE(6470), 1, + sym__assignment_pattern, + [203133] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4989), 1, - anon_sym_DASH2, - ACTIONS(10126), 1, - anon_sym_EQ2, - STATE(5961), 1, - sym_comment, - ACTIONS(4987), 3, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + ACTIONS(1979), 1, anon_sym_LBRACE, - [202050] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10128), 1, - anon_sym_GT2, - STATE(5381), 1, - aux_sym__multiple_types_repeat1, - STATE(5962), 1, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2061), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6005), 1, sym_comment, - STATE(6921), 1, - sym_param_cmd, - [202072] = 5, + [203155] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, + ACTIONS(1983), 1, anon_sym_LBRACE, - STATE(5963), 1, - sym_comment, - STATE(7185), 1, - sym_block, - ACTIONS(9824), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [202090] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10130), 1, - anon_sym_SQUOTE, - STATE(5964), 1, - sym_comment, - STATE(5973), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [202112] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(5965), 1, - sym_comment, - ACTIONS(976), 5, - anon_sym_RBRACK, - anon_sym_QMARK2, - sym__entry_separator, - sym__table_head_separator, + ACTIONS(8999), 1, anon_sym_DOT2, - [202126] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10132), 1, - anon_sym_GT2, - STATE(5383), 1, - aux_sym__multiple_types_repeat1, - STATE(5966), 1, - sym_comment, - STATE(6925), 1, - sym_param_cmd, - [202148] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_RBRACE, - ACTIONS(1802), 1, - sym__entry_separator, - ACTIONS(10134), 1, - anon_sym_DOT_DOT2, - STATE(5967), 1, - sym_comment, - ACTIONS(10136), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [202168] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - ACTIONS(10138), 1, - aux_sym__immediate_decimal_token2, - STATE(5968), 1, + STATE(1497), 1, + sym_path, + STATE(2063), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6006), 1, sym_comment, - ACTIONS(1773), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [202186] = 7, + [203177] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(5969), 1, + STATE(6007), 1, sym_comment, - STATE(6639), 1, + STATE(6832), 1, sym_val_list, - STATE(7034), 1, + STATE(7055), 1, aux_sym_val_table_repeat1, - [202208] = 3, + [203199] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(5970), 1, - sym_comment, - ACTIONS(8301), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, + ACTIONS(1987), 1, anon_sym_LBRACE, - [202222] = 7, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2064), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6008), 1, + sym_comment, + [203221] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(5971), 1, + STATE(6009), 1, sym_comment, - STATE(6755), 1, + STATE(6900), 1, sym_val_list, - STATE(7039), 1, + STATE(7060), 1, aux_sym_val_table_repeat1, - [202244] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10140), 1, - anon_sym_SQUOTE, - STATE(5972), 1, - sym_comment, - STATE(6019), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [202266] = 7, - ACTIONS(3), 1, + [203243] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10142), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(5973), 1, + ACTIONS(1991), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2065), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6010), 1, sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [202288] = 3, - ACTIONS(3), 1, + [203265] = 7, + ACTIONS(251), 1, anon_sym_POUND, - STATE(5974), 1, - sym_comment, - ACTIONS(972), 5, - anon_sym_RBRACK, - anon_sym_QMARK2, - sym__entry_separator, + ACTIONS(1939), 1, sym__table_head_separator, + ACTIONS(10002), 1, anon_sym_DOT2, - [202302] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - ACTIONS(10144), 1, - anon_sym_RBRACE, - ACTIONS(10146), 1, - sym__entry_separator, - STATE(5975), 1, + STATE(5756), 1, + sym_cell_path, + STATE(6011), 1, sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [202322] = 7, + STATE(6530), 1, + aux_sym_cell_path_repeat1, + STATE(7245), 1, + sym_path, + [203287] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1971), 1, + ACTIONS(1995), 1, anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(1510), 1, + STATE(1497), 1, sym_path, - STATE(2044), 1, + STATE(2066), 1, sym_cell_path, - STATE(4836), 1, + STATE(4842), 1, aux_sym_cell_path_repeat1, - STATE(5976), 1, + STATE(6012), 1, sym_comment, - [202344] = 3, + [203309] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(5977), 1, + STATE(6013), 1, sym_comment, - ACTIONS(7929), 5, + ACTIONS(8195), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [202358] = 7, + [203323] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5978), 1, + STATE(6014), 1, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6244), 1, - sym__assignment_pattern, - [202380] = 7, - ACTIONS(251), 1, + ACTIONS(8199), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [203337] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5979), 1, + ACTIONS(10186), 1, + anon_sym_LPAREN, + ACTIONS(10189), 1, + sym_unescaped_interpolated_content, + ACTIONS(10192), 1, + anon_sym_SQUOTE, + STATE(6796), 1, + sym_expr_interpolated, + STATE(6015), 2, sym_comment, - STATE(6027), 1, - sym__variable_name, - STATE(6247), 1, - sym__assignment_pattern, - [202402] = 7, + aux_sym__inter_single_quotes_repeat1, + [203357] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5980), 1, - sym_comment, - STATE(6027), 1, + STATE(5866), 1, sym__variable_name, - STATE(6248), 1, - sym__assignment_pattern, - [202424] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1802), 1, - anon_sym_LBRACE, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(10148), 1, - anon_sym_DOT_DOT2, - STATE(5981), 1, - sym_comment, - ACTIONS(10150), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [202444] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - ACTIONS(10152), 1, - anon_sym_RBRACE, - ACTIONS(10154), 1, - sym__entry_separator, - STATE(5982), 1, - sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [202464] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1975), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2046), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(5983), 1, + STATE(6016), 1, sym_comment, - [202486] = 7, + STATE(6543), 1, + sym__assignment_pattern, + [203379] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5984), 1, - sym_comment, - STATE(6001), 1, + STATE(5866), 1, sym__variable_name, - STATE(6244), 1, + STATE(6017), 1, + sym_comment, + STATE(6568), 1, sym__assignment_pattern, - [202508] = 7, + [203401] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5985), 1, - sym_comment, - STATE(6001), 1, + STATE(5866), 1, sym__variable_name, - STATE(6247), 1, + STATE(6018), 1, + sym_comment, + STATE(6569), 1, sym__assignment_pattern, - [202530] = 7, + [203423] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5986), 1, - sym_comment, - STATE(6001), 1, + STATE(5866), 1, sym__variable_name, - STATE(6248), 1, + STATE(6019), 1, + sym_comment, + STATE(6470), 1, sym__assignment_pattern, - [202552] = 7, + [203445] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5987), 1, + STATE(6020), 1, sym_comment, - STATE(6001), 1, + STATE(6021), 1, sym__variable_name, - STATE(6533), 1, - sym__assignment_pattern, - [202574] = 5, + STATE(6997), 1, + sym__assignment_pattern_parenthesized, + [203467] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(5988), 1, - sym_comment, - STATE(7187), 1, - sym_block, - ACTIONS(9824), 3, - ts_builtin_sym_end, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - [202592] = 7, + ACTIONS(10000), 1, + anon_sym_COLON, + ACTIONS(10194), 1, + anon_sym_EQ, + STATE(6021), 1, + sym_comment, + STATE(6728), 1, + aux_sym_shebang_repeat1, + STATE(7380), 1, + sym_param_type, + [203489] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(5989), 1, + STATE(6022), 1, sym_comment, - STATE(6002), 1, - sym__variable_name, - STATE(6987), 1, - sym__assignment_pattern_parenthesized, - [202614] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10156), 1, + ACTIONS(8203), 5, + anon_sym_EQ, + anon_sym_DASH_GT, anon_sym_GT2, - STATE(5417), 1, - aux_sym__multiple_types_repeat1, - STATE(5990), 1, - sym_comment, - STATE(7068), 1, - sym_param_cmd, - [202636] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, anon_sym_AT, - ACTIONS(10158), 1, - anon_sym_GT2, - STATE(5421), 1, - aux_sym__multiple_types_repeat1, - STATE(5991), 1, + anon_sym_LBRACE, + [203503] = 7, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(6023), 1, sym_comment, - STATE(7071), 1, - sym_param_cmd, - [202658] = 5, + STATE(7078), 1, + aux_sym_val_table_repeat1, + STATE(7082), 1, + sym_val_list, + [203525] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, + ACTIONS(1999), 1, anon_sym_LBRACE, - STATE(5992), 1, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2067), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6024), 1, sym_comment, - STATE(6809), 1, - sym_block, - ACTIONS(9933), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [202676] = 7, + [203547] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(5993), 1, + STATE(6025), 1, sym_comment, - STATE(7009), 1, + STATE(6632), 1, sym_val_list, - STATE(7064), 1, + STATE(7089), 1, aux_sym_val_table_repeat1, - [202698] = 7, + [203569] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(5994), 1, + STATE(6026), 1, sym_comment, - STATE(7022), 1, + STATE(6637), 1, sym_val_list, - STATE(7067), 1, + STATE(7091), 1, aux_sym_val_table_repeat1, - [202720] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2043), 1, - anon_sym_RBRACE, - ACTIONS(2049), 1, - sym__entry_separator, - ACTIONS(9960), 1, - anon_sym_DOT_DOT2, - STATE(5995), 1, - sym_comment, - ACTIONS(9962), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [202740] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(5996), 1, - sym_comment, - ACTIONS(8115), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [202754] = 4, + [203591] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10160), 1, + ACTIONS(10196), 1, anon_sym_QMARK2, - STATE(5997), 1, + STATE(6027), 1, sym_comment, - ACTIONS(952), 4, + ACTIONS(958), 4, anon_sym_RBRACK, sym__entry_separator, sym__table_head_separator, anon_sym_DOT2, - [202770] = 4, + [203607] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10162), 1, + ACTIONS(10198), 1, anon_sym_QMARK2, - STATE(5998), 1, + STATE(6028), 1, sym_comment, - ACTIONS(966), 4, + ACTIONS(952), 4, anon_sym_RBRACK, sym__entry_separator, sym__table_head_separator, anon_sym_DOT2, - [202786] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(5999), 1, - sym_comment, - STATE(6625), 1, - sym_val_list, - STATE(7075), 1, - aux_sym_val_table_repeat1, - [202808] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(6000), 1, - sym_comment, - STATE(6631), 1, - sym_val_list, - STATE(7077), 1, - aux_sym_val_table_repeat1, - [202830] = 7, + [203623] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10074), 1, - anon_sym_COLON, - ACTIONS(10164), 1, - anon_sym_EQ, - STATE(6001), 1, + STATE(6029), 1, sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7749), 1, - sym_param_type, - [202852] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10074), 1, - anon_sym_COLON, - ACTIONS(10166), 1, + ACTIONS(8207), 5, anon_sym_EQ, - STATE(6002), 1, - sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7380), 1, - sym_param_type, - [202874] = 7, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [203637] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6003), 1, + STATE(6030), 1, sym_comment, - STATE(7084), 1, - aux_sym_val_table_repeat1, - STATE(7202), 1, + STATE(6663), 1, sym_val_list, - [202896] = 7, + STATE(7096), 1, + aux_sym_val_table_repeat1, + [203659] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6004), 1, + STATE(6031), 1, sym_comment, - STATE(6662), 1, + STATE(6669), 1, sym_val_list, - STATE(7087), 1, + STATE(7098), 1, aux_sym_val_table_repeat1, - [202918] = 7, + [203681] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6005), 1, + STATE(6032), 1, sym_comment, - STATE(6690), 1, + STATE(6689), 1, sym_val_list, - STATE(7093), 1, + STATE(7105), 1, aux_sym_val_table_repeat1, - [202940] = 7, + [203703] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6006), 1, + STATE(6033), 1, sym_comment, STATE(6696), 1, sym_val_list, - STATE(7096), 1, + STATE(7107), 1, aux_sym_val_table_repeat1, - [202962] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6007), 1, - sym_comment, - ACTIONS(7943), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [202976] = 3, + [203725] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6008), 1, + STATE(6034), 1, sym_comment, - ACTIONS(7949), 5, + ACTIONS(8211), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [202990] = 7, + [203739] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6009), 1, + STATE(6035), 1, sym_comment, - STATE(6717), 1, + STATE(6719), 1, sym_val_list, - STATE(7103), 1, + STATE(7112), 1, aux_sym_val_table_repeat1, - [203012] = 7, + [203761] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6010), 1, + STATE(6036), 1, sym_comment, - STATE(6723), 1, + STATE(6724), 1, sym_val_list, - STATE(7105), 1, + STATE(7115), 1, aux_sym_val_table_repeat1, - [203034] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(8057), 1, - sym__newline, - ACTIONS(8059), 1, - sym__space, - STATE(4761), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(6011), 1, - sym_comment, - STATE(6025), 1, - aux_sym_ctrl_do_parenthesized_repeat1, - STATE(7203), 1, - sym__flags_parenthesized, - [203056] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10168), 1, - anon_sym_GT2, - STATE(5320), 1, - aux_sym__multiple_types_repeat1, - STATE(6012), 1, - sym_comment, - STATE(6800), 1, - sym_param_cmd, - [203078] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10170), 1, - anon_sym_SQUOTE, - STATE(6013), 1, - sym_comment, - STATE(6061), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [203100] = 7, + [203783] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6014), 1, + STATE(6037), 1, sym_comment, - STATE(6744), 1, - sym_val_list, - STATE(7112), 1, + STATE(6630), 1, aux_sym_val_table_repeat1, - [203122] = 7, + STATE(6739), 1, + sym_val_list, + [203805] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6015), 1, + STATE(6038), 1, sym_comment, - STATE(6749), 1, + STATE(6744), 1, sym_val_list, - STATE(7114), 1, + STATE(7124), 1, aux_sym_val_table_repeat1, - [203144] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6016), 1, - sym_comment, - ACTIONS(7827), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [203158] = 7, + [203827] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6017), 1, + STATE(6039), 1, sym_comment, - STATE(6770), 1, + STATE(6763), 1, sym_val_list, - STATE(7121), 1, + STATE(7131), 1, aux_sym_val_table_repeat1, - [203180] = 7, + [203849] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6018), 1, + STATE(6040), 1, sym_comment, - STATE(6775), 1, + STATE(6768), 1, sym_val_list, - STATE(7123), 1, + STATE(7134), 1, aux_sym_val_table_repeat1, - [203202] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10172), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(6019), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [203224] = 4, + [203871] = 7, ACTIONS(251), 1, anon_sym_POUND, - STATE(6020), 1, - sym_comment, - ACTIONS(1786), 2, - anon_sym_DOT_DOT2, - aux_sym_unquoted_token2, - ACTIONS(1788), 3, + ACTIONS(2003), 1, anon_sym_LBRACE, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [203240] = 7, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2068), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6041), 1, + sym_comment, + [203893] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6021), 1, + STATE(6042), 1, sym_comment, - STATE(6796), 1, + STATE(6788), 1, sym_val_list, - STATE(7128), 1, + STATE(7140), 1, aux_sym_val_table_repeat1, - [203262] = 7, + [203915] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6022), 1, + STATE(6043), 1, sym_comment, - STATE(6801), 1, + STATE(6793), 1, sym_val_list, - STATE(7130), 1, + STATE(7142), 1, aux_sym_val_table_repeat1, - [203284] = 7, + [203937] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(7706), 1, + sym__newline, + ACTIONS(7708), 1, + sym__space, + STATE(4479), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + STATE(5978), 1, + aux_sym_ctrl_do_parenthesized_repeat1, + STATE(6044), 1, + sym_comment, + STATE(7341), 1, + sym__flags_parenthesized, + [203959] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6023), 1, + STATE(6045), 1, sym_comment, - STATE(6821), 1, + STATE(6812), 1, sym_val_list, - STATE(7137), 1, + STATE(7147), 1, aux_sym_val_table_repeat1, - [203306] = 7, + [203981] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6024), 1, + STATE(6046), 1, sym_comment, - STATE(6825), 1, + STATE(6817), 1, sym_val_list, - STATE(7140), 1, + STATE(7150), 1, aux_sym_val_table_repeat1, - [203328] = 7, - ACTIONS(3), 1, + [204003] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8057), 1, - sym__newline, - ACTIONS(8059), 1, - sym__space, - STATE(4625), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(5913), 1, - aux_sym_ctrl_do_parenthesized_repeat1, - STATE(6025), 1, + ACTIONS(2007), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2069), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6047), 1, sym_comment, - STATE(7203), 1, - sym__flags_parenthesized, - [203350] = 7, + [204025] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10074), 1, - anon_sym_COLON, - ACTIONS(10174), 1, - anon_sym_EQ, - STATE(6026), 1, + ACTIONS(2011), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2071), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6048), 1, sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7683), 1, - sym_param_type, - [203372] = 7, + [204047] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10074), 1, - anon_sym_COLON, - ACTIONS(10176), 1, - anon_sym_EQ, - STATE(6027), 1, + ACTIONS(5056), 1, + anon_sym_DASH2, + STATE(6049), 1, sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7587), 1, - sym_param_type, - [203394] = 7, + ACTIONS(5054), 4, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + [204063] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6028), 1, + STATE(6050), 1, sym_comment, - STATE(6843), 1, + STATE(6836), 1, sym_val_list, - STATE(7148), 1, + STATE(7156), 1, aux_sym_val_table_repeat1, - [203416] = 7, + [204085] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6029), 1, + STATE(6051), 1, sym_comment, - STATE(6848), 1, + STATE(6841), 1, sym_val_list, - STATE(7151), 1, + STATE(7158), 1, aux_sym_val_table_repeat1, - [203438] = 7, + [204107] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6030), 1, + STATE(6052), 1, sym_comment, - STATE(6861), 1, + STATE(6859), 1, sym_val_list, - STATE(7156), 1, + STATE(7162), 1, aux_sym_val_table_repeat1, - [203460] = 7, + [204129] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6031), 1, + STATE(6053), 1, sym_comment, - STATE(6867), 1, + STATE(6866), 1, sym_val_list, - STATE(7158), 1, + STATE(7165), 1, aux_sym_val_table_repeat1, - [203482] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(8733), 1, - sym_identifier, - ACTIONS(9702), 1, - anon_sym_DOLLAR, - STATE(5491), 1, - sym_val_variable, - STATE(6027), 1, - sym__variable_name, - STATE(6032), 1, - sym_comment, - STATE(6533), 1, - sym__assignment_pattern, - [203504] = 7, + [204151] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6033), 1, + STATE(6054), 1, sym_comment, - STATE(6888), 1, + STATE(6879), 1, sym_val_list, - STATE(7165), 1, + STATE(7170), 1, aux_sym_val_table_repeat1, - [203526] = 7, + [204173] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6034), 1, + STATE(6055), 1, sym_comment, - STATE(6900), 1, + STATE(6886), 1, sym_val_list, - STATE(7170), 1, + STATE(7172), 1, aux_sym_val_table_repeat1, - [203548] = 7, + [204195] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6035), 1, + STATE(6056), 1, sym_comment, - STATE(6906), 1, + STATE(6895), 1, sym_val_list, - STATE(7173), 1, + STATE(7176), 1, aux_sym_val_table_repeat1, - [203570] = 7, + [204217] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6036), 1, + STATE(6057), 1, sym_comment, - STATE(6917), 1, + STATE(6901), 1, sym_val_list, - STATE(7178), 1, + STATE(7179), 1, aux_sym_val_table_repeat1, - [203592] = 7, + [204239] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6037), 1, + STATE(6058), 1, sym_comment, - STATE(6923), 1, + STATE(6913), 1, sym_val_list, - STATE(7181), 1, + STATE(7184), 1, aux_sym_val_table_repeat1, - [203614] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10178), 1, - anon_sym_SQUOTE, - STATE(6038), 1, - sym_comment, - STATE(6048), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(7168), 1, - sym_expr_interpolated, - [203636] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1983), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2048), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(6039), 1, - sym_comment, - [203658] = 5, + [204261] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_DASH2, - ACTIONS(8731), 1, - aux_sym_unquoted_token2, - STATE(6040), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(6059), 1, sym_comment, - ACTIONS(1665), 3, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - [203676] = 5, + STATE(6919), 1, + sym_val_list, + STATE(7187), 1, + aux_sym_val_table_repeat1, + [204283] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8997), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(10180), 1, - anon_sym_DOT, - STATE(6041), 1, + STATE(6060), 1, sym_comment, - ACTIONS(1737), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [203694] = 7, + ACTIONS(8215), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, + anon_sym_LBRACE, + [204297] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5909), 1, + STATE(5974), 1, sym__variable_name, - STATE(6042), 1, + STATE(6061), 1, sym_comment, - STATE(7080), 1, + STATE(7074), 1, sym__assignment_pattern_parenthesized, - [203716] = 7, + [204319] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5909), 1, + STATE(5974), 1, sym__variable_name, - STATE(6043), 1, + STATE(6062), 1, sym_comment, - STATE(7099), 1, + STATE(7085), 1, sym__assignment_pattern_parenthesized, - [203738] = 7, + [204341] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5909), 1, + STATE(5974), 1, sym__variable_name, - STATE(6044), 1, + STATE(6063), 1, sym_comment, - STATE(7116), 1, + STATE(7102), 1, sym__assignment_pattern_parenthesized, - [203760] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6045), 1, - sym_comment, - ACTIONS(8307), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [203774] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6046), 1, - sym_comment, - ACTIONS(8159), 5, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_AT, - anon_sym_LBRACE, - [203788] = 7, + [204363] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - ACTIONS(9702), 1, + ACTIONS(9710), 1, anon_sym_DOLLAR, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(5909), 1, + STATE(5974), 1, sym__variable_name, - STATE(6047), 1, + STATE(6064), 1, sym_comment, - STATE(6987), 1, + STATE(6997), 1, sym__assignment_pattern_parenthesized, - [203810] = 7, - ACTIONS(3), 1, + [204385] = 7, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10182), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(6048), 1, + ACTIONS(2091), 1, + anon_sym_LBRACE, + ACTIONS(8999), 1, + anon_sym_DOT2, + STATE(1497), 1, + sym_path, + STATE(2072), 1, + sym_cell_path, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6065), 1, sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [203832] = 7, + [204407] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10184), 1, - anon_sym_SQUOTE, - STATE(5927), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(6049), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10200), 1, + anon_sym_GT2, + STATE(5314), 1, + aux_sym__multiple_types_repeat1, + STATE(6066), 1, sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [203854] = 3, + STATE(6958), 1, + sym_param_cmd, + [204429] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6050), 1, + STATE(6067), 1, sym_comment, - ACTIONS(8131), 5, + ACTIONS(8219), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [203868] = 5, - ACTIONS(251), 1, + [204443] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6051), 1, + STATE(6068), 1, sym_comment, - STATE(6716), 1, - sym_block, - ACTIONS(9772), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [203886] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1967), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, + ACTIONS(964), 5, + anon_sym_RBRACK, + anon_sym_QMARK2, + sym__entry_separator, + sym__table_head_separator, anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2036), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(6052), 1, - sym_comment, - [203908] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9710), 1, - anon_sym_LBRACE, - STATE(6053), 1, - sym_comment, - STATE(6660), 1, - sym_val_record, - ACTIONS(9889), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [203926] = 7, + [204457] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10186), 1, - anon_sym_SQUOTE, - STATE(5954), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(6054), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [203948] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(10074), 1, - anon_sym_COLON, - ACTIONS(10188), 1, - anon_sym_EQ, - STATE(6055), 1, - sym_comment, - STATE(6827), 1, - aux_sym_shebang_repeat1, - STATE(7473), 1, - sym_param_type, - [203970] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1987), 1, - anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2050), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(6056), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + ACTIONS(10202), 1, + anon_sym_GT2, + STATE(5319), 1, + aux_sym__multiple_types_repeat1, + STATE(6069), 1, sym_comment, - [203992] = 7, + STATE(6963), 1, + sym_param_cmd, + [204479] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - STATE(5491), 1, - sym_val_variable, - STATE(6057), 1, + STATE(6070), 1, sym_comment, - STATE(7723), 1, - sym__variable_name, - [204014] = 7, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2015), 1, + ACTIONS(8223), 5, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_AT, anon_sym_LBRACE, - ACTIONS(9008), 1, - anon_sym_DOT2, - STATE(1510), 1, - sym_path, - STATE(2059), 1, - sym_cell_path, - STATE(4836), 1, - aux_sym_cell_path_repeat1, - STATE(6058), 1, - sym_comment, - [204036] = 3, + [204493] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6059), 1, + STATE(6071), 1, sym_comment, - ACTIONS(8267), 5, + ACTIONS(8227), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [204050] = 4, + [204507] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(6060), 1, + STATE(6072), 1, sym_comment, - ACTIONS(1727), 2, + ACTIONS(1757), 2, anon_sym_DOT_DOT2, aux_sym_unquoted_token2, - ACTIONS(1729), 3, + ACTIONS(1759), 3, anon_sym_LBRACE, anon_sym_DOT_DOT_EQ2, anon_sym_DOT_DOT_LT2, - [204066] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9978), 1, - anon_sym_LPAREN, - ACTIONS(9980), 1, - sym_unescaped_interpolated_content, - ACTIONS(10190), 1, - anon_sym_SQUOTE, - STATE(5834), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(6061), 1, - sym_comment, - STATE(7168), 1, - sym_expr_interpolated, - [204088] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10192), 1, - anon_sym_GT2, - STATE(5387), 1, - aux_sym__multiple_types_repeat1, - STATE(6062), 1, - sym_comment, - STATE(6929), 1, - sym_param_cmd, - [204110] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9710), 1, - anon_sym_LBRACE, - STATE(6063), 1, - sym_comment, - STATE(6661), 1, - sym_val_record, - ACTIONS(9891), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [204128] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10194), 1, - anon_sym_GT2, - STATE(5389), 1, - aux_sym__multiple_types_repeat1, - STATE(6064), 1, - sym_comment, - STATE(6931), 1, - sym_param_cmd, - [204150] = 3, + [204523] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6065), 1, + STATE(6073), 1, sym_comment, - ACTIONS(8279), 5, + ACTIONS(8231), 5, anon_sym_EQ, anon_sym_DASH_GT, anon_sym_GT2, anon_sym_AT, anon_sym_LBRACE, - [204164] = 7, + [204537] = 7, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1959), 1, - sym__table_head_separator, - ACTIONS(10040), 1, + ACTIONS(937), 1, + anon_sym_COLON2, + ACTIONS(8999), 1, anon_sym_DOT2, - STATE(5592), 1, + STATE(1400), 1, sym_cell_path, - STATE(6066), 1, - sym_comment, - STATE(6113), 1, - aux_sym_cell_path_repeat1, - STATE(7311), 1, + STATE(1497), 1, sym_path, - [204186] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10196), 1, - anon_sym_GT2, - STATE(5425), 1, - aux_sym__multiple_types_repeat1, - STATE(6067), 1, - sym_comment, - STATE(7082), 1, - sym_param_cmd, - [204208] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - ACTIONS(10198), 1, - anon_sym_GT2, - STATE(5415), 1, - aux_sym__multiple_types_repeat1, - STATE(6068), 1, - sym_comment, - STATE(7059), 1, - sym_param_cmd, - [204230] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10202), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6069), 1, - sym_comment, - [204249] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(6070), 1, - sym_comment, - ACTIONS(8037), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8039), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [204264] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(6071), 1, + STATE(4842), 1, + aux_sym_cell_path_repeat1, + STATE(6074), 1, sym_comment, - ACTIONS(8041), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8043), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [204279] = 3, + [204559] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(6072), 1, + ACTIONS(9656), 1, + anon_sym_LBRACE, + STATE(6075), 1, sym_comment, - ACTIONS(5630), 4, + STATE(7024), 1, + sym_val_record, + ACTIONS(9838), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_LBRACE, - [204292] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(6073), 1, - sym_comment, - ACTIONS(2261), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token4, - ACTIONS(2263), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [204307] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(7501), 1, - anon_sym_COLON2, - STATE(6074), 1, - sym_comment, - STATE(6087), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7495), 2, - sym__newline, - sym__space, - [204324] = 3, + [204577] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6075), 1, + STATE(6076), 1, sym_comment, ACTIONS(10204), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [204337] = 5, + [204590] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10206), 1, - anon_sym_DQUOTE, - STATE(6076), 1, - sym_comment, - STATE(6081), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [204354] = 3, - ACTIONS(251), 1, - anon_sym_POUND, STATE(6077), 1, sym_comment, - ACTIONS(10210), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204367] = 6, + ACTIONS(7804), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(7808), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [204605] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, + ACTIONS(1867), 1, anon_sym_LPAREN2, - ACTIONS(2043), 1, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(2184), 1, anon_sym_RBRACE, - ACTIONS(2049), 1, + ACTIONS(2186), 1, sym__entry_separator, STATE(6078), 1, sym_comment, - STATE(7365), 1, - sym__expr_parenthesized_immediate, - [204386] = 5, - ACTIONS(251), 1, + [204624] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9690), 1, - anon_sym_RPAREN, STATE(6079), 1, sym_comment, - STATE(6092), 1, - aux_sym__block_body_repeat1, - ACTIONS(10212), 2, - sym__newline, - anon_sym_SEMI, - [204403] = 4, - ACTIONS(3), 1, + ACTIONS(8227), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8229), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [204639] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2263), 1, - anon_sym_PIPE, STATE(6080), 1, sym_comment, - ACTIONS(2261), 3, - anon_sym_if, - anon_sym_EQ_GT, + ACTIONS(10206), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [204652] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2243), 1, aux_sym_unquoted_token4, - [204418] = 5, + STATE(6081), 1, + sym_comment, + ACTIONS(2245), 3, + sym_identifier, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [204667] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10214), 1, + ACTIONS(10208), 1, anon_sym_DQUOTE, - STATE(6081), 1, + STATE(6082), 1, sym_comment, - STATE(6249), 1, + STATE(6087), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [204435] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(10108), 1, - aux_sym__immediate_decimal_token2, - STATE(6082), 1, - sym_comment, - ACTIONS(1737), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [204452] = 6, - ACTIONS(251), 1, + [204684] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1470), 1, - anon_sym_SEMI, - ACTIONS(3876), 1, - sym__newline, - STATE(212), 1, - aux_sym__parenthesized_body_repeat1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10212), 1, + anon_sym_COLON, + ACTIONS(10214), 1, + anon_sym_GT2, + STATE(5315), 1, + aux_sym__multiple_types_repeat1, STATE(6083), 1, sym_comment, - STATE(6689), 1, - aux_sym_shebang_repeat1, - [204471] = 6, + [204703] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6897), 1, - anon_sym_DOLLAR, - ACTIONS(8733), 1, - sym_identifier, - STATE(5491), 1, - sym_val_variable, + ACTIONS(1000), 1, + anon_sym_LBRACE, + ACTIONS(10216), 1, + anon_sym_DOT_DOT2, STATE(6084), 1, sym_comment, - STATE(7452), 1, - sym__variable_name, - [204490] = 5, + ACTIONS(10218), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [204720] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - ACTIONS(10216), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(10220), 1, + anon_sym_RBRACK, + STATE(4976), 1, + aux_sym_parameter_repeat2, STATE(6085), 1, sym_comment, - ACTIONS(1773), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [204507] = 5, - ACTIONS(3), 1, + ACTIONS(2545), 2, + sym__newline, + anon_sym_COMMA, + [204737] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10218), 1, - anon_sym_COLON2, STATE(6086), 1, sym_comment, - STATE(6159), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7495), 2, + ACTIONS(5652), 4, + ts_builtin_sym_end, sym__newline, - sym__space, - [204524] = 5, + anon_sym_SEMI, + anon_sym_LBRACE, + [204750] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10220), 1, - anon_sym_COLON2, + ACTIONS(10222), 1, + anon_sym_DQUOTE, STATE(6087), 1, sym_comment, - STATE(6159), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7495), 2, - sym__newline, - sym__space, - [204541] = 4, - ACTIONS(251), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [204767] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10224), 1, + anon_sym_COLON, + ACTIONS(10226), 1, + anon_sym_GT2, + STATE(5316), 1, + aux_sym__multiple_types_repeat1, STATE(6088), 1, sym_comment, - ACTIONS(1773), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [204556] = 6, - ACTIONS(251), 1, + [204786] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3222), 1, - sym_parameter_parens, - STATE(3225), 1, - sym_parameter_bracks, + ACTIONS(1865), 1, + anon_sym_RBRACE, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1873), 1, + sym__entry_separator, + ACTIONS(1875), 1, + aux_sym__unquoted_in_record_token2, STATE(6089), 1, sym_comment, - [204575] = 3, - ACTIONS(251), 1, + [204805] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6090), 1, sym_comment, - ACTIONS(5652), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [204588] = 4, + ACTIONS(8243), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8245), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [204820] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10226), 1, - anon_sym_LPAREN, + ACTIONS(2194), 1, + anon_sym_RBRACK, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2198), 1, + sym__entry_separator, + ACTIONS(2200), 1, + aux_sym__unquoted_in_list_token2, STATE(6091), 1, sym_comment, - ACTIONS(10228), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [204603] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1391), 1, - anon_sym_RPAREN, - ACTIONS(10230), 2, - sym__newline, - anon_sym_SEMI, - STATE(6092), 2, - sym_comment, - aux_sym__block_body_repeat1, - [204618] = 4, - ACTIONS(251), 1, + [204839] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(6093), 1, + STATE(6092), 1, sym_comment, - ACTIONS(1665), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [204633] = 6, + ACTIONS(8307), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8309), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [204854] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2241), 1, + ACTIONS(2229), 1, anon_sym_RBRACK, - ACTIONS(2243), 1, + ACTIONS(2231), 1, anon_sym_LPAREN2, - ACTIONS(2245), 1, + ACTIONS(2233), 1, sym__entry_separator, - ACTIONS(2247), 1, + ACTIONS(2235), 1, aux_sym__unquoted_in_list_token4, - STATE(6094), 1, + STATE(6093), 1, sym_comment, - [204652] = 6, - ACTIONS(3), 1, + [204873] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10228), 1, anon_sym_LBRACK, - ACTIONS(10233), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6095), 1, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3214), 1, + sym_parameter_parens, + STATE(3215), 1, + sym_parameter_bracks, + STATE(6094), 1, sym_comment, - [204671] = 5, + [204892] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1387), 1, - ts_builtin_sym_end, - STATE(264), 1, - aux_sym__block_body_repeat1, - STATE(6096), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4462), 1, + sym_block, + STATE(6095), 1, sym_comment, - ACTIONS(25), 2, + [204911] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1389), 1, + anon_sym_RPAREN, + ACTIONS(10232), 2, sym__newline, anon_sym_SEMI, - [204688] = 6, + STATE(6096), 2, + sym_comment, + aux_sym__block_body_repeat1, + [204926] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(1004), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10237), 1, anon_sym_RBRACK, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym__unquoted_in_list_token4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6097), 1, sym_comment, - [204707] = 3, - ACTIONS(251), 1, + [204945] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10239), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6098), 1, sym_comment, - ACTIONS(10235), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204720] = 6, - ACTIONS(251), 1, + [204964] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10237), 1, - anon_sym_LBRACE, - STATE(4852), 1, - sym_block, - STATE(4853), 1, - sym_val_closure, - STATE(4855), 1, - sym__blosure, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10241), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6099), 1, sym_comment, - [204739] = 3, - ACTIONS(251), 1, + [204983] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10243), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6100), 1, sym_comment, - ACTIONS(10239), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204752] = 3, - ACTIONS(251), 1, + [205002] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10245), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6101), 1, sym_comment, - ACTIONS(10241), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204765] = 6, + [205021] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10243), 1, - anon_sym_COLON, - ACTIONS(10245), 1, - anon_sym_GT2, - STATE(5277), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10247), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6102), 1, sym_comment, - [204784] = 3, - ACTIONS(251), 1, + [205040] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10249), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6103), 1, sym_comment, - ACTIONS(10247), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204797] = 3, - ACTIONS(251), 1, + [205059] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10251), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6104), 1, sym_comment, - ACTIONS(10249), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204810] = 3, + [205078] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(9840), 1, + anon_sym_RPAREN, + STATE(6096), 1, + aux_sym__block_body_repeat1, STATE(6105), 1, sym_comment, - ACTIONS(10249), 4, + ACTIONS(10253), 2, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204823] = 3, + [205095] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, STATE(6106), 1, sym_comment, - ACTIONS(10251), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204836] = 3, + ACTIONS(1693), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [205110] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6107), 1, sym_comment, - ACTIONS(10251), 4, + ACTIONS(10255), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [204849] = 3, - ACTIONS(251), 1, + [205123] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1000), 1, + sym__entry_separator, + ACTIONS(1004), 1, + anon_sym_RBRACK, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym__unquoted_in_list_token4, STATE(6108), 1, sym_comment, - ACTIONS(10253), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204862] = 4, - ACTIONS(3), 1, + [205142] = 3, + ACTIONS(251), 1, anon_sym_POUND, STATE(6109), 1, sym_comment, - ACTIONS(7827), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(7831), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [204877] = 3, + ACTIONS(10257), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [205155] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3216), 1, + sym_parameter_parens, + STATE(3228), 1, + sym_parameter_bracks, STATE(6110), 1, sym_comment, - ACTIONS(10255), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [204890] = 6, - ACTIONS(251), 1, + [205174] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - ACTIONS(1729), 1, - anon_sym_LBRACE, - ACTIONS(10257), 1, - aux_sym__immediate_decimal_token1, ACTIONS(10259), 1, - aux_sym__immediate_decimal_token2, + anon_sym_DQUOTE, STATE(6111), 1, sym_comment, - [204909] = 4, - ACTIONS(251), 1, + STATE(6117), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205191] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1786), 1, - aux_sym_unquoted_token2, STATE(6112), 1, sym_comment, - ACTIONS(1788), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [204924] = 6, + ACTIONS(8231), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8233), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205206] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(950), 1, - sym__table_head_separator, - ACTIONS(10040), 1, - anon_sym_DOT2, STATE(6113), 1, sym_comment, - STATE(6125), 1, - aux_sym_cell_path_repeat1, - STATE(7311), 1, - sym_path, - [204943] = 6, + ACTIONS(10255), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205219] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10261), 1, - anon_sym_COLON, - ACTIONS(10263), 1, - anon_sym_GT2, - STATE(5329), 1, - aux_sym__multiple_types_repeat1, STATE(6114), 1, sym_comment, - [204962] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(8311), 2, + anon_sym_AT, sym__entry_separator, - ACTIONS(10265), 1, - anon_sym_COLON, - ACTIONS(10267), 1, + ACTIONS(8313), 2, + anon_sym_RBRACK, anon_sym_GT2, - STATE(5331), 1, - aux_sym__multiple_types_repeat1, + [205234] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6115), 1, sym_comment, - [204981] = 6, - ACTIONS(3), 1, + ACTIONS(10261), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205247] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10269), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10263), 1, + anon_sym_LBRACE, + STATE(4858), 1, + sym_block, + STATE(4859), 1, + sym_val_closure, + STATE(4861), 1, + sym__blosure, STATE(6116), 1, sym_comment, - [205000] = 6, + [205266] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10271), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10265), 1, + anon_sym_DQUOTE, STATE(6117), 1, sym_comment, - [205019] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205283] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10273), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6118), 1, sym_comment, - [205038] = 3, + ACTIONS(8315), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8317), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205298] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6119), 1, sym_comment, - ACTIONS(5609), 4, - ts_builtin_sym_end, + ACTIONS(10261), 4, sym__newline, anon_sym_SEMI, - anon_sym_LBRACE, - [205051] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205311] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6120), 1, sym_comment, - ACTIONS(2261), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token4, - ACTIONS(2263), 2, + ACTIONS(1861), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1863), 2, anon_sym_LPAREN2, sym__entry_separator, - [205066] = 3, - ACTIONS(251), 1, + [205326] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6121), 1, sym_comment, - ACTIONS(6348), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [205079] = 3, + ACTIONS(7975), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(7977), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205341] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(10267), 1, + anon_sym_LBRACK, + ACTIONS(10269), 1, + anon_sym_LPAREN, + STATE(5861), 1, + sym_parameter_parens, + STATE(5862), 1, + sym_parameter_bracks, STATE(6122), 1, sym_comment, - ACTIONS(5613), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [205092] = 3, - ACTIONS(251), 1, + [205360] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6123), 1, sym_comment, - ACTIONS(6350), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [205105] = 6, + ACTIONS(8319), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8321), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205375] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, - anon_sym_AT, - STATE(5472), 1, - aux_sym__multiple_types_repeat1, STATE(6124), 1, sym_comment, - STATE(7310), 1, - sym_param_cmd, - [205124] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(943), 1, - sym__table_head_separator, - ACTIONS(10275), 1, - anon_sym_DOT2, - STATE(7311), 1, - sym_path, - STATE(6125), 2, - sym_comment, - aux_sym_cell_path_repeat1, - [205141] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(9992), 1, + ACTIONS(7979), 2, anon_sym_AT, - STATE(5473), 1, - aux_sym__multiple_types_repeat1, - STATE(6126), 1, - sym_comment, - STATE(7316), 1, - sym_param_cmd, - [205160] = 6, + sym__entry_separator, + ACTIONS(7981), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205390] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2224), 1, + STATE(6125), 1, + sym_comment, + ACTIONS(1725), 2, anon_sym_RBRACK, - ACTIONS(2226), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1727), 2, anon_sym_LPAREN2, - ACTIONS(2228), 1, sym__entry_separator, - ACTIONS(2230), 1, - aux_sym__unquoted_in_list_token2, - STATE(6127), 1, - sym_comment, - [205179] = 3, + [205405] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6128), 1, + STATE(6126), 1, sym_comment, - ACTIONS(10278), 4, + ACTIONS(6356), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205192] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10280), 1, - anon_sym_COLON, - ACTIONS(10282), 1, - anon_sym_GT2, - STATE(5309), 1, - aux_sym__multiple_types_repeat1, - STATE(6129), 1, - sym_comment, - [205211] = 5, + anon_sym_LBRACE, + [205418] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9903), 1, - anon_sym_RPAREN, - STATE(6092), 1, - aux_sym__block_body_repeat1, - STATE(6130), 1, + STATE(6127), 1, sym_comment, - ACTIONS(10212), 2, + ACTIONS(6288), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [205228] = 6, + anon_sym_LBRACE, + [205431] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10284), 1, - anon_sym_COLON, - ACTIONS(10286), 1, - anon_sym_GT2, - STATE(5356), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10271), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6131), 1, + STATE(6128), 1, sym_comment, - [205247] = 6, + [205450] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10288), 1, - anon_sym_COLON, - ACTIONS(10290), 1, - anon_sym_GT2, - STATE(5357), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10273), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6132), 1, + STATE(6129), 1, sym_comment, - [205266] = 6, + [205469] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10292), 1, - anon_sym_COLON, - ACTIONS(10294), 1, - anon_sym_GT2, - STATE(5426), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10275), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6133), 1, + STATE(6130), 1, sym_comment, - [205285] = 6, + [205488] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10296), 1, - anon_sym_COLON, - ACTIONS(10298), 1, - anon_sym_GT2, - STATE(5359), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10277), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6134), 1, + STATE(6131), 1, sym_comment, - [205304] = 6, + [205507] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10300), 1, + ACTIONS(10279), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6135), 1, + STATE(6132), 1, sym_comment, - [205323] = 6, + [205526] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10302), 1, + ACTIONS(10281), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6136), 1, + STATE(6133), 1, sym_comment, - [205342] = 6, + [205545] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10304), 1, + ACTIONS(10283), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6137), 1, + STATE(6134), 1, sym_comment, - [205361] = 3, - ACTIONS(251), 1, + [205564] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6138), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10285), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6135), 1, sym_comment, - ACTIONS(10306), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [205374] = 6, + [205583] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3213), 1, - sym_parameter_parens, - STATE(3214), 1, - sym_parameter_bracks, - STATE(6139), 1, + STATE(6136), 1, sym_comment, - [205393] = 4, + ACTIONS(6290), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [205596] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6140), 1, - sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1737), 2, + ACTIONS(1631), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(2188), 1, + anon_sym_RBRACE, + ACTIONS(2190), 1, anon_sym_LPAREN2, + ACTIONS(2192), 1, sym__entry_separator, - [205408] = 3, + STATE(6137), 1, + sym_comment, + [205615] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6141), 1, + STATE(6138), 1, sym_comment, - ACTIONS(6368), 4, - ts_builtin_sym_end, + ACTIONS(10287), 4, sym__newline, anon_sym_SEMI, - anon_sym_LBRACE, - [205421] = 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205628] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10064), 1, - anon_sym_use, - ACTIONS(10066), 1, - anon_sym_list, - ACTIONS(10068), 1, - anon_sym_hide, - ACTIONS(10070), 1, - anon_sym_new, - STATE(6142), 1, + STATE(6139), 1, sym_comment, - [205440] = 3, + ACTIONS(6358), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [205641] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6143), 1, + STATE(6140), 1, sym_comment, - ACTIONS(10278), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205453] = 3, + ACTIONS(10289), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [205654] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6144), 1, + STATE(6141), 1, sym_comment, - ACTIONS(10249), 4, + ACTIONS(10255), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [205466] = 5, + [205667] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10308), 1, + ACTIONS(10291), 1, anon_sym_DQUOTE, - STATE(6145), 1, + STATE(6142), 1, sym_comment, - STATE(6166), 1, + STATE(6147), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [205483] = 3, - ACTIONS(251), 1, + [205684] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6146), 1, + STATE(6143), 1, sym_comment, - ACTIONS(10249), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205496] = 3, + ACTIONS(8247), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8249), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205699] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6144), 1, + sym_comment, + ACTIONS(8251), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8253), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [205714] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6147), 1, + STATE(6145), 1, sym_comment, - ACTIONS(6342), 4, - ts_builtin_sym_end, + ACTIONS(10255), 4, sym__newline, anon_sym_SEMI, - anon_sym_LBRACE, - [205509] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(1819), 1, + anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, - sym__entry_separator, - STATE(6148), 1, - sym_comment, - [205528] = 6, + [205727] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10310), 1, + ACTIONS(10293), 1, anon_sym_COLON, - ACTIONS(10312), 1, + ACTIONS(10295), 1, anon_sym_GT2, - STATE(5369), 1, + STATE(5317), 1, aux_sym__multiple_types_repeat1, - STATE(6149), 1, + STATE(6146), 1, sym_comment, - [205547] = 6, + [205746] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(10297), 1, + anon_sym_DQUOTE, + STATE(6147), 1, + sym_comment, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [205763] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10314), 1, + ACTIONS(10299), 1, anon_sym_COLON, - ACTIONS(10316), 1, + ACTIONS(10301), 1, anon_sym_GT2, - STATE(5374), 1, + STATE(5318), 1, aux_sym__multiple_types_repeat1, - STATE(6150), 1, + STATE(6148), 1, sym_comment, - [205566] = 3, + [205782] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6151), 1, + STATE(6149), 1, sym_comment, - ACTIONS(10318), 4, + ACTIONS(10303), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [205579] = 6, - ACTIONS(3), 1, + [205795] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10320), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6152), 1, + STATE(6150), 1, sym_comment, - [205598] = 3, + ACTIONS(10305), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205808] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(6153), 1, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(1759), 1, + anon_sym_LBRACE, + ACTIONS(10307), 1, + aux_sym__immediate_decimal_token1, + ACTIONS(10309), 1, + aux_sym__immediate_decimal_token2, + STATE(6151), 1, + sym_comment, + [205827] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6152), 1, sym_comment, - ACTIONS(10322), 4, + ACTIONS(10311), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [205611] = 3, + [205840] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6154), 1, + STATE(6153), 1, sym_comment, - ACTIONS(10322), 4, + ACTIONS(10313), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [205624] = 6, + [205853] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(5766), 1, - sym_parameter_parens, - STATE(5767), 1, - sym_parameter_bracks, + ACTIONS(2150), 1, + anon_sym_LBRACE, + ACTIONS(10315), 1, + anon_sym_DOT_DOT2, + STATE(6154), 1, + sym_comment, + ACTIONS(10317), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [205870] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(2158), 1, + anon_sym_LBRACE, + ACTIONS(10319), 1, + anon_sym_DOT_DOT2, STATE(6155), 1, sym_comment, - [205643] = 5, - ACTIONS(3), 1, + ACTIONS(10321), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [205887] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - ACTIONS(5922), 1, - anon_sym_PIPE, + ACTIONS(2166), 1, + anon_sym_LBRACE, + ACTIONS(10323), 1, + anon_sym_DOT_DOT2, STATE(6156), 1, sym_comment, - ACTIONS(5917), 2, - anon_sym_if, - anon_sym_EQ_GT, - [205660] = 6, + ACTIONS(10325), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [205904] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3215), 1, - sym_parameter_parens, - STATE(3216), 1, - sym_parameter_bracks, + ACTIONS(9752), 1, + anon_sym_RPAREN, + STATE(6096), 1, + aux_sym__block_body_repeat1, STATE(6157), 1, sym_comment, - [205679] = 6, - ACTIONS(3), 1, + ACTIONS(10253), 2, + sym__newline, + anon_sym_SEMI, + [205921] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2178), 1, - anon_sym_RBRACE, - ACTIONS(2180), 1, - sym__entry_separator, STATE(6158), 1, sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - [205698] = 4, + ACTIONS(10313), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [205934] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3488), 1, - anon_sym_COLON2, - ACTIONS(10324), 2, - sym__newline, - sym__space, - STATE(6159), 2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10327), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6159), 1, sym_comment, - aux_sym_ctrl_do_parenthesized_repeat2, - [205713] = 6, + [205953] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2182), 1, - anon_sym_RBRACE, - ACTIONS(2184), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10329), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6160), 1, sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - [205732] = 3, - ACTIONS(251), 1, + [205972] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10331), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6161), 1, sym_comment, - ACTIONS(10327), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205745] = 3, - ACTIONS(251), 1, + [205991] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10333), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6162), 1, sym_comment, - ACTIONS(10327), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205758] = 3, - ACTIONS(251), 1, + [206010] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10335), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6163), 1, sym_comment, - ACTIONS(10329), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205771] = 3, - ACTIONS(251), 1, + [206029] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10337), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6164), 1, sym_comment, - ACTIONS(10331), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205784] = 3, - ACTIONS(251), 1, + [206048] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10339), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6165), 1, sym_comment, - ACTIONS(10333), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [205797] = 5, + [206067] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10335), 1, - anon_sym_DQUOTE, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10341), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6166), 1, sym_comment, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205814] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10337), 1, - anon_sym_DQUOTE, - STATE(6167), 1, - sym_comment, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [205831] = 3, + [206086] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6168), 1, + STATE(6167), 1, sym_comment, - ACTIONS(10339), 4, + ACTIONS(5634), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LBRACE, + [206099] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2194), 1, anon_sym_RBRACE, - [205844] = 4, + ACTIONS(2196), 1, + anon_sym_LPAREN2, + ACTIONS(2198), 1, + sym__entry_separator, + ACTIONS(2200), 1, + aux_sym__unquoted_in_record_token2, + STATE(6168), 1, + sym_comment, + [206118] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, STATE(6169), 1, sym_comment, - ACTIONS(2222), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [205859] = 6, + ACTIONS(5648), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [206131] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(5683), 1, - sym_parameter_parens, - STATE(5685), 1, - sym_parameter_bracks, STATE(6170), 1, sym_comment, - [205878] = 6, - ACTIONS(3), 1, + ACTIONS(10343), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [206144] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10341), 1, - anon_sym_COLON, - ACTIONS(10343), 1, - anon_sym_GT2, - STATE(5276), 1, - aux_sym__multiple_types_repeat1, - STATE(6171), 1, + ACTIONS(943), 1, + sym__table_head_separator, + ACTIONS(10345), 1, + anon_sym_DOT2, + STATE(7245), 1, + sym_path, + STATE(6171), 2, sym_comment, - [205897] = 6, + aux_sym_cell_path_repeat1, + [206161] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10345), 1, - anon_sym_COLON, - ACTIONS(10347), 1, - anon_sym_GT2, - STATE(5288), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10348), 1, + anon_sym_DQUOTE, STATE(6172), 1, sym_comment, - [205916] = 6, + STATE(6178), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206178] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10349), 1, + ACTIONS(10350), 1, anon_sym_COLON, - ACTIONS(10351), 1, + ACTIONS(10352), 1, anon_sym_GT2, - STATE(5310), 1, + STATE(5296), 1, aux_sym__multiple_types_repeat1, STATE(6173), 1, sym_comment, - [205935] = 6, - ACTIONS(3), 1, + [206197] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10353), 1, - anon_sym_COLON, - ACTIONS(10355), 1, - anon_sym_GT2, - STATE(5325), 1, - aux_sym__multiple_types_repeat1, STATE(6174), 1, sym_comment, - [205954] = 6, + ACTIONS(5638), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [206210] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4850), 1, - sym__space, - ACTIONS(4852), 1, - sym__newline, - ACTIONS(10357), 1, - sym_long_flag_identifier, - ACTIONS(10359), 1, - anon_sym_EQ2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10354), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6175), 1, sym_comment, - [205973] = 4, + [206229] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6176), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1729), 2, - anon_sym_LPAREN2, + ACTIONS(8255), 2, + anon_sym_AT, sym__entry_separator, - [205988] = 3, + ACTIONS(8257), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [206244] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1506), 1, + anon_sym_SEMI, + ACTIONS(3802), 1, + sym__newline, + STATE(288), 1, + aux_sym__parenthesized_body_repeat1, STATE(6177), 1, sym_comment, - ACTIONS(10361), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [206001] = 3, - ACTIONS(251), 1, + STATE(6678), 1, + aux_sym_shebang_repeat1, + [206263] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10356), 1, + anon_sym_DQUOTE, STATE(6178), 1, sym_comment, - ACTIONS(5619), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [206014] = 4, - ACTIONS(3), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206280] = 3, + ACTIONS(251), 1, anon_sym_POUND, STATE(6179), 1, sym_comment, - ACTIONS(1735), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1737), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [206029] = 5, + ACTIONS(10358), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [206293] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10363), 1, - anon_sym_DQUOTE, STATE(6180), 1, sym_comment, - STATE(6181), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206046] = 5, + ACTIONS(1757), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1759), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [206308] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10365), 1, - anon_sym_DQUOTE, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2124), 1, + anon_sym_RBRACE, + ACTIONS(2130), 1, + sym__entry_separator, STATE(6181), 1, sym_comment, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206063] = 4, - ACTIONS(3), 1, + STATE(7370), 1, + sym__expr_parenthesized_immediate, + [206327] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, STATE(6182), 1, sym_comment, - ACTIONS(2241), 3, - sym_identifier, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [206078] = 3, + ACTIONS(10360), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [206340] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6183), 1, sym_comment, - ACTIONS(10367), 4, + ACTIONS(10360), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [206091] = 6, + [206353] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10369), 1, - anon_sym_RBRACK, - STATE(3438), 1, + ACTIONS(10362), 1, + anon_sym_COLON, + ACTIONS(10364), 1, + anon_sym_GT2, + STATE(5297), 1, aux_sym__multiple_types_repeat1, STATE(6184), 1, sym_comment, - [206110] = 5, + [206372] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10371), 1, - anon_sym_COLON2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10366), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6185), 1, sym_comment, - STATE(6186), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - ACTIONS(7495), 2, - sym__newline, - sym__space, - [206127] = 5, + [206391] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10373), 1, - anon_sym_COLON2, - STATE(6159), 1, - aux_sym_ctrl_do_parenthesized_repeat2, + ACTIONS(10368), 1, + anon_sym_DQUOTE, STATE(6186), 1, sym_comment, - ACTIONS(7495), 2, - sym__newline, - sym__space, - [206144] = 6, - ACTIONS(3), 1, + STATE(6227), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206408] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10375), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4406), 1, + sym_block, STATE(6187), 1, sym_comment, - [206163] = 6, + STATE(6326), 1, + aux_sym_shebang_repeat1, + [206427] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10377), 1, + ACTIONS(10370), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6188), 1, sym_comment, - [206182] = 6, + [206446] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10379), 1, + ACTIONS(10372), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6189), 1, sym_comment, - [206201] = 6, + [206465] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10381), 1, + ACTIONS(10374), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6190), 1, sym_comment, - [206220] = 6, + [206484] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10383), 1, + ACTIONS(10376), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6191), 1, sym_comment, - [206239] = 6, + [206503] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10385), 1, + ACTIONS(10378), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6192), 1, sym_comment, - [206258] = 6, + [206522] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10387), 1, + ACTIONS(10380), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6193), 1, sym_comment, - [206277] = 6, + [206541] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10389), 1, + ACTIONS(10382), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6194), 1, sym_comment, - [206296] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9662), 1, - anon_sym_LBRACE, - STATE(4606), 1, - sym__blosure, - STATE(4741), 1, - sym_block, - STATE(4748), 1, - sym_val_closure, - STATE(6195), 1, - sym_comment, - [206315] = 5, + [206560] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2319), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10391), 1, - anon_sym_LBRACK2, - STATE(6196), 1, - sym_comment, - ACTIONS(2315), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10384), 1, anon_sym_RBRACK, - anon_sym_RBRACE, - [206332] = 3, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6195), 1, + sym_comment, + [206579] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6197), 1, + STATE(6196), 1, sym_comment, - ACTIONS(8089), 4, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AT, - anon_sym_LBRACE, - [206345] = 5, + ACTIONS(10386), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [206592] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(2200), 1, aux_sym_unquoted_token2, - ACTIONS(10393), 1, - anon_sym_DOT_DOT2, - STATE(6198), 1, + STATE(6197), 1, sym_comment, - ACTIONS(10395), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [206362] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2245), 1, + ACTIONS(2198), 3, anon_sym_PIPE, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - STATE(6199), 1, - sym_comment, - ACTIONS(2241), 2, anon_sym_if, anon_sym_EQ_GT, - [206379] = 3, + [206607] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6200), 1, + STATE(6198), 1, sym_comment, - ACTIONS(10397), 4, + ACTIONS(10388), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [206392] = 3, + [206620] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6201), 1, + STATE(6199), 1, sym_comment, - ACTIONS(10399), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206405] = 6, + ACTIONS(10390), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [206633] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__entry_separator, - ACTIONS(1004), 1, - anon_sym_RBRACE, - ACTIONS(2237), 1, - anon_sym_LPAREN2, - ACTIONS(2239), 1, - aux_sym__unquoted_in_record_token4, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(6200), 1, + sym_comment, + ACTIONS(2229), 3, + sym_identifier, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [206648] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10392), 1, + anon_sym_DQUOTE, + STATE(6201), 1, + sym_comment, + STATE(6207), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206665] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(1727), 1, + anon_sym_LBRACE, + ACTIONS(10394), 1, + anon_sym_DOT, + ACTIONS(10396), 1, + aux_sym__immediate_decimal_token2, STATE(6202), 1, sym_comment, - [206424] = 3, + [206684] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(10140), 1, + anon_sym_use, + ACTIONS(10142), 1, + anon_sym_list, + ACTIONS(10144), 1, + anon_sym_hide, + ACTIONS(10146), 1, + anon_sym_new, STATE(6203), 1, sym_comment, - ACTIONS(10401), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206437] = 3, + [206703] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6204), 1, sym_comment, - ACTIONS(10403), 4, + ACTIONS(6284), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206450] = 3, + anon_sym_LBRACE, + [206716] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6205), 1, sym_comment, - ACTIONS(10405), 4, + ACTIONS(10398), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [206463] = 3, + [206729] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6206), 1, sym_comment, - ACTIONS(10407), 4, + ACTIONS(10400), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [206476] = 3, - ACTIONS(251), 1, + [206742] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10402), 1, + anon_sym_DQUOTE, STATE(6207), 1, sym_comment, - ACTIONS(10409), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206489] = 3, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [206759] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6208), 1, sym_comment, - ACTIONS(10411), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [206502] = 5, + ACTIONS(10404), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [206772] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10413), 1, + ACTIONS(10406), 1, anon_sym_DQUOTE, STATE(6209), 1, sym_comment, - STATE(6212), 1, + STATE(6295), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [206519] = 6, + [206789] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(2214), 1, - anon_sym_RBRACE, - ACTIONS(2216), 1, - sym__entry_separator, STATE(6210), 1, sym_comment, - [206538] = 6, + ACTIONS(2265), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token4, + ACTIONS(2267), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [206804] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2237), 1, + anon_sym_RBRACE, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2241), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10415), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2243), 1, + aux_sym__unquoted_in_record_token4, STATE(6211), 1, sym_comment, - [206557] = 5, - ACTIONS(3), 1, + [206823] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10417), 1, - anon_sym_DQUOTE, STATE(6212), 1, sym_comment, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [206574] = 4, - ACTIONS(251), 1, + ACTIONS(10408), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [206836] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, STATE(6213), 1, sym_comment, - ACTIONS(1737), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [206589] = 4, + ACTIONS(8259), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8261), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [206851] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10419), 1, - anon_sym_LPAREN, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10410), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6214), 1, sym_comment, - ACTIONS(10421), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [206604] = 6, + [206870] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10423), 1, + ACTIONS(10412), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6215), 1, sym_comment, - [206623] = 6, + [206889] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_RBRACE, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1802), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(1804), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10414), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6216), 1, sym_comment, - [206642] = 6, + [206908] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10425), 1, + ACTIONS(10416), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6217), 1, sym_comment, - [206661] = 6, + [206927] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10427), 1, + ACTIONS(10418), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6218), 1, sym_comment, - [206680] = 6, + [206946] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10429), 1, + ACTIONS(10420), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6219), 1, sym_comment, - [206699] = 6, + [206965] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10431), 1, + ACTIONS(10422), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6220), 1, sym_comment, - [206718] = 6, + [206984] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10433), 1, + ACTIONS(10424), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6221), 1, sym_comment, - [206737] = 6, - ACTIONS(3), 1, + [207003] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10435), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6222), 1, sym_comment, - [206756] = 6, - ACTIONS(3), 1, + ACTIONS(10408), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [207016] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10437), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6223), 1, sym_comment, - [206775] = 6, - ACTIONS(3), 1, + ACTIONS(10426), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [207029] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10439), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6224), 1, sym_comment, - [206794] = 6, + ACTIONS(10428), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [207042] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2239), 1, + anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym__unquoted_in_record_token4, + ACTIONS(2245), 1, + anon_sym_RBRACE, + ACTIONS(2247), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10441), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6225), 1, sym_comment, - [206813] = 4, + [207061] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10430), 1, + anon_sym_DQUOTE, STATE(6226), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1773), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [206828] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6227), 1, - sym_comment, - ACTIONS(10443), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [206841] = 5, + STATE(6230), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207078] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10445), 1, + ACTIONS(10432), 1, anon_sym_DQUOTE, - STATE(6228), 1, + STATE(6227), 1, sym_comment, - STATE(6231), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [206858] = 6, + [207095] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2273), 1, + anon_sym_RBRACE, + ACTIONS(2275), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10447), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6229), 1, + STATE(6228), 1, sym_comment, - [206877] = 3, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + [207114] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(6230), 1, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(5747), 1, + sym_parameter_parens, + STATE(5748), 1, + sym_parameter_bracks, + STATE(6229), 1, sym_comment, - ACTIONS(10449), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [206890] = 5, + [207133] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10451), 1, + ACTIONS(10434), 1, anon_sym_DQUOTE, - STATE(6231), 1, + STATE(6230), 1, sym_comment, - STATE(6249), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [206907] = 3, - ACTIONS(251), 1, + [207150] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6231), 1, + sym_comment, + ACTIONS(8263), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8265), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [207165] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6232), 1, sym_comment, - ACTIONS(5644), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [206920] = 5, + ACTIONS(8009), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8011), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [207180] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2253), 1, - anon_sym_PIPE, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, + ACTIONS(10436), 1, + anon_sym_DQUOTE, STATE(6233), 1, sym_comment, - ACTIONS(2249), 2, - anon_sym_if, - anon_sym_EQ_GT, - [206937] = 3, + STATE(6278), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207197] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(2176), 1, + anon_sym_LBRACE, + ACTIONS(10438), 1, + anon_sym_DOT_DOT2, STATE(6234), 1, sym_comment, - ACTIONS(5648), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [206950] = 5, + ACTIONS(10440), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [207214] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - ACTIONS(2259), 1, - anon_sym_PIPE, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10442), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6235), 1, sym_comment, - ACTIONS(2257), 2, - anon_sym_if, - anon_sym_EQ_GT, - [206967] = 6, + [207233] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10453), 1, + ACTIONS(10444), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6236), 1, sym_comment, - [206986] = 6, + [207252] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10455), 1, + ACTIONS(10446), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6237), 1, sym_comment, - [207005] = 6, + [207271] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10457), 1, + ACTIONS(10448), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6238), 1, sym_comment, - [207024] = 6, + [207290] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10459), 1, + ACTIONS(10450), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6239), 1, sym_comment, - [207043] = 6, + [207309] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10461), 1, + ACTIONS(10452), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6240), 1, sym_comment, - [207062] = 6, + [207328] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10463), 1, + ACTIONS(10454), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6241), 1, sym_comment, - [207081] = 6, + [207347] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10465), 1, + ACTIONS(10456), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6242), 1, sym_comment, - [207100] = 6, + [207366] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10467), 1, + ACTIONS(10458), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6243), 1, sym_comment, - [207119] = 3, - ACTIONS(251), 1, + [207385] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6244), 1, sym_comment, - ACTIONS(10469), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(8013), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8015), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [207400] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2217), 1, anon_sym_RBRACE, - [207132] = 3, + ACTIONS(2219), 1, + sym__entry_separator, + STATE(6245), 1, + sym_comment, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + [207419] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(1786), 1, + anon_sym_RBRACK, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(1794), 1, + sym__entry_separator, + STATE(6246), 1, + sym_comment, + [207438] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6245), 1, + STATE(6247), 1, sym_comment, - ACTIONS(10471), 4, + ACTIONS(10460), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [207145] = 5, + [207451] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10473), 1, + ACTIONS(10462), 1, anon_sym_DQUOTE, - STATE(6246), 1, + STATE(6248), 1, sym_comment, - STATE(6250), 1, + STATE(6252), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [207162] = 3, + [207468] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(6247), 1, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + STATE(6249), 1, sym_comment, - ACTIONS(10475), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [207175] = 3, + ACTIONS(1759), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [207483] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10464), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6250), 1, + sym_comment, + [207502] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(6248), 1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(10466), 1, + anon_sym_DOT_DOT2, + STATE(6251), 1, sym_comment, - ACTIONS(10477), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [207188] = 4, + ACTIONS(10468), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [207519] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10479), 1, + ACTIONS(10470), 1, anon_sym_DQUOTE, - ACTIONS(10481), 2, + STATE(6252), 1, + sym_comment, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - STATE(6249), 2, + [207536] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2140), 1, + anon_sym_RBRACE, + ACTIONS(2142), 1, + sym__entry_separator, + STATE(6253), 1, sym_comment, - aux_sym__str_double_quotes_repeat1, - [207203] = 5, + STATE(7370), 1, + sym__expr_parenthesized_immediate, + [207555] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10484), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6250), 1, + STATE(6254), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207220] = 4, + ACTIONS(8017), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8019), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [207570] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10486), 1, - anon_sym_LPAREN, - STATE(6251), 1, + ACTIONS(3496), 1, + anon_sym_COLON2, + ACTIONS(10472), 2, + sym__newline, + sym__space, + STATE(6255), 2, sym_comment, - ACTIONS(10488), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [207235] = 3, + aux_sym_ctrl_do_parenthesized_repeat2, + [207585] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6256), 1, + sym_comment, + ACTIONS(8021), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8023), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [207600] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6252), 1, + STATE(6257), 1, sym_comment, - ACTIONS(10490), 4, + ACTIONS(10475), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [207248] = 6, + [207613] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10492), 1, + ACTIONS(10477), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6253), 1, + STATE(6258), 1, sym_comment, - [207267] = 6, + [207632] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10494), 1, + ACTIONS(10479), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6254), 1, + STATE(6259), 1, sym_comment, - [207286] = 6, + [207651] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10496), 1, + ACTIONS(10481), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6255), 1, + STATE(6260), 1, sym_comment, - [207305] = 6, + [207670] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10498), 1, + ACTIONS(10483), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6256), 1, + STATE(6261), 1, sym_comment, - [207324] = 6, + [207689] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10500), 1, + ACTIONS(10485), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6257), 1, + STATE(6262), 1, sym_comment, - [207343] = 6, + [207708] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10502), 1, + ACTIONS(10487), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6258), 1, + STATE(6263), 1, sym_comment, - [207362] = 6, + [207727] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10504), 1, + ACTIONS(10489), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6259), 1, + STATE(6264), 1, sym_comment, - [207381] = 6, + [207746] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10506), 1, + ACTIONS(10491), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6260), 1, - sym_comment, - [207400] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6261), 1, - sym_comment, - ACTIONS(10508), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [207413] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10510), 1, - anon_sym_DQUOTE, - STATE(6262), 1, - sym_comment, - STATE(6264), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207430] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6263), 1, - sym_comment, - ACTIONS(10512), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [207443] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10514), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6264), 1, + STATE(6265), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207460] = 3, + [207765] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6265), 1, + STATE(6266), 1, sym_comment, - ACTIONS(10512), 4, + ACTIONS(10493), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [207473] = 3, + [207778] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6266), 1, + STATE(6267), 1, sym_comment, - ACTIONS(10516), 4, + ACTIONS(10404), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [207486] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10518), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6267), 1, - sym_comment, - [207505] = 6, + [207791] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10520), 1, + ACTIONS(10495), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6268), 1, sym_comment, - [207524] = 6, + [207810] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10522), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6269), 1, sym_comment, - [207543] = 6, + ACTIONS(1757), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1759), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [207825] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10524), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10497), 1, + anon_sym_DQUOTE, STATE(6270), 1, sym_comment, - [207562] = 6, + STATE(6274), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207842] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10526), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6271), 1, sym_comment, - [207581] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(8235), 2, + anon_sym_AT, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10528), 1, + ACTIONS(8237), 2, anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + anon_sym_GT2, + [207857] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2267), 1, + anon_sym_PIPE, STATE(6272), 1, sym_comment, - [207600] = 6, - ACTIONS(3), 1, + ACTIONS(2265), 3, + anon_sym_if, + anon_sym_EQ_GT, + aux_sym_unquoted_token4, + [207872] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10530), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6273), 1, sym_comment, - [207619] = 6, + ACTIONS(10499), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [207885] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10532), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10501), 1, + anon_sym_DQUOTE, STATE(6274), 1, sym_comment, - [207638] = 3, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [207902] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6275), 1, sym_comment, - ACTIONS(10516), 4, + ACTIONS(10503), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [207651] = 3, - ACTIONS(251), 1, + [207915] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10505), 1, + anon_sym_LPAREN, STATE(6276), 1, sym_comment, - ACTIONS(10534), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [207664] = 4, + ACTIONS(10507), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [207930] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10509), 1, + anon_sym_COLON, + ACTIONS(10511), 1, + anon_sym_GT2, + STATE(5371), 1, + aux_sym__multiple_types_repeat1, STATE(6277), 1, sym_comment, - ACTIONS(1786), 2, - anon_sym_RBRACK, - aux_sym__unquoted_in_list_token2, - ACTIONS(1788), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [207679] = 5, + [207949] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10536), 1, + ACTIONS(10513), 1, anon_sym_DQUOTE, STATE(6278), 1, sym_comment, - STATE(6280), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [207696] = 4, + [207966] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6279), 1, - sym_comment, - ACTIONS(8109), 2, - anon_sym_AT, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(8111), 2, - anon_sym_RBRACK, + ACTIONS(10515), 1, + anon_sym_COLON, + ACTIONS(10517), 1, anon_sym_GT2, - [207711] = 5, + STATE(5373), 1, + aux_sym__multiple_types_repeat1, + STATE(6279), 1, + sym_comment, + [207985] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10538), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10519), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6280), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [207728] = 3, - ACTIONS(251), 1, + [208004] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10521), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6281), 1, sym_comment, - ACTIONS(10540), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [207741] = 6, + [208023] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10542), 1, + ACTIONS(10523), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6282), 1, sym_comment, - [207760] = 6, + [208042] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10544), 1, + ACTIONS(10525), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6283), 1, sym_comment, - [207779] = 6, + [208061] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10546), 1, + ACTIONS(10527), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6284), 1, sym_comment, - [207798] = 6, + [208080] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10548), 1, + ACTIONS(10529), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6285), 1, sym_comment, - [207817] = 6, + [208099] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10550), 1, + ACTIONS(10531), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6286), 1, sym_comment, - [207836] = 6, + [208118] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10552), 1, + ACTIONS(10533), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6287), 1, sym_comment, - [207855] = 6, + [208137] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10554), 1, - anon_sym_RBRACK, - STATE(3438), 1, + ACTIONS(10535), 1, + anon_sym_COLON, + ACTIONS(10537), 1, + anon_sym_GT2, + STATE(5374), 1, aux_sym__multiple_types_repeat1, STATE(6288), 1, sym_comment, - [207874] = 6, - ACTIONS(3), 1, + [208156] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10556), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6901), 1, + anon_sym_DOLLAR, + ACTIONS(8683), 1, + sym_identifier, + STATE(5492), 1, + sym_val_variable, STATE(6289), 1, sym_comment, - [207893] = 4, - ACTIONS(3), 1, + STATE(7752), 1, + sym__variable_name, + [208175] = 3, + ACTIONS(251), 1, anon_sym_POUND, STATE(6290), 1, sym_comment, - ACTIONS(8115), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8117), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [207908] = 6, + ACTIONS(10539), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [208188] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(2218), 1, - anon_sym_RBRACK, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - ACTIONS(2222), 1, - sym__entry_separator, + ACTIONS(10541), 1, + anon_sym_DQUOTE, STATE(6291), 1, sym_comment, - [207927] = 3, - ACTIONS(251), 1, + STATE(6293), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208205] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10543), 1, + anon_sym_DQUOTE, STATE(6292), 1, sym_comment, - ACTIONS(10558), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [207940] = 5, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208222] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10560), 1, + ACTIONS(10545), 1, anon_sym_DQUOTE, STATE(6293), 1, sym_comment, - STATE(6295), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [207957] = 6, - ACTIONS(3), 1, + [208239] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10562), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1861), 1, + aux_sym_unquoted_token2, STATE(6294), 1, sym_comment, - [207976] = 5, + ACTIONS(1863), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [208254] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10564), 1, + ACTIONS(10547), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6295), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [207993] = 6, + [208271] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(10566), 1, - anon_sym_RBRACK, - ACTIONS(10568), 1, + ACTIONS(9172), 1, sym__entry_separator, + ACTIONS(10549), 1, + anon_sym_COLON, + ACTIONS(10551), 1, + anon_sym_GT2, + STATE(5375), 1, + aux_sym__multiple_types_repeat1, STATE(6296), 1, sym_comment, - STATE(7656), 1, - sym__expr_parenthesized_immediate, - [208012] = 6, + [208290] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5913), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10553), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6297), 1, sym_comment, - STATE(7267), 1, - sym__expr_parenthesized_immediate, - [208031] = 6, + [208309] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10570), 1, + ACTIONS(10555), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6298), 1, sym_comment, - [208050] = 6, + [208328] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10572), 1, + ACTIONS(10557), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6299), 1, sym_comment, - [208069] = 6, + [208347] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10574), 1, + ACTIONS(10559), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6300), 1, sym_comment, - [208088] = 6, + [208366] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10576), 1, + ACTIONS(10561), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6301), 1, sym_comment, - [208107] = 6, + [208385] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10578), 1, + ACTIONS(10563), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6302), 1, sym_comment, - [208126] = 6, + [208404] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10580), 1, + ACTIONS(10565), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6303), 1, sym_comment, - [208145] = 6, + [208423] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10582), 1, + ACTIONS(10567), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6304), 1, sym_comment, - [208164] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10584), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6305), 1, - sym_comment, - [208183] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10586), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6306), 1, - sym_comment, - [208202] = 3, + [208442] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6307), 1, + STATE(6305), 1, sym_comment, - ACTIONS(10588), 4, + ACTIONS(10569), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [208215] = 3, + [208455] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6308), 1, + STATE(6306), 1, sym_comment, - ACTIONS(10590), 4, + ACTIONS(10571), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [208228] = 5, + [208468] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10592), 1, + ACTIONS(10573), 1, anon_sym_DQUOTE, - STATE(6309), 1, + STATE(6307), 1, sym_comment, - STATE(6312), 1, + STATE(6308), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208245] = 6, + [208485] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(10594), 1, - anon_sym_RBRACK, - ACTIONS(10596), 1, - sym__entry_separator, - STATE(6310), 1, + ACTIONS(10575), 1, + anon_sym_DQUOTE, + STATE(6308), 1, sym_comment, - STATE(7656), 1, - sym__expr_parenthesized_immediate, - [208264] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208502] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym__unquoted_in_record_token2, - ACTIONS(2218), 1, - anon_sym_RBRACE, - ACTIONS(2220), 1, - anon_sym_LPAREN2, - ACTIONS(2222), 1, + ACTIONS(9172), 1, sym__entry_separator, - STATE(6311), 1, + ACTIONS(10577), 1, + anon_sym_COLON, + ACTIONS(10579), 1, + anon_sym_GT2, + STATE(5414), 1, + aux_sym__multiple_types_repeat1, + STATE(6309), 1, sym_comment, - [208283] = 5, + [208521] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10598), 1, + ACTIONS(10581), 1, anon_sym_DQUOTE, - STATE(6249), 1, + STATE(6292), 1, aux_sym__str_double_quotes_repeat1, - STATE(6312), 1, + STATE(6310), 1, sym_comment, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208300] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6313), 1, - sym_comment, - ACTIONS(6360), 4, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [208313] = 3, - ACTIONS(251), 1, + [208538] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6314), 1, + ACTIONS(7524), 1, + anon_sym_COLON2, + STATE(6311), 1, sym_comment, - ACTIONS(6362), 4, - ts_builtin_sym_end, + STATE(6583), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + ACTIONS(7518), 2, sym__newline, - anon_sym_SEMI, - anon_sym_LBRACE, - [208326] = 6, + sym__space, + [208555] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10600), 1, + ACTIONS(10583), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6315), 1, + STATE(6312), 1, sym_comment, - [208345] = 6, + [208574] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10602), 1, + ACTIONS(10585), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6316), 1, + STATE(6313), 1, sym_comment, - [208364] = 6, + [208593] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10604), 1, + ACTIONS(10587), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6317), 1, + STATE(6314), 1, sym_comment, - [208383] = 6, + [208612] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10606), 1, + ACTIONS(10589), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6318), 1, + STATE(6315), 1, sym_comment, - [208402] = 6, + [208631] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10608), 1, + ACTIONS(10591), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6319), 1, + STATE(6316), 1, sym_comment, - [208421] = 6, + [208650] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10610), 1, + ACTIONS(10593), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6320), 1, + STATE(6317), 1, sym_comment, - [208440] = 6, + [208669] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10612), 1, + ACTIONS(10595), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6321), 1, + STATE(6318), 1, sym_comment, - [208459] = 6, + [208688] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10614), 1, + ACTIONS(10597), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6322), 1, + STATE(6319), 1, sym_comment, - [208478] = 5, - ACTIONS(251), 1, + [208707] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10616), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10599), 1, anon_sym_RBRACK, - STATE(5019), 1, - aux_sym_parameter_repeat2, - STATE(6323), 1, - sym_comment, - ACTIONS(2554), 2, - sym__newline, - anon_sym_COMMA, - [208495] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6324), 1, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6320), 1, sym_comment, - ACTIONS(10512), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [208508] = 3, + [208726] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6325), 1, + STATE(6321), 1, sym_comment, - ACTIONS(10618), 4, + ACTIONS(10601), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [208521] = 5, + [208739] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10620), 1, + ACTIONS(10603), 1, anon_sym_DQUOTE, - STATE(6326), 1, + STATE(6322), 1, sym_comment, - STATE(6331), 1, + STATE(6324), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208538] = 3, + [208756] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6327), 1, + STATE(6323), 1, sym_comment, - ACTIONS(10512), 4, + ACTIONS(10605), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [208551] = 3, - ACTIONS(251), 1, + [208769] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6328), 1, + ACTIONS(10607), 1, + anon_sym_DQUOTE, + STATE(6324), 1, sym_comment, - ACTIONS(10622), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [208564] = 3, - ACTIONS(251), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208786] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6329), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10609), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6325), 1, sym_comment, - ACTIONS(10624), 4, + [208805] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [208577] = 3, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4487), 1, + sym_block, + STATE(6326), 1, + sym_comment, + [208824] = 3, ACTIONS(251), 1, anon_sym_POUND, + STATE(6327), 1, + sym_comment, + ACTIONS(10611), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [208837] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10613), 1, + anon_sym_DQUOTE, + STATE(6328), 1, + sym_comment, STATE(6330), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208854] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6329), 1, sym_comment, - ACTIONS(10626), 4, + ACTIONS(10615), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [208590] = 5, + [208867] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10628), 1, + ACTIONS(10617), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6331), 1, + STATE(6330), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208607] = 6, + [208884] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10619), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6331), 1, + sym_comment, + [208903] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4495), 1, - sym_block, STATE(6332), 1, sym_comment, - [208626] = 6, + ACTIONS(10621), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [208916] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2224), 1, - anon_sym_RBRACE, - ACTIONS(2226), 1, - anon_sym_LPAREN2, - ACTIONS(2228), 1, - sym__entry_separator, - ACTIONS(2230), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(10623), 1, + anon_sym_DQUOTE, STATE(6333), 1, sym_comment, - [208645] = 6, + STATE(6335), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208933] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10630), 1, + ACTIONS(10625), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6334), 1, sym_comment, - [208664] = 6, + [208952] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10632), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10627), 1, + anon_sym_DQUOTE, STATE(6335), 1, sym_comment, - [208683] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [208969] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10634), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10629), 1, + anon_sym_COLON2, + STATE(6255), 1, + aux_sym_ctrl_do_parenthesized_repeat2, STATE(6336), 1, sym_comment, - [208702] = 6, - ACTIONS(3), 1, + ACTIONS(7518), 2, + sym__newline, + sym__space, + [208986] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10636), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6337), 1, sym_comment, - [208721] = 6, + ACTIONS(10631), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [208999] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10638), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10633), 1, + anon_sym_DQUOTE, STATE(6338), 1, sym_comment, - [208740] = 6, + STATE(6340), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209016] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10640), 1, + ACTIONS(10635), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6339), 1, sym_comment, - [208759] = 6, + [209035] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10642), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10637), 1, + anon_sym_DQUOTE, STATE(6340), 1, sym_comment, - [208778] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209052] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10644), 1, - anon_sym_RBRACK, - STATE(3438), 1, + ACTIONS(10639), 1, + anon_sym_COLON, + ACTIONS(10641), 1, + anon_sym_GT2, + STATE(5299), 1, aux_sym__multiple_types_repeat1, STATE(6341), 1, sym_comment, - [208797] = 3, + [209071] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6342), 1, sym_comment, - ACTIONS(10646), 4, + ACTIONS(10643), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [208810] = 5, + [209084] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10648), 1, + ACTIONS(10645), 1, anon_sym_DQUOTE, STATE(6343), 1, sym_comment, STATE(6344), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208827] = 5, + [209101] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10650), 1, + ACTIONS(10647), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6344), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [208844] = 5, - ACTIONS(251), 1, + [209118] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(595), 1, - ts_builtin_sym_end, - STATE(210), 1, - aux_sym__block_body_repeat1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10649), 1, + anon_sym_COLON, + ACTIONS(10651), 1, + anon_sym_GT2, + STATE(5345), 1, + aux_sym__multiple_types_repeat1, STATE(6345), 1, sym_comment, - ACTIONS(25), 2, - sym__newline, - anon_sym_SEMI, - [208861] = 6, + [209137] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(4396), 1, - sym_block, STATE(6346), 1, sym_comment, - STATE(6414), 1, - aux_sym_shebang_repeat1, - [208880] = 4, - ACTIONS(251), 1, + ACTIONS(10653), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209150] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, + ACTIONS(10655), 1, + anon_sym_DQUOTE, STATE(6347), 1, sym_comment, - ACTIONS(1729), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [208895] = 6, + STATE(6348), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209167] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10652), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10657), 1, + anon_sym_DQUOTE, STATE(6348), 1, sym_comment, - [208914] = 6, - ACTIONS(3), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209184] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10228), 1, anon_sym_LBRACK, - ACTIONS(10654), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(5767), 1, + sym_parameter_parens, + STATE(5768), 1, + sym_parameter_bracks, STATE(6349), 1, sym_comment, - [208933] = 6, - ACTIONS(3), 1, + [209203] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10656), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6350), 1, sym_comment, - [208952] = 6, + ACTIONS(10659), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209216] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10658), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10661), 1, + anon_sym_DQUOTE, STATE(6351), 1, sym_comment, - [208971] = 6, + STATE(6352), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209233] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10660), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10663), 1, + anon_sym_DQUOTE, STATE(6352), 1, sym_comment, - [208990] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209250] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10662), 1, + ACTIONS(10665), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6353), 1, sym_comment, - [209009] = 6, - ACTIONS(3), 1, + [209269] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10664), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6354), 1, sym_comment, - [209028] = 6, + ACTIONS(10667), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209282] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10666), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10669), 1, + anon_sym_DQUOTE, STATE(6355), 1, sym_comment, - [209047] = 3, - ACTIONS(251), 1, - anon_sym_POUND, STATE(6356), 1, - sym_comment, - ACTIONS(10668), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [209060] = 5, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209299] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10670), 1, + ACTIONS(10671), 1, anon_sym_DQUOTE, - STATE(6357), 1, + STATE(6356), 1, sym_comment, - STATE(6359), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209077] = 6, + [209316] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(1819), 1, - anon_sym_RBRACK, - ACTIONS(1821), 1, - anon_sym_LPAREN2, - ACTIONS(1827), 1, + ACTIONS(9172), 1, sym__entry_separator, + ACTIONS(10673), 1, + anon_sym_COLON, + ACTIONS(10675), 1, + anon_sym_GT2, + STATE(5348), 1, + aux_sym__multiple_types_repeat1, + STATE(6357), 1, + sym_comment, + [209335] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6358), 1, sym_comment, - [209096] = 5, + ACTIONS(10677), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209348] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10672), 1, + ACTIONS(10679), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6359), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6360), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209113] = 4, + [209365] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10681), 1, + anon_sym_DQUOTE, STATE(6360), 1, sym_comment, - ACTIONS(1727), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1729), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [209128] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2138), 1, - anon_sym_RBRACE, - ACTIONS(2140), 1, - sym__entry_separator, - STATE(6361), 1, - sym_comment, - STATE(7365), 1, - sym__expr_parenthesized_immediate, - [209147] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209382] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10674), 1, + ACTIONS(10683), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, + STATE(6361), 1, + sym_comment, + [209401] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6362), 1, sym_comment, - [209166] = 6, + ACTIONS(10685), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209414] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10676), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10687), 1, + anon_sym_DQUOTE, STATE(6363), 1, sym_comment, - [209185] = 6, + STATE(6364), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209431] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10678), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10689), 1, + anon_sym_DQUOTE, STATE(6364), 1, sym_comment, - [209204] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209448] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10680), 1, + ACTIONS(10691), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6365), 1, sym_comment, - [209223] = 6, - ACTIONS(3), 1, + [209467] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10682), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6366), 1, sym_comment, - [209242] = 6, + ACTIONS(10693), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209480] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10684), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10695), 1, + anon_sym_DQUOTE, STATE(6367), 1, sym_comment, - [209261] = 6, + STATE(6368), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209497] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10686), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10697), 1, + anon_sym_DQUOTE, STATE(6368), 1, sym_comment, - [209280] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209514] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10688), 1, - anon_sym_RBRACK, - STATE(3438), 1, + ACTIONS(10699), 1, + anon_sym_COLON, + ACTIONS(10701), 1, + anon_sym_GT2, + STATE(5364), 1, aux_sym__multiple_types_repeat1, STATE(6369), 1, sym_comment, - [209299] = 3, + [209533] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6370), 1, sym_comment, - ACTIONS(10690), 4, + ACTIONS(10703), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [209312] = 5, + [209546] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10692), 1, + ACTIONS(10705), 1, anon_sym_DQUOTE, STATE(6371), 1, sym_comment, - STATE(6373), 1, + STATE(6372), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209329] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(6372), 1, - sym_comment, - ACTIONS(2228), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [209344] = 5, + [209563] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10694), 1, + ACTIONS(10707), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6373), 1, + STATE(6372), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209361] = 6, + [209580] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6373), 1, + sym_comment, + ACTIONS(10709), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209593] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10696), 1, - anon_sym_COLON, - ACTIONS(10698), 1, - anon_sym_GT2, - STATE(5304), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10711), 1, + anon_sym_DQUOTE, STATE(6374), 1, sym_comment, - [209380] = 6, + STATE(6375), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209610] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10700), 1, - anon_sym_COLON, - ACTIONS(10702), 1, - anon_sym_GT2, - STATE(5307), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10713), 1, + anon_sym_DQUOTE, STATE(6375), 1, sym_comment, - [209399] = 6, - ACTIONS(3), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209627] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10704), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6376), 1, sym_comment, - [209418] = 6, + ACTIONS(10715), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209640] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10706), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10717), 1, + anon_sym_DQUOTE, STATE(6377), 1, sym_comment, - [209437] = 6, + STATE(6378), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209657] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10708), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10719), 1, + anon_sym_DQUOTE, STATE(6378), 1, sym_comment, - [209456] = 6, - ACTIONS(3), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209674] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10710), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6379), 1, sym_comment, - [209475] = 6, + ACTIONS(10721), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209687] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10712), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10723), 1, + anon_sym_DQUOTE, STATE(6380), 1, sym_comment, - [209494] = 3, - ACTIONS(251), 1, + STATE(6381), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209704] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10725), 1, + anon_sym_DQUOTE, STATE(6381), 1, sym_comment, - ACTIONS(10714), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [209507] = 6, - ACTIONS(3), 1, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209721] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10716), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6382), 1, sym_comment, - [209526] = 6, + ACTIONS(10727), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [209734] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10718), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10729), 1, + anon_sym_DQUOTE, STATE(6383), 1, sym_comment, - [209545] = 3, - ACTIONS(251), 1, + STATE(6384), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209751] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10731), 1, + anon_sym_DQUOTE, STATE(6384), 1, sym_comment, - ACTIONS(10720), 4, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209768] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6385), 1, + sym_comment, + ACTIONS(10733), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [209558] = 5, + [209781] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10722), 1, + ACTIONS(10735), 1, anon_sym_DQUOTE, - STATE(6385), 1, + STATE(6386), 1, sym_comment, STATE(6387), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209575] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(10724), 1, - anon_sym_DOT_DOT2, - STATE(6386), 1, - sym_comment, - ACTIONS(10726), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [209592] = 5, + [209798] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10728), 1, + ACTIONS(10737), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6387), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209609] = 6, + [209815] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, + ACTIONS(5464), 1, anon_sym_LPAREN2, - ACTIONS(2186), 1, - anon_sym_RBRACE, - ACTIONS(2188), 1, + ACTIONS(10739), 1, + anon_sym_RBRACK, + ACTIONS(10741), 1, sym__entry_separator, STATE(6388), 1, sym_comment, - STATE(7373), 1, + STATE(7687), 1, sym__expr_parenthesized_immediate, - [209628] = 6, + [209834] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10730), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10743), 1, + anon_sym_DQUOTE, STATE(6389), 1, sym_comment, - [209647] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209851] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10732), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10745), 1, + anon_sym_DQUOTE, STATE(6390), 1, sym_comment, - [209666] = 6, + STATE(6391), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209868] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10734), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10747), 1, + anon_sym_DQUOTE, STATE(6391), 1, sym_comment, - [209685] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209885] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10736), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10749), 1, + anon_sym_DQUOTE, STATE(6392), 1, sym_comment, - [209704] = 6, + STATE(6393), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209902] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10738), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10751), 1, + anon_sym_DQUOTE, STATE(6393), 1, sym_comment, - [209723] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209919] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10740), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10753), 1, + anon_sym_DQUOTE, STATE(6394), 1, sym_comment, - [209742] = 6, + STATE(6395), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209936] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10742), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10755), 1, + anon_sym_DQUOTE, STATE(6395), 1, sym_comment, - [209761] = 6, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209953] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10744), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10757), 1, + anon_sym_DQUOTE, STATE(6396), 1, sym_comment, - [209780] = 3, - ACTIONS(251), 1, - anon_sym_POUND, STATE(6397), 1, - sym_comment, - ACTIONS(10746), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [209793] = 5, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [209970] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10748), 1, + ACTIONS(10759), 1, anon_sym_DQUOTE, - STATE(6398), 1, + STATE(6397), 1, sym_comment, - STATE(6400), 1, + STATE(6515), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [209810] = 6, + [209987] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10750), 1, + ACTIONS(10761), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6399), 1, - sym_comment, - [209829] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10752), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6400), 1, + STATE(6398), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [209846] = 6, + [210006] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10754), 1, + ACTIONS(10763), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, + STATE(6399), 1, + sym_comment, + [210025] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6400), 1, + sym_comment, + ACTIONS(10765), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [210038] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6401), 1, sym_comment, - [209865] = 6, - ACTIONS(3), 1, + ACTIONS(10767), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210051] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10756), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6583), 1, + sym__newline, + ACTIONS(10769), 1, + anon_sym_EQ, + ACTIONS(10771), 1, + anon_sym_COLON, + STATE(3837), 1, + aux_sym_shebang_repeat1, STATE(6402), 1, sym_comment, - [209884] = 6, - ACTIONS(3), 1, + [210070] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10758), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6403), 1, sym_comment, - [209903] = 6, - ACTIONS(3), 1, + ACTIONS(10773), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210083] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10760), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, STATE(6404), 1, sym_comment, - [209922] = 6, - ACTIONS(3), 1, + ACTIONS(10775), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210096] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10228), 1, anon_sym_LBRACK, - ACTIONS(10762), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3219), 1, + sym_parameter_parens, + STATE(3220), 1, + sym_parameter_bracks, STATE(6405), 1, sym_comment, - [209941] = 6, + [210115] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10764), 1, + ACTIONS(10777), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6406), 1, sym_comment, - [209960] = 6, + [210134] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10766), 1, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(10779), 1, anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10781), 1, + sym__entry_separator, STATE(6407), 1, sym_comment, - [209979] = 6, - ACTIONS(3), 1, + STATE(7687), 1, + sym__expr_parenthesized_immediate, + [210153] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10768), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(10216), 1, + anon_sym_DOT_DOT2, + ACTIONS(10783), 1, + anon_sym_LBRACE, STATE(6408), 1, sym_comment, - [209998] = 6, + ACTIONS(10218), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [210170] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10770), 1, + ACTIONS(10785), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6409), 1, sym_comment, - [210017] = 6, + [210189] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10772), 1, + ACTIONS(10787), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, STATE(6410), 1, sym_comment, - [210036] = 3, - ACTIONS(251), 1, + [210208] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2322), 1, + sym__entry_separator, + ACTIONS(10789), 1, + anon_sym_LBRACK2, STATE(6411), 1, sym_comment, - ACTIONS(10774), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210049] = 5, - ACTIONS(3), 1, + ACTIONS(2318), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [210225] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10776), 1, - anon_sym_DQUOTE, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3205), 1, + sym_parameter_bracks, + STATE(3229), 1, + sym_parameter_parens, STATE(6412), 1, sym_comment, - STATE(6413), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210066] = 5, + [210244] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10778), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(2184), 1, + anon_sym_RBRACK, + ACTIONS(2186), 1, + sym__entry_separator, STATE(6413), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210083] = 6, + [210263] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4427), 1, - sym_block, STATE(6414), 1, sym_comment, - [210102] = 3, - ACTIONS(251), 1, + ACTIONS(8001), 4, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_AT, + anon_sym_LBRACE, + [210276] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1865), 1, + anon_sym_RBRACK, + ACTIONS(1867), 1, + anon_sym_LPAREN2, + ACTIONS(1873), 1, + sym__entry_separator, + ACTIONS(1875), 1, + aux_sym__unquoted_in_list_token2, STATE(6415), 1, sym_comment, - ACTIONS(10780), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210115] = 5, - ACTIONS(3), 1, + [210295] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10782), 1, - anon_sym_DQUOTE, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(10791), 1, + anon_sym_DOT_DOT2, STATE(6416), 1, sym_comment, + ACTIONS(10793), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [210312] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6417), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210132] = 5, + sym_comment, + ACTIONS(10795), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210325] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10784), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6417), 1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2221), 1, + anon_sym_RBRACE, + ACTIONS(2223), 1, + sym__entry_separator, + STATE(6418), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210149] = 3, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + [210344] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6418), 1, + STATE(6419), 1, sym_comment, - ACTIONS(10786), 4, + ACTIONS(10797), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [210162] = 3, + [210357] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6419), 1, + STATE(6420), 1, sym_comment, - ACTIONS(10788), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210175] = 5, + ACTIONS(10799), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210370] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10790), 1, - anon_sym_DQUOTE, - STATE(6420), 1, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(10801), 1, + anon_sym_RBRACK, + ACTIONS(10803), 1, + sym__entry_separator, + STATE(6421), 1, sym_comment, + STATE(7687), 1, + sym__expr_parenthesized_immediate, + [210389] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6422), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210192] = 3, + sym_comment, + ACTIONS(10805), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210402] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6421), 1, + STATE(6423), 1, sym_comment, - ACTIONS(10792), 4, + ACTIONS(10807), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [210205] = 5, - ACTIONS(3), 1, + [210415] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10794), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6422), 1, + STATE(6424), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210222] = 6, + ACTIONS(10809), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210428] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2237), 1, + anon_sym_RBRACK, + ACTIONS(2239), 1, + anon_sym_LPAREN2, ACTIONS(2241), 1, - anon_sym_RBRACE, + sym__entry_separator, ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, + STATE(6425), 1, + sym_comment, + [210447] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2239), 1, anon_sym_LPAREN2, + ACTIONS(2243), 1, + aux_sym__unquoted_in_list_token4, ACTIONS(2245), 1, - sym__entry_separator, + anon_sym_RBRACK, ACTIONS(2247), 1, - aux_sym__unquoted_in_record_token4, - STATE(6423), 1, + sym__entry_separator, + STATE(6426), 1, sym_comment, - [210241] = 3, + [210466] = 6, ACTIONS(251), 1, anon_sym_POUND, - STATE(6424), 1, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3221), 1, + sym_parameter_parens, + STATE(3222), 1, + sym_parameter_bracks, + STATE(6427), 1, sym_comment, - ACTIONS(10796), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210254] = 5, - ACTIONS(3), 1, + [210485] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10798), 1, - anon_sym_DQUOTE, - STATE(6425), 1, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3223), 1, + sym_parameter_parens, + STATE(3224), 1, + sym_parameter_bracks, + STATE(6428), 1, sym_comment, - STATE(6427), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210271] = 3, + [210504] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(6426), 1, + ACTIONS(597), 1, + ts_builtin_sym_end, + STATE(283), 1, + aux_sym__block_body_repeat1, + STATE(6429), 1, sym_comment, - ACTIONS(10800), 4, + ACTIONS(25), 2, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [210284] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10802), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6427), 1, - sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210301] = 3, + [210521] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6428), 1, + STATE(6430), 1, sym_comment, - ACTIONS(10804), 4, + ACTIONS(10795), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [210314] = 3, + [210534] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6429), 1, - sym_comment, - ACTIONS(10806), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210327] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10808), 1, - anon_sym_DQUOTE, - STATE(6430), 1, - sym_comment, - STATE(6431), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210344] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10810), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6431), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210361] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2190), 1, + ACTIONS(10811), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(2192), 1, - sym__entry_separator, + [210547] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6432), 1, sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - [210380] = 3, - ACTIONS(251), 1, + ACTIONS(10813), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210560] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + ACTIONS(5899), 1, + anon_sym_PIPE, STATE(6433), 1, sym_comment, - ACTIONS(10812), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210393] = 5, + ACTIONS(5894), 2, + anon_sym_if, + anon_sym_EQ_GT, + [210577] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10814), 1, - anon_sym_DQUOTE, STATE(6434), 1, sym_comment, - STATE(6435), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210410] = 5, + ACTIONS(7943), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(7945), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210592] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10816), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(4869), 1, + sym__space, + ACTIONS(4871), 1, + sym__newline, + ACTIONS(10815), 1, + anon_sym_EQ2, + ACTIONS(10817), 1, + sym_short_flag_identifier, STATE(6435), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210427] = 5, - ACTIONS(3), 1, + [210611] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10818), 1, - anon_sym_DQUOTE, - STATE(6167), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3225), 1, + sym_parameter_parens, + STATE(3226), 1, + sym_parameter_bracks, STATE(6436), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210444] = 3, - ACTIONS(251), 1, + [210630] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6437), 1, sym_comment, - ACTIONS(10820), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210457] = 5, + ACTIONS(8267), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8269), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210645] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10822), 1, - anon_sym_DQUOTE, STATE(6438), 1, sym_comment, - STATE(6439), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210474] = 5, - ACTIONS(3), 1, + ACTIONS(8223), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8225), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210660] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10824), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6439), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210491] = 3, + ACTIONS(10819), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210673] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6440), 1, sym_comment, - ACTIONS(10826), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210504] = 5, + ACTIONS(5642), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [210686] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10828), 1, - anon_sym_DQUOTE, STATE(6441), 1, sym_comment, - STATE(6442), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210521] = 5, + ACTIONS(8073), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8075), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210701] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10830), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6442), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210538] = 3, + ACTIONS(8077), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8079), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210716] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(4439), 1, + sym_block, STATE(6443), 1, sym_comment, - ACTIONS(10832), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [210551] = 3, + [210735] = 6, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4440), 1, + sym_block, + STATE(6095), 1, + aux_sym_shebang_repeat1, STATE(6444), 1, sym_comment, - ACTIONS(10834), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210564] = 5, - ACTIONS(3), 1, + [210754] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10836), 1, - anon_sym_DQUOTE, STATE(6445), 1, sym_comment, - STATE(6446), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210581] = 5, + ACTIONS(10821), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [210767] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10838), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6446), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210598] = 3, - ACTIONS(251), 1, + ACTIONS(8085), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8087), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210782] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10823), 1, + anon_sym_COLON2, STATE(6447), 1, sym_comment, - ACTIONS(10832), 4, + STATE(6448), 1, + aux_sym_ctrl_do_parenthesized_repeat2, + ACTIONS(7518), 2, sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [210611] = 3, - ACTIONS(251), 1, + sym__space, + [210799] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(10825), 1, + anon_sym_COLON2, + STATE(6255), 1, + aux_sym_ctrl_do_parenthesized_repeat2, STATE(6448), 1, sym_comment, - ACTIONS(10840), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210624] = 5, + ACTIONS(7518), 2, + sym__newline, + sym__space, + [210816] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10842), 1, - anon_sym_DQUOTE, STATE(6449), 1, sym_comment, - STATE(6450), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210641] = 5, + ACTIONS(8089), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8091), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210831] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10844), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(1555), 1, + aux_sym__unquoted_in_record_token2, + ACTIONS(1786), 1, + anon_sym_RBRACE, + ACTIONS(1788), 1, + anon_sym_LPAREN2, + ACTIONS(1794), 1, + sym__entry_separator, STATE(6450), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210658] = 3, - ACTIONS(251), 1, + [210850] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(6451), 1, sym_comment, - ACTIONS(10846), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210671] = 5, - ACTIONS(3), 1, + ACTIONS(8093), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8095), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210865] = 6, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10848), 1, - anon_sym_DQUOTE, + ACTIONS(9718), 1, + anon_sym_LBRACE, + STATE(4611), 1, + sym_val_closure, + STATE(4621), 1, + sym__blosure, + STATE(4735), 1, + sym_block, STATE(6452), 1, sym_comment, - STATE(6453), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210688] = 5, + [210884] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10850), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6453), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210705] = 3, - ACTIONS(251), 1, + ACTIONS(8107), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8109), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [210899] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2233), 1, + anon_sym_PIPE, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, STATE(6454), 1, sym_comment, - ACTIONS(10852), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210718] = 5, - ACTIONS(3), 1, + ACTIONS(2229), 2, + anon_sym_if, + anon_sym_EQ_GT, + [210916] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10854), 1, - anon_sym_DQUOTE, + ACTIONS(1396), 1, + ts_builtin_sym_end, + STATE(285), 1, + aux_sym__block_body_repeat1, STATE(6455), 1, sym_comment, - STATE(6456), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210735] = 5, - ACTIONS(3), 1, + ACTIONS(25), 2, + sym__newline, + anon_sym_SEMI, + [210933] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10856), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(10827), 1, + anon_sym_RPAREN, + STATE(6096), 1, + aux_sym__block_body_repeat1, STATE(6456), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210752] = 3, - ACTIONS(251), 1, + ACTIONS(10253), 2, + sym__newline, + anon_sym_SEMI, + [210950] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1000), 1, + sym__entry_separator, + ACTIONS(1004), 1, + anon_sym_RBRACE, + ACTIONS(2202), 1, + anon_sym_LPAREN2, + ACTIONS(2204), 1, + aux_sym__unquoted_in_record_token4, STATE(6457), 1, sym_comment, - ACTIONS(10858), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210765] = 5, + [210969] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10860), 1, - anon_sym_DQUOTE, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10829), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6458), 1, sym_comment, - STATE(6459), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210782] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(10862), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6459), 1, - sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210799] = 3, + [210988] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6460), 1, + STATE(6459), 1, sym_comment, - ACTIONS(10864), 4, + ACTIONS(10831), 4, sym_identifier, anon_sym_in2, anon_sym_nu, anon_sym_env, - [210812] = 5, + [211001] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10866), 1, - anon_sym_DQUOTE, - STATE(6461), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10833), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6460), 1, sym_comment, - STATE(6462), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210829] = 5, + [211020] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10868), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, - STATE(6462), 1, + STATE(6461), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210846] = 3, + ACTIONS(8271), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8273), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211035] = 3, ACTIONS(251), 1, anon_sym_POUND, + STATE(6462), 1, + sym_comment, + ACTIONS(10835), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211048] = 4, + ACTIONS(3), 1, + anon_sym_POUND, STATE(6463), 1, sym_comment, - ACTIONS(10870), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210859] = 5, + ACTIONS(1765), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1767), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [211063] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10872), 1, + ACTIONS(10837), 1, anon_sym_DQUOTE, STATE(6464), 1, sym_comment, - STATE(6465), 1, + STATE(6475), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [210876] = 5, + [211080] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10874), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6465), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210893] = 3, + ACTIONS(8275), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8277), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211095] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, STATE(6466), 1, sym_comment, - ACTIONS(10876), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210906] = 5, + ACTIONS(1767), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [211110] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10878), 1, - anon_sym_DQUOTE, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2225), 1, + anon_sym_RBRACE, + ACTIONS(2227), 1, + sym__entry_separator, STATE(6467), 1, sym_comment, - STATE(6468), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210923] = 5, - ACTIONS(3), 1, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + [211129] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10880), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(1681), 1, + anon_sym_DASH2, + ACTIONS(8735), 1, + aux_sym_unquoted_token2, STATE(6468), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210940] = 3, - ACTIONS(251), 1, + ACTIONS(1693), 2, + sym_identifier, + anon_sym_DASH_DASH, + [211146] = 6, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10839), 1, + anon_sym_COLON, + ACTIONS(10841), 1, + anon_sym_GT2, + STATE(5355), 1, + aux_sym__multiple_types_repeat1, STATE(6469), 1, sym_comment, - ACTIONS(10882), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [210953] = 5, - ACTIONS(3), 1, + [211165] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10884), 1, - anon_sym_DQUOTE, STATE(6470), 1, sym_comment, - STATE(6471), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210970] = 5, + ACTIONS(10843), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211178] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10886), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10845), 1, + anon_sym_COLON, + ACTIONS(10847), 1, + anon_sym_GT2, + STATE(5358), 1, + aux_sym__multiple_types_repeat1, STATE(6471), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [210987] = 5, + [211197] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10888), 1, - anon_sym_DQUOTE, + ACTIONS(10849), 1, + anon_sym_LPAREN, STATE(6472), 1, sym_comment, - STATE(6473), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211004] = 5, + ACTIONS(10851), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [211212] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10890), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10853), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6473), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211021] = 5, + [211231] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10892), 1, - anon_sym_DQUOTE, STATE(6474), 1, sym_comment, - STATE(6475), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211038] = 5, + ACTIONS(8279), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8281), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211246] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10894), 1, + ACTIONS(10855), 1, anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6475), 1, sym_comment, - ACTIONS(10208), 2, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, sym__escaped_str_content, sym_escape_sequence, - [211055] = 5, + [211263] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10896), 1, - anon_sym_DQUOTE, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10857), 1, + anon_sym_COLON, + ACTIONS(10859), 1, + anon_sym_GT2, + STATE(5415), 1, + aux_sym__multiple_types_repeat1, STATE(6476), 1, sym_comment, - STATE(6477), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211072] = 5, + [211282] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10898), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10861), 1, + anon_sym_COLON, + ACTIONS(10863), 1, + anon_sym_GT2, + STATE(5380), 1, + aux_sym__multiple_types_repeat1, STATE(6477), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211089] = 5, + [211301] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10900), 1, - anon_sym_DQUOTE, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10865), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6478), 1, sym_comment, - STATE(6479), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211106] = 5, + [211320] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10902), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, STATE(6479), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211123] = 5, - ACTIONS(3), 1, + ACTIONS(8283), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8285), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211335] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10904), 1, - anon_sym_DQUOTE, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, STATE(6480), 1, sym_comment, - STATE(6481), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211140] = 5, + ACTIONS(1727), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [211350] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10906), 1, - anon_sym_DQUOTE, - STATE(6249), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10867), 1, + anon_sym_COLON, + ACTIONS(10869), 1, + anon_sym_GT2, + STATE(5382), 1, + aux_sym__multiple_types_repeat1, STATE(6481), 1, sym_comment, - ACTIONS(10208), 2, - sym__escaped_str_content, - sym_escape_sequence, - [211157] = 3, + [211369] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6482), 1, sym_comment, - ACTIONS(10908), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [211170] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6483), 1, - sym_comment, - ACTIONS(10910), 4, + ACTIONS(10795), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [211183] = 3, + [211382] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6483), 1, + sym_comment, + ACTIONS(988), 4, + anon_sym_RBRACK, + sym__entry_separator, + sym__table_head_separator, + anon_sym_DOT2, + [211395] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(6484), 1, sym_comment, - ACTIONS(10912), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [211196] = 4, + ACTIONS(2186), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [211410] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6485), 1, sym_comment, - ACTIONS(8215), 2, - anon_sym_AT, + ACTIONS(1725), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token2, + ACTIONS(1727), 2, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(8217), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211211] = 6, - ACTIONS(251), 1, + [211425] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3209), 1, - sym_parameter_parens, - STATE(3227), 1, - sym_parameter_bracks, + ACTIONS(10871), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6486), 1, sym_comment, - [211230] = 4, + [211444] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(2136), 1, + anon_sym_RBRACE, + ACTIONS(2138), 1, + sym__entry_separator, STATE(6487), 1, sym_comment, - ACTIONS(8219), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8221), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211245] = 5, + STATE(7370), 1, + sym__expr_parenthesized_immediate, + [211463] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10914), 1, - anon_sym_LBRACE, - ACTIONS(10916), 1, - anon_sym_DOT_DOT2, + ACTIONS(10873), 1, + anon_sym_use, + ACTIONS(10875), 1, + anon_sym_list, + ACTIONS(10877), 1, + anon_sym_hide, + ACTIONS(10879), 1, + anon_sym_new, STATE(6488), 1, sym_comment, - ACTIONS(10918), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [211262] = 4, + [211482] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6489), 1, - sym_comment, - ACTIONS(8243), 2, - anon_sym_AT, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8245), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10881), 1, anon_sym_RBRACK, - anon_sym_GT2, - [211277] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6489), 1, + sym_comment, + [211501] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10883), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6490), 1, sym_comment, - ACTIONS(8247), 2, - anon_sym_AT, + [211520] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8249), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10885), 1, anon_sym_RBRACK, - anon_sym_GT2, - [211292] = 3, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6491), 1, + sym_comment, + [211539] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6491), 1, + STATE(6492), 1, sym_comment, - ACTIONS(10920), 4, + ACTIONS(10795), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [211305] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(10922), 1, - anon_sym_RBRACK, - ACTIONS(10924), 1, - sym__entry_separator, - STATE(6492), 1, - sym_comment, - STATE(7656), 1, - sym__expr_parenthesized_immediate, - [211324] = 6, - ACTIONS(3), 1, + [211552] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, - ACTIONS(2214), 1, - anon_sym_RBRACK, - ACTIONS(2216), 1, - sym__entry_separator, STATE(6493), 1, sym_comment, - [211343] = 3, + ACTIONS(10887), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211565] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6494), 1, sym_comment, - ACTIONS(10926), 4, + ACTIONS(10887), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [211356] = 6, + [211578] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_RBRACK, - ACTIONS(1796), 1, - anon_sym_LPAREN2, - ACTIONS(1802), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(1804), 1, - aux_sym__unquoted_in_list_token2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10889), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6495), 1, sym_comment, - [211375] = 3, + [211597] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6496), 1, sym_comment, - ACTIONS(10928), 4, + ACTIONS(10891), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [211388] = 6, + [211610] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10930), 1, - anon_sym_COLON, - ACTIONS(10932), 1, - anon_sym_GT2, - STATE(5409), 1, - aux_sym__multiple_types_repeat1, STATE(6497), 1, sym_comment, - [211407] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(10934), 1, - anon_sym_RBRACK, - ACTIONS(10936), 1, + ACTIONS(8133), 2, + anon_sym_AT, sym__entry_separator, + ACTIONS(8135), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211625] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4936), 1, + anon_sym_DASH2, + ACTIONS(10893), 1, + anon_sym_EQ2, STATE(6498), 1, sym_comment, - STATE(7656), 1, - sym__expr_parenthesized_immediate, - [211426] = 6, + ACTIONS(4934), 2, + sym_identifier, + anon_sym_DASH_DASH, + [211642] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(1737), 1, - anon_sym_LBRACE, - ACTIONS(10938), 1, - anon_sym_DOT, - ACTIONS(10940), 1, - aux_sym__immediate_decimal_token2, STATE(6499), 1, sym_comment, - [211445] = 6, - ACTIONS(3), 1, + ACTIONS(10895), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211655] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2249), 1, - anon_sym_RBRACK, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2253), 1, - sym__entry_separator, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, STATE(6500), 1, sym_comment, - [211464] = 6, + ACTIONS(10897), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211668] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_list_token4, - ACTIONS(2257), 1, - anon_sym_RBRACK, - ACTIONS(2259), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10899), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6501), 1, sym_comment, - [211483] = 6, - ACTIONS(251), 1, + [211687] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3204), 1, - sym_parameter_bracks, - STATE(3226), 1, - sym_parameter_parens, + ACTIONS(10901), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6502), 1, sym_comment, - [211502] = 6, - ACTIONS(251), 1, + [211706] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3205), 1, - sym_parameter_parens, - STATE(3206), 1, - sym_parameter_bracks, + ACTIONS(10903), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6503), 1, sym_comment, - [211521] = 6, + [211725] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2249), 1, - anon_sym_RBRACE, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2253), 1, - sym__entry_separator, - ACTIONS(2255), 1, - aux_sym__unquoted_in_record_token4, STATE(6504), 1, sym_comment, - [211540] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2251), 1, - anon_sym_LPAREN2, - ACTIONS(2255), 1, - aux_sym__unquoted_in_record_token4, - ACTIONS(2257), 1, - anon_sym_RBRACE, - ACTIONS(2259), 1, + ACTIONS(8137), 2, + anon_sym_AT, sym__entry_separator, + ACTIONS(8139), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [211740] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6505), 1, sym_comment, - [211559] = 6, + ACTIONS(10905), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211753] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4898), 1, - sym__space, - ACTIONS(4900), 1, - sym__newline, - ACTIONS(10942), 1, - anon_sym_EQ2, - ACTIONS(10944), 1, - sym_short_flag_identifier, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, STATE(6506), 1, sym_comment, - [211578] = 6, - ACTIONS(251), 1, + ACTIONS(2237), 2, + anon_sym_if, + anon_sym_EQ_GT, + [211770] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3220), 1, - sym_parameter_parens, - STATE(3221), 1, - sym_parameter_bracks, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2247), 1, + anon_sym_PIPE, STATE(6507), 1, sym_comment, - [211597] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2121), 1, - anon_sym_LBRACE, - ACTIONS(10946), 1, - anon_sym_DOT_DOT2, - STATE(6508), 1, - sym_comment, - ACTIONS(10948), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [211614] = 6, + ACTIONS(2245), 2, + anon_sym_if, + anon_sym_EQ_GT, + [211787] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10950), 1, - anon_sym_COLON, - ACTIONS(10952), 1, - anon_sym_GT2, - STATE(5410), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10907), 1, + anon_sym_RBRACK, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6509), 1, - sym_comment, - [211633] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(6510), 1, + STATE(6508), 1, sym_comment, - ACTIONS(1771), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1773), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [211648] = 6, + [211806] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(4458), 1, - sym_block, - STATE(6511), 1, + STATE(6509), 1, sym_comment, - [211667] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(10909), 4, sym__newline, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(4460), 1, - sym_block, - STATE(6332), 1, - aux_sym_shebang_repeat1, - STATE(6512), 1, - sym_comment, - [211686] = 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211819] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10954), 1, - anon_sym_LBRACK, - ACTIONS(10956), 1, - anon_sym_LPAREN, - STATE(5873), 1, - sym_parameter_parens, - STATE(5992), 1, - sym_parameter_bracks, - STATE(6513), 1, - sym_comment, - [211705] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10958), 1, - anon_sym_COLON, - ACTIONS(10960), 1, - anon_sym_GT2, - STATE(5338), 1, - aux_sym__multiple_types_repeat1, - STATE(6514), 1, - sym_comment, - [211724] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10962), 1, - anon_sym_COLON, - ACTIONS(10964), 1, - anon_sym_GT2, - STATE(5340), 1, - aux_sym__multiple_types_repeat1, - STATE(6515), 1, - sym_comment, - [211743] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10966), 1, - anon_sym_COLON, - ACTIONS(10968), 1, - anon_sym_GT2, - STATE(5375), 1, - aux_sym__multiple_types_repeat1, - STATE(6516), 1, - sym_comment, - [211762] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10970), 1, - anon_sym_COLON, - ACTIONS(10972), 1, - anon_sym_GT2, - STATE(5397), 1, - aux_sym__multiple_types_repeat1, - STATE(6517), 1, + STATE(6510), 1, sym_comment, - [211781] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6589), 1, + ACTIONS(10911), 4, sym__newline, - ACTIONS(10974), 1, - anon_sym_EQ, - ACTIONS(10976), 1, - anon_sym_COLON, - STATE(3828), 1, - aux_sym_shebang_repeat1, - STATE(6518), 1, - sym_comment, - [211800] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10978), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6519), 1, - sym_comment, - [211819] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(10980), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6520), 1, - sym_comment, - [211838] = 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [211832] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(10982), 1, + ACTIONS(10913), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6521), 1, - sym_comment, - [211857] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - STATE(6522), 1, + STATE(6511), 1, sym_comment, - ACTIONS(2216), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [211872] = 5, + [211851] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10984), 1, - anon_sym_RPAREN, - STATE(6092), 1, + ACTIONS(1385), 1, + ts_builtin_sym_end, + STATE(289), 1, aux_sym__block_body_repeat1, - STATE(6523), 1, + STATE(6512), 1, sym_comment, - ACTIONS(10212), 2, + ACTIONS(25), 2, sym__newline, anon_sym_SEMI, - [211889] = 3, + [211868] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6524), 1, + STATE(6513), 1, sym_comment, - ACTIONS(10986), 4, + ACTIONS(10915), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [211902] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_DASH2, - ACTIONS(8731), 1, - aux_sym_unquoted_token2, - STATE(6525), 1, - sym_comment, - ACTIONS(1665), 2, - sym_identifier, - anon_sym_DASH_DASH, - [211919] = 4, + [211881] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6526), 1, + STATE(6514), 1, sym_comment, - ACTIONS(8013), 2, + ACTIONS(8169), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8015), 2, + ACTIONS(8171), 2, anon_sym_RBRACK, anon_sym_GT2, - [211934] = 4, + [211896] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6527), 1, + ACTIONS(10917), 1, + anon_sym_DQUOTE, + ACTIONS(10919), 2, + sym__escaped_str_content, + sym_escape_sequence, + STATE(6515), 2, sym_comment, - ACTIONS(8047), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8049), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211949] = 4, - ACTIONS(3), 1, + aux_sym__str_double_quotes_repeat1, + [211911] = 5, + ACTIONS(251), 1, anon_sym_POUND, - STATE(6528), 1, + ACTIONS(10216), 1, + anon_sym_DOT_DOT2, + ACTIONS(10922), 1, + anon_sym_LBRACE, + STATE(6516), 1, sym_comment, - ACTIONS(8051), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8053), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211964] = 4, - ACTIONS(3), 1, + ACTIONS(10218), 2, + anon_sym_DOT_DOT_EQ2, + anon_sym_DOT_DOT_LT2, + [211928] = 6, + ACTIONS(251), 1, anon_sym_POUND, - STATE(6529), 1, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(10924), 1, + anon_sym_LBRACK, + STATE(1706), 1, + aux_sym_shebang_repeat1, + STATE(6517), 1, sym_comment, - ACTIONS(8099), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8101), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211979] = 4, + STATE(7612), 1, + sym_val_list, + [211947] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6530), 1, + ACTIONS(10926), 1, + anon_sym_LPAREN, + STATE(6518), 1, sym_comment, - ACTIONS(8119), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8121), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [211994] = 4, + ACTIONS(10928), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [211962] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4918), 1, + anon_sym_DASH2, + ACTIONS(10930), 1, + anon_sym_EQ2, + STATE(6519), 1, + sym_comment, + ACTIONS(4916), 2, + sym_identifier, + anon_sym_DASH_DASH, + [211979] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6531), 1, + STATE(6520), 1, sym_comment, - ACTIONS(8135), 2, + ACTIONS(8173), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8137), 2, + ACTIONS(8175), 2, anon_sym_RBRACK, anon_sym_GT2, - [212009] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(6532), 1, - sym_comment, - ACTIONS(2249), 3, - sym_identifier, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [212024] = 3, + [211994] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6533), 1, + STATE(6521), 1, sym_comment, - ACTIONS(10988), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [212037] = 3, + ACTIONS(10932), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [212007] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6534), 1, - sym_comment, - ACTIONS(988), 4, - anon_sym_RBRACK, + ACTIONS(6484), 1, sym__entry_separator, - sym__table_head_separator, - anon_sym_DOT2, - [212050] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - STATE(6535), 1, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10934), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6522), 1, sym_comment, - ACTIONS(2257), 3, - sym_identifier, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [212065] = 4, + [212026] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6536), 1, + STATE(6523), 1, sym_comment, - ACTIONS(8139), 2, + ACTIONS(8177), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8141), 2, + ACTIONS(8179), 2, anon_sym_RBRACK, anon_sym_GT2, - [212080] = 4, + [212041] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6537), 1, + ACTIONS(4879), 1, + sym__space, + ACTIONS(4881), 1, + sym__newline, + ACTIONS(10936), 1, + sym_long_flag_identifier, + ACTIONS(10938), 1, + anon_sym_EQ2, + STATE(6524), 1, sym_comment, - ACTIONS(1786), 2, - anon_sym_RBRACE, - aux_sym__unquoted_in_record_token2, - ACTIONS(1788), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [212095] = 3, + [212060] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6538), 1, + STATE(6525), 1, sym_comment, - ACTIONS(10990), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [212108] = 6, + ACTIONS(10940), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [212073] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10992), 1, - anon_sym_COLON, - ACTIONS(10994), 1, - anon_sym_GT2, - STATE(5404), 1, - aux_sym__multiple_types_repeat1, - STATE(6539), 1, + STATE(6526), 1, sym_comment, - [212127] = 6, + ACTIONS(1765), 2, + anon_sym_RBRACK, + aux_sym__unquoted_in_list_token2, + ACTIONS(1767), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [212088] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(10996), 1, - anon_sym_COLON, - ACTIONS(10998), 1, - anon_sym_GT2, - STATE(5405), 1, - aux_sym__multiple_types_repeat1, - STATE(6540), 1, + ACTIONS(10942), 1, + anon_sym_DQUOTE, + STATE(6527), 1, sym_comment, - [212146] = 6, + STATE(6538), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [212105] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(11000), 1, + ACTIONS(10944), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6541), 1, + STATE(6528), 1, sym_comment, - [212165] = 3, + [212124] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6542), 1, + STATE(6529), 1, sym_comment, - ACTIONS(11002), 4, + ACTIONS(10946), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [212178] = 5, + [212137] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4967), 1, - anon_sym_DASH2, - ACTIONS(11004), 1, - anon_sym_EQ2, - STATE(6543), 1, + ACTIONS(950), 1, + sym__table_head_separator, + ACTIONS(10002), 1, + anon_sym_DOT2, + STATE(6171), 1, + aux_sym_cell_path_repeat1, + STATE(6530), 1, + sym_comment, + STATE(7245), 1, + sym_path, + [212156] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(10228), 1, + anon_sym_LBRACK, + ACTIONS(10230), 1, + anon_sym_LPAREN, + STATE(3209), 1, + sym_parameter_parens, + STATE(3210), 1, + sym_parameter_bracks, + STATE(6531), 1, sym_comment, - ACTIONS(4965), 2, - sym_identifier, - anon_sym_DASH_DASH, - [212195] = 4, + [212175] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1804), 1, + ACTIONS(1875), 1, aux_sym_unquoted_token2, - STATE(6544), 1, + STATE(6532), 1, sym_comment, - ACTIONS(1802), 3, + ACTIONS(1873), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [212210] = 3, + [212190] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6545), 1, + STATE(6533), 1, sym_comment, - ACTIONS(11006), 4, + ACTIONS(10948), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [212223] = 3, + [212203] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6546), 1, + STATE(6534), 1, sym_comment, - ACTIONS(11008), 4, + ACTIONS(5656), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [212236] = 3, + anon_sym_LBRACE, + [212216] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6547), 1, + STATE(6535), 1, sym_comment, - ACTIONS(2261), 4, - sym_identifier, - anon_sym_DASH_DASH, - anon_sym_DASH2, - aux_sym_unquoted_token4, - [212249] = 3, - ACTIONS(251), 1, + ACTIONS(8181), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8183), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [212231] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6548), 1, + STATE(6536), 1, sym_comment, - ACTIONS(11010), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(1861), 2, anon_sym_RBRACE, - [212262] = 3, + aux_sym__unquoted_in_record_token2, + ACTIONS(1863), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [212246] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6549), 1, + STATE(6537), 1, sym_comment, - ACTIONS(11012), 4, + ACTIONS(10950), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [212275] = 3, - ACTIONS(251), 1, + [212259] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6550), 1, + ACTIONS(10952), 1, + anon_sym_DQUOTE, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, + STATE(6538), 1, sym_comment, - ACTIONS(11014), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [212288] = 5, - ACTIONS(251), 1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [212276] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10916), 1, - anon_sym_DOT_DOT2, - ACTIONS(11016), 1, - anon_sym_LBRACE, - STATE(6551), 1, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5882), 1, + sym__entry_separator, + STATE(6539), 1, sym_comment, - ACTIONS(10918), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [212305] = 5, + STATE(7269), 1, + sym__expr_parenthesized_immediate, + [212295] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4989), 1, - anon_sym_DASH2, - ACTIONS(11018), 1, - anon_sym_EQ2, - STATE(6552), 1, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + STATE(6540), 1, sym_comment, - ACTIONS(4987), 2, - sym_identifier, - anon_sym_DASH_DASH, - [212322] = 5, + ACTIONS(2192), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [212310] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1396), 1, - ts_builtin_sym_end, - STATE(224), 1, - aux_sym__block_body_repeat1, - STATE(6553), 1, + STATE(6541), 1, sym_comment, - ACTIONS(25), 2, + ACTIONS(5618), 4, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [212339] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(11020), 1, - anon_sym_use, - ACTIONS(11022), 1, - anon_sym_list, - ACTIONS(11024), 1, - anon_sym_hide, - ACTIONS(11026), 1, - anon_sym_new, - STATE(6554), 1, - sym_comment, - [212358] = 4, + anon_sym_LBRACE, + [212323] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6555), 1, + STATE(6542), 1, sym_comment, - ACTIONS(8075), 2, + ACTIONS(8287), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8077), 2, + ACTIONS(8289), 2, anon_sym_RBRACK, anon_sym_GT2, - [212373] = 6, + [212338] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(11028), 1, - anon_sym_LBRACK, - STATE(1782), 1, - aux_sym_shebang_repeat1, - STATE(6556), 1, + STATE(6543), 1, sym_comment, - STATE(7621), 1, - sym_val_list, - [212392] = 4, + ACTIONS(10954), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212351] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6557), 1, - sym_comment, - ACTIONS(8079), 2, - anon_sym_AT, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(8081), 2, - anon_sym_RBRACK, + ACTIONS(10956), 1, + anon_sym_COLON, + ACTIONS(10958), 1, anon_sym_GT2, - [212407] = 4, + STATE(5323), 1, + aux_sym__multiple_types_repeat1, + STATE(6544), 1, + sym_comment, + [212370] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6545), 1, + sym_comment, + ACTIONS(10960), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212383] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6558), 1, + STATE(6546), 1, sym_comment, - ACTIONS(8085), 2, + ACTIONS(8291), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8087), 2, + ACTIONS(8293), 2, anon_sym_RBRACK, anon_sym_GT2, - [212422] = 4, + [212398] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6559), 1, - sym_comment, - ACTIONS(8093), 2, - anon_sym_AT, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8095), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10962), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212437] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6547), 1, + sym_comment, + [212417] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(10094), 1, + aux_sym__immediate_decimal_token2, + STATE(6548), 1, + sym_comment, + ACTIONS(1727), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [212434] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6560), 1, + STATE(6549), 1, sym_comment, - ACTIONS(8123), 2, + ACTIONS(8185), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8125), 2, + ACTIONS(8187), 2, anon_sym_RBRACK, anon_sym_GT2, - [212452] = 4, + [212449] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6561), 1, + STATE(6550), 1, sym_comment, - ACTIONS(8127), 2, + ACTIONS(8295), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8129), 2, + ACTIONS(8297), 2, anon_sym_RBRACK, anon_sym_GT2, - [212467] = 4, + [212464] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6562), 1, - sym_comment, - ACTIONS(8131), 2, - anon_sym_AT, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8133), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10964), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212482] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6563), 1, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6551), 1, sym_comment, - ACTIONS(11030), 4, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [212495] = 3, + [212483] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6564), 1, + STATE(6552), 1, sym_comment, - ACTIONS(11032), 4, + ACTIONS(10966), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [212508] = 4, + [212496] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6565), 1, - sym_comment, - ACTIONS(7929), 2, - anon_sym_AT, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(7931), 2, - anon_sym_RBRACK, + ACTIONS(10968), 1, + anon_sym_COLON, + ACTIONS(10970), 1, anon_sym_GT2, - [212523] = 6, + STATE(5310), 1, + aux_sym__multiple_types_repeat1, + STATE(6553), 1, + sym_comment, + [212515] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(10200), 1, + ACTIONS(10235), 1, anon_sym_LBRACK, - ACTIONS(11034), 1, + ACTIONS(10972), 1, anon_sym_RBRACK, - STATE(3438), 1, + STATE(3429), 1, aux_sym__multiple_types_repeat1, - STATE(6566), 1, + STATE(6554), 1, sym_comment, - [212542] = 4, + [212534] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6567), 1, - sym_comment, - ACTIONS(8159), 2, - anon_sym_AT, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(8161), 2, - anon_sym_RBRACK, + ACTIONS(10974), 1, + anon_sym_COLON, + ACTIONS(10976), 1, anon_sym_GT2, - [212557] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1000), 1, - anon_sym_LBRACE, - ACTIONS(10916), 1, - anon_sym_DOT_DOT2, - STATE(6568), 1, + STATE(5311), 1, + aux_sym__multiple_types_repeat1, + STATE(6555), 1, sym_comment, - ACTIONS(10918), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [212574] = 4, + [212553] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6569), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10978), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6556), 1, sym_comment, - ACTIONS(8173), 2, - anon_sym_AT, + [212572] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8175), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10980), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212589] = 3, - ACTIONS(251), 1, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6557), 1, + sym_comment, + [212591] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6570), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10982), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6558), 1, sym_comment, - ACTIONS(11036), 4, - sym_identifier, - anon_sym_in2, - anon_sym_nu, - anon_sym_env, - [212602] = 4, + [212610] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6571), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10984), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6559), 1, sym_comment, - ACTIONS(8202), 2, - anon_sym_AT, + [212629] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8204), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10986), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212617] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6560), 1, + sym_comment, + [212648] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6572), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10988), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6561), 1, sym_comment, - ACTIONS(8211), 2, - anon_sym_AT, + [212667] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8213), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10990), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212632] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6562), 1, + sym_comment, + [212686] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6573), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10992), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6563), 1, sym_comment, - ACTIONS(8223), 2, - anon_sym_AT, + [212705] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8225), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(10994), 1, anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6564), 1, + sym_comment, + [212724] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(10996), 1, + anon_sym_COLON, + ACTIONS(10998), 1, anon_sym_GT2, - [212647] = 4, + STATE(5324), 1, + aux_sym__multiple_types_repeat1, + STATE(6565), 1, + sym_comment, + [212743] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6574), 1, + STATE(6566), 1, sym_comment, - ACTIONS(8229), 2, + ACTIONS(8189), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8231), 2, + ACTIONS(8191), 2, anon_sym_RBRACK, anon_sym_GT2, - [212662] = 4, + [212758] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(11000), 1, + aux_sym__immediate_decimal_token2, + STATE(6567), 1, + sym_comment, + ACTIONS(1767), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [212775] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6568), 1, + sym_comment, + ACTIONS(11002), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212788] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6569), 1, + sym_comment, + ACTIONS(11004), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212801] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6570), 1, + sym_comment, + ACTIONS(11006), 4, + sym_identifier, + anon_sym_in2, + anon_sym_nu, + anon_sym_env, + [212814] = 6, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(10267), 1, + anon_sym_LBRACK, + ACTIONS(10269), 1, + anon_sym_LPAREN, + STATE(5983), 1, + sym_parameter_parens, + STATE(5998), 1, + sym_parameter_bracks, + STATE(6571), 1, + sym_comment, + [212833] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(6575), 1, + ACTIONS(11008), 1, + anon_sym_DQUOTE, + STATE(6572), 1, sym_comment, - ACTIONS(8233), 2, - anon_sym_AT, + STATE(6580), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [212850] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8235), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11010), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212677] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6573), 1, + sym_comment, + [212869] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6574), 1, + sym_comment, + ACTIONS(11012), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212882] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6576), 1, + STATE(6575), 1, sym_comment, ACTIONS(8239), 2, anon_sym_AT, @@ -414065,256 +414296,264 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(8241), 2, anon_sym_RBRACK, anon_sym_GT2, - [212692] = 4, - ACTIONS(3), 1, + [212897] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(6577), 1, + STATE(6576), 1, sym_comment, - ACTIONS(8251), 2, - anon_sym_AT, + ACTIONS(11014), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212910] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8253), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11016), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212707] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6577), 1, + sym_comment, + [212929] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2229), 1, + anon_sym_RBRACE, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2233), 1, + sym__entry_separator, + ACTIONS(2235), 1, + aux_sym__unquoted_in_record_token4, STATE(6578), 1, sym_comment, - ACTIONS(8255), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8257), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212722] = 4, - ACTIONS(3), 1, + [212948] = 3, + ACTIONS(251), 1, anon_sym_POUND, STATE(6579), 1, sym_comment, - ACTIONS(8267), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8269), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212737] = 6, + ACTIONS(11018), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [212961] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(2051), 1, - anon_sym_RBRACE, - ACTIONS(2053), 1, - sym__entry_separator, + ACTIONS(11020), 1, + anon_sym_DQUOTE, + STATE(6515), 1, + aux_sym__str_double_quotes_repeat1, STATE(6580), 1, sym_comment, - STATE(7365), 1, - sym__expr_parenthesized_immediate, - [212756] = 4, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [212978] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6581), 1, sym_comment, - ACTIONS(8279), 2, + ACTIONS(8299), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8281), 2, + ACTIONS(8301), 2, anon_sym_RBRACK, anon_sym_GT2, - [212771] = 4, + [212993] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6582), 1, sym_comment, - ACTIONS(8297), 2, + ACTIONS(8195), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8299), 2, + ACTIONS(8197), 2, anon_sym_RBRACK, anon_sym_GT2, - [212786] = 4, + [213008] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11022), 1, + anon_sym_COLON2, + STATE(6255), 1, + aux_sym_ctrl_do_parenthesized_repeat2, STATE(6583), 1, sym_comment, - ACTIONS(8301), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8303), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212801] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(6584), 1, - sym_comment, - ACTIONS(8307), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8309), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212816] = 6, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(10222), 1, - anon_sym_LBRACK, - ACTIONS(10224), 1, - anon_sym_LPAREN, - STATE(3217), 1, - sym_parameter_parens, - STATE(3219), 1, - sym_parameter_bracks, - STATE(6585), 1, - sym_comment, - [212835] = 4, + ACTIONS(7518), 2, + sym__newline, + sym__space, + [213025] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, + ACTIONS(1555), 1, aux_sym_unquoted_token2, - STATE(6586), 1, + STATE(6584), 1, sym_comment, - ACTIONS(1827), 3, + ACTIONS(1794), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [212850] = 6, + [213040] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4422), 1, + STATE(4485), 1, sym_block, - STATE(6511), 1, + STATE(6443), 1, aux_sym_shebang_repeat1, - STATE(6587), 1, + STATE(6585), 1, sym_comment, - [212869] = 4, + [213059] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6588), 1, - sym_comment, - ACTIONS(8311), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8313), 2, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(11024), 1, anon_sym_RBRACK, - anon_sym_GT2, - [212884] = 4, - ACTIONS(3), 1, + ACTIONS(11026), 1, + sym__entry_separator, + STATE(6586), 1, + sym_comment, + STATE(7687), 1, + sym__expr_parenthesized_immediate, + [213078] = 3, + ACTIONS(251), 1, anon_sym_POUND, - STATE(6589), 1, + STATE(6587), 1, sym_comment, - ACTIONS(8143), 2, - anon_sym_AT, - sym__entry_separator, - ACTIONS(8145), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212899] = 4, + ACTIONS(11028), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [213091] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6588), 1, + sym_comment, + ACTIONS(6292), 4, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + anon_sym_LBRACE, + [213104] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6590), 1, + STATE(6589), 1, sym_comment, - ACTIONS(7933), 2, - anon_sym_AT, + ACTIONS(2265), 2, + anon_sym_RBRACE, + aux_sym__unquoted_in_record_token4, + ACTIONS(2267), 2, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(7935), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [212914] = 6, + [213119] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10954), 1, - anon_sym_LBRACK, - ACTIONS(10956), 1, - anon_sym_LPAREN, - STATE(5963), 1, - sym_parameter_parens, - STATE(5988), 1, - sym_parameter_bracks, - STATE(6591), 1, + STATE(6590), 1, sym_comment, - [212933] = 6, + ACTIONS(11030), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [213132] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4947), 1, + STATE(4956), 1, sym_block, - STATE(6592), 1, + STATE(6591), 1, sym_comment, - STATE(6593), 1, + STATE(6592), 1, aux_sym_shebang_repeat1, - [212952] = 6, + [213151] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4950), 1, + STATE(4958), 1, sym_block, - STATE(6593), 1, + STATE(6592), 1, sym_comment, - [212971] = 6, + [213170] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4951), 1, + STATE(4959), 1, sym_block, - STATE(6594), 1, + STATE(6593), 1, sym_comment, - STATE(6595), 1, + STATE(6594), 1, aux_sym_shebang_repeat1, - [212990] = 6, + [213189] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4955), 1, + STATE(4963), 1, sym_block, - STATE(6595), 1, + STATE(6594), 1, sym_comment, - [213009] = 6, + [213208] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(11028), 1, + ACTIONS(10924), 1, anon_sym_LBRACK, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(6596), 1, + STATE(6595), 1, sym_comment, - STATE(7412), 1, + STATE(7419), 1, sym_val_list, - [213028] = 4, + [213227] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6596), 1, + sym_comment, + ACTIONS(8303), 2, + anon_sym_AT, + sym__entry_separator, + ACTIONS(8305), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [213242] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6597), 1, sym_comment, - ACTIONS(7937), 2, + ACTIONS(8199), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(7939), 2, + ACTIONS(8201), 2, anon_sym_RBRACK, anon_sym_GT2, - [213043] = 3, + [213257] = 3, ACTIONS(3), 1, anon_sym_POUND, STATE(6598), 1, @@ -414324,920 +414563,943 @@ static const uint16_t ts_small_parse_table[] = { sym__entry_separator, sym__table_head_separator, anon_sym_DOT2, - [213056] = 3, + [213270] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, STATE(6599), 1, sym_comment, + ACTIONS(1004), 3, + sym_identifier, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [213285] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6600), 1, + sym_comment, ACTIONS(980), 4, anon_sym_RBRACK, sym__entry_separator, sym__table_head_separator, anon_sym_DOT2, - [213069] = 4, - ACTIONS(3), 1, + [213298] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - STATE(6600), 1, + STATE(6601), 1, sym_comment, - ACTIONS(1004), 3, - sym_identifier, - anon_sym_DASH_DASH, - anon_sym_DASH2, - [213084] = 6, + ACTIONS(11032), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [213311] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4702), 1, + STATE(4708), 1, sym_block, - STATE(6601), 1, - sym_comment, STATE(6602), 1, + sym_comment, + STATE(6603), 1, aux_sym_shebang_repeat1, - [213103] = 6, + [213330] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4704), 1, + STATE(4710), 1, sym_block, - STATE(6602), 1, + STATE(6603), 1, sym_comment, - [213122] = 6, + [213349] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4705), 1, + STATE(4711), 1, sym_block, - STATE(6603), 1, - sym_comment, STATE(6604), 1, + sym_comment, + STATE(6605), 1, aux_sym_shebang_repeat1, - [213141] = 6, + [213368] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, + ACTIONS(3802), 1, sym__newline, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(1782), 1, + STATE(1706), 1, aux_sym_shebang_repeat1, - STATE(4709), 1, + STATE(4715), 1, sym_block, - STATE(6604), 1, + STATE(6605), 1, sym_comment, - [213160] = 4, + [213387] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6605), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(6606), 1, sym_comment, - ACTIONS(7943), 2, - anon_sym_AT, + ACTIONS(2237), 3, + sym_identifier, + anon_sym_DASH_DASH, + anon_sym_DASH2, + [213402] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(7945), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11034), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213175] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6607), 1, + sym_comment, + [213421] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6606), 1, - sym_comment, - ACTIONS(7949), 2, - anon_sym_AT, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(7951), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11036), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213190] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6608), 1, + sym_comment, + [213440] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6607), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11038), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6609), 1, sym_comment, - ACTIONS(7953), 2, - anon_sym_AT, + [213459] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(7955), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11040), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213205] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6610), 1, + sym_comment, + [213478] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6608), 1, + STATE(6611), 1, sym_comment, - ACTIONS(7957), 2, + ACTIONS(8203), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(7959), 2, + ACTIONS(8205), 2, anon_sym_RBRACK, anon_sym_GT2, - [213220] = 4, + [213493] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6609), 1, + STATE(6612), 1, sym_comment, - ACTIONS(7971), 2, + ACTIONS(8207), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(7973), 2, + ACTIONS(8209), 2, anon_sym_RBRACK, anon_sym_GT2, - [213235] = 4, + [213508] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(6610), 1, + STATE(6613), 1, sym_comment, - ACTIONS(7987), 2, - anon_sym_AT, + ACTIONS(2265), 4, + sym_identifier, + anon_sym_DASH_DASH, + anon_sym_DASH2, + aux_sym_unquoted_token4, + [213521] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(7989), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11042), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213250] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6614), 1, + sym_comment, + [213540] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6611), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11044), 1, + anon_sym_RBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6615), 1, sym_comment, - ACTIONS(7991), 2, - anon_sym_AT, + [213559] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(7993), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11046), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213265] = 4, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6616), 1, + sym_comment, + [213578] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6612), 1, + STATE(6617), 1, sym_comment, - ACTIONS(8001), 2, + ACTIONS(8211), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8003), 2, + ACTIONS(8213), 2, anon_sym_RBRACK, anon_sym_GT2, - [213280] = 4, + [213593] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6613), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + STATE(5506), 1, + aux_sym__multiple_types_repeat1, + STATE(6618), 1, sym_comment, - ACTIONS(8017), 2, + STATE(7253), 1, + sym_param_cmd, + [213612] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6619), 1, + sym_comment, + ACTIONS(11048), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [213625] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(9982), 1, + anon_sym_AT, + STATE(5507), 1, + aux_sym__multiple_types_repeat1, + STATE(6620), 1, + sym_comment, + STATE(7263), 1, + sym_param_cmd, + [213644] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(6621), 1, + sym_comment, + ACTIONS(8215), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8019), 2, + ACTIONS(8217), 2, anon_sym_RBRACK, anon_sym_GT2, - [213295] = 4, + [213659] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(6614), 1, + STATE(6622), 1, sym_comment, - ACTIONS(8023), 2, + ACTIONS(8219), 2, anon_sym_AT, sym__entry_separator, - ACTIONS(8025), 2, + ACTIONS(8221), 2, anon_sym_RBRACK, anon_sym_GT2, - [213310] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2148), 1, - anon_sym_LBRACE, - ACTIONS(11038), 1, - anon_sym_DOT_DOT2, - STATE(6615), 1, - sym_comment, - ACTIONS(11040), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [213327] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2156), 1, - anon_sym_LBRACE, - ACTIONS(11042), 1, - anon_sym_DOT_DOT2, - STATE(6616), 1, - sym_comment, - ACTIONS(11044), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [213344] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2164), 1, - anon_sym_LBRACE, - ACTIONS(11046), 1, - anon_sym_DOT_DOT2, - STATE(6617), 1, - sym_comment, - ACTIONS(11048), 2, - anon_sym_DOT_DOT_EQ2, - anon_sym_DOT_DOT_LT2, - [213361] = 6, + [213674] = 6, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6897), 1, + ACTIONS(6901), 1, anon_sym_DOLLAR, - ACTIONS(8733), 1, + ACTIONS(8683), 1, sym_identifier, - STATE(5491), 1, + STATE(5492), 1, sym_val_variable, - STATE(6618), 1, + STATE(6623), 1, sym_comment, - STATE(7723), 1, + STATE(7730), 1, sym__variable_name, - [213380] = 4, + [213693] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(6619), 1, - sym_comment, - ACTIONS(8031), 2, - anon_sym_AT, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(8033), 2, + ACTIONS(10235), 1, + anon_sym_LBRACK, + ACTIONS(11050), 1, anon_sym_RBRACK, - anon_sym_GT2, - [213395] = 3, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, + STATE(6624), 1, + sym_comment, + [213712] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1631), 1, + aux_sym__unquoted_in_list_token2, + ACTIONS(2188), 1, + anon_sym_RBRACK, + ACTIONS(2190), 1, + anon_sym_LPAREN2, + ACTIONS(2192), 1, + sym__entry_separator, + STATE(6625), 1, + sym_comment, + [213731] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6620), 1, + STATE(6626), 1, sym_comment, - ACTIONS(11050), 4, + ACTIONS(11052), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [213408] = 3, + [213744] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6621), 1, + STATE(6627), 1, sym_comment, - ACTIONS(11052), 4, + ACTIONS(11054), 4, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [213421] = 6, - ACTIONS(3), 1, + [213757] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - ACTIONS(11054), 1, - anon_sym_RBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(6622), 1, + STATE(6628), 1, sym_comment, - [213440] = 5, + ACTIONS(11056), 4, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [213770] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11056), 1, - anon_sym_RBRACK, - STATE(6184), 1, - aux_sym__multiple_types_repeat1, - STATE(6623), 1, + ACTIONS(11058), 1, + anon_sym_DQUOTE, + STATE(6389), 1, + aux_sym__str_double_quotes_repeat1, + STATE(6629), 1, sym_comment, - [213456] = 5, - ACTIONS(3), 1, + ACTIONS(10210), 2, + sym__escaped_str_content, + sym_escape_sequence, + [213787] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11058), 1, - anon_sym_RBRACK, - STATE(6566), 1, - aux_sym__multiple_types_repeat1, - STATE(6624), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6630), 1, sym_comment, - [213472] = 5, + STATE(6742), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, + [213803] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, ACTIONS(11060), 1, - anon_sym_RBRACK, - STATE(6218), 1, + anon_sym_GT2, + STATE(5416), 1, aux_sym__multiple_types_repeat1, - STATE(6625), 1, + STATE(6631), 1, sym_comment, - [213488] = 5, + [213819] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11062), 1, anon_sym_RBRACK, - STATE(6219), 1, + STATE(6491), 1, aux_sym__multiple_types_repeat1, - STATE(6626), 1, + STATE(6632), 1, sym_comment, - [213504] = 5, + [213835] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11064), 1, anon_sym_RBRACK, - STATE(6220), 1, + STATE(6495), 1, aux_sym__multiple_types_repeat1, - STATE(6627), 1, + STATE(6633), 1, sym_comment, - [213520] = 5, + [213851] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2285), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11066), 1, - anon_sym_RBRACE, - STATE(562), 1, + anon_sym_RBRACK, + STATE(6501), 1, aux_sym__multiple_types_repeat1, - STATE(6628), 1, + STATE(6634), 1, + sym_comment, + [213867] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6635), 1, sym_comment, - [213536] = 5, + ACTIONS(974), 3, + anon_sym_QMARK2, + sym__table_head_separator, + anon_sym_DOT2, + [213879] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11068), 1, anon_sym_RBRACK, - STATE(6221), 1, + STATE(6502), 1, aux_sym__multiple_types_repeat1, - STATE(6629), 1, - sym_comment, - [213552] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2340), 1, - sym__entry_separator, - STATE(6630), 1, + STATE(6636), 1, sym_comment, - ACTIONS(2338), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [213566] = 5, + [213895] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11070), 1, anon_sym_RBRACK, - STATE(6222), 1, + STATE(6503), 1, aux_sym__multiple_types_repeat1, - STATE(6631), 1, + STATE(6637), 1, sym_comment, - [213582] = 5, + [213911] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11072), 1, anon_sym_RBRACK, - STATE(6223), 1, + STATE(6508), 1, aux_sym__multiple_types_repeat1, - STATE(6632), 1, - sym_comment, - [213598] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(1751), 1, - aux_sym__unquoted_in_record_token4, - STATE(6633), 1, + STATE(6638), 1, sym_comment, - STATE(7228), 1, - sym__expr_parenthesized_immediate, - [213614] = 5, + [213927] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, ACTIONS(11074), 1, - anon_sym_RBRACK, - STATE(6224), 1, + anon_sym_GT2, + STATE(5417), 1, aux_sym__multiple_types_repeat1, - STATE(6634), 1, + STATE(6639), 1, sym_comment, - [213630] = 3, + [213943] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(6635), 1, + ACTIONS(11076), 1, + anon_sym_PIPE, + ACTIONS(11079), 1, + anon_sym_EQ_GT, + STATE(6640), 2, sym_comment, - ACTIONS(10800), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [213642] = 5, + aux_sym_match_pattern_repeat1, + [213957] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2285), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11076), 1, - anon_sym_RBRACE, - STATE(569), 1, + ACTIONS(11081), 1, + anon_sym_RBRACK, + STATE(6511), 1, aux_sym__multiple_types_repeat1, - STATE(6636), 1, + STATE(6641), 1, sym_comment, - [213658] = 5, + [213973] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11078), 1, - anon_sym_RBRACK, - STATE(2835), 1, + ACTIONS(11083), 1, + anon_sym_GT2, + STATE(5418), 1, aux_sym__multiple_types_repeat1, - STATE(6637), 1, + STATE(6642), 1, sym_comment, - [213674] = 4, + [213989] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2340), 1, + ACTIONS(2461), 1, sym__entry_separator, - STATE(6638), 1, + STATE(6643), 1, sym_comment, - ACTIONS(2338), 2, + ACTIONS(2459), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [213688] = 5, + [214003] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11080), 1, - anon_sym_RBRACK, - STATE(6116), 1, - aux_sym__multiple_types_repeat1, - STATE(6639), 1, + ACTIONS(10505), 1, + anon_sym_LPAREN, + STATE(6644), 1, sym_comment, - [213704] = 5, + ACTIONS(10507), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [214017] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2465), 1, sym__entry_separator, - ACTIONS(11082), 1, - anon_sym_RBRACK, - STATE(6294), 1, - aux_sym__multiple_types_repeat1, - STATE(6640), 1, + STATE(6645), 1, sym_comment, - [213720] = 5, + ACTIONS(2463), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214031] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11084), 1, - anon_sym_RBRACK, - STATE(6117), 1, - aux_sym__multiple_types_repeat1, - STATE(6641), 1, + ACTIONS(4934), 1, + sym__space, + ACTIONS(4936), 1, + sym__newline, + ACTIONS(11085), 1, + anon_sym_EQ2, + STATE(6646), 1, sym_comment, - [213736] = 5, + [214047] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(11086), 1, - anon_sym_RBRACK, - STATE(6118), 1, + ACTIONS(6068), 1, + anon_sym_RBRACE, + STATE(3010), 1, aux_sym__multiple_types_repeat1, - STATE(6642), 1, + STATE(6647), 1, + sym_comment, + [214063] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + STATE(6648), 1, sym_comment, - [213752] = 3, + ACTIONS(1794), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [214077] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6643), 1, + STATE(6649), 1, sym_comment, - ACTIONS(1279), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [213764] = 4, + ACTIONS(978), 3, + anon_sym_QMARK2, + sym__table_head_separator, + anon_sym_DOT2, + [214089] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2297), 1, - anon_sym_RBRACE, - STATE(6644), 1, - sym_comment, - ACTIONS(2299), 2, - anon_sym_LPAREN2, + ACTIONS(2003), 1, sym__entry_separator, - [213778] = 5, + STATE(6650), 1, + sym_comment, + ACTIONS(2001), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214103] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11088), 1, + ACTIONS(11087), 1, anon_sym_RBRACK, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - STATE(6645), 1, + STATE(6651), 1, sym_comment, - STATE(6653), 1, + STATE(6659), 1, aux_sym_val_binary_repeat1, - [213794] = 5, + [214119] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_RBRACK, - ACTIONS(1665), 1, + ACTIONS(2267), 1, + sym__space, + STATE(6652), 1, + sym_comment, + ACTIONS(2265), 2, + sym__newline, + aux_sym_unquoted_token4, + [214133] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2011), 1, sym__entry_separator, - ACTIONS(8759), 1, - aux_sym__unquoted_in_list_token2, - STATE(6646), 1, + STATE(6653), 1, sym_comment, - [213810] = 5, + ACTIONS(2009), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214147] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(11092), 1, - anon_sym_GT2, - STATE(6647), 1, + STATE(6654), 1, sym_comment, - STATE(7617), 1, - sym_param_cmd, - [213826] = 5, + ACTIONS(9594), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [214159] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(7856), 1, - anon_sym_EQ, - STATE(4804), 1, - sym_param_cmd, - STATE(6648), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6138), 1, + sym_block, + STATE(6655), 1, sym_comment, - [213842] = 3, + [214175] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6649), 1, + STATE(6656), 1, sym_comment, - ACTIONS(10255), 3, + ACTIONS(10767), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [213854] = 5, + [214187] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11094), 1, - anon_sym_RBRACK, - STATE(6215), 1, - aux_sym__multiple_types_repeat1, - STATE(6650), 1, - sym_comment, - [213870] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6624), 1, - sym_val_list, - STATE(6651), 1, + ACTIONS(2237), 1, + sym__newline, + ACTIONS(2241), 1, + sym__space, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + STATE(6657), 1, sym_comment, - STATE(6785), 1, - aux_sym_val_table_repeat1, - [213886] = 5, + [214203] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, + ACTIONS(4403), 1, anon_sym_LPAREN2, - ACTIONS(4123), 1, + ACTIONS(4413), 1, aux_sym_unquoted_token4, - STATE(6652), 1, + STATE(6658), 1, sym_comment, - STATE(7219), 1, + STATE(7220), 1, sym__expr_parenthesized_immediate, - [213902] = 5, + [214219] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11096), 1, + ACTIONS(11091), 1, anon_sym_RBRACK, - STATE(6653), 1, + STATE(6659), 1, sym_comment, - STATE(6795), 1, + STATE(7182), 1, aux_sym_val_binary_repeat1, - [213918] = 5, + [214235] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11098), 1, - anon_sym_RBRACK, - STATE(6236), 1, - aux_sym__multiple_types_repeat1, - STATE(6654), 1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2245), 1, + sym__newline, + ACTIONS(2247), 1, + sym__space, + STATE(6660), 1, sym_comment, - [213934] = 5, + [214251] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11100), 1, + ACTIONS(11093), 1, anon_sym_RBRACK, - STATE(6225), 1, + STATE(6551), 1, aux_sym__multiple_types_repeat1, - STATE(6655), 1, + STATE(6661), 1, sym_comment, - [213950] = 3, + [214267] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6656), 1, + STATE(6662), 1, sym_comment, - ACTIONS(9577), 3, + ACTIONS(9585), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [213962] = 5, + [214279] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11102), 1, + ACTIONS(11095), 1, anon_sym_RBRACK, - STATE(6238), 1, + STATE(6554), 1, aux_sym__multiple_types_repeat1, - STATE(6657), 1, + STATE(6663), 1, sym_comment, - [213978] = 5, + [214295] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11104), 1, + ACTIONS(11097), 1, anon_sym_RBRACK, - STATE(6239), 1, + STATE(6556), 1, aux_sym__multiple_types_repeat1, - STATE(6658), 1, + STATE(6664), 1, sym_comment, - [213994] = 5, + [214311] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11106), 1, + ACTIONS(11099), 1, anon_sym_RBRACK, - STATE(6240), 1, + STATE(6560), 1, aux_sym__multiple_types_repeat1, - STATE(6659), 1, - sym_comment, - [214010] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6660), 1, - sym_comment, - ACTIONS(11050), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214022] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6661), 1, + STATE(6665), 1, sym_comment, - ACTIONS(11052), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214034] = 5, + [214327] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11108), 1, + ACTIONS(11101), 1, anon_sym_RBRACK, - STATE(6241), 1, + STATE(6561), 1, aux_sym__multiple_types_repeat1, - STATE(6662), 1, + STATE(6666), 1, sym_comment, - [214050] = 5, + [214343] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(11110), 1, - anon_sym_RBRACK, - STATE(6242), 1, + ACTIONS(6070), 1, + anon_sym_RBRACE, + STATE(3020), 1, aux_sym__multiple_types_repeat1, - STATE(6663), 1, + STATE(6667), 1, sym_comment, - [214066] = 3, + [214359] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6664), 1, + STATE(6668), 1, sym_comment, - ACTIONS(10714), 3, + ACTIONS(10843), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214078] = 5, + [214371] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11112), 1, + ACTIONS(11103), 1, anon_sym_RBRACK, - STATE(6243), 1, + STATE(6562), 1, aux_sym__multiple_types_repeat1, - STATE(6665), 1, - sym_comment, - [214094] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, - STATE(6666), 1, - sym_comment, - ACTIONS(2228), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [214108] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(7856), 1, - anon_sym_EQ, - STATE(4805), 1, - sym_param_cmd, - STATE(6667), 1, + STATE(6669), 1, sym_comment, - [214124] = 5, - ACTIONS(251), 1, + [214387] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11114), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11105), 1, anon_sym_RBRACK, - STATE(6668), 1, - sym_comment, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - [214140] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(298), 1, - aux_sym__block_body_repeat1, - STATE(6669), 1, + STATE(6563), 1, + aux_sym__multiple_types_repeat1, + STATE(6670), 1, sym_comment, - ACTIONS(141), 2, - sym__newline, - anon_sym_SEMI, - [214154] = 3, - ACTIONS(251), 1, + [214403] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6670), 1, + ACTIONS(2229), 1, + anon_sym_EQ_GT, + ACTIONS(2233), 1, + anon_sym_PIPE, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(6671), 1, sym_comment, - ACTIONS(10333), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214166] = 3, + [214419] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6671), 1, + STATE(6672), 1, sym_comment, - ACTIONS(9579), 3, + ACTIONS(10261), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214178] = 4, + [214431] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2447), 1, + ACTIONS(6484), 1, sym__entry_separator, - STATE(6672), 1, - sym_comment, - ACTIONS(2445), 2, + ACTIONS(11107), 1, anon_sym_RBRACK, - anon_sym_RBRACE, - [214192] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2451), 1, - sym__entry_separator, + STATE(6564), 1, + aux_sym__multiple_types_repeat1, STATE(6673), 1, sym_comment, - ACTIONS(2449), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [214206] = 3, - ACTIONS(3), 1, + [214447] = 5, + ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(10032), 1, + anon_sym_if, + ACTIONS(11109), 1, + anon_sym_EQ_GT, STATE(6674), 1, sym_comment, - ACTIONS(1916), 3, - sym__newline, - sym__space, - anon_sym_COLON2, - [214218] = 5, - ACTIONS(3), 1, + STATE(7585), 1, + sym_match_guard, + [214463] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2241), 1, - anon_sym_EQ_GT, - ACTIONS(2245), 1, - anon_sym_PIPE, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, STATE(6675), 1, sym_comment, - [214234] = 3, + ACTIONS(10261), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [214475] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(7921), 1, + anon_sym_EQ, + STATE(4877), 1, + sym_param_cmd, STATE(6676), 1, sym_comment, - ACTIONS(10399), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214246] = 4, + [214491] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2455), 1, + ACTIONS(6051), 1, sym__entry_separator, + ACTIONS(11111), 1, + anon_sym_RBRACE, + STATE(2975), 1, + aux_sym__multiple_types_repeat1, STATE(6677), 1, sym_comment, - ACTIONS(2453), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [214260] = 4, - ACTIONS(3), 1, + [214507] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2459), 1, - sym__entry_separator, + ACTIONS(1523), 1, + anon_sym_SEMI, + ACTIONS(3802), 1, + sym__newline, + STATE(1706), 1, + aux_sym_shebang_repeat1, STATE(6678), 1, sym_comment, - ACTIONS(2457), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [214274] = 5, + [214523] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(5474), 1, + aux_sym__unquoted_in_list_token4, + STATE(6679), 1, + sym_comment, + STATE(7254), 1, + sym__expr_parenthesized_immediate, + [214539] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11116), 1, + ACTIONS(11113), 1, anon_sym_RBRACK, - STATE(6679), 1, + STATE(6680), 1, sym_comment, STATE(6685), 1, aux_sym_val_binary_repeat1, - [214290] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5630), 1, - sym__entry_separator, - STATE(6680), 1, - sym_comment, - ACTIONS(5628), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [214304] = 5, + [214555] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2249), 1, + ACTIONS(3466), 1, sym__newline, - ACTIONS(2253), 1, + ACTIONS(3468), 1, sym__space, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, + STATE(1139), 1, + aux_sym_ctrl_do_parenthesized_repeat2, STATE(6681), 1, sym_comment, - [214320] = 4, + [214571] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2463), 1, + ACTIONS(2469), 1, sym__entry_separator, STATE(6682), 1, sym_comment, - ACTIONS(2461), 2, + ACTIONS(2467), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [214334] = 4, + [214585] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2469), 1, - sym__entry_separator, + ACTIONS(11115), 1, + anon_sym_POUND_BANG, + ACTIONS(11117), 1, + sym__newline, STATE(6683), 1, sym_comment, - ACTIONS(2467), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [214348] = 4, + STATE(7148), 1, + aux_sym_shebang_repeat1, + [214601] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(2473), 1, @@ -415247,16180 +415509,16255 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2471), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [214362] = 5, + [214615] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11118), 1, + ACTIONS(11119), 1, anon_sym_RBRACK, STATE(6685), 1, sym_comment, - STATE(6795), 1, + STATE(7182), 1, aux_sym_val_binary_repeat1, - [214378] = 3, - ACTIONS(3), 1, + [214631] = 3, + ACTIONS(251), 1, anon_sym_POUND, STATE(6686), 1, sym_comment, - ACTIONS(2485), 3, - anon_sym_RBRACK, - sym__entry_separator, - sym__table_head_separator, - [214390] = 5, + ACTIONS(10313), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [214643] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11120), 1, + ACTIONS(11121), 1, anon_sym_RBRACK, - STATE(6253), 1, + STATE(6607), 1, aux_sym__multiple_types_repeat1, STATE(6687), 1, sym_comment, - [214406] = 3, - ACTIONS(251), 1, + [214659] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2091), 1, + sym__entry_separator, STATE(6688), 1, sym_comment, - ACTIONS(11122), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [214418] = 5, - ACTIONS(251), 1, + ACTIONS(2089), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214673] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1512), 1, - anon_sym_SEMI, - ACTIONS(3876), 1, - sym__newline, - STATE(1782), 1, - aux_sym_shebang_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11123), 1, + anon_sym_RBRACK, + STATE(6608), 1, + aux_sym__multiple_types_repeat1, STATE(6689), 1, sym_comment, - [214434] = 5, + [214689] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11124), 1, + ACTIONS(11125), 1, anon_sym_RBRACK, - STATE(6254), 1, + STATE(6609), 1, aux_sym__multiple_types_repeat1, STATE(6690), 1, sym_comment, - [214450] = 5, + [214705] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11126), 1, + ACTIONS(11127), 1, anon_sym_RBRACK, - STATE(6255), 1, + STATE(6610), 1, aux_sym__multiple_types_repeat1, STATE(6691), 1, sym_comment, - [214466] = 5, + [214721] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2477), 1, sym__entry_separator, - ACTIONS(11128), 1, - anon_sym_RBRACK, - STATE(6256), 1, - aux_sym__multiple_types_repeat1, STATE(6692), 1, sym_comment, - [214482] = 4, + ACTIONS(2475), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214735] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2156), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11129), 1, + anon_sym_RBRACK, + STATE(6614), 1, + aux_sym__multiple_types_repeat1, STATE(6693), 1, sym_comment, - ACTIONS(2150), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [214496] = 5, + [214751] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2429), 1, sym__entry_separator, - ACTIONS(11130), 1, - anon_sym_RBRACK, - STATE(6257), 1, - aux_sym__multiple_types_repeat1, STATE(6694), 1, sym_comment, - [214512] = 3, - ACTIONS(251), 1, + ACTIONS(2427), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [214765] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, + ACTIONS(5894), 1, + anon_sym_EQ_GT, + ACTIONS(5899), 1, + anon_sym_PIPE, STATE(6695), 1, sym_comment, - ACTIONS(10367), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214524] = 5, + [214781] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11132), 1, + ACTIONS(11131), 1, anon_sym_RBRACK, - STATE(6258), 1, + STATE(6615), 1, aux_sym__multiple_types_repeat1, STATE(6696), 1, sym_comment, - [214540] = 5, + [214797] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11134), 1, + ACTIONS(11133), 1, anon_sym_RBRACK, - STATE(6259), 1, + STATE(6616), 1, aux_sym__multiple_types_repeat1, STATE(6697), 1, sym_comment, - [214556] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1279), 1, - anon_sym_RPAREN, - STATE(6698), 1, - sym_comment, - ACTIONS(1272), 2, - sym__newline, - anon_sym_SEMI, - [214570] = 5, + [214813] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11136), 1, + ACTIONS(11135), 1, anon_sym_RBRACK, - STATE(6260), 1, + STATE(6624), 1, aux_sym__multiple_types_repeat1, + STATE(6698), 1, + sym_comment, + [214829] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(11137), 1, + anon_sym_DQUOTE, STATE(6699), 1, sym_comment, - [214586] = 3, + ACTIONS(11139), 2, + sym__escaped_str_content, + sym_escape_sequence, + [214843] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6700), 1, sym_comment, - ACTIONS(10339), 3, + ACTIONS(10797), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214598] = 3, + [214855] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6701), 1, sym_comment, - ACTIONS(10401), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214610] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6702), 1, - sym_comment, - ACTIONS(10322), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214622] = 4, + ACTIONS(11141), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [214867] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2435), 1, + ACTIONS(2445), 1, sym__entry_separator, - STATE(6703), 1, + STATE(6702), 1, sym_comment, - ACTIONS(2433), 2, + ACTIONS(2443), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [214636] = 5, - ACTIONS(3), 1, + [214881] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11138), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11143), 1, anon_sym_RBRACK, - STATE(3475), 1, - aux_sym__multiple_types_repeat1, + STATE(6703), 1, + sym_comment, + STATE(6785), 1, + aux_sym_val_binary_repeat1, + [214897] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6704), 1, sym_comment, - [214652] = 3, + ACTIONS(5884), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [214909] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6705), 1, sym_comment, - ACTIONS(10405), 3, + ACTIONS(10398), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214664] = 3, + [214921] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11145), 1, + anon_sym_RBRACK, STATE(6706), 1, sym_comment, - ACTIONS(11140), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [214676] = 3, + STATE(6714), 1, + aux_sym_val_binary_repeat1, + [214937] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6707), 1, sym_comment, - ACTIONS(10278), 3, + ACTIONS(10400), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214688] = 5, - ACTIONS(3), 1, + [214949] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - ACTIONS(11142), 1, - sym__space, STATE(6708), 1, sym_comment, - [214704] = 5, + ACTIONS(10408), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [214961] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11144), 1, - anon_sym_RBRACK, STATE(6709), 1, sym_comment, - STATE(6712), 1, - aux_sym_val_binary_repeat1, - [214720] = 3, + ACTIONS(10313), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [214973] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6710), 1, sym_comment, - ACTIONS(10278), 3, + ACTIONS(10408), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [214732] = 3, - ACTIONS(251), 1, + [214985] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11147), 1, + anon_sym_LPAREN, STATE(6711), 1, sym_comment, - ACTIONS(10249), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214744] = 5, + ACTIONS(11149), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [214999] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11146), 1, - anon_sym_RBRACK, STATE(6712), 1, sym_comment, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - [214760] = 3, + ACTIONS(6165), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [215011] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6713), 1, sym_comment, - ACTIONS(10249), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214772] = 5, - ACTIONS(3), 1, + ACTIONS(6169), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [215023] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11148), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11151), 1, anon_sym_RBRACK, - STATE(6267), 1, - aux_sym__multiple_types_repeat1, STATE(6714), 1, sym_comment, - [214788] = 4, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [215039] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6073), 1, + ACTIONS(6043), 1, anon_sym_RBRACK, STATE(6715), 1, sym_comment, - ACTIONS(6075), 2, + ACTIONS(6045), 2, anon_sym_LPAREN2, sym__entry_separator, - [214802] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6716), 1, - sym_comment, - ACTIONS(11002), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [214814] = 5, + [215053] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11150), 1, + ACTIONS(11153), 1, anon_sym_RBRACK, - STATE(6268), 1, + STATE(6097), 1, aux_sym__multiple_types_repeat1, + STATE(6716), 1, + sym_comment, + [215069] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6717), 1, sym_comment, - [214830] = 5, + ACTIONS(5899), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [215081] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2481), 1, sym__entry_separator, - ACTIONS(11152), 1, - anon_sym_RBRACK, - STATE(6269), 1, - aux_sym__multiple_types_repeat1, STATE(6718), 1, sym_comment, - [214846] = 5, + ACTIONS(2479), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [215095] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11154), 1, + ACTIONS(11155), 1, anon_sym_RBRACK, - STATE(6270), 1, + STATE(6098), 1, aux_sym__multiple_types_repeat1, STATE(6719), 1, sym_comment, - [214862] = 5, + [215111] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11156), 1, - anon_sym_POUND_BANG, - ACTIONS(11158), 1, - sym__newline, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11157), 1, + anon_sym_RBRACK, + STATE(6099), 1, + aux_sym__multiple_types_repeat1, STATE(6720), 1, sym_comment, - STATE(7031), 1, - aux_sym_shebang_repeat1, - [214878] = 5, + [215127] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11160), 1, + ACTIONS(11159), 1, anon_sym_RBRACK, - STATE(6271), 1, + STATE(6100), 1, aux_sym__multiple_types_repeat1, STATE(6721), 1, sym_comment, - [214894] = 3, - ACTIONS(251), 1, + [215143] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2347), 1, + sym__entry_separator, STATE(6722), 1, sym_comment, - ACTIONS(6177), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [214906] = 5, + ACTIONS(2345), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [215157] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11162), 1, + ACTIONS(11161), 1, anon_sym_RBRACK, - STATE(6272), 1, + STATE(6101), 1, aux_sym__multiple_types_repeat1, STATE(6723), 1, sym_comment, - [214922] = 5, + [215173] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11164), 1, + ACTIONS(11163), 1, anon_sym_RBRACK, - STATE(6273), 1, + STATE(6102), 1, aux_sym__multiple_types_repeat1, STATE(6724), 1, sym_comment, - [214938] = 5, + [215189] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11166), 1, + ACTIONS(11165), 1, anon_sym_RBRACK, - STATE(6274), 1, + STATE(6103), 1, aux_sym__multiple_types_repeat1, STATE(6725), 1, sym_comment, - [214954] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6726), 1, - sym_comment, - ACTIONS(11168), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [214966] = 5, + [215205] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(2298), 1, sym__entry_separator, - ACTIONS(11170), 1, + ACTIONS(2326), 1, anon_sym_RBRACE, - STATE(2956), 1, + STATE(573), 1, aux_sym__multiple_types_repeat1, - STATE(6727), 1, + STATE(6726), 1, sym_comment, - [214982] = 5, + [215221] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11172), 1, - anon_sym_RBRACE, - STATE(2957), 1, + ACTIONS(11167), 1, + anon_sym_RBRACK, + STATE(6104), 1, aux_sym__multiple_types_repeat1, + STATE(6727), 1, + sym_comment, + [215237] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3802), 1, + sym__newline, + ACTIONS(11169), 1, + anon_sym_COLON, + STATE(1706), 1, + aux_sym_shebang_repeat1, STATE(6728), 1, sym_comment, - [214998] = 3, + [215253] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(1767), 1, + anon_sym_LBRACE, + ACTIONS(11171), 1, + aux_sym__immediate_decimal_token2, STATE(6729), 1, sym_comment, - ACTIONS(10622), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [215010] = 3, + [215269] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6730), 1, sym_comment, - ACTIONS(10449), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [215022] = 4, - ACTIONS(3), 1, + ACTIONS(11173), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [215281] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2360), 1, - sym__entry_separator, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11175), 1, + anon_sym_RBRACK, STATE(6731), 1, sym_comment, - ACTIONS(2358), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [215036] = 5, + STATE(6734), 1, + aux_sym_val_binary_repeat1, + [215297] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token4, + ACTIONS(2267), 1, + anon_sym_PIPE, STATE(6732), 1, sym_comment, - STATE(7333), 1, - sym__expr_parenthesized_immediate, - [215052] = 5, - ACTIONS(251), 1, + ACTIONS(2265), 2, + anon_sym_EQ_GT, + aux_sym_unquoted_token4, + [215311] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11174), 1, - anon_sym_RBRACK, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(11177), 1, + anon_sym_RBRACE, + STATE(3029), 1, + aux_sym__multiple_types_repeat1, STATE(6733), 1, sym_comment, - STATE(6739), 1, - aux_sym_val_binary_repeat1, - [215068] = 3, + [215327] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11179), 1, + anon_sym_RBRACK, STATE(6734), 1, sym_comment, - ACTIONS(10318), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [215080] = 4, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [215343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5619), 1, + ACTIONS(2417), 1, sym__entry_separator, STATE(6735), 1, sym_comment, - ACTIONS(5617), 2, + ACTIONS(2415), 2, anon_sym_RBRACK, - anon_sym_GT2, - [215094] = 3, + anon_sym_RBRACE, + [215357] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6736), 1, sym_comment, - ACTIONS(10322), 3, + ACTIONS(10503), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [215106] = 4, + [215369] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6086), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11181), 1, anon_sym_RBRACK, + STATE(6128), 1, + aux_sym__multiple_types_repeat1, STATE(6737), 1, sym_comment, - ACTIONS(6088), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [215120] = 5, + [215385] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(2351), 1, sym__entry_separator, - ACTIONS(11176), 1, - anon_sym_RBRACK, - STATE(2873), 1, - aux_sym__multiple_types_repeat1, STATE(6738), 1, sym_comment, - [215136] = 5, - ACTIONS(251), 1, + ACTIONS(2349), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [215399] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11178), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11183), 1, anon_sym_RBRACK, + STATE(6129), 1, + aux_sym__multiple_types_repeat1, STATE(6739), 1, sym_comment, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - [215152] = 5, + [215415] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11180), 1, + ACTIONS(11185), 1, anon_sym_RBRACK, - STATE(6282), 1, + STATE(6130), 1, aux_sym__multiple_types_repeat1, STATE(6740), 1, sym_comment, - [215168] = 5, + [215431] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11182), 1, + ACTIONS(11187), 1, anon_sym_RBRACK, - STATE(2874), 1, + STATE(6131), 1, aux_sym__multiple_types_repeat1, STATE(6741), 1, sym_comment, - [215184] = 4, + [215447] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11184), 1, - sym__table_head_separator, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11189), 1, + anon_sym_RBRACK, + STATE(6132), 1, + aux_sym__multiple_types_repeat1, STATE(6742), 1, sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [215198] = 4, + [215463] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2364), 1, + ACTIONS(2355), 1, sym__entry_separator, STATE(6743), 1, sym_comment, - ACTIONS(2362), 2, + ACTIONS(2353), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [215212] = 5, + [215477] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11186), 1, + ACTIONS(11191), 1, anon_sym_RBRACK, - STATE(6283), 1, + STATE(6133), 1, aux_sym__multiple_types_repeat1, STATE(6744), 1, sym_comment, - [215228] = 5, + [215493] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11188), 1, + ACTIONS(11193), 1, anon_sym_RBRACK, - STATE(6284), 1, + STATE(6134), 1, aux_sym__multiple_types_repeat1, STATE(6745), 1, sym_comment, - [215244] = 5, + [215509] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5634), 1, sym__entry_separator, - ACTIONS(11190), 1, - anon_sym_RBRACK, - STATE(6285), 1, - aux_sym__multiple_types_repeat1, STATE(6746), 1, sym_comment, - [215260] = 5, + ACTIONS(5632), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [215523] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11192), 1, + ACTIONS(11195), 1, anon_sym_RBRACK, - STATE(6286), 1, + STATE(6135), 1, aux_sym__multiple_types_repeat1, STATE(6747), 1, sym_comment, - [215276] = 4, + [215539] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2439), 1, + ACTIONS(2371), 1, sym__entry_separator, STATE(6748), 1, sym_comment, - ACTIONS(2437), 2, + ACTIONS(2369), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [215290] = 5, + [215553] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2405), 1, sym__entry_separator, - ACTIONS(11194), 1, - anon_sym_RBRACK, - STATE(6287), 1, - aux_sym__multiple_types_repeat1, STATE(6749), 1, sym_comment, - [215306] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11196), 1, + ACTIONS(2403), 2, anon_sym_RBRACK, - STATE(6288), 1, - aux_sym__multiple_types_repeat1, - STATE(6750), 1, - sym_comment, - [215322] = 5, + anon_sym_RBRACE, + [215567] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(11198), 1, - anon_sym_GT2, - STATE(6751), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11197), 1, + anon_sym_RBRACK, + STATE(6750), 1, sym_comment, - STATE(7578), 1, - sym_param_cmd, - [215338] = 5, + STATE(6777), 1, + aux_sym_val_binary_repeat1, + [215583] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11200), 1, + ACTIONS(11199), 1, anon_sym_RBRACK, - STATE(6289), 1, + STATE(3472), 1, aux_sym__multiple_types_repeat1, - STATE(6752), 1, + STATE(6751), 1, sym_comment, - [215354] = 5, - ACTIONS(3), 1, + [215599] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11202), 1, - anon_sym_RBRACK, - STATE(6135), 1, - aux_sym__multiple_types_repeat1, - STATE(6753), 1, + STATE(6752), 1, sym_comment, - [215370] = 3, + ACTIONS(10775), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [215611] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6754), 1, + STATE(6753), 1, sym_comment, - ACTIONS(10624), 3, + ACTIONS(10360), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [215382] = 5, - ACTIONS(3), 1, + [215623] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11204), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11201), 1, anon_sym_RBRACK, - STATE(6136), 1, - aux_sym__multiple_types_repeat1, + STATE(6754), 1, + sym_comment, + STATE(6756), 1, + aux_sym_val_binary_repeat1, + [215639] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6755), 1, sym_comment, - [215398] = 4, - ACTIONS(3), 1, + ACTIONS(10475), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [215651] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2491), 1, - sym__entry_separator, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11203), 1, + anon_sym_RBRACK, STATE(6756), 1, sym_comment, - ACTIONS(2489), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [215412] = 5, - ACTIONS(3), 1, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [215667] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(11206), 1, - anon_sym_RBRACK, - STATE(2837), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(6757), 1, sym_comment, - [215428] = 5, + ACTIONS(2186), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [215681] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, - sym__entry_separator, - ACTIONS(11208), 1, - anon_sym_RBRACK, - STATE(2838), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2237), 1, + anon_sym_EQ_GT, + ACTIONS(2241), 1, + anon_sym_PIPE, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, STATE(6758), 1, sym_comment, - [215444] = 5, + [215697] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11210), 1, + ACTIONS(11205), 1, anon_sym_RBRACK, - STATE(6137), 1, + STATE(6159), 1, aux_sym__multiple_types_repeat1, STATE(6759), 1, sym_comment, - [215460] = 5, - ACTIONS(251), 1, + [215713] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11212), 1, - anon_sym_RBRACK, + ACTIONS(5638), 1, + sym__entry_separator, STATE(6760), 1, sym_comment, - STATE(6766), 1, - aux_sym_val_binary_repeat1, - [215476] = 5, + ACTIONS(5636), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [215727] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11214), 1, - anon_sym_RBRACK, - STATE(6399), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(7130), 1, + aux_sym_unquoted_token4, STATE(6761), 1, sym_comment, - [215492] = 5, - ACTIONS(3), 1, + STATE(7343), 1, + sym__expr_parenthesized_immediate, + [215743] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11216), 1, - anon_sym_RBRACK, - STATE(6401), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(6762), 1, sym_comment, - [215508] = 5, + ACTIONS(1873), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [215757] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11218), 1, + ACTIONS(11207), 1, anon_sym_RBRACK, - STATE(6402), 1, + STATE(6160), 1, aux_sym__multiple_types_repeat1, STATE(6763), 1, sym_comment, - [215524] = 4, + [215773] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11209), 1, + anon_sym_RBRACK, + STATE(6161), 1, + aux_sym__multiple_types_repeat1, STATE(6764), 1, sym_comment, - ACTIONS(2342), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [215538] = 3, - ACTIONS(251), 1, + [215789] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11211), 1, + anon_sym_RBRACK, + STATE(6162), 1, + aux_sym__multiple_types_repeat1, STATE(6765), 1, sym_comment, - ACTIONS(6181), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [215550] = 5, + [215805] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11220), 1, - anon_sym_RBRACK, STATE(6766), 1, sym_comment, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - [215566] = 4, + ACTIONS(10493), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [215817] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11222), 1, - anon_sym_GT2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11213), 1, + anon_sym_RBRACK, + STATE(6163), 1, + aux_sym__multiple_types_repeat1, STATE(6767), 1, sym_comment, - ACTIONS(11224), 2, - anon_sym_AT, - sym__entry_separator, - [215580] = 5, + [215833] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11226), 1, + ACTIONS(11215), 1, anon_sym_RBRACK, - STATE(6298), 1, + STATE(6164), 1, aux_sym__multiple_types_repeat1, STATE(6768), 1, sym_comment, - [215596] = 5, + [215849] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11228), 1, + ACTIONS(11217), 1, anon_sym_RBRACK, - STATE(2717), 1, + STATE(6165), 1, aux_sym__multiple_types_repeat1, STATE(6769), 1, sym_comment, - [215612] = 5, + [215865] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11230), 1, - anon_sym_RBRACK, - STATE(6299), 1, + ACTIONS(11219), 1, + anon_sym_GT2, + STATE(5302), 1, aux_sym__multiple_types_repeat1, STATE(6770), 1, sym_comment, - [215628] = 5, - ACTIONS(3), 1, + [215881] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11232), 1, - anon_sym_RBRACK, - STATE(6300), 1, - aux_sym__multiple_types_repeat1, STATE(6771), 1, sym_comment, - [215644] = 5, + ACTIONS(10499), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [215893] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11234), 1, + ACTIONS(11221), 1, anon_sym_RBRACK, - STATE(6301), 1, + STATE(6166), 1, aux_sym__multiple_types_repeat1, STATE(6772), 1, sym_comment, - [215660] = 5, + [215909] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11236), 1, - anon_sym_RBRACK, - STATE(6302), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2245), 1, + anon_sym_EQ_GT, + ACTIONS(2247), 1, + anon_sym_PIPE, STATE(6773), 1, sym_comment, - [215676] = 3, - ACTIONS(251), 1, + [215925] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4904), 1, + aux_sym_unquoted_token4, STATE(6774), 1, sym_comment, - ACTIONS(10512), 3, + STATE(7290), 1, + sym__expr_parenthesized_immediate, + [215941] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(6775), 1, + sym_comment, + ACTIONS(10360), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [215688] = 5, - ACTIONS(3), 1, + [215953] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11238), 1, + STATE(6776), 1, + sym_comment, + ACTIONS(11032), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [215965] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11223), 1, anon_sym_RBRACK, - STATE(6303), 1, - aux_sym__multiple_types_repeat1, - STATE(6775), 1, + STATE(6777), 1, sym_comment, - [215704] = 5, - ACTIONS(3), 1, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [215981] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11240), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11225), 1, anon_sym_RBRACK, - STATE(6304), 1, - aux_sym__multiple_types_repeat1, - STATE(6776), 1, + STATE(6778), 1, sym_comment, - [215720] = 5, + STATE(6783), 1, + aux_sym_val_binary_repeat1, + [215997] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11242), 1, + ACTIONS(11227), 1, anon_sym_GT2, - STATE(5342), 1, + STATE(5304), 1, aux_sym__multiple_types_repeat1, - STATE(6777), 1, + STATE(6779), 1, sym_comment, - [215736] = 5, + [216013] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11244), 1, + ACTIONS(11229), 1, anon_sym_RBRACK, - STATE(6305), 1, + STATE(6458), 1, aux_sym__multiple_types_repeat1, - STATE(6778), 1, + STATE(6780), 1, sym_comment, - [215752] = 3, - ACTIONS(251), 1, + [216029] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(6779), 1, + ACTIONS(2359), 1, + sym__entry_separator, + STATE(6781), 1, sym_comment, - ACTIONS(6134), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [215764] = 4, + ACTIONS(2357), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216043] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5652), 1, + ACTIONS(2363), 1, sym__entry_separator, - STATE(6780), 1, + STATE(6782), 1, sym_comment, - ACTIONS(5650), 2, + ACTIONS(2361), 2, anon_sym_RBRACK, - anon_sym_GT2, - [215778] = 5, + anon_sym_RBRACE, + [216057] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11246), 1, + ACTIONS(11231), 1, anon_sym_RBRACK, - STATE(6668), 1, - aux_sym_val_binary_repeat1, - STATE(6781), 1, + STATE(6783), 1, sym_comment, - [215794] = 5, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [216073] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2367), 1, sym__entry_separator, - ACTIONS(11248), 1, - anon_sym_RBRACK, - STATE(6069), 1, - aux_sym__multiple_types_repeat1, - STATE(6782), 1, + STATE(6784), 1, sym_comment, - [215810] = 5, + ACTIONS(2365), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216087] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6783), 1, - sym_comment, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11233), 1, + anon_sym_RBRACK, STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6947), 1, - sym_val_list, - [215826] = 5, + sym_comment, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [216103] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11250), 1, - anon_sym_GT2, - STATE(5344), 1, + ACTIONS(11235), 1, + anon_sym_RBRACK, + STATE(6188), 1, aux_sym__multiple_types_repeat1, - STATE(6784), 1, + STATE(6786), 1, sym_comment, - [215842] = 4, + [216119] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11252), 1, - anon_sym_LBRACK, - STATE(7269), 1, - sym_val_list, - STATE(6785), 2, - sym_comment, - aux_sym_val_table_repeat1, - [215856] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(8759), 1, - aux_sym__unquoted_in_list_token4, - STATE(6786), 1, + STATE(6787), 1, sym_comment, - STATE(7230), 1, - sym__expr_parenthesized_immediate, - [215872] = 5, + ACTIONS(10795), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216131] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11255), 1, + ACTIONS(11237), 1, anon_sym_RBRACK, - STATE(6229), 1, + STATE(6189), 1, aux_sym__multiple_types_repeat1, - STATE(6787), 1, - sym_comment, - [215888] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11257), 1, - anon_sym_RBRACK, STATE(6788), 1, sym_comment, - STATE(6792), 1, - aux_sym_val_binary_repeat1, - [215904] = 5, - ACTIONS(251), 1, + [216147] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6655), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11239), 1, + anon_sym_RBRACK, + STATE(6190), 1, + aux_sym__multiple_types_repeat1, STATE(6789), 1, sym_comment, - [215920] = 3, - ACTIONS(251), 1, + [216163] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11241), 1, + anon_sym_RBRACK, + STATE(6191), 1, + aux_sym__multiple_types_repeat1, STATE(6790), 1, sym_comment, - ACTIONS(10327), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [215932] = 3, - ACTIONS(251), 1, + [216179] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11243), 1, + anon_sym_RBRACK, + STATE(6192), 1, + aux_sym__multiple_types_repeat1, STATE(6791), 1, sym_comment, - ACTIONS(11259), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [215944] = 5, + [216195] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11261), 1, - anon_sym_RBRACK, STATE(6792), 1, sym_comment, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - [215960] = 3, - ACTIONS(251), 1, + ACTIONS(10954), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216207] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11245), 1, + anon_sym_RBRACK, + STATE(6193), 1, + aux_sym__multiple_types_repeat1, STATE(6793), 1, sym_comment, - ACTIONS(11263), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [215972] = 5, + [216223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11265), 1, + ACTIONS(11247), 1, anon_sym_RBRACK, - STATE(6315), 1, + STATE(6194), 1, aux_sym__multiple_types_repeat1, STATE(6794), 1, sym_comment, - [215988] = 4, + [216239] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11267), 1, - anon_sym_RBRACK, - ACTIONS(11269), 1, - sym_hex_digit, - STATE(6795), 2, + STATE(6795), 1, sym_comment, - aux_sym_val_binary_repeat1, - [216002] = 5, + ACTIONS(10795), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216251] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11272), 1, - anon_sym_RBRACK, - STATE(6316), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11249), 1, + anon_sym_LPAREN, STATE(6796), 1, sym_comment, - [216018] = 5, + ACTIONS(11251), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [216265] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11274), 1, + ACTIONS(11253), 1, anon_sym_RBRACK, - STATE(6317), 1, + STATE(6195), 1, aux_sym__multiple_types_repeat1, STATE(6797), 1, sym_comment, - [216034] = 5, - ACTIONS(3), 1, + [216281] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11276), 1, - anon_sym_RBRACK, - STATE(6318), 1, - aux_sym__multiple_types_repeat1, STATE(6798), 1, sym_comment, - [216050] = 5, + ACTIONS(10287), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216293] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11278), 1, - anon_sym_RBRACK, - STATE(6319), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1000), 1, + sym__space, + ACTIONS(1004), 1, + sym__newline, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, STATE(6799), 1, sym_comment, - [216066] = 5, - ACTIONS(3), 1, + [216309] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11280), 1, - anon_sym_GT2, - STATE(5362), 1, - aux_sym__multiple_types_repeat1, STATE(6800), 1, sym_comment, - [216082] = 5, - ACTIONS(3), 1, + ACTIONS(10388), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216321] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11282), 1, - anon_sym_RBRACK, - STATE(6320), 1, - aux_sym__multiple_types_repeat1, STATE(6801), 1, sym_comment, - [216098] = 5, - ACTIONS(3), 1, + ACTIONS(10887), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216333] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11284), 1, - anon_sym_RBRACK, - STATE(6321), 1, - aux_sym__multiple_types_repeat1, STATE(6802), 1, sym_comment, - [216114] = 5, + ACTIONS(10887), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [216345] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2249), 1, - anon_sym_EQ_GT, - ACTIONS(2253), 1, - anon_sym_PIPE, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(10235), 1, + anon_sym_LBRACK, + STATE(3429), 1, + aux_sym__multiple_types_repeat1, STATE(6803), 1, sym_comment, - [216130] = 5, + [216361] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2255), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4534), 1, aux_sym_unquoted_token4, - ACTIONS(2257), 1, - anon_sym_EQ_GT, - ACTIONS(2259), 1, - anon_sym_PIPE, STATE(6804), 1, sym_comment, - [216146] = 5, + STATE(7227), 1, + sym__expr_parenthesized_immediate, + [216377] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2375), 1, sym__entry_separator, - ACTIONS(11286), 1, - anon_sym_RBRACK, - STATE(6322), 1, - aux_sym__multiple_types_repeat1, STATE(6805), 1, sym_comment, - [216162] = 5, - ACTIONS(3), 1, + ACTIONS(2373), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216391] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11288), 1, - anon_sym_GT2, - STATE(5384), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11257), 1, + anon_sym_COMMA, STATE(6806), 1, sym_comment, - [216178] = 4, - ACTIONS(3), 1, + ACTIONS(11255), 2, + anon_sym_RBRACK, + sym_hex_digit, + [216405] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5644), 1, - sym__entry_separator, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11259), 1, + anon_sym_RBRACK, STATE(6807), 1, sym_comment, - ACTIONS(5642), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [216192] = 3, - ACTIONS(251), 1, + STATE(6809), 1, + aux_sym_val_binary_repeat1, + [216421] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11261), 1, + anon_sym_RBRACK, + STATE(6547), 1, + aux_sym__multiple_types_repeat1, STATE(6808), 1, sym_comment, - ACTIONS(10407), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216204] = 3, + [216437] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11263), 1, + anon_sym_RBRACK, STATE(6809), 1, sym_comment, - ACTIONS(10327), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216216] = 4, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [216453] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5648), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11265), 1, + anon_sym_RBRACK, + STATE(6214), 1, + aux_sym__multiple_types_repeat1, STATE(6810), 1, sym_comment, - ACTIONS(5646), 2, - anon_sym_RBRACK, - anon_sym_GT2, - [216230] = 3, + [216469] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, STATE(6811), 1, sym_comment, - ACTIONS(10912), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216242] = 3, - ACTIONS(251), 1, + ACTIONS(2192), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [216483] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11267), 1, + anon_sym_RBRACK, + STATE(6215), 1, + aux_sym__multiple_types_repeat1, STATE(6812), 1, sym_comment, - ACTIONS(10409), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216254] = 4, + [216499] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11269), 1, + anon_sym_RBRACK, + STATE(6216), 1, + aux_sym__multiple_types_repeat1, STATE(6813), 1, sym_comment, - ACTIONS(2485), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [216268] = 5, - ACTIONS(251), 1, + [216515] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11290), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11271), 1, anon_sym_RBRACK, + STATE(6217), 1, + aux_sym__multiple_types_repeat1, STATE(6814), 1, sym_comment, - STATE(6819), 1, - aux_sym_val_binary_repeat1, - [216284] = 3, - ACTIONS(251), 1, + [216531] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11273), 1, + anon_sym_RBRACK, + STATE(6218), 1, + aux_sym__multiple_types_repeat1, STATE(6815), 1, sym_comment, - ACTIONS(10477), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216296] = 5, + [216547] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, - anon_sym_RBRACE, - ACTIONS(1665), 1, + ACTIONS(2379), 1, sym__entry_separator, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token2, STATE(6816), 1, sym_comment, - [216312] = 4, + ACTIONS(2377), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216561] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1979), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11275), 1, + anon_sym_RBRACK, + STATE(6219), 1, + aux_sym__multiple_types_repeat1, STATE(6817), 1, sym_comment, - ACTIONS(1977), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [216326] = 5, + [216577] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - ACTIONS(2257), 1, - sym__newline, - ACTIONS(2259), 1, - sym__space, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11277), 1, + anon_sym_RBRACK, + STATE(6220), 1, + aux_sym__multiple_types_repeat1, STATE(6818), 1, sym_comment, - [216342] = 5, - ACTIONS(251), 1, + [216593] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11292), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11279), 1, anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, + STATE(6221), 1, + aux_sym__multiple_types_repeat1, STATE(6819), 1, sym_comment, - [216358] = 5, + [216609] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2383), 1, sym__entry_separator, - ACTIONS(11294), 1, - anon_sym_RBRACK, - STATE(6334), 1, - aux_sym__multiple_types_repeat1, STATE(6820), 1, sym_comment, - [216374] = 5, + ACTIONS(2381), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216623] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(11296), 1, + ACTIONS(11281), 1, anon_sym_RBRACK, - STATE(6335), 1, + STATE(2804), 1, aux_sym__multiple_types_repeat1, STATE(6821), 1, sym_comment, - [216390] = 5, + [216639] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(11298), 1, + ACTIONS(11283), 1, anon_sym_RBRACK, - STATE(6336), 1, + STATE(2877), 1, aux_sym__multiple_types_repeat1, STATE(6822), 1, sym_comment, - [216406] = 5, + [216655] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2387), 1, sym__entry_separator, - ACTIONS(11300), 1, - anon_sym_RBRACK, - STATE(6337), 1, - aux_sym__multiple_types_repeat1, STATE(6823), 1, sym_comment, - [216422] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11302), 1, + ACTIONS(2385), 2, anon_sym_RBRACK, - STATE(6338), 1, - aux_sym__multiple_types_repeat1, + anon_sym_RBRACE, + [216669] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1272), 1, + anon_sym_RPAREN, STATE(6824), 1, sym_comment, - [216438] = 5, + ACTIONS(1265), 2, + sym__newline, + anon_sym_SEMI, + [216683] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11304), 1, + ACTIONS(11285), 1, anon_sym_RBRACK, - STATE(6339), 1, + STATE(6268), 1, aux_sym__multiple_types_repeat1, STATE(6825), 1, sym_comment, - [216454] = 5, + [216699] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11306), 1, - anon_sym_RBRACK, - STATE(6340), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(1745), 1, + aux_sym__unquoted_in_record_token4, STATE(6826), 1, sym_comment, - [216470] = 5, + STATE(7356), 1, + sym__expr_parenthesized_immediate, + [216715] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3876), 1, - sym__newline, - ACTIONS(11308), 1, - anon_sym_COLON, - STATE(1782), 1, - aux_sym_shebang_repeat1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11287), 1, + anon_sym_RBRACK, STATE(6827), 1, sym_comment, - [216486] = 5, - ACTIONS(3), 1, + STATE(6831), 1, + aux_sym_val_binary_repeat1, + [216731] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11310), 1, - anon_sym_RBRACK, - STATE(6341), 1, - aux_sym__multiple_types_repeat1, STATE(6828), 1, sym_comment, - [216502] = 5, + ACTIONS(1272), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [216743] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11312), 1, - anon_sym_RBRACK, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(7816), 1, + anon_sym_EQ, + STATE(4811), 1, + sym_param_cmd, STATE(6829), 1, sym_comment, - STATE(6946), 1, - aux_sym_val_binary_repeat1, - [216518] = 3, + [216759] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6830), 1, sym_comment, - ACTIONS(10329), 3, + ACTIONS(10946), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [216530] = 4, + [216771] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11289), 1, + anon_sym_RBRACK, STATE(6831), 1, sym_comment, - ACTIONS(1737), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [216544] = 5, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [216787] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11314), 1, + ACTIONS(11291), 1, anon_sym_RBRACK, - STATE(2867), 1, + STATE(6557), 1, aux_sym__multiple_types_repeat1, STATE(6832), 1, sym_comment, - [216560] = 3, - ACTIONS(251), 1, + [216803] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11293), 1, + anon_sym_RBRACK, + STATE(6236), 1, + aux_sym__multiple_types_repeat1, STATE(6833), 1, sym_comment, - ACTIONS(6149), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [216572] = 3, - ACTIONS(251), 1, + [216819] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11295), 1, + anon_sym_RBRACK, + STATE(6558), 1, + aux_sym__multiple_types_repeat1, STATE(6834), 1, sym_comment, - ACTIONS(6149), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [216584] = 4, + [216835] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2376), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11297), 1, + anon_sym_RBRACK, + STATE(6559), 1, + aux_sym__multiple_types_repeat1, STATE(6835), 1, sym_comment, - ACTIONS(2374), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [216598] = 5, - ACTIONS(251), 1, + [216851] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11316), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11299), 1, anon_sym_RBRACK, + STATE(6237), 1, + aux_sym__multiple_types_repeat1, STATE(6836), 1, sym_comment, - STATE(6840), 1, - aux_sym_val_binary_repeat1, - [216614] = 3, - ACTIONS(251), 1, + [216867] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11301), 1, + anon_sym_RBRACK, + STATE(6238), 1, + aux_sym__multiple_types_repeat1, STATE(6837), 1, sym_comment, - ACTIONS(10512), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [216626] = 3, - ACTIONS(251), 1, + [216883] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11303), 1, + anon_sym_RBRACK, + STATE(6239), 1, + aux_sym__multiple_types_repeat1, STATE(6838), 1, sym_comment, - ACTIONS(6153), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [216638] = 4, + [216899] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2311), 1, - anon_sym_RBRACE, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11305), 1, + anon_sym_RBRACK, + STATE(6240), 1, + aux_sym__multiple_types_repeat1, STATE(6839), 1, sym_comment, - ACTIONS(2313), 2, - anon_sym_LPAREN2, - sym__entry_separator, - [216652] = 5, - ACTIONS(251), 1, + [216915] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11318), 1, - anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, + ACTIONS(2391), 1, + sym__entry_separator, STATE(6840), 1, sym_comment, - [216668] = 5, + ACTIONS(2389), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [216929] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11320), 1, + ACTIONS(11307), 1, anon_sym_RBRACK, - STATE(6152), 1, + STATE(6241), 1, aux_sym__multiple_types_repeat1, STATE(6841), 1, sym_comment, - [216684] = 5, + [216945] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11322), 1, + ACTIONS(11309), 1, anon_sym_RBRACK, - STATE(6348), 1, + STATE(6242), 1, aux_sym__multiple_types_repeat1, STATE(6842), 1, sym_comment, - [216700] = 5, - ACTIONS(3), 1, + [216961] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11324), 1, - anon_sym_RBRACK, - STATE(6349), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(7816), 1, + anon_sym_EQ, + STATE(4812), 1, + sym_param_cmd, STATE(6843), 1, sym_comment, - [216716] = 5, - ACTIONS(3), 1, + [216977] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11326), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11311), 1, anon_sym_RBRACK, - STATE(6350), 1, - aux_sym__multiple_types_repeat1, STATE(6844), 1, sym_comment, - [216732] = 5, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [216993] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11328), 1, + ACTIONS(11313), 1, anon_sym_RBRACK, - STATE(6351), 1, + STATE(6243), 1, aux_sym__multiple_types_repeat1, STATE(6845), 1, sym_comment, - [216748] = 5, - ACTIONS(3), 1, + [217009] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11330), 1, - anon_sym_RBRACK, - STATE(6352), 1, - aux_sym__multiple_types_repeat1, STATE(6846), 1, sym_comment, - [216764] = 5, + ACTIONS(10805), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217021] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2241), 1, - sym__newline, - ACTIONS(2245), 1, - sym__space, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, + ACTIONS(2395), 1, + sym__entry_separator, STATE(6847), 1, sym_comment, - [216780] = 5, + ACTIONS(2393), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [217035] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2399), 1, sym__entry_separator, - ACTIONS(11332), 1, - anon_sym_RBRACK, - STATE(6353), 1, - aux_sym__multiple_types_repeat1, STATE(6848), 1, sym_comment, - [216796] = 5, + ACTIONS(2397), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [217049] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(1681), 1, + anon_sym_RBRACE, + ACTIONS(1693), 1, sym__entry_separator, - ACTIONS(11334), 1, - anon_sym_RBRACK, - STATE(6354), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token2, STATE(6849), 1, sym_comment, - [216812] = 4, - ACTIONS(3), 1, + [217065] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2356), 1, - sym__entry_separator, + STATE(296), 1, + aux_sym__block_body_repeat1, STATE(6850), 1, sym_comment, - ACTIONS(2354), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [216826] = 5, - ACTIONS(3), 1, + ACTIONS(141), 2, + sym__newline, + anon_sym_SEMI, + [217079] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11336), 1, - anon_sym_RBRACK, - STATE(6355), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, STATE(6851), 1, sym_comment, - [216842] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(11338), 1, + ACTIONS(2198), 2, anon_sym_PIPE, - ACTIONS(11341), 1, anon_sym_EQ_GT, - STATE(6852), 2, + [217093] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11315), 1, + anon_sym_RBRACK, + STATE(6852), 1, sym_comment, - aux_sym_match_pattern_repeat1, - [216856] = 4, - ACTIONS(3), 1, + STATE(6855), 1, + aux_sym_val_binary_repeat1, + [217109] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10226), 1, - anon_sym_LPAREN, STATE(6853), 1, sym_comment, - ACTIONS(10228), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [216870] = 5, + ACTIONS(10807), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217121] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2285), 1, + ACTIONS(2413), 1, sym__entry_separator, - ACTIONS(11343), 1, - anon_sym_RBRACE, - STATE(565), 1, - aux_sym__multiple_types_repeat1, STATE(6854), 1, sym_comment, - [216886] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6065), 1, + ACTIONS(2411), 2, + anon_sym_RBRACK, anon_sym_RBRACE, - STATE(3001), 1, - aux_sym__multiple_types_repeat1, - STATE(6855), 1, - sym_comment, - [216902] = 5, + [217135] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11345), 1, + ACTIONS(11317), 1, anon_sym_RBRACK, - STATE(6856), 1, + STATE(6855), 1, sym_comment, - STATE(6857), 1, + STATE(7182), 1, aux_sym_val_binary_repeat1, - [216918] = 5, - ACTIONS(251), 1, + [217151] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11347), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11319), 1, anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - STATE(6857), 1, + STATE(6258), 1, + aux_sym__multiple_types_repeat1, + STATE(6856), 1, sym_comment, - [216934] = 5, + [217167] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token4, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11321), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym__multiple_types_repeat1, + STATE(6857), 1, + sym_comment, + [217183] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6858), 1, sym_comment, - STATE(7359), 1, - sym__expr_parenthesized_immediate, - [216950] = 5, + ACTIONS(10891), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217195] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11349), 1, + ACTIONS(11323), 1, anon_sym_RBRACK, - STATE(6362), 1, + STATE(6259), 1, aux_sym__multiple_types_repeat1, STATE(6859), 1, sym_comment, - [216966] = 4, + [217211] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2507), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11325), 1, + anon_sym_RBRACK, + STATE(6260), 1, + aux_sym__multiple_types_repeat1, STATE(6860), 1, sym_comment, - ACTIONS(2505), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [216980] = 5, + [217227] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11351), 1, + ACTIONS(11327), 1, anon_sym_RBRACK, - STATE(6363), 1, + STATE(6261), 1, aux_sym__multiple_types_repeat1, STATE(6861), 1, sym_comment, - [216996] = 5, + [217243] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5648), 1, sym__entry_separator, - ACTIONS(11353), 1, - anon_sym_RBRACK, - STATE(6364), 1, - aux_sym__multiple_types_repeat1, STATE(6862), 1, sym_comment, - [217012] = 5, + ACTIONS(5646), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [217257] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11355), 1, + ACTIONS(11329), 1, anon_sym_RBRACK, - STATE(6365), 1, + STATE(6262), 1, aux_sym__multiple_types_repeat1, STATE(6863), 1, sym_comment, - [217028] = 3, + [217273] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6864), 1, sym_comment, - ACTIONS(10210), 3, - ts_builtin_sym_end, + ACTIONS(11331), 3, sym__newline, anon_sym_SEMI, - [217040] = 5, + anon_sym_RPAREN, + [217285] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11357), 1, - anon_sym_RBRACK, - STATE(6366), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11333), 1, + anon_sym_GT2, STATE(6865), 1, sym_comment, - [217056] = 4, - ACTIONS(251), 1, + ACTIONS(11335), 2, + anon_sym_AT, + sym__entry_separator, + [217299] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11337), 1, + anon_sym_RBRACK, + STATE(6263), 1, + aux_sym__multiple_types_repeat1, STATE(6866), 1, sym_comment, - ACTIONS(1729), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [217070] = 5, + [217315] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11359), 1, + ACTIONS(11339), 1, anon_sym_RBRACK, - STATE(6367), 1, + STATE(6264), 1, aux_sym__multiple_types_repeat1, STATE(6867), 1, sym_comment, - [217086] = 5, + [217331] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2413), 1, sym__entry_separator, - ACTIONS(11361), 1, - anon_sym_RBRACK, - STATE(6368), 1, - aux_sym__multiple_types_repeat1, STATE(6868), 1, sym_comment, - [217102] = 4, - ACTIONS(251), 1, + ACTIONS(2411), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [217345] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11341), 1, + anon_sym_RBRACK, + STATE(6265), 1, + aux_sym__multiple_types_repeat1, STATE(6869), 1, sym_comment, - ACTIONS(2216), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [217116] = 5, + [217361] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11363), 1, + ACTIONS(11343), 1, anon_sym_RBRACK, - STATE(6369), 1, + STATE(3470), 1, aux_sym__multiple_types_repeat1, STATE(6870), 1, sym_comment, - [217132] = 3, + [217377] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6871), 1, sym_comment, - ACTIONS(10403), 3, + ACTIONS(10404), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [217144] = 5, + [217389] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6039), 1, - anon_sym_RBRACE, - STATE(2961), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + ACTIONS(11345), 1, + sym__space, STATE(6872), 1, sym_comment, - [217160] = 5, + [217405] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(4409), 1, - sym_block, STATE(6873), 1, sym_comment, - [217176] = 3, + ACTIONS(10404), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217417] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11347), 1, + anon_sym_RBRACK, STATE(6874), 1, sym_comment, - ACTIONS(10512), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [217188] = 5, - ACTIONS(3), 1, + STATE(6877), 1, + aux_sym_val_binary_repeat1, + [217433] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6041), 1, - anon_sym_RBRACE, - STATE(2962), 1, - aux_sym__multiple_types_repeat1, STATE(6875), 1, sym_comment, - [217204] = 5, + ACTIONS(10795), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217445] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11365), 1, - anon_sym_RBRACK, STATE(6876), 1, sym_comment, - STATE(6877), 1, - aux_sym_val_binary_repeat1, - [217220] = 5, + ACTIONS(10795), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217457] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, + ACTIONS(11089), 1, sym_hex_digit, - ACTIONS(11367), 1, + ACTIONS(11349), 1, anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, STATE(6877), 1, sym_comment, - [217236] = 4, - ACTIONS(251), 1, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [217473] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11351), 1, + anon_sym_RBRACK, + STATE(6280), 1, + aux_sym__multiple_types_repeat1, STATE(6878), 1, sym_comment, - ACTIONS(1802), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [217250] = 5, + [217489] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11369), 1, + ACTIONS(11353), 1, anon_sym_RBRACK, - STATE(6376), 1, + STATE(6281), 1, aux_sym__multiple_types_repeat1, STATE(6879), 1, sym_comment, - [217266] = 4, - ACTIONS(251), 1, + [217505] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11355), 1, + anon_sym_RBRACK, + STATE(6282), 1, + aux_sym__multiple_types_repeat1, STATE(6880), 1, sym_comment, - ACTIONS(1773), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [217280] = 5, + [217521] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11371), 1, - anon_sym_GT2, - STATE(5400), 1, + ACTIONS(11357), 1, + anon_sym_RBRACK, + STATE(6283), 1, aux_sym__multiple_types_repeat1, STATE(6881), 1, sym_comment, - [217296] = 5, + [217537] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5642), 1, sym__entry_separator, - ACTIONS(11373), 1, - anon_sym_RBRACK, - STATE(6377), 1, - aux_sym__multiple_types_repeat1, STATE(6882), 1, sym_comment, - [217312] = 5, + ACTIONS(5640), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [217551] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11375), 1, + ACTIONS(11359), 1, anon_sym_RBRACK, - STATE(6378), 1, + STATE(6284), 1, aux_sym__multiple_types_repeat1, STATE(6883), 1, sym_comment, - [217328] = 5, - ACTIONS(3), 1, + [217567] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11377), 1, - anon_sym_RBRACK, - STATE(6379), 1, - aux_sym__multiple_types_repeat1, STATE(6884), 1, sym_comment, - [217344] = 5, + ACTIONS(10813), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [217579] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11379), 1, - anon_sym_RBRACK, - STATE(6380), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(2229), 1, + sym__newline, + ACTIONS(2233), 1, + sym__space, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, STATE(6885), 1, sym_comment, - [217360] = 5, - ACTIONS(251), 1, + [217595] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4898), 1, - anon_sym_LBRACE, - ACTIONS(11381), 1, - anon_sym_EQ2, - ACTIONS(11383), 1, - sym_short_flag_identifier, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11361), 1, + anon_sym_RBRACK, + STATE(6285), 1, + aux_sym__multiple_types_repeat1, STATE(6886), 1, sym_comment, - [217376] = 5, + [217611] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11385), 1, - anon_sym_GT2, - STATE(5413), 1, + ACTIONS(11363), 1, + anon_sym_RBRACK, + STATE(6286), 1, aux_sym__multiple_types_repeat1, STATE(6887), 1, sym_comment, - [217392] = 5, + [217627] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(11387), 1, - anon_sym_RBRACK, - STATE(6622), 1, + ACTIONS(11365), 1, + anon_sym_RBRACE, + STATE(2995), 1, aux_sym__multiple_types_repeat1, STATE(6888), 1, sym_comment, - [217408] = 5, + [217643] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6051), 1, sym__entry_separator, - ACTIONS(11389), 1, - anon_sym_RBRACK, - STATE(6382), 1, + ACTIONS(11367), 1, + anon_sym_RBRACE, + STATE(2996), 1, aux_sym__multiple_types_repeat1, STATE(6889), 1, sym_comment, - [217424] = 4, - ACTIONS(251), 1, + [217659] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1786), 1, - aux_sym_unquoted_token2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11369), 1, + anon_sym_RBRACK, + STATE(6287), 1, + aux_sym__multiple_types_repeat1, STATE(6890), 1, sym_comment, - ACTIONS(1788), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [217438] = 5, + [217675] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6067), 1, - anon_sym_RBRACE, - STATE(2963), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token4, STATE(6891), 1, sym_comment, - [217454] = 5, + STATE(7240), 1, + sym__expr_parenthesized_immediate, + [217691] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(11371), 1, + anon_sym_GT2, + STATE(6892), 1, + sym_comment, + STATE(7644), 1, + sym_param_cmd, + [217707] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11391), 1, + ACTIONS(11373), 1, anon_sym_RBRACK, - STATE(6383), 1, + STATE(6297), 1, aux_sym__multiple_types_repeat1, - STATE(6892), 1, - sym_comment, - [217470] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(10102), 1, - anon_sym_if, - ACTIONS(11393), 1, - anon_sym_EQ_GT, STATE(6893), 1, sym_comment, - STATE(7605), 1, - sym_match_guard, - [217486] = 5, + [217723] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11395), 1, - anon_sym_GT2, - STATE(5377), 1, + ACTIONS(11375), 1, + anon_sym_RBRACK, + STATE(6185), 1, aux_sym__multiple_types_repeat1, STATE(6894), 1, sym_comment, - [217502] = 5, - ACTIONS(251), 1, + [217739] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(11397), 1, - anon_sym_GT2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11377), 1, + anon_sym_RBRACK, + STATE(6298), 1, + aux_sym__multiple_types_repeat1, STATE(6895), 1, sym_comment, - STATE(7413), 1, - sym_param_cmd, - [217518] = 4, + [217755] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2164), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11379), 1, + anon_sym_RBRACK, + STATE(6299), 1, + aux_sym__multiple_types_repeat1, STATE(6896), 1, sym_comment, - ACTIONS(2158), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [217532] = 5, + [217771] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11399), 1, - anon_sym_GT2, - STATE(5378), 1, + ACTIONS(11381), 1, + anon_sym_RBRACK, + STATE(6300), 1, aux_sym__multiple_types_repeat1, STATE(6897), 1, sym_comment, - [217548] = 5, + [217787] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(11401), 1, + ACTIONS(11383), 1, anon_sym_RBRACK, - STATE(6389), 1, + STATE(2815), 1, aux_sym__multiple_types_repeat1, STATE(6898), 1, sym_comment, - [217564] = 5, + [217803] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11403), 1, + ACTIONS(11385), 1, anon_sym_RBRACK, - STATE(2840), 1, + STATE(6301), 1, aux_sym__multiple_types_repeat1, STATE(6899), 1, sym_comment, - [217580] = 5, + [217819] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11405), 1, + ACTIONS(11387), 1, anon_sym_RBRACK, - STATE(6390), 1, + STATE(6250), 1, aux_sym__multiple_types_repeat1, STATE(6900), 1, sym_comment, - [217596] = 5, + [217835] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11407), 1, + ACTIONS(11389), 1, anon_sym_RBRACK, - STATE(6391), 1, + STATE(6302), 1, aux_sym__multiple_types_repeat1, STATE(6901), 1, sym_comment, - [217612] = 5, + [217851] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11409), 1, + ACTIONS(11391), 1, anon_sym_RBRACK, - STATE(6392), 1, + STATE(6303), 1, aux_sym__multiple_types_repeat1, STATE(6902), 1, sym_comment, - [217628] = 5, + [217867] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11411), 1, - anon_sym_RBRACE, - STATE(2947), 1, + ACTIONS(11393), 1, + anon_sym_RBRACK, + STATE(6410), 1, aux_sym__multiple_types_repeat1, STATE(6903), 1, sym_comment, - [217644] = 5, + [217883] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11413), 1, - anon_sym_RBRACK, - STATE(6393), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11395), 1, + sym__table_head_separator, STATE(6904), 1, sym_comment, - [217660] = 3, - ACTIONS(251), 1, + ACTIONS(1004), 2, + anon_sym_RBRACK, + sym__entry_separator, + [217897] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11397), 1, + anon_sym_RBRACK, + STATE(6304), 1, + aux_sym__multiple_types_repeat1, STATE(6905), 1, sym_comment, - ACTIONS(10540), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [217672] = 5, + [217913] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11415), 1, - anon_sym_RBRACK, - STATE(6394), 1, + ACTIONS(11399), 1, + anon_sym_GT2, + STATE(5312), 1, aux_sym__multiple_types_repeat1, STATE(6906), 1, sym_comment, - [217688] = 5, + [217929] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(11417), 1, + ACTIONS(11401), 1, anon_sym_RBRACK, - STATE(6395), 1, + STATE(2832), 1, aux_sym__multiple_types_repeat1, STATE(6907), 1, sym_comment, - [217704] = 5, + [217945] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11419), 1, + ACTIONS(11403), 1, anon_sym_RBRACK, - STATE(6396), 1, + STATE(6460), 1, aux_sym__multiple_types_repeat1, STATE(6908), 1, sym_comment, - [217720] = 5, + [217961] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - ACTIONS(5532), 1, - aux_sym__unquoted_in_list_token4, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11405), 1, + anon_sym_RBRACK, + STATE(3482), 1, + aux_sym__multiple_types_repeat1, STATE(6909), 1, sym_comment, - STATE(7230), 1, - sym__expr_parenthesized_immediate, - [217736] = 5, - ACTIONS(251), 1, + [217977] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6307), 1, - sym_block, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11407), 1, + anon_sym_RBRACK, + STATE(6312), 1, + aux_sym__multiple_types_repeat1, STATE(6910), 1, sym_comment, - [217752] = 5, + [217993] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11421), 1, + ACTIONS(11409), 1, anon_sym_GT2, - STATE(5385), 1, + STATE(5313), 1, aux_sym__multiple_types_repeat1, STATE(6911), 1, sym_comment, - [217768] = 5, + [218009] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(11423), 1, + ACTIONS(11411), 1, anon_sym_RBRACK, - STATE(2854), 1, + STATE(2720), 1, aux_sym__multiple_types_repeat1, STATE(6912), 1, sym_comment, - [217784] = 5, + [218025] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11425), 1, + ACTIONS(11413), 1, anon_sym_RBRACK, - STATE(6519), 1, + STATE(6313), 1, aux_sym__multiple_types_repeat1, STATE(6913), 1, sym_comment, - [217800] = 5, + [218041] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11427), 1, - anon_sym_GT2, - STATE(5386), 1, + ACTIONS(11415), 1, + anon_sym_RBRACK, + STATE(6314), 1, aux_sym__multiple_types_repeat1, STATE(6914), 1, sym_comment, - [217816] = 5, + [218057] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11429), 1, + ACTIONS(11417), 1, anon_sym_RBRACK, - STATE(6403), 1, + STATE(6315), 1, aux_sym__multiple_types_repeat1, STATE(6915), 1, sym_comment, - [217832] = 5, - ACTIONS(3), 1, + [218073] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4890), 1, - aux_sym_unquoted_token4, STATE(6916), 1, sym_comment, - STATE(7360), 1, - sym__expr_parenthesized_immediate, - [217848] = 5, + ACTIONS(11002), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218085] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11431), 1, + ACTIONS(11419), 1, anon_sym_RBRACK, - STATE(6404), 1, + STATE(6316), 1, aux_sym__multiple_types_repeat1, STATE(6917), 1, sym_comment, - [217864] = 5, + [218101] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2457), 1, sym__entry_separator, - ACTIONS(11433), 1, - anon_sym_RBRACK, - STATE(6405), 1, - aux_sym__multiple_types_repeat1, STATE(6918), 1, sym_comment, - [217880] = 5, + ACTIONS(2455), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [218115] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11435), 1, + ACTIONS(11421), 1, anon_sym_RBRACK, - STATE(6406), 1, + STATE(6317), 1, aux_sym__multiple_types_repeat1, STATE(6919), 1, sym_comment, - [217896] = 5, + [218131] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11437), 1, + ACTIONS(11423), 1, anon_sym_RBRACK, - STATE(6407), 1, + STATE(6318), 1, aux_sym__multiple_types_repeat1, STATE(6920), 1, sym_comment, - [217912] = 5, + [218147] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11439), 1, - anon_sym_GT2, - STATE(5390), 1, + ACTIONS(11425), 1, + anon_sym_RBRACK, + STATE(6319), 1, aux_sym__multiple_types_repeat1, STATE(6921), 1, sym_comment, - [217928] = 4, + [218163] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2372), 1, + ACTIONS(5845), 1, sym__entry_separator, + ACTIONS(11427), 1, + anon_sym_RBRACK, + STATE(2853), 1, + aux_sym__multiple_types_repeat1, STATE(6922), 1, sym_comment, - ACTIONS(2370), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [217942] = 5, + [218179] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(5845), 1, sym__entry_separator, - ACTIONS(11441), 1, + ACTIONS(11429), 1, anon_sym_RBRACK, - STATE(6408), 1, + STATE(2856), 1, aux_sym__multiple_types_repeat1, STATE(6923), 1, sym_comment, - [217958] = 5, - ACTIONS(3), 1, + [218195] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11443), 1, - anon_sym_RBRACK, - STATE(6409), 1, - aux_sym__multiple_types_repeat1, STATE(6924), 1, sym_comment, - [217974] = 5, + ACTIONS(10966), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218207] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11445), 1, + ACTIONS(11431), 1, anon_sym_GT2, - STATE(5391), 1, + STATE(5320), 1, aux_sym__multiple_types_repeat1, STATE(6925), 1, sym_comment, - [217990] = 5, + [218223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11447), 1, + ACTIONS(11433), 1, anon_sym_RBRACK, - STATE(6410), 1, + STATE(6489), 1, aux_sym__multiple_types_repeat1, STATE(6926), 1, sym_comment, - [218006] = 5, + [218239] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11449), 1, + ACTIONS(11435), 1, anon_sym_RBRACK, - STATE(6520), 1, + STATE(6522), 1, aux_sym__multiple_types_repeat1, STATE(6927), 1, sym_comment, - [218022] = 5, + [218255] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, - ACTIONS(5917), 1, - anon_sym_EQ_GT, - ACTIONS(5922), 1, - anon_sym_PIPE, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11437), 1, + anon_sym_GT2, + STATE(5325), 1, + aux_sym__multiple_types_repeat1, STATE(6928), 1, sym_comment, - [218038] = 5, + [218271] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11451), 1, - anon_sym_GT2, - STATE(5392), 1, + ACTIONS(11439), 1, + anon_sym_RBRACK, + STATE(6528), 1, aux_sym__multiple_types_repeat1, STATE(6929), 1, sym_comment, - [218054] = 5, + [218287] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11453), 1, - anon_sym_RBRACK, - STATE(6521), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + ACTIONS(8764), 1, + aux_sym__unquoted_in_list_token4, STATE(6930), 1, sym_comment, - [218070] = 5, + STATE(7254), 1, + sym__expr_parenthesized_immediate, + [218303] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(5656), 1, sym__entry_separator, - ACTIONS(11455), 1, - anon_sym_GT2, - STATE(5393), 1, - aux_sym__multiple_types_repeat1, STATE(6931), 1, sym_comment, - [218086] = 3, - ACTIONS(251), 1, + ACTIONS(5654), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [218317] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5618), 1, + sym__entry_separator, STATE(6932), 1, sym_comment, - ACTIONS(10512), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218098] = 3, + ACTIONS(5616), 2, + anon_sym_RBRACK, + anon_sym_GT2, + [218331] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(11441), 1, + anon_sym_GT2, STATE(6933), 1, sym_comment, - ACTIONS(11457), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [218110] = 5, - ACTIONS(251), 1, + STATE(7580), 1, + sym_param_cmd, + [218347] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11459), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11443), 1, anon_sym_RBRACK, + STATE(6175), 1, + aux_sym__multiple_types_repeat1, STATE(6934), 1, sym_comment, - STATE(7041), 1, - aux_sym_val_binary_repeat1, - [218126] = 5, - ACTIONS(3), 1, + [218363] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11461), 1, - anon_sym_GT2, - STATE(5306), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6908), 1, + sym_val_list, STATE(6935), 1, sym_comment, - [218142] = 3, - ACTIONS(251), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + [218379] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11445), 1, + anon_sym_RBRACK, + STATE(6235), 1, + aux_sym__multiple_types_repeat1, STATE(6936), 1, sym_comment, - ACTIONS(5915), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [218154] = 3, + [218395] = 4, ACTIONS(251), 1, anon_sym_POUND, - STATE(6937), 1, + ACTIONS(11447), 1, + anon_sym_LBRACK, + STATE(7215), 1, + sym_val_list, + STATE(6937), 2, sym_comment, - ACTIONS(6165), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [218166] = 4, - ACTIONS(3), 1, + aux_sym_val_table_repeat1, + [218409] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11463), 1, - anon_sym_DQUOTE, STATE(6938), 1, sym_comment, - ACTIONS(11465), 2, - sym__escaped_str_content, - sym_escape_sequence, - [218180] = 3, - ACTIONS(251), 1, + ACTIONS(10773), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218421] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11450), 1, + anon_sym_RBRACK, + STATE(6406), 1, + aux_sym__multiple_types_repeat1, STATE(6939), 1, sym_comment, - ACTIONS(6169), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [218192] = 3, - ACTIONS(251), 1, + [218437] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2298), 1, + sym__entry_separator, + ACTIONS(11452), 1, + anon_sym_RBRACE, + STATE(570), 1, + aux_sym__multiple_types_repeat1, STATE(6940), 1, sym_comment, - ACTIONS(10786), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218204] = 3, + [218453] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6937), 1, + aux_sym_val_table_repeat1, STATE(6941), 1, sym_comment, - ACTIONS(10804), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218216] = 3, + STATE(7001), 1, + sym_val_list, + [218469] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, STATE(6942), 1, sym_comment, - ACTIONS(10832), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218228] = 3, + ACTIONS(1727), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [218483] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6943), 1, sym_comment, - ACTIONS(10832), 3, - ts_builtin_sym_end, + ACTIONS(11454), 3, sym__newline, anon_sym_SEMI, - [218240] = 4, - ACTIONS(3), 1, + anon_sym_RPAREN, + [218495] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11467), 1, - anon_sym_LPAREN, STATE(6944), 1, sym_comment, - ACTIONS(11469), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [218254] = 3, - ACTIONS(251), 1, + ACTIONS(11456), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [218507] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11458), 1, + anon_sym_RBRACK, + STATE(6577), 1, + aux_sym__multiple_types_repeat1, STATE(6945), 1, sym_comment, - ACTIONS(5922), 3, - anon_sym_PIPE, - anon_sym_if, - anon_sym_EQ_GT, - [218266] = 5, + [218523] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11471), 1, - anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, STATE(6946), 1, sym_comment, - [218282] = 5, - ACTIONS(3), 1, + ACTIONS(10255), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218535] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11473), 1, - anon_sym_RBRACK, - STATE(6211), 1, - aux_sym__multiple_types_repeat1, STATE(6947), 1, sym_comment, - [218298] = 3, + ACTIONS(10819), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218547] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, STATE(6948), 1, sym_comment, - ACTIONS(11475), 3, + ACTIONS(1759), 2, anon_sym_PIPE, - anon_sym_if, anon_sym_EQ_GT, - [218310] = 5, - ACTIONS(251), 1, + [218561] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - ACTIONS(1773), 1, - anon_sym_LBRACE, - ACTIONS(11477), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(2277), 1, + anon_sym_RBRACE, STATE(6949), 1, sym_comment, - [218326] = 5, + ACTIONS(2279), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [218575] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1737), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - ACTIONS(9605), 1, - aux_sym__immediate_decimal_token2, - ACTIONS(11479), 1, - anon_sym_DOT, + ACTIONS(11460), 1, + anon_sym_EQ2, + ACTIONS(11462), 1, + sym_short_flag_identifier, STATE(6950), 1, sym_comment, - [218342] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11481), 1, - anon_sym_RBRACK, - STATE(6095), 1, - aux_sym__multiple_types_repeat1, - STATE(6951), 1, - sym_comment, - [218358] = 3, + [218591] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(6952), 1, + STATE(6951), 1, sym_comment, - ACTIONS(10516), 3, + ACTIONS(10821), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [218370] = 4, + [218603] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5609), 1, + ACTIONS(1959), 1, sym__entry_separator, - STATE(6953), 1, + STATE(6952), 1, sym_comment, - ACTIONS(5607), 2, + ACTIONS(1957), 2, anon_sym_RBRACK, - anon_sym_GT2, - [218384] = 5, - ACTIONS(3), 1, + anon_sym_RBRACE, + [218617] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + STATE(6953), 1, + sym_comment, + ACTIONS(1767), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [218631] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4441), 1, - aux_sym_unquoted_token4, STATE(6954), 1, sym_comment, - STATE(7289), 1, - sym__expr_parenthesized_immediate, - [218400] = 5, - ACTIONS(3), 1, + ACTIONS(10255), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218643] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11483), 1, - anon_sym_GT2, - STATE(5312), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1861), 1, + aux_sym_unquoted_token2, STATE(6955), 1, sym_comment, - [218416] = 5, - ACTIONS(3), 1, + ACTIONS(1863), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [218657] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(11485), 1, - anon_sym_RBRACE, - STATE(2950), 1, - aux_sym__multiple_types_repeat1, STATE(6956), 1, sym_comment, - [218432] = 5, - ACTIONS(251), 1, + ACTIONS(10303), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218669] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(1737), 1, - anon_sym_LBRACE, - ACTIONS(10940), 1, - aux_sym__immediate_decimal_token2, + ACTIONS(2449), 1, + sym__entry_separator, STATE(6957), 1, sym_comment, - [218448] = 4, + ACTIONS(2447), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [218683] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5613), 1, + ACTIONS(9172), 1, sym__entry_separator, - STATE(6958), 1, - sym_comment, - ACTIONS(5611), 2, - anon_sym_RBRACK, + ACTIONS(11464), 1, anon_sym_GT2, - [218462] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(6959), 1, + STATE(5340), 1, + aux_sym__multiple_types_repeat1, + STATE(6958), 1, sym_comment, - ACTIONS(10235), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218474] = 5, + [218699] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2343), 1, sym__entry_separator, - ACTIONS(11487), 1, + STATE(6959), 1, + sym_comment, + ACTIONS(2341), 2, anon_sym_RBRACK, - STATE(3481), 1, - aux_sym__multiple_types_repeat1, + anon_sym_RBRACE, + [218713] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(6960), 1, sym_comment, - [218490] = 3, + ACTIONS(6173), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [218725] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6961), 1, sym_comment, - ACTIONS(10239), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218502] = 3, + ACTIONS(6173), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [218737] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6962), 1, sym_comment, - ACTIONS(10247), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218514] = 3, - ACTIONS(251), 1, + ACTIONS(6177), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [218749] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11466), 1, + anon_sym_GT2, + STATE(5341), 1, + aux_sym__multiple_types_repeat1, STATE(6963), 1, sym_comment, - ACTIONS(10986), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218526] = 3, + [218765] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(1727), 1, + anon_sym_LBRACE, + ACTIONS(10396), 1, + aux_sym__immediate_decimal_token2, STATE(6964), 1, sym_comment, - ACTIONS(10490), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218538] = 3, - ACTIONS(251), 1, + [218781] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11468), 1, + anon_sym_GT2, + STATE(5326), 1, + aux_sym__multiple_types_repeat1, STATE(6965), 1, sym_comment, - ACTIONS(10241), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218550] = 5, - ACTIONS(251), 1, + [218797] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4850), 1, - anon_sym_LBRACE, - ACTIONS(11489), 1, - sym_long_flag_identifier, - ACTIONS(11491), 1, - anon_sym_EQ2, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11470), 1, + anon_sym_GT2, + STATE(5327), 1, + aux_sym__multiple_types_repeat1, STATE(6966), 1, sym_comment, - [218566] = 4, - ACTIONS(3), 1, + [218813] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11493), 1, - sym__table_head_separator, STATE(6967), 1, sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [218580] = 4, + ACTIONS(10605), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [218825] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1939), 1, - sym__entry_separator, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token4, STATE(6968), 1, sym_comment, - ACTIONS(1937), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [218594] = 3, - ACTIONS(251), 1, + STATE(7328), 1, + sym__expr_parenthesized_immediate, + [218841] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6078), 1, + anon_sym_RBRACE, + STATE(3002), 1, + aux_sym__multiple_types_repeat1, STATE(6969), 1, sym_comment, - ACTIONS(10253), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218606] = 4, + [218857] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2483), 1, + ACTIONS(6051), 1, sym__entry_separator, + ACTIONS(6080), 1, + anon_sym_RBRACE, + STATE(3007), 1, + aux_sym__multiple_types_repeat1, STATE(6970), 1, sym_comment, - ACTIONS(2481), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [218620] = 5, - ACTIONS(251), 1, + [218873] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11495), 1, - anon_sym_RBRACK, + ACTIONS(2027), 1, + sym__entry_separator, STATE(6971), 1, sym_comment, - STATE(6992), 1, - aux_sym_val_binary_repeat1, - [218636] = 3, - ACTIONS(251), 1, + ACTIONS(2025), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [218887] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11472), 1, + sym__table_head_separator, STATE(6972), 1, sym_comment, - ACTIONS(11030), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218648] = 5, - ACTIONS(251), 1, + ACTIONS(1004), 2, + anon_sym_RBRACK, + sym__entry_separator, + [218901] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6252), 1, - sym_block, + ACTIONS(2503), 1, + sym__entry_separator, STATE(6973), 1, sym_comment, - [218664] = 4, + ACTIONS(2501), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [218915] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2121), 1, + ACTIONS(9172), 1, sym__entry_separator, + ACTIONS(11474), 1, + anon_sym_GT2, + STATE(5332), 1, + aux_sym__multiple_types_repeat1, STATE(6974), 1, sym_comment, - ACTIONS(2115), 2, + [218931] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2421), 1, + sym__entry_separator, + STATE(6975), 1, + sym_comment, + ACTIONS(2419), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [218678] = 5, - ACTIONS(251), 1, + [218945] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6252), 1, - sym_block, - STATE(6975), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11476), 1, + anon_sym_GT2, + STATE(5333), 1, + aux_sym__multiple_types_repeat1, + STATE(6976), 1, sym_comment, - [218694] = 5, + [218961] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6307), 1, - sym_block, - STATE(6976), 1, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(11478), 1, + anon_sym_GT2, + STATE(6977), 1, sym_comment, - [218710] = 4, + STATE(7456), 1, + sym_param_cmd, + [218977] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2380), 1, + ACTIONS(2425), 1, sym__entry_separator, - STATE(6977), 1, + STATE(6978), 1, sym_comment, - ACTIONS(2378), 2, + ACTIONS(2423), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [218724] = 5, + [218991] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11497), 1, - anon_sym_RBRACK, - STATE(6306), 1, + ACTIONS(11480), 1, + anon_sym_GT2, + STATE(5336), 1, aux_sym__multiple_types_repeat1, - STATE(6978), 1, + STATE(6979), 1, sym_comment, - [218740] = 5, + [219007] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, + ACTIONS(3422), 1, anon_sym_COLON2, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(4409), 1, + STATE(6576), 1, sym_block, - STATE(6979), 1, + STATE(6980), 1, sym_comment, - [218756] = 4, + [219023] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1991), 1, + ACTIONS(2176), 1, sym__entry_separator, - STATE(6980), 1, + STATE(6981), 1, sym_comment, - ACTIONS(1989), 2, + ACTIONS(2170), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [218770] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6623), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6981), 1, - sym_comment, - [218786] = 3, - ACTIONS(251), 1, + [219037] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11482), 1, + anon_sym_GT2, + STATE(5337), 1, + aux_sym__multiple_types_repeat1, STATE(6982), 1, sym_comment, - ACTIONS(10626), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218798] = 4, + [219053] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1999), 1, + ACTIONS(5845), 1, sym__entry_separator, + ACTIONS(11484), 1, + anon_sym_RBRACK, + STATE(2858), 1, + aux_sym__multiple_types_repeat1, STATE(6983), 1, sym_comment, - ACTIONS(1997), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [218812] = 5, + [219069] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(7124), 1, - aux_sym_unquoted_token4, + ACTIONS(2441), 1, + sym__entry_separator, STATE(6984), 1, sym_comment, - STATE(7291), 1, - sym__expr_parenthesized_immediate, - [218828] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5736), 1, - sym__entry_separator, - ACTIONS(11499), 1, + ACTIONS(2439), 2, anon_sym_RBRACK, - STATE(2727), 1, - aux_sym__multiple_types_repeat1, + anon_sym_RBRACE, + [219083] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6138), 1, + sym_block, STATE(6985), 1, sym_comment, - [218844] = 4, + [219099] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11501), 1, - sym__table_head_separator, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11486), 1, + anon_sym_RBRACK, + STATE(6573), 1, + aux_sym__multiple_types_repeat1, STATE(6986), 1, sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [218858] = 3, + [219115] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6936), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, STATE(6987), 1, sym_comment, - ACTIONS(11503), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [218870] = 3, - ACTIONS(251), 1, + [219131] = 5, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11488), 1, + anon_sym_GT2, + STATE(5338), 1, + aux_sym__multiple_types_repeat1, STATE(6988), 1, sym_comment, - ACTIONS(10920), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [218882] = 5, - ACTIONS(3), 1, + [219147] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, - ACTIONS(11505), 1, - sym__space, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4502), 1, + sym_block, STATE(6989), 1, sym_comment, - [218898] = 4, + [219163] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2003), 1, + ACTIONS(6484), 1, sym__entry_separator, + ACTIONS(11490), 1, + anon_sym_RBRACK, + STATE(6398), 1, + aux_sym__multiple_types_repeat1, STATE(6990), 1, sym_comment, - ACTIONS(2001), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [218912] = 5, + [219179] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(7045), 1, - aux_sym_unquoted_token4, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11492), 1, + anon_sym_GT2, + STATE(5339), 1, + aux_sym__multiple_types_repeat1, STATE(6991), 1, sym_comment, - STATE(7280), 1, - sym__expr_parenthesized_immediate, - [218928] = 5, + [219195] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11507), 1, - anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, STATE(6992), 1, sym_comment, - [218944] = 5, - ACTIONS(251), 1, + ACTIONS(10615), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219207] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6762), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11494), 1, + anon_sym_RBRACK, + STATE(6399), 1, + aux_sym__multiple_types_repeat1, STATE(6993), 1, sym_comment, - [218960] = 5, + [219223] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(6047), 1, - anon_sym_RBRACE, - STATE(2966), 1, + ACTIONS(11496), 1, + anon_sym_RBRACK, + STATE(6409), 1, aux_sym__multiple_types_repeat1, STATE(6994), 1, sym_comment, - [218976] = 5, - ACTIONS(251), 1, + [219239] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6913), 1, - sym_val_list, + ACTIONS(5707), 1, + sym__entry_separator, + ACTIONS(11498), 1, + anon_sym_RBRACK, + STATE(2719), 1, + aux_sym__multiple_types_repeat1, STATE(6995), 1, sym_comment, - [218992] = 3, + [219255] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(6996), 1, sym_comment, - ACTIONS(11032), 3, + ACTIONS(10255), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [219004] = 5, + [219267] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6930), 1, - sym_val_list, STATE(6997), 1, sym_comment, - [219020] = 5, + ACTIONS(11500), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [219279] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6031), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(6049), 1, - anon_sym_RBRACE, - STATE(2967), 1, + ACTIONS(11502), 1, + anon_sym_RBRACK, + STATE(6473), 1, aux_sym__multiple_types_repeat1, STATE(6998), 1, sym_comment, - [219036] = 3, - ACTIONS(251), 1, + [219295] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11504), 1, + sym__table_head_separator, STATE(6999), 1, sym_comment, - ACTIONS(10475), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [219048] = 5, + ACTIONS(1004), 2, + anon_sym_RBRACK, + sym__entry_separator, + [219309] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, + STATE(6808), 1, + sym_val_list, + STATE(6937), 1, aux_sym_val_table_repeat1, STATE(7000), 1, sym_comment, - STATE(7004), 1, - sym_val_list, - [219064] = 5, + [219325] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11509), 1, + ACTIONS(11506), 1, anon_sym_RBRACK, - STATE(6187), 1, + STATE(6478), 1, aux_sym__multiple_types_repeat1, STATE(7001), 1, sym_comment, - [219080] = 5, - ACTIONS(3), 1, + [219341] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1000), 1, - sym__space, - ACTIONS(1004), 1, - sym__newline, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, STATE(7002), 1, sym_comment, - [219096] = 3, + ACTIONS(11508), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [219353] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(11510), 1, + anon_sym_QMARK2, STATE(7003), 1, sym_comment, - ACTIONS(10926), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [219108] = 5, - ACTIONS(3), 1, + ACTIONS(960), 2, + sym__table_head_separator, + anon_sym_DOT2, + [219367] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11511), 1, - anon_sym_RBRACK, - STATE(6541), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11512), 1, + anon_sym_QMARK2, STATE(7004), 1, sym_comment, - [219124] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(11513), 1, + ACTIONS(954), 2, sym__table_head_separator, - STATE(7005), 1, - sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [219138] = 5, + anon_sym_DOT2, + [219381] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, + ACTIONS(2231), 1, anon_sym_LPAREN2, - ACTIONS(1667), 1, - aux_sym__unquoted_in_record_token4, - STATE(7006), 1, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + ACTIONS(11514), 1, + sym__space, + STATE(7005), 1, sym_comment, - STATE(7300), 1, - sym__expr_parenthesized_immediate, - [219154] = 3, + [219397] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7007), 1, + STATE(7006), 1, sym_comment, - ACTIONS(10331), 3, + ACTIONS(10799), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [219166] = 3, + [219409] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2298), 1, + sym__entry_separator, + ACTIONS(11516), 1, + anon_sym_RBRACE, + STATE(578), 1, + aux_sym__multiple_types_repeat1, + STATE(7007), 1, + sym_comment, + [219425] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6927), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, STATE(7008), 1, sym_comment, - ACTIONS(11515), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [219178] = 5, - ACTIONS(3), 1, + [219441] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11517), 1, - anon_sym_RBRACK, - STATE(6188), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(1727), 1, + anon_sym_LBRACE, + ACTIONS(9571), 1, + aux_sym__immediate_decimal_token2, + ACTIONS(11518), 1, + anon_sym_DOT, STATE(7009), 1, sym_comment, - [219194] = 5, + [219457] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, + ACTIONS(2150), 1, sym__entry_separator, - ACTIONS(11519), 1, - anon_sym_RBRACK, - STATE(2736), 1, - aux_sym__multiple_types_repeat1, STATE(7010), 1, sym_comment, - [219210] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11521), 1, + ACTIONS(2144), 2, anon_sym_RBRACK, - STATE(6189), 1, - aux_sym__multiple_types_repeat1, + anon_sym_RBRACE, + [219471] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4879), 1, + anon_sym_LBRACE, + ACTIONS(11520), 1, + sym_long_flag_identifier, + ACTIONS(11522), 1, + anon_sym_EQ2, STATE(7011), 1, sym_comment, - [219226] = 5, + [219487] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2298), 1, sym__entry_separator, - ACTIONS(11523), 1, - anon_sym_RBRACK, - STATE(6190), 1, + ACTIONS(11524), 1, + anon_sym_RBRACE, + STATE(579), 1, aux_sym__multiple_types_repeat1, STATE(7012), 1, sym_comment, - [219242] = 5, - ACTIONS(3), 1, + [219503] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4987), 1, - sym__space, - ACTIONS(4989), 1, - sym__newline, - ACTIONS(11525), 1, - anon_sym_EQ2, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(6990), 1, + sym_val_list, STATE(7013), 1, sym_comment, - [219258] = 5, + [219519] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(1681), 1, + anon_sym_RBRACK, + ACTIONS(1693), 1, sym__entry_separator, - ACTIONS(11527), 1, - anon_sym_COLON, - STATE(5435), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(8764), 1, + aux_sym__unquoted_in_list_token2, STATE(7014), 1, sym_comment, - [219274] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11529), 1, - anon_sym_COLON, - STATE(5437), 1, - aux_sym__multiple_types_repeat1, - STATE(7015), 1, - sym_comment, - [219290] = 3, + [219535] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(7016), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(6994), 1, + sym_val_list, + STATE(7015), 1, sym_comment, - ACTIONS(960), 3, - anon_sym_QMARK2, - sym__table_head_separator, - anon_sym_DOT2, - [219302] = 4, + [219551] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1959), 1, + ACTIONS(2158), 1, sym__entry_separator, - STATE(7017), 1, + STATE(7016), 1, sym_comment, - ACTIONS(1957), 2, + ACTIONS(2152), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [219316] = 4, + [219565] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(11526), 1, + sym__table_head_separator, + STATE(7017), 1, + sym_comment, + ACTIONS(1004), 2, + anon_sym_RBRACK, sym__entry_separator, + [219579] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(7018), 1, sym_comment, - ACTIONS(2346), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219330] = 3, + ACTIONS(10811), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219591] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(7019), 1, sym_comment, - ACTIONS(11531), 3, + ACTIONS(10255), 3, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - [219342] = 3, + [219603] = 5, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6937), 1, + aux_sym_val_table_repeat1, STATE(7020), 1, sym_comment, - ACTIONS(11533), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [219354] = 5, + STATE(7052), 1, + sym_val_list, + [219619] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11535), 1, - anon_sym_RBRACK, - STATE(6191), 1, - aux_sym__multiple_types_repeat1, STATE(7021), 1, sym_comment, - [219370] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11537), 1, + ACTIONS(2403), 3, anon_sym_RBRACK, - STATE(6192), 1, - aux_sym__multiple_types_repeat1, + sym__entry_separator, + sym__table_head_separator, + [219631] = 3, + ACTIONS(251), 1, + anon_sym_POUND, STATE(7022), 1, sym_comment, - [219386] = 5, - ACTIONS(3), 1, + ACTIONS(11528), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [219643] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(11539), 1, - anon_sym_RBRACK, - STATE(6193), 1, - aux_sym__multiple_types_repeat1, STATE(7023), 1, sym_comment, - [219402] = 4, - ACTIONS(3), 1, + ACTIONS(11048), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219655] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2384), 1, - sym__entry_separator, STATE(7024), 1, sym_comment, - ACTIONS(2382), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219416] = 4, - ACTIONS(3), 1, + ACTIONS(11052), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219667] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11541), 1, - sym__table_head_separator, STATE(7025), 1, sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [219430] = 3, + ACTIONS(10915), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219679] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(7026), 1, sym_comment, - ACTIONS(978), 3, - anon_sym_QMARK2, - sym__table_head_separator, - anon_sym_DOT2, - [219442] = 3, + ACTIONS(11530), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [219691] = 3, ACTIONS(251), 1, anon_sym_POUND, STATE(7027), 1, sym_comment, - ACTIONS(10990), 3, + ACTIONS(11054), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [219454] = 4, - ACTIONS(3), 1, + [219703] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11543), 1, - sym__table_head_separator, STATE(7028), 1, sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [219468] = 4, + ACTIONS(11056), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219715] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2352), 1, + ACTIONS(2453), 1, sym__entry_separator, STATE(7029), 1, sym_comment, - ACTIONS(2350), 2, + ACTIONS(2451), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [219482] = 3, - ACTIONS(251), 1, + [219729] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1975), 1, + sym__entry_separator, STATE(7030), 1, sym_comment, - ACTIONS(11545), 3, + ACTIONS(1973), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [219743] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(7031), 1, + sym_comment, + ACTIONS(1853), 3, + sym__newline, + sym__space, + anon_sym_COLON2, + [219755] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7032), 1, + sym_comment, + ACTIONS(11012), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219767] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7033), 1, + sym_comment, + ACTIONS(10948), 3, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - [219494] = 4, + [219779] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1264), 1, - anon_sym_POUND_BANG, - ACTIONS(11547), 1, + ACTIONS(5707), 1, + sym__entry_separator, + ACTIONS(11532), 1, + anon_sym_RBRACK, + STATE(2734), 1, + aux_sym__multiple_types_repeat1, + STATE(7034), 1, + sym_comment, + [219795] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7035), 1, + sym_comment, + ACTIONS(11018), 3, + ts_builtin_sym_end, sym__newline, - STATE(7031), 2, + anon_sym_SEMI, + [219807] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6084), 1, + anon_sym_RBRACE, + STATE(3017), 1, + aux_sym__multiple_types_repeat1, + STATE(7036), 1, sym_comment, - aux_sym_shebang_repeat1, - [219508] = 5, + [219823] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6641), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(7032), 1, + STATE(7037), 1, + sym_comment, + ACTIONS(10305), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219835] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + ACTIONS(6092), 1, + anon_sym_RBRACE, + STATE(3018), 1, + aux_sym__multiple_types_repeat1, + STATE(7038), 1, sym_comment, - [219524] = 3, + [219851] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7033), 1, + STATE(7039), 1, sym_comment, - ACTIONS(974), 3, - anon_sym_QMARK2, - sym__table_head_separator, - anon_sym_DOT2, - [219536] = 5, + ACTIONS(10569), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219863] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1983), 1, + sym__entry_separator, + STATE(7040), 1, + sym_comment, + ACTIONS(1981), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [219877] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4916), 1, + sym__space, + ACTIONS(4918), 1, + sym__newline, + ACTIONS(11534), 1, + anon_sym_EQ2, + STATE(7041), 1, + sym_comment, + [219893] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6753), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(7034), 1, + STATE(7042), 1, + sym_comment, + ACTIONS(11028), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219905] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4502), 1, + sym_block, + STATE(7043), 1, sym_comment, - [219552] = 4, + [219921] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2015), 1, + ACTIONS(1987), 1, sym__entry_separator, - STATE(7035), 1, + STATE(7044), 1, sym_comment, - ACTIONS(2013), 2, + ACTIONS(1985), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [219566] = 5, + [219935] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6759), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(7036), 1, + STATE(7045), 1, sym_comment, - [219582] = 5, + ACTIONS(11030), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [219947] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(2281), 1, + anon_sym_RBRACE, + STATE(7046), 1, + sym_comment, + ACTIONS(2283), 2, + anon_sym_LPAREN2, sym__entry_separator, - ACTIONS(11550), 1, + [219961] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6037), 1, anon_sym_RBRACK, - STATE(6194), 1, + STATE(7047), 1, + sym_comment, + ACTIONS(6039), 2, + anon_sym_LPAREN2, + sym__entry_separator, + [219975] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(11536), 1, + sym__table_head_separator, + STATE(7048), 1, + sym_comment, + ACTIONS(1004), 2, + anon_sym_RBRACK, + sym__entry_separator, + [219989] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(11538), 1, + sym__table_head_separator, + STATE(7049), 1, + sym_comment, + ACTIONS(1004), 2, + anon_sym_RBRACK, + sym__entry_separator, + [220003] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5845), 1, + sym__entry_separator, + ACTIONS(11540), 1, + anon_sym_RBRACK, + STATE(2879), 1, aux_sym__multiple_types_repeat1, - STATE(7037), 1, + STATE(7050), 1, + sym_comment, + [220019] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11542), 1, + anon_sym_RBRACK, + STATE(7051), 1, sym_comment, - [219598] = 5, + STATE(7066), 1, + aux_sym_val_binary_repeat1, + [220035] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11552), 1, - anon_sym_GT2, - STATE(5412), 1, + ACTIONS(11544), 1, + anon_sym_RBRACK, + STATE(6486), 1, aux_sym__multiple_types_repeat1, - STATE(7038), 1, + STATE(7052), 1, + sym_comment, + [220051] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7053), 1, + sym_comment, + ACTIONS(11014), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [220063] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6834), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7054), 1, + sym_comment, + [220079] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6894), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7055), 1, sym_comment, - [219614] = 5, + [220095] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6841), 1, + STATE(6903), 1, sym_val_list, - STATE(7039), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7056), 1, + sym_comment, + [220111] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7057), 1, sym_comment, - [219630] = 4, + ACTIONS(11546), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [220123] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6282), 1, + anon_sym_AT, + ACTIONS(7917), 1, + anon_sym_EQ, + STATE(4880), 1, + sym_param_cmd, + STATE(7058), 1, + sym_comment, + [220139] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2443), 1, + ACTIONS(2166), 1, sym__entry_separator, - STATE(7040), 1, + STATE(7059), 1, sym_comment, - ACTIONS(2441), 2, + ACTIONS(2160), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [219644] = 5, + [220153] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11554), 1, - anon_sym_RBRACK, - STATE(6795), 1, - aux_sym_val_binary_repeat1, - STATE(7041), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(6945), 1, + sym_val_list, + STATE(7060), 1, sym_comment, - [219660] = 5, - ACTIONS(3), 1, + [220169] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11556), 1, - anon_sym_GT2, - STATE(5414), 1, - aux_sym__multiple_types_repeat1, - STATE(7042), 1, + STATE(7061), 1, sym_comment, - [219676] = 3, + ACTIONS(10311), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [220181] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(7043), 1, + STATE(7062), 1, sym_comment, - ACTIONS(1957), 3, + ACTIONS(1937), 3, anon_sym_RBRACK, sym__entry_separator, sym__table_head_separator, - [219688] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2388), 1, - sym__entry_separator, - STATE(7044), 1, - sym_comment, - ACTIONS(2386), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219702] = 5, + [220193] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5736), 1, + ACTIONS(5707), 1, sym__entry_separator, - ACTIONS(11558), 1, + ACTIONS(11548), 1, anon_sym_RBRACK, - STATE(2737), 1, + STATE(2735), 1, aux_sym__multiple_types_repeat1, - STATE(7045), 1, - sym_comment, - [219718] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7046), 1, + STATE(7063), 1, sym_comment, - ACTIONS(964), 3, - anon_sym_QMARK2, - sym__table_head_separator, - anon_sym_DOT2, - [219730] = 3, + [220209] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7047), 1, + STATE(7064), 1, sym_comment, - ACTIONS(5682), 3, + ACTIONS(5720), 3, anon_sym_PIPE, anon_sym_if, anon_sym_EQ_GT, - [219742] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2392), 1, - sym__entry_separator, - STATE(7048), 1, - sym_comment, - ACTIONS(2390), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219756] = 4, + [220221] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2019), 1, - sym__entry_separator, - STATE(7049), 1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(7051), 1, + aux_sym_unquoted_token4, + STATE(7065), 1, sym_comment, - ACTIONS(2017), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219770] = 5, + STATE(7307), 1, + sym__expr_parenthesized_immediate, + [220237] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(7862), 1, - anon_sym_EQ, - STATE(4872), 1, - sym_param_cmd, - STATE(7050), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11550), 1, + anon_sym_RBRACK, + STATE(7066), 1, sym_comment, - [219786] = 5, + STATE(7182), 1, + aux_sym_val_binary_repeat1, + [220253] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6346), 1, - anon_sym_AT, - ACTIONS(7890), 1, - anon_sym_EQ, - STATE(4869), 1, - sym_param_cmd, - STATE(7051), 1, + STATE(7067), 1, sym_comment, - [219802] = 4, + ACTIONS(6185), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [220265] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1665), 1, + ACTIONS(9172), 1, sym__entry_separator, - STATE(7052), 1, + ACTIONS(11552), 1, + anon_sym_COLON, + STATE(5477), 1, + aux_sym__multiple_types_repeat1, + STATE(7068), 1, sym_comment, - ACTIONS(1653), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219816] = 4, + [220281] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2027), 1, + ACTIONS(6484), 1, sym__entry_separator, - STATE(7053), 1, - sym_comment, - ACTIONS(2025), 2, + ACTIONS(11554), 1, anon_sym_RBRACK, - anon_sym_RBRACE, - [219830] = 3, - ACTIONS(251), 1, + STATE(6320), 1, + aux_sym__multiple_types_repeat1, + STATE(7069), 1, + sym_comment, + [220297] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7054), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11556), 1, + anon_sym_COLON, + STATE(5483), 1, + aux_sym__multiple_types_repeat1, + STATE(7070), 1, sym_comment, - ACTIONS(10910), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [219842] = 4, + [220313] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1000), 1, + ACTIONS(1693), 1, sym__entry_separator, - STATE(7055), 1, + STATE(7071), 1, sym_comment, - ACTIONS(1004), 2, + ACTIONS(1681), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [219856] = 5, + [220327] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1653), 1, + ACTIONS(1681), 1, sym__newline, - ACTIONS(1665), 1, + ACTIONS(1693), 1, sym__space, - ACTIONS(7045), 1, + ACTIONS(7051), 1, aux_sym_unquoted_token2, - STATE(7056), 1, - sym_comment, - [219872] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2368), 1, - sym__entry_separator, - STATE(7057), 1, + STATE(7072), 1, sym_comment, - ACTIONS(2366), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [219886] = 4, + [220343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11560), 1, + ACTIONS(11558), 1, sym__table_head_separator, - STATE(7058), 1, + STATE(7073), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [219900] = 5, - ACTIONS(3), 1, + [220357] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11562), 1, - anon_sym_GT2, - STATE(5422), 1, - aux_sym__multiple_types_repeat1, - STATE(7059), 1, + STATE(7074), 1, sym_comment, - [219916] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3500), 1, + ACTIONS(11560), 3, sym__newline, - ACTIONS(3502), 1, - sym__space, - STATE(1144), 1, - aux_sym_ctrl_do_parenthesized_repeat2, - STATE(7060), 1, - sym_comment, - [219932] = 4, + anon_sym_SEMI, + anon_sym_RPAREN, + [220369] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11564), 1, + ACTIONS(11562), 1, sym__table_head_separator, - STATE(7061), 1, + STATE(7075), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [219946] = 5, + [220383] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11566), 1, - anon_sym_GT2, - STATE(5423), 1, - aux_sym__multiple_types_repeat1, - STATE(7062), 1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + ACTIONS(1695), 1, + aux_sym__unquoted_in_record_token4, + STATE(7076), 1, sym_comment, - [219962] = 5, + STATE(7322), 1, + sym__expr_parenthesized_immediate, + [220399] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7011), 1, - sym_val_list, - STATE(7063), 1, + STATE(7077), 1, sym_comment, - [219978] = 5, + STATE(7083), 1, + sym_val_list, + [220415] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7021), 1, - sym_val_list, - STATE(7064), 1, + STATE(7078), 1, sym_comment, - [219994] = 3, + STATE(7094), 1, + sym_val_list, + [220431] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7065), 1, + STATE(7079), 1, sym_comment, - ACTIONS(10469), 3, + ACTIONS(11004), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [220006] = 5, + [220443] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7023), 1, - sym_val_list, - STATE(7066), 1, + STATE(7080), 1, sym_comment, - [220022] = 5, + STATE(7103), 1, + sym_val_list, + [220459] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7037), 1, - sym_val_list, - STATE(7067), 1, + STATE(7081), 1, sym_comment, - [220038] = 5, + STATE(7113), 1, + sym_val_list, + [220475] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11568), 1, - anon_sym_GT2, - STATE(5279), 1, + ACTIONS(11564), 1, + anon_sym_RBRACK, + STATE(6325), 1, aux_sym__multiple_types_repeat1, - STATE(7068), 1, + STATE(7082), 1, sym_comment, - [220054] = 3, - ACTIONS(251), 1, + [220491] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7069), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11566), 1, + anon_sym_RBRACK, + STATE(6331), 1, + aux_sym__multiple_types_repeat1, + STATE(7083), 1, sym_comment, - ACTIONS(10792), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [220066] = 4, + [220507] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11570), 1, + ACTIONS(11568), 1, sym__table_head_separator, - STATE(7070), 1, + STATE(7084), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220080] = 5, + [220521] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + STATE(7085), 1, + sym_comment, + ACTIONS(11570), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [220533] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, ACTIONS(11572), 1, - anon_sym_GT2, - STATE(5280), 1, + anon_sym_RBRACK, + STATE(6334), 1, aux_sym__multiple_types_repeat1, - STATE(7071), 1, + STATE(7086), 1, sym_comment, - [220096] = 4, + [220549] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11574), 1, sym__table_head_separator, - STATE(7072), 1, + STATE(7087), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220110] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4965), 1, - sym__space, - ACTIONS(4967), 1, - sym__newline, - ACTIONS(11576), 1, - anon_sym_EQ2, - STATE(7073), 1, - sym_comment, - [220126] = 5, + [220563] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6626), 1, + STATE(6633), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7074), 1, + STATE(7088), 1, sym_comment, - [220142] = 5, + [220579] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6629), 1, + STATE(6636), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7075), 1, + STATE(7089), 1, sym_comment, - [220158] = 5, + [220595] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6632), 1, + STATE(6638), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7076), 1, + STATE(7090), 1, sym_comment, - [220174] = 5, + [220611] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6634), 1, + STATE(6641), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7077), 1, + STATE(7091), 1, sym_comment, - [220190] = 4, + [220627] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11578), 1, + ACTIONS(11576), 1, sym__table_head_separator, - STATE(7078), 1, + STATE(7092), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220204] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2263), 1, - sym__space, - STATE(7079), 1, - sym_comment, - ACTIONS(2261), 2, - sym__newline, - aux_sym_unquoted_token4, - [220218] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7080), 1, - sym_comment, - ACTIONS(11580), 3, - sym__newline, - anon_sym_SEMI, - anon_sym_RPAREN, - [220230] = 4, + [220641] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11582), 1, + ACTIONS(11578), 1, sym__table_head_separator, - STATE(7081), 1, + STATE(7093), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220244] = 5, + [220655] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(6484), 1, sym__entry_separator, - ACTIONS(11584), 1, - anon_sym_GT2, - STATE(5283), 1, + ACTIONS(11580), 1, + anon_sym_RBRACK, + STATE(6339), 1, aux_sym__multiple_types_repeat1, - STATE(7082), 1, + STATE(7094), 1, sym_comment, - [220260] = 5, + [220671] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6657), 1, + STATE(6664), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7083), 1, + STATE(7095), 1, sym_comment, - [220276] = 5, + [220687] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6659), 1, + STATE(6666), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7084), 1, - sym_comment, - [220292] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - ACTIONS(11586), 1, - anon_sym_GT2, - STATE(5284), 1, - aux_sym__multiple_types_repeat1, - STATE(7085), 1, + STATE(7096), 1, sym_comment, - [220308] = 5, + [220703] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6663), 1, + STATE(6670), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7086), 1, + STATE(7097), 1, sym_comment, - [220324] = 5, + [220719] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6665), 1, + STATE(6673), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7087), 1, + STATE(7098), 1, sym_comment, - [220340] = 4, + [220735] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11588), 1, + ACTIONS(11582), 1, sym__table_head_separator, - STATE(7088), 1, + STATE(7099), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220354] = 4, + [220749] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11590), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11584), 1, + anon_sym_RBRACK, + STATE(6353), 1, + aux_sym__multiple_types_repeat1, + STATE(7100), 1, + sym_comment, + [220765] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(11586), 1, sym__table_head_separator, - STATE(7089), 1, + STATE(7101), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220368] = 3, + [220779] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7090), 1, + STATE(7102), 1, sym_comment, - ACTIONS(10928), 3, - ts_builtin_sym_end, + ACTIONS(11588), 3, sym__newline, anon_sym_SEMI, - [220380] = 3, - ACTIONS(251), 1, + anon_sym_RPAREN, + [220791] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7091), 1, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11590), 1, + anon_sym_RBRACK, + STATE(6361), 1, + aux_sym__multiple_types_repeat1, + STATE(7103), 1, sym_comment, - ACTIONS(10249), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [220392] = 5, + [220807] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6691), 1, + STATE(6690), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7092), 1, + STATE(7104), 1, sym_comment, - [220408] = 5, + [220823] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6694), 1, + STATE(6693), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7093), 1, - sym_comment, - [220424] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2396), 1, - sym__entry_separator, - STATE(7094), 1, + STATE(7105), 1, sym_comment, - ACTIONS(2394), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [220438] = 5, + [220839] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, STATE(6697), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7095), 1, + STATE(7106), 1, sym_comment, - [220454] = 5, + [220855] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6699), 1, + STATE(6698), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7096), 1, + STATE(7107), 1, sym_comment, - [220470] = 4, + [220871] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11592), 1, sym__table_head_separator, - STATE(7097), 1, + STATE(7108), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220484] = 4, + [220885] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2400), 1, - sym__entry_separator, - STATE(7098), 1, + ACTIONS(11594), 1, + sym__table_head_separator, + STATE(7109), 1, sym_comment, - ACTIONS(2398), 2, + ACTIONS(1004), 2, anon_sym_RBRACK, - anon_sym_RBRACE, - [220498] = 3, + sym__entry_separator, + [220899] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7099), 1, + STATE(7110), 1, sym_comment, - ACTIONS(11594), 3, + ACTIONS(11596), 3, sym__newline, anon_sym_SEMI, anon_sym_RPAREN, - [220510] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(11596), 1, - sym__table_head_separator, - STATE(7100), 1, - sym_comment, - ACTIONS(1004), 2, - anon_sym_RBRACK, - sym__entry_separator, - [220524] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2031), 1, - sym__entry_separator, - STATE(7101), 1, - sym_comment, - ACTIONS(2029), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [220538] = 5, + [220911] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6718), 1, + STATE(6720), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7102), 1, + STATE(7111), 1, sym_comment, - [220554] = 5, + [220927] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6721), 1, + STATE(6723), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7103), 1, + STATE(7112), 1, + sym_comment, + [220943] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11598), 1, + anon_sym_RBRACK, + STATE(6365), 1, + aux_sym__multiple_types_repeat1, + STATE(7113), 1, sym_comment, - [220570] = 5, + [220959] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6724), 1, + STATE(6725), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7104), 1, + STATE(7114), 1, sym_comment, - [220586] = 5, + [220975] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6725), 1, + STATE(6727), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7105), 1, + STATE(7115), 1, sym_comment, - [220602] = 4, + [220991] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11598), 1, + ACTIONS(11600), 1, sym__table_head_separator, - STATE(7106), 1, + STATE(7116), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220616] = 4, + [221005] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2404), 1, + ACTIONS(1939), 1, sym__entry_separator, - STATE(7107), 1, + STATE(7117), 1, sym_comment, - ACTIONS(2402), 2, + ACTIONS(1937), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [220630] = 4, + [221019] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11600), 1, + ACTIONS(11602), 1, sym__table_head_separator, - STATE(7108), 1, + STATE(7118), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220644] = 4, + [221033] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - STATE(7109), 1, + STATE(7119), 1, sym_comment, - ACTIONS(1827), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [220658] = 4, + ACTIONS(11604), 3, + sym__newline, + anon_sym_SEMI, + anon_sym_RPAREN, + [221045] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11602), 1, - anon_sym_QMARK2, - STATE(7110), 1, + STATE(7120), 1, sym_comment, - ACTIONS(954), 2, - sym__table_head_separator, - anon_sym_DOT2, - [220672] = 5, + ACTIONS(10835), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [221057] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6745), 1, + STATE(6740), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7111), 1, + STATE(7121), 1, sym_comment, - [220688] = 5, + [221073] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6747), 1, - sym_val_list, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(7112), 1, + STATE(7122), 1, sym_comment, - [220704] = 5, + ACTIONS(10809), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [221085] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6750), 1, + STATE(6745), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7113), 1, + STATE(7123), 1, sym_comment, - [220720] = 5, + [221101] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6752), 1, + STATE(6747), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7114), 1, + STATE(7124), 1, sym_comment, - [220736] = 4, + [221117] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11604), 1, + ACTIONS(11606), 1, sym__table_head_separator, - STATE(7115), 1, + STATE(7125), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220750] = 3, + [221131] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7116), 1, + STATE(7126), 1, sym_comment, - ACTIONS(11606), 3, + ACTIONS(10950), 3, + ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - anon_sym_RPAREN, - [220762] = 4, + [221143] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11608), 1, sym__table_head_separator, - STATE(7117), 1, + STATE(7127), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220776] = 3, - ACTIONS(251), 1, + [221157] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7118), 1, + ACTIONS(1000), 1, + sym__entry_separator, + STATE(7128), 1, sym_comment, - ACTIONS(10249), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [220788] = 4, + ACTIONS(1004), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [221171] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - STATE(7119), 1, + STATE(7129), 1, sym_comment, - ACTIONS(2222), 2, + ACTIONS(6149), 3, anon_sym_PIPE, + anon_sym_if, anon_sym_EQ_GT, - [220802] = 5, + [221183] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6771), 1, + STATE(6764), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7120), 1, + STATE(7130), 1, sym_comment, - [220818] = 5, + [221199] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6773), 1, + STATE(6767), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7121), 1, + STATE(7131), 1, + sym_comment, + [221215] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2433), 1, + sym__entry_separator, + STATE(7132), 1, sym_comment, - [220834] = 5, + ACTIONS(2431), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [221229] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6776), 1, + STATE(6769), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7122), 1, + STATE(7133), 1, sym_comment, - [220850] = 5, + [221245] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6778), 1, + STATE(6772), 1, sym_val_list, - STATE(6785), 1, + STATE(6937), 1, aux_sym_val_table_repeat1, - STATE(7123), 1, + STATE(7134), 1, sym_comment, - [220866] = 4, + [221261] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11610), 1, sym__table_head_separator, - STATE(7124), 1, + STATE(7135), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220880] = 3, - ACTIONS(251), 1, + [221275] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7125), 1, + ACTIONS(2437), 1, + sym__entry_separator, + STATE(7136), 1, sym_comment, - ACTIONS(11006), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [220892] = 4, + ACTIONS(2435), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [221289] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11612), 1, sym__table_head_separator, - STATE(7126), 1, + STATE(7137), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220906] = 5, + [221303] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(10030), 1, + anon_sym_PIPE, + ACTIONS(11614), 1, + anon_sym_EQ_GT, + STATE(6640), 1, + aux_sym_match_pattern_repeat1, + STATE(7138), 1, + sym_comment, + [221319] = 5, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6797), 1, + STATE(6789), 1, sym_val_list, - STATE(7127), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7139), 1, sym_comment, - [220922] = 5, + [221335] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6799), 1, + STATE(6791), 1, sym_val_list, - STATE(7128), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7140), 1, sym_comment, - [220938] = 5, + [221351] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6802), 1, + STATE(6794), 1, sym_val_list, - STATE(7129), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7141), 1, sym_comment, - [220954] = 5, + [221367] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6805), 1, + STATE(6797), 1, sym_val_list, - STATE(7130), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7142), 1, sym_comment, - [220970] = 4, + [221383] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11614), 1, + ACTIONS(11616), 1, sym__table_head_separator, - STATE(7131), 1, + STATE(7143), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [220984] = 5, - ACTIONS(251), 1, + [221397] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(10100), 1, - anon_sym_PIPE, - ACTIONS(11616), 1, - anon_sym_EQ_GT, - STATE(6852), 1, - aux_sym_match_pattern_repeat1, - STATE(7132), 1, + ACTIONS(6049), 1, + anon_sym_RBRACE, + ACTIONS(6051), 1, + sym__entry_separator, + STATE(2986), 1, + aux_sym__multiple_types_repeat1, + STATE(7144), 1, sym_comment, - [221000] = 4, + [221413] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11618), 1, sym__table_head_separator, - STATE(7133), 1, + STATE(7145), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221014] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6029), 1, - anon_sym_RBRACE, - ACTIONS(6031), 1, - sym__entry_separator, - STATE(2974), 1, - aux_sym__multiple_types_repeat1, - STATE(7134), 1, - sym_comment, - [221030] = 3, + [221427] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(7135), 1, - sym_comment, - ACTIONS(11008), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221042] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6822), 1, + STATE(6813), 1, sym_val_list, - STATE(7136), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7146), 1, sym_comment, - [221058] = 5, + [221443] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6824), 1, + STATE(6815), 1, sym_val_list, - STATE(7137), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7147), 1, sym_comment, - [221074] = 5, + [221459] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, + ACTIONS(1276), 1, + anon_sym_POUND_BANG, ACTIONS(11620), 1, - anon_sym_RBRACK, - STATE(3472), 1, - aux_sym__multiple_types_repeat1, - STATE(7138), 1, + sym__newline, + STATE(7148), 2, sym_comment, - [221090] = 5, + aux_sym_shebang_repeat1, + [221473] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6826), 1, + STATE(6818), 1, sym_val_list, - STATE(7139), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7149), 1, sym_comment, - [221106] = 5, + [221489] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6828), 1, + STATE(6819), 1, sym_val_list, - STATE(7140), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7150), 1, sym_comment, - [221122] = 4, + [221505] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11622), 1, + ACTIONS(11623), 1, sym__table_head_separator, - STATE(7141), 1, + STATE(7151), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221136] = 4, - ACTIONS(3), 1, + [221519] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2419), 1, - sym__entry_separator, - STATE(7142), 1, + STATE(7152), 1, sym_comment, - ACTIONS(2417), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [221150] = 3, + ACTIONS(6126), 3, + anon_sym_PIPE, + anon_sym_if, + anon_sym_EQ_GT, + [221531] = 5, ACTIONS(251), 1, anon_sym_POUND, - STATE(7143), 1, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11625), 1, + anon_sym_RBRACK, + STATE(6844), 1, + aux_sym_val_binary_repeat1, + STATE(7153), 1, sym_comment, - ACTIONS(11010), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221162] = 4, + [221547] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11624), 1, + ACTIONS(11627), 1, sym__table_head_separator, - STATE(7144), 1, + STATE(7154), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221176] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7145), 1, - sym_comment, - ACTIONS(11012), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221188] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2408), 1, - sym__entry_separator, - STATE(7146), 1, - sym_comment, - ACTIONS(2406), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [221202] = 5, + [221561] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6844), 1, + STATE(6837), 1, sym_val_list, - STATE(7147), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7155), 1, sym_comment, - [221218] = 5, + [221577] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6846), 1, + STATE(6839), 1, sym_val_list, - STATE(7148), 1, - sym_comment, - [221234] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(11626), 1, - anon_sym_QMARK2, - STATE(7149), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7156), 1, sym_comment, - ACTIONS(968), 2, - sym__table_head_separator, - anon_sym_DOT2, - [221248] = 5, + [221593] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6849), 1, + STATE(6842), 1, sym_val_list, - STATE(7150), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7157), 1, sym_comment, - [221264] = 5, + [221609] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6851), 1, + STATE(6845), 1, sym_val_list, - STATE(7151), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7158), 1, sym_comment, - [221280] = 4, + [221625] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11628), 1, + ACTIONS(11629), 1, sym__table_head_separator, - STATE(7152), 1, + STATE(7159), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221294] = 4, + [221639] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11630), 1, + ACTIONS(11631), 1, sym__table_head_separator, - STATE(7153), 1, + STATE(7160), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221308] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7154), 1, - sym_comment, - ACTIONS(11014), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221320] = 5, + [221653] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6862), 1, + STATE(6860), 1, sym_val_list, - STATE(7155), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7161), 1, sym_comment, - [221336] = 5, + [221669] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6865), 1, + STATE(6863), 1, sym_val_list, - STATE(7156), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7162), 1, + sym_comment, + [221685] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11633), 1, + anon_sym_GT2, + STATE(5386), 1, + aux_sym__multiple_types_repeat1, + STATE(7163), 1, sym_comment, - [221352] = 5, + [221701] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6868), 1, + STATE(6867), 1, sym_val_list, - STATE(7157), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7164), 1, sym_comment, - [221368] = 5, + [221717] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6870), 1, + STATE(6869), 1, sym_val_list, - STATE(7158), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7165), 1, sym_comment, - [221384] = 4, + [221733] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11632), 1, + ACTIONS(11635), 1, sym__table_head_separator, - STATE(7159), 1, + STATE(7166), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221398] = 4, + [221747] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11634), 1, + ACTIONS(11637), 1, sym__table_head_separator, - STATE(7160), 1, + STATE(7167), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221412] = 5, + [221761] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, - anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6883), 1, - sym_val_list, - STATE(7161), 1, + STATE(7168), 1, sym_comment, - [221428] = 5, + ACTIONS(10895), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [221773] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6885), 1, + STATE(6880), 1, sym_val_list, - STATE(7162), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7169), 1, sym_comment, - [221444] = 4, - ACTIONS(3), 1, + [221789] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2148), 1, - sym__entry_separator, - STATE(7163), 1, + ACTIONS(9680), 1, + anon_sym_LBRACK, + STATE(6883), 1, + sym_val_list, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7170), 1, sym_comment, - ACTIONS(2142), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [221458] = 5, + [221805] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6889), 1, + STATE(6887), 1, sym_val_list, - STATE(7164), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7171), 1, sym_comment, - [221474] = 5, + [221821] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6892), 1, + STATE(6890), 1, sym_val_list, - STATE(7165), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7172), 1, sym_comment, - [221490] = 4, + [221837] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11636), 1, + ACTIONS(11639), 1, sym__table_head_separator, - STATE(7166), 1, + STATE(7173), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221504] = 4, + [221851] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11638), 1, + ACTIONS(11641), 1, sym__table_head_separator, - STATE(7167), 1, + STATE(7174), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221518] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(11640), 1, - anon_sym_LPAREN, - STATE(7168), 1, - sym_comment, - ACTIONS(11642), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [221532] = 5, + [221865] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6901), 1, + STATE(6896), 1, sym_val_list, - STATE(7169), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7175), 1, sym_comment, - [221548] = 5, + [221881] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6904), 1, + STATE(6899), 1, sym_val_list, - STATE(7170), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7176), 1, sym_comment, - [221564] = 3, - ACTIONS(251), 1, + [221897] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(7171), 1, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11643), 1, + anon_sym_GT2, + STATE(5388), 1, + aux_sym__multiple_types_repeat1, + STATE(7177), 1, sym_comment, - ACTIONS(10988), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221576] = 5, + [221913] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6907), 1, + STATE(6902), 1, sym_val_list, - STATE(7172), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7178), 1, sym_comment, - [221592] = 5, + [221929] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6908), 1, + STATE(6905), 1, sym_val_list, - STATE(7173), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7179), 1, sym_comment, - [221608] = 4, + [221945] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11644), 1, + ACTIONS(11645), 1, sym__table_head_separator, - STATE(7174), 1, + STATE(7180), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221622] = 4, + [221959] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11646), 1, + ACTIONS(11647), 1, sym__table_head_separator, - STATE(7175), 1, + STATE(7181), 1, sym_comment, ACTIONS(1004), 2, anon_sym_RBRACK, sym__entry_separator, - [221636] = 5, - ACTIONS(3), 1, + [221973] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2285), 1, - sym__entry_separator, - ACTIONS(2307), 1, - anon_sym_RBRACE, - STATE(572), 1, - aux_sym__multiple_types_repeat1, - STATE(7176), 1, + ACTIONS(11649), 1, + anon_sym_RBRACK, + ACTIONS(11651), 1, + sym_hex_digit, + STATE(7182), 2, sym_comment, - [221652] = 5, + aux_sym_val_binary_repeat1, + [221987] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6918), 1, + STATE(6914), 1, sym_val_list, - STATE(7177), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7183), 1, sym_comment, - [221668] = 5, + [222003] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6920), 1, + STATE(6917), 1, sym_val_list, - STATE(7178), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7184), 1, sym_comment, - [221684] = 3, + [222019] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7179), 1, + STATE(7185), 1, sym_comment, - ACTIONS(10588), 3, + ACTIONS(10897), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [221696] = 5, + [222031] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6924), 1, + STATE(6920), 1, sym_val_list, - STATE(7180), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7186), 1, sym_comment, - [221712] = 5, + [222047] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9670), 1, + ACTIONS(9680), 1, anon_sym_LBRACK, - STATE(6785), 1, - aux_sym_val_table_repeat1, - STATE(6926), 1, + STATE(6921), 1, sym_val_list, - STATE(7181), 1, + STATE(6937), 1, + aux_sym_val_table_repeat1, + STATE(7187), 1, sym_comment, - [221728] = 3, + [222063] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7182), 1, + STATE(7188), 1, sym_comment, - ACTIONS(10516), 3, + ACTIONS(10905), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [221740] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2263), 1, - anon_sym_PIPE, - STATE(7183), 1, - sym_comment, - ACTIONS(2261), 2, - anon_sym_EQ_GT, - aux_sym_unquoted_token4, - [221754] = 3, + [222075] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7184), 1, + STATE(7189), 1, sym_comment, - ACTIONS(10397), 3, + ACTIONS(10909), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [221766] = 3, + [222087] = 3, ACTIONS(251), 1, anon_sym_POUND, - STATE(7185), 1, + STATE(7190), 1, sym_comment, - ACTIONS(10251), 3, + ACTIONS(10911), 3, ts_builtin_sym_end, sym__newline, anon_sym_SEMI, - [221778] = 4, + [222099] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2423), 1, + ACTIONS(6051), 1, sym__entry_separator, - STATE(7186), 1, - sym_comment, - ACTIONS(2421), 2, - anon_sym_RBRACK, + ACTIONS(6110), 1, anon_sym_RBRACE, - [221792] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7187), 1, + STATE(2987), 1, + aux_sym__multiple_types_repeat1, + STATE(7191), 1, sym_comment, - ACTIONS(10251), 3, - ts_builtin_sym_end, - sym__newline, - anon_sym_SEMI, - [221804] = 4, + [222115] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2336), 1, + ACTIONS(1935), 1, sym__entry_separator, - STATE(7188), 1, + STATE(7192), 1, sym_comment, - ACTIONS(2334), 2, + ACTIONS(1933), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [221818] = 5, + [222129] = 5, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11648), 1, - anon_sym_RBRACK, - STATE(7189), 1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6576), 1, + sym_block, + STATE(7193), 1, sym_comment, - STATE(7200), 1, - aux_sym_val_binary_repeat1, - [221834] = 4, + [222145] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1947), 1, + ACTIONS(5652), 1, sym__entry_separator, - STATE(7190), 1, + STATE(7194), 1, sym_comment, - ACTIONS(1945), 2, + ACTIONS(5650), 2, anon_sym_RBRACK, - anon_sym_RBRACE, - [221848] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, - STATE(7191), 1, - sym_comment, - ACTIONS(1665), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [221862] = 4, + anon_sym_GT2, + [222159] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2427), 1, + ACTIONS(2409), 1, sym__entry_separator, - STATE(7192), 1, + STATE(7195), 1, sym_comment, - ACTIONS(2425), 2, + ACTIONS(2407), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [221876] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - ACTIONS(6035), 1, - anon_sym_RBRACE, - STATE(2975), 1, - aux_sym__multiple_types_repeat1, - STATE(7193), 1, - sym_comment, - [221892] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - ACTIONS(10200), 1, - anon_sym_LBRACK, - STATE(3438), 1, - aux_sym__multiple_types_repeat1, - STATE(7194), 1, - sym_comment, - [221908] = 4, + [222173] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11652), 1, - anon_sym_COMMA, - STATE(7195), 1, - sym_comment, - ACTIONS(11650), 2, - anon_sym_RBRACK, - sym_hex_digit, - [221922] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2415), 1, - sym__entry_separator, STATE(7196), 1, sym_comment, - ACTIONS(2413), 2, - anon_sym_RBRACK, - anon_sym_RBRACE, - [221936] = 4, + ACTIONS(966), 3, + anon_sym_QMARK2, + sym__table_head_separator, + anon_sym_DOT2, + [222185] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2431), 1, + ACTIONS(2339), 1, sym__entry_separator, STATE(7197), 1, sym_comment, - ACTIONS(2429), 2, + ACTIONS(2337), 2, anon_sym_RBRACK, anon_sym_RBRACE, - [221950] = 5, - ACTIONS(3), 1, + [222199] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - ACTIONS(4773), 1, - aux_sym_unquoted_token4, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, STATE(7198), 1, sym_comment, - STATE(7290), 1, - sym__expr_parenthesized_immediate, - [221966] = 5, - ACTIONS(3), 1, + ACTIONS(1693), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [222213] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, + ACTIONS(11089), 1, + sym_hex_digit, ACTIONS(11654), 1, anon_sym_RBRACK, - STATE(3477), 1, - aux_sym__multiple_types_repeat1, STATE(7199), 1, sym_comment, - [221982] = 5, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(11090), 1, - sym_hex_digit, - ACTIONS(11656), 1, - anon_sym_RBRACK, - STATE(6795), 1, + STATE(7205), 1, aux_sym_val_binary_repeat1, + [222229] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2507), 1, + sym__entry_separator, STATE(7200), 1, sym_comment, - [221998] = 5, + ACTIONS(2505), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [222243] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11658), 1, - anon_sym_RBRACK, - STATE(6217), 1, + ACTIONS(11656), 1, + anon_sym_GT2, + STATE(5405), 1, aux_sym__multiple_types_repeat1, STATE(7201), 1, sym_comment, - [222014] = 5, + [222259] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, + ACTIONS(9172), 1, sym__entry_separator, - ACTIONS(11660), 1, - anon_sym_RBRACK, - STATE(6237), 1, + ACTIONS(11658), 1, + anon_sym_GT2, + STATE(5407), 1, aux_sym__multiple_types_repeat1, STATE(7202), 1, sym_comment, - [222030] = 4, + [222275] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11662), 1, - sym__newline, - ACTIONS(11664), 1, - sym__space, + ACTIONS(1999), 1, + sym__entry_separator, STATE(7203), 1, sym_comment, - [222043] = 4, + ACTIONS(1997), 2, + anon_sym_RBRACK, + anon_sym_RBRACE, + [222289] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11666), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + ACTIONS(4801), 1, + aux_sym_unquoted_token4, STATE(7204), 1, sym_comment, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, - [222056] = 4, - ACTIONS(3), 1, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + [222305] = 5, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10152), 1, - anon_sym_RBRACE, - ACTIONS(10154), 1, - sym__entry_separator, + ACTIONS(11089), 1, + sym_hex_digit, + ACTIONS(11660), 1, + anon_sym_RBRACK, + STATE(7182), 1, + aux_sym_val_binary_repeat1, STATE(7205), 1, sym_comment, - [222069] = 4, - ACTIONS(3), 1, + [222321] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11668), 1, - aux_sym__unquoted_with_expr_token1, STATE(7206), 1, sym_comment, - STATE(7285), 1, - aux_sym__unquoted_with_expr_repeat1, - [222082] = 4, - ACTIONS(251), 1, + ACTIONS(10960), 3, + ts_builtin_sym_end, + sym__newline, + anon_sym_SEMI, + [222333] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6707), 1, - sym_block, + ACTIONS(9172), 1, + sym__entry_separator, + ACTIONS(11662), 1, + anon_sym_GT2, + STATE(5413), 1, + aux_sym__multiple_types_repeat1, STATE(7207), 1, sym_comment, - [222095] = 4, - ACTIONS(251), 1, + [222349] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(6484), 1, + sym__entry_separator, + ACTIONS(11664), 1, + anon_sym_RBRACK, + STATE(6490), 1, + aux_sym__multiple_types_repeat1, STATE(7208), 1, sym_comment, - STATE(7280), 1, - sym__expr_parenthesized_immediate, - [222108] = 4, + [222365] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4987), 1, - anon_sym_LBRACE, - ACTIONS(11670), 1, - anon_sym_EQ2, STATE(7209), 1, sym_comment, - [222121] = 4, + ACTIONS(970), 3, + anon_sym_QMARK2, + sym__table_head_separator, + anon_sym_DOT2, + [222377] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, + ACTIONS(2192), 1, + anon_sym_LBRACE, STATE(7210), 1, sym_comment, - STATE(7300), 1, - sym__expr_parenthesized_immediate, - [222134] = 3, - ACTIONS(251), 1, + [222390] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(6051), 1, + sym__entry_separator, + STATE(3090), 1, + aux_sym__multiple_types_repeat1, STATE(7211), 1, sym_comment, - ACTIONS(11224), 2, - anon_sym_GT2, - anon_sym_AT, - [222145] = 4, - ACTIONS(3), 1, + [222403] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2224), 1, - anon_sym_RBRACE, - ACTIONS(2228), 1, - sym__entry_separator, + ACTIONS(2198), 1, + anon_sym_LBRACE, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, STATE(7212), 1, sym_comment, - [222158] = 4, + [222416] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym__unquoted_in_record_token4, + ACTIONS(11666), 1, + anon_sym_RBRACK, + ACTIONS(11668), 1, + sym__entry_separator, STATE(7213), 1, sym_comment, - [222171] = 4, + [222429] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7295), 1, - anon_sym_RBRACK, - ACTIONS(7297), 1, - sym__entry_separator, - STATE(7214), 1, + ACTIONS(11670), 1, + aux_sym__unquoted_in_list_with_expr_token1, + STATE(7214), 2, sym_comment, - [222184] = 4, - ACTIONS(251), 1, + aux_sym__unquoted_in_list_with_expr_repeat1, + [222440] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4965), 1, - anon_sym_LBRACE, - ACTIONS(11672), 1, - anon_sym_EQ2, + ACTIONS(6484), 1, + sym__entry_separator, + STATE(6803), 1, + aux_sym__multiple_types_repeat1, STATE(7215), 1, sym_comment, - [222197] = 4, - ACTIONS(251), 1, + [222453] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(4965), 1, - sym_block, + ACTIONS(11673), 1, + aux_sym__unquoted_with_expr_token1, STATE(7216), 1, sym_comment, - [222210] = 4, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, + [222466] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6710), 1, - sym_block, + ACTIONS(1683), 1, + anon_sym_LPAREN2, STATE(7217), 1, sym_comment, - [222223] = 4, - ACTIONS(3), 1, + STATE(7459), 1, + sym__expr_parenthesized_immediate, + [222479] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8089), 1, - sym__entry_separator, - ACTIONS(8091), 1, - anon_sym_RBRACK, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(6996), 1, + sym_block, STATE(7218), 1, sym_comment, - [222236] = 4, - ACTIONS(3), 1, + [222492] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11674), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(6708), 1, + sym_block, STATE(7219), 1, sym_comment, - STATE(7305), 1, - aux_sym__unquoted_with_expr_repeat1, - [222249] = 4, + [222505] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11676), 1, - aux_sym__unquoted_in_list_with_expr_token1, + ACTIONS(11675), 1, + aux_sym__unquoted_with_expr_token1, STATE(7220), 1, sym_comment, - STATE(7317), 1, - aux_sym__unquoted_in_list_with_expr_repeat1, - [222262] = 4, - ACTIONS(251), 1, + STATE(7243), 1, + aux_sym__unquoted_with_expr_repeat1, + [222518] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(11677), 1, + aux_sym__unquoted_with_expr_token1, STATE(7221), 1, sym_comment, - STATE(7290), 1, - sym__expr_parenthesized_immediate, - [222275] = 4, + STATE(7248), 1, + aux_sym__unquoted_with_expr_repeat1, + [222531] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2051), 1, - anon_sym_RBRACE, - ACTIONS(2053), 1, - sym__entry_separator, + ACTIONS(11679), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7222), 1, sym_comment, - [222288] = 4, - ACTIONS(251), 1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [222544] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, + ACTIONS(11681), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7223), 1, sym_comment, - STATE(7656), 1, - sym__expr_parenthesized_immediate, - [222301] = 4, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [222557] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, - ACTIONS(11678), 1, - anon_sym_make, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(7025), 1, + sym_block, STATE(7224), 1, sym_comment, - [222314] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - STATE(7225), 1, - sym_comment, - STATE(7373), 1, - sym__expr_parenthesized_immediate, - [222327] = 4, + [222570] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5885), 1, + ACTIONS(2298), 1, sym__entry_separator, - STATE(2898), 1, + STATE(655), 1, aux_sym__multiple_types_repeat1, - STATE(7226), 1, + STATE(7225), 1, sym_comment, - [222340] = 3, - ACTIONS(3), 1, + [222583] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11680), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 2, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7226), 1, sym_comment, - aux_sym__unquoted_in_record_with_expr_repeat1, - [222351] = 4, + STATE(7420), 1, + sym__expr_parenthesized_immediate, + [222596] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11683), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7228), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7227), 1, sym_comment, - STATE(7362), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - [222364] = 4, + STATE(7285), 1, + aux_sym__unquoted_with_expr_repeat1, + [222609] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2501), 1, + ACTIONS(2491), 1, anon_sym_RBRACE, - ACTIONS(2503), 1, + ACTIONS(2493), 1, sym__entry_separator, - STATE(7229), 1, + STATE(7228), 1, sym_comment, - [222377] = 4, + [222622] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11685), 1, - aux_sym__unquoted_in_list_with_expr_token1, - STATE(7220), 1, - aux_sym__unquoted_in_list_with_expr_repeat1, + ACTIONS(2233), 1, + anon_sym_LBRACE, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, + STATE(7229), 1, + sym_comment, + [222635] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(4618), 1, + sym_block, STATE(7230), 1, sym_comment, - [222390] = 4, + [222648] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11687), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(2124), 1, + anon_sym_RBRACE, + ACTIONS(2130), 1, + sym__entry_separator, STATE(7231), 1, sym_comment, - STATE(7309), 1, - aux_sym__unquoted_with_expr_repeat1, - [222403] = 4, - ACTIONS(3), 1, + [222661] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11689), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(1725), 1, + aux_sym_unquoted_token2, + ACTIONS(1727), 1, + anon_sym_LBRACE, STATE(7232), 1, sym_comment, - STATE(7367), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - [222416] = 4, - ACTIONS(251), 1, + [222674] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, - STATE(7219), 1, - sym__expr_parenthesized_immediate, + ACTIONS(8001), 1, + sym__entry_separator, + ACTIONS(8003), 1, + anon_sym_RBRACK, STATE(7233), 1, sym_comment, - [222429] = 4, + [222687] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1794), 1, - anon_sym_RBRACE, - ACTIONS(1802), 1, - sym__entry_separator, + ACTIONS(11685), 1, + aux_sym__unquoted_with_expr_token1, STATE(7234), 1, sym_comment, - [222442] = 4, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, + [222700] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2249), 1, - anon_sym_RBRACE, - ACTIONS(2253), 1, - sym__entry_separator, + ACTIONS(11687), 1, + aux_sym__unquoted_with_expr_token1, STATE(7235), 1, sym_comment, - [222455] = 4, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, + [222713] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9710), 1, - anon_sym_LBRACE, - STATE(6905), 1, - sym_val_record, + ACTIONS(1683), 1, + anon_sym_LPAREN2, STATE(7236), 1, sym_comment, - [222468] = 4, - ACTIONS(251), 1, + STATE(7328), 1, + sym__expr_parenthesized_immediate, + [222726] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, - ACTIONS(11678), 1, - anon_sym_make, + ACTIONS(11689), 1, + aux_sym__unquoted_with_expr_token1, STATE(7237), 1, sym_comment, - [222481] = 4, + STATE(7292), 1, + aux_sym__unquoted_with_expr_repeat1, + [222739] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2257), 1, + ACTIONS(1786), 1, anon_sym_RBRACE, - ACTIONS(2259), 1, + ACTIONS(1794), 1, sym__entry_separator, STATE(7238), 1, sym_comment, - [222494] = 4, + [222752] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7997), 1, - sym__entry_separator, - ACTIONS(7999), 1, - anon_sym_GT2, - STATE(7239), 1, + ACTIONS(11691), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 2, sym_comment, - [222507] = 3, + aux_sym__unquoted_in_record_with_expr_repeat1, + [222763] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11694), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7240), 1, sym_comment, - ACTIONS(1275), 2, - anon_sym_POUND_BANG, - sym__newline, - [222518] = 4, - ACTIONS(251), 1, + STATE(7288), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [222776] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6874), 1, - sym_block, + ACTIONS(11696), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7241), 1, sym_comment, - [222531] = 4, + STATE(7289), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [222789] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9680), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(6281), 1, - sym_val_record, + STATE(6212), 1, + sym_block, STATE(7242), 1, sym_comment, - [222544] = 4, + [222802] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11691), 1, - aux_sym__unquoted_in_list_with_expr_token1, + ACTIONS(11698), 1, + aux_sym__unquoted_with_expr_token1, STATE(7243), 1, sym_comment, - STATE(7317), 1, - aux_sym__unquoted_in_list_with_expr_repeat1, - [222557] = 4, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, + [222815] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(6942), 1, + STATE(6222), 1, sym_block, STATE(7244), 1, sym_comment, - [222570] = 4, + [222828] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, - ACTIONS(1827), 1, - anon_sym_LBRACE, STATE(7245), 1, sym_comment, - [222583] = 4, + ACTIONS(990), 2, + sym__table_head_separator, + anon_sym_DOT2, + [222839] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - STATE(3490), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11700), 1, + anon_sym_LPAREN2, + ACTIONS(11702), 1, + aux_sym__record_key_token1, STATE(7246), 1, sym_comment, - [222596] = 4, + [222852] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2261), 1, - aux_sym_unquoted_token4, - ACTIONS(2263), 1, - anon_sym_LBRACE, + ACTIONS(7266), 1, + anon_sym_RBRACK, + ACTIONS(7268), 1, + sym__entry_separator, STATE(7247), 1, sym_comment, - [222609] = 3, + [222865] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11693), 1, + ACTIONS(11704), 1, aux_sym__unquoted_with_expr_token1, - STATE(7248), 2, + STATE(7248), 1, sym_comment, + STATE(7281), 1, aux_sym__unquoted_with_expr_repeat1, - [222620] = 4, + [222878] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11696), 1, - anon_sym_LPAREN2, - ACTIONS(11698), 1, - aux_sym__record_key_token1, + ACTIONS(11706), 1, + aux_sym__unquoted_in_list_with_expr_token1, + STATE(7214), 1, + aux_sym__unquoted_in_list_with_expr_repeat1, STATE(7249), 1, sym_comment, - [222633] = 4, - ACTIONS(3), 1, + [222891] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5736), 1, - sym__entry_separator, - STATE(2771), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(7019), 1, + sym_block, STATE(7250), 1, sym_comment, - [222646] = 4, + [222904] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1819), 1, - anon_sym_RBRACE, - ACTIONS(1827), 1, - sym__entry_separator, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym_unquoted_token4, STATE(7251), 1, sym_comment, - [222659] = 4, + [222917] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11700), 1, - sym_identifier, - ACTIONS(11702), 1, - anon_sym_DOLLAR, + ACTIONS(3422), 1, + anon_sym_COLON2, + ACTIONS(11708), 1, + anon_sym_make, STATE(7252), 1, sym_comment, - [222672] = 4, - ACTIONS(251), 1, + [222930] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(9172), 1, + sym__entry_separator, + STATE(5521), 1, + aux_sym__multiple_types_repeat1, STATE(7253), 1, sym_comment, - STATE(7291), 1, - sym__expr_parenthesized_immediate, - [222685] = 4, - ACTIONS(251), 1, + [222943] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6307), 1, - sym_block, + ACTIONS(11710), 1, + aux_sym__unquoted_in_list_with_expr_token1, + STATE(7249), 1, + aux_sym__unquoted_in_list_with_expr_repeat1, STATE(7254), 1, sym_comment, - [222698] = 4, + [222956] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(6873), 1, + sym_block, STATE(7255), 1, sym_comment, - STATE(7289), 1, - sym__expr_parenthesized_immediate, - [222711] = 4, - ACTIONS(3), 1, + [222969] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11704), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7256), 1, sym_comment, - [222724] = 3, + ACTIONS(11335), 2, + anon_sym_GT2, + anon_sym_AT, + [222980] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6576), 1, + sym_block, STATE(7257), 1, sym_comment, - ACTIONS(986), 2, - sym__table_head_separator, - anon_sym_DOT2, - [222735] = 4, + [222993] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6932), 1, - sym_block, + ACTIONS(5464), 1, + anon_sym_LPAREN2, + STATE(7254), 1, + sym__expr_parenthesized_immediate, STATE(7258), 1, sym_comment, - [222748] = 4, - ACTIONS(251), 1, + [223006] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(4655), 1, - sym_block, STATE(7259), 1, sym_comment, - [222761] = 3, - ACTIONS(251), 1, + ACTIONS(1268), 2, + anon_sym_POUND_BANG, + sym__newline, + [223017] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(11712), 1, + aux_sym__unquoted_in_list_with_expr_token1, + STATE(7214), 1, + aux_sym__unquoted_in_list_with_expr_repeat1, STATE(7260), 1, sym_comment, - ACTIONS(11341), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - [222772] = 4, + [223030] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11706), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7204), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(1000), 1, + anon_sym_LBRACE, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, STATE(7261), 1, sym_comment, - [222785] = 4, + [223043] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2493), 1, - anon_sym_RBRACE, - ACTIONS(2495), 1, + ACTIONS(5707), 1, sym__entry_separator, + STATE(2770), 1, + aux_sym__multiple_types_repeat1, STATE(7262), 1, sym_comment, - [222798] = 4, - ACTIONS(251), 1, + [223056] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6943), 1, - sym_block, + ACTIONS(9172), 1, + sym__entry_separator, + STATE(5524), 1, + aux_sym__multiple_types_repeat1, STATE(7263), 1, sym_comment, - [222811] = 4, - ACTIONS(3), 1, + [223069] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11708), 1, - sym__newline, - ACTIONS(11710), 1, - sym__space, + ACTIONS(4403), 1, + anon_sym_LPAREN2, STATE(7264), 1, sym_comment, - [222824] = 4, + STATE(7343), 1, + sym__expr_parenthesized_immediate, + [223082] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(6324), 1, + STATE(4557), 1, sym_block, STATE(7265), 1, sym_comment, - [222837] = 4, - ACTIONS(251), 1, + [223095] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, + ACTIONS(11714), 1, + sym__newline, + ACTIONS(11716), 1, + sym__space, STATE(7266), 1, sym_comment, - STATE(7333), 1, - sym__expr_parenthesized_immediate, - [222850] = 4, - ACTIONS(3), 1, + [223108] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11712), 1, - aux_sym__unquoted_in_list_with_expr_token1, - STATE(7243), 1, - aux_sym__unquoted_in_list_with_expr_repeat1, + ACTIONS(4916), 1, + anon_sym_LBRACE, + ACTIONS(11718), 1, + anon_sym_EQ2, STATE(7267), 1, sym_comment, - [222863] = 4, - ACTIONS(3), 1, + [223121] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11714), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(1861), 1, + aux_sym_unquoted_token2, + ACTIONS(1863), 1, + anon_sym_LBRACE, STATE(7268), 1, sym_comment, - STATE(7320), 1, - aux_sym__unquoted_with_expr_repeat1, - [222876] = 4, + [223134] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6494), 1, - sym__entry_separator, - STATE(7194), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(11720), 1, + aux_sym__unquoted_in_list_with_expr_token1, + STATE(7260), 1, + aux_sym__unquoted_in_list_with_expr_repeat1, STATE(7269), 1, sym_comment, - [222889] = 4, + [223147] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6327), 1, - sym_block, + ACTIONS(11722), 1, + sym_identifier, + ACTIONS(11724), 1, + anon_sym_DOLLAR, STATE(7270), 1, sym_comment, - [222902] = 4, + [223160] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6564), 1, - sym_block, + ACTIONS(1683), 1, + anon_sym_LPAREN2, + STATE(7240), 1, + sym__expr_parenthesized_immediate, STATE(7271), 1, sym_comment, - [222915] = 4, + [223173] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(4409), 1, + STATE(7053), 1, sym_block, STATE(7272), 1, sym_comment, - [222928] = 4, - ACTIONS(3), 1, + [223186] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11716), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6267), 1, + sym_block, STATE(7273), 1, sym_comment, - [222941] = 4, - ACTIONS(3), 1, + [223199] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11718), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7274), 1, sym_comment, - [222954] = 4, - ACTIONS(3), 1, + ACTIONS(986), 2, + sym__table_head_separator, + anon_sym_DOT2, + [223210] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11720), 1, - anon_sym_RBRACE, - ACTIONS(11722), 1, - sym__entry_separator, STATE(7275), 1, sym_comment, - [222967] = 4, + ACTIONS(982), 2, + sym__table_head_separator, + anon_sym_DOT2, + [223221] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2497), 1, - anon_sym_RBRACE, - ACTIONS(2499), 1, - sym__entry_separator, + ACTIONS(11726), 1, + aux_sym__unquoted_with_expr_token1, STATE(7276), 1, sym_comment, - [222980] = 4, - ACTIONS(3), 1, + STATE(7358), 1, + aux_sym__unquoted_with_expr_repeat1, + [223234] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2138), 1, - anon_sym_RBRACE, - ACTIONS(2140), 1, - sym__entry_separator, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(7206), 1, + sym_block, STATE(7277), 1, sym_comment, - [222993] = 4, - ACTIONS(3), 1, + [223247] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11724), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(6217), 1, + anon_sym_LBRACE, + STATE(6710), 1, + sym_block, STATE(7278), 1, sym_comment, - [223006] = 4, + [223260] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11726), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(11728), 1, + anon_sym_RBRACK, + ACTIONS(11730), 1, + sym__entry_separator, STATE(7279), 1, sym_comment, - [223019] = 4, + [223273] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11728), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(11732), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7280), 1, sym_comment, - STATE(7296), 1, - aux_sym__unquoted_with_expr_repeat1, - [223032] = 4, + [223286] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11730), 1, + ACTIONS(11734), 1, aux_sym__unquoted_with_expr_token1, - STATE(7281), 1, + STATE(7281), 2, sym_comment, - STATE(7297), 1, aux_sym__unquoted_with_expr_repeat1, - [223045] = 4, - ACTIONS(3), 1, + [223297] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2043), 1, - anon_sym_RBRACE, - ACTIONS(2049), 1, - sym__entry_separator, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6208), 1, + sym_block, STATE(7282), 1, sym_comment, - [223058] = 4, + [223310] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11732), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(2497), 1, + anon_sym_RBRACE, + ACTIONS(2499), 1, + sym__entry_separator, STATE(7283), 1, sym_comment, - [223071] = 4, + [223323] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1922), 1, + ACTIONS(2237), 1, anon_sym_RBRACE, - ACTIONS(1924), 1, + ACTIONS(2241), 1, sym__entry_separator, STATE(7284), 1, sym_comment, - [223084] = 4, + [223336] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11734), 1, + ACTIONS(11737), 1, aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, + STATE(7281), 1, aux_sym__unquoted_with_expr_repeat1, STATE(7285), 1, sym_comment, - [223097] = 4, - ACTIONS(251), 1, + [223349] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11736), 1, - anon_sym_DASH2, + ACTIONS(2245), 1, + anon_sym_RBRACE, + ACTIONS(2247), 1, + sym__entry_separator, STATE(7286), 1, sym_comment, - STATE(7600), 1, - sym_param_short_flag, - [223110] = 4, + [223362] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, + ACTIONS(5464), 1, anon_sym_LPAREN2, STATE(7287), 1, sym_comment, - STATE(7359), 1, + STATE(7687), 1, sym__expr_parenthesized_immediate, - [223123] = 4, - ACTIONS(251), 1, + [223375] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1727), 1, - aux_sym_unquoted_token2, - ACTIONS(1729), 1, - anon_sym_LBRACE, + ACTIONS(11739), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7288), 1, sym_comment, - [223136] = 4, + [223388] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11738), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(11741), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7289), 1, sym_comment, - STATE(7306), 1, - aux_sym__unquoted_with_expr_repeat1, - [223149] = 4, + [223401] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11740), 1, + ACTIONS(11743), 1, aux_sym__unquoted_with_expr_token1, - STATE(7283), 1, - aux_sym__unquoted_with_expr_repeat1, STATE(7290), 1, sym_comment, - [223162] = 4, + STATE(7352), 1, + aux_sym__unquoted_with_expr_repeat1, + [223414] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11742), 1, + ACTIONS(11745), 1, aux_sym__unquoted_with_expr_token1, - STATE(7279), 1, - aux_sym__unquoted_with_expr_repeat1, STATE(7291), 1, sym_comment, - [223175] = 4, + STATE(7353), 1, + aux_sym__unquoted_with_expr_repeat1, + [223427] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11744), 1, - anon_sym_RBRACK, - ACTIONS(11746), 1, - sym__entry_separator, + ACTIONS(11747), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7292), 1, sym_comment, - [223188] = 4, - ACTIONS(3), 1, + [223440] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2285), 1, - sym__entry_separator, - STATE(650), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(3424), 1, + anon_sym_COLON2, + ACTIONS(11708), 1, + anon_sym_make, STATE(7293), 1, sym_comment, - [223201] = 4, - ACTIONS(3), 1, + [223453] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym__unquoted_in_list_token4, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6138), 1, + sym_block, STATE(7294), 1, sym_comment, - [223214] = 4, - ACTIONS(3), 1, + [223466] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11748), 1, - sym__newline, - ACTIONS(11750), 1, - sym__space, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4689), 1, + sym_block, STATE(7295), 1, sym_comment, - [223227] = 4, + [223479] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11752), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(2265), 1, + aux_sym_unquoted_token4, + ACTIONS(2267), 1, + anon_sym_LBRACE, STATE(7296), 1, sym_comment, - [223240] = 4, - ACTIONS(3), 1, + [223492] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11754), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6145), 1, + sym_block, STATE(7297), 1, sym_comment, - [223253] = 4, - ACTIONS(3), 1, + [223505] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1000), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, + STATE(4744), 1, + sym_block, STATE(7298), 1, sym_comment, - [223266] = 4, - ACTIONS(3), 1, + [223518] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10144), 1, - anon_sym_RBRACE, - ACTIONS(10146), 1, - sym__entry_separator, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7290), 1, + sym__expr_parenthesized_immediate, STATE(7299), 1, sym_comment, - [223279] = 4, - ACTIONS(3), 1, + [223531] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11756), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, STATE(7300), 1, sym_comment, - STATE(7315), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - [223292] = 4, + STATE(7356), 1, + sym__expr_parenthesized_immediate, + [223544] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11758), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(2194), 1, + anon_sym_RBRACE, + ACTIONS(2198), 1, + sym__entry_separator, STATE(7301), 1, sym_comment, - STATE(7319), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - [223305] = 4, - ACTIONS(3), 1, + [223557] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2261), 1, - anon_sym_RBRACE, - ACTIONS(2263), 1, - sym__entry_separator, + ACTIONS(1693), 1, + anon_sym_LBRACE, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, STATE(7302), 1, sym_comment, - [223318] = 4, + [223570] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11760), 1, - anon_sym_RBRACK, - ACTIONS(11762), 1, - sym__entry_separator, + ACTIONS(2241), 1, + anon_sym_LBRACE, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, STATE(7303), 1, sym_comment, - [223331] = 4, - ACTIONS(3), 1, + [223583] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5907), 1, - anon_sym_RBRACK, - ACTIONS(5913), 1, - sym__entry_separator, + ACTIONS(1765), 1, + aux_sym_unquoted_token2, + ACTIONS(1767), 1, + anon_sym_LBRACE, STATE(7304), 1, sym_comment, - [223344] = 4, + [223596] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11764), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(10110), 1, + anon_sym_RBRACE, + ACTIONS(10112), 1, + sym__entry_separator, STATE(7305), 1, sym_comment, - [223357] = 4, + [223609] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11766), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, + ACTIONS(2247), 1, + anon_sym_LBRACE, STATE(7306), 1, sym_comment, - [223370] = 4, + [223622] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(7837), 1, - anon_sym_RBRACK, - ACTIONS(7839), 1, - sym__entry_separator, + ACTIONS(11749), 1, + aux_sym__unquoted_with_expr_token1, STATE(7307), 1, sym_comment, - [223383] = 4, + STATE(7318), 1, + aux_sym__unquoted_with_expr_repeat1, + [223635] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11768), 1, + ACTIONS(11751), 1, aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, STATE(7308), 1, sym_comment, - [223396] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(11770), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, + STATE(7319), 1, aux_sym__unquoted_with_expr_repeat1, + [223648] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(5032), 1, + sym_block, STATE(7309), 1, sym_comment, - [223409] = 4, + [223661] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9143), 1, + ACTIONS(5876), 1, + anon_sym_RBRACK, + ACTIONS(5882), 1, sym__entry_separator, - STATE(5480), 1, - aux_sym__multiple_types_repeat1, STATE(7310), 1, sym_comment, - [223422] = 3, - ACTIONS(251), 1, + [223674] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2229), 1, + anon_sym_RBRACE, + ACTIONS(2233), 1, + sym__entry_separator, STATE(7311), 1, sym_comment, - ACTIONS(990), 2, - sym__table_head_separator, - anon_sym_DOT2, - [223433] = 4, - ACTIONS(251), 1, + [223687] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(4683), 1, - sym_block, + ACTIONS(2188), 1, + anon_sym_RBRACE, + ACTIONS(2192), 1, + sym__entry_separator, STATE(7312), 1, sym_comment, - [223446] = 4, - ACTIONS(3), 1, + [223700] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11772), 1, - anon_sym_RBRACK, - ACTIONS(11774), 1, - sym__entry_separator, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7307), 1, + sym__expr_parenthesized_immediate, STATE(7313), 1, sym_comment, - [223459] = 3, + [223713] = 4, ACTIONS(251), 1, anon_sym_POUND, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, + ACTIONS(2186), 1, + anon_sym_LBRACE, STATE(7314), 1, sym_comment, - ACTIONS(982), 2, - sym__table_head_separator, - anon_sym_DOT2, - [223470] = 4, - ACTIONS(3), 1, + [223726] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11776), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(1683), 1, + anon_sym_LPAREN2, STATE(7315), 1, sym_comment, - [223483] = 4, - ACTIONS(3), 1, + STATE(7322), 1, + sym__expr_parenthesized_immediate, + [223739] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9143), 1, - sym__entry_separator, - STATE(5481), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(4973), 1, + sym_block, STATE(7316), 1, sym_comment, - [223496] = 3, - ACTIONS(3), 1, + [223752] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11778), 1, - aux_sym__unquoted_in_list_with_expr_token1, - STATE(7317), 2, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7276), 1, + sym__expr_parenthesized_immediate, + STATE(7317), 1, sym_comment, - aux_sym__unquoted_in_list_with_expr_repeat1, - [223507] = 4, + [223765] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2241), 1, - anon_sym_RBRACE, - ACTIONS(2245), 1, - sym__entry_separator, + ACTIONS(11753), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7318), 1, sym_comment, - [223520] = 4, + [223778] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11781), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(11755), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7319), 1, sym_comment, - [223533] = 4, + [223791] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11783), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(1894), 1, + anon_sym_RBRACE, + ACTIONS(1896), 1, + sym__entry_separator, STATE(7320), 1, sym_comment, - [223546] = 4, - ACTIONS(3), 1, + [223804] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6031), 1, - sym__entry_separator, - STATE(3070), 1, - aux_sym__multiple_types_repeat1, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6141), 1, + sym_block, STATE(7321), 1, sym_comment, - [223559] = 4, + [223817] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11785), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7248), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(11757), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7322), 1, sym_comment, - [223572] = 4, - ACTIONS(251), 1, + STATE(7331), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [223830] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(4580), 1, - sym_block, + ACTIONS(11759), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7323), 1, sym_comment, - [223585] = 4, + STATE(7332), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, + [223843] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6774), 1, - sym_block, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7220), 1, + sym__expr_parenthesized_immediate, STATE(7324), 1, sym_comment, - [223598] = 4, + [223856] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(1757), 1, + aux_sym_unquoted_token2, + ACTIONS(1759), 1, + anon_sym_LBRACE, STATE(7325), 1, sym_comment, - STATE(7360), 1, - sym__expr_parenthesized_immediate, - [223611] = 4, + [223869] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2228), 1, - anon_sym_LBRACE, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, + ACTIONS(4403), 1, + anon_sym_LPAREN2, + STATE(7227), 1, + sym__expr_parenthesized_immediate, STATE(7326), 1, sym_comment, - [223624] = 4, - ACTIONS(3), 1, + [223882] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3515), 1, - sym__space, - STATE(1148), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(9628), 1, + anon_sym_LBRACE, + STATE(6552), 1, + sym_val_record, STATE(7327), 1, sym_comment, - [223637] = 4, - ACTIONS(251), 1, + [223895] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6252), 1, - sym_block, + ACTIONS(11761), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7280), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7328), 1, sym_comment, - [223650] = 4, + [223908] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1655), 1, - anon_sym_LPAREN2, - STATE(7228), 1, - sym__expr_parenthesized_immediate, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, + ACTIONS(1794), 1, + anon_sym_LBRACE, STATE(7329), 1, sym_comment, - [223663] = 4, - ACTIONS(3), 1, + [223921] = 4, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2245), 1, + ACTIONS(1873), 1, anon_sym_LBRACE, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(7330), 1, sym_comment, - [223676] = 4, - ACTIONS(251), 1, + [223934] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5522), 1, - anon_sym_LPAREN2, - STATE(7230), 1, - sym__expr_parenthesized_immediate, + ACTIONS(11763), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7331), 1, sym_comment, - [223689] = 3, - ACTIONS(251), 1, - anon_sym_POUND, - STATE(7332), 1, - sym_comment, - ACTIONS(11787), 2, - anon_sym_RBRACK, - sym_hex_digit, - [223700] = 4, + [223947] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11789), 1, + ACTIONS(11765), 1, aux_sym__unquoted_in_record_with_expr_token1, - STATE(7273), 1, + STATE(7239), 1, aux_sym__unquoted_in_record_with_expr_repeat1, + STATE(7332), 1, + sym_comment, + [223960] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(11767), 1, + anon_sym_DASH2, STATE(7333), 1, sym_comment, - [223713] = 4, - ACTIONS(3), 1, + STATE(7684), 1, + sym_param_short_flag, + [223973] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11791), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7308), 1, - aux_sym__unquoted_with_expr_repeat1, STATE(7334), 1, sym_comment, - [223726] = 4, - ACTIONS(251), 1, + ACTIONS(11079), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + [223984] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4113), 1, - anon_sym_LPAREN2, + ACTIONS(11769), 1, + sym__newline, + ACTIONS(11771), 1, + sym__space, STATE(7335), 1, sym_comment, - STATE(7642), 1, - sym__expr_parenthesized_immediate, - [223739] = 4, - ACTIONS(251), 1, + [223997] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1771), 1, - aux_sym_unquoted_token2, - ACTIONS(1773), 1, - anon_sym_LBRACE, + ACTIONS(11773), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7216), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7336), 1, sym_comment, - [223752] = 4, + [224010] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(7007), 1, + STATE(6946), 1, sym_block, STATE(7337), 1, sym_comment, - [223765] = 4, + [224023] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11793), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7274), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(8057), 1, + sym__entry_separator, + ACTIONS(8059), 1, + anon_sym_GT2, STATE(7338), 1, sym_comment, - [223778] = 4, + [224036] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2218), 1, - anon_sym_RBRACE, - ACTIONS(2222), 1, - sym__entry_separator, + ACTIONS(11775), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7239), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7339), 1, sym_comment, - [223791] = 4, + [224049] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, - ACTIONS(2216), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, + STATE(6954), 1, + sym_block, STATE(7340), 1, sym_comment, - [223804] = 4, - ACTIONS(251), 1, + [224062] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, - ACTIONS(2222), 1, - anon_sym_LBRACE, + ACTIONS(11777), 1, + sym__newline, + ACTIONS(11779), 1, + sym__space, STATE(7341), 1, sym_comment, - [223817] = 4, + [224075] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(6443), 1, + STATE(6513), 1, sym_block, STATE(7342), 1, sym_comment, - [223830] = 4, + [224088] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5017), 1, - sym__entry_separator, - ACTIONS(5020), 1, - anon_sym_RBRACE, + ACTIONS(11781), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7234), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7343), 1, sym_comment, - [223843] = 4, + [224101] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2243), 1, - anon_sym_LPAREN2, - ACTIONS(2247), 1, - aux_sym_unquoted_token4, + ACTIONS(11783), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7235), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7344), 1, sym_comment, - [223856] = 4, - ACTIONS(251), 1, + [224114] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1802), 1, - anon_sym_LBRACE, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym__unquoted_in_list_token4, STATE(7345), 1, sym_comment, - [223869] = 4, + [224127] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6447), 1, - sym_block, STATE(7346), 1, sym_comment, - [223882] = 4, + ACTIONS(11785), 2, + anon_sym_RBRACK, + sym_hex_digit, + [224138] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3510), 1, + sym__space, + STATE(1146), 1, + aux_sym_pipe_element_repeat1, + STATE(7347), 1, + sym_comment, + [224151] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(6263), 1, + STATE(4502), 1, sym_block, - STATE(7347), 1, + STATE(7348), 1, sym_comment, - [223895] = 4, + [224164] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11795), 1, - anon_sym_RBRACE, - ACTIONS(11797), 1, + ACTIONS(5845), 1, sym__entry_separator, - STATE(7348), 1, - sym_comment, - [223908] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(1665), 1, - anon_sym_LBRACE, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, + STATE(2930), 1, + aux_sym__multiple_types_repeat1, STATE(7349), 1, sym_comment, - [223921] = 4, - ACTIONS(251), 1, + [224177] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1735), 1, - aux_sym_unquoted_token2, - ACTIONS(1737), 1, - anon_sym_LBRACE, + ACTIONS(2184), 1, + anon_sym_RBRACE, + ACTIONS(2186), 1, + sym__entry_separator, STATE(7350), 1, sym_comment, - [223934] = 4, - ACTIONS(251), 1, + [224190] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6164), 1, - sym_block, + ACTIONS(2140), 1, + anon_sym_RBRACE, + ACTIONS(2142), 1, + sym__entry_separator, STATE(7351), 1, sym_comment, - [223947] = 4, - ACTIONS(251), 1, + [224203] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6964), 1, - sym_block, + ACTIONS(11787), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7352), 1, sym_comment, - [223960] = 4, - ACTIONS(251), 1, + [224216] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6265), 1, - sym_block, + ACTIONS(11789), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7353), 1, sym_comment, - [223973] = 4, - ACTIONS(251), 1, + [224229] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6837), 1, - sym_block, + ACTIONS(2231), 1, + anon_sym_LPAREN2, + ACTIONS(2235), 1, + aux_sym__unquoted_in_record_token4, STATE(7354), 1, sym_comment, - [223986] = 4, - ACTIONS(251), 1, + [224242] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(6231), 1, - anon_sym_LBRACE, - STATE(6996), 1, - sym_block, + ACTIONS(2265), 1, + anon_sym_RBRACE, + ACTIONS(2267), 1, + sym__entry_separator, STATE(7355), 1, sym_comment, - [223999] = 4, - ACTIONS(251), 1, + [224255] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1786), 1, - aux_sym_unquoted_token2, - ACTIONS(1788), 1, - anon_sym_LBRACE, + ACTIONS(11791), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7222), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7356), 1, sym_comment, - [224012] = 4, + [224268] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2253), 1, - anon_sym_LBRACE, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, + ACTIONS(11793), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7223), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7357), 1, sym_comment, - [224025] = 4, + [224281] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, - ACTIONS(2259), 1, - anon_sym_LBRACE, + ACTIONS(11795), 1, + aux_sym__unquoted_with_expr_token1, + STATE(7281), 1, + aux_sym__unquoted_with_expr_repeat1, STATE(7358), 1, sym_comment, - [224038] = 4, + [224294] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11799), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7256), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(6484), 1, + sym__entry_separator, + STATE(3489), 1, + aux_sym__multiple_types_repeat1, STATE(7359), 1, sym_comment, - [224051] = 4, + [224307] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11801), 1, - aux_sym__unquoted_with_expr_token1, - STATE(7322), 1, - aux_sym__unquoted_with_expr_repeat1, + ACTIONS(2136), 1, + anon_sym_RBRACE, + ACTIONS(2138), 1, + sym__entry_separator, STATE(7360), 1, sym_comment, - [224064] = 4, + [224320] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(6128), 1, + STATE(6107), 1, sym_block, STATE(7361), 1, sym_comment, - [224077] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(11803), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - STATE(7362), 1, - sym_comment, - [224090] = 4, + [224333] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(6235), 1, anon_sym_LBRACE, - STATE(5023), 1, + STATE(6113), 1, sym_block, - STATE(7363), 1, + STATE(7362), 1, sym_comment, - [224103] = 4, + [224346] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2214), 1, + ACTIONS(1865), 1, anon_sym_RBRACE, - ACTIONS(2216), 1, + ACTIONS(1873), 1, sym__entry_separator, + STATE(7363), 1, + sym_comment, + [224359] = 4, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(9656), 1, + anon_sym_LBRACE, + STATE(6924), 1, + sym_val_record, STATE(7364), 1, sym_comment, - [224116] = 4, + [224372] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11805), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7278), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, + ACTIONS(11797), 1, + anon_sym_RBRACE, + ACTIONS(11799), 1, + sym__entry_separator, STATE(7365), 1, sym_comment, - [224129] = 4, - ACTIONS(251), 1, - anon_sym_POUND, - ACTIONS(6213), 1, - anon_sym_LBRACE, - STATE(6143), 1, - sym_block, - STATE(7366), 1, - sym_comment, - [224142] = 4, + [224385] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11807), 1, - aux_sym__unquoted_in_record_with_expr_token1, - STATE(7227), 1, - aux_sym__unquoted_in_record_with_expr_repeat1, - STATE(7367), 1, + ACTIONS(5076), 1, + sym__entry_separator, + ACTIONS(5079), 1, + anon_sym_RBRACE, + STATE(7366), 1, sym_comment, - [224155] = 4, + [224398] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6231), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, - STATE(7179), 1, + STATE(6798), 1, sym_block, + STATE(7367), 1, + sym_comment, + [224411] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(10106), 1, + anon_sym_RBRACE, + ACTIONS(10108), 1, + sym__entry_separator, STATE(7368), 1, sym_comment, - [224168] = 4, + [224424] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6213), 1, + ACTIONS(4934), 1, anon_sym_LBRACE, - STATE(4765), 1, - sym_block, + ACTIONS(11801), 1, + anon_sym_EQ2, STATE(7369), 1, sym_comment, - [224181] = 3, - ACTIONS(251), 1, + [224437] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11809), 1, - anon_sym_RBRACE, + ACTIONS(11803), 1, + aux_sym__unquoted_in_record_with_expr_token1, + STATE(7339), 1, + aux_sym__unquoted_in_record_with_expr_repeat1, STATE(7370), 1, sym_comment, - [224191] = 3, - ACTIONS(251), 1, + [224450] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11811), 1, - anon_sym_EQ, + ACTIONS(11805), 1, + anon_sym_RBRACE, + ACTIONS(11807), 1, + sym__entry_separator, STATE(7371), 1, sym_comment, - [224201] = 3, + [224463] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11813), 1, + ACTIONS(6217), 1, anon_sym_LBRACE, + STATE(6871), 1, + sym_block, STATE(7372), 1, sym_comment, - [224211] = 3, + [224476] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11815), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(2487), 1, + anon_sym_RBRACE, + ACTIONS(2489), 1, + sym__entry_separator, STATE(7373), 1, sym_comment, - [224221] = 3, + [224489] = 4, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11817), 1, - sym_raw_string_end, + ACTIONS(6235), 1, + anon_sym_LBRACE, + STATE(6545), 1, + sym_block, STATE(7374), 1, sym_comment, - [224231] = 3, - ACTIONS(251), 1, + [224502] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2289), 1, - anon_sym_COLON2, + ACTIONS(7884), 1, + anon_sym_RBRACK, + ACTIONS(7886), 1, + sym__entry_separator, STATE(7375), 1, sym_comment, - [224241] = 3, - ACTIONS(251), 1, + [224515] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11819), 1, - anon_sym_RBRACE, + ACTIONS(11809), 1, + anon_sym_RBRACK, + ACTIONS(11811), 1, + sym__entry_separator, STATE(7376), 1, sym_comment, - [224251] = 3, + [224528] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11821), 1, - anon_sym_EQ, + ACTIONS(11813), 1, + anon_sym_LBRACE, STATE(7377), 1, sym_comment, - [224261] = 3, + [224538] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11823), 1, - sym_identifier, + ACTIONS(483), 1, + anon_sym_RPAREN2, STATE(7378), 1, sym_comment, - [224271] = 3, + [224548] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5532), 1, - aux_sym__unquoted_in_list_token2, + ACTIONS(4604), 1, + aux_sym_unquoted_token2, STATE(7379), 1, sym_comment, - [224281] = 3, + [224558] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11825), 1, + ACTIONS(11815), 1, anon_sym_EQ, STATE(7380), 1, sym_comment, - [224291] = 3, + [224568] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11827), 1, - anon_sym_RBRACE, + ACTIONS(11817), 1, + sym_raw_string_end, STATE(7381), 1, sym_comment, - [224301] = 3, + [224578] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11829), 1, - anon_sym_RBRACE, + ACTIONS(2285), 1, + anon_sym_COLON2, STATE(7382), 1, sym_comment, - [224311] = 3, - ACTIONS(251), 1, + [224588] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11831), 1, - anon_sym_RPAREN, + ACTIONS(8115), 1, + aux_sym_unquoted_token4, STATE(7383), 1, sym_comment, - [224321] = 3, + [224598] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11833), 1, - sym_identifier, + ACTIONS(11819), 1, + anon_sym_RBRACK, STATE(7384), 1, sym_comment, - [224331] = 3, + [224608] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11835), 1, - anon_sym_RBRACE, + ACTIONS(11821), 1, + sym_raw_string_end, STATE(7385), 1, sym_comment, - [224341] = 3, - ACTIONS(251), 1, + [224618] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3402), 1, - anon_sym_COLON2, + ACTIONS(11823), 1, + aux_sym_cmd_identifier_token41, STATE(7386), 1, sym_comment, - [224351] = 3, + [224628] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11837), 1, - anon_sym_EQ, + ACTIONS(11825), 1, + anon_sym_RPAREN, STATE(7387), 1, sym_comment, - [224361] = 3, + [224638] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11839), 1, - anon_sym_EQ, + ACTIONS(11827), 1, + anon_sym_RBRACE, STATE(7388), 1, sym_comment, - [224371] = 3, + [224648] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11841), 1, - anon_sym_RPAREN, + ACTIONS(11829), 1, + sym_identifier, STATE(7389), 1, sym_comment, - [224381] = 3, + [224658] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11843), 1, - anon_sym_RBRACK, + ACTIONS(11831), 1, + anon_sym_RPAREN, STATE(7390), 1, sym_comment, - [224391] = 3, + [224668] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11762), 1, - anon_sym_LBRACE, + ACTIONS(11833), 1, + sym_identifier, STATE(7391), 1, sym_comment, - [224401] = 3, + [224678] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7152), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(11835), 1, + anon_sym_LBRACE, STATE(7392), 1, sym_comment, - [224411] = 3, + [224688] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11845), 1, - sym_raw_string_end, + ACTIONS(11837), 1, + anon_sym_RBRACE, STATE(7393), 1, sym_comment, - [224421] = 3, + [224698] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5555), 1, - aux_sym_unquoted_token2, + ACTIONS(11839), 1, + anon_sym_EQ, STATE(7394), 1, sym_comment, - [224431] = 3, + [224708] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11847), 1, - sym_raw_string_end, + ACTIONS(11841), 1, + anon_sym_EQ, STATE(7395), 1, sym_comment, - [224441] = 3, + [224718] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11849), 1, - sym_raw_string_end, + ACTIONS(4631), 1, + aux_sym_unquoted_token2, STATE(7396), 1, sym_comment, - [224451] = 3, + [224728] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11851), 1, + ACTIONS(11843), 1, anon_sym_RBRACE, STATE(7397), 1, sym_comment, - [224461] = 3, + [224738] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11853), 1, - anon_sym_GT2, + ACTIONS(11845), 1, + aux_sym_env_var_token2, STATE(7398), 1, sym_comment, - [224471] = 3, - ACTIONS(251), 1, + [224748] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - aux_sym_unquoted_token2, + ACTIONS(8478), 1, + aux_sym_unquoted_token4, STATE(7399), 1, sym_comment, - [224481] = 3, + [224758] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8731), 1, - aux_sym_unquoted_token2, + ACTIONS(11847), 1, + sym_raw_string_end, STATE(7400), 1, sym_comment, - [224491] = 3, + [224768] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4657), 1, - aux_sym_unquoted_token2, + ACTIONS(11849), 1, + anon_sym_RBRACK, STATE(7401), 1, sym_comment, - [224501] = 3, - ACTIONS(251), 1, + [224778] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11855), 1, - sym__table_head_separator, + ACTIONS(11851), 1, + aux_sym_cmd_identifier_token41, STATE(7402), 1, sym_comment, - [224511] = 3, - ACTIONS(3), 1, + [224788] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11857), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(11853), 1, + anon_sym_RPAREN, STATE(7403), 1, sym_comment, - [224521] = 3, - ACTIONS(3), 1, + [224798] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8470), 1, - aux_sym_unquoted_token4, + ACTIONS(11855), 1, + anon_sym_RPAREN, STATE(7404), 1, sym_comment, - [224531] = 3, - ACTIONS(251), 1, + [224808] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11859), 1, - anon_sym_RBRACK, + ACTIONS(9708), 1, + aux_sym_unquoted_token4, STATE(7405), 1, sym_comment, - [224541] = 3, + [224818] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(503), 1, - anon_sym_RPAREN2, + ACTIONS(11857), 1, + anon_sym_RBRACE, STATE(7406), 1, sym_comment, - [224551] = 3, + [224828] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11861), 1, - anon_sym_RPAREN, + ACTIONS(11859), 1, + anon_sym_RBRACE, STATE(7407), 1, sym_comment, - [224561] = 3, + [224838] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11863), 1, - anon_sym_RBRACE, + ACTIONS(11861), 1, + anon_sym_RPAREN, STATE(7408), 1, sym_comment, - [224571] = 3, + [224848] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11865), 1, - sym_raw_string_end, + ACTIONS(11863), 1, + sym__table_head_separator, STATE(7409), 1, sym_comment, - [224581] = 3, + [224858] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11867), 1, - anon_sym_RBRACK, + ACTIONS(11865), 1, + sym_raw_string_end, STATE(7410), 1, sym_comment, - [224591] = 3, + [224868] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11869), 1, + ACTIONS(11867), 1, anon_sym_RBRACE, STATE(7411), 1, sym_comment, - [224601] = 3, + [224878] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11871), 1, - sym__table_head_separator, + ACTIONS(11869), 1, + anon_sym_RPAREN, STATE(7412), 1, sym_comment, - [224611] = 3, + [224888] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11873), 1, - anon_sym_GT2, + ACTIONS(11871), 1, + anon_sym_RBRACE, STATE(7413), 1, sym_comment, - [224621] = 3, + [224898] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11875), 1, - anon_sym_RPAREN, + ACTIONS(11873), 1, + anon_sym_RBRACE, STATE(7414), 1, sym_comment, - [224631] = 3, - ACTIONS(251), 1, + [224908] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11877), 1, - anon_sym_RBRACE, + ACTIONS(11875), 1, + aux_sym_cmd_identifier_token41, STATE(7415), 1, sym_comment, - [224641] = 3, + [224918] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11879), 1, - anon_sym_RBRACE, + ACTIONS(11877), 1, + anon_sym_RPAREN, STATE(7416), 1, sym_comment, - [224651] = 3, + [224928] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11881), 1, + ACTIONS(11879), 1, anon_sym_RBRACE, STATE(7417), 1, sym_comment, - [224661] = 3, + [224938] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11883), 1, - anon_sym_RBRACE, + ACTIONS(11881), 1, + anon_sym_DASH_GT, STATE(7418), 1, sym_comment, - [224671] = 3, + [224948] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11885), 1, - aux_sym_env_var_token2, + ACTIONS(11883), 1, + sym__table_head_separator, STATE(7419), 1, sym_comment, - [224681] = 3, - ACTIONS(251), 1, + [224958] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11887), 1, - anon_sym_RPAREN, + ACTIONS(11885), 1, + aux_sym__unquoted_with_expr_token1, STATE(7420), 1, sym_comment, - [224691] = 3, + [224968] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11889), 1, - anon_sym_EQ, + ACTIONS(11887), 1, + anon_sym_RPAREN2, STATE(7421), 1, sym_comment, - [224701] = 3, - ACTIONS(251), 1, + [224978] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1667), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(11889), 1, + aux_sym_cmd_identifier_token41, STATE(7422), 1, sym_comment, - [224711] = 3, - ACTIONS(3), 1, + [224988] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2174), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(11891), 1, + sym_raw_string_end, STATE(7423), 1, sym_comment, - [224721] = 3, - ACTIONS(3), 1, + [224998] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7045), 1, - aux_sym_unquoted_token4, + ACTIONS(11893), 1, + sym_raw_string_end, STATE(7424), 1, sym_comment, - [224731] = 3, + [225008] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11891), 1, + ACTIONS(11895), 1, anon_sym_RBRACK, STATE(7425), 1, sym_comment, - [224741] = 3, - ACTIONS(251), 1, + [225018] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11893), 1, - anon_sym_RBRACE, + ACTIONS(11897), 1, + aux_sym_cmd_identifier_token41, STATE(7426), 1, sym_comment, - [224751] = 3, + [225028] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11895), 1, - anon_sym_RPAREN, + ACTIONS(11899), 1, + anon_sym_LBRACE, STATE(7427), 1, sym_comment, - [224761] = 3, - ACTIONS(251), 1, + [225038] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11897), 1, - anon_sym_RPAREN, + ACTIONS(2120), 1, + aux_sym__unquoted_with_expr_token1, STATE(7428), 1, sym_comment, - [224771] = 3, + [225048] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11899), 1, - ts_builtin_sym_end, + ACTIONS(2200), 1, + aux_sym_unquoted_token2, STATE(7429), 1, sym_comment, - [224781] = 3, - ACTIONS(251), 1, + [225058] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11901), 1, - anon_sym_RBRACE, + ACTIONS(11702), 1, + aux_sym__record_key_token1, STATE(7430), 1, sym_comment, - [224791] = 3, - ACTIONS(3), 1, + [225068] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11903), 1, - sym__space, + ACTIONS(11901), 1, + anon_sym_RBRACE, STATE(7431), 1, sym_comment, - [224801] = 3, + [225078] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11905), 1, - anon_sym_RBRACE, + ACTIONS(11903), 1, + anon_sym_make, STATE(7432), 1, sym_comment, - [224811] = 3, + [225088] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1621), 1, - aux_sym_unquoted_token2, + ACTIONS(11905), 1, + sym_raw_string_end, STATE(7433), 1, sym_comment, - [224821] = 3, + [225098] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11907), 1, - anon_sym_RBRACE, + ACTIONS(487), 1, + anon_sym_RPAREN2, STATE(7434), 1, sym_comment, - [224831] = 3, + [225108] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11909), 1, + ACTIONS(11907), 1, anon_sym_RBRACE, STATE(7435), 1, sym_comment, - [224841] = 3, + [225118] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11911), 1, - anon_sym_RPAREN, + ACTIONS(11909), 1, + anon_sym_RBRACK, STATE(7436), 1, sym_comment, - [224851] = 3, + [225128] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11913), 1, - anon_sym_LBRACE, + ACTIONS(11911), 1, + anon_sym_EQ, STATE(7437), 1, sym_comment, - [224861] = 3, + [225138] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11913), 1, - anon_sym_LBRACE, + anon_sym_LPAREN2, STATE(7438), 1, sym_comment, - [224871] = 3, + [225148] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11915), 1, - anon_sym_RBRACK, + ACTIONS(4801), 1, + aux_sym_unquoted_token2, STATE(7439), 1, sym_comment, - [224881] = 3, + [225158] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11917), 1, - anon_sym_LBRACE, + ACTIONS(11915), 1, + anon_sym_RBRACE, STATE(7440), 1, sym_comment, - [224891] = 3, + [225168] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11919), 1, - anon_sym_LBRACE, + ACTIONS(11917), 1, + sym_raw_string_end, STATE(7441), 1, sym_comment, - [224901] = 3, + [225178] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11921), 1, - anon_sym_RPAREN, + ACTIONS(11919), 1, + anon_sym_RBRACE, STATE(7442), 1, sym_comment, - [224911] = 3, + [225188] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11923), 1, + ACTIONS(11921), 1, anon_sym_RBRACE, STATE(7443), 1, sym_comment, - [224921] = 3, + [225198] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11925), 1, - anon_sym_LBRACE, + ACTIONS(11923), 1, + sym_raw_string_end, STATE(7444), 1, sym_comment, - [224931] = 3, + [225208] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4657), 1, + ACTIONS(4801), 1, aux_sym_unquoted_token4, STATE(7445), 1, sym_comment, - [224941] = 3, + [225218] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11927), 1, - anon_sym_RBRACK, + ACTIONS(11925), 1, + anon_sym_RPAREN, STATE(7446), 1, sym_comment, - [224951] = 3, + [225228] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11929), 1, - anon_sym_RPAREN, + ACTIONS(11927), 1, + sym_raw_string_end, STATE(7447), 1, sym_comment, - [224961] = 3, + [225238] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11931), 1, - anon_sym_LBRACE, + ACTIONS(11929), 1, + anon_sym_EQ, STATE(7448), 1, sym_comment, - [224971] = 3, + [225248] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11933), 1, - anon_sym_RBRACE, + ACTIONS(11931), 1, + sym_raw_string_end, STATE(7449), 1, sym_comment, - [224981] = 3, + [225258] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11935), 1, - anon_sym_EQ_GT, + ACTIONS(11933), 1, + anon_sym_RPAREN, STATE(7450), 1, sym_comment, - [224991] = 3, - ACTIONS(251), 1, + [225268] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11937), 1, - anon_sym_GT2, + ACTIONS(11935), 1, + aux_sym_cmd_identifier_token41, STATE(7451), 1, sym_comment, - [225001] = 3, + [225278] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11939), 1, - anon_sym_in2, + ACTIONS(11937), 1, + anon_sym_EQ, STATE(7452), 1, sym_comment, - [225011] = 3, + [225288] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11941), 1, - sym_raw_string_end, + ACTIONS(1745), 1, + aux_sym__unquoted_in_record_token2, STATE(7453), 1, sym_comment, - [225021] = 3, + [225298] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11943), 1, - anon_sym_RBRACE, + ACTIONS(11939), 1, + sym_raw_string_content, STATE(7454), 1, sym_comment, - [225031] = 3, + [225308] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11945), 1, - sym_raw_string_content, + ACTIONS(9953), 1, + aux_sym_unquoted_token2, STATE(7455), 1, sym_comment, - [225041] = 3, + [225318] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11947), 1, - sym_raw_string_end, + ACTIONS(11941), 1, + anon_sym_GT2, STATE(7456), 1, sym_comment, - [225051] = 3, - ACTIONS(251), 1, + [225328] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11949), 1, - anon_sym_RBRACK, + ACTIONS(9953), 1, + aux_sym_unquoted_token4, STATE(7457), 1, sym_comment, - [225061] = 3, + [225338] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5098), 1, - anon_sym_LBRACK2, + ACTIONS(11943), 1, + anon_sym_RBRACE, STATE(7458), 1, sym_comment, - [225071] = 3, - ACTIONS(251), 1, + [225348] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token2, + ACTIONS(11945), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7459), 1, sym_comment, - [225081] = 3, + [225358] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11951), 1, - anon_sym_RBRACE, + ACTIONS(11947), 1, + sym_identifier, STATE(7460), 1, sym_comment, - [225091] = 3, - ACTIONS(3), 1, + [225368] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4773), 1, - aux_sym_unquoted_token4, + ACTIONS(11949), 1, + sym_raw_string_content, STATE(7461), 1, sym_comment, - [225101] = 3, + [225378] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(3404), 1, - anon_sym_COLON2, + ACTIONS(11951), 1, + anon_sym_RBRACK, STATE(7462), 1, sym_comment, - [225111] = 3, + [225388] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11953), 1, anon_sym_RPAREN, STATE(7463), 1, sym_comment, - [225121] = 3, + [225398] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11955), 1, - anon_sym_RBRACE, + ACTIONS(5126), 1, + anon_sym_LBRACK2, STATE(7464), 1, sym_comment, - [225131] = 3, + [225408] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11957), 1, - anon_sym_RPAREN, + ACTIONS(11955), 1, + sym_raw_string_end, STATE(7465), 1, sym_comment, - [225141] = 3, + [225418] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11959), 1, + ACTIONS(11957), 1, sym_raw_string_end, STATE(7466), 1, sym_comment, - [225151] = 3, + [225428] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11961), 1, + ACTIONS(11959), 1, anon_sym_RBRACE, STATE(7467), 1, sym_comment, - [225161] = 3, - ACTIONS(3), 1, + [225438] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11698), 1, - aux_sym__record_key_token1, + ACTIONS(3422), 1, + anon_sym_COLON2, STATE(7468), 1, sym_comment, - [225171] = 3, + [225448] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11963), 1, - anon_sym_RPAREN2, + ACTIONS(11961), 1, + anon_sym_RBRACE, STATE(7469), 1, sym_comment, - [225181] = 3, - ACTIONS(3), 1, + [225458] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11965), 1, - aux_sym_shebang_token1, + ACTIONS(11963), 1, + sym_raw_string_end, STATE(7470), 1, sym_comment, - [225191] = 3, + [225468] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11967), 1, - sym_raw_string_end, + ACTIONS(8478), 1, + aux_sym_unquoted_token2, STATE(7471), 1, sym_comment, - [225201] = 3, - ACTIONS(3), 1, + [225478] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11969), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(11965), 1, + anon_sym_RBRACK, STATE(7472), 1, sym_comment, - [225211] = 3, + [225488] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11971), 1, - anon_sym_EQ, + ACTIONS(11967), 1, + anon_sym_RPAREN, STATE(7473), 1, sym_comment, - [225221] = 3, + [225498] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11973), 1, - sym_identifier, + ACTIONS(11969), 1, + anon_sym_RPAREN, STATE(7474), 1, sym_comment, - [225231] = 3, + [225508] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7045), 1, - aux_sym_unquoted_token2, + ACTIONS(8927), 1, + aux_sym__unquoted_in_record_token2, STATE(7475), 1, sym_comment, - [225241] = 3, - ACTIONS(3), 1, + [225518] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7124), 1, - aux_sym_unquoted_token4, + ACTIONS(11971), 1, + anon_sym_RBRACE, STATE(7476), 1, sym_comment, - [225251] = 3, + [225528] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11975), 1, + ACTIONS(11973), 1, anon_sym_RBRACE, STATE(7477), 1, sym_comment, - [225261] = 3, + [225538] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5700), 1, - aux_sym__unquoted_in_list_token2, + ACTIONS(11975), 1, + anon_sym_RBRACE, STATE(7478), 1, sym_comment, - [225271] = 3, - ACTIONS(251), 1, + [225548] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9660), 1, - aux_sym_unquoted_token2, + ACTIONS(11977), 1, + aux_sym_cmd_identifier_token41, STATE(7479), 1, sym_comment, - [225281] = 3, + [225558] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11977), 1, - anon_sym_RBRACK, + ACTIONS(11979), 1, + sym_raw_string_end, STATE(7480), 1, sym_comment, - [225291] = 3, + [225568] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11979), 1, - anon_sym_RBRACE, + ACTIONS(11981), 1, + sym_identifier, STATE(7481), 1, sym_comment, - [225301] = 3, + [225578] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11981), 1, - anon_sym_LBRACE, + ACTIONS(11983), 1, + anon_sym_EQ, STATE(7482), 1, sym_comment, - [225311] = 3, + [225588] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11983), 1, - anon_sym_RBRACK, + ACTIONS(11985), 1, + sym_raw_string_end, STATE(7483), 1, sym_comment, - [225321] = 3, - ACTIONS(251), 1, + [225598] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(11985), 1, - anon_sym_RBRACE, + ACTIONS(2120), 1, + aux_sym__unquoted_in_list_with_expr_token1, STATE(7484), 1, sym_comment, - [225331] = 3, + [225608] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11987), 1, - anon_sym_RPAREN, + anon_sym_EQ, STATE(7485), 1, sym_comment, - [225341] = 3, + [225618] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11989), 1, anon_sym_RPAREN, STATE(7486), 1, sym_comment, - [225351] = 3, + [225628] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11991), 1, - anon_sym_EQ_GT, + anon_sym_RPAREN, STATE(7487), 1, sym_comment, - [225361] = 3, - ACTIONS(251), 1, + [225638] = 3, + ACTIONS(3), 1, anon_sym_POUND, ACTIONS(11993), 1, - anon_sym_RBRACE, + aux_sym_cmd_identifier_token41, STATE(7488), 1, sym_comment, - [225371] = 3, + [225648] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11995), 1, - sym_raw_string_end, + anon_sym_RBRACE, STATE(7489), 1, sym_comment, - [225381] = 3, + [225658] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11997), 1, - anon_sym_RBRACK, + sym_long_flag_identifier, STATE(7490), 1, sym_comment, - [225391] = 3, + [225668] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(11999), 1, - sym_raw_string_end, + anon_sym_RBRACE, STATE(7491), 1, sym_comment, - [225401] = 3, + [225678] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12001), 1, anon_sym_RBRACE, STATE(7492), 1, sym_comment, - [225411] = 3, + [225688] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12003), 1, anon_sym_RPAREN, STATE(7493), 1, sym_comment, - [225421] = 3, + [225698] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12005), 1, - anon_sym_RBRACE, + anon_sym_EQ, STATE(7494), 1, sym_comment, - [225431] = 3, + [225708] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4548), 1, - aux_sym_unquoted_token2, + ACTIONS(5741), 1, + aux_sym__unquoted_in_list_token2, STATE(7495), 1, sym_comment, - [225441] = 3, - ACTIONS(251), 1, + [225718] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12007), 1, - anon_sym_RBRACK, + ACTIONS(2116), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7496), 1, sym_comment, - [225451] = 3, - ACTIONS(3), 1, + [225728] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8153), 1, - aux_sym_unquoted_token4, + ACTIONS(12007), 1, + anon_sym_RBRACK, STATE(7497), 1, sym_comment, - [225461] = 3, + [225738] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12009), 1, - sym__table_head_separator, + anon_sym_RBRACE, STATE(7498), 1, sym_comment, - [225471] = 3, + [225748] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12011), 1, - anon_sym_RBRACK, + anon_sym_RBRACE, STATE(7499), 1, sym_comment, - [225481] = 3, + [225758] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12013), 1, - anon_sym_RPAREN, + ACTIONS(471), 1, + anon_sym_RPAREN2, STATE(7500), 1, sym_comment, - [225491] = 3, + [225768] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12015), 1, - anon_sym_RBRACE, + ACTIONS(12013), 1, + anon_sym_RBRACK, STATE(7501), 1, sym_comment, - [225501] = 3, + [225778] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12017), 1, - anon_sym_RBRACE, + ACTIONS(12015), 1, + anon_sym_RPAREN, STATE(7502), 1, sym_comment, - [225511] = 3, + [225788] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12019), 1, - anon_sym_RPAREN, + ACTIONS(12017), 1, + sym__table_head_separator, STATE(7503), 1, sym_comment, - [225521] = 3, + [225798] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5700), 1, + ACTIONS(5741), 1, aux_sym__unquoted_in_list_token4, STATE(7504), 1, sym_comment, - [225531] = 3, + [225808] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11813), 1, - anon_sym_LBRACE, + ACTIONS(12019), 1, + anon_sym_EQ, STATE(7505), 1, sym_comment, - [225541] = 3, + [225818] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12021), 1, - anon_sym_RPAREN, + sym_raw_string_end, STATE(7506), 1, sym_comment, - [225551] = 3, + [225828] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2239), 1, - aux_sym_unquoted_token4, + ACTIONS(12023), 1, + aux_sym_cmd_identifier_token41, STATE(7507), 1, sym_comment, - [225561] = 3, - ACTIONS(3), 1, + [225838] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2170), 1, - aux_sym__unquoted_in_record_with_expr_token1, + ACTIONS(12025), 1, + anon_sym_RBRACE, STATE(7508), 1, sym_comment, - [225571] = 3, - ACTIONS(3), 1, + [225848] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9660), 1, - aux_sym_unquoted_token4, + ACTIONS(509), 1, + anon_sym_RPAREN2, STATE(7509), 1, sym_comment, - [225581] = 3, + [225858] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5386), 1, - anon_sym_LBRACK2, + ACTIONS(12027), 1, + anon_sym_RBRACE, STATE(7510), 1, sym_comment, - [225591] = 3, - ACTIONS(3), 1, + [225868] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12023), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12029), 1, + anon_sym_RBRACE, STATE(7511), 1, sym_comment, - [225601] = 3, + [225878] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12025), 1, - sym_raw_string_content, + ACTIONS(12031), 1, + sym_raw_string_end, STATE(7512), 1, sym_comment, - [225611] = 3, - ACTIONS(3), 1, + [225888] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12027), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12033), 1, + sym_param_short_flag_identifier, STATE(7513), 1, sym_comment, - [225621] = 3, - ACTIONS(251), 1, + [225898] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token2, + ACTIONS(2116), 1, + aux_sym__unquoted_with_expr_token1, STATE(7514), 1, sym_comment, - [225631] = 3, + [225908] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5011), 1, - anon_sym_LBRACK2, + ACTIONS(12035), 1, + anon_sym_RBRACE, STATE(7515), 1, sym_comment, - [225641] = 3, + [225918] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12029), 1, + ACTIONS(12037), 1, anon_sym_RBRACE, STATE(7516), 1, sym_comment, - [225651] = 3, + [225928] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12031), 1, - anon_sym_RBRACE, + ACTIONS(12039), 1, + sym_identifier, STATE(7517), 1, sym_comment, - [225661] = 3, + [225938] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12033), 1, - anon_sym_RPAREN, + ACTIONS(12041), 1, + sym_raw_string_end, STATE(7518), 1, sym_comment, - [225671] = 3, + [225948] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12035), 1, - anon_sym_RBRACE, + ACTIONS(12043), 1, + sym_raw_string_content, STATE(7519), 1, sym_comment, - [225681] = 3, - ACTIONS(3), 1, + [225958] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2174), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(12045), 1, + sym_raw_string_end, STATE(7520), 1, sym_comment, - [225691] = 3, - ACTIONS(251), 1, + [225968] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12037), 1, - sym_raw_string_end, + ACTIONS(2116), 1, + aux_sym__unquoted_in_list_with_expr_token1, STATE(7521), 1, sym_comment, - [225701] = 3, + [225978] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12039), 1, - anon_sym_GT2, + ACTIONS(5062), 1, + anon_sym_LBRACK2, STATE(7522), 1, sym_comment, - [225711] = 3, + [225988] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12041), 1, - anon_sym_LBRACE, + ACTIONS(12047), 1, + anon_sym_RBRACK, STATE(7523), 1, sym_comment, - [225721] = 3, + [225998] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1585), 1, - aux_sym_unquoted_token2, + ACTIONS(12049), 1, + sym_raw_string_end, STATE(7524), 1, sym_comment, - [225731] = 3, + [226008] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12043), 1, - sym_raw_string_end, + ACTIONS(12051), 1, + anon_sym_EQ, STATE(7525), 1, sym_comment, - [225741] = 3, + [226018] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12045), 1, + ACTIONS(12053), 1, anon_sym_RBRACE, STATE(7526), 1, sym_comment, - [225751] = 3, - ACTIONS(251), 1, + [226028] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12047), 1, - anon_sym_RBRACE, + ACTIONS(2204), 1, + aux_sym_unquoted_token4, STATE(7527), 1, sym_comment, - [225761] = 3, + [226038] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12049), 1, - anon_sym_RPAREN, + ACTIONS(1695), 1, + aux_sym__unquoted_in_record_token2, STATE(7528), 1, sym_comment, - [225771] = 3, + [226048] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12051), 1, + ACTIONS(12055), 1, anon_sym_RBRACE, STATE(7529), 1, sym_comment, - [225781] = 3, + [226058] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12053), 1, - anon_sym_RPAREN, + ACTIONS(12057), 1, + anon_sym_RBRACE, STATE(7530), 1, sym_comment, - [225791] = 3, + [226068] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12055), 1, + ACTIONS(12059), 1, anon_sym_RBRACE, STATE(7531), 1, sym_comment, - [225801] = 3, + [226078] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12057), 1, - anon_sym_RBRACE, + ACTIONS(12061), 1, + sym_raw_string_end, STATE(7532), 1, sym_comment, - [225811] = 3, + [226088] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12059), 1, - sym_raw_string_content, + ACTIONS(12063), 1, + sym_raw_string_end, STATE(7533), 1, sym_comment, - [225821] = 3, + [226098] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12061), 1, - sym_raw_string_end, + ACTIONS(12065), 1, + anon_sym_RPAREN, STATE(7534), 1, sym_comment, - [225831] = 3, + [226108] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7808), 1, - anon_sym_LBRACK2, + ACTIONS(12067), 1, + sym_raw_string_end, STATE(7535), 1, sym_comment, - [225841] = 3, + [226118] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12063), 1, - sym_identifier, + ACTIONS(8735), 1, + aux_sym_unquoted_token2, STATE(7536), 1, sym_comment, - [225851] = 3, - ACTIONS(251), 1, + [226128] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12065), 1, - anon_sym_EQ, + ACTIONS(7051), 1, + aux_sym_unquoted_token4, STATE(7537), 1, sym_comment, - [225861] = 3, + [226138] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12067), 1, - ts_builtin_sym_end, + ACTIONS(12069), 1, + anon_sym_RBRACK, STATE(7538), 1, sym_comment, - [225871] = 3, + [226148] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12069), 1, - anon_sym_RPAREN, + ACTIONS(12071), 1, + anon_sym_RBRACE, STATE(7539), 1, sym_comment, - [225881] = 3, + [226158] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12071), 1, - anon_sym_RBRACE, + ACTIONS(12073), 1, + sym_raw_string_content, STATE(7540), 1, sym_comment, - [225891] = 3, + [226168] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12073), 1, - anon_sym_RBRACK, + ACTIONS(12075), 1, + anon_sym_COLON2, STATE(7541), 1, sym_comment, - [225901] = 3, - ACTIONS(3), 1, + [226178] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4890), 1, - aux_sym_unquoted_token4, + ACTIONS(7723), 1, + anon_sym_LBRACK2, STATE(7542), 1, sym_comment, - [225911] = 3, + [226188] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12075), 1, - sym_raw_string_end, + ACTIONS(12077), 1, + anon_sym_RPAREN, STATE(7543), 1, sym_comment, - [225921] = 3, + [226198] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12077), 1, - sym_identifier, + ACTIONS(12079), 1, + anon_sym_RBRACE, STATE(7544), 1, sym_comment, - [225931] = 3, + [226208] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(1751), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(12081), 1, + anon_sym_RBRACE, STATE(7545), 1, sym_comment, - [225941] = 3, + [226218] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12079), 1, - anon_sym_RPAREN, + ACTIONS(1875), 1, + aux_sym_unquoted_token2, STATE(7546), 1, sym_comment, - [225951] = 3, + [226228] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12081), 1, - anon_sym_RBRACE, + ACTIONS(12083), 1, + sym_raw_string_content, STATE(7547), 1, sym_comment, - [225961] = 3, + [226238] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12083), 1, - sym_raw_string_content, + ACTIONS(12085), 1, + anon_sym_RPAREN, STATE(7548), 1, sym_comment, - [225971] = 3, - ACTIONS(251), 1, + [226248] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5988), 1, - anon_sym_LBRACK2, + ACTIONS(12087), 1, + aux_sym_shebang_token1, STATE(7549), 1, sym_comment, - [225981] = 3, - ACTIONS(251), 1, + [226258] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12085), 1, - anon_sym_RBRACE, + ACTIONS(12089), 1, + sym__space, STATE(7550), 1, sym_comment, - [225991] = 3, + [226268] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12087), 1, - anon_sym_RBRACE, + ACTIONS(11708), 1, + anon_sym_make, STATE(7551), 1, sym_comment, - [226001] = 3, + [226278] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12089), 1, - sym_raw_string_end, + ACTIONS(12091), 1, + anon_sym_RBRACE, STATE(7552), 1, sym_comment, - [226011] = 3, - ACTIONS(3), 1, + [226288] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12091), 1, - sym__space, + ACTIONS(12093), 1, + anon_sym_RPAREN, STATE(7553), 1, sym_comment, - [226021] = 3, + [226298] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12093), 1, - anon_sym_RPAREN, + ACTIONS(12095), 1, + sym_raw_string_end, STATE(7554), 1, sym_comment, - [226031] = 3, + [226308] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12095), 1, - anon_sym_RPAREN, + ACTIONS(12097), 1, + sym_raw_string_content, STATE(7555), 1, sym_comment, - [226041] = 3, + [226318] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2230), 1, - aux_sym_unquoted_token2, + ACTIONS(5991), 1, + anon_sym_LBRACK2, STATE(7556), 1, sym_comment, - [226051] = 3, + [226328] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12097), 1, - anon_sym_RBRACE, + ACTIONS(8115), 1, + aux_sym_unquoted_token2, STATE(7557), 1, sym_comment, - [226061] = 3, + [226338] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12099), 1, - sym_raw_string_end, + anon_sym_RPAREN, STATE(7558), 1, sym_comment, - [226071] = 3, + [226348] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12101), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, STATE(7559), 1, sym_comment, - [226081] = 3, + [226358] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12103), 1, - sym_raw_string_end, + anon_sym_RBRACK, STATE(7560), 1, sym_comment, - [226091] = 3, + [226368] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12105), 1, - anon_sym_RBRACE, + ACTIONS(10789), 1, + anon_sym_LBRACK2, STATE(7561), 1, sym_comment, - [226101] = 3, + [226378] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12107), 1, - sym_raw_string_content, + ACTIONS(12105), 1, + anon_sym_RPAREN, STATE(7562), 1, sym_comment, - [226111] = 3, + [226388] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7700), 1, - anon_sym_LBRACK2, + ACTIONS(12107), 1, + anon_sym_RPAREN, STATE(7563), 1, sym_comment, - [226121] = 3, - ACTIONS(3), 1, + [226398] = 3, + ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12109), 1, - aux_sym_cmd_identifier_token41, + anon_sym_RBRACE, STATE(7564), 1, sym_comment, - [226131] = 3, + [226408] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8759), 1, - aux_sym__unquoted_in_list_token2, + ACTIONS(12111), 1, + anon_sym_EQ, STATE(7565), 1, sym_comment, - [226141] = 3, + [226418] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12111), 1, - anon_sym_COLON2, + ACTIONS(12113), 1, + anon_sym_LBRACE, STATE(7566), 1, sym_comment, - [226151] = 3, + [226428] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12113), 1, - sym_raw_string_end, + ACTIONS(5577), 1, + aux_sym_unquoted_token2, STATE(7567), 1, sym_comment, - [226161] = 3, + [226438] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12115), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, STATE(7568), 1, sym_comment, - [226171] = 3, + [226448] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4123), 1, - aux_sym_unquoted_token2, + ACTIONS(12117), 1, + sym_raw_string_content, STATE(7569), 1, sym_comment, - [226181] = 3, - ACTIONS(3), 1, + [226458] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4548), 1, - aux_sym_unquoted_token4, + ACTIONS(7675), 1, + anon_sym_LBRACK2, STATE(7570), 1, sym_comment, - [226191] = 3, + [226468] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12117), 1, - anon_sym_RBRACK, + ACTIONS(12119), 1, + anon_sym_EQ_GT, STATE(7571), 1, sym_comment, - [226201] = 3, + [226478] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12119), 1, - sym_raw_string_end, + ACTIONS(12121), 1, + anon_sym_RBRACE, STATE(7572), 1, sym_comment, - [226211] = 3, + [226488] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12121), 1, - anon_sym_RBRACK, + ACTIONS(12123), 1, + sym_raw_string_end, STATE(7573), 1, sym_comment, - [226221] = 3, + [226498] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12123), 1, - sym_raw_string_content, + ACTIONS(12125), 1, + sym_raw_string_end, STATE(7574), 1, sym_comment, - [226231] = 3, + [226508] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12125), 1, - sym_raw_string_content, + ACTIONS(12127), 1, + anon_sym_RPAREN, STATE(7575), 1, sym_comment, - [226241] = 3, + [226518] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7702), 1, - anon_sym_LBRACK2, + ACTIONS(12129), 1, + anon_sym_RBRACE, STATE(7576), 1, sym_comment, - [226251] = 3, + [226528] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12127), 1, - anon_sym_RPAREN, + ACTIONS(3424), 1, + anon_sym_COLON2, STATE(7577), 1, sym_comment, - [226261] = 3, - ACTIONS(251), 1, + [226538] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12129), 1, - anon_sym_GT2, + ACTIONS(4631), 1, + aux_sym_unquoted_token4, STATE(7578), 1, sym_comment, - [226271] = 3, + [226548] = 3, ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12131), 1, - sym_raw_string_end, + anon_sym_RBRACE, STATE(7579), 1, sym_comment, - [226281] = 3, - ACTIONS(3), 1, + [226558] = 3, + ACTIONS(251), 1, anon_sym_POUND, ACTIONS(12133), 1, - aux_sym_cmd_identifier_token41, + anon_sym_GT2, STATE(7580), 1, sym_comment, - [226291] = 3, + [226568] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12135), 1, - anon_sym_EQ, + ACTIONS(4904), 1, + aux_sym_unquoted_token2, STATE(7581), 1, sym_comment, - [226301] = 3, + [226578] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12137), 1, - anon_sym_RBRACE, + ACTIONS(12135), 1, + sym_raw_string_content, STATE(7582), 1, sym_comment, - [226311] = 3, - ACTIONS(3), 1, + [226588] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12139), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(7927), 1, + anon_sym_LBRACK2, STATE(7583), 1, sym_comment, - [226321] = 3, - ACTIONS(3), 1, + [226598] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2174), 1, - aux_sym__unquoted_in_list_with_expr_token1, + ACTIONS(12137), 1, + anon_sym_RBRACK, STATE(7584), 1, sym_comment, - [226331] = 3, + [226608] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12141), 1, - sym_raw_string_end, + ACTIONS(11614), 1, + anon_sym_EQ_GT, STATE(7585), 1, sym_comment, - [226341] = 3, + [226618] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12143), 1, - anon_sym_RBRACE, + ACTIONS(12139), 1, + anon_sym_RPAREN, STATE(7586), 1, sym_comment, - [226351] = 3, - ACTIONS(251), 1, + [226628] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12145), 1, - anon_sym_EQ, + ACTIONS(4904), 1, + aux_sym_unquoted_token4, STATE(7587), 1, sym_comment, - [226361] = 3, + [226638] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12147), 1, - sym_raw_string_content, + ACTIONS(12141), 1, + anon_sym_RBRACE, STATE(7588), 1, sym_comment, - [226371] = 3, + [226648] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12149), 1, - anon_sym_RBRACE, + ACTIONS(12143), 1, + anon_sym_LBRACE, STATE(7589), 1, sym_comment, - [226381] = 3, + [226658] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12151), 1, + ACTIONS(12145), 1, anon_sym_RBRACE, STATE(7590), 1, sym_comment, - [226391] = 3, + [226668] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12153), 1, - sym_raw_string_end, + ACTIONS(12147), 1, + anon_sym_RPAREN, STATE(7591), 1, sym_comment, - [226401] = 3, + [226678] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12155), 1, - sym_raw_string_end, + ACTIONS(12149), 1, + anon_sym_RPAREN, STATE(7592), 1, sym_comment, - [226411] = 3, + [226688] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(479), 1, - anon_sym_RPAREN2, + ACTIONS(12151), 1, + anon_sym_RBRACE, STATE(7593), 1, sym_comment, - [226421] = 3, + [226698] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8470), 1, - aux_sym_unquoted_token2, + ACTIONS(12153), 1, + anon_sym_RPAREN2, STATE(7594), 1, sym_comment, - [226431] = 3, + [226708] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12157), 1, - sym_param_short_flag_identifier, + ACTIONS(12155), 1, + sym_raw_string_content, STATE(7595), 1, sym_comment, - [226441] = 3, + [226718] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12159), 1, - anon_sym_RBRACK, + ACTIONS(12157), 1, + anon_sym_RBRACE, STATE(7596), 1, sym_comment, - [226451] = 3, + [226728] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12161), 1, - sym_raw_string_end, + ACTIONS(12159), 1, + anon_sym_RBRACE, STATE(7597), 1, sym_comment, - [226461] = 3, + [226738] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12163), 1, - anon_sym_RBRACE, + ACTIONS(10922), 1, + anon_sym_LBRACE, STATE(7598), 1, sym_comment, - [226471] = 3, - ACTIONS(3), 1, + [226748] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12165), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12161), 1, + anon_sym_RPAREN, STATE(7599), 1, sym_comment, - [226481] = 3, + [226758] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12167), 1, - anon_sym_RPAREN, + ACTIONS(12163), 1, + anon_sym_LBRACE, STATE(7600), 1, sym_comment, - [226491] = 3, + [226768] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12169), 1, - sym_raw_string_content, + ACTIONS(12165), 1, + sym_identifier, STATE(7601), 1, sym_comment, - [226501] = 3, + [226778] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6113), 1, - anon_sym_LBRACK2, + ACTIONS(12163), 1, + anon_sym_LBRACE, STATE(7602), 1, sym_comment, - [226511] = 3, + [226788] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12171), 1, - anon_sym_RPAREN, + ACTIONS(12167), 1, + anon_sym_LBRACE, STATE(7603), 1, sym_comment, - [226521] = 3, + [226798] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12173), 1, - sym_raw_string_end, + ACTIONS(12169), 1, + anon_sym_RBRACE, STATE(7604), 1, sym_comment, - [226531] = 3, + [226808] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11616), 1, - anon_sym_EQ_GT, + ACTIONS(11668), 1, + anon_sym_LBRACE, STATE(7605), 1, sym_comment, - [226541] = 3, + [226818] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12175), 1, - anon_sym_RBRACK, + ACTIONS(4692), 1, + anon_sym_COLON2, STATE(7606), 1, sym_comment, - [226551] = 3, + [226828] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12177), 1, - anon_sym_RPAREN, + ACTIONS(10783), 1, + anon_sym_LBRACE, STATE(7607), 1, sym_comment, - [226561] = 3, + [226838] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(523), 1, - ts_builtin_sym_end, + ACTIONS(12171), 1, + sym_raw_string_content, STATE(7608), 1, sym_comment, - [226571] = 3, + [226848] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12179), 1, - sym_raw_string_end, + ACTIONS(6128), 1, + anon_sym_LBRACK2, STATE(7609), 1, sym_comment, - [226581] = 3, + [226858] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12181), 1, + ACTIONS(12173), 1, anon_sym_RBRACE, STATE(7610), 1, sym_comment, - [226591] = 3, + [226868] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12183), 1, - anon_sym_RBRACE, + ACTIONS(5474), 1, + aux_sym__unquoted_in_list_token2, STATE(7611), 1, sym_comment, - [226601] = 3, + [226878] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12185), 1, - anon_sym_RBRACE, + ACTIONS(12175), 1, + sym__table_head_separator, STATE(7612), 1, sym_comment, - [226611] = 3, + [226888] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12187), 1, - anon_sym_EQ, + ACTIONS(12177), 1, + anon_sym_LBRACE, STATE(7613), 1, sym_comment, - [226621] = 3, + [226898] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12189), 1, - sym_raw_string_content, + ACTIONS(7051), 1, + aux_sym_unquoted_token2, STATE(7614), 1, sym_comment, - [226631] = 3, + [226908] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(6090), 1, - anon_sym_LBRACK2, + ACTIONS(12179), 1, + sym_raw_string_end, STATE(7615), 1, sym_comment, - [226641] = 3, + [226918] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12191), 1, - sym_raw_string_end, + ACTIONS(12181), 1, + anon_sym_RBRACK, STATE(7616), 1, sym_comment, - [226651] = 3, + [226928] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12193), 1, - anon_sym_GT2, + ACTIONS(12183), 1, + anon_sym_RPAREN, STATE(7617), 1, sym_comment, - [226661] = 3, + [226938] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11016), 1, - anon_sym_LBRACE, + ACTIONS(12185), 1, + anon_sym_RBRACE, STATE(7618), 1, sym_comment, - [226671] = 3, - ACTIONS(251), 1, + [226948] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12195), 1, - anon_sym_RPAREN2, + ACTIONS(12187), 1, + sym__space, STATE(7619), 1, sym_comment, - [226681] = 3, + [226958] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12197), 1, - anon_sym_RPAREN2, + ACTIONS(12189), 1, + anon_sym_RBRACE, STATE(7620), 1, sym_comment, - [226691] = 3, + [226968] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12199), 1, - sym__table_head_separator, + ACTIONS(12191), 1, + sym_raw_string_content, STATE(7621), 1, sym_comment, - [226701] = 3, + [226978] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12201), 1, - sym_raw_string_end, + ACTIONS(6055), 1, + anon_sym_LBRACK2, STATE(7622), 1, sym_comment, - [226711] = 3, + [226988] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12203), 1, - anon_sym_RBRACE, + ACTIONS(12193), 1, + anon_sym_GT2, STATE(7623), 1, sym_comment, - [226721] = 3, + [226998] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12205), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(7130), 1, + aux_sym_unquoted_token4, STATE(7624), 1, sym_comment, - [226731] = 3, - ACTIONS(3), 1, + [227008] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12207), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12195), 1, + anon_sym_RBRACK, STATE(7625), 1, sym_comment, - [226741] = 3, + [227018] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12209), 1, - anon_sym_RPAREN, + ACTIONS(12197), 1, + anon_sym_RBRACK, STATE(7626), 1, sym_comment, - [226751] = 3, + [227028] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12211), 1, - sym_raw_string_content, + ACTIONS(12199), 1, + anon_sym_RBRACE, STATE(7627), 1, sym_comment, - [226761] = 3, + [227038] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9569), 1, - anon_sym_LBRACK2, + ACTIONS(1555), 1, + aux_sym_unquoted_token2, STATE(7628), 1, sym_comment, - [226771] = 3, + [227048] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12213), 1, - sym_raw_string_end, + ACTIONS(12201), 1, + anon_sym_RPAREN, STATE(7629), 1, sym_comment, - [226781] = 3, - ACTIONS(251), 1, + [227058] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12215), 1, - anon_sym_RBRACE, + ACTIONS(12203), 1, + aux_sym_cmd_identifier_token41, STATE(7630), 1, sym_comment, - [226791] = 3, + [227068] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12217), 1, - anon_sym_RBRACE, + ACTIONS(12205), 1, + anon_sym_GT2, STATE(7631), 1, sym_comment, - [226801] = 3, + [227078] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12219), 1, - anon_sym_LBRACE, + ACTIONS(1631), 1, + aux_sym_unquoted_token2, STATE(7632), 1, sym_comment, - [226811] = 3, + [227088] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12221), 1, - sym_raw_string_end, + ACTIONS(12207), 1, + anon_sym_RPAREN, STATE(7633), 1, sym_comment, - [226821] = 3, + [227098] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12223), 1, - anon_sym_LBRACE, + ACTIONS(12209), 1, + sym_raw_string_content, STATE(7634), 1, sym_comment, - [226831] = 3, + [227108] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12225), 1, - anon_sym_RPAREN, + ACTIONS(9670), 1, + anon_sym_LBRACK2, STATE(7635), 1, sym_comment, - [226841] = 3, + [227118] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12227), 1, + ACTIONS(12211), 1, sym_raw_string_end, STATE(7636), 1, sym_comment, - [226851] = 3, + [227128] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12229), 1, - sym_raw_string_end, + ACTIONS(12213), 1, + anon_sym_RPAREN, STATE(7637), 1, sym_comment, - [226861] = 3, + [227138] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12231), 1, - anon_sym_EQ, + ACTIONS(12215), 1, + anon_sym_RBRACK, STATE(7638), 1, sym_comment, - [226871] = 3, + [227148] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12233), 1, - sym_raw_string_end, + ACTIONS(12217), 1, + anon_sym_RBRACE, STATE(7639), 1, sym_comment, - [226881] = 3, + [227158] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12235), 1, - sym_raw_string_content, + ACTIONS(12219), 1, + anon_sym_EQ, STATE(7640), 1, sym_comment, - [226891] = 3, - ACTIONS(251), 1, + [227168] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(9155), 1, - anon_sym_LBRACK2, + ACTIONS(12221), 1, + aux_sym_shebang_token1, STATE(7641), 1, sym_comment, - [226901] = 3, - ACTIONS(3), 1, + [227178] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12237), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(12223), 1, + anon_sym_DASH_GT, STATE(7642), 1, sym_comment, - [226911] = 3, - ACTIONS(3), 1, + [227188] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12239), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(11835), 1, + anon_sym_LBRACE, STATE(7643), 1, sym_comment, - [226921] = 3, + [227198] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12241), 1, - sym_raw_string_end, + ACTIONS(12225), 1, + anon_sym_GT2, STATE(7644), 1, sym_comment, - [226931] = 3, + [227208] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12243), 1, - anon_sym_RBRACE, + ACTIONS(12227), 1, + anon_sym_LBRACE, STATE(7645), 1, sym_comment, - [226941] = 3, + [227218] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12245), 1, - anon_sym_LBRACE, + ACTIONS(8764), 1, + aux_sym__unquoted_in_list_token2, STATE(7646), 1, sym_comment, - [226951] = 3, + [227228] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12247), 1, - sym_raw_string_end, + ACTIONS(12229), 1, + sym_raw_string_content, STATE(7647), 1, sym_comment, - [226961] = 3, + [227238] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12249), 1, - anon_sym_RPAREN, + ACTIONS(9306), 1, + anon_sym_LBRACK2, STATE(7648), 1, sym_comment, - [226971] = 3, + [227248] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9950), 1, - aux_sym_unquoted_token2, + ACTIONS(12231), 1, + anon_sym_LBRACE, STATE(7649), 1, sym_comment, - [226981] = 3, + [227258] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12251), 1, + ACTIONS(12233), 1, sym_raw_string_end, STATE(7650), 1, sym_comment, - [226991] = 3, + [227268] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12253), 1, - anon_sym_EQ, + ACTIONS(12235), 1, + anon_sym_RBRACE, STATE(7651), 1, sym_comment, - [227001] = 3, + [227278] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12255), 1, - sym_raw_string_content, + ACTIONS(12237), 1, + anon_sym_RBRACE, STATE(7652), 1, sym_comment, - [227011] = 3, + [227288] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12257), 1, - sym_raw_string_content, + ACTIONS(12239), 1, + sym_raw_string_end, STATE(7653), 1, sym_comment, - [227021] = 3, + [227298] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2475), 1, - anon_sym_LBRACK2, + ACTIONS(12241), 1, + anon_sym_RBRACE, STATE(7654), 1, sym_comment, - [227031] = 3, + [227308] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12259), 1, + ACTIONS(12243), 1, anon_sym_RBRACE, STATE(7655), 1, sym_comment, - [227041] = 3, - ACTIONS(3), 1, + [227318] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12261), 1, - aux_sym__unquoted_in_list_with_expr_token1, + ACTIONS(12245), 1, + anon_sym_RBRACE, STATE(7656), 1, sym_comment, - [227051] = 3, - ACTIONS(3), 1, + [227328] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(9950), 1, - aux_sym_unquoted_token4, + ACTIONS(12247), 1, + anon_sym_RBRACE, STATE(7657), 1, sym_comment, - [227061] = 3, + [227338] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11678), 1, - anon_sym_make, + ACTIONS(12249), 1, + anon_sym_COLON2, STATE(7658), 1, sym_comment, - [227071] = 3, + [227348] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12263), 1, - anon_sym_RBRACK, + ACTIONS(12251), 1, + sym_raw_string_end, STATE(7659), 1, sym_comment, - [227081] = 3, + [227358] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12265), 1, - anon_sym_make, + ACTIONS(12253), 1, + sym_raw_string_content, STATE(7660), 1, sym_comment, - [227091] = 3, + [227368] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12267), 1, - anon_sym_RBRACE, + ACTIONS(2401), 1, + anon_sym_LBRACK2, STATE(7661), 1, sym_comment, - [227101] = 3, + [227378] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10391), 1, - anon_sym_LBRACK2, + ACTIONS(12255), 1, + anon_sym_EQ, STATE(7662), 1, sym_comment, - [227111] = 3, + [227388] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12269), 1, - sym_raw_string_content, + ACTIONS(12257), 1, + sym_raw_string_end, STATE(7663), 1, sym_comment, - [227121] = 3, + [227398] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2317), 1, - anon_sym_LBRACK2, + ACTIONS(12259), 1, + anon_sym_RBRACE, STATE(7664), 1, sym_comment, - [227131] = 3, + [227408] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12271), 1, - anon_sym_RBRACE, + ACTIONS(517), 1, + ts_builtin_sym_end, STATE(7665), 1, sym_comment, - [227141] = 3, + [227418] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12273), 1, - sym_identifier, + ACTIONS(7130), 1, + aux_sym_unquoted_token2, STATE(7666), 1, sym_comment, - [227151] = 3, + [227428] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12275), 1, - anon_sym_EQ, + ACTIONS(12261), 1, + sym_raw_string_end, STATE(7667), 1, sym_comment, - [227161] = 3, + [227438] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12277), 1, + ACTIONS(12263), 1, anon_sym_RBRACK, STATE(7668), 1, sym_comment, - [227171] = 3, + [227448] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12279), 1, - anon_sym_RPAREN, + ACTIONS(7177), 1, + aux_sym__unquoted_in_record_token2, STATE(7669), 1, sym_comment, - [227181] = 3, + [227458] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12281), 1, - anon_sym_RBRACE, + ACTIONS(12265), 1, + sym_raw_string_content, STATE(7670), 1, sym_comment, - [227191] = 3, + [227468] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12283), 1, - anon_sym_RPAREN, + ACTIONS(2320), 1, + anon_sym_LBRACK2, STATE(7671), 1, sym_comment, - [227201] = 3, + [227478] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(455), 1, - anon_sym_RPAREN2, + ACTIONS(12267), 1, + anon_sym_RPAREN, STATE(7672), 1, sym_comment, - [227211] = 3, + [227488] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12285), 1, - sym_raw_string_content, + ACTIONS(12269), 1, + anon_sym_LBRACE, STATE(7673), 1, sym_comment, - [227221] = 3, + [227498] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12287), 1, - anon_sym_RBRACE, + ACTIONS(12271), 1, + anon_sym_RPAREN, STATE(7674), 1, sym_comment, - [227231] = 3, + [227508] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12289), 1, - anon_sym_RPAREN, + ACTIONS(12273), 1, + anon_sym_GT2, STATE(7675), 1, sym_comment, - [227241] = 3, + [227518] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12291), 1, - anon_sym_RBRACE, + ACTIONS(9708), 1, + aux_sym_unquoted_token2, STATE(7676), 1, sym_comment, - [227251] = 3, + [227528] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(10914), 1, - anon_sym_LBRACE, + ACTIONS(12275), 1, + anon_sym_RPAREN2, STATE(7677), 1, sym_comment, - [227261] = 3, + [227538] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12293), 1, - anon_sym_LBRACE, + ACTIONS(12277), 1, + anon_sym_RBRACE, STATE(7678), 1, sym_comment, - [227271] = 3, - ACTIONS(251), 1, + [227548] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12295), 1, - anon_sym_RBRACE, + ACTIONS(12279), 1, + aux_sym_cmd_identifier_token41, STATE(7679), 1, sym_comment, - [227281] = 3, + [227558] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(7124), 1, - aux_sym_unquoted_token2, + ACTIONS(12281), 1, + sym_raw_string_content, STATE(7680), 1, sym_comment, - [227291] = 3, + [227568] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12297), 1, - anon_sym_DASH_GT, + ACTIONS(12283), 1, + anon_sym_EQ, STATE(7681), 1, sym_comment, - [227301] = 3, + [227578] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12299), 1, - sym_raw_string_content, + ACTIONS(12285), 1, + sym_raw_string_end, STATE(7682), 1, sym_comment, - [227311] = 3, - ACTIONS(251), 1, + [227588] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12301), 1, - anon_sym_EQ, + ACTIONS(12287), 1, + aux_sym_comment_token1, STATE(7683), 1, sym_comment, - [227321] = 3, - ACTIONS(3), 1, + [227598] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12303), 1, - aux_sym_shebang_token1, + ACTIONS(12289), 1, + anon_sym_RPAREN, STATE(7684), 1, sym_comment, - [227331] = 3, + [227608] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12305), 1, - anon_sym_RBRACE, + ACTIONS(12291), 1, + anon_sym_EQ, STATE(7685), 1, sym_comment, - [227341] = 3, - ACTIONS(3), 1, + [227618] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2170), 1, - aux_sym__unquoted_with_expr_token1, + ACTIONS(4413), 1, + aux_sym_unquoted_token2, STATE(7686), 1, sym_comment, - [227351] = 3, - ACTIONS(251), 1, + [227628] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12307), 1, - anon_sym_RBRACE, + ACTIONS(12293), 1, + aux_sym__unquoted_in_list_with_expr_token1, STATE(7687), 1, sym_comment, - [227361] = 3, - ACTIONS(251), 1, + [227638] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12309), 1, - anon_sym_RBRACK, + ACTIONS(4604), 1, + aux_sym_unquoted_token4, STATE(7688), 1, sym_comment, - [227371] = 3, + [227648] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12311), 1, - anon_sym_RBRACE, + ACTIONS(12295), 1, + sym_raw_string_content, STATE(7689), 1, sym_comment, - [227381] = 3, + [227658] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12313), 1, - anon_sym_RBRACE, + ACTIONS(12297), 1, + anon_sym_RBRACK, STATE(7690), 1, sym_comment, - [227391] = 3, + [227668] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12315), 1, - sym_raw_string_content, + ACTIONS(12299), 1, + anon_sym_RPAREN, STATE(7691), 1, sym_comment, - [227401] = 3, + [227678] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12317), 1, - sym_raw_string_content, + ACTIONS(12301), 1, + anon_sym_RBRACE, STATE(7692), 1, sym_comment, - [227411] = 3, + [227688] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12319), 1, - sym_raw_string_content, + ACTIONS(12303), 1, + anon_sym_RBRACE, STATE(7693), 1, sym_comment, - [227421] = 3, - ACTIONS(251), 1, + [227698] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12321), 1, - sym_raw_string_content, + ACTIONS(12305), 1, + aux_sym_cmd_identifier_token41, STATE(7694), 1, sym_comment, - [227431] = 3, + [227708] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12323), 1, - sym_raw_string_content, + ACTIONS(12307), 1, + sym_raw_string_end, STATE(7695), 1, sym_comment, - [227441] = 3, - ACTIONS(251), 1, + [227718] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12325), 1, - sym_raw_string_content, + ACTIONS(12309), 1, + aux_sym_cmd_identifier_token41, STATE(7696), 1, sym_comment, - [227451] = 3, + [227728] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12327), 1, - sym_raw_string_content, + ACTIONS(12311), 1, + anon_sym_RBRACE, STATE(7697), 1, sym_comment, - [227461] = 3, + [227738] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12329), 1, + ACTIONS(12313), 1, sym_raw_string_content, STATE(7698), 1, sym_comment, - [227471] = 3, + [227748] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12331), 1, + ACTIONS(12315), 1, sym_raw_string_content, STATE(7699), 1, sym_comment, - [227481] = 3, + [227758] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12333), 1, + ACTIONS(12317), 1, sym_raw_string_content, STATE(7700), 1, sym_comment, - [227491] = 3, + [227768] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12335), 1, + ACTIONS(12319), 1, sym_raw_string_content, STATE(7701), 1, sym_comment, - [227501] = 3, + [227778] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12337), 1, + ACTIONS(12321), 1, sym_raw_string_content, STATE(7702), 1, sym_comment, - [227511] = 3, + [227788] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12339), 1, + ACTIONS(12323), 1, sym_raw_string_content, STATE(7703), 1, sym_comment, - [227521] = 3, + [227798] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12341), 1, + ACTIONS(12325), 1, sym_raw_string_content, STATE(7704), 1, sym_comment, - [227531] = 3, + [227808] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12343), 1, + ACTIONS(12327), 1, sym_raw_string_content, STATE(7705), 1, sym_comment, - [227541] = 3, + [227818] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12345), 1, + ACTIONS(12329), 1, sym_raw_string_content, STATE(7706), 1, sym_comment, - [227551] = 3, + [227828] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12347), 1, + ACTIONS(12331), 1, sym_raw_string_content, STATE(7707), 1, sym_comment, - [227561] = 3, + [227838] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12349), 1, + ACTIONS(12333), 1, sym_raw_string_content, STATE(7708), 1, sym_comment, - [227571] = 3, + [227848] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12351), 1, + ACTIONS(12335), 1, sym_raw_string_content, STATE(7709), 1, sym_comment, - [227581] = 3, + [227858] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12353), 1, + ACTIONS(12337), 1, sym_raw_string_content, STATE(7710), 1, sym_comment, - [227591] = 3, + [227868] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12355), 1, + ACTIONS(12339), 1, sym_raw_string_content, STATE(7711), 1, sym_comment, - [227601] = 3, + [227878] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12357), 1, + ACTIONS(12341), 1, sym_raw_string_content, STATE(7712), 1, sym_comment, - [227611] = 3, - ACTIONS(3), 1, + [227888] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12359), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12343), 1, + sym_raw_string_content, STATE(7713), 1, sym_comment, - [227621] = 3, + [227898] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(11696), 1, - anon_sym_LPAREN2, + ACTIONS(12345), 1, + sym_raw_string_content, STATE(7714), 1, sym_comment, - [227631] = 3, - ACTIONS(3), 1, + [227908] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12361), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12347), 1, + sym_raw_string_content, STATE(7715), 1, sym_comment, - [227641] = 3, + [227918] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12363), 1, - sym_raw_string_end, + ACTIONS(12349), 1, + sym_raw_string_content, STATE(7716), 1, sym_comment, - [227651] = 3, + [227928] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12365), 1, - anon_sym_EQ, + ACTIONS(12351), 1, + sym_raw_string_content, STATE(7717), 1, sym_comment, - [227661] = 3, + [227938] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12367), 1, - anon_sym_COLON2, + ACTIONS(12353), 1, + sym_raw_string_content, STATE(7718), 1, sym_comment, - [227671] = 3, + [227948] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8921), 1, - aux_sym__unquoted_in_record_token2, + ACTIONS(12355), 1, + sym_raw_string_content, STATE(7719), 1, sym_comment, - [227681] = 3, - ACTIONS(3), 1, + [227958] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12369), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12357), 1, + anon_sym_RPAREN, STATE(7720), 1, sym_comment, - [227691] = 3, - ACTIONS(3), 1, + [227968] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8731), 1, - aux_sym_unquoted_token4, + ACTIONS(11700), 1, + anon_sym_LPAREN2, STATE(7721), 1, sym_comment, - [227701] = 3, + [227978] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12371), 1, - anon_sym_RPAREN, + ACTIONS(12359), 1, + anon_sym_RBRACK, STATE(7722), 1, sym_comment, - [227711] = 3, + [227988] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12373), 1, - anon_sym_in2, + ACTIONS(12361), 1, + sym_raw_string_end, STATE(7723), 1, sym_comment, - [227721] = 3, + [227998] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(487), 1, - anon_sym_RPAREN2, + ACTIONS(12363), 1, + sym_identifier, STATE(7724), 1, sym_comment, - [227731] = 3, + [228008] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4441), 1, - aux_sym_unquoted_token2, + ACTIONS(12365), 1, + anon_sym_RBRACK, STATE(7725), 1, sym_comment, - [227741] = 3, - ACTIONS(3), 1, + [228018] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(5555), 1, - aux_sym_unquoted_token4, + ACTIONS(12367), 1, + anon_sym_RBRACK, STATE(7726), 1, sym_comment, - [227751] = 3, - ACTIONS(3), 1, + [228028] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(2255), 1, - aux_sym_unquoted_token4, + ACTIONS(12369), 1, + anon_sym_RPAREN, STATE(7727), 1, sym_comment, - [227761] = 3, + [228038] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12375), 1, - sym_identifier, + ACTIONS(12371), 1, + anon_sym_RBRACE, STATE(7728), 1, sym_comment, - [227771] = 3, + [228048] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12377), 1, + ACTIONS(12373), 1, anon_sym_RBRACK, STATE(7729), 1, sym_comment, - [227781] = 3, + [228058] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12379), 1, - anon_sym_RPAREN, + ACTIONS(12375), 1, + anon_sym_in2, STATE(7730), 1, sym_comment, - [227791] = 3, + [228068] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12381), 1, - anon_sym_RBRACE, + ACTIONS(12377), 1, + anon_sym_LBRACE, STATE(7731), 1, sym_comment, - [227801] = 3, + [228078] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12383), 1, - anon_sym_RBRACE, + ACTIONS(12379), 1, + anon_sym_RPAREN, STATE(7732), 1, sym_comment, - [227811] = 3, - ACTIONS(251), 1, + [228088] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12385), 1, - anon_sym_RPAREN, + ACTIONS(2120), 1, + aux_sym__unquoted_in_record_with_expr_token1, STATE(7733), 1, sym_comment, - [227821] = 3, + [228098] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2170), 1, - aux_sym__unquoted_in_list_with_expr_token1, + ACTIONS(2243), 1, + aux_sym_unquoted_token4, STATE(7734), 1, sym_comment, - [227831] = 3, + [228108] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12387), 1, - anon_sym_LBRACE, + ACTIONS(12381), 1, + sym_raw_string_end, STATE(7735), 1, sym_comment, - [227841] = 3, + [228118] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12389), 1, - sym_identifier, + ACTIONS(12383), 1, + anon_sym_RPAREN, STATE(7736), 1, sym_comment, - [227851] = 3, + [228128] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4712), 1, - anon_sym_COLON2, + ACTIONS(12385), 1, + anon_sym_EQ_GT, STATE(7737), 1, sym_comment, - [227861] = 3, - ACTIONS(251), 1, + [228138] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12391), 1, - sym_raw_string_end, + ACTIONS(8735), 1, + aux_sym_unquoted_token4, STATE(7738), 1, sym_comment, - [227871] = 3, + [228148] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(8153), 1, - aux_sym_unquoted_token2, + ACTIONS(12387), 1, + ts_builtin_sym_end, STATE(7739), 1, sym_comment, - [227881] = 3, + [228158] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12393), 1, - anon_sym_RBRACK, + ACTIONS(4534), 1, + aux_sym_unquoted_token2, STATE(7740), 1, sym_comment, - [227891] = 3, + [228168] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12395), 1, - anon_sym_RPAREN, + ACTIONS(475), 1, + anon_sym_RPAREN2, STATE(7741), 1, sym_comment, - [227901] = 3, + [228178] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12397), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(5577), 1, + aux_sym_unquoted_token4, STATE(7742), 1, sym_comment, - [227911] = 3, + [228188] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(513), 1, - anon_sym_RPAREN2, + ACTIONS(12389), 1, + anon_sym_RBRACK, STATE(7743), 1, sym_comment, - [227921] = 3, + [228198] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12399), 1, - anon_sym_RBRACE, + ACTIONS(12391), 1, + sym_identifier, STATE(7744), 1, sym_comment, - [227931] = 3, + [228208] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12401), 1, - anon_sym_RPAREN, + ACTIONS(12393), 1, + anon_sym_RBRACK, STATE(7745), 1, sym_comment, - [227941] = 3, + [228218] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12403), 1, - anon_sym_RBRACE, + ACTIONS(12395), 1, + anon_sym_RPAREN, STATE(7746), 1, sym_comment, - [227951] = 3, + [228228] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12405), 1, - anon_sym_RBRACK, + ACTIONS(12397), 1, + anon_sym_RPAREN, STATE(7747), 1, sym_comment, - [227961] = 3, - ACTIONS(3), 1, + [228238] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12407), 1, - aux_sym_comment_token1, + ACTIONS(12399), 1, + anon_sym_RBRACE, STATE(7748), 1, sym_comment, - [227971] = 3, + [228248] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12409), 1, - anon_sym_EQ, + ACTIONS(12401), 1, + anon_sym_RBRACE, STATE(7749), 1, sym_comment, - [227981] = 3, + [228258] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12411), 1, - anon_sym_RPAREN, + ACTIONS(12403), 1, + ts_builtin_sym_end, STATE(7750), 1, sym_comment, - [227991] = 3, + [228268] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12413), 1, - anon_sym_RPAREN, + ACTIONS(12405), 1, + anon_sym_EQ, STATE(7751), 1, sym_comment, - [228001] = 3, + [228278] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12415), 1, - anon_sym_LPAREN2, + ACTIONS(12407), 1, + anon_sym_in2, STATE(7752), 1, sym_comment, - [228011] = 3, - ACTIONS(251), 1, + [228288] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12417), 1, - anon_sym_RPAREN, + ACTIONS(12409), 1, + aux_sym_cmd_identifier_token41, STATE(7753), 1, sym_comment, - [228021] = 3, + [228298] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12419), 1, - anon_sym_RBRACK, + ACTIONS(12411), 1, + anon_sym_RBRACE, STATE(7754), 1, sym_comment, - [228031] = 3, - ACTIONS(251), 1, + [228308] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(12421), 1, - anon_sym_RBRACE, + ACTIONS(12413), 1, + aux_sym_cmd_identifier_token41, STATE(7755), 1, sym_comment, - [228041] = 3, + [228318] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12423), 1, - sym_long_flag_identifier, + ACTIONS(5405), 1, + anon_sym_LBRACK2, STATE(7756), 1, sym_comment, - [228051] = 3, + [228328] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12425), 1, + ACTIONS(12415), 1, anon_sym_RBRACE, STATE(7757), 1, sym_comment, - [228061] = 3, + [228338] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12427), 1, + ACTIONS(12417), 1, anon_sym_RPAREN, STATE(7758), 1, sym_comment, - [228071] = 3, + [228348] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12429), 1, - anon_sym_RBRACK, + ACTIONS(12419), 1, + anon_sym_RBRACE, STATE(7759), 1, sym_comment, - [228081] = 3, - ACTIONS(3), 1, + [228358] = 3, + ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12431), 1, - aux_sym_cmd_identifier_token41, + ACTIONS(12421), 1, + anon_sym_RBRACE, STATE(7760), 1, sym_comment, - [228091] = 3, + [228368] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12433), 1, - anon_sym_DASH_GT, + ACTIONS(12423), 1, + anon_sym_RBRACE, STATE(7761), 1, sym_comment, - [228101] = 3, + [228378] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(471), 1, - anon_sym_RPAREN2, + ACTIONS(12425), 1, + anon_sym_RBRACE, STATE(7762), 1, sym_comment, - [228111] = 3, + [228388] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12435), 1, + ACTIONS(12427), 1, anon_sym_RBRACE, STATE(7763), 1, sym_comment, - [228121] = 3, + [228398] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12437), 1, + ACTIONS(12429), 1, anon_sym_RPAREN, STATE(7764), 1, sym_comment, - [228131] = 3, + [228408] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12439), 1, - anon_sym_EQ, + ACTIONS(12431), 1, + anon_sym_RBRACE, STATE(7765), 1, sym_comment, - [228141] = 3, + [228418] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(12441), 1, + ACTIONS(12433), 1, anon_sym_RBRACE, STATE(7766), 1, sym_comment, - [228151] = 3, + [228428] = 3, ACTIONS(251), 1, anon_sym_POUND, - ACTIONS(4977), 1, - anon_sym_LBRACK2, + ACTIONS(12435), 1, + anon_sym_RPAREN, STATE(7767), 1, sym_comment, - [228161] = 1, + [228438] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(12437), 1, + anon_sym_EQ, + STATE(7768), 1, + sym_comment, + [228448] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(12439), 1, + aux_sym_cmd_identifier_token41, + STATE(7769), 1, + sym_comment, + [228458] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(12441), 1, + sym_raw_string_end, + STATE(7770), 1, + sym_comment, + [228468] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(513), 1, + anon_sym_RPAREN2, + STATE(7771), 1, + sym_comment, + [228478] = 3, + ACTIONS(251), 1, + anon_sym_POUND, ACTIONS(12443), 1, + anon_sym_RBRACE, + STATE(7772), 1, + sym_comment, + [228488] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(12445), 1, + anon_sym_RPAREN, + STATE(7773), 1, + sym_comment, + [228498] = 3, + ACTIONS(251), 1, + anon_sym_POUND, + ACTIONS(4940), 1, + anon_sym_LBRACK2, + STATE(7774), 1, + sym_comment, + [228508] = 1, + ACTIONS(12447), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1705)] = 0, [SMALL_STATE(1706)] = 73, - [SMALL_STATE(1707)] = 146, - [SMALL_STATE(1708)] = 219, - [SMALL_STATE(1709)] = 292, - [SMALL_STATE(1710)] = 365, - [SMALL_STATE(1711)] = 438, - [SMALL_STATE(1712)] = 511, - [SMALL_STATE(1713)] = 584, - [SMALL_STATE(1714)] = 657, - [SMALL_STATE(1715)] = 764, - [SMALL_STATE(1716)] = 839, - [SMALL_STATE(1717)] = 912, - [SMALL_STATE(1718)] = 985, - [SMALL_STATE(1719)] = 1058, - [SMALL_STATE(1720)] = 1131, - [SMALL_STATE(1721)] = 1204, - [SMALL_STATE(1722)] = 1285, - [SMALL_STATE(1723)] = 1358, - [SMALL_STATE(1724)] = 1431, - [SMALL_STATE(1725)] = 1504, - [SMALL_STATE(1726)] = 1577, - [SMALL_STATE(1727)] = 1650, - [SMALL_STATE(1728)] = 1725, - [SMALL_STATE(1729)] = 1800, - [SMALL_STATE(1730)] = 1873, - [SMALL_STATE(1731)] = 1946, - [SMALL_STATE(1732)] = 2021, - [SMALL_STATE(1733)] = 2094, - [SMALL_STATE(1734)] = 2169, - [SMALL_STATE(1735)] = 2242, - [SMALL_STATE(1736)] = 2315, - [SMALL_STATE(1737)] = 2396, - [SMALL_STATE(1738)] = 2469, - [SMALL_STATE(1739)] = 2542, - [SMALL_STATE(1740)] = 2615, - [SMALL_STATE(1741)] = 2688, - [SMALL_STATE(1742)] = 2761, - [SMALL_STATE(1743)] = 2834, - [SMALL_STATE(1744)] = 2909, - [SMALL_STATE(1745)] = 3016, - [SMALL_STATE(1746)] = 3089, - [SMALL_STATE(1747)] = 3162, - [SMALL_STATE(1748)] = 3235, - [SMALL_STATE(1749)] = 3308, - [SMALL_STATE(1750)] = 3381, - [SMALL_STATE(1751)] = 3484, - [SMALL_STATE(1752)] = 3559, - [SMALL_STATE(1753)] = 3632, - [SMALL_STATE(1754)] = 3705, - [SMALL_STATE(1755)] = 3778, - [SMALL_STATE(1756)] = 3851, - [SMALL_STATE(1757)] = 3924, - [SMALL_STATE(1758)] = 4031, - [SMALL_STATE(1759)] = 4104, - [SMALL_STATE(1760)] = 4207, - [SMALL_STATE(1761)] = 4280, - [SMALL_STATE(1762)] = 4353, - [SMALL_STATE(1763)] = 4426, - [SMALL_STATE(1764)] = 4499, - [SMALL_STATE(1765)] = 4572, - [SMALL_STATE(1766)] = 4645, - [SMALL_STATE(1767)] = 4720, - [SMALL_STATE(1768)] = 4793, - [SMALL_STATE(1769)] = 4866, - [SMALL_STATE(1770)] = 4941, - [SMALL_STATE(1771)] = 5014, - [SMALL_STATE(1772)] = 5117, - [SMALL_STATE(1773)] = 5192, - [SMALL_STATE(1774)] = 5265, - [SMALL_STATE(1775)] = 5340, - [SMALL_STATE(1776)] = 5413, - [SMALL_STATE(1777)] = 5486, - [SMALL_STATE(1778)] = 5559, - [SMALL_STATE(1779)] = 5632, - [SMALL_STATE(1780)] = 5705, - [SMALL_STATE(1781)] = 5778, - [SMALL_STATE(1782)] = 5851, - [SMALL_STATE(1783)] = 5926, - [SMALL_STATE(1784)] = 6001, - [SMALL_STATE(1785)] = 6074, - [SMALL_STATE(1786)] = 6147, - [SMALL_STATE(1787)] = 6220, - [SMALL_STATE(1788)] = 6295, - [SMALL_STATE(1789)] = 6368, - [SMALL_STATE(1790)] = 6441, - [SMALL_STATE(1791)] = 6514, - [SMALL_STATE(1792)] = 6587, - [SMALL_STATE(1793)] = 6660, - [SMALL_STATE(1794)] = 6733, - [SMALL_STATE(1795)] = 6806, - [SMALL_STATE(1796)] = 6879, - [SMALL_STATE(1797)] = 6952, - [SMALL_STATE(1798)] = 7025, - [SMALL_STATE(1799)] = 7098, - [SMALL_STATE(1800)] = 7171, - [SMALL_STATE(1801)] = 7244, - [SMALL_STATE(1802)] = 7317, - [SMALL_STATE(1803)] = 7390, - [SMALL_STATE(1804)] = 7463, - [SMALL_STATE(1805)] = 7536, - [SMALL_STATE(1806)] = 7609, - [SMALL_STATE(1807)] = 7682, - [SMALL_STATE(1808)] = 7757, - [SMALL_STATE(1809)] = 7830, - [SMALL_STATE(1810)] = 7903, - [SMALL_STATE(1811)] = 7976, - [SMALL_STATE(1812)] = 8051, - [SMALL_STATE(1813)] = 8124, - [SMALL_STATE(1814)] = 8197, - [SMALL_STATE(1815)] = 8270, - [SMALL_STATE(1816)] = 8343, - [SMALL_STATE(1817)] = 8416, - [SMALL_STATE(1818)] = 8489, + [SMALL_STATE(1707)] = 148, + [SMALL_STATE(1708)] = 223, + [SMALL_STATE(1709)] = 296, + [SMALL_STATE(1710)] = 403, + [SMALL_STATE(1711)] = 476, + [SMALL_STATE(1712)] = 549, + [SMALL_STATE(1713)] = 622, + [SMALL_STATE(1714)] = 725, + [SMALL_STATE(1715)] = 798, + [SMALL_STATE(1716)] = 905, + [SMALL_STATE(1717)] = 978, + [SMALL_STATE(1718)] = 1051, + [SMALL_STATE(1719)] = 1124, + [SMALL_STATE(1720)] = 1197, + [SMALL_STATE(1721)] = 1270, + [SMALL_STATE(1722)] = 1373, + [SMALL_STATE(1723)] = 1446, + [SMALL_STATE(1724)] = 1519, + [SMALL_STATE(1725)] = 1592, + [SMALL_STATE(1726)] = 1667, + [SMALL_STATE(1727)] = 1748, + [SMALL_STATE(1728)] = 1821, + [SMALL_STATE(1729)] = 1894, + [SMALL_STATE(1730)] = 1975, + [SMALL_STATE(1731)] = 2048, + [SMALL_STATE(1732)] = 2121, + [SMALL_STATE(1733)] = 2194, + [SMALL_STATE(1734)] = 2267, + [SMALL_STATE(1735)] = 2340, + [SMALL_STATE(1736)] = 2413, + [SMALL_STATE(1737)] = 2486, + [SMALL_STATE(1738)] = 2559, + [SMALL_STATE(1739)] = 2632, + [SMALL_STATE(1740)] = 2705, + [SMALL_STATE(1741)] = 2778, + [SMALL_STATE(1742)] = 2851, + [SMALL_STATE(1743)] = 2924, + [SMALL_STATE(1744)] = 2997, + [SMALL_STATE(1745)] = 3070, + [SMALL_STATE(1746)] = 3143, + [SMALL_STATE(1747)] = 3216, + [SMALL_STATE(1748)] = 3289, + [SMALL_STATE(1749)] = 3362, + [SMALL_STATE(1750)] = 3435, + [SMALL_STATE(1751)] = 3508, + [SMALL_STATE(1752)] = 3581, + [SMALL_STATE(1753)] = 3654, + [SMALL_STATE(1754)] = 3727, + [SMALL_STATE(1755)] = 3800, + [SMALL_STATE(1756)] = 3873, + [SMALL_STATE(1757)] = 3946, + [SMALL_STATE(1758)] = 4019, + [SMALL_STATE(1759)] = 4092, + [SMALL_STATE(1760)] = 4165, + [SMALL_STATE(1761)] = 4238, + [SMALL_STATE(1762)] = 4311, + [SMALL_STATE(1763)] = 4384, + [SMALL_STATE(1764)] = 4457, + [SMALL_STATE(1765)] = 4530, + [SMALL_STATE(1766)] = 4605, + [SMALL_STATE(1767)] = 4678, + [SMALL_STATE(1768)] = 4751, + [SMALL_STATE(1769)] = 4824, + [SMALL_STATE(1770)] = 4897, + [SMALL_STATE(1771)] = 4970, + [SMALL_STATE(1772)] = 5043, + [SMALL_STATE(1773)] = 5116, + [SMALL_STATE(1774)] = 5189, + [SMALL_STATE(1775)] = 5262, + [SMALL_STATE(1776)] = 5335, + [SMALL_STATE(1777)] = 5408, + [SMALL_STATE(1778)] = 5481, + [SMALL_STATE(1779)] = 5554, + [SMALL_STATE(1780)] = 5627, + [SMALL_STATE(1781)] = 5700, + [SMALL_STATE(1782)] = 5773, + [SMALL_STATE(1783)] = 5846, + [SMALL_STATE(1784)] = 5919, + [SMALL_STATE(1785)] = 5992, + [SMALL_STATE(1786)] = 6065, + [SMALL_STATE(1787)] = 6138, + [SMALL_STATE(1788)] = 6211, + [SMALL_STATE(1789)] = 6284, + [SMALL_STATE(1790)] = 6357, + [SMALL_STATE(1791)] = 6430, + [SMALL_STATE(1792)] = 6503, + [SMALL_STATE(1793)] = 6576, + [SMALL_STATE(1794)] = 6651, + [SMALL_STATE(1795)] = 6726, + [SMALL_STATE(1796)] = 6801, + [SMALL_STATE(1797)] = 6876, + [SMALL_STATE(1798)] = 6951, + [SMALL_STATE(1799)] = 7026, + [SMALL_STATE(1800)] = 7099, + [SMALL_STATE(1801)] = 7174, + [SMALL_STATE(1802)] = 7281, + [SMALL_STATE(1803)] = 7384, + [SMALL_STATE(1804)] = 7457, + [SMALL_STATE(1805)] = 7530, + [SMALL_STATE(1806)] = 7605, + [SMALL_STATE(1807)] = 7678, + [SMALL_STATE(1808)] = 7751, + [SMALL_STATE(1809)] = 7824, + [SMALL_STATE(1810)] = 7897, + [SMALL_STATE(1811)] = 7970, + [SMALL_STATE(1812)] = 8045, + [SMALL_STATE(1813)] = 8118, + [SMALL_STATE(1814)] = 8191, + [SMALL_STATE(1815)] = 8264, + [SMALL_STATE(1816)] = 8339, + [SMALL_STATE(1817)] = 8412, + [SMALL_STATE(1818)] = 8487, [SMALL_STATE(1819)] = 8562, - [SMALL_STATE(1820)] = 8642, - [SMALL_STATE(1821)] = 8718, - [SMALL_STATE(1822)] = 8794, - [SMALL_STATE(1823)] = 8866, - [SMALL_STATE(1824)] = 8938, - [SMALL_STATE(1825)] = 9080, - [SMALL_STATE(1826)] = 9152, - [SMALL_STATE(1827)] = 9224, - [SMALL_STATE(1828)] = 9296, - [SMALL_STATE(1829)] = 9368, - [SMALL_STATE(1830)] = 9444, - [SMALL_STATE(1831)] = 9516, - [SMALL_STATE(1832)] = 9588, - [SMALL_STATE(1833)] = 9660, - [SMALL_STATE(1834)] = 9732, - [SMALL_STATE(1835)] = 9804, - [SMALL_STATE(1836)] = 9876, - [SMALL_STATE(1837)] = 9948, - [SMALL_STATE(1838)] = 10024, - [SMALL_STATE(1839)] = 10096, - [SMALL_STATE(1840)] = 10172, - [SMALL_STATE(1841)] = 10246, - [SMALL_STATE(1842)] = 10318, - [SMALL_STATE(1843)] = 10394, - [SMALL_STATE(1844)] = 10466, - [SMALL_STATE(1845)] = 10538, - [SMALL_STATE(1846)] = 10614, - [SMALL_STATE(1847)] = 10686, - [SMALL_STATE(1848)] = 10758, - [SMALL_STATE(1849)] = 10830, - [SMALL_STATE(1850)] = 10902, - [SMALL_STATE(1851)] = 10974, - [SMALL_STATE(1852)] = 11050, - [SMALL_STATE(1853)] = 11122, - [SMALL_STATE(1854)] = 11198, - [SMALL_STATE(1855)] = 11270, - [SMALL_STATE(1856)] = 11342, - [SMALL_STATE(1857)] = 11414, - [SMALL_STATE(1858)] = 11490, - [SMALL_STATE(1859)] = 11566, - [SMALL_STATE(1860)] = 11708, - [SMALL_STATE(1861)] = 11784, - [SMALL_STATE(1862)] = 11860, - [SMALL_STATE(1863)] = 11932, - [SMALL_STATE(1864)] = 12008, - [SMALL_STATE(1865)] = 12080, - [SMALL_STATE(1866)] = 12152, - [SMALL_STATE(1867)] = 12224, - [SMALL_STATE(1868)] = 12296, - [SMALL_STATE(1869)] = 12372, - [SMALL_STATE(1870)] = 12444, - [SMALL_STATE(1871)] = 12520, - [SMALL_STATE(1872)] = 12596, - [SMALL_STATE(1873)] = 12668, - [SMALL_STATE(1874)] = 12744, - [SMALL_STATE(1875)] = 12816, - [SMALL_STATE(1876)] = 12888, - [SMALL_STATE(1877)] = 12964, - [SMALL_STATE(1878)] = 13036, - [SMALL_STATE(1879)] = 13112, - [SMALL_STATE(1880)] = 13188, - [SMALL_STATE(1881)] = 13264, - [SMALL_STATE(1882)] = 13336, - [SMALL_STATE(1883)] = 13408, - [SMALL_STATE(1884)] = 13484, - [SMALL_STATE(1885)] = 13560, - [SMALL_STATE(1886)] = 13632, - [SMALL_STATE(1887)] = 13704, - [SMALL_STATE(1888)] = 13776, - [SMALL_STATE(1889)] = 13848, - [SMALL_STATE(1890)] = 13920, - [SMALL_STATE(1891)] = 13992, - [SMALL_STATE(1892)] = 14064, - [SMALL_STATE(1893)] = 14144, - [SMALL_STATE(1894)] = 14216, - [SMALL_STATE(1895)] = 14288, - [SMALL_STATE(1896)] = 14360, - [SMALL_STATE(1897)] = 14436, - [SMALL_STATE(1898)] = 14508, - [SMALL_STATE(1899)] = 14580, - [SMALL_STATE(1900)] = 14652, - [SMALL_STATE(1901)] = 14724, - [SMALL_STATE(1902)] = 14796, - [SMALL_STATE(1903)] = 14868, - [SMALL_STATE(1904)] = 14940, - [SMALL_STATE(1905)] = 15012, - [SMALL_STATE(1906)] = 15154, - [SMALL_STATE(1907)] = 15226, - [SMALL_STATE(1908)] = 15298, - [SMALL_STATE(1909)] = 15370, - [SMALL_STATE(1910)] = 15442, - [SMALL_STATE(1911)] = 15514, - [SMALL_STATE(1912)] = 15586, - [SMALL_STATE(1913)] = 15658, - [SMALL_STATE(1914)] = 15730, - [SMALL_STATE(1915)] = 15810, - [SMALL_STATE(1916)] = 15882, - [SMALL_STATE(1917)] = 15954, - [SMALL_STATE(1918)] = 16026, - [SMALL_STATE(1919)] = 16098, - [SMALL_STATE(1920)] = 16170, - [SMALL_STATE(1921)] = 16246, - [SMALL_STATE(1922)] = 16318, - [SMALL_STATE(1923)] = 16390, - [SMALL_STATE(1924)] = 16462, - [SMALL_STATE(1925)] = 16534, - [SMALL_STATE(1926)] = 16606, - [SMALL_STATE(1927)] = 16678, - [SMALL_STATE(1928)] = 16750, - [SMALL_STATE(1929)] = 16822, - [SMALL_STATE(1930)] = 16894, - [SMALL_STATE(1931)] = 16966, - [SMALL_STATE(1932)] = 17038, - [SMALL_STATE(1933)] = 17110, - [SMALL_STATE(1934)] = 17182, - [SMALL_STATE(1935)] = 17258, - [SMALL_STATE(1936)] = 17330, - [SMALL_STATE(1937)] = 17402, - [SMALL_STATE(1938)] = 17474, - [SMALL_STATE(1939)] = 17546, - [SMALL_STATE(1940)] = 17618, - [SMALL_STATE(1941)] = 17690, - [SMALL_STATE(1942)] = 17762, - [SMALL_STATE(1943)] = 17834, - [SMALL_STATE(1944)] = 17906, - [SMALL_STATE(1945)] = 17978, - [SMALL_STATE(1946)] = 18050, - [SMALL_STATE(1947)] = 18192, - [SMALL_STATE(1948)] = 18334, - [SMALL_STATE(1949)] = 18476, - [SMALL_STATE(1950)] = 18548, - [SMALL_STATE(1951)] = 18627, - [SMALL_STATE(1952)] = 18704, - [SMALL_STATE(1953)] = 18781, - [SMALL_STATE(1954)] = 18858, - [SMALL_STATE(1955)] = 18935, - [SMALL_STATE(1956)] = 19012, - [SMALL_STATE(1957)] = 19089, - [SMALL_STATE(1958)] = 19166, - [SMALL_STATE(1959)] = 19243, - [SMALL_STATE(1960)] = 19320, - [SMALL_STATE(1961)] = 19397, - [SMALL_STATE(1962)] = 19474, - [SMALL_STATE(1963)] = 19551, - [SMALL_STATE(1964)] = 19628, - [SMALL_STATE(1965)] = 19705, - [SMALL_STATE(1966)] = 19782, - [SMALL_STATE(1967)] = 19859, - [SMALL_STATE(1968)] = 19936, - [SMALL_STATE(1969)] = 20013, - [SMALL_STATE(1970)] = 20090, - [SMALL_STATE(1971)] = 20167, - [SMALL_STATE(1972)] = 20244, - [SMALL_STATE(1973)] = 20321, - [SMALL_STATE(1974)] = 20396, - [SMALL_STATE(1975)] = 20475, - [SMALL_STATE(1976)] = 20554, - [SMALL_STATE(1977)] = 20633, - [SMALL_STATE(1978)] = 20712, - [SMALL_STATE(1979)] = 20791, - [SMALL_STATE(1980)] = 20870, - [SMALL_STATE(1981)] = 20947, - [SMALL_STATE(1982)] = 21024, - [SMALL_STATE(1983)] = 21101, - [SMALL_STATE(1984)] = 21178, - [SMALL_STATE(1985)] = 21253, - [SMALL_STATE(1986)] = 21330, - [SMALL_STATE(1987)] = 21407, - [SMALL_STATE(1988)] = 21484, - [SMALL_STATE(1989)] = 21561, - [SMALL_STATE(1990)] = 21638, - [SMALL_STATE(1991)] = 21715, - [SMALL_STATE(1992)] = 21792, - [SMALL_STATE(1993)] = 21869, - [SMALL_STATE(1994)] = 21946, - [SMALL_STATE(1995)] = 22025, - [SMALL_STATE(1996)] = 22104, - [SMALL_STATE(1997)] = 22183, - [SMALL_STATE(1998)] = 22262, - [SMALL_STATE(1999)] = 22341, - [SMALL_STATE(2000)] = 22420, - [SMALL_STATE(2001)] = 22493, - [SMALL_STATE(2002)] = 22566, - [SMALL_STATE(2003)] = 22645, - [SMALL_STATE(2004)] = 22724, - [SMALL_STATE(2005)] = 22803, - [SMALL_STATE(2006)] = 22882, - [SMALL_STATE(2007)] = 22957, - [SMALL_STATE(2008)] = 23036, - [SMALL_STATE(2009)] = 23117, - [SMALL_STATE(2010)] = 23194, - [SMALL_STATE(2011)] = 23273, - [SMALL_STATE(2012)] = 23348, - [SMALL_STATE(2013)] = 23425, - [SMALL_STATE(2014)] = 23502, - [SMALL_STATE(2015)] = 23579, - [SMALL_STATE(2016)] = 23650, - [SMALL_STATE(2017)] = 23727, - [SMALL_STATE(2018)] = 23798, - [SMALL_STATE(2019)] = 23875, - [SMALL_STATE(2020)] = 23952, - [SMALL_STATE(2021)] = 24029, - [SMALL_STATE(2022)] = 24100, - [SMALL_STATE(2023)] = 24171, - [SMALL_STATE(2024)] = 24248, - [SMALL_STATE(2025)] = 24319, - [SMALL_STATE(2026)] = 24390, - [SMALL_STATE(2027)] = 24461, - [SMALL_STATE(2028)] = 24538, - [SMALL_STATE(2029)] = 24615, - [SMALL_STATE(2030)] = 24692, - [SMALL_STATE(2031)] = 24769, - [SMALL_STATE(2032)] = 24840, - [SMALL_STATE(2033)] = 24911, - [SMALL_STATE(2034)] = 24982, - [SMALL_STATE(2035)] = 25053, - [SMALL_STATE(2036)] = 25130, - [SMALL_STATE(2037)] = 25201, - [SMALL_STATE(2038)] = 25272, - [SMALL_STATE(2039)] = 25343, - [SMALL_STATE(2040)] = 25414, - [SMALL_STATE(2041)] = 25485, - [SMALL_STATE(2042)] = 25556, - [SMALL_STATE(2043)] = 25627, - [SMALL_STATE(2044)] = 25698, - [SMALL_STATE(2045)] = 25769, - [SMALL_STATE(2046)] = 25848, - [SMALL_STATE(2047)] = 25919, - [SMALL_STATE(2048)] = 25990, - [SMALL_STATE(2049)] = 26061, - [SMALL_STATE(2050)] = 26200, - [SMALL_STATE(2051)] = 26271, - [SMALL_STATE(2052)] = 26342, - [SMALL_STATE(2053)] = 26481, - [SMALL_STATE(2054)] = 26552, - [SMALL_STATE(2055)] = 26623, - [SMALL_STATE(2056)] = 26694, - [SMALL_STATE(2057)] = 26765, - [SMALL_STATE(2058)] = 26836, - [SMALL_STATE(2059)] = 26907, - [SMALL_STATE(2060)] = 26978, - [SMALL_STATE(2061)] = 27049, - [SMALL_STATE(2062)] = 27120, - [SMALL_STATE(2063)] = 27191, - [SMALL_STATE(2064)] = 27262, - [SMALL_STATE(2065)] = 27341, - [SMALL_STATE(2066)] = 27422, - [SMALL_STATE(2067)] = 27501, - [SMALL_STATE(2068)] = 27640, - [SMALL_STATE(2069)] = 27779, - [SMALL_STATE(2070)] = 27860, - [SMALL_STATE(2071)] = 27937, - [SMALL_STATE(2072)] = 28014, - [SMALL_STATE(2073)] = 28091, - [SMALL_STATE(2074)] = 28161, - [SMALL_STATE(2075)] = 28297, - [SMALL_STATE(2076)] = 28367, - [SMALL_STATE(2077)] = 28437, - [SMALL_STATE(2078)] = 28573, - [SMALL_STATE(2079)] = 28643, - [SMALL_STATE(2080)] = 28713, - [SMALL_STATE(2081)] = 28787, - [SMALL_STATE(2082)] = 28857, - [SMALL_STATE(2083)] = 28931, - [SMALL_STATE(2084)] = 29001, - [SMALL_STATE(2085)] = 29075, - [SMALL_STATE(2086)] = 29145, - [SMALL_STATE(2087)] = 29215, - [SMALL_STATE(2088)] = 29289, - [SMALL_STATE(2089)] = 29363, - [SMALL_STATE(2090)] = 29437, - [SMALL_STATE(2091)] = 29511, - [SMALL_STATE(2092)] = 29581, - [SMALL_STATE(2093)] = 29651, - [SMALL_STATE(2094)] = 29721, - [SMALL_STATE(2095)] = 29791, - [SMALL_STATE(2096)] = 29861, - [SMALL_STATE(2097)] = 29931, - [SMALL_STATE(2098)] = 30001, - [SMALL_STATE(2099)] = 30071, - [SMALL_STATE(2100)] = 30141, - [SMALL_STATE(2101)] = 30211, - [SMALL_STATE(2102)] = 30281, - [SMALL_STATE(2103)] = 30351, - [SMALL_STATE(2104)] = 30421, - [SMALL_STATE(2105)] = 30491, - [SMALL_STATE(2106)] = 30561, - [SMALL_STATE(2107)] = 30631, - [SMALL_STATE(2108)] = 30709, - [SMALL_STATE(2109)] = 30779, - [SMALL_STATE(2110)] = 30849, - [SMALL_STATE(2111)] = 30919, - [SMALL_STATE(2112)] = 30989, - [SMALL_STATE(2113)] = 31063, - [SMALL_STATE(2114)] = 31137, - [SMALL_STATE(2115)] = 31211, - [SMALL_STATE(2116)] = 31281, - [SMALL_STATE(2117)] = 31417, - [SMALL_STATE(2118)] = 31489, - [SMALL_STATE(2119)] = 31559, - [SMALL_STATE(2120)] = 31633, - [SMALL_STATE(2121)] = 31707, - [SMALL_STATE(2122)] = 31777, - [SMALL_STATE(2123)] = 31851, - [SMALL_STATE(2124)] = 31925, - [SMALL_STATE(2125)] = 32061, - [SMALL_STATE(2126)] = 32131, - [SMALL_STATE(2127)] = 32201, - [SMALL_STATE(2128)] = 32271, - [SMALL_STATE(2129)] = 32341, - [SMALL_STATE(2130)] = 32411, - [SMALL_STATE(2131)] = 32481, - [SMALL_STATE(2132)] = 32551, - [SMALL_STATE(2133)] = 32621, - [SMALL_STATE(2134)] = 32695, - [SMALL_STATE(2135)] = 32765, - [SMALL_STATE(2136)] = 32837, - [SMALL_STATE(2137)] = 32911, - [SMALL_STATE(2138)] = 32981, - [SMALL_STATE(2139)] = 33051, - [SMALL_STATE(2140)] = 33121, - [SMALL_STATE(2141)] = 33191, - [SMALL_STATE(2142)] = 33261, - [SMALL_STATE(2143)] = 33331, - [SMALL_STATE(2144)] = 33401, - [SMALL_STATE(2145)] = 33471, - [SMALL_STATE(2146)] = 33545, - [SMALL_STATE(2147)] = 33619, - [SMALL_STATE(2148)] = 33755, - [SMALL_STATE(2149)] = 33891, - [SMALL_STATE(2150)] = 34027, - [SMALL_STATE(2151)] = 34163, - [SMALL_STATE(2152)] = 34299, - [SMALL_STATE(2153)] = 34435, - [SMALL_STATE(2154)] = 34505, - [SMALL_STATE(2155)] = 34576, - [SMALL_STATE(2156)] = 34647, - [SMALL_STATE(2157)] = 34718, - [SMALL_STATE(2158)] = 34789, - [SMALL_STATE(2159)] = 34860, - [SMALL_STATE(2160)] = 34931, - [SMALL_STATE(2161)] = 35002, - [SMALL_STATE(2162)] = 35073, - [SMALL_STATE(2163)] = 35144, - [SMALL_STATE(2164)] = 35215, - [SMALL_STATE(2165)] = 35286, - [SMALL_STATE(2166)] = 35357, - [SMALL_STATE(2167)] = 35434, - [SMALL_STATE(2168)] = 35505, - [SMALL_STATE(2169)] = 35576, - [SMALL_STATE(2170)] = 35647, - [SMALL_STATE(2171)] = 35718, - [SMALL_STATE(2172)] = 35789, - [SMALL_STATE(2173)] = 35860, - [SMALL_STATE(2174)] = 35931, - [SMALL_STATE(2175)] = 36002, - [SMALL_STATE(2176)] = 36073, - [SMALL_STATE(2177)] = 36144, - [SMALL_STATE(2178)] = 36215, - [SMALL_STATE(2179)] = 36286, - [SMALL_STATE(2180)] = 36357, - [SMALL_STATE(2181)] = 36428, - [SMALL_STATE(2182)] = 36499, - [SMALL_STATE(2183)] = 36570, - [SMALL_STATE(2184)] = 36641, - [SMALL_STATE(2185)] = 36710, - [SMALL_STATE(2186)] = 36781, - [SMALL_STATE(2187)] = 36852, - [SMALL_STATE(2188)] = 36923, - [SMALL_STATE(2189)] = 36994, - [SMALL_STATE(2190)] = 37065, - [SMALL_STATE(2191)] = 37136, - [SMALL_STATE(2192)] = 37207, - [SMALL_STATE(2193)] = 37278, - [SMALL_STATE(2194)] = 37349, - [SMALL_STATE(2195)] = 37418, - [SMALL_STATE(2196)] = 37489, - [SMALL_STATE(2197)] = 37560, - [SMALL_STATE(2198)] = 37631, - [SMALL_STATE(2199)] = 37702, - [SMALL_STATE(2200)] = 37773, - [SMALL_STATE(2201)] = 37844, - [SMALL_STATE(2202)] = 37915, - [SMALL_STATE(2203)] = 37984, - [SMALL_STATE(2204)] = 38055, - [SMALL_STATE(2205)] = 38126, - [SMALL_STATE(2206)] = 38197, - [SMALL_STATE(2207)] = 38268, - [SMALL_STATE(2208)] = 38339, - [SMALL_STATE(2209)] = 38438, - [SMALL_STATE(2210)] = 38509, - [SMALL_STATE(2211)] = 38580, - [SMALL_STATE(2212)] = 38651, - [SMALL_STATE(2213)] = 38722, - [SMALL_STATE(2214)] = 38821, - [SMALL_STATE(2215)] = 38892, - [SMALL_STATE(2216)] = 38963, - [SMALL_STATE(2217)] = 39034, - [SMALL_STATE(2218)] = 39105, - [SMALL_STATE(2219)] = 39176, - [SMALL_STATE(2220)] = 39247, - [SMALL_STATE(2221)] = 39318, - [SMALL_STATE(2222)] = 39389, - [SMALL_STATE(2223)] = 39476, - [SMALL_STATE(2224)] = 39547, - [SMALL_STATE(2225)] = 39618, - [SMALL_STATE(2226)] = 39689, - [SMALL_STATE(2227)] = 39760, - [SMALL_STATE(2228)] = 39831, - [SMALL_STATE(2229)] = 39902, - [SMALL_STATE(2230)] = 39973, - [SMALL_STATE(2231)] = 40044, - [SMALL_STATE(2232)] = 40143, - [SMALL_STATE(2233)] = 40216, - [SMALL_STATE(2234)] = 40289, - [SMALL_STATE(2235)] = 40366, - [SMALL_STATE(2236)] = 40437, - [SMALL_STATE(2237)] = 40508, - [SMALL_STATE(2238)] = 40585, - [SMALL_STATE(2239)] = 40654, - [SMALL_STATE(2240)] = 40725, - [SMALL_STATE(2241)] = 40796, - [SMALL_STATE(2242)] = 40867, - [SMALL_STATE(2243)] = 40938, - [SMALL_STATE(2244)] = 41009, - [SMALL_STATE(2245)] = 41080, - [SMALL_STATE(2246)] = 41151, - [SMALL_STATE(2247)] = 41224, - [SMALL_STATE(2248)] = 41297, - [SMALL_STATE(2249)] = 41368, - [SMALL_STATE(2250)] = 41439, - [SMALL_STATE(2251)] = 41510, - [SMALL_STATE(2252)] = 41581, - [SMALL_STATE(2253)] = 41654, - [SMALL_STATE(2254)] = 41725, - [SMALL_STATE(2255)] = 41796, - [SMALL_STATE(2256)] = 41867, - [SMALL_STATE(2257)] = 41936, - [SMALL_STATE(2258)] = 42009, - [SMALL_STATE(2259)] = 42080, - [SMALL_STATE(2260)] = 42151, - [SMALL_STATE(2261)] = 42222, - [SMALL_STATE(2262)] = 42293, - [SMALL_STATE(2263)] = 42366, - [SMALL_STATE(2264)] = 42437, - [SMALL_STATE(2265)] = 42508, - [SMALL_STATE(2266)] = 42577, - [SMALL_STATE(2267)] = 42650, - [SMALL_STATE(2268)] = 42723, - [SMALL_STATE(2269)] = 42796, - [SMALL_STATE(2270)] = 42867, - [SMALL_STATE(2271)] = 42938, - [SMALL_STATE(2272)] = 43009, - [SMALL_STATE(2273)] = 43082, - [SMALL_STATE(2274)] = 43155, - [SMALL_STATE(2275)] = 43228, - [SMALL_STATE(2276)] = 43301, - [SMALL_STATE(2277)] = 43374, - [SMALL_STATE(2278)] = 43447, - [SMALL_STATE(2279)] = 43516, - [SMALL_STATE(2280)] = 43589, - [SMALL_STATE(2281)] = 43662, - [SMALL_STATE(2282)] = 43733, - [SMALL_STATE(2283)] = 43804, - [SMALL_STATE(2284)] = 43877, - [SMALL_STATE(2285)] = 43950, - [SMALL_STATE(2286)] = 44023, - [SMALL_STATE(2287)] = 44096, - [SMALL_STATE(2288)] = 44169, - [SMALL_STATE(2289)] = 44242, - [SMALL_STATE(2290)] = 44341, - [SMALL_STATE(2291)] = 44412, - [SMALL_STATE(2292)] = 44483, - [SMALL_STATE(2293)] = 44554, - [SMALL_STATE(2294)] = 44627, - [SMALL_STATE(2295)] = 44700, - [SMALL_STATE(2296)] = 44773, - [SMALL_STATE(2297)] = 44844, - [SMALL_STATE(2298)] = 44915, - [SMALL_STATE(2299)] = 44986, - [SMALL_STATE(2300)] = 45057, - [SMALL_STATE(2301)] = 45128, - [SMALL_STATE(2302)] = 45199, - [SMALL_STATE(2303)] = 45270, - [SMALL_STATE(2304)] = 45341, - [SMALL_STATE(2305)] = 45412, - [SMALL_STATE(2306)] = 45483, - [SMALL_STATE(2307)] = 45554, - [SMALL_STATE(2308)] = 45625, - [SMALL_STATE(2309)] = 45696, - [SMALL_STATE(2310)] = 45784, - [SMALL_STATE(2311)] = 45858, - [SMALL_STATE(2312)] = 45954, - [SMALL_STATE(2313)] = 46052, - [SMALL_STATE(2314)] = 46150, - [SMALL_STATE(2315)] = 46250, - [SMALL_STATE(2316)] = 46326, - [SMALL_STATE(2317)] = 46400, - [SMALL_STATE(2318)] = 46472, - [SMALL_STATE(2319)] = 46572, - [SMALL_STATE(2320)] = 46674, - [SMALL_STATE(2321)] = 46776, - [SMALL_STATE(2322)] = 46874, - [SMALL_STATE(2323)] = 46962, - [SMALL_STATE(2324)] = 47050, - [SMALL_STATE(2325)] = 47146, - [SMALL_STATE(2326)] = 47236, - [SMALL_STATE(2327)] = 47326, - [SMALL_STATE(2328)] = 47424, - [SMALL_STATE(2329)] = 47502, - [SMALL_STATE(2330)] = 47574, - [SMALL_STATE(2331)] = 47646, - [SMALL_STATE(2332)] = 47736, - [SMALL_STATE(2333)] = 47804, - [SMALL_STATE(2334)] = 47888, - [SMALL_STATE(2335)] = 47980, - [SMALL_STATE(2336)] = 48060, - [SMALL_STATE(2337)] = 48138, - [SMALL_STATE(2338)] = 48220, - [SMALL_STATE(2339)] = 48302, - [SMALL_STATE(2340)] = 48390, - [SMALL_STATE(2341)] = 48480, - [SMALL_STATE(2342)] = 48560, - [SMALL_STATE(2343)] = 48652, - [SMALL_STATE(2344)] = 48728, - [SMALL_STATE(2345)] = 48810, - [SMALL_STATE(2346)] = 48886, - [SMALL_STATE(2347)] = 48960, - [SMALL_STATE(2348)] = 49052, - [SMALL_STATE(2349)] = 49138, - [SMALL_STATE(2350)] = 49234, - [SMALL_STATE(2351)] = 49328, - [SMALL_STATE(2352)] = 49426, - [SMALL_STATE(2353)] = 49520, - [SMALL_STATE(2354)] = 49608, - [SMALL_STATE(2355)] = 49708, - [SMALL_STATE(2356)] = 49802, - [SMALL_STATE(2357)] = 49874, - [SMALL_STATE(2358)] = 49970, - [SMALL_STATE(2359)] = 50062, - [SMALL_STATE(2360)] = 50164, - [SMALL_STATE(2361)] = 50260, - [SMALL_STATE(2362)] = 50330, - [SMALL_STATE(2363)] = 50418, - [SMALL_STATE(2364)] = 50518, - [SMALL_STATE(2365)] = 50608, - [SMALL_STATE(2366)] = 50706, - [SMALL_STATE(2367)] = 50788, - [SMALL_STATE(2368)] = 50888, - [SMALL_STATE(2369)] = 50982, - [SMALL_STATE(2370)] = 51056, - [SMALL_STATE(2371)] = 51144, - [SMALL_STATE(2372)] = 51226, - [SMALL_STATE(2373)] = 51318, - [SMALL_STATE(2374)] = 51400, - [SMALL_STATE(2375)] = 51494, - [SMALL_STATE(2376)] = 51590, - [SMALL_STATE(2377)] = 51666, - [SMALL_STATE(2378)] = 51762, - [SMALL_STATE(2379)] = 51858, - [SMALL_STATE(2380)] = 51944, - [SMALL_STATE(2381)] = 52038, - [SMALL_STATE(2382)] = 52110, - [SMALL_STATE(2383)] = 52190, - [SMALL_STATE(2384)] = 52286, - [SMALL_STATE(2385)] = 52384, - [SMALL_STATE(2386)] = 52482, - [SMALL_STATE(2387)] = 52572, - [SMALL_STATE(2388)] = 52672, - [SMALL_STATE(2389)] = 52760, - [SMALL_STATE(2390)] = 52862, - [SMALL_STATE(2391)] = 52954, - [SMALL_STATE(2392)] = 53050, - [SMALL_STATE(2393)] = 53144, - [SMALL_STATE(2394)] = 53224, - [SMALL_STATE(2395)] = 53314, - [SMALL_STATE(2396)] = 53406, - [SMALL_STATE(2397)] = 53488, - [SMALL_STATE(2398)] = 53582, - [SMALL_STATE(2399)] = 53672, - [SMALL_STATE(2400)] = 53756, - [SMALL_STATE(2401)] = 53832, - [SMALL_STATE(2402)] = 53928, - [SMALL_STATE(2403)] = 54006, - [SMALL_STATE(2404)] = 54086, - [SMALL_STATE(2405)] = 54160, - [SMALL_STATE(2406)] = 54244, - [SMALL_STATE(2407)] = 54314, - [SMALL_STATE(2408)] = 54408, - [SMALL_STATE(2409)] = 54504, - [SMALL_STATE(2410)] = 54602, - [SMALL_STATE(2411)] = 54688, - [SMALL_STATE(2412)] = 54766, - [SMALL_STATE(2413)] = 54854, - [SMALL_STATE(2414)] = 54944, - [SMALL_STATE(2415)] = 55036, - [SMALL_STATE(2416)] = 55132, - [SMALL_STATE(2417)] = 55204, - [SMALL_STATE(2418)] = 55304, - [SMALL_STATE(2419)] = 55388, - [SMALL_STATE(2420)] = 55458, - [SMALL_STATE(2421)] = 55542, - [SMALL_STATE(2422)] = 55628, - [SMALL_STATE(2423)] = 55700, - [SMALL_STATE(2424)] = 55770, - [SMALL_STATE(2425)] = 55866, - [SMALL_STATE(2426)] = 55966, - [SMALL_STATE(2427)] = 56058, - [SMALL_STATE(2428)] = 56142, - [SMALL_STATE(2429)] = 56230, - [SMALL_STATE(2430)] = 56300, - [SMALL_STATE(2431)] = 56376, - [SMALL_STATE(2432)] = 56472, - [SMALL_STATE(2433)] = 56556, - [SMALL_STATE(2434)] = 56638, - [SMALL_STATE(2435)] = 56722, - [SMALL_STATE(2436)] = 56818, - [SMALL_STATE(2437)] = 56894, - [SMALL_STATE(2438)] = 56990, - [SMALL_STATE(2439)] = 57086, - [SMALL_STATE(2440)] = 57182, - [SMALL_STATE(2441)] = 57254, - [SMALL_STATE(2442)] = 57332, - [SMALL_STATE(2443)] = 57418, - [SMALL_STATE(2444)] = 57492, - [SMALL_STATE(2445)] = 57564, - [SMALL_STATE(2446)] = 57638, - [SMALL_STATE(2447)] = 57705, - [SMALL_STATE(2448)] = 57776, - [SMALL_STATE(2449)] = 57843, - [SMALL_STATE(2450)] = 57910, - [SMALL_STATE(2451)] = 57977, - [SMALL_STATE(2452)] = 58064, - [SMALL_STATE(2453)] = 58131, - [SMALL_STATE(2454)] = 58200, - [SMALL_STATE(2455)] = 58267, - [SMALL_STATE(2456)] = 58336, - [SMALL_STATE(2457)] = 58403, - [SMALL_STATE(2458)] = 58492, - [SMALL_STATE(2459)] = 58559, - [SMALL_STATE(2460)] = 58626, - [SMALL_STATE(2461)] = 58693, - [SMALL_STATE(2462)] = 58778, - [SMALL_STATE(2463)] = 58845, - [SMALL_STATE(2464)] = 58936, - [SMALL_STATE(2465)] = 59003, - [SMALL_STATE(2466)] = 59070, - [SMALL_STATE(2467)] = 59139, - [SMALL_STATE(2468)] = 59208, - [SMALL_STATE(2469)] = 59275, - [SMALL_STATE(2470)] = 59342, - [SMALL_STATE(2471)] = 59409, - [SMALL_STATE(2472)] = 59476, - [SMALL_STATE(2473)] = 59543, - [SMALL_STATE(2474)] = 59610, - [SMALL_STATE(2475)] = 59677, - [SMALL_STATE(2476)] = 59744, - [SMALL_STATE(2477)] = 59811, - [SMALL_STATE(2478)] = 59878, - [SMALL_STATE(2479)] = 59945, - [SMALL_STATE(2480)] = 60012, - [SMALL_STATE(2481)] = 60079, - [SMALL_STATE(2482)] = 60146, - [SMALL_STATE(2483)] = 60213, - [SMALL_STATE(2484)] = 60280, - [SMALL_STATE(2485)] = 60347, - [SMALL_STATE(2486)] = 60414, - [SMALL_STATE(2487)] = 60481, - [SMALL_STATE(2488)] = 60548, - [SMALL_STATE(2489)] = 60615, - [SMALL_STATE(2490)] = 60682, - [SMALL_STATE(2491)] = 60749, - [SMALL_STATE(2492)] = 60846, - [SMALL_STATE(2493)] = 60913, - [SMALL_STATE(2494)] = 60980, - [SMALL_STATE(2495)] = 61047, - [SMALL_STATE(2496)] = 61114, - [SMALL_STATE(2497)] = 61181, - [SMALL_STATE(2498)] = 61250, - [SMALL_STATE(2499)] = 61317, - [SMALL_STATE(2500)] = 61402, - [SMALL_STATE(2501)] = 61469, - [SMALL_STATE(2502)] = 61536, - [SMALL_STATE(2503)] = 61603, - [SMALL_STATE(2504)] = 61670, - [SMALL_STATE(2505)] = 61737, - [SMALL_STATE(2506)] = 61806, - [SMALL_STATE(2507)] = 61873, - [SMALL_STATE(2508)] = 61940, - [SMALL_STATE(2509)] = 62007, - [SMALL_STATE(2510)] = 62074, - [SMALL_STATE(2511)] = 62141, - [SMALL_STATE(2512)] = 62208, - [SMALL_STATE(2513)] = 62275, - [SMALL_STATE(2514)] = 62342, - [SMALL_STATE(2515)] = 62409, - [SMALL_STATE(2516)] = 62476, - [SMALL_STATE(2517)] = 62543, - [SMALL_STATE(2518)] = 62610, - [SMALL_STATE(2519)] = 62677, - [SMALL_STATE(2520)] = 62762, - [SMALL_STATE(2521)] = 62829, - [SMALL_STATE(2522)] = 62896, - [SMALL_STATE(2523)] = 62963, - [SMALL_STATE(2524)] = 63048, - [SMALL_STATE(2525)] = 63115, - [SMALL_STATE(2526)] = 63194, - [SMALL_STATE(2527)] = 63261, - [SMALL_STATE(2528)] = 63328, - [SMALL_STATE(2529)] = 63401, - [SMALL_STATE(2530)] = 63468, - [SMALL_STATE(2531)] = 63541, - [SMALL_STATE(2532)] = 63608, - [SMALL_STATE(2533)] = 63675, - [SMALL_STATE(2534)] = 63756, - [SMALL_STATE(2535)] = 63839, - [SMALL_STATE(2536)] = 63920, - [SMALL_STATE(2537)] = 63997, - [SMALL_STATE(2538)] = 64064, - [SMALL_STATE(2539)] = 64131, - [SMALL_STATE(2540)] = 64198, - [SMALL_STATE(2541)] = 64267, - [SMALL_STATE(2542)] = 64338, - [SMALL_STATE(2543)] = 64419, - [SMALL_STATE(2544)] = 64500, - [SMALL_STATE(2545)] = 64567, - [SMALL_STATE(2546)] = 64660, - [SMALL_STATE(2547)] = 64727, - [SMALL_STATE(2548)] = 64794, - [SMALL_STATE(2549)] = 64875, - [SMALL_STATE(2550)] = 64970, - [SMALL_STATE(2551)] = 65037, - [SMALL_STATE(2552)] = 65104, - [SMALL_STATE(2553)] = 65171, - [SMALL_STATE(2554)] = 65238, - [SMALL_STATE(2555)] = 65305, - [SMALL_STATE(2556)] = 65372, - [SMALL_STATE(2557)] = 65439, - [SMALL_STATE(2558)] = 65507, - [SMALL_STATE(2559)] = 65573, - [SMALL_STATE(2560)] = 65663, - [SMALL_STATE(2561)] = 65753, - [SMALL_STATE(2562)] = 65827, - [SMALL_STATE(2563)] = 65893, - [SMALL_STATE(2564)] = 65983, - [SMALL_STATE(2565)] = 66059, - [SMALL_STATE(2566)] = 66125, - [SMALL_STATE(2567)] = 66195, - [SMALL_STATE(2568)] = 66261, - [SMALL_STATE(2569)] = 66327, - [SMALL_STATE(2570)] = 66417, - [SMALL_STATE(2571)] = 66507, - [SMALL_STATE(2572)] = 66597, - [SMALL_STATE(2573)] = 66679, - [SMALL_STATE(2574)] = 66769, - [SMALL_STATE(2575)] = 66835, - [SMALL_STATE(2576)] = 66903, - [SMALL_STATE(2577)] = 66985, - [SMALL_STATE(2578)] = 67075, - [SMALL_STATE(2579)] = 67141, - [SMALL_STATE(2580)] = 67231, - [SMALL_STATE(2581)] = 67301, - [SMALL_STATE(2582)] = 67389, - [SMALL_STATE(2583)] = 67479, - [SMALL_STATE(2584)] = 67545, - [SMALL_STATE(2585)] = 67635, - [SMALL_STATE(2586)] = 67701, - [SMALL_STATE(2587)] = 67791, - [SMALL_STATE(2588)] = 67873, - [SMALL_STATE(2589)] = 67943, - [SMALL_STATE(2590)] = 68025, - [SMALL_STATE(2591)] = 68091, - [SMALL_STATE(2592)] = 68157, - [SMALL_STATE(2593)] = 68231, - [SMALL_STATE(2594)] = 68297, - [SMALL_STATE(2595)] = 68371, - [SMALL_STATE(2596)] = 68437, - [SMALL_STATE(2597)] = 68503, - [SMALL_STATE(2598)] = 68569, - [SMALL_STATE(2599)] = 68639, - [SMALL_STATE(2600)] = 68726, - [SMALL_STATE(2601)] = 68791, - [SMALL_STATE(2602)] = 68856, - [SMALL_STATE(2603)] = 68921, - [SMALL_STATE(2604)] = 68986, - [SMALL_STATE(2605)] = 69051, - [SMALL_STATE(2606)] = 69116, - [SMALL_STATE(2607)] = 69203, - [SMALL_STATE(2608)] = 69268, - [SMALL_STATE(2609)] = 69341, - [SMALL_STATE(2610)] = 69428, - [SMALL_STATE(2611)] = 69515, - [SMALL_STATE(2612)] = 69580, - [SMALL_STATE(2613)] = 69645, - [SMALL_STATE(2614)] = 69710, - [SMALL_STATE(2615)] = 69781, - [SMALL_STATE(2616)] = 69850, - [SMALL_STATE(2617)] = 69937, - [SMALL_STATE(2618)] = 70004, - [SMALL_STATE(2619)] = 70071, - [SMALL_STATE(2620)] = 70144, - [SMALL_STATE(2621)] = 70209, - [SMALL_STATE(2622)] = 70296, - [SMALL_STATE(2623)] = 70363, - [SMALL_STATE(2624)] = 70430, - [SMALL_STATE(2625)] = 70517, - [SMALL_STATE(2626)] = 70604, - [SMALL_STATE(2627)] = 70691, - [SMALL_STATE(2628)] = 70764, - [SMALL_STATE(2629)] = 70851, - [SMALL_STATE(2630)] = 70938, - [SMALL_STATE(2631)] = 71003, - [SMALL_STATE(2632)] = 71090, - [SMALL_STATE(2633)] = 71155, - [SMALL_STATE(2634)] = 71242, - [SMALL_STATE(2635)] = 71329, - [SMALL_STATE(2636)] = 71416, - [SMALL_STATE(2637)] = 71503, - [SMALL_STATE(2638)] = 71590, - [SMALL_STATE(2639)] = 71677, - [SMALL_STATE(2640)] = 71742, - [SMALL_STATE(2641)] = 71807, - [SMALL_STATE(2642)] = 71872, - [SMALL_STATE(2643)] = 71959, - [SMALL_STATE(2644)] = 72024, - [SMALL_STATE(2645)] = 72111, - [SMALL_STATE(2646)] = 72198, - [SMALL_STATE(2647)] = 72285, - [SMALL_STATE(2648)] = 72372, - [SMALL_STATE(2649)] = 72459, - [SMALL_STATE(2650)] = 72524, - [SMALL_STATE(2651)] = 72611, - [SMALL_STATE(2652)] = 72698, - [SMALL_STATE(2653)] = 72785, - [SMALL_STATE(2654)] = 72872, - [SMALL_STATE(2655)] = 72959, - [SMALL_STATE(2656)] = 73024, - [SMALL_STATE(2657)] = 73111, - [SMALL_STATE(2658)] = 73176, - [SMALL_STATE(2659)] = 73263, - [SMALL_STATE(2660)] = 73350, - [SMALL_STATE(2661)] = 73437, - [SMALL_STATE(2662)] = 73524, - [SMALL_STATE(2663)] = 73589, - [SMALL_STATE(2664)] = 73654, - [SMALL_STATE(2665)] = 73719, - [SMALL_STATE(2666)] = 73806, - [SMALL_STATE(2667)] = 73893, - [SMALL_STATE(2668)] = 73958, - [SMALL_STATE(2669)] = 74023, - [SMALL_STATE(2670)] = 74110, - [SMALL_STATE(2671)] = 74182, - [SMALL_STATE(2672)] = 74250, - [SMALL_STATE(2673)] = 74322, - [SMALL_STATE(2674)] = 74394, - [SMALL_STATE(2675)] = 74466, - [SMALL_STATE(2676)] = 74534, - [SMALL_STATE(2677)] = 74598, - [SMALL_STATE(2678)] = 74670, - [SMALL_STATE(2679)] = 74734, - [SMALL_STATE(2680)] = 74798, - [SMALL_STATE(2681)] = 74870, - [SMALL_STATE(2682)] = 74942, - [SMALL_STATE(2683)] = 75014, - [SMALL_STATE(2684)] = 75084, - [SMALL_STATE(2685)] = 75152, - [SMALL_STATE(2686)] = 75224, - [SMALL_STATE(2687)] = 75300, - [SMALL_STATE(2688)] = 75368, - [SMALL_STATE(2689)] = 75440, - [SMALL_STATE(2690)] = 75512, - [SMALL_STATE(2691)] = 75584, - [SMALL_STATE(2692)] = 75648, - [SMALL_STATE(2693)] = 75720, - [SMALL_STATE(2694)] = 75784, - [SMALL_STATE(2695)] = 75848, - [SMALL_STATE(2696)] = 75920, - [SMALL_STATE(2697)] = 75992, - [SMALL_STATE(2698)] = 76064, - [SMALL_STATE(2699)] = 76136, - [SMALL_STATE(2700)] = 76200, - [SMALL_STATE(2701)] = 76272, - [SMALL_STATE(2702)] = 76340, - [SMALL_STATE(2703)] = 76404, - [SMALL_STATE(2704)] = 76468, - [SMALL_STATE(2705)] = 76532, - [SMALL_STATE(2706)] = 76596, - [SMALL_STATE(2707)] = 76670, - [SMALL_STATE(2708)] = 76734, - [SMALL_STATE(2709)] = 76856, - [SMALL_STATE(2710)] = 76978, - [SMALL_STATE(2711)] = 77050, - [SMALL_STATE(2712)] = 77114, - [SMALL_STATE(2713)] = 77178, - [SMALL_STATE(2714)] = 77242, - [SMALL_STATE(2715)] = 77358, - [SMALL_STATE(2716)] = 77422, - [SMALL_STATE(2717)] = 77494, - [SMALL_STATE(2718)] = 77564, - [SMALL_STATE(2719)] = 77630, - [SMALL_STATE(2720)] = 77696, - [SMALL_STATE(2721)] = 77768, - [SMALL_STATE(2722)] = 77832, - [SMALL_STATE(2723)] = 77950, - [SMALL_STATE(2724)] = 78014, - [SMALL_STATE(2725)] = 78078, - [SMALL_STATE(2726)] = 78150, - [SMALL_STATE(2727)] = 78214, - [SMALL_STATE(2728)] = 78284, - [SMALL_STATE(2729)] = 78348, - [SMALL_STATE(2730)] = 78420, - [SMALL_STATE(2731)] = 78484, - [SMALL_STATE(2732)] = 78600, - [SMALL_STATE(2733)] = 78718, - [SMALL_STATE(2734)] = 78782, - [SMALL_STATE(2735)] = 78854, - [SMALL_STATE(2736)] = 78920, - [SMALL_STATE(2737)] = 78990, - [SMALL_STATE(2738)] = 79060, - [SMALL_STATE(2739)] = 79124, - [SMALL_STATE(2740)] = 79188, - [SMALL_STATE(2741)] = 79252, - [SMALL_STATE(2742)] = 79316, - [SMALL_STATE(2743)] = 79380, - [SMALL_STATE(2744)] = 79444, - [SMALL_STATE(2745)] = 79508, - [SMALL_STATE(2746)] = 79572, - [SMALL_STATE(2747)] = 79640, - [SMALL_STATE(2748)] = 79704, - [SMALL_STATE(2749)] = 79768, - [SMALL_STATE(2750)] = 79840, - [SMALL_STATE(2751)] = 79904, - [SMALL_STATE(2752)] = 79967, - [SMALL_STATE(2753)] = 80038, - [SMALL_STATE(2754)] = 80103, - [SMALL_STATE(2755)] = 80174, - [SMALL_STATE(2756)] = 80245, - [SMALL_STATE(2757)] = 80316, - [SMALL_STATE(2758)] = 80387, - [SMALL_STATE(2759)] = 80458, - [SMALL_STATE(2760)] = 80529, - [SMALL_STATE(2761)] = 80600, - [SMALL_STATE(2762)] = 80671, - [SMALL_STATE(2763)] = 80742, - [SMALL_STATE(2764)] = 80813, - [SMALL_STATE(2765)] = 80884, - [SMALL_STATE(2766)] = 80955, - [SMALL_STATE(2767)] = 81024, - [SMALL_STATE(2768)] = 81091, - [SMALL_STATE(2769)] = 81158, - [SMALL_STATE(2770)] = 81225, - [SMALL_STATE(2771)] = 81290, - [SMALL_STATE(2772)] = 81357, - [SMALL_STATE(2773)] = 81422, - [SMALL_STATE(2774)] = 81535, - [SMALL_STATE(2775)] = 81606, - [SMALL_STATE(2776)] = 81677, - [SMALL_STATE(2777)] = 81740, - [SMALL_STATE(2778)] = 81803, - [SMALL_STATE(2779)] = 81870, - [SMALL_STATE(2780)] = 81951, - [SMALL_STATE(2781)] = 82014, - [SMALL_STATE(2782)] = 82081, - [SMALL_STATE(2783)] = 82144, - [SMALL_STATE(2784)] = 82219, - [SMALL_STATE(2785)] = 82332, - [SMALL_STATE(2786)] = 82397, - [SMALL_STATE(2787)] = 82460, - [SMALL_STATE(2788)] = 82533, - [SMALL_STATE(2789)] = 82604, - [SMALL_STATE(2790)] = 82719, - [SMALL_STATE(2791)] = 82784, - [SMALL_STATE(2792)] = 82855, - [SMALL_STATE(2793)] = 82926, - [SMALL_STATE(2794)] = 82989, - [SMALL_STATE(2795)] = 83052, - [SMALL_STATE(2796)] = 83165, - [SMALL_STATE(2797)] = 83230, - [SMALL_STATE(2798)] = 83343, - [SMALL_STATE(2799)] = 83410, - [SMALL_STATE(2800)] = 83481, - [SMALL_STATE(2801)] = 83546, - [SMALL_STATE(2802)] = 83661, - [SMALL_STATE(2803)] = 83731, - [SMALL_STATE(2804)] = 83793, - [SMALL_STATE(2805)] = 83855, - [SMALL_STATE(2806)] = 83917, - [SMALL_STATE(2807)] = 83979, - [SMALL_STATE(2808)] = 84045, - [SMALL_STATE(2809)] = 84111, - [SMALL_STATE(2810)] = 84181, - [SMALL_STATE(2811)] = 84245, - [SMALL_STATE(2812)] = 84309, - [SMALL_STATE(2813)] = 84371, - [SMALL_STATE(2814)] = 84435, - [SMALL_STATE(2815)] = 84505, - [SMALL_STATE(2816)] = 84569, - [SMALL_STATE(2817)] = 84631, - [SMALL_STATE(2818)] = 84695, - [SMALL_STATE(2819)] = 84757, - [SMALL_STATE(2820)] = 84819, - [SMALL_STATE(2821)] = 84881, - [SMALL_STATE(2822)] = 84951, - [SMALL_STATE(2823)] = 85021, - [SMALL_STATE(2824)] = 85083, - [SMALL_STATE(2825)] = 85149, - [SMALL_STATE(2826)] = 85219, - [SMALL_STATE(2827)] = 85289, - [SMALL_STATE(2828)] = 85359, - [SMALL_STATE(2829)] = 85427, - [SMALL_STATE(2830)] = 85497, - [SMALL_STATE(2831)] = 85567, - [SMALL_STATE(2832)] = 85631, - [SMALL_STATE(2833)] = 85695, - [SMALL_STATE(2834)] = 85763, - [SMALL_STATE(2835)] = 85829, - [SMALL_STATE(2836)] = 85897, - [SMALL_STATE(2837)] = 85967, - [SMALL_STATE(2838)] = 86035, - [SMALL_STATE(2839)] = 86103, - [SMALL_STATE(2840)] = 86173, - [SMALL_STATE(2841)] = 86241, - [SMALL_STATE(2842)] = 86319, - [SMALL_STATE(2843)] = 86385, - [SMALL_STATE(2844)] = 86447, - [SMALL_STATE(2845)] = 86517, - [SMALL_STATE(2846)] = 86587, - [SMALL_STATE(2847)] = 86649, - [SMALL_STATE(2848)] = 86711, - [SMALL_STATE(2849)] = 86781, - [SMALL_STATE(2850)] = 86859, - [SMALL_STATE(2851)] = 86927, - [SMALL_STATE(2852)] = 86993, - [SMALL_STATE(2853)] = 87055, - [SMALL_STATE(2854)] = 87117, - [SMALL_STATE(2855)] = 87185, - [SMALL_STATE(2856)] = 87247, - [SMALL_STATE(2857)] = 87309, - [SMALL_STATE(2858)] = 87379, - [SMALL_STATE(2859)] = 87449, - [SMALL_STATE(2860)] = 87519, - [SMALL_STATE(2861)] = 87589, - [SMALL_STATE(2862)] = 87659, - [SMALL_STATE(2863)] = 87729, - [SMALL_STATE(2864)] = 87791, - [SMALL_STATE(2865)] = 87853, - [SMALL_STATE(2866)] = 87915, - [SMALL_STATE(2867)] = 87985, - [SMALL_STATE(2868)] = 88053, - [SMALL_STATE(2869)] = 88117, - [SMALL_STATE(2870)] = 88197, - [SMALL_STATE(2871)] = 88261, - [SMALL_STATE(2872)] = 88331, - [SMALL_STATE(2873)] = 88397, - [SMALL_STATE(2874)] = 88465, - [SMALL_STATE(2875)] = 88533, - [SMALL_STATE(2876)] = 88597, - [SMALL_STATE(2877)] = 88661, - [SMALL_STATE(2878)] = 88723, - [SMALL_STATE(2879)] = 88792, - [SMALL_STATE(2880)] = 88857, - [SMALL_STATE(2881)] = 88920, - [SMALL_STATE(2882)] = 88983, - [SMALL_STATE(2883)] = 89046, - [SMALL_STATE(2884)] = 89107, - [SMALL_STATE(2885)] = 89168, - [SMALL_STATE(2886)] = 89231, - [SMALL_STATE(2887)] = 89308, - [SMALL_STATE(2888)] = 89375, - [SMALL_STATE(2889)] = 89440, - [SMALL_STATE(2890)] = 89511, - [SMALL_STATE(2891)] = 89572, - [SMALL_STATE(2892)] = 89635, - [SMALL_STATE(2893)] = 89696, - [SMALL_STATE(2894)] = 89761, - [SMALL_STATE(2895)] = 89826, - [SMALL_STATE(2896)] = 89887, - [SMALL_STATE(2897)] = 89948, - [SMALL_STATE(2898)] = 90009, - [SMALL_STATE(2899)] = 90074, - [SMALL_STATE(2900)] = 90139, - [SMALL_STATE(2901)] = 90200, - [SMALL_STATE(2902)] = 90265, - [SMALL_STATE(2903)] = 90330, - [SMALL_STATE(2904)] = 90391, - [SMALL_STATE(2905)] = 90452, - [SMALL_STATE(2906)] = 90517, - [SMALL_STATE(2907)] = 90578, - [SMALL_STATE(2908)] = 90641, - [SMALL_STATE(2909)] = 90702, - [SMALL_STATE(2910)] = 90763, - [SMALL_STATE(2911)] = 90824, - [SMALL_STATE(2912)] = 90889, - [SMALL_STATE(2913)] = 90950, - [SMALL_STATE(2914)] = 91011, - [SMALL_STATE(2915)] = 91072, - [SMALL_STATE(2916)] = 91137, - [SMALL_STATE(2917)] = 91202, - [SMALL_STATE(2918)] = 91267, - [SMALL_STATE(2919)] = 91328, - [SMALL_STATE(2920)] = 91393, - [SMALL_STATE(2921)] = 91454, - [SMALL_STATE(2922)] = 91515, - [SMALL_STATE(2923)] = 91580, - [SMALL_STATE(2924)] = 91657, - [SMALL_STATE(2925)] = 91720, - [SMALL_STATE(2926)] = 91785, - [SMALL_STATE(2927)] = 91850, - [SMALL_STATE(2928)] = 91911, - [SMALL_STATE(2929)] = 91972, - [SMALL_STATE(2930)] = 92033, - [SMALL_STATE(2931)] = 92094, - [SMALL_STATE(2932)] = 92155, - [SMALL_STATE(2933)] = 92220, - [SMALL_STATE(2934)] = 92281, - [SMALL_STATE(2935)] = 92346, - [SMALL_STATE(2936)] = 92411, - [SMALL_STATE(2937)] = 92474, - [SMALL_STATE(2938)] = 92537, - [SMALL_STATE(2939)] = 92602, - [SMALL_STATE(2940)] = 92663, - [SMALL_STATE(2941)] = 92724, - [SMALL_STATE(2942)] = 92785, - [SMALL_STATE(2943)] = 92850, - [SMALL_STATE(2944)] = 92913, - [SMALL_STATE(2945)] = 92973, - [SMALL_STATE(2946)] = 93033, - [SMALL_STATE(2947)] = 93093, - [SMALL_STATE(2948)] = 93159, - [SMALL_STATE(2949)] = 93219, - [SMALL_STATE(2950)] = 93279, - [SMALL_STATE(2951)] = 93345, - [SMALL_STATE(2952)] = 93407, - [SMALL_STATE(2953)] = 93469, - [SMALL_STATE(2954)] = 93529, - [SMALL_STATE(2955)] = 93589, - [SMALL_STATE(2956)] = 93649, - [SMALL_STATE(2957)] = 93715, - [SMALL_STATE(2958)] = 93781, - [SMALL_STATE(2959)] = 93843, - [SMALL_STATE(2960)] = 93907, - [SMALL_STATE(2961)] = 93967, - [SMALL_STATE(2962)] = 94033, - [SMALL_STATE(2963)] = 94099, - [SMALL_STATE(2964)] = 94165, - [SMALL_STATE(2965)] = 94225, - [SMALL_STATE(2966)] = 94285, - [SMALL_STATE(2967)] = 94351, - [SMALL_STATE(2968)] = 94417, - [SMALL_STATE(2969)] = 94481, - [SMALL_STATE(2970)] = 94541, - [SMALL_STATE(2971)] = 94603, - [SMALL_STATE(2972)] = 94665, - [SMALL_STATE(2973)] = 94727, - [SMALL_STATE(2974)] = 94787, - [SMALL_STATE(2975)] = 94853, - [SMALL_STATE(2976)] = 94919, - [SMALL_STATE(2977)] = 94979, - [SMALL_STATE(2978)] = 95039, - [SMALL_STATE(2979)] = 95103, - [SMALL_STATE(2980)] = 95163, - [SMALL_STATE(2981)] = 95223, - [SMALL_STATE(2982)] = 95285, - [SMALL_STATE(2983)] = 95345, - [SMALL_STATE(2984)] = 95405, - [SMALL_STATE(2985)] = 95467, - [SMALL_STATE(2986)] = 95527, - [SMALL_STATE(2987)] = 95587, - [SMALL_STATE(2988)] = 95647, - [SMALL_STATE(2989)] = 95709, - [SMALL_STATE(2990)] = 95769, - [SMALL_STATE(2991)] = 95829, - [SMALL_STATE(2992)] = 95889, - [SMALL_STATE(2993)] = 95949, - [SMALL_STATE(2994)] = 96009, - [SMALL_STATE(2995)] = 96069, - [SMALL_STATE(2996)] = 96129, - [SMALL_STATE(2997)] = 96191, - [SMALL_STATE(2998)] = 96251, - [SMALL_STATE(2999)] = 96311, - [SMALL_STATE(3000)] = 96371, - [SMALL_STATE(3001)] = 96431, - [SMALL_STATE(3002)] = 96497, - [SMALL_STATE(3003)] = 96557, - [SMALL_STATE(3004)] = 96617, - [SMALL_STATE(3005)] = 96677, - [SMALL_STATE(3006)] = 96737, - [SMALL_STATE(3007)] = 96797, - [SMALL_STATE(3008)] = 96857, - [SMALL_STATE(3009)] = 96917, - [SMALL_STATE(3010)] = 96979, - [SMALL_STATE(3011)] = 97039, - [SMALL_STATE(3012)] = 97099, - [SMALL_STATE(3013)] = 97159, - [SMALL_STATE(3014)] = 97219, - [SMALL_STATE(3015)] = 97279, - [SMALL_STATE(3016)] = 97353, - [SMALL_STATE(3017)] = 97413, - [SMALL_STATE(3018)] = 97473, - [SMALL_STATE(3019)] = 97533, - [SMALL_STATE(3020)] = 97593, - [SMALL_STATE(3021)] = 97653, - [SMALL_STATE(3022)] = 97715, - [SMALL_STATE(3023)] = 97779, - [SMALL_STATE(3024)] = 97839, - [SMALL_STATE(3025)] = 97899, - [SMALL_STATE(3026)] = 97963, - [SMALL_STATE(3027)] = 98023, - [SMALL_STATE(3028)] = 98083, - [SMALL_STATE(3029)] = 98143, - [SMALL_STATE(3030)] = 98203, - [SMALL_STATE(3031)] = 98263, - [SMALL_STATE(3032)] = 98323, - [SMALL_STATE(3033)] = 98383, - [SMALL_STATE(3034)] = 98443, - [SMALL_STATE(3035)] = 98502, - [SMALL_STATE(3036)] = 98563, - [SMALL_STATE(3037)] = 98624, - [SMALL_STATE(3038)] = 98683, - [SMALL_STATE(3039)] = 98742, - [SMALL_STATE(3040)] = 98801, - [SMALL_STATE(3041)] = 98860, - [SMALL_STATE(3042)] = 98919, - [SMALL_STATE(3043)] = 98978, - [SMALL_STATE(3044)] = 99037, - [SMALL_STATE(3045)] = 99096, - [SMALL_STATE(3046)] = 99155, - [SMALL_STATE(3047)] = 99214, - [SMALL_STATE(3048)] = 99273, - [SMALL_STATE(3049)] = 99334, - [SMALL_STATE(3050)] = 99395, - [SMALL_STATE(3051)] = 99454, - [SMALL_STATE(3052)] = 99513, - [SMALL_STATE(3053)] = 99574, - [SMALL_STATE(3054)] = 99647, - [SMALL_STATE(3055)] = 99706, - [SMALL_STATE(3056)] = 99765, - [SMALL_STATE(3057)] = 99824, - [SMALL_STATE(3058)] = 99883, - [SMALL_STATE(3059)] = 99942, - [SMALL_STATE(3060)] = 100003, - [SMALL_STATE(3061)] = 100064, - [SMALL_STATE(3062)] = 100127, - [SMALL_STATE(3063)] = 100188, - [SMALL_STATE(3064)] = 100247, - [SMALL_STATE(3065)] = 100306, - [SMALL_STATE(3066)] = 100365, - [SMALL_STATE(3067)] = 100426, - [SMALL_STATE(3068)] = 100485, - [SMALL_STATE(3069)] = 100544, - [SMALL_STATE(3070)] = 100603, - [SMALL_STATE(3071)] = 100666, - [SMALL_STATE(3072)] = 100727, - [SMALL_STATE(3073)] = 100786, - [SMALL_STATE(3074)] = 100845, - [SMALL_STATE(3075)] = 100904, - [SMALL_STATE(3076)] = 100963, - [SMALL_STATE(3077)] = 101022, - [SMALL_STATE(3078)] = 101085, - [SMALL_STATE(3079)] = 101144, - [SMALL_STATE(3080)] = 101205, - [SMALL_STATE(3081)] = 101264, - [SMALL_STATE(3082)] = 101323, - [SMALL_STATE(3083)] = 101382, - [SMALL_STATE(3084)] = 101441, - [SMALL_STATE(3085)] = 101500, - [SMALL_STATE(3086)] = 101561, - [SMALL_STATE(3087)] = 101620, - [SMALL_STATE(3088)] = 101679, - [SMALL_STATE(3089)] = 101738, - [SMALL_STATE(3090)] = 101797, - [SMALL_STATE(3091)] = 101856, - [SMALL_STATE(3092)] = 101917, - [SMALL_STATE(3093)] = 101976, - [SMALL_STATE(3094)] = 102039, - [SMALL_STATE(3095)] = 102102, - [SMALL_STATE(3096)] = 102161, - [SMALL_STATE(3097)] = 102224, - [SMALL_STATE(3098)] = 102283, - [SMALL_STATE(3099)] = 102342, - [SMALL_STATE(3100)] = 102401, - [SMALL_STATE(3101)] = 102462, - [SMALL_STATE(3102)] = 102521, - [SMALL_STATE(3103)] = 102580, - [SMALL_STATE(3104)] = 102639, - [SMALL_STATE(3105)] = 102698, - [SMALL_STATE(3106)] = 102757, - [SMALL_STATE(3107)] = 102816, - [SMALL_STATE(3108)] = 102875, - [SMALL_STATE(3109)] = 102934, - [SMALL_STATE(3110)] = 102993, - [SMALL_STATE(3111)] = 103052, - [SMALL_STATE(3112)] = 103111, - [SMALL_STATE(3113)] = 103170, - [SMALL_STATE(3114)] = 103229, - [SMALL_STATE(3115)] = 103290, - [SMALL_STATE(3116)] = 103351, - [SMALL_STATE(3117)] = 103410, - [SMALL_STATE(3118)] = 103469, - [SMALL_STATE(3119)] = 103528, - [SMALL_STATE(3120)] = 103587, - [SMALL_STATE(3121)] = 103645, - [SMALL_STATE(3122)] = 103703, - [SMALL_STATE(3123)] = 103765, - [SMALL_STATE(3124)] = 103823, - [SMALL_STATE(3125)] = 103881, - [SMALL_STATE(3126)] = 103939, - [SMALL_STATE(3127)] = 103997, - [SMALL_STATE(3128)] = 104055, - [SMALL_STATE(3129)] = 104113, - [SMALL_STATE(3130)] = 104171, - [SMALL_STATE(3131)] = 104229, - [SMALL_STATE(3132)] = 104287, - [SMALL_STATE(3133)] = 104345, - [SMALL_STATE(3134)] = 104403, - [SMALL_STATE(3135)] = 104463, - [SMALL_STATE(3136)] = 104521, - [SMALL_STATE(3137)] = 104579, - [SMALL_STATE(3138)] = 104641, - [SMALL_STATE(3139)] = 104701, - [SMALL_STATE(3140)] = 104759, - [SMALL_STATE(3141)] = 104819, - [SMALL_STATE(3142)] = 104877, - [SMALL_STATE(3143)] = 104935, - [SMALL_STATE(3144)] = 104993, - [SMALL_STATE(3145)] = 105051, - [SMALL_STATE(3146)] = 105109, - [SMALL_STATE(3147)] = 105167, - [SMALL_STATE(3148)] = 105225, - [SMALL_STATE(3149)] = 105283, - [SMALL_STATE(3150)] = 105341, - [SMALL_STATE(3151)] = 105399, - [SMALL_STATE(3152)] = 105457, - [SMALL_STATE(3153)] = 105515, - [SMALL_STATE(3154)] = 105573, - [SMALL_STATE(3155)] = 105631, - [SMALL_STATE(3156)] = 105689, - [SMALL_STATE(3157)] = 105747, - [SMALL_STATE(3158)] = 105805, - [SMALL_STATE(3159)] = 105863, - [SMALL_STATE(3160)] = 105921, - [SMALL_STATE(3161)] = 105979, - [SMALL_STATE(3162)] = 106037, - [SMALL_STATE(3163)] = 106095, - [SMALL_STATE(3164)] = 106153, - [SMALL_STATE(3165)] = 106211, - [SMALL_STATE(3166)] = 106269, - [SMALL_STATE(3167)] = 106327, - [SMALL_STATE(3168)] = 106385, - [SMALL_STATE(3169)] = 106451, - [SMALL_STATE(3170)] = 106509, - [SMALL_STATE(3171)] = 106567, - [SMALL_STATE(3172)] = 106625, - [SMALL_STATE(3173)] = 106683, - [SMALL_STATE(3174)] = 106741, - [SMALL_STATE(3175)] = 106799, - [SMALL_STATE(3176)] = 106857, - [SMALL_STATE(3177)] = 106915, - [SMALL_STATE(3178)] = 106973, - [SMALL_STATE(3179)] = 107031, - [SMALL_STATE(3180)] = 107089, - [SMALL_STATE(3181)] = 107147, - [SMALL_STATE(3182)] = 107205, - [SMALL_STATE(3183)] = 107263, - [SMALL_STATE(3184)] = 107321, - [SMALL_STATE(3185)] = 107379, - [SMALL_STATE(3186)] = 107437, - [SMALL_STATE(3187)] = 107495, - [SMALL_STATE(3188)] = 107553, - [SMALL_STATE(3189)] = 107611, - [SMALL_STATE(3190)] = 107669, - [SMALL_STATE(3191)] = 107727, - [SMALL_STATE(3192)] = 107785, - [SMALL_STATE(3193)] = 107843, - [SMALL_STATE(3194)] = 107900, - [SMALL_STATE(3195)] = 107957, - [SMALL_STATE(3196)] = 108014, - [SMALL_STATE(3197)] = 108071, - [SMALL_STATE(3198)] = 108136, - [SMALL_STATE(3199)] = 108193, - [SMALL_STATE(3200)] = 108252, - [SMALL_STATE(3201)] = 108311, - [SMALL_STATE(3202)] = 108376, - [SMALL_STATE(3203)] = 108440, - [SMALL_STATE(3204)] = 108496, - [SMALL_STATE(3205)] = 108572, - [SMALL_STATE(3206)] = 108648, - [SMALL_STATE(3207)] = 108724, - [SMALL_STATE(3208)] = 108784, - [SMALL_STATE(3209)] = 108844, - [SMALL_STATE(3210)] = 108920, - [SMALL_STATE(3211)] = 108984, - [SMALL_STATE(3212)] = 109048, - [SMALL_STATE(3213)] = 109104, - [SMALL_STATE(3214)] = 109180, - [SMALL_STATE(3215)] = 109256, - [SMALL_STATE(3216)] = 109332, - [SMALL_STATE(3217)] = 109408, - [SMALL_STATE(3218)] = 109484, - [SMALL_STATE(3219)] = 109550, - [SMALL_STATE(3220)] = 109626, - [SMALL_STATE(3221)] = 109702, - [SMALL_STATE(3222)] = 109778, - [SMALL_STATE(3223)] = 109854, - [SMALL_STATE(3224)] = 109910, - [SMALL_STATE(3225)] = 109966, - [SMALL_STATE(3226)] = 110042, - [SMALL_STATE(3227)] = 110118, - [SMALL_STATE(3228)] = 110194, - [SMALL_STATE(3229)] = 110259, - [SMALL_STATE(3230)] = 110318, - [SMALL_STATE(3231)] = 110377, - [SMALL_STATE(3232)] = 110434, - [SMALL_STATE(3233)] = 110491, - [SMALL_STATE(3234)] = 110545, - [SMALL_STATE(3235)] = 110603, - [SMALL_STATE(3236)] = 110661, - [SMALL_STATE(3237)] = 110715, - [SMALL_STATE(3238)] = 110773, - [SMALL_STATE(3239)] = 110827, - [SMALL_STATE(3240)] = 110885, - [SMALL_STATE(3241)] = 110941, - [SMALL_STATE(3242)] = 110999, - [SMALL_STATE(3243)] = 111057, - [SMALL_STATE(3244)] = 111111, - [SMALL_STATE(3245)] = 111169, - [SMALL_STATE(3246)] = 111239, - [SMALL_STATE(3247)] = 111293, - [SMALL_STATE(3248)] = 111347, - [SMALL_STATE(3249)] = 111405, - [SMALL_STATE(3250)] = 111463, - [SMALL_STATE(3251)] = 111519, - [SMALL_STATE(3252)] = 111573, - [SMALL_STATE(3253)] = 111640, - [SMALL_STATE(3254)] = 111697, - [SMALL_STATE(3255)] = 111754, - [SMALL_STATE(3256)] = 111811, - [SMALL_STATE(3257)] = 111864, - [SMALL_STATE(3258)] = 111919, - [SMALL_STATE(3259)] = 111976, - [SMALL_STATE(3260)] = 112029, - [SMALL_STATE(3261)] = 112082, - [SMALL_STATE(3262)] = 112139, - [SMALL_STATE(3263)] = 112192, - [SMALL_STATE(3264)] = 112245, - [SMALL_STATE(3265)] = 112302, - [SMALL_STATE(3266)] = 112359, - [SMALL_STATE(3267)] = 112416, - [SMALL_STATE(3268)] = 112473, - [SMALL_STATE(3269)] = 112539, - [SMALL_STATE(3270)] = 112607, - [SMALL_STATE(3271)] = 112667, - [SMALL_STATE(3272)] = 112729, - [SMALL_STATE(3273)] = 112797, - [SMALL_STATE(3274)] = 112867, - [SMALL_STATE(3275)] = 112923, - [SMALL_STATE(3276)] = 112981, - [SMALL_STATE(3277)] = 113043, - [SMALL_STATE(3278)] = 113123, - [SMALL_STATE(3279)] = 113203, - [SMALL_STATE(3280)] = 113285, - [SMALL_STATE(3281)] = 113367, - [SMALL_STATE(3282)] = 113451, - [SMALL_STATE(3283)] = 113521, - [SMALL_STATE(3284)] = 113593, - [SMALL_STATE(3285)] = 113657, - [SMALL_STATE(3286)] = 113723, - [SMALL_STATE(3287)] = 113795, - [SMALL_STATE(3288)] = 113869, - [SMALL_STATE(3289)] = 113943, - [SMALL_STATE(3290)] = 114019, - [SMALL_STATE(3291)] = 114095, - [SMALL_STATE(3292)] = 114173, - [SMALL_STATE(3293)] = 114241, - [SMALL_STATE(3294)] = 114303, - [SMALL_STATE(3295)] = 114373, - [SMALL_STATE(3296)] = 114431, - [SMALL_STATE(3297)] = 114511, - [SMALL_STATE(3298)] = 114581, - [SMALL_STATE(3299)] = 114663, - [SMALL_STATE(3300)] = 114721, - [SMALL_STATE(3301)] = 114805, - [SMALL_STATE(3302)] = 114885, - [SMALL_STATE(3303)] = 114957, - [SMALL_STATE(3304)] = 115039, - [SMALL_STATE(3305)] = 115105, - [SMALL_STATE(3306)] = 115179, - [SMALL_STATE(3307)] = 115255, - [SMALL_STATE(3308)] = 115333, - [SMALL_STATE(3309)] = 115417, - [SMALL_STATE(3310)] = 115483, - [SMALL_STATE(3311)] = 115543, - [SMALL_STATE(3312)] = 115611, - [SMALL_STATE(3313)] = 115667, - [SMALL_STATE(3314)] = 115745, - [SMALL_STATE(3315)] = 115825, - [SMALL_STATE(3316)] = 115907, - [SMALL_STATE(3317)] = 115977, - [SMALL_STATE(3318)] = 116041, - [SMALL_STATE(3319)] = 116113, - [SMALL_STATE(3320)] = 116187, - [SMALL_STATE(3321)] = 116263, - [SMALL_STATE(3322)] = 116329, - [SMALL_STATE(3323)] = 116397, - [SMALL_STATE(3324)] = 116457, - [SMALL_STATE(3325)] = 116519, - [SMALL_STATE(3326)] = 116587, - [SMALL_STATE(3327)] = 116657, - [SMALL_STATE(3328)] = 116713, - [SMALL_STATE(3329)] = 116771, - [SMALL_STATE(3330)] = 116849, - [SMALL_STATE(3331)] = 116929, - [SMALL_STATE(3332)] = 117009, - [SMALL_STATE(3333)] = 117091, - [SMALL_STATE(3334)] = 117173, - [SMALL_STATE(3335)] = 117257, - [SMALL_STATE(3336)] = 117327, - [SMALL_STATE(3337)] = 117399, - [SMALL_STATE(3338)] = 117463, - [SMALL_STATE(3339)] = 117529, - [SMALL_STATE(3340)] = 117601, - [SMALL_STATE(3341)] = 117675, - [SMALL_STATE(3342)] = 117749, - [SMALL_STATE(3343)] = 117825, - [SMALL_STATE(3344)] = 117901, - [SMALL_STATE(3345)] = 117979, - [SMALL_STATE(3346)] = 118045, - [SMALL_STATE(3347)] = 118105, - [SMALL_STATE(3348)] = 118173, - [SMALL_STATE(3349)] = 118229, - [SMALL_STATE(3350)] = 118307, - [SMALL_STATE(3351)] = 118387, - [SMALL_STATE(3352)] = 118469, - [SMALL_STATE(3353)] = 118539, - [SMALL_STATE(3354)] = 118603, - [SMALL_STATE(3355)] = 118675, - [SMALL_STATE(3356)] = 118749, - [SMALL_STATE(3357)] = 118825, - [SMALL_STATE(3358)] = 118889, - [SMALL_STATE(3359)] = 118947, - [SMALL_STATE(3360)] = 119013, - [SMALL_STATE(3361)] = 119067, - [SMALL_STATE(3362)] = 119143, - [SMALL_STATE(3363)] = 119221, - [SMALL_STATE(3364)] = 119301, - [SMALL_STATE(3365)] = 119369, - [SMALL_STATE(3366)] = 119431, - [SMALL_STATE(3367)] = 119501, - [SMALL_STATE(3368)] = 119573, - [SMALL_STATE(3369)] = 119647, - [SMALL_STATE(3370)] = 119719, - [SMALL_STATE(3371)] = 119773, - [SMALL_STATE(3372)] = 119823, - [SMALL_STATE(3373)] = 119897, - [SMALL_STATE(3374)] = 119961, - [SMALL_STATE(3375)] = 120011, - [SMALL_STATE(3376)] = 120061, - [SMALL_STATE(3377)] = 120137, - [SMALL_STATE(3378)] = 120201, - [SMALL_STATE(3379)] = 120271, - [SMALL_STATE(3380)] = 120321, - [SMALL_STATE(3381)] = 120399, - [SMALL_STATE(3382)] = 120449, - [SMALL_STATE(3383)] = 120513, - [SMALL_STATE(3384)] = 120577, - [SMALL_STATE(3385)] = 120631, - [SMALL_STATE(3386)] = 120681, - [SMALL_STATE(3387)] = 120747, - [SMALL_STATE(3388)] = 120815, - [SMALL_STATE(3389)] = 120893, - [SMALL_STATE(3390)] = 120946, - [SMALL_STATE(3391)] = 121007, - [SMALL_STATE(3392)] = 121074, - [SMALL_STATE(3393)] = 121135, - [SMALL_STATE(3394)] = 121196, - [SMALL_STATE(3395)] = 121263, - [SMALL_STATE(3396)] = 121324, - [SMALL_STATE(3397)] = 121387, - [SMALL_STATE(3398)] = 121448, - [SMALL_STATE(3399)] = 121519, - [SMALL_STATE(3400)] = 121576, - [SMALL_STATE(3401)] = 121645, - [SMALL_STATE(3402)] = 121710, - [SMALL_STATE(3403)] = 121763, - [SMALL_STATE(3404)] = 121824, - [SMALL_STATE(3405)] = 121883, - [SMALL_STATE(3406)] = 121958, - [SMALL_STATE(3407)] = 122031, - [SMALL_STATE(3408)] = 122108, - [SMALL_STATE(3409)] = 122159, - [SMALL_STATE(3410)] = 122220, - [SMALL_STATE(3411)] = 122299, - [SMALL_STATE(3412)] = 122366, - [SMALL_STATE(3413)] = 122427, - [SMALL_STATE(3414)] = 122496, - [SMALL_STATE(3415)] = 122557, - [SMALL_STATE(3416)] = 122618, - [SMALL_STATE(3417)] = 122669, - [SMALL_STATE(3418)] = 122730, - [SMALL_STATE(3419)] = 122796, - [SMALL_STATE(3420)] = 122882, - [SMALL_STATE(3421)] = 122936, - [SMALL_STATE(3422)] = 122990, - [SMALL_STATE(3423)] = 123076, - [SMALL_STATE(3424)] = 123142, - [SMALL_STATE(3425)] = 123208, - [SMALL_STATE(3426)] = 123274, - [SMALL_STATE(3427)] = 123329, - [SMALL_STATE(3428)] = 123384, - [SMALL_STATE(3429)] = 123439, - [SMALL_STATE(3430)] = 123494, - [SMALL_STATE(3431)] = 123557, - [SMALL_STATE(3432)] = 123612, - [SMALL_STATE(3433)] = 123667, - [SMALL_STATE(3434)] = 123722, - [SMALL_STATE(3435)] = 123805, - [SMALL_STATE(3436)] = 123888, - [SMALL_STATE(3437)] = 123943, - [SMALL_STATE(3438)] = 123998, - [SMALL_STATE(3439)] = 124047, - [SMALL_STATE(3440)] = 124110, - [SMALL_STATE(3441)] = 124173, - [SMALL_STATE(3442)] = 124236, - [SMALL_STATE(3443)] = 124299, - [SMALL_STATE(3444)] = 124354, - [SMALL_STATE(3445)] = 124409, - [SMALL_STATE(3446)] = 124472, - [SMALL_STATE(3447)] = 124535, - [SMALL_STATE(3448)] = 124586, - [SMALL_STATE(3449)] = 124639, - [SMALL_STATE(3450)] = 124694, - [SMALL_STATE(3451)] = 124749, - [SMALL_STATE(3452)] = 124804, - [SMALL_STATE(3453)] = 124859, - [SMALL_STATE(3454)] = 124914, - [SMALL_STATE(3455)] = 124969, - [SMALL_STATE(3456)] = 125024, - [SMALL_STATE(3457)] = 125079, - [SMALL_STATE(3458)] = 125134, - [SMALL_STATE(3459)] = 125189, - [SMALL_STATE(3460)] = 125244, - [SMALL_STATE(3461)] = 125299, - [SMALL_STATE(3462)] = 125354, - [SMALL_STATE(3463)] = 125409, - [SMALL_STATE(3464)] = 125464, - [SMALL_STATE(3465)] = 125517, - [SMALL_STATE(3466)] = 125572, - [SMALL_STATE(3467)] = 125627, - [SMALL_STATE(3468)] = 125678, - [SMALL_STATE(3469)] = 125728, - [SMALL_STATE(3470)] = 125780, - [SMALL_STATE(3471)] = 125842, - [SMALL_STATE(3472)] = 125890, - [SMALL_STATE(3473)] = 125942, - [SMALL_STATE(3474)] = 125990, - [SMALL_STATE(3475)] = 126038, - [SMALL_STATE(3476)] = 126090, - [SMALL_STATE(3477)] = 126138, - [SMALL_STATE(3478)] = 126190, - [SMALL_STATE(3479)] = 126238, - [SMALL_STATE(3480)] = 126290, - [SMALL_STATE(3481)] = 126340, - [SMALL_STATE(3482)] = 126392, - [SMALL_STATE(3483)] = 126441, - [SMALL_STATE(3484)] = 126488, - [SMALL_STATE(3485)] = 126535, - [SMALL_STATE(3486)] = 126586, - [SMALL_STATE(3487)] = 126633, - [SMALL_STATE(3488)] = 126684, - [SMALL_STATE(3489)] = 126731, - [SMALL_STATE(3490)] = 126778, - [SMALL_STATE(3491)] = 126827, - [SMALL_STATE(3492)] = 126878, - [SMALL_STATE(3493)] = 126927, - [SMALL_STATE(3494)] = 126971, - [SMALL_STATE(3495)] = 127025, - [SMALL_STATE(3496)] = 127079, - [SMALL_STATE(3497)] = 127125, - [SMALL_STATE(3498)] = 127173, - [SMALL_STATE(3499)] = 127221, - [SMALL_STATE(3500)] = 127267, - [SMALL_STATE(3501)] = 127313, - [SMALL_STATE(3502)] = 127359, - [SMALL_STATE(3503)] = 127404, - [SMALL_STATE(3504)] = 127457, - [SMALL_STATE(3505)] = 127506, - [SMALL_STATE(3506)] = 127559, - [SMALL_STATE(3507)] = 127604, - [SMALL_STATE(3508)] = 127653, - [SMALL_STATE(3509)] = 127706, - [SMALL_STATE(3510)] = 127751, - [SMALL_STATE(3511)] = 127800, - [SMALL_STATE(3512)] = 127849, - [SMALL_STATE(3513)] = 127894, - [SMALL_STATE(3514)] = 127942, - [SMALL_STATE(3515)] = 127988, - [SMALL_STATE(3516)] = 128036, - [SMALL_STATE(3517)] = 128082, - [SMALL_STATE(3518)] = 128128, - [SMALL_STATE(3519)] = 128176, - [SMALL_STATE(3520)] = 128222, - [SMALL_STATE(3521)] = 128270, - [SMALL_STATE(3522)] = 128317, - [SMALL_STATE(3523)] = 128364, - [SMALL_STATE(3524)] = 128409, - [SMALL_STATE(3525)] = 128454, - [SMALL_STATE(3526)] = 128501, - [SMALL_STATE(3527)] = 128544, - [SMALL_STATE(3528)] = 128595, - [SMALL_STATE(3529)] = 128684, - [SMALL_STATE(3530)] = 128727, - [SMALL_STATE(3531)] = 128774, - [SMALL_STATE(3532)] = 128821, - [SMALL_STATE(3533)] = 128868, - [SMALL_STATE(3534)] = 128915, - [SMALL_STATE(3535)] = 128962, - [SMALL_STATE(3536)] = 129009, - [SMALL_STATE(3537)] = 129056, - [SMALL_STATE(3538)] = 129103, - [SMALL_STATE(3539)] = 129150, - [SMALL_STATE(3540)] = 129193, - [SMALL_STATE(3541)] = 129236, - [SMALL_STATE(3542)] = 129279, - [SMALL_STATE(3543)] = 129322, - [SMALL_STATE(3544)] = 129365, - [SMALL_STATE(3545)] = 129412, - [SMALL_STATE(3546)] = 129459, - [SMALL_STATE(3547)] = 129548, - [SMALL_STATE(3548)] = 129595, - [SMALL_STATE(3549)] = 129640, - [SMALL_STATE(3550)] = 129685, - [SMALL_STATE(3551)] = 129728, - [SMALL_STATE(3552)] = 129777, - [SMALL_STATE(3553)] = 129824, - [SMALL_STATE(3554)] = 129871, - [SMALL_STATE(3555)] = 129914, - [SMALL_STATE(3556)] = 129962, - [SMALL_STATE(3557)] = 130004, - [SMALL_STATE(3558)] = 130056, - [SMALL_STATE(3559)] = 130118, - [SMALL_STATE(3560)] = 130174, - [SMALL_STATE(3561)] = 130224, - [SMALL_STATE(3562)] = 130282, - [SMALL_STATE(3563)] = 130328, - [SMALL_STATE(3564)] = 130396, - [SMALL_STATE(3565)] = 130466, - [SMALL_STATE(3566)] = 130538, - [SMALL_STATE(3567)] = 130598, - [SMALL_STATE(3568)] = 130652, - [SMALL_STATE(3569)] = 130708, - [SMALL_STATE(3570)] = 130770, - [SMALL_STATE(3571)] = 130834, - [SMALL_STATE(3572)] = 130900, - [SMALL_STATE(3573)] = 130956, - [SMALL_STATE(3574)] = 131014, - [SMALL_STATE(3575)] = 131064, - [SMALL_STATE(3576)] = 131116, - [SMALL_STATE(3577)] = 131174, - [SMALL_STATE(3578)] = 131234, - [SMALL_STATE(3579)] = 131280, - [SMALL_STATE(3580)] = 131328, - [SMALL_STATE(3581)] = 131396, - [SMALL_STATE(3582)] = 131466, - [SMALL_STATE(3583)] = 131536, - [SMALL_STATE(3584)] = 131608, - [SMALL_STATE(3585)] = 131672, - [SMALL_STATE(3586)] = 131744, - [SMALL_STATE(3587)] = 131792, - [SMALL_STATE(3588)] = 131858, - [SMALL_STATE(3589)] = 131926, - [SMALL_STATE(3590)] = 131974, - [SMALL_STATE(3591)] = 132048, - [SMALL_STATE(3592)] = 132108, - [SMALL_STATE(3593)] = 132168, - [SMALL_STATE(3594)] = 132214, - [SMALL_STATE(3595)] = 132276, - [SMALL_STATE(3596)] = 132330, - [SMALL_STATE(3597)] = 132386, - [SMALL_STATE(3598)] = 132434, - [SMALL_STATE(3599)] = 132496, - [SMALL_STATE(3600)] = 132560, - [SMALL_STATE(3601)] = 132624, - [SMALL_STATE(3602)] = 132670, - [SMALL_STATE(3603)] = 132736, - [SMALL_STATE(3604)] = 132802, - [SMALL_STATE(3605)] = 132850, - [SMALL_STATE(3606)] = 132918, - [SMALL_STATE(3607)] = 132966, - [SMALL_STATE(3608)] = 133008, - [SMALL_STATE(3609)] = 133056, - [SMALL_STATE(3610)] = 133098, - [SMALL_STATE(3611)] = 133140, - [SMALL_STATE(3612)] = 133184, - [SMALL_STATE(3613)] = 133228, - [SMALL_STATE(3614)] = 133284, - [SMALL_STATE(3615)] = 133334, - [SMALL_STATE(3616)] = 133392, - [SMALL_STATE(3617)] = 133440, - [SMALL_STATE(3618)] = 133486, - [SMALL_STATE(3619)] = 133528, - [SMALL_STATE(3620)] = 133602, - [SMALL_STATE(3621)] = 133644, - [SMALL_STATE(3622)] = 133690, - [SMALL_STATE(3623)] = 133760, - [SMALL_STATE(3624)] = 133816, - [SMALL_STATE(3625)] = 133888, - [SMALL_STATE(3626)] = 133946, - [SMALL_STATE(3627)] = 133996, - [SMALL_STATE(3628)] = 134048, - [SMALL_STATE(3629)] = 134108, - [SMALL_STATE(3630)] = 134166, - [SMALL_STATE(3631)] = 134220, - [SMALL_STATE(3632)] = 134280, - [SMALL_STATE(3633)] = 134342, - [SMALL_STATE(3634)] = 134388, - [SMALL_STATE(3635)] = 134452, - [SMALL_STATE(3636)] = 134518, - [SMALL_STATE(3637)] = 134566, - [SMALL_STATE(3638)] = 134634, - [SMALL_STATE(3639)] = 134704, - [SMALL_STATE(3640)] = 134774, - [SMALL_STATE(3641)] = 134846, - [SMALL_STATE(3642)] = 134918, - [SMALL_STATE(3643)] = 134992, - [SMALL_STATE(3644)] = 135062, - [SMALL_STATE(3645)] = 135122, - [SMALL_STATE(3646)] = 135168, - [SMALL_STATE(3647)] = 135230, - [SMALL_STATE(3648)] = 135284, - [SMALL_STATE(3649)] = 135340, - [SMALL_STATE(3650)] = 135402, - [SMALL_STATE(3651)] = 135466, - [SMALL_STATE(3652)] = 135530, - [SMALL_STATE(3653)] = 135596, - [SMALL_STATE(3654)] = 135662, - [SMALL_STATE(3655)] = 135730, - [SMALL_STATE(3656)] = 135788, - [SMALL_STATE(3657)] = 135840, - [SMALL_STATE(3658)] = 135900, - [SMALL_STATE(3659)] = 135948, - [SMALL_STATE(3660)] = 136018, - [SMALL_STATE(3661)] = 136090, - [SMALL_STATE(3662)] = 136162, - [SMALL_STATE(3663)] = 136236, - [SMALL_STATE(3664)] = 136298, - [SMALL_STATE(3665)] = 136354, - [SMALL_STATE(3666)] = 136396, - [SMALL_STATE(3667)] = 136442, - [SMALL_STATE(3668)] = 136484, - [SMALL_STATE(3669)] = 136548, - [SMALL_STATE(3670)] = 136592, - [SMALL_STATE(3671)] = 136658, - [SMALL_STATE(3672)] = 136700, - [SMALL_STATE(3673)] = 136768, - [SMALL_STATE(3674)] = 136812, - [SMALL_STATE(3675)] = 136870, - [SMALL_STATE(3676)] = 136916, - [SMALL_STATE(3677)] = 136960, - [SMALL_STATE(3678)] = 137028, - [SMALL_STATE(3679)] = 137111, - [SMALL_STATE(3680)] = 137156, - [SMALL_STATE(3681)] = 137239, - [SMALL_STATE(3682)] = 137282, - [SMALL_STATE(3683)] = 137355, - [SMALL_STATE(3684)] = 137438, - [SMALL_STATE(3685)] = 137521, - [SMALL_STATE(3686)] = 137604, - [SMALL_STATE(3687)] = 137649, - [SMALL_STATE(3688)] = 137732, - [SMALL_STATE(3689)] = 137805, - [SMALL_STATE(3690)] = 137878, - [SMALL_STATE(3691)] = 137961, - [SMALL_STATE(3692)] = 138044, - [SMALL_STATE(3693)] = 138117, - [SMALL_STATE(3694)] = 138190, - [SMALL_STATE(3695)] = 138263, - [SMALL_STATE(3696)] = 138346, - [SMALL_STATE(3697)] = 138429, - [SMALL_STATE(3698)] = 138512, - [SMALL_STATE(3699)] = 138595, - [SMALL_STATE(3700)] = 138678, - [SMALL_STATE(3701)] = 138761, - [SMALL_STATE(3702)] = 138844, - [SMALL_STATE(3703)] = 138927, - [SMALL_STATE(3704)] = 139010, - [SMALL_STATE(3705)] = 139093, - [SMALL_STATE(3706)] = 139176, - [SMALL_STATE(3707)] = 139259, - [SMALL_STATE(3708)] = 139342, - [SMALL_STATE(3709)] = 139425, - [SMALL_STATE(3710)] = 139508, - [SMALL_STATE(3711)] = 139591, - [SMALL_STATE(3712)] = 139674, - [SMALL_STATE(3713)] = 139757, - [SMALL_STATE(3714)] = 139809, - [SMALL_STATE(3715)] = 139853, - [SMALL_STATE(3716)] = 139907, - [SMALL_STATE(3717)] = 139961, - [SMALL_STATE(3718)] = 140023, - [SMALL_STATE(3719)] = 140065, - [SMALL_STATE(3720)] = 140131, - [SMALL_STATE(3721)] = 140173, - [SMALL_STATE(3722)] = 140237, - [SMALL_STATE(3723)] = 140279, - [SMALL_STATE(3724)] = 140321, - [SMALL_STATE(3725)] = 140387, - [SMALL_STATE(3726)] = 140455, - [SMALL_STATE(3727)] = 140511, - [SMALL_STATE(3728)] = 140553, - [SMALL_STATE(3729)] = 140609, - [SMALL_STATE(3730)] = 140651, - [SMALL_STATE(3731)] = 140695, - [SMALL_STATE(3732)] = 140755, - [SMALL_STATE(3733)] = 140799, - [SMALL_STATE(3734)] = 140867, - [SMALL_STATE(3735)] = 140917, - [SMALL_STATE(3736)] = 140959, - [SMALL_STATE(3737)] = 141003, - [SMALL_STATE(3738)] = 141053, - [SMALL_STATE(3739)] = 141111, - [SMALL_STATE(3740)] = 141171, - [SMALL_STATE(3741)] = 141213, - [SMALL_STATE(3742)] = 141265, - [SMALL_STATE(3743)] = 141311, - [SMALL_STATE(3744)] = 141369, - [SMALL_STATE(3745)] = 141431, - [SMALL_STATE(3746)] = 141495, - [SMALL_STATE(3747)] = 141541, - [SMALL_STATE(3748)] = 141583, - [SMALL_STATE(3749)] = 141625, - [SMALL_STATE(3750)] = 141702, - [SMALL_STATE(3751)] = 141779, - [SMALL_STATE(3752)] = 141846, - [SMALL_STATE(3753)] = 141913, - [SMALL_STATE(3754)] = 141990, - [SMALL_STATE(3755)] = 142067, - [SMALL_STATE(3756)] = 142144, - [SMALL_STATE(3757)] = 142221, - [SMALL_STATE(3758)] = 142288, - [SMALL_STATE(3759)] = 142355, - [SMALL_STATE(3760)] = 142400, - [SMALL_STATE(3761)] = 142477, - [SMALL_STATE(3762)] = 142554, - [SMALL_STATE(3763)] = 142621, - [SMALL_STATE(3764)] = 142688, - [SMALL_STATE(3765)] = 142765, - [SMALL_STATE(3766)] = 142842, - [SMALL_STATE(3767)] = 142919, - [SMALL_STATE(3768)] = 142996, - [SMALL_STATE(3769)] = 143034, - [SMALL_STATE(3770)] = 143078, - [SMALL_STATE(3771)] = 143132, - [SMALL_STATE(3772)] = 143183, - [SMALL_STATE(3773)] = 143234, - [SMALL_STATE(3774)] = 143287, - [SMALL_STATE(3775)] = 143338, - [SMALL_STATE(3776)] = 143388, - [SMALL_STATE(3777)] = 143438, - [SMALL_STATE(3778)] = 143478, - [SMALL_STATE(3779)] = 143528, - [SMALL_STATE(3780)] = 143568, - [SMALL_STATE(3781)] = 143624, - [SMALL_STATE(3782)] = 143672, - [SMALL_STATE(3783)] = 143720, - [SMALL_STATE(3784)] = 143768, - [SMALL_STATE(3785)] = 143816, - [SMALL_STATE(3786)] = 143871, - [SMALL_STATE(3787)] = 143918, - [SMALL_STATE(3788)] = 143965, - [SMALL_STATE(3789)] = 144012, - [SMALL_STATE(3790)] = 144059, - [SMALL_STATE(3791)] = 144106, - [SMALL_STATE(3792)] = 144145, - [SMALL_STATE(3793)] = 144184, - [SMALL_STATE(3794)] = 144221, - [SMALL_STATE(3795)] = 144258, - [SMALL_STATE(3796)] = 144301, - [SMALL_STATE(3797)] = 144354, - [SMALL_STATE(3798)] = 144407, - [SMALL_STATE(3799)] = 144460, - [SMALL_STATE(3800)] = 144498, - [SMALL_STATE(3801)] = 144534, - [SMALL_STATE(3802)] = 144570, - [SMALL_STATE(3803)] = 144622, - [SMALL_STATE(3804)] = 144656, - [SMALL_STATE(3805)] = 144706, - [SMALL_STATE(3806)] = 144740, - [SMALL_STATE(3807)] = 144790, - [SMALL_STATE(3808)] = 144824, - [SMALL_STATE(3809)] = 144858, - [SMALL_STATE(3810)] = 144910, - [SMALL_STATE(3811)] = 144960, - [SMALL_STATE(3812)] = 144998, - [SMALL_STATE(3813)] = 145048, - [SMALL_STATE(3814)] = 145094, - [SMALL_STATE(3815)] = 145136, - [SMALL_STATE(3816)] = 145174, - [SMALL_STATE(3817)] = 145226, - [SMALL_STATE(3818)] = 145264, - [SMALL_STATE(3819)] = 145297, - [SMALL_STATE(3820)] = 145334, - [SMALL_STATE(3821)] = 145383, - [SMALL_STATE(3822)] = 145418, - [SMALL_STATE(3823)] = 145465, - [SMALL_STATE(3824)] = 145502, - [SMALL_STATE(3825)] = 145537, - [SMALL_STATE(3826)] = 145570, - [SMALL_STATE(3827)] = 145619, - [SMALL_STATE(3828)] = 145654, - [SMALL_STATE(3829)] = 145689, - [SMALL_STATE(3830)] = 145738, - [SMALL_STATE(3831)] = 145787, - [SMALL_STATE(3832)] = 145820, - [SMALL_STATE(3833)] = 145855, - [SMALL_STATE(3834)] = 145888, - [SMALL_STATE(3835)] = 145925, - [SMALL_STATE(3836)] = 145962, - [SMALL_STATE(3837)] = 146015, - [SMALL_STATE(3838)] = 146055, - [SMALL_STATE(3839)] = 146105, - [SMALL_STATE(3840)] = 146137, - [SMALL_STATE(3841)] = 146177, - [SMALL_STATE(3842)] = 146211, - [SMALL_STATE(3843)] = 146247, - [SMALL_STATE(3844)] = 146283, - [SMALL_STATE(3845)] = 146317, - [SMALL_STATE(3846)] = 146353, - [SMALL_STATE(3847)] = 146391, - [SMALL_STATE(3848)] = 146429, - [SMALL_STATE(3849)] = 146461, - [SMALL_STATE(3850)] = 146495, - [SMALL_STATE(3851)] = 146527, - [SMALL_STATE(3852)] = 146559, - [SMALL_STATE(3853)] = 146591, - [SMALL_STATE(3854)] = 146623, - [SMALL_STATE(3855)] = 146673, - [SMALL_STATE(3856)] = 146705, - [SMALL_STATE(3857)] = 146737, - [SMALL_STATE(3858)] = 146773, - [SMALL_STATE(3859)] = 146823, - [SMALL_STATE(3860)] = 146869, - [SMALL_STATE(3861)] = 146909, - [SMALL_STATE(3862)] = 146943, - [SMALL_STATE(3863)] = 146975, - [SMALL_STATE(3864)] = 147012, - [SMALL_STATE(3865)] = 147053, - [SMALL_STATE(3866)] = 147084, - [SMALL_STATE(3867)] = 147115, - [SMALL_STATE(3868)] = 147148, - [SMALL_STATE(3869)] = 147187, - [SMALL_STATE(3870)] = 147220, - [SMALL_STATE(3871)] = 147255, - [SMALL_STATE(3872)] = 147286, - [SMALL_STATE(3873)] = 147317, - [SMALL_STATE(3874)] = 147352, - [SMALL_STATE(3875)] = 147397, - [SMALL_STATE(3876)] = 147430, - [SMALL_STATE(3877)] = 147477, - [SMALL_STATE(3878)] = 147524, - [SMALL_STATE(3879)] = 147555, - [SMALL_STATE(3880)] = 147586, - [SMALL_STATE(3881)] = 147621, - [SMALL_STATE(3882)] = 147654, - [SMALL_STATE(3883)] = 147689, - [SMALL_STATE(3884)] = 147726, - [SMALL_STATE(3885)] = 147757, - [SMALL_STATE(3886)] = 147804, - [SMALL_STATE(3887)] = 147851, - [SMALL_STATE(3888)] = 147882, - [SMALL_STATE(3889)] = 147921, - [SMALL_STATE(3890)] = 147956, - [SMALL_STATE(3891)] = 147995, - [SMALL_STATE(3892)] = 148032, - [SMALL_STATE(3893)] = 148064, - [SMALL_STATE(3894)] = 148098, - [SMALL_STATE(3895)] = 148148, - [SMALL_STATE(3896)] = 148178, - [SMALL_STATE(3897)] = 148208, - [SMALL_STATE(3898)] = 148238, - [SMALL_STATE(3899)] = 148278, - [SMALL_STATE(3900)] = 148310, - [SMALL_STATE(3901)] = 148344, - [SMALL_STATE(3902)] = 148376, - [SMALL_STATE(3903)] = 148408, - [SMALL_STATE(3904)] = 148440, - [SMALL_STATE(3905)] = 148470, - [SMALL_STATE(3906)] = 148500, - [SMALL_STATE(3907)] = 148532, - [SMALL_STATE(3908)] = 148566, - [SMALL_STATE(3909)] = 148598, - [SMALL_STATE(3910)] = 148632, - [SMALL_STATE(3911)] = 148670, - [SMALL_STATE(3912)] = 148702, - [SMALL_STATE(3913)] = 148732, - [SMALL_STATE(3914)] = 148770, - [SMALL_STATE(3915)] = 148800, - [SMALL_STATE(3916)] = 148830, - [SMALL_STATE(3917)] = 148860, - [SMALL_STATE(3918)] = 148890, - [SMALL_STATE(3919)] = 148920, - [SMALL_STATE(3920)] = 148958, - [SMALL_STATE(3921)] = 148992, - [SMALL_STATE(3922)] = 149022, - [SMALL_STATE(3923)] = 149054, - [SMALL_STATE(3924)] = 149084, - [SMALL_STATE(3925)] = 149120, - [SMALL_STATE(3926)] = 149158, - [SMALL_STATE(3927)] = 149188, - [SMALL_STATE(3928)] = 149218, - [SMALL_STATE(3929)] = 149256, - [SMALL_STATE(3930)] = 149288, - [SMALL_STATE(3931)] = 149320, - [SMALL_STATE(3932)] = 149352, - [SMALL_STATE(3933)] = 149384, - [SMALL_STATE(3934)] = 149416, - [SMALL_STATE(3935)] = 149446, - [SMALL_STATE(3936)] = 149477, - [SMALL_STATE(3937)] = 149510, - [SMALL_STATE(3938)] = 149539, - [SMALL_STATE(3939)] = 149576, - [SMALL_STATE(3940)] = 149613, - [SMALL_STATE(3941)] = 149644, - [SMALL_STATE(3942)] = 149681, - [SMALL_STATE(3943)] = 149712, - [SMALL_STATE(3944)] = 149749, - [SMALL_STATE(3945)] = 149780, - [SMALL_STATE(3946)] = 149817, - [SMALL_STATE(3947)] = 149846, - [SMALL_STATE(3948)] = 149877, - [SMALL_STATE(3949)] = 149910, - [SMALL_STATE(3950)] = 149947, - [SMALL_STATE(3951)] = 149978, - [SMALL_STATE(3952)] = 150009, - [SMALL_STATE(3953)] = 150040, - [SMALL_STATE(3954)] = 150071, - [SMALL_STATE(3955)] = 150104, - [SMALL_STATE(3956)] = 150135, - [SMALL_STATE(3957)] = 150172, - [SMALL_STATE(3958)] = 150203, - [SMALL_STATE(3959)] = 150240, - [SMALL_STATE(3960)] = 150269, - [SMALL_STATE(3961)] = 150298, - [SMALL_STATE(3962)] = 150335, - [SMALL_STATE(3963)] = 150364, - [SMALL_STATE(3964)] = 150395, - [SMALL_STATE(3965)] = 150424, - [SMALL_STATE(3966)] = 150461, - [SMALL_STATE(3967)] = 150498, - [SMALL_STATE(3968)] = 150535, - [SMALL_STATE(3969)] = 150566, - [SMALL_STATE(3970)] = 150603, - [SMALL_STATE(3971)] = 150632, - [SMALL_STATE(3972)] = 150669, - [SMALL_STATE(3973)] = 150700, - [SMALL_STATE(3974)] = 150729, - [SMALL_STATE(3975)] = 150760, - [SMALL_STATE(3976)] = 150789, - [SMALL_STATE(3977)] = 150818, - [SMALL_STATE(3978)] = 150847, - [SMALL_STATE(3979)] = 150876, - [SMALL_STATE(3980)] = 150909, - [SMALL_STATE(3981)] = 150938, - [SMALL_STATE(3982)] = 150969, - [SMALL_STATE(3983)] = 150998, - [SMALL_STATE(3984)] = 151027, - [SMALL_STATE(3985)] = 151058, - [SMALL_STATE(3986)] = 151089, - [SMALL_STATE(3987)] = 151118, - [SMALL_STATE(3988)] = 151147, - [SMALL_STATE(3989)] = 151178, - [SMALL_STATE(3990)] = 151207, - [SMALL_STATE(3991)] = 151244, - [SMALL_STATE(3992)] = 151281, - [SMALL_STATE(3993)] = 151312, - [SMALL_STATE(3994)] = 151349, - [SMALL_STATE(3995)] = 151380, - [SMALL_STATE(3996)] = 151411, - [SMALL_STATE(3997)] = 151442, - [SMALL_STATE(3998)] = 151471, - [SMALL_STATE(3999)] = 151500, - [SMALL_STATE(4000)] = 151531, - [SMALL_STATE(4001)] = 151568, - [SMALL_STATE(4002)] = 151605, - [SMALL_STATE(4003)] = 151642, - [SMALL_STATE(4004)] = 151675, - [SMALL_STATE(4005)] = 151708, - [SMALL_STATE(4006)] = 151745, - [SMALL_STATE(4007)] = 151774, - [SMALL_STATE(4008)] = 151807, - [SMALL_STATE(4009)] = 151844, - [SMALL_STATE(4010)] = 151881, - [SMALL_STATE(4011)] = 151918, - [SMALL_STATE(4012)] = 151955, - [SMALL_STATE(4013)] = 151990, - [SMALL_STATE(4014)] = 152027, - [SMALL_STATE(4015)] = 152064, - [SMALL_STATE(4016)] = 152093, - [SMALL_STATE(4017)] = 152130, - [SMALL_STATE(4018)] = 152167, - [SMALL_STATE(4019)] = 152196, - [SMALL_STATE(4020)] = 152232, - [SMALL_STATE(4021)] = 152260, - [SMALL_STATE(4022)] = 152308, - [SMALL_STATE(4023)] = 152344, - [SMALL_STATE(4024)] = 152380, - [SMALL_STATE(4025)] = 152416, - [SMALL_STATE(4026)] = 152446, - [SMALL_STATE(4027)] = 152482, - [SMALL_STATE(4028)] = 152510, - [SMALL_STATE(4029)] = 152538, - [SMALL_STATE(4030)] = 152582, - [SMALL_STATE(4031)] = 152612, - [SMALL_STATE(4032)] = 152640, - [SMALL_STATE(4033)] = 152668, - [SMALL_STATE(4034)] = 152698, - [SMALL_STATE(4035)] = 152730, - [SMALL_STATE(4036)] = 152766, - [SMALL_STATE(4037)] = 152802, - [SMALL_STATE(4038)] = 152830, - [SMALL_STATE(4039)] = 152866, - [SMALL_STATE(4040)] = 152902, - [SMALL_STATE(4041)] = 152940, - [SMALL_STATE(4042)] = 152968, - [SMALL_STATE(4043)] = 153000, - [SMALL_STATE(4044)] = 153032, - [SMALL_STATE(4045)] = 153080, - [SMALL_STATE(4046)] = 153110, - [SMALL_STATE(4047)] = 153138, - [SMALL_STATE(4048)] = 153174, - [SMALL_STATE(4049)] = 153210, - [SMALL_STATE(4050)] = 153240, - [SMALL_STATE(4051)] = 153276, - [SMALL_STATE(4052)] = 153308, - [SMALL_STATE(4053)] = 153344, - [SMALL_STATE(4054)] = 153380, - [SMALL_STATE(4055)] = 153408, - [SMALL_STATE(4056)] = 153444, - [SMALL_STATE(4057)] = 153472, - [SMALL_STATE(4058)] = 153508, - [SMALL_STATE(4059)] = 153544, - [SMALL_STATE(4060)] = 153574, - [SMALL_STATE(4061)] = 153602, - [SMALL_STATE(4062)] = 153630, - [SMALL_STATE(4063)] = 153666, - [SMALL_STATE(4064)] = 153702, - [SMALL_STATE(4065)] = 153730, - [SMALL_STATE(4066)] = 153762, - [SMALL_STATE(4067)] = 153798, - [SMALL_STATE(4068)] = 153834, - [SMALL_STATE(4069)] = 153862, - [SMALL_STATE(4070)] = 153898, - [SMALL_STATE(4071)] = 153936, - [SMALL_STATE(4072)] = 153964, - [SMALL_STATE(4073)] = 154000, - [SMALL_STATE(4074)] = 154044, - [SMALL_STATE(4075)] = 154072, - [SMALL_STATE(4076)] = 154100, - [SMALL_STATE(4077)] = 154128, - [SMALL_STATE(4078)] = 154156, - [SMALL_STATE(4079)] = 154188, - [SMALL_STATE(4080)] = 154232, - [SMALL_STATE(4081)] = 154280, - [SMALL_STATE(4082)] = 154312, - [SMALL_STATE(4083)] = 154344, - [SMALL_STATE(4084)] = 154372, - [SMALL_STATE(4085)] = 154408, - [SMALL_STATE(4086)] = 154436, - [SMALL_STATE(4087)] = 154464, - [SMALL_STATE(4088)] = 154496, - [SMALL_STATE(4089)] = 154524, - [SMALL_STATE(4090)] = 154568, - [SMALL_STATE(4091)] = 154598, - [SMALL_STATE(4092)] = 154646, - [SMALL_STATE(4093)] = 154682, - [SMALL_STATE(4094)] = 154718, - [SMALL_STATE(4095)] = 154746, - [SMALL_STATE(4096)] = 154778, - [SMALL_STATE(4097)] = 154810, - [SMALL_STATE(4098)] = 154840, - [SMALL_STATE(4099)] = 154870, - [SMALL_STATE(4100)] = 154906, - [SMALL_STATE(4101)] = 154942, - [SMALL_STATE(4102)] = 154972, - [SMALL_STATE(4103)] = 155016, - [SMALL_STATE(4104)] = 155048, - [SMALL_STATE(4105)] = 155084, - [SMALL_STATE(4106)] = 155112, - [SMALL_STATE(4107)] = 155137, - [SMALL_STATE(4108)] = 155172, - [SMALL_STATE(4109)] = 155203, - [SMALL_STATE(4110)] = 155240, - [SMALL_STATE(4111)] = 155275, - [SMALL_STATE(4112)] = 155310, - [SMALL_STATE(4113)] = 155345, - [SMALL_STATE(4114)] = 155376, - [SMALL_STATE(4115)] = 155411, - [SMALL_STATE(4116)] = 155442, - [SMALL_STATE(4117)] = 155473, - [SMALL_STATE(4118)] = 155500, - [SMALL_STATE(4119)] = 155527, - [SMALL_STATE(4120)] = 155554, - [SMALL_STATE(4121)] = 155589, - [SMALL_STATE(4122)] = 155616, - [SMALL_STATE(4123)] = 155647, - [SMALL_STATE(4124)] = 155678, - [SMALL_STATE(4125)] = 155709, - [SMALL_STATE(4126)] = 155744, - [SMALL_STATE(4127)] = 155779, - [SMALL_STATE(4128)] = 155814, - [SMALL_STATE(4129)] = 155849, - [SMALL_STATE(4130)] = 155876, - [SMALL_STATE(4131)] = 155903, - [SMALL_STATE(4132)] = 155930, - [SMALL_STATE(4133)] = 155957, - [SMALL_STATE(4134)] = 155986, - [SMALL_STATE(4135)] = 156015, - [SMALL_STATE(4136)] = 156044, - [SMALL_STATE(4137)] = 156075, - [SMALL_STATE(4138)] = 156104, - [SMALL_STATE(4139)] = 156135, - [SMALL_STATE(4140)] = 156170, - [SMALL_STATE(4141)] = 156201, - [SMALL_STATE(4142)] = 156232, - [SMALL_STATE(4143)] = 156263, - [SMALL_STATE(4144)] = 156294, - [SMALL_STATE(4145)] = 156327, - [SMALL_STATE(4146)] = 156360, - [SMALL_STATE(4147)] = 156387, - [SMALL_STATE(4148)] = 156414, - [SMALL_STATE(4149)] = 156445, - [SMALL_STATE(4150)] = 156476, - [SMALL_STATE(4151)] = 156507, - [SMALL_STATE(4152)] = 156540, - [SMALL_STATE(4153)] = 156573, - [SMALL_STATE(4154)] = 156600, - [SMALL_STATE(4155)] = 156627, - [SMALL_STATE(4156)] = 156654, - [SMALL_STATE(4157)] = 156681, - [SMALL_STATE(4158)] = 156710, - [SMALL_STATE(4159)] = 156739, - [SMALL_STATE(4160)] = 156770, - [SMALL_STATE(4161)] = 156801, - [SMALL_STATE(4162)] = 156832, - [SMALL_STATE(4163)] = 156863, - [SMALL_STATE(4164)] = 156896, - [SMALL_STATE(4165)] = 156929, - [SMALL_STATE(4166)] = 156956, - [SMALL_STATE(4167)] = 156983, - [SMALL_STATE(4168)] = 157014, - [SMALL_STATE(4169)] = 157041, - [SMALL_STATE(4170)] = 157072, - [SMALL_STATE(4171)] = 157103, - [SMALL_STATE(4172)] = 157136, - [SMALL_STATE(4173)] = 157169, - [SMALL_STATE(4174)] = 157196, - [SMALL_STATE(4175)] = 157223, - [SMALL_STATE(4176)] = 157252, - [SMALL_STATE(4177)] = 157281, - [SMALL_STATE(4178)] = 157316, - [SMALL_STATE(4179)] = 157343, - [SMALL_STATE(4180)] = 157374, - [SMALL_STATE(4181)] = 157401, - [SMALL_STATE(4182)] = 157430, - [SMALL_STATE(4183)] = 157459, - [SMALL_STATE(4184)] = 157490, - [SMALL_STATE(4185)] = 157521, - [SMALL_STATE(4186)] = 157548, - [SMALL_STATE(4187)] = 157575, - [SMALL_STATE(4188)] = 157602, - [SMALL_STATE(4189)] = 157629, - [SMALL_STATE(4190)] = 157656, - [SMALL_STATE(4191)] = 157685, - [SMALL_STATE(4192)] = 157712, - [SMALL_STATE(4193)] = 157741, - [SMALL_STATE(4194)] = 157772, - [SMALL_STATE(4195)] = 157803, - [SMALL_STATE(4196)] = 157834, - [SMALL_STATE(4197)] = 157865, - [SMALL_STATE(4198)] = 157896, - [SMALL_STATE(4199)] = 157929, - [SMALL_STATE(4200)] = 157962, - [SMALL_STATE(4201)] = 157989, - [SMALL_STATE(4202)] = 158016, - [SMALL_STATE(4203)] = 158043, - [SMALL_STATE(4204)] = 158078, - [SMALL_STATE(4205)] = 158107, - [SMALL_STATE(4206)] = 158138, - [SMALL_STATE(4207)] = 158169, - [SMALL_STATE(4208)] = 158202, - [SMALL_STATE(4209)] = 158237, - [SMALL_STATE(4210)] = 158264, - [SMALL_STATE(4211)] = 158291, - [SMALL_STATE(4212)] = 158322, - [SMALL_STATE(4213)] = 158349, - [SMALL_STATE(4214)] = 158380, - [SMALL_STATE(4215)] = 158407, - [SMALL_STATE(4216)] = 158438, - [SMALL_STATE(4217)] = 158465, - [SMALL_STATE(4218)] = 158490, - [SMALL_STATE(4219)] = 158517, - [SMALL_STATE(4220)] = 158546, - [SMALL_STATE(4221)] = 158577, - [SMALL_STATE(4222)] = 158608, - [SMALL_STATE(4223)] = 158637, - [SMALL_STATE(4224)] = 158668, - [SMALL_STATE(4225)] = 158699, - [SMALL_STATE(4226)] = 158730, - [SMALL_STATE(4227)] = 158761, - [SMALL_STATE(4228)] = 158792, - [SMALL_STATE(4229)] = 158825, - [SMALL_STATE(4230)] = 158858, - [SMALL_STATE(4231)] = 158889, - [SMALL_STATE(4232)] = 158920, - [SMALL_STATE(4233)] = 158955, - [SMALL_STATE(4234)] = 158984, - [SMALL_STATE(4235)] = 159017, - [SMALL_STATE(4236)] = 159052, - [SMALL_STATE(4237)] = 159087, - [SMALL_STATE(4238)] = 159114, - [SMALL_STATE(4239)] = 159145, - [SMALL_STATE(4240)] = 159172, - [SMALL_STATE(4241)] = 159203, - [SMALL_STATE(4242)] = 159234, - [SMALL_STATE(4243)] = 159267, - [SMALL_STATE(4244)] = 159300, - [SMALL_STATE(4245)] = 159327, - [SMALL_STATE(4246)] = 159352, - [SMALL_STATE(4247)] = 159379, - [SMALL_STATE(4248)] = 159406, - [SMALL_STATE(4249)] = 159431, - [SMALL_STATE(4250)] = 159462, - [SMALL_STATE(4251)] = 159487, - [SMALL_STATE(4252)] = 159516, - [SMALL_STATE(4253)] = 159547, - [SMALL_STATE(4254)] = 159582, - [SMALL_STATE(4255)] = 159617, - [SMALL_STATE(4256)] = 159648, - [SMALL_STATE(4257)] = 159673, - [SMALL_STATE(4258)] = 159704, - [SMALL_STATE(4259)] = 159739, - [SMALL_STATE(4260)] = 159766, - [SMALL_STATE(4261)] = 159797, - [SMALL_STATE(4262)] = 159830, - [SMALL_STATE(4263)] = 159855, - [SMALL_STATE(4264)] = 159880, - [SMALL_STATE(4265)] = 159905, - [SMALL_STATE(4266)] = 159932, - [SMALL_STATE(4267)] = 159959, - [SMALL_STATE(4268)] = 159988, - [SMALL_STATE(4269)] = 160017, - [SMALL_STATE(4270)] = 160042, - [SMALL_STATE(4271)] = 160067, - [SMALL_STATE(4272)] = 160094, - [SMALL_STATE(4273)] = 160121, - [SMALL_STATE(4274)] = 160154, - [SMALL_STATE(4275)] = 160183, - [SMALL_STATE(4276)] = 160212, - [SMALL_STATE(4277)] = 160243, - [SMALL_STATE(4278)] = 160278, - [SMALL_STATE(4279)] = 160313, - [SMALL_STATE(4280)] = 160348, - [SMALL_STATE(4281)] = 160379, - [SMALL_STATE(4282)] = 160410, - [SMALL_STATE(4283)] = 160441, - [SMALL_STATE(4284)] = 160474, - [SMALL_STATE(4285)] = 160507, - [SMALL_STATE(4286)] = 160538, - [SMALL_STATE(4287)] = 160573, - [SMALL_STATE(4288)] = 160604, - [SMALL_STATE(4289)] = 160631, - [SMALL_STATE(4290)] = 160666, - [SMALL_STATE(4291)] = 160701, - [SMALL_STATE(4292)] = 160736, - [SMALL_STATE(4293)] = 160771, - [SMALL_STATE(4294)] = 160806, - [SMALL_STATE(4295)] = 160841, - [SMALL_STATE(4296)] = 160876, - [SMALL_STATE(4297)] = 160907, - [SMALL_STATE(4298)] = 160936, - [SMALL_STATE(4299)] = 160962, - [SMALL_STATE(4300)] = 161014, - [SMALL_STATE(4301)] = 161038, - [SMALL_STATE(4302)] = 161062, - [SMALL_STATE(4303)] = 161114, - [SMALL_STATE(4304)] = 161138, - [SMALL_STATE(4305)] = 161162, - [SMALL_STATE(4306)] = 161186, - [SMALL_STATE(4307)] = 161216, - [SMALL_STATE(4308)] = 161242, - [SMALL_STATE(4309)] = 161268, - [SMALL_STATE(4310)] = 161294, - [SMALL_STATE(4311)] = 161324, - [SMALL_STATE(4312)] = 161352, - [SMALL_STATE(4313)] = 161382, - [SMALL_STATE(4314)] = 161410, - [SMALL_STATE(4315)] = 161434, - [SMALL_STATE(4316)] = 161464, - [SMALL_STATE(4317)] = 161510, - [SMALL_STATE(4318)] = 161540, - [SMALL_STATE(4319)] = 161592, - [SMALL_STATE(4320)] = 161618, - [SMALL_STATE(4321)] = 161648, - [SMALL_STATE(4322)] = 161678, - [SMALL_STATE(4323)] = 161706, - [SMALL_STATE(4324)] = 161736, - [SMALL_STATE(4325)] = 161760, - [SMALL_STATE(4326)] = 161788, - [SMALL_STATE(4327)] = 161812, - [SMALL_STATE(4328)] = 161838, - [SMALL_STATE(4329)] = 161868, - [SMALL_STATE(4330)] = 161896, - [SMALL_STATE(4331)] = 161948, - [SMALL_STATE(4332)] = 162000, - [SMALL_STATE(4333)] = 162026, - [SMALL_STATE(4334)] = 162052, - [SMALL_STATE(4335)] = 162076, - [SMALL_STATE(4336)] = 162104, - [SMALL_STATE(4337)] = 162130, - [SMALL_STATE(4338)] = 162160, - [SMALL_STATE(4339)] = 162186, - [SMALL_STATE(4340)] = 162214, - [SMALL_STATE(4341)] = 162242, - [SMALL_STATE(4342)] = 162294, - [SMALL_STATE(4343)] = 162324, - [SMALL_STATE(4344)] = 162350, - [SMALL_STATE(4345)] = 162378, - [SMALL_STATE(4346)] = 162406, - [SMALL_STATE(4347)] = 162434, - [SMALL_STATE(4348)] = 162464, - [SMALL_STATE(4349)] = 162494, - [SMALL_STATE(4350)] = 162546, - [SMALL_STATE(4351)] = 162576, - [SMALL_STATE(4352)] = 162608, - [SMALL_STATE(4353)] = 162638, - [SMALL_STATE(4354)] = 162668, - [SMALL_STATE(4355)] = 162692, - [SMALL_STATE(4356)] = 162722, - [SMALL_STATE(4357)] = 162750, - [SMALL_STATE(4358)] = 162780, - [SMALL_STATE(4359)] = 162810, - [SMALL_STATE(4360)] = 162836, - [SMALL_STATE(4361)] = 162862, - [SMALL_STATE(4362)] = 162888, - [SMALL_STATE(4363)] = 162912, - [SMALL_STATE(4364)] = 162942, - [SMALL_STATE(4365)] = 162972, - [SMALL_STATE(4366)] = 163002, - [SMALL_STATE(4367)] = 163028, - [SMALL_STATE(4368)] = 163058, - [SMALL_STATE(4369)] = 163088, - [SMALL_STATE(4370)] = 163118, - [SMALL_STATE(4371)] = 163170, - [SMALL_STATE(4372)] = 163222, - [SMALL_STATE(4373)] = 163252, - [SMALL_STATE(4374)] = 163304, - [SMALL_STATE(4375)] = 163334, - [SMALL_STATE(4376)] = 163364, - [SMALL_STATE(4377)] = 163394, - [SMALL_STATE(4378)] = 163418, - [SMALL_STATE(4379)] = 163442, - [SMALL_STATE(4380)] = 163468, - [SMALL_STATE(4381)] = 163494, - [SMALL_STATE(4382)] = 163526, - [SMALL_STATE(4383)] = 163554, - [SMALL_STATE(4384)] = 163582, - [SMALL_STATE(4385)] = 163609, - [SMALL_STATE(4386)] = 163638, - [SMALL_STATE(4387)] = 163667, - [SMALL_STATE(4388)] = 163692, - [SMALL_STATE(4389)] = 163717, - [SMALL_STATE(4390)] = 163748, - [SMALL_STATE(4391)] = 163777, - [SMALL_STATE(4392)] = 163806, - [SMALL_STATE(4393)] = 163835, - [SMALL_STATE(4394)] = 163860, - [SMALL_STATE(4395)] = 163889, - [SMALL_STATE(4396)] = 163914, - [SMALL_STATE(4397)] = 163943, - [SMALL_STATE(4398)] = 163968, - [SMALL_STATE(4399)] = 163993, - [SMALL_STATE(4400)] = 164022, - [SMALL_STATE(4401)] = 164051, - [SMALL_STATE(4402)] = 164080, - [SMALL_STATE(4403)] = 164105, - [SMALL_STATE(4404)] = 164130, - [SMALL_STATE(4405)] = 164155, - [SMALL_STATE(4406)] = 164180, - [SMALL_STATE(4407)] = 164209, - [SMALL_STATE(4408)] = 164234, - [SMALL_STATE(4409)] = 164259, - [SMALL_STATE(4410)] = 164284, - [SMALL_STATE(4411)] = 164309, - [SMALL_STATE(4412)] = 164338, - [SMALL_STATE(4413)] = 164363, - [SMALL_STATE(4414)] = 164388, - [SMALL_STATE(4415)] = 164413, - [SMALL_STATE(4416)] = 164438, - [SMALL_STATE(4417)] = 164467, - [SMALL_STATE(4418)] = 164492, - [SMALL_STATE(4419)] = 164517, - [SMALL_STATE(4420)] = 164542, - [SMALL_STATE(4421)] = 164567, - [SMALL_STATE(4422)] = 164592, - [SMALL_STATE(4423)] = 164621, - [SMALL_STATE(4424)] = 164646, - [SMALL_STATE(4425)] = 164671, - [SMALL_STATE(4426)] = 164700, - [SMALL_STATE(4427)] = 164725, - [SMALL_STATE(4428)] = 164754, - [SMALL_STATE(4429)] = 164779, - [SMALL_STATE(4430)] = 164804, - [SMALL_STATE(4431)] = 164829, - [SMALL_STATE(4432)] = 164854, - [SMALL_STATE(4433)] = 164883, - [SMALL_STATE(4434)] = 164908, - [SMALL_STATE(4435)] = 164933, - [SMALL_STATE(4436)] = 164958, - [SMALL_STATE(4437)] = 164987, - [SMALL_STATE(4438)] = 165016, - [SMALL_STATE(4439)] = 165041, - [SMALL_STATE(4440)] = 165066, - [SMALL_STATE(4441)] = 165095, - [SMALL_STATE(4442)] = 165120, - [SMALL_STATE(4443)] = 165145, - [SMALL_STATE(4444)] = 165170, - [SMALL_STATE(4445)] = 165195, - [SMALL_STATE(4446)] = 165220, - [SMALL_STATE(4447)] = 165245, - [SMALL_STATE(4448)] = 165270, - [SMALL_STATE(4449)] = 165299, - [SMALL_STATE(4450)] = 165324, - [SMALL_STATE(4451)] = 165349, - [SMALL_STATE(4452)] = 165374, - [SMALL_STATE(4453)] = 165399, - [SMALL_STATE(4454)] = 165424, - [SMALL_STATE(4455)] = 165455, - [SMALL_STATE(4456)] = 165478, - [SMALL_STATE(4457)] = 165507, - [SMALL_STATE(4458)] = 165536, - [SMALL_STATE(4459)] = 165565, - [SMALL_STATE(4460)] = 165592, - [SMALL_STATE(4461)] = 165621, - [SMALL_STATE(4462)] = 165650, - [SMALL_STATE(4463)] = 165679, - [SMALL_STATE(4464)] = 165708, - [SMALL_STATE(4465)] = 165737, - [SMALL_STATE(4466)] = 165764, - [SMALL_STATE(4467)] = 165793, - [SMALL_STATE(4468)] = 165816, - [SMALL_STATE(4469)] = 165839, - [SMALL_STATE(4470)] = 165864, - [SMALL_STATE(4471)] = 165891, - [SMALL_STATE(4472)] = 165918, - [SMALL_STATE(4473)] = 165943, - [SMALL_STATE(4474)] = 165968, - [SMALL_STATE(4475)] = 165997, - [SMALL_STATE(4476)] = 166026, - [SMALL_STATE(4477)] = 166051, - [SMALL_STATE(4478)] = 166076, - [SMALL_STATE(4479)] = 166105, - [SMALL_STATE(4480)] = 166132, - [SMALL_STATE(4481)] = 166157, - [SMALL_STATE(4482)] = 166182, - [SMALL_STATE(4483)] = 166207, - [SMALL_STATE(4484)] = 166236, - [SMALL_STATE(4485)] = 166265, - [SMALL_STATE(4486)] = 166294, - [SMALL_STATE(4487)] = 166323, - [SMALL_STATE(4488)] = 166348, - [SMALL_STATE(4489)] = 166377, - [SMALL_STATE(4490)] = 166404, - [SMALL_STATE(4491)] = 166433, - [SMALL_STATE(4492)] = 166464, - [SMALL_STATE(4493)] = 166489, - [SMALL_STATE(4494)] = 166514, - [SMALL_STATE(4495)] = 166539, - [SMALL_STATE(4496)] = 166568, - [SMALL_STATE(4497)] = 166597, - [SMALL_STATE(4498)] = 166624, - [SMALL_STATE(4499)] = 166653, - [SMALL_STATE(4500)] = 166678, - [SMALL_STATE(4501)] = 166705, - [SMALL_STATE(4502)] = 166730, - [SMALL_STATE(4503)] = 166755, - [SMALL_STATE(4504)] = 166782, - [SMALL_STATE(4505)] = 166811, - [SMALL_STATE(4506)] = 166834, - [SMALL_STATE(4507)] = 166859, - [SMALL_STATE(4508)] = 166888, - [SMALL_STATE(4509)] = 166913, - [SMALL_STATE(4510)] = 166938, - [SMALL_STATE(4511)] = 166963, - [SMALL_STATE(4512)] = 166990, - [SMALL_STATE(4513)] = 167021, - [SMALL_STATE(4514)] = 167046, - [SMALL_STATE(4515)] = 167071, - [SMALL_STATE(4516)] = 167096, - [SMALL_STATE(4517)] = 167121, - [SMALL_STATE(4518)] = 167150, - [SMALL_STATE(4519)] = 167173, - [SMALL_STATE(4520)] = 167196, - [SMALL_STATE(4521)] = 167221, - [SMALL_STATE(4522)] = 167246, - [SMALL_STATE(4523)] = 167271, - [SMALL_STATE(4524)] = 167296, - [SMALL_STATE(4525)] = 167325, - [SMALL_STATE(4526)] = 167350, - [SMALL_STATE(4527)] = 167375, - [SMALL_STATE(4528)] = 167400, - [SMALL_STATE(4529)] = 167425, - [SMALL_STATE(4530)] = 167454, - [SMALL_STATE(4531)] = 167481, - [SMALL_STATE(4532)] = 167506, - [SMALL_STATE(4533)] = 167547, - [SMALL_STATE(4534)] = 167572, - [SMALL_STATE(4535)] = 167597, - [SMALL_STATE(4536)] = 167622, - [SMALL_STATE(4537)] = 167645, - [SMALL_STATE(4538)] = 167670, - [SMALL_STATE(4539)] = 167695, - [SMALL_STATE(4540)] = 167720, - [SMALL_STATE(4541)] = 167749, - [SMALL_STATE(4542)] = 167774, - [SMALL_STATE(4543)] = 167799, - [SMALL_STATE(4544)] = 167828, - [SMALL_STATE(4545)] = 167852, - [SMALL_STATE(4546)] = 167876, - [SMALL_STATE(4547)] = 167900, - [SMALL_STATE(4548)] = 167946, - [SMALL_STATE(4549)] = 167970, - [SMALL_STATE(4550)] = 168016, - [SMALL_STATE(4551)] = 168040, - [SMALL_STATE(4552)] = 168086, - [SMALL_STATE(4553)] = 168110, - [SMALL_STATE(4554)] = 168134, - [SMALL_STATE(4555)] = 168158, - [SMALL_STATE(4556)] = 168182, - [SMALL_STATE(4557)] = 168206, - [SMALL_STATE(4558)] = 168230, - [SMALL_STATE(4559)] = 168276, - [SMALL_STATE(4560)] = 168316, - [SMALL_STATE(4561)] = 168338, - [SMALL_STATE(4562)] = 168364, - [SMALL_STATE(4563)] = 168388, - [SMALL_STATE(4564)] = 168412, - [SMALL_STATE(4565)] = 168436, - [SMALL_STATE(4566)] = 168480, - [SMALL_STATE(4567)] = 168504, - [SMALL_STATE(4568)] = 168550, - [SMALL_STATE(4569)] = 168574, - [SMALL_STATE(4570)] = 168598, - [SMALL_STATE(4571)] = 168622, - [SMALL_STATE(4572)] = 168646, - [SMALL_STATE(4573)] = 168670, - [SMALL_STATE(4574)] = 168694, - [SMALL_STATE(4575)] = 168718, - [SMALL_STATE(4576)] = 168742, - [SMALL_STATE(4577)] = 168766, - [SMALL_STATE(4578)] = 168790, - [SMALL_STATE(4579)] = 168814, - [SMALL_STATE(4580)] = 168838, - [SMALL_STATE(4581)] = 168862, - [SMALL_STATE(4582)] = 168886, - [SMALL_STATE(4583)] = 168910, - [SMALL_STATE(4584)] = 168934, - [SMALL_STATE(4585)] = 168958, - [SMALL_STATE(4586)] = 168982, - [SMALL_STATE(4587)] = 169006, - [SMALL_STATE(4588)] = 169028, - [SMALL_STATE(4589)] = 169052, - [SMALL_STATE(4590)] = 169076, - [SMALL_STATE(4591)] = 169100, - [SMALL_STATE(4592)] = 169124, - [SMALL_STATE(4593)] = 169146, - [SMALL_STATE(4594)] = 169170, - [SMALL_STATE(4595)] = 169194, - [SMALL_STATE(4596)] = 169218, - [SMALL_STATE(4597)] = 169242, - [SMALL_STATE(4598)] = 169274, - [SMALL_STATE(4599)] = 169298, - [SMALL_STATE(4600)] = 169322, - [SMALL_STATE(4601)] = 169346, - [SMALL_STATE(4602)] = 169370, - [SMALL_STATE(4603)] = 169394, - [SMALL_STATE(4604)] = 169418, - [SMALL_STATE(4605)] = 169442, - [SMALL_STATE(4606)] = 169466, - [SMALL_STATE(4607)] = 169488, - [SMALL_STATE(4608)] = 169512, - [SMALL_STATE(4609)] = 169536, - [SMALL_STATE(4610)] = 169560, - [SMALL_STATE(4611)] = 169584, - [SMALL_STATE(4612)] = 169608, - [SMALL_STATE(4613)] = 169630, - [SMALL_STATE(4614)] = 169654, - [SMALL_STATE(4615)] = 169678, - [SMALL_STATE(4616)] = 169702, - [SMALL_STATE(4617)] = 169724, - [SMALL_STATE(4618)] = 169770, - [SMALL_STATE(4619)] = 169794, - [SMALL_STATE(4620)] = 169818, - [SMALL_STATE(4621)] = 169842, - [SMALL_STATE(4622)] = 169868, - [SMALL_STATE(4623)] = 169892, - [SMALL_STATE(4624)] = 169916, - [SMALL_STATE(4625)] = 169940, - [SMALL_STATE(4626)] = 169982, - [SMALL_STATE(4627)] = 170004, - [SMALL_STATE(4628)] = 170028, - [SMALL_STATE(4629)] = 170074, - [SMALL_STATE(4630)] = 170098, - [SMALL_STATE(4631)] = 170122, - [SMALL_STATE(4632)] = 170144, - [SMALL_STATE(4633)] = 170170, - [SMALL_STATE(4634)] = 170194, - [SMALL_STATE(4635)] = 170218, - [SMALL_STATE(4636)] = 170242, - [SMALL_STATE(4637)] = 170266, - [SMALL_STATE(4638)] = 170290, - [SMALL_STATE(4639)] = 170314, - [SMALL_STATE(4640)] = 170338, - [SMALL_STATE(4641)] = 170362, - [SMALL_STATE(4642)] = 170386, - [SMALL_STATE(4643)] = 170410, - [SMALL_STATE(4644)] = 170434, - [SMALL_STATE(4645)] = 170458, - [SMALL_STATE(4646)] = 170482, - [SMALL_STATE(4647)] = 170506, - [SMALL_STATE(4648)] = 170530, - [SMALL_STATE(4649)] = 170552, - [SMALL_STATE(4650)] = 170576, - [SMALL_STATE(4651)] = 170600, - [SMALL_STATE(4652)] = 170624, - [SMALL_STATE(4653)] = 170648, - [SMALL_STATE(4654)] = 170686, - [SMALL_STATE(4655)] = 170732, - [SMALL_STATE(4656)] = 170756, - [SMALL_STATE(4657)] = 170780, - [SMALL_STATE(4658)] = 170804, - [SMALL_STATE(4659)] = 170850, - [SMALL_STATE(4660)] = 170874, - [SMALL_STATE(4661)] = 170898, - [SMALL_STATE(4662)] = 170922, - [SMALL_STATE(4663)] = 170946, - [SMALL_STATE(4664)] = 170970, - [SMALL_STATE(4665)] = 170994, - [SMALL_STATE(4666)] = 171018, - [SMALL_STATE(4667)] = 171050, - [SMALL_STATE(4668)] = 171074, - [SMALL_STATE(4669)] = 171098, - [SMALL_STATE(4670)] = 171122, - [SMALL_STATE(4671)] = 171146, - [SMALL_STATE(4672)] = 171170, - [SMALL_STATE(4673)] = 171194, - [SMALL_STATE(4674)] = 171218, - [SMALL_STATE(4675)] = 171242, - [SMALL_STATE(4676)] = 171264, - [SMALL_STATE(4677)] = 171288, - [SMALL_STATE(4678)] = 171312, - [SMALL_STATE(4679)] = 171336, - [SMALL_STATE(4680)] = 171360, - [SMALL_STATE(4681)] = 171384, - [SMALL_STATE(4682)] = 171408, - [SMALL_STATE(4683)] = 171432, - [SMALL_STATE(4684)] = 171456, - [SMALL_STATE(4685)] = 171480, - [SMALL_STATE(4686)] = 171502, - [SMALL_STATE(4687)] = 171526, - [SMALL_STATE(4688)] = 171550, - [SMALL_STATE(4689)] = 171574, - [SMALL_STATE(4690)] = 171608, - [SMALL_STATE(4691)] = 171632, - [SMALL_STATE(4692)] = 171654, - [SMALL_STATE(4693)] = 171678, - [SMALL_STATE(4694)] = 171702, - [SMALL_STATE(4695)] = 171726, - [SMALL_STATE(4696)] = 171750, - [SMALL_STATE(4697)] = 171774, - [SMALL_STATE(4698)] = 171798, - [SMALL_STATE(4699)] = 171822, - [SMALL_STATE(4700)] = 171866, - [SMALL_STATE(4701)] = 171890, - [SMALL_STATE(4702)] = 171914, - [SMALL_STATE(4703)] = 171942, - [SMALL_STATE(4704)] = 171970, - [SMALL_STATE(4705)] = 171998, - [SMALL_STATE(4706)] = 172026, - [SMALL_STATE(4707)] = 172054, - [SMALL_STATE(4708)] = 172082, - [SMALL_STATE(4709)] = 172110, - [SMALL_STATE(4710)] = 172138, - [SMALL_STATE(4711)] = 172160, - [SMALL_STATE(4712)] = 172184, - [SMALL_STATE(4713)] = 172212, - [SMALL_STATE(4714)] = 172240, - [SMALL_STATE(4715)] = 172268, - [SMALL_STATE(4716)] = 172292, - [SMALL_STATE(4717)] = 172316, - [SMALL_STATE(4718)] = 172338, - [SMALL_STATE(4719)] = 172360, - [SMALL_STATE(4720)] = 172388, - [SMALL_STATE(4721)] = 172412, - [SMALL_STATE(4722)] = 172436, - [SMALL_STATE(4723)] = 172460, - [SMALL_STATE(4724)] = 172484, - [SMALL_STATE(4725)] = 172508, - [SMALL_STATE(4726)] = 172532, - [SMALL_STATE(4727)] = 172556, - [SMALL_STATE(4728)] = 172580, - [SMALL_STATE(4729)] = 172604, - [SMALL_STATE(4730)] = 172628, - [SMALL_STATE(4731)] = 172652, - [SMALL_STATE(4732)] = 172676, - [SMALL_STATE(4733)] = 172700, - [SMALL_STATE(4734)] = 172724, - [SMALL_STATE(4735)] = 172748, - [SMALL_STATE(4736)] = 172772, - [SMALL_STATE(4737)] = 172796, - [SMALL_STATE(4738)] = 172820, - [SMALL_STATE(4739)] = 172844, - [SMALL_STATE(4740)] = 172868, - [SMALL_STATE(4741)] = 172892, - [SMALL_STATE(4742)] = 172914, - [SMALL_STATE(4743)] = 172938, - [SMALL_STATE(4744)] = 172962, - [SMALL_STATE(4745)] = 172986, - [SMALL_STATE(4746)] = 173010, - [SMALL_STATE(4747)] = 173032, - [SMALL_STATE(4748)] = 173056, - [SMALL_STATE(4749)] = 173078, - [SMALL_STATE(4750)] = 173102, - [SMALL_STATE(4751)] = 173126, - [SMALL_STATE(4752)] = 173150, - [SMALL_STATE(4753)] = 173174, - [SMALL_STATE(4754)] = 173198, - [SMALL_STATE(4755)] = 173222, - [SMALL_STATE(4756)] = 173246, - [SMALL_STATE(4757)] = 173270, - [SMALL_STATE(4758)] = 173294, - [SMALL_STATE(4759)] = 173316, - [SMALL_STATE(4760)] = 173340, - [SMALL_STATE(4761)] = 173362, - [SMALL_STATE(4762)] = 173404, - [SMALL_STATE(4763)] = 173446, - [SMALL_STATE(4764)] = 173470, - [SMALL_STATE(4765)] = 173494, - [SMALL_STATE(4766)] = 173518, - [SMALL_STATE(4767)] = 173542, - [SMALL_STATE(4768)] = 173566, - [SMALL_STATE(4769)] = 173588, - [SMALL_STATE(4770)] = 173612, - [SMALL_STATE(4771)] = 173650, - [SMALL_STATE(4772)] = 173696, - [SMALL_STATE(4773)] = 173720, - [SMALL_STATE(4774)] = 173744, - [SMALL_STATE(4775)] = 173768, - [SMALL_STATE(4776)] = 173794, - [SMALL_STATE(4777)] = 173816, - [SMALL_STATE(4778)] = 173840, - [SMALL_STATE(4779)] = 173864, - [SMALL_STATE(4780)] = 173888, - [SMALL_STATE(4781)] = 173912, - [SMALL_STATE(4782)] = 173936, - [SMALL_STATE(4783)] = 173960, - [SMALL_STATE(4784)] = 173984, - [SMALL_STATE(4785)] = 174006, - [SMALL_STATE(4786)] = 174030, - [SMALL_STATE(4787)] = 174054, - [SMALL_STATE(4788)] = 174076, - [SMALL_STATE(4789)] = 174114, - [SMALL_STATE(4790)] = 174138, - [SMALL_STATE(4791)] = 174162, - [SMALL_STATE(4792)] = 174186, - [SMALL_STATE(4793)] = 174210, - [SMALL_STATE(4794)] = 174234, - [SMALL_STATE(4795)] = 174258, - [SMALL_STATE(4796)] = 174282, - [SMALL_STATE(4797)] = 174304, - [SMALL_STATE(4798)] = 174328, - [SMALL_STATE(4799)] = 174349, - [SMALL_STATE(4800)] = 174372, - [SMALL_STATE(4801)] = 174395, - [SMALL_STATE(4802)] = 174422, - [SMALL_STATE(4803)] = 174443, - [SMALL_STATE(4804)] = 174470, - [SMALL_STATE(4805)] = 174493, - [SMALL_STATE(4806)] = 174516, - [SMALL_STATE(4807)] = 174555, - [SMALL_STATE(4808)] = 174576, - [SMALL_STATE(4809)] = 174597, - [SMALL_STATE(4810)] = 174618, - [SMALL_STATE(4811)] = 174639, - [SMALL_STATE(4812)] = 174660, - [SMALL_STATE(4813)] = 174699, - [SMALL_STATE(4814)] = 174726, - [SMALL_STATE(4815)] = 174747, - [SMALL_STATE(4816)] = 174768, - [SMALL_STATE(4817)] = 174807, - [SMALL_STATE(4818)] = 174846, - [SMALL_STATE(4819)] = 174885, - [SMALL_STATE(4820)] = 174926, - [SMALL_STATE(4821)] = 174947, - [SMALL_STATE(4822)] = 174968, - [SMALL_STATE(4823)] = 174991, - [SMALL_STATE(4824)] = 175032, - [SMALL_STATE(4825)] = 175055, - [SMALL_STATE(4826)] = 175078, - [SMALL_STATE(4827)] = 175101, - [SMALL_STATE(4828)] = 175124, - [SMALL_STATE(4829)] = 175147, - [SMALL_STATE(4830)] = 175170, - [SMALL_STATE(4831)] = 175193, - [SMALL_STATE(4832)] = 175216, - [SMALL_STATE(4833)] = 175239, - [SMALL_STATE(4834)] = 175262, - [SMALL_STATE(4835)] = 175285, - [SMALL_STATE(4836)] = 175308, - [SMALL_STATE(4837)] = 175337, - [SMALL_STATE(4838)] = 175360, - [SMALL_STATE(4839)] = 175383, - [SMALL_STATE(4840)] = 175406, - [SMALL_STATE(4841)] = 175429, - [SMALL_STATE(4842)] = 175456, - [SMALL_STATE(4843)] = 175479, - [SMALL_STATE(4844)] = 175502, - [SMALL_STATE(4845)] = 175525, - [SMALL_STATE(4846)] = 175548, - [SMALL_STATE(4847)] = 175571, - [SMALL_STATE(4848)] = 175594, - [SMALL_STATE(4849)] = 175617, - [SMALL_STATE(4850)] = 175640, - [SMALL_STATE(4851)] = 175663, - [SMALL_STATE(4852)] = 175686, - [SMALL_STATE(4853)] = 175707, - [SMALL_STATE(4854)] = 175728, - [SMALL_STATE(4855)] = 175755, - [SMALL_STATE(4856)] = 175776, - [SMALL_STATE(4857)] = 175817, - [SMALL_STATE(4858)] = 175840, - [SMALL_STATE(4859)] = 175861, - [SMALL_STATE(4860)] = 175902, - [SMALL_STATE(4861)] = 175925, - [SMALL_STATE(4862)] = 175948, - [SMALL_STATE(4863)] = 175989, - [SMALL_STATE(4864)] = 176010, - [SMALL_STATE(4865)] = 176031, - [SMALL_STATE(4866)] = 176052, - [SMALL_STATE(4867)] = 176075, - [SMALL_STATE(4868)] = 176102, - [SMALL_STATE(4869)] = 176125, - [SMALL_STATE(4870)] = 176148, - [SMALL_STATE(4871)] = 176171, - [SMALL_STATE(4872)] = 176210, - [SMALL_STATE(4873)] = 176233, - [SMALL_STATE(4874)] = 176254, - [SMALL_STATE(4875)] = 176275, - [SMALL_STATE(4876)] = 176296, - [SMALL_STATE(4877)] = 176317, - [SMALL_STATE(4878)] = 176338, - [SMALL_STATE(4879)] = 176359, - [SMALL_STATE(4880)] = 176380, - [SMALL_STATE(4881)] = 176401, - [SMALL_STATE(4882)] = 176434, - [SMALL_STATE(4883)] = 176473, - [SMALL_STATE(4884)] = 176514, - [SMALL_STATE(4885)] = 176535, - [SMALL_STATE(4886)] = 176556, - [SMALL_STATE(4887)] = 176577, - [SMALL_STATE(4888)] = 176598, - [SMALL_STATE(4889)] = 176619, - [SMALL_STATE(4890)] = 176640, - [SMALL_STATE(4891)] = 176661, - [SMALL_STATE(4892)] = 176682, - [SMALL_STATE(4893)] = 176709, - [SMALL_STATE(4894)] = 176750, - [SMALL_STATE(4895)] = 176773, - [SMALL_STATE(4896)] = 176800, - [SMALL_STATE(4897)] = 176841, - [SMALL_STATE(4898)] = 176862, - [SMALL_STATE(4899)] = 176883, - [SMALL_STATE(4900)] = 176904, - [SMALL_STATE(4901)] = 176941, - [SMALL_STATE(4902)] = 176962, - [SMALL_STATE(4903)] = 176983, - [SMALL_STATE(4904)] = 177004, - [SMALL_STATE(4905)] = 177025, - [SMALL_STATE(4906)] = 177046, - [SMALL_STATE(4907)] = 177067, - [SMALL_STATE(4908)] = 177088, - [SMALL_STATE(4909)] = 177109, - [SMALL_STATE(4910)] = 177130, - [SMALL_STATE(4911)] = 177151, - [SMALL_STATE(4912)] = 177186, - [SMALL_STATE(4913)] = 177221, - [SMALL_STATE(4914)] = 177256, - [SMALL_STATE(4915)] = 177291, - [SMALL_STATE(4916)] = 177312, - [SMALL_STATE(4917)] = 177333, - [SMALL_STATE(4918)] = 177354, - [SMALL_STATE(4919)] = 177375, - [SMALL_STATE(4920)] = 177396, - [SMALL_STATE(4921)] = 177433, - [SMALL_STATE(4922)] = 177472, - [SMALL_STATE(4923)] = 177499, - [SMALL_STATE(4924)] = 177520, - [SMALL_STATE(4925)] = 177541, - [SMALL_STATE(4926)] = 177562, - [SMALL_STATE(4927)] = 177583, - [SMALL_STATE(4928)] = 177604, - [SMALL_STATE(4929)] = 177625, - [SMALL_STATE(4930)] = 177646, - [SMALL_STATE(4931)] = 177667, - [SMALL_STATE(4932)] = 177688, - [SMALL_STATE(4933)] = 177709, - [SMALL_STATE(4934)] = 177730, - [SMALL_STATE(4935)] = 177751, - [SMALL_STATE(4936)] = 177772, - [SMALL_STATE(4937)] = 177793, - [SMALL_STATE(4938)] = 177814, - [SMALL_STATE(4939)] = 177835, - [SMALL_STATE(4940)] = 177866, - [SMALL_STATE(4941)] = 177887, - [SMALL_STATE(4942)] = 177908, - [SMALL_STATE(4943)] = 177931, - [SMALL_STATE(4944)] = 177954, - [SMALL_STATE(4945)] = 177981, - [SMALL_STATE(4946)] = 178020, - [SMALL_STATE(4947)] = 178061, - [SMALL_STATE(4948)] = 178088, - [SMALL_STATE(4949)] = 178127, - [SMALL_STATE(4950)] = 178154, - [SMALL_STATE(4951)] = 178181, - [SMALL_STATE(4952)] = 178208, - [SMALL_STATE(4953)] = 178235, - [SMALL_STATE(4954)] = 178262, - [SMALL_STATE(4955)] = 178289, - [SMALL_STATE(4956)] = 178316, - [SMALL_STATE(4957)] = 178343, - [SMALL_STATE(4958)] = 178370, - [SMALL_STATE(4959)] = 178397, - [SMALL_STATE(4960)] = 178424, - [SMALL_STATE(4961)] = 178451, - [SMALL_STATE(4962)] = 178472, - [SMALL_STATE(4963)] = 178493, - [SMALL_STATE(4964)] = 178534, - [SMALL_STATE(4965)] = 178561, - [SMALL_STATE(4966)] = 178584, - [SMALL_STATE(4967)] = 178605, - [SMALL_STATE(4968)] = 178626, - [SMALL_STATE(4969)] = 178652, - [SMALL_STATE(4970)] = 178678, - [SMALL_STATE(4971)] = 178714, - [SMALL_STATE(4972)] = 178750, - [SMALL_STATE(4973)] = 178782, - [SMALL_STATE(4974)] = 178808, - [SMALL_STATE(4975)] = 178844, - [SMALL_STATE(4976)] = 178868, - [SMALL_STATE(4977)] = 178894, - [SMALL_STATE(4978)] = 178932, - [SMALL_STATE(4979)] = 178958, - [SMALL_STATE(4980)] = 178982, - [SMALL_STATE(4981)] = 179018, - [SMALL_STATE(4982)] = 179042, - [SMALL_STATE(4983)] = 179072, - [SMALL_STATE(4984)] = 179102, - [SMALL_STATE(4985)] = 179138, - [SMALL_STATE(4986)] = 179174, - [SMALL_STATE(4987)] = 179206, - [SMALL_STATE(4988)] = 179230, - [SMALL_STATE(4989)] = 179262, - [SMALL_STATE(4990)] = 179288, - [SMALL_STATE(4991)] = 179314, - [SMALL_STATE(4992)] = 179340, - [SMALL_STATE(4993)] = 179370, - [SMALL_STATE(4994)] = 179400, - [SMALL_STATE(4995)] = 179430, - [SMALL_STATE(4996)] = 179456, - [SMALL_STATE(4997)] = 179482, - [SMALL_STATE(4998)] = 179512, - [SMALL_STATE(4999)] = 179542, - [SMALL_STATE(5000)] = 179572, - [SMALL_STATE(5001)] = 179602, - [SMALL_STATE(5002)] = 179632, - [SMALL_STATE(5003)] = 179662, - [SMALL_STATE(5004)] = 179692, - [SMALL_STATE(5005)] = 179722, - [SMALL_STATE(5006)] = 179752, - [SMALL_STATE(5007)] = 179782, - [SMALL_STATE(5008)] = 179812, - [SMALL_STATE(5009)] = 179842, - [SMALL_STATE(5010)] = 179872, - [SMALL_STATE(5011)] = 179902, - [SMALL_STATE(5012)] = 179932, - [SMALL_STATE(5013)] = 179962, - [SMALL_STATE(5014)] = 179992, - [SMALL_STATE(5015)] = 180016, - [SMALL_STATE(5016)] = 180052, - [SMALL_STATE(5017)] = 180088, - [SMALL_STATE(5018)] = 180112, - [SMALL_STATE(5019)] = 180144, - [SMALL_STATE(5020)] = 180168, - [SMALL_STATE(5021)] = 180206, - [SMALL_STATE(5022)] = 180230, - [SMALL_STATE(5023)] = 180266, - [SMALL_STATE(5024)] = 180288, - [SMALL_STATE(5025)] = 180314, - [SMALL_STATE(5026)] = 180350, - [SMALL_STATE(5027)] = 180376, - [SMALL_STATE(5028)] = 180406, - [SMALL_STATE(5029)] = 180435, - [SMALL_STATE(5030)] = 180470, - [SMALL_STATE(5031)] = 180505, - [SMALL_STATE(5032)] = 180540, - [SMALL_STATE(5033)] = 180569, - [SMALL_STATE(5034)] = 180598, - [SMALL_STATE(5035)] = 180633, - [SMALL_STATE(5036)] = 180668, - [SMALL_STATE(5037)] = 180703, - [SMALL_STATE(5038)] = 180724, - [SMALL_STATE(5039)] = 180757, - [SMALL_STATE(5040)] = 180790, - [SMALL_STATE(5041)] = 180823, - [SMALL_STATE(5042)] = 180852, - [SMALL_STATE(5043)] = 180887, - [SMALL_STATE(5044)] = 180922, - [SMALL_STATE(5045)] = 180947, - [SMALL_STATE(5046)] = 180976, - [SMALL_STATE(5047)] = 181005, - [SMALL_STATE(5048)] = 181034, - [SMALL_STATE(5049)] = 181063, - [SMALL_STATE(5050)] = 181092, - [SMALL_STATE(5051)] = 181121, - [SMALL_STATE(5052)] = 181150, - [SMALL_STATE(5053)] = 181179, - [SMALL_STATE(5054)] = 181208, - [SMALL_STATE(5055)] = 181237, - [SMALL_STATE(5056)] = 181266, - [SMALL_STATE(5057)] = 181295, - [SMALL_STATE(5058)] = 181324, - [SMALL_STATE(5059)] = 181353, - [SMALL_STATE(5060)] = 181382, - [SMALL_STATE(5061)] = 181405, - [SMALL_STATE(5062)] = 181434, - [SMALL_STATE(5063)] = 181463, - [SMALL_STATE(5064)] = 181492, - [SMALL_STATE(5065)] = 181523, - [SMALL_STATE(5066)] = 181558, - [SMALL_STATE(5067)] = 181593, - [SMALL_STATE(5068)] = 181618, - [SMALL_STATE(5069)] = 181653, - [SMALL_STATE(5070)] = 181688, - [SMALL_STATE(5071)] = 181709, - [SMALL_STATE(5072)] = 181732, - [SMALL_STATE(5073)] = 181757, - [SMALL_STATE(5074)] = 181792, - [SMALL_STATE(5075)] = 181813, - [SMALL_STATE(5076)] = 181848, - [SMALL_STATE(5077)] = 181875, - [SMALL_STATE(5078)] = 181896, - [SMALL_STATE(5079)] = 181921, - [SMALL_STATE(5080)] = 181956, - [SMALL_STATE(5081)] = 181977, - [SMALL_STATE(5082)] = 182006, - [SMALL_STATE(5083)] = 182035, - [SMALL_STATE(5084)] = 182056, - [SMALL_STATE(5085)] = 182077, - [SMALL_STATE(5086)] = 182100, - [SMALL_STATE(5087)] = 182123, - [SMALL_STATE(5088)] = 182158, - [SMALL_STATE(5089)] = 182187, - [SMALL_STATE(5090)] = 182222, - [SMALL_STATE(5091)] = 182257, - [SMALL_STATE(5092)] = 182292, - [SMALL_STATE(5093)] = 182327, - [SMALL_STATE(5094)] = 182360, - [SMALL_STATE(5095)] = 182381, - [SMALL_STATE(5096)] = 182416, - [SMALL_STATE(5097)] = 182451, - [SMALL_STATE(5098)] = 182486, - [SMALL_STATE(5099)] = 182521, - [SMALL_STATE(5100)] = 182556, - [SMALL_STATE(5101)] = 182591, - [SMALL_STATE(5102)] = 182626, - [SMALL_STATE(5103)] = 182661, - [SMALL_STATE(5104)] = 182696, - [SMALL_STATE(5105)] = 182731, - [SMALL_STATE(5106)] = 182766, - [SMALL_STATE(5107)] = 182801, - [SMALL_STATE(5108)] = 182836, - [SMALL_STATE(5109)] = 182857, - [SMALL_STATE(5110)] = 182892, - [SMALL_STATE(5111)] = 182923, - [SMALL_STATE(5112)] = 182952, - [SMALL_STATE(5113)] = 182987, - [SMALL_STATE(5114)] = 183022, - [SMALL_STATE(5115)] = 183051, - [SMALL_STATE(5116)] = 183076, - [SMALL_STATE(5117)] = 183111, - [SMALL_STATE(5118)] = 183132, - [SMALL_STATE(5119)] = 183167, - [SMALL_STATE(5120)] = 183196, - [SMALL_STATE(5121)] = 183217, - [SMALL_STATE(5122)] = 183252, - [SMALL_STATE(5123)] = 183281, - [SMALL_STATE(5124)] = 183302, - [SMALL_STATE(5125)] = 183337, - [SMALL_STATE(5126)] = 183358, - [SMALL_STATE(5127)] = 183387, - [SMALL_STATE(5128)] = 183412, - [SMALL_STATE(5129)] = 183437, - [SMALL_STATE(5130)] = 183458, - [SMALL_STATE(5131)] = 183493, - [SMALL_STATE(5132)] = 183514, - [SMALL_STATE(5133)] = 183549, - [SMALL_STATE(5134)] = 183570, - [SMALL_STATE(5135)] = 183593, - [SMALL_STATE(5136)] = 183614, - [SMALL_STATE(5137)] = 183637, - [SMALL_STATE(5138)] = 183672, - [SMALL_STATE(5139)] = 183707, - [SMALL_STATE(5140)] = 183742, - [SMALL_STATE(5141)] = 183767, - [SMALL_STATE(5142)] = 183790, - [SMALL_STATE(5143)] = 183825, - [SMALL_STATE(5144)] = 183860, - [SMALL_STATE(5145)] = 183880, - [SMALL_STATE(5146)] = 183910, - [SMALL_STATE(5147)] = 183932, - [SMALL_STATE(5148)] = 183962, - [SMALL_STATE(5149)] = 183992, - [SMALL_STATE(5150)] = 184022, - [SMALL_STATE(5151)] = 184052, - [SMALL_STATE(5152)] = 184074, - [SMALL_STATE(5153)] = 184104, - [SMALL_STATE(5154)] = 184134, - [SMALL_STATE(5155)] = 184162, - [SMALL_STATE(5156)] = 184194, - [SMALL_STATE(5157)] = 184214, - [SMALL_STATE(5158)] = 184244, - [SMALL_STATE(5159)] = 184274, - [SMALL_STATE(5160)] = 184304, - [SMALL_STATE(5161)] = 184328, - [SMALL_STATE(5162)] = 184348, - [SMALL_STATE(5163)] = 184374, - [SMALL_STATE(5164)] = 184398, - [SMALL_STATE(5165)] = 184418, - [SMALL_STATE(5166)] = 184438, - [SMALL_STATE(5167)] = 184458, - [SMALL_STATE(5168)] = 184482, - [SMALL_STATE(5169)] = 184502, - [SMALL_STATE(5170)] = 184528, - [SMALL_STATE(5171)] = 184558, - [SMALL_STATE(5172)] = 184590, - [SMALL_STATE(5173)] = 184616, - [SMALL_STATE(5174)] = 184638, - [SMALL_STATE(5175)] = 184658, - [SMALL_STATE(5176)] = 184678, - [SMALL_STATE(5177)] = 184708, - [SMALL_STATE(5178)] = 184738, - [SMALL_STATE(5179)] = 184762, - [SMALL_STATE(5180)] = 184792, - [SMALL_STATE(5181)] = 184816, - [SMALL_STATE(5182)] = 184840, - [SMALL_STATE(5183)] = 184862, - [SMALL_STATE(5184)] = 184892, - [SMALL_STATE(5185)] = 184922, - [SMALL_STATE(5186)] = 184952, - [SMALL_STATE(5187)] = 184982, - [SMALL_STATE(5188)] = 185012, - [SMALL_STATE(5189)] = 185042, - [SMALL_STATE(5190)] = 185072, - [SMALL_STATE(5191)] = 185104, - [SMALL_STATE(5192)] = 185126, - [SMALL_STATE(5193)] = 185156, - [SMALL_STATE(5194)] = 185186, - [SMALL_STATE(5195)] = 185214, - [SMALL_STATE(5196)] = 185240, - [SMALL_STATE(5197)] = 185270, - [SMALL_STATE(5198)] = 185300, - [SMALL_STATE(5199)] = 185322, - [SMALL_STATE(5200)] = 185352, - [SMALL_STATE(5201)] = 185382, - [SMALL_STATE(5202)] = 185412, - [SMALL_STATE(5203)] = 185442, - [SMALL_STATE(5204)] = 185472, - [SMALL_STATE(5205)] = 185502, - [SMALL_STATE(5206)] = 185532, - [SMALL_STATE(5207)] = 185562, - [SMALL_STATE(5208)] = 185592, - [SMALL_STATE(5209)] = 185614, - [SMALL_STATE(5210)] = 185644, - [SMALL_STATE(5211)] = 185674, - [SMALL_STATE(5212)] = 185704, - [SMALL_STATE(5213)] = 185734, - [SMALL_STATE(5214)] = 185764, - [SMALL_STATE(5215)] = 185794, - [SMALL_STATE(5216)] = 185822, - [SMALL_STATE(5217)] = 185842, - [SMALL_STATE(5218)] = 185872, - [SMALL_STATE(5219)] = 185902, - [SMALL_STATE(5220)] = 185932, - [SMALL_STATE(5221)] = 185962, - [SMALL_STATE(5222)] = 185992, - [SMALL_STATE(5223)] = 186022, - [SMALL_STATE(5224)] = 186054, - [SMALL_STATE(5225)] = 186084, - [SMALL_STATE(5226)] = 186114, - [SMALL_STATE(5227)] = 186142, - [SMALL_STATE(5228)] = 186172, - [SMALL_STATE(5229)] = 186196, - [SMALL_STATE(5230)] = 186220, - [SMALL_STATE(5231)] = 186242, - [SMALL_STATE(5232)] = 186272, - [SMALL_STATE(5233)] = 186302, - [SMALL_STATE(5234)] = 186322, - [SMALL_STATE(5235)] = 186352, - [SMALL_STATE(5236)] = 186376, - [SMALL_STATE(5237)] = 186404, - [SMALL_STATE(5238)] = 186432, - [SMALL_STATE(5239)] = 186460, - [SMALL_STATE(5240)] = 186488, - [SMALL_STATE(5241)] = 186516, - [SMALL_STATE(5242)] = 186544, - [SMALL_STATE(5243)] = 186572, - [SMALL_STATE(5244)] = 186602, - [SMALL_STATE(5245)] = 186630, - [SMALL_STATE(5246)] = 186658, - [SMALL_STATE(5247)] = 186686, - [SMALL_STATE(5248)] = 186714, - [SMALL_STATE(5249)] = 186742, - [SMALL_STATE(5250)] = 186772, - [SMALL_STATE(5251)] = 186802, - [SMALL_STATE(5252)] = 186830, - [SMALL_STATE(5253)] = 186858, - [SMALL_STATE(5254)] = 186886, - [SMALL_STATE(5255)] = 186914, - [SMALL_STATE(5256)] = 186934, - [SMALL_STATE(5257)] = 186962, - [SMALL_STATE(5258)] = 186990, - [SMALL_STATE(5259)] = 187018, - [SMALL_STATE(5260)] = 187038, - [SMALL_STATE(5261)] = 187068, - [SMALL_STATE(5262)] = 187096, - [SMALL_STATE(5263)] = 187116, - [SMALL_STATE(5264)] = 187140, - [SMALL_STATE(5265)] = 187168, - [SMALL_STATE(5266)] = 187188, - [SMALL_STATE(5267)] = 187216, - [SMALL_STATE(5268)] = 187244, - [SMALL_STATE(5269)] = 187272, - [SMALL_STATE(5270)] = 187292, - [SMALL_STATE(5271)] = 187312, - [SMALL_STATE(5272)] = 187342, - [SMALL_STATE(5273)] = 187366, - [SMALL_STATE(5274)] = 187396, - [SMALL_STATE(5275)] = 187423, - [SMALL_STATE(5276)] = 187448, - [SMALL_STATE(5277)] = 187473, - [SMALL_STATE(5278)] = 187498, - [SMALL_STATE(5279)] = 187519, - [SMALL_STATE(5280)] = 187544, - [SMALL_STATE(5281)] = 187569, - [SMALL_STATE(5282)] = 187590, - [SMALL_STATE(5283)] = 187609, - [SMALL_STATE(5284)] = 187634, - [SMALL_STATE(5285)] = 187659, - [SMALL_STATE(5286)] = 187686, - [SMALL_STATE(5287)] = 187713, - [SMALL_STATE(5288)] = 187734, - [SMALL_STATE(5289)] = 187759, - [SMALL_STATE(5290)] = 187786, - [SMALL_STATE(5291)] = 187805, - [SMALL_STATE(5292)] = 187826, - [SMALL_STATE(5293)] = 187845, - [SMALL_STATE(5294)] = 187864, - [SMALL_STATE(5295)] = 187891, - [SMALL_STATE(5296)] = 187910, - [SMALL_STATE(5297)] = 187929, - [SMALL_STATE(5298)] = 187958, - [SMALL_STATE(5299)] = 187977, - [SMALL_STATE(5300)] = 188002, - [SMALL_STATE(5301)] = 188029, - [SMALL_STATE(5302)] = 188050, - [SMALL_STATE(5303)] = 188071, - [SMALL_STATE(5304)] = 188090, - [SMALL_STATE(5305)] = 188115, - [SMALL_STATE(5306)] = 188142, - [SMALL_STATE(5307)] = 188167, - [SMALL_STATE(5308)] = 188192, - [SMALL_STATE(5309)] = 188211, - [SMALL_STATE(5310)] = 188236, - [SMALL_STATE(5311)] = 188261, - [SMALL_STATE(5312)] = 188288, - [SMALL_STATE(5313)] = 188313, - [SMALL_STATE(5314)] = 188332, - [SMALL_STATE(5315)] = 188355, - [SMALL_STATE(5316)] = 188380, - [SMALL_STATE(5317)] = 188407, - [SMALL_STATE(5318)] = 188432, - [SMALL_STATE(5319)] = 188451, - [SMALL_STATE(5320)] = 188474, - [SMALL_STATE(5321)] = 188499, - [SMALL_STATE(5322)] = 188526, - [SMALL_STATE(5323)] = 188551, - [SMALL_STATE(5324)] = 188570, - [SMALL_STATE(5325)] = 188589, - [SMALL_STATE(5326)] = 188614, - [SMALL_STATE(5327)] = 188641, - [SMALL_STATE(5328)] = 188662, - [SMALL_STATE(5329)] = 188689, - [SMALL_STATE(5330)] = 188714, - [SMALL_STATE(5331)] = 188741, - [SMALL_STATE(5332)] = 188766, - [SMALL_STATE(5333)] = 188787, - [SMALL_STATE(5334)] = 188812, - [SMALL_STATE(5335)] = 188839, - [SMALL_STATE(5336)] = 188860, - [SMALL_STATE(5337)] = 188879, - [SMALL_STATE(5338)] = 188906, - [SMALL_STATE(5339)] = 188931, - [SMALL_STATE(5340)] = 188958, - [SMALL_STATE(5341)] = 188983, - [SMALL_STATE(5342)] = 189010, - [SMALL_STATE(5343)] = 189035, - [SMALL_STATE(5344)] = 189062, - [SMALL_STATE(5345)] = 189087, - [SMALL_STATE(5346)] = 189114, - [SMALL_STATE(5347)] = 189141, - [SMALL_STATE(5348)] = 189168, - [SMALL_STATE(5349)] = 189195, - [SMALL_STATE(5350)] = 189222, - [SMALL_STATE(5351)] = 189249, - [SMALL_STATE(5352)] = 189276, - [SMALL_STATE(5353)] = 189303, - [SMALL_STATE(5354)] = 189330, - [SMALL_STATE(5355)] = 189357, - [SMALL_STATE(5356)] = 189384, - [SMALL_STATE(5357)] = 189409, - [SMALL_STATE(5358)] = 189434, - [SMALL_STATE(5359)] = 189461, - [SMALL_STATE(5360)] = 189486, - [SMALL_STATE(5361)] = 189511, - [SMALL_STATE(5362)] = 189536, - [SMALL_STATE(5363)] = 189561, - [SMALL_STATE(5364)] = 189582, - [SMALL_STATE(5365)] = 189603, - [SMALL_STATE(5366)] = 189628, - [SMALL_STATE(5367)] = 189651, - [SMALL_STATE(5368)] = 189676, - [SMALL_STATE(5369)] = 189703, - [SMALL_STATE(5370)] = 189728, - [SMALL_STATE(5371)] = 189747, - [SMALL_STATE(5372)] = 189768, - [SMALL_STATE(5373)] = 189795, - [SMALL_STATE(5374)] = 189814, - [SMALL_STATE(5375)] = 189839, - [SMALL_STATE(5376)] = 189864, - [SMALL_STATE(5377)] = 189883, - [SMALL_STATE(5378)] = 189908, - [SMALL_STATE(5379)] = 189933, - [SMALL_STATE(5380)] = 189958, - [SMALL_STATE(5381)] = 189983, - [SMALL_STATE(5382)] = 190008, - [SMALL_STATE(5383)] = 190031, - [SMALL_STATE(5384)] = 190056, - [SMALL_STATE(5385)] = 190081, - [SMALL_STATE(5386)] = 190106, - [SMALL_STATE(5387)] = 190131, - [SMALL_STATE(5388)] = 190156, - [SMALL_STATE(5389)] = 190177, - [SMALL_STATE(5390)] = 190202, - [SMALL_STATE(5391)] = 190227, - [SMALL_STATE(5392)] = 190252, - [SMALL_STATE(5393)] = 190277, - [SMALL_STATE(5394)] = 190302, - [SMALL_STATE(5395)] = 190329, - [SMALL_STATE(5396)] = 190348, - [SMALL_STATE(5397)] = 190369, - [SMALL_STATE(5398)] = 190394, - [SMALL_STATE(5399)] = 190413, - [SMALL_STATE(5400)] = 190432, - [SMALL_STATE(5401)] = 190457, - [SMALL_STATE(5402)] = 190482, - [SMALL_STATE(5403)] = 190507, - [SMALL_STATE(5404)] = 190528, - [SMALL_STATE(5405)] = 190553, - [SMALL_STATE(5406)] = 190578, - [SMALL_STATE(5407)] = 190599, - [SMALL_STATE(5408)] = 190626, - [SMALL_STATE(5409)] = 190647, - [SMALL_STATE(5410)] = 190672, - [SMALL_STATE(5411)] = 190697, - [SMALL_STATE(5412)] = 190716, - [SMALL_STATE(5413)] = 190741, - [SMALL_STATE(5414)] = 190766, - [SMALL_STATE(5415)] = 190791, - [SMALL_STATE(5416)] = 190816, - [SMALL_STATE(5417)] = 190841, - [SMALL_STATE(5418)] = 190866, - [SMALL_STATE(5419)] = 190887, - [SMALL_STATE(5420)] = 190908, - [SMALL_STATE(5421)] = 190933, - [SMALL_STATE(5422)] = 190958, - [SMALL_STATE(5423)] = 190983, - [SMALL_STATE(5424)] = 191008, - [SMALL_STATE(5425)] = 191031, - [SMALL_STATE(5426)] = 191056, - [SMALL_STATE(5427)] = 191081, - [SMALL_STATE(5428)] = 191105, - [SMALL_STATE(5429)] = 191123, - [SMALL_STATE(5430)] = 191149, - [SMALL_STATE(5431)] = 191167, - [SMALL_STATE(5432)] = 191185, - [SMALL_STATE(5433)] = 191203, - [SMALL_STATE(5434)] = 191221, - [SMALL_STATE(5435)] = 191241, - [SMALL_STATE(5436)] = 191263, - [SMALL_STATE(5437)] = 191281, - [SMALL_STATE(5438)] = 191303, - [SMALL_STATE(5439)] = 191321, - [SMALL_STATE(5440)] = 191339, - [SMALL_STATE(5441)] = 191357, - [SMALL_STATE(5442)] = 191375, - [SMALL_STATE(5443)] = 191393, - [SMALL_STATE(5444)] = 191411, - [SMALL_STATE(5445)] = 191431, - [SMALL_STATE(5446)] = 191449, - [SMALL_STATE(5447)] = 191467, - [SMALL_STATE(5448)] = 191487, - [SMALL_STATE(5449)] = 191513, - [SMALL_STATE(5450)] = 191539, - [SMALL_STATE(5451)] = 191557, - [SMALL_STATE(5452)] = 191583, - [SMALL_STATE(5453)] = 191609, - [SMALL_STATE(5454)] = 191631, - [SMALL_STATE(5455)] = 191657, - [SMALL_STATE(5456)] = 191683, - [SMALL_STATE(5457)] = 191701, - [SMALL_STATE(5458)] = 191727, - [SMALL_STATE(5459)] = 191753, - [SMALL_STATE(5460)] = 191771, - [SMALL_STATE(5461)] = 191789, - [SMALL_STATE(5462)] = 191815, - [SMALL_STATE(5463)] = 191841, - [SMALL_STATE(5464)] = 191867, - [SMALL_STATE(5465)] = 191895, - [SMALL_STATE(5466)] = 191921, - [SMALL_STATE(5467)] = 191939, - [SMALL_STATE(5468)] = 191965, - [SMALL_STATE(5469)] = 191991, - [SMALL_STATE(5470)] = 192017, - [SMALL_STATE(5471)] = 192043, - [SMALL_STATE(5472)] = 192069, - [SMALL_STATE(5473)] = 192091, - [SMALL_STATE(5474)] = 192113, - [SMALL_STATE(5475)] = 192133, - [SMALL_STATE(5476)] = 192151, - [SMALL_STATE(5477)] = 192177, - [SMALL_STATE(5478)] = 192195, - [SMALL_STATE(5479)] = 192217, - [SMALL_STATE(5480)] = 192235, - [SMALL_STATE(5481)] = 192257, - [SMALL_STATE(5482)] = 192279, - [SMALL_STATE(5483)] = 192295, - [SMALL_STATE(5484)] = 192313, - [SMALL_STATE(5485)] = 192331, - [SMALL_STATE(5486)] = 192349, - [SMALL_STATE(5487)] = 192367, - [SMALL_STATE(5488)] = 192385, - [SMALL_STATE(5489)] = 192403, - [SMALL_STATE(5490)] = 192421, - [SMALL_STATE(5491)] = 192439, - [SMALL_STATE(5492)] = 192455, - [SMALL_STATE(5493)] = 192481, - [SMALL_STATE(5494)] = 192499, - [SMALL_STATE(5495)] = 192517, - [SMALL_STATE(5496)] = 192535, - [SMALL_STATE(5497)] = 192553, - [SMALL_STATE(5498)] = 192571, - [SMALL_STATE(5499)] = 192589, - [SMALL_STATE(5500)] = 192607, - [SMALL_STATE(5501)] = 192625, - [SMALL_STATE(5502)] = 192643, - [SMALL_STATE(5503)] = 192663, - [SMALL_STATE(5504)] = 192687, - [SMALL_STATE(5505)] = 192705, - [SMALL_STATE(5506)] = 192723, - [SMALL_STATE(5507)] = 192741, - [SMALL_STATE(5508)] = 192759, - [SMALL_STATE(5509)] = 192777, - [SMALL_STATE(5510)] = 192803, - [SMALL_STATE(5511)] = 192821, - [SMALL_STATE(5512)] = 192841, - [SMALL_STATE(5513)] = 192859, - [SMALL_STATE(5514)] = 192885, - [SMALL_STATE(5515)] = 192903, - [SMALL_STATE(5516)] = 192921, - [SMALL_STATE(5517)] = 192939, - [SMALL_STATE(5518)] = 192963, - [SMALL_STATE(5519)] = 192981, - [SMALL_STATE(5520)] = 192999, - [SMALL_STATE(5521)] = 193017, - [SMALL_STATE(5522)] = 193035, - [SMALL_STATE(5523)] = 193053, - [SMALL_STATE(5524)] = 193079, - [SMALL_STATE(5525)] = 193097, - [SMALL_STATE(5526)] = 193115, - [SMALL_STATE(5527)] = 193133, - [SMALL_STATE(5528)] = 193155, - [SMALL_STATE(5529)] = 193181, - [SMALL_STATE(5530)] = 193199, - [SMALL_STATE(5531)] = 193225, - [SMALL_STATE(5532)] = 193243, - [SMALL_STATE(5533)] = 193261, - [SMALL_STATE(5534)] = 193281, - [SMALL_STATE(5535)] = 193301, - [SMALL_STATE(5536)] = 193321, - [SMALL_STATE(5537)] = 193347, - [SMALL_STATE(5538)] = 193375, - [SMALL_STATE(5539)] = 193401, - [SMALL_STATE(5540)] = 193427, - [SMALL_STATE(5541)] = 193447, - [SMALL_STATE(5542)] = 193473, - [SMALL_STATE(5543)] = 193491, - [SMALL_STATE(5544)] = 193517, - [SMALL_STATE(5545)] = 193543, - [SMALL_STATE(5546)] = 193561, - [SMALL_STATE(5547)] = 193579, - [SMALL_STATE(5548)] = 193597, - [SMALL_STATE(5549)] = 193617, - [SMALL_STATE(5550)] = 193641, - [SMALL_STATE(5551)] = 193667, - [SMALL_STATE(5552)] = 193685, - [SMALL_STATE(5553)] = 193703, - [SMALL_STATE(5554)] = 193727, - [SMALL_STATE(5555)] = 193745, - [SMALL_STATE(5556)] = 193771, - [SMALL_STATE(5557)] = 193793, - [SMALL_STATE(5558)] = 193815, - [SMALL_STATE(5559)] = 193833, - [SMALL_STATE(5560)] = 193859, - [SMALL_STATE(5561)] = 193881, - [SMALL_STATE(5562)] = 193899, - [SMALL_STATE(5563)] = 193917, - [SMALL_STATE(5564)] = 193938, - [SMALL_STATE(5565)] = 193961, - [SMALL_STATE(5566)] = 193980, - [SMALL_STATE(5567)] = 194005, - [SMALL_STATE(5568)] = 194030, - [SMALL_STATE(5569)] = 194055, - [SMALL_STATE(5570)] = 194080, - [SMALL_STATE(5571)] = 194105, - [SMALL_STATE(5572)] = 194130, - [SMALL_STATE(5573)] = 194155, - [SMALL_STATE(5574)] = 194180, - [SMALL_STATE(5575)] = 194197, - [SMALL_STATE(5576)] = 194214, - [SMALL_STATE(5577)] = 194231, - [SMALL_STATE(5578)] = 194252, - [SMALL_STATE(5579)] = 194273, - [SMALL_STATE(5580)] = 194290, - [SMALL_STATE(5581)] = 194307, - [SMALL_STATE(5582)] = 194324, - [SMALL_STATE(5583)] = 194341, - [SMALL_STATE(5584)] = 194358, - [SMALL_STATE(5585)] = 194383, - [SMALL_STATE(5586)] = 194408, - [SMALL_STATE(5587)] = 194425, - [SMALL_STATE(5588)] = 194442, - [SMALL_STATE(5589)] = 194459, - [SMALL_STATE(5590)] = 194482, - [SMALL_STATE(5591)] = 194503, - [SMALL_STATE(5592)] = 194528, - [SMALL_STATE(5593)] = 194545, - [SMALL_STATE(5594)] = 194568, - [SMALL_STATE(5595)] = 194593, - [SMALL_STATE(5596)] = 194618, - [SMALL_STATE(5597)] = 194639, - [SMALL_STATE(5598)] = 194662, - [SMALL_STATE(5599)] = 194687, - [SMALL_STATE(5600)] = 194712, - [SMALL_STATE(5601)] = 194737, - [SMALL_STATE(5602)] = 194754, - [SMALL_STATE(5603)] = 194779, - [SMALL_STATE(5604)] = 194796, - [SMALL_STATE(5605)] = 194813, - [SMALL_STATE(5606)] = 194830, - [SMALL_STATE(5607)] = 194851, - [SMALL_STATE(5608)] = 194866, - [SMALL_STATE(5609)] = 194889, - [SMALL_STATE(5610)] = 194910, - [SMALL_STATE(5611)] = 194933, - [SMALL_STATE(5612)] = 194956, - [SMALL_STATE(5613)] = 194981, - [SMALL_STATE(5614)] = 195006, - [SMALL_STATE(5615)] = 195029, - [SMALL_STATE(5616)] = 195054, - [SMALL_STATE(5617)] = 195079, - [SMALL_STATE(5618)] = 195100, - [SMALL_STATE(5619)] = 195117, - [SMALL_STATE(5620)] = 195140, - [SMALL_STATE(5621)] = 195165, - [SMALL_STATE(5622)] = 195182, - [SMALL_STATE(5623)] = 195199, - [SMALL_STATE(5624)] = 195216, - [SMALL_STATE(5625)] = 195233, - [SMALL_STATE(5626)] = 195258, - [SMALL_STATE(5627)] = 195281, - [SMALL_STATE(5628)] = 195306, - [SMALL_STATE(5629)] = 195331, - [SMALL_STATE(5630)] = 195354, - [SMALL_STATE(5631)] = 195375, - [SMALL_STATE(5632)] = 195400, - [SMALL_STATE(5633)] = 195425, - [SMALL_STATE(5634)] = 195446, - [SMALL_STATE(5635)] = 195471, - [SMALL_STATE(5636)] = 195494, - [SMALL_STATE(5637)] = 195519, - [SMALL_STATE(5638)] = 195544, - [SMALL_STATE(5639)] = 195565, - [SMALL_STATE(5640)] = 195588, - [SMALL_STATE(5641)] = 195613, - [SMALL_STATE(5642)] = 195632, - [SMALL_STATE(5643)] = 195655, - [SMALL_STATE(5644)] = 195680, - [SMALL_STATE(5645)] = 195705, - [SMALL_STATE(5646)] = 195722, - [SMALL_STATE(5647)] = 195745, - [SMALL_STATE(5648)] = 195770, - [SMALL_STATE(5649)] = 195795, - [SMALL_STATE(5650)] = 195818, - [SMALL_STATE(5651)] = 195843, - [SMALL_STATE(5652)] = 195864, - [SMALL_STATE(5653)] = 195889, - [SMALL_STATE(5654)] = 195906, - [SMALL_STATE(5655)] = 195931, - [SMALL_STATE(5656)] = 195954, - [SMALL_STATE(5657)] = 195979, - [SMALL_STATE(5658)] = 196004, - [SMALL_STATE(5659)] = 196029, - [SMALL_STATE(5660)] = 196052, - [SMALL_STATE(5661)] = 196077, - [SMALL_STATE(5662)] = 196102, - [SMALL_STATE(5663)] = 196127, - [SMALL_STATE(5664)] = 196144, - [SMALL_STATE(5665)] = 196165, - [SMALL_STATE(5666)] = 196182, - [SMALL_STATE(5667)] = 196207, - [SMALL_STATE(5668)] = 196232, - [SMALL_STATE(5669)] = 196255, - [SMALL_STATE(5670)] = 196280, - [SMALL_STATE(5671)] = 196305, - [SMALL_STATE(5672)] = 196328, - [SMALL_STATE(5673)] = 196353, - [SMALL_STATE(5674)] = 196370, - [SMALL_STATE(5675)] = 196387, - [SMALL_STATE(5676)] = 196410, - [SMALL_STATE(5677)] = 196435, - [SMALL_STATE(5678)] = 196458, - [SMALL_STATE(5679)] = 196483, - [SMALL_STATE(5680)] = 196508, - [SMALL_STATE(5681)] = 196529, - [SMALL_STATE(5682)] = 196552, - [SMALL_STATE(5683)] = 196577, - [SMALL_STATE(5684)] = 196596, - [SMALL_STATE(5685)] = 196621, - [SMALL_STATE(5686)] = 196640, - [SMALL_STATE(5687)] = 196661, - [SMALL_STATE(5688)] = 196684, - [SMALL_STATE(5689)] = 196709, - [SMALL_STATE(5690)] = 196734, - [SMALL_STATE(5691)] = 196757, - [SMALL_STATE(5692)] = 196774, - [SMALL_STATE(5693)] = 196799, - [SMALL_STATE(5694)] = 196820, - [SMALL_STATE(5695)] = 196845, - [SMALL_STATE(5696)] = 196868, - [SMALL_STATE(5697)] = 196885, - [SMALL_STATE(5698)] = 196908, - [SMALL_STATE(5699)] = 196931, - [SMALL_STATE(5700)] = 196956, - [SMALL_STATE(5701)] = 196981, - [SMALL_STATE(5702)] = 197002, - [SMALL_STATE(5703)] = 197019, - [SMALL_STATE(5704)] = 197042, - [SMALL_STATE(5705)] = 197065, - [SMALL_STATE(5706)] = 197090, - [SMALL_STATE(5707)] = 197115, - [SMALL_STATE(5708)] = 197138, - [SMALL_STATE(5709)] = 197157, - [SMALL_STATE(5710)] = 197180, - [SMALL_STATE(5711)] = 197205, - [SMALL_STATE(5712)] = 197230, - [SMALL_STATE(5713)] = 197247, - [SMALL_STATE(5714)] = 197268, - [SMALL_STATE(5715)] = 197293, - [SMALL_STATE(5716)] = 197318, - [SMALL_STATE(5717)] = 197343, - [SMALL_STATE(5718)] = 197360, - [SMALL_STATE(5719)] = 197385, - [SMALL_STATE(5720)] = 197410, - [SMALL_STATE(5721)] = 197429, - [SMALL_STATE(5722)] = 197448, - [SMALL_STATE(5723)] = 197465, - [SMALL_STATE(5724)] = 197482, - [SMALL_STATE(5725)] = 197505, - [SMALL_STATE(5726)] = 197530, - [SMALL_STATE(5727)] = 197547, - [SMALL_STATE(5728)] = 197566, - [SMALL_STATE(5729)] = 197585, - [SMALL_STATE(5730)] = 197602, - [SMALL_STATE(5731)] = 197627, - [SMALL_STATE(5732)] = 197652, - [SMALL_STATE(5733)] = 197677, - [SMALL_STATE(5734)] = 197702, - [SMALL_STATE(5735)] = 197727, - [SMALL_STATE(5736)] = 197744, - [SMALL_STATE(5737)] = 197761, - [SMALL_STATE(5738)] = 197778, - [SMALL_STATE(5739)] = 197803, - [SMALL_STATE(5740)] = 197828, - [SMALL_STATE(5741)] = 197849, - [SMALL_STATE(5742)] = 197866, - [SMALL_STATE(5743)] = 197883, - [SMALL_STATE(5744)] = 197908, - [SMALL_STATE(5745)] = 197925, - [SMALL_STATE(5746)] = 197942, - [SMALL_STATE(5747)] = 197959, - [SMALL_STATE(5748)] = 197978, - [SMALL_STATE(5749)] = 197995, - [SMALL_STATE(5750)] = 198012, - [SMALL_STATE(5751)] = 198037, - [SMALL_STATE(5752)] = 198056, - [SMALL_STATE(5753)] = 198079, - [SMALL_STATE(5754)] = 198104, - [SMALL_STATE(5755)] = 198121, - [SMALL_STATE(5756)] = 198138, - [SMALL_STATE(5757)] = 198159, - [SMALL_STATE(5758)] = 198178, - [SMALL_STATE(5759)] = 198197, - [SMALL_STATE(5760)] = 198216, - [SMALL_STATE(5761)] = 198235, - [SMALL_STATE(5762)] = 198254, - [SMALL_STATE(5763)] = 198275, - [SMALL_STATE(5764)] = 198294, - [SMALL_STATE(5765)] = 198319, - [SMALL_STATE(5766)] = 198338, - [SMALL_STATE(5767)] = 198357, - [SMALL_STATE(5768)] = 198376, - [SMALL_STATE(5769)] = 198393, - [SMALL_STATE(5770)] = 198410, - [SMALL_STATE(5771)] = 198433, - [SMALL_STATE(5772)] = 198450, - [SMALL_STATE(5773)] = 198475, - [SMALL_STATE(5774)] = 198500, - [SMALL_STATE(5775)] = 198521, - [SMALL_STATE(5776)] = 198538, - [SMALL_STATE(5777)] = 198555, - [SMALL_STATE(5778)] = 198572, - [SMALL_STATE(5779)] = 198591, - [SMALL_STATE(5780)] = 198608, - [SMALL_STATE(5781)] = 198625, - [SMALL_STATE(5782)] = 198642, - [SMALL_STATE(5783)] = 198665, - [SMALL_STATE(5784)] = 198682, - [SMALL_STATE(5785)] = 198699, - [SMALL_STATE(5786)] = 198716, - [SMALL_STATE(5787)] = 198733, - [SMALL_STATE(5788)] = 198758, - [SMALL_STATE(5789)] = 198783, - [SMALL_STATE(5790)] = 198804, - [SMALL_STATE(5791)] = 198821, - [SMALL_STATE(5792)] = 198846, - [SMALL_STATE(5793)] = 198871, - [SMALL_STATE(5794)] = 198892, - [SMALL_STATE(5795)] = 198909, - [SMALL_STATE(5796)] = 198926, - [SMALL_STATE(5797)] = 198943, - [SMALL_STATE(5798)] = 198966, - [SMALL_STATE(5799)] = 198989, - [SMALL_STATE(5800)] = 199014, - [SMALL_STATE(5801)] = 199039, - [SMALL_STATE(5802)] = 199064, - [SMALL_STATE(5803)] = 199086, - [SMALL_STATE(5804)] = 199100, - [SMALL_STATE(5805)] = 199118, - [SMALL_STATE(5806)] = 199140, - [SMALL_STATE(5807)] = 199156, - [SMALL_STATE(5808)] = 199178, - [SMALL_STATE(5809)] = 199194, - [SMALL_STATE(5810)] = 199208, - [SMALL_STATE(5811)] = 199230, - [SMALL_STATE(5812)] = 199244, - [SMALL_STATE(5813)] = 199258, - [SMALL_STATE(5814)] = 199272, - [SMALL_STATE(5815)] = 199292, - [SMALL_STATE(5816)] = 199306, - [SMALL_STATE(5817)] = 199320, - [SMALL_STATE(5818)] = 199334, - [SMALL_STATE(5819)] = 199356, - [SMALL_STATE(5820)] = 199374, - [SMALL_STATE(5821)] = 199396, - [SMALL_STATE(5822)] = 199418, - [SMALL_STATE(5823)] = 199440, - [SMALL_STATE(5824)] = 199454, - [SMALL_STATE(5825)] = 199468, - [SMALL_STATE(5826)] = 199490, - [SMALL_STATE(5827)] = 199510, - [SMALL_STATE(5828)] = 199532, - [SMALL_STATE(5829)] = 199554, - [SMALL_STATE(5830)] = 199576, - [SMALL_STATE(5831)] = 199598, - [SMALL_STATE(5832)] = 199620, - [SMALL_STATE(5833)] = 199640, - [SMALL_STATE(5834)] = 199662, - [SMALL_STATE(5835)] = 199682, - [SMALL_STATE(5836)] = 199696, - [SMALL_STATE(5837)] = 199718, - [SMALL_STATE(5838)] = 199736, - [SMALL_STATE(5839)] = 199756, - [SMALL_STATE(5840)] = 199778, - [SMALL_STATE(5841)] = 199792, - [SMALL_STATE(5842)] = 199814, - [SMALL_STATE(5843)] = 199832, - [SMALL_STATE(5844)] = 199846, - [SMALL_STATE(5845)] = 199862, - [SMALL_STATE(5846)] = 199884, - [SMALL_STATE(5847)] = 199906, - [SMALL_STATE(5848)] = 199928, - [SMALL_STATE(5849)] = 199942, - [SMALL_STATE(5850)] = 199964, - [SMALL_STATE(5851)] = 199982, - [SMALL_STATE(5852)] = 200000, - [SMALL_STATE(5853)] = 200018, - [SMALL_STATE(5854)] = 200040, - [SMALL_STATE(5855)] = 200054, - [SMALL_STATE(5856)] = 200070, - [SMALL_STATE(5857)] = 200092, - [SMALL_STATE(5858)] = 200106, - [SMALL_STATE(5859)] = 200120, - [SMALL_STATE(5860)] = 200142, - [SMALL_STATE(5861)] = 200156, - [SMALL_STATE(5862)] = 200178, - [SMALL_STATE(5863)] = 200200, - [SMALL_STATE(5864)] = 200214, - [SMALL_STATE(5865)] = 200228, - [SMALL_STATE(5866)] = 200244, - [SMALL_STATE(5867)] = 200266, - [SMALL_STATE(5868)] = 200282, - [SMALL_STATE(5869)] = 200304, - [SMALL_STATE(5870)] = 200320, - [SMALL_STATE(5871)] = 200334, - [SMALL_STATE(5872)] = 200348, - [SMALL_STATE(5873)] = 200366, - [SMALL_STATE(5874)] = 200384, - [SMALL_STATE(5875)] = 200400, - [SMALL_STATE(5876)] = 200422, - [SMALL_STATE(5877)] = 200436, - [SMALL_STATE(5878)] = 200458, - [SMALL_STATE(5879)] = 200480, - [SMALL_STATE(5880)] = 200502, - [SMALL_STATE(5881)] = 200518, - [SMALL_STATE(5882)] = 200540, - [SMALL_STATE(5883)] = 200554, - [SMALL_STATE(5884)] = 200576, - [SMALL_STATE(5885)] = 200590, - [SMALL_STATE(5886)] = 200612, - [SMALL_STATE(5887)] = 200626, - [SMALL_STATE(5888)] = 200644, - [SMALL_STATE(5889)] = 200658, - [SMALL_STATE(5890)] = 200672, - [SMALL_STATE(5891)] = 200686, - [SMALL_STATE(5892)] = 200704, - [SMALL_STATE(5893)] = 200718, - [SMALL_STATE(5894)] = 200740, - [SMALL_STATE(5895)] = 200754, - [SMALL_STATE(5896)] = 200776, - [SMALL_STATE(5897)] = 200798, - [SMALL_STATE(5898)] = 200820, - [SMALL_STATE(5899)] = 200842, - [SMALL_STATE(5900)] = 200864, - [SMALL_STATE(5901)] = 200886, - [SMALL_STATE(5902)] = 200908, - [SMALL_STATE(5903)] = 200930, - [SMALL_STATE(5904)] = 200952, - [SMALL_STATE(5905)] = 200968, - [SMALL_STATE(5906)] = 200982, - [SMALL_STATE(5907)] = 201004, - [SMALL_STATE(5908)] = 201026, - [SMALL_STATE(5909)] = 201040, - [SMALL_STATE(5910)] = 201062, - [SMALL_STATE(5911)] = 201080, - [SMALL_STATE(5912)] = 201094, - [SMALL_STATE(5913)] = 201108, - [SMALL_STATE(5914)] = 201128, - [SMALL_STATE(5915)] = 201150, - [SMALL_STATE(5916)] = 201172, - [SMALL_STATE(5917)] = 201192, - [SMALL_STATE(5918)] = 201210, - [SMALL_STATE(5919)] = 201224, - [SMALL_STATE(5920)] = 201246, - [SMALL_STATE(5921)] = 201268, - [SMALL_STATE(5922)] = 201282, - [SMALL_STATE(5923)] = 201304, - [SMALL_STATE(5924)] = 201318, - [SMALL_STATE(5925)] = 201340, - [SMALL_STATE(5926)] = 201362, - [SMALL_STATE(5927)] = 201382, - [SMALL_STATE(5928)] = 201404, - [SMALL_STATE(5929)] = 201426, - [SMALL_STATE(5930)] = 201448, - [SMALL_STATE(5931)] = 201468, - [SMALL_STATE(5932)] = 201482, - [SMALL_STATE(5933)] = 201504, - [SMALL_STATE(5934)] = 201526, - [SMALL_STATE(5935)] = 201540, - [SMALL_STATE(5936)] = 201562, - [SMALL_STATE(5937)] = 201578, - [SMALL_STATE(5938)] = 201592, - [SMALL_STATE(5939)] = 201612, - [SMALL_STATE(5940)] = 201630, - [SMALL_STATE(5941)] = 201646, - [SMALL_STATE(5942)] = 201662, - [SMALL_STATE(5943)] = 201680, - [SMALL_STATE(5944)] = 201698, - [SMALL_STATE(5945)] = 201712, - [SMALL_STATE(5946)] = 201734, - [SMALL_STATE(5947)] = 201754, - [SMALL_STATE(5948)] = 201774, - [SMALL_STATE(5949)] = 201796, - [SMALL_STATE(5950)] = 201810, - [SMALL_STATE(5951)] = 201832, - [SMALL_STATE(5952)] = 201854, - [SMALL_STATE(5953)] = 201876, - [SMALL_STATE(5954)] = 201890, - [SMALL_STATE(5955)] = 201912, - [SMALL_STATE(5956)] = 201934, - [SMALL_STATE(5957)] = 201956, - [SMALL_STATE(5958)] = 201978, - [SMALL_STATE(5959)] = 201992, - [SMALL_STATE(5960)] = 202014, - [SMALL_STATE(5961)] = 202032, - [SMALL_STATE(5962)] = 202050, - [SMALL_STATE(5963)] = 202072, - [SMALL_STATE(5964)] = 202090, - [SMALL_STATE(5965)] = 202112, - [SMALL_STATE(5966)] = 202126, - [SMALL_STATE(5967)] = 202148, - [SMALL_STATE(5968)] = 202168, - [SMALL_STATE(5969)] = 202186, - [SMALL_STATE(5970)] = 202208, - [SMALL_STATE(5971)] = 202222, - [SMALL_STATE(5972)] = 202244, - [SMALL_STATE(5973)] = 202266, - [SMALL_STATE(5974)] = 202288, - [SMALL_STATE(5975)] = 202302, - [SMALL_STATE(5976)] = 202322, - [SMALL_STATE(5977)] = 202344, - [SMALL_STATE(5978)] = 202358, - [SMALL_STATE(5979)] = 202380, - [SMALL_STATE(5980)] = 202402, - [SMALL_STATE(5981)] = 202424, - [SMALL_STATE(5982)] = 202444, - [SMALL_STATE(5983)] = 202464, - [SMALL_STATE(5984)] = 202486, - [SMALL_STATE(5985)] = 202508, - [SMALL_STATE(5986)] = 202530, - [SMALL_STATE(5987)] = 202552, - [SMALL_STATE(5988)] = 202574, - [SMALL_STATE(5989)] = 202592, - [SMALL_STATE(5990)] = 202614, - [SMALL_STATE(5991)] = 202636, - [SMALL_STATE(5992)] = 202658, - [SMALL_STATE(5993)] = 202676, - [SMALL_STATE(5994)] = 202698, - [SMALL_STATE(5995)] = 202720, - [SMALL_STATE(5996)] = 202740, - [SMALL_STATE(5997)] = 202754, - [SMALL_STATE(5998)] = 202770, - [SMALL_STATE(5999)] = 202786, - [SMALL_STATE(6000)] = 202808, - [SMALL_STATE(6001)] = 202830, - [SMALL_STATE(6002)] = 202852, - [SMALL_STATE(6003)] = 202874, - [SMALL_STATE(6004)] = 202896, - [SMALL_STATE(6005)] = 202918, - [SMALL_STATE(6006)] = 202940, - [SMALL_STATE(6007)] = 202962, - [SMALL_STATE(6008)] = 202976, - [SMALL_STATE(6009)] = 202990, - [SMALL_STATE(6010)] = 203012, - [SMALL_STATE(6011)] = 203034, - [SMALL_STATE(6012)] = 203056, - [SMALL_STATE(6013)] = 203078, - [SMALL_STATE(6014)] = 203100, - [SMALL_STATE(6015)] = 203122, - [SMALL_STATE(6016)] = 203144, - [SMALL_STATE(6017)] = 203158, - [SMALL_STATE(6018)] = 203180, - [SMALL_STATE(6019)] = 203202, - [SMALL_STATE(6020)] = 203224, - [SMALL_STATE(6021)] = 203240, - [SMALL_STATE(6022)] = 203262, - [SMALL_STATE(6023)] = 203284, - [SMALL_STATE(6024)] = 203306, - [SMALL_STATE(6025)] = 203328, - [SMALL_STATE(6026)] = 203350, - [SMALL_STATE(6027)] = 203372, - [SMALL_STATE(6028)] = 203394, - [SMALL_STATE(6029)] = 203416, - [SMALL_STATE(6030)] = 203438, - [SMALL_STATE(6031)] = 203460, - [SMALL_STATE(6032)] = 203482, - [SMALL_STATE(6033)] = 203504, - [SMALL_STATE(6034)] = 203526, - [SMALL_STATE(6035)] = 203548, - [SMALL_STATE(6036)] = 203570, - [SMALL_STATE(6037)] = 203592, - [SMALL_STATE(6038)] = 203614, - [SMALL_STATE(6039)] = 203636, - [SMALL_STATE(6040)] = 203658, - [SMALL_STATE(6041)] = 203676, - [SMALL_STATE(6042)] = 203694, - [SMALL_STATE(6043)] = 203716, - [SMALL_STATE(6044)] = 203738, - [SMALL_STATE(6045)] = 203760, - [SMALL_STATE(6046)] = 203774, - [SMALL_STATE(6047)] = 203788, - [SMALL_STATE(6048)] = 203810, - [SMALL_STATE(6049)] = 203832, - [SMALL_STATE(6050)] = 203854, - [SMALL_STATE(6051)] = 203868, - [SMALL_STATE(6052)] = 203886, - [SMALL_STATE(6053)] = 203908, - [SMALL_STATE(6054)] = 203926, - [SMALL_STATE(6055)] = 203948, - [SMALL_STATE(6056)] = 203970, - [SMALL_STATE(6057)] = 203992, - [SMALL_STATE(6058)] = 204014, - [SMALL_STATE(6059)] = 204036, - [SMALL_STATE(6060)] = 204050, - [SMALL_STATE(6061)] = 204066, - [SMALL_STATE(6062)] = 204088, - [SMALL_STATE(6063)] = 204110, - [SMALL_STATE(6064)] = 204128, - [SMALL_STATE(6065)] = 204150, - [SMALL_STATE(6066)] = 204164, - [SMALL_STATE(6067)] = 204186, - [SMALL_STATE(6068)] = 204208, - [SMALL_STATE(6069)] = 204230, - [SMALL_STATE(6070)] = 204249, - [SMALL_STATE(6071)] = 204264, - [SMALL_STATE(6072)] = 204279, - [SMALL_STATE(6073)] = 204292, - [SMALL_STATE(6074)] = 204307, - [SMALL_STATE(6075)] = 204324, - [SMALL_STATE(6076)] = 204337, - [SMALL_STATE(6077)] = 204354, - [SMALL_STATE(6078)] = 204367, - [SMALL_STATE(6079)] = 204386, - [SMALL_STATE(6080)] = 204403, - [SMALL_STATE(6081)] = 204418, - [SMALL_STATE(6082)] = 204435, - [SMALL_STATE(6083)] = 204452, - [SMALL_STATE(6084)] = 204471, - [SMALL_STATE(6085)] = 204490, - [SMALL_STATE(6086)] = 204507, - [SMALL_STATE(6087)] = 204524, - [SMALL_STATE(6088)] = 204541, - [SMALL_STATE(6089)] = 204556, - [SMALL_STATE(6090)] = 204575, - [SMALL_STATE(6091)] = 204588, - [SMALL_STATE(6092)] = 204603, - [SMALL_STATE(6093)] = 204618, - [SMALL_STATE(6094)] = 204633, - [SMALL_STATE(6095)] = 204652, - [SMALL_STATE(6096)] = 204671, - [SMALL_STATE(6097)] = 204688, - [SMALL_STATE(6098)] = 204707, - [SMALL_STATE(6099)] = 204720, - [SMALL_STATE(6100)] = 204739, - [SMALL_STATE(6101)] = 204752, - [SMALL_STATE(6102)] = 204765, - [SMALL_STATE(6103)] = 204784, - [SMALL_STATE(6104)] = 204797, - [SMALL_STATE(6105)] = 204810, - [SMALL_STATE(6106)] = 204823, - [SMALL_STATE(6107)] = 204836, - [SMALL_STATE(6108)] = 204849, - [SMALL_STATE(6109)] = 204862, - [SMALL_STATE(6110)] = 204877, - [SMALL_STATE(6111)] = 204890, - [SMALL_STATE(6112)] = 204909, - [SMALL_STATE(6113)] = 204924, - [SMALL_STATE(6114)] = 204943, - [SMALL_STATE(6115)] = 204962, - [SMALL_STATE(6116)] = 204981, - [SMALL_STATE(6117)] = 205000, - [SMALL_STATE(6118)] = 205019, - [SMALL_STATE(6119)] = 205038, - [SMALL_STATE(6120)] = 205051, - [SMALL_STATE(6121)] = 205066, - [SMALL_STATE(6122)] = 205079, - [SMALL_STATE(6123)] = 205092, - [SMALL_STATE(6124)] = 205105, - [SMALL_STATE(6125)] = 205124, - [SMALL_STATE(6126)] = 205141, - [SMALL_STATE(6127)] = 205160, - [SMALL_STATE(6128)] = 205179, - [SMALL_STATE(6129)] = 205192, - [SMALL_STATE(6130)] = 205211, - [SMALL_STATE(6131)] = 205228, - [SMALL_STATE(6132)] = 205247, - [SMALL_STATE(6133)] = 205266, - [SMALL_STATE(6134)] = 205285, - [SMALL_STATE(6135)] = 205304, - [SMALL_STATE(6136)] = 205323, - [SMALL_STATE(6137)] = 205342, - [SMALL_STATE(6138)] = 205361, - [SMALL_STATE(6139)] = 205374, - [SMALL_STATE(6140)] = 205393, - [SMALL_STATE(6141)] = 205408, - [SMALL_STATE(6142)] = 205421, - [SMALL_STATE(6143)] = 205440, - [SMALL_STATE(6144)] = 205453, - [SMALL_STATE(6145)] = 205466, - [SMALL_STATE(6146)] = 205483, - [SMALL_STATE(6147)] = 205496, - [SMALL_STATE(6148)] = 205509, - [SMALL_STATE(6149)] = 205528, - [SMALL_STATE(6150)] = 205547, - [SMALL_STATE(6151)] = 205566, - [SMALL_STATE(6152)] = 205579, - [SMALL_STATE(6153)] = 205598, - [SMALL_STATE(6154)] = 205611, - [SMALL_STATE(6155)] = 205624, - [SMALL_STATE(6156)] = 205643, - [SMALL_STATE(6157)] = 205660, - [SMALL_STATE(6158)] = 205679, - [SMALL_STATE(6159)] = 205698, - [SMALL_STATE(6160)] = 205713, - [SMALL_STATE(6161)] = 205732, - [SMALL_STATE(6162)] = 205745, - [SMALL_STATE(6163)] = 205758, - [SMALL_STATE(6164)] = 205771, - [SMALL_STATE(6165)] = 205784, - [SMALL_STATE(6166)] = 205797, - [SMALL_STATE(6167)] = 205814, - [SMALL_STATE(6168)] = 205831, - [SMALL_STATE(6169)] = 205844, - [SMALL_STATE(6170)] = 205859, - [SMALL_STATE(6171)] = 205878, - [SMALL_STATE(6172)] = 205897, - [SMALL_STATE(6173)] = 205916, - [SMALL_STATE(6174)] = 205935, - [SMALL_STATE(6175)] = 205954, - [SMALL_STATE(6176)] = 205973, - [SMALL_STATE(6177)] = 205988, - [SMALL_STATE(6178)] = 206001, - [SMALL_STATE(6179)] = 206014, - [SMALL_STATE(6180)] = 206029, - [SMALL_STATE(6181)] = 206046, - [SMALL_STATE(6182)] = 206063, - [SMALL_STATE(6183)] = 206078, - [SMALL_STATE(6184)] = 206091, - [SMALL_STATE(6185)] = 206110, - [SMALL_STATE(6186)] = 206127, - [SMALL_STATE(6187)] = 206144, - [SMALL_STATE(6188)] = 206163, - [SMALL_STATE(6189)] = 206182, - [SMALL_STATE(6190)] = 206201, - [SMALL_STATE(6191)] = 206220, - [SMALL_STATE(6192)] = 206239, - [SMALL_STATE(6193)] = 206258, - [SMALL_STATE(6194)] = 206277, - [SMALL_STATE(6195)] = 206296, - [SMALL_STATE(6196)] = 206315, - [SMALL_STATE(6197)] = 206332, - [SMALL_STATE(6198)] = 206345, - [SMALL_STATE(6199)] = 206362, - [SMALL_STATE(6200)] = 206379, - [SMALL_STATE(6201)] = 206392, - [SMALL_STATE(6202)] = 206405, - [SMALL_STATE(6203)] = 206424, - [SMALL_STATE(6204)] = 206437, - [SMALL_STATE(6205)] = 206450, - [SMALL_STATE(6206)] = 206463, - [SMALL_STATE(6207)] = 206476, - [SMALL_STATE(6208)] = 206489, - [SMALL_STATE(6209)] = 206502, - [SMALL_STATE(6210)] = 206519, - [SMALL_STATE(6211)] = 206538, - [SMALL_STATE(6212)] = 206557, - [SMALL_STATE(6213)] = 206574, - [SMALL_STATE(6214)] = 206589, - [SMALL_STATE(6215)] = 206604, - [SMALL_STATE(6216)] = 206623, - [SMALL_STATE(6217)] = 206642, - [SMALL_STATE(6218)] = 206661, - [SMALL_STATE(6219)] = 206680, - [SMALL_STATE(6220)] = 206699, - [SMALL_STATE(6221)] = 206718, - [SMALL_STATE(6222)] = 206737, - [SMALL_STATE(6223)] = 206756, - [SMALL_STATE(6224)] = 206775, - [SMALL_STATE(6225)] = 206794, - [SMALL_STATE(6226)] = 206813, - [SMALL_STATE(6227)] = 206828, - [SMALL_STATE(6228)] = 206841, - [SMALL_STATE(6229)] = 206858, - [SMALL_STATE(6230)] = 206877, - [SMALL_STATE(6231)] = 206890, - [SMALL_STATE(6232)] = 206907, - [SMALL_STATE(6233)] = 206920, - [SMALL_STATE(6234)] = 206937, - [SMALL_STATE(6235)] = 206950, - [SMALL_STATE(6236)] = 206967, - [SMALL_STATE(6237)] = 206986, - [SMALL_STATE(6238)] = 207005, - [SMALL_STATE(6239)] = 207024, - [SMALL_STATE(6240)] = 207043, - [SMALL_STATE(6241)] = 207062, - [SMALL_STATE(6242)] = 207081, - [SMALL_STATE(6243)] = 207100, - [SMALL_STATE(6244)] = 207119, - [SMALL_STATE(6245)] = 207132, - [SMALL_STATE(6246)] = 207145, - [SMALL_STATE(6247)] = 207162, - [SMALL_STATE(6248)] = 207175, - [SMALL_STATE(6249)] = 207188, - [SMALL_STATE(6250)] = 207203, - [SMALL_STATE(6251)] = 207220, - [SMALL_STATE(6252)] = 207235, - [SMALL_STATE(6253)] = 207248, - [SMALL_STATE(6254)] = 207267, - [SMALL_STATE(6255)] = 207286, - [SMALL_STATE(6256)] = 207305, - [SMALL_STATE(6257)] = 207324, - [SMALL_STATE(6258)] = 207343, - [SMALL_STATE(6259)] = 207362, - [SMALL_STATE(6260)] = 207381, - [SMALL_STATE(6261)] = 207400, - [SMALL_STATE(6262)] = 207413, - [SMALL_STATE(6263)] = 207430, - [SMALL_STATE(6264)] = 207443, - [SMALL_STATE(6265)] = 207460, - [SMALL_STATE(6266)] = 207473, - [SMALL_STATE(6267)] = 207486, - [SMALL_STATE(6268)] = 207505, - [SMALL_STATE(6269)] = 207524, - [SMALL_STATE(6270)] = 207543, - [SMALL_STATE(6271)] = 207562, - [SMALL_STATE(6272)] = 207581, - [SMALL_STATE(6273)] = 207600, - [SMALL_STATE(6274)] = 207619, - [SMALL_STATE(6275)] = 207638, - [SMALL_STATE(6276)] = 207651, - [SMALL_STATE(6277)] = 207664, - [SMALL_STATE(6278)] = 207679, - [SMALL_STATE(6279)] = 207696, - [SMALL_STATE(6280)] = 207711, - [SMALL_STATE(6281)] = 207728, - [SMALL_STATE(6282)] = 207741, - [SMALL_STATE(6283)] = 207760, - [SMALL_STATE(6284)] = 207779, - [SMALL_STATE(6285)] = 207798, - [SMALL_STATE(6286)] = 207817, - [SMALL_STATE(6287)] = 207836, - [SMALL_STATE(6288)] = 207855, - [SMALL_STATE(6289)] = 207874, - [SMALL_STATE(6290)] = 207893, - [SMALL_STATE(6291)] = 207908, - [SMALL_STATE(6292)] = 207927, - [SMALL_STATE(6293)] = 207940, - [SMALL_STATE(6294)] = 207957, - [SMALL_STATE(6295)] = 207976, - [SMALL_STATE(6296)] = 207993, - [SMALL_STATE(6297)] = 208012, - [SMALL_STATE(6298)] = 208031, - [SMALL_STATE(6299)] = 208050, - [SMALL_STATE(6300)] = 208069, - [SMALL_STATE(6301)] = 208088, - [SMALL_STATE(6302)] = 208107, - [SMALL_STATE(6303)] = 208126, - [SMALL_STATE(6304)] = 208145, - [SMALL_STATE(6305)] = 208164, - [SMALL_STATE(6306)] = 208183, - [SMALL_STATE(6307)] = 208202, - [SMALL_STATE(6308)] = 208215, - [SMALL_STATE(6309)] = 208228, - [SMALL_STATE(6310)] = 208245, - [SMALL_STATE(6311)] = 208264, - [SMALL_STATE(6312)] = 208283, - [SMALL_STATE(6313)] = 208300, - [SMALL_STATE(6314)] = 208313, - [SMALL_STATE(6315)] = 208326, - [SMALL_STATE(6316)] = 208345, - [SMALL_STATE(6317)] = 208364, - [SMALL_STATE(6318)] = 208383, - [SMALL_STATE(6319)] = 208402, - [SMALL_STATE(6320)] = 208421, - [SMALL_STATE(6321)] = 208440, - [SMALL_STATE(6322)] = 208459, - [SMALL_STATE(6323)] = 208478, - [SMALL_STATE(6324)] = 208495, - [SMALL_STATE(6325)] = 208508, - [SMALL_STATE(6326)] = 208521, - [SMALL_STATE(6327)] = 208538, - [SMALL_STATE(6328)] = 208551, - [SMALL_STATE(6329)] = 208564, - [SMALL_STATE(6330)] = 208577, - [SMALL_STATE(6331)] = 208590, - [SMALL_STATE(6332)] = 208607, - [SMALL_STATE(6333)] = 208626, - [SMALL_STATE(6334)] = 208645, - [SMALL_STATE(6335)] = 208664, - [SMALL_STATE(6336)] = 208683, - [SMALL_STATE(6337)] = 208702, - [SMALL_STATE(6338)] = 208721, - [SMALL_STATE(6339)] = 208740, - [SMALL_STATE(6340)] = 208759, - [SMALL_STATE(6341)] = 208778, - [SMALL_STATE(6342)] = 208797, - [SMALL_STATE(6343)] = 208810, - [SMALL_STATE(6344)] = 208827, - [SMALL_STATE(6345)] = 208844, - [SMALL_STATE(6346)] = 208861, - [SMALL_STATE(6347)] = 208880, - [SMALL_STATE(6348)] = 208895, - [SMALL_STATE(6349)] = 208914, - [SMALL_STATE(6350)] = 208933, - [SMALL_STATE(6351)] = 208952, - [SMALL_STATE(6352)] = 208971, - [SMALL_STATE(6353)] = 208990, - [SMALL_STATE(6354)] = 209009, - [SMALL_STATE(6355)] = 209028, - [SMALL_STATE(6356)] = 209047, - [SMALL_STATE(6357)] = 209060, - [SMALL_STATE(6358)] = 209077, - [SMALL_STATE(6359)] = 209096, - [SMALL_STATE(6360)] = 209113, - [SMALL_STATE(6361)] = 209128, - [SMALL_STATE(6362)] = 209147, - [SMALL_STATE(6363)] = 209166, - [SMALL_STATE(6364)] = 209185, - [SMALL_STATE(6365)] = 209204, - [SMALL_STATE(6366)] = 209223, - [SMALL_STATE(6367)] = 209242, - [SMALL_STATE(6368)] = 209261, - [SMALL_STATE(6369)] = 209280, - [SMALL_STATE(6370)] = 209299, - [SMALL_STATE(6371)] = 209312, - [SMALL_STATE(6372)] = 209329, - [SMALL_STATE(6373)] = 209344, - [SMALL_STATE(6374)] = 209361, - [SMALL_STATE(6375)] = 209380, - [SMALL_STATE(6376)] = 209399, - [SMALL_STATE(6377)] = 209418, - [SMALL_STATE(6378)] = 209437, - [SMALL_STATE(6379)] = 209456, - [SMALL_STATE(6380)] = 209475, - [SMALL_STATE(6381)] = 209494, - [SMALL_STATE(6382)] = 209507, - [SMALL_STATE(6383)] = 209526, - [SMALL_STATE(6384)] = 209545, - [SMALL_STATE(6385)] = 209558, - [SMALL_STATE(6386)] = 209575, - [SMALL_STATE(6387)] = 209592, - [SMALL_STATE(6388)] = 209609, - [SMALL_STATE(6389)] = 209628, - [SMALL_STATE(6390)] = 209647, - [SMALL_STATE(6391)] = 209666, - [SMALL_STATE(6392)] = 209685, - [SMALL_STATE(6393)] = 209704, - [SMALL_STATE(6394)] = 209723, - [SMALL_STATE(6395)] = 209742, - [SMALL_STATE(6396)] = 209761, - [SMALL_STATE(6397)] = 209780, - [SMALL_STATE(6398)] = 209793, - [SMALL_STATE(6399)] = 209810, - [SMALL_STATE(6400)] = 209829, - [SMALL_STATE(6401)] = 209846, - [SMALL_STATE(6402)] = 209865, - [SMALL_STATE(6403)] = 209884, - [SMALL_STATE(6404)] = 209903, - [SMALL_STATE(6405)] = 209922, - [SMALL_STATE(6406)] = 209941, - [SMALL_STATE(6407)] = 209960, - [SMALL_STATE(6408)] = 209979, - [SMALL_STATE(6409)] = 209998, - [SMALL_STATE(6410)] = 210017, - [SMALL_STATE(6411)] = 210036, - [SMALL_STATE(6412)] = 210049, - [SMALL_STATE(6413)] = 210066, - [SMALL_STATE(6414)] = 210083, - [SMALL_STATE(6415)] = 210102, - [SMALL_STATE(6416)] = 210115, - [SMALL_STATE(6417)] = 210132, - [SMALL_STATE(6418)] = 210149, - [SMALL_STATE(6419)] = 210162, - [SMALL_STATE(6420)] = 210175, - [SMALL_STATE(6421)] = 210192, - [SMALL_STATE(6422)] = 210205, - [SMALL_STATE(6423)] = 210222, - [SMALL_STATE(6424)] = 210241, - [SMALL_STATE(6425)] = 210254, - [SMALL_STATE(6426)] = 210271, - [SMALL_STATE(6427)] = 210284, - [SMALL_STATE(6428)] = 210301, - [SMALL_STATE(6429)] = 210314, - [SMALL_STATE(6430)] = 210327, - [SMALL_STATE(6431)] = 210344, - [SMALL_STATE(6432)] = 210361, - [SMALL_STATE(6433)] = 210380, - [SMALL_STATE(6434)] = 210393, - [SMALL_STATE(6435)] = 210410, - [SMALL_STATE(6436)] = 210427, - [SMALL_STATE(6437)] = 210444, - [SMALL_STATE(6438)] = 210457, - [SMALL_STATE(6439)] = 210474, - [SMALL_STATE(6440)] = 210491, - [SMALL_STATE(6441)] = 210504, - [SMALL_STATE(6442)] = 210521, - [SMALL_STATE(6443)] = 210538, - [SMALL_STATE(6444)] = 210551, - [SMALL_STATE(6445)] = 210564, - [SMALL_STATE(6446)] = 210581, - [SMALL_STATE(6447)] = 210598, - [SMALL_STATE(6448)] = 210611, - [SMALL_STATE(6449)] = 210624, - [SMALL_STATE(6450)] = 210641, - [SMALL_STATE(6451)] = 210658, - [SMALL_STATE(6452)] = 210671, - [SMALL_STATE(6453)] = 210688, - [SMALL_STATE(6454)] = 210705, - [SMALL_STATE(6455)] = 210718, - [SMALL_STATE(6456)] = 210735, - [SMALL_STATE(6457)] = 210752, - [SMALL_STATE(6458)] = 210765, - [SMALL_STATE(6459)] = 210782, - [SMALL_STATE(6460)] = 210799, - [SMALL_STATE(6461)] = 210812, - [SMALL_STATE(6462)] = 210829, - [SMALL_STATE(6463)] = 210846, - [SMALL_STATE(6464)] = 210859, - [SMALL_STATE(6465)] = 210876, - [SMALL_STATE(6466)] = 210893, - [SMALL_STATE(6467)] = 210906, - [SMALL_STATE(6468)] = 210923, - [SMALL_STATE(6469)] = 210940, - [SMALL_STATE(6470)] = 210953, - [SMALL_STATE(6471)] = 210970, - [SMALL_STATE(6472)] = 210987, - [SMALL_STATE(6473)] = 211004, - [SMALL_STATE(6474)] = 211021, - [SMALL_STATE(6475)] = 211038, - [SMALL_STATE(6476)] = 211055, - [SMALL_STATE(6477)] = 211072, - [SMALL_STATE(6478)] = 211089, - [SMALL_STATE(6479)] = 211106, - [SMALL_STATE(6480)] = 211123, - [SMALL_STATE(6481)] = 211140, - [SMALL_STATE(6482)] = 211157, - [SMALL_STATE(6483)] = 211170, - [SMALL_STATE(6484)] = 211183, - [SMALL_STATE(6485)] = 211196, - [SMALL_STATE(6486)] = 211211, - [SMALL_STATE(6487)] = 211230, - [SMALL_STATE(6488)] = 211245, - [SMALL_STATE(6489)] = 211262, - [SMALL_STATE(6490)] = 211277, - [SMALL_STATE(6491)] = 211292, - [SMALL_STATE(6492)] = 211305, - [SMALL_STATE(6493)] = 211324, - [SMALL_STATE(6494)] = 211343, - [SMALL_STATE(6495)] = 211356, - [SMALL_STATE(6496)] = 211375, - [SMALL_STATE(6497)] = 211388, - [SMALL_STATE(6498)] = 211407, - [SMALL_STATE(6499)] = 211426, - [SMALL_STATE(6500)] = 211445, - [SMALL_STATE(6501)] = 211464, - [SMALL_STATE(6502)] = 211483, - [SMALL_STATE(6503)] = 211502, - [SMALL_STATE(6504)] = 211521, - [SMALL_STATE(6505)] = 211540, - [SMALL_STATE(6506)] = 211559, - [SMALL_STATE(6507)] = 211578, - [SMALL_STATE(6508)] = 211597, - [SMALL_STATE(6509)] = 211614, - [SMALL_STATE(6510)] = 211633, - [SMALL_STATE(6511)] = 211648, - [SMALL_STATE(6512)] = 211667, - [SMALL_STATE(6513)] = 211686, - [SMALL_STATE(6514)] = 211705, - [SMALL_STATE(6515)] = 211724, - [SMALL_STATE(6516)] = 211743, - [SMALL_STATE(6517)] = 211762, - [SMALL_STATE(6518)] = 211781, - [SMALL_STATE(6519)] = 211800, - [SMALL_STATE(6520)] = 211819, - [SMALL_STATE(6521)] = 211838, - [SMALL_STATE(6522)] = 211857, - [SMALL_STATE(6523)] = 211872, - [SMALL_STATE(6524)] = 211889, - [SMALL_STATE(6525)] = 211902, - [SMALL_STATE(6526)] = 211919, - [SMALL_STATE(6527)] = 211934, - [SMALL_STATE(6528)] = 211949, - [SMALL_STATE(6529)] = 211964, - [SMALL_STATE(6530)] = 211979, - [SMALL_STATE(6531)] = 211994, - [SMALL_STATE(6532)] = 212009, - [SMALL_STATE(6533)] = 212024, - [SMALL_STATE(6534)] = 212037, - [SMALL_STATE(6535)] = 212050, - [SMALL_STATE(6536)] = 212065, - [SMALL_STATE(6537)] = 212080, - [SMALL_STATE(6538)] = 212095, - [SMALL_STATE(6539)] = 212108, - [SMALL_STATE(6540)] = 212127, - [SMALL_STATE(6541)] = 212146, - [SMALL_STATE(6542)] = 212165, - [SMALL_STATE(6543)] = 212178, - [SMALL_STATE(6544)] = 212195, - [SMALL_STATE(6545)] = 212210, - [SMALL_STATE(6546)] = 212223, - [SMALL_STATE(6547)] = 212236, - [SMALL_STATE(6548)] = 212249, - [SMALL_STATE(6549)] = 212262, - [SMALL_STATE(6550)] = 212275, - [SMALL_STATE(6551)] = 212288, - [SMALL_STATE(6552)] = 212305, - [SMALL_STATE(6553)] = 212322, - [SMALL_STATE(6554)] = 212339, - [SMALL_STATE(6555)] = 212358, - [SMALL_STATE(6556)] = 212373, - [SMALL_STATE(6557)] = 212392, - [SMALL_STATE(6558)] = 212407, - [SMALL_STATE(6559)] = 212422, - [SMALL_STATE(6560)] = 212437, - [SMALL_STATE(6561)] = 212452, - [SMALL_STATE(6562)] = 212467, - [SMALL_STATE(6563)] = 212482, - [SMALL_STATE(6564)] = 212495, - [SMALL_STATE(6565)] = 212508, - [SMALL_STATE(6566)] = 212523, - [SMALL_STATE(6567)] = 212542, - [SMALL_STATE(6568)] = 212557, - [SMALL_STATE(6569)] = 212574, - [SMALL_STATE(6570)] = 212589, - [SMALL_STATE(6571)] = 212602, - [SMALL_STATE(6572)] = 212617, - [SMALL_STATE(6573)] = 212632, - [SMALL_STATE(6574)] = 212647, - [SMALL_STATE(6575)] = 212662, - [SMALL_STATE(6576)] = 212677, - [SMALL_STATE(6577)] = 212692, - [SMALL_STATE(6578)] = 212707, - [SMALL_STATE(6579)] = 212722, - [SMALL_STATE(6580)] = 212737, - [SMALL_STATE(6581)] = 212756, - [SMALL_STATE(6582)] = 212771, - [SMALL_STATE(6583)] = 212786, - [SMALL_STATE(6584)] = 212801, - [SMALL_STATE(6585)] = 212816, - [SMALL_STATE(6586)] = 212835, - [SMALL_STATE(6587)] = 212850, - [SMALL_STATE(6588)] = 212869, - [SMALL_STATE(6589)] = 212884, - [SMALL_STATE(6590)] = 212899, - [SMALL_STATE(6591)] = 212914, - [SMALL_STATE(6592)] = 212933, - [SMALL_STATE(6593)] = 212952, - [SMALL_STATE(6594)] = 212971, - [SMALL_STATE(6595)] = 212990, - [SMALL_STATE(6596)] = 213009, - [SMALL_STATE(6597)] = 213028, - [SMALL_STATE(6598)] = 213043, - [SMALL_STATE(6599)] = 213056, - [SMALL_STATE(6600)] = 213069, - [SMALL_STATE(6601)] = 213084, - [SMALL_STATE(6602)] = 213103, - [SMALL_STATE(6603)] = 213122, - [SMALL_STATE(6604)] = 213141, - [SMALL_STATE(6605)] = 213160, - [SMALL_STATE(6606)] = 213175, - [SMALL_STATE(6607)] = 213190, - [SMALL_STATE(6608)] = 213205, - [SMALL_STATE(6609)] = 213220, - [SMALL_STATE(6610)] = 213235, - [SMALL_STATE(6611)] = 213250, - [SMALL_STATE(6612)] = 213265, - [SMALL_STATE(6613)] = 213280, - [SMALL_STATE(6614)] = 213295, - [SMALL_STATE(6615)] = 213310, - [SMALL_STATE(6616)] = 213327, - [SMALL_STATE(6617)] = 213344, - [SMALL_STATE(6618)] = 213361, - [SMALL_STATE(6619)] = 213380, - [SMALL_STATE(6620)] = 213395, - [SMALL_STATE(6621)] = 213408, - [SMALL_STATE(6622)] = 213421, - [SMALL_STATE(6623)] = 213440, - [SMALL_STATE(6624)] = 213456, - [SMALL_STATE(6625)] = 213472, - [SMALL_STATE(6626)] = 213488, - [SMALL_STATE(6627)] = 213504, - [SMALL_STATE(6628)] = 213520, - [SMALL_STATE(6629)] = 213536, - [SMALL_STATE(6630)] = 213552, - [SMALL_STATE(6631)] = 213566, - [SMALL_STATE(6632)] = 213582, - [SMALL_STATE(6633)] = 213598, - [SMALL_STATE(6634)] = 213614, - [SMALL_STATE(6635)] = 213630, - [SMALL_STATE(6636)] = 213642, - [SMALL_STATE(6637)] = 213658, - [SMALL_STATE(6638)] = 213674, - [SMALL_STATE(6639)] = 213688, - [SMALL_STATE(6640)] = 213704, - [SMALL_STATE(6641)] = 213720, - [SMALL_STATE(6642)] = 213736, - [SMALL_STATE(6643)] = 213752, - [SMALL_STATE(6644)] = 213764, - [SMALL_STATE(6645)] = 213778, - [SMALL_STATE(6646)] = 213794, - [SMALL_STATE(6647)] = 213810, - [SMALL_STATE(6648)] = 213826, - [SMALL_STATE(6649)] = 213842, - [SMALL_STATE(6650)] = 213854, - [SMALL_STATE(6651)] = 213870, - [SMALL_STATE(6652)] = 213886, - [SMALL_STATE(6653)] = 213902, - [SMALL_STATE(6654)] = 213918, - [SMALL_STATE(6655)] = 213934, - [SMALL_STATE(6656)] = 213950, - [SMALL_STATE(6657)] = 213962, - [SMALL_STATE(6658)] = 213978, - [SMALL_STATE(6659)] = 213994, - [SMALL_STATE(6660)] = 214010, - [SMALL_STATE(6661)] = 214022, - [SMALL_STATE(6662)] = 214034, - [SMALL_STATE(6663)] = 214050, - [SMALL_STATE(6664)] = 214066, - [SMALL_STATE(6665)] = 214078, - [SMALL_STATE(6666)] = 214094, - [SMALL_STATE(6667)] = 214108, - [SMALL_STATE(6668)] = 214124, - [SMALL_STATE(6669)] = 214140, - [SMALL_STATE(6670)] = 214154, - [SMALL_STATE(6671)] = 214166, - [SMALL_STATE(6672)] = 214178, - [SMALL_STATE(6673)] = 214192, - [SMALL_STATE(6674)] = 214206, - [SMALL_STATE(6675)] = 214218, - [SMALL_STATE(6676)] = 214234, - [SMALL_STATE(6677)] = 214246, - [SMALL_STATE(6678)] = 214260, - [SMALL_STATE(6679)] = 214274, - [SMALL_STATE(6680)] = 214290, - [SMALL_STATE(6681)] = 214304, - [SMALL_STATE(6682)] = 214320, - [SMALL_STATE(6683)] = 214334, - [SMALL_STATE(6684)] = 214348, - [SMALL_STATE(6685)] = 214362, - [SMALL_STATE(6686)] = 214378, - [SMALL_STATE(6687)] = 214390, - [SMALL_STATE(6688)] = 214406, - [SMALL_STATE(6689)] = 214418, - [SMALL_STATE(6690)] = 214434, - [SMALL_STATE(6691)] = 214450, - [SMALL_STATE(6692)] = 214466, - [SMALL_STATE(6693)] = 214482, - [SMALL_STATE(6694)] = 214496, - [SMALL_STATE(6695)] = 214512, - [SMALL_STATE(6696)] = 214524, - [SMALL_STATE(6697)] = 214540, - [SMALL_STATE(6698)] = 214556, - [SMALL_STATE(6699)] = 214570, - [SMALL_STATE(6700)] = 214586, - [SMALL_STATE(6701)] = 214598, - [SMALL_STATE(6702)] = 214610, - [SMALL_STATE(6703)] = 214622, - [SMALL_STATE(6704)] = 214636, - [SMALL_STATE(6705)] = 214652, - [SMALL_STATE(6706)] = 214664, - [SMALL_STATE(6707)] = 214676, - [SMALL_STATE(6708)] = 214688, - [SMALL_STATE(6709)] = 214704, - [SMALL_STATE(6710)] = 214720, - [SMALL_STATE(6711)] = 214732, - [SMALL_STATE(6712)] = 214744, - [SMALL_STATE(6713)] = 214760, - [SMALL_STATE(6714)] = 214772, - [SMALL_STATE(6715)] = 214788, - [SMALL_STATE(6716)] = 214802, - [SMALL_STATE(6717)] = 214814, - [SMALL_STATE(6718)] = 214830, - [SMALL_STATE(6719)] = 214846, - [SMALL_STATE(6720)] = 214862, - [SMALL_STATE(6721)] = 214878, - [SMALL_STATE(6722)] = 214894, - [SMALL_STATE(6723)] = 214906, - [SMALL_STATE(6724)] = 214922, - [SMALL_STATE(6725)] = 214938, - [SMALL_STATE(6726)] = 214954, - [SMALL_STATE(6727)] = 214966, - [SMALL_STATE(6728)] = 214982, - [SMALL_STATE(6729)] = 214998, - [SMALL_STATE(6730)] = 215010, - [SMALL_STATE(6731)] = 215022, - [SMALL_STATE(6732)] = 215036, - [SMALL_STATE(6733)] = 215052, - [SMALL_STATE(6734)] = 215068, - [SMALL_STATE(6735)] = 215080, - [SMALL_STATE(6736)] = 215094, - [SMALL_STATE(6737)] = 215106, - [SMALL_STATE(6738)] = 215120, - [SMALL_STATE(6739)] = 215136, - [SMALL_STATE(6740)] = 215152, - [SMALL_STATE(6741)] = 215168, - [SMALL_STATE(6742)] = 215184, - [SMALL_STATE(6743)] = 215198, - [SMALL_STATE(6744)] = 215212, - [SMALL_STATE(6745)] = 215228, - [SMALL_STATE(6746)] = 215244, - [SMALL_STATE(6747)] = 215260, - [SMALL_STATE(6748)] = 215276, - [SMALL_STATE(6749)] = 215290, - [SMALL_STATE(6750)] = 215306, - [SMALL_STATE(6751)] = 215322, - [SMALL_STATE(6752)] = 215338, - [SMALL_STATE(6753)] = 215354, - [SMALL_STATE(6754)] = 215370, - [SMALL_STATE(6755)] = 215382, - [SMALL_STATE(6756)] = 215398, - [SMALL_STATE(6757)] = 215412, - [SMALL_STATE(6758)] = 215428, - [SMALL_STATE(6759)] = 215444, - [SMALL_STATE(6760)] = 215460, - [SMALL_STATE(6761)] = 215476, - [SMALL_STATE(6762)] = 215492, - [SMALL_STATE(6763)] = 215508, - [SMALL_STATE(6764)] = 215524, - [SMALL_STATE(6765)] = 215538, - [SMALL_STATE(6766)] = 215550, - [SMALL_STATE(6767)] = 215566, - [SMALL_STATE(6768)] = 215580, - [SMALL_STATE(6769)] = 215596, - [SMALL_STATE(6770)] = 215612, - [SMALL_STATE(6771)] = 215628, - [SMALL_STATE(6772)] = 215644, - [SMALL_STATE(6773)] = 215660, - [SMALL_STATE(6774)] = 215676, - [SMALL_STATE(6775)] = 215688, - [SMALL_STATE(6776)] = 215704, - [SMALL_STATE(6777)] = 215720, - [SMALL_STATE(6778)] = 215736, - [SMALL_STATE(6779)] = 215752, - [SMALL_STATE(6780)] = 215764, - [SMALL_STATE(6781)] = 215778, - [SMALL_STATE(6782)] = 215794, - [SMALL_STATE(6783)] = 215810, - [SMALL_STATE(6784)] = 215826, - [SMALL_STATE(6785)] = 215842, - [SMALL_STATE(6786)] = 215856, - [SMALL_STATE(6787)] = 215872, - [SMALL_STATE(6788)] = 215888, - [SMALL_STATE(6789)] = 215904, - [SMALL_STATE(6790)] = 215920, - [SMALL_STATE(6791)] = 215932, - [SMALL_STATE(6792)] = 215944, - [SMALL_STATE(6793)] = 215960, - [SMALL_STATE(6794)] = 215972, - [SMALL_STATE(6795)] = 215988, - [SMALL_STATE(6796)] = 216002, - [SMALL_STATE(6797)] = 216018, - [SMALL_STATE(6798)] = 216034, - [SMALL_STATE(6799)] = 216050, - [SMALL_STATE(6800)] = 216066, - [SMALL_STATE(6801)] = 216082, - [SMALL_STATE(6802)] = 216098, - [SMALL_STATE(6803)] = 216114, - [SMALL_STATE(6804)] = 216130, - [SMALL_STATE(6805)] = 216146, - [SMALL_STATE(6806)] = 216162, - [SMALL_STATE(6807)] = 216178, - [SMALL_STATE(6808)] = 216192, - [SMALL_STATE(6809)] = 216204, - [SMALL_STATE(6810)] = 216216, - [SMALL_STATE(6811)] = 216230, - [SMALL_STATE(6812)] = 216242, - [SMALL_STATE(6813)] = 216254, - [SMALL_STATE(6814)] = 216268, - [SMALL_STATE(6815)] = 216284, - [SMALL_STATE(6816)] = 216296, - [SMALL_STATE(6817)] = 216312, - [SMALL_STATE(6818)] = 216326, - [SMALL_STATE(6819)] = 216342, - [SMALL_STATE(6820)] = 216358, - [SMALL_STATE(6821)] = 216374, - [SMALL_STATE(6822)] = 216390, - [SMALL_STATE(6823)] = 216406, - [SMALL_STATE(6824)] = 216422, - [SMALL_STATE(6825)] = 216438, - [SMALL_STATE(6826)] = 216454, - [SMALL_STATE(6827)] = 216470, - [SMALL_STATE(6828)] = 216486, - [SMALL_STATE(6829)] = 216502, - [SMALL_STATE(6830)] = 216518, - [SMALL_STATE(6831)] = 216530, - [SMALL_STATE(6832)] = 216544, - [SMALL_STATE(6833)] = 216560, - [SMALL_STATE(6834)] = 216572, - [SMALL_STATE(6835)] = 216584, - [SMALL_STATE(6836)] = 216598, - [SMALL_STATE(6837)] = 216614, - [SMALL_STATE(6838)] = 216626, - [SMALL_STATE(6839)] = 216638, - [SMALL_STATE(6840)] = 216652, - [SMALL_STATE(6841)] = 216668, - [SMALL_STATE(6842)] = 216684, - [SMALL_STATE(6843)] = 216700, - [SMALL_STATE(6844)] = 216716, - [SMALL_STATE(6845)] = 216732, - [SMALL_STATE(6846)] = 216748, - [SMALL_STATE(6847)] = 216764, - [SMALL_STATE(6848)] = 216780, - [SMALL_STATE(6849)] = 216796, - [SMALL_STATE(6850)] = 216812, - [SMALL_STATE(6851)] = 216826, - [SMALL_STATE(6852)] = 216842, - [SMALL_STATE(6853)] = 216856, - [SMALL_STATE(6854)] = 216870, - [SMALL_STATE(6855)] = 216886, - [SMALL_STATE(6856)] = 216902, - [SMALL_STATE(6857)] = 216918, - [SMALL_STATE(6858)] = 216934, - [SMALL_STATE(6859)] = 216950, - [SMALL_STATE(6860)] = 216966, - [SMALL_STATE(6861)] = 216980, - [SMALL_STATE(6862)] = 216996, - [SMALL_STATE(6863)] = 217012, - [SMALL_STATE(6864)] = 217028, - [SMALL_STATE(6865)] = 217040, - [SMALL_STATE(6866)] = 217056, - [SMALL_STATE(6867)] = 217070, - [SMALL_STATE(6868)] = 217086, - [SMALL_STATE(6869)] = 217102, - [SMALL_STATE(6870)] = 217116, - [SMALL_STATE(6871)] = 217132, - [SMALL_STATE(6872)] = 217144, - [SMALL_STATE(6873)] = 217160, - [SMALL_STATE(6874)] = 217176, - [SMALL_STATE(6875)] = 217188, - [SMALL_STATE(6876)] = 217204, - [SMALL_STATE(6877)] = 217220, - [SMALL_STATE(6878)] = 217236, - [SMALL_STATE(6879)] = 217250, - [SMALL_STATE(6880)] = 217266, - [SMALL_STATE(6881)] = 217280, - [SMALL_STATE(6882)] = 217296, - [SMALL_STATE(6883)] = 217312, - [SMALL_STATE(6884)] = 217328, - [SMALL_STATE(6885)] = 217344, - [SMALL_STATE(6886)] = 217360, - [SMALL_STATE(6887)] = 217376, - [SMALL_STATE(6888)] = 217392, - [SMALL_STATE(6889)] = 217408, - [SMALL_STATE(6890)] = 217424, - [SMALL_STATE(6891)] = 217438, - [SMALL_STATE(6892)] = 217454, - [SMALL_STATE(6893)] = 217470, - [SMALL_STATE(6894)] = 217486, - [SMALL_STATE(6895)] = 217502, - [SMALL_STATE(6896)] = 217518, - [SMALL_STATE(6897)] = 217532, - [SMALL_STATE(6898)] = 217548, - [SMALL_STATE(6899)] = 217564, - [SMALL_STATE(6900)] = 217580, - [SMALL_STATE(6901)] = 217596, - [SMALL_STATE(6902)] = 217612, - [SMALL_STATE(6903)] = 217628, - [SMALL_STATE(6904)] = 217644, - [SMALL_STATE(6905)] = 217660, - [SMALL_STATE(6906)] = 217672, - [SMALL_STATE(6907)] = 217688, - [SMALL_STATE(6908)] = 217704, - [SMALL_STATE(6909)] = 217720, - [SMALL_STATE(6910)] = 217736, - [SMALL_STATE(6911)] = 217752, - [SMALL_STATE(6912)] = 217768, - [SMALL_STATE(6913)] = 217784, - [SMALL_STATE(6914)] = 217800, - [SMALL_STATE(6915)] = 217816, - [SMALL_STATE(6916)] = 217832, - [SMALL_STATE(6917)] = 217848, - [SMALL_STATE(6918)] = 217864, - [SMALL_STATE(6919)] = 217880, - [SMALL_STATE(6920)] = 217896, - [SMALL_STATE(6921)] = 217912, - [SMALL_STATE(6922)] = 217928, - [SMALL_STATE(6923)] = 217942, - [SMALL_STATE(6924)] = 217958, - [SMALL_STATE(6925)] = 217974, - [SMALL_STATE(6926)] = 217990, - [SMALL_STATE(6927)] = 218006, - [SMALL_STATE(6928)] = 218022, - [SMALL_STATE(6929)] = 218038, - [SMALL_STATE(6930)] = 218054, - [SMALL_STATE(6931)] = 218070, - [SMALL_STATE(6932)] = 218086, - [SMALL_STATE(6933)] = 218098, - [SMALL_STATE(6934)] = 218110, - [SMALL_STATE(6935)] = 218126, - [SMALL_STATE(6936)] = 218142, - [SMALL_STATE(6937)] = 218154, - [SMALL_STATE(6938)] = 218166, - [SMALL_STATE(6939)] = 218180, - [SMALL_STATE(6940)] = 218192, - [SMALL_STATE(6941)] = 218204, - [SMALL_STATE(6942)] = 218216, - [SMALL_STATE(6943)] = 218228, - [SMALL_STATE(6944)] = 218240, - [SMALL_STATE(6945)] = 218254, - [SMALL_STATE(6946)] = 218266, - [SMALL_STATE(6947)] = 218282, - [SMALL_STATE(6948)] = 218298, - [SMALL_STATE(6949)] = 218310, - [SMALL_STATE(6950)] = 218326, - [SMALL_STATE(6951)] = 218342, - [SMALL_STATE(6952)] = 218358, - [SMALL_STATE(6953)] = 218370, - [SMALL_STATE(6954)] = 218384, - [SMALL_STATE(6955)] = 218400, - [SMALL_STATE(6956)] = 218416, - [SMALL_STATE(6957)] = 218432, - [SMALL_STATE(6958)] = 218448, - [SMALL_STATE(6959)] = 218462, - [SMALL_STATE(6960)] = 218474, - [SMALL_STATE(6961)] = 218490, - [SMALL_STATE(6962)] = 218502, - [SMALL_STATE(6963)] = 218514, - [SMALL_STATE(6964)] = 218526, - [SMALL_STATE(6965)] = 218538, - [SMALL_STATE(6966)] = 218550, - [SMALL_STATE(6967)] = 218566, - [SMALL_STATE(6968)] = 218580, - [SMALL_STATE(6969)] = 218594, - [SMALL_STATE(6970)] = 218606, - [SMALL_STATE(6971)] = 218620, - [SMALL_STATE(6972)] = 218636, - [SMALL_STATE(6973)] = 218648, - [SMALL_STATE(6974)] = 218664, - [SMALL_STATE(6975)] = 218678, - [SMALL_STATE(6976)] = 218694, - [SMALL_STATE(6977)] = 218710, - [SMALL_STATE(6978)] = 218724, - [SMALL_STATE(6979)] = 218740, - [SMALL_STATE(6980)] = 218756, - [SMALL_STATE(6981)] = 218770, - [SMALL_STATE(6982)] = 218786, - [SMALL_STATE(6983)] = 218798, - [SMALL_STATE(6984)] = 218812, - [SMALL_STATE(6985)] = 218828, - [SMALL_STATE(6986)] = 218844, - [SMALL_STATE(6987)] = 218858, - [SMALL_STATE(6988)] = 218870, - [SMALL_STATE(6989)] = 218882, - [SMALL_STATE(6990)] = 218898, - [SMALL_STATE(6991)] = 218912, - [SMALL_STATE(6992)] = 218928, - [SMALL_STATE(6993)] = 218944, - [SMALL_STATE(6994)] = 218960, - [SMALL_STATE(6995)] = 218976, - [SMALL_STATE(6996)] = 218992, - [SMALL_STATE(6997)] = 219004, - [SMALL_STATE(6998)] = 219020, - [SMALL_STATE(6999)] = 219036, - [SMALL_STATE(7000)] = 219048, - [SMALL_STATE(7001)] = 219064, - [SMALL_STATE(7002)] = 219080, - [SMALL_STATE(7003)] = 219096, - [SMALL_STATE(7004)] = 219108, - [SMALL_STATE(7005)] = 219124, - [SMALL_STATE(7006)] = 219138, - [SMALL_STATE(7007)] = 219154, - [SMALL_STATE(7008)] = 219166, - [SMALL_STATE(7009)] = 219178, - [SMALL_STATE(7010)] = 219194, - [SMALL_STATE(7011)] = 219210, - [SMALL_STATE(7012)] = 219226, - [SMALL_STATE(7013)] = 219242, - [SMALL_STATE(7014)] = 219258, - [SMALL_STATE(7015)] = 219274, - [SMALL_STATE(7016)] = 219290, - [SMALL_STATE(7017)] = 219302, - [SMALL_STATE(7018)] = 219316, - [SMALL_STATE(7019)] = 219330, - [SMALL_STATE(7020)] = 219342, - [SMALL_STATE(7021)] = 219354, - [SMALL_STATE(7022)] = 219370, - [SMALL_STATE(7023)] = 219386, - [SMALL_STATE(7024)] = 219402, - [SMALL_STATE(7025)] = 219416, - [SMALL_STATE(7026)] = 219430, - [SMALL_STATE(7027)] = 219442, - [SMALL_STATE(7028)] = 219454, - [SMALL_STATE(7029)] = 219468, - [SMALL_STATE(7030)] = 219482, - [SMALL_STATE(7031)] = 219494, - [SMALL_STATE(7032)] = 219508, - [SMALL_STATE(7033)] = 219524, - [SMALL_STATE(7034)] = 219536, - [SMALL_STATE(7035)] = 219552, - [SMALL_STATE(7036)] = 219566, - [SMALL_STATE(7037)] = 219582, - [SMALL_STATE(7038)] = 219598, - [SMALL_STATE(7039)] = 219614, - [SMALL_STATE(7040)] = 219630, - [SMALL_STATE(7041)] = 219644, - [SMALL_STATE(7042)] = 219660, - [SMALL_STATE(7043)] = 219676, - [SMALL_STATE(7044)] = 219688, - [SMALL_STATE(7045)] = 219702, - [SMALL_STATE(7046)] = 219718, - [SMALL_STATE(7047)] = 219730, - [SMALL_STATE(7048)] = 219742, - [SMALL_STATE(7049)] = 219756, - [SMALL_STATE(7050)] = 219770, - [SMALL_STATE(7051)] = 219786, - [SMALL_STATE(7052)] = 219802, - [SMALL_STATE(7053)] = 219816, - [SMALL_STATE(7054)] = 219830, - [SMALL_STATE(7055)] = 219842, - [SMALL_STATE(7056)] = 219856, - [SMALL_STATE(7057)] = 219872, - [SMALL_STATE(7058)] = 219886, - [SMALL_STATE(7059)] = 219900, - [SMALL_STATE(7060)] = 219916, - [SMALL_STATE(7061)] = 219932, - [SMALL_STATE(7062)] = 219946, - [SMALL_STATE(7063)] = 219962, - [SMALL_STATE(7064)] = 219978, - [SMALL_STATE(7065)] = 219994, - [SMALL_STATE(7066)] = 220006, - [SMALL_STATE(7067)] = 220022, - [SMALL_STATE(7068)] = 220038, - [SMALL_STATE(7069)] = 220054, - [SMALL_STATE(7070)] = 220066, - [SMALL_STATE(7071)] = 220080, - [SMALL_STATE(7072)] = 220096, - [SMALL_STATE(7073)] = 220110, - [SMALL_STATE(7074)] = 220126, - [SMALL_STATE(7075)] = 220142, - [SMALL_STATE(7076)] = 220158, - [SMALL_STATE(7077)] = 220174, - [SMALL_STATE(7078)] = 220190, - [SMALL_STATE(7079)] = 220204, - [SMALL_STATE(7080)] = 220218, - [SMALL_STATE(7081)] = 220230, - [SMALL_STATE(7082)] = 220244, - [SMALL_STATE(7083)] = 220260, - [SMALL_STATE(7084)] = 220276, - [SMALL_STATE(7085)] = 220292, - [SMALL_STATE(7086)] = 220308, - [SMALL_STATE(7087)] = 220324, - [SMALL_STATE(7088)] = 220340, - [SMALL_STATE(7089)] = 220354, - [SMALL_STATE(7090)] = 220368, - [SMALL_STATE(7091)] = 220380, - [SMALL_STATE(7092)] = 220392, - [SMALL_STATE(7093)] = 220408, - [SMALL_STATE(7094)] = 220424, - [SMALL_STATE(7095)] = 220438, - [SMALL_STATE(7096)] = 220454, - [SMALL_STATE(7097)] = 220470, - [SMALL_STATE(7098)] = 220484, - [SMALL_STATE(7099)] = 220498, - [SMALL_STATE(7100)] = 220510, - [SMALL_STATE(7101)] = 220524, - [SMALL_STATE(7102)] = 220538, - [SMALL_STATE(7103)] = 220554, - [SMALL_STATE(7104)] = 220570, - [SMALL_STATE(7105)] = 220586, - [SMALL_STATE(7106)] = 220602, - [SMALL_STATE(7107)] = 220616, - [SMALL_STATE(7108)] = 220630, - [SMALL_STATE(7109)] = 220644, - [SMALL_STATE(7110)] = 220658, - [SMALL_STATE(7111)] = 220672, - [SMALL_STATE(7112)] = 220688, - [SMALL_STATE(7113)] = 220704, - [SMALL_STATE(7114)] = 220720, - [SMALL_STATE(7115)] = 220736, - [SMALL_STATE(7116)] = 220750, - [SMALL_STATE(7117)] = 220762, - [SMALL_STATE(7118)] = 220776, - [SMALL_STATE(7119)] = 220788, - [SMALL_STATE(7120)] = 220802, - [SMALL_STATE(7121)] = 220818, - [SMALL_STATE(7122)] = 220834, - [SMALL_STATE(7123)] = 220850, - [SMALL_STATE(7124)] = 220866, - [SMALL_STATE(7125)] = 220880, - [SMALL_STATE(7126)] = 220892, - [SMALL_STATE(7127)] = 220906, - [SMALL_STATE(7128)] = 220922, - [SMALL_STATE(7129)] = 220938, - [SMALL_STATE(7130)] = 220954, - [SMALL_STATE(7131)] = 220970, - [SMALL_STATE(7132)] = 220984, - [SMALL_STATE(7133)] = 221000, - [SMALL_STATE(7134)] = 221014, - [SMALL_STATE(7135)] = 221030, - [SMALL_STATE(7136)] = 221042, - [SMALL_STATE(7137)] = 221058, - [SMALL_STATE(7138)] = 221074, - [SMALL_STATE(7139)] = 221090, - [SMALL_STATE(7140)] = 221106, - [SMALL_STATE(7141)] = 221122, - [SMALL_STATE(7142)] = 221136, - [SMALL_STATE(7143)] = 221150, - [SMALL_STATE(7144)] = 221162, - [SMALL_STATE(7145)] = 221176, - [SMALL_STATE(7146)] = 221188, - [SMALL_STATE(7147)] = 221202, - [SMALL_STATE(7148)] = 221218, - [SMALL_STATE(7149)] = 221234, - [SMALL_STATE(7150)] = 221248, - [SMALL_STATE(7151)] = 221264, - [SMALL_STATE(7152)] = 221280, - [SMALL_STATE(7153)] = 221294, - [SMALL_STATE(7154)] = 221308, - [SMALL_STATE(7155)] = 221320, - [SMALL_STATE(7156)] = 221336, - [SMALL_STATE(7157)] = 221352, - [SMALL_STATE(7158)] = 221368, - [SMALL_STATE(7159)] = 221384, - [SMALL_STATE(7160)] = 221398, - [SMALL_STATE(7161)] = 221412, - [SMALL_STATE(7162)] = 221428, - [SMALL_STATE(7163)] = 221444, - [SMALL_STATE(7164)] = 221458, - [SMALL_STATE(7165)] = 221474, - [SMALL_STATE(7166)] = 221490, - [SMALL_STATE(7167)] = 221504, - [SMALL_STATE(7168)] = 221518, - [SMALL_STATE(7169)] = 221532, - [SMALL_STATE(7170)] = 221548, - [SMALL_STATE(7171)] = 221564, - [SMALL_STATE(7172)] = 221576, - [SMALL_STATE(7173)] = 221592, - [SMALL_STATE(7174)] = 221608, - [SMALL_STATE(7175)] = 221622, - [SMALL_STATE(7176)] = 221636, - [SMALL_STATE(7177)] = 221652, - [SMALL_STATE(7178)] = 221668, - [SMALL_STATE(7179)] = 221684, - [SMALL_STATE(7180)] = 221696, - [SMALL_STATE(7181)] = 221712, - [SMALL_STATE(7182)] = 221728, - [SMALL_STATE(7183)] = 221740, - [SMALL_STATE(7184)] = 221754, - [SMALL_STATE(7185)] = 221766, - [SMALL_STATE(7186)] = 221778, - [SMALL_STATE(7187)] = 221792, - [SMALL_STATE(7188)] = 221804, - [SMALL_STATE(7189)] = 221818, - [SMALL_STATE(7190)] = 221834, - [SMALL_STATE(7191)] = 221848, - [SMALL_STATE(7192)] = 221862, - [SMALL_STATE(7193)] = 221876, - [SMALL_STATE(7194)] = 221892, - [SMALL_STATE(7195)] = 221908, - [SMALL_STATE(7196)] = 221922, - [SMALL_STATE(7197)] = 221936, - [SMALL_STATE(7198)] = 221950, - [SMALL_STATE(7199)] = 221966, - [SMALL_STATE(7200)] = 221982, - [SMALL_STATE(7201)] = 221998, - [SMALL_STATE(7202)] = 222014, - [SMALL_STATE(7203)] = 222030, - [SMALL_STATE(7204)] = 222043, - [SMALL_STATE(7205)] = 222056, - [SMALL_STATE(7206)] = 222069, - [SMALL_STATE(7207)] = 222082, - [SMALL_STATE(7208)] = 222095, - [SMALL_STATE(7209)] = 222108, - [SMALL_STATE(7210)] = 222121, - [SMALL_STATE(7211)] = 222134, - [SMALL_STATE(7212)] = 222145, - [SMALL_STATE(7213)] = 222158, - [SMALL_STATE(7214)] = 222171, - [SMALL_STATE(7215)] = 222184, - [SMALL_STATE(7216)] = 222197, - [SMALL_STATE(7217)] = 222210, - [SMALL_STATE(7218)] = 222223, - [SMALL_STATE(7219)] = 222236, - [SMALL_STATE(7220)] = 222249, - [SMALL_STATE(7221)] = 222262, - [SMALL_STATE(7222)] = 222275, - [SMALL_STATE(7223)] = 222288, - [SMALL_STATE(7224)] = 222301, - [SMALL_STATE(7225)] = 222314, - [SMALL_STATE(7226)] = 222327, - [SMALL_STATE(7227)] = 222340, - [SMALL_STATE(7228)] = 222351, - [SMALL_STATE(7229)] = 222364, - [SMALL_STATE(7230)] = 222377, - [SMALL_STATE(7231)] = 222390, - [SMALL_STATE(7232)] = 222403, - [SMALL_STATE(7233)] = 222416, - [SMALL_STATE(7234)] = 222429, - [SMALL_STATE(7235)] = 222442, - [SMALL_STATE(7236)] = 222455, - [SMALL_STATE(7237)] = 222468, - [SMALL_STATE(7238)] = 222481, - [SMALL_STATE(7239)] = 222494, - [SMALL_STATE(7240)] = 222507, - [SMALL_STATE(7241)] = 222518, - [SMALL_STATE(7242)] = 222531, - [SMALL_STATE(7243)] = 222544, - [SMALL_STATE(7244)] = 222557, - [SMALL_STATE(7245)] = 222570, - [SMALL_STATE(7246)] = 222583, - [SMALL_STATE(7247)] = 222596, - [SMALL_STATE(7248)] = 222609, - [SMALL_STATE(7249)] = 222620, - [SMALL_STATE(7250)] = 222633, - [SMALL_STATE(7251)] = 222646, - [SMALL_STATE(7252)] = 222659, - [SMALL_STATE(7253)] = 222672, - [SMALL_STATE(7254)] = 222685, - [SMALL_STATE(7255)] = 222698, - [SMALL_STATE(7256)] = 222711, - [SMALL_STATE(7257)] = 222724, - [SMALL_STATE(7258)] = 222735, - [SMALL_STATE(7259)] = 222748, - [SMALL_STATE(7260)] = 222761, - [SMALL_STATE(7261)] = 222772, - [SMALL_STATE(7262)] = 222785, - [SMALL_STATE(7263)] = 222798, - [SMALL_STATE(7264)] = 222811, - [SMALL_STATE(7265)] = 222824, - [SMALL_STATE(7266)] = 222837, - [SMALL_STATE(7267)] = 222850, - [SMALL_STATE(7268)] = 222863, - [SMALL_STATE(7269)] = 222876, - [SMALL_STATE(7270)] = 222889, - [SMALL_STATE(7271)] = 222902, - [SMALL_STATE(7272)] = 222915, - [SMALL_STATE(7273)] = 222928, - [SMALL_STATE(7274)] = 222941, - [SMALL_STATE(7275)] = 222954, - [SMALL_STATE(7276)] = 222967, - [SMALL_STATE(7277)] = 222980, - [SMALL_STATE(7278)] = 222993, - [SMALL_STATE(7279)] = 223006, - [SMALL_STATE(7280)] = 223019, - [SMALL_STATE(7281)] = 223032, - [SMALL_STATE(7282)] = 223045, - [SMALL_STATE(7283)] = 223058, - [SMALL_STATE(7284)] = 223071, - [SMALL_STATE(7285)] = 223084, - [SMALL_STATE(7286)] = 223097, - [SMALL_STATE(7287)] = 223110, - [SMALL_STATE(7288)] = 223123, - [SMALL_STATE(7289)] = 223136, - [SMALL_STATE(7290)] = 223149, - [SMALL_STATE(7291)] = 223162, - [SMALL_STATE(7292)] = 223175, - [SMALL_STATE(7293)] = 223188, - [SMALL_STATE(7294)] = 223201, - [SMALL_STATE(7295)] = 223214, - [SMALL_STATE(7296)] = 223227, - [SMALL_STATE(7297)] = 223240, - [SMALL_STATE(7298)] = 223253, - [SMALL_STATE(7299)] = 223266, - [SMALL_STATE(7300)] = 223279, - [SMALL_STATE(7301)] = 223292, - [SMALL_STATE(7302)] = 223305, - [SMALL_STATE(7303)] = 223318, - [SMALL_STATE(7304)] = 223331, - [SMALL_STATE(7305)] = 223344, - [SMALL_STATE(7306)] = 223357, - [SMALL_STATE(7307)] = 223370, - [SMALL_STATE(7308)] = 223383, - [SMALL_STATE(7309)] = 223396, - [SMALL_STATE(7310)] = 223409, - [SMALL_STATE(7311)] = 223422, - [SMALL_STATE(7312)] = 223433, - [SMALL_STATE(7313)] = 223446, - [SMALL_STATE(7314)] = 223459, - [SMALL_STATE(7315)] = 223470, - [SMALL_STATE(7316)] = 223483, - [SMALL_STATE(7317)] = 223496, - [SMALL_STATE(7318)] = 223507, - [SMALL_STATE(7319)] = 223520, - [SMALL_STATE(7320)] = 223533, - [SMALL_STATE(7321)] = 223546, - [SMALL_STATE(7322)] = 223559, - [SMALL_STATE(7323)] = 223572, - [SMALL_STATE(7324)] = 223585, - [SMALL_STATE(7325)] = 223598, - [SMALL_STATE(7326)] = 223611, - [SMALL_STATE(7327)] = 223624, - [SMALL_STATE(7328)] = 223637, - [SMALL_STATE(7329)] = 223650, - [SMALL_STATE(7330)] = 223663, - [SMALL_STATE(7331)] = 223676, - [SMALL_STATE(7332)] = 223689, - [SMALL_STATE(7333)] = 223700, - [SMALL_STATE(7334)] = 223713, - [SMALL_STATE(7335)] = 223726, - [SMALL_STATE(7336)] = 223739, - [SMALL_STATE(7337)] = 223752, - [SMALL_STATE(7338)] = 223765, - [SMALL_STATE(7339)] = 223778, - [SMALL_STATE(7340)] = 223791, - [SMALL_STATE(7341)] = 223804, - [SMALL_STATE(7342)] = 223817, - [SMALL_STATE(7343)] = 223830, - [SMALL_STATE(7344)] = 223843, - [SMALL_STATE(7345)] = 223856, - [SMALL_STATE(7346)] = 223869, - [SMALL_STATE(7347)] = 223882, - [SMALL_STATE(7348)] = 223895, - [SMALL_STATE(7349)] = 223908, - [SMALL_STATE(7350)] = 223921, - [SMALL_STATE(7351)] = 223934, - [SMALL_STATE(7352)] = 223947, - [SMALL_STATE(7353)] = 223960, - [SMALL_STATE(7354)] = 223973, - [SMALL_STATE(7355)] = 223986, - [SMALL_STATE(7356)] = 223999, - [SMALL_STATE(7357)] = 224012, - [SMALL_STATE(7358)] = 224025, - [SMALL_STATE(7359)] = 224038, - [SMALL_STATE(7360)] = 224051, - [SMALL_STATE(7361)] = 224064, - [SMALL_STATE(7362)] = 224077, - [SMALL_STATE(7363)] = 224090, - [SMALL_STATE(7364)] = 224103, - [SMALL_STATE(7365)] = 224116, - [SMALL_STATE(7366)] = 224129, - [SMALL_STATE(7367)] = 224142, - [SMALL_STATE(7368)] = 224155, - [SMALL_STATE(7369)] = 224168, - [SMALL_STATE(7370)] = 224181, - [SMALL_STATE(7371)] = 224191, - [SMALL_STATE(7372)] = 224201, - [SMALL_STATE(7373)] = 224211, - [SMALL_STATE(7374)] = 224221, - [SMALL_STATE(7375)] = 224231, - [SMALL_STATE(7376)] = 224241, - [SMALL_STATE(7377)] = 224251, - [SMALL_STATE(7378)] = 224261, - [SMALL_STATE(7379)] = 224271, - [SMALL_STATE(7380)] = 224281, - [SMALL_STATE(7381)] = 224291, - [SMALL_STATE(7382)] = 224301, - [SMALL_STATE(7383)] = 224311, - [SMALL_STATE(7384)] = 224321, - [SMALL_STATE(7385)] = 224331, - [SMALL_STATE(7386)] = 224341, - [SMALL_STATE(7387)] = 224351, - [SMALL_STATE(7388)] = 224361, - [SMALL_STATE(7389)] = 224371, - [SMALL_STATE(7390)] = 224381, - [SMALL_STATE(7391)] = 224391, - [SMALL_STATE(7392)] = 224401, - [SMALL_STATE(7393)] = 224411, - [SMALL_STATE(7394)] = 224421, - [SMALL_STATE(7395)] = 224431, - [SMALL_STATE(7396)] = 224441, - [SMALL_STATE(7397)] = 224451, - [SMALL_STATE(7398)] = 224461, - [SMALL_STATE(7399)] = 224471, - [SMALL_STATE(7400)] = 224481, - [SMALL_STATE(7401)] = 224491, - [SMALL_STATE(7402)] = 224501, - [SMALL_STATE(7403)] = 224511, - [SMALL_STATE(7404)] = 224521, - [SMALL_STATE(7405)] = 224531, - [SMALL_STATE(7406)] = 224541, - [SMALL_STATE(7407)] = 224551, - [SMALL_STATE(7408)] = 224561, - [SMALL_STATE(7409)] = 224571, - [SMALL_STATE(7410)] = 224581, - [SMALL_STATE(7411)] = 224591, - [SMALL_STATE(7412)] = 224601, - [SMALL_STATE(7413)] = 224611, - [SMALL_STATE(7414)] = 224621, - [SMALL_STATE(7415)] = 224631, - [SMALL_STATE(7416)] = 224641, - [SMALL_STATE(7417)] = 224651, - [SMALL_STATE(7418)] = 224661, - [SMALL_STATE(7419)] = 224671, - [SMALL_STATE(7420)] = 224681, - [SMALL_STATE(7421)] = 224691, - [SMALL_STATE(7422)] = 224701, - [SMALL_STATE(7423)] = 224711, - [SMALL_STATE(7424)] = 224721, - [SMALL_STATE(7425)] = 224731, - [SMALL_STATE(7426)] = 224741, - [SMALL_STATE(7427)] = 224751, - [SMALL_STATE(7428)] = 224761, - [SMALL_STATE(7429)] = 224771, - [SMALL_STATE(7430)] = 224781, - [SMALL_STATE(7431)] = 224791, - [SMALL_STATE(7432)] = 224801, - [SMALL_STATE(7433)] = 224811, - [SMALL_STATE(7434)] = 224821, - [SMALL_STATE(7435)] = 224831, - [SMALL_STATE(7436)] = 224841, - [SMALL_STATE(7437)] = 224851, - [SMALL_STATE(7438)] = 224861, - [SMALL_STATE(7439)] = 224871, - [SMALL_STATE(7440)] = 224881, - [SMALL_STATE(7441)] = 224891, - [SMALL_STATE(7442)] = 224901, - [SMALL_STATE(7443)] = 224911, - [SMALL_STATE(7444)] = 224921, - [SMALL_STATE(7445)] = 224931, - [SMALL_STATE(7446)] = 224941, - [SMALL_STATE(7447)] = 224951, - [SMALL_STATE(7448)] = 224961, - [SMALL_STATE(7449)] = 224971, - [SMALL_STATE(7450)] = 224981, - [SMALL_STATE(7451)] = 224991, - [SMALL_STATE(7452)] = 225001, - [SMALL_STATE(7453)] = 225011, - [SMALL_STATE(7454)] = 225021, - [SMALL_STATE(7455)] = 225031, - [SMALL_STATE(7456)] = 225041, - [SMALL_STATE(7457)] = 225051, - [SMALL_STATE(7458)] = 225061, - [SMALL_STATE(7459)] = 225071, - [SMALL_STATE(7460)] = 225081, - [SMALL_STATE(7461)] = 225091, - [SMALL_STATE(7462)] = 225101, - [SMALL_STATE(7463)] = 225111, - [SMALL_STATE(7464)] = 225121, - [SMALL_STATE(7465)] = 225131, - [SMALL_STATE(7466)] = 225141, - [SMALL_STATE(7467)] = 225151, - [SMALL_STATE(7468)] = 225161, - [SMALL_STATE(7469)] = 225171, - [SMALL_STATE(7470)] = 225181, - [SMALL_STATE(7471)] = 225191, - [SMALL_STATE(7472)] = 225201, - [SMALL_STATE(7473)] = 225211, - [SMALL_STATE(7474)] = 225221, - [SMALL_STATE(7475)] = 225231, - [SMALL_STATE(7476)] = 225241, - [SMALL_STATE(7477)] = 225251, - [SMALL_STATE(7478)] = 225261, - [SMALL_STATE(7479)] = 225271, - [SMALL_STATE(7480)] = 225281, - [SMALL_STATE(7481)] = 225291, - [SMALL_STATE(7482)] = 225301, - [SMALL_STATE(7483)] = 225311, - [SMALL_STATE(7484)] = 225321, - [SMALL_STATE(7485)] = 225331, - [SMALL_STATE(7486)] = 225341, - [SMALL_STATE(7487)] = 225351, - [SMALL_STATE(7488)] = 225361, - [SMALL_STATE(7489)] = 225371, - [SMALL_STATE(7490)] = 225381, - [SMALL_STATE(7491)] = 225391, - [SMALL_STATE(7492)] = 225401, - [SMALL_STATE(7493)] = 225411, - [SMALL_STATE(7494)] = 225421, - [SMALL_STATE(7495)] = 225431, - [SMALL_STATE(7496)] = 225441, - [SMALL_STATE(7497)] = 225451, - [SMALL_STATE(7498)] = 225461, - [SMALL_STATE(7499)] = 225471, - [SMALL_STATE(7500)] = 225481, - [SMALL_STATE(7501)] = 225491, - [SMALL_STATE(7502)] = 225501, - [SMALL_STATE(7503)] = 225511, - [SMALL_STATE(7504)] = 225521, - [SMALL_STATE(7505)] = 225531, - [SMALL_STATE(7506)] = 225541, - [SMALL_STATE(7507)] = 225551, - [SMALL_STATE(7508)] = 225561, - [SMALL_STATE(7509)] = 225571, - [SMALL_STATE(7510)] = 225581, - [SMALL_STATE(7511)] = 225591, - [SMALL_STATE(7512)] = 225601, - [SMALL_STATE(7513)] = 225611, - [SMALL_STATE(7514)] = 225621, - [SMALL_STATE(7515)] = 225631, - [SMALL_STATE(7516)] = 225641, - [SMALL_STATE(7517)] = 225651, - [SMALL_STATE(7518)] = 225661, - [SMALL_STATE(7519)] = 225671, - [SMALL_STATE(7520)] = 225681, - [SMALL_STATE(7521)] = 225691, - [SMALL_STATE(7522)] = 225701, - [SMALL_STATE(7523)] = 225711, - [SMALL_STATE(7524)] = 225721, - [SMALL_STATE(7525)] = 225731, - [SMALL_STATE(7526)] = 225741, - [SMALL_STATE(7527)] = 225751, - [SMALL_STATE(7528)] = 225761, - [SMALL_STATE(7529)] = 225771, - [SMALL_STATE(7530)] = 225781, - [SMALL_STATE(7531)] = 225791, - [SMALL_STATE(7532)] = 225801, - [SMALL_STATE(7533)] = 225811, - [SMALL_STATE(7534)] = 225821, - [SMALL_STATE(7535)] = 225831, - [SMALL_STATE(7536)] = 225841, - [SMALL_STATE(7537)] = 225851, - [SMALL_STATE(7538)] = 225861, - [SMALL_STATE(7539)] = 225871, - [SMALL_STATE(7540)] = 225881, - [SMALL_STATE(7541)] = 225891, - [SMALL_STATE(7542)] = 225901, - [SMALL_STATE(7543)] = 225911, - [SMALL_STATE(7544)] = 225921, - [SMALL_STATE(7545)] = 225931, - [SMALL_STATE(7546)] = 225941, - [SMALL_STATE(7547)] = 225951, - [SMALL_STATE(7548)] = 225961, - [SMALL_STATE(7549)] = 225971, - [SMALL_STATE(7550)] = 225981, - [SMALL_STATE(7551)] = 225991, - [SMALL_STATE(7552)] = 226001, - [SMALL_STATE(7553)] = 226011, - [SMALL_STATE(7554)] = 226021, - [SMALL_STATE(7555)] = 226031, - [SMALL_STATE(7556)] = 226041, - [SMALL_STATE(7557)] = 226051, - [SMALL_STATE(7558)] = 226061, - [SMALL_STATE(7559)] = 226071, - [SMALL_STATE(7560)] = 226081, - [SMALL_STATE(7561)] = 226091, - [SMALL_STATE(7562)] = 226101, - [SMALL_STATE(7563)] = 226111, - [SMALL_STATE(7564)] = 226121, - [SMALL_STATE(7565)] = 226131, - [SMALL_STATE(7566)] = 226141, - [SMALL_STATE(7567)] = 226151, - [SMALL_STATE(7568)] = 226161, - [SMALL_STATE(7569)] = 226171, - [SMALL_STATE(7570)] = 226181, - [SMALL_STATE(7571)] = 226191, - [SMALL_STATE(7572)] = 226201, - [SMALL_STATE(7573)] = 226211, - [SMALL_STATE(7574)] = 226221, - [SMALL_STATE(7575)] = 226231, - [SMALL_STATE(7576)] = 226241, - [SMALL_STATE(7577)] = 226251, - [SMALL_STATE(7578)] = 226261, - [SMALL_STATE(7579)] = 226271, - [SMALL_STATE(7580)] = 226281, - [SMALL_STATE(7581)] = 226291, - [SMALL_STATE(7582)] = 226301, - [SMALL_STATE(7583)] = 226311, - [SMALL_STATE(7584)] = 226321, - [SMALL_STATE(7585)] = 226331, - [SMALL_STATE(7586)] = 226341, - [SMALL_STATE(7587)] = 226351, - [SMALL_STATE(7588)] = 226361, - [SMALL_STATE(7589)] = 226371, - [SMALL_STATE(7590)] = 226381, - [SMALL_STATE(7591)] = 226391, - [SMALL_STATE(7592)] = 226401, - [SMALL_STATE(7593)] = 226411, - [SMALL_STATE(7594)] = 226421, - [SMALL_STATE(7595)] = 226431, - [SMALL_STATE(7596)] = 226441, - [SMALL_STATE(7597)] = 226451, - [SMALL_STATE(7598)] = 226461, - [SMALL_STATE(7599)] = 226471, - [SMALL_STATE(7600)] = 226481, - [SMALL_STATE(7601)] = 226491, - [SMALL_STATE(7602)] = 226501, - [SMALL_STATE(7603)] = 226511, - [SMALL_STATE(7604)] = 226521, - [SMALL_STATE(7605)] = 226531, - [SMALL_STATE(7606)] = 226541, - [SMALL_STATE(7607)] = 226551, - [SMALL_STATE(7608)] = 226561, - [SMALL_STATE(7609)] = 226571, - [SMALL_STATE(7610)] = 226581, - [SMALL_STATE(7611)] = 226591, - [SMALL_STATE(7612)] = 226601, - [SMALL_STATE(7613)] = 226611, - [SMALL_STATE(7614)] = 226621, - [SMALL_STATE(7615)] = 226631, - [SMALL_STATE(7616)] = 226641, - [SMALL_STATE(7617)] = 226651, - [SMALL_STATE(7618)] = 226661, - [SMALL_STATE(7619)] = 226671, - [SMALL_STATE(7620)] = 226681, - [SMALL_STATE(7621)] = 226691, - [SMALL_STATE(7622)] = 226701, - [SMALL_STATE(7623)] = 226711, - [SMALL_STATE(7624)] = 226721, - [SMALL_STATE(7625)] = 226731, - [SMALL_STATE(7626)] = 226741, - [SMALL_STATE(7627)] = 226751, - [SMALL_STATE(7628)] = 226761, - [SMALL_STATE(7629)] = 226771, - [SMALL_STATE(7630)] = 226781, - [SMALL_STATE(7631)] = 226791, - [SMALL_STATE(7632)] = 226801, - [SMALL_STATE(7633)] = 226811, - [SMALL_STATE(7634)] = 226821, - [SMALL_STATE(7635)] = 226831, - [SMALL_STATE(7636)] = 226841, - [SMALL_STATE(7637)] = 226851, - [SMALL_STATE(7638)] = 226861, - [SMALL_STATE(7639)] = 226871, - [SMALL_STATE(7640)] = 226881, - [SMALL_STATE(7641)] = 226891, - [SMALL_STATE(7642)] = 226901, - [SMALL_STATE(7643)] = 226911, - [SMALL_STATE(7644)] = 226921, - [SMALL_STATE(7645)] = 226931, - [SMALL_STATE(7646)] = 226941, - [SMALL_STATE(7647)] = 226951, - [SMALL_STATE(7648)] = 226961, - [SMALL_STATE(7649)] = 226971, - [SMALL_STATE(7650)] = 226981, - [SMALL_STATE(7651)] = 226991, - [SMALL_STATE(7652)] = 227001, - [SMALL_STATE(7653)] = 227011, - [SMALL_STATE(7654)] = 227021, - [SMALL_STATE(7655)] = 227031, - [SMALL_STATE(7656)] = 227041, - [SMALL_STATE(7657)] = 227051, - [SMALL_STATE(7658)] = 227061, - [SMALL_STATE(7659)] = 227071, - [SMALL_STATE(7660)] = 227081, - [SMALL_STATE(7661)] = 227091, - [SMALL_STATE(7662)] = 227101, - [SMALL_STATE(7663)] = 227111, - [SMALL_STATE(7664)] = 227121, - [SMALL_STATE(7665)] = 227131, - [SMALL_STATE(7666)] = 227141, - [SMALL_STATE(7667)] = 227151, - [SMALL_STATE(7668)] = 227161, - [SMALL_STATE(7669)] = 227171, - [SMALL_STATE(7670)] = 227181, - [SMALL_STATE(7671)] = 227191, - [SMALL_STATE(7672)] = 227201, - [SMALL_STATE(7673)] = 227211, - [SMALL_STATE(7674)] = 227221, - [SMALL_STATE(7675)] = 227231, - [SMALL_STATE(7676)] = 227241, - [SMALL_STATE(7677)] = 227251, - [SMALL_STATE(7678)] = 227261, - [SMALL_STATE(7679)] = 227271, - [SMALL_STATE(7680)] = 227281, - [SMALL_STATE(7681)] = 227291, - [SMALL_STATE(7682)] = 227301, - [SMALL_STATE(7683)] = 227311, - [SMALL_STATE(7684)] = 227321, - [SMALL_STATE(7685)] = 227331, - [SMALL_STATE(7686)] = 227341, - [SMALL_STATE(7687)] = 227351, - [SMALL_STATE(7688)] = 227361, - [SMALL_STATE(7689)] = 227371, - [SMALL_STATE(7690)] = 227381, - [SMALL_STATE(7691)] = 227391, - [SMALL_STATE(7692)] = 227401, - [SMALL_STATE(7693)] = 227411, - [SMALL_STATE(7694)] = 227421, - [SMALL_STATE(7695)] = 227431, - [SMALL_STATE(7696)] = 227441, - [SMALL_STATE(7697)] = 227451, - [SMALL_STATE(7698)] = 227461, - [SMALL_STATE(7699)] = 227471, - [SMALL_STATE(7700)] = 227481, - [SMALL_STATE(7701)] = 227491, - [SMALL_STATE(7702)] = 227501, - [SMALL_STATE(7703)] = 227511, - [SMALL_STATE(7704)] = 227521, - [SMALL_STATE(7705)] = 227531, - [SMALL_STATE(7706)] = 227541, - [SMALL_STATE(7707)] = 227551, - [SMALL_STATE(7708)] = 227561, - [SMALL_STATE(7709)] = 227571, - [SMALL_STATE(7710)] = 227581, - [SMALL_STATE(7711)] = 227591, - [SMALL_STATE(7712)] = 227601, - [SMALL_STATE(7713)] = 227611, - [SMALL_STATE(7714)] = 227621, - [SMALL_STATE(7715)] = 227631, - [SMALL_STATE(7716)] = 227641, - [SMALL_STATE(7717)] = 227651, - [SMALL_STATE(7718)] = 227661, - [SMALL_STATE(7719)] = 227671, - [SMALL_STATE(7720)] = 227681, - [SMALL_STATE(7721)] = 227691, - [SMALL_STATE(7722)] = 227701, - [SMALL_STATE(7723)] = 227711, - [SMALL_STATE(7724)] = 227721, - [SMALL_STATE(7725)] = 227731, - [SMALL_STATE(7726)] = 227741, - [SMALL_STATE(7727)] = 227751, - [SMALL_STATE(7728)] = 227761, - [SMALL_STATE(7729)] = 227771, - [SMALL_STATE(7730)] = 227781, - [SMALL_STATE(7731)] = 227791, - [SMALL_STATE(7732)] = 227801, - [SMALL_STATE(7733)] = 227811, - [SMALL_STATE(7734)] = 227821, - [SMALL_STATE(7735)] = 227831, - [SMALL_STATE(7736)] = 227841, - [SMALL_STATE(7737)] = 227851, - [SMALL_STATE(7738)] = 227861, - [SMALL_STATE(7739)] = 227871, - [SMALL_STATE(7740)] = 227881, - [SMALL_STATE(7741)] = 227891, - [SMALL_STATE(7742)] = 227901, - [SMALL_STATE(7743)] = 227911, - [SMALL_STATE(7744)] = 227921, - [SMALL_STATE(7745)] = 227931, - [SMALL_STATE(7746)] = 227941, - [SMALL_STATE(7747)] = 227951, - [SMALL_STATE(7748)] = 227961, - [SMALL_STATE(7749)] = 227971, - [SMALL_STATE(7750)] = 227981, - [SMALL_STATE(7751)] = 227991, - [SMALL_STATE(7752)] = 228001, - [SMALL_STATE(7753)] = 228011, - [SMALL_STATE(7754)] = 228021, - [SMALL_STATE(7755)] = 228031, - [SMALL_STATE(7756)] = 228041, - [SMALL_STATE(7757)] = 228051, - [SMALL_STATE(7758)] = 228061, - [SMALL_STATE(7759)] = 228071, - [SMALL_STATE(7760)] = 228081, - [SMALL_STATE(7761)] = 228091, - [SMALL_STATE(7762)] = 228101, - [SMALL_STATE(7763)] = 228111, - [SMALL_STATE(7764)] = 228121, - [SMALL_STATE(7765)] = 228131, - [SMALL_STATE(7766)] = 228141, - [SMALL_STATE(7767)] = 228151, - [SMALL_STATE(7768)] = 228161, + [SMALL_STATE(1820)] = 8635, + [SMALL_STATE(1821)] = 8711, + [SMALL_STATE(1822)] = 8783, + [SMALL_STATE(1823)] = 8863, + [SMALL_STATE(1824)] = 8935, + [SMALL_STATE(1825)] = 9007, + [SMALL_STATE(1826)] = 9079, + [SMALL_STATE(1827)] = 9221, + [SMALL_STATE(1828)] = 9293, + [SMALL_STATE(1829)] = 9365, + [SMALL_STATE(1830)] = 9437, + [SMALL_STATE(1831)] = 9509, + [SMALL_STATE(1832)] = 9581, + [SMALL_STATE(1833)] = 9653, + [SMALL_STATE(1834)] = 9725, + [SMALL_STATE(1835)] = 9797, + [SMALL_STATE(1836)] = 9869, + [SMALL_STATE(1837)] = 9941, + [SMALL_STATE(1838)] = 10013, + [SMALL_STATE(1839)] = 10093, + [SMALL_STATE(1840)] = 10165, + [SMALL_STATE(1841)] = 10237, + [SMALL_STATE(1842)] = 10309, + [SMALL_STATE(1843)] = 10381, + [SMALL_STATE(1844)] = 10457, + [SMALL_STATE(1845)] = 10533, + [SMALL_STATE(1846)] = 10605, + [SMALL_STATE(1847)] = 10681, + [SMALL_STATE(1848)] = 10757, + [SMALL_STATE(1849)] = 10829, + [SMALL_STATE(1850)] = 10901, + [SMALL_STATE(1851)] = 10973, + [SMALL_STATE(1852)] = 11045, + [SMALL_STATE(1853)] = 11117, + [SMALL_STATE(1854)] = 11189, + [SMALL_STATE(1855)] = 11261, + [SMALL_STATE(1856)] = 11333, + [SMALL_STATE(1857)] = 11405, + [SMALL_STATE(1858)] = 11477, + [SMALL_STATE(1859)] = 11549, + [SMALL_STATE(1860)] = 11621, + [SMALL_STATE(1861)] = 11693, + [SMALL_STATE(1862)] = 11765, + [SMALL_STATE(1863)] = 11837, + [SMALL_STATE(1864)] = 11909, + [SMALL_STATE(1865)] = 11981, + [SMALL_STATE(1866)] = 12053, + [SMALL_STATE(1867)] = 12125, + [SMALL_STATE(1868)] = 12197, + [SMALL_STATE(1869)] = 12269, + [SMALL_STATE(1870)] = 12341, + [SMALL_STATE(1871)] = 12413, + [SMALL_STATE(1872)] = 12485, + [SMALL_STATE(1873)] = 12561, + [SMALL_STATE(1874)] = 12633, + [SMALL_STATE(1875)] = 12705, + [SMALL_STATE(1876)] = 12781, + [SMALL_STATE(1877)] = 12853, + [SMALL_STATE(1878)] = 12925, + [SMALL_STATE(1879)] = 12997, + [SMALL_STATE(1880)] = 13069, + [SMALL_STATE(1881)] = 13141, + [SMALL_STATE(1882)] = 13213, + [SMALL_STATE(1883)] = 13285, + [SMALL_STATE(1884)] = 13357, + [SMALL_STATE(1885)] = 13429, + [SMALL_STATE(1886)] = 13501, + [SMALL_STATE(1887)] = 13573, + [SMALL_STATE(1888)] = 13645, + [SMALL_STATE(1889)] = 13717, + [SMALL_STATE(1890)] = 13789, + [SMALL_STATE(1891)] = 13861, + [SMALL_STATE(1892)] = 13941, + [SMALL_STATE(1893)] = 14013, + [SMALL_STATE(1894)] = 14085, + [SMALL_STATE(1895)] = 14161, + [SMALL_STATE(1896)] = 14233, + [SMALL_STATE(1897)] = 14305, + [SMALL_STATE(1898)] = 14377, + [SMALL_STATE(1899)] = 14449, + [SMALL_STATE(1900)] = 14521, + [SMALL_STATE(1901)] = 14597, + [SMALL_STATE(1902)] = 14669, + [SMALL_STATE(1903)] = 14741, + [SMALL_STATE(1904)] = 14813, + [SMALL_STATE(1905)] = 14885, + [SMALL_STATE(1906)] = 14957, + [SMALL_STATE(1907)] = 15029, + [SMALL_STATE(1908)] = 15101, + [SMALL_STATE(1909)] = 15173, + [SMALL_STATE(1910)] = 15245, + [SMALL_STATE(1911)] = 15321, + [SMALL_STATE(1912)] = 15397, + [SMALL_STATE(1913)] = 15473, + [SMALL_STATE(1914)] = 15549, + [SMALL_STATE(1915)] = 15625, + [SMALL_STATE(1916)] = 15701, + [SMALL_STATE(1917)] = 15777, + [SMALL_STATE(1918)] = 15853, + [SMALL_STATE(1919)] = 15929, + [SMALL_STATE(1920)] = 16005, + [SMALL_STATE(1921)] = 16081, + [SMALL_STATE(1922)] = 16157, + [SMALL_STATE(1923)] = 16233, + [SMALL_STATE(1924)] = 16309, + [SMALL_STATE(1925)] = 16385, + [SMALL_STATE(1926)] = 16457, + [SMALL_STATE(1927)] = 16529, + [SMALL_STATE(1928)] = 16671, + [SMALL_STATE(1929)] = 16743, + [SMALL_STATE(1930)] = 16815, + [SMALL_STATE(1931)] = 16887, + [SMALL_STATE(1932)] = 16959, + [SMALL_STATE(1933)] = 17033, + [SMALL_STATE(1934)] = 17109, + [SMALL_STATE(1935)] = 17185, + [SMALL_STATE(1936)] = 17261, + [SMALL_STATE(1937)] = 17403, + [SMALL_STATE(1938)] = 17475, + [SMALL_STATE(1939)] = 17547, + [SMALL_STATE(1940)] = 17619, + [SMALL_STATE(1941)] = 17691, + [SMALL_STATE(1942)] = 17763, + [SMALL_STATE(1943)] = 17835, + [SMALL_STATE(1944)] = 17907, + [SMALL_STATE(1945)] = 17979, + [SMALL_STATE(1946)] = 18051, + [SMALL_STATE(1947)] = 18123, + [SMALL_STATE(1948)] = 18195, + [SMALL_STATE(1949)] = 18337, + [SMALL_STATE(1950)] = 18479, + [SMALL_STATE(1951)] = 18621, + [SMALL_STATE(1952)] = 18693, + [SMALL_STATE(1953)] = 18764, + [SMALL_STATE(1954)] = 18845, + [SMALL_STATE(1955)] = 18922, + [SMALL_STATE(1956)] = 18999, + [SMALL_STATE(1957)] = 19076, + [SMALL_STATE(1958)] = 19151, + [SMALL_STATE(1959)] = 19228, + [SMALL_STATE(1960)] = 19305, + [SMALL_STATE(1961)] = 19382, + [SMALL_STATE(1962)] = 19459, + [SMALL_STATE(1963)] = 19536, + [SMALL_STATE(1964)] = 19613, + [SMALL_STATE(1965)] = 19688, + [SMALL_STATE(1966)] = 19765, + [SMALL_STATE(1967)] = 19842, + [SMALL_STATE(1968)] = 19919, + [SMALL_STATE(1969)] = 19996, + [SMALL_STATE(1970)] = 20075, + [SMALL_STATE(1971)] = 20152, + [SMALL_STATE(1972)] = 20229, + [SMALL_STATE(1973)] = 20306, + [SMALL_STATE(1974)] = 20385, + [SMALL_STATE(1975)] = 20462, + [SMALL_STATE(1976)] = 20539, + [SMALL_STATE(1977)] = 20678, + [SMALL_STATE(1978)] = 20817, + [SMALL_STATE(1979)] = 20896, + [SMALL_STATE(1980)] = 20975, + [SMALL_STATE(1981)] = 21054, + [SMALL_STATE(1982)] = 21133, + [SMALL_STATE(1983)] = 21212, + [SMALL_STATE(1984)] = 21289, + [SMALL_STATE(1985)] = 21362, + [SMALL_STATE(1986)] = 21435, + [SMALL_STATE(1987)] = 21510, + [SMALL_STATE(1988)] = 21587, + [SMALL_STATE(1989)] = 21664, + [SMALL_STATE(1990)] = 21741, + [SMALL_STATE(1991)] = 21818, + [SMALL_STATE(1992)] = 21895, + [SMALL_STATE(1993)] = 21972, + [SMALL_STATE(1994)] = 22049, + [SMALL_STATE(1995)] = 22126, + [SMALL_STATE(1996)] = 22203, + [SMALL_STATE(1997)] = 22280, + [SMALL_STATE(1998)] = 22357, + [SMALL_STATE(1999)] = 22434, + [SMALL_STATE(2000)] = 22511, + [SMALL_STATE(2001)] = 22588, + [SMALL_STATE(2002)] = 22665, + [SMALL_STATE(2003)] = 22746, + [SMALL_STATE(2004)] = 22823, + [SMALL_STATE(2005)] = 22902, + [SMALL_STATE(2006)] = 22981, + [SMALL_STATE(2007)] = 23060, + [SMALL_STATE(2008)] = 23139, + [SMALL_STATE(2009)] = 23218, + [SMALL_STATE(2010)] = 23297, + [SMALL_STATE(2011)] = 23374, + [SMALL_STATE(2012)] = 23453, + [SMALL_STATE(2013)] = 23532, + [SMALL_STATE(2014)] = 23611, + [SMALL_STATE(2015)] = 23688, + [SMALL_STATE(2016)] = 23767, + [SMALL_STATE(2017)] = 23846, + [SMALL_STATE(2018)] = 23923, + [SMALL_STATE(2019)] = 24000, + [SMALL_STATE(2020)] = 24077, + [SMALL_STATE(2021)] = 24154, + [SMALL_STATE(2022)] = 24231, + [SMALL_STATE(2023)] = 24308, + [SMALL_STATE(2024)] = 24387, + [SMALL_STATE(2025)] = 24464, + [SMALL_STATE(2026)] = 24541, + [SMALL_STATE(2027)] = 24620, + [SMALL_STATE(2028)] = 24697, + [SMALL_STATE(2029)] = 24768, + [SMALL_STATE(2030)] = 24839, + [SMALL_STATE(2031)] = 24910, + [SMALL_STATE(2032)] = 24981, + [SMALL_STATE(2033)] = 25058, + [SMALL_STATE(2034)] = 25129, + [SMALL_STATE(2035)] = 25200, + [SMALL_STATE(2036)] = 25271, + [SMALL_STATE(2037)] = 25348, + [SMALL_STATE(2038)] = 25427, + [SMALL_STATE(2039)] = 25498, + [SMALL_STATE(2040)] = 25569, + [SMALL_STATE(2041)] = 25640, + [SMALL_STATE(2042)] = 25711, + [SMALL_STATE(2043)] = 25788, + [SMALL_STATE(2044)] = 25859, + [SMALL_STATE(2045)] = 25930, + [SMALL_STATE(2046)] = 26001, + [SMALL_STATE(2047)] = 26072, + [SMALL_STATE(2048)] = 26143, + [SMALL_STATE(2049)] = 26214, + [SMALL_STATE(2050)] = 26285, + [SMALL_STATE(2051)] = 26356, + [SMALL_STATE(2052)] = 26427, + [SMALL_STATE(2053)] = 26498, + [SMALL_STATE(2054)] = 26569, + [SMALL_STATE(2055)] = 26640, + [SMALL_STATE(2056)] = 26711, + [SMALL_STATE(2057)] = 26786, + [SMALL_STATE(2058)] = 26925, + [SMALL_STATE(2059)] = 27064, + [SMALL_STATE(2060)] = 27145, + [SMALL_STATE(2061)] = 27216, + [SMALL_STATE(2062)] = 27287, + [SMALL_STATE(2063)] = 27364, + [SMALL_STATE(2064)] = 27435, + [SMALL_STATE(2065)] = 27506, + [SMALL_STATE(2066)] = 27577, + [SMALL_STATE(2067)] = 27648, + [SMALL_STATE(2068)] = 27719, + [SMALL_STATE(2069)] = 27790, + [SMALL_STATE(2070)] = 27861, + [SMALL_STATE(2071)] = 27938, + [SMALL_STATE(2072)] = 28009, + [SMALL_STATE(2073)] = 28080, + [SMALL_STATE(2074)] = 28157, + [SMALL_STATE(2075)] = 28236, + [SMALL_STATE(2076)] = 28306, + [SMALL_STATE(2077)] = 28376, + [SMALL_STATE(2078)] = 28446, + [SMALL_STATE(2079)] = 28516, + [SMALL_STATE(2080)] = 28590, + [SMALL_STATE(2081)] = 28664, + [SMALL_STATE(2082)] = 28800, + [SMALL_STATE(2083)] = 28874, + [SMALL_STATE(2084)] = 28948, + [SMALL_STATE(2085)] = 29022, + [SMALL_STATE(2086)] = 29100, + [SMALL_STATE(2087)] = 29174, + [SMALL_STATE(2088)] = 29248, + [SMALL_STATE(2089)] = 29318, + [SMALL_STATE(2090)] = 29392, + [SMALL_STATE(2091)] = 29462, + [SMALL_STATE(2092)] = 29536, + [SMALL_STATE(2093)] = 29606, + [SMALL_STATE(2094)] = 29680, + [SMALL_STATE(2095)] = 29750, + [SMALL_STATE(2096)] = 29824, + [SMALL_STATE(2097)] = 29898, + [SMALL_STATE(2098)] = 29968, + [SMALL_STATE(2099)] = 30038, + [SMALL_STATE(2100)] = 30112, + [SMALL_STATE(2101)] = 30248, + [SMALL_STATE(2102)] = 30318, + [SMALL_STATE(2103)] = 30388, + [SMALL_STATE(2104)] = 30524, + [SMALL_STATE(2105)] = 30594, + [SMALL_STATE(2106)] = 30664, + [SMALL_STATE(2107)] = 30734, + [SMALL_STATE(2108)] = 30804, + [SMALL_STATE(2109)] = 30874, + [SMALL_STATE(2110)] = 30944, + [SMALL_STATE(2111)] = 31014, + [SMALL_STATE(2112)] = 31084, + [SMALL_STATE(2113)] = 31154, + [SMALL_STATE(2114)] = 31224, + [SMALL_STATE(2115)] = 31294, + [SMALL_STATE(2116)] = 31364, + [SMALL_STATE(2117)] = 31434, + [SMALL_STATE(2118)] = 31504, + [SMALL_STATE(2119)] = 31574, + [SMALL_STATE(2120)] = 31646, + [SMALL_STATE(2121)] = 31716, + [SMALL_STATE(2122)] = 31786, + [SMALL_STATE(2123)] = 31856, + [SMALL_STATE(2124)] = 31926, + [SMALL_STATE(2125)] = 32000, + [SMALL_STATE(2126)] = 32074, + [SMALL_STATE(2127)] = 32144, + [SMALL_STATE(2128)] = 32218, + [SMALL_STATE(2129)] = 32292, + [SMALL_STATE(2130)] = 32362, + [SMALL_STATE(2131)] = 32432, + [SMALL_STATE(2132)] = 32502, + [SMALL_STATE(2133)] = 32576, + [SMALL_STATE(2134)] = 32646, + [SMALL_STATE(2135)] = 32716, + [SMALL_STATE(2136)] = 32786, + [SMALL_STATE(2137)] = 32856, + [SMALL_STATE(2138)] = 32926, + [SMALL_STATE(2139)] = 32996, + [SMALL_STATE(2140)] = 33066, + [SMALL_STATE(2141)] = 33136, + [SMALL_STATE(2142)] = 33206, + [SMALL_STATE(2143)] = 33276, + [SMALL_STATE(2144)] = 33346, + [SMALL_STATE(2145)] = 33482, + [SMALL_STATE(2146)] = 33618, + [SMALL_STATE(2147)] = 33754, + [SMALL_STATE(2148)] = 33824, + [SMALL_STATE(2149)] = 33960, + [SMALL_STATE(2150)] = 34030, + [SMALL_STATE(2151)] = 34166, + [SMALL_STATE(2152)] = 34302, + [SMALL_STATE(2153)] = 34374, + [SMALL_STATE(2154)] = 34444, + [SMALL_STATE(2155)] = 34580, + [SMALL_STATE(2156)] = 34650, + [SMALL_STATE(2157)] = 34721, + [SMALL_STATE(2158)] = 34794, + [SMALL_STATE(2159)] = 34867, + [SMALL_STATE(2160)] = 34940, + [SMALL_STATE(2161)] = 35039, + [SMALL_STATE(2162)] = 35110, + [SMALL_STATE(2163)] = 35183, + [SMALL_STATE(2164)] = 35254, + [SMALL_STATE(2165)] = 35327, + [SMALL_STATE(2166)] = 35400, + [SMALL_STATE(2167)] = 35473, + [SMALL_STATE(2168)] = 35544, + [SMALL_STATE(2169)] = 35615, + [SMALL_STATE(2170)] = 35714, + [SMALL_STATE(2171)] = 35785, + [SMALL_STATE(2172)] = 35854, + [SMALL_STATE(2173)] = 35931, + [SMALL_STATE(2174)] = 36002, + [SMALL_STATE(2175)] = 36073, + [SMALL_STATE(2176)] = 36172, + [SMALL_STATE(2177)] = 36245, + [SMALL_STATE(2178)] = 36316, + [SMALL_STATE(2179)] = 36387, + [SMALL_STATE(2180)] = 36458, + [SMALL_STATE(2181)] = 36529, + [SMALL_STATE(2182)] = 36602, + [SMALL_STATE(2183)] = 36673, + [SMALL_STATE(2184)] = 36744, + [SMALL_STATE(2185)] = 36815, + [SMALL_STATE(2186)] = 36886, + [SMALL_STATE(2187)] = 36957, + [SMALL_STATE(2188)] = 37028, + [SMALL_STATE(2189)] = 37101, + [SMALL_STATE(2190)] = 37172, + [SMALL_STATE(2191)] = 37243, + [SMALL_STATE(2192)] = 37314, + [SMALL_STATE(2193)] = 37387, + [SMALL_STATE(2194)] = 37458, + [SMALL_STATE(2195)] = 37529, + [SMALL_STATE(2196)] = 37600, + [SMALL_STATE(2197)] = 37671, + [SMALL_STATE(2198)] = 37744, + [SMALL_STATE(2199)] = 37815, + [SMALL_STATE(2200)] = 37888, + [SMALL_STATE(2201)] = 37961, + [SMALL_STATE(2202)] = 38034, + [SMALL_STATE(2203)] = 38107, + [SMALL_STATE(2204)] = 38178, + [SMALL_STATE(2205)] = 38251, + [SMALL_STATE(2206)] = 38322, + [SMALL_STATE(2207)] = 38393, + [SMALL_STATE(2208)] = 38466, + [SMALL_STATE(2209)] = 38539, + [SMALL_STATE(2210)] = 38612, + [SMALL_STATE(2211)] = 38681, + [SMALL_STATE(2212)] = 38752, + [SMALL_STATE(2213)] = 38823, + [SMALL_STATE(2214)] = 38894, + [SMALL_STATE(2215)] = 38965, + [SMALL_STATE(2216)] = 39036, + [SMALL_STATE(2217)] = 39107, + [SMALL_STATE(2218)] = 39178, + [SMALL_STATE(2219)] = 39251, + [SMALL_STATE(2220)] = 39322, + [SMALL_STATE(2221)] = 39399, + [SMALL_STATE(2222)] = 39470, + [SMALL_STATE(2223)] = 39539, + [SMALL_STATE(2224)] = 39610, + [SMALL_STATE(2225)] = 39679, + [SMALL_STATE(2226)] = 39750, + [SMALL_STATE(2227)] = 39821, + [SMALL_STATE(2228)] = 39890, + [SMALL_STATE(2229)] = 39961, + [SMALL_STATE(2230)] = 40032, + [SMALL_STATE(2231)] = 40103, + [SMALL_STATE(2232)] = 40174, + [SMALL_STATE(2233)] = 40245, + [SMALL_STATE(2234)] = 40316, + [SMALL_STATE(2235)] = 40387, + [SMALL_STATE(2236)] = 40458, + [SMALL_STATE(2237)] = 40529, + [SMALL_STATE(2238)] = 40600, + [SMALL_STATE(2239)] = 40687, + [SMALL_STATE(2240)] = 40758, + [SMALL_STATE(2241)] = 40829, + [SMALL_STATE(2242)] = 40900, + [SMALL_STATE(2243)] = 40971, + [SMALL_STATE(2244)] = 41042, + [SMALL_STATE(2245)] = 41113, + [SMALL_STATE(2246)] = 41184, + [SMALL_STATE(2247)] = 41255, + [SMALL_STATE(2248)] = 41326, + [SMALL_STATE(2249)] = 41397, + [SMALL_STATE(2250)] = 41468, + [SMALL_STATE(2251)] = 41539, + [SMALL_STATE(2252)] = 41610, + [SMALL_STATE(2253)] = 41681, + [SMALL_STATE(2254)] = 41752, + [SMALL_STATE(2255)] = 41823, + [SMALL_STATE(2256)] = 41894, + [SMALL_STATE(2257)] = 41967, + [SMALL_STATE(2258)] = 42040, + [SMALL_STATE(2259)] = 42111, + [SMALL_STATE(2260)] = 42182, + [SMALL_STATE(2261)] = 42253, + [SMALL_STATE(2262)] = 42324, + [SMALL_STATE(2263)] = 42395, + [SMALL_STATE(2264)] = 42466, + [SMALL_STATE(2265)] = 42537, + [SMALL_STATE(2266)] = 42608, + [SMALL_STATE(2267)] = 42679, + [SMALL_STATE(2268)] = 42750, + [SMALL_STATE(2269)] = 42823, + [SMALL_STATE(2270)] = 42896, + [SMALL_STATE(2271)] = 42967, + [SMALL_STATE(2272)] = 43038, + [SMALL_STATE(2273)] = 43109, + [SMALL_STATE(2274)] = 43180, + [SMALL_STATE(2275)] = 43253, + [SMALL_STATE(2276)] = 43324, + [SMALL_STATE(2277)] = 43395, + [SMALL_STATE(2278)] = 43494, + [SMALL_STATE(2279)] = 43565, + [SMALL_STATE(2280)] = 43636, + [SMALL_STATE(2281)] = 43707, + [SMALL_STATE(2282)] = 43776, + [SMALL_STATE(2283)] = 43847, + [SMALL_STATE(2284)] = 43918, + [SMALL_STATE(2285)] = 43989, + [SMALL_STATE(2286)] = 44060, + [SMALL_STATE(2287)] = 44131, + [SMALL_STATE(2288)] = 44202, + [SMALL_STATE(2289)] = 44273, + [SMALL_STATE(2290)] = 44344, + [SMALL_STATE(2291)] = 44415, + [SMALL_STATE(2292)] = 44492, + [SMALL_STATE(2293)] = 44563, + [SMALL_STATE(2294)] = 44634, + [SMALL_STATE(2295)] = 44705, + [SMALL_STATE(2296)] = 44776, + [SMALL_STATE(2297)] = 44847, + [SMALL_STATE(2298)] = 44918, + [SMALL_STATE(2299)] = 44989, + [SMALL_STATE(2300)] = 45060, + [SMALL_STATE(2301)] = 45131, + [SMALL_STATE(2302)] = 45204, + [SMALL_STATE(2303)] = 45275, + [SMALL_STATE(2304)] = 45346, + [SMALL_STATE(2305)] = 45417, + [SMALL_STATE(2306)] = 45488, + [SMALL_STATE(2307)] = 45559, + [SMALL_STATE(2308)] = 45630, + [SMALL_STATE(2309)] = 45701, + [SMALL_STATE(2310)] = 45770, + [SMALL_STATE(2311)] = 45841, + [SMALL_STATE(2312)] = 45919, + [SMALL_STATE(2313)] = 46021, + [SMALL_STATE(2314)] = 46111, + [SMALL_STATE(2315)] = 46193, + [SMALL_STATE(2316)] = 46285, + [SMALL_STATE(2317)] = 46379, + [SMALL_STATE(2318)] = 46475, + [SMALL_STATE(2319)] = 46557, + [SMALL_STATE(2320)] = 46633, + [SMALL_STATE(2321)] = 46719, + [SMALL_STATE(2322)] = 46791, + [SMALL_STATE(2323)] = 46863, + [SMALL_STATE(2324)] = 46959, + [SMALL_STATE(2325)] = 47057, + [SMALL_STATE(2326)] = 47141, + [SMALL_STATE(2327)] = 47241, + [SMALL_STATE(2328)] = 47329, + [SMALL_STATE(2329)] = 47409, + [SMALL_STATE(2330)] = 47493, + [SMALL_STATE(2331)] = 47583, + [SMALL_STATE(2332)] = 47675, + [SMALL_STATE(2333)] = 47769, + [SMALL_STATE(2334)] = 47851, + [SMALL_STATE(2335)] = 47935, + [SMALL_STATE(2336)] = 48011, + [SMALL_STATE(2337)] = 48089, + [SMALL_STATE(2338)] = 48175, + [SMALL_STATE(2339)] = 48247, + [SMALL_STATE(2340)] = 48335, + [SMALL_STATE(2341)] = 48407, + [SMALL_STATE(2342)] = 48481, + [SMALL_STATE(2343)] = 48577, + [SMALL_STATE(2344)] = 48675, + [SMALL_STATE(2345)] = 48773, + [SMALL_STATE(2346)] = 48873, + [SMALL_STATE(2347)] = 48973, + [SMALL_STATE(2348)] = 49075, + [SMALL_STATE(2349)] = 49163, + [SMALL_STATE(2350)] = 49253, + [SMALL_STATE(2351)] = 49349, + [SMALL_STATE(2352)] = 49431, + [SMALL_STATE(2353)] = 49511, + [SMALL_STATE(2354)] = 49593, + [SMALL_STATE(2355)] = 49683, + [SMALL_STATE(2356)] = 49767, + [SMALL_STATE(2357)] = 49859, + [SMALL_STATE(2358)] = 49951, + [SMALL_STATE(2359)] = 50027, + [SMALL_STATE(2360)] = 50121, + [SMALL_STATE(2361)] = 50215, + [SMALL_STATE(2362)] = 50293, + [SMALL_STATE(2363)] = 50389, + [SMALL_STATE(2364)] = 50475, + [SMALL_STATE(2365)] = 50563, + [SMALL_STATE(2366)] = 50637, + [SMALL_STATE(2367)] = 50707, + [SMALL_STATE(2368)] = 50807, + [SMALL_STATE(2369)] = 50879, + [SMALL_STATE(2370)] = 50953, + [SMALL_STATE(2371)] = 51027, + [SMALL_STATE(2372)] = 51123, + [SMALL_STATE(2373)] = 51205, + [SMALL_STATE(2374)] = 51297, + [SMALL_STATE(2375)] = 51373, + [SMALL_STATE(2376)] = 51459, + [SMALL_STATE(2377)] = 51557, + [SMALL_STATE(2378)] = 51629, + [SMALL_STATE(2379)] = 51725, + [SMALL_STATE(2380)] = 51823, + [SMALL_STATE(2381)] = 51923, + [SMALL_STATE(2382)] = 52011, + [SMALL_STATE(2383)] = 52109, + [SMALL_STATE(2384)] = 52189, + [SMALL_STATE(2385)] = 52279, + [SMALL_STATE(2386)] = 52371, + [SMALL_STATE(2387)] = 52465, + [SMALL_STATE(2388)] = 52565, + [SMALL_STATE(2389)] = 52637, + [SMALL_STATE(2390)] = 52709, + [SMALL_STATE(2391)] = 52809, + [SMALL_STATE(2392)] = 52911, + [SMALL_STATE(2393)] = 52987, + [SMALL_STATE(2394)] = 53075, + [SMALL_STATE(2395)] = 53165, + [SMALL_STATE(2396)] = 53261, + [SMALL_STATE(2397)] = 53351, + [SMALL_STATE(2398)] = 53427, + [SMALL_STATE(2399)] = 53525, + [SMALL_STATE(2400)] = 53595, + [SMALL_STATE(2401)] = 53675, + [SMALL_STATE(2402)] = 53755, + [SMALL_STATE(2403)] = 53829, + [SMALL_STATE(2404)] = 53913, + [SMALL_STATE(2405)] = 53983, + [SMALL_STATE(2406)] = 54077, + [SMALL_STATE(2407)] = 54173, + [SMALL_STATE(2408)] = 54271, + [SMALL_STATE(2409)] = 54357, + [SMALL_STATE(2410)] = 54435, + [SMALL_STATE(2411)] = 54523, + [SMALL_STATE(2412)] = 54613, + [SMALL_STATE(2413)] = 54705, + [SMALL_STATE(2414)] = 54781, + [SMALL_STATE(2415)] = 54877, + [SMALL_STATE(2416)] = 54965, + [SMALL_STATE(2417)] = 55047, + [SMALL_STATE(2418)] = 55141, + [SMALL_STATE(2419)] = 55231, + [SMALL_STATE(2420)] = 55323, + [SMALL_STATE(2421)] = 55419, + [SMALL_STATE(2422)] = 55501, + [SMALL_STATE(2423)] = 55571, + [SMALL_STATE(2424)] = 55655, + [SMALL_STATE(2425)] = 55747, + [SMALL_STATE(2426)] = 55835, + [SMALL_STATE(2427)] = 55909, + [SMALL_STATE(2428)] = 56003, + [SMALL_STATE(2429)] = 56097, + [SMALL_STATE(2430)] = 56193, + [SMALL_STATE(2431)] = 56277, + [SMALL_STATE(2432)] = 56349, + [SMALL_STATE(2433)] = 56417, + [SMALL_STATE(2434)] = 56501, + [SMALL_STATE(2435)] = 56579, + [SMALL_STATE(2436)] = 56667, + [SMALL_STATE(2437)] = 56737, + [SMALL_STATE(2438)] = 56833, + [SMALL_STATE(2439)] = 56907, + [SMALL_STATE(2440)] = 57003, + [SMALL_STATE(2441)] = 57099, + [SMALL_STATE(2442)] = 57201, + [SMALL_STATE(2443)] = 57299, + [SMALL_STATE(2444)] = 57395, + [SMALL_STATE(2445)] = 57491, + [SMALL_STATE(2446)] = 57587, + [SMALL_STATE(2447)] = 57683, + [SMALL_STATE(2448)] = 57783, + [SMALL_STATE(2449)] = 57850, + [SMALL_STATE(2450)] = 57917, + [SMALL_STATE(2451)] = 57986, + [SMALL_STATE(2452)] = 58053, + [SMALL_STATE(2453)] = 58120, + [SMALL_STATE(2454)] = 58187, + [SMALL_STATE(2455)] = 58254, + [SMALL_STATE(2456)] = 58321, + [SMALL_STATE(2457)] = 58388, + [SMALL_STATE(2458)] = 58455, + [SMALL_STATE(2459)] = 58522, + [SMALL_STATE(2460)] = 58589, + [SMALL_STATE(2461)] = 58656, + [SMALL_STATE(2462)] = 58723, + [SMALL_STATE(2463)] = 58790, + [SMALL_STATE(2464)] = 58857, + [SMALL_STATE(2465)] = 58924, + [SMALL_STATE(2466)] = 58991, + [SMALL_STATE(2467)] = 59060, + [SMALL_STATE(2468)] = 59127, + [SMALL_STATE(2469)] = 59194, + [SMALL_STATE(2470)] = 59261, + [SMALL_STATE(2471)] = 59330, + [SMALL_STATE(2472)] = 59397, + [SMALL_STATE(2473)] = 59464, + [SMALL_STATE(2474)] = 59531, + [SMALL_STATE(2475)] = 59598, + [SMALL_STATE(2476)] = 59679, + [SMALL_STATE(2477)] = 59746, + [SMALL_STATE(2478)] = 59817, + [SMALL_STATE(2479)] = 59884, + [SMALL_STATE(2480)] = 59951, + [SMALL_STATE(2481)] = 60018, + [SMALL_STATE(2482)] = 60085, + [SMALL_STATE(2483)] = 60152, + [SMALL_STATE(2484)] = 60219, + [SMALL_STATE(2485)] = 60286, + [SMALL_STATE(2486)] = 60353, + [SMALL_STATE(2487)] = 60420, + [SMALL_STATE(2488)] = 60499, + [SMALL_STATE(2489)] = 60566, + [SMALL_STATE(2490)] = 60639, + [SMALL_STATE(2491)] = 60706, + [SMALL_STATE(2492)] = 60789, + [SMALL_STATE(2493)] = 60856, + [SMALL_STATE(2494)] = 60923, + [SMALL_STATE(2495)] = 60990, + [SMALL_STATE(2496)] = 61059, + [SMALL_STATE(2497)] = 61126, + [SMALL_STATE(2498)] = 61193, + [SMALL_STATE(2499)] = 61286, + [SMALL_STATE(2500)] = 61353, + [SMALL_STATE(2501)] = 61448, + [SMALL_STATE(2502)] = 61515, + [SMALL_STATE(2503)] = 61584, + [SMALL_STATE(2504)] = 61653, + [SMALL_STATE(2505)] = 61720, + [SMALL_STATE(2506)] = 61787, + [SMALL_STATE(2507)] = 61884, + [SMALL_STATE(2508)] = 61951, + [SMALL_STATE(2509)] = 62036, + [SMALL_STATE(2510)] = 62103, + [SMALL_STATE(2511)] = 62170, + [SMALL_STATE(2512)] = 62237, + [SMALL_STATE(2513)] = 62314, + [SMALL_STATE(2514)] = 62381, + [SMALL_STATE(2515)] = 62468, + [SMALL_STATE(2516)] = 62535, + [SMALL_STATE(2517)] = 62624, + [SMALL_STATE(2518)] = 62691, + [SMALL_STATE(2519)] = 62782, + [SMALL_STATE(2520)] = 62849, + [SMALL_STATE(2521)] = 62916, + [SMALL_STATE(2522)] = 62983, + [SMALL_STATE(2523)] = 63050, + [SMALL_STATE(2524)] = 63135, + [SMALL_STATE(2525)] = 63202, + [SMALL_STATE(2526)] = 63269, + [SMALL_STATE(2527)] = 63336, + [SMALL_STATE(2528)] = 63403, + [SMALL_STATE(2529)] = 63470, + [SMALL_STATE(2530)] = 63537, + [SMALL_STATE(2531)] = 63604, + [SMALL_STATE(2532)] = 63671, + [SMALL_STATE(2533)] = 63756, + [SMALL_STATE(2534)] = 63825, + [SMALL_STATE(2535)] = 63892, + [SMALL_STATE(2536)] = 63965, + [SMALL_STATE(2537)] = 64032, + [SMALL_STATE(2538)] = 64099, + [SMALL_STATE(2539)] = 64166, + [SMALL_STATE(2540)] = 64247, + [SMALL_STATE(2541)] = 64314, + [SMALL_STATE(2542)] = 64399, + [SMALL_STATE(2543)] = 64466, + [SMALL_STATE(2544)] = 64533, + [SMALL_STATE(2545)] = 64600, + [SMALL_STATE(2546)] = 64667, + [SMALL_STATE(2547)] = 64738, + [SMALL_STATE(2548)] = 64805, + [SMALL_STATE(2549)] = 64886, + [SMALL_STATE(2550)] = 64967, + [SMALL_STATE(2551)] = 65034, + [SMALL_STATE(2552)] = 65115, + [SMALL_STATE(2553)] = 65182, + [SMALL_STATE(2554)] = 65249, + [SMALL_STATE(2555)] = 65316, + [SMALL_STATE(2556)] = 65383, + [SMALL_STATE(2557)] = 65450, + [SMALL_STATE(2558)] = 65517, + [SMALL_STATE(2559)] = 65584, + [SMALL_STATE(2560)] = 65652, + [SMALL_STATE(2561)] = 65718, + [SMALL_STATE(2562)] = 65788, + [SMALL_STATE(2563)] = 65862, + [SMALL_STATE(2564)] = 65928, + [SMALL_STATE(2565)] = 65996, + [SMALL_STATE(2566)] = 66062, + [SMALL_STATE(2567)] = 66132, + [SMALL_STATE(2568)] = 66222, + [SMALL_STATE(2569)] = 66304, + [SMALL_STATE(2570)] = 66370, + [SMALL_STATE(2571)] = 66460, + [SMALL_STATE(2572)] = 66526, + [SMALL_STATE(2573)] = 66616, + [SMALL_STATE(2574)] = 66682, + [SMALL_STATE(2575)] = 66758, + [SMALL_STATE(2576)] = 66824, + [SMALL_STATE(2577)] = 66890, + [SMALL_STATE(2578)] = 66956, + [SMALL_STATE(2579)] = 67038, + [SMALL_STATE(2580)] = 67128, + [SMALL_STATE(2581)] = 67218, + [SMALL_STATE(2582)] = 67288, + [SMALL_STATE(2583)] = 67370, + [SMALL_STATE(2584)] = 67436, + [SMALL_STATE(2585)] = 67524, + [SMALL_STATE(2586)] = 67590, + [SMALL_STATE(2587)] = 67660, + [SMALL_STATE(2588)] = 67750, + [SMALL_STATE(2589)] = 67840, + [SMALL_STATE(2590)] = 67930, + [SMALL_STATE(2591)] = 68004, + [SMALL_STATE(2592)] = 68094, + [SMALL_STATE(2593)] = 68168, + [SMALL_STATE(2594)] = 68234, + [SMALL_STATE(2595)] = 68300, + [SMALL_STATE(2596)] = 68390, + [SMALL_STATE(2597)] = 68480, + [SMALL_STATE(2598)] = 68570, + [SMALL_STATE(2599)] = 68636, + [SMALL_STATE(2600)] = 68702, + [SMALL_STATE(2601)] = 68784, + [SMALL_STATE(2602)] = 68849, + [SMALL_STATE(2603)] = 68918, + [SMALL_STATE(2604)] = 68983, + [SMALL_STATE(2605)] = 69070, + [SMALL_STATE(2606)] = 69143, + [SMALL_STATE(2607)] = 69230, + [SMALL_STATE(2608)] = 69303, + [SMALL_STATE(2609)] = 69368, + [SMALL_STATE(2610)] = 69433, + [SMALL_STATE(2611)] = 69520, + [SMALL_STATE(2612)] = 69585, + [SMALL_STATE(2613)] = 69672, + [SMALL_STATE(2614)] = 69739, + [SMALL_STATE(2615)] = 69826, + [SMALL_STATE(2616)] = 69891, + [SMALL_STATE(2617)] = 69978, + [SMALL_STATE(2618)] = 70065, + [SMALL_STATE(2619)] = 70152, + [SMALL_STATE(2620)] = 70239, + [SMALL_STATE(2621)] = 70304, + [SMALL_STATE(2622)] = 70377, + [SMALL_STATE(2623)] = 70464, + [SMALL_STATE(2624)] = 70529, + [SMALL_STATE(2625)] = 70594, + [SMALL_STATE(2626)] = 70659, + [SMALL_STATE(2627)] = 70724, + [SMALL_STATE(2628)] = 70789, + [SMALL_STATE(2629)] = 70854, + [SMALL_STATE(2630)] = 70941, + [SMALL_STATE(2631)] = 71028, + [SMALL_STATE(2632)] = 71115, + [SMALL_STATE(2633)] = 71202, + [SMALL_STATE(2634)] = 71273, + [SMALL_STATE(2635)] = 71360, + [SMALL_STATE(2636)] = 71447, + [SMALL_STATE(2637)] = 71534, + [SMALL_STATE(2638)] = 71601, + [SMALL_STATE(2639)] = 71688, + [SMALL_STATE(2640)] = 71775, + [SMALL_STATE(2641)] = 71840, + [SMALL_STATE(2642)] = 71927, + [SMALL_STATE(2643)] = 72014, + [SMALL_STATE(2644)] = 72101, + [SMALL_STATE(2645)] = 72166, + [SMALL_STATE(2646)] = 72253, + [SMALL_STATE(2647)] = 72318, + [SMALL_STATE(2648)] = 72383, + [SMALL_STATE(2649)] = 72470, + [SMALL_STATE(2650)] = 72535, + [SMALL_STATE(2651)] = 72622, + [SMALL_STATE(2652)] = 72689, + [SMALL_STATE(2653)] = 72754, + [SMALL_STATE(2654)] = 72841, + [SMALL_STATE(2655)] = 72906, + [SMALL_STATE(2656)] = 72993, + [SMALL_STATE(2657)] = 73080, + [SMALL_STATE(2658)] = 73145, + [SMALL_STATE(2659)] = 73232, + [SMALL_STATE(2660)] = 73319, + [SMALL_STATE(2661)] = 73386, + [SMALL_STATE(2662)] = 73473, + [SMALL_STATE(2663)] = 73560, + [SMALL_STATE(2664)] = 73625, + [SMALL_STATE(2665)] = 73712, + [SMALL_STATE(2666)] = 73777, + [SMALL_STATE(2667)] = 73864, + [SMALL_STATE(2668)] = 73951, + [SMALL_STATE(2669)] = 74038, + [SMALL_STATE(2670)] = 74125, + [SMALL_STATE(2671)] = 74190, + [SMALL_STATE(2672)] = 74255, + [SMALL_STATE(2673)] = 74327, + [SMALL_STATE(2674)] = 74399, + [SMALL_STATE(2675)] = 74463, + [SMALL_STATE(2676)] = 74527, + [SMALL_STATE(2677)] = 74591, + [SMALL_STATE(2678)] = 74655, + [SMALL_STATE(2679)] = 74727, + [SMALL_STATE(2680)] = 74791, + [SMALL_STATE(2681)] = 74855, + [SMALL_STATE(2682)] = 74919, + [SMALL_STATE(2683)] = 74983, + [SMALL_STATE(2684)] = 75105, + [SMALL_STATE(2685)] = 75177, + [SMALL_STATE(2686)] = 75299, + [SMALL_STATE(2687)] = 75371, + [SMALL_STATE(2688)] = 75443, + [SMALL_STATE(2689)] = 75511, + [SMALL_STATE(2690)] = 75583, + [SMALL_STATE(2691)] = 75647, + [SMALL_STATE(2692)] = 75711, + [SMALL_STATE(2693)] = 75775, + [SMALL_STATE(2694)] = 75847, + [SMALL_STATE(2695)] = 75915, + [SMALL_STATE(2696)] = 75979, + [SMALL_STATE(2697)] = 76051, + [SMALL_STATE(2698)] = 76115, + [SMALL_STATE(2699)] = 76179, + [SMALL_STATE(2700)] = 76243, + [SMALL_STATE(2701)] = 76307, + [SMALL_STATE(2702)] = 76371, + [SMALL_STATE(2703)] = 76489, + [SMALL_STATE(2704)] = 76557, + [SMALL_STATE(2705)] = 76629, + [SMALL_STATE(2706)] = 76701, + [SMALL_STATE(2707)] = 76765, + [SMALL_STATE(2708)] = 76829, + [SMALL_STATE(2709)] = 76901, + [SMALL_STATE(2710)] = 76973, + [SMALL_STATE(2711)] = 77041, + [SMALL_STATE(2712)] = 77113, + [SMALL_STATE(2713)] = 77177, + [SMALL_STATE(2714)] = 77241, + [SMALL_STATE(2715)] = 77313, + [SMALL_STATE(2716)] = 77383, + [SMALL_STATE(2717)] = 77455, + [SMALL_STATE(2718)] = 77523, + [SMALL_STATE(2719)] = 77587, + [SMALL_STATE(2720)] = 77657, + [SMALL_STATE(2721)] = 77727, + [SMALL_STATE(2722)] = 77803, + [SMALL_STATE(2723)] = 77867, + [SMALL_STATE(2724)] = 77931, + [SMALL_STATE(2725)] = 77995, + [SMALL_STATE(2726)] = 78059, + [SMALL_STATE(2727)] = 78123, + [SMALL_STATE(2728)] = 78187, + [SMALL_STATE(2729)] = 78251, + [SMALL_STATE(2730)] = 78315, + [SMALL_STATE(2731)] = 78379, + [SMALL_STATE(2732)] = 78443, + [SMALL_STATE(2733)] = 78515, + [SMALL_STATE(2734)] = 78581, + [SMALL_STATE(2735)] = 78651, + [SMALL_STATE(2736)] = 78721, + [SMALL_STATE(2737)] = 78793, + [SMALL_STATE(2738)] = 78865, + [SMALL_STATE(2739)] = 78937, + [SMALL_STATE(2740)] = 79009, + [SMALL_STATE(2741)] = 79081, + [SMALL_STATE(2742)] = 79147, + [SMALL_STATE(2743)] = 79213, + [SMALL_STATE(2744)] = 79287, + [SMALL_STATE(2745)] = 79359, + [SMALL_STATE(2746)] = 79427, + [SMALL_STATE(2747)] = 79543, + [SMALL_STATE(2748)] = 79661, + [SMALL_STATE(2749)] = 79777, + [SMALL_STATE(2750)] = 79841, + [SMALL_STATE(2751)] = 79913, + [SMALL_STATE(2752)] = 79985, + [SMALL_STATE(2753)] = 80049, + [SMALL_STATE(2754)] = 80112, + [SMALL_STATE(2755)] = 80183, + [SMALL_STATE(2756)] = 80254, + [SMALL_STATE(2757)] = 80323, + [SMALL_STATE(2758)] = 80404, + [SMALL_STATE(2759)] = 80475, + [SMALL_STATE(2760)] = 80588, + [SMALL_STATE(2761)] = 80659, + [SMALL_STATE(2762)] = 80730, + [SMALL_STATE(2763)] = 80845, + [SMALL_STATE(2764)] = 80958, + [SMALL_STATE(2765)] = 81029, + [SMALL_STATE(2766)] = 81100, + [SMALL_STATE(2767)] = 81175, + [SMALL_STATE(2768)] = 81246, + [SMALL_STATE(2769)] = 81309, + [SMALL_STATE(2770)] = 81376, + [SMALL_STATE(2771)] = 81443, + [SMALL_STATE(2772)] = 81556, + [SMALL_STATE(2773)] = 81619, + [SMALL_STATE(2774)] = 81690, + [SMALL_STATE(2775)] = 81761, + [SMALL_STATE(2776)] = 81832, + [SMALL_STATE(2777)] = 81895, + [SMALL_STATE(2778)] = 81962, + [SMALL_STATE(2779)] = 82035, + [SMALL_STATE(2780)] = 82102, + [SMALL_STATE(2781)] = 82167, + [SMALL_STATE(2782)] = 82232, + [SMALL_STATE(2783)] = 82303, + [SMALL_STATE(2784)] = 82374, + [SMALL_STATE(2785)] = 82441, + [SMALL_STATE(2786)] = 82554, + [SMALL_STATE(2787)] = 82625, + [SMALL_STATE(2788)] = 82688, + [SMALL_STATE(2789)] = 82753, + [SMALL_STATE(2790)] = 82816, + [SMALL_STATE(2791)] = 82881, + [SMALL_STATE(2792)] = 82952, + [SMALL_STATE(2793)] = 83015, + [SMALL_STATE(2794)] = 83078, + [SMALL_STATE(2795)] = 83145, + [SMALL_STATE(2796)] = 83260, + [SMALL_STATE(2797)] = 83327, + [SMALL_STATE(2798)] = 83392, + [SMALL_STATE(2799)] = 83463, + [SMALL_STATE(2800)] = 83528, + [SMALL_STATE(2801)] = 83599, + [SMALL_STATE(2802)] = 83670, + [SMALL_STATE(2803)] = 83741, + [SMALL_STATE(2804)] = 83806, + [SMALL_STATE(2805)] = 83874, + [SMALL_STATE(2806)] = 83940, + [SMALL_STATE(2807)] = 84006, + [SMALL_STATE(2808)] = 84076, + [SMALL_STATE(2809)] = 84146, + [SMALL_STATE(2810)] = 84216, + [SMALL_STATE(2811)] = 84280, + [SMALL_STATE(2812)] = 84350, + [SMALL_STATE(2813)] = 84412, + [SMALL_STATE(2814)] = 84474, + [SMALL_STATE(2815)] = 84544, + [SMALL_STATE(2816)] = 84612, + [SMALL_STATE(2817)] = 84682, + [SMALL_STATE(2818)] = 84746, + [SMALL_STATE(2819)] = 84808, + [SMALL_STATE(2820)] = 84878, + [SMALL_STATE(2821)] = 84948, + [SMALL_STATE(2822)] = 85018, + [SMALL_STATE(2823)] = 85088, + [SMALL_STATE(2824)] = 85152, + [SMALL_STATE(2825)] = 85214, + [SMALL_STATE(2826)] = 85284, + [SMALL_STATE(2827)] = 85354, + [SMALL_STATE(2828)] = 85418, + [SMALL_STATE(2829)] = 85486, + [SMALL_STATE(2830)] = 85550, + [SMALL_STATE(2831)] = 85620, + [SMALL_STATE(2832)] = 85690, + [SMALL_STATE(2833)] = 85758, + [SMALL_STATE(2834)] = 85822, + [SMALL_STATE(2835)] = 85886, + [SMALL_STATE(2836)] = 85952, + [SMALL_STATE(2837)] = 86016, + [SMALL_STATE(2838)] = 86084, + [SMALL_STATE(2839)] = 86146, + [SMALL_STATE(2840)] = 86216, + [SMALL_STATE(2841)] = 86296, + [SMALL_STATE(2842)] = 86358, + [SMALL_STATE(2843)] = 86422, + [SMALL_STATE(2844)] = 86484, + [SMALL_STATE(2845)] = 86562, + [SMALL_STATE(2846)] = 86632, + [SMALL_STATE(2847)] = 86710, + [SMALL_STATE(2848)] = 86780, + [SMALL_STATE(2849)] = 86842, + [SMALL_STATE(2850)] = 86912, + [SMALL_STATE(2851)] = 86982, + [SMALL_STATE(2852)] = 87044, + [SMALL_STATE(2853)] = 87110, + [SMALL_STATE(2854)] = 87178, + [SMALL_STATE(2855)] = 87240, + [SMALL_STATE(2856)] = 87302, + [SMALL_STATE(2857)] = 87370, + [SMALL_STATE(2858)] = 87440, + [SMALL_STATE(2859)] = 87508, + [SMALL_STATE(2860)] = 87570, + [SMALL_STATE(2861)] = 87640, + [SMALL_STATE(2862)] = 87704, + [SMALL_STATE(2863)] = 87774, + [SMALL_STATE(2864)] = 87836, + [SMALL_STATE(2865)] = 87906, + [SMALL_STATE(2866)] = 87968, + [SMALL_STATE(2867)] = 88030, + [SMALL_STATE(2868)] = 88092, + [SMALL_STATE(2869)] = 88154, + [SMALL_STATE(2870)] = 88222, + [SMALL_STATE(2871)] = 88288, + [SMALL_STATE(2872)] = 88350, + [SMALL_STATE(2873)] = 88416, + [SMALL_STATE(2874)] = 88478, + [SMALL_STATE(2875)] = 88540, + [SMALL_STATE(2876)] = 88602, + [SMALL_STATE(2877)] = 88666, + [SMALL_STATE(2878)] = 88734, + [SMALL_STATE(2879)] = 88800, + [SMALL_STATE(2880)] = 88868, + [SMALL_STATE(2881)] = 88945, + [SMALL_STATE(2882)] = 89006, + [SMALL_STATE(2883)] = 89083, + [SMALL_STATE(2884)] = 89144, + [SMALL_STATE(2885)] = 89209, + [SMALL_STATE(2886)] = 89270, + [SMALL_STATE(2887)] = 89331, + [SMALL_STATE(2888)] = 89392, + [SMALL_STATE(2889)] = 89453, + [SMALL_STATE(2890)] = 89514, + [SMALL_STATE(2891)] = 89575, + [SMALL_STATE(2892)] = 89640, + [SMALL_STATE(2893)] = 89705, + [SMALL_STATE(2894)] = 89768, + [SMALL_STATE(2895)] = 89833, + [SMALL_STATE(2896)] = 89896, + [SMALL_STATE(2897)] = 89961, + [SMALL_STATE(2898)] = 90022, + [SMALL_STATE(2899)] = 90083, + [SMALL_STATE(2900)] = 90148, + [SMALL_STATE(2901)] = 90209, + [SMALL_STATE(2902)] = 90274, + [SMALL_STATE(2903)] = 90339, + [SMALL_STATE(2904)] = 90404, + [SMALL_STATE(2905)] = 90465, + [SMALL_STATE(2906)] = 90530, + [SMALL_STATE(2907)] = 90591, + [SMALL_STATE(2908)] = 90658, + [SMALL_STATE(2909)] = 90721, + [SMALL_STATE(2910)] = 90782, + [SMALL_STATE(2911)] = 90843, + [SMALL_STATE(2912)] = 90904, + [SMALL_STATE(2913)] = 90969, + [SMALL_STATE(2914)] = 91034, + [SMALL_STATE(2915)] = 91099, + [SMALL_STATE(2916)] = 91160, + [SMALL_STATE(2917)] = 91221, + [SMALL_STATE(2918)] = 91290, + [SMALL_STATE(2919)] = 91351, + [SMALL_STATE(2920)] = 91412, + [SMALL_STATE(2921)] = 91473, + [SMALL_STATE(2922)] = 91534, + [SMALL_STATE(2923)] = 91595, + [SMALL_STATE(2924)] = 91666, + [SMALL_STATE(2925)] = 91727, + [SMALL_STATE(2926)] = 91788, + [SMALL_STATE(2927)] = 91849, + [SMALL_STATE(2928)] = 91910, + [SMALL_STATE(2929)] = 91971, + [SMALL_STATE(2930)] = 92034, + [SMALL_STATE(2931)] = 92099, + [SMALL_STATE(2932)] = 92162, + [SMALL_STATE(2933)] = 92225, + [SMALL_STATE(2934)] = 92290, + [SMALL_STATE(2935)] = 92355, + [SMALL_STATE(2936)] = 92416, + [SMALL_STATE(2937)] = 92479, + [SMALL_STATE(2938)] = 92542, + [SMALL_STATE(2939)] = 92605, + [SMALL_STATE(2940)] = 92670, + [SMALL_STATE(2941)] = 92735, + [SMALL_STATE(2942)] = 92800, + [SMALL_STATE(2943)] = 92865, + [SMALL_STATE(2944)] = 92930, + [SMALL_STATE(2945)] = 92995, + [SMALL_STATE(2946)] = 93058, + [SMALL_STATE(2947)] = 93122, + [SMALL_STATE(2948)] = 93182, + [SMALL_STATE(2949)] = 93246, + [SMALL_STATE(2950)] = 93306, + [SMALL_STATE(2951)] = 93366, + [SMALL_STATE(2952)] = 93426, + [SMALL_STATE(2953)] = 93486, + [SMALL_STATE(2954)] = 93546, + [SMALL_STATE(2955)] = 93606, + [SMALL_STATE(2956)] = 93666, + [SMALL_STATE(2957)] = 93726, + [SMALL_STATE(2958)] = 93786, + [SMALL_STATE(2959)] = 93846, + [SMALL_STATE(2960)] = 93906, + [SMALL_STATE(2961)] = 93966, + [SMALL_STATE(2962)] = 94026, + [SMALL_STATE(2963)] = 94086, + [SMALL_STATE(2964)] = 94148, + [SMALL_STATE(2965)] = 94208, + [SMALL_STATE(2966)] = 94268, + [SMALL_STATE(2967)] = 94330, + [SMALL_STATE(2968)] = 94390, + [SMALL_STATE(2969)] = 94450, + [SMALL_STATE(2970)] = 94510, + [SMALL_STATE(2971)] = 94572, + [SMALL_STATE(2972)] = 94632, + [SMALL_STATE(2973)] = 94692, + [SMALL_STATE(2974)] = 94752, + [SMALL_STATE(2975)] = 94812, + [SMALL_STATE(2976)] = 94878, + [SMALL_STATE(2977)] = 94938, + [SMALL_STATE(2978)] = 95000, + [SMALL_STATE(2979)] = 95074, + [SMALL_STATE(2980)] = 95136, + [SMALL_STATE(2981)] = 95196, + [SMALL_STATE(2982)] = 95256, + [SMALL_STATE(2983)] = 95316, + [SMALL_STATE(2984)] = 95376, + [SMALL_STATE(2985)] = 95436, + [SMALL_STATE(2986)] = 95496, + [SMALL_STATE(2987)] = 95562, + [SMALL_STATE(2988)] = 95628, + [SMALL_STATE(2989)] = 95688, + [SMALL_STATE(2990)] = 95748, + [SMALL_STATE(2991)] = 95812, + [SMALL_STATE(2992)] = 95874, + [SMALL_STATE(2993)] = 95934, + [SMALL_STATE(2994)] = 95994, + [SMALL_STATE(2995)] = 96054, + [SMALL_STATE(2996)] = 96120, + [SMALL_STATE(2997)] = 96186, + [SMALL_STATE(2998)] = 96246, + [SMALL_STATE(2999)] = 96308, + [SMALL_STATE(3000)] = 96370, + [SMALL_STATE(3001)] = 96430, + [SMALL_STATE(3002)] = 96490, + [SMALL_STATE(3003)] = 96556, + [SMALL_STATE(3004)] = 96616, + [SMALL_STATE(3005)] = 96676, + [SMALL_STATE(3006)] = 96738, + [SMALL_STATE(3007)] = 96798, + [SMALL_STATE(3008)] = 96864, + [SMALL_STATE(3009)] = 96924, + [SMALL_STATE(3010)] = 96984, + [SMALL_STATE(3011)] = 97050, + [SMALL_STATE(3012)] = 97110, + [SMALL_STATE(3013)] = 97174, + [SMALL_STATE(3014)] = 97234, + [SMALL_STATE(3015)] = 97294, + [SMALL_STATE(3016)] = 97354, + [SMALL_STATE(3017)] = 97414, + [SMALL_STATE(3018)] = 97480, + [SMALL_STATE(3019)] = 97546, + [SMALL_STATE(3020)] = 97606, + [SMALL_STATE(3021)] = 97672, + [SMALL_STATE(3022)] = 97732, + [SMALL_STATE(3023)] = 97792, + [SMALL_STATE(3024)] = 97852, + [SMALL_STATE(3025)] = 97916, + [SMALL_STATE(3026)] = 97976, + [SMALL_STATE(3027)] = 98036, + [SMALL_STATE(3028)] = 98098, + [SMALL_STATE(3029)] = 98158, + [SMALL_STATE(3030)] = 98224, + [SMALL_STATE(3031)] = 98284, + [SMALL_STATE(3032)] = 98346, + [SMALL_STATE(3033)] = 98406, + [SMALL_STATE(3034)] = 98466, + [SMALL_STATE(3035)] = 98528, + [SMALL_STATE(3036)] = 98588, + [SMALL_STATE(3037)] = 98647, + [SMALL_STATE(3038)] = 98706, + [SMALL_STATE(3039)] = 98765, + [SMALL_STATE(3040)] = 98824, + [SMALL_STATE(3041)] = 98883, + [SMALL_STATE(3042)] = 98942, + [SMALL_STATE(3043)] = 99001, + [SMALL_STATE(3044)] = 99064, + [SMALL_STATE(3045)] = 99123, + [SMALL_STATE(3046)] = 99182, + [SMALL_STATE(3047)] = 99243, + [SMALL_STATE(3048)] = 99304, + [SMALL_STATE(3049)] = 99367, + [SMALL_STATE(3050)] = 99430, + [SMALL_STATE(3051)] = 99489, + [SMALL_STATE(3052)] = 99548, + [SMALL_STATE(3053)] = 99607, + [SMALL_STATE(3054)] = 99668, + [SMALL_STATE(3055)] = 99731, + [SMALL_STATE(3056)] = 99792, + [SMALL_STATE(3057)] = 99853, + [SMALL_STATE(3058)] = 99914, + [SMALL_STATE(3059)] = 99975, + [SMALL_STATE(3060)] = 100034, + [SMALL_STATE(3061)] = 100095, + [SMALL_STATE(3062)] = 100156, + [SMALL_STATE(3063)] = 100217, + [SMALL_STATE(3064)] = 100276, + [SMALL_STATE(3065)] = 100335, + [SMALL_STATE(3066)] = 100394, + [SMALL_STATE(3067)] = 100453, + [SMALL_STATE(3068)] = 100514, + [SMALL_STATE(3069)] = 100587, + [SMALL_STATE(3070)] = 100646, + [SMALL_STATE(3071)] = 100705, + [SMALL_STATE(3072)] = 100764, + [SMALL_STATE(3073)] = 100823, + [SMALL_STATE(3074)] = 100882, + [SMALL_STATE(3075)] = 100941, + [SMALL_STATE(3076)] = 101004, + [SMALL_STATE(3077)] = 101063, + [SMALL_STATE(3078)] = 101124, + [SMALL_STATE(3079)] = 101183, + [SMALL_STATE(3080)] = 101242, + [SMALL_STATE(3081)] = 101301, + [SMALL_STATE(3082)] = 101360, + [SMALL_STATE(3083)] = 101419, + [SMALL_STATE(3084)] = 101478, + [SMALL_STATE(3085)] = 101539, + [SMALL_STATE(3086)] = 101598, + [SMALL_STATE(3087)] = 101657, + [SMALL_STATE(3088)] = 101716, + [SMALL_STATE(3089)] = 101777, + [SMALL_STATE(3090)] = 101836, + [SMALL_STATE(3091)] = 101899, + [SMALL_STATE(3092)] = 101958, + [SMALL_STATE(3093)] = 102017, + [SMALL_STATE(3094)] = 102078, + [SMALL_STATE(3095)] = 102137, + [SMALL_STATE(3096)] = 102196, + [SMALL_STATE(3097)] = 102255, + [SMALL_STATE(3098)] = 102314, + [SMALL_STATE(3099)] = 102373, + [SMALL_STATE(3100)] = 102432, + [SMALL_STATE(3101)] = 102491, + [SMALL_STATE(3102)] = 102550, + [SMALL_STATE(3103)] = 102609, + [SMALL_STATE(3104)] = 102668, + [SMALL_STATE(3105)] = 102727, + [SMALL_STATE(3106)] = 102786, + [SMALL_STATE(3107)] = 102845, + [SMALL_STATE(3108)] = 102904, + [SMALL_STATE(3109)] = 102963, + [SMALL_STATE(3110)] = 103022, + [SMALL_STATE(3111)] = 103081, + [SMALL_STATE(3112)] = 103140, + [SMALL_STATE(3113)] = 103199, + [SMALL_STATE(3114)] = 103258, + [SMALL_STATE(3115)] = 103317, + [SMALL_STATE(3116)] = 103376, + [SMALL_STATE(3117)] = 103435, + [SMALL_STATE(3118)] = 103494, + [SMALL_STATE(3119)] = 103553, + [SMALL_STATE(3120)] = 103612, + [SMALL_STATE(3121)] = 103671, + [SMALL_STATE(3122)] = 103732, + [SMALL_STATE(3123)] = 103790, + [SMALL_STATE(3124)] = 103848, + [SMALL_STATE(3125)] = 103914, + [SMALL_STATE(3126)] = 103972, + [SMALL_STATE(3127)] = 104030, + [SMALL_STATE(3128)] = 104088, + [SMALL_STATE(3129)] = 104148, + [SMALL_STATE(3130)] = 104206, + [SMALL_STATE(3131)] = 104268, + [SMALL_STATE(3132)] = 104326, + [SMALL_STATE(3133)] = 104384, + [SMALL_STATE(3134)] = 104442, + [SMALL_STATE(3135)] = 104500, + [SMALL_STATE(3136)] = 104558, + [SMALL_STATE(3137)] = 104616, + [SMALL_STATE(3138)] = 104674, + [SMALL_STATE(3139)] = 104734, + [SMALL_STATE(3140)] = 104792, + [SMALL_STATE(3141)] = 104850, + [SMALL_STATE(3142)] = 104908, + [SMALL_STATE(3143)] = 104966, + [SMALL_STATE(3144)] = 105024, + [SMALL_STATE(3145)] = 105082, + [SMALL_STATE(3146)] = 105140, + [SMALL_STATE(3147)] = 105198, + [SMALL_STATE(3148)] = 105256, + [SMALL_STATE(3149)] = 105314, + [SMALL_STATE(3150)] = 105372, + [SMALL_STATE(3151)] = 105430, + [SMALL_STATE(3152)] = 105488, + [SMALL_STATE(3153)] = 105546, + [SMALL_STATE(3154)] = 105604, + [SMALL_STATE(3155)] = 105662, + [SMALL_STATE(3156)] = 105720, + [SMALL_STATE(3157)] = 105778, + [SMALL_STATE(3158)] = 105836, + [SMALL_STATE(3159)] = 105894, + [SMALL_STATE(3160)] = 105952, + [SMALL_STATE(3161)] = 106010, + [SMALL_STATE(3162)] = 106068, + [SMALL_STATE(3163)] = 106126, + [SMALL_STATE(3164)] = 106184, + [SMALL_STATE(3165)] = 106242, + [SMALL_STATE(3166)] = 106300, + [SMALL_STATE(3167)] = 106358, + [SMALL_STATE(3168)] = 106416, + [SMALL_STATE(3169)] = 106474, + [SMALL_STATE(3170)] = 106532, + [SMALL_STATE(3171)] = 106590, + [SMALL_STATE(3172)] = 106650, + [SMALL_STATE(3173)] = 106708, + [SMALL_STATE(3174)] = 106770, + [SMALL_STATE(3175)] = 106828, + [SMALL_STATE(3176)] = 106886, + [SMALL_STATE(3177)] = 106944, + [SMALL_STATE(3178)] = 107002, + [SMALL_STATE(3179)] = 107060, + [SMALL_STATE(3180)] = 107118, + [SMALL_STATE(3181)] = 107176, + [SMALL_STATE(3182)] = 107234, + [SMALL_STATE(3183)] = 107292, + [SMALL_STATE(3184)] = 107350, + [SMALL_STATE(3185)] = 107408, + [SMALL_STATE(3186)] = 107466, + [SMALL_STATE(3187)] = 107524, + [SMALL_STATE(3188)] = 107582, + [SMALL_STATE(3189)] = 107640, + [SMALL_STATE(3190)] = 107698, + [SMALL_STATE(3191)] = 107756, + [SMALL_STATE(3192)] = 107814, + [SMALL_STATE(3193)] = 107872, + [SMALL_STATE(3194)] = 107930, + [SMALL_STATE(3195)] = 107988, + [SMALL_STATE(3196)] = 108045, + [SMALL_STATE(3197)] = 108102, + [SMALL_STATE(3198)] = 108167, + [SMALL_STATE(3199)] = 108224, + [SMALL_STATE(3200)] = 108289, + [SMALL_STATE(3201)] = 108348, + [SMALL_STATE(3202)] = 108405, + [SMALL_STATE(3203)] = 108462, + [SMALL_STATE(3204)] = 108521, + [SMALL_STATE(3205)] = 108581, + [SMALL_STATE(3206)] = 108657, + [SMALL_STATE(3207)] = 108713, + [SMALL_STATE(3208)] = 108777, + [SMALL_STATE(3209)] = 108841, + [SMALL_STATE(3210)] = 108917, + [SMALL_STATE(3211)] = 108993, + [SMALL_STATE(3212)] = 109049, + [SMALL_STATE(3213)] = 109105, + [SMALL_STATE(3214)] = 109161, + [SMALL_STATE(3215)] = 109237, + [SMALL_STATE(3216)] = 109313, + [SMALL_STATE(3217)] = 109389, + [SMALL_STATE(3218)] = 109449, + [SMALL_STATE(3219)] = 109513, + [SMALL_STATE(3220)] = 109589, + [SMALL_STATE(3221)] = 109665, + [SMALL_STATE(3222)] = 109741, + [SMALL_STATE(3223)] = 109817, + [SMALL_STATE(3224)] = 109893, + [SMALL_STATE(3225)] = 109969, + [SMALL_STATE(3226)] = 110045, + [SMALL_STATE(3227)] = 110121, + [SMALL_STATE(3228)] = 110187, + [SMALL_STATE(3229)] = 110263, + [SMALL_STATE(3230)] = 110339, + [SMALL_STATE(3231)] = 110404, + [SMALL_STATE(3232)] = 110463, + [SMALL_STATE(3233)] = 110522, + [SMALL_STATE(3234)] = 110579, + [SMALL_STATE(3235)] = 110636, + [SMALL_STATE(3236)] = 110694, + [SMALL_STATE(3237)] = 110748, + [SMALL_STATE(3238)] = 110806, + [SMALL_STATE(3239)] = 110864, + [SMALL_STATE(3240)] = 110922, + [SMALL_STATE(3241)] = 110980, + [SMALL_STATE(3242)] = 111038, + [SMALL_STATE(3243)] = 111094, + [SMALL_STATE(3244)] = 111150, + [SMALL_STATE(3245)] = 111204, + [SMALL_STATE(3246)] = 111258, + [SMALL_STATE(3247)] = 111312, + [SMALL_STATE(3248)] = 111366, + [SMALL_STATE(3249)] = 111436, + [SMALL_STATE(3250)] = 111490, + [SMALL_STATE(3251)] = 111548, + [SMALL_STATE(3252)] = 111606, + [SMALL_STATE(3253)] = 111664, + [SMALL_STATE(3254)] = 111718, + [SMALL_STATE(3255)] = 111775, + [SMALL_STATE(3256)] = 111842, + [SMALL_STATE(3257)] = 111899, + [SMALL_STATE(3258)] = 111956, + [SMALL_STATE(3259)] = 112013, + [SMALL_STATE(3260)] = 112070, + [SMALL_STATE(3261)] = 112127, + [SMALL_STATE(3262)] = 112184, + [SMALL_STATE(3263)] = 112237, + [SMALL_STATE(3264)] = 112294, + [SMALL_STATE(3265)] = 112351, + [SMALL_STATE(3266)] = 112404, + [SMALL_STATE(3267)] = 112457, + [SMALL_STATE(3268)] = 112512, + [SMALL_STATE(3269)] = 112565, + [SMALL_STATE(3270)] = 112618, + [SMALL_STATE(3271)] = 112686, + [SMALL_STATE(3272)] = 112760, + [SMALL_STATE(3273)] = 112824, + [SMALL_STATE(3274)] = 112874, + [SMALL_STATE(3275)] = 112928, + [SMALL_STATE(3276)] = 112992, + [SMALL_STATE(3277)] = 113042, + [SMALL_STATE(3278)] = 113092, + [SMALL_STATE(3279)] = 113142, + [SMALL_STATE(3280)] = 113210, + [SMALL_STATE(3281)] = 113272, + [SMALL_STATE(3282)] = 113342, + [SMALL_STATE(3283)] = 113400, + [SMALL_STATE(3284)] = 113480, + [SMALL_STATE(3285)] = 113562, + [SMALL_STATE(3286)] = 113646, + [SMALL_STATE(3287)] = 113718, + [SMALL_STATE(3288)] = 113784, + [SMALL_STATE(3289)] = 113858, + [SMALL_STATE(3290)] = 113934, + [SMALL_STATE(3291)] = 114012, + [SMALL_STATE(3292)] = 114066, + [SMALL_STATE(3293)] = 114130, + [SMALL_STATE(3294)] = 114196, + [SMALL_STATE(3295)] = 114264, + [SMALL_STATE(3296)] = 114324, + [SMALL_STATE(3297)] = 114386, + [SMALL_STATE(3298)] = 114454, + [SMALL_STATE(3299)] = 114524, + [SMALL_STATE(3300)] = 114580, + [SMALL_STATE(3301)] = 114638, + [SMALL_STATE(3302)] = 114716, + [SMALL_STATE(3303)] = 114796, + [SMALL_STATE(3304)] = 114876, + [SMALL_STATE(3305)] = 114958, + [SMALL_STATE(3306)] = 115040, + [SMALL_STATE(3307)] = 115124, + [SMALL_STATE(3308)] = 115194, + [SMALL_STATE(3309)] = 115266, + [SMALL_STATE(3310)] = 115330, + [SMALL_STATE(3311)] = 115396, + [SMALL_STATE(3312)] = 115468, + [SMALL_STATE(3313)] = 115542, + [SMALL_STATE(3314)] = 115616, + [SMALL_STATE(3315)] = 115692, + [SMALL_STATE(3316)] = 115768, + [SMALL_STATE(3317)] = 115846, + [SMALL_STATE(3318)] = 115914, + [SMALL_STATE(3319)] = 115976, + [SMALL_STATE(3320)] = 116046, + [SMALL_STATE(3321)] = 116104, + [SMALL_STATE(3322)] = 116184, + [SMALL_STATE(3323)] = 116266, + [SMALL_STATE(3324)] = 116350, + [SMALL_STATE(3325)] = 116422, + [SMALL_STATE(3326)] = 116488, + [SMALL_STATE(3327)] = 116562, + [SMALL_STATE(3328)] = 116638, + [SMALL_STATE(3329)] = 116716, + [SMALL_STATE(3330)] = 116766, + [SMALL_STATE(3331)] = 116826, + [SMALL_STATE(3332)] = 116894, + [SMALL_STATE(3333)] = 116950, + [SMALL_STATE(3334)] = 117028, + [SMALL_STATE(3335)] = 117108, + [SMALL_STATE(3336)] = 117190, + [SMALL_STATE(3337)] = 117260, + [SMALL_STATE(3338)] = 117324, + [SMALL_STATE(3339)] = 117396, + [SMALL_STATE(3340)] = 117470, + [SMALL_STATE(3341)] = 117546, + [SMALL_STATE(3342)] = 117612, + [SMALL_STATE(3343)] = 117680, + [SMALL_STATE(3344)] = 117740, + [SMALL_STATE(3345)] = 117802, + [SMALL_STATE(3346)] = 117870, + [SMALL_STATE(3347)] = 117940, + [SMALL_STATE(3348)] = 117996, + [SMALL_STATE(3349)] = 118054, + [SMALL_STATE(3350)] = 118132, + [SMALL_STATE(3351)] = 118212, + [SMALL_STATE(3352)] = 118292, + [SMALL_STATE(3353)] = 118374, + [SMALL_STATE(3354)] = 118456, + [SMALL_STATE(3355)] = 118540, + [SMALL_STATE(3356)] = 118610, + [SMALL_STATE(3357)] = 118682, + [SMALL_STATE(3358)] = 118746, + [SMALL_STATE(3359)] = 118812, + [SMALL_STATE(3360)] = 118884, + [SMALL_STATE(3361)] = 118958, + [SMALL_STATE(3362)] = 119032, + [SMALL_STATE(3363)] = 119108, + [SMALL_STATE(3364)] = 119184, + [SMALL_STATE(3365)] = 119262, + [SMALL_STATE(3366)] = 119312, + [SMALL_STATE(3367)] = 119378, + [SMALL_STATE(3368)] = 119438, + [SMALL_STATE(3369)] = 119506, + [SMALL_STATE(3370)] = 119562, + [SMALL_STATE(3371)] = 119640, + [SMALL_STATE(3372)] = 119720, + [SMALL_STATE(3373)] = 119802, + [SMALL_STATE(3374)] = 119872, + [SMALL_STATE(3375)] = 119936, + [SMALL_STATE(3376)] = 120008, + [SMALL_STATE(3377)] = 120082, + [SMALL_STATE(3378)] = 120158, + [SMALL_STATE(3379)] = 120222, + [SMALL_STATE(3380)] = 120292, + [SMALL_STATE(3381)] = 120356, + [SMALL_STATE(3382)] = 120414, + [SMALL_STATE(3383)] = 120480, + [SMALL_STATE(3384)] = 120534, + [SMALL_STATE(3385)] = 120610, + [SMALL_STATE(3386)] = 120688, + [SMALL_STATE(3387)] = 120768, + [SMALL_STATE(3388)] = 120830, + [SMALL_STATE(3389)] = 120900, + [SMALL_STATE(3390)] = 120972, + [SMALL_STATE(3391)] = 121038, + [SMALL_STATE(3392)] = 121113, + [SMALL_STATE(3393)] = 121166, + [SMALL_STATE(3394)] = 121239, + [SMALL_STATE(3395)] = 121306, + [SMALL_STATE(3396)] = 121383, + [SMALL_STATE(3397)] = 121462, + [SMALL_STATE(3398)] = 121523, + [SMALL_STATE(3399)] = 121584, + [SMALL_STATE(3400)] = 121645, + [SMALL_STATE(3401)] = 121706, + [SMALL_STATE(3402)] = 121773, + [SMALL_STATE(3403)] = 121834, + [SMALL_STATE(3404)] = 121903, + [SMALL_STATE(3405)] = 121964, + [SMALL_STATE(3406)] = 122031, + [SMALL_STATE(3407)] = 122100, + [SMALL_STATE(3408)] = 122171, + [SMALL_STATE(3409)] = 122232, + [SMALL_STATE(3410)] = 122293, + [SMALL_STATE(3411)] = 122352, + [SMALL_STATE(3412)] = 122403, + [SMALL_STATE(3413)] = 122454, + [SMALL_STATE(3414)] = 122515, + [SMALL_STATE(3415)] = 122576, + [SMALL_STATE(3416)] = 122629, + [SMALL_STATE(3417)] = 122692, + [SMALL_STATE(3418)] = 122749, + [SMALL_STATE(3419)] = 122814, + [SMALL_STATE(3420)] = 122875, + [SMALL_STATE(3421)] = 122941, + [SMALL_STATE(3422)] = 122995, + [SMALL_STATE(3423)] = 123061, + [SMALL_STATE(3424)] = 123147, + [SMALL_STATE(3425)] = 123233, + [SMALL_STATE(3426)] = 123299, + [SMALL_STATE(3427)] = 123353, + [SMALL_STATE(3428)] = 123419, + [SMALL_STATE(3429)] = 123474, + [SMALL_STATE(3430)] = 123523, + [SMALL_STATE(3431)] = 123586, + [SMALL_STATE(3432)] = 123641, + [SMALL_STATE(3433)] = 123704, + [SMALL_STATE(3434)] = 123759, + [SMALL_STATE(3435)] = 123814, + [SMALL_STATE(3436)] = 123869, + [SMALL_STATE(3437)] = 123932, + [SMALL_STATE(3438)] = 123987, + [SMALL_STATE(3439)] = 124042, + [SMALL_STATE(3440)] = 124093, + [SMALL_STATE(3441)] = 124144, + [SMALL_STATE(3442)] = 124197, + [SMALL_STATE(3443)] = 124250, + [SMALL_STATE(3444)] = 124305, + [SMALL_STATE(3445)] = 124388, + [SMALL_STATE(3446)] = 124443, + [SMALL_STATE(3447)] = 124498, + [SMALL_STATE(3448)] = 124553, + [SMALL_STATE(3449)] = 124608, + [SMALL_STATE(3450)] = 124691, + [SMALL_STATE(3451)] = 124754, + [SMALL_STATE(3452)] = 124817, + [SMALL_STATE(3453)] = 124880, + [SMALL_STATE(3454)] = 124943, + [SMALL_STATE(3455)] = 124998, + [SMALL_STATE(3456)] = 125053, + [SMALL_STATE(3457)] = 125108, + [SMALL_STATE(3458)] = 125163, + [SMALL_STATE(3459)] = 125218, + [SMALL_STATE(3460)] = 125273, + [SMALL_STATE(3461)] = 125328, + [SMALL_STATE(3462)] = 125383, + [SMALL_STATE(3463)] = 125438, + [SMALL_STATE(3464)] = 125493, + [SMALL_STATE(3465)] = 125548, + [SMALL_STATE(3466)] = 125603, + [SMALL_STATE(3467)] = 125658, + [SMALL_STATE(3468)] = 125713, + [SMALL_STATE(3469)] = 125768, + [SMALL_STATE(3470)] = 125823, + [SMALL_STATE(3471)] = 125875, + [SMALL_STATE(3472)] = 125923, + [SMALL_STATE(3473)] = 125975, + [SMALL_STATE(3474)] = 126023, + [SMALL_STATE(3475)] = 126085, + [SMALL_STATE(3476)] = 126135, + [SMALL_STATE(3477)] = 126187, + [SMALL_STATE(3478)] = 126235, + [SMALL_STATE(3479)] = 126283, + [SMALL_STATE(3480)] = 126333, + [SMALL_STATE(3481)] = 126385, + [SMALL_STATE(3482)] = 126437, + [SMALL_STATE(3483)] = 126489, + [SMALL_STATE(3484)] = 126537, + [SMALL_STATE(3485)] = 126586, + [SMALL_STATE(3486)] = 126633, + [SMALL_STATE(3487)] = 126680, + [SMALL_STATE(3488)] = 126727, + [SMALL_STATE(3489)] = 126774, + [SMALL_STATE(3490)] = 126823, + [SMALL_STATE(3491)] = 126870, + [SMALL_STATE(3492)] = 126921, + [SMALL_STATE(3493)] = 126970, + [SMALL_STATE(3494)] = 127021, + [SMALL_STATE(3495)] = 127072, + [SMALL_STATE(3496)] = 127118, + [SMALL_STATE(3497)] = 127164, + [SMALL_STATE(3498)] = 127210, + [SMALL_STATE(3499)] = 127258, + [SMALL_STATE(3500)] = 127304, + [SMALL_STATE(3501)] = 127352, + [SMALL_STATE(3502)] = 127396, + [SMALL_STATE(3503)] = 127450, + [SMALL_STATE(3504)] = 127504, + [SMALL_STATE(3505)] = 127553, + [SMALL_STATE(3506)] = 127598, + [SMALL_STATE(3507)] = 127647, + [SMALL_STATE(3508)] = 127700, + [SMALL_STATE(3509)] = 127745, + [SMALL_STATE(3510)] = 127798, + [SMALL_STATE(3511)] = 127843, + [SMALL_STATE(3512)] = 127888, + [SMALL_STATE(3513)] = 127937, + [SMALL_STATE(3514)] = 127990, + [SMALL_STATE(3515)] = 128039, + [SMALL_STATE(3516)] = 128087, + [SMALL_STATE(3517)] = 128133, + [SMALL_STATE(3518)] = 128181, + [SMALL_STATE(3519)] = 128227, + [SMALL_STATE(3520)] = 128273, + [SMALL_STATE(3521)] = 128321, + [SMALL_STATE(3522)] = 128369, + [SMALL_STATE(3523)] = 128415, + [SMALL_STATE(3524)] = 128458, + [SMALL_STATE(3525)] = 128505, + [SMALL_STATE(3526)] = 128594, + [SMALL_STATE(3527)] = 128645, + [SMALL_STATE(3528)] = 128692, + [SMALL_STATE(3529)] = 128735, + [SMALL_STATE(3530)] = 128780, + [SMALL_STATE(3531)] = 128823, + [SMALL_STATE(3532)] = 128868, + [SMALL_STATE(3533)] = 128911, + [SMALL_STATE(3534)] = 128958, + [SMALL_STATE(3535)] = 129005, + [SMALL_STATE(3536)] = 129050, + [SMALL_STATE(3537)] = 129097, + [SMALL_STATE(3538)] = 129146, + [SMALL_STATE(3539)] = 129193, + [SMALL_STATE(3540)] = 129240, + [SMALL_STATE(3541)] = 129287, + [SMALL_STATE(3542)] = 129334, + [SMALL_STATE(3543)] = 129381, + [SMALL_STATE(3544)] = 129424, + [SMALL_STATE(3545)] = 129467, + [SMALL_STATE(3546)] = 129514, + [SMALL_STATE(3547)] = 129557, + [SMALL_STATE(3548)] = 129602, + [SMALL_STATE(3549)] = 129645, + [SMALL_STATE(3550)] = 129734, + [SMALL_STATE(3551)] = 129781, + [SMALL_STATE(3552)] = 129828, + [SMALL_STATE(3553)] = 129875, + [SMALL_STATE(3554)] = 129922, + [SMALL_STATE(3555)] = 129965, + [SMALL_STATE(3556)] = 130012, + [SMALL_STATE(3557)] = 130059, + [SMALL_STATE(3558)] = 130107, + [SMALL_STATE(3559)] = 130177, + [SMALL_STATE(3560)] = 130247, + [SMALL_STATE(3561)] = 130319, + [SMALL_STATE(3562)] = 130391, + [SMALL_STATE(3563)] = 130465, + [SMALL_STATE(3564)] = 130507, + [SMALL_STATE(3565)] = 130567, + [SMALL_STATE(3566)] = 130629, + [SMALL_STATE(3567)] = 130683, + [SMALL_STATE(3568)] = 130727, + [SMALL_STATE(3569)] = 130783, + [SMALL_STATE(3570)] = 130845, + [SMALL_STATE(3571)] = 130909, + [SMALL_STATE(3572)] = 130973, + [SMALL_STATE(3573)] = 131039, + [SMALL_STATE(3574)] = 131105, + [SMALL_STATE(3575)] = 131173, + [SMALL_STATE(3576)] = 131231, + [SMALL_STATE(3577)] = 131283, + [SMALL_STATE(3578)] = 131343, + [SMALL_STATE(3579)] = 131391, + [SMALL_STATE(3580)] = 131461, + [SMALL_STATE(3581)] = 131533, + [SMALL_STATE(3582)] = 131607, + [SMALL_STATE(3583)] = 131669, + [SMALL_STATE(3584)] = 131725, + [SMALL_STATE(3585)] = 131789, + [SMALL_STATE(3586)] = 131855, + [SMALL_STATE(3587)] = 131923, + [SMALL_STATE(3588)] = 131991, + [SMALL_STATE(3589)] = 132035, + [SMALL_STATE(3590)] = 132079, + [SMALL_STATE(3591)] = 132125, + [SMALL_STATE(3592)] = 132181, + [SMALL_STATE(3593)] = 132231, + [SMALL_STATE(3594)] = 132289, + [SMALL_STATE(3595)] = 132335, + [SMALL_STATE(3596)] = 132403, + [SMALL_STATE(3597)] = 132473, + [SMALL_STATE(3598)] = 132545, + [SMALL_STATE(3599)] = 132587, + [SMALL_STATE(3600)] = 132647, + [SMALL_STATE(3601)] = 132701, + [SMALL_STATE(3602)] = 132743, + [SMALL_STATE(3603)] = 132805, + [SMALL_STATE(3604)] = 132847, + [SMALL_STATE(3605)] = 132889, + [SMALL_STATE(3606)] = 132953, + [SMALL_STATE(3607)] = 133019, + [SMALL_STATE(3608)] = 133075, + [SMALL_STATE(3609)] = 133121, + [SMALL_STATE(3610)] = 133179, + [SMALL_STATE(3611)] = 133221, + [SMALL_STATE(3612)] = 133271, + [SMALL_STATE(3613)] = 133323, + [SMALL_STATE(3614)] = 133381, + [SMALL_STATE(3615)] = 133441, + [SMALL_STATE(3616)] = 133487, + [SMALL_STATE(3617)] = 133533, + [SMALL_STATE(3618)] = 133581, + [SMALL_STATE(3619)] = 133649, + [SMALL_STATE(3620)] = 133719, + [SMALL_STATE(3621)] = 133789, + [SMALL_STATE(3622)] = 133835, + [SMALL_STATE(3623)] = 133907, + [SMALL_STATE(3624)] = 133979, + [SMALL_STATE(3625)] = 134053, + [SMALL_STATE(3626)] = 134113, + [SMALL_STATE(3627)] = 134175, + [SMALL_STATE(3628)] = 134229, + [SMALL_STATE(3629)] = 134285, + [SMALL_STATE(3630)] = 134347, + [SMALL_STATE(3631)] = 134391, + [SMALL_STATE(3632)] = 134449, + [SMALL_STATE(3633)] = 134501, + [SMALL_STATE(3634)] = 134565, + [SMALL_STATE(3635)] = 134629, + [SMALL_STATE(3636)] = 134695, + [SMALL_STATE(3637)] = 134761, + [SMALL_STATE(3638)] = 134809, + [SMALL_STATE(3639)] = 134869, + [SMALL_STATE(3640)] = 134937, + [SMALL_STATE(3641)] = 134985, + [SMALL_STATE(3642)] = 135033, + [SMALL_STATE(3643)] = 135089, + [SMALL_STATE(3644)] = 135139, + [SMALL_STATE(3645)] = 135187, + [SMALL_STATE(3646)] = 135235, + [SMALL_STATE(3647)] = 135293, + [SMALL_STATE(3648)] = 135339, + [SMALL_STATE(3649)] = 135407, + [SMALL_STATE(3650)] = 135455, + [SMALL_STATE(3651)] = 135525, + [SMALL_STATE(3652)] = 135597, + [SMALL_STATE(3653)] = 135657, + [SMALL_STATE(3654)] = 135711, + [SMALL_STATE(3655)] = 135773, + [SMALL_STATE(3656)] = 135843, + [SMALL_STATE(3657)] = 135915, + [SMALL_STATE(3658)] = 135979, + [SMALL_STATE(3659)] = 136045, + [SMALL_STATE(3660)] = 136109, + [SMALL_STATE(3661)] = 136151, + [SMALL_STATE(3662)] = 136197, + [SMALL_STATE(3663)] = 136263, + [SMALL_STATE(3664)] = 136319, + [SMALL_STATE(3665)] = 136377, + [SMALL_STATE(3666)] = 136427, + [SMALL_STATE(3667)] = 136479, + [SMALL_STATE(3668)] = 136553, + [SMALL_STATE(3669)] = 136601, + [SMALL_STATE(3670)] = 136659, + [SMALL_STATE(3671)] = 136703, + [SMALL_STATE(3672)] = 136749, + [SMALL_STATE(3673)] = 136791, + [SMALL_STATE(3674)] = 136851, + [SMALL_STATE(3675)] = 136897, + [SMALL_STATE(3676)] = 136939, + [SMALL_STATE(3677)] = 136987, + [SMALL_STATE(3678)] = 137055, + [SMALL_STATE(3679)] = 137117, + [SMALL_STATE(3680)] = 137173, + [SMALL_STATE(3681)] = 137256, + [SMALL_STATE(3682)] = 137339, + [SMALL_STATE(3683)] = 137412, + [SMALL_STATE(3684)] = 137495, + [SMALL_STATE(3685)] = 137578, + [SMALL_STATE(3686)] = 137661, + [SMALL_STATE(3687)] = 137744, + [SMALL_STATE(3688)] = 137827, + [SMALL_STATE(3689)] = 137872, + [SMALL_STATE(3690)] = 137955, + [SMALL_STATE(3691)] = 138038, + [SMALL_STATE(3692)] = 138121, + [SMALL_STATE(3693)] = 138204, + [SMALL_STATE(3694)] = 138287, + [SMALL_STATE(3695)] = 138370, + [SMALL_STATE(3696)] = 138453, + [SMALL_STATE(3697)] = 138536, + [SMALL_STATE(3698)] = 138619, + [SMALL_STATE(3699)] = 138702, + [SMALL_STATE(3700)] = 138785, + [SMALL_STATE(3701)] = 138858, + [SMALL_STATE(3702)] = 138941, + [SMALL_STATE(3703)] = 139014, + [SMALL_STATE(3704)] = 139087, + [SMALL_STATE(3705)] = 139170, + [SMALL_STATE(3706)] = 139213, + [SMALL_STATE(3707)] = 139286, + [SMALL_STATE(3708)] = 139359, + [SMALL_STATE(3709)] = 139442, + [SMALL_STATE(3710)] = 139525, + [SMALL_STATE(3711)] = 139608, + [SMALL_STATE(3712)] = 139691, + [SMALL_STATE(3713)] = 139736, + [SMALL_STATE(3714)] = 139819, + [SMALL_STATE(3715)] = 139902, + [SMALL_STATE(3716)] = 139944, + [SMALL_STATE(3717)] = 139986, + [SMALL_STATE(3718)] = 140028, + [SMALL_STATE(3719)] = 140092, + [SMALL_STATE(3720)] = 140158, + [SMALL_STATE(3721)] = 140226, + [SMALL_STATE(3722)] = 140282, + [SMALL_STATE(3723)] = 140332, + [SMALL_STATE(3724)] = 140398, + [SMALL_STATE(3725)] = 140456, + [SMALL_STATE(3726)] = 140516, + [SMALL_STATE(3727)] = 140578, + [SMALL_STATE(3728)] = 140624, + [SMALL_STATE(3729)] = 140692, + [SMALL_STATE(3730)] = 140748, + [SMALL_STATE(3731)] = 140802, + [SMALL_STATE(3732)] = 140844, + [SMALL_STATE(3733)] = 140898, + [SMALL_STATE(3734)] = 140942, + [SMALL_STATE(3735)] = 140988, + [SMALL_STATE(3736)] = 141030, + [SMALL_STATE(3737)] = 141074, + [SMALL_STATE(3738)] = 141118, + [SMALL_STATE(3739)] = 141162, + [SMALL_STATE(3740)] = 141224, + [SMALL_STATE(3741)] = 141266, + [SMALL_STATE(3742)] = 141308, + [SMALL_STATE(3743)] = 141366, + [SMALL_STATE(3744)] = 141408, + [SMALL_STATE(3745)] = 141468, + [SMALL_STATE(3746)] = 141510, + [SMALL_STATE(3747)] = 141562, + [SMALL_STATE(3748)] = 141604, + [SMALL_STATE(3749)] = 141668, + [SMALL_STATE(3750)] = 141720, + [SMALL_STATE(3751)] = 141770, + [SMALL_STATE(3752)] = 141847, + [SMALL_STATE(3753)] = 141924, + [SMALL_STATE(3754)] = 142001, + [SMALL_STATE(3755)] = 142078, + [SMALL_STATE(3756)] = 142145, + [SMALL_STATE(3757)] = 142212, + [SMALL_STATE(3758)] = 142289, + [SMALL_STATE(3759)] = 142356, + [SMALL_STATE(3760)] = 142433, + [SMALL_STATE(3761)] = 142510, + [SMALL_STATE(3762)] = 142587, + [SMALL_STATE(3763)] = 142664, + [SMALL_STATE(3764)] = 142741, + [SMALL_STATE(3765)] = 142786, + [SMALL_STATE(3766)] = 142853, + [SMALL_STATE(3767)] = 142930, + [SMALL_STATE(3768)] = 143007, + [SMALL_STATE(3769)] = 143074, + [SMALL_STATE(3770)] = 143141, + [SMALL_STATE(3771)] = 143179, + [SMALL_STATE(3772)] = 143223, + [SMALL_STATE(3773)] = 143277, + [SMALL_STATE(3774)] = 143328, + [SMALL_STATE(3775)] = 143379, + [SMALL_STATE(3776)] = 143430, + [SMALL_STATE(3777)] = 143483, + [SMALL_STATE(3778)] = 143531, + [SMALL_STATE(3779)] = 143579, + [SMALL_STATE(3780)] = 143629, + [SMALL_STATE(3781)] = 143685, + [SMALL_STATE(3782)] = 143725, + [SMALL_STATE(3783)] = 143765, + [SMALL_STATE(3784)] = 143815, + [SMALL_STATE(3785)] = 143865, + [SMALL_STATE(3786)] = 143913, + [SMALL_STATE(3787)] = 143961, + [SMALL_STATE(3788)] = 144014, + [SMALL_STATE(3789)] = 144067, + [SMALL_STATE(3790)] = 144120, + [SMALL_STATE(3791)] = 144159, + [SMALL_STATE(3792)] = 144206, + [SMALL_STATE(3793)] = 144245, + [SMALL_STATE(3794)] = 144282, + [SMALL_STATE(3795)] = 144319, + [SMALL_STATE(3796)] = 144366, + [SMALL_STATE(3797)] = 144413, + [SMALL_STATE(3798)] = 144460, + [SMALL_STATE(3799)] = 144503, + [SMALL_STATE(3800)] = 144550, + [SMALL_STATE(3801)] = 144605, + [SMALL_STATE(3802)] = 144639, + [SMALL_STATE(3803)] = 144677, + [SMALL_STATE(3804)] = 144719, + [SMALL_STATE(3805)] = 144769, + [SMALL_STATE(3806)] = 144819, + [SMALL_STATE(3807)] = 144869, + [SMALL_STATE(3808)] = 144905, + [SMALL_STATE(3809)] = 144939, + [SMALL_STATE(3810)] = 144989, + [SMALL_STATE(3811)] = 145027, + [SMALL_STATE(3812)] = 145065, + [SMALL_STATE(3813)] = 145117, + [SMALL_STATE(3814)] = 145151, + [SMALL_STATE(3815)] = 145189, + [SMALL_STATE(3816)] = 145241, + [SMALL_STATE(3817)] = 145287, + [SMALL_STATE(3818)] = 145323, + [SMALL_STATE(3819)] = 145375, + [SMALL_STATE(3820)] = 145409, + [SMALL_STATE(3821)] = 145458, + [SMALL_STATE(3822)] = 145495, + [SMALL_STATE(3823)] = 145528, + [SMALL_STATE(3824)] = 145561, + [SMALL_STATE(3825)] = 145598, + [SMALL_STATE(3826)] = 145633, + [SMALL_STATE(3827)] = 145680, + [SMALL_STATE(3828)] = 145715, + [SMALL_STATE(3829)] = 145752, + [SMALL_STATE(3830)] = 145785, + [SMALL_STATE(3831)] = 145834, + [SMALL_STATE(3832)] = 145883, + [SMALL_STATE(3833)] = 145916, + [SMALL_STATE(3834)] = 145951, + [SMALL_STATE(3835)] = 145986, + [SMALL_STATE(3836)] = 146035, + [SMALL_STATE(3837)] = 146072, + [SMALL_STATE(3838)] = 146107, + [SMALL_STATE(3839)] = 146160, + [SMALL_STATE(3840)] = 146192, + [SMALL_STATE(3841)] = 146224, + [SMALL_STATE(3842)] = 146258, + [SMALL_STATE(3843)] = 146294, + [SMALL_STATE(3844)] = 146328, + [SMALL_STATE(3845)] = 146364, + [SMALL_STATE(3846)] = 146404, + [SMALL_STATE(3847)] = 146454, + [SMALL_STATE(3848)] = 146504, + [SMALL_STATE(3849)] = 146536, + [SMALL_STATE(3850)] = 146568, + [SMALL_STATE(3851)] = 146600, + [SMALL_STATE(3852)] = 146632, + [SMALL_STATE(3853)] = 146670, + [SMALL_STATE(3854)] = 146710, + [SMALL_STATE(3855)] = 146760, + [SMALL_STATE(3856)] = 146796, + [SMALL_STATE(3857)] = 146828, + [SMALL_STATE(3858)] = 146862, + [SMALL_STATE(3859)] = 146894, + [SMALL_STATE(3860)] = 146932, + [SMALL_STATE(3861)] = 146972, + [SMALL_STATE(3862)] = 147008, + [SMALL_STATE(3863)] = 147042, + [SMALL_STATE(3864)] = 147074, + [SMALL_STATE(3865)] = 147120, + [SMALL_STATE(3866)] = 147167, + [SMALL_STATE(3867)] = 147206, + [SMALL_STATE(3868)] = 147237, + [SMALL_STATE(3869)] = 147274, + [SMALL_STATE(3870)] = 147311, + [SMALL_STATE(3871)] = 147346, + [SMALL_STATE(3872)] = 147377, + [SMALL_STATE(3873)] = 147414, + [SMALL_STATE(3874)] = 147445, + [SMALL_STATE(3875)] = 147480, + [SMALL_STATE(3876)] = 147511, + [SMALL_STATE(3877)] = 147550, + [SMALL_STATE(3878)] = 147585, + [SMALL_STATE(3879)] = 147618, + [SMALL_STATE(3880)] = 147649, + [SMALL_STATE(3881)] = 147684, + [SMALL_STATE(3882)] = 147725, + [SMALL_STATE(3883)] = 147758, + [SMALL_STATE(3884)] = 147805, + [SMALL_STATE(3885)] = 147852, + [SMALL_STATE(3886)] = 147883, + [SMALL_STATE(3887)] = 147914, + [SMALL_STATE(3888)] = 147949, + [SMALL_STATE(3889)] = 147980, + [SMALL_STATE(3890)] = 148027, + [SMALL_STATE(3891)] = 148060, + [SMALL_STATE(3892)] = 148105, + [SMALL_STATE(3893)] = 148144, + [SMALL_STATE(3894)] = 148177, + [SMALL_STATE(3895)] = 148207, + [SMALL_STATE(3896)] = 148241, + [SMALL_STATE(3897)] = 148279, + [SMALL_STATE(3898)] = 148309, + [SMALL_STATE(3899)] = 148339, + [SMALL_STATE(3900)] = 148371, + [SMALL_STATE(3901)] = 148403, + [SMALL_STATE(3902)] = 148435, + [SMALL_STATE(3903)] = 148465, + [SMALL_STATE(3904)] = 148495, + [SMALL_STATE(3905)] = 148545, + [SMALL_STATE(3906)] = 148583, + [SMALL_STATE(3907)] = 148617, + [SMALL_STATE(3908)] = 148651, + [SMALL_STATE(3909)] = 148681, + [SMALL_STATE(3910)] = 148713, + [SMALL_STATE(3911)] = 148745, + [SMALL_STATE(3912)] = 148785, + [SMALL_STATE(3913)] = 148821, + [SMALL_STATE(3914)] = 148855, + [SMALL_STATE(3915)] = 148887, + [SMALL_STATE(3916)] = 148919, + [SMALL_STATE(3917)] = 148949, + [SMALL_STATE(3918)] = 148987, + [SMALL_STATE(3919)] = 149021, + [SMALL_STATE(3920)] = 149059, + [SMALL_STATE(3921)] = 149091, + [SMALL_STATE(3922)] = 149121, + [SMALL_STATE(3923)] = 149151, + [SMALL_STATE(3924)] = 149181, + [SMALL_STATE(3925)] = 149211, + [SMALL_STATE(3926)] = 149241, + [SMALL_STATE(3927)] = 149279, + [SMALL_STATE(3928)] = 149309, + [SMALL_STATE(3929)] = 149339, + [SMALL_STATE(3930)] = 149369, + [SMALL_STATE(3931)] = 149401, + [SMALL_STATE(3932)] = 149433, + [SMALL_STATE(3933)] = 149465, + [SMALL_STATE(3934)] = 149497, + [SMALL_STATE(3935)] = 149529, + [SMALL_STATE(3936)] = 149561, + [SMALL_STATE(3937)] = 149591, + [SMALL_STATE(3938)] = 149628, + [SMALL_STATE(3939)] = 149657, + [SMALL_STATE(3940)] = 149694, + [SMALL_STATE(3941)] = 149725, + [SMALL_STATE(3942)] = 149762, + [SMALL_STATE(3943)] = 149799, + [SMALL_STATE(3944)] = 149830, + [SMALL_STATE(3945)] = 149867, + [SMALL_STATE(3946)] = 149904, + [SMALL_STATE(3947)] = 149937, + [SMALL_STATE(3948)] = 149974, + [SMALL_STATE(3949)] = 150003, + [SMALL_STATE(3950)] = 150040, + [SMALL_STATE(3951)] = 150073, + [SMALL_STATE(3952)] = 150102, + [SMALL_STATE(3953)] = 150131, + [SMALL_STATE(3954)] = 150160, + [SMALL_STATE(3955)] = 150189, + [SMALL_STATE(3956)] = 150218, + [SMALL_STATE(3957)] = 150249, + [SMALL_STATE(3958)] = 150286, + [SMALL_STATE(3959)] = 150315, + [SMALL_STATE(3960)] = 150352, + [SMALL_STATE(3961)] = 150389, + [SMALL_STATE(3962)] = 150426, + [SMALL_STATE(3963)] = 150463, + [SMALL_STATE(3964)] = 150500, + [SMALL_STATE(3965)] = 150537, + [SMALL_STATE(3966)] = 150566, + [SMALL_STATE(3967)] = 150603, + [SMALL_STATE(3968)] = 150634, + [SMALL_STATE(3969)] = 150665, + [SMALL_STATE(3970)] = 150694, + [SMALL_STATE(3971)] = 150731, + [SMALL_STATE(3972)] = 150768, + [SMALL_STATE(3973)] = 150805, + [SMALL_STATE(3974)] = 150836, + [SMALL_STATE(3975)] = 150873, + [SMALL_STATE(3976)] = 150902, + [SMALL_STATE(3977)] = 150931, + [SMALL_STATE(3978)] = 150962, + [SMALL_STATE(3979)] = 150991, + [SMALL_STATE(3980)] = 151022, + [SMALL_STATE(3981)] = 151055, + [SMALL_STATE(3982)] = 151092, + [SMALL_STATE(3983)] = 151121, + [SMALL_STATE(3984)] = 151150, + [SMALL_STATE(3985)] = 151179, + [SMALL_STATE(3986)] = 151216, + [SMALL_STATE(3987)] = 151245, + [SMALL_STATE(3988)] = 151276, + [SMALL_STATE(3989)] = 151305, + [SMALL_STATE(3990)] = 151336, + [SMALL_STATE(3991)] = 151367, + [SMALL_STATE(3992)] = 151398, + [SMALL_STATE(3993)] = 151429, + [SMALL_STATE(3994)] = 151460, + [SMALL_STATE(3995)] = 151491, + [SMALL_STATE(3996)] = 151522, + [SMALL_STATE(3997)] = 151555, + [SMALL_STATE(3998)] = 151584, + [SMALL_STATE(3999)] = 151613, + [SMALL_STATE(4000)] = 151644, + [SMALL_STATE(4001)] = 151675, + [SMALL_STATE(4002)] = 151712, + [SMALL_STATE(4003)] = 151745, + [SMALL_STATE(4004)] = 151774, + [SMALL_STATE(4005)] = 151807, + [SMALL_STATE(4006)] = 151838, + [SMALL_STATE(4007)] = 151869, + [SMALL_STATE(4008)] = 151900, + [SMALL_STATE(4009)] = 151937, + [SMALL_STATE(4010)] = 151974, + [SMALL_STATE(4011)] = 152011, + [SMALL_STATE(4012)] = 152044, + [SMALL_STATE(4013)] = 152073, + [SMALL_STATE(4014)] = 152108, + [SMALL_STATE(4015)] = 152139, + [SMALL_STATE(4016)] = 152176, + [SMALL_STATE(4017)] = 152213, + [SMALL_STATE(4018)] = 152250, + [SMALL_STATE(4019)] = 152279, + [SMALL_STATE(4020)] = 152310, + [SMALL_STATE(4021)] = 152341, + [SMALL_STATE(4022)] = 152369, + [SMALL_STATE(4023)] = 152405, + [SMALL_STATE(4024)] = 152441, + [SMALL_STATE(4025)] = 152477, + [SMALL_STATE(4026)] = 152513, + [SMALL_STATE(4027)] = 152549, + [SMALL_STATE(4028)] = 152585, + [SMALL_STATE(4029)] = 152615, + [SMALL_STATE(4030)] = 152647, + [SMALL_STATE(4031)] = 152683, + [SMALL_STATE(4032)] = 152719, + [SMALL_STATE(4033)] = 152767, + [SMALL_STATE(4034)] = 152795, + [SMALL_STATE(4035)] = 152839, + [SMALL_STATE(4036)] = 152871, + [SMALL_STATE(4037)] = 152901, + [SMALL_STATE(4038)] = 152933, + [SMALL_STATE(4039)] = 152961, + [SMALL_STATE(4040)] = 152989, + [SMALL_STATE(4041)] = 153025, + [SMALL_STATE(4042)] = 153053, + [SMALL_STATE(4043)] = 153081, + [SMALL_STATE(4044)] = 153117, + [SMALL_STATE(4045)] = 153145, + [SMALL_STATE(4046)] = 153181, + [SMALL_STATE(4047)] = 153211, + [SMALL_STATE(4048)] = 153255, + [SMALL_STATE(4049)] = 153291, + [SMALL_STATE(4050)] = 153321, + [SMALL_STATE(4051)] = 153351, + [SMALL_STATE(4052)] = 153387, + [SMALL_STATE(4053)] = 153425, + [SMALL_STATE(4054)] = 153455, + [SMALL_STATE(4055)] = 153491, + [SMALL_STATE(4056)] = 153527, + [SMALL_STATE(4057)] = 153563, + [SMALL_STATE(4058)] = 153591, + [SMALL_STATE(4059)] = 153621, + [SMALL_STATE(4060)] = 153669, + [SMALL_STATE(4061)] = 153697, + [SMALL_STATE(4062)] = 153725, + [SMALL_STATE(4063)] = 153753, + [SMALL_STATE(4064)] = 153781, + [SMALL_STATE(4065)] = 153817, + [SMALL_STATE(4066)] = 153853, + [SMALL_STATE(4067)] = 153883, + [SMALL_STATE(4068)] = 153911, + [SMALL_STATE(4069)] = 153943, + [SMALL_STATE(4070)] = 153975, + [SMALL_STATE(4071)] = 154013, + [SMALL_STATE(4072)] = 154045, + [SMALL_STATE(4073)] = 154077, + [SMALL_STATE(4074)] = 154105, + [SMALL_STATE(4075)] = 154133, + [SMALL_STATE(4076)] = 154165, + [SMALL_STATE(4077)] = 154193, + [SMALL_STATE(4078)] = 154221, + [SMALL_STATE(4079)] = 154257, + [SMALL_STATE(4080)] = 154285, + [SMALL_STATE(4081)] = 154317, + [SMALL_STATE(4082)] = 154345, + [SMALL_STATE(4083)] = 154381, + [SMALL_STATE(4084)] = 154413, + [SMALL_STATE(4085)] = 154441, + [SMALL_STATE(4086)] = 154477, + [SMALL_STATE(4087)] = 154509, + [SMALL_STATE(4088)] = 154545, + [SMALL_STATE(4089)] = 154581, + [SMALL_STATE(4090)] = 154617, + [SMALL_STATE(4091)] = 154645, + [SMALL_STATE(4092)] = 154675, + [SMALL_STATE(4093)] = 154719, + [SMALL_STATE(4094)] = 154755, + [SMALL_STATE(4095)] = 154799, + [SMALL_STATE(4096)] = 154843, + [SMALL_STATE(4097)] = 154891, + [SMALL_STATE(4098)] = 154939, + [SMALL_STATE(4099)] = 154967, + [SMALL_STATE(4100)] = 155003, + [SMALL_STATE(4101)] = 155039, + [SMALL_STATE(4102)] = 155067, + [SMALL_STATE(4103)] = 155103, + [SMALL_STATE(4104)] = 155131, + [SMALL_STATE(4105)] = 155159, + [SMALL_STATE(4106)] = 155189, + [SMALL_STATE(4107)] = 155225, + [SMALL_STATE(4108)] = 155257, + [SMALL_STATE(4109)] = 155288, + [SMALL_STATE(4110)] = 155321, + [SMALL_STATE(4111)] = 155348, + [SMALL_STATE(4112)] = 155375, + [SMALL_STATE(4113)] = 155404, + [SMALL_STATE(4114)] = 155431, + [SMALL_STATE(4115)] = 155458, + [SMALL_STATE(4116)] = 155489, + [SMALL_STATE(4117)] = 155518, + [SMALL_STATE(4118)] = 155547, + [SMALL_STATE(4119)] = 155578, + [SMALL_STATE(4120)] = 155607, + [SMALL_STATE(4121)] = 155636, + [SMALL_STATE(4122)] = 155667, + [SMALL_STATE(4123)] = 155698, + [SMALL_STATE(4124)] = 155729, + [SMALL_STATE(4125)] = 155760, + [SMALL_STATE(4126)] = 155791, + [SMALL_STATE(4127)] = 155828, + [SMALL_STATE(4128)] = 155859, + [SMALL_STATE(4129)] = 155886, + [SMALL_STATE(4130)] = 155913, + [SMALL_STATE(4131)] = 155944, + [SMALL_STATE(4132)] = 155971, + [SMALL_STATE(4133)] = 156002, + [SMALL_STATE(4134)] = 156031, + [SMALL_STATE(4135)] = 156060, + [SMALL_STATE(4136)] = 156091, + [SMALL_STATE(4137)] = 156122, + [SMALL_STATE(4138)] = 156153, + [SMALL_STATE(4139)] = 156186, + [SMALL_STATE(4140)] = 156213, + [SMALL_STATE(4141)] = 156238, + [SMALL_STATE(4142)] = 156269, + [SMALL_STATE(4143)] = 156302, + [SMALL_STATE(4144)] = 156335, + [SMALL_STATE(4145)] = 156362, + [SMALL_STATE(4146)] = 156389, + [SMALL_STATE(4147)] = 156420, + [SMALL_STATE(4148)] = 156453, + [SMALL_STATE(4149)] = 156480, + [SMALL_STATE(4150)] = 156507, + [SMALL_STATE(4151)] = 156534, + [SMALL_STATE(4152)] = 156563, + [SMALL_STATE(4153)] = 156592, + [SMALL_STATE(4154)] = 156623, + [SMALL_STATE(4155)] = 156648, + [SMALL_STATE(4156)] = 156679, + [SMALL_STATE(4157)] = 156706, + [SMALL_STATE(4158)] = 156731, + [SMALL_STATE(4159)] = 156758, + [SMALL_STATE(4160)] = 156785, + [SMALL_STATE(4161)] = 156820, + [SMALL_STATE(4162)] = 156847, + [SMALL_STATE(4163)] = 156876, + [SMALL_STATE(4164)] = 156905, + [SMALL_STATE(4165)] = 156936, + [SMALL_STATE(4166)] = 156963, + [SMALL_STATE(4167)] = 156994, + [SMALL_STATE(4168)] = 157029, + [SMALL_STATE(4169)] = 157054, + [SMALL_STATE(4170)] = 157085, + [SMALL_STATE(4171)] = 157110, + [SMALL_STATE(4172)] = 157141, + [SMALL_STATE(4173)] = 157172, + [SMALL_STATE(4174)] = 157201, + [SMALL_STATE(4175)] = 157226, + [SMALL_STATE(4176)] = 157257, + [SMALL_STATE(4177)] = 157288, + [SMALL_STATE(4178)] = 157317, + [SMALL_STATE(4179)] = 157346, + [SMALL_STATE(4180)] = 157379, + [SMALL_STATE(4181)] = 157412, + [SMALL_STATE(4182)] = 157445, + [SMALL_STATE(4183)] = 157476, + [SMALL_STATE(4184)] = 157507, + [SMALL_STATE(4185)] = 157538, + [SMALL_STATE(4186)] = 157569, + [SMALL_STATE(4187)] = 157602, + [SMALL_STATE(4188)] = 157635, + [SMALL_STATE(4189)] = 157662, + [SMALL_STATE(4190)] = 157689, + [SMALL_STATE(4191)] = 157714, + [SMALL_STATE(4192)] = 157749, + [SMALL_STATE(4193)] = 157784, + [SMALL_STATE(4194)] = 157819, + [SMALL_STATE(4195)] = 157844, + [SMALL_STATE(4196)] = 157875, + [SMALL_STATE(4197)] = 157906, + [SMALL_STATE(4198)] = 157937, + [SMALL_STATE(4199)] = 157968, + [SMALL_STATE(4200)] = 158001, + [SMALL_STATE(4201)] = 158034, + [SMALL_STATE(4202)] = 158061, + [SMALL_STATE(4203)] = 158088, + [SMALL_STATE(4204)] = 158115, + [SMALL_STATE(4205)] = 158148, + [SMALL_STATE(4206)] = 158175, + [SMALL_STATE(4207)] = 158206, + [SMALL_STATE(4208)] = 158235, + [SMALL_STATE(4209)] = 158268, + [SMALL_STATE(4210)] = 158303, + [SMALL_STATE(4211)] = 158334, + [SMALL_STATE(4212)] = 158363, + [SMALL_STATE(4213)] = 158388, + [SMALL_STATE(4214)] = 158413, + [SMALL_STATE(4215)] = 158444, + [SMALL_STATE(4216)] = 158471, + [SMALL_STATE(4217)] = 158498, + [SMALL_STATE(4218)] = 158525, + [SMALL_STATE(4219)] = 158560, + [SMALL_STATE(4220)] = 158595, + [SMALL_STATE(4221)] = 158630, + [SMALL_STATE(4222)] = 158657, + [SMALL_STATE(4223)] = 158684, + [SMALL_STATE(4224)] = 158719, + [SMALL_STATE(4225)] = 158752, + [SMALL_STATE(4226)] = 158783, + [SMALL_STATE(4227)] = 158812, + [SMALL_STATE(4228)] = 158843, + [SMALL_STATE(4229)] = 158872, + [SMALL_STATE(4230)] = 158907, + [SMALL_STATE(4231)] = 158940, + [SMALL_STATE(4232)] = 158971, + [SMALL_STATE(4233)] = 159006, + [SMALL_STATE(4234)] = 159037, + [SMALL_STATE(4235)] = 159072, + [SMALL_STATE(4236)] = 159107, + [SMALL_STATE(4237)] = 159140, + [SMALL_STATE(4238)] = 159175, + [SMALL_STATE(4239)] = 159210, + [SMALL_STATE(4240)] = 159241, + [SMALL_STATE(4241)] = 159274, + [SMALL_STATE(4242)] = 159301, + [SMALL_STATE(4243)] = 159332, + [SMALL_STATE(4244)] = 159367, + [SMALL_STATE(4245)] = 159398, + [SMALL_STATE(4246)] = 159425, + [SMALL_STATE(4247)] = 159452, + [SMALL_STATE(4248)] = 159479, + [SMALL_STATE(4249)] = 159512, + [SMALL_STATE(4250)] = 159539, + [SMALL_STATE(4251)] = 159574, + [SMALL_STATE(4252)] = 159601, + [SMALL_STATE(4253)] = 159634, + [SMALL_STATE(4254)] = 159669, + [SMALL_STATE(4255)] = 159696, + [SMALL_STATE(4256)] = 159731, + [SMALL_STATE(4257)] = 159766, + [SMALL_STATE(4258)] = 159793, + [SMALL_STATE(4259)] = 159820, + [SMALL_STATE(4260)] = 159847, + [SMALL_STATE(4261)] = 159878, + [SMALL_STATE(4262)] = 159913, + [SMALL_STATE(4263)] = 159940, + [SMALL_STATE(4264)] = 159971, + [SMALL_STATE(4265)] = 159998, + [SMALL_STATE(4266)] = 160029, + [SMALL_STATE(4267)] = 160056, + [SMALL_STATE(4268)] = 160083, + [SMALL_STATE(4269)] = 160114, + [SMALL_STATE(4270)] = 160143, + [SMALL_STATE(4271)] = 160172, + [SMALL_STATE(4272)] = 160207, + [SMALL_STATE(4273)] = 160238, + [SMALL_STATE(4274)] = 160263, + [SMALL_STATE(4275)] = 160298, + [SMALL_STATE(4276)] = 160329, + [SMALL_STATE(4277)] = 160364, + [SMALL_STATE(4278)] = 160399, + [SMALL_STATE(4279)] = 160428, + [SMALL_STATE(4280)] = 160455, + [SMALL_STATE(4281)] = 160484, + [SMALL_STATE(4282)] = 160519, + [SMALL_STATE(4283)] = 160550, + [SMALL_STATE(4284)] = 160585, + [SMALL_STATE(4285)] = 160616, + [SMALL_STATE(4286)] = 160651, + [SMALL_STATE(4287)] = 160682, + [SMALL_STATE(4288)] = 160709, + [SMALL_STATE(4289)] = 160740, + [SMALL_STATE(4290)] = 160771, + [SMALL_STATE(4291)] = 160802, + [SMALL_STATE(4292)] = 160833, + [SMALL_STATE(4293)] = 160868, + [SMALL_STATE(4294)] = 160899, + [SMALL_STATE(4295)] = 160926, + [SMALL_STATE(4296)] = 160953, + [SMALL_STATE(4297)] = 160984, + [SMALL_STATE(4298)] = 161015, + [SMALL_STATE(4299)] = 161050, + [SMALL_STATE(4300)] = 161081, + [SMALL_STATE(4301)] = 161109, + [SMALL_STATE(4302)] = 161135, + [SMALL_STATE(4303)] = 161163, + [SMALL_STATE(4304)] = 161215, + [SMALL_STATE(4305)] = 161241, + [SMALL_STATE(4306)] = 161271, + [SMALL_STATE(4307)] = 161295, + [SMALL_STATE(4308)] = 161321, + [SMALL_STATE(4309)] = 161351, + [SMALL_STATE(4310)] = 161381, + [SMALL_STATE(4311)] = 161411, + [SMALL_STATE(4312)] = 161437, + [SMALL_STATE(4313)] = 161465, + [SMALL_STATE(4314)] = 161495, + [SMALL_STATE(4315)] = 161519, + [SMALL_STATE(4316)] = 161545, + [SMALL_STATE(4317)] = 161569, + [SMALL_STATE(4318)] = 161593, + [SMALL_STATE(4319)] = 161621, + [SMALL_STATE(4320)] = 161647, + [SMALL_STATE(4321)] = 161677, + [SMALL_STATE(4322)] = 161707, + [SMALL_STATE(4323)] = 161739, + [SMALL_STATE(4324)] = 161769, + [SMALL_STATE(4325)] = 161799, + [SMALL_STATE(4326)] = 161825, + [SMALL_STATE(4327)] = 161877, + [SMALL_STATE(4328)] = 161907, + [SMALL_STATE(4329)] = 161933, + [SMALL_STATE(4330)] = 161961, + [SMALL_STATE(4331)] = 162013, + [SMALL_STATE(4332)] = 162043, + [SMALL_STATE(4333)] = 162071, + [SMALL_STATE(4334)] = 162097, + [SMALL_STATE(4335)] = 162149, + [SMALL_STATE(4336)] = 162173, + [SMALL_STATE(4337)] = 162203, + [SMALL_STATE(4338)] = 162233, + [SMALL_STATE(4339)] = 162279, + [SMALL_STATE(4340)] = 162309, + [SMALL_STATE(4341)] = 162361, + [SMALL_STATE(4342)] = 162393, + [SMALL_STATE(4343)] = 162417, + [SMALL_STATE(4344)] = 162469, + [SMALL_STATE(4345)] = 162495, + [SMALL_STATE(4346)] = 162523, + [SMALL_STATE(4347)] = 162553, + [SMALL_STATE(4348)] = 162581, + [SMALL_STATE(4349)] = 162609, + [SMALL_STATE(4350)] = 162637, + [SMALL_STATE(4351)] = 162689, + [SMALL_STATE(4352)] = 162715, + [SMALL_STATE(4353)] = 162767, + [SMALL_STATE(4354)] = 162791, + [SMALL_STATE(4355)] = 162821, + [SMALL_STATE(4356)] = 162849, + [SMALL_STATE(4357)] = 162877, + [SMALL_STATE(4358)] = 162905, + [SMALL_STATE(4359)] = 162931, + [SMALL_STATE(4360)] = 162959, + [SMALL_STATE(4361)] = 162985, + [SMALL_STATE(4362)] = 163011, + [SMALL_STATE(4363)] = 163063, + [SMALL_STATE(4364)] = 163093, + [SMALL_STATE(4365)] = 163123, + [SMALL_STATE(4366)] = 163147, + [SMALL_STATE(4367)] = 163171, + [SMALL_STATE(4368)] = 163201, + [SMALL_STATE(4369)] = 163227, + [SMALL_STATE(4370)] = 163251, + [SMALL_STATE(4371)] = 163281, + [SMALL_STATE(4372)] = 163307, + [SMALL_STATE(4373)] = 163331, + [SMALL_STATE(4374)] = 163361, + [SMALL_STATE(4375)] = 163391, + [SMALL_STATE(4376)] = 163421, + [SMALL_STATE(4377)] = 163445, + [SMALL_STATE(4378)] = 163471, + [SMALL_STATE(4379)] = 163501, + [SMALL_STATE(4380)] = 163531, + [SMALL_STATE(4381)] = 163561, + [SMALL_STATE(4382)] = 163591, + [SMALL_STATE(4383)] = 163615, + [SMALL_STATE(4384)] = 163667, + [SMALL_STATE(4385)] = 163697, + [SMALL_STATE(4386)] = 163727, + [SMALL_STATE(4387)] = 163752, + [SMALL_STATE(4388)] = 163781, + [SMALL_STATE(4389)] = 163806, + [SMALL_STATE(4390)] = 163851, + [SMALL_STATE(4391)] = 163876, + [SMALL_STATE(4392)] = 163899, + [SMALL_STATE(4393)] = 163926, + [SMALL_STATE(4394)] = 163953, + [SMALL_STATE(4395)] = 163980, + [SMALL_STATE(4396)] = 164005, + [SMALL_STATE(4397)] = 164034, + [SMALL_STATE(4398)] = 164063, + [SMALL_STATE(4399)] = 164088, + [SMALL_STATE(4400)] = 164113, + [SMALL_STATE(4401)] = 164138, + [SMALL_STATE(4402)] = 164163, + [SMALL_STATE(4403)] = 164192, + [SMALL_STATE(4404)] = 164217, + [SMALL_STATE(4405)] = 164242, + [SMALL_STATE(4406)] = 164269, + [SMALL_STATE(4407)] = 164298, + [SMALL_STATE(4408)] = 164323, + [SMALL_STATE(4409)] = 164352, + [SMALL_STATE(4410)] = 164377, + [SMALL_STATE(4411)] = 164402, + [SMALL_STATE(4412)] = 164431, + [SMALL_STATE(4413)] = 164456, + [SMALL_STATE(4414)] = 164487, + [SMALL_STATE(4415)] = 164518, + [SMALL_STATE(4416)] = 164543, + [SMALL_STATE(4417)] = 164568, + [SMALL_STATE(4418)] = 164593, + [SMALL_STATE(4419)] = 164618, + [SMALL_STATE(4420)] = 164643, + [SMALL_STATE(4421)] = 164668, + [SMALL_STATE(4422)] = 164691, + [SMALL_STATE(4423)] = 164722, + [SMALL_STATE(4424)] = 164751, + [SMALL_STATE(4425)] = 164776, + [SMALL_STATE(4426)] = 164801, + [SMALL_STATE(4427)] = 164826, + [SMALL_STATE(4428)] = 164851, + [SMALL_STATE(4429)] = 164878, + [SMALL_STATE(4430)] = 164903, + [SMALL_STATE(4431)] = 164932, + [SMALL_STATE(4432)] = 164961, + [SMALL_STATE(4433)] = 164986, + [SMALL_STATE(4434)] = 165011, + [SMALL_STATE(4435)] = 165036, + [SMALL_STATE(4436)] = 165059, + [SMALL_STATE(4437)] = 165088, + [SMALL_STATE(4438)] = 165113, + [SMALL_STATE(4439)] = 165144, + [SMALL_STATE(4440)] = 165173, + [SMALL_STATE(4441)] = 165202, + [SMALL_STATE(4442)] = 165227, + [SMALL_STATE(4443)] = 165252, + [SMALL_STATE(4444)] = 165277, + [SMALL_STATE(4445)] = 165302, + [SMALL_STATE(4446)] = 165327, + [SMALL_STATE(4447)] = 165354, + [SMALL_STATE(4448)] = 165383, + [SMALL_STATE(4449)] = 165410, + [SMALL_STATE(4450)] = 165435, + [SMALL_STATE(4451)] = 165460, + [SMALL_STATE(4452)] = 165489, + [SMALL_STATE(4453)] = 165518, + [SMALL_STATE(4454)] = 165543, + [SMALL_STATE(4455)] = 165568, + [SMALL_STATE(4456)] = 165593, + [SMALL_STATE(4457)] = 165618, + [SMALL_STATE(4458)] = 165641, + [SMALL_STATE(4459)] = 165670, + [SMALL_STATE(4460)] = 165699, + [SMALL_STATE(4461)] = 165724, + [SMALL_STATE(4462)] = 165753, + [SMALL_STATE(4463)] = 165782, + [SMALL_STATE(4464)] = 165811, + [SMALL_STATE(4465)] = 165840, + [SMALL_STATE(4466)] = 165869, + [SMALL_STATE(4467)] = 165896, + [SMALL_STATE(4468)] = 165921, + [SMALL_STATE(4469)] = 165946, + [SMALL_STATE(4470)] = 165971, + [SMALL_STATE(4471)] = 165996, + [SMALL_STATE(4472)] = 166021, + [SMALL_STATE(4473)] = 166046, + [SMALL_STATE(4474)] = 166073, + [SMALL_STATE(4475)] = 166102, + [SMALL_STATE(4476)] = 166131, + [SMALL_STATE(4477)] = 166156, + [SMALL_STATE(4478)] = 166181, + [SMALL_STATE(4479)] = 166206, + [SMALL_STATE(4480)] = 166251, + [SMALL_STATE(4481)] = 166276, + [SMALL_STATE(4482)] = 166301, + [SMALL_STATE(4483)] = 166326, + [SMALL_STATE(4484)] = 166351, + [SMALL_STATE(4485)] = 166376, + [SMALL_STATE(4486)] = 166405, + [SMALL_STATE(4487)] = 166434, + [SMALL_STATE(4488)] = 166463, + [SMALL_STATE(4489)] = 166488, + [SMALL_STATE(4490)] = 166517, + [SMALL_STATE(4491)] = 166542, + [SMALL_STATE(4492)] = 166567, + [SMALL_STATE(4493)] = 166592, + [SMALL_STATE(4494)] = 166617, + [SMALL_STATE(4495)] = 166642, + [SMALL_STATE(4496)] = 166667, + [SMALL_STATE(4497)] = 166692, + [SMALL_STATE(4498)] = 166721, + [SMALL_STATE(4499)] = 166746, + [SMALL_STATE(4500)] = 166775, + [SMALL_STATE(4501)] = 166800, + [SMALL_STATE(4502)] = 166827, + [SMALL_STATE(4503)] = 166852, + [SMALL_STATE(4504)] = 166881, + [SMALL_STATE(4505)] = 166910, + [SMALL_STATE(4506)] = 166939, + [SMALL_STATE(4507)] = 166962, + [SMALL_STATE(4508)] = 166991, + [SMALL_STATE(4509)] = 167020, + [SMALL_STATE(4510)] = 167049, + [SMALL_STATE(4511)] = 167074, + [SMALL_STATE(4512)] = 167103, + [SMALL_STATE(4513)] = 167132, + [SMALL_STATE(4514)] = 167161, + [SMALL_STATE(4515)] = 167190, + [SMALL_STATE(4516)] = 167219, + [SMALL_STATE(4517)] = 167244, + [SMALL_STATE(4518)] = 167273, + [SMALL_STATE(4519)] = 167302, + [SMALL_STATE(4520)] = 167331, + [SMALL_STATE(4521)] = 167358, + [SMALL_STATE(4522)] = 167383, + [SMALL_STATE(4523)] = 167408, + [SMALL_STATE(4524)] = 167433, + [SMALL_STATE(4525)] = 167458, + [SMALL_STATE(4526)] = 167483, + [SMALL_STATE(4527)] = 167508, + [SMALL_STATE(4528)] = 167533, + [SMALL_STATE(4529)] = 167558, + [SMALL_STATE(4530)] = 167583, + [SMALL_STATE(4531)] = 167612, + [SMALL_STATE(4532)] = 167641, + [SMALL_STATE(4533)] = 167666, + [SMALL_STATE(4534)] = 167691, + [SMALL_STATE(4535)] = 167716, + [SMALL_STATE(4536)] = 167745, + [SMALL_STATE(4537)] = 167774, + [SMALL_STATE(4538)] = 167797, + [SMALL_STATE(4539)] = 167822, + [SMALL_STATE(4540)] = 167847, + [SMALL_STATE(4541)] = 167874, + [SMALL_STATE(4542)] = 167899, + [SMALL_STATE(4543)] = 167940, + [SMALL_STATE(4544)] = 167965, + [SMALL_STATE(4545)] = 167990, + [SMALL_STATE(4546)] = 168015, + [SMALL_STATE(4547)] = 168040, + [SMALL_STATE(4548)] = 168063, + [SMALL_STATE(4549)] = 168088, + [SMALL_STATE(4550)] = 168112, + [SMALL_STATE(4551)] = 168136, + [SMALL_STATE(4552)] = 168160, + [SMALL_STATE(4553)] = 168184, + [SMALL_STATE(4554)] = 168208, + [SMALL_STATE(4555)] = 168232, + [SMALL_STATE(4556)] = 168256, + [SMALL_STATE(4557)] = 168278, + [SMALL_STATE(4558)] = 168302, + [SMALL_STATE(4559)] = 168348, + [SMALL_STATE(4560)] = 168372, + [SMALL_STATE(4561)] = 168418, + [SMALL_STATE(4562)] = 168442, + [SMALL_STATE(4563)] = 168466, + [SMALL_STATE(4564)] = 168490, + [SMALL_STATE(4565)] = 168514, + [SMALL_STATE(4566)] = 168538, + [SMALL_STATE(4567)] = 168562, + [SMALL_STATE(4568)] = 168608, + [SMALL_STATE(4569)] = 168632, + [SMALL_STATE(4570)] = 168656, + [SMALL_STATE(4571)] = 168682, + [SMALL_STATE(4572)] = 168704, + [SMALL_STATE(4573)] = 168728, + [SMALL_STATE(4574)] = 168752, + [SMALL_STATE(4575)] = 168774, + [SMALL_STATE(4576)] = 168798, + [SMALL_STATE(4577)] = 168822, + [SMALL_STATE(4578)] = 168844, + [SMALL_STATE(4579)] = 168868, + [SMALL_STATE(4580)] = 168892, + [SMALL_STATE(4581)] = 168916, + [SMALL_STATE(4582)] = 168940, + [SMALL_STATE(4583)] = 168978, + [SMALL_STATE(4584)] = 169002, + [SMALL_STATE(4585)] = 169024, + [SMALL_STATE(4586)] = 169048, + [SMALL_STATE(4587)] = 169094, + [SMALL_STATE(4588)] = 169118, + [SMALL_STATE(4589)] = 169142, + [SMALL_STATE(4590)] = 169166, + [SMALL_STATE(4591)] = 169190, + [SMALL_STATE(4592)] = 169214, + [SMALL_STATE(4593)] = 169238, + [SMALL_STATE(4594)] = 169262, + [SMALL_STATE(4595)] = 169286, + [SMALL_STATE(4596)] = 169310, + [SMALL_STATE(4597)] = 169334, + [SMALL_STATE(4598)] = 169358, + [SMALL_STATE(4599)] = 169382, + [SMALL_STATE(4600)] = 169406, + [SMALL_STATE(4601)] = 169430, + [SMALL_STATE(4602)] = 169470, + [SMALL_STATE(4603)] = 169494, + [SMALL_STATE(4604)] = 169536, + [SMALL_STATE(4605)] = 169560, + [SMALL_STATE(4606)] = 169584, + [SMALL_STATE(4607)] = 169608, + [SMALL_STATE(4608)] = 169632, + [SMALL_STATE(4609)] = 169654, + [SMALL_STATE(4610)] = 169678, + [SMALL_STATE(4611)] = 169702, + [SMALL_STATE(4612)] = 169724, + [SMALL_STATE(4613)] = 169748, + [SMALL_STATE(4614)] = 169772, + [SMALL_STATE(4615)] = 169796, + [SMALL_STATE(4616)] = 169820, + [SMALL_STATE(4617)] = 169844, + [SMALL_STATE(4618)] = 169866, + [SMALL_STATE(4619)] = 169890, + [SMALL_STATE(4620)] = 169912, + [SMALL_STATE(4621)] = 169936, + [SMALL_STATE(4622)] = 169958, + [SMALL_STATE(4623)] = 169982, + [SMALL_STATE(4624)] = 170004, + [SMALL_STATE(4625)] = 170048, + [SMALL_STATE(4626)] = 170094, + [SMALL_STATE(4627)] = 170140, + [SMALL_STATE(4628)] = 170164, + [SMALL_STATE(4629)] = 170186, + [SMALL_STATE(4630)] = 170210, + [SMALL_STATE(4631)] = 170234, + [SMALL_STATE(4632)] = 170256, + [SMALL_STATE(4633)] = 170302, + [SMALL_STATE(4634)] = 170326, + [SMALL_STATE(4635)] = 170348, + [SMALL_STATE(4636)] = 170372, + [SMALL_STATE(4637)] = 170396, + [SMALL_STATE(4638)] = 170418, + [SMALL_STATE(4639)] = 170444, + [SMALL_STATE(4640)] = 170476, + [SMALL_STATE(4641)] = 170500, + [SMALL_STATE(4642)] = 170524, + [SMALL_STATE(4643)] = 170548, + [SMALL_STATE(4644)] = 170572, + [SMALL_STATE(4645)] = 170596, + [SMALL_STATE(4646)] = 170620, + [SMALL_STATE(4647)] = 170662, + [SMALL_STATE(4648)] = 170686, + [SMALL_STATE(4649)] = 170710, + [SMALL_STATE(4650)] = 170734, + [SMALL_STATE(4651)] = 170758, + [SMALL_STATE(4652)] = 170782, + [SMALL_STATE(4653)] = 170804, + [SMALL_STATE(4654)] = 170826, + [SMALL_STATE(4655)] = 170850, + [SMALL_STATE(4656)] = 170874, + [SMALL_STATE(4657)] = 170898, + [SMALL_STATE(4658)] = 170922, + [SMALL_STATE(4659)] = 170946, + [SMALL_STATE(4660)] = 170970, + [SMALL_STATE(4661)] = 170994, + [SMALL_STATE(4662)] = 171036, + [SMALL_STATE(4663)] = 171060, + [SMALL_STATE(4664)] = 171084, + [SMALL_STATE(4665)] = 171108, + [SMALL_STATE(4666)] = 171132, + [SMALL_STATE(4667)] = 171156, + [SMALL_STATE(4668)] = 171190, + [SMALL_STATE(4669)] = 171212, + [SMALL_STATE(4670)] = 171238, + [SMALL_STATE(4671)] = 171262, + [SMALL_STATE(4672)] = 171286, + [SMALL_STATE(4673)] = 171310, + [SMALL_STATE(4674)] = 171334, + [SMALL_STATE(4675)] = 171358, + [SMALL_STATE(4676)] = 171404, + [SMALL_STATE(4677)] = 171428, + [SMALL_STATE(4678)] = 171452, + [SMALL_STATE(4679)] = 171476, + [SMALL_STATE(4680)] = 171502, + [SMALL_STATE(4681)] = 171526, + [SMALL_STATE(4682)] = 171548, + [SMALL_STATE(4683)] = 171572, + [SMALL_STATE(4684)] = 171596, + [SMALL_STATE(4685)] = 171618, + [SMALL_STATE(4686)] = 171640, + [SMALL_STATE(4687)] = 171664, + [SMALL_STATE(4688)] = 171688, + [SMALL_STATE(4689)] = 171712, + [SMALL_STATE(4690)] = 171736, + [SMALL_STATE(4691)] = 171760, + [SMALL_STATE(4692)] = 171806, + [SMALL_STATE(4693)] = 171830, + [SMALL_STATE(4694)] = 171854, + [SMALL_STATE(4695)] = 171878, + [SMALL_STATE(4696)] = 171902, + [SMALL_STATE(4697)] = 171926, + [SMALL_STATE(4698)] = 171950, + [SMALL_STATE(4699)] = 171972, + [SMALL_STATE(4700)] = 172016, + [SMALL_STATE(4701)] = 172040, + [SMALL_STATE(4702)] = 172064, + [SMALL_STATE(4703)] = 172088, + [SMALL_STATE(4704)] = 172112, + [SMALL_STATE(4705)] = 172136, + [SMALL_STATE(4706)] = 172158, + [SMALL_STATE(4707)] = 172182, + [SMALL_STATE(4708)] = 172206, + [SMALL_STATE(4709)] = 172234, + [SMALL_STATE(4710)] = 172262, + [SMALL_STATE(4711)] = 172290, + [SMALL_STATE(4712)] = 172318, + [SMALL_STATE(4713)] = 172346, + [SMALL_STATE(4714)] = 172374, + [SMALL_STATE(4715)] = 172402, + [SMALL_STATE(4716)] = 172430, + [SMALL_STATE(4717)] = 172454, + [SMALL_STATE(4718)] = 172478, + [SMALL_STATE(4719)] = 172506, + [SMALL_STATE(4720)] = 172534, + [SMALL_STATE(4721)] = 172562, + [SMALL_STATE(4722)] = 172586, + [SMALL_STATE(4723)] = 172610, + [SMALL_STATE(4724)] = 172634, + [SMALL_STATE(4725)] = 172658, + [SMALL_STATE(4726)] = 172686, + [SMALL_STATE(4727)] = 172710, + [SMALL_STATE(4728)] = 172734, + [SMALL_STATE(4729)] = 172758, + [SMALL_STATE(4730)] = 172782, + [SMALL_STATE(4731)] = 172806, + [SMALL_STATE(4732)] = 172830, + [SMALL_STATE(4733)] = 172854, + [SMALL_STATE(4734)] = 172876, + [SMALL_STATE(4735)] = 172900, + [SMALL_STATE(4736)] = 172922, + [SMALL_STATE(4737)] = 172946, + [SMALL_STATE(4738)] = 172970, + [SMALL_STATE(4739)] = 172994, + [SMALL_STATE(4740)] = 173018, + [SMALL_STATE(4741)] = 173042, + [SMALL_STATE(4742)] = 173066, + [SMALL_STATE(4743)] = 173090, + [SMALL_STATE(4744)] = 173114, + [SMALL_STATE(4745)] = 173138, + [SMALL_STATE(4746)] = 173162, + [SMALL_STATE(4747)] = 173186, + [SMALL_STATE(4748)] = 173210, + [SMALL_STATE(4749)] = 173234, + [SMALL_STATE(4750)] = 173258, + [SMALL_STATE(4751)] = 173282, + [SMALL_STATE(4752)] = 173306, + [SMALL_STATE(4753)] = 173330, + [SMALL_STATE(4754)] = 173354, + [SMALL_STATE(4755)] = 173378, + [SMALL_STATE(4756)] = 173402, + [SMALL_STATE(4757)] = 173426, + [SMALL_STATE(4758)] = 173450, + [SMALL_STATE(4759)] = 173474, + [SMALL_STATE(4760)] = 173498, + [SMALL_STATE(4761)] = 173522, + [SMALL_STATE(4762)] = 173546, + [SMALL_STATE(4763)] = 173570, + [SMALL_STATE(4764)] = 173594, + [SMALL_STATE(4765)] = 173618, + [SMALL_STATE(4766)] = 173642, + [SMALL_STATE(4767)] = 173666, + [SMALL_STATE(4768)] = 173690, + [SMALL_STATE(4769)] = 173714, + [SMALL_STATE(4770)] = 173738, + [SMALL_STATE(4771)] = 173762, + [SMALL_STATE(4772)] = 173786, + [SMALL_STATE(4773)] = 173810, + [SMALL_STATE(4774)] = 173834, + [SMALL_STATE(4775)] = 173858, + [SMALL_STATE(4776)] = 173882, + [SMALL_STATE(4777)] = 173906, + [SMALL_STATE(4778)] = 173930, + [SMALL_STATE(4779)] = 173954, + [SMALL_STATE(4780)] = 173978, + [SMALL_STATE(4781)] = 174010, + [SMALL_STATE(4782)] = 174034, + [SMALL_STATE(4783)] = 174058, + [SMALL_STATE(4784)] = 174082, + [SMALL_STATE(4785)] = 174106, + [SMALL_STATE(4786)] = 174130, + [SMALL_STATE(4787)] = 174154, + [SMALL_STATE(4788)] = 174178, + [SMALL_STATE(4789)] = 174202, + [SMALL_STATE(4790)] = 174226, + [SMALL_STATE(4791)] = 174250, + [SMALL_STATE(4792)] = 174274, + [SMALL_STATE(4793)] = 174312, + [SMALL_STATE(4794)] = 174336, + [SMALL_STATE(4795)] = 174382, + [SMALL_STATE(4796)] = 174420, + [SMALL_STATE(4797)] = 174444, + [SMALL_STATE(4798)] = 174468, + [SMALL_STATE(4799)] = 174492, + [SMALL_STATE(4800)] = 174516, + [SMALL_STATE(4801)] = 174540, + [SMALL_STATE(4802)] = 174564, + [SMALL_STATE(4803)] = 174588, + [SMALL_STATE(4804)] = 174612, + [SMALL_STATE(4805)] = 174633, + [SMALL_STATE(4806)] = 174656, + [SMALL_STATE(4807)] = 174679, + [SMALL_STATE(4808)] = 174718, + [SMALL_STATE(4809)] = 174739, + [SMALL_STATE(4810)] = 174766, + [SMALL_STATE(4811)] = 174793, + [SMALL_STATE(4812)] = 174816, + [SMALL_STATE(4813)] = 174839, + [SMALL_STATE(4814)] = 174860, + [SMALL_STATE(4815)] = 174881, + [SMALL_STATE(4816)] = 174902, + [SMALL_STATE(4817)] = 174923, + [SMALL_STATE(4818)] = 174944, + [SMALL_STATE(4819)] = 174983, + [SMALL_STATE(4820)] = 175010, + [SMALL_STATE(4821)] = 175031, + [SMALL_STATE(4822)] = 175052, + [SMALL_STATE(4823)] = 175091, + [SMALL_STATE(4824)] = 175130, + [SMALL_STATE(4825)] = 175169, + [SMALL_STATE(4826)] = 175190, + [SMALL_STATE(4827)] = 175231, + [SMALL_STATE(4828)] = 175252, + [SMALL_STATE(4829)] = 175275, + [SMALL_STATE(4830)] = 175316, + [SMALL_STATE(4831)] = 175339, + [SMALL_STATE(4832)] = 175362, + [SMALL_STATE(4833)] = 175385, + [SMALL_STATE(4834)] = 175408, + [SMALL_STATE(4835)] = 175431, + [SMALL_STATE(4836)] = 175454, + [SMALL_STATE(4837)] = 175477, + [SMALL_STATE(4838)] = 175500, + [SMALL_STATE(4839)] = 175523, + [SMALL_STATE(4840)] = 175546, + [SMALL_STATE(4841)] = 175569, + [SMALL_STATE(4842)] = 175592, + [SMALL_STATE(4843)] = 175621, + [SMALL_STATE(4844)] = 175644, + [SMALL_STATE(4845)] = 175667, + [SMALL_STATE(4846)] = 175690, + [SMALL_STATE(4847)] = 175713, + [SMALL_STATE(4848)] = 175740, + [SMALL_STATE(4849)] = 175763, + [SMALL_STATE(4850)] = 175786, + [SMALL_STATE(4851)] = 175809, + [SMALL_STATE(4852)] = 175832, + [SMALL_STATE(4853)] = 175855, + [SMALL_STATE(4854)] = 175878, + [SMALL_STATE(4855)] = 175901, + [SMALL_STATE(4856)] = 175924, + [SMALL_STATE(4857)] = 175947, + [SMALL_STATE(4858)] = 175970, + [SMALL_STATE(4859)] = 175991, + [SMALL_STATE(4860)] = 176012, + [SMALL_STATE(4861)] = 176039, + [SMALL_STATE(4862)] = 176060, + [SMALL_STATE(4863)] = 176101, + [SMALL_STATE(4864)] = 176124, + [SMALL_STATE(4865)] = 176145, + [SMALL_STATE(4866)] = 176186, + [SMALL_STATE(4867)] = 176209, + [SMALL_STATE(4868)] = 176232, + [SMALL_STATE(4869)] = 176273, + [SMALL_STATE(4870)] = 176294, + [SMALL_STATE(4871)] = 176333, + [SMALL_STATE(4872)] = 176354, + [SMALL_STATE(4873)] = 176375, + [SMALL_STATE(4874)] = 176398, + [SMALL_STATE(4875)] = 176437, + [SMALL_STATE(4876)] = 176464, + [SMALL_STATE(4877)] = 176487, + [SMALL_STATE(4878)] = 176510, + [SMALL_STATE(4879)] = 176533, + [SMALL_STATE(4880)] = 176572, + [SMALL_STATE(4881)] = 176595, + [SMALL_STATE(4882)] = 176616, + [SMALL_STATE(4883)] = 176637, + [SMALL_STATE(4884)] = 176658, + [SMALL_STATE(4885)] = 176679, + [SMALL_STATE(4886)] = 176700, + [SMALL_STATE(4887)] = 176721, + [SMALL_STATE(4888)] = 176742, + [SMALL_STATE(4889)] = 176763, + [SMALL_STATE(4890)] = 176796, + [SMALL_STATE(4891)] = 176835, + [SMALL_STATE(4892)] = 176876, + [SMALL_STATE(4893)] = 176897, + [SMALL_STATE(4894)] = 176918, + [SMALL_STATE(4895)] = 176939, + [SMALL_STATE(4896)] = 176960, + [SMALL_STATE(4897)] = 176981, + [SMALL_STATE(4898)] = 177002, + [SMALL_STATE(4899)] = 177023, + [SMALL_STATE(4900)] = 177044, + [SMALL_STATE(4901)] = 177071, + [SMALL_STATE(4902)] = 177112, + [SMALL_STATE(4903)] = 177135, + [SMALL_STATE(4904)] = 177176, + [SMALL_STATE(4905)] = 177203, + [SMALL_STATE(4906)] = 177224, + [SMALL_STATE(4907)] = 177245, + [SMALL_STATE(4908)] = 177266, + [SMALL_STATE(4909)] = 177287, + [SMALL_STATE(4910)] = 177308, + [SMALL_STATE(4911)] = 177345, + [SMALL_STATE(4912)] = 177366, + [SMALL_STATE(4913)] = 177387, + [SMALL_STATE(4914)] = 177408, + [SMALL_STATE(4915)] = 177429, + [SMALL_STATE(4916)] = 177450, + [SMALL_STATE(4917)] = 177471, + [SMALL_STATE(4918)] = 177492, + [SMALL_STATE(4919)] = 177513, + [SMALL_STATE(4920)] = 177534, + [SMALL_STATE(4921)] = 177569, + [SMALL_STATE(4922)] = 177590, + [SMALL_STATE(4923)] = 177625, + [SMALL_STATE(4924)] = 177660, + [SMALL_STATE(4925)] = 177695, + [SMALL_STATE(4926)] = 177716, + [SMALL_STATE(4927)] = 177737, + [SMALL_STATE(4928)] = 177758, + [SMALL_STATE(4929)] = 177795, + [SMALL_STATE(4930)] = 177822, + [SMALL_STATE(4931)] = 177861, + [SMALL_STATE(4932)] = 177882, + [SMALL_STATE(4933)] = 177903, + [SMALL_STATE(4934)] = 177924, + [SMALL_STATE(4935)] = 177945, + [SMALL_STATE(4936)] = 177966, + [SMALL_STATE(4937)] = 177987, + [SMALL_STATE(4938)] = 178008, + [SMALL_STATE(4939)] = 178029, + [SMALL_STATE(4940)] = 178050, + [SMALL_STATE(4941)] = 178071, + [SMALL_STATE(4942)] = 178092, + [SMALL_STATE(4943)] = 178113, + [SMALL_STATE(4944)] = 178134, + [SMALL_STATE(4945)] = 178155, + [SMALL_STATE(4946)] = 178176, + [SMALL_STATE(4947)] = 178197, + [SMALL_STATE(4948)] = 178228, + [SMALL_STATE(4949)] = 178249, + [SMALL_STATE(4950)] = 178270, + [SMALL_STATE(4951)] = 178293, + [SMALL_STATE(4952)] = 178316, + [SMALL_STATE(4953)] = 178343, + [SMALL_STATE(4954)] = 178384, + [SMALL_STATE(4955)] = 178423, + [SMALL_STATE(4956)] = 178462, + [SMALL_STATE(4957)] = 178489, + [SMALL_STATE(4958)] = 178516, + [SMALL_STATE(4959)] = 178543, + [SMALL_STATE(4960)] = 178570, + [SMALL_STATE(4961)] = 178597, + [SMALL_STATE(4962)] = 178624, + [SMALL_STATE(4963)] = 178651, + [SMALL_STATE(4964)] = 178678, + [SMALL_STATE(4965)] = 178705, + [SMALL_STATE(4966)] = 178732, + [SMALL_STATE(4967)] = 178759, + [SMALL_STATE(4968)] = 178786, + [SMALL_STATE(4969)] = 178813, + [SMALL_STATE(4970)] = 178834, + [SMALL_STATE(4971)] = 178855, + [SMALL_STATE(4972)] = 178896, + [SMALL_STATE(4973)] = 178923, + [SMALL_STATE(4974)] = 178946, + [SMALL_STATE(4975)] = 178967, + [SMALL_STATE(4976)] = 178988, + [SMALL_STATE(4977)] = 179012, + [SMALL_STATE(4978)] = 179042, + [SMALL_STATE(4979)] = 179078, + [SMALL_STATE(4980)] = 179116, + [SMALL_STATE(4981)] = 179148, + [SMALL_STATE(4982)] = 179174, + [SMALL_STATE(4983)] = 179202, + [SMALL_STATE(4984)] = 179226, + [SMALL_STATE(4985)] = 179258, + [SMALL_STATE(4986)] = 179290, + [SMALL_STATE(4987)] = 179314, + [SMALL_STATE(4988)] = 179346, + [SMALL_STATE(4989)] = 179382, + [SMALL_STATE(4990)] = 179414, + [SMALL_STATE(4991)] = 179440, + [SMALL_STATE(4992)] = 179476, + [SMALL_STATE(4993)] = 179502, + [SMALL_STATE(4994)] = 179528, + [SMALL_STATE(4995)] = 179566, + [SMALL_STATE(4996)] = 179592, + [SMALL_STATE(4997)] = 179618, + [SMALL_STATE(4998)] = 179648, + [SMALL_STATE(4999)] = 179674, + [SMALL_STATE(5000)] = 179704, + [SMALL_STATE(5001)] = 179734, + [SMALL_STATE(5002)] = 179772, + [SMALL_STATE(5003)] = 179802, + [SMALL_STATE(5004)] = 179832, + [SMALL_STATE(5005)] = 179858, + [SMALL_STATE(5006)] = 179888, + [SMALL_STATE(5007)] = 179918, + [SMALL_STATE(5008)] = 179948, + [SMALL_STATE(5009)] = 179978, + [SMALL_STATE(5010)] = 180008, + [SMALL_STATE(5011)] = 180038, + [SMALL_STATE(5012)] = 180068, + [SMALL_STATE(5013)] = 180098, + [SMALL_STATE(5014)] = 180128, + [SMALL_STATE(5015)] = 180158, + [SMALL_STATE(5016)] = 180188, + [SMALL_STATE(5017)] = 180218, + [SMALL_STATE(5018)] = 180248, + [SMALL_STATE(5019)] = 180278, + [SMALL_STATE(5020)] = 180308, + [SMALL_STATE(5021)] = 180346, + [SMALL_STATE(5022)] = 180370, + [SMALL_STATE(5023)] = 180394, + [SMALL_STATE(5024)] = 180420, + [SMALL_STATE(5025)] = 180456, + [SMALL_STATE(5026)] = 180488, + [SMALL_STATE(5027)] = 180512, + [SMALL_STATE(5028)] = 180536, + [SMALL_STATE(5029)] = 180568, + [SMALL_STATE(5030)] = 180598, + [SMALL_STATE(5031)] = 180622, + [SMALL_STATE(5032)] = 180658, + [SMALL_STATE(5033)] = 180680, + [SMALL_STATE(5034)] = 180706, + [SMALL_STATE(5035)] = 180732, + [SMALL_STATE(5036)] = 180764, + [SMALL_STATE(5037)] = 180800, + [SMALL_STATE(5038)] = 180826, + [SMALL_STATE(5039)] = 180856, + [SMALL_STATE(5040)] = 180879, + [SMALL_STATE(5041)] = 180908, + [SMALL_STATE(5042)] = 180937, + [SMALL_STATE(5043)] = 180966, + [SMALL_STATE(5044)] = 180995, + [SMALL_STATE(5045)] = 181024, + [SMALL_STATE(5046)] = 181053, + [SMALL_STATE(5047)] = 181082, + [SMALL_STATE(5048)] = 181111, + [SMALL_STATE(5049)] = 181140, + [SMALL_STATE(5050)] = 181169, + [SMALL_STATE(5051)] = 181198, + [SMALL_STATE(5052)] = 181227, + [SMALL_STATE(5053)] = 181256, + [SMALL_STATE(5054)] = 181285, + [SMALL_STATE(5055)] = 181314, + [SMALL_STATE(5056)] = 181335, + [SMALL_STATE(5057)] = 181364, + [SMALL_STATE(5058)] = 181389, + [SMALL_STATE(5059)] = 181420, + [SMALL_STATE(5060)] = 181443, + [SMALL_STATE(5061)] = 181472, + [SMALL_STATE(5062)] = 181507, + [SMALL_STATE(5063)] = 181538, + [SMALL_STATE(5064)] = 181563, + [SMALL_STATE(5065)] = 181596, + [SMALL_STATE(5066)] = 181621, + [SMALL_STATE(5067)] = 181656, + [SMALL_STATE(5068)] = 181691, + [SMALL_STATE(5069)] = 181712, + [SMALL_STATE(5070)] = 181743, + [SMALL_STATE(5071)] = 181764, + [SMALL_STATE(5072)] = 181799, + [SMALL_STATE(5073)] = 181828, + [SMALL_STATE(5074)] = 181851, + [SMALL_STATE(5075)] = 181872, + [SMALL_STATE(5076)] = 181907, + [SMALL_STATE(5077)] = 181942, + [SMALL_STATE(5078)] = 181977, + [SMALL_STATE(5079)] = 182006, + [SMALL_STATE(5080)] = 182041, + [SMALL_STATE(5081)] = 182076, + [SMALL_STATE(5082)] = 182111, + [SMALL_STATE(5083)] = 182132, + [SMALL_STATE(5084)] = 182165, + [SMALL_STATE(5085)] = 182198, + [SMALL_STATE(5086)] = 182233, + [SMALL_STATE(5087)] = 182268, + [SMALL_STATE(5088)] = 182303, + [SMALL_STATE(5089)] = 182338, + [SMALL_STATE(5090)] = 182373, + [SMALL_STATE(5091)] = 182408, + [SMALL_STATE(5092)] = 182443, + [SMALL_STATE(5093)] = 182476, + [SMALL_STATE(5094)] = 182511, + [SMALL_STATE(5095)] = 182546, + [SMALL_STATE(5096)] = 182581, + [SMALL_STATE(5097)] = 182616, + [SMALL_STATE(5098)] = 182651, + [SMALL_STATE(5099)] = 182678, + [SMALL_STATE(5100)] = 182699, + [SMALL_STATE(5101)] = 182734, + [SMALL_STATE(5102)] = 182769, + [SMALL_STATE(5103)] = 182804, + [SMALL_STATE(5104)] = 182839, + [SMALL_STATE(5105)] = 182874, + [SMALL_STATE(5106)] = 182909, + [SMALL_STATE(5107)] = 182944, + [SMALL_STATE(5108)] = 182979, + [SMALL_STATE(5109)] = 183014, + [SMALL_STATE(5110)] = 183039, + [SMALL_STATE(5111)] = 183068, + [SMALL_STATE(5112)] = 183095, + [SMALL_STATE(5113)] = 183130, + [SMALL_STATE(5114)] = 183155, + [SMALL_STATE(5115)] = 183190, + [SMALL_STATE(5116)] = 183225, + [SMALL_STATE(5117)] = 183254, + [SMALL_STATE(5118)] = 183289, + [SMALL_STATE(5119)] = 183324, + [SMALL_STATE(5120)] = 183359, + [SMALL_STATE(5121)] = 183394, + [SMALL_STATE(5122)] = 183415, + [SMALL_STATE(5123)] = 183450, + [SMALL_STATE(5124)] = 183475, + [SMALL_STATE(5125)] = 183496, + [SMALL_STATE(5126)] = 183517, + [SMALL_STATE(5127)] = 183538, + [SMALL_STATE(5128)] = 183559, + [SMALL_STATE(5129)] = 183594, + [SMALL_STATE(5130)] = 183615, + [SMALL_STATE(5131)] = 183636, + [SMALL_STATE(5132)] = 183671, + [SMALL_STATE(5133)] = 183694, + [SMALL_STATE(5134)] = 183729, + [SMALL_STATE(5135)] = 183754, + [SMALL_STATE(5136)] = 183789, + [SMALL_STATE(5137)] = 183818, + [SMALL_STATE(5138)] = 183839, + [SMALL_STATE(5139)] = 183874, + [SMALL_STATE(5140)] = 183909, + [SMALL_STATE(5141)] = 183944, + [SMALL_STATE(5142)] = 183965, + [SMALL_STATE(5143)] = 183994, + [SMALL_STATE(5144)] = 184023, + [SMALL_STATE(5145)] = 184058, + [SMALL_STATE(5146)] = 184089, + [SMALL_STATE(5147)] = 184120, + [SMALL_STATE(5148)] = 184151, + [SMALL_STATE(5149)] = 184174, + [SMALL_STATE(5150)] = 184197, + [SMALL_STATE(5151)] = 184232, + [SMALL_STATE(5152)] = 184261, + [SMALL_STATE(5153)] = 184282, + [SMALL_STATE(5154)] = 184311, + [SMALL_STATE(5155)] = 184334, + [SMALL_STATE(5156)] = 184355, + [SMALL_STATE(5157)] = 184390, + [SMALL_STATE(5158)] = 184416, + [SMALL_STATE(5159)] = 184446, + [SMALL_STATE(5160)] = 184468, + [SMALL_STATE(5161)] = 184492, + [SMALL_STATE(5162)] = 184518, + [SMALL_STATE(5163)] = 184540, + [SMALL_STATE(5164)] = 184562, + [SMALL_STATE(5165)] = 184592, + [SMALL_STATE(5166)] = 184616, + [SMALL_STATE(5167)] = 184642, + [SMALL_STATE(5168)] = 184668, + [SMALL_STATE(5169)] = 184698, + [SMALL_STATE(5170)] = 184728, + [SMALL_STATE(5171)] = 184756, + [SMALL_STATE(5172)] = 184784, + [SMALL_STATE(5173)] = 184812, + [SMALL_STATE(5174)] = 184840, + [SMALL_STATE(5175)] = 184868, + [SMALL_STATE(5176)] = 184896, + [SMALL_STATE(5177)] = 184924, + [SMALL_STATE(5178)] = 184952, + [SMALL_STATE(5179)] = 184980, + [SMALL_STATE(5180)] = 185008, + [SMALL_STATE(5181)] = 185036, + [SMALL_STATE(5182)] = 185064, + [SMALL_STATE(5183)] = 185092, + [SMALL_STATE(5184)] = 185120, + [SMALL_STATE(5185)] = 185148, + [SMALL_STATE(5186)] = 185176, + [SMALL_STATE(5187)] = 185204, + [SMALL_STATE(5188)] = 185232, + [SMALL_STATE(5189)] = 185260, + [SMALL_STATE(5190)] = 185288, + [SMALL_STATE(5191)] = 185316, + [SMALL_STATE(5192)] = 185344, + [SMALL_STATE(5193)] = 185374, + [SMALL_STATE(5194)] = 185404, + [SMALL_STATE(5195)] = 185428, + [SMALL_STATE(5196)] = 185452, + [SMALL_STATE(5197)] = 185482, + [SMALL_STATE(5198)] = 185504, + [SMALL_STATE(5199)] = 185524, + [SMALL_STATE(5200)] = 185544, + [SMALL_STATE(5201)] = 185564, + [SMALL_STATE(5202)] = 185584, + [SMALL_STATE(5203)] = 185614, + [SMALL_STATE(5204)] = 185644, + [SMALL_STATE(5205)] = 185668, + [SMALL_STATE(5206)] = 185692, + [SMALL_STATE(5207)] = 185716, + [SMALL_STATE(5208)] = 185746, + [SMALL_STATE(5209)] = 185776, + [SMALL_STATE(5210)] = 185800, + [SMALL_STATE(5211)] = 185830, + [SMALL_STATE(5212)] = 185860, + [SMALL_STATE(5213)] = 185890, + [SMALL_STATE(5214)] = 185920, + [SMALL_STATE(5215)] = 185950, + [SMALL_STATE(5216)] = 185980, + [SMALL_STATE(5217)] = 186010, + [SMALL_STATE(5218)] = 186040, + [SMALL_STATE(5219)] = 186070, + [SMALL_STATE(5220)] = 186100, + [SMALL_STATE(5221)] = 186130, + [SMALL_STATE(5222)] = 186150, + [SMALL_STATE(5223)] = 186180, + [SMALL_STATE(5224)] = 186210, + [SMALL_STATE(5225)] = 186240, + [SMALL_STATE(5226)] = 186270, + [SMALL_STATE(5227)] = 186300, + [SMALL_STATE(5228)] = 186330, + [SMALL_STATE(5229)] = 186360, + [SMALL_STATE(5230)] = 186390, + [SMALL_STATE(5231)] = 186420, + [SMALL_STATE(5232)] = 186450, + [SMALL_STATE(5233)] = 186480, + [SMALL_STATE(5234)] = 186510, + [SMALL_STATE(5235)] = 186540, + [SMALL_STATE(5236)] = 186568, + [SMALL_STATE(5237)] = 186598, + [SMALL_STATE(5238)] = 186628, + [SMALL_STATE(5239)] = 186658, + [SMALL_STATE(5240)] = 186688, + [SMALL_STATE(5241)] = 186718, + [SMALL_STATE(5242)] = 186748, + [SMALL_STATE(5243)] = 186778, + [SMALL_STATE(5244)] = 186808, + [SMALL_STATE(5245)] = 186838, + [SMALL_STATE(5246)] = 186858, + [SMALL_STATE(5247)] = 186888, + [SMALL_STATE(5248)] = 186918, + [SMALL_STATE(5249)] = 186938, + [SMALL_STATE(5250)] = 186968, + [SMALL_STATE(5251)] = 186988, + [SMALL_STATE(5252)] = 187008, + [SMALL_STATE(5253)] = 187038, + [SMALL_STATE(5254)] = 187066, + [SMALL_STATE(5255)] = 187096, + [SMALL_STATE(5256)] = 187126, + [SMALL_STATE(5257)] = 187146, + [SMALL_STATE(5258)] = 187176, + [SMALL_STATE(5259)] = 187206, + [SMALL_STATE(5260)] = 187230, + [SMALL_STATE(5261)] = 187260, + [SMALL_STATE(5262)] = 187282, + [SMALL_STATE(5263)] = 187302, + [SMALL_STATE(5264)] = 187332, + [SMALL_STATE(5265)] = 187352, + [SMALL_STATE(5266)] = 187382, + [SMALL_STATE(5267)] = 187402, + [SMALL_STATE(5268)] = 187424, + [SMALL_STATE(5269)] = 187444, + [SMALL_STATE(5270)] = 187466, + [SMALL_STATE(5271)] = 187486, + [SMALL_STATE(5272)] = 187508, + [SMALL_STATE(5273)] = 187528, + [SMALL_STATE(5274)] = 187558, + [SMALL_STATE(5275)] = 187588, + [SMALL_STATE(5276)] = 187612, + [SMALL_STATE(5277)] = 187632, + [SMALL_STATE(5278)] = 187662, + [SMALL_STATE(5279)] = 187689, + [SMALL_STATE(5280)] = 187716, + [SMALL_STATE(5281)] = 187737, + [SMALL_STATE(5282)] = 187760, + [SMALL_STATE(5283)] = 187781, + [SMALL_STATE(5284)] = 187810, + [SMALL_STATE(5285)] = 187829, + [SMALL_STATE(5286)] = 187858, + [SMALL_STATE(5287)] = 187883, + [SMALL_STATE(5288)] = 187906, + [SMALL_STATE(5289)] = 187933, + [SMALL_STATE(5290)] = 187954, + [SMALL_STATE(5291)] = 187975, + [SMALL_STATE(5292)] = 187996, + [SMALL_STATE(5293)] = 188021, + [SMALL_STATE(5294)] = 188040, + [SMALL_STATE(5295)] = 188059, + [SMALL_STATE(5296)] = 188084, + [SMALL_STATE(5297)] = 188109, + [SMALL_STATE(5298)] = 188134, + [SMALL_STATE(5299)] = 188153, + [SMALL_STATE(5300)] = 188178, + [SMALL_STATE(5301)] = 188199, + [SMALL_STATE(5302)] = 188220, + [SMALL_STATE(5303)] = 188245, + [SMALL_STATE(5304)] = 188268, + [SMALL_STATE(5305)] = 188293, + [SMALL_STATE(5306)] = 188318, + [SMALL_STATE(5307)] = 188343, + [SMALL_STATE(5308)] = 188368, + [SMALL_STATE(5309)] = 188393, + [SMALL_STATE(5310)] = 188420, + [SMALL_STATE(5311)] = 188445, + [SMALL_STATE(5312)] = 188470, + [SMALL_STATE(5313)] = 188495, + [SMALL_STATE(5314)] = 188520, + [SMALL_STATE(5315)] = 188545, + [SMALL_STATE(5316)] = 188570, + [SMALL_STATE(5317)] = 188595, + [SMALL_STATE(5318)] = 188620, + [SMALL_STATE(5319)] = 188645, + [SMALL_STATE(5320)] = 188670, + [SMALL_STATE(5321)] = 188695, + [SMALL_STATE(5322)] = 188720, + [SMALL_STATE(5323)] = 188745, + [SMALL_STATE(5324)] = 188770, + [SMALL_STATE(5325)] = 188795, + [SMALL_STATE(5326)] = 188820, + [SMALL_STATE(5327)] = 188845, + [SMALL_STATE(5328)] = 188870, + [SMALL_STATE(5329)] = 188895, + [SMALL_STATE(5330)] = 188920, + [SMALL_STATE(5331)] = 188945, + [SMALL_STATE(5332)] = 188970, + [SMALL_STATE(5333)] = 188995, + [SMALL_STATE(5334)] = 189020, + [SMALL_STATE(5335)] = 189045, + [SMALL_STATE(5336)] = 189070, + [SMALL_STATE(5337)] = 189095, + [SMALL_STATE(5338)] = 189120, + [SMALL_STATE(5339)] = 189145, + [SMALL_STATE(5340)] = 189170, + [SMALL_STATE(5341)] = 189195, + [SMALL_STATE(5342)] = 189220, + [SMALL_STATE(5343)] = 189243, + [SMALL_STATE(5344)] = 189270, + [SMALL_STATE(5345)] = 189289, + [SMALL_STATE(5346)] = 189314, + [SMALL_STATE(5347)] = 189333, + [SMALL_STATE(5348)] = 189354, + [SMALL_STATE(5349)] = 189379, + [SMALL_STATE(5350)] = 189400, + [SMALL_STATE(5351)] = 189423, + [SMALL_STATE(5352)] = 189444, + [SMALL_STATE(5353)] = 189463, + [SMALL_STATE(5354)] = 189490, + [SMALL_STATE(5355)] = 189517, + [SMALL_STATE(5356)] = 189542, + [SMALL_STATE(5357)] = 189563, + [SMALL_STATE(5358)] = 189590, + [SMALL_STATE(5359)] = 189615, + [SMALL_STATE(5360)] = 189636, + [SMALL_STATE(5361)] = 189663, + [SMALL_STATE(5362)] = 189682, + [SMALL_STATE(5363)] = 189703, + [SMALL_STATE(5364)] = 189724, + [SMALL_STATE(5365)] = 189749, + [SMALL_STATE(5366)] = 189776, + [SMALL_STATE(5367)] = 189801, + [SMALL_STATE(5368)] = 189828, + [SMALL_STATE(5369)] = 189855, + [SMALL_STATE(5370)] = 189882, + [SMALL_STATE(5371)] = 189903, + [SMALL_STATE(5372)] = 189928, + [SMALL_STATE(5373)] = 189955, + [SMALL_STATE(5374)] = 189980, + [SMALL_STATE(5375)] = 190005, + [SMALL_STATE(5376)] = 190030, + [SMALL_STATE(5377)] = 190057, + [SMALL_STATE(5378)] = 190084, + [SMALL_STATE(5379)] = 190109, + [SMALL_STATE(5380)] = 190134, + [SMALL_STATE(5381)] = 190159, + [SMALL_STATE(5382)] = 190186, + [SMALL_STATE(5383)] = 190211, + [SMALL_STATE(5384)] = 190238, + [SMALL_STATE(5385)] = 190257, + [SMALL_STATE(5386)] = 190284, + [SMALL_STATE(5387)] = 190309, + [SMALL_STATE(5388)] = 190336, + [SMALL_STATE(5389)] = 190361, + [SMALL_STATE(5390)] = 190388, + [SMALL_STATE(5391)] = 190413, + [SMALL_STATE(5392)] = 190440, + [SMALL_STATE(5393)] = 190467, + [SMALL_STATE(5394)] = 190494, + [SMALL_STATE(5395)] = 190521, + [SMALL_STATE(5396)] = 190548, + [SMALL_STATE(5397)] = 190575, + [SMALL_STATE(5398)] = 190602, + [SMALL_STATE(5399)] = 190629, + [SMALL_STATE(5400)] = 190656, + [SMALL_STATE(5401)] = 190683, + [SMALL_STATE(5402)] = 190710, + [SMALL_STATE(5403)] = 190735, + [SMALL_STATE(5404)] = 190760, + [SMALL_STATE(5405)] = 190785, + [SMALL_STATE(5406)] = 190810, + [SMALL_STATE(5407)] = 190829, + [SMALL_STATE(5408)] = 190854, + [SMALL_STATE(5409)] = 190875, + [SMALL_STATE(5410)] = 190900, + [SMALL_STATE(5411)] = 190919, + [SMALL_STATE(5412)] = 190938, + [SMALL_STATE(5413)] = 190963, + [SMALL_STATE(5414)] = 190988, + [SMALL_STATE(5415)] = 191013, + [SMALL_STATE(5416)] = 191038, + [SMALL_STATE(5417)] = 191063, + [SMALL_STATE(5418)] = 191088, + [SMALL_STATE(5419)] = 191113, + [SMALL_STATE(5420)] = 191140, + [SMALL_STATE(5421)] = 191159, + [SMALL_STATE(5422)] = 191178, + [SMALL_STATE(5423)] = 191197, + [SMALL_STATE(5424)] = 191216, + [SMALL_STATE(5425)] = 191235, + [SMALL_STATE(5426)] = 191254, + [SMALL_STATE(5427)] = 191273, + [SMALL_STATE(5428)] = 191294, + [SMALL_STATE(5429)] = 191313, + [SMALL_STATE(5430)] = 191338, + [SMALL_STATE(5431)] = 191359, + [SMALL_STATE(5432)] = 191380, + [SMALL_STATE(5433)] = 191407, + [SMALL_STATE(5434)] = 191426, + [SMALL_STATE(5435)] = 191444, + [SMALL_STATE(5436)] = 191462, + [SMALL_STATE(5437)] = 191480, + [SMALL_STATE(5438)] = 191498, + [SMALL_STATE(5439)] = 191524, + [SMALL_STATE(5440)] = 191550, + [SMALL_STATE(5441)] = 191568, + [SMALL_STATE(5442)] = 191590, + [SMALL_STATE(5443)] = 191616, + [SMALL_STATE(5444)] = 191634, + [SMALL_STATE(5445)] = 191652, + [SMALL_STATE(5446)] = 191670, + [SMALL_STATE(5447)] = 191694, + [SMALL_STATE(5448)] = 191712, + [SMALL_STATE(5449)] = 191730, + [SMALL_STATE(5450)] = 191754, + [SMALL_STATE(5451)] = 191772, + [SMALL_STATE(5452)] = 191790, + [SMALL_STATE(5453)] = 191808, + [SMALL_STATE(5454)] = 191834, + [SMALL_STATE(5455)] = 191860, + [SMALL_STATE(5456)] = 191886, + [SMALL_STATE(5457)] = 191912, + [SMALL_STATE(5458)] = 191930, + [SMALL_STATE(5459)] = 191948, + [SMALL_STATE(5460)] = 191966, + [SMALL_STATE(5461)] = 191990, + [SMALL_STATE(5462)] = 192008, + [SMALL_STATE(5463)] = 192026, + [SMALL_STATE(5464)] = 192044, + [SMALL_STATE(5465)] = 192062, + [SMALL_STATE(5466)] = 192080, + [SMALL_STATE(5467)] = 192098, + [SMALL_STATE(5468)] = 192116, + [SMALL_STATE(5469)] = 192134, + [SMALL_STATE(5470)] = 192152, + [SMALL_STATE(5471)] = 192172, + [SMALL_STATE(5472)] = 192190, + [SMALL_STATE(5473)] = 192208, + [SMALL_STATE(5474)] = 192226, + [SMALL_STATE(5475)] = 192244, + [SMALL_STATE(5476)] = 192262, + [SMALL_STATE(5477)] = 192280, + [SMALL_STATE(5478)] = 192302, + [SMALL_STATE(5479)] = 192320, + [SMALL_STATE(5480)] = 192346, + [SMALL_STATE(5481)] = 192364, + [SMALL_STATE(5482)] = 192382, + [SMALL_STATE(5483)] = 192408, + [SMALL_STATE(5484)] = 192430, + [SMALL_STATE(5485)] = 192448, + [SMALL_STATE(5486)] = 192466, + [SMALL_STATE(5487)] = 192492, + [SMALL_STATE(5488)] = 192510, + [SMALL_STATE(5489)] = 192528, + [SMALL_STATE(5490)] = 192554, + [SMALL_STATE(5491)] = 192580, + [SMALL_STATE(5492)] = 192606, + [SMALL_STATE(5493)] = 192622, + [SMALL_STATE(5494)] = 192648, + [SMALL_STATE(5495)] = 192674, + [SMALL_STATE(5496)] = 192692, + [SMALL_STATE(5497)] = 192710, + [SMALL_STATE(5498)] = 192728, + [SMALL_STATE(5499)] = 192746, + [SMALL_STATE(5500)] = 192764, + [SMALL_STATE(5501)] = 192790, + [SMALL_STATE(5502)] = 192808, + [SMALL_STATE(5503)] = 192826, + [SMALL_STATE(5504)] = 192844, + [SMALL_STATE(5505)] = 192862, + [SMALL_STATE(5506)] = 192882, + [SMALL_STATE(5507)] = 192904, + [SMALL_STATE(5508)] = 192926, + [SMALL_STATE(5509)] = 192944, + [SMALL_STATE(5510)] = 192962, + [SMALL_STATE(5511)] = 192988, + [SMALL_STATE(5512)] = 193004, + [SMALL_STATE(5513)] = 193030, + [SMALL_STATE(5514)] = 193058, + [SMALL_STATE(5515)] = 193084, + [SMALL_STATE(5516)] = 193112, + [SMALL_STATE(5517)] = 193138, + [SMALL_STATE(5518)] = 193164, + [SMALL_STATE(5519)] = 193190, + [SMALL_STATE(5520)] = 193210, + [SMALL_STATE(5521)] = 193236, + [SMALL_STATE(5522)] = 193258, + [SMALL_STATE(5523)] = 193276, + [SMALL_STATE(5524)] = 193296, + [SMALL_STATE(5525)] = 193318, + [SMALL_STATE(5526)] = 193338, + [SMALL_STATE(5527)] = 193364, + [SMALL_STATE(5528)] = 193390, + [SMALL_STATE(5529)] = 193416, + [SMALL_STATE(5530)] = 193442, + [SMALL_STATE(5531)] = 193468, + [SMALL_STATE(5532)] = 193486, + [SMALL_STATE(5533)] = 193512, + [SMALL_STATE(5534)] = 193536, + [SMALL_STATE(5535)] = 193554, + [SMALL_STATE(5536)] = 193576, + [SMALL_STATE(5537)] = 193594, + [SMALL_STATE(5538)] = 193612, + [SMALL_STATE(5539)] = 193630, + [SMALL_STATE(5540)] = 193648, + [SMALL_STATE(5541)] = 193674, + [SMALL_STATE(5542)] = 193692, + [SMALL_STATE(5543)] = 193710, + [SMALL_STATE(5544)] = 193730, + [SMALL_STATE(5545)] = 193756, + [SMALL_STATE(5546)] = 193774, + [SMALL_STATE(5547)] = 193792, + [SMALL_STATE(5548)] = 193818, + [SMALL_STATE(5549)] = 193836, + [SMALL_STATE(5550)] = 193854, + [SMALL_STATE(5551)] = 193872, + [SMALL_STATE(5552)] = 193896, + [SMALL_STATE(5553)] = 193920, + [SMALL_STATE(5554)] = 193938, + [SMALL_STATE(5555)] = 193956, + [SMALL_STATE(5556)] = 193974, + [SMALL_STATE(5557)] = 193994, + [SMALL_STATE(5558)] = 194020, + [SMALL_STATE(5559)] = 194046, + [SMALL_STATE(5560)] = 194066, + [SMALL_STATE(5561)] = 194084, + [SMALL_STATE(5562)] = 194106, + [SMALL_STATE(5563)] = 194126, + [SMALL_STATE(5564)] = 194144, + [SMALL_STATE(5565)] = 194170, + [SMALL_STATE(5566)] = 194196, + [SMALL_STATE(5567)] = 194214, + [SMALL_STATE(5568)] = 194240, + [SMALL_STATE(5569)] = 194266, + [SMALL_STATE(5570)] = 194288, + [SMALL_STATE(5571)] = 194308, + [SMALL_STATE(5572)] = 194326, + [SMALL_STATE(5573)] = 194344, + [SMALL_STATE(5574)] = 194370, + [SMALL_STATE(5575)] = 194390, + [SMALL_STATE(5576)] = 194407, + [SMALL_STATE(5577)] = 194424, + [SMALL_STATE(5578)] = 194441, + [SMALL_STATE(5579)] = 194458, + [SMALL_STATE(5580)] = 194475, + [SMALL_STATE(5581)] = 194500, + [SMALL_STATE(5582)] = 194517, + [SMALL_STATE(5583)] = 194534, + [SMALL_STATE(5584)] = 194551, + [SMALL_STATE(5585)] = 194570, + [SMALL_STATE(5586)] = 194593, + [SMALL_STATE(5587)] = 194614, + [SMALL_STATE(5588)] = 194637, + [SMALL_STATE(5589)] = 194662, + [SMALL_STATE(5590)] = 194687, + [SMALL_STATE(5591)] = 194706, + [SMALL_STATE(5592)] = 194729, + [SMALL_STATE(5593)] = 194754, + [SMALL_STATE(5594)] = 194779, + [SMALL_STATE(5595)] = 194800, + [SMALL_STATE(5596)] = 194825, + [SMALL_STATE(5597)] = 194846, + [SMALL_STATE(5598)] = 194871, + [SMALL_STATE(5599)] = 194888, + [SMALL_STATE(5600)] = 194913, + [SMALL_STATE(5601)] = 194938, + [SMALL_STATE(5602)] = 194955, + [SMALL_STATE(5603)] = 194980, + [SMALL_STATE(5604)] = 195003, + [SMALL_STATE(5605)] = 195028, + [SMALL_STATE(5606)] = 195053, + [SMALL_STATE(5607)] = 195076, + [SMALL_STATE(5608)] = 195101, + [SMALL_STATE(5609)] = 195126, + [SMALL_STATE(5610)] = 195147, + [SMALL_STATE(5611)] = 195172, + [SMALL_STATE(5612)] = 195195, + [SMALL_STATE(5613)] = 195216, + [SMALL_STATE(5614)] = 195241, + [SMALL_STATE(5615)] = 195266, + [SMALL_STATE(5616)] = 195287, + [SMALL_STATE(5617)] = 195304, + [SMALL_STATE(5618)] = 195321, + [SMALL_STATE(5619)] = 195338, + [SMALL_STATE(5620)] = 195361, + [SMALL_STATE(5621)] = 195386, + [SMALL_STATE(5622)] = 195411, + [SMALL_STATE(5623)] = 195428, + [SMALL_STATE(5624)] = 195451, + [SMALL_STATE(5625)] = 195468, + [SMALL_STATE(5626)] = 195493, + [SMALL_STATE(5627)] = 195510, + [SMALL_STATE(5628)] = 195535, + [SMALL_STATE(5629)] = 195554, + [SMALL_STATE(5630)] = 195573, + [SMALL_STATE(5631)] = 195598, + [SMALL_STATE(5632)] = 195623, + [SMALL_STATE(5633)] = 195640, + [SMALL_STATE(5634)] = 195657, + [SMALL_STATE(5635)] = 195682, + [SMALL_STATE(5636)] = 195705, + [SMALL_STATE(5637)] = 195730, + [SMALL_STATE(5638)] = 195755, + [SMALL_STATE(5639)] = 195772, + [SMALL_STATE(5640)] = 195795, + [SMALL_STATE(5641)] = 195820, + [SMALL_STATE(5642)] = 195845, + [SMALL_STATE(5643)] = 195864, + [SMALL_STATE(5644)] = 195889, + [SMALL_STATE(5645)] = 195914, + [SMALL_STATE(5646)] = 195939, + [SMALL_STATE(5647)] = 195964, + [SMALL_STATE(5648)] = 195987, + [SMALL_STATE(5649)] = 196004, + [SMALL_STATE(5650)] = 196027, + [SMALL_STATE(5651)] = 196052, + [SMALL_STATE(5652)] = 196069, + [SMALL_STATE(5653)] = 196094, + [SMALL_STATE(5654)] = 196119, + [SMALL_STATE(5655)] = 196140, + [SMALL_STATE(5656)] = 196163, + [SMALL_STATE(5657)] = 196186, + [SMALL_STATE(5658)] = 196211, + [SMALL_STATE(5659)] = 196228, + [SMALL_STATE(5660)] = 196253, + [SMALL_STATE(5661)] = 196274, + [SMALL_STATE(5662)] = 196293, + [SMALL_STATE(5663)] = 196316, + [SMALL_STATE(5664)] = 196337, + [SMALL_STATE(5665)] = 196360, + [SMALL_STATE(5666)] = 196385, + [SMALL_STATE(5667)] = 196408, + [SMALL_STATE(5668)] = 196433, + [SMALL_STATE(5669)] = 196458, + [SMALL_STATE(5670)] = 196483, + [SMALL_STATE(5671)] = 196508, + [SMALL_STATE(5672)] = 196533, + [SMALL_STATE(5673)] = 196558, + [SMALL_STATE(5674)] = 196583, + [SMALL_STATE(5675)] = 196604, + [SMALL_STATE(5676)] = 196629, + [SMALL_STATE(5677)] = 196646, + [SMALL_STATE(5678)] = 196671, + [SMALL_STATE(5679)] = 196694, + [SMALL_STATE(5680)] = 196711, + [SMALL_STATE(5681)] = 196736, + [SMALL_STATE(5682)] = 196753, + [SMALL_STATE(5683)] = 196772, + [SMALL_STATE(5684)] = 196791, + [SMALL_STATE(5685)] = 196814, + [SMALL_STATE(5686)] = 196835, + [SMALL_STATE(5687)] = 196852, + [SMALL_STATE(5688)] = 196877, + [SMALL_STATE(5689)] = 196898, + [SMALL_STATE(5690)] = 196917, + [SMALL_STATE(5691)] = 196934, + [SMALL_STATE(5692)] = 196951, + [SMALL_STATE(5693)] = 196968, + [SMALL_STATE(5694)] = 196987, + [SMALL_STATE(5695)] = 197012, + [SMALL_STATE(5696)] = 197029, + [SMALL_STATE(5697)] = 197046, + [SMALL_STATE(5698)] = 197071, + [SMALL_STATE(5699)] = 197088, + [SMALL_STATE(5700)] = 197113, + [SMALL_STATE(5701)] = 197138, + [SMALL_STATE(5702)] = 197163, + [SMALL_STATE(5703)] = 197188, + [SMALL_STATE(5704)] = 197213, + [SMALL_STATE(5705)] = 197236, + [SMALL_STATE(5706)] = 197261, + [SMALL_STATE(5707)] = 197286, + [SMALL_STATE(5708)] = 197311, + [SMALL_STATE(5709)] = 197328, + [SMALL_STATE(5710)] = 197345, + [SMALL_STATE(5711)] = 197370, + [SMALL_STATE(5712)] = 197395, + [SMALL_STATE(5713)] = 197416, + [SMALL_STATE(5714)] = 197431, + [SMALL_STATE(5715)] = 197452, + [SMALL_STATE(5716)] = 197469, + [SMALL_STATE(5717)] = 197486, + [SMALL_STATE(5718)] = 197511, + [SMALL_STATE(5719)] = 197528, + [SMALL_STATE(5720)] = 197545, + [SMALL_STATE(5721)] = 197568, + [SMALL_STATE(5722)] = 197591, + [SMALL_STATE(5723)] = 197616, + [SMALL_STATE(5724)] = 197641, + [SMALL_STATE(5725)] = 197666, + [SMALL_STATE(5726)] = 197691, + [SMALL_STATE(5727)] = 197714, + [SMALL_STATE(5728)] = 197737, + [SMALL_STATE(5729)] = 197762, + [SMALL_STATE(5730)] = 197779, + [SMALL_STATE(5731)] = 197796, + [SMALL_STATE(5732)] = 197813, + [SMALL_STATE(5733)] = 197830, + [SMALL_STATE(5734)] = 197849, + [SMALL_STATE(5735)] = 197874, + [SMALL_STATE(5736)] = 197899, + [SMALL_STATE(5737)] = 197918, + [SMALL_STATE(5738)] = 197935, + [SMALL_STATE(5739)] = 197954, + [SMALL_STATE(5740)] = 197973, + [SMALL_STATE(5741)] = 197992, + [SMALL_STATE(5742)] = 198017, + [SMALL_STATE(5743)] = 198038, + [SMALL_STATE(5744)] = 198055, + [SMALL_STATE(5745)] = 198072, + [SMALL_STATE(5746)] = 198095, + [SMALL_STATE(5747)] = 198118, + [SMALL_STATE(5748)] = 198137, + [SMALL_STATE(5749)] = 198156, + [SMALL_STATE(5750)] = 198181, + [SMALL_STATE(5751)] = 198202, + [SMALL_STATE(5752)] = 198227, + [SMALL_STATE(5753)] = 198250, + [SMALL_STATE(5754)] = 198275, + [SMALL_STATE(5755)] = 198296, + [SMALL_STATE(5756)] = 198321, + [SMALL_STATE(5757)] = 198338, + [SMALL_STATE(5758)] = 198355, + [SMALL_STATE(5759)] = 198372, + [SMALL_STATE(5760)] = 198389, + [SMALL_STATE(5761)] = 198406, + [SMALL_STATE(5762)] = 198431, + [SMALL_STATE(5763)] = 198448, + [SMALL_STATE(5764)] = 198469, + [SMALL_STATE(5765)] = 198490, + [SMALL_STATE(5766)] = 198511, + [SMALL_STATE(5767)] = 198534, + [SMALL_STATE(5768)] = 198553, + [SMALL_STATE(5769)] = 198572, + [SMALL_STATE(5770)] = 198589, + [SMALL_STATE(5771)] = 198608, + [SMALL_STATE(5772)] = 198633, + [SMALL_STATE(5773)] = 198658, + [SMALL_STATE(5774)] = 198675, + [SMALL_STATE(5775)] = 198700, + [SMALL_STATE(5776)] = 198717, + [SMALL_STATE(5777)] = 198734, + [SMALL_STATE(5778)] = 198751, + [SMALL_STATE(5779)] = 198772, + [SMALL_STATE(5780)] = 198795, + [SMALL_STATE(5781)] = 198814, + [SMALL_STATE(5782)] = 198837, + [SMALL_STATE(5783)] = 198862, + [SMALL_STATE(5784)] = 198887, + [SMALL_STATE(5785)] = 198908, + [SMALL_STATE(5786)] = 198933, + [SMALL_STATE(5787)] = 198954, + [SMALL_STATE(5788)] = 198971, + [SMALL_STATE(5789)] = 198996, + [SMALL_STATE(5790)] = 199021, + [SMALL_STATE(5791)] = 199038, + [SMALL_STATE(5792)] = 199063, + [SMALL_STATE(5793)] = 199080, + [SMALL_STATE(5794)] = 199097, + [SMALL_STATE(5795)] = 199122, + [SMALL_STATE(5796)] = 199147, + [SMALL_STATE(5797)] = 199164, + [SMALL_STATE(5798)] = 199189, + [SMALL_STATE(5799)] = 199212, + [SMALL_STATE(5800)] = 199229, + [SMALL_STATE(5801)] = 199246, + [SMALL_STATE(5802)] = 199271, + [SMALL_STATE(5803)] = 199288, + [SMALL_STATE(5804)] = 199313, + [SMALL_STATE(5805)] = 199336, + [SMALL_STATE(5806)] = 199361, + [SMALL_STATE(5807)] = 199378, + [SMALL_STATE(5808)] = 199395, + [SMALL_STATE(5809)] = 199417, + [SMALL_STATE(5810)] = 199431, + [SMALL_STATE(5811)] = 199453, + [SMALL_STATE(5812)] = 199467, + [SMALL_STATE(5813)] = 199481, + [SMALL_STATE(5814)] = 199495, + [SMALL_STATE(5815)] = 199511, + [SMALL_STATE(5816)] = 199525, + [SMALL_STATE(5817)] = 199539, + [SMALL_STATE(5818)] = 199557, + [SMALL_STATE(5819)] = 199579, + [SMALL_STATE(5820)] = 199593, + [SMALL_STATE(5821)] = 199607, + [SMALL_STATE(5822)] = 199621, + [SMALL_STATE(5823)] = 199643, + [SMALL_STATE(5824)] = 199665, + [SMALL_STATE(5825)] = 199687, + [SMALL_STATE(5826)] = 199709, + [SMALL_STATE(5827)] = 199731, + [SMALL_STATE(5828)] = 199745, + [SMALL_STATE(5829)] = 199759, + [SMALL_STATE(5830)] = 199781, + [SMALL_STATE(5831)] = 199795, + [SMALL_STATE(5832)] = 199809, + [SMALL_STATE(5833)] = 199831, + [SMALL_STATE(5834)] = 199853, + [SMALL_STATE(5835)] = 199875, + [SMALL_STATE(5836)] = 199897, + [SMALL_STATE(5837)] = 199911, + [SMALL_STATE(5838)] = 199933, + [SMALL_STATE(5839)] = 199955, + [SMALL_STATE(5840)] = 199977, + [SMALL_STATE(5841)] = 199999, + [SMALL_STATE(5842)] = 200013, + [SMALL_STATE(5843)] = 200027, + [SMALL_STATE(5844)] = 200041, + [SMALL_STATE(5845)] = 200055, + [SMALL_STATE(5846)] = 200069, + [SMALL_STATE(5847)] = 200083, + [SMALL_STATE(5848)] = 200099, + [SMALL_STATE(5849)] = 200121, + [SMALL_STATE(5850)] = 200143, + [SMALL_STATE(5851)] = 200157, + [SMALL_STATE(5852)] = 200179, + [SMALL_STATE(5853)] = 200193, + [SMALL_STATE(5854)] = 200207, + [SMALL_STATE(5855)] = 200221, + [SMALL_STATE(5856)] = 200243, + [SMALL_STATE(5857)] = 200257, + [SMALL_STATE(5858)] = 200275, + [SMALL_STATE(5859)] = 200289, + [SMALL_STATE(5860)] = 200303, + [SMALL_STATE(5861)] = 200317, + [SMALL_STATE(5862)] = 200335, + [SMALL_STATE(5863)] = 200353, + [SMALL_STATE(5864)] = 200369, + [SMALL_STATE(5865)] = 200383, + [SMALL_STATE(5866)] = 200405, + [SMALL_STATE(5867)] = 200427, + [SMALL_STATE(5868)] = 200441, + [SMALL_STATE(5869)] = 200463, + [SMALL_STATE(5870)] = 200483, + [SMALL_STATE(5871)] = 200497, + [SMALL_STATE(5872)] = 200519, + [SMALL_STATE(5873)] = 200533, + [SMALL_STATE(5874)] = 200551, + [SMALL_STATE(5875)] = 200569, + [SMALL_STATE(5876)] = 200583, + [SMALL_STATE(5877)] = 200601, + [SMALL_STATE(5878)] = 200621, + [SMALL_STATE(5879)] = 200643, + [SMALL_STATE(5880)] = 200665, + [SMALL_STATE(5881)] = 200687, + [SMALL_STATE(5882)] = 200705, + [SMALL_STATE(5883)] = 200727, + [SMALL_STATE(5884)] = 200749, + [SMALL_STATE(5885)] = 200771, + [SMALL_STATE(5886)] = 200789, + [SMALL_STATE(5887)] = 200807, + [SMALL_STATE(5888)] = 200829, + [SMALL_STATE(5889)] = 200851, + [SMALL_STATE(5890)] = 200873, + [SMALL_STATE(5891)] = 200895, + [SMALL_STATE(5892)] = 200917, + [SMALL_STATE(5893)] = 200939, + [SMALL_STATE(5894)] = 200961, + [SMALL_STATE(5895)] = 200981, + [SMALL_STATE(5896)] = 201003, + [SMALL_STATE(5897)] = 201023, + [SMALL_STATE(5898)] = 201045, + [SMALL_STATE(5899)] = 201067, + [SMALL_STATE(5900)] = 201089, + [SMALL_STATE(5901)] = 201107, + [SMALL_STATE(5902)] = 201129, + [SMALL_STATE(5903)] = 201145, + [SMALL_STATE(5904)] = 201163, + [SMALL_STATE(5905)] = 201183, + [SMALL_STATE(5906)] = 201201, + [SMALL_STATE(5907)] = 201223, + [SMALL_STATE(5908)] = 201241, + [SMALL_STATE(5909)] = 201263, + [SMALL_STATE(5910)] = 201279, + [SMALL_STATE(5911)] = 201301, + [SMALL_STATE(5912)] = 201317, + [SMALL_STATE(5913)] = 201339, + [SMALL_STATE(5914)] = 201355, + [SMALL_STATE(5915)] = 201377, + [SMALL_STATE(5916)] = 201395, + [SMALL_STATE(5917)] = 201415, + [SMALL_STATE(5918)] = 201437, + [SMALL_STATE(5919)] = 201457, + [SMALL_STATE(5920)] = 201477, + [SMALL_STATE(5921)] = 201499, + [SMALL_STATE(5922)] = 201519, + [SMALL_STATE(5923)] = 201539, + [SMALL_STATE(5924)] = 201561, + [SMALL_STATE(5925)] = 201581, + [SMALL_STATE(5926)] = 201603, + [SMALL_STATE(5927)] = 201623, + [SMALL_STATE(5928)] = 201645, + [SMALL_STATE(5929)] = 201667, + [SMALL_STATE(5930)] = 201689, + [SMALL_STATE(5931)] = 201709, + [SMALL_STATE(5932)] = 201725, + [SMALL_STATE(5933)] = 201747, + [SMALL_STATE(5934)] = 201763, + [SMALL_STATE(5935)] = 201785, + [SMALL_STATE(5936)] = 201807, + [SMALL_STATE(5937)] = 201825, + [SMALL_STATE(5938)] = 201847, + [SMALL_STATE(5939)] = 201869, + [SMALL_STATE(5940)] = 201891, + [SMALL_STATE(5941)] = 201913, + [SMALL_STATE(5942)] = 201935, + [SMALL_STATE(5943)] = 201957, + [SMALL_STATE(5944)] = 201979, + [SMALL_STATE(5945)] = 202001, + [SMALL_STATE(5946)] = 202017, + [SMALL_STATE(5947)] = 202039, + [SMALL_STATE(5948)] = 202061, + [SMALL_STATE(5949)] = 202083, + [SMALL_STATE(5950)] = 202105, + [SMALL_STATE(5951)] = 202127, + [SMALL_STATE(5952)] = 202149, + [SMALL_STATE(5953)] = 202163, + [SMALL_STATE(5954)] = 202177, + [SMALL_STATE(5955)] = 202195, + [SMALL_STATE(5956)] = 202209, + [SMALL_STATE(5957)] = 202223, + [SMALL_STATE(5958)] = 202237, + [SMALL_STATE(5959)] = 202255, + [SMALL_STATE(5960)] = 202277, + [SMALL_STATE(5961)] = 202291, + [SMALL_STATE(5962)] = 202313, + [SMALL_STATE(5963)] = 202327, + [SMALL_STATE(5964)] = 202341, + [SMALL_STATE(5965)] = 202355, + [SMALL_STATE(5966)] = 202369, + [SMALL_STATE(5967)] = 202383, + [SMALL_STATE(5968)] = 202399, + [SMALL_STATE(5969)] = 202421, + [SMALL_STATE(5970)] = 202443, + [SMALL_STATE(5971)] = 202459, + [SMALL_STATE(5972)] = 202481, + [SMALL_STATE(5973)] = 202503, + [SMALL_STATE(5974)] = 202517, + [SMALL_STATE(5975)] = 202539, + [SMALL_STATE(5976)] = 202561, + [SMALL_STATE(5977)] = 202583, + [SMALL_STATE(5978)] = 202601, + [SMALL_STATE(5979)] = 202621, + [SMALL_STATE(5980)] = 202643, + [SMALL_STATE(5981)] = 202657, + [SMALL_STATE(5982)] = 202679, + [SMALL_STATE(5983)] = 202701, + [SMALL_STATE(5984)] = 202719, + [SMALL_STATE(5985)] = 202741, + [SMALL_STATE(5986)] = 202759, + [SMALL_STATE(5987)] = 202781, + [SMALL_STATE(5988)] = 202803, + [SMALL_STATE(5989)] = 202819, + [SMALL_STATE(5990)] = 202835, + [SMALL_STATE(5991)] = 202853, + [SMALL_STATE(5992)] = 202871, + [SMALL_STATE(5993)] = 202889, + [SMALL_STATE(5994)] = 202911, + [SMALL_STATE(5995)] = 202931, + [SMALL_STATE(5996)] = 202953, + [SMALL_STATE(5997)] = 202973, + [SMALL_STATE(5998)] = 202987, + [SMALL_STATE(5999)] = 203005, + [SMALL_STATE(6000)] = 203023, + [SMALL_STATE(6001)] = 203045, + [SMALL_STATE(6002)] = 203067, + [SMALL_STATE(6003)] = 203089, + [SMALL_STATE(6004)] = 203111, + [SMALL_STATE(6005)] = 203133, + [SMALL_STATE(6006)] = 203155, + [SMALL_STATE(6007)] = 203177, + [SMALL_STATE(6008)] = 203199, + [SMALL_STATE(6009)] = 203221, + [SMALL_STATE(6010)] = 203243, + [SMALL_STATE(6011)] = 203265, + [SMALL_STATE(6012)] = 203287, + [SMALL_STATE(6013)] = 203309, + [SMALL_STATE(6014)] = 203323, + [SMALL_STATE(6015)] = 203337, + [SMALL_STATE(6016)] = 203357, + [SMALL_STATE(6017)] = 203379, + [SMALL_STATE(6018)] = 203401, + [SMALL_STATE(6019)] = 203423, + [SMALL_STATE(6020)] = 203445, + [SMALL_STATE(6021)] = 203467, + [SMALL_STATE(6022)] = 203489, + [SMALL_STATE(6023)] = 203503, + [SMALL_STATE(6024)] = 203525, + [SMALL_STATE(6025)] = 203547, + [SMALL_STATE(6026)] = 203569, + [SMALL_STATE(6027)] = 203591, + [SMALL_STATE(6028)] = 203607, + [SMALL_STATE(6029)] = 203623, + [SMALL_STATE(6030)] = 203637, + [SMALL_STATE(6031)] = 203659, + [SMALL_STATE(6032)] = 203681, + [SMALL_STATE(6033)] = 203703, + [SMALL_STATE(6034)] = 203725, + [SMALL_STATE(6035)] = 203739, + [SMALL_STATE(6036)] = 203761, + [SMALL_STATE(6037)] = 203783, + [SMALL_STATE(6038)] = 203805, + [SMALL_STATE(6039)] = 203827, + [SMALL_STATE(6040)] = 203849, + [SMALL_STATE(6041)] = 203871, + [SMALL_STATE(6042)] = 203893, + [SMALL_STATE(6043)] = 203915, + [SMALL_STATE(6044)] = 203937, + [SMALL_STATE(6045)] = 203959, + [SMALL_STATE(6046)] = 203981, + [SMALL_STATE(6047)] = 204003, + [SMALL_STATE(6048)] = 204025, + [SMALL_STATE(6049)] = 204047, + [SMALL_STATE(6050)] = 204063, + [SMALL_STATE(6051)] = 204085, + [SMALL_STATE(6052)] = 204107, + [SMALL_STATE(6053)] = 204129, + [SMALL_STATE(6054)] = 204151, + [SMALL_STATE(6055)] = 204173, + [SMALL_STATE(6056)] = 204195, + [SMALL_STATE(6057)] = 204217, + [SMALL_STATE(6058)] = 204239, + [SMALL_STATE(6059)] = 204261, + [SMALL_STATE(6060)] = 204283, + [SMALL_STATE(6061)] = 204297, + [SMALL_STATE(6062)] = 204319, + [SMALL_STATE(6063)] = 204341, + [SMALL_STATE(6064)] = 204363, + [SMALL_STATE(6065)] = 204385, + [SMALL_STATE(6066)] = 204407, + [SMALL_STATE(6067)] = 204429, + [SMALL_STATE(6068)] = 204443, + [SMALL_STATE(6069)] = 204457, + [SMALL_STATE(6070)] = 204479, + [SMALL_STATE(6071)] = 204493, + [SMALL_STATE(6072)] = 204507, + [SMALL_STATE(6073)] = 204523, + [SMALL_STATE(6074)] = 204537, + [SMALL_STATE(6075)] = 204559, + [SMALL_STATE(6076)] = 204577, + [SMALL_STATE(6077)] = 204590, + [SMALL_STATE(6078)] = 204605, + [SMALL_STATE(6079)] = 204624, + [SMALL_STATE(6080)] = 204639, + [SMALL_STATE(6081)] = 204652, + [SMALL_STATE(6082)] = 204667, + [SMALL_STATE(6083)] = 204684, + [SMALL_STATE(6084)] = 204703, + [SMALL_STATE(6085)] = 204720, + [SMALL_STATE(6086)] = 204737, + [SMALL_STATE(6087)] = 204750, + [SMALL_STATE(6088)] = 204767, + [SMALL_STATE(6089)] = 204786, + [SMALL_STATE(6090)] = 204805, + [SMALL_STATE(6091)] = 204820, + [SMALL_STATE(6092)] = 204839, + [SMALL_STATE(6093)] = 204854, + [SMALL_STATE(6094)] = 204873, + [SMALL_STATE(6095)] = 204892, + [SMALL_STATE(6096)] = 204911, + [SMALL_STATE(6097)] = 204926, + [SMALL_STATE(6098)] = 204945, + [SMALL_STATE(6099)] = 204964, + [SMALL_STATE(6100)] = 204983, + [SMALL_STATE(6101)] = 205002, + [SMALL_STATE(6102)] = 205021, + [SMALL_STATE(6103)] = 205040, + [SMALL_STATE(6104)] = 205059, + [SMALL_STATE(6105)] = 205078, + [SMALL_STATE(6106)] = 205095, + [SMALL_STATE(6107)] = 205110, + [SMALL_STATE(6108)] = 205123, + [SMALL_STATE(6109)] = 205142, + [SMALL_STATE(6110)] = 205155, + [SMALL_STATE(6111)] = 205174, + [SMALL_STATE(6112)] = 205191, + [SMALL_STATE(6113)] = 205206, + [SMALL_STATE(6114)] = 205219, + [SMALL_STATE(6115)] = 205234, + [SMALL_STATE(6116)] = 205247, + [SMALL_STATE(6117)] = 205266, + [SMALL_STATE(6118)] = 205283, + [SMALL_STATE(6119)] = 205298, + [SMALL_STATE(6120)] = 205311, + [SMALL_STATE(6121)] = 205326, + [SMALL_STATE(6122)] = 205341, + [SMALL_STATE(6123)] = 205360, + [SMALL_STATE(6124)] = 205375, + [SMALL_STATE(6125)] = 205390, + [SMALL_STATE(6126)] = 205405, + [SMALL_STATE(6127)] = 205418, + [SMALL_STATE(6128)] = 205431, + [SMALL_STATE(6129)] = 205450, + [SMALL_STATE(6130)] = 205469, + [SMALL_STATE(6131)] = 205488, + [SMALL_STATE(6132)] = 205507, + [SMALL_STATE(6133)] = 205526, + [SMALL_STATE(6134)] = 205545, + [SMALL_STATE(6135)] = 205564, + [SMALL_STATE(6136)] = 205583, + [SMALL_STATE(6137)] = 205596, + [SMALL_STATE(6138)] = 205615, + [SMALL_STATE(6139)] = 205628, + [SMALL_STATE(6140)] = 205641, + [SMALL_STATE(6141)] = 205654, + [SMALL_STATE(6142)] = 205667, + [SMALL_STATE(6143)] = 205684, + [SMALL_STATE(6144)] = 205699, + [SMALL_STATE(6145)] = 205714, + [SMALL_STATE(6146)] = 205727, + [SMALL_STATE(6147)] = 205746, + [SMALL_STATE(6148)] = 205763, + [SMALL_STATE(6149)] = 205782, + [SMALL_STATE(6150)] = 205795, + [SMALL_STATE(6151)] = 205808, + [SMALL_STATE(6152)] = 205827, + [SMALL_STATE(6153)] = 205840, + [SMALL_STATE(6154)] = 205853, + [SMALL_STATE(6155)] = 205870, + [SMALL_STATE(6156)] = 205887, + [SMALL_STATE(6157)] = 205904, + [SMALL_STATE(6158)] = 205921, + [SMALL_STATE(6159)] = 205934, + [SMALL_STATE(6160)] = 205953, + [SMALL_STATE(6161)] = 205972, + [SMALL_STATE(6162)] = 205991, + [SMALL_STATE(6163)] = 206010, + [SMALL_STATE(6164)] = 206029, + [SMALL_STATE(6165)] = 206048, + [SMALL_STATE(6166)] = 206067, + [SMALL_STATE(6167)] = 206086, + [SMALL_STATE(6168)] = 206099, + [SMALL_STATE(6169)] = 206118, + [SMALL_STATE(6170)] = 206131, + [SMALL_STATE(6171)] = 206144, + [SMALL_STATE(6172)] = 206161, + [SMALL_STATE(6173)] = 206178, + [SMALL_STATE(6174)] = 206197, + [SMALL_STATE(6175)] = 206210, + [SMALL_STATE(6176)] = 206229, + [SMALL_STATE(6177)] = 206244, + [SMALL_STATE(6178)] = 206263, + [SMALL_STATE(6179)] = 206280, + [SMALL_STATE(6180)] = 206293, + [SMALL_STATE(6181)] = 206308, + [SMALL_STATE(6182)] = 206327, + [SMALL_STATE(6183)] = 206340, + [SMALL_STATE(6184)] = 206353, + [SMALL_STATE(6185)] = 206372, + [SMALL_STATE(6186)] = 206391, + [SMALL_STATE(6187)] = 206408, + [SMALL_STATE(6188)] = 206427, + [SMALL_STATE(6189)] = 206446, + [SMALL_STATE(6190)] = 206465, + [SMALL_STATE(6191)] = 206484, + [SMALL_STATE(6192)] = 206503, + [SMALL_STATE(6193)] = 206522, + [SMALL_STATE(6194)] = 206541, + [SMALL_STATE(6195)] = 206560, + [SMALL_STATE(6196)] = 206579, + [SMALL_STATE(6197)] = 206592, + [SMALL_STATE(6198)] = 206607, + [SMALL_STATE(6199)] = 206620, + [SMALL_STATE(6200)] = 206633, + [SMALL_STATE(6201)] = 206648, + [SMALL_STATE(6202)] = 206665, + [SMALL_STATE(6203)] = 206684, + [SMALL_STATE(6204)] = 206703, + [SMALL_STATE(6205)] = 206716, + [SMALL_STATE(6206)] = 206729, + [SMALL_STATE(6207)] = 206742, + [SMALL_STATE(6208)] = 206759, + [SMALL_STATE(6209)] = 206772, + [SMALL_STATE(6210)] = 206789, + [SMALL_STATE(6211)] = 206804, + [SMALL_STATE(6212)] = 206823, + [SMALL_STATE(6213)] = 206836, + [SMALL_STATE(6214)] = 206851, + [SMALL_STATE(6215)] = 206870, + [SMALL_STATE(6216)] = 206889, + [SMALL_STATE(6217)] = 206908, + [SMALL_STATE(6218)] = 206927, + [SMALL_STATE(6219)] = 206946, + [SMALL_STATE(6220)] = 206965, + [SMALL_STATE(6221)] = 206984, + [SMALL_STATE(6222)] = 207003, + [SMALL_STATE(6223)] = 207016, + [SMALL_STATE(6224)] = 207029, + [SMALL_STATE(6225)] = 207042, + [SMALL_STATE(6226)] = 207061, + [SMALL_STATE(6227)] = 207078, + [SMALL_STATE(6228)] = 207095, + [SMALL_STATE(6229)] = 207114, + [SMALL_STATE(6230)] = 207133, + [SMALL_STATE(6231)] = 207150, + [SMALL_STATE(6232)] = 207165, + [SMALL_STATE(6233)] = 207180, + [SMALL_STATE(6234)] = 207197, + [SMALL_STATE(6235)] = 207214, + [SMALL_STATE(6236)] = 207233, + [SMALL_STATE(6237)] = 207252, + [SMALL_STATE(6238)] = 207271, + [SMALL_STATE(6239)] = 207290, + [SMALL_STATE(6240)] = 207309, + [SMALL_STATE(6241)] = 207328, + [SMALL_STATE(6242)] = 207347, + [SMALL_STATE(6243)] = 207366, + [SMALL_STATE(6244)] = 207385, + [SMALL_STATE(6245)] = 207400, + [SMALL_STATE(6246)] = 207419, + [SMALL_STATE(6247)] = 207438, + [SMALL_STATE(6248)] = 207451, + [SMALL_STATE(6249)] = 207468, + [SMALL_STATE(6250)] = 207483, + [SMALL_STATE(6251)] = 207502, + [SMALL_STATE(6252)] = 207519, + [SMALL_STATE(6253)] = 207536, + [SMALL_STATE(6254)] = 207555, + [SMALL_STATE(6255)] = 207570, + [SMALL_STATE(6256)] = 207585, + [SMALL_STATE(6257)] = 207600, + [SMALL_STATE(6258)] = 207613, + [SMALL_STATE(6259)] = 207632, + [SMALL_STATE(6260)] = 207651, + [SMALL_STATE(6261)] = 207670, + [SMALL_STATE(6262)] = 207689, + [SMALL_STATE(6263)] = 207708, + [SMALL_STATE(6264)] = 207727, + [SMALL_STATE(6265)] = 207746, + [SMALL_STATE(6266)] = 207765, + [SMALL_STATE(6267)] = 207778, + [SMALL_STATE(6268)] = 207791, + [SMALL_STATE(6269)] = 207810, + [SMALL_STATE(6270)] = 207825, + [SMALL_STATE(6271)] = 207842, + [SMALL_STATE(6272)] = 207857, + [SMALL_STATE(6273)] = 207872, + [SMALL_STATE(6274)] = 207885, + [SMALL_STATE(6275)] = 207902, + [SMALL_STATE(6276)] = 207915, + [SMALL_STATE(6277)] = 207930, + [SMALL_STATE(6278)] = 207949, + [SMALL_STATE(6279)] = 207966, + [SMALL_STATE(6280)] = 207985, + [SMALL_STATE(6281)] = 208004, + [SMALL_STATE(6282)] = 208023, + [SMALL_STATE(6283)] = 208042, + [SMALL_STATE(6284)] = 208061, + [SMALL_STATE(6285)] = 208080, + [SMALL_STATE(6286)] = 208099, + [SMALL_STATE(6287)] = 208118, + [SMALL_STATE(6288)] = 208137, + [SMALL_STATE(6289)] = 208156, + [SMALL_STATE(6290)] = 208175, + [SMALL_STATE(6291)] = 208188, + [SMALL_STATE(6292)] = 208205, + [SMALL_STATE(6293)] = 208222, + [SMALL_STATE(6294)] = 208239, + [SMALL_STATE(6295)] = 208254, + [SMALL_STATE(6296)] = 208271, + [SMALL_STATE(6297)] = 208290, + [SMALL_STATE(6298)] = 208309, + [SMALL_STATE(6299)] = 208328, + [SMALL_STATE(6300)] = 208347, + [SMALL_STATE(6301)] = 208366, + [SMALL_STATE(6302)] = 208385, + [SMALL_STATE(6303)] = 208404, + [SMALL_STATE(6304)] = 208423, + [SMALL_STATE(6305)] = 208442, + [SMALL_STATE(6306)] = 208455, + [SMALL_STATE(6307)] = 208468, + [SMALL_STATE(6308)] = 208485, + [SMALL_STATE(6309)] = 208502, + [SMALL_STATE(6310)] = 208521, + [SMALL_STATE(6311)] = 208538, + [SMALL_STATE(6312)] = 208555, + [SMALL_STATE(6313)] = 208574, + [SMALL_STATE(6314)] = 208593, + [SMALL_STATE(6315)] = 208612, + [SMALL_STATE(6316)] = 208631, + [SMALL_STATE(6317)] = 208650, + [SMALL_STATE(6318)] = 208669, + [SMALL_STATE(6319)] = 208688, + [SMALL_STATE(6320)] = 208707, + [SMALL_STATE(6321)] = 208726, + [SMALL_STATE(6322)] = 208739, + [SMALL_STATE(6323)] = 208756, + [SMALL_STATE(6324)] = 208769, + [SMALL_STATE(6325)] = 208786, + [SMALL_STATE(6326)] = 208805, + [SMALL_STATE(6327)] = 208824, + [SMALL_STATE(6328)] = 208837, + [SMALL_STATE(6329)] = 208854, + [SMALL_STATE(6330)] = 208867, + [SMALL_STATE(6331)] = 208884, + [SMALL_STATE(6332)] = 208903, + [SMALL_STATE(6333)] = 208916, + [SMALL_STATE(6334)] = 208933, + [SMALL_STATE(6335)] = 208952, + [SMALL_STATE(6336)] = 208969, + [SMALL_STATE(6337)] = 208986, + [SMALL_STATE(6338)] = 208999, + [SMALL_STATE(6339)] = 209016, + [SMALL_STATE(6340)] = 209035, + [SMALL_STATE(6341)] = 209052, + [SMALL_STATE(6342)] = 209071, + [SMALL_STATE(6343)] = 209084, + [SMALL_STATE(6344)] = 209101, + [SMALL_STATE(6345)] = 209118, + [SMALL_STATE(6346)] = 209137, + [SMALL_STATE(6347)] = 209150, + [SMALL_STATE(6348)] = 209167, + [SMALL_STATE(6349)] = 209184, + [SMALL_STATE(6350)] = 209203, + [SMALL_STATE(6351)] = 209216, + [SMALL_STATE(6352)] = 209233, + [SMALL_STATE(6353)] = 209250, + [SMALL_STATE(6354)] = 209269, + [SMALL_STATE(6355)] = 209282, + [SMALL_STATE(6356)] = 209299, + [SMALL_STATE(6357)] = 209316, + [SMALL_STATE(6358)] = 209335, + [SMALL_STATE(6359)] = 209348, + [SMALL_STATE(6360)] = 209365, + [SMALL_STATE(6361)] = 209382, + [SMALL_STATE(6362)] = 209401, + [SMALL_STATE(6363)] = 209414, + [SMALL_STATE(6364)] = 209431, + [SMALL_STATE(6365)] = 209448, + [SMALL_STATE(6366)] = 209467, + [SMALL_STATE(6367)] = 209480, + [SMALL_STATE(6368)] = 209497, + [SMALL_STATE(6369)] = 209514, + [SMALL_STATE(6370)] = 209533, + [SMALL_STATE(6371)] = 209546, + [SMALL_STATE(6372)] = 209563, + [SMALL_STATE(6373)] = 209580, + [SMALL_STATE(6374)] = 209593, + [SMALL_STATE(6375)] = 209610, + [SMALL_STATE(6376)] = 209627, + [SMALL_STATE(6377)] = 209640, + [SMALL_STATE(6378)] = 209657, + [SMALL_STATE(6379)] = 209674, + [SMALL_STATE(6380)] = 209687, + [SMALL_STATE(6381)] = 209704, + [SMALL_STATE(6382)] = 209721, + [SMALL_STATE(6383)] = 209734, + [SMALL_STATE(6384)] = 209751, + [SMALL_STATE(6385)] = 209768, + [SMALL_STATE(6386)] = 209781, + [SMALL_STATE(6387)] = 209798, + [SMALL_STATE(6388)] = 209815, + [SMALL_STATE(6389)] = 209834, + [SMALL_STATE(6390)] = 209851, + [SMALL_STATE(6391)] = 209868, + [SMALL_STATE(6392)] = 209885, + [SMALL_STATE(6393)] = 209902, + [SMALL_STATE(6394)] = 209919, + [SMALL_STATE(6395)] = 209936, + [SMALL_STATE(6396)] = 209953, + [SMALL_STATE(6397)] = 209970, + [SMALL_STATE(6398)] = 209987, + [SMALL_STATE(6399)] = 210006, + [SMALL_STATE(6400)] = 210025, + [SMALL_STATE(6401)] = 210038, + [SMALL_STATE(6402)] = 210051, + [SMALL_STATE(6403)] = 210070, + [SMALL_STATE(6404)] = 210083, + [SMALL_STATE(6405)] = 210096, + [SMALL_STATE(6406)] = 210115, + [SMALL_STATE(6407)] = 210134, + [SMALL_STATE(6408)] = 210153, + [SMALL_STATE(6409)] = 210170, + [SMALL_STATE(6410)] = 210189, + [SMALL_STATE(6411)] = 210208, + [SMALL_STATE(6412)] = 210225, + [SMALL_STATE(6413)] = 210244, + [SMALL_STATE(6414)] = 210263, + [SMALL_STATE(6415)] = 210276, + [SMALL_STATE(6416)] = 210295, + [SMALL_STATE(6417)] = 210312, + [SMALL_STATE(6418)] = 210325, + [SMALL_STATE(6419)] = 210344, + [SMALL_STATE(6420)] = 210357, + [SMALL_STATE(6421)] = 210370, + [SMALL_STATE(6422)] = 210389, + [SMALL_STATE(6423)] = 210402, + [SMALL_STATE(6424)] = 210415, + [SMALL_STATE(6425)] = 210428, + [SMALL_STATE(6426)] = 210447, + [SMALL_STATE(6427)] = 210466, + [SMALL_STATE(6428)] = 210485, + [SMALL_STATE(6429)] = 210504, + [SMALL_STATE(6430)] = 210521, + [SMALL_STATE(6431)] = 210534, + [SMALL_STATE(6432)] = 210547, + [SMALL_STATE(6433)] = 210560, + [SMALL_STATE(6434)] = 210577, + [SMALL_STATE(6435)] = 210592, + [SMALL_STATE(6436)] = 210611, + [SMALL_STATE(6437)] = 210630, + [SMALL_STATE(6438)] = 210645, + [SMALL_STATE(6439)] = 210660, + [SMALL_STATE(6440)] = 210673, + [SMALL_STATE(6441)] = 210686, + [SMALL_STATE(6442)] = 210701, + [SMALL_STATE(6443)] = 210716, + [SMALL_STATE(6444)] = 210735, + [SMALL_STATE(6445)] = 210754, + [SMALL_STATE(6446)] = 210767, + [SMALL_STATE(6447)] = 210782, + [SMALL_STATE(6448)] = 210799, + [SMALL_STATE(6449)] = 210816, + [SMALL_STATE(6450)] = 210831, + [SMALL_STATE(6451)] = 210850, + [SMALL_STATE(6452)] = 210865, + [SMALL_STATE(6453)] = 210884, + [SMALL_STATE(6454)] = 210899, + [SMALL_STATE(6455)] = 210916, + [SMALL_STATE(6456)] = 210933, + [SMALL_STATE(6457)] = 210950, + [SMALL_STATE(6458)] = 210969, + [SMALL_STATE(6459)] = 210988, + [SMALL_STATE(6460)] = 211001, + [SMALL_STATE(6461)] = 211020, + [SMALL_STATE(6462)] = 211035, + [SMALL_STATE(6463)] = 211048, + [SMALL_STATE(6464)] = 211063, + [SMALL_STATE(6465)] = 211080, + [SMALL_STATE(6466)] = 211095, + [SMALL_STATE(6467)] = 211110, + [SMALL_STATE(6468)] = 211129, + [SMALL_STATE(6469)] = 211146, + [SMALL_STATE(6470)] = 211165, + [SMALL_STATE(6471)] = 211178, + [SMALL_STATE(6472)] = 211197, + [SMALL_STATE(6473)] = 211212, + [SMALL_STATE(6474)] = 211231, + [SMALL_STATE(6475)] = 211246, + [SMALL_STATE(6476)] = 211263, + [SMALL_STATE(6477)] = 211282, + [SMALL_STATE(6478)] = 211301, + [SMALL_STATE(6479)] = 211320, + [SMALL_STATE(6480)] = 211335, + [SMALL_STATE(6481)] = 211350, + [SMALL_STATE(6482)] = 211369, + [SMALL_STATE(6483)] = 211382, + [SMALL_STATE(6484)] = 211395, + [SMALL_STATE(6485)] = 211410, + [SMALL_STATE(6486)] = 211425, + [SMALL_STATE(6487)] = 211444, + [SMALL_STATE(6488)] = 211463, + [SMALL_STATE(6489)] = 211482, + [SMALL_STATE(6490)] = 211501, + [SMALL_STATE(6491)] = 211520, + [SMALL_STATE(6492)] = 211539, + [SMALL_STATE(6493)] = 211552, + [SMALL_STATE(6494)] = 211565, + [SMALL_STATE(6495)] = 211578, + [SMALL_STATE(6496)] = 211597, + [SMALL_STATE(6497)] = 211610, + [SMALL_STATE(6498)] = 211625, + [SMALL_STATE(6499)] = 211642, + [SMALL_STATE(6500)] = 211655, + [SMALL_STATE(6501)] = 211668, + [SMALL_STATE(6502)] = 211687, + [SMALL_STATE(6503)] = 211706, + [SMALL_STATE(6504)] = 211725, + [SMALL_STATE(6505)] = 211740, + [SMALL_STATE(6506)] = 211753, + [SMALL_STATE(6507)] = 211770, + [SMALL_STATE(6508)] = 211787, + [SMALL_STATE(6509)] = 211806, + [SMALL_STATE(6510)] = 211819, + [SMALL_STATE(6511)] = 211832, + [SMALL_STATE(6512)] = 211851, + [SMALL_STATE(6513)] = 211868, + [SMALL_STATE(6514)] = 211881, + [SMALL_STATE(6515)] = 211896, + [SMALL_STATE(6516)] = 211911, + [SMALL_STATE(6517)] = 211928, + [SMALL_STATE(6518)] = 211947, + [SMALL_STATE(6519)] = 211962, + [SMALL_STATE(6520)] = 211979, + [SMALL_STATE(6521)] = 211994, + [SMALL_STATE(6522)] = 212007, + [SMALL_STATE(6523)] = 212026, + [SMALL_STATE(6524)] = 212041, + [SMALL_STATE(6525)] = 212060, + [SMALL_STATE(6526)] = 212073, + [SMALL_STATE(6527)] = 212088, + [SMALL_STATE(6528)] = 212105, + [SMALL_STATE(6529)] = 212124, + [SMALL_STATE(6530)] = 212137, + [SMALL_STATE(6531)] = 212156, + [SMALL_STATE(6532)] = 212175, + [SMALL_STATE(6533)] = 212190, + [SMALL_STATE(6534)] = 212203, + [SMALL_STATE(6535)] = 212216, + [SMALL_STATE(6536)] = 212231, + [SMALL_STATE(6537)] = 212246, + [SMALL_STATE(6538)] = 212259, + [SMALL_STATE(6539)] = 212276, + [SMALL_STATE(6540)] = 212295, + [SMALL_STATE(6541)] = 212310, + [SMALL_STATE(6542)] = 212323, + [SMALL_STATE(6543)] = 212338, + [SMALL_STATE(6544)] = 212351, + [SMALL_STATE(6545)] = 212370, + [SMALL_STATE(6546)] = 212383, + [SMALL_STATE(6547)] = 212398, + [SMALL_STATE(6548)] = 212417, + [SMALL_STATE(6549)] = 212434, + [SMALL_STATE(6550)] = 212449, + [SMALL_STATE(6551)] = 212464, + [SMALL_STATE(6552)] = 212483, + [SMALL_STATE(6553)] = 212496, + [SMALL_STATE(6554)] = 212515, + [SMALL_STATE(6555)] = 212534, + [SMALL_STATE(6556)] = 212553, + [SMALL_STATE(6557)] = 212572, + [SMALL_STATE(6558)] = 212591, + [SMALL_STATE(6559)] = 212610, + [SMALL_STATE(6560)] = 212629, + [SMALL_STATE(6561)] = 212648, + [SMALL_STATE(6562)] = 212667, + [SMALL_STATE(6563)] = 212686, + [SMALL_STATE(6564)] = 212705, + [SMALL_STATE(6565)] = 212724, + [SMALL_STATE(6566)] = 212743, + [SMALL_STATE(6567)] = 212758, + [SMALL_STATE(6568)] = 212775, + [SMALL_STATE(6569)] = 212788, + [SMALL_STATE(6570)] = 212801, + [SMALL_STATE(6571)] = 212814, + [SMALL_STATE(6572)] = 212833, + [SMALL_STATE(6573)] = 212850, + [SMALL_STATE(6574)] = 212869, + [SMALL_STATE(6575)] = 212882, + [SMALL_STATE(6576)] = 212897, + [SMALL_STATE(6577)] = 212910, + [SMALL_STATE(6578)] = 212929, + [SMALL_STATE(6579)] = 212948, + [SMALL_STATE(6580)] = 212961, + [SMALL_STATE(6581)] = 212978, + [SMALL_STATE(6582)] = 212993, + [SMALL_STATE(6583)] = 213008, + [SMALL_STATE(6584)] = 213025, + [SMALL_STATE(6585)] = 213040, + [SMALL_STATE(6586)] = 213059, + [SMALL_STATE(6587)] = 213078, + [SMALL_STATE(6588)] = 213091, + [SMALL_STATE(6589)] = 213104, + [SMALL_STATE(6590)] = 213119, + [SMALL_STATE(6591)] = 213132, + [SMALL_STATE(6592)] = 213151, + [SMALL_STATE(6593)] = 213170, + [SMALL_STATE(6594)] = 213189, + [SMALL_STATE(6595)] = 213208, + [SMALL_STATE(6596)] = 213227, + [SMALL_STATE(6597)] = 213242, + [SMALL_STATE(6598)] = 213257, + [SMALL_STATE(6599)] = 213270, + [SMALL_STATE(6600)] = 213285, + [SMALL_STATE(6601)] = 213298, + [SMALL_STATE(6602)] = 213311, + [SMALL_STATE(6603)] = 213330, + [SMALL_STATE(6604)] = 213349, + [SMALL_STATE(6605)] = 213368, + [SMALL_STATE(6606)] = 213387, + [SMALL_STATE(6607)] = 213402, + [SMALL_STATE(6608)] = 213421, + [SMALL_STATE(6609)] = 213440, + [SMALL_STATE(6610)] = 213459, + [SMALL_STATE(6611)] = 213478, + [SMALL_STATE(6612)] = 213493, + [SMALL_STATE(6613)] = 213508, + [SMALL_STATE(6614)] = 213521, + [SMALL_STATE(6615)] = 213540, + [SMALL_STATE(6616)] = 213559, + [SMALL_STATE(6617)] = 213578, + [SMALL_STATE(6618)] = 213593, + [SMALL_STATE(6619)] = 213612, + [SMALL_STATE(6620)] = 213625, + [SMALL_STATE(6621)] = 213644, + [SMALL_STATE(6622)] = 213659, + [SMALL_STATE(6623)] = 213674, + [SMALL_STATE(6624)] = 213693, + [SMALL_STATE(6625)] = 213712, + [SMALL_STATE(6626)] = 213731, + [SMALL_STATE(6627)] = 213744, + [SMALL_STATE(6628)] = 213757, + [SMALL_STATE(6629)] = 213770, + [SMALL_STATE(6630)] = 213787, + [SMALL_STATE(6631)] = 213803, + [SMALL_STATE(6632)] = 213819, + [SMALL_STATE(6633)] = 213835, + [SMALL_STATE(6634)] = 213851, + [SMALL_STATE(6635)] = 213867, + [SMALL_STATE(6636)] = 213879, + [SMALL_STATE(6637)] = 213895, + [SMALL_STATE(6638)] = 213911, + [SMALL_STATE(6639)] = 213927, + [SMALL_STATE(6640)] = 213943, + [SMALL_STATE(6641)] = 213957, + [SMALL_STATE(6642)] = 213973, + [SMALL_STATE(6643)] = 213989, + [SMALL_STATE(6644)] = 214003, + [SMALL_STATE(6645)] = 214017, + [SMALL_STATE(6646)] = 214031, + [SMALL_STATE(6647)] = 214047, + [SMALL_STATE(6648)] = 214063, + [SMALL_STATE(6649)] = 214077, + [SMALL_STATE(6650)] = 214089, + [SMALL_STATE(6651)] = 214103, + [SMALL_STATE(6652)] = 214119, + [SMALL_STATE(6653)] = 214133, + [SMALL_STATE(6654)] = 214147, + [SMALL_STATE(6655)] = 214159, + [SMALL_STATE(6656)] = 214175, + [SMALL_STATE(6657)] = 214187, + [SMALL_STATE(6658)] = 214203, + [SMALL_STATE(6659)] = 214219, + [SMALL_STATE(6660)] = 214235, + [SMALL_STATE(6661)] = 214251, + [SMALL_STATE(6662)] = 214267, + [SMALL_STATE(6663)] = 214279, + [SMALL_STATE(6664)] = 214295, + [SMALL_STATE(6665)] = 214311, + [SMALL_STATE(6666)] = 214327, + [SMALL_STATE(6667)] = 214343, + [SMALL_STATE(6668)] = 214359, + [SMALL_STATE(6669)] = 214371, + [SMALL_STATE(6670)] = 214387, + [SMALL_STATE(6671)] = 214403, + [SMALL_STATE(6672)] = 214419, + [SMALL_STATE(6673)] = 214431, + [SMALL_STATE(6674)] = 214447, + [SMALL_STATE(6675)] = 214463, + [SMALL_STATE(6676)] = 214475, + [SMALL_STATE(6677)] = 214491, + [SMALL_STATE(6678)] = 214507, + [SMALL_STATE(6679)] = 214523, + [SMALL_STATE(6680)] = 214539, + [SMALL_STATE(6681)] = 214555, + [SMALL_STATE(6682)] = 214571, + [SMALL_STATE(6683)] = 214585, + [SMALL_STATE(6684)] = 214601, + [SMALL_STATE(6685)] = 214615, + [SMALL_STATE(6686)] = 214631, + [SMALL_STATE(6687)] = 214643, + [SMALL_STATE(6688)] = 214659, + [SMALL_STATE(6689)] = 214673, + [SMALL_STATE(6690)] = 214689, + [SMALL_STATE(6691)] = 214705, + [SMALL_STATE(6692)] = 214721, + [SMALL_STATE(6693)] = 214735, + [SMALL_STATE(6694)] = 214751, + [SMALL_STATE(6695)] = 214765, + [SMALL_STATE(6696)] = 214781, + [SMALL_STATE(6697)] = 214797, + [SMALL_STATE(6698)] = 214813, + [SMALL_STATE(6699)] = 214829, + [SMALL_STATE(6700)] = 214843, + [SMALL_STATE(6701)] = 214855, + [SMALL_STATE(6702)] = 214867, + [SMALL_STATE(6703)] = 214881, + [SMALL_STATE(6704)] = 214897, + [SMALL_STATE(6705)] = 214909, + [SMALL_STATE(6706)] = 214921, + [SMALL_STATE(6707)] = 214937, + [SMALL_STATE(6708)] = 214949, + [SMALL_STATE(6709)] = 214961, + [SMALL_STATE(6710)] = 214973, + [SMALL_STATE(6711)] = 214985, + [SMALL_STATE(6712)] = 214999, + [SMALL_STATE(6713)] = 215011, + [SMALL_STATE(6714)] = 215023, + [SMALL_STATE(6715)] = 215039, + [SMALL_STATE(6716)] = 215053, + [SMALL_STATE(6717)] = 215069, + [SMALL_STATE(6718)] = 215081, + [SMALL_STATE(6719)] = 215095, + [SMALL_STATE(6720)] = 215111, + [SMALL_STATE(6721)] = 215127, + [SMALL_STATE(6722)] = 215143, + [SMALL_STATE(6723)] = 215157, + [SMALL_STATE(6724)] = 215173, + [SMALL_STATE(6725)] = 215189, + [SMALL_STATE(6726)] = 215205, + [SMALL_STATE(6727)] = 215221, + [SMALL_STATE(6728)] = 215237, + [SMALL_STATE(6729)] = 215253, + [SMALL_STATE(6730)] = 215269, + [SMALL_STATE(6731)] = 215281, + [SMALL_STATE(6732)] = 215297, + [SMALL_STATE(6733)] = 215311, + [SMALL_STATE(6734)] = 215327, + [SMALL_STATE(6735)] = 215343, + [SMALL_STATE(6736)] = 215357, + [SMALL_STATE(6737)] = 215369, + [SMALL_STATE(6738)] = 215385, + [SMALL_STATE(6739)] = 215399, + [SMALL_STATE(6740)] = 215415, + [SMALL_STATE(6741)] = 215431, + [SMALL_STATE(6742)] = 215447, + [SMALL_STATE(6743)] = 215463, + [SMALL_STATE(6744)] = 215477, + [SMALL_STATE(6745)] = 215493, + [SMALL_STATE(6746)] = 215509, + [SMALL_STATE(6747)] = 215523, + [SMALL_STATE(6748)] = 215539, + [SMALL_STATE(6749)] = 215553, + [SMALL_STATE(6750)] = 215567, + [SMALL_STATE(6751)] = 215583, + [SMALL_STATE(6752)] = 215599, + [SMALL_STATE(6753)] = 215611, + [SMALL_STATE(6754)] = 215623, + [SMALL_STATE(6755)] = 215639, + [SMALL_STATE(6756)] = 215651, + [SMALL_STATE(6757)] = 215667, + [SMALL_STATE(6758)] = 215681, + [SMALL_STATE(6759)] = 215697, + [SMALL_STATE(6760)] = 215713, + [SMALL_STATE(6761)] = 215727, + [SMALL_STATE(6762)] = 215743, + [SMALL_STATE(6763)] = 215757, + [SMALL_STATE(6764)] = 215773, + [SMALL_STATE(6765)] = 215789, + [SMALL_STATE(6766)] = 215805, + [SMALL_STATE(6767)] = 215817, + [SMALL_STATE(6768)] = 215833, + [SMALL_STATE(6769)] = 215849, + [SMALL_STATE(6770)] = 215865, + [SMALL_STATE(6771)] = 215881, + [SMALL_STATE(6772)] = 215893, + [SMALL_STATE(6773)] = 215909, + [SMALL_STATE(6774)] = 215925, + [SMALL_STATE(6775)] = 215941, + [SMALL_STATE(6776)] = 215953, + [SMALL_STATE(6777)] = 215965, + [SMALL_STATE(6778)] = 215981, + [SMALL_STATE(6779)] = 215997, + [SMALL_STATE(6780)] = 216013, + [SMALL_STATE(6781)] = 216029, + [SMALL_STATE(6782)] = 216043, + [SMALL_STATE(6783)] = 216057, + [SMALL_STATE(6784)] = 216073, + [SMALL_STATE(6785)] = 216087, + [SMALL_STATE(6786)] = 216103, + [SMALL_STATE(6787)] = 216119, + [SMALL_STATE(6788)] = 216131, + [SMALL_STATE(6789)] = 216147, + [SMALL_STATE(6790)] = 216163, + [SMALL_STATE(6791)] = 216179, + [SMALL_STATE(6792)] = 216195, + [SMALL_STATE(6793)] = 216207, + [SMALL_STATE(6794)] = 216223, + [SMALL_STATE(6795)] = 216239, + [SMALL_STATE(6796)] = 216251, + [SMALL_STATE(6797)] = 216265, + [SMALL_STATE(6798)] = 216281, + [SMALL_STATE(6799)] = 216293, + [SMALL_STATE(6800)] = 216309, + [SMALL_STATE(6801)] = 216321, + [SMALL_STATE(6802)] = 216333, + [SMALL_STATE(6803)] = 216345, + [SMALL_STATE(6804)] = 216361, + [SMALL_STATE(6805)] = 216377, + [SMALL_STATE(6806)] = 216391, + [SMALL_STATE(6807)] = 216405, + [SMALL_STATE(6808)] = 216421, + [SMALL_STATE(6809)] = 216437, + [SMALL_STATE(6810)] = 216453, + [SMALL_STATE(6811)] = 216469, + [SMALL_STATE(6812)] = 216483, + [SMALL_STATE(6813)] = 216499, + [SMALL_STATE(6814)] = 216515, + [SMALL_STATE(6815)] = 216531, + [SMALL_STATE(6816)] = 216547, + [SMALL_STATE(6817)] = 216561, + [SMALL_STATE(6818)] = 216577, + [SMALL_STATE(6819)] = 216593, + [SMALL_STATE(6820)] = 216609, + [SMALL_STATE(6821)] = 216623, + [SMALL_STATE(6822)] = 216639, + [SMALL_STATE(6823)] = 216655, + [SMALL_STATE(6824)] = 216669, + [SMALL_STATE(6825)] = 216683, + [SMALL_STATE(6826)] = 216699, + [SMALL_STATE(6827)] = 216715, + [SMALL_STATE(6828)] = 216731, + [SMALL_STATE(6829)] = 216743, + [SMALL_STATE(6830)] = 216759, + [SMALL_STATE(6831)] = 216771, + [SMALL_STATE(6832)] = 216787, + [SMALL_STATE(6833)] = 216803, + [SMALL_STATE(6834)] = 216819, + [SMALL_STATE(6835)] = 216835, + [SMALL_STATE(6836)] = 216851, + [SMALL_STATE(6837)] = 216867, + [SMALL_STATE(6838)] = 216883, + [SMALL_STATE(6839)] = 216899, + [SMALL_STATE(6840)] = 216915, + [SMALL_STATE(6841)] = 216929, + [SMALL_STATE(6842)] = 216945, + [SMALL_STATE(6843)] = 216961, + [SMALL_STATE(6844)] = 216977, + [SMALL_STATE(6845)] = 216993, + [SMALL_STATE(6846)] = 217009, + [SMALL_STATE(6847)] = 217021, + [SMALL_STATE(6848)] = 217035, + [SMALL_STATE(6849)] = 217049, + [SMALL_STATE(6850)] = 217065, + [SMALL_STATE(6851)] = 217079, + [SMALL_STATE(6852)] = 217093, + [SMALL_STATE(6853)] = 217109, + [SMALL_STATE(6854)] = 217121, + [SMALL_STATE(6855)] = 217135, + [SMALL_STATE(6856)] = 217151, + [SMALL_STATE(6857)] = 217167, + [SMALL_STATE(6858)] = 217183, + [SMALL_STATE(6859)] = 217195, + [SMALL_STATE(6860)] = 217211, + [SMALL_STATE(6861)] = 217227, + [SMALL_STATE(6862)] = 217243, + [SMALL_STATE(6863)] = 217257, + [SMALL_STATE(6864)] = 217273, + [SMALL_STATE(6865)] = 217285, + [SMALL_STATE(6866)] = 217299, + [SMALL_STATE(6867)] = 217315, + [SMALL_STATE(6868)] = 217331, + [SMALL_STATE(6869)] = 217345, + [SMALL_STATE(6870)] = 217361, + [SMALL_STATE(6871)] = 217377, + [SMALL_STATE(6872)] = 217389, + [SMALL_STATE(6873)] = 217405, + [SMALL_STATE(6874)] = 217417, + [SMALL_STATE(6875)] = 217433, + [SMALL_STATE(6876)] = 217445, + [SMALL_STATE(6877)] = 217457, + [SMALL_STATE(6878)] = 217473, + [SMALL_STATE(6879)] = 217489, + [SMALL_STATE(6880)] = 217505, + [SMALL_STATE(6881)] = 217521, + [SMALL_STATE(6882)] = 217537, + [SMALL_STATE(6883)] = 217551, + [SMALL_STATE(6884)] = 217567, + [SMALL_STATE(6885)] = 217579, + [SMALL_STATE(6886)] = 217595, + [SMALL_STATE(6887)] = 217611, + [SMALL_STATE(6888)] = 217627, + [SMALL_STATE(6889)] = 217643, + [SMALL_STATE(6890)] = 217659, + [SMALL_STATE(6891)] = 217675, + [SMALL_STATE(6892)] = 217691, + [SMALL_STATE(6893)] = 217707, + [SMALL_STATE(6894)] = 217723, + [SMALL_STATE(6895)] = 217739, + [SMALL_STATE(6896)] = 217755, + [SMALL_STATE(6897)] = 217771, + [SMALL_STATE(6898)] = 217787, + [SMALL_STATE(6899)] = 217803, + [SMALL_STATE(6900)] = 217819, + [SMALL_STATE(6901)] = 217835, + [SMALL_STATE(6902)] = 217851, + [SMALL_STATE(6903)] = 217867, + [SMALL_STATE(6904)] = 217883, + [SMALL_STATE(6905)] = 217897, + [SMALL_STATE(6906)] = 217913, + [SMALL_STATE(6907)] = 217929, + [SMALL_STATE(6908)] = 217945, + [SMALL_STATE(6909)] = 217961, + [SMALL_STATE(6910)] = 217977, + [SMALL_STATE(6911)] = 217993, + [SMALL_STATE(6912)] = 218009, + [SMALL_STATE(6913)] = 218025, + [SMALL_STATE(6914)] = 218041, + [SMALL_STATE(6915)] = 218057, + [SMALL_STATE(6916)] = 218073, + [SMALL_STATE(6917)] = 218085, + [SMALL_STATE(6918)] = 218101, + [SMALL_STATE(6919)] = 218115, + [SMALL_STATE(6920)] = 218131, + [SMALL_STATE(6921)] = 218147, + [SMALL_STATE(6922)] = 218163, + [SMALL_STATE(6923)] = 218179, + [SMALL_STATE(6924)] = 218195, + [SMALL_STATE(6925)] = 218207, + [SMALL_STATE(6926)] = 218223, + [SMALL_STATE(6927)] = 218239, + [SMALL_STATE(6928)] = 218255, + [SMALL_STATE(6929)] = 218271, + [SMALL_STATE(6930)] = 218287, + [SMALL_STATE(6931)] = 218303, + [SMALL_STATE(6932)] = 218317, + [SMALL_STATE(6933)] = 218331, + [SMALL_STATE(6934)] = 218347, + [SMALL_STATE(6935)] = 218363, + [SMALL_STATE(6936)] = 218379, + [SMALL_STATE(6937)] = 218395, + [SMALL_STATE(6938)] = 218409, + [SMALL_STATE(6939)] = 218421, + [SMALL_STATE(6940)] = 218437, + [SMALL_STATE(6941)] = 218453, + [SMALL_STATE(6942)] = 218469, + [SMALL_STATE(6943)] = 218483, + [SMALL_STATE(6944)] = 218495, + [SMALL_STATE(6945)] = 218507, + [SMALL_STATE(6946)] = 218523, + [SMALL_STATE(6947)] = 218535, + [SMALL_STATE(6948)] = 218547, + [SMALL_STATE(6949)] = 218561, + [SMALL_STATE(6950)] = 218575, + [SMALL_STATE(6951)] = 218591, + [SMALL_STATE(6952)] = 218603, + [SMALL_STATE(6953)] = 218617, + [SMALL_STATE(6954)] = 218631, + [SMALL_STATE(6955)] = 218643, + [SMALL_STATE(6956)] = 218657, + [SMALL_STATE(6957)] = 218669, + [SMALL_STATE(6958)] = 218683, + [SMALL_STATE(6959)] = 218699, + [SMALL_STATE(6960)] = 218713, + [SMALL_STATE(6961)] = 218725, + [SMALL_STATE(6962)] = 218737, + [SMALL_STATE(6963)] = 218749, + [SMALL_STATE(6964)] = 218765, + [SMALL_STATE(6965)] = 218781, + [SMALL_STATE(6966)] = 218797, + [SMALL_STATE(6967)] = 218813, + [SMALL_STATE(6968)] = 218825, + [SMALL_STATE(6969)] = 218841, + [SMALL_STATE(6970)] = 218857, + [SMALL_STATE(6971)] = 218873, + [SMALL_STATE(6972)] = 218887, + [SMALL_STATE(6973)] = 218901, + [SMALL_STATE(6974)] = 218915, + [SMALL_STATE(6975)] = 218931, + [SMALL_STATE(6976)] = 218945, + [SMALL_STATE(6977)] = 218961, + [SMALL_STATE(6978)] = 218977, + [SMALL_STATE(6979)] = 218991, + [SMALL_STATE(6980)] = 219007, + [SMALL_STATE(6981)] = 219023, + [SMALL_STATE(6982)] = 219037, + [SMALL_STATE(6983)] = 219053, + [SMALL_STATE(6984)] = 219069, + [SMALL_STATE(6985)] = 219083, + [SMALL_STATE(6986)] = 219099, + [SMALL_STATE(6987)] = 219115, + [SMALL_STATE(6988)] = 219131, + [SMALL_STATE(6989)] = 219147, + [SMALL_STATE(6990)] = 219163, + [SMALL_STATE(6991)] = 219179, + [SMALL_STATE(6992)] = 219195, + [SMALL_STATE(6993)] = 219207, + [SMALL_STATE(6994)] = 219223, + [SMALL_STATE(6995)] = 219239, + [SMALL_STATE(6996)] = 219255, + [SMALL_STATE(6997)] = 219267, + [SMALL_STATE(6998)] = 219279, + [SMALL_STATE(6999)] = 219295, + [SMALL_STATE(7000)] = 219309, + [SMALL_STATE(7001)] = 219325, + [SMALL_STATE(7002)] = 219341, + [SMALL_STATE(7003)] = 219353, + [SMALL_STATE(7004)] = 219367, + [SMALL_STATE(7005)] = 219381, + [SMALL_STATE(7006)] = 219397, + [SMALL_STATE(7007)] = 219409, + [SMALL_STATE(7008)] = 219425, + [SMALL_STATE(7009)] = 219441, + [SMALL_STATE(7010)] = 219457, + [SMALL_STATE(7011)] = 219471, + [SMALL_STATE(7012)] = 219487, + [SMALL_STATE(7013)] = 219503, + [SMALL_STATE(7014)] = 219519, + [SMALL_STATE(7015)] = 219535, + [SMALL_STATE(7016)] = 219551, + [SMALL_STATE(7017)] = 219565, + [SMALL_STATE(7018)] = 219579, + [SMALL_STATE(7019)] = 219591, + [SMALL_STATE(7020)] = 219603, + [SMALL_STATE(7021)] = 219619, + [SMALL_STATE(7022)] = 219631, + [SMALL_STATE(7023)] = 219643, + [SMALL_STATE(7024)] = 219655, + [SMALL_STATE(7025)] = 219667, + [SMALL_STATE(7026)] = 219679, + [SMALL_STATE(7027)] = 219691, + [SMALL_STATE(7028)] = 219703, + [SMALL_STATE(7029)] = 219715, + [SMALL_STATE(7030)] = 219729, + [SMALL_STATE(7031)] = 219743, + [SMALL_STATE(7032)] = 219755, + [SMALL_STATE(7033)] = 219767, + [SMALL_STATE(7034)] = 219779, + [SMALL_STATE(7035)] = 219795, + [SMALL_STATE(7036)] = 219807, + [SMALL_STATE(7037)] = 219823, + [SMALL_STATE(7038)] = 219835, + [SMALL_STATE(7039)] = 219851, + [SMALL_STATE(7040)] = 219863, + [SMALL_STATE(7041)] = 219877, + [SMALL_STATE(7042)] = 219893, + [SMALL_STATE(7043)] = 219905, + [SMALL_STATE(7044)] = 219921, + [SMALL_STATE(7045)] = 219935, + [SMALL_STATE(7046)] = 219947, + [SMALL_STATE(7047)] = 219961, + [SMALL_STATE(7048)] = 219975, + [SMALL_STATE(7049)] = 219989, + [SMALL_STATE(7050)] = 220003, + [SMALL_STATE(7051)] = 220019, + [SMALL_STATE(7052)] = 220035, + [SMALL_STATE(7053)] = 220051, + [SMALL_STATE(7054)] = 220063, + [SMALL_STATE(7055)] = 220079, + [SMALL_STATE(7056)] = 220095, + [SMALL_STATE(7057)] = 220111, + [SMALL_STATE(7058)] = 220123, + [SMALL_STATE(7059)] = 220139, + [SMALL_STATE(7060)] = 220153, + [SMALL_STATE(7061)] = 220169, + [SMALL_STATE(7062)] = 220181, + [SMALL_STATE(7063)] = 220193, + [SMALL_STATE(7064)] = 220209, + [SMALL_STATE(7065)] = 220221, + [SMALL_STATE(7066)] = 220237, + [SMALL_STATE(7067)] = 220253, + [SMALL_STATE(7068)] = 220265, + [SMALL_STATE(7069)] = 220281, + [SMALL_STATE(7070)] = 220297, + [SMALL_STATE(7071)] = 220313, + [SMALL_STATE(7072)] = 220327, + [SMALL_STATE(7073)] = 220343, + [SMALL_STATE(7074)] = 220357, + [SMALL_STATE(7075)] = 220369, + [SMALL_STATE(7076)] = 220383, + [SMALL_STATE(7077)] = 220399, + [SMALL_STATE(7078)] = 220415, + [SMALL_STATE(7079)] = 220431, + [SMALL_STATE(7080)] = 220443, + [SMALL_STATE(7081)] = 220459, + [SMALL_STATE(7082)] = 220475, + [SMALL_STATE(7083)] = 220491, + [SMALL_STATE(7084)] = 220507, + [SMALL_STATE(7085)] = 220521, + [SMALL_STATE(7086)] = 220533, + [SMALL_STATE(7087)] = 220549, + [SMALL_STATE(7088)] = 220563, + [SMALL_STATE(7089)] = 220579, + [SMALL_STATE(7090)] = 220595, + [SMALL_STATE(7091)] = 220611, + [SMALL_STATE(7092)] = 220627, + [SMALL_STATE(7093)] = 220641, + [SMALL_STATE(7094)] = 220655, + [SMALL_STATE(7095)] = 220671, + [SMALL_STATE(7096)] = 220687, + [SMALL_STATE(7097)] = 220703, + [SMALL_STATE(7098)] = 220719, + [SMALL_STATE(7099)] = 220735, + [SMALL_STATE(7100)] = 220749, + [SMALL_STATE(7101)] = 220765, + [SMALL_STATE(7102)] = 220779, + [SMALL_STATE(7103)] = 220791, + [SMALL_STATE(7104)] = 220807, + [SMALL_STATE(7105)] = 220823, + [SMALL_STATE(7106)] = 220839, + [SMALL_STATE(7107)] = 220855, + [SMALL_STATE(7108)] = 220871, + [SMALL_STATE(7109)] = 220885, + [SMALL_STATE(7110)] = 220899, + [SMALL_STATE(7111)] = 220911, + [SMALL_STATE(7112)] = 220927, + [SMALL_STATE(7113)] = 220943, + [SMALL_STATE(7114)] = 220959, + [SMALL_STATE(7115)] = 220975, + [SMALL_STATE(7116)] = 220991, + [SMALL_STATE(7117)] = 221005, + [SMALL_STATE(7118)] = 221019, + [SMALL_STATE(7119)] = 221033, + [SMALL_STATE(7120)] = 221045, + [SMALL_STATE(7121)] = 221057, + [SMALL_STATE(7122)] = 221073, + [SMALL_STATE(7123)] = 221085, + [SMALL_STATE(7124)] = 221101, + [SMALL_STATE(7125)] = 221117, + [SMALL_STATE(7126)] = 221131, + [SMALL_STATE(7127)] = 221143, + [SMALL_STATE(7128)] = 221157, + [SMALL_STATE(7129)] = 221171, + [SMALL_STATE(7130)] = 221183, + [SMALL_STATE(7131)] = 221199, + [SMALL_STATE(7132)] = 221215, + [SMALL_STATE(7133)] = 221229, + [SMALL_STATE(7134)] = 221245, + [SMALL_STATE(7135)] = 221261, + [SMALL_STATE(7136)] = 221275, + [SMALL_STATE(7137)] = 221289, + [SMALL_STATE(7138)] = 221303, + [SMALL_STATE(7139)] = 221319, + [SMALL_STATE(7140)] = 221335, + [SMALL_STATE(7141)] = 221351, + [SMALL_STATE(7142)] = 221367, + [SMALL_STATE(7143)] = 221383, + [SMALL_STATE(7144)] = 221397, + [SMALL_STATE(7145)] = 221413, + [SMALL_STATE(7146)] = 221427, + [SMALL_STATE(7147)] = 221443, + [SMALL_STATE(7148)] = 221459, + [SMALL_STATE(7149)] = 221473, + [SMALL_STATE(7150)] = 221489, + [SMALL_STATE(7151)] = 221505, + [SMALL_STATE(7152)] = 221519, + [SMALL_STATE(7153)] = 221531, + [SMALL_STATE(7154)] = 221547, + [SMALL_STATE(7155)] = 221561, + [SMALL_STATE(7156)] = 221577, + [SMALL_STATE(7157)] = 221593, + [SMALL_STATE(7158)] = 221609, + [SMALL_STATE(7159)] = 221625, + [SMALL_STATE(7160)] = 221639, + [SMALL_STATE(7161)] = 221653, + [SMALL_STATE(7162)] = 221669, + [SMALL_STATE(7163)] = 221685, + [SMALL_STATE(7164)] = 221701, + [SMALL_STATE(7165)] = 221717, + [SMALL_STATE(7166)] = 221733, + [SMALL_STATE(7167)] = 221747, + [SMALL_STATE(7168)] = 221761, + [SMALL_STATE(7169)] = 221773, + [SMALL_STATE(7170)] = 221789, + [SMALL_STATE(7171)] = 221805, + [SMALL_STATE(7172)] = 221821, + [SMALL_STATE(7173)] = 221837, + [SMALL_STATE(7174)] = 221851, + [SMALL_STATE(7175)] = 221865, + [SMALL_STATE(7176)] = 221881, + [SMALL_STATE(7177)] = 221897, + [SMALL_STATE(7178)] = 221913, + [SMALL_STATE(7179)] = 221929, + [SMALL_STATE(7180)] = 221945, + [SMALL_STATE(7181)] = 221959, + [SMALL_STATE(7182)] = 221973, + [SMALL_STATE(7183)] = 221987, + [SMALL_STATE(7184)] = 222003, + [SMALL_STATE(7185)] = 222019, + [SMALL_STATE(7186)] = 222031, + [SMALL_STATE(7187)] = 222047, + [SMALL_STATE(7188)] = 222063, + [SMALL_STATE(7189)] = 222075, + [SMALL_STATE(7190)] = 222087, + [SMALL_STATE(7191)] = 222099, + [SMALL_STATE(7192)] = 222115, + [SMALL_STATE(7193)] = 222129, + [SMALL_STATE(7194)] = 222145, + [SMALL_STATE(7195)] = 222159, + [SMALL_STATE(7196)] = 222173, + [SMALL_STATE(7197)] = 222185, + [SMALL_STATE(7198)] = 222199, + [SMALL_STATE(7199)] = 222213, + [SMALL_STATE(7200)] = 222229, + [SMALL_STATE(7201)] = 222243, + [SMALL_STATE(7202)] = 222259, + [SMALL_STATE(7203)] = 222275, + [SMALL_STATE(7204)] = 222289, + [SMALL_STATE(7205)] = 222305, + [SMALL_STATE(7206)] = 222321, + [SMALL_STATE(7207)] = 222333, + [SMALL_STATE(7208)] = 222349, + [SMALL_STATE(7209)] = 222365, + [SMALL_STATE(7210)] = 222377, + [SMALL_STATE(7211)] = 222390, + [SMALL_STATE(7212)] = 222403, + [SMALL_STATE(7213)] = 222416, + [SMALL_STATE(7214)] = 222429, + [SMALL_STATE(7215)] = 222440, + [SMALL_STATE(7216)] = 222453, + [SMALL_STATE(7217)] = 222466, + [SMALL_STATE(7218)] = 222479, + [SMALL_STATE(7219)] = 222492, + [SMALL_STATE(7220)] = 222505, + [SMALL_STATE(7221)] = 222518, + [SMALL_STATE(7222)] = 222531, + [SMALL_STATE(7223)] = 222544, + [SMALL_STATE(7224)] = 222557, + [SMALL_STATE(7225)] = 222570, + [SMALL_STATE(7226)] = 222583, + [SMALL_STATE(7227)] = 222596, + [SMALL_STATE(7228)] = 222609, + [SMALL_STATE(7229)] = 222622, + [SMALL_STATE(7230)] = 222635, + [SMALL_STATE(7231)] = 222648, + [SMALL_STATE(7232)] = 222661, + [SMALL_STATE(7233)] = 222674, + [SMALL_STATE(7234)] = 222687, + [SMALL_STATE(7235)] = 222700, + [SMALL_STATE(7236)] = 222713, + [SMALL_STATE(7237)] = 222726, + [SMALL_STATE(7238)] = 222739, + [SMALL_STATE(7239)] = 222752, + [SMALL_STATE(7240)] = 222763, + [SMALL_STATE(7241)] = 222776, + [SMALL_STATE(7242)] = 222789, + [SMALL_STATE(7243)] = 222802, + [SMALL_STATE(7244)] = 222815, + [SMALL_STATE(7245)] = 222828, + [SMALL_STATE(7246)] = 222839, + [SMALL_STATE(7247)] = 222852, + [SMALL_STATE(7248)] = 222865, + [SMALL_STATE(7249)] = 222878, + [SMALL_STATE(7250)] = 222891, + [SMALL_STATE(7251)] = 222904, + [SMALL_STATE(7252)] = 222917, + [SMALL_STATE(7253)] = 222930, + [SMALL_STATE(7254)] = 222943, + [SMALL_STATE(7255)] = 222956, + [SMALL_STATE(7256)] = 222969, + [SMALL_STATE(7257)] = 222980, + [SMALL_STATE(7258)] = 222993, + [SMALL_STATE(7259)] = 223006, + [SMALL_STATE(7260)] = 223017, + [SMALL_STATE(7261)] = 223030, + [SMALL_STATE(7262)] = 223043, + [SMALL_STATE(7263)] = 223056, + [SMALL_STATE(7264)] = 223069, + [SMALL_STATE(7265)] = 223082, + [SMALL_STATE(7266)] = 223095, + [SMALL_STATE(7267)] = 223108, + [SMALL_STATE(7268)] = 223121, + [SMALL_STATE(7269)] = 223134, + [SMALL_STATE(7270)] = 223147, + [SMALL_STATE(7271)] = 223160, + [SMALL_STATE(7272)] = 223173, + [SMALL_STATE(7273)] = 223186, + [SMALL_STATE(7274)] = 223199, + [SMALL_STATE(7275)] = 223210, + [SMALL_STATE(7276)] = 223221, + [SMALL_STATE(7277)] = 223234, + [SMALL_STATE(7278)] = 223247, + [SMALL_STATE(7279)] = 223260, + [SMALL_STATE(7280)] = 223273, + [SMALL_STATE(7281)] = 223286, + [SMALL_STATE(7282)] = 223297, + [SMALL_STATE(7283)] = 223310, + [SMALL_STATE(7284)] = 223323, + [SMALL_STATE(7285)] = 223336, + [SMALL_STATE(7286)] = 223349, + [SMALL_STATE(7287)] = 223362, + [SMALL_STATE(7288)] = 223375, + [SMALL_STATE(7289)] = 223388, + [SMALL_STATE(7290)] = 223401, + [SMALL_STATE(7291)] = 223414, + [SMALL_STATE(7292)] = 223427, + [SMALL_STATE(7293)] = 223440, + [SMALL_STATE(7294)] = 223453, + [SMALL_STATE(7295)] = 223466, + [SMALL_STATE(7296)] = 223479, + [SMALL_STATE(7297)] = 223492, + [SMALL_STATE(7298)] = 223505, + [SMALL_STATE(7299)] = 223518, + [SMALL_STATE(7300)] = 223531, + [SMALL_STATE(7301)] = 223544, + [SMALL_STATE(7302)] = 223557, + [SMALL_STATE(7303)] = 223570, + [SMALL_STATE(7304)] = 223583, + [SMALL_STATE(7305)] = 223596, + [SMALL_STATE(7306)] = 223609, + [SMALL_STATE(7307)] = 223622, + [SMALL_STATE(7308)] = 223635, + [SMALL_STATE(7309)] = 223648, + [SMALL_STATE(7310)] = 223661, + [SMALL_STATE(7311)] = 223674, + [SMALL_STATE(7312)] = 223687, + [SMALL_STATE(7313)] = 223700, + [SMALL_STATE(7314)] = 223713, + [SMALL_STATE(7315)] = 223726, + [SMALL_STATE(7316)] = 223739, + [SMALL_STATE(7317)] = 223752, + [SMALL_STATE(7318)] = 223765, + [SMALL_STATE(7319)] = 223778, + [SMALL_STATE(7320)] = 223791, + [SMALL_STATE(7321)] = 223804, + [SMALL_STATE(7322)] = 223817, + [SMALL_STATE(7323)] = 223830, + [SMALL_STATE(7324)] = 223843, + [SMALL_STATE(7325)] = 223856, + [SMALL_STATE(7326)] = 223869, + [SMALL_STATE(7327)] = 223882, + [SMALL_STATE(7328)] = 223895, + [SMALL_STATE(7329)] = 223908, + [SMALL_STATE(7330)] = 223921, + [SMALL_STATE(7331)] = 223934, + [SMALL_STATE(7332)] = 223947, + [SMALL_STATE(7333)] = 223960, + [SMALL_STATE(7334)] = 223973, + [SMALL_STATE(7335)] = 223984, + [SMALL_STATE(7336)] = 223997, + [SMALL_STATE(7337)] = 224010, + [SMALL_STATE(7338)] = 224023, + [SMALL_STATE(7339)] = 224036, + [SMALL_STATE(7340)] = 224049, + [SMALL_STATE(7341)] = 224062, + [SMALL_STATE(7342)] = 224075, + [SMALL_STATE(7343)] = 224088, + [SMALL_STATE(7344)] = 224101, + [SMALL_STATE(7345)] = 224114, + [SMALL_STATE(7346)] = 224127, + [SMALL_STATE(7347)] = 224138, + [SMALL_STATE(7348)] = 224151, + [SMALL_STATE(7349)] = 224164, + [SMALL_STATE(7350)] = 224177, + [SMALL_STATE(7351)] = 224190, + [SMALL_STATE(7352)] = 224203, + [SMALL_STATE(7353)] = 224216, + [SMALL_STATE(7354)] = 224229, + [SMALL_STATE(7355)] = 224242, + [SMALL_STATE(7356)] = 224255, + [SMALL_STATE(7357)] = 224268, + [SMALL_STATE(7358)] = 224281, + [SMALL_STATE(7359)] = 224294, + [SMALL_STATE(7360)] = 224307, + [SMALL_STATE(7361)] = 224320, + [SMALL_STATE(7362)] = 224333, + [SMALL_STATE(7363)] = 224346, + [SMALL_STATE(7364)] = 224359, + [SMALL_STATE(7365)] = 224372, + [SMALL_STATE(7366)] = 224385, + [SMALL_STATE(7367)] = 224398, + [SMALL_STATE(7368)] = 224411, + [SMALL_STATE(7369)] = 224424, + [SMALL_STATE(7370)] = 224437, + [SMALL_STATE(7371)] = 224450, + [SMALL_STATE(7372)] = 224463, + [SMALL_STATE(7373)] = 224476, + [SMALL_STATE(7374)] = 224489, + [SMALL_STATE(7375)] = 224502, + [SMALL_STATE(7376)] = 224515, + [SMALL_STATE(7377)] = 224528, + [SMALL_STATE(7378)] = 224538, + [SMALL_STATE(7379)] = 224548, + [SMALL_STATE(7380)] = 224558, + [SMALL_STATE(7381)] = 224568, + [SMALL_STATE(7382)] = 224578, + [SMALL_STATE(7383)] = 224588, + [SMALL_STATE(7384)] = 224598, + [SMALL_STATE(7385)] = 224608, + [SMALL_STATE(7386)] = 224618, + [SMALL_STATE(7387)] = 224628, + [SMALL_STATE(7388)] = 224638, + [SMALL_STATE(7389)] = 224648, + [SMALL_STATE(7390)] = 224658, + [SMALL_STATE(7391)] = 224668, + [SMALL_STATE(7392)] = 224678, + [SMALL_STATE(7393)] = 224688, + [SMALL_STATE(7394)] = 224698, + [SMALL_STATE(7395)] = 224708, + [SMALL_STATE(7396)] = 224718, + [SMALL_STATE(7397)] = 224728, + [SMALL_STATE(7398)] = 224738, + [SMALL_STATE(7399)] = 224748, + [SMALL_STATE(7400)] = 224758, + [SMALL_STATE(7401)] = 224768, + [SMALL_STATE(7402)] = 224778, + [SMALL_STATE(7403)] = 224788, + [SMALL_STATE(7404)] = 224798, + [SMALL_STATE(7405)] = 224808, + [SMALL_STATE(7406)] = 224818, + [SMALL_STATE(7407)] = 224828, + [SMALL_STATE(7408)] = 224838, + [SMALL_STATE(7409)] = 224848, + [SMALL_STATE(7410)] = 224858, + [SMALL_STATE(7411)] = 224868, + [SMALL_STATE(7412)] = 224878, + [SMALL_STATE(7413)] = 224888, + [SMALL_STATE(7414)] = 224898, + [SMALL_STATE(7415)] = 224908, + [SMALL_STATE(7416)] = 224918, + [SMALL_STATE(7417)] = 224928, + [SMALL_STATE(7418)] = 224938, + [SMALL_STATE(7419)] = 224948, + [SMALL_STATE(7420)] = 224958, + [SMALL_STATE(7421)] = 224968, + [SMALL_STATE(7422)] = 224978, + [SMALL_STATE(7423)] = 224988, + [SMALL_STATE(7424)] = 224998, + [SMALL_STATE(7425)] = 225008, + [SMALL_STATE(7426)] = 225018, + [SMALL_STATE(7427)] = 225028, + [SMALL_STATE(7428)] = 225038, + [SMALL_STATE(7429)] = 225048, + [SMALL_STATE(7430)] = 225058, + [SMALL_STATE(7431)] = 225068, + [SMALL_STATE(7432)] = 225078, + [SMALL_STATE(7433)] = 225088, + [SMALL_STATE(7434)] = 225098, + [SMALL_STATE(7435)] = 225108, + [SMALL_STATE(7436)] = 225118, + [SMALL_STATE(7437)] = 225128, + [SMALL_STATE(7438)] = 225138, + [SMALL_STATE(7439)] = 225148, + [SMALL_STATE(7440)] = 225158, + [SMALL_STATE(7441)] = 225168, + [SMALL_STATE(7442)] = 225178, + [SMALL_STATE(7443)] = 225188, + [SMALL_STATE(7444)] = 225198, + [SMALL_STATE(7445)] = 225208, + [SMALL_STATE(7446)] = 225218, + [SMALL_STATE(7447)] = 225228, + [SMALL_STATE(7448)] = 225238, + [SMALL_STATE(7449)] = 225248, + [SMALL_STATE(7450)] = 225258, + [SMALL_STATE(7451)] = 225268, + [SMALL_STATE(7452)] = 225278, + [SMALL_STATE(7453)] = 225288, + [SMALL_STATE(7454)] = 225298, + [SMALL_STATE(7455)] = 225308, + [SMALL_STATE(7456)] = 225318, + [SMALL_STATE(7457)] = 225328, + [SMALL_STATE(7458)] = 225338, + [SMALL_STATE(7459)] = 225348, + [SMALL_STATE(7460)] = 225358, + [SMALL_STATE(7461)] = 225368, + [SMALL_STATE(7462)] = 225378, + [SMALL_STATE(7463)] = 225388, + [SMALL_STATE(7464)] = 225398, + [SMALL_STATE(7465)] = 225408, + [SMALL_STATE(7466)] = 225418, + [SMALL_STATE(7467)] = 225428, + [SMALL_STATE(7468)] = 225438, + [SMALL_STATE(7469)] = 225448, + [SMALL_STATE(7470)] = 225458, + [SMALL_STATE(7471)] = 225468, + [SMALL_STATE(7472)] = 225478, + [SMALL_STATE(7473)] = 225488, + [SMALL_STATE(7474)] = 225498, + [SMALL_STATE(7475)] = 225508, + [SMALL_STATE(7476)] = 225518, + [SMALL_STATE(7477)] = 225528, + [SMALL_STATE(7478)] = 225538, + [SMALL_STATE(7479)] = 225548, + [SMALL_STATE(7480)] = 225558, + [SMALL_STATE(7481)] = 225568, + [SMALL_STATE(7482)] = 225578, + [SMALL_STATE(7483)] = 225588, + [SMALL_STATE(7484)] = 225598, + [SMALL_STATE(7485)] = 225608, + [SMALL_STATE(7486)] = 225618, + [SMALL_STATE(7487)] = 225628, + [SMALL_STATE(7488)] = 225638, + [SMALL_STATE(7489)] = 225648, + [SMALL_STATE(7490)] = 225658, + [SMALL_STATE(7491)] = 225668, + [SMALL_STATE(7492)] = 225678, + [SMALL_STATE(7493)] = 225688, + [SMALL_STATE(7494)] = 225698, + [SMALL_STATE(7495)] = 225708, + [SMALL_STATE(7496)] = 225718, + [SMALL_STATE(7497)] = 225728, + [SMALL_STATE(7498)] = 225738, + [SMALL_STATE(7499)] = 225748, + [SMALL_STATE(7500)] = 225758, + [SMALL_STATE(7501)] = 225768, + [SMALL_STATE(7502)] = 225778, + [SMALL_STATE(7503)] = 225788, + [SMALL_STATE(7504)] = 225798, + [SMALL_STATE(7505)] = 225808, + [SMALL_STATE(7506)] = 225818, + [SMALL_STATE(7507)] = 225828, + [SMALL_STATE(7508)] = 225838, + [SMALL_STATE(7509)] = 225848, + [SMALL_STATE(7510)] = 225858, + [SMALL_STATE(7511)] = 225868, + [SMALL_STATE(7512)] = 225878, + [SMALL_STATE(7513)] = 225888, + [SMALL_STATE(7514)] = 225898, + [SMALL_STATE(7515)] = 225908, + [SMALL_STATE(7516)] = 225918, + [SMALL_STATE(7517)] = 225928, + [SMALL_STATE(7518)] = 225938, + [SMALL_STATE(7519)] = 225948, + [SMALL_STATE(7520)] = 225958, + [SMALL_STATE(7521)] = 225968, + [SMALL_STATE(7522)] = 225978, + [SMALL_STATE(7523)] = 225988, + [SMALL_STATE(7524)] = 225998, + [SMALL_STATE(7525)] = 226008, + [SMALL_STATE(7526)] = 226018, + [SMALL_STATE(7527)] = 226028, + [SMALL_STATE(7528)] = 226038, + [SMALL_STATE(7529)] = 226048, + [SMALL_STATE(7530)] = 226058, + [SMALL_STATE(7531)] = 226068, + [SMALL_STATE(7532)] = 226078, + [SMALL_STATE(7533)] = 226088, + [SMALL_STATE(7534)] = 226098, + [SMALL_STATE(7535)] = 226108, + [SMALL_STATE(7536)] = 226118, + [SMALL_STATE(7537)] = 226128, + [SMALL_STATE(7538)] = 226138, + [SMALL_STATE(7539)] = 226148, + [SMALL_STATE(7540)] = 226158, + [SMALL_STATE(7541)] = 226168, + [SMALL_STATE(7542)] = 226178, + [SMALL_STATE(7543)] = 226188, + [SMALL_STATE(7544)] = 226198, + [SMALL_STATE(7545)] = 226208, + [SMALL_STATE(7546)] = 226218, + [SMALL_STATE(7547)] = 226228, + [SMALL_STATE(7548)] = 226238, + [SMALL_STATE(7549)] = 226248, + [SMALL_STATE(7550)] = 226258, + [SMALL_STATE(7551)] = 226268, + [SMALL_STATE(7552)] = 226278, + [SMALL_STATE(7553)] = 226288, + [SMALL_STATE(7554)] = 226298, + [SMALL_STATE(7555)] = 226308, + [SMALL_STATE(7556)] = 226318, + [SMALL_STATE(7557)] = 226328, + [SMALL_STATE(7558)] = 226338, + [SMALL_STATE(7559)] = 226348, + [SMALL_STATE(7560)] = 226358, + [SMALL_STATE(7561)] = 226368, + [SMALL_STATE(7562)] = 226378, + [SMALL_STATE(7563)] = 226388, + [SMALL_STATE(7564)] = 226398, + [SMALL_STATE(7565)] = 226408, + [SMALL_STATE(7566)] = 226418, + [SMALL_STATE(7567)] = 226428, + [SMALL_STATE(7568)] = 226438, + [SMALL_STATE(7569)] = 226448, + [SMALL_STATE(7570)] = 226458, + [SMALL_STATE(7571)] = 226468, + [SMALL_STATE(7572)] = 226478, + [SMALL_STATE(7573)] = 226488, + [SMALL_STATE(7574)] = 226498, + [SMALL_STATE(7575)] = 226508, + [SMALL_STATE(7576)] = 226518, + [SMALL_STATE(7577)] = 226528, + [SMALL_STATE(7578)] = 226538, + [SMALL_STATE(7579)] = 226548, + [SMALL_STATE(7580)] = 226558, + [SMALL_STATE(7581)] = 226568, + [SMALL_STATE(7582)] = 226578, + [SMALL_STATE(7583)] = 226588, + [SMALL_STATE(7584)] = 226598, + [SMALL_STATE(7585)] = 226608, + [SMALL_STATE(7586)] = 226618, + [SMALL_STATE(7587)] = 226628, + [SMALL_STATE(7588)] = 226638, + [SMALL_STATE(7589)] = 226648, + [SMALL_STATE(7590)] = 226658, + [SMALL_STATE(7591)] = 226668, + [SMALL_STATE(7592)] = 226678, + [SMALL_STATE(7593)] = 226688, + [SMALL_STATE(7594)] = 226698, + [SMALL_STATE(7595)] = 226708, + [SMALL_STATE(7596)] = 226718, + [SMALL_STATE(7597)] = 226728, + [SMALL_STATE(7598)] = 226738, + [SMALL_STATE(7599)] = 226748, + [SMALL_STATE(7600)] = 226758, + [SMALL_STATE(7601)] = 226768, + [SMALL_STATE(7602)] = 226778, + [SMALL_STATE(7603)] = 226788, + [SMALL_STATE(7604)] = 226798, + [SMALL_STATE(7605)] = 226808, + [SMALL_STATE(7606)] = 226818, + [SMALL_STATE(7607)] = 226828, + [SMALL_STATE(7608)] = 226838, + [SMALL_STATE(7609)] = 226848, + [SMALL_STATE(7610)] = 226858, + [SMALL_STATE(7611)] = 226868, + [SMALL_STATE(7612)] = 226878, + [SMALL_STATE(7613)] = 226888, + [SMALL_STATE(7614)] = 226898, + [SMALL_STATE(7615)] = 226908, + [SMALL_STATE(7616)] = 226918, + [SMALL_STATE(7617)] = 226928, + [SMALL_STATE(7618)] = 226938, + [SMALL_STATE(7619)] = 226948, + [SMALL_STATE(7620)] = 226958, + [SMALL_STATE(7621)] = 226968, + [SMALL_STATE(7622)] = 226978, + [SMALL_STATE(7623)] = 226988, + [SMALL_STATE(7624)] = 226998, + [SMALL_STATE(7625)] = 227008, + [SMALL_STATE(7626)] = 227018, + [SMALL_STATE(7627)] = 227028, + [SMALL_STATE(7628)] = 227038, + [SMALL_STATE(7629)] = 227048, + [SMALL_STATE(7630)] = 227058, + [SMALL_STATE(7631)] = 227068, + [SMALL_STATE(7632)] = 227078, + [SMALL_STATE(7633)] = 227088, + [SMALL_STATE(7634)] = 227098, + [SMALL_STATE(7635)] = 227108, + [SMALL_STATE(7636)] = 227118, + [SMALL_STATE(7637)] = 227128, + [SMALL_STATE(7638)] = 227138, + [SMALL_STATE(7639)] = 227148, + [SMALL_STATE(7640)] = 227158, + [SMALL_STATE(7641)] = 227168, + [SMALL_STATE(7642)] = 227178, + [SMALL_STATE(7643)] = 227188, + [SMALL_STATE(7644)] = 227198, + [SMALL_STATE(7645)] = 227208, + [SMALL_STATE(7646)] = 227218, + [SMALL_STATE(7647)] = 227228, + [SMALL_STATE(7648)] = 227238, + [SMALL_STATE(7649)] = 227248, + [SMALL_STATE(7650)] = 227258, + [SMALL_STATE(7651)] = 227268, + [SMALL_STATE(7652)] = 227278, + [SMALL_STATE(7653)] = 227288, + [SMALL_STATE(7654)] = 227298, + [SMALL_STATE(7655)] = 227308, + [SMALL_STATE(7656)] = 227318, + [SMALL_STATE(7657)] = 227328, + [SMALL_STATE(7658)] = 227338, + [SMALL_STATE(7659)] = 227348, + [SMALL_STATE(7660)] = 227358, + [SMALL_STATE(7661)] = 227368, + [SMALL_STATE(7662)] = 227378, + [SMALL_STATE(7663)] = 227388, + [SMALL_STATE(7664)] = 227398, + [SMALL_STATE(7665)] = 227408, + [SMALL_STATE(7666)] = 227418, + [SMALL_STATE(7667)] = 227428, + [SMALL_STATE(7668)] = 227438, + [SMALL_STATE(7669)] = 227448, + [SMALL_STATE(7670)] = 227458, + [SMALL_STATE(7671)] = 227468, + [SMALL_STATE(7672)] = 227478, + [SMALL_STATE(7673)] = 227488, + [SMALL_STATE(7674)] = 227498, + [SMALL_STATE(7675)] = 227508, + [SMALL_STATE(7676)] = 227518, + [SMALL_STATE(7677)] = 227528, + [SMALL_STATE(7678)] = 227538, + [SMALL_STATE(7679)] = 227548, + [SMALL_STATE(7680)] = 227558, + [SMALL_STATE(7681)] = 227568, + [SMALL_STATE(7682)] = 227578, + [SMALL_STATE(7683)] = 227588, + [SMALL_STATE(7684)] = 227598, + [SMALL_STATE(7685)] = 227608, + [SMALL_STATE(7686)] = 227618, + [SMALL_STATE(7687)] = 227628, + [SMALL_STATE(7688)] = 227638, + [SMALL_STATE(7689)] = 227648, + [SMALL_STATE(7690)] = 227658, + [SMALL_STATE(7691)] = 227668, + [SMALL_STATE(7692)] = 227678, + [SMALL_STATE(7693)] = 227688, + [SMALL_STATE(7694)] = 227698, + [SMALL_STATE(7695)] = 227708, + [SMALL_STATE(7696)] = 227718, + [SMALL_STATE(7697)] = 227728, + [SMALL_STATE(7698)] = 227738, + [SMALL_STATE(7699)] = 227748, + [SMALL_STATE(7700)] = 227758, + [SMALL_STATE(7701)] = 227768, + [SMALL_STATE(7702)] = 227778, + [SMALL_STATE(7703)] = 227788, + [SMALL_STATE(7704)] = 227798, + [SMALL_STATE(7705)] = 227808, + [SMALL_STATE(7706)] = 227818, + [SMALL_STATE(7707)] = 227828, + [SMALL_STATE(7708)] = 227838, + [SMALL_STATE(7709)] = 227848, + [SMALL_STATE(7710)] = 227858, + [SMALL_STATE(7711)] = 227868, + [SMALL_STATE(7712)] = 227878, + [SMALL_STATE(7713)] = 227888, + [SMALL_STATE(7714)] = 227898, + [SMALL_STATE(7715)] = 227908, + [SMALL_STATE(7716)] = 227918, + [SMALL_STATE(7717)] = 227928, + [SMALL_STATE(7718)] = 227938, + [SMALL_STATE(7719)] = 227948, + [SMALL_STATE(7720)] = 227958, + [SMALL_STATE(7721)] = 227968, + [SMALL_STATE(7722)] = 227978, + [SMALL_STATE(7723)] = 227988, + [SMALL_STATE(7724)] = 227998, + [SMALL_STATE(7725)] = 228008, + [SMALL_STATE(7726)] = 228018, + [SMALL_STATE(7727)] = 228028, + [SMALL_STATE(7728)] = 228038, + [SMALL_STATE(7729)] = 228048, + [SMALL_STATE(7730)] = 228058, + [SMALL_STATE(7731)] = 228068, + [SMALL_STATE(7732)] = 228078, + [SMALL_STATE(7733)] = 228088, + [SMALL_STATE(7734)] = 228098, + [SMALL_STATE(7735)] = 228108, + [SMALL_STATE(7736)] = 228118, + [SMALL_STATE(7737)] = 228128, + [SMALL_STATE(7738)] = 228138, + [SMALL_STATE(7739)] = 228148, + [SMALL_STATE(7740)] = 228158, + [SMALL_STATE(7741)] = 228168, + [SMALL_STATE(7742)] = 228178, + [SMALL_STATE(7743)] = 228188, + [SMALL_STATE(7744)] = 228198, + [SMALL_STATE(7745)] = 228208, + [SMALL_STATE(7746)] = 228218, + [SMALL_STATE(7747)] = 228228, + [SMALL_STATE(7748)] = 228238, + [SMALL_STATE(7749)] = 228248, + [SMALL_STATE(7750)] = 228258, + [SMALL_STATE(7751)] = 228268, + [SMALL_STATE(7752)] = 228278, + [SMALL_STATE(7753)] = 228288, + [SMALL_STATE(7754)] = 228298, + [SMALL_STATE(7755)] = 228308, + [SMALL_STATE(7756)] = 228318, + [SMALL_STATE(7757)] = 228328, + [SMALL_STATE(7758)] = 228338, + [SMALL_STATE(7759)] = 228348, + [SMALL_STATE(7760)] = 228358, + [SMALL_STATE(7761)] = 228368, + [SMALL_STATE(7762)] = 228378, + [SMALL_STATE(7763)] = 228388, + [SMALL_STATE(7764)] = 228398, + [SMALL_STATE(7765)] = 228408, + [SMALL_STATE(7766)] = 228418, + [SMALL_STATE(7767)] = 228428, + [SMALL_STATE(7768)] = 228438, + [SMALL_STATE(7769)] = 228448, + [SMALL_STATE(7770)] = 228458, + [SMALL_STATE(7771)] = 228468, + [SMALL_STATE(7772)] = 228478, + [SMALL_STATE(7773)] = 228488, + [SMALL_STATE(7774)] = 228498, + [SMALL_STATE(7775)] = 228508, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7748), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7683), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 0, 0, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5625), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7549), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5725), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5861), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5828), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4743), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7352), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7660), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7752), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4916), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4917), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7368), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5910), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5818), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5837), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7272), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6521), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7432), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7438), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6289), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7367), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4807), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5201), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7323), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6554), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7510), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7419), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5537), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5732), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7224), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7249), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4638), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5900), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7462), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6976), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7756), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6310), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7398), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7454), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5515), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5699), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5701), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6980), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6370), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7252), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7246), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4644), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7468), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6985), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5907), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7468), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7458), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7533), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5464), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5599), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5725), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6975), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7237), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6057), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7386), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7384), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5978), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7328), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7714), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7254), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7272), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5566), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5879), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6011), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6346), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6764), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), - [523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1, 0, 0), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7686), - [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7508), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5791), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, 0, 0), - [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 1, 0, 0), - [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5799), - [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2665), - [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6042), - [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6043), - [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6044), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4469), - [617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4469), - [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), - [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7328), - [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2651), - [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2628), - [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2784), - [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(851), - [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(47), - [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6208), - [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7658), - [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7714), - [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4886), - [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4887), - [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6618), - [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7254), - [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2147), - [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6011), - [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1948), - [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1236), - [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(8), - [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5149), - [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6346), - [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1145), - [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2789), - [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3435), - [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2629), - [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5155), - [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6142), - [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3528), - [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4972), - [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5159), - [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2081), - [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2137), - [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(795), - [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(795), - [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(835), - [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(822), - [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1655), - [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1655), - [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1840), - [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7458), - [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2111), - [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6209), - [746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1427), - [749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5972), - [752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5593), - [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7419), - [758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1750), - [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4436), - [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7533), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5792), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2659), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5984), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5985), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5986), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4469), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4469), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2435), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7328), - [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2651), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2628), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2784), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(851), - [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(47), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6208), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7658), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7714), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4587), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4685), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6618), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7254), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2147), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4971), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2152), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1236), - [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(8), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5149), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7272), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1145), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2789), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3435), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2629), - [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5155), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6142), - [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3709), - [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4972), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5159), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2081), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2137), - [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(795), - [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(795), - [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(835), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(822), - [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1655), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1655), - [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1840), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7458), - [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2111), - [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6209), - [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1427), - [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5972), - [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5593), - [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7419), - [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1771), - [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4344), - [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7533), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7430), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7464), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6464), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7683), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7540), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5641), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5753), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6459), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7293), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5895), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7577), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4603), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7043), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5950), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7391), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5794), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5927), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5928), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7257), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7551), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7721), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6623), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7294), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7348), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6203), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5735), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5824), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5825), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5826), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5829), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), + [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1, 0, 0), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7496), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 1, 0, 0), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5789), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6002), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, 0, 0), + [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5791), + [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2661), + [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6016), + [608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6017), + [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6018), + [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4543), + [617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4543), + [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2443), + [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7257), + [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2635), + [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2629), + [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2759), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(861), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(49), + [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6459), + [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7551), + [647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7721), + [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4684), + [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4705), + [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6623), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7294), + [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2144), + [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4870), + [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2151), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1229), + [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(8), + [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5230), + [680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7348), + [683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1144), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2762), + [689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3444), + [692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2630), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5066), + [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6203), + [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3710), + [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4987), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5244), + [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2088), + [713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2153), + [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(800), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(800), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(835), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(817), + [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1703), + [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1703), + [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1932), + [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7464), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2131), + [743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6464), + [746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1420), + [749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5865), + [752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5666), + [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7398), + [758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1802), + [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4329), + [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7540), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5805), + [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2666), + [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6061), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6062), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6063), + [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4543), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4543), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2443), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7257), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2635), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2629), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2759), + [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(861), + [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(49), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6459), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7551), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7721), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4894), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4895), + [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6623), + [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7294), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2144), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5829), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1950), + [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1229), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(8), + [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5230), + [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6187), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1144), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2762), + [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3444), + [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2630), + [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5066), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6203), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(3525), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4987), + [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5244), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2088), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2153), + [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(800), + [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(800), + [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(835), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(817), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1703), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1703), + [902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1932), + [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7464), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(2131), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(6464), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1420), + [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5865), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(5666), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7398), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(1713), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(4507), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), SHIFT_REPEAT(7540), [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, 0, 21), [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, 0, 21), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5352), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), [941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), [943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), - [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5352), + [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5398), [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1, 0, 0), [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1, 0, 0), - [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 101), - [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 101), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1, 0, 0), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1, 0, 0), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3, 0, 0), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3, 0, 0), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 102), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 102), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 102), + [954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 102), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, 0, 101), + [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, 0, 101), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1, 0, 0), + [966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1, 0, 0), + [968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2, 0, 0), + [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2, 0, 0), [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__raw_str, 3, 0, 0), [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__raw_str, 3, 0, 0), - [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2, 0, 0), - [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2, 0, 0), + [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3, 0, 0), + [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3, 0, 0), [980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, 0, 148), [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, 0, 148), [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, 0, 147), @@ -431428,5512 +431765,5514 @@ static const TSParseActionEntry ts_parse_actions[] = { [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1, 0, 0), [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1, 0, 0), [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1, 0, 0), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1, 0, 0), [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), [1009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 3, 0, 21), [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 3, 0, 21), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6292), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4469), - [1043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4469), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(851), - [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(6245), - [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7714), - [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4587), - [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4685), - [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4971), - [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2151), - [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1236), + [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4543), + [1043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4543), + [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(861), + [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(49), + [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(6570), + [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7721), + [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4684), + [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4705), + [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4870), + [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2150), + [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1229), [1073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(8), - [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5149), - [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7272), - [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1146), - [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3709), - [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4972), - [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), - [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2081), - [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2137), - [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [1103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(861), - [1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(837), - [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [1115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), - [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7458), - [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2111), - [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(6209), - [1130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), - [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5972), - [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5593), - [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7419), - [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1771), - [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4344), - [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7533), - [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4469), - [1154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4469), - [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(851), - [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6245), - [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7714), - [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4886), - [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4887), - [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6011), - [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1946), - [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1236), + [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5230), + [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7348), + [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1147), + [1085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(3710), + [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4987), + [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5244), + [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), + [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2153), + [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [1103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(862), + [1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(831), + [1112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [1115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1932), + [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), + [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(2131), + [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(6464), + [1130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), + [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5865), + [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(5666), + [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7398), + [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(1802), + [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(4329), + [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(7540), + [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4543), + [1154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4543), + [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(861), + [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(49), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6570), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7721), + [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4894), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4895), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5829), + [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1948), + [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1229), [1184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(8), - [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5149), - [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6346), - [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1146), - [1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), - [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4972), - [1202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5159), - [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2081), - [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2137), - [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(861), - [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(837), - [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7458), - [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2111), - [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6209), - [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), - [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5972), - [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5593), - [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7419), - [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1750), - [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4436), - [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7533), - [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), - [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), - [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), - [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), - [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), - [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), - [1279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5230), + [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6187), + [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1147), + [1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(3525), + [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4987), + [1202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5244), + [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), + [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2153), + [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(862), + [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(831), + [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [1226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [1229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1932), + [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(2131), + [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(6464), + [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), + [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5865), + [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5666), + [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7398), + [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(1713), + [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(4507), + [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7540), + [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [1265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), + [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), + [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), + [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(191), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6306), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7652), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7718), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7718), - [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(4455), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(4455), - [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(69), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(6433), - [1334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7468), - [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), - [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(67), - [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7666), - [1345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3507), - [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3507), - [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3554), - [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3516), - [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(1655), - [1360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(1655), - [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(6145), - [1366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3917), - [1369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(193), - [1372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7652), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7547), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7460), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7658), + [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(4457), + [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(4457), + [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(86), + [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(6346), + [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7430), + [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), + [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(81), + [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7460), + [1351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3512), + [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3512), + [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3546), + [1360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3516), + [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(1703), + [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(1703), + [1369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(6209), + [1372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(3916), + [1375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(195), + [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 2, 0, 53), SHIFT_REPEAT(7547), [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, 0, 0), - [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 4, 0, 0), - [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, 0, 0), - [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), - [1393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(239), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, 0, 0), - [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7386), - [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4455), - [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4455), - [1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(69), - [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6397), - [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7468), - [1416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(73), - [1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7384), - [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3507), - [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3507), - [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3554), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, 0, 0), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), + [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(279), + [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 4, 0, 0), + [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, 0, 0), + [1398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7577), + [1401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4457), + [1404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4457), + [1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(86), + [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6306), + [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7430), + [1416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(90), + [1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7391), + [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3512), + [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3512), + [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3546), [1431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3516), - [1434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(1655), - [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(1655), - [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6145), - [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3917), - [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(196), - [1449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7652), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [1434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(1703), + [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(1703), + [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6209), + [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(3916), + [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(193), + [1449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7547), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [1482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(293), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), - [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), - [1491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1844), - [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(305), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 3, 0, 0), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 3, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), - [1518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), - [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2, 0, 0), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2, 0, 0), + [1456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(298), + [1477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(292), + [1480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), + [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), + [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1941), + [1495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 2, 0, 0), SHIFT_REPEAT(306), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 2, 0, 0), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2, 0, 0), + [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2, 0, 0), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), + [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1, 0, 0), REDUCE(aux_sym__parenthesized_body_repeat1, 1, 0, 0), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_body_repeat2, 3, 0, 0), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_body_repeat2, 3, 0, 0), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 3, 0, 0), [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 3, 0, 0), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 4, 0, 0), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 4, 0, 0), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [1561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3, 0, 0), - [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3, 0, 0), - [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2, 0, 0), - [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2, 0, 0), - [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 39), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6466), - [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 39), - [1585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 2, 0, 0), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 38), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 38), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), - [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6469), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [1617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 134), - [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 134), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 4, 0, 0), - [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), - [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1, 0, 0), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1, 0, 0), - [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 131), - [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 131), - [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 132), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 132), - [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 133), - [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 133), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), - [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 3, 0, 0), - [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 3, 0, 0), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5355), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), + [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 39), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6382), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 39), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 2, 0, 0), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 4, 0, 0), + [1567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 4, 0, 0), + [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3, 0, 0), + [1571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3, 0, 0), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2, 0, 0), + [1577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2, 0, 0), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 1, 0, 0), + [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 1, 0, 0), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 2, 0, 0), + [1597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 2, 0, 0), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6385), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 134), + [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 134), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 4, 0, 0), + [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 38), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 38), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 133), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 133), + [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 3, 0, 0), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 3, 0, 0), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [1681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number, 1, 0, 0), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number, 1, 0, 0), + [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 131), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 131), + [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 132), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 132), + [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), [1717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, 0, 0), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4, 0, 0), - [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4, 0, 0), - [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2, 0, 0), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), - [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1, 0, 0), - [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 2, 0, 0), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 2, 0, 0), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5354), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3, 0, 0), - [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3, 0, 0), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5355), - [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4, 0, 0), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4, 0, 0), - [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 87), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 3, 0, 0), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 87), - [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 3, 0, 0), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5354), - [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5346), - [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 23), - [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 2, 0, 0), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 23), - [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 185), - [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 185), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6356), - [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5035), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4249), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7736), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), - [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), - [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7563), - [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6262), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3915), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5895), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5635), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7575), - [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), REDUCE(aux_sym_command_repeat1, 1, 0, 0), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), - [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 2, 0, 0), - [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 2, 0, 0), - [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 3, 0, 0), - [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 3, 0, 0), - [1926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5346), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 2, 0, 0), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 2, 0, 0), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_variable, 2, 0, 21), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_variable, 2, 0, 21), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 3, 0, 0), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 3, 0, 0), - [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, 0, 0), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, 0, 0), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2, 0, 0), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2, 0, 0), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5220), - [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, 0, 0), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, 0, 0), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, 0, 103), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, 0, 103), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 149), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 149), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 152), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 152), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 149), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 149), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 183), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 183), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 184), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 184), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 183), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 183), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 215), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 215), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 184), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 184), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 185), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 185), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 216), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 216), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 217), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 217), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 215), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 215), - [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 216), - [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 216), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 236), - [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 236), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 217), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 217), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 236), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 236), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2, 0, 0), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2, 0, 0), - [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), - [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 119), - [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 119), - [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 164), - [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 164), - [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), - [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6325), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), - [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), - [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7474), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7535), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4323), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6228), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5831), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), - [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 22), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), - [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 22), - [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5353), - [2126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 1, 0, 0), - [2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 1, 0, 0), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 114), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 114), - [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 84), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 84), - [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 85), - [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 85), - [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 86), - [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 86), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_parenthesized_immediate, 2, 0, 0), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_parenthesized_immediate, 2, 0, 0), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_parenthesized_immediate, 3, 0, 0), - [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_parenthesized_immediate, 3, 0, 0), - [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 0), - [2180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 0), - [2182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 104), - [2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 104), - [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 0), - [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 0), - [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 104), - [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 104), - [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 39), - [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 39), - [2218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 123), - [2220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 4, 0, 0), - [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 123), - [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 174), - [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 5, 0, 0), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 174), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 5, 0, 0), - [2232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5347), - [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 14), - [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 14), - [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 1, 0, 0), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 0), - [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 1, 0, 0), - [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 0), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, 0, 40), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 2, 0, 50), - [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, 0, 40), - [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 2, 0, 50), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, 0, 40), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, 0, 40), - [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1, 0, 0), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1, 0, 0), - [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 19), - [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 51), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 19), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 4, 0, 105), - [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 52), - [2295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 19), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record, 2, 0, 0), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record, 2, 0, 0), - [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 19), - [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 1, 0, 19), - [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 19), - [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record, 1, 0, 0), - [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record, 1, 0, 0), - [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 1, 0, 0), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 1, 0, 0), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), - [2329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(671), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), - [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_number, 1, 0, 0), - [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_number, 1, 0, 0), - [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, 0, 6), - [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, 0, 6), - [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 2, 0, 0), - [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 2, 0, 0), - [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), - [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), - [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), - [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), - [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3, 0, 0), - [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3, 0, 0), - [2358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, 0, 71), - [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, 0, 71), - [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, 0, 71), - [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, 0, 71), - [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, 0, 128), - [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, 0, 128), - [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 103), - [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 103), - [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 152), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 152), - [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 149), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 149), - [2382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 183), - [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 183), - [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 184), - [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 184), - [2390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 185), - [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 185), - [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 215), - [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 215), - [2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 216), - [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 216), - [2402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 217), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 217), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 10, 0, 236), - [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 10, 0, 236), - [2410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(710), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3, 0, 0), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3, 0, 0), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, 0, 118), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, 0, 118), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, 0, 0), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, 0, 0), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, 0, 0), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, 0, 0), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 120), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 120), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 121), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 121), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 122), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 122), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 5, 0, 165), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 5, 0, 165), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 167), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 167), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 168), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 168), - [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 169), - [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 169), - [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 170), - [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 170), - [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 171), - [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 171), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 172), - [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 172), - [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 173), - [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 173), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6856), - [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat1, 1, 0, 0), - [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, 0, 0), - [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_variable, 3, 0, 21), - [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_variable, 3, 0, 21), - [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, 0, 0), - [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, 0, 0), - [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 4, 0, 0), - [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 4, 0, 0), - [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 1, 0, 17), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 1, 0, 17), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 1, 0, 18), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 1, 0, 18), - [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 4, 0, 0), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 4, 0, 0), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 38), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 38), - [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), - [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), - [2513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), SHIFT_REPEAT(1844), - [2516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), SHIFT_REPEAT(772), - [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), - [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), - [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), - [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), - [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [2537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(775), - [2540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 3, 0, 0), - [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 3, 0, 0), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), - [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6440), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), - [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7615), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7294), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), - [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__pipe_separator, 1, 0, 0), - [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 1, 0, 0), - [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 3, 0, 0), - [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 3, 0, 0), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 5, 0, 0), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6419), - [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7767), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7344), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), - [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), - [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(2929), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), - [2685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(855), - [2688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(44), - [2691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(6419), - [2694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1590), - [2697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1622), - [2700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(16), - [2703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5095), - [2706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5098), - [2709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1573), - [2712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1598), - [2715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1238), - [2718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1238), - [2721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1316), - [2724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1254), - [2727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1713), - [2730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1685), - [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1680), - [2736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7767), - [2739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1552), - [2742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(6326), - [2745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1722), - [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5805), - [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5677), - [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7344), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7344), - [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1693), - [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7627), - [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4, 0, 0), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 4, 0, 0), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), - [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(855), - [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(44), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6419), - [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1590), - [2794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1622), - [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(16), - [2800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5095), - [2803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5098), - [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1573), - [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1598), - [2812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1238), - [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1238), - [2818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1316), - [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1254), - [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1713), - [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1685), - [2830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1680), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7767), - [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1552), - [2839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6326), - [2842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1722), - [2845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5805), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5677), - [2851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7344), - [2854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7344), - [2857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1693), - [2860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7627), - [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2, 0, 0), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 3, 0, 0), - [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3, 0, 0), - [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6370), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7515), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), - [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7588), - [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(847), - [2942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(53), - [2945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6370), - [2948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1631), - [2951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1639), - [2954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(11), - [2957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5113), - [2960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5116), - [2963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1662), - [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1677), - [2969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1307), - [2972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1307), - [2975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1366), - [2978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1335), - [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1915), - [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1811), - [2987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1715), - [2990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7515), - [2993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1663), - [2996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6278), - [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1929), - [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5928), - [3005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5646), - [3008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1737), - [3011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7588), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), - [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7742), - [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), - [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7715), - [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), - [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), - [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7599), - [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), - [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 2, 0, 0), + [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 2, 0, 0), + [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 1, 0, 0), + [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 1, 0, 0), + [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_number_decimal, 4, 0, 0), + [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_number_decimal, 4, 0, 0), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 2, 0, 0), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 2, 0, 0), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 3, 0, 0), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 3, 0, 0), + [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [1777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5401), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 23), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 2, 0, 0), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 23), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), REDUCE(aux_sym_command_repeat1, 1, 0, 0), + [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), + [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6247), + [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), + [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4297), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7601), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7570), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3922), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5897), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7005), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), + [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__immediate_decimal, 4, 0, 0), + [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__immediate_decimal, 4, 0, 0), + [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 87), + [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 3, 0, 0), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 87), + [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 3, 0, 0), + [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5400), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5392), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), + [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 3, 0, 0), + [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 3, 0, 0), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5399), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5392), + [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 1, 0, 0), + [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 1, 0, 0), + [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2, 0, 0), + [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2, 0, 0), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, 0, 0), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, 0, 0), + [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, 0, 0), + [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, 0, 0), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2, 0, 0), + [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2, 0, 0), + [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 149), + [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 149), + [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 152), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 152), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 149), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 149), + [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 183), + [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 183), + [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 184), + [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 184), + [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 185), + [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 185), + [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 183), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 183), + [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 215), + [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 215), + [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 184), + [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 184), + [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 185), + [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 185), + [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 216), + [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 216), + [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 217), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 217), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 215), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 215), + [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 216), + [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 216), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 236), + [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 236), + [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 217), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 217), + [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 2, 0, 0), + [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 2, 0, 0), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 2, 0, 0), + [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 2, 0, 0), + [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_variable, 2, 0, 21), + [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_variable, 2, 0, 21), + [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 3, 0, 0), + [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 3, 0, 0), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6199), + [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), + [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), + [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), + [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7481), + [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), + [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7542), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6527), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), + [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6872), + [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), + [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 236), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 236), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, 0, 103), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, 0, 103), + [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5393), + [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5399), + [2102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), + [2104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4, 0, 0), + [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_parenthesized_immediate, 2, 0, 0), + [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_parenthesized_immediate, 2, 0, 0), + [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_parenthesized_immediate, 3, 0, 0), + [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_parenthesized_immediate, 3, 0, 0), + [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 114), + [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 114), + [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, 0, 119), + [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, 0, 119), + [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 4, 0, 164), + [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, 0, 164), + [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 84), + [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 84), + [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 85), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 85), + [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 86), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 86), + [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, 0, 22), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5237), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, 0, 22), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 39), + [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 39), + [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 123), + [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 4, 0, 0), + [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 123), + [2194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 174), + [2196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__val_range_with_end, 5, 0, 0), + [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 174), + [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__val_range, 5, 0, 0), + [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 14), + [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 14), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5393), + [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 104), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 104), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 0), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 0), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 104), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 4, 0, 104), + [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 1, 0, 0), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 0), + [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 1, 0, 0), + [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 1, 0, 0), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, 0, 40), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_anonymous_prefix, 2, 0, 50), + [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, 0, 40), + [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_anonymous_prefix, 2, 0, 50), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, 0, 40), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, 0, 40), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1, 0, 0), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1, 0, 0), + [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 0), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record_with_expr, 3, 0, 0), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record, 1, 0, 0), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record, 1, 0, 0), + [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_record, 2, 0, 0), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_record, 2, 0, 0), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), + [2289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(662), + [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), + [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 19), + [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 4, 0, 105), + [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_body_repeat1, 2, 0, 19), + [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 19), + [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 51), + [2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 52), + [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [2310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [2318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 1, 0, 0), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), + [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 1, 0, 0), + [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 19), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 1, 0, 19), + [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_record_repeat1, 1, 0, 19), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(764), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 3, 0, 0), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 3, 0, 0), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, 0, 38), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, 0, 38), + [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, 0, 118), + [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, 0, 118), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, 0, 0), + [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, 0, 0), + [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, 0, 0), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, 0, 0), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 120), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 120), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 121), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 121), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 4, 0, 122), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 4, 0, 122), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 5, 0, 165), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 5, 0, 165), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 167), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 167), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 168), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 168), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 169), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 169), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 170), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 170), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 171), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 171), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 172), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 172), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 5, 0, 173), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 5, 0, 173), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), + [2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, 0, 0), + [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, 0, 0), + [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_number, 1, 0, 0), + [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_number, 1, 0, 0), + [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, 0, 6), + [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, 0, 6), + [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_nothing, 2, 0, 0), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_nothing, 2, 0, 0), + [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2, 0, 0), + [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2, 0, 0), + [2427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3, 0, 0), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3, 0, 0), + [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, 0, 71), + [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, 0, 71), + [2435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, 0, 71), + [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, 0, 71), + [2439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, 0, 128), + [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, 0, 128), + [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, 0, 103), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, 0, 103), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, 0, 152), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, 0, 152), + [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 7, 0, 149), + [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 7, 0, 149), + [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_parenthesized, 4, 0, 0), + [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_parenthesized, 4, 0, 0), + [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 184), + [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 184), + [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 185), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 185), + [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 215), + [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 215), + [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 216), + [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 216), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 9, 0, 217), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 9, 0, 217), + [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 10, 0, 236), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 10, 0, 236), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat1, 1, 0, 0), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, 0, 0), + [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 1, 0, 17), + [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 1, 0, 17), + [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 1, 0, 18), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 1, 0, 18), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_record, 4, 0, 0), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_record, 4, 0, 0), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_variable, 3, 0, 21), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_variable, 3, 0, 21), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 8, 0, 183), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 8, 0, 183), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record_variable, 2, 0, 0), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 2, 0, 0), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), + [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), + [2531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), SHIFT_REPEAT(1941), + [2534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 2, 0, 0), SHIFT_REPEAT(776), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6354), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7622), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7345), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 3, 0, 0), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_parenthesized_repeat1, 3, 0, 0), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(783), + [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), + [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(850), + [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(46), + [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6332), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1611), + [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1609), + [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(16), + [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5093), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5097), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1598), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1605), + [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1241), + [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1241), + [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1327), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1300), + [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1750), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1704), + [2656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1648), + [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7774), + [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1604), + [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6201), + [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1786), + [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5923), + [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5619), + [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7251), + [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7251), + [2683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1643), + [2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7634), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2, 0, 0), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6332), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5093), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7774), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7251), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3, 0, 0), + [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4, 0, 0), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__pipe_separator, 1, 0, 0), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__pipe_separator, 1, 0, 0), + [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 4, 0, 0), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 5, 0, 0), + [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(2904), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), + [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(850), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(46), + [2774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(6332), + [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1611), + [2780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1609), + [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(16), + [2786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5093), + [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5097), + [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1598), + [2795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1605), + [2798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1241), + [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1241), + [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1327), + [2807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1300), + [2810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1750), + [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1704), + [2816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1648), + [2819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7774), + [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1604), + [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(6201), + [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1786), + [2831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5923), + [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(5619), + [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7251), + [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7251), + [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(1643), + [2846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), SHIFT_REPEAT(7634), + [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 3, 0, 0), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 3, 0, 0), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do_parenthesized, 3, 0, 0), + [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [2859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(844), + [2862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(55), + [2865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6076), + [2868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1675), + [2871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1641), + [2874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(11), + [2877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5133), + [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5144), + [2883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1698), + [2886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1701), + [2889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1255), + [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1255), + [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1342), + [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1326), + [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1944), + [2904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1805), + [2907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1765), + [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7522), + [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1669), + [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(6111), + [2919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1945), + [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5906), + [2925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(5798), + [2928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(1710), + [2931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 2, 0, 0), SHIFT_REPEAT(7595), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6076), + [2940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [2946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7522), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), + [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7595), + [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), + [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7755), + [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4506), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7386), + [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7386), + [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4778), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7479), + [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4532), + [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), - [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7052), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), - [3112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), - [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7662), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7512), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7403), - [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7760), - [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), - [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7624), - [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), + [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), + [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), + [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7071), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7014), + [3112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6411), + [3114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7561), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7519), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7507), + [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7507), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7402), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7402), + [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), + [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7769), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), - [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), - [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(843), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(51), - [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6177), + [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(53), + [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6179), [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6), - [3266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5118), - [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(73), - [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5139), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6094), - [3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6073), - [3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7384), - [3284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4892), - [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4892), - [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5077), - [3293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4981), - [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7052), - [3299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6646), - [3302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6196), - [3305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7662), - [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6097), - [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6180), - [3314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5080), - [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6013), - [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5782), - [3323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(863), - [3326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7294), - [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7294), - [3332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6715), - [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7512), - [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1, 0, 0), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [3266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5122), + [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(90), + [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5128), + [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6093), + [3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6210), + [3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7391), + [3284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4900), + [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(4900), + [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5124), + [3293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5026), + [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7071), + [3299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7014), + [3302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6411), + [3305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7561), + [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6108), + [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(6186), + [3314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5129), + [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5941), + [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(5745), + [3323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(838), + [3326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7345), + [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7345), + [3332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7047), + [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 53), SHIFT_REPEAT(7519), + [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), + [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1, 0, 0), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7230), + [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6482), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), - [3490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(1150), - [3493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(1150), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), - [3498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), - [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), - [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), - [3519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), SHIFT_REPEAT(7419), - [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), - [3524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), - [3526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1163), - [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), - [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7419), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6437), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7576), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7213), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7640), - [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6245), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), - [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), - [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5121), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6460), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7654), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6445), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7664), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6470), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [3804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1218), - [3807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [3810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6245), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [3816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6893), - [3819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5075), - [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5079), - [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6199), - [3828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6080), - [3831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), - [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5026), - [3837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5255), - [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5134), - [3843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1655), - [3846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6093), - [3849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), - [3852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7458), - [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6156), - [3858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6209), - [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), - [3864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7344), - [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7344), - [3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1866), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7533), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), - [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7602), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7047), - [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6276), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6384), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [3984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), - [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), - [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), - [4018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6261), - [4020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [4028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [4050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), - [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6415), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5627), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [4074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), - [4088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4803), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [4104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5305), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7593), - [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5594), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [4133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6765), - [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6547), - [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5656), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6847), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7079), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7002), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6411), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5612), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), - [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7549), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), - [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), - [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), - [4329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6448), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5678), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), - [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), - [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), - [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5605), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7469), - [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6451), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), - [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4337), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5278), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7641), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), - [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5339), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5394), - [4455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(1217), - [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), - [4460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(54), - [4463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(6429), - [4466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(197), - [4469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(5073), - [4472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(5132), - [4475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3115), - [4478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3044), - [4481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2580), - [4484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2580), - [4487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2726), - [4490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2617), - [4493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3157), - [4496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3091), - [4499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3052), - [4502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7602), - [4505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3060), - [4508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(6412), - [4511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3162), - [4514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7294), - [4517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7294), - [4520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3155), - [4523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7691), - [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [4534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [4540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5492), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [4548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5330), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6928), - [4584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5394), - [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [4603] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5339), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [4630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), - [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), - [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [4644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5328), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [4659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5330), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [4672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [4692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), - [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [4720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5311), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [4724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5334), - [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [4751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 0), - [4753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 0), - [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [4813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5311), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5183), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [4826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), - [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 31), - [4830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 31), - [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [4840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 0), - [4842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 0), - [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [4850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 1, 0, 0), - [4852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 1, 0, 0), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 3, 0, 0), - [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 3, 0, 0), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 3, 0, 104), - [4868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 3, 0, 104), - [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 4, 0, 0), - [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 4, 0, 0), - [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 4, 0, 104), - [4876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 4, 0, 104), - [4878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [4898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 1, 0, 0), - [4900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 1, 0, 0), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5289), - [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), - [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 43), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6545), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [4940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2, 0, 0), - [4942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2, 0, 0), - [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5289), - [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 31), - [4959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 31), - [4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 186), - [4963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 186), - [4965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2, 0, 21), - [4967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2, 0, 21), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [4971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, 0, 15), - [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1, 0, 0), - [4985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1, 0, 0), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, 0, 21), - [4989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, 0, 21), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, 0, 29), - [4995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 4, 0, 141), - [4997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 4, 0, 141), - [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 4, 0, 142), - [5001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 4, 0, 142), - [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), - [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5196), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [5017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), - [5020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, 0, 96), - [5027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, 0, 96), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, 0, 97), - [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, 0, 97), - [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 4, 0, 141), - [5039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 4, 0, 141), - [5041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 4, 0, 142), - [5043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 4, 0, 142), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [5055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(1844), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 10, 0), - [5062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 10, 0), - [5064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 0, 0), - [5066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 0, 0), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [5070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [5074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 3, 0, 96), - [5076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 3, 0, 96), - [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 3, 0, 97), - [5080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 3, 0, 97), - [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [5084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), - [5086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), - [5088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [5094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 83), - [5096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 83), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6829), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [5108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [5138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 156), - [5140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 156), - [5142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 158), - [5144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 158), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [5148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 193), - [5150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 193), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [5162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), - [5165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), - [5167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), - [5169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), - [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), - [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 83), - [5175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 83), - [5177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1, 0, 0), - [5179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1, 0, 0), - [5181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2, 0, 0), - [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2, 0, 0), - [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [5197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [5201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 82), - [5203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 82), - [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), - [5207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), - [5209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [5227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), - [5229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), - [5231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 158), - [5233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 158), - [5235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 83), - [5237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 83), - [5239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 82), - [5241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 82), - [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), - [5245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), - [5247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), - [5249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 193), - [5251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 193), - [5253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 192), - [5255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 192), - [5257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 157), - [5259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 157), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6680), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), - [5271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), - [5273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [5285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 156), - [5287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 156), - [5289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), - [5291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6830), - [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 155), - [5297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 155), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [5301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), SHIFT(1844), - [5304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [5320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), SHIFT(1844), - [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5286), - [5365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5321), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), SHIFT(1844), - [5375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [5379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [5383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), SHIFT(1844), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6457), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), - [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), - [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), - [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), - [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), - [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [5534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5286), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [5539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5348), - [5541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7562), - [5551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), - [5553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), - [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [5561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [5571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [5575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6680), - [5578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6680), - [5581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3520), - [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3671), - [5587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3549), - [5590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6180), - [5593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(5080), - [5596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(7512), - [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [5607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 3, 0, 0), - [5609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 3, 0, 0), - [5611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 3, 0, 50), - [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 3, 0, 50), - [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5343), - [5617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 4, 0, 50), - [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 4, 0, 50), - [5621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5348), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [5628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 1, 0, 0), - [5630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 1, 0, 0), - [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), - [5642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 7), - [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 7), - [5646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 8), - [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 8), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [3464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6400), + [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), + [3498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(1152), + [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(1152), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [3508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [3516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), + [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), SHIFT_REPEAT(1158), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2, 0, 0), + [3523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(7398), + [3526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(1160), + [3529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat2, 2, 0, 0), SHIFT_REPEAT(7398), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 1, 0, 0), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6570), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6674), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6454), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6272), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5037), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6350), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7583), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), + [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7354), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), + [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4682), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), + [3628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), + [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1, 0, 0), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7671), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6578), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6949), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6376), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7661), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), + [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7064), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), + [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7296), + [3864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), + [3880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1211), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(49), + [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6570), + [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [3892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6674), + [3895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5077), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5079), + [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6454), + [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6272), + [3907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5037), + [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5037), + [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5262), + [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(5039), + [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), + [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6106), + [3925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1932), + [3928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7464), + [3931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6433), + [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(6464), + [3937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1420), + [3940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7251), + [3943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7251), + [3946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(1893), + [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), SHIFT_REPEAT(7540), + [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), + [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6290), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [4012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3888), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), + [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6327), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [4058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4972), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5847), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7509), + [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), + [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6337), + [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), + [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7434), + [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [4134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5367), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6613), + [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6468), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7500), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), + [4189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7072), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6799), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6321), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), + [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7556), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6142), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7741), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7421), + [4301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6362), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [4313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [4325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5559), + [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7635), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [4339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6366), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5636), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5351), + [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7648), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5534), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), + [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), + [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), + [4447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(1218), + [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), + [4452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(47), + [4455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(6342), + [4458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(198), + [4461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(5120), + [4464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(5140), + [4467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3053), + [4470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3086), + [4473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2586), + [4476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2586), + [4479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2674), + [4482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(2660), + [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3144), + [4488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3058), + [4491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3056), + [4494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7609), + [4497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3047), + [4500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(6322), + [4503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3154), + [4506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7345), + [4509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7345), + [4512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(3167), + [4515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 197), SHIFT_REPEAT(7698), + [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [4534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [4536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [4540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [4544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5385), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), + [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [4567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5419), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5558), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [4606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5377), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [4645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5432), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [4686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), + [4718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), + [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [4732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5381), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 0), + [4751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 0), + [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [4803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [4809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5207), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 0), + [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 0), + [4825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 0), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 3, 0, 0), + [4839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 3, 0, 0), + [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 3, 0, 104), + [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 3, 0, 104), + [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 4, 0, 0), + [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 4, 0, 0), + [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_with_expr, 4, 0, 104), + [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_with_expr, 4, 0, 104), + [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 1, 0, 0), + [4871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 1, 0, 0), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 1, 0, 0), + [4881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 1, 0, 0), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [4887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5368), + [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 31), + [4892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat2, 1, 0, 31), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5357), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2, 0, 21), + [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2, 0, 21), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [4930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1, 0, 0), + [4932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1, 0, 0), + [4934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 2, 0, 21), + [4936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 2, 0, 21), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), + [4942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 186), + [4944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 2, 0, 186), + [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 43), + [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [4966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5357), + [4969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, 0, 15), + [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 31), + [4985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat3, 1, 0, 31), + [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 2, 0, 0), + [4989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 2, 0, 0), + [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, 0, 29), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(1941), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [5000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [5002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6169), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), + [5012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1, 0, 0), + [5014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1, 0, 0), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [5018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 3, 0, 96), + [5020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 3, 0, 96), + [5022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 3, 0, 97), + [5024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 3, 0, 97), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [5028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 4, 0, 141), + [5030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 4, 0, 141), + [5032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_flag, 4, 0, 142), + [5034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_flag, 4, 0, 142), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5220), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [5042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, 0, 96), + [5044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, 0, 96), + [5046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 3, 0, 97), + [5048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 3, 0, 97), + [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [5054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 4, 0, 141), + [5056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 4, 0, 141), + [5058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 4, 0, 142), + [5060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 4, 0, 142), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7051), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 10, 0), + [5068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 10, 0), + [5070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1, 0, 0), + [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1, 0, 0), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [5076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), + [5079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), REDUCE(sym_val_closure, 3, 0, 0), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [5106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [5108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), + [5110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression, 1, 0, 0), + [5112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [5118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 83), + [5120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 83), + [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6750), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), + [5143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), + [5145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), + [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_binary_expression_parenthesized, 1, 0, 0), + [5149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_parenthesized, 1, 0, 0), + [5151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 156), + [5153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 156), + [5155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 83), + [5157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 83), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [5163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 158), + [5165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 158), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [5177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 193), + [5179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 193), + [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5192), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), + [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 1, 0, 0), + [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 1, 0, 0), + [5201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2, 0, 0), + [5203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2, 0, 0), + [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, 0, 82), + [5207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, 0, 82), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [5211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), + [5213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_unary_minus, 4, 0, 0), + [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [5231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), + [5233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), + [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6862), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6862), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), + [5243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 83), + [5245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 83), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), + [5251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), + [5253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [5257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 193), + [5259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 193), + [5261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 192), + [5263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 6, 0, 192), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 158), + [5267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 158), + [5269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 156), + [5271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 156), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [5283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 82), + [5285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 82), + [5287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), + [5289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), + [5291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 155), + [5293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 155), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [5297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), + [5299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), + [5301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 157), + [5303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 157), + [5305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 3, 0, 82), SHIFT(1941), + [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 157), SHIFT(1941), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [5353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [5373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6373), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [5377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [5379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [5381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 5, 0, 192), SHIFT(1941), + [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expr_binary_parenthesized, 4, 0, 155), SHIFT(1941), + [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [5399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [5403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5354), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [5409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [5415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [5439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), + [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [5451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [5453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [5455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), + [5457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5372), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), + [5476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5354), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [5481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [5487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [5491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [5513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), + [5515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [5527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [5535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [5537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [5539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [5547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5394), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [5551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [5563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7569), + [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [5575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), + [5579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [5583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6862), + [5586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6862), + [5589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3517), + [5592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3675), + [5595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(3547), + [5598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(6186), + [5601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(5129), + [5604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 146), SHIFT_REPEAT(7519), + [5607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [5611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5394), + [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), + [5616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 8), + [5618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 8), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7461), + [5632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 3, 0, 0), + [5634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 3, 0, 0), + [5636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 3, 0, 50), + [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 3, 0, 50), + [5640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 4, 0, 50), + [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 4, 0, 50), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [5646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 1, 0, 0), + [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 1, 0, 0), [5650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd_identifier, 2, 0, 0), [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd_identifier, 2, 0, 0), - [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5337), - [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [5672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5343), - [5675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), - [5677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), REDUCE(sym_val_list, 2, 0, 0), - [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), - [5682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2, 0, 0), - [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7055), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [5716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6342), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7649), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7507), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), - [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [5732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 19), - [5734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 19), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [5738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 19), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7459), - [5746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 4, 0, 105), - [5748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(2780), - [5751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 51), - [5753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 52), - [5755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), - [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), - [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5349), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [5768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5337), - [5771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [5781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), - [5783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5798), - [5793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [5811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), - [5813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), - [5816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 2, 0, 0), - [5818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2823), - [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5570), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), - [5837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 198), - [5839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 198), - [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), - [5843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [5857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2943), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [5867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(2897), - [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [5874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), - [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), - [5878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), SHIFT_REPEAT(2824), - [5881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), - [5883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6328), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [5887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), - [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6491), - [5891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6496), - [5893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6538), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [5905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), - [5907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 16), - [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [5913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 16), - [5915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), - [5917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), - [5919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), - [5922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 0), - [5924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5349), - [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7027), - [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6729), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [5933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), - [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [5941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2900), - [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6988), - [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7090), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [5954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2929), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [5961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [5974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 16), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), - [5978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 16), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [6014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5345), - [6017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [6021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [6027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), - [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [6033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), - [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [6039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), - [6041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [6047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), - [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), - [6051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4919), - [6053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), - [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4612), - [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), - [6067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), - [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [6073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), - [6075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [6081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3112), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), - [6086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), - [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6788), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [6100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(3088), - [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3114), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [6107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), - [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), - [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6760), - [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [6129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), - [6131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), REDUCE(sym_val_record, 3, 0, 0), - [6134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 0), - [6136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3177), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, 0, 227), - [6151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, 0, 227), - [6153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 4, 0, 198), - [6155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 4, 0, 198), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [5654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, 0, 7), + [5656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, 0, 7), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5239), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7355), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7128), + [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7439), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7527), + [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [5700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5389), + [5703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 19), + [5705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 4, 0, 105), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [5709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_body_repeat1, 2, 0, 19), + [5711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 19), + [5713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), + [5715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_list, 2, 0, 0), REDUCE(sym_val_list, 2, 0, 0), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5360), + [5720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 2, 0, 0), + [5722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(2772), + [5725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 51), + [5727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 52), + [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [5741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), + [5743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 1, 0, 0), REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), + [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), + [5776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [5779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 2, 0, 0), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6223), + [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), + [5801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5383), + [5804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5387), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [5820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), + [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [5836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2824), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [5841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), + [5843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [5847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, 0, 145), + [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [5853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), + [5855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), + [5857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 2, 0, 0), SHIFT_REPEAT(2852), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), + [5862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2904), + [5865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 198), + [5867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 198), + [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), + [5871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(2921), + [5874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), + [5876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 16), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [5882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 16), + [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_expression, 1, 0, 0), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [5894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), + [5896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 0), REDUCE(sym__value, 1, 0, 0), + [5899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 0), + [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [5905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [5909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(2919), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6257), + [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6273), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6462), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [5944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5395), + [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6956), + [5955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7120), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [5971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [5979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [5987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), + [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [5997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5391), + [6000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 16), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 1, 0, 16), + [6006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3016), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [6015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [6019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [6021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [6031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [6037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), + [6039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 1, 0, 0), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [6043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), + [6045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list, 2, 0, 0), + [6047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), + [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [6053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2, 0, 0), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6778), + [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [6065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(3069), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4617), + [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [6088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), + [6090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_decl_def_repeat1, 1, 0, 0), + [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), + [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4926), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), + [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [6114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3097), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [6121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), + [6123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__match_pattern_record, 3, 0, 0), REDUCE(sym_val_record, 3, 0, 0), + [6126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 3, 0, 0), + [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [6142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3175), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 196), + [6151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 196), + [6153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), [6165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 111), [6167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 111), [6169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_value, 1, 0, 112), [6171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_value, 1, 0, 112), - [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [6177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 194), - [6179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 194), - [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 196), - [6183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 196), - [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [6189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 195), - [6191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 195), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [6199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [6233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [6342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2, 0, 0), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [6348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3, 0, 0), - [6350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3, 0, 0), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [6360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 4, 0, 0), - [6362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 4, 0, 0), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), - [6368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2, 0, 0), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [6412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(6016), - [6415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(5603), - [6418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(5604), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), - [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), - [6455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(3478), - [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [6478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [6490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7441), - [6492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 98), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7632), - [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7448), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [6504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [6508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3493), - [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7472), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7472), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7625), - [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7625), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), - [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), - [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7511), - [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [6717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), - [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7513), - [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), - [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7580), - [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7580), - [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), - [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [6747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 1, 0, 0), - [6749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7553), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7553), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [6755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 2, 0, 0), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 0), - [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [6799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7720), - [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7720), - [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), - [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7564), - [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6958), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7643), - [6843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7643), - [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [6847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 0), - [6849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7431), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), - [6857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7713), - [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), - [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7583), - [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6122), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [6875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 1, 0, 0), - [6877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), - [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [6913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [6927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), - [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), - [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), - [6955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), - [6959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [6971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), - [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), - [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), - [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), - [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [7003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [7009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4735), - [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [7037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [7053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3853), - [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), - [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6437), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), - [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [7080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), - [7090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), - [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [7098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), - [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), - [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), - [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), - [7110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [7116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [7124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [7128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [7134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5316), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [7144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), - [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), - [7152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), - [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), - [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [7160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5326), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), - [7167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), - [7175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 3, 0, 82), - [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), - [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), - [7185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 62), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), - [7195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 62), - [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [7205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), - [7207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5316), - [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), - [7214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5192), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [7218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), - [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [7230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [7234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [7238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [7242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [7252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), - [7256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [7268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5407), - [7271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 2, 0, 0), - [7273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 2, 0, 0), - [7275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), - [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), - [7279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 3, 0, 83), - [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), - [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5170), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [7295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 3, 0, 0), - [7297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 3, 0, 0), - [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4438), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [7311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 62), - [7313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 62), - [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5193), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [7319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 1, 0, 31), - [7321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 1, 0, 31), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), - [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6049), - [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), - [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), - [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3812), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [7343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 1, 0, 0), - [7345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 1, 0, 0), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 59), - [7351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 59), - [7353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 59), - [7355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 59), - [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), - [7359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 74), - [7361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 74), - [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 117), - [7373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 117), - [7375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6209), - [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), - [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), - [7383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), - [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5218), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [7389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [7393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [7397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 117), - [7399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 117), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [7405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), - [7407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1166), - [7410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(3853), - [7413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(3393), - [7416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), - [7418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), - [7420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), - [7422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [7426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 6, 0, 226), - [7428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 126), - [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [7432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4345), - [7434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 2, 0, 31), - [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 2, 0, 31), - [7438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 2, 0, 32), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [7452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 190), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [7458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 190), SHIFT(1844), - [7461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 80), - [7463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 80), - [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5189), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [7473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 191), - [7475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 191), SHIFT(1844), - [7478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 2, 0, 0), - [7480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 2, 0, 0), - [7482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 190), - [7484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 191), - [7486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 226), - [7488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 226), SHIFT(1844), - [7491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 32), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6674), - [7497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [7499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, 0, 3), - [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [7505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 32), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [7525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 107), - [7527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 3, 0, 126), - [7529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 3, 0, 126), SHIFT(1844), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4335), - [7538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), - [7540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate, 3, 0, 126), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), - [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [7556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 4, 0, 107), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7544), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7756), - [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7595), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [7576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4503), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, 0, 163), - [7584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, 0, 163), - [7586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [7594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(4775), - [7597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), - [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7544), - [7602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7252), - [7605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7756), - [7608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7595), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [7615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 36), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [7623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 37), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), - [7629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [7631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), - [7637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5207), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [7645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 4, 0, 228), - [7647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 4, 0, 228), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [7651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 1, 0, 0), SHIFT(1844), - [7654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 1, 0, 0), - [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), - [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [7662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [7664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 0, 73), - [7666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [7670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [7674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), - [7676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), SHIFT_REPEAT(387), - [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [7691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 3, 0, 201), - [7693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 3, 0, 201), - [7695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), SHIFT(1844), - [7698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), - [7704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 37), - [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [7708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(229), - [7711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, 0, 3), - [7713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 24), SHIFT(1844), - [7716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 24), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), - [7720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 0, 73), - [7722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, 0, 24), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), - [7726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(218), - [7729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 75), - [7731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 75), - [7733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 76), - [7735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 76), - [7737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 77), - [7739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 77), - [7741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 78), - [7743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 78), - [7745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 79), - [7747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 79), - [7749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 57), SHIFT(1844), - [7752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 57), - [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [7756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 24), SHIFT(1844), - [7759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 24), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [7763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 106), SHIFT(1844), - [7766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 106), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [7774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 1, 0, 3), - [7776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 153), SHIFT(1844), - [7779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 153), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [7783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 3, 0, 130), - [7785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 3, 0, 130), - [7787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), SHIFT(1844), - [7790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), - [7792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 3, 0, 73), - [7794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 57), SHIFT(1844), - [7797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 57), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [7801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 153), SHIFT(1844), - [7804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 153), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), - [7810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 154), SHIFT(1844), - [7813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 154), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [7817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(5658), - [7820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 106), SHIFT(1844), - [7823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 106), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [7827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, 0, 93), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [7831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, 0, 93), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [7837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 4, 0, 0), - [7839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 4, 0, 0), - [7841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 2, 0, 36), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [7851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(235), - [7854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 36), - [7856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, 0, 139), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [7860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, 0, 139), - [7862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, 0, 94), - [7864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, 0, 94), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [7868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 154), SHIFT(1844), - [7871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 154), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [7875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 1, 0, 0), SHIFT(1844), - [7878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 1, 0, 0), - [7880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 187), SHIFT(1844), - [7883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 187), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [7887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(5773), - [7890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 4, 0, 178), - [7892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 4, 0, 178), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [7896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), SHIFT_REPEAT(483), - [7899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), SHIFT_REPEAT(483), - [7902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), - [7904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 2, 0, 37), - [7906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), - [7908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), SHIFT_REPEAT(450), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [7919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(227), - [7922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 187), SHIFT(1844), - [7925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 187), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [7929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 233), - [7931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 233), - [7933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 279), - [7935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 279), - [7937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 280), - [7939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 280), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [7943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 268), - [7945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 268), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [7949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 281), - [7951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 281), - [7953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 269), - [7955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 269), - [7957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 276), - [7959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 276), - [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6869), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), - [7969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 113), - [7971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 277), - [7973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 277), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [7977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6210), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), - [7981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), - [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5551), - [7985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5364), - [7987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 284), - [7989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 284), - [7991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 278), - [7993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 278), - [7995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 33), - [7997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, 0, 13), - [7999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, 0, 13), - [8001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 285), - [8003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 285), - [8005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 108), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 1), - [8011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 113), - [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 205), - [8015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 205), - [8017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 279), - [8019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 279), - [8021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), - [8023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 280), - [8025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 280), - [8027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 77), - [8029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 77), - [8031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 281), - [8033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 281), - [8035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, 0, 124), - [8037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 10, 0, 284), - [8039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 10, 0, 284), - [8041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 10, 0, 285), - [8043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 10, 0, 285), - [8045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 8, 0, 113), - [8047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 207), - [8049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 207), - [8051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 230), - [8053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 230), + [6173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 4, 0, 227), + [6175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 4, 0, 227), + [6177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_record, 4, 0, 198), + [6179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_record, 4, 0, 198), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [6185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_list, 3, 0, 194), + [6187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_pattern_list, 3, 0, 194), + [6189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [6193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 195), + [6195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__match_pattern_list_repeat1, 2, 0, 195), + [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5233), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [6219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [6237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7603), + [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3, 0, 0), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [6288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 4, 0, 0), + [6290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 4, 0, 0), + [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3, 0, 0), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [6356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2, 0, 0), + [6358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2, 0, 0), + [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [6424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(5867), + [6427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(5676), + [6430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 179), SHIFT_REPEAT(5679), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [6455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(3477), + [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [6480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7645), + [6482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiple_types_repeat2, 2, 0, 98), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7427), + [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7559), + [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7589), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [6512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3501), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [6541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7679), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6086), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), + [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), + [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7630), + [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [6717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7696), + [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7194), + [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7451), + [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7451), + [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), + [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7488), + [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [6747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [6753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 2, 0, 0), + [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7550), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [6771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 1, 0, 0), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7415), + [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7415), + [6779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), + [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7619), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7422), + [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7422), + [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6174), + [6849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 0), + [6851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 0), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7753), + [6855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7753), + [6857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), + [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [6861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), + [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7426), + [6867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7426), + [6869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [6877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 1, 0, 0), + [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [6893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), + [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [6917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [6927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4299), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [6931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), + [6935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), + [6955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [6959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [6965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [6971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4378), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), + [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4242), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), + [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), + [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), + [7065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(3863), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), + [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), + [7084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), + [7090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), + [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4843), + [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), + [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [7118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [7122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), + [7132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [7136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5369), + [7138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), + [7166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5376), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), + [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), + [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5343), + [7185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 3, 0, 82), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 62), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7333), + [7201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 62), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [7207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5369), + [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), + [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [7224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), + [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), + [7228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [7234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [7238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [7242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [7250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__predicate, 3, 0, 83), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [7254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [7258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5196), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [7262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 2, 0, 0), + [7264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 2, 0, 0), + [7266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 3, 0, 0), + [7268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 3, 0, 0), + [7270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [7274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [7280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5260), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), + [7284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [7288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [7292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [7296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), + [7298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), + [7300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5343), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [7311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), + [7317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, 0, 59), + [7319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, 0, 59), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [7329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 117), + [7331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 117), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [7337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 1, 0, 31), + [7339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 1, 0, 31), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [7345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [7349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [7353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 1, 0, 0), + [7355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 1, 0, 0), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [7367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5218), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [7371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 74), + [7373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 74), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [7377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 59), + [7379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 59), + [7381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 117), + [7383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 117), + [7385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, 0, 62), + [7387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, 0, 62), + [7389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), + [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [7393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), + [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5666), + [7397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4608), + [7399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6310), + [7401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), + [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), + [7407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), + [7409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [7413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 190), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [7419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 191), + [7421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 6, 0, 226), + [7423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 226), SHIFT(1941), + [7426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 226), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [7434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 190), + [7436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 5, 0, 191), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [7440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 191), SHIFT(1941), + [7443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), + [7445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1157), + [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(3863), + [7451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(3404), + [7454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat1, 2, 0, 0), + [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [7462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 3, 0, 126), SHIFT(1941), + [7465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 3, 0, 126), + [7467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 126), + [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [7471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [7473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 2, 0, 32), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [7479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__binary_predicate_parenthesized, 4, 0, 190), SHIFT(1941), + [7482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binary_predicate, 3, 0, 126), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [7496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 2, 0, 31), + [7498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 2, 0, 31), + [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [7506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 32), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 107), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [7516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 4, 0, 107), + [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7031), + [7520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [7522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, 0, 3), + [7524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [7532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 32), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [7542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 80), + [7544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 80), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [7550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), + [7558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 2, 0, 0), + [7560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 2, 0, 0), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [7566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 0, 73), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7389), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7490), + [7582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7513), + [7584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), + [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), + [7608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), SHIFT(1941), + [7611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0), + [7613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [7617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), + [7623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [7631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(4638), + [7638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), + [7640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7389), + [7643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7270), + [7646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7490), + [7649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2, 0, 0), SHIFT_REPEAT(7513), + [7652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, 0, 163), + [7654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, 0, 163), + [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [7662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 1, 0, 0), SHIFT(1941), + [7665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 1, 0, 0), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [7681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 4, 0, 228), + [7683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 4, 0, 228), + [7685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 36), + [7687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 37), + [7689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), + [7691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), SHIFT_REPEAT(383), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [7696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 3, 0, 201), + [7698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 3, 0, 201), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), + [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), + [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), + [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6435), + [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [7716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), + [7718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 81), SHIFT_REPEAT(435), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), + [7725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 187), SHIFT(1941), + [7728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 187), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 57), SHIFT(1941), + [7735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 57), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [7739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 24), SHIFT(1941), + [7742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 2, 0, 24), + [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [7750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 2, 0, 36), + [7752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 0, 73), + [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [7756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 1, 0, 0), SHIFT(1941), + [7759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 1, 0, 0), + [7761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), SHIFT(1941), + [7764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_parenthesized, 2, 0, 0), + [7766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 2, 0, 37), + [7768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 75), + [7770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 75), + [7772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 76), + [7774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 76), + [7776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 77), + [7778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 77), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [7782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 78), + [7784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 78), + [7786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, 0, 79), + [7788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, 0, 79), + [7790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 153), SHIFT(1941), + [7793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 153), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [7797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 154), SHIFT(1941), + [7800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 4, 0, 154), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [7804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, 0, 93), + [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), + [7808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, 0, 93), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [7816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, 0, 139), + [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [7820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, 0, 139), + [7822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(234), + [7825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 153), SHIFT(1941), + [7828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 153), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [7832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 154), SHIFT(1941), + [7835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 154), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [7839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 187), SHIFT(1941), + [7842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 187), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [7846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(5645), + [7849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 37), + [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4447), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [7857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(5707), + [7860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 57), SHIFT(1941), + [7863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 3, 0, 57), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [7867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 24), SHIFT(1941), + [7870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 24), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [7874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 106), SHIFT(1941), + [7877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 3, 0, 106), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [7881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(243), + [7884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__spread_list, 4, 0, 0), + [7886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__spread_list, 4, 0, 0), + [7888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 106), SHIFT(1941), + [7891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 106), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), + [7895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 3, 0, 73), + [7897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), SHIFT_REPEAT(394), + [7900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), SHIFT_REPEAT(394), + [7903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 81), + [7905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, 0, 24), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), + [7909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(276), + [7912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_parenthesized, 1, 0, 3), + [7914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(245), + [7917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, 0, 94), + [7919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, 0, 94), + [7921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 4, 0, 178), + [7923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 4, 0, 178), + [7925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 36), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), + [7929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 3, 0, 130), + [7931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 3, 0, 130), + [7933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, 0, 3), + [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [7943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 205), + [7945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 205), + [7947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, 0, 57), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [7953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 160), + [7955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 161), + [7957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 1), + [7959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 110), + [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [7967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 2), + [7969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 113), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [7973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 33), + [7975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3, 0, 0), + [7977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3, 0, 0), + [7979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3, 0, 0), + [7981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3, 0, 0), + [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [7999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 3, 0, 108), + [8001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, 0, 95), + [8003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, 0, 95), + [8005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 77), + [8007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__command_parenthesized_repeat1, 2, 0, 77), + [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, 0, 205), + [8011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, 0, 205), + [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, 0, 207), + [8015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, 0, 207), + [8017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 210), + [8019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 210), + [8021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 211), + [8023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 211), + [8025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 110), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [8029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 113), + [8031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, 0, 124), + [8033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2, 0, 0), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), + [8043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5563), + [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [8051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, 0, 0), + [8053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 110), [8055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 7, 0, 110), - [8057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5784), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), - [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6175), - [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), - [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [8067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 7, 0, 113), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [8071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 1, 0, 5), - [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [8075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 247), - [8077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 247), - [8079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 249), - [8081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 249), - [8083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 2), - [8085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 230), - [8087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 230), - [8089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, 0, 95), - [8091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, 0, 95), - [8093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 231), - [8095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 231), - [8097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2, 0, 0), - [8099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 231), - [8101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 231), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), - [8105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, 0, 57), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [8109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3, 0, 0), - [8111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3, 0, 0), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), - [8115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3, 0, 0), - [8117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3, 0, 0), - [8119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 232), - [8121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 232), - [8123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 251), - [8125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 251), - [8127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 252), - [8129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 252), - [8131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 232), - [8133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 232), - [8135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 233), - [8137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 233), - [8139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 5, 0, 234), - [8141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 5, 0, 234), - [8143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 278), - [8145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 278), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), - [8155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 0), - [8157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 2, 0, 33), - [8159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 262), - [8161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 262), - [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6493), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), - [8171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5173), - [8173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 247), - [8175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 247), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [8185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(271), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [8194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(279), - [8197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(281), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 264), - [8204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 264), - [8206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 8, 0, 110), - [8208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(287), - [8211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 249), - [8213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 249), - [8215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, 0, 205), - [8217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, 0, 205), - [8219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, 0, 207), - [8221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, 0, 207), - [8223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 266), - [8225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 266), - [8227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, 0, 0), - [8229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 267), - [8231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 267), - [8233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 251), - [8235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 251), - [8237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 4, 0, 108), - [8239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 252), - [8241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 252), - [8243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 210), - [8245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 210), - [8247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 211), - [8249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 211), - [8251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 268), - [8253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 268), - [8255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 269), - [8257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 269), - [8259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 160), - [8261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, 0, 161), - [8263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6860), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [8267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 262), - [8269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 262), - [8271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 110), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), - [8279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 264), - [8281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 264), - [8283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, 0, 0), - [8285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, 0, 0), - [8287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 58), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [8291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 58), - [8293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, 0, 113), - [8295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, 0, 110), - [8297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 276), - [8299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 276), - [8301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 266), - [8303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 266), - [8305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 33), - [8307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 277), - [8309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 277), - [8311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 267), - [8313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 267), - [8315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 110), - [8317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 3, 0, 162), - [8319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 3, 0, 162), - [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), - [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), - [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), - [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [8329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 4, 0, 177), - [8331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 4, 0, 177), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), - [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [8341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 54), - [8343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 160), - [8345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 161), - [8347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 188), - [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 189), - [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7340), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), - [8359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 0), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5930), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), - [8367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [8369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), - [8371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5891), - [8373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 60), - [8375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 60), - [8377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, 0, 115), - [8379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, 0, 115), - [8381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, 0, 116), - [8383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, 0, 116), - [8385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, 0, 21), - [8387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, 0, 21), - [8389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 61), - [8391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 61), - [8393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, 0, 21), - [8395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, 0, 21), - [8397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 1, 0, 0), - [8399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat1, 1, 0, 0), - [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 63), - [8403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 63), - [8405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5300), - [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7364), - [8410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 3, 0, 31), - [8412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 3, 0, 31), - [8414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [8420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 3, 0, 0), - [8422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 3, 0, 0), - [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), - [8426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6429), - [8428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), - [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), - [8432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3, 0, 0), - [8434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3, 0, 0), - [8436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 5, 0, 212), - [8438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 5, 0, 212), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5876), - [8446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, 0, 138), - [8448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, 0, 138), - [8450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 218), - [8452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 219), - [8454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 220), - [8456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 221), - [8458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 222), - [8460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 223), - [8462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 6, 0, 224), - [8464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 6, 0, 225), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), - [8470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), - [8472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), - [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), - [8480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), - [8482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), - [8484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 1), - [8486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), - [8488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 124), - [8490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), - [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [8498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [8500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 5), - [8502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), - [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), - [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6082), - [8510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 237), - [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 238), - [8514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 239), - [8516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 240), - [8518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 241), - [8520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 242), - [8522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 243), - [8524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 244), - [8526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 7, 0, 245), - [8528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 7, 0, 246), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), - [8532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 20), - [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), - [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), - [8538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 253), - [8540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 254), - [8542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 255), - [8544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 256), - [8546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 257), - [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 258), - [8550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 259), - [8552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 260), - [8554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 8, 0, 261), - [8556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 270), - [8558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 271), - [8560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 272), - [8562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 273), - [8564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 274), - [8566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 275), - [8568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 10, 0, 282), - [8570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 10, 0, 283), - [8572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), - [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [8582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(245), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [8591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(253), - [8594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(255), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [8599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(260), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), - [8606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6722), - [8608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), - [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [8614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 59), - [8616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 59), - [8618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6957), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), - [8630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), - [8632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), - [8634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [8636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 117), - [8638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, 0, 117), - [8640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4973), - [8642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [8656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 62), - [8658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 62), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), - [8666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), - [8668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), SHIFT_REPEAT(5117), - [8671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), - [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), - [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), - [8683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [8689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5314), - [8691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5645), - [8693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), - [8695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [8697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), - [8699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), - [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [8703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [8705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), - [8707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6950), - [8711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [8713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [8715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6463), - [8717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [8719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), - [8731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [8737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5686), - [8739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), - [8741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), - [8743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), - [8747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4480), - [8749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), - [8751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), - [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), - [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), - [8759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), - [8761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(5233), - [8764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [8768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [8770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5558), - [8772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), - [8774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5351), - [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5693), - [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6213), - [8781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), - [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), - [8785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), - [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [8789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [8791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [8793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, 0, 67), - [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [8797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), - [8807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [8809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [8811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [8813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [8815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [8817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [8821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [8823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [8825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [8827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [8829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [8831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [8833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [8835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [8837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), - [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), - [8841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), - [8843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), - [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [8847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [8849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), - [8851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [8853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), - [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), - [8857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), - [8859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), - [8861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), - [8865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), - [8867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), - [8869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [8871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [8873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), - [8875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [8877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [8879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), - [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), - [8883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), - [8885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [8887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), - [8889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), - [8891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5747), - [8893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5751), - [8895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5527), - [8897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5855), - [8899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), - [8901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [8905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), - [8907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5167), - [8910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5263), - [8913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [8915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [8917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 67), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [8921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6644), - [8923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 125), - [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [8927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), - [8929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7350), - [8931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), - [8933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 125), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [8945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), - [8947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), - [8949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), - [8953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [8955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [8957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [8959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), - [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), - [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6505), - [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), - [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), - [8983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(7014), - [8986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(6180), - [8989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(5080), - [8992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(7512), - [8995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), - [8999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5350), - [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), - [9004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [9010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5274), - [9013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), - [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), - [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), - [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), - [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6457), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [9063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4532), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6469), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [9097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5382), - [9100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5319), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), + [8057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, 0, 13), + [8059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, 0, 13), + [8061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 7, 0, 113), + [8063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 58), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [8067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 58), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5278), + [8071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 4, 0, 108), + [8073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 207), + [8075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 207), + [8077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 230), + [8079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 230), + [8081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 8, 0, 110), + [8083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 8, 0, 113), + [8085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 231), + [8087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 231), + [8089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 232), + [8091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 232), + [8093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 5, 0, 233), + [8095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 5, 0, 233), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6959), + [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [8103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5346), + [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), + [8107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 5, 0, 234), + [8109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 5, 0, 234), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), + [8115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5571), + [8117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, 0, 113), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [8121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command_parenthesized, 2, 0, 33), + [8123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, 0, 33), + [8125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, 0, 0), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [8129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 1, 0, 5), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6413), + [8133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 247), + [8135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 247), + [8137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 249), + [8139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 249), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [8149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(256), + [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [8158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(264), + [8161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(266), + [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [8166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(272), + [8169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 230), + [8171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 230), + [8173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 231), + [8175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 231), + [8177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 251), + [8179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 251), + [8181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 252), + [8183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 252), + [8185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 232), + [8187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 232), + [8189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 6, 0, 233), + [8191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 6, 0, 233), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [8195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 262), + [8197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 262), + [8199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 247), + [8201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 247), + [8203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 264), + [8205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 264), + [8207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 249), + [8209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 249), + [8211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 266), + [8213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 266), + [8215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 267), + [8217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 267), + [8219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 251), + [8221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 251), + [8223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 252), + [8225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 252), + [8227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 268), + [8229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 268), + [8231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 7, 0, 269), + [8233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 7, 0, 269), + [8235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 262), + [8237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 262), + [8239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 264), + [8241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 264), + [8243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 276), + [8245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 276), + [8247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 266), + [8249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 266), + [8251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 277), + [8253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 277), + [8255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 267), + [8257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 267), + [8259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 278), + [8261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 278), + [8263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 279), + [8265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 279), + [8267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 280), + [8269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 280), + [8271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 268), + [8273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 268), + [8275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 281), + [8277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 281), + [8279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 8, 0, 269), + [8281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 8, 0, 269), + [8283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 276), + [8285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 276), + [8287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 277), + [8289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 277), + [8291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 284), + [8293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 284), + [8295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 278), + [8297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 278), + [8299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 285), + [8301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 285), + [8303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 279), + [8305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 279), + [8307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 280), + [8309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 280), + [8311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 9, 0, 281), + [8313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 9, 0, 281), + [8315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 10, 0, 284), + [8317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 10, 0, 284), + [8319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 10, 0, 285), + [8321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 10, 0, 285), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [8325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2, 0, 0), + [8327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2, 0, 0), + [8329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 3, 0, 162), + [8331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 3, 0, 162), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4986), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), + [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), + [8345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 4, 0, 177), + [8347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 4, 0, 177), + [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 2, 0, 54), + [8351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 160), + [8353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 5, 0, 161), + [8355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 188), + [8357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 5, 0, 189), + [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7314), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [8367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 3, 0, 0), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [8371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [8375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5586), + [8377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), + [8379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5886), + [8381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 60), + [8383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 60), + [8385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, 0, 115), + [8387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, 0, 115), + [8389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, 0, 116), + [8391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, 0, 116), + [8393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, 0, 21), + [8395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, 0, 21), + [8397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 61), + [8399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 61), + [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, 0, 21), + [8403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, 0, 21), + [8405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat1, 1, 0, 0), + [8407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat1, 1, 0, 0), + [8409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, 0, 63), + [8411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, 0, 63), + [8413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5278), + [8416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7350), + [8418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 3, 0, 31), + [8420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 3, 0, 31), + [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), + [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7517), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [8428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate_lhs, 3, 0, 0), + [8430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate_lhs, 3, 0, 0), + [8432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), + [8434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6342), + [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [8438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [8440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3, 0, 0), + [8442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3, 0, 0), + [8444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 5, 0, 212), + [8446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 5, 0, 212), + [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [8454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, 0, 138), + [8456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, 0, 138), + [8458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 218), + [8460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 219), + [8462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 220), + [8464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 221), + [8466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 222), + [8468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 6, 0, 223), + [8470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 6, 0, 224), + [8472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 6, 0, 225), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), + [8476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), + [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6469), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [8484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [8486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5712), + [8488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [8490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5817), + [8492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 1), + [8494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 2), + [8496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 4, 0, 124), + [8498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4904), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [8502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [8504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [8508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 5), + [8510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression_parenthesized, 1, 0, 0), + [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 237), + [8514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 238), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6942), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), + [8522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 239), + [8524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 240), + [8526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 241), + [8528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 242), + [8530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 243), + [8532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 7, 0, 244), + [8534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 7, 0, 245), + [8536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 7, 0, 246), + [8538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_parenthesized, 1, 0, 20), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5857), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), + [8546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 253), + [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 254), + [8550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 255), + [8552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 256), + [8554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 257), + [8556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 258), + [8558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 259), + [8560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 8, 0, 260), + [8562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try_parenthesized, 8, 0, 261), + [8564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 270), + [8566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 271), + [8568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 272), + [8570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 273), + [8572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 274), + [8574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 9, 0, 275), + [8576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 10, 0, 282), + [8578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if_parenthesized, 10, 0, 283), + [8580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat2, 1, 0, 0), + [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [8590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(216), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [8599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(224), + [8602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(226), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [8607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT(232), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [8614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7067), + [8616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4968), + [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [8622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), + [8624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), SHIFT_REPEAT(5121), + [8627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_repeat2, 2, 0, 0), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7438), + [8633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), + [8635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5259), + [8638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5209), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [8643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 67), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [8647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [8651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, 0, 125), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [8655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7232), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [8667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 117), + [8669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, 0, 117), + [8671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), + [8673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5250), + [8675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 62), + [8677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 62), + [8679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [8681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5615), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [8693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 59), + [8695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, 0, 59), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6277), + [8699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 125), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [8709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [8717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, 0, 67), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [8721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5863), + [8737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(5251), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), + [8742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), + [8744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5689), + [8746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), + [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), + [8752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), + [8756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), + [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), + [8762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [8764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), + [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), + [8768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), + [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [8774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), + [8776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), + [8778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5598), + [8780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [8782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), + [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6942), + [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6548), + [8788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), + [8790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5566), + [8792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), + [8794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5778), + [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6480), + [8798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), + [8800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [8802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [8804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [8806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [8808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [8810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [8816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [8818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), + [8820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), + [8822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [8824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), + [8826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [8828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [8830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [8832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [8838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [8842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [8848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [8850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), + [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [8856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), + [8858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [8860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), + [8862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [8864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [8866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [8868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), + [8870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), + [8872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), + [8874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [8876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), + [8880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [8882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [8886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [8888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [8890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), + [8892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), + [8894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), + [8898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [8904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5397), + [8907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5342), + [8910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5281), + [8913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), + [8915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), + [8917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [8923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [8925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [8927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7046), + [8929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6379), + [8931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [8933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [8935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), + [8947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), + [8949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7232), + [8951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [8955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [8957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [8959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), + [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6358), + [8965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [8967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [8969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [8971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [8981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), + [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [8985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [8987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [8989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), + [8991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), + [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [8995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), + [9003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5396), + [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [9008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5365), + [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [9023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [9071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), + [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6477), [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [9125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6532), - [9127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [9131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5302), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), - [9137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5327), - [9139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 250), - [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [9145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 250), - [9147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 206), - [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5892), - [9151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 206), - [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), - [9157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 263), - [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), - [9161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 263), - [9163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 265), - [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4603), - [9167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 265), - [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4607), - [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4611), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7653), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [9183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 208), - [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5937), - [9187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 208), - [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), - [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5997), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6818), - [9205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 248), - [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5803), - [9209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 248), - [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), - [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [9217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4593), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), - [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), - [9229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), - [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), - [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), - [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), - [9245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), - [9247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), - [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), - [9253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5970), - [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), - [9257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5811), - [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5548), - [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), - [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), - [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), - [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5840), - [9275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), - [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), - [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), - [9281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), - [9291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6527), - [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), - [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5854), - [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7695), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), - [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), - [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7697), - [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), - [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6449), - [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), - [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), - [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7016), - [9331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7110), - [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), - [9335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5857), - [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), - [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), - [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5863), - [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), - [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), - [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), - [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), - [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6464), - [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [9367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), - [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), - [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [9375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), - [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), - [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [9383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), - [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), - [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [9389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6474), - [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), - [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6476), - [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [9403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), - [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), - [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7711), - [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), - [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7712), - [9423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6558), - [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6559), - [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6565), - [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5889), - [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), - [9433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6569), - [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), - [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), - [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), - [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), - [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6803), - [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), - [9455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6576), - [9457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), - [9459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6579), - [9461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), - [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6583), - [9465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), - [9467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), - [9469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5534), - [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [9473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), - [9475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5923), - [9477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6608), - [9479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6609), - [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), - [9483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6613), - [9485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6614), - [9487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), - [9489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), - [9491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), - [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [9497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), - [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7614), - [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), - [9503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), - [9505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), - [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), - [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [9511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [9513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4752), - [9515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(5547), - [9518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5912), - [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5921), + [9107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(7068), + [9110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(6186), + [9113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(5129), + [9116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 209), SHIFT_REPEAT(7519), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), + [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5290), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [9127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6606), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), + [9143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5501), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5543), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [9153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), + [9155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1, 0, 0), + [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), + [9161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5279), + [9164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), + [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [9168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 248), + [9170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6014), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [9174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 248), + [9176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 250), + [9178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6029), + [9180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, 0, 250), + [9182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 206), + [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6067), + [9186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 206), + [9188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 208), + [9190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), + [9192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, 0, 208), + [9194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), + [9196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 263), + [9198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5811), + [9200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 263), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), + [9206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 265), + [9208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5812), + [9210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 5, 0, 265), + [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5815), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5819), + [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5830), + [9218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5836), + [9220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), + [9228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), + [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6441), + [9232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), + [9234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5842), + [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5844), + [9238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6514), + [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), + [9242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6549), + [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6566), + [9246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5846), + [9248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5852), + [9250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6597), + [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6612), + [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6622), + [9256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6438), + [9258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5853), + [9260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6271), + [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), + [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), + [9266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), + [9268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), + [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6474), + [9272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6479), + [9274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), + [9276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6550), + [9278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), + [9280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6092), + [9282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6114), + [9284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), + [9286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [9288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), + [9290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), + [9292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), + [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [9296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), + [9298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), + [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [9302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), + [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), + [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [9312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), + [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), + [9316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [9318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [9320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4648), + [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [9326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), + [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), + [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), + [9334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), + [9338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5765), + [9341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5685), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6307), + [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), + [9360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), + [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [9364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [9370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4736), + [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), + [9378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), + [9380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), + [9390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), + [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), + [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), + [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6351), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [9410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), + [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), + [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), + [9428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), + [9432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4759), + [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [9438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), + [9442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), + [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [9448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), + [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [9456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7711), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6380), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [9464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7712), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [9472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), + [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), + [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), + [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), + [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5269), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), + [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [9492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), + [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6392), + [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), + [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [9508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7718), + [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [9516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), + [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4763), [9522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), - [9524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), - [9526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), - [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [9530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [9532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), - [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), - [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), - [9542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5368), - [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6562), - [9549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), - [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6814), - [9571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5638), - [9574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5609), - [9577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 9), - [9579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 11), - [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7399), - [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), - [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [9591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4856), - [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), - [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7238), - [9599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 1, 0, 0), - [9601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 1, 0, 0), - [9603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6060), - [9607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(5607), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [9612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7357), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), - [9620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(5784), - [9623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(5784), - [9626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [9632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4812), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [9636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5651), - [9639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5686), - [9642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), - [9650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), - [9660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6966), - [9678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6698), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [9690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 3, 0, 0), - [9692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [9714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5804), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [9722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), - [9730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5942), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [9750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [9758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [9772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, 0, 13), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [9784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [9824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 88), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [9830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5910), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), - [9836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [9855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), - [9875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [9889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 27), - [9891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 28), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [9903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 2, 0, 0), - [9905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5947), - [9908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5942), - [9911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [9915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 42), - [9917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [9921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [9925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [9929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [9933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, 0, 44), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [9937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(126), - [9940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(6214), - [9943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), - [9945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5294), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [9950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), - [9960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [9978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6880), - [9990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6555), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), - [9996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5870), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), - [10000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6557), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [10004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(101), - [10007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(6944), - [10010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6537), - [10016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5184), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6277), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [10034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [10046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), - [10048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4633), - [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), - [10052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5817), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5944), - [10058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6573), - [10060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6574), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6484), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [10078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5784), - [10081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5784), - [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5884), - [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [10090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5860), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [10104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5814), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [10112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6543), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [10116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6552), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [10120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), - [10122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [10128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6577), - [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [10132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6578), - [10134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [10144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_arm, 3, 0, 199), - [10146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 0, 199), - [10148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), - [10152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 200), - [10154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 200), - [10156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), - [10158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), - [10160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6598), - [10162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6599), - [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [10168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), - [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), - [10192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), - [10194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6590), - [10196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), - [10198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), - [10200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 150), - [10202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [10204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [10206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6938), - [10210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mutable_assignment_pattern, 3, 0, 82), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), - [10214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), - [10218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), - [10220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [10226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, 0, 0), - [10228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, 0, 0), - [10230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(6643), - [10233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [10235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, 0, 89), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [10239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, 0, 90), - [10241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, 0, 91), - [10243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), - [10245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5835), - [10247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, 0, 135), - [10249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 136), - [10251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, 0, 137), - [10253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, 0, 92), - [10255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, 0, 140), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), - [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), - [10261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [10263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), - [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), - [10267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6487), - [10269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [10273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [10275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5341), - [10278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 143), - [10280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), - [10282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), - [10284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [10286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), - [10288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [10290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), - [10292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [10294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), - [10296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), - [10298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6531), - [10300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [10302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [10304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [10306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [10308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), - [10310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [10312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6560), - [10314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), - [10316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6561), - [10318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, 0, 144), - [10320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [10322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, 0, 99), - [10324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(6674), - [10327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 100), - [10329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2, 0, 0), - [10331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, 0, 159), - [10333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 3, 0, 66), - [10335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), - [10337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [10339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, 0, 69), - [10341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [10343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5911), - [10345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), - [10347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), - [10349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [10351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5823), - [10353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [10355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [10361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), - [10363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), - [10365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), - [10367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, 0, 68), - [10369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [10371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [10373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [10375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), - [10377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), - [10379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), - [10381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5932), - [10383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), - [10385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5818), - [10387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5846), - [10389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6934), - [10393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5826), - [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5826), - [10397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1, 0, 0), - [10399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1, 0, 0), - [10401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [10403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 1, 0, 4), - [10405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1, 0, 0), - [10407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1, 0, 0), - [10409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1, 0, 0), - [10411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [10413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [10415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [10417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [10419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), - [10421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), - [10423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [10425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [10427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [10429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [10431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [10433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [10435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [10437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [10439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [10441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [10443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), - [10445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), - [10447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [10449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 166), - [10451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), - [10453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [10455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), - [10457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), - [10459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), - [10461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), - [10463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), - [10465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [10467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), - [10469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, 0, 10), - [10471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [10473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), - [10475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, 0, 10), - [10477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, 0, 10), - [10479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), - [10481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), SHIFT_REPEAT(6938), - [10484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), - [10486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 34), - [10488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 34), - [10490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, 0, 12), - [10492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [10494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [10496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [10498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), - [10500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [10502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [10504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [10506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [10508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [10510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), - [10512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 175), - [10514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), - [10516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 176), - [10518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [10520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), - [10522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), - [10524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), - [10526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), - [10528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [10530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [10532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [10534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), - [10536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [10538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [10540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, 0, 109), - [10542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [10544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), - [10546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), - [10548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), - [10550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5261), - [10552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5264), - [10554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), - [10556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5268), - [10558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [10560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), - [10562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), - [10564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), - [10566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 0), - [10568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 0), - [10570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [10572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [10574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [10576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [10578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [10580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [10582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [10584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [10586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [10588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, 0, 12), - [10590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), - [10592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [10594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 104), - [10596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 104), - [10598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [10600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), - [10602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), - [10604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), - [10606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [10608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [10610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), - [10612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [10614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), - [10616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_body, 1, 0, 0), - [10618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), - [10620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [10622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 144), - [10624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 181), - [10626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 182), - [10628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [10630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), - [10632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), - [10634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), - [10636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4292), - [10638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), - [10640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), - [10642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [10644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), - [10646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [10648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), - [10650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), - [10652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), - [10654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [10656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [10658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [10662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [10664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [10666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [10668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), - [10670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [10672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [10674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), - [10676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), - [10678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), - [10680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), - [10682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [10684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5059), - [10686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), - [10688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), - [10690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), - [10692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), - [10694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5812), - [10696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [10698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4734), - [10700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), - [10702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), - [10704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), - [10706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), - [10708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), - [10710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), - [10712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), - [10714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, 0, 29), - [10716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), - [10718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), - [10720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [10722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [10724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5564), - [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5564), - [10728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [10730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [10732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [10734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [10736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [10738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [10740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [10742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [10744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [10746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), - [10748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [10750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), - [10752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [10754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5457), - [10756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), - [10758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [10760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [10762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [10764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [10766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [10768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [10770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [10772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [10774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [10776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), - [10778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [10780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [10782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), - [10784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), - [10786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 202), - [10788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [10790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [10792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 25), - [10794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [10796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5358), - [10798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [10800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 26), - [10802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), - [10804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 203), - [10806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), - [10808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [10810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [10812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [10814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5370), - [10816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [10818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [10820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), - [10822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [10824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [10826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [10828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), - [10830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [10832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, 0, 204), - [10834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [10836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), - [10838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [10840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), - [10842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [10844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [10846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), - [10848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7026), - [10850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7046), - [10852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [10854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), - [10856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), - [10858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [10860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), - [10862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [10864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [10866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [10868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [10870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [10872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [10874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [10876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [10878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [10880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [10882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [10884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [10886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [10888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), - [10890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [10892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [10894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [10896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [10898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [10900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [10902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [10904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [10906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [10908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), - [10910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, 0, 30), - [10912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2, 0, 0), - [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [10916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), - [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [10920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 181), - [10922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 0), - [10924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 0), - [10926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 214), - [10928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 182), - [10930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), - [10932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5816), - [10934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 104), - [10936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 104), - [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7288), - [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), - [10946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), - [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [10950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [10952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), - [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), - [10958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [10960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [10962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [10964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), - [10966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [10968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), - [10970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [10972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), - [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [10978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5467), - [10980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5468), - [10982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [10984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 4, 0, 0), - [10986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, 0, 229), - [10988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, 0, 41), - [10990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 6, 0, 214), - [10992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [10994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), - [10996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [10998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), - [11000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5471), - [11002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 45), - [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [11006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1, 0, 0), - [11008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 46), - [11010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 47), - [11012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 48), - [11014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 49), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), - [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [11030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, 0, 55), - [11032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, 0, 56), - [11034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [11036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [11038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), - [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), - [11042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), - [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [11046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), - [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [11050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, 0, 64), + [9524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [9526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [9530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), + [9532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), + [9534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), + [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5850), + [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5854), + [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [9542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), + [9544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), + [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [9550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), + [9554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, 0, 0), SHIFT_REPEAT(5541), + [9557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5596), + [9560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5615), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7303), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), + [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), + [9573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [9585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 11), + [9587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [9591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(5713), + [9594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, 0, 9), + [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [9608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), + [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), + [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), + [9616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), + [9618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(5575), + [9621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(5575), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7011), + [9626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), + [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [9636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), + [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), + [9644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5994), + [9647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 2, 0, 0), SHIFT_REPEAT(5990), + [9650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), + [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [9660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_repeat1, 1, 0, 0), + [9662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_repeat1, 1, 0, 0), + [9664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [9668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7546), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6807), + [9672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [9684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [9688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7136), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), + [9708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [9712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5991), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), + [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), + [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [9732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), + [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [9740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), + [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), + [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [9752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 3, 0, 0), + [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6526), + [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [9786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5948), + [9822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 27), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [9826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), + [9830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(104), + [9833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(6472), + [9836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, 0, 72), + [9838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, 0, 28), + [9840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 2, 0, 0), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [9874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 42), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), + [9882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5277), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [9886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), + [9890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [9894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6978), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [9904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, 0, 44), + [9906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4824), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [9912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), + [9924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [9934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 88), + [9936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5360), + [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [9941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [9943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), + [9945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [9947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 2, 0, 13), + [9949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), + [9951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [9953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [9955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4661), + [9957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [9959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [9963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [9967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [9969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), REDUCE(sym_val_record, 2, 0, 0), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), + [9980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [9984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6504), + [9986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), + [9988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), + [9990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), + [9992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [9994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6213), + [9996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6231), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), + [10004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), + [10006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), + [10010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6294), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [10026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4706), + [10028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [10034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [10042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [10044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4752), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [10048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6953), + [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [10062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4764), + [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4765), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5255), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6948), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [10098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [10106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_arm, 3, 0, 199), + [10108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 0, 199), + [10110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 200), + [10112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 200), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7132), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), + [10152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), + [10154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [10156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [10160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [10164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5575), + [10167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 2, 0, 0), SHIFT_REPEAT(5575), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [10174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [10178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [10186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(101), + [10189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), SHIFT_REPEAT(6711), + [10192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, 0, 72), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [10196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6598), + [10198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6600), + [10200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), + [10202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5821), + [10204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [10206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [10208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), + [10212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [10214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6442), + [10216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [10220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_body, 1, 0, 0), + [10222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), + [10224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [10226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6446), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [10232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2, 0, 0), SHIFT_REPEAT(6828), + [10235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 150), + [10237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [10239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), + [10241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [10243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4008), + [10245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3947), + [10247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [10249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [10251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6828), + [10255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 175), + [10257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), + [10259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [10261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, 0, 176), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), + [10273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), + [10275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5183), + [10277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5184), + [10279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [10281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), + [10283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), + [10285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), + [10287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, 0, 12), + [10289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [10291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [10293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), + [10295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6449), + [10297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), + [10299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [10301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6451), + [10303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 144), + [10305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 181), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), + [10311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 4, 0, 182), + [10313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, 0, 99), + [10315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [10319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [10323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [10327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [10329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [10331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [10333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [10335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [10337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [10339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [10341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [10343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), + [10345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2, 0, 0), SHIFT_REPEAT(5387), + [10348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [10350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [10352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), + [10354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [10356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [10358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), + [10360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, 0, 100), + [10362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [10364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [10366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [10368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [10370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [10372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [10374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [10376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [10378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), + [10380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2808), + [10382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), + [10384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), + [10386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5460), + [10388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2, 0, 0), + [10390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), + [10392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7325), + [10398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 202), + [10400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, 0, 203), + [10402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [10404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 143), + [10406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [10408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 7, 0, 204), + [10410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), + [10412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), + [10414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [10416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), + [10418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4274), + [10420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [10422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), + [10424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), + [10426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [10428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [10430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), + [10432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), + [10434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [10436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [10438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), + [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [10442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [10444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [10446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), + [10448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [10450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [10452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [10454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [10456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [10458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [10460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [10462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), + [10464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [10466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5684), + [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [10470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [10472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat2, 2, 0, 0), SHIFT_REPEAT(7031), + [10475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 181), + [10477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), + [10479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), + [10481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), + [10483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), + [10485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), + [10487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), + [10489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), + [10491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), + [10493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 214), + [10495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5479), + [10497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), + [10499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 5, 0, 182), + [10501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5827), + [10503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mutable_assignment_pattern, 3, 0, 82), + [10505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [10507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, 0, 0), + [10509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), + [10511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), + [10513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), + [10515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [10517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), + [10519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), + [10521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), + [10523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), + [10525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), + [10527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [10529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [10531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), + [10533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), + [10535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), + [10537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4657), + [10539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [10541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [10543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [10545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [10547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), + [10549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), + [10551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), + [10553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [10555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [10557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [10559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [10561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [10563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [10565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [10567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [10569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, 0, 69), + [10571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), + [10573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [10575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [10577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), + [10579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), + [10581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [10583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [10585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [10587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [10589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [10591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [10593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [10595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [10597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [10599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5986), + [10601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [10603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), + [10605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 25), + [10607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), + [10609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), + [10611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), + [10613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [10615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, 0, 26), + [10617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [10619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), + [10621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [10623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [10625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), + [10627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [10629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [10631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), + [10633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [10635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), + [10637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [10639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [10641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5856), + [10643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), + [10645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [10647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [10649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [10651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5860), + [10653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [10655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), + [10657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5422), + [10659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [10661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [10663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), + [10665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), + [10667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [10669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), + [10671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5201), + [10673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [10675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5864), + [10677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [10679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [10681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [10683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), + [10685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [10687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [10689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [10691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), + [10693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), + [10695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7209), + [10697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6649), + [10699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), + [10701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), + [10703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [10705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [10707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [10709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), + [10711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [10713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [10715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [10717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [10719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [10721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [10723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [10725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [10727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [10729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [10731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [10733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [10735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [10737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), + [10739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 0), + [10741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 0), + [10743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), + [10745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [10747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [10749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [10751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [10753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [10755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [10757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [10759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [10761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5453), + [10763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), + [10765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [10767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, 0, 30), + [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [10773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2, 0, 0), + [10775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, 0, 135), + [10777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [10779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 0), + [10781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 0), + [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [10785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), + [10787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [10789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), + [10791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), + [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), + [10795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, 0, 136), + [10797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1, 0, 0), + [10799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, 0, 229), + [10801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 104), + [10803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 3, 0, 104), + [10805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1, 0, 0), + [10807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [10809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 1, 0, 4), + [10811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1, 0, 0), + [10813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, 0, 144), + [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), + [10819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1, 0, 0), + [10821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1, 0, 0), + [10823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [10825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [10827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_body, 4, 0, 0), + [10829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [10831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [10833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [10835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 6, 0, 214), + [10837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [10839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [10841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4612), + [10843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, 0, 41), + [10845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [10847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), + [10849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [10851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 0), + [10853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [10855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [10857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [10859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), + [10861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [10863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), + [10865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [10867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), + [10869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4738), + [10871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), + [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6938), + [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [10881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5564), + [10883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [10885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [10887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, 0, 137), + [10889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [10891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, 0, 45), + [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [10895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1, 0, 0), + [10897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 46), + [10899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [10901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [10903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [10905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, 0, 47), + [10907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [10909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 48), + [10911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, 0, 49), + [10913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [10915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, 0, 159), + [10917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), + [10919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2, 0, 0), SHIFT_REPEAT(6699), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [10926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 34), + [10928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, 0, 34), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [10932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [10934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7041), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [10940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [10942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [10944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5454), + [10946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, 0, 140), + [10948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, 0, 68), + [10950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, 0, 55), + [10952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), + [10954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, 0, 10), + [10956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), + [10958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), + [10960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, 0, 56), + [10962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [10964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), + [10966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, 0, 109), + [10968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [10970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6232), + [10972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), + [10974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), + [10976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6244), + [10978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [10980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [10982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [10984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [10986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), + [10988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [10990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [10992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), + [10994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [10996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [10998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), + [11002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, 0, 10), + [11004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, 0, 10), + [11006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [11008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), + [11010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [11012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, 0, 89), + [11014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, 0, 12), + [11016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [11018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, 0, 90), + [11020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [11022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [11024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 104), + [11026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unquoted_in_list_with_expr, 4, 0, 104), + [11028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, 0, 91), + [11030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, 0, 92), + [11032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, 0, 166), + [11034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [11036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [11038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), + [11040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [11042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [11044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [11046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [11048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, 0, 64), + [11050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), [11052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, 0, 65), - [11054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), - [11056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [11058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [11060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [11062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [11064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [11066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 51), - [11068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [11070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [11072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [11074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [11076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 52), - [11078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [11080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [11082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5543), - [11084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [11086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), - [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), - [11094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [11098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), - [11100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [11102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), - [11104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), - [11106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [11108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), - [11110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), - [11112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), - [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), - [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [11120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), - [11122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, 0, 135), - [11124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [11126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [11128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [11130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), - [11132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [11134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [11136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), - [11138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7523), - [11140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, 0, 140), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [11148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [11150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), - [11152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), - [11154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), - [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7470), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), - [11160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [11162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [11164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), - [11166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), - [11168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mutable_assignment_pattern_parenthesized, 3, 0, 82), - [11170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [11172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), - [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [11176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6754), - [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [11180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [11182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6982), - [11184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5739), - [11186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), - [11188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5246), - [11190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5247), - [11192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), - [11194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5257), - [11196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), - [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6489), - [11200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5266), - [11202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [11204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [11206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6329), - [11208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6330), - [11210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [11214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5449), - [11216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5451), - [11218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5452), - [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [11222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__all_type, 1, 0, 95), - [11224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, 0, 95), - [11226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [11228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 1, 0, 19), - [11230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [11232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [11234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [11236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [11238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [11240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [11242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5843), - [11244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [11248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [11250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), - [11252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 151), SHIFT_REPEAT(854), - [11255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [11257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [11259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, 0, 91), - [11261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [11263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, 0, 92), - [11265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), - [11267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 129), - [11269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 129), SHIFT_REPEAT(7195), - [11272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), - [11274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [11276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), - [11278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [11280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), - [11282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), - [11284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [11286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [11288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), - [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [11294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), - [11296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4278), - [11298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), - [11300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4286), - [11302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [11304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), - [11306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), - [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [11310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4111), - [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [11314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), - [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), - [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [11320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [11322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), - [11324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [11326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [11328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [11330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [11332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), - [11334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), - [11336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [11338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1354), - [11341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), - [11343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 105), - [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [11349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), - [11351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [11353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), - [11355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), - [11357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [11359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), - [11361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), - [11363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), - [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [11367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [11369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), - [11371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5864), - [11373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), - [11375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), - [11377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), - [11379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), - [11381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [11383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7215), - [11385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5890), - [11387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), - [11389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [11391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), - [11393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [11395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6567), - [11397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [11399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6571), - [11401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [11403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), - [11405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [11407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [11409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [11411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), - [11413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [11415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [11417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [11419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [11421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), - [11423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), - [11425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), - [11427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), - [11429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [11431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [11433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [11435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [11437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [11439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6597), - [11441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [11443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [11445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6606), - [11447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [11449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [11451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6610), - [11453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), - [11455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6612), - [11457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), - [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), - [11461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), - [11463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), - [11465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), - [11467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), - [11469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), - [11471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [11473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [11475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 31), - [11477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), - [11479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [11481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [11483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5815), - [11485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), - [11487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7444), - [11489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), - [11491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [11493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), - [11495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [11497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [11499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 105), - [11501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5662), - [11503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, 0, 41), - [11505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [11507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [11509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), - [11511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), - [11513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), - [11515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1, 0, 0), - [11517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6039), - [11519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 51), - [11521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), - [11523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5807), - [11525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [11527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [11529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [11531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), - [11533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), - [11535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), - [11537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), - [11539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), - [11541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5800), - [11543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5584), - [11545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_parenthesized, 1, 0, 4), - [11547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(7240), - [11550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), - [11552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4696), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [11556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), - [11558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 52), - [11560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5598), - [11562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), - [11564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), - [11566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), - [11568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), - [11570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5616), - [11572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), - [11574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), - [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [11578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), - [11580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, 0, 10), - [11582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), - [11584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [11586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), - [11588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), - [11590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5644), - [11592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5650), - [11594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, 0, 10), - [11596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5652), - [11598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), - [11600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), - [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), - [11604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5672), - [11606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, 0, 10), - [11608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), - [11610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5682), - [11612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5684), - [11614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), - [11616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0), - [11618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), - [11620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7634), - [11622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5699), - [11624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), - [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7314), - [11628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), - [11630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5706), - [11632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), - [11634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5711), - [11636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5714), - [11638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5715), - [11640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 34), - [11642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 34), - [11644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5716), - [11646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5718), - [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), - [11650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, 0, 70), - [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7332), - [11654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7646), - [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [11658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [11660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), - [11662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 1, 0, 0), - [11664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 1, 0, 0), - [11666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [11668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), - [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [11674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), - [11676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6296), - [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [11680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_in_record_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7225), - [11683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [11685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6492), - [11687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), - [11689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [11691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6310), - [11693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7335), - [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [11698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7566), - [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), - [11704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6388), - [11706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [11708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flags_parenthesized, 2, 0, 0), - [11710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flags_parenthesized, 2, 0, 0), - [11712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), - [11714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [11716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), - [11718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4401), - [11720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_arm, 3, 10, 199), - [11722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 10, 199), - [11724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6432), - [11726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), - [11728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), - [11730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [11732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [11734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), - [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7595), - [11738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [11740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [11742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), - [11744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 18), - [11746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 18), - [11748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_env_var, 2, 0, 35), - [11750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_env_var, 2, 0, 35), - [11752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), - [11754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4231), - [11756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [11758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [11760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__one_type, 3, 0, 180), - [11762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, 0, 180), - [11764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [11766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [11768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [11770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [11772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 17), - [11774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 17), - [11776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [11778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_in_list_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7223), - [11781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [11783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [11785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [11787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 127), - [11789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), - [11791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [11793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [11795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 10, 200), - [11797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 10, 200), - [11799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6158), - [11801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [11803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [11805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6160), - [11807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), - [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [11813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 1, 0, 98), - [11815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_in_record_with_expr_repeat1, 2, 0, 0), - [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7571), - [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), - [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [11851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7040), - [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), - [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [11857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), - [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), - [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), - [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), - [11885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7295), - [11887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [11889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [11895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), - [11897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [11899] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [11907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), - [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [11913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, 0, 94), - [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [11917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2, 0, 0), - [11919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 139), - [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [11923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [11925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 235), - [11927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [11931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 213), - [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [11935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2, 0, 0), - [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [11945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7453), - [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), - [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [11965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [11969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), - [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [11993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), - [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), - [12011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), - [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6853), - [12023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), - [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7637), - [12027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6953), - [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), - [12041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, 0, 94), - [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), - [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [12053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [12055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), - [12057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [12059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), - [12061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [12063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [12065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [12067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, 0, 0), - [12069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [12071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [12073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [12075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [12077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), - [12079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [12081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [12083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), - [12085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), - [12087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [12089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [12091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [12093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [12095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [12097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [12099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [12101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7584), - [12103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [12105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [12107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), - [12109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), - [12111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2, 0, 0), - [12113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), - [12115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [12117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 3, 0, 0), - [12119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [12121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [12123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7521), - [12125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), - [12127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [12129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), - [12131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [12133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [12135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [12137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [12139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6178), - [12141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [12143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [12145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [12147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), - [12149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [12151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [12153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [12155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [12157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), - [12159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [12161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7033), - [12163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [12165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4667), - [12167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [12169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7558), - [12171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [12173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [12175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), - [12177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [12179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [12181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [12183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [12185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), - [12187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [12189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7395), - [12191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [12193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [12195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), - [12197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [12199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), - [12201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [12203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [12205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), - [12207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), - [12209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7520), - [12211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7491), - [12213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [12215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [12217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [12219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 94), - [12221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [12223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 139), - [12225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [12227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [12229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [12231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [12233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [12235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), - [12237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_with_expr_repeat1, 2, 0, 0), - [12239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), - [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [12243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [12245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 213), - [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [12251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [12253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [12255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7396), - [12257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), - [12259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [12261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_in_list_with_expr_repeat1, 2, 0, 0), - [12263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), - [12265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), - [12267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [12269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), - [12271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), - [12273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [12275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [12277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [12279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [12281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), - [12283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), - [12285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7456), - [12287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [12289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [12291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [12293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [12295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [12297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [12299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7489), - [12301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [12303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [12305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [12307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), - [12309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [12311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [12313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [12315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7525), - [12317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), - [12319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), - [12321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), - [12323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7560), - [12325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), - [12327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7572), - [12329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), - [12331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), - [12333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7592), - [12335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), - [12337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7604), - [12339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), - [12341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7616), - [12343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), - [12345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), - [12347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), - [12349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), - [12351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), - [12353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), - [12355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), - [12357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), - [12359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [12361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), - [12363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [12365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [12367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [12369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), - [12371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [12373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [12375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [12377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [12379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [12381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [12383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [12385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [12387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 6, 0, 235), - [12389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [12391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [12393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [12395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [12397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), - [12399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [12401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [12403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [12405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [12407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7768), - [12409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [12411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [12413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), - [12415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [12417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [12419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [12421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [12423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), - [12425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [12427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [12429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [12431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), - [12433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [12435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [12437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [12439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [12441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [12443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), + [11054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, 0, 29), + [11056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 3, 0, 66), + [11058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), + [11060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4769), + [11062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [11064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [11066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [11068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [11070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [11072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [11074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), + [11076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), + [11079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_pattern_repeat1, 2, 0, 0), + [11081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [11083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), + [11085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [11087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [11089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6806), + [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [11093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [11095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), + [11097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [11099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), + [11101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [11103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [11105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [11107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4026), + [11109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [11111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), + [11113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), + [11115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), + [11117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), + [11119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [11121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [11123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [11125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), + [11127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [11129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [11131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [11133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [11135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [11137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [11139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1, 0, 0), + [11141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 0), + [11143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), + [11145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [11147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [11149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 0), + [11151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [11153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [11155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [11157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), + [11159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [11161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [11163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), + [11165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), + [11167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), + [11169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), + [11173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern, 1, 0, 31), + [11175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [11177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [11181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), + [11183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), + [11185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), + [11187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), + [11189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5182), + [11191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), + [11193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), + [11195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5189), + [11197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [11199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7566), + [11201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [11203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [11205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [11207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [11209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [11211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [11213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [11215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [11217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [11219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [11221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [11223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [11225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [11227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6022), + [11229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [11231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [11233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), + [11235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), + [11237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [11239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [11241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), + [11243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), + [11245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [11247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [11249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 34), + [11251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, 0, 34), + [11253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), + [11255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, 0, 70), + [11257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7346), + [11259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [11261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [11263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [11265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4191), + [11267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4219), + [11269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), + [11271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [11273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), + [11275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4255), + [11277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), + [11279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), + [11281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6432), + [11283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), + [11285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), + [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), + [11291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [11293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [11295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [11297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [11299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [11301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), + [11303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), + [11305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [11307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [11309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), + [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [11313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [11315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [11319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), + [11321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7649), + [11323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), + [11325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), + [11327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), + [11329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), + [11331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__mutable_assignment_pattern_parenthesized, 3, 0, 82), + [11333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__all_type, 1, 0, 95), + [11335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__all_type, 1, 0, 95), + [11337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), + [11339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), + [11341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), + [11343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7377), + [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [11347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [11349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [11351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), + [11353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), + [11355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), + [11357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), + [11359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), + [11361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), + [11363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [11365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), + [11367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), + [11369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), + [11371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), + [11373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [11375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [11377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [11379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [11381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [11383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7037), + [11385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [11387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [11389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [11391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [11393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [11395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5706), + [11397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [11399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), + [11401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), + [11403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [11405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7673), + [11407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [11409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5816), + [11411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 1, 0, 19), + [11413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [11415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [11417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [11419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [11421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [11423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [11425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [11427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), + [11429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6152), + [11431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5828), + [11433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), + [11435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), + [11437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5831), + [11439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5540), + [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), + [11443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [11445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [11447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, 0, 151), SHIFT_REPEAT(859), + [11450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [11452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 3, 0, 105), + [11454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 4, 0, 91), + [11456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 3, 0, 92), + [11458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), + [11464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5843), + [11466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5845), + [11468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), + [11470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), + [11472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), + [11474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), + [11476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [11480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6437), + [11482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6465), + [11484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6266), + [11486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [11488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6546), + [11490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5568), + [11492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), + [11494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5510), + [11496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5500), + [11498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 3, 0, 105), + [11500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 3, 0, 41), + [11502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [11504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5774), + [11506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [11508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_parenthesized, 5, 0, 135), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [11516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 51), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7267), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [11524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 52), + [11526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [11528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_parenthesized, 4, 0, 140), + [11530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_parenthesized, 1, 0, 0), + [11532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 51), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [11536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), + [11538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5668), + [11540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [11544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5530), + [11546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_parenthesized, 1, 0, 0), + [11548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_body, 2, 0, 52), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [11552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [11554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [11556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [11558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), + [11560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_parenthesized, 2, 0, 10), + [11562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5687), + [11564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5987), + [11566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [11568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5728), + [11570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_parenthesized, 2, 0, 10), + [11572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), + [11574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5734), + [11576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [11578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), + [11580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [11582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5782), + [11584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), + [11586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5788), + [11588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_parenthesized, 2, 0, 10), + [11590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6012), + [11592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5703), + [11594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5580), + [11596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_parenthesized, 1, 0, 0), + [11598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), + [11600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [11602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5597), + [11604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_parenthesized, 1, 0, 4), + [11606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), + [11608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [11610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5625), + [11612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5630), + [11614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 2, 0, 0), + [11616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), + [11618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5643), + [11620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shebang_repeat1, 2, 0, 0), SHIFT_REPEAT(7259), + [11623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5650), + [11625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [11627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5652), + [11629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5657), + [11631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5659), + [11633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), + [11635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5665), + [11637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5667), + [11639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5671), + [11641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5673), + [11643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), + [11645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5675), + [11647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), + [11649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 129), + [11651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 129), SHIFT_REPEAT(6806), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), + [11656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), + [11658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [11662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), + [11664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [11666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__one_type, 3, 0, 180), + [11668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, 0, 180), + [11670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_in_list_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7287), + [11673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [11675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [11677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [11679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [11681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [11683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [11685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), + [11687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [11689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [11691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_in_record_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7217), + [11694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), + [11696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), + [11698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [11702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7541), + [11704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [11706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6388), + [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [11710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), + [11712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), + [11714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flags_parenthesized, 2, 0, 0), + [11716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flags_parenthesized, 2, 0, 0), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [11720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6421), + [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), + [11726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), + [11728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 18), + [11730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 18), + [11732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6418), + [11734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__unquoted_with_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(7226), + [11737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), + [11739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [11741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), + [11743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [11745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [11747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [11749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4286), + [11751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [11753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), + [11755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), + [11757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [11759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [11761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6228), + [11763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [11765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7513), + [11769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_env_var, 2, 0, 35), + [11771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_env_var, 2, 0, 35), + [11773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [11775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6467), + [11777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 1, 0, 0), + [11779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_do_parenthesized_repeat1, 1, 0, 0), + [11781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), + [11783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), + [11785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, 0, 127), + [11787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [11789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), + [11791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [11793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [11795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [11797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_arm, 3, 10, 199), + [11799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, 10, 199), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [11803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), + [11805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 10, 200), + [11807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 10, 200), + [11809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_entry, 1, 0, 17), + [11811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_entry, 1, 0, 17), + [11813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, 0, 94), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [11823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), + [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [11835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 1, 0, 98), + [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), + [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [11851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), + [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), + [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [11875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6882), + [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), + [11885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_with_expr_repeat1, 2, 0, 0), + [11887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [11889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6440), + [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [11895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_pattern_rest, 3, 0, 0), + [11897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [11899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 6, 0, 235), + [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), + [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [11907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [11913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), + [11917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [11919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [11923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [11925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), + [11927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [11931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [11935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7653), + [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [11945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_in_record_with_expr_repeat1, 2, 0, 0), + [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7535), + [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), + [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), + [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [11977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), + [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [11993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), + [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [12011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7067), + [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [12023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), + [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), + [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [12033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), + [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7425), + [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7447), + [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [12053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [12055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), + [12057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [12059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [12061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [12063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [12065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [12067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [12069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [12071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), + [12073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7735), + [12075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_key, 2, 0, 0), + [12077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [12079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [12081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [12083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [12085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [12087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [12089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), + [12091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [12093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [12095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [12097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7470), + [12099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [12101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 139), + [12103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [12105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [12107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [12109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [12111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [12113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 235), + [12115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [12117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7483), + [12119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [12121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [12123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [12125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), + [12127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [12129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [12131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [12133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), + [12135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), + [12137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [12139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), + [12141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [12143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 5, 0, 213), + [12145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [12147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [12149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [12151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [12153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [12155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7532), + [12157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [12159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [12161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [12163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, 0, 94), + [12165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [12167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2, 0, 0), + [12169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), + [12171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), + [12173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [12175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [12177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [12179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [12181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [12183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [12185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [12187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), + [12189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [12191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), + [12193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [12195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [12197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [12199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [12201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [12203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [12205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), + [12207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [12209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), + [12211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [12213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [12215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6961), + [12217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [12219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [12221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [12223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [12225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6453), + [12227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 94), + [12229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), + [12231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 139), + [12233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [12235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [12237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [12239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [12243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [12245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [12251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [12253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7554), + [12255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [12257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [12259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), + [12261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [12263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [12265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), + [12267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7428), + [12269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 4, 0, 213), + [12271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [12273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6256), + [12275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [12277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [12279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6167), + [12281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), + [12283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [12285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [12287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7775), + [12289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [12291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [12293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__unquoted_in_list_with_expr_repeat1, 2, 0, 0), + [12295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), + [12297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [12299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [12301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [12303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [12305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [12307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [12309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6746), + [12311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [12313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7424), + [12315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), + [12317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7444), + [12319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7520), + [12321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7573), + [12323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), + [12325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), + [12327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7695), + [12329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), + [12331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7400), + [12333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), + [12335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), + [12337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7433), + [12339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7441), + [12341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [12343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7465), + [12345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7480), + [12347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7506), + [12349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7512), + [12351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7518), + [12353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7524), + [12355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7533), + [12357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [12359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [12361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [12363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), + [12365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [12367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [12369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [12371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [12373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [12375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [12377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [12379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [12381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [12383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [12385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2, 0, 0), + [12387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, 0, 0), + [12389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [12391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [12393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [12395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [12397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), + [12399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [12401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [12403] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [12405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [12407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [12409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [12411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [12413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), + [12415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [12417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [12419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), + [12421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [12423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), + [12425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [12427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [12429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), + [12431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [12433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [12435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [12437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [12439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [12441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [12443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [12445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [12447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), }; enum ts_external_scanner_symbol_identifiers {